.sub_inner{padding: 0 10rem}


.sub_visual{
	background-position: center;
	background-size: cover;
	height: 100vh;
	padding: 10rem 0;
	display: flex;
	align-items: flex-end;
}


.sub_visual .sub_inner{display: flex; justify-content: space-between; width: 100%;
align-items: flex-end;}
.sub_visual_txt ul{display: flex;gap:10px; align-items: center; margin-bottom: 45px}
.sub_visual_txt ul li{font-size: 16px; color: #fff}

.sub_visual_txt h2{font-size: 90px; color: #fff;}
.sub_visual_txt h2 span{position: relative;}
.sub_visual_txt h2 span:after{
	content: '';
	width: 18px; height: 18px; background: #f63b51; border-radius: 18px; right: -20px; top: 0;
	position: absolute
}

.sub_visual_txt p{color: #fff; font-size: 16px; margin-top: 20px; word-break: keep-all}

.sub_drop_nav_are{display: flex; gap:20px;}
.sub_drop_nav{position: relative; }
.sub_drop_nav .drop_on{cursor: pointer; width: 350px; padding: 0px 60px 0px 30px; color: #fff; font-size: 18px;
height: 70px; border-radius: 70px; background: rgba(255,255,255,.2);
display: flex; align-items: center; 
position: relative
}

.sub_drop_nav .drop_on:after{
	background: url(../img/sub/menu_drop.png);
	width: 17px;
	height: 17px;
	background-position: center;
	background-size: 17px auto;
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: .5s
}


.sub_drop_nav .drop_on.drop_open{}
.sub_drop_nav .drop_on.drop_open:after{
	transform: rotate(180deg) translateY(50%);
}

.deps_list{position: absolute; left: 50%; bottom: calc(100% + 20px); 
background: rgba(255,255,255,.2); width: 350px; padding:0 35px; border-radius: 20px; transition-duration: 1s;
transform: translateX(-50%); height: 0; max-height: 0; overflow: hidden; opacity: 0; visibility: hidden}
.deps_list a{color: #fff; font-size: 18px; display: block}
.deps_list a + a{margin-top: 10px;}


.sub_drop_nav .drop_on.drop_open + .deps_list{height: max-content; padding: 35px;
max-height: 500px; opacity: 1; visibility: visible}


.sub_visual.bg01{background-image: url(../img/sub/sub_visual01.png)}
.sub_visual.bg02{background-image: url(../img/sub/sub_visual02.png)}
.sub_visual.bg03{background-image: url(../img/sub/sub_visual03.png)}
.sub_visual.bg04{background-image: url(../img/sub/sub_visual04.png)}
.sub_visual.bg05{background-image: url(../img/sub/sub_visual05.png)}






.sub_section{padding: 180px 0}
.sub_section.notop{padding-top: 0}
.sub_section.bg{background: #f8f8f8}



.sub_title{text-align: center; margin-bottom: 80px}
.sub_title h4{font-size: 24px; color: #f63b51; margin-bottom: 20px;}
.sub_title h2{font-size: 60px; color: #111111; font-weight: 700}


.company_info{margin-top: 80px; text-align: center}
.company_info .company_info_txt{margin-bottom: 80px;}
.company_info .company_info_txt p{color: #111; line-height: 150%; word-break: keep-all; font-size: 32px; }

.company_info_flex{display: flex; gap:12px; max-width: 1200px; margin: 0 auto}
.company_info_flex .box{border-radius: 16px; height: 40vh; background-position: center; background-size: cover;
flex:1; display: flex;
    justify-content: center;
    align-items: center;}
.company_info_flex .box p{color: #fff; font-size: 24px; font-weight: bold}

.company_info_flex .box:nth-child(1){background-image: url(../img/sub/company_info_flex01.png)}
.company_info_flex .box:nth-child(2){background-image: url(../img/sub/company_info_flex02.png)}
.company_info_flex .box:nth-child(3){background-image: url(../img/sub/company_info_flex03.png)}
.company_info_flex .box:nth-child(4){background-image: url(../img/sub/company_info_flex04.png)}



.company_step_bg{position: relative;}
.company_step_bg:after{content: '';
position: absolute; left: 50%; width: 3px; background: #e0e0e0; height: 100%; margin-left: -1.5px; top: 0}

.company_step{display: flex;}

.company_step > div{flex:1}

.company_step .left{padding-right: 6rem}
.company_step .right{padding-top: 50vh; padding-left: 6rem}

.company_step .box{position: relative; z-index: 2}
.company_step .box .thum{border-radius: 16px; overflow: hidden; display: block; }
.company_step .box .thum img{width: 100%}


.company_step .box i{
	position: absolute; right: calc(-6rem - 17px); top: 25%; width: 36px; height: 36px; border-radius: 36px;
	background: rgba(246,59,81,0.1);display: flex;
	    justify-content: center;
    align-items: center;
    z-index: 2
}

.company_step .right .box i{right: auto; left: calc(-6rem - 17px);}

.company_step .box i span{background: #f63b51; border-radius: 20px; width: 20px; height: 20px; }

.company_step .box + .box{margin-top: 30vh}

.company_step .box .txt{margin-top: 60px;}
.company_step .box .txt h2{font-weight: bold; color: #111; font-size: 44px; }
.company_step .box .txt h2 b{color: #f63b51; font-weight: bold}
.company_step .box .txt h4{font-size: 24px; color: #111; line-height: 150%; word-break: keep-all; margin: 20px 0; font-weight: 600}
.company_step .box .txt p{font-size: 18px; line-height: 150%; word-break: keep-all;color: #111}



.mission_company{display: inline-flex; gap:50px; padding: 60px; background: #fffcfd; border-radius: 500px; margin-top: 80px;
    justify-content: center;
    align-items: center;}
.mission_company .box{width: 300px; height: 300px; background: #f63b51; border-radius: 300px; 
display: flex; 
    justify-content: center;
    align-items: center; flex-direction: column; gap:15px}
.mission_company .box h2{color: #fff; font-size: 32px;}
.mission_company .box p{font-weight: bold; font-size: 20px; color: #111}
.mission_company .dotdot{display: flex;
    justify-content: center;
    align-items: center; gap:18px}
.mission_company .dotdot i{width: 12px; height: 12px; background: #f63b51; border-radius: 12px; }
.mission_company .dotdot i.op{opacity: 0.2}

.sub_section.mission{text-align: center}


.mission_company .box.mid{background: #111111}
.mission_company .box.mid h2{color: #f63b51}
.mission_company .box.mid p{color: #fff}



/*특허 및 인증 */

.certificate{display: flex; gap:8rem;    flex-wrap: wrap; margin-top: 80px}
.certificate .item{width: calc(50% - 4rem); padding: 50px 0 0 0;
display: flex; gap:60px; border-top:4px solid #ebebeb; transition-duration: 1s}

.certificate .item:hover{border-color: #111111}

.certificate .item .thum{border: 1px solid #dddddd; max-width: 240px}
.certificate .item .thum img{width: 100%}
.certificate .item .txt{display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start}


.certificate .item .txt h4{color: #f63b51; font-size: 20px; margin-bottom: 10px}
.certificate .item .txt h3{font-size: 32px; color: #111111}
.certificate .item .txt p{color: #111; margin-top: 30px; font-size: 16px;}

.certificate .item .txt button{font-size: 14px; color: #111; padding: 0 25px;
border: 2px solid #ebebeb; border-radius: 100px; height: 52px; display: inline-flex; background: #fff; font-weight: bold;
justify-content: center;
    align-items: center; transition-duration: 1s}

.certificate .item .txt button:hover{background: #f63b51; border-color: #f63b51; color: #fff}




.popup-overlay {
  display: none;
  position: fixed; left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 70px;
  max-width: 800px;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:80px;
  margin-top: 40px
}




.popup-content h4{color: #f63b51; font-size: 20px; margin-bottom: 10px}
.popup-content h2{font-size: 32px; color: #111111}
.popup-content p{color: #111; margin-top: 30px; font-size: 16px;}

.popup-content .close-btn{
	position: absolute; right: 35px; top: 35px;
	background: none;
  border: none;
}

.popup-content img.popup-image{max-width: 360px; border: 1px solid #ddd}

.popup-content .pop_cont{position: absolute}
.popup-content .prev-btn,
.popup-content .next-btn {
  cursor: pointer;
  background: none;
  border: 1px solid #ddd;
  width: 60px; height: 60px; 
  border-radius: 60px; opacity: .5; transition-duration: .5s
}


.popup-content .prev-btn:hover,
.popup-content .next-btn:hover{opacity: 1}





/*faq*/


#bo_cate {margin-top:80px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1; display: flex; overflow: hidden; border: 1px solid #dfdfdf; border-radius: 8px;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {flex:1}
#bo_cate li + li{border-left: 1px solid #dfdfdf}
#bo_cate a {display: flex; text-align: center; font-size: 20px; color: #111111; background: #fff; transition-duration: .5s; 
padding: 30px 15px;
justify-content: center;
    align-items: center;}

#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
	background: #f63b51; color: #fff
}


#bo_cate a#bo_cate_on{background: #f63b51; color: #fff}



#faq_wrap {margin-top: 100px}
#faq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.faq_admin {text-align:right}
#faq_wrap ol {margin:0;padding:0;list-style:none}
#faq_wrap li {border-bottom:1px solid #dfdfdf;background:#fff;position:relative}
#faq_wrap li:first-child {border-top:2px solid #111111}
#faq_wrap li h3 {min-height:50px;padding:15px;position:relative;
padding:  45px 15px 45px 80px; font-size: 20px; color: #111; line-height: 150%; word-break: keep-all}


#faq_wrap li h3 .tit_bg {display:inline-block;position:absolute;top:45px;left:15px;text-align:center;font-size: 36px; color: #f63b51}


#faq_wrap li h3 .tit_btn {position:absolute;right:15px;top:42px;border:0;width:30px;height:30px;background:#fff;color:#111;font-size:20px}
#faq_con .con_inner .closer_btn {position:absolute;right:15px;top:42px;border:0;width:30px;height:30px;background:#fff;color:#111;font-size:20px}



#faq_con .con_inner {display:none;padding:60px 70px; background: #f8f8f8}
#faq_con .con_inner *{font-size: 18px; line-height: 150%; word-break: keep-all; color: #111111}



/*행사문의*/

.form_in{max-width: 1370px; margin: 80px auto 0}
.form_in ul{display: flex; gap:30px 50px; flex-wrap: wrap;}
.form_in li{width: calc(50% - 25px)}
.form_in li.w100{width: 100%}

.form_in li:first-child{padding-bottom: 50px; margin-bottom: 20px; border-bottom: 1px solid #ebebeb}

.form_in li p{font-size: 20px; color: #111; margin-bottom: 10px; font-weight: 600}

.form_in li input[type="text"],
.form_in li input[type="email"]{
	border: 2px solid #dfdfdf; border-radius: 8px; height: 60px; padding: 0 25px; 
	line-height: 56px; width: 100%; font-size: 18px
}

.form_in li textarea{
	border: 2px solid #dfdfdf; border-radius: 8px; height: 60px; padding: 25px; 
	line-height: 150%; width: 100%; height: 300px; font-size: 18px
}

.form_in li .flex_form3{display: flex; gap:10px;}
.form_in li .flex_form3 input{display: none}
.form_in li .flex_form3 input + label{cursor: pointer; border: 2px solid #dfdfdf; border-radius: 8px; height: 60px; width: 180px; font-size: 20px; text-align: center;
display: inline-flex;
justify-content: center;
    align-items: center;}



.form_in li .flex_form3 input:checked + label{color: #f63b51; border-color: #f63b51}


.ck_agree{display: flex; gap:8px; margin-top: 30px}
.ck_agree label{font-size: 16px; color: #111}
.ck_agree a{font-size: 16px; color: #111; font-weight: 600}



.input_btn{text-align: center; margin-top: 50px;}

.input_btn.list_go{text-align: right}

.input_btn .input_go{
	border-radius: 8px; height: 60px; padding: 0 50px; background: #f63b51; color: #fff; font-size: 18px; font-weight: bold;
	text-align: center;
display: inline-flex;
justify-content: center;
    align-items: center;
    border: 0;
    
}

.input_btn.list_go .input_go{background: #111111}



/*board*/

/*board*/

.board_common_btn_list{margin-top: 80px}
.board_common_btn_list ul{display: flex; gap:10px;align-items: center;
    justify-content: flex-end;}
.board_common_btn_list a, .board_common_btn_list button{border: 1px solid #ddd; border-radius: 5px; background: #fff; font-size: 16px; 
padding: 0 15px; height: 40px; line-height: 40px; color: #333; display: inline-block; text-align: center}

.board_top_flex{display: flex; justify-content: flex-end;
    align-items: flex-start; margin-bottom: 30px}

.total_board{}
.total_board p{font-size: 14px; color: #666}
.total_board p b{font-weight: bold; color: #222}

.search_board form{display: flex; gap:10px}
.search_board form select{background: #f5f5f5 url(../img/sub/drop_search.png); 
background-position: 90% center; background-repeat: no-repeat; background-size: 13px auto;
border-radius: 5px; padding: 0 20px; font-size: 15px; color: #666; height: 60px; line-height: 60px; border: 0;
-o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; position: relative}

.search_board form select::-ms-expand{ 
	display: none;
}

.search_board .sch_bar{background: #f5f5f5; border-radius: 5px; display: flex; overflow: hidden}
.search_board .sch_bar input{font-size: 15px; padding: 0 20px; line-height: 60px; border: 0; background: #f5f5f5}
.search_board .sch_bar button{padding: 0 20px; border: 0; background: #f5f5f5}


.board_tlb table{width: 100%; border-top:2px solid #111; border-spacing: 0 }

.board_tlb table th{padding: 20px 0; font-weight: 600; color: #111; font-size: 18px; border-bottom: 1px solid #ddd;}

.board_tlb table td{font-size:18px; padding:35px 15px; border-bottom: 1px solid #ddd; font-weight: 500; color: #111 }
.board_tlb table td.empty_table{font-size: 1em;padding: 20px 0 !important;
    color: #666;
    text-align: center;}

.board_tlb table td.num{text-align: center; width: 80px; font-size: 15px; color: #999}
.board_tlb table td.num .notice_icon{color: #20409A}

.board_tlb table td.date{width: 170px; text-align: center }
.board_tlb table td.date p{font-size: 17px; color: #777; }
.board_tlb table td.down{text-align: center; width: 170px; font-size: 15px; color: #777}
.board_tlb table td a.flexa{display: flex; gap:10px}
.board_tlb table td .point{font-size: 14px; background:#FF8A00 ; padding:5px 10px ; border-radius: 3px; color: #fff}


.board_tlb .down_load{}

.board_tlb .down_load{display: inline-flex; 
width: 52px; height: 52px; border: 1px solid #444444; border-radius: 4px;
justify-content: center;
    align-items: center;}





.board_detail_content{padding: 50px 0; border-bottom: 1px solid #e2e5e5}
.board_view_btn{text-align: center; margin-top: 100px}






.gall_list_style{display: flex; gap:40px 60px;    flex-wrap: wrap;}
.gall_list_style li{width: calc(33.33% - 40px)}
.gall_list_style li.empty_list{width: 100%}

.gall_list_style .gall_img{overflow: hidden; border-radius: 10px}
.gall_list_style .gall_img img{width: 100%; height: 100%;object-fit: cover;
    aspect-ratio: 16 / 10;}
    
.gall_list_style.certifications .gall_img img{aspect-ratio: 21 / 29;}
    
.gall_list_style.certifications li{width: calc(25% - 45px)}
    
.board_list_txt{margin-top: 25px}
.board_list_txt p{font-size: 16px; color: #aaa; margin-bottom: 10px}  
.board_list_txt h3{color: #010101; font-size: 18px; font-weight: bold;
word-break: keep-all;
display: -webkit-box;
  -webkit-line-clamp: 1; /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }    


.gall_list_style.certifications .board_list_txt{text-align: center}
    
.if_video_are{max-width: 1024px; margin: 0 auto 50px}   



.gall_news_style{border-top: 2px solid #20409A}
.gall_news_style li{padding: 50px 40px; border-bottom: 1px solid #ddd}

.gall_news_style .gall_img{max-width: 200px; max-height: 200px; overflow: hidden}
.gall_news_style .gall_img img{    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;}

.gall_news_style .gall_con{display: flex; gap:50px;justify-content: flex-start;
    align-items: center;}
    
    
.board_list_txt2{}
.board_list_txt2 p{font-size: 16px; color: #1b1b1b; margin-top: 10px;
word-break: keep-all;
display: -webkit-box;
  -webkit-line-clamp: 2; /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }  
.board_list_txt2 h3{color: #1B1B1B; font-size: 24px; font-weight: bold;
word-break: keep-all;
display: -webkit-box;
  -webkit-line-clamp: 1; /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }    
    
.board_list_txt2 p.list_date{color: #666; margin-top: 50px}  
    
    
.board_detail_content .video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  overflow: hidden; border-radius: 5px
}

.board_detail_content .video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


#bo_v_file li{padding: 25px 15px; border: 0; border-top: 1px solid #e2e5e5; border-bottom: 1px solid #e2e5e5; box-shadow: none;
border-radius: 0; background: #f8f8f8}
#bo_v_file li a{display: flex; gap:15px; font-size: 16px;
align-items: center;}

#bo_v_file li i{float: none; margin: 0}
#bo_v_file li i img{margin: 0}

#bo_v_file li a strong{font-weight: 400; text-decoration: underline}


.board_title{text-align: left; margin-bottom: 40px}
.board_title h2{font-size: 28px; font-weight: bold; }
.board_title p.date{display: flex; margin-top: 15px; font-size: 16px; color: #7e8789; gap:20px}



/*기획*/


.sub_section.business_page{padding-bottom: 0}
.sub_section.business_page.bu03{padding-bottom: 180px}
.business_page .sub_title {
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.business_page .sub_title p{margin-top: 60px; color: #fff; font-size: 24px; 
word-break: keep-all; line-height: 150%; font-weight: 600; opacity: 0}




.business-info {position: relative; height: 100vh;}
.business-img {position: absolute; top:30%; width: 100%;}
.business-img__cover {opacity: 0; position: absolute; left:0; top:0; width: 100%; background: #000;}
.business-img__inr {overflow: hidden; position: relative; width: 74%; height: 70vh; margin: 0 auto; 

}


.business-img__inr .figure {position: absolute; left: 50%; top: 50%; width: 100vw; height: 100%; transform: translate(-50%, -50%);}

.business-img__inr .figure *{object-fit: cover;position: absolute;top: 50%;left: 50%;width: 100vw;height: 100vh;transform: translate(-50%, -50%);}

@media (min-aspect-ratio: 16/9) {
.business-img__inr > figure *{height: 56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.business-img__inr > figure *{width: 177.78vh;}
}


.business-title__bg {opacity: 0; 
position: absolute; left: 50%; top: 50%; content:''; width: 100%; height: 100%;  background: #000; transform: translate(-50%, -50%);}



.planning_list {overflow: hidden; position: relative;}
.planning_list_in{display: flex; align-items: center;}


.planning_list__item{
	display: flex; gap:10rem;
	padding: 10rem;
	width: 100%;
	flex-shrink: 0;
	height: 100vh;
	align-items: center;
}

.planning_list__item .thum{
	width: calc(50% - 5rem);
	border-radius: 12px; overflow: hidden
}
.planning_list__item .thum img{width: 100%}

.planning_list__item .txt h3{font-size: 40px; color: #f63b51}
.planning_list__item .txt h2{font-size: 52px; margin: 30px 0; word-break: keep-all}

.planning_list__item .txt ul{}
.planning_list__item .txt ul li{padding: 24px 0; font-size: 18px; word-break: keep-all}
.planning_list__item .txt ul li + li{border-top: 1px solid #dfdfdf}

.planning03{padding-top: 150px; text-align: center; overflow: hidden}

.sub_section .tab__item{width: 280px}


.sub_section .tab:after{width: 280px}

.sub_section .tab__content-wrapper{margin-top: 80px}

.tab.type02:after{left: calc(280px + 7px)}
.tab.type03:after{left: calc(280px + 7px + 280px)}
.tab.type04:after{left: calc(280px + 280px + 280px + 7px)}
.tab.type05:after{left: calc(280px + 280px + 280px + 280px + 7px)}


.planning_slide{}
.planning_slide .slick-list{padding: 0 10rem; overflow: visible}
.planning_slide .slick-slide{padding: 0 40px}

.planning_slide .box{border-radius: 20px; overflow: hidden; position: relative}
.planning_slide .box .txt{position: absolute; left: 0; top: 60%; width: 100%; height: 40%; 
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); text-align: center; padding: 45px; text-align: left;
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;}

.planning_slide .box .txt p{font-size: 24px; color: #fff; font-weight: bold}

.planning_slide .box img{width: 100%}


.sub_title_sub{text-align: center; margin-bottom: 100px}
.sub_title_sub h2{font-size: 48px; font-weight: bold; color: #111}
.sub_title_sub p{font-size: 24px; color: #111; word-break: keep-all; line-height: 150%; margin-top: 50px;}


.benefits{border-top: 2px solid #111}
.benefits li{display: flex; padding: 40px 0; gap:20px;
    justify-content: flex-start;
    align-items: center; border-bottom: 1px solid #dfdfdf}
.benefits li i{font-style: normal; color: #fff; width: 40px; height: 40px; border-radius: 40px; line-height: 40px; color: #fff; background: #f63b51;
font-size: 18px; text-align: center; font-weight: bold}

.benefits li h4{font-size: 24px; color: #111}
.benefits li p{font-size: 18px; color: #111; margin-left: 20px}
.benefits *{word-break: keep-all}







.system_tab_are{text-align: center}
.system_tab {
  display: inline-flex; padding: 7px; background: #f8f8f8; border-radius: 100px; position: relative;
  margin-bottom: 80px; margin-top: 100px
}
.system_tab li {
 border: 0; width: 188px; height: 56px; display: flex; border-radius: 56px; text-align: center;
font-size: 20px; color: #111; background: transparent;
justify-content: center;
    align-items: center; z-index: 2
}
.system_tab li.active{background: #111}

.system_tab li.active a{
   color: #fff;
}


.system_bg{position: relative; overflow: hidden; padding: 200px 20px}
.system_bg .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%}
.system_bg .bg img{width: 100%; height: 100%; object-fit: cover;}

.system_bg .system_txt{text-align: center; position: relative; z-index: 2}
.system_bg .system_txt h2{font-size: 52px; color: #fff;}

.system_bg .system_txt p{margin-top: 40px; color: #fff; font-size: 20px; line-height: 150%; word-break: keep-all}


.system_bg .system_txt h2 span{position: relative;}
.system_bg .system_txt h2 span:after{
	content: '';
	width: 12px; height: 12px; background: #f63b51; border-radius: 18px; right: -20px; top: 0;
	position: absolute
}


.key_flex{display: flex; gap:40px}
.key_flex li{flex:1; padding-top: 50px; border-top: 3px solid #ebebeb; transition-duration: .5s}
.key_flex li.nottop{border-top: 0; padding-top: 0}
.key_flex li:hover{border-color: #f63b51}


.key_flex li h4{font-size: 18px; color: #f63b51; font-weight: bold}
.key_flex li h2{font-size: 28px; margin: 15px 0; word-break: keep-all; color: #111}
.key_flex li p{font-size: 18px; color: #111; line-height: 150%; word-break: keep-all}

.key_flex li .thum{margin-bottom: 30px; overflow: hidden; border-radius: 20px}
.key_flex li .thum img{display: block; max-width: 100%}

.skill_flex{display: flex; gap:140px; text-align: center; max-width: 1500px; margin: 0 auto;
align-items: flex-start;
    justify-content: space-between;}


.skill_flex li .box{border: 1px solid #fbf6f6; display: flex; width: 400px; height: 400px; border-radius: 400px;
box-shadow:0 0 15px rgba(246,59,81,0.2); overflow: hidden;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff

}

.skill_flex li p{font-size: 24px; word-break: keep-all; color: #111; margin-top: 20px; font-weight: 600}


.skill_flex li{position: relative}
.skill_flex li + li:after{
	content: '';
	width: 225px;
	height: 242px;
	background: url(../img/sub/skill_flex_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute; left:calc(-50% + 10px);
	top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}




.system_slide{overflow: hidden}
.system_slide .slick-list{padding: 0 10rem; overflow: visible}
.system_slide .slick-slide{padding: 0 40px}

.system_slide .box{border-radius: 20px; overflow: hidden; position: relative}
.system_slide .box .txt{position: absolute; left: 0; top: 60%; width: 100%; height: 40%; 
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); text-align: center; padding: 45px; text-align: left;
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;}

.system_slide .box .txt p{font-size: 18px; color: #f63b51; font-weight: bold; margin-bottom: 10px; word-break: keep-all}
.system_slide .box .txt h3{font-size: 30px; color: #fff; font-weight: bold; word-break: keep-all}


.system_slide .box img{width: 100%; height: 100%; aspect-ratio:1; object-fit:cover}


.center_img{text-align: center}
.center_img img{display: block; margin: 0 auto; max-width: 100%}


.system_customizing_title{text-align: center}
.system_customizing_title h2{font-size: 180px; word-break: keep-all; color: #111}



.system_customizing{gap:20px; justify-content: center; margin-top: -150px; position: relative; z-index: 2; display: flex}



.system_customizing .box{

  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
  transition-duration: .5s;
  opacity: 0;

}

.system_customizing.show .box{opacity: 1}

.system_customizing .box:nth-child(1){margin-top: 30px; transition-delay: 0s}
.system_customizing .box:nth-child(2){margin-top: 0px; transition-delay: 0s}
.system_customizing .box:nth-child(3){margin-top: 150px; transition-delay: 0s}
.system_customizing .box:nth-child(4){margin-top: 50px; transition-delay: 0s}
.system_customizing .box:nth-child(5){margin-top: 30px; transition-delay: 0s}
.system_customizing .box:nth-child(6){margin-top: 15px; transition-delay: 0s}


.system_customizing.show .box:nth-child(1){margin-top: 0px; transition-delay: 1s}
.system_customizing.show .box:nth-child(2){margin-top: 30px; transition-delay: 1.5s}
.system_customizing.show .box:nth-child(3){margin-top: 120px; transition-delay: 2s}
.system_customizing.show .box:nth-child(4){margin-top: 80px; transition-delay: 2.5s}
.system_customizing.show .box:nth-child(5){margin-top: 0px; transition-delay: 3s}
.system_customizing.show .box:nth-child(6){margin-top: 45px; transition-delay: 3.5s}



.system_customizing .box img {
  max-width: 100%;
  display: block;
}


.system05_flex{display: flex;     align-items: center;}
.system05_flex .box{width: 50%; padding: 0 4rem}
.system05_flex .box img{margin: 0 auto; display: block; max-width: 100%}
.system05_flex .box h2{color: #111; font-size: 48px; word-break: keep-all; line-height: 150%}
.system05_flex .box p{color: #111; font-size: 28px; line-height: 150%; word-break: keep-all; margin-top: 40px;}





/*250731 지점안내 추가*/

.spot{}
.spot table{width: 100%; 
border-top: 4px solid #111; border-spacing: 0}
.spot table th{color: #111; font-size: 28px; font-weight: 600; padding: 35px 0; text-align: left; vertical-align: middle;
border-bottom: 2px solid #111}

.spot table th.top{vertical-align: top}

.spot table td{color: #111; font-size: 18px; font-weight: 400; padding: 35px 0; border-bottom: 2px solid #111}
.spot table td.mid{border-bottom: 2px solid #ebebeb}


.spot table td:last-child{width: 150px; text-align: center}
.spot button{height: 57px; border: 2px solid #ebebeb; 
padding: 0 30px; font-size: 14px; color: #111111; background: #fff; transition-duration: .5s; 
border-radius: 60px; display: inline-flex;
justify-content: center;
    align-items: center; font-weight: 600 }
.spot button:hover{background: #f63b51; border-color: #f63b51; color: #fff}


.popup-content .map_pop_top{text-align: left; position: relative}
.popup-content .map_pop_top h3{font-size: 28px}

.popup-content .info_map{text-align: left; margin-top: 35px}

.popup-content.map_pop{padding: 40px}

.popup-content.map_pop .close-btn{top: 0; right: 0}


.popup-content .info_map iframe{width: 100%; display: block; height: 300px}

.popup-content .info_map .txt_are{margin-top: 40px}
.popup-content .info_map .txt_are h4{font-size: 22px; color: #111; display: flex; gap:10px;
    align-items: center;}
.popup-content .info_map .txt_are h4 b{font-size: 20px; color: #f63b51}

.map_info_flex{display: flex; gap:10px 20px; font-size: 17px; flex-wrap: wrap; margin-top: 20px}
.map_info_flex li{display: flex; gap:15px;}



@media (max-width: 1640px) {
	
	
	.sub_visual{padding: 6rem 0}

	.sub_inner{padding: 0 6rem}
	.company_step .box .txt p,
	.system_slide .box .txt p{font-size: 16px}
	.company_step .box .txt h2{font-size: 30px}
	.company_step .box .txt h4,
	.business_page .sub_title p,
	.planning_slide .box .txt p,
	.system_slide .box .txt h3,
	.skill_flex li p{font-size: 18px}
	
	.company_info .company_info_txt p{font-size: 24px}
	
	.popup-content{max-height: 90%}
	
	.popup-content h4,
	.popup-content h2,
	.popup-content p{display: none}
	
	.sub_visual_txt h2{font-size: 60px}
	
	.planning_slide .slick-slide,
	.system_slide .slick-slide{padding: 0 20px}
	
	.skill_flex{gap:4rem}
	
	.system05_flex .box h2{font-size: 30px}
	.system05_flex .box p{font-size: 18px}
	
	.form_in li p{font-size: 16px}
	
	.form_in li .flex_form3 input + label{font-size: 18px}
	
	.form_in li input[type="text"],
	.form_in li input[type="email"]{
		font-size: 18px
	}
	
	.form_in li textarea{
		font-size: 18px
	}

	.sub_drop_nav .drop_on{width: 250px; font-size: 16px}
	.deps_list{width: 250px; padding:0 25px}
	.sub_drop_nav .drop_on.drop_open + .deps_list{padding: 25px}
	.deps_list a{font-size: 16px}
	
	#bo_cate a{font-size: 18px; padding: 20px 15px}
	
	#faq_wrap li h3{font-size: 18px; padding-left: 60px}
	#faq_wrap li h3 .tit_bg{font-size: 24px}
	
	#faq_con .con_inner{padding:40px 60px}
    #faq_con .con_inner * {font-size: 16px}
    
    
	

}






@media (max-width: 1580px) {

	.sub_title h4{font-size: 18px}
    .sub_title h2,
    .sub_title_sub h2,
    .planning_list__item .txt h2{font-size: 40px}
    .system_tab li,
    .tab__item{font-size: 18px}
    .planning_list__item{gap:6rem}

}


@media (max-width: 1370px) {
	
	
	.sub_inner{padding: 0 3rem}
	.mission_company .box{width: 250px; height: 250px}
	
	.certificate{gap:30px}
	.certificate .item{width: calc(50% - 20px)}
	
	.certificate .item .txt h4{font-size: 16px}
	.certificate .item .txt h3{font-size: 24px}
	
	.planning_list__item{padding: 4rem}
	.planning_list__item{gap:4rem}
	
	.planning_list__item .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
    .planning_list__item .thum {
    width: calc(50% - 2rem);
    border-radius: 12px;
    height: 60vh}

   .planning_list__item .txt{width: calc(50% - 2rem);}
   .planning_list__item .txt h3{font-size: 24px}
   
   .skill_flex li .box{width: 300px; height: 300px}
   .skill_flex li + li:after{display: none}
       .skill_flex {
        gap: 4rem;
        justify-content: center;
    }
    
    .sub_title_sub p{font-size: 18px}
    
    .sub_visual_txt ul{margin-bottom: 25px}
    
    .system_customizing {
    margin: -50px auto 0;
    max-width: 70%;
}
   .system_customizing_title h2{font-size: 100px}
   
   .popup-content{padding: 30px}
   
   .popup-image-wrap{gap:20px}

}


@media (max-width: 1280px) {

.company_step .box .txt p br{display: none}



.benefits li h4{font-size: 18px}
.benefits li p{font-size: 16px}

.benefits li i{width: 30px; height: 30px; font-size: 14px; line-height: 30px}

.spot table td,
.spot table th{font-size: 18px}
.spot table th{width: 150px}
.spot table th.top{vertical-align: middle}

}


@media (max-width: 1024px) {
	
	
	.sub_drop_nav_are{display: none}
	.sub_visual{height: 50vh}
	
	.company_step .right{padding-top: 45%}
	
.mission_company {
    flex-direction: column;
}


    .planning_list__item {
        gap: 4rem;
        flex-direction: column;
    }
	.planning_list__item .thum {
        width: 100%;
        border-radius: 12px;
        height: 50vh;
    }
    
    .planning_list__item .txt{width: 100%}
    
    .sub_section .tab__item{width: auto; padding: 0 20px}
    .sub_section .tab__item.active{background: #111}
    .sub_section .tab:after{display: none}
    
    .system_tab li{width: auto; padding: 0 20px}
    
    .skill_flex{gap:2rem}
    
    .skill_flex li .box {
        width: 250px;
        height: 250px;
    }
    
 .key_flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
    
    .key_flex li{flex:none; width: calc(50% - 10px)}
    .key_flex li:last-child{width: 100%}
    
    .skill_flex li .box img{max-height: 60px}
    
    .system05_flex .box {
    width: 50%;
    padding: 0 2rem;
}
    
    .board_tlb table td.down{width: 100px}

.sub_section .tab__item,
.system_tab li{padding: 10px; height: auto}


.system_tab {
    padding: 0px;
    background: #fff;
    border-radius: 0;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}



}


@media (max-width: 860px) {
	
#bo_cate{text-align: center}	
#bo_cate ul{flex-wrap: wrap; display: inline-flex}
#bo_cate li{flex:none;}

#bo_cate a{padding: 15px 25px; font-size: 16px}

.sub_section{padding: 100px 0}


.board_tlb table th, .board_tlb table td{font-size: 16px; padding: 15px 10px}

.form_in ul{gap:30px 20px}
.form_in li {
    width: calc(50% - 10px);
}

.agree_pop_content{max-width: 96%; padding: 25px; border-radius: 5px}

.agree_pop_content .agree_title h2{font-size: 18px}
.agree_pop_info p{font-size: 14px}


.company_info_flex {
    gap: 10px;
        flex-wrap: wrap;
}

.company_info_flex .box{flex:none; height: 30vh; width: calc(50% - 5px)}

.company_step {
    flex-wrap: wrap; gap:4rem
}

.company_step > div{width: 100%; flex:none}

    .company_step .right, .company_step .left {
       padding: 0
        
    }

.company_step .box + .box {
    margin-top: 4rem;
}

.company_step_bg:after{display: none}

.company_step .box i{display: none}



.certificate .item {
    padding: 30px 0 0 0;
    gap: 30px;
    border-top: 4px solid #ebebeb;
    transition-duration: 1s;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.certificate .item .txt {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:25px
}

.certificate .item .txt p{margin-top: 15px}

.popup-content{max-width: 96%}

.business_page .sub_title p{opacity: 1; color: #111}

.business-info {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
}
.business-img__inr {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 30vh;
    margin: 0 auto;
}

.business-img {
    position: relative;
    top: 0;
    width: 100%;
}

.planning_list_in {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

    .planning_list__item {
        gap: 4rem;
        flex-direction: column;
        width: 80%;
        padding: 10rem 3rem 
    }

.planning_list__item .txt h2{font-size: 30px; margin: 10px 0}

.planning_list__item .txt ul li {
    padding: 15px 0;
    font-size: 16px;
    word-break: keep-all;
}

.planning_slide .slick-list,
.system_slide .slick-list{padding: 0 3rem}
.skill_flex{flex-wrap: wrap;}

.system_customizing{max-width: 90%}

.system05_flex {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    justify-content: flex-start;
}

    .system05_flex .box {
        width: 100%;
        padding: 0;
        text-align: center;
    }


.system05_flex .box img{max-width: 300px; margin: 0 auto}


.custom-cursor2,
.custom-cursor{display: none}




.spot{overflow-x: auto}
.spot table td,
.spot table th{font-size: 16px; word-break: keep-all; padding: 25px 10px}
.spot table th{width: auto}


.spot table td:last-child{width: auto}
.spot button{height: 45px; padding: 0 10px; min-width: 120px}




}


@media (max-width: 600px) {



.sub_inner{padding: 0 20px}
.sub_visual_txt{text-align: center; width: 100%}
.sub_visual_txt ul li{font-size: 14px}
.sub_visual_txt h2{font-size: 24px}
.sub_visual_txt p{font-size: 14px}



.sub_visual_txt ul {
    justify-content: center;
}


.sub_title h4,
.company_step .box .txt p, .system_slide .box .txt p,
.mission_company .box p,
.certificate .item .txt h4,
.certificate .item .txt p,
.planning_list__item .txt ul li,
.business_page .sub_title p{font-size: 14px}

.business_page .sub_title p br{display: none}

.company_info .company_info_txt p,
.company_info_flex .box p,
.certificate .item .txt h3,
.planning_list__item .txt h3{font-size: 18px}

.sub_title h2, .sub_title_sub h2, .planning_list__item .txt h2,
.company_step .box .txt h2,
.mission_company .box h2{font-size: 24px}

.mission_company{padding: 20px}


.certificate{gap:30px 10px}

    .certificate .item {
        width: calc(50% - 5px);
    }

.popup-content .close-btn{right: 20px; top: 20px;}
.popup-content .close-btn img{max-width: 20px}

    .planning_list__item {
        gap: 4rem;
        flex-direction: column;
        width: 90%;
        padding: 80px 20px;
    }


.planning_list__item .thum{height: 30vh}

    .planning_slide .slick-list, .system_slide .slick-list {
        padding: 0;
    }

.system_tab li{font-size: 14px}


.benefits li {
    padding: 20px 0;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    flex-direction: column;
    text-align: center;
}


.sub_section.business_page.bu03 {
    padding-bottom: 80px;
}

.system_tab{margin: 30px 0 50px}

.system_bg .system_txt h2{font-size: 24px}
.system_bg .system_txt p{font-size: 16px; margin-top: 20px}

.system_bg{padding: 80px 20px}

.key_flex li{width: 100%}

.sub_title_sub{margin-bottom: 50px}


.key_flex li h4{font-size: 14px}
.key_flex li h2{font-size: 18px}
.key_flex li p{font-size: 14px}

.skill_flex li p,
.sub_title_sub p,
.system05_flex .box p{font-size: 16px}

.system05_flex .box p br{display: none}

.system_customizing_title h2,
.system05_flex .box h2{font-size: 24px}

.system_customizing{margin: 30px auto 0; gap:5px}

.system_customizing .box{opacity: 1}

.system_customizing .box:nth-child(1){margin: 0;}
.system_customizing .box:nth-child(2){margin: 0}
.system_customizing .box:nth-child(3){margin: 0}
.system_customizing .box:nth-child(4){margin: 0}
.system_customizing .box:nth-child(5){margin: 0}
.system_customizing .box:nth-child(6){margin: 0}


.system_customizing.show .box:nth-child(1){margin: 0}
.system_customizing.show .box:nth-child(2){margin: 0}
.system_customizing.show .box:nth-child(3){margin: 0}
.system_customizing.show .box:nth-child(4){margin: 0}
.system_customizing.show .box:nth-child(5){margin: 0}
.system_customizing.show .box:nth-child(6){margin: 0}

.system05_flex .box img{max-width: 200px}

.skill_flex li .box{border-radius: 10px; padding: 20px}


.form_in li .flex_form3 {
    gap: 10px;
    flex-wrap: wrap;
}

.form_in li .flex_form3 input + label{height: auto; padding: 10px 20px; font-size: 16px; width: auto}

.form_in li{width: 100%}
.form_in li input[type="text"], .form_in li input[type="email"] {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    height: 50px;
    padding: 0 25px;
    line-height: 48px;
    width: 100%;
    font-size: 16px;
}

    .form_in li textarea {
        font-size: 16px;
        border: 1px solid #dfdfdf;
    }
    
    
.ck_agree {
    gap: 4px;
    margin-top: 30px;
    flex-wrap: wrap;
} 
    

.input_btn .input_go {
    border-radius: 4px;
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

.board_top_flex{display: none}

.board_tlb table th:last-child{display: none}
.board_tlb table td.date{display: none}
    
.board_title h2{font-size: 18px}
.board_title p.date,
#bo_v_file li a{font-size: 14px}

.sub_visual_txt h2 span:after{width: 8px; height: 8px; right: -10px}

#bo_cate ul{border-radius: 0; border: 0; gap:8px}
#bo_cate li{border: 1px solid #ddd; border-radius: 4px}

#bo_cate a{padding: 10px 15px; font-size: 14px}

#faq_wrap li h3{padding: 25px 40px 25px 50px}

#faq_wrap li h3{font-size: 16px}

    #faq_wrap li h3 .tit_bg {
        font-size: 18px;
        top: 24px;
    }

#faq_wrap li h3 .tit_btn {
    position: absolute;
    right: 15px;
    top: 22px;
    border: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #111;
    font-size: 12px;
}

    #faq_con .con_inner {
        padding: 25px 25px;
    }

#faq_con .con_inner *{font-size: 14px}

.popup-content .prev-btn, .popup-content .next-btn{display: none}

.business-info{padding:0 20px }





.spot table td,
.spot table th{font-size: 14px; word-break: keep-all; padding: 20px 10px}
.spot table th{width: auto}


.spot table td:last-child{width: auto}
.spot button{height: 45px; padding: 0 10px; min-width: 120px; font-size: 12px}

.popup-content .map_pop_top h3{font-size: 18px}

.popup-content.map_pop{padding: 25px}

.popup-content .info_map .txt_are h4,
.popup-content .info_map .txt_are h4 b{font-size: 18px}
.map_info_flex {font-size: 14px}

}





@media (max-width: 360px) {

 
 
 
 
}


