@font-face {
    font-family: noto;
    font-weight: 400;
    src: local('NotoSansCJKkr-Light'), url(../font/NotoSansCJKkr-Light.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 500;
    src: local('NotoSansCJKkr-Regular'), url(../font/NotoSansCJKkr-Regular.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 600;
    src: local('NotoSansCJKkr-Medium'), url(../font/NotoSansCJKkr-Medium.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 700;
    src: local('NotoSansCJKkr-Bold'), url(../font/NotoSansCJKkr-Bold.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 800;
    src: local('NotoSansCJKkr-Black'), url(../font/NotoSansCJKkr-Black.woff2) format("woff2");
}

@font-face {
    font-family: tvn;
    font-weight: 400;
    src: local('tvN Enjoystories'), url(../font/tvNMedium.woff2) format("woff2");
}

@font-face {
    font-family: score;
    font-weight: 400;
    src: local('S-Core Dream'), url(../font/SCDream4.woff2) format('woff2');
}

@font-face {
    font-family: score;
    font-weight: 600;
    src: local('S-Core Dream'), url(../font/SCDream6.woff2) format('woff2');
}







body {
    position: relative;
    width: 2160px;
    height: 3840px;
    font-family: 'noto';
    box-sizing: border-box;
}

button {
    font-family: 'noto';
}

.header {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 54px 105px 54px 80px;
    width: 100%;
    height: 264px;
    background-color: #fff;
    line-height: 1;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px #00000029;
    z-index: 10;
}

.header .logo {
    width: 430px;
    margin-bottom: 33px;
}

.header .logo img {
    width: 100%;
}

.header .txt {
    text-align: right;
}

.header .txt b {
    font-size: 60px;
    color: #393939;
    font-family: 'score';
    font-weight: 600;
    line-height: 88px;
}

.header .txt em {
    display: block;
    font-size: 50px;
    color: #919191;
    line-height: 70px;
    font-family: 'score';
    font-weight: 400;
    line-height: 1;
}

.index_slider {
    width: 100%;
    height: calc(100% - 786px);
}

.index_slider .img_box {
    height: 3055px;
    background-color: #000;
}

.index_slider .img_box img {
    height: 100%;
}

.img_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img_box img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.index_btm {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 250px;
    height: 522px;
    color: #fff;
    background-color: #ED008C;
}

.index_btm::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 218px;
    height: 522px;
    background: url(../../images/deco.svg) no-repeat center / auto 100%;
    transform: rotate(180deg);
}

.index_btm::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 218px;
    height: 522px;
    background: url(../../images/deco.svg) no-repeat center / auto 100%;
}

.index_btm .txt {
    padding-left: 77px;
}

.index_btm img {
    filter: drop-shadow(0px 3px 11px #00000087)
}

.index_btm b {
    display: block;
    font-size: 68px;
    line-height: 99px;
    text-shadow: 0px 3px 11px #00000087;
}

.index_btm em {
    font-size: 65px;
    line-height: 94px;
    text-shadow: 0px 3px 11px #00000087;
}



.container {
    position: relative;
    height: 2650px;
    background-color: #EDEDED;
    box-sizing: border-box;
}

.container .slogan {
    position: absolute;
    top: 75px;
    right: 60px;
}

.container .title_main {
    position: absolute;
    left: 50%;
    top: 350px;
    transform: translateX(-50%);
}

.container .map {
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.container .main_info {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 74px;
    font-size: 40px;
}

.container .main_info b {
    font-weight: bold;
}

.btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.btm .tap {
    display: flex;
    box-shadow: 0px -2px 25px #00000029;
}

.btm .tap li {
    flex-grow: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.btm .tap li:nth-child(1) {
    background-image: url(../../images/img_1.jpg);
}

.btm .tap li:nth-child(2) {
    background-image: url(../../images/img_2.jpg);
}

.btm .tap li:nth-child(3) {
    background-image: url(../../images/img_3.jpg);
}

.btm .tap li:nth-child(4) {
    background-image: url(../../images/img_4.jpg);
}

.btm .tap li:nth-child(5) {
    background-image: url(../../images/img_5.jpg);
}

.btm .tap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 115px;
    height: 630px;
    box-sizing: border-box;
    color: #fff;
    box-shadow: inset 10px 0px 24px #00000059;
}

.btm .tap li:nth-child(1) a {
    background: transparent linear-gradient(180deg, #F051AF99 0%, #F051AF 100%) 0% 0% no-repeat padding-box;
    box-shadow: none;
}

.btm .tap li:nth-child(2) a {
    background: transparent linear-gradient(180deg, #FF3EB199 0%, #FF3EB1 100%) 0% 0% no-repeat padding-box;
}

.btm .tap li:nth-child(3) a {
    background: transparent linear-gradient(180deg, #ED008C99 0%, #ED008C 100%) 0% 0% no-repeat padding-box;
}

.btm .tap li:nth-child(4) a {
    background: transparent linear-gradient(180deg, #BE007099 0%, #BE0070 100%) 0% 0% no-repeat padding-box;
}

.btm .tap li:nth-child(5) a {
    background: transparent linear-gradient(180deg, #9C0C6199 0%, #9C0C61 100%) 0% 0% no-repeat padding-box;
}

.btm .tap li.active div:nth-child(1) {
    background-color: #fff;
    box-shadow: 5px 5px 10px #00000033;
    border-radius: 51px;
}

.btm .tap a em {
    margin: 33px 0 14px;
    font-size: 40px;
    line-height: 58px;
}

.btm .tap a b {
    padding: 0 5px;
    width: 100%;
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
    box-sizing: border-box;
}

.btm .service {
    position: relative;
    display: flex;
    height: 280px;
    background-color: #070E45;
}

.btm .service > div {
    width: 50%;
}

.btm .btn_lang {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    text-align: left;
    text-align: center;
}

.btm .btn_lang::before {
    position: absolute;
    left: 117px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 90px;
    height: 90px;
    background: url(../../images/ico_lang.svg) no-repeat center / 100% auto;
}

.btm .btn_lang::after {
    position: absolute;
    right: 82px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 54px;
    height: 30px;
    background: url(../../images/ico_arrow_down.svg) no-repeat center / 100% auto;
}

.btm .btn_lang.active::after {
    background-image: url(../../images/ico_arrow_up.svg);
}

.btm .list_lang {
    position: relative;
    display: none;
    position: absolute;
    left: 100px;
    bottom: 360px;
    width: 720px;
    border-radius: 80px;
    box-shadow: 7px 7px 25px #0000004D;
    background: transparent linear-gradient(180deg, #252D69 0%, #101540 100%) 0% 0% no-repeat padding-box;
    border: 7px solid #fff;
}

.btm .list_lang::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 59px;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/lang_arrow.svg) no-repeat center / 100% auto;
}

.btm .list_lang.active {
    display: inline-block;
}

.btm .list_lang li {
    position: relative;
    margin: 0 50px;
}

.btm .list_lang li ~ li::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 560px;
    height: 7px;
    border-radius: 3.5px;
    background: #454C75;
}

.btm .list_lang button {
    width: 100%;
    height: 205px;
    color: #fff;
    font-size: 45px;
    text-align: left;
    line-height: 205px;
    font-family: 'noto';
    font-weight: 500;
}

.btm .list_lang img {
    margin: 0 95px 0 56px;
}

.btm .link_search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 53px 60px;
    width: 50%;
    background-color: #fff;
    color: #000;
    font-size: 56px;
    font-weight: 500;
    border-radius: 24px;
}

.btm .link_search::after {
    position: absolute;
    content: "";
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3.5px;
    width: 7px;
    height: 136px;
    background-color: #484D6D;
}

.btm .link_search::before {
    position: absolute;
    left: 58px;
    top: 52%;
    transform: translateY(-50%);
    content: "";
    width: 80px;
    height: 80px;
    background: url(../../images/ico_search_pink.svg) no-repeat center / 100% auto;
}

.btm .footer {
    padding: 0 82px 0 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 280px;
    box-sizing: border-box;
    background-color: #fff;
}

.btm .footer div {
    display: flex;
}

.btm .footer div span {
    margin-left: 56px;
}

.btm .footer div b {
    font-size: 52px;
    color: #393939;
    font-family: 'score';
    font-weight: 600;
}

.btm .footer div em {
    display: block;
    font-size: 50px;
    color: #919191;
    line-height: 70px;
    font-family: 'score';
    font-weight: 400;
    line-height: 1;
}

.btm .footer p {
    position: relative;
    padding-left: 100px;
    font-size: 45px;
    font-weight: 500;
}

.btm .footer p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 59px;
    background: url(../../images/ico_call.svg) no-repeat center / 100% auto;
}

.btm .footer p b {
    padding-right: 16px;
    font-weight: 800;
}



/* 서브 공통 */
.title_bg {
    position: relative;
    height: 918px;
    overflow: hidden;
}

.title_bg img {
    position: absolute;
    bottom: -15%;
    width: 100%;
}

/*.title_bg .color_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0098EA 0% 0% no-repeat padding-box;
    opacity: 0.78;
}*/
.title_bg .color_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* UI Properties */
    background: #FFDC00E8 0% 0% no-repeat padding-box;
    opacity: 1;
}
/*
.title_bg .color_box::before {
    position: absolute;
    content: "";
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 638px;
    background: url(../../images/txt_skyload.svg) no-repeat center / auto 100%;
}*/
.title_bg .color_box::before {
    position: absolute;
    content: "";
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/txt_skyload.svg) no-repeat center / auto 100%;
    width: 254px;
    height: 662px;
    letter-spacing: 0;
    color: #B7880E;
    opacity: 0.4;
}

.title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#FD2394;
}

.title > img {
    width: 150px;
    height: 150px;
}

.title i {
    line-height: 228px;
    font-size: 120px;
    font-weight: 600;
    text-shadow: 0px 3px 11px #00000087;
}

.title b {
    display: flex;
    margin-left: -150px;
    font-size: 173px;
    font-family: 'tvn';
    font-weight: 300;
    color:#FD2394;
    text-shadow: 0px 3px 11px #ffffff;
}

.title b div {
    display: inline-block;
    margin-top: -95px;
    width: 514px;
    height: 408px;
}

.title b strong {
    padding-top: 45px;
    padding-left: 25px;
    font-size: 200px;
    font-weight: 400;
}

.title p {
    font-size: 45px;
    line-height: 1;
}

.content_box {
    position: absolute;
    top: 762px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.content_box > p {
    padding-top: 240px;
    height: 900px;
    line-height: 700px;
    font-size: 65px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.content_box > p i {
    color: #E82C72;
    font-weight: 600;
}

.content_box .listA {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1500px;
}

.content_box .listA li {
    margin-bottom: 50px;
    width: 470px;
    height: 460px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 4px 4px 16px #0000004D;
    background: #fff;
}

.content_box .listA .img_box {
    position: relative;
    width: 100%;
    height: 350px;
    border-bottom: 4px solid #D6D6D6;
    overflow: hidden;
}

.content_box .listA .img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.content_box .listA button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 43px;
}

.content_box .listA button em {
    font-weight: 700;
    line-height: 110px;
    font-size: 40px;
    font-weight: 700;
}

.content_box .listB li {
    width: 1053px;
    height: 1490px;
    overflow: hidden;
    box-shadow: 0px 5px 30px #00000033;
    margin: 0 auto;
}

.content_box .listB li img {
    height: 100%;
}

.content_box .listC {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content_box .listC li {
    margin: 0 35px 50px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 4px 4px 16px #0000004D;
    background: #fff;
    background-color: #fff;
}

.content_box .listC li button {
    display: flex;
    align-items: center;
    width: 783px;
    height: 250px;
    font-size: 43px;
}

.content_box .listC li button em {
    margin-left: 50px;
    font-weight: 700;
}

.content_box .listC .img_box {
    position: relative;
    width: 310px;
    height: 100%;
    border-right: 4px solid #D6D6D6;
    overflow: hidden;
}

.content_box .listC .img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.content_box .control {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 83px;
}

.content_box .control .btn_prev,
.content_box .control .btn_next {
    margin: 0 123px;
    width: 43px;
    height: 73px;
}

.content_box .control .btn_prev {
    background: url(../../images/btn_arrow_left_disabled.svg) no-repeat center / 100% auto;
}

.content_box .control .btn_next {
    background: url(../../images/btn_arrow_right.svg) no-repeat center / 100% auto;
}

.content_box .control ul {
    display: flex;
}

.content_box .control li button {
    margin: 0 11px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #C9C9C9 0% 0% no-repeat padding-box;
}

.content_box .control li.active button {
    background: #0098EA 0% 0% no-repeat padding-box;
}

.btn_home {
    position: absolute;
    left: 0;
    top: 1520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 373px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    background: url(../../images/btn_side.svg) no-repeat center / 100% auto;
    filter: drop-shadow(3px 3px 15px #00000042);
    letter-spacing: -1.58px;
}

.btn_home img {
    margin-bottom: 20px;
}

.btn_search_detail,
.btn_search_close {
    position: absolute;
    bottom: 53px;
    right: 50px;
    padding: 0 56px 0 54px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 150px;
    box-shadow: inset 5px 5px 10px #FFFFFF4D, 5px 5px 10px #00000029;
    border: 7px solid #FFFFFF;
    border-radius: 89px;
    font-size: 50px;
    color: #fff;
    background-color: #0098EA;
    font-weight: 600;
}

.btn_search_detail img,
.btn_search_close img {
    margin: 0 20px 0 -10px;
}

.btn_search_close {
    bottom: 690px;
}


/* 팝업 */
.blur {
    display: none;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3560px;
/*    backdrop-filter: blur(28px);*/
    background: rgba(0, 0, 0, .5);
}

.blur.active {
    display: inline-block;
}

.blur .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup {
    width: 1150px;
    min-height: 1440px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 16px #0000004D;
    border-radius: 80px;
    overflow: hidden;
}

.popup .img_box {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.popup .img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup .info {
    position: relative;
    padding: 0 95px;
}

.popup .info_title {
    position: relative;
}

.popup .info_title b {
    display: inline-block;
    height: 227px;
    line-height: 227px;
    padding-left: 104px;
    font-size: 71px;
    font-weight: 700;
}

.popup .info_title .btn_group {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    padding-right: 53px;
    box-sizing: border-box;
}

.popup .info_title button {
    margin-left: 22px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.popup .info_title .btn_prev {
    background: url(../../images/btn_prev.svg) no-repeat center / 100% auto;
}

.popup .info_title .btn_close {
    background: url(../../images/btn_close.svg) no-repeat center / 100% auto;
}

.popup .info p {
    margin-top: -20px;
    margin-bottom: 75px;
    font-size: 36px;
    line-height: 64px;
}

.popup .info li {
    display: flex;
    position: relative;
    font-size: 36px;
}

.popup .info strong {
    display: flex;
    padding-bottom: 30px;
    width: 295px;
    font-weight: 700;
}

.popup .info strong img {
    margin-top: 5px;
    margin-right: 30px;
    width: 50px;
    height: 50px;
}

.popup .info em {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-left: 45px;
    width: calc(100% - 295px);
    font-weight: 500;
    line-height: 55px;
}

.popup .info em::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 3px;
    height: 50px;
    background-color: #CFCFCF;
}

.popup .btn_position {
    margin: 90px 0 59px;
    width: 100%;
    height: 160px;
    background: #ED008C 0% 0% no-repeat padding-box;
    border-radius: 89px;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

/* 팝업 - 대표메뉴 */
.popup .menu {
    padding-top: 68px;
    background-color: #F1F1F1;
    border-top: 4px solid #CFCFCF;
}

.popup .menu strong {
    display: block;
    margin-left: 95px;
    margin-bottom: 45px;
    font-size: 45px;
}

.popup .menu ul {
    padding: 0 62px;
    display: flex;
    overflow: scroll;
    width: 100%;
    box-sizing: border-box;
}

.popup .menu ul li {
    margin-right: 48px;
}

.popup .menu ul li .img_box {
    width: 355px;
    height: 235px;
    overflow: hidden;
}

.popup .menu ul li .img_box img {
    width: 100%;
}

.popup .menu ul li em {
    display: block;
    margin: 25px 0 8px;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}

.popup .menu ul li i {
    font-size: 34px;
    font-weight: 500;
    line-height: 49px;
}

/* 팝업 - 위치안내(지도) */
.popup .map_detail {
    position: relative;
    width: 100%;
    height: 1247px;
    overflow: scroll;
    border-top: 4px solid #CFCFCF;
}


/* 키보드 */
.keyboard_box {
    z-index: 20;
    position: absolute;
    bottom: 280px;
    left: 0;
    padding: 70px 224px;
    width: 100%;
    height: 1550px;
    background-color: #070E45;
    box-sizing: border-box;
}

.keyboard_box .search_box {
    position: relative;
    padding-left: 190px;
    margin-bottom: 60px;
    width: 1375px;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
}

.keyboard_box .search_box::before {
    position: absolute;
    content: "";
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: url(../../images/ico_search_pink.svg) no-repeat center / 100% auto;
}

.keyboard_box input[type='text'] {
    width: 100%;
    height: 100%;
    font-size: 70px;
    font-weight: 600;
}

.keyboard_box input[type='text']::placeholder {
    font-size: 50px;
    color: #919191;
    font-weight: 600;
}

.keyboard_box .btn_delete {
    position: absolute;
    right: 0;
    width: 150px;
    height: 150px;
    background-color: #E82C72;
}

.keyboard_box .btn_delete::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 73px;
    background: url(../../images/ico_delete.svg) no-repeat center / 100% auto;
}

.keyboard_box .keyboard {
    display: flex;
    flex-wrap: wrap;
    width: 1375px;
}

.keyboard_box .keyboard button {
    margin: 0 11px;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #4A507B;
    font-size: 76px;
    color: #fff;
}

.keyboard_box .lang {
    position: absolute;
    right: 224px;
    top: 220px;
}

.keyboard_box .lang button {
    margin-bottom: 18px;
    width: 226px;
    height: 120px;
    color: #D1D1D1;
    border: 4px solid #D1D1D1;
    box-sizing: border-box;
    font-size: 53px;
}

.keyboard_box .lang li.active button {
    background-color: #fff;
    color: #000;
}
