@charset "utf-8";
/* main - css setting start */

/*************************************** main ***************************************/

#main{
}
#visual{
    position: relative;
}
#mainVisual{background-color: #010117;height:100vh;position: relative;display: flex;align-items: center;overflow: hidden;}
#mainVisual h2{font-size: 4.4rem; color:#fff;text-align: center;line-height: 1.25em;}
#mainVisual .visual-silder{
    width: 100vw;
    height: 100vh;
}

#mainVisual .swiper-wrapper{}
#mainVisual .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
}

#mainVisual .videobox video{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	min-height:100vh;
	min-width:100vw;
	object-fit: cover;
	object-position: right;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#mainVisual .videobox::after{
	content:'';
	width: 100vw;
	height: 100vh;
	position:
	absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.visual01{background-image: url(/images/main/main-visaul01.jpg);}
.visual02{background-image: url(/images/main/main-visaul02.jpg);}
.visual03{background-image: url(/images/main/main-visaul03.jpg);}
.visual04{background-image: url(/images/main/main-visaul04.jpg);}
.visual05{background-image: url(/images/main/main-visaul05.jpg);}
.visual06{background-image: url(/images/main/main-visaul06.jpg);}


.visual-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.visual-search{
    width: 90%;
    margin: 4rem auto 0;
    max-width: 480px;
    border-radius: 8px;
}
.visual-search.selArea div.dv-select{height:50px;width: 120px;}
.visual-search.selArea div.dv-select > label{height:50px; line-height:50px;}
.visual-search.selArea div.dv-select .spn-sel-arrow{}
.visual-search.selArea div.dv-select > select{height:50px; line-height:50px;font-size: 14px;font-weight: 700;color: #111;}
.visual-search.selArea div.dv-select::after{top:15px;}
.visual-search.selArea span.input{width: calc(100% - 155px);}
.visual-search.selArea span.input input[type=text]{height:50px;}
.visual-search.selArea span.search{}


#visualBottom{
	position:absolute;
	bottom:0;
	width:100%;
	border-top:1px solid rgb(255 255 255 / 0.2);
	z-index: 2;
}
#visualBottom ul{display:flex;justify-content: space-between;flex-wrap: wrap;padding: 4rem 0;}
#visualBottom ul li{width: calc(100% / 3);display: flex;justify-content: center;border-right: 1px solid rgb(255 255 255 / 0.2);}
#visualBottom ul li:last-child{border:none;}
#visualBottom div{}
#visualBottom .iconBox{padding-right: 1.5rem;}
#visualBottom .textBox{color:#fff;}
#visualBottom .textBox p{font-size:14px;}
#visualBottom .textBox h2{font-size:2.6rem; font-weight:600;line-height: 1em;padding-top: 0.5rem;}
#visualBottom .textBox h2 span{font-size:2.6rem; font-weight:600;line-height: 1em;vertical-align: baseline;}

.main-wr{background-color: #f2f5fa;padding-top: 3rem;}


.main-conts{}
.main-conts section{padding-bottom:4rem;position: relative;}

#section01{}
#section01 .banner{}
#section01 .banner .pc{}
#section01 .banner .mobile{display:none;}
#section01 .mobile-banner{display:none;}
#section01 .mobile-banner ul{}
#section01 .mobile-banner li{}

#section02{}
#section02 .box{flex-wrap: wrap;justify-content: space-between;padding: 4.5rem 3.5rem 3.5rem;}
#section02 h3{width: 20%;}
#section02 .slider{overflow: hidden;width: 80%;/* max-width:940px; */ position:relative}
#section02 .slider ul{}
#section02 .slider::after{
	content:'';
	width:130px;
	height:100%;
	position:
	absolute;
	right:0;
	top:0;
	background: none; /* 그라데이션 지원하지 않는 브라우저 */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0),  rgba(255,255,255,1));
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0),  rgba(255,255,255,1));
	background: -o-linear-gradient(90deg, rgba(255,255,255,0),  rgba(255,255,255,1));
	background: linear-gradient(90deg, rgba(255,255,255,0),  rgba(255,255,255,1));  /* 표준 */
	z-index: 2;
}
#section02 .swiper-slide{
    height: max-content;
}
/* 20221116 수정  */
/* #section02 .swiper-slide a{display: block;padding: 3rem 2rem 2rem;background: #F4F4F4;border-radius: 10px;}
#section02 .swiper-slide .imgBox{}
#section02 .swiper-slide .imgBox img{border-radius: 0px 2rem 0 2rem; }
#section02 .swiper-slide .textBox{max-width: 310px;}
#section02 .swiper-slide .textBox h6{font-size: 1.8rem; color:#000;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#section02 .swiper-slide .textBox h6 > *{font-size: 1.8rem; color:#000;}
#section02 .swiper-slide .textBox p{font-size: 14px; color:#666666;}
#section02 .swiper-slide .textBox div{font-size: 14px; color:#666666;padding-top: 1rem;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;}
#section02 .swiper-slide .textBox div > *{font-size: 14px; color:#666666;} */

#section02 .swiper-slide{}
#section02 .swiper-slide a{}
#section02 .swiper-slide .imgBox{}
#section02 .swiper-slide .imgBox img{border-radius: 0px 2rem 0 2rem; }
#section02 .swiper-slide .textBox{padding-top: 2rem;max-width: 310px;}
#section02 .swiper-slide .textBox h6{font-size: 1.8rem; color:#000;font-weight: 400;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#section02 .swiper-slide .textBox p{font-size: 14px; color:#666666;padding-top: 1rem;}

#section02 .btn-more{}
#section02 .btn-more a{position:absolute;left: 3.5rem;top: calc(4.5rem + 6.5rem + 6rem);z-index: 2;}

#section02 .control{
    left: 3.5rem;
    top: calc(4.5rem + 6.5rem + 2rem);/* padding값 + 서브타이틀높이 + 여백*/
}
/*
#section02 .control .swiper-pagination{font-size: 8px; position:unset;}
#section02 .control .swiper-pagination span{color:#b2b2b2; font-size:16px; padding:0 0.8rem;  line-height:20px;}
#section02 .control .swiper-pagination span.swiper-pagination-current{color:#000;}
#section02 .control .btn{}
#section02 .control .silder-btn{
    width: 10px;
}
#section02 .control .silder-btn.prev{left:0;}
#section02 .control .silder-btn.next{right:0;} */



#section03{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#section03 .title-wr{
	display:
	flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	border-bottom: 2px solid #000;
	align-items: flex-end;
}
#section03 .left{
  width: calc(100% - 487px - 20px);
}
#section03 .left .cont-wr{}
#section03 .left .cont-wr ul{}
#section03 .left .cont-wr li{
    border-bottom: 1px solid #e5e5e5;
}
#section03 .left .cont-wr a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem;
}
#section03 .left .date{
    text-align: center;
    width: 60px;
}
#section03 .left .date p{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 1em;
}
#section03 .left .date p.day{
    font-size: 4rem;
    font-weight: 600;
}
#section03 .left .textBox{
    width: calc(100% - 60px - 3rem);
}
#section03 .left .textBox h6{
    font-size: 2rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
#section03 .left .textBox p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
	color:#888888;
	padding-top: 0.5rem;
}


#section03 .left li:hover{}
#section03 .left li:hover .date{}
#section03 .left li:hover .date p{color:#0f3fa0;}
#section03 .left li:hover .date p.day{color:#0f3fa0;}
#section03 .left li:hover .textBox{}
#section03 .left li:hover .textBox h6{color:#0f3fa0;}
#section03 .left li:hover .textBox p{color:#0f3fa0;}

#section03 .right{
    width: 487px;
    background: url(/images/main/sec0302_bg.jpg);
    background-size: cover;
    background-position: center bottom;

}

#section03 .right .title-wr{
	border:none;
}

#section03 .right .cont-wr{position:relative;}
#section03 .right .slider{
    overflow: hidden;
    height: 470px
}
#section03 .slider ul{}
#section03 .slider .swiper-slide{
    background: rgba(255, 255, 255, 0.15);
    display:flex;
    align-items: center;
	padding: 0rem 2rem;
}
#section03 .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0rem 2rem;
    width: 100%;
}

#section03 .swiper-slide a.btn-link::after{color:#fff;right: 2rem;}

#section03 .swiper-slide .tag{
    width: 38px;
    height: 24px;
    font-size: 12px;
    color: #272634;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    background: #fff;
    margin-right: 20px;
    font-weight: 600;
}
#section03 .swiper-slide .textBox{
    width: calc(100% - 38px - 60px);
}
#section03 .swiper-slide .textBox h6{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
	color:#fff;
	font-weight: 500;
	line-height: 24px;
}
#section03 .swiper-slide .textBox p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
	color:#fff;
	opacity:0.5;
	padding-top: 0.8rem;
}

/* hover */
#section03 .slider .swiper-slide:hover{
    background: #fff;
    border-radius: 0 20px 0 20px;
}
#section03 .swiper-slide:hover a{}
#section03 .swiper-slide:hover a.btn-link::after{color:#000;}
#section03 .swiper-slide:hover .btn-link::before{opacity:1; right:2.3rem;}
#section03 .swiper-slide:hover .tag{background-color:#fbe24d; color:#272634; }
#section03 .swiper-slide:hover .textBox{}
#section03 .swiper-slide:hover .textBox h6{color:#000;}
#section03 .swiper-slide:hover .textBox p{color:#333;}


#section03 .control{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}
#section03 .control .btn{
    display: flex;
    width: 100%;
    height: 100%;
}
#section03 .control .silder-btn{
    position: unset;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    transform: rotate(90deg);
}
#section03 .control .silder-btn::after{
    color: #fff;
    font-size: 8px;
    line-height: 30px;
}
#section03 .control .silder-btn.prev{order:1;}
#section03 .control .silder-btn.next{order:2;}
#section03 .control .silder-btn.prev::after{}
#section03 .control .silder-btn.next::after{}

#section03 .control .silder-btn:hover{background-color:#fff; }
#section03 .control .silder-btn:hover::after{color:#272634;}


#section04{}
#section04 .box{
    flex-wrap: wrap;
    justify-content: space-between;
}

#section04 .title-wr{width:34%;}
#section04 .title-wr p{padding-top:2rem;line-height: 1.75em;}
#section04 .cont-wr{width:66%; display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem;}
#section04 .cont-wr .cont{
    border: 1px solid #cccccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#section04 .cont-wr .cont a{ padding:3rem;width: 100%;height: 100%;display: flex;align-items: center;}
#section04 .cont-wr .btn-link{}
#section04 .cont-wr .btn-link::after{
    right: 3rem;
    color: #555;
}
#section04 .cont-wr .cont .iconBox{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #f5f5f5;
}
#section04 .cont-wr .cont h6{
    font-size: 2rem;
    color: #555;
    padding-left: 1.5rem;
    font-weight: 600;
}

#section04 .cont.news .iconBox{background-image: url(/images/main/sec0401_01.png) ;}
#section04 .cont.global .iconBox{background-image: url(/images/main/sec0402_01.png) ;}


#section04 .cont:hover{border-color: #0f3fa0;border-radius: 0 20px 0 20px;  box-shadow: 3.709px 5.936px 17.64px 0.36px rgba(13, 14, 16, 0.08);}
#section04 .cont:hover .iconBox{background-color:#0f3fa0;}
#section04 .cont.news:hover .iconBox{background-image: url(/images/main/sec0401_01_hover.png) ;}
#section04 .cont.global:hover .iconBox{background-image: url(/images/main/sec0402_01_hover.png) ;}
#section04 .cont-wr .cont:hover h6{color:#000;}
#section04 .cont-wr .cont:hover .btn-link::before{opacity:1; background-color:#0f3fa0; right:3.3rem;}
#section04 .cont-wr .cont:hover .btn-link::after{color:#0f3fa0;}


#section05{padding: 4rem 0;}
#section05 .cont-wr{/* padding: 0rem 3.5rem; */}
#section05 .slider{overflow: hidden;}
#section05 .slider ul{}
#section05 .slider li{background-color:#fff;border: 1px solid #E5E5E5;box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);}
#section05 .slider li a{padding: 1.6rem;display: block;}
#section05 .slider li img{
    margin: 0 auto;
}

#section05 .control{}
#section05 .control .btn{
}
#section05 .control .silder-btn{
    width: 15px;
    top: calc(50% - 6px);
}
#section05 .control .silder-btn.next{
    right: -3rem;
}
#section05 .control .silder-btn.prev{
    left: -3rem;
}

/* 스크롤이동 고정 위치 - end*/
.scroll_wrap.end{}
#scroll_left.end{bottom:522px;}
#scroll_right.end{bottom: 522px;}

/* main - css setting end */

/* main - media size setting start */
@media all and (max-width:1680px) {

#section01{}
#section01 .banner{}
#section01 .banner .pc{}
#section01 .banner .mobile{}
#section01 .mobile-banner{display:block; padding-top:2rem;}
#section01 .mobile-banner ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}
#section01 .mobile-banner li{}
#section01 .mobile-banner li.pc{display:none;}
#section01 .mobile-banner li.mobile{display:block;}


}
@media all and (max-width:1320px) {

	#main{}
	#visual{}
	#mainVisual{}
	#mainVisual h2{}
	#visualBottom{}

	#section01{}
	#section02{}
	#section03{}
	#section04{}


}
@media all and (max-width:1240px) {

	#main{}
	#visual{}
	#mainVisual{}
	#mainVisual h2{}
	#visualBottom{}

	#section01{}
	#section02{}
	#section03{}
	#section04{}
	#section04 .title-wr{
	    width: 100%;
	}
	#section04 .title-wr p{
	    padding-top: 0.5rem;
	}
	#section04 .title-wr p br{display:none;}

	#section04 .cont-wr{
	    width: 100%;
	    padding-top: 2rem;
	}


}
@media all and (max-width: 1024px) {

	#main{}
	#visual{}
	#mainVisual{}
	#mainVisual h2{}
	#visualBottom{}

	#section01{}
	#section02{}
	#section02 .box{padding-bottom: 8rem;}
	#section02 h3{width: 100%;}
	#section02 h3 br{display:none;}
	#section02 .slider{
	    padding-top: 2rem;
	    width: 100%;
	}
	#section02 .control{
	    left: 50%;
	    top: unset;
	    bottom: 3.5rem;
	    transform: translateX(-50%);
	}
	#section02 .btn-more a{
	    left: unset;
	    right: 3.5rem;
	    top: calc(4.5rem - 9px);
	}


	#section03{ gap: 4rem;}
	#section03 .left{width:100%;}

	#section03 .left .date{}
	#section03 .left .date p{font-size: 14px;}
	#section03 .left .date p.day{}
	#section03 .left .textBox{width: calc(100% - 60px - 2rem);}
	#section03 .left .textBox h6{font-size: 18px;}
	#section03 .left .textBox p{font-size: 16px;}

	#section03 .right{width:100%;padding-bottom: 13rem;}

	#section04{}

}
@media all and (max-width:840px) {

	#main{}
	#visual{}
	#mainVisual{}
	#mainVisual h2{
	    font-size: 3.5rem;
	}
	#visualBottom{}

	#section01{}
	#section02{}
	#section02 .box{padding: 3rem 2rem 8rem;}
	#section02 .control{}

	#section03{}
	#section04{}
	#section04 .cont-wr{grid-template-columns: repeat(1, minmax(0, 1fr));}
	#section04 .cont-wr .cont a{padding: 2rem;}

}
@media all and (max-width:640px) {

	#main{}
	#visual{}
	#mainVisual{}
	#mainVisual h2{max-width: 340px;margin: 0 auto;font-size: 3rem;}
	#visualBottom{}
	#visualBottom div{}
	#visualBottom ul{}
	#visualBottom ul li{display: block;}
	#visualBottom .iconBox{padding-right: 0;padding-bottom: 1.5rem;}
	#visualBottom .iconBox img{margin: 0 auto;}
	#visualBottom .textBox{text-align: center;}


	#section01{}
	#section01 .banner{}
	#section01 .banner .pc{}
	#section01 .banner .mobile{}
	#section01 .mobile-banner{}
	#section01 .mobile-banner ul{}
	#section01 .mobile-banner li{}
	#section01 .mobile-banner li.pc{}
	#section01 .mobile-banner li.mobile{}

	#section02{}
	#section02 .btn-more a{
	    top: 2rem;
	    right: 2rem;
	}
	#section03{}
	#section03 .left{}
	#section03 .left .cont-wr a{padding: 1rem;}
	#section04{}

}
@media all and (max-width:480px) {

	#main{}
	#visual{}
	#mainVisual{}
	#mainVisual h2{}
	#visualBottom{}

	#section01{}
	#section02{}
	#section03{}
	#section04{}

}
/* main - media size setting end */
