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

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

/* -------- 공통 :: 탭 -------- */
/* Tab 공통 스타일 */
.sub-tab-wrapper-style{position:relative; height:60px; margin-bottom:15px; }
.sub-tab-list-style ul{display:table; width:100%; height:100%; table-layout:fixed;}
.sub-tab-list-style ul:after{display:none}
.sub-tab-list-style ul li{/* float:left; */ display:table-cell; vertical-align:middle; position:relative; width:20%; background-color:#fff; border:1px solid #e5e5e5; border-left:0 }
.sub-tab-list-style ul li:first-child{border-left:1px solid #e5e5e5;}
.sub-tab-list-style ul li a{display:table; height:58px; width:100%; }
.sub-tab-list-style ul li a em{display:table-cell; vertical-align:middle; color:#494949; font-size:18px; letter-spacing:-0.30px; text-align:center;}
.sub-tab-list-style ul li.selected{z-index:1; background-color:#333; /* border-color:#333; */}
.sub-tab-list-style ul li.selected a em{color:#fff; }
/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed{position:fixed; top:70px; left:0; width:100%; height:60px; z-index: 10;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}

@media all and (min-width:1025px){
	/* Tab Fixed Background */
	.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-box {text-align:center; margin-bottom: var(--sub-padding);}
.sub-top-narrow .cm-tit-box {text-align: left; margin-bottom: 5rem;}
.cm-sub-tit {font-size:2rem; color: var(--main-color); font-weight: 700; line-height:1.1; text-transform: capitalize}
.cm-tit {font-size:5.6rem; color: #000; font-weight: 700; line-height:1.25; margin-top: 3rem; letter-spacing:-0.025em;}
.cm-tit > span {color: var(--main-color);}

@media all and (max-width:800px){
	.cm-tit-box {margin-bottom: var(--sub-padding);}
	.cm-tit {font-size:3.6rem;}
}

/* ******************  company ********************** */
/* 회사소개 */
.con-sub-tit {display:inline-block; font-size:2rem; color: var(--main-color); font-weight: 700; line-height:1.1; margin-bottom: 2.5rem;}
.con-tit {font-size:4rem; letter-spacing:-0.035em; color: #000; font-weight: 700; line-height:1.375;}
.con-tit .highlight {color:var(--main-color);}
.ceo-name {font-size:4rem; padding-left: 3rem; letter-spacing:0.05em;}

.intro-page .banner-box {position: relative; background: url(/images/content/intro_banner.jpg) no-repeat; padding-top: 61.8rem; width: 100%; background-size:cover; background-position: 0% 50%;}
.intro-page .banner-tit-box .logo {margin-bottom: 3.5rem;}
.banner-tit-box {position: absolute; 
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-top: 0; box-sizing: border-box;
width: 100%; display:flex; flex-direction:column; text-align:center;}
.intro-page .banner-tit-box .txt {color: rgba(255,255,255,0.3);}
.greeting {max-width:160rem; margin: 17.6rem auto 0; }
.greeting .tit-box {margin-bottom: 7rem;}
.greeting-center{position: relative; background: #f5f5f5; border-radius:175px; height: 35rem; display: flex; align-items: center; padding: 0 2rem;
box-sizing: border-box;}
.greeting-center:after {display: block;
content: "Partron";
position: absolute;
bottom: -2.2rem;
left: 50%;
transform: translateX(-50%); font-size: 15rem;
color: rgba(0, 0, 0, 0.05);
font-weight: 700;}
.greeting-center .area-sub {width: 100%; display:flex; align-items:center;}
.greeting-center p {font-size:2.4rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.5em;}
.greeting-center p span {color: var(--main-color);}
.greeting-center .img-box {position:absolute; bottom: 7.2rem; right: 15.5rem; width: 31.25%;}
.greeting-center .img-box img {max-width:100%;}
.greeting-center .img-box .dot {width: 3.2rem; height: 3.2rem; display:inline-block; border-radius:100%; background: #64ce7a; position: absolute;
bottom: 0;
right: 6rem;}
.greeting-txt-box {margin: 8rem 0 13.2rem;}
.greeting-txt-box .area-sub {display:flex;}
.greeting-txt-box .area-sub > div {width: 50%; box-sizing:border-box;}
.greeting-txt-box .left {padding-right: 6.5rem;}
.greeting-txt-box .right {padding-left: 6.5rem;}
.greeting-txt-box p {font-size:1.6rem; color: #666; font-weight: 500; line-height:1.875; letter-spacing:-0.045em; margin-top: 3rem;}
.greeting-txt-box p:first-of-type {margin-top: 0;}
.greeting-txt-box p.sign {color: #000; font-weight: 700; margin-top: 7.5rem; display:flex; align-items:center;}
.greeting-txt-box p.sign img {margin-left: 3rem;}
.motto {background: #f5f5f5; padding: 15.6rem 0 17rem;}
.motto .tit-box {text-align:center;}
.motto-list {display:flex; justify-content:center; margin-top: 7.6rem;}
.motto-list li {position: relative; text-align:center; width: 33.33%; padding: 0 1.7rem; box-sizing: border-box;}
.motto-list li .back-line {display:inline-block; height: 3px; width: calc(100% - 3.4rem); background: rgba(0,0,0,0.1); position: absolute;top: 8.5rem; left: 1.7rem;}
.motto-list li:first-child .back-line {width: calc(100% - 4.2rem); left: 2.5rem;}
.motto-list li:last-child .back-line {width: calc(100% - 4.2rem); left: 1.7rem;}
.motto-list li .back-line:before {display: block;
	content: "";
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 100%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left: -3.2rem;
	transform: translateY(-50%);
	background: #f3f3f3;
	box-sizing: border-box;
	margin: 0 0.7rem;
}
.motto-list li:last-child .back-line:after {display: block;
	content: "";
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 100%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	right: -3.2rem;
	transform: translateY(-50%);
	background: #f3f3f3;
	box-sizing: border-box;
	margin: 0 0.7rem;}
/* .motto-list li:nth-of-type(1) {padding: 0 11.4rem 0 8.9rem;}
.motto-list li:nth-of-type(2) {padding: 0 11.8rem 0 9.7rem; margin: 0 3.1rem 0 3.2rem;}
.motto-list li:nth-of-type(3) {padding: 0 9.6rem 0 11.8rem;} */
.motto-list li:nth-of-type(2) .ico-box {border-color:#64ce7a;}
.motto-list li:nth-of-type(3) .ico-box {border-color:#6fbafd;}
.motto-list .ico-box {position: relative; display: flex; align-items: center; justify-content: center; background: #fff; width: 17rem; height: 17rem; border-radius:100%; 
border:5px solid #218eeb; box-sizing:border-box; margin: 0 auto 5.2rem; -webkit-box-shadow: 11px 7px 32px -1px rgba(17, 33, 103, 0.14);
-moz-box-shadow: 11px 7px 32px -1px rgba(17, 33, 103, 0.14);
box-shadow: 11px 7px 32px -1px rgba(17, 33, 103, 0.14);}
.motto-list .ico-box span {display: block; position: relative; width: 49.38%; height: 0; padding-top: 43.13%;}
.motto-list .ico-box span:before {display: block; content:""; position:absolute; width: 4.2rem; height: 4.2rem; border-radius:100%; background: rgba(14,139,234,0.2);}
.motto-list li:nth-of-type(1) .ico-box span:before {right: -0.8rem; bottom: 1rem;}
.motto-list li:nth-of-type(2) .ico-box span:before {top: -0.7rem; right: -0.7rem; background: rgba(100,206,122,0.2);}
.motto-list li:nth-of-type(3) .ico-box span:before {bottom: -0.1rem; right: -0.4rem; background: rgba(111,186,253,0.2);}
.motto-list .title {position: relative; font-size:2.4rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.75em;} 
.motto-list .title:before {display: block; position:absolute; left: 50%; top: 50%;
transform: translate(-50%, -50%); font-size:11rem; color: rgba(0,0,0,0.05); font-weight: 700; line-height:1.2;}
.motto-list .title p > span {color: #218eeb;}
.motto-list li:nth-of-type(2) .title p > span {color: #64ce7a;}
.motto-list li:nth-of-type(3) .title p > span {color: #6fbafd;}
.motto-list li:nth-of-type(1) .title:before {content:"01";}
.motto-list li:nth-of-type(2) .title:before {content:"02";}
.motto-list li:nth-of-type(3) .title:before {content:"03";}
.motto-tit {font-size:8rem; letter-spacing:-0.025em; color: #333; line-height:1.2; font-weight: 600; margin-bottom: 2rem;}
.motto-txt {font-size:2rem; letter-spacing:-0.025em; color: #333; line-height:1.5; font-weight: 600;}

@media all and (max-width:1660px){
	.greeting {max-width:none; padding: 0 var(--area-padding);}
} 

@media all and (max-width:1280px){
	.intro-page .banner-box {padding-top: 40rem;}
	.greeting-center {height: 28rem;}
	.greeting-center:after {bottom: -1.5rem; font-size:11rem;}
	.greeting {margin: 10rem auto 0;}
	.greeting-center .img-box {right: 7rem; bottom: 10rem; width: 25%;}

	.motto-list li .back-line {top: 6.5rem;}
/* 	.motto-list li .back-line:before, 
	.motto-list li:last-of-type .back-line:after {width: 1.2rem; height: 1.2rem; left: -2.7rem; border:2px solid rgba(0,0,0,0.1);}
	.motto-list li:last-of-type .back-line:after {left: initial; right: -2.7rem;} */

	.motto-list .ico-box {width: 13rem; height: 13rem;}
	.motto-list .title {font-size:2rem;}
}

@media all and (max-width:800px){
	.con-tit {font-size:3rem;}
	.greeting-center {height: auto; border-radius:7rem; padding: 0;}
	.greeting-center .area-sub {flex-direction: column; padding: 5rem var(--area-padding) 10rem;}
	.greeting-center .img-box {position:relative; margin-top: 3rem; bottom: initial; right: initial;}
	.greeting-center:after {font-size:8rem; bottom: -1rem;}
	.greeting-center p br {display:none;}
	.greeting-center .img-box .dot {right: 0; width: 2.2rem; height: 2.2rem;}
	.greeting-txt-box {margin-top: 5rem;}
	.greeting-txt-box .area-sub {flex-wrap:wrap;}
	.greeting-txt-box .area-sub > div {width: 100%; padding: 0;}
	.greeting-txt-box .right {margin-top: 3rem;}
	.greeting-txt-box p.sign {margin-top: 4rem;}
	.motto {padding: 7.5rem 0 8.5rem;}
	.motto-tit {font-size: 5rem;}
	.motto-list {flex-direction: column; margin-top: 4rem;}
	.motto-list li {width: 100%; padding: 3.6rem 0 !important;}
	.motto-list li .back-line {display:none;}
	.motto-list .title:before {font-size:7.5rem;}
}

/* 260305 싸인 추가 수정 */
.sign-box { width: 20rem; margin-top: 3rem;}
.sign-box img {max-width:100%;}

/* 연혁 */
.history-page {padding-bottom: var(--sub-padding);}
.history-banner {position: relative; background: url(/images/content/history_banner.jpg) no-repeat; background-size:cover; padding-top: 48rem; background-position:50% 50%;}
.history-banner .tit-box {position:absolute; width: 100%; top: 50%; left: 50%; transform:translate(-50%,-50%); text-align: center;}
.history-banner .tit {font-size:6.8rem; letter-spacing:-0.025em; color: #fff; font-weight: 600; line-height:1.2;}
.history-banner .txt {font-size:2.4rem; color: #fff; font-weight: 600;
letter-spacing: 0.1em; margin-top: 3.3rem;}

.history-con-wrap {position: relative; margin-top: 10rem;}
.history-year-group-box {position: relative; display: flex; padding-bottom: 10rem;}	
.history-year-group-box .history-year-group-tit-box {width: 50%; text-align: right; padding-right: 8.8rem;
box-sizing: border-box;}     
.history-year-group-box .history-year-group-tit {position: relative; font-size:5rem; letter-spacing:-0.05em; color: #333; font-weight: 700; line-height:1.1; transition:var(--transition-custom);}
.history-year-group-box .history-year-group-tit:before {display: block;
content: "";
width: 1.5rem;
height: 1.5rem;
border: 3px solid #eee;
box-sizing: border-box;
background: #fff;
border-radius: 100%;
position: absolute;
right: -9.55rem;
top: 50%;
transform: translateY(-50%); z-index: 1; transition:var(--transition-custom);}
.history-year-group-box.active .history-year-group-tit {color: var(--main-color);}
.history-year-group-box.active .history-year-group-tit:before {border-color: var(--main-color);}
.history-year-group-box.reverse .history-year-group-tit:before {right: initial; left: -9.55rem;}
.history-year-group-box .history-year-list-box {width: 50%; padding: 1rem 0 0 8.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-month-box {width: calc(100% - 9.5rem); padding-top: 0.2rem;}
.history-year-group-box .history-year-item .history-month-item {display:flex;}	
.history-year-group-box .history-year-item .history-month-item +  .history-month-item {margin-top: 2rem;}
.history-year-group-box .history-year-item .history-year {position: relative;
display: block; width: 9.5rem;}    
.history-year-group-box .history-year-item .history-year strong {font-size:2.4rem; letter-spacing:-0.025em; font-weight: 700; color: #333;}
.history-year-group-box .history-year-item .history-month {display: inline-block;width: 5.5rem; font-size:1.6rem; letter-spacing:-0.025em; font-weight: 600;   line-height:1.4; color: #333;}	
.history-year-group-box .history-year-item .history-detail-txt {width: calc(100% - 5.5rem); font-size:1.6rem; letter-spacing:-0.05em; font-weight: 600; line-height:1.4; color: rgba(51,51,51,0.9);}

.history-year-group-box.reverse {flex-direction:row-reverse;}
.history-year-group-box.reverse .history-year-group-tit-box {text-align:left; padding-left: 8.8rem; padding-right: 0;}
.history-year-group-box.reverse .history-year-list-box {padding: 1rem 8.8rem 0 0;}
.history-year-group-box.reverse .history-year-item {flex-direction: row-reverse;}
.history-year-group-box.reverse .history-year-item .history-month-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-month {text-align: right;}
.history-year-group-box.reverse .history-year-item .history-detail-txt {text-align: right;}

.history-percent-bar {position: absolute;
top: 2rem;
left: 50%;
margin-left: -1.5px;
width: 3px;
height: calc(100% - 4rem);
background: #eee;}
.history-percent-bar .percent-bar-child {    position: absolute;
content: "";
width: 100%;
height: 0;
background-color: var(--main-color);
z-index: 1;}

@media all and (max-width:800px){
.history-banner {padding-top: 35rem;}
.history-banner .tit {font-size:5.2rem;}
.history-con-wrap {margin-top: 7rem;}
.history-percent-bar {left: 27%;}	
.history-year-group-box .history-year-group-tit-box {text-align: left;}	
.history-year-group-box .history-year-group-tit {font-size:4rem;}
.history-year-group-box .history-year-group-tit:before {right: -4.75rem;}	    
.history-year-group-box .history-year-group-tit-box {width: 27%; padding-right: 4rem;}
.history-year-group-box .history-year-list-box {width: 73%; padding: 1rem 0 0 4rem;}

.history-year-group-box.reverse {flex-direction: row;}
.history-year-group-box.reverse .history-year-list-box { padding: 1rem 0 0 4rem;}
.history-year-group-box.reverse .history-year-group-tit-box {padding-left: 0;}
.history-year-group-box.reverse .history-year-item {flex-direction: row;}
.history-year-group-box.reverse .history-year-item .history-month-item {flex-direction: row;}
.history-year-group-box.reverse .history-year-item .history-year {text-align:left;}
.history-year-group-box.reverse .history-year-item .history-month {text-align:left;}
.history-year-group-box.reverse .history-year-item .history-detail-txt {text-align:left;}
    
}

@media all and (max-width:640px){
	.history-percent-bar {left: 0;}
	.history-year-group-box {flex-direction: column; padding-bottom:6rem;}
	
	.history-year-group-box .history-year-group-tit-box {width: 100%; padding: 0 0 0 3rem;}
	.history-year-group-box .history-year-list-box {width: 100%; padding: 3rem 0 0 3rem;}
	.history-year-group-box .history-year-group-tit:before {right: inherit; left: -3.75rem;}
	.history-year-group-box .history-year-item .history-year {width: 7rem;}
	.history-year-group-box .history-year-item .history-month-box {width: calc(100% - 7rem);}
	.history-year-group-box .history-year-item .history-year strong {font-size:2rem;}
	.history-year-group-box .history-year-item .history-month, .history-year-group-box .history-year-item .history-detail-txt {font-size:1.5rem;}
	.history-year-group-box.reverse {flex-direction: column;}
	.history-year-group-box.reverse .history-year-group-tit-box { padding: 0 0 0 3rem;}
	.history-year-group-box.reverse .history-year-list-box {padding: 3rem 0 0 3rem;}
	.history-year-group-box.reverse .history-year-group-tit:before {left: -3.75rem;}
}

/* 사업장 소개 */
.map-iframe-wrapper {
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.map-iframe-wrapper .map-iframe-con {
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;		
	box-sizing: border-box;
}
.map-iframe-wrapper .map-iframe-con iframe {width: -webkit-fill-available;}

.map-info-con {padding-top: 4.5rem; display: flex;}
.map-info-con .map-info-tit {display: flex; width: 27rem; font-size: 3rem; line-height: 1.334em; font-weight: 700; color: #222222; letter-spacing: -0.020em; padding-right: 4.5rem; box-sizing: border-box;}
.map-info-con .map-info-tit i {font-size:3rem; color: var(--main-color); margin-right: 1rem; line-height: 1.334em;}
.map-info-con .map-info-tbl li {display: flex; margin-bottom: 1rem; } 
.map-info-con .map-info-tbl li span {display: block; width: 8.5rem; font-size: 1.55rem; color: #333; letter-spacing: -0.025em; line-height: 1.3; font-weight: 700; padding-right: 2rem; box-sizing: border-box;}
.map-info-con .map-info-tbl li .txt {width: calc(100% - 8.5rem); font-size: 1.6rem; color: #666; letter-spacing: -0.025em; line-height: 1.3; font-weight: 500; } 

.loca-page .sub-tab-wrapper-style {margin-bottom:var(--sub-padding); height: 60px; z-index: 10;}
.loca-page .sub-tab-list-style:before {display:none;}
.loca-page .sub-tab-list-style {background: #f5f5f5; border-radius: 30px; padding: 0 8px; display: flex; align-items: center; height: 60px; box-sizing: border-box;}
.loca-page .sub-tab-list-style.top-fixed {top: calc(var(--header-height2) + 2rem); max-width: 1320px; left: 50%; transform: translateX(-50%); background: rgba(245, 245, 245, 0.7); backdrop-filter: blur(10px); transition: top 0.8s ease-in-out;} 
#header.scroll-down + #container .loca-page .sub-tab-list-style.top-fixed {top: 2rem;}

.loca-page .sub-tab-list-style ul {height:66.667%;}
.loca-page .sub-tab-list-style ul li {border-radius: 20px; background-color:initial; border:0;}
.loca-page .sub-tab-list-style ul li.selected {background-color:var(--main-color);}
.loca-page .sub-tab-list-style ul li a {height: 40px;}
.loca-page .sub-tab-list-style ul li a em {font-size:1.5rem; color: #333; font-weight: 700; letter-spacing:-0.025em;}
.loca-page .sub-tab-list-style ul li.selected a em {color: #fff;}
.loca-page .sub-tab-con {margin-top: 7.7rem;}
.loca-page .sub-tab-con:first-of-type {margin-top: 0;}

@media all and (max-width:1280px){
	.loca-page .sub-tab-list-style.top-fixed {top: var(--header-height);}
}

@media all and (max-width:800px){
	.loca-page .sub-tab-con {margin-top: 4rem;}
	.loca-page .sub-tab-list-style {background:initial; height: 40px; padding: 0;}
	.loca-page .sub-tab-list-style.top-fixed {width: calc(100% - (2* var(--area-padding)));}
	.loca-page .sub-tab-list-style ul {height:auto;}
	.loca-page .sub-tab-list-style ul li a {box-sizing:border-box; line-height:1.3;}
	.loca-page .sub-tab-list-style ul li.selected {background-color: initial;}
	.loca-page .sub-tab-list-style ul li.selected a em {color:var(--main-color);}
	.loca-page .sub-drop-open-btn-style {width: 100%;}

	.map-info-con {flex-direction:column; padding-top: 2rem;}
	.map-info-con .map-info-tit {width: 100%;}
	.map-info-con .map-info-tbl {width: 100%; margin-top: 2.5rem;}
	.map-iframe-wrapper .map-iframe-con iframe {height: 35rem;}
}

@media all and (max-width:640px){
	.map-iframe-wrapper .map-iframe-con iframe {height: 30rem;}
}

/* ******************  business ********************** */
.sub-visual-business + #middleArea .cm-tit-box {margin-bottom: 3rem;}
.business-page {padding-bottom:var(--sub-padding);}
.business-page .img-box {text-align: center;}
.business-page .sub-tab-wrapper-style, .esg-page .sub-tab-wrapper-style {height: 60px; max-width: 36rem; margin: 0 auto var(--sub-padding); z-index: 10;}
.esg-page .sub-tab-wrapper-style {max-width:53rem; margin: 0 auto 20rem;}
.business-page .sub-tab-list-style:before, .esg-page .sub-tab-list-style:before {display:none;}
.business-page .sub-tab-list-style, .esg-page .sub-tab-list-style {background: #f5f5f5; border-radius: 30px; padding: 0 8px; display: flex; align-items: center; height: 60px; box-sizing: border-box;}
.business-page .sub-tab-list-style.top-fixed, .esg-page .sub-tab-list-style.top-fixed {top:calc(var(--header-height2) + 2rem);  max-width: 36rem; left: 50%; transform: translateX(-50%); background: rgba(245, 245, 245, 0.5); backdrop-filter: blur(10px); transition: top 0.8s ease-in-out;} 
#header.scroll-down + #container .business-page .sub-tab-list-style.top-fixed, #header.scroll-down + #container .esg-page .sub-tab-list-style.top-fixed {top: 2rem;}

.business-page .sub-tab-list-style ul, .esg-page .sub-tab-list-style ul {height:66.667%;}
.business-page .sub-tab-list-style ul li, .esg-page .sub-tab-list-style ul li {border-radius: 20px; background-color:initial; border:0;}
.business-page .sub-tab-list-style ul li.selected, .esg-page .sub-tab-list-style ul li.selected {background-color:var(--main-color);}
.business-page .sub-tab-list-style ul li a, .esg-page .sub-tab-list-style ul li a {height: 40px;}
.business-page .sub-tab-list-style ul li a em , .esg-page .sub-tab-list-style ul li a em {font-size:1.5rem; color: #333; font-weight: 700; letter-spacing:-0.025em;}
.business-page .sub-tab-list-style ul li.selected a em, .esg-page .sub-tab-list-style ul li.selected a em {color: #fff;}

/* .business-page .sub-tab-con {margin-top: 10rem;}
.business-page .sub-tab-con:first-of-type {margin-top: 0;} */
.business-page .sub-tab-con {margin-bottom: 10rem;}
.business-page .sub-tab-con:last-of-type {margin-bottom: 0;}

@media all and (max-width:1905px){
	.business-page .img-box img {max-width: 100%;}
}

@media all and (max-width:1280px){
	.business-page .sub-tab-list-style.top-fixed {top: var(--header-height);}
}

@media all and (max-width:800px){
	
	.business-page .sub-tab-list-style, .esg-page .sub-tab-list-style {background:initial; height: 40px; padding: 0;}
	.business-page .sub-tab-list-style.top-fixed, .esg-page .sub-tab-list-style.top-fixed {width: calc(100% - (2* var(--area-padding))); max-width:none;}
	.business-page .sub-tab-list-style ul, .esg-page .sub-tab-list-style ul {height:auto;}
	.business-page .sub-tab-list-style ul li a, .esg-page .sub-tab-list-style ul li a {box-sizing:border-box; line-height:1.3;}
	.business-page .sub-tab-list-style ul li.selected, .esg-page .sub-tab-list-style ul li.selected {background-color: initial;}
	.business-page .sub-tab-list-style ul li.selected a em, .esg-page .sub-tab-list-style ul li.selected a em {color:var(--main-color);}
	.business-page .sub-drop-open-btn-style, .esg-page .sub-drop-open-btn-style {width: 100%; }
	.business-page .sub-tab-wrapper-style, .esg-page .sub-tab-wrapper-style {max-width:none; width: calc(100% - calc(var(--area-padding) * 2)); margin: 0 auto 4rem; height: 4rem;}
	.esg-page .sub-tab-wrapper-style {width: 100%;}
	.business-page .sub-tab-con {/* margin-top: 5rem; */ margin-bottom: 5rem;}
}

/* network , product */
.prd-page {padding-bottom:var(--sub-padding);}
.prd-container {display:flex; padding-top: 5rem; border-top:2px solid #00082c;}
.prd-menu {width: 16.902%; margin-right: 7.2rem; background: #f5f5f5; border-radius:20px; padding: 0.9rem 1rem; box-sizing: border-box; align-self: flex-start; position:sticky; top: 3rem; height: auto; z-index: 2;}
.prd-menu ul li {display: flex; align-items: center; height: 4rem; line-height: 4rem; margin-top: 1rem; width: 100%; border:0; background-color:initial;}
.prd-menu ul li:first-of-type {margin-top: 0; border-left:0;}
.prd-menu ul li a {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; border-radius:20px; padding: 0 2rem;}
.prd-menu ul li em {font-size:1.6rem !important; letter-spacing:-0.025em !important; color: #000 !important; font-weight: 700; line-height:1.2; text-align:left !important;}
.prd-menu ul li i {font-size:2rem; color: rgba(0,0,0,0.3); }
.prd-menu ul li.selected {background-color:initial;}
.prd-menu ul li.selected a {background: var(--main-color);}
.prd-menu ul li.selected em, .prd-menu ul li.selected i {color: #fff !important;}
.prd-contents {width: calc(100% - (16.902% + 7.2rem));}

.prd-search-box {position: relative; display: flex; align-items: center; justify-content: space-between; background:#f5f5f5; height: 6rem; border-radius:30px; padding: 1rem; box-sizing:border-box; margin-bottom: 2rem;}
.prd-search-box:before {display: block; content:"\e97a"; position:absolute; left: 2.2rem; font-family: 'xeicon'; color: #000; font-size: 2.4rem;}
.prd-search-box button {height: 4rem; width: 20rem; background: #000; border-radius:20px; color: #fff; font-size:1.6rem; letter-spacing:-0.025em; font-weight: 700; line-height:1.1;}
.prd-search-box input {margin-left: 4.5rem;
border: 0;
height: 100%;
width: calc(100% - 24.5rem);
text-indent: 2rem;
background: inherit;
outline: 0; font-size:1.6rem;}
.prd-search-box input::placeholder {color: rgba(0,0,0,0.3);}
.prd-list {margin: -1rem;     display: flex;
flex-wrap: wrap;}
.prd-list .prd-item {width: calc(25% - 2rem); background: #f5f5f5; border-radius:10px; margin: 1rem; padding: 2.5rem 0 3.5rem;
box-sizing: border-box;}
.prd-list .img-box {text-align: center; width: 99.243%;}
.prd-list .img-box span {    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 84.62%;}
.prd-list .img-box img {max-width:100%;}
.prd-tit-box {text-align: center; margin-top: 2.5rem; padding: 0 1.5rem;}
.prd-category {font-size:1.3rem; letter-spacing:-0.025em; color: var(--main-color); line-height:1.1; font-weight: 600;}
.prd-tit {font-size:2.4rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.2; margin-top: 0.3rem;}

.prd-contents .paging-wrap {margin-top: 7rem;}

@media all and (max-width:1280px){
	.prd-menu {width: 20%; margin-right: 4rem;}
	.prd-contents {width: calc(100% - (20% + 4rem));}
	.prd-menu ul li em {font-size:1.4rem;}
}

@media all and (max-width:800px){
	.prd-page {padding-bottom:var(--sub-padding);}
	.prd-contents .paging-wrap {margin-top: 3.5rem;}
	.prd-menu {width: 100%;}
	.prd-menu .sub-drop-open-btn-style {border-radius: 30px; background-color: var(--main-color);}
	.prd-menu ul li a {padding: 0 1.5rem;}
	.prd-menu ul li.selected a {background: initial;}
	.prd-menu ul li.selected em, .prd-menu ul li.selected i {color: var(--main-color) !important;}
	.prd-container {flex-direction:column;}
	.prd-contents {width: 100%;}
	.prd-list .prd-item {width: calc(50% - 2rem);}
	.prd-tit {font-size: 2rem;}
	.prd-search-box input {width: calc(100% - 16.5rem); text-indent: 1rem;}
	.prd-search-box button {height: 3.5rem; width: 12rem; font-size: 1.4rem;}
	
}

/* ******************  contact us ********************** */
.inquiry-page .banner {position: relative; display: flex; align-items: flex-start; justify-content: center; background: url(/images/content/contact_banner.jpg) no-repeat; background-size:cover; height: 56.1rem;}
/* .inquiry-page .banner-tit-box {padding-top: 15.6rem;} */
.inquiry-page .banner-tit-box .logo {margin-bottom: 2.3rem;}
.banner-tit-box .tit {font-size:3.3rem; letter-spacing:-0.025em; color: #fff; font-weight: 700; line-height:1.3; margin-bottom: 1.9rem;}
.banner-tit-box .txt {font-size:1.6rem; letter-spacing:-0.05em; color: rgba(255,255,255,0.8); font-weight: 500; line-height:1.75;}
.inquiry-box {position: relative;}
.inquiry-list {display: flex; flex-wrap: wrap; margin: -11.25rem -0.75rem 0; padding-bottom: var(--sub-padding);}
.inquiry-list li {width: calc(33.333% - 1.5rem); background: #fff; border-radius:6px; margin:0.75rem; padding:4.561rem 3.6rem 4rem; box-sizing:border-box; 
-webkit-box-shadow: 8px 1px 30px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 8px 1px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 8px 1px 30px 0px rgba(0, 0, 0, 0.1);}
.inquiry-list .type {display: inline-block; font-size:3rem; letter-spacing:-0.05em; color: #000; font-weight: 700; line-height:1.134; margin-bottom: 3.5rem;}
.inquiry-info-box dl {display:flex; align-items:center; border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: 1.8rem 0;} 
.inquiry-info-box dl:first-of-type {padding-top: 0;}
.inquiry-info-box dl:last-of-type {border-bottom: 0;}
.inquiry-info-box dt {width: 7rem; font-size:1.6rem; letter-spacing:-0.05em; color: rgba(0,0,0,0.6); line-height:1.2;}
.inquiry-info-box dd {width: calc(100% - 7rem); font-size:1.6rem; letter-spacing:-0.05em; color: #000; font-weight: 700; line-height:1.2;}
.inquiry-btn {display: inline-block; text-align: center; line-height: 5.7rem; border-radius:30px; /* border:3px solid #000; */ height: 6rem; width: 100%; margin-top: 3.2rem; font-size:1.6rem; letter-spacing:-0.05em; color: #000; background-color: #f5f5f5; font-weight: 700; box-sizing:border-box; transition:var(--transition-custom);}
.inquiry-btn:hover {background: var(--main-color); border-color:var(--main-color); color: #fff;}
.cm-btn-controls .btn-style01.contact-btn {border-radius: 30px; color: #000; background-color: #f5f5f5; font-weight: 700; transition:var(--transition-custom);} 
.cm-btn-controls .btn-style01.contact-btn:hover {background:var(--main-color);  color: #fff;}

@media all and (max-width:800px){
	.inquiry-page .banner {height: 45rem;}
	.banner-tit-box {padding-top:10rem;}
	.banner-tit-box .tit {font-size: 2.8rem;}
	.inquiry-list li {width: 100%; padding: 3.5rem 3rem 3rem;}
	.inquiry-list .type {margin-bottom: 2rem; font-size:2.4rem;}
	.inquiry-btn {margin-top: 1.5rem; height: 4.5rem; line-height:4.2rem;}
	.inquiry-info-box dl {padding: 1.5rem 0;}
}

@media all and (max-width:480px){
	.banner-tit-box {padding-top:7rem;}
}

/* ****************** recruitment ********************** */


/* ****************** ESG ********************** */
/* ****************** ESG 공통 ********************** */
/* .esg-page {padding-bottom:20rem;} */
.esg-con {/* display:flex; */ padding: 5rem 0; border-top:1px solid rgba(0,0,0,0.1);}
.esg-con:first-of-type {border-top:2px solid #000; padding-top: 5.3rem; /* padding-bottom:8rem; */}
.esg-con:first-of-type .esg-txt {margin-bottom: 0;}
/* .ethic .esg-con:first-of-type {padding-bottom:8rem;} */

.esg-cm-tit {width: 29.577%; font-size:3.4rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.294;}
.esg-cm-tit p {padding-left: 4rem;}
.esg-cm-txt {/* width: calc(100% - 29.577%); */ width: 100%;}
.esg-txt {font-size:3.3rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.65; margin-bottom: 3.8rem; text-align:center; padding: 0 3rem;} 
.esg-txt > span {color: var(--main-color);}
.esg-sub-txt {font-size:1.6rem; letter-spacing:-0.025em; color: #666; font-weight: 600; line-height:1.625; margin-top: 3rem; text-align:center;}
.esg-cm-list {margin-top: 5.3rem; border-top: 2px solid #000; padding-bottom:5rem;}
.esg-cm-list li {display:flex; align-items:center; border-bottom:1px dashed rgba(0,27,48,0.1); padding: 2.5rem 0;}
.esg-cm-list li:last-of-type {border-bottom:0; padding-bottom:0;}
.esg-cm-list .num {width:  4.6rem; height: 4.6rem; background: #0084e9; border-radius:100%; color: #fff; font-size:1.6rem; letter-spacing:-0.025em; line-height:4.6rem; text-align:center; font-weight: 700; align-self: flex-start;}
.esg-cm-list .txt {width: calc(100% - (4.6rem + 2rem)); color: #333333; font-size:1.6rem; letter-spacing:-0.025em; line-height:1.75; font-weight: 600; margin-left: 2rem;}
.esg-cm-list .txt-box {width: calc(100% - (4.6rem + 2rem)); margin-left: 2rem;}
.esg-cm-list .txt-box p {font-size:2rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.4;}
.esg-cm-list .txt-box em {display:inline-block; margin-top: 2.5rem; font-size:1.6rem; letter-spacing:-0.025em; color: #666; font-weight: 600; line-height:1.75;}
.esg-cm-list.ver02 li {padding: 4rem 0;}
.esg-cm-list.ver02 li:last-of-type {border-bottom:0; padding-bottom:0;}
.esg-cm-list.ver02 .txt-box p {position: relative; top: 0.7rem;}

/* 다운로드 리스트 */
.esg-down-list {display:flex; justify-content: center; flex-wrap:wrap; margin: 0 -0.65rem;}
.esg-down-list li {width: calc(20% - 1.3rem); background: #f5f5f5; border-radius:20px; display:flex; flex-direction:column; margin: 0 0.65rem; padding: 3rem; box-sizing:border-box;}
.esg-down-list .down-tit {font-size:2.4rem; letter-spacing:-0.025em; line-height:1.375; /* line-height:1.083; */ color: #333; font-weight: 700; text-align:center;}
.esg-down-list a {width: 100%; height: 5rem; align-items:center; display:flex; justify-content:space-between; border:2px solid #000; border-radius:25px; padding: 0 1.5rem; box-sizing:border-box; margin-top: 3.7rem; transition:var(--transition-custom);}
.esg-down-list em {font-size:1.6rem; letter-spacing:-0.025em; color: #333; font-weight: 700; transition:var(--transition-custom);}
.esg-down-list i {font-size:2.4rem; color: #333; transition:var(--transition-custom);}
.esg-down-list a:hover {border-color:var(--main-color); background: var(--main-color);}
.esg-down-list a:hover em, .esg-down-list a:hover i {color: #fff;}

.inner-box-list {margin: -0.5rem -0.75rem 0; display: flex; flex-wrap: wrap;}
.inner-box-list .inner-box {background: #f5f5f5; border-radius:20px; width: calc(50% - 1.5rem); margin: 0.5rem 0.75rem; padding: 3.5rem 4rem; box-sizing: border-box;}
.inner-box-list .inner-tit {display: inline-block; position: relative; font-size:2.2rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.5; margin-bottom: 1.6rem;}
.inner-box-list .inner-tit:after {display: block; content:""; width: 0.6rem; height: 0.6rem; border-radius:100%; background: #2384df; position:absolute; right: -1.5rem; top: 0;}
.inner-box-list .inner-txt {position: relative; font-size:1.6rem; letter-spacing:-0.025em; color: #666; font-weight: 600; line-height:1.75; padding-left: 1.2rem;}
.inner-box-list .inner-txt:before {display: block; content:"-"; color: #666; position:absolute; left: 0; top: 0;}
.inner-box-list .inner-box.w100 {width: 100%; display:flex;}
.inner-box-list .inner-box.w100 .inner-tit-box { width: 15.5rem;}
.inner-box-list .inner-box.w100 .inner-tit {margin-bottom: 0;}
.inner-box-list .inner-box.w100 .inner-txt-box {width: calc(100% - 15.5rem);}
.inner-top-txt {font-size:1.6rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.75; margin-bottom: 1.5rem;}
.inner-info-box {background: #fff; border-radius:10px; display: inline-block; padding: 1.6rem 1.8rem; margin-top: 1.5rem;}
.inner-info-box span {font-size:1.6rem; letter-spacing:-0.025em; color: #666; font-weight: 700; line-height:1.75;}
.inner-info-box span:last-of-type {margin-left: 1.5rem;}
.esg-report-ps p {display:flex; margin-top: 1rem;}
.esg-report-ps p:first-of-type {margin-top: 0;}
.esg-report-ps em {width: 13rem; font-size:1.6rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.3;}
.esg-report-ps span {width: calc(100% - 13rem); font-size:1.6rem; letter-spacing:-0.025em; color: #666; font-weight: 600; line-height:1.3;}

/* ****************** ESG :: 제보하기/칭찬하기 ********************** */
/* ******************  신고서 작성 스타일 01 ********************** */
/* 신고서 폼 */
.declaration-write-form-style01 {margin-top: 4rem;}
.declaration-write-form-style01 .form-area{padding-bottom:30px}
.declaration-write-form-style01 .declaration-form-tit{border-bottom:1px solid #ababab; padding-bottom:48px; margin-bottom:48px}
.declaration-write-form-style01 .declaration-form-tit .tit{font-weight:600; font-size:30px; letter-spacing:-0.65px; color:#000;}
.declaration-write-form-style01 .inquiry-essential-txt{text-align:right; color:#373737; font-size:13px; letter-spacing:-0.3px; padding-bottom:15px;}
.declaration-write-form-style01 .essential-icon{color:#cf0505;}
.declaration-write-form-style01 .inquiry-agree-wrap{margin-bottom:25px}
.declaration-write-form-style01 .inquiry-agree-wrap .agree-tit{float:left}
.declaration-write-form-style01 .inquiry-agree-wrap .agree-btn{float:right}
.declaration-write-form-style01 .inquiry-agree-wrap .agree-btn p{display:inline-block; vertical-align:middle;}
.declaration-write-form-style01 .inquiry-agree-wrap .agree-btn p.agree-tit-sm{font-weight:500; font-size:16px; letter-spacing:-0.65px; color:#010101; margin-right:19px}

/* 신고서 폼 :: 작성영역 */
.declaration-write-form-style01 .write-form-tbl{width:100%;}
.declaration-write-form-style01 .write-form-tbl th,.declaration-write-form-style01 .write-form-tbl td{padding-bottom:27px; letter-spacing:-0.5px; }
.declaration-write-form-style01 .write-form-tbl th{color:#000; font-size:18px; font-weight:500; text-align:left;}
.declaration-write-form-style01 .write-form-tbl .write-input,
.declaration-write-form-style01 .write-form-tbl .write-select,
.declaration-write-form-style01 .write-form-tbl .write-textarea{height:50px; border:0px; width:50%; background-color:#f5f5f5; border:1px solid #dbdbdb; font-size:14px; vertical-align:middle; letter-spacing:-0.65px; border-radius: 5px;}
.declaration-write-form-style01 .write-form-tbl .write-input:focus{border-color:#333;}
.declaration-write-form-style01 .write-form-tbl .write-input,
.declaration-write-form-style01 .write-form-tbl .write-select{text-indent:30px; }
.declaration-write-form-style01 .write-form-tbl .write-textarea{width:100%; height:190px; resize:none; padding:20px 30px; box-sizing:border-box}
.declaration-write-form-style01 .write-form-tbl td input[type="file"]{height:auto; padding:10px 0;text-indent:0; border:0;}
.declaration-write-form-style01 .write-form-tbl td .write-sub-txt{font-size:15px; color:#464646; letter-spacing:-0.65px; padding-left:25px; display:inline-block}
.declaration-write-form-style01 .write-form-tbl td .write-sub-txt2{display:block; color:#888; margin-top:5px; font-size:11px; color:#aaa; letter-spacing:-0.5px;}
.declaration-write-form-style01 .write-form-tbl .hypen{display:inline-block; vertical-align:middle;width:12px; margin:0 5px; text-align:center;}
.declaration-write-form-style01 .write-form-tbl .write-input::placeholder,
.declaration-write-form-style01 .write-form-tbl .write-textarea::placeholder{color:464646; opacity:0.45;}
.declaration-write-form-style01 .write-form-tbl .write-input.password-input{max-width:300px;}
.declaration-write-form-style01 .write-form-tbl .phone-fieldset .write-select,
.declaration-write-form-style01 .write-form-tbl .email-fieldset .write-input{max-width:150px}
.declaration-write-form-style01 .write-form-tbl .file-custom-box input[type="file"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; } 
.declaration-write-form-style01 .write-form-tbl .file-custom-box label { 
    float:right;
    width:220px;;
    height:46px;
    color: #fff; 
    font-size: 16px;
	font-weight:500;
    letter-spacing:-0.65px;
    line-height: 46px; 
    text-align:center;
    cursor: pointer; 
    border: 1px solid #000; 
    vertical-align:middle;
    margin-left:15px;
    background-color:#000;
} 
.declaration-write-form-style01 .write-form-tbl .file-custom-box .upload-name { 
    float:left; 
    width:calc(100% - 243px);
    height:44px;
    font-size: 13.5px; 
    vertical-align:middle;
    background-color: #f5f5f5; 
    border: 1px solid #dbdbdb; 
    -webkit-appearance: none;
    text-indent:10px;
    -moz-appearance: none; 
    appearance: none; 
    border-radius: 5px;
}
/* 신고서 폼 :: 작성영역 하단 */
.declaration-write-form-style01 .declaration-write-agree{margin:80px 0;}
.declaration-write-form-style01 .declaration-write-agree .agree-tit{color:#000; font-size:21px; letter-spacing:-0.65px; font-weight:500; word-break:keep-all; line-height:1.5}
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt{font-size:15px; letter-spacing:-0.3px; color:#333;}
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt:first-child{margin-top:0}
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt input{display:none;}
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt label{position:relative; padding-left:26px; font-weight:500; font-size:16px}
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt label i{position:absolute; top:-1px; left:0px; font-size:22px; color:#ddd;}
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt input:checked + label,
.declaration-write-form-style01 .declaration-write-agree .agree-check-txt input:checked + label i{color:#013eb3;}
.inquiry-agreement-box{height:220px; overflow-y:auto; overflow-x:hidden; padding:20px; background-color:#fff; border-top:1px solid #d0d0d0; box-sizing:border-box;}

.declaration-write-form-style01 .write-form-tbl2{border-bottom:1px solid #d0d0d0; border-top:1px solid #d0d0d0; }
.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 th, .write-form-tbl.write-form-tbl2 td{padding:3px 0; border-bottom:1px solid #eaeaea}
.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 th{font-size:16px; color:#464646; padding-left:5px}
.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 .write-input, 
.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 .write-select{border:0; background-color:#fff}
.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 .write-select{-webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent:0}

/* 하단 주의사항 */
.decalaration-write-txt{font-weight:400; font-size:15px; letter-spacing:-0.65px; color:#909090; line-height:1.5; position:relative; padding-left:35px; word-break:keep-all}
.decalaration-write-txt.txt-center{text-align:center; padding-left:0}
.decalaration-write-txt .icon{position:absolute; left:0; top:-1px; font-size:24px; color:#ff3600}
.decalaration-write-txt b{font-weight:400; color:#ff3600}
.decalaration-write-txt span{display:inline-block}


@media all and (max-width:800px){		
	/* 신고서 폼 */
	.declaration-write-form-style01 .declaration-form-tit{padding-bottom:20px; margin-bottom:20px;}
	.declaration-write-form-style01 .declaration-form-tit .tit{font-size:20px; }
	.declaration-write-form-style01 .inquiry-essential-txt{font-size:12px; padding-bottom:5px}
	.declaration-write-form-style01 .inquiry-agree-wrap{margin-bottom:15px}
	.declaration-write-form-style01 .inquiry-agree-wrap .agree-tit{float:none; font-size:16px}
	.declaration-write-form-style01 .inquiry-agree-wrap .agree-btn{float:none; text-align:right; margin-top:10px;}
	.declaration-write-form-style01 .inquiry-agree-wrap .agree-btn p.agree-tit-sm{font-size:13px; margin-right:10px}
	.decalaration-write-txt{font-size:13px; padding-left:26px}
	.decalaration-write-txt .icon{font-size:19px}

	/* 신고서 폼 :: 작성영역 */
	.declaration-write-form-style01 .write-form-tbl tr,.declaration-write-form-style01 .write-form-tbl th,.declaration-write-form-style01 .write-form-tbl td{display:block; padding:0; width:100%; border-bottom:0; text-indent:0;}
	.declaration-write-form-style01 .write-form-tbl th{font-size:13px; padding-top:10px; font-weight:600;}
	.declaration-write-form-style01 .write-form-tbl td{padding:10px 0 15px;}
	.declaration-write-form-style01 .write-form-tbl td .write-input,
	.declaration-write-form-style01 .write-form-tbl td .write-select,
	.declaration-write-form-style01 .write-form-tbl td .write-textarea{width:100% ; border:0; max-width:none; -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px; height:40px; text-indent:10px}
	.declaration-write-form-style01 .write-form-tbl td .write-textarea{height:80px; padding:10px; text-indent:0}
	.declaration-write-form-style01 .write-form-tbl td .write-sub-txt, .declaration-write-form-style01 .write-form-tbl td .write-sub-txt2{display:block; margin-left:0; margin-top:7px; padding-left:0; text-align:left; font-size:12px; }
	.declaration-write-form-style01 .write-form-tbl .write-input.password-input{max-width:none}
	.declaration-write-form-style01 .write-form-tbl .phone-fieldset .write-input,
	.declaration-write-form-style01 .write-form-tbl .phone-fieldset .write-select{width:calc(33.33% - 18px); max-width:none;}
	.declaration-write-form-style01 .write-form-tbl .email-fieldset .write-input{width:calc(50% - 13.5px); max-width:none}
	.declaration-write-form-style01 .write-form-tbl .email-fieldset .write-select{width:100%; margin-top:5px; max-width:none;}
	.declaration-write-form-style01 .write-form-tbl .file-custom-box{position:relative; padding-right:80px}
	.declaration-write-form-style01 .write-form-tbl .file-custom-box label{position:absolute; top:0px; right:0px; width: 70px; height:40px; line-height:40px; font-size:13px}
	.declaration-write-form-style01 .write-form-tbl .file-custom-box .upload-name{width:100%; height:40px; border:0; border-radius:5px}
	
	/* 신고서 폼 :: 작성영역 하단 */
	.declaration-write-form-style01 .declaration-write-agree{margin:50px 0}
	.declaration-write-form-style01 .declaration-write-agree .agree-check-txt label{font-size:13px; padding-left:20px}
	.declaration-write-form-style01 .declaration-write-agree .agree-check-txt label i{font-size:18px; top:-2px}
	.declaration-write-form-style01 .write-form-tbl2{border-bottom:0}
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 tr{border-bottom:1px solid #eaeaea; padding:10px 0}
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 th{font-size:13px}
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 th, 
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 td{border-bottom:0; padding:5px}
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 .write-input, 
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 .write-select{background-color:#f5f5f5}
	.declaration-write-form-style01 .write-form-tbl.write-form-tbl2 .write-select{text-indent:10px}
}


/* ------------ 윤리경영 :: 신고서확인, 내용  --------------- */
.declaration-finish-style01 .declaration-check-con{max-width:600px; margin:0 auto}
.declaration-finish-style01 .finish-box h4{color:#222; font-weight:600; font-size:36px; letter-spacing:-0.3px; margin-bottom:25px; text-align:center;}
.declaration-finish-style01 .finish-box {border: 1px solid #e5e5e5; padding:70px 10%; position:relative;  }
.declaration-finish-style01 .finish-box:before {content:""; display:block; width: 90px; height:1px; background-color: #222; position:absolute; top:-1px; left:50%; margin-left:-45px;  }
.declaration-finish-style01 .finish-box > .inner > .tit {font-size: 38px; letter-spacing:-0.5px; color: #222; font-weight:600; text-align:center;  }
.declaration-finish-style01 .finish-box .finish-box-tbl{border-top:0; margin-bottom:50px}
.declaration-finish-style01 .finish-box .finish-box-tbl input{width:100%; border:0}
.declaration-finish-style01 .finish-box .finish-box-tbl th,
.declaration-finish-style01 .finish-box .finish-box-tbl td{padding:15px 10px}
@media all and (max-width:800px){		
	.declaration-finish-style01 .finish-box{padding:50px 30px}
	.declaration-finish-style01 .finish-box h4{font-size:23px}
	.declaration-finish-style01 .finish-box .finish-box-tbl th{padding:12px 0}
	.declaration-finish-style01 .finish-box .finish-box-tbl td{padding:0 0 12px}
}

/* ************************ 페이크폼 스타일 추가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: 2em; width: 100% !important; text-align: left; vertical-align: middle; 
border:0; line-height: 5rem; font-size:1.5rem; color: #333; background-color: #f5f5f5;
border: 1px solid #dbdbdb; display: inline-block; 
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:2.4rem; color: #555859;}
.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: 1px solid #ddd; border-top: 0; 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: 1.5rem 2em; 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: 1.3rem; font-weight: 500; line-height: 1.5; padding: 1.5rem 1em;}
}
.cm-btn-controls.report button {border:2px solid #000; border-radius:30px; width: 30rem; height: 6rem; box-sizing:border-box; background: #fff;}

/* ****************** ESG :: 제보하기 / 칭찬하기 ********************** */
.ethic-page .fakeform-selectbox .select-title {border-radius:5px;}
.ethic-page .security-code-box {border-radius:5px;}

@media all and (max-width:800px){
	.ethic-page .fakeform-selectbox .select-title {line-height: 40px; border:0;}
}

/* ****************** ESG :: 제보/칭찬 조회하기 ********************** */
.report-check-box {max-width:1000px; margin: 0 auto; background: #f5f5f5; border-radius:30px; padding: 10rem 20rem; box-sizing: border-box; text-align:center;}
.check-tit {display:inline-block; font-size:3.4rem; letter-spacing:-0.025em; color: #000; font-weight: 700; margin-bottom: 3.5rem;}
.check-form form {display:flex; flex-direction:column;}
.check-form input {height: 6rem; background: #fff; border-radius:10px; border: 0; margin-top: 1rem; font-size:1.6rem; text-indent: 2rem;}
.check-form input:first-of-type {margin-top: 0;}
.check-form input:placeholder {color: rgba(0,0,0,0.3); letter-spacing:-0.025em; font-weight: 500; line-height:1.2;}
.cm-btn-controls.check {margin-top: 0;}
.cm-btn-controls.check a {display:inline-block; margin: 4rem 0 0; border:2px solid #000; width: 30rem; height: 6rem; box-sizing:border-box; text-align:center; border-radius:30px; font-size:2rem; line-height:6rem; color: #333; font-weight: 700; box-sizing: border-box;}

/* ****************** ESG :: 인증 ********************** */
.cer-list {display:flex; justify-content:center;}
.cer-list li {width: calc(25% - 1.3rem); max-width:24rem; margin-right: 1.3rem;  }
.cer-list li a {display: inline-block; width: 100%; height: 100%; }
.cer-list .certificate-img-thumb {position: relative; background: #f5f5f5; padding: 2rem; box-sizing: border-box; border-radius:20px;}
.cer-list .certificate-img-thumb .img-con {position: relative; display: block; width:100%; }
.cer-list .certificate-img-thumb .img-con span {position: relative; width: 100%; height: 0; padding-top: 141%; display: block;}
.cer-list .certificate-img-thumb img {border-radius:10px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}
.certificate-over-box {position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; opacity: 0; visibility: hidden; transition: all 0.3s;}
.certificate-over-box i {position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; line-height: 50px; background-color: var(--main-color); text-align: center; color: #fff; font-size: 20px; border-radius: 50%;}
.cer-list li a:hover .certificate-over-box {opacity: 1; visibility: visible;} 
.cer-list .certificate-tit {font-size:1.8rem; letter-spacing:-0.025em; color: #333; line-height:1.834; font-weight: 700; text-align:center; margin-top: 1.6rem;}


@media all and (max-width:800px){
	.esg-down-list {margin: -1rem 0;}
	.esg-down-list li {width: 100%; margin: 1rem 0;}
	.inner-box-list .inner-box {width: 100%; margin: 1rem 0 0;}
	.inner-box-list .inner-box.w100 {flex-direction:column;}
	.inner-box-list .inner-box.w100 .inner-tit-box {width: 100%;}
	.inner-box-list .inner-box.w100 .inner-txt-box {width: 100%; margin-top: 1rem;}
	.esg-report-ps p {flex-direction: column;}
	.esg-report-ps em {width: 100%;}
	.esg-report-ps span {width: 100%; margin-top: 1rem;}
	.esg-down-list .down-tit {min-height:initial;}

	.cer-list {flex-wrap:wrap; justify-content:center; margin-top: -3rem;}
	.cer-list li {width: calc(50% - 1.3rem); margin-top: 3rem;}
	
	.report-check-box {padding: 10rem 5rem;}
}

/* ****************** 채용정보 ********************** */
.recruit-page {padding-bottom:var(--sub-padding);}
.recruit-page .banner-tit-box .logo {margin-bottom: 3.5rem;}
.recruit-box {margin-top: 16rem;}
.recruit-box dl {    border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.recruit-box dl:first-of-type {border-top:2px solid #000;}
.recruit-item {display:flex; align-items: center;     padding: 6.2rem 0 6.3rem;}
.recruit-item dt {width: 31.136%; font-size:3.4rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.294em; align-self: flex-start;}
.recruit-item dd {width: calc(100% - 31.136%);}
.recruit-item dd > p {font-size:1.8rem; letter-spacing:-0.025em; color: #000; font-weight: 500; line-height:1.556em;}
.recruit-item dd > p span {display: inline-block; padding: 0 0.5rem; color: #999;}
.recruit-item .inner-list > li {margin-top: 4.4rem;}
.recruit-item .inner-list > li:first-of-type {margin-top: 0;}
.recruit-item .inner-list .tit {font-size:2rem; letter-spacing:-0.025em; color: #000; font-weight: 700; line-height:1.4em; margin-bottom: 1.9rem;}
.step-list, .step-list2 {display:flex; background:#f5f5f5; border-radius:10px; height: 30rem;}
.step-list li {position: relative; width: 25%; text-align: center; padding-top: 8.2rem; box-sizing: border-box; transition:var(--transition-custom);}
.step-list li:after {display: block; content:""; position:absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 20rem; border-right: 1px dashed rgba(0, 0, 0, 0.1); /* background:rgba(0,0,0,0.1); */}
.step-list li:before {display: block; content: ""; width: 100%; height: 100%; border: 3px solid var(--main-color); box-sizing: border-box; position: absolute; top: 0; left: 0; border-radius: 10px; opacity: 0; transition:var(--transition-custom);}
.step-list li .arrow {background: var(--main-color); position:absolute; 
right: -2.4rem; top: 50%; transform:translateY(-50%); display:inline-block; width: 4.8rem; height:4.8rem; border-radius:100%; color: #fff; font-size:2.6rem; 
text-align:center; line-height:5.2rem; z-index: 1; -webkit-box-shadow: 20px 
20px 24px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 20px 20px 24px 0px 
rgba(0, 0, 0, 0.15); box-shadow: 20px 20px 24px 0px rgba(0, 0, 0, 0.15);}
.step-list li:last-of-type:after {display:none;}
.step-list li:last-of-type .arrow {display:none;}
/* .step-list li.active {background: #fff; border-radius: 10px;
    border: 3px solid var(--main-color);} */
.step-list li.active {background: #fff; border-radius: 10px;}
.step-list li.active:before {opacity: 1;} 
.step-list .ico-box {width: 6.1rem; margin: 0 auto 3.4rem;}
.step-list .ico-box > span {display: block; position: relative; width: 100%; height: 0; padding-top: 85.25%;}
.step-list .ico-box > span:before {display: block; content:""; position:absolute; width: 3.2rem; height: 3.2rem; border-radius:100%; background: rgba(33,142,235,0.1);}
.step-list li:nth-child(1) .ico-box > span:before {bottom: -5px; left: -7px;}
.step-list li:nth-child(2) .ico-box > span:before {left: -1px; top: -8px;}
.step-list li:nth-child(3) .ico-box > span:before {top: 1px; right: -10px;}
.step-list li:nth-child(4) .ico-box > span:before {left: 0; bottom: -7px;}
.step-list .txt-box {display:flex; flex-direction:column;}
.step-list .txt-box span {font-size:1.5rem; letter-spacing:-0.035em; color: var(--main-color); font-weight: 700; line-height:1.867em;}
.step-list .txt-box strong {font-size:2rem; letter-spacing:-0.045em; color: #000; font-weight: 700; line-height:1.4em; margin-top: 0.2rem;}
.step-list .txt-box p {font-size:1.5rem; letter-spacing:-0.045em; color: #000; font-weight: 600; line-height:1.467em;}

.step02 li {position: relative; width:33.3333%; text-align: center; padding-top: 8.2rem; box-sizing: border-box; transition:var(--transition-custom);}
.step02 .ico-box {width: 5.5rem; margin: 0 auto 3.4rem;}
.step02 .ico-box > span {display: block; position: relative; width: 100%; height: 0; padding-top: 94.55%;}
.step02 li .arrow {background:#65ce7a;}
.step02 li:before {border-color:#65ce7a;}
.step02 .txt-box span {color: #65ce7a;}
.step02 li .ico-box > span:before {background: rgba(101,206,122,0.1);}
.step02 li:nth-child(1) .ico-box > span:before {bottom: -5px; left: -5px;}
.step02 li:nth-child(2) .ico-box > span:before {left: initial; right: -13px; top: 1px;}
.step02 li:nth-child(3) .ico-box > span:before {left: -6px; top: initial; right: initial; bottom: -7px;}
.step02 li:nth-child(3) .arrow {display:none;}
.step02 li:nth-child(4) {display:none;}
.step02:has(li:nth-child(4).active) li:nth-child(3) {background: #fff; border-radius: 10px;}
.step02:has(li:nth-child(4).active) li:nth-child(3):before {opacity: 1;}

.work-list {display:flex; flex-wrap:wrap; margin: -1rem -0.5rem 0;}
.work-list li {display: flex; justify-content: space-between; align-items: center; width: calc(33.333% - 1rem); height: 13rem; background: #f6f6f6; border-radius:10px; margin: 1rem 0.5rem 0; padding: 0 4rem; box-sizing: border-box;}
.work-list .tit-box p {font-size:1.8rem; color: #000; font-weight: 700; line-height:1.556em; letter-spacing: -0.045em; margin-bottom: 0.8rem;}
.work-list .tit-box em {font-size:1.4rem; color: #666; line-height:1.571em;}
.work-list .ico-box {width: 5rem;}
.work-list .ico-box span {display: block; position: relative; height: 0; padding-top: 92%;}
.work-list .ico-box span:before {display: block; content:""; width: 2.5rem; height: 2.5rem; border-radius:100%; background: rgba(14,139,234,0.2); position:absolute;}
.work-list li:nth-child(1) span:before {top: -3px; right: 1px;}
.work-list li:nth-child(2) span:before {top: -2px; left: -1.2rem;}
.work-list li:nth-child(3) span:before {top: -2px; left: -0.6rem;}
.work-list li:nth-child(4) span:before {top: 0.1rem; left: 0.1rem;}
.work-list li:nth-child(5) span:before {top: 0.1rem; right: -0.1rem;}
.work-list li:nth-child(6) span:before {top: 2rem; right: -0.6rem;}

.submit-list {display:flex;}
.submit-list li {display:flex; align-items: center; width: calc(100% / 3);}
.submit-list li i {font-size:2.4rem; color: #000; margin-right: 1.2rem;}
.submit-list li span {display: flex; align-items: center; font-size:1.8rem; letter-spacing:-0.025em; color: #000; font-weight: 600;     margin-right: 2.5rem;}
.submit-list li p {font-size:1.8rem; letter-spacing:-0.025em; color: rgba(0,0,0,0.6); }

@media all and (max-width:1280px){
	.recruit-item dt {width: 22%;}
	.recruit-item dd {width: calc(100% - 22%);}
}

@media all and (max-width:800px){	
	.recruit-page {padding-bottom:var(--sub-padding);}
	.recruit-box {margin-top: 8rem;}
	.recruit-item {flex-direction: column; padding: 3.5rem 0;}
	.recruit-item dt {width: 100%;}
	.recruit-item dd {width: 100%; margin-top: 3rem;}
	.recruit-item dt {font-size:2.8rem;}
	.work-list li {width: 100%;}
	.step-list, .step-list2 {flex-direction:column; height: auto;}
	.step-list li {width: 100%; padding: 4rem 0;}
	.step-list li .arrow {width: 3rem; height: 3rem; line-height: 2.8rem; top: calc(100% - 1.5rem); transform: translateY(0) translateX(50%); right: 50%;}
	.step-list li .arrow i {font-size:1.8rem; transform: rotate(90deg); margin-left: -2.2px;}
	.submit-list {flex-direction:column;}
	.submit-list li {width: 100%; margin-top: 2.5rem;}
	.submit-list li:first-of-type {margin-top: 0;}
}