﻿@import url('fonts.css');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    margin-right: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif !important;
}
html > body {
    overflow-y: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.03em;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    border: 0;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
button:focus,
input:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link {
    outline: none;
}
button:focus {
    outline: none;
}
​ a {
    text-decoration: none !important;
}
a:link,
a:visited {
    color: #000;
}
.main_wrap {
    background: #f2f7ff;
    width: 564px;
    position: relative;
    margin: 0 auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
.layer-popup {
    font-family: 'Noto Sans kr';
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
.layer-popup .layer-popup-inner {
    overflow: hidden;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr auto;
    margin: 50px 20px;
    width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    max-width: 720px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    margin: 0;
    border-radius: 10px;
}
.layer-popup .layer-popup-inner.popup_L {
    width: 900px;
}
.layer-popup .layer-popup-inner.popup_L h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -0.4px;
}
.layer-popup .layer-popup-inner.popup_L .btn-close {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../img/btn_close.png) no-repeat;
    background-size: 100%;
}
.layer-popup .layer-popup-inner .layer-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    height: 30px;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.layer-popup .layer-popup-inner .layer-popup-header .layer-popup-header-title {
    flex: auto;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
.layer-popup .layer-popup-inner .layer-popup-header .btn-popup-close {
    flex: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/ic_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 13px;
    top: 13px;
}
.layer-popup .layer-popup-inner .btn-wrap {
    display: flex;
}
.layer-popup .layer-popup-inner .btn-wrap .btn-close {
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 0px 10px;
    flex: auto;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    background-color: #eeeeee;
    border: 0;
    font-family: 'Noto sans KR';
}
.layer-popup .layer-popup-inner .btn-wrap .btn-close + .btn-chk {
    border-radius: 0 0 10px 0px;
}
.layer-popup .layer-popup-inner .btn-wrap .btn-chk {
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    flex: auto;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #0244a3;
    border: 0;
    font-family: 'Noto sans KR';
}
.layer-popup .layer-popup-main {
    overflow: auto;
    padding: 30px 20px 10px 20px;
}
.layer-popup .layer-popup-main .card_box {
    display: flex;
    text-align: center;
}
.layer-popup .layer-popup-main .card_box li {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.36px;
}
.layer-popup .layer-popup-main .card_box li h4 {
    font-weight: bold;
    color: #0244a3;
}
.layer-popup .layer-popup-main .card_box li p {
    margin-bottom: 30px;
}
.layer-popup .layer-popup-main .popup-info {
    margin-bottom: 25px;
    text-align: center;
}
.layer-popup .layer-popup-main .popup-info img {
    margin: 0 auto;
}
.layer-popup .layer-popup-main .popup-info h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 10px 0 13px;
}
.layer-popup .layer-popup-main .popup-info p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 23px;
    margin: 0 0 10px;
}
.layer-popup .layer-popup-main .popup-info a {
    border-bottom: 1px solid #000;
    font-size: 13px;
    text-decoration: none;
}
.layer-popup .layer-popup-main .popup-info a::after {
    content: '';
    background: url(../images/next_ic.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 1px;
}
.layer-popup .my-popup-info {
    margin-bottom: 25px;
    text-align: center;
}
.layer-popup .my-popup-info h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 10px 0 14px;
}
.layer-popup .my-popup-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 18px;
}
.layer-popup .my-popup-info div {
    margin: 0 40px 0px;
    border-top: 1px solid #999999;
}
.layer-popup .my-popup-info div ul li {
    display: flex;
    border-bottom: 1px solid #eee;
    font-family: 'Roboto';
    line-height: 37px;
}
.layer-popup .my-popup-info div ul li > .dt {
    flex: auto;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
    height: 37px;
}
.layer-popup .my-popup-info div ul li > .dd {
    flex: auto;
    color: #ff4155;
    font-size: 14px;
    font-weight: bold;
}
.layer-popup .my-popup-info .guid_1 {
    border: 0;
    text-align: left;
    padding: 15px 0px 0;
}
.layer-popup .my-popup-info .guid_1 p {
    line-height: 15px;
    font-size: 11px;
    color: #666666;
    margin-top: 2px;
}
.layer-popup .my-popup-info .guid_1 h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 2px;
}
.layer-popup .my-popup-info .guid_2 {
    border: 0;
    text-align: left;
    padding: 15px 0px;
}
.layer-popup .my-popup-info .guid_2 h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 2px;
}
.layer-popup .my-popup-info .guid_2 h3 + h3 {
    color: #ff4155;
    margin-bottom: 0px;
}
.layer-popup .my-popup-info .guid_2 p {
    font-size: 11px;
    color: #666666;
    line-height: 13px;
    margin-top: 2px;
}
.layer-popup .my-popup-info .info_tit {
    text-align: left;
    border-top: 0px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.layer-popup .my-popup-info .info_tit h3 {
    font-size: 12px;
    font-weight: bold;
}
.layer-popup .my-popup-info .info_tit p {
    font-size: 11px;
    font-weight: 300;
}
.layer-popup .my-popup-info .ticket-none {
    margin: 25px 0;
    font-size: 12px !important;
    color: #666666;
}
.layer-popup .my-popup-info .ticket-none img {
    width: 25px;
    margin: 10px auto;
    display: block;
}
.layer-popup .my-popup-info .ticket-none span {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.layer-popup .my-popup-info .scroll {
    height: 170px;
    overflow-y: scroll;
    border-top: 1px solid #999999;
}
.layer-popup .my-popup-info .scroll::-webkit-scrollbar {
    width: 3px;
}
.layer-popup .my-popup-info .scroll::-webkit-scrollbar-thumb {
    background-color: #303441;
    border-radius: 100px;
    background-clip: padding-box;
}
.layer-popup .my-popup-info .scroll_2 {
    border-top: 1px solid #999999;
}
.layer-popup .my-popup-info .scroll_2::-webkit-scrollbar {
    width: 3px;
}
.layer-popup .my-popup-info .scroll_2::-webkit-scrollbar-thumb {
    background-color: #303441;
    border-radius: 100px;
    background-clip: padding-box;
}
.layer-popup#layer_popup_02 .popup-info h2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
}
.layer-popup#layer_popup_02 .popup-info h2 b {
    color: #805ae9;
    font-weight: 500;
}
.layer-popup#layer_popup_02 .popup-info p {
    font-size: 15px;
    color: #666666;
    line-height: 21px;
    margin: 0;
}
.layer-popup#layer_popup_03 .popup-info {
    margin-bottom: 15px;
}
.layer-popup#layer_popup_03 .popup-info img {
    margin: 0 8px 0 0;
}
.layer-popup#layer_popup_03 .popup-info h1 {
    font-size: 17px;
    font-weight: 300;
}
.layer-popup#layer_popup_03 .popup-info h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 31px;
}
.layer-popup#layer_popup_03 .popup-info h2 b {
    background: url('../images/popup_text_bg.png') no-repeat bottom;
    background-size: contain;
}
.layer-popup#layer_popup_03 .popup-info .day_box {
    background-color: #f0f4fa;
    border: 1px solid #d5deec;
    padding: 15px;
    border-radius: 10px;
}
.layer-popup#layer_popup_03 .popup-info .day_box p {
    margin: 0;
    line-height: 20px;
}
.layer-popup#layer_popup_03 .popup-info .day_box p b {
    color: #805ae9;
}
.layer-popup#layer_popup_03 .close {
    text-align: center;
    padding-bottom: 15px;
}
.layer-popup#layer_popup_03 .close button {
    font-size: 14px;
    padding-bottom: 2px;
    color: #666666;
    border-bottom: 1px solid #bcbdd1;
}
.layer-popup#layer_popup_04 .popup-info {
    margin-bottom: 15px;
}
.layer-popup#layer_popup_04 .popup-info img {
    margin: 0 8px 0 0;
}
.layer-popup#layer_popup_04 .popup-info h1 {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 20px;
}
.layer-popup#layer_popup_04 .popup-info h2 {
    font-size: 23px;
    font-weight: bold;
}
.layer-popup#layer_popup_04 .popup-info h2 b {
    background: url('../images/popup_text_bg.png') no-repeat bottom;
    background-size: contain;
}
.layer-popup#layer_popup_04 .popup-info .day_box {
    background-color: #f0f4fa;
    border: 1px solid #d5deec;
    padding: 15px;
    border-radius: 10px;
}
.layer-popup#layer_popup_04 .popup-info .day_box p {
    margin: 0;
    line-height: 20px;
}
.layer-popup#layer_popup_04 .popup-info .day_box p b {
    color: #805ae9;
}
.layer-popup#layer_popup_04 .close {
    text-align: center;
    padding-bottom: 15px;
}
.layer-popup#layer_popup_04 .close button {
    font-size: 12px;
    padding-bottom: 2px;
    color: #666666;
    border-bottom: 1px solid #bcbdd1;
    letter-spacing: -0.04em;
}
.layer-popup.image-only .layer-popup-inner {
    max-width: 480px;
}
.layer-popup.image-only .layer-popup-main {
    padding: 0;
}
.layer-popup.image-only .layer-popup-main .popup-info {
    margin: 0;
}
.layer-popup.image-only .layer-popup-main .popup-info img {
    display: block;
}
@media (min-width: 601px) {
    .layer-popup.image-only .layer-popup-inner {
        max-height: min(640px, calc(100% - 60px));
    }
}
@media (max-width: 960px) {
    .main_wrap {
        width: 100%;
    }
    .main_wrap .footer .cont_align {
        width: 90%;
    }
    .wrap__noticeBox {
        width: 100%;
    }
    .btm_btn {
        max-width: 100%;
    }
    .btm_lnk {
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
}
@media (max-width: 600px) {
    html > body {
        overflow-x: hidden;
    }
    .layer-popup {
        font-family: 'Noto Sans kr';
        display: none;
        flex-direction: column;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 200;
        box-sizing: border-box;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .layer-popup .layer-popup-inner.popup_L {
        width: 100%;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 0;
    }
    .layer-popup .layer-popup-inner.popup_L h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: -0.4px;
    }
    .layer-popup .layer-popup-inner.popup_L .btn-close {
        display: inline-block;
        width: 17px;
        height: 18px;
        background: url(../img/btn_close.png) no-repeat;
        background-size: 100%;
    }
    .layer-popup .layer-popup-main {
        padding: 30px 20px 10px 20px;
    }
    .layer-popup .layer-popup-main .card_box {
        display: block;
        text-align: left;
        width: 240px;
        margin: 0 auto;
    }
    .layer-popup .layer-popup-main .card_box li {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.36px;
    }
    .layer-popup .layer-popup-main .card_box li h4 {
        margin-bottom: 0;
    }
    .layer-popup .layer-popup-main .card_box li p {
        margin-bottom: 20px;
    }
    .layer-popup .layer-popup-main .card_box li + li {
        margin-top: 40px;
    }
}
#layerpop {
    -webkit-overflow-scrolling: auto !important;
}
.pop_dim {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 170;
}
.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
.popup-info-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    height: 56px;
}
.popup-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.01em;
}
