<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; div {
    height: 700px;
    width: 100%;
    overflow: scroll;
}
.agree-all &gt; 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 &gt; 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 &gt; h3 {
    padding: 0 0 30px;
    font-weight: 500;
    font-size: 1.5rem;
}
#james-modal-message &gt; ul &gt; li {
    position: relative;
    line-height: 1.5rem;
    padding: 0 0 0 20px;
}
#james-modal-message &gt; ul &gt; 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 &gt; p {
    line-height: 25px;
}
#james-modal-message &gt; p:not(:last-child) {
    margin: 0 0 20px;
}
#james-modal-button {
    margin: 40px 0 0;
}
#james-modal.one-button &gt; #james-modal-button &gt; 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 &gt; #james-modal-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#james-modal.two-button &gt; #james-modal-button &gt; a {
    display: block;
    width: 48%;
    text-align: center;
    padding: 13px 44px;
    box-sizing: border-box;
}
#james-modal-button &gt; .james-btn-black {
    background: #000;
    color: #fff;
}
#james-modal-button &gt; .james-btn-red {
    background: #b1001c;
    color: #fff;
}
#james-modal-button &gt; .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 &gt; 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 &gt; ul &gt; li &gt; a {
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
}
header nav &gt; ul &gt; li:hover &gt; a {
    color: #b1001c;
}
header nav &gt; ul &gt; li &gt; 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 &gt; ul:hover &gt; li &gt; ul {
    height: 300px;
    visibility: visible;
    opacity: 1;
}
header nav &gt; ul &gt; li &gt; ul &gt; li {
    line-height: 24px;
    padding: 0 0 16px;
}
header nav &gt; ul &gt; li &gt; ul &gt; li &gt; 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 &gt; div {
    width: 1200px;
    margin: 0 auto;
}
.main-txt &gt; div &gt; 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 &gt; div &gt; span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 47px;
    padding: 0 31px 0 0;
}
.main-cal .f-area &gt; div &gt; p {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 0px;
}
.main-cal .f-area &gt; div &gt; p &gt; a {
    display: inline-block;
    width: 34px;
    height: 34px;
}
.main-cal .f-area &gt; div &gt; p &gt; a:first-child {
    background: url("../img/arrow_left_gray.png");
    margin: 0 10px 0 0;
}
.main-cal .f-area &gt; div &gt; p &gt; a.active:first-child {
    background: url("../img/arrow_left_black.png");
    margin: 0 10px 0 0;
}
.main-cal .f-area &gt; div &gt; p &gt; a:last-child {
    background: url("../img/arrow_right_black.png");
}

.main-cal .f-area &gt; 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 &gt; 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 &gt; 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 &gt; div {
    width: 50%;
    height: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
}
.reserve-pop01 &gt; div h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 34px;
    padding: 0 0 38px;
    color: #000;
}
.reserve-pop02 &gt; 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 &gt; div:nth-of-type(1) p {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #000;
    font-size: 1rem;
    font-weight: 500;

}
.reserve-pop01 &gt; div:nth-of-type(1) p:last-child {
    border-bottom: 1px solid #000;
}
.reserve-pop01 &gt; div:nth-of-type(1) p span {
    display: inline-block;
    width: 30%;
}
.reserve-pop01 &gt; div:nth-of-type(1) p em {
    display: inline-block;
    width: 67%;
    font-weight: 300;
}
.reserve-pop01 &gt; 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 &gt; div:nth-of-type(2) {
    position: relative;
}
.reserve-pop01 &gt; div:nth-of-type(2) &gt; div, .reserve-pop02 &gt; div:nth-of-type(2) &gt; div {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.reserve-pop01 &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) {
    margin: 0 0 18px;
}
.reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; p {
    position: relative;
    bottom: 26px;
    width: 84%;
}
.reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; p:nth-of-type(3){
    width: 90%;
}
.reserve-pop01 .ft-sm {
    font-size: 14px;
}
.reserve-pop01 &gt; div:nth-of-type(2) &gt; p &gt; em {     /* ======================= */
    position: relative;
    top: -3px;
    left: 20px;
}
.reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a, .reserve-pop02 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a {
    padding: 13px 61px;
    box-sizing: border-box;
}
.delegate-pop01 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a {
    padding: 13px 77px;
}
#delegate-pop02 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a {
    padding: 13px 24px;
}
#delegate-pop02 &gt; div:nth-of-type(2) &gt; div &gt; div#d-btn &gt; a {
    padding: 13px 77px !important;
}














.reserve-pop02::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.reserve-pop02 &gt; div {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 40px;
}
.reserve-pop02 &gt; 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 &gt; div:nth-of-type(2) &gt; p {                                 /* ============================================ */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.reserve-pop02 &gt; 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 &gt; div:nth-of-type(2) p:nth-of-type(3) {
    border-bottom: none;
}
.reserve-pop02 &gt; div:nth-of-type(2) p span {
    display: inline-block;
    width: 30%;
}
.reserve-pop02 &gt; div:nth-of-type(2) p em {
    display: inline-block;
    /*line-height:24px;*/
    width: 69%;
    font-weight: 300;
    vertical-align: top;
}
.reserve-pop02 &gt; 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 &gt; .container &gt; 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 &gt; div &gt; span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 47px;
    padding: 0 31px 0 0;
}
main .f-area &gt; div &gt; p {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 0px;
}
main .f-area &gt; div &gt; p &gt; a {
    display: inline-block;
    width: 34px;
    height: 34px;
}
main .f-area &gt; div &gt; p &gt; a:first-child {
    background: url("../img/arrow_left_gray.png");
    margin: 0 10px 0 0;
}
main .f-area &gt; div &gt; p &gt; a.active:first-child {
    background: url("../img/arrow_left_black.png");
    margin: 0 10px 0 0;
}
main .f-area &gt; div &gt; p &gt; a:last-child {
    background: url("../img/arrow_right_black.png");
}
main .cont1 .f-area &gt; 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 &gt; 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 &gt; .cont2-main-wrapper &gt; section.info &gt; 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 &gt; section.info &gt; .flex-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0 0;
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div {
    flex: 1
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(1) {
    color: #b1001c;
    font-size: 1.5rem;
    line-height: 48px;
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(1) h4{
    font-weight: 300;
    white-space: nowrap;
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(1) p {
    padding: 60px 0 0;
    font-weight: 500;
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li {
    line-height: 35px;
    padding: 0 0 0 20px;
    /*text-indent: -20px;*/
    position: relative;
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li::before {
    position: absolute;
    top: 0px;
    left: -70px;
    font-weight: bold;
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li:nth-of-type(1)::before {
    content: "�덉빟諛⑸쾿";
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li:nth-of-type(2)::before {
    content: "�좎껌�쒗븳";
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li:nth-of-type(3)::before {
    content: "�덉빟�뺤씤";
}
main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li span {
    color: #b1001c;
}

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

section.time &gt; .course {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
section.time &gt; .course &gt; li {
    position:relative;
    width: 384px;
    margin: 0 24px 20px 0;
    font-size: 1.5rem;
}
section.time &gt; .course &gt; li &gt; a {
    color: #b1001c;
}
section.time &gt; .course &gt; li::after {
    content: "";
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 1px;
    background: #b1001c;
}
section.time &gt; .course &gt; li:nth-child(3n) {
    margin-right: 0;
}
section.time &gt; .course &gt; li &gt; ul {
    margin: 22px 0 0;
}
section.time &gt; .course &gt; li &gt; ul &gt; 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 &gt; .course &gt; li &gt; ul &gt; li:nth-child(n+2) {
    border-top: 1px solid rgba(0,0,0,.2);
}
section.time &gt; .course &gt; li &gt; ul &gt; li &gt; em {
    font-size: 0;
}
section.time &gt; .course &gt; li &gt; ul &gt; li &gt; em &gt; 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 &gt; .course &gt; li &gt; ul &gt; li a:first-child {
    margin: 0 2px 0 0;
}
section.time &gt; .course &gt; li &gt; ul &gt; li a:nth-of-type(2) {
    margin: 0 2px 0 0;
}
section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; em {
    font-weight: 500;
}
section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; em.strike {
    padding: 0 16px;
    text-decoration: line-through;
    color: rgba(0,0,0,.3);
    font-weight: 300;
}
section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; em.c-cost { /* �좎씤媛�寃� 湲곕뒫 異붽��� �� �쒓굅 */
    padding: 0 16px;
}
section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; em.nor {
    font-weight: 300;
}


/*��湲곗삁��*/
main .cont2 &gt; .cont2-main-wrapper &gt; section.info-waiting &gt; 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 &gt; section.info-waiting &gt; .flex-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0 0;
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; div {
    flex: 1
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; div:nth-child(1) {
    color: #000;
    font-size: 1rem;
    line-height: 35px;
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; div:nth-child(1) h4 {
    font-weight: 300;
    white-space: nowrap;
    position: relative;
    text-indent: 20px;
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; 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 &gt; section.info-waiting &gt; .flex-wrapper &gt; div:nth-child(1) p {
    padding: 60px 0 0;
    font-weight: 500;
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; div:nth-child(2) h4 {
    font-weight: 500;
    font-size: 1rem;
    margin: 0 0 10px;
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; div:nth-child(2) h5 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 35px;
    position: relative;
    text-indent: 20px;
}
main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; 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 &gt; section.waiting &gt; .flex-wrapper-waiting {
    display: flex;
    justify-content: flex-start;
    padding: 80px 0 0;
}
main .cont2 .cont2-main-wrapper &gt; section.waiting &gt; .flex-wrapper-waiting &gt; div {
    flex: 1
}
main .cont2 .cont2-main-wrapper &gt; section.waiting &gt; .flex-wrapper-waiting &gt; div &gt; h3 {
    font-size: 1.5rem;
}
main .cont2 .cont2-main-wrapper &gt; section.waiting &gt; .flex-wrapper-waiting &gt; div &gt; div {
    margin: 20px 0 0;
    width: 94% !important;
}
main .cont2 .cont2-main-wrapper &gt; section.waiting &gt; .flex-wrapper-waiting &gt; div &gt; div &gt; select {
    width: 50% !important;
}
main .cont2 .cont2-main-wrapper &gt; 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 &gt; div {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 0;
}
.login .login-input &gt; div &gt; span {
    color: rgba(0,0,0,.3);
    /*color: #b1001c*/
}
.login .login-input &gt; div &gt; span input[type=checkbox]:checked ~ label {
    color: #b1001c
}
.login .login-input &gt; div &gt; span a, .find-pw .login-input &gt; div &gt; span a {
    color: rgba(0,0,0,.3);
    text-decoration: underline;
}
.login .login-btn {
    padding: 64px 0 0;
}
.login .login-btn &gt; a, .find-id .login-btn &gt; a, .find-id-result .login-btn &gt; a, .find-pw .login-btn &gt; a {
    display: block;
    width: 384px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.login .login-btn &gt; a:first-child, .find-id .login-btn &gt; a:first-child, .find-id-result .login-btn &gt; a:first-child, .find-pw .login-btn &gt; a:first-child {
    background: #b1001c;
    color: #fff;
}
.login .login-btn &gt; a:last-child {
    color: #b1001c;
    border:1px solid #b1001c;
    margin: 8px 0 0;
}

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

.find-id &gt; div a, .find-id-result &gt; div a, .find-pw &gt; 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 &gt; 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 &gt; div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.join .info &gt; div p:nth-of-type(1) {
    width: 204px;
}
.join .info &gt; div p:nth-of-type(2) {
    width: 510px;
    padding: 0 117px 0 0;
}
.join .info &gt; 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 &gt; span {
    display: inline-block;
}
.join p.gender &gt; 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 &gt; div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-auth .join-auth-btn &gt; div &gt; 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 &gt; div &gt; a span {
    position: relative;
}
.join-auth .join-auth-btn &gt; div &gt; a:nth-of-type(1) {
    background: #000;
    margin: 0 24px 0 0;
}
.join-auth .join-auth-btn &gt; div &gt; a:nth-of-type(2) {
    background: rgba(0,0,0,.4);
}
.join-auth .join-auth-btn &gt; div &gt; 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 &gt; div &gt; 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 &gt; div:nth-of-type(2) {
    margin: 32px 0 0;
}

.join-auth &gt; .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 &gt; div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-auth .info &gt; div p:nth-of-type(1) {
    width: 204px;
}
.join-auth .info &gt; div p:nth-of-type(2) {
    width: 510px;
    padding: 0 117px 0 0;
}
.join-auth .info &gt; 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 &gt; 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 &gt; p {
    padding: 0 100px 0 0;
    white-space: nowrap;
}
.mypage .mypage-search &gt; div {
    padding: 0 80px 0 0;
    white-space: nowrap;
}
.mypage .mypage-search &gt; div &gt; span {
    position: relative;
    display: inline-block;
}
.mypage .mypage-search &gt; div &gt; span &gt; 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 &gt; div &gt; 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 &gt; 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 &gt; .all-time {
    margin: 0 0 80px;
}
section.time .all-time &gt; ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
section.time .all-time.sub &gt; ul {
    border-top: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
section.time .all-time &gt; ul + p {
    height: 1px;
    background: rgba(0,0,0,.2);
}
section.time .all-time &gt; ul &gt; li {
    padding: 15px 16px 15px;
    color: rgba(0,0,0,.3);
    font-weight: lighter;
}
section.time .all-time &gt; 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 &gt; h1 {
    margin: 60px 0;
    font-size: 2rem;
    font-weight: 500;
}
section.board &gt; .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 &gt; .title &gt; p:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: 500;
}
section.board &gt; .content {
    padding: 80px 0 80px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
section.board &gt; .board-btn {
    margin: 40px 0 0;
    text-align: center;
}
section.board &gt; .board-btn &gt; 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 &gt; h3 {
    font-size: 2rem;
    color: #805d35;
    margin: 0 0 46px 0;
    font-weight: normal;
}

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

section.lost-content-img {
    margin: 0 0 80px 0;
}
section.lost-content-img &gt; div {
    width: 1200px;
    height: 1262px;
    background: url("../img/pc_lost.png") no-repeat center / 1200px 1262px;
}
.lost-title &gt; 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 &gt; 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 &gt; 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 &gt; p:nth-of-type(1) {
    margin: 0 20px 0 0;
}
.faq-search &gt; p:nth-of-type(1) &gt; input {
    padding: 20px 40px;
    width: 340px;
}
.faq-search &gt; p:nth-of-type(2) &gt; 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 &gt; section.info-waiting &gt; .flex-wrapper {
        display: block;
    }

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

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

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

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

    main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; 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 &gt; .content img {
        max-width: 100%;
    }

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

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

    section.board &gt; .table &gt; thead {
        display: none;
    }

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

    section.board &gt; .table:not(.faq) &gt; tbody &gt; tr:nth-of-type(1) &gt; 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 &gt; div {
        height: 450px;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .agree-all &gt; 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 &gt; h3 {
        padding: 0 0 20px;
        font-size: 1rem;
    }
    #james-modal-message &gt; ul &gt; li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }
    #james-modal-message &gt; ul &gt; 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 &gt; p {
        font-size: .75rem;
        word-break: break-word;
    }




    #james-modal-button &gt; div {
        margin: 30px 0 0;
    }
    #james-modal.one-button &gt; #james-modal-button &gt; a {
        display: block;
        width: 100%;
    }
    #james-modal.two-button &gt; #james-modal-button {
        display: block;
    }
    #james-modal.two-button &gt; #james-modal-button &gt; a {
        display: block;
        width: 100%;
        padding: 13px 54px;
    }
    #james-modal.two-button &gt; #james-modal-button &gt; 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 &gt; h3 {
        padding: 0 0 20px;
        font-size: 1rem;
    }
    .modal &gt; ul &gt; li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }
    .modal &gt; ul &gt; 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 &gt; p {
        font-size: .75rem;
        word-break: break-word;
    }


    .modal &gt; .modal-btn-wrapper {
        margin: 30px 0 0;
    }
    .modal.one-button &gt; .modal-btn-wrapper &gt; a {
        display: block;
        width: 100%;
    }
    .modal.two-button &gt; .modal-btn-wrapper {
        display: block;
    }
    .modal.two-button &gt; .modal-btn-wrapper a {
        display: block;
        width: 100%;
        padding: 13px 54px;
    }
    .modal.two-button &gt; .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 &gt; ul &gt; li &gt; a {
        display: block;
        height: auto;
        line-height: 36px;
    }
    header.on nav &gt; ul &gt; 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 &gt; 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 &gt; ul &gt; li &gt; a {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 300;
        display: block;
        line-height: 36px;
    }
    header.on nav &gt; ul &gt; li.on &gt; a {
        color: #b1001c;
    }
    header.on nav &gt; ul &gt; li &gt; ul {
        position: static;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        box-sizing: border-box;
        transition: .3s;
    }
    header.on nav &gt; ul &gt; li.on &gt; ul {
        height: 225px;
    }
    header.on nav &gt; ul &gt; li.on:nth-of-type(4) &gt; ul {
        height: 270px;
    }
    header.on nav &gt; ul &gt; li.on &gt; ul {
        height: calc(var(--cnt) * 45px);
        visibility: visible;
        opacity: 1;
    }
    header.on nav &gt; ul &gt; li.on + li {
        margin: 20px 0 0;
    }
    header.on nav &gt; ul &gt; li &gt; ul &gt; li {
        line-height: 24px;
        padding: 10px 0 0 0;
    }
    header.on nav &gt; ul &gt; li &gt; ul &gt; li &gt; a {
        font-size: 1rem;
        line-height: 36px;
        color: rgba(0,0,0,1);
        font-weight: 300;
    }
    header.on nav &gt; ul &gt; li &gt; ul &gt; li:last-child {
        position: relative;
    }
    header.on nav &gt; ul &gt; li:nth-of-type(-n+4) &gt; ul &gt; 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 &gt; div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .main-txt &gt; div &gt; 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 &gt; 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 &gt; 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 &gt; a::after {
        content: none;
    }
    .main-cal .f-area &gt; div &gt; span {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 36px;
        color: #fff;
    }
    .main-cal .f-area &gt; div &gt; p &gt; a {
        width: 24px;
        height: 24px;
    }
    .main-cal .f-area &gt; div &gt; p &gt; 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 &gt; div &gt; p &gt; 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 &gt; .container &gt; 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 &gt; div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-justify-content: space-between;
    }
    main .cont1 .f-area &gt; a.coupon {
        position: absolute;
        top: 0;
        right: 0;
        font-size: .625rem;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
    }
    main .f-area &gt; div &gt; span {
        font-size: 1.5rem;
        line-height: 36px;
    }
    main .f-area &gt; div &gt; p &gt; a {
        width: 28px;
        height: 28px;
    }
    main .f-area &gt; div &gt; p &gt; a:first-child {
        background: url("../img/arrow_left_gray_middle.png");
        margin: 0 10px 0 0;
    }
    main .f-area &gt; div &gt; p &gt; a.active:first-child {
        background: url("../img/arrow_left_black_middle.png");
        margin: 0 10px 0 0;
    }
    main .f-area &gt; div &gt; p &gt; 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 &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(1) {
        font-size: 1rem;
        line-height: 31px;
    }
    main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(1) p {
        font-size: 1rem;
    }
    main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li {
        font-size: .75rem;
        line-height: 25px;
    }
    main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; div:nth-child(2) ul li::before {
        left: -46px;
    }
    main .cont2 &gt; .cont2-main-wrapper &gt; section.info &gt; h3 {
        margin: 36px 0 0;
        font-size: 1rem;
        padding: 0 0 12px;
    }

    section.time &gt; .all-time {
        margin: 20px 0 30px;
        position: relative;
    }
    section.time &gt; .all-time &gt; ul {
        display: block;
        text-align: left;
    }
    section.time &gt; .all-time &gt; 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 &gt; .all-time &gt; 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 &gt; .all-time &gt; ul + p {
        /*height: 1px;*/
        background: rgba(177,0,28,.2);
    }
    section.time &gt; .all-time &gt; ul &gt; li:nth-child(n+2) {
        display: none;
        /*padding: 15px 16px 15px;*/
        /*color: rgba(0,0,0,.3);*/
        /*font-weight: lighter;*/
    }
    section.time &gt; .all-time &gt; ul.active &gt; li:nth-child(n+2) {
        display: block;
    }
    section.time &gt; .all-time &gt; ul li:first-child {
        /*color: #b1001c;*/
        /*font-weight: 500;*/
    }

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

    }
    section.time &gt; .course &gt; li &gt; ul &gt; li:nth-child(n+2) {
        border-top: 1px solid rgba(0,0,0,.2);
    }
    section.time &gt; .course &gt; li &gt; ul &gt; li &gt; em {
        font-size: 0;
    }
    section.time &gt; .course &gt; li &gt; ul &gt; li &gt; em &gt; a {
        width: 48px;
        height: 24px;
        line-height: 24px;
        font-size: .625rem;
        font-weight: 400;
    }
    section.time &gt; .course &gt; li &gt; ul &gt; li a:first-child {
        margin: 0 2px 0 0;
    }
    section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; em {
        font-size: 0.75rem;
        font-weight: 500;
    }
    section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; em.strike {
        font-size: 0.75rem;
        padding: 0 16px;
        text-decoration: line-through;
        color: rgba(0,0,0,.3);
        font-weight: 300;
    }
    section.time &gt; .course &gt; li &gt; ul &gt; li &gt; span &gt; 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 &gt; p, .reserve-pop02 &gt; p {
        position: relative;
        width: 100%;
        height: 50px;
        box-shadow: 8px 0 8px rgba(0,0,0,.3);
    }
    .reserve-pop01 &gt; a, .reserve-pop02 &gt; 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 &gt; 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 &gt; div h3, .reserve-pop02 &gt; div h3 {
        font-size: 1rem;
        padding: 0 0 12px;
    }
    .reserve-pop01 &gt; 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 &gt; div:nth-of-type(1) p:last-child {
        border-bottom: 1px solid #000;
    }
    .reserve-pop01 &gt; div:nth-of-type(1) p span {
        display: inline-block;
        width: 30%;
    }
    .reserve-pop01 &gt; div:nth-of-type(1) p em {
        text-align: right;
        padding: 0 20px 0 0;
    }
    .reserve-pop01 &gt; 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 &gt; div:nth-of-type(2) &gt; div, .reserve-pop02 &gt; div:nth-of-type(2) &gt; div {
        position: static;
        margin: 15px 0 40px;
        width: 100%;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; p {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) {
        margin: 0 0 18px;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; div p {
        position: relative;
        bottom: 0px;
        font-size: .77rem;
        width: 100%;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; p:nth-of-type(3){
        width: 100%;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; p span {
        width: 124px;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; p em {
        position: relative;
        top: -3px;
        width: 100%;
        font-size: .75em;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a, .reserve-pop02 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a {
        padding: 13px 0;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a:nth-of-type(2), .reserve-pop02 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a:nth-of-type(2) {
        margin: 10px 0 0;
    }
    .reserve-pop01 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a:nth-of-type(3), .reserve-pop02 &gt; div:nth-of-type(2) &gt; div &gt; div &gt; a:nth-of-type(3) {
        display: none;
    }







    .reserve-pop02 {
        background: #fff;
    }
    .reserve-pop02::after {
        content: none;
    }
    .reserve-pop02 &gt; div {
        height: auto;
        width: 100%;
        padding: 0px 20px 0;
    }
    .reserve-pop02 &gt; 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 &gt; div:nth-of-type(1) h3 {
        color: black;
        padding: 40px 0 0;
    }
    .reserve-pop02 &gt; 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 &gt; div:nth-of-type(2) p span {
        display: inline-block;
        width: 30%;
        font-size: .75rem;
    }
    .reserve-pop02 &gt; div:nth-of-type(2) &gt; p &gt; 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 &gt; 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 &gt; div {
        margin: 18px 0 0;
        font-size: .75rem;
    }
    .login .login-input &gt; div label {
        font-size: .75rem;
    }
    .login .login-btn {
        padding: 28px 0 0;
    }
    .login .login-btn &gt; a, .find-id .login-btn &gt; a, .find-id-result .login-btn &gt; a, .find-pw .login-btn &gt; 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 &gt; div, .find-pw .login-input &gt; div {
        margin: 32px 0 0;
        text-align: center;
    }
    .find-id .login-input &gt; div a, .find-pw .login-input &gt; 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 &gt; div {
        display: block;
    }
    .join .info &gt; div p:nth-of-type(1) {
        width: 100%
    }
    .join .info &gt; div p:nth-of-type(2) {
        width: 100%;
        padding: 20px 0 0;
    }
    .join .info &gt; 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 &gt; 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 &gt; div {
        display: block;
    }
    .join-auth .join-auth-btn &gt; div &gt; a {
        position: relative;
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 1rem;
    }
    .join-auth .join-auth-btn &gt; div &gt; a span {
        position: relative;
    }
    .join-auth .join-auth-btn &gt; div &gt; a:nth-of-type(1) {
        background: #000;
        margin: 0 24px 10px 0;
    }
    .join-auth .join-auth-btn &gt; div &gt; a:nth-of-type(2) {
        background: rgba(0,0,0,.4);
    }
    .join-auth .join-auth-btn &gt; div &gt; 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 &gt; div &gt; 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 &gt; 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 &gt; div {
        display: block;
    }
    .join-auth .info &gt; div p:nth-of-type(1) {
        width: 100%
    }
    .join-auth .info &gt; div p:nth-of-type(2) {
        width: 100%;
        padding: 20px 0 0;
    }
    .join-auth .info &gt; div p:nth-of-type(2) span {
        display: block;
        margin: 0 0 6px;
    }
    .join-auth .info &gt; div p:nth-of-type(2) span:nth-of-type(1), .join-auth .info &gt; 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 &gt; div:nth-of-type(1) &gt; p:nth-of-type(2), .join-auth .join-auth-txt &gt; div:nth-of-type(1) &gt; 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 &gt; 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 &gt; p {
        padding: 0;
    }
    .mypage .mypage-search &gt; div {
        width: 100%;
        padding: 10px 0 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    .mypage .mypage-search &gt; div &gt; span {
        width: 48%;
    }
    .mypage .mypage-search &gt; div &gt; em {
        align-self: center;
    }
    .mypage .mypage-search &gt; div &gt; span &gt; input {
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: .75rem;
        padding: 0 16px;
    }
    .mypage .mypage-search &gt; div &gt; 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 &gt; 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 &gt; p:nth-of-type(1) {
        margin: 0 20px 0 0;
    }
    .faq-search &gt; p:nth-of-type(1) &gt; input {
        padding: 10px 25px;
        width: 150px;
    }
    .faq-search &gt; p:nth-of-type(2) &gt; a {
        display: block;
        padding: 10px 20px;
        background: #000;
        color: #fff;
    }

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

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

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

    main .cont2 .cont2-main-wrapper &gt; 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 &gt; section.info &gt; .flex-wrapper {
        display: block;
    }
    main .cont2 .cont2-main-wrapper &gt; section.info &gt; .flex-wrapper &gt; 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 &gt; h3 {
        padding: 0 0 20px;
        font-size: .75rem;
    }
    #james-modal-message &gt; ul &gt; li {
        line-height: 1.2rem;
        padding: 0 0 0 15px;
    }
    #james-modal-message &gt; ul &gt; 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 &gt; 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 &gt; h3 {
        font-size: 1rem;
        color: #805d35;
        margin: 0 0 25px 0;
        font-weight: normal;
    }

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

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

    main .cont2 .cont2-main-wrapper &gt; section.info-waiting &gt; .flex-wrapper &gt; 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 &gt; div:nth-of-type(2) &gt; p &gt; 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;
}
</pre></body></html>