@charset "utf-8";
.pcbr{display:block !important;}
.ptbr{display:block !important;}
.tbr{display:none !important;}
.tmbr{display:none !important;}
.mbr{display:none !important;}
.pc_view{display:block !important;}
.pt_view{display:block !important;}
.tm_view{display:none !important;}
.t_view{display:none !important;} 
.m_view{display:none !important;}

.scrolltop{position:fixed;bottom:60px;right:48px;z-index:10;}
.scrolltop button{position:relative;display:block;width:9px;height:34px;transition:0.3s;}
.scrolltop button:before{content:"";display:block;position:absolute;top:0;left:6px;width:1px;height:100%;background:#fff;}
.scrolltop button:after{content:"";display:block;position:absolute;top:1px;left:1px;width:11px;height:11px;border:1px solid #fff;border-top:0;border-left:0;transform:rotate(-135deg);box-sizing:border-box;}
.scrolltop.clickbtn button{opacity:0;}
.dark .scrolltop button:before{background:#000;}
.dark .scrolltop button:after{border-color:#000;}
body #fp-nav.right{position:fixed;top:50%;right:60px;transform:translateY(-50%);margin:0 !important;z-index:10;}
body #fp-nav.right li{position:relative;left:0;width:auto;height:auto;display:block;margin:0;opacity:1;background:transparent;outline:0;border-radius:50%;box-sizing:border-box;}
body #fp-nav.right li + li{margin-top:40px;}
body #fp-nav.right li:last-child{display:none;}
body #fp-nav.right li span{display:none;}
body #fp-nav.right li a{display:block;width:10px;height:1px;background:rgba(255,255,255,0.9);}
body #fp-nav.right li a.active{width:30px;border-radius:50%;}
body #fp-nav.right ul li .fp-tooltip{font-family:'Lexend',sans-serif;font-size:1.2rem;left:auto;right:-25px;top:-7px;}
body.dark #fp-nav.right li a{background:#000;}
body.dark #fp-nav.right ul li .fp-tooltip{color:#000;}
#fullpage,#wrap{background:#000;}

.more_btn.style1{position:relative;display:inline-block;padding:0 40px;line-height:56px;font-size:1.4rem;font-family:'Lexend','Noto Sans KR',sans-serif;font-weight:300;color:rgba(255,255,255,0.85);border:1px solid rgba(255,255,255,0.4);border-radius:56px;overflow:hidden;}
.more_btn.style1 span{position:relative;z-index:1;}
.arr_type1{position:relative;display:inline-block;width:11px;height:10px;margin-left:10px;transition:0.3s;}
.arr_type1:before{content:"";display:block;position:absolute;top:4px;left:0;width:100%;height:1px;background:rgba(255,255,255,0.9);}
.arr_type1:after{content:"";display:block;position:absolute;top:1px;right:0;width:6px;height:6px;border:1px solid #fff;border-top:0;border-left:0;transform:rotate(-45deg);}

.section{position:relative;width:100%;height:100%;box-sizing:border-box;word-break:keep-all;}
.section .fp-tableCell{position:relative;overflow:hidden;z-index:10;}
.section *{box-sizing:border-box;}
.section .inner{width:100%;z-index:10;}
.section .inner1{padding:0 220px;}
.section .inner2{padding:0 150px;}
.section .txt1{font-size:1.6rem;line-height:1.9;font-weight:300;letter-spacing:-0.35px;word-break:keep-all;}
.section .con_title_g{position:relative;color:#000;word-break:keep-all;}
.section .con_title_g .cate{font-size:2rem;line-height:1.6;font-family:'Lexend','Montserrat','Noto Sans KR',sans-serif;}
.section .con_title_g .title1{font-size:6.8rem;line-height:1.8;font-weight:600;}
.section .con_title_g .title1 .en{font-size:5.4rem;font-family:'Lexend','Montserrat','Noto Sans KR',sans-serif;font-weight:500;}
.section .con_title_g .title2{position:relative;font-size:6rem;font-family:'Lexend','Noto Sans KR',sans-serif;line-height:1.15;}
.section .con_title_g .title2 .en{font-size:5rem;font-weight:400;}
.section.dark .con_title_g{color:#fff;}
.section.dark .con_title_g .txt1{color:#666;}

.main_home{z-index: 1;}
.main_home{height: 100vh;z-index: 1;overflow: hidden;}
.main_home video { position:absolute;top:-220px; }
.main_home .main_slider{position:relative;width: 100%;height: 100%;overflow:hidden;}
.main_home .main_slider .item{position:relative;width: 100%;height: 100%;overflow:hidden;}
.main_home .main_slider .item .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow:hidden;z-index: 0;}
.main_home .main_slider .item .bg .img{position: relative;width: 100%;height: 100%;z-index: 0;}
.main_home .main_slider .item .bg .img span{position:relative;width: 100%;height: 100%;display: block;}
.main_home .main_slider .item.swiper-slide-active .bg{animation-name: pathLeft; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 1s;  animation-fill-mode: forwards;}
.main_home .main_slider .item.swiper-slide-active .bg .img{animation-name: leftFadeAni; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 1.3s;  animation-fill-mode: forwards;}
@keyframes pathLeft {
	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 pathRight {
	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 leftFadeAni {
	0% {
		transform: translate3d(100px, 0, 0);
	}
	100% {
		transform: translate3d(0px, 0, 0);
	}
}
.main_home .text_g{padding: 0 220px;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;color: #fff;word-break: keep-all;}
.main_home .text_g .title1{font-size: 8rem;font-family: 'Lexend','Montserrat','Noto Sans KR',sans-serif;font-weight: 500;}
.main_home .text_g .title1:before{display:block;content:"";width: 90px;height: 1px;background: rgba(255,255,255,0.7);margin-bottom: 40px;}
.main_home .text_g .title2{font-size: 2.2rem;font-weight: 300;margin-top: 20px;}

.main_home .indicator{position: absolute;width: 100%;bottom: 160px;z-index: 20;}
.main_home .indicator .inner{display: flex;flex-wrap: wrap;align-items: center;padding: 0 220px;}
.main_home .indicator .btn{position: relative;width: 14px;height: 18px;margin-right: 35px;}
.main_home .indicator .btn:before{display:block;content:"";position: absolute;top: 3px;left: 4px;width: 12px;height: 12px;border: 1px solid #fff;border-top: 0;border-left: 0;transform: rotate(127deg) skewY(10deg);}
.main_home .indicator .btn.arrow_next{margin-right: initial;margin-left: 35px;}
.main_home .indicator .btn.arrow_next:before{transform: rotate(312deg) skewY(10deg);left: -4px;}
.main_home .indicator .dot{display:flex;flex-wrap:wrap;}
.main_home .indicator .dot span{position:relative; display:inline-block;vertical-align:middle;width: 9px;height: 9px;background: transparent;border: 1px solid rgba(255,255,255,0.7);opacity: 1 !important;margin: 0 8px;transition: 0.4s;}
.main_home .indicator .dot button{position:relative;width: 9px;height: 9px;border: 1px solid #fff;border-radius: 50%;box-sizing:border-box;}
.main_home .indicator .dot span + span{}
.main_home .indicator .dot span.swiper-pagination-bullet-active{background: #fff;}
.main_home .indicator .dot span.swiper-pagination-bullet-active:not(:last-child){margin-right:45px;}
.main_home .indicator .dot span:after{position:absolute; top:50%;right:-37px;display:inline-block;content:"";width: 20px;height:1px;background:rgba(255,255,255,0.5);transform: scaleX(0);transform-origin: left;}
.main_home .indicator .dot span.swiper-pagination-bullet-active:after{transform:scaleX(1);transition:transform 0.5s;}
.main_home .indicator .dot span.swiper-pagination-bullet-active:last-child{margin-left:45px;}
.main_home .indicator .dot span.swiper-pagination-bullet-active:last-child:after{left:-38px;}

.main_home .scroll_down{position: absolute;bottom: 60px;left: 50%;margin-left: -12px;z-index: 30;}
.main_home .scroll_down .arrow_btn{position: relative;display: block;padding-bottom: 50px;}
.main_home .scroll_down .arrow_btn:before{display:block;content:"";width: 1px;height: 70px;position: absolute;bottom: 0;left: 50%;background: rgba(255,255,255,0.4);margin-left: -1px;}
.main_home .scroll_down .arrow_btn:after{display: inline-block;content:"";position: absolute;bottom: 0;left: 50%;width: 1px;height: 70px;background: #fff; transform:scaleY(0);animation:lineActiveAnimation 1.9s cubic-bezier(0.445,0.05,0.55,0.95) infinite;margin-left:-1px;}
.main_home .scroll_down .fig{width: 15px;height: 40px;border: 1px solid #fff;border-radius: 25px;margin: 0 auto;display: block;}
@keyframes lineActiveAnimation {
0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center top;transform-origin:center bottom}
49%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;transform-origin:center bottom}
50%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center top}
99%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center bottom;transform-origin:center top}
100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center bottom;transform-origin:center top}
}

.history_wrap{background: #000;height:220vh;}
.history_wrap .bg-sticky {position: sticky;top: 0;height: 100vh;background: url('/images/background_image2.jpg') no-repeat center center;background-size: cover;}
.history_wrap .inner{height: 100vh;position: relative;padding: 100px 100px 0;}
.history_wrap .con_title_g{text-align: center;}
.history_wrap .con_title_g .title1{margin-bottom: 13px;}
.history_wrap .contents{width:100%;margin-top: 100px;}
.history_wrap .history_items{width:100%;display:flex;flex-wrap:wrap;margin: 40px auto 0;}
.history_wrap .history_items li{width:25%;}
.history_wrap .history_items li + li{margin-left: 0px;}
.history_wrap .history_items .img{position: relative;width: 100%;max-height: 460px;height: 30vw;overflow: hidden;}
.history_wrap .history_items .img .bg{position: relative;width: 100%;height: 100%;transition: transform 1s ease;}
.history_wrap .history_items .img .tit_g{position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;padding: 40px;z-index: 1;}
.history_wrap .history_items .img .tit_g .tit{font-size: 3.6rem;color: #fff;font-weight: 700;}
.history_wrap .history_items .img .tit_g .tit2{font-size: 2.0rem;color: #fff;font-weight: 500;}
.history_wrap .history_items .img .tit_g figure svg *{stroke:#fff;}
.history_wrap .history_items .info_g{width: 100%;padding-top: 50px;text-align: center;}
.history_wrap .history_items .info_g .logo{width: 100%;height: 50px;}
.history_wrap .history_items .info_g .logo img{display: inline-block;}
.history_wrap .history_items .info_g .txt_g{width: ;}
.history_wrap .history_items .info_g .txt_g .tit{font-size: 2rem;color: #000;font-weight: 500;}
.history_wrap .history_items .info_g .txt_g .txt1{font-size: 1.7rem;color: #555;margin-top: 5px;}
.history_wrap .history_items .img:hover .bg {
	transform: scale(1.1); /* 마우스 오버 시 살짝 확대 */
}

.security_wrap{height:auto;padding-bottom:150px;}
.security_wrap .inner{padding-top: 70px;}
.security_wrap .con_title_g{text-align: center;}
.security_wrap .con_title_g .cate{margin-bottom: 5px;}
.security_wrap .con_title_g .txt1{margin-top: 23px;}
.security_wrap .security_items{position: relative;width: 100%;margin-top: 60px;display: flex;flex-wrap: wrap;justify-content: center;text-align: center;overflow:hidden;}
.security_wrap .security_items li{max-width: 372px;margin: 0 15px;}
.security_wrap .security_items li + li{width: ;}
.security_wrap .security_items li .fig{position: relative;width: 100%;max-height: 372px;height: 18vw;background: #373737;overflow: hidden;margin: 0 auto;}
.security_wrap .security_items li .fig .bg{display: block;width: 100%;height: 100%;}
.security_wrap .security_items li .fig figure{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.security_wrap .security_items li .fig figure svg *{stroke:#fff;}
.security_wrap .security_items li .fig figure .t_icon4 *{fill:#fff;stroke-width: 0.5px;}
.security_wrap .security_items li .tit{padding-top: 20px;font-size: 1.9rem;color: #fff;font-weight: 500;letter-spacing: -0.5px;}
.security_wrap .security_items li .tit2{padding-top: 5px;font-size: 1.2rem;color: #656565;font-weight: 300;letter-spacing: -0.5px;}
.security_wrap .security_items li .tit3{padding-top: 5px;font-size: 1.5rem;color: #9f9f9f;font-weight: 500;}
.security_wrap .link_g{padding-top:60px;opacity:0;text-align:center;}
.security_wrap.ani .link_g{animation-name: fadeUpAni;  animation-duration: 1s; animation-delay:1.3s; animation-fill-mode: forwards;}


.clients_wrap {height:100vh;}
.clients_wrap .inner{padding-top:250px;padding-left: 200px;}
.clients_wrap .bg{position:absolute; top:0;left: 0; width: 100%; height: 100%;z-index: 0;}
.clients_wrap .con_title_g{text-align: left;margin-bottom: 70px;}
.clients_wrap .con_title_g .title1 {margin-bottom:30px;font-size: 9em;line-height:1.3}
.clients_wrap .con_title_g .cate{margin-bottom: 32px;}
.clients_wrap .video_wrap {position:absolute;top:0;left:0;width:100%;}
.clients_wrap .video_wrap::after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.8);z-index: 1;}
.clients_wrap .copy_wrap {position:absolute;top:0;left:0;width:100%;z-index: 2;}
.clients_wrap .float-img1 {position:absolute;top:-150px;left:-200px;z-index: 1;}
.clients_wrap .float-img1 img {width:90%;}
.clients_wrap .float-img2 {position:absolute;bottom:150px;right:0px;z-index: 3;}
.clients_wrap .float-img2 img {width:90%;}

/*motion*/
.main_home .main_slider .item .bg .img span{transform:scale(1.1);}
.header_wrap,#fp-nav,.main_home .indicator,.main_home .scroll_down,
.main_home .text_g .title1,
.main_home .text_g .title2{opacity:0;}
section.active .sec_title_g .title:after{animation: lineActiveAnimation2 .9s cubic-bezier(0.445,0.05,0.55,0.95) 0.5s;}
@keyframes lineActiveAnimation2 {
0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center right;transform-origin:center right}
49%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center right;transform-origin:center right}
50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center left;transform-origin:center left}
99%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center left;transform-origin:center left}
100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center left;transform-origin:center left}
}

.history_wrap.ani:before{animation-name: pathRight;animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);animation-duration: 1.5s; animation-delay:0.5s;animation-fill-mode: forwards;}
.history_wrap .inner{opacity: 0;}
.history_wrap.ani .inner{animation-name: fadeLeftAni2; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 1.5s;  animation-fill-mode: forwards;}
.history_wrap .history_items li{opacity:0; }
.history_wrap.ani .history_items li{animation-name: fadeLeftAni;  animation-duration: 1s; animation-delay:0.2s; animation-fill-mode: forwards;}
.history_wrap.ani .history_items li:nth-child(2){animation-delay:0.4s; }
.history_wrap.ani .history_items li:nth-child(3){animation-delay:0.6s; }

@keyframes letterSpacingAni {
	0% {
		letter-spacing: 5px;opacity: 0; transform: translateY(10px);
	}
	100% {
		letter-spacing: 0px;opacity: 1; transform: translateY(0px);
	}
}

@keyframes fadeUpAni {
	0% {
		opacity: 0; transform: translateY(30px);
	}
	100% {
		opacity: 1; transform: translateY(0px);
	}
}

@keyframes fadeLeftAni {
	0% {
		opacity: 0; transform: translate3d(50px,0,0);
	}
	100% {
		opacity: 1; transform: translate3d(0px,0,0);
	}
}

@keyframes fadeLeftAni2 {
	0% {
		opacity: 0; transform: translate3d(10%,0,0);
	}
	100% {
		opacity: 1; transform: translate3d(0px,0,0);
	}
}
@keyframes fadeRightAni {
	0% {
		opacity: 0; transform: translate3d(-50px,0,0);
	}
	100% {
		opacity: 1; transform: translate3d(0px,0,0);
	}
}

@keyframes opacityAni {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.security_wrap .security_items{opacity:0;}
.security_wrap.ani .security_items{animation-name: fadeUpAni;  animation-duration: 0.8s; animation-delay:1s; animation-fill-mode: forwards;}
@-webkit-keyframes quick_circle{
0%{transform:rotateY(360deg);}
50%{transform:rotateY(0deg);}
100%{transform:rotateY(0deg);}
}
.security_wrap .con_title_g .cate{opacity:0;}
.security_wrap.ani .con_title_g .cate{animation-name: letterSpacingAni;  animation-duration: 1s; animation-fill-mode: forwards;}
.security_wrap .con_title_g .title1{opacity:0;}
.security_wrap .con_title_g .txt1{opacity:0;}
.security_wrap.ani .con_title_g .title1{animation-name: fadeUpAni;  animation-duration: 1s; animation-delay:0.4s; animation-fill-mode: forwards;}
.security_wrap.ani .con_title_g .txt1{animation-name: fadeUpAni;  animation-duration: 1s; animation-delay:0.6s; animation-fill-mode: forwards;}

.clients_wrap .con_title_g .cate{opacity:0;}
.clients_wrap.ani .con_title_g .cate{animation-name: letterSpacingAni;  animation-duration: 1s; animation-fill-mode: forwards;}
.clients_wrap .con_title_g .title2{opacity:0;}
.clients_wrap.ani .con_title_g .title2{animation-name: fadeUpAni;  animation-duration: 1s; animation-delay:0.4s; animation-fill-mode: forwards;}
.clients_wrap .bg{transform:scale(1);}
.clients_wrap.ani .bg{transform:scale(1.1); transition:2s;}

.notice_wrap{background: #f3f3f3;padding-top: 30px;height:100vh;}
.notice_wrap:before {display: block;content: "";position: absolute;top: 0;left: 0;width: 100%;background: url('/images/background_main_notice.jpg') no-repeat;height: 100vh;background-size: cover;}
.notice_wrap .inner {padding:100px 220px 0;}
.notice_wrap .con_title_g{margin-bottom: 45px;}
.notice_wrap .con_title_g .cate{font-weight: 500;margin-bottom: 20px;}
.notice_wrap .con_title_g .title2{font-size: 4.8rem;font-weight: 600;}
.notice_wrap .contents{position: relative;}
.notice_wrap .contents .util{position: absolute;top: -104px;right: 0;z-index: 40;}
.notice_wrap .swiper-pagenav{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.notice_wrap .swiper-pagenav .btn{position: relative;font-size: 0;width: 55px;height: 55px;display: block;border: 1px solid rgba(0,0,0,0.3);border-radius: 50%;}
.notice_wrap .swiper-pagenav .btn:hover:before{border-color:#fff;transition:0.3s;}
.notice_wrap .swiper-pagenav .btn:hover{border-color:#3f3f3f;background:#3f3f3f;transition:0.3s;}
.notice_wrap .swiper-pagenav .prev{margin-right: 5px;}
.notice_wrap .swiper-pagenav .btn:before{display:block;content:"";position: relative;left: 2px;width: 6px;height: 6px;border: 1px solid #555;transform:rotate(45deg);border-top: 0;border-right: 0;margin: 0 auto;}
.notice_wrap .swiper-pagenav .btn.next:before{transform: rotate(-135deg);left: -2px;}
.notice_wrap .notice_slider{overflow: hidden;}
.notice_wrap .notice_slider .item{height: 450px;background: #fff;border-bottom: 3px solid #3f3f3f;border: 1px solid #e1e1e1;}
.notice_wrap .notice_slider .item a{padding: 65px 30px 50px;display: block;}
.notice_wrap .notice_slider .item .text_g .cate{padding: 0 13px;height: 28px;background: #3f3f3f;display: inline-block;font-size: 1.4rem;line-height: 27px;color: #fff;font-weight: 500;margin-bottom: 20px;}
.notice_wrap .notice_slider .item .text_g .cate.type2{background: #c2d74e;}
.notice_wrap .notice_slider .item .text_g .title{font-size: 2.4rem;color: #000000;font-weight: 600;}
.notice_wrap .notice_slider .item .text_g .title .e_{-webkit-line-clamp: 2;}
.notice_wrap .notice_slider .item .text_g .txt1{margin-top: 10px;}
.notice_wrap .notice_slider .item .text_g .txt1 .e_{-webkit-line-clamp: 2;}
.notice_wrap .notice_slider .item .text_g .date{margin-top: 30px;font-family: 'Lexend','Noto Sans KR',sans-serif;font-size: 1.7rem;font-weight: 300;}
.notice_wrap .notice_slider .item .text_g .btn{position: relative;width: 52px;height: 52px;border: 1px solid #000000;margin-top: 40px;}
.notice_wrap .notice_slider .item .text_g .btn:before,
.notice_wrap .notice_slider .item .text_g .btn:after{display: block; content:"";width: 1px;height: 15px;background: #000;position: absolute;top: 17px;left: 24px;}
.notice_wrap .notice_slider .item .text_g .btn:after{width: 15px;height: 1px;top: 24px;left: 17px;}
.notice_wrap .swiper-scrollbar{width: 100%;height: 5px;border-radius:0;background: transparent;display: block !important;position: relative;left: 0;bottom: 0;margin-top: 55px;overflow: initial;}
.notice_wrap .swiper-scrollbar:before{display:block;content:"";position: absolute;top: 1px;left: 0;width: 100%;height: 1px;background: #b6b6b6;}
.notice_wrap .swiper-scrollbar-drag{background: #3f3f3f;height: 5px;border-radius:0;border-radius: 5px;top: -1px;}
.notice_wrap .notice_slider .item:hover{background:#3f3f3f;transition:0.3s;}
.notice_wrap .notice_slider .item:hover .text_g *{color:#fff;}
.notice_wrap .notice_slider .item:hover .cate{border:1px solid #fff;}
.notice_wrap .notice_slider .item:hover .btn{border-color:#fff;}
.notice_wrap .notice_slider .item:hover .btn:before,
.notice_wrap .notice_slider .item:hover .btn:after{background:#fff;}
.notice_wrap .con_title_g .cate{opacity:0;}
.notice_wrap.ani .con_title_g .cate{animation-name: letterSpacingAni;  animation-duration: 1s; animation-fill-mode: forwards;}
.notice_wrap .con_title_g .title2{opacity:0;}
.notice_wrap.ani .con_title_g .title2{animation-name: fadeUpAni;  animation-duration: 1s; animation-delay:0.4s; animation-fill-mode: forwards;}
.notice_wrap .contents{opacity:0;}
.notice_wrap.ani .contents{animation-name: fadeUpAni;  animation-duration: 1s; animation-delay:0.6s; animation-fill-mode: forwards;}

@media(max-width:1750px){
	.notice_wrap .inner1{padding: 0 100px;}
}
@media(max-width:1700px){
	.history_wrap .history_items .img .tit_g .tit{font-size: 2rem;}
	.history_wrap .history_items .img{height: 400px;}
	.history_wrap .history_items .info_g .txt_g .tit{font-size: 1.8rem;}
	.history_wrap .history_items .info_g .txt_g .txt1{font-size: 1.4rem;}
	.clients_wrap .float-img1 {left:-250px;width:500px}
	.clients_wrap .float-img1 img {width:100%;}
	.clients_wrap .float-img2 {width:600px}
	.clients_wrap .float-img2 img {width:100%;}
	.history_wrap .history_items .info_g{padding-top: 35px;}
	.notice_wrap .notice_slider .item{height: 370px;}
	.notice_wrap .notice_slider .item a{padding: 40px 25px;}
	.notice_wrap .notice_slider .item .text_g .title{font-size: 2rem;}
	.notice_wrap .notice_slider .item .text_g .txt1{font-size: 1.3rem;}
	.notice_wrap .notice_slider .item .text_g .date{font-size: 1.4rem;}
	.notice_wrap .notice_slider .item .text_g .btn{margin-top:20px;}
}
@media(max-width:1650px){
	.main_home .text_g .title1{font-size: 7rem;}
	.main_home .text_g .title2{font-size: 1.8rem;}
	.section .con_title_g .title2{font-size: 5rem;}
	.section .con_title_g .title2 .en{font-size: 5rem;}
	.section .txt1{font-size: 1.4rem;}
	.main_home .text_g,
	.main_home .indicator .inner{padding: 0 120px;}
	.section .con_title_g .cate{font-size: 2rem;}
	.section .con_title_g .title1{font-size: 5.8rem;}
	.security_wrap .security_items{margin-top: 40px;}
	.security_wrap .security_items li .fig{transform: scale(0.9);}
	.security_wrap .security_items li .tit{font-size: 1.6rem;padding-top: 20px;}
	.section .con_title_g .title1 .en{font-size: 4.2rem;}
	.more_btn.style1{font-size: 1.1rem;line-height: 49px;}
	.more_btn.style1 span{margin-top: 1px;}
	.clients_wrap .con_title_g .cate{margin-bottom: 22px;}
	.clients_wrap .con_title_g{margin-bottom: 50px;}
	.clients_wrap .float-img1 {left:-200px;width:400px}
	.clients_wrap .float-img1 img {width:100%;}
	.clients_wrap .float-img2 {width:500px}
	.clients_wrap .float-img2 img {width:100%;}
	.notice_wrap .con_title_g .title2{font-size:4rem;}
}


/***** SUB *****/
/*---company--- start */
.r05-listContainer {
    margin: 0;
    padding: 0 15px;
}
.r05-listContainer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.r05-listContainer ul li {
    max-width: 304px;
    width: 25%;
    text-align: center;
    list-style: none;
    display: list-item;
}
.r05-listImgWrapper {
    position: relative;
    display: inline-block;
}
.r05-listImg {
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 50px;
}
.r05-listBorder {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + -24px);
    left: -12px;
    top: -12px;
    border-radius: 50%;
    border: 1px dashed #555;
    z-index: 10;
}
.r05-listImg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease-in-out;
}
.r05-listImgWrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 100%;
    width: 314px;
    height: 1px;
    background: #fff;
    z-index: 1;
    opacity: 0.3;
}
.r05-listTit {
    position: relative;
    align-items: flex-start;
    margin: 0 18px 20px 18px;
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    min-height: 0px;
    line-height: 1.3;
}
.r05-listTxt {
    position: relative;
    font-size: 16px;
    color: #909090;
    line-height: 1.5;
    font-weight: 500 !important;
    padding: 0 33px;
}
.r05-listContainer ul li:last-child .r05-listImgWrapper::after {
    display: none;
}

.history-list-wrap {
    position: relative;
}
.history-list-wrap:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50px;
    width: 175px;
    height: 1117px;
    background-size: contain;
    opacity: 0.1;
}
.history-list-box {
    padding-left: 19%;
    display: block;
}
.history-list-box ul {
    list-style: none;
}
.history-year-box {
    display: list-item;
    text-align: -webkit-match-parent;
}
.history-year-item {
    position: relative;
}
.history-year-item:before {
    content: "";
    position: absolute;
    top: 43px;
    left: 189px;
    width: 3px;
    height: 100%;
    background: url('/images/icon_dot_vertical.png') repeat;
    opacity: 0.5;
}
.history-year-item .history-year {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
.history-year-item .history-year strong {
    font-size: 44px;
    font-weight: 800;
    color: rgb(59, 113, 255);
}
.history-year-item .history-year:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #000;
    border: 6px solid rgb(59, 113, 255);
    border-radius: 100%;
}
.history-year-item .history-info-con {
    padding-left: 275px;
    padding-bottom: 100px;
    padding-top: 22px;
}
.month-wrap {
    margin-top: 40px;
}
.month-wrap:nth-child(1) {
    margin-top: 0;
}
.month {
    font-size: 22px;
    color: rgb(59, 113, 255);
    font-weight: 800 !important;
    position: relative;
    top: -10px;
    left: -23px;
    font-family: 'S-CoreDream' !important;
}
.front-circle-txt {
    display: list-item;
    list-style-type: disc;
	font-size:20px;
	color:#fff;
}
.ir_slider{overflow: hidden;position: relative;}
.ir_slider .item{width:220px;}
.ir_slider .item .fig .bg{height: 460px;background-position: 50%;background-size:cover;}
.ir_slider .item .fig .description{font-size: 16px;text-align: center;padding: 8px;color: #c1c1c1;}
.ir_slider .swiper-scrollbar{width: 100%;height: 2px;border-radius:0;background: #444;display: block !important;position: relative;left: 0;bottom: 0;margin-top: 15px;overflow: initial;}
.ir_slider .swiper-scrollbar-drag{background: #fff;height: 3px;border-radius:0;border-radius: 5px;top: -1px;}
.ir_slider .custom-arrow_wrap_left{position: absolute;left: 0;width: 50px;height: 25px;z-index: 10;cursor: pointer;top: calc(50% - 25px);}
.ir_slider .custom-arrow_wrap_right{position: absolute;right: 0;width: 50px;height: 25px;z-index: 10;cursor: pointer;top: calc(50% - 25px);}
.ir_slider .custom-arrow_wrap_right{position: absolute;right: 0;width: 50px;height: 25px;z-index: 10;cursor: pointer;top: calc(50% - 25px);}
.ir_slider .swiper-button-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}
.ir_slider .swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}

/* 반응형 */
@media (max-width: 768px) {
   .ir_slider .item .fig .bg{height: 320px}
}
/*---company--- end */