@charset "utf-8"; /* 문자열설정 */

/* 폰트설정 */
@import url("../../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo.css");
/* @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css); */
@import url("../../fonts/Inter/Inter.css");
@import url("../../fonts/Noto_Sans_KR/Noto_Sans_KR.css");
@import url("../../fonts/NotoSansCJK/NotoSansCJK.css");
@import url("../../fonts/Noto_Serif_JP/Noto_Serif_JP.css");


/* CSS reset */
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%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
address {font-style: normal;}
p {transform: skew(-0.1deg);}
a {color: #2E1566; text-decoration: none; transform: skew(-0.1deg);}
img {border: 0; vertical-align: middle;}

body {color: #2E1566; font-family: 'Spoqa Han Sans Neo', "맑은 고딕", sans-serif; font-size: 16px; font-weight: 400; max-width: 1920px; margin: 0 auto;
    font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-stretch: normal;}
.hidden {display: block; position: absolute; left: -1000%; width: 1px; height: 1px; overflow: hidden; color: #fff;}
/* body 스크롤 막기 [S] */
.not_scroll{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}
.not_scroll section {
    position: relative;
    top: 0;
}
/* body 스크롤 막기 [E] */

img {image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}
.bold{ font-weight: bold !important;}
/* common */
#wrap {width: 100%; margin: 0 auto; position: relative;}
#wrap::before {content: ''; display: block; clear: both;}
.logo {display: block; width: 114px; height: 36px; background-position: center; background-repeat: no-repeat; background-size: contain; text-indent: -999px; overflow: hidden; }	

/* header common area */
#headerAreaPc {position: relative; font-family: 'Spoqa Han Sans Neo', 'Noto Sans CJK KR', 'Noto Sans KR', "맑은 고딕", sans-serif; letter-spacing: -0.5px;}
#headerAreaTablet {display: none; position: relative;}	
#headerAreaMobile {display: none; position: relative;}	
#headerAreaPc .header_inner {width: 100%; background: rgba(255, 255, 255, 0.95); box-shadow: 0px 1px 4px rgba(46, 21, 102, 0.15); 
    /* backdrop-filter: blur(30px) saturate(2); -webkit-backdrop-filter: blur(30px); */ position:fixed; left: 50%; transform: translateX(-50%); top: 0; z-index: 100; transition: all .2s;}	
#headerAreaPc .header_inner.block {backdrop-filter: blur(0);}	
#headerAreaPc .header_inner .header_inner_top {background: #69488E; width: 100%; padding: 5.5px 16.66%; box-sizing: border-box; font-size: 12px; overflow: hidden;}	
#headerAreaPc .header_inner .header_inner_top > div {float: left;}	
#headerAreaPc .header_inner .header_inner_top > div > a {padding: 0;}	
#headerAreaPc .header_inner .header_inner_top > ul {float: right;}	
#headerAreaPc .header_inner .header_inner_top > ul li {float: left; position: relative;}
#headerAreaPc .header_inner .header_inner_top > ul li:last-of-type:before {content: ''; display: block; width: 1px; height: 10px; background: #FFFFFF; position: absolute; left: 0; top: 3px ;}
#headerAreaPc .header_inner .header_inner_top a {color: #fff; display: block; padding: 0 8px;}	
    
#headerAreaPc .header_inner .header_inner_bottom {width: 100%; height: 72px; padding: 0 16.66%; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;}							
#headerAreaPc .header_inner .header_inner_bottom #gnb {position: relative;}		
#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first::before {content: ''; display: block; clear: both;}		
#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 {position: relative; float: left;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3.on a {font-weight: 700; border-bottom: 4px solid #69488E;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {display: block; padding: 23.5px 12px; margin: 0 12px; border-bottom: 4px solid rgba(0,0,0,0); 
    font-weight: 500; font-size: 16px; color: #2E1566; position: relative; transition: all .2s;}
@media (hover:hover) {
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a:hover {font-weight: 700; border-bottom: 4px solid #69488E;}
}
#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a::before {content: ''; display: block; width: 4px; height: 4px; border-radius: 2px; background: #2E1A46;
    position: absolute; top: 50%; transform: translateY(-50%); left: -16px;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3:first-of-type a::before {display: none;}		
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu {width: 100%; box-sizing: border-box; padding: 0 16.66%; display: flex; justify-content: center;
    background: rgba(255, 255, 255, 0.9); /* backdrop-filter: blur(30px) saturate(2); -webkit-backdrop-filter: blur(30px); */
    position: fixed; top: 98px; left: 0; z-index: 999; display: none;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu.on {display: flex;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li {padding: 40px 2% 26px; text-align: center; position: relative; transition: all .2s;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li.on {background: #F8F8F8;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li::before {content: ''; display: block; width: 1px; height: 71%; 
    background: rgba(46, 21, 102, 0.15); position: absolute; left: 0; top: 88px;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li:last-child::after {content: ''; display: block; width: 1px; height: 75%; 
    background: rgba(46, 21, 102, 0.15); position: absolute; right: 0; top: 88px;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li h3 {font-size: 18px; margin-bottom: 14px;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a {display: block; color: #2E1566; font-weight: 500;
    font-size: 16px; padding: 14px 0; position: relative; transition: all .2s;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a.on {color: #7435FF;}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a::after {content: 'HIT'; display: inline-block; background: #FEE500; color: #7435FF;
    border-radius: 4px; padding: 1px 2px; font-weight: 700; font-size: 12px; line-height: 15px; position: relative; right: 0; top: -2px; display: none;}	
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a.badge::after {display: inline-block;}
/* #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li.on a:first-of-type {color: #7435FF;} */
@media (hover:hover) {
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li:hover {background: #F8F8F8;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a:hover {color: #7435FF;}
}
#headerAreaPc .header_inner .header_inner_bottom .right_menu {display: flex; align-items: center; gap: 12px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch {position: relative;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > a {display: inline-block; padding: 8px 16px;
    background: rgba(231, 231, 231, 0.9); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > a.on > span::after {transform: rotate(180deg);}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > a > span {display: inline-block; position: relative; font-weight: 700; vertical-align: initial;
    font-size: 14px; line-height: 20px; color: #29203B;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > a > span::after {content: ''; display: inline-block; width: 16px; height: 16px;
    background: url(../images/arrow_pp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 3px; right: -2px; transform: rotate(0); transition: all .1s;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches {position: absolute; top: 42px; left: 50%; transform: translateX(-50%); z-index: 999;
    border-width: 0px 1px 1px 1px; border-color: #F2F2F2; border-style: solid; border-radius: 16px; display: none;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li {background: rgba(255, 255, 255, 0.9);}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li.on {background: #F4F4F4;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li:first-child {border-radius: 16px 16px 0 0;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li:last-child {border-radius: 0 0 16px 16px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li:not(:last-child) {border-bottom: 1px solid #F2F2F2;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li a {display: block; padding: 8px 24px; text-align: center; white-space: nowrap;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch > .branches li a span {color: #29203B; font-weight: 500; font-size: 12px; line-height: 18px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation {position: relative;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation img {/* width: 20px; */ height: 20px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation span {font-weight: 500; font-size: 12px; line-height: 18px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation > a {display: inline-block; padding: 8px 18px;
    background: rgba(231, 231, 231, 0.9); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation > a.on > span::after {transform: rotate(180deg);}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation > a > img {padding-right: 24px; vertical-align: sub;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation > a > span {display: inline-block; position: relative; font-weight: 700; vertical-align: initial;
    font-size: 14px; line-height: 20px; color: #29203B;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation > a > span::before {content: ''; display: block; width: 1px; height: 100%; background: #D8D8D8;
    position: absolute; top: 0; left: -12px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation > a > span::after {content: ''; display: inline-block; width: 16px; height: 16px;
    background: url(../images/arrow_pp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 3px; right: -2px; transform: rotate(0); transition: all .1s;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu {position: absolute; top: 42px; left: 50%; transform: translateX(-50%); z-index: 999;
    border-width: 0px 1px 1px 1px; border-color: #F2F2F2; border-style: solid; border-radius: 16px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li {background: rgba(255, 255, 255, 0.9);}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li.on {background: #F4F4F4;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li:first-child {border-radius: 16px 16px 0 0;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li:last-child {border-radius: 0 0 16px 16px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li:not(:last-child) {border-bottom: 1px solid #F2F2F2;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li a {display: block; padding: 8px 34px; text-align: center; color: #29203B; white-space: nowrap;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .dropdown_menu li a img {padding-right: 10px;}
#headerAreaPc .header_inner .header_inner_bottom .right_menu .menu_open {float: right; display: block; width: 48px; height: 48px;}

/* header site map */
.site_map {width: 100%; height: calc(100vh - 102px); background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(25px); 
    position: fixed; top: 100px; left: 0; z-index: 99; overflow-y: scroll; display: none;}
.site_map ul {padding: 34px 16.66% 68px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px;}
.site_map ul a {display: block; transition: all .2s;}
@media (hover:hover) {
    .site_map ul a:hover {color: #8556E3;}
    .site_map ul dt a:hover {border-color: #8556E3;}
}
.site_map ul li dl dt {margin-bottom: 16px;}
.site_map ul li dl dt a {font-weight: 500; font-size: 17px; letter-spacing: -0.01em; border: 1px solid rgba(46, 21, 102, 0.15);
    border-radius: 4px; padding: 18px 10%;}
.site_map ul li dl dt a.on {color: #8556E3; border-color: #8556E3;}
.site_map ul li dl dd {margin-bottom: 8px;}
.site_map ul li dl dd a {font-weight: 500; font-size: 14px; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 4px;
    padding: 16px 10%;}
.site_map ul li dl dd a.on {color: #8556E3;}

	

/* footer common area */
#footerArea {background: #FFFFFF; border-top: 1px solid rgba(46, 21, 102, 0.15);}
#footerAreaMobile {display: none;}
.footer_inner {width: 100%; padding: 60px 16.66% 150px; box-sizing: border-box;}
.footer_top {display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 40px;}
.footer_top .footer_address {width: 18%;}
.footer_top .footer_address img {display: block; margin-bottom: 32px; width: 133px; height: 42px;}
.footer_top .footer_address ul li {margin-bottom: 8px; font-weight: 500; font-size: 12px; line-height: 18px; transform: skew(-0.1deg);}

.footer_top .footer_schedule {width: 35%;}
.footer_top .footer_schedule p {font-weight: 700; font-size: 16px; margin-bottom: 16px; transform: skew(-0.1deg);}
.footer_top .footer_schedule ul {margin-bottom: 16px;  overflow: hidden;}
.footer_top .footer_schedule ul::before {content: ''; display: block; clear: both;}
.footer_top .footer_schedule ul li {float: left; margin-right: 18px;}
.footer_top .footer_schedule ul li:last-of-type {margin-right: 0;}
.footer_top .footer_schedule ul li dl {font-weight: 500; font-size: 14px; margin-bottom: 6px;}
.footer_top .footer_schedule ul li dl dt {display: inline-block; vertical-align: middle; width: 30px; height: 30px; padding: 3.5px 8.5px 3px 7px;
    box-sizing: border-box; background: rgba(116, 53, 255, 0.05); border: 1px solid rgba(116, 53, 255, 0.05); border-radius: 50%;}
.footer_top .footer_schedule ul li dl dd {display: inline-block; letter-spacing: 1px; vertical-align: middle; padding-left: 6px;}
.footer_top .footer_schedule span {display: block; clear: both; font-size: 12px; transform: skew(-0.1deg);}

.footer_top .footer_map {overflow: hidden; width: 34%;}
.footer_top .footer_map p {font-weight: 700; font-size: 16px; margin-bottom: 16px;}
.footer_top .footer_map div {float: left; width: 65%; height: 152px; background: #2E1566; border-radius: 8px;}
.footer_top .footer_map ul {float: right; width: 32%;}
.footer_top .footer_map ul li {margin-bottom: 4px;}
.footer_top .footer_map ul li:last-of-type {margin-bottom: 0;}
.footer_top .footer_map ul li a {display: block; font-size: 0; text-indent: -9999px; border: 1px solid #E2E2E2; border-radius: 8px; padding: 12px 18%;}
.footer_top .footer_map ul li a span {display: block; width: 100%; padding-top: calc(48/192*100%); background-position: center; background-size: contain; background-repeat: no-repeat;}
.footer_top .footer_map ul li:nth-child(1) a span {background-image: url(../images/icon_kakaomap.png?ver=1);}
.footer_top .footer_map ul li:nth-child(2) a span {background-image: url(../images/icon_navermap.png);}
.footer_top .footer_map ul li:nth-child(3) a span {background-image: url(../images/icon_tmap.png);}


.footer_bottom {border-top: 1px solid rgba(46, 21, 102, 0.15); padding-top: 40px; display: flex; justify-content: space-between; align-items: flex-start;}
.footer_bottom .footer_bottom_left {width: 60%;}
.footer_bottom .footer_bottom_left ul {overflow: hidden; margin-bottom: 65px;}
.footer_bottom .footer_bottom_left ul li {float: left;}
.footer_bottom .footer_bottom_left ul li a {display: inline-block; padding: 0 24px; position: relative;color: #2E1566;}
.footer_bottom .footer_bottom_left ul li a::after {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #2E1566;  
    position: absolute; top: 50%; transform: translateY(-50%); right: -3px;}
.footer_bottom .footer_bottom_left ul li:first-of-type a {padding-left: 0;}
.footer_bottom .footer_bottom_left ul li:last-of-type a::after {display: none;}
.footer_bottom .footer_bottom_left p {font-size: 12px; line-height: 20px; color: rgba(46, 21, 102, 0.75);}
.footer_bottom .footer_bottom_left p:last-of-type {margin-top: 12px;}
.footer_bottom .footer_bottom_right {width: 40%; display: flex; align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start;}
.footer_bottom .footer_bottom_right .sns ul {margin-bottom: 28px; display: flex; justify-content: flex-end; align-items: flex-start;}
.footer_bottom .footer_bottom_right .sns ul li a {display: block; width: 40px; height: 40px; margin-left: 0.5rem;
    background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% auto;}
.footer_bottom .footer_bottom_right .sns ul li:nth-of-type(1) a {background-image: url(../images/icon_kakao.png);}
.footer_bottom .footer_bottom_right .sns ul li:nth-of-type(2) a {background-image: url(../images/icon_youtube.png);}
.footer_bottom .footer_bottom_right .sns ul li:nth-of-type(3) a {background-image: url(../images/icon_blog.png);}
.footer_bottom .footer_bottom_right .sns ul li:nth-of-type(4) a {background-image: url(../images/icon_insta.png);}
/* family site */
.family {width: 84%; position: relative;}
.family .arrow {width: 100%; display: inline-block; color: #2E1566; font-weight: 500; font-size: 14px; padding: 15px 24px;
    background: #fff; border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 8px; box-sizing: border-box; position: relative;}
.family .arrow::after {content: ''; display: block; width: 12px; height: 8px; position: absolute; right: 24px; top: 22px;
    background: url(../images/arrow_pp_down.png) center no-repeat; transform: rotate(-540deg); transition: all .2s;}
.arrow.on {background: rgba(116, 53, 255, 0.05);}
.arrow.on::after {transform: rotate(0);}
.family .aList {width: 100%; position: absolute; bottom: 50px; left: 0; z-index: 100; box-sizing: border-box;
    filter: drop-shadow(0px 0px 1px rgba(116, 53, 255, 0.15)); display: none;}
.family .aList li a {display: block; padding: 15px 20px; background: #fff; font-size: 14px; letter-spacing: -0.05em; color: #2E1566;
    box-shadow: inset 0px -1px 0px rgba(46, 21, 102, 0.15); box-sizing: border-box;}
.family .aList li:first-child a {border-top-left-radius: 8px; border-top-right-radius: 8px;}

/* quick & top button */
.quick {position: fixed; bottom: 200px;right: 0;z-index: 999;}
.quick ul {border: 3px solid rgba(46, 21, 102, 0.05); border-right: none; border-radius: 12px 0 0 12px;}
.quick ul li {background: #fff; width: 120px;}
.quick ul li:not(:last-child) {border-bottom: 1px solid rgba(46, 21, 102, 0.2);}
.quick ul li:first-child {border-radius: 12px 0 0 0; background-color: #9D71FF;}
.quick ul li:last-child {border-radius: 0 0 0 12px; background: #9A74E7;}
.quick ul li a {display: block; padding: 16px 0;}
.quick ul li a span {display: block; width: 60px; height: 60px; margin: 0 auto 8px; background-size: contain; background-position: center; background-repeat: no-repeat;}
.quick ul li:nth-child(1) a span {background-image: url(../images/icon_quick_calender.png);}
.quick ul li:nth-child(2) a span {background-image: url(../images/icon_quick_call.png);}
.quick ul li:nth-child(3) a span {background-image: url(../images/icon_quick_kakao.png);}
.quick ul li:nth-child(4) a span {background-image: url(../images/btn_top_pc.png);}
.quick ul li a p {font-weight: 500; font-size: 15px; line-height: 22px; text-align: center; letter-spacing: -0.01em; color: #181818;}
.quick ul li:nth-child(1) a p,
.quick ul li:nth-child(4) a p {color: #fff;}

/* #footerArea .topMove {position: fixed; bottom: 202px; right: 16.66%; z-index: 999; transition: all .2s; opacity: 0;}
#footerArea .topMove.on {opacity: 1;}
#footerArea .topMove a {display: block; width: 60px; height: 60px; text-indent: -9999px; font-size: 0; color: rgba(255,255,255,0);
    background: url(../../common/images/btn_top.png) center no-repeat; background-size: contain;} */
    

/* PC (해상도 1740px ~ 1860px) */
@media screen and (max-width:1860px) {
    /* header site map */
    .site_map ul {padding: 34px 14% 68px;}
    
    /* header */
    #headerAreaPc .header_inner .header_inner_top {padding: 6.5px 12%;}
    #headerAreaPc .header_inner .header_inner_bottom {padding: 0 12%;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu {padding: 0;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li {padding: 32px 2% 24px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li::before {height: 70%; top: 78px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li:last-child::after {height: 70%; top: 78px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li h3 {font-size: 16px; margin-bottom: 14px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a {font-size: 14px; padding: 10px 0;}
}

/* PC (해상도 1540px ~ 1740px) */
@media screen and (max-width:1740px) {
	/* header site map */
    .site_map ul {padding: 34px 14% 68px;}

    /* header */
    #headerAreaPc .header_inner .header_inner_top {padding: 6.5px 8%;}
    #headerAreaPc .header_inner .header_inner_bottom {padding: 0 8%;}
}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    /* header */
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {margin: 0 4px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a::before {display: none;}

    /* header site map */
    .site_map ul {padding: 34px 10% 68px;}

    /* footer */
    .footer_inner {padding: 60px 12% 220px;}
}

/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    /* header */
    #headerAreaPc .header_inner .header_inner_top {padding: 6.5px 6%;}
    #headerAreaPc .header_inner .header_inner_bottom {padding: 0 6%;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {font-size: 15px; padding: 24.5px 4px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li::before {height: 67%; top: 72px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li:last-child::after {height: 67%; top: 72px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li h3 {font-size: 14px; margin-bottom: 14px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a {font-size: 12px; padding: 8px 0;}

    /* header site map */
    .site_map ul {padding: 34px 8% 68px;}

    /* footer */
    .footer_inner {padding: 60px 8% 220px;}
}

/* PC (해상도 1058px ~ 1130px) */
@media screen and (max-width:1130px) {
    /* header */
    #headerAreaPc .header_inner .header_inner_top {padding: 6.5px 5%;}
    #headerAreaPc .header_inner .header_inner_bottom {padding: 0 5%;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {font-size: 14px; padding: 25px 4px; margin: 0 2px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a::before {display: none;}
}

/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    /* footer */
    .footer_inner {padding: 60px 6% 220px;}
}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* header */
    #headerAreaPc {display: none;}	
    #headerAreaTablet {display: block;}	
    #headerAreaMobile {display: none; position: relative;}
    #headerAreaTablet .header_inner .header_inner_bottom .menu_open {display: block;}	
    #headerAreaTablet .header_inner {width: 100%; /* height: 132px; */ background: rgba(255, 255, 255, 0.95); position:fixed; left: 50%; transform: translateX(-50%); top: 0; z-index: 100;
        box-shadow: 0px 1px 4px rgba(46, 21, 102, 0.15); /* backdrop-filter: blur(30px) saturate(2); -webkit-backdrop-filter: blur(30px); */ transition: all .2s;}	
    #headerAreaTablet .header_inner .header_inner_top {background: #69488E; width: 100%; padding: 5.5px 5%; box-sizing: border-box; font-size: 12px; overflow: hidden;}	
    #headerAreaTablet .header_inner .header_inner_top > div {float: left;}	
    #headerAreaTablet .header_inner .header_inner_top > div > a {padding: 0;}	
    #headerAreaTablet .header_inner .header_inner_top > ul {float: right;}	
    #headerAreaTablet .header_inner .header_inner_top > ul li {float: left; position: relative;}
    #headerAreaTablet .header_inner .header_inner_top > ul li:last-of-type:before {content: ''; display: block; width: 1px; height: 10px; background: #FFFFFF; position: absolute; left: 0; top: 3px ;}
    #headerAreaTablet .header_inner .header_inner_top a {color: #fff; display: block; padding: 0 8px;}	
    #headerAreaTablet .header_inner .header_inner_bottom {width: 100%; padding: 12px 5%; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;}			
    #headerAreaTablet .header_inner .header_inner_bottom .menu_open {float: right;}
    #headerAreaTablet .right_menu {display: flex; align-items: center; justify-content: space-between; gap: 8px;}
    #headerAreaTablet .mobileAllMenu_inner .mobileAllMenu_list_top {display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 5%;}		
    #headerAreaTablet .mobileAllMenu_inner .mobileAllMenu_list_top .home {display: block; width: 24px; height: 24px;
        background: url(../images/btn_home.png) center no-repeat; background-size: contain; text-indent: -9999px; font-size: 0; color: #fff;}
    #headerAreaTablet .right_menu .select_branch {position: relative;}
    #headerAreaTablet .right_menu .select_branch > a {display: inline-block; padding: 8px 16px;
        background: rgba(231, 231, 231, 0.9); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
    #headerAreaTablet .right_menu .select_branch > a.on > span::after {transform: rotate(180deg);}
    #headerAreaTablet .right_menu .select_branch > a > span {display: inline-block; position: relative; font-weight: 700; vertical-align: text-top;
        font-size: 14px; line-height: 20px; color: #29203B; transform: skew(-0.1deg);}
    #headerAreaTablet .right_menu .select_branch > a > span::after {content: ''; display: inline-block; width: 16px; height: 16px;
        background: url(../images/arrow_pp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 3px; right: -2px; transform: rotate(0); transition: all .1s;}
    #headerAreaTablet .right_menu .select_branch > .branches {position: absolute; top: 42px; left: 50%; transform: translateX(-50%); z-index: 999;
        border-width: 0px 1px 1px 1px; border-color: #F2F2F2; border-style: solid; border-radius: 16px; display: none;}
    #headerAreaTablet .right_menu .select_branch > .branches li {background: rgba(255, 255, 255, 0.9);}
    #headerAreaTablet .right_menu .select_branch > .branches li.on {background: #F4F4F4;}
    #headerAreaTablet .right_menu .select_branch > .branches li:first-child {border-radius: 16px 16px 0 0;}
    #headerAreaTablet .right_menu .select_branch > .branches li:last-child {border-radius: 0 0 16px 16px;}
    #headerAreaTablet .right_menu .select_branch > .branches li:not(:last-child) {border-bottom: 1px solid #F2F2F2;}
    #headerAreaTablet .right_menu .select_branch > .branches li a {display: block; padding: 8px 26px; text-align: center; white-space: nowrap;}
    #headerAreaTablet .right_menu .select_branch > .branches li a span {color: #29203B; font-weight: 500; font-size: 12px; line-height: 18px;}
    #headerAreaTablet .right_menu .select_nation {position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 10px;}
    #headerAreaTablet .right_menu .select_nation img {width: 20px; height: 20px;}
    #headerAreaTablet .right_menu .select_nation span {font-weight: 500; font-size: 12px; line-height: 18px;}
    #headerAreaTablet .right_menu .select_nation > a {display: inline-block; padding: 6px 16px;
        background: rgba(231, 231, 231, 0.9); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
    #headerAreaTablet .right_menu .select_nation > a.on > span::after {transform: rotate(180deg);}
    #headerAreaTablet .right_menu .select_nation > a > img {padding-right: 24px;}
    #headerAreaTablet .right_menu .select_nation > a > span {display: inline-block; position: relative; font-size: 0;}
    #headerAreaTablet .right_menu .select_nation > a > span::before {content: ''; display: block; width: 1px; height: 100%; background: #D8D8D8;
        position: absolute; top: 0; left: -12px;}
    #headerAreaTablet .right_menu .select_nation > a > span::after {content: ''; display: inline-block; width: 16px; height: 16px;
        background: url(../images/arrow_pp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 4px; right: -2px; transform: rotate(0); transition: all .1s;}
    #headerAreaTablet .right_menu .dropdown_menu {position: absolute; top: 42px; left: 0; z-index: 100;
        border-width: 0px 1px 1px 1px; border-color: #F2F2F2; border-style: solid; border-radius: 16px; overflow: hidden;}
    #headerAreaTablet .right_menu .dropdown_menu li {background: rgba(255, 255, 255, 0.9);}
    #headerAreaTablet .right_menu .dropdown_menu li.on a {background: #F4F4F4;}
    #headerAreaTablet .right_menu .dropdown_menu li:first-child {border-radius: 16px 16px 0 0;}
    #headerAreaTablet .right_menu .dropdown_menu li:last-child {border-radius: 0 0 16px 16px;}
    #headerAreaTablet .right_menu .dropdown_menu li:not(:last-child) {border-bottom: 1px solid #F2F2F2;}
    #headerAreaTablet .right_menu .dropdown_menu li a {display: block; padding: 8px 22px; background: #fff; text-align: center; white-space: nowrap;}
    #headerAreaTablet .right_menu .dropdown_menu li a img {padding-right: 10px;}
    #headerAreaTablet .right_menu .btn_close {height: 48px;}
    #headerAreaTablet .right_menu .btn_close a {display: inline-block; width: 24px; height: 24px; padding: 12px 0;
        background: url(../images/btn_close_mo.png) center no-repeat; background-size: contain;}

    .mobileAllMenu_bg {width: 100%; height: 100vh; background: rgba(46, 21, 102, 0.5); position: fixed; top: 0; left: 0; z-index: 999; display: none;}
    #tabletAllMenu .mobileAllMenu_inner {width: 45%; height: 100vh; overflow: scroll; background: #fff; position: fixed; top: 0; right: -100%; z-index: 1000;}
    #tabletAllMenu .mobileAllMenu_list {margin-bottom: 24px;}
    #tabletAllMenu .mobileAllMenu_list .mobileAllMenu_list_top .select_nation .dropdown_menu {top: 46px;}
    #tabletAllMenu .mobileAllMenu_list .depth1 h3 a {color: #2E1566; font-weight: 500; font-size: 17px; letter-spacing: -0.01em; display: block;
        box-shadow: inset 0px -1px 0px rgba(46, 21, 102, 0.15); padding: 18px 5%; box-sizing: border-box; position: relative;}
    #tabletAllMenu .mobileAllMenu_list .depth1 h3 a::after {content: ''; display: block; width: 12px; height: 12px; background-position: center; background-repeat: no-repeat;
        background-image: url(../images/arrow_pp_right_bold.png);  background-size: contain;  position: absolute; top: 50%; transform: translateY(-50%); right: 5%;}
    #tabletAllMenu .mobileAllMenu_list .depth1 h3 a.on::after {background-image: url(../images/arrow_lightpp_down.png);}
    #tabletAllMenu .mobileAllMenu_list .depth1 .dropdown_menu li > a {display: block; color: #2E1566; border-bottom: 1px solid #F2F2F2;
        background: rgba(227, 215, 255, 0.15); font-weight: 500; font-size: 14px; padding: 16px 5%; box-sizing: border-box; position: relative;}
    #tabletAllMenu .mobileAllMenu_list .depth1 .dropdown_menu li > a.on {color: #7435FF;}
    #tabletAllMenu .mobileAllMenu_list .depth1 .dropdown_menu li > a::after {content: 'HIT'; display: inline-block; background: #FEE500; color: #7435FF;
        border-radius: 4px; padding: 1px 2px; font-weight: 700; font-size: 10px; line-height: 13px; position: relative; right: 0; top: -1px; display: none;}	
    #tabletAllMenu .mobileAllMenu_list .depth1 .dropdown_menu li > a.badge::after {display: inline-block;}        
    /* hover */
    @media (hover:hover) {
        #tabletAllMenu .mobileAllMenu_list .dropdown_menu li a:hover {color: #8556E3;}
    }
    #tabletAllMenu .mobileAllMenu_list .dropdown_menu li a:active {color: #8556E3;}
    #tabletAllMenu .contact_us {margin-bottom: 24px;}
    #tabletAllMenu .contact_us ul {display: flex; align-items: center; justify-content: center; gap: 1%;}
    #tabletAllMenu .contact_us ul li {width: 29%;}
    #tabletAllMenu .contact_us ul li a {display: block; background: rgba(116, 53, 255, 0.05); text-align: center; padding: 12px 0;
        border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 4px; font-size: 11px; color: #2E1566; font-weight: 500; box-sizing: border-box;}
    #tabletAllMenu .contact_us ul li a span {display: block; width: 24px; height: 24px; margin: 0 auto 6px;
        background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% auto;}
    #tabletAllMenu .contact_us ul li:nth-of-type(1) a span {background-image: url(../images/btn_call.png);}
    #tabletAllMenu .contact_us ul li:nth-of-type(2) a span {background-image: url(../images/btn_kakao.png);}
    #tabletAllMenu .contact_us ul li:nth-of-type(3) a span {background-image: url(../images/btn_online.png);}
    #tabletAllMenu .slogan {background: #7435FF;}
    #tabletAllMenu .slogan p {font-weight: 700; font-size: 16px; line-height: 20px; letter-spacing: -0.04em; color: #FFFFFF; padding: 16px 5%;}
    #tabletAllMenu .member {padding: 12px 5%; margin-bottom: 145px;}
    #tabletAllMenu .member ul::before {content: ''; display: block; clear: both;}
    #tabletAllMenu .member ul li {float: left;}
    #tabletAllMenu .member ul li a {display: inline-block; padding: 12px 8px; color: #2E1566; font-weight: 500; font-size: 12px; position: relative;}
    #tabletAllMenu .member ul li a::after {content: ''; width: 1px; height: 9px; background: #2E1566; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
    #tabletAllMenu .member ul li:first-child a {padding-left: 0;}
    #tabletAllMenu .member ul li:last-child a::after {display: none;}


    /* footer */
    #footerArea {display: none;}
    #footerAreaMobile {display: block; background: #fff; border-top: none}
    #footerAreaMobile .footer_inner {padding: 60px 5% 250px;}
    #footerAreaMobile .footer_title {font-weight: 700; font-size: 16px;}
    #footerAreaMobile .tel {padding-bottom: 20px; border-bottom: 1px solid rgba(46, 21, 102, 0.05); margin-bottom: 20px;}
    #footerAreaMobile .tel .footer_title {margin-bottom: 4px;}
    #footerAreaMobile .tel p strong {font-family: 'Inter'; font-size: 24px; color: #8556E3;}
    #footerAreaMobile .map {margin-bottom: 60px;}
    #footerAreaMobile .map .footer_title {margin-bottom: 8px;}
    #footerAreaMobile .map p {font-size: 14px; line-height: 18px;}
    #footerAreaMobile .map > div {width:100%; height: 302px; background: #8556E3; border-radius: 8px; margin: 8px 0;}
    #footerAreaMobile .map .map_box {display: block; margin: 8px 0;}
    #footerAreaMobile .map .map_box > div {height: 302px !important; background-size: cover; background-position: center;}
    #footerAreaMobile .map ul {display: flex; flex-wrap: nowrap; justify-content: space-between;}
    #footerAreaMobile .map ul li {width: 33%;}
    #footerAreaMobile .map ul li a {display: block; font-size: 0; text-indent: -9999px; border: 1px solid #E2E2E2; border-radius: 8px; padding: 12px 30%;}
    #footerAreaMobile .map ul li a span {display: block; width: 100%; padding-top: calc(26/96*100%); background-position: center; background-size: contain; background-repeat: no-repeat;}
    #footerAreaMobile .map ul li:nth-child(1) a span {background-image: url(../images/icon_kakaomap.png?ver=1);}
    #footerAreaMobile .map ul li:nth-child(2) a span {background-image: url(../images/icon_navermap.png);}
    #footerAreaMobile .map ul li:nth-child(3) a span {background-image: url(../images/icon_tmap.png);}
    #footerAreaMobile .schedule {padding-bottom: 20px; border-bottom: 1px solid rgba(46, 21, 102, 0.05); margin-bottom: 20px;}
    #footerAreaMobile .schedule .footer_title {margin-bottom: 16px;}
    #footerAreaMobile .schedule ul {width: 80%; display: grid; grid-template-columns: repeat(3, 2fr);}
    #footerAreaMobile .schedule ul li dl {font-weight: 500; font-size: 14px; margin-bottom: 16px;}
    #footerAreaMobile .schedule ul li dl dt {display: inline-block; vertical-align: middle; width: 30px; height: 30px; line-height: 30px; padding: 0 8px;
        box-sizing: border-box; background: rgba(116, 53, 255, 0.05); border: 1px solid rgba(116, 53, 255, 0.05); border-radius: 50%;}
    #footerAreaMobile .schedule ul li dl dd {display: inline-block; letter-spacing: 1px; vertical-align: middle; padding-left: 6px;}
    #footerAreaMobile .schedule span {display: block; clear: both; font-size: 12px; margin-top: 8px;}
    #footerAreaMobile .sns ul {padding-bottom: 20px; border-bottom: 1px solid rgba(46, 21, 102, 0.05); margin-bottom: 20px; 
        display: flex; justify-content: flex-start; align-items: center;}
    #footerAreaMobile .sns ul li a {display: block; width: 40px; height: 40px; margin-right: 0.5rem;
        background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% auto;}
    #footerAreaMobile .sns ul li:nth-of-type(1) a {background-image: url(../images/icon_kakao.png);}
    #footerAreaMobile .sns ul li:nth-of-type(2) a {background-image: url(../images/icon_youtube.png);}
    #footerAreaMobile .sns ul li:nth-of-type(3) a {background-image: url(../images/icon_blog.png);}
    #footerAreaMobile .sns ul li:nth-of-type(4) a {background-image: url(../images/icon_insta.png);}
    #footerAreaMobile .copyright {padding-bottom: 20px; border-bottom: 1px solid rgba(46, 21, 102, 0.05); margin-bottom: 20px;}
    #footerAreaMobile .copyright ul::before {content: ''; display: block; clear: both;}
    #footerAreaMobile .copyright ul li {float: left; margin-bottom: 8px;}
    #footerAreaMobile .copyright ul li a {display: inline-block;padding: 0 24px;font-size: 16px;color: #2E1566;position: relative;}
    #footerAreaMobile .copyright ul li a::after {content: ''; display: block; width: 3px; height: 3px; border-radius: 50%; background: #2E1566;  
        position: absolute; top: 50%; transform: translateY(-50%); right: -1.5px;}
    #footerAreaMobile .copyright ul li:first-of-type a {padding-left: 0;}
    #footerAreaMobile .copyright ul li:last-of-type a::after {display: none;}
    #footerAreaMobile .copyright p:first-of-type {clear: both; font-size: 10px;}
    #footerAreaMobile .copyright p {font-size: 11px; line-height: 14px; color: rgba(46, 21, 102, 0.5); margin-bottom: 8px;}
    #footerAreaMobile .copyright p span{display:block;}
    #footerAreaMobile .family {width: 100%;}

    /* quick & top button */
    .quick {right: 5%;}
    .quick ul {border-radius: 12px; border: 2px solid rgba(46, 21, 102, 0.05);}
    .quick ul li {width: 92px;}
    .quick ul li:first-child {border-radius: 12px 12px 0 0;}
    .quick ul li:last-child {border-radius: 0 0 12px 12px;}
    .quick ul li a {padding: 12px 0;}
    .quick ul li a span {width: 40px; height: 40px; margin: 0 auto 4px;}

    .quick ul li:nth-child(1) a span {background-image: url(../images/icon_quick_calender_mo.png);}
    .quick ul li:nth-child(2) a span {background-image: url(../images/icon_quick_call_mo.png);}
    .quick ul li:nth-child(3) a span {background-image: url(../images/icon_quick_kakao_mo.png);}
    .quick ul li:nth-child(4) a span {background-image: url(../images/btn_top_pc_mo.png);}
    .quick ul li:nth-child(5) a span {width: 48px; height: 48px;}
    .quick ul li a p {font-size: 12px;}

    #footerAreaMobile .topMove.mo_ver {display: none;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    body {background: #fff;}
    .wrap {min-width: 375px;}
    /* header */
    #headerAreaTablet {display: none;}	
    #headerAreaMobile {display: block;}
    #headerAreaMobile .header_inner {background: rgba(255, 255, 255, 0.95); width: 100%; position:fixed; left: 50%; transform: translateX(-50%); top: 0; z-index: 100;
        box-shadow: 0px 1px 4px rgba(46, 21, 102, 0.15); /* backdrop-filter: blur(30px) saturate(2); -webkit-backdrop-filter: blur(30px); */ transition: all .2s;}		
    #headerAreaMobile .header_inner .header_inner_top {width: 100%; padding: 5.5px 5%; box-sizing: border-box;
        display: flex; justify-content: space-between; align-items: center;}		
    #headerAreaMobile .header_inner .header_inner_top .logo {width: 95px; height: 30px; margin: 9px 0;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu {display: flex; align-items: center; justify-content: space-between; gap: 4px;}
    #headerAreaMobile .mobileAllMenu_inner .mobileAllMenu_list_top {display: flex; align-items: center; justify-content: space-between; gap: 4px; padding: 0 5%;}		
    #headerAreaMobile .mobileAllMenu_inner .mobileAllMenu_list_top .home {display: block; width: 24px; height: 24px;
        background: url(../images/btn_home.png) center no-repeat; background-size: contain; text-indent: -9999px; font-size: 0; color: #fff;}
    #headerAreaMobile .right_menu .select_branch {position: relative;}
    #headerAreaMobile .right_menu .select_branch > a {display: inline-block; padding: 2px 12px 5px;
        border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
    #headerAreaMobile .right_menu .select_branch > a.on > span::after {transform: rotate(180deg);}
    #headerAreaMobile .right_menu .select_branch > a > span {display: inline-block; position: relative;
        font-weight: 500; font-size: 12px; color: #6A4A90; transform: skew(-0.1deg);}
    #headerAreaMobile .right_menu .select_branch > a > span::after {content: ''; display: inline-block; width: 12px; height: 12px; margin-left: 4px;
        background: url(../images/arrow_mpp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 3px; right: -2px; transform: rotate(0); transition: all .1s;}
    #headerAreaMobile .right_menu .select_branch > .branches {position: absolute; top: 34px; left: 50%; transform: translateX(-50%); z-index: 999;
        border-width: 1px; border-color:rgba(58, 27, 128, 0.15); border-style: solid; border-radius: 16px; display: none;}
    #headerAreaMobile .right_menu .select_branch > .branches li {background: rgba(255, 255, 255, 0.9);}
    #headerAreaMobile .right_menu .select_branch > .branches li.on {background: linear-gradient(0deg, #F2F2F2, #F2F2F2), #FFFFFF;}
    #headerAreaMobile .right_menu .select_branch > .branches li:first-child {border-radius: 16px 16px 0 0;}
    #headerAreaMobile .right_menu .select_branch > .branches li:last-child {border-radius: 0 0 16px 16px;}
    #headerAreaMobile .right_menu .select_branch > .branches li:not(:last-child) {border-bottom: 1px solid rgba(46, 21, 102, 0.15);}
    #headerAreaMobile .right_menu .select_branch > .branches li a {display: block; padding: 8px 22px; text-align: center; white-space: nowrap;}
    #headerAreaMobile .right_menu .select_branch > .branches li a span {color: #6A4A90; font-weight: 500; font-size: 12px; line-height: 18px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation {position: relative;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation img {width: 20px; height: 20px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation span {font-weight: 500; font-size: 12px; line-height: 18px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation > a {display: inline-block; padding: 2px 12px 5px; color: #6A4A90;
        /* background: #fff;  */border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation > a.on > span::after {transform: rotate(180deg);}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation > a > img {display: none;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation > a > span {display: inline-block; position: relative;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .select_nation > a > span::after {content: ''; display: inline-block; width: 12px; height: 12px; margin-left: 4px;
        background: url(../images/arrow_mpp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 2px; right: 0; transform: rotate(0); transition: all .1s;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu {position: absolute; top: 34px; left: 50%; z-index: 100; transform: translateX(-50%);
        border-width: 1px; border-color:rgba(58, 27, 128, 0.15); border-style: solid; border-radius: 16px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li {background: rgba(255, 255, 255, 0.9);}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li.on {background: linear-gradient(0deg, #F2F2F2, #F2F2F2), #FFFFFF;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li:first-child {border-radius: 16px 16px 0 0;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li:last-child {border-radius: 0 0 16px 16px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li:not(:last-child) {border-bottom: 1px solid rgba(46, 21, 102, 0.15);}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li a {display: block; padding: 8px 18px; text-align: center; white-space: nowrap;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .dropdown_menu li a span {font-size: 0; text-indent: -9999px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .all_menu {display: inline-block; width: 32px; height: 32px; 
        background: url(../images/menu_mo.png) right center no-repeat; background-size: contain;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .all_menu span {font-size: 0; color: #FFFFFF; text-indent: -9999px;}
    /* #headerAreaMobile .header_inner .header_inner_top .right_menu .menu_event {display: inline-block; font-weight: 500; font-size: 10px; color: #6A4A90;
        border-radius: 50%; padding: 9px; background: rgba(195, 182, 210, 0.1); border: 1px solid rgba(46, 21, 102, 0.15);}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .menu_event span {display: block; width: 17px; height: 15px; margin: 0 auto;
        background: url(../images/icon_flag.png) center top no-repeat; background-size: contain;} */

    #headerAreaMobile .header_inner .header_inner_bottom {padding: 0px 5%; justify-content: normal; align-items: center; border-top: 1px solid rgba(46, 21, 102, 0.15);}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb {overflow: hidden; position: relative; height: 43px;}		
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb .inner {position: absolute; top: 0; left: 0; z-index: 99;}
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul {display: flex; align-items: center; justify-content: center; 
        transform: translate(0px, 0px); transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1); transition-duration: 400ms; 
        white-space: nowrap;}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul li h3 { white-space: nowrap;}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul li h3 a {display: inline-block; font-weight: 500; font-size: 14px; padding: 12px; position: relative;}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul li h3 a::before {content: ''; display: block; width: 3px; height: 3px; border-radius: 50%; 
        background: #2E1566; position: absolute; top: 50%; transform: translateY(-50%); left: 0;}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul li:first-of-type h3 a {padding-left: 0;}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul li:first-of-type h3 a::before {display: none;}	
    #headerAreaMobile .header_inner .header_inner_bottom #mobileGnb ul li:last-of-type h3 a {padding-right: 0;} 
    #headerAreaMobile .mobile_menu {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 200; background: rgba(255, 255, 255, 1);
        box-shadow: 0px -1px 1px rgba(116, 53, 255, 0.15); display: block;} 
    #headerAreaMobile .mobile_menu ul {display: flex; align-items: center; justify-content: space-between;} 
    #headerAreaMobile .mobile_menu ul li {width: 25%; padding: 12px 0; } 
    #headerAreaMobile .mobile_menu ul li a {display: block; text-align: center; color: #2E1566; font-weight: 500; font-size: 11px;} 
    #headerAreaMobile .mobile_menu ul li a span {display: block; width: 24px; height: 24px; margin: 0 auto 6px;
        background-size: contain; background-position: 50% 50%; background-repeat: no-repeat;} 
    #headerAreaMobile .mobile_menu ul li:nth-of-type(1) a span {background-image: url(../images/btn_home.png);} 
    #headerAreaMobile .mobile_menu ul li:nth-of-type(2) a span {background-image: url(../images/btn_call.png);} 
    #headerAreaMobile .mobile_menu ul li:nth-of-type(3) a span {background-image: url(../images/btn_kakao.png);} 
    #headerAreaMobile .mobile_menu ul li:nth-of-type(4) {background: #69488E;} 
    #headerAreaMobile .mobile_menu ul li:nth-of-type(4) a {color: #fff;} 
    #headerAreaMobile .mobile_menu ul li:nth-of-type(4) a span {background-image: url(../images/btn_calender.png);}
    #headerAreaMobile .mobile_menu ul li:nth-of-type(5) a span {background-image: url(../images/btn_online.png);}

    #mobileAllMenu .mobileAllMenu_inner {width: 85%; height: 100vh; overflow: scroll; background: #fff; position: fixed; top: 0; right: -100%; z-index: 1000;}
    #mobileAllMenu .mobileAllMenu_list {margin-bottom: 24px;}
    #mobileAllMenu .mobileAllMenu_list .right_menu {display: flex; align-items: center; justify-content: space-between; gap: 4px;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .home {display: block; width: 24px; height: 24px;
        background: url(../images/btn_home.png) center no-repeat; background-size: contain; text-indent: -9999px; font-size: 0; color: #fff;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation {position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 10px;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation img {width: 20px; height: 20px;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation span {font-weight: 500; font-size: 12px; line-height: 18px; color: #6A4A90;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation > a {display: inline-block; padding: 2px 12px 5px;
        border: 1px solid rgba(58, 27, 128, 0.15); border-radius: 166px; vertical-align: middle; white-space: nowrap;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation > a.on > span::after {transform: rotate(180deg);}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation > a > img {display: none;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation > a > span {display: inline-block; position: relative; color: #6A4A90;}
    /* #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation > a > span::before {content: ''; display: block; width: 1px; height: 100%; background: #D8D8D8;
        position: absolute; top: 0; left: -12px;} */
    #mobileAllMenu .mobileAllMenu_list .right_menu .select_nation > a > span::after {content: ''; display: inline-block; width: 16px; height: 16px;
        background: url(../images/arrow_mpp_down_mo.png) center no-repeat; background-size: contain; position: relative; top: 4px; right: -2px; transform: rotate(0); transition: all .1s;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu {position: absolute; top: 42px; left: 0; z-index: 100;
        border-width: 1px; border-color: rgba(46, 21, 102, 0.15); border-style: solid; border-radius: 16px; overflow: hidden;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li {background: rgba(255, 255, 255, 0.9);}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li.on a {background: #F4F4F4;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li:first-child {border-radius: 16px 16px 0 0;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li:last-child {border-radius: 0 0 16px 16px;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li:not(:last-child) {border-bottom: 1px solid rgba(46, 21, 102, 0.15);}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li a {display: block; padding: 8px 18px; background: #fff; text-align: center; white-space: nowrap;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .dropdown_menu li a span {display: none;}
    #mobileAllMenu .mobileAllMenu_list .right_menu .btn_close {height: 48px; }
    #mobileAllMenu .mobileAllMenu_list .right_menu .btn_close a {display: inline-block; width: 24px; height: 24px; padding: 12px 0;
        background: url(../images/btn_close_mo.png) center no-repeat; background-size: contain;}
    #mobileAllMenu .mobileAllMenu_list h3 a {color: #2E1566; font-weight: 500; font-size: 17px; letter-spacing: -0.01em; display: block; 
        box-shadow: inset 0px -1px 0px rgba(46, 21, 102, 0.15); padding: 18px 5%; box-sizing: border-box; position: relative;}
    #mobileAllMenu .mobileAllMenu_list h3 a::after {content: ''; display: block; width: 12px; height: 12px; background-position: center; background-repeat: no-repeat;
        background-image: url(../images/arrow_pp_right_bold.png);  background-size: contain;  position: absolute; top: 50%; transform: translateY(-50%); right: 5%;}
    #mobileAllMenu .mobileAllMenu_list h3 a.on::after {background-image: url(../images/arrow_lightpp_down.png);}
    #mobileAllMenu .mobileAllMenu_list .dropdown_menu li a {display: block; color: #2E1566; border-bottom: 1px solid #F2F2F2;
        background: rgba(227, 215, 255, 0.15); font-weight: 500; font-size: 14px; padding: 16px 5%; box-sizing: border-box; position: relative;}
    #mobileAllMenu .mobileAllMenu_list .dropdown_menu li > a.on {color: #7435FF;}
    #mobileAllMenu .mobileAllMenu_list .dropdown_menu li > a::after {content: 'HIT'; display: inline-block; background: #FEE500; color: #7435FF;
        border-radius: 4px; padding: 1px 2px; font-weight: 700; font-size: 10px; line-height: 13px; position: relative; right: 0; top: -1px; display: none;}	
    #mobileAllMenu .mobileAllMenu_list .dropdown_menu li > a.badge::after {display: inline-block;}      
    /* hover */
    @media (hover:hover) {
        #mobileAllMenu .mobileAllMenu_list .dropdown_menu li a:hover {color: #8556E3;}
    }
    #mobileAllMenu .mobileAllMenu_list .dropdown_menu li a:active {color: #8556E3;}
    #mobileAllMenu .contact_us {margin-bottom: 24px;}
    #mobileAllMenu .contact_us ul {display: flex; align-items: center; justify-content: center; gap: 1%;}
    #mobileAllMenu .contact_us ul li {width: 29%;}
    #mobileAllMenu .contact_us ul li a {display: block; background: rgba(116, 53, 255, 0.05); text-align: center; padding: 12px 0;
        border: 1px solid rgba(46, 21, 102, 0.15); border-radius: 4px; font-size: 11px; color: #2E1566; font-weight: 500; box-sizing: border-box;}
    #mobileAllMenu .contact_us ul li a span {display: block; width: 24px; height: 24px; margin: 0 auto 6px;
        background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% auto;}
    #mobileAllMenu .contact_us ul li:nth-of-type(1) a span {background-image: url(../images/btn_call.png);}
    #mobileAllMenu .contact_us ul li:nth-of-type(2) a span {background-image: url(../images/btn_kakao.png);}
    #mobileAllMenu .contact_us ul li:nth-of-type(3) a span {background-image: url(../images/btn_online.png);}
    #mobileAllMenu .slogan {background: #7435FF;}
    #mobileAllMenu .slogan p {font-weight: 700; font-size: 16px; line-height: 20px; letter-spacing: -0.04em; color: #FFFFFF; padding: 16px 5%;}
    #mobileAllMenu .member {padding: 12px 5%; margin-bottom: 145px;}
    #mobileAllMenu .member ul::before {content: ''; display: block; clear: both;}
    #mobileAllMenu .member ul li {float: left;}
    #mobileAllMenu .member ul li a {display: inline-block; padding: 12px 8px; color: #2E1566; font-weight: 500; font-size: 12px; position: relative;}
    #mobileAllMenu .member ul li a::after {content: ''; width: 1px; height: 9px; background: #2E1566; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
    #mobileAllMenu .member ul li:first-child a {padding-left: 0;}
    #mobileAllMenu .member ul li:last-child a::after {display: none;}


    /* footer */
    #footerAreaMobile {background: #FFFFFF; border-top: 1px solid rgba(46, 21, 102, 0.15);}
    #footerAreaMobile .footer_inner {padding: 32px 5% 170px;}
    #footerAreaMobile .tel {padding-bottom: 0; border-bottom: 0; margin-bottom: 40px;}
    #footerAreaMobile .map {margin-bottom: 40px;}
    #footerAreaMobile .map .footer_title {margin-bottom: 8px;}
    #footerAreaMobile .map > div {height: 200px;}
    #footerAreaMobile .map .map_box > div {height: 200px !important;}
    #footerAreaMobile .map ul {display: flex; flex-wrap: nowrap; justify-content: space-between;}
    #footerAreaMobile .map ul li {width: 33%;}
    #footerAreaMobile .map ul li a {padding: 12px 15%;}
    #footerAreaMobile .schedule {padding-bottom: 0; border-bottom: 0; margin-bottom: 40px;}
    #footerAreaMobile .schedule ul {width: 90%; grid-template-columns: repeat(2, 3fr);}
    #footerAreaMobile .schedule ul li dl {margin-bottom: 6px;}
    #footerAreaMobile .sns ul {padding-bottom: 0; border-bottom: 0; margin-bottom: 40px; }
    #footerAreaMobile .copyright {padding-bottom: 0; border-bottom: 0; margin-bottom: 40px;}
    #footerAreaMobile .copyright ul li a {font-size: 10px; padding: 0 4px;}
    #footerAreaMobile .copyright p:first-of-type {font-size: 9px;}
    #footerAreaMobile .copyright p {font-size: 10px; }
    #footerAreaMobile .copyright ul li a::after {right: -2px;}    
    #footerAreaMobile .family > a span {background: url(../images/arrow_pp_down.png) center no-repeat;}

    /* quick & top button */
    .quick {display: none;}
    #footerAreaMobile .topMove.mo_ver {display: block;}
    #footerAreaMobile .topMove {position: fixed; bottom: 88px; right: 5%; z-index: 999; transition: all .2s; opacity: 0;}
    #footerAreaMobile .topMove.on {opacity: 1;}
    #footerAreaMobile .topMove.toppos {bottom: 250px;}
    #footerAreaMobile .topMove a {display: block; width: 60px; height: 60px; text-indent: -9999px; font-size: 0; color: rgba(255,255,255,0);
        background: url(../../common/images/btn_top.png) center no-repeat; background-size: contain;}
}
