@charset "utf-8";
/* CEO 인사말 */
.gt { display: flex; align-items: flex-start;}
.gt .left { width: 40%; border-radius: 40px 40px 88px 40px; overflow: hidden;}
.gt .right { width: 60%; padding-left: 60px; }
.gt .right h2 { font-size: 26px; line-height: 1.2em; letter-spacing: -.03em; color: #242424; font-weight: 600; }
.gt .right h2 span { font-weight: 700; color: #71b447; }
.gt .right p { font-size: 18px; line-height: 1.6em; letter-spacing: -.03em; margin-top: 30px; }
.gt .right .sign { display: flex; align-items: center; margin-top: 35px; gap: 20px; }
.gt .right .sign strong { display: block; font-size: 18px; color: #242424; font-weight: 500; }

/* 연혁 */
.hst { display: flex; align-items: flex-start; position: relative; }
.hst .left { width: 50%; }
.hst .left h4 { line-height: 1em; font-size: 18px; font-weight: 700; color: #aeaeae; margin-bottom: 15px; }
.hst .left h2 { line-height: 1.4em; font-size: 32px; font-weight: 500; color: #242424; }
.hst .left h2 span { font-weight: 700; color: #71b447; }
.hst-sb { position: absolute; left: 0; bottom: 0; }
.hst .right { width: 50%; }
.hst .right ul { border-top: 1px solid #242424;}
.hst .right ul li { display: flex; padding: 37px 20px; border-bottom: 1px dashed #ddd; align-items: flex-start;}
.hst .right ul li .year { width: 115px; font-weight: 700; color: #242424; font-size: 28px; }
.hst .right ul li .info { flex: 1 1 auto; min-width: 0; width: 1%;}
.hst .right ul li .info .group { display: flex; margin-bottom: 15px; }
.hst .right ul li .info .group:last-child { margin-bottom: 0; }
.hst .right ul li .info .group .month { width: 45px; position: relative; padding-left: 14px; font-size: 18px; color: #242424; font-weight: 600; }
.hst .right ul li .info .group .month:before { content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; background: #71b447; border-radius: 4px; }
.hst .right ul li .info .group .txt { flex: 1 1 auto; min-width: 0; width: 1%; word-break: break-all;}

/* 회사업무 */
.bs-list { display: flex; flex-wrap: wrap; gap: 60px 30px; }
.bs-list li { width: calc(100%/3 - 20px); text-align: center; border-radius: 24px; overflow: hidden;}
.bs-list li img { width: 100%; }
.bs-list li .txtbox { border: 1px solid #ddd; border-radius: 0 0 24px 24px; border-top: none; padding: 35px 10px;}
.bs-list li .txtbox .tit { font-size: 28px; font-weight: 600; line-height: 1.2em; letter-spacing: -.03em; color: #242424; }
.bs-list li .txtbox .txt { font-size: 18px; margin-top: 20px; }

/* 찾아오시는 길 */
.lct { display: flex; align-items: center; }
.lct .left { width: 45%; padding-right: 20px; }
.lct .left h3 { line-height: 1em; margin-bottom: 30px; position: relative; font-size: 20px; font-weight: 600; color: #242424; padding-left: 30px;}
.lct .left h3::before { content: ""; position: absolute; left: 0; width: 20px; height: 20px; background: url(../images/sub/tit-bf.png) center no-repeat; background-size: contain; top:0;}
.lct .left ul { margin-bottom: 60px; }
.lct .left ul li { display: flex; margin-bottom: 25px; }
.lct .left ul li:last-child { margin-bottom: 0;}
.lct .left ul li .tit { display: flex; width: 100px; gap: 10px; align-items: flex-start;}
.lct .left ul li .tit img { position: relative; top: 5px;}
.lct .left ul li .tit strong { display: inline-block; flex: 1 1 auto; min-width: 0; width: 1%; font-size: 18px; font-weight: 500; color: #242424; }
.lct .left ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 10px; }
.lct .left .btn-wrap { display: flex; gap: 10px; flex-wrap: wrap;}
.lct .left .btn-wrap a { display: flex; align-items: center; justify-content: center; text-align: center; width: 160px; height: 48px; border-radius: 24px; border: 2px solid #686868; color: #686868; line-height: 1.2em; font-size: 16px; font-weight: 600; letter-spacing: -.03em; }
.lct .left .btn-wrap a:hover { color: #fff !important; }
.lct .left .btn-wrap a:first-child:hover { background: #71b447; border-color: #71b447;}
.lct .left .btn-wrap a:last-child:hover { background: #eba23a; border-color: #eba23a;}
.lct .right { width: 55%; border-radius: 40px; overflow: hidden;}

/* 온셀라 사업부 */
.on-fx { display: flex; align-items: center;}
.on-fx .img { width: 40%; border-radius: 24px; overflow: hidden; border: 1px solid #ddd;}
.on-fx .img img { width: 100%; }
.on-fx .info { width: 60%; padding-left: 70px; }
.on-fx .info h4 { line-height: 1.2em; font-size: 16px; letter-spacing: -.03em; color: #686868; font-weight: 300; }
.on-fx .info h2 { line-height: 1.2em; font-size: 40px; letter-spacing: -.03em; color: #242424; font-weight: 700; margin: 20px 0 30px; }
.on-fx .info h3 { font-size: 24px; font-weight: 600; letter-spacing: -.03em; color: #242424; margin-bottom: 30px; }
.on-fx .info p { font-size: 18px; line-height: 1.6em;}
.on-fx .info .clr-txt { display: inline-block; font-size: 20px; letter-spacing: -.03em; line-height: 1.2em; color: #fff; font-weight: 600; background: #71b447; padding: 15px 25px; border-radius: 30px; margin-top: 35px; }

/* 제품상세페이지 */
.tab-contain { position: sticky; top: 99px; z-index: 100; }
.pd-tab {position: sticky; top: 99px; z-index: 100; background: #fff; display: flex; flex-wrap: wrap; border: 1px solid #ddd; border-bottom: 1px solid #71b447; margin-bottom: 60px; }
.pd-tab li { flex: 1; border-right: 1px solid #ddd;}
.pd-tab li:last-child { border-right: 0;}
.pd-tab li a { display: flex; align-items: center; justify-content: center; height: 60px; font-size: 18px; font-weight: 500; color: #242424; letter-spacing: -.03em;}
.pd-tab li.active { border-color: #71b447; }
.pd-tab li.active a { color: #fff; background: #71b447; }
.pd-detail-wrap .pd-contents { margin: 100px 0; }
.pd-detail-wrap .pd-contents:last-child { margin-bottom: 0; }
.pd-detail-img { text-align: center;}
.pd-tit { font-size: 22px; font-weight: 600; line-height: 1.2em; color: #242424; letter-spacing: -.03em; margin-bottom: 28px; }
.pd-tit-fx { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px;}
.pd-tit-fx .pd-tit { margin-bottom: 0; }
.pd-total-page { display: flex; align-items: center; gap: 40px; }
.pd-total-page span { display: inline-block; font-size: 15px; font-weight: 400; color: #686868; line-height: 1.2em; }
.pd-total-page span strong { font-size: 22px; color: #242424; font-weight: 700; }
.pd-tbl-wrap { overflow: auto;}
.pd-tbl { width: 100%; border-collapse: collapse; border-top: 2px solid #242424; }
.pd-tbl tr { border-bottom: 1px solid #ddd;}
.pd-tbl tr th { padding: 10px; font-size: 18px; font-weight: 500; color: #242424; letter-spacing: -.03em; background: #f8f8f8; border-right: 1px solid #ddd;}
.pd-tbl tr td { padding: 25px 30px; font-size: 16px; line-height: 1.666em; letter-spacing: -.03em; text-align: left;  border-right: 1px solid #ddd; padding-right: 0;}
.pd-tbl tr td:last-child { border-right: 0;}
.pd-tbl tr td p { position: relative; padding-left: 10px; margin-bottom: 3px; }
.pd-tbl tr td p:last-child { margin-bottom: 0; }
.pd-tbl tr td p:before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 1px; background: #454545; }
.pd-tbl tr td span { color: #bcbcbc; }
.pd-tbl tr td span.pl { padding-left: 14px;}
.pd-review {border-top: 2px solid #242424;}
.pd-review li { border-bottom: 1px solid #ddd; width: 100%; }
.pd-review li.title { padding: 25px 0; display: flex; line-height: 1em; font-size: 18px; font-weight: 700; text-align: center; letter-spacing: -.03em; color: #242424; }
.pd-review li .num { width: 8%; }
.pd-review li .name { width: 10%;}
.pd-review li .date { width: 11%;}
.pd-review li .rating { width: 17%;}
.pd-review li.title .ctt { text-align: center; color: #242424; }
.pd-review li .ctt { flex: 1 1 auto; min-width: 0; width: 1%; text-align: left; color: #242424; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.pd-review li .tit { display: flex; padding: 25px 0; text-align: center; font-size: 18px; color: #454545; }
.pd-review li .cnt { padding: 20px 0; font-size: 16px; letter-spacing: -.03em; line-height: 1.8em;  border-top: 1px solid #ddd; padding-left: 97px; display: none; }
.pd-review li .cnt .answer { margin-top: 20px; background: #f8f8f8; padding: 25px; display: flex; align-items: flex-start; font-size: 16px;}
.pd-review li .cnt .answer .a { width: 60px; text-align: center; font-weight: 600; letter-spacing: -.03em; display: inline-block;}
.pd-review li .cnt .answer .text { flex: 1 1 auto; min-width: 0; width: 1%; text-align: left; line-height: 1.8em; padding-left: 20px; border-left: 1px solid #ddd;}
.pd-review li .cnt-thumb-wrap { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.pd-review li .cnt-thumb-wrap .thumb { width: 120px; }
.pd-review li .cnt-thumb-wrap .thumb>div {position:relative; padding-bottom:75%; overflow:hidden;}
.pd-review li .cnt-thumb-wrap .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-review li .cnt-thumb-wrap .thumb>div:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid #ddd;}
.review-product-rating {display:flex; align-items: center;justify-content: flex-start;}
.pd-review li .review-product-rating { justify-content: center;}
.rating-input {display:flex; justify-content: center;}
.review-product-rating .rating-input-star {display:block; position:relative; width:19px; height:17px; background:url('/images/sub/star-off.png') 50% 50%/contain no-repeat; transition:.2s; margin: 0 2px;}
.review-product-rating .rating-input-star input {position:absolute; top:0; left:0; width:0; height:0; border:0; opacity:0; z-index:-1;}
.review-product-rating .hover .rating-input-star {background-image:url('/images/sub/star-on.png');}
.review-product-rating .selected .rating-input-star {background-image:url('/images/sub/star-on.png');}
.pd-review li.active .tit { background: #f8f8f8; }
.board-white .review-product-rating .rating-input-star { cursor: pointer; }
.pd-tbl-txtbox { margin-bottom: 30px; border: 1px solid #ddd; background: #f8f8f8; border-radius: 8px; text-align: center; padding: 30px 10px;}
.pd-tbl-txtbox h4 { font-size: 18px; font-weight: 600; color: #242424; letter-spacing: -.03em; margin-bottom:8px;}
.pd-mt { margin-top: 70px; }
