﻿header {z-index: 10000; background-color:rgba(255, 255, 255, 1);  height:50px;}
header * {line-height: normal;}
header .header-wrap .right-menu a {padding:3px 12px; cursor:pointer;color:#1d1d1f; font-weight:600; letter-spacing: -1px;}
header .header-wrap .scroll-logo {display:none;}
header .header-wrap .mobile-menu-opener {display: none;}
header.scroll {background-color: #fff; height:50px;}
/* header.scroll .header-wrap {transform: scale(0.97);} */
header.scroll .header-wrap .scroll-logo {display:inline-block;}
header.scroll .header-wrap .no-scroll {display:none;}
header.scroll .header-wrap .right-menu a {color:#1d1d1f;}
header.scroll .header-wrap .right-menu a.bg-black {background-color: #AD3371; color: #fff;}
header .headerwrap {width:96%;}
/*  HEADER  */
#header{
	position:absolute; height:80px; top:0; left:0; width:100%; z-index:9989;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
#header .naver-blog-link {display: block; position: absolute; top: 25px; right: 95px; z-index: 9990; -webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); transition:1s;}
#header .naver-blog-link .naver-blog-icon {width: 35px; height: 35px;}
#headerInnerWrap{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:9989;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s
}
#headerInner{
	position:fixed; width:100%; height:70px;margin:0px auto;
	-webkit-transition:padding 0.3s;
	transition:0.3s;
}
#headerInner .logo{position:relative; z-index:100; float:left; width:255px; padding:18px 0 0 20px; text-align:center; 	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
#headerInner .logo a{display:inline-block; }
#headerInner .logo img{vertical-align:top;}
#headerInner .logo_scroll {display:none; position:relative; z-index:100; float:left; width:255px; padding:30px 0 0 40px; text-align:center; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
/* #headerInner.sticky .logo_scroll {display:block; transition:all 0.3s;}
#headerInner.sticky .logo {display:none;}

#headerInner.sticky {position:fixed; width:100%; height:93px;margin:0px auto; background:#fff;box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.4);
	-webkit-transition:padding 0.3s;
	transition:padding 0.3s; } */

/* #headerInner.sticky .logo{ padding:30px 0 0 40px; } */
/* #gnb.sticky {position:fixed; text-align:right; top:30px; right:0px; width:80%; z-index:99;}
.nav-open-btn.sticky{
	display:block; position:fixed; top:35px; right:60px; z-index:9990;
	height:30px;
	color:#333;
	transition:all 0.3s;
} */


/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9987;}	/* gnb overlay BG */
#gnb{position:fixed; text-align:right; top:19px; right:50px; width:80%; z-index:99;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
#gnb > ul{display:inline-block; margin-right:100px; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}

#gnb > ul > li > a{
	position:relative; z-index:100; display:block; height:40px; padding:11px 15px 0; text-align:center; color:#333; font-size:16px;  letter-spacing:-0.8px; font-weight:600; -webkit-transition:all 0.5s; transition:all 0.5s;
}
#gnb > ul > li > a:before{position:absolute; left:50%; width:0;  bottom:10px; height:3px; background-color:#3fa34d; content:"";  -webkit-transition:all 0.5s; transition:all 0.5s; }
#gnb > ul > li:hover > a:before,
#gnb > ul > li > a:hover:before{margin-left:-32px; width:65px;}
/* #gnb.sticky > ul > li > a{
	position:relative; z-index:100; display:block; height:40px; padding:12px 22px 0; text-align:center; color:#333; font-size:20px;  letter-spacing:-0.8px; font-weight:500; -webkit-transition:all 0.5s; transition:all 0.5s;
} */
/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute;
	top:52px;
	left:50%;
	z-index:99;
	width:250px;
	margin-left:-90px;
	text-align:left;
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; position:absolute; top:0; left:0px; right:0px; height:0; opacity:0;filter:Alpha(opacity=0); background-color:#598f6e;
	-webkit-transition:all 0.4s; transition:all 0.4s
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:25px 0;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:8px 30px; opacity:0;filter:Alpha(opacity=0);-webkit-transition:all 0s 0s;-moz-transition:all  0s 0s;-o-transition:all  0s 0s;-ms-transition:all  0s 0s;transition:all  0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{ display:block; color:#cfe0da; font-size:16px; letter-spacing:-0.75px; font-weight:400; line-height:1.5;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{color:#fff;  text-decoration: underline;}

/* over했을때 */
#gnb.each-menu > ul > li:hover .gnb-2dep:before{height:100%; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0;filter:Alpha(opacity=100); -webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){-webkit-transition-delay: 0.1s; transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){-webkit-transition-delay: 0.2s; transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}
/* -------- Header :: GNB(Mobile) -------- */
/* -------- Header  GNB(Mobile/기본스타일) -------- */
.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9988;}
#gnbM {display:block; position:fixed; top:0px; right:-82%; width:80%; height:100%; max-width:280px; background-color:#fff; z-index:9989;
	transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	visibility:hidden;
}
#gnbM.open {right:0px; visibility:visible;}
/* GNB Mobile 레이아웃 */
.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:80px; overflow-y:auto; background:#fff;}
.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}

/* GNB Mobile 메뉴영역  1차 */
#navigation > li{border-bottom:1px solid #e7e7e7;}
#navigation > li img {width:200px;}
#navigation > li:first-child{border-top:1px solid #e7e7e7}
#navigation > li > a {position:relative; display:block; padding:15px; color:#666; font-size:20px; font-weight:600; letter-spacing:-0.1px; }
#navigation > li > a:hover {color:#3fa34d;}
#navigation > li.active > a{color:#333;}
#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px;}
#navigation > li .gnb-icon i{font-size:20px;}
/* GNB Mobile  메뉴영역 2차 */
#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f1f1f1; }
#navigation > li .gnb-2dep > li{height:auto !important;}
#navigation > li .gnb-2dep > li > a{display:block; color:#444; font-size:14px; padding:12px 15px; letter-spacing:-0.75px; opacity:0.7;filter:Alpha(opacity=70);}
#navigation > li .gnb-2dep > li.on > a{opacity:1.0;filter:Alpha(opacity=100); font-weight:500;}
/* GNB Mobile  메뉴영역 3차 */
#navigation > li .gnb-2dep > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
#navigation > li .gnb-2dep > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}

/* -------- GNB Mobile 스타일2 (Full Style) -------- */
#gnbM.gnb-style-full {top:-100%; right:0; width:100%; height:100%; max-width:none;}
#gnbM.gnb-style-full.open {top:0px;}
.gnb-style-full .gnb-navigation-wrapper {height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper {top:80px; }
.gnb-style-full-member .gnb-navigation-wrapper {bottom:80px;}
.gnb-style-full .gnb-navigation-inner {display:table; width:100%; height:100%;}
.gnb-style-full #navigation {display:table-cell; vertical-align:middle;}
.gnb-style-full #navigation > li{
	text-align:center; border:0;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transform:translateY(-20px);
	transform:translateY(-20px);
	-webkit-transition:all 0s 0s;
	transition:all 0s 0s;
}
.gnb-style-full #navigation > li:first-child {border:0}
.gnb-style-full #navigation > li .gnb-icon i{display:none;}
.gnb-style-full.open #navigation > li{
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:transform 0.8s, opacity 0.8s;
	transition:transform 0.8s, opacity 0.8s;
}
.gnb-style-full #navigation > li > .gnb-2dep ul li a {padding:3px 0;}

.gnb-style-full.open #navigation > li:nth-child(1){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
.gnb-style-full.open #navigation > li:nth-child(6){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}
.gnb-style-full.open #navigation > li:nth-child(7){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}
.gnb-style-full.open #navigation > li:nth-child(8){-webkit-transition-delay: 1.0s; transition-delay:1.0s;}
.gnb-style-full.open #navigation > li:nth-child(9){-webkit-transition-delay: 1.1s; transition-delay:1.1s;}
.gnb-style-full.open #navigation > li:nth-child(10){-webkit-transition-delay: 1.2s; transition-delay:1.2s;}
.gnb-style-full.open #navigation > li:nth-child(11){-webkit-transition-delay: 1.3s; transition-delay:1.3s;}
.gnb-style-full.open #navigation > li:nth-child(12){-webkit-transition-delay: 1.4s; transition-delay:1.4s;}



/* -------- Header 네비게이션 오픈 버튼 -------- */
.nav-open-btn{
	display:block; position:absolute; top:28px;  right:40px; z-index:9990;
	height:30px;
	-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	border:none;
	background:transparent;
	transition:1s;
}
.nav-open-btn .line{
	display:block; width:28px; height:3px; background-color:#333; border-radius:5px; margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-open-btn.sticky .line{background-color:#333;}
.nav-open-btn.active .line{background-color:#333;}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
.nav-open-btn.active .line:nth-child(1){
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.nav-open-btn.active .line:nth-child(3){
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
.line-box {border: 1px solid #969696; padding:1px 15px; display: inline-block; margin:5px 5px 5px 0;}
.bottomline {border-bottom:2px solid #555;}

/* 좌측 네이버 블로그 */
.left-naver-blog-link {position:fixed; bottom:5%; left:2rem; z-index:99; text-align:center; cursor:pointer;}
.left-naver-blog-link img {width:50px; height: 50px; margin-bottom:-20px;}

/* 퀵메뉴 */
.right-quick-menu {position:fixed; bottom:2%; right:2rem; z-index:99; text-align:center; cursor:pointer; display: none;}
.right-quick-menu li {background:#bbb; width:87px; height:87px; line-height:87px; border-radius:100%; text-align:center; cursor:pointer; margin-bottom:7px;}
.right-quick-menu li img {margin-bottom:-20px;}
.right-quick-menu li:hover {background:#AD3371;}
.container {height:100%;}

.slick-list,
.slick-track {height: 100%;}
.slick-list * {outline: none;}

.fade {position: relative; opacity: 0; transition: 1s;}
.fade-fast {transition: 0.05s;}
.fade-l {left:-50px;}
.fade-l.fade-show {left:0; opacity: 1;}
.fade-r {right:-50px;}
.fade-r.fade-show {right:0; opacity: 1;}
.fade-t {top:-50px;}
.fade-t.fade-show {top:0; opacity: 1;}
.fade-b {bottom:-50px;}
.fade-b.fade-show {bottom:0; opacity: 1;}
.fade-delay0-5 {transition-delay: 0.2s;}
.fade-delay1 {transition-delay: 0.4s;}
.fade-delay1-5 {transition-delay: 0.6s;}
.fade-delay2 {transition-delay: 0.8s;}
.fade-delay2-5 {transition-delay: 1s;}
.fade-delay3 {transition-delay: 1.2s;}
.fade-delay3-5 {transition-delay: 1.4s;}
.fade-delay4 {transition-delay: 1.8s;}
.fade-delay4-5 {transition-delay: 2.0s;}

/* 스크롤  */
.icon-scroll {display:none; padding-bottom:15px;position:fixed;bottom:-5px;left:calc(50% - 25px);z-index:9999; padding:0px 0 20px;;}
.icon-scroll div {display:none; transform:rotate(-90deg); font-size:13px;font-weight:500;color:#222;}
.icon-scroll:after {content:"";display:block;width:53px;height:53px;background:url(/images/arrow1-b6cf6406d271797119b43ae00a53a489.png) center center no-repeat;margin:0 auto;}
.icon-scroll.on {display:block;}

/* 섹션별 */
.section01 { background: url(/images/bg_01-19d19b05efd0fa798f9f75b6b04ffb74.jpg) no-repeat center/cover;}
.section01 .d-flex .left {color:#fff; width:100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column;}
.section01 .d-flex .left h1 {font-size:40px; font-weight:700; letter-spacing:-.05em; border-bottom:1px solid rgba(255, 255, 255, 0.452); width:400px; margin:0 auto; padding-bottom:10px;}
.section01 .d-flex .left h1 img {width:100%; max-width: 420px;}
.section01 .d-flex .left h4 {font-size:40px; font-weight:700; letter-spacing:-.02em; color:#fff; margin-top:5%; font-family:'Nanum Myeongjo', serif;}
.section01 .d-flex .left h3 {font-size:32px; font-weight:300; letter-spacing:-.1em; line-height: 1.8em; border:1px solid rgba(255, 255, 255, 0.5); width:70%; padding:50px; margin:0 auto; margin-top:4%;}

.section02 {background: url(/images/bg_02-72a02115d5e7b42f49b88fa95f33d881.jpg) no-repeat center/cover; text-align: center;}
.section02 h1 {margin-bottom:3%; padding-top:150px; font-weight:700; font-size:36px; letter-spacing:-4px; color:#091c48;}
.section02 h1 img {width:100%; max-width: 420px;}
.section02 ul {width:70%; margin:0 auto;}
.section02 ul li {width:33%;}
.section02 ul li img{width:90%;}
.section02 .ment {margin:40px 0 30px; width:100%; max-width:900px;}
.section02 p {width:90%; margin:0 auto; font-size:21px; font-weight:600; letter-spacing:-.05em;}

.section03 { background: url(/images/bg_03-edd22fa11d9a74648e5821a4afe80b2f.jpg) no-repeat center/cover; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.section03 h2 { font-family:'Nanum Myeongjo', serif;}
.section03 ul {width:100%; max-width: 1400px; height:auto;}
.section03 ul li {text-align:center; transition: .3s; position:relative; box-sizing: border-box; cursor:pointer; margin:1%; padding-top:80px; height:280px;}
.section03 ul li::before {content:''; width:100%; height:100%; background-color: rgba(0, 0, 0, 0.5); position:absolute; left:0; top:0; opacity:1; transition:all 0.3s; z-index:1;}
.section03 ul li:hover::before {opacity:0.3; }
.section03 ul li:nth-child(1) {float:left; background: url(/images/pic_01-02451cd4bcc58b7593b5825e6d68ee9e.jpg) no-repeat center/cover; text-align: center; width:31.3%;}
.section03 ul li:nth-child(2) {float:left; background: url(/images/pic_02-a50c251ad8b396b999e56b90d3f22f98.jpg) no-repeat center/cover; text-align: center; width:31.3%;}
.section03 ul li:nth-child(3) {float:left; background: url(/images/pic_03-a52e65d7760e61c9e413ff5dca9f91e2.jpg) no-repeat center/cover; text-align: center; width:31.3%; }

.section03 ul li:nth-child(4) {float:left; background: url(/images/pic_04-3935465b35cc9f73ee79b432cccd8754.jpg) no-repeat center/cover; text-align: center; width:23%;}
.section03 ul li:nth-child(5) {float:left; background: url(/images/pic_05-dbac645948f2ec16f6353a52452f2492.jpg) no-repeat center/cover; text-align: center; width:23%;}
.section03 ul li:nth-child(6) {float:left; background: url(/images/pic_06-362363571660dd75dd40b0b9fcd75b3b.jpg) no-repeat center/cover; text-align: center; width:23%;}
.section03 ul li:nth-child(7) {float:left; background: url(/images/pic_07-73568b9ea307631ee9f086cc1b4d8a7d.jpg) no-repeat center/cover; text-align: center; width:23%;}
.section03 ul li h5 {font-size:27px; font-weight:600; letter-spacing:-1px; color:#fff; position:relative; z-index:9;}
.section03 ul li p {font-size:15px; color:#fff; position:relative; z-index:9; margin:5px 0 25px;}
.section03 ul li button {padding:10px 30px; border:1px solid #91fc29; border-radius:20px; position:relative; background:transparent; color:#91fc29; z-index:9; cursor:poiner; transition:.5s;}
.section03 ul li:hover button {color:#20b302; background:#fff; cursor:poiner; border:none;}

.section04 {background: url(/images/bg_04-c695172a2dfe845ef5bc0565cf4a525b.jpg) no-repeat center/cover; }
.section04 .d-flex .left {width:50%; background: url(/images/bg_green-6c24a1e682d651034a081a5b72403618.png) no-repeat; }
.section04 .d-flex .left div.circle {width:400px; height:400px; border-radius:70%; overflow:hidden; background:url(/images/doctor_01-c54758eec4f37858e8659c98a05741ff.jpg) no-repeat center/cover; margin-top:20%; margin-left:35%; border:7px solid #fff;}
.section04 .d-flex .left img {margin-top:23%;}
.section04 .d-flex .right {width:50%;}
.section04 .d-flex .right {padding-top:7%;}
.section04 .d-flex .right h1 {margin:0px;}
.section04 .d-flex .right p {font-size:16px; font-weight:500; margin-top:30px; margin-left:20px;}
.section04 .d-flex .right img {margin:30px 0;}
.section04 .d-flex .right h3 {font-size:38px; font-weight:600; letter-spacing:-.05em; font-family:'Nanum Myeongjo', serif;}
.main-visual-side-con {position: absolute; top: 0; bottom: 0px; left: 0px; width: 250px; background: transparent;}
.main-visual-side-con .main-visual-side-txt {position: absolute; bottom: 24%; left: 77%; width: 700px; margin-left: -10px; color: #fff; font-size: 17px; letter-spacing: 6px; font-weight: 500; transform: rotate(-90deg); transform-origin: 0% 0%;}

.section05 {background: url(/images/bg_04-c695172a2dfe845ef5bc0565cf4a525b.jpg) no-repeat center/cover; }
.section05 .d-flex .left {width:50%; background: url(/images/bg_green-6c24a1e682d651034a081a5b72403618.png) no-repeat; }
.section05 .d-flex .left div.circle {width:400px; height:400px; border-radius:70%; overflow:hidden; background:url(/images/doctor_02-e02a926d732d408c890c41632e8a6bc4.jpg?v=0.1) no-repeat center/cover; margin-top:20%; margin-left:35%; border:7px solid #fff;}
.section05 .d-flex .left img {margin-top:23%;}
.section05 .d-flex .right {width:50%;}
.section05 .d-flex .right {padding-top:11%;}
.section05 .d-flex .right h1 {margin:0px;}
.section05 .d-flex .right p {font-size:16px; font-weight:500; margin-top:30px; margin-left:20px;}
.section05 .d-flex .right img {margin:30px 0;}
.section05 .d-flex .right h3 {font-size:38px; font-weight:600; letter-spacing:-.05em; font-family:'Nanum Myeongjo', serif;}

.section06 { background: url(/images/bg_06-7cf6ffbe0f17db745a98135378b9403a.jpg) no-repeat; background-size:cover; background-position:right bottom; display: flex; align-items: center; justify-content: center;}
.section06 .left {width:100%;color:#fff;}
.section06 .left h2 {font-size:40px; font-weight:700; letter-spacing:-.05em; border-bottom:1px solid rgba(255, 255, 255, 0.452); width:400px; margin:0 auto; padding-bottom:40px; font-family:'Nanum Myeongjo', serif;}
.section06 .left h4 img {margin-top:2%; max-width: 1000px; width:100%;}

.section07 { background: url(/images/bg_07-0ae354ec84e0f4b511fbd0c4ff77d3f1.jpg) no-repeat center/cover; display: flex; align-items: center; justify-content: center;}
.section07 .left {width:100%; color:#fff;}
.section07 .left h2 {font-size:40px; font-weight:700; letter-spacing:-.05em;  margin:0 auto; padding-bottom:15px; font-family:'Nanum Myeongjo', serif;}
.section07 .left p {font-size:18px; margin-bottom:30px;}
.section07 .left ul.inner {background:#fff; padding:4%; display:flex; flex-wrap:wrap; width:80%; margin:0 auto; box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2); border-radius:20px;}
.section07 .left ul.inner li {width:45%; padding:8px; }

.slider-1 {background-image: url(/images/view_01-e0d6852fc94fd883cce2667df0ffd49a.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-2 {background-image: url(/images/view_02-e143f203775eae7cfc6c00a0b6bcd759.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-3 {background-image: url(/images/view_03-dbb5e4d7b83dbd3ac046920ce51aa5a7.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-4 {background-image: url(/images/view_04-383a01b8c1a7f86f18ebe4249b0ae355.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-5 {background-image: url(/images/view_05-f0f07051738ad14d96317b8ed8b801e5.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-6 {background-image: url(/images/view_06-83beaa0f37c3b0902314d43f56dfee64.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-7 {background-image: url(/images/view_07-0c0cddde2863ef2943ebc46c377f7085.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-8 {background-image: url(../images/view_08.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-9 {background-image: url(../images/view_09.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-10 {background-image: url(../images/view_10.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}

.section08 .main-slider2 {height:100vh;}
.section08 .slider-move-btn2 {position: absolute; z-index: 2; background-color: transparent; border: none;}
.section08 .slider-move-btn2 img {width:50px;}
.section08 .slider-move-btn2.prev {top: 55%; margin-top: -77.5px; left: 50px;}
.section08 .slider-move-btn2.next {top: 55%; margin-top: -77.5px; right: 100px;}
.section08 .sec .btn.btn-transparent a {position:relative; border:1px solid #4c4a4a; padding:7px 20px; display:inline-block;color:#4c4a4a; transition:all .3s;}
.section08 .sec .btn.btn-transparent a:hover{background:#4c4a4a; color:#fff;}
.section08 .sec .btn.btn-whiteline a {position:relative; border:1px solid #fff; padding:7px 20px; display:inline-block;color:#4c4a4a; transition:all .3s;}
.section08 .sec .btn.btn-whiteline a:hover{background:#fff; color:#4c4a4a;}
.section08 .mt-text {padding:5%; color:#fff; margin-top:30px;}
.section08 .top_txt {font-size:35px; font-weight:600; letter-spacing:-0.9px; }
.section08 .top_tit {font-size:18px; font-weight:400; letter-spacing:-0.5px; color:#fff;}


.section09 {background: url(/images/bg_08-b1b9ac564d883107520186da3f76bda8.jpg) no-repeat center/cover; display: flex; align-items: center;}
.section09 .d-flex .left {width:40%;}
.section09 .d-flex .left p.f-title {letter-spacing: -3px;}
.section09 .d-flex .left p span.f-bold {display:inline-block; width:150px;}
.section09 .d-flex .right {width:60%; color:#fff;}
.section09 .d-flex .right img {margin:10px 0;}
.section09 .d-flex .right p.add {font-size:19px; line-height:2em;}
.section09 .d-flex .right p.add span.box {background:#fff; color:#000; padding:3px 30px; }
.section09 .d-flex .right .map {width:100%; height:400px;}
.section09 .phone_num a {font-size:43px; font-weight:600; color:#fff;}
.section09 .phone_num a span {font-weight:300;}


/* 푸터 */
#footer {background-color: #16380c; padding:35px 0 60px;}
#footer h1 {color:#fff; font-weight:700; font-size:33px; letter-spacing:-3px;}
#footer h1 img {width:250px;}
#footer .bottom-menu a {color:#fff;}
#footer .copytxt p {line-height: 20px; }
#footer .bottom_menu li {margin:0 20px; position:relative; color:#fff;}
#footer .bottom_menu li a { color:#fff;}
#footer .bottom_menu li a:hover {text-decoration: underline;}
#footer .bottom_menu li::after {display: block; content:''; width:1px; height:15px; background:#fff; position:absolute; top:5px; left:-17px;}
#footer .bottom_menu li:first-child::after {display: none;}
#footer .line {width:100%; height:1px; background-color:#555; margin-top:30px;}


/* 반응형미디어쿼리 */
@media(max-width:1560px) {
	header {padding:17px 0 15px 0 !important; height:auto;}
	header.scroll {height:44px;}
	header .header-wrap {text-align: center; justify-content: center;}
	header .header-wrap .right-menu {display:none;}
	header .header-wrap .logo img {width:190px;}
	header .header-wrap .mobile-menu-opener {display: inline-block; top:40%; margin-top:-11px;color: #262626;}
	header.scroll .header-wrap .mobile-menu-opener {color: #262626;}
	#headerInner {height:40px;}
	#headerInner .logo {width:220px; padding:0; margin-top:0px;}
	#header {height:40px;}
	#header .naver-blog-link {top:18px; right: 70px;}
	#gnb {top: 12px; right: 0;}
	#gnb > ul {margin-right:130px;}
	#gnb > ul > li > a {padding:13px 10px 0; font-size:15px;}
	#gnb.each-menu > ul > li .gnb-2dep {top: 60px;}
	.section02 p {font-size:19px;}
	.section02 h1 img {max-width:300px;}
	.section02 .ment {margin:20px 0 20px; max-width:700px;}
	.section08 .top_txt {margin-top:35px;}
	.nav-open-btn {top:20px; right:20px;}
}

@media(max-width:1350px) {
	#header .naver-blog-link {top:20px; right: 70px;}
	#gnb > ul{display: none;}
	.nav-open-btn {top:22px; right:20px;}
	.left-naver-blog-link {display: none;}
}

@media(max-width:1000px) {
	header {border-bottom:1px solid rgba(255,255,255,0);;}
	header .headerwrap {width:90%;}
	header .no-scroll img {display:none;}
	header .header-wrap .scroll-logo {display:block;}
	#headerInner {height:40px;}
	#headerInner .logo {width:180px; padding:0;}
	#header {height:40px;}
	.fade {position: relative; opacity: 0; transition: 0.8s;}
	.fade-fast {transition: 0.05s;}
	#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span,
	#fp-nav ul li a span, .fp-slidesNav ul li a span {display:none;}
	#navigation > li > a {font-size:15px; padding:10px;}
	#navigation > li .gnb-2dep {font-size:14px;}
	.section01 .d-flex .left, .section01 .d-flex .right,
	.section04 .d-flex .left, .section04 .d-flex .right,
	.section05 .d-flex .left, .section05 .d-flex .right,
	.section09 .d-flex .left, .section09 .d-flex .right	 {width:100%;}

	.section01 .d-flex .left h1 {width:auto; margin:0 auto; text-align: center;}
	.section01 .d-flex .left h1 img { width:260px;}
	.section01 .d-flex .left h4 {font-size:26px; line-height:1.6em; margin:15% 0;}
	.section01 .d-flex .left h3 {font-size:15px; width:88%; padding:12px; text-align: left; line-height:1.9em;}
	.section01 .d-flex .left h3 img {width:23px;}
	.section02 h1 img {width:250px; margin-bottom:30px;}
	.section02 ul {width:100%;}
	.section02 ul li {width:33%;}
	.section02 .ment {width:100%;}
	.section02 p {font-size:14px;}
	.section03 ul li h5 {font-size:15px;}
	.section03 ul li p {font-size:12px;}
	.section03 ul li button {padding:6px 10px; font-size:12px; }
	.section04 aside {display:none;}
	.section04 {display:block;}
	.section04 .d-flex .left div.circle {margin-top:0; margin-left:0; width:100%; border:none; border-radius:0;}
	.section04 .d-flex .left img {margin-top:5%; width:100%;}
	.section04 .d-flex .right {padding-left:4%;}
	.section04 .d-flex .right h3 {font-size:25px; margin-left:0; margin-top:0;line-height: 1.3em;}
	.section04 .d-flex .right p {font-size:12px; margin-left:0;}
	.section05 aside {display:none;}
	.section05 {display:block;}
	.section05 .d-flex .right {padding-left:4%;}
	.section05 .d-flex .left div.circle {margin-top:0; margin-left:0; width:100%; border:none; border-radius:0;}
	.section05 .d-flex .left img {margin-top:5%; width:100%;}
	.section05 .d-flex .right h3 {font-size:25px; margin-left:0; margin-top:0;line-height: 1.3em;}
	.section05 .d-flex .right p {font-size:12px; margin-left:0;}
	.section06 .left h2 {width:90%; font-size:30px; margin-top:5%;}
	.section06 .left img {margin:10% 0; width:100%;}
	.section07 .left h2 {font-size:30px;}
	.section07 .left p {font-size:14px;}
	.section07 .left ul.inner li {padding:0px; width:100%;}
	.section07 .left ul.inner li img {width:55%; max-width:280px;}
	.section08 .slider-move-btn2.next {right: -5px;}
	.section08 .slider-move-btn2.prev {left: -5px;}
	.section08 .mt-text {padding:10%;}
	.section08 .top_txt{font-size:27px;}
	.section08 .top_tit{font-size:12px; font-weight:normal;}
	.section09 .f-size20 {font-size:16px;}
	.section09 .mt-100 {margin-top:40px;}
	.section09 .right {text-align:left;}
	.section09 .d-flex .right p.add {font-size:15px; margin-bottom:70px;}
	.section09 .d-flex .left {margin-top:60px;}

	#footer h1 {font-size:25px; margin-bottom:10px;}
	#footer .f-size15 {font-size:13px;}
}

@media(max-width:768px) {
	header {padding:20px 0 7px 0 !important; height:auto;}
	.section03 ul li {height:220px;}
	.section03 .f-title {margin-bottom:10px;}
	.section03 ul li button {padding:2px 5px; font-size:10px;}
	.section07 .left h2 {font-size:26px; margin-top:80px;}
	.section08 .slider-move-btn2 img {width:30px;}
	.section08 .slider-move-btn2.prev {top: 50%; margin-top: -15px;}
	.section08 .slider-move-btn2.next {top: 50%; margin-top: -15px;}
	.slider-1 {background-size: contain;}
	.slider-2 {background-size: contain;}
	.slider-3 {background-size: contain;}
	.slider-4 {background-size: contain;}
	.slider-5 {background-size: contain;}
	.slider-6 {background-size: contain;}
	.slider-7 {background-size: contain;}
	.slider-8 {background-size: contain;}
	.slider-9 {background-size: contain;}
	.slider-10 {background-size: contain;}
	.section08 .mt-text {color: #333; margin-top:100px;}
	.section08 .top_tit {color: #333;}
	.section08 .top_txt {font-size:25px;}
	.section09 .d-flex .right p.add {font-size:13px;}
}
