@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
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
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;}

/* Modal */

.view-wrap{margin-top:134px !important;}
.view-wrap .modal-content{padding-bottom:15px; border-radius:0;}
.view-wrap .modal-header{z-index:1; position:relative; width:100%; width:100%; background-color:#fff;}
.view-wrap .modal-body{padding-top:15px; overflow-y:scroll; max-height:450px;}
.close{opacity:1;}
.view-wrap .modal-header .close{margin-top:0;}

#popupView .view-header{background-color:#fff !important;}
#popupView .view-body{min-height:200px;}

@media only screen and (max-width: 980px){
    .view-wrap{margin-top:80px !important;}
}

@media only screen and (max-width: 767px){
	.view-wrap{margin-top:76px !important;}
    .view-wrap .modal-body{max-height:300px;}
}

@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:70px;}
#L_SITE_LOGO img{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:65px; width:100%;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:60px;}
	#L_SITE_LOGO img{width:160px;}
}

@media only screen and (max-width: 767px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:45px;}
	#L_SITE_LOGO img{width:130px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:inline-block; font-family:"Roboto"; font-size:18px; font-weight: 700; 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;}

/* #gnb{display:block !important;}*/

	.navigation{margin:28px 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; top:65px; 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:25px; 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: 767px){
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{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:40px 0px; width:100%;}
#footer {position:absolute; bottom:0px; min-height:130px; background: #1f1f1f;}
.footer-area{margin:0 auto;  width:90%; box-sizing:border-box;}
.footer-area:after{content:""; display:block; clear:both;}
.foot-logo{border-bottom: solid 1px #363636; padding-bottom:10px;  margin-bottom: 15px; box-sizing:border-box;}
.foot-logo > img {width:125px;}
.footer-menu{display: inline-block;  float: right;}
.footer-menu li{display:inline-block; margin-left:20px;	padding-left:20px; line-height:10px; border-left:1px solid #5d5d5d;}
.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:14px; color:#555;}
.footer-menu li.privacy a{color:#b8b8b8;}

.footer-info {color:#a5a5a5;}
.footer-info p:nth-of-type(1){margin-bottom:10px;}
.footer-info span{color:#5d5d5d;}
.footer-info p a{color:#a5a5a5 !important;}

@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-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; }

.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: '회사소개';    width:110px; left:-88px;}
.quick li:nth-child(3):before{content: '분석업무 분야';    width:140px; left:-120px;}
.quick li:nth-child(4):before{content: '분석의뢰 절차';    width:140px; left:-120px;}
.quick li:nth-child(5):before{content: '고분자의 분석방법';  width:150px; left:-146px;}
.quick li:nth-child(6):before{content: 'CONTACT US'; width:140px; left:-122px;}



/* 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'; word-break:keep-all}
.section .intro {display:table; width: 1200px; margin: 0 auto; text-align: center}
.section .intro .conf {display: table-cell; vertical-align: middle;}
.section .intro h2 {font-size: 62px;  font-weight: 700; letter-spacing:-1px;}
.section .intro h4 {font-size: 36px;  font-weight: 300;}


/* Main Visual */
#section-1 {background:url('/images/kor01-24-0463/main_visual_bg.png') no-repeat center center/cover}
#section-1 h1 { font-size: 50px; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; margin: 20px 0 60px;line-height:1.2}
#section-1 h1 p+p{margin-top:1em}
#section-1 h1 p span{font-weight: 300;}
#section-1 h5 {font-size: 36px; font-weight: 300; border: solid 1px #ffffff59; display: inline-block; padding: 15px 40px;}


/* COMPANY */
#section-2 {background:url('/images/kor01-24-0463/section1_bg.png') no-repeat center center/cover}
#section-2 .intro img {margin: 70px 0 50px;}
#section-2 .intro h4 {position: relative; display: inline-block;line-height:1.2;margin:2em 1em}
#section-2 .intro h4 .box {  background: url(/images/kor01-24-0463/sec2_box.png) no-repeat center center / cover;  width: 93px;  height: 93px;  position: absolute;  top: -25px;  right: -50px;}
#section-2 .intro p {margin: 0 auto; font-size: 20px; line-height: 1.4; width:65%; word-break: keep-all;}
#section-2 .intro p .hL { box-shadow: inset -1px -12px #ffba0157;}

/* SERVICE */
#section-3 {background:url('/images/kor01-24-0463/section2_bg.png') no-repeat center center/cover}
#section-3 .s-diagram {position: relative; width: 600px;  height: 500px; margin: 0 auto; display: table; margin-top: 100px;}
#section-3 .s-diagram .copy {display: table-cell; vertical-align: middle; font-family: 'Noto Sans KR', 'Roboto'; font-size: 22px; font-weight: 500; letter-spacing: -1px;  background: url('/images/kor01-24-0463/sec3_cir_back.png') no-repeat center center;  padding-top: 50px;}
#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: 0; left: 50%; transform: translate(-50%); }
#section-3 .s-diagram .circle-area li:nth-of-type(2) {bottom: 0; left: 0; background:#19af78; }
#section-3 .s-diagram .circle-area li:nth-of-type(3) {bottom: 0; right: 0; 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: 20px; font-weight: 700; letter-spacing: -1px;}
#section-3 .s-diagram .circle-area li .con-txt p { font-size: 15px;  font-weight: normal;}
#section-3 .area{margin:5em 2em 0;display:flex;flex-wrap:wrap;}
#section-3 .area li{margin:.5em;width:calc(20% - 1em);display:flex;justify-content:center;align-items:center;border-radius:10px;background:#197caf;padding:1em}
#section-3 .area li p{font-weight:600; font-size:1.25em;}
#section-3 .area li p span{font-weight:400;font-size:.85em;display:block;margin-top:10px}

/* PROCESS */
#section-4 {background:url('/images/kor01-24-0463/section3_bg.png') no-repeat center center/cover}
#section-4 .process{margin:5em 2em 0;display:flex;flex-wrap:wrap;}
#section-4 .process li{position:relative;margin:.5em;width:calc(25% - 1em);display:flex;justify-content:center;align-items:center;border-radius:15px;border:3px solid #19af78;padding:3em 1em 1em;background:rgba(0,0,0,.2);}
#section-4 .process li:after{display:block;position: absolute; top:10px; left:50%; transform: translate(-50%); width:25px;height:25px;line-hieght:25px;border-radius:50%;background:#19af78;font-weight:700;text-align:center;font-size:1.25em}
#section-4 .process li:nth-child(1):after{content: '1';}
#section-4 .process li:nth-of-type(2):after{content: '2';}
#section-4 .process li:nth-of-type(3):after{content: '3';}
#section-4 .process li:nth-of-type(4):after{content: '4';}
#section-4 .process li:nth-of-type(5):after{content: '5';}
#section-4 .process li:nth-of-type(6):after{content: '6';}
#section-4 .process li:nth-of-type(7):after{content: '7';}
#section-4 .process li p{font-weight:600; font-size:1.5em;}
#section-4 .process li p span{font-weight:400;font-size:.75em;display:block;margin-top:5px}

#section-4 .p-diagram {position: relative; margin-top: 150px;} 
#section-4 .p-diagram .procList {position: relative; z-index: 3; } 
#section-4 .p-diagram .procList > li {position:relative; display:inline-block; vertical-align: top; padding: 0 20px;}
#section-4 .p-diagram .procList > li dl dt {border-radius: 50%; width: 150px; height: 150px; border: solid 5px #15c972;  display: inline-block;}
#section-4 .p-diagram .procList > li:nth-of-type(2) dl dt {border: solid 5px #15c9a1;  }
#section-4 .p-diagram .procList > li:nth-of-type(3) dl dt {border: solid 5px #14c9c3;  }
#section-4 .p-diagram .procList > li:nth-of-type(4) dl dt {border: solid 5px #15a5c9;  }
#section-4 .p-diagram .procList > li:nth-of-type(5) dl dt {border: solid 5px #1590c9;  }
#section-4 .p-diagram .procList > li:nth-of-type(6) dl dt {border: solid 5px #155dc9;  }
#section-4 .p-diagram .procList > li dl dt:before { content: '▼';  position: absolute;  top: 140px;  left: 50%;  transform: translate(-50%); font-size: 20px; color: #15c972;}
#section-4 .p-diagram .procList > li:nth-of-type(2) dl dt:before { content: '▼';  position: absolute;  top: 140px;  left: 50%;  transform: translate(-50%); font-size: 20px; color: #15c9a1;}
#section-4 .p-diagram .procList > li:nth-of-type(3) dl dt:before { content: '▼';  position: absolute;  top: 140px;  left: 50%;  transform: translate(-50%); font-size: 20px; color: #14c9c3;}
#section-4 .p-diagram .procList > li:nth-of-type(4) dl dt:before { content: '▼';  position: absolute;  top: 140px;  left: 50%;  transform: translate(-50%); font-size: 20px; color: #15a5c9;}
#section-4 .p-diagram .procList > li:nth-of-type(5) dl dt:before { content: '▼';  position: absolute;  top: 140px;  left: 50%;  transform: translate(-50%); font-size: 20px; color: #1590c9;}
#section-4 .p-diagram .procList > li:nth-of-type(6) dl dt:before { content: '▼';  position: absolute;  top: 140px;  left: 50%;  transform: translate(-50%); font-size: 20px; color: #155dc9;}
#section-4 .p-diagram .procList > li dl dt > div {padding-top: 45px;}

#section-4 .p-diagram .procList > li dl dd { margin-top: 50px;}
#section-4 .p-diagram .procList > li dl dd > .dot { width: 17px;  height: 17px;  border-radius: 50%;  background: #15c972;  text-align: center;  position: absolute;  left: 50%;  transform: translate(-50%);}
#section-4 .p-diagram .procList > li:nth-of-type(2) dl dd > .dot { width: 17px;  height: 17px;  border-radius: 50%;  background: #15c9a1;  text-align: center;  position: absolute;  left: 50%;  transform: translate(-50%);}
#section-4 .p-diagram .procList > li:nth-of-type(3) dl dd > .dot { width: 17px;  height: 17px;  border-radius: 50%;  background: #14c9c3;  text-align: center;  position: absolute;  left: 50%;  transform: translate(-50%);}
#section-4 .p-diagram .procList > li:nth-of-type(4) dl dd > .dot { width: 17px;  height: 17px;  border-radius: 50%;  background: #15a5c9;  text-align: center;  position: absolute;  left: 50%;  transform: translate(-50%);}
#section-4 .p-diagram .procList > li:nth-of-type(5) dl dd > .dot { width: 17px;  height: 17px;  border-radius: 50%;  background: #1590c9;  text-align: center;  position: absolute;  left: 50%;  transform: translate(-50%);}
#section-4 .p-diagram .procList > li:nth-of-type(6) dl dd > .dot { width: 17px;  height: 17px;  border-radius: 50%;  background: #155dc9;  text-align: center;  position: absolute;  left: 50%;  transform: translate(-50%);}
#section-4 .p-diagram .procList > li dl dd .txt-area {padding-top: 60px;}
#section-4 .p-diagram .procList > li dl dd .txt-area h6 {font-size: 24px;  font-weight: 700; margin-bottom: 20px;}
#section-4 .p-diagram .procList > li dl dd .txt-area ul li {font-size: 16px;  text-align: left; position:relative; padding-left: 13px;}
#section-4 .p-diagram .procList > li dl dd .txt-area ul li:before {content: '';  position: absolute;  top: 10px;  left: 0;  width:5px; height:1px; background: #fff;}
#section-4 .p-diagram .pro-line { width: 100%; height: 1px;  background: #fff;  position: absolute;  top: 207px;  left: 50%; transform: translate(-50%, 0); opacity: 0.3;  z-index: 1;}

/* REFERENCE */
#section-5 {background:url('/images/kor01-24-0463/section4_bg.png') no-repeat center center/cover}
#section-5 .conf .txt-area {font-size:18px; line-height: 1.3; margin: 20px 0 50px; word-break:keep-all;}

/* CONTACT US */
#section-6 {background:url('/images/kor01-24-0463/section5_bg.png') no-repeat center center/cover}



@media only screen and (max-width:1200px) {
.section .intro {width:100%; margin: 0; }

}

@media only screen and (max-width:1200px) {
#section-4 .p-diagram {position: relative; margin-top: 100px;} 
#section-4 .p-diagram .procList > li {padding: 0 30px 20px 30px;}
#section-4 .p-diagram .procList > li dl dd {margin-top: 30px;}
#section-4 .p-diagram .procList > li dl dd .txt-area {padding-top: 40px;}
#section-4 .p-diagram .pro-line {display:none;}

.section .intro {margin: 0 auto; }
	
}

@media only screen and (max-width:767px) {
	.section .intro h2 {font-size: 38px; }
	.section .intro h4 {font-size:24px;}

	#section-1 h1 {font-size:38px;}
	#section-1 h5 {padding: 15px 15px; font-size:30px;}

	#section-2 .intro h4 .box {display:none;}
	#section-2 .intro img {margin: 40px 0 30px; width:55%;}
	#section-2 .intro p { font-size: 18px; width:90%; }
	#section-3 .s-diagram { width: 90%;  height: 400px;  margin-top: 50px;}
	#section-3 .s-diagram .copy {font-size: 18px; background: url('/images/kor01-24-0463/sec3_cir_back.png') no-repeat center center / 90%; }
	#section-3 .s-diagram .circle-area li {width: 140px;  height: 140px;}
#section-3 .area{margin-top:3em}
#section-3 .area li{margin:.3em;width:calc(25% - .6em);padding:.75em .5em}
#section-3 .area li p{font-size:1em;}
#section-3 .area li p span{margin-top:5px}

	#section-4 .p-diagram {margin-top: 50px;}
	#section-4 .p-diagram .procList > li dl dd .txt-area {padding-top:0;}
	#section-4 .p-diagram .procList > li dl dd > .dot {display:none;}
#section-4 .process{margin-top:3em}
#section-4 .process li{margin:.3em; width:calc(33.3333% - .6em);padding-top:2.75em}
#section-4 .process li:after{width:23px;height:23px;line-hieght:23px;font-size:1em}
#section-4 .process li p{font-size:1.125em;}

}
@media only screen and (max-width:680px) {
	.section .intro .conf {padding:100px 0;}
	
}

@media only screen and (max-width:480px) {
#section-1 h1 {font-size:24px;}
	#section-2 .intro p {font-size:16px; }
#section-3 .area li{margin:.2em;width:calc(33.3333% - .4em);padding:.75em .5em}

	#section-4 .p-diagram .procList > li {padding: 0 0 30px 0; width: 45%;}
	#section-4 .p-diagram .procList > li dl dt {width: 120px; height: 120px; border: solid 3px #15c972;}
	#section-4 .p-diagram .procList > li dl dt:before {top: 110px;}	
	#section-4 .p-diagram .procList > li:nth-of-type(2) dl dt {border: solid 3px #15c9a1;}
	#section-4 .p-diagram .procList > li:nth-of-type(3) dl dt {border: solid 3px #14c9c3;}
	#section-4 .p-diagram .procList > li:nth-of-type(4) dl dt {border: solid 3px #15a5c9;}
	#section-4 .p-diagram .procList > li:nth-of-type(5) dl dt {border: solid 3px #1590c9;}
	#section-4 .p-diagram .procList > li:nth-of-type(6) dl dt {border: solid 3px #155dc9;}
	#section-4 .p-diagram .procList > li:nth-of-type(2) dl dt:before {top: 110px;}	
	#section-4 .p-diagram .procList > li:nth-of-type(3) dl dt:before {top: 110px;}	
	#section-4 .p-diagram .procList > li:nth-of-type(4) dl dt:before {top: 110px;}	
	#section-4 .p-diagram .procList > li:nth-of-type(5) dl dt:before {top: 110px;}	
	#section-4 .p-diagram .procList > li:nth-of-type(6) dl dt:before {top: 110px;}	
	#section-4 .p-diagram .procList > li dl dt > div {padding-top: 34px;} 
	#section-4 .p-diagram .procList > li dl dd .txt-area h6 {font-size: 18px; margin-bottom: 10px;}
	#section-4 .p-diagram .procList > li dl dd .txt-area ul li {font-size:14px; }

#section-4 .process li{margin:.3em; width:calc(50% - .6em);}

}


		