@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
	▶사이즈
	pc : 1160px
	tablet : 980px ~
	mobile : 768px ~ 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;}
	body,th,td,input,select,textarea,button,dt,dd {font-family:'NotoSansKR', sans-serif; font-weight:400; font-size:16px; color:#000; letter-spacing: -0.05rem; line-height: 1.6; word-wrap:break-word;word-break:auto-phrase;}
	h1, h2, h3, h4, h5, h6 {font-family:'NotoSansKR', sans-serif; font-weight: 600; line-height: 1.4;}
	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; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
	a:hover, a:focus ,a:active{text-decoration:none;}
	img{max-width:100%;}
	textarea{max-width:100%; resize:none;}
	a:focus, a:hover {color: inherit;}
	
	@media only screen and (max-width: 1280px){
		/* body,th,td,input,select,textarea,button{font-size:18px;} */
	}
	@media only screen and (max-width: 992px){
		body,th,td,input,select,textarea,button{font-size:16px;}
	}
	@media only screen and (max-width: 768px){
		body,th,td,input,select,textarea,button{font-size:14px;}
	}
	@media only screen and (min-width: 320px){
		body{overflow-x:hidden;}
	}

	.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow: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:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#6A6A82;}
	.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#wrapper {position:relative; width:100%; min-width:320px; height:100%; overflow: hidden;}
	#wrapper.sub {padding-top: 120px; height: auto;}
	.inner {width: 100%; max-width: 1320px; margin: 0 auto; padding-left: 20px; padding-right: 20px;}

	@media only screen and (max-width: 1400px){
		#wrapper.sub {padding-top: 80px;}
	}

	@media only screen and (max-width: 992px){
		#wrapper.sub {padding-top: 60px;}
	}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#header {padding: 0 100px; position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; -webkit-transition:all .2s ease-out; transition:all .2s ease-out;}
	#L_SITE_LOGO {flex-shrink: 0; position: relative; z-index: 990;}
	#L_SITE_LOGO h1 a{display: block; width: 404px; height: 120px; text-indent: -9999px; background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
	


	@media only screen and (min-width: 993px){
		#menuArea {flex-grow: 1; display: flex; align-items: center;}
		.nav-bg{display: none !important; z-index:777; position:fixed; top: 0; left: 0; right: 0; height: 0; background: #fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out;}

		#header:after {content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,0.2); z-index: 778; opacity: 1; -webkit-transition:all .2s ease-out; transition:all .2s ease-out;}
		#nav{z-index: 888; flex-grow: 1; display: flex; align-items: center; justify-content: flex-end;}

		.navigation {display: flex; justify-content: flex-end;}
		.navigation > li {position: relative; text-align: center; padding: 45px 30px;}
		.navigation > li > a {height: 30px; font-size: 20px; color: #fff; font-weight: 500; display: flex; align-items: center; justify-content: center;}
		.navigation > li > a br {display: none;}
		.navigation > li > a:hover{color:#0c2460;}
		.navigation > li:hover > a {color:#0c2460;}
		.navigation > li > ul {display: block !important; z-index:888; position:absolute; top: 100%; left: 50%; padding: 20px; min-width: 180px; background: #fff; margin-top: -20px; opacity: 0; visibility: hidden; -webkit-transform:translate(-50%, 0); transform:translate(-50%, 0); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: -1px 3px 23px -10px rgba(0,0,0,0.3); box-shadow: -1px 3px 23px -10px rgba(0,0,0,0.3);}
		.navigation > li > ul > li {position: relative; margin-bottom: 15px;}
		.navigation > li > ul > li:last-child {margin-bottom: 0;}
		.navigation > li > ul > li > a {font-size:16px; color: #333; position: relative; white-space: nowrap;}
		.navigation > li > ul > li > a:hover{color:#0c2460;}
		.navigation > li > ul > li > ul {display: none;}
		
		.nav-btn {display: none;}
		
		#header.hover {background: #fff !important;}
		#header.hover:after {background: rgba(0,0,0,0.05);}
		#header.hover .navigation > li > a {color: #101010;}
		#header.hover .nav-bg {height: calc(120px + 180px);}
		#header.hover #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_hover.png')no-repeat center center / 100% auto;}
		#header .navigation > li:hover > ul {visibility: visible !important; opacity: 1;}
		
		#header.wh {background: #fff;}
		#header.wh:after {background: rgba(0,0,0,0.05);}
		#header.wh .navigation > li > a {color: #101010;}
		#header.wh #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_hover.png')no-repeat center center / 100% auto;}
				
		#header.gry {background: #f8f8f8;}
		#header.gry:after {background: rgba(0,0,0,0.05);}
		#header.gry .navigation > li > a {color: #101010;}
		#header.gry #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_hover.png')no-repeat center center / 100% auto;}
		
		#header.sub {background: #fff !important;}
		#header.sub:after {display: none;}
		#header.sub .navigation > li > a {color: #101010;}
		#header.sub #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_hover.png')no-repeat center center / 100% auto;}
	
	}

	@media only screen and (min-width: 993px) and (max-width: 1600px){
		#header {padding: 0 20px;}
		.navigation > li {padding: 45px 25px;}
	}

	@media only screen and (min-width: 993px) and (max-width: 1400px){
		#L_SITE_LOGO h1 a {width: 260px; height: 80px;}
		.navigation > li {padding: 25px 20px;}
		.navigation > li > a {font-size: 17px;}
		.navigation > li > ul > li > a {font-size: 14px;}
		#header.hover .nav-bg {height: calc(120px + 140px);}
	}

	@media only screen and (min-width: 993px) and (max-width: 1180px){
		.navigation > li {padding: 25px 15px;}
		.navigation > li > a {font-size: 15px;}
	}

	@media only screen and (max-width: 992px){
		#header {padding: 0 20px;}
		#L_SITE_LOGO {z-index: 778;}
		#L_SITE_LOGO h1 a {width: 220px; height: 60px;}
		.nav-btn {position: relative;}
		.nav-btn.nav-close {}

		.nav-btn{z-index:999; width:25px; height: 21px; cursor: pointer; flex-shrink: 0;}
		.nav-btn span{display: block; width: 25px; height: 3px; background: #fff; margin-bottom: 5px; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
		.nav-btn span:nth-child(1){}
		.nav-btn span:nth-child(2){width: 17px; margin-left: 8px;}
		.nav-btn span:nth-child(3){margin-bottom: 0;}
		.nav-btn.nav-close span:nth-child(1){transform:rotate(45deg); margin-top: 7px;}
		.nav-btn.nav-close span:nth-child(2){width:0;}
		.nav-btn.nav-close span:nth-child(3){transform:rotate(-45deg); margin-top: -16px;}
		.nav-btn.hover span:nth-child(1){transform:rotate(45deg); margin-top: 7px;}
		.nav-btn.hover span:nth-child(2){width:0;}
		.nav-btn.hover span:nth-child(3){transform:rotate(-45deg); margin-top: -16px;}

		.nav-bg {z-index:777; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
		#nav {z-index:888; position:fixed; top: 0; right:-100%; padding-top:60px; width:100%; height:100%; background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);}
	
		.navigation {padding: 30px;}
		.navigation > li > a {display:block; margin-top:20px; width:100%; font-weight:400; font-size:18px; color: #fff;}
		.navigation > li > a br {display: none;}
		.navigation > li:first-child > a {margin-top:0;}
		.navigation > li.active > a {color:#54a9ff;}
		.navigation > li > ul {display:none; padding:10px 0;}
		.navigation > li > ul > li {}
		.navigation > li > ul > li > a {display:flex; line-height:30px; font-size:16px; color:#eee; align-items: center;}
		.navigation > li > ul > li > a:before {content: ''; display: block; width: 3px; height: 3px; margin-top: 2px; background: #eee; flex-shrink: 0; margin-right: 10px; -webkit-border-radius: 50%; border-radius: 50%;}
		.navigation > li > ul > li > ul {padding-left: 13px; padding-top: 5px; padding-bottom: 10px;}
		.navigation > li > ul > li:last-child > ul {padding-bottom: 0;}
		.navigation > li > ul > li > ul > li {}
		.navigation > li > ul > li > ul > li > a {color: #aaa; display: flex; align-items: center;}
		.navigation > li > ul > li > ul > li > a:before {content: ''; display: block; width: 5px; height: 1px; background: #aaa; margin-right: 5px;}

		#header {background: #fff !important;}
		#header #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo_hover.png')no-repeat center center / 100% auto;}
		#header .nav-btn span{background: #000;}
		#header .nav-btn.nav-close span {background: #fff;}

	}

	@media only screen and (max-width: 768px){

	}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.btn{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:#e65b43; border-color: #e65b43; 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: #e65b43;}

	@media only screen and (max-width: 980px) {

	}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {background: #1b2234;}
.ft-logo {padding: 50px 0; border-bottom: solid 1px rgba(255,255,255,0.3);}
.ft-logo img {display: block;}
.ft-info {padding-top: 40px; padding-bottom: 60px; display: flex; justify-content: space-between;}
.ft-info dt {order: 1;}
.ft-info dt ul {display: flex; align-items: center;}
.ft-info dt ul li {display: flex; align-items: center;}
.ft-info dt ul li:after {content: ''; display: block; width: 3px; height: 3px; margin: 0 15px; background: #fff; flex-shrink: 0; -webkit-border-radius: 50%; border-radius: 50%;}
.ft-info dt ul li:last-child:after {display: none;}
.ft-info dt ul li a {display: block; color: #fff; font-size: 15px;}
.ft-info dd ul {margin-top: 5px; display: flex; align-items: center;}
.ft-info dd ul:first-child {margin-top: 0;}
.ft-info dd ul li {margin-right: 25px; color: rgba(255,255,255,0.8); font-size: 15px;}
.ft-info dd ul li:last-child {margin-right: 0;}
.ft-info dd ul li br {display: none;}
.ft-info dd p {margin-top: 30px; font-size: 15px; color: rgba(255,255,255,0.8);}
.ft-info dd p span {color: #4ca8ff; text-transform: uppercase;}

@media only screen and (max-width:992px) {
	.ft-logo {padding: 30px 0;}
	.ft-logo img {width: 260px;}
	.ft-info {padding-top: 30px; padding-bottom: 40px; display: block;}
	.ft-info dt ul li:after {margin: 0 10px;}
	.ft-info dt ul li a {font-size: 13px;}
	.ft-info dd {margin-top: 20px;}
	.ft-info dd ul li {font-size: 13px; margin-right: 15px;}
	.ft-info dd p {font-size: 13px; margin-top: 20px;}
}

@media only screen and (max-width:768px) {
	.ft-logo {padding-bottom: 20px; display: flex; justify-content: center;}
	.ft-logo img {width: 200px; margin-left: -20px;}
	.ft-info {padding-top: 20px;}
	.ft-info dt ul {justify-content: center;}
	.ft-info dt ul li:after {width: 2px; height: 2px;}
	.ft-info dt ul li a {font-size: 11px;}
	.ft-info dd ul {display: block; margin-top: 0;}
	.ft-info dd ul li {font-size: 11px; margin-right: 0; margin-bottom: 3px; text-align: center;}
	.ft-info dd ul li br {display: block;}
	.ft-info dd p {font-size: 11px; text-align: center;}
}






@media only screen and (max-width:992px) {
	#wrapper,
	#fullpage,
	.fp-section.fp-table,
	.fp-slide.fp-table,
	.fp-tableCell {height: auto !important;}
}


.main-slider {height: 100%;}
.main-slider .slick-slide {height: 100vh !important; text-align: center; color: #fff; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-slide h5 {font-size: 30px; font-weight: 400; letter-spacing: 1rem;}
.main-slider .slick-slide h3 {padding: 20px 40px; margin-top: 20px; display: inline-block; font-size: 50px; font-weight: 300; line-height: 1.4; border-top: solid 1px rgba(255,255,255,0.2); border-bottom: solid 1px rgba(255,255,255,0.2);}
.main-slider .slick-slide h3 strong {font-weight: 600;}
.main-slider .slick-slide h3 br {display: none;}
.main-slider .slick-slide p {font-size: 18px; margin-top: 40px;}
.main-slider .slick-dots {display: flex; align-items: center; position: absolute; top: 50%; margin-top: 12%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.main-slider .slick-dots li {margin-right: 5px; padding: 6px; border: solid 1px rgba(255,255,255,0); -webkit-border-radius: 50%; border-radius: 50%;}
.main-slider .slick-dots li:last-child {margin-right: 0;}
.main-slider .slick-dots li button {display: block; width: 6px; height: 6px; background: #fff; border: none; text-indent: -9999px; -webkit-transition:all .3s ease-out; transition:all .3s ease-out; -webkit-border-radius: 10px; border-radius: 10px;}
.main-slider .slick-dots li.slick-active {border-color: #fff;}

@media only screen and (max-width:1480px) {
	.main-slider .slick-slide h5 {font-size: 28px;}
	.main-slider .slick-slide h3 {padding: 20px 30px; font-size: 46px;}
	.main-slider .slick-slide p {font-size: 16px; margin-top: 30px;}
}

@media only screen and (max-width:1280px) {
	.main-slider .slick-slide h5 {font-size: 26px;}
	.main-slider .slick-slide h3 {padding: 15px 20px; font-size: 42px;}
	.main-slider .slick-slide p {font-size: 14px; margin-top: 20px;}
}

@media only screen and (max-width:992px) {
	.main-slider .slick-slide h5 {font-size: 20px;}
	.main-slider .slick-slide h3 {padding: 10px 15px; font-size: 34px; margin-top: 10px;}
	.main-slider .slick-slide p {font-size: 13px; margin-top: 15px;}
}

@media only screen and (max-width:768px) {
	.main-slider .slick-slide h5 {font-size: 13px;}
	.main-slider .slick-slide h3 {padding: 10px 15px; font-size: 26px; margin-top: 10px;}
	.main-slider .slick-slide h3 br {display: block;}
	.main-slider .slick-slide p {font-size: 12px; margin-top: 10px;}
	.main-slider .slick-dots {margin-top: 30%;}

}



#section2 {background: #fff;}
.main-chk {height: calc(100vh - 80px); padding-top: 120px; display: flex; flex-direction: column; justify-content: center;}
.main-chk__title {text-align: center;}
.main-chk__title h5 {font-size: 40px;}
.main-chk__title p {margin-top: 15px;}
.main-chk__menu {padding-top: 40px; background: url('/images/kor09r-22-0461/main/main_chk_bg.png')no-repeat center top / 100% auto;}
.main-chk__menu ul {margin: 0 -8px; display: flex;}
.main-chk__menu ul li {width: 25%; padding: 0 8px;}
.main-chk__menu ul li:nth-child(even) {padding-top: 40px;}
.main-chk__menu ul li a {display: block; text-align: center;}
.main-chk__menu ul li a em {display: block; position: relative; padding-bottom: 100%;}
.main-chk__menu ul li a em img {display: block; width: 100%;}
.main-chk__menu ul li a em:before {opacity: 0; content: ''; display: block; background: rgba(0,0,0,0.7); position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition:all .3s ease-out; transition:all .3s ease-out;}
.main-chk__menu ul li a em:after {opacity: 0; content: ''; display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -30px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(255,255,255,0.8) url('/images/kor09r-22-0461/main/main_chk_arrow.png')no-repeat center center / 14px auto; -webkit-transition:all .3s ease-out; transition:all .3s ease-out;}
.main-chk__menu ul li a:hover em:before,
.main-chk__menu ul li a:hover em:after {opacity: 1;}
.main-chk__menu ul li a h5 {font-size: 28px; margin-top: 10px;}
.main-chk__menu ul li a p {font-size: 13px; margin-top: 5px;}
.main-chk__res {background: #54a8ff;}
.main-chk__res dl {height: 80px; display: flex; align-items: center; justify-content: center;}
.main-chk__res dl dt {font-size: 30px; font-weight: 300; color: #fff;}
.main-chk__res dl dt strong {font-weight: 600;}
.main-chk__res dl dd {margin-left: 40px;}
.main-chk__res dl dd a {height: 60px; font-size: 18px; background: rgba(31,33,130,0.5); color: #fff; padding: 0 20px; position: relative; display: flex; align-items: center; justify-content: center;}
.main-chk__res dl dd a:after {content: ''; display: block; width: 20px; height: 2px; background: #fff; margin-left: 15px;}
.main-chk__res dl dd a:before {content: ''; display: block; width: 12px; height: 12px; border-top: solid 2px #fff; border-right: solid 2px #fff; position: absolute; right: 20px; top: 50%; margin-top: -6px; transform:rotate(45deg);-webkit-transform:rotate(45deg);}

@media only screen and (max-width:1400px) {
	.main-chk {padding-top: 80px;}
	.main-chk__title h5 {font-size: 36px;}
	.main-chk__title p {font-size: 14px; margin-top: 10px;}
	.main-chk__menu ul li a h5 {font-size: 24px;}
}

@media only screen and (max-width:1280px) {
	.main-chk__title h5 {font-size: 32px;}
	.main-chk__title p {font-size: 13px;}
	.main-chk__menu ul li a h5 {font-size: 20px; margin-top: 10px;}
	.main-chk__menu ul li a p {font-size: 13px; margin-top: 0;}
	.main-chk__res dl dt {font-size: 26px;}
	.main-chk__res dl dd {margin-left: 30px;}
	.main-chk__res dl dd a {height: 50px; font-size: 16px; padding: 0 15px;}
	.main-chk__res dl dd a:after {width: 14px;}
	.main-chk__res dl dd a:before {right: 15px; width: 8px; height: 8px; margin-top: -4px;}
}

@media only screen and (max-width:992px) {
	#section2 {padding-top: 60px;}
	.main-chk {height: auto; padding-top: 0;}
	.main-chk__menu ul {flex-wrap: wrap;}
	.main-chk__menu ul li {width: 50%;}
	.main-chk__res {margin-top: 60px;}
}

@media only screen and (max-width:768px) {
	.main-chk__title h5 {font-size: 26px;}
	.main-chk__title p {font-size: 12px; margin-top: 5px;}
	.main-chk__menu {padding-top: 30px;}
	.main-chk__menu ul li a h5 {font-size: 16px;}
	.main-chk__menu ul li a p {font-size: 12px; line-height: 1.3; margin-top: 5px;}
	.main-chk__res dl {height: 80px; justify-content: space-between;}
	.main-chk__res dl dt {font-size: 18px; line-height: 1.3;}
	.main-chk__res dl dt strong {display: block;}
	.main-chk__res dl dd {margin-left: 0;}
	.main-chk__res dl dd a {height: 40px; font-size: 14px;}
	.main-chk__res dl dd a:after {width: 10px; margin-left: 10px;}
	.main-chk__res dl dd a:before {width: 6px; height: 6px; margin-top: -3px;}
}




#section3 .fp-tableCell {position: relative; z-index: 1; padding-top: 120px;}
.main-cen {padding-left: 50%;}
.main-cen:before {content: ''; display: block; width: 44%; position: absolute; left: 0; top: 0; bottom: 0; background: url('/images/kor09r-22-0461/main/main_center_bg.png')no-repeat center top / cover;}
.main-cen__title {padding-bottom: 60px;}
.main-cen__title h5 {font-size: 45px; font-weight: 300;}
.main-cen__title h5 strong {font-weight: 600;}
.main-cen__inner {margin-left: -30%; margin-right: -10%;}
.main-cen__slider {margin: 0 -20px;}
.main-cen__slider .slick-slide {padding: 0 20px;}
.main-cen__arrow {position: relative; margin-top: 100px; padding-left: 20%; height: 20px;}
.main-cen__arrow:before {content: ''; display: block; width: 10px; height: 10px; background: #54a9ff; position: absolute; left: 20%; margin-left: 65px; top: 50%; margin-top: -5px; -webkit-border-radius: 50%; border-radius: 50%;}
.main-cen__arrow .slick-arrow {width: 30px; height: 20px; background: none; border: none; text-indent: -9999px; position: relative;}
.main-cen__arrow .slick-prev {margin-left: 20px; }
.main-cen__arrow .slick-next {margin-left: 40px;}
.main-cen__arrow .slick-arrow:before {content: ''; display: block; width: 30px; height: 2px; background: #6d6d6d; position: absolute; left: 0; top: 50%; margin-top: -1px;}
.main-cen__arrow .slick-arrow:after {content: ''; display: block; width: 10px; height: 10px; border-top: solid 2px #6d6d6d; position: absolute; top: 50%; margin-top: -5px;}
.main-cen__arrow .slick-prev:after {border-left: solid 2px #6d6d6d; left: 0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.main-cen__arrow .slick-next:after {border-right: solid 2px #6d6d6d; right: 0; transform:rotate(45deg);-webkit-transform:rotate(45deg);}

@media only screen and (max-width:1400px) {
	#section3 .fp-tableCell {padding-top: 80px;}
	.main-cen__title {padding-bottom: 40px;}
	.main-cen__title h5 {font-size: 40px;}
	.main-cen__arrow {margin-top: 60px;}
}

@media only screen and (max-width:1280px) {
	.main-cen__title {padding-bottom: 30px;}
	.main-cen__title h5 {font-size: 32px;}
	.main-cen__slider {margin: 0 -10px;}
	.main-cen__slider .slick-slide {padding: 0 10px;}
	.main-cen__arrow {margin-top: 40px;}
	.main-cen__arrow:before {margin-left: 55px;}
	.main-cen__arrow .slick-arrow {width: 20px;}
	.main-cen__arrow .slick-arrow:before {width: 20px;}
}

@media only screen and (max-width:992px) {
	#section3 {padding: 60px 0;}
	#section3 .fp-tableCell {padding-top: 0;}
	.main-cen:before {top: -60px; bottom: -60px;}
	.main-cen__title h5 {font-size: 26px;}
	.main-cen__slider {margin: 0 -5px;}
	.main-cen__slider .slick-slide {padding: 0 5px;}
	.main-cen__arrow {margin-top: 30px;}
}

@media only screen and (max-width:768px) {
	.main-cen__title p {font-size: 12px;}
	.main-cen__title h5 {font-size: 20px;}
	.main-cen__title h5 strong {display: block;}



	.main-cen__arrow {margin-top: 20px;}
	.main-cen__arrow:before {width: 8px; height: 8px; margin-left: 50px; margin-top: -4px;}
	.main-cen__arrow .slick-next {margin-left: 30px;}
	.main-cen__arrow .slick-arrow:before {height: 1px;}
	.main-cen__arrow .slick-arrow:after {border-top: solid 1px #6d6d6d; width: 7px; height: 7px; margin-top: -4px;}
	.main-cen__arrow .slick-prev:after {border-left: solid 1px #6d6d6d;}
	.main-cen__arrow .slick-next:after {border-right: solid 1px #6d6d6d;}



}



#section4 {background: #f8f8f8;}
#section4 .fp-tableCell {padding-top: 120px;}
.main-news__title {text-align: center;}
.main-news__title h5 {font-size: 40px; font-weight: 600;}
.main-news__title p {margin-top: 20px;}
.main-news__title p br {display: none;}
.main-news__list {margin-top: 40px; border-top: solid 1px #e2e2e2;}
.main-news__list li {border-bottom: solid 1px #e2e2e2;}
.main-news__list li a {display: block; padding: 30px;}
.main-news__list li a dl {display: flex;}
.main-news__list li a dl dt {flex-shrink: 0; width: 150px; font-size: 14px; margin-top: 3px; color: #e17638; font-weight: 500;}
.main-news__list li a dl dd {flex-grow: 1;}
.main-news__list li a dl dd h5 {font-size: 18px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 1.4em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.main-news__list li a dl dd p {font-size: 14px; color: #737373; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-news__more {margin-top: 60px; display: flex; align-items: center; justify-content: center;}
.main-news__more a {width: 50px; height: 50px; background: #54a9ff; text-indent: -9999px; position: relative; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.main-news__more a:before {content: ''; display: block; width: 16px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -1px;}
.main-news__more a:after {content: ''; display: block; width: 10px; height: 10px; border-top: solid 2px #fff; border-right: solid 2px #fff; position: absolute; left: 50%; top: 50%; margin-left: -2px; margin-top: -5px; transform:rotate(45deg);-webkit-transform:rotate(45deg);}


@media only screen and (max-width:1400px) {
	#section4 .fp-tableCell {padding-top: 80px;}
	.main-news__title h5 {font-size: 36px;}
	.main-news__title p {font-size: 14px; margin-top: 10px;}
	.main-news__list {margin-top: 40px;}
	.main-news__list li a {padding: 20px;}
	.main-news__list li a dl dt {width: 120px;}
	.main-news__more {margin-top: 40px;}
}

@media only screen and (max-width:1280px) {
	.main-news__title h5 {font-size: 32px;}
	.main-news__title p {font-size: 13px;}
	.main-news__list {margin-top: 20px;}
	.main-news__list li a dl dd h5 {font-size: 16px;}
	.main-news__list li a dl dd p {font-size: 13px;}
	.main-news__more {margin-top: 30px;}
}

@media only screen and (max-width:992px) {
	#section4 {padding: 60px 0;}
	#section4 .fp-tableCell {padding-top: 0;}
}

@media only screen and (max-width:768px) {
	.main-news__title h5 {font-size: 26px;}
	.main-news__title p {font-size: 12px; margin-top: 5px;}
	.main-news__title p br {display: block;}
	.main-news__list li a {padding: 10px 0;}
	.main-news__list li a dl {display: block;}
	.main-news__list li a dl dt {width: 100%; font-size: 12px;}
	.main-news__list li a dl dd {margin-top: 5px;}
	.main-news__list li a dl dd h5 {font-size: 14px;}
	.main-news__list li a dl dd p {font-size: 11px; margin-top: 5px;}
	.main-news__more {margin-top: 20px;}
	.main-news__more a {width: 40px; height: 40px;}
}




#section5 {background: #fff;}
.main-contact {height: 60vh; padding-top: 120px; display: flex; flex-direction: column; justify-content: center;}
.main-contact__title {text-align: center;}
.main-contact__title h5 {font-size: 40px; font-weight: 600;}
.main-contact__title p {margin-top: 20px;}
.main-contact__info {margin-top: 80px; position: relative;}
.main-contact__info:before {content: ''; display: block; height: 1px; background: #54a9ff; position: absolute; left: 0; right: 0; top: 20px;}
.main-contact__info ul {display: flex; position: relative;}
.main-contact__info ul li {width: 33.3333%; text-align: center;}
.main-contact__info ul li:before {content: ''; display: block; width: 40px; height: 40px; margin: 0 auto; -webkit-border-radius: 50%; border-radius: 50%;}
.main-contact__info ul li:nth-child(1):before {background: #54a9ff url('/images/kor09r-22-0461/main/main_contact_1.png')no-repeat center center / 26px auto;}
.main-contact__info ul li:nth-child(2):before {background: #54a9ff url('/images/kor09r-22-0461/main/main_contact_2.png')no-repeat center center / 26px auto;}
.main-contact__info ul li:nth-child(3):before {background: #54a9ff url('/images/kor09r-22-0461/main/main_contact_3.png')no-repeat center center / 26px auto;}
.main-contact__info ul li h5 {margin: 30px 0; font-size: 20px;}
.main-contact__info ul li p {}
.main-contact__info ul li dl {display: inline-block;}
.main-contact__info ul li dl dd {display: flex; align-items: center; margin-bottom: 10px;}
.main-contact__info ul li dl dd:last-child {margin-bottom: 0;}
.main-contact__info ul li dl dd span {display: block; text-align: left; width: 100px; margin-right: 30px; position: relative;}
.main-contact__info ul li dl dd span:after {content: ''; display: block; width: 1px; height: 10px; background: #b2b2b2; position: absolute; right: 0; top: 50%; margin-top: -5px;}
.main-contact__info ul li dl dd em {display: block; text-align: left; font-style: normal;}
.main-contact__info ul li strong {display: block; font-size: 30px;}
.main-contact__map {height: 40vh;}
.main-contact__map iframe {display: block; width: 100%; height: 100%;}

@media only screen and (max-width:1400px) {
	.main-contact {padding-top: 80px;}
	.main-contact__title h5 {font-size: 36px;}
	.main-contact__title p {font-size: 14px; margin-top: 10px;}
	.main-contact__info {margin-top: 40px;}
	.main-contact__info ul li h5 {margin: 15px 0; font-size: 18px;}
	.main-contact__info ul li p {font-size: 14px;}
	.main-contact__info ul li dl dd {font-size: 14px; margin-bottom: 5px;}
	.main-contact__info ul li dl dd span {width: 70px; margin-right: 15px;}
	.main-contact__info ul li strong {font-size: 24px;}
}

@media only screen and (max-width:1280px) {
	.main-contact__title h5 {font-size: 32px;}
	.main-contact__title p {font-size: 13px;}
	.main-contact__info {margin-top: 30px;}
	.main-contact__info ul li:before {width: 30px; height: 30px; background-size: 20px auto !important;}
	.main-contact__info ul li h5 {margin: 10px 0; font-size: 16px;}
	.main-contact__info ul li p {font-size: 13px;}
	.main-contact__info ul li dl dd {font-size: 13px; margin-bottom: 3px;}
	.main-contact__info ul li dl dd span {width: 60px; margin-right: 10px;}
	.main-contact__info ul li strong {font-size: 20px;}
}

@media only screen and (max-width:992px) {
	.main-contact {padding-top: 60px; padding-bottom: 60px; height: auto;}
	.main-contact__map {height: 320px;}
}

@media only screen and (max-width:768px) {
	.main-contact__title h5 {font-size: 26px;}
	.main-contact__title p {font-size: 12px; margin-top: 5px;}
	.main-contact__info:before {display: none;}
	.main-contact__info ul {display: block;}
	.main-contact__info ul li {width: 100%; margin-bottom: 30px;}
	.main-contact__info ul li:last-child {margin-bottom: 0;}
	.main-contact__info ul li h5 {font-size: 15px;}
	.main-contact__info ul li p {font-size: 12px;}
	.main-contact__info ul li dl dd {font-size: 12px;}
	.main-contact__info ul li dl dd span {width: 55px;}
	.main-contact__info ul li strong {font-size: 16px;}
	.main-contact__map {height: 240px;}
}



@keyframes clipPathLeft {
	0% {clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
	100% {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
}
@keyframes clipPathright {
	0% {clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
	100% {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
}
@keyframes fadeInLeft {
	0% {opacity: 0; transform: translateX(-20px);}
	100% {opacity: 1; transform: translateX(0);	}
}
@keyframes fadeInRight {
	0% {opacity: 0; transform: translateX(20px);}
	100% {opacity: 1; transform: translateX(0);	}
}
@keyframes fadeInUp {
	0% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);	}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}






.scroll-top {width: 49px; height: 49px; opacity: 0; background: #fff; border: solid 1px #d5d5d5; text-indent: -9999px; cursor: pointer; position: fixed; right: 80px; bottom: 80px; text-indent: -9999px; font-size: 0px; z-index: 10; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -webkit-border-radius: 50%; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.scroll-top:before {content: ''; display: block; width: 9px; height: 9px; margin-bottom: -10px; border-top: solid 1px #000; border-left: solid 1px #000; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.scroll-top:after {content: ''; display: block; width: 1px; height: 15px; background: #000;}
.scroll-top.active {opacity: 1;}
.scroll-top.main {opacity: 1;}

.main-scroll {display: block; font-size: 16px; color: rgba(255,255,255,0.5); position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.main-scroll em {content: ''; display: block; width: 20px; height: 30px; margin: 0 auto 10px; position: relative; border: solid 2px rgba(255,255,255,0.5); -webkit-border-radius: 50px; border-radius: 50px;}
.main-scroll em:before {animation: scrDown 1.5s 0s infinite; content: ''; display: block; width: 4px; height: 4px; background: rgba(255,255,255,0.5); position: absolute; left: 50%; top: 50%; margin-left: -2px; margin-top: -2px; -webkit-border-radius: 50%; border-radius: 50%;}


@media only screen and (max-width:1480px) {
	.scroll-top {right: 60px; bottom: 60px;}
}

@media only screen and (max-width:1280px) {
	.scroll-top {right: 40px; bottom: 40px;}
	.main-scroll {font-size: 14px;}
}

@media only screen and (max-width:992px) {
	.scroll-top {right: 20px; bottom: 20px;}
	.main-scroll {font-size: 12px;}
	.main-scroll em {width: 14px; height: 20px; margin-bottom: 2px;}

}

@keyframes scrDown {
	0% {top: 20%;}
	100% {top: 80%;}
}