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

.cm-sub-tit {font-size: 5rem; font-weight: 700; letter-spacing: -0.05em; color: #000; line-height: 1.5;}

@media all and (max-width:800px){
	.cm-sub-tit {font-size: 3.8rem;}
}

/* ******************  회사소개 ********************** */
.company-page {padding-bottom: 14rem;}
/* ***** 인사말 ***** */
.greeting-page .cm-sub-tit {margin-bottom: 5rem;}
.greeting-con {display: flex;}
.greeting-con .left-con {width: 69.7%; padding-right: 5rem; box-sizing: border-box;}
.greeting-con .left-con .sub-tit {display: block; font-size: 1.8rem; font-weight: 600; letter-spacing: -0.05em; line-height: 1.1; color: var(--main-color); margin-bottom: 2rem;}
.greeting-con .left-con .txt01 {font-size: 2.8rem; font-weight: 600; letter-spacing: -0.05em; color: #000; line-height: 1.7;}
.greeting-con .left-con .txt02 {font-size: 4.4rem; font-weight: 700; letter-spacing: -0.05em; color: #000; line-height: 1.3; padding: 0.5rem 0;}
.greeting-con .left-con .txt02 span { color: var(--main-color);}
.greeting-con .left-con .txt03 {font-size: 1.7rem; font-weight: 500; letter-spacing: -0.05em; color: #000; line-height: 1.88; padding-top: 2.1rem;}
.greeting-con .left-con .ceo-txt {padding-top: 5rem; font-size: 1.8rem; font-weight: 700; letter-spacing: -0.05em; color: #000; line-height: 1.3;}
.greeting-con .left-con .ceo-txt span {color: var(--main-color);}
.greeting-con .left-con .ceo-txt strong {display: inline-block; margin-left: 1rem; font-size: 2.8rem; font-weight: 700; vertical-align: middle;}
.greeting-con .right-con {width: 30.3%;}
.greeting-con .circle-con {width: 100%; max-width: 32rem;}
.greeting-con .circle-con .circle-item {position: relative; width: 100%; height: 0; padding-top: 100%; border-radius: 50%; box-shadow:0.8rem 0.8rem 7rem rgba(0,0,0,0.1); transition: all 1.2s ease-in-out; transition-property: transform;}
.greeting-con .circle-con .circle-item.item01 {background: var(--main-color); transform: translateY(16rem);}
.greeting-con .circle-con .circle-item.item02 {background: rgba(255,255,255,0.4); backdrop-filter: blur(2rem); transform: translateY(-16rem);}
.greeting-con .circle-con.active .circle-item.item01 { transform: translateY(2.5rem);}
.greeting-con .circle-con.active .circle-item.item02 { transform: translateY(-2.5rem);}
.greeting-con .circle-con .circle-item .inner {position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.greeting-con .circle-con .circle-item .icon {height: 5rem; margin-bottom: 2.5rem;}
.greeting-con .circle-con .circle-item .icon img {max-height: 100%;}
.greeting-con .circle-con .circle-item dl dt { font-size: 3rem; font-weight: 800; letter-spacing: -0.05em; color: #fff; line-height: 1.3;}
.greeting-con .circle-con .circle-item dl dd {font-size: 1.6rem; font-weight: 400; letter-spacing: -0.05em; color: #fff; opacity: 0.7; line-height: 1.3; margin-top: 1.5rem;}
.greeting-con .circle-con .circle-item.item02 dl dt ,
.greeting-con .circle-con .circle-item.item02 dl dd {color: var(--main-color);}

@media all and (max-width:800px){
	.greeting-con {display: block;}
	.greeting-con .left-con {width: 100%; padding-right: 0;}
	.greeting-con .left-con .txt01 {font-size: 2.4rem;}
	.greeting-con .left-con .txt02 {font-size: 3.2rem;}
	.greeting-con .right-con  {width: 100%; padding-top: 8rem;}
	.greeting-con .circle-con {max-width: none; display: flex;}
	.greeting-con .circle-con .circle-item {width: 50%; padding-top: 50%;}
	.greeting-con .circle-con .circle-item.item01 { transform: translateX(50%);}
	.greeting-con .circle-con .circle-item.item02 { transform: translateX(-50%);}
	.greeting-con .circle-con.active .circle-item.item01 { transform: translateX(2rem);}
	.greeting-con .circle-con.active .circle-item.item02 { transform: translateX(-2rem);}
	.greeting-con .circle-con .circle-item .icon {height: 4rem; margin-bottom: 1.5rem;}
	.greeting-con .circle-con .circle-item dl dt {font-size: 2.4rem;}
}
@media all and (max-width:480px){
	.greeting-con .circle-con.active .circle-item.item01 { transform: translateX(1rem);}
	.greeting-con .circle-con.active .circle-item.item02 { transform: translateX(-1rem);}
	.greeting-con .circle-con .circle-item dl dt {font-size: 2rem;}
}

/* ***** 연혁 ***** */
.history-page .cm-sub-tit {text-align: center; margin-bottom: 3.5rem;}
.history-tab-wrapper-style {position: relative; margin-bottom: 9rem;}
.history-tab-list-style {width: 30rem; height: 6rem; border-radius: 3rem; background: #f2f2f2; padding: 1rem; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto;}
.history-tab-list-style ul {display: flex; height: 100%;}
.history-tab-list-style ul li {width: 50%; height: 100%;}
.history-tab-list-style ul li a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 2rem; transition: all 0.3s; }
.history-tab-list-style ul li a em {font-size: 1.8rem; font-weight: 700; letter-spacing: -0.05em; color: #000; line-height: 1.2;  transition: all 0.3s; }
.history-tab-list-style ul li.selected a {background: var(--main-color);}
.history-tab-list-style ul li.selected a em {color: #fff;}
.history-con-wrap {position: relative;}
.history-percent-bar {position: absolute; top: 2rem; left: 50%; margin-left: -1.5px; width:3px; height: calc(100% - 4rem); background: rgba(0,0,0,0.1);}
.history-percent-bar .percent-bar-child {position: absolute;content: ""; width: 100%;  height: 0; background-color: var(--main-color); z-index: 1;  /* transition: all 0.3s; */}
.history-percent-bar .percent-bar-child .point { position: absolute; bottom: -3rem; left: calc(50% - 1.6rem); content: ""; z-index: 10;  width: 3rem;height: 3rem; border-radius: 3rem;}
.history-year-group-box {position: relative; display: flex; padding-bottom: 10rem;}
.history-year-group-box:last-of-type { padding-bottom: 0;}
.history-year-group-box .history-year-group-tit-box {width: 50%; padding-right: 7.5rem; box-sizing: border-box; text-align: right;}
.history-year-group-box .history-year-group-tit {font-size: 5rem; font-weight: 700; letter-spacing: -0.05em; color: #000; line-height: 1.1; margin-top: -1rem;} 
.history-year-group-box .history-year-list-box {width: 50%; padding: 0 0 0 6.5rem; box-sizing: border-box;}
.history-year-group-box .history-year-item {display: flex; margin-bottom: 8rem;}
.history-year-group-box .history-year-item:last-of-type {margin-bottom: 0;}
.history-year-group-box .history-year-item .history-year {position: relative; display: block; width: 13rem; padding-top: 0.7rem;}
.history-year-group-box .history-year-item .history-year:before {position: absolute; left: calc(-1*(6.5rem + 7.5px)); top: 1.5rem; content: ''; width: 15px; height: 15px; border: 2px solid #f2f2f2; background: #000; box-sizing: border-box; border-radius: 50%; transition:all 0.3s; z-index: 1;}
.history-year-group-box .history-year-item .history-year strong {font-size: 2.4rem; font-weight: 700; letter-spacing: -0.05em; color: #000; line-height: 1.2; transition:all 0.3s;}
.history-year-group-box .history-year-item .history-month-box {width: calc(100% - 13rem);}
.history-year-group-box .history-year-item .history-month-item {display: flex; margin-bottom: 1.5rem;}
.history-year-group-box .history-year-item .history-month-item:last-child {margin-bottom: 0;}
.history-year-group-box .history-year-item .history-month-item .history-month {width: 4.5rem; height: 4.5rem; line-height: 4.5rem; border-radius: 50%; background: rgba(0,0,0,0.05); text-align: center; font-size: 1.4rem; font-weight: 700; letter-spacing: -0.05em; color: #000; }
.history-year-group-box .history-year-item .history-month-item .history-detail-txt {width: calc(100% - 4.5rem); padding-left: 2.4rem; padding-top: 0.6rem; box-sizing: border-box; font-size: 1.8rem; font-weight: 600; letter-spacing: -0.05em; color: #000; line-height: 1.77;}

.history-year-group-box .history-year-item.on .history-year:before {border-color: #fff; background: var(--main-color);}
.history-year-group-box .history-year-item.on .history-year strong {color: var(--main-color);}

@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-right: 0; padding-left: 6.5rem; text-align: left;}
	.history-year-group-box.reverse .history-year-list-box {padding: 0 7.5rem 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-year:before { left: auto; right: calc(-1*(7.5rem + 5.5px));top: 1.5rem; }
	.history-year-group-box.reverse .history-year-item .history-month-box {text-align: right;}
	.history-year-group-box.reverse .history-year-item .history-month-item {flex-direction: row-reverse;}
	.history-year-group-box.reverse .history-year-item .history-month-item .history-detail-txt  {text-align: right; padding-left: 0; padding-right: 2.9rem;}
}
@media all and (max-width:800px){
	.history-tab-list-style {width: 100%; height: 40px; padding: 0; background: transparent;}
	.history-tab-list-style ul li {height: auto;}
	.history-tab-list-style ul li.selected a {background: transparent;}
	.history-tab-list-style ul li.selected a em {color: var(--main-color);}

	.history-percent-bar {left: 0;     margin-left: 0;}
	.history-year-group-box {display: block;}
	.history-year-group-box .history-year-group-tit-box {width: 100%; text-align: left; padding-right: 0; padding-left: 4rem; margin-bottom: 3rem;}
	.history-year-group-box .history-year-group-tit {font-size: 4rem;}
	.history-year-group-box .history-year-list-box {width: 100%; padding: 0 0 0 4rem;}
	.history-year-group-box .history-year-item .history-year {width: 10rem;}
	.history-year-group-box .history-year-item .history-year:before { top: 1.1rem; left: calc(-1 * (4rem + 5.5px));}
	.history-year-group-box .history-year-item .history-year strong {font-size: 2rem;}
	.history-year-group-box .history-year-item .history-month-box {width: calc(100% - 10rem);}
	.history-year-group-box .history-year-item .history-month-item .history-month {width: 4rem; height: 4rem; line-height: 4rem; font-size: 1.3rem;}
	.history-year-group-box .history-year-item .history-month-item .history-detail-txt {padding-left: 2rem; padding-top: 0.4rem;}
}

/* ***** 찾아오시는길 ***** */
.location-page .cm-sub-tit {margin-bottom:6rem;}
.location-top {display: flex; margin-bottom: 5rem;}
.location-top .address-con {width: calc(100% - 26rem); padding-right: 3rem; box-sizing: border-box;}
.location-top .address-con .address-tit {font-size: 3.2rem; font-weight: 700; letter-spacing: -0.035em; color: #000; line-height: 1.5; margin-bottom: 2rem;}
.location-top .address-con .address-list {margin: 0 -0.5rem;}
.location-top .address-con .address-list span {display: inline-flex; align-items: center; justify-content: center; width: 22rem; height: 5rem; border-radius:1rem; background: #f5f5f5; font-size: 1.8rem; font-weight: 700; letter-spacing: -0.035em; color: #000; margin: 0 0.5rem;}
.location-top .address-con .address-list span i {font-size: 1.8rem; margin-right: 0.7rem;}
.location-top .location-btn {display: flex; align-items: center; justify-content: space-between; width: 26rem; height: 6rem; padding: 0 3rem; box-sizing: border-box; border-radius: 1rem; background: var(--main-color); }
.location-top .location-btn span {display: inline-flex; align-items: center; font-size: 1.35rem; font-weight: 500; color: #fff; line-height: 1.1;}
.location-top .location-btn span i {margin-right: 0.5rem;}
.location-top .location-btn i {font-size: 2rem; color: #fff;}
.location-map {position: relative; width: 100%; height: 0; padding-top: 42.42%; margin-bottom: 5rem; }
.location-map .inner { position: absolute;width: 100%; height: 100%;  top: 0;left: 0;}
.location-map .inner iframe {width: 100%; height: 100%;}
.location-bottom {padding: 4rem 0; border-top: 2px solid #000; border-bottom: 2px solid rgba(0,0,0,0.1);}
.location-bottom .location-info {display: flex; align-items: center;}
.location-bottom .location-info.info01 {margin-bottom: 1rem;}
.location-bottom .location-info strong {display: inline-block; width: 12rem; height: 4rem; line-height: 4rem; text-align: center; border-radius: 1rem; background: var(--main-color); font-size: 1.6rem; letter-spacing: -0.05em; color: #fff; font-weight: 700; }
.location-bottom .location-info.info02 strong {background: #002d2f;}
.location-bottom .location-info .info-list {width: calc(100% - 12rem); margin: -0.7rem 0; display: flex; flex-wrap: wrap; }
.location-bottom .location-info .info-list dl {padding: 0 2.9rem; display: flex; font-size: 1.6rem; line-height: 1.2; position: relative; margin: 0.7rem 0;}
.location-bottom .location-info .info-list dl:before {position: absolute; content: ''; width: 1px; height: 1.5rem; top: 0.1rem; right: -0.5px; background: rgba(0,0,0,0.15);}
.location-bottom .location-info .info-list dl:last-of-type:before {display: none;}
.location-bottom .location-info .info-list dl dt {font-weight: 600; letter-spacing: -0.05em; padding-right: 1.8rem; color: #000;}
.location-bottom .location-info .info-list dl dd {font-weight: 400; letter-spacing: -0.025em; color: rgba(0,0,0,0.7);}

@media all and (max-width:800px){
	.location-top {display: block;}
	.location-top .address-con {width: 100%; padding-right: 0;}
	.location-top .address-con .address-tit {font-size: 2.4rem;}
	.location-top .address-con .address-list {display: flex; margin: 0 -0.5rem;}
	.location-top .address-con .address-list span {width: calc(33.33% - 1rem); margin: 0 0.5rem; font-size: 1.6rem;}
	.location-top .location-btn {margin-top: 4rem;}

	.location-map {padding-top: 56.42%;}
	.location-bottom .location-info {display: block;}
	.location-bottom .location-info.info01 {margin-bottom: 3rem;}
	.location-bottom .location-info strong {margin-bottom: 2rem; margin-left: 1.9rem;}
	.location-bottom .location-info .info-list {width: 100%;}
	.location-bottom .location-info .info-list dl {padding: 0 2rem;}
	.location-bottom .location-info .info-list dl:last-of-type:before {display: block;}
}
@media all and (max-width:480px){
	.location-top .address-con .address-list {flex-wrap: wrap; margin: -0.5rem;}
	.location-top .address-con .address-list span {width: calc(50% - 1rem); margin: 0.5rem; }
	.location-bottom .location-info .info-list {display: block;}
	.location-bottom .location-info .info-list dl:before {display: none !important;}
}

/* ***** 특허 및 인증서 ***** */
/* ***********************
	*	페이크폼 스타일 추가css 
*********************** */
.fakeform-selectbox{position: relative; display:inline-block; width: 100%;  max-width: 150px;}
.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: 2rem; width: 100% !important; text-align: left;vertical-align: middle; border: 0;  line-height: 5rem; font-size: 1.5rem;letter-spacing: -0.035em; color: #000;  background-color: #f5f5f5;  border-radius: 2.5rem; display: inline-block; box-sizing: border-box;  cursor: pointer;}
.fakeform-selectbox .select-title:after{font-family: 'xeicon'; position:absolute; top:50%; right:1.7rem; transform:translateY(-50%); 
content: "\e942"; font-size:2rem; color: #000;}
.fakeform-selectbox .select-title strong {width: 100%; font-weight: 400; word-break: break-all; display: block; overflow: hidden;}
.fakeform-selectbox .select-title.active{    border-radius: 2.5rem 2.5rem 0 0;}
.fakeform-selectbox .select-title.active:after{content: "\e945";}
.fakeform-selectbox .select-title.focus{}
.fakeform-selectbox .select-title.disabled{}
/* 옵션창 */
.select-option {background: #f5f5f5; max-height: 200px; overflow: auto; border-radius: 0 0 2.5rem 2.5rem; 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 2rem; 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;}
}

.certification-page .cm-sub-tit {margin-bottom: 5.5rem;}
.certification-list-con {padding:4rem 0 5rem; border-top: 2px solid #000; border-bottom: 2px solid #000;}
.certification-list {display: flex; flex-wrap: wrap; margin: -1rem -1.5rem;}
.certification-list li {width: calc(20% - 3rem); margin: 1rem 1.5rem;}
.certification-list li a {position: relative; display: block; width: 100%; border-radius: 1rem;background: #f2f2f2; padding: 4.8rem 4rem 3.1rem; box-sizing: border-box; height: 100%;}
.certification-list li a:before {position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; border: 3px solid var(--main-color); box-sizing: border-box; border-radius: 1rem; opacity: 0; transition: all 0.3s}
.certification-list li a .certificate-img-thumb {position: relative; width: 100%;}
.certification-list li a .certificate-img-thumb .img-con {position: relative; width: 100%; height: 0; padding-top: 143.75%; background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 3.5rem 3.5rem 7rem rgba(0,0,0,0.11);}
.certification-list li a .certificate-img-thumb .img-con:before {position: absolute; top: 50%; left: 50%; margin-top: -3rem; margin-left: -3rem; content: '\e97b'; font-family: xeicon; width: 6rem; height: 6rem; border-radius: 50%; background: var(--main-color); line-height: 6rem; text-align: center; font-size: 2.4rem; color: #fff;  opacity: 0; transition: all 0.3s; z-index: 1;}
.certification-list li a .certificate-img-thumb .img-con img {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.certification-list li a .txt-box {padding-top:3rem; text-align: center;}
.certification-list li a .txt-box .cate {display: inline-block; font-size: 1.5rem; font-weight: 600; letter-spacing: -0.05em; color: var(--main-color); line-height: 1.5; border-bottom: 2px solid var(--main-color);}
.certification-list li a .txt-box .certificate-tit {font-size: 1.8rem; font-weight: 700; letter-spacing: -0.025em; color: #000; line-height: 1.5; padding-top: 1rem;  word-break: break-all;} 
.certification-list li a:hover:before {opacity: 1;}
.certification-list li a:hover .certificate-img-thumb .img-con:before {opacity: 1;}

@media all and (max-width:1280px){
	.certification-list li { width: calc(25% - 3rem);}
}
@media all and (max-width:800px){
	.certification-list {margin: -1rem;}
	.certification-list li { width: calc(50% - 2rem); margin: 1rem;}
	.certification-list li a {padding: 3.5rem 3rem 3rem;}
}