@charset "utf-8";
/* 문자열설정 */
/* 폰트설정 */
@import url("../../fonts/Pretendard/Pretendard.css");
@import url('https://fonts.cdnfonts.com/css/lemon-milk');
@import url('https://fonts.cdnfonts.com/css/SUIT/SUIT.css');
/* font-family: 'LEMON MILK', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    color: var(--gray-color-1000);
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    background: #fff;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    overflow-x: hidden;
}



/* 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;
}

/* common */
:root {
    --primary-color: #64183C;
    --burgundy-color-100: #EFBDD5;
    --burgundy-color-200: #E694BB;
    --burgundy-color-500: #B52B6D;
    --burgundy-color-600: #8C2254;
    --secondary-gold-200: #E3B9A1;
    --gray-color-200: #DFE0E2;
    --gray-color-400: #AAADB0;
    --gray-color-500: #909498;
    --gray-color-600: #777C81;
    --gray-color-700: #5F6367;
    --gray-color-800: #474A4D;
    --gray-color-900: #2E3032;
    --gray-color-1000: #161718;
    --secondary-color:#F3E8E1;
}

.noto-serif {
    font-family: "Noto Serif KR", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    transform: skew(-0.1deg);
}

.underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#wrap::before {
    content: '';
    display: block;
    clear: both;
}

.logo {
    display: block;
    width: 170px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
}

/* header common area */
/* #headerAreaPc {
    position: relative;
} */

#headerAreaTablet {
    display: none;
    /* position: relative; */
}

#headerAreaMobile {
    display: none;
    /* position: relative; */
}

header{
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
}

#headerAreaPc .header_inner .header_inner_top {
    background: #fff;
    width: 100%;
    padding: 11px 6% 0;
    box-sizing: border-box;
    overflow: hidden;
}

#headerAreaPc .header_inner .header_inner_top a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: var(--gray-color-600);
    padding: 0 8px;
    vertical-align: middle;
}

#headerAreaPc .header_inner .header_inner_top .event_box {
    float: left;
}

#headerAreaPc .header_inner .header_inner_top .event_box a {
    padding: 0;
}

#headerAreaPc .header_inner .header_inner_top .login_box {
    float: right;
}

#headerAreaPc .header_inner .header_inner_top .login_box li {
    float: left;
    position: relative;
}

#headerAreaPc .header_inner .header_inner_top .login_box li:last-of-type:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #DFE0E2;
    vertical-align: middle;
}

#headerAreaPc .header_inner .header_inner_bottom {
    width: 100%;
    height: 70px;
    padding: 0 6%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_inner h1 a.logo {
    background-image: url(../images/cellting_logo_en.png);
}

#headerAreaPc .header_inner .header_inner_bottom #gnb {
    position: relative;
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/*#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 a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    transition: all .2s;
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3.on a {
    font-weight: 700;
    color: var(--primary-color);
}

@media (hover:hover) {
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a:hover {
        font-weight: 700;
        color: var(--primary-color);
    }
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, .98);
    position: fixed;
    top: 101px;
    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: 30px 2%;
    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: 100%;
    background: var(--gray-color-200);
    position: absolute;
    left: 0;
    top: 0;
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li:last-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: var(--gray-color-200);
    position: absolute;
    right: 0;
    top: 0
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gray-color-500);
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li.on h3 {
    color: var(--primary-color);
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a {
    display: block;
    color: var(--gray-color-1000);
    font-weight: 400;
    font-size: 16px;
    padding: 8px 0;
    transform: skew(-0.1deg);
    transition: all .2s;
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a::after {
    content: 'BEST';
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    width: 48px;
    height: 20px;
    margin-left: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: relative;
    right: 0;
    top: -2px;
    display: none;
}
#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a.new::after {
    content: 'NEW';
    color: var(--primary-color);
    background: var(--burgundy-color-200)
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a.badge_best::after {
    display: inline-block;
}

#headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a.on {
    color: var(--primary-color);
}

/* #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 h3 {
        color: var(--primary-color);
    }

    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a:hover {
        color: var(--primary-color);
    }

    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li a:hover span {
        border-bottom: 1px solid var(--primary-color);
    }
}

header .right_menu {
    display: flex;
    align-items: center;
    gap: 12px;
}

header .right_menu .select_branch {
    position: relative;
}

header .right_menu .select_branch>a {
    display: inline-block;
    padding: 0 16px;
    border-radius: 190px;
    border: 1px solid var(--primary-color);
    background: #fff;
    vertical-align: middle;
    white-space: nowrap;
}

header .right_menu .select_branch>a.on>span::after {
    transform: rotate(225deg);
}

header .right_menu .select_branch>a>span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 36px;
    height: 36px;
    color: var(--primary-color);
    transform: skew(-0.1deg);
    padding-right: 16px;
}

header .right_menu .select_branch>a>span::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    /*background: url(../images/arrow_down.svg) center no-repeat; */
    position: absolute;
    top: 50%;
    right: 0;
    border: 2px solid var(--primary-color);
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: all .1s;
}

header .right_menu .select_branch>.branches {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: #fff;
    padding: 8px 4px;
    display: none;
}

/*header .right_menu .select_branch > a.on + .branches{display: block;}*/
header .right_menu .select_branch>.branches li {
    background: #fff;
    border-radius: 8px;
}

header .right_menu .select_branch>.branches li:hover {
    background: #fff;
}

header .right_menu .select_branch>.branches li a {
    display: block;
    padding: 6.5px 0;
    text-align: center;
    white-space: nowrap;
}

header .right_menu .select_branch>.branches li a span {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -1px;
    color: var(--primary-color);
}

header .right_menu .select_branch>.branches li.on a span {
    border-bottom: 1px solid var(--primary-color);
}

/* 250404 header .right_menu .select_nation은 이미 js로 none 처리 되어 있어서 숨기려면 block 제거 */
header .right_menu .select_nation {
    position: relative;
    display: block !important;
}

header .right_menu .select_nation img {
    /* width: 20px; */
    height: 18px;
}

header .right_menu .select_nation span {
    font-family: 'LEMON MILK', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -1px;
    vertical-align: middle;
}

header .right_menu .select_nation>a {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border-radius: 200px;
    border: 1px solid #C5C7C9;
    background: #FAFAFA;
    vertical-align: middle;
    white-space: nowrap;
}

header .right_menu .select_nation>a.on>span::after {
    transform: rotate(225deg);
}

header .right_menu .select_nation>a>img {
    padding-right: 4px;
    vertical-align: sub;
}

header .right_menu .select_nation>a>span {
    display: inline-block;
    position: relative;
    font-weight: 300;
    vertical-align: initial;
    font-size: 14px;
    line-height: 20px;
    color: #29203B;
    transform: skew(-0.1deg);
    padding-right: 16px;
}

header .right_menu .select_nation>a>span::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    border: 2px solid var(--gray-color-1000);
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: all .1s;
}

header .right_menu .dropdown_menu {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 10px;
    border: 1px solid #C5C7C9;
    background: #FAFAFA;
    padding: 8px 1px;
    display: none;
}

header .right_menu .dropdown_menu li {
    background: #FAFAFA;
    border-radius: 8px;
}

header .right_menu .dropdown_menu li.on span {
    border-bottom: 1px solid var(--gray-color-1000);
}

header .right_menu .dropdown_menu li:hover {
    background: #DFE0E2
}

header .right_menu .dropdown_menu li a {
    display: block;
    padding: 8px 10px 8px 10px;
    white-space: nowrap;
}

header .right_menu .dropdown_menu li a img {
    padding-right: 10px;
}

header .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;
}




#footerArea {
    background: var(--primary-color);
    color: #fff;
}

.footer_inner {
    width: 100%;
    padding: 140px 12.66% 150px;
    box-sizing: border-box;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer_top>div {
    box-sizing: border-box;
}

.footer_left h3 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
}

.footer_top .footer_address>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 60px;
}

.footer_top .footer_title {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -1px;
    min-width: 90px;
}

.footer_top .footer_address .btn_tel a {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 50px;
    line-height: 1em;
    font-weight: 500;
    color: var(--secondary-gold-200);
}

.footer_top .footer_address .implant_label {
    display: inline-block;
    color: #001E3D;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    border-radius: 6px;
    background: #FFDA19;
    height: 36px;
    line-height: 36px;
    padding: 0 8.5px;
    margin-top: 16px;
}

.footer_top .footer_address .sns .footer_title i {
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.footer_top .footer_address .sns ul {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 300px;
}

.footer_top .footer_address .sns ul li {
    width: 20%;
}

.footer_top .footer_address .sns ul li a {
    display: block;
    width: 100%;
    padding-top: calc(62/62 * 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer_top .footer_address .sns ul li a.bottom_btn_kakao {
    background-image: url(../images/icon_kakao.png);
}

.footer_top .footer_address .sns ul li a.bottom_btn_youtube {
    background-image: url(../images/icon_youtube.png);
}

.footer_top .footer_address .sns ul li a.bottom_btn_instar {
    background-image: url(../images/icon_insta.png);
}

.footer_top .footer_address .sns ul li a.bottom_btn_blog {
    background-image: url(../images/icon_blog.png);
}


.footer_top .footer_address .schedule ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 24px;
    gap: 12px;
    font-size: 20px;
}

.footer_top .footer_address .schedule ul li:last-of-type {
    padding-bottom: 0;
}

.footer_top .footer_address .schedule ul li span {
    display: block;
}

.footer_top .footer_address .schedule ul li .schedule_week {
    font-weight: 700;
}

.footer_top .footer_address .schedule ul li .schedule_time {
    font-family: 'LEMON MILK', sans-serif;
    text-align: right;
    font-weight: 300;
}

.footer_top .footer_address .schedule .footer_badge {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
}


.footer_top .footer_map {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
}

.footer_top .footer_map .img_box img {
    max-width: 500px;
    border-radius: 10px;
}

.footer_top .footer_map .footer_map_txt {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
}

.footer_top .footer_map .footer_map_txt a {
    color: #fff;
}

.footer_top .footer_map ul.map_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    max-width: 500px;
}

.footer_top .footer_map ul li {
    width: 33%;
    position: relative;
}

.footer_top .footer_map ul li::before {}

.footer_top .footer_map ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 10px;
    color: var(--gray-color-1000);
    font-size: 18px;
}

.footer_top .footer_map ul li a span {
    display: block;
    width: 30px;
    height: 30px;
    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_map_naver.png);
}

.footer_top .footer_map ul li:nth-child(2) a span {
    background-image: url(../images/icon_map_kakao.png);
}

.footer_top .footer_map ul li:nth-child(3) a span {
    background-image: url(../images/icon_map_google.png);
}

.footer_top .footer_map .footer_map_txt .icon_box {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_go.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}

.footer_bottom::before {
    content: '';
    display: block;
    width: 150%;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.footer_bottom .footer_bottom_inner .btn_privacy {
    overflow: hidden;
    margin-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 40px;
}

.footer_bottom .footer_bottom_inner .btn_privacy li {
    position: relative;
}

.footer_bottom .footer_bottom_inner .btn_privacy li a {
    display: block;
    color: #fff;
}

.footer_bottom .footer_bottom_inner .btn_privacy li::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.footer_bottom .footer_bottom_inner .btn_privacy li:last-of-type::after {
    display: none;
}

.footer_bottom .footer_bottom_inner .main_info span {
    display: inline-block;
    padding: 0 13px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    opacity: 0.4;
}

.footer_bottom .footer_bottom_inner .main_info span:nth-of-type(1) {
    padding-left: 0;
}

.footer_bottom .footer_bottom_inner .copy_text {
    font-family: 'LEMON MILK', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
    margin-top: 1em;
    letter-spacing: 1px;
}

/* family site */
.family {
    width: 84%;
    position: relative;
}

.family .arrow {
    width: 100%;
    display: inline-block;
    color: #64183c;
    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: #64183c;
    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: 10%;
    right: 20px;
    z-index: 999;
	font-family: 'SUIT';
}

.quick ul {
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 10px;
}
.quick ul li{
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 16px 14px;
    width: 178px;
    box-sizing: border-box;
}
.quick ul li a {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    gap: 8px;
    justify-content:flex-start;
    align-items:center;
}

.quick ul li a span {
    display: block;
    width: 32px;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.quick ul li a p {
    font-weight: 600;
    font-size: 18px;
    color: var(--gray-color-1000);
    white-space: nowrap;
}

.quick ul li.top_area{
    width: 64px;
    height: 64px;
    border-radius: 100px;
    visibility:hidden; opacity:0;transition: all .2s;
}
.quick ul li.top_area.on{
     visibility:visible; opacity:1;
}
.quick ul li.top_area a{
    flex-direction: column;
    gap:0;
}
.quick ul li.top_area a span {
    width: 20px;
    padding-top: 20px;
}
.quick ul li a.topMove p {
    font-weight:400;
    font-family: 'Lemon Milk';
    font-size: 12px;
}

/* 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 .depth_first h3 a {font-size: 18px;text-align: center;padding: 21.5px 39px;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {padding-top: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%;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu {padding: 0;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .dropdown_menu li {padding: 32px 2%;}
    #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: 16px;padding: 10px 0;}
}


/* PC (해상도 1440px ~ 1540px) */@media screen and (max-width:1540px) {

    /* header */
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {margin: 0;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a::before {left: -2px;}
    #headerAreaPc .header_inner .header_inner_bottom .right_menu .select_branch>a>span {font-size: 14px;height: 30px;line-height: 30px;}
    #headerAreaPc .header_inner .header_inner_bottom .right_menu .select_nation>a {padding: 0 12px;height: 30px;line-height: 30px;}
    /* header site map */
    .site_map ul {padding: 34px 10% 68px;}

    /* footer */
    .footer_inner {padding: 60px 8% 220px;}
}

/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    /* header */
    #headerAreaPc .header_inner .header_inner_top {
        padding: 11px 5% 0;}
    #headerAreaPc .header_inner .header_inner_bottom {padding: 0 4%;}
    #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: 8px 0;}
    /* header site map */
    .site_map ul {padding: 34px 8% 68px;}
    /* footer */
    .footer_inner {padding: 60px 8% 220px;}
    .footer_top {flex-direction: column;gap: 50px;}

}
/* PC (해상도 1058px ~ 1130px) */
@media screen and (max-width:1130px) {

    /* header */
    #headerAreaPc .header_inner .header_inner_bottom {padding: 0 5%;}
    #headerAreaPc .header_inner .header_inner_bottom #gnb .depth_first h3 a {padding: 22.5px 32px;font-size: 16px;}
    #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;}
    header .header_inner .menu_open {display: block;}
    #headerAreaTablet .header_inner .header_inner_top {background: #fff;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.login_box {float: right;}
    #headerAreaTablet .header_inner .header_inner_top>ul.login_box li {float: left;position: relative;}
    #headerAreaTablet .header_inner .header_inner_top>ul.login_box li:last-of-type:before {content: '';display: block;width: 1px;height: 10px;background: #DFE0E2;position: absolute;left: 0;top: 3px;}
    #headerAreaTablet .header_inner .header_inner_top a {color: var(--gray-color-600);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;}
    header .header_inner .menu_open {float: right;width: 44px;height: 44px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
    #headerAreaTablet .right_menu {display: flex;align-items: center;justify-content: space-between;gap: 8px;}
    header .header_inner .menu_open span {display: block;width: 55%;height: 2px;background: #161718;margin-bottom: 6px;}
    header .header_inner .menu_open span:last-of-type {margin-bottom: 0;}
    header .header_inner .menu_open strong {font-weight: 600;}
    #headerAreaTablet .mobileAllMenu_inner .mobileAllMenu_list_top {display: flex;align-items: center;justify-content: space-between;gap: 8px;padding: 26px 5%;background: var(--primary-color);}
    header .mobileAllMenu_inner .mobileAllMenu_list_top .home {display: block;width: 24px;height: 24px;background: url(../images/btn_home_bk.png) center no-repeat;background-size: contain;text-indent: -9999px;font-size: 0;color: #fff;}
    header .mobileAllMenu_list_top .btn_close {height: 48px;}
    header .mobileAllMenu_list_top .btn_close a {display: inline-block;width: 20px;height: 20px;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;}
    .mobileAllMenu_inner {width: 45%;height: 100vh;overflow: scroll;background: #fff;position: fixed;top: 0;right: -100%;z-index: 1000;overflow: auto;}
    .mobileAllMenu_list {margin-bottom: 44px;}
    .mobileAllMenu_list .mobileAllMenu_list_top .select_nation .dropdown_menu {top: 46px;}
    .mobileAllMenu_list .depth1 h3 a {color: var(--gray-color-1000);font-weight: 500;font-size: 18px;letter-spacing: -0.01em;display: block;box-shadow: inset 0px -1px 0px rgba(46, 21, 102, 0.15);padding: 24px 5%;box-sizing: border-box;position: relative;}
    .mobileAllMenu_list .depth1 h3 a::after {
        content: '';display: block;width: 14px;height: 14px;background-position: center;background-repeat: no-repeat;background-image: url(../images/arrow_menu_down.png);background-size: contain;position: absolute;top: 50%;transform: translateY(-50%);right: 5%;
    }

    .mobileAllMenu_list .depth1 .dropdown_menu {padding: 10px 0;background: rgba(244, 210, 226, 0.20);}
    .mobileAllMenu_list .depth1 h3 a.on::after {background-image: url(../images/arrow_menu_up.png);}
    .mobileAllMenu_list .depth1 .dropdown_menu li a {display: block;color: var(--gray-color-1000);font-weight: 500;padding: 18px 5%;box-sizing: border-box;font-size: 18px;}
    .mobileAllMenu_list .depth1 .dropdown_menu li a.badge_best::after {display: inline-block;}
    .mobileAllMenu_list .depth1 .dropdown_menu li a::after {content: 'BEST';background: var(--primary-color);color: #fff;border-radius: 4px;width: 48px;height: 20px;margin-left: 4px;font-weight: 600;font-size: 14px;line-height: 20px;text-align: center;position: relative;right: 0;top: -2px;display: none;}
    .mobileAllMenu_list .depth1 .dropdown_menu li a.new::after {content: 'NEW';color: var(--primary-color);background: var(--burgundy-color-200);}
    /* hover */@media (hover:hover) {
        .mobileAllMenu_list .dropdown_menu li a:hover {
            color: var(--primary-color);
        }
    }

    .mobileAllMenu_list .dropdown_menu li a:active {
        color: var(--primary-color);}
    .contact_us {margin-bottom: 24px;}
    .contact_us ul {display: flex;align-items: center;justify-content: center;gap: 1%;}
    .contact_us ul li {width: 29%;}
    .contact_us ul li a {display: block;text-align: center;padding: 12px 0;border-radius: 4px;font-size: 16px;font-weight: 500;box-sizing: border-box;}
    .contact_us ul li a span {display: block;width: 60px;height: 60px;margin: 0 auto 10px;background-color: var(--primary-color);border-radius: 50%;background-position: 50% 50%;background-repeat: no-repeat;background-size: 32px;}
    .contact_us ul li:nth-of-type(1) a span {background-image: url(../images/btn_call_wht.png);}
    .contact_us ul li:nth-of-type(2) a span {background-image: url(../images/btn_kakao_wht.png);}
    .contact_us ul li:nth-of-type(3) a span {background-image: url(../images/btn_online_wht.png);}
    .slogan {background: #7435FF;}
    .slogan p {font-weight: 700;font-size: 16px;line-height: 20px;letter-spacing: -0.04em;color: #FFFFFF;padding: 16px 5%;}
    .mobileAllMenu_list_bottom {padding: 12px 5%;margin-bottom: 145px;text-align: center;}
    .member ul {display: flex;align-items: center;justify-content: center;}
    .member ul li a {display: inline-block;padding: 12px 8px;font-weight: 500;font-size: 16px;position: relative;color: #fff;/* vertical-align: middle; */line-height: 21px;}
    .member ul li a::after {
        content: '';width: 1px;height: 9px;background: rgba(255, 255, 255, .4);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
    .member ul li:last-child a::after {
        display: none;}
    .member ul li a.login::before {
        content: '';width: 21px;height: 21px;display: inline-block;background: url(../images/icon_login.svg) no-repeat 0 0;vertical-align: top;margin-right: 6px;}

    /* footer */
    /*#footerArea {display: none;}*/
    .footer_top .footer_address>div,
    .footer_top .footer_map .footer_map_txt {flex-direction: column;}
    .footer_top .footer_address {margin-top: 40px;}
    .footer_top .footer_map .img_box,
    .footer_top .footer_map ul li a span,
    .footer_bottom::before,.footer_bottom .footer_bottom_inner .btn_privacy li::after {display: none;}
    .footer_bottom {justify-content: flex-start;text-align: left;}
    .footer_top .footer_map ul li a {background: rgba(255, 255, 255, 0.10);color: #fff;border-radius: 999px;}
    .footer_bottom .footer_bottom_inner .main_info span {display: block;padding: 0;}
    .footer_bottom .footer_bottom_inner .copy_text {font-size: 10px;}
    /* quick & top button */
    .quick {transform: translateY(0);bottom: 145px;right: 0;}
    .quick ul {width: 70px;background: rgba(243, 232, 225, 0.80);border-radius: 20px 0 0 20px;box-sizing: border-box;padding: 10px 0;backdrop-filter: blur(5px);gap:0;}
    .quick ul li{background: transparent;width: 100%;padding: 0;}
    .quick ul li a {width: 100%;padding: 8px 5%;box-sizing: border-box;text-align: center;letter-spacing: -0.04em;font-weight: 600;font-size: 12px;color: var(--primary-color);flex-direction: column;gap: 4px}
    .quick ul li a p{font-size: 12px;}
    .quick ul li a span {background-repeat: no-repeat;background-position: center;background-size: contain}
    .quick ul li.top_area{width: 100%;height: 100%;    visibility:visible; opacity:1;}
}

/* 모바일 가로, 모바일 세로 (해상도 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 .right_menu .select_branch>a {display: inline-block;padding: 0 13px;border-radius: 190px;border: 1px solid var(--primary-color);background: #fff;vertical-align: middle;white-space: nowrap;}
    #headerAreaMobile .header_inner .right_menu .select_nation>a {display: inline-block;padding: 0 10px;height: 36px;line-height: 36px;border-radius: 200px;border: 1px solid #C5C7C9;background: #FAFAFA;vertical-align: middle;white-space: nowrap;}
    #headerAreaMobile{width: 100%;z-index: 100;box-shadow: 0px 1px 4px rgba(46, 21, 102, 0.15);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: 154px;margin: 9px 0;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu {display: flex;align-items: center;justify-content: space-between;gap: 4px;padding-left: 5px;}
    #headerAreaMobile .mobileAllMenu_inner .mobileAllMenu_list_top {display: flex;align-items: center;justify-content: space-between;gap: 4px;padding: 17px 5%;background: var(--primary-color);/* color:  #fff; */}
    #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: 14px;text-indent: -9999px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .all_menu {width: 30px;height: 30px;text-align: center;display: inline-flex;flex-direction: column;align-items: flex-end;justify-content: center;gap: 6px;}
    #headerAreaMobile .header_inner .header_inner_top .right_menu .all_menu span {display: block;width: 70%;height: 2px;background: var(--gray-color-1000);}
    #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);display: none;}
    #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: #64183c;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);display: block;min-width: 375px;}
    #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: var(--gray-color-1000);font-weight: 500;font-size: 11px;}
    #mobileAllMenu .mobileAllMenu_inner {width: 100%;}
    #headerAreaMobile .mobile_menu ul li a span {display: block;width: 32px;height: 32px;margin: 0 auto 5px;background-image: url(../images/icon_mobile_menu.png);background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;}
    #headerAreaMobile .mobile_menu ul li a span.icon_home {background-position: 0 0;}
    #headerAreaMobile .mobile_menu ul li a span.icon_comments {background-position: 0 -32px;}
    #headerAreaMobile .mobile_menu ul li a span.icon_desktop {background-position: 0 -64px;}
    #headerAreaMobile .mobile_menu ul li a span.icon_calendar {background-position: 0 -96px;}
    #headerAreaMobile .mobile_menu ul li a span.icon_phone {background-position: 0 -128px;}

    /* footer */
    .footer_inner {padding: 60px 6% 160px;}
    .footer_top {gap: 40px;}
    .footer_top .footer_address {margin-top: 0;}
    .footer_top, .footer_top .footer_address>div:last-of-type {margin-bottom: 0}
    .footer_bottom {padding-top: 50px;}

    .quick{bottom:170px; transition: all .2s ease;}
}

/* 2025010 추가*/

/* PC 에서만 보이도록 설정*/
.show-pc,
.hide-mobile {display: block;}

.show-mobile,
.show-tablet,
.hide-pc {display: none;}

@media screen and (max-width:1024px) {

    /* pc 1024px ~ */
    .hide-pc {
        display: block;
    }

    .show-pc {display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    /* Tablet 에서만 보이도록 설정*/
    .show-tablet {
        display: block;
    }

    .show-mobile {display: none;
    }
}
@media (max-width: 767px) {

    /* Mobile 에서만 보이도록 설정*/
    .show-mobile {
        display: block;}

    .show-tablet,
    .show-pc,
    .hide-mobile {display: none;}
}