@charset "utf-8";
/* Common */
.sec-tit {font-weight: 600; font-size: 28px; color: #2c2c2c; margin-bottom: 40px;}
.sec-tit.large {font-size: 40px; margin-bottom: 60px; text-align: center; line-height: 1em	;}
.sec-tit.small {font-size: 22px;}
.point3 {color: #0068c1;}

/* sub01_01 */
.company-intro .greeting .sec-tit {font-size: 32px; margin-bottom: 25px;}
.company-intro p {font-size: 20px; line-height: 1.6em;}
.company-intro .items {padding-top: 20px;}
.company-intro .items .item {display: flex; margin-top: 80px; align-items: center;}
.company-intro .items .item .img {width: 50%;}
.company-intro .items .item .txt {width: 50%; padding-left: 80px;}
.company-intro .items .item .tit-tag {font-weight: 600; color: #878787;}
.company-intro .items .item .sec-tit {margin-top: 15px; margin-bottom: 30px;}
.company-intro .items .item:nth-child(even) {flex-direction: row-reverse;}
.company-intro .items .item:nth-child(even) .txt {padding-left: 0; padding-right: 80px;}

/* sub01_02 */
.history .doc-cnt .since {display: flex; align-items: center; justify-content: center; color: #fff; width: 210px; height: 210px; border-radius: 100%; background: linear-gradient(135deg, #fff, #062f87); font-size: 28px; font-weight: 700; line-height: 1.357em; text-align: center; margin: 0 auto 170px;}
.history .items {position: relative; padding: 0 30px;}
.history .items:before {position: absolute; content: ''; width: 2px; height: 100%; background: #a8a8a8; top: 0; left: 50%;}
.history .item:last-child:before {position: absolute; content: ''; width: 100%; height: 100%; background: #fff; left: -5px;}
.history .item {width: 50%; margin-right: 0; margin-left: auto; position: relative; margin-top: 130px; padding-left: 115px;}
.history .item:nth-child(even) {margin-left: 0; margin-right: auto; padding-left: 0; padding-right: 115px;}
.history .item .item-tit {position: absolute; left: 0; top: 15px; transform: translate(-50%, -50%); width: 164px; height: 164px; display: flex; align-items: center; justify-content: center; background: #e1e1e1; font-size: 28px; color: #2c2c2c; font-weight: 600; border-radius: 100%;}
.history .item .item-tit:before {position: absolute; content: ''; width: 37px; height: 2px; right: 0; background: #a8a8a8; right: 0; transform: translateX(100%); z-index: -1;}
.history .item:nth-child(even) .item-tit:before {right: auto; left: 0; transform: translateX(-100%)}
.history .item:nth-child(even) .item-tit {left: auto; right: 0; transform: translate(50%, -50%);}
.history .item .year-cnt {position: relative;}
.history .item .year-cnt:before {position: absolute; content: ''; height: calc(100% - 20px); width: 2px; background: #a8a8a8; left: -1px; top: 10px;}
.history .item:nth-child(even) .year-cnt:before {left: auto; right: -1px;}
.history .item .year-cnt > ul > li {padding-left: 25px; display: flex; gap: 20px; position: relative;}
.history .item .year-cnt > ul > li:not(:last-child) {margin-bottom: 10px;}
.history .item .year-cnt > ul > li:before {position: absolute; content: ''; width: 10px; height: 10px; background: #a8a8a8; left: 0; top: 10px; transform: translateX(-50%); border-radius: 100%;}
.history .item:nth-child(even) .year-cnt > ul > li:before {left: auto; right: 0; transform: translateX(50%);}
.history .item:nth-child(even) .year-cnt > ul > li {padding-left: 0; padding-right: 25px; flex-direction: row-reverse;}
.history .item .year {font-size:20px; color: #2c2c2c;}
.history .item .year-list li {font-size: 20px; line-height: 1.4em;}
.history .item:nth-child(even) .year-list li {text-align: right;}

/* sub01_03 */
.section {padding-top: 100px;}
.org .sec-tit {text-align: center; font-size: 32px;}
.table-cnt table {width: 100%; border-collapse: collapse;}
.table-cnt th {font-weight: 500; font-size: 20px; color: #2c2c2c; background: #fafafa; border-right: 1px solid #ddd; border-bottom:  1px solid #ddd; border-top: 1px solid #a8a8a8; padding: 13px;}
.table-cnt td {text-align: center; padding: 13px;  border-bottom:  1px solid #ddd; border-right: 1px solid #ddd; padding: 13px;}
.table-cnt th:last-child, .table-cnt td:last-child {border-right: none;}

/* sub01_04 */
.root_daum_roughmap .wrap_controllers {display:none;}
.root_daum_roughmap, .root_daum_roughmap .wrap_map {width: 100% !important;}
.map .sec-tit {text-align: center;}
.map .items {display: flex; justify-content: center; margin-top: 60px;}
.map .items .item {flex: 1; text-align: center; padding: 30px 50px;}
.map .items .item .item-tit {font-weight: 600; font-size: 22px; margin-top: 20px; margin-bottom: 10px;}
.map .haedoffice .items .item:not(:last-child) {border-right: 1px solid #ddd;}
.map .factory .items .item {padding-top: 0;}

/* sub02_01 */
.product-intro .items {display: flex; justify-content: space-between; gap: 30px;}
.product-intro .items a {width: calc((100% - 60px) / 3); text-align: center;}
.product-intro .items .img {margin-bottom: 30px; position: relative;}
.product-intro .items .item .img:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(6,47,135,.85); opacity: 0;}
.product-intro .items .item .img:after {position: absolute; content: ''; width: 80px; height: 80px; background: url('../images/main/ico_plus_on.png') no-repeat center center; background-size: contain; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0;}
.product-intro .items .item:hover .img:before, .product-intro .items .item:hover .img:after {opacity: 1; transition: .3s;}

/* sub02_01_01 */
.product-resistor .path-cnt {background: url('../images/common/path02_01_01.jpg') no-repeat center right; background-size: cover;}

/* sub02_01_02 */
.product-smt .section {padding: 60px 0;}
.product-smt .section:nth-child(even) {background: #f4f4f4;}
.product-smt .section .sec-tit {text-align: center;}
/* .product-smt .workflow .sec-cnt{display: flex; align-items:center; gap: 52px; flex-wrap: wrap;}
.product-smt .workflow .item {width: calc((100% - 208px) / 5);} */

/* sub02_01_03 */
.product-harness, .tech-data, .certi, .customer-download, .product-intro {margin-bottom: 160px;}
.product-harness .sec-tit.large {text-align: left;}

/* sub02_02_01 */
.application01 .path-cnt {background: url('../images/common/path02_02_01.jpg') no-repeat center right; background-size: cover; color:#fff;}
.application01 .path-cnt .page-tit, .application01 .path-cnt .path {color: #fff;}

/* sub03_01 */
.tech-data .path-cnt {background: url('../images/common/path03_01.jpg') no-repeat center right; background-size: cover; color:#fff;}

/* sub03_02 */
.certi .path-cnt {background: url('../images/common/path03_02.jpg') no-repeat center right; background-size: cover; color:#fff;}

/* sub04_02 */
.customer-download .path-cnt {background: url('../images/common/path04_01.jpg') no-repeat center right; background-size: cover; color:#fff;}

