@charset "utf-8";

/* font */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Light.ttf') format('truetype'),
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Regular.ttf') format('truetype'),
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Medium.ttf') format('truetype'),
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('//bimg.mk.co.kr/2025/menu/intro/font/NotoSansKR-SemiBold.ttf') format('truetype'),
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Bold.ttf') format('truetype'),
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button,figure{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
input,select,textarea,button{border-radius:0;vertical-align:middle;}
input::-ms-clear{display:none;}
hr{display:none;}
button{border:0 none;background-color:transparent;cursor:pointer;}
button,input{border-radius:0;border:0;-webkit-border-radius:0;}
table{border-collapse:collapse;border-spacing:0;border:0;}
caption{display:none;}
body{direction:ltr;word-break:keep-all;word-wrap:break-word;-webkit-text-size-adjust:none;}
body,th,td,input,select,textarea,button{font-size:100%;font-family:"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;line-height:1;color:#242424;}
a{color:#212121;text-decoration:none;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
img{vertical-align:middle;}
.is_blind{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;border:0;clip:rect(0, 0, 0, 0);white-space:nowrap;}
.clearfix::after {display:block;clear:both;content:"";}

/* common */
:root {
    --c-bg: #fff;
    --c-black: #000;
    --c-txt: #242424;
    --c-txt-gray: #777;
    --c-txt-gray-2: #555;
    --c-txt-gray-3: #333;
    --c-txt-gray-4: #999;
    --c-txt-gray-5: #AAA;
    --c-txt-gray-6:#f7f7f7;
    --c-border-gray:#fafafa;
    --c-line: #DBDBDB;
    --c-line-1: #EEE;
    --c-line-2: #ccc;
    --c-box: #F2F2F2;
    --c-blue: #006ae2;
    --c-point: #FF7D00;
    --c-point-l: #FFF2E5;
    --c-yellow: #FFAB2A;
    --c-yellow-l: #FFFCF1;
    --c-yellow-2:#FFF4CD;
}
html {
    scroll-behavior: smooth;
    font-size: 10px !important;
}
body {
    background-color: #fff;
    color: var(--c-txt);
}
body * {
    line-height: 1.4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.3s ease;
}
a {display: block;}
img {width: 100%;}
.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.txt_point {color: var(--c-point);}
.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.3rem;
}
.badge.badge_light {
    background-color: var(--c-point-l);
    color: var(--c-point);
}
.badge.badge_yellow {
    background-color: var(--c-yellow);
    color: var(--c-bg);
}
.btn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    background-color: var(--c-point);
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--c-bg);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.btn:hover {filter: brightness(0.9);}
.btn.btn_line {
    border: 2px solid var(--c-point);
    background-color: var(--c-bg);
    color: var(--c-point);
}
.btn.btn_light {
    background-color: var(--c-point-l);
    color: var(--c-point);
}
.ly_mode {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.ly_mode::after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 200;
}

/* icon */
.ic {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ic.ic_arrow_down {
    background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_arrow_down.svg);
    background-size: 22px;
}
.ic.ic_info {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_info.svg);}
.ic.ic_arrow {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_arrow_right.svg);}
.ic.ic_photo {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_photo.svg);}
.ic.ic_upload {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_upload.svg);}
.ic.ic_top {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_top.svg);}
.ic.ic_download {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_download.svg);}
.ic.ic_close {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_close.svg);}
.ic.ic_menu {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_menu.svg);}

/*-------------------------------------------------------------------
  ## header
-------------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: var(--c-bg);
    z-index: 100;
}
header::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-line);
    z-index: 99;
}
.nav_wrap,
.nav {height: 100%;}
.nav {
    font-size: 1.4rem;
    font-weight: 500;
}
.nav_wrap .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.nav_wrap .main_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 180px;
    height: 32px;
    background: url(//bimg.mk.co.kr/2025/menu/intro/images/l_main.svg) no-repeat center /contain;
}
.logo a {
    width: 100%;
    height: 100%;
}
.nav_mob {display: none;}
.nav_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.nav_menu {position: relative;}
.nav_menu .nav_mymenu {
    display: flex;
    align-items: center;
    padding: 20px;
}
.nav_menu .nav_mymenu > span {margin-right: 2px;}
.nav_menu .nav_mymenu:hover span,
.nav_menu .nav_mymenu.nav_on span {color: var(--c-point);}
.nav_menu .nav_mymenu:hover .ic.ic_arrow_down,
.nav_menu .nav_mymenu.nav_on .ic.ic_arrow_down {
    background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_arrow_down_org.svg);
    transform: rotate(180deg);
}
.nav_menu .nav_mymenu + .nav_submenu {display: none;}
.nav_menu .nav_mymenu.nav_on + .nav_submenu {display: block;}
.nav_submenu {
    overflow: hidden;
    position: absolute;
    top: 55px;
    width: 100%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: var(--c-bg);
    z-index: 101;
}
.nav_submenu a {
    padding: 12px 20px;
    color: var(--c-txt-gray);
    font-weight: 400;
    text-align: center;
}
.nav_submenu a:hover,
.nav_submenu li.on a {
    background-color: var(--c-point-l);
    color: var(--c-point);
}
.nav_submenu li.on a {font-weight: 500;}

.nav_login {margin-left: 10px;}
.nav_login .btn_log {
    padding: 20px 0;
    font-weight: 500;
}

/*-------------------------------------------------------------------
  ## container
-------------------------------------------------------------------*/
#wrapper {
    overflow: hidden;
    position: relative;
}
main {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.contents section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    min-height: calc(100dvh - 60px);
}
.contents section.sec_apply {
    overflow-y: visible;
    height: auto;
}

/* swiper */
/* .contents .swiper {
    overflow: hidden;
    height: -webkit-fill-available;
    height: 100dvh !important;
    min-height: calc(100dvh - 60px);
}
.contents section.swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contents section.swiper-slide.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.contents section.swiper-slide.sec_apply::-webkit-scrollbar {width: 10px;}
.contents section.swiper-slide.sec_apply::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
}
.contents section.swiper-slide.sec_apply::-webkit-scrollbar-track {background: transparent;}
.swiper-pagination-bullet {opacity: 0.15;}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--c-point);
}
.contents .inner.full_wrap .full-pagination {
    right: 30px;
}*/

/* sec_top */
.contents section.sec_top {
    overflow: hidden;
    align-items: flex-start;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    padding-top: 160px;
    background: linear-gradient(to bottom, #FFAB2A, #FFE8A4);
    border-radius: 0 0 100% 100%;
}
.contents section.sec_top::before {
    display: block;
    content: "";
    position: absolute;
    top: 100px;
    width: 100%;
    height: 230px;
    background: url(//bimg.mk.co.kr/2025/menu/intro/images/im_bg_top.png) no-repeat top center / contain;
    z-index: 0;
}
.contents section.sec_top::after {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    bottom: -15px;
    transform: translateX(50%);
    width: 100%;
    max-width: 1920px;
    height: 500px;
    background: url(//bimg.mk.co.kr/2025/menu/intro/images/im_phone_top.png) no-repeat bottom center / contain;
    z-index: -1;
}
.contents section.sec_top .inner {
    height: 100%;
    z-index: 1;
}
.top_txt_wrap .top_txt h2 {
    margin-bottom: 18px;
    font-size: 3.5rem;
    color: var(--c-black);
}
.top_txt_wrap .top_txt p {
    font-size: 2rem;
    color: var(--c-txt-gray-3);
    line-height: 1.5;
}
.top_txt_wrap .top_txt .badge {
    max-width: 175px;
    margin: 20px auto 1px;
    padding: 9px 20px;
    color: var(--c-bg);
    background-color: var(--c-txt-gray-3);
}
.top_txt_wrap .top_txt .badge .ic.ic_info {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.top_txt_wrap .top_btn {
    max-width: 260px;
    margin: 45px auto 0;
}
.top_txt_wrap .top_btn .btn:first-child {margin-bottom: 10px;}
.top_txt_wrap .top_btn .btn:last-child span {margin-left: 10px;}

/* sec_menu */
.contents section.swiper-slide.sec_menu,
.contents section.swiper-slide.sec_qr {flex-direction: column;}
.contents .ttl_wrap span.ttl_sub {
    font-size: 1.8rem;
    font-family: 'NanumSquareNeoBold';
    color: var(--c-point);
}
.contents .ttl_wrap h3 {
    margin-top: 5px;
    font-size: 3.5rem;
}
.contents .ttl_wrap h3 + p {
    margin-top: 10px;
    font-size: 1.8rem;
    color: var(--c-txt-gray-2);
}
.contents .cont_wrap {margin-top: 60px;}
.contents .cont_wrap .cont_step {
    max-width: 820px;
    margin: 0 auto;
}
.contents .cont_wrap .cont_txt .badge {
    max-width: 85px;
    margin: 0 auto;
    padding: 8px 20px;
    font-weight: 500;
}
.contents .cont_wrap .cont_txt p {
    margin-top: 8px;
    font-size: 2rem;
    font-weight: 500;
    color: var(--c-txt-gray-2);
}
.contents .cont_wrap .cont_img {
    overflow: hidden;
    margin-top: 20px;
    border-radius: 15px;
}
.contents .cont_wrap .cont_img img {
    border-radius: 5px;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* sec_qr */
.contents section.sec_qr {background-color: var(--c-yellow-l);}
.contents section.sec_qr .ttl_wrap {padding-top: 10px;}
.contents section.sec_qr .cont_list {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px 10px;
}
.contents section.sec_qr .cont_wrap {margin-top: 15px;}
.contents section.sec_qr .cont_wrap .cont_img {
    background-color: var(--c-bg);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
}
.contents section.sec_qr .cont_wrap .cont_txt {margin-top: 20px;}
.contents section.sec_qr .cont_wrap .cont_txt .badge {max-width: 120px;}

/* sec_apply */
.contents .sec_apply {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #FFE8A4, #fff);
}
.contents .sec_apply .inner {padding: 100px 0;}
.apply_wrap {width: 100%;}
.contents .sec_apply .cont_wrap {
    overflow: hidden;
    max-width: 900px;
    margin: 40px auto 0;
    padding: 20px;
    background-color: var(--c-bg);
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.form_box {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 1.5rem;
    text-align: left;
}
.infobox {margin-bottom: 60px;}
.infobox:last-child {margin-bottom: 0;}
.infobox .btn {box-shadow: none;}
.infobox .infobox_ttl {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--c-line-1);
    font-size: 2rem;
}
.infobox.agree_box .infobox_ttl,
.infobox.photo_box .infobox_ttl {
    margin-bottom: 0;
    border-bottom: 0;
}
.infobox .info_data_wrap.ind_line {
    border: 1px solid var(--c-line-1);
    border-radius: 10px;
    padding: 10px 20px;
}
.infobox .info_data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.infobox li.info_data:last-child {margin-bottom: 0;}
.infobox .info_data .info_txt {
    padding: 10px 0;
    font-weight: 500;
}
.infobox .info_data input[type="text"],
.infobox .info_data input[type="number"]  {
    width: 100%;
    max-width: 310px;
    height: 45px;
    padding: 8px 15px;
    background-color: var(--c-box);
    border-radius: 5px;
}
.infobox .info_data input::placeholder {
    font-size: 1.3rem;
    color: var(--c-txt-gray-4);
}
.infobox .inp_wrap {max-width: 310px; }
.infobox .inp_wrap .inp_cont {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.infobox .inp_wrap .inp_cont:last-child {margin-bottom: 0;}
.infobox.personal_box .btn {
    flex: 0 0 100px;
    width: 100px;
    height: 45px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}

/* checkbox */
.chk_wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.chk_wrap input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0;
    flex: 0 0 15px;
    background: transparent;
    border: 0;
}
.chk_wrap input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: var(--c-bg);
    border: 1px solid var(--c-line-2);
    border-radius: 100%;
}
.chk_wrap input[type="checkbox"]:checked::before {
    background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_check_wht.svg);
    background-color: var(--c-point);
    border-color: var(--c-point);
}
.chk_wrap input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.chk_all .chk_wrap input[type="checkbox"]+label {font-weight: 500;}

.infobox.agree_box .info_data_wrap {font-size: 1.3rem;}
.infobox.agree_box .info_data_wrap .chk_all {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--c-line-1);
    font-size: 1.5rem;
}
.infobox.agree_box .info_data_wrap .info_agr_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    width: calc(100% - 45px);
    padding: 8px 10px;
}
.infobox.agree_box .info_data_wrap .info_agr_wrap .txt_point {font-weight: normal;}
.infobox.agree_box .info_data_wrap .info_agr_poup {
    position: absolute;
    font-size: 1.2rem;
    color: var(--c-txt-gray-5);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 8px;
    padding-right: 0;
    z-index: 2;
}
.infobox.agree_box .info_data_wrap .info_agr_poup::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--c-txt-gray-5);
}
.infobox.photo_box .info_data_wrap .photo_upload_wrap {
    border: 2px dotted var(--c-line-2);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.infobox.photo_box .info_data_wrap .photo_upload_wrap input[type="file"] {
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}
.infobox.photo_box .info_data_wrap .photo_upload_wrap input[type="file"]+label {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    padding: 20px;
    text-align: center;
    font-size: 1.3rem;
    color: var(--c-txt-gray-2);
    cursor: pointer;
}
.infobox.photo_box .info_data_wrap .photo_upload_wrap .info_agr_wrap>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10px;
}
.infobox.photo_box .info_data_wrap .photo_upload_wrap .info_agr_wrap .ic.ic_photo {
    width: 45px;
    height: 45px;
    margin: 0 auto 8px;
}
.infobox.photo_box .info_data_wrap .photo_upload_wrap .info_agr_wrap p {line-height: 1.6;}
.infobox.photo_box .info_data_wrap .btn {
    height: 50px;
    font-size: 1.4rem;
}
.infobox.photo_box .info_data_wrap .photo {margin-bottom: 30px;}
.infobox.photo_box .info_data_wrap .photo .btn {border-radius: 0 0 10px 10px;}
.infobox.photo_box .info_data_wrap .photo .btn .ic.ic_upload {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.infobox.photo_box .info_data_wrap .apply .btn {
    max-width: 230px;
    margin: 0 auto;
}

/*-------------------------------------------------------------------
  ## popup
-------------------------------------------------------------------*/
.popup_wrap {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 410px;
    background-color: var(--c-bg);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 201;
}
.popup_wrap .inner {padding: 40px 25px;}
.popup {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.popup .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn_box .ic {
    width: 45px;
    height: 45px;
    background-size: 24px;
}
.popup .btn {
    max-width: 200px;
    height: 45px;
    padding: 10px;
    margin: 0 auto;
    font-size: 1.4rem;
    box-shadow: none;
}
.popup .badge {
    max-width: 65px;
    margin: 0 auto;
    padding: 6px 10px;
    background-color: var(--c-point-l);
    color: var(--c-point);
    font-size: 1.2rem;
}
.popup h3 {
    margin: 5px auto 15px;
    text-align: center;
    font-size: 1.9rem;
}
.popup .popup_subtxt {
    padding: 20px;
    margin-bottom: 35px;
    background-color: var(--c-box);
    border-radius: 10px;
    font-size: 1.4rem;
    color: var(--c-txt-gray);
}
.popup .popup_subtxt>ul+p,
.popup .popup_subtxt>p+ul {margin-top: 30px;}
.popup .popup_subtxt>ul li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 14px;
    line-height: 1.8;
}
.popup .popup_subtxt>ul li:last-child {margin-bottom: 0 !important;}
.popup .popup_subtxt>ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: var(--c-txt-gray);
    border-radius: 100%;
}
.popup .popup_subtxt>ul li b {margin-right: 5px;}
.popup .popup_subtxt p {line-height: 1.8;}
.popup .popup_txt.popup_v2 .popup_subtxt>p+ul {margin-top: 25px;}
.popup .popup_txt.popup_v2 .popup_subtxt>ul li {margin-bottom: 15px;}
.popup .popup_txt.popup_v2 .popup_subtxt>ul li::before {
    width: 5px;
    height: 1px;
    top: 12px;
}

/*-------------------------------------------------------------------
  ## footer
-------------------------------------------------------------------*/
footer {
    width: 100%;
    height: 80px;
    background-color: var(--c-txt);
    text-align: center;
    font-size: 1.3rem;
    color: var(--c-txt-gray-4);
}
footer .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*-------------------------------------------------------------------
  ## top btn
-------------------------------------------------------------------*/
.btn_totop {
    position: fixed;
    right: 2%;
    bottom: 2%;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--c-black);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    z-index: 199;
}
.btn_totop .ic_top {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

/*-------------------------------------------------------------------
  ## index_menu
-------------------------------------------------------------------*/
.contents.cont_sub_page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--c-yellow-l);
    text-align: center;
}
.contents.cont_sub_page section {
    width: 100%;
    height: auto;
}
.contents.cont_sub_page section .ttl_wrap span.ttl_sub {font-size: 1.6rem;}
.contents.cont_sub_page section .ttl_wrap h3 {
    margin-top: 0;
    font-size: 3.2rem;
}
.contents.cont_sub_page section .cont_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    height: 600px;
    margin: 25px auto 0;
    padding: 20px;
    background: linear-gradient(to bottom, #FFE8A4, #fff 40%);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(40, 20, 0, 0.1);
}
.contents.cont_sub_page .cont_txt_wrap {
    max-width: 360px;
    margin: 0 auto;
}
.contents.cont_sub_page .cont_txt_wrap img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.contents.cont_sub_page .cont_txt_wrap .cont_txt h4 {
    margin-top: 10px;
    font-size: 2.2rem;
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt h4+p {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}

/*-------------------------------------------------------------------
  ## index_qr
-------------------------------------------------------------------*/
.contents.cont_sub_page.cont_qr .cont_txt_wrap {
    width: 100%;
    max-width: 280px;
}
.contents.cont_sub_page.cont_qr .cont_txt {
    max-width: 165px;
    margin: 0 auto;
}
.contents.cont_sub_page.cont_qr .cont_txt_wrap .cont_txt h4 {
    margin-top: 0;
    font-size: 2.8rem;
}
.contents.cont_sub_page.cont_qr .im_qr_wrap {margin: 15px auto;}
.contents.cont_sub_page.cont_qr section .cont_wrap {background: linear-gradient(to bottom, #FFE8A4, #fff 25%);}
.contents.cont_sub_page.cont_qr section .cont_wrap .cont_txt p {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
.contents.cont_sub_page.cont_qr .btn {
    margin-top: 40px;
    font-size: 1.4rem;
    box-shadow: none;
}
.contents.cont_sub_page.cont_qr .btn .ic.ic_download {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

/*-------------------------------------------------------------------
  ## Media queries
-------------------------------------------------------------------*/
/* labtop */
@media only screen and (max-width: 1210px) {
    /* commom*/
    .badge {font-size: 1.2rem;}
    .btn {
        max-width: 230px;
        height: 50px;
        margin: 0 auto;
        font-size: 1.4rem;
    }

    /* header */
    header {height: 50px;}
    .logo {
        width: 140px;
        height: 50px;
    }
    .nav_mob {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav_cont {display: none;}
    .btn_box.btn_open .ic {
        width: 50px;
        height: 50px;
    }
    .ly_mo {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .ly_mo::after {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 200;
    }
    .ly_mo header {
        height: auto;
        z-index: 300;
    }
    .ly_mo .nav_wrap .inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    .ly_mo .nav_wrap .main_logo {
        width: 100%;
        padding-left: 20px;
        border-bottom: 1px solid var(--c-line);
    }
    .ly_mo .nav_cont {display: block;}
    .ly_mo .btn_box.btn_open .ic.ic_menu {background-image: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_close.svg);}
    .ly_mo .nav {
        width: 100%;
        padding: 0 20px;
    }
    .ly_mo .nav_menu .nav_mymenu {padding: 30px 0 10px;}
    .ly_mo .nav_menu .nav_mymenu span {
        margin-right: 0;
        font-size: 1.6rem;
        font-weight: bold;
        color: var(--c-point);
    }
    .ly_mo .nav_menu .nav_mymenu .ic {display: none;}
    .ly_mo .nav_menu .nav_mymenu + .nav_submenu {
        display: block;
        position: static;
        box-shadow: none;
        border-radius: 0;
    }
    .ly_mo .nav_submenu li {
        overflow: hidden;
        border-radius: 5px;
    }
    .ly_mo .nav_submenu li:last-child {margin-bottom: 10px;}
    .ly_mo .nav_submenu li a {text-align: left;}
    .ly_mo .nav_login {
        margin-left: 0;
        border-top: 1px solid var(--c-line);
    }
    .ly_mo .nav_login .btn_log {
        padding: 15px 0;
        width: 100%;
        text-align: right;
    }

    /* container */
    .contents .inner.full_wrap .full-pagination {right: 5%;}
    .cont_step .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {margin: 8px 0;}
    .contents section.sec_top::before,
    .contents section.sec_top::after {background-size: cover;}
    .contents section.sec_top::after {
        bottom: -30px;
        background-size: 1700px;
    }
    .contents section.sec_top {
        width: 180%;
        padding-top: 120px;
    }
    .top_txt_wrap {
        width: 60%;
        padding: 0 20px;
        margin: 0 auto;
    }
    .top_txt_wrap .top_txt h2 {
        margin-bottom: 12px;
        font-size: 2.6rem;
    }
    .top_txt_wrap .top_txt p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .top_txt_wrap .top_txt .badge {
        max-width: 165px;
        margin-top: 15px;
    }
    .top_txt_wrap .top_txt .badge .ic.ic_info {margin-bottom: 1px;}
    .top_txt_wrap .top_btn .btn {box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);}
    .contents .ttl_wrap {padding: 0 20px;}
    .contents .ttl_wrap span.ttl_sub {font-size: 1.3rem;}
    .contents .ttl_wrap h3 {font-size: 2.6rem;}
    .contents .cont_wrap {margin-top: 40px;}
    .contents .cont_wrap .cont_txt .badge {
        max-width: 80px;
        padding: 8px 15px;
    }
    .contents .cont_wrap .cont_txt p {font-size: 1.6rem;}
    .contents .cont_wrap .cont_img {margin-top: 15px;}
    .contents .sec_menu .inner,
    .contents .sec_qr .inner {padding: 0;}
    .contents .cont_wrap .cont_step {padding: 0 30px;}
    .contents .sec_qr .ttl_wrap {padding-top: 50px;}
    .contents .sec_qr .cont_wrap {margin-top: 10px;}
    .contents .sec_qr .cont_wrap .cont_img {
        height: -webkit-fill-available;
        height: 60dvh;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
    }
    .contents .sec_qr .cont_wrap ul li:last-child .cont_img img {object-position: center;}
    .contents .sec_qr .cont_wrap .cont_txt {margin-top: 15px;}
    .contents .sec_apply .inner {padding: 50px 20px;}
    .contents .ttl_wrap h3 + p {
        margin-top: 5px;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .contents .sec_apply .cont_wrap {margin-top: 20px;}
    .form_box {padding: 10px 0;}
    .infobox .infobox_ttl {font-size: 1.8rem;}
    .infobox .info_data {flex-direction: column;}
    .infobox .info_data {margin-bottom: 10px;}
    .infobox.personal_box .btn {
        flex-basis: 90px;
        width: 90px;
    }
    .infobox .info_data_wrap.ind_line {padding: 5px 15px 10px;}
    .infobox.photo_box {margin-bottom: 30px;}
    .infobox.photo_box .info_data_wrap .photo_upload_wrap,
    .infobox.photo_box .infobox_ttl {display: none;}
    .infobox.photo_box .info_data_wrap .btn {max-width: 230px;}
    .infobox.photo_box .info_data_wrap .photo .btn {border-radius: 10px;}
    .infobox.photo_box .info_data_wrap .photo {margin-bottom: 10px;}

    /* popup */
    .popup_wrap {width: 90%;}
    .popup_wrap .inner {padding: 30px 20px;}
    .popup .popup_subtxt {
        padding: 15px;
        margin-bottom: 30px;
    }
    .popup .btn_close {
        top: 5px;
        right: 5px;
    }
    .popup .btn {max-width: 160px;}
    
    /* footer */
    footer {
        height: 70px;
        font-size: 1.2rem;
    }

    /* top btn */
    .btn_totop {
        width: 40px;
        height: 40px;
    }
    .btn_totop .ic_top {
        width: 20px;
        height: 20px;
    }

    /* index_menu */
    .contents.cont_sub_page section {padding: 50px 0;}
    .contents.cont_sub_page .ttl_wrap {padding: 50px 0 0 0;}
    .contents.cont_sub_page .ttl_wrap span.ttl_sub,
    .contents.cont_sub_page section .ttl_wrap span.ttl_sub {font-size: 1.2rem;}
    .contents.cont_sub_page .ttl_wrap h3,
    .contents.cont_sub_page section .ttl_wrap h3 {font-size: 2.4rem;}
    .contents.cont_sub_page .cont_wrap,
    .contents.cont_sub_page section .cont_wrap {
        height: 450px;
        margin-top: 20px;
    }
    .contents.cont_sub_page .cont_txt_wrap {padding: 0 20px;}
    .contents.cont_sub_page .cont_txt_wrap .cont_txt h4 {font-size: 1.8rem;}
    .contents.cont_sub_page .cont_wrap .cont_txt_wrap .cont_txt h4+p {font-size: 1.3rem;}

    /* index_qr*/
    .contents.cont_sub_page.cont_qr .cont_wrap {height: auto;}
    .contents.cont_sub_page.cont_qr .cont_txt_wrap {
        max-width: 100%;
        padding: 60px 0 0;
    }
    .contents.cont_sub_page.cont_qr .cont_wrap .cont_txt p {font-size: 1.5rem;}
    .contents.cont_sub_page.cont_qr .btn {max-width: 100%;}
}

/* tablet */
@media only screen and (max-width: 768px) {}

/* mobile - s */
@media only screen and (max-width: 320px) {}


/* 250307 css 수정 */
.cont_img_size{
    width: 900px;
}
.contents .cont_wrap .cont_img_size {
    margin: -20px auto 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--c-bg);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
}
.contents section.sec_pos {
    background-color: var(--c-yellow-2);
}
section#service_pos{
    height: auto;
}
.contents .sec_pos .inner {
    padding: 100px 0;
}
.cont_badge .cont_icon{
    border-radius: 5px;
    width: 22px;
}
.cont_badge img.google_badge {
    width: 152px;
}
.inner .cont_badge {
    gap: 14px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contents .cont_top .cont_img img {
    border: 6px solid #fdfdfd;
    border-radius: 5px;
}
.purple_icon:hover a, .google_icon:hover a {
    filter: brightness(0.9);
}
.purple_icon a, .google_icon a{
    border: 1px solid rgba(255, 255, 255, .3);
    font-family: NanumSquareNeoExtraBold;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
    letter-spacing: -0.3px;
    height: 52px;
    padding: 0px 24px;
    background-color: var(--c-bg);
    color: var(--c-txt-gray-2);
    gap: 10px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
.cont_icon_google{
    width: 16px;
}
.cont_wrap.cont_top{
    margin-top: 48px;
}
.word_width{
    word-break: keep-all;
    margin: 0 auto;
    max-width: 458px;
}
/*-------------------------------------------------------------------
  ## Media queries
-------------------------------------------------------------------*/
/* labtop */
@media only screen and (max-width: 1210px) {
    .contents .cont_wrap .cont_img_size {
        max-width: 100%;
    }
    .cont_wrap.cont_top {
        margin: 36px 20px 0px 20px;
    }
    
    .inner .cont_badge {
        margin-top: 30px;
        gap: 12px;
    }
    .cont_icon_google {
        width: 18px;
    }
    .cont_badge img.google_badge {
        width: 117px;
    }
    .contents .ttl_wrap .tit_word_width + p {
        margin-top: 12px;
    }   
     .contents .sec_pos .ttl_wrap {
        padding: 0px;
    }
    .word_width {
        max-width: 307px;
    }
    .purple_icon a, .google_icon a{
        font-size: 1.2rem;
        height: 46px;
        padding: 0px 16px;
    }
    .contents .sec_pos .inner {
        padding: 50px 0px;
    }
    section#service_pos{
        min-height: auto;
    }
    .popup .popup_subtxt {
        height: 400px;
        overflow: scroll;
    }
}
@media (max-height: 640px) and (max-width: 360px) {
    .popup .popup_subtxt {
        height: 304px;
    }
}
@media (max-height: 480px) and (max-width: 320px) {
    .popup .popup_subtxt {
        height: 204px;
    }
}
@media (max-height: 360px) and (max-width: 640px) {
    .popup .popup_subtxt {
        height: 100px;
    }
}
@media only screen and (max-width: 320px) {
    .sec_pos .inner .cont_badge{
        margin: 30px 10px 0px 10px;
    }
    .sec_pos .inner .ttl_wrap .tit_word_width + p {
        margin: 12px 10px 0px 10px;
    }
    .sec_pos .inner .ttl_wrap h3 {
        margin: 0px 4px;
    }
}
/*// 250307 css 수정 */
/* 250320 css 수정 */
@media only screen and (max-width: 1210px) {
    .infobox.photo_box .info_data_wrap .photo_upload_wrap, .infobox.photo_box .infobox_ttl {
        display: block;
    }
    .infobox.photo_box .info_data_wrap .btn {
        max-width: none;
    }
    .infobox.photo_box .info_data_wrap .photo .btn {
        border-radius: 0 0 10px 10px;
    }
    .infobox.photo_box .info_data_wrap .photo {
        margin-bottom: 30px;
    }
}
/*// 250320 css 수정 */

/* 250326 css 수정 */
.contents.cont_sub_page .cont_txt_wrap .cont_txt h4 {
    margin-bottom: 16px;
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .noto_txt{
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt{
    font-weight: 400;
    letter-spacing: -0.03em;
    gap: 2px;
    color: var(--c-txt-gray-3);
    background-color: var(--c-box);
    border-radius: 10px;
    width: 100%;
    margin: 15px auto 15px;
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt:hover {
    filter: brightness(0.95);
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt .ic_copy{
    background: url(//bimg.mk.co.kr/2025/menu/intro/images/ic_email.svg);
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt .division {
    display: inline-block;
    flex-direction: row;
    top: 8px;
    position: relative;
    margin: 0px 8px 0px 10px;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 12px;
    width: 1px;
    align-self: stretch;
    background-color: rgb(207, 207, 207);
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt .noto_wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
}
.contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt .ic{
    display: inline-block;
    background-repeat: no-repeat;
    width: 23px;
    background-position: left 7px;
    background-size: 16px auto;
    height: 28px;
}
@media only screen and (max-width: 1210px) {
    .contents.cont_sub_page .ttl_wrap {
        padding: 27px 0 0 0;
    }
    .contents.cont_sub_page .cont_wrap, .contents.cont_sub_page section .cont_wrap {
        min-height: 482px;
        margin-top: 20px;
    }
    .contents.cont_sub_page .cont_txt_wrap .cont_txt h4 {
        margin-top: 0px;
    }
    .contents.cont_sub_page .cont_txt_wrap img{
        padding: 0 20px;
    }
    .contents.cont_sub_page .cont_txt_wrap{
        padding: 0 0px;
    }
    .contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt .email_txt .ic{
        background-position: left center;
    }
}
@media (width: 280px) and (height: 607px) {
    .contents.cont_sub_page .cont_txt_wrap img {
        padding: 0px 40px;
    }
    .contents.cont_sub_page section .cont_wrap .cont_txt_wrap .cont_txt {
        padding: 0 20px;
        width: 90%;
        margin: 0 auto;
    }
}
/*// 250326 css 수정 */

/* 250421 css 수정 */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: sticky;
    margin-top: 25px;
}

.swiper-pagination .swiper-pagination-bullet-active{
    background: var(--c-point);
}

#btn_next{
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(//bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_next.png) no-repeat center center / cover;
    right: -9px;
    top: 55%;
}

#btn_prev {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(//bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_prev.png) no-repeat center center / cover;
    left: -9px;
    top: 55%;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}
.swiper {
    padding: 0 20px;
}
.contents .cont_wrap .cont_step {
    max-width: 860px;
}

@media only screen and (max-width: 1210px) {
    #btn_next{  
        display: none;
    }
    
    #btn_prev {  
        display: none;
    }
    .swiper-wrapper {
        align-items: flex-end;
    }
}
/*// 250421 css 수정 */