/*-- sub page css --*/

/*container*/
.sub-section{padding: 170px 0;}

@media screen and (max-width: 1480px){
	
	.sub-section{padding: 130px 0;}
}

@media screen and (max-width: 1280px){
	
	.sub-section{padding: 100px 0;}
}

@media screen and (max-width: 1080px){
	
	.sub-section{padding: 80px 0;}
}

@media screen and (max-width: 768px){
	
	.sub-section{padding: 60px 0;}
}

/*sub title*/
.sub-title{margin-bottom: 70px;}
.sub-title h3{font-size: var(--fs-45);font-weight: var(--fw-7);line-height: 140%;}
.sub-title-center h3{text-align: center;}

.sub-title-btm{margin-bottom: 0 !important;}

@media screen and (max-width: 1080px){
	
	.sub-title h3{font-size: 2.6rem;}
}

@media screen and (max-width: 720px){
	
	.sub-title{margin-bottom: 40px;}
	.sub-title h3{font-size: 26px;word-break: keep-all;}
}

/*header*/

/*parallax*/
.parallax-wrapper{overflow: hidden;}
.parallax, .parallax-vanilla{width: 100%;height: 100%;will-change: transform;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}

/*-- sub visual --*/
.subVisual{height: 600px;background-color: #000;position: relative;}
.subVisual::after{content: "";position: absolute;bottom: -50px;left: calc( 50% - 1px );width: 2px;height: 100px;background: var(--color-1);z-index: 1;}

.subVisual-inner{width: 100%;height: 100%;overflow: hidden;position: relative;}
.subVisual-inner figure{width: 100%;height: 100%;transform: scale(1.1);will-change: transform;transition: transform 10s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}
.subVisual.on figure{transform: scale(1);}

#sv_01 figure{background-image: url(/img/sub/sv_1.jpg);}
#sv_02 figure{background-image: url(/img/sub/sv_2.jpg);}
#sv_03 figure{background-image: url(/img/sub/sv_3.jpg);}
#sv_04 figure{background-image: url(/img/sub/sv_4.jpg);}

.subVisual-title{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;z-index: 10;}
.subVisual-title h2{text-align: center;color: #FFF;font-size: var(--fs-60);font-weight: var(--fw-7);}

@media screen and (max-width: 1480px){
	
	.subVisual{height: 500px}
	.subVisual::after{bottom: -45px;height: 90px;}
}

@media screen and (max-width: 1080px){
	
	.subVisual{height: 450px}
	.subVisual::after{bottom: -40px;height: 80px;}
}

@media screen and (max-width: 720px){
	
	.subVisual{height: 500px}
	.subVisual::after{bottom: -30px;height: 60px;}
	
	.subVisual-title h2{font-size: 40px;}
}

/*-- sub side bar --*/
.side-wrap{margin-top: 50px;}
.side-wrap .common-container{display: flex;align-items: center;justify-content: center;gap: 40px;}

.side-wrap a{display: block;font-size: var(--fs-20);font-weight: var(--fw-4);color: rgba(255,255,255,.7);position: relative;line-height: 20px;}
.side-wrap a:last-child{color: #FFF;}
.side-wrap a::after{content: "";position: absolute;top: 3px;right: -20px;width: 1px;height: 13px;background: rgba(255,255,255,.7);z-index: 1;}
.side-wrap a:last-child::after{display: none;}
.side-wrap a span{display: block;width: 100%;height: 100%;}

@media screen and (max-width: 1480px){
	
	.side-wrap{margin-top: 40px;}
	.side-wrap a::after{top: 4px;right: -20px;height: 13px;}
}

@media screen and (max-width: 1080px){
	
	.side-wrap{margin-top: 30px;}
}

@media screen and (max-width: 720px){
	
	.side-wrap{margin-top: 25px;}
	.side-wrap .common-container{gap: 30px;}
	
	.side-wrap a{font-size: 15px;line-height: 15px;}
	.side-wrap a::after{top: 2px;right: -15px;height: 11px;}
}

/*-- company --*/
.company-img{height: 400px;background-color: #000;background-image: url(/img/sub/company_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.company-text-wrap{display: block;width: 100%;padding-left: 50%;}
.company-text{background: #FFF;margin-top: -120px;padding: 70px;padding-bottom: 0 !important;position: relative;z-index: 1;}
.company-text h4{font-size: var(--fs-34);font-weight: var(--fw-7);line-height: 140%;}
.company-text p{font-size: var(--fs-18);font-weight: var(--fw-4);color: #222;line-height: 190%;word-break: keep-all;}
.company-text p i{display: block;margin-top: 30px;}
.company-text>i{display: block;font-size: var(--fs-18);font-weight: var(--fw-5);color: #777;margin-top: 60px;line-height: 190%;word-break: keep-all;}
.company-text>i b{font-weight: var(--fw-7);color: #000;}

@media screen and (max-width: 1480px){
	
	.company-img{height: 350px;}
	
	.company-text{margin-top: -100px;padding: 60px;}
	.company-text p i{margin-top: 25px;}
	.company-text p br{display: none;}
	.company-text>i{margin-top: 40px;}
}

@media screen and (max-width: 1280px){
	
	.company-img{height: 300px;}
	
	.company-text{padding: 50px;}
	.company-text h4{word-break: keep-all;}
	.company-text h4 br{display: none;}
}

@media screen and (max-width: 1080px){
	
	.company-text-wrap{padding-left: 30%;}
}

@media screen and (max-width: 860px){
	
	.company-text-wrap{padding-left: 25%;}
}

@media screen and (max-width: 720px){
	
	.company-img{height: 320px;}
	
	.company-text-wrap{padding-left: 20%;}
	.company-text{margin-top: -120px;padding: 25px 30px;padding-right: 0;}
	
	.company-text h4{font-size: 22px;line-height: 150%;}
	.company-text p{font-size: 15px;line-height: 180%;}
	.company-text p i{margin-top: 20px;}
	.company-text>i{font-size: 15px;margin-top: 30px;}
}

/*-- overview --*/
.core-wrap{background: #f8f8f8;}

.core-title{display: block;text-align: center;font-size: var(--fs-45);font-weight: var(--fw-5);color: #b2b2b2;line-height: .8;margin-bottom: 70px;}

.core-list{display: flex;}
.core-list li{width: 25%;}
.core-list li figure{display: flex;align-items: center;justify-content: center;margin-bottom: 40px;position: relative;}
.core-list li figure::after{content: "";position: absolute;top: calc( 50% - 35px );right: 0;width: 1px;height: 70px;background: #ddd;z-index: 1;}
.core-list li:last-child figure::after{display: none;}

.core-list li figure img{display: block;}

.core-text{text-align: center;}
.core-text h5{font-size: var(--fs-28);font-weight: var(--fw-7);margin-bottom: 20px;}
.core-text p{font-size: var(--fs-18);font-weight: var(--fw-4);color: #888;}

.vision-list{display: flex;gap: 45px;}
.vision-list li{width: calc( ( 100% - 135px ) / 4 );}
.vision-list li figure{height: 460px;background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.vision-1 figure{background-image: url(/img/sub/vision_1.jpg);}
.vision-2 figure{background-image: url(/img/sub/vision_2.jpg);}
.vision-3 figure{background-image: url(/img/sub/vision_3.jpg);}
.vision-4 figure{background-image: url(/img/sub/vision_4.jpg);}

.vision-text h5{font-size: var(--fs-28);font-weight: var(--fw-7);text-align: center;margin-top: 30px;}

.vision-box{display: flex;justify-content: center;margin-top: 70px;position: relative;}
.vision-box span{display: block;width: 50%;font-size: var(--fs-28);font-weight: var(--fw-6);line-height: 75px;text-align: center;border-radius: 75px;overflow: hidden;}
.vision-box-1{background: #f1f1f1;color: #656565;}
.vision-box-2{background: var(--color-1);color: #FFF;}

.vision-box i{position: absolute;top: 0;left: calc( 50% - 37.5px );display: flex;justify-content: center;align-items: center;width: 75px;height: 75px;border-radius: 75px;background-color: var(--color-3);font-size: var(--fs-34);font-weight: var(--fw-7);color: #FFF;}

.chart-wrap{background: #f5fbff;padding: 70px 0;border-radius: 25px;overflow: hidden;}
.chart-wrap img{margin: 0 auto;}
.chart-pc{display: block;}
.chart-mo{display: none;}

@media screen and (max-width: 1480px){
	
	.core-title{margin-bottom: 60px;}
	
	.core-list li figure::after{top: calc( 50% - 35px );height: 70px;}
	.core-list li figure img{max-width: 50%;}
	
	.core-text h5{margin-bottom: 15px;}
	
	.vision-list{gap: 40px;}
	.vision-list li{width: calc( ( 100% - 120px ) / 4 );}
	.vision-list li figure{height: 400px;}

	.vision-box span{line-height: 70px;border-radius: 70px;}
	.vision-box i{left: calc( 50% - 35px );width: 70px;height: 70px;border-radius: 70px;}

	.chart-wrap{padding: 50px;}
	.chart-wrap img{width: 100%;}
}

@media screen and (max-width: 1280px){
	
	.vision-list{flex-wrap: wrap;gap: 50px;}
	.vision-list li{width: calc( ( 100% - 50px ) / 2 );}
	.vision-list li figure{height: 340px;}
	
	.vision-box{flex-direction: column;gap: 30px;}
	.vision-box span{width: 100%;}
	.vision-box i{top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60px;height: 60px;border-radius: 60px;}
}

@media screen and (max-width: 960px){
	
	.vision-list{flex-wrap: wrap;gap: 40px;}
	.vision-list li{width: calc( ( 100% - 40px ) / 2 );}
	.vision-list li figure{height: 300px;}
	
	.chart-wrap{border-radius: 15px;}
	.chart-wrap{padding: 25px;}
}

@media screen and (max-width: 768px){
	
	.core-list{flex-wrap: wrap;row-gap: 60px;}
	.core-list li{width: 50%;}
	.core-list li figure::after{display: none;}
	.core-list li figure img{max-width: 45%;}
	
	.core-text p{font-size: 15px;}
}

@media screen and (max-width: 720px){
	
	.core-title{font-size: 24px;margin-bottom: 40px;}
	
	.core-list{row-gap: 50px;}
	.core-list li figure{margin-bottom: 30px;}
	
	.core-text h5{font-size: 22px;margin-bottom: 12px;}
	
	.vision-list{display: block;}
	.vision-list li{width: 100%;}
	.vision-list li + li{margin-top: 30px;}
	.vision-list li figure{height: 200px;}
	
	.vision-text h5{font-size: 20px;margin-top: 20px;}
	
	.vision-box{gap: 15px;}
	.vision-box span{font-size: 18px;line-height: 60px;border-radius: 10px;}
	.vision-box i{width: 45px;height: 45px;border-radius: 45px;font-size: 22px;}
	
	.chart-wrap{border-radius: 10px;padding: 20px;}
	.chart-pc{display: none;}
	.chart-mo{display: block;}
}

/*-- history --*/
.history-img{height: 400px;background-color: #000;position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.history-img-1{background-image: url(/img/sub/history_1.jpg);}
.history-img-2{background-image: url(/img/sub/history_2.jpg);}
.history-img span{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;z-index: 1;font-size: var(--fs-70);font-weight: var(--fw-6);text-align: center;color: #FFF;}

.history-inner{display: flex;padding: 120px 0;}
.history-2{padding-bottom: 0 !important;}

.history-year, .history-list{width: 50%;}

.history-year b{font-size: var(--fs-180);font-weight: var(--fw-7);line-height: .75;color: #ececec;position: sticky;top: 15vh;word-break: keep-all;}

.history-list{position: relative;}
.history-list>div + div{margin-top: 80px;}
.history-month span, .history-month b{display: block;}
.history-month span{font-size: var(--fs-34);font-weight: var(--fw-7);color: #232323;margin-bottom: 18px;position: relative;}
.history-month b{font-size: var(--fs-18);font-weight: var(--fw-5);color: #656565;line-height: 140%;padding: 8px 0;}

.history-list::before{content: "";position: absolute;top: 15px;right: calc( 100% + 40px );width: 1px;background: #ddd;z-index: 1;}
.history-1 .history-list::before{height: calc( 100% - 90px );}
.history-2 .history-list::before{height: calc( 100% - 130px );}

.history-month span::before{content: "";position: absolute;top: 13px;right: calc( 100% + 33px );width: 16px;height: 16px;border-radius: 16px;background: var(--color-1);z-index: 1;}

@media screen and (max-width: 1480px){
	
	.history-img{height: 350px;}
	
	.history-inner{padding: 100px 0;}
	
	.history-list>div + div{margin-top: 60px;}
	
	.history-month span{margin-bottom: 15px;}
	.history-month span::before{top: 12px;right: calc( 100% + 33px );width: 14px;height: 14px;}
}

@media screen and (max-width: 1080px){
	
	.history-year b{font-size: 10rem;}
}

@media screen and (max-width: 860px){
	
	.history-img{height: 250px;}
	
	.history-year b{font-size: 7rem;}
	
	.history-list::before{right: calc(100% + 25px);}
	.history-month span::before{right: calc(100% + 19px);width: 12px;height: 12px;}
}

@media screen and (max-width: 720px){
	
	.history-img{height: 180px;}
	.history-img span{font-size: 34px;}
	
	.history-inner{display: block;padding: 40px 0;}
	
	.history-year, .history-year b{width: 100%;}
	.history-year b{display: block;text-align: center;font-size: 40px;height: 1px;}
	
	.history-list{width: 100%;padding-left: 20px;}
	.history-list::before{right: calc( 100% - 1px );}
	.history-list>div + div{margin-top: 40px;}
	
	.history-month span{font-size: 22px;margin-bottom: 8px;}
	.history-month span::before{top: 9px;right: calc(100% + 15px);width: 10px;height: 10px;}
	.history-month b{font-size: 15px;line-height: 160%;padding: 5px 0;}
}

/*-- contact --*/
.map-box .root_daum_roughmap, .map-box .root_daum_roughmap .wrap_map{display: block;width: 100%;height: 400px;}
.map-box .root_daum_roughmap .wrap_controllers, .map-box .root_daum_roughmap .cont{display: none !important;}
.map-box .root_daum_roughmap .border2{display: block !important;}

.map-info{display: flex;flex-wrap: wrap;column-gap: 50px;margin-top: 60px;}
.map-info li{display: flex;width: calc( ( 100% - 50px ) / 2 );border-bottom: 1px solid #ddd;padding: 35px 0;}
.map-info li:nth-child(1), .map-info li:nth-child(2){border-top: 1px solid #000;}
.map-info li h4, .map-info li p{font-size: var(--fs-20);}
.map-info li h4{width: 70px;font-weight: var(--fw-5);color: #999;}
.map-info li p{width: calc( 100% - 70px );font-weight: var(--fw-4);}

@media screen and (max-width: 1480px){
	
	.map-info li{padding: 30px 0;}
}

@media screen and (max-width: 1080px){
	
	.map-box .root_daum_roughmap, .map-box .root_daum_roughmap .wrap_map{height: 300px;}
	
	.map-info li h4{width: 60px;}
	.map-info li p{width: calc( 100% - 60px );}
}

@media screen and (max-width: 720px){
	
	.map-box .root_daum_roughmap, .map-box .root_daum_roughmap .wrap_map{height: 250px;}
	
	.map-info, .map-info li{display: block;width: 100%;}
	.map-info{margin-top: 40px;}
	.map-info li{padding: 25px 0;}
	.map-info li:nth-child(2){border-top: none;}

	.map-info li h4, .map-info li p{display: block;font-size: 16px;width: 100%;}
	.map-info li h4{margin-bottom: 8px;}
}