@charset "utf-8";

/* 
* content CSS Document
* KOWEB
*/

/* sub visual */
.subVisual{ overflow: hidden; display: flex; align-items: center; justify-content: center; position:relative; height:450rem; text-align:center; color: #fff; }
.subVisual::before{ content: ''; position: absolute; inset: 0; background: 50% / cover; }
.subVisual.about::before{ background-image:url('/images/content/vis1.jpg'); }
.subVisual.business::before{ background-image:url('/images/content/vis2.jpg'); }
.subVisual.notice::before{ background-image:url('/images/content/vis3.jpg'); }
.subVisual.board::before{ background-image:url('/images/content/vis4.jpg'); }
.subVisual.common::before{ background-image:url('/images/content/sub_visual4.jpg'); }
.subVisual h2{ font-size: var(--fs40); }
.subVisual .inr {text-align: left; margin-top: 100rem;}
@media(prefers-reduced-motion:no-preference){
	.subVisual::before{ animation: subVisual_bg 1.8s both; }
	@keyframes subVisual_bg {
		0%{ transform: scale(1.05); }
		100%{ transform: scale(1); }
	}
	.subVisual .inr > *{ opacity: 0; animation: subVisualText .6s .2s both; }
	.subVisual .inr > *:nth-child(2){ animation-delay: .4s; }
	@keyframes subVisualText {
		0%{ transform: translateY(40rem); opacity: 0; }
		100%{ transform: translateY(0); opacity: 1; }
	}
}

@media(max-width:767px){
	.subVisual {height: 250rem;}
}


/* lnb */
.lnb_wrap{ background: #083b5e; font-size: 16rem; font-weight: 500; color: #fff; }
.lnb_wrap .inr{ display: flex; justify-content: space-between;}
.lnb__home{ position: relative; display: none; align-items: center; }
/* .lnb__home::before{ content: ''; position: absolute; inset: 0; margin: 10rem 20rem 10rem 60rem; display: inline-block; width: 4rem; height: 4rem; background: currentColor; border-radius: 50%; transform: translateX(70%); opacity: .3; } */
.lnb__svg{ height: 1em; fill: currentColor; }
.lnb ul{ display: flex; gap: clamp(10rem, calc( 49 / var(--inr) * 100vw ), 49rem); }
.lnb a{ display: flex; align-items: center; height: 70rem; letter-spacing: 0; }
.lnb a:not(:is(.on, :hover)){ opacity: .3; }
.area_breadcrumb{ position: relative; top: -1rem; left: 8px; display: flex; gap: 45rem; color: #fff; opacity: 0.6;  display: flex; align-items: center;}
.area_breadcrumb .home{ position: relative; top: 3rem; right: 3rem; width: 18rem; height: 16rem; background: url('/images/content/icon_home.png') no-repeat 50% / contain; }
.area_breadcrumb p{ position: relative; }
.area_breadcrumb p::before{ content: ''; position: absolute; top: 8rem; left: -24rem; width: 7rem; height: 11rem; background: url('/images/content/icon_gt.png') no-repeat 50% / contain; }
.area_breadcrumb [data-menu-snb]:empty{ display: none; }
@media(min-width:768px){
	.lnb__home{ display: flex; }
	.lnb_wrap{ font-size: 18rem; }
}

@media(max-width:767px){
	.area_breadcrumb {display: none;}
}

/* common content */
#content{ min-height:300px; padding: 80rem 0 120rem; }
.sub_title{ margin-bottom: 3.75em;}
.sub_title h2{ text-align:center; font-size:var(--fs35); }

.common_table{ border-top: 2px solid #222; text-align: center; }
.common_table :is(th, td){ padding: 14rem 1em 12rem; border: 1rem solid #e5e5e5; }
.common_table col:is(:nth-of-type(1), :nth-of-type(2)){ width: 18.33333333%; }
.common_table :is(th, td):first-child{ border-left: 0; }
.common_table :is(th, td):last-child{ border-right: 0; }
.common_table :is(thead, tfoot){ background: #f6f7f9; font-size: 17rem; font-weight: 500; }

/* 인사말 */
.sub_about1__pic {display: flex; gap: 80rem;}
.sub_about1__pic figure {width: 620rem;}
.sub_about1__pic figure img {width: 100%;}
.sub_about1__pic figcaption {width: 50%;}
.sub_about1__pic figcaption h2 {font-size: 32rem; color: var(--primary); line-height: 1.2; padding-bottom: 40rem; margin-bottom: 60rem; border-bottom: 1px solid #ededed;}
.sub_about1__pic figcaption p {}
.sub_about1__con {display: flex; justify-content: space-between; align-items: center; padding: 40rem 50rem; box-sizing: border-box; background: url(/images/content/about01_03.jpg) no-repeat center/cover; border-radius: 120rem 0 0 0; margin-top: 120rem;}
.sub_about1__con figure {width: 340rem;}
.sub_about1__con figure img {width: 100%;}
.sub_about1__con figcaption {width: calc(100% - 400rem); padding: 40rem; background: rgba(255, 255, 255, 0.8);  border-radius: 20rem;}
.sub_about1__con figcaption h2 {font-size: 24rem; display: inline-block; position: relative; padding-bottom: 25rem;  }
.sub_about1__con figcaption h2::after {content: ''; display: block; width: 16px; height: 16px; background: #c3ccd5; border-radius: 50%; position: absolute; top: 0; right: -16px;}
.sub_about1__con figcaption ul {max-height: 540rem; width: 100%; display: flex; flex-direction: column; flex-wrap: wrap;  padding-top: 30rem; border-top: 1px solid #ededed;}
.sub_about1__con figcaption ul li {width: 48%; margin-bottom: 20rem;}

@media(max-width:1280px){
	.sub_about1__pic {flex-direction: column;}
	.sub_about1__pic figure {width: 100%;}
	.sub_about1__pic figcaption {width: 100%;}
	.sub_about1__con {flex-direction: column; gap: 40rem;background-position-x: 80%;}
	.sub_about1__con figcaption {width: 100%;}
}
@media(max-width:767px){
	.sub_about1__con {padding: 40rem 20rem;}
	.sub_about1__con figcaption ul li {width: 100%;}
	.sub_about1__con figcaption ul {max-height: none;}
}


/* 연혁 */
.sub_about2__banner {position: relative;}
.sub_about2__banner > div { top: 20rem; position: sticky;}
.sub_about2__banner > div img {width: 100%; max-width: 700px;}
.sub_about2__banner > div .common__title {position: absolute; left: 30%; transform: translateX(-50%); top: 20%;  z-index: 1;}
.sub_about2__banner > div .common__title .common__p {font-size: 24rem; color: #fff; text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); line-height: 1; font-weight: 600; margin-bottom: 15rem;}
.sub_about2__banner > div .common__title .common__h2 {font-size: 60rem; color: #fff; text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); line-height: 1; font-family: 'montserrat';}

.sub_about2__ul{ position: relative; padding-top: 100rem; width: 100%; box-sizing: border-box; padding-left: 80rem;}
.sub_about2__li{ display: flex; align-items: flex-start; margin: 10rem auto 60rem clamp(80rem, calc( 115 / var(--inner) * 100vw), 90rem) ;border-top: 1px solid #d9d9d9; padding: 40rem 0 50rem;}
.sub_about2__year{  font-size: 42rem; font-weight: 700; color: var(--black);  width: 20%; padding-bottom: 5rem; }
.sub_about2__event{ position: relative;  top: 10rem; flex: 1; text-transform: uppercase; font-size: 17rem; font-weight: 300; margin-left: 50rem;}
.sub_about2__item {font-size: 18rem; display: flex; align-items: center; gap: 15rem; margin-bottom: 25rem;}
.sub_about2__item:last-of-type {margin-bottom: 0;}
.sub_about2__item b {display: inline-block; width: 10%; font-size: 26rem; color: var(--primary); }
.sub_about2__item p {width: 80%;}
.sub_about2__0 {opacity: 0;}
.sub_about2__con {position: relative; }

@media(min-width:960px){
	.sub_about2__con {display: flex;  }
	.sub_about2__ul{ position: relative; padding-top: 10rem; width: 100%;}
	.sub_about2__ul::before{ inset: 0 auto -9rem clamp(95rem, calc( 115 / var(--inner) * 100vw), 115rem);  }
	.sub_about2__banner > figure {display: block; position: absolute;width: 100%;}
	.sub_about2__banner > figure img {width: 100%;}
	
}
@media(min-width:1280px){
	.sub_about2__ul{  width: calc(100% - 700px);}
	.sub_about2__li{  margin: 10rem auto 60rem clamp(103rem, calc( 115 / var(--inner) * 100vw), 90rem)}
	
	
}
@media(max-width:1280px){
	.sub_about2__banner > div .common__title .common__p {font-size: 20rem;}
	.sub_about2__banner > div .common__title .common__h2 {font-size: 40rem;}
	.sub_about2__banner > div .common__title {transform: translateX(0); left: 10%;}
}
@media(max-width:767px){
	.sub_about2__ul {padding-left: 0;}
	.sub_about2__li {flex-direction: column;}
	.sub_about2__year {width: 100%;}
	.sub_about2__event {width: 100%; margin-left: 0;}
}


.sub_about3__pic figure img {width: 100%;}
.sub_about3__pic .about3_m {display: none;}

@media(max-width:767px){
	
	.sub_about3__pic .about3_pc {display: none;}
	.sub_about3__pic .about3_m {display: block;}
	
}
/* 주요거래처 */
.sub_about4__con ul {display: flex; flex-wrap: wrap;  gap: 40rem;}
.sub_about4__con ul li {width: calc(50% - 20rem);}
.sub_about4__con ul li figure {padding: 0  0 20rem; border-bottom: 1px solid #000; margin-bottom: 20rem;}
.sub_about4__con ul li figure img {width: 100%;}
.sub_about4__con ul li h2 {font-size: 24rem; display: inline-block; position: relative;}
.sub_about4__con ul li h2::after {content: ''; display: block; width: 12px; height: 12px; background: var(--primary); border-radius: 50%; position: absolute; top: 0; right: -12px;}

@media(max-width:767px){
	
	.sub_about4__con ul li {width: 100%;}
	.sub_about4__con ul li h2 {font-size: 20rem;}
	.sub_about4__con ul li h2::after {width: 8px; height: 8px; right: -8px;}
	
}

/* 오시는길 */
.sub_about5__info {display: flex; flex-direction: column; box-shadow: 5px 20px 45px rgba(0, 0, 0, 0.07); border-radius: 20rem; box-sizing: border-box; padding: 30rem 40rem;gap: 10%; margin: 60rem 0;}
.sub_about5__con:last-child .sub_about5__info {margin-bottom: 0;}
.sub_about5__info >  div {font-size: 28rem; font-weight: 600;  margin: 0 0 30rem;}
.sub_about5__info >  div b {color: var(--primary); position: relative;}
.sub_about5__info >  div b::after {content: ''; display: block; width: 18px; height: 18px; border-radius: 50%; background: #c3ccd5; position: absolute; top: -4px; right: -10px; z-index: -1;}
.sub_about5__info >  div p {color: var(--primary); font-size: 18rem; font-weight: 800;}
.sub_about5__info >  div h2 {line-height: 1.2;}
.sub_about5__info ul {border-top: 1px solid #ededed;margin-bottom: 40rem; padding: 50rem 20rem 10rem; display: flex; flex-direction: row; gap: 20rem; justify-content: space-between;}
.sub_about5__info ul li {display: flex; align-items: center; font-size: 17rem; gap: 10rem;  padding-bottom: 20rem; line-height: 2.8;}
.sub_about5__info ul li:last-child {border: none;}
.sub_about5__info ul li b {display: flex; gap: 10rem; font-size: 18rem;width: 80rem;}
.sub_about5__info ul li b span:first-child {width: 30px;text-align: center;}
.sub_about5__info ul li b span:last-child {}
.sub_about5 .wrap_controllers {display: none;}
.root_daum_roughmap { max-height:480px; width: 100% !important;}
.root_daum_roughmap .wrap_map {height: 480px !important;}

@media(max-width:1280px){
	.sub_about5__info ul {gap: 0; margin-bottom: 0; width: 100%; flex-direction: column; }

}
@media(max-width:960px){
	.sub_about5__info ul {padding: 40rem 0 0 0;}
	.sub_about5__info ul li div {width: 2px; height: 12px; background:  #1c4ca0; }
}

/* 사업분야 */

.sub_biz1__list {display: flex; gap:60rem 40rem; flex-wrap: wrap;}
.sub_biz1__list > li {width: calc(50% - 20rem);}
.sub_biz1__list > li figure img {width: 100%;}
.sub_biz1__list > li h2 {display: inline-block; color: #fff ; font-size: 20rem; padding: 18rem 40rem; background: var(--primary); border-radius: 20rem;    position: relative; left: 50%; transform: translate(-50%, 40rem);}
.sub_biz1__list > li figure {}
.sub_biz1__list > li figure img {width: 100%; aspect-ratio: 620/400;}
.sub_biz1__list > li p {font-size: 18rem; opacity: 0.8; margin: 30rem 0; text-align: center;} 
.sub_biz1__list > li ul.biz_txt {border: 1px solid #cccccc; padding:80rem  40rem 40rem;  display: flex; gap: 10rem; flex-direction: column; justify-content: flex-start; height: 600rem; }
.sub_biz1__list > li ul.biz_txt li {font-size: 18rem; position: relative; padding-left: 20rem; }
.sub_biz1__list > li ul.biz_txt li::before {content: ''; position: absolute; top: 9rem; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--primary);}


.sub_biz1__02 { }
.sub_biz1__02 h2 {font-size: 28rem; text-align: center; margin: 120rem 0 40rem;}
.sub_biz1__02 h2 b {color: var(--primary); position: relative; ;}
.sub_biz1__02 h2 b::after {content: ''; display: block; width: 18px; height: 18px; border-radius: 50%; background: #c3ccd5; position: absolute; top: -4px; left: -10px; z-index: -1;}
.sub_biz1__02 figure {border: 1px solid #ccc;padding: 40rem 80rem;box-sizing: border-box;}
.sub_biz1__02 figure img {width: 100%;}
.sub_biz1__02 figure img.biz01_05_pc {display: block;}
.sub_biz1__02 figure img.biz01_05_m {display: none;}
.sub_biz1__03 h2 {font-size: 28rem; text-align: center; margin: 120rem 0 40rem;}
.sub_biz1__03 h2 b {color: var(--primary); position: relative; ;}
.sub_biz1__03 h2 b::after {content: ''; display: block; width: 18px; height: 18px; border-radius: 50%; background: #c3ccd5; position: absolute; top: -4px; left: -10px; z-index: -1;}

.sub_biz1__03 ul {display: flex; flex-wrap: wrap;  gap: 20rem;}
.sub_biz1__03 ul li {width: calc(25% - 15rem);}
.sub_biz1__03 ul li figure {padding: 0  0 20rem; border-bottom: 1px solid #000; margin-bottom: 20rem;}
.sub_biz1__03 ul li figure img {width: 100%;}
.sub_biz1__03 ul li h2 {font-size: 18rem; display: inline-block; position: relative; margin: 0;}
.sub_biz1__03 ul li h2::after {content: ''; display: block; width: 8px; height: 8px; background: var(--primary); border-radius: 50%; position: absolute; top: 0; right: -10px;}


@media(max-width:1280px){
	.sub_biz1__list > li ul.biz_txt { height: 780rem;}
	.sub_biz1__con2 .con2_head h1 {padding: 0 40rem;}
}

@media(max-width:767px){
	.sub_biz1__list {flex-direction: column;}
	.sub_biz1__list > li {width: 100%;}
	.sub_biz1__list > li ul.biz_txt {height: auto;}
		
	.sub_biz1__02 figure img.biz01_05_pc {display: none;}
	.sub_biz1__02 figure img.biz01_05_m {display: block;}

	.sub_biz1__03 ul li {width: 100%;}
	.sub_biz1__03 ul li h2 {font-size: 20rem;}
	.sub_biz1__03 ul li h2::after {width: 8px; height: 8px; right: -8px;}
 
}
