@charset "utf-8";

/* ------------------- 메인비주얼 */

.mvDesc {position:absolute; left:0; bottom:112px;}
.mvDesc h2 {color:#fff; font-size:var(--font-size_36); font-weight:var(--font-eb); line-height:1.3em;}

@media screen and (max-width: 1920px){

}

@media (max-width:1279px){ /* 노트북까지 */

}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

	.mvDesc {bottom:48px;}
	.mvDesc h2 {font-size:24px; }
}

.mainSchMo {display:none;}


/*mainSection01*/

.mainCateList {display:flex;}
.mainCateList li {width:calc((100% - 14px*9)/10); margin-right:14px; border-radius:15px; overflow:hidden;}
.mainCateList li:last-child {margin-right:0;}
.mainCateList li figure img {display:block; width:100%;}
.ms01cateName {font-size:16px; font-weight:var(--font-r); text-align:center; margin-top:15px;}

@media screen and (max-width:1279px){
	.mainCateList {flex-wrap:wrap;} 
	.mainCateList li {width:calc((100% - 15px*5)/6); margin-right:15px; border-radius:15px; overflow:hidden;}
	.mainCateList li:nth-of-type(6n) {margin-right:0;}
	.mainCateList li:nth-of-type(n+7) {margin-top:15px;}
	.ms01cateName { margin-top:10px;}
}

@media (max-width: 767px) { /* 모바일기기전용 */

	.mainCateList li {width:calc((100% - 8px*3)/4); margin-right:8px;}
	.mainCateList li:nth-of-type(4n) {margin-right:0;}
	.mainCateList li:nth-of-type(6) {margin-right:8px;}
	.mainCateList li:nth-of-type(n+5) {margin-top:15px;}
	.mainCateList li:nth-of-type(10) {margin-right:8px;}
}

/*mainSection02*/

.ms02Swip .swiper-wrapper .swiper-slide figure img {width:100%;}
.ms02Swip .swiper-wrapper .swiper-slide {background:#f4f5f6; border-radius:15px; overflow:hidden;  padding:10px 0 20px;}
.ms02tit {font-size:16px; font-weight:var(--font-sb); text-align:center; margin-top:17px;}

/*mainSection03*/



.ms03Cate {position:absolute; top:9px; right:9px; width:70px; height:50px; text-align:Center; line-height:50px; border-radius:15px; background:#00d4fa; color:#fff; font-size:var(--font-size_11); font-weight:var(--font-m);}
.ms03TitBox {display:flex; gap:8px; padding:4px 0 8px 0px;}

.ms03Tit {font-size:var(--font-size_17); font-weight:var(--font-b);}
.ms03Num {font-size:var(--font-size_15); font-weight:var(--font-b); color:#ff0000; display:block;}
.ms03Desc { color:#999999;  /*width: 300px;*/overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; word-break: keep-all; line-height:1.6em;}
.navi_box02 {height:40px; margin:0 auto;justify-content: space-between; position: absolute;top: 37%; width: 100%;  left: 50%;transform: translate(-50%, -50%);z-index: 20; display:flex;}

/*mainSection05*/
.ms05Info {width:100%; height:100%; background:url(/images/main/ms05Info__bg.jpg) no-repeat center / cover; padding:42px 42px; border-radius:15px;}
.ms05TitBox {text-align:center;}
.ms05Tit {font-size:var(--font-size_34);  font-weight:var(--font-eb); color:#fff; line-height:1.23em; }
.ms05txt {font-size:var(--font-size_17);  font-weight:var(--font-sb); color:#fff; margin-top:18px;}
.ms04Btn {display:inline-block;font-size:var(--font-size_16);  font-weight:var(--font-b); color:#fff;  background:#db6612; padding:15px 27px; border-radius:5px; margin-top:40px;}
.ms05List {display:flex; margin-top:25px;}
.ms05List li {width:calc((100% - 26px*2)/3); margin-right:26px; padding:25px 29px; border-radius:15px;box-sizing:border-box;}
.ms05List li:nth-of-type(1) {background:#ddf7fb;}
.ms05List li:nth-of-type(2) {background:#d9faf5;}
.ms05List li:nth-of-type(3) {margin-right:0; background:#fff6d9;}

.ms05Content {display:flex; align-items:center; gap:14px;}
.ms05Content span {font-size:var(--font-size_18); font-weight:var(--font-b);}
.ms05Content span b {color:#718c88; font-size:var(--font-size_14); font-weight:var(--font-m);}
.ms05Content h3 {font-size:var(--font-size_26); font-weight:var(--font-b); margin-top:18px;}

.ms05List li:nth-of-type(1) .ms05Content h3 {color:var(--color-color6);}
.ms05List li:nth-of-type(2) .ms05Content h3 {color:#00a78e;}
.ms05List li:nth-of-type(3) .ms05Content h3 {color:#e78200;}

@media screen and (max-width:1380px){
	.ms05List li {padding:20px 10px;}
}

@media screen and (max-width:1180px){
	.ms05List li {width:calc((100% - 13px*2)/3); margin-right:13px;}
	.ms05Content h3 {font-size:18px;}
}

@media screen and (max-width:1023px){
	.ms05TitBox {text-align:left;}
	.ms04Btn {margin-top:20px;}
	.ms05List {flex-wrap:wrap;  gap: 20px;}
	.ms05List li {width:100%; margin-right:0px; max-width:500px; margin:0 auto; padding:20px;}
	.ms05List li:nth-of-type(3) {margin-right:auto;}
}

@media (max-width: 767px) { /* 모바일기기전용 */
	.ms03Cate {position:absolute; top:4px; right:9px; width:70px; height:35px; line-height:35px; border-radius:10px;}
	.ms05Tit {font-size:20px;}
	.ms05Info {background:url(/images/main/ms05Info__bg_mo.jpg) no-repeat center / cover; padding:28px 21px; border-radius:15px;}
	.ms05Content span {font-size:14px;}
	.ms05Content h3 {font-size:19px;}
}

/* 메인카테고리 슬라이드 */
.mainSec02 {position:relative;}
.mainSec02 .swiper {
	.mainSec02 .swiper-button-prev,
	.mainSec02 .swiper-button-next {
	  position:static;
	  margin-top:0;
	}
}

.swiper-button-next.ms02_next {background: url(/images/icon/ms02_right_arr.png) no-repeat center / cover; width:40px; height:40px; right:-20px;  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:50%; overflow:hidden;}
.swiper-button-prev.ms02_prev {background: url(/images/icon/ms02_left_arr.png) no-repeat center / cover; width:40px; height:40px; left:-20px;  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:50%; overflow:hidden;}
.swiper-button-next::after,.swiper-button-prev::after {display: none;}

.mainSec02 .navigation-wrapper {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	position:absolute;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:70;
}

/* 메인신규업체 슬라이드 */
.mainSec03 {position:relative;}

.mainSec03 .swiper {
	.mainSec03 .swiper-button-prev,
	.mainSec03 .swiper-button-next {
	  position:static;
	  margin-top:0;
	}
}

.swiper-button-next.ms03_next {background: url(/images/icon/ms02_right_arr.png) no-repeat center / cover; width:40px; height:40px; right:-20px;  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:50%; overflow:hidden;}
.swiper-button-prev.ms03_prev {background: url(/images/icon/ms02_left_arr.png) no-repeat center / cover; width:40px; height:40px; left:-20px;  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:50%; overflow:hidden;}
.swiper-button-next::after,.swiper-button-prev::after {display: none;}

.mainSec03 .navigation-wrapper {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:70;
}

@media (max-width: 767px) { /* 모바일기기전용 */

	.mainSec03 .navigation-wrapper {
		top:53%;
	}

}

/* ------------------- 메인비주얼*/

.sec01 { background: #fbfbfb; padding: 30px 0; line-height:1.2} 
.sec01 .sec01_j_image {background:url('/images/section/sec01_bg_img01.jpg') no-repeat center / cover; border-radius:15px; overflow:hidden; padding:50px;}
.sec01 .sec01_j_image >ul>li h2 strong {box-shadow: inset 0 -30px 0 orange;}
.sec01 .sec01_j_image  ul li:nth-of-type(2) p strong {box-shadow: inset 0 -15px 0 orange;}
.sec01 .sec01_j_image  img { width: 100%; } 
.sec01 .sec01_j_image  img.m_ban { display: none; } 
.sec01 .sec01_j_image  ul {display:flex;}
.sec01 .sec01_j_image  ul li:nth-of-type(1) {width:69.45%;line-height: 3.25em;}
.sec01 .sec01_j_image  ul li:nth-of-type(2) {width:30.55%; text-align:center; }
 
.mo_sec01_j_image {background:url('/images/section/mo_sec01_bg_img01.jpg') no-repeat center / cover; border-radius:15px; overflow:hidden; padding: 50px 0px 30px; display:none;}
.mo_sec_banner_box {text-align:center; }
.mo_sec_banner_box .mo_sec01_j_image ul li h2 strong {box-shadow: inset 0 -20px 0 orange;}
.mo_sec_banner_box .mo_sec01_j_image ul li:nth-of-type(1) { line-height: 2.65em;}
.mo_sec_banner_box .mo_sec01_j_image ul li:nth-of-type(2) {display:flex; justify-content: space-around; margin-top: 73px; }
.mo_sec_banner_box .mo_sec01_j_image ul li:nth-of-type(2) p strong {box-shadow: inset 0 -8px 0 orange;}

.anno_box { display: flex; } 
.anno_box > li { position: relative; margin-right: 20px; padding: 30px 25px; box-sizing: border-box; border: 1px solid #eef4f7; border-radius: 15px; background: #fff; } 
.anno_box > li { width: calc((100% - 40px * 3) / 2); } 
.anno_box > li:last-child { margin-right: 0; } 
.anno_box .tabs { display: flex; align-items: center; } 
.anno_box .plus_box { position: absolute; top: 30px; right: 26px; } 
.anno_box .tabs > li { margin-left: 19px; } 
.anno_box .tabs > li:first-child { margin-left: 0; } 
.anno_box .tabs > li > a { color: #a6a6a6; font-weight: 500; letter-spacing: -0.01em; } 
.anno_box .tabs > li.current > a { color: #232323; font-weight: 700; } 
.anno_box .tab-content { margin-top: 30px; display: none; background: #fff; } 
.anno_box .tab-content.current { display: inherit; } 
.anno_box .tab-content > ul { border-top: 1px solid #f0f0f0; padding-top: 30px; } 
.anno_box .tab-content > ul > li { position: relative; display: flex; align-items: center; margin-top: 22px; } 
.anno_box .tab-content > ul > li:first-child { margin-top: 0; } 
.anno_box .tab-content > ul > li .anno_tit { margin-right: 13px; } 
.anno_box .tab-content > ul > li .news_txt { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; max-width: 340px; width: 100%; } 
.anno_box .tab-content > ul > li .j_date { position: absolute; top: 0; right: 0; } 

.ca_box .cont_box > ul { border-top: 1px solid #f0f0f0; padding-top: 30px; margin-top: 30px; } 
.ca_box .cont_box > ul > li { text-align: center; } 
.ca_box .cont_box > ul > li + li { margin-top: 13px; } 
.ca_box .cont_box > ul > li button { margin-right: 12px; } 
.ca_box .cont_box > ul > li button:last-child { margin-right: 0; } 
.ca_box .cont_box > ul > li button a i {margin-right:3px;}
.ca_box .cont_box > ul > li button.on a { border-color: #ffa200; color: #ffa200; font-weight: 700; } 
.ca_box .cont_box > ul > li button.on a i .img_o { display: inline-block; transition: 0.5s; } 
.ca_box .cont_box > ul > li button.on a i .img_b { display: none; } 
.ca_box .cont_box > ul > li a { border: 1px solid #666666; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; display: inline-block; color: #666; font-weight: 400; font-size: 1rem; transition: 0.2s; } 
.ca_box .cont_box > ul > li a:hover { color:  var(--color-basic); font-weight: 500; } 
.ca_box .cont_box > ul > li a i .img_o { display: none; } 
.ca_box .cont_box > ul > li a.w_83 { width: 83px; } 
.ca_box .cont_box > ul > li a.w_105 { width: 105px; } 
.ca_box .cont_box > ul > li a.w_110 { width: 110px; }
.ca_box .cont_box > ul > li a.w_120 { width: 120px; } 
.ca_box .cont_box > ul > li a.w_130 { width: 130px; } 
.ca_box .cont_box > ul > li a.w_152 { width: 152px; } 

.area_box .cont_box > ul { text-align: center; border-top: 1px solid #f0f0f0; padding-top: 30px; margin-top: 30px; } 
.area_box .cont_box > ul > li { display: flex; justify-content: center; } 
.area_box .cont_box > ul > li + li { margin-top: 35px; } 
.area_box .cont_box > ul > li > a { display: block; padding: 0 20px; font-size: 1.13rem; font-weight: 400; color: #666666; padding-top: 0; transition: 0.2s; } 
.area_box .cont_box > ul > li > a.on { color: #ffa200; font-weight: 500; } 
.area_box .cont_box > ul > li > a:hover { color:  var(--color-basic); font-weight: 500; } 


/*--------------------------------------------------------mobile_section01-------------------------------------------------------------------------*/

.mo_anno_box { display: none; margin-top: 10px; } 
.mo_anno_box > ul { font-size:0; box-sizing:border-box; background: #fff; border-radius: 7px; border: 1px solid #f7fafb; padding: 16px 0; } 
.mo_anno_box > ul > li { width: 16.66%; display:inline-block;  } 
.mo_anno_box > ul > li.on a i { font-weight: 700; color: #ffa200; } 
.mo_anno_box > ul > li.on a img.area_off {display:none;}
.mo_anno_box > ul > li.on a img.area_on {display:block;}
.mo_anno_box > ul > li > a { display: flex; align-items: center; flex-direction: column; min-height:49px; } 

.mo_anno_box > ul > li > a img { width:60%; }
.mo_anno_box > ul > li > a img.area_on{display:none;} 
.mo_anno_box > ul > li > a i { font-size: 14.37px; font-weight: 400; color: #666; margin-top: 5px; } 
.mo_anno_box > ul > li:nth-of-type(n + 7) { margin-top: 16px; } 

@media screen and (max-width: 1624px){
 .area_box .cont_box > ul > li > a { padding: 0 15px; } 
 }

@media screen and (max-width: 1480px){

 }

@media screen and (max-width: 1080px){
 .anno_box { flex-wrap: wrap; } 
 .anno_box > li { width: 100%; margin-right: 0; } 
 .anno_box > li + li { margin-top: 20px; } 
 .sec01 { padding: 20px 0; } 

 .mo_sec01_j_image {display:block;}
 }

@media screen and (max-width: 720px){

 .mo_anno_box { display: block; } 
 .mo_anno_box > ul > li:nth-of-type(n + 7) { margin-top: 10px; } 
 .sec01 { padding-top: 10px; padding-bottom: 14px; } 
 .sec01 .sec01_j_image {display:none;}
 .anno_box { display: none; } 


 }