@charset"utf-8";

/* Font */
@import url(./font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/
/* 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-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
html{box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
body,th,td,input,select,textarea,button, dt, dd {font-family: 'Escoredream', sans-serif; font-size: 16px; letter-spacing: -0.05em; line-height: 1.6; font-weight: 400; color: #000; word-break: auto-phrase;}
dl,ul,ol,menu,li {list-style:none;}
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; word-break: keep-all;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{color:inherit;text-decoration:none;-webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
a:hover, a:focus ,a:active{text-decoration:none;color:#000;}
img{max-width:100%;}
textarea{max-width:100%;resize:none;}

.hidden{font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
::selection{background:#333;color:#fff;text-shadow:none;}
::-moz-selection{background:#333;color:#fff;text-shadow:none;}
::-webkit-selection{background:#333;color:#fff;text-shadow:none;}


@media screen and (max-width:990px){
	body, input, select, textarea{font-size:11pt;}
}

@media screen and (max-width:767px){
	body, input, select, textarea{font-size:10.5pt;}
}

@media screen and (max-width:480px){
	html, body{min-width:320px;}
	body, input, select, textarea{font-size:10pt;}
} 

@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:before {content: ''; display: block; width: 12px; height: 12px; border-top: solid 2px #fff; border-left: solid 2px #fff; position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -4px; transform:rotate(45deg);}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{width: 100%; overflow: hidden;}
#wrapper.sub {padding-top: 100px;}
#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%; height: 110px; padding-left: 20px; padding-right: 20px; display: flex; align-items: center; justify-content: space-between;}
/* #header:after {content: ''; display: block; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.2);} */
 #L_SITE_LOGO h1 a {display: block; width: 232px; height: 60px; text-indent: -9999px; background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
.container {width: 100%; max-width: 1320px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; position: relative;}
.main-inner {width: 100%; max-width: 1720px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; position: relative;}

@media only screen and (max-width: 1480px){
	#header > .header_in {height: 100px;}
}

@media only screen and (max-width: 1280px){
	#wrapper.sub {padding-top: 80px;}
	#header > .header_in {height: 80px;}
	#L_SITE_LOGO h1 a {width: 193px; height: 50px;}
}

@media only screen and (max-width: 980px){
	#wrapper.sub {padding-top: 60px;}
	#L_SITE_LOGO {margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 155px; height: 40px;}
	#header > .header_in {height: 60px;}
}

@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: 90px; height: 110px; 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-cs {background: #126bb3; color: #fff; height: 40px; padding: 0 20px; border-radius: 40px; display: flex; align-items: center; justify-content: center;}
.gnb-cs:hover {color: #fff;}
.gnb-cs:before {content: ''; display: block; width: 40px; height: 27px; margin-right: 10px; background: url('/images/kor09r-22-0461/common/gnb_cs.png')no-repeat center center / cover;}

@media only screen and (max-width: 1480px){
	.navigation {margin-right: 60px;}
    .navigation > li {margin-right: 80px; height: 100px;}
}

@media only screen and (max-width: 1280px){
	.navigation {margin-right: 40px;}
    .navigation > li {margin-right: 50px; height: 80px;}
	.gnb-cs {height: 36px; padding: 0 15px; font-size: 14px;}
	.gnb-cs:before {width: 30px; height: 20px;}
}

@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 > a {color: #fff;}
    .navigation > li > ul {z-index: 999; position: absolute; top: 50%; top: 100%; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); min-width:200px; border: 1px solid #f1f1f1; border-top: 4px solid #13426b}
    .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: #13426b; 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: #13426b;}
	.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 #13426b;color:#fff !important;}
    .navigation > li > a br {display: none;}
	.navigation > li.on > a{}
    .navigation > li > ul {width:100%;background:#0b3255; margin:0; min-width:auto;}
    .navigation > li > ul > li {border-bottom:1px solid #13426b}
    .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:21px 16px;width:60px;height:60px;cursor:pointer}
	.m-menu-open span{display:block;margin-top:6px;width:100%;height:2px;background:#fff;}
	.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-cs {position: absolute; left: 20px; top: 10px;}
}


#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 #L_SITE_LOGO h1 a,
#header.sub-header #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_on.png')no-repeat center center / 100% auto;}
#header.scroll .navigation > li > a,
#header.sub-header .navigation > li > a {color: #000;}
#header.scroll .m-menu-open span,
#header.sub-header .m-menu-open span {background: #13426b;}
#header.scroll:after,
#header.sub-header:after {display: none;}

@media only screen and (min-width: 980px){
	#header:hover {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:hover #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_on.png')no-repeat center center / 100% auto;}
	#header:hover .navigation > li > a {color: #000;}
}




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ft {background: #000;}
.ft-top {padding: 30px 0; border-bottom: solid 1px rgba(255,255,255,0.1);}
.ft-top dl {display: flex; align-items: center; justify-content: space-between;}
.ft-top dl dt img {display: block; width: 156px;}
.ft-menu {display: flex; align-items: center;}
.ft-menu li {margin-right: 60px;}
.ft-menu li:last-child {margin-right: 0;}
.ft-menu li a {display: block; color: #979797;}
.ft-menu li a.wh {color: #fff;}
.ft-bot {padding-top: 30px; padding-bottom: 50px;}
.ft-bot dl {display: flex; align-items: flex-end; justify-content: space-between;}
.ft-bot dl dt ul {margin-bottom: 10px; display: flex; align-items: center;}
.ft-bot dl dt ul:last-child {margin-bottom: 0;}
.ft-bot dl dt ul li {color: #979797; font-size: 15px; display: flex; align-items: center;}
.ft-bot dl dt ul li:after {content: ''; margin: 0 20px; display: block; width: 1px; height: 12px; background: rgba(255,255,255,0.2);}
.ft-bot dl dt ul li:last-child:after {display: none;}
.ft-copy {font-size: 15px; color: #979797;}

@media screen and (max-width:1280px){
	.ft-menu li {margin-right: 40px;}
	.ft-bot dl {display: block;}
	.ft-bot dl dd {margin-top: 30px;}
}

@media screen and (max-width:768px){
	.ft-top dl {display: block;}
	.ft-top dl dt img {width: 120px;}
	.ft-menu {margin-top: 30px; justify-content: space-between;}
	.ft-menu li {margin-right: 0; flex: auto;}
	.ft-menu li a {font-size: 13px;}
	.ft-bot dl dt ul {display: block;}
	.ft-bot dl dt ul li {font-size: 13px;}
	.ft-bot dl dt ul li:after {display: none;}
	.ft-copy {font-size: 13px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-slider__wrap {position: relative;}
.main-slider .slick-slide {text-align: center; color: #fff; height: 100vh !important; position: relative; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-slide h5 {font-size: 80px; line-height: 1.2; font-weight: 700;}
.main-slider .slick-slide p {font-size: 30px; margin-top: 40px; font-weight: 600;}
.main-slider__control {position: absolute; bottom: 80px; left: 20px; display: flex; align-items: center; }
.main-slider__control .slick-arrow {width: 80px; height: 80px; border: solid 1px #fff; background: none; text-indent: -9999px; position: relative; border-radius: 50%;}
.main-slider__control .slick-arrow:after {content: ''; display: block; width: 27px; height: 19px; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: -10px; background: url('/images/kor09r-22-0461/main/main_visual_arrow.png')no-repeat left top / auto 200%;}
.main-slider__control .slick-prev {margin-right: 10px;}
.main-slider__control .slick-next:after {background-position: right top;}
 
@media only screen and (max-width:1280px) {
	.main-slider .slick-slide h5 {font-size: 64px;}
	.main-slider .slick-slide p {font-size: 24px; margin-top: 30px;}
	.main-slider__control {bottom: 40px;}
	.main-slider__control .slick-arrow {width: 60px; height: 60px;}
}

@media only screen and (max-width:980px) {
	.main-slider .slick-slide h5 {font-size: 48px;}
	.main-slider .slick-slide p {font-size: 20px; margin-top: 20px;}
	.main-slider__control {bottom: 20px;}
	.main-slider__control .slick-arrow {width: 50px; height: 50px;}
}

@media only screen and (max-width:768px) {
	.main-slider .slick-slide h5 {font-size: 30px;}
	.main-slider .slick-slide p {font-size: 14px; margin-top: 10px;}
	.main-slider .slick-arrow {display: none;}
	.main-slider__control {bottom: 20px;}
	.main-slider__control .slick-arrow {width: 40px; height: 40px;}
	.main-slider__control .slick-arrow:after {width: 18px; height: 13px; margin-top: -7px; margin-left: -9px;}
}




.main-pfmc {padding: 120px 0; background: #f4f4f4; position: relative; overflow: hidden;}
.main-pfmc:before,
.main-pfmc:after {content: ''; display: block; position: absolute; z-index: 0; width: 1px; height: 1px; border-radius: 50%;}
.main-pfmc:before {right: 75%; top: 20%; box-shadow: 0px 0px 260px 230px rgba(170, 244, 163, 0.5); }
.main-pfmc:after {left: 75%; bottom: 20%; box-shadow: 0px 0px 260px 230px rgba(159, 183, 245, 0.5); }
.main-pfmc__title {text-align: center;}
.main-pfmc__title h3 {height: 67px; text-indent: -9999px; background: url('/images/kor09r-22-0461/main/main_performance_title.png')no-repeat center center / auto 100%;}
.main-pfmc__title p {font-size: 20px; margin-top: 20px;}
.main-pfmc__title p br {display: none;}
.main-pfmc__list {display: flex; gap: 20px; margin-top: 40px; position: relative; z-index: 1;}
.main-pfmc__box {flex: 1; background: #fff; padding: 0 40px;}
.main-pfmc__box dt {padding-top: 70px; padding-bottom: 30px; border-bottom: solid 1px #e5e5e5; display: flex; align-items: center; justify-content: space-between;}
.main-pfmc__box dt img {display: block; width: 60px;}
.main-pfmc__box dt p {color: #0764a9; text-align: right; line-height: 1.4;}
.main-pfmc__box dt p strong {display: block; font-size: 20px;}
.main-pfmc__box dd {margin-top: 45px; padding-bottom: 55px;}
.main-pfmc__box dd th,
.main-pfmc__box dd td {padding: 5px 0;}
.main-pfmc__box dd th {font-weight: 600;}
.main-pfmc__box dd th span {font-weight: 400;}
.main-pfmc__box dd td {padding-left: 25px; font-size: 40px; font-weight: 800;}

.main-biz {padding: 120px 0;}
.main-biz__title {font-size: 48px; font-weight: 700; text-align: center; text-transform: uppercase;}
.main-biz__nav {margin-top: 120px; display: flex;}
.main-biz__nav .slick-arrow {width: 60px; height: 60px; border: solid 1px #000; background: none; text-indent: -9999px; position: relative; border-radius: 50%;}
.main-biz__nav .slick-arrow:after {content: ''; display: block; width: 18px; height: 13px; position: absolute; left: 50%; top: 50%; margin-left: -9px; margin-top: -7px; background: url('/images/kor09r-22-0461/main/main_visual_arrow.png')no-repeat left bottom / auto 200%;}
.main-biz__nav .slick-prev {margin-right: 10px;}
.main-biz__nav .slick-next:after {background-position: right bottom;}
.main-biz__nav .slick-arrow:hover {background: #000;}
.main-biz__nav .slick-prev:hover:after {background-position: left top;}
.main-biz__nav .slick-next:hover:after {background-position: right top;}
.main-biz__wrap {position: relative; padding-right: 200px; margin-top: 60px;}
.main-biz__wrap:before {content: ''; display: block; background: #fff; z-index: 1; position: absolute; top: 0; bottom: 0; right: 200px; left: -100%;}
.main-biz__slider {position: relative; z-index: 2;}
.main-biz__lg {}
.main-biz__lg dl {display: flex;}
.main-biz__lg dl dt {width: 50%; position: relative;}
.main-biz__lg dl dt img {display: block; width: 100%;}
.main-biz__lg dl dt a {width: 140px; height: 140px; position: absolute; right: -80px; bottom: 80px; background: rgba(18,107,179,0.9); color: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.main-biz__lg dl dd {width: 50%; padding: 60px 80px;}
.main-biz__lg dl dd h6 {font-size: 18px; color: #126bb3;}
.main-biz__lg dl dd h5 {font-size: 44px; font-weight: 700; margin-top: 10px;}
.main-biz__lg dl dd p {font-size: 20px; color: #535353; margin-top: 50px;}
.main-biz__right {position: absolute; bottom: 0; left: 100%; margin-left: -200px;}
.main-biz__thumb {width: 360px;}
.main-biz__thumb .slick-list {overflow: visible;}
.main-biz__sm {padding: 0 10px;}
.main-biz__sm p {margin-bottom: 10px; font-size: 18px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-biz__sm img {display: block; width: 100%;}

.main-cs {padding: 130px 0; text-align: center; background: url('/images/kor09r-22-0461/main/main_cs_bg.jpg')no-repeat center center / cover;}
.main-cs h3 {font-size: 40px; color: #fff; font-weight: 600; line-height: 1.3;}
.main-cs a {margin: 50px auto 0; width: 140px; height: 50px; border: solid 1px #fff; color: #fff; display: inline-flex; align-items: center; justify-content: center;}


@media only screen and (max-width:1480px) {
	.main-pfmc__box {padding: 0 30px;}
	.main-pfmc__box dt {padding-top: 50px;}
	.main-pfmc__box dd td {font-size: 32px;}
	.main-pfmc__box dd th span {display: block;}
	.main-pfmc__box dd {margin-top: 30px; padding-bottom: 50px;}
}

@media only screen and (max-width:1280px) {
	.main-pfmc__list {display: flex; gap: 20px; flex-wrap: wrap;}
	.main-pfmc__box {width: calc(50% - 10px); flex: none;}
	.main-biz__wrap {padding-right: 0;}
	.main-biz__wrap:before {display: none;}
	.main-biz__right {position: static; margin-left: -5px; margin-top: 40px;}
}

@media only screen and (max-width:980px) {	
	.main-pfmc__title p {font-size: 18px; margin-top: 20px;}
	.main-biz__title {font-size: 40px;}
	.main-biz__nav {margin-top: 60px;}
	.main-biz__nav .slick-arrow {width: 50px; height: 50px;}
	.main-biz__wrap {margin-top: 30px;}
	.main-biz__lg dl dt a {width: 100px; height: 100px; right: -40px; bottom: 40px; font-size: 14px;}
	.main-biz__lg dl dd {padding: 30px 0 40px 40px;}
	.main-biz__lg dl dd h6 {font-size: 16px;}
	.main-biz__lg dl dd h5 {font-size: 34px;}
	.main-biz__lg dl dd p {font-size: 16px; margin-top: 30px;}
	.main-biz__thumb {width: 300px;}

	.main-cs h3 {font-size: 30px;}
}

@media only screen and (max-width:768px) {
	.main-pfmc {padding: 80px 0;}
	.main-pfmc__title h3 {height: 50px;}
	.main-pfmc__title p {font-size: 14px;}
	.main-pfmc__title p br {display: block;}
	.main-pfmc__list {display: block; margin-top: 30px;}
	.main-pfmc__box {width: 100%; margin-bottom: 20px;}
	.main-pfmc__box:last-child {margin-bottom: 0;}
	.main-pfmc__box dt {padding-top: 30px; padding-bottom: 20px;}
	.main-pfmc__box dt img {width: 46px;}
	.main-pfmc__box dt p {font-size: 14px;}
	.main-pfmc__box dt p strong {font-size: 16px;}
	.main-pfmc__box dd {margin-top: 10px; padding-bottom: 30px;}
	.main-pfmc__box dd td {font-size: 26px;}
	.main-pfmc__box dd th {font-size: 14px;}
	.main-pfmc__box dd th span {display: inline;}
	
	.main-biz {padding: 80px 0;}
	.main-biz__title {font-size: 30px;}
	.main-biz__nav {margin-top: 30px;}
	.main-biz__nav .slick-arrow {width: 40px; height: 40px;}
	.main-biz__wrap {margin-top: 20px;}	
	.main-biz__lg dl {display: block;}
	.main-biz__lg dl dt {width: 100%; padding-right: 50px;}
	.main-biz__lg dl dt a {width: 80px; height: 80px; right: 0; bottom: 20px; font-size: 13px;}
	.main-biz__lg dl dd {width: 100%; padding: 0; margin-top: 30px;}
	.main-biz__lg dl dd h6 {font-size: 14px;}
	.main-biz__lg dl dd h5 {font-size: 26px;}
	.main-biz__lg dl dd p {font-size: 14px; margin-top: 20px;}
	.main-biz__thumb {width: 100%; margin: 0 -5px; padding-right: 30%;}
	.main-biz__sm p {margin-bottom: 10px; font-size: 14px;}
	
	.main-cs {padding: 40px 0;}
	.main-cs h3 {font-size: 20px;}
	.main-cs a {margin: 20px auto 0; width: 120px; height: 40px;}
}


