@charset"utf-8";

/* Font */
@import url(./font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
blockquote, body, button, code, dd, div, dl,dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, textarea, th, ul{margin:0;padding:0; font-family:'SCoreDream',sans-serif;}
h1, h2, h3, h4, h5, h6 {line-height: 1.4;}
dl, li, menu, ol, ul{list-style:none;color:#000}
body{font-family:'SCoreDream',sans-serif; font-size:14px;letter-spacing:-0.5px;font-weight:normal;color:#000; font-weight:400;}
*, *:after, *:before{-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:'SCoreDream',sans-serif;color:inherit;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out}
a:active, a:focus, a:hover{text-decoration:none !important;color:#25428e}
img{max-width:100%}
textarea{max-width:100%;resize:none}
.hidden{font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

@media only screen and (min-width: 320px){
    body{overflow-x:hidden}
}

/* 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:40px;right:20px;display:none;text-align:center;z-index:10000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ea2828;box-shadow:0 8px 13px rgba(0,0,0,.4)}
.back-to-top i{color:#fff;font-size:15px;display:block;line-height:33px}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{width: 100%; overflow: hidden; padding-top: 120px;}
#header {z-index: 1000; width: 100%; position: fixed; left: 0; right: 0; top: 0; z-index:999; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
#header > .header_in {width: 100%; max-width: 1760px; height: 120px; padding-left: 20px; padding-right: 20px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
#L_SITE_LOGO h1 a {display: block; width: 235px; height: 40px; text-indent: -9999px; background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}

@media only screen and (max-width: 1480px){
	#wrapper{padding-top: 100px;}
	#header > .header_in {height: 100px;}
}

@media only screen and (max-width: 1280px){
	#wrapper{padding-top: 80px;}
	#L_SITE_LOGO h1 a {width: 190px; height: 32px;}
	#header > .header_in {height: 80px;}
}

@media only screen and (max-width: 980px){
	#wrapper{padding-top: 48px;}
	#L_SITE_LOGO {margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 150px; height: 26px;}
	#header > .header_in {height: 48px;}
}

@media only screen and (max-width: 767px){
}

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb {display: flex; align-items: center;}
.gnb-bg, .m-menu-close, .m-menu-open {display: none;}
.navigation {margin-right: 80px;}
.navigation > li {margin-right: 60px; height: 120px; display: flex; align-items: center;}
.navigation > li > a {font-size: 18px; display: block; text-align: center; font-weight: 500;}
.navigation > li > a br {display: none;}
.navigation > li > ul {display: none;}
.navigation > li > ul > li > a {font-size: 16px;}

.gnb-lang {height: 30px;}
.gnb-lang > div {background: #fff; -webkit-border-radius: 16px; border-radius: 16px; overflow: hidden;}
.gnb-lang button {width: 80px; height: 30px; font-size: 14px; padding: 0 15px; background: none; border: none; display: flex; align-items: center; justify-content: space-between;}
.gnb-lang button:after {content: ''; display: block; width: 6px; height: 6px; margin-top: -4px; margin-left: 15px; border-right: solid 1px #000; border-bottom: solid 1px #000; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.gnb-lang button.active:after {transform:rotate(225deg); -webkit-transform:rotate(225deg); margin-top: 4px;}
.gnb-lang ul {padding: 5px 0 10px; display: none;}
.gnb-lang ul li {margin-bottom: 3px;}
.gnb-lang ul li:last-child {margin-bottom: 0;}
.gnb-lang ul li a {display: block; font-size: 14px; padding: 0 15px;}


@media only screen and (max-width: 1480px){
	.navigation {margin-right: 60px;}
    .navigation > li {margin-right: 40px; height: 100px;}
	.navigation > li > a {font-size: 16px;}
}

@media only screen and (max-width: 1280px){
    .navigation > li {height: 80px;}
	.navigation > li > a {font-size: 15px;}
}

@media only screen and (max-width: 1120px){
	.navigation > li > a br {display: block;}
	.navigation > li > ul > li > a {font-size: 14px;}
}

@media only screen and (min-width: 980px){
	.navigation {display: flex; align-items: center;}
	.navigation > li {position: relative; display: flex; align-items: center;}
	.navigation > li:last-child {margin-right: 0;}
    .navigation > li > ul {z-index: 999; position: absolute; top: 50%; margin-top: 25px; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); min-width:200px; border: 1px solid #f1f1f1; border-top: 4px solid #25428e}
    .navigation > li > ul > li{text-align:center;}
    .navigation > li > ul > li + li {border-top:1px solid #e2e2e2;}
    .navigation > li > ul > li:first-child{border-top:0}
    .navigation > li > ul > li > a {position: relative; display: block; padding:12px 30px; text-align:center; white-space: nowrap; color:#666; background:#fff;}
    .navigation > li > ul > li > a:active,
    .navigation > li > ul > li > a:hover {color: #25428e; background: #fbfbfb;}
}

@media only screen and (max-width: 980px){
    #gnb {display: none; position: fixed; top: 0; right: 0; padding: 64px 24px 0; width: 100%; height:100%; box-sizing: border-box; background: #25428e;}
	.navigation {margin-right: 0;}
    .navigation > li {position: relative; display: block; margin-right: 0; text-align: left; height: auto;}
    .navigation > li > a {display: block; text-align: left; white-space: nowrap; font-size:16px; padding: 15px 0; border-bottom:1px solid #4463b6;color:#fff}
    .navigation > li > a br {display: none;}
	.navigation > li.on > a{}
    .navigation > li > ul {width:100%;background:#4463b6; margin:0; min-width:auto;}
    .navigation > li > ul > li {border-bottom:1px solid #25428e}
    .navigation > li > ul > li > a{display:block;padding:0 20px;line-height:40px;font-size:14px;color:#fff}
    .navigation > li > ul > li > a:before{display:inline-block;content:"";position:relative;top:-4px;margin-right:7px;width:5px;height:1px;background:#fff}
    .gnb-bg {display: none;}
	.m-menu-open{display:block;position:absolute;top:0;right:0;padding:15px 10px;width:48px;height:48px;cursor:pointer}
	.m-menu-open span{display:block;margin-top:6px;width:100%;height:2px;background:#25428e;}
	.m-menu-open span:first-child{margin-top:0}
	.m-menu-close{z-index:1000;display:block;position:absolute;top:0;right:0;width:48px;height:48px;cursor:pointer;padding:15px 11px}
	.m-menu-close span{position:relative;top:7px;left:0;display:block;width:25px;height:2px;background:#fff;transform:rotate(45deg)}
	.m-menu-close span:first-child{transform:rotate(-45deg);top:9px}
	.gnb-lang {position: absolute; left: 24px; top: 16px;}
	.gnb-lang button {font-size: 12px;}
	.gnb-lang ul li a {font-size: 12px;}
}


#header.scroll,
#header.sub-header {background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);}
#header.scroll .gnb-lang > div,
#header.sub-header .gnb-lang > div {background: #eaeaea;}
#header.scroll .navigation > li > ul,
#header.sub-header .navigation > li > ul {top: 100%; margin-top: 0;}





/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {padding: 60px 0; background: #000; color: #fff; text-align: center;}
.ft-logo {text-indent: -9999px; height: 27px; background: url('/images/kor09r-22-0461/common/footer_logo.png')no-repeat center center / auto 100%;}
.ft-info {margin-top: 30px; display: flex; justify-content: center;}
.ft-info li {color: #fff; margin: 0 10px;}
.ft-info li strong {font-weight: 500;}
.ft-copy {margin-top: 20px;}

@media only screen and (max-width:980px) {
	#footer {padding: 40px 0;}
	.ft-info {display: block;}
	.ft-info li  {font-size: 12px;}
	.ft-copy {font-size: 12px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#main {}

.main-visual {margin-top: -120px;}
.main-visual__cont {height: 920px !important; display: flex !important; align-items: center;}
.main-visual__cont h3 {font-size: 80px; color: #00398b; font-weight: 700;}
.main-visual__cont p {font-size: 25px; color: #1c5d7d; margin-top: 60px;}
.main-visual .slick-dots {position: absolute; bottom: 50px; left: 50%; display: flex; align-items: center; justify-content: center; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.main-visual .slick-dots li {margin: 0 4px;}
.main-visual .slick-dots li button {display: block; width: 10px; height: 10px; background: #fff; border: none; text-indent: -9999px; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-visual .slick-dots li.slick-active button {width: 30px;}

.main-inner {width: 100%; max-width: 1560px; margin: 0 auto; padding-left: 20px; padding-right: 20px;}
.main-more {height: 80px; padding-left: 30px; position: relative; display: inline-flex; justify-content: center; flex-direction: column;}
.main-more:before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 80px; height: 80px; background: url('/images/kor09r-22-0461/main/main_more.png')no-repeat left center / cover; -webkit-transition:all .6s ease-out; transition:all .6s ease-out;}
.main-more span {display: block; position: relative; padding-bottom: 5px; font-size: 16px; font-weight: 500;}
.main-more span:after {content: ''; display: block; width: 100%; height: 1px; background: #000; margin-top: 5px;}
.main-more.wh:before {background: url('/images/kor09r-22-0461/main/main_more2.png')no-repeat left center / cover;}
.main-more.wh span {color: #fff;}
.main-more.wh span:after {background: #fff;}
.main-more:hover:before {transform:rotate(360deg); -webkit-transform:rotate(360deg);}

.main-cpny {position: relative; padding-top: 140px; padding-bottom: 170px;}
.main-cpny:before {content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 806px; height: 140px; background: url('/images/kor09r-22-0461/main/main_company_bg.png')no-repeat center center / cover;}
.main-cpny .main-inner {display: flex;}
.main-cpny__title {width: 50%; padding-right: 60px;}
.main-cpny__title h3 {font-size: 60px; font-weight: 700; position: relative;}
.main-cpny__title h3 span {display: block; position: relative;}
.main-cpny__title h3:before {content: ''; display: block; height: 20px; background: #76e3da; position: absolute; left: 0; bottom: 0; width: 100%; max-width: 450px;}
.main-cpny__title p {margin-top: 60px; font-size: 20px; font-weight: 300;}
.main-cpny__title p strong {display: block; font-weight: 500;}
.main-cpny__title a {margin-top: 50px;}
.main-cpny__img {width: 50%;}
.main-cpny__img img {display: block; max-width: 120%;}

.main-biz {padding-top: 80px; padding-bottom: 120px; position: relative;}
.main-biz:before {content: ''; display: block; height: 400px; background: #79a4e2; position: absolute; left: 0; right: 0; top: 0;}
.main-biz__title {position: relative; margin-bottom: 80px; display: flex; align-items: flex-end; justify-content: space-between;}
.main-biz__title h3 {font-size: 60px; font-weight: 700; color: #fff;}
.main-biz__list {display: flex;}
.main-biz__list li {flex: 1; -webkit-transition:all .3s ease-out; transition:all .3s ease-out;}
.main-biz__list li a {position: relative; display: block;}
.main-biz__list li a > div {position: relative; height: 490px; overflow: hidden;}
.main-biz__list li img {display: block; height: 490px; width: auto; max-width: none; position: absolute; top: 50%; left: 50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}
.main-biz__list li p {position: absolute; left: 0; bottom: 0; width: 100%; padding: 30px; font-size: 24px; color: #fff; font-weight: 500;}

.main-tchtop {height: 470px; display: flex; align-items: flex-end; text-align: center; color: #fff; background: url('/images/kor09r-22-0461/main/main_tech_top_bg.jpg')no-repeat center center / cover;}
.main-tchtop h6 {font-size: 30px; font-weight: 500;}
.main-tchtop h3 {font-size: 70px; font-weight: 900; margin-top: 40px; line-height: 0.8; text-transform: uppercase;}
.main-tchbot {padding-top: 50px; padding-bottom: 100px; text-align: center;}
.main-tchbot p {font-size: 20px; color: #696969;}
.main-tchbot a {width: 220px; height: 50px; border: solid 1px #000; font-size: 18px; font-weight: 500; margin: 60px auto 0; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 30px; border-radius: 30px; -webkit-transition:all .6s ease-out; transition:all .6s ease-out;}
.main-tchbot a:hover {background: #000; color: #fff;}

.main-news {padding-bottom: 140px;}
.main-news .main-inner {display: flex;}
.main-news__title {width: 380px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;}
.main-news__title h3 {font-size: 60px; font-weight: 700;}
.main-news__list {width: calc(100% - 380px);}
.main-news__slider {margin: 0 -40px;}
.main-news__slider .slick-slide {padding: 0 40px;}
.main-news__item {display: block; padding-top: 30px; border-top: solid 1px #d0d0d0;}
.main-news__item p {font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.8; height: 5.4em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-news__item span {font-size: 14px; color: #979797; font-weight: 300; margin-top: 50px; display: block; padding-left: 20px; height: 15px; line-height: 15px; background: url('/images/kor09r-22-0461/main/main_board_date.png')no-repeat left center / 15px auto;}

@media screen and (max-width:1480px){
	.main-visual {margin-top: -100px;}
	.main-visual__cont {height: 780px !important;}
	.main-visual__cont h3 {font-size: 70px;}
	.main-visual__cont p {font-size: 20px; margin-top: 30px;}
}

@media screen and (max-width:1280px){
	.main-visual {margin-top: -80px;}
	.main-visual__cont {height: 640px !important;}
	.main-visual__cont h3 {font-size: 60px;}
	.main-visual__cont p {font-size: 18px; margin-top: 20px;}

	.main-cpny__title h3 {font-size: 50px;}
	.main-cpny__title p {margin-top: 40px; font-size: 18px;}
	.main-cpny__title a {margin-top: 30px;}

	.main-biz__title {margin-bottom: 60px;}
	.main-biz__title h3 {font-size: 50px;}
	.main-biz__list li a > div {height: 380px;}
	.main-biz__list li img {height: 380px;}
	.main-biz__list li p {padding: 20px; font-size: 18px;}

	.main-tchtop {height: 280px;}
	.main-tchtop h6 {font-size: 24px;}
	.main-tchtop h3 {font-size: 50px; margin-top: 30px;}
	.main-tchbot p {font-size: 18px;}
	.main-tchbot a {margin: 30px auto 0;}

	.main-news__title {width: 300px;}
	.main-news__title h3 {font-size: 50px;}
	.main-news__list {width: calc(100% - 300px);}
	.main-news__slider {margin: 0 -20px;}
	.main-news__slider .slick-slide {padding: 0 20px;}
	.main-news__item p {font-size: 16px;}
	.main-news__item span {font-size: 13px; margin-top: 30px;}
}

@media screen and (max-width:980px){
	.main-visual {margin-top: -48px;}
	.main-visual__cont {height: 480px !important;}
	.main-visual__cont h3 {font-size: 50px;}
	.main-visual__cont p {font-size: 16px; margin-top: 10px;}
	.main-visual .slick-dots {bottom: 20px;}
	.main-visual .slick-dots li {margin: 0 3px;}
	.main-visual .slick-dots li button {width: 8px; height: 8px;}
	.main-visual .slick-dots li.slick-active button {width: 20px;}

	.main-more {height: 60px; padding-left: 20px;}
	.main-more:before {width: 60px; height: 60px;}
	.main-more span {font-size: 13px;}
	
	.main-cpny {padding-top: 100px; padding-bottom: 100px;}
	.main-cpny__title h3 {font-size: 40px;}
	.main-cpny__title p {margin-top: 30px; font-size: 16px;}
	.main-cpny__title p br {display: none;}

	.main-biz {padding-bottom: 100px;}
	.main-biz__title {margin-bottom: 40px;}
	.main-biz__title h3 {font-size: 40px;}
	.main-biz__list {flex-direction: column;}
	.main-biz__list li {padding: 0; flex: auto;}
	.main-biz__list li a > div {height: 160px;}
	.main-biz__list li img {height: auto; width: 100%;}
}

@media screen and (max-width:767px){
	.main-visual__cont {height: 320px !important;}
	.main-visual__cont h3 {font-size: 26px;}
	.main-visual__cont p {font-size: 11px; padding-right: 50%;}
	.main-visual__cont p br {display: none;}

	.main-more {height: 50px;}
	.main-more:before {width: 50px; height: 50px;}
	.main-more span {font-size: 12px; padding-bottom: 2px;}
	.main-more span:after {margin-top: 2px;}

	.main-cpny {padding-top: 60px; padding-bottom: 60px;}
	.main-cpny .main-inner {display: block;}
	.main-cpny__title {width: 100%; padding-right: 0;}
	.main-cpny__title h3 {font-size: 30px;}
	.main-cpny__title h3:before {height: 10px; max-width: 60%}
	.main-cpny__title p {font-size: 14px;}
	.main-cpny__title a {margin-top: 20px;}
	.main-cpny__img {width: 100%;}

	.main-biz {padding-top: 60px; padding-bottom: 60px;}
	.main-biz__title {margin-bottom: 20px;}
	.main-biz__title h3 {font-size: 26px;}
	.main-biz__list li a > div {height: 100px;}
	.main-biz__list li p {padding: 15px; font-size: 14px;}

	.main-tchtop {height: 100px;}
	.main-tchtop h6 {font-size: 13px;}
	.main-tchtop h3 {font-size: 20px; margin-top: 20px;}
	.main-tchbot {padding-top: 30px; padding-bottom: 60px;}
	.main-tchbot p {font-size: 13px;}
	.main-tchbot a {width: 160px; height: 40px; font-size: 13px; margin: 20px auto 0;}

	.main-news {padding-bottom: 60px;}
	.main-news .main-inner {display: block;}
	.main-news__title {width: 100%; flex-direction: row; align-items: center;}
	.main-news__title h3 {font-size: 30px;}
	.main-news__list {width: 100%;}
	.main-news__slider {margin: 0; margin-top: 10px;}
	.main-news__slider .slick-slide {padding: 0;}
	.main-news__item {padding-top: 10px;}
	.main-news__item p {font-size: 14px;}
	.main-news__item span {font-size: 12px; margin-top: 20px;}
}

@media screen and (min-width:981px){
	.main-biz__list li:hover {flex: 3;}
}












@media screen and (max-width:1660px){

}

@media screen and (max-width:1480px){

}

@media screen and (max-width:1280px){

}

@media screen and (max-width:980px){

}

@media screen and (max-width:768px){

}
