
@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.15.2/css/all.css');
@import url('https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}

.bbs-view-image {max-width:calc(100% - 50px);width:100%;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);display: flex;flex-wrap:nowrap;justify-content: center;}
/* Reset CSS  */
.clear:after {content:"";display: block;clear:both;}
html { height: 100%; overflow-y:scroll;}
i {vertical-align: middle;}
body { font-size: 13px; color:#000;}
body * {word-break: keep-all;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0px; padding:0px;  list-style:none; font-family: "Pretendard", sans-serif; }
fieldset{ border: 0px; }
a{font-style:normal; text-decoration:none; color:#000;}
hr, legend {height: 0; left: -5000px; line-height: 0; overflow-x: hidden; overflow-y: hidden; position: absolute; visibility: hidden;width: 0;}
caption {font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0;}
* {-webkit-text-size-adjust:none;}
* { margin:0; padding:0; border:0; outline:0;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; height:auto; vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; border: 0px solid #E5E5E5; }
input, select { vertical-align:middle; }
label { cursor:pointer; }
legend,hr,caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
td,th {vertical-align: middle;line-height: 1.6;}
td strong {font-weight: 100;	font-size: 5px;vertical-align: bottom;}
a:hover{text-decoration:none;}

/*bbs*/
#container_title{display:none;}
#bo_v_table{display:none;}
#bo_vc_w{border-bottom:0;}
#bo_vc{background:none;}

#bo_gall , #bo_w , #bo_v , #bo_list{font-size:15px;}
#bo_v_share .btn{width: auto !important;}

/* 지연 common*/
ul, ol, li { list-style: none; }
a { text-decoration: none; color: inherit; }
img { vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
button { border: none; background: transparent; font-family: inherit; font-size: inherit; cursor: pointer; }
button:active { outline: none; }
button:focus { outline: none; }
.clearfix::after { content: ""; display: block; clear: both; }
.blind { overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; }
.inner_wrap { position: relative; width: 100%; max-width: 1500px; height: 100%; margin: 0 auto; padding: 0 50px 0 }
#element { pointer-events: none; }

body.rock {position: fixed;overflow: hidden;width: 100%;height: 100%}



/***************************** H E A D E R *********************************/
#header{ position: fixed; z-index: 999; top:0; left:0; width: 100%; height:90px; padding: 0 50px; background: #fff;  }
.bg { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#h_logo { position: absolute; left: 50px; height: 100%; display: flex; align-items: center;z-index: 1; }
#h_logo a { display: block; width: 100%; }
#h_logo a img { height: 47px; object-fit: contain; }

#h_gnb { display: flex; align-items: start; justify-content: center;position: relative; }
#h_gnb > li { text-align: center;line-height: 90px;}
#h_gnb > li a {padding:0 40px;}
#h_gnb > li:nth-child(2) .sub {width: 100vw;position: absolute;left:-50px;background-color: #fff;display: flex;flex-wrap: wrap;padding:30px 100px 0px 100px !important;visibility: hidden;opacity: 0;;}
#h_gnb > li:nth-child(2):hover .sub {visibility: visible;opacity: 1;;}
#h_gnb > li:nth-child(2) .sub:after {content: '';display: block;width: 100%;height:2px;background-color: #C61D23;bottom: 0;left:0;position:absolute;}
#h_gnb > li:nth-child(2) .sub a {color:#202020;}
#h_gnb > li:nth-child(2) .sub li:hover a {color:#202020;}
#h_gnb > li:nth-child(2) .sub li {width: calc(100% / 6);margin-bottom: 15px;}
#h_gnb > li:nth-child(2) .sub li a:before {content:'';display: block;background-size: contain;width: 150px;height:150px;margin:0 auto;background-repeat: no-repeat;background-position: center center;}
#h_gnb > li:nth-child(2) .sub li:nth-child(1) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_aS2o0DhM_7eed27b4665e4121e3a7a357602e08d606a542c2_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(2) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_sCi0LIxP_5e7ea509fa7357a61e2d26d899ea6311e9da6918_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(3) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_xksODEim_e86082689564d4a47089e92eedd808856da67548_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(4) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_BjWYu6OU_aa8cfd440bdceb0f31bbb21412a84e87a7eb469c_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(5) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_SWUBlyHF_1e789c45ff43f37cfc0cab7e82a97ac540beb2a6_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(6) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_1uVqoOPL_e1bfb9babfaf3cb3df7b4c86a361acc8cc31aa65_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(7) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_0YemT4LX_2cc9fc34a441a9a30ec2c0c104b1b38cd3408b4d_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(8) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_edrNua3U_c2373f51a7b76ca93fdd9ccfc95a134c12610927_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(9) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_3MCcA61e_6e0005fc91a5fd904103d906caade80f2b6b5014_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(10) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_stRC0odX_0b61752f8b3da989c8acbf1d3c516c4b54a04981_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(11) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_opzi7YPQ_8603cb59d00aa8f15e4732f0285a189722ba38f0_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(12) a:before {background-image: url('/home/data/file/pro/thumb-6b52826726f5448e501f6314859b1b82_ArfhH8k0_1cc08e78df003603d24535311c2741456526541d_250x250.png');}
#h_gnb > li:nth-child(2) .sub li:nth-child(13) {width: 100%;margin-bottom: 0;}
#h_gnb > li:nth-child(2) .sub li:nth-child(13) a:before {display: none;}
#h_gnb > li:nth-child(2) .sub li:nth-child(13) a {font-size: 20px;display: inline-block;width: auto;margin-bottom:15px;line-height: 30px;height:30px;}
#h_gnb > li:nth-child(2) .sub li:nth-child(13):after {content:'';display: inline-block;background-size: contain;width: 24px;height:24px;background-image: url('/home/images/product_arrow.jpg');background-repeat: no-repeat;margin-left: 10px;}
#h_gnb > li > a {font-size: 18px; color:#202020; display: block; line-height: 90px; font-weight: 600; }
#h_gnb > li:hover ul.sub {height:auto;transition: height 0.3s; padding:10px 0;}
#h_gnb > li:hover > a { color: #C61D23; transition: all 0.3s; font-weight: bold; }
#h_gnb .sub { overflow: hidden; position: relative; width: 100%; height: 0; background: #C61D23; transition: all 0.3s;margin-top:-10px;}
#h_gnb .sub li { width: 100%; }
#h_gnb > li:nth-of-type(2) .sub { overflow-y: scroll; }
#h_gnb .sub li a { display: block; width: 100%; height: 100%; color: #fff; font-size: 14px; text-align: center; line-height: 35px; }
#h_gnb .sub li:hover  a { color: #fff; transition: all 0.3s; font-weight: bold; }
#header::after { content: ""; display: block; position: absolute; left: 0; width: 100%; height: 0; background: #fff; z-index: -1; transition: all 0.3s; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }
/***** scrollbar*****/
#h_gnb ::-webkit-scrollbar { width: 5px; }
#h_gnb ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #1a1a1a; }
#h_gnb ::-webkit-scrollbar-track { background-color: #ddd; }


#header .flex_box { position: absolute; right: 50px; top: 0; height: 100%; display: flex; align-items: center; gap: 15px; }
#search_b {cursor: pointer;}
#m_sch_header {position: fixed;top:-100%;z-index: 99;cursor: pointer;width:100%;background-color: #fff;padding:50px 0;height: 0;visibility: hidden;transition: top 0.25s ease;}
#m_sch_header.act + #m_sch_header_bg {display: block;position: absolute;left:0;top:0;background-color: rgba(0,0,0,0.5);width:100vw;height:100vh;z-index: 98;}
#m_sch_header.act {height:auto;visibility: visible;top:90px;transition: top 0.25s ease;}
/* m_sch_header */
#m_sch_header .inner_wrap {padding:initial;}
#m_sch_header p { text-align: center; color: #171717; }
#m_sch_header > p {background-color: #C61D23;color:#fff;position: absolute;display: inline-block;bottom:-30px;line-height: 30px;padding:0 20px;left:50%;transform: translateX(-50%);}
#m_sch_header .title { font-size: 40px; font-weight: bold; margin: 10px auto 20px; }
#m_sch_header .desc { font-size: 20px; font-weight: 500; }
#m_sch_header .hd_sch_wr { position: relative; overflow: hidden; float: inherit; width: 100%; padding: 0; border-radius: 0; max-width: 800px; display: block; margin: 35px auto 45px; }
#m_sch_header .icon_wrap { position: absolute; right: 0; top: 50%; width: 60px; transform: translate(0, -50%); text-align: center; }
#m_sch_header #hd_sch #sch_stx { float: inherit; width: 100%; background: transparent; height: 50px; border:initial;border-bottom: 2px solid #C61D23 !important;border-radius: 0; color: #00041F; padding-left: 10px; font-size: 17px; font-weight: 500; }
#m_sch_header #hd_sch #sch_stx:focus {outline: none;box-shadow: none;border:initial !important;border-bottom: 2px solid #C61D23 !important;-webkit-box-shadow:none;}
#m_sch_header #hd_sch #sch_stx::placeholder { color: #C9C9C9; }
#m_sch_header #hd_sch {border-radius: 0;}
#m_sch_header #hd_sch #sch_submit { float: inherit; background: transparent;height: 50px; border-radius: 0; }
#m_sch_header .flex_box { display: flex; }
#m_sch_header .link { display: flex; justify-content: center; gap: 30px; }
#m_sch_header .link .title_q { font-size: 15px; font-weight: 500; color: #B0B0B0; }
#m_sch_header .link ul { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); grid-row-gap: 15px; }
#m_sch_header .link ul li { font-size: 15px; font-weight: 500; color: #767676; transition: all 0.3s; }
#m_sch_header .link ul li:hover { color: #C61D23; }
#lang { height: 35px;background-color: rgba(0,0,0,0.5);display: flex; align-items: center; border-radius: 35px;padding:0 5px;}
#lang a {color:#fff;padding:0 10px;}
#lang li {position: relative;}
#lang li:first-child:after {content:'';display: block;width:1px;height:12px;background-color: #fff;right:0;top:50%;transform: translateY(-50%);position: absolute;}


#nav_btn{ display: none; cursor: pointer; }
#nav_btn span{display: block; width: 40px; height: 2px; background: #000; margin-bottom:9px;}
#nav_btn span:last-of-type { margin-bottom: 0; }

#sitemap{position: fixed; top:0; right:-100%; width: 50%; height: 100vh; background: rgba(255,255,255,0.96); padding:15vh 50px 0; box-shadow: -2px 1px 8px #46464640; z-index: 999;}
#sitemap .close{cursor: pointer; position: absolute; top: 55px; right:30px;}
#sitemap .close span{display: block; width: 40px; height: 2px; background: #000;}
#sitemap .close .line01{transform: rotate(45deg);}
#sitemap .close .line02{transform: rotate(-45deg); margin-top: -2px;}
#sitemap .gnb{height: 80vh; overflow-y: auto;}
#sitemap .gnb > li{margin-bottom:30px;}
#sitemap .gnb > li::nth-of-type(n+7) { display: none; }
#sitemap .gnb > li > a{font-size:35px; font-weight: 600; letter-spacing: -1px; border-bottom:1px solid #ddd; display: block; padding-bottom:10px; margin-bottom:10px;}
#sitemap .gnb > li:hover > a{color:#2e5399;}
#sitemap .gnb .lnb li a{font-size: 20px; transition: .5s; display: block; padding:3px 0; color: #999;}
#sitemap .gnb .lnb li:hover a{margin-left:10px; color:#000;}
#sitemap .lang{margin-bottom:10px; display: inline-block; border:1px solid #777; border-radius: 30px; padding:5px 20px;}
#sitemap .lang li{float: left;}
#sitemap .lang li a{display: block; font-size: 16px; color:#aaa;}
#sitemap .lang li:first-child a:after{content:"ㅣ"; padding:0 2px;}
#sitemap .lang li a.on, #sitemap .lang li:hover a{color:#000;}

/***************************** I N D E X *********************************/

#my_wrapper { overflow: hidden; }
#my_wrapper h2 { display: flex;flex-wrap: nowrap; align-items: center; position: relative;margin-bottom: 20px; font-size: 32px; font-weight: 700; line-height: 1; color: #00041F; }
#my_wrapper h2::before { display: inline-block; content: ""; width: 5px; height: 40px; background-color: #C61D23;margin-right:5px;}
#my_wrapper .h2_sub { display: block; margin-bottom: 40px; font-size: 18px; color: #636363;}
#my_wrapper .view_more { display: flex; gap: 15px; align-items: center; justify-content: center; width: 210px; height: 50px; border-radius: 50px; border: 1px solid #111; font-size: 16px; }
#my_wrapper .view_more2 { display: flex; gap: 15px; align-items: center; justify-content: center; width: 210px; height: 50px; border-radius: 50px; border: 1px solid #636363 ; font-size: 16px; color: #636363; margin: 0 auto; }
#my_wrapper .view_more2 img {filter: brightness(0) saturate(100%) invert(41%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(91%) contrast(93%);}
.style_01 { font-size: 16px; line-height: 1.5; color: #636363; word-break: keep-all; }

/* visual */
#m_slider{position: relative; padding-top: 90px; }
#m_slider .btn {position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);z-index: 9;width: calc(100% - 200px);display: flex;flex-wrap: nowrap;justify-content: space-between;}
#m_slider .btn div {width: auto;height: auto;cursor: pointer;}
#m_slider .btn i {font-size: 50px;}
#m_slider .swiper-wrapper{width:100%;}
#m_slider .swiper-wrapper .swiper-slide{height: calc(100vh - 90px); float:left; display: flex; align-items: center; color:#333;overflow: hidden;}
#m_slider .swiper-wrapper .img {max-width:60%;position: absolute;;right:100px;bottom: 100px;}
#m_slider {background: url('/home/images/visual_01_bg.jpg') no-repeat center center;background-size: cover;}
#m_slider .swiper-wrapper .info{opacity: 0;}
#m_slider .swiper-slide-active .info{opacity: 1; transition: all 4.0s;}
#m_slider .info { position: relative; display: block; z-index: 100; margin-left: 8vw; }
#m_slider .swiper-wrapper .info  p span {opacity: 0;}
#m_slider .swiper-slide-active .info  p span {opacity: 1; transition: all 6.0s;}
#m_slider .info .subtt { position: relative; display: block; padding-left: 40px; margin-bottom: 15px; color: #333; }
#m_slider .info .subtt::after { content: ""; display: block; width: 30px; height: 28px; background: url(../img/logo_w.png) no-repeat center center;background-size: cover; position: absolute; left: 0; bottom: 0; }
#m_slider .info .title { margin-bottom: 25px; font-size: 68px; font-weight: bold; color: #000; line-height: 1.3; }
#m_slider .info .line { margin-bottom: 35px; display: block; width: 70px; height: 1px; background: #333; }
#m_slider .info .desc { margin-bottom: 50px; color: #333; line-height: 1.5;font-size: 20px; }
#m_slider .scroll { position: absolute; left: 50%; bottom: 20px; transform: translate(-50%, 0); z-index: 100; }
#m_slider .swiper-pagination {background-color: rgba(0,0,0,0.5);line-height:35px;height:35px;border-radius: 35px;padding:0 15px;width: auto;position: relative;bottom: initial;}
#m_slider .swiper-pagination > * {color:#fff;opacity: 0.7;font-size: 15px;}
#m_slider .swiper-pagination .swiper-pagination-current {opacity: 1;}
#m_slider .pagenav {position: absolute;bottom: 50px;left:50%;transform: translateX(-50%);z-index: 99;display: flex;flex-wrap: nowrap;}
#m_slider .pagenav .btn_pause {width:35px;height:35px;border-radius: 35px;background-color: rgba(0,0,0,0.5);display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;margin-left:5px;}
#m_slider .pagenav .btn_pause i {color:#fff;font-size:15px;}
#m_slider .pagenav .btn_pause i:last-child {display: none;}
#m_slider .pagenav .btn_pause.on i:last-child{display: block;}
#m_slider .pagenav .btn_pause.on i:first-child{display: none;}
.slideshow-pagination { position: absolute; bottom: 40px; left: 150px; width: 100%; display: flex; flex-wrap: wrap; align-items: center; transition: 0.3s opacity; z-index: 10; }
.slideshow-pagination-item { display: flex; align-items: center; }
.slideshow-pagination-item .pagination-number { opacity: 0.5; }
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus { cursor: pointer; }
.slideshow-pagination-item:last-of-type .pagination-separator { width: 0; }
.slideshow-pagination-item.active .pagination-number { opacity: 1; }
.slideshow-pagination-item.active .pagination-separator { width: 10vw; }

.pagination-number { font-size: 1.8rem; color: #FFF; font-family: "NanumBarunGothic", sans-serif; padding: 0 0.5rem; }
.pagination-separator { display: none; position: relative; width: 40px; height: 2px; background: rgba(255, 255, 255, 0.25); transition: all 0.3s ease; }
@media (min-width: 45em) {
  .pagination-separator { display: block; }
}
.pagination-separator-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFFFFF; transform-origin: 0 0; }
/* company */
#company {padding-top:120px;}
#company h2::before {display: none;}
#company h2, #cscenter .title {font-size: 42px;line-height: 1.2;}
#company p.h2_main {font-size:17px;color:#C61D23;font-weight: 700;margin-bottom: 10px;}
#company .inner_wrap > ul {display:flex;flex-wrap: nowrap;align-items: center;}
#company .inner_wrap > ul > li {width: calc(50% - 25px);float:left;}
#company .inner_wrap > ul > li:first-child {margin-right:50px;}
#company .inner_wrap > ul > li .icon {border-top:1px solid #313131;border-bottom:1px solid #313131;padding:30px 0;margin-top:50px;}
#company .inner_wrap > ul > li .icon li {width:33.33%;float:left;display: flex;flex-wrap: wrap;justify-content: center;position: relative;}
#company .inner_wrap > ul > li .icon li:after {content:'';display: block;width:1px;height:50px;background-color: #313131;position: absolute;right:0;transform: translateY(-50%);top:50%;}
#company .inner_wrap > ul > li .icon li:last-child:after {display: none;}
#company .inner_wrap > ul > li .icon li h1 {font-size: 22px;font-weight: 700;margin:10px 0;}
#company .inner_wrap > ul > li .icon li p {font-size: 15px;line-height: 1.3;}
#company .inner_wrap > ul > li .icon li p span {display: none;}
#company .inner_wrap > ul > li .icon li > * {width: 100%;text-align: center;}
#company .inner_wrap > ul > li .icon li img {max-width:57px;}
/* video */
#video { padding: 120px 0; }
#video ul li { padding:0 25px;}
#video ul li iframe {border-radius: 20px; }
#video ul li p { font-weight: 500; font-size: 20px; text-align: center; color: #171717; }
#video .swiper-pagination-bullet {width:13px;height:13px;margin:0 2px;}
#video .swiper-pagination-bullet-active {background-color: #C61D23;}
#video .swiper-pagination {margin-top:30px;position: relative;bottom:0;}
/* product */
#product {margin-top: 120px;background-color: #f6f6f6;padding:100px 0;}
#product .inner_wrap {overflow: hidden;}
#product .mySwiper { display: flex; flex-wrap: wrap; max-width: 1420px; justify-content: center; position: relative;padding:10px 0;margin-bottom: 20px;}
#product .mySwiper::before {content:'';display:block;left:-65px;top:0;position:absolute;background-image: linear-gradient(to right, rgba(246, 246, 246, 1) 85%, rgba(255, 255, 255, 0));width:60px;height:100px;z-index: 9;}
#product .mySwiper::after {content:'';display:block;right:-60px;top:0;position:absolute;background-image: linear-gradient(to left, rgba(246, 246, 246, 1) 85%, rgba(255, 255, 255, 0));width:150px;height:100px;z-index: 9;}
#product .mySwiper li { position: relative; cursor: pointer; font-size: 17px; color: #434343; padding: 0 20px; line-height: 1; transition: all 0.3s; border-radius: 45px;line-height: 45px;background-color: #fff;filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));text-align: center;width: auto !important;margin-right: 10px;}
#product .mySwiper li:last-child {opacity: 0;width: 70px !important;}
#product .mySwiper li:hover { background-color: #C61D23; font-weight: bold;color:#fff; }
#product .mySwiper li.swiper-slide-thumb-active { background-color: #C61D23; font-weight: bold;color:#fff;}
#product .mySwiper li:nth-of-type(7)::after { display: none; }
#product .mySwiper li:last-of-type::after { display: none; }
#product .mySwiper .thumb_nav {position: absolute;right:0;top:50%;transform: translateY(-50%);z-index: 10;display:flex;flex-wrap: nowrap;gap:10px;}
#product .mySwiper .thumb_nav i {font-size: 20px;cursor: pointer;}
#product .mySwiper .thumb_nav .swiper-button-disabled {opacity: 0.3;}
#product .wrap { display: none; }
#product .mySwiper2 .pic_lt {background-color: transparent;}
#product .mySwiper2 .pic_lt li .lt_img img {border-radius: 0;}
#product .mySwiper2 .pic_lt li {border-bottom: 0;background-color: #f6f6f6;transition: all 0.25s ease;}
#product .mySwiper2 .pic_lt li:hover {margin-top:-10px;}
#product .mySwiper2 .swiper-slide {opacity: 0 !important;visibility: hidden;height:10px;overflow: hidden;}
#product .mySwiper2 .swiper-slide-active {opacity: 1 !important;visibility: visible;height:auto;}
/* m_sch */
#m_sch {margin-bottom: 120px;}
#m_sch p { text-align: center; color: #171717; }
#m_sch .title { font-size: 52px; font-weight: bold; margin: 10px auto 30px; }
#m_sch .desc { font-size: 24px; font-weight: 500; }
#m_sch .hd_sch_wr { position: relative; overflow: hidden; float: inherit; width: 100%; padding: 0; border-radius: 30px; max-width: 1080px; display: block; margin: 35px auto 45px; }
#m_sch .icon_wrap { position: absolute; right: 0; top: 50%; width: 60px; transform: translate(0, -50%); text-align: center; }
#m_sch #hd_sch #sch_stx { float: inherit; width: 100%; background: transparent; height: 80px; border: 3px solid #C61D23; border-radius: 300px 0 0 300px; color: #00041F; padding-left: 55px; font-size: 24px; font-weight: 500; }
#m_sch #hd_sch #sch_stx::placeholder { color: #C9C9C9; }
#m_sch #hd_sch #sch_submit { float: inherit; background: #C61D23; width: 110px; height: 80px; border-radius: 0 300px 300px 0; }
#m_sch .flex_box { display: flex; }
#m_sch .link { display: flex; justify-content: center; gap: 30px; }
#m_sch .link .title_q { font-size: 18px; font-weight: 500; color: #B0B0B0; }
#m_sch .link ul { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); grid-row-gap: 15px; }
#m_sch .link ul li { font-size: 18px; font-weight: 500; color: #767676; transition: all 0.3s; }
#m_sch .link ul li:hover { color: #C61D23; }

/* area */
#area {margin:120px 0;}
#area ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 0px; grid-row-gap: 0px;}
#area .h2_sub {margin-bottom: 70px;;}
#area ul li { margin-bottom: 80px; }
#area ul li img { display: block; margin: 0 auto; }
#area ul li p { text-align: center; }
#area ul li .title { font-size: 22px; font-weight: bold; color: #171717; margin: 15px auto; }
#area ul li .desc { font-size: 16px; font-weight: 500; color: #636363; }

/* case */
#case a.lt_tit {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;}
#case .pic_lt_gr li {transition: all 0.25s ease;}
#case .pic_lt_gr li:hover {margin-top:-10px;}
/* video */
#video .inner_wrap .swiper-slide {width: 50%;}

/* cs center */
#cscenter {margin-bottom: 120px;}
#cscenter .inner_wrap .bnr {background-image: url('/home/images/cscenter_bg.jpg');background-attachment: fixed;background-size: cover;background-repeat: no-repeat;background-position:center center; height:50vh;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;color:#fff;}
#cscenter .bnr div {width: 50%;text-align: center;}
#cscenter .bnr div .title span {font-weight: 500;}
#cscenter .bnr div .desc {font-size: 18px;margin-top: 20px;}
#cscenter .inner_wrap > ul {border-bottom: 1px solid #ccc;}
#cscenter .inner_wrap > ul > li {float:left;width: 33.33%;padding:15px 30px;border-right:1px solid #cccccc}
#cscenter .inner_wrap > ul > li:last-child {border-right:0}
#cscenter .inner_wrap > ul > li a {font-size: 18px;display: flex;flex-wrap: nowrap;align-items: center;width: 100%;position: relative;}
#cscenter .inner_wrap > ul > li a:after {content:'';width: 17px;height:15px;display: block;background-image: url('/home/images/cscenter_arrow.jpg');background-repeat: no-repeat;background-size: cover;position: absolute;right:0;top:50%;transform: translateY(-50%);}
#cscenter .inner_wrap > ul > li a img {margin-right: 10px;}
/***************************** S U B  *********************************/

#s_top{ position: relative; height: 520px; margin: 0 auto; border-top-left-radius: 70px; border-top-right-radius: 70px; background-size: cover; max-width: 1700px; }
#s_top::after { content: ""; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); position: absolute; left: 50%; top: 0; transform: translateX(-50%); max-width: 1768px; }
#s_top.bg-sub0101::after { display: none;}
#s_top.bg-sub0101 {background: url('../img/sub0101_bg.png') no-repeat center center;}
#s_top.bg-sub0701 {background: url('../img/sub0701_bg.png') no-repeat center center;}
#s_top.bg-sub0702 {background: url('../img/sub0702_bg.png') no-repeat center center;}
#s_top.bg-sub0703 {background: url('../img/sub0703_bg.png') no-repeat center center;}
#s_top.bg-sub0704 {display: none;}
#s_top.bg01 {background: url('../img/sub_top01.png') no-repeat center center;}
#s_top.bg02 {background: url('../img/sub_top02.png') no-repeat center center;}
#s_top.bg03 {background: url('../img/sub_top03.png') no-repeat center center;}
#s_top.bg04 {background: url('../img/sub_top04.png') no-repeat center center;}
#s_top.bg05 {background: url('../img/sub_top05.png') no-repeat center center;}
#s_top.bg06 {background: url('../img/sub_top06.png') no-repeat center center;}
#s_top.bg07 {background: url('../img/sub_top07.png') no-repeat center center;}

#title { position: relative; width: 100%; }
#title .inner_wrap { padding: 150px 50px 80px; }
#title .info h2 { margin-bottom: 15px; font-size: 28px; line-height: 1; color: #606060; font-weight: 400; }
#title .info h3 { font-size: 64px; line-height: 1; color: #202020; }
#title .info p{ font-size: 20px; line-height: 1; color: #282830; }

#path {position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.4); z-index: 10; }
#path .home_ico {display: block; width: 23px; height: 20px; background: url("../img/ico_home.png");}
#path .home { padding: 20px; border-left: 1px solid rgba(255, 255, 255, 0.4); border-right: 1px solid rgba(255, 255, 255, 0.4); }
#path .main { width: 20%; padding: 0 30px; }
#path .sub { width: 20%; padding: 0 30px; }
#path .inner_wrap { display: flex; height: 60px; padding: 0 50px; }
#path .sbm{ position: relative; color: rgba(255, 255, 255, 0.8); }
#path .sbm:hover { color: rgba(255, 255, 255, 1);  }
#path .sbm::after { content: ""; display: block; position: absolute; right: -1px; top: 50%; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.4); transform: translate(0, -50%); }
#path .sbm h2{ position: relative; line-height: 60px; font-size:16px; font-weight:300; cursor: pointer;}
#path .sbm h2::after { content: ""; display: block; position: absolute; right: 0; top: 50%; width: 14px; height: 8px; background: url("../img/ico_down.png"); transform: translate(0, -50%); }
#path .lnb{display: none; position: absolute; top:60px; left:-1px; width:100%; background: rgba(255, 255, 255, 1);border:1px solid #eee; z-index: 99; padding:10px 0;}
#path .lnb li a{display: block; color: #888; font-size:16px; padding:5px 24px;}
#path .lnb li a:hover{color: #f2666e; font-weight: 500;}

#path .asd { width: 30%; padding: 0 30px; }
#path .asd h2{ position: relative; line-height: 60px; font-size:16px; font-weight:300; cursor: pointer;}
#path .asd h2::after { content: ""; display: block; position: absolute; right: 0; top: 50%; width: 14px; height: 8px; background: url("../img/ico_down.png"); transform: translate(0, -50%); }
#path .asd{ position: relative; color: rgba(255, 255, 255, 0.4); }
#path .asd::after { content: ""; display: block; position: absolute; right: -1px; top: 50%; width: 1px; height: 50%; background: rgba(255, 255, 255, 0.4); transform: translate(0, -50%); opacity: 0.5; }

#sub .inner_wrap { padding: 150px 50px; }
#sub h2 { margin-bottom: 25px; font-size: 36px; font-weight: 600; color: #303030; position: relative; }

/* ceo  */
#ceo { display: flex; align-items: flex-start; justify-content: center; gap: 4vw; }
#ceo > img { width: 45%; position: sticky; left: 0; top: 125px; }
#ceo .info { width: 55%; }
#ceo .info img { margin-bottom: 30px; }
#ceo p { font-size: 20px; line-height: 1.75; }
#ceo p span { font-size: 16px; }

/* local */
#local { margin-bottom: 200px; }
#local .add { margin-bottom: 30px; font-size: 22px; color: #303030; font-family: "NanumBarunGothic", sans-serif; }
#local iframe { margin-bottom: 30px; }
#local ul { display: flex; justify-content: space-between; gap: 30px; }
#local ul li { width: calc(100% / 3); background: #FAFAFA; padding: 50px; border-radius: 15px; font-family: "NanumBarunGothic", sans-serif; }
#local ul li div { display: flex; justify-content: space-between; margin-bottom: 15px; }
#local ul li .title { font-size: 14px; color: #DACACA; }
#local ul li .tt { margin-bottom: 10px; font-size: 26px; font-weight: bold; color: #303030; }
#local ul li .des { font-size: 20px; color: #606060; }

/* agency */
#agency ul { border-top: 4px solid #C61D23; }
#agency ul li { display: flex; align-items: center; border-bottom: 1px solid #D9D9D9; font-family: "NanumBarunGothic", sans-serif; height: 90px; }
#agency ul li .area { display: block; width: 100%; max-width: 23vw; text-align: center; font-size: 22px; color: #303030; border-right: 1px solid #D9D9D9; line-height: 90px; }
#agency ul li .num { padding-left: 60px; }
#agency ul li .num a { position: relative; display: block; padding-left: 40px; color: #767676; font-size: 22px; }
#agency ul li .num a::after { display: block; content: ""; width: 22px; height: 22px; background: url(../img/ico_tel.png) no-repeat center center / cover; position: absolute; left: 0; top: 0; transform: rotate(-5deg) }

/* contact */
#contact ul { margin-bottom: 150px; border-top: 4px solid #C61D23; }
#contact ul li { position: relative; display: flex; align-items: center; border-bottom: 1px solid #D9D9D9; font-family: "NanumBarunGothic", sans-serif; }
#contact ul li::after { content: ""; display: block; width: 1px; height: 100%; background: #D9D9D9; position: absolute; right: calc(100% - 23vw);; top: 0; }
#contact ul li label { position: relative; display: block; width: 100%; max-width: 23vw; text-align: center; font-size: 22px; color: #303030; }
#contact ul li .desc { width: calc(100% - 23vw); padding: 30px 60px; font-size: 22px; color: #767676; }
#contact ul li .desc input { width: 100%; color: #767676; }
#contact ul li .desc textarea { width: 100%; color: #767676; resize: none; }
#contact ul li .desc select { width: 25%; color: #767676; }
#contact ul li .desc input::placeholder { color: #BABABA; }
#contact ul li .desc [type="checkbox"] { appearance: none; border: 1px solid #DCDCDC; border-radius: 50%; width: 25px; height: 25px; margin-right: 15px; }
#contact ul li .desc [type="checkbox"]:checked { border: 6px solid #C61D23; }
#contact ul li .desc .ch_style { margin-left: 60px; }
#contact .privacy { margin-bottom: 100px; }
#contact .privacy .desc { margin-bottom: 15px; border: 1px solid #C7C7C7; border-radius: 4px; padding: 20px; height: 263px; }
#contact .privacy textarea { width: 100%; height: 100%; color: #606060; resize: none; font-size: 16px; font-weight: 200; overflow-y: scroll; border: none; line-height: 1.75; }
#contact .privacy textarea::-webkit-scrollbar { width: 7px; }
#contact .privacy textarea::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #505050; }
#contact .privacy textarea::-webkit-scrollbar-track { border-radius: 10px; background-color: #ddd; }
#contact .privacy p { padding-left: 20px; font-size: 16px; font-weight: 300; color: #434343; }
#contact .privacy p input[type="checkbox"] { appearance: none; border: 1px solid #999999; border-radius: 4px; width: 18px; height: 18px; margin-left: 10px; }
#contact .con_btn { display: flex; gap: 15px; align-items: center; justify-content: center; width: 210px; height: 48px; border-radius: 3px; border: 1px solid #909090; font-size: 18px; color: #505050; margin: 0 auto; }

/* card */
#card h2 { text-align: center; margin-bottom: 100px; }
#card ul { display: flex; justify-content: space-between; gap: 25px; border-top: 4px solid #C61D23; border-bottom: 2px solid #D9D9D9; padding: 50px 20px; }
#card ul li { width: calc(100% / 3); }
#card ul li .title { margin-bottom: 20px; font-size: 28px; font-weight: 500; color: #303030; font-weight: bold; }
#card ul li .title span { color: #C61D23; font-size: 30px; }
#card ul li .desc { padding-left: 10px; font-size: 18px; }
#card ul li .desc span { font-size: 16px; }
#card ul li img { margin-bottom: 20px; border-radius: 10px; }


/***************************** F O O T E R *********************************/

#quick { overflow: hidden; position: fixed; right: 20px ; top: 50%; display: block; width: 90px; z-index: 1000; transform: translate(0, -50%); border-radius: 300px; background: #fff; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
#quick .cs_btn { display: block; width: 100%; padding-top: 10px; background: #C61D23; font-size: 20px; color: #fff; text-align: center; line-height: 1.2;font-weight: 700;padding-bottom:15px;}
#quick .cs_btn span { font-size: 14px;font-weight: 300;}
#quick ul { padding-top: 15px; }
#quick ul li p { display: block; margin: 10px 0; font-size: 14px; font-weight: 500; color: #A7A7A7; text-align: center; }
#quick ul li:hover p { color: #C61D23; }
#quick ul li img { display: block; margin: 0 auto; }
#quick ul li:hover img { filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(5242%) hue-rotate(347deg) brightness(80%) contrast(95%); }
#tp_btn { display: block; margin: 0 auto 15px; font-size: 14px; color: #A7A7A7; }
#tp_btn:hover { filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(5242%) hue-rotate(347deg) brightness(80%) contrast(95%); }
.dsnon { display: none; }

#footer { position: relative; display: block; width: 100%; height: 304px; background: #222; }
#footer .inner_wrap { display: flex; align-items: center; justify-content: space-between; padding: 0 50px; }
#footer img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(22deg) brightness(109%) contrast(102%);}
#footer .left_top { margin-bottom: 25px; display: flex; gap: 100px; align-items: center; }
#footer .left_top img {width: 150px;}
#footer .left_top ul { display: flex; gap: 45px; color: #DADADA; font-size: 16px; }
#footer .left_bt {width: 70%;}
#footer .left_bt span {font-size: 15px;color:#bababa;line-height: 1.5;position: relative;padding-right: 20px;display: inline-block;}
#footer .left_bt span:after {content:'';display: inline-block;width: 1px;height:15px;background-color: #dadada;position:absolute;right:10px;top:50%;transform: translateY(-50%);}
#footer .left_bt span:nth-child(3):after, #footer .left_bt span:nth-child(5):after {display: none;}
#footer .left_bt span.cs {color:#fff;}
#footer .left_bt ul {margin-top: 20px;}
#footer .left_bt li { font-size: 16px; line-height: 1.6; color: #DADADA;display: inline-block;margin-right: 30px;}
#footer .left_bt li span { font-weight: 600; }
#footer .left p { margin-top: 25px; font-size: 14px; color: #969696; }
#footer .title { position: relative; display: block; padding-left: 16px; margin-bottom: 15px; font-size: 18px; color: #EAEAEA;  line-height: 20px;  }
#footer .title::after { display: block; content: ""; width: 6px; height: 20px; background: #fff; position: absolute; left: 0; top: 0; }
#footer .right {position: absolute;right:50px;bottom: 50px;}
#footer .right p {display: inline-block;}
#footer .right p:first-child {margin-right: 5px;}
#footer .right p a { display:flex;flex-wrap: wrap;justify-content: center;align-items: center;width:40px;height:40px;border-radius:40px;border: 3px solid #fdfdfd;opacity: .8;}
#footer .desc { margin-bottom: 15px; font-size: 16px; color: #C6C6C6; line-height: 1.4; }
#footer .sub { font-size: 14px; color: #C6C6C6; }

.system_toptxt {margin-bottom: 50px; padding: 20px; border-top: 2px solid #606060; border-bottom: 1px solid #e5e5e5; }
.system_toptxt li {font-size: 22px; line-height: 150%; margin-bottom: 12px; color:#606060;}
.system_toptxt li b {color: #202020;}


/* 1030 */
@media (max-width:768px) {
  #s_top.bg01 {background-position: bottom;background-size: 270% 86%;}
  #s_top.bg02 {background-size: 400% 90%;background-position: bottom;}
  /*  */
  #m_slider .swiper-wrapper .slide01 {background-position: bottom;background-size: 181% 100%;}
  #m_slider .swiper-wrapper .slide02 {background-position: bottom;background-size: 220% 100%;}
  #m_slider .swiper-wrapper .slide03 {background-position: bottom;background-size: 220% 100%;}
  #m_slider .swiper-wrapper .swiper-slide {height: calc(80vh - 90px);}
  #s_top {height: 40vh;}
  #title {height: 40vh;}
  #s_top.bg-sub0101 {background-size: contain;background-position: bottom;background-size: 175% 51%;}
  #header:hover::after {height: 0px;transition: height 0.3s;}
  .system_toptxt {padding: 20px 0;}
  #sitemap {padding: 15vh 20px 0;}
  #contact ul {margin-bottom: 30px;}
}
