@charset "utf-8";
/* *******************************************************
 * filename : content.css
 * description : 서브페이지 컨텐츠 CSS
 * date : 2025-11-19
******************************************************** */

/* ******************  서브공통 ********************** */
/* -------- 공통 스크롤바  -------- */
.custom-scrollbar-cover,
.cm-scroll-drag-guide{display:none;}

/* -------- 공통 :: 탭 -------- */
/* Tab 공통 스타일 */
.sub-tab-wrapper-style{position:relative; height:50px; margin-bottom:7rem; text-align: center; z-index: 1;}
.sub-tab-list-style ul{display:inline-flex; justify-content: center; height:50px; border-radius: 5rem; background-color: #f3f3f3;}
.sub-tab-list-style ul li{display:table-cell; vertical-align:middle; position:relative; width: 15rem; border-radius: 5rem; }
.sub-tab-list-style ul li a{display:table; height:50px; width:100%; }
.sub-tab-list-style ul li a em{display:table-cell; vertical-align:middle; color:#888; font-size:1.8rem; font-weight: 600; letter-spacing:-0.025em; text-align:center; /* transition:all 0.2s;  */}
.sub-tab-list-style ul li.selected{z-index:1; background-color:var(--main-color2);}
.sub-tab-list-style ul li.selected a em{color:#fff; }
/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed{position:fixed; top:var(--header-fixed-height); left: 50%; transform:translateX(-50%); /* width:100%; */ height:50px;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}

/* @media all and (min-width:1025px){
	.sub-tab-list-style:before{position:absolute; top:0px; bottom:0px; left:50%; width:0; content:""; background-color:#fff; border-bottom:1px solid #e5e5e5; transition:all 0.5s}
	.sub-tab-list-style.top-fixed:before{width:100%; margin-left:-50%}
} */

/* -------- 공통 :: 타이틀 -------- */
.cm-tit-con {text-align: center; padding-bottom:9.5rem !important;}
.cm-tit-con .cm-tit {font-size: 4rem; font-weight: 600; letter-spacing: -0.05em; color: #222; line-height: 1.4;}
.cm-tit-con .cm-tit b {font-weight: 600; /* color: var(--main-color2); */}
/* .cm-tit-con .cm-tit b.com-tit {color: var(--main-color);}
.cm-tit-con .cm-tit b.com-tit span {color: var(--main-color2);} */
.cm-tit-con .cm-txt {font-size: 2rem; font-weight: 500; letter-spacing: -0.05em; color: #555; line-height: 1.7; padding-top: 3rem;}
.cm-tit-con .cm-txt2 {font-size: 1.8rem; font-weight: 500; letter-spacing: -0.05em; color: #555; line-height: 1.7; padding-top: 4.5rem;}

/* ******************  01. 회사소개 ********************** */
/* -------- 인사말 -------- */
.greeting-con-wrap {padding: 12rem 0 18rem; position: relative;}
.greeting-con-wrap:before {position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(180deg, #f2f2f2, #fff);}
.greeting-con {position: relative; z-index: 1; display: flex;}
.greeting-con .img-box {position: relative;width: 34.666%;}
.greeting-con .img-box .bg {position: absolute; width: 100%; height: 0; top: 5rem; left: 5rem; padding-top: 130.77%; border-radius: 0 5rem 0 5rem; background: linear-gradient(180deg, #EEEEEE, #DDDDDD);}
.greeting-con .img-box .bg:before {position: absolute; content: ''; width: calc(100% - 3rem); height: calc(100% - 3rem); top: 1.5rem; left: 1.5rem; background: #F6F6F6; border-radius: 0 4rem 0 4rem;}
.greeting-con .img-box .img {display: block; position: relative; width: 100%; height: 0; padding-top: 130.77%; border-radius: 0 5rem 0 5rem; overflow: hidden; z-index: 2; box-shadow: 1rem 1rem 3rem rgba(0,0,0,0.15);}
.greeting-con .img-box .img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.greeting-con .txt-box {width: 65.334%; padding-left: 23rem; box-sizing: border-box;}
.greeting-con .txt-box strong {display: block; font-size: 2.4rem; font-weight: 700; letter-spacing: -0.02em; color: var(--main-color); line-height: 1.1; margin-bottom: 5.5rem; padding-top: 1rem;}
.greeting-con .txt-box .txt01 {font-size: 2.6rem; font-weight: 600; letter-spacing: -0.05em; color: #222; line-height: 1.53;}
.greeting-con .txt-box .txt02 {font-size: 1.8rem; font-weight: 500; letter-spacing: -0.05em; color: #666; line-height: 1.77; margin-top: 3.5rem;}
.greeting-con .txt-box .txt02 span {color: var(--main-color);}
.greeting-con .txt-box .txt03 {font-size: 2rem; font-weight: 500; letter-spacing: -0.05em; color: #555; line-height: 1.3; margin-top: 4rem;}
.greeting-con .txt-box .txt03 b {font-weight: 500; color: #222;}

/* -------- 연혁 -------- */
.history-page {padding-bottom: 20rem;}
.history-img-con {position: relative; width: 100%; height: 0; padding-top: 29.333%; margin-bottom: 10rem;}
.history-img-con span {position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: block; border-radius: 5rem;}
.history-con-wrap {position: relative;}
.history-percent-bar {position: absolute;top: 3rem; left: 50%; border-radius: 2px; margin-left:-1px; width:2px; height: calc(100% - 3rem); background: #dddddd;}
.history-percent-bar .percent-bar-child {position: absolute;content: ""; width: 100%;  height: 0; background-color: var(--main-color2); z-index: 1; border-radius:2px;}
.history-percent-bar .percent-bar-child .point { display: flex; align-items: center; justify-content: center;  position: absolute; bottom: -4rem; left: calc(50% - 2.25rem); content: ""; z-index: 10; width: 4.5rem; height: 4.5rem; border-radius: 4.5rem; background-color: var(--main-color2); }
.percent-bar-child .point i {font-size:1.6rem; color: #fff; line-height: 4.5rem;}
.history-year-group-box {position: relative;display: flex; padding-top: 15rem;}
.history-year-group-box:first-of-type { padding-top: 0;}
.history-year-group-box .dots { position: absolute;top: 2.5rem; left: 50%; margin-left: -0.9rem; width: 1.8rem; height: 1.8rem; z-index: 0}
.history-year-group-box .dots .inner-dots {position: absolute; content: ''; width:1.8rem; height:1.8rem; top: 50%; left: 50%;transform:translate(-50%, -50%);  background: rgba(136,136,136,0.2); z-index: 1; border-radius: 50%; transition:all 0.3s;}
.history-year-group-box .dots .inner-dots:before {position: absolute; content: ''; width: 0.6rem; height: 0.6rem; top: 50%; left: 50%; transform:translate(-50%, -50%); background: #222;  border-radius: 50%; transition:all 0.3s;}

.history-year-group-box .history-year-group-tit-box {position: relative;width: 50%; padding: 0 12rem 0 0 ; box-sizing: border-box; text-align: right;}
.history-year-group-box .history-year-group-tit {font-size: 6rem; font-weight: 700; letter-spacing: -0.025em; color: #222; opacity: 0.3; line-height: 1.1; transition: all 0.3s;} 
.history-year-group-box.active .history-year-group-tit {opacity: 1;}
.history-year-group-box.active .inner-dots {width: 2.3rem; height: 2.3rem; background: rgba(1,149,187,0.2);}
.history-year-group-box.active .inner-dots:before {width:1.1rem; height: 1.1rem; background: var(--main-color2);}

.history-year-group-box .history-year-list-box {width: 50%; padding: 2rem 0 0 11.8rem; box-sizing: border-box;}
.history-year-group-box .history-year-item {display: flex; margin-bottom: 3rem;}
.history-year-group-box .history-year-item:last-of-type {margin-bottom: 0;}
.history-year-group-box .history-year-item .history-year {display: block; width: 8.6rem;}
.history-year-group-box .history-year-item .history-year  strong {font-size: 2.2rem; font-weight: 600; letter-spacing: -0.025em; color: #222222; line-height: 1.3;}
.history-year-group-box .history-year-item .history-detail-txt-con {width: calc(100% - 8.6rem);}
.history-year-group-box .history-year-item .history-detail-txt {font-size: 1.6rem; font-weight: 500; letter-spacing: -0.03em; line-height: 1.5; color: #555555;}
.history-year-group-box .history-year-item .history-detail-txt + .history-detail-txt {margin-top: 0.5rem;}

@media all and (min-width:801px){
	.history-year-group-box.reverse {flex-direction: row-reverse;}
	.history-year-group-box.reverse .history-year-group-tit-box {padding: 0 0 0 11rem ; text-align: left;}
	.history-year-group-box.reverse .history-year-group-tit-box:before {right: auto; left: -0.9rem;}
	.history-year-group-box.reverse .history-year-list-box {padding: 2rem 11.8rem 0 0;}
	.history-year-group-box.reverse .history-year-item {flex-direction: row-reverse;}
	.history-year-group-box.reverse .history-year-item .history-year {text-align: right;}
	.history-year-group-box.reverse .history-year-item .history-detail-txt-con {text-align: right;}
}

/* -------- ESG -------- */
.esg-con-wrap {position: relative;}
.esg-con-wrap:before {position: absolute; content: ''; width: 100%; height: 110rem; top: 29rem; left: 0; background: url(/images/content/esg_bg.png)no-repeat center/cover; z-index: -1;}
.esg-con01 {position: relative; padding-bottom: 35rem;}
.esg-list01 {display: flex; margin: 0 -4.2rem; position: relative; z-index: 1;}
.esg-list01 li {width: calc(33.333% - 8.4rem); margin: 0 4.2rem;}
.esg-list01 li .inner {position: relative; width: 100%; border-radius: 2.5rem; box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.15); }
.esg-list01 li .inner .bg {position: relative; width: 100%; height: 0; padding-top: 146.34%;  border-radius: 2.5rem; overflow: hidden;}
.esg-list01 li .inner .bg img {position: absolute; width: 100%; height: 100%; top: 0; left: 0;  object-fit: cover;}
.esg-list01 li .inner .tit-box {position: absolute; bottom: 0; left: 0; width: 100%; padding: 4.5rem; box-sizing: border-box;}
.esg-list01 li .inner .tit-box span {display: block; font-size: 2rem; font-weight: 600; letter-spacing: -0.02em; color: #fff; margin-bottom: 1.8rem;}
.esg-list01 li .inner .tit-box strong {display: block; font-size: 3.8rem; font-weight: 700; letter-spacing: -0.02em; color: #fff; line-height: 1.1;}
.esg-list01 li:nth-child(odd) .inner {transform:translateY(11rem)} 

.esg-flow-txt-wrap {position: absolute; left: 0; bottom: 0; width: 100%; height: 16rem; z-index: 1;}
.esg-flow-txt-wrap  .inner {position: relative; width: 100%; height: 16rem; overflow: hidden;}
.esg-flow-txt-wrap .flow-txt {width: 100%;height: 100%; position: absolute; top: 0; left: 0; z-index: 2; mix-blend-mode: lighten;}
.esg-flow-txt-wrap .maskBg {width: 100%; height: 100%;  display: flex; align-items: center; overflow: hidden;} 
.esg-flow-txt-wrap .maskBg .marquee {width: 100%; height: 100%; position: relative;}
.esg-flow-txt-wrap .maskBg .marquee .absol {position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center;}
.esg-flow-txt-wrap .maskBg .marquee .absol .mar_ch {display: flex; align-items: center;}
.esg-flow-txt-wrap .maskBg .marquee .absol h4 {font-size:12rem; letter-spacing:-0.02em; color:#eee; font-weight: 700; box-sizing:border-box; white-space:nowrap; margin: 0 2.5rem;}

.esg-con02 {padding: 12rem 0 20rem;}
.esg-list02 li {display: flex; align-items: center; border-radius: 11rem; background-color: #f6f6f6; box-sizing: border-box;}
.esg-list02 li + li {margin-top: 3rem;}
.esg-list02 li strong {display: block; width: 20%; text-align: center; font-size: 9rem; font-weight: 700; letter-spacing: -0.02em; color: var(--main-color2);}
.esg-list02 li dl {width: calc(80% - 22rem);}
.esg-list02 li dl dt {font-size: 2.4rem; font-weight: 600; letter-spacing: -0.02em; color: #000; line-height: 1.7; margin-bottom: 1.6rem;}
.esg-list02 li dl dd {font-size: 1.6rem; font-weight: 500; letter-spacing: -0.05em; color: #555; line-height: 1.75;}
.esg-list02 li .icon {width: 22rem; padding: 3rem; box-sizing: border-box;}
.esg-list02 li .icon img {max-width: 100%;}

.esg-list02 li dl dt span {font-size: 2rem; color: #888; padding-left: 1rem;}

@media all and (max-width:800px){
.esg-list02 li dl dt {font-size: 2.4rem;}
.esg-list02 li dl dt span { padding-left: 0rem;}

}

/* -------- 오시는길 -------- */
.location-page {padding-bottom: 13rem;}
.location-map-box{position: relative; height:0; padding-top:33.333%; margin-bottom:5rem; border-radius: 5rem; overflow: hidden; }
.location-map-box iframe{position: absolute; top:0; left:0; width:100%; height:100%; }
.location-map-box .root_daum_roughmap{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.location-map-box .root_daum_roughmap .wrap_map{height:100%}
.location-info-box .tit-box {display: flex; align-items: center; justify-content: space-between; padding-bottom: 3rem; border-bottom: 1px solid #ddd; }
.location-info-box .tit-box .tit {font-size: 3.4rem; font-weight: 700; letter-spacing: -0.025em; color: #000; line-height: 1.2;}
.location-info-box .tit-box a {float: left; width: 18rem; height: 5rem; display: flex; align-items: center; justify-content: space-between; padding: 0 2.3rem; background: #EEEEEE; margin-left: 1rem; border-radius: 2.5rem; box-sizing: border-box;  color: #444444;  transition: all 0.4s; }
.location-info-box .tit-box a span {font-size: 1.6rem; font-weight: 600; letter-spacing: -0.025em;line-height: 1.3; transition: all 0.4s; }
.location-info-box .tit-box a i {font-size: 1.8rem; line-height: 2rem; }
.location-info-box .tit-box a.naver-link:hover {background: #2DB400; border-color: #2DB400; color: #fff;}
.location-info-box .tit-box a.kakao-link:hover {background: #fee500; border-color: #fee500;}

.location-info-box .info-box {padding-top: 2.5rem;}
.location-info-box .info-box .info-list {display: flex; padding: 1rem 0;}
.location-info-box .info-box .info-list dl {display: flex; width: 50%;}
.location-info-box .info-box .info-list dl dt {position: relative; width: 13rem; padding-left: 3.2rem; font-size: 1.8rem; font-weight: 600; letter-spacing: -0.025em; color: #333; line-height: 1.5; box-sizing: border-box;}
.location-info-box .info-box .info-list dl dt i {position: absolute; top: 0.3rem; left: 0; font-weight: 400;}
.location-info-box .info-box .info-list dl dd {width: calc(100% - 13rem); font-size: 1.8rem; font-weight: 400; letter-spacing: -0.025em; color: #555; line-height: 1.5;}

/* ******************  02. Business ********************** */
/* -------- 인트로 -------- */
.business-intro-page .cm-tit-con {padding-bottom: 2rem !important;}
.business-intro-con .bottom-txt-con {padding: 12rem 0; text-align: center;}
.business-intro-con .bottom-txt-con strong {display: block; font-size: 10rem; font-weight: 800; letter-spacing: -0.02em; color: #eee; line-height: 1.1;}

/* -------- 사업영역 -------- */
.business-page {padding-bottom: 9rem;}
.business-top-con {position: relative; padding-bottom: 28rem;}
.business-img-bnr {position: relative; width: 100%; height: 60rem;  background-repeat: no-repeat; background-position: center;background-size: cover; background-attachment: fixed;}
.business-flow-txt-wrap {position: absolute; left: 0; bottom: 0; width: 100%; height: 16rem; z-index: 1;}
.business-flow-txt-wrap  .inner {position: relative; width: 100%; height: 16rem; overflow: hidden;}
.business-flow-txt-wrap .flow-txt {width: 100%;height: 100%; position: absolute; top: 0; left: 0; z-index: 2; mix-blend-mode: lighten;}
.business-flow-txt-wrap .maskBg {width: 100%; height: 100%;  display: flex; align-items: center; overflow: hidden;} 
.business-flow-txt-wrap .maskBg .marquee {width: 100%; height: 100%; position: relative;}
.business-flow-txt-wrap .maskBg .marquee .absol {position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center;}
.business-flow-txt-wrap .maskBg .marquee .absol .mar_ch {display: flex; align-items: center;}
.business-flow-txt-wrap .maskBg .marquee .absol h4 {font-size:12rem; letter-spacing:-0.02em; color:#f3f3f3; font-weight: 800; box-sizing:border-box; white-space:nowrap; margin: 0 1.5rem;}

.business-tab-container {padding-top: 12rem;}
.business-tit {text-align: center; font-size: 5rem; font-weight: 700; letter-spacing: -0.05em; color: #222; letter-spacing: -0.05em; color: #222; line-height: 1.28; margin-bottom: 6rem;}
.business-tab-container .sub-tab-wrapper-style {margin-bottom: 0;}
.business-tab-container .sub-tab-list-style ul li {width: auto;}
.business-tab-container .sub-tab-list-style ul li a {padding: 1rem 3rem; box-sizing: border-box;}
.business-tab-container .sub-tab-list-style ul li a em {    white-space: nowrap;}
.business-tab-con {padding: 7rem 0;}
.business-tit-box {padding-bottom:5rem;}
.business-tit-box .tit {display: block; font-size: 4.6rem; font-weight: 700; letter-spacing: -0.02em; color: #000; line-height: 1.17; margin-bottom: 3rem;}
.business-tit-box dl dt {display: inline-block; font-size: 2rem; font-weight: 600; letter-spacing: -0.02em; color: #222; line-height: 1.7; margin-right: 3rem;}
.business-tit-box dl dd {display: inline-block; font-size: 1.6rem; font-weight: 500; letter-spacing: -0.05em; color: #888; line-height: 1.75;}
.business-tit-box dl dd i {font-size: 2rem; margin-right: 1rem; vertical-align: middle; position: relative; top: -0.1rem;}
.business-tit-box dl dd span {display: inline-block; vertical-align: middle;}
.business-img-list {display: flex; flex-wrap: wrap; gap:3.3rem}
.business-img-list li {width: calc(25% - (9.9rem/4));}
.business-img-list li a {position: relative; display: block;}
.business-img-list li a .img-thumb {position: relative; overflow: hidden; height: 0; padding-top: 74.28%; border-radius: 2.5rem; transition:all 0.3s;}
.business-img-list li a .img-thumb:before {position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); backdrop-filter:blur(1rem);}
.business-img-list li a .img-thumb img {position: absolute; height: 100%; top: 0; left: 50%; transform:translateX(-50%); z-index: 1;}
.business-img-list li a .img-over-thum {display: flex; align-items: center; justify-content: center;  position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; opacity: 0; transition:all 0.3s; backdrop-filter:blur(5px);}
.business-img-list li a .img-over-thum span {display: block; width: 7rem; height: 7rem; line-height: 7rem; border-radius: 50%; font-size: 2.8rem; color: #fff; text-align: center; background-color: var(--main-color2); box-shadow:0 0 2rem rgba(0,0,0,0.25);}
.business-img-list li a .img-over-thum span i {line-height: 7rem; }
.business-img-list li a:hover .img-over-thum {opacity: 1;}

.spl-pane > * {border-radius: 3rem;}


/* ******************  03. 회사 홍보 ********************** */
.pr-page {padding-bottom: 10rem;}

.gs-custom-selectbox {position: relative; display: inline-block; width: 100%; max-width: 14.2rem;}
.gs-custom-selectbox select {display: none;}
.gs-custom-selectbox .select-style {padding-left: 2rem; width: 100%; text-align: left; vertical-align: middle; border:0; line-height: 4.8rem; font-size:1.6rem; color: #333; background-color: #F5F5F5; display: inline-block; box-sizing: border-box; cursor: pointer; border-radius:2.6rem;}
.gs-custom-selectbox .select-style span {display: inline-block;}
.gs-custom-selectbox .select-style:after {font-family: 'xeicon'; position: absolute; top: 50%; right: 2rem; transform: translateY(-50%); content: "\e942"; font-size: 2rem; color: #333;}
.gs-custom-selectbox .select-options {position: absolute; z-index: 1; top: 100%; left: 0; display: none; width: 100%; margin-top: 0.5rem; padding: 0; list-style: none; background-color: #fff; border: 2px solid #ddd; border-radius: 2.6rem; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; max-height: 23rem;}
.gs-custom-selectbox .select-options li {padding: 1.2rem 1.5rem; font-size: 1.4rem; color: #666; cursor: pointer;}
.gs-custom-selectbox .select-options li:hover {background-color: #f5f5f5;}
/* open */
.gs-custom-selectbox.open .select-options {display: block;}
.gs-custom-selectbox.open .select-style:after{content: "\e945";}
/* 비활성화 */
.gs-custom-selectbox.is-disabled .select-style {background-color: #f5f5f5; cursor: auto; color: rgba(51,51,51,0.4);}
.gs-custom-selectbox.is-disabled .select-style span{text-decoration: line-through;}
.gs-custom-selectbox.is-disabled { pointer-events:none; }

@media all and (max-width:480px) {
	.gs-custom-selectbox .select-style,
	.gs-custom-selectbox .select-options li {font-size: 13px;}
}

/* ***********************
	*	페이크폼 스타일 추가css 
*********************** */
.fakeform-selectbox{position: relative; display:inline-block; width: 100%;}
.fakeform-selectbox select{opacity: 0; visibility: hidden;}
.select-option.select-in-popup{z-index: 10000 !important;}
/* fake form - 기본 select 스타일 */
.fakeform-selectbox .select-title {text-indent: 2.5rem; width: 100% !important; text-align: left; vertical-align: middle; 
border:0; line-height: 5rem; font-size:1.4rem; color: #333; border: 1px solid #f6f6f6; background-color: #f6f6f6; display: inline-block; border-radius: 2.5rem;
box-sizing: border-box; cursor: pointer;}
.fakeform-selectbox .select-title:after{font-family: 'xeicon'; position:absolute; top:50%; right:2rem; transform:translateY(-50%); 
content: "\e942"; font-size:2rem; color: #333;}
.fakeform-selectbox .select-title strong {width: 100%; font-weight: 400; word-break: break-all; display: block; overflow: hidden;}
.fakeform-selectbox .select-title.active{border-bottom-color: #fff;}
.fakeform-selectbox .select-title.active:after{content: "\e945";}
.fakeform-selectbox .select-title.focus{}
.fakeform-selectbox .select-title.disabled{}
/* 옵션창 */
.select-option {border: 2px solid #ddd; border-radius: 2.5rem; background: #fff; max-height: 200px; overflow: auto; z-index: 999 !important;}
.select-option::-webkit-scrollbar{
	width: 5px;
}
.select-option::-webkit-scrollbar-thumb{
	background-color:#333;
	border-radius:5px;
	transition:all 0.5s;
}
.select-option::-webkit-scrollbar-track{
	background-color:#f2f2f2; 
	border-radius:0;
}
.select-option ul {margin: 0; padding: 0;}
.select-option li {list-style: none;}
.select-option span,
.select-option strong {height: auto; font-size: 1.4rem; line-height: 1.5; color: #666; white-space: nowrap; 
text-overflow: ellipsis; text-decoration: none; padding: 1rem 2.5rem; display: block; overflow: hidden; cursor: pointer;}
.select-option span:hover {background: #f2f2f2;}
.select-option span.selected {color: #000; font-weight: 600;}
.select-option .disabled span,
.select-option .disabled strong {color: #bbb; text-decoration: line-through; background: none; cursor: default;}

@media all and (max-width:800px){
	.fakeform-selectbox .select-title {text-indent: 1em; font-size: 1.4rem; line-height: 5rem;}
	.fakeform-selectbox .select-title:after{right:0.7em; font-size:2rem;}
	/* 옵션창 */
	.select-option span,
	.select-option strong {height: auto; font-size:13px; font-weight: 500; line-height: 1.5; padding: 1.5rem 1em;}
}

/* -------- 인증서 -------- */
.certification-con + .certification-con {padding-top: 18rem;}
.certification-tit {font-size: 4.6rem; font-weight: 700; letter-spacing: -0.02em; color: #000; line-height: 1.17; margin-bottom: 1.5rem;}
.bbs-list-style08 {border-top:1px solid #222; margin-bottom: 4rem;}
.bbs-list-style08 .bbs-item > a{
	display:flex; align-items: center; position:relative; padding: 0; height:8rem; line-height: 8rem; box-sizing:border-box; border-bottom:1px solid #ddd; background-color:#fff; 
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
.bbs-list-style08 .bbs-item .bbs-list-num{width:14.2rem; text-align:center; font-size: 1.6rem; color:#555; letter-spacing:-0.05em; font-weight: 500;}
.bbs-list-style08 .bbs-item .bbs-list-info-con{width:calc(100% - 14.2rem); }
.bbs-list-style08 .bbs-item .bbs-subject-box{display:block; position:relative;  } 
.bbs-list-style08 .bbs-item .bbs-subject-txt {overflow: hidden; width: 100%; text-overflow: ellipsis; white-space: nowrap; font-size: 1.6rem; color:#555; letter-spacing:-0.05em; font-weight: 500; vertical-align:middle; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.bbs-list-style08 .bbs-item a:hover {background-color: rgba(1,149,187,0.05);}

#certification02 .certification-tit {margin-bottom: 5rem;}
.certification-con02 .bbs-top-list-box {margin-bottom: 3rem;}
.certification-con02 {display: flex;}
.certification-con02 .certification-con02-list {width: 64%; padding-right: 8rem; box-sizing: border-box;}
.certification-con02 .certification-con02-img {width: 36%;}
.certification-con02 .certification-con02-img span {display: block; position: relative; width: 100%; height: 0; padding-top: 95.74%; border-radius: 2.5rem; overflow: hidden;}
.certification-con02 .certification-con02-img span img {position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit:cover;}
.certification-con02 .certification-con02-img span img.display-pc {display: block;}
.certification-con02 .certification-con02-img span img.display-m {display: none;}

/* -------- 주요거래처 -------- */
.partners-page .cm-tit-con {padding-bottom: 6.5rem !important;}
.partners-tab-container .sub-tab-wrapper-style {margin-bottom: 0;}
.partners-tab-container .sub-tab-list-style ul li {width: 14rem;}
.partners-tab-con {padding: 7rem 0;}
.partners-tab-con .partners-tit {display: block; font-size: 4.6rem; font-weight: 700; letter-spacing: -0.02em; color: #000; line-height: 1.17; margin-bottom: 3rem;}
.partners-list-tbl {width: 100%;}
.partners-total-con {height: 7rem; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #F6F6F6; border-bottom: 1px solid #ddd;}
.partners-total-con .txt {font-size: 1.8rem; font-weight: 600; letter-spacing: -0.05em; color: #555;}

.bbs-img-wrap { position: absolute;left: 0;width: 40rem; height: 30rem; pointer-events: none;  opacity: 0; z-index: 10;}
.bbs-img-wrap .img-inner {position: relative; width: 100%;height: 100%; overflow: hidden; border-radius: 2.5rem; box-shadow: 0.5rem 0.5rem 1.5rem rgba(0,0,0,0.15);}
.bbs-img-wrap .img-inner img {position: absolute; left: 0; top: 0;  height: 100%; width: 100%; object-fit: cover;}