﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500&display=swap');

header {z-index: 10000; background-color: #fff; height:50px;}
header * {line-height: normal;}
header .header-wrap .right-menu a {padding:7px 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 .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: #1da487; color: #fff;}
header .headerwrap {width:96%;}
/*  HEADER  */
#header{
	position:absolute; height:85px; 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%);
}
#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:20px 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}

/* -------- 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:30px; right:0px; 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:160px; *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:3px 25px 0; text-align:center; color:#333; font-size:17px;  letter-spacing:-0.8px; font-weight:500; -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 :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute;
	top:42px;
	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:#168065;
	-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:300px; margin-bottom:40px;}
#navigation > li:first-child{border-top:1px solid #e7e7e7}
#navigation > li > a {position:relative; display:block; padding:15px; color:#111; font-size:20px; font-weight:600; letter-spacing:-0.1px; }
#navigation > li.active > a{color:#1da486;}
#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:#f2f2f2; }
#navigation > li .gnb-2dep > li{height:auto !important;}
#navigation > li .gnb-2dep > li > a{display:block; color:#444; font-size:14px; padding:12px; 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.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:30px;  right:30px; 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;}

/* 퀵메뉴 */
.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;}

.item-section {min-height:100%; background-repeat: no-repeat; overflow-x: hidden;}
.item-box {padding:10% 0;}

.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:999; 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:50px;height:50px;background:url(../images/arrow1.png) center center no-repeat;margin:0 auto;}
.icon-scroll.on {display:block;}


/* 섹션별 */
.section01 { background: url(../images/bg_00.jpg);  background-size:cover; background-repeat:no-repeat; background-position:center center; position:relative;}
.section01 .d-p-standard {width:1500px; padding:0 calc((100% - 1500px) / 2);}
.section01 .d-flex .left {width:40%; z-index:9;}
.section01 .d-flex .right {width:60%;}
.section01 .d-flex .left {color:#333; padding-top:15%;}
.section01 .d-flex .left p {padding:10px 30px; background:#fff; color:#555; font-size:27px; font-weight:500; letter-spacing:-.1em; line-height: 1.3em; width:400px; margin:0 auto;}
.section01 .d-flex .left img {margin:30px 0;}
.section01 .d-flex .left .line {width:90px; height:1px; background:#333; margin:16px auto;}
.section01 .d-flex .left h3 {font-size:27px; font-weight:600; letter-spacing:-.1em; line-height: 1.7em; margin-top:25px;}
.section01 .d-flex .right img {position:absolute; bottom:0; }
.section01 .d-flex .right p {color:#fff; margin-top:140px; float:right; text-align: right;}

.section02 { background: url(../images/bg_02.jpg);  background-size:cover; background-repeat:no-repeat; background-position:center center; }
.section02 .d-flex .left {width:45%; text-align: center; display:flex; flex-direction:column; justify-content: center; align-items: center;}
.section02 .d-flex .right {width:55%; display:flex; flex-direction:column; justify-content: center; align-items: center;}
.section02 .d-flex .left img { height:350px; }
.section02 .d-flex .right {color:#fff;}
/* .section02 .d-flex .right h1 {margin:0px;} */
.section02 .d-flex .right p {color:#999; font-size:15px; font-weight:500; letter-spacing:0.6em; line-height: 1.3em; margin-top:50px; margin-left:20px;}
.section02 .d-flex .right img {margin:10px 0;}
.section02 .d-flex .right img.car_red {margin:0;}
.section02 .d-flex .right h3 {font-size:65px; font-weight:600; letter-spacing:-.05em; line-height: 1.3em;}
.section02 .d-flex .right h4 {font-size:44px; font-weight:600;  margin-top:40px;}
.section02 .d-flex .right h4 span.box {font-size:30px; font-weight:600; letter-spacing:-.1em;  padding:1px 10px; background:#fff; color:#333;}

.section03 { background: url(../images/bg_03.jpg);  background-size:cover; background-repeat:no-repeat; background-position:center center; display:flex; justify-content: center; align-items: center;}
.section03 h1 {margin-bottom:20px; margin-top:70px;}
.section03 .inner {background:#fff; padding:4%; box-sizing: border-box; border-radius:15px; box-shadow:0 0 20px rgba(0, 0, 0, 0.2);}
.section03 .inner h3 {font-size:25px; font-weight: 500; line-height: 1.5em; letter-spacing:-.05em; margin-bottom:25px;}
.section03 .inner ul li {width:25%;}
.section03 .inner ul li h5 {color:#017a7b; font-size:21px; font-weight: 600; letter-spacing: -.1em;}
.section03 .inner .bold {font-weight:600;}
.section03 .inner .f-underline {text-decoration:underline; font-weight:600;}
.section03 .inner .f-point {display: inline-block;background-image: linear-gradient( transparent 35%, #82e9d8 50%);line-height: 1;	font-weight:600; }

.section04 {background: url(../images/bg_04.jpg);  background-size:cover; background-repeat:no-repeat; background-position:center center; display:flex; flex-direction: column; justify-content: center; align-items: center;}
.section04 h2 {font-size:30px; font-weight:700; letter-spacing: -.05em;  margin-bottom:10px; padding-top:100px;}
.section04 h1 {font-size:38px; font-weight:700; color:#333; letter-spacing: -.1em; margin-bottom:25px;}
.section04 .inner {background:#24a996; padding:1.5%; border-radius: 0px; width:60%; margin:0 auto;}
.section04 .inner h3 {font-size:34px; font-weight:600; color:#fff; letter-spacing: -1.5px; }
.section04 .inner_bottom {background:rgba(256, 256, 256, 0); padding:30px; border-radius: 10px; color:#333;}
.section04 .inner_bottom p {font-size:25px; font-weight:500; line-height: 1.5em; letter-spacing: -.08em;}
.section04 .inner_bottom p .f-underline {font-weight:600; text-decoration: underline;}
.section04 .inner_bottom p .bold {font-weight:600;}

.section05 {background: url(../images/bg_05.jpg);  background-size:cover; background-repeat:no-repeat; background-position:right bottom; display:flex; justify-content: center; align-items: center;}
.section05 h1 {margin-top:100px;}
.section05 h2 {background:#1da487; color:#fff; font-size:30px; font-weight:600; letter-spacing: -1px; width:92%; margin:1% auto; padding:10px;}
.section05 h5 {font-size:23px; letter-spacing: -1px;}
.section05 .inner {background:rgba(256, 256, 256, 0); padding-top:4%; border-radius: 10px;}
.section05 .inner ul {margin:0 auto;}
.section05 .inner ul li {flex:1;}

.section06 {background: url(../images/bg_06.jpg);  background-size:cover; background-repeat:no-repeat; background-position:right bottom; display:flex; flex-direction: column; justify-content: center; align-items: center;}
.section06 h1 {padding-top:120px;}
.section06 .inner {background:rgba(256, 256, 256, 0); padding-top:2.5%; border-radius: 10px;}
.section06 .inner ul {margin:0 auto;}
.section06 .inner ul li {flex:1;}
.section06 .inner .map {margin-bottom:10px;}
.section06 p {color:#fff; font-size:21px; color:rgba(256, 256, 256, 0.6); letter-spacing: -0.05em; margin:10px 0 40px;}

/* 푸터 */
#footer {background-color: #1a1a1a; padding:35px 0 60px;}
#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:5px;}

@media(min-width:1920px) {
    .section01 .d-flex .right img {height:92%}
	.section03 .inner {padding:6%;}
}
@media(max-width:1600px) {
    .section01 .d-flex .right img {height:74%}
	.section01 .d-flex .left h3 {font-size:25px; margin-top:10px;}
}
@media(max-width:1280px) {
	header {padding:10px 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:185px;}
    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:260px; padding:0; margin-top:5px;}
    #header {height:40px;}
    #gnb > ul{display: none;}
    .nav-open-btn {top:8px;}
	.section01 .d-p-standard {width:90%; padding-left:5%; padding-right:5%;}
    .section01 .d-flex .right img {height:78%}
	.section01 .d-flex .left h3 {font-size:22px;}
	.section02 .d-flex .left img {height: 300px;}
	.section02 .d-flex .right h3 {font-size:50px;}
	.section03 .inner {padding:4% 1.5%; width:90%; margin:0 auto;}
	.section03 .inner ul li img {width:80%;}
	.section03 .inner h3 {margin-bottom:5px;}
	.section03 .inner ul li h5 {font-size:19px;}
	.section04 h2 {font-size:29px; padding-top:10px;}
	.section04 .inner h3 {font-size:26px;}
	.section04 .inner {padding:1.3%;}
	.section04 .inner_bottom {padding:20px;}
	.section04 .inner_bottom p {font-size:22px;}
	.section05 h1 img.tit {width:500px;}
	.section05 h2 {font-size:25px;width:90%;}
	.section05 h5 {font-size:17px;}
	.section05 .inner {padding-top:2%;}
	.section06 h1 img {width:350px; margin-top:5px;}
	.section06 .inner {padding-top:0;}
	.section06 .inner .map {margin-bottom:5px;}
	.section06 p {font-size:19px;}
	.section06 .mt-30 {margin-top:0px;}
	#footer .tit {width:400px;}
}
@media(max-width:1024px) {
	header .header-wrap .right-menu h5 {margin-top:15px; font-size:14px;}
	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; margin-top:10px;}
    #header {height:38px;}
	
    .section01 .d-flex .right img {height:80%}
	.section01 .d-flex .left img.pc {width:300px; margin:10px 0;}
	.section01 .d-flex .left {padding-top:18%;}
	.section01 .d-flex .left h2.icons img {margin:5px 0;}
	.section02 .d-flex .right img {margin:3px 0;}
	.section02 .d-flex .right img.line {width:90%;}
	.section02 .d-flex .right h3 {font-size:50px;}
	.section02 .d-flex .right h4 {font-size:32px;}
	.section02 .d-flex .right h4 span.box {font-size:24px;}
	.section02 .d-flex .right p {font-size:12px;}
	.section03 .inner h3 {font-size:20px;}
	.section03 h1 {margin-bottom:10px; margin-top:70px;}
	.section03 h1 img {width:300px;}
	.section04 .inner h3 {font-size:22px;}
	.section04 .inner_bottom p {font-size:18px;}
}
@media(max-width:912px) {
	#navigation > li img {width:220px;}
	.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;}
	header .header-wrap .right-menu a {font-size:14px; margin-top:20px;}
	header {padding:15px 0 7px 0 !important; height:auto;}
    a, span, p {line-height: 1.6em;}
    #headerInner .logo { margin-top:-1px;}
    .nav-open-btn {top:2px; right:5px;}
	.section01 {background: url(../images/bg_01_m.jpg); background-size:cover; background-repeat:no-repeat; background-position:left center; display: flex; align-items: center;}
	.section01 .d-flex .left, .section01 .d-flex .right {width:100%;}
	.section01 .d-flex .left img.mo {width:450px; margin:85px auto 10px;}
	.section01 .d-flex .left .icons img {width:15%;}
	.section01 .d-flex .left {padding-top:3%;}
	.section01 .d-flex .left h3 {font-size:22px; margin-top:0px; color:#fff;}
	.section01 .d-flex .right img {height:auto; width:100%;}
	
	.section02 .d-flex .left, .section02 .d-flex .right {width:100%;}
	.section02 .d-flex .left img {width:200px; height:180px; }
	.section02 .d-flex .right h1 {width:100%;}
	.section02 .d-flex .right {padding-top:0%;}
	.section02 .d-flex .right img {margin:0;}
	.section02 .d-flex .right h3 {font-size:55px;}
	.section02 .d-flex .right p {font-size:14px;}
	.section02 .d-flex .right h4 span.box {font-size:22px;}
	.section02 .d-flex .right h4 {font-size:45px;}
	.section02 .d-flex .left {order:2;}
	.section02 .d-flex .right {order:1;}

	.section03 {background-position:left top;}
	.section03 h1 {margin-bottom:5px;}
	.section03 .inner h3 {font-size:14px;}
	.section03 .inner ul li {width:50%; }
	.section03 .inner ul li img {width:80%;}
	.section03 .inner ul li h5 {font-size:15px; margin-bottom:10px;}

	.section04 img.tit {width:100%;}
	.section04 .inner {width:96%;}
	.section04 .inner h3 {font-size:27px;}
	.section04 .inner_bottom p {font-size:19px;}
	.section04 h2 {font-size:26px; }
	.section04 .inner_bottom {padding:30px;}

	.section05 h1 img.tit {width:500px; margin-top:30px;}
	.section05 h2 {font-size:21px;}
	.section05 h5 {font-size:16px; margin-top:20px;}
	.section05 .inner ul {flex-direction: column;}
	.section05 img.pic {width:45%; margin-bottom:125px;}
	.section05 .inner {padding-top:5%;}

	.section06 h1 img.tit {width:354px; margin-top:100px; margin-bottom:30px;}
	.section06 img.tit {width:354px; margin-top:1px;}
	.section06 p {font-size:14px;}
	.section06 .inner .map {margin-bottom:5px;}
	.section06 .inner img.tit {width:333px;}
	.section06 .mt-30 {margin-bottom:30px;}

	#footer img.tit {width:260px; margin-bottom:20px;}
	#footer .copytxt p {font-size:12px;}
}

@media(max-width:650px) {
	header .header-wrap .right-menu a {color:#25ac8e; border:1px solid #25ac8e;}
	.right-quick-menu {bottom:3%; right:20px;}
    .section01 {background: url(../images/bg_01_m.jpg); background-size:cover; background-repeat:no-repeat; background-position:left top; display: flex; align-items: center;}
	.section01 .d-flex .left img.mo {width:94%; margin:75px 0 20px;}
	.section01 .d-flex .left .icons img {width:23%;}
	.section01 .d-flex .left h3 {font-size:17px;}
	.section01 .d-flex .left h3 {margin-top:30px;}

	.section02 .d-flex .left img {width:55%; height:165px; }
	.section02 .d-flex .left {order:2;}
	.section02 .d-flex .right {order:1;}
	.section02 .d-flex .right h1 {width:100%; margin-top:10%;}
	.section02 .d-flex .right {padding-top:10%;}
	
	.section02 .d-flex .right img {margin:0;}
	.section02 .d-flex .right h3 {font-size:40px; margin-top:10px;}
	.section02 .d-flex .right p {font-size:7px; margin-left:0; margin-top:20px;}
	.section02 .d-flex .right h4 span.box {font-size:20px;}
	.section02 .d-flex .right h4 {font-size:35px; margin-top:30px;}

	.section03 h1 img {width:250px; margin-top:30px;}
	.section04 .inner h3 {font-size:20px;}
	.section04 .inner_bottom p {font-size:16px;}
	.section04 h1 {margin-bottom:15px;}
	.section04 h2 {font-size:20px;}
	.section05 h1 img.tit {width:250px; margin-top:30px;}
	.section05 h2 {font-size:21px;}
	.section05 h5 {font-size:16px; margin-top:20px;}
	.section05 .inner ul {flex-direction: column;}
	.section05 .inner ul li {width:100%;}
	.section05 img.pic {width:250px; margin-bottom:20px;}
	.section05 img.tit {width:100%;}
	.section06 img.tit {width:95%; margin-top:10px;}
	.section06 h1 img.tit {width:250px; margin-top:5%; margin-bottom:20px;}
	.section06 .inner img.tit {width:250px;}
}

@media(max-width:375px) {
	.section01 .d-flex .left h3 {margin-top:5px;}
}
