@charset "UTF-8"; * { outline: none; /* outline: 1px solid red; */ text-decoration: none; box-sizing: border-box; font-family: 'NanumSquare', sans-serif; } 
body { position: relative; overflow-x: hidden; margin:0 auto !important; width: 100%; } 
body.main { max-width: 100%; } 
body.overflow-hidden { overflow-y:hidden; } 

ul { list-style: none; padding: 0; margin: 0; } 
a { display: inline-block; text-decoration: none; color: #000; } 
a:active { text-decoration:none; } 
a:focus { text-decoration:none; } 
h1,h2,h3,h4,h5,h6,p, li, span, b, a, tspan, td, th { margin: 0; padding: 0; word-break: auto-phrase; } 
tspan { font-family: 'NanumSquare', sans-serif; } 
b { font-weight: 800; font-size: inherit; color: inherit; line-height: inherit; } 
img { image-rendering: -webkit-optimize-contrast; } 
a:hover { text-decoration: none; } 
small { font-weight: inherit; line-height: inherit; } 
.flex { display: -webkit-flex; display: -ms-flex; display: flex; } 
select, option { cursor: pointer; } 
.visible-md { display:none; } 
.hidden-md { display:block; } 
.visible-xs { display: none; } 
.tt { text-transform: uppercase; } 
.img-responsive { display: block; max-width: 100%; height: auto; } 
.center-block { display: block; margin-left: auto; margin-right: auto; } 
.mobile_br { display: none; } 
.hidden { display: none !important; } 
.container { padding: 0 18.36%; width: 100%; margin: 0 auto; } 
.no_scroll { overflow:hidden !important; } 
.fp-scroller { width: 100%; } 
.nanum { font-family: 'NanumSquare', sans-serif; } 
.nanum * { font-family: 'NanumSquare', sans-serif; } 
.faktum { font-family: 'FaktumTest', sans-serif; } 
.faktum * { font-family: 'FaktumTest', sans-serif; } 
.center { text-align: center; margin:0 auto; } 
.bold { font-weight: bold; } 
.red { color:#ff0000 } 

/* popup */
.image-system-view-list_popup { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); position: absolute; top: 0; left: 0; z-index: 100; font-family: 'NanumSquare', sans-serif; } 
.image-system-view-list_popup.on { display: block; } 
.image-system-view-list_popup .popup_box { width: 42%; height: 577px; background-color: #fff; text-align: center; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px 44px; box-sizing: border-box; } 
.image-system-view-list_popup .popup_box .close { width: 14px; height: 14px; object-fit: cover; position: absolute; right: 20px; top: 20px; margin-bottom: 12px; } 
.image-system-view-list_popup .popup_box iframe { display: block; width: 100%; height: 411px; margin-bottom: 22px; } 
.image-system-view-list_popup .popup_box p { font-size: 24px; line-height: 28px; color: #090909; text-align: left; position: relative; padding: 0 13px; box-sizing: border-box; font-weight: 600; } 
.image-system-view-list_popup .popup_box p::before { content: ''; display: block; width: 1px; height: 100%; background-color: #707070; position: absolute; left: 0; } 


/* header */
.smenu-bg { width: 100%; height: 374px; background-color: #fff; position: fixed; top: 94px; z-index: 10; border-bottom:1px solid #ccc; border-top:1px solid #ccc; display: none; } 
header { width: 100%; height: 94px; padding: 0 80px; box-sizing: border-box; position: fixed; top: 0; background-color: #fff; z-index: 100; } 
header.on { display: none; } 
header .hd_container { height: 100%; display: flex; align-items: center; justify-content: space-between; } 
header .hd_container nav { width: 75%; height: 100%; } 
header .hd_container nav > ul { height: 100%; display: flex; flex-wrap: wrap; } 
header .hd_container nav > ul > li { width: 14.28%; padding: 0 20px; box-sizing: border-box; position: relative; } 
header .hd_container nav > ul > li > a { display: block; height: 100%; line-height: 94px; font-size: 18px; font-weight: 600; white-space: nowrap; } 
header .hd_container nav > ul > li > a:hover { color: #041996; } 
header .hd_container .smenu { width: 100%; height: 374px; position: absolute; top: 94px; left: 0; display: flex; flex-direction: column; z-index: 20; gap: 26px; padding: 32px 20px 0; box-sizing: border-box; border-right: 1px solid #ccc; display: none; } 
header .hd_container .smenu li { margin-bottom: 26px; } 
header .hd_container .smenu li a { font-size: 16px; } 
header .hd_container .smenu li a:hover { color: #041996; } 
header .hd_container nav ul li:last-child .smenu { border-right: 0; } 
header .hd_container .console-box { display:flex; } 
header .hd_container .console-box ul { display: flex; gap:25px; } 
header .hd_container .console-box ul li a { font-weight: bold; position: relative; color: #707070; } 
header .hd_container .console-box ul li.on a { color: #000; } 
header .hd_container .console-box ul li.on a::after { content:''; display:block; width: 100%; height: 1px; background-color: #000; position: absolute; bottom: 0; left: 0; } 
header .hd_container .console-box .m_menu_btn { display:none; } 
.m_menu_btn { cursor: pointer; padding: 0 20px; } 
header .m_menu_btn img { content: url(../images/common/ham_btn.png); } 
header.roll.scroll_hd .m_menu_btn img { content: url(../images/common/ham_btn_w.png); } 
.ham-menu { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 20; padding: 40px 74px; transform: translateY(-200%); opacity: 0; transition: 0.5s; transform-origin: center; } 
.ham-menu.on { transform: translateY(0); opacity: 1; transition: 0.5s; } 
.ham-menu .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: cover; } 
.ham-menu .bg:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.78); } 
.menu-top { position: relative; z-index: 20; display: flex; justify-content: space-between; } 
.menu-top .right-box { display: flex; padding-top: 30px; } 
.menu-top .logo-box img { height: 35px; } 
.lang-box { margin-right: 35px; font-size: 0; } 
.lang-box a { display: inline-block; vertical-align: top; color: rgba(255, 255, 255, 0.33); } 
.lang-box a:first-child { margin-right: 25px; } 
.lang-box a.on { color: #fff; font-weight: bold; position: relative; } 
.lang-box a.on:after { content: ''; display: block; width: 100%; height: 1px; background-color: #fff; } 
.close-btn { cursor: pointer; } 
.menu-wrap { display: flex; padding-top: 20vh; } 
.menu-wrap .menu-col { width: calc(100% / 7); margin-right: 35px; position: relative; } 
.menu-wrap .menu-col:before { content: ''; display: block; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.43); position: absolute; left: 0; top: -15px; } 
.menu-wrap .menu-col h2 { font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 40px; } 
.menu-wrap .menu-col h2 > a { font-size: 24px; font-weight: bold; color: #fff; } 
.menu-wrap .menu-col ul { padding-left: 12px; } 
.menu-wrap .menu-col ul li { margin-bottom: 20px; } 
.menu-wrap .menu-col ul li:last-child { margin-bottom: 0; } 
.menu-wrap .menu-col ul li a { font-size: 18px; color: #fff; font-family: 'NanumSquare', sans-serif; } 
.menu-wrap .menu-col ul li a:hover { color: rgba(255, 255, 255, 0.55); } 

.transparent { background-color: transparent !important; } 

header .logo_box a { display: block; } 
header .logo_box img { height: 35px; } 
header.roll { background-color: #fff; transition: 0.2s ease-in-out; box-shadow: 0px 0px 6px 2px rgb(178 178 178 / 55%); } 
header.roll .logo_box .logo_w { display: none; } 
header.roll .logo_box .logo_b { display: block; } 
header.roll nav ul li a { color: #000; } 
header.roll .m_menu_btn .line01 path { fill: #000 !important; } 
header.roll.scroll_hd { background-color: transparent; box-shadow: none; } 
header.roll.scroll_hd .logo_box img { content: url('../images/logo_w.png'); } 
header.roll.scroll_hd nav ul li a { color:#fff; } 
header.roll.scroll_hd .m_menu_btn .line01 path { fill: #fff !important; } 

.view-box { width: 240px; border: 1px solid #fff; transition: 0.3s linear; position: relative; } 
.view-box.black { border-color:#000; } 
.view-box:hover { background: transparent; transition: 0.3s linear; } 
.view-box::before { position: absolute; content: ""; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; transform: scaleX(0); transition: 0.5s; } 
.view-box:hover::before { transform: scaleX(1); background: #fff; } 
.view-box.black:hover::before { background:#000; } 
.view-box span { display:block; font-size: 21px; font-weight: bold; color: #fff; text-align: center; } 
.view-box.black span { color:#000; } 
.view-box:hover span { color: #000; } 
.view-box.black:hover span { color: #fff; } 


/* index */
.main-banner { padding-top: 0; } 
#main-wrap { height: 100%; } 
#main-wrap .main-slide { position: relative; } 
#main-wrap .main-slide img { height: 100%; object-fit: cover; width: 100%; } 
#main-wrap .main-slide .banner-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%; } 
#main-wrap .main-slide .banner-text h2 { font-size: 32px; font-weight: 800; color: #fff; line-height: 1.23; } 
#main-wrap .main-slide .view-box { margin-top: 55px; opacity:0; transition: opacity 0.5s; } 
#main-wrap .main-slide.swiper-slide-active .view-box { opacity:1; transition: opacity 0.5s; transition-delay: 0.8s; } 
#main-wrap .main-slide .view-box a { display: block; line-height: 52px; } 
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 5; padding: 0 74px; display: flex; justify-content: space-between; } 
.slide-arrow div { cursor:pointer; } 
.slide-arrow div:hover .circle01 { fill: #000 !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } 
#main-wrap .swiper-pagination { position: absolute; left: 50%; transform: translateX(-50%); bottom: 5vh; z-index: 5; width: 35vw; display: flex; justify-content: space-between; } 
#main-wrap .swiper-pagination:before { content: ''; display: block; width: calc(100% - 100px); height: 1px; background-color: rgba(255, 255, 255, 0.43); position: absolute; left: 50%; top: 6px; transform: translateX(-50%); } 
#main-wrap .swiper-pagination .swiper-pagination-bullet { margin: 0; padding-top: 50px; width: 110px !important; position: relative; width: auto; cursor: pointer; background-color: transparent; height: auto; opacity: 1; } 
#main-wrap .swiper-pagination .swiper-pagination-bullet p { color: #fff; font-size: 14px; font-weight: 800; letter-spacing: -1px } 
#main-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active p { color: #ff0000; } 
#main-wrap .swiper-pagination .swiper-pagination-bullet:before { content: ''; width: 14px; height: 14px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0; border-radius: 50px; } 
#main-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before { background-color: #ff0000; animation: blink 2s infinite; } 
#main-wrap .swiper-pagination .swiper-pagination-bullet-active:after { content: ''; display: block; width: 50px; height: 50px; border-radius: 50px; border: 1px solid #ff0000; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); animation: blink 2s infinite; } 
.play-btn-wrap { position: absolute; bottom: 20vh; left: 50%; transform: translateX(-50%); z-index: 5; } 
.time-circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85px; height: 85px; } 
.time-circle .circle-bg { stroke: rgba(255, 255, 255, 0.37); stroke-width: 1px; fill: none; } 
.time-circle.on.paused .timer-circle { animation-play-state: paused; } 
.time-circle.on.run .timer-circle { animation-play-state: running; animation-iteration-count: 1; } 
.time-circle .timer-circle { position: absolute; left: 0; top: 0; fill: none; } 
.time-circle.on .timer-circle { animation: ani linear infinite; animation-duration: 5s; fill: none; stroke: #fff; stroke-width: 1px; stroke-dasharray: 270; stroke-dashoffset: 270; stroke-linecap: round; transform: rotate(-90deg); animation-fill-mode: both; } 

.play_icon { cursor: pointer; z-index: 10; position: relative; } 
.stop { cursor: pointer } 
.play { display: none; } 
.top-btn { position: fixed; bottom:30px; right:30px; cursor: pointer; } 

@keyframes text-circle { 
 0% { transform : rotate(0); } 
 100% { transform : rotate(365deg); } 
 }

@keyframes ani { 
 0% { stroke-dashoffset: 270; } 
 100% { stroke-dashoffset: 0; } 
 }

#main-wrap .main-slide .ani01 { opacity:0; transform: translateY(20px); transition: 0.6s linear; } 
#main-wrap .main-slide.swiper-slide-active .ani01 { opacity:1; transform: translateY(0); transition: 0.6s linear; transition-delay: 0.5s; } 
#main-wrap .main-slide .ani02 { opacity:0; transform: translateY(10px); transition: 0.6s linear; } 
#main-wrap .main-slide.swiper-slide-active .ani02 { opacity:1; transform: translateY(0); transition: 0.6s linear; transition-delay: 0.8s; } 



.main-contents02 .flex { height: 100%; align-items: center; } 
.main-contents02 .flex .box { width: calc(100% / 3); height: 100%; position: relative; flex: 1; will-change: flex; transition: all 0.5s ease-in; opacity: 0.44; } 
.main-contents02.active .flex .box01 { opacity: 1; transition: 1s; transition-delay: 0.3s; } 
.main-contents02.active .flex .box02 { opacity: 1; transition: 1s; transition-delay: 0.3s; } 
.main-contents02.active .flex .box03 { opacity: 1; transition: 1s; transition-delay: 0.3s; } 
.main-contents02 .flex .box:hover { flex: 2 1 0; transition: all 0.5s; } 
.main-contents02 .flex .box .img-box { height: 100%; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; } 
.main-contents02 .flex .box01 .img-box { background-image: url('../images/main/main02_bg01.png'); } 
.main-contents02 .flex .box02 .img-box { background-image: url('../images/main/main02_bg02.png?ver=1'); } 
.main-contents02 .flex .box03 .img-box { background-image: url('../images/main/main02_bg03.png?ver=2'); } 
.main-contents02 .flex .box .img-box:after { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.51); position: absolute; left: 0; top: 0; z-index: -1; transition: 0.3s; } 
.main-contents02 .flex .box .txt-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 5; width: 100%; text-align: center; } 
.main-contents02 .flex .box .txt-box h2 { font-size: 34px; font-weight: bold; color: #fff; line-height: 1.26; display: inline-block; transition: 0.5s; } 
.main-contents02 .flex .box .txt-box .btn-wrap { padding-top: 55px; font-size: 0; visibility: hidden; opacity: 0; position: absolute; left: 50%; transform: translateX(-50%) translateY(20px); width: 100%; transition: 0.3s; } 
.main-contents02 .flex .box .txt-box .btn-wrap .btn-box { display: inline-block; vertical-align: top; width: 200px; } 
.main-contents02 .flex .box .txt-box .btn-wrap .btn-box:first-child { margin-right: 25px; } 
.main-contents02 .flex .box .txt-box .btn-wrap a { font-size: 21px; font-weight: bold; color: #fffdfd; line-height: 68px; border: 1px solid #fff; display: block; background-color: rgba(0,0,0,0.44); transition: 0.5s ease-in-out; } 
.main-contents02 .flex .box .txt-box .btn-wrap a:hover { background-color: #fff; color: #000; transition: 0.5s ease-in-out; } 
.main-contents02 .flex .box:hover .btn-wrap { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0px); transition: 0.8s; transition-delay: 0.6s; } 
.main-contents02 .flex .box:hover .img-box:after { background-color: transparent; transition: 1s; } 
.main-contents02 .flex .box:hover .txt-box h2 { font-size: 46px; padding: 8px 0; border-top: 5px solid #fffdfd; border-bottom: 5px solid #fffdfd; transition: 0.5s ease-in-out; } 
.main-contents03 { padding-top: 16vh; } 
.main-contents03 .flex .left-wrap, .main-contents03 .flex .right-wrap { width: 50%; } 
.main-contents03 .flex .left-wrap { text-align: right; padding-right: 3.5vw; padding-top: 15vh; opacity: 0; transform: translateX(-15%); transition: 1.5s; } 
.main-contents03.active .flex .left-wrap { opacity: 1; transform: translateX(0); transition: 1s; transition-delay: 0.2s; } 
.main-contents03 .flex .left-wrap h3 { text-transform: uppercase; font-size: 24px; font-weight: bold; line-height: 1.17; margin-bottom: 5.4vh; } 
.main-contents03 .flex .left-wrap h2 { font-size: 36px; font-weight: 800; line-height: 1.29; margin-bottom: 4vh; } 
.main-contents03 .flex .left-wrap p { font-size: 18px; line-height: 2; color: #666; } 
.main-contents03 .flex .right-wrap img { filter: blur(3px); opacity: 0.3; } 
.main-contents03.active .flex .right-wrap img { filter: blur(0px); opacity: 1; transition: 1.8s; } 
.main-contents03 .view-box { width: 310px; margin-left: auto; margin-top: 4vh; } 
.main-contents03 .view-box a { display: block; line-height: 68px; } 

.fp-tableCell { vertical-align: baseline !important; } 
.fp-viewing-2 .logo_box .logo_w { display: none; } 
.fp-viewing-2 .logo_box .logo_b { display: block; } 
.fp-viewing-2 header nav ul li a { color: #000; } 
.fp-viewing-2 .m_menu_btn .line01 path { fill: #000 !important; } 

.footer { background-color: #222; } 
.footer .footer-top { width: 100%; padding: 0 15%; display: flex; flex-wrap: wrap; height: calc(100% - 166px); padding-top: 140px; } 
.footer .footer-top .left-wrap { width: 50%; height: auto; } 
.footer .footer-top h2 { font-family: 'FaktumTest'; font-size: 45px; color: #fff; line-height: 1; margin-bottom: 30px; text-align: left; font-weight: 400; } 
.footer .footer-top .left-wrap p { font-size: 18px; color: #666; } 
.footer .footer-top .left-wrap .address-box { margin-top: 40px; } 
.footer .footer-top .left-wrap .address-box .address-row { display: flex; align-items: center; margin-bottom: 25px; } 
.footer .footer-top .left-wrap .address-box .address-row .icon { margin-right: 15px; } 
.footer .footer-top .left-wrap .address-box .address-row .txt p:first-child { color: #9b9b9b; } 
.footer .footer-top .left-wrap .address-box .address-row .txt p:last-child { font-size: 14px; } 
.footer .footer-top .right-wrap { width: 50%; height: auto; } 
.footer .footer-top .right-wrap .form_box > .form-row:nth-child(2) { display: flex; flex-direction: column; align-items: end; } 
.footer .footer-top .right-wrap .agree-wrap { width: 100%; display: flex; justify-content: space-between; align-items: center; } 
.footer .footer-top .right-wrap .agree-box { display: flex; align-items: center; width: calc(100% - 240px); margin-right: 20px; } 
.agree-box .chk-box { display: inherit; position: relative; margin-right: 30px; /* width: calc(100% - 130px); */ } 
.agree-box .chk-box input { display: none; } 
.agree-box .chk-box label { display: flex; flex-direction: row; align-items: center; cursor: pointer; color: rgba(249, 249, 255, 0.5); font-size: 14px; } 
.agree-box .chk-box label::before { content: ""; width: 20px; height: 20px; margin-right: 15px; background-image: url('../images/common/agree_chk.png'); background-size: 20px; background-repeat: no-repeat; background-position: center; } 
.agree-box .chk-box input:checked + label::before { background-image: url('../images/common/agree_chk_active.png'); } 
.footer .footer-top .right-wrap .agree-box a { font-size: 12px; color: rgba(249, 249, 255, 0.5); text-decoration: underline; width: 100px; } 


.form-row { display: flex; width: 100%; margin-bottom: 30px; } 
.form-row .form-box { width: calc((100% - 25px) / 2); margin-right: 25px; border-bottom: 2px solid #fff; } 
.form-row .form-box:last-child { margin-right: 0; } 
.form-row .form-box select { width: 100%; border: none; outline: none; font-size: 16px; color: #9b9b9b; background: none; padding: 10px 20px; appearance: none; background-image: url('../images/common/select_arrow.png'); background-repeat: no-repeat; background-position: center right 20px; cursor:pointer; font-family: 'NanumSquare', sans-serif; } 
.form-row .form-box option { cursor: pointer; font-family: 'NanumSquare', sans-serif; } 
.form-row .form-box input { width: 100%; border: none; outline: none; font-size: 16px; color: #fff; background: none; padding: 10px 20px; } 
.form-row .form-box select::placeholder, .form-row .form-box input::placeholder { color:#9b9b9b; } 
.form-row textarea { width: 100%; resize: none; border: 1px solid #4d4d4d; background-color: #000; height: 180px; overflow-y: auto; padding: 20px; font-size: 16px; font-family: 'FaktumTest', 'NanumSquare', sans-serif; color: #fff; } 
.form-row textarea:focus { border-color: #fff; background-color: rgba(107, 107, 107, 34%); transition: 0.2s; } 
.footer .footer-top .right-wrap .agree-wrap .view-box { width: 220px; height: 100%; } 
.footer .footer-top .right-wrap .agree-wrap .view-box:hover { background-color: #fff; } 
.footer .footer-top .right-wrap .agree-wrap .view-box a { display: block; line-height: 48px; } 
.footer .footer-top .right-wrap .agree-wrap .view-box span { font-size: 15px; font-weight: bold; } 
.footer .footer-bottom { padding: 40px 74px; background-color: #000; width: 100%; display: flex; } 
.footer .footer-bottom .footer-logo { width: 185px; } 
.footer .footer-bottom .address-wrap { width: calc(100% - 185px - 220px - 40px - 85px); padding-left: 17%; } 
.footer .footer-bottom .address-wrap p { font-size: 16px; color: #fff; } 
.footer .footer-bottom .address-wrap a { font-size: 16px; color: #fff; } 
.footer .footer-bottom .address-wrap h6 { margin-top: 20px; font-size: 12px; color: #fff; } 
.footer .footer-bottom .sns-wrap { font-size: 0; width: 220px; } 
.footer .footer-bottom .sns-wrap a { display: inline-block; vertical-align: top; margin-right: 30px; } 
.footer .footer-bottom .sns-wrap a:last-child { margin-right: 0; } 
.footer .footer-bottom .top-btn { position: fixed; bottom:30px; right:30px; cursor: pointer; } 
.footer.sub .footer-bottom { margin-top: 50px; } 

.contact-popup { display:none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; } 
.contact-popup .dim-bg { background-color: rgba(0, 0, 0, 0.3); position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 
.contact-popup .inner { max-width: 570px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #fff; border-radius: 45px; padding: 90px 30px 50px; } 
.contact-popup .inner .close-btn { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; background-color: #bbb; border-radius: 50px; display: flex; justify-content: center; align-items: center; } 
.contact-popup .inner .close-btn img { object-fit: none; } 
.contact-popup .form-row .form-box select { color:#000; border-bottom: 1px solid #d6d6d6; background-image: url('../images/common/contact_arrow.png'); } 
.contact-popup .form-row .form-box input { color:#000; border-bottom: 1px solid #d6d6d6; } 
.form-row.w100 .form-box { width: 100% !important; margin-right: 0 !important; } 
.contact-popup .form-row textarea { background-color: #f6f6f6; border-radius: 15px; color: #000; border-color: #f6f6f6; } 
.contact-popup .agree-box .chk-box label { color: #000; } 
.contact-popup .send-btn { max-width: 250px; width: 100%; margin: 0 auto; margin-top: 40px; text-align: center; } 
.contact-popup .send-btn a { display: block; line-height: 54px; background-color: #081677; border-radius: 15px; color: #fff; transition: 0.5s; } 
.contact-popup .send-btn a:hover { box-shadow: 0px 0px 8px 4px rgb(76 88 153 / 35%); transition: 0.5s; } 


@keyframes blink { 
 0% { opacity: 0; } 
 50% { opacity: 1; } 
 100% { opacity: 0; } 
 }
 
 .blink { animation: blink 2s infinite; } 

/* sub banner */

.sub_banner_wrap { position: relative; } 
.sub_banner_wrap .sub_banner { position: relative; width: 100%; height: 0; padding-bottom: 26.5%; overflow: hidden; } 
.sub_banner_wrap .sub_banner .bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; transform: scale(1.1); } 
.sub_banner_wrap .sub_banner.opa .bg_img:before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); position: absolute; left: 0; top: 0; z-index: -1; } 
.sub_banner_wrap .sub_banner .bg_img.active { transform: scale(1); opacity: 1; transition: 5s; } 
.sub_banner_wrap .sub_banner .inner { position: absolute; width: 100%; padding-left: 18.5%; padding-right: 18.5%; top: 50%; transform: translateY(-50%); } 
.sub_banner_wrap .sub_banner .inner.visible { } 
.sub_banner_wrap .sub_banner .inner .banner_text { opacity: 0; visibility: hidden; transform: translateY(20%); } 

.sub_banner_wrap .sub_banner .inner.visible .banner_text { visibility: visible; opacity: 1; transform: translateY(0); transition: all 0.3s linear; transition-delay: 0.2s; } 
.sub_banner_wrap .sub_banner .inner .banner_text span { font-size: 20px; font-weight: bold; color: #fff; } 
.sub_banner_wrap .sub_banner .inner .banner_text h2 { font-size: 48px; font-weight: bold; color: #fff; line-height: 1.2; } 
.sub_banner_wrap .sub_banner .inner .banner_text p { font-size: 24px; color: #fff; margin-top: 7px; } 
.sub_banner_wrap .sub_banner .inner ul { font-size: 0; opacity: 0; margin-bottom: 45px; } 
.sub_banner_wrap .sub_banner .inner.visible ul { opacity: 1; transition: 1s; transition-delay: 0.3s; } 
.sub_banner_wrap .sub_banner .inner ul li { display: inline-block; vertical-align: top; margin-right: 25px; position:relative; } 
.sub_banner_wrap .sub_banner .inner ul li:after { content: '>'; display: block; position: absolute; right: -16px; top: 4px; font-size: 12px; color: #fff; } 
.sub_banner_wrap .sub_banner .inner ul li:last-child:after { display: none; } 
.sub_banner_wrap .sub_banner .inner ul li a { font-size: 15px; color: #fff; font-family: 'NanumSquare', sans-serif; } 
.sub_banner_wrap .sub_banner .inner ul li.on a { color: #fff; font-weight: 700; } 
.suv-nav-wrap { background-color: rgba(0,0,0,0.4); position: absolute; width: 100%; bottom: 0; z-index: 3; } 
.suv-nav-wrap ul { display: flex; align-items: center; justify-content: center; } 
.suv-nav-wrap ul.grid6 li { width: calc(100% / 6); } 
.suv-nav-wrap ul.grid4 li { width: calc(100% / 4); } 
.suv-nav-wrap ul.grid2 li { width: calc(100% / 2); } 
.suv-nav-wrap ul.grid3 li { width: calc(100% / 3); } 
.suv-nav-wrap ul.grid2.max li { max-width: 240px; } 
.suv-nav-wrap ul.grid2.max li.on { background-color: rgba(0, 0, 0, 0.5); } 
.suv-nav-wrap ul.max li.on { background-color: rgba(0, 0, 0, 0.5); } 
.suv-nav-wrap ul li { position: relative; } 
.suv-nav-wrap ul li:first-child:before { content: ''; display: block; width: 1px; height: 12px; background-color: #fff; position: absolute; left: -1px; top: 50%; transform: translateY(-50%); } 
.suv-nav-wrap ul li.on:before { display: none; } 
.suv-nav-wrap ul li:after { content: ''; display: block; width: 1px; height: 12px; background-color: #fff; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); } 
.suv-nav-wrap ul li.on { background-color: #081677; } 
.suv-nav-wrap ul li.on:after { display: none; } 
.suv-nav-wrap ul li a { font-size: 18px; color: #fff; line-height: 68px; text-align: center; display: block; } 
.suv-nav-wrap ul li.on a { font-weight: 800; } 
.suv-nav-wrap ul li span { font-size: 18px; color: #fff; line-height: 68px; text-align: center; display: block; } 
.suv-nav-wrap ul li.on span { font-weight: 800; } 

.sub_banner_wrap.white { margin-top: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } 
.sub_banner_wrap.white .sub_banner { padding-bottom: 0; height: 392px; } 
.sub_banner_wrap.white .bg_img { background-image: none !important; } 
.sub_banner_wrap.white .sub_banner .inner { position: absolute; width: 100%; bottom: initial; padding-left: 18.5%; padding-right: 18.5%; top: 211px; } 
.sub_banner_wrap.white .sub_banner .inner .banner_text h2 { color: #000; font-weight: 900; text-align: center; } 
.sub_banner_wrap.white .sub_banner .inner ul { margin-top: 0; margin-bottom: 105px; } 
.sub_banner_wrap.white .sub_banner .inner ul li a { color: #000; } 
.sub_banner_wrap.white .sub_banner .inner ul li:after { color: #000; } 
.sub_banner_wrap.white .sub_banner .inner ul { opacity: 1; margin-bottom: 105px; } 
.sub_banner_wrap.white .sub_banner .inner .banner_text { opacity: 1; transform: translateY(0); visibility: visible; } 

.white .suv-nav-wrap { background-color: transparent; } 
.white .suv-nav-wrap ul li { border-bottom: 2px solid transparent; } 
.white .suv-nav-wrap ul li.on { background-color: transparent; border-color: #081677; } 
.white .suv-nav-wrap ul li a { color: #ccc; line-height: 1; height: 60px; display: flex; justify-content: center; align-items: center; } 
.white .suv-nav-wrap ul li.on a { color: #081677; } 
.white .suv-nav-wrap ul li span { color: #ccc; line-height: 1.4; } 
.white .suv-nav-wrap ul li.on span { color: #081677; } 


/* business */

.sub_page .bg { height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; width: 101%; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 0; } 
.sub_page .bg .bg-dim { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; background-color: rgba(0,0,0,0.5); border-radius: 65px; } 
.sub_page .bg .txt-box { position:absolute; left: 50%; top:50%; transform: translate(-50%, -50%) scale(1.1); width: 100%; z-index: 5; text-align: center; } 
.sub_page .bg .txt-box h2 { font-family: 'FaktumTest', 'NanumSquare', sans-serif; font-size: 70px; font-weight: bold; line-height: 1; text-align: center; } 
.philosophy h4 { font-size: 34px; font-weight: 800; color:#000; margin-bottom: 10px; text-align: center; } 
.sub_page .bg .txt-box h3 { font-size: 38px; font-weight: 800; color:#fff; margin-bottom: 20px; text-transform: uppercase; margin-top: 10px; } 
.business-content01 { position: relative; } 
.sub_page .bg#ani01 .txt-box h2 { color: #fff; } 
.sub_page .bg#ani02 .txt-box h2 { color: #000; } 
.sub_page.philosophy .bg#ani01 .txt-box h4 { color:#fff; } 
.sub_page.philosophy .bg#ani02 .txt-box h4 { color:#000; margin-bottom: 30px; } 
.sub_page.philosophy .bg#ani02 .txt-box h2 { font-size: 46px; font-weight: 800; color: #000; line-height: 1.4; } 
#trigger01 { height: calc(100vh - 97px); overflow: hidden; } 
#ani02 { opacity: 0; } 
.business-content02 { padding-top: 130px; padding-bottom: 100px; text-align: center; } 
.business-content02 h2 { font-size: 44px; font-weight: 800; line-height: 1.25; margin-bottom: 50px; white-space: nowrap; } 
.business-content02 p { margin-top: 30px; font-size: 18px; } 
.business-content03 { background-color: rgba(0,0,0,0.03); height: calc(100vh - 97px); overflow: hidden; } 
#business-slide { padding-top: 180px; padding-bottom: 90px; margin-left: 18.5%; } 
#business-slide .swiper-slide { cursor: pointer; width: 600px; margin-right: 100px; } 
#business-slide .swiper-slide:last-child { margin-right: 0; } 
#business-slide .swiper-slide:nth-child(2n) { transform: translateY(-150px); } 
#business-slide .img-box { margin-bottom: 30px; } 
#business-slide h3 { font-size: 21px; font-weight: bold; line-height: 1.43; } 
#business-slide .swiper-pagination { position: absolute; top: initial; left: 0%; bottom: 0; z-index: 20; height: auto; width: 100%; background: transparent; border-radius: 0; cursor: pointer; padding-top: 30px; padding-bottom: 30px; } 
#business-slide .swiper-pagination:before { content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.6); } 
#business-slide .swiper-pagination-progressbar-fill { background:#081677; border-radius: 0; height: 2px; top: 29px; } 
#business-slide .arrow-box { position: absolute; bottom: 7px; left: 0; z-index: 25; cursor: pointer; width: 120px; display: flex; } 
#business-slide .arrow-box ._prev { margin-right: 15px; } 

/* philosophy */
.philosophy-content02 { padding-top: 100px; padding-bottom: 110px; } 
.philosophy-content02 .box-wrap { margin-top: 60px; display: flex; } 
.philosophy-content02 .box-wrap .box { margin-right: 6%; width: calc((100% - 12%) / 3); transform: translateY(0); transition: transform linear 0.3s; } 
.philosophy-content02 .box-wrap .box:hover { transform: translateY(-10px); transition: transform linear 0.3s; } 
.philosophy-content02 .box-wrap .box:last-child { margin-right: 0; } 
.philosophy-content02 .box-wrap .box .img-box { margin-bottom: 35px; } 
.philosophy-content02 .box-wrap .box .img-box svg { display: block; max-width: 100%; height: auto; width: auto; margin-left: auto; margin-right: auto; } 
.philosophy-content02 .box-wrap .box .img-box svg .g_opa { transition: 0.5s ease-in-out; } 
.philosophy-content02 .box-wrap .box:hover .img-box svg .g_opa { opacity: 1 !important; stroke: #081677 !important; transition: 0.5s ease-in-out; } 
.philosophy-content02 .box-wrap .box .img-box svg tspan { font-size: 28px; font-weight: 800; line-height: 1; color:#000; } 
.philosophy-content02 .box-wrap .box .img-box svg .g_obj { transform-origin: center; transform: scale(1); } 
.philosophy-content02 .box-wrap .box:hover .img-box svg .g_obj { animation: ani3 ease-out 1; animation-duration: 1.5s; } 
.philosophy-content02 .box-wrap .box p { font-size: 21px; text-align: center; white-space: nowrap; } 
.philosophy-content03 { background-color: rgba(0,0,0,0.03); padding-top: 90px; padding-bottom: 150px; } 
.philosophy-content03 p { font-family: 'NanumSquare', sans-serif; font-size: 24px; font-weight: bold; text-align: center; } 

@keyframes ani2 { 
 0% { stroke-dashoffset: 1100; } 
 100% { stroke-dashoffset: 0; opacity:1 !important; } 
 }
@keyframes ani3 { 
 0% { transform: scale(1); } 
 50% { transform: scale(1.02); } 
 100% { transform: scale(1); } 
 }
 
/* x-ray-grid */ 
.title-flex { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; text-align: center; } 
.title-flex>span { font-size: 24px; font-weight: 800; margin-bottom: 20px; } 
.title-flex p { font-size: 22px; margin-top: 20px; } 

.double_title { font-family: 'FaktumTest', 'NanumSquare', sans-serif; font-size: 40px; font-weight: 800; line-height: 1.3; display: inline-block; position: relative; padding: 15px 0; text-align: center; } 
.double_title:before { content: ''; display: block; width: 100%; height: 2px; background-color: #000; position: absolute; left: 0; top: 0; } 
.double_title:after { content: ''; display: block; width: 100%; height: 2px; background-color: #000; position: absolute; left: 0; bottom: 0; } 

.blue { color: #081677; } 
.white { color: #fff; } 
.fwl { font-weight: 300; } 
.fw8 { font-weight: 800; } 
.fw9 { font-weight: 900; } 
.yellow { color:#ffee00; } 

.double_title.blue:before { background-color: #081677; } 
.double_title.blue:after { background-color: #081677; } 
.double_title.white:before { background-color: #fff; } 
.double_title.white:after { background-color: #fff; } 

.product .content:first-child { padding-top: 160px; } 
.x-ray-grid-content01 { padding-top: 160px; padding-bottom: 160px; background-image: url('../images/product/x-ray-grid/list_bg01.png'); background-repeat: no-repeat; background-size: contain; background-position: right bottom; text-align: center; } 
.x-ray-grid-content01 h3 { font-size: 48px; line-height: 1.1; margin-top: 55px; margin-bottom: 100px; } 
.x-ray-grid-content01 p { font-size: 24px; } 
.x-ray-grid-content02 { padding-top: 100px; padding-bottom: 100px; background-image: url('../images/product/x-ray-grid/list_bg02.png'); background-repeat: no-repeat; background-size: cover; background-position: center; text-align: center; } 
.x-ray-grid-content02 h3 { font-size: 24px; color: #fff; margin-top: 20px; margin-bottom: 60px; } 
.x-ray-grid-content02 .img-wrap { display: flex; margin-bottom: 80px; } 
.x-ray-grid-content02 .img-wrap .box { width: calc((100% - 25px) / 2); } 
.x-ray-grid-content02 .img-wrap .box:first-child { margin-right: 25px; } 
.x-ray-grid-content03 { padding-top: 100px; padding-bottom: 125px; text-align: center; } 

.x-ray-grid-content03 .double_title { font-size: 60px; } 
.x-ray-grid-content03 h3 { font-size: 36px; line-height: 1.39; margin-top: 60px; } 
.x-ray-grid-content03 .img-bg-box { margin: 100px 0; } 
.x-ray-grid-content03 p { font-size: 28px; } 
.x-ray-grid-content03 p span { color:#041996; font-weight: 800; } 
.x-ray-grid #trigger01 { height: 100vh; overflow: hidden; } 
.x-ray-grid-content04 { padding: 45vh 0; height:100vh; overflow:hidden; background-image: url('../images/product/x-ray-grid/list_bg03.png'); background-repeat: no-repeat; background-size: cover; background-position: center; text-align: center; } 
.x-ray-grid #trigger01 .x-ray-grid-content05 { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity:0; } 
.x-ray-grid-content05 .wrap .box-wrap { width: 50%; height: 0; padding-bottom: 100vh; position: relative; } 
.x-ray-grid-content05 .wrap .box-wrap a { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 
.x-ray-grid-content05 .wrap .box-wrap .box-bg { position: absolute; left: 0; top: 0; width: 101%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; } 
.x-ray-grid-content05 .wrap .box-wrap .box-bg:before { content: ''; display: block; width: 100%; height: 100%; background-image: radial-gradient(transparent 30%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.5) 100%); z-index: -1; opacity: 0; transition: 0.5s;; } 
.x-ray-grid-content05 .wrap .box-wrap:hover .box-bg:before { opacity: 1; transition: 0.8s; } 
.x-ray-grid-content05 .wrap .box-wrap .box-padding { height: 100%; position: absolute; width: 100%; left: 0; top: 0; padding: 12% 8% 10.2%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; } 
.x-ray-grid-content05 .wrap .box-wrap .box-title span { font-size: 20px; margin-bottom: 25px; display: inline-block; } 
.x-ray-grid-content05 .wrap .box-wrap .box-title h2 { font-size: 70px; font-weight: 800; font-family: 'NanumSquare', sans-serif; line-height: 1; text-transform: uppercase; } 
.x-ray-grid-content05 .wrap .box-wrap .more-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1); opacity: 0; transition: 0.5s; } 
.x-ray-grid-content05 .wrap .box-wrap:hover .more-icon { opacity: 1; transition: 0.5s; transform: translate(-50%, -50%) scale(1.1); } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap { display: flex; padding: 0; justify-content: space-between; } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap .icon-box { position: relative; margin-right: 60px; width: calc((100% - 180px) / 4); } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap .icon-box:last-child { margin-right: 0; } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap .icon-box:after { content: ''; display: block; width: 1px; height: 60px; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); background-color: #fff; } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap .icon-box:last-child:after { display: none; } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap .icon-box img { object-fit: contain; width: 100%; height: 60px; } 
.x-ray-grid-content05 .wrap .box-wrap .icon-wrap .icon-box p { font-size: 17px; color: #fff; text-align: center; margin-top: 15px; word-break: auto-phrase; } 

/* x-ray-grid-view */ 
.x-ray-grid-view-content01 { padding: 107px 0; } 
.x-ray-grid-view-content01 .wrap .left-wrap { width: 50%; margin-right: 55px; position: relative; } 
.x-ray-grid-view-content01 .wrap .left-wrap .title-box { margin-bottom: 60px; } 
.x-ray-grid-view-content01 .wrap .left-wrap .title-box p { font-size: 18px; color: #888; margin-bottom: 20px; } 
.x-ray-grid-view-content01 .wrap .left-wrap .title-box h1 { font-size: 46px; font-weight: 800; line-height: 1; } 
.x-ray-grid-view-content01 .wrap .left-wrap ul li { font-size: 17px; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.32); } 
.x-ray-grid-view-content01 .wrap .left-wrap ul li:first-child { padding-top: 0; } 
.x-ray-grid-view-content01 .wrap .left-wrap ul li:last-child { padding-bottom: 0; border-bottom: none; } 
.x-ray-grid-view-content01 .wrap .left-wrap .down-btn { position: absolute; bottom: 0; } 
.down-btn { width: 230px; border: 1px solid #000; } 
.down-btn a { text-align: center; display: block; line-height: 68px; font-size: 16px; font-weight: bold; position: relative; } 
.down-btn a:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #000; transform: scaleX(0); transform-origin: center left; transition: 1s; z-index: -1; } 
.down-btn a:hover { color:#fff; transition: 0.3s; transition-delay:0.1s; } 
.down-btn a:hover:before { transform: scaleX(1); transition: 1s; } 
.x-ray-grid-view-content01 .wrap .right-wrap { width: 50%; } 
.x-ray-grid-view-content02 { padding: 22vh 0; background-image: url('../images/product/x-ray-grid/view_bg01.png?ver=1'); background-repeat: no-repeat; background-size: cover; background-position: center; text-align: center; } 
.x-ray-grid-view-content03 { padding-top: 80px; padding-bottom: 100px; text-align: center; } 
.x-ray-grid-view-content03 .double_title { font-size: 73px; } 
.x-ray-grid-view-content03 .double_title span { font-weight: inherit; line-height: inherit; } 
.font20 { font-size: 20px; } 
.font30 { font-size: 30px; } 
.weight80 { font-weight: 800; } 
.x-ray-grid-view-content03 h3 { margin-top: 60px; margin-bottom: 100px; } 
.x-ray-grid-view-content04 { padding: 13.4vh 0; background-image: url('../images/product/x-ray-grid/view_bg02.png'); background-repeat: no-repeat; background-size: cover; background-position: center; text-align: center; } 
.x-ray-grid-view-content04 h3 { margin-top: 60px; margin-bottom: 100px; } 
.x-ray-grid-view-content04 .circle-wrap { } 
.x-ray-grid-view-content04 .circle-wrap .circle-box { display: inline-block; vertical-align: top; width: calc((100% - 100px) / 6); margin-right: 20px; border: 1px solid #fff; border-radius: 50%; position: relative; height: 0; padding-bottom: calc((100% - 100px) / 6); } 
.x-ray-grid-view-content04 .circle-wrap .circle-box:last-child { margin-right: 0; } 
.x-ray-grid-view-content04 .circle-wrap .circle-box p { font-size: 20px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; } 
.x-ray-grid-view-content05 { padding: 80px 0 100px; background-color: rgba(0,0,0,0.03); } 
.x-ray-grid-view-content05 .title-flex h2 { font-size: 32px; position: relative; padding-bottom: 20px; line-height: 1; } 
.x-ray-grid-view-content05 .title-flex h2:after { content: ''; display: block; width: 86px; height: 1px; background-color: #000; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; } 
.x-ray-grid-view-content05 .wrap { margin-top: 30px; padding: 0 6.35%; } 
.x-ray-grid-view-content05 .wrap .box { width: calc((100% - 100px) / 3); margin-right: 50px; background-color: #fff; padding: 30px 20px; height: 240px; } 
.x-ray-grid-view-content05 .wrap .box:last-child { margin-right: 0; } 
.x-ray-grid-view-content05 .wrap .box h3 { font-size: 20px; font-weight: 800; margin-bottom: 20px; } 
.x-ray-grid-view-content05 .wrap .box p { font-size: 17px; line-height: 1.76; } 
.x-ray-grid-view-content06 { padding: 80px 0; text-align: center; } 
.x-ray-grid-view-content06 h3 { font-weight: bold; margin-top: 20px; margin-bottom: 80px; } 
.x-ray-grid-view-content06 .img-bg-box { margin-bottom: 70px; } 
.x-ray-grid-view-content06 h4 { font-size: 28px; font-weight: bold; line-height: 1.25; } 
.bg-gray { background-color: rgba(0,0,0,0.03); } 
.x-ray-grid-view-content08 { padding: 100px 0; } 
.table-title-flex { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; } 
.table-title-flex h2 { font-size: 32px; line-height: 0.94; } 
.table-wrap table { width: 100%; border-top: 3px solid #000; border-bottom: 3px solid #000; } 
.table-wrap table tbody td, .table-wrap table tbody th { vertical-align: middle; text-align: center; padding: 8px 5px; border-bottom: 1px solid #888; } 
.table-wrap table tbody td._tit { width: 20%; font-weight: 800; border-right: 2px solid #222; } 
.table-wrap table tbody ._con { width: 80%; } 
.border-right { border-right: 1px solid #000; } 
.x-ray-grid-view-content07 { padding-top: 80px; padding-bottom: 150px; } 
.x-ray-grid-view-content07 .table-title-flex h2 { line-height: 1.41; } 
.x-ray-grid-view-content07 .wrap .box-wrap { width: calc((100% - 120px) / 4); margin-right: 40px; } 
.x-ray-grid-view-content07 .wrap .box-wrap:last-child { margin-right: 0; } 
.x-ray-grid-view-content07 .wrap .box-title { padding: 13px 0; border-top: 2px solid #000; border-bottom: 2px solid #000; display: flex; align-items: center; justify-content: space-between; padding-right: 8px; margin-bottom: 10px; } 
.x-ray-grid-view-content07 .wrap p { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.4); font-family: 'NanumSquare', sans-serif; } 
.x-ray-grid-view-content07 .wrap p:first-child { padding-top: 0; } 
.x-ray-grid-view-content07 .wrap p:last-child { border-bottom: none; } 

/* Grid 2100 */
.view02 .x-ray-grid-view-content08 h3 { font-size: 26px; font-weight: bold; margin-top: 20px; margin-bottom: 80px; } 
.view02 .x-ray-grid-view-content08 h3 small { font-size: 20px; } 
.view02 .x-ray-grid-view-content08 h4 { position: relative; } 
.view02 .x-ray-grid-view-content08 h4:before { content: ''; display: block; width: 15vw; height: 2px; background-color: #000; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } 
.view02 .x-ray-grid-view-content08 h4:after { content: ''; display: block; width: 15vw; height: 2px; background-color: #000; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
.view02 .x-ray-grid-view-content08 h4 span { font-size: 20px; font-weight: normal; color: #888; } 
.x-ray-grid-view-content06 .img-wrap { display: flex; margin-top: 30px; } 
.x-ray-grid-view-content06 .img-wrap .box:first-child { margin-right: 20px; } 
.x-ray-grid-view-content06 .img-wrap .box p { margin-top: 15px; font-size: 23px; font-weight: bold; } 
.x-ray-grid-view-content09.content { padding-bottom: 110px; } 
.x-ray-grid-view-content09 .bg-gray { padding: 90px 75px 105px; text-align: center; } 
.x-ray-grid-view-content09 .bg-gray .box-wrap:first-child { margin-bottom: 90px; } 
.x-ray-grid-view-content09 h3 { font-size: 32px; font-weight: 800; margin-bottom: 30px; } 
.x-ray-grid-view-content09 h4 { width: 100%; font-size: 23px; font-weight: 800; position: relative; margin-bottom: 25px; } 
.x-ray-grid-view-content09 h4:before { content: ''; display: block; width: 12vw; height: 2px; background-color: #000; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } 
.x-ray-grid-view-content09 h4:after { content: ''; display: block; width: 12vw; height: 2px; background-color: #000; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
.x-ray-grid-view-content09 .bg-gray .box-wrap:last-child h4:before { content: ''; display: block; width: 6vw; height: 2px; background-color: #000; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } 
.x-ray-grid-view-content09 .bg-gray .box-wrap:last-child h4:after { content: ''; display: block; width: 6vw; height: 2px; background-color: #000; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
.x-ray-grid-view-content09 .img-wrap .box { margin-right: 17px; } 
.x-ray-grid-view-content09 .img-wrap .box:last-child { margin-right: 0px; } 
.x-ray-grid-view-content09 .img-wrap .box p { font-size: 19px; font-weight: bold; margin-top: 12px; } 

/* 시스템 리스트 페이지 image-system */
.image-system-content01 { padding-top: 160px; padding-bottom: 180px; } 
.image-system-content01 .flex { align-items: center; } 
.image-system-content01 .flex .list-title { width: 300px; margin-right: 60px; position: sticky; top: 0; z-index: 5; } 
.image-system-content01 .flex .list-title h2 { font-size: 48px; font-weight: 900; margin-bottom: 40px; } 
.image-system-content01 .flex .list-title p { font-size: 18px; } 
.image-system-content01 .flex .list-img { width: calc(100% - 360px); } 
.image-system-content01 .flex .list-img .box-wrap { gap: 25px; }
.image-system-content01 .flex .list-img .box-wrap .box { display: inline-block; vertical-align: top; width: calc((100% - 50px) / 3); border: 1px solid #aaa; border-radius: 15px; padding: 20px; background-color: #fff; transform: translateY(0px); transition: 0.5s; } 
.image-system-content01 .flex .list-img .box-wrap .box:hover { transform: translateY(4px); transition: 0.5s; border-color:#041996 } 
.image-system-content01 .flex .list-img .box-wrap .box a { display: block; } 
.image-system-content01 .flex .list-img .box-wrap .box img { width:200px; height: 205px; object-fit: contain; } 
.image-system-content01 .flex .list-img .box-wrap .box p { margin-top: 25px; font-size: 18px; line-height: 1; } 
.image-system-content01 .flex .list-img .box-wrap .box:nth-child(3n) { margin-right: 0; } 
.trading .image-system-content01 .flex { align-items: flex-start; } 
.trading .image-system-content01 .flex .list-title { padding-top: 130px; } 
.trading .image-system-content01 .flex .list-img .box-wrap .box { width: auto; } 
.trading .image-system-content01 .flex .list-img .box-wrap .box:nth-child(3n) { margin-right: 25px; } 
.trading .image-system-content01 .flex .list-img .box-wrap .box.multi a:first-child { margin-right: 25px; } 
.trading .image-system-content01 .flex .list-img .box-wrap .box { text-align: center; } 
.trading .image-system-content01 .flex .list-img .box-wrap .box span { display: block; font-size: 16px; color: #aeaeae; } 
.depth-wrap { margin-top: 30px; } 
.depth-wrap ul { display: flex; align-items: center; justify-content: center; } 
.depth03-wrap ul li { position: relative; width: 240px; text-align: center; } 
/*.depth03-wrap ul.grid4 li { width: calc(100% / 4); max-width: 240px; text-align: center; } */
.depth03-wrap ul li a { display: block; font-size: 18px; padding: 8px 0; text-align: center; } 
.depth03-wrap ul li.on a { border-bottom: 2px solid #000; font-weight: 900; } 
.depth03-wrap ul li:first-child:before { content: ''; display: block; width: 1px; height: 12px; background-color: #707070; position: absolute; left: -1px; top: 50%; transform: translateY(-50%); } 
.depth03-wrap ul li:after { content: ''; display: block; width: 1px; height: 12px; background-color: #707070; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); } 
.depth04-wrap li { max-width: 200px; width: 100%; text-align: center; border: 1px solid #000; border-radius: 22px; margin-right: 15px; } 
.depth04-wrap li:last-child { margin-right: 0; } 
.depth04-wrap li.on, .depth04-wrap li:hover { background-color: #081677; border-color: #081677; } 
.depth04-wrap li a { display: block; line-height: 44px; } 
.depth04-wrap li.on a, .depth04-wrap li:hover a { color: #fff; } 




/* StriXion */
.image-system-view .content.image-system-view-content01 { padding-top: 80px; text-align: center; padding-bottom: 0; margin-bottom: 150px; } 
.image-system-view-content01 p { font-size: 24px; padding-bottom: 10px; position: relative; } 
.image-system-view-content01 p:after { content: ''; display: block; width: 460px; height: 1px; background-color: rgba(0, 0, 0, 0.32); position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; } 
.image-system-view-content01 p:last-child { padding-bottom: 0; } 
.image-system-view-content01 p:last-child:after { display: none; } 
.image-system-view-content01 .btn-wrap { margin-top: 60px; justify-content: center; margin-bottom: 25px; } 
.btn-wrap .down-btn { width: 290px; } 
.btn-wrap .down-btn:first-child { margin-right: 20px; } 
.btn-wrap .down-btn a { font-size: 18px; } 
.down-btn.blue { border:3px solid #071c58; } 
.down-btn.blue a:before { background-color: #071c58; } 
.down-btn.blue.active { background-color: #071c58; } 
.down-btn.blue.active a { color:#fff; } 
.down-btn.blue.active a:before { background-color: #fff; } 
.image-system-view .content.image-system-view-content02 { padding: 14vh 0; height: 110vh; overflow: hidden; background-image: url('../images/product/image-system/bg01.jpg?ver=1'); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.image-system-view-content02 .txt-box { margin: 60px 0; } 
.image-system-view-content02 .txt-box h3 { font-family: 'FaktumTest', 'NanumSquare', sans-serif; font-size: 48px; font-weight: bold; color:#fff; line-height: 1; } 
.image-system-view-content02 .txt-box h4 { font-size: 30px; color:#fff; } 
.image-system-view-content02 .circle-wrap .circle-box { display: inline-block; vertical-align: top; height: 0; padding-bottom: 33%; position: relative; width: calc(100% / 3); border: 3px solid #fff; border-radius: 50%; } 
.image-system-view-content02 .circle-wrap .circle-box:nth-child(2) { margin: 0 -30px; } 
.image-system-view-content02 .circle-wrap .circle-box h3 { font-family: 'FaktumTest', 'NanumSquare', sans-serif; font-size: 27px; font-weight: bold; color: #fff; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; text-transform: uppercase; } 
.image-system-view-content02 .circle-wrap .circle-box h3:after { content: ''; display: block; width: 125px; height: 3px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); bottom: -15px; } 
.image-system-view .content.image-system-view-content03 { padding-top: 14vh; height: 100vh; overflow: hidden; background-image: url('../images/product/image-system/bg02.png'); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.image-system-view-content03 h3 { font-size: 73px; line-height: 0.96; margin-top: 60px; } 
.image-system-view .str-view02 .img_explain { margin-top: 15px; } 


/* canvas */
.canvas-section { position: relative; transform: scale(0.7); } 
.canvas-wrap { position: relative; width: 100%; margin: 0 auto; height: 100vh; cursor: grab; } 
.canvas-wrap:after { content: ''; display: block; width: 150px; height: 130px; background-image: url('../images/product/canvas_icon.png'); background-repeat: no-repeat; background-size: contain; background-position: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: 10%; animation: blink2 6s infinite; visibility: visible; } 
.canvas-wrap:hover:after { visibility: hidden; } 
.canvas-wrap:active { cursor: grabbing; } 
.canvas-wrap canvas { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100% !important; height: 100% !important; object-fit: cover; } 
#loading-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background: rgba(255, 255, 255, 0.3); */ display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: opacity 0.3s, visibility 0.3s; z-index: 20; } 
.loading-icon { border: 8px solid #f3f3f3; border-top: 8px solid #3498db; border-radius: 50%; width: 50px; height: 50px; animation: spin 1s linear infinite; } 
.loading-text { color: #fff; padding-left: 20px; } 

@keyframes blink2 { 
 0% { opacity: 0; } 
 25% { opacity: 1; } 
 50% { opacity: 0; } 
 75% { opacity: 1; } 
 100% { opacity: 0; } 
 }
@keyframes spin { 
 0% { transform: rotate(0deg); } 
 100% { transform: rotate(360deg); } 
 }

.image-system-view .content { padding: 100px 0; } 
.image-system-view .content .wrap { margin-top: 60px; } 
.image-system-view-content04 .img-wrap { margin-top: 60px; } 
.image-system-view-content04 .img-wrap img { display: inline-block; vertical-align: top; width: calc((100% - 100px) / 3); margin-right: 50px; } 
.image-system-view-content04 .img-wrap img:last-child { margin-right: 0; } 
.image-system-view-content06 .circle-wrap .circle-box { display: inline-block; vertical-align: top; height: 0; padding-bottom: 33%; position: relative; width: calc(100% / 3); border-radius: 50%; background-repeat: no-repeat; background-size: cover; background-position: center; } 
.image-system-view-content06 .circle-wrap .circle-box:nth-child(2) { margin: 0 -30px; } 
.image-system-view-content06 .circle-wrap .circle-box div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.image-system-view-content06 .circle-wrap .circle-box div p { font-size: 32px; font-weight: bold; line-height: 1.09; } 
.image-system-view-content06 .circle-wrap .circle-box._01 div, .image-system-view-content06 .circle-wrap .circle-box._03 div { width: 45%; height: 45%; border-radius: 50%; display: block; background-color: rgba(8,22,119, 0.68); display: flex; align-items: center; justify-content: center; } 
.image-system-view-content06 .circle-wrap .circle-box._01 div p, .image-system-view-content06 .circle-wrap .circle-box._03 div p { color:#fff; } 
.image-system-view-content06 .circle-wrap .circle-box._02:before { content: ''; display: block; width: calc(100% - 17px); height: calc(100% - 18px); border-radius: 50%; position: absolute; left: 50%; top: 50%; border: 12px solid #081677; z-index: 1; transform: translate(-50%, -50%); } 
.image-system-view-content06 .circle-wrap .circle-box._02 div { width: 100%; } 
.image-system-view-content07 .wrap { margin-top: 70px; } 
.image-system-view-content07 .wrap .txt-box { width: calc(55% - 100px); position: relative; } 
.image-system-view-content07 .wrap .txt-box ul { flex-direction: column; justify-content: space-between; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); } 
.image-system-view-content07 .wrap .txt-box ul li { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; position: relative; } 
.image-system-view-content07 .wrap .txt-box ul li:after { content: ''; display: block; width: 100%; height: 1px; background-color: rgba(0,0,0,0.61); position: absolute; left: 0; bottom: 0; } 
.image-system-view-content07 .wrap .txt-box ul li p { font-size: 18px; font-weight: bold; line-height: 1.33; } 
.image-system-view-content07 .wrap .txt-box._02 ul li { flex-direction: row-reverse; } 
.image-system-view-content07 .wrap .txt-box._02 ul li p { text-align: right; } 
.image-system-view-content07 .wrap .img-box { width: 45%; margin: 0 50px; } 
.image-system-view-content07 .img-wrap { margin-top: 80px; margin-bottom: 100px; } 


.image-system-view-content08 .wrap ul { width: 50%; } 
.image-system-view-content08 .wrap ul:first-child { margin-right: 45px; } 
.image-system-view-content08 .wrap ul li { font-size: 18px; text-align: center; padding: 13px 0; line-height: 1; border-bottom: 1px solid rgba(0,0,0,0.4); } 
.image-system-view-content08 .wrap ul li._tit { background-color: transparent !important; font-weight: bold; border-top: 2px solid #000; border-bottom: 2px solid #000; } 
.image-system-view-content08 .wrap ul:first-child li { background-color: rgba(229,229,229,0.73); } 

.image-system-view-content09 .wrap .box { width: calc((100% - 100px) / 3); margin-right: 50px; padding-top: 25px; } 
.image-system-view-content09 .wrap .box:last-child { margin-right: 0; } 
.image-system-view-content09 .wrap .box h4 { font-size: 28px; font-weight: bold; margin-bottom: 20px; } 
.image-system-view-content09 .wrap .box ul { margin-top: 25px; } 
.image-system-view-content09 .wrap .box ul li { font-size: 18px; position: relative; padding-left: 25px; } 
.image-system-view-content09 .wrap .box ul li:before { content: ''; display: block; width: 14px; height: 14px; border-radius: 50px; border: 1px solid rgba(0,0,0,0.7); position: absolute; left: 0; top: 4px; } 
.image-system-view-content09 .wrap .ba-wrap { margin-top: 25px; display: flex; } 
.image-system-view-content09 .wrap .ba-wrap .ba-box { width: 50%; } 
.image-system-view-content09 .wrap .ba-wrap .ba-box:first-child { margin-right: 12px; } 

.image-system-view-content10 .wrap { padding:40px; } 
.img-gray { background-color: rgb(214 214 214); } 
.image-system-view-content11 .wrap .box { width: calc((100% - 75px) / 4); margin-right: 25px; border-bottom: 1px solid rgba(112,112,112, 0.4); } 
.image-system-view-content11 .wrap .box:last-child { margin-right: 0; } 
.image-system-view-content11 .wrap .box h4 { font-size: 18px; font-weight: bold; text-align: center; padding-top: 5px; padding-bottom: 5px; } 

.image-system-view-content12 .flex img { width: 50%; } 
.image-system-view-content12 .wrap._01 img:first-child { margin-right: 25px; width: calc(50% - 25px); } 
.image-system-view-content12 .wrap._02 ul li { font-size: 18px; text-align: center; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.4); } 
.image-system-view-content12 .wrap._02 ul li._tit { font-weight: 800; border-top: 3px solid #081677; border-bottom: 2px solid #000; } 
.image-system-view-content12 .wrap._02 ul { width: 50%; } 
.image-system-view-content12 .wrap._02 ul:first-child { margin-right: 25px; } 

.image-system-view-content13 .img-wrap { margin-top: 60px; } 
.image-system-view-content13 .img-wrap img { width: calc((100% - 100px) / 3); margin-right: 50px; } 
.image-system-view-content13 .img-wrap img:last-child { margin-right: 0; } 

.image-system-view-content14 { position: relative; } 
.image-system-view-content14:before { content: ''; display: block; width: 100%; height: calc(100% + 65vh); background-color: rgba(0,0,0,0.03); position: absolute; left: 0; top: -65vh; z-index: -1; } 
.image-system-view-content14 .wrap div { margin-right: 25px; } 
.image-system-view-content14 .wrap div:last-child { margin-right: 0; } 


/* view */
.product .view-content.view-content01 { padding-top: 90px; padding-bottom: 70px; } 
.product .view-content ul { margin-top: 30px; } 
.product .view-content { padding-top: 100px; padding-bottom: 130px; } 
.product .view-content:nth-child(2n), .bg_f7 { background-color: #f7f7f7 !important; } 
.product .view-content.bg-white { background-color: #fff !important; } 
.bg_f9 { background-color: #f9f9f9 !important; } 
.bg-white { background-color: #fff !important; } 
.view-content01 .flex { align-items: center; } 
.view-content01 .prd-img { width: 50%; overflow: hidden; position: relative; } 
.view-content01 .prd-img .swiper-slide { background-color: #fafafa; } 
.view-content01 .prd-img .swiper-slide img { height: 500px; object-fit: contain; padding:0 30px; } 
.slide-nav { height: 70px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; justify-content: space-between; width: 100%; } 
.slide-nav div { width: 70px; height: 100%; background-color: #e1e1e1; background-repeat: no-repeat; background-size:18px; background-position: center; cursor: pointer; transition: 0.5s; } 
.slide-nav div:hover { background-color: rgba(0, 0, 0, 0.85); transition: 0.5s; } 
.slide-nav .nav-left { background-image: url('../images/product/slide_left.png'); } 
.slide-nav .nav-right { background-image: url('../images/product/slide_right.png'); } 
.view-content01 .prd-txt { width: 50%; padding-left: 8%; } 
.prd-title { margin-bottom: 50px; } 
.prd-title span { font-size: 18px; color: #888; } 
.prd-title h2 { font-size: 46px; font-weight: 900; } 
.view-content01 .prd-txt .prd-desc li { font-size: 18px; position: relative; padding-left: 10px; margin-bottom: 15px; } 
.view-content01 .prd-txt .prd-desc li:before { content:'·'; display: block; position: absolute; left: 0; top: 1px; } 
.view-content01 .prd-txt .prd-desc li:last-child { margin-bottom: 0; } 
.view-content01 .prd-txt .btn-wrap { margin-top: 70px; display: flex; } 
.view-content01 .prd-txt .btn-wrap > div { max-width: 195px; width: 100%; border: 1px solid; } 
.view-content01 .prd-txt .btn-wrap > div:first-child { margin-right: 15px; } 
.view-content01 .prd-txt .btn-wrap > .blue { background-color: #081677; border-color: #081677; } 
.view-content01 .prd-txt .btn-wrap > div a { display: block; padding: 0 20px; font-size: 14px; line-height: 48px; display: flex; align-items: center; justify-content: space-between; } 
.view-content01 .prd-txt .btn-wrap > .blue a { color: #fff; } 
.view-content01 .prd-txt .btn-wrap > div span { transform: translateX(0px); transition: 0.3s; } 
.view-content01 .prd-txt .btn-wrap > div:hover span { transform: translateX(4px); transition: 0.3s; } 
.view-content01 .prd-txt .btn-wrap > div svg { transform: translateX(0px); transition: 0.3s; } 
.view-content01 .prd-txt .btn-wrap > div:hover svg { transform: translateX(-4px); transition: 0.3s; } 

.inner-title { font-size: 34px; font-weight: 900; margin-bottom: 50px; text-align: center; } 
.view-content02 ul li { margin-bottom: 20px; } 
.view-content02 ul li:last-child { margin-bottom: 0; } 
.view-content02 ul li p { font-size: 18px; } 
.view-content03 .config-row { align-items: center; margin-bottom: 100px; } 
.view-content03 .config-row:last-child { margin-bottom: 0; } 
.config-row .config-img { width: 42%; } 
.config-row .config-txt { width: 58%; padding-left: 40px; } 
.config-row .config-txt .config-title { margin-bottom: 40px; } 
.config-row .config-txt .config-title h3 { font-size: 46px; font-weight: 900; line-height: 1; } 
.config-row .config-txt .config-title span { font-size: 18px; color: #888; } 
.config-row .config-txt h4 { font-size: 24px; font-weight: bold; margin-bottom: 30px; } 
.config-row .config-txt h5 { font-size: 18px; font-weight: bold; margin-bottom: 15px; } 
.config-row .config-txt p { font-size: 18px; color: #888; } 
.view-content04 .table-wrap { margin-bottom: 55px; } 
.view-content04 .table-wrap:last-child { margin-bottom: 0; } 
.view-content04 .table-wrap table { border-width: 2px; } 
.view-content04 .table-wrap table tbody th { background-color: #eee; vertical-align: middle; text-align: center; padding: 8px 0; border-bottom: 1px solid #888; font-weight: bold; border-right: 1px solid #000; } 
.td_bg { background-color: #eee; } 
.table-wrap._01 table tbody td { border-right: 1px solid #000; } 
.table-wrap table tbody tr td:last-child { border-right: none; } 
.view-content05 .upgrade-row { margin-top: 75px; align-items: center; } 
.view-content05 .upgrade-row .upgrade-img { margin-right: 80px; width: calc(50% - 80px); } 
.view-content05 .upgrade-row .upgrade-txt { width: 50%; } 
.view-content05 .upgrade-row .upgrade-txt p { font-size: 18px; } 
.config-row .config-txt ul { margin-left: 30px; border-top: 2px solid #000; border-bottom: 2px solid #000; } 
.config-row .config-txt ul li { padding: 8px 20px; font-weight: bold; border-bottom: 1px solid #888; } 
.config-row .config-txt ul li:nth-child(2n-1) { background-color: #eee; } 
.view-content06 .grid3 div { width: calc((100% - 100px) / 3); margin-right: 50px; position: relative; } 
.view-content06 .grid3 div:last-child { margin-right: 0;/* 사진없을동안 임시로 */ display: flex; flex-direction: column; justify-content: end; } 
.view-content06 .grid3.after div:after { content: ''; display: block; width: 2px; height: 100%; background-color: #c2c2c2; position: absolute; right: -30px; top: 0; } 
.view-content06 .grid3.after div:last-child::after { display: none; } 
.view-content06 .grid3 div p { font-size: 24px; margin-top: 10px; text-align: center; } 
.view-content07 .txt-wrap p { font-size: 18px; margin-bottom: 10px; } 
.view-content07 .txt-wrap p:last-child { margin-bottom: 0; } 
.view-content08 .box-row { display: flex; align-items: center; } 
.view-content08 .box-row .box-img { width: 50%; } 
.view-content08 .box-row .box-txt { margin-left: 95px; width: calc(50% - 95px); } 
.view-content08 .box-row .box-txt h3 { font-size: 34px; font-weight: 900; margin-bottom: 50px; } 
.view-content08 .box-row .box-txt h4 { font-size: 24px; font-weight: 900; margin-bottom: 50px; } 
.view-content08 .box-row .box-txt p { font-size: 18px; margin-bottom: 20px; } 
.view-content08 .box-row .box-txt p:last-child { margin-bottom: 0; } 
.view-content08_1 .box02 { padding: 0 0 50px; box-sizing: border-box; margin-bottom: 30px; } 
.view-content08_1 .box02 div > p { font-size: 18px; line-height: 1; margin-bottom: 14px; } 
.view-content08_1 .box02 div > p span { font-size: 21px; font-weight: bold; } 
.view-content08_1 .box02 ul { display: flex; gap: 51px; } 
.view-content08_1 .box02 ul li img { max-width: 100%; } 
.view-content08_1 .box02 ul li p { font-size: 24px; } 
.view-content08_1 .box03 { padding: 50px 0 50px; box-sizing: border-box; } 
.view-content08_1 .box03 p { font-size: 18px; line-height: 1; margin-bottom: 14px; } 
.view-content08_1 .box03 p span { font-size: 21px; font-weight: bold; } 
.view-content08_1 .box03 ul { display: flex; gap: 32px; } 
.view-content08_1 .box03 ul li img { max-width: 100%; } 
.view-content08_1 .box03 ul li p { font-size: 24px; line-height: 1; margin-bottom: 14px; } 
.view-content09 .box01 { padding-bottom: 50px; box-sizing: border-box; } 
.view-content09 .box01 ul li { font-size: 18px; } 
.view-content09 .box01 p { font-size: 18px; margin-top: 25px; } 
.view-content09 .box02 { padding: 50px 0 50px; box-sizing: border-box; } 
.view-content09 .box02 h4 { font-size: 26px; line-height: 1; font-weight: bold; } 
.view-content09 .box02 ul.color { display: flex; justify-content: center; gap: 50px; } 
.view-content09 .box02 ul.color li { display: flex; align-items: center; gap: 17px; } 
.view-content09 .box02 ul.color li p:first-child { width: 15px; height: 15px; } 
.view-content09 .box02 ul.color li:first-child p:first-child { background-color: #001f79; } 
.view-content09 .box02 ul.color li:nth-child(2) p:first-child { background-color: #808080; } 
.view-content09 .box02 ul.color li:nth-child(3) p:first-child { background-color: #000; } 
.view-content09 .box02 ul.graph { display: flex; align-items: end; gap: 130px; } 
.view-content09 .box02 ul.graph li img { max-width: 100%; } 
.view-content09 .box02 ul.graph li p { font-size: 18px; margin-top: 20px; } 
.view-content10 img { max-width: 100%; } 
.view-content11 ul { display: flex; gap: 30px; } 
.view-content11 ul li { width: 33.33%; border: 1px solid #aaa; border-radius: 20px; padding: 40px 34px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; transform: translateY(0px); transition: 0.5s; } 
.view-content11 ul li:hover { transform: translateY(4px); transition: 0.5s; border-color: #041996; } 
.view-content11 ul li .top_txt p:first-child { font-size: 34px; font-weight: bold; } 
.view-content11 ul li .top_txt p:nth-child(2) { font-size: 20px; } 
.view-content11 ul li .bottom_txt p { font-size: 24px; font-weight: bold; } 
.view-content11 ul li img { max-width: 100%; margin-bottom: 53px; } 
.solution-content01 .flex { flex-wrap: wrap; } 
.solution-content01 .box { width: calc((100% - 20px) / 2); margin-right: 20px; margin-bottom: 45px; display: flex; flex-direction: column; justify-content: space-between; } 
.solution-content01 .box:nth-child(2n) { margin-right: 0; } 
.solution-content01 .box p { font-size: 18px; font-weight: bold; margin-bottom: 15px; } 
.solution-content01 .box h3 { font-size: 24px; font-weight: 900; margin-bottom: 15px; text-align: center; } 
.solution-content02 .box-wrap { flex-wrap: wrap; justify-content: center; } 
.solution-content02 .box-wrap .box { width: calc(100% / 5); margin-bottom: 80px; } 
.solution-content02 .box-wrap .box p { text-align: center; font-size: 18px; font-weight: bold; margin-top: 15px; } 
.solution-content03 .box-wrap { justify-content: space-between; } 
.solution-content03 .box-wrap .box p { text-align: center; margin-top: 15px; font-weight: 900; } 
.inner-p { text-align: center; font-size: 18px; margin-bottom: 90px; } 
.solution-content04 .box-wrap .box { width: calc((100% - 30px) / 3); margin-right: 15px; text-align: center; } 
.solution-content04 .box-wrap .box:last-child { margin-right: 0; } 
.solution-content04 .box-wrap .box p { font-size: 18px; font-weight: 900; margin-top: 15px; } 
.solution-content05 h4 { font-size: 24px; font-weight: 900; text-align: center; margin-bottom: 15px; } 
.solution-content05 .box-wrap { gap: 20px; } 
.solution-content05 .box { width: calc(50% - 10px); /* margin-right: 20px; */ text-align: center; } 
.solution-content05 .box:last-child { margin-right: 0; } 
.solution-content05 .box p { font-size: 18px; font-weight: 900; margin-top: 20px; } 
.animal-content01 .img-wrap { margin-top: 90px; padding-bottom: 70px; } 
.animal-content01 .img-wrap h4 { font-size: 30px; font-weight: 900; text-align: center; margin-bottom: 30px; } 
.animal-content01.detail_img { padding-top: 170px; box-sizing: border-box; position: relative; } 
.animal-content01.detail_img p { display: block; width: 100%; text-align: center; font-size: 40px; font-weight: 800; position: absolute; top: -115px; left: 50%; transform: translateX(-50%); } 
.animal-content02 .title-flex p { margin-top: 70px; } 
.animal-content02 .img-wrap { margin-top: 50px; position: relative; } 
.animal-content02 .img-desc { position: absolute; left: 50%; transform: translateX(-50%); bottom: 50px; background-color: rgba(255, 255, 255, 0.7); width: 70%; padding: 30px 60px; } 
.animal-content02 .img-desc p { font-size: 24px; font-weight: 800; } 

.animal-title { margin-top: 180px; } 
.animal-title h3 { font-size: 36px; font-weight: 800; } 
.animal-content02 .inner, .animal-content .inner { margin-top: 90px; } 
.animal-content02 .inner h4, .animal-content .inner h4 { font-size: 30px; font-weight: 800; margin-bottom: 30px; } 
.animal-content02 .inner p, .animal-content .inner p { font-size: 18px; margin-bottom: 60px; } 
.animal-content03 .inner p { margin-top: 50px; } 
.hor-txt { display: flex; justify-content: space-between; margin-top: 300px; margin-bottom: 160px; } 
.hor-txt { font-weight: 800; } 
.black { color: #000; } 
.white { color: #fff; } 
.white * { color: #fff; } 
.animal-content04 .flex { margin-top: 120px; margin-bottom: 170px; } 
.animal-content04 .flex .img-box { width: 50%; } 
.animal-content04 .flex .txt-box { width: 50%; } 
.animal-content04 .img-wrap { display: flex; } 
.animal-content04 .grid3 .box { width: calc((100% - 50px) / 3); margin-right: 25px; } 
.animal-content04 .grid3 .box:nth-child(3n) { margin-right: 0; } 
.animal-content04 .grid2 .box { width: calc((100% - 20px) / 2); margin-right: 20px; } 
.animal-content04 .grid2 .box:nth-child(2n) { margin-right: 0; } 
.animal-content04 .img-wrap p { font-size: 24px; font-weight: 800; margin-top: 10px; } 

.animal-content05 .box_wrap { margin-top: 100px; } 
.animal-content05 .box_wrap ul.top { display: flex; flex-direction: column; gap: 30px; } 
.animal-content05 .box_wrap ul.top li { display: flex; align-items: center; padding: 48px 95px; box-sizing: border-box; background-color: #f7f7f7; gap: 80px; border-radius: 20px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } 
.animal-content05 .box_wrap ul.top li img { width: 223px; height: 223px; object-fit: contain; } 
.animal-content05 .box_wrap ul.top li .explain { text-align: left; } 
.animal-content05 .box_wrap ul.top li .explain p:first-child { font-size: 46px; line-height: 46px; font-weight: 800; margin-bottom: 29px; } 
.animal-content05 .box_wrap ul.top li .explain p:nth-child { font-size: 21px; line-height: 21px; } 
.animal-content05 .box_wrap > p { font-size: 30px; margin: 150px auto 130px; } 
.animal-content05 .box_wrap > p span { color: #081677; font-weight: 800; } 
.animal-content05 .box_wrap ul.bottom { display: flex; flex-wrap: wrap; gap: 54px; margin-bottom: 200px; } 
.animal-content05 .box_wrap ul.bottom li { width: calc(50% - 27px); padding: 90px 85px; box-sizing: border-box; border-radius: 144px; } 
.animal-content05 .box_wrap ul.bottom li:first-child { border: solid 1px #0088b1; } 
.animal-content05 .box_wrap ul.bottom li:last-child { border: solid 1px #081677; } 
.animal-content05 .box_wrap ul.bottom li p { display: inline-block; font-size: 27px; line-height: 27px; font-weight: 600; position: relative; } 
.animal-content05 .box_wrap ul.bottom li p::after { content: ''; display: block; width: 100%; height: 3px; background-color: #081677; position: absolute; left: 0; bottom: -14px; } 

.animal-content05 .flex.box_add { display: block; width: 100%; height: 550px; background-image: url(../images/product/image-system/dynavue_03.png?ver=0); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; } 
.animal-content05 .flex.box_add .img-box { display: none; } 
.animal-content05 .flex.box_add .txt-box { width: auto; position: absolute; right: 3%; bottom: 10%; padding-left: 0; } 
.animal-content05 .flex.box_add .txt-box p { font-size: 20px; font-weight: 700; margin-top: 5px; } 

.animal-content05 .video_box { background-color: #e8e8e8; padding: 30px 50px; box-sizing: border-box; margin-top: 50px; } 
.animal-content05 .video_box .text { margin-bottom: 20px; } 
.animal-content05 .video_box .text p { text-align: left; } 
.animal-content05 .video_box .text p:first-child { font-size: 25px; font-weight: 700; } 
.animal-content05 .video_box video { width: 100%; } 

.animal-content05 .img-wrap { margin-top: 130px; margin-bottom: 200px; } 
.animal-content05 .flex { align-items: center; } 
.animal-content05 .flex .img-box { width: 50%; } 
.animal-content05 .flex .txt-box { width: 50%; text-align: left; padding-left: 110px; } 
.animal-content05 .flex.grid2 { flex-wrap: wrap; align-items: flex-start; } 
.animal-content05 .flex .box { width: calc((100% - 15px) / 2); margin-right: 15px; } 
.animal-content05 .flex .box:nth-child(2n) { margin-right: 0; } 
.animal-content05 .flex .box p { font-size: 20px; font-weight: bold; margin-top: 25px; } 
.animal-content05 .box_wrap > p { margin: 150px auto 50px !important; } 
.con-bg { position: relative; height: 0; padding: 0; padding-bottom: 33.632% !important; background-repeat: no-repeat; background-size: cover; background-position: center; } 
.con-bg .con-txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.f16 { font-size: 16px !important; } 
.f24 { font-size: 24px !important; } 
.flex-start { align-items: flex-start !important; } 
.mt130 { margin-top: 130px; } 
.str-view01.con-bg { padding-top: 125px; padding-bottom: 40.2% !important; } 
.str-view01.con-bg .con-txt { top: initial; transform: translateX(-50%); bottom: 0; width: 100%; } 
.str-view01 .grid2 div:last-child { padding-left: 50px; } 
.str-view01 .txt-box p { font-size: 20px; margin-bottom: 15px; } 
.flex.grid2 div { width: 50%; } 
.justify-center { justify-content: center; } 
.align-center { align-items: center; } 
.space-between { justify-content: space-between; } 
.animal-content .inner>h3 { font-size: 24px; } 

.str-view .table-wrap table { border-bottom: none; table-layout: fixed; } 
.str-view .table-wrap table th, .str-view .table-wrap table td { font-size: 18px; padding: 10px 5px; } 
.str-view .table-wrap table th { background-color: #081677; color: #fff; } 
.str-view .table-wrap table tbody tr td { border-right: 1px solid rgba(0, 0, 0, 0.4); } 
.str-view .table-wrap table tbody tr td:last-child { border-right: none; } 
.str-view02 .flex { flex-wrap: wrap; } 
.str-view02 .flex .box { margin-right: 20px; width: calc(50% - 20px); } 
.str-view02 .flex .box:last-child { margin-right: 0; } 
.str-view03 .flex .box { margin-right: 90px; } 
.str-view03 .flex .box:last-child { margin-right: 0; } 
.str-view04 .flex .box { margin-right: 30px; } 
.str-view04 .flex .box:last-child { margin-right: 0; } 

.str-view .pc_ver { } 
.str-view .mobile_ver { display: none; } 
.str-view .mobile_ver img { display: block; max-width: 100%; width: 70%; margin: 30px auto 0; } 
.str-view .mobile_ver .content { display: flex; flex-wrap: wrap; gap: 10px; padding: 50px 0; } 
.str-view .mobile_ver .content > li { width: calc(50% - 5px); } 
.str-view .mobile_ver .content li p { font-size: 20px; color: #000; background-color: #00c6e4; padding: 8px 20px; box-sizing: border-box; font-weight: 700; } 
.str-view .mobile_ver .content li ul { padding: 10px 20px; box-sizing: border-box; background-color: #f2f2f2; margin-bottom: 10px; margin-top: 0; } 


/* history */
.sub_page.history { padding: 160px 0; } 
.history-content01 .tab-list-wrap { display: flex; } 
.history-content01 .tab-list-wrap .tab-list { width: 50%; position: relative; border-bottom: 3px solid #081677; cursor: pointer; } 
.history-content01 .tab-list-wrap .tab-list:before { content: ''; display: block; width: 100%; height: 90%; position: absolute; left: 0; bottom: 0; z-index: -1; background-color: #ededed; } 
.history-content01 .tab-list-wrap .tab-list p { font-size: 35px; font-weight: 800; color: rgba(0,0,0,0.5); text-align: center; line-height: 76px; } 
.history-content01 .tab-list-wrap .tab-list.on { border: 3px solid #081677; border-bottom: none; } 
.history-content01 .tab-list-wrap .tab-list.on:before { display: none; } 
.history-content01 .tab-list-wrap .tab-list.on p { color: #081677; } 
.history-content01 .tab-con-wrap .tab-con:last-child { display: none; } 
.history-content01 .tab-con-wrap .circle-wrap { margin-top: 50px; margin-bottom: 50px; display: flex; justify-content: center; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box { width: 250px; height: 250px; margin-right: 70px; border: 1px solid #707070; position: relative; border-radius: 50%; cursor: pointer; } 
/* 추가 */.history-content01 .tab-con-wrap .circle-wrap .circle-box.on { border: 1px solid #081677; background-color: #081677; } 
/* 추가 */.history-content01 .tab-con-wrap .circle-wrap .circle-box.on h3, .history-content01 .tab-con-wrap .circle-wrap .circle-box.on h2 { color: #fff; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box:last-child { margin-right: 0; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box:after { content: ''; display: block; width: 30px; height: 55px; background-image: url('../images/business/arrow.png'); background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; transform: translateY(-50%); right: -50px; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box:last-child:after { display: none; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box h3 { font-size: 21px; font-weight: bold; position: relative; margin-bottom: 10px; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box h3:after { content: ''; display: block; width: 72px; height: 1px; background-color: #000; position: absolute; left: 50%; transform: translateX(-50%); } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box:last-child h3:after { background-color: #fff; } 
.history-content01 .tab-con-wrap .circle-wrap .circle-box h2 { font-size: 20px; font-weight: 800; line-height: 1; } 
.his-wrap .his-row { display: flex; margin-bottom: 80px; } 
.his-wrap .his-row .his-year { width: 170px; margin-right: 80px; } 
.his-wrap .his-row .his-year h2 { font-size: 45px; font-weight: bold; line-height: 1; } 
.his-wrap .his-row .his-con { width: calc(100% - 250px); position: relative; } 
.his-wrap .his-row .his-con:before { content: ''; display: block; width: 1px; height: 100%; background-color: #707070; position: absolute; left: -40px; top: 0; } 
.his-wrap .his-row .his-con .his-con-row { display: flex; align-items: center; } 
.his-wrap .his-row .his-con .his-con-row h3 { font-size: 35px; font-weight: bold; width: 60px; margin-right: 125px; position: relative; } 
.his-wrap .his-row .his-con .his-con-row h3:after { content: ''; display: block; width: 85px; height: 1px; background-color: rgba(112,112,112,0.31); position: absolute; right: -95px; top: 50%; transform: translateY(-50%); } 
.his-wrap .his-row .his-con .his-con-row p { font-size: 21px; width: calc(100% - 185px); } 

.story-wrap { padding-top: 120px; position: relative; } 
.story-wrap { opacity: 0; transform: translateY(80px); transition: opacity 0.5s, transform 0.5s; } 
.story-wrap:before { content: ''; display: block; width: 3px; height: 100%; background-color: rgba(112,112,112,0.61); position: absolute; left: 44%; /* opacity: 0; */ } 
/* .story-wrap.active:before { opacity:1; transition: opacity 0.3s; transition-delay: 0.5s; } */
.story-wrap .story-flex { display: flex; margin-bottom: 150px; opacity: 0; transform: translateY(80px); transition: 0.8s; } 
.story-wrap .story-flex.active { opacity: 1; transform: translateY(0px); transition: 0.8s ease-in-out; } 
.story-wrap .story-flex._01 { opacity: 1; } 
.story-wrap .story-flex:nth-child(2n) { flex-direction: row-reverse; } 
.story-wrap .story-flex .story-left { width: 50%; padding-right: 12%; } 
.story-wrap .story-flex:nth-child(2n) .story-right { padding-right: 12%; } 
.story-wrap .story-flex .story-left .img-box { position: relative; height:0; padding-bottom: 100%; } 
.story-wrap .story-flex .story-left .img-box .bg { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; left: 50%; top: 50%; z-index: -1; border-radius: 50%; transform: translate(-50%, -50%); } 
.story-wrap .story-flex .story-left .img-box .bg::before { display: none; } 
.story-wrap .story-flex .story-left .img-box div { position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); width: 65%; height: 65%; } 
.story-wrap .story-flex .story-left .img-box div:before { content:''; display: block; width: 100%; height: 100%; background-color: rgba(8,22,119,0.49); border-radius: 50%; border: 1px solid #ff0000; position: absolute; left: 0; top: 0; animation: blink3 infinite 3s forwards ease-in; } 
.story-wrap .story-flex .story-left .img-box div p { position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); text-align: center; font-size: 87px; font-weight: bold; line-height: 1; color:#fff; } 
.story-wrap .story-flex .story-right { width: 50%; position: relative; } 
.story-wrap .story-flex .story-right h2 { font-size: 35px; font-weight: 800; line-height: 1; padding-bottom: 30px; } 
.story-wrap .story-flex .story-right p { font-size: 20px; margin-bottom: 50px; } 
.story-wrap .story-flex .story-right .indicator-wrap { display: flex; flex-direction: column; align-items: center; width: 50px; position: absolute; left: calc(-12% - 25px); } 
.story-wrap .story-flex:nth-child(2n) .story-right .indicator-wrap { left: initial; right: calc(12% - 25px); } 
.story-wrap .story-flex .story-right .indicator-wrap .indicator { width: 40px; height: 40px; border: 3px solid #a7a7a7; border-radius: 100px; margin-bottom: 20px; background-color: #fff; } 
.story-wrap .story-flex .story-right .indicator-wrap .indicator.on { width: 50px; height: 50px; background-color: #a7a7a7; } 
.story-wrap .story-flex .story-right .swiper { padding-bottom: 100px; } 
.story-wrap .story-flex .story-right .swiper .swiper-slide { cursor: pointer; } 
.story-wrap .story-flex .story-right .swiper .swiper-slide:last-child { margin-right: 0; } 
.story-wrap .story-flex .story-right .swiper .swiper-slide img { width: 100%; height: 250px; object-fit: cover; } 
.story-wrap .story-flex .story-right .swiper .swiper-pagination { position: absolute; top: initial; left: 0%; bottom: 0; z-index: 20; height: auto; width: 100%; background: transparent; border-radius: 0; cursor: pointer; padding-top: 30px; padding-bottom: 30px; } 
.story-wrap .story-flex .story-right .swiper .swiper-pagination:before { content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.6); } 
.story-wrap .story-flex .story-right .swiper .swiper-pagination-progressbar-fill { background: #081677; border-radius: 0; height: 2px; top: 29px; } 
.story-wrap .story-flex .story-right .swiper .arrow-box { position: absolute; bottom: 7px; left: 50%; z-index: 25; cursor: pointer; } 

@keyframes blink3 { 
 0% { opacity: 1; } 
 50% { opacity: 0.8; } 
 100% { opacity: 1; } 
 }

/* cert */
.cert h2 { font-size: 34px; font-weight: 800; text-align: center; } 
.cert .content { padding: 100px 0; } 
.cert-content01 .cert-wrap { margin-top: 65px; } 
.cert-content01 .cert-wrap .box { display: inline-block; vertical-align: top; width: calc((100% - 75px) / 4); margin-right: 25px; margin-bottom: 30px; } 
.cert-content01 .cert-wrap .box:nth-child(4n) { margin-right: 0; } 
.cert-content01 .cert-wrap .box .desc { margin-top: 15px; text-align: center; } 
.cert-content01 .cert-wrap .box .desc h3 { font-weight: 400; margin-bottom: 10px; } 
.cert-content02 .cert-wrap { margin-top: 75px; } 
.cert-content02 .cert-row { display: flex; align-items: center; justify-content: center; margin-bottom: 50px; } 
.cert-content02 .cert-row:last-child { margin-bottom: 0; } 
.cert-content02 .cert-row .img { margin-right:50px; } 
.cert-content02 .cert-row .img:last-child { margin-right:0; } 

/* global */
.sub_page.global { padding-top: 160px; } 
.global-content01 .title-box { margin: 0 50px; } 
.global-content01 .title-box h2 { width: 50%; } 
.global-content01 .title-box p { font-size: 17px; line-height: 1.76; width: 50%; } 
.global-content02 { margin-top: 80px; position: relative; padding: 100px 70px; } 
.global-content02:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-image: url('../images/business/global-bg.png?ver=1'); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.global-content02 .wrap .left-wrap { width: 22%; } 
.global-content02 .wrap .left-wrap h3 { font-size: 48px; font-weight: 800; color:#fff; line-height: 1.23; } 
.global-content02 .wrap .right-wrap { margin: 0 75px; } 
.global-content02 .wrap .right-wrap .box-wrap .box { padding:30px 35px; background-color: rgba(13,65,91,0.8); width: calc((100% - 40px) / 2); margin-right: 40px; margin-bottom: 35px; display: inline-block; vertical-align: top; } 
.global-content02 .wrap .right-wrap .box-wrap .box:nth-child(2n) { margin-right: 0; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-title { display: flex; justify-content: space-between; margin-bottom: 25px; align-items: flex-start; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-title h4 { font-size: 20px; color: #fff; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-title h4 b { font-weight: 800; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row { display: flex; margin-bottom: 10px; align-items: flex-start; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row:last-child { margin-bottom: 0; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row img { width: 25px; margin-right: 10px; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row p { font-size: 16px; font-weight: bold; color:#fff; line-height: 1.31; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row a { font-size: 12px; color:#fff; line-height: 1.31; text-decoration: underline; position: relative; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row a:after { content: ''; display: block; width: 18px; height: 18px; position: absolute; right: -22px; top: 0; background-image: url('../images/business/global_arrow.png'); background-repeat: no-repeat; background-position: center; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row p._01 { width: 85px; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row p._02 { width: calc(100% - 35px - 85px); font-weight: normal; } 

/* recruit01 */
.recruit01-content01 { padding: 100px 0; } 
.recruit01-content01 h2 { font-size: 42px; text-align: center; line-height: 1.31; } 
.recruit01 .title-box { margin-bottom: 80px; text-align: center; } 
.recruit01 h3 { font-size: 34px; font-weight: 900; text-align: center; } 
.recruit01 p { margin-top: 30px; font-size: 21px; } 
.recruit01 .content { padding-top: 80px; padding-bottom: 100px; } 
.recruit01-content02 .box { width: calc((100% - 100px) / 3); margin-right: 50px; padding-bottom: 50px; border-bottom: 3px solid; } 
.recruit01-content02 .box:nth-child(1) { border-color: #3b8fc7; } 
.recruit01-content02 .box:nth-child(2) { border-color: #90d3f4; } 
.recruit01-content02 .box:last-child { margin-right: 0; border-color: #4cced4; } 
.recruit01-content02 .box p { text-align: center; } 
.recruit01-content03 .box-wrap { margin-bottom: 150px; } 
.recruit01-content03 .box-wrap .left-wrap { width: 35%; } 
.recruit01-content03 .box-wrap .left-wrap h4 { font-size: 30px; position: relative; } 
.recruit01-content03 .box-wrap .left-wrap h4:before { content: ''; display: block; width: 75px; height: 5px; background-color: #3b8fc7; position: absolute; left: 0; top: -10px; } 
.recruit01-content03 .box-wrap .right-wrap { width: 65%; } 

/* recruit02 */
.recruit02 .recruit01-content01 h2 { font-size: 42px; line-height: 1.31; font-weight: 400; } 
.recruit02 .content { padding-top: 100px; padding-bottom: 100px; } 
.recruit02 .double_title { font-size: 50px; } 
.recruit02 h2 { font-size: 34px; font-weight: 800; text-align: center; margin-bottom: 60px; } 

.recruit02-content02 .wrap .box { width:calc(100% / 5); margin-right: 60px; position: relative; } 
.recruit02-content02 .wrap .box:last-child { margin-right: 0; } 
.recruit02-content02 .wrap .box:after { content:''; display: block; width: 25px; height: 45px; background-image: url('../images/recruit/arrow.png'); background-repeat: no-repeat; background-position: center; position: absolute; top: 35%; transform: translateY(-50%); right: -45px; } 
.recruit02-content02 .wrap .box:last-child:after { display: none; } 
.recruit02-content02 .wrap .box p { margin-top: 30px; font-size: 20px; font-weight: 800; text-align: center; } 
.recruit02-content03 h2 { padding-bottom: 20px; position: relative; margin-bottom: 35px; } 
.recruit02-content03 h2:after { content:''; display: block; width: 86px; height: 1px; background-color: #000; position:absolute; left:50%; transform:translateX(-50%); bottom:0; } 
.recruit02-content03 .txt-box { margin-top: 35px; } 
.recruit02-content03 .txt-box p { margin-top: 20px; font-size: 17px; } 
.recruit02-content03 .wrap { margin-top: 25px; padding: 0 10%; } 
.recruit02-content03 .wrap .box { margin-right: 45px; padding: 30px 20px; width: calc((100% - 90px) / 3); border: 1px solid #ccc; } 
.recruit02-content03 .wrap .box:last-child { margin-right: 0; } 
.recruit02-content03 .wrap .box h3 { margin-bottom: 20px; } 
.recruit02-content03 .wrap .box h4 { font-size: 17px; font-weight: bold; margin-bottom: 40px; } 
.recruit02-content03 .wrap .box p { font-size: 17px; line-height: 1.76; } 

.recruit02-content04 .wrap .box { width: calc(100% / 2); position: relative; } 
.recruit02-content04 .wrap .box:after { content: ''; display: block; width: 1px; height: 135px; background-color: #ccc; position: absolute; right: 0; top: 90px; } 
.recruit02-content04 .wrap .box:last-child:after { display: none; } 
.recruit02-content04 .wrap .box h3 { font-size: 28px; font-weight: 800; line-height: 1; margin-bottom: 60px; } 
.recruit02-content04 .wrap .box p { margin-top: 35px; font-size: 21px; } 
.recruit02-content04 .btn-box { margin-top: 50px; } 
.recruit02-content04 .btn-box p { font-size: 21px; margin-bottom: 50px; } 
.recruit02-content04 .btn-box a { margin: 0 auto; display: flex; width: 180px; line-height: 51px; border: 2px solid #000; text-align: left; font-size: 17px; position: relative; align-items: center; justify-content: space-between; padding: 0 30px; } 
.recruit02-content04 .btn-box a:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #000; transform: scaleX(0); transition: 0.5s; z-index: -1; } 
.recruit02-content04 .btn-box a:hover { border-color: transparent; color:#fff; } 
.recruit02-content04 .btn-box a:hover:before { transform: scaleX(1); transition: 1s; } 
.recruit02-content04 .btn-box a:hover img { content:url('../images/recruit/down_btn.png?ver=1'); } 
.recruit02-content05 h2 { cursor: pointer; } 
.recruit02-content05 .table-wrap { margin-top: 20px; display: none; } 
.recruit02-content05 .table-wrap .table-top { border-top: 3px solid #3e3a39; border-bottom: 1px solid #3e3a39; } 
.recruit02-content05 .table-wrap .table-top ul { display: flex; } 
.recruit02-content05 .table-wrap .table-bottom .table-row { display: flex; align-items: center; } 
.recruit02-content05 .table-wrap .table-bottom .table-row:hover { background-color: rgba(204,204,204, 0.3); } 
.recruit02-content05 .table-wrap .table-bottom .table-row li { font-size: 18px; line-height: 1; padding: 10px 0; border-bottom: 1px solid #ccc; height: 70px; display: flex; flex-direction: column; justify-content: center; } 
.recruit02-content05 .table-wrap li a { display: block; font-size: 18px; transition: 0.5s; } 
.recruit02-content05 .table-wrap a:hover { color: #081677; transition: 0.5s; } 
.recruit02-content05 .table-wrap .table-bottom .table-row li._title a { text-align: left; padding-left: 15px; } 
.recruit02-content05 .table-wrap ._title { width: 50%; } 
.recruit02-content05 .table-wrap ._type { width: 15%; } 
.recruit02-content05 .table-wrap ._date { width: 30%; } 
.recruit02-content05 .table-wrap ._etc { width: 15%; } 
.recruit02-content05 .table-wrap ._etc a { line-height: 36px; background-color: #3b8fc7; color: #fff; font-size: 15px; max-width: 110px; width: 100%; margin: 0 auto; } 
.recruit02-content05 .table-wrap ._etc a:hover { background-color: #081677; } 
.recruit02-content05 .table-wrap .table-top ul li { font-size: 24px; font-weight: bold; padding: 20px 0; line-height: 1; } 
#dday { font-size: 22px; font-weight: bold; font-family: 'NanumSquare', sans-serif; } 
#dateRange { font-size: 17px; color: #3e3a39; font-family: 'NanumSquare', sans-serif; } 
.pagination-box { margin-top: 115px; justify-content: center; } 
.pagination-box a { line-height: 30px; } 
.pagination-box a img { vertical-align: middle; display: inline-block; } 
.pagination-box .num_list { font-size: 0; margin: 0 20px; } 
.pagination-box .num_list a { font-size: 18px; padding: 0 10px; font-family: 'NanumSquare', sans-serif; margin: 0 10px; text-align: center; line-height: 30px; } 
.pagination-box .num_list a.on { background-color: #081677; color: #fff; } 
.one_prev { margin-left: 20px; } 
.one_next { margin-right: 20px; } 

/* corp01 */

.corp h2 { font-size: 42px; line-height: 1.31; margin-bottom: 50px; } 
.corp h3 { font-size: 34px; font-weight: 800; text-align: center; } 
.corp01-content01 { padding-top: 100px; padding-bottom: 130px; } 
.corp01-content01 p { font-size: 20px; margin-top: 70px; } 
.corp01-content02, .corp03-content02 { padding-top: 100px; padding-bottom: 170px; } 
.corp01-content02 h3 { margin-bottom: 70px; } 
.corp01-content02 .box { width: calc((100% - 30px) / 3); margin-right: 15px; border: 1px solid #c9c9c9; padding: 30px 10px 10px; text-align: center; } 
.corp01-content02 .box:last-child { margin-right: 0; } 
.corp01-content02 .box .icon { margin-bottom: 30px; } 
.corp01-content02 .box .desc { margin-bottom: 45px; } 
.corp01-content02 .box h4 { font-size: 18px; font-weight: 800; margin-bottom: 30px; height: 90px; } 
.corp01-content02 .box p { font-size: 17px; line-height: 1.76; height: 130px; } 
.corp02-content02 { padding-top: 100px; padding-bottom: 160px; } 
.corp02-content02 h3 { margin-bottom: 45px; } 
.corp02-content02 .flex { flex-wrap: wrap; } 
.corp02-content02 .box { display: flex; align-items: center; width: calc((100% - 40px) / 2); margin-right: 20px; border: 1px solid #c9c9c9; padding: 40px 20px 50px 50px; margin-bottom: 30px; background-color: #fff; border-radius: 0 0 50px 0; position: relative; } 
.corp02-content02 .box:nth-child(2n) { margin-right: 0; } 
.corp02-content02 .box:after { content: ''; display: block; width: 70px; height: 3px; background-color: #081677; position: absolute; left: 0; bottom: 0px; } 
.corp02-content02 .box .icon { margin-right: 45px; width: 85px; } 
.corp02-content02 .box .desc { width: calc(100% - 130px); } 
.corp02-content02 .box h4 { font-size: 18px; font-weight: 800; margin-bottom: 20px; } 
.corp02-content02 .box p { font-size: 14px; line-height: 1.71; color: #414141; } 
.corp03-content01 { position: relative; } 
.corp03-content01 h2 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; width: 100%; } 
.corp03-content02 h3 { margin-bottom: 55px; } 
.corp03-content02 .wrap { width: 100%; margin: 0 auto; padding: 0 11.8%; } 
.corp03-content02 .slide-wrap { overflow: hidden; padding: 0 50px; position: relative; padding-bottom: 85px; } 
.corp03-content02 .slide-wrap:before { content: ''; display: block; width: 50px; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; z-index: 2; } 
.corp03-content02 .slide-wrap:after { content: ''; display: block; width: 50px; height: 100%; position: absolute; right: -1px; top: 0; background-color: #fff; z-index: 2; } 
.corp03-content02 .slide-wrap .swiper-slide { border: 1px solid #afafaf; border-radius: 0 0 45px 0; padding: 60px 40px; text-align: center; } 
.corp03-content02 .slide-wrap .swiper-slide:after { content: ''; display: block; width: 90px; height: 4px; background-color: #081677; position: absolute; left: 0; top: 0; } 
.corp03-content02 .slide-wrap .swiper-slide img { height: 220px; object-fit: contain; } 
.corp03-content02 .slide-wrap .swiper-slide p { font-size: 18px; line-height: 1.4; margin-top: 20px; height: 45px; } 
.corp03-content02 .slide-wrap .nav { position: absolute; top: 50%; transform: translateY(-50%); display: flex; justify-content: space-between; width: 100%; left: 0px; z-index: 5; } 
.corp03-content02 .slide-wrap .nav div { cursor: pointer; } 
.corp03-content02 .slide-wrap .nav ._prev:hover { content: url('../images/corp/arrow_prev_b.png'); } 
.corp03-content02 .slide-wrap .nav ._next:hover { content: url('../images/corp/arrow_next_b.png'); } 
.corp03-content02 .slide-wrap .swiper-scrollbar { max-width: 100%; width: calc(100% - 100px); left: 0; bottom: 0; margin: 0 50px; height: 2px; background: #dcdcdc; } 
.corp03-content02 .slide-wrap .swiper-scrollbar .swiper-scrollbar-drag { background: #404040; } 
.corp04-content01 { position: relative; height: 840px; } 
.corp04-content01 .video_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 
.corp04-content01 .video_box:before { content:''; display:block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; background-color: rgba(0,0,0,0.4); } 
.corp04-content01 .video_box video { width: 100%; height: 100%; object-fit: cover; } 
.corp04-content01 h2 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 1; font-size: 42px; text-align: center; color:#fff; } 
.corp04-content02 { padding-top: 120px; padding-bottom: 130px; background-image: url('../images/corp/corp_logo.png'); background-repeat: no-repeat; background-position: left bottom; background-size: 450px; } 
.row-reverse { flex-direction: row-reverse; } 
.corp04-content02 .flex { margin-bottom: 100px; align-items: center; } 
.corp04-content02 .flex .img-box { width:50%; } 
.corp04-content02 .flex .txt-box { width:50%; padding-left: 70px; } 
.corp04-content02 .flex.row-reverse .txt-box { padding-left: 0; padding-right: 70px; } 
.corp04-content02 .flex .txt-box h3 { text-align: left; font-size: 34px; font-weight: 800; margin-bottom: 25px; } 
.corp04-content02 .flex .txt-box p { font-size: 18px; } 

/* trading */
.product .content.trading-content01 { padding-top: 80px; } 
.trading-slide { overflow: hidden; position: relative; } 
.trading-slide .swiper-slide { background-color: #f8f8f8; } 
.trading-slide .swiper-slide div { display:flex; align-items: center; width: 100%; height: 380px; } 
.trading-slide .swiper-slide div img { max-height: 280px; } 
.trading-slide .nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; display: flex; align-items: center; justify-content: space-between; width: 100%; } 
.trading-slide .nav>div { width: 55px; height: 55px; background-color: rgba(0, 0, 0, 0.1); display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.3s; } 
.trading-slide .nav>div:hover { background-color: rgba(0,0,0,0.8); transition: 0.3s; } 
.trading-content02 { padding: 130px 0; } 
.trading-content02 h3 { font-size: 36px; margin-bottom: 60px; } 
.trading-content02 h4 { font-size: 30px; font-weight: 800; margin-bottom: 40px; } 
.trading-content02 ul { } 
.trading-content02 ul li { font-size: 18px; margin-bottom: 20px; } 
.trading-content02 ul li:last-child { margin-bottom: 0; } 
.trading-content02 .table-wrap tbody th { font-weight: 800; border-right: 2px solid #222; } 
.trading-content02 .table-wrap tbody th { width: 30%; } 
.trading-content02 .table-wrap tbody td { width: 70%; } 
.util-wrap { margin-top: 70px; display: flex; justify-content: center; } 
.util-wrap > div { max-width: 280px; width: 100%; border: 1px solid; background-color: #fff; } 
.util-wrap > div:first-child { margin-right: 15px; } 
.util-wrap > .blue { background-color: #081677; border-color: #081677; } 
.util-wrap > div a { display: block; padding: 0 20px; font-size: 14px; line-height: 48px; display: flex; align-items: center; justify-content: space-between; } 
.util-wrap > .blue a { color: #fff; } 
.util-wrap > div span { transform: translateX(0px); transition: 0.3s; } 
.util-wrap > div:hover span { transform: translateX(4px); transition: 0.3s; } 
.util-wrap > div svg { transform: translateX(0px); transition: 0.3s; } 
.util-wrap > div:hover svg { transform: translateX(-4px); transition: 0.3s; } 


/* exhibition */
.promotion .content:first-child { padding-top: 100px; padding-bottom: 280px; } 
.promotion h2 { font-size: 34px; font-weight: 800; margin-bottom: 60px; } 
.exhibition-content01 .date-year { margin-bottom: 15px; } 
.exhibition-content01 .date-year select { width: 100px; display: block; height: 45px; border: 1px solid #a4a4a4; color: #000; font-size: 16px; padding: 0 10px; appearance: none; background-image: url('../images/promotion/arrow_down.png'); background-repeat: no-repeat; background-position: center right 15px; background-size: 10px; border-radius: 5px; cursor: pointer; } 
.date-wrap table { table-layout: fixed; } 
.date-wrap table thead tr { border-top: 2px solid #000; border-bottom: 2px solid #000; } 
.date-wrap table thead tr th { font-size: 18px; font-weight: 800; padding: 20px 0; text-align: center; vertical-align: middle; } 
.date-wrap table tbody tr { border-bottom: 1px solid rgba(0,0,0,0.3); } 
.date-wrap table tbody tr td { color: #3e3a39; padding: 15px 0; vertical-align: middle; text-align: center; } 
.date-wrap table tbody ._month span { max-width: 90px; width: 100%; display: inline-block; background-color: #283ab7; color: #fff; text-align: center; line-height: 30px; } 
.date-wrap table tbody ._month.empty span { background-color: #ccc; } 

/* news */
.news-wrap { border-top: 1px solid #000; } 
.news-row { border-bottom: 1px solid rgba(0, 0, 0, 0.2); background-color: #fff; box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0); transition: 0.5s; position: relative; } 
.news-row:before { content: ''; display: block; width: 100%; height: 100%; border: 1px solid #283ab7; border-bottom:none; position:absolute; left: 0; top:0; opacity: 0; transition: 0.5s; } 
.news-row:hover { box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.08); border-bottom: 1px solid #283ab7; transition: 0.5s; } 
.news-row:hover:before { opacity: 1; transition: 0.5s; } 
.news-row a { display: flex; align-items: center; padding: 30px; position: relative; z-index: 5; } 
.news-row .news-img { width: 430px; margin-right: 30px; } 
.news-row .news-img img { width: 100%; height: 242px; object-fit: contain; } 
.news-row .news-img.default { border: 1px solid #ccc; box-sizing: border-box; width: 430px; height: 240px; position: relative; } 
.news-row .news-img.default img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.news-row .news-desc { width: calc(100% - 430px - 30px - 50px - 85px); margin-right: 85px; position: relative; z-index: 2; } 
.news-row .news-desc h3 { font-size: 22px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 20px; } 
.news-row .news-desc p { font-size: 18px; color: #555; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; height: 80px; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-bottom: 30px; } 
.news-row .news-desc h6 { color:#ccc; } 
.news-row .news-arrow { width: 50px; height: 50px; border: 1px solid #ccc; border-radius: 50px; display: flex; justify-content: center; align-items: center; background-color: #fff; transform: translateX(0px); transition: 0.8s; } 
.news-row:hover .news-arrow { background-color: #283ab7; transform: translateX(10px); transition: 0.8s; } 
.news-row:hover .news-arrow svg path { stroke: #fff !important; transition: 0.8s; } 
.news-content01 .news-info { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; } 
.total-view span { font-weight: bold; color: #283ab7; } 
.search-box select { width: 130px; display: inline-block; vertical-align: top; height: 45px; border: 1px solid #ccc; color: #888; font-size: 16px; padding-left: 20px; appearance: none; background-image: url('../images/promotion/arrow_down.png'); background-repeat: no-repeat; background-position: center right 15px; background-size: 10px; } 
.search-box .input-box { width: 300px; display: inline-block; vertical-align: top; height: 45px; border: 1px solid #ccc; border-left: none; } 
.search-box .input-box input { height: 100%; width: calc(100% - 43px); padding: 0; border: none; vertical-align: top; display: inline-block; text-indent: 20px; color: #333; font-size: 16px; } 
.search-box .input-box button { width: 43px; height: 100%; border: none; background-color: #283ab7; display: inline-block; vertical-align: top; cursor: pointer; } 
.search-box .input-box button img { margin-left: auto; margin-right: auto; } 
.promotion .pagination-box .num_list a.on { background-color: #283ab7; } 
.view-title h3 { font-size: 24px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 25px; } 
.view-info { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #000; border-bottom: 1px solid rgba(0,0,0,0.2); height: 46px; } 
.view-info .sns { height: 100%; display: flex; } 
.view-info .sns img { width: 44px; height: 44px; display: block; } 
.view-info .left-wrap { display: flex; align-items: center; } 
.view-info .left-wrap .view-date, .view-info .left-wrap .view-count { display: flex; align-items: center; } 
.view-info .left-wrap .view-date { margin-right: 50px; } 
.view-info .left-wrap img { margin-right: 8px; } 
.view-info .right-wrap { display: flex; } 
.view-info .right-wrap div { position: relative; width: 44px; height: 44px; } 
.view-info .right-wrap div:first-child { margin-right: 1px; } 
.view-info .right-wrap div a img { position: absolute; left: 0; top: 0; } 
.view-info .right-wrap div a img { position: absolute; left: 0; top: 0; } 
.view-info .right-wrap div a img:last-child { opacity: 0; transition: 0.3s; } 
.view-info .right-wrap div a:hover img:first-child { opacity: 0; transition: 0.3s; } 
.view-info .right-wrap div a:hover img:last-child { opacity: 1; transition: 0.3s; } 

.view-file { display: flex; align-items: center; padding: 30px 0; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); } 
.view-file p { font-size: 20px; font-weight: 800; margin-right: 35px; } 
.view-file a { display: block; font-size: 18px; color: #3e3a39; } 
.list-btn { max-width: 165px; width: 100%; margin: 0 auto; margin-top: 60px; } 
.list-btn a { display: block; text-align: center; line-height: 62px; background-color: #283ab7; color: #fff; font-size: 18px; font-weight: bold; } 
.article-wrap { margin-top: 80px; } 
.article-wrap .article-row { border-bottom: 1px solid rgba(0, 0, 0, 0.2); } 
.article-wrap .article-row:hover { background-color: #eff4ff; } 
.article-wrap .article-row a { display: flex; align-items: center; padding: 30px 20px; } 
.article-wrap .article-row:first-child { border-top: 1px solid rgba(0, 0, 0, 0.2); } 
.article-wrap .article-row .article-arrow { display: flex; align-items: center; width: 80px; margin-right: 120px; } 
.article-wrap .article-row .article-arrow span { margin-left: 20px; font-size: 18px; font-weight: bold; } 
.article-wrap .article-row .article-title { width: calc(100% - 100px - 200px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.article-wrap .article-row .article-date { font-size: 18px; color: #999; width: 100px; } 

/* video */
.video-content01 .search-wrap { text-align: center; } 
.video-content01 .search-box .input-box { width: 400px; } 
.video-content01 .total-view { margin-top: 55px; } 
.video-content01 .video-wrap { margin-top: 30px; display: flex; flex-wrap: wrap; } 
.video-content01 .video-wrap .box { width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 80px; } 
.video-content01 .video-wrap .box a { display: block; } 
.video-content01 .video-wrap .box:nth-child(3n) { margin-right: 0; } 
.video-content01 .video-wrap .box:hover { transform: translateY(3px); } 
.video-content01 .video-wrap .box .img { position: relative; height: 0; padding-bottom: 56%; margin-bottom: 20px; overflow: hidden; } 
.video-content01 .video-wrap .box .img div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ccc; display: flex; justify-content: center; align-items: center; } 
.video-content01 .video-wrap .box .desc { } 
.video-content01 .video-wrap .box .desc span { font-size: 14px; font-weight: bold; color:#283ab7; } 
.video-content01 .video-wrap .box .desc h3 { font-size: 18px; font-weight: bold; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; height: 50px; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-top: 15px; margin-bottom: 40px; } 
.video-content01 .video-wrap .box .desc h6 { color: #ccc; } 
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } 
.embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; } 
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } 
#main-wrap .main-slide .video_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 
#main-wrap .main-slide .video_box video { width: 100%; height: 100%; object-fit: cover; } 
#main-wrap .main-slide.s1 .video_box:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; background-color: rgba(0, 0, 0, 0.35); } 
.footer .footer-top .right-wrap .agree-box button { display: block; font-size: 14px; color: rgba(249, 249, 255, 0.5); background-color: transparent; outline: none; border: 1px solid rgba(249, 249, 255, 0.5); line-height: 30px; padding: 0 15px; cursor: pointer; transition: 0.3s; white-space: nowrap; } 
.footer .footer-top .right-wrap .agree-box button:hover { background-color: #001297; border-color: #001297; color: #fff; transition: 0.3s; } 
.privacy-popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 12; background-color: rgba(0, 0, 0, 0.55); } 
.privacy-popup .inner { max-width: 850px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 600px; border-radius: 40px; } 
.privacy-popup .inner .title-area { background-color: #081677; position: relative; height: 70px; border-radius: 40px 40px 0 0; } 
.privacy-popup .inner .title-area h2 { line-height: 70px; font-size: 20px; text-align: center; color: #fff; font-weight: 700; } 
.privacy-popup .inner .desc-area { background-color: #fff; height: calc(100% - 70px); border-radius: 0 0 40px 40px; padding: 30px 40px; overflow: auto; } 
.privacy-popup .inner .desc-area p { white-space: pre-line; } 
.privacy-popup .inner .title-area .close-btn { position: absolute; right: 30px; top: 10px; z-index: 15; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } 
.privacy-popup .inner .desc-area::-webkit-scrollbar { width: 8px; } 
.privacy-popup .inner .desc-area::-webkit-scrollbar-thumb { background-color:rgba(122,122,122,.75); border-radius:10px; } 
.privacy-popup .inner .desc-area::-webkit-scrollbar-track { background-color:rgba(122,122,122,.1); } 
.privacy-popup .inner .desc-area .table-wrap { margin-top:50px; } 
.privacy-popup .inner .desc-area .table-wrap table { border-top: 1px solid #000; border-bottom: 1px solid #000; table-layout: fixed; } 
.privacy-popup .inner .desc-area .table-wrap table tr th, .privacy-popup .inner .desc-area .table-wrap table tr td { vertical-align: middle; text-align: center; padding: 15px 10px; border-right: 1px solid #707070; } 
.privacy-popup .inner .desc-area .table-wrap table tr th:last-child, .privacy-popup .inner .desc-area .table-wrap table tr td:last-child { border-right:none; } 
.privacy-popup .inner .desc-area .table-wrap table tr td { font-size: 14px; } 
.privacy-popup .inner .desc-area .table-wrap table th { font-weight: 800; background-color: #e6e6e6; } 
.privacy-popup .inner .desc-area .table-wrap table thead tr, .privacy-popup .inner .desc-area .table-wrap table tbody tr { border-bottom: 1px solid #707070; } 

/* 연구개발 240904 */
.rnd01-content01 .banner-box { height:710px; background: url("../images/rnd/banner.png?ver=1") no-repeat center center/cover } 
.rnd01-content01 .text-box { position: absolute; left: 0; top: 50%; width: 100%; z-index: 1; transform: translateY(-50%); text-align: center; } 
.rnd01-content01 .text-box h4 { font-size: 32px; font-weight: 700; color:#fff } 
.rnd01-content01 .text-box h3 { font-size: 48px; font-weight: 700; color:#fff } 
.rnd01-content02 { padding:100px 15% 140px; background-color: #f9f9f9 } 
.rnd01-content02 h3 { margin-bottom: 50px; font-size: 32px; font-weight: 700; } 
.rnd01-content02 p { font-size: 24px; } 
@font-face { font-family:faktum test; font-style:normal; font-weight:400; src:url('../font/Faktum_Test_Regular.woff') format('woff') } 
@font-face { font-family:faktum test; font-style:normal; font-weight:700; src:url('../font/Faktum_Test_Bold.woff') format('woff') } 
.rnd01-content03 { padding:100px 0 } 
.rnd01-content03 ul li { display: inline-block; width:250px; padding:60px 0; margin-right: 30px; vertical-align: middle; background-color: #f9f9f9; } 
.rnd01-content03 ul li:last-child { margin-right: 0; } 
.rnd01-content03 ul li h3 { font-family: 'faktumTest', sans-serif; font-size: 120px; font-weight: 700; color:#081677; line-height: 1 } 
.rnd01-content03 p { margin-top: 50px; font-size: 24px; } 
.rnd01-content04 { padding:100px 15% 140px; background-color: #f9f9f9; } 
.rnd01-content04 h3 { margin-bottom: 50px; font-size: 34px; font-weight: 700; } 
.rnd01-content04 > p { margin-top: 60px; } 
.rnd01-content04 ul { margin-top: 50px; margin-bottom: 120px; font-size: 0; } 
.rnd01-content04 ul li { display:inline-block; width:360px; margin-right: 15px; padding: 50px 70px; border-radius: 101px; box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05); background-color: #fff; } 
.rnd01-content04 ul li:last-child { margin-right: 0; } 
.rnd01-content04 ul li h4 { margin-bottom: 10px; font-size: 20px; font-weight: 700; color:#081677 } 
.rnd01-content04 > h4 { margin-top: 60px; font-size: 28px; font-weight: 700; color: #081677; } 
.rnd01-content05 { padding:100px 15% 140px; background-color: #f7f7f7 } 
.rnd01-content05 .container { padding: 0 9.36%; } 
.rnd01-content05 h3 { margin-bottom: 50px; font-size: 34px; font-weight: 700; } 
.rnd01-content05 > p { margin-bottom: 50px; } 
.rnd01-content05 .img-box img { vertical-align: top; font-size: 0; } 
.rnd01-content05 .img-box img:first-child { margin-right: 70px; width: calc(100% - 70px); } 
.rnd01-content05 .img-box + h4 { margin-top: 60px; font-size: 28px; font-weight: 700; color:#081677 } 
.rnd01-content05 .img-box + h4 + h4 { margin-top: 150px; margin-bottom: 40px; font-size: 28px; font-weight: 700; } 
.rnd01-content05 img + h4 { margin-top: 30px; font-size: 28px; font-weight: 700; color:#081677 } 
.rnd01-content05 h3 { font-size: 34px; font-weight: 700; } 
.rnd01-content05 h4 { margin-top: 30px; font-size: 20px; font-weight: 700; } 
.rnd01-content05 ul { margin-top: 40px; font-size: 0; } 
.rnd01-content05 ul li { display: inline-block; position: relative; width: calc((100% - 80px) / 5); margin-right: 20px; background-color: #fff; padding: 20px 15px; padding-bottom: 140px; } 
.rnd01-content05 ul li:last-child { margin-right: 0; } 
.rnd01-content05 ul li h5 { padding-bottom: 10px; font-size: 16px; font-weight: 700; color:#081677; border-bottom: solid 1px #707070; text-align: left; line-height: 1.3 } 
.rnd01-content05 ul li img { position: absolute; bottom:30px; left:30px } 
.rnd01-content05 p { margin-top: 30px; } 
.rnd01-content06 { padding:100px 0 140px } 
.rnd01-content06 h3 { font-size: 34px; font-weight: 700; } 
.rnd01-content06 ul { margin-top: 80px; font-size: 0; } 
.rnd01-content06 ul li { display: inline-block; width: calc((100% - 20px) / 2); margin-right: 20px; padding: 70px 30px; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 40px; vertical-align: top; } 
.rnd01-content06 ul li:first-child { background-image: url(../images/rnd/bg01.png) } 
.rnd01-content06 ul li:first-child + li { background-image: url(../images/rnd/bg02.png) } 
.rnd01-content06 ul li:first-child + li + li { background-image: url(../images/rnd/bg03.png) } 
.rnd01-content06 ul li:first-child + li + li + li { background-image: url(../images/rnd/bg04.png) } 
.rnd01-content06 ul li:nth-child(even) { margin-right: 0; } 
.rnd01-content06 ul li:nth-child(n+3) { margin-top: 20px; } 
.rnd01-content06 ul li h4 { font-size: 22px; font-weight: 700; color:#fff } 
.rnd01-content06 ul li p { margin-top: 5px; color:#fff; height: 50px; } 

/* rnd비전 */
.rnd02-content01 .banner-box { height:710px; background: url(../images/rnd/banner01_1.png) no-repeat center center/cover } 
.rnd02-content02 { padding:120px 0 140px } 
.rnd02-content02 h3 { margin-bottom: 20px; font-size: 34px; font-weight: 700; } 
.rnd02-content02 h4 { font-size: 24px; font-weight: 700; color:#081677 } 
.rnd02-content02 ul { margin-top: 30px; font-size: 0; } 
.rnd02-content02 ul li { display: inline-block; width: 400px; margin-right: 15px; padding: 50px; border-radius: 100px; box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05); background-color: #fff; vertical-align: middle } 
.rnd02-content02 ul li:last-child { margin-right: 0; } 
.rnd02-content02 ul li h5 { font-size: 20px; font-weight: 700; color:#081677 } 
.rnd02-content02 ul li p { font-size: 14px; } 
.rnd02-content03 { padding:250px 0; background: url(../images/rnd/banner02.png) no-repeat center center/cover } 
.rnd02-content03 h3 { margin-bottom: 30px; font-size: 34px; font-weight: 700; color:#fff } 
.rnd02-content03 p { font-size: 20px; color:#fff } 
.rnd02-content04 { padding:120px 0 140px } 
.rnd02-content04 h3 { font-size: 34px; font-weight: 700; } 
.rnd02-content04 .container h3 + div { margin-top: 50px; background: url(../images/rnd/bg05.png) no-repeat center center/cover } 
.rnd02-content04 .container div > div { width: 50%; padding:90px 40px 90px 30px; background-color: rgba(0,0,0,.63); } 
.rnd02-content04 .container h3 + div > div { margin-left: auto; } 
.rnd02-content04 p { font-size: 18px; color:#fff; text-align: left } 
.rnd02-content04 ul { margin-top: 100px; font-size: 0; } 
.rnd02-content04 ul li { display: inline-block; width: 100%; padding:150px 60px; background-repeat: no-repeat; background-position: center center; background-size: cover } 
.rnd02-content04 ul li:last-child { margin-right: 0; } 
.rnd02-content04 ul.list01 li:first-child { background-image: url(../images/rnd/content07.png?ver=1) } 
.rnd02-content04 ul li h4 { font-size: 34px; font-weight: 700; color:#fff } 
.rnd02-content04 ul + h4 { margin-top: 100px; font-size: 34px; font-weight: 700; } 
.rnd02-content04 .container h4 + div { margin-top: 50px; background: url(../images/rnd/bg06.png) no-repeat center center/cover } 
.rnd02-content04 h5 { margin-bottom: 30px; font-size: 24px; font-weight: 700; color:#fff; text-align: left } 
.rnd02-content05 { padding:120px 15% 140px; background-color: #f9f9f9; } 
.rnd02-content05 h3 { margin-bottom: 50px; font-size: 34px; font-weight: 700; } 
.rnd02-content05 p { margin-top: 50px; font-size: 18px; } 
.rnd02-content06 { padding:100px 0 140px } 
.rnd02-content06 h3 { font-size: 34px; font-weight: 700; } 
.rnd02-content06 ul { margin-top: 60px; text-align: center; } 
.rnd02-content06 ul li { display:inline-block; vertical-align: top; width: calc((100% - 210px) / 4); margin-right: 70px; } 
.rnd02-content06 ul li:nth-child(4) { margin-right: 0; } 
.rnd02-content06 ul li:nth-child(n+5) { margin-top: 40px; } 
.rnd02-content06 ul li h4 { margin-top: 15px; font-size: 24px; font-weight: 700; } 

/* 240906 */
.img-title { display:inline-block; margin-top: 60px; margin-bottom: 40px; padding:15px 40px; border-radius: 29px; background-color: #081677; font-size: 22px; font-weight: 700; color:#fff; } 
.img-title span { color:#00c6e4 } 
.grey-box { max-width:850px; margin-top: 30px; margin-left: auto; margin-right: auto; padding:35px; background-color: #e8e8e8; } 
.grey-box h3 { font-size: 22px; font-weight: 700; } 
.grey-box p { margin-top: 20px; font-size: 18px; } 
.detect-wrap { max-width: 1500px; margin-top: 100px; margin-left: auto; margin-right: auto; padding:0 15px; font-size: 0; } 
.detect-wrap .wrap { display:inline-block; width:calc((100% - 80px) / 5); margin-right: 20px; vertical-align: top } 
.detect-wrap .wrap img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; } 
.detect-wrap .wrap:last-child { margin-right: 0; } 
.detect-wrap .wrap span { display: block; margin-top: 10px; font-size: 14px; font-weight: 700; } 
@media all and (max-width : 992px){
 .detect-wrap { text-align: left } 
.detect-wrap .wrap { width: calc((100% - 20px) / 2); } 
.detect-wrap .wrap:nth-child(even) { margin-right: 0 } 
.detect-wrap .wrap:nth-child(n+3) { margin-top: 30px } 
.detect-wrap .wrap span { text-align: center; } 
 }
.trading-h3 { margin-top: 60px; margin-bottom: 120px; font-size: 36px; } 
.flex-wrap { flex-wrap: wrap; } 
.depth-wrap ul.flex-wrap { justify-content: left } 
.depth-wrap ul.flex-wrap li { width:25%; } 
.depth03-wrap ul li:nth-child(4n+1):before { content: ''; display: block; width: 1px; height: 12px; background-color: #707070; position: absolute; left: -1px; top: 50%; transform: translateY(-50%); } 
.main-top-btn { position: absolute; bottom:30px; right:30px; cursor: pointer; } 
.news-content02 .view-content { padding-top: 50px; } 
.news-content02 .view-content img { display: block; max-width: 100%; height:auto!important } 

/* 241016 */
.product .box-wrap { display: flex; flex-wrap: wrap; } 
.x-ray-grid-view-content01 .wrap .left-wrap .down-btn { width: 100%; border:none } 
.x-ray-grid-view-content01 .wrap .left-wrap .down-btn a { width: calc((100% - 10px) / 2); border:1px solid #000; cursor: pointer; } 
.x-ray-grid-view-content01 .wrap .left-wrap .down-btn a:first-child { float: left; margin-right: 10px; } 
.x-ray-grid-view-content01 .wrap .left-wrap .down-btn a:first-child + a { float:right; } 

/* 250107 업체요청으로 시스템 동물용 detect 숨김 처리 */
/*.org-image-system-content01 .flex .list-img .box-wrap .box:first-child { display: none } 
.org-image-system-content01 .flex .list-img .box-wrap .box:nth-child(3n) { margin-right: 25px; } 
.org-image-system-content01 .flex .list-img .box-wrap .box:nth-child(4n) { margin-right: 0; } */

/* 250410 Global 수정 */
.global-content02 .wrap .right-wrap .box-wrap .box { width: 100%; margin-right: 0; } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-con-row img { display: none } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-title { border-bottom:2px solid #fff } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-title h4 { width: 100% } 
.global-content02 .wrap .right-wrap .box-wrap .box .box-title h4 b { display:block; width:100%; font-size: 32px; } 
.global-content02 .box-con-wrap { padding-left: 20px; font-size: 0; } 
.global-content02 .box-con-wrap li { display: inline-block; width: 50%; vertical-align: top } 
.global-content02 .box-con-wrap li:last-child { padding-left: 30px; } 
.global-content02 .wrap .right-wrap .box-wrap h5 { position: relative; margin-bottom: 20px; padding-left: 20px; font-size: 24px; font-weight: 700; color:#fff; line-height: 1 } 
.global-content02 .wrap .right-wrap .box-wrap h5:after { content:""; display: block; position: absolute; top:5px; left:0; width:10px; height: 10px; background-color: #fff; border-radius: 50% } 
.global-content02 h6 { margin-bottom: 10px; font-size: 20px; font-weight: 700; color:#fff; line-height: 1 } 
.global-content02 .bottom-wrap { display:flex; flex-wrap: wrap; margin-top: 30px; padding-top:30px; border-top:2px solid #fff; } 
.global-content02 .bottom-wrap > div { width: 50%; padding-bottom: 30px; } 
.global-content02 .bottom-wrap > div:first-child { border-right:2px solid #fff } 
.global-content02 .bottom-wrap > div:last-child { padding-left: 30px; } 


/* 250418 임시 삭제 */
.image-system-content01 .flex .list-img .box-wrap .box.test-32 { display: none; } 
.depth03-wrap ul li.test-32 { display: none; } 

/* 250423 수정사항 */
.global-content02 .box-con-wrap li:first-child + li { padding-left: 30px; } 
.global-content02 .box-con-wrap li:last-child { padding-left: 0; } 
.global-content02 .bottom-wrap h6 { padding-left: 20px; } 
.global-content02 .wrap .right-wrap .box-wrap .box .bottom-wrap .box-con-row { padding-left: 20px; } 
.table-wrap table tbody td:nth-last-of-type(2){border-right:1px solid #000}


/* 260427 시스템 idx19 상세페이지 */
.dre-page .double_title { display: block; width: 100%; }
.grid { display: grid; } 
.grid-02 { grid-template-columns: repeat(2, 1fr); } 
.grid-03 { grid-template-columns: repeat(3, 1fr); } 
.dre-section01 .flex { gap: 60px; } 
.dre-section01 .flex .left-box { width: 47%; }
.dre-section01 .flex .right-box { flex: 1; } 
.dre-section01 .grid { gap: 10px; } 
.dre-section01 .grid .grid-box { padding: 60px 20px 30px; } 
.dre-section01 .grid .grid-box p { color: #fff; } 
.c-main { color: #081677; } 
.bg-main { background-color: #001540; } 
.dre-section02 .flex { gap: 60px; } 
.dre-section02 .flex .left-box { width: 47%; } 
.dre-section02 .flex .right-box { flex: 1; } 
.dre-section02 .grid { gap: 20px; } 
.dre-section03 .flex { gap: 60px; } 
.dre-section03 .flex01 .left-box, .dre-section03 .flex02 .right-box { flex: 1; } 
.dre-section03 .flex01 .right-box, .dre-section03 .flex02 .left-box { width: 47%; } 
.dre-section03 .flex01 .grid { gap: 10px; } 
.dre-section03 .flex01 .grid-box { background-color: #fff; padding: 25px 30px; } 
.dre-section03 .flex01 .right-box img { height: 100%; object-fit: cover; } 
.dre-section04 .flex { gap: 60px; } 
.dre-section04 .flex .left-box { width: 47%; } 
.dre-section04 .flex .right-box { flex: 1; } 
.dre-section04 ul li { position: relative; padding-left: 12px; margin-bottom: 10px; } 
.dre-section04 ul li:last-child { margin-bottom: 0; } 
.dre-section04 ul li:before { content: ''; display: block; width: 3px; height: 3px; border-radius: 50px; background-color: #333; position: absolute; left: 0; top: 10px; } 
.dre-section05 .flex { gap: 60px; } 
.dre-section05 .flex .left-box { width: 47%; } 
.dre-section05 .flex .right-box { flex: 1; } 
.dre-section05 .indicator-box .grid { gap: 30px; padding: 30px 60px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.20); background: rgba(255, 255, 255, 0.08); } 
.dre-section05 .indicator-box .circle { width: 16px; height: 16px; border-radius: 50px; display: inline-block; vertical-align: middle; } 
.dre-section05 .indicator-box p { width: calc(100% - 26px); display: inline-block; vertical-align: middle; } 
.dre-section06 .flex { gap: 60px 30px; } 
.dre-section06 .flex .box { width: calc((100% - 60px) / 3); } 
.dre-section06 .flex .box:nth-child(3n) { margin-right: 0; } 
.dre-section07 .flex { gap: 60px; } 
.dre-section07 .flex .left-box { width: 47%; } 
.dre-section07 .flex .right-box { flex: 1; } 
.dre-section07 .wrap01 { border-radius: 8px;background: #fafafa; padding: 50px; } 
.dre-section07 .wrap01 .grid { gap: 16px; }
.dre-section07 .wrap03 .grid { gap: 20px; } 
.zoom-hover { overflow: hidden; } 
.zoom-hover img { transition: transform 0.8s ease; will-change: transform; } 
.zoom-hover:hover img { transform: scale(1.08) !important; transition: transform 0.8s ease; } 
.zoom-out { overflow: hidden; } 
.zoom-out img { transition: transform 0.8s ease; will-change: transform; } 
.zoom-out:hover img { transform: scale(0.98) !important; transition: transform 0.8s ease; } 
.rounded-15 { border-radius: 15px; }

