@charset "utf-8";
@import url('//cdn.jsdelivr.net/gh/toss/tossface/dist/tossface.css');
@import url('//fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face{
	font-family:"Renogare";
	font-style:normal;font-weight:normal;
	src:url('Renogare.eot');
	src:url('Renogare.eot?#iefix') format('embedded-opentype'),
	url('Renogare.woff') format('woff'),
	url('Renogare.ttf') format('truetype');
	src:local('?'), url('Renogare.woff') format('woff');
}
body {
    color: #666666;
    font-family: 'Noto Sans KR','돋움',Dotum,'굴림',Gulim,Tossface,Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.ovh {overflow: hidden}
#container.sub {}
/* 팝업두개일때 수정 */
/* #popup {position:fixed; top:50px; left:50%; z-index:100000; width:700px; margin-left:-350px;}
#popup .btn_close {position:absolute; top:0; right:10px;}
#popup .bg{position:fixed; top:0; left:0; z-index:-1; width:3000px; height:100%; background:rgba(0,0,0,0.8); content:'';} */

#popup {position:fixed; top:0; bottom: 0; left:0; right:0; z-index:1000; width:100%; height: 100%; background:rgba(0,0,0,0.8);}
#popup .popupInner {position:absolute; top:50%; left:50%; width:auto; height: 74%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
#popup .popupInner .img {width: auto; height: 100%;}
#popup .btn_close {position: absolute; top: -75px; right: 10px; z-index: 1; cursor: pointer;}
#popup.big .btn_close {top: 0px; right: -70px;}	/* 태블릿 사이즈 이상 */

#wrap{width:720px;}

#header {position:fixed; top:0; left:0; width:100%; z-index:1000; max-width:720px;}
#header.fixed_top {top:-100px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}
body.includeTopBanner #header.fixed_top {top: -160px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}

#header .topBanner {position: relative;	top: 0;	left: 0; height: 60px; overflow: hidden; background: #fff;}
#header .topBanner .swiper-pagination-bullet-active { opacity: 1; background: #000; }
#header .topBanner .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 5px; }

.language {position:relative; z-index:9;}
.language .btn_lan {display:block; position:relative; z-index:3; padding-right:25px; font-size:16px; color:#6e6e6e; line-height:40px; text-align:right; background:#e5e5e5;}
.language .btn_lan:after {content:' ▼'}
.language div {position:absolute; top:-250px; left:0; right:0; padding:40px 20px; text-align:right; background:#fff; transition: top 0.4s ease; -webkit-transition: top 0.4s ease;}
.language ul {display:inline-block; text-align:left;}
.language ul a {display:inline-block; font-size:27px; color:#6e6e6e; line-height:52px;}
.language ul em {color:#000000;}
.language.open .btn_lan:after {content:' ▲'}
.language.open div {top:40px;}


.header_top {position:relative; height:100px; border-bottom:1px solid #c1c1c1; background:#fff;}
.header_top h1 {float:left; margin-left:25px;}
.header_top h1 img {position: relative; top: 19px;}

.top_util {/*position:absolute; top:0; right:0;float: right;*/position: relative; left: 20px; display: inline-block;}
.top_util .btn_close {position: absolute; right: 0; top: 0; z-index: 10; width: 96px; height: 96px; line-height: 96px; text-align: center; vertical-align: middle;}
.top_util .btn_close img {vertical-align: middle; margin-top: -4px;}
.top_util .tab {overflow:hidden; position:relative; top:31px; right:25px; width:auto;}
.top_util .tab li {float:left;}
.top_util .tab li+li {margin-left:35px;}
.top_util .tab.ver2 {
	right: 13px;
}
.top_util .tab.ver2 li {
	position:relative;
	margin: 0;
}
.top_util .tab.ver2 li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #d5d5d5;
	margin-top: -7px;
}
.top_util .tab.ver2 a {
	display: block;
	padding: 5px 11px;
	font-size: 18px;
	color: #000;
}
.top_util .tab.ver2 li.celling_day::before {
	background: transparent;
}
.top_util .tab.ver2 .celling_day a {
	border: 1px solid #e263a5;
	padding: 5px 17px;
}

/*Top ver2*/
.header_top.ver2 h1 {
    margin-left: 32px;
}
.header_top.ver2 h1 img {
	top: 32px;
    width: 224px;
}
.ver2 .top_util .tab {
    top: 17px;
    right: 6px;
    overflow: visible;
}
.ver2 .top_util .tab.ver2 .jijum_more a {
    width: 250px;
    height: 64px;
    line-height: 64px;
    margin: 0 18px 0 10px;
    padding: 0 0 0 18px;
    border-radius: 32px;
    border: 0;
    background-color: #f5f5f5;
    background-image: url(/include/common/m/img/head/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) 50%;
    background-size: 16px auto;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
    color: #848484;
}
.ver2 .top_util .tab.ver2 li:not(:last-child)::before {
    width: 2px;
    height: 12px;
    margin-top: -6px;
}
.ver2 .top_util .tab.ver2 li.jijum_more::before,
.ver2 .top_util .tab.ver2 li.noti_list::before{
    width: 0;
    height: 0;
}
.ver2 .top_util .tab.ver2 a {
    padding: 10px 11px;
    font-size: 20px;
    color: #9a9a9a;
}
.ver2 .top_util .noti_list {
    width: 189px;
    height: 44px;
    padding: 11px 8px;
    margin-right: 4px !important;
    border: 0;
    border-radius: 0;
    background-image: url(../images/common/ico_arrow02.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 55%;
    background-size: 12px auto;
    cursor: pointer;
    overflow: hidden;
}
.ver2 .top_util .noti_list .swiper-container {
    margin-left: 0;
}
.ver2 .top_util .noti_list .swiper-slide {
    color: #303030;
}
.lang {
    margin-top: -25px !important;
	margin-left: 10px;
}
.lang > em {
    position: relative;
    display: inline-block;
    width: 117px;
    height: 99px;
    line-height: 97px;
    background-color: #fff;
    background-image: url(../images/common/ico_lang.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 20px auto;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.75px;
    text-align: left;
    color: #303030;
    padding-left: 37px;
}
.lang > em::after {
	content: '';
	width: 10px;
	height: 6px;
	position: absolute;
    right: 15px;
	top: 50%;
    margin-top: -3px;
	background-image: url(../images/common/ico_arrow02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px auto;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.lang.on > em::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.lang > ul {
	display: none;
	position: absolute;
	top: 66px;
	width: 100%;
	margin: 0;
	border: solid 1px #cecece;
	background-color: #fff;
}
.lang > ul li {
    height: 60px;
    width: 100%;
}
.lang > ul li::before{
    width: 0 !important;
    height: 0 !important;
}
.lang > ul li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.75px;
    text-align: left;
    color: #303030 !important;
    padding: 0 0 0 20px !important;
    line-height: 60px !important;
}
.lang > ul li a:hover {
	background-color: #f6f6f6;
}

.top_util .cont {position:fixed; display: none; top:0; left:0; z-index:100; width:720px; height:618px; background:#fff; transition: right 0.4s ease; -webkit-transition: right 0.4s ease;}
.top_util .cont > h4 {line-height: 96px; font-size: 32px; font-weight: bold; text-align: center; color: #2a2a2a;}
.top_util dl {padding-top:215px;}
.top_util dt {display:none; margin-left:-100px; margin-bottom:45px;}
.top_util dt img {display:block;}
.top_util dt .on {display:none;}
.top_util dd {display:none; position:absolute; top:0; left:0;}
.top_util dt.on + dd {display:block; overflow-y: auto; width: 100%; height: 100%;}
.top_util dt.on .off {display:none;}
.top_util dt.on .on {display:block;}
.store_list {margin-top:120px; margin-left:73px;}
.store_list a {display:block; padding-left:40px; font-size:33px; color:#000000; line-height:70px; background:url('../images/common/ico_r.png') no-repeat 0 center;}
.store_list li.on a {background-image:url('../images/common/ico_r_on.png');}
.brand_list {margin-top:120px; margin-right:105px; text-align:right;}
.brand_list li {display:inline-block;}
.brand_list a {display:block; padding-right:72px; font-size:40px; color:#000000; line-height:135px; background:url('../images/common/ico_arr.png') no-repeat right center;}

.top_util.open .cont {display:block;}
.top_util.open dt {display:block;}


.header_bottom {height:78px; border-bottom:1px solid #c1c1c1; color:#000; background:#fff;}
.header_bottom .btn_menu {position: absolute; right: 0; /*float:left; */margin-right:28px; padding-left:45px; font-size:20px; line-height:77px; background:url('/include/common/m/img/head/ico_all.png') no-repeat 0 center; background-size: 36px auto;}
.header_bottom .btn_menu {font-size:0; color: transparent;}
.header_bottom .top_link {float:left; /*margin-left: 56px;*/}
.header_bottom .top_link a {position: relative; display:block; padding:0 18px; font-size:28px; line-height:77px; letter-spacing: -1px;}
.header_bottom .top_link li {float:left;}
.header_bottom .top_link li:first-child a {/*padding-left: 7px;*/margin-left: 15px;}
.header_bottom .top_link li.active a {
  font-size: 28px;
  font-weight: bold;
  color: #e876dd;
}
.header_bottom .top_link li.active a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 18px;
	width: calc(100% - 36px);
	height: 4px;
	background-color: #e876dd;
}
.header_bottom .top_link .event a {color: #f9538b}
/*.header_bottom .top_link .hipass {
	margin-right: 14px;
}
.header_bottom .top_link .hipass a {
	padding-right: 69px;
	background:url('../common/img/ico_new.png');
	background-size: 66px 34px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}*/
/*.header_bottom .top_link .clarnb a {
	padding-right: 71px;
	background:url('../common/img/ico_new.png');
	background-size: 66px 34px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}*/

#side_menu {position:fixed; top:0; left:-720px; z-index:101; width:720px; height:100%; background:#fff; transition: left 0.4s ease; -webkit-transition: left 0.4s ease;}
#side_menu .top {height:96px; line-height: 96px; background:#fff; font-size: 32px; font-weight: bold; text-align:center; color: #2a2a2a;}
#side_menu .btn_close {position:absolute; top:2px; right:30px;}
/*#side_menu .btn_member {display:inline-block; margin-left:30px; padding-left:57px; font-size:22px; color:#fff; line-height:108px; background:url('../images/common/ico_member.png') no-repeat 0 center;}*/
#side_menu .btn_member {
  display: block;
  width: calc(100% - 64px);
  height: 96px;
  line-height: 96px;
  margin: 24px auto;
  border-radius: 16px;
  border: solid 2px #ffdbfc;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #e876dd;
  box-sizing: border-box;
}
#side_menu .brand {height:65px; font-size:24px; line-height:65px; background:#f5f6f7;}
#side_menu .brand strong {float:left; margin-left:30px; margin-right:13px; font-weight:bold; color:#fc6c9e;}
#side_menu .brand ul {float:left; color:#000;}
#side_menu .brand li {float:left;}
#side_menu .brand li+li:before {content:'|';}
#side_menu .brand a {padding:0 17px;}

#gnb {position:absolute; top:245px; left:0; right:0; bottom:0; overflow-y:scroll;}
#gnb .gnb_menu > li > a {display:block; position:relative; padding-left:30px; font-size:28px; font-weight: 600; color:#2a2a2a; line-height:110px; background:#fff;}
#gnb .gnb_menu > li > a::before,
#gnb .gnb_menu > li > a::after {
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: 2px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    width: 24px;
    height: 3px;
    background: #2a2a2a;
}
#gnb .gnb_menu > li > a::before {
    opacity: 1;
    -moz-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    right: 38px;
    margin-top: 0;
}
#gnb .gnb_menu > li.on > a::before {
    opacity: 0;
}
#gnb .sub {display:none; padding:30px 0; background:#f9f9f9;}
#gnb .sub a {display:block; padding-left:60px; font-size:28px; font-weight: 500; color:#848484; line-height:80px;}
/*#gnb li.on > a {background-image:url('../images/common/ico_gnb_arr_on.png')}*/
#gnb li.on .sub {display:block;}


.gnb_menu_part2:not(.sub) > li {
  border-top: 1px solid #f5f5f5;
}
.gnb_menu_part2:not(.sub) > li:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.gnb_menu_part2 > li > a {
  display: block;
  padding: 60px 0 0 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #c0c6cc;
}
.gnb_menu_part2.sub > li > a {
  padding: 0;
}

#gnb .gnb_menu_part2 .sub {
	display: block;
	background: #fff;
}
#gnb .gnb_menu_part2 .sub a {
	display:block; padding-left:30px; font-size:28px; font-weight: 500; color:#2a2a2a; line-height:80px;
}

#gnb .gnb_menu_part2 .sub .dot a::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #e876dd;
    border-radius: 50%;
    margin-left: 10px;
    top: -22px;
}

#side_menu.open {left:0;}

.t_dimmed_bg {display:none; position:fixed; top:0; left:0; z-index:10; width:100%; height:100%; background:rgba(0,0,0,0.9);}


#qbtn {position:fixed; right:32px; bottom:130px; z-index:100;}
#qbtn img {display:block; margin-top:25px;}

#lnb {position:relative; z-index:10; width:660px; height:68px; margin:215px 30px 33px;}
body.includeTopBanner #lnb {margin-top: 213px;}

#lnb > ul {display:inline-block; width:100%; border:1px solid #c1c1c1;}
#lnb > ul > li {position:relative; float:left; width:50%;}
#lnb > ul > li.s02 {width:50%; border-left:1px solid #c1c1c1; display: inline-table; vertical-align: top; height: 66px;}
#lnb > ul > li > a {position:relative; display:block; padding-left:20px; font-size:23px; font-weight:500; color:#333333; line-height:1.2; background:#fff; letter-spacing: -1px;}
#lnb > ul > li > a:after {position:absolute; top:50%; right:20px; width:13px; height:7px; margin-top:-4px; background:url('/include/common/m/img/common/ico_lnb_arrow.png') no-repeat; background-size:100% auto; content:'';}
#lnb > ul > li.on > a:after {background-image:url('/include/common/m/img/common/ico_lnb_arrow.png');}
#lnb > ul > li.s01 > a {background:#faf9f7; line-height: 66px;}
#lnb > ul > li.s02 > a {display: table-cell; vertical-align: middle; padding-right: 57px;}
#lnb .sub {display:none; position:absolute; top:67px; left:-1px; right:-1px; padding:10px 0; border:1px solid #c1c1c1; border-top:0; background:#fff;}
#lnb .sub li {}
#lnb .sub a {display:block; position:relative; padding-left:22px; font-size:20px; font-weight:300; color:#353535; line-height:55px; background:#fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
#lnb .sub a:hover {color:#333; background:#faf9f7;}
#lnb li.s02 .sub a:hover {background:#faf9f7;}
#lnb .sub a:after {position:absolute; top:50%; right:12px; width:7px; height:11px; margin-top:-3px;}
#lnb li.on .sub {display:block;}

#main {position:relative; z-index:1;}


.sns_link {padding:35px 0; text-align:center; font-size:0;}
.sns_link li {display:inline-block; margin:0 13px;}

.footer_menu {overflow:hidden; border-top:1px solid #c1c1c1;}
.footer_menu li {float:left; width:33.33%; border-bottom:1px solid #c1c1c1; border-left:1px solid #c1c1c1;}
.footer_menu a {display:block; font-size:24px; color:#000000; line-height:90px; text-align:center;}
.footer_menu i.ico_down {display:inline-block; width:36px; height:26px; background:url('../images/common/ico_down.jpg');}

.footer_menu li.ver2 a {
	position: relative;
    height: 90px;
    line-height: 1.2;
    padding-right: 47px;
    padding-top: 18px;
}
.footer_menu li.ver2 i.ico_down {
    background: url(../images/common/ico_down.jpg);
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 20px;
}

.f_customer {overflow:hidden; padding:40px; font-size:36px; color:#fff; background:#717178;}
.f_customer p {float:left; line-height:46px;}
.f_customer b {font-family:"Renogare"; font-size:40px; font-weight:normal;}
.f_customer > a {float:right; width:150px; border:2px solid #adadad; border-radius:23px; font-size:24px; text-align:center; line-height:42px;}

#footer .fcont {padding:50px 0; text-align:center; font-size:27px; color:#000; line-height:31px; background:#f2f2f2;}
#footer .fcont h2 {margin-bottom:20px; font-family:"Renogare"; font-size:24px; font-weight:normal;}
#footer .fcont b {font-weight:bold;}
#footer .fcont .btxt {color:#bd9a31;}
#footer .t01 {padding-top:10px;}
.office {margin-top:60px; line-height:36px;}
.office > div {display:inline-block; text-align:left;}
.office dt {font-weight:bold; width:85px;}
.office dt, .office dd {display:inline-block;}



.footer_menu02 {margin:25px 0 20px; font-size:20px; color:#000000; line-height:40px; text-align:center;}
.footer_menu02 li {display:inline-block;}
.footer_menu02 a {display:block; padding:0 18px;}

address {padding-bottom:50px; font-size:16px; color:#878787; text-align:center; line-height:24px; font-style:normal; font-weight: 300;}
address .space {display:inline-block; width:15px;}
address .network_contact {margin-top: 17px; margin-bottom: 18px;}
address .network_contact .nt_link {position: relative; top: -1px; border: 1px solid #afafaf; font-size: 16px; color: #878787; padding: 1px 15px 1px 11px; margin-left: 10px;}
address .copyright {padding-top:10px; margin-top: 3px; font-size: 13px; color: #878787}

#intro_pop {position:fixed; top:120%; left:0; z-index:10000; width:720px; height:100%; transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}
#intro_pop.on {top:0;}
#intro_pop .btn_close {position:absolute; top:18px; right:18px; z-index:100;}
#intro_pop li {height:100%;}
#intro_pop li.s01 {background:url('../images/intro/intro01_bg01.jpg') no-repeat center; background-size:cover;}
/*

#intro_pop li.s02 {background:url('../images/intro/intro01_bg02.jpg') no-repeat center; background-size:cover;}
#intro_pop li.s03 {background:url('../images/intro/intro01_bg03.jpg') no-repeat top; background-size:100% auto;}
#intro_pop li.s04 {background:url('../images/intro/intro01_bg04.jpg') no-repeat top; background-size:100% auto;}
#intro_pop li.s05 {background:url('../images/intro/intro01_bg05.jpg') no-repeat top; background-size:100% auto;}
*/
#intro_pop li.s06 {background:#ce9fb5;}
#intro_pop li.s06 img {margin-top:12px;}
#intro_pop li.s06 div {position:absolute; top:50%; left:0; width:100%; text-align:center; margin-top:-430px;}
#intro_pop li.s06 div > img {margin-top:40px;}
#intro_pop li.s07 {background:#333333;}
#intro_pop li.s07 img {margin-top:15px;}
#intro_pop li.s07 div {position:absolute; top:50%; left:0; width:100%; text-align:center; margin-top:-430px;}
#intro_pop li.s07 div > img {margin:0 0 20px;}
#intro_pop li p {width:100%;}
#intro_pop li .txt01 {position:absolute; bottom:-70px;}
#intro_pop li .txt02 {position:absolute; top:50%; left:0; width:100%; transform: translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); text-align:center;}
#intro_pop li .txt03 {}
#intro_pop .bx-pager {bottom:45px; left:0; width:100%; z-index:1000; text-align:center;}
#intro_pop .bx-pager-item {display:inline-block; float:none;}
#intro_pop .bx-pager-item a {width:12px; height:12px; opacity:1; background:#ffffff;}
#intro_pop .bx-pager-item a.active {background:#f6a0b4;}


/* Top Ver2 */
#header .topBanner.ver2 * {
	font-family: 'Noto Sans KR', '돋음', sans-serif;
}
body.includeTopBanner #header.fixed_top {
    top: -100px;
}
#header .topBanner.ver2 .btn_close {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 24px;
    left: auto;
    margin-left: 0;
    z-index: 2;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -9px;
    text-indent: -999px;
    background: url(../../new/images/v3/common/pop_close03.png) no-repeat center;
    background-size: 19px;
}
#header .topBanner.ver2 {
    background: url(../images/common/m_top_banner_bg.jpg) no-repeat center;
}
#header .topBanner.ver2,
#header .topBanner.ver2 .swiper-container {
    height: 72px;
}
.topBanner.ver2 .swiper-slide {
    text-align: center;
	    visibility: hidden;

}
.topBanner.ver2 .swiper-slide.swiper-slide-active {
	visibility: visible;
}
.topBanner.ver2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.topBanner.ver2 .swiper-slide p {
    display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 72px;
    vertical-align: top;
	margin: 0 25px;
	letter-spacing: -2px;
}
.topBanner.ver2 .swiper-slide.swiper-slide-active p {
  animation-iteration-count: 3;
}
.topBanner.ver2 .swiper-slide p em {
	margin-right: 12px;
}
.topBanner.ver2 .swiper-slide img {
    position: relative;
	top: 8px;
	display: inline-block;
}

#hipass_popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
#hipass_popup .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

#hipass_popup .hipass_popup_inner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
#hipass_popup .hipass_popup_inner .btn-box {
	position: absolute;
    width: 720px;
	height: 143px;
    left: 0;
    right: 0;
    bottom: 0;
	background: #000;
}
#hipass_popup .hipass_popup_inner .btn-box button {
    height: 100%;
    padding: 0 38px;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'Noto Sans KR';
    font-size: 30px;
    font-weight: 500;
    color: #8d8d8d;
    letter-spacing: -1px;
}
#hipass_popup .hipass_popup_inner .btn-box button.close {
    position: absolute;
    right: 0;
    color: #fff;
}

#hipass_popup.main_intro .hipass_popup_inner .btn-box {
    background: #fff;
}
#hipass_popup.main_intro .hipass_popup_inner .btn-box button {
    color: #777;
}
#hipass_popup.main_intro .hipass_popup_inner .btn-box button.close {
    color: #000;
}

/* 상단 진료안내 팝업 */
.top_util .noti_list {
	width: 260px;
	height: 44px;
	padding: 8px;
	margin-right: 4px !important;
	border: 1px solid #ccc;
	border-radius: 30px;
	box-sizing: border-box;
	background-image: url(../images/common/ico_pop_arrow.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) 50%;
	background-size: 27px auto;
	cursor: pointer;
	overflow: hidden;
}
.top_util .noti_list .swiper-container {
	width: 200px;
	height: 25px;
	margin-top: -2px;
	margin-left: 9px;
}
.top_util .noti_list .swiper-slide {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#noti_pop {
	display: none;
	position: absolute;
	width: 384px;
	left: 164px;
	top: 172px;
	z-index: 103;
	cursor: pointer;
}
#noti_pop .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	margin: 0 5px;
	opacity: .5;
}
#noti_pop .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
#noti_pop .noti_pop_close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor:pointer;
}


/*** 2023년 3월 수정 ***/
/* Footer */
#bottom {
  width: 720px;
  padding: 35px 32px 200px;
  background-color: #f6f7f9;
}
#bottom .footerMenu li {
  display: inline-block;
  margin: 0 0 3px 36px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  color: #99a1a8;
}
#bottom .footerMenu li:nth-child(3n+1) {
  margin-left: 0;
}
#bottom .footerMenu li.ver2 {
  color: #e876dd;
  font-weight: 500;
}
#bottom .footerMenu li a {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 12px 0;
}
#bottom .snsLink {
    margin-top: 27px;
	margin-bottom: 25px;
}
#bottom .snsLink li {
  display: inline-block;
}
#bottom .snsLink li a {
  display: block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  margin: 0 12px 0 0;
  border: solid 2px #c0c6cc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 36px;
  font-size: 0;
  color: transparent;
}
#bottom .snsLink li.instagram a {
  background-image: url(/include/common/m/img/footer/ico_instagram.png);
}
#bottom .snsLink li.facebook a {
  background-image: url(/include/common/m/img/footer/ico_facebook.png);
}
#bottom .snsLink li.youtube a {
  background-image: url(/include/common/m/img/footer/ico_youtube.png);
  background-size: 40px auto;
}
#bottom .snsLink li.kakao a {
  background-image: url(/include/common/m/img/footer/ico_kakao.png);
  background-size: 40px auto;
}
#bottom .branchContact {
  overflow: hidden;
  clear: both;
  margin-bottom: 19px;
}
#bottom .branchContact li {
  float: left;
  position: relative;
}
#bottom .branchContact li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  width: 2px;
  height: 24px;
  background: #c9cdd2;
}
#bottom .branchContact li:last-child::after {
  width: 0;
  height: 0;
  background: transparent;
}
#bottom .branchContact li a {
  display: block;
  padding: 15px 20px 15px 37px;
  margin-right: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -1.4px;
  color: #757d86;
  background-image: url(/include/common/m/img/footer/ico_call.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 24px;
}
#bottom .branchContact li:last-child a {
  padding-right:0;
  margin-right: 0;
}
#bottom .branchInfo li {
  margin: 5px 0 0 0;
  font-size: 24px;
  line-height: 1.5;
  color: #99a1a8;
}
#bottom .branchEtc {
  overflow: hidden;
  margin: 31px auto;
}
#bottom .branchEtc li {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.5;
  color: #99a1a8;
}
#bottom .branchEtc li a {
  font-size: inherit;
  color: #e876dd;
}
#bottom .lang {
  position: relative;
  width: 400px;
  height: 88px;
  padding: 0 12px;
  margin: 46px 0 0 !important;
  border-radius: 16px;
  border: solid 2px #c0c6cc;
  background-color: #f6f7f9;
}
#bottom .lang.on {
  border-radius: 0 0 16px 16px;
}
#bottom .lang em {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
    line-height: 84px;
    background-color: transparent;
    background-image: url(/include/common/m/img/footer/ico_global.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 32px auto;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.43px;
    text-align: left;
    color: #757d86;
    padding-left: 68px;
}
#bottom .lang > em::after {
    content: '';
    width: 16px;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    background-image: url(/include/common/m/img/footer/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#bottom .lang > ul {
    display: none;
    position: absolute;
    top: auto;
    bottom: 83px;
    left: -1px;
    width: calc(100% + 2px);
    margin: 0;
    padding: 0 0 5px;
    border: solid 2px #c0c6cc;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
}
#bottom .lang > ul li {
    margin: 10px 0 0;
    height: 80px !important;
}
#bottom .lang > ul li a {
    height: 80px;
    line-height: 80px !important;
    font-size: 28px;
    font-weight: 500;
    color: #757d86 !important;
    text-align: center;
	padding: 0 !important;
}

.family_site .area1,
.family_site .area2 {
	float: left;
}
.family_site .area1 {
	width: 240px;
}
.family_site .area1 li {
	height: 106px;
	line-height: 106px;
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	color: #848484;
	padding-left: 32px;
}
.family_site .area1 li.active {
	color: #2a2a2a;
}
.family_site .area1 li[data-target="all"],
.family_site .area2 > li,
.family_site .area1 li b,
.family_site .area2 > li > em {
	display: none;
}

.family_site .area2 {
    width: calc(100% - 240px);
    height: 520px;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
}
.family_site .area2 > li.active {
	display: block;
}
.family_site .area2 > li a {
	height: 104px;
	line-height: 104px;
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	color: #848484;
	padding-left: 32px;
}
.family_site .area2 li li.active a {
	color: #2a2a2a;
}
.family_site .area2 li li a span br {
	display: inline-block;
	display:none !important;
	content: " ";
	padding: 0 2px;
}

.scrollTop {
    position: fixed;
    bottom: 130px;
    left: 624px;
    width: 80px;
    height: 80px;
    /*border: solid 1px #ccd0d1;*/
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
    background-image: url(/include/common/m/img/footer/ico_top_white.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.scrollTop.show {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.footerQuick_v2 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 720px;
	height: 112px;
	padding: 16px;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	background-color: rgba(255,255,255,0.7);
	z-index: 5;
	box-sizing: border-box;
}
.footerQuick_v2 ul {
	float: left;
	width: 480px;
	height: 80px;
	border-radius: 8px;
	border: solid 2px #e876dd;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.footerQuick_v2 li {
	float: left;
	display: inline-block;
	width: 50%;
	height: 77px;
	line-height: 77px;
	background-color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	color: #e876dd;
}
.footerQuick_v2 li:not(:first-child) {
	border-left: solid 2px #e876dd;
}
/*.footerQuick_v2 li.kakaoAdvice {
	width: 200px;
	background-color: #f9ca2d;
	margin-left: 12px;
}*/
.footerQuick_v2 li a {
	display: block;
}
.footerQuick_v2 .quickEvt {
	width: 200px;
	height: 80px;
	margin: 0 0 0 8px;
	border-radius: 8px;
	background-image: linear-gradient(112deg, #e876dd, #ff7053);
	font-family: 'Noto Sans KR';
	font-size: 26px;
	font-weight: 500;
	letter-spacing: normal;
	color: #fff;
}

/* 감사제용 스타일 */
.gratitude.footerQuick_v2 ul {
	border-color: #da2222;
}
.gratitude.footerQuick_v2 li {
	color: #da2222;
}
.gratitude.footerQuick_v2 li:not(:first-child) {
	border-left-color: #da2222;
}
.gratitude.footerQuick_v2 .quickEvt {
	background: #da2222;
}