


/*reset*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;letter-spacing:-0.5px}
body{font-size:14px}
li{list-style:none}
img{border:0;max-width:100%}
body, td, p, input, button, textarea, select,a{font-family:'Noto Sans KR',sans-serif; color:#000}
h1,h2,h3,h4,h5,h6,strong,b,dt,em,th{font-weight:600}
em,i{font-style:normal}
a,a:hover,a:active,a:focus{text-decoration:none}

.txt_ell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.txt_ell2{display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden}

/*common*/    
:root{
    --main-color:#00ffd8;
    --main-color2:#2bc8b0;
	--main-color2-over:#289f8e;
	--main-color3:#f2838f;
}


/*�״����� ����*/
#bo_v_share{display:none} /*�Խ��� ��ũ����ư����*/
#bo_list_total{font-size:0.875rem} /*�Խ��� total 4�� 1������ ����*/
.bo_fx{display:none} /*�Խ��� ����Ʈ �ϴ� �۾��� ����*/
#bo_v_con{font-size:1rem;min-height:100px}
#btn_autosave{display:none !important}


#bo_v_info{display:flex;align-items:center;justify-content:space-between}
#bo_v_info:after{display:none}
#bo_v_info .profile_info{display:flex;align-items:center;margin:15px 0;}
#bo_v_info .profile_info .pf_img img{width:60px;height:60px;min-width:60px;border:1px solid #ddd}
#bo_v_info .profile_info .profile_info_ct{line-height:1.6}


#bo_list_total{display:none}

/*��õ*/
#bo_v_act .bo_v_good{background:var(--main-color2);color:#fff;border:0}
#bo_v_act .bo_v_good:hover{background:var(--main-color2-over);color:#fff}

/*Į�󺯰�*/
.cmt_btn span.total{color:var(--main-color2)}
.cmt_btn span.total:after{background:var(--main-color2)}


.embed-container { position: relative;; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    
    
/*pc*/
@media all and (min-width:1024px) {	
    ._mo{display:none !important}
	.container{position:relative;max-width:1400px;margin:0 auto}

	/*header*/
	#header{position:fixed;right:0;top:0;width:350px;height:100%;z-index:100;background:rgba(0,0,0,0.8)}
    #header .inner{display:flex;flex-direction:column;justify-content: space-between;height:100%;overflow: auto}
    
    
    .logoG{text-align:center}    
    .logoG .tel{display:flex;align-items:center;justify-content:center;background:#058775;height:90px;padding-bottom:10px;font-size:18px;color:#fff}
    .logoG .tel i{display:inline-block;width:40px;height:40px;background:url('/images/ico_tel.png') no-repeat center}
    .logoG .tel span{margin:0 10px}
    .logoG .tel b{font-size:24px;font-weight:800;color:val(--main-color)}
    
    .logoG .lang{display:inline-block;position:relative;top:-20px;height:40px;line-height:40px;background:#17655a;border-radius:40px;padding:0 45px}
    .logoG .lang b{font-size:14px;color:#fff}
    .logoG .lang a{position:absolute;left:8px;top:8px}
    .logoG .lang a:last-child{left:auto;right:8px}
	.logoG .lang a img{vertical-align:top}
    
    .logoG .logo{text-align:left;padding:30px 40px 40px}
   
    .lnbG{flex:1}
	.lnbG .close{display:none}
	.lnbG .menu {z-index:10 ;display: flex; flex-direction: column; overflow: hidden;}
	.lnbG .menu  li{position:relative;margin-top:2px}			
	.lnbG .menu  li > a{display: block; height:50px;line-height:46px;border:2px solid rgba(0,0,0,0);
        border-left:0;font-size:20px;border-radius:0 50px 50px 0;color:#fff;padding:0 40px;transition: background-color 0.2s ease;}
	.lnbG .menu  li > a:hover,
    .lnbG .menu  li.on > a{border:2px solid var(--main-color);border-left:0;color:var(--main-color)}    
 
  /* 서브메뉴 초기 상태 - 높이 0으로 숨김 */
.menu .submenu {
  /* position: absolute 사용하지 않음! */
  max-height: 0;
  overflow: hidden;  
  border:none;
  transition: max-height 0.4s ease-out;
}

/* 호버 시 서브메뉴 표시 - 다른 메뉴들이 밑으로 밀림 */
.menu > li:hover .submenu {
  max-height: 3000px; /* 충분히 큰 값 */
  transition: max-height 0.4s ease-in;
}


.menu .submenu li:last-child {
  border-bottom: none;
}

.menu .submenu li a {
  display: block;
  padding: 12px 60px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.menu .submenu li a:hover {
  color:#00ffd8;
  padding-left: 65px;
  border:none;
}

    
    .snsG{display:flex;flex-wrap:wrap;padding:15px 20px}
    .snsG li{width:50%;padding-left:20px}
    .snsG li a{display:inline-block;font-size:14px;color:#fff;padding-left:45px;line-height:45px}
    .snsG li .blog{background:url('/images/sns_naver.png') no-repeat 0 center}
    .snsG li .youtube{background:url('/images/sns_youtube.png') no-repeat 0 center}
    .snsG li .kakao{background:url('/images/sns_katalk.png') no-repeat 0 center}
    .snsG li .pdf{background:url('/images/sns_pdf.png') no-repeat 0 center}
    
    .logG{color:#fff}
	.logG .out_log1{display:flex;background:#444;padding:5px 20px}
	.logG .out_log1 li{width:33.33%;text-align:center}
	.logG .out_log1 a{font-size:13px;color:#fff}
	.logG .out_log2{display:flex;align-items:center;background:#222;padding:5px 20px}
	.logG .out_log2 .profile_img{display:flex;align-items:center}
	.logG .out_log2 .profile_img img{width:45px;height:45px;border-radius:50%;background:#fff}
	.logG .out_log2 .profile_img span{display:inline-block;padding-left:3px}
    .logG .out_log2 li{width:33.33%;text-align:center}
	.logG .out_log2 li a{display:inline-block;padding-left:30px;color:#fff;font-size:14px;line-height:50px;}
    .logG .out_log2 .login{background:url('/images/log_in.png') no-repeat 0 center;}
    .logG .out_log2 .join{background:url('/images/log_join.png') no-repeat 0 center}
	.logG .out_log2 .logout{background:url('/images/log_logout.png') no-repeat 0 center}
	.logG .out_log2 .modify{background:url('/images/log_modify.png') no-repeat 0 center}
	.logG .out_log2 .admin{background:url('/images/log_admin.png') no-repeat 0 center}
    .logG .takeout{display:block;text-align:center;line-height:50px;background:var(--main-color2);color:#fff;border-radius:40px;margin:10px 40px}
	.logG .takeout.s1 span{display:inline-block;line-height:50px;padding-left:50px;background:url('/images/ico_book.png') no-repeat 0 center / 35px}
	.logG .takeout.s2 span{display:inline-block;line-height:50px;padding-left:50px;background:url('/images/ico_money.png') no-repeat 0 center / 35px}
    

    
    /*swiper*/
	.swiperG{position:relative}
    .swiperG .swiper-pagination{position:relative;width:100%;padding:10px 0}
    .swiperG .swiper-pagination-bullet{width:12px;height:12px;margin:0 5px}
    .swiperG .swiper-pagination-bullet-active{background:#000}
    .swiperG .swiper-button-prev:after,
    .swiperG .swiper-button-next:after{display:none}
    .swiperG .swiper-button-prev{left:-100px;width:60px;height:60px;margin-top:-30px;background:url('/images/swiper_prev.png') no-repeat center}
    .swiperG .swiper-button-next{right:-100px;width:60px;height:60px;margin-top:-30px;background:url('/images/swiper_next.png') no-repeat center}
    .swiperG .swiper-button-prev.in{left:0;width:60px;height:60px;background:url('/images/sub/swiper_prev.png') no-repeat center}
    .swiperG .swiper-button-next.in{right:0;width:60px;height:60px;background:url('/images/sub/swiper_next.png') no-repeat center}

   

    
    #footer {background:#333333;padding:40px 0}
    #footer .inner{display:flex;align-items:center}
    #footer .logo{width:280px;text-align:center}
    #footer .company{padding:0 20px;color:#a7a7a7;font-size:14px;font-weight:300;;line-height:1.6}
    #footer .company .name{font-size:20px;font-weight:500;color:#fff;margin-bottom:5px}
    #footer .company .name i{display:inline-block;border-left:1px solid #fff;height:15px}
    #footer .company em{color:var(--main-color)}
    #footer .company  i{margin:0 6px}
    #footer .company  b{font-weight:400;color:#fff;text-transform: uppercase}

	

}


/*mobile*/
@media all and (max-width:1023px) {
	html{font-size:12px}
    body, div, td, p, input, button, textarea, select,a{font-size:12px}
    ._pc{display:none !important}
    
    .container{padding:0 4%}
    
	
	/*header*/
	#header{position:fixed;left:0;top:0;width:100%;height:60px;z-index:100;background:#fff;border-bottom:1px solid #ccc}
	
    #header .inner{display:flex;flex-direction: column;justify-content: space-between;position:fixed;width:80%;left:-80%;max-width:350px;top:0;z-index:90;height:100%;background:rgba(0,0,0,0.9);border-right:1px solid #aaa;transition:.3s;overflow:auto}
    #header .inner.on{left:0}
    
    .logoG{text-align:center}    
    .logoG .tel{display:flex;align-items:center;justify-content:center;background:#058775;height:80px;padding-bottom:10px;font-size:16px;color:#fff}
    .logoG .tel i{display:inline-block;width:40px;height:40px;background:url('/images/ico_tel.png') no-repeat center /30px}
    .logoG .tel span{margin:0 10px;white-space:nowrap}
    .logoG .tel b{font-size:20px;font-weight:800;color:val(--main-color)}
    
    .logoG .lang{display:inline-block;position:relative;top:-20px;height:40px;line-height:40px;background:#17655a;border-radius:40px;padding:0 45px}
    .logoG .lang b{font-size:14px;color:#fff}
    .logoG .lang a{position:absolute;left:8px;top:8px}
    .logoG .lang a:last-child{left:auto;right:8px}
	.logoG .lang a img{vertical-align:top;}
    
    .logoG .logo{display:none}
    
    
   
    .lnbG{flex:1}
	.lnbG .close{display:none}
	.lnbG .menu {position:relative;z-index:10}
	.lnbG .menu  li{margin-top:-2px}			
	.lnbG .menu  li > a{display:inline-block;height:40px;line-height:36px;border:2px solid rgba(0,0,0,0);border-left:0;font-size:16px;border-radius:0 40px 40px 0;color:#fff;padding:0 30px}
	.lnbG .menu  li > a:hover,
    .lnbG .menu  li.on > a{border:2px solid var(--main-color);border-left:0;color:var(--main-color)}    


      /* 서브메뉴 초기 상태 - 높이 0으로 숨김 */
.menu .submenu {
  /* position: absolute 사용하지 않음! */
  max-height: 0;
  overflow: hidden;  
  border:none;
  transition: max-height 0.4s ease-out;
}

/* 호버 시 서브메뉴 표시 - 다른 메뉴들이 밑으로 밀림 */
.menu > li:hover .submenu {
  max-height: 3000px; /* 충분히 큰 값 */
  transition: max-height 0.4s ease-in;
}


.menu .submenu li:last-child {
  border-bottom: none;
}

.menu .submenu li a {
  display: block;
  padding: 12px 60px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.menu .submenu li a:hover {
  color:#00ffd8;
  padding-left: 65px;
  border:none;
}
    
    

    .snsG{display:flex;flex-wrap:wrap;padding:10px 15px;background:#333}
    .snsG li{width:50%;padding-left:10px}
    .snsG li a{display:inline-block;font-size:12px;color:#fff;padding-left:40px;line-height:40px;background-size:30px !important;white-space:nowrap}
    .snsG li .blog{background:url('/images/sns_naver.png') no-repeat 0 center}
    .snsG li .youtube{background:url('/images/sns_youtube.png') no-repeat 0 center}
    .snsG li .kakao{background:url('/images/sns_katalk.png') no-repeat 0 center}
    .snsG li .pdf{background:url('/images/sns_pdf.png') no-repeat 0 center}
    
    .logG{color:#fff}
	.logG .out_log1{display:flex;background:#444;padding:5px 20px}
	.logG .out_log1 li{width:33.33%;text-align:center}
	.logG .out_log1 a{font-size:13px;color:#fff}
	.logG .out_log2{display:flex;align-items:center;background:#222;padding:5px 20px}
	.logG .out_log2 .profile_img{display:flex;align-items:center}
	.logG .out_log2 .profile_img img{width:45px;height:45px;border-radius:50%;background:#fff}
	.logG .out_log2 .profile_img span{display:inline-block;padding-left:3px}
    .logG .out_log2 li{width:33.33%;text-align:center}
	.logG .out_log2 li a{display:inline-block;padding-left:30px;color:#fff;font-size:14px;line-height:50px;}
    .logG .out_log2 .login{background:url('/images/log_in.png') no-repeat 0 center;}
    .logG .out_log2 .join{background:url('/images/log_join.png') no-repeat 0 center}
	.logG .out_log2 .logout{background:url('/images/log_logout.png') no-repeat 0 center}
	.logG .out_log2 .modify{background:url('/images/log_modify.png') no-repeat 0 center}
	.logG .out_log2 .admin{background:url('/images/log_admin.png') no-repeat 0 center}

    .logG .takeout{display:block;text-align:center;line-height:35px;background:var(--main-color2);color:#fff;border-radius:40px;margin:10px 30px}
	.logG .takeout.s1 span{display:inline-block;line-height:35px;padding-left:40px;background:url('/images/ico_book.png') no-repeat 0 center / 26px}
	.logG .takeout.s2 span{display:inline-block;line-height:35px;padding-left:40px;background:url('/images/ico_money.png') no-repeat 0 center / 28px}
    
    .logoG_mo{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 4%}
    .logoG_mo a img{height:36px}
    .logoG_mo .btn_aside{width:20px;height:20px;background:url(/images/hd_toggle.png) no-repeat center}
    
	.body_bg.on{position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.5;z-index:80}
    
    #main{}
    
    #main.on{filter:blur(5px)}
        
    

    
    
	 /*swiper*/
	.swiperG{position:relative}
    .swiperG .swiper-pagination{position:relative;width:100%;padding:10px 0}
    .swiperG .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px}
    .swiperG .swiper-pagination-bullet-active{background:#000}
    .swiperG .swiper-button-prev:after,
    .swiperG .swiper-button-next:after{display:none}
    .swiperG .swiper-button-prev{left:-50px;width:40px;height:40px;margin-top:-20px;background:url('/images/swiper_prev.png') no-repeat center /20px}
    .swiperG .swiper-button-next{right:-50px;width:40px;height:40px;margin-top:-20px;background:url('/images/swiper_next.png') no-repeat center /20px}
    .swiperG .swiper-button-prev.in{left:0;width:40px;height:40px;background:url('/images/sub/swiper_prev.png') no-repeat center /20px}
    .swiperG .swiper-button-next.in{right:0;width:40px;height:40px;background:url('/images/sub/swiper_next.png') no-repeat center /20px}


    
    #footer {background:#333333;padding:20px 0}
    #footer .inner{}
    #footer .logo{text-align:center;max-width:180px;margin:10px auto}
    #footer .company{padding:0 20px;color:#a7a7a7;font-size:12px;font-weight:300;;line-height:1.6}
    #footer .company .name{font-size:14px;font-weight:500;color:#fff;margin:10px 0;text-align:center}
    #footer .company .name i{display:inline-block;border-left:1px solid #fff;height:10px}
    #footer .company em{color:var(--main-color)}
    #footer .company  i{margin:0 6px}
    #footer .company  b{font-weight:400;color:#fff;text-transform: uppercase}



	/*�״����� ����*/

	#bo_v_title .bo_v_tit{padding:15px 0;font-size:1.5rem}
	.btn_bo_user li{width:30px}
	#bo_v_con{min-height:100px}


	.cheditor-tb-wrapper{height:auto !important}


}

@media all and (max-width:500px) {
	.snsG li{padding-left:5px}

	/*�������������� ÷�������� �ִ°�� ���������� ��ħ����*/
	.wr_line{align-items:flex-start !important}
	.wr_line .th{margin-top:3px}
	#bo_w .bo_w_flie .file_del{position:relative;top:0;right:0}
}