@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 본고딕 */
@font-face {
    font-family:'Noto Sans KR';
	font-weight:300;
    src: url('/tpl/webfont/NotoSansKR-Light.eot');
    src: url('/tpl/webfont/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Light.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Light.ttf') format('truetype');
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:400;
    src: url('/tpl/webfont/NotoSansKR-Regular.eot');
    src: url('/tpl/webfont/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Regular.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'Noto Sans KR';
	font-weight:bold;
    src: url('/tpl/webfont/NotoSansKR-Bold.eot');
    src: url('/tpl/webfont/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NotoSansKR-Bold.woff') format('woff'),
         url('/tpl/webfont/NotoSansKR-Bold.ttf') format('truetype');
}

/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@font-face {
    font-family:'Nanum Square';
    src: url('/tpl/webfont/NanumSquareR.eot');
    src: url('/tpl/webfont/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareR.woff') format('woff'),
         url('/tpl/webfont/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family:'Nanum Square';
	font-weight:bold;
    src: url('/tpl/webfont/NanumSquareB.eot');
    src: url('/tpl/webfont/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareB.ttf') format('truetype');
}

/* 출처 : APACHE 라이센스, 버전 2 */
/* Roboto */
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: local('Roboto-Light'), local('Roboto-Light'),
    src: url('/tpl/webfont/Roboto-Light.eot'),
    src: url('/tpl/webfont/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/Roboto-Light.woff') format('woff'),
         url('/tpl/webfont/Roboto-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: local('Roboto-Regular'), local('Roboto-Regular'),
    src: url('/tpl/webfont/Roboto-Regular.eot'),
    src: url('/tpl/webfont/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/Roboto-Regular.woff') format('woff'),
         url('/tpl/webfont/Roboto-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: local('Roboto-Medium'), local('Roboto-Medium'),
    src: url('/tpl/webfont/Roboto-Medium.eot'),
    src: url('/tpl/webfont/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/Roboto-Medium.woff') format('woff'),
         url('/tpl/webfont/Roboto-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    src: local('Roboto-Bold'), local('Roboto-Bold'),
    src: url('/tpl/webfont/Roboto-Bold.eot'),
    src: url('/tpl/webfont/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/Roboto-Bold.woff') format('woff'),
         url('/tpl/webfont/Roboto-Bold.otf') format('opentype');
}


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {background:#3b3b3b;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0; font-family:"Noto Sans KR", sans-serif;}
dl,ul,ol,menu,li {list-style:none;}
body{font-family:"Noto Sans KR", sans-serif; font-size:14px; font-weight:300; color:#555;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{font-family:"Noto Sans KR", sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#555;}
a:hover, a:active{text-decoration:none; color:#1766b6;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}
.mt30 {margin-top:30px;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#1b1b1b;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; }

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:80px; background:none; transition:all .2s ease-out;}
#header.header-bg{background:#222; box-shadow:2px 3px 15px rgba(0,0,0,0.2);}
.header-area{padding:0 20px; margin:0 auto; width:90%; box-sizing:border-box;}

#L_SITE_LOGO{float:left; }
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:65px;}
#L_SITE_LOGO img {width:140px; vertical-align:middle;}

@media only screen and (max-width:1590px) {
/* #header{height:auto; */}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{position:relative; padding:0; height:65px; width:100%;}
}

@media only screen and (max-width: 1024px){
	#header {height:auto;}
	#wrapper {min-width:auto;}
	.header-area{position:relative; padding:0; height:70px; width:100%;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO h1{margin:0;}
	#L_SITE_LOGO a{display:block; line-height:60px;}
	#L_SITE_LOGO img{width:140px;}
}

@media only screen and (max-width: 767px){
	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO img{width:130px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:inline-block; font-family:"Roboto"; font-size:19px; font-weight: 600; text-decoration:none; color:#fff;}
.navigation .menu-item.on > a{color:#53e7e1;}
/*.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#53e7e1;}*/
.navigation .menu-item > a:hover {text-decoration:none; color:#53e7e1;}

@media only screen and (min-width: 1200px){
	#menuArea{float:right;}
	.navigation{margin:34px 0 0;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; font-size:14px;}
	.navigation .menu-item:before{display:inline-block; margin:0 15px; content:" "; color:#fff;}
	.navigation .menu-item:first-child:before{display:none;}
	.navigation .menu-item > a{letter-spacing:0.2px;}
}

@media only screen and (max-width: 1200px){
	#gnb {display:none; width:100%; height:auto; box-sizing:border-box; background:#000; opacity: 0.8;}
	#gnb {position: absolute; left:0; top:70px; border-bottom: 1px solid #ddd; }
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }
	
	#menuArea{width:100%; height:100%; }
	#menuArea.open {background: #000;}
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:65px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#fff;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:40px; font-size:15px; transition:none; border-bottom:1px solid #555; color:#fff;}
	.navigation .menu-item:first-child > a{border-top:1px solid #555;}
	.navigation .menu-item.on > a{color:#fff;}
}

@media only screen and (max-width: 1000px){
	nav [data-type='menu-btn']{right:20px;}
}

@media only screen and (max-width: 767px){
	#gnb {top:70px;}
	#btnMenuOpen{right:20px;}

	.navigation .menu-item > a{padding:0 20px;}
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{font-family:"Malgun Gothic", sans-serif; text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #003aaf;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:5px 0px 15px; width:100%;}
#footer {position:absolute; bottom:0px; min-height:90px; background: #1f1f1f;}
.footer-area{margin:0 auto;  width:90%; box-sizing:border-box; overflow:hidden;}
.footer-area:after{content:""; display:block; clear:both;}
.foot-logo{width:180px; box-sizing:border-box; float:left;}
.foot-logo > img {width:125px;}
.footer-info {color:#a5a5a5; float:left; width:calc(100% - 180px); font-size:13px;}
.footer-info span{color:#5d5d5d;}

.footer-menu{display:block; margin-top:10px;}
.footer-menu li{display:inline-block; margin-left:20px;	padding-left:20px; line-height:10px; border-left:1px solid #5d5d5d; font-size:13px;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:10px; font-weight:400; font-size:13px; color:#555;}
.footer-menu li.privacy a{color:#b8b8b8;}


@media only screen and (max-width:1200px) {
	#footer{padding:10px 0px 20px; min-height:100px;}
	.foot-logo{width:160px;}
	.footer-info {width:calc(100% - 160px);}
}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%; padding: 0 30px;}
}
@media only screen and (max-width:980px) {
	.footer-area{padding:0 25px;}
}
@media only screen and (max-width:767px) {
	#footer {min-height:auto;}
	.footer-area{padding:0 20px;}
	.foot-logo{float:none; padding:0; margin:0 auto 20px;}
	.footer-info{float:none; width:100%; text-align:left;}
	.footer-menu {display: block;   float: none;  margin: 20px 0;}
	.footer-menu li{margin-left:10px; padding-left:10px;}
	.footer-menu li a{font-size:12px;}
	.footer-info,.footer-info a{font-size:12px;}
	.footer-info p:nth-of-type(1){margin-bottom:5px;}
}

@media only screen and (max-width:480px) {
	

}

/* fullPage 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#fullpage > .section > .intro {height:100vh;}
#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
.section{width:100%;height:100%;position:relative; }

@media only screen and (max-width:767px) {
	.section{height:auto;}
}

.quick {position:fixed;right:20px;top:52%;transform:translateY(-50%); z-index:100000}
.quick ul{position:relative;}
/* .quick ul:before{content:''; display:block; width:1px; height:170px; background:#d3d3d3; position: absolute; left: 50%; top: 11px; z-index:-1} */
.quick li {position:relative; /*margin-bottom:22px; */ margin:20px auto; border-radius:35px; width:6px; height:6px; background:#fff; opacity: 0.5; cursor:pointer;}
.quick li:last-child{margin-bottom:0;}

.quick li.on{background:transparent;border: solid 4px #339894;width: 16px; height: 16px;opacity: 1;}
/* .quick li.on:before{position: absolute; top:-8px; display: inline-block; padding-left:15px; height:30px; border-radius:100px; background:#ffb300; z-index:-1; line-height:30px;  color:#fff; opacity: 1; font-family: Roboto; font-weight:500; font-size:15px;}*/
.quick li:before{position: absolute; top:-10px; display: inline-block; padding-left:15px; height:30px; border-radius:100px;  z-index:-1; line-height:30px;  color:#fff; opacity: 0.7; font-family: Roboto; font-weight:500; font-size:15px; }
.quick li:nth-child(1):before{content: 'HOME';    width:90px; left:-75px;}
.quick li:nth-child(2):before{content: 'About us';    width:90px; left:-91px;}
.quick li:nth-child(3):before{content: 'Vision';    width:90px; left:-72px;}
.quick li:nth-child(4):before{content: 'Capabilities';    width:120px; left:-108px;}
.quick li:nth-child(5):before{content: 'Reference';  width:110px; left:-98px;}
.quick li:nth-child(6):before{content: 'International Development'; width:120px; left:-115px; line-height:120%; padding-top:5px;}


/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.quick li:nth-child(1):before{line-height:31px;}
	.quick li:nth-child(1).on:before{line-height:31px;}
	.quick li.on:before{line-height:35px;}
	.quick li:before{line-height:35px;}
}

@media only screen and (max-width:1300px) {
	.quick li:before {display:none;}
}

@media only screen and (max-width:980px) {
	.quick {display:none;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88;}

.section .intro {color:#fff; font-family: 'Roboto' , 'Noto Sans KR'; display:table; width: 1200px; margin: 0 auto; text-align: center}
.section .intro .conf {display: table-cell; vertical-align: middle;}
.section .intro h2 {font-size: 56px;  font-weight: 700; letter-spacing:-1px; margin:0 0 30px;}
.section .intro h4 {font-size: 36px;  font-weight: 300;}

@media only screen and (max-width:1200px) {
	.section .intro {width:100%; margin: 0 auto;}
	.section .intro h2 {font-size: 48px;}
}

@media only screen and (max-width:767px) {
	.section .intro {padding:60px 0;}
	.section .intro h2 {font-size: 38px; }
	.section .intro h4 {font-size:28px;}
}

@media only screen and (max-width:680px) {
	.section .intro h2 {font-size: 34px; }
}

@media only screen and (max-width:500px) {
	#section-2 .intro p {font-size:16px;}
}


/* 1 */
#section-1 {background:url('/images/kor01-24-0463/main_visual.jpg') no-repeat center center/cover}
#section-1 h1 { font-size: 72px; font-weight: 900; letter-spacing: -1px; margin: 20px 0 40px;}
#section-1 h5 {font-size: 26px; font-weight: 500; padding:0 40px; line-height:130%;}

@media only screen and (max-width:767px) {
	#section-1 h1 {font-size:48px;}
	#section-1 h5 {font-size:22px; padding:0 20px;}
}

@media only screen and (max-width:510px) {
	#section-1 h1 {font-size:44px;}
	#section-1 h5 {font-size:18px;}
}


/* 2 */
#section-2 {background:url('/images/kor01-24-0463/section1_bg.jpg') no-repeat center center/cover}
#section-2 .intro p {font-family:'Noto Sans KR', 'Roboto'; font-weight:500; font-size: 20px; line-height: 1.5; word-break: keep-all; padding:0 60px; text-align:left;} 
#section-2 .intro p + p {margin-top:20px;}
#section-2 .intro p:last-child {color:#b5b5b5; margin-top:100px;}

@media only screen and (max-width:1200px) {
	#section-2 .intro p {font-size: 18px; line-height: 1.4; word-break: keep-all; padding:0 40px;}
}

@media only screen and (max-width:767px) {
	#section-2 .intro h4 .box {display:none;}
	#section-2 .intro img {margin: 40px 0 30px; width:55%;}
	#section-2 .intro p {font-size: 15px; padding:0 20px;}
	#section-2 .intro p:last-child {margin-top:60px;}
}


/* 3 */
#section-3 {background:url('/images/kor01-24-0463/section2_bg.jpg') no-repeat center center/cover; overflow:hidden;}
#section-3 .s-diagram {position: relative; float:left; width: 50%; height:400px;  display: table; margin-top:100px;}
#section-3 .s-diagram .copy {display: table-cell; vertical-align: middle; font-family: 'Noto Sans KR', 'Roboto'; font-size:30px; font-weight: 700; letter-spacing: -1px;  background: url('/images/kor01-24-0463/sec3_cir_back.png') no-repeat center center; padding-top:0px;}
#section-3 .s-diagram .circle-area li {position: absolute;  background: #19afaa;  border-radius: 50%;  width: 200px;  height: 200px; display: table;}
#section-3 .s-diagram .circle-area li:first-of-type {top:-55px; left: 50%; transform: translate(-50%); }
#section-3 .s-diagram .circle-area li:nth-of-type(2) {bottom: 0; left: 30px; background:#19af78; }
#section-3 .s-diagram .circle-area li:nth-of-type(3) {bottom: 0; right:30px; background:#197caf; }
#section-3 .s-diagram .circle-area li .con-txt { display: table-cell;  vertical-align: middle;  font-family: 'Noto Sans KR', 'Roboto'; font-size: 22px; font-weight: 700; }
#section-3 .s-diagram .circle-area li .con-txt p { font-size: 16px;  font-weight: normal; margin-top:10px; display:none;}
#section-3 ul.list {float:left; width:50%; margin-top:30px; padding:0 0 0 40px;}
#section-3 ul.list li {position:relative; padding:0 0 0 14px; font-size: 16px; line-height:130%; word-break: keep-all; color:#fff; text-align:left;}
#section-3 ul.list li:before {content:'·'; font-size:22px; font-weight:600; position:absolute; left:0; top:0px;}
#section-3 ul.list li + li {margin-top:24px;}
#section-3 ul.list li h5 {font-size:20px; font-weight:500; display:block; margin:0 0 4px;}
#section-3 ul.list li p {font-size: 15px; line-height:130%;margin-top:10px;}
#section-3 ul.list li strong {font-weight:bold; display:block; margin:0 0 3px;}


@media only screen and (max-width:1200px) {
	#section-3 .s-diagram .copy {padding-bottom:20px;}
	#section-3 .s-diagram .circle-area li:nth-of-type(2) {bottom: -20px; }
	#section-3 .s-diagram .circle-area li:nth-of-type(3) {bottom: -20px; }
	#section-3 ul.list {padding:0 0 0 30px;}
}

@media only screen and (max-width:940px) {
	#section-3 .s-diagram {float:none; width:100%;}
	#section-3 ul.list {float:none; width:100%; margin-top:40px; padding:0 20px;}
	#section-3 .s-diagram .circle-area li:nth-of-type(2) {left:50%; margin-left:-260px}
	#section-3 .s-diagram .circle-area li:nth-of-type(3) {left:50%; margin-left:60px;}
}

@media only screen and (max-width:767px) {
	#section-3 {padding:100px 0;}
	#section-3 .s-diagram { height:340px;  margin-top: 50px;}
	#section-3 .s-diagram .copy {font-size:26px; background-size:contain;}
	#section-3 .s-diagram .circle-area li {width: 140px;  height: 140px; padding:0 10px;}
	#section-3 .s-diagram .circle-area li:first-of-type {top:-25px;}
	#section-3 .s-diagram .circle-area li:nth-of-type(2) {bottom:0; margin-left:-200px;}
	#section-3 .s-diagram .circle-area li:nth-of-type(3) {bottom:0; margin-left:50px;}
	#section-3 .s-diagram .circle-area li .con-txt {font-size:20px;}
	#section-3 .s-diagram .circle-area li .con-txt p { font-size: 14px; margin:0; line-height:120%; font-weight:300;}
	#section-3 ul.list {padding:0px 20px 0;}
	#section-3 ul.list li {font-size: 15px;}
	#section-3 ul.list li + li {margin-top:18px;}
	#section-3 ul.list li h5 {font-size:17px;}
}


/*4 */
#section-4 {background:url('/images/kor01-24-0463/section4_bg.jpg') no-repeat center center/cover;}
#section-4 ul.line {position:relative; width:100%; margin:40px auto 0;}
#section-4 ul.line:before {content:''; position:absolute; left:9px; top:8px; width:1px; height:calc(100% - 15px); background:rgba(255,255,255,0.3);}
#section-4 ul.line li {position:relative; padding:0 0 0 40px; line-height:130%; word-break: keep-all; color:#fff; text-align:left;}
#section-4 ul.line li:before {content:''; width:18px; height:18px; position:absolute; left:0; top:8px; border-radius:50%;}
#section-4 ul.line li:nth-of-type(1):before {background:#15c972;}
#section-4 ul.line li:nth-of-type(2):before {background:#14c9c3;}
#section-4 ul.line li:nth-of-type(3):before {background:#1590c9;}
#section-4 ul.line li + li {margin-top:42px;}
#section-4 ul.line li h5  { font-size:24px; font-weight:600; margin:0 0 10px;}
#section-4 ul.line li strong {font-weight:500;}
#section-4 ul.line li p {font-size: 15px; line-height:140%;}
#section-4 ul.line li p br {display:none;}
#section-4 ul.line li p + p {margin-top:15px;}
#section-4 ul.line li span {position:relative; display:inline-block; /* margin:6px 0; padding:0 20px; border:1px solid #fff; line-height:32px;*/ font-size:15px;}
/*#section-4 ul.line li span:after {content:'>'; position:absolute; right:-12px; top:1px;; color:#fff; display:inline-block; font-size:13px;}*/
/*#section-4 ul.line li span + span {margin-left:17px;/*20px;*/}*/
#section-4 ul.line li span:last-child:after {display:none;}

@media only screen and (max-width:820px) {
	#section-4 ul.line {width:100%; margin:30px auto 0; padding:0 20px;}
	#section-4 ul.line:before {left:29px;}
}

@media only screen and (max-width:767px) {
	#section-4 ul.line li h5  { font-size:18px;}
	#section-4 ul.line li span {margin:0px; /*6px 0;*/ /*padding:0 5px;*/ font-size:14px; /*line-height:27px;*/}
	/*#section-4 ul.line li span:after {right:-12px; font-size:8px;}*/
}


/* 5 */
#section-5 {background:#d5d5d5; padding:0 14px;}
#section-5 h2 {color:#222;}
#section-5 dl dd ul li {position:relative; font-size:12px; color:#222; text-align:left; padding:0 0 0 12px; line-height:120%;}
#section-5 dl dd ul li + li {margin-top:6px;}
#section-5 dl dd ul li:before {content:'·'; position:absolute; left:0; top:0;}
#section-5 .wide {}
#section-5 .mob {display:none;}

@media only screen and (min-width:821px) {
	#section-5 .frame {display:flex; align-items:flex-end; justify-content:space-between; position:relative; padding:0 60px 0 0;}
	#section-5 .frame:after {content:''; position:absolute; left:0; bottom:-78px; width:100%; border-radius:0 120px 120px 0; height:62px; border:5px solid #1590c9;}
	#section-5 .frame + .frame {margin-top:90px; flex-direction:row-reverse; align-items:flex-start; padding:0 0 0 60px;}
	#section-5 .frame + .frame:after {border:0; left:0; bottom:auto; top:-75px; background:#d5d5d5; width:10px; height:70px; border-radius:0;}
	#section-5 dl {position:relative;  width:24%;}
	#section-5 dl:before {content:''; left:50%; width:14px; height:14px; margin-left:-6px; border:2px solid #fff; background:#1590c9; position:absolute; bottom:-24px; z-index:100; border-radius:50%;}
	#section-5 .frame + .frame dl:before {bottom:auto; top:-24px;}
	#section-5 dl dt {position:relative; display:block; width:70px; background:#1590c9; border-radius:20px; padding:2px 6px 4px; margin:10px auto;}
	#section-5 dl dt:after {content:''; left:50%; height:28px; width:1px; background:#1590c9; position:absolute; bottom:-28px;}
	#section-5 .frame + .frame dt:after {bottom:auto; top:-28px;}
}

@media only screen and (max-width:820px) {
	#section-5 .frame {position:relative; overflow:hidden;}
	#section-5 .frame:after {content:''; position:absolute; left:50%; margin-left:2px; top:7px; width:4px; height:calc(100% + 10px); background:#1590c9; z-index:0;}
	#section-5 .frame + .frame {margin-top:-20px; padding:30px 0 0;}
	#section-5 dl {position:relative;  width:calc(50% + 3px); float:right; text-align:left; overflow:hidden; padding:0 0 0 30px;}
	#section-5 dl:before {content:''; top:5px; left:0; width:14px; height:14px; border:2px solid #fff; background:#1590c9; position:absolute; border-radius:50%; z-index:100;}
	#section-5 dl dt {position:relative; display:block; width:70px; background:#1590c9; text-align:center; border-radius:20px; padding:2px 6px 4px; margin:0 0 10px;} 
	#section-5 dl dt:after {content:''; top:12px; left:-23px; height:1px; width:24px; background:#1590c9; position:absolute;}
	#section-5 dl dd {clear:both; width:100%; display:block;}
	#section-5 dl:nth-of-type(even) {float:left; padding:0 30px 0 0; width:calc(50% + 10px);}
	#section-5 dl:nth-of-type(even):before {left:auto; right:0;}
	#section-5 dl:nth-of-type(even) dt {float:right;}
	#section-5 dl:nth-of-type(even) dt:after {left:auto; right:-24px;}
	#section-5 dl:nth-of-type(2) {margin-top:-170px;}
	#section-5 dl:nth-of-type(3) {margin-top:-30px;}
	#section-5 dl:nth-of-type(4) {margin-top:-90px;}
	#section-5 .frame + .frame dl:nth-of-type(2) {margin-top:-130px;}
	#section-5 .frame + .frame dl:nth-of-type(3) {margin-top:-24px;}
	#section-5 .frame + .frame dl:nth-of-type(4) {margin-top:-100px;}
	
	#section-5 dl:nth-of-type(even) dd ul li {padding:0 12px 0 0px; text-align:right;}
	#section-5 dl:nth-of-type(even) dd ul li:before {left:auto; right:0;}

	#section-5 .wide {display:none;}
	#section-5 .mob {display:block;}
}

@media only screen and (max-width:768px) {
	#section-5 h2 {margin:0 0 50px;}
	#section-5 dl:nth-of-type(even) dd ul li {padding:0 0 0 12px; text-align:left;}
	#section-5 dl:nth-of-type(even) dd ul li:before {right:auto; left:0;}
	#section-5 .frame:after {left:4px; margin-left:0;}
	#section-5 .frame + .frame {margin-top:0px;}
	#section-5 .frame + .frame:after {top:0px;}
	#section-5 dl {width:100%; float:none; padding:0 0 0 30px;}
	#section-5 dl:nth-of-type(even) {float:none; padding:0 0 0 30px; width:100%}
	#section-5 dl:nth-of-type(even):before {left:0; right:auto;}
	#section-5 dl:nth-of-type(even) dt {float:left;}
	#section-5 dl:nth-of-type(even) dt:after {left:-24px; right:auto;}
	#section-5 dl:nth-of-type(2),
	#section-5 dl:nth-of-type(3),
	#section-5 dl:nth-of-type(4),
	#section-5 .frame + .frame dl:nth-of-type(1),
	#section-5 .frame + .frame dl:nth-of-type(2),
	#section-5 .frame + .frame dl:nth-of-type(3),
	#section-5 .frame + .frame dl:nth-of-type(4) {margin-top:20px;}

}

/* 6 */
#section-6 {background:#3b3b3b;}


		