/* COMMON */
.sub-visual { height: 490px; text-align: center; }
.sv1, .sv1-3 { background: url('/child/img/sub/sv1.png') no-repeat center / cover; }
.sv2 { background: url('/child/img/sub/sv2.png') no-repeat center / cover; }
.sv3 { background: url('/child/img/sub/sv3.png') no-repeat center / cover; }
.sv4 { background: url('/child/img/sub/sv4.png') no-repeat center / cover; }
.sv-title { padding-top: 50px; }
.sub-visual h3 { font-size: 50px; color: #fff; font-weight: 600; }
.sub-visual p { margin-bottom: 13px; line-height: 26px; font-size: 20px; color: #fff; }
.sub-visual p:last-child { margin-bottom: 0; }
.sub-visual-dark h3 { color: #333 !important; }
@media (max-width: 1024px){
    .sub-visual { height: 250px; }
    .sv-title { padding-top: 30px; }
    .sub-visual h3 { font-size: 30px; }
    .sub-visual p { font-size: 18px; }
}
@media (max-width: 768px){
    .sub-visual { height: 200px; }
    .sub-visual h3 { font-size: 24px; }
    .sub-visual p { font-size: 16px; }
}


/* Sub Tab List */
.sub-tab-area { z-index: 2; position: relative; width: 100%; border-bottom: 1px solid #dddddd; }
.sub-tab-list { display: flex; flex-wrap: wrap; margin: auto; max-width: 1050px; width: 100%; }
.sub-tab-list li { flex: 1 1; }
.sub-tab-list li a { display: flex; align-items: center; justify-content: center; position: relative; padding: 10px; height: 70px; text-align: center; font-size: 18px; font-weight: 600; color: #555; word-break: break-word; }
.sub-tab-list li a::before{
    content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px;
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .3s; transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .3s;
    -webkit-transform: scaleX(0); transform: scaleX(0);
    transform-origin: center;
    background: #ffae00;
}
.sub-tab-list li a::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 30px; background: #dddddd; }
.sub-tab-list li:last-child a::after { content: none; }
.sub-tab-list li a:hover::before,
.sub-tab-list li.on a::before{
    -webkit-transform: scaleX(1); transform: scaleX(1);
}
.sub-tab-list li.on a { color: #ffae00; }

.l-1 li { width: 100%; }
.l-2 li { width: 50%; }
.l-3 li { width: 33.33333%; }
.l-4 li { width: 25%; }
.l-5 li { width: 20%; }
.l-6 li { width: 16.66666%; }
.l-8 li { width: 12.5%; }
.i-emergency { display: inline-block; vertical-align: -5px; margin-right: 5px; width: 32px; height: 25px; background: url('/child/img/icon/i-emergency.png') no-repeat; }

@media(min-width:1025px){
    .sub-tab-list li a.small { font-size: 16px; }
    .member-tab-area .tab-list > li a,
    .member-tab-area .tab-list > li button { height: 70px; font-size: 20px; }

}
@media (max-width: 1024px){
}
@media (max-width: 768px){
    .sub-tab-area { padding: 0 15px; }
    .sub-tab-list li a { height: 40px; line-height: 16px; font-size: 14px; }
    .sub-tab-list li.on a { font-size: 14px; }
    .sub-tab-list li a::after { height: 20px; }
}
@media (max-width: 550px){
    .sub-tab-area { margin-top: 0; padding: 0; }
    .sub-tab-list { }
    .sub-tab-list li a,
    .sub-tab-list li.on a { font-size: 13px; }
    .sub-tab-list li a { border-left-color: rgba(255,255,255,.2); }
    .l-4 li { flex: auto; width: 50%; }
    .l-5 li { flex: auto;  width: 33.33333%; }
    .l-5 li a { border-bottom: 1px solid rgba(255,255,255,.2); }
    .l-5 li:last-child a { position: relative; border-right: none; }
    .l-5 li:last-child a:before { content: ''; position: absolute; top: 0; right: -1px; width: 1px; height: 100%; background: rgba(255,255,255,.2); }
    .l-8 li { width: 25%; }
}


/* 회사소개 */
.about { padding-bottom: 0; }
.about-bg { position: relative; }
.about-text { position: relative; margin: -65px auto 0; padding: 50px 50px 0; width: 94%; background: #fff; }
.about-text .text-top { text-align: center; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ddd; }
.about-text .text-bottom p { line-height: 1.6; margin-bottom: 34px; }
.about-bottom { margin-top: 120px; background: url('/child/img/sub/about/about-bottom.png') no-repeat center / cover;}
.about-bottom .text-wrap { text-align: center; padding: 110px 0; }
.about-bottom .text-wrap > div { margin-bottom: 10px; }

@media (max-width:1024px){
    .about-text { position: relative; margin: -25px auto 0; padding: 20px 16px 0; width: 94%; background: #fff; }
    .about-text .text-top { text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
    .about-bottom { margin-top: 60px; }
    .about-bottom .text-wrap { width: 100%; padding: 50px 15px; }
    .about-bottom .text-wrap > div { font-size: 24px; }
}
@media (max-width:768px){

}



/* 비전  */
.vision-content .text-wrap { margin-bottom:  50px; }
.vision-icon { padding-top: 50px; border-top: 1px solid #ddd; text-align: center; }

@media(min-width:1025px){
	.vision { display: flex; }
    .vision-content { padding-left: 50px;}
}
@media(max-width:1024px){
    .vision h4 { margin-bottom: 20px;}
    .vision-content p { margin-bottom: 14px; }
}
@media(max-width:768px){

}


/* 연혁 */
.history-top { display: flex; }
.history-top .img { font-size: 0; }
.history-top .text-wrap { padding: 45px 40px; max-height: 360px; background: #6f6156; }
.history-contents { margin-bottom: 70px; }
.history-list { margin-top: 70px; }
.history-list > li .year { position: relative; display: block; text-align: center; color: #cccccc; line-height: 1; }
.history-text { position: relative; padding: 20px; height: 100%; background: #f9f9f9; }
.history-text li { background: url('/child/img/icon/bull.png') left top 14px no-repeat; padding-left: 10px; }


.current-text { position: relative; margin: -40px auto 0; padding: 30px; width: 94%; background: #fff; }
.current-text h4 { padding-bottom: 20px; border-bottom: 1px solid #ddd; text-align: center; }
.current-text span { display: block; margin-top: 20px; text-align: center; }

@media(min-width:1025px){
    .history-top span:after { content: ''; display: block; margin: 20px 0 30px; width: 1px; height: 60px; background: #fff; }
    .history-contents { position: relative; }
    .history-contents::before { content: ''; position: absolute; display: block;
                        top: 82px; width: 100%; height: 2px; background: #ccc; }
    .history-list { display: flex; }
    .history-list > li { overflow: hidden; width: 25%; padding: 0 2px;}
    .history-list > li .year:before {
        content: ''; position: absolute; display: block;
        left:0; right:0; margin: 73px auto 0; width: 20px; height: 20px;
        background: rgba(225,174,0,.2); border-radius: 50%; opacity: 0;
    }
    .history-list > li .year:after {
        content: ''; position: absolute; display: block;
        left:0; right:0; margin: 30px auto 0; width: 14px; height: 14px;
        background: #ffae00; border: 3px solid #fff; border-radius: 50%;
    }
    .history-text { margin-top: 60px; }

    .history-list > li:hover .year { color: #ffae00; }
    .history-list > li:hover .year:before {
        content: ''; position: absolute; display: block;
        left:0; right:0; margin: 73px auto 0; width: 20px; height: 20px;
        background: rgba(225,174,0,.2); border-radius: 50%; opacity: 1;
    }
    .history-list > li:hover .year:after {
        content: ''; position: absolute; display: block;
        left:0; right:0; margin: 33px auto 0; width: 8px; height: 8px;
        background: #ffae00; border:none;  border-radius: 50%;
    }

    .history-list > li:hover .history-text:before {
        content: ''; position: absolute; display: block;
        top: -24px; left:0; right:0; width: 100%; height: 2px;
        background: #ffae00;
    }
    .history-list > li:hover .history-text,
    .history-list > li:hover .history-text li { color: #333; }

    .current { position: relative; display: flex; }
    .current > div:first-child { margin-right:50px; }


}
@media (max-width:1024px){
    .history-top { flex-flow:column-reverse; align-content: flex-start; }
    .history-top > div { width: 100%; }
    .history-top:after { margin: 20px auto 0; height: 30px; }
    .history-top .text-wrap { padding: 14px 20px 20px; max-height: 360px; background: #6f6156; }
    .history-top .text-wrap img { margin-top: 10px; width: 40%; max-width: 215px; }
    .history-list { margin-top: 30px; }
    .history-list > li { margin-bottom: 30px; }
    .history-list > li .year {color: #ffae00; margin-bottom: 10px;  }
    .history-text { width: 100%; text-align: left; border-top: 2px solid #ffae00; }

    .current-text { padding: 20px; }
    .current > div:first-child { margin-bottom: 30px; }
    .current-text h4 { padding-bottom: 10px; }
    .current-text span { display: block; margin-top: 10px; text-align: center; }

}
@media (max-width:768px){

}


/* 오시는길 */

.location .map  { margin: 50px auto 30px; }
.address li { display: flex; }
.address li .img { display: flex; margin-right: 20px; width: 80px; height: 80px; border: 1px solid #0068b7; border-radius: 50%; }
.address li .img img { margin: auto; height: 40%; }
.address li .text-wrap { margin: auto 0;  }
.address li span { display: block; }

@media(min-width:1025px){
    .address { display: flex; }
    .address li { margin-right: 50px; }
    .address li:last-child { margin-right: 0; }

}

@media(max-width:1024px){
    .location .map { margin: 20px auto 15px; }
    .location .map iframe { height: 260px; }
    .address li .img { width: 60px; height: 60px; }
    .address li .img img { height: 40%; }
    .address li { margin-bottom: 20px; }
    .address li:last-child { margin-bottom: 0; }

}
@media(max-width:768px){

}


/* 제품정보 */
.product-top { text-align: center; margin-bottom: 80px; }
.product-top .top-text { margin-bottom: 50px;}
.product-top .img { z-index: 2; position: relative; text-align: center; }
.product-top .product-text { z-index:1; position: relative; margin-top: -180px; padding: 200px 0 120px; background: #f9f9f9; text-align: center; line-height: 1.6;}
.product-bottom { margin-top: }

.prd-feature li > div { display: flex;  align-items: center; margin-right: 30px;
                width: 170px; height: 170px; border: 1px solid #666666; border-radius: 50%;
                text-align: center; }
.prd-feature li:last-child { margin-right: 0; }
.prd-feature span { display: block; margin: auto; }

.product-bottom section { border-bottom: 1px solid #ddd; }
.product-bottom section li { margin-bottom: 30px; }
.product-bottom section li:last-child { margin-bottom: 0; }
.product-bottom section li span { display:block; }

.product-bottom .product-img { display: flex; }
.product-bottom .product-img li { margin-right: 30px; }
.product-bottom .product-img li:last-child { margin-right: 0; }

.product-img { display: block; }
.product-img::after { content: ''; display: block; clear: both; }
.product-img li { float: left; padding: 15px; }
.product-img li .img { display: flex; height: 220px; font-size: 0; text-align: center; background: #f9f9f9; }
.product-img li .img img { margin: auto; }
.product-img li span { display: block; margin-top: 12px; text-align: center; }

.liner-img { margin-top: 40px; display: flex; }
.liner-img::after { content: ''; display: block; clear: both; }
.liner-img li {  padding: 15px; }

@media(min-width:1025px){
    .product-bottom section { display: flex; padding: 50px 0; min-height: 160px; }
    .product-bottom section:first-child { padding-top: 0; }
    .product-bottom section h5 { display: block; width: 210px; }
    .product-bottom section.overwrap h5 { display: block; width:360px; }
    .prd-feature { display: flex; }
}

@media (max-width:1024px){
    .product-top { margin-bottom: 40px; }
    .product-top .top-text { margin-bottom: 30px; padding: 0 10px;}
    .product-top .img { margin: 0 auto; width: 80%; }
    .product-top .product-text { margin-top: -120px; padding: 150px 15px 60px; background: #f9f9f9; text-align: center; line-height: 1.6;}
    .prd-feature { margin: 0 auto; }
    .prd-feature::after { content: ''; display: block; clear: both; }
    .prd-feature li { float: left; width: 50%; }
    .prd-feature li > div { margin: 0 auto; }
    .product-bottom section { padding: 30px 0}
    .product-bottom section h5 { margin-bottom: 20px; }
    .product-bottom section li { margin-bottom: 20px; }
    .product-img li { width: 50%; height: 100%; padding: 10px; margin-bottom: 20px; }
    .product-img li .img { display: flex; height: 180px; padding: 20px; }
    .product-img li span { height: 50px;}
    .liner-img { margin-top: 30px; }
    .liner-img li { padding: 5px; }

}
@media (max-width:768px){

}



/* 제조설비 */
.equip-list { margin-bottom: 70px; }
.equip-list h4 { margin-bottom: 30px; text-align: center; }
.equip-list table { width: 100%; border-top: 2px solid #0068b7; }
.equip-list table th,
.equip-list table td { width: 50%; padding: 20px 0; text-align: center; font-size: 18px; border-bottom: 1px solid #ddd;}
.equip-list table th { background: #f9f9f9;}
.equip-list table td { color: #999;}

.factory-slide ._i { text-align: center; }
.factory-slide iframe { margin: 0 auto; width: 100%!important; height: auto; }
.factory-slide img { margin: 0 auto; }
.factory-slide .slick-prev { z-index: 2; left: -30px; width: 60px; height: 60px; background: url('/child/img/sub/technology/equip/prev.png') center no-repeat; }
.factory-slide .slick-next { z-index: 2; right: -30px; width: 60px; height: 60px; background: url('/child/img/sub/technology/equip/next.png') center no-repeat; }

.factory-ul { margin-top: 20px; }
.factory-ul li { padding: 3px; }
.factory-ul li > div { background: #000; font-size: 0; }
.factory-ul li img { width: 100%; opacity: .5; }
.factory-ul li.on img { opacity: 1; }

@media(min-width:1025px){
    .equip-list	{ display: flex; }
    .equip-list li { width: 50%;}
    .equip-list li:first-child { padding-right: 50px;}
}
@media (max-width:1024px){
    .media-area { margin: 30px 0 50px;}
    .equip-list table { margin-bottom: 50px; }
    .equip-list table th,
    .equip-list table td { width: 50%; padding: 12px 0; text-align: center; font-size: 15px;}
}
@media (max-width:768px){

}

.process-graph { padding-bottom: 70px; border-bottom: 1px solid #ddd; }
.process-img { margin-top: 70px; }
.process-img li { display: inline-block; margin-right: 30px; margin-bottom: 30px; padding: 0; }
.process-img li:nth-child(3),
.process-img li:last-child { margin-right: 0; }
.process-img li .img { font-size: 0; }
@media (max-width:1024px){
    .process-graph {padding-bottom: 30px; }
    .process-img { margin-top: 30px; }
    .process-img li { width: 50%; margin-right: 0; margin-bottom: 20px; padding: 5px; }
}

@media (max-width:768px){

}

.quality-img li { display: inline-block; margin: 0 30px 50px 0; vertical-align: top;  }
.quality-img li.img-2 > div:first-child { margin-bottom: 20px; }
.quality-img li .img { font-size: 0; }
.quality-img li span { display: block; text-align: center; margin-top: 14px;}

@media(min-width:1025px){
    .quality-img li:nth-child(3),
    .quality-img li:nth-child(6),
    .quality-img li:last-child { margin-right: 0; }
}
@media (max-width:1024px){
    .quality-img li { margin: 0 0 30px 0; padding: 10px; width: 50%; text-align: center; }

}
@media (max-width:768px){

}

.cert-img li { display: inline-block; vertical-align: top; margin-right: 30px; margin-bottom: 50px; padding: 0; }
.cert-img li:nth-child(4),
.cert-img li:nth-child(8),
.cert-img li:last-child { margin-right: 0; }
.cert-img li span { display: block; text-align: center; margin-top: 14px;}
.cert-img li .img { font-size: 0; }

@media (max-width:1024px){
    .cert-img li { width: 50%; margin-right: 0; margin-bottom: 20px; padding: 12px; }
}
@media (max-width:768px){

}
