@import "reset.css";
@import "common.css";

body {
    width: 100%;

    min-width: 320px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #000;
}

/* tooltip box */
.arrow_box {
    background: #fff;
    border: 2px solid #6c6a6a;
    border-radius: 2px;
    width:220px;
    padding: 15px;
    z-index: 9999;
    position: absolute;
    top: -160px;
    left: -102px;
    text-align: left;
    line-height: 25px;
    font-size: 0.75rem;
    text-indent: 0 !important;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #6c6a6a;
    border-width: 18px;
    margin-left: -18px;
}


.btn-large {
    color:#fff;
    font-size:2rem;
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:120px;
}

.btn-large.brown {
    background:#805d35;
}






/* Container */
.container {
    width: 1200px;
    margin: 0 auto;
}
.container2 {
    width: 1100px;
    margin: 0 auto;
}
.logo-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
}

.agree-all {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 792px;
    height: 871px;
    padding: 40px;
    z-index: 4000;
    background: #fff;
    font-size: .75rem;
    line-height: 28px;
}

.agree-all > div {
    height: 700px;
    width: 100%;
    overflow: scroll;
}
.agree-all > a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,1);
    text-align: center;
    color: #fff;
    margin: 30px 0 0 0;
}

.agree-all table {
    box-sizing: border-box;
    border:1px solid #ccc;
    width: 100%;
}
.agree-all table td, .agree-all table th {
    border:1px solid #ccc;
    word-break: break-all;
    padding: 0 10px;
    white-space: pre-line;
    line-height: 200%;
}
.agree-all table th {
    line-height: 250%;
}
.agree-all table td {
}
.agree-all > table thead td {
    font-weight: bold;
    text-align: left;
}

#bg1 {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    background-size: cover;
    background-attachment: fixed;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}
#bg1.on {
    opacity: 1;
    visibility: visible;
    z-index: 300;
}

.sub-title {
    margin: 60px 0 0;
    font-size: 2rem;
}

.fs32 {
    font-size: 2rem !important;
}
.fs24 {
    font-size: 1.5rem !important;
}
.fs16 {
    font-size: 1rem !important;
}
.fs12 {
    font-size: .75rem !important;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url("../img/spinner_golf.gif") no-repeat center / 64px 64px;
    z-index:9999;
}


/* popup */
#divpop {
    position:absolute;
    left: 195px;
    top: 100px;
    z-index: 20000;
    display: none;
}
#divpop table {
    width: 384px;
    height: 600px;
}

#divpop3 {
    position:absolute;
    left: 595px;
    top: 100px;
    z-index: 20000;
    display: none;
}

#divpop3 table {
    width: 384px;
    height: 793px;
}

#divpop2 {
    position:absolute;
    left: 595px;
    top: 100px;
    z-index: 20000;
    padding: 30px;
    box-sizing: border-box;
    width: 470px;
    height: 600px;
    background: #fff;
    border:1px solid #ccc;
}
#divpop2 h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 30px;
}
#divpop2 p {
    font-size: 1.5rem;
    margin: 0 0 50px;
    position: relative;
}
#divpop2 p::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
}
#divpop2 div {
    font-size: 1rem;
    line-height: 40px;
}




/* ========================== modal start ========================== */
#james-modal-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background-color: #b1001c;
}
#james-modal-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
    opacity: .6;
    display: none;
}

#james-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background: #fff;
    box-sizing: border-box;
    padding: 56px 40px 40px;
    display: none;
}
#james-modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    background: url("../img/close_36_36.png") no-repeat center / 36px 36px;
}
#james-modal-title > h3 {
    padding: 0 0 30px;
    font-weight: 500;
    font-size: 1.5rem;
}
#james-modal-message > ul > li {
    position: relative;
    line-height: 1.5rem;
    padding: 0 0 0 20px;
}
#james-modal-message > ul > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: url("../img/circle_8_8.png") no-repeat center / 6px 6px;
}
#james-modal-message ul li:not(:last-child) {
    margin: 0 0 15px;
}
#james-modal-message > p {
    line-height: 25px;
}
#james-modal-message > p:not(:last-child) {
    margin: 0 0 20px;
}
#james-modal-button {
    margin: 40px 0 0;
}
#james-modal.one-button > #james-modal-button > a {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    width: 370px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
}
#james-modal.two-button > #james-modal-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#james-modal.two-button > #james-modal-button > a {
    display: block;
    width: 48%;
    text-align: center;
    padding: 13px 44px;
    box-sizing: border-box;
}
#james-modal-button > .james-btn-black {
    background: #000;
    color: #fff;
}
#james-modal-button > .james-btn-red {
    background: #b1001c;
    color: #fff;
}
#james-modal-button > .james-btn-gray {
    background: rgba(0,0,0,.2);
    color: #fff;
}
/* ========================== modal end ========================== */


/* Common */
.color-black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}
.red {
    color: #b1001c !important;
}
.light {
    font-weight: 300 !important;
}
.regu {
    font-weight: 400 !important;
}
.med {
    font-weight: 500 !important;
}

.orange1 {
    color: #e23d00 !important;
}

.btn-black.sm {
    font-size: .75rem;
    font-weight: 400;
    border:1px solid #000;
    padding: 9px 17px;
    color: #000;
    display: inline-block;
    margin: 2px 0px;
    line-height: initial;
}
.btn-red.sm {
    font-size: .75rem;
    font-weight: 400;
    border:1px solid #b1001c;
    padding: 9px 17px;
    color: #b1001c;
    display: inline-block;
    margin: 2px 0px;
    line-height: initial;
}

.btn {
    box-sizing: border-box;
    border: 1px solid #000;
}
.btn.black {
    background: #000;
    color: #fff;
}
.bg-red {
    background-color: #b1001c !important;
}
.bg-gray {
    background-color: rgba(0,0,0,.8) !important;
}
.border-gray {
    border: 1px solid rgba(0,0,0,.8) !important;
}

/* form */
input[type=text], input[type=password] {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}
.radio1-container {
    position: relative;
}
.radio1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}
.radio1 + label {
    font-size: 1rem;
    font-weight: 300;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}
.radio1 + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 50%;
    /*box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
}
.radio1:checked + label:active::before, .radio1 + label:active::before {
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}
.radio1:checked + label::before {
    /*background: #E9ECEE;*/
    /*border-color: #adb8c0;*/
}
.radio1:checked + label::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background: url("../img/radio_checked.png") no-repeat center / 16px 16px;
    border-radius: 50%;
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);*/
}



.checkbox1-container {
    position: relative;
}
.checkbox1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}
.checkbox1 + label {
    font-size: 1rem;
    font-weight: 300;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}
.checkbox1 + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 50%;
    /*box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
}
.checkbox1:checked + label::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background: url("../img/radio_checked.png") no-repeat center / 16px 16px;
    border-radius: 50%;
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);*/
}


/* Layout */
header {
    box-shadow: 0 3px 16px rgba(0,0,0,.2);
    position: relative;
}
header nav + div p {
    display: none;
}
header .menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 31;
    opacity: 0;
    transition: .35s;
}
header .menu-bg.on {
    height: 420px;
    opacity: 1;
}
header .menu-bg.on::after {
    content: "";
    position: absolute;
    top: 80px;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
}

header .wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    z-index: 32;
    transition: .2s;
}
header .logo {
    position: absolute;
    top: 16px;
    display: block;
    background: url("../img/logo.png") no-repeat center / 139px 40px;
    width: 139px;
    height: 40px;
    z-index: 301;
}
header #lnb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
header nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 25px 0 0;
}
header nav {
    position: relative;
    text-align: center;
}
header nav ul li {
    position: relative;
}
header nav > ul > li > a {
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
}
header nav > ul > li:hover > a {
    color: #b1001c;
}
header nav > ul > li > ul {
    position: absolute;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 28px 0 0;
    box-sizing: border-box;
    transition: .3s;
}
header:not(.on) nav > ul:hover > li > ul {
    height: 300px;
    visibility: visible;
    opacity: 1;
}
header nav > ul > li > ul > li {
    line-height: 24px;
    padding: 0 0 16px;
}
header nav > ul > li > ul > li > a {
    font-size: 1rem;
    color: rgba(0,0,0,.3);
    font-weight: 500;
}

header .login-btn-area {
    font-size: 0;
}
header .login-btn-area a {
    display: inline-block;
    width: 88px;
    height: 34px;
    line-height: 34px;
    font-size: .75rem;
    text-align: center;
    white-space: nowrap;
}
header .login-btn-area a:last-child {
    margin: 0 0 0 5px;
}

.main-visual {
    position: relative;
    z-index: -1;
}
.main-visual img {
    width: 100%;
    height: 1000px;
}

/* main bg, txt, cal */
.main_bg {
    height: 1000px;
    background: url("../img/main/main_visual_01.jpg") no-repeat center top / 100% 1000px;
}
.main_bg2 {
    height: 1000px;
    background: url("../img/main/main_visual_02.jpg") no-repeat center top / 100% 1000px;
}
.main-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-txt > div {
    width: 1200px;
    margin: 0 auto;
}
.main-txt > div > div {
    padding: 210px 0 0 77px;
    font-size: 3.875rem;
    line-height: 3.875rem;
}

.contents-tab {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 64px 0 0 0;
    font-size: 1.5rem;
}

.contents-tab li {
    flex: 1;
}
.contents-tab li:not(:last-child) {
    margin: 0 5px 0 0;
}

.contents-tab li {
    position: relative;
    font-weight: 300;
    color: rgba(0,0,0,.2);
    cursor: pointer;
}

.contents-tab li.active {
    color: #805d35;
    font-weight: 500;
}

.contents-tab li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.2);
}
.contents-tab li.active::after {
    background: #805d35;
}


.hole-wrapper {
    margin: 60px 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hole-wrapper li {
    flex: 1;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    text-align: center;
}
.hole-wrapper li:nth-of-type(n+2) {
    margin: 0 0 0 8px;
}
.hole-wrapper li.active {
    color: #b1001c;
    font-weight: 500;
}

.hole-wrapper li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
}
.hole-wrapper li.active::after {
    content: "";
    height: 2px;
    background: #b1001c;
}




/* main calendar */
.main-cal {
    width: 100%;
    position:absolute;
    top: 562px;
}
.main-cal .main-cal-content {
    background: #fff;
    border-radius: 7px;
}
.main-cal .f-area {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    padding: 16px 24px 21px 27px;
}
.main-cal .f-area > div > span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 47px;
    padding: 0 31px 0 0;
}
.main-cal .f-area > div > p {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 0px;
}
.main-cal .f-area > div > p > a {
    display: inline-block;
    width: 34px;
    height: 34px;
}
.main-cal .f-area > div > p > a:first-child {
    background: url("../img/arrow_left_gray.png");
    margin: 0 10px 0 0;
}
.main-cal .f-area > div > p > a.active:first-child {
    background: url("../img/arrow_left_black.png");
    margin: 0 10px 0 0;
}
.main-cal .f-area > div > p > a:last-child {
    background: url("../img/arrow_right_black.png");
}

.main-cal .f-area > a {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: 4px 82px 6px 15px;
    background: #9c0008;
    border-radius: 15px;
}
.main-cal .f-area > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../img/main-cal-arrow-circle.png");
    z-index:10;
}
.main-cal .s-area {
    /*border-top: 2px solid #b1001c;*/
}
.main-cal .s-area ol {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.main-cal .s-area ol li {
    padding: 15px 1px 0;
    flex: 1;
}
.main-cal .s-area ol li:first-child {
    /*padding: 15px 2px 0 13px;*/
    padding: 15px 7px 0 8px;
}
.main-cal .s-area ol li:last-child {
    padding: 15px 13px 0 0;
}
.main-cal .s-area ol li h5:nth-of-type(1) {
    line-height: 24px;
    font-size: .75rem;
    padding: 0 0 9px;
}
.main-cal .s-area ol li h5:nth-of-type(2) {
    line-height: 20px;
    font-size: .75rem;
    padding: 9px 0 22px;
}
.main-cal .s-area ol li p {
    line-height: 27px;
    font-size : 1rem;
    padding: 0 0 7px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.main-cal .s-area > p {
    height: 1px;
    background: rgba(0,0,0,.2);
}
.main-cal .s-area ol li {
    color: rgba(0,0,0,.7);
}
.main-cal .s-area ol li.sat {
    color: rgba(0,118,255,.7);
}
.main-cal .s-area ol li.sat.end p, .main-cal .s-area li.sat.end h5 {
    color: rgba(0,118,255,.2);
}
.main-cal .s-area ol li.sat p, .main-cal .s-area ol li.sat.end p {
    border-bottom: 1px solid rgba(0,118,255,.1);
}
.main-cal .s-area ol li.sun {
    color: rgba(255,49,0,.7);
}
.main-cal .s-area ol li.sun.end p, .main-cal .s-area ol li.sun.end h5 {
    color: rgba(255,49,0,.2);
}
.main-cal .s-area ol li.sun p, .main-cal .s-area ol li.sun.end p {
    border-bottom: 1px solid rgba(255,49,0,.1);
}

.main-cal .s-area ol li.focus {
    position: relative;
    color: rgba(177,0,28,.7);
    /*border-left: 1px solid #b1001c;*/
    /*border-right: 1px solid #b1001c;*/
    /*border-top: 1px solid #b1001c;*/
}
/*.main-cal .s-area ol li.focus::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    background: #b1001c;*/
/*}*/
.main-cal .s-area ol li.focus p {
    border-bottom: 1px solid rgba(177,0,28,.1);
}
.main-cal .s-area ol li.end {
    color: rgba(0,0,0,.2);
}
.main-cal .s-area ol li.end p {
    border-bottom: 1px solid rgba(0,0,0,.1);
}




/* main customer */
.main-customer {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin: -240px auto 110px;
}
.main-customer section {
    width: 360px;
    height: 216px;
    /*background: #222222 !important;*/
    background: #86868659 !important;
    box-sizing: border-box;
    padding: 16px 27px;
    color: #fff;
    border-radius: 7px;
}
.main-customer section h3 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 300;
}
.main-customer section.board h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.main-customer section.board article {
    padding: 15px 0;
}
.main-customer section.board article p a {
    color: #fff;
    line-height: 24px;
}
.main-customer section.board article p:nth-of-type(-n+2) {
    position: relative;
}
.main-customer section.board article p:nth-of-type(-n+2)::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,.1);
    bottom: -10px;
    z-index: 100;
}
.main-customer section.board article p:nth-of-type(n+2) {
    padding: 17px 0 0;
}

.main-customer section.course {
    position: relative;
}
.main-customer section.course p {
    position: relative;
    padding: 16px 0;
    font-size: 1rem;
    font-weight: 400;
}
.main-customer section.course p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 70px;
    width: 16px;
    height: 16px;
    background: url("../img/main-cal-arrow-circle.png");
    transform: translateY(-50%);
}
.main-customer section.course div {
    position: absolute;
    top: 46px;
    right: 10px;
    width: 230px;
    height: 143px;
    background: url("../img/main_course_bg.png") no-repeat center / cover;
}













/* =========================    예약 start    ========================= */

/* 예약팝업 start */
.reserve-pop01, .reserve-pop02, .delegate-pop01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 520px;
    background: #fff;
    z-index: 1001;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.delegate-pop01 {
    height: 520px;
}
.reserve-pop01::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.reserve-pop01 > div {
    width: 50%;
    height: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
}
.reserve-pop01 > div h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 34px;
    padding: 0 0 38px;
    color: #000;
}
.reserve-pop02 > div h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 34px;
    padding: 0 0 38px;
    color: #fff;
}
.reserve-pop01 .line_box {
    display: flex;
    align-items: center;
    line-height: 20px;
    gap: 7px;
}
.reserve-pop01 > div:nth-of-type(1) p {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #000;
    font-size: 1rem;
    font-weight: 500;

}
.reserve-pop01 > div:nth-of-type(1) p:last-child {
    border-bottom: 1px solid #000;
}
.reserve-pop01 > div:nth-of-type(1) p span {
    display: inline-block;
    width: 30%;
}
.reserve-pop01 > div:nth-of-type(1) p em {
    display: inline-block;
    width: 67%;
    font-weight: 300;
}
.reserve-pop01 > div:nth-of-type(1) p em input[type=text] {
    width: 99%;
    height: 42px;
    line-height: 42px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 0 0 0 15px;
    transform: translate(-15px, -2px);
}
.reserve-pop01 > div:nth-of-type(2) {
    position: relative;
}
.reserve-pop01 > div:nth-of-type(2) > div, .reserve-pop02 > div:nth-of-type(2) > div {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.reserve-pop01 > div:nth-of-type(2) > p:nth-of-type(1) {
    margin: 0 0 18px;
}
.reserve-pop01 > div:nth-of-type(2) > div > p {
    position: relative;
    bottom: 26px;
    width: 84%;
}
.reserve-pop01 > div:nth-of-type(2) > div > p:nth-of-type(3){
    width: 90%;
}
.reserve-pop01 .ft-sm {
    font-size: 14px;
}
.reserve-pop01 > div:nth-of-type(2) > p > em {     /* ======================= */
    position: relative;
    top: -3px;
    left: 20px;
}
.reserve-pop01 > div:nth-of-type(2) > div > div > a, .reserve-pop02 > div:nth-of-type(2) > div > div > a {
    padding: 13px 61px;
    box-sizing: border-box;
}
.delegate-pop01 > div:nth-of-type(2) > div > div > a {
    padding: 13px 77px;
}
#delegate-pop02 > div:nth-of-type(2) > div > div > a {
    padding: 13px 24px;
}
#delegate-pop02 > div:nth-of-type(2) > div > div#d-btn > a {
    padding: 13px 77px !important;
}














.reserve-pop02::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.reserve-pop02 > div {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 40px;
}
.reserve-pop02 > div:nth-of-type(1) {
    background-color: #b1001c;
    background-image: url("../img/reserve_pop02_bg.png");
    background-size: 370px 320px;
    background-repeat: no-repeat;
    background-position: 35.5px 82.5px;
}

.reserve-pop01 > div:nth-of-type(2) > p {                                 /* ============================================ */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.reserve-pop02 > div:nth-of-type(2) p {
    height: auto;
    line-height: 58px;
    border-bottom: 1px solid #000;
    font-size: 1rem;
    font-weight: 500;
    box-sizing: border-box;

}
.reserve-pop02 > div:nth-of-type(2) p:nth-of-type(3) {
    border-bottom: none;
}
.reserve-pop02 > div:nth-of-type(2) p span {
    display: inline-block;
    width: 30%;
}
.reserve-pop02 > div:nth-of-type(2) p em {
    display: inline-block;
    /*line-height:24px;*/
    width: 69%;
    font-weight: 300;
    vertical-align: top;
}
.reserve-pop02 > div:nth-of-type(2) p:nth-of-type(3) em {
    line-height: 24px;
    padding: 14px 0 0 0;
}


.pop-comment {
    display: block !important;
}

.pop-comment.dpn {
    display: none !important;
}

.pop-comment span {
    width: 100% !important;
}

/* 예약팝업 end */





/* main */
main > .container > section {
    margin: 60px 0 0 0;
}
main .cont1 .page-title {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    line-height: 35px;
    margin: 0 0 64px;
}
main .f-area {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    padding: 0 0 21px;
}
main .f-area > div > span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 47px;
    padding: 0 31px 0 0;
}
main .f-area > div > p {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 0px;
}
main .f-area > div > p > a {
    display: inline-block;
    width: 34px;
    height: 34px;
}
main .f-area > div > p > a:first-child {
    background: url("../img/arrow_left_gray.png");
    margin: 0 10px 0 0;
}
main .f-area > div > p > a.active:first-child {
    background: url("../img/arrow_left_black.png");
    margin: 0 10px 0 0;
}
main .f-area > div > p > a:last-child {
    background: url("../img/arrow_right_black.png");
}
main .cont1 .f-area > a {
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    padding: 8px 17px 9px 17px;
}
main .cont1 .s-area {
    border-top: 2px solid #b1001c;
}
main .cont1 .s-area ol {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
main .cont1 .s-area ol li {
    padding: 15px 2px 0;
    flex: 1;
}
main .cont1 .s-area ol li:first-child {
    padding: 15px 7px 0 13px;
}
main .cont1 .s-area ol li:last-child {
    padding: 15px 13px 0 0;
}
main .cont1 .s-area ol li h5:nth-of-type(1) {
    line-height: 24px;
    font-size: 1rem;
    padding: 0 0 9px;
}
main .cont1 .s-area ol li h5:nth-of-type(2) {
    line-height: 20px;
    font-size: .75rem;
    padding: 9px 0 22px;
}
main .cont1 .s-area ol li p {
    line-height: 27px;
    font-size : 1.125rem;
    padding: 0 0 7px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
main .cont1 .s-area > p {
    height: 1px;
    background: rgba(0,0,0,.2);
}
main .cont1 .s-area ol li {
    color: rgba(0,0,0,.7);
}
main .cont1 .s-area ol li.sat {
    color: rgba(0,118,255,.7);
}
main .cont1 .s-area ol li.sat.end p, main .cont1 .s-area li.sat.end h5 {
    color: rgba(0,118,255,.2);
}
main .cont1 .s-area ol li.sat p, main .cont1 .s-area ol li.sat.end p {
    border-bottom: 1px solid rgba(0,118,255,.1);
}
main .cont1 .s-area ol li.sun {
    color: rgba(255,49,0,.7);
}
main .cont1 .s-area ol li.sun.end p, main .cont1 .s-area ol li.sun.end h5 {
    color: rgba(255,49,0,.2);
}
main .cont1 .s-area ol li.sun p, main .cont1 .s-area ol li.sun.end p {
    border-bottom: 1px solid rgba(255,49,0,.1);
}
main .cont1 .s-area ol li.selected {
    background: #b1001c !important;
    color: rgba(255,255,255,1) !important;
    border-radius: 17px;
}
main .cont1 .s-area ol li.selected.end p, main .cont1 .s-area ol li.selected.end h5 {
    color: rgba(255,255,255,1) !important;
}


.s-area ol li.today {
    background: #7a5833 !important;
    color: #fff !important;
    margin: 2px;
    border-radius: 22px;
}

main .cont1 .s-area ol li.focus {
    position: relative;
    color: rgba(177,0,28,.7);
    /*border-left: 1px solid #b1001c;*/
    /*border-right: 1px solid #b1001c;*/
    box-shadow: -1px 0 0px .01px rgba(177,0,28,1), inset -1px 0 0 .01px rgba(177,0,28,1);
}
main .cont1 .s-area ol li.focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #b1001c;
}
main .cont1 .s-area ol li.focus p {
    border-bottom: 1px solid rgba(177,0,28,.1);
}
main .cont1 .s-area ol li.end {
    color: rgba(0,0,0,.2);
}
main .cont1 .s-area ol li.end p {
    border-bottom: 1px solid rgba(0,0,0,.1);
}



/* main cont2 start */
main .cont2 {
    padding: 0 0 120px;
}
main .cont2 > .cont2-main-wrapper > section.info > h3 {
    padding: 80px 0 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 35px;
    border-bottom: 1px solid rgba(0,0,0,.8);
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0 0;
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div {
    flex: 1
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(1) {
    color: #b1001c;
    font-size: 1.5rem;
    line-height: 48px;
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(1) h4{
    font-weight: 300;
    white-space: nowrap;
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(1) p {
    padding: 60px 0 0;
    font-weight: 500;
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li {
    line-height: 35px;
    padding: 0 0 0 20px;
    /*text-indent: -20px;*/
    position: relative;
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li::before {
    position: absolute;
    top: 0px;
    left: -70px;
    font-weight: bold;
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li:nth-of-type(1)::before {
    content: "예약방법";
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li:nth-of-type(2)::before {
    content: "신청제한";
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li:nth-of-type(3)::before {
    content: "예약확인";
}
main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li span {
    color: #b1001c;
}

section.time > .all-time {
    margin: 0 0 80px;
}
section.time > .all-time > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
section.time > .all-time > ul + p {
    height: 1px;
    background: rgba(0,0,0,.2);
}
section.time > .all-time > ul > li {
    padding: 15px 16px 15px;
    color: rgba(0,0,0,.3);
    font-weight: lighter;
}
section.time > .all-time > ul li:first-child {
    color: #b1001c;
    font-weight: 500;
}

section.time > .course {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
section.time > .course > li {
    position:relative;
    width: 384px;
    margin: 0 24px 20px 0;
    font-size: 1.5rem;
}
section.time > .course > li > a {
    color: #b1001c;
}
section.time > .course > li::after {
    content: "";
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 1px;
    background: #b1001c;
}
section.time > .course > li:nth-child(3n) {
    margin-right: 0;
}
section.time > .course > li > ul {
    margin: 22px 0 0;
}
section.time > .course > li > ul > li {
    color: #000;
    font-size: 1rem;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    text-align: center;
}
section.time > .course > li > ul > li:nth-child(n+2) {
    border-top: 1px solid rgba(0,0,0,.2);
}
section.time > .course > li > ul > li > em {
    font-size: 0;
}
section.time > .course > li > ul > li > em > a {
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b1001c;
    box-sizing: border-box;
    color: #b1001c;
    font-size: 0.75rem;
    font-weight: 400;
}
section.time > .course > li > ul > li a:first-child {
    margin: 0 2px 0 0;
}
section.time > .course > li > ul > li a:nth-of-type(2) {
    margin: 0 2px 0 0;
}
section.time > .course > li > ul > li > span > em {
    font-weight: 500;
}
section.time > .course > li > ul > li > span > em.strike {
    padding: 0 16px;
    text-decoration: line-through;
    color: rgba(0,0,0,.3);
    font-weight: 300;
}
section.time > .course > li > ul > li > span > em.c-cost { /* 할인가격 기능 추가된 후 제거 */
    padding: 0 16px;
}
section.time > .course > li > ul > li > span > em.nor {
    font-weight: 300;
}


/*대기예약*/
main .cont2 > .cont2-main-wrapper > section.info-waiting > h3 {
    padding: 80px 0 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 35px;
    border-bottom: 1px solid rgba(0,0,0,.8);
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0 0;
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div {
    flex: 1
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(1) {
    color: #000;
    font-size: 1rem;
    line-height: 35px;
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(1) h4 {
    font-weight: 300;
    white-space: nowrap;
    position: relative;
    text-indent: 20px;
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(1) h4::before {
    content: "●";
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 6px;
    transform: scale(0.5);
}

main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(1) p {
    padding: 60px 0 0;
    font-weight: 500;
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(2) h4 {
    font-weight: 500;
    font-size: 1rem;
    margin: 0 0 10px;
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(2) h5 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 35px;
    position: relative;
    text-indent: 20px;
}
main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(2) h5::before {
    content: "●";
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 6px;
    transform: scale(0.5);
}

main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting {
    display: flex;
    justify-content: flex-start;
    padding: 80px 0 0;
}
main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting > div {
    flex: 1
}
main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting > div > h3 {
    font-size: 1.5rem;
}
main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting > div > div {
    margin: 20px 0 0;
    width: 94% !important;
}
main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting > div > div > select {
    width: 50% !important;
}
main .cont2 .cont2-main-wrapper > section.waiting textarea {
    border: 1px solid #ccc;
    width: 96%;
    height: 200px;
    padding: 20px;
}
.btn-waiting {
    display: block;
    width: 180px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #000;
    color: #fff;
    margin: 0 auto;
}
.btn-waiting:hover {
    color: #fff;
}


/* =======================     member start    ======================= */

/* login page */
.login, .find-id, .find-id-result, .find-pw {
    height: 890px;
    width: 384px;
    margin: 0 auto;
}
.login h3, .find-id h3, .find-id-result h3, .find-pw h3 {
    text-align: center;
    padding: 160px 0 0;
    font-size: 2.5rem;
    font-weight: 500;
}
.login .login-input {
    width: 100%;
    padding: 64px 0 ;
}
.find-id .login-input, .find-pw .login-input {
    width: 100%;
    padding: 64px 0 40px;
}
.login .login-input p:first-child, .find-id .login-input p:nth-of-type(1), .find-pw .login-input p:nth-of-type(-n+2) {
    margin: 0 0 8px;
}
.login .login-input input, .find-id .login-input input, .find-pw .login-input input {
    width: 100%;
    height: 64px;
    border: 1px solid rgba(0,0,0,.3);
    font-size: 1rem;
    font-weight: 300;
    padding: 0 40px;
    box-sizing: border-box;
}
.login .login-input > div {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 0;
}
.login .login-input > div > span {
    color: rgba(0,0,0,.3);
    /*color: #b1001c*/
}
.login .login-input > div > span input[type=checkbox]:checked ~ label {
    color: #b1001c
}
.login .login-input > div > span a, .find-pw .login-input > div > span a {
    color: rgba(0,0,0,.3);
    text-decoration: underline;
}
.login .login-btn {
    padding: 64px 0 0;
}
.login .login-btn > a, .find-id .login-btn > a, .find-id-result .login-btn > a, .find-pw .login-btn > a {
    display: block;
    width: 384px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.login .login-btn > a:first-child, .find-id .login-btn > a:first-child, .find-id-result .login-btn > a:first-child, .find-pw .login-btn > a:first-child {
    background: #b1001c;
    color: #fff;
}
.login .login-btn > a:last-child {
    color: #b1001c;
    border:1px solid #b1001c;
    margin: 8px 0 0;
}

.find-id > div, .find-pw > div {
    margin: 0 0 40px;
    text-align: center;
}
.find-id > .find-id-result-txt + div {
    margin: 70px 0 40px;
}

.find-id > div a, .find-id-result > div a, .find-pw > div a {
    color: rgba(0,0,0,.3);
    text-decoration: underline;
}

.find-id-result-txt {
    position: relative;
    text-align: center;
    margin: 100px 0 0;
}
.find-id-result-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: -39px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3);
}
.find-id-result-txt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3);
}
.find-id-result > div {
    margin: 72px 0 0;
    text-align: center;
}
.find-id-result .login-btn {
    margin: 40px 0 0;
}
.find-id-result-txt p {
    line-height: 30px;
}

.login-input input:focus {
    border: 1px solid #000;
}



/* 회원가입 이용약관 */
.join-agree {
    width: 390px;
    margin: 0 auto 150px;
}
.join-agree h3 {
    position: relative;
    text-align: center;
    padding: 160px 0 0;
    font-size: 2.5rem;
    font-weight: 500;
}
.join-agree h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -64px;
    width: 100%;
    height: 1px;
    background: #000;
}
.join-agree .comment {
    margin: 81px 0 0;
}
.join-agree .comment p {
    line-height: 30px;
    font-weight: 300;
    font-size: 1.4rem;
}
.join-agree .agree-chks {
    margin: 60px 0;
}
.join-agree .agree-chks li:not(:last-child) {
    margin: 0 0 16px;
}
.join-agree .agree-chks li {
    font-weight: 300;
    color: rgba(0,0,0,.3);
}
.join-agree .agree-chks li a {
    text-decoration: underline;
    padding: 0 0 0 10px;
    color: rgba(0,0,0,.3);
}
.join-agree .check-all {
    position: relative;
    width: 100%;
    margin: 35px 0 0;
    color: rgba(0,0,0,.3);
}
.join-agree .check-all::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
}
.btn-agree {
    margin: 46px 0 0;
}
.btn-agree a {
    display: block;
    width: 100%;
    height: 64px;
    line-height:64px;
    background: #b1001c;
    color: #fff;
    text-align: center;
}
.join-agree .checkbox1:checked + label {
    color: #b1001c;
}




.join {
    height: 1400px;
    box-sizing: border-box;
}
.join h3 {
    margin: 60px 0;
    font-size: 2rem;
}
.join .form {
    margin: 64px 0;
    padding: 40px 0 0;
    border-top: 1px solid #000;
}
.join .form .row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 64px;
}
.join .form .row p:nth-of-type(1) {
    width: 204px;
}
.join .form .row p:nth-of-type(2) {
    width: 792px;
    padding: 0 24px 0 0;
}
.join .form .row input[type=text], .join .form .row input[type=password] {
    height: 64px;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.3);
}
.join .form #btn-address {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #000;
    color: #fff;
}
.join .form .row p:nth-of-type(3) a {
    display: block;
    width: 180px;
    height: 64px;
    line-height: 64px;
    background: #000;
    color: #fff;
    text-align: center;
}
.join .form .row:not(:last-child) {
    margin: 0 0 16px;
}
.join .btn-join {
    position: relative;
    width: 100%;
    margin: 120px 0 0;
    text-align: center;
}
.join .btn-join a {
    display: block;
    width: 384px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #b1001c;
    color: #fff;
    margin: 0 auto;
}
.join .info {
    margin: 120px 0 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 40px 0 0;
}
.join .info > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.join .info > div p:nth-of-type(1) {
    width: 204px;
}
.join .info > div p:nth-of-type(2) {
    width: 510px;
    padding: 0 117px 0 0;
}
.join .info > div p:nth-of-type(2) span {
    display: block;
    margin: 0 0 6px;
}
.join .info .btn-download {
    display: block;
    width: 370px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #b1001c;
    box-sizing: border-box;
    color: #b1001c;
    text-align: center;
}
.join .row.address p {
    align-self: flex-start;
}
.join .row.address p span {
    display: block;
    width: 100%;
}
.join .row.address p em.addr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join .row.address p em.addr span {
    display: inline-block;
    width: 49%;
    padding: 0 !important;
    margin: 0 !important;
}

.join .row.address p:nth-of-type(2) span:first-child {
    padding: 0 0 5px;
}
.join .row.address {
    height: 136px;
}
.join p.gender > span {
    display: inline-block;
}
.join p.gender > span:nth-of-type(1) {
    width: 110px;
}


/* 실명인증 */
.join-auth h3 {
    font-size: 2rem;
    font-weight: 500;
    margin: 60px 0 0;
}

.join-auth .join-auth-btn {
    margin: 64px 0 0;
}
.join-auth .join-auth-btn > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-auth .join-auth-btn > div > a {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    line-height: 160px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}
.join-auth .join-auth-btn > div > a span {
    position: relative;
}
.join-auth .join-auth-btn > div > a:nth-of-type(1) {
    background: #000;
    margin: 0 24px 0 0;
}
.join-auth .join-auth-btn > div > a:nth-of-type(2) {
    background: rgba(0,0,0,.4);
}
.join-auth .join-auth-btn > div > a:nth-of-type(1) span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 38px;
    height: 65px;
    background: url("../img/auth_icon1.png") no-repeat center / 38px 65px;
}
.join-auth .join-auth-btn > div > a:nth-of-type(2) span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -56px;
    width: 45px;
    height: 68px;
    background: url("../img/auth_icon2.png") no-repeat center / 45px 68px;
}

.join-auth .join-auth-txt {
    margin: 56px 0 0;
}

.join-auth .join-auth-txt p {
    line-height: 32px;
}

.join-auth .join-auth-txt > div:nth-of-type(2) {
    margin: 32px 0 0;
}

.join-auth > .line {
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin: 40px 0;
}

.join-auth .info {
    margin: 40px 0 260px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 40px 0 0;
}
.join-auth .info > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-auth .info > div p:nth-of-type(1) {
    width: 204px;
}
.join-auth .info > div p:nth-of-type(2) {
    width: 510px;
    padding: 0 117px 0 0;
}
.join-auth .info > div p:nth-of-type(2) span {
    display: block;
    margin: 0 0 6px;
}
.join-auth .info .btn-download {
    display: block;
    width: 370px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #b1001c;
    box-sizing: border-box;
    color: #b1001c;
    text-align: center;
}


/* =======================     member end    ======================= */










/* =======================     mypage start    ======================= */
.mypage .mypage-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 0;
}
.mypage .mypage-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypage .mypage-menu ul li {
    font-size: 1.5rem;
}
.mypage .mypage-menu ul li:nth-of-type(-n+2) {
    margin: 0 40px 0 0;
}
.mypage .mypage-menu ul li.active a {
    color: #b1001c;
}
.mypage .mypage-menu > a {
    align-self: flex-start;
}

.mypage .mypage-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 40px;
    background: rgba(0,0,0,.05);
    margin: 40px 0 0;
}
.mypage .mypage-search > p {
    padding: 0 100px 0 0;
    white-space: nowrap;
}
.mypage .mypage-search > div {
    padding: 0 80px 0 0;
    white-space: nowrap;
}
.mypage .mypage-search > div > span {
    position: relative;
    display: inline-block;
}
.mypage .mypage-search > div > span > input {
    width: 370px;
    height: 64px;
    line-height: 64px;
    font-size: 1rem;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 40px;
    border: none;
    outline: none;
}
.mypage .mypage-search > div > span::after {
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 22px;
    background: url("../img/calendar_24_22.png") no-repeat center / 24px 22px;
}
.mypage .mypage-search > a {
    display: block;
    width: 140px;
    height: 64px;
    line-height: 64px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    background: #000;
    color: #fff;
}
.mypage .mypage-list {
    margin: 64px 0 300px;
}
.table thead tr td, .table tbody tr td {
    text-align: center;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.table thead tr td {
    border-top: 1px solid #000;
}



/* mypage02 예약변경 */
.mypage02 .tt {
    margin: 64px 0 0;
}
.mypage02 .mypage02-reserve-info {
    margin: 40px 0 0;
}
.mypage02 .mypage02-reserve-info ul li {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid rgba(0,0,0,1);
}
.mypage02 .mypage02-reserve-info ul li:nth-of-type(n+2) {
    border-top: 1px solid rgba(0,0,0,.1);
}
.mypage02 .mypage02-reserve-info ul li span {
    display: inline-block;
}
.mypage02 .mypage02-reserve-info ul li span:nth-of-type(1) {
    width: 120px;
}
.mypage02 .mypage02-reserve-info ul li span input {
    width: 288px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
    transform: translate(-15px, -2px);
}
.mypage02 .mypage02-reserve-info ul li span a { /*  수정하기 버튼  */
    display: inline-block;
    width: 80px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    font-size: .75rem;
    text-align: center;
    background: #000;
    color: #fff;
}


section.time > .all-time {
    margin: 0 0 80px;
}
section.time .all-time > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
section.time .all-time.sub > ul {
    border-top: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
section.time .all-time > ul + p {
    height: 1px;
    background: rgba(0,0,0,.2);
}
section.time .all-time > ul > li {
    padding: 15px 16px 15px;
    color: rgba(0,0,0,.3);
    font-weight: lighter;
}
section.time .all-time > ul li:first-child {
    color: #b1001c;
    font-weight: 500;
}



#btn-withdrawal {
    position: absolute;
    top: 0px;
    right: 0;
    width: 180px;
    height: 64px;
    line-height: 64px;
    display:block;
    background: none;
    color:#b1001c;
    border:1px solid #b1001c;
}


.birth-txt {
    position: relative;
}
.birth-txt::after {
    content: "※ 생년월일 변경은 내장시 프런트에서 신분증 확인 후 변경해 드립니다.";
    position: absolute;
    top: -2px;
    right: 0;
    color: #b1001c;
    font-weight: 300;
}
/* =======================     mypage end    ======================= */







/* =======================     customer start    ======================= */
section.board {

}
section.board > h1 {
    margin: 60px 0;
    font-size: 2rem;
    font-weight: 500;
}
section.board > .title {
    margin: 64px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.board > .title > p:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: 500;
}
section.board > .content {
    padding: 80px 0 80px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
section.board > .board-btn {
    margin: 40px 0 0;
    text-align: center;
}
section.board > .board-btn > a {
    display: inline-block;
    padding: 10px 60px;
    background: #000;
    color: #fff;
    text-align: center;
}

section.board .notice {
    color: #805d35;
    font-weight: bold;
}
section.board .notice-title {
    font-weight: bold;
}
/* =======================     customer end    ======================= */




/* 약도 */
section.direction .sub-content {
    margin: 64px 0 0;
}
section.direction .root_daum_roughmap {
    margin: 40px 0 0;
}
section.direction .sub-content .d-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
    font-size: 1.5rem;
}
section.direction .sub-content .d-txt .bold {
    width: 160px;
    font-weight: 500;
}
section.direction .map_1 {
    width: 1200px;
    height: 2820px;
    background: url("../img/pc_car.png") no-repeat center top / 1200px 2820px;
}
section.direction .map_2 {
    width: 1200px;
    height: 690px;
    background: url("../img/pc_ktx.png") no-repeat center top / 1200px 690px;
}




/* footer */
footer {
    width: 1100px;
    margin: 50px auto 0;
}
footer .container2 {
    padding: 0 20px 100px;
}
footer .area1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .area1 .agree a {
    padding: 0 24px 0 0;
}
footer .area1 .sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer .area1 .sns li a {
    display: block;
    width: 32px;
    height: 32px;
}
footer .area1 .sns li:nth-of-type(-n+3) {
    padding: 0 16px 0 0;
}
footer .area1 .sns li .fb {
    background: url("../img/facebook.png") no-repeat center / 32px 32px;
}
footer .area1 .sns li .bg {
    background: url("../img/blog.png") no-repeat center / 32px 32px;
}
footer .area1 .sns li .ig {
    background: url("../img/instagram.png") no-repeat center / 32px 32px;
}
footer .area1 .sns li .tw {
    background: url("../img/twitter.png") no-repeat center / 32px 32px;
}

footer .area2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 108px 0 0;
}
footer .area2 div {
    position: relative;
    flex: 1;
}
footer .area2 div a {
    display: none;
}

footer .area2 div:nth-of-type(1) h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../img/footer_img1.png") no-repeat center / 36px 36px;
}
footer .area2 div:nth-of-type(2) h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../img/footer_img3.png") no-repeat center / 36px 36px;
}
footer .area2 div:nth-of-type(3) h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../img/footer_img2.png") no-repeat center / 36px 36px;
}
footer .area2 div:nth-of-type(4) h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../img/footer_img4.png") no-repeat center / 36px 36px;
}


footer .area2 div h3 {
    font-size: 1.125rem;
    text-indent: 54px;
}
footer .area2 div h3 img {
    padding: 0 20px 0 0;
}
footer .area2 div p {
    font-size: 1rem;
    padding: 30px 0 0;
}
footer .area3 {
    padding: 89px 0 0;
}
footer .area3 .line1 a {
    padding: 0 24px 0 0;
}
footer .area3 .line2 {
    padding: 32px 0 0;
}
footer .area3 .line2 span {
    padding: 0 30px  0 0;
}
footer .area3 .line3 {
    padding: 26px 0 0;
}

.lost-title > h3 {
    font-size: 2rem;
    color: #805d35;
    margin: 0 0 46px 0;
    font-weight: normal;
}

.lost-title > h3 > span {
    font-weight: bold;
}

section.lost-content-img {
    margin: 0 0 80px 0;
}
section.lost-content-img > div {
    width: 1200px;
    height: 1262px;
    background: url("../img/pc_lost.png") no-repeat center / 1200px 1262px;
}
.lost-title > p {
    line-height: 30px;
}

section.rest-content {
    margin: 60px 0 0 0;
}
section.rest-content .rest-sub-menu {
    display: flex;
    justify-content: start;
}

section.rest-content .rest-sub-menu > a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    margin: 0 0 0 8px;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size: 1.25rem;
}

section.rest-content .rest-sub-menu > a.active {
    background: #805d35 !important;
}

section.rest-content .rest-sub-img {
    margin: 25px 0 120px 0;
}

.faq-search {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
}
.faq-search > p:nth-of-type(1) {
    margin: 0 20px 0 0;
}
.faq-search > p:nth-of-type(1) > input {
    padding: 20px 40px;
    width: 340px;
}
.faq-search > p:nth-of-type(2) > a {
    display: block;
    padding: 20px 60px;
    background: #000;
    color: #fff;
}


/*
===============================================================
                          Media Query
===============================================================
*/

/* PC (해상도 1024px) */
@media all and (min-width:1024px) {}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px) */
@media all and (max-width:1220px) {

    .btn-large {
        font-size:1.5rem;
        line-height:80px;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper {
        display: block;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > h3 {
        font-size: 1rem;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(1) h4 {
        font-size: 0.75rem;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(2) {
        margin: 30px 0 0 0 !important;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(2) h4 {
        font-size: 1rem;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(2) h5 {
        font-size: 0.75rem;
    }

    .pop-comment {
        font-size: 1rem;
    }

    .hole-wrapper {
        margin: 40px 0 30px;
    }

    .hole-wrapper li {
        font-size: 1rem;
    }
    .hole-wrapper li:nth-of-type(n+2) {
        margin: 0 0 0 8px;
    }
    .hole-wrapper li.active {
        color: #b1001c;
        font-weight: 500;
    }


    section.direction .sub-content {
        margin: 32px 0 0;
    }
    section.direction .root_daum_roughmap {
        margin: 25px 0 0;
    }
    section.direction .sub-content .d-txt {
        margin: 0 0 15px;
        font-size: .75rem;
    }
    section.direction .sub-content .d-txt .bold {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        font-weight: 500;
    }

    section.direction .map_1 {
        display:none;
    }
    section.direction .map_2 {
        display:none;
    }

    /*popup*/
    #divpop {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
    }
    #divpop table {
        width: 100%;
        height: 70%;
    }
    #divpop table img {
        width: 90%;
        height: auto;
    }

    #divpop3 {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
    }
    #divpop3 table {
        width: 100%;
        height: 70%;
    }
    #divpop3 table img {
        width: 90%;
        height: auto;
    }

    #divpop2 {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 20001;
        width: 80%;
        height: 60%;
    }
    #divpop2 h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 30px;
    }
    #divpop2 p {
        font-size: 1rem;
        margin: 0 0 50px;
        position: relative;
    }
    #divpop2 div {
        font-size: 1rem;
        line-height: 40px;
    }



    .contents-tab {
        margin: 50px 0 0 0;
        font-size: 1.25rem;
    }





    /* customer */
    section.board > .content img {
        max-width: 100%;
    }

    section.board > .board-btn > a {
        display: block;
    }

    section.board > .title > p:nth-of-type(1) {
        font-size: .75rem;
        font-weight: 500;
    }
    section.board > .title > p:nth-of-type(2) {
        font-size: .75rem;
    }

    section.board > .table > thead {
        display: none;
    }

    section.board > .table:not(.faq) > tbody > tr > td:nth-of-type(1) {
        display: none;
    }

    section.board > .table:not(.faq) > tbody > tr:nth-of-type(1) > td {
        border-top: 1px solid rgba(0,0,0,.1);
    }


    /* ================================ 약관 ========================= */
    .agree-all {
        width: 100%;
        height: 600px;
    }

    .agree-all pre {
        word-break: break-all;
        white-space: pre-line;
    }

    .agree-all > div {
        height: 450px;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .agree-all > a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: rgba(0,0,0,1);
        text-align: center;
        color: #fff;
        margin: 30px 0 0 0;
    }


    /* ========================== modal start ========================== */
    #james-modal {
        width: 260px;
        padding: 56px 20px 20px;
    }
    #james-modal .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url("../img/close_36_36.png") no-repeat center / 20px 20px;
    }
    #james-modal-title > h3 {
        padding: 0 0 20px;
        font-size: 1rem;
    }
    #james-modal-message > ul > li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }
    #james-modal-message > ul > li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: url("../img/circle_8_8.png") no-repeat center / 5px 5px;
    }
    #james-modal-message ul li:not(:last-child) {
        margin: 0 0 15px;
    }
    #james-modal-message > p {
        font-size: .75rem;
        word-break: break-word;
    }




    #james-modal-button > div {
        margin: 30px 0 0;
    }
    #james-modal.one-button > #james-modal-button > a {
        display: block;
        width: 100%;
    }
    #james-modal.two-button > #james-modal-button {
        display: block;
    }
    #james-modal.two-button > #james-modal-button > a {
        display: block;
        width: 100%;
        padding: 13px 54px;
    }
    #james-modal.two-button > #james-modal-button > a:nth-of-type(1) {
        margin: 0 0 10px;
    }
    /* ========================== modal end ========================== */





    .sub-title {
        margin: 40px 0 0;
        font-size: 1.5rem;
    }



    /* ========================== modal start ========================== */
    .modal {
        width: 260px;
        padding: 56px 20px 20px;
    }
    .modal .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url("../img/close_36_36.png") no-repeat center / 20px 20px;
    }
    .modal > h3 {
        padding: 0 0 20px;
        font-size: 1rem;
    }
    .modal > ul > li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }
    .modal > ul > li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: url("../img/circle_8_8.png") no-repeat center / 5px 5px;
    }
    .modal ul li:not(:last-child) {
        margin: 0 0 15px;
    }
    .modal > p {
        font-size: .75rem;
        word-break: break-word;
    }


    .modal > .modal-btn-wrapper {
        margin: 30px 0 0;
    }
    .modal.one-button > .modal-btn-wrapper > a {
        display: block;
        width: 100%;
    }
    .modal.two-button > .modal-btn-wrapper {
        display: block;
    }
    .modal.two-button > .modal-btn-wrapper a {
        display: block;
        width: 100%;
        padding: 13px 54px;
    }
    .modal.two-button > .modal-btn-wrapper a:nth-of-type(1) {
        margin: 0 0 10px;
    }
    /* ========================== modal end ========================== */


    /* radio button */
    .checkbox1 + label {
        font-size: .75rem;
        font-weight: 300;
        line-height: 14px;
        vertical-align: top;
        padding-left: 24px;
    }

    .radio1 + label {
        font-size: .75rem;
        font-weight: 300;
        line-height: 14px;
        vertical-align: top;
        padding-left: 24px;
    }
    .radio1 + label::before {
        content: "";
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
    }
    .radio1:checked + label::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 16px;
        height: 16px;
        background: url("../img/radio_checked.png") no-repeat center / 16px 16px;
        border-radius: 50%;
    }



    /*
    ============================== header =============================
    */
    header {
        height: 50px;
    }

    .container, .logo-container, .container2 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .nav-close.on {
        position: absolute;
        top: 18px;
        right: 20px;
        background: url("../img/nav-close.png") no-repeat center / 24px 24px;
        display: block;
        width: 24px;
        height: 24px;
        z-index: 501;
    }

    header.on .wrapper .logo, header.on .wrapper #lnb-m {
        display: none;
    }
    header.on .logo-container. {
        z-index: 200;
    }
    header.on .container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 500;
        padding: 0;
    }
    header.on .container .wrapper {
        position: fixed;
        width: 320px;
        right: 0;
        height: 100%;
        background: rgba(255,255,255,1);
        padding: 0;
        z-index: 301;
    }
    header.on .container .wrapper #lnb {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 100;
    }
    header.on .container .wrapper #lnb nav {
        position: absolute;
        top: 220px;
        width: 100%;
    }
    header.on .container .wrapper #lnb nav + div {
        position: absolute;
        width: 100%;
    }
    header.on .container .wrapper #lnb nav + div .login-btn-area {
        position: relative;
        text-align: center;
        padding: 0 20px;
    }
    header.on .container .wrapper #lnb nav + div .login-btn-area::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 20px;
        right: 20px;
        height: 1px;
        background: rgba(0,0,0,.1);
        padding: 0 20px;
    }
    header.on .container .wrapper #lnb nav + div .login-btn-area a {
        text-align: center;
        width: 136px;
        margin: 0;
    }
    header.on .container .wrapper #lnb nav + div .login-btn-area a:nth-of-type(1) {
        margin: 0 4px 0 0;
    }
    header.on .container .wrapper #lnb nav + div .login-btn-area a:nth-of-type(2) {
        margin: 0 0 0 4px;
    }

    header.on nav > ul > li > a {
        display: block;
        height: auto;
        line-height: 36px;
    }
    header.on nav > ul > li {
        margin: 0;
    }



    header.on .container .wrapper #lnb nav + div p {
        width: 100%;
        text-align: left;
        font-size: 1rem;
        font-weight: 300;
        line-height: 24px;
        padding: 60px 0 24px 20px;
    }
    header.on .container .wrapper nav > ul {
        display: block;
        margin: 0 0 0 24px;
        text-align: center;
    }
    header nav {
        position: relative;
    }
    header.on nav ul li {
        position: relative;
        padding: 24px 0 0;
    }
    header.on nav > ul > li > a {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 300;
        display: block;
        line-height: 36px;
    }
    header.on nav > ul > li.on > a {
        color: #b1001c;
    }
    header.on nav > ul > li > ul {
        position: static;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        box-sizing: border-box;
        transition: .3s;
    }
    header.on nav > ul > li.on > ul {
        height: 225px;
    }
    header.on nav > ul > li.on:nth-of-type(4) > ul {
        height: 270px;
    }
    header.on nav > ul > li.on > ul {
        height: calc(var(--cnt) * 45px);
        visibility: visible;
        opacity: 1;
    }
    header.on nav > ul > li.on + li {
        margin: 20px 0 0;
    }
    header.on nav > ul > li > ul > li {
        line-height: 24px;
        padding: 10px 0 0 0;
    }
    header.on nav > ul > li > ul > li > a {
        font-size: 1rem;
        line-height: 36px;
        color: rgba(0,0,0,1);
        font-weight: 300;
    }
    header.on nav > ul > li > ul > li:last-child {
        position: relative;
    }
    header.on nav > ul > li:nth-of-type(-n+4) > ul > li:last-child::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 20px;
        height: 1px;
        background: rgba(0,0,0,.1);
        margin: 0 0 0;
    }
    header.on nav + div p {
        display: block;
    }
    header.on #bg1 {
        opacity: 1;
        visibility: visible;
    }



    /*============================= header menu close ========================== */
    header .wrapper {
        padding: 10px 0 0;
    }
    header .logo {
        top: 10px;
        display: block;
        background: url("../img/logo.png") no-repeat center / 104px 30px;
        width: 104px;
        height: 30px;
    }
    header #lnb {
        display: none;
    }
    header .container #lnb-m {
        position: absolute;
        top: 15px;
        right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 30;
    }
    header .container #lnb-m a:nth-child(1) {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../img/btn-my-m.png) no-repeat center top / 24px 24px;
        margin: 0 16px 0 0;
    }
    header .container #lnb-m a:nth-child(2) {
        display: inline-block;
        width: 20px;
        height: 16px;
        background: url(../img/btn-hbg.png) no-repeat center top / 20px 16px;
    }
    /* ======================= header end ======================= */





    /* main txt */
    .main-txt {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .main-txt > div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .main-txt > div > div {
        padding: 108px 0 0;
        font-size: 2rem;
        line-height: 2rem;
    }


    .main-visual img {
        height: 570px;
    }

    .main_bg {
        height: 570px;
        background: url("../img/main/main_visual_01.jpg") no-repeat center top / 100% 570px;
    }
    .main_bg2 {
        height: 570px;
        background: url("../img/main/main_visual_02.jpg") no-repeat center top / 100% 570px;
    }


    /* main calendar */
    .main-cal {
        position:absolute;
        top: 298px;
    }
    .main-cal .container2 {

    }
    .main-cal .main-cal-content {
        background: #fff;
        position: relative;
    }
    .main-cal .f-area {
        padding: 0;
    }
    .main-cal .f-area > div {
        position: absolute;
        left: 0;
        top: -50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        box-sizing: border-box;
    }
    .main-cal .f-area > a {
        position: absolute;
        bottom: -56px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-size: 1rem;
        height: 48px;
        line-height: 48px;
        padding: 0;
    }
    .main-cal .f-area > a::after {
        content: none;
    }
    .main-cal .f-area > div > span {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 36px;
        color: #fff;
    }
    .main-cal .f-area > div > p > a {
        width: 24px;
        height: 24px;
    }
    .main-cal .f-area > div > p > a:first-child {
        background: url("../img/m-ar-left-24.png") no-repeat center / 24px 24px;
        margin: 0 10px 0 0;
    }
    .main-cal .f-area > div > p > a:last-child {
        background: url("../img/m-ar-right-24.png") no-repeat center / 24px 24px;
    }

    .main-cal .s-area ol {
        padding: 10px 0 0;
        min-width: 1200px;
    }
    .main-cal .s-area ol li {
        min-width: 34px;
    }
    .main-cal .s-area ol li h5:nth-of-type(1) {
        line-height: 18px;
        font-size: .75rem;
    }
    .main-cal .s-area ol li h5:nth-of-type(2) {
        line-height: 18px;
        font-size: .75rem;
    }
    .main-cal .s-area ol li p {
        line-height: 24px;
        font-size : 1rem;
    }
    .main-cal .s-area {
        border-top: none;
        margin-bottom: 8px;
        overflow-x: scroll;
    }

    /* scroll */
    .main-cal .s-area::-webkit-scrollbar {
        height: 4px;
        background: #ccc;
    }
    .main-cal .s-area::-webkit-scrollbar-track {
        /*background: #000;*/
    }
    .main-cal .s-area::-webkit-scrollbar-thumb {
        background: linear-gradient(to right, transparent, #000);
        border-radius: 6px;
    }
    .main-cal .s-area::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(transparent, #000);
    }




    /* main customer */
    .main-customer {
        display:block;
        width: 100%;
        margin: -50px 0 0;
        padding: 0 20px;
        box-sizing: border-box;
        height: 800px;
    }
    .main-customer section {
        width: 100%;
        height: 225px;
        padding: 30px 23px;
        background: #000000db !important;
    }
    .main-customer section:not(:last-child) {
        margin: 0 0 10px;
    }
    .main-customer section h3 {
        position: relative;
        font-size: 1.5rem;
        font-weight: 300;
    }
    .main-customer section.board h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 1px;
        background: #fff;
    }
    .main-customer section.board article {
        padding: 15px 0;
    }
    .main-customer section.board article p a {
        color: #fff;
        line-height: 24px;
    }
    .main-customer section.board article p:nth-of-type(-n+2) {
        position: relative;
    }
    .main-customer section.board article p:nth-of-type(-n+2)::after {
        content: "";
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(255,255,255,.1);
        bottom: -10px;
        z-index: 100;
    }
    .main-customer section.board article p:nth-of-type(n+2) {
        padding: 17px 0 0;
    }

    .main-customer section.course {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    .main-customer section.course p {
        padding: 0 30px 0 0;
    }
    .main-customer section.course p::after {
        content: "";
        position: absolute;
        top: 12px;
        right: 70px;
        width: 16px;
        height: 16px;
        background: url("../img/main-cal-arrow-circle.png");
        transform: translateY(-50%);
    }
    .main-customer section.course div {
        position: absolute;
        top: 66px;
        left: 20px;
        width: 230px;
        height: 143px;
        background: url("../img/main_course_bg.png") no-repeat center / cover;
    }














    /* =======================     예약 start    ======================= */
    /* main */
    main > .container > section {
        margin: 40px 0 0;
    }
    main section .cont1 {
        position:relative;
    }
    main .cont1 .page-title {
        font-size: 1.5rem;
        line-height: 36px;
        margin: 0 0 30px;
    }
    main .cont1 .f-area {
        display: inline;
    }
    main .cont1 .f-area > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-justify-content: space-between;
    }
    main .cont1 .f-area > a.coupon {
        position: absolute;
        top: 0;
        right: 0;
        font-size: .625rem;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
    }
    main .f-area > div > span {
        font-size: 1.5rem;
        line-height: 36px;
    }
    main .f-area > div > p > a {
        width: 28px;
        height: 28px;
    }
    main .f-area > div > p > a:first-child {
        background: url("../img/arrow_left_gray_middle.png");
        margin: 0 10px 0 0;
    }
    main .f-area > div > p > a.active:first-child {
        background: url("../img/arrow_left_black_middle.png");
        margin: 0 10px 0 0;
    }
    main .f-area > div > p > a:last-child {
        background: url("../img/arrow_right_gray_middle.png");
    }

    main .cont1 .s-area ol {
        min-width: 1200px;
    }
    main .cont1 .s-area ol li {
        min-width: 34px;
    }
    main .cont1 .s-area ol li h5:nth-of-type(1) {
        line-height: 18px;
        font-size: .75rem;
    }
    main .cont1 .s-area ol li h5:nth-of-type(2) {
        line-height: 18px;
        font-size: .75rem;
    }
    main .cont1 .s-area ol li p {
        line-height: 24px;
        font-size : 1rem;
    }
    main .cont1 .s-area {
        margin: 20px 0 0;
        overflow-x: scroll;
    }

    main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(1) {
        font-size: 1rem;
        line-height: 31px;
    }
    main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(1) p {
        font-size: 1rem;
    }
    main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li {
        font-size: .75rem;
        line-height: 25px;
    }
    main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(2) ul li::before {
        left: -46px;
    }
    main .cont2 > .cont2-main-wrapper > section.info > h3 {
        margin: 36px 0 0;
        font-size: 1rem;
        padding: 0 0 12px;
    }

    section.time > .all-time {
        margin: 20px 0 30px;
        position: relative;
    }
    section.time > .all-time > ul {
        display: block;
        text-align: left;
    }
    section.time > .all-time > ul.active {
        position: absolute;
        background: #fff;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 200px;
        overflow-y: scroll;
        border :1px solid rgba(0,0,0,.1);
    }
    section.time > .all-time > a {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background: url("../img/arrow_bottom_red_middle.png") no-repeat center / 24px 24px;
        z-index:1000;
    }
    section.time > .all-time > ul + p {
        /*height: 1px;*/
        background: rgba(177,0,28,.2);
    }
    section.time > .all-time > ul > li:nth-child(n+2) {
        display: none;
        /*padding: 15px 16px 15px;*/
        /*color: rgba(0,0,0,.3);*/
        /*font-weight: lighter;*/
    }
    section.time > .all-time > ul.active > li:nth-child(n+2) {
        display: block;
    }
    section.time > .all-time > ul li:first-child {
        /*color: #b1001c;*/
        /*font-weight: 500;*/
    }

    section.time > .course {
        position:relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    section.time > .course::after {
        content: "";
        position: absolute;
        top: 48px;
        left :0;
        right: 0;
        height: 1px;
        background: #b1001c;
    }
    section.time > .course > li {
        position:relative;
        flex: 1;
        margin: 0 1px 0 0;
        color: #fff;
        font-size: 1rem;
        text-align: center;
    }
    section.time > .course > li > a {
        display: inline-block;
        line-height: 48px;
        width: 100%;
        background: rgba(0,0,0,.1);
        color: #fff;
    }
    section.time > .course > li.active > a {
        background: #b1001c;
    }
    section.time > .course > li::after {
        content: none;
    }
    section.time > .course > li:nth-child(3n) {
        margin-right: 0;
    }
    section.time > .course > li > ul {
        display:none;
        margin: 0 0 0;
    }
    section.time > .course > li[class*=active] > ul {
        display:block;
        width: 300%;
    }
    section.time > .course > li:nth-of-type(2) > ul {
        margin-left: -100%;
    }
    section.time > .course > li:nth-of-type(3) > ul {
        margin-left: -200%;
    }
    section.time > .course > li > ul > li {

    }
    section.time > .course > li > ul > li:nth-child(n+2) {
        border-top: 1px solid rgba(0,0,0,.2);
    }
    section.time > .course > li > ul > li > em {
        font-size: 0;
    }
    section.time > .course > li > ul > li > em > a {
        width: 48px;
        height: 24px;
        line-height: 24px;
        font-size: .625rem;
        font-weight: 400;
    }
    section.time > .course > li > ul > li a:first-child {
        margin: 0 2px 0 0;
    }
    section.time > .course > li > ul > li > span > em {
        font-size: 0.75rem;
        font-weight: 500;
    }
    section.time > .course > li > ul > li > span > em.strike {
        font-size: 0.75rem;
        padding: 0 16px;
        text-decoration: line-through;
        color: rgba(0,0,0,.3);
        font-weight: 300;
    }
    section.time > .course > li > ul > li > span > em.nor {
        font-size: 0.75rem;
        font-weight: 300;
    }


    /* scroll */
    main .cont1 .s-area::-webkit-scrollbar {
        height: 4px;
        background: #ccc;
    }
    main .cont1 .s-area::-webkit-scrollbar-track {
        /*background: #000;*/
    }
    main .cont1 .s-area::-webkit-scrollbar-thumb {
        background: linear-gradient(to right, transparent, #000);
        border-radius: 6px;
    }
    main .cont1 .s-area::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(transparent, #000);
    }



    /* 예약팝업 */
    .reserve-pop01, .reserve-pop02 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        height: 100%;
        display: block;
        justify-content: flex-start;
        align-items: center;
    }
    .reserve-pop01::after {
        content: none;
    }
    .reserve-pop01 > p, .reserve-pop02 > p {
        position: relative;
        width: 100%;
        height: 50px;
        box-shadow: 8px 0 8px rgba(0,0,0,.3);
    }
    .reserve-pop01 > a, .reserve-pop02 > a {
        content: "";
        position: absolute;
        display: block;
        top: 26px;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background: url("../img/close_24.png") no-repeat center / 24px 24px;
        z-index: 1200;
    }
    .reserve-pop01 > div {
        height: auto;
        width: 100%;
        padding: 40px 20px 0;
    }
    .reserve-pop01 .ft-sm {
        font-size: .77rem;
    }
    .reserve-pop01 .line_box {
        display: flex;
        align-items: center;
        line-height: 14px;
        gap: 7px;
    }
    .reserve-pop01 > div h3, .reserve-pop02 > div h3 {
        font-size: 1rem;
        padding: 0 0 12px;
    }
    .reserve-pop01 > div:nth-of-type(1) p {
        display: flex;
        justify-content: space-between;
        height: 48px;
        line-height: 48px;
        border-top: 1px solid #000;
        font-size: 0.77rem;
    }
    .reserve-pop01 > div:nth-of-type(1) p:last-child {
        border-bottom: 1px solid #000;
    }
    .reserve-pop01 > div:nth-of-type(1) p span {
        display: inline-block;
        width: 30%;
    }
    .reserve-pop01 > div:nth-of-type(1) p em {
        text-align: right;
        padding: 0 20px 0 0;
    }
    .reserve-pop01 > div:nth-of-type(1) p em input[type=text] {
        width: 130px;
        height: 28px;
        line-height: 28px;
        padding: 0 0 0 10px;
        transform: translate(3px, -2px);
        font-size: .77rem;
    }
    .reserve-pop01 > div:nth-of-type(2) > div, .reserve-pop02 > div:nth-of-type(2) > div {
        position: static;
        margin: 15px 0 40px;
        width: 100%;
    }
    .reserve-pop01 > div:nth-of-type(2) > p {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .reserve-pop01 > div:nth-of-type(2) > p:nth-of-type(1) {
        margin: 0 0 18px;
    }
    .reserve-pop01 > div:nth-of-type(2) > div p {
        position: relative;
        bottom: 0px;
        font-size: .77rem;
        width: 100%;
    }
    .reserve-pop01 > div:nth-of-type(2) > div > p:nth-of-type(3){
        width: 100%;
    }
    .reserve-pop01 > div:nth-of-type(2) > p span {
        width: 124px;
    }
    .reserve-pop01 > div:nth-of-type(2) > p em {
        position: relative;
        top: -3px;
        width: 100%;
        font-size: .75em;
    }
    .reserve-pop01 > div:nth-of-type(2) > div > div > a, .reserve-pop02 > div:nth-of-type(2) > div > div > a {
        padding: 13px 0;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
    .reserve-pop01 > div:nth-of-type(2) > div > div > a:nth-of-type(2), .reserve-pop02 > div:nth-of-type(2) > div > div > a:nth-of-type(2) {
        margin: 10px 0 0;
    }
    .reserve-pop01 > div:nth-of-type(2) > div > div > a:nth-of-type(3), .reserve-pop02 > div:nth-of-type(2) > div > div > a:nth-of-type(3) {
        display: none;
    }







    .reserve-pop02 {
        background: #fff;
    }
    .reserve-pop02::after {
        content: none;
    }
    .reserve-pop02 > div {
        height: auto;
        width: 100%;
        padding: 0px 20px 0;
    }
    .reserve-pop02 > div:nth-of-type(1) {
        height: 377px;
        background-color: #fff;
        background-image: url("../img/reserve_pop02_bg_middle.png");
        background-size: 96.4px 90.7px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .reserve-pop02 > div:nth-of-type(1) h3 {
        color: black;
        padding: 40px 0 0;
    }
    .reserve-pop02 > div:nth-of-type(2) p {
        height: auto;
        line-height: 58px;
        border-bottom: 1px solid #000;
        font-size: 1rem;
        font-weight: 500;
        box-sizing: border-box;
    }
    .reserve-pop02 > div:nth-of-type(2) p span {
        display: inline-block;
        width: 30%;
        font-size: .75rem;
    }
    .reserve-pop02 > div:nth-of-type(2) > p > em {
        display: inline-block;
        /*line-height:24px;*/
        width: 69%;
        font-weight: 300;
        vertical-align: top;
        text-align: right;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        font-size: .75rem;
    }
    .reserve-pop02 > div:nth-of-type(2) p:nth-of-type(3) em {
        line-height: 24px;
        padding: 14px 20px 0 0;
    }
    /* ================================= 예약 end ============================ */













    /* =======================     member start    ======================= */

    /* login page */
    .login, .find-id, .find-id-result, .find-pw {
        height: 830px;
        width: 280px;
    }
    .login h3, .find-id h3, .find-id-result h3, .find-pw h3 {
        padding: 64px 0 0;
        font-size: 2rem;
    }
    .login .login-input, .find-id .login-input, .find-pw .login-input {
        padding: 40px 0 ;
    }
    .login .login-input input {
        width: 100%;
        height: 56px;
        padding: 0 32px;
        box-sizing: border-box;
    }
    .login .login-input > div {
        margin: 18px 0 0;
        font-size: .75rem;
    }
    .login .login-input > div label {
        font-size: .75rem;
    }
    .login .login-btn {
        padding: 28px 0 0;
    }
    .login .login-btn > a, .find-id .login-btn > a, .find-id-result .login-btn > a, .find-pw .login-btn > a  {
        width: 280px;
        height: 56px;
        line-height: 56px;
    }


    .find-id .login-btn, .find-id-result .login-btn, .find-pw .login-btn {
        padding: 0;
    }
    .find-id .login-input > div, .find-pw .login-input > div {
        margin: 32px 0 0;
        text-align: center;
    }
    .find-id .login-input > div a, .find-pw .login-input > div a {
        color: rgba(0,0,0,.3);
        text-decoration: underline;
    }






    /* 회원가입 이용약관 */
    .join-agree {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .join-agree h3 {
        padding: 64px 0 0;
        font-size: 1.5rem;
    }
    .join-agree h3::after {
        bottom: -40px;
    }
    .join-agree .comment {
        margin: 57px 0 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .join-agree .comment p {
        line-height: 30px;
        font-size: 1rem;
    }
    .join-agree .agree-chks {
        margin: 32px 0;
    }
    .join-agree .check-all::before {
        top: -16px;
    }
    .btn-agree {
        margin: 50px 0 0;
    }
    .btn-agree a {
        height: 56px;
        line-height:56px;
    }




    /* join */
    .join {
        height: 1800px;
    }
    .join h3 {
        margin: 40px 0;
        font-size: 1.5rem;
    }
    .join .form {
        margin: 32px 0;
        padding: 32px 0 0;
    }
    .join .form .row {
        display: block;
        padding: 0 0 18px;
    }
    .join .form .row p:nth-of-type(1) {
        width: 100%;
        margin: 0 0 10px;
    }
    .join .form .row p:nth-of-type(2) {
        width: 100%;
        padding: 0;
    }
    .join .form .row p:nth-of-type(2) input[type=text], .join .form .row p:nth-of-type(2) input[type=password] {
        height: 56px;
        padding: 0 24px;
        width: 100%;
    }
    .join .form #btn-address {
        height: 56px;
        line-height: 56px;
    }
    .join .form .row p:nth-of-type(3) a {
        display: none;
    }
    .join .form .row:nth-of-type(1) p:nth-of-type(3) a {
        display: block;
        margin: 10px 0 0;
        padding: 0px 0 0px;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .join .form .row:nth-of-type(1) {
        margin: 0 0 90px !important;
    }
    .join .form .row:not(:last-child) {
        margin: 0 0 32px;
    }
    .join .btn-join {
        width: 100%;
        margin: 120px 0 0;
        text-align: center;
    }
    .join .btn-join a {
        width: 100%;
        height: 56px;
        line-height: 56px;
        margin: 0;
    }
    .join .info {
        margin: 96px 0 0;
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 24px 0 0;
    }
    .join .info > div {
        display: block;
    }
    .join .info > div p:nth-of-type(1) {
        width: 100%
    }
    .join .info > div p:nth-of-type(2) {
        width: 100%;
        padding: 20px 0 0;
    }
    .join .info > div p:nth-of-type(2) span {
        display: block;
        margin: 0 0 6px;
    }
    .join .info .btn-download {
        width: 100%;
        height: 56px;
        line-height: 56px;
        margin: 56px 0 0;
    }
    .join p.gender > span:nth-of-type(1) {
        width: 50%;
    }
    .join .row.address {
        height: 186px;
    }
    .join .row.address p:nth-of-type(2) span {
        align-self: flex-start;
    }
    .join .row.address p:nth-of-type(3) a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 10px 0 0;
    }

    /* 실명인증 */
    .join-auth h3 {
        text-align: center;
    }

    .join-auth .join-auth-btn {
        margin: 64px 0 0;
    }
    .join-auth .join-auth-btn > div {
        display: block;
    }
    .join-auth .join-auth-btn > div > a {
        position: relative;
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 1rem;
    }
    .join-auth .join-auth-btn > div > a span {
        position: relative;
    }
    .join-auth .join-auth-btn > div > a:nth-of-type(1) {
        background: #000;
        margin: 0 24px 10px 0;
    }
    .join-auth .join-auth-btn > div > a:nth-of-type(2) {
        background: rgba(0,0,0,.4);
    }
    .join-auth .join-auth-btn > div > a:nth-of-type(1) span::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        width: 16px;
        height: 27px;
        background: url("../img/auth_icon1.png") no-repeat center / 16px 27px;
    }
    .join-auth .join-auth-btn > div > a:nth-of-type(2) span::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        width: 20px;
        height: 30px;
        background: url("../img/auth_icon2.png") no-repeat center / 20px 30px;
    }

    .join-auth .join-auth-txt {
        margin: 56px 0 0;
    }

    .join-auth .join-auth-txt p {
        line-height: 32px;
    }

    .join-auth .join-auth-txt > div:nth-of-type(2) {
        margin: 32px 0 0;
    }

    .join-auth .info {
        margin: 40px 0 260px;
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 24px 0 0;
    }
    .join-auth .info > div {
        display: block;
    }
    .join-auth .info > div p:nth-of-type(1) {
        width: 100%
    }
    .join-auth .info > div p:nth-of-type(2) {
        width: 100%;
        padding: 20px 0 0;
    }
    .join-auth .info > div p:nth-of-type(2) span {
        display: block;
        margin: 0 0 6px;
    }
    .join-auth .info > div p:nth-of-type(2) span:nth-of-type(1), .join-auth .info > div p:nth-of-type(2) span:nth-of-type(2) {
        display: inline;
    }
    .join-auth .info .btn-download {
        width: 100%;
        height: 56px;
        line-height: 56px;
        margin: 56px 0 0;
    }

    .join-auth .join-auth-txt > div:nth-of-type(1) > p:nth-of-type(2), .join-auth .join-auth-txt > div:nth-of-type(1) > p:nth-of-type(3) {
        display: inline;
    }

    /* =======================     member end    ======================= */













    /* =======================     mypage start    ======================= */
    .mypage .container {
        position: relative;
    }
    .mypage .mypage-menu {
        margin: 32px 0 0;
    }
    .mypage .mypage-menu ul li {
        font-size: 1rem;
    }
    .mypage .mypage-menu ul li:nth-of-type(-n+2) {
        margin: 0 16px 0 0;
    }
    .mypage .mypage-menu > a {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: .625rem;
        padding: 5px 11px;
        border: 1px solid #000;
    }
    .mypage .mypage-search {
        display: block;
        height: 195px;
        padding: 16px 24px;
        margin: 48px 0 0;
        box-sizing: border-box;
    }
    .mypage .mypage-search > p {
        padding: 0;
    }
    .mypage .mypage-search > div {
        width: 100%;
        padding: 10px 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    .mypage .mypage-search > div > span {
        width: 48%;
    }
    .mypage .mypage-search > div > em {
        align-self: center;
    }
    .mypage .mypage-search > div > span > input {
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: .75rem;
        padding: 0 16px;
    }
    .mypage .mypage-search > div > span::after {
        content: "";
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 22px;
        background: url("../img/calendar_24_22.png") no-repeat center / 24px 22px;
    }
    .mypage .mypage-search > a {
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        margin: 10px 0 0;
    }
    .mypage .mypage-list {
        margin: 50px 0 500px;
    }
    .mypage .mypage-list .table thead {
        display: none;
    }
    .mypage .mypage-list .table tbody td {
        border:none;
        display: block;
        font-size: .75rem;
        height: 25px;
        line-height: 25px;
        text-align: left;
        text-indent: 92px;
        position: relative;
    }
    .mypage .mypage-list .table tbody td:nth-of-type(1) {
        display: none;
    }
    .mypage .mypage-list .table tbody td::before {
        content: "";
        position: absolute;
        left: -92px;
    }
    .mypage .mypage-list .table tbody td:nth-of-type(2)::before {
        content: "예약일자";
    }
    .mypage .mypage-list .table tbody td:nth-of-type(3)::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        top: -40px;
        background: rgba(0,0,0,.1);
    }
    .mypage .mypage-list .table tbody tr:nth-of-type(2) td:nth-of-type(2)::before {
        top: 60px;
    }
    .mypage .mypage-list .table tbody td:nth-of-type(3)::before {
        content: "예약시간";
    }
    .mypage .mypage-list .table tbody td:nth-of-type(4)::before {
        content: "코스";
    }
    .mypage .mypage-list .table tbody td:nth-of-type(5)::before {
        content: "핸드폰";
    }
    .mypage .mypage-list .table tbody td:nth-of-type(6)::before {
        content: "이벤트";
    }
    .mypage .mypage-list .table tbody td:nth-of-type(7)::before {
        content: "노캐디";
    }
    .mypage .mypage-list .table tbody td:nth-of-type(8)::before {
        content: "위임예약";
    }

    .mypage .mypage-list .table tbody td:nth-of-type(7) a, .mypage .mypage-list .table tbody td:nth-of-type(8) a {
        padding: 2px 4px !important;
    }

    .mypage .mypage-list .table.mypage01-01 tbody td:nth-of-type(2)::before {
        content: "일자";
    }
    .mypage .mypage-list .table.mypage01-01 tbody td:nth-of-type(3)::before {
        content: "1지망";
    }
    .mypage .mypage-list .table.mypage01-01 tbody td:nth-of-type(4)::before {
        content: "2지망";
    }
    .mypage .mypage-list .table.mypage01-01 tbody td:nth-of-type(5)::before {
        content: "3지망";
    }
    .mypage .mypage-list .table.mypage01-01 tbody td:nth-of-type(6)::before {
        content: "핸드폰";
    }
    .mypage .mypage-list .table.mypage01-01 tbody td:nth-of-type(7)::before {
        content: "예약취소";
    }

    .mypage .mypage-list .table.mypage03 tbody td:nth-of-type(2)::before {
        content: "일자";
    }
    .mypage .mypage-list .table.mypage03 tbody td:nth-of-type(3)::before {
        content: "시간";
    }
    .mypage .mypage-list .table.mypage03 tbody td:nth-of-type(4)::before {
        content: "코스";
    }
    .mypage .mypage-list .table.mypage03 tbody td:nth-of-type(5)::before {
        content: "위약내용";
    }
    .mypage .mypage-list .table.mypage03 tbody td:nth-of-type(6)::before {
        content: "제재기간";
    }


    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(2)::before {
        content: "쿠폰번호";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(3)::before {
        content: "쿠폰종류";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(4)::before {
        content: "이용권명";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(5)::before {
        content: "상태";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(6)::before {
        content: "사용일자";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(7)::before {
        content: "유효기간";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(8)::before {
        content: "주중할인 (%)";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(9)::before {
        content: "주말할인";
    }
    .mypage .mypage-list .table.mypage04 tbody td:nth-of-type(10)::before {
        content: "할인요금";
    }



    .mypage .mypage-list .table tbody td:nth-of-type(10) {
        padding: 0;
    }
    .mypage .mypage-list .table tbody td:nth-of-type(9) {

    }
    .mypage .mypage-list .table.mypage01 tbody td:nth-of-type(9), .mypage .mypage-list .table.mypage01 tbody td:nth-of-type(10) {
        text-indent: 0;
        height: 40px;
        line-height: 40px;
        float:left;
        width: 50%;
        margin: 10px 0 0;
    }
    .mypage .mypage-list .table.mypage01 tbody td:nth-of-type(9) a, .mypage .mypage-list .table.mypage01 tbody td:nth-of-type(10) a {
        width: 99.5%;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        box-sizing: border-box;
        padding: 0;
    }

    .mypage .mypage-list .table tbody tr:nth-of-type(n+2) td:nth-of-type(2) {
        padding: 60px 0 0;
    }






    /* mypage02 예약변경 */
    .mypage02 .tt {
        margin: 40px 0 0;
        position: relative;
    }
    .mypage02 .tt::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 100%;
        height: 1px;
        background: #000;
    }
    .mypage02 .mypage02-reserve-info {
        margin: 49px 0 0;
    }
    .mypage02 .mypage02-reserve-info ul li {
        height: 40px;
        line-height: 40px;
        border-top: none;
    }
    .mypage02 .mypage02-reserve-info ul li:nth-of-type(n+2) {
        border: none;
    }
    .mypage02 .mypage02-reserve-info ul li span:nth-of-type(1) {
        width: 100px;
    }
    .mypage02 .mypage02-reserve-info ul li span {
        font-size: .75rem;
    }
    .mypage02 .mypage02-reserve-info ul li span input {
        width: 160px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        transform: translate(-15px, -2px);
    }
    .mypage02 .mypage02-reserve-info ul li span a { /*  수정하기 버튼  */
        display: inline-block;
        width: 80px;
        height: 32px;
        line-height: 32px;
        font-weight: 400;
        font-size: .75rem;
        text-align: center;
        background: #000;
        color: #fff;
    }

    #btn-withdrawal {
        position: static;
        width: 100%;
        height: 56px;
        line-height: 56px;
        display:block;
        box-sizing: border-box;
        margin: 10px 0 0;
    }

    .birth-txt::after {
        content: "※ 생년월일 변경은 내장시 프런트에서 신분증 확인 후 변경해 드립니다.";
        position: absolute;
        top: 30px;
        left: 0;
        color: #b1001c;
        font-weight: 300;
    }

    /* =======================     mypage end    ======================= */













    /* footer */
    footer {
        width: 100%;

    }
    footer .container2 {
        position: relative;
        padding: 0 20px 100px;
    }
    footer .container2::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0,0,0,.1);
    }
    footer .container2::after {
        content: "";
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0,0,0,.1);
    }
    footer .area1 {
        display: block;
    }
    footer .area1 .agree {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    footer .area1 .agree a {
        padding: 0;
        font-size: .75rem;
        line-height: 27px;
    }
    footer .area1 .sns {
        position: absolute;
        left: 20px;
        bottom: 50px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    footer .area1 .sns li a {
        display: block;
        width: 24px;
        height: 24px;
    }
    footer .area1 .sns li:nth-of-type(-n+3) {
        padding: 0 16px 0 0;
    }
    footer .area1 .sns li .fb {
        background: url("../img/facebook.png") no-repeat center / 24px 24px;
    }
    footer .area1 .sns li .bg {
        background: url("../img/blog.png") no-repeat center / 24px 24px;
    }
    footer .area1 .sns li .ig {
        background: url("../img/instagram.png") no-repeat center / 24px 24px;
    }
    footer .area1 .sns li .tw {
        background: url("../img/twitter.png") no-repeat center / 24px 24px;
    }

    footer .area2 {
        display: block;
        padding: 50px 0 0;
    }
    footer .area2 div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 15px;
    }
    footer .area2 div a {
        display: block;
        text-decoration: underline;
        font-size: .75rem;
        color: rgba(43,42,49,.3);
    }
    footer .area2 div section {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    footer .area2 div section img {
        height: 24px;
    }
    footer .area2 div h3 {
        position: relative;
        text-indent: 40px;
        font-size: .75rem;
        width: 100px;
    }
    footer .area2 div:nth-of-type(1) h3::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url("../img/footer_img1.png") no-repeat center / 24px 24px;
    }
    footer .area2 div:nth-of-type(2) h3::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url("../img/footer_img2.png") no-repeat center / 24px 24px;
    }
    footer .area2 div:nth-of-type(3) h3::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url("../img/footer_img3.png") no-repeat center / 24px 24px;
    }
    footer .area2 div:nth-of-type(4) h3::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url("../img/footer_img4.png") no-repeat center / 24px 24px;
    }


    footer .area2 div h3 img {
        padding: 0 20px 0 0;
    }
    footer .area2 div p {
        font-size: .75rem;
        padding: 0px 0 0 22px;
    }
    footer .area3 {
        padding: 50px 0 0;
    }
    footer .area3 .line1 a {
        padding: 0 24px 0 0;
        font-size: .75rem;
    }
    footer .area3 .line2 {
        padding: 48px 0 0;
        font-size: .75rem;
    }
    footer .area3 .line2 span {
        padding: 0 30px  0 0;
        font-size: .75rem;
    }
    footer .area3 .line3 {
        padding: 15px 0 0;
        font-size: .75rem;
    }
}







/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/
@media all and (max-width:781px) {

    .waiting_add_text1 {
        font-size: 1rem;
    }

    .faq-search {
        margin: 30px 0 0 0;
        display: flex;
        justify-content: center;
    }
    .faq-search > p:nth-of-type(1) {
        margin: 0 20px 0 0;
    }
    .faq-search > p:nth-of-type(1) > input {
        padding: 10px 25px;
        width: 150px;
    }
    .faq-search > p:nth-of-type(2) > a {
        display: block;
        padding: 10px 20px;
        background: #000;
        color: #fff;
    }

    .btn-large {
        font-size:1rem;
        line-height:60px;
    }

    main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting {
        display: block;
    }

    main .cont2 .cont2-main-wrapper > section.waiting > .flex-wrapper-waiting > div:nth-child(n+1) {
        margin: 20px 0 0;
    }

    main .cont2 .cont2-main-wrapper > section.waiting textarea {
        border: 1px solid #ccc;
        width: 92%;
        height: 200px;
        padding: 20px;
    }

    .btn-waiting {
        display: block;
        width: 120px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #000;
        color: #fff;
        margin: 0 auto;
        font-size: 1rem;
    }

    .pop-comment span {
        font-size: 0.75rem !important;
    }

    .contents-tab {
        margin: 40px 0 0 0;
        font-size: 1rem;
    }

    /*popup*/
    #divpop {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 70%;
    }
    #divpop table {
        width: 100%;
        height: 70%;
    }
    #divpop table img {
        width: 90%;
        height: auto;
    }

    #divpop3 {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 70%;
    }
    #divpop3 table {
        width: 100%;
        height: 70%;
    }
    #divpop3 table img {
        width: 90%;
        height: auto;
    }
    .pop-txt {
        font-size: 12px;
    }

    header.on .container .wrapper {
        width: 100%;
    }




    /* ========================== 예약 start ===============================  */
    main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper {
        display: block;
    }
    main .cont2 .cont2-main-wrapper > section.info > .flex-wrapper > div:nth-child(1) p {
        padding: 30px 0 30px;
    }
    /* ========================== 예약 end =============================== */



    footer .area3 .line2 span:nth-of-type(3) {
        display: block;
        line-height: 23px;
    }


    /* ========================== modal start ========================== */
    #james-modal {
        width: 260px;
        padding: 56px 20px 20px;
    }
    #james-modal .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url("../img/close_36_36.png") no-repeat center / 20px 20px;
    }
    #james-modal-title > h3 {
        padding: 0 0 20px;
        font-size: .75rem;
    }
    #james-modal-message > ul > li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }
    #james-modal-message > ul > li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: url("../img/circle_8_8.png") no-repeat center / 5px 5px;
    }
    #james-modal-message ul li:not(:last-child) {
        margin: 0 0 15px;
    }
    #james-modal-message > p {
        font-size: .5rem;
        word-break: break-word;
    }
}

@media all and (max-width:546px) {

    section.rest-content .rest-sub-img {
        margin: -10px 0 120px 0;
    }

    .lost-title > h3 {
        font-size: 1rem;
        color: #805d35;
        margin: 0 0 25px 0;
        font-weight: normal;
    }

    .lost-title > h3 > span {
        font-weight: bold;
    }

    section.lost-content-img {
        margin: 0 0 40px 0;
    }
    section.lost-content-img > div {
        width: 100%;
        height: 487px;
        background: url("../img/mobile_lost.png") no-repeat center / 280px 487px;
    }
    .lost-title > p {
        line-height: 30px;
    }

    main .cont2 .cont2-main-wrapper > section.info-waiting > .flex-wrapper > div:nth-child(1) h4 {
        word-wrap: break-word;
        white-space: normal;
        line-height: 25px;
    }

    .delegate-pop02, .delegate-pop01 {
        bottom: 0;
        overflow: scroll;
    }

    /*popup*/
    #divpop {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 90%;
    }
    #divpop table {
        width: 100%;
        height: 70%;
    }
    #divpop table img {
        width: 90%;
        height: auto;
    }

    #divpop3 {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 90%;
    }
    #divpop3 table {
        width: 100%;
        height: 70%;
    }
    #divpop3 table img {
        width: 90%;
        height: auto;
    }

    /* 예약팝업 */
    .reserve-pop02 > div:nth-of-type(2) > p > em {
        width: 68%;
    }


    footer .container2::after {
        content: "";
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0,0,0,.1);
    }

    footer .area1 .agree {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    footer .area1 .agree a {
        padding: 0 20px 0 0;
    }

    footer .area3 .line1 a {
        padding: 0 12px 0 0;
    }
}




@media all and (max-width:439px) {

    .hole-wrapper li {
        font-size: .75rem;
    }

    /*popup*/
    #divpop {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 90%;
    }
    #divpop table {
        width: 100%;
        height: 70%;
    }
    #divpop table img {
        width: 90%;
        height: auto;
    }

    #divpop3 {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 90%;
    }
    #divpop3 table {
        width: 100%;
        height: 70%;
    }
    #divpop3 table img {
        width: 90%;
        height: auto;
    }


    .mypage02 .mypage02-reserve-info ul li span input {
        width: 110px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        transform: translate(-15px, -2px);
    }
    .mypage02 .mypage02-reserve-info ul li span a { /*  수정하기 버튼  */
        display: inline-block;
        width: 60px;
        height: 32px;
        line-height: 32px;
        font-weight: 400;
        font-size: .75rem;
        text-align: center;
        background: #000;
        color: #fff;
    }

    .waiting_add_text1 {
        font-size: 0.75rem;
    }
}


/* 비밀번호 체크 관련 추가 */
.pw-container {
    margin: 50px 0 !important;
}

.pw-container2 {
    display: none !important;
}
.pw-msg-container {
    background: #e9ecef;
    width: 50% !important;
    padding: 12px !important;
}
.icon_green {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 0;
    background: url("../img/icon_green.png") no-repeat center / 13px 13px;
}

.icon_x_gray {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 0;
    background: url("../img/icon_x_gray.png") no-repeat center / 13px 13px;
}

.icon_x {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 10px 0 0;
    background: url("../img/icon_x.png") no-repeat center / 13px 13px;
}
