@charset "UTF-8";

/* 애니메이션 */
@keyframes spin {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

/* 공통클래스 */
body {min-width: 1330px;max-width: 1920px;width: 100%;margin:0 auto;}
hr {height:1px;border: 0;background-color: #cecac3;}
.w100 {width: 100% !important;}
.inner {width:100%;max-width: 1360px;margin:0 auto;padding:0 30px;box-sizing: border-box;}
.mb-show {display: none !important;}
.mb-hide {display: initial !important;}
.mb-block {display: none !important;}
.pc-block {display: block !important;}
.tableType-01.mb-hide {display: block !important;}
.video {position: relative;width: 100%;max-width: 1000px;margin:0 auto;border:3px solid #d6282a;box-sizing: border-box;}/* 임시 색상 */
.video:after {display: block;padding-top: 56%;content: "";}
.video.no-border {border:none;}
.video .post-play {position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 100;}
.video .post-play:after {position: absolute;top: 0;bottom: 0;right: 0;left: 0;display: flex;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, 0.6);content: url(/resource/images/play2.png);}
.video .post-play img {width: 100%;height: 100%;}
.video .post {position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 100;}
.video .post img {width: 100%;height: 100%;}
.video iframe,
.video object,
.video embed,
.video .video-file {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;}
.video video {max-width: 100%;}
.img-box.center {text-align: center;}
.img-box img {max-width: 100%;}
.contents {padding: 120px 0;}
.contents.no-pad {padding: 0;}
.contents.no-top-pad {padding-top: 0;}
.contents.no-bottom-pad {padding-bottom: 0;}
.contents.half-pad {padding: 60px 0;}
.contents.half-top-pad {padding-top: 60px;}
.contents.half-bottom-pad {padding-bottom: 60px;}
.contents.bg-gray {background-color: #f4f1ee;}
.cont-tit {margin-bottom: 20px;padding-left: 36px;font-size: 28px;font-weight: 500;line-height: 1.5;letter-spacing: -1.5px;background-image: url(/resource/images/cont-tit-icon.png);background-repeat: no-repeat;background-position: 0 55%;}
.cont-box {position: relative;display: flex;padding: 40px 0;box-sizing: border-box;}
.cont-box.blue-border {border-top: 1px solid #577abc;}
.cont-box.gray-border {border-top:1px solid #ddd;}
.cont-box.last {border-bottom:1px solid #ddd;}
.cont-box:before {position: absolute;top: 0;left: 0;width: 100%;height: 1px;background-color: #e3e3e3;content: '';}
.cont-box:after {position: absolute;top: 0;left: 0;width: 362px;height: 1px;background-color: #333;content: '';}
.cont-box.no-border:after,
.cont-box.no-border:before {display: none;}
.cont-box .cont-label {flex-shrink: 0;width: 362px;margin-left: 46px;color: #333333;font-size: 20px;font-weight: 500;line-height: 1.4;letter-spacing: -1.25px;}
.cont-box .cont-label img {max-width: 100%;}
.cont-box .cont {width: 100%;margin-left: 46px;font-size: 20px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;word-break: keep-all;}
.cont-box .cont p {font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;word-break: keep-all;}
.cont-box .cont p+p {margin-top: 5px;}
.cont-box .cont .img-box {margin:30px 0;}
.ff-lato {font-family: Lato;}
.ff-noto {font-family: 'Noto Sans KR';}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-red {color:#ff6600;}
.text-point {color:#577abc !important;}
.text-font {}
.view {display: inline-block;padding:5px 0;color:#333 !important;font-family: Lato;font-size: 13px;font-weight: 600;line-height: 1;text-transform: uppercase;text-indent: 3px;letter-spacing: 4px;border-bottom: 1px solid #333;}
.view:after {display: inline-block;margin-top: -2px;margin-right: -3px;color:#0b778e;font-size: 18px;vertical-align: middle;content:'+';}

/* 반응형 카카오맵 */
.root_daum_roughmap {width: 100% !important;}

/* 인풋,셀렉트 */
.form {display: flex;align-items: center;justify-content: flex-start;}
.form + .form {margin-top: 25px;}
.form.align-top {align-items: flex-start;}
.form .label {flex-shrink: 0;display: inline-block;width: 120px;font-size: 18px;font-weight: 500;line-height: 1.33;letter-spacing: -0.9px;}
.form > .num {display: flex;align-items: center;justify-content: space-between;}
.form > .num .form-control {width: 30%;}
.form > .mail {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.form > .mail .id {width: 39.8%;}
.form > .mail .domain {width: 54.8%;}
.form > .mail .selec {width: 100%;}
.form-control {width: 100%;height: 48px;padding:0 10px;font-size: 18px;line-height: 46px;border: 1px solid #ddd;box-sizing: border-box;}
.form-control-xs {width: 100%;height: 38px;padding:0 10px;font-size: 16px;line-height: 36px;border: 1px solid #ddd;box-sizing: border-box;}
textarea.form-control {height: auto;}
.form-control.w50 {	width: 50%;}
.form-control.w40 {	width: 40%;}
.form-control.w30 {	width: 30%;}
.radio-box label {margin-right: 10px;font-size: 18px;}
.radio-box input[type="radio"] {width: 18px;height: 18px;font-size: 18px;}

/* 리스트 타입 */
.c-middot-list li {position: relative;padding-left: 20px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -0.9px;}
.c-middot-list li:after {position: absolute;top: 11px;left: 0;width: 8px;height: 8px;border-radius: 100%;background-color: #577abc;content:'';}
.c-middot-list li+li {margin-top: 6px;}
.middot-list li {position: relative;padding-left: 10px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;}
.middot-list li:after {position: absolute;top: 14px;left: 0;width: 3px;height: 3px;border-radius: 100%;background-color: #333;content:'';}
.middot-list li+li {margin-top: 6px;}
.num-list {display: flex;flex-wrap: wrap;width: calc(100% + 20px);margin-left: -10px;}
.num-list li {display: flex;align-items: center;position: relative;width: calc(50% - 20px);min-height: 74px;margin:10px;padding:0 26px 0 100px;color: #333;font-size: 18px;font-weight: 300;line-height: 1.4;box-sizing: border-box;background-color: #fff;}
.num-list li span {display: flex;align-items: center;justify-content: center;position: absolute;top: 0;left: 0;width: 74px;height: 100%;color: #fff;font-family: Lato;font-size: 22px;font-weight: bold;letter-spacing: -1.1px;text-align: center;background-color: #3c65b4;}
.num-list li * {flex-shrink: 1;}
.number-list {counter-reset: var-count;}
.number-list li {position: relative;padding-left: 40px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;}
.number-list li:after {position: absolute;top: 0;left: 0;width: 29px;height: 29px;color:#fff;text-align: center;background-color: #577abc;counter-increment: var-count;content: counter(var-count);}

/* 박스 타입 */
.box {padding:45px 94px 60px;box-sizing: border-box;}
.box.border {border: solid 16px #f4f1ee;}
.box.half-border {border: solid 8px #f4f1ee;}
.box p {padding: 15px 0;color: #333;font-size: 18px;font-weight: 300;border-bottom:1px solid #dedad6;}

/* 플렉스 타입 */
.flex-box-1 {display: flex;align-items: center;justify-content: space-between;margin-top: 15px;}
.flex-box-1 .left {font-size: 25px;font-weight: bold;line-height: 1.68;letter-spacing: -1.25px;}
.flex-box-1 .left img {margin-right: 10px;}
.flex-box-1 .bar {width: 30px;height: 1px;background-color: #333;}
.flex-box-1 .right p {display: inline-block;padding:0 15px;font-size: 18px;font-weight: 500;line-height: 1.5;letter-spacing: -0.9px;border:none;}

/* 게시판 - 썸네일 */
#thumb-box {margin-top: 35px;}
#thumb-box .thumb {display: flex;flex-wrap: wrap;width: calc(100% + 50px);margin-left: -25px;}
#thumb-box .thumb li {width: calc(33.33% - 50px);margin:0 25px 100px;}
#thumb-box .thumb li .img {overflow: hidden;position: relative;}
#thumb-box .thumb li .img:after {display: block;padding-top: 56%;content: '';}
#thumb-box .thumb li .img img {position: absolute;top: 0;left: 0;width: 100%;}
#thumb-box .thumb li .text {padding:40px 0 30px;}
#thumb-box .thumb li .text small {margin-bottom: 5px;color: #577abc;font-size: 16px;font-weight: 500;line-height: 1;letter-spacing: -0.8px;}
#thumb-box .thumb li .text p {margin-bottom: 10px;color: #333;font-size: 20px;font-weight: 500;line-height: 1.5;letter-spacing: -1px;}
#thumb-box .thumb li .text span {color: #8f8f8f;font-size: 16px;line-height: 1.6;letter-spacing: -0.8px;}
#thumb-box .thumb li .date {font-size: 16px;line-height: 1.75;color: #8f8f8f;}
#thumb-box .thumb li .more {display:block;width: 168px;height: 45px;margin-top: 30px;color:#fff;text-align: center;line-height:45px;background-color: #577abc;transition: all 0.3s;}
#thumb-box .thumb li .more:hover {opacity: 0.8;}

/* 게시판 - 리스트 */
#list-box {margin-top: 35px;}
#list-box .list {width: 100%;border-top: 1px solid #577abc;}
#list-box .list li {display: flex;align-items: center;width: 100%;padding:30px 0;border-bottom: 1px solid #ddd;}
#list-box .list li .date {width:15%;color: #577abc;font-size: 28px;font-weight: 600;line-height: 1;letter-spacing: -0.28px;text-align: center;}
#list-box .list li .title {width: 70%;}
#list-box .list li .title p {display: block;font-size: 20px;font-weight: normal;line-height: 1.5;letter-spacing: -1px; color: #333;}
#list-box .list li .title span {display: block;margin-top: 10px;font-size: 16px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.6;letter-spacing: -0.8px;color: #828181;}
#list-box .list li .name {width:15%;color: #577abc;font-size: 16px;font-weight: 600;line-height: 1;letter-spacing: -0.18px;text-align: center;}
#list-box .list li:hover .title p {color:#577abc;}

/* 게시판 - 카드 */
#card-box {margin-top: 35px;}
#card-box .card {display: flex;flex-wrap: wrap;width: calc(100% + 50px);margin-left: -25px;}
#card-box .card li {width: calc(33.33% - 50px);margin:0 25px 80px;}
#card-box .card li a {display: flex;flex-flow: column;height: 100%;border: 1px solid #d4c6b8;}
#card-box .card li a .top {padding:40px;box-sizing: border-box;}
#card-box .card li a .top p {display: block;font-size: 23px;font-weight: 500;line-height: 1.3;letter-spacing: -1.15px;text-align: left;color: #333;}
#card-box .card li a .top span {display: block;margin-top: 15px;font-size: 16px;font-weight: 300;line-height: 1.6;letter-spacing: -0.8px;color: #9a9a9a;}
#card-box .card li a .bottom {display: flex;margin-top: auto;border-top: 1px solid #d4c6b8;}
#card-box .card li a .bottom .info {width: 55%;display: flex;align-items: center;justify-content: center;}
#card-box .card li a .bottom .info .name {position: relative;font-size: 14px;font-weight: 300;line-height: 1.2;letter-spacing: -0.7px;color: #9a9a9a;}
#card-box .card li a .bottom .info .name:before {display: inline-block;width: 16px;height: 13px;margin-right: 5px;background-image: url(/resource/images/like-icon.png);background-repeat: no-repeat;background-position: 0 0;transform: translateY(2px);content:'';}
#card-box .card li a .bottom .info .name.bar {padding-right: 15px;margin-right: 15px;}
#card-box .card li a .bottom .info .name.bar:after {display: block;position: absolute;top: 50%;left: 100%;width: 1px;height: 11px;margin-top: -5px;background-color: #577abc;content:'';}
#card-box .card li a .bottom .info .date {font-size: 16px;line-height: 1.88;color: #577abc;}
#card-box .card li a .bottom .more {width: 45%;height: 50px;color:#fff;line-height: 50px;text-align: center;background-color: #577abc;transition: all 0.3s;}
#card-box .card li:hover a .bottom .more {opacity: 0.8;}

/* 탭 */
[id*="tab"] {display: flex;justify-content: center;margin-bottom: 29px;}
[id*="tab"] li {width: 100%;}
[id*="tab"] li a {display: flex;justify-content: center;width: 100%;height: 52px;color:#333;font-size: 20px;font-weight: 500;line-height: 52px; background-color: #f1f1f1;}
[id*="tab"] li.on a {color:#fff;background-color: #577abc;}

/* 진행상태 */
.lab {display: inline-block;margin-right: 10px;padding:0 15px;color:#fff;font-size: 14px;font-weight: 300;border-radius: 25px;transform: translateY(-2px);}
.lab.com {background-color: #333;}
.lab.ing {background-color: #577abc;}
.lab.end {background-color: #bbb;}

/* 게시판 검색박스 */
.search-wrap {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 380px;
	height: 60px;
	margin: -30px auto 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 32px;
}
.search-wrap input {
	width: 100%;
	height: 100%;
	padding: 0 25px;
	color: #333;
	font-size: 20px;
	font-family: 'Noto Sans Kr';
	letter-spacing: -1.2px;
	border: none;
	outline: none;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0);
}
.search-wrap input::placeholder {
	color:#ddd;
	font-size: 18px;
}
.search-wrap button {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 18px;
	margin-top: -9px;
	text-indent: -9999px;
	background-image: url("/resource/images/search-gray.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}



/* Top Banner */
#banner {
	/* display: none; */
	overflow: hidden;
	position: relative;
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	height: 0;
	z-index: 9997;
}

#banner .button_wrap {
	/* position: absolute; */
	width: 100%;
	height: 44px;
	/* top: 0; */
	z-index: 12;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
	transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms, -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 450ms;
}

#banner .button_wrap .banner_open_button {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: Lato;
	font-size: 16px;
	font-weight: bold;
	text-indent: 34px;
	letter-spacing: 9.6px;
}

#banner .button_wrap .banner_open_button b {
	color:#333;
	font-weight: bold;
}

#banner .banner_wrap {
	position: relative;
	/* position: absolute;
	top: 0;
	left: 0; */
	z-index: 13;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#banner .swiper-container {
	/* height: 400px; */
	z-index: 4;
}

#banner .swiper-slide {
	overflow: hidden;
}

#banner .swiper-slide img {
	position: relative;
	width: 100%;
	left: 50%;
	min-height: 90px;
	transform: translateX(-50%);
}

#banner .swiper-button_wrap {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 90px;
	width: 114px;
	height: 38px;
	margin-left: auto;
	z-index: 1;
	border: 1.2px solid #fff;
	border-radius: 19px;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
	display: inline-block;
	top: 50%;
	width: 57px;
	height: 38px;
	margin-top: -19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("/resource/images/arr3.svg");
	background-color: rgba(0,0,0,0.1);
	background-size: 15px 15px;
	background-position: center center;
	background-repeat: no-repeat;
	border: none !important;
	vertical-align: top;
}

#banner .swiper-button-next {
	right: 0;
	border-radius: 0 19px 19px 0;
}

#banner .swiper-button-prev {
	left: 0;
	border-radius: 0 19px 19px 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
	display: none;
}

#banner .banner__pagination_wrap {
	position: absolute;
	width: 100%;
	max-width: 1920px;
	height: 38px;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#banner .banner__pagination_wrap .swiper-pagination {
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
	font-size: 0;
	max-width: 1120px;
	padding: 0 40px;
	right: 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#banner .swiper-pagination-bullet {
	position: relative;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	border-radius: 50%;
	border: 1px solid transparent;
	-webkit-transition: width 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: width 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	vertical-align: middle;
}

#banner .swiper-pagination-bullet:before {
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
}

#banner .swiper-pagination-bullet-active {
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;
}

#banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.43);
	transform: scale(0.43);
}

#banner .banner_close_button {
	opacity: 0;
}

#banner .banner_close_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 68px;
	background-color: rgba(0,0,0,0.1);
	z-index: 2;
}

#banner .banner_close_button:before,
#banner .banner_close_button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#banner .banner_close_button:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.is-banner-active #banner {
	/* overflow: hidden; */
	height: auto;
}

.is-banner-active #banner .banner_wrap {
	z-index: 12;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-banner-active #banner .button_wrap {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 8;
}

.is-banner-active #banner .banner_close_button {
	top: 10px;
	right: 26px;
	opacity: 1;
}

.is-banner-active #banner .banner_close_button:before,
.is-banner-active #banner .banner_close_button:after {
	height: 30px;
}

#banner_hide_button {
	z-index: 10 !important;
	cursor: pointer;
	opacity: 0;
}

.button_plus {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 24px;
}

.button_plus span:nth-of-type(1) {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	width: 10px;
	height: 2px;
	background: #fff;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.button_plus span:nth-of-type(2) {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	height: 10px;
	width: 2px;
	background: #fff;
	-webkit-transform: translate(-50%, 0) rotate(-90deg);
	transform: translate(-50%, 0) rotate(-90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.background_gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #446bb5;
	animation: gradientBg 8000ms infinite linear;
	z-index: -1;
}

/* Top */
#top {
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: fixed;
	right: 30px;
	bottom: 30px; */
	width: 52px;
	height: 52px;
	padding:6px 0;
	line-height: 1;
	text-align: center;
	border:2px solid #333;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 9990;
}
#top span {
	display: inline-block;
	padding:0;
	font-family: 'NEXON Lv2 Gothic';
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #333 !important;
	transition: all 0.5s;
}
/* #top:hover span {
	padding: 0;
	transition: all 0.5s;
}
#top:hover br {
	display: none;
} */

/* Quick */
#quick {
	display: flex;
	align-items: flex-end;
	flex-flow: column;
	position: fixed;
	right: 0;
	bottom: 40%;
	min-width: 52px;
	max-width: 160px;
	transform: translateY(50%);
	z-index: 8000;
}
#quick a:not(#top) {
	overflow: hidden;
	display: block;
	width: 52px;
	height: 52px;
	border: 1px solid #cbcbcb;
	border-bottom: 0;
	box-sizing: border-box;
	background-color: #efefef;
	transition: width 0.4s;
}
#quick a.icon-you,
#quick a.icon-blog {
	border-bottom: 1px solid #cbcbcb !important;
	background-color: #fff !important;
}
#quick a.icon-blog {
	margin-top: -1px;
}
#quick a i {
	display: inline-block;
	height: 100%;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	vertical-align: middle;
}
#quick a:not(#top) span {
	overflow: hidden;
	display: none;
	margin-top: -2px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans kr';
	white-space: nowrap;
	vertical-align: middle;
}
#quick a.icon1 i {
	background-image: url("/resource/images/q-notice.png");
}
#quick a.icon2 i {
	background-image: url("/resource/images/q-time.png");
}
#quick a.icon3 i {
	background-image: url("/resource/images/q-kakao.png");
}
#quick a.icon4 i {
	background-image: url("/resource/images/q-place.png");
}
#quick a.icon5 i {
	background-image: url("/resource/images/q-call.png");
}
#quick a.icon6 i {
	background-image: url(/resource/images/q-emergency-on.png);
    background-color: #bb3b3c;
}
#quick a.icon-you i {
	background-image: url("/resource/images/q-you.png");
}
#quick a.icon-blog i {
	background-image: url("/resource/images/q-blog.png");
}
#quick a.icon6:hover {
	width: 160px;
	border-color: #bb3b3c !important;
	background-color: #bb3b3c !important;
}
#quick a.icon6:hover i {
    background-color: #bb3b3c !important;
}
#quick a:not(#top):hover {
	width: 160px;
	border-color: #2f325b;
	background-color: #2f325b;
}
#quick a.icon-you:hover,
#quick a.icon-blog:hover {
	border-color: #cdcdcd !important;
	background-color: #fff !important;
}
#quick a:not(#top):hover i {
	background-color: #2f325b;
}
#quick a.icon1:hover i {
	background-image: url("/resource/images/q-notice-on.png");
}
#quick a.icon2:hover i {
	background-image: url("/resource/images/q-time-on.png");
}
#quick a.icon3:hover i {
	background-image: url("/resource/images/q-kakao-on.png");
}
#quick a.icon4:hover i {
	background-image: url("/resource/images/q-place-on.png");
}
#quick a.icon5:hover i {
	background-image: url("/resource/images/q-call-hover.png");
}
#quick a.icon-you:hover i {
	background-color: #fff !important;
}
#quick a.icon-blog:hover i {
	background-color: #fff !important;
}
#quick a:not(#top):hover span {
	display: inline-block;
	padding-left: 10px;
	color:#fff;
	line-height: 50px;
}
#quick a.icon-you:hover span {
	color:#333 !important;
}
#quick a.icon-blog:hover span {
	color:#333 !important;
}

/* Header */
header {
	position: fixed;
	left: 0;
	width: 100%;
	padding-top: 35px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.2s;
	z-index: 9999;
}

header.on {
	top: 0 !important;
}

header .top_div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

header .top_div>* {
	vertical-align: middle;
}


header .login {
	position: absolute;
	top: 45px;
	right: 30px;
	padding:10px 30px;
	border-radius: 25px;
	background-color: #577abd;
}

.logo {
	display: inline-block;
}

.logo .non-fix {
	display: block;
}

.logo .fix {
	display: none;
}

.search-box {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 380px;
	height: 40px;
	margin: 0 50px;
	box-sizing: border-box;
	border-radius: 20px;
}

.search-box input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	color: #333;
	font-family: 'Noto Sans Kr';
	border: none;
	outline: none;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0);
}
.search-box input::placeholder {
	color:#fff;
}

.search-box button {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 18px;
	margin-top: -9px;
	text-indent: -9999px;
	background-image: url("/resource/images/search-gray.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.search-box.head {
	border: 3px solid #2f325b;
}

.search-box.black {
	max-width: 515px;
	border: 3px solid #333;
}

.search-box.black input {
	color: #333;
	text-indent: 50px;
}

.search-box.black button {
	right: auto;
	left: 20px;
	background-image: url("/resource/images/g-search.png");
}

.search-box.all {
	display: block;
	margin: 0 auto 50px;
}

.tvLink {
	display: inline-block;
	padding-left: 38px;
	font-size: 14px;
	background-image: url("/resource/images/w-you.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.menu-button {
	display: none;
	position: relative;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 10001;
}

.menu-button .bar {
	position: relative;
	display: block;
	width: 34px;
	height: 4px;
	margin: 7px auto;
	background-color: #111;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.menu-button.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.menu-button.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.menu-button.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

nav {
	overflow: hidden;
}

nav .gnb {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* width: 100%; */
	/* max-width: 1120px; */
	margin: 0 auto;
}

nav .gnb>li {
	position: relative;
	text-align: center;
	margin:0 20px;
}

nav .gnb>li>a {
	display: inline-block;
	padding: 30px 0;
	font-family: 'Noto Sans Kr';
	font-size: 18px;
	font-weight: normal;
	/* font-weight: bold; */
	color:#333;
}

nav .gnb>li .sub-menu {
	overflow: hidden;
	position: relative;
	height: 0;
	transition: all 0.4s;
}

nav .gnb>li .sub-menu.border:after {
	position: absolute;
	top: 0;
	left: -800px;
	width: 3000px;
	height: 1px;
	background-color: #ddd;
	content: '';
}

nav .gnb>li .sub-menu>li {
	line-height: 1.94;
}

nav .gnb>li .sub-menu>li a {
	color: #333;
	font-family: 'Noto Sans Kr';
	font-size: 18px;
	font-weight: 400;
}

nav .gnb>li .sub-menu>li a:hover {
	color: #f19d9d;
	opacity: 1;
}
nav #sitemap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #f7f7f7;
}
nav:hover #sitemap {
	/* display: block;
	opacity: 1; */
}
nav #sitemap .m-menu-head {
	display: none;
	padding:45px 35px 55px;
	box-sizing: border-box;
	background-color: #1a223d;
}
nav #sitemap .m-menu-head .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav #sitemap .m-menu-head .middle {
	margin-top: 60px;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	letter-spacing: -1.95px;
}
nav #sitemap .m-menu-head .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
nav #sitemap .m-menu-head .bottom a {
	width: 49%;
	height: 66px;
	color: #fff;
	font-size: 26px;
	line-height: 64px;
	text-align: center;
	letter-spacing: -1.95px;
	box-sizing: border-box;
}
nav #sitemap .m-menu-head .bottom a:first-of-type {
	border:1px solid #fff;
}
nav #sitemap .m-menu-head .bottom a:last-of-type {
	border:1px solid #1c9db8;
	background-color: #1c9db8;
}
nav #sitemap .m-menu-foot {
	display: none;
}
nav #sitemap .m-menu-foot .tel-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav #sitemap .m-menu-foot .tel-box:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 145px;
	background-color: rgba(255,255,255,0.6);
	content:'';
}
nav #sitemap .m-menu-foot .tel-box a {
	width: 50%;
	color:#fff;
	font-family: Lato;
	font-size: 30px;
	font-weight: 900;
	line-height: 145px;
	letter-spacing: normal;
	text-align: center;
	box-sizing: border-box;
	background-color: #1c9db8;
}
nav #sitemap .m-menu-foot .m-sns {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px 0;
	background-color: #1a223d;
}
nav #sitemap .m-menu-foot .m-sns li {
	padding:0 20px;
}
nav #sitemap .inner {
	/* display: flex; */
	/* align-items: flex-start; */
	/* justify-content: center; */
	max-width: 1084px;
	padding:60px 30px;
	text-align: center;
	background-image: url(/resource/images/all-menu-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
nav #sitemap .menu {
	/* display: flex; */
	display: inline-block;
	flex-wrap: wrap;
	/* width: calc(100%/7*2.5); */
	padding:0 23px;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
}
nav #sitemap .menu.half {
	/* width: calc(100%/8); */
}
nav #sitemap .menu p {
	flex-shrink: 0;
	width: 100%;
	/* margin-bottom: 30px; */
	color:#446bb5;
	font-size: 18px;
	font-weight: 500;
}
nav #sitemap .menu dl {
	width: 50%;
	margin-top: 20px;
}
nav #sitemap .menu.half dl {
	width: 100%;
}
nav #sitemap .menu dl dt {
	padding:3px 0;
}
nav #sitemap .menu dl dt a {
	color:#333;
}
nav #sitemap .menu dl dt a:hover {
	color:#577abc;
}
nav #sitemap .menu.tag dl dt a:before {
	content:'#';
}
nav #sitemap .menu dl dd {
	padding:3px 0;
}
nav #sitemap .menu dl dd a {
	color: #9b9b9b;
}
nav #sitemap .menu dl dd a:hover {
	color:#577abc;
}
nav #sitemap .menu.tag dl dd a:before {
	content:'#';
}

.main header {
	padding-top: 24px;
	padding-bottom: 24px;
	border:none;
	background-color: rgba(49,49,49,0.27);
}
.main header.on {
	background-color: rgba(49,49,49,0.8);
}
.main header .logo {
	width: 71px;
	height: 61px;
}
.main header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/resource/images/logo-w.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main header .logo a img.non-fix {
	display: none;
}
.main header .top_div {}
.main .menu-button {
	display: block;
	order: 3;
}
.main .menu-button .bar {
	background-color: #fff;
}
.main #container {
	padding-top: 0;
}
.main nav .gnb {
	display: none;
}
.main .search-box.head {
	border:none;
}
.main .search-box input {
	color:#333;
	background-color: #fff;
}
.main .login {
	top: 33px;
}


/* Footer */
footer {
	padding:85px 0;
	background-color: #3a3a3a;
}
footer .inner {
	display: flex;
	flex-wrap: wrap;
}
footer .inner #left {
	width: 50%;
	padding-right: 40px;
	box-sizing: border-box;
}
footer .inner #left .l-box {
	display: flex;
	align-items: flex-start;
}
footer .inner #left .l-box.align-center {
	align-items: center;
}
footer .inner #left .l-box+.l-box {
	margin-top: 30px;
}
footer .inner #left .l-box .tit {
	display: inline-flex;
	align-items: center;
	width: 135px;
	color:#fff;
}
footer .inner #left .l-box .tit img {
	margin-right: 15px;
}
footer .inner #left .l-box .num p {
	display: flex;
	align-items: flex-end;
	color:#fff;
	font-size: 15px;
	font-family: Lato;
	line-height: 1;
}
footer .inner #left .l-box .num p span {
	/*margin-left: 10px;*/
	font-size: 30px;
	font-weight: 900;
}
/*2025.11.20 푸터 진료문의 전화번호 스타일 수정*/
footer .inner #left .l-box .num .text-point-w {
	color: #fff !important;
	font-size: 36px !important;
	font-weight: 900 !important;
}
footer .inner #left .l-box .num .text-point-s {
	font-size: 24px !important;
	color:#577abc !important;
	margin-top:10px !important;
	font-weight: 600 !important;
	
}

footer .inner #left table th {
	padding-right: 30px;
	color: #898989;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
footer .inner #left table td {
	padding:2px 0;
	color: #fff;
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
}
footer .inner #left .sns {
	margin-top: 68px;
	padding-top: 29px;
	border-top: 1px solid #666;
}
footer .inner #left .sns p {
	color: #fff;
	font-family: Lato;
	font-size: 18px;
	font-weight: 900;
}
footer .inner #left .sns ul {
	display: flex;
	width: calc(100% + 4px);
	margin-top: 15px;
	margin-left: -2px;
}
footer .inner #left .sns li {
	width: calc(33.33% - 4px);
	margin:0 2px;
}
footer .inner #left .sns li a {
	display: block;
	line-height: 60px;
	text-align: center;
	background-color: #515151;
}
footer .inner #right {
	width: 50%;
}
footer .inner #right .f-map {
	overflow: hidden;
	width: 100%;
	height: 415px;
}
footer .inner #right .counsel {
	position: relative;
	margin-top: 36px;
}
footer .inner #right .counsel p {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.25px;
}
footer .inner #right .counsel .form-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
footer .inner #right .counsel .form-box .name {
	width: 39%;
	border: none;
	background-color: #515151;
}
footer .inner #right .counsel .form-box .num {
	width: 60%;
	border: none;
	background-color: #515151;
}
footer .inner #right .counsel .form-box .text {
	width: 100%;
	margin-top: 1%;
	padding:10px;
	border: none;
	box-sizing: border-box;
	background-color: #515151;
	resize: vertical;
}
footer .inner #right .counsel .agree-check {
	position: absolute;
	right: 0;
	top: 5px;
	display: flex;
	align-items: center;
}
footer .inner #right .counsel .agree-check label {
	color: #848484;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -0.75px;
}
footer .inner #right .counsel .agree-check input {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
footer .inner #right .counsel button,
footer .inner #right .counsel a {
	display: block;
	width: 100%;
	margin-top: 25px;
	color:#fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	background-color: #577abc;
}
footer #bottom {
	margin-top: 80px;
	padding-top: 36px;
	border-top: 1px solid #666;
}
footer #bottom .inner {
	display: block;
}
footer #fnb {
	display: flex;
	margin-bottom: 37px;
}
footer #fnb li {
	margin-right: 20px;
}
footer #fnb li a {
	font-size: 15px;
	letter-spacing: -0.75px;
	color: #888;
}
footer .f-info {
	margin-bottom: 10px;
}
footer .f-info span {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	color: #888;
	font-size: 15px;
}
footer .f-info span:not(:last-child):after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 14px;
	margin-top: -6px;
	background-color: #666;
	content:'';
}
footer .copy {
	color: #888;
	font-size: 15px;
}



/* main */
.main-tit:not(.text-left) {
	text-align: center;
}
.main-tit h3 {
	font-size: 34px;
	line-height: 1.1;
}
.main-tit h3.lg {
	font-size: 40px;
}
.main-tit h3.ff-lato.lg {
	font-weight: 900;
}
.main-tit h3.ball {
	position: relative;
}
.main-tit h3.ball:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	border-radius: 100%;
	background-color: #577abc;
	transform: translateY(3px);
	content:'';
}
.main-tit h3+p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300;
}
.main-tit h3 span {
	font-weight: 300;
}
.main-tit p {
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: normal;
}
.main-tit .bar {
	display: block;
	width: 1px;
	height: 25px;
	margin:0 auto;
	background-color: #333;
}
.main-tit .bar-v2 {
	display: block;
	width: 15px;
	height: 2px;
	margin:0 auto;
	background-color: #333;
}
.main-tit p+.bar {
	margin-top: 20px;
}
.main-tit h3+.bar {
	margin-top: 40px;
}
.main-tit h3+.bar-v2 {
	margin-top: 20px;
}
.main-tit.text-left .bar-v2 {
	margin:0 0 10px;
}
.main-tit.text-left p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
}
#main-bnnr {
	overflow: hidden;
	position: relative;
	width: 100%;
	/* height: 100vh; */
	/* max-height: 1080px; */
}
#main-bnnr > img,
#main-bnnr > video {
	/* position: absolute; */
	/* bottom:0; */
	/* left: 50%; */
	width: 100%;
	/* height: 100%; */
	/* transform: translateX(-50%); */
}
#main-bnnr > video.mobile {
	display: none;
}
#main-bnnr .swiper-slide {
	position: relative;
}
#main-bnnr .main-text {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
}
#main-bnnr .main-text p {
	margin-bottom: 34px;
	color: #fff;
	/* font-family: 'Nanum Myeongjo', serif; */
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: -1px;
}
#main-bnnr .main-text h2 {
	margin-bottom: 30px;
	color: #fff;
	font-family: 'AritaBuri';
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: -2.48px;
}
#main-bnnr .main-text h2.bar {
	position: relative;
	padding-bottom: 30px;
}
#main-bnnr .main-text h2.bar:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 44px;
	height: 2px;
	background-color: #999;
	transform: translateX(-50%);
	opacity: 0.4;
	content:'';
}
#main-bnnr .main-side {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 106px;
	height: 100%;
	border-left:1px solid rgba(255,255,255,0.2);
}

#main-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 960px;
	margin-top: -50px;
	margin-left: auto;
	padding:35px 30px;
	box-sizing: border-box;
	background-color: #2f325b;
	z-index: 100;
}
#main-info > div {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 50%;
	padding:0 30px 0 50px;
	box-sizing: border-box;
}
#main-info > div.media {
	width: 60%;
	padding:0 0 0 50px;
}
#main-info > div.tell {
	width: 40%;
	padding:0 30px 0 0;
}
#main-info > div > p {
	flex-shrink: 0;
	position: relative;
	padding-right: 28px;
	margin-right: 28px;
	color:#fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.45px;
}
#main-info > div > p:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #8487af;
	transform: translateY(-50%);
	opacity: 0.6;
	content:'';
} 
#main-info > div > a {
	color:#fff;
	font-size: 18px;
}
#main-info .swiper-container {
	overflow: hidden;
	position: relative; 
	width: 100%;
	height: 34px;
	margin-left: 0;
}
#main-info .swiper-container a {
	overflow: hidden;
	display: block;
	color:#8487af;
	font-size: 18px;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main-info .swiper-container a:hover {
	text-decoration: underline;
}
#main-info .swiper-button-next,
#main-info .swiper-button-prev {
	top:-2px;
	right:auto;
	left:20px;
	width: 16px;
	height: 22px;
	margin-top: 0;
	line-height:22px;
	color:#fff;
	font-size: 10px;
	text-align: center;
	background: none;
}
#main-info .swiper-button-next:after,
#main-info .swiper-button-prev:after {
	display: none;
}
#main-info .swiper-button-next {
	top:auto;bottom:-2px;
}

#emergency-01 {
	background: url('/resource/images/main-emergency-bg-01.png');
	height: 750px;
	margin-top: -59px;
}
#emergency-01 .inner-box {
	padding-left: 1005px;
	padding-top: 167px;
	display: flex;
	flex-direction: column;
	min-width: 510px;
}
#emergency-01 .inner-box p {
	font-family: 'Noto Sans Kr';
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.72px;
	text-align: left;
	color: #fff;
	margin-bottom: 28px;
}
#emergency-01 .inner-box span {
	font-family: 'Noto Sans Kr';
	font-size: 50.5px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -1.52px;
	text-align: left;
	color: #6082be;
}
#emergency-01 .inner-box a {
	text-align: left;
}
#emergency-01 .inner-box img {
	width: 243px;
	margin-top: 50px;
}
#emergency-02 {
	background: url('/resource/images/main-emergency-bg-02.png');
	height: 986px;
}
#emergency-02 .inner-box {
	padding-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#emergency-02 .inner-box .txt-01 {
	font-family: 'Noto Sans Kr';
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.54;
	letter-spacing: 3.6px;
	text-align: center;
	color: #fff;
}
#emergency-02 .inner-box p {
	font-family: 'Noto Sans Kr';
	font-size: 50.5px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -1.52px;
	text-align: center;
	color: #fff;
	margin-top: 32px;
	margin-bottom: 26px;
}
#emergency-02 .inner-box .img-01 {
	width: 556px;
	margin-bottom: 29px;
}
#emergency-02 .inner-box .txt-02 {
	font-family: 'Noto Sans Kr';
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: -0.54px;
	text-align: center;
	color: #fff;
}
#emergency-02 .inner-box .txt-02 .point {
	color: #6082be
}
#emergency-02 .inner-box .img-02 {
	width: 1325px;
	margin-top: 45px;
}

@media (max-width: 1500px) {
    #emergency-01 .inner-box {
        padding-left: 0;
        padding-right: 100px;
        padding-top: 167px;
        display: flex;
        flex-direction: column;
        min-width: 510px;
        align-items: end;
    }

    #emergency-01 .inner-box span {
        text-align: right;
    }
}

#doctor {
	position: relative;
	margin-top: -50px;
}
#doctor .main-tit span {
	display: block;
	margin-top: 51px;
	font-size: 30px;
  	font-weight: 300;
	font-family: 'AritaBuri';
	letter-spacing: -1.5px;
}
#doctor .swiper-box {
	display: flex;
}
#doctor .swiper-container.middle {
	align-self: flex-end;
	width: 52%;
	margin:0 auto;
}
#doctor .swiper-container.left {
	width: 24%;
	margin-right: auto;
	margin-left: 0;
}
#doctor .swiper-container.right {
	width: 24%;
	margin-left: auto;
	margin-right: 0;
}
#doctor .swiper-slide {
	display: flex;
	align-items: flex-end;
}
#doctor .swiper-container.left .swiper-slide,
#doctor .swiper-container.right .swiper-slide {
	justify-content: flex-end;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	order:0;
}
#doctor .swiper-container.left .swiper-slide {
	order: 1;
}
#doctor .swiper-container.left .swiper-slide:nth-last-child(-n+2) {
	order: 0;
}
#doctor .swiper-container.right .swiper-slide {
	border-left: 1px solid #ddd;
	border-right:0;
}
#doctor .swiper-container.right .swiper-slide:nth-of-type(1) {
	order: 1;
}
#doctor .swiper-container.middle .swiper-slide {
	justify-content: center;
	height: auto;
	padding: 0 30px 0;
	background-repeat: no-repeat;
	background-position: center 0;
	box-sizing: border-box;
	z-index: 10;
}
#doctor .swiper-container.middle .swiper-slide .text {
	/* display: none; */
	margin-left: 40px;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-name {
	margin-bottom: 35px;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-name p {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-name h4 {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1.75px;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-name h4 span {
	font-weight: 300;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-name h4 a {
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background-image: url(/resource/images/main-doc-more.png);
	background-repeat: no-repeat;
	transform: translateY(-45%);
}
#doctor .swiper-container.middle .swiper-slide .text .doc-clinic {
	margin-bottom: 28px;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-clinic h5 {
	display: inline-block;
	margin-bottom: 8px;
	padding: 10px 19px;
	border-radius: 18.5px;
	background-color: #e0d3cb;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-clinic p {
	font-size: 18px;
	font-weight: 500;
}
#doctor .swiper-container.middle .swiper-slide .text .doc-profile {
	padding-bottom: 40px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	box-sizing: border-box;
}
#doctor .swiper-container-autoheight .swiper-wrapper {
	align-items: flex-end;
}

#tv {
	position: relative;
	background-color: #efefef;
}
#tv:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background-color: #2f325b;
	z-index: 1;
	content: '';
}
#tv .inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1460px;
	z-index: 2;
}
#tv .left {
	flex-shrink: 0;
	/* padding-right: 55px; */
}
#tv .left .main-tit p {
	font-size: 16px;
	font-weight: normal;
}
#tv .left .main-tit h3 {
	font-size: 50px;
}
#tv .left .main-tit h3 b.ff-noto {
	flex-shrink: 0;
	font-size: 45px;
	font-weight: 600;
}
#tv .left .main-tit span {
	display: block;
	margin-top: 60px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1.4px;
	word-break: keep-all;
}
#tv .left .main-tit a {
	display: block;
	width: 220px;
	height: 50px;
	margin-top: 80px;
	color: #959595;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.9px;
	text-align: center;
	border-radius: 25px;
  	border: solid 1px #cdcdcd;
	background-color: #fff;
	transition: all 0.2s;
}
#tv .left .main-tit a:hover {
	color:#fff;
	background-color: #2f325b;
}

#tv .center {
	width: 737px;
	padding:150px 50px 150px 50px;
}
#tv .right {
	flex-shrink: 0;
	overflow-y: auto;
	width: 318px;
	height: 562px;
	margin:0;
	/* max-height: ; */
	padding-right: 10px;
}
#tv .right ul {
}
#tv .right ul li {
	margin:15px 0;
	background-color: #fff;
}
#tv .right ul li a {
	position: relative;
	display: block;
}
#tv .right ul li a img {
	width: 100%;
}
#tv .right ul li a div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding:15px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.2s;
	opacity: 0;
}
#tv .right ul li a div p {
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 18px;
	word-break: keep-all;
	/* border-bottom: 1px solid #fff; */
}
#tv .right ul li a div span {
	font-size: 14px;
	font-weight: 300;
	word-break: keep-all;
}
#tv .right ul li a:hover div,
#tv .right ul li a.active div {
	opacity: 1;
}
#tv .right ul li a.active img {
	opacity: 0.5;
}
@media screen and (min-width:721px) {
	#tv .right::-webkit-scrollbar {
		width: 5px;
	}
	#tv .right::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);
	}
	#tv .right::-webkit-scrollbar-track {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 10px;
	}
}

#treatment .inner {
	max-width: 1600px;
	padding:0 15px;
}
#treatment ul {
	display: flex;
	flex-wrap: wrap;
	/* width: calc(100%); */
	margin-top: 40px;
}
#treatment ul li {
	position: relative;
	width: calc(20% - 14px);
	margin:0 7px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transition: background 0.2s;
}
#treatment ul li:after {
	display: block;
	padding-top: 124%;
	content:'';
}
#treatment ul li:nth-of-type(1) {background-image: url(/resource/images/main-treatment-01.png);}
#treatment ul li:nth-of-type(2) {background-image: url(/resource/images/main-treatment-02.png);}
#treatment ul li:nth-of-type(3) {background-image: url(/resource/images/main-treatment-03.png);}
#treatment ul li:nth-of-type(4) {background-image: url(/resource/images/main-treatment-04.png);}
#treatment ul li:nth-of-type(5) {background-image: url(/resource/images/main-treatment-05.png);}
#treatment ul li:nth-of-type(1):hover {background-image: url(/resource/images/main-treatment-01-on.png);}
#treatment ul li:nth-of-type(2):hover {background-image: url(/resource/images/main-treatment-02-on.png);}
#treatment ul li:nth-of-type(3):hover {background-image: url(/resource/images/main-treatment-03-on.png);}
#treatment ul li:nth-of-type(4):hover {background-image: url(/resource/images/main-treatment-04-on.png);}
#treatment ul li:nth-of-type(5):hover {background-image: url(/resource/images/main-treatment-05-on.png);}
#treatment ul li > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding:30px 0;
	text-align: center;
	box-sizing: border-box;
}
#treatment ul li > div p {
	margin-bottom: 15px;
}
#treatment ul li > div p a {
	color:#333;
	font-size: 30px;
  	font-weight: bold;
}
#treatment ul li > div span {
	display: block;
	margin:5px auto;
}
#treatment ul li > div span a {
	color:#333;
	font-size: 18px;
  	font-weight: 300;
}
#treatment ul li:hover > div p a,
#treatment ul li:hover > div span a {
	color:#fff;
}

#review {
	display: flex;
}
#review > div {
	width: 50%;
}
#review > div img {
	max-width: 100%;
}
#review .left {
	display: inline-flex;
	align-items: center;
	background-color: #2f325b;
}
#review .left .main-tit {
	width: 100%;
	max-width: 650px;
	margin-left: auto;
}
#review .left .main-tit * {
	color:#fff;
}
#review .left .main-tit p {
	font-weight: 400;
}
#review .left .main-tit span {
	display: block;
	margin-bottom: 60px;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.28;
	letter-spacing: -2px;
	color: #fff;
}
#review .left .main-tit h3 {
	font-size: 50px;
	line-height: 1.2;
}
#review .left .main-tit a {
	display: block;
	width: 220px;
	height: 50px;
	margin-top: 80px;
	color: #959595;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.9px;
	text-align: center;
	border-radius: 25px;
  	border: solid 1px #cdcdcd;
	background-color: #fff;
	transition: all 0.2s;
}
#review .left .main-tit a:hover {
	color:#fff;
	background-color: #577abc;
}

#allNews ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 68px;
}
#allNews ul li {
	overflow: hidden;
	position: relative;
	width: 25%;
}
#allNews ul li:after {
	display: block;
	padding-top: 100%;
	content: '';
}
#allNews ul li a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#allNews ul li a img {
	width: 100%;
	transition: all 0.2s;
}
#allNews ul li a:hover img {
	transform: scale(1.2);
}

#news {
	overflow: hidden;
	background-color: #f2f2f2;
}
#news .inner {
	position: relative;
}
#news .main-tit {
	float: left;
}
#news .swiper-container {
	float: right;
	width: 100%;
	margin-right: -360px;
}
#news .swiper-slide {
	height: auto;
	background-color: #fff;
}
#news .swiper-slide > a {
	position: relative;
	display: block;
	padding:30px;
	box-sizing: border-box;
}
#news .swiper-slide .label {
	display: inline-block;
	padding: 14px 25px;
	font-family: Lato;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.75px;
	color: #30357a;
	border: 1px solid #30357a;
	background-color: #fff;
	transition: all 0.3s;
}
#news .swiper-slide-active .label {
	color: #fff;
	background-color: #30357a;
}
#news .swiper-slide .text {
	margin-top: 40px;
}
#news .swiper-slide .text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.9px;
	color: #333;

}
#news .swiper-slide .text span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.7px;
	color: #878787;
}
#news .swiper-slide .date {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #333;
	font-family: Lato;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
}
#news .swiper-slide .date small {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: normal;
}
#news .swiper-btn {
	display: flex;
	margin-top: 30px;
}
#news .swiper-btn * {
	width: 43px;
	height: 43px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#news .swiper-btn-left {
	background-image: url(/resource/images/main-news-left.png);
}
#news .swiper-btn-right {
	margin-left: 11px;
	background-image: url(/resource/images/main-news-right.png);
}


/* sub */
#container {
	padding-top: 182px;
}
#sub-bnnr {
	overflow: hidden;
	position: relative;
}
#sub-bnnr h2 {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	font-family: 'AritaBuri';
	line-height: 1;
	letter-spacing: -1.75px;
	text-align: center;
	transform: translateY(-50%);
}
#sub-bnnr.media-cont h2 {
	top: 43%;
}
#page-search {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-top: -53px;
	padding:38px 65px 25px;
	background-color: #2f325b;
	box-sizing: border-box;
	z-index: 10;
}
#page-search input {
	width: 100%;
	padding:0 0 15px 40px;
	color:#fff;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #515586;
	box-shadow: none;
	outline: none;
	box-sizing: border-box;
	background-color: transparent;
	background-image: url(/resource/images/search-gray.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
#page-search input::placeholder {
	color:#8487af;
}
/* 해시 리스트 */
#page-search .hash-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1060px;
	margin: 20px auto 0;
	box-sizing: border-box;
}
#page-search .hash-list li {
	margin: 0 2px 5px;
}
#page-search .hash-list li a {
	display: inline-block;
	padding: 5px 10px;
	color: #8487af;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.8px;
	text-align: center;
	border: 1px solid #8487af;
	border-radius: 20px;
}
#page-search .hash-list li a:before {
	content: '# ';
}

.sub-tit:not(.text-left) {
	margin-bottom: 30px;
	text-align: center;
}
.sub-tit h3 {
	font-size: 34px;
	line-height: 1.1;
}
.sub-tit h3.lg {
	font-size: 40px;
}
.sub-tit h3.ff-lato.lg {
	font-weight: 900;
}
.sub-tit h3.ball {
	position: relative;
}
.sub-tit h3.ball:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	border-radius: 100%;
	background-color: #577abc;
	transform: translateY(3px);
	content:'';
}
.sub-tit h3+p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300;
}
.sub-tit h3 span {
	font-weight: 300;
}
.sub-tit p {
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: normal;
}
.sub-tit .bar {
	display: block;
	width: 25px;
	height: 1px;
	margin:0 auto;
	background-color: #333;
}
.sub-tit .bar-v2 {
	display: block;
	width: 15px;
	height: 2px;
	margin:0 auto;
	background-color: #333;
}
.sub-tit p+.bar {
	margin-top: 20px;
}
.sub-tit h3+.bar {
	margin-top: 30px;
}
.sub-tit h3+.bar-v2 {
	margin-top: 20px;
}
.sub-tit.text-left .bar-v2 {
	margin:0 0 10px;
}
.sub-tit.text-left p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
}
.sub-small-tit {
	text-align: center;
}
.sub-small-tit h3 {
	display: inline-block;
	position: relative;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
}
.sub-small-tit h3:before,
.sub-small-tit h3:after {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #577abc;
	transform: translateY(-50%);
	content:'';
}
.sub-small-tit h3:before {
	left: -24px;
}
.sub-small-tit h3:after {
	right: -24px;
}
.sub-small-tit .bar {
	display: block;
	width: 25px;
	height: 1px;
	margin:25px auto;
	background-color: #333;
}
.sub-mid-tit {
	margin-bottom: 30px;
}
.sub-mid-tit h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

/* 전체검색 */
.contTotal {
	margin: 0 auto;
	font-family: 'Nanum Myeongjo';
	font-size: 32px;
	font-weight: bold;
	line-height: 1.34;
	letter-spacing: -1.6px;
	text-align: center;
}
.contTotal span {
	color:#446bb5;
}
.search-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #333;
	font-size: 26px;
	line-height: 2.5;
	letter-spacing: -0.65px;
	border-bottom: 1px solid #333;
}
.search-tit span {
	margin-top: 25px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.16px;
}
.all-list {
	margin-top: -30px;
	margin-bottom: 50px;
}
.all-list li {
	display: flex;
	justify-content: space-between;
	padding: 25px 15px;
	border-bottom: 1px solid #ddd;
}
.all-list li a {
	color: #333;
	font-size: 20px;
}
.all-list li span {
	flex-shrink: 0;
	width: 110px;
	color: #888;
	font-size: 18px;
	text-align: right;
}

/* 검색결과 썸네일 리스트 */
.contItems {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.contItems:after {
	content: "";
	display: block;
	clear: both;
}
.contItems ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -50px;
}
.contItems ul li {
	width: calc(25% - 40px);
	margin: 50px 20px 0;
}
.contItems ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 55px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.contItems ul .thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.contItems ul .thumb img {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.contItems ul .tit {
	padding: 38px 30px 16px;
	color: #333;
	font-weight: 500;
	font-size: 18px;
}
.contItems ul .txt {
	padding: 0 30px 30px;
	color: #b3b3b3;
	font-size: 15px;
	line-height: 1.4;
}
.contItems ul .info {
	position: absolute;
	bottom: 0;
	left: 30px;
	right:30px;
	padding: 7px 0 25px;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}
.contItems ul .info strong {
	color: #b3b3b3;
	font-size: 15px;
}
.contItems ul .info strong:after {
	display: inline-block;
	width: 1px;
	height: 10px;
	margin:0 10px;
	background-color: #dfdfdf;
	content: '';
}
.contItems ul .info span {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.72px;
}
.contItems.v2 {
	width: 100%;
	max-width: 1236px;
	margin:0 auto;
}
.contItems.v2 ul {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
.contItems.v2 ul li {
	width: calc(33.33% - 42px);
	margin:0 21px 42px;
}
.contItems.v2 ul li a {
	padding-bottom: 0;
}
.contItems.v2 ul .info {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: static;
	padding: 7px 30px 25px;
	border-top: none;
	box-sizing: border-box;
}
.contItems.v2 ul .info strong {
	color: #b3b3b3;
	font-size: 15px;
	font-weight: 400;
	font-family: Lato;
}
.contItems.v2 ul .info strong:after {
	display: none;
}
.contItems.v2 ul .info span {
	position: static;
	top: auto;
	bottom: 0;
	right: 30px;
	color: #333;
	font-family: Lato;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
}
.contItems.v2 ul .info small {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: normal;
}

/* 병원소개 */
.about-box-01 {
	display: flex;
	align-items: center;
}
.about-box-01 .left {
	margin-right: 77px;
}
.about-box-01 .right p {
	font-family: 'AritaBuri';
	font-size: 50px;
	font-weight: 500;
	line-height: 1.16;
	letter-spacing: -2.48px;
}
.about-box-01 .right span {
	display: block;
	margin-top: 45px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.67;
	letter-spacing: -0.9px;
}
.about-box-02 {
	padding-left: 139px;
	box-sizing: border-box;
}
.about-box-02 p {
	font-family: 'AritaBuri';
	font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -1.98px;
}
.about-box-02 span {
	display: block;
	margin-top: 50px;
	font-family: 'AritaBuri';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: -1px;
}
.about-box-02 .img-box {
	margin-top: 60px;
}

/* 의료진소개 - 의료진소개 */
.dott {display: inline-block;width: 10px;height: 10px;border-radius: 100%;}
.dott.blue {background-color: #577abc;}
.dott.green {background-color: #7ebc4b;}
.dott.yellow {background-color: #e1d733;}
.dott.purple {background-color: #8b00ff;}
.dott.red {background-color: #fb4116;}
.dott.brown {background-color: #C19A6B;}
.doc-list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 16px);
	margin-left: -8px;
}
.doc-list li {
	display: flex;
	width: calc(50% - 16px);
	margin:30px 8px;
	border:1px solid #ddd;
	box-sizing: border-box;
}
.doc-list li .img {
	border-right:1px solid #ddd;
}
.doc-list li .text {
	position: relative;
	width: 100%;
	padding:50px 45px;
}
.doc-list li .text .doc-name {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.1px;
}
.doc-list li .text .doc-info {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.9px;
	word-break: keep-all;
}
.doc-list li .text .doc-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color:#333;
	font-size: 18px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: -0.9px;
	border-top: 1px solid #ddd;
}
.doc-list li .text .doc-detail:hover {
	background-color: #f6f6f6;
}
.doc-list li .text .doc-detail img {
	margin-right: 6px;
}
.doc-list li .text .doc-thankyou {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 23px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(/resource/images/doc-thk.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.doc-list li .text .doc-thankyou:hover {
	background-image: url(/resource/images/doc-thk-hover.png);
}


/* 의료진 소개 - 의료진 소개 상세 */
#doc-detail-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 85px; */
	padding:30px 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.2);
	z-index: 1000;
}
#doc-detail-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1560px;
}
#doc-detail-header .left {
	display: flex;
	align-items: center;
}
#doc-detail-header .left > a {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.9px;
}
#doc-detail-header .left ul {
	position: relative;
	display: none;
	align-items: center;
	margin-left: 48px;
	padding-left: 28px;
}
#doc-detail-header .left ul:after {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 100%;
	background-color: #2aaaca;
	content:'';
}
#doc-detail-header .left ul.active {
	display: flex;
}
#doc-detail-header .left ul li {
	position: relative;
	margin-left:20px;
	padding-left:20px;
	line-height: 1;
}
#doc-detail-header .left ul li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	margin-top: -4px;
	background-color: rgba(255,255,255,0.3);
	content:'';
}
#doc-detail-header .left ul li:first-of-type:after {
	display: none;
}
#doc-detail-header .left ul li a {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.8px;
	color: #eee;
}
#doc-detail-header .left ul li:hover a,
#doc-detail-header .left ul li.active a {
	color: #2aaaca;
	font-weight: 500;
}
#doc-detail-header .right ul {
	position: relative;
	display: flex;
	align-items: center;
}
#doc-detail-header .right ul.active {
	display: none;
}
#doc-detail-header .right ul li {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
}
#doc-detail-header .right ul li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	margin-top: -4px;
	background-color: rgba(255, 255, 255, 0.3);
	content: '';
}
#doc-detail-header .right ul li:first-of-type:after {
	display: none;
}
#doc-wrap {
}
#doc-wrap > section {
	height:100vh;
}
#doc-wrap .doc-info {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#doc-wrap .doc-info.detail-01 {
	background-image: url(/resource/images/doc-detail-01.png);
}
#doc-wrap .doc-info .inner {
	position: absolute;
	left: 50%;
	bottom: 100px;
	max-width: 1560px;
	transform: translateX(-50%);
}
#doc-wrap .doc-info .name span {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.1px;
	color: #fff;
}
#doc-wrap .doc-info .name h1 {
	margin:25px 0 34px;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	color: #fff;
}
#doc-wrap .doc-info .name p {
	font-family: 'Gowun Batang', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: -1.5px;
	color: #fff;
}

#doc-wrap .doc-info .stat {
    color: #fff;
    margin-bottom: 70px;
    font-size: 18px;
}

#doc-wrap .doc-info .stat .counting {
    font-size: 40px;
    font-weight: bold;
    color: #fffa78;
}

#doc-wrap .doc-info .times {
	width: 490px;
	margin-top: 80px;
}
#doc-wrap .doc-info .times .times-type {
	display: flex;
	align-items: center;
	padding:10px 0;
}
#doc-wrap .doc-info .times .times-type li {
	margin-right: 26px;
	color:#ccc;
	font-size: 14px;
}
#doc-wrap .doc-info .times table {
	width: 100%;
}
#doc-wrap .doc-info .times th,
#doc-wrap .doc-info .times td {
	padding:10px 0;
	color:#fff;
}
#doc-wrap .doc-info .times th {
	width: 14%;
	background-color: #0a0e36;
}
#doc-wrap .doc-info .times td {
	text-align: center;
	border-bottom: 1px solid rgba(10, 13, 51, 0.18);
	background-color: rgba(0,0,0,0.1);
}
#doc-wrap .doc-info .times p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.8px;
	color: #c7c7c7;
}
#doc-wrap .doc-info .times a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	line-height: 60px;
	background-color: #1ea0c5;
}
#doc-wrap .doc-info .times a img {
	margin-right: 10px;
}
#doc-wrap .doc-history.detail-01 {
	background-attachment: fixed;
	background-image: url(/resource/images/doc-history-01.png);
}
#doc-wrap .doc-history {
	position: relative;
	height: auto;
	min-height: 100vh;
	padding:150px 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#doc-wrap .doc-history .inner {
	/* position: absolute;
	top: 150px;
	left: 50%;
	bottom: 150px; */
	max-width: 1560px;
	/* transform: translateX(-50%); */
}
#doc-wrap .doc-history .history-wrap {
	position: relative;
	width: 476px;
	height: 100%;
	margin-left: auto;
}
#doc-wrap .doc-history .history-wrap h2 {
	position: relative;
	margin-bottom: 45px;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.25px;
	color: #fff;
}
#doc-wrap .doc-history .history-wrap h2:after {
	position: absolute;
	top: -20px;
	left: 0;
	width: 90px;
	height: 3px;
	background-color: #fff;
	content:'';
}
#doc-wrap .doc-history .history-wrap p {
	/* overflow: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;
	max-height: 570px; */
	font-size: 18px;
	font-weight: 300;
	line-height: 1.72;
	letter-spacing: -0.9px;
	color: #fff;
}
/* #doc-wrap .doc-history .history-wrap p::-webkit-scrollbar {
	display: none;
} */
#doc-wrap .doc-history .history-wrap p.on {
	max-height: none;
}
#doc-wrap .doc-history .history-wrap a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
}
#doc-wrap .doc-profile.detail-01 {
	background-attachment: fixed;
	background-image: url(/resource/images/doc-profile-01.png);
}
#doc-wrap .doc-profile {
	position: relative;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1920px 100%;
}
#doc-wrap .doc-profile .inner {

}
#doc-wrap .doc-profile .profile-wrap + .profile-wrap {
	margin-top: 70px;
}
#doc-wrap .doc-profile .profile-wrap h2 {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.25px;
	color: #fff;
}
#doc-wrap .doc-profile .profile-wrap .profile-list {
	padding:30px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #fff;
	border-bottom:1px solid rgba(86, 242, 252, 0.2);
	box-sizing: border-box;
}
#doc-wrap .doc-profile .profile-wrap .profile-list:first-of-type {
	border-top:1px solid rgba(86, 242, 252, 0.2);
}
#doc-wrap .doc-profile .profile-wrap .profile-list:hover {
	background-color: rgba(86,242,252,0.05);
}
#doc-wrap .doc-profile .profile-wrap .profile-list.book2 {
	position: relative;
	padding-left: 73px;
	background-image: url(/resource/images/profile-book2.png);
	background-repeat: no-repeat;
	background-position: 20px 36px;
}


/* 장비소개 */
#machine li {
	display: flex;
	padding:30px 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
#machine li .img {
	flex-shrink: 0;
	margin-right: 80px;
}
#machine li .img img {
	max-width: 100%;
}
#machine li .text {
	margin-top: 30px;
}
#machine li .text h5 {
	margin-bottom: 15px;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -1.75px;
}
#machine li .text p {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: -0.9px;
}


/* 진료안내 */
.time-wrap .time-list {
	display: flex;
	padding:37px;
	box-sizing: border-box;
	background-color: #f6f7fa;
}
.time-wrap .time-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	border-right: 1px dashed #577abc;
}
.time-wrap .time-list li:last-of-type {
	border: none;
}
.time-wrap .time-list li p{
	margin-left: 30px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.78;
	letter-spacing: -0.45px;
}
.time-wrap .time-list-notice {
	padding:10px 0;
	color:#fff;
	font-size: 16px;
	text-align: center;
	background-color: #2f325b;
}
.doc-time-list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 16px);
	margin-left: -8px;
	margin-top: 50px;
}
.doc-time-list li {
	width: calc(50% - 16px);
	margin:0 8px 60px;
}
.doc-time-list li .list-wrap {
	display: flex;
	border:1px solid #ddd;
	box-sizing: border-box;
}
.doc-time-list li .img {
	border-right:1px solid #ddd;
}
.doc-time-list li .text {
	position: relative;
	width: 100%;
	padding:50px 45px;
}
.doc-time-list li .text .doc-name {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1.1px;
}
.doc-time-list li .text .doc-info {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.9px;
	word-break: keep-all;
}
.doc-time-list li .text .doc-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color:#333;
	font-size: 18px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: -0.9px;
	border-top: 1px solid #ddd;
}
.doc-time-list li .text .doc-detail:hover {
	background-color: #f6f6f6;
}
.doc-time-list li .text .doc-detail img {
	margin-right: 6px;
	transform: translateY(2px);
}
.doc-time-list li .text .doc-thankyou {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 23px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(/resource/images/doc-thk.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.doc-time-list li .text .doc-thankyou:hover {
	background-image: url(/resource/images/doc-thk-hover.png);
}
.doc-time-list li .tableType-01 {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 0;
}

/* 둘러보기 */ 
.showAcc li {
	border-top: 1px solid #ddd;
}
.showAcc li:last-of-type {
	border-bottom: 1px solid #ddd;
}
.showAcc .button {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 20px 60px 20px 40px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.85px;
	text-align: left;
	border: none;
	outline: none;
	background-color: #fff;
	transition: all .3s;
}
.showAcc .button:after {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(135deg);
	margin-top: -10px;
	transition: all .3s;
	content: "";
}
.showAcc .button.you:after {
	display: none;
}
.showAcc .button .floor {
	flex-shrink: 0;
	width: 70px;
	margin-right: 50px;
	font-size: 24px;
	font-weight: 500;
	vertical-align: sub;
}
.showAcc .cont {
	position: relative;
	display: none;
	overflow: hidden;
	text-align: center;
}
.showAcc .cont img {
	max-width: 100%;
	margin: 30px 0;
}
.showAcc .active .button {
	border-top: 1px solid #577abc;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	color: #111;
}
.showAcc .active .button:after {
	margin-top: 0px;
	transform: rotate(-45deg);
	border-color: #577abc;
}
.showAcc .active .floor {
	color: #111;
}
.showAcc .swiper-container-horizontal {
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
}
.showAcc .swiper-wrapper {
	z-index: 3;
}
.showAcc .swiper-wrapper span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 20px 40px;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	z-index: 4;
}
.showAcc .swiper-slide img {
	width: 100%;
	margin: 0;
}
.showAcc .slideNum {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 70px;
	padding: 20px 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	text-align: right;
	box-sizing: border-box;
	z-index: 3;
}

/* 오시는길 */
.map-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:35px 60px;
	box-sizing: border-box;
	background-color: #577abc;
}
.map-info .addr,
.map-info .tel {
	margin-right: 45px;
	color: #fff;
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: -1.1px;
}
.map-info .addr:before,
.map-info .tel:before {
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	color: #577abc;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.8px;
	text-align: center;
	border-radius: 16px;
	background-color: #fff;
	content:'주소';
}
.map-info .tel {
	letter-spacing: -0.55px;
}
.map-info .tel:before {
	content: 'TEL';
}
.map-info .bar {
	width: 138px;
	height: 1px;
	margin-right: 45px;
	background-color: rgba(255,255,255,0.35);
}
.map-info .text {
	color: #fff;
	font-size: 16px;
	letter-spacing: -0.8px;
}
.map-btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
.map-btn-wrap a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32.8%;
	color:#333;
	border: 1px solid #ccc;
}
.tab-content .num {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	color:#fff;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	background-color: #577abc;
}
.tab-content .bus {
	display: inline-block;
	width: 50px;
  	height: 30px;
	margin-right: 25px;
	color:#fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.75px;
	text-align: center;
}
.tab-content .bus-1 {
	background-color: #399c1f;
}
.tab-content .bus-2 {
	background-color: #e5233e;
}
.tab-content .bus-3 {
	background-color: #76b43e;
}
.tab-content .bus-4 {
	background-color: #2f325b;
}

/* 진료예약 */
.rsv-title {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.36;
	letter-spacing: -1.25px;
}
.rsv-title:after {
	position: absolute;
	top: 50%;
	left: 150px;
	width: 100%;
	height: 1px;
	background-color: #111;
	content:'';
}
.rsv-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px 0;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-image: url(/resource/images/seoul-dhu-surgery-clinic.png);
}
.rsv-text .img {
	margin-right: 30px;
}
.rsv-text p {
	font-size: 18px;
	font-weight: 500;
}
.rsv-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.rsv-wrap > div {
	width: 48%;
}
.rsv-agree-wrap .rsv-agree {
	max-height: 430px;
	padding:60px 30px;
	line-height: 2;
	box-sizing: border-box;
	background-color: #f9f9f9;
}
.rsv-agree-wrap .rsv-agree-text {
	overflow-y: auto;
	max-height: 310px;
	padding:0 30px;
	white-space:pre-line;
}
.rsv-agree-wrap .agree-check {
	margin-top: 15px;
}
.rsv-agree-wrap .agree-check input {
	width: 18px;
	height: 18px;
}
.rsv-agree-wrap .agree-check label {
	margin-left: 5px;
}

/* 게시판 상세 */
.video-wrap {
	padding:35px 0;
	box-sizing: border-box;
	background-color: #f0f0f0;
}
.video-wrap .video {
	max-width: 700px;
} 
.video-info {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 35px;
	padding: 35px 0;
	border-bottom: 1px solid #ddd;
}
.video-info .v-tit {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}
.video-info .tit {
	display: inline-block;
	padding-right: 50px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.13;
	letter-spacing: -1.15px;
	box-sizing: border-box
}
.video-info .state {
	flex-shrink: 0;
	/* position: absolute;
	bottom: 0;
	right: 0; */
}
.video-info .state * {
	display: inline-block;
	padding: 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: 400;
	transform: translateY(3px);
}
.video-info .state ._view {
	padding-left: 0;
	letter-spacing: -0.8px;
}
.video-info .state ._view-count {
	position: relative;
	color:#7b7b7b;
}
.video-info .state ._view-count:after {
	position: absolute;
	top: 50%;
	left: -2px;
	width: 1px;
	height: 10px;
	margin-top: -4px;
	background-color: #dfdfdf;
	content: '';
}
.video-info .info-text {
	margin-top: 15px;
	width: 100%;
	color: #7b7b7b;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.55;
	letter-spacing: -0.8px;
}
.video-text {
	margin-top: 35px;
	padding-bottom: 35px;
}
.video-text * {
	font-family: "Noto Sans Kr" !important;
	letter-spacing: -1px;
}
.video-text b,
.video-text b * {
	font-family: "Noto Sans Kr" !important;
	font-weight: 600 !important;
}

/* 공지사항 */
#notice-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1236px;
	margin:0 auto;
}
#notice-wrap li {
	width: calc(33.33% - 42px);
	height: auto;
	margin:0 21px 42px;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	background-color: #fff;
}
#notice-wrap li > a {
	position: relative;
	display: block;
	padding:30px;
	box-sizing: border-box;
}
#notice-wrap li .label {
	display: inline-block;
	padding: 14px 25px;
	font-family: Lato;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.75px;
	color: #577abc;
	border: 1px solid #577abc;
	background-color: #fff;
	transition: all 0.3s;
}
#notice-wrap li:hover .label {
	color: #fff;
	border-color: #30357a;
	background-color: #30357a;
}
#notice-wrap li .text {
	margin-top: 40px;
}
#notice-wrap li .text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.9px;
	color: #333;

}
#notice-wrap li .text span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.7px;
	color: #878787;
}
#notice-wrap li .date {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #333;
	font-family: Lato;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
}
#notice-wrap li .date small {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: normal;
}


/* 로그인 */
#member-box,
.login-wrap {
	width: 100%;
	max-width: 919px;
	margin:0 auto;
	padding: 150px 0;
	text-align: center;
	box-sizing: border-box;
	border:1px solid #e8e8e8;
	background-color: #fcfcfc;
}
.login-wrap p {
	margin-top: 30px;
	font-family: 'AritaBuri';
	font-size: 31px;
	font-weight: 600;
	line-height: 1.29;
	letter-spacing: -1.58px;
}
.login-wrap .bar {
	display: block;
	width: 42px;
	height: 1px;
	margin:65px auto;
	background-color: #ddd;
}
.login-wrap a {
	display: inline-block;
	width: 272px;
	height: 58px;
	font-size: 18px;
  	font-weight: 500;
	line-height: 58px;
	text-align: center;
	border-radius: 29px;
	background-color: #577abd;
	transition: all 0.2s;
}
.login-wrap a:hover {
	opacity: 0.8;
}

@media screen and (max-width:1024px) {
	body.active {
		transform-origin: top;
    	transform: scale(0.7);
	}
	#banner,
	#banner .button_wrap {
		/* height: 85px; */
	}
	#banner .button_wrap .banner_open_button {
		font-size: 26px;
	}
	header {
		top: 85px;
	}
	header.active {
		z-index: 12000;
	}
	header .top_div {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		padding:0 50px;
		box-sizing: border-box;
	}
	header .login {
		top: 42px;
		right: 130px;
	}
	.logo .non-fix {
		display: none;
	}
	.logo .fix {
		display: block;
	}
	nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding: 160px 0 130px;
		background-color: #111729;
		background-image: url(/resource/images/m-menu-bg.png);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		z-index: 12000;
	}
	nav .gnb {
		display: none;
	}
	nav #sitemap {
		display: block;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0);
	}
	nav #sitemap .inner {
		padding:0;
		background: none;
	}
	nav #sitemap .m-menu-head {
		display: flex;
		flex-wrap: wrap;
		padding:3vh 35px 3vh;
		background-color: rgba(0,0,0,0);
	}
	nav #sitemap .m-menu-head .m-close {
		margin-left: auto;
	}
	nav #sitemap .m-menu-head p {
		width: 100%;
		margin-top: 3vh;
		color:#fff;
		font-family: Lato;
		font-size: 34px;
		font-weight: 900;
		text-align: center;
	}
	nav #sitemap .m-menu-head p span {
		color:#4a608a;
	}
	nav #sitemap .menu + .menu {
		margin-top: 2vh;
	}
	nav #sitemap .menu p {
		color:#fff;
		font-size: 35px;
		text-align: center;
	}
	nav #sitemap .menu dl {
		display: none;
	}
	nav #sitemap .menu dl dt,
	nav #sitemap .menu dl dd {
		text-align: center;
	}
	nav #sitemap .menu dl dt+dt,
	nav #sitemap .menu dl dd+dd {
		margin-top: 10px;
	}
	nav #sitemap .menu dl dt a,
	nav #sitemap .menu dl dd a {
		color:#fff;
		font-size: 26px;
	}
	nav.active #sitemap .inner {
		transform-origin: top;
    	transform: scale(0.7);
	}
	nav.on {
		display: block;
	}
	nav.on #sitemap .inner {
		flex-flow: column;
	}
	nav.on #sitemap .menu,
	nav.on #sitemap .menu.half {
		width: 100%;
	}

	nav.on #sitemap>li {
		width: 100%;
		margin-bottom: 0;
	}

	nav.on #sitemap>li>a {
		padding: 10px 0 30px;
		color: #fff;
		font-size: 36px;
	}

	/* nav.on #sitemap>li:hover .sub-menu {
		height: auto;
	} */

	nav.on #sitemap>li .sub-menu:after {
		display: none;
	}

	nav.on #sitemap>li .sub-menu>li a {
		color: rgba(255, 255, 255, 0.8);
		font-size: 25px;
	}
	.menu-button {
		display: block;
		padding: 10px 0;
	}
	.menu-button .bar {
		width: 45px;
		height: 5px;
		margin:10px auto;
	}
	.search-box {
		flex-shrink: 0;
		max-width: 95%;
		width: 100%;
		height: 65px;
		margin: 15px auto 38px;
		border-radius: 33px;
	}
	.search-box input {
		font-size: 26px;
	}
	.search-box button {
		width: 28px;
		height: 26px;
		margin-top: -14px;
	}

	.main header {
		/* padding-bottom: 0; */
	}
	.main header .top_div {
		justify-content: flex-start;
		align-items: center;
	}
	.main .menu-button {
		margin-left: auto;
		/* order: 2; */
	}
	.main .logo .fix {
		display: none;
	}
	.main .search-box {
		max-width: 50%;
		height: 50px;
		margin:0 15% 0 5%;
		/* order: 3; */
	}


	#doctor .swiper-container.left,
	#doctor .swiper-container.right {
		display: none;
	}


	#container {
		padding-top: 208px;
	}
}


/* ============================================================
   매듭병원 메인 #review(환자경험) - 게시판 스타일 매칭 [최종]
   
   목표: page03.html(치료후기 게시판)과 동일한 카드 디자인
   카드 개수: 3개 그리드 (슬라이드 불필요)
   ============================================================ */


/* ────────────────────────────────────────────
   1) #review 컨테이너
   ──────────────────────────────────────────── */
#review > .inner {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0px 0px;
}


/* ────────────────────────────────────────────
   2) 카드 리스트 - 3열 그리드 (게시판과 동일)
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ────────────────────────────────────────────
   3) 각 카드 (li) - 게시판 카드 디자인
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul > li {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: box-shadow 0.25s ease;
	width:100%;
}

#review .contItems.v2 ul#contents-ul > li:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* 카드 내부 링크 */
#review .contItems.v2 ul#contents-ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}


/* ────────────────────────────────────────────
   4) 썸네일 (.thumb) - 직사각형
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul > li .thumb {
    display: block;
    width: 100%;
    /*height: 280px;*/
    overflow: hidden;
    background: #f5f5f5;
}

#review .contItems.v2 ul#contents-ul > li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#review .contItems.v2 ul#contents-ul > li:hover .thumb img {
    transform: scale(1.05);
}


/* ────────────────────────────────────────────
   5) 제목 (.tit) - 1줄 말줄임
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul > li .tit {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    /*margin: 24px 24px 12px;*/
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ────────────────────────────────────────────
   6) 본문 요약 (.txt) - 2줄 말줄임
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul > li .txt {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    /*margin: 0 24px 24px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    /*min-height: 45px;*/          /* 본문 짧아도 카드 높이 통일 */
}


/* ────────────────────────────────────────────
   7) 정보 (.info) - 게시판 스타일 (큰 일자 + 작은 연월)
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul > li .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 18px 24px;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #999;
}


/* ────────────────────────────────────────────
   8) 본문에 잘못 들어간 미디어 숨김
   ──────────────────────────────────────────── */
#review .contItems.v2 ul#contents-ul > li > a > img,
#review .contItems.v2 ul#contents-ul > li iframe,
#review .contItems.v2 ul#contents-ul > li video {
    display: none;
}


/* ────────────────────────────────────────────
   9) 고객후기 바로가기 버튼 - 매듭TV와 통일
   ──────────────────────────────────────────── */
#review .more-btn {
    display: block;
    width: 220px;
    
    margin: 0 auto 60px;
    color: #959595;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.9px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    border: solid 1px #cdcdcd;
    background-color: #fff;
    transition: all 0.2s;
    box-sizing: border-box;
}

#review .more-btn:hover {
    color: #185FA5;
    border-color: #185FA5;
}


/* ============================================================
   반응형 - 태블릿 (1024px ↓)
   ============================================================ */
@media (max-width: 1024px) {
    #review .contItems.v2 ul#contents-ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #review .contItems.v2 ul#contents-ul > li .thumb {
        height: 240px;
    }
}


/* ============================================================
   반응형 - 모바일 (640px ↓)
   ============================================================ */
@media (max-width: 640px) {
    #review > .inner {
        padding: 40px 16px;
    }

    #review .contItems.v2 ul#contents-ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #review .contItems.v2 ul#contents-ul > li .thumb {
        height: 200px;
    }

    #review .contItems.v2 ul#contents-ul > li .tit {
        font-size: 15px;
        margin: 18px 18px 8px;
    }

    #review .contItems.v2 ul#contents-ul > li .txt {
        font-size: 13px;
        margin: 0 18px 18px;
    }

    #review .contItems.v2 ul#contents-ul > li .info {
        padding: 14px 18px;
        font-size: 12px;
    }

    #review .more-btn {
        width: 200px;
        height: 46px;
        margin-top: 40px;
        font-size: 16px;
        line-height: 46px;
    }
}

/* ===== 메인 후기 카드 (PC 기본) ===== */
.swiper-review ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.swiper-review ul .thumb {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}
.swiper-review ul .thumb img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.swiper-review ul .tit {
    padding: 38px 30px 16px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
}
.swiper-review ul .txt {
    padding: 0 30px 30px;
    color: #b3b3b3;
    font-size: 15px;
    line-height: 1.4;
}
.swiper-review ul .info {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    padding: 7px 0 25px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}
.swiper-review ul .info strong {
    color: #b3b3b3;
    font-size: 15px;
}
.swiper-review ul .info strong:after {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #dfdfdf;
    content: '';
}
.swiper-review ul .info span {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.72px;
}

/* ===== 모바일 (767px 이하) ===== */
@media (max-width: 767px) {
    /* 카드 본문 패딩·폰트 모바일 사이즈로 축소 */
    .swiper-review ul .tit {
        padding: 35px 30px 20px;
        font-size: 28px;
    }
    .swiper-review ul .txt {
        padding: 0 30px 20px;
    font-size: 24px;
    }
    .swiper-review ul .info {
        left: 16px;
        right: 16px;
        padding: 7px 0 18px;
    }
    .swiper-review ul li a {
        padding-bottom: 35px;
    }
}