@charset "utf-8";

/*
Nanum Gothic
Regular(400)
Bold(700)
ExtraBold(800)
background-color:#FFF;
*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

.queryloader__overlay {
	display: none !important;
}
body {
	z-index: 1;
	background-color: #f5f5f5;
	min-width: 640px;
	font-family: 'Nanum Gothic';
}

img.block {
	display: block;
	width: 100%;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.mb-hide {
	display: block !important;
}

.mb-show {
	display: none !important;
}

.tb-show {
	display: none !important;
}

.tb-show2 {
	display: none !important;
}

.pc-show {
	display: block !important;
}

.block {
	display: block !important;
}

.text-point {
	color: #9e425f;
}
.text-yellow {
	color: #f6ff00;
}

.mark {
	display: inline-block;
	margin-top: 5px;
	padding:5px 10px;
	color:#fff;
	background-color: #9e425f;
}
.video {
	position: relative;
	width: 100%;
}

.video:after {
	display: block;
	padding-top: 56%;
	content: '';
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.625em;
	color: #777;
	letter-spacing: -0.0625em;
	transform: translateX(120px);
}

#article>.section {
	padding: 40px 20px 80px;
}

#article .section-contents {
	margin: 40px auto 0;
	max-width: 1180px;
	letter-spacing: -0.05em;
}

#article.doctor-list .section-contents {
	margin-top: 80px;
}

#article.doctor-list .section-contents:first-child {
	margin-top: 40px;
}

.picture img {
	display: block;
	width: 100%;
}

.img-border img {
	border: 1px #ddd solid;
}

#container {
	background-color: #fff;
}

.dropdown {
    position: relative;
  }
  
  /* 초기 상태에서 드롭다운 메뉴를 숨김 */
  .dropdown-lang {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 1.3s ease, opacity 0.8s ease; /* 트랜지션 설정 */
    position: absolute;
    left: -13px;
    top: 25px;
    z-index: 10110;
  }
  
  /* 버튼 스타일링 */
  .dropdown-button {
    cursor: pointer;
  }
  
  /* 드롭다운 메뉴 아이템 스타일링 */
  .dropdown-lang li {
    padding: 10px;
  }
  
  /* 드롭다운 메뉴 아이템 링크 스타일링 */
  .dropdown-lang li a {
    color: #333;
    text-decoration: none;
  }
  
  /* 드롭다운 메뉴가 보여질 때 스타일링 */
  .dropdown-lang.active {
    visibility: visible;
    max-height: 200px; /* 최대 높이 설정 (원하는 값으로 조절) */
    opacity: 1;
    transition: max-height 5.3s ease, opacity 1.4s ease; /* 트랜지션 설정 */
  }

  .dropdown-lang li a img {
    width: 32px;
  }


#main-visual {}

/* #main-visual img.block {position:absolute;top:0;left:50%;margin-left:-910px;width:1820px;} */
.main-video-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 10000;
}
.main-video-wrap .video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%,-50%);
}
.main-video-wrap .video-container video {
	width: 100%;
}
.main-video-wrap .video-container .close {
	position: absolute;
	bottom: 100%;
	left: 100%;
	color:#fff;
	font-size: 50px;
}
#main-visual .swiper>li {
	width: 100%;
	overflow: hidden;
}

#main-visual .swiper>li a {
	display: block;
}

#main-visual .swiper>li img {
	width: 1820px;
	left: 50%;
	margin-left: -910px;
}

#main-visual .bx-controls:after {
	content: '';
	display: block;
	clear: both;
}

#main-visual .swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 25px;
	text-align: center;
	z-index: 100;
	font: 0/0 a;
}

#main-visual .bx-controls-direction a {
	position: absolute;
	bottom: 322px;
	margin-bottom: -27px;
	width: 28px;
	height: 53px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/icon-pack.png);
}

#main-visual .bx-controls-direction a.bx-prev {
	background-position: -280px 0;
	left: 20px;
}

#main-visual .bx-controls-direction a.bx-next {
	background-position: -320px 0;
	right: 20px;
}

#main-visual .bx-pager,
#main-visual .bx-controls-auto {
	display: inline-block;
	vertical-align: top;
}

#main-visual .bx-controls-auto-item {
	display: inline-block;
}

#main-visual .bx-controls-auto-item a {
	display: block;
}

#main-visual .bx-controls .bx-controls-auto .active {
	display: none;
}

#main-visual .bx-controls-auto a.bx-stop {
	padding: 0 4px;
	width: 20px;
	height: 14px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#main-visual .bx-controls-auto a.bx-stop:before {
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	border: 3px solid #fff;
	border-top: 0;
	border-bottom: 0;
}

#main-visual .bx-controls-auto a.bx-start {
	display: block;
	padding: 0 4px;
	width: 20px;
	height: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#main-visual .bx-controls-auto a.bx-start:before {
	content: '';
	display: block;
	border: 8px solid transparent;
	border-right: 0;
	border-left: 12px solid #fff;
}


#main-visual .swiper-pagination span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#main-visual .swiper-pagination [class*="active"] {
	background-color: #fff;
}

#main-visual .slideNav {
	position: static;
	bottom: 322px;
	width: 100%;
	z-index: 100;
}

#main-visual .slideNav span {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -27px;
	width: 28px;
	height: 53px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/icon-pack.png);
	cursor: pointer;
}

#main-visual .slideNav .slidePrev {
	background-position: -280px 0;
	left: 20px;
}

#main-visual .slideNav .slideNext {
	background-position: -320px 0;
	right: 20px;
}

.main-header {
	padding-top: 72px;
	font-style: italic;
	text-align: center;
}

.main-header:after {
	content: '';
	display: block;
	margin: 8px auto 0;
	width: 54px;
	height: 1px;
	background-color: #333;
}

.main-header small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.06em;
	color: #999;
}

.main-header span {
	display: block;
	font-family: 'Nanum Myeongjo';
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -0.06em;
	text-indent: -0.25em;
	color: #333;
}


#wrap {
	margin: 0 auto;
	padding-top: 135px;
	max-width: 1920px;
	overflow: hidden;
	font-family: 'Nanum Gothic';
}

#header {
	position: absolute;
	top: 0;
	width: 100%
}
.mini-site {
	display: inline-block;
	margin:0 auto;
	box-sizing: border-box;
	/* position: absolute;
	top: 10px;
	left: 30px; */
	background-color: #fff;
	z-index: 100;
}
.hgroup {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

.hgroup:after {
	content: '';
	display: block;
	clear: both;
}

.hgroup .head-section {
	max-width: 1200px;
	padding: 20px 0px;
	height: 75px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.hgroup .logo {
	background-repeat: no-repeat;
	background-image: url(../image/logo_160.png);
	background-position: 0 0;
}

.hgroup .logo a {
	display: block;
	width: 160px;
	height: 41px;
}

.hgroup .tel dt,
.hgroup .tel dd {
	display: inline-block;
	color: #6c6d6f;
}

.hgroup .tel dt {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: -0.3px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.hgroup .tel dt img {
	margin-right: 8px;
}

.hgroup .tel dt span:nth-child(2) {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.11;
    letter-spacing: -0.45px;
    text-align: left;
    color: #752e4a;
}

.hgroup .tel dt span:nth-child(3) {
    display: block;
    margin-left: 17px;
    font-family: Lato;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.64;
    letter-spacing: normal;
    text-align: left;
    color: #752e4a;
}

.hgroup .tel dt span:nth-child(3) b {
    font-weight: 900;
    color:#c4660b;
}

.hgroup .tel dd {
	margin-left: 8px;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: -0.3px;
	vertical-align: middle;
}

.hgroup .tel dd a {
	color: #333;
}

.hgroup .tel dd span {
	font-weight: 700;
	color: #9e425f;
}

.hgroup ._right {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    padding-right: 0px;
}

.hgroup ._right .call {
    display: none;
}

.login-util {
    display: flex;
}

.login-util>li {
	display: inline-block;
	float: left;
}

.login-util>li:last-child:after {
	display: none;
}

.login-util>li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: #ddd;
}

.login-util a {
	padding: 0 12px;
	display: inline-block;

    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.11;
    letter-spacing: -0.45px;
    text-align: center;
    color: #333;
}

.hgroup .sns-util {
    display: flex;
    align-items: center;
}

.hgroup .sns-util li {
	margin-left: 20px;
}

.hgroup .sns-util li:last-child {
    margin-right: 38px;
}

.hgroup .sns-util .naver-blog {
}

.hgroup .sns-util .facebook {
}

.hgroup .sns-util .kakao {
}

.hgroup .sns-util .you {
}

/* #nav {position:absolute;top:100px;left:0;width:100%;background-color:#9e425f;}
#nav .tb-hgroup {display:none;}
#nav .trigger {display:none;}
#nav .list .dp-section {width:100%;}
#nav .group {background-color:#fff;border-bottom:4px #9e425f solid;}
#nav .list {max-width:1140px;margin:0 auto;position:static;}
#nav .list:after {content:'';display:block;clear:both;}
#nav .list > li.dp1 {width:25%;float:left;}
#nav .list > li:first-child > a {border-left:1px #ddd solid;}
#nav .list > li > a {display:block;padding:16px 0;height:56px;text-align:center;font-size:18px;line-height:24px;letter-spacing:-0.5px;color:#333;border-right:1px #ddd solid;}
#nav .list > li > a:hover {background-color:#9e425f;color:#fff;}
 */

#nav {
    max-width: 1920px;
	background-color: #fff;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	z-index: 1000;
    width: 100%;
}

#nav:hover #gnb {
	display: flex;
}

#nav .tb-hgroup {
	display: none;
}

#nav .trigger {
	display: none;
}

#nav .group {
	z-index: 1200;
    background: #9e425f;
}

#nav .list {
	display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}

#nav .dp1>a {
	display: block;
    padding: 18px 0;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

#nav .dp1:hover>a {
	color: #fff;
	font-weight: 700;
	background-color: #9e425f;
}

#nav .dp1.on>a {
	color: #9e425f;
}

#nav .dp-section {
	display: none;
	position: relative;
	left: 0;
	width: 100%;
	height: 620px;
	background-color: #9e425f;
}

#nav .dp-section:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 1px;
	height: 585px;
	background-color: rgba(221, 221, 221, .2);
}

#nav .dp-section:after {
	content: '';
	display: block;
	clear: both;
}

#nav .dp-section.last-section:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	height: 420px;
	background-color: rgba(221, 221, 221, .2);
}

#nav .dp-section ul {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	padding: 20px 0;
}

#nav .dp2 {
	display: block;
}

#nav .dp2 a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
}

#nav .dp2>.dp2-section {
	display: none;
	padding: 9px 0;
	width: 218px;
	position: absolute;
	top: -10px;
	right: -210px;
	background-color: #802340;
	z-index: 200;
}

#nav .dp3 {
	display: block;
}

#nav .dp3 a {
	display: block;
	color: #fff;
	line-height: 36px;
	padding-left: 20px;
}

#nav .dp3 a:hover {
	text-decoration: none;
}

#nav .dp-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 27px;
	width: 7px;
	height: 14px;
	margin-top: -7px;
	background-image: url(../images/icon-pack.png);
	background-position: -240px -120px;
}

#gnb {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    border-bottom: 2px solid #752e4a;
    height: auto !important;
}

#gnb ._li {
    border-right: 1px solid #ececec;
    padding: 0;
    width: 100%;
}

#gnb ._li:first-child {
    border-left: 1px solid #ececec;
}

#gnb ._li ._menu {
    width: 450px;
    background-color: #fcfaf9;
    display: flex;
    justify-content: flex-end;
    padding: 60px 90px;
}

#gnb ._li ._menu a {
    font-family: 'Pretendard';
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.88px;
    text-align: left;
    color: #752e4a;
	position: relative;
}
/*
#gnb ._li ._menu a::before {
	position: absolute;
	content: '';
	height: 20px;
	width: 3px;
	background-color: #752e4a;
	left: -26px;
	top: 3px;
}
*/

#gnb .snb {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 450px);
    flex-direction: column;
    padding: 60px;
    background-color: #fff;
}

#gnb .snb ._box {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 49px;
}

#gnb .snb ._box:last-child {
    margin-bottom: 0;
}

#gnb .snb ._box div {
    width: 223px;
    padding-right: 20px;
}

#gnb .snb ._box .top-menu {
    width: 220px;
    padding-right: 0px;
}

#gnb .snb.-wrap {
    flex-wrap: wrap;
    display: initial;
    padding: 0;
    background: initial;
}

#gnb .top-menu {
    font-family: 'Pretendard';
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.72px;
    text-align: left;
    color: #333;
    display: block;
	margin-bottom: 5px;
}

#gnb .top-menu a {
	cursor: pointer;
    color: #333;
}

#gnb .top-menu a:visited {
    color: #333;
}

#gnb .top-menu a:hover {
    color: #333;
}

#gnb .top-menu a:active {
    color: #333;
}

#gnb .snb li {
    width: 100%;
}

#gnb .snb li a {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.68px;
    text-align: left;
    color: #6a6a6a;
    padding-left: 0px;
}

#gnb .snb li a:hover {
	color: #c4660b;
}

#footer {
	background-color: #fff;
	padding-top: 90px;
	border-bottom: 10px #9e425f solid;
}

#footer .go2top {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -95px;
	width: 190px;
	height: 60px;
	background-image: url(../images/icon-pack.png);
	background-position: 0 -120px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#footer .footer-util {
	font-size: 0;
	line-height: 0;
	padding-bottom: 17px;
	border-bottom: 1px #cccccb solid;
}

#footer .footer-util:after {
	content: '';
	display: block;
	clear: both;
}

#footer .footer-util>li {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}

#footer .footer-util>li.sitemap {
	float: right;
	position: relative;
	margin-top: -10px;
}
#footer .footer-util>li.sitemap:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content:'▼';
}

#footer .footer-util>li>p {
	width: 160px;
	padding:10px;
	border:1px solid #ddd;
}

#footer .footer-util>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	padding:5px 0;
	border:1px solid #ddd;
	border-top:none;
	background-color: #fff;
	z-index: 10;
}
#footer .footer-util>li>ul>li {
	padding:10px;
	box-sizing: border-box;
}

#footer .footer-util a {
	color: #333;
	padding: 0 10px;
}

#footer .footer-util a:hover {
	color: #9e425f;
}

#footer .footer-detail {
	padding-top: 24px;
	padding-bottom: 110px;
}

#footer .footer-detail .footer-logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 85px;
}

#footer .footer-detail .footer-logo a {
	display: block;
	width: 154px;
	height: 58px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo-pack.png);
	background-position: 0 -110px;
}

#footer .info {
	width: 640px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

#footer .info dt,
#footer .info dd {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
}

#footer .info dt:after {
	content: ':';
	margin: 0 5px;
}

#footer .info dd:after {
	content: '';
	display: inline-block;
	margin: 0 12px;
	width: 1px;
	height: 13px;
	background-color: #989898;
	vertical-align: middle;
}

#footer .info dd.tel:after {
	display: none;
}

#footer .info .tel {
	font-weight: 700;
}

#footer .info dd.tel {
	font-weight: 400;
}

#footer .footer-detail dd.hospital {
	font-weight: 700;
}

#footer .footer-detail dd.hospital:after,
#footer .footer-detail dd.name:after,
#footer .footer-detail dd.copy:after,
#footer .footer-detail dd.fax:after {
	display: none;
}

#footer .footer-detail dd.copy {
	margin-top: 5px;
}

#footer .foot-sns {
	position: absolute;
	right: -12px;
	bottom: 65px;
}

#footer .foot-sns:after {
	content: '';
	display: block;
	clear: both;
}

#footer .foot-sns>li {
	float: left;
	margin-left: 10px;
}

#footer .foot-sns a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/icon-pack.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#footer .foot-sns a.naver {
	background-position: 0 -300px;
}

#footer .foot-sns a.facebook {
	background-position: -60px -300px;
}

#footer .foot-sns a.plus {
	background-image: url('../images/main/icon_plus_footer.png');
	background-size: 101%;
}

#footer .foot-sns a.youtube {
	background-image: url('../images/icon_youtube_footer.png');
	background-size: 100%;
}

.footer {
    width: 100%;
    background-color: #fff;
    padding-top: 100px;
}

.footer ._top {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

._fnb {
    width: 1440px;
    margin: 0 auto;
    padding: 23px 30px 20px 30px;
    display: flex;
}

._fnb li a {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: left;
    color: #333;
    margin-right: 50px;
}

.footer ._bottom {
    padding: 47px 30px;
    height: 265px;
    background-color: #f7f7f7;
}

.footer ._bottom ._wrap { 
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer ._bottom ._wrap ._left {
    display: flex;
    flex-direction: column;
}

.footer ._bottom ._wrap ._left ._txt {
    margin-top: 29px;
}

.footer ._bottom ._wrap ._left ._txt span {
    font-family: 'Pretendard';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.76;
    letter-spacing: -0.43px;
    text-align: left;
    color: #333;
    position: relative;
    margin-right: 27px;
}

.footer ._bottom ._wrap ._txt span.after:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -15px;
    width: 1px;
    height: 14px;
    background-color: #d8d8d8;
}

.footer ._bottom ._wrap ._right {
    width: 210px;
}

.footer ._bottom ._wrap ._right .foot-sns {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    align-items: center;
}

.footer ._bottom ._right .sitemap ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	padding:5px 0;
	border:1px solid #ddd;
	border-top:none;
	background-color: #fff;
	z-index: 10;
}

.footer ._bottom ._right .sitemap ul li {
	padding:10px;
	box-sizing: border-box;
}

.footer ._bottom ._right .sitemap ul li a {
    color: #333;
}

.footer ._bottom ._right .sitemap p {
    width: 210px;
    border: 1px solid #ddd;
    background: #fff;
    color: #ababab;
    font-size: 18px;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 26px;
}

.footer ._bottom ._right .sitemap {
	float: right;
	position: relative;
	margin-top: 25px;
}
.footer ._bottom ._right .sitemap:after {
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	content: url( "../image/arrow-down-15.png" );
}

/* location */
#location {
	display: none;
	background-color: #9e425f;
	padding: 0 1.25em;
	border-bottom: 1px #ddd solid;
	z-index: 12;
}

#location>.section {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	width: 100%;
	transform: translateX(0);
}

#location>.section>.home {
	float: left;
	padding-right: 7px;
}

#location>.section>.home a {
	display: block;
	width: 38px;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#location>.section>.home a:before {
	font-family: 'material-icons';
	content: '\e88a';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	width: 1em;
	font-size: 1.25em;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-indent: -1px;
}

#location>.section>.home:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background-color: #fff;
}

#location>.section>.depth {
	float: left;
	height: 60px;
}

#location>.section>.depth>a {
	display: block;
	padding: 20px 60px 20px 28px;
	min-width: 200px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

#location>.section>.depth>a:after {
	font-family: 'material-icons';
	content: '\e313';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -0.5625em;
	width: 1em;
	height: 1em;
	font-size: 1.25em;
}

#location>.section>.depth span:not(.normal) {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#location>.section>.depth .dp-section {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: calc(100% + 2px);
	z-index: 100;
	border-bottom: 1px #ddd solid;
}

#location>.section>.depth .dp-section>li>a {
	display: block;
	width: 100%;
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}

#location>.section>.depth .dp-section>li>a:hover {
	background-color: #9e425f;
}

#location>.section>.depth .dp-section>li>a:hover span {
	color: #fff;
}

#location>.section>.depth .dp-section>li>a span {
	display: block;
	padding: 11px 18px;
	font-size: 14px;
	line-height: 22px;
	color: #777;
}

#location>.section>.depth:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.4375em;
	width: 1px;
	height: 0.875em;
	background-color: #fff;
}

#location>.section:after {
	content: '';
	display: block;
	clear: both;
}

#location>.section>.depth .dp2-section {
	display: none;
}

#location>.section>.depth .dp2-section {
	position: relative;
	top: 100%;
	left: 0px;
	width: 100%;
	z-index: 100;
	border-bottom: 1px #ddd solid;
}

#location>.section>.depth .dp2-section>li>a {
	display: block;
	width: 100%;
	background-color: #9e425f;
}

#location>.section>.depth .dp2-section>li>a > span {
	display: block;
	padding: 11px 18px 11px 40px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}


/* location_new */
#location_new {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	max-width: 1140px;
	transform: translateX(-50%);
	z-index: 10;
}
.member #location_new {
	top:65px;
}
#location_new .box {
	float: left;
	width: 200px;
	margin-left: -20px;
	padding:20px;
	box-sizing: content-box;
    margin-top: 54px;
	/* background-color: #fff; */
}
#location_new .box .title {
	font-size: 26.5px;
	font-weight: 800;
	letter-spacing: -3.98px;
	text-align: left;
	color: #9e425f;
}
#location_new .box .title .normal {
	display: inline-block;
	margin-right: 6px;
	font-weight: 400;
}
#location_new .loc_list {
	margin-top: 20px;
	background-color: #fff;
}
#location_new .loc_list li {
	border-bottom:1px solid #ccc;
}
#location_new .loc_list li>a {
	display: block;
	padding:14px;
	color:#333;
	font-size: 15px;
	font-weight: bold;
}
#location_new .loc_list li.current {
	background-color: #9e425f;
}
#location_new .loc_list li.current>a {
	color:#fff;
    cursor: pointer;
}


/* subQuick */
#subQuick {
	position: fixed;
	bottom: 62px;
	left: 51%;
	width: 100%;
	max-width: 1140px;
	transform: translateX(-50%);
	z-index: 10;
}
#subQuick > a:first-child {
    bottom: 300px;
	position: absolute;
	left: calc(100% + 30px);
}
#subQuick > a:nth-child(2) {
    bottom: 150px;
	position: absolute;
	left: calc(100% + 30px);
}
#subQuick > a:nth-child(3) {
    bottom: 0px;
	position: absolute;
	left: calc(100% + 30px);
}
#subQuick > a > img {
	width: 88px;
}

/* 둘러보기 */

.explore-slider .caption {
	display: table;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, .5);
}

.explore-slider .caption p {
	display: table-cell;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -1.2px;
	text-align: center;
	vertical-align: middle;
}

.explore-slider .bx-controls,
.explore-slider .bx-controls-direction {
	position: static;
}

.explore-slider .bx-controls a {
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.explore-slider .bx-prev {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.explore-slider .bx-next {
	right: 0;
	background-color: rgba(0, 0, 0, .5);
}

.explore-slider .bx-controls a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -19px;
	width: 38px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url(/public/images/icon-pack.png);
}

.explore-slider .bx-prev:before {
	background-position: -300px -300px;
}

.explore-slider .bx-next:before {
	background-position: -340px -300px;
}

.explore-list {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.explore-list:first-child {
	margin-top: 0;
}

.explore-list:after {
	content: '';
	display: block;
	clear: both;
}

.explore-list li {
	float: left;
	width: 25%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.explore-list li a {
	display: block;
	padding: 18px 0;
	font-size: 16px;
	line-height: 24px;
	color: #777;
	letter-spacing: -0.6px;
	text-align: center;
	border: 1px solid #fff;
	border-bottom: 0;
	background-color: #fff;
}

.explore-list li.on a {
	font-weight: 700;
	color: #fff;
	border-color: #9e425f;
	background-color: #9e425f;
}

.floor-display {
	margin: 0 auto 60px;
}

.floor-display .floor-info {
	display: table;
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
}

.floor-display .floor-info>li {
	display: table-row;
	color: #666;
	border: 1px solid #eee;
	background-color: #fdfdfd;
	transition: 250ms;
	-webkit-transition: 250ms;
}

.floor-display .floor-info>li>a {
	color: #666;
	display: block;
}

.floor-display .floor-info dl {
	display: table;
	width: 100%;
	height: 150px;
	table-layout: fixed;
}

.floor-display .floor-info dt {
	display: table-cell;
	padding: 45px 0;
	width: 210px;
	font-size: 38px;
	line-height: 48px;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

.floor-display .floor-info dt:after {
	content: '';
	display: block;
	margin: 4px auto 0;
	width: 42px;
	height: 1px;
	background-color: #fff;
	transition: 250ms;
	-webkit-transition: 250ms;
}

.floor-display .floor-info dd {
	display: table-cell;
	padding: 45px 8% 45px 0;
	font-family: 'Nanum Gothic';
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.045em;
	vertical-align: middle;
}

.floor-display .floor-info>li.active {
	color: #fff;
	border-color: #9e425f;
	background-color: #9e425f;
}

.floor-display .floor-info>li.active>a {
	color: #fff;
}

.floor-display .floor-info>li.active dt {
	color: #fff;
}

.floor-display .floor-info>li.active dt:after {
	background-color: #fff;
}

.floor-display .floor-info>li.active dd {
	font-weight: 700;
}



/* 타이틀 */

.page-title {
	margin-bottom: 0;
	padding-top: 75px;
	color:#333;
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	letter-spacing: -2px;
}

.page-title:after {
	content: '';
	display: block;
	margin: 24px auto 0;
	width: 70px;
	height: 2px;
	background-color: #9e425f;
}

.sub-title {
	margin-bottom: 40px;
	padding-bottom: 17px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.sub-title2 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	text-align: center;
}

.sub-title3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	text-align: center;
}

.sub-title .fw400 {
	font-weight: 400;
}

.sub-title sub {
	font-size: 0.65em;
	font-weight: 400;
	vertical-align: baseline;
}

.count-title {
	padding-left: 60px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: #333;
	font-weight: 700;
	counter-increment: tit-list;
}

.count-title>span {
	border-left: 1px #ddd solid;
	padding-left: 15px;
}

.count-title>span.count-num {
	display: block;
	padding-left: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	font-size: 36px;
	line-height: 40px;
	color: #e64152;
	border-left: 0;
	font-weight: 700;
	font-style: italic;
	font-family: 'Nanum Myeongjo';
}

.panel-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}

.panel-title:before {
	font-family: 'material-icons';
	content: '\e3f1';
	margin-left: -0.1em;
	margin-right: 8px;
	font-size: 1.675em;
	line-height: inherit;
	text-indent: 0;
	vertical-align: top;
}

.stress-text {
	margin-top: 20px;
	font-size: 24px;
	line-height: 26px;
	color: #333;
	letter-spacing: -1px;
}

.gray-center-text {
	padding:17px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f8f8f8;
}

.quote-title {
	padding: 0 80px;
	font-family: 'Nanum Myeongjo';
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.quote-title:before {
	content: '“';
	display: block;
	margin-bottom: -40px;
	font-size: 90px;
	font-weight: 400;
	line-height: 90px;
	color: #f7717e;
	text-indent: -0.5em;
}

.contents {
	margin-top: 40px;
}

.contents .half-section>.pd-r {
	padding-right: 20px;
}

.contents .half-section>.pd-l {
	padding-left: 20px;
}

.contents .half-section>.panel {
	width: 50%;
	float: left;
	word-break: break-all;
	text-align: justify;
}

.contents .half-section>.panel.border {
	border:1px solid #ddd;
	border-top: 2px solid #9e425f;
	margin-left: -1px;
}

.contents .half-section:after {
	content: '';
	display: block;
	clear: both;
}

.contents .panel._box {
    background: #f5f7f9;
    padding: 30px;
}

.contents .panel._box p {
    text-align: center;
}

.contents .panel._box2 {
    background: #f5f7f9;
    padding: 45px 42px 42px;
}

.contents .panel._box2 h1 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -1.4px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.contents .panel._box2 span {
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #777;
    display: block;
}

._txt01 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    text-align: center;
    color: #333;
    margin-bottom: 65px;
}

._txt01::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 41px;
    height: 1px;
    background-color: #333;
}
.red-gray-box {
	width: 100%;
}
.red-gray-box h4 {
	padding:20px 10px;
	color: #fff;
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: -1.65px;
	text-align: center;
	box-sizing: border-box;
	background-color: #9e425f;
}
.red-gray-box .txt {
	padding:30px 10px;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.red-gray-box .txt p {
	color: #333;
	font-size: 20px;
	/* font-weight: 300; */
	line-height: 1.55;
	letter-spacing: -1.65px;
	text-align: center;
}

.pad-box {
	padding:20px;
	box-sizing: border-box;
}

.border-box {
	padding:60px;
	border:5px solid #9e425f;
	box-sizing: border-box;
}

.box-list {
	padding: 10px 30px;
	border: 1px #ddd solid;
}

.box-list>li {
	border-bottom: 1px #ddd dashed;
	padding-top: 16px;
	padding-bottom: 16px;
}

.box-list>li:last-child {
	border-bottom: 0;
}

.round-bullet-big {
	padding-left: 20px;
	text-indent: -15px;
	word-break: break-word;
}

.round-bullet-big:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	background-color: #9e425f;
	border-radius: 50%;
}

.ls-narrow .round-bullet-big {
    letter-spacing: -0.13em;
}

.text-dark {
	color: #333;
}

.right-arrow-round-bullet {
	padding-left: 30px;
	text-indent: -30px;
	word-break: break-word;
}

.right-arrow-round-bullet:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../images/icon-pack.png);
	background-position: -205px -120px;
}

.grid-step {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.grid-step li {
	width: 185px;
	margin-bottom: 30px;
}

.grid-step li p {
	margin-top: 10px;
	text-align: center;
}

.normal-table {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	border-top: 2px #9e425f solid;
}

.normal-table th:first-child,
.normal-table td:first-child {
	border-left: 0;
}

.normal-table th {
	width: 250px;
}

.normal-table th,
.normal-table td {
	padding: 13px 0;
	border: 1px solid #ddd;
}

.normal-table th {
	font-weight: 700;
	color: #333;
	background-color: #f8f8f8;
}

.normal-table td {
	padding-left: 20px;
	padding-right: 20px;
}

.normal-table th:last-child,
.normal-table td:last-child {
	border-right: 0;
}

.normal-table.time-table {
	table-layout: fixed;
}


/* 레이아웃 */

.black-title {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	margin-bottom: 15px;
}

.panel-title:before {
	font-family: 'material-icons';
	content: '\e3f1';
	margin-left: -0.1em;
	margin-right: 8px;
	font-size: 1.675em;
	line-height: inherit;
	text-indent: 0;
	vertical-align: top;
}

.quote-title:before {
	content: '“';
	display: block;
	margin-bottom: -40px;
	font-size: 90px;
	font-weight: 400;
	line-height: 90px;
	color: #f7717e;
	text-indent: -0.5em;
}

.quote-big-tit {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: #333;
	text-align: center;
	font-style: italic;
	font-family: 'Nanum Myeongjo';
}

.text-pink {
	color: #e64152;
}

.mt-l {
	margin-top: 80px;
}

.mt-m {
	margin-top: 40px;
}

.mt-s {
	margin-top: 20px;
}

.pl-0 {
    padding-left: 0 !important;
}

.contents .reverse>.panel {
	width: 50%;
	float: right;
}

.stripe-list {
	margin-top: 20px;
}

.stripe-list>li:nth-child(odd) {
	background-color: #f5f7f9;
}

.stripe-list>li {
	padding: 6px 10px 6px 20px;
}

.round-bullet {
	padding-left: 14px;
	text-indent: -14px;
	word-break: break-word;
}

.round-bullet:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	background-color: #787e87;
	border-radius: 50%;
}

.section {
	font-size: 16px;
	color: #777;
	letter-spacing: -0.0625em;
	line-height: 1.625em;
}

.check-list>li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.check-bullet {
	padding-left: 30px;
	text-indent: -30px;
	word-break: break-word;
}

.check-bullet:before {
	font-family: 'material-icons';
	content: '\e5ca';
	display: inline-block;
	margin-left: -0.15em;
	margin-right: 10px;
	font-size: 1.5em;
	line-height: 1;
	color: #3f4654;
	text-indent: 0;
	vertical-align: middle;
}

.contents .half-section>.pd-t {
	padding-top: 40px;
}

.arrow-point {
	padding-left: 30px;
	text-indent: -30px;
	word-break: break-word;
}

.arrow-point:before {
	font-family: 'material-icons';
	content: '\e86c';
	display: inline-block;
	margin-left: -0.15em;
	margin-right: 10px;
	font-size: 1.5em;
	line-height: 1;
	color: #9e425f;
	text-indent: 0;
	vertical-align: middle;
}

.text-box {
	padding: 40px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #f5f7f9;
}

.icon-panel.text-box {
	display: table;
	width: 100%;
}

.icon-panel.text-box>* {
	display: table-cell;
	vertical-align: middle;
}

.icon-panel.text-box>li {
	font-size: 14px;
	line-height: 24px;
}

.icon-panel.text-box .info {
	padding: 0;
}

.icon-panel.text-box .info .date {
	display: block;
	font-weight: 700;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.icon-panel.text-box .info .doctor {
	display: inline-block;
	color: #333;
}

.icon-panel.text-box .info .doctor:after {
	content: '/';
	padding: 0 5px;
}

.icon-panel.text-box .info .wait {
	display: inline-block;
	color: #f96a0e;
}

.icon-panel.text-box .info .success {
	display: inline-block;
	color: #1191d0;
}

.text-color-box {
	padding: 22px 100px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.5px;
	color: #fff;
	background-color: #f8717f;
	text-align: center;
}

.round-bullet-nolist {
	padding-left: 30px;
	text-indent: -22px;
	word-break: break-word;
}

.round-bullet-nolist:before {
	content: '';
	display: inline-block;
	margin-right: 15px;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	background-color: #3f4654;
	border-radius: 50%;
}

.interval {
	margin-right: 20px;
	margin-left: 20px;
}

.contents .mid-line:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.figure-round-list {
	margin-top: 40px;
	counter-reset: figure-list;
}

.figure-round-list:after {
	content: '';
	display: block;
	clear: both;
}

.figure-round-list>li {
	float: left;
	width: 25%;
	padding: 0 20px;
	counter-increment: figure-list;
}

.figure-round-list>li:before {
	content: '';
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	background-color: #f7717e;
}

.figure-round-list>li dl {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -91px;
	padding: 0 40px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.figure-round-list>li dt:before {
	content: '0'counter(figure-list);
	display: block;
	margin: 0 auto 10px;
	font-family: 'Nanum Myeongjo';
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	line-height: 36px;
	color: #ffc6ce;
}

.figure-round-list>li dt {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
	white-space: nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.figure-round-list>li dd {
	display: table;
	width: 100%;
	height: 90px;
}

.figure-round-list>li dd>span {
	display: table-cell;
	font-size: 16px;
	line-height: 22px;
	vertical-align: middle;
}

.figure-round-list.arrow>li:after {
	font-family: 'Linearicons-Free';
	content: '\e876';
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	color: #696969;
	font-size: 24px;
	line-height: 1;
	text-indent: 0;
	vertical-align: middle;
}

.figure-round-list.arrow>li:last-child:after {
	display: none;
}

.figure-round-list.gray>li:nth-child(odd):before {
	background-color: #4f5560;
}

.figure-round-list.gray>li:nth-child(even):before {
	background-color: #3f4654;
}

.figure-round-list.gray>li dt:before {
	color: #aaa;
}

.figure-hex-list {
	margin-top: 40px;
	counter-reset: figure-list;
}

.figure-hex-list:after {
	content: '';
	display: block;
	clear: both;
}

.figure-hex-list>li {
	float: left;
	width: 25%;
	padding: 6.25% 20px;
	counter-increment: figure-list;
	text-align: center;
}

.figure-hex-list>li:before {
	content: '0'counter(figure-list);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -65px;
	width: 100%;
	font-family: 'Nanum Myeongjo';
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	line-height: 36px;
	color: #ffc6ce;
	z-index: 2;
}

.figure-hex-list>li p {
	position: absolute;
	top: calc(50% - 15px);
	width: 100%;
	font-family: 'Nanum Myeongjo';
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0;
	color: #fff;
	z-index: 2;
}

.figure-hex-list .hexagon-wrap {
	width: 100%;
	padding-top: 57.735%;
}

.figure-hex-list .hexagon-wrap>.hexagon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7717e;
}

.figure-hex-list .hexagon-wrap>.hexagon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	background-color: inherit;
	transform: rotateZ(60deg);
	z-index: 0;
}

.figure-hex-list .hexagon-wrap>.hexagon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	background-color: inherit;
	transform: rotateZ(-60deg);
	z-index: 0;
}

.figure-hex-list.arrow>li:after {
	font-family: 'Linearicons-Free';
	content: '\e876';
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	font-size: 24px;
	line-height: 1;
	text-indent: 0;
	vertical-align: middle;
}

.figure-hex-list.arrow>li:last-child:after {
	display: none;
}

.figure-hex-list.gray>li:nth-child(odd) .hexagon-wrap>.hexagon {
	background-color: #4f5560;
}

.figure-hex-list.gray>li:nth-child(even) .hexagon-wrap>.hexagon {
	background-color: #3f4654;
}

.figure-hex-list.gray>li:before {
	color: #aaa;
}

.grid-counter {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.grid-counter:after {
	content: '';
	display: block;
	clear: both;
}

.grid-counter>li {
	float: left;
	width: 25%;
	padding: 0 20px;
	margin-bottom: 40px;
	counter-increment: figure-list;
	text-align: center;
}

.grid-counter .grid-count {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.grid-counter .grid-text {
	display: table;
	height: 50px;
	width: 100%;
}

.grid-counter .grid-text>span {
	display: table-cell;
	vertical-align: middle;
}

.pic-radius>li {
	padding: 0 50px;
	width: 25%;
	float: left;
}

.pic-radius .picture {
	border-radius: 50%;
	overflow: hidden;
}

.pic-radius:after {
	content: '';
	display: block;
	clear: both;
}

.pic-radius .pic-radius-text {
	margin-top: 26px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #010101;
	text-align: center;
}

.sub-content-background {
	width: 100%;
	padding: 20px;
	overflow: hidden;
}

.sub-content-background:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid rgba(255, 255, 255, .5);
	z-index: 1;
}

.sub-content-background .picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-content-background .picture img {
	height: 100%;
}

.sub-content-background .background-tit {
	margin-bottom: 32px;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-family: 'Nanum Myeongjo';
}

.sub-content-background .background-tit:before {
	content: '“';
	display: block;
	margin-bottom: -20px;
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;
	color: #f7717e;
	text-indent: -0.5em;
}

.sub-content-background .back-contain {
	width: 580px;
	margin: 0 auto;
	padding-top: 84px;
}

.sub-content-background .back-contain .background-text {
	margin-bottom: 54px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	letter-spacing: -0.5px;
	text-align: center;
}

.common-content-background {
	width: 100%;
	padding: 95px 0;
	overflow: hidden;
}

.common-content-background .picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.common-content-background .picture img {
	height: 100%;
}

.common-content-background .background-tit {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.5px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-family: 'Nanum Myeongjo';
}

.common-content-background .background-tit:after {
	content: '';
	display: block;
	position: relative;
	margin: 15px 0;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
}

.common-content-background .back-contain .background-text {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	letter-spacing: -0.5px;
	text-align: center;
}

.point-tit {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #9e425f;
}

.italic-part p {
	font-family: 'Nanum Myeongjo';
	color: #9e425f;
	font-size: 30px;
	line-height: 44px;
	font-weight: 600;
	letter-spacing: -2px;
	font-style: italic;
}

.feel-tv {
    margin-top: 80px;
    text-align: center;
}

.feel-tv img {
    margin-bottom: 23px;
	width: 243px;
}

.video-thumb {
    display: flex;
    width: 794px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.video-thumb li {
    width: 372px;
    height: 372px;
    margin-right: 40px;
}

.video-thumb li:nth-child(even) {
    margin-right: 0;
}

.video-thumb li iframe {
    width: 100%;
    height: 196px;
}

.video-thumb .viewCont.small {
    height: 196px;
}

.video-thumb ._title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #333;
    border: 1px solid #d0d0d0;
    border-top: none;
    padding: 41px 0 39px 35px;
}

#nav .dp-section {
    display: none;
}

@media all and (max-width:1540px) {
    .footer ._bottom ._wrap {
        width: initial;
    }
}

@media all and (max-width:1490px) {
	.tb-show2 {
		display: block !important;
	}

    #gnb ._li ._menu {
        width: 400px;
    }
}

@media all and (min-width:1240px) {
	#nav>.group {
		/*display: none !important;*/
	}
}

@media all and (max-width:1239px) {
    #subQuick {
        position: fixed;
        bottom: 62px;
        left: initial;
        right: 0;
        width: 100%;
        max-width: initial;
        transform: initial;
        z-index: 100;
    }

    #subQuick > a {
        left: auto;
        right: 30px;
    }

    #subQuick > a:first-child {
        bottom: 340px;
        position: absolute;
        left: initial;
    }

    #subQuick > a:nth-child(2) {
        bottom: 190px;
        position: absolute;
        left: initial;
    }

    #subQuick > a:nth-child(3) {
        bottom: 40px;
        position: absolute;
        left: initial;
    }

    .hgroup ._right {
        padding-right: 85px;
    }

    #nav .list {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
        flex-direction: column;
    }

	.nav-show {
		overflow: hidden;
		height: 100%;
	}

	.nav-show #wrap {
		height: 100%;
	}

	.nav-show #header {
		height: 100%;
	}

	body {
		z-index: 2;
	}

	.tb-show {
		display: block !important;
	}

	.mb-show {
		display: none !important;
	}

	.pc-show {
		display: none !important;
	}

	.main-video-wrap .video-container {
		width: 80%;
	}

	.section,
	.addContents {
		width: 920px;
		padding: 0 50px !important;
	}

	#location>.section {
		margin: 0 auto;
		padding: 0;
		width: auto;
		max-width: 1140px;
	}

	#location_new {
		max-width: 100%;
	}
	#location_new .box {
		margin-left: 10px;
	}
	#subQuick {
		bottom: 20px;
	}
	#subQuick > a {
		left: auto;
		right:30px;
	}

	#footer>.section {
		width: auto;
		max-width: 1140px;
	}

	#article .section-contents {
		max-width: 680px;
	}

	#article>.section.nonpay {
		width: auto;
	}

	#main-visual .bx-controls-direction {
		display: none;
	}

	#main-visual .swiper>li img {
		width: 1480px;
		left: 50%;
		margin-left: -740px;
	}

	#main-visual .bx-controls {
		bottom: 30px;
	}



	#header {
		padding-top: 58px;
		background-color: #fff;
	}

	.hgroup {
		background-color: transparent;
		border-top: 1px #ddd solid;
	}

	.hgroup .tel {
		position: absolute;
		top: -70px
	}

	.hgroup .logo {
		margin: 0;
	}

	.hgroup .util-group {
        /* top: 10px; */
        right: initial;
	}

    .hgroup .sns-util li:last-child {
        margin-right: 20px;
    }

	.hgroup .head-section {
        max-width: 1200px;
        padding: 20px 30px;
        height: 75px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
	}

    .login-util {
        width: 180px;
    }



	.hgroup .lang, .hgroup .lang.eng {
        top: 0px;
        left: auto;
        right: initial;
    }

	.mini-site {
		position: absolute;
		top: -90px;
		right: 0;
	}
	.login-util {
		display: none;
	}

	.nav-show .login-util {
		display: none;
		right: 0;
		top: 0;
		width: 500px;
		height: 100px;
		background-color: #9e425f;
		z-index: 103;
	}

	.login-util>li {
		width: 50%;
		text-align: center;
	}

	.login-util>li:after {
		width: 1px;
		height: 24px;
		margin-top: -12px;
		background-color: rgba(255, 255, 255, .2);
	}

	.login-util a {
    display: block;
    /* padding: 32px 0; */
    font-size: 18px;
    line-height: 36px;
    color: #818181;
}


	#nav {
		position: static;
		width: 100%;
		left: 0;
		margin-left: 0;
		background-color: #fff;
	}

	#nav:before {
		content: '';
		display: none
	}

	.nav-show #wrap:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(42, 42, 42, .5);
		z-index: 100;
	}

	#nav .tb-hgroup {
		display: block;
		z-index: 3;
		padding: 9px 30px;
	}

	#nav .tb-hgroup .logo {
		width: 190px;
		height: 41px;
		background-repeat: no-repeat;
		background-image: url(../images/logo-pack.png);
		background-position: 0 0;
	}

	#nav .tb-hgroup .logo a {
		display: block;
		width: 190px;
		height: 41px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}



	#nav .trigger {
		display: block;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 3;
	}

	#nav .trigger>a {
        display: block;
        padding: 17px 30px;
        width: 110px;
        height: 77px;
	}

	#nav .trigger>a>span {
		display: block;
		height: 43px;
		border-top: 9px solid #9e425f;
		border-bottom: 9px solid #9e425f;
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
	}

	#nav .trigger>a>span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4.5px;
		width: 100%;
		height: 9px;
		background: #9e425f;
	}

	#nav .trigger>a>span:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4.5px;
		width: 100%;
		height: 9px;
		background: #9e425f;
	}

	.nav-show .hgroup {
		background-color: transparent;
	}

	.nav-show #nav {
		height: 100% !important;
		top: 0;
		padding-top: 100px;
		position: absolute;
		background-color: transparent;
	}

	.nav-show #nav .trigger {
		top: 0;
		right: 0px;
		z-index: 300;
	}

	.nav-show #nav .trigger a {
		padding: 28px 25px;
		height: 100px;
		width: 107px;
		background-color: #752e4a;
	}

	.nav-show #nav .trigger>a>span {
		border: 0;
		border-radius: 10%;
        display: block !important;
	}

    .nav-show #nav .trigger>a>img {
        display: none !important;
    }

	.nav-show #nav .trigger>a>span:before {
		height: 3px;
		background: #fff;
		margin-top: -1.5px;
		transform: rotate(45deg);
	}

	.nav-show #nav .trigger>a>span:after {
		height: 3px;
		background: #fff;
		margin-top: -1.5px;
		transform: rotate(-45deg);
	}

    .nav-show #nav .group {
        display: block;
        background-color: #752e4a;
        overflow-y: auto;
        height: 100%;
        width: 500px;
        position: static;
        margin: 0;
        float: right;
        -webkit-overflow-scrolling: touch;
        padding: 50px 40px;
    }

	#nav .group {
		display: none;
		position: absolute;
		width: 100%;
		background-color: rgba(255, 255, 255, .95);
	}

	#nav .dp1 {
		float: none;
		width: 100%;
		border-bottom: 3px dotted #c57b98;
	}

	#nav .dp1>a {
		display: block;
		padding: 30px 14px;
		font-size: 26px;
		line-height: 30px;
		letter-spacing: -1px;
		color: #fff;
		font-weight: 600;
		text-align: left;
		background-color: #752e4a;
	}

	#nav .dp1:hover>a {
		background-color: #752e4a;
	}

	#nav .dp1>a:after {
        content: '';
        display: block;
        position: absolute;
        right: 14px;
        top: 30%;
        width: 35px;
        height: 35px;
        background-image: url(../image/icon-menu-down.png);
        background-position: initial;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -ms-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
	}

	#nav .dp1.on>a:after {
		background-image: url(../image/icon-menu-up.png) !important;
        width: 35px;
        height: 6px !important;
        top: 47% !important;
	}

	#nav .dp1>a:before {
		display: none;
	}

	#nav .dp1.on>a {
		font-weight: 700;
		color: #fff;
	}

	#nav .dp-section {
		height: auto;
		background-color: #752e4a;
	}

	#nav .dp2 {
		display: block;
		padding: 0;
		width: 100%;
		/*border-bottom: 1px #c57b98 dashed;*/
	}

	#nav .dp2.on {
		border-bottom: 0;
	}

	#nav .dp2:last-child {
		border-bottom: 0;
	}

	#nav .dp2>a {
        display: block;
        width: 100%;
        padding: 20px 50px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1px;
        color: #fff;
        font-weight: 600;
	}

	#nav .dp2>a:before {
		display: none;
	}

	#nav .dp2>a:hover {
		text-decoration: none;
	}

	#nav .dp-section ul {
        padding: 0;
        background: #752e4a;
        margin-bottom: 5px;
	}

    #nav .dp-section ul:last-child {
      
        margin-bottom: 30px;
	}

	#nav .dp-section:before {
		display: none;
	}

	.hgroup .login-util>li:after {
		height: 24px;
		margin-top: -12px;
		background-color: rgba(221, 221, 221, .2);
	}

	#nav li.dp1:first-child>a:after {
		left: auto;
        right: 14px;
        width: 35px;
        height: 35px;
        background-color: transparent;
        background-image: url(../image/icon-menu-down.png);
        /* background-repeat: no-repeat; */
        background-position: initial;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -ms-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
	}

	#nav .dp2.on {
		background-color: #752e4a;
	}

	#nav .dp2.on>a {
		color: #fff;
	}

	#nav .dp2>.dp2-section {
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		padding: 0;
		background-color: #752e4a;
	}

	#nav .dp3 {
		padding: 8px 0;
        /*
		border-bottom: 1px #c57b98 dashed;
        */
    }

	#nav .dp3:last-child {
		border-bottom: 0;
	}

	#nav .dp3 a {
		display: block;
		color: #c57b98;
		font-size: 22px;
		padding-left: 74px;
        font-weight: 600;
	}

    #nav .dp3 a span {
        position: relative;
    }

    #nav .dp3 a span::before {
        position: absolute;
        content: '';
        background-color: #c57b98;
        width: 3px;
        height: 3px;
        top: 12px;
        left: -9px;
    }

	#nav .dp-arrow a:after {
        /*
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -22px;
		right: 40px;
		width: 43px;
		height: 43px;
		background-image: url(../images/icon-pack.png);
		background-position: -180px -300px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
        */
	}

	#nav .dp-arrow.on a:after {
		background-position: -240px -300px;
	}

	#nav .dp2.dp-arrow:after {
		display: none;
	}

	#nav .dp2.dp-arrow.on:after {
		display: none;
	}

	#nav .dp3.dp-arrow:after {
		display: none;
	}

	#nav .dp3.dp-arrow a:after {
		display: none;
	}

	#location {
		display: block;
	}
	#location_new {
		display: none;
	}


	#footer .footer-detail .footer-logo {
		display: none;
	}

	#footer .foot-sns {
		top: 30px;
		bottom:auto;
		right: 0;
	}

	#footer .footer-detail dd.address {
		display: block;
	}

	#footer .info dd.address:after {
		display: none
	}

	#footer .info {
		width: 335px;
	}

	.section, .addContents {
		transform: translateX(0);
	}

	/* 둘러보기 */
	.explore-list li {
		margin-top: -1px;
		margin-left: -1px;
		width: 50%;
		border: 1px solid #ddd;
	}



	/* 레이아웃 */
	.contents .half-section>.panel {
		width: 100%;
		float: none;
	}

	.contents .half-section>.pd-r {
		padding-right: 0;
		padding-bottom: 40px;
	}

	.contents .half-section>.pd-l {
		padding-left: 0;
		padding-bottom: 40px;
	}

	.contents .reverse>.pd-l {
		padding-right: 0;
		padding-bottom: 40px;
	}

	.contents .half-section>.pd-t {
		padding-top: 0px;
	}

	.figure-round-list>li {
		width: 50%;
		padding: 0 10px;
	}

	.figure-hex-list.arrow>li:after {
		display: none;
	}

	.figure-round-list>li:nth-child(2)~li {
		margin-top: 20px;
	}

	.figure-hex-list>li {
		float: left;
		width: 50%;
		padding: 13.2% 20px;
	}

	.pic-radius>li {
		padding: 0 20px;
		width: 50%;
		margin-bottom: 60px;
	}

	.grid-counter>li {
		width: 50%;
		padding: 0 20px;
	}

	.contents .mid-line:before {
		display: none;
	}

	.figure-hex-list>li:nth-child(2)~li {
		margin-top: 20px;
	}

	.figure-hex-list.arrow>li:after {
		display: none;
	}

	.pic-radius>li {
		padding: 0 20px;
		width: 50%;
		margin-bottom: 60px;
	}

	.grid-counter>li {
		width: 50%;
		padding: 0 20px;
	}

	.grid-counter.arrow>li:after {
		display: none;
	}

	.grid-counter .grid-conut {
		line-height: 25px;
	}

	.normal-table th {
		width: 230px;
	}


}

@media all and (max-width:920px) {

	#location {display: block;padding:0;}
	#location .home {display: none;}
	#location .depth {width: 50%;}
	#location>.section>.depth:not(.dp1):after {display: none;}
	#location_new {display: none;}
	.section,
	.addContents {
		width: 100%;
		padding:0 30px !important;
		transform: translateX(0) !important;
	}
	.grid-step {
		justify-content: flex-start;
	}
	.grid-step li {
		width: 33.33%;
		text-align: center;
	}
}

@media all and (max-width:767px) {
    .dropdown-lang li a img {
        width: 56px;
    }

    .hgroup .logo {
        background-repeat: no-repeat;
        background-image: url(../image/logo-header-m.png);
        background-position: 0 0;
    }

    .hgroup .logo a {
        display: block;
        width: 245px;
        height: 54px;
    }

	#wrap {
		padding-top: 119px;
	}

	body {
		z-index: 3;
		font-size: 20px;
		line-height: 26px;
	}

	.mb-hide {
		display: none !important;
	}

	.mb-show {
		display: block !important;
	}

	.tb-show {
		display: none !important;
	}

	.tb-show2 {
		display: none !important;
	}

	.pc-show {
		display: none !important;
	}

	#main-visual .swiper-slide img {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	#main-visual .swiper-pagination {
		bottom: 20px;
	}

	.main-video-wrap .video-container {
		width: 90%;
	}
	.main-video-wrap .video-container .close {
		left: auto;
		right: 0;
		bottom:110%;
		font-size: 80px;
	}

	.section {
		width: 640px;
		padding: 0 20px;
		font-size: 20px;
		line-height: 32px;
	}

	#article>.section {
		padding: 20px;
	}

	#header {
		padding-top: 0px;
	}
	.mini-site {
		top: -86px;
		right: 10px;
		background-color: transparent;
	}
	.hgroup .head-section {
		height: 120px;
		padding: 10px 0 0 50px;
		margin: 0 auto;
	}

	.hgroup .tel:before {
		margin-top: -15px;
		width: 29px;
		height: 29px;
		background-position: -30px 0;
	}

	.hgroup .tel {
		top: -75px;
		line-height: 57px;
		padding-left: 40px;
	}

	.hgroup .tel dt {
		display: none;
	}

	.hgroup .tel dd {
		margin-left: 0;
		font-size: 34px;
		line-height: 36px;
		letter-spacing: -1px;
	}

	.hgroup .util-group {
		top: 17px;
		right: 149px;
    	transform: scale(.6);
	}

	.hgroup .sns-util {
		padding-top: 0;
	}

	.hgroup .sns-util a {
		width: 56px;
		height: 56px;
	}

	.hgroup .sns-util .naver-blog {
		/* background-position: 0 -40px; */
		background-position: -70px -40px;
	}

	.hgroup .sns-util .naver-blog:hover {
		/* background-position: -70px -40px; */
	}

	.hgroup .sns-util .facebook {
		/* background-position: -140px -40px; */
		background-position: -205px -40px;
	}

	.hgroup .sns-util .facebook:hover {
		/* background-position: -205px -40px; */
	}

	.hgroup .sns-util .kakao {
		background: url(../images/btn_kakao_mo.png) no-repeat;
		background-size: auto 100%;
		background-position: 95% 0;
	}

	.hgroup .sns-util .kakao:hover {
		/* background-position: 100% 0; */
	}

    .hgroup ._right {
        width: 280px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 56px;
        padding-right: 0px;
    }

	.hgroup .lang,
	.hgroup .lang.eng {
        top: inherit;
        right: inherit;
        transform: inherit;
	}
	.hgroup .lang a {
		font-size: 26px;
	}
	.hgroup .lang a img {
		width: 56px;
	}

    .login-util { 
        display: none;
    }

	.login-util {
		height: 90px;
	}

	.nav-show .login-util {
		height: 90px;
        display: none;
	}

	.login-util a {
		padding: 27px 0;
	}

    .hgroup ._right .call {
        display: block;
        margin-left: 20px;
    }

	.nav-show #nav {
		padding-top: 120px;
		/* padding-bottom: 130px; */
	}

	#nav {
		top: 90px;
	}

	#nav:before {
		height: 99px;
	}

	.nav-show #nav .group {
		top: 90px;
        width: 100%;
	}

	#nav .tb-hgroup .logo {
		width: 232px;
		height: 50px;
		background-position: 0 -50px;
	}

	#nav .tb-hgroup {
		padding: 25px 30px;
	}

	#nav .tb-hgroup .logo a {
		width: 232px;
		height: 50px;
	}

	#nav .trigger {
		top: -1px;
	}

	#nav .trigger>a {
        height: 120px;
        padding: 0;
        background: #752e4a;
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #nav .trigger>a>span {
        display: none;
    }

	.nav-show #nav .trigger a {
		height: 120px;
        width: 120px;
		padding: 0px;
	}

    .nav-show #nav .group {
        display: block;
        background-color: #752e4a;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        position: static;
        margin: 0;
        float: right;
        -webkit-overflow-scrolling: touch;
        padding: 113px 73px 72px 73px;
    }

    #nav .dp1>a {
		display: block;
		padding: 30px 14px;
		font-size: 32px;
		line-height: 30px;
		letter-spacing: -1px;
		color: #fff;
		font-weight: 600;
		text-align: left;
		background-color: #752e4a;
	}

    #nav .dp2>a {
        display: block;
        width: 100%;
        padding: 20px 50px;
        font-size: 28px;
        line-height: 26px;
        letter-spacing: -1px;
        color: #fff;
        font-weight: 600;
	}

    #nav .dp3 a {
		display: block;
		color: #c57b98;
		font-size: 24px;
		padding-left: 74px;
        font-weight: 600;
	}

    .nav-show #wrap:before {
        background-color: initial;
    }

    .hgroup .util-group {
        display: none;
    }

    .login-util {
        display: none;
    }

    ._fnb {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        height: 98px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    ._fnb li a {
        font-size: 23px;
        margin-right: 30px;
    }

    .footer {
        padding-top: 140px;
    }

    .footer ._bottom ._wrap ._txt span.after:after { 
        display: none;
    }

    .footer ._bottom {
        padding: 92px 71px 220px;
        height: initial;
        background-color: #fff;
    }

    .footer ._bottom ._wrap ._left ._txt {
        margin-top: 29px;
        display: flex;
        flex-direction: column;
    }

    .footer ._bottom ._wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer ._bottom ._wrap ._right {
        width: 100%;
        margin-top: 130px;
    }

    .footer ._bottom ._wrap ._right .foot-sns {
        display: flex;
        padding-left: 0;
        justify-content: flex-start;
        align-items: center;
    }

    .footer ._bottom ._wrap ._right .foot-sns li:not(:last-child) {
        margin-right: 45px;
    }

    .footer ._bottom ._wrap ._left ._txt span {
        font-size: 28px;
    }

    .footer ._bottom ._right .sitemap {
        float: left;
        position: relative;
        margin-top: 51px;
    }

    .footer ._bottom ._right .sitemap p {
        width: 273px;
        border: 1px solid #ddd;
        background: #fff;
        color: #ababab;
        font-size: 28px;
        height: 80px;
        display: flex;
        align-items: center;
        padding-left: 26px;
    }

    .footer ._bottom ._right .sitemap ul li {
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .footer ._bottom ._right .sitemap ul li a {
        color: #333;
        font-size: 24px;
    }

	#footer {
		padding-top: 60px;
	}

	#footer .section {
		width: auto;
		padding: 0 30px;
	}

	#footer .footer-util>li {
		font-size: 20px;
		line-height: 24px;
		margin-right: 16px;
	}

	#footer .footer-util a {
		padding: 0;
	}

	#footer .footer-detail dd.hospital {
		font-size: 24px;
		line-height: 28px;
	}

	#footer .info dt,
	#footer .info dd {
		font-size: 20px;
		line-height: 28px;
	}

	#footer .info {
		width: 450px;
	}

	#footer .footer-detail dd.hospital {
		margin-bottom: 12px;
	}

	#footer .info dd:after {
		width: 2px;
		height: 18px;
	}

	#footer .footer-detail dd.copy {
		margin-top: 35px;
	}

	#footer .footer-detail {
		padding-bottom: 240px;
	}

	#footer .go2top {
		width: 186px;
		height: 60px;
		margin-left: -93px;
		background-position: 0 -200px;
	}

	#footer .foot-sns {
		top: auto;
		bottom:55px;
		right: auto;
		left:-10px;
	}

	/* location */

	#location {
		padding: 0;
		z-index: 4;
	}

	#location>.section>.home {
		display: none;
	}

	#location>.section>.depth {
		width: 33.3333%;
		height: 80px;
	}

	#location>.section>.home:nth-last-child(3):first-child~.depth {
		width: 50%;
	}

	#location>.section>.depth:last-child:after {
		display: none;
	}

	#location>.section>.depth>a {
		padding: 20px 60px 20px 20px;
		min-width: 0;
		height: 80px;
		font-size: 24px;
		line-height: 40px;
	}

	#location>.section>.depth>a:after {
		right: 20px;
	}

	#location>.section>.depth .dp-section {
		width: calc(100% + 1px);
	}

	#location>.section>.depth .dp-section>li>a span {
		padding: 10px 20px;
		font-size: 24px;
		line-height: 52px;
	}

	#location>.section>.depth .dp-section>.dp2.dp-arrow>a:after {
		right: 20px;
	}

	#location>.section>.depth .dp2-section>li>a span {
		padding: 10px 20px 10px 40px;
		font-size: 24px;
		line-height: 52px;
	}

	#subQuick > a > img {
		width: auto;
	}



	/* 둘러보기 */
	.explore-list li a {
		font-size: 24px;
		line-height: 30px;
	}

	.floor-display .floor-info dl {
		display: table;
		width: 100%;
		height: 150px;
		table-layout: fixed;
	}

	.floor-display .floor-info dt {
		width: 130px;
		padding: 40px 0 40px 10px;
		vertical-align: middle;
	}

	.floor-display .floor-info dd {
		padding: 50px 8% 50px 0;
		font-size: 22px;
		line-height: 40px;
		vertical-align: middle;
	}

	/* 레이아웃 */
	.mt-l {
		margin-top: 40px;
	}

	.mt-m {
		margin-top: 20px;
	}

	.mt-s {
		margin-top: 10px;
	}

	.contents {
		margin-top: 50px;
	}

	.contents .half-section>.pd-r {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.contents .half-section>.pd-l {
		padding-left: 0;
		padding-bottom: 20px;
	}

	.panel-title {
		padding-bottom: 10px;
	}

	.sub-title {
		padding-bottom: 9px;
		margin-bottom: 20px;
	}

	.stripe-list>li {
		padding: 10px 10px 10px 25px;
	}

	.sub-content-background .back-contain {
		width: 500px;
	}

	.normal-table {
		font-size: 24px;
		line-height: 30px;
	}

	.italic-part p {
		font-size: 32px;
		line-height: 50px;
	}

	.icon-panel.text-box {
		padding-left: 40px;
	}

	.icon-panel.text-box i {
		position: static;
		top: 0;
		left: 0;
		margin: 0 auto 20px;
		width: 180px;
		height: 180px;
	}

	.icon-panel.text-box>* {
		display: block;
	}

	.icon-panel.text-box>li {
		font-size: 22px;
		line-height: 30px;
	}

	.normal-table th {
		width: 180px;
	}

	.normal-table.time-table td span {
		font-size: 20px;
		letter-spacing: -2px;
	}

    #subQuick {
        position: fixed;
        bottom: 62px;
        left: initial;
        right: 0;
        width: 100%;
        max-width: initial;
        transform: initial;
        z-index: 100;
    }

    #subQuick > a {
        left: auto;
        right: 30px;
    }

    #subQuick > a:first-child {
        bottom: 505px;
        position: absolute;
        left: initial;
    }

    #subQuick > a:nth-child(2) {
        bottom: 273px;
        position: absolute;
        left: initial;
    }

    #subQuick > a:nth-child(3) {
        bottom: 40px;
        position: absolute;
        left: initial;
    }
}

.bgBox {
	margin: 0 0 40px;
	padding: 20px 0;
	background: #9e425f;
	text-align: center;
	color: #f9d8e2;
	font-size: 34px;
	line-height: 1.5;
}

.bgBox b {
	font-weight: 400;
}

.bgBox .iconUnder {
	color: #fff;
}

.iconUnder {
	position: relative;
	margin-left: 50px;
	border-bottom: 1px solid #fff;
}

.iconUnder:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -50px;
	width: 38px;
	height: 37px;
	background: url('/public/images/bul_type1.png') no-repeat;
}

.ftColor1 {
	color: #fff600;
}

@media all and (max-width:1240px) {
	.bgBox {
		font-size: 17px;
	}

	.iconUnder {
		margin-left: 25px;
	}

	.iconUnder:after {
		top: 0;
		left: -25px;
		width: 18px;
		height: 18px;
		background-size: cover;
	}
}

@media all and (max-width:767px) {
	.bgBox {
		font-size: 30px;
	}

	.iconUnder {
		margin-left: 50px;
	}

	.iconUnder:after {
		top: 0;
		left: -35px;
		width: 30px;
		height: 30px;
	}
}


.swiper-container-horizontal {
	overflow: hidden;
}

.swiper-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.swiper-slide {
	flex-shrink: 0;
}

#quick {
    display: none;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 1000;
}

@media all and (max-width:1200px) {
	#quick {
		display: none;
	}
}

#quick li {
	border-top: 1px solid #ccc;
}

#quick li:first-child {
	border: 0;
}

#quick a {
	display: block;
	width: 110px;
	height: 110px;
	padding-top: 15px;
	font-size: 14px;
	color: #333;
}

#quick li:first-child a:before {
	content: "";
	display: block;
	height: 84px;
}

#quick .blog a:before {
	background: url('/public/images/main/icon_blog.png') no-repeat 50%;
}

#quick .facebook a:before {
	background: url('/public/images/main/icon_facebook.png') no-repeat 50%;
}

#quick .plus a:before {
	background: url('/public/images/main/icon_plus.png') no-repeat 50%;
}

#quick .contact {
	display: none;
}

#quick .contact a:before {
	background: url('/public/image/quick-call-m.png') no-repeat 50%;
}

#quick .link1 a:before {
	background: url('/public/images/main/icon_link1.png') no-repeat 50%;
}
/*
#quick .link2 a:before {
	background: url('/public/images/main/icon_link2.png') no-repeat 50%;
}

#quick .link3 a:before {
	background: url('/public/images/main/icon_link3.png') no-repeat 50%;
}

#quick .link4 a:before {
	background: url('/public/images/main/icon_link4.png') no-repeat 50%;
}

#quick .link5 a:before {
	background: url('/public/images/main/icon_link5.png') no-repeat 50%;
}
*/
#quick [class*="link"] {
	background: rgba(248, 248, 248, .9);
}

#quick .link4 {
	display: none;
}

#quick .addTop {
	display: none;
}

#quick .blog {
	background: rgba(243, 255, 247, .9);
}

#quick .facebook {
	background: rgba(227, 242, 255, .9);
}

#quick .plus {
	background: rgba(255, 250, 199, 0.9);
}

#quick .btnTop button {
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
	font-size: 14px;
}

#quick .btnTop button:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	border: 7px solid transparent;
	border-top: 0;
	border-bottom: 10px solid #fff;
}

@media all and (max-width:1024px) {
	#quick {
		display: block;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10000;
		transform: none;
		border-top: 1px solid #fff;
	}

	#quick li {
		float: left;
		width: 20%;
		border: 0;
		border-left: 1px solid #bb7b8f;
	}

	#quick li.link1 {
		border: 0;
	}

	#quick li.contact,
	#quick [class*="link"] {
		background: #752e4a;
	}

	#quick a {
		width: auto;
		height: 84px;
		margin: 0;
		padding: 0;
		font-family: Pretendard;
		font-size: 23px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: -0.58px;
		text-align: center;
		color: #fff;
		line-height: 84px;
	}

	#quick li:first-child a:before {
		height: 84px;
		background-size: auto;
	}

		/*

	#quick li.link2 a:before {
		background: url('/public/images/main/icon_link2_mo.png') no-repeat 50%;
	}

	#quick li.link3 a:before {
		background: url('/public/images/main/icon_link3_mo.png') no-repeat 50%;
	}

	#quick li.link4 a:before {
		background: url('/public/images/main/icon_link4_mo.png') no-repeat 50%;
	}

	#quick li.link5 a:before {
		background: url('/public/images/main/icon_link5_mo.png') no-repeat 50%;
	}
	*/

	#quick .contact {
		display: block;
	}

	#quick li.link1,
	#quick .blog,
	#quick .facebook,
	#quick .btnTop,
	#quick .plus {
		display: none;
	}

	#quick .addTop {
		display: block;
		position: absolute;
		top: -57px;
		left: 50%;
		background-image: url(../images/icon-pack.png);
		background-position: 0 -200px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 10px 0 0;
		padding: 0;
		color: #fff;
		font-size: 20px;
		width: 186px;
		height: 60px;
		margin-left: -93px;
	}

	#quick .addTop:before {
		display: none;
	}

	#quick .link4 {
		display: block;
	}
} 

@media all and (max-width:850px) {
    .video-thumb {
        display: flex;
        width: 600px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .video-thumb li {
        margin-right: 20px;
        width: 600px;
        height: 560px;
    }

    .video-thumb li iframe {
        width: 100%;
        height: 330px;
    }

    .video-thumb .viewCont.small {
        height: 330px;
    }

    .video-thumb ._title {
        font-size: 24px;
    }

    .video-thumb li:nth-child(even) {
        margin-right: 20px;
    }
}

.md-title.highlight {
    color: #8D2E2E;
    font-family: NanumGothic;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    margin-bottom: 22px;
}

.s-highlight {
    color: #8D2E2E;
font-family: NanumGothic;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.7px;
display: block;
}

.integrated-care-stage5 {
    padding: 35px 0;
}

.integrated-care-container {
    margin: 0 auto;
}

/* 상단 텍스트 영역 */
.integrated-care-text {
    margin-bottom: 54px;
}

.integrated-care-main-title {
    color: #8D2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
    letter-spacing: -1.2px;
    margin-bottom: 10px;
}

.integrated-care-description {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: -0.8px;
    margin-bottom: 30px;
}

.integrated-care-description b {
    color: #8D2E2E;
}

/* 체크리스트 */
.integrated-care-features {
    list-style: none;
    padding: 0;
}

.integrated-care-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: -0.8px;
}

.integrated-care-features li img {
    margin-right: 15px;
}

/* 하단 배너 영역 */
.integrated-care-banner {
    position: relative;
    height: 187px;
    background: url('/public/images/img-hospital-banner-bg.png') center center / cover no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integrated-care-banner-title {
    color: #FFF;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -1.25px;
font-family: 'Nanum Myeongjo';
}

.box-list.flex {
    display: flex;
	padding: 30px 50px;
	border: 1px #ddd solid;
    justify-content: space-between;
}

.box-list.flex div {
    min-width: 460px;
}

.box-list.flex li {
	border-bottom: 1px #ddd dashed;
	padding-top: 16px;
	padding-bottom: 16px;
}

.box-list .highlight {
    color: #8D2E2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.7px;
    margin-top: 20px;
    display: block;
}

.title-satis {
    color: #000;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -1.6px;
margin-top: 60px;
margin-bottom: 20px;
}
 
.consultation-procedure {
    background: #fff;
}

.procedure-container {
    margin: 0 auto;
}

.step-item {
    display: flex;
    align-items: stretch;
    background: #f5f7f9;
    overflow: hidden;
    margin-bottom: 1px;
}

.step-item:nth-child(even) {
    background: #fff;
}

.step-item:last-child {
    margin-bottom: 0;
}

/* 번호 영역 */
.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 10px 14px;
    flex-shrink: 0;
    color: #FFF;
    font-family: NanumGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.9px;
    background: #8D2E2E;
}

/* 콘텐츠 영역 */
.step-content {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 20px;
}

.step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    min-width: 80px;
    flex-shrink: 0;
    color: #333;
    font-family: NanumGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.8px;
}

/* 세로 구분선 */
.step-separator {
    width: 1px;
    height: 20px;
    background: #E0E0E0;
    margin: 0 25px;
    flex-shrink: 0;
}

.step-description {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
    margin: 0;
    flex: 1;
    color: #777;
    font-family: NanumGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.8px;
}

/* 주의사항 */
.procedure-disclaimer {
    text-align: center;
    margin: 0;
    height: 75px;
    width: 100%;
    background: #F5F7F9;
    display: flex;
    align-items: center;
    color: #8D2E2E;
    font-family: NanumGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.7px;
    justify-content: center;
    margin-top: 30px;
}


.recommend-check-section {
    background: #fff;
    padding: 60px 0 40px 0;
    font-family: 'Arial', sans-serif;
}

.recommend-check-container {
    margin: 0 auto;
}

.recommend-check-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 32px;
}

.recommend-check-group {
    margin-bottom: 32px;
}

.recommend-check-subtitle {
    color: #8D2E2E;
font-family: NanumGothic;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 100% */
letter-spacing: -1.2px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.recommend-check-subtitle .small-text {
    color: #8D2E2E;
font-family: NanumGothic;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: -1.2px;
    margin-left: 6px;
}

.recommend-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommend-check-list li {
    position: relative;
    padding-left: 10px;
    color: #777;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
letter-spacing: -0.8px;
}

.recommend-check-list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 3px;
    height: 3px;
    background: #777;
    border-radius: 50%;
}

.recommend-check-list li .red-text {
    color: #8D2E2E;
}

@media all and (max-width:1250px) {
    .box-list.flex div {
        min-width: 360px;
    }
}

@media all and (max-width:767px) {
    .integrated-care-description {
        color: #777;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
    }

    .integrated-care-features li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: #333;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.8px;
    }

    .box-list.flex {
        display: flex;
        padding: 30px 40px;
        border: 1px #ddd solid;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .box-list .highlight {
        color: #8D2E2E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.7px;
        margin-top: 20px;
        display: block;
        word-break: keep-all;
    }

    .step-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000;
        margin: 0;
        min-width: 96px;
        flex-shrink: 0;
        color: #333;
        font-family: NanumGothic;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.8px;
    }

    .step-description {
        font-size: 0.95rem;
        color: #333;
        line-height: 1.5;
        margin: 0;
        flex: 1;
        color: #777;
        font-family: NanumGothic;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.8px;
    }

    .procedure-disclaimer {
        text-align: center;
        margin: 0;
        height: 100px;
        width: 100%;
        background: #F5F7F9;
        align-items: center;
        color: #8D2E2E;
        font-family: NanumGothic;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.7px;
        justify-content: center;
        margin-top: 30px;
    }

    .s-highlight {
        color: #8D2E2E;
        font-family: NanumGothic;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.7px;
        display: block;
        word-break: keep-all;
    }

    .recommend-check-list li {
        position: relative;
        padding-left: 10px;
        color: #777;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.8px;
    }
}
