@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: 'paperlogy', sans-serif; font-size: 16px; letter-spacing: -0.03em; 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;}
: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 (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn-top {width: 50px;height: 50px; position: fixed; background: #000; border: none; bottom: 40px; right: 20px; display:none; z-index: 10000;}
.btn-top:after {content: ''; display: block; width: 16px; height: 16px; border-top: solid 2px #fff; border-right: solid 2px #fff; position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -5px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

@media only screen and (max-width: 767px){
	.btn-top {width: 40px; height: 40px; bottom: 20px;}
}



/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{width: 100%; overflow: hidden;}
#wrapper.sub {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: 1640px; height: 120px; padding-left: 20px; padding-right: 20px; margin: 0 auto; 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: 228px; height: 60px; text-indent: -9999px; background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
.inner {width: 100%; max-width: 1240px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; position: relative;}


@media only screen and (max-width: 1480px){
	#wrapper.sub {padding-top: 100px;}
	#header > .header_in {height: 100px;}
	 #L_SITE_LOGO h1 a {width: 200px; height: 53px;}
}

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

@media only screen and (max-width: 980px){
	#wrapper.sub {padding-top: 60px;}
	#L_SITE_LOGO {margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 140px; height: 37px;}
	#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: 60px;}
.navigation > li {margin-right: 60px; height: 120px; display: flex; align-items: center;}
.navigation > li > a {font-size: 17px; display: block; text-align: center; font-weight: 500; line-height: 1.3;}
.navigation > li > ul {display: none;}
.navigation > li > ul > li > a {font-size: 16px;}

.gnb-lang {height: 30px;}
.gnb-lang > div {background: #dcdcdc; -webkit-border-radius: 16px; border-radius: 16px; overflow: hidden;}
.gnb-lang button {width: 70px; 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 {margin-right: 30px;}
    .navigation > li {height: 80px; margin-right: 30px;}
	.navigation > li > a {font-size: 15px;}
}

@media only screen and (max-width: 1120px){
	.navigation {margin-right: 20px;}
    .navigation > li {margin-right: 20px;}
	.navigation > 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 {}
    .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:#000;}
	.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.wh {}
#header.wh #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_wh.png')no-repeat center center / 100% auto;}
#header.wh .navigation > li > a {color: #fff;}
#header.wh .m-menu-open span {background: #fff;}
#header.wh .gnb-lang > div {background: rgba(255,255,255,0.1);}
#header.wh .gnb-lang button {color: #fff;}
#header.wh .gnb-lang button:after {border-right-color: #fff; border-bottom-color: #fff;}
#header.wh .gnb-lang ul li a {color: #fff;}

#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.sub-header #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
#header.sub-header .navigation > li > a {color: #000;}
#header.sub-header .m-menu-open span {background: #13426b;}
#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.png')no-repeat center center / 100% auto;}
	#header:hover .navigation > li > a {color: #000;}
	#header:hover .gnb-lang > div {background: #dcdcdc;}
	#header:hover .gnb-lang button {color: #000;}
	#header:hover .gnb-lang button:after {border-right-color: #000; border-bottom-color: #000;}
	#header:hover .gnb-lang ul li a {color: #000;}
}




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
footer {}
.ft-inner {width: 100%; max-width: 1640px; padding-left: 20px; padding-right: 20px; margin: 0 auto;}
.ft-top {padding: 30px 0; background: #0e0e0e;}
.ft-menu {display: flex; align-items: center;}
.ft-menu li {display: flex; align-items: center;}
.ft-menu li:after {content: ''; display: block; width: 3px; height: 3px; margin: 0 25px; background: #fff; -webkit-border-radius: 50%; border-radius: 50%;}
.ft-menu li:last-child:after {display: none;}
.ft-menu li a {display: block; color: #fff; line-height: 1.0;}

.ft-bot {padding: 40px 0;}
.ft-wrap {display: flex; justify-content: space-between;}
.ft-cont {}
.ft-logo {display: block; width: 165px;}
.ft-info {margin-top: 15px;}
.ft-info ul {display: flex; flex-wrap: wrap;}
.ft-info ul li {margin-right: 40px; padding: 2px 0;}
.ft-info ul li:last-child {margin-right: 0;}
.ft-info ul li br {display: none;}
.ft-copy {margin-top: 15px;}
.ft-sns {margin-left: 30px; flex-shrink: 0; display: flex;}
.ft-sns li {margin-right: 5px;}
.ft-sns li:last-child {margin-right: 0;}
.ft-sns li a {display: block; width: 44px; height: 44px; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%;}
.ft-sns li:nth-child(1) a {background: url('/images/kor09r-22-0461/common/footer_sns_1.png')no-repeat center center / cover;}
.ft-sns li:nth-child(2) a {background: url('/images/kor09r-22-0461/common/footer_sns_2.png')no-repeat center center / cover;}
.ft-sns li:nth-child(3) a {background: url('/images/kor09r-22-0461/common/footer_sns_3.png')no-repeat center center / cover;}
.ft-sns li:nth-child(4) a {background: url('/images/kor09r-22-0461/common/footer_sns_4.png')no-repeat center center / cover;}

@media screen and (max-width:1280px){
	.ft-info ul li {margin-right: 30px;}
}

@media screen and (max-width:768px){
	.ft-top {padding: 20px 0;}
	.ft-menu {justify-content: center;}
	.ft-menu li:after {margin: 0 15px;}
	.ft-bot {padding: 30px 0;}
	.ft-wrap {display: block;}
	.ft-logo {margin: 0 auto;}
	.ft-info ul {justify-content: center;}
	.ft-info ul li {margin-right: 20px;}
	.ft-copy {text-align: center;}


	.ft-sns {margin-left: 0; margin-top: 30px; justify-content: center;}
	.ft-sns li a {width: 34px; height: 34px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#fp-nav {width: 100%; max-width: 1640px; margin: 0 auto; right: auto !important; left: 50%; margin-top: -0px !important; -webkit-transform: translateX(-50%) !important; transform: translateX(-50%) !important;}
#fp-nav ul {position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
#fp-nav ul li {width: 10px !important; height: 10px !important; margin: 10px 0 !important;}
#fp-nav ul li a span {width: 6px !important; height: 6px !important; margin: -3px 0 0 -3px !important;}
#fp-nav ul li a.active span {width: 10px !important; height: 10px !important; margin: -5px 0 0 -5px !important; border: solid 2px #0084ff !important; background: none !important;}
#fp-nav ul li:last-child {display: none !important;}
#fp-nav ul li .fp-tooltip {top: -6px !important; color: #0084ff !important;}
#fp-nav.wh ul li a span {background: #fff !important;}
#fp-nav.wh ul li a.active span {background: none !important;}



.section#section1 .fp-tableCell {vertical-align: bottom;}
.main-vdo__inner {width: 100%; max-width: 1640px; margin: 0 auto; position: relative;}
.main-vdo__frame {position: absolute; min-width: 100%; min-height: 100%; object-fit: cover; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.main-vdo__control {position: absolute; bottom: 100px; right: 20px;}
.main-vdo__control button {position: absolute; left: 0; top: 0; width: 70px; height: 70px; background: none; border: none; text-indent: -9999px;}
.main-vdo__control button:before,
.main-vdo__control button:after {content: ''; display: block; width: 3px; height: 14px; background: #fff; position: absolute; top: 50%; margin-top: -7px;}
.main-vdo__control button:before {right: 50%; margin-right: 2px;}
.main-vdo__control button:after {left: 50%; margin-left: 2px;}
.main-vdo__control button.paused:before {display: none;}
.main-vdo__control button.paused:after {width: 0px; height: 0px; border-style: solid; margin-left: -5px; border-width: 7px 0 7px 12px; background: none; border-color: transparent transparent transparent #fff; transform: rotate(0deg);}
.main-vdo__control svg {fill: transparent;}

@media only screen and (max-width:1280px) {
	.main-vdo__control {bottom: 60px;}
}

@media only screen and (max-width:980px) {
	.main-vdo__control {bottom: 40px;}
}

@media only screen and (max-width:768px) {
	.main-vdo__control {bottom: 20px;}
}





.main-biz {height: 100%; display: flex; position: relative; background: url('/images/kor09r-22-0461/main/main_biz_bg.jpg')no-repeat center center / cover;}
.main-biz li {width: 33.3333%;}
.main-biz li a {padding: 120px 80px; height: 100%; position: relative; display: flex; align-items: flex-end;}
.main-biz li a:before {content: ''; display: block; background: rgba(0,17,35,0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-biz li a h5 {color: #fff; position: relative; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-biz li a span {display: block; font-size: 25px; font-weight: 400;}
.main-biz li a strong {display: block; font-size: 35px; margin-top: 20px;}
.main-biz li a:hover:before {opacity: 0;}
.main-biz li a:hover h5 {-webkit-transform: translateY(-100px); transform: translateY(-100px);}

@media only screen and (max-width:1280px) {
	.main-biz li a {padding: 60px 40px;}
	.main-biz li a span {font-size: 20px;}
	.main-biz li a strong {font-size: 30px;}
.main-biz li a:hover h5 {-webkit-transform: translateY(-80px); transform: translateY(-80px);}
}

@media only screen and (max-width:980px) {
	.main-biz li a {padding: 40px 30px;}
	.main-biz li a span {font-size: 16px;}
	.main-biz li a strong {font-size: 24px;}
	.main-biz li a:hover h5 {-webkit-transform: translateY(-60px); transform: translateY(-60px);}
}

@media only screen and (max-width:768px) {
	.section#section2,
	.section#section2 .fp-tableCell {height: auto !important;}
	.main-biz {flex-direction: column;}
	.main-biz li {width: 100%; height: 33.3333%;}
	.main-biz li a {padding: 60px 30px; align-items: center;}
	.main-biz li a span {font-size: 14px;}
	.main-biz li a strong {font-size: 22px; margin-top: 10px;}
	.main-biz li a:hover h5 {-webkit-transform: translateY(0); transform: translateY(0);}
}




.section#section3 {background: url('/images/kor09r-22-0461/main/main_portfolio_bg.jpg')no-repeat center center / cover;}
.main-pfo-top {margin-top: 60px; margin-bottom: 30px; display: flex; justify-content: flex-end;}
.main-pfo-top a {flex-shrink: 0; font-size: 14px; font-weight: 500; display: flex; align-items: center;}
.main-pfo-top a:after {content: ''; display: block; width: 30px; height: 30px; margin-left: 10px; background: url('/images/kor09r-22-0461/main/main_portfolio__more.png')no-repeat center center / cover;}
.main-pfo-list {display: flex; margin: 0 -8px;}
.main-pfo-list li {width: 33.3333%; padding: 0 8px;}
.main-pfo-list li a {height: 200px; padding: 30px; background: #ececec; position: relative; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 10px; border-radius: 10px;}
.main-pfo-list li a h5 {text-align: center; font-size: 18px; font-weight: 600; line-height: 1.4;}
.main-pfo-list li a em {content: ''; display: block; width: 40px; height: 40px; background: #fff; position: absolute; right: 20px; bottom: 20px; -webkit-border-radius: 50%; border-radius: 50%;}
.main-pfo-list li a em:before,
.main-pfo-list li a em:after {content: ''; display: block; background: #999; position: absolute; left: 50%; top: 50%;}
.main-pfo-list li a em:before {width: 14px; height: 2px; margin-left: -7px; margin-top: -1px;}
.main-pfo-list li a em:after {width: 2px; height: 14px; margin-left: -1px; margin-top: -7px;}
.main-pfo__slider {margin: 0 -10px;}
.main-pfo__slider .slick-slide {padding: 0 10px;}
.main-pfo__item {display: block;}
.main-pfo__item em {display: block; padding-bottom: 76.3157%; border: solid 1px #e1e1e1; border-radius: 15px;}
.main-pfo__item h5 {text-align: center; font-size: 18px; font-weight: 600; line-height: 1.4; margin-top: 10px;}

@media only screen and (max-width:1280px) {
	.main-pfo-top {margin-top: 30px; margin-bottom: 20px;}
	.main-pfo-list li a {height: 180px; padding: 20px;}
	.main-pfo-list li a h5 {font-size: 16px;}
}

@media only screen and (max-width:980px) {
	.main-pfo-top {margin-top: 20px; margin-bottom: 10px;}
	.main-pfo-list {margin: 0 -4px;}
	.main-pfo-list li {padding: 0 4px;}
	.main-pfo-list li a {height: 140px; padding: 15px;}
	.main-pfo-list li a h5 {font-size: 14px;}
	.main-pfo-list li a em {display: none;}
	.main-pfo__item h5 {font-size: 16px;}
}

@media only screen and (max-width:768px) {
	.section#section3,
	.section#section3 .fp-tableCell {height: auto !important;}
	.main-pfo {padding: 60px 0;}
	.main-pfo-list {margin: 0; display: block;}
	.main-pfo-list li {width: 100%; padding: 0; margin-bottom: 10px;}
	.main-pfo-list li:last-child {margin-bottom: 0;}
	.main-pfo-list li a {padding: 20px; height: auto; flex-direction: row;}
	.main-pfo-list li a h5 {text-align: left; flex-grow: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.main-pfo-list li a em {display: block; width: 30px; height: 30px; margin-left: 20px; margin-right: -10px; position: relative; right: 0; bottom: 0; flex-shrink: 0;}
	.main-pfo-list li a em:before {width: 10px; margin-left: -5px;}
	.main-pfo-list li a em:after {height: 10px; margin-top: -5px;}
	.main-pfo-top a {font-size: 12px;}
	.main-pfo-top a:after {width: 24px; height: 24px;}
	.main-pfo__slider {padding-right: 15%;}
	.main-pfo__slider .slick-list {overflow: visible;}
	.main-pfo__item h5 {font-size: 14px;}

}




.section#section4 {background: #f5f5f5;}
.main-pfmc__title {text-align: center;}
.main-pfmc__title span {font-size: 20px; color: #0084ff;}
.main-pfmc__title h3 {font-size: 50px; font-weight: 700; margin-top: 10px;}
.main-pfmc__slider {margin: 0 -10px; padding-top: 40px; padding-right: 15%;}
.main-pfmc__slider .slick-list {overflow: visible;}
.main-pfmc__slider .slick-slide {padding: 40px 10px;}
.main-pfmc__item {display: block; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-pfmc__item em {display: block; padding-bottom: 100%; overflow: hidden; position: relative; -webkit-border-radius: 15px; border-radius: 15px;}
.main-pfmc__item em:before {content: ''; display: block; background: rgba(0,0,0,0.6); position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-pfmc__item em:after {content: ''; display: block; opacity: 0.5; width: 62px; height: 62px; position: absolute; left: 50%; top: 50%; margin-left: -31px; margin-top: -31px; background: url('/images/kor09r-22-0461/main/main_performance__play.png')no-repeat center center / cover; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-pfmc__item p {margin-top: 30px; font-size: 14px; color: #9a9a9a; display: flex; align-items: center;}
.main-pfmc__item p:before {content: ''; display: block; width: 40px; height: 1px; background: #bdbdbd; margin-right: 20px;}
.main-pfmc__item h5 {font-size: 18px; margin-top: 10px; font-weight: 600;}
.main-pfmc__item:hover {-webkit-transform: translateY(-40px); transform: translateY(-40px);}
.main-pfmc__item:hover em:before {opacity: 0;}
.main-pfmc__item:hover em:after {opacity: 1;}
.main-pfmc__bot {margin-top: 40px; display: flex; align-items: center;}
.main-pfmc__control {display: flex; align-items: center; flex-grow: 1;}
.main-pfmc__nav {display: flex; align-items: center; margin: 0 -10px;}
.main-pfmc__nav .slick-arrow {display: block; margin: 0 10px; width: 40px; height: 40px; text-indent: -9999px; position: relative; background: #000; border: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-pfmc__nav .slick-arrow:before {content: ''; display: block; width: 16px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -1px;}
.main-pfmc__nav .slick-arrow:after {content: ''; display: block; width: 8px; height: 8px; border-top: solid 2px #fff; position: absolute; left: 50%; top: 50%; margin-top: -4px;}
.main-pfmc__nav .slick-prev:after {border-left: solid 2px #fff; margin-left: -8px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.main-pfmc__nav .slick-next:after {border-right: solid 2px #fff; margin-left: 0px; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.main-pfmc__nav .slick-arrow:hover {transform: scale(1.5);}
.main-pfmc__current {margin-left: 40px; font-size: 14px; width: 30px; display: block; font-weight: 500;}
.main-pfmc__progress {background: #ddd; width: 80px;}
.main-pfmc__progress span {display: block; width: 0%; height: 2px; background: #2e61d1; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-pfmc__total {font-size: 14px; width: 30px; display: block; text-align: right; color: #979797;}
.main-pfmc__more {flex-shrink: 0; font-size: 14px; font-weight: 500; display: flex; align-items: center;}
.main-pfmc__more:after {content: ''; display: block; width: 30px; height: 30px; margin-left: 10px; background: url('/images/kor09r-22-0461/main/main_performance__more.png')no-repeat center center / cover;}

@media only screen and (max-width:1280px) {
	.main-pfmc__title span {font-size: 18px;}
	.main-pfmc__title h3 {font-size: 40px;}
	.main-pfmc__slider {padding-top: 20px;}
	.main-pfmc__item p {margin-top: 20px;}
	.main-pfmc__bot {margin-top: 20px;}
}

@media only screen and (max-width:980px) {
	.main-pfmc__title span {font-size: 16px;}
	.main-pfmc__title h3 {font-size: 34px;}
	.main-pfmc__slider {padding-top: 0;}
	.main-pfmc__item p {margin-top: 10px; font-size: 12px;}
	.main-pfmc__item h5 {font-size: 16px;}
	.main-pfmc__item:hover {-webkit-transform: translateY(-20px); transform: translateY(-20px);}
	.main-pfmc__bot {margin-top: 0;}
}

@media only screen and (max-width:768px) {
	.section#section4,
	.section#section4 .fp-tableCell {height: auto !important;}
	.main-pfmc {padding: 60px 0;}
	.main-pfmc__title span {font-size: 14px;}
	.main-pfmc__title h3 {font-size: 28px;}
	.main-pfmc__slider {padding-right: 25%;}
	.main-pfmc__item p {font-size: 11px;}
	.main-pfmc__item p:before {width: 30px; margin-right: 10px;}
	.main-pfmc__item h5 {font-size: 14px;}
	.main-pfmc__item:hover {-webkit-transform: translateY(0); transform: translateY(0);}
	.main-pfmc__nav {margin: 0;}
	.main-pfmc__nav .slick-arrow {margin: 0; width: 30px; height: 30px;}
	.main-pfmc__nav .slick-arrow:hover {transform: scale(1);}
	.main-pfmc__nav .slick-prev {margin-right: 5px;}
	.main-pfmc__current {margin-left: 20px; font-size: 12px; width: 25px;}
	.main-pfmc__progress {width: 40px;}
	.main-pfmc__total {font-size: 12px; width: 25px;}
	.main-pfmc__more {font-size: 12px;}
	.main-pfmc__more:after {width: 24px; height: 24px;}
}





.section#section5 {background: #0561d8 url('/images/kor09r-22-0461/main/main_notice_bg.png')no-repeat center bottom / 100% auto;}
.main-notice {display: flex;}
.main-notice__left {width: 50%; padding-right: 100px;}
.main-notice__left span {display: block; font-size: 16px; color: #fff;}
.main-notice__left h4 {font-size: 35px; font-weight: 600; color: #fff; margin-top: 30px; line-height: 1.4;}
.main-notice__left img {display: block; -webkit-border-radius: 15px; border-radius: 15px; margin-top: 50px;}
.main-notice__list {width: 50%; border-top: solid 1px #fff;}
.main-notice__list li {border-bottom: solid 1px #fff;}
.main-notice__list li:last-child {}
.main-notice__list li a {display: block; padding: 30px 0;}
.main-notice__list li a dl {display: flex; align-items: center;}
.main-notice__list li a dl dt {width: 80px; color: #fff; line-height: 1.3; text-align: center; flex-shrink: 0;}
.main-notice__list li a dl dt strong {display: block; font-size: 25px; font-weight: 700;}
.main-notice__list li a dl dt span {display: block; font-size: 16px;}
.main-notice__list li a dl dd {display: flex; align-items: center; width: calc(100% - 80px);}
.main-notice__list li a dl dd h5 {font-size: 18px; color: #fff; font-weight: 500; flex-grow: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-notice__list li a dl dd span {display: block; width: 30px; height: 30px; margin: 0 20px; position: relative; flex-shrink: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-notice__list li a dl dd span:before {content: ''; display: block; width: 30px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: -1px;}
.main-notice__list li a dl dd span:after {content: ''; display: block; width: 16px; height: 16px; border-top: solid 2px #fff; border-right: solid 2px #fff; position: absolute; right: 0; top: 50%; margin-top: -8px; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.main-notice__list li a:hover dl dd span {transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

@media only screen and (max-width:1280px) {
	.main-notice__left {padding-right: 60px;}
	.main-notice__left span {font-size: 14px;}
	.main-notice__left h4 {font-size: 30px; margin-top: 20px;}
	.main-notice__left img {margin-top: 30px;}
	.main-notice__list {margin-right: 30px;}
	.main-notice__list li a {padding: 25px 0;}
	.main-notice__list li a dl dt {width: 70px;}
	.main-notice__list li a dl dt strong {font-size: 20px;}
	.main-notice__list li a dl dt span {font-size: 14px;}
	.main-notice__list li a dl dd {width: calc(100% - 70px);}
	.main-notice__list li a dl dd h5 {font-size: 16px;}
	.main-notice__list li a dl dd span {width: 20px; height: 20px;}
	.main-notice__list li a dl dd span:before {width: 20px; margin-left: -10px;}
	.main-notice__list li a dl dd span:after {width: 12px; height: 12px; margin-top: -6px;}
}

@media only screen and (max-width:980px) {
	.main-notice__left {padding-right: 40px;}
	.main-notice__left span {font-size: 12px;}
	.main-notice__left h4 {font-size: 26px; margin-top: 10px;}
	.main-notice__left img {margin-top: 20px;}
	.main-notice__list {margin-right: 0;}
	.main-notice__list li a {padding: 20px 0;}
	.main-notice__list li a dl dt {width: 60px;}
	.main-notice__list li a dl dt strong {font-size: 18px;}
	.main-notice__list li a dl dt span {font-size: 12px;}
	.main-notice__list li a dl dd {width: calc(100% - 60px);}
	.main-notice__list li a dl dd h5 {font-size: 14px;}
	.main-notice__list li a dl dd span {margin: 0 10px; width: 14px; height: 14px;}
	.main-notice__list li a dl dd span:before {width: 14px; margin-left: -7px;}
	.main-notice__list li a dl dd span:after {width: 8px; height: 8px; margin-top: -4px;}
}

@media only screen and (max-width:768px) {
	.section#section5,
	.section#section5 .fp-tableCell {height: auto !important;}
	.main-notice {padding: 60px 0; display: block;}
	.main-notice__left {width: 100%; padding-right: 0;}
	.main-notice__list {width: 100%; margin-top: 30px;}
	.main-notice__list li a {padding: 10px 0;}
}




.section#section6 {background: url('/images/kor09r-22-0461/main/main_cs_bg.png')no-repeat center bottom / 100% auto;}
.main-cs {display: flex; align-items: center;}
.main-cs__txt {flex-shrink: 0; margin-right: 80px;}
.main-cs__txt span {display: block; font-size: 16px; color: #0084ff;}
.main-cs__txt h3 {font-size: 35px; font-weight: 600; margin-top: 20px;}
.main-cs__txt h4 {font-size: 45px; font-weight: 700; margin-top: 40px;}
.main-cs__txt ul {margin-top: 40px;}
.main-cs__txt ul li {margin-bottom: 20px; font-size: 16px;}
.main-cs__txt ul li:last-child {margin-bottom: 0;}
.main-cs__txt ul li strong {display: block; font-weight: 600;}
.main-cs__menu {margin: -10px; display: flex; flex-grow: 1; flex-wrap: wrap;}
.main-cs__menu li {width: 50%; padding: 10px;}
.main-cs__menu li a {padding: 0 30px; border: solid 1px #c8c8c8; height: 140px; display: flex; align-items: center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-cs__menu li a div {flex-grow: 1;}
.main-cs__menu li a h5 {font-size: 22px; font-weight: 600; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-cs__menu li a p {color: #959595; margin-top: 10px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-cs__menu li a:after {content: ''; display: block; width: 55px; height: 50px; margin-left: 20px; flex-shrink: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-cs__menu li:nth-child(1) a:after {background: url('/images/kor09r-22-0461/main/main_cs_1.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(2) a:after {background: url('/images/kor09r-22-0461/main/main_cs_2.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(3) a:after {background: url('/images/kor09r-22-0461/main/main_cs_3.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(4) a:after {background: url('/images/kor09r-22-0461/main/main_cs_4.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(1) a:hover:after {background: url('/images/kor09r-22-0461/main/main_cs_1_on.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(2) a:hover:after {background: url('/images/kor09r-22-0461/main/main_cs_2_on.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(3) a:hover:after {background: url('/images/kor09r-22-0461/main/main_cs_3_on.png')no-repeat center center / cover;}
.main-cs__menu li:nth-child(4) a:hover:after {background: url('/images/kor09r-22-0461/main/main_cs_4_on.png')no-repeat center center / cover;}
.main-cs__menu li a:hover {background: #0561d8 ; border-color: #0561d8;}
.main-cs__menu li a:hover h5 {color: #fff;}
.main-cs__menu li a:hover p {color: #fff;}

@media only screen and (max-width:1280px) {
	.main-cs__txt {margin-right: 60px;}
	.main-cs__txt span {font-size: 14px;}
	.main-cs__txt h3 {font-size: 30px; margin-top: 10px;}
	.main-cs__txt h4 {font-size: 40px; margin-top: 30px;}
	.main-cs__txt ul {margin-top: 30px;}
	.main-cs__txt ul li {margin-bottom: 15px; font-size: 16px;}
	.main-cs__menu {margin: 0 -5px;}
	.main-cs__menu li {padding: 0 5px;}
	.main-cs__menu li a {padding: 30px 20px;}
	.main-cs__menu li a:after {width: 46px; height: 38px;}
	.main-cs__menu li a h5 {font-size: 20px;}
	.main-cs__menu li a p {font-size: 14px;}
}

@media only screen and (max-width:980px) {
	.main-cs__txt {margin-right: 40px;}
	.main-cs__txt span {font-size: 12px;}
	.main-cs__txt h3 {font-size: 26px;}
	.main-cs__txt h4 {font-size: 34px; margin-top: 10px;}
	.main-cs__txt ul {margin-top: 20px;}
	.main-cs__txt ul li {margin-bottom: 0; font-size: 14px;}
}

@media only screen and (max-width:768px) {
	.section#section6,
	.section#section6 .fp-tableCell {height: auto !important;}
	.main-cs {padding: 60px 0; display: block;}
	.main-cs__txt {margin-right: 0;}

	.main-cs__menu {margin: 0; display: block; margin-top: 30px;}
	.main-cs__menu li {padding: 0; width: 100%; margin-bottom: 10px;}
	.main-cs__menu li:last-child {margin-bottom: 0;}
	.main-cs__menu li a {padding: 25px 20px;}
	.main-cs__menu li a:after {width: 46px; height: 38px;}
	.main-cs__menu li a h5 {font-size: 18px;}
	.main-cs__menu li a p {font-size: 13px; margin-top: 5px;}

}




