@charset "utf-8";

/* Overview */
.subbox { margin-bottom: 100px; }
.subbox.tc { text-align: center; }
.subbox.mg { margin-bottom: 0; }
.sub1-sb { position: absolute; left: 0; top: 0; }
.ov-titbox { text-align: center; }
.ov-titbox h3 { color: #242424; font-weight: 600; font-size: 28px; line-height: 1.2em; margin-bottom: 22px; }
.ov-titbox p { font-size: 18px; font-weight: 400; }
.sub1-tit { line-height: 1em; color: #242424; margin-bottom: 35px; font-size: 40px; font-weight: 700; letter-spacing: -.03em;}
.sub1-tit sup { font-size: 20px; position: relative; top: -3px; letter-spacing: 0;}
.ci-list { display: flex; border: 1px solid #ddd; height: 200px; align-items: center; padding: 30px 0;}
.ci-list li { width: calc(100%/2); height: 100%; text-align: center; display: flex; align-items: center; justify-content: center; padding: 0 10px;}
.ci-list li:last-child { border-left: 1px solid #ddd;}
.ci-box { display: flex; gap: 30px; flex-wrap: wrap;}
.ci-box>div { width: calc(100%/2 - 15px); }
.ci-box>div h4 { line-height: 1.2em; font-size: 20px; font-weight: 700; color: #fff; padding: 20px 25px 18px; background: #0066b3; }
.ci-box>div h4.clr2 { background: #71bf44; }
.ci-box ul { padding: 28px 25px;}
.ci-box ul li { display: flex; margin-bottom: 4px;}
.ci-box ul li:last-child { margin-bottom: 0; }
.ci-box ul li .title { width: 100px; font-size: 18px; font-weight: 600; color: #242424; line-height: 1.333em; position: relative;}
.ci-box ul li .title::after { content: ""; position: absolute; right: 0; width: 1px; height: 12px; background: #ddd; top: 6px;}
.ci-box ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 20px; }
.ci-box ul li .txt span { display: inline-block; padding-right: 5px; }
.ci-box ul li .txt span:last-child {padding-right: 0;}
.sub1-txt { font-size: 20px; font-weight: 300; line-height: 1.6em; margin-top: 35px; }

/* culture */
.cl-img { text-align: center; margin-bottom: 70px;}
.cl-list { padding: 0 80px;}
.cl-list li { display: flex; border-bottom: 1px dashed #ddd; padding: 30px 0;}
.cl-list li .tit { width: 22%; position: relative; padding-left: 40px; line-height: 0.8em; font-size: 120px; color: #eef2f8; font-weight: 700; }
.cl-list li .tit.clr { color: #f1f8ec; }
.cl-list li .title { position: absolute; left: 45px; line-height: 1em; color: #0066b3; font-size: 28px; font-weight: 700; bottom: 0; word-break: break-all;}
.cl-list li .tit.clr .title { color: #71bf44; }
.cl-list li .txt { width: 78%; font-size: 18px; padding-top: 35px; line-height: 1.666em; position: relative; top: 4px;}
[lang="ko"] .cl-list li .txt { padding-top: 14px;}

/* history */
.history-wrap {border-top:2px solid #000; padding-top:100px; position:relative; color: #454545;}
.history-wrap:before {top:120px; bottom:0; position:absolute; left:300px; width:1px; background-color:#ddd; content:""; height: 88.6%;}
.history-item {padding-bottom:130px; display:flex; align-items:initial;}
/* .history-item:last-child {padding-bottom:0;} */
.history-item .history-year {position:relative; top:0; left:0; width:300px; color:#242424; font-size:28px; line-height:1.4em; letter-spacing:-.03em; text-align:right; padding-right:0; display:flex; justify-content:space-between;}
.history-item .history-year strong {line-height:1em; display:inline-block; text-align:center; transition:all 0.5s ease; font-weight:500; flex:1;}
.history-month-box {padding-left:105px; flex:1;}
.history-detail {margin-bottom:15px; display:flex; font-size:18px; letter-spacing:-.03em; font-weight:500; transition:all 0.5s ease;}
.history-detail:last-child {margin-bottom:0;}
.history-detail .month {width:55px; color:#898989; display:block; font-weight: 600; }
.history-detail .txt {flex:1; }
.history-detail .txt p { margin-bottom: 15px;}
.history-detail .txt p:last-child { margin-bottom: 0;}
.history-detail .txt strong { font-weight: 600; color: #242424; }

.history-item .dots {width:10px; height:10px; top:9px; right:-5px; margin:0; position:relative; border:2px solid #000; background:#fff; border-radius:50%; transition:all 0.3s; z-index:0;}
.history-item .dots .inner-dots {width:100px; height:100px; position:absolute; background:#f1f8ec; border-radius:100%; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); z-index:-1; transition:all 0.3s;}
.history-item .dots .inner-dots:after {width:60px; height:60px; display:block; content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) scale(0); z-index:-1; background:#cae7b9; border-radius:100%; transition:all 0.5s;}
.history-item.active .history-year {font-size:60px;}
.history-item.active .history-year strong {font-weight:700;}
.history-item.active .month {color:#71bf44; font-weight: 700;}
.history-item.active .history-detail {font-weight:700;}
.history-item.active .history-month-item {color:#242424;}
.history-item.active .history-detail p { color: #242424; }
.history-item.active .history-detail p strong { color: #0066b3; font-weight: 700; }
.history-item.active .dots .inner-dots {transform:translate(-50%,-50%) scale(1); animation:ani .5s forwards ease; animation-delay:.05s;}
.history-item.active .dots .inner-dots:before {width:40px; height:40px; display:block; content:""; background:#fff; position:absolute; left:50%; top:50%; border-radius:100%; border:10px solid #71bf44; animation:ani .5s forwards ease; animation-delay:.02s;}
.history-item.active .dots .inner-dots:after {animation:ani .5s forwards ease; animation-delay:.08s;}
.history-item.active .history-year strong {line-height:.6em;}

@keyframes ani {
	0% {transform:translate(-50%,-50%) scale(0);}
	100% {transform:translate(-50%,-50%) scale(1);}
}

/* 제품리스트 */
.pd { display: flex; }
.pd-left { max-width: 280px; width: 100%; position: sticky; top: 130px; height: 100%;}
.pd-right { padding-left: 30px; flex: 1 1 auto; min-width: 0; width: 1%; }
.pd-tabbox h3 { color: #fff; text-align: center; border-radius: 8px 8px 0 0; font-size: 20px; line-height: 1em; font-weight: 700; background: linear-gradient(to left,#71bf44, #0066b3 ); }
.pd-tabbox h3 a { display: block; padding: 18px 5px;}
.pd-tab>li { width: 100%; margin-bottom: 2px;}
.pd-tab>li:last-child { margin-bottom: 0; }
.pd-tab>li>a { font-size: 16px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; padding: 14px 10px; position: relative; color: #bfbfbf; display: block; background: #f8f8f8;}
.pd-tab>li>a::after { content: ""; position: absolute; right: 10px; width: 10px; height: 6px; background-size: contain; background: url(../images/sub/tog-down.png) center no-repeat; top: 21px;}
.pd-tab>li.active>a { color: #0066b3; background: #f2f7fb; }
.pd-tab>li.active>a::after { background-image: url(../images/sub/tog-up.png);}
.pd-tab>li.active .pd-sub { display: block;}
.pd-sub {display: none;}
.pd-sub>li { width: 100%; position: relative; border-bottom: 1px solid #ddd;}
.pd-sub>li:last-child { border: none;}
.pd-sub>li>a { font-size: 14px; font-weight: 500; letter-spacing: -.03em; line-height: 1.2em; padding: 12px 10px 11px; position: relative; color: #242424; display: block; position: relative; padding-left: 15px;}
.pd-tab>li:last-child .pd-sub>li:last-child { border-bottom: 1px solid #ddd;}
.pd-sub>li.active>a { color: #0066b3;}
.pd-sub2 {padding-bottom: 8px; margin-top: -5px;}
.pd-sub2>li>a { padding-left: 30px; font-size: 14px; font-weight: 300; line-height: 1.2em; color: #686868; position: relative; }
.pd-sub2>li.active>a { color: #242424; font-weight: 500;}
.pd-sub2>li>a::before { content: ""; position: absolute; left: 22px; width: 5px; height: 1px; background: #686868; top: 7px;}
.pd-list-title { display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #242424; padding-bottom: 20px; margin-bottom: 20px; flex-wrap: wrap; gap: 10px;}
.pd-list-title h2 { color: #242424; font-size: 40px; font-weight: 700; line-height: 1em;}
.pd-list-title .total-num { font-size: 16px; color: #454545; font-weight: 300; }
.pd-list-title .total-num strong { font-weight: 600; color: #0066b3;}
.pd-list { display: flex; gap: 60px 30px; flex-wrap: wrap; margin-bottom: 60px;}
.pd-list.mg { margin-bottom: 0;}
.pd-list li { width: calc(100%/3 - 20px); text-align: center; border-radius: 16px; overflow: hidden;}
.pd-list li a { display: block; width: 100%; }
.pd-list li .thumb {position:relative; padding-bottom:80%; overflow:hidden; }
.pd-list li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.pd-list li .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd; border-radius: 16px 16px 0 0; border-bottom: none;}
.pd-list li .tit { color: #242424; font-size: 20px; font-weight: 600; line-height: 1em; letter-spacing: -.03em; padding: 20px 5px; transition: .2s; border-radius: 0 0 16px 16px; position: relative; }
.pd-list li .tit::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; border: 1px solid #ddd; border-radius: 0 0 16px 16px; transition: .2s;}
.pd-list li:hover { box-shadow: 0 0 16px rgba(0,0,0,0.08);}
.pd-list li a:hover .tit { background: #0066b2; color: #fff;} 
.pd-list li a:hover .tit::after { border-color: #0066b2;}
.pd-list.list2 li { width: calc(100%/3 - 20px); }
.pd-list.list2 li .tit { font-size: 18px; padding: 16px 5px;}

/* 제품리스트2 */
.pd-list2 li a { display: flex; align-items: center;}
.pd-list2 li a .tit, 
.pd-list2 li a .more { width: 16.6666%; text-align: center; }
.pd-list2 li a .tit { font-size: 24px; font-weight: 600; line-height: 1.2em; letter-spacing: -.03em; color: #242424; transition: .2s;}
.pd-list2 li a .txt { flex: 1 1 auto; min-width: 0; width: 1%; line-height: 1.556em; color: #686868; padding-left: 20px; transition: .2s;}
.pd-list2 li .thumb { width: 20%; position: relative;}
.pd-list2 li .thumb>div {position:relative; padding-bottom:80%; overflow:hidden; }
.pd-list2 li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.pd-list2 li a .more .view { width: 100px; height: 46px; border-radius: 8px; background: #0066b2; margin: auto; display: flex; align-items: center; color: #fff; line-height: 1em; padding-left: 20px; font-size: 15px; font-weight: 500; position: relative; transition: .2s;}
.pd-list2 li a .more .view::after { content: ""; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 10px; height: 10px; background: url(../images/sub/pd-view.png) center no-repeat; background-size: contain;}
.pd-list2 li:nth-of-type(odd) a { background: #f8f8f8; }
.pd-list2 li a:hover { background: #0066b2; }
.pd-list2 li a:hover .tit { color: #fff; }
.pd-list2 li a:hover .txt { color: #fff; }
.pd-list2 li a:hover .more .view { background: #71bf44; }

/* 제품상세페이지 */
.pd-mg { position: relative; margin-top: -140px; }
.pd-detail-tit { font-family:'Dosis'; font-size: 28px; font-weight: 600; color: #242424; line-height: 1.2em; text-align: center;}
.pd-detail-txt { margin-top: 15px; margin-bottom: 60px; color: #686868; text-align: center; font-size: 20px; line-height: 1.4em; font-weight: 400;}
.pd-swp { margin-bottom: 100px; }
.pd-swiper { width: 100%; position: relative; overflow: hidden; margin-bottom: 15px; }
.pd-swiper-slide { width: 100%; position: relative; overflow: hidden;}
.pd-swiper-slide .thumb {position:relative; padding-bottom:56.25%; overflow:hidden; }
.pd-swiper-slide .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:auto; height:auto !important; object-fit:contain;}
.pd-swiper-button-prev::after, .pd-swiper-button-next::after { display: none; }
.pd-swiper-button-prev, .pd-swiper-button-next { width: 15px; height: 25px; background-repeat: no-repeat; background-position: center; background-size: contain; top: 50%; margin-top: -18px; }
.pd-swiper-button-prev { background-image: url(../images/sub/pd-leftbt.png); left: 0; }
.pd-swiper-button-next { background-image: url(../images/sub/pd-rightbt.png); right: 0; }
.pd-btm { padding: 0 36px; position: relative; }
.pd-swiper2 {padding-left: 1px;}
.pd-swiper2 .swiper-slide .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd;}
.pd-swiper2 .swiper-slide-thumb-active .thumb::after { border: 2px solid #0066b2;}
.pd-swiper-button-prev2::after, .pd-swiper-button-next2::after { display: none; }
.pd-swiper-button-prev2, .pd-swiper-button-next2 { width: 70px; height: 70px; background-repeat: no-repeat; background-position: center; top: 50%; margin-top: -35px; background-size: 19px; border-radius: 100%; background-color: rgba(0,0,0,0.4); opacity: 0 !important; transition: .2s;}
.pd-swiper-button-prev2 { background-image: url(../images/sub/pd-leftbt2.png); left: 10px; }
.pd-swiper:hover .pd-swiper-button-prev2 { opacity: 1 !important;}
.pd-swiper-button-next2 { background-image: url(../images/sub/pd-rightbt2.png); right: 10px; }
.pd-swiper:hover .pd-swiper-button-next2 { opacity: 1 !important;}

.pd-view { margin-bottom: 60px; }
.pd-view .title { line-height: 1em; font-size: 30px; font-weight: 600; letter-spacing: -.025em; position: relative; color: #242424; padding-left: 14px; font-family:'Dosis'; margin-bottom: 60px; }
.pd-view .title::before { content: ""; position: absolute; left: 0; width: 4px; height: 26px; background: #0066b2; top: 2px;}
.pd-view .info .group { margin-bottom: 50px; }
.pd-view .info .group:last-child { margin-bottom: 0; }
.pd-view .info .group h3 { font-size: 20px; font-weight: 600; letter-spacing: -.025em; line-height: 1.4em; color: #242424; margin-bottom: 12px; font-family:'Dosis'; }
[lang="ko"] .pd-view .info .group h3 {  font-family: 'Pretendard'; }
.pd-view .info .group p { line-height: 1.5em; }
.pd-view .info .group .video-container { background: #d2d2d2; border-radius: 8px;}
.pd-view-btn { display: flex; gap: 10px; justify-content: center; align-items: center; text-align: center;}
.pd-view-btn a { width: 300px; height: 60px; border-radius: 8px; color: #fff; line-height: 1em; display: inline-flex; align-items: center; font-size: 18px; font-weight: 600; padding-left: 0; position: relative; gap: 15px; justify-content: center;}
.pdf-download { background: #0066b2; }
.doc-download { background: #71bf44; }

/* IR 패스워드 입력 */
.ir-pw { max-width: 640px; width: 100%; margin: auto; text-align: center; }
.ir-pw h3 { font-size: 24px; font-weight: 600; line-height: 1.3em; letter-spacing: -.03em; color: #242424; margin-bottom: 25px; }
.ir-pw p { font-size: 18px; margin-bottom: 50px; }
.ir-pw .input { height: 54px;}
.ir-btns { display: flex; gap: 10px; width: 90%; margin: 30px auto 0;}
.ir-btns .sm-bt { width: calc(50% - 5px); background: #0066b3; height: 60px; display: flex; align-items: center; justify-content: center; line-height: 1em; border-radius: 8px; border: none; font-size: 20px; font-weight: 600; color: #fff; }
.ir-btns a { width: calc(50% - 5px); background: #71bf44; height: 60px; display: flex; align-items: center; justify-content: center; line-height: 1em; border-radius: 8px; border: none; font-size: 20px; font-weight: 600; color: #fff; }

/* CONTACT */
.ct-tit { line-height: 1.5em; font-size: 24px; font-weight: 500; letter-spacing: -.03em; color: #242424; text-align: center; margin-bottom: 60px; }
.ct-fx { display: flex; }
.ct-fx .left { width: 46%; padding-right: 40px; }
.ct-fx .left .map { border-radius: 8px; overflow: hidden; margin-bottom: 40px; }
.ct-fx .left .map iframe { width: 100%; height: 460px;}
.lct li { display: flex; margin-bottom: 20px; align-items: flex-start;}
.lct li:last-child { margin-bottom: 0; }
.lct li .tit { width: 110px; display: flex; gap: 10px; font-size: 18px; font-weight: 500; letter-spacing: -.03em; line-height: 1.5em; align-items: center;}
.lct li .txt { flex: 1 1 auto; min-width: 0; width: 1%; line-height: 1.5em; padding-top: 4px;}
.ct-fx .right { width: 54%; }
.ct-fx .right .fx { display: flex; gap: 20px; margin-bottom: 20px; }
.ct-fx .right .fx .col { flex: 1; position: relative; }
.ct-fx .right .fx .col .input { height: 55px; border-radius: 6px; font-size: 16px; color: #242424; font-weight: 600; }
.ct-fx .right .fx .col label { position: absolute; left: 17px; font-size: 16px; line-height: 1em; color: #242424; font-weight: 600; pointer-events: none; top: 20px; transition: .2s;}
.ct-fx .right .fx .col .required { color: #71bf44;}
.ct-fx .right .sm-bt { background: #71bf44; border: none; width: 165px; height: 46px; display: flex; align-items: center; padding-left: 42px; border-radius: 8px; color: #fff; line-height: 1em; position: relative; font-size: 15px; font-weight: 500; margin: auto; text-align: left;}
.ct-fx .right .sm-bt::after { content: ""; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; width: 10px; height: 10px; background: url(../images/sub/pd-view.png) center no-repeat; background-size: contain;}

/* 회사소개 */