@charset "utf-8";
/* 공통 */
.sub-box { padding: 75px 0;}
/* .sub-box:first-child { padding-top: 0;} */
.sub-box:last-child { margin-bottom: 0;}

/* CEO인사말 */
.gt-bg { background: #e7eef9; margin-top: 180px;}
.gt-bg .contain { display: flex; }
.gt-bg .contain::after { content: none;}
.gt-left { width: 50%; }
.gt-textbox { background: #fff; padding: 0 60px;}
.gt-textbox p { font-size: 19px; line-height: 1.6em; letter-spacing: -.025em; font-weight: 400; color: #555; margin-bottom: 35px;}
.gt-textbox p:last-child { margin-bottom: 0; }
.gt-right { width: 50%; position: relative; text-align: center;}
.gt-right img { position: absolute; bottom: 0; left: 20%; }
.gt-rightbox { position: absolute; right: -110px; bottom: 25px; text-align: left;}
.gt-rightbox p { font-size: 17px; font-weight: 300; letter-spacing: -.025em; line-height: 1.2em; color: #3e3c3c; margin-bottom: 5px;} 
.gt-rightbox strong { display: block; font-size: 19px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; color: #3e3c3c;}

/* 회사개요 */
.out-list { max-width: 820px; width: 100%; margin: 80px auto 0;}
.out-list li { display: flex; gap: 12px; width: 100%; align-items: center;}
.out-list li:last-child { margin-bottom: 0;}
.out-list li .tit { width: 180px; height: 60px; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 700; letter-spacing: -.025em; line-height: 1em; color: #333; background: #e7eef9; font-size: 19px;}
.out-list li .txt { flex: 1 1 auto; min-width: 0; width: 1%; border-bottom: 1px solid #ddd; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; color: #555; padding-left: 85px; height: 68px; display: flex; align-items: center; font-size: 17px;}
.out-list li .txt.bd { border-top: 1px solid #ddd; }

/* 연혁 */
.history { position: relative; margin-top: 100px;  display: flex; justify-content: center;}
.history-box{ position: relative; }
.history-box::after { content: ""; position: absolute; left: 146px; top: 0; height: 98%; width: 1px; background: #ddd; z-index: -1; bottom: 0; margin: auto;}
.history .group { position: relative; margin-bottom: 60px; display: flex; width: 100%;}
.history .group:last-child { margin-bottom: 0;}
.history .group .group-ttl {font-size:20px; line-height:1em; color: #1f286f; font-weight: 700; position: relative; letter-spacing: -.025em; width: 150px;}
.history .group .group-ttl::after { content:''; position:absolute; width:7px; height:7px; border-radius: 100%; top: 4px; z-index: 1; right: 0; background: #1f286f; }
.history .group .groupbox { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 75px; }
.history .group ul {position: relative; }
.history .group ul li {position: relative; margin-bottom: 10px;}
.history .group ul li:last-child {margin-bottom: 0;}
.history .group ul li .month { font-size: 17px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; color: #1f286f; position: absolute; left: 0; top: 2px;}
.history .group ul li .txt { font-size: 17px; color: #555; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; padding-left: 50px;}
.history .group ul li .txt:last-child { margin-bottom: 0;}
.history .group2 ul li .txt { padding-left: 0;}

/* 조직도 */
.organ { margin-top: 140px; text-align: center; padding-bottom: 90px; position: relative;}
.organ .pop-organ { display: inline-block; font-size: 16px; position: absolute; font-weight: 400; letter-spacing: -.025em; line-height: 1em; color: #555; padding-left: 40px; bottom: 0; right: 0; padding-top: 6px;}
.organ .pop-organ::before { content: ""; position: absolute; left: 0; width: 26px; height: 26px; border-radius: 100%; border: 1px solid #ddd; background: #fff url(../images/sub/organ-plus.png) center no-repeat; background-size: 10px; top: 0;}

/* 오시는 길 */
.lct { padding: 0 90px; margin-top: 75px; display: flex; gap: 80px;}
.lct-left { width: 60%;}
.lct-right { width: 40%;}
.lct-right p { margin: 15px 0 10px; font-size: 16px; font-weight: 400; letter-spacing: -.025em; line-height: 1.4em;}
.lct-right strong { line-height: 1.5em; display: block; font-weight: 400; letter-spacing: -.025em; color: #555; }
.lct-right strong span { font-weight: 700; color: #1f286f;}

/* 업무절차 */
.pc-mg { margin-top: 75px;}
.pc-box { display: flex; margin-bottom: 160px; padding: 0 60px; gap: 150px;}
.pc-box:last-child { margin-bottom: 0;}
.pc-fx { flex-direction: row-reverse;}
.pc-box>div { width: calc(100%/2 - 75px);}
.pc-left .tit { font-size: 22px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; color: #4472c4; margin-bottom: 28px;}
.pc-left .tit span { font-size: 18px; color: #1f286f; display: inline-block; margin-right: 18px; line-height: 1em;}
.pc-left .txt { font-size: 17px; font-weight: 400; line-height: 1.5em; letter-spacing: -.025em; color: #555;}

/* 배송과정 */
.quick-box { padding: 0 60px; margin: 75px 0;}
.quick-box:last-child { margin-bottom: 0;}
.quick-box h3 { font-size: 22px; font-weight: 700; line-height: 1em; letter-spacing: -.025em; color: #333; margin-bottom: 35px;}
.quick-list { display: flex; flex-wrap: wrap; gap: 50px 100px;}
.quick-list li { width: calc(100%/3 - 67px);}
.quick-list li .tit { line-height: 1em; font-size: 20px; font-weight: 700; letter-spacing: -.025em; color: #4472c4; padding-bottom: 18px; border-bottom: 1px solid #ddd;}
.quick-list li .tit2  {font-size: 18px;}
.quick-list li .tit span { display: inline-block; color: #1f286f; margin-right: 12px;}
.quick-list li .txt { padding-top: 20px; font-size: 17px; font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; color: #555;}

/* 제조공정 */
.mf { margin-top: 95px; text-align: center; padding-bottom: 60px; position: relative;}
.mf .pop-mf { display: inline-block; font-size: 16px; position: absolute; font-weight: 400; letter-spacing: -.025em; line-height: 1em; color: #555; padding-left: 40px; bottom: 0; right: 0; padding-top: 6px;}
.mf .pop-mf::before { content: ""; position: absolute; left: 0; width: 26px; height: 26px; border-radius: 100%; border: 1px solid #ddd; background: #fff url(../images/sub/organ-plus.png) center no-repeat; background-size: 10px; top: 0;}

/* 테스트 장비 */
.test { padding: 0 60px; margin-top: 70px;}
.test p { font-size: 17px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; color: #555;} 
.test-box { margin-top: 45px; display: flex; }
.test-left { width: 46%; padding-right: 95px;}
.test-right { width: 54%;}
.test-tbl { border-collapse: collapse; width: 100%; text-align: center;}
.test-tbl tr { border-bottom: 1px solid #fff;}
.test-tbl tr th { font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; border-right: 1px solid #fff; color: #333; background: #e7eef9; padding: 22px 5px;}
.test-tbl tr th:last-child { border: none;}
.test-tbl tr td { font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; padding: 20px 5px; color: #555; background: #fafafa; border-right: 1px solid #fff;}
.test-tbl tr td:last-child { border-right: none; }
.test-tbl tr td.fw { background: #f2f4f7;}
.test-list { display: flex; flex-wrap: wrap;}
.test-list li { width: calc(100%/3); }
.test-list li img { width: 100%;}

/* 제품, 인증항목 */
.certi-box { padding: 0 60px; margin-top: 75px;}
.certi-box .tit { font-size: 22px; font-weight: 700; line-height: 1em; letter-spacing: -.025em; color: #333; margin-bottom: 30px;}
.certi-box .txt { font-size: 17px; font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; color: #555; margin-bottom: 20px;}
.certi-list { display: flex; flex-wrap: wrap; gap: 12px;}
.certi-list li { width: calc(100%/7 - 11px);}
.certi-list li .thumb {position:relative; padding-bottom:40%; overflow:hidden;}
.certi-list li .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; max-width:100%; min-height:100%; object-fit:contain;}
.certi-list li .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd;}
.certi-list2 { display: flex; flex-wrap: wrap; gap: 12px;}
.certi-list2 li { width: calc(100%/7 - 11px);}
.certi-list2 li .thumb {position:relative; padding-bottom:136%; overflow:hidden;}
.certi-list2 li .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; max-width:100%; min-height:100%; object-fit:contain;}
.certi-list2 li .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd;}

/* sub3 공통 */
.type-box { position: relative; }
.type-swiper { width: 100%; position: relative; overflow: hidden; height: 100%; position: relative;}
.type-swiper::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border: 1px solid #Ddd; border-right: none;}
.type-swiper-slide { text-align: center; position: relative; border-right: 1px solid #ddd; }
.type-swiper-slide a { display: block; position: relative; width: 100%; height: 100%; padding-bottom: 30px; overflow: hidden;}
.type-swiper-slide .tit { font-size: 48px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; color: #1f286f; }
.type-swiper-slide .tit.active { color: #4472c4;}
.type-swiper-slide .thumb {position:relative; padding-bottom:75%; overflow:hidden; text-align: center;}
.type-swiper-slide .thumb2 { padding-bottom: 100%;}
.type-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; max-width:auto; min-height:auto; object-fit:contain;}
.type-swiper-slide a:hover > .tit { color: #4472c4;}
.type-swiper-slide a:hover > .tit.active { color: #4472c4;}
.type-swiper-button-next::after, .type-swiper-button-prev::after { display: none;}
.type-swiper-button-next, .type-swiper-button-prev { width: 82px; height: 82px; border: 1px solid #5775b3; background-color: #fff; border-radius: 100%; background-position: center; background-repeat: no-repeat; background-size: 9px; margin-top: 0; top: 50%; transform: translateY(-50%);}
.type-swiper-button-prev { background-image: url(../images/sub/sub3-leftbt.png); left: -90px;} 
.type-swiper-button-next { background-image: url(../images/sub/sub3-rightbt.png); right: -90px;}
.pd-tab { display: flex; width: 100%; border-top: 1px solid #ddd; position: relative; gap: 6px; padding-top: 40px; flex-wrap: wrap; margin-bottom: 140px;}
.pd-tab::before { content: ""; position: absolute; top: 0; left: 0;width: 60px; height: 3px; background: #4472c4;}
.pd-tab li {width:96px; height: 36px; border: 1px solid #4472c4; border-radius:22px; overflow: hidden; transition: .2s;}
.pd-tab li a { display: flex; height: 100%; width: 100%; align-items: center; justify-content: center; text-align: center; color: #4472c4; font-size: 17px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2em; }
.pd-tab li.active { background: #4472c4; }
.pd-tab li.active a{ color: #fff;}
.pd-tab li:hover { background: #4472c4; }
.pd-tab li:hover a{ color: #fff;}
.pd-leftbt, .pd-rightbt { width: 82px; height: 82px; border: 1px solid #ddd; background-color: #fff; border-radius: 100%; background-position: center; background-repeat: no-repeat; background-size: 9px; margin-top: 0; top: 50%; transform: translateY(-50%); position: absolute; top: 50%; transform: translateY(-50%); z-index: 99;}
.pd-leftbt{ background-image: url(../images/sub/sub3-leftbt.png); left: -90px;} 
.pd-rightbt { background-image: url(../images/sub/sub3-rightbt.png); right: -90px;}

/* 적용분야 공통 */
.app-mg { margin-top: 85px;}
.app-mg2 { margin-top: 65px;}
.app-box { padding: 35px 0 !important; margin-bottom: 0;}
.app-box:first-child { padding-top: 0;}
.app-box:last-child { margin-bottom: 0;}
.app { padding-left: 24px;}
.app-txt { font-size: 17px; font-weight: 400; line-height: 1.5em; letter-spacing: -.025em; color: #555;}
.app-big { display: flex; gap: 32px; position: relative;}
.app-left { width: 70%; position: relative;}
.app-right { width: 30%; }
.app-txtbox { position: absolute; left: 25px; top: 35px;}
.app-txtbox .tit { font-family: 'LINESeedKR-Bd'; font-size: 26px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; margin-bottom: 10px;}
.app-txtbox .txt { font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; }
.app-txtbox .txt span { font-weight: 700;}
.app-txtbox.clr1 { color: #1f286f;}
.app-txtbox.clr2 { color: #fff;}
.app-txtbox.app-btm { top: auto; bottom: 35px;}
.app-txtbox.bg1 { background: rgba(255,255,255,0.6); width: 100%; left: 0; bottom: 0; padding: 25px;}
.app-list1 { gap: 32px 0; display: flex; flex-wrap: wrap;}
.app-list1 li { width: 100%; position: relative;}
.app-list2 { display: flex; flex-wrap: wrap; gap: 32px;}
.app-list2 li { width: calc(100%/2 - 16px); position: relative;}
.app-big2 { display: flex; gap: 32px;}
.app-list3 { display: flex; gap: 32px; flex-wrap: wrap;}
.app-list3 li img { height: 100%;}
.app-list3 li:nth-of-type(odd) { width: calc(30% - 16px); position: relative;}
.app-list3 li:nth-of-type(even) { width: calc(70% - 16px); position: relative;}

/* 글작성 */
.contact { display: flex;}
.ct-left { width: 25%;}
.ct-left span { font-weight: 700; display: block; letter-spacing: -.025em; line-height: 1em; position: relative; color: #1f286f; padding-left: 20px; margin-bottom: 12px;}
.ct-left span::before { content: ""; position: absolute; left: 0; width: 12px; height: 13px; background-size: contain; background: url(../images/sub/call.png) center no-repeat;top: 1px;}
.ct-left .tit { font-size: 24px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; color: #1f286f; margin-bottom: 6px;}
.ct-left .txt { line-height: 1.2em; letter-spacing: -.025em; color: #555; font-weight: 400; }
.ct-right { width: 75%; border-top: 1px solid #ddd; padding-top: 60px; position: relative;}
.ct-right::before { content: ""; position: absolute; left: 0; top: 0; width: 90px; height: 3px; background: #4472c4;}
.ct-box { position: relative; margin-bottom: 20px; display: flex;}
.ct-box:last-child { margin-bottom: 0;}
.ct-box .tit { font-size: 18px; font-weight: 600; letter-spacing: -.025em; line-height: 1em; color: #333; max-width: 240px; width: 100%; padding-left: 25px; padding-top: 13px;}
.ct-box .tit .required { color: #ed1d25;}
.ct-box .txt { flex: 1 1 auto; width: 1%; min-width: 0; display: flex;}
.ct-box .txt2 { display: block;}
.ct-box .tit2 { width: auto; margin-right: 25px; margin-left: 80px; white-space: nowrap;}
.ct-list { display: flex; flex-wrap: wrap; gap: 10px;}
.ct-list li { width: auto; font-size: 16px; font-weight: 600; letter-spacing: -.025em; line-height: 1.2em; color: #999;  border: 1px solid #acacac; border-radius: 10px; padding: 12px 24px; cursor: pointer;}
.ct-list li.active { background: #e7ecf5; color: #4472c4; border: 1px solid #4472c4;}
.ct-box .input { border: 1px solid #acacac; border-radius: 10px;}
.ct-box .input::placeholder { color: #999; letter-spacing: -.025em;}
.file-span { margin-top: 12px;}
.file-span span { display: block; font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; color: #555;}
.ct-chk { border: 1px solid #acacac; border-radius: 10px; text-align: center; padding: 30px 5px; width: 100%;}
.ct-chk p { font-weight: 400; letter-spacing: -.025em; line-height: 1.5em; color: #555; margin-bottom: 30px;}
.ct-chk .check a { color: #4472c4;}
.ct-mg { margin-top: 45px;}
.ct-bt { width: 217px; height: 65px; background: #4472c4; border: 1px solid #4472c4; border-radius: 33px 10px 33px 33px; display: flex; align-items: center; color: #fff; font-family: 'LINESeedKR-Bd'; font-size: 18px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2em; position: relative; padding-right: 46px; transition: .2s; margin: 60px auto 0; justify-content: center; }  
.ct-bt::after { content: ""; position: absolute; right: 30px; background-size: contain; width: 37px; height: 10px; background: url(../images/main/sec2-more.png) center no-repeat; top: 26px;}
.ct-bt:hover { background: #fff; color: #4472c4;}
.ct-bt:hover::after { background: url(../images/main/sec2-more-c.png) center no-repeat;}

/* 라디오박스 custom */
.stv-radio-buttons-wrapper { display: flex; flex-wrap: wrap; gap: 5px; }
.stv-radio-button { position: absolute; width: 0; height: 0;}
.stv-radio-buttons-wrapper label { float: left; padding: 0 7px; cursor: pointer; border: 1px solid #acacac; margin-right: -1px; color: #999; line-height: 1.2em; border-radius: 10px; font-weight: 600; height: 46px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px;}
.stv-radio-button:checked + label { background: #e7ecf5; color: #4472c4; border: 1px solid #4472c4;}

/* 문의결과 */
.ct-rs { text-align: center; }
.ct-rs h3 { font-size: 24px; font-weight: 700; line-height: 1em; color: #4472c4; margin-top: 20px;}
.ct-rs p { font-size: 16px; font-weight: 400; line-height: 1.556em; color: #555; margin-top: 30px;}
.ct-rs p span { font-weight: 700;}