@charset "utf-8";
input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: none;
	background:#fff;
	color:#333;
}
.n-selectbox {
	color: black !important;
	-webkit-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 15.0006L7.75732 10.758L9.17154 9.34375L12 12.1722L14.8284 9.34375L16.2426 10.758L12 15.0006Z"></path></svg>') no-repeat right 0px center;
    background-size: 20px; /* 화살표 크기 */
    padding-right: 30px;   /* 화살표 공간 확보 */
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}

#loadings {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: #fff;z-index: 999999;display: flex; justify-content: center; align-items: center;}
#loadings_spin {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, .1); /* 컬러 */
    border-radius: 50%;
    border-top-color: #154379; /* 컬러 */
    animation: spin 0.5s ease-in-out infinite;
    -webkit-animation: spin 0.5s ease-in-out infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* 공통 { */
main {width: 100%; background-color: #fff; transition: background-image 0.5s ease-in-out;} /* height:100%; */
label {word-break: keep-all !important;}
#header {background-color: rgba(255,255,255,1); border-bottom: 0px; padding: 0; position: fixed; top:0px; left: 0px; width: 100%; z-index: 98;transition:all 0.5s ease-in-out;box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05)}

@media (max-width: 1200px) {
#header { max-width:100%; padding:0 15px;}
.inner  { max-width:100% !important;margin:0 auto; }
}
.inner  {margin:0 auto; }

#header.header_hidden {
top:-80px;
}
.main_sec1 {margin-bottom: 50px; box-sizing: border-box;}
.no_data {padding-top: 80px !important; padding-bottom: 110px !important; text-align: center; line-height: 140%; margin-top: 30px; border-bottom: 1px solid #eee; color:#999; border-top:0px !important;}
/* } */

.text-white {
color:#fff !important;
}

/* { */
@media (max-width: 1200px) {
.inner {width: 100%; margin: 0 auto;}
.index {width: 100%; margin: 0 auto; padding-top: 0px; padding-bottom: 30px;position:relative;z-index:3;}
}

.sub_board {margin: 0 auto; margin-top: 80px; padding-bottom: 10px; min-height: 480px;}
.sub {margin: 0 auto; padding-top: 0px; padding-bottom: 10px;}

@media (max-width: 768px) {
.sub_board {margin: 0 auto; margin-top: 40px; padding-bottom: 10px; min-height: 480px;}
}

/* } */

/* 헤더 { */
.gnb_wrap ul {line-height: 20px;float:left;}
.gnb_wrap nav {line-height: 20px;float:right;margin-right:30px;}
.gnb_wrap nav a {font-size: 17.6px; line-height: 21px; display: inline-block;}
.gnb_wrap .tog_wrap {margin-right: 30px;    margin-top: 9px;}
.gnb_wrap .logo_wrap {margin-right: 10px; position: relative;}
@media (max-width: 1024px) {
.gnb_wrap .logo_wrap {
        top: -20px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
		z-index:-1;
    }
.gnb_wrap .snb_wrap {
    top: -10px !important;
    right: -5px !important;
}
.gnb_wrap #logo_img img {
    height: 42px !important;
	margin-top: 0px !important;
}
}

.beta_ico {position: absolute; top:12px; right:-40px; color:#fff; background-color:#154379; font-size: 8px; line-height: 15px; padding-left: 5px; padding-right: 5px; border-radius: 15px;}
.gnb_wrap #logo_img .responsive-image {height:40px;}
.gnb_wrap #logo_img img {height:42px;}
.gnb_wrap nav a:hover {color:#154379}
.gnb_wrap .snb_wrap {position:absolute;top:17px;right:0px}
.gnb_wrap .snb_wrap .member_info_wrap {font-size: 14px; color:#666; margin-left: 30px;}
.gnb_wrap .snb_wrap .member_info_wrap a {color:#666;}
.gnb_wrap .snb_wrap .member_info_wrap span {color:#25282B;}
.gnb_wrap .snb_wrap .member_info_wrap a span {color:#154379} 
.gnb_wrap .snb_wrap .qm_wrap {position: relative;}
.gnb_wrap .snb_wrap .qm_wrap button {padding-left: 15px; padding-right: 10px; position: relative; float:left; margin-top: 10px;}
.gnb_wrap .snb_wrap .qm_wrap button span {background-color: #154379; color:#fff; font-size: 10px; border-radius: 4px; position: absolute; top:-7px; left:20px; line-height: 18px; padding-left: 5px; padding-right: 5px;}
.gnb_wrap .snb_wrap .qm_wrap a {padding-left: 10px; padding-right: 10px; position: relative; float:left; line-height: 23px; width: 45px; box-sizing: border-box; margin-top: 9px; color:#000;}
.gnb_wrap .snb_wrap .qm_wrap a svg path {fill:#25282B;}
.gnb_wrap .snb_wrap .qm_wrap a span {background-color: #154379; color:#fff; font-size: 10px; border-radius: 4px; position: absolute; top:-7px; left:20px; line-height: 18px; padding-left: 5px; padding-right: 5px;}

.gnb_wrap .snb_wrap .my_btn_wrap {margin-left: 40px;}
.gnb_wrap .inner {box-sizing: border-box;position:relative;}
.gnb_wrap #ol_after_scrap {margin-top: 10px;}
/* } */

/* 검색창 { */
#search_box_wrap {display: none; position: absolute; top: 55px; right: 0px; border-radius: 10px; box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05); width: 400px; box-sizing: border-box; background-color: #fff; padding-bottom: 2px;z-index:100;}
#search_box_wrap ul {position: relative; float:none; display: block; line-height: 100%;}
#search_box_wrap ul.pt20 {padding-top: 30px;}
#search_box_wrap ul li select {height:35px; border-radius: 6px; padding-left: 15px; padding-right: 15px;}
#search_box_wrap li {float:none; display: block; line-height: 100%;}
#search_box_wrap .ser_inner_btn {position: absolute; top:9px; right:20px;}
#search_box_wrap .ser_ul_pd {padding: 10px 30px 10px 30px;}
#search_box_wrap .ser_ul_pd .ser_label {float:none; background-color: #f1f1f1; padding-top: 8px; padding-bottom: 8px; font-size: 13px; border-radius: 4px; margin-top: 0px; display: inline-block; vertical-align: top; width: auto; line-height: 100%; margin-top: 5px;}
#search_box_wrap .ser_ul_pd .ser_label b {color:#154379;}
#search_box_wrap ul input.w100 {padding-right: 60px; box-sizing: border-box; border:0px !important; border-bottom: 1px solid #eee !important; height:60px; border-radius: 10px 10px 0px 0px; background-color: #f9f9f9; color:#154379; padding-left: 30px;}
#search_box_wrap ul input.w100::placeholder {color:#999;}
#search_box_wrap ul button svg path {fill:#000 !important;}
#search_top_btn.ser_open svg path {fill:#154379;}
#search_top_btn:hover {opacity: 0.8}
#alarm_top_btn svg path {fill:#09244B;}
#alarm_top_btn:hover {opacity: 0.8}
/* } */


ul.logo_wrap {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    height: 80px;
}

/* 메뉴 { */
.cbp-hrmenu {width: auto;position: sticky; top: 0;}
.cbp-hrmenu > ul {width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    height: 80px;
	}
@media (max-width: 1024px) {
.cbp-hrmenu > ul {width: 100%;
    margin: 0 auto;
    padding: 0;
	display: grid;
	}
}
.cbp-hrmenu .cbp-hrsub-inner {width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
	}

.cbp-hrmenu > ul > li {display: inline-block; padding-left: 30px; padding-right: 30px;}
.cbp-hrmenu > ul > li.first {display: inline-block; padding-left: 0px; padding-right: 30px;}
.cbp-hrmenu > ul > li > a {color:#222;}
.cbp-hrmenu > ul > li > a:hover {}
.cbp-hrmenu > ul > li.menus a {color:#333;position: relative;}
.cbp-hrmenu > ul > li.menus > a:hover {color:#333;} 

.cbp-hrmenu > ul > li.menus > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px; /* 글씨 아래 4px 위치 */
    height: 1px; /* 두께 */
    background-color: #eb6101; /* 라인 색상 */
    transition: width 0.3s ease-in-out; /* 부드러운 애니메이션 */
    width: 0; /* 처음에는 숨김 */
}

.cbp-hrmenu > ul > li.cbp-hropen a::after {
    width: 100%; /* 마우스를 올리면 글씨 길이만큼 확장 */
}
.cbp-hrmenu > ul > li.cbp-hropen > a::after {color:#154379;} 

.cbp-hrmenu > ul > li.scroll_logo img {height:40px;}
.cbp-hrmenu > ul > li.scroll_logo {padding-left: 0px; padding-right: 20px;}

.cbp-hrmenu > ul > li.scroll_button img {height:40px;}
.cbp-hrmenu > ul > li.scroll_button {margin-left: auto;padding-left: 0px; padding-right: 20px;}
.cbp-hrmenu > ul > li.scroll_button div {padding:0 5px;display:inline-block;}
.cbp-hrmenu > ul > li.scroll_button a {font-size:16px;}
.cbp-hrmenu > ul > li.scroll_button .line {width: 1px;    height: 13px; padding:0;   margin: 0 10px;    background-color: #000;    opacity: .9;}

.cbp-hrmenu .cbp-hrsub {display: none;position: absolute;background: #fff !important; margin-left: -20px; top:80px;border-top:0px solid #000; border-radius: 0px; box-shadow: 0px 15px 15px rgba(0,0,0,0.1); max-width:680px;}
.cbp-hropen .cbp-hrsub {display: block;padding-bottom: 15px; padding-top: 15px; padding-left: 30px; padding-right: 30px;}
.cbp-hrmenu .cbp-hrsub-inner > div {min-width: 150px;float: left;padding: 0 0px 0px 0px;}
.cbp-hrmenu .cbp-hrsub-inner > div > ul {float:none;}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {content: " ";display: table;}
.cbp-hrmenu .cbp-hrsub-inner:after {clear: both;}
.cbp-hrmenu .cbp-hrsub-inner > div a {line-height: 130%;color:#333 !important;font-size: 16px; font-family:'font-R',sans-serif; padding-top: 10px; padding-bottom: 10px; word-break: keep-all; display: block; width: 100%;}
.cbp-hrmenu .cbp-hrsub-inner > div a:hover{color:#000 !important;}
.cbp-hrsub h4 {color: #000;padding: 0px 0 15px;margin: 0;font-size: 18px;line-height: 130%;}

.cbp-hrmenu-btm {position: fixed; top:0px; left: -100%; width: 100%; background-color: #fff; z-index: 1026; height:100%; box-shadow: 10px 10px 20px rgba(0,0,0,0.05); overflow-y: scroll; transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);}
.cbp-hrmenu-btm > ul,.cbp-hrmenu .cbp-hrsub-inner {width: 100%;padding: 0;}
.cbp-hrmenu-btm > ul > li {display: block;border-bottom: 1px solid #eee; padding-left: 0px; padding-right: 0px; text-indent: 20px;}
.cbp-hrmenu-btm > ul > li > a { display: block;padding: 0; width: 100%; line-height: 60px; font-size: 18px;}
.cbp-hrmenu-btm .cbp-hrsub { position: relative;}
.cbp-hrmenu-btm .cbp-hrsub h4 {padding-top:20px; font-size: 16px;}

.cbp-hrmenu-btm .cbp-hrsub-inner > div {width: 100%;float: none;padding: 0;}

.cbp-hrmenu-btm .cbp-hropen .cbp-hrsub {padding-top: 0px; margin-left: 0px; border-radius: 0px; box-shadow: none; top: auto; max-width: inherit; padding-left: 0px; padding-right: 0px;}
.cbp-hrmenu-btm a {float:none; }
.cbp-hrmenu-btm ul {float:none;}
.cbp-hrmenu-btm .cbp-hrsub-inner {padding-left: 0px; padding-right: 0px;}
.cbp-hrmenu-btm .cbp-hrsub-inner > div  {padding-left: 0px; padding-right: 0px; padding-bottom: 0px;}
.cbp-hrmenu-btm .cbp-hrsub ul li a {padding: 16px 5px;  display: block; font-size: 17px;}

.cbp-hrmenu-btm.active {left: 0%;}
#m_gnb_close_btn {position: fixed; top:-100px; right:0px; z-index: 9999;  background-color: transparent; width:80px; height:80px;transition: all 0.5s ease-out;}
#m_gnb_close_btn img {width: 15px;}
#m_gnb_close_btn svg {width: 25px;fill:#000}
#m_gnb_close_btn.active {display: block;}
/* } */



/* 버튼 { */
.btn_round {background-color: #25282B; border:1px solid #25282B; color:#fff; height:40px; border-radius: 40px; padding-left: 25px; padding-right: 25px;}
.arr_bg {background-color: #fff; color:#25282B; border:1px solid #25282B; background-image: url('../n_icon/arr_right.svg'); background-repeat: no-repeat; background-position: center right 20px; padding-right: 40px;}
.tiny_tab_btn {height:24px; background-color: #fff; color:#999; border-radius: 30px; padding-left: 10px; padding-right: 10px; border:1px solid #ddd; font-size: 12px;}
.tiny_tab_btn:hover {border-color:#25282B; color:#25282B}
.tiny_tab_btn.active {border-color:#25282B; color:#25282B}
.btn_round.btn_round_bg {background-color: #154379; border:1px solid #154379; color:#fff; height:40px; border-radius: 40px; padding-left: 25px; padding-right: 25px;}
/* } */

/* 모듈설정OV { */
.content_box {position: relative;}
.content_box .admin_ov {display: none; opacity: 0; position: absolute; top:0px; left: 0px; width: 100%; height:100%; background-color: rgba(255,255,255,0.9); border-radius: 10px; z-index: 97; transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);cursor: -moz-progress; cursor: -webkit-progress; cursor:progress }
.content_box .admin_ov .mod_edit {position: relative; width: 100%; height:100%;}
.content_box .admin_ov .mod_edit h2 {font-size: 16px;}
.content_box .admin_ov .mod_edit h2 span {color:#154379;}
.content_box .admin_ov .mod_edit button {margin-top: 5px;}
.content_box .admin_ov .mod_edit h6 {color:#666; font-size: 12px; font-weight: normal; margin-top: 5px; word-break: keep-all; margin-bottom: 15px;}
.content_box_set .admin_ov {display: block;}
.content_box_set:hover .admin_ov {opacity: 1;}
/* } */

/* 모듈박스 { */
.flex_box {display: flex; flex-direction:row; flex-wrap: wrap; list-style-type: none; gap:0px; margin-left: -20px; margin-right: -20px;}
.main_content_left {float:left; width: 70%;}
.main_content_right {floaT:right; width: 30%; padding-left: 50px;}
.content_box {box-sizing: border-box; width: 100%; padding: 20px;}
.add_module_wrap {width: 100%; padding-left: 20px; padding-right: 20px; box-sizing: border-box; padding-top: 20px; padding-bottom: 20px;}
.add_module_btns {background-color: #f1f1f1; color:#25282B; width: 100%; height:47px; border-radius: 10px; border:0px; margin-bottom: 50px; margin: 0 auto;}
.no_data_section {text-align: center; padding-top: 100px; padding-bottom: 100px; width: 100%; border-radius: 10px; padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
.no_data_section_ul1 {padding-top: 20px; padding-bottom: 20px; font-size: 18px;}
.no_data_section_ul2 {color:#666;}
/* } */

/* 메인광고 { */
.top_ad {position: relative; box-sizing: border-box; cursor: pointer; width: 100% !important; height:auto !important; overflow: hidden;}
.top_ad img {width:100%; height:auto; box-sizing: border-box;}
.ico_ad {position: absolute; top:10px; left: 10px; line-height: 20px; font-size: 10px; color:#fff; background-color: rgba(0,0,0,0.3); border-radius: 4px; padding-left: 7px; padding-right: 7px;}
/* } */

/* 서브광고 { */
.point_ad {position: relative; box-sizing: border-box; cursor: pointer; width: 100%; height:100%; border-radius: 10px; overflow: hidden;}
.point_ad img {width:100%; height:100%; box-sizing: border-box;}
.ico_ad2 {position: absolute; top:10px; right: 10px; line-height: 20px; font-size: 10px; color:#fff; background-color: rgba(0,0,0,0.3); border-radius: 4px; padding-left: 7px; padding-right: 7px;}
/* } */

/* 배너 { */

/* 일반 { */
.default_bn img {box-sizing: border-box;}
.default_bn ul {margin:0px; padding: 0px;}
/* } */

/* 슬라이드 { */
.slide_bn {width: 100% !important; height: auto !important;}
.slide_bn img {box-sizing: border-box;}
.slide_bn .swiper-wrapper {height:auto !important;}


.mb-0 {margin-bottom: 0px !important;}
/* } */

/* 랜덤 { */
.random_bn img {box-sizing: border-box;}
.random_bn ul {margin:0px; padding: 0px;}
/* } */

/* 개별 { */
.each_bn img {box-sizing: border-box;}
/* } */

.bn_border {box-shadow: 0 0 0 1px #ddd, 0 1px 2px 0 rgba(0,0,0,.04);}
.bn_radius {border-radius: 10px;}
/* } */

/* 메인 3버튼 { */
.q_btns {margin-top: -1px;}
.q_btns button {font-size: 15px; background-color: #fff; border:1px solid #ddd; border-radius: 10px; height:47px; width: 100%; margin-top: 12.8px; letter-spacing: -0.5px; box-sizing: border-box;}
.q_btns button:hover {border:1px solid #25282B;}
.q_btns button:first-child {margin-top: 0px;}
.q_btns button i {float:left; margin-top: -2px; margin-right: 10px; margin-left: 20px;}
.q_btns button span {float:left;}
/* } */

/* 컨텐츠 { */
#container_title {color:#000; font-size: 1.7em; display: block; padding-bottom: 10px;}

.bbs_main_wrap_tit {margin-bottom: 30px;}
.bbs_main_wrap_tit_l {float:left;}
.bbs_main_wrap_tit_l a {font-size: 20px;}
.bbs_main_wrap_tit_r {float:right; position: relative;}
.arr_up_btn {width: 24px; height:24px; border:1px solid #ddd; border-radius: 4px; padding-bottom: 2px;}
.arr_up_btn:hover {border-color: #25282B;}
.arr_down_btn {width: 24px; height:24px; border:1px solid #ddd; border-radius: 4px; padding-bottom: 2px;}
.arr_down_btn:hover {border-color: #25282B;}
.more_btn {height:24px; border:1px solid #ddd; border-radius: 24px; color:#999; padding-left: 10px; padding-right: 10px; font-size: 12px; margin-left: 30px;}
.more_btn:hover {border-color: #25282B; color:#25282B;}
.bbs_main_wrap_con {box-sizing: border-box; position: relative;}
.bbs_main_wrap_con dd {margin-bottom: 10px; position: relative; min-height: 45px;}
.bbs_main_wrap_con dd:last-child {margin-bottom: 0px;}
.bbs_main_wrap_con .bbs_main_wrap_con_ul1 {width: auto; position: absolute; top:0px; left: 0px;}
.bbs_main_wrap_con .bbs_main_wrap_con_ul2 {width: 100%; padding-left: 80px;}
.bbs_main_wrap_con .bbs_main_wrap_con_info {font-size: 12px; color:#999;}
.bbs_main_wrap_con .bbs_main_wrap_con_cont {font-size: 14px; color:#666; word-break: keep-all; margin-top: 5px;}
.bbs_main_wrap_con .bbs_main_wrap_con_cont a {color:#000;}

.ovlay_wrap {}
.prof_image img {width: 52px; height:auto; border-radius: 10px;}
.ovlay {height: 100%; overflow: hidden; box-sizing: border-box;}
.ovlay.active {position: absolute; top:0px; left: 0px; width: 100%; height:auto; background-color: #fff; z-index: 97; padding: 20px; box-sizing: border-box; border:1px solid rgba(0,0,0,0.05); border-radius: 10px; box-shadow: 0px 10px 20px rgba(0,0,0,0.1);}



.arr_prev_btn {width: 24px !important; height:24px !important; border:1px solid #ddd; border-radius: 4px; top:0px !important; right:120px !important; left: auto !important; padding-bottom: 2px;}
.arr_prev_btn:hover {border-color: #25282B;}
.arr_next_btn {width: 24px !important; height:24px !important; border:1px solid #ddd; border-radius: 4px; top:0px !important; right:90px !important; left: auto !important; padding-bottom: 2px;}
.arr_next_btn:hover {border-color: #25282B;}

.arr_plus_btn {width: 24px !important; height:24px !important; border:1px solid #ddd; border-radius: 4px; top:0px !important; right:90px !important; left: auto !important; padding-bottom: 2px;}
.arr_plus_btn:hover {border-color: #25282B;}

.arr_prev_btn,
.arr_next_btn {
    margin-top: inherit !important;
    display: inherit !important;
    align-items:baseline !important;
    justify-content:flex-end !important;

}

.bbs_main_wrap_point_con {box-sizing: border-box; width: 100%; min-height: 148px;}
.bbs_main_wrap_point_con dd {position: relative;}
.bbs_main_wrap_point_bn {margin-top: 40px;}

.point_list_num {background-color: #aaa; color:#fff; font-size: 10px; line-height: 20px; border-radius: 4px; margin-right: 10px; float:left; text-align: center; width:25px;}
.point_list_name {line-height: 20px; float:left; width: 45%;}
.point_list_point {line-height: 20px; float:right; font-size: 12px;}
.point_list_ch {font-size: 11px; float:right; line-height: 20px; margin-right: 15px;}
.top1_bg {background-color: #154379;}
.top2_bg {background-color: #25282B;}

.bbs_main_wrap_trade_con {box-sizing: border-box; width: 100%}
.bbs_main_wrap_trade_con dd {position: relative;}
.bbs_main_wrap_trade_con dd:last-child {margin-bottom: 0px;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_ul2 {width: 100%;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_subj {font-size: 16px;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_cont {font-size: 14px; color:#666; word-break: keep-all; margin-top: 15px;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_cont a {color:#666;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_info {font-size: 12px; color:#999; margin-top: 5px;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_writer {margin-top: 0px;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_writer span {display: inline-block;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_ico {margin-bottom: 10px;}
.bbs_main_wrap_trade_con .bbs_main_wrap_con_ico span {display: inline-block;}

.bbs_list_label2 {line-height: 23px; font-size: 12px; border-radius: 4px; padding-left: 7px; padding-right: 7px;}
.bbs_list_label2.label_w1 {background-color: #fff; color:#999; border:1px solid #ddd;;}
.bbs_list_label2.label_w2 {background-color: #fff; color:#25282B; border:1px solid #ddd;}
.bbs_list_label2.label_w3 {background-color: #fff; color:#154379; border:1px solid #ddd;}
/* } */

/* 풋터 { */
footer {border-top:1px solid #ddd;background:#fff;color:#333;position:relative;}
footer .footer_logo {width:120px;opacity:0.5}
footer .footer_gnb {padding-top: 20px; padding-bottom: 20px;border-bottom: 1px solid #425869;} /*border-bottom: 1px solid #ccc; */
footer .footer_gnb_ul1 {float:left; width: 50%; line-height: 35px;}
footer .footer_gnb_ul1 a {margin-right: 30px;}
footer .footer_gnb_ul1 .footer_gnb_li1 {float:left; width: 10%;}
footer .footer_gnb_ul1 .footer_gnb_li2 {float:left; width: 90%; box-sizing: border-box;}
footer .footer_gnb_ul2 {float:right; width: 50%; text-align: right; }
footer .footer_gnb_ul2 a {margin-left: 30px;font-size: 15px;color:#333;}
footer .footer_sns_ico img {width: 35px; height:auto; border-radius: 10px;}
footer .footer_gnb_ul2 a.footer_sns_ico {margin-left:2px;}

footer .footer_copy {padding-top: 30px; padding-bottom: 50px;transition:all 0.5s;}

footer .footer_copy .inner{max-width:1200px;}

footer .footer_copy_ul1 {display:flex;gap:20px;}
footer .footer_copy_ul2 {float:right; text-align: right;}
footer .footer_copy_ul1_li1 a {color:#000; margin-right: 30px; line-height: 40px;}
footer .footer_copy_ul1_li1 img.logo {height: 40px;}
footer .footer_copy_ul1_li1 a img {margin-top: -1px; height:40px;}
footer .footer_copy_ul1_li2 {font-size: 14px; color:#333; margin-top: 0px; line-height: 140%;}
footer .footer_copy_ul1_li3 {font-size: 12px; color:#999999; margin-top:5px;}
footer .footer_btn {border:1px solid #555; color:#999; padding-left: 30px; padding-right: 30px; border-radius: 53px; height:53px;}
footer .footer_btn i {float:left; margin-right: 15px;}
footer .footer_btn span {float:right; font-size: 16px;}
footer .footer_btn:hover {border-color:#fff; color:#fff;}
footer .flex_v {display: flex;flex-direction: column; /* 내부 텍스트 + span을 세로로 */align-items: flex-start; /* 필요시 왼쪽 정렬 */}

@media (max-width: 1024px) {
footer .footer_copy {padding-top: 30px; padding-bottom: 30px;}
footer .footer_copy_ul1 {display:flex;flex-direction:column;gap:10px;}
footer .flex_v {display: flex;flex-direction: column;align-items: center;}
}
/* } */



/* 캡챠 { */
#captcha_info {display: none !important;}
#captcha #captcha_mp3 {background: url(../../../theme/rb.basic/rb.img/icon/cp_btn_img.png) no-repeat; border:1px solid #ddd;}
#captcha #captcha_reload {background: url(../../../theme/rb.basic/rb.img/icon/cp_btn_img.png) no-repeat 0 -40px; border:1px solid #ddd}
#captcha button:hover {border-color: #000 !important;}
#captcha #captcha_img {border:0px; height:28px; margin-top: 7px; width:auto;}
#captcha #captcha_key {border:1px solid #ddd; font-size: 16px; width:90px; font-family:'font-B',sans-serif;}
#captcha #captcha_key:focus {border:1px solid #000 !important; box-shadow:none;}
#captcha {border:1px solid #ddd; width: auto; padding: 10px; box-sizing: border-box; border-radius: 10px;}
    
#captcha_info {display: none !important;}
#captcha #captcha_mp3 {background: url(../../../theme/rb.basic/rb.img/icon/cp_btn_img.png) no-repeat; border:1px solid #ddd}
#captcha #captcha_reload {background: url(../../../theme/rb.basic/rb.img/icon/cp_btn_img.png) no-repeat 0 -40px; border:1px solid #ddd}
#captcha.m_captcha button:hover {border-color: #000 !important;}
#captcha.m_captcha #captcha_img {border:0px; height:28px; margin-top: 7px; width:auto; display:inline;}
#captcha.m_captcha #captcha_key {border:1px solid #ddd; font-size: 16px; background:#fff; height:40px; width:90px; font-family:'font-B',sans-serif;}
#captcha.m_captcha #captcha_key:focus {border:1px solid #000 !important; box-shadow:none;}
#captcha.m_captcha {border:1px solid #ddd; width: 100%; padding: 10px; box-sizing: border-box; border-radius: 6px; text-align:center}

/* } */


/* 기존 스타일 수정 { */

.sv_member .profile_img img {border-radius: 50%; margin-right: 3px; margin-top: -2px;}
.sv_member {font-family:'font-B',sans-serif; font-size: 12px; color:#999;}
.sv_member:hover {color:#000;}
.sch_word {color:#154379; background: none; padding: 0px; line-height: inherit; margin: 0px;}
.btn_submit {border:0;background:#154379;color:#fff;cursor:pointer;border-radius:10px;height: 47px;border-radius: 10px;font-size: 16px;}
.btn_submit:hover {background:#154379}

.btn_disabled {border:0;background:#999999;color:#fff;cursor:pointer;border-radius:10px}
.btn_disabled:hover {background:#999999}

.btn_qa {border:1px solid #dedede;background:#fff;color:#58585b;cursor:pointer;border-radius:10px}
.btn_submit:hover {background:#154379}

.sv_wrap .sv a {color:#fff !important; font-size: 12px !important; border-bottom: 1px solid rgba(255,255,255,0.1); font-family:'font-R',sans-serif; font-weight: normal;}
.sv_wrap .sv a:first-child {border-top-left-radius: 6px; border-top-right-radius: 6px;}
.sv_wrap .sv a:last-child {border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
.sv_wrap .sv {margin: 4px 0px; border-radius: 6px; box-shadow: 10px 10px 20px rgba(0,0,0,0.1); z-index: 97;}
.sv_wrap .sv:before {left: 50%; transform: translateX(-50%);}

.new_win #win_title {box-shadow: none; border-bottom: 1px solid #ddd;}
#scrap_do .scrap_tit {font-size: 14px !important; border-radius: 10px; padding: 20px !important; box-sizing: border-box;}
.new_win .win_desc {border-radius: 10px;}
.new_win .win_desc::after {display: none;}
.new_win .btn_submit {font-weight: normal; border-radius: 10px; font-family:'font-B',sans-serif;}
.btn_close {border-radius: 10px; font-family:'font-B',sans-serif;}
.reply_btn {border-radius: 10px !important; font-weight: normal; font-family:'font-B',sans-serif; line-height: 45px !important;}
.frm_info {display: block; margin-top: 10px; font-size: 12px; color:#999; word-break: keep-all;}

.new_win .win_ul li {border:1px solid #ddd;}
.new_win .win_ul li a {color:#999;}
.new_win .win_ul .selected a {font-weight: normal;}
.new_win .win_ul .selected {background: #154379; border-color: #154379;}
.reply_btn {background: #154379 !important;}
.memo_list .memo_preview a {font-size: 14px !important;}
.memo_list li {padding: 20px 20px !important;}
#memo_list .memo_del {top:20px !important;}
.memo_list .profile_big_img img {border-radius: 10px !important;}
.memo_list .no_read {box-shadow: none !important; background-color: #154379 !important; border:0px !important; width: 14px !important; height:14px !important; bottom:-2px !important; right:-2px !important;}
.memo_list .memo_preview a {padding-top: 5px !important;}
.memo_list .memo_li.memo_name {padding-top: 7px !important;}
.new_win .win_desc i {display: none;}
.new_win .win_total {color:#000; font-weight: normal; font-size: 12px;}
#memo_view p {padding: 20px !important;}
.memo_from li.memo_view_date {font-size: 12px;}
.memo_from li.memo_view_nick {margin-top: 3px;}
.memo_list li.read {background-color: #f9f9f9 !important;}

.pg_wrap {float:none; width: 100%; text-align: center; margin-top: 30px;}
.pg_page {color:#000; min-width: 40px; height:40px; line-height: 40px; border-radius: 40%; background-color: transparent;}
.pg_current {background-color: #154379; border:0px; height:40px; line-height: 40px; min-width: 40px; border-radius: 40%;}

.list_help_wrap {margin-bottom: -30px; margin-top: 20px; background-color: #f9f9f9; padding: 20px; box-sizing: border-box; font-size: 14px; color:#000; border-top-left-radius: 0px; border-top-right-radius: 0px;}

#point .point_status {background-color: #f9f9f9 !important; color:#000 !important;}
#point .point_all .full_li {border: 0px !important;}
#point .point_all {background-color: #154379 !important; border:0px !important; color:#fff !important; border-radius: 10px !important;}
#point .point_all .full_li span {color:#fff !important; font-weight: normal !important; font-family:'font-B',sans-serif !important;}
.point_list .txt_expired {font-size: 12px;}
.point_list .point_tit {font-weight: normal !important;}
.point_list .point_date1 {font-size: 12px; color:#999;}
.point_list .point_num {font-weight: normal !important; right:20px !important; font-size: 14px !important; font-family:'font-B',sans-serif !important; color:#000 !important;}
.point_list li {padding: 20px !important;}
.point_list .point_num.reds {color:red !important;}
.point_list .point_use {background-color: #f9f9f9 !important;}

#scrap .scrap_datetime {font-size: 12px; color:#999;}
#scrap .scrap_cate {background-color: #f1f1f1 !important; color:#000 !important; margin-top: -2px; padding-left: 6px !important; padding-right: 6px !important;}
#scrap .scrap_tit {font-weight: normal !important;}
#scrap .scrap_del {top:45% !important; transform: translateY(-50%); right:20px !important;}

#ctt {margin: 0px !important; padding: 0px !important;}
#ctt_con {word-break: keep-all;}
#ctt_con p {word-break: keep-all;}
.ctt_admin {display: none !important;}

#hd_pop {position: fixed;margin: 0px; width: 100%; z-index: 99999;}
.hd_pops {background-color: #000 !important; border:0px !important; box-shadow: 30px 30px 60px rgba(0,0,0,0.1); margin: 0 auto;}
.hd_pops_close {padding-left: 20px !important; padding-right: 20px !important;}
.hd_pops_close .fa.fa-times {display: none !important;}
.hd_pops_footer button {font-size: 12px;}
.sv_wrap .sv a {text-align: left;}

.swiper-slide-category {width:auto !important;}
#bo_cate #bo_cate_ul:before {display:none !important;}
#bo_cate{border-bottom: 1px solid rgba(0,0,0,0.1);}
.copymove_current {background-color: #212121; padding-left: 10px; padding-right: 10px; font-size: 12px;  line-height: 100%; margin-right: 15px;}
#copymove .tbl_head01 thead th {padding-top: 15px; padding-bottom: 15px;}
.btn_cancel {background-color: #fff !important; color:#000 !important; border:1px solid #ddd !important;}
.btn_cancel2 {background-color: #bfbfbf !important; color:#fff !important; border:1px solid #bfbfbf !important;}
#copymove .tbl_wrap {margin: 0px; margin-top: -1px; margin-bottom: 20px;}
/* } */


/* 좌측히든 { */
.user_prof_bg {background-color: #f9f9f9; padding-top:70px !important; padding-bottom: 70px !important; width: 100% !important; margin: 0 !important;}
.user_prof {text-align: center; margin-top: -50px !important;}
.user_prof img {border-radius: 20px;}
.user_prof_bg_info {border-bottom: 0px !important; text-align: center; font-size: 30px; text-indent: 0px !important;}
.user_prof_bg_info span {font-size: 12px;color: #000;background-color: #f1f1f1;padding: 3px 10px 3px 10px;border-radius: 6px;display: inline-block;vertical-align: middle; text-indent: 0px !important;}
.user_prof_bg_info a {color:#000 !important;}
.user_prof_btns {text-align: center; margin-top: 30px; margin-bottom: 30px;}
/* } */

/* 20240604 추가 { */
#logo_img {height:40px; width:auto;}
/* } */


.translation-links{
 /*background-color: #f5f5f5;*/
 max-width: 100%;
 /*padding: 20px;*/
 list-style: none;
}
.translation-links li{
 height: 30px;
 /*padding: 5px;*/
 box-sizing: border-box;
 float: left;
}
.translation-links span{
 float: left;
 color: #000;
}
.translation-links .flag{
 display: inline-block;
 width: 30px;
 height: 20px;
 margin-right: 8px;
}
/* south_korea */
.ko {
 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNjAwIiB2aWV3Qm94PSItMzYgLTI0IDcyIDQ4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtLTM2LTI0aDcydjQ4aC03MnoiLz4NCjxnIHRyYW5zZm9ybT0ibWF0cml4KC41NTQ3IC0uODMyMDUgLjgzMjA1IC41NTQ3IDAgMCkiPg0KPGcgaWQ9ImIyIj4NCjxwYXRoIHN0cm9rZT0iIzAwMCIgaWQ9ImIiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS02LTI1SDZNLTYtMjJINk0tNi0xOUg2Ii8+DQo8dXNlIHk9IjQ0IiB4bGluazpocmVmPSIjYiIvPg0KPC9nPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJtMCwxN3YxMCIvPg0KPGNpcmNsZSBmaWxsPSIjYzYwYzMwIiByPSIxMiIvPg0KPHBhdGggZmlsbD0iIzAwMzQ3OCIgZD0iTTAtMTJBNiw2IDAgMCAwIDAsMEE2LDYgMCAwIDEgMCwxMkExMiwxMiAwIDAsMSAwLTEyWiIvPg0KPC9nPg0KPGcgdHJhbnNmb3JtPSJtYXRyaXgoLS41NTQ3IC0uODMyMDUgLjgzMjA1IC0uNTU0NyAwIDApIj4NCjx1c2UgeGxpbms6aHJlZj0iI2IyIi8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIGQ9Im0wLTIzLjV2M20wLDM3LjV2My41bTAsM3YzIi8+DQo8L2c+DQo8L3N2Zz4NCg==');
 width: 100%;
 height: 66.666666666667%;
 background-size: 100% 100%;
}
/* united_states */
.en {
 background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjM1IDY1MCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPGRlZnM+DQo8ZyBpZD0idW5pb24iPg0KPHVzZSB5PSItLjIxNiIgeGxpbms6aHJlZj0iI3g0Ii8+DQo8dXNlIHhsaW5rOmhyZWY9IiN4NCIvPg0KPHVzZSB5PSIuMjE2IiB4bGluazpocmVmPSIjczYiLz4NCjwvZz4NCjxnIGlkPSJ4NCI+DQo8dXNlIHhsaW5rOmhyZWY9IiNzNiIvPg0KPHVzZSB5PSIuMDU0IiB4bGluazpocmVmPSIjczUiLz4NCjx1c2UgeT0iLjEwOCIgeGxpbms6aHJlZj0iI3M2Ii8+DQo8dXNlIHk9Ii4xNjIiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPC9nPg0KPGcgaWQ9InM1Ij4NCjx1c2UgeD0iLS4yNTIiIHhsaW5rOmhyZWY9IiNzdGFyIi8+DQo8dXNlIHg9Ii0uMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMjUyIiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InM2Ij4NCjx1c2UgeD0iLS4wNjMiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPHVzZSB4PSIuMzE1IiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InN0YXIiPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0ibWF0cml4KC0uODA5MDIgLS41ODc3OSAuNTg3NzkgLS44MDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIgdHJhbnNmb3JtPSJtYXRyaXgoLjMwOTAyIC0uOTUxMDYgLjk1MTA2IC4zMDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDcyKSIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDE0NCkiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNmZmYiIGlkPSJwdCIgZD0iTS0uMTYyNSwwIDAtLjUgLjE2MjUsMHoiIHRyYW5zZm9ybT0ic2NhbGUoLjA2MTYpIi8+DQo8cGF0aCBmaWxsPSIjYmYwYTMwIiBpZD0ic3RyaXBlIiBkPSJtMCwwaDEyMzV2NTBoLTEyMzV6Ii8+DQo8L2RlZnM+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCwwaDEyMzV2NjUwaC0xMjM1eiIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjEwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSIyMDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iMzAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjQwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSI1MDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iNjAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8cGF0aCBmaWxsPSIjMDAyODY4IiBkPSJtMCwwaDQ5NHYzNTBoLTQ5NHoiLz4NCjx1c2UgeGxpbms6aHJlZj0iI3VuaW9uIiB0cmFuc2Zvcm09Im1hdHJpeCg2NTAgMCAwIDY1MCAyNDcgMTc1KSIvPg0KPC9zdmc+DQo=');
 width: 100%;
 height: 52.631578947368%;
 background-size: 100% 100%;
}
/* spain */
.es {
 background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAwIj4NCjxwYXRoIGZpbGw9IiNjNjBiMWUiIGQ9Im0wLDBoNzUwdjUwMGgtNzUweiIvPg0KPHBhdGggZmlsbD0iI2ZmYzQwMCIgZD0ibTAsMTI1aDc1MHYyNTBoLTc1MHoiLz4NCjwvc3ZnPg0K');
 width: 100%;
 height: 66.666666666667%;
 background-size: 100% 100%;
}
/* france */
.fr {
 background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K');
 width: 100%;
 height: 66.666666666667%;
 background-size: 100% 100%;
}
 
/* japan */
.ja {
 background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPGNpcmNsZSBmaWxsPSIjYmUwMDI2IiBjeD0iNDUwIiBjeT0iMzAwIiByPSIxODAiLz4NCjwvc3ZnPg0K');
 width: 100%;
 height: 66.666666666667%;
 background-size: 100% 100%;
}
 
/* germany */
.de {
 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==');
 width: 100%;
 height: 60%;
 background-size: 100% 100%;
}
/* china */
.zh-CN {
 background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDgwMCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPHBhdGggZmlsbD0iI2RlMjkxMCIgZD0ibTAsMGgxMjAwdjgwMGgtMTIwMHoiLz4NCjxwYXRoIGZpbGw9IiNmZmRlMDAiIGQ9Im0tMTYuNTc5Niw5OS42MDA3bDIuMzY4Ni04LjEwMzItNi45NTMtNC43ODgzIDguNDM4Ni0uMjUxNCAyLjQwNTMtOC4wOTI0IDIuODQ2Nyw3Ljk0NzkgOC40Mzk2LS4yMTMxLTYuNjc5Miw1LjE2MzQgMi44MTA2LDcuOTYwNy02Ljk3NDctNC43NTY3LTYuNzAyNSw1LjEzMzF6IiB0cmFuc2Zvcm09Im1hdHJpeCg5LjkzMzUyIC4yNzc0NyAtLjI3NzQ3IDkuOTMzNTIgMzI0LjI5MjUgLTY5NS4yNDE1KSIvPg0KPHBhdGggZmlsbD0iI2ZmZGUwMCIgaWQ9InN0YXIiIGQ9Im0zNjUuODU1MiwzMzIuNjg5NWwyOC4zMDY4LDExLjM3NTcgMTkuNjcyMi0yMy4zMTcxLTIuMDcxNiwzMC40MzY3IDI4LjI1NDksMTEuNTA0LTI5LjU4NzIsNy40MzUyLTIuMjA5NywzMC40MjY5LTE2LjIxNDItMjUuODQxNS0yOS42MjA2LDcuMzAwOSAxOS41NjYyLTIzLjQwNjEtMTYuMDk2OC0yNS45MTQ4eiIvPg0KPGcgZmlsbD0iI2ZmZGUwMCI+DQo8cGF0aCBkPSJtNTE5LjA3NzksMTc5LjMxMjlsLTMwLjA1MzQtNS4yNDE4LTE0LjM5NDUsMjYuODk3Ni00LjMwMTctMzAuMjAyMy0zMC4wMjkzLTUuMzc4MSAyNy4zOTQ4LTEzLjQyNDItNC4xNjQ3LTMwLjIyMTUgMjEuMjMyNiwyMS45MDU3IDI3LjQ1NTQtMTMuMjk5OC0xNC4yNzIzLDI2Ljk2MjcgMjEuMTMzMSwyMi4wMDE3eiIvPg0KPHBhdGggZD0ibTQ1NS4yNTkyLDMxNS45Nzk1bDkuMzczNC0yOS4wMzE0LTI0LjYzMjUtMTcuOTk3OCAzMC41MDctLjA1NjYgOS41MDUtMjguOTg4NiA5LjQ4MSwyOC45OTY0IDMwLjUwNywuMDgxOC0yNC42NDc0LDE3Ljk3NzQgOS4zNDkzLDI5LjAzOTItMjQuNzE0LTE3Ljg4NTgtMjQuNzI4OCwxNy44NjUzeiIvPg0KPC9nPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIgdHJhbnNmb3JtPSJtYXRyaXgoLjk5ODYzIC4wNTIzNCAtLjA1MjM0IC45OTg2MyAxOS40MDAwNSAtMzAwLjUzNjgxKSIvPg0KPC9zdmc+DQo=');
 width: 100%;
 height: 66.666666666667%;
 background-size: 100% 100%;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffa516);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.relative {position:relative !important; }

.pkg_status {
padding:5px 10px;
border:1px solid #ccc;
border-radius:7px;
font-size:0.9em;
display:inline-block;
}

.w100 {
width:100%;
}

.pt-10{
padding-top:10px;
}

.pb-10{
padding-bottom:10px;
}

.pl-10{
padding-left:10px;
}

.pr-10{
padding-right:10px;
}

.mt-10{
margin-top:10px;
}

.mb-10{
margin-bottom:10px;
}

.ml-10{
margin-left:10px;
}

.mr-10{
margin-right:10px;
}

.clear{
clear:both;
}

.pc50 {
width:100%;
margin-bottom:10px;
}
.pc50 li{
width:50%;
float:left;
padding:0 10px 0 0;
}
.pc50 li.w100{
width:100%;
clear:both;
}
@media (max-width: 1024px) {
.pc50 li{
width:100%;
clear:both;
}
}
.input_text {
font-size:1.1em;
white-space: normal;
}

.top_close_btn{
position:fixed;
top:20px;
right:15px;
z-index:1000;
/*display:none;*/
}

.item-list .item {
  position:relative;
  padding: 12px 10px;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 5px; }
  .item-list .item:hover, .item-list .item:focus {
    background-color: rgba(120, 120, 120, 0.0); }
    .item-list .item:hover .item-info:after, .item-list .item:focus .item-info:after {
      display: none; }

.item-list .item .map_point{
position:absolute;
bottom:10px;
right:10px;
z-index:1000;
width:40px;
height:40px;
border-radius:50%;
border:1px solid #ccc;
background-color:#ccc;
text-align:center;
padding-top:8px;
display:block;
}

.item-list .visible-list {
  display: block !important; }

.item-list.item-list-lg .item-media {
  width: 90px;
  height: 90px; }

.item-list.item-list-lg .item-info {
  min-height: 90px; }

.item-list.item-list-md .item-media {
  width: 60px;
  height: 60px; }

.item-list.item-list-md .item-info {
  min-height: 60px; }

.item-list.item-list-sm .item-media {
  width: 40px;
  height: 40px; }

.item-list.item-list-sm .item-info {
  min-height: 40px; }

.item-list.item-list-xs .item-media {
  width: 0;
  height: 0;
  position: static; }
  .item-list.item-list-xs .item-media button {
    width: 30px;
    height: 30px; }

.item-list.item-list-xs .item-media-content {
  display: none; }

.item-list.item-list-xs .item-info {
  min-height: 20px; }

.item-list.item-list-xs .center {
  left: 30px;
  margin-top: -15px; }

.item-list.item-list-xs .item:hover:before,
.item-list.item-list-xs .item:focus:before,
.item-list.item-list-xs .item.active:before,
.item-list.item-list-xs .open .item:before {
  opacity: 0; }

.item-list.item-list-by > div {
  float: none;
  width: 100%; }

.item-list .item-media {
  width: 120px;
  height: 120px;
  padding-bottom: 0;
  float: left;
  margin-right: 16px;
  z-index: 1; }

.item-list .item-media2 {
  position: relative;
  border-radius:10px;
  width: 100px;
  height: 100px;
  padding-bottom: 0;
  float: left;
  margin-right: 16px;
  z-index: 1; }

.item-list .item-media2s {
  position: relative;
  border-radius:10px;
  width: 50px;
  height: 50px;
  padding-bottom: 0;
  float: left;
  margin-right: 16px;
  z-index: 1; }

  .item-list .item-media3 {
  position: relative;
  border-radius:50px;
  width: 50px;
  height: 50px;
  padding-bottom: 0;
  float: left;
  margin-right: 16px;
  z-index: 1; }

.item-list .item-info {
  padding: 0;
  position: relative;
  min-height: 120px; }

.item-list .item-info2s {
  padding: 0;
  position: relative;
  min-height: 50px; }
  .item-list .item-info2s .bottom {
    position: relative;
    float: right;
    background: transparent;
    color: inherit; }
  .item-list .item-info2s:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    border-bottom: 1px solid rgba(120, 120, 120, 0.1); }

.item-list .item-info2s .small {
font-size:12px;
vertical-align: text-top;
color:#333;
}

.item-list .item-info2 {
  padding: 0;
  position: relative;
  min-height: 100px; }
  .item-list .item-info2 .bottom {
    position: relative;
    float: right;
    background: transparent;
    color: inherit; }
  .item-list .item-info2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    border-bottom: 1px solid rgba(120, 120, 120, 0.1); }

  .item-list .item-info .bottom {
    position: relative;
    float: right;
    background: transparent;
    color: inherit; }
  .item-list .item-info:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    border-bottom: 1px solid rgba(120, 120, 120, 0.1); }

.item-list .item-title {
  line-height: 1.4; }

.item-list .item-meta-right {
  position: absolute;
  right: 0;
  top: 2px; }

.item-list .item:hover .item-meta-right,
.item-list .item:focus .item-meta-right,
.item-list .open ~ .item-meta .item-meta-right {
  display: none; }

.item-list-li {
  counter-reset: li; }
  .item-list-li .item {
    padding-left: 50px; }
  .item-list-li .item-overlay {
    padding: 3px 8px; }
  .item-list-li .item:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    width: 50px;
    display: inline-block;
    opacity: 0.6;
    font-size: 16px;
    font-weight: bold; }

.item-media iframe,
.item-media2 iframe,
.item-media-content {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: none;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.2); }


.sub30 {
	max-width:1200px;
	margin: 0 auto;
	padding:30px 0;
}

.sub50 {
	max-width:1200px;
	margin: 0 auto;
	padding:50px 0;
}

@media (max-width: 1024px) { 
.sub30 {
	max-width:1200px;
	margin: 0 auto;
	padding-top:30px;
	padding-bottom:30px;
}
.sub50 {
	max-width:1200px;
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:50px;
}
}

.category_tags_out {
	position:relative;
}
.category_tags {
	padding:7px 20px 7px 10px;
	overflow: hidden;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.category_tags .tags {
	margin-right: 3px;
	display:inline-block;

	padding:10px 20px;
	background:#f1f1f1;
	border-radius:10px;
	font-size:13px;
	cursor:pointer;
}

.category_tags .selected {
	background:#154379 !important;
	color:#fff !important;
}

/* 그라디언트 마스크 추가 */
.category_tags_out::after {
    content: '';
    position: absolute; /* 절대 위치 설정 */
    top: 0;
    right: 0;
    width: 20px; /* 마스크의 너비 */
    height: 100%; /* 전체 높이 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* 그라디언트 색상 */
    pointer-events: none; /* 마스크가 클릭 이벤트를 방해하지 않도록 설정 */
}
.product_list {
padding:10px;
}

.ititle{
 font-size:1.1rem;
 margin-bottom:7px;
}

.ititle:before {
  display: inline-flex;
  content: ' ';
  background-image: url('../images/compass.svg');
  background-repeat: none;
  background-size: 22px 22px;
  background-position: 50% 50%;
  height: 22px;
  width: 22px;
  margin-right: 3px;
}
.item-meta {
padding-top:2px;
}

.item-meta img {
width:20px;
height:20px;
}
.item-meta .item-meta-productname {
 font-size:1.14rem;
 color:#1b1b1b;
 font-weight:400;
 padding: 4px 0 2px;
 overflow:hidden;
	 white-space: normal;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄로 제한 */
    -webkit-box-orient: vertical;
}

.item-meta .item-meta-option {
font-size:0.9rem;
font-weight:400;
color:#969696;
line-height:1.2rem;
 overflow:hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
.item-meta .item-meta-price {
padding:3px 0;
font-size:1.07em;
font-weight:600;
letter-spacing:-0.1px;
}

.item-meta .item-meta-distance {
position:absolute;
z-index:2;
top:5px;
right:10px;
font-size:0.9rem;
font-weight:400;
color:#969696;
vertical-align:middle;
}

.item-meta .item-meta-distance svg {
width:13px;
vertical-align: text-top;
}

.item-meta .timebox {
display:inline-block;
border-radius:50px;
background:rgba(0,0,0,0.5);
color:#fff;
font-size:11px;
line-height:17px;
padding:2px 10px 2px 7px;
vertical-align:middle;
}

.item-meta .timebox svg{
width:16px;
fill:#fff;
vertical-align:top;
}



.item-meta .btnbox {
display:inline-block;
position:absolute;
z-index:2;
bottom:5px;
right:10px;
color:#777777;
font-size:12px;
}

.item-meta .btnbox svg{
width:17px;
/*fill:#777777;*/
vertical-align:sub;
}
.item-meta .btnbox .wishlist {
margin-left:3px;
}

.item-meta .index_quick_button {
padding:10px 0 20px; 
overflow:auto;
}

.index_quick_button ul li{
padding:7px 10px;
width:25%;
line-height:2rem;
float:left;
text-align:center
}

.index_quick_button ul li a{
display:block;
color:#41484f;

}


.jscroll-loading {
  padding: 5px 10px; }

.jscroll-loading-center .jscroll-loading {
  text-align: center; }


.more_box {
width:100%;
padding:10px;
background-color:#fff;
border:1px solid #ccc;
color:#888 !important;
text-align:center;
display:block;
border-radius: 10px;
margin:10px 0 10px;
}

.mobile_logo {padding:20px;width:220px}
.mobile_logo img.logo {height: 40px;}



.bg_green {
background-color :  #a2ca29 !important;
color:#fff !important;
}

.bg_grey {
background-color :  #bebebe !important;
color:#fff !important;
}


.shop_buttonbox { 
	margin-top:5px !important;
	padding:0 8px !important;
}

.basic_btn {
	float:left;
	width:49%;
	text-align:center;
	display: inline-block;
    background: #154379;
    color: #fff !important;
	font-size:0.9rem;
	line-height:0.8rem;
    border-radius: 0px;
	padding:7px !important;
    border: solid #154379 1px;
    text-decoration: none;
    vertical-align: middle;
}

.basic_btn2 {
	float:right;
	width:49%;
	text-align:center;
	display: inline-block;
    background: #fff;
    color: #154379 !important;
	font-size:0.9rem;
	line-height:0.8rem;
    border-radius: 0px;
	padding:7px !important;
    border: solid #154379 1px;
    text-decoration: none;
    vertical-align: middle;
}

.pointer{
cursor:pointer;
}

.notification {
    position: fixed;
    bottom: -100px; /* 화면 밖에 숨겨놓음 */
    left: 50%;
    transform: translateX(-50%); /* 가운데 정렬 */
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 99;
    display: none; /* 초기에는 숨김 */
    opacity: 1; /* 투명도 설정 */
    transition: opacity 0.5s ease; /* 부드러운 페이드 효과 */
}
@media (max-width: 480px) {
.notification {
	width:90%;
	}
}
.buttonbox .addbtn a {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #333;
    background: #fff;
    text-align: center;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 1em;
}


#bo_w .btn_confirm {text-align:center;margin:20px 0}
#bo_w .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em}
#bo_w .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em;background:#fff;border-radius:3px;border:1px solid #dcdcdc}


	#popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); /* 흐림 효과를 위해 반투명 배경 */
    display: none; /* 초기에는 숨김 */
    z-index: 999; /* 가장 위에 표시 */
    backdrop-filter: blur(10px); /* 배경 흐림 효과 */
}

#popup_content {
    position: fixed;
    top: 0;
    right: calc(50% - 461px);
    width: 922px;
    height: 100vh; /* 세로는 브라우저 높이 */
    background: #fff;
    display: none; /* 초기에는 숨김 */
    z-index: 1000; /* overlay보다 위에 표시 */
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.1);
}

#popup_content600 {
    position: fixed;
    top: calc(50% - 300px);
    right: calc(50% - 300px);
    width: 600px;
    height: 500px; /* 세로는 브라우저 높이 */
    background: #fff;
    display: none; /* 초기에는 숨김 */
    z-index: 1000; /* overlay보다 위에 표시 */
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

/* 닫기 버튼 스타일 */
#close_popup {
    position: absolute;
	display: flex;
	justify-content: center;
    align-items: center;
	width:100%;
    top: 0px;
    right: 0px;
	height:68px;
    border: none;
    font-size: 24px;
    cursor: pointer;
	border-bottom: 1px solid #eee;
    z-index: 1001; /* iframe보다 위에 표시되도록 */
}
    #close_popup svg {
		width:34px;
		height:34px;
    }

/* 모바일 환경에 적용될 스타일 */
@media only screen and (max-width: 768px) {
    #popup_content, #popup_content600 {
        width: 100%; /* 가로를 화면에 꽉 차게 */
        height: 100vh; /* 세로를 화면에 꽉 차게 */
        top: 0;
        right: 0;
    }

    #close_popup {
		width:100%;
		height:48px;
		background:#fff;
        font-size: 20px;
        top: 0px;
        right: 0px;
		padding: 10px;
		text-align: center;
		border-bottom: 1px solid #eee;
    }
    #close_popup svg {
		width:28px;
		height:28px;
    }
}

#popup_iframe {
	margin-top:0px;
    width: 100%;
    height: 100%;
}
.fullscreen {
	display:none;
    width: 100%;
    height: 100%;
	display:flex;
	justify-content: center;
    align-items: center;

}
.iloader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.reser_badge2{
position:absolute;
top:0px;
right:0px;
background:#154379;
border-radius:0px;
color:#fff;
font-size:0.8em;
z-index:5;
line-height:18px;
width:18px;
height:18px;
text-align:center;
}

.footer_copy_ul2 .snstitle {
padding:20px 0 10px;
}

.index_searchbox {
padding:10px 20px;
}

.index_searchbox .sch_input {
border:2px solid #154379  !important;
border-radius:50px !important;
}

.centerbox{
width:100%;
height:100%;
text-align:center;
vertical-align:middle;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.sch_btn {
    position: absolute;
    left: 20px; /* input 내부 좌측에 배치 */
    top: 50%;
    transform: translateY(-50%); /* 수직 중앙 정렬 */
    background: none;
    border: none;
    padding: 0;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
}

.index_searchbox .sch_btn svg {
    fill:#0e0e0e;
    width:22px;
	height: 22px;
	vertical-align: middle;
}



input.sch_input{
padding-left:47px ;
box-sizing: border-box;
}



	.position {
	width:100%;
	padding:0px 10px 10px;
	font-size:16px;
	}
	.position .gps svg{
	width:16px;
	height:16px;

	}
	.position .more svg{
	width:16px;
	height:16px;
	vertical-align: middle;
	}

	.main_position {
	width:100%;
	padding:5px 15px;
	font-size:16px;
	}
	.main_position .gps svg{
	width:16px;
	height:16px;

	}
	.main_position .more svg{
	width:16px;
	height:16px;
	vertical-align: middle;
	}

.main_tags {
	width:100%;
	padding:7px 20px;
	overflow: hidden;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.main_tags .tag {
	display:inline-block;
	margin-right: 3px;
	cursor:pointer;
	padding:7px 15px;
	background:#f1f1f1;
	border-radius:50px;
	font-size:12px;
}

.main_tags .tag a {

}
 
.main_icons .bg1 {
background:#425869;
background-size:cover;
overflow:hidden;
}
.main_icons .bg1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/main_bg1.jpg') center center / cover no-repeat;
    opacity: 0.5; /* 배경 이미지 투명도 조절 */
    z-index: -1;
	transition:all 0.5s;
	transform: scale(1);
}

.main_icons .box:hover.bg1::before {
    opacity: 0.1; /* 배경 이미지 투명도 조절 */
	transform: scale(1.2);
}

.main_icons .bg2 {
background:#425869;
background-size:cover;
overflow:hidden;
}
.main_icons .bg2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/main_bg2.jpg') center center / cover no-repeat;
    opacity: 0.5; /* 배경 이미지 투명도 조절 */
    z-index: -1;
	transition:all 0.5s;
	transform: scale(1);
}

.main_icons .box:hover.bg2::before {
    opacity: 0.1; /* 배경 이미지 투명도 조절 */
	transform: scale(1.2);
}

.main_icons .bg3 {
background:#425869;
background-size:cover;
overflow:hidden;
}
.main_icons .bg3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/main_bg3.jpg') center center / cover no-repeat;
    opacity: 0.5; /* 배경 이미지 투명도 조절 */
    z-index: -1;
	transition:all 0.5s;
	transform: scale(1);
}

.main_icons .box:hover.bg3::before {
    opacity: 0.1; /* 배경 이미지 투명도 조절 */
	transform: scale(1.2);
}

.main_icons .bg4 {
background:#425869;
background-size:cover;
overflow:hidden;
}
.main_icons .bg4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/main_bg4.jpg') center center / cover no-repeat;
    opacity: 0.5; /* 배경 이미지 투명도 조절 */
    z-index: -1;
	transition:all 0.5s;
	transform: scale(1);
}

.main_icons .box:hover.bg4::before {
    opacity: 0.1; /* 배경 이미지 투명도 조절 */
	transform: scale(1.2);
}

.main_icons .bg5 {
background:#425869;
background-size:cover;
overflow:hidden;
}
.main_icons .bg5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/main_bg5.jpg?v=1') center center / cover no-repeat;
    opacity: 0.5; /* 배경 이미지 투명도 조절 */
    z-index: -1;
	transition:all 0.5s;
	transform: scale(1);
}

.main_icons .box:hover.bg5::before {
    opacity: 0.1; /* 배경 이미지 투명도 조절 */
	transform: scale(1.2);
}

.main_icons .bg6 {
background:#425869;
background-size:cover;
overflow:hidden;
}
.main_icons .bg6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('../images/main_bg6.jpg') center center / cover no-repeat;*/
    opacity: 0.5; /* 배경 이미지 투명도 조절 */
    z-index: -1;
	transition:all 0.5s;
	transform: scale(1);
}

.main_icons .box:hover.bg6::before {
    opacity: 0.1; /* 배경 이미지 투명도 조절 */
	transform: scale(1.2);
}


.main_icons {
    display: flex;
    flex-wrap: wrap; /* 여러 줄로 나열 가능 */
    justify-content: space-between; /* 박스 간 간격을 고르게 조정 */
    padding: 10px 0px; /* 박스 간 간격 조정 */
}

.main_icons .box {
	position:relative;
    width: calc(20% - 0px); /* 4개 기준의 너비 (여백 포함) */
    text-align: center; /* 텍스트 중앙 정렬 */
    border: 0px solid #ccc; /* 경계선 추가 */
    border-radius: 0px; /* 둥근 모서리 */
    padding: 140px 0px; /* 패딩 추가 */
    box-sizing: border-box; /* 패딩과 경계선이 포함된 박스 크기 조정 */
	margin-bottom: 10px;
	opacity: 1; /* 초기 투명 상태 */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	cursor:pointer;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
	z-index:10;

}
.main_icons .box p {
	font-size: 20px;
	color:#fff;
	padding:0 20px;
}

.main_icons .box .icon img {
	position:absolute;
	width:37%;
	top:10px;
	left:10px;
	z-index:1;
	opacity:0.3;
}


.main_icons .box:hover {
	transition: 0.3s;
	transition-delay: 0s !important;
    transform: scale(1.2) !important;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	z-index:11;
}

.main_icons .box:last-child:hover {
    transform: none !important;
    box-shadow: none !important;
    z-index: initial !important;
    transition: none !important;
}

.pc_hidden {
	display:none;
}

.page_titlebox {
    font-size:3em;
	margin-bottom:20px;
}

@media (max-width: 768px){
.page_titlebox {
    font-size:2.4em;
	margin-bottom:20px;
	padding:0;
}

.main_icons {
    padding: 10px 4px;
}
.main_icons .box {
    width: calc(50% - 1px); /* 4개 기준의 너비 (여백 포함) */
	padding: 70px 0; /* 패딩 추가 */
	border-radius: 0px; /* 둥근 모서리 */
	margin-bottom: 2px;
}
.main_icons .box p {
	font-size: 1.4em;
	color:#fff;
}
.main_icons .box p img {
opacity:0.1;
}

.pc_hidden {
	display:block;
}



}

.main_icons .box.animate {
    opacity: 1; /* 불투명 */
    transform: translateY(0); /* 원래 위치 */
}

/* 순차적 애니메이션 딜레이 */
.main_icons .box:nth-child(1).animate {
    transition-delay: 0s;
}

.main_icons .box:nth-child(2).animate {
    transition-delay: 0.1s;
}

.main_icons .box:nth-child(3).animate {
    transition-delay: 0.2s;
}

.main_icons .box:nth-child(4).animate {
    transition-delay: 0.3s;
}

.main_icons .box:nth-child(5).animate {
    transition-delay: 0.2s;
}

.main_icons .box:nth-child(6).animate {
    transition-delay: 0.3s;
}

.main_icons .box:nth-child(7).animate {
    transition-delay: 0.4s;
}

.main_icons .box:nth-child(8).animate {
    transition-delay: 0.5s;
}


.main_icons .box-text {
    margin-top: 5px; /* 텍스트 위에 여백 추가 */
}

.main_banner {
margin:10px 0;
padding:0px 10px;
}

.main_banner div{
width:100%;
}

.main_product {
margin:20px 0;
padding:0px 10px;
}

.main_product h2 {
padding-bottom:10px;
font-size:1.5em;
font-weight:500;
}
.item_box {
position:relative;
}

.item_box .timebox {
position:absolute;
display:inline-block;
z-index:1;
top:5px;
left:5px;
border-radius:50px;
background:rgba(255,255,255,0.5);
color:#fff;
font-size:11px;
line-height:1em;
padding:4px 10px;
vertical-align:middle;
}

.bg_counting {
background:#1fa310 !important;
}

.bg_today_counting {
background:#d71313 !important;
}

.bg_end {
background:#333 !important;
}

.item_box .timebox svg{
width:16px;
fill:#fff;
vertical-align:middle;
}

.item_box .item_img {
border-radius:10px;
}

.item_box .box-text {
padding:10px 0;
}

.item_box .box-text .title{
font-size:1.14em;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.item_box .box-text .option{
padding:3px 0;
color:#777777;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.item_box .box-text .price{
padding:2px 0;
font-size:1.2em;
font-weight:600;
}
#owl-product .owl-stage{padding-left:0px !important;}

.sortbox {
padding:0 10px;
text-align:right;
}

.n-selectbox {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.no-border {
border:0 !important;
}


.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: #8fd9b3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#loading_box {
width:100%;
display:flex;
align-items: center;
justify-content: center;
}

.nodata {
padding:20px;
text-align:center;
color:#999;
}

.icon_shopmember {
display:inline-block;
padding:4px 7px;
background:#154379;
color:#fff;
border-radius:20px;
font-size:10px;
margin-left:10px;
}

.icon_member {
display:inline-block;
padding:4px 7px;
background:#ff6f0f;
color:#fff;
border-radius:20px;
font-size:10px;
margin-left:10px;
}

.mypage .shoperinfo {
	width:100%;
	padding:10px;
	position:relative;
}
.mypage .shoperinfo .shop_icon img {
width:50px;
height:50px;
border-radius:50px;
margin-right:10px;
}
.mypage .shoperinfo .shop_icon .grade_icon {
display:inline-block;
padding:4px 7px;
background:#154379;
color:#fff;
border-radius:20px;
font-size:10px;
margin-left:10px;
}
.mypage .shoperinfo .my_setting {
position:absolute;
right:20px;
top:24px;
}
.mypage .shoperinfo .my_setting svg {
    justify-content: center;
    align-items: center;
	fill:#3c3c3c;
    width: 22px; /* 최소한의 원형 크기 */
    height: 22px; /* 최소한의 원형 크기 */
}

.mypage .shoperinfo .my_logout {
position:absolute;
right:55px;
top:24px;
}
.mypage .shoperinfo .my_logout svg {
    justify-content: center;
    align-items: center;
	fill:#3c3c3c;
    width: 22px; /* 최소한의 원형 크기 */
    height: 22px; /* 최소한의 원형 크기 */
}

.mypage_list {
padding:10px 15px;
}

.mypage_list h2{
font-size:1.2em;
}

.mypage_list .cont_info_wrap {padding:10px 0;border-bottom: 1px solid #eee;}
.mypage_list .cont_info_wrap dd {float:left;height:44px;    justify-content: center;}
.mypage_list .cont_info_wrap .outline-round {display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3c3c3c;
    color: #3c3c3c;
    border-radius: 24px;
    font-size: 11px;
	font-weight:600;
    padding: 3px;
    min-width: 24px; /* 최소한의 원형 크기 */
    min-height: 24px; /* 최소한의 원형 크기 */
}
.mypage_list .cont_info_wrap .round {display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3c3c3c;
    color: #fff;
background:#3c3c3c;
    border-radius: 24px;
    font-size: 11px;
	font-weight:600;
    padding: 3px;
    min-width: 24px; /* 최소한의 원형 크기 */
    min-height: 24px; /* 최소한의 원형 크기 */
}
.mypage_list .cont_info_wrap svg {display: inline-flex;
    justify-content: center;
    align-items: center;
	fill:#3c3c3c;
    width: 22px; /* 최소한의 원형 크기 */
    height: 22px; /* 최소한의 원형 크기 */
}
.mypage_list .cont_info_wrap dd:nth-child(1) {width:38px;box-sizing: border-box; padding-left: 0px; color:#999; display: flex;justify-content: flex-start;align-items: center; /* 수직 중앙 정렬 */}
.mypage_list .cont_info_wrap dd:nth-child(2) {width:calc(100% - 38px); color:#000;font-size:15px; display: flex; justify-content: flex-start;align-items: center; /* 수직 중앙 정렬 */}
.mypage_list .cont_info_wrap span {color:#000; font-size: 12px;}
.mypage_list .cont_info_wrap_mmt {padding-top: 30px !important; padding-bottom: 30px; line-height: 140%; border-bottom: 0px;}
.mypage_list .cont_info_wrap_mmt h2 {font-size: 18px; margin-bottom:30px;}

.modify_btn{
padding:4px 10px;
font-size:0.9em;
border:1px solid #999;
border-radius:15px;
}
	.searchbox {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
	transition:all 0.7s ease-out;
}
.ohidden {
opacity:0;
height:0;
overflow:hidden;
}
.writebtn {
    position: fixed;
	display:flex;
	justify-content: center;
    align-content: center;
    right: 0px;
    bottom: 70px;
    width: 60px;
    height: 60px;
    opacity: 0;
    z-index: 1000;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #ffffff;
    background-color: #154379;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.writebtn svg {
width:25px;
}
.writebtn.actived {
    right: 20px;
    opacity: 1;
}

.writebox {
    position: fixed;
    right: 86px;
    bottom: 86px;
    opacity: 1;
    z-index: 1000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #154379;
	font-size: 0.9em;
    color: #154379;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 1px 5px rgba(255, 255, 255, 1);
    animation-name: writebox;
    animation-duration: 3s;
    animation-duration: leaner;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}
.writebox:after {
    border-top: 7px solid #154379;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    position: absolute;
    top: 6px;
    right: -15px;
    transform: rotate(-90deg);
}
@-webkit-keyframes writebox {
  0% {
    right:100px;
	 opacity: 0;
  }
  10% {
  right:85px;
  opacity: 1;
  }
   90% {
  right:85px;
  opacity: 1;
  }
   100% {
  right:100px;
  opacity: 0;
  }
}

.reset_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;

    cursor: pointer;
    font-size: 16px;
	display:none;
}
.reset_btn svg {
    fill: #0e0e0e;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.mylist_tags_out {
	position:relative;
}
.mylist_tags {
	padding:7px 20px 7px 10px;
	overflow: hidden;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.mylist_tags .tags {
	margin-right: 3px;
	display:inline-block;

	padding:10px 20px;
	background:#f1f1f1;
	border-radius:30px;
	font-size:13px;
	cursor:pointer;
}

.mylist_tags .selected {
	background:#3c3c3d !important;
	color:#fff !important;
}

/* 그라디언트 마스크 추가 */
.mylist_tags_out::after {
    content: '';
    position: absolute; /* 절대 위치 설정 */
    top: 0;
    right: 0;
    width: 20px; /* 마스크의 너비 */
    height: 100%; /* 전체 높이 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* 그라디언트 색상 */
    pointer-events: none; /* 마스크가 클릭 이벤트를 방해하지 않도록 설정 */
}




.my_sale_list {
padding:10px 15px;
}

.my_item-list .item {
  position:relative;
  padding: 0px;
  margin-bottom:10px;  
  border-radius: 10px; 
  border: 1px solid rgba(120, 120, 120, 0.3); 
}

  .my_item-list .item:hover, .my_item-list .item:focus {
    background-color: rgba(120, 120, 120, 0.0); }
    .my_item-list .item:hover .item-info:after, .my_item-list .item:focus .item-info:after {
      display: none; }

.my_item-list .item .map_point{
position:absolute;
bottom:10px;
right:10px;
z-index:1000;
width:40px;
height:40px;
border-radius:50%;
border:1px solid #ccc;
background-color:#ccc;
text-align:center;
padding-top:8px;
display:block;
}

.my_item-list .visible-list {
  display: block !important; }

.my_item-list.item-list-lg .item-media {
  width: 90px;
  height: 90px; }

.my_item-list.item-list-lg .item-info {
  min-height: 90px; }

.my_item-list.item-list-md .item-media {
  width: 60px;
  height: 60px; }

.my_item-list.item-list-md .item-info {
  min-height: 60px; }

.my_item-list.item-list-sm .item-media {
  width: 40px;
  height: 40px; }

.my_item-list.item-list-sm .item-info {
  min-height: 40px; }

.my_item-list.item-list-xs .item-media {
  width: 0;
  height: 0;
  position: static; }
  .my_item-list.item-list-xs .item-media button {
    width: 30px;
    height: 30px; }

.my_item-list.item-list-xs .item-media-content {
  display: none; }

.my_item-list.item-list-xs .item-info {
  min-height: 20px; }

.my_item-list.item-list-xs .center {
  left: 30px;
  margin-top: -15px; }

.my_item-list.item-list-xs .item:hover:before,
.my_item-list.item-list-xs .item:focus:before,
.my_item-list.item-list-xs .item.active:before,
.my_item-list.item-list-xs .open .item:before {
  opacity: 0; }

.my_item-list.item-list-by > div {
  float: none;
  width: 100%; }

.my_item-list .item-media {
  width: 120px;
  height: 120px;
  padding-bottom: 0;
  float: left;
  margin-right: 16px;
  z-index: 1; }

.my_item-list .item-media2 {
  position: relative;
  border-radius:10px;
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  float: left;
  margin-right: 16px;
  z-index: 1; }

.my_item-list .item-info {
  padding: 0;
  position: relative;
  min-height: 120px; }

.my_item-list .item-info1 {
position:relative;
width:100%;
padding:10px;
border-bottom: 1px solid rgba(120, 120, 120, 0.1); 
}

.my_item-list .item-info1 svg {
position:absolute;
top:6px;
right:6px;
width:24px;
}
.my_item-list .status {
padding:10px 15px 0;
font-size:12px;
}

.my_item-list .item-info2 {
  padding: 10px 15px;
  position: relative;
  min-height: 100px; 
}

.my_item-list .item-media iframe, .my_item-list .item-media2 iframe, .my_item-list .item-media-content {
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 15px;
    right: 0;
    border: 0;
	width:70px;
	height:70px;
    border-radius: inherit;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.2);
}

.my_item-list .item-meta .item-meta-productname {
    font-size: 1.1rem;
    color: #1b1b1b;
    font-weight: 400;
    padding: 4px 0 2px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

  .my_item-list .item-info2 .bottom {
    position: relative;
    float: right;
    background: transparent;
    color: inherit; }
  .my_item-list .item-info2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
}

  .my_item-list .item-info .bottom {
    position: relative;
    float: right;
    background: transparent;
    color: inherit; }
  .my_item-list .item-info:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    border-bottom: 1px solid rgba(120, 120, 120, 0.1); }

.my_item-list .item-title {
  line-height: 1.4; }

.my_item-list .item-meta-right {
  position: absolute;
  right: 0;
  top: 2px; }

.my_item-list .item:hover .item-meta-right,
.my_item-list .item:focus .item-meta-right,
.my_item-list .open ~ .item-meta .item-meta-right {
  display: none; }

.item-list-li {
  counter-reset: li; }
  .item-list-li .item {
    padding-left: 50px; }
  .item-list-li .item-overlay {
    padding: 3px 8px; }
  .item-list-li .item:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    width: 50px;
    display: inline-block;
    opacity: 0.6;
    font-size: 16px;
    font-weight: bold; }

.item-media iframe,
.item-media2 iframe,
.item-media-content {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: none;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.2); }


.sale-info {
display:flex;
justify-content: space-between;
}
.buyer_info {
	padding: 10px 15px 0;
    font-size: 12px;
}
	.od_item .item-media2 {
    position: relative;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 16px;
    z-index: 1;
}
.od_item .item-info2 {
    padding: 0;
    position: relative;
    min-height: 50px;
}

#data_loadings {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;display: none; justify-content: center; align-items: center;}
.data_loadings_inside {width: 120px;height: 120px;background-color: #fff;display: flex; justify-content: center; align-items: center;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);border-radius:10px;}

#shopinfo .shop_icon img {
width:50px;
height:50px;
border-radius:50px;
margin-right:10px;
}
#shopinfo .shop_icon .grade_icon {
display:inline-block;
padding:4px 7px;
background:#154379;
color:#fff;
border-radius:20px;
font-size:10px;
margin-left:10px;
}

.cont_info_wrap li span.title {
    display: block;
    font-size: 12px;
    margin: 10px 0 5px;
    color: #999;
}

.notification-dot {
  display:none;
  position: absolute;
  top: 0px; /* 원하는 위치로 조정 */
  right: -4px; /* 원하는 위치로 조정 */
  width: 6px; /* 3px 반지름의 원 */
  height: 6px;
  background-color: #154379;
  border-radius: 50%;
  pointer-events: none; /* 클릭 이벤트 무시 */
}

.msg-list .item {
    position: relative;
    padding: 17px 10px;
    display: flex;
    align-items: flex-start; /* 세로 방향 가운데 정렬 */
	justify-content: flex-start;
	gap: 10px; /* 요소 간격 조정 */
}
.msg-list .item-info {
    padding: 0;
    position: relative;
}
.msg-list .item-info .datetime{
    padding-top: 5px;
	color:#999;
	font-size:0.9em;
}

.msg-list .item .item-media {
    position: relative;
    border-radius: 50px;
	min-width: 50px;
	max-width: 50px;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 5px;
    z-index: 1;
}
.msg-list .item .item-delete {
	display:none;
	margin-left: auto; 
    position: relative;
    min-width: 20px;
    padding-bottom: 0;
    text-align: center;
    z-index: 1;
}

.msg-list .item .item-media-content {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.2);
}
.msg-list .item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-bottom: 1px solid rgba(120, 120, 120, 0.1);
}
.shopibutton .bottom_btn {
    width: 100%;
	margin-top:10px;
    padding: 10px 0;
    background: #fff;
    border-top: 0px solid #000;
    display: flex;
    gap: 10px;
}
.shopibutton .btn_qa {
    width:100%;
    border: 1px solid #dedede;
    background: #fff;
    color: #58585b;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.shopibutton .btn_submit {
    width:100%;
    border: 0;
    background: #154379;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    height: 47px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.btn_after {
    width: 100%;
    border: 1px solid #dedede !important;
    background: #fff;
    color: #58585b;
    cursor: pointer;
    border-radius: 10px;
    display: flex
;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.stars {
  position: relative;
  padding: 0;
  white-space: nowrap;
  display:inline;
}
.stars svg {
    width: 15px !important;
	fill: gold !important;
  }

.cover {
  background: white;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
}

.preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .logo_turn {
animation: rotate_reverse 3s infinite linear;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 10px rgba(235, 97, 0, 0.1);
          box-shadow: inset 0 0 0 10px rgba(235, 97, 0, 0.1);
  margin-left: -40px;
  margin-top: -40px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  overflow: hidden;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(235, 97, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 10px rgba(235, 97, 0, 0.5);
          box-shadow: inset 0 0 0 10px rgba(235, 97, 0, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate_reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotate_reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.hidden {
display:none !important;
}


.more_box {
width:100%;
padding:10px;
background-color:#fff;
border:1px solid #ccc;
color:#888 !important;
text-align:center;
display:block;
margin:10px 0 10px;
}


.clear{clear:both;}

.sub_top{
width:100%;
height:260px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all 0.5s ease-out;
margin-bottom:0px;
position: relative;
}
.sub_top .title{
margin-top: 84px;
font-size:3em;
transition: all 0.5s ease-out;
text-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
}
.sub_top .sub_title{
font-size:2em;
transition: all 0.5s ease-out;
text-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
.sub_top{
height:180px;
margin-bottom:0px;
}
.sub_top .title{
margin-top: 70px;
font-size:1.7em;
}
.sub_top .sub_title{
font-size:1.3em;
}
}


	.page_content {
	display: flex;
    justify-content: center;
	padding:0px;
	transition: all 1s ease-out;

	font-size:1.2em;
	line-height:1.5em;
	color:#333;
	}
	.txtlogo {
	font-size:1.5em;
	line-height: 2em;
	}
	.page_content .about_box{
	padding:70px 60px;
	transition: all 1s ease-out;
	}
	.gray_txt1 {
	color:#a3a3a3;
	}
	.gray_txt2 {
	color:#c7c7c7;
	}

.section_title {
padding:30px 20px 30px;
}

.section_title .main_title{
font-size:2em;
transition: all 0.5s ease-out;
}

.section_title .sub_title{
font-size:1.1em;
line-height:1.7em;
transition: all 0.5s ease-out;
}

.pt-0 {
padding-top:0px !important;
}

.pt-10 {
padding-top:10px !important;
}

.pt-20 {
padding-top:20px !important;
}

.pt-30 {
padding-top:30px !important;
}

.pt-40 {
padding-top:40px !important;
}

.pt-50 {
padding-top:50px !important;
}

.pt-60 {
padding-top:60px !important;
}

.pt-70 {
padding-top:70px !important;
}

.pb-10 {
padding-bottom:10px !important;
}

.pb-20 {
padding-bottom:20px !important;
}

.pb-30 {
padding-bottom:30px !important;
}

.pb-40 {
padding-bottom:40px !important;
}

.pb-50 {
padding-bottom:50px !important;
}

.pb-60 {
padding-bottom:60px !important;
}

.pb-70 {
padding-bottom:70px !important;
}

.mt-0 {
margin-top:0px !important;
}

.mt-10 {
margin-top:10px !important;
}

.mt-20 {
margin-top:20px !important;
}

.mt-30 {
margin-top:30px !important;
}

.mt-40 {
margin-top:40px !important;
}

.mt-60 {
margin-top:60px !important;
}

.mt-70 {
margin-top:70px !important;
}

.mt-80 {
margin-top:80px !important;
}

.mt-90 {
margin-top:90px !important;
}

.mt-100 {
margin-top:100px !important;
}

.mt-50 {
margin-top:50px !important;
}

.mb-10 {
margin-bottom:10px !important;
}

.mb-20 {
margin-bottom:20px !important;
}

.mb-30 {
margin-bottom:30px !important;
}

.mb-40 {
margin-bottom:40px !important;
}

.mb-50 {
margin-bottom:50px !important;
}

.mb-60 {
margin-bottom:60px !important;
}

.mb-70 {
margin-bottom:70px !important;
}

.row {
clear:both;
}

.row {
  display: flex;
  justify-content: space-between; /* 간격을 일정하게 만듦 */
}

.col-6 {
  width: calc(50% - 10px); /* 간격을 고려해 너비를 조정 */
}

@media (max-width: 1024px) {
.row {
  display: block;
}
.col-6 {
 width: 100%;
}
}

.text-center {text-align: center !important;}

.text-right {text-align: right !important;}

.text-left {text-align: left !important;}

.small {font-size:0.85em;}

	.page_content .about_box2{
	padding:50px 50px;
}

	.page_content .about_box3{
	padding:50px 50px;
}

.pc_padding {
padding:50px 0;
}
@media (max-width: 1024px) {
.pc_padding {
padding:0;
}
	.page_content .about_box{
	font-size:1em;
	line-height:1.5em;
	padding:50px 30px;
	}
	.page_content .about_box2{
	font-size:1em;
	line-height:1.5em;
	padding:50px 30px;
	}

	.page_content .about_box3{
	font-size:1em;
	line-height:1.5em;
	padding:20px 20px;
	}

	.txtlogo {
	font-size:1.4em;
	}
}

.about_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3열 그리드 */
  grid-gap: 10px; /* 이미지 간 10px 간격 */
}

.about_gallery a {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
.about_gallery {
box-sizing: border-box;
	width:100%;
  grid-gap: 5px; /* 이미지 간 10px 간격 */
}
	.about_gallery a img{
	  display: block;
	  width: 100%;
	  height: auto;
	}
}



.sub_menubox {
	display: flex;
    overflow-x: auto;
	flex-direction: row;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 60px 0;
    -webkit-overflow-scrolling: touch;
    /* margin: 0 auto; */
    justify-content: center;
}

.menubox {
  flex: 0 0 auto; /* 각 항목이 고정 크기로 줄내림되지 않도록 설정 */
  width: auto; /* 각 항목의 최소 너비 설정 */
}

.menubox .subtxt {
font-size:14px;
margin-top: 4px;
}

.submenu_on, .submenu_off {
    font-size: 1.6em;
    padding: 15px 30px;
    border: solid 1px #9dbbae;
    text-align: center;
    box-sizing: border-box;
}

.submenu_on {
  background: #425869;
  color: #fff;
  border-color: #425869;
}

.submenu_off {
  background: #fff;
  color: #425869;
}

@media (max-width: 520px) {
.sub_menubox {
 justify-content: flex-start;
}
.submenu_on, .submenu_off {
    font-size: 1.1em;
    padding: 10px 20px;
    border: solid 1px #9dbbae;
    text-align: center;
    box-sizing: border-box;
}

}


.buttonbox {text-align: center; margin-top: 30px;}
.buttonbox .btn_cancel {width:auto;background-color: #aaa;color: #fff;height: 47px;border-radius: 10px;border: 0px; line-height: 26px; font-size: 14px; font-weight: normal; padding-left: 30px; padding-right: 30px;}
.buttonbox .btn_submit {width:auto;background-color: #425869;color: #fff;height: 47px;border-radius: 10px;border: 0px; font-size: 14px; font-weight: normal; padding-left: 30px; padding-right: 30px;}
.buttonbox .btn_submit:hover {opacity: 0.8}

.latest_btn {
	position: absolute;
    top: 10px;
    right: 9px;
    display: block;
}
.latestbox{
padding:20px;
border:1px dashed #ddd;
border-radius:20px;
}

.main_section_2 {
padding:15px 0;
}

.main_section_3 {
background: #ffffff;
padding:15px 0;
position:relative;
}
@media (max-width: 1024px) {
.main_section_2 {
	padding:0 10px;
}
}

.radius10{
border-radius:10px;
overflow:hidden;
}

.border1 {
border:1px solid #eee;
}
.box-shadow{
box-shadow:0 0 10px rgba(0,0,0, 0.1);
}

        /* 언어 버튼 스타일 */
        .language-btn {
            display: inline-block;
            padding: 10px 0px;
            color: #333;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }
@media (max-width: 1024px) {
        .language-btn {
		margin-top:9px;
		}
}
		        .language-btn  svg {
					fill:#333;
					width:24px;
				}
		        .language-btn  img {
					width:24px;
				}

        /* 언어 선택 드롭다운 */
        .language-dropdown {
            display: none; /* 기본적으로 숨김 */
            position: absolute;
            background: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 0px;
            width: 120px;
            padding: 10px;
            top: 63px; /* 언어 버튼 아래 배치 */
            right: 0;
			vertical-align:middle;
        }
        .language-dropdown img {
		width:25px;
		padding:0px 5px 0 0;
		}

        /* 언어 선택 리스트 */
        .language-dropdown div a {
            padding: 8px;
            cursor: pointer;
			width:100% !important;
			clear:both;
			padding:8px 10px !important;
			margin:0 !important;
        }

        .language-dropdown div a:hover {
            background: #f1f1f1;
        }

        /* 래퍼 */
        .language-wrapper {
            position: absolute; /* 드롭다운 위치 고정 */
			right:0;
			top:0;
            display: inline-block;
        }


		.contents_wrap {
		margin-top:0px;
		}

		@media (max-width: 1024px) {
		.contents_wrap {
		margin-top:0px;
		overflow: hidden;
		}
		}



.site_position {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color:#888;
  font-size:14px;
  padding-bottom:30px;
}

@media(max-width:480px){
	.site_position {
  padding-left:0px;
  justify-content: flex-start;
  padding-top:10px;
   font-size:13px;
  padding-bottom:5px;
	}
}

.site_position svg {
width:20px;
}

.parallax {
  background-image: url('../images/top_core.jpg');
/*  background-attachment: fixed;*/
  background-size: cover; /* 또는 적절한 값으로 조절 */
  background-position: center center;
}
@media (max-width: 1200px) {
.parallax {
 background-size: cover; /* 또는 적절한 값으로 조절 */
}
}

.result_bg {
  background-image: url('../images/top_result.jpg');
/*  background-attachment: fixed;*/
  background-size: cover; /* 또는 적절한 값으로 조절 */
  background-position: center center;
}
@media (max-width: 1200px) {
.result_bg {
 background-size: cover; /* 또는 적절한 값으로 조절 */
}
}

.board_bg {
  background-image: url('../images/top_board.jpg');
/*  background-attachment: fixed;*/
  background-size: cover; /* 또는 적절한 값으로 조절 */
  background-position: center center;
}
@media (max-width: 1200px) {
.board_bg {
 background-size: cover; /* 또는 적절한 값으로 조절 */
}
}

.contact_bg {
  background-image: url('../images/top_contact.jpg');
/*  background-attachment: fixed;*/
  background-size: cover; /* 또는 적절한 값으로 조절 */
  background-position: center center;
}
@media (max-width: 1200px) {
.contact_bg {
 background-size: cover; /* 또는 적절한 값으로 조절 */
}
}

.halfbox {
  max-width: 1200px; /* 최대 폭 1200px */
  margin: 0 auto;    /* 중앙 정렬 */
  display: flex;     /* 가로 배치 */
  gap: 50px;         /* 카드 사이 간격 */
  flex-wrap: wrap;   /* 폭이 좁아지면 자동 줄바꿈 */
  padding:3px 0;
  box-sizing: border-box;
  border-radius: 10px; /* 컨테이너 테두리 둥글림 (선택) */
}

/* 개별 강사 박스 */
.halfbox-inbox-noborder {
  background: #fff;               /* 카드 배경색 */
  border: 0px solid #e1e1e1;         /* 카드 테두리 */
  border-radius: 20px 0 20px 0;             /* 모서리 둥글림 */
  flex: 0 0 calc(50% - 25px);     /* 2개(50%) - gap 20px 보정 */
  box-sizing: border-box;
  padding: 36px;
  min-height: 200px;              /* 예시 높이 (선택 사항) */
  position:relative;
  margin-bottom: 30px;
}

.halfbox-inbox {
  background: #fff;               /* 카드 배경색 */
  border: 1px solid #e1e1e1;         /* 카드 테두리 */
  border-radius: 20px 0 20px 0;             /* 모서리 둥글림 */
  flex: 0 0 calc(50% - 25px);     /* 2개(50%) - gap 20px 보정 */
  box-sizing: border-box;
  padding: 36px;
  min-height: 200px;              /* 예시 높이 (선택 사항) */
  position:relative;
  margin-bottom: 30px;
}

/* 기본 레이아웃 설정 */
.result_list .content-box {
  display: flex;
  align-items: flex-end; /* 세로 가운데 정렬 */
  gap: 40px; /* 이미지와 글 사이 간격 */
  padding: 0px;
  background-color: #fff; /* 배경 색 */
  border-radius: 15px; /* 사각형을 둥글게 */
/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/  /* 그림자 효과 */
  margin: 0; /* 상하 간격 */
  position:relative;
}


.result_list .content-box .image-box {
/*  flex: 1;  이미지가 일정 부분 차지하도록 설정 */
	width: 60%;
}

.result_list .content-box .image-box img {
  width: 100%; /* 이미지가 부모 요소의 너비를 채우도록 */
  border-radius: 0px; /* 이미지도 둥글게 */
}

.result_list .content-box .text-box {
 /* flex: 1;  텍스트가 더 넓게 표시되도록 설정 */
 width:50%;
 position:absolute;
 right:0;
 background:rgba(255,255,255,1);
 box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
 padding:50px;
 z-index:1;
}

.result_list .content-box .text-box h3 {
  margin-top: 0;
  font-size:30px;
  line-height:1.5em;
  letter-spacing:0;
  padding-bottom:20px;
}


.result_list .content-box .text-box .exp_texts {
  margin-top: 0;
  font-size:14px;
  color:#fff;
  background:#425869;
	padding: 6px 10px;
    border-radius: 20px;
  display:inline-block;
}

.result_list .content-box .text-box .exp_text1 {
margin-top: 5px;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 17px;
}
.astobe-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.result_list .content-box .text-box .exp_text2 {
  margin-top: 0;
  font-size:16px;
  line-height:1.8em;
}

    .content-box.reverse {
    order: -1;
	flex-direction: row-reverse;
  }
    .content-box.reverse .text-box {
	left:0;
	flex-direction: row-reverse;
  }

.sub_innerbox {
	max-width:1200px;
	margin: 0 auto;
}

.sub_innerbox h1 {
text-align:center;
font-size:4em;
color:#000;
margin-bottom:50px;
}


.sub_innerbox .titlebox {
padding:0 0px 60px;
}

.sub_innerbox .otitlebox {
padding:0 0px 30px;
}

.sub_innerbox .energybox {
background:#f1eae5;
padding:50px 30px;
border-radius:30px;
max-width:700px;
margin:0 auto;
}

.sub_innerbox .title1 {
font-size:30px;
color:#bababa;
line-height: 1.7em;
}

.sub_innerbox .title2 {
font-size:34px;
/*color:#000000;*/
line-height: 2em;
}

.sub_innerbox .title2_sub {
font-size:20px;
line-height: 1.7em;
/*color:#000000;*/
}

.sub_innerbox .title3 {
font-size:30px;
}

@media (max-width: 1200px) {

.sub_innerbox {
	max-width:1200px;
	margin: 0 auto;
	padding:0 15px;
}
}

.sub_innerbox.sub {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
}

.cert_bg {
background:url("../images/cert_bg.jpg") !important;
background-size:cover !important;
background-position:center center !important;
}

.hisemslink_bg {
width:100%;
height:100%;
position:absolute;
background:url("../images/hisemslink_bg.jpg") !important;
background-size:cover;
background-position:center center !important;
transition: all 0.5s;
}

.hisemslink {
    position: relative;
    overflow: hidden;
    padding: 80px 50px;
    color: #fff;
	background:#000;
    font-size: 1.9em;
    text-align: center;
}

.hisemslink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/hisemslink_bg.jpg") center center / cover no-repeat;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.hisemslink:hover::before {
    transform: scale(1.1);
    opacity: 0.5;
}

.hisemslink a {
    color: #fff;
    position: relative;
    z-index: 1; /* 배경보다 위에 위치하도록 설정 */
}

@media (max-width: 768px) {
    .hisemslink {
        padding: 60px 30px;
        font-size: 1.6em;
    }
}

.dark_bgbox {
color:#fff;
background:#425869;
padding:80px 0;
}

.gray_bgbox {
background:#f7f7f7;
padding:80px 0;
}

.white_bgbox {
background:#ffffff;
padding:0px 0;
}

.white_bgbox_t0 {
background:#ffffff;
padding:0 0 80px 0;
}

@media (max-width: 1024px) {
.gray_bgbox {
background:#f7f7f7;
padding:60px 0;
}

.white_bgbox {
background:#ffffff;
padding:0px 0;
}

.white_bgbox_t0 {
background:#ffffff;
padding:0 0 60px 0;
}

.countbox .countnumber{
font-size:50px;
}

    .content-box.reverse {
	flex-direction: column-reverse !important;
  }

.result_list .content-box {
flex-wrap: wrap;
gap:0;
padding:10px 0;
}

.result_list .content-box .image-box {
/*  flex: 1;  이미지가 일정 부분 차지하도록 설정 */
	width: 100%;
}

.result_list .content-box .text-box {
 /* flex: 1;  텍스트가 더 넓게 표시되도록 설정 */
 width:100%;
 position:relative;
 background:#fff;
 padding:30px 20px;
}

.result_list .content-box .text-box h3 {
  margin-top: 0;
  font-size:28px;
  line-height:1.5em;
  letter-spacing:0;
  padding-bottom:20px;
}

.result_list .content-box .text-box .exp_text1 {
  margin-top: 0;
  font-size:18px;
  line-height:1.4em;
}

.result_list .content-box .text-box .exp_text2 {
  margin-top: 10px;
  font-size:16px;
  line-height:1.8em;
}


.sub_innerbox .resultsbox {
margin:0 10px;
padding:50px 20px;
border-radius:0px;
max-width:700px;
margin:0 auto;
}

.sub_innerbox .titlebox {
padding:0 0 40px 0px;
}

.sub_innerbox .otitlebox {
padding:0 0 20px 0px;
}

.sub_innerbox .title1 {
font-size:30px;
/*color:#000000;*/
}

.sub_innerbox .title2 {
font-size:30px;
/*color:#000000;*/
}
.sub_innerbox .title3 {
font-size:22px;
}

}







.sub_innerbox .sub_innerbox_effect {
	margin:0 auto;
    line-height: 1.4em;
    position: relative;
    padding: 0px 20px 30px;
    margin-top: 0px;
    text-align: center;
    font-size: 18px;
}

.sub_innerbox .energy_effect ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 원하는 간격으로 조정 */
}

.sub_innerbox .energy_effect ul li {
	padding:20px 30px;
	border-radius:150px;
	float: left;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    width: calc(50% - 10px); /* 여유 공간을 고려하여 크기 조정 */
	align-items: center;
    justify-content: left;
    background: #fff;
    flex-wrap: wrap;
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}

.sub_innerbox .energy_effect ul li:nth-child(2n) {
    margin-right: 0;
}

.sub_innerbox .energy_effect ul li div {

}

.sub_innerbox .energy_effect ul li .icon {
background:#425869;
width:100px;
height:100px;
margin-right: 30px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}
.sub_innerbox .energy_effect ul li svg {
width:54px;
fill:#fff;
}

.sub_innerbox .energy_effect ul li:nth-child(odd) {
text-align:left;
}



.sub_innerbox .energy_effect ul li:nth-child(even) {
text-align:left;
}

.sub_innerbox .energy_effect .txt1 {
 font-size:24px;
 margin-bottom: 10px;
}

.sub_innerbox .energy_effect .txt2 {
 font-size:20px;
}

@media (max-width: 1024px) {

.sub_innerbox .energy_effect ul li {
width: 100%; /* 여유 공간을 고려하여 크기 조정 */
padding:20px 20px;
}

.sub_innerbox .energy_effect ul li .icon {
background:#425869;
width:80px;
height:80px;
margin-right: 20px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.sub_innerbox .energy_effect ul li svg {
width:44px;
fill:#fff;
}

.sub_innerbox .energy_effect .txt1 {
 font-size:22px;
 margin-bottom: 5px;
}

.sub_innerbox .energy_effect .txt2 {
 font-size:18px;
}

}

@media (max-width: 550px) {
.sub_innerbox .energy_effect ul li {
border-radius:0;
padding:20px 20px;
display: flex;
justify-content: center;
}
.sub_innerbox .energy_effect ul li .icon {
margin-right:0;
margin-bottom:10px;
}
.sub_innerbox .energy_effect ul li div {
text-align:center;
}
}

.topbox {
	max-width:1200px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 1200px) {
    .topbox {
        width: 100% !important;
		padding:0 15px;
        min-height: auto;
        padding-bottom: 0;
    }
}



.sub_innerbox .tbox_wrapper {
    width: 100%;
    overflow-x: auto; /* 좌우 스크롤 활성화 */
}

.sub_innerbox table {
    width: 100%;
    border-collapse: collapse; /* 테두리 겹침 방지 */
    border: 1px solid #cccccc; /* 전체 테두리 */
    min-width: 600px; /* 최소 너비 설정 (내용에 따라 조정) */
}

.sub_innerbox th, .sub_innerbox td {
    border: 1px solid #cccccc; /* 각 셀 테두리 */
	background:#fff;
    padding: 10px; /* 내부 여백 */
    text-align: center; /* 수평 가운데 정렬 */
    vertical-align: middle; /* 수직 가운데 정렬 */
	font-size:16px;
}

.sub_innerbox .tablelogo img {
max-width:100px;
margin-bottom:5px;
}

.sub_innerbox thead th {
    /* background-color: #e6e6e5; /* thead 배경색 */
	background-color: #425869;
	color: #fff;
}

/* 🔹 모바일에서 적용 */
@media (max-width: 768px) {
    .sub_innerbox .tbox_wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* iOS에서 부드러운 스크롤 */
    }

    .sub_innerbox table {
        width: 100%;
        min-width: 600px; /* 최소 테이블 크기 설정 */
    }
}


.certificate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.certificate a {
    display: block;
    width: 100%;
    height: auto;
}
.addbarhover {
position:fixed !important;
top:0;
height:60px;
z-index:9999;
}
.addbarout {
    position: absolute;
    bottom: -25px;
}

.centerbar {
  width:100%;
  bottom:-25px;
  position:absolute;
  z-index:10;
}
.centerbarwrap {
  margin:0 auto;
  max-width:1200px;
  width:100%;
  height:60px;
  background-color: #154379;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  transition: .3s all;
}

.centerbar .fullwidth {
max-width:100%;
}
.navbars {
  max-width:1200px;
  width:100%;
  height:60px;
  margin:0 auto;
  overflow: hidden;
  background-color: #154379;
  z-index:9999;
  transition: .5s all;
}

.navbars a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: left;
  width:200px;
  padding: 20px;
  text-decoration: none;
  border-right: 1px solid #5c7ca1;
    display: block;

}

.navbars .dropdown {
  float: left;
  overflow: hidden;
border-right: 1px solid #5c7ca1;
}

.navbars .dropdown .dropbtn {
  font-size: 16px;  
  width:200px;
  border: none;
  outline: none;
  color: white;
  text-align: left;
  padding: 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbars .home {
width:64px;
}

.navbars a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
  color:#333;
/*  border-right: 1px solid #aecd53;*/
  border-left: 1px solid #154379;
  margin-left:-1px;

}
.navbars .dropbtn {
  position:relative;

}
.navbars .dropbtn i {
position:absolute;
right:15px;
top:22px;
 transition: .5s all
}
.navbars .dropdown:hover .dropbtn i{
transform: rotate(180deg);
color:#154379;
}

.navbars .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  max-width: 200px;
 z-index:9999;
/*  border-right: 1px solid #aecd53;*/
  border-left: 1px solid #154379;
  border-bottom: 1px solid #154379;
  margin-left:-1px;

}

.navbars .dropdown-content a {
  float: none;
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  display: block;

}

.navbars .dropdown-content a:hover {
  background-color: #154379;
  color:#fff;

}

.navbars .dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
}