@charset "utf-8";

:root { 
    --ezwel-header-height: 80px;
}

/*html[lang="en"] {}*/
html, body {-webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, main, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, svg {margin: 0; padding: 0; font: inherit; color: inherit; vertical-align: baseline; border: 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; -webkit-touch-callout: none;}
*:after, *:before {box-sizing: border-box;}
main, header, nav, section, footer, menu, article, aside, details, figcaption, figure, hgroup {display: block;}
ol, ul {list-style: none;}
strong {font-weight: 700;}
small { font-size: 14px; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
table {width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed;}
caption, legend {width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden;}
th, td {font-family: inherit; font-size: inherit; color: inherit; line-height: 1.5; vertical-align: middle; word-break: break-all; text-overflow: ellipsis; word-wrap: break-word;}
img {display: block; border: 0; vertical-align: middle;}
button {cursor: pointer; margin: 0; padding: 0; font: inherit; color: inherit; vertical-align: middle; line-height: normal; border: 0; background: transparent; text-transform: none; overflow: visible; -webkit-appearance: button;}
button[disabled] {cursor: default;}
a {color: inherit; text-decoration:none; -webkit-text-decoration-skip: objects;}
a:active, a:hover {outline: 0;}
video {display: block; width: 100%;}
label {vertical-align: middle;}
select {padding-left: 10px; border: 1px solid #ccc; background: #fff; border-radius: 0; vertical-align: middle; text-transform: none;}
input, textarea {vertical-align: middle; line-height: normal; border-radius: 0; background-color: #fff; -webkit-touch-callout: default !important; -webkit-user-select: text !important;}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="time"], input[type="file"], input[type="date"], textarea { width: 100%; padding: 0 20px; height: 100%; border: 0; border-radius: 0; -webkit-appearance: none; appearance: none; background-color: transparent; }
/*input[type="password"] {font-family: Arial, Tahoma, sans-serif !important;}*/
input[type="checkbox"], input[type="radio"] {width: auto; border: none;}
input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}
input::-webkit-input-placeholder{color:#333 !important;}
input:-moz-placeholder{color:#333 !important; opacity:1 !important;}
input::-moz-placeholder{color:#333 !important; opacity:1 !important;}
input:-ms-input-placeholder{color:#333 !important;}
textarea {padding: 10px; width: 100%; height: auto; line-height: 1.8; resize: none;}
textarea::-webkit-input-placeholder{color:#333 !important;}
textarea:-moz-placeholder{color:#333 !important; opacity:1 !important;}
textarea::-moz-placeholder{color:#333 !important; opacity:1 !important;}
textarea:-ms-input-placeholder{color:#333 !important;}
input[type="text"][readonly], input[type="password"][readonly], input[type="email"][readonly], input[type="tel"][readonly], input[type="search"][readonly], input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="tel"][disabled], input[type="search"][disabled], textarea[readonly], textarea[disabled], select[disabled], input[type="number"] {color: #000; background: #f5f5f5; border-color: #e8e8e8;}
input[readonly], textarea[readonly] {cursor: default;}
/*.is-mobile select { -webkit-appearance: none; padding-right: 25px; background: #fff url(../img/drop_down_black.png) no-repeat right; background-size: 20px; }*/
a, label, input, select, textarea {-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset; }
select:focus, input:focus, textarea:focus {outline-color: #6060ff;}

body { min-width:320px; font-family: "Noto Sans KR", 'KoPub Dotum', -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif; font-size: 18px; font-weight: 400; background: #fff; word-break: keep-all; overflow-x: hidden; }
body.opened-modal { overflow: hidden; }
body.opened-modal .overlay-cover, body.opened-modal .modal-wrap { display: block; }

.skipnavigation { position: fixed; top: -100px; left: 50%; transform: translate(-50%, 0); padding: 10px; max-width: 1040px; width: 100%; font-size: 15px; color: #fff; text-align: center; background: #000; z-index: 1000000; transition: top 0.3s; }
.skipnavigation span { display: inline-block; position: relative; }
.skipnavigation span:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
.skipnavigation:focus { top: 0; }

.sr-only { position: absolute; margin: -1px; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

#header { position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 500; border-bottom: 1px solid #f0f0f0; }

.head-inner { max-width: 1040px; width: 100%; height: 90px; position: relative; margin: 0 auto; padding: 0 30px; overflow: hidden; }
.head-inner .logo a { position: absolute; top: 50%; transform: translate(0, -50%);}
.head-inner .logo img { max-width: 45%; min-width: 270px; max-height: 80px; }

.head-inner .head-back-btn, .head-inner .head-home-btn, .head-inner .head-title { display: none; }

#wrapper { padding-top: 90px; }
#wrapper:has(.rs-header > .ezwel_header_wrap) { padding-top: calc(var(--ezwel-header-height) + 90px); }
#wrapper span { display: inline-block; }

.cc-title { max-width: 1040px; width: 100%; padding: 80px 30px 40px; margin: 0 auto; }
.cc-title span { position: relative; font-size: 40px; letter-spacing: -1.2px; font-weight: 700; }

.uppercase { text-transform: uppercase; }

#footer { width: 100%; background-color: #fff; z-index: 200; border-top: 2px solid #f0f0f0; }
.only-mo-footer { display: none; }
.foot-inner { max-width: 1040px; width: 100%; margin: 0 auto; padding: 45px 30px; color: #b0b0b0; }
.only-on-footer .foot-customer { font-size: 19px; text-align: center; padding-bottom: 25px; }
.only-on-footer .foot-customer a { display: block; font-size: 25px; margin-bottom: 5px; font-feature-settings:normal; letter-spacing:0; }
.only-on-footer .foot-info { text-align: center; font-size: 15px; line-height: 21px; letter-spacing:}
.only-on-footer .foot-info > div > div { display: inline-block; margin-top: -5px; }
.only-on-footer .foot-info > div > div:after { content: ""; display: block; clear: both; }
.only-on-footer .foot-info span { padding: 0 10px; position: relative; float: left; }
.only-on-footer .foot-info span:after { content: ""; width: 1px; height: 15px; position: absolute; right: 0; top: 50%; transform: translate(0, -50%); background-color: #b0b0b0; }
.only-on-footer .foot-info span:last-child:after { content: none; }
.only-on-footer .foot-link { text-align: center; margin-top: 25px; font-size: 16px; font-weight: 700; }
.only-on-footer .foot-link-list { display: inline-block; margin: 0 auto; }
.only-on-footer .foot-link-list:after { content: ""; display: block; clear: both; }
.only-on-footer .foot-link-list .link-item { padding: 0 20px; position: relative; float: left; }
.only-on-footer .foot-link-list .link-item:after { content: ""; width: 1px; height: 12px; position: absolute; right: 0; top: 50%; transform: translate(0, -50%); background-color: #b0b0b0; }
.only-on-footer .foot-link-list .link-item:last-child:after { content: none; }

.overlay-cover { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: #000; opacity: 0.7; z-index: 700; }
.modal-wrap { display: none; position: fixed; top: 50%; left: 50%; padding: 30px; transform: translate(-50%, -50%); overflow: hidden; z-index: 750; }
.modal-wrap .close-btn { width: 60px; height: 60px; position: absolute; top: 0; right: 0; background: url(../img/btn-closed.png) no-repeat center / 100%; }
.modal-wrap .back-btn { display: block; width: 60px; height: 60px; position: absolute; top: 0; left: 0; background: url(../img/btn-page-back.png) no-repeat center; background-size: 30px 27px;}
.modal-wrap .modal-scroll { width: 100%; height: 100%; padding-bottom: 20px; overflow: auto; }
.modal-wrap .modal-inner { height: 100%; position: relative; padding: 90px 30px 60px; background-color: #fff; border-radius: 10px; overflow: hidden; }

.modal-wrap.preview { max-width: 960px; width: 100%; max-height: 800px; height: 100%; }

.modal-wrap.preview .modal-inner { padding-right: 0; }
.modal-wrap.preview .modal-inner p { font-size: 27px; letter-spacing: -0.9px; font-weight: 300; margin-bottom: 25px; }
.modal-wrap.preview .modal-inner span { display: block !important; margin-bottom: 5px; }
.modal-wrap.preview .modal-inner em { display: inline-block; }

.modal-wrap.coupon { max-width: 610px; width: 100%; overflow: auto; }
.modal-wrap.coupon .modal-inner { padding-bottom: 160px; }
.modal-wrap.coupon.card .modal-inner { min-height: 560px; }
.modal-wrap.coupon .modal-inner p { font-size: 37px; letter-spacing: -1.1px; text-align: center; margin-bottom: 60px; }
.modal-wrap.coupon .modal-input { width: 100%; height: 90px; margin-bottom: 30px; }
.modal-wrap.coupon .modal-input:last-of-type { margin-bottom: 0; }
.modal-wrap.coupon .modal-input input { width: 100%; height: 100%; text-align: center; font-size: 27px; letter-spacing: -0.8px; background-color: #f6f6f6; }
.modal-wrap.coupon .modal-input input::-webkit-input-placeholder { color: #b6b6b6 !important; }
.modal-wrap.coupon .modal-input input:-ms-input-placeholder { color: #b6b6b6 !important; }
.modal-wrap.coupon .modal-bottom-btn { display: block; width: 100%; line-height: 100px; position: absolute; bottom: 0; left: 0; background-color: #242424; text-align: center; }
.modal-wrap.coupon .modal-bottom-btn span { font-size: 33px; color: #fff; font-weight: 700; }
.modal-wrap.coupon-redeem-comp .modal-inner p { margin-bottom: 0; }

.modal-wrap.search { max-width: 800px; width: 100%; height: calc(100vh - 10%); padding: 0; }
.modal-wrap.search .modal-inner { padding: 0; font-weight: 300; }
.modal-wrap.search .modal-inner .modal-title { display: flex; min-height: 60px; align-items: center; justify-content: center; padding: 13px 60px; }
.modal-wrap.search .modal-inner .modal-title span { line-height: 1.3; font-size: 25px; text-align: center; font-weight: 700; word-break: break-all; }
.modal-wrap.search section { height: calc(100% - 60px); overflow-y: auto; }
.modal-wrap.search .enter-search-btn { width: 100%; padding: 10px 20px; background-color: #fff; }
.modal-wrap.search .enter-search-btn .search-item { height: 55px; position: relative; padding-right: 65px; margin-bottom: 10px; }
.modal-wrap.search .enter-search-btn .search-item input { width: 100%; font-size: 16px; border: 1px solid #8f8f8f; }
.modal-wrap.search .enter-search-btn .search-item .btn-search { display: block; width: 65px; line-height: 55px; position: absolute; top: 0; right: 0; background-color: #8f8f8f; text-align: center; font-size: 16px; color: #fff; }
.modal-wrap.search .enter-search-btn .txt { font-size: 16px; color: #666; font-weight: 300; transform: skew(-0.03deg); }
.modal-wrap.search .before-search .search-depth { padding: 15px; font-size: 15px; line-height: 1.5; background: #efefef; color: #989898; border-bottom: 1px solid #e8e8e8; word-break: keep-all; margin-bottom: 20px; }
.modal-wrap.search .before-search .search-depth:first-child { border-top: 1px solid #e8e8e8; }
.modal-wrap.search .before-search .search-depth span { display: inline-block; }
.modal-wrap.search .before-search .search-depth span:before { content: ""; display: inline-block; position: relative; top: 0; width: 22px; height: 14px; vertical-align: middle; background: url(../img/img_arrow_lounge.png) no-repeat center; }
.modal-wrap.search .before-search .search-depth span:first-child:before { content: none; }
.modal-wrap.search .before-search .cat-txt { padding: 8px 15px; font-size: 14px; color: #989898; }
.modal-wrap.search .list-con .item:first-child { border-top: 1px solid #e8e8e8; }
.modal-wrap.search .list-con .item { display: block; position: relative; padding: 20px 15px; font-size: 18px; border-bottom: 1px solid #e8e8e8; }
.modal-wrap.search .after-search { height: 100%; overflow: auto; }
.modal-wrap.search .after-search .search-depth { padding: 15px; font-size: 15px; line-height: 1.5; background: #efefef; color: #989898; border-bottom: 1px solid #e8e8e8; word-break: keep-all; }
.modal-wrap.search .after-search .search-depth:first-child { border-top: 1px solid #e8e8e8; }
.list-con.arrow .item div { padding-right: 25px; background: url(../img/btn_arrow_view.png) no-repeat right; background-size: 8px 15px; }

.modal-wrap.country-search { max-width: 560px; width: 100%; height: 80vh; padding: 0; }
.modal-wrap.country-search .modal-inner { padding: 0; }
.modal-wrap.country-search .modal-inner .modal-title { display: flex; min-height: 62px; align-items: center; justify-content: start; padding: 20px 24px 12px; }
.modal-wrap.country-search .modal-inner .modal-title span { color: #191B1F; font-size: 20px; font-style: normal; font-weight: 700; line-height: 150%; letter-spacing: -0.8px; word-break: break-all; }
.modal-wrap.country-search .modal-inner .close-btn { background-size: 24px 24px;}
.modal-wrap.country-search section { height: calc(100% - 60px); overflow-y: auto; }
.modal-wrap.country-search .enter-search-btn { position: sticky; top: -1px; width: 100%; padding: 0 24px 20px; background-color: #fff; z-index: 1;}
.modal-wrap.country-search .enter-search-btn .search-item { display:flex;background: url(../img/svg/search-2-line.svg); background-size: 24px 24px; background-position: 12px 10px; background-repeat: no-repeat; height: 44px; padding: 12px; background-color: #F0F2F4; border-radius: 6px;}
.modal-wrap.country-search .enter-search-btn .search-item input { width: 100%; padding: 0; font-size: 18px; outline: 0; padding-inline-start: 34px;}
.modal-wrap.country-search .enter-search-btn .search-item .btn-search { display: block; width: 65px; line-height: 55px; position: absolute; top: 0; right: 0; background-color: #8f8f8f; text-align: center; font-size: 16px; color: #fff; }
.modal-wrap.country-search .enter-search-btn .txt { font-size: 16px; color: #666; font-weight: 300; transform: skew(-0.03deg); }
.modal-wrap.country-search .before-search .popular-list { padding: 12px 24px 16px }
.modal-wrap.country-search .before-search .popular-list p { color: #191B1F; font-size: 18px;font-style: normal;font-weight: 600;line-height: 145%; }
.modal-wrap.country-search .before-search .popular-list ul { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px; }
.modal-wrap.country-search .before-search .popular-list ul li a { display:block; padding: 7.5px 16px; border: 1px solid #E3E5E7; border-radius: 16px; font-size: 14px; line-height: 120%;}
.modal-wrap.country-search .before-search .search-depth { padding: 15px; font-size: 15px; line-height: 1.5; background: #efefef; color: #989898; border-bottom: 1px solid #e8e8e8; word-break: keep-all; margin-bottom: 20px; }
.modal-wrap.country-search .before-search .search-depth:first-child { border-top: 1px solid #e8e8e8; }
.modal-wrap.country-search .before-search .search-depth span { display: inline-block; }
.modal-wrap.country-search .before-search .search-depth span:before { content: ""; display: inline-block; position: relative; top: 0; width: 22px; height: 14px; vertical-align: middle; background: url(../img/img_arrow_lounge.png) no-repeat center; }
.modal-wrap.country-search .before-search .search-depth span:first-child:before { content: none; }
.modal-wrap.country-search .before-search .cat-txt { padding: 8px 15px; font-size: 14px; color: #989898; }
.modal-wrap.country-search .list-container { padding: 16px 0 32px; }
.modal-wrap.country-search .list-container p {margin-bottom: 8px; padding: 0 24px; color: #191B1F;font-size: 18px;font-style: normal;font-weight: 600;line-height: 145%; /* 26.1px */}
.modal-wrap.country-search .list-container .item-container .item { display: block; position: relative; padding: 12px 24px; color: #191B1F;font-size: 18px;font-style: normal;font-weight: 400;line-height: 145%; /* 26.1px */}

.modal-wrap.list { max-width: 800px; width: 100%; max-height: 800px; height: 100%; }
.modal-wrap.list .modal-inner { padding: 0; font-weight: 300; }
.modal-wrap.list .modal-inner .modal-title { display: flex; min-height: 60px; align-items: center; justify-content: center; padding: 13px 60px; }
.modal-wrap.list .modal-inner .modal-title span { line-height: 1.3; font-size: 25px; text-align: center; font-weight: 700; word-break: break-all; }
.modal-wrap.list section { height: calc(100% - 60px); overflow-y: auto; }
.modal-wrap.list .table-list > div { margin-top: 20px; }
.modal-wrap.list .table-list > div > strong { display: block; margin-bottom: 6px; padding-left: 15px; transform: skew(-0.03deg); }
.modal-wrap.list th, .modal-wrap.list td { padding: 5px; height: 45px; line-height: 1.3; text-align: center; vertical-align: middle; border-left: 2px dotted #cbcbcb; }
.modal-wrap.list th { font-size: 16px; font-weight: 400; color: #a5a5a5; border-color: #f7f7f7; background-color: #e7e7e7; }
.modal-wrap.list td { font-size: 16px; color: #0d0d0d; border-bottom: 1px solid #f5f5f5; }
.modal-wrap.list th:first-child, .modal-wrap.list td:first-child { padding-left: 20px; text-align: left; border-left: 0 none; }
.modal-wrap.list td:nth-of-type(2) { word-break: keep-all; }

.modal-wrap.view { max-width: 800px; width: 100%; height: calc(100vh - 10%); padding: 0; }
.modal-wrap.view .modal-inner .modal-title { display: flex; min-height: 60px; align-items: center; justify-content: center; padding: 13px 60px; }
.modal-wrap.view .modal-inner .modal-title span { line-height: 1.3; font-size: 25px; text-align: center; font-weight: 700; word-break: break-all; }
.modal-wrap.view .lounge-swiper, .modal-wrap.view .golf-swiper { border-top: 1px solid #f7f7f7; border-bottom: 1px solid #e8e8e8; }
.modal-wrap.view .swiper-slide img { width: 100%; }
.modal-wrap.view .swiper-pagination-fraction { width: auto; line-height: 30px; left: auto; right: 10px; bottom: 10px; padding: 2px 15px 0; background-color: #000; border-radius: 10px; color: #fff; }
.modal-wrap.view .txt-dl { padding: 14px 20px; font-size: 14px; color: #666; line-height: 1.7; border-bottom: 1px solid #e8e8e8; }
.modal-wrap.view .txt-dl p { margin-bottom: 4px; font-size: 16px; color: #1f2534; }
.modal-wrap.view .service { font-size: 10px; color: #666; text-align: center; }
.modal-wrap.view .service:after { content: ""; display: block; clear: both; }
.modal-wrap.view .service .item { width: 25%; padding: 12px 0; line-height: 1.3; float: left; }
.modal-wrap.view .service img { margin: 0 auto 5px; width: 42px; height: 39px; }
.modal-wrap.view .service span { padding: 0 5px; height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }
.modal-wrap.view td { padding: 8px 0; font-size: 16px; color: #1e2843; line-height: 1.5; vertical-align: middle; word-break: keep-all; }
.modal-wrap.view td.txt { padding-left: 14px; padding-right: 14px; }

.modal-wrap.view.golf .service-item { border-bottom: 1px solid #e8e8e8; overflow: hidden; }
.modal-wrap.view.golf .service-item li { float: left; width: 50%; padding-left: 14px; }
.modal-wrap.view.golf .service-item li span { display: inline-block; padding: 20px 5px 20px 30px; font-size: 15px; color: #222e44; background-repeat: no-repeat; background-position: left; background-size: 26px 23px; }
.modal-wrap.view.golf .service-item li.coffee span { background-image: url(../img/img_coffee_guide.png); }
.modal-wrap.view.golf .service-item li.meal span { background-image: url(../img/img_meal_guide.png); }
.modal-wrap.view.golf .txt-dl { border-bottom: 0; }
.modal-wrap.view.golf .txt-dl dt {  margin-bottom: 12px; font-size: 16px; color: #222e44; }
.modal-wrap.view.golf .txt-dl address { display: block; margin-top: 12px; }
.modal-wrap.view.golf .txt-dl .link { display: block; padding: 5px 3px; font-size: 13px; }
.modal-wrap.view.golf .txt-dl .link:before { content: "☞"; margin-right: 5px; font-family: dotum, sans-serif; font-size: 20px; color: #333; vertical-align: middle; }
.modal-wrap.view.golf .txt-dl .link span { color: #11a5db; text-decoration: underline; }

.modal-wrap.custom { max-width: 800px; width: 100%; max-height: 800px; height: 100%; }
.modal-wrap.custom .modal-inner { padding: 0 0 70px; font-weight: 300; }
.modal-wrap.custom .modal-inner .modal-title { display: flex; min-height: 60px; align-items: center; justify-content: center; padding: 13px 60px; }
.modal-wrap.custom .modal-inner .modal-title span { line-height: 1.3; font-size: 25px; text-align: center; font-weight: 700; word-break: break-all; }

.modal-wrap .editor-content { padding: 30px 30px 60px; line-height: 1.7; word-break: keep-all; letter-spacing: -0.7px; }
.modal-wrap .editor-content p.title { font-size: 25px; letter-spacing: -0.7px; transform: skew(-0.03deg); font-feature-settings:normal; }
.modal-wrap .editor-content table { width: 100% !important; border: 1px solid #999 !important; }
.modal-wrap .editor-content th, .modal-wrap.custom .editor-content td { padding: 5px; border: 1px solid #999 !important; text-align: left; vertical-align: top; }

body.is-modal-open { overflow: hidden; }
body.is-modal-open .modal-content { display: block; }
.modal-content { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.8); z-index: 900; }
.modal-content .modal-wrap { display: block; }

.autocomplete-con .autocomplete { position: relative; z-index: 1; }
.autocomplete-con .autocomplete-hint { background: #fff !important; position: absolute; top: 0; left: 0; color: #999; }
.md-autocomplete-suggestions { cursor: default; margin-top: 3px; margin-left: -2px; width: 700px !important; border: 1px solid #e8e8e8; background: #fff; overflow: auto; box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.md-autocomplete-suggestions::-webkit-scrollbar { width: 6px; height: 6px; background-color: #f2efe5; border-radius: 3px; }
.md-autocomplete-suggestions::-webkit-scrollbar-thumb { background: rgba(0,0,0,.5); border-radius: 3px; }
.autocomplete-suggestion { cursor: pointer; position: relative; padding: 20px 45px 20px 17px; font-size: 15px; font-weight: 300; color: #1f2534; line-height: 1.3; border-top: 1px solid #e8e8e8; word-break: keep-all; }
.autocomplete-suggestion:after { content: ""; position: absolute; top: 0; right: 0; width: 45px; height: 100%; background: url(../img/btn_arrow_view_gray.png) no-repeat center; }
.autocomplete-selected { background: #f2f2f2; }
.md-autocomplete-suggestions strong { font-weight: 500; color: #7d2d3c; }

.time-deal { position: absolute; bottom: 20px; left: 20px; padding: 0 140px 0 55px; width: 280px; height: 50px; line-height: 50px; font-size: 24px; font-weight: 700; color: #fff; border: 1px solid #8712ff; border-radius: 25px; background: #8712ff url(../img/icon-time.png) no-repeat 23px / 26px; overflow: hidden; }
.time-deal .timer { display: block; position: absolute; top: 0; right: 0; width: 50%; height: 100%; color: #8712ff; text-align: center; background: #fff; }

.ticket-sticker { position: absolute; top: 20px; right: 20px;max-width: 100px;min-width: 50px;}

.goods-status-cover { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 30; }
.goods-status-cover > div { position: absolute; top: 50%; padding: 15px; width: 100%; font-size: 33px; font-weight: 700; color: #fff; text-align: center; transform: translateY(-50%); }
.goods-status-cover em { display: block; margin: 6px 0; }
.goods-status-cover em span { display: inline-block; }
.goods-status-cover .status { display: inline-block; min-width: 140px; width: auto; height: 50px; line-height: 50px; font-size: 24px; color: #000; background: #fff ; border-radius: 25px; }

.empty-container {display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 48px 0}
.empty-container > svg {margin-bottom: 12px}
.empty-container > p {color: #777F87; font-size: 18px; font-style: normal; font-weight: 400;line-height: 145%;}

@media all and (max-width: 960px) {
     .only-on-footer .foot-info { font-size: 13px; line-height: 18px; }
     .only-on-footer .foot-info span { padding: 0 5px; }
}

@media all and (max-width: 800px) {
     .head-inner { width: 100%; height: 60px; padding: 0 30px; }
     .head-inner .logo a { left: 50%; transform: translate(-50%, -50%); }
     .head-inner .logo img { max-height: 45px; max-width: 100%; }

     #wrapper { padding-top: 60px; }
     #wrapper:has(.rs-header > .ezwel_header_wrap) { padding-top: calc(var(--ezwel-header-height) + 60px); }
     .cc-title { padding-top: 60px; padding-bottom: 30px; }
     .cc-title span { font-size: 30px; }

     .only-on-footer .foot-info > div > div { margin-top: 0; }
     .only-on-footer .foot-info div span { float: none; padding: 0; }
     .only-on-footer .foot-info div span:after { content: none; }

     .modal-wrap.preview { padding: 0; max-height: 100%; height: 100%; }
     .modal-wrap.preview .modal-inner { border-radius: 0; }

     .modal-wrap.search { padding: 0; max-height: 100%; height: 100%; }
     .modal-wrap.search .modal-inner { border-radius: 0; }
     .modal-wrap.search .enter-search-btn .txt { font-size: 14px; }

     .modal-wrap.list { padding: 0; max-height: 100%; height: 100%; }
     .modal-wrap.list .modal-inner { border-radius: 0; }

     .modal-wrap.custom { padding: 0; max-height: 100%; height: 100%; }
     .modal-wrap.custom .modal-inner { border-radius: 0; }
     .md-autocomplete-suggestions { width: calc(100% - 35px) !important; }

     .modal-wrap .modal-inner .modal-title span { font-size: 20px !important; letter-spacing: -0.5px; }

     .modal-wrap.country-search { max-width: 560px; width: 100%; height: 80vh; padding: 0; }
}

@media all and (max-width: 640px) {
     #wrapper { padding-top: 55px; }
     #wrapper:has(.rs-header > .ezwel_header_wrap) { padding-top: calc(var(--ezwel-header-height) + 55px); }

     .head-inner { height: 55px; padding: 18px 20px; }
     .head-inner .logo { display: none; }

     .head-inner .head-title { display: block; font-size: 20px; color: #000; font-weight: 700; letter-spacing: -0.6px; text-align: center; }
     .head-inner .head-back-btn { display: block; width: 50px; height: 55px; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); }
     .head-inner .head-back-btn:after { content: ""; width: 28px; height: 26px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../img/btn-page-back.png) no-repeat center / 100%; }
     .head-inner .head-home-btn { display: block; width: 50px; height: 55px; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); }
     .head-inner .head-home-btn:after { content: ""; width: 28px; height: 25px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../img/btn-home.png) no-repeat center / 100%; }

     .only-on-footer { display: none; }
     .only-mo-footer { display: block; }
     .foot-inner { padding: 30px 20px 40px; }
     .only-mo-footer .foot-btn { font-size: 18px; line-height: 1; letter-spacing: -0.8px; font-weight: 700; margin-bottom: 15px; }
     .only-mo-footer .foot-btn span { padding-right: 25px; position: relative; }
     .only-mo-footer .foot-btn span:after { content: ""; width: 16px; height: 9px; position: absolute; right: 0; top: 50%; transform: translate(0, -50%) rotate(180deg); background: url(../img/btn-footer-arrow.png) no-repeat center / 100%; }
     .only-mo-footer.opened-menu .foot-btn span:after { transform: translate(0, -50%) rotate(0deg); }
     .only-mo-footer .foot-hide { display: none; }
     .only-mo-footer.opened-menu .foot-hide { display: block; }
     .only-mo-footer .foot-info { margin-bottom: 5px; }
     .only-mo-footer .foot-info span { display: block; font-size: 14px; font-weight: 700; letter-spacing: -0.3px; line-height: 26px; }
     .only-mo-footer .foot-link { margin: 10px -20px; font-size: 14px; font-weight: 700; letter-spacing: -0.6px; }
     .only-mo-footer .foot-link:after { content: ""; display: block; clear: both; }
     .only-mo-footer .link-item { padding: 0 20px; position: relative; float: left; }
     .only-mo-footer .link-item:after { content: ""; width: 1px; height: 12px; position: absolute; right: 0; top: 50%; transform: translate(0, -50%); background-color: #b0b0b0; }
     .only-mo-footer .link-item:last-child:after { content: none; }
     .only-mo-footer .foot-copy { font-size: 14px; letter-spacing: -0.6px; font-weight: 300; margin-bottom: 15px; }
     .only-mo-footer .foot-customer { font-size: 16px; }
     .only-mo-footer .foot-customer span { display: block; }
     .only-mo-footer .foot-customer a { display: block; font-size: 18px; margin-bottom: 5px; }

     .modal-wrap.preview .modal-inner { padding: 60px 20px 30px; padding-right: 0; }
     .modal-wrap.preview .modal-inner p { font-size: 20px; }

     .modal-wrap.coupon .modal-inner { min-height: 200px; padding-top: 60px; padding-bottom: 100px; }
     .modal-wrap.coupon.card .modal-inner { min-height: 200px; }
     .modal-wrap.coupon .modal-input { height: 50px; margin-bottom: 20px; }
     .modal-wrap.coupon .modal-input input { font-size: 20px; transform: skew(-0.03deg); }
     .modal-wrap.coupon .modal-inner p { margin-bottom: 30px; font-size: 30px; }
     .modal-wrap.coupon .modal-bottom-btn { line-height: 60px; }
     .modal-wrap.coupon .modal-bottom-btn span { font-size: 24px; }

     .modal-wrap.view .service .item { width: 33.33%; }

     .modal-wrap .editor-content { padding: 20px; padding-bottom: 60px; }
     .modal-wrap .editor-content p.title { font-size: 22px; }

    .modal-wrap.country-search { width: 100vw; height: 100vh; height: 100dvh; max-width: none; padding: 0; }
    .modal-wrap.country-search .modal-inner { padding: 0; border-radius: 0; }
    .modal-wrap.country-search .modal-inner .modal-title { display: flex; min-height: 62px; align-items: center; justify-content: start; padding: 20px 24px 12px; }
    .modal-wrap.country-search .modal-inner .modal-title span { color: #191B1F; font-size: 20px; font-style: normal; font-weight: 700; line-height: 150%; letter-spacing: -0.8px; word-break: break-all; }
    .modal-wrap.country-search .modal-inner .close-btn { background-size: 24px 24px;}
}

@media all and (max-width: 380px) {
     .head-inner { padding: 18px 20px; }
}

@media all and (max-width: 330px) {
     .modal-wrap.view.golf .service-item li { padding-left: 5px; }
}



/* ********************************************************************************************* */
/* NEW header & page 231227 */
/* ********************************************************************************************* */
:root {
  --header-height-xs:56px;
  --header-height-sm:68px;
  --header-height-md:76px;
  --header-height-lg:90px;
  --max-width:1040px;
}
.rs-padd { padding:0 .75rem; }

/* header */
.rs-header { position:fixed; top:0; width:100%; border-bottom:1px solid #f0f0f0; background:#fff; z-index:500; }
.rs-header__layout { display:flex; align-items:center; justify-content:space-between; max-width:var(--max-width); height:var(--header-height-xs); margin:auto; }
.rs-header__layout--pc { display:none; } 
.rs-header__title { font-size:1.125rem; font-weight:700; } 
.rs-header .rs-btn { line-height:1; text-align:center; }

/* logo */
.rs-logo {width: 60%;}
.rs-logo img {max-height: 2rem;}

/* 페이지 공통 */
.page-content { max-width:var(--max-width); margin:auto; margin-top:var(--header-height-xs); padding:0 1rem 6rem; }
.page-headline { display:none; font-weight:600; }


@media all and (min-width: 320px) { 
    .rs-header .rs-btn { font-size:.75rem; }
}

@media all and (min-width: 360px) { 
    .rs-header .rs-btn { font-size:13px; }
    .rs-padd { padding:0 1rem; }

    .page-content { padding:0 1.25rem 6rem; }
}

@media all and (min-width: 440px) {
    .rs-padd { padding:0 1.75rem; }
    .rs-logo img {max-height: 2.2rem;}
    .rs-header__title { font-size:1.25rem; }
}

@media all and (min-width: 641px) {
    .rs-header__layout { height:var(--header-height-sm); }
    .rs-header__layout--pc { display:flex; } 
    .rs-header__layout--mobile { display:none; } 
    .rs-header .rs-btn { font-size:.875rem; }

    .page-content { margin-top:var(--header-height-sm); padding-top:2.5rem; padding-left:1.75rem; padding-right:1.75rem; } 
    .page-headline { display:block; margin-bottom:2rem; font-size:2rem; }

}

@media all and (min-width: 768px) {
    .rs-header__layout { height:var(--header-height-md); }
     
    .page-content { margin-top:var(--header-height-md); }
}

@media all and (min-width: 1024px) {
    .rs-header__layout { height:var(--header-height-lg); }

    .page-content { margin-top:var(--header-height-lg); padding-top:5rem; }
    .page-headline { margin-bottom:2.5rem; font-size:2.5rem; }
}

.text_box {position:relative; display:inline-block; width:100%;}
.text_box .count {position:absolute; right:20px; bottom:20px; color:#666; font-family:"ht_r"; font-size:15px;}

/* Utils */
.pc-only {display: inherit;}
.mobile-only { display: none;}

@media all and (max-width: 800px) {
    .pc-only {display: none;}
    .mobile-only { display: inherit;}
}