@charset "utf-8";
/* 팝업두개일때 수정
#popup {position:absolute; top:50px; left:50%; z-index:100000; width:1200px; margin-left:-600px;}
#popup .btn_close {position:absolute; top:0; right:-30px;}
#popup .bg{position:fixed; top:0; left:0; z-index:-1; width:3000px; height:100%; background:rgba(0,0,0,0.8); content:'';}
*/
#top_banner {position:relative; width:1000px; margin:0 auto; background:url('../images/v3/common/top_banner_bg.jpg') no-repeat center;}
#top_banner img {display:block; margin-left:-500px;}
#top_banner .swiper-pagination-bullet-active {
    background: #000;
}
#top_banner .swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
}
/*#top_banner .btn_close {overflow:hidden; position:absolute; top:50%; right:0; width:15px; height:15px; margin-top:-7px; text-indent:-999px; background:url('../images/v3/common/pop_close01.png') no-repeat center;}*/
#top_banner .btn_close {overflow:hidden; position:absolute; top:50%; right:60px; width:46px; height:46px; margin-top:-24px; text-indent:-999px; background:url('../images/v3/common/pop_close02.png') no-repeat center;}

#popup {position:fixed; top:0; left:0; z-index:1000; width:100%; height: 100%; background:rgba(0,0,0,0.8);}
#popup .popupInner {position:absolute; top:50%; left:50%; width:1250px; height: 658px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
#popup .btn_close {position: absolute; top: 0; right: -45px; z-index: 1; cursor: pointer;}
/* #popup .bg{position:fixed; top:0; left:0; z-index:-1; width:3000px; height:100%; background:rgba(0,0,0,0.8); content:'';} */

#popup .swiper-container.gallery-thumbs {
	display: -webkit-flex; /* Safari */
	-webkit-flex-flow: row wrap; /* Safari 6.1+ */
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}
#popup .swiper-container.gallery-thumbs .swiper-slide {
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
	text-align: center;
	-webkit-ransition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#popup .swiper-container.gallery-thumbs .swiper-slide::before {
	content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 44px;
    background: #d9d9d9;
}
#popup .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	background: #f14a92;
	color: #fff;
}
#popup .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
	background: #f14a92;
}
#popup .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
	content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 44px;
	background: #f14a92;
	z-index: 1;
}

#popup .swiper-container {
	height: 100%;
}
#popup .swiper-pagination {
    display: -webkit-flex; /* Safari */
	-webkit-flex-flow: row wrap; /* Safari 6.1+ */
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
	bottom: 0;
}
#popup .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	width: 100%;
    height: 100%;
    border-radius: 0;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-ransition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
	margin: 0;
	background: #fff;
    opacity: 1;
}
#popup .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet > p {
    width: 100%;
    height: 100%;
    display: inline-table;
    vertical-align: top;
	padding: 0 3px;
}
#popup .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet > p > span {
    display: table-cell;
    line-height: 1.1;
    word-break: keep-all;
    vertical-align: middle;
}
#popup .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 44px;
    background: #d9d9d9;
}
#popup .swiper-pagination-bullet-active {
    background: #f14a92 !important;
    color: #fff;
}
#popup .swiper-pagination-bullet-active::before {
    background: #f14a92 !important;
}
#popup .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 44px;
    background: #f14a92;
    z-index: 1;
}

#consult_pop {overflow:hidden; position:absolute; top:250px; left:50px; z-index:1000; width:320px; padding:0 40px 30px; background:#ffe2f6;}
#consult_pop h2 {padding:48px 0 30px; text-align:center;}
#consult_pop .btn_close {position:absolute; top:12px; right:12px;}
#consult_pop .form_box {border-radius:5px; border:1px solid #cccccc; background:#ffffff;}
#consult_pop .form_box dl {overflow:hidden;}
#consult_pop .form_box dl+dl {border-top:1px solid #cccccc;}
#consult_pop .form_box dl dt {float:left; width:80px; padding-left:10px; line-height:33px;}
#consult_pop .form_box dl dd {margin-left:80px;}
#consult_pop .form_box input[type='text'] {width:150px; height:33px;}
#consult_pop .form_box select {border:0px; width:150px; height:33px;}
#consult_pop .form_box label, #consult_pop .form_box input[type='text'],#consult_pop .form_box select {font-size:13px; color:#999999;}
#consult_pop .form_box label.blind {position:absolute; top:0; left:-9999px;}
#consult_pop .submit {margin:11px 0;}
#consult_pop .agree {margin-right:-20px;}
#consult_pop .agree label {font-size:14px; color:#3c1e1e;}
#consult_pop .agree span {display:block; font-size:11px; color:#767474;}

#main_pop {display:none; position:fixed; top:0px; left:0px; z-index:100; width:100%; height:100%; background:rgba(0,0,0,0.5);}
#main_pop .pop{position:absolute; top:50%; left:50%; margin-left:-227px; margin-top:-310px;}
#main_pop .pop .btn_close{position:absolute; top:0px; left:453px;}


#wrap{overflow:hidden; width:100%; min-width:1200px;}

#header {position:relative; z-index:1000; background:#fff;}
#util_wrap {position:relative; z-index:10; height:37px; padding:0 50px; border-bottom:1px solid #c1c1c1;}
#site_link {overflow:hidden; margin:0 -21px 0 -14px;}
#site_link li {float:left;}
#site_link li a, #site_link li span {position:relative; display:block;  padding:0 21px 0 14px; font-size:14px; color:#000000; line-height:37px;}
#site_link li a:before, #site_link li span:before {position:absolute; top:50%; left:0; width:9px; height:9px; margin-top:-5px; border-radius:50%; -webkit-border-radius:50%; content:'';}
#site_link li.lifting a:before, #site_link li.lifting span:before {background:#8881d1;}
#site_link li.skin a:before, #site_link li.skin span:before {background:#44ded2;}
#site_link li.surgery a:before, #site_link li.surgery span:before {background:#68b0f9;}
#site_link li.smp a:before, #site_link li.smp span:before {background:#ffa11c;}


.util_menu {position:absolute; top:0; right:50px; height:38px;}
.util_menu > li {float:left; position:relative; padding:0px 14px; z-index:201;}
.util_menu > li a {display:block; font-size:14px; color:#8d8d8d; line-height:38px;}
li.family_site > a {padding-right:14px; background:url('../images/v3/ico_arrow01.png') no-repeat right 17px;}
li.family_site .sub {display:none; position:absolute; top:35px; left:9px; z-index:300; width:160px; padding:10px 0px; border:1px solid #8c8c8c; background:#fff;}
li.family_site:not(.dropDown):hover .sub {display:block;}
li.family_site .sub a {display:block; padding-left:18px; font-size:13px; color:#575757 !important; line-height:27px;}
li.family_site .sub li a:hover {color:#ff7bd5 !important;; text-decoration: underline !important;}

.header_top {position:relative; height:70px; text-align:center; border-bottom:1px solid #c1c1c1; z-index:9; background:rgba(255,255,255,1);}
.header_top .inwrap {display:inline-block;}
.header_top h1 {position:absolute; top:22px; left:50px; width:262px;}
.header_top h1 a {display:block; width:100%; height:25px; text-indent:-999px; background:url('../images/v3/logo.png?rand=1') no-repeat center; background-size:100% auto;}
.header_top .btn_menu {float:left; padding:0 20px 0 43px; line-height:68px; background:url('../images/v3/btn_menu.png') no-repeat left center; }
.header_top .btn_menu span {font-size:17px; color:#000000;}
.header_top .top_menu {float:left;}
.header_top .top_menu li {float:left;}
.header_top .top_menu li a {display:block; position:relative; font-size:18px; color:#000000; line-height:68px; font-weight:700;}
.header_top .top_menu li.event a {color: #f9538b}
.header_top .top_menu span {display:block;}
.header_top .top_menu .off {padding:0 20px;}
.header_top .top_menu .on {position:absolute; top:0; left:0; width:100%; font-weight:400; text-align:center; opacity:0; background:#fff; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.header_top .top_menu a:hover .on {opacity:1;}

#gnb {position:relative; z-index:10;}


#header.fixed_top .header_top {position:fixed; top:0; left:0; right:0;}
#header.fixed_top #util_wrap {display:none;}

#total_menu {display:none; position:absolute; top:70px; left:50%; width:100%; min-width:1000px; max-width:1100px; z-index:2; transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); background:#fff;}
#total_menu.on {top:70px;}
#total_menu .gnb_menu {text-align:left; padding:0 0 0 3%;}
#total_menu .gnb_menu > li {float:left; width:14.33%; height:600px; padding:35px 1% 35px 1.5%;}
#total_menu .gnb_menu > li > a {display:block; font-size:18px; color:#000000; line-height:1; font-weight:500; transition: color 0.3s ease;}
#total_menu .gnb_menu > li:hover > a {color:#fc6c9e;}
#total_menu .gnb_menu ul {padding-top:18px;}
#total_menu .gnb_menu .sub a {display:block; padding:6px 0; font-size:15px; color:#000000; line-height:20px; transition: color 0.3s ease;}
#total_menu .gnb_menu .sub a:hover {color:#fc6c9e;}
#total_menu .gnb_menu .last {width:14%; height:auto; padding-bottom:45px;}
#total_menu .gnb_menu .bg_gray {background:#f6f6f6; padding-bottom: 56px;}


.top_menu .best {display:none; position:absolute; top:70px; left:50%; width:170px; z-index:2; transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); background:#fff; border: 1px solid #c1c1c1; border-top: 0; text-align:left; padding:0 0 0 30px;}
.top_menu .best.on {top:70px;}
.top_menu .best > li {float:left; padding:35px 1% 35px 1.5%;}
.top_menu .best > li > a {display:block; font-size:18px; color:#000000; line-height:1; font-weight:500; transition: color 0.3s ease;}
.top_menu .best > li:hover > a {color:#fc6c9e;}
.top_menu .best ul {padding-top:18px;}
.top_menu .best .sub li {width: 100%;}
.top_menu .best .sub a {display:block; padding:6px 0; font-size:15px; font-weight: 300; color:#000000; line-height:20px; transition: color 0.3s ease;}
.top_menu .best .sub a:hover {color:#fc6c9e;}


#rquick {position:fixed; top:50%; right:0; z-index:100; width:49px; margin-top:-130px;}
#rquick li {position:relative; }
#rquick li a {display:block; position:relative; z-index:6;}
#rquick li a .on {position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition:opacity 0.4s ease; -webkit-transition:opacity 0.4s ease;}
#rquick li a:hover .on {opacity:1;}
#rquick .on_txt {display:inline-block; position:absolute; top:50%; left:79px; z-index:5; height:22px; min-width:70px; margin-top:-11px; font-size:12px; color:#ffffff; line-height:22px; text-align:center; background:#666666; transition:all 0.4s ease; -webkit-transition:all 0.4s ease;}
#rquick .on_txt:after {position:absolute; top:50%; right:-4px; width:4px; height:6px; margin-top:-3px; background:url('../images/v3/common/ico_arrow01.png') no-repeat center; content:'';}
#rquick li:hover .on_txt {left:-79px;}


/* lnb */
#lnb {position:relative; z-index:8; width:807px; height:60px; margin:48px auto 60px;}
#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;}
#lnb > ul > li > a {position:relative; display:block; padding-left:45px; font-size:18px; font-weight:500; color:#333333; line-height:58px; background:#fff;}
#lnb > ul > li > a:after {position:absolute; top:50%; right:45px; width:13px; height:7px; margin-top:-4px; background:url('../images/common/ico_lnb_arrow.png') no-repeat; background-size:100% auto; content:'';}
#lnb > ul > li.on > a:after {background-image:url('../images/common/ico_lnb_arrow.png');}
#lnb > ul > li.s01 > a {background:#faf9f7;}
#lnb .sub {display:none; position:absolute; top:59px; 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:45px; font-size:16px; color:#353535; line-height:50px; 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;}


#qconsult {position:fixed; right:13px; bottom:-70px; z-index:101;}
#txt_roll {position:absolute; right:0; bottom:0;}
#txt_roll .off_txt {position:absolute; top:0; left:0; z-index:10; width:46px; font-size:30px; font-weight:500; color:#fff; opacity:0; line-height:46px; text-align:center; -webkit-transition: all 0.45s ease 0.1s; transition: all 0.45s ease 0.1s;}
#txt_roll .box {overflow:hidden; width:170px; height:46px; border-radius:23px; font-size:15px; color:#fff; opacity:1; letter-spacing:-0.05em; line-height:46px; text-align:center; background:#fc6c9e; -webkit-transition: all 0.3s ease 0.5s; transition: all 0.3s ease 0.5s;}
#txt_roll .box a {display:block; line-height:47px;}
#txt_roll li {width:170px !important;}
#txt_roll.off .box {width:46px; color:#fc6c9e; background:#fc6c9e;}
#txt_roll.off .off_txt {opacity:1;}
#txt_roll a {line-height:46px;}
#qconsult_form {position:absolute; right:0; bottom:-700px; z-index:11; width:396px; border-radius:16px; -webkit-transition: all 0.45s ease; transition: all 0.45s ease;} /*  box-shadow:0 2px 5px rgba(0,0,0,0.4); */
#qconsult_form .btn_close {position:absolute; top:16px; right:16px;}
#qconsult_form .top {padding:28px 33px; border-radius:15px 15px 0 0; background:#fc6c9e;}
#qconsult_form .btn_wrap {margin-top:29px; font-size:0;}
#qconsult_form .btn_wrap a+a {margin-left:32px;}
#qconsult_form .fbox {padding:18px; background:#fff;}
#qconsult_form .timg {margin-bottom:30px;}
#qconsult_form input[type="text"] {width:100%; height:54px; margin-bottom:9px; border-radius:5px; border:1px solid #c1c1c1; padding:0 25px; font-size:16px; color:#878787;}
#qconsult_form .agree {padding:5px; font-size:14px; color:#000000;}
#qconsult.open #qconsult_form {bottom:0;}
#qconsult.open #txt_roll .box {width:46px; color:#fc6c9e;}


#footer{position:relative; z-index:2; background:#f7f6f9;}
.footer_cont {overflow:hidden; position:relative; width:95%; max-width:1200px; margin:0 auto; padding:40px 0; color:#000000;}
.footer_cont h2 {margin-bottom:10px; font-size:24px; font-family:'Renogare','Noto Sans KR','돋음', sans-serif;}
.location {float:left; width:35%; padding-right:20px;}
.location .t01 {font-size:18px;}
.location .t02 {padding:13px 0; font-size:20px; font-weight:500;}
.location .t02 b {color:#3171d3;}
.contact {float:left; width:20%;}
.contact p {font-size:24px;}
.office {float:left; width:27%;}
.office dl {font-size:18px;}
.office dt, .office dd {display:inline-block;}
.office dt {width:54px; font-weight:500;}
.office.ver2 dt {width:90px;}
.office p {padding-top:6px; font-size:14px;}
.fmenu {float:right; width:18%; text-align:right;}
.footer_menu {font-size:14px; line-height:29px;}
.footer_menu a {color:#878787; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer_menu a:hover {color:#000;}
.sns_link {overflow:hidden; float:right; margin-top:25px;}
.sns_link li {float:left; margin-left:28px;}

#footer address {border-top:1px solid #c1c1c1;}
#footer address > div {width:95%; max-width:1200px; margin:0 auto; padding:20px 0 30px; font-size:14px; color:#878787; line-height:29px; font-style:normal; letter-spacing:0;}
#footer address .space {display:inline-block; width:20px;}
#footer .network_contact {margin-top: 3px;}
#footer .network_contact a.nt_link {position: relative; top: -1px; border: 1px solid #afafaf; font-size: 12px; color: #878787; padding: 2px 12px 2px 8px; margin-left: 10px;}
#footer .network_contact a.tel {cursor: default; pointer-events: none;}
#footer .network_contact a.mail {font-size: 14px; border: 0; padding: 0; margin: 0;}
#footer .copyright {margin-top: 3px; font-size: 12px; color: #b5b5b5}


/* etc */
.after:after{display:block;clear:both;content:''}
.sound_only, .hidden_title{overflow:hidden; position:absolute; top:-500px; left:0px; font-size:0px;}

.btn_more {display:inline-block; width:115px; border:1px solid #e3e3e3; text-align:center; line-height:25px; background:#fff; transition:all 0.4s ease; -webkit-transition:all 0.4s ease;}
.btn_more:hover {border-color:#000;}



#intro_pop {position:fixed; bottom:-100%; left:0; z-index:100001; width:100%; height:100%; background:#fff;}
#intro_pop .btn_close {overflow:hidden; position:absolute; top:38px; right:23px; z-index:10; width:68px; height:68px; border-radius:50%; text-indent:-999px; background:url('../images/intro/btn_close.png') no-repeat center #c2cacc; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
#intro_pop .btn_close:hover {background-color:#f39eb4;}



#intro_pop .section {overflow:hidden; width:100%; height:100%;}
#intro_pop .section .img {overflow:hidden; height:100%; z-index:1; opacity:0; -webkit-transition: all 1s ease; transition: all 1s ease;}
#intro_pop .section.on .img.full {margin-left:-3%;}
#intro_pop .section.on .img {opacity:1;}
#intro_pop .section.on .txt img {margin:0; opacity:1;}

#intro_pop .cont_type01 .img.grid3 {overflow:hidden; width:100%; background:#dabcc2;}
#intro_pop .cont_type01 .img.grid3  p {float:left; width:33.3333%; height:100%; -webkit-transition: all 1s ease; transition: all 1s ease;}
#intro_pop .cont_type01.on .img.grid3  p {background-position:center top;}
#intro_pop .cont_type01 .txt {position:absolute; top:50%; left:50%; z-index:2;}
#intro_pop .cont_type01 .txt img {position:absolute; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type02 {background:#f6a0b4;}
#intro_pop .cont_type02 .img {position:absolute; top:0; left:55%; z-index:1; width:52.5%; background:right center no-repeat #f3d1d8; background-size:cover;}
#intro_pop .cont_type02 .img img {position:absolute; left:4.5%; bottom:0; opacity:0; max-width:90%; margin-bottom:6.9%; margin-left:50px; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type02 .cont {float:left; position:relative; z-index:5; width:55%; height:100%;}
#intro_pop .cont_type02 .cont img {position:absolute; top:50%; left:50%; max-width:90%; margin-top:50px; opacity:0; transform: translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type02.on .img {width:50%; margin:0; background-position:left center;}
#intro_pop .cont_type02.on .img img {margin-left:0px; opacity:1;}
#intro_pop .cont_type02.on .cont img {margin-top:0; opacity:1;}
#intro_pop .cont_type03 {opacity:0; background:#333333; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type03 .cont {position:absolute; top:50%; left:50%; width:90%; max-width:1320px; text-align:center; transform: translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
#intro_pop .cont_type03 img {display:block; margin:0 auto;}
#intro_pop .cont_type03 .txt01 {margin-left:50px; opacity:0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type03 .txt02 {margin-top:30px; margin-left:-50px; opacity:0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type03 ul {overflow:hidden; margin:67px auto 0;}
#intro_pop .cont_type03 li {float:left; width:33.33%; padding:0 16px; text-align:center;}
#intro_pop .cont_type03 img {max-width:100%;}
#intro_pop .cont_type03 a {display:inline-block; overflow:hidden; position:relative;}
#intro_pop .cont_type03 span {position:absolute; top:0; left:-10%; width:110%; height:100%; padding-top:40%; font-size:18px; color:#fff; text-align:center; opacity:0; background:url('../images/intro/intro01_arrow.png') center 40% no-repeat rgba(0,0,0,0.8); -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#intro_pop .cont_type03 a:hover span {width:120%; opacity:1;}
#intro_pop .cont_type03.on {opacity:1;}
#intro_pop .cont_type03.on .txt01 {opacity:1; margin:0;}
#intro_pop .cont_type03.on .txt02 {opacity:1; margin-left:0px;}


#intro_pop .section.s01 .img {background:url('../images/intro/intro01_bg01.jpg') center; background-size:cover;}
#intro_pop .section.s01 .txt01 {top:-297px; left:-105px; z-index:2; margin-left:-50px; opacity:0;}
#intro_pop .section.s01 .txt02 {top:-115px; left:89px; margin-left:50px; opacity:0;}
#intro_pop .section.s01 .txt03 {top:33px; left:94px; opacity:0;}

#intro_pop .section.s02 .img01 {background:url('../images/intro/intro01_bg0201.jpg') left top no-repeat; background-size:cover;}
#intro_pop .section.s02 .img02 {background:url('../images/intro/intro01_bg0202.jpg') left top no-repeat; background-size:cover;}
#intro_pop .section.s02 .img03 {background:url('../images/intro/intro01_bg0203.jpg') left top no-repeat; background-size:cover;}
#intro_pop .section.s02 .txt01 {top:-125px; left:-350px; margin-top:30px; opacity:0;}
#intro_pop .section.s02 .txt02 {top:48px; left:-477px; margin-top:30px; opacity:0;}



#intro_pop .section.s03 .img {background-image:url('../images/intro/intro01_bg03.jpg');}

#intro_pop .section.s04 .img {background-image:url('../images/intro/intro01_bg04.jpg');}

#intro_pop .section.s05 .img {background-image:url('../images/intro/intro01_bg05.jpg');}


/* 병원소개 수정 2019-11-07 */
.fp-section {
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    transition: all 0s ease !important;
}
#intro_pop .section.s01 .img {
    background: url(../images/intro/intro01_bg01_v2.jpg) center;
    background-size: cover;
}
#intro_pop .section.s01 .txt01 {
	top:-159px;
	left:302px;
	z-index:2;
	margin-left:-50px;
	opacity:0;
}
#intro_pop .section.s01 .txt02 {
	top:-83px;
	left:222px;
	margin-left:50px;
	opacity:0;
}
#intro_pop .section.s01 .txt03 {
	top:33px;
	left:171px;
	opacity:0;
}

#intro_pop .section.s02 .img {
    background: url(../images/intro/intro01_bg02_v2.jpg) center;
    background-size: cover;
}
#intro_pop .section.s02 .txt01 {
    top: -122px;
    left: -350px;
    margin-top: 0;
	margin-left: -50px;
    opacity: 0;
}
#intro_pop .section.s02 .txt02 {
    top: 48px;
    left: -299px;
    margin-top: 0;
	margin-left: 80px;
    opacity: 0;
}
#intro_pop .cont_type02 {
    background: #f0a9cd;
}
#intro_pop .cont_type02 .cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    margin-top: 50px;
    opacity: 0;
    -webkit-transform: translate(-48%, -50%);
    -moz-transform: translate(-48%, -50%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type02.s03 .cont img {
    -webkit-transform: translate(-42%, -50%);
    -moz-transform: translate(-42%, -50%);
}
#intro_pop .section.s03 .img {
	left: 53%;
	background-color: #f0a9cd;
    background-image: url(/include/common/img/intro/intro01_bg03_v3.jpg);
	background-position: -64px 50%;
}
#intro_pop .cont_type02.s04 {
    background: #9de0e0;
}
#intro_pop .section.s04 .img {
	left: 50%;
	background-color: #9de0e0;
    background-image: url(/include/common/img/intro/intro01_bg04_v3.jpg);
}
#intro_pop .cont_type02.s05 {
    background: #ebd169;
}
#intro_pop .section.s05 .img {
	left: 50%;
	background-color: #ebd169;
    background-image: url(/include/common/img/intro/intro01_bg05_v3.jpg);
}


#fp-nav {z-index:100005 !important;}
#fp-nav {opacity:1; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
#fp-nav.off {opacity:0;}


/* Top Ver2 */
#top_banner.ver2 .swiper-container {
	width: calc(100% - 60px);
    float: left;
}
#top_banner.ver2 .swiper-slide {
	width: auto;
	line-height: 72px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}
#top_banner.ver2 .swiper-slide > p {
	display: inline-block;
	vertical-align: top;
}
#top_banner.ver2 .swiper-slide.swiper-slide-active > p {
  animation-iteration-count: 3;
}
#top_banner.ver2 .swiper-slide > p em {
	margin-right: 10px;
}
#top_banner.ver2 .swiper-slide img {
	position: relative;
	/*top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-ransform: translateY(-50%);
	transform: translateY(-50%);*/
	top: 10px;
	display: inline-block;
	width: auto;
	margin: 0 60px;
}
#top_banner.ver2 .btn_close {
    right: 20px;
    left: auto;
    margin-left: 0;
    z-index: 2;
	overflow: hidden;
	width: 19px;
	height: 19px;
	margin-top: -9px;
	text-indent: -999px;
	background: url(../images/v3/common/pop_close03.png) no-repeat center;
}

/* Header Ver2 */
.ver2 .header_top {
    height: 108px;
}
.ver2 .header_top h1 {
	top: 36px;
    left: 40px;
    width: 180px;
}
.ver2 .header_top h1 a {
    height: 31px;
    /*background: url(../images/v3/logo2.png?rand=1) no-repeat center;*/
    background: url(/include/common/img/logo.png?rand=1) no-repeat center;
    background-size: 100% auto;
}
.ver2 .header_top .btn_menu {
    line-height: 106px;
}
.ver2 .header_top .top_menu li a {
	line-height: 106px;
	font-size: 20px;
	letter-spacing: 1px;
}
.ver2 #total_menu {
    top: 108px;
}
.ver2 #util_wrap {
	position: fixed;
	right: 0;
	width: 512px;
	height: 108px;
	padding: 0 50px;
	display: inline-block;
	border-bottom: 0;
}
#header.ver2.fixed_top #util_wrap {
	top: 0;
    display: inline-block;
}
.ver2 .util_menu {
    top: 37px;
	right: 27px;
}
.ver2 .util_menu > li {
    padding: 0px 12px;
}
.ver2 .util_menu > li a {
    line-height: 32px;
}
.ver2 .util_menu .lifting,
.ver2 .util_menu .surgery {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 3px;
}
.ver2 li.family_site > a {
    color: #000;
	padding-right: 27px;
    background: url(../images/v3/ico_arrow02.png) no-repeat right 7px;
}
.ver2 li.family_site .sub {
	top: 32px;
}
@media screen and (max-width: 1580px) {
	.ver2 .header_top {
	    height: 90px;
	}
	.ver2 .header_top h1 {
	    top: 29px;
	}
	.ver2 #total_menu {
	    top: 90px;
	}
	.ver2 .header_top .top_menu li a {
	    line-height: 88px;
	}
	.ver2 .header_top .btn_menu {
	    line-height: 88px;
	}
	.ver2 #util_wrap {
	    position: relative;
		top: 12px;
		width: auto;
	    height: 38px;
	    display: block;
	    float: none;
		border-bottom: 0;
	}
	#header.ver2.fixed_top #util_wrap {
	    display: none;
	}
	.ver2 .util_menu {
	    top: 2px;
	}
}
@media screen and (max-width: 1350px) {
	.ver2 .header_top .inwrap {
	    float: right;
	    margin-right: 27px;
	}
}
@media screen and (max-width: 1200px) {
	.header_top .inwrap {
		float: left;
		position: relative;
		width: 100%;
		min-width: 1200px;
	}
	#gnb {
		position: relative;
		z-index: 10;
		float: right;
	}
}

/* 장바구니 */
.ver2 .util_menu .cart {
	display: none;	/* 임시 설정 */
	margin-top: -8px;
	margin-right: 5px;
}
.ver2 .util_menu .cart a {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-indent: -99999px;
	background-image: url(../renew/images/sub/ico_cart_black.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px auto;
}
.ver2 .util_menu .cart .btn-cart span {
	text-indent: 0;
	position: absolute;
	top: 6px;
	right: -3px;
	display: inline-block;
	opacity: 0;
	background: #ff5b59;
	color: #fff;
	font-family: 'Roboto', 'Noto Sans KR', '돋움', Dotum, '굴림', Gulim, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -1px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 25px;
	text-align: center;
	padding: 0 4px;
}
.ver2 .util_menu .cart .btn-cart.is-visible span {
    opacity: 1;
}

/* 퀵메뉴 Ver2 */
#rquick.ver2 {
	width: 90px;
    margin-top: 0;
	-moz-transform: translateY(-50%);
	-webkit-ransform: translateY(-50%);
    transform: translateY(-50%);
}
#rquick.ver2 ul {
	border-bottom: 1px solid #e0e0e0;
}
#rquick.ver2 li {
	width: 90px;
	height: 96px;
	background: #fff;
}
#rquick.ver2 li.rquick_01 {
	background: url(../images/v3/common/rquick_bg.jpg);
    background-repeat: no-repeat;
	-moz-transition:background 0.4s ease;
	-webkit-transition:background 0.4s ease;
	transition:background 0.4s ease;
}
#rquick.ver2 li::before {
	content: '';
    width: 1px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
}
#rquick.ver2 li.rquick_01::before {
	border-left: 0;
}
#rquick.ver2 li::after {
	content: '';
	position: absolute;
	width: 77%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #e0e0e0;
}
#rquick.ver2 li:last-child::after {
	height: 0
}
#rquick.ver2 li.rquick_01::after {
	background: transparent;
}
/*#rquick.ver2 li:hover::after {
	background: transparent;
}*/
#rquick.ver2 li a {
    width: 100%;
    height: 100%;
}
#rquick.ver2 li span {
	display: inline-block;
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #7b7b7b;
}
#rquick.ver2 li span {
	margin-top: 2px;
	padding-top: 33px;
}
#rquick.ver2 li.rquick_01 span {
	color: #fff;
}
#rquick.ver2 li.rquick_02 span {
	padding-top: 31px;
}
#rquick.ver2 li.rquick_03 span,
#rquick.ver2 li.rquick_04 span {
	padding-top: 39px;
}
#rquick.ver2 li.rquick_05 span {
	padding-top: 45px;
}
/*#rquick.ver2 li:hover span {
	color: #fff;
}*/
#rquick.ver2 li span::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}
#rquick.ver2 li.rquick_01 span::before {
    width: 31px;
    height: 28px;
    background-image: url(../images/v3/common/rquick_01_v2.png);
    background-repeat: no-repeat;
	background-position: 50% -29px;
    background-position: 50% 0;
    background-size: 31px;
}
#rquick.ver2 li.rquick_02 span::before {
    width: 26px;
    height: 25px;
    background-image: url(../images/v3/common/rquick_02_v2.png);
    background-repeat: no-repeat;
    background-position: 50% -27px;
    background-size: 26px;
}
#rquick.ver2 li.rquick_03 span::before {
    width: 26px;
    height: 32px;
    background-image: url(../images/v3/common/rquick_03_v2.png);
    background-repeat: no-repeat;
    background-position: 50% -34px;
    background-size: 26px;
}
#rquick.ver2 li.rquick_04 span::before {
    width: 26px;
    height: 35px;
    background-image: url(../images/v3/common/rquick_04_v2.png);
    background-repeat: no-repeat;
    background-position: 50% -36px;
    background-size: 26px;
}
#rquick.ver2 li.rquick_05 span::before {
    width: 28px;
    height: 38px;
    background-image: url(../images/v3/common/rquick_05_v2.png);
    background-repeat: no-repeat;
    background-position: 50% -39px;
    background-size: 28px;
}
/*#rquick.ver2 li:hover span::before {
    background-position: 50% 0px;
}*/

/* PPEUM NETWORK 2020-01-02 */
.ver2 li.family_site.dropDown > a {
	background: none;
	font-weight: 400;
	padding-right: 25px;
}
.ver2 li.family_site.dropDown > a span {
	position: absolute;
    right: 0;
    top: 3px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #f9538b;
	border-radius: 50%;
}
.ver2 li.family_site.dropDown > a span::before,
.ver2 li.family_site.dropDown > a span::after {
	display: block;
	position: absolute;
	left: 8px;
	top: 7px;
	margin: 6px 6px 0 -1px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	content: '';
	width: 11px;
	height: 1px;
	background: #fff;
}
.ver2 li.family_site.dropDown > a span::before {
	opacity: 1;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ver2 li.family_site.dropDown.on > a span::before {
	opacity: 0;
}
.ver2 li.family_site.dropDown .sub {
	width: 200px;
    top: 71px;
	left: -6px;
    border: 0;
	padding: 0;
}
@media screen and (max-width: 1580px) {
	.ver2 li.family_site.dropDown .sub {
		top: 40px;
	}
}
.ver2 li.family_site.dropDown .sub > li:hover {
	cursor: pointer;
}
.ver2 li.family_site.dropDown .sub > li:not(:first-child) {
	border-top: 1px solid #fff;
}
.ver2 li.family_site.dropDown .sub li em {
	position: relative;
	width: 100%;
	height: 68px;
	line-height: 68px;
	display: block;
	background: #f9538b;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-left: 24px;
	letter-spacing: -1px;
}
.ver2 li.family_site.dropDown .sub li em::before,
.ver2 li.family_site.dropDown .sub li em::after {
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	-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: 1px;
	background: #fff;
}
.ver2 li.family_site.dropDown .sub li em::before {
	opacity: 1;
	-moz-transform: rotate(-90deg) translateY(-50%);
	-webkit-transform: rotate(-90deg) translateY(-50%);
	transform: rotate(-90deg) translateY(-50%);
}
.ver2 li.family_site.dropDown .sub li.on em {
	background: #c1c1c1;
}
.ver2 li.family_site.dropDown .sub li.on em::before {
	opacity: 0;
}
.ver2 li.family_site.dropDown .sub li > ul {
	display: none;
	padding: 11px 0;
	max-height: 390px;
    overflow: auto;
}
.ver2 li.family_site.dropDown .sub li > ul li a {
    line-height: 35px;
	font-size: 14px;
	color: #8d8d8d;
	padding-left: 24px;
}

/* 상단 진료안내 팝업 */
.util_menu .noti_list {
	width: 186px;
	height: 34px;
	padding: 8px;
	margin-right: 11px;
	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: 18px auto;
	cursor: pointer;
	overflow: hidden;
}
.util_menu .noti_list .swiper-container {
	width: 135px;
	height: 18px;
	margin-top: 6px;
	margin-left: 5px;
}
.util_menu .noti_list .swiper-slide {
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#noti_pop {
	display: none;
	position: fixed;
	width: 384px;
	right: 150px;
	top: 180px;
	z-index: 1000;
	cursor: pointer;
}
.fixed_top + #noti_pop {
	top: 108px;
}
#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;
}