/* 공통*/
.sub-title{ padding-left: 24px; position: relative; margin-bottom: 10px;}
.sub-title:before { left: 0; background: #00bcd4;}
.sub-title:after { left: 6px; background: #0094de;}
.sub-title:before, .sub-title:after { position: absolute; top: 50%; transform: translateY(-60%); width: 14px; height: 14px; opacity: .8; border-radius: 100%; content: "";}
.blue-bg-box{background: #f1faff; padding: 20px; color: #85a6b6; border-radius: 10px;}
.blue-bg-box li{position: relative; padding-left: 12px;}
.blue-bg-box li:before{content: ""; position: absolute; left: 0; top: 7px; width: 3px; height: 3px; border-radius: 50%; background: #8babbb;}
.blue-bg-box li + li{margin-top: 7px;}
.sub-title-mini{display: inline-block; padding-left: 10px; word-break: keep-all; color: #33a9e5;}
.br-txt br{display: none;}
@media (min-width: 992px) {
    .sub-title{ padding-left: 45px; margin-bottom: 20px;}
    .sub-title:before, .sub-title:after { width: 20px; height: 20px;}
    .sub-title:after {left: 14px;}
    .blue-bg-box{padding: 40px;}
    .blue-bg-box li{padding-left: 16px;}
    .blue-bg-box li + li{margin-top: 15px;}
    .blue-bg-box li:before{content: ""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; }
    .br-txt br{display: block;}
}

/* 연혁 */
.history-box{padding-bottom: 120px;}
.history-box .year-menu {display: none;}
.history-box .year-menu ul { list-style: none; padding: 0; margin: 0;}
.history-box .year-menu li { margin: 30px 0; cursor: pointer; font-weight: 700; color: #ccc;}
.history-box .year-menu li.active { color: #004098; font-weight: bold;}
.history-box .timeline { position: relative; border-left: 2px solid #eee; padding-left: 20px;}
.history-box .timeline-progress { position: absolute; top: 0; left: -1px; width: 2px; background-color: #004098; height: 0; z-index: 0; transition: height 0.3s ease;}
.history-box .timeline-item { position: relative; padding-left: 40px; z-index: 1;}
.history-box .timeline-item::before { content: ''; position: absolute; left: -9px; top: 14px; width: 16px; height: 16px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); border-radius: 50%; background: #fff; transition: border-color 0.3s ease, background-color 0.3s ease;}
.history-box .timeline-item.active { color: #004098;}
.history-box .timeline-item.active::before { border-color: #004098; background-color:#004098;}
.history-box .content {border-top: 2px solid #000; padding: 30px 0; overflow: hidden;}
.history-box .year-title { margin-bottom: 10px;}
.timeline-item.visited::before { background-color: #004098; border-color: #004098;}
.year-section .history-list + .history-list {padding-top: 30px; margin-top: 30px; border-top: 1px solid #ddd;}
.year-section .history-list .year-title{width: 80px; display: inline-block;}
.year-section .history-list .history-detail{width: calc(100% - 104px); margin-left: 20px; display: inline-block; vertical-align: top;}
.year-section .history-list .history-detail .entry .month{ display: inline-block; background: #eff6ff; padding: 4px 12px; border-radius: 10px; margin-right: 15px; color: #004098; font-weight: 700;}
.year-section .history-list .history-detail .entry .month-history{word-break: keep-all; margin-top: 10px;}
.year-section .history-list .history-detail .entry .month-history li + li{ padding-top: 10px; margin-top: 10px; border-top: 1px dashed #ddd;}
.year-section .history-list .history-detail .entry{font-weight: 500; position: relative;}
.year-section .history-list .history-detail .entry:first-child{margin-top: 0;}
.year-section .history-list .history-detail .entry + .entry{margin-top: 15px;}
.year-section + .year-section{padding-top: 40px; margin-top: 40px; border-top: 1px solid #ddd;}
.year-section .history-list .year-title.highlight { color: #004098;}
@media (min-width: 768px) {
    .history-box{padding-bottom: 100px;}
    .year-section .history-list .year-title{width: 150px;}
    .year-section .history-list .history-detail{width: calc(100% - 174px); margin-left: 20px;}
}
@media (min-width: 992px) {
    .history-box{padding-bottom: 170px;}
    .history-box .content { padding: 50px 0;}
    .history-box .year-menu {width: 28%; padding: 20px; position: sticky; top: 120px; display: inline-block;}
    .history-box .content {width: calc(100% - 28% - 4px); display: inline-block; vertical-align: top;}
    .year-section .history-list + .history-list {padding-top: 50px; margin-top: 50px;}
    .year-section .history-list .history-detail .entry .month-history{  margin-top: 5px; display: inline-block; width: calc(100% - 90px); vertical-align: top;}
    .year-section .history-list .history-detail .entry:first-child{margin-top: 10px;}
    .year-section .history-list .history-detail .entry:before{width: 6px; height: 6px; top: 12px;}
}


/* 채용공고 배너*/
.recruit-top{font-size: 0; margin-bottom: 20px;}
.recruit-top .recruit-list{border-radius: 10px; position: relative; margin-bottom: 20px;}
.recruit-top .recruit-list a{display: block; padding: 20px;}
.recruit-top .recruit-list:nth-child(1){color: #2d67ff; border: 1px solid #2d67ff;}
.recruit-top .recruit-list:nth-child(2){color: #111aff; border: 1px solid #111aff;}
.recruit-top .recruit-list .recruit-shortcut{color: #fff; font-weight: 700; display: inline-block; padding: 4px 20px;}
.recruit-top .recruit-list:nth-child(1) .recruit-shortcut{background: #2d67ff;}
.recruit-top .recruit-list:nth-child(2) .recruit-shortcut{background: #111aff;}
.recruit-top .recruit-list .recruit-logo{position: absolute; bottom: 20px; right: 20px; opacity: 0.4; max-width: 30%;}
.no-job{padding: 60px 0; margin: 30px 0px 60px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; color: #777;}
@media (min-width: 992px) {
    .recruit-top{font-size: 0; margin: 0 -20px 40px -20px;}
    .recruit-top .recruit-list{width: calc(100% / 2 - 40px); margin: 0 20px; display: inline-block;}
    .recruit-top .recruit-list a{padding: 30px;}
    .recruit-top .recruit-list .recruit-logo{bottom: 30px; right: 30px; max-width: 100%;}
    .no-job{padding: 150px 0; margin: 60px 0px 150px;}
}

/*채용공고 리스트*/
.job-grid { display: flex; flex-wrap: wrap;  gap: 20px;}
.job-grid .job-card.ing-job .job-badge{background: #004098;}
.job-grid .job-card.open-job .job-badge{background: #4caf50;}
.job-grid .job-card { display: block; width: 100%; padding: 20px; box-sizing: border-box; text-decoration: none; color: inherit; transition: box-shadow 0.2s ease; background: #f3f9ff; border: 2px solid #f3f9ff; border-radius: 10px; transition: 0.5s;}
.job-grid .job-card:hover { background: #fff; border: 2px solid #444;}
.job-grid .job-card.ing-job:hover { background: #fff; border: 2px solid #004098;}
.job-grid .job-card.open-job:hover { background: #fff; border: 2px solid #4caf50;}
.job-grid .job-card:hover .job-title{color: #444;}
.job-grid .job-card.ing-job:hover .job-title{color: #004098;}
.job-grid .job-card.open-job:hover .job-title{color: #4caf50;}
.job-grid .job-badge { display: inline-block; background-color: #444; color: #fff; padding: 6px 12px; border-radius: 2px; margin-bottom: 20px;}
.job-grid .job-title { font-weight: bold; margin-bottom: 20px; line-height: 1.4; transition: 0.5s; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.job-grid .job-footer { display: flex; align-items: center; color: #999;}
@media (min-width: 768px) {
    .job-grid .job-card {padding: 30px 20px; width: calc(50% - 14px);}
    .job-grid .job-title {margin-bottom: 30px;}
}
@media (min-width: 992px) {
    .job-grid .job-card {padding: 40px 20px; width: calc(33.333% - 14px);}
}

/*스크롤시 이미지 커지게*/
.top-bg-box .sub-top-video{ position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%;}
.spreadImageBox {box-sizing:inherit !important; -webkit-box-sizing:inherit !important; position:relative; height:410px}
.spreadImageBox .spreadImage.typeEdgeL {display:block;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;transition:width .9s ease}
.spreadImageBox .spreadImage.typeEdgeL img {display:block;position:absolute;left:0;top:0; max-width:inherit}
.spreadImageBox .spreadImage.typeEdgeR {display:block;position:absolute;width:100%;height:100%;right:0;top:0;overflow:hidden;transition:width .9s ease;}
.spreadImageBox .spreadImage.typeEdgeR img {display:block;position:absolute;right:0;top:0; max-width:inherit}
.spreadImageBox .spreadImage.typeFull {display:block;position:absolute; width:1290px;height:100%;left:50%;transform:translateX(-50%);top:0;overflow:hidden;transition:width .9s ease;}
.spreadImageBox .spreadImage.typeFull:before{content: ""; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.0.5);}
.spreadImageBox .spreadImage.typeFull img {display:block;position:absolute;left:50%;top:0;margin:0 0 0 -1000px; max-width:inherit; filter: grayscale(0%);}

@media all and (max-width:999px) {
   .spreadImageBox {height:415px}
   .spreadImageBox .spreadImage.typeFull {width:1120px}
}
@media all and (max-width:799px) {
   .spreadImageBox {min-height:150px; max-height:100%; height:100%;}
   .spreadImageBox .spreadImage.typeFull {width:100% !important}
   .spreadImageBox .spreadImage.typeEdgeR {position:unset;}
   .spreadImageBox .spreadImage.typeEdgeR img {display:block;position:absolute;left:0;top:0; max-width:100%}
   .spreadImageBox .spreadImage.typeEdgeL {position:unset;}
   .spreadImageBox .spreadImage.typeEdgeL img {display:block;position:absolute;left:0;top:0; max-width:100%}
   .spreadImageBox .spreadImage.typeFull img{display: block; position: absolute; top: 50%;left: 50%; width: 100%;  height: 150px; transform: translate(-50%, -50%); object-fit: cover;max-width: 100%; filter: grayscale(0%); margin: inherit;} 
}

/* 회전이미지*/
.rotation-shape{position: absolute; top: -30px; right: 10px; animation: rotate360_image 10s linear infinite; z-index: -1; max-width: 120px;}
@keyframes rotate360_image{
    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 768px) {
    .rotation-shape{max-width: inherit; right: 60px;}
}

/* About TS 소개 */
.spread-box{ font-size: 26px; background: #fff; padding: 20px; position: relative; z-index: 1; max-width: 100%; margin: 0px auto; line-height: inherit; overflow: hidden;}
.spread-line { position: relative; color: #000; line-height: 1.6;  white-space: normal; overflow: visible; display: inline;}
.inline-word { position: relative;color: #000; display: inline;}
.inline-word.navy{color: #004098;}
.inline-word::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 0%; height: 100%; color: #004098;  overflow: hidden; white-space: nowrap; transition: width 2s ease; pointer-events: none; z-index: 2;}
.spread-line.visible .inline-word::after {width: 100%;}
.spread-line::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 0%; height: 100%; color: #000; overflow: hidden; white-space: nowrap; transition: width 2s ease; pointer-events: none; z-index: 1;}
.spread-line.visible::after { width: 100%;}
.spread-line:nth-child(2)::after { transition-delay: 0.1s; }
.spread-line:nth-child(3)::after { transition-delay: 0.7s; }
.spread-line:nth-child(4)::after { transition-delay: 1s; }
.spread-line:nth-child(5)::after { transition-delay: 1.7s; }
.inline-word::after { transition-delay: 1s; }
.spread-line::after,
.inline-word::after { font-family: inherit;  font-weight: inherit;  font-size: inherit; line-height: inherit; letter-spacing: inherit;}
.about-ts-box{padding: 0 10px; color: #999;}
@media (min-width: 768px) {
    .spread-box{ font-size: 30px; padding: 30px;}   
}
@media (min-width: 1240px) {
    .spread-box{ font-size: 50px; padding: 60px 40px; max-width: 1440px; margin: -100px auto 0;}    
    .spread-line{color: #ccc; display: block;}
    .inline-word {color: #ccc; display: inline-block;}
    .inline-word.navy{color: inherit;}
    .about-ts-box{padding: 0 20px;}
}

/* 사업장 소개 */
.office-info .office-info-list{background: #f8fbff; border-radius: 10px; padding: 30px; font-size: 0; overflow: hidden;}
.office-info .office-info-list + .office-info-list{margin-top: 30px;}
.office-info .office-info-list .office-left dl dt{display: inline-block; width: 70px; margin-right: 20px; color: #004098; position: relative; vertical-align: middle;}
.office-info .office-info-list .office-left dl dt:after{content: ""; width: 1px; height: 10px; background: #d9e2ef; position: absolute; top: 6px; right: 0;}
.office-info .office-info-list .office-left dl dd{display: inline-block; width: calc(100% - 90px); color: #7c93b3; vertical-align: top;}
.office-info .office-info-list .office-right{border-radius: 20px; overflow: hidden; position: relative; margin-top: 30px;}

.office-info .wrap_btn_zoom{display: none!important;}
.office-info .root_daum_roughmap_landing .border3, .office-info .root_daum_roughmap_landing .border4{width: 0;}
.office-info .root_daum_roughmap .border1{height: 0; border: 0;}
.office-info .roughmap_maker_label .roughmap_lebel_text {display:none;}
.office-info .roughmap_maker_label a:after {content: '이름'; display: block !important;position:absolute;left:50%;top: 50%;transform: translate(-44%,-100%);color:#000;border: 1px solid #e5e5e5;border-color: rgba(0,0,0,.1);padding: 7px 14px;z-index: 0;font-weight: 600;}
.office-info .roughmap_maker_label a:before {content: '이름';display:block !important;background:#fff;position: absolute;left: 50%;top: 50%;transform: translate(-43%,-102%);padding: 7px 14px;z-index: 99;font-weight: 600;}
.office-info .roughmap_maker_label:after {left:-6px;}
.office-info .office-info-list:nth-child(1) .roughmap_maker_label a:after{content: "TS 사료 본사";}
.office-info .office-info-list:nth-child(1) .roughmap_maker_label a:before{content: "TS 사료 본사";}
.office-info .office-info-list:nth-child(2) .roughmap_maker_label a:after{content: "TS 사료 서울지점";}
.office-info .office-info-list:nth-child(2) .roughmap_maker_label a:before{content: "TS 사료 서울지점";}
.office-info .office-info-list:nth-child(3) .roughmap_maker_label a:after{content: "TS 사료 인천영업소";}
.office-info .office-info-list:nth-child(3) .roughmap_maker_label a:before{content: "TS 사료 인천영업소";}
.office-info .office-info-list:nth-child(4) .roughmap_maker_label a:after{content: "TS 사료 포천영업소";}
.office-info .office-info-list:nth-child(4) .roughmap_maker_label a:before{content: "TS 사료 포천영업소";}
.office-info .office-info-list:nth-child(5) .roughmap_maker_label a:after{content: "TS 사료 장호원영업소";}
.office-info .office-info-list:nth-child(5) .roughmap_maker_label a:before{content: "TS 사료 장호원영업소";}
.office-info .office-info-list:nth-child(6) .roughmap_maker_label a:after{content: "TS 사료 홍성영업소";}
.office-info .office-info-list:nth-child(6) .roughmap_maker_label a:before{content: "TS 사료 홍성영업소";}
.office-info .office-info-list:nth-child(7) .roughmap_maker_label a:after{content: "TS 사료 김제영업소";}
.office-info .office-info-list:nth-child(7) .roughmap_maker_label a:before{content: "TS 사료 김제영업소";}
.office-info .office-info-list:nth-child(8) .roughmap_maker_label a:after{content: "TS 사료 광주영업소";}
.office-info .office-info-list:nth-child(8) .roughmap_maker_label a:before{content: "TS 사료 광주영업소";}
.office-info .office-info-list:nth-child(9) .roughmap_maker_label a:after{content: "TS 사료 군위영업소";}
.office-info .office-info-list:nth-child(9) .roughmap_maker_label a:before{content: "TS 사료 군위영업소";}
.office-info .office-info-list:nth-child(10) .roughmap_maker_label a:after{content: "TS 사료 진주영업소";}
.office-info .office-info-list:nth-child(10) .roughmap_maker_label a:before{content: "TS 사료 진주영업소";}
.cont{display: none;}
.root_daum_roughmap {width:100% !important;}
.office-info .root_daum_roughmap .wrap_map{height: 200px;}
@media (min-width: 992px) {
    .office-info .office-info-list + .office-info-list{margin-top: 60px;}
    .office-info .office-info-list{ padding: 40px 60px;}
    .office-info .office-info-list .office-left{width: 45%; display: inline-block; vertical-align: middle;}
    .office-info .office-info-list .office-right{width: 55%; display: inline-block; vertical-align: middle; margin-top: 0;}
    .office-info .root_daum_roughmap .wrap_map{height: 360px;}
    .office-info .office-info-list .office-left dl dt{width: 80px;}
    .office-info .office-info-list .office-left dl dd{width: calc(100% - 100px);}
    .office-info .office-info-list .office-left dl dt:after{height: 13px;}
}

/* 오시는 길*/
.circle-one-box span{ display: inline-block; width: 20px; height: 20px; line-height: 20px; color: #fff; font-weight: 400; text-align: center;  border-radius: 50%; font-size: 12px; margin-right: 4px;}
.circle-one-box .cob-1{ background: #4eb041;}
.circle-one-box .cob-2{ background: #1577f0;}
.bus-box li{/*width: calc(100% / 3 - 10px); */ display:block;}
.bus-box li + li{margin-top: 10px;}
.bus-box li:nth-child(n+4){margin-top: 20px;}
.map-con{position: relative; border-radius: 10px; overflow: hidden;}
.map-con .map-img-txt{background: rgba(11,0,41,0.8); color: #fff; padding: 20px; text-align: center;}
.use-title{text-align: center;}
.use-txt{margin-top: 20px;}
.use-txt .use-location{background: #4eb041; color: #fff; padding: 6px 10px; border-radius: 4px; display: inline-block;}
.map-use .use-way{font-weight: 700;}
.map-box{position: relative;}
.map-box .map-link{text-align: center;}
.map-link a{display: block; background: rgba(0,64, 152, 0.9); padding: 20px; border-radius: 10px; color: #fff; word-break: keep-all;}
.map-link a:hover, .map-link a:focus{color: #fff!important;}

.map-link i{font-size: 20px; padding-right: 10px;}
@media (min-width: 768px) {
    .bus-box li{/*width: calc(100% / 7 - 10px);*/  display: block;}
    .bus-box li + li{margin-top: 20px;}
/*
    .bus-box li:nth-child(n+4){margin-top: 0;}
    .bus-box li:nth-child(n+8){margin-top: 20px;}
*/
    .map-con .map-img-txt{position: absolute; left: 0; top: 0; background: rgba(11,0,41,0.8); color: #fff; z-index: 1; padding: 30px; height: 100%; display: table; backdrop-filter: blur(10px);}
    .map-img-txt .map-txt-cell{display: table-cell; vertical-align: middle;}
    .use-title{width: 330px; display: inline-block; vertical-align: middle;}
    .use-txt{width: calc(100% - 330px - 6px); display: inline-block; vertical-align: middle; margin-top: 0;}
    .map-box .map-link{ position: absolute; bottom: 20px; left: 50%; transform: translate(-50%, 0%); z-index: 1;  width: 90%;}
    .map-link a{padding: 30px;}
}

/* 제품 리스트*/
.sub-product-box {font-size: 0;}
.sub-product-box .sub-product-list{width: calc(100% - 40px); margin: 20px; display: inline-block; vertical-align: top;}
.sub-product-box .sub-product-list .sub-product-lnk .sub-product-img{ background: #f3f9ff; border-radius: 20px; padding: 20px 20px 0; display: block;transition: 0.5s; overflow: hidden;}
.sub-product-box .sub-product-list .sub-product-lnk .sub-product-img span { width: 100%; height: 82.97%; display: block; margin: 0 auto; text-align: center;}
.sub-product-box .sub-product-list .sub-product-lnk .sub-product-img span img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; transition: transform 0.3s ease; vertical-align: middle;}
.sub-product-box .sub-product-list .sub-product-lnk:hover .sub-product-img span img { transform: scale(1.05); transition: transform 0.5s ease;}
.sub-product-box .sub-product-list .sub-product-title{margin-top: 20px; font-weight: 800; margin-bottom: 5px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sub-product-box .sub-product-list .sub-product-txt{color: #999; font-weight: 400; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
@media (min-width: 768px) {
    .sub-product-box {margin: 0 -20px;}
    .sub-product-box .sub-product-list{ width: calc(100% / 2 - 40px);}
}
@media (min-width: 1200px) {
    .sub-product-box .sub-product-list{ width: calc(100% / 3 - 40px);}
}
/* 제품 소메뉴*/
.sub-category-menu { display: flex; gap: 10px; padding: 10px 0; user-select: none; margin-bottom: 20px; justify-content: flex-start; font-weight: 600; overflow-x: auto;            white-space: nowrap;         -webkit-overflow-scrolling: touch; }
.sub-category-item { color: #bbb; cursor: pointer; padding: 3px 5px; transition: color 0.2s ease, border-bottom 0.2s ease; flex-shrink: 0;}
.sub-category-item.active { color: #000;}

@media (min-width: 768px) {
  .sub-category-menu { gap: 30px; margin-bottom: 40px; justify-content: center;  overflow-x: visible;      white-space: normal;}
  .sub-category-item { padding: 6px 10px;}
}


/* 제품 뷰 */
.product-view-top{font-size: 0; overflow: hidden;}
.product-view-top .product-view-left{width: 100%;}
.product-view-top .product-view-right{width: 100%; margin-top: 40px; font-weight: 500; word-break: keep-all;}
.product-view-top .product-view-left .product-view-img{ background: #f3f9ff; border-radius: 20px; padding: 20px 20px 0; display: block;}
.product-view-top .product-view-left .product-view-img span {width: 70%; height: 82.97%; display: block; margin: 0 auto; text-align: center;}
.product-view-top .product-view-right .pvr-txt{color: #3974c6;}
.product-view-top .product-view-right .pvr-title { margin-bottom: 25px; padding-bottom: 25px; background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 2px, transparent 2px, transparent 6px ); background-position: bottom;  background-repeat: repeat-x; background-size: auto 6px; line-height: initial;}
.product-view-top .product-view-right .pvr-detail{color: #666;}
.product-view-top .product-view-right .pvr-detail li + li{margin-top: 10px;}
.product-view-top .product-view-right .pvr-detail li{padding-left: 14px; position: relative;}
.product-view-top .product-view-right .pvr-detail li:before{content: ""; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: #3974c6;}
.product-view-top .product-view-right .pvr-tag li{display: inline-block; margin: 4px 2px;}
.product-view-top .product-view-right .pvr-tag li a{display: block; background: #3988d7; color: #fff; padding: 6px 20px; border-radius: 60px; transition: 0.5s;}
.product-view-top .product-view-right .pvr-tag li a:before{content: "#"; display: inline-block; padding-right: 4px; font-weight: 700;}
.product-view-top .product-view-right .pvr-tag li a:hover{background: #444;}
.ezsboard5 .bak-bnt{border: 1px solid #ddd; padding: 10px 25px 10px 40px; color: #999; position: relative;}
.ezsboard5 .bak-bnt:before{content: ""; position: absolute; top: 15px; left: 20px; width: 8px; height: 8px; border-color: #c3bebe; border-top: 1px solid #c3bebe; border-left: 1px solid #c3bebe; vertical-align: middle; 
-webkit-transform: rotate(319deg);
-moz-transform: rotate(319deg);
-ms-transform: rotate(319deg);
-o-transform: rotate(319deg);
transform: rotate(319deg);}
.ezsboard5 .list-btn{ border: 1px solid rgba(1, 1, 1, .15); background: #fff; padding: 0.9em 3em 1.05em; font-size: 0.95em; font-weight: 500; color: #555;}
.ezsboard5 .list-btn:hover{border: 1px solid rgba(1, 1, 1, 1); color: #000;}

.product-detailed-image-box{margin-top: 40px; text-align: center; padding: 20px 0;}
.product-detailed-image-box .pdi-image{ max-width: 1000px; margin: 0 auto; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);}
.product-detailed-image-box .section-title { display: flex; align-items: center; text-align: center; margin: 30px 0;}
.product-detailed-image-box .section-title::before,
.product-detailed-image-box .section-title::after {content: ""; flex: 1; border-bottom: 1px solid #eee;}
.product-detailed-image-box .section-title::before { margin-right: 15px;}
.product-detailed-image-box .section-title::after { margin-left: 15px;}
@media (min-width: 768px) {
    .product-view-top .product-view-left{width: 50%; display: inline-block;}
    .product-view-top .product-view-right{width: calc(50% - 40px); margin-left: 40px; margin-top: 0px; display: inline-block; vertical-align: top; }
    .product-view-top .product-view-right .pvr-detail li:before{top: 10px; width: 4px; height: 4px;}
}
@media (min-width: 992px) {
    .ezsboard5 .bak-bnt{padding: 16px 30px 16px 60px;}
    .ezsboard5 .bak-bnt:before{ top: 22px; left: 25px; width: 12px; height: 12px; border-top: 2px solid #c3bebe; border-left: 2px solid #c3bebe;}
}
@media (min-width: 1200px) {
    .product-detailed-image-box{margin-top: 100px; padding: 80px 0;}
     .product-view-top .product-view-right{ margin-top: 30px;}
    .product-view-top .product-view-right .pvr-title{margin-bottom: 40px; padding-bottom: 40px;}
}

/* 제품뷰 링크 위치*/
.product-view{position: relative;}
.product-view #lnk-location{position: absolute; top: -155px;}
@media (min-width: 768px) {
    .product-view #lnk-location{top: -250px;}
}

/* 환경*/
.sub-design-section .sub-design-item {text-align: center;}
.sub-design-section .sub-design-item + .sub-design-item{margin-top: 30px;}
.sub-design-section .sub-design-img-box {position: relative; border-radius: 20px; overflow: hidden;}
.sub-design-section .sub-design-img-box img { width: 100%; height: auto; display: block; border-radius: 20px;}
.sub-design-section .sub-design-divider { width: 4px; height: 60px; background-color: #0081b7; margin: -20px auto 0; position: relative;}
.sub-design-section .sub-design-title-en { font-weight: 700; margin-bottom: 8px; margin-top: 10px;}
.sub-design-section .sub-design-title-ko { font-weight: 600; color: #0081b7; margin-bottom: 16px;}
.sub-design-section .sub-design-desc {color: #999; line-height: 1.6;}
@media (min-width: 768px) {
    .sub-design-section { display: flex; justify-content: center; gap: 30px;}
    .sub-design-section .sub-design-item + .sub-design-item{margin-top: 0px;}
}
@media (min-width: 992px){
    .sub-design-section {gap: 60px;}
}

/* 사회*/
.service-section { width: 100%; max-width: 1200px; margin: 0 auto; }
.service-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; overflow: hidden;}
.service-row.reverse { flex-direction: row-reverse;}
.service-text, .service-image {padding: 10px;}
.service-text h2 { margin-bottom: 16px; font-weight: 700; line-height: inherit;}
.service-text p { color: #999; margin-bottom: 8px; word-break: keep-all;}
.service-image img { max-width: 100%; height: auto; border-radius: 16px;}
@media (min-width: 768px) {
    .service-section {padding: 60px 0;}
    .service-text, .service-image { flex: 1 1 45%; padding: 20px;}
    .service-row {margin-bottom: 100px;}
}



