@charset "UTF-8";

/* 공통클래스 */
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;}
.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 {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;}

/* box-type */
.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.brw-border {border-top: 1px solid #b5916d;}
.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: 2px;background-color: #e3e3e3;content: '';} */
/* .cont-box:after {position: absolute;top: 0;left: 0;width: 300px;height: 3px;background-color: #b5916d;content: '';} */
.cont-box .cont-label {flex-shrink: 0;width: 225px;margin-right: 75px;color: #333333;font-size: 36px;font-weight: 500;line-height: 1.4;letter-spacing: -1.25px;}
.cont-box .cont-label img {max-width: 100%;}
.cont-box .cont {width: 100%;font-size: 18px;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;}

.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:#1bafdf !important;}
.text-font {font-family: 'El Messiri', sans-serif;}
.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 + .form {margin-top: 25px;}
.form .label {margin-bottom:14px;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 {height: 48px;padding:0 10px;font-size: 18px;line-height: 46px;border: 1px solid #ddd;box-sizing: border-box;}
.form-control-xs {height: 38px;padding:0 10px;font-size: 16px;line-height: 36px;border: 1px solid #ddd;box-sizing: border-box;}

/* 리스트 타입 */
.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: #b5916d;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: 12px;left: 0;width: 5px;height: 5px;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;}
.dash-list li {position: relative;padding-left: 10px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -1px;}
.dash-list li:after {position: absolute;top: 15px;left: 0;width: 5px;height: 1px;background-color: #333;content:'';}
.dash-list li+li {margin-top: 6px;}
.c-dash-list li {position: relative;padding-left: 20px;font-size: 18px;font-weight: 300;line-height: 1.6;letter-spacing: -1.3px;}
.c-dash-list li:after {position: absolute;top: 14px;left: 0;width: 10px;height: 3px;background-color: #1bafdf;content:'';}
.c-dash-list li+li {margin-top: 6px;}

/* 지그재그 리스트 */
.z-list > li {display: flex;/* justify-content: space-between; */}
.z-list > li:nth-of-type(even) {flex-flow: row-reverse;margin: 0;}
.z-list > li:nth-of-type(even) .text {padding-left: 0;padding-right: 79px;}
.z-list > li .img {width: 50%;}
.z-list > li .img img {max-width: 100%;}
.z-list > li .text {width: 650px;padding: 45px 0 45px 79px;box-sizing: border-box;}
.z-list > li .text>p {font-size: 30px;font-weight: bold;line-height: 1.4;letter-spacing: -3.75px;word-break: keep-all;}
.z-list > li .text>p.num {position: relative;padding-left: 43px;}
.z-list > li .text>p.num:before {display: block;position: absolute;top: 5px;left: 0;width: 35px;height: 35px;color:#fff;font-size: 20px;line-height: 35px;letter-spacing: -1px;text-align: center;border-radius: 100%;background-color: #1bafdf;content:''}
.z-list > li .text>p.num-1:before {content:'1';}
.z-list > li .text>p.num-2:before {content:'2';}
.z-list > li .text>span {display: block;margin-top: 20px;font-size: 18px;font-weight: 300;line-height: 1.65;letter-spacing: -1.4px;word-break: keep-all;}
.z-list > li .text>span.big {font-size: 22px;line-height: 1.4;}
.z-list > li .text>ul {margin-top: 20px;}

/* 플렉스리스트 타입 */
.flex-list-01 {overflow: hidden;display: flex;flex-wrap: wrap;width: calc(100% + 32px);margin-left: -16px;}
.flex-list-01>div {width: calc(50% - 32px);margin: 0 16px 50px;}
.flex-list-01>div>img {width: 100%;}
.flex-list-01>div>p {margin-top: 40px;font-size: 25px;font-weight: bold;letter-spacing: -1.25px;}
.flex-list-01>div>span {display: block;margin-top: 20px;font-size: 18px;font-weight: 300;}
.flex-list-02 {display: flex;justify-content: flex-start;flex-wrap: wrap;}
.flex-list-02.margin-t {margin-top: 50px;}
.flex-list-02.n5 {width: calc(100% + 9px);margin-left: -4.5px;}
.flex-list-02.n5>div {width: calc(20% - 9px);margin: 0 4.5px 9px;}
.flex-list-02.n5>div>p {height: 60px;font-size: 16px;}
.flex-list-02.n3 {width: calc(100% + 50px);margin-left: -25px;}
.flex-list-02.n3>div {width: calc(33.33% - 50px);margin: 0 25px 50px;}
.flex-list-02>div.blue {background-color: #1abbe3;}
.flex-list-02>div.navy {background-color: #014099;}
.flex-list-02>div>img {width: 100%;}
.flex-list-02>div>p {display: flex;flex-flow: column;justify-content: center;align-items: center;flex-wrap: wrap;height: 65px;color: #fff;font-size: 20px;line-height: 1.5;letter-spacing: -1px;text-align: center;}
.flex-list-02>div>p.blue {background-color: #1abbe3;}
.flex-list-02>div>p.navy {background-color: #014099;}
.flex-list-02>div>p.h-auto {display: block;height: auto;padding:35px 20px;box-sizing: border-box;}
.flex-list-02>div>p>small {display: block;width: 100%;font-size: 15px;}
.flex-list-02>div>p.h-auto>small {margin-top: 15px;}
.flex-list-02>div>span {display: block;margin-top: 20px;font-size: 18px;font-weight: 300;line-height: 1.4;letter-spacing: -1px;word-break: keep-all;}

/* 캐이스 리스트 */
.case-list {display: flex;justify-content: space-between;}
.case-list .case {width:calc(50% - 16px);}
.case-list .case-head {display: flex;align-items: center;font-size: 30px;line-height: 1;letter-spacing: -1.5px;}
.case-list .case-head .case-num {display: inline-flex;align-items: center;justify-content: center;width: 88px;height: 88px;margin-right: 35px;color: #fff;font-family: 'yg-jalnan';font-size: 20px;line-height: 1;letter-spacing: normal;}
.case-list .case-body {padding:60px 88px;box-sizing: border-box;}
.case-list .case.navy {background-color: #014099;}
.case-list .case.navy .case-head {border-bottom: 3px solid #1bafdf;	}
.case-list .case.navy .case-head p {color:#fff;}
.case-list .case.navy .case-head b {color: #32ccfe;font-weight: bold;}
.case-list .case.navy .case-num {background-color: #1bafdf;}
.case-list .case.navy .middot-list {color:#fff;}
.case-list .case.navy .middot-list li:after {top: 15px;background-color: #1bafdf;}
.case-list .case.navy .middot-list li+li {margin-top: 44px;}
.case-list .case.navy .middot-list li p {font-size: 23px;font-weight: 500;letter-spacing: -1.3px;}
.case-list .case.navy .middot-list li span {display: block;margin-top: 15px;font-size: 18px;font-weight: 300;line-height: 1.6;}
.case-list .case.blue {background-color: #1bafdf;}
.case-list .case.blue .case-head {border-bottom: 3px solid #014099;}
.case-list .case.blue .case-head p {color:#014099;}
.case-list .case.blue .case-head b {color: #fff;font-weight: bold;}
.case-list .case.blue .case-num {background-color: #014099;}
.case-list .case.blue .middot-list {color:#014099;}
.case-list .case.blue .middot-list li:after {top: 13px;background-color: #fff;}
.case-list .case.blue .middot-list li+li {margin-top: 15px;}
.case-list .case.blue .middot-list li {font-size: 20px;font-weight: 500;letter-spacing: -1.3px;}

/* 박스 타입 */
.box-wrap {padding:45px 94px 60px;box-sizing: border-box;}
.box-wrap.border {border: solid 15px #f5f5f5;}
.box-wrap.half-border {border: solid 8px #f5f5f5;}
.box-wrap p {padding: 15px 0;color: #333;font-size: 18px;font-weight: 300;border-bottom:1px solid #dedad6;}
.box-wrap p.icon {padding-left: 64px;background-image: url(/resource/images/box-wrap-icon.png);background-repeat: no-repeat;background-position: 0 14px;}
.gray-box {padding:44px 20px;text-align: center;box-sizing: border-box;background-color: #f1f2f2;}
.gray-box p {font-size: 22px;letter-spacing: -1.1px;}


/*
	Top Bnnr
*/
#banner {
	/* display: none; */
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	z-index: 10000;
}

#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:#12a18b;
	font-weight: bold;
}

#banner .banner_wrap {
	position: relative;
	-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%;
	transform: translateX(-50%);
}

#banner .swiper-button_wrap {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 26px;
	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: 31px;
	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: #1bafdf;
	animation: gradientBg 8000ms infinite linear;
	z-index: -1;
}

#top {
	display: block;
	/* 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 3px;
	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 {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#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: 50%;
	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,
#quick a.icon-naver {
	border-bottom: 1px solid #cbcbcb !important;
	background-color: #fff !important;
}
#quick a.icon-blog,
#quick a.icon-naver {
	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.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.icon-naver i {
	background-image: url("/resource/images/q-naver.png");
}
#quick a:not(#top):hover {
	width: 160px;
	border-color: #134c9c;
	background-color: #134c9c;
}
#quick a.icon-you:hover,
#quick a.icon-blog:hover,
#quick a.icon-naver:hover {
	border-color: #cdcdcd !important;
	background-color: #fff !important;
}
#quick a:not(#top):hover i {
	background-color: #134c9c;
}
#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.icon-you:hover i {
	background-color: #fff !important;
}
#quick a.icon-blog:hover i {
	background-color: #fff !important;
}
#quick a.icon-naver: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;
}
#quick a.icon-naver:hover span {
	color:#333 !important;
}

/* 
	Header 
*/
header {
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition: all 0.2s;
	z-index: 9999;
}
header.on {
	top: 0;
}
header .logo {
	position: absolute;
	top: 21px;
	left: 67px;
	/* transform: translateY(-50%); */
	z-index: 100;
}
header .gnb-wrap {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
header .m-quick {
	display: none;
}
header #gnb {
	display: inline-flex;
	justify-content: center;
	/* align-items: center; */
}
header #gnb > li {
	position: relative;
	width: 175px;
}
header #gnb li a {
	color:#333;
}
header #gnb > li > a {
	display: block;
	padding:34px;
	font-size: 18px;
	letter-spacing: -0.9px;
}
header #gnb > li:hover > a {
	color:#1bafdf;
	/* font-weight: 600; */
}
header #gnb .snb-wrap {
	overflow: hidden;
	/* display: none; */
	/* position: absolute;
	top: 100%;
	left: 0; */
	height: 0;
	transition: all 0.4s;
}
header #gnb .snb {
	
	padding:30px 0;
	box-sizing: border-box;
}
header #gnb .snb li {
	padding:5px 0;
}
header #gnb .snb li a:hover {
	color:#1bafdf;
	/* font-weight: 600; */
}
header #gnb:hover:after {
	position: absolute;
	top: 93px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	content:'';
}
header #gnb:hover .snb-wrap {
	display: block;
	height: 255px;
}
header .sign-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	top: 34px;
	right: 67px;
	/* transform: translateY(-50%); */
}
header .sign-wrap a {
	color:#333;
}
header .sign-wrap .ham {
		display: none;
		margin-left: 20px;
	}


/* 
	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-family: 'yg-jalnan';
	font-size: 15px;
	font-family: Lato;
	line-height: 1;
}
footer .inner #left .l-box .num p+p {
	margin-top: 5px;
}
footer .inner #left .l-box .num p span {
	margin-left: 10px;
	font-family: 'yg-jalnan';
	font-size: 30px;
	font-weight: normal;
	letter-spacing: normal;
	transform: translateY(3px);
}
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: 'yg-jalnan';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
}
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(50% - 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: 457px;
/*	height: 257px;*/
}
footer .inner #right .counsel {
	position: relative;
	margin-top: 60px;
}
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 {
	width: 100%;
	margin-top: 25px;
	color:#fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	background-color: #1bafdf;
}
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;
}



#container {
	padding-top: 138px;
}



/* 
	Main
*/
#main-bnnr {
	position: relative;
}
#main-bnnr .swiper-slide {
	position: relative;
}
#main-bnnr .swiper-button-next,
#main-bnnr .swiper-button-prev {
	width: 85px;
	height: 85px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.3);
	background-repeat: no-repeat;
	background-position: center;
}
#main-bnnr .swiper-button-next:hover,
#main-bnnr .swiper-button-prev:hover {
	background-color: #1bafdf;
}
#main-bnnr .swiper-button-next {
	right: 60px;
	background-image: url(/resource/images/main-bnnr-right-arrow.png);
}
#main-bnnr .swiper-button-prev {
	left: 60px;
	background-image: url(/resource/images/main-bnnr-left-arrow.png);
}
#main-bnnr .swiper-button-next:after,
#main-bnnr .swiper-button-prev:after {
	display: none;
}
#main-bnnr .swiper-pagination {
	bottom: 20%;
}
#main-bnnr .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border: solid 3px #fff;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0);
	opacity: 1;
}
#main-bnnr .swiper-pagination-bullet-active {
	border-color: #09d4ff;
}
#main-bnnr .text-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
}
#main-bnnr .text-cont * {
	color:#fff;
	text-align: center;
}
#main-bnnr .text-cont span {
	display: block;
	font-family: Lato;
	font-size: 16px;
  	font-weight: 900;
	letter-spacing: normal;
}
#main-bnnr .text-cont h2 {
	margin-top: 35px;
	font-family: 'yg-jalnan';
	font-size: 50px;
	line-height: 1.08;
	letter-spacing: -2.5px;
}
#main-bnnr .text-cont h2 i {
	color:#09d4ff;
}
#main-bnnr .text-cont p {
	margin-top: 50px;
	font-size: 25px;
	line-height: 1.44;
	letter-spacing: -1.25px;
}
#main-bnnr .text-cont ul {
	width: 583px;
	margin: 50px auto 0;
}
#main-bnnr .text-cont ul li {
	padding:10px 0;
	color:#fff;
	font-size: 22px;
	text-align: center;
	border-radius: 30px;
	background-color: #134c9c;
}
#main-bnnr .text-cont ul li:nth-of-type(even) {
	background-color: #1bafdf;
}
#main-bnnr .text-cont ul li+li {
	margin-top: 6px;
}
#main-bnnr .info-container {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 556px;
	z-index: 100;
}
#main-bnnr .info-container .left,
#main-bnnr .info-container .right {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:15px 0;
}
#main-bnnr .info-container .left h5,
#main-bnnr .info-container .right h5 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.8px;
}
#main-bnnr .info-container .left {
	width: 50%;
	background-color: #1bafdf;
}
#main-bnnr .info-container .left h5 {
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
}
#main-bnnr .info-container .left h5:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	margin-top: -5px;
	background-color: #fff;
	content: '';
}
#main-bnnr .info-container .left p {
	color: #fff;
	font-family: Lato;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
}
#main-bnnr .info-container .left p span {
	color:#134c9c;
}
#main-bnnr .info-container .right {
	width: 50%;
	background-color: #134c9c;
}
#main-bnnr .info-container .right h5 {
	padding-left: 36px;
	background-image: url(/resource/images/main-info-icon.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}


#clinic-slide {
	overflow: hidden;
}
#clinic-slide .inner {
	position: relative;
}
#clinic-slide > div {
	background-color: #fff;
}
#clinic-slide > div:nth-of-type(odd) {
	background-color: #f3f3f3;
}
#clinic-slide > div .inner {
	display: flex;
	align-items: center;
}
#clinic-slide > div .text-cont {
	flex-shrink: 0;
	width: 160px;
	text-align: center;
}
#clinic-slide > div .text-cont h3 {
	margin-bottom: 24px;
	font-family: 'yg-jalnan';
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -1.75px;
}
#clinic-slide > div .text-cont a {
	display: inline-block;
	margin-top: 50px;
	padding-right: 25px;
	color:#333;
	font-size: 18px;
	letter-spacing: -0.9px;
	background-image: url(/resource/images/clinic-more2.png);
	background-repeat: no-repeat;
	background-position: 99% 5px;
}
#clinic-slide > div .swiper-button-wrap {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	width: 108px;
	padding:0 80px;
}
#clinic-slide > div .swiper-button-prev,
#clinic-slide > div .swiper-button-next {
	position: static;
	width: 54px;
	height: 54px;
	margin:0;
	background-repeat: no-repeat;
	background-position: center;
}
#clinic-slide > div .swiper-button-prev:after,
#clinic-slide > div .swiper-button-next:after {
	display: none;
}
#clinic-slide > div .swiper-button-prev {
	background-image: url(/resource/images/clinic-slide-left.png);
}
#clinic-slide > div .swiper-button-next {
	transform: translateX(-1px);
	background-image: url(/resource/images/clinic-slide-right.png);
}
#clinic-slide > div .swiper-container {
	width: 1170px;
	flex-shrink: 0;
	padding:100px 0;
}
#clinic-slide > div .swiper-slide {
	transition: all 0.2s;
}
#clinic-slide > div .swiper-slide p {
	margin-top: 20px;
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: -1.1px;
	text-align: center;
}
#clinic-slide > div .swiper-slide a {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 64px;
	height: 64px;
	background-image: url(/resource/images/clinic-more.png);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(-50%);
}
#clinic-slide > div .swiper-slide:hover {
	transform: translateY(-65px);
}
#clinic-slide > div .swiper-slide:hover a {
	display: block;
}


#brand {
	overflow: hidden;
	position: relative;
	padding:240px 0;
	z-index: 10;
}
#brand .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#brand .box {
	display: flex;
	position: relative;
	width: calc(100% - 700px);
	box-sizing: border-box;
	z-index: 2;
}
#brand .box .text {
	margin-right: 70px;
}
#brand .box h3 {
	margin-bottom: 40px;
	font-family: 'yg-jalnan';
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 0;
}

#brand .box h3 small {
	font-family: 'Noto Sans Kr';
	font-size: 30px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: -1.1px;
}

#brand .box p {
	margin-bottom: 70px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: -0.9px;
	color: #333333;
}

#brand .box a {
	display: block;
	width: 100%;
	max-width: 378px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	letter-spacing: -0.8px;
	text-align: center;
	border: solid 3px #1bafdf;
	color: #333333;
}
#brand .box a img {
	margin-top: -5px;
	margin-left: 10px;
}

#brand .media {
	position: relative;
	max-width: 700px;
	width: 100%;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.3);
}
#brand .media:before {
	position: absolute;
	top: 50%;
	right: -30%;
	width: 638px;
	height: 638px;
	transform: translateY(-50%);
	background-image: url(/resource/images/brand-mark.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	content:'';
}

#brand .media:after {
	display: block;
	padding-top: 56.573%;
	content: '';
}

#brand .media iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

#brand .media video {
	position: absolute;
	width: 100%;
	height: 100%;
}

#tv {
	position: relative;
	background-color: #efefef;
}
#tv:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 100%;
	background-color: #1bafdf;
	z-index: 1;
	content: '';
}
#tv .inner {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}
#tv .left {
	/* padding-right: 55px; */
}
#tv .left .main-tit p {
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
}
#tv .left .main-tit h3 {
	font-size: 50px;
	font-family: 'yg-jalnan';
}
#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: 30px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1.4px;
}
#tv .left .main-tit a {
	display: block;
	width: 220px;
	height: 50px;
	margin-top: 50px;
	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: #1bafdf;
}

#tv .center {
	width: 677px;
	padding:120px 40px 120px 40px;
}
#tv .right {
	/* overflow-y: auto; */
	width: 200px;
	height: 100%;
	max-height: 562px;
	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;
	/* border-bottom: 1px solid #fff; */
}
#tv .right ul li a div span {
	font-size: 14px;
	font-weight: 300;
}
#tv .right ul li a:hover div,
#tv .right ul li.active a div {
	opacity: 1;
}
#tv .right ul li.active img {
	opacity: 0.5;
}


#news {
	padding:156px 0;
}
#news .main-tit {
	text-align: center;
}
#news .main-tit p {
	margin-bottom: 20px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
}
#news .main-tit h3 {
	font-family: 'yg-jalnan';
	font-size: 50px;
	line-height: 1.1;
}
#news .main-tit .bar {
	display: block;
	width: 50px;
  	height: 1px;
	margin:60px auto 0;
	background-color: #999;
}
#news .inner {
	display: flex;
	margin-top: 53px;
}
#news .inner .left {
	display: flex;
	justify-content: space-between;
	width: 55.231%;
}
#news .inner .left .box {
	width: calc(50% - 9px);
}
#news .inner .left .box h4 {
	margin-bottom: 18px;
	font-family: 'yg-jalnan';
	font-size: 25px;
	line-height: 1;
}
#news .inner .left .box p {
	margin-top: 24px;
	font-size: 18px;
}
#news .inner .right {
	width: calc(100% - 55.231%);
	padding-left: 71px;
	box-sizing: border-box;
}
#news .inner .right h4 {
	margin-bottom: 18px;
	font-family: 'yg-jalnan';
	font-size: 25px;
	line-height: 1;
}
#news .inner .right td {
	padding:29px 24px;
}
#news .inner .right td:nth-of-type(1) {
	overflow: hidden;
	width: 70%;
	font-size: 20px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#news .inner .right td:nth-of-type(2) {
	width: 30%;
	font-family: Lato;
	font-weight: bold;
}
#news .inner .right a {
	color:#333;
}


/*
	Sub
*/
#sub-bnnr {
	overflow: hidden;
	position: relative;
}
#sub-bnnr .text-cont {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
#sub-bnnr .text-cont * {
	color:#fff;
}
#sub-bnnr .text-cont p {
	margin-bottom: 12px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
}
#sub-bnnr .text-cont h2 {
	font-family: 'yg-jalnan';
	font-size: 40px;
	font-weight: normal;
	line-height: 1.08;
	letter-spacing: -2.5px;
}

#location {
	position: relative;
	display: flex;
	width: 100%;
	height: 76px;
	max-width: 1300px;
	margin: -38px auto 0;
	box-sizing: border-box;
	z-index: 10;
}
#location .locDepth {
	position: relative;
	width: 50%;
	background-image: url(/resource/images/plus.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) 50%;
}
#location .locDepth.locDepth1 {
	background-color: #1bafdf;
}
#location .locDepth.locDepth2 {
	background-color: #014099;
}
#location .locDepth button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 46px;
	color:#fff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -1.1px;
	box-sizing: border-box;
	background-image: url(/resource/images/location-plus.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#location .locDepth ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: 0;
	box-sizing: border-box;
	background-color: #fff;
}
#location .locDepth ul li {
	border-bottom: 1px solid #ddd;
}
#location .locDepth ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 46px;
	box-sizing: border-box;
	color: #666;
	font-size: 20px;
}
#location .locDepth ul li a br {
	display: none;
}
#location .locDepth.locDepth2 ul li a:hover {
	color: #fff;
	background-color: #014099;
}
#location .locDepth.locDepth1 ul li a:hover {
	color: #fff;
	background-color: #1bafdf;
}
#location .locDepth:hover ul {
	display: block;
}


.sub-tit {
	margin-bottom: 65px;
	text-align: center;
}
.sub-tit h3 {
	font-family: 'yg-jalnan';
	font-size: 50px;
	font-weight: normal;
	line-height: 1.08;
	letter-spacing: -2.5px;
}
.sub-tit .bar {
	display: block;
	width: 50px;
	height: 5px;
	margin: 28px auto 0;
	background-color: #1bafdf;
}
.sub-tit p {
	margin-top: 26px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
}
.sub-tit2 {
	font-family: 'AritaBuri';
	font-size: 45px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: -2.25px;
	text-align: center;
}
.sub-mid-tit {
	margin-bottom: 35px;
	text-align: center;
}
.sub-mid-tit h5 {
	font-size: 35px;
	line-height: 1.34;
	letter-spacing: -1.75px;
}
.sub-mid-tit .bar {
	display: block;
	width: 35px;
	height: 1px;
	margin: 25px auto 0;
	background-color: #333;
}
.sub-mid-tit p {
	margin-top: 26px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
}
.sub-cont-wrap {
	border-top: 3px solid #1bafdf;
	border-bottom: 3px solid #1bafdf; 
	background-color: #fbfaf9;
}
.sub-cont-wrap .sub-cont-body {
	padding:108px 0 82px;
}
.sub-cont-wrap .sub-cont-tit {
	text-align: center;
}
.sub-cont-wrap .sub-cont-tit+.sub-cont-tit {
	margin-top: 83px;
}
.sub-cont-wrap .sub-cont-tit h5 {
	font-family: 'AritaBuri';
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1.5px;
}
.sub-cont-wrap .sub-cont-tit .bar {
	display: block;
	width: 35px;
	height: 1px;
	margin: 25px auto 0;
	background-color: #333;
}
.sub-cont-wrap .sub-cont-tit p {
	margin-top: 26px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
}
.sub-cont-wrap .sub-cont-footer {
	padding:40px 0;
	color:#fff;
	font-family: 'AritaBuri';
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
  	letter-spacing: -1.25px;
	text-align: center;
	background-color: #1bafdf;
}

#thumb-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1260px;
	margin:0 auto;
	padding:0 30px;
	box-sizing: border-box;
}
#thumb-list li {
	width: calc(33.33% - 50px);
	margin:0 25px 50px;
}
#thumb-list li a {
	display: block;
}
#thumb-list li a p {
	margin-top: 24px;
	color:#333;
	font-size: 18px;
}

#table-list {

}
#table-list td {
	padding:29px 24px;
}
#table-list td:nth-of-type(1) {
	width: 30px;
	font-family: Lato;
	font-weight: bold;
}
#table-list td:nth-of-type(2) {
	overflow: hidden;
	font-size: 20px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#table-list td:nth-of-type(3) {
	width: 120px;
	font-weight: bold;
}
#table-list td:nth-of-type(4) {
	width: 90px;
	font-family: Lato;
	font-weight: bold;
}
#table-list a {
	color:#333;
}

.story-box {
	position: relative;
	margin-top: 40px;
	padding-left: 373px;
	box-sizing: border-box;
}
.story-box:before {
	position: absolute;
	top: -10%;
	left: 0;
	width: 495px;
	height: 495px;
	background-image: url(/resource/images/sub01-page01-02.png);
	z-index: -1;
	content:'';
}
.story-box h4 {
	margin-bottom: 40px;
	font-family: 'AritaBuri';
	font-size: 45px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: -2.25px;
}
.story-box p {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: -1px;
	word-break: keep-all;
}
.story-box p.sign {
	font-weight: bold;
}


.doc-box {
	display: flex;
	margin-bottom: 100px;
}
.doc-box .text {
	margin-left: 116px;
    width: 100%;
}
.doc-box .text>h4 {
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: 'AritaBuri';
	font-size: 45px;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: -2.25px;
}
.doc-box .text .history-box {
	position: relative;
	margin-bottom: 30px;
	transition: all 0.2s;
}
.doc-box .text .history {
	margin-bottom: 25px;
}
.doc-box .text .history .label {
	width: 140px;
	height: 47px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 47px;
	letter-spacing: -1.5px;
	text-align: center;
	border:3px solid #1bafdf;
	border-radius: 30px;
}
.doc-box .text .history span {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	word-break: keep-all;
}
.doc-box .text .history-tab {
	display: flex;
}
.doc-box .text .history-tab li {
	width: 50%;
}
.doc-box .text .history-tab li a {
	display: block;
	height: 51px;
	margin-left: -1px;
	color:#333;
	font-size: 18px;
	font-weight: 500;
	line-height: 51px;
	text-align: center;
	border: 1px solid #ddd;
}
.doc-box .text .history-tab li p {
	display: none;
	position: relative;
	width: 200%;
	margin-top: 44px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
}
.doc-box .text .history-tab li:nth-of-type(1) p {
	left: 0;
}
.doc-box .text .history-tab li:nth-of-type(2) p {
	right: 100%;
}
.doc-box .text .history-tab li.on a {
	color:#fff;
	border-color:#1bafdf;
	background-color: #1bafdf;
}
.doc-box .text .history-tab li.on p {
	display: block;
}
.box-time {
    width: 100%;
    margin: 40px 0;
}

.box-time .table-time {
    width: 100%;
}

.box-time .table-time tbody tr th {
    background-color: #1bafdf;
    color: #fff;
    border: 1px solid #efefef;
    padding: 10px 15px;
}

.box-time .table-time tbody tr th:last-child {
    background-color: #a1a1a1;
    color: #fff;
}

.box-time .table-time tbody tr td {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 15px;
}

.box-time .table-time tbody tr td.red {
    background: #fffde6;
    color: #ff0000;
}

.doc-paper h5 {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.doc-paper h5 span {
	display: block;
	width: 294px;
	height: 51px;
	color:#fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 51px;
	text-align: center;
	background-color: #1bafdf;
}
.doc-paper .paper-container {
	padding:60px 50px;
	box-sizing: border-box;
}
.doc-paper .paper-tab {
	display: flex;
}
.doc-paper .paper-tab li:nth-of-type(1) {
	position: relative;
	margin-right: 24px;
	padding-right: 24px;
}
.doc-paper .paper-tab li:nth-of-type(1):after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #333;
	transform: translateY(-80%);
	content:'';
}
.doc-paper .paper-tab li a {
	display: inline-block;
	padding-bottom: 10px;
	color:#b1b1b1;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	border-bottom: 4px solid #fff;
	box-sizing: border-box;
}
.doc-paper .paper-tab li.on a {
	color:#333;
	border-color: #1bafdf;
}
.doc-paper .paper-wrapper {
	margin-top: 38px;
}
.doc-paper .paper-wrapper .paper-list {
	display: none;
}
.doc-paper .paper-wrapper .paper-list.on {
	display: block;
}
.doc-paper .paper-wrapper .paper-list p {
	font-family: Lato;
  	font-size: 16px;
	line-height: 1.88;
	letter-spacing: normal;
}
.doc-paper .paper-wrapper .paper-list p+p {
	margin-top: 40px;
}

.info-tit {
	margin-bottom: 35px;
	text-align: center;
}
.info-tit h3 {
	position: relative;
	display: inline-block;
	padding:0 60px;
	font-family: 'AritaBuri';
	font-size: 32px;
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -1.6px;
	box-sizing: border-box;
}
.info-tit h3:before,
.info-tit h3:after {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	content:'';
}
.info-tit h3:before {
	left: 0;
	background-image: url(/resource/images/quote-left.png);
}
.info-tit h3:after {
	right: 0;
	background-image: url(/resource/images/quote-right.png);
}
.info-tit .bar {
	display: block;
	width: 35px;
	height: 1px;
	margin: 35px auto 0;
	background-color: #333;
}

#floor .swiper-button-prev:after,
#floor .swiper-button-next:after {
	display: none;
}
#floor .swiper-button-prev,
#floor .swiper-button-next {
	width: 85px;
	height: 85px;
	background-repeat: no-repeat;
	background-position: center;
}
#floor .swiper-button-prev {
	left: 10px;
	background-image: url(/resource/images/floor-prev.png);
}
#floor .swiper-button-prev:hover {
	background-image: url(/resource/images/floor-prev-on.png);
}
#floor .swiper-button-next {
	right: 10px;
	background-image: url(/resource/images/floor-next.png);
}
#floor .swiper-button-next:hover {
	background-image: url(/resource/images/floor-next-on.png);
}

.contact {
	display: flex;
	align-items: center;
	padding:50px 100px 60px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
.contact .contact-tit {
	margin-right: 120px;
	font-family: 'yg-jalnan';
	font-size: 40px;
	letter-spacing: normal;
}
.contact .contact-text table {
	margin-bottom: 30px;
}
.contact .contact-text th {
	width: 108px;
	padding:10px 0;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.contact .contact-text td {
	padding:10px 0;
	font-size: 18px;
	font-weight: 300;
}
.contact .contact-text a {
	display: inline-block;
	margin-right: 6px;
	padding:10px 30px;
	font-size: 18px;
	font-weight: 500;
}
.contact .contact-text a img {
	margin-top: -3px;
}
.contact .contact-text .blue {
	background-color: #1bafdf;
}
.contact .contact-text .navy {
	background-color: #014099;
}

/* 간편로그인 */
#login {
	width: 100%;
	max-width: 786px;
	margin:0 auto;
	padding:100px 80px;
	text-align: center;
	border: 10px solid #eee;
	border-radius: 50px;
	box-sizing: border-box;
}
#login a {
	display: inline-block;
	width: 250px;
  	height: 76px;
	margin:50px 10px 0;
	line-height: 76px;
	text-align: center;
	border-radius: 38px;
}
#login a.navy {
	background-color: #014099;
}
#login a.blue {
	background-color: #1bafdf;
}
#login a img {
	margin-right: 5px;
	margin-top: -5px;
}


@media screen and (max-width:1330px) {
	.m-bg {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 9998;
		/* content: ''; */
	}
	header {
		height: 93px;
	}
	header .m-quick {
		width: 100%;
		border-top: 15px solid #f0f0f0;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}

	header .m-quick ul {
		display: flex;
		padding:20px 0;
	}

	header .m-quick ul li {
		width: 25%;
		text-align: center;
	}

	header .m-quick ul li a {
		color: #333;
		font-size: 16px;
		letter-spacing: -1.8px;
	}

	header .m-quick ul li a span {
		display: block;
		margin:0 auto 10px;
	}
	header .m-quick ul li a span img {
		width: 45px;
	}
	header .gnb-wrap {
		position: absolute;
		top: 100%;
		right: 0;
		/* width: 50%; */
		display: none;
	}
	header #gnb {
		/* overflow-y: scroll; */
		background-color: rgba(0, 0, 0, 0.01);
	}
	header #gnb {
		display: block;
		flex-flow: column;
		background-color: #fff;
	}
	header #gnb > li {
		width: 100%;
		padding:0;
		font-size: 0;
	}
	header #gnb > li:hover {
		background-color: #fff;
	}
	header #gnb > li > a {
		position: relative;
		margin-bottom: 0;
		padding:10px 20px;
		font-size: 20px;
		font-weight: 500;
		border-bottom:1px solid #ddd;
		background-color: #f2f2f2;
	}
	header #gnb > li > a:before {
		position: absolute;
		top: 50%;
		right: 30px;
		width: 12px;
		height: 2px;
		margin-top: -1px;
		background-color: #333;
		content:'';
	}
	header #gnb > li > a:after {
		position: absolute;
		top: 50%;
		right: 35px;
		width: 2px;
		height: 12px;
		margin-top: -6px;
		background-color: #333;
		content:'';
	}
	header #gnb .snb-wrap {
		display: none;
		height:auto;
	}
	header #gnb:hover .snb-wrap {
		display: none;
		height: auto;
	}
	header #gnb:hover:after {
		display: none;
	}
	header #gnb > li .snb {
		display: flex;
		flex-wrap: wrap;
		padding:0;
	}
	header #gnb > li .snb li {
		width: 50%;
		margin-bottom: 0;
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
		box-sizing: border-box;
	}
	header #gnb > li .snb a {
		display: block;
		padding:10px 15px;
		font-size: 18px;
		box-sizing: border-box;
	}
	header #gnb > li:hover > a:after {
		display: none;
	}
	header #gnb > li.on > a:after {
		display: none;
	}
	header #gnb > li.on .snb-wrap {
		display: block;
	}
	header #gnb > li.on .snb a {
		display: inline-block;
	}
	header .sign-wrap .ham {
		display: block;
	}

	#floor img {
		max-width: 100%;
	}
}
@media screen and (max-width:720px) {
	.mb-show {display: initial !important;}
	.mb-hide {display: none !important;}
	#thumb-list {width: calc(100% + 30px);max-width: calc(100% + 30px);margin-left: -15px;padding:0;}
	#thumb-list li {width: calc(50% - 30px);margin: 0 15px 50px;}
	#thumb-list li a img {width: 100%;}
	#thumb-list li a p {font-size: 26px;}
	#table-list table, #table-list tbody {display: block;}
	#table-list tr {display: flex;flex-wrap: wrap;justify-content: space-between;}
	#table-list td {display: block;padding:20px 24px; font-size: 22px !important;box-sizing: border-box;}
	#table-list td:nth-of-type(1) {display: none;width: 100%;padding-bottom: 0;text-align: left;order: 1;}
	#table-list td:nth-of-type(1):before {content:'No. ';}
	#table-list td:nth-of-type(2) {width: 100%;padding-bottom: 0; order: 2;}
	#table-list td:nth-of-type(2) a {display: block;font-size: 26px !important;}
	#table-list td:nth-of-type(3) {width: 75%;padding-top: 13px;padding-right: 0;text-align: right;order: 3;}
	#table-list td:nth-of-type(4) {width: 25%;padding-top: 15px;text-align: right;order: 3;}
	.z-list > li {flex-flow: column;}
	.z-list > li .img {width: 100%;}
	.z-list > li .text {padding:45px 0;}
	.z-list > li .text>span {font-size: 24px;}
	.z-list > li:nth-of-type(even) {flex-flow: column;}
	.z-list > li:nth-of-type(even) .text {padding-right: 0;}
	.flex-list-01>div {width: calc(100% - 32px);}
	.flex-list-01>div>p {font-size: 28px;}
	.flex-list-01>div>span {font-size: 24px;}
	.flex-list-02>div>p {align-items: center;height: auto;padding:30px 0;font-size: 24px;word-break: keep-all;}
	.flex-list-02>div>p>small {font-size: 20px;}
	.flex-list-02.n3 {width: calc(100% + 30px);margin-left: -15px;}
	.flex-list-02.n3>div {width: calc(50% - 30px);margin: 0 15px 30px;}
	.flex-list-02.n5>div {width: calc(50% - 30px);margin: 0 15px 30px;}
	.flex-list-02.n5>div>p {align-items: center;height: auto;padding:30px 0;font-size: 24px;word-break: keep-all;}
	.case-list {flex-wrap: wrap;}
	.case-list .case {width: calc(100% - 16px);}
	.case-list .case + .case {margin-top: 35px;}
	.case-list .case.navy .middot-list li {padding-left: 15px;}
	.case-list .case.navy .middot-list li:after {top: 18px;}
	.case-list .case.navy .middot-list li p {font-size: 26px;}
	.case-list .case.navy .middot-list li span {font-size: 24px;}
	.case-list .case.blue .middot-list li {padding-left: 15px;font-size: 24px;}
	.case-list .case.blue .middot-list li:after {top: 15px;}
	.c-dash-list {width: 98%;margin-left: 2%;}
	.c-dash-list li {padding-left: 30px;font-size: 24px;}
	.c-dash-list li:after {top: 18px;width: 12px;}
	.box-wrap {padding:45px 45px 60px;}
	.box-wrap p {padding:25px 0;font-size: 24px;word-break: keep-all;}
	.box-wrap p.icon {padding-left: 44px;background-position: 0 28px;}
	.gray-box p {font-size: 26px;}

	body {
		min-width: 0;
		max-width: 100%;
	}

	#banner {
		height: 85px;
	}
	#banner .button_wrap {
		height: 85px;
	}
	#banner .button_wrap .banner_open_button {
		font-size: 24px;
	}

	#top {
		width: calc(100%/6);
		height: 118px;
		padding:20px 0;
		background-color: #333;
	}
	#top span {
		font-size: 26px;
		font-weight: bold;
	}
	#top span:first-of-type {
		color:#fff !important;
	}
	#top span:nth-of-type(2) {
		color:#00d872 !important;
	}
	#top span:last-of-type {
		color:#05c2ff !important;
	}
	#quick {
		flex-flow: row;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		transform: translateY(0);
	}
	#quick a:not(#top) {
		width: calc(100%/5);
		height: 118px;
		border-color: #aeaeae;
		background-color: #e0e0e0;
	}
	#quick a.icon1 {
		display: none !important;
	}
	#quick a.icon-you, 
	#quick a.icon-blog,
	#quick a.icon-naver {
		border-bottom: 0 !important;
		border-color: #aeaeae !important;
		background-color: #e0e0e0 !important;
	}
	#quick a i {
		width: 100%;
		padding-left: 0;
		background-position: center;
	}
	#quick a.icon2 i {
		background-image: url("/resource/images/q-time-m.png");
	}
	#quick a.icon3 i {
		background-image: url("/resource/images/q-kakao-m.png");
	}
	#quick a.icon4 i {
		background-image: url("/resource/images/q-place-m.png");
	}
	#quick a.icon-you i {
		background-image: url("/resource/images/q-you-m.png");
	}
	#quick a.icon-blog i {
		background-image: url("/resource/images/q-blog-m.png");
	}
	#quick a.icon-naver i {
		background-image: url("/resource/images/q-naver-m.png");
		background-size: 100px auto;
	}
	#quick a:not(#top):hover {
		width: calc(100%/6);
		border-color: #aeaeae;
    	background-color: #e0e0e0;
	}
	#quick a:hover i {
		background-color: #e0e0e0 !important;
	}
	#quick a.icon2:hover i {
		background-image: url("/resource/images/q-time-m.png");
	}
	#quick a.icon3:hover i {
		background-image: url("/resource/images/q-kakao-m.png");
	}
	#quick a.icon4:hover i {
		background-image: url("/resource/images/q-place-m.png");
	}
	#quick a.icon-you:hover i {
		background-image: url("/resource/images/q-you-m.png");
		border-color: #aeaeae !important;
		background-color: #e0e0e0 !important;
	}
	#quick a.icon-blog:hover i {
		background-image: url("/resource/images/q-blog-m.png");
		border-color: #aeaeae !important;
		background-color: #e0e0e0 !important;
	}
	#quick a.icon-naver:hover i {
		background-image: url("/resource/images/q-naver-m.png");
		border-color: #aeaeae !important;
		background-color: #e0e0e0 !important;
	}
	#quick a:not(#top):hover span {
		display: none;
	}

	header {
		top: 85px;
		height: 134px;
	}
	header .logo {
		top: 44px;
		left: 35px;
	}
	header .m-quick ul li a {
		font-size: 24px;
	}
	header .m-quick ul li a span img {
		width: auto;
	}
	header #gnb > li > a {
		padding:30px 40px;
		font-size: 34px;
		text-align: left;
		border-top:1px solid #ddd;
	}
	header #gnb > li > a:before {
		right: 60px;
		width: 26px;
		height: 4px;
		margin-top: -2px;
	}
	header #gnb > li > a:after {
		right: 71px;
		width: 4px;
		height: 26px;
		margin-top: -13px;
	}
	header #gnb > li .snb a {
		padding:20px 40px;
		font-size: 25px;
		text-align: left;
	}
	header #gnb > li.on > a:after {
		display: none;
	}
	header #gnb > li.on .snb a {
		display: block;
	}
	header .sign-wrap {
		top: 52px;
		right: 35px;
		text-align: center;
	}
	header .sign-wrap .ham {
		display: block;
		margin-left: 40px;
	}
	header .sign-wrap .login span {
		display: block;
		margin-top: 6px;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
	} 

	footer .inner #left {
		width: 100%;
		padding-right: 0;
	}
	footer .inner #left .l-box .tit {
		width: 160px;
		font-size: 20px;
	}
	footer .inner #left table th {
		padding-right: 15px;
		font-size: 20px;
		letter-spacing: -1px;
	}
	footer .inner #left table td {
		font-size: 18px;
		font-weight: 400;
	}
	footer .inner #left .sns {
		margin-bottom: 100px;
	}
	footer .inner #right {
		width: 100%;
	}
	footer .inner #right .counsel .form-box .text {
		font-size: 26px;
	}
	footer .inner #right .counsel .agree-check {
		top: 105%;
	}
	footer .inner #right .counsel .agree-check label {
		font-size: 20px;
	}
	footer .inner #right .counsel button {
		font-size: 26px;
		line-height: 65px;
	}
	footer #fnb li a {
		font-size: 22px;
	}
	footer .f-info {
		margin-bottom: 0;
	}
	footer .f-info span {
		font-size: 22px;
		line-height: 2;
	}
	footer .copy {
		margin-top: 5px;
		font-size: 22px;
	}

	#container {
		padding-top: 219px;
	}

	#main-bnnr .text-cont {
		width: 100%;
	}
	#main-bnnr .text-cont p,
	#main-bnnr .text-cont ul li {
		font-size: 26px;
	}
	#main-bnnr .text-cont ul li {
		padding:15px 0;
	}
	#main-bnnr .swiper-pagination {
		bottom: 16%;
	}
	#main-bnnr .swiper-button-next, 
	#main-bnnr .swiper-button-prev {
		display: none;
	}
	#main-bnnr .info-container {
		width: 100%;
		position: static;
	}
	#main-bnnr .info-container .left, 
	#main-bnnr .info-container .right {
		padding:35px 0;
	}
	#main-bnnr .info-container .left h5, 
	#main-bnnr .info-container .right h5,
	#main-bnnr .info-container .left p {
		font-size: 26px;
	}
	#main-bnnr .info-container .right h5 {
		background-position: 0 60%;
	}

	#clinic-slide > div .inner {
		position: relative;
	}
	#clinic-slide > div .text-cont {
		width: 200px;
		margin-right: 100px;
		transform: translateY(-50px);
	}
	#clinic-slide > div .text-cont a {
		font-size: 22px;
		background-position: 99% 8px;
	}
	#clinic-slide > div .swiper-button-wrap {
		justify-content: center;
		position: absolute;
		padding:0;
		bottom: 120px;
		width: 200px;
		left: 30px;
	}
	#clinic-slide > div .swiper-container {
		padding:145px 0 120px;
	}
	#clinic-slide > div .swiper-slide:hover {
		transform: translateY(-45px);
	}
	#clinic-slide > div .swiper-slide p {
		font-size: 26px;
	}
	
	#brand {
		padding:140px 0;
	}
	#brand .inner {
		flex-flow: column;
	}
	#brand .box {
		width: 100%;
		margin-bottom: 124px;
	}
	#brand .box p {
		font-size: 26px;
	}
	#brand .box a {
		max-width: 468px;
		height: 65px;
		font-size: 24px;
		line-height: 65px;
	}
	#brand .media {
		max-width: 100%;
	}

	#tv {
		padding:155px 0 140px;
	}
	#tv:after {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 40%;
	}
	#tv .inner {
		flex-flow: column;
	}
	#tv .left {
		margin-right: auto;
		margin-left: 34px;
	}
	#tv .left .main-tit p {
		font-size: 22px;
		font-weight: 900;
	}
	#tv .left .main-tit span {
		font-size: 26px;
	}
	#tv .left .main-tit a {
		width: 288px;
		height: 66px;
		font-size: 22px;
		line-height: 66px;
		border-radius: 33px;
	}
	#tv .center {
		width: calc(100% - 128px);
		margin-left: auto;
		padding:88px 0 41px;
	}
	#tv .right {
		width: calc(100% - 128px);
		margin-left: auto;
		margin-right: 0;
	}
	#tv .right ul {
		display: flex;
	}
	#tv .right ul li {
		width: 126px;
		margin-right: 10px;
	}
	#tv .right ul li:last-of-type {
		margin-right: 0;
	}

	#news .main-tit p {
		font-size: 22px;
		font-weight: 900;
	}
	#news .inner {
		flex-wrap: wrap;
	}
	#news .inner .left,
	#news .inner .right {
		width: 100%;
		padding-left: 0;
	}
	#news .inner .right {
		margin-top: 100px;
	}
	#news .inner .left .box img {
		width: 100%;
	}
	#news .inner .left .box p {
		font-size: 22px;
	}

	#location {
		margin:0 auto;
	}
	#location .locDepth button {
		padding:0 26px;
		font-size: 26px;
	}
	#location .locDepth ul li a {
		height: 65px;
		font-size: 24px;
		padding:0 36px;
	}

	.sub-tit p {
		font-size: 24px;
		letter-spacing: -1.5px;
	}
	.sub-mid-tit p {
		font-size: 24px;
		letter-spacing: -1.5px;
	}

	.sub-cont-wrap .sub-cont-body {
		padding:108px 40px 82px;
	}
	.sub-cont-wrap .sub-cont-tit p {
		font-size: 24px;
	}
	.sub-cont-wrap .sub-cont-footer {
		padding:40px;
	}

	.story-box {
		width: 100%;
		padding-left: 0;
	}
	.story-box:before {
		top: 20%;
		left: -90px;
	}
	.story-box h4 {
		font-size: 40px;
	}
	.story-box p {
		font-size: 24px;
	}

	.doc-box {
		flex-flow: column;
	}
	.doc-box .img img {
		width: 100%;
	}
	.doc-box .text {
		margin-top: 50px;
		margin-left: 0;
	}
	.doc-box .text .history .label {
		font-size: 24px;
	}
	.doc-box .text .history span {
		font-size: 22px;
	}
	.doc-box .text .history-tab li a {
		height: 60px;
		font-size: 24px;
		line-height: 60px;
	}
	.doc-box .text .history-tab li p {
		font-size: 22px;
	}
	.doc-paper h5 span {
		height: 60px;
		font-size: 24px;
		line-height: 60px;
	}
	.doc-paper .paper-tab li a {
		font-size: 24px;
	}
	.doc-paper .paper-wrapper .paper-list p {
		font-size: 22px;
	}

    .box-time {
        width: 100%;
        margin: 50px 0;
    }

    .box-time .table-time tbody tr th {
        font-size: 23px;
    }

    .box-time .table-time tbody tr td {
        font-size: 22px;
    }

	.contact {
		flex-flow: column;
		align-items: flex-start;
		padding: 50px;
	}
	.contact .contact-tit {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.contact .contact-text th {
		font-size: 24px;
	}
	.contact .contact-text td {
		font-size: 24px;
	}
	.contact .contact-text a {
		width: 37.9%;
		padding:20px 30px;
		font-size: 24px;
		text-align: center;
	}

	#login a {
		width: 100%;
		margin:50px auto 0;
		font-size: 26px;
	}
	#login a+a {
		margin-top: 15px;
	}
}