/*---sub common css---*/

#rgt_scroll{display: none;}

.sub_wrap{overflow: hidden;}

.sub_section{padding: 196px 0;padding-top: 140px;}
.top_none{padding-top: 0 !important;}

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

    .sub_section{padding: 140px 0;padding-top: 100px;}
}

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

    .sub_section{padding: 75px 0;padding-top: 67px;}
}

/*sub text*/
.sub_text h3{line-height: 135%;margin-bottom: 25px;}
.sub_text p{line-height: 178%;}

.sub_tit{margin-bottom: 45px;}

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

    .sub_tit{margin-bottom: 33px;}
}

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

    .sub_text h3{font-size: 25px;letter-spacing: -0.1em;line-height: 140%;margin-bottom: 30px;}
    .sub_text p{font-size: 11px;line-height: 181%;}

    .sub_tit{font-size: 25px;margin-bottom: 20px;}
}

/*sub header*/


/*header scroll - on*/
#k_header.sub_on .logo_w, #k_header.sub_on .logo_c.mo_img{display: none;}
#k_header.sub_on .logo_c, #k_header.sub_on .logo_c{display: block;}
#k_header.sub_on #hd_gnb>ul>li>a, #k_header.sub_on .contact_info a span{color: #222;}

/*header on*/
#k_header.sub_on{background-color: #FFF;border-bottom: 1px solid #d9d9d9; height: 100px; }
#k_header.sub_on #mo_btn span{background-color: #000;}
#k_header.sub_on .hd_logo img, #k_header.sub_on .contact_info { margin-top: 10px; }

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

    #k_header{border-bottom: none;}

	/*header scroll*/
    #k_header.sub_on{background-color: #FFF;}
    #k_header.sub_on .logo_w, #k_header.sub_on .logo_c.pc_img{display: none;}
    #k_header.sub_on .logo_c.mo_img{display: block; margin-top: 0; }

    #k_header.sub_on{height: 100px;}
    #k_header.sub_on .hd_logo a{padding-top: 12px;}

/*    #k_header.sub_on #mo_btn span{top: 23.5px;}*/
}

/*---sub visual---*/
.sub_visual{height: 100vh; position: relative;overflow: hidden;}
#sv_05 { height:  }
.sub_visual figure{width: 100%;height: 100%;background-color: #000;background-repeat: no-repeat;background-position: center center;background-size: cover;transform: scale(1.2);transition: transform 5s ease-in-out;}
.sub_visual.active figure{transform: scale(1);}

.sv_text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 84%;max-width: 1520px;}
.sv_text h2{color: #FFF;text-align: center;margin-top: 100px;word-break: keep-all;}

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

    .sub_visual{height: 100vh;}

    .sv_text h2{margin-top: 75px;}
}

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

    .sub_visual{height: 100vh;}

    .sv_text h2{font-size: 30px;white-space: nowrap;margin-top: 21px;}
}

/*---sub_navi---*/
.sub_navi_wrap{padding: 50px 0;padding-bottom: 0px;}

.sub_navi>ul>li>a{display: none;}
.sub_navi>ul>li>ul{display: none;text-align: center;}

.sub_navi>ul>li>ul>li{display: inline-block;}
.sub_navi>ul>li>ul>li>a{display: block;width: 100%;height: 100%;font-size: 1.13rem;font-weight: 400;color: #777;position: relative;padding: 0 46px;}
.sub_navi>ul>li>ul>li>a::after{content: "";position: absolute;top: 50%;left: 100%;transform: translateY(-50%);width: 5px;height: 5px;background-color: #d9d9d9;border-radius: 5px;margin-left: -1px;}
.sub_navi>ul>li>ul>li:last-child>a::after{display: none;}

.sub_navi>ul>li>ul>li>a.on{font-weight: bold;color: #000;}

/*navi show*/
#sub_navi_01>ul>li.k_menu_1>ul{display: block;}
#sub_navi_02>ul>li.k_menu_2>ul{display: block;}
#sub_navi_03>ul>li.k_menu_3>ul{display: block;}
#sub_navi_04>ul>li.k_menu_4>ul{display: block;}
#sub_navi_05>ul>li.k_menu_5>ul{display: block;}
#sub_navi_06>ul>li.k_menu_6>ul{display: block;}
#sub_navi_06>ul>li>ul>li>a { padding: 0 20px; }

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

    .sub_navi_wrap{padding: 90px 0;}

    .sub_navi>ul>li>ul>li>a{padding: 0 40px;}
}

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

    
    .sub_navi>ul>li>ul>li>a{padding: 0 35px;}
}

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

    .sub_navi_wrap{padding: 50px 0; padding-bottom: 0; }

    /*navi show*/
    #sub_navi_01>ul>li.k_menu_1>ul{display: flex;justify-content: space-between;}
	#sub_navi_02>ul>li.k_menu_2>ul{display: flex;justify-content: space-evenly;}
	#sub_navi_03>ul>li.k_menu_3>ul{display: flex;justify-content: space-between;}
	#sub_navi_04>ul>li.k_menu_4>ul{display: flex;justify-content: space-between;}
    #sub_navi_05>ul>li.k_menu_5>ul{display: flex;justify-content: space-between;}
    #sub_navi_06>ul>li.k_menu_6>ul{display: flex;justify-content: space-between;}

    .sub_navi>ul>li>ul>li>a{font-size: 11px;padding: 0;}
    #sub_navi_06>ul>li>ul>li>a { padding: 0; }
    .sub_navi>ul>li>ul>li>a::after{margin-top: 1px;left: auto;right: 0;margin-left: 0;width: 3px;height: 3px;display: none;}/*임시*/
}

/*---page1_1---*/
/*01 - page1_1_01*/
.sub_img{position: relative;margin-bottom: 140px;}
.sub_img2 { margin-top: 50px; margin-bottom: 100px; }
.sub_img2 img { border-radius: 20px!important; width: 100%; height: auto!important; }
.sub_img img{display: block  ;border-radius: 20px 0 0 20px;}

/*#page1_1_02{background-color: #f9f9f9;}*/

/*02 - page1_1_02*/
#p1_slide .swiper-slide figure{border-radius: 20px;overflow: hidden;}
#p1_slide .swiper-slide figure img{width: 100%;}

.p1_dot{text-align: center;position: relative;display: flex;align-items: center;justify-content: center;height: 30px;margin-top: 39px;gap: 300px;margin-bottom: 30px;}
.p1_dot::before{content: "";position: absolute;top: 15px;left: 0;width: 100%;height: 1px;background-color: #d9d9d9;}
.p1_dot span{width: 10px;height: 10px;background-color: transparent;opacity: 1;position: relative;outline: none;}
.p1_dot span i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 10px;height: 10px;border-radius: 100%;border: 1px solid #d9d9d9;background-color: #f9f9f9;transition: all .3s ease;}
.p1_dot span b{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);white-space: nowrap;padding-top: 25px;}

.p1_dot span b strong{display: block;font-size: 1.25rem;font-weight: bold;letter-spacing: -0.025em;color: #aaa;margin-bottom: 7px;transition: color .3s ease;}
.p1_dot span b p{font-size: 1.13rem;font-weight: 400;letter-spacing: -0.025em;color: #aaa;}

.p1_dot span.swiper-pagination-bullet-active i{width: 30px;height: 30px;border-color: #000;}
.p1_dot span.swiper-pagination-bullet-active strong{color: #000;}
.p1_dot span.swiper-pagination-bullet-active p{color: #777;}

.p1_dot span:hover i{width: 30px;height: 30px;}
.p1_dot span:hover b strong{color: #000;}

/*02 - page1_1_03*/
.p1_list{display: flex;justify-content: space-between;align-items: flex-start;}
.p1_list li{width: calc( ( 100% - 78px ) / 3 );border: 1px solid #d9d9d9;border-radius: 23px;padding-top: 70px;padding-bottom: 48px;}
.p1_list li figure{min-height: 78px;margin-bottom: 40px;}
.p1_list li figure img{display: block;margin: 0 auto;}

.p1_list_text{text-align: center;}
.p1_list_text h4{margin-bottom: 8px;}
.p1_list_text p{color: #777;}


@media screen and (min-width: 1921px){

    .sub_img img{width: 100%;}/*1920*/
}

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

    .p1_dot{gap: 280px;}

    .sub_img{margin-bottom: 105px;}
    .sub_img img{height: 420px;}  
    
    .p1_list li{width: calc( ( 100% - 60px ) / 3 );padding: 60px 25px 43px 25px;}
    .p1_list li figure{margin-bottom: 35px;}
    .p1_list_text h4, .p1_list_text p{word-break: keep-all;}
}

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

    .p1_dot{gap: 250px;margin-top: 30px;}

    .sub_img img{height: 380px;}  

    .p1_list li{width: calc( ( 100% - 50px ) / 3 );padding: 50px 20px 40px 20px;}
    .p1_list li figure{margin-bottom: 30px;}
    .p1_list_text h4, .p1_list_text p{word-break: keep-all;}
}

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

    .p1_dot{gap: 200px;}
}

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

    #page1_1_02{overflow: hidden;}

    .sub_img{margin-bottom: 68px;}
    .sub_img img{height: 261px;}

    .p1_dot{margin-top: 9px;gap: 35%;margin-bottom: 12px;}
    .p1_dot::before{width: 200%;left: -50%;}
    .p1_dot span i{width: 6px;height: 6px;}
    .p1_dot span b{padding-top: 9px;}
    .p1_dot span b strong{margin: 0;font-size: 11px;}
    .p1_dot span b p{display: none;}

    .p1_dot span.swiper-pagination-bullet-active i, .p1_dot span:hover i{width: 16px;height: 16px;}

    .p1_list{display: block;flex: none;}
    .p1_list li{width: 100%;padding: 25px 0 30px 0;margin-bottom: 24px;border-radius: 10px;}
    .p1_list li:last-child{margin-bottom: 0;}
    .p1_list li figure{min-height: 38px;margin-bottom: 21px;}
    .p1_list li figure img{max-width: 37px;}

    .p1_list_text h4{font-size: 11px;margin-bottom: 3px;}
    .p1_list_text p{font-size: 11px;}
}



/*히스토리*/

.history_content { position: relative; padding-left: 30%; padding-top: 80px; padding-bottom: 150px; }
.history_content:after { content: ""; display: block; position: absolute; left: 30%; top: 0; width: 1px; bottom: 0; background: #cccccc; }
.history_content .title_g { position: absolute; left: 0; top: 80px; }
.history_content .title_g .big_year { font-size: 100px; font-weight: 800; text-align: right; line-height: 1; }
.history_content .title_g .thumb { margin-top: 70px; }
.history_content .list_row { position: relative; z-index: 2; }
.history_content .list_row + .list_row { margin-top: 80px; }
.history_content .list_row .year { position: absolute; left: -200px; top: 0; color: #000; font-size: 45px; line-height: 1; font-weight: bold; }
.history_content .list_row .month { padding-left: 100px; position: relative; }
.history_content .list_row .month:after { content: ""; display: block; position: absolute; background: url(../img/his_year.png) no-repeat 0 0; left: 0; top: 4px; width: 40px; height: 21px; transform: translateX(-50%); }
.history_content .list_row .month ul li + li { margin-top: 15px; }
.history_content .list_row .month ul li dl { position: relative; }
.history_content .list_row .month ul li dl dt, .history_content .list_row .month ul li dl dd { letter-spacing: -0.025em; line-height: 1.6; }
.history_content .list_row .month ul li dl dt { position: absolute; left: 0; font-size: 20px; font-weight: 600; color: #333; }
.history_content .list_row .month ul li dl dd { padding-left: 45px; color: #666666; font-size: 18px; }


@media (max-width: 1280px) {
	.d_sb_sec_his .d_inner {
		display: block;
	}
	.d_sb_sec_his .d_sb_bg_tit {
		width: 100%
	}
	.d_sb_sec_his .row {
		width: 100%;
	}
}

@media (max-width: 1199px) { .history_content { padding-left: 0; padding-bottom: 50px; padding-top: 40px; }
  .history_content:after { top: 0px; left: 95px; }
  .history_content .title_g { position: static; padding-bottom: 30px; }
  .history_content .title_g .big_year { text-align: center; font-size: 40px; }
  .history_content .title_g .big_year br { display: none; }
  .history_content .title_g .thumb { display: none; }
  .history_content .list_row { width: 100%; }
  .history_content .list_row .year { left: 0; font-size: 28px; }
  .history_content .list_row .month { padding-left: 120px; }
  .history_content .list_row .month:after { left: 85px; top: 3px; transform: translateX(0); } }

@media (max-width: 480px) { .history_content { padding-bottom: 25px; }
  .history_content:after { top: 50px; left: 46.5px; }
  .history_content .title_g .big_year { font-size: 20px; }
  .history_content .list_row + .list_row { margin-top: 20px; }
  .history_content .list_row .year {  font-size: 3.33333vw; top: 2px; }
  .history_content .list_row .month { padding-left: 60px; }
  .history_content .list_row .month ul li + li { margin-top: 8px; }
  .history_content .list_row .month ul li dl dt, .history_content .list_row .month ul li dl dd {  font-size: 3.2vw; line-height:160%;  }
  .history_content .list_row .month ul li dl dd { }
  .history_content .list_row .month:after { left: 42px; top: 2px; transform: translateX(0); width: 10.5px; height: 10.5px; background-size: 100% auto; }
  .tabnav { margin-top: 8px; }
  .tabnav a { font-size: 3.33333vw; height: 35px; line-height: 35px; } }

/*찾아오시는길*/

.location_wrap .loc_map {
	width: 100%!important;
	margin-top: 50px;
}

.location_wrap .loc_table {
	margin-top: 100px;
	width: 100%;
}

.location_wrap .loc_table .t_head { 
	border-top : 2px solid #222;
}

.location_wrap .loc_table tr .td_head {
	font-weight: bold;
	text-align: center;
	padding-left: 0!important;
}

.location_wrap .loc_table tr td { 
	border-bottom: 1px solid #101010;
    border-right: 1px solid #101010;
    padding: 30px 0;
    font-size: 1.125rem;
    line-height: 25px;
	padding-left: 20px;
}

.location_wrap .loc_table tr td:last-child {
	border-right: 0!important;
}

.location_tit {
	margin: 50px auto 100px!important;
	height: 50px;
}

.location_tit>li {
	list-style: none!important;
	margin-left: 0!important;
}

.location_tit>li>div {
	float: left;
	overflow: hidden;
	display: block;
	margin-right: 50px;
}
.location_tit>li>div>img {
	margin-right: 10px;
}

@media screen and (max-width: 720px){
	
	.location_tit {
		height: auto;
		margin-bottom: 50px!important;
		width: 110%;
	}
	
	.location_tit>li>div {
		float: none;
		margin-top: 20px;
		margin-right: 0;
	}
	
	.location_tit>li>div>img {
		width: 10%;
	}
	
}

/*//찾아오시는길*/


/*사업소개*/

.sub_text ul {
	margin-top: 10px;
}

.sub_text ul li {
	list-style: circle;
	margin-left: 20px;
	margin-top: 10px;
}

.sub_table {
	margin-top: 100px;
	width: 100%;
}

.sub_table .t_head { 
	border-top : 2px solid #222;
}

.sub_table tr .td_head {
	font-weight: bold;
	text-align: center;
	padding-left: 0!important;
}

.sub_table tr td { 
	border-bottom: 1px solid #101010;
    border-right: 1px solid #101010;
    padding: 30px 0;
    font-size: 1.125rem;
    line-height: 25px;
	padding-left: 20px;
}

.sub_table tr td:last-child {
	border-right: 0!important;
}

.circle_sub {
	top: 220px!important;
	right: 90px!important;
}


@media screen and (max-width: 720px){
	
	.sub_text .ms2_box_wrap {
		display: flex!important;
	}
	.sub_text .ms2_box_wrap .ms2_box_01{
		margin-top: 0!important;
	}
	
}



#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:100px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:15px 0 15px;width:100px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}

/*//사업소개*/



.sub_half {
	display: flex;justify-content: left; align-items: center;
	margin-top: 50px;
}
.sub_half:nth-child(1) { margin-top: 100px; }  
.sub_half .sub_txt_left { max-width: 60%; padding-left: 100px; }
.sub_half:nth-child(2) .sub_txt_left { padding-left: 0; padding-right: 150px; }
.sub_half .sub_txt_img img { border-radius: 20px!important; }

.sub_half>.m_display { display: none; }

@media screen and (max-width: 1480px){
	.sub_half {
		display: block;
	}
	.sub_half>.m_display { display: block; }
	.sub_half>.pc_display { display: none; }
	.sub_half .sub_txt_img img {
		width: 100%;
	}
	.sub_half .sub_txt_left {
		max-width: 100%;
		margin: 50px 0 100px;
	}
	.sub_half .sub_txt_left .br_pc { 
		display: none;
	}
}

/*비즈살롱*/
.je_biz_img { padding: 0; }
.je_biz_img .je_container { display: flex; align-items: flex-start; justify-content: space-between; max-width: 1420px; margin: 0 auto; }
.je_biz_img .je_ct_tit { font-size: 3.125rem; font-weight: 900; line-height: 1.25; }
.je_biz_img .je_p br { display: none; }
.je_biz_img .je_p {  margin-top: 20px; font-size: 1.125rem;}
.je_biz_img .je_view { margin-left: auto; margin-right: auto; margin-top: 74px;}
.je_biz_img .m_btn { margin: 50px 0; }


.je_biz_img .je_container.ct04_list{
    display: block;
    margin-top: 50px;
}
.je_biz_img .content_wrap{
    display: flex;
    flex-wrap: wrap;
}
.je_biz_img .content_wrap li{
    width: 31.7%;
    margin-right: 2.4%;
    margin-bottom: 80px;
}
.je_biz_img .content_wrap li:nth-child(3n){
    margin-right: 0;
}
.je_biz_img .content_wrap li:nth-child(4),
.je_biz_img .content_wrap li:nth-child(5){
    margin-bottom: 0;
}
.je_biz_img .content_wrap li figure{
    width: 100%;
    height: 0;
    padding-bottom: 66.6%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

@media screen and (max-width: 960px){
    .je_biz_img .m_btn{
        margin: 0;
        align-self: center;
    }
    .je_biz_img .m_btn>span{
        width: 250px;
    }
}

@media screen and (max-width: 720px) {
  .je_biz_img { padding: 75px 0; }
  .je_biz_img .je_container { display: block; }
  .je_biz_img .je_p{font-size: 2.2rem; margin-top: 8px;}

  .je_biz_img  .je_ct_hdr .je_p{font-size: 1.125rem;}
  .je_biz_img .je_p br { display: block; }
  .je_biz_img .m_btn { text-align: left; margin-top: 50px; }
  .je_biz_img .je_view { margin-top: 48px; }

  .je_biz_img .content_wrap li{
    width:100%;
    margin-right:0;
    margin-bottom: 50px;
    }
    .je_biz_img .content_wrap li:nth-child(4),
    .je_biz_img .content_wrap li:nth-child(5){
        margin-bottom: 50px;
    }
    .je_biz_img .content_wrap li p{font-size: 1.125rem; }
}
@media screen and (max-width: 364px){
	.je_biz_img .je_p{white-space: nowrap;}
}


/*이전행사240719*/
.history_wrap { width: 100%; background: #fff; border: 1px solid #d9d9d9; padding: 50px; display: flex; align-items: center; justify-content: space-between; margin-top: 50px; }
.history_wrap:first-child { margin-top: 0; }
.history_wrap .je_sub_tit { font-weight: 700; font-size: 1.125rem; }
.history_wrap>div { width: 50%; }
.history_wrap .his_left .je_p { color: #777; margin-top: 20px; margin-bottom: 50px; }
.history_wrap .his_left .m_btn { display: flex; flex-direction: column; }
.history_wrap .his_left .m_btn>.m_btn2 { margin-left: 0; margin-top: 20px; }

.history_wrap .his_right .his_img { text-align: right; }
.history_wrap .his_right .his_img img { width: 100%; max-width: 650px; }

@media screen and (max-width: 1250px){
    .history_wrap { align-items: flex-start; }
}

@media screen and (max-width: 960px){
    .history_wrap { display: block; }
    .history_wrap>div { width: 100%; }
    .history_wrap .his_right .his_img { margin-top: 30px; text-align: center; }
    .history_wrap .his_right .his_img img { max-width: 100%; }
    .history_wrap .his_left .m_btn { flex-direction: row; }
    .history_wrap .his_left .m_btn>.m_btn2 { margin-top: 0; margin-left: 20px; }
}

@media screen and (max-width: 620px){
    .history_wrap .his_left .m_btn { flex-direction: column; }
    .history_wrap .his_left .m_btn>.m_btn2 { margin-top: 20px; margin-left: 0; }
    .m_btn>span { width: 100%; }
    .history_wrap { padding: 50px 20px; }
}


/*240827 비즈살롱 버튼 추가*/
.je_sub_vs .m_btn>span { background: none; border-color: #fff; }
.je_sub_vs .m_btn>span:hover { background: #fff; border-color: #fff; }
.je_sub_vs .m_btn>span:hover>a { color: #000; }
.je_sub_vs .m_btn>span>a { color: #fff; }
/*240827 비즈살롱 버튼 추가*/


.date_wrap_new { margin-top: 50px; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap { margin-top: 50px;  display: flex; justify-content: flex-start; align-items: center; gap: 20px; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap .table_tit {width: fit-content; padding: 10px 20px; font-weight: 700; font-size: 20px; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap:nth-child(1) .table_tit { background: #edc7fb; color: #222; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap:nth-child(3) .table_tit { background: #9cd0fb; color: #222; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap:nth-child(5) .table_tit { background: #aad690; color: #222; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap:nth-child(7) .table_tit { background: #a8dabb; color: #222; }
.date_wrap_new .table_wrap .table_cnt>.table_tit_wrap:nth-child(9) .table_tit { background: #d2dddc; color: #222; }
.date_wrap_new .table_wrap .table_cnt .table_tit_2 { color: #999; font-weight: 500; }
.date_wrap_new .table_wrap table{ margin-top: 10px; margin-bottom: 80px; }
.date_wrap_new .table_wrap table:last-child { margin-bottom: 0; }
.date_wrap_new .table_wrap tr td { border-bottom: 1px solid #d9d9d9; }
.date_wrap_new .table_wrap tr .td_head { width: 30%; border-right: 0; font-size: 1.38rem; vertical-align: top; font-weight: 500; color: #999; }
.date_wrap_new .table_wrap tr .td_cnt_wrap { width: 70%; text-align: left; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .td_cnt { margin-bottom: 20px; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .td_cnt:last-child { margin-bottom: 0; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox { width: 100%; background: #f9f9f9; border-radius: 20px; padding: 20px; margin-top: 10px; display: flex; flex-direction: column; gap: 20px; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt { display: flex; justify-content: flex-start; gap: 20px; align-items: center; font-size: 16px; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_flextop { align-items: flex-start!important; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt .date_tit { background: #fff; border: 2px solid #67babe; padding: 5px 10px; border-radius: 20px; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt .date_tit_1 { background: #c3e4df; border: 0; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt .date_tit_2 { background: #e6edd4; border: 0; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt .date_tit_3 { background: #dcd7e2; border: 0; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt .date_txt { font-size: 18px; color: #777; }
.date_wrap_new .table_wrap tr .td_cnt_wrap .date_cntbox .date_cnt_txt .date_txt>strong { font-weight: 900; }

.date_wrap_new.tab-content { display: none; }
.date_wrap_new.current { display: block; }

.date_tab ul.tab { display: block; margin-top: 100px; text-align: left; }
.date_tab ul.tab li {
    display: inline-block; cursor: pointer;
    font-weight: 400;
    background: #67babe;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
}
/*
.date_tab ul.tab li::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #d9d9d9;
    border-radius: 5px;
    margin-left: -1px;
}
*/
.date_tab ul.tab li.current { background: #448d90; font-weight: bold; }

@media screen and (max-width: 960px){
    .date_wrap_new .table_wrap .table_cnt>.table_tit_wrap { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
    .date_tab ul.tab { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
    .date_tab ul.tab li { padding: 0; }
    .date_tab ul.tab li::after { display: none; }
    .date_wrap_new .table_wrap .table_cnt>.table_tit_wrap .table_tit { font-size: 18px; }
}


/*스폰서십*/
.spon_wrap .spon_td { padding: 0!important; }
.spon_wrap .spon_td_1 { background: #dee9f6; }
.spon_wrap .spon_td_2 { background: #ddf7fc; }
.spon_wrap .spon_td_3 { background: #f3e5ff; }
.spon_wrap .spon_td_4 { background: #f8f0d5; }
.spon_wrap .spon_td_5 { background: #f1f1f1; }
.spon_wrap .spon_td_6 { background: #d3bfaf; }

.spon_wrap .circle-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.spon_wrap .spon_td_1 .circle-check { background: #173c66; }
.spon_wrap .spon_td_2 .circle-check { background: #70c4d5; }
.spon_wrap .spon_td_3 .circle-check { background: #c5a2e2; }
.spon_wrap .spon_td_4 .circle-check { background: #e2c787; }
.spon_wrap .spon_td_5 .circle-check { background: #aaa; }
.spon_wrap .spon_td_6 .circle-check { background: #c58f64; }

.spon_wrap .content { width: 100%; }
.spon_wrap .je_ct_hdr { width: 100%; margin-top: 50px; display: flex; justify-content: flex-start; align-items:flex-start; gap:20px; flex-direction: column; }



.info_wrap:nth-child(n+2) { margin-top: 50px; }
.info_wrap .je_image { border: 1px solid #d9d9d9; margin-top: 20px; }
.info_wrap .je_image img { width: 100%; max-width: 1420px; }
.info_wrap .info_cnt { margin-top: 20px; width: 100%; }
.info_wrap .info_cnt .info_tit { display: flex; justify-content:flex-start; align-items: flex-start; flex-direction: column; gap:10px; }
.info_wrap .info_cnt .info_tit .info_tit_2 { display: flex; justify-content:flex-start; align-items: center; gap: 20px; font-size: 1.125rem; }
.info_wrap .info_cnt .info_tit .info_tit_2 .info_label { font-weight: 700; padding: 5px 10px; border: 1px solid #777; border-radius: 50px; background: #f9f9f9; min-width: 160px; text-align: center; }

.info_wrap .info_cnt_2 { width: 100%; margin-top: 20px; }
.info_wrap .info_cnt_2 .info_tit { display: flex; justify-content:center; align-items: center; gap:20px; flex-wrap: wrap; }
.info_wrap .info_cnt_2 .info_tit .info_tit_2 { width: calc(50% - 20px); display: flex; justify-content:flex-start; align-items: center; gap: 20px; }
.info_wrap .info_cnt_2 .info_tit .info_tit_2 .info_thum { width: 60%; }
.info_wrap .info_cnt_2 .info_tit .info_tit_2 .info_thum img { width: 100%; border-radius: 20px; }
.info_wrap .info_cnt_2 .info_tit .info_tit_2 .info_subtxt { width: 40%; display: flex; justify-content:flex-start; align-items: flex-start; flex-direction: column; gap:10px; }

@media screen and (max-width: 720px){
    .info_wrap .info_cnt_2 .info_tit .info_tit_2 { width: 100%; }
}

@media screen and (max-width: 420px){
    .info_wrap .info_cnt_2 .info_tit .info_tit_2 { flex-direction: column; }
    .info_wrap .info_cnt_2 .info_tit .info_tit_2 .info_thum,.info_wrap .info_cnt_2 .info_tit .info_tit_2 .info_subtxt { width: 100%; }
}


.hotel_cnt { width: 100%; margin-top: 20px; display: flex; justify-content:center; align-items: center; gap:50px 20px; flex-wrap: wrap; }
.hotel_cnt .hotel_cnt_2 { width: calc(33.33% - 20px); }
.hotel_cnt .hotel_cnt_2 .hotel_img { overflow: hidden; margin-bottom: 20px; }
.hotel_cnt .hotel_cnt_2 .hotel_img img { width: 100%; transition: .3s; position: relative; }
.hotel_cnt .hotel_cnt_2:hover .hotel_img img { opacity: .6; }

@media screen and (max-width: 720px){
    .hotel_cnt .hotel_cnt_2 { width: 100%; }
}


.trav_wrap .trav_top { width: 100%; display: flex; justify-content:center; align-items: center; gap:20px; flex-wrap: wrap; }
.trav_wrap .trav_top>a { width: calc(50% - 20px); }
.trav_wrap .trav_top>a img { width: 100%; }

.trav_wrap .trav_cnt { margin-top: 50px; display: flex; justify-content:flex-start; align-items: flex-start; gap:50px 20px; flex-wrap: wrap; }
.trav_wrap .trav_cnt .trav_cnt_2 { width: calc( 33.33% - 20px); display: flex; justify-content:flex-start; align-items: flex-start; flex-direction: column; gap:10px; }
.trav_wrap .trav_cnt .trav_cnt_2>h2 { display: flex; justify-content:flex-start; align-items: flex-start; gap:10px; }
.trav_wrap .trav_cnt .trav_cnt_2>h2>span { font-size: 1.125rem; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #26445a; color: #fff; }
.trav_wrap .trav_cnt .trav_cnt_2 img { width: 100%; }
.trav_wrap .trav_cnt .trav_cnt_2 p { word-break: keep-all; }

@media screen and (max-width: 1020px){
    .trav_wrap .trav_cnt .trav_cnt_2 { width: calc(50% - 20px) }
}

@media screen and (max-width: 720px){
    .trav_wrap .trav_top>a { width: 100%; }
    
    .trav_wrap .trav_cnt .trav_cnt_2 { width: 100% }
}



.popup-layer {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.popup-inner {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  max-width: 800px;
  width: 80%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.popup-loading {
  text-align: center;
  padding: 40px;
}

.popup-inner .m_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 720px){
    .popup-inner { padding: 30px; }
}



.partpro_wrap { width: 100%; margin-top: 50px; display: flex; justify-content: flex-start; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.partpro_wrap .partpro_cnt { width: calc(33.33% - 20px); }

.partpro_wrap .partpro_cnt .partpro_img { position: relative; background-color: #000; }
.partpro_wrap .partpro_cnt .partpro_img img { width: 100%; opacity: .7; }
/*.partpro_wrap .partpro_cnt .partpro_img img::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }*/
.partpro_wrap .partpro_cnt .partpro_img h2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; width: 90%; text-align: center; }



.partpro_pop .popup_title h2 { padding: 20px 0; }
.partpro_pop .popup_title p { border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; padding: 20px 0; }
.partpro_pop .popup_title p:nth-child(3){ border-top: 0; }

.partpro_pop .popup_table { margin-top: 50px; width: 100%; }
.partpro_pop .popup_table table { margin-top: 20px; }

.partpro_pop .popup_table table tr { border: 1px solid #d9d9d9; }
.partpro_pop .popup_table table tr th { font-weight: bold; background: #222; color: #fff; }
.partpro_pop .popup_table table tr th, .partpro_pop .popup_table table tr td { padding: 10px 20px; }
.partpro_pop .popup_table table tr th:first-child { border-right: 1px solid #d9d9d9; width: 30%; }
.partpro_pop .popup_table table tr td:first-child { border-right: 1px solid #d9d9d9; background: #f9f9f9; font-weight: bold; text-align: center; }


.songdo_wrap { display: flex; justify-content: flex-start; align-items: flex-start; gap: 20px; flex-wrap: wrap }
.songdo_wrap>.songdo_cnt { width: calc(25% - 20px); display: flex; justify-content: center; align-items:center; gap: 10px; flex-direction: column; margin-top: 30px; }
.songdo_wrap>.songdo_cnt .songdo_tit { width: 100%; text-align: center; padding: 10px; background: #26445a; color: #fff; border-radius: 10px; }
.songdo_wrap>.songdo_cnt .songdo_txt p { word-break: keep-all; }

@media screen and (max-width: 820px){
    .songdo_wrap>.songdo_cnt { width: calc(50% - 20px); }
}



.program_sum { width: 100%; display: flex; justify-content: flex-start; gap:20px; align-items: flex-start; flex-wrap: wrap; }
.program_sum>div { width: calc(50% - 20px);  margin-top: 20px; padding-top: 20px;  }
.program_sum>div>h2 { font-weight: 500; margin-bottom: 20px; background: #67babe; padding: 10px 20px; border-radius: 10px; color: #fff; width: fit-content; }
.program_sum>div>div { border-top: 2px solid #222;  padding: 0 20px; }
.program_sum .program_cnt { display: flex; justify-content: flex-start; align-items: center; padding: 0; height: 100px; max-height: 100px; }
.program_sum .program_cnt h2 { font-weight: 500; color: #999; min-width: 120px; }
.program_sum .program_cnt p { font-weight: 500; }
.program_sum .program_cnt .program_line {  display: flex; align-items: center; justify-content: center; padding: 0 50px; height: 100%; position: relative; }
.program_sum .program_cnt .program_line .program_line_circle { display: flex; align-items: center; justify-content: center; width: 7px; height: 7px; background: #67babe; border-radius: 100%;  }
.program_sum .program_cnt .program_line::before { position: absolute; display: block; content: ''; width: 1px; height: 100%; background: #67babe; }
.program_sum .program_cnt:first-child .program_line::before {bottom: 0; height: 50%; }
.program_sum .program_cnt:last-child .program_line::before {top: 0; height: 50%; }

@media screen and (max-width: 1200px){
    .program_sum>div { width: 100%; }
}
@media screen and (max-width: 400px){
    .program_sum .program_cnt .program_line { padding: 0 30px }
}