@charset "utf-8";

/*정렬 속성*/
.clearfix::after{content: '';display: block;clear: both;}

body{overflow-x:hidden;}
#loadings {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: #fff;z-index: 999999;}
#loadings_spin {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, .1); /* 컬러 */
    border-radius: 50%;
    border-top-color: #AA20FF; /* 컬러 */
    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; height:100%;}
label {word-break: keep-all !important;}
#header {background-color: rgba(255,255,255,0.5);border-bottom: 0px;padding-top: 20px;padding-bottom: 10px;position: fixed;top:0px;left: 0px;width: 100%;z-index: 98;box-shadow: 0px 0px 20px rgba(0,0,0,0.05);}
.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;}
/* } */

/* { */
.inner {width: 1400px; margin: 0 auto;}
.index {/* width: 1400px; */margin: 0 auto; *padding-top: 50px;/* padding-bottom: 50px; */}
.sub {margin: 0 auto; padding-top: 50px; padding-bottom: 70px; min-height: 768px;}
/* } */

/* 헤더 { */
.gnb_wrap ul {float:left;line-height: 40px;}
.gnb_wrap nav {float:left; line-height: 40px;}
.gnb_wrap nav a {font-size: 16px; line-height: 40px; display: block; float:left;}
.gnb_wrap .tog_wrap {margin-right: 30px;}
.gnb_wrap .logo_wrap {margin-right: 60px; position: relative;}
.beta_ico {position: absolute; top:12px; right:-40px; color:#fff; background-color:#AA20FF; 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 nav a:hover {color:#AA20FF}
.gnb_wrap .snb_wrap {float: right !important;}
.gnb_wrap .snb_wrap li {float:left;}
.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:#AA20FF}
.gnb_wrap .snb_wrap .qm_wrap {position: relative;}
.gnb_wrap .snb_wrap .qm_wrap button {padding-left: 10px; padding-right: 10px; position: relative; float:left; margin-top: 10px;}
.gnb_wrap .snb_wrap .qm_wrap button span {background-color: #AA20FF; 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: 40px; box-sizing: border-box; margin-top: 12px; color:#000;}
.gnb_wrap .snb_wrap .qm_wrap a svg path {fill:#25282B;}
.gnb_wrap .snb_wrap .qm_wrap a span {background-color: #AA20FF; 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: 10px;display: flex;flex-wrap: wrap;align-items: flex-start;gap: 5px;}
.gnb_wrap .snb_wrap .my_btn_wrap a.btn_round{background: #aaff06;color: #000;border: none !important;}
.gnb_wrap .snb_wrap .my_btn_wrap a.btn_round:hover{background: #c8ff32;}
.gnb_wrap .inner {box-sizing: border-box;}
.gnb_wrap #ol_after_scrap {margin-top: 10px;}
/* } */

/* 검색창 { */
#search_box_wrap {display: none; position: absolute; top: 55px; left: 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: 20px;}
#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 5px 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:#AA20FF;}
#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:#AA20FF; 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:#AA20FF;}
#search_top_btn:hover {opacity: 0.8}
/* } */


/* 메뉴 { */
.cbp-hrmenu {width: auto;}
.cbp-hrmenu > ul,.cbp-hrmenu .cbp-hrsub-inner {width: 100%;margin: 0 auto;padding: 0 1.875em;}
.cbp-hrmenu > ul > li {display: inline-block; padding-left: 20px; padding-right: 20px;}
.cbp-hrmenu > ul > li > a {color:#000;}
.cbp-hrmenu > ul > li > a:hover {}
.cbp-hrmenu > ul > li.cbp-hropen a {color:#AA20FF;}
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {color:#AA20FF;}

.cbp-hrmenu .cbp-hrsub {display: none;position: absolute;background: #fff !important;margin-left: -40px;top:75px;border:0px solid #000;border-radius: 10px;box-shadow: 10px 10px 20px rgba(0,0,0,0.05);/* max-width:680px; */}
.cbp-hropen .cbp-hrsub {display: block;padding:20px 10px;}
.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:#999 !important;font-size: 14px; font-family:'font-B',sans-serif; padding-top: 7px; padding-bottom: 7px; 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: 0;margin: 0;font-size: 18px;line-height: 130%;display: inline-block;white-space: nowrap;}

.cbp-hrmenu-btm {position: fixed; top:0px; left: -100%; width: 100%; background-color: #fff; z-index: 98; 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 {width: 100%;padding: 0;}
.cbp-hrmenu .cbp-hrsub-inner {width: 100%;padding: 0;display:flex;flex-wrap: wrap;gap: 0 20px;}
.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: 20px;}
.cbp-hrmenu-btm .cbp-hrsub ul li a {padding-top: 5px; padding-bottom: 5px; display: block; font-size: 16px;}

.cbp-hrmenu-btm.active {left: 0%;}
#m_gnb_close_btn {position: fixed; top:0px; right:0px; z-index: 99; display: none; background-color: transparent; width:80px; height:80px;}
#m_gnb_close_btn img {width: 15px;}
#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;display: inline-block;}
.btn_round:hover{background-color:#333;}
.arr_bg {background-color: #fff; color:#25282B; border:1px solid #25282B; background-image: url('../rb.img/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}
.arr_bg:hover{background-color:#efefef;}
.tiny_tab_btn.active {border-color:#25282B; color:#25282B}
.btn_round.btn_round_bg {background-color: #AA20FF; border:1px solid #AA20FF; 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:#AA20FF;}
.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:#333;font-size: 2em;display: block;padding-bottom: 30px;margin: 0 auto;margin-top: 50px;}

.bbs_main_wrap_tit {width: 100%;display: inline-block;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;}
.more_btn2 {width: 190px;height: 45px;margin: 30px auto 0;/* height:24px; */padding: 0 0 0 10px;/* border:1px solid #ddd; */border-radius: 24px;color: #fff;font-size: 16px;display: flex;align-items: center;justify-content: center;gap: 10px;background: #333;}
.more_btn2:hover{background: #fff;color: #333;border: 1px solid #ddd;}
.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: 72px;}
.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;}

@media screen and (max-width:1024px){
	.bbs_main_wrap_tit_l a{margin-bottom:10px;display: inline-block;}
	.h2_tit{font-size: 22px !important;}
	.tit_sub br{display:none;}
	.tit_sub{font-size: 14px !important;line-height: 1.2 !important;display: inline-block;word-break: auto-phrase;}
}
.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: 90px !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: 60px !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: #AA20FF;}
.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:#AA20FF; border:1px solid #ddd;}
/* } */

/* 풋터 { */
footer {/* border-top:1px solid #ddd; */}
footer .footer_gnb {padding-top: 20px; padding-bottom: 20px;background: #111; border-bottom: 1px solid #444;}
footer .footer_gnb_ul1 {float:left; width: 50%; line-height: 35px;}
footer .footer_gnb_ul1 a {margin-right: 30px;color:#fff;}
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; line-height: 35px;}
footer .footer_gnb_ul2 a {margin-left: 30px;color:#fff;}
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 {background-color: #111; padding-top: 50px; padding-bottom: 50px;}
footer .footer_copy_ul1 {float:left;}
footer .footer_copy_ul2 {float:right; text-align: right;}
footer .footer_copy_ul1_li1 a {color:#fff; margin-right: 30px; line-height: 40px;}
footer .footer_copy_ul1_li1 a img {margin-top: -1px; height:40px;}
footer .footer_copy_ul1_li2 {font-size: 14px; color:#fff; margin-top: 20px; line-height: 140%;}
footer .footer_copy_ul1_li3 {font-size: 13px; color:#666; margin-top: 20px;}
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;}
/* } */


/* 캡챠 { */
#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;font-size:0;}
#captcha #captcha_reload {background: url(../../../theme/rb.basic/rb.img/icon/cp_btn_img.png) no-repeat 0 -40px; border:1px solid #ddd;font-size:0;}
#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:#AA20FF; background: none; padding: 0px; line-height: inherit; margin: 0px;}
.btn_submit {border:0;background:#AA20FF;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#AA20FF}
.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: #AA20FF; border-color: #AA20FF;}
.reply_btn {background: #AA20FF !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: #AA20FF !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: #AA20FF; 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: #AA20FF !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;}
#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;/* display: none; */}
.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;}
/* } */





/* 말줄임 */
.ellipsis{white-space:nowrap !important; overflow:hidden !important; text-overflow:ellipsis !important;display: block;}
.ellipsis2{overflow: hidden !important;text-overflow: ellipsis !important;display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important;display: block;}
.ellipsis3{overflow: hidden !important;text-overflow: ellipsis !important;display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important;display: block;}
.ellipsis4{overflow: hidden !important;text-overflow: ellipsis !important;display: -webkit-box !important; -webkit-line-clamp: 4 !important; -webkit-box-orient: vertical !important;display: block;}


.shop_nav.rb_bbs_wrap {position: fixed;right: 15px;top: 50%;display: flex;flex-direction: column;z-index: 999;background: #fff;border-radius: 8px;box-shadow: 0 10px 20px rgb(0 0 0 / 5%);padding: 15px 15px 29px 15px;transform: translate(0px, -50%);width: 178px;}
.shop_nav.rb_bbs_wrap  .quick{max-width: 165px;border-radius:5px;margin-bottom:10px;display: flex;padding: 0 12px;height: 40px;align-items: center;justify-content: space-between;font-size: 16px;font-weight: 500;}

.shop_nav .quick_05{background: #AAFF06;}
.shop_nav .quick_05:hover{background: #b8ff2e;}
.shop_nav .quick_05 img{width:25px;}
.shop_nav .quick_04{position: relative;background: #D0DEF7;}
.shop_nav .quick_04:hover{background: #bfd6ff;}
.shop_nav .quick_04 img{width:25px;}
.shop_nav .quick_04 .count{position:absolute;background: red;width: 18px;height: 18px;line-height: 18px;border-radius: 50%;color: #fff;text-align: center;right: -7px;top: -7px;font-size: 12px;}
.shop_nav .quick_03{background: #F9D2C0;}
.shop_nav .quick_03:hover{background: #ffc5aa;}
.shop_nav .quick_03 img{width:25px;}
.shop_nav .quick_02{background: #DCEFE8;}
.shop_nav .quick_02:hover{background: #e2f2ec;}
.shop_nav .quick_02 img{width:25px;}
.shop_nav .quick_01{background: #F8E725;}
.shop_nav .quick_01 img{width: 33px;margin-right: -2px;}
.shop_nav .quick_01:hover{background: #fff041;}
.shop_nav span{display: inline-block;width:100%;}
.shop_nav .center_info{margin: 10px 0;}
.shop_nav .center_info .txt_01{font-size: 29px;font-weight: 600;}
.shop_nav .center_info .txt_02{color: #585858;border-bottom: 1px solid #ddd;padding-bottom: 10px;font-size: 12px;}
.shop_nav .product_list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 40px;
}
.shop_nav .product_list .tit_01{margin-bottom: 7px;width: 100%;}
.shop_nav .product_list a{display: inline-block;width: 45px;height: 45px;border: 1px solid #ddd;border-radius: 5px;overflow: hidden;}
.shop_nav .product_list a ~ a{margin-left: 2px;}
.shop_nav .product_list a:hover{border-color:#8ED100;}
.shop_nav .product_list a img{max-width:100%;}

.shop_nav .quick_fold{background: #333;color: #fff;display:inline-block;width:100%;position: absolute;bottom: -1px;left: 0;padding: 3px 0;border-radius: 0 0 5px 5px;}
.shop_nav .quick_fold .on{display:block;}
.shop_nav .quick_fold .off{display:none;}
.shop_nav.active .quick_fold .on{display:none;}
.shop_nav.active .quick_fold .off{display:block;}

.shop_nav.rb_bbs_wrap.active{width: auto;padding: 8px 7px 26px 8px;}
.shop_nav.rb_bbs_wrap.active .quick{width: 41px;padding: 5px;display: flex;align-items: center;justify-content: center;}
.shop_nav.rb_bbs_wrap.active span{display:none;}
.shop_nav.rb_bbs_wrap.active .center_info{display:none;}
.shop_nav.rb_bbs_wrap.active .product_list .tit_01{display:none;}
.shop_nav.rb_bbs_wrap.active .product_list a:nth-of-type(2),
.shop_nav.rb_bbs_wrap.active .product_list a:nth-of-type(3){display:none;}

@media screen and (max-width: 1079px) {
	.internet_nav{/* bottom: 70px !important; */}
	.shop_nav.rb_bbs_wrap.active{width: 100%;position: fixed;top: auto;transform: translate(0px, 0px);bottom: 0;left: 0;height: 70px;display: flex;flex-direction: row;padding: 10px 10px 10px 10px;border-top: 1px solid #ddd;gap: 10px;border-radius: 0;z-index: 90;justify-content: center;}
	.shop_nav.rb_bbs_wrap .quick_fold{display:none;}
	.shop_nav.rb_bbs_wrap.active .quick{flex:1;margin: 0;position: relative;background: #f4f4f4 !important;}
	.shop_nav.rb_bbs_wrap.active .quick_05::after{content:'온라인가입';position: absolute;bottom: -16px;font-size: 11px;width: 43px;letter-spacing: -1px;text-align: center;color: #616161;}
	.shop_nav.rb_bbs_wrap.active .quick_04::after{content:'비교하기';position: absolute;bottom: -16px;font-size: 11px;color: #616161;}
	.shop_nav.rb_bbs_wrap.active .quick_03::after{content:'예약상담';position: absolute;bottom: -16px;font-size: 11px;color: #616161;}
	.shop_nav.rb_bbs_wrap.active .quick_02::after{content:'전화상담';position: absolute;bottom: -16px;font-size: 11px;color: #616161;}
	.shop_nav.rb_bbs_wrap.active .quick_01::after{content:'카카오톡';position: absolute;bottom: -17px;font-size: 11px;color: #616161;}
	.shop_nav .product_list::after{content: '최근상품';position: absolute;left: calc(50% + 2px);bottom: -8px;font-size: 11px;width: 100%;transform: translate(-50%, 0px);color: #616161;}
	.sub_ft_nav{bottom: 70px !important;}

	.shop_nav .product_list a{width:41px;height:41px;}


}

.popup-overlay {display: none; /* 기본적으로 팝업은 숨김 */position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 8%); /* 반투명 검정 배경 */justify-content: center;align-items: center;z-index: 9999; /* 화면 맨 앞에 표시 */}
.popup-overlay .reset{/* background: #fff0f0; */border: 1px solid #a0a0a0;color: #000;padding:5px;border-radius:5px;margin: 0px 0 0 6px;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;}
.popup-content {background: #fff; /* 흰색 배경 */padding: 20px 20px 50px;border-radius: 5px;width: 90vw;height: 80vh;max-width: 440px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* 그림자 */text-align: center;position: relative;overflow: hidden;}
.popup-content .close-btn {position: absolute;top: 10px;right: 10px;border: none;border-radius: 4px;padding: 5px 10px;cursor: pointer;}
.open-popup-btn {display: inline-block;margin: 20px;padding: 10px 20px;background: #3498db;color: #fff;border: none;border-radius: 4px;cursor: pointer;}

.popup-content .no_list_item{background: #f6f6f6;border-radius: 10px;padding: 20px;display: flex;flex-direction: column;margin-top: 20px;height: calc(100% - 100px);justify-content: center;}
.popup-content .no_list_item .material-icons-outlined{
    font-size: 100px;
    color: #dbdbdb;
}
.popup-content .no_list_item b{font-size:24px;}
.popup-content .no_list_item .tit_01{font-size: 16px;color: #3c3c3c;margin-top: 6px;margin-bottom: 50px;}

.popup-overlay h2{text-align:left;font-size:27px;display: flex;align-items: center;}
.popup-overlay .txt_1{display:inline-block;width:100%;text-align:left;color: #6b6b6b;font-size: 16px;margin-top: 5px;}
.popup-overlay .txt_2{text-align:left;font-size: 14px;color: #ff7979;}
.popup-overlay .sct_li {display:flex;text-align: left;flex-wrap: wrap;border: 1px solid #eaeaea;padding: 15px;border-radius: 7px;margin-top: 10px;cursor: pointer;position:relative;}
.popup-overlay .sct_li.active {border: 1px solid #aaff07;background: #f8ffe9;}
.popup-overlay .sct_li .item_remove{position:absolute;right: 5px;top: 5px;z-index: 10;color: #9e9e9e;}
.popup-overlay .v_ch_list{width: 100px;height: 100px;border: 1px solid #eaeaea;overflow: hidden;display: flex;justify-content: center;align-items: center;margin-right: 10px;border-radius: 7px;}
.popup-overlay .v_ch_list img{object-fit:cover;width: 100%;height: auto;}
.popup-overlay .v_ch_list_r{width: calc(100% - 110px);}
.popup-overlay .item_ca{color: #999;font-size: 14px;}
.popup-overlay .item_name{font-size:18px;color:#000;}
.popup-overlay .item_basic {font-size: 14px;color: #777;margin-top: 2px;margin-bottom: 10px;}
.popup-overlay .btn_box{position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: #fff;display: flex;border-top: 1px solid #ddd;}
.popup-overlay .btn_box a,
.popup-overlay .btn_box button{flex:1;text-align:center;line-height: 50px;font-size: 16px;}
.popup-overlay .btn_box a ~ button{border-left:1px solid #ddd;}
.popup-overlay .btn_box .btn2{color: #80bd00;}
.popup-overlay .compare_list{width: 100%;height: calc(80vh - 150px);overflow: auto;padding-bottom: 70px;margin-top: 10px;}
.popup-overlay .item_pri2{margin-top: 3px;color: #8ab52f;}

@media screen and (max-width:360px){
    .popup-overlay .sct_li{display: flex;flex-direction: column;}
    .popup-overlay .v_ch_list img{
}
    .popup-overlay .v_ch_list{width:100%;margin-bottom: 10px;}
    .popup-overlay .v_ch_list_r{width:100%;}
}


/* rental header */
.tail_fixed_gnb{display:none !important;}
.rental .gnb_wrap .logo_wrap{float: left;}
.rental#header{padding-bottom: 10px;padding: 15px 20px 10px;}
.rental .gnb_wrap .inner{display: block;padding: 0 !important;height: auto;}
.rental .gnb_all_menu .cbp-hrsub{left: 20px;}
.rental .search_top_wrap{margin-right:10px;/* float: right; */}
.rental .rows_gnb_wrap{border: none;margin: 0;padding: 0;float: left;}
.rental .rows_gnb_wrap .row_gnbs nav{display: flex !important;width: 100% !important;justify-content: flex-end;float: left;}
.rental .rows_gnb_wrap{/* max-width: calc(100% - 872px) !important; */margin: initial;padding: 0 !important;/* width: 300px; */min-width: 500px;float: left;display: block;}
.rental .rows_gnb_wrap .cbp-hrmenu > ul{margin: initial;}
.rental .category_menu{margin-right: 10px !important;}
.rental .right{float: right;}

@media screen and (max-width:1024px){
.rental .rows_gnb_wrap .row_gnbs nav.pc{display: none !important;}
.rental .right{position: absolute;right: 20px;top: 16px;}
}

.comsotr01 {max-width: 560px;margin: 0 auto;}
.comsotr01 .compare_item {display: flex;gap: 0;text-align: center;margin: 20px 0;flex-wrap: wrap;border-bottom: 1px solid #ddd;}
.comsotr01 .compare_item li{width: auto;position: relative;cursor: pointer;height: 40px;line-height: 40px;border-bottom: 2px solid #ddd;text-align: center;padding: 0 20px;}
.comsotr01 .compare_item li.active{border-color: #8ed100;}
.comsotr01 .compare_item .count{background: #8ed100;color:#fff;display: inline-block;text-align: center;width: 17px;height: 17px;line-height: 17px;font-size: 13px;border-radius: 50%;}

.comsotr01 h2{text-align:left;font-size:27px;display: flex;align-items: center;}
.comsotr01 h2 .reset{/* background: #fff0f0; */border: 1px solid #a0a0a0;color: #000;padding:5px;border-radius:5px;margin: 0px 0 0 6px;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;}
.comsotr01 .txt_1{display:inline-block;width:100%;text-align:left;color: #6b6b6b;font-size: 16px;margin-top: 5px;word-break: keep-all;}
.comsotr01 .txt_2{text-align:left;font-size: 14px;color: #ff7979;word-break: keep-all;}
.comsotr01 .sct_li {display:flex;text-align: left;flex-wrap: wrap;border: 1px solid #ececec;padding: 15px;border-radius: 7px;margin-top: 10px;cursor: pointer;position:relative;}
.comsotr01 .sct_li.active {border: 1px solid #aaff07;background: #f8ffe9;}
.comsotr01 .sct_li .item_remove{position:absolute;right: 5px;top: 5px;z-index: 10;color: #9e9e9e;}
.comsotr01 .v_ch_list{width: 100px;height: 100px;border: 1px solid #ddd;overflow: hidden;display: flex;justify-content: center;align-items: center;margin-right: 10px;border-radius: 7px;}
.comsotr01 .v_ch_list img{object-fit:cover;width: 100%;height: auto;}
.comsotr01 .v_ch_list_r{width: calc(100% - 110px);}
.comsotr01 .item_ca{color: #999;font-size: 14px;}
.comsotr01 .item_name{font-size:18px;color:#000;}
.comsotr01 .item_basic {font-size: 14px;color: #777;margin-top: 2px;margin-bottom: 7px;}
.comsotr01 .btn_box{position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: #fff;display: flex;border-top: 1px solid #ddd;}
.comsotr01 .btn_box a{flex:1;text-align:center;line-height: 50px;font-size: 16px;}
.comsotr01 .btn_box a ~ a{border-left:1px solid #ddd;}
.comsotr01 .btn_box .btn2{color: #80bd00;}
.comsotr01 .compare_list{paddin;}
.comsotr01 .item_pri2{margin-top: 3px;color: #537a00;}

.comsotr01 .btn_st1 {position: sticky;bottom: 0;background: #fff;padding: 10px 0;z-index: 11;}
.comsotr01 .btn_st1 .btn{display: inline-block;width: 100%;background: #303336;border-radius: 5px;height: 45px;text-align: center;color: #fff;line-height: 45px;font-weight: 500;margin-top: 10px;font-size: 16px;}

.comsotr02 {margin: 0 auto;}
.comsotr02 h2{text-align:left;font-size:27px;margin-bottom: 10px;}
.comsotr02 .go_link{/* background: #bcff2f; */padding:10px;border-radius:5px;border: 1px solid #9c9c9c;}
.comsotr02 .compare_list{display:flex;gap: 10px;margin-bottom: 30px;max-width: 600px;margin: 0 auto 50px;flex-wrap: wrap;}
.comsotr02 .sct_li {width: calc(50% - 5px);display:flex;text-align: left;flex-wrap: wrap;position:relative;flex-direction: column;text-align: center;}
.comsotr02 .v_ch_list{width: 100%;aspect-ratio: 1 / 1;border: 1px solid #ddd;overflow: hidden;display: flex;justify-content: center;align-items: center;border-radius: 7px;margin: 0 auto;}
.comsotr02 .v_ch_list img{object-fit:cover;width: 100%;height: auto;}
.comsotr02 .v_ch_list_r{width: 100%;margin-top: 10px;}
.comsotr02 .item_ca{color: #999;font-size: 14px;background: #f4f4f4;display: inline-block;padding: 2px 10px;border-radius: 5px;}
.comsotr02 .item_name{font-size:18px;color:#000;}
.comsotr02 .item_basic {font-size: 14px;color: #777;margin-top: 2px;margin-bottom: 17px;}

.comsotr02 .btn_st1 {position: sticky;bottom: 0;background: #fff;padding: 10px 0;}
.comsotr02 .btn_st1 .btn{display: inline-block;width: 100%;background: #303336;border-radius: 5px;height: 45px;text-align: center;color: #fff;line-height: 45px;font-weight: 500;margin-top: 10px;font-size: 16px;}

.table_st1{display:inline-block;}
.table_st1 *{display:inline-block;}
.table_st1 {overflow:hidden;margin:.75em 0;width:100%;border-top: 2px solid #000000;border-bottom: 1px solid #ddd;position:relative;overflow:hidden;width:calc(100% + 1px);margin-left:-1px;font-weight:300;line-height:1.25;border-collapse:collapse;}
.table_st1 th{padding: .9em 0.8em;font-weight:500;font-size: 16px;font-weight: 600;text-align: left;}
.table_st1 td{word-break:keep-all;padding: .9rem 1.5rem;background: #fff;position:relative;min-height:3.95rem;font-size: 16px;text-align: center;width: 50%;}
.table_st1 td.differ{/* font-weight: 600; */}
.table_st1 td:first-child{border-left:none;}
.table_st1 td:last-child{border-right:none;}
.table_st1 th[scope='row']{border-bottom:1px solid #ddd;}
.table_st1 tr:last-of-type th[scope='row']{border-bottom:0;}
.table_st1 tbody th {display: inline-block;background: #fbfbfb;width: 100%;height: 100%;display: flex;align-items: center;}
.table_st1 tbody th.differ{/* background: #fff8fa; *//* border: 2px solid #86e33f; */color: #E91E63;}
.table_st1 tbody{display:flex;flex-wrap: wrap;}
.table_st1 .th{width:200px;border-bottom: 1px solid #ddd;display: flex;align-items: center;}
.table_st1 .tb{width: calc(100% - 200px);display:flex;}
.table_st1 td{width:50%;border-bottom: 1px solid #ddd;display: flex;align-items: center;text-align: left;}


@media screen and (max-width:560px){
    .comsotr01,
    .comsotr02{padding: 0 5vw;}
	.table_st1 .th{width:100%;}
	.table_st1 .tb{width:100%;}
	.table_st1 td{text-align:center;display: flex;justify-content: center;font-size: 14px;}
	.table_st1 td ~ td{border-left: 1px solid #ddd;}
	.table_st1 tbody th{text-align:center;display: flex;justify-content: center;}
}

@media screen and (max-width:520px){
    .comsotr01 .compare_item li{width:calc(33.33% - 10px);}
    .comsotr02 .go_link{padding:5px;font-size:14px;}
    .comsotr02 .item_name{font-size:16px;}
    .comsotr02 .item_ca,
    .comsotr02 .item_basic{font-size:12px;}
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 4px;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  font-size: 11px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^='up']::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::before,
[tooltip][flow^='up']::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^='down']::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^='down']::after {
  top: calc(100% + 5px);
}
[tooltip][flow^='down']::before,
[tooltip][flow^='down']::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^='left']::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #000;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^='left']::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^='right']::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^='right']::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^='up']:hover::before,
[tooltip][flow^='up']:hover::after,
[tooltip][flow^='down']:hover::before,
[tooltip][flow^='down']:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^='left']:hover::before,
[tooltip][flow^='left']:hover::after,
[tooltip][flow^='right']:hover::before,
[tooltip][flow^='right']:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


/* internet main customer */

.bbs_main {overflow:hidden;width:100vw;max-width:1400px;}
.flex_box{margin:0;}


.rb_quick_01{position:relative;background:#aaff06;padding:40px 0;display:flex;justify-content: space-between;width: 100vw;max-width: 1400px;}
.rb_quick_01::before{content: '';display: block;position: absolute;height: 100%;width: 100%;right: 100%;top: 0;z-index: 0;background: #aaff06;}
.rb_quick_01::after{content: '';display: block;position: absolute;height: 100%;width: 100%;left: 100%;top: 0;z-index: 0;background: #aaff06;}

.rb_quick_01 h2 {font-size:28px;width: 260px;margin-bottom: 20px;}
.rb_quick_01 .box_1{width: calc(100% - 261px);display: flex;gap: 15px;justify-content: space-evenly;overflow: hidden;}
.rb_quick_01 .box_1 .swiper{width:100%;}
.rb_quick_01 .box_1 a{display: flex;background: #fff;border-radius: 10px;width: 92px;height: 92px;max-width: 136px;j;font-size: 18px;font-weight: 600;border:1px solid #fff;justify-content: center;align-items: center;flex-direction: column;}
.rb_quick_01 .box_1 a:hover{border: 2px solid #000;/* background: #aaff06; *//* box-shadow: 5px 5px 15px #00000024; */}
.rb_quick_01 .box_1 a img{margin-bottom:10px;max-width: 100%;width: 32px;}

.rb_quick_02{padding:40px 0;width: 100vw;max-width: 1400px;background: #f9ffed;position: relative;}
.rb_quick_02::before{content:'';display:block;position: absolute;left: -50%;top: 0;width: 300%;height: 100%;background:#f9ffed;z-index: 0;}
.rb_quick_02 h2 {font-size: 34px;width: 100%;margin-bottom: 10px;position: relative;z-index: 1;}
.rb_quick_02 .box_1{display: flex;gap: 20px;flex-wrap: wrap;justify-content: center;}
.rb_quick_02 .box_1 a{position:relative;background: #ffffff;border: 1px solid #e0eec5;width: calc(16.66% - 17px);height: 150px;border-radius: 20px;padding: 20px;font-size: 20px;font-weight: 600;transition: all 0.3s ease;}
.rb_quick_02 .box_1:not(.box_2) a:nth-child(5){display:none;}
.rb_quick_03 .box_1 a{width:calc(19.66% - 17px);}
.rb_quick_02 .box_1 a:hover{/* border: 1px solid #aaff06; *//* background: #fbfff4; */transform: scale(0.98);transition: all 0.3s ease;}
.rb_quick_02 .box_1 a img{position:absolute;bottom:20px;right:20px;max-height: 30%;max-width: 60%;}

.rb_quick_03 .box_1 a{}
.rb_quick_03 .box_1 a img{max-height: 56%;max-width: 50%;right: 13px;bottom: 13px;}

.ytube_wg iframe{width: 100%;height: 100%;}
.quick_box{display:flex;flex-wrap: wrap;gap: 12px;}
.banner_wg,
.ytube_wg {position:relative;background: #aaff06;height: 135px;border-radius: 15px;overflow: hidden;:;padding: 20px;display: inline-block;width: calc(50% - 10px);}
.quick_box2 .banner_wg,
.quick_box2 .ytube_wg {position:relative;background: #aaff06;height: 135px;border-radius: 15px;overflow: hidden;:;padding: 20px;display: inline-block;width: calc(50% - 6px);}
.ytube_wg {padding:0 !important;}
.banner_wg.bnr01{background:#fff;color:#111;border:1px solid #ddd;}
.banner_wg.bnr02{background:#111;color:#fff;}
.banner_wg.bnr03{}
.banner_wg span{line-height: 1.2;display: inline-block;font-size: 22px;}
.banner_wg b{line-height: 1.2;}
.banner_wg img{position:absolute;right:20px;bottom:20px;}

#Sc_3 {display: flex;color: #fff;text-align: center;padding: 180px 20px;position: relative;background: #000;justify-content: center;align-items: center;z-index: 1;}
#Sc_3::before{content: '';display: block;position: absolute;height: 100%;width: 100%;right: 100%;top: 0;z-index: 1;background: #000;}
#Sc_3::after{content: '';display: block;position: absolute;height: 100%;width: 100%;left: 100%;top: 0;z-index: 0;background: #000;}
#Sc_3 .tit_1 {font-size: 60px;font-weight: 700;word-break: keep-all;}
#Sc_3 .tit_2 {font-size: 100px;font-weight: 800;}
#Sc_3 .tit_3 {font-size: 25px;}
#Sc_3 .tit_4 {font-size: 17px;word-break: keep-all;}

#Sc_3 .btn {display: flex;background:#aaff07;border-radius:50px;color: #000;font-size: 35px;height: 80px;max-width: 450px;width: 100%;font-weight: 700;margin: 40px auto 15px;transition: all 0.3s ease;justify-content: center;align-items: center;}
#Sc_3 .btn:hover { box-shadow: 8px 8px 0 #000; border: 1px solid #000; }
.video_bg{display: flex;position: absolute;left: 0;top: 0;z-index: -1;object-fit: cover;width: 100%;height: 100%;opacity: 0.2;}

@media screen and (max-width:1400px){
	.bbs_main_wrap_tit{padding:0 !important;}


	.rb_quick_01{padding:40px 20px;display: flex;flex-wrap: wrap;}
	.rb_quick_02{padding:40px 20px;}
	.rb_quick_03{padding:40px 20px;}
	.quick_box{padding-right:20px;}

}

@media screen and (max-width:990px){
	.rb_quick_02 .box_1 a{width: calc(33.33% - 14px);}
	.rb_quick_03 .box_1 a{width: calc(33.33% - 14px);}
	
}

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

	.quick_box{width:100% !important;padding-left: 20px;}
	.ytube_wg,
	.banner_wg{width: calc(50% - 10px);margin: 0;height: 151px;}


}


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


	.rb_quick_01,
	.rb_quick_02,
	.rb_quick_03{padding: 40px 15px;}
	
	.rb_quick_02 h2,
	.rb_quick_03 h2{font-size:20px;}
	.rb_quick_02 .box_1 a,
	.rb_quick_03 .box_1 a{font-size: 14px;/* width: calc(25% - 15px); */}

	.ytube_wg,
	.banner_wg{/* width:100%; */height: 127px;max-height: 170px;/* height: auto; */padding: 15px;}
	.banner_wg span{font-size: 16px;}
	.banner_wg img{max-height: 50px;max-width: 45px;right: 15px;bottom: 15px;}

	#Sc_3 .tit_1 {font-size: 28px;line-height: 1.2;}
	#Sc_3 .tit_2{font-size: 56px;}
	#Sc_3 .tit_2 img{height: 37px;}
	#Sc_3 .tit_3{font-size: 18px;}
	 #Sc_3 .tit_3 span{width: 100%;display:inline-block;}
	 #Sc_3 .tit_3 em{display:none;}

	 #Sc_3 .tit_2 {font-size: 45px;margin: 1px 0 10px;}
	 #Sc_3 .tit_2img {width: 36px; }

	#Sc_3 .tit_4{max-width: 90%;margin: 0 auto;}

	#Sc_3 .btn{font-size: 18px;width: auto;height: 55px;width: 100%;max-width: 220px;margin: 26px auto;}

	#Sc_3{padding: 60px 0;}

}

@media screen and (max-width: 460px){
	
	.rb_quick_03 .box_1,
	.rb_quick_02 .box_1{gap:10px;}
	.rb_quick_03 .box_1 a,
	.rb_quick_02 .box_1 a{width: calc(33.33% - 7px);font-size: 14px;height: 113px;border-radius: 10px;padding: 12px;}
	.rb_quick_03 .box_1 a img,
	.rb_quick_02 .box_1 a img{max-height: 29px;}
	.rb_quick_02 .box_2 a img{max-height: 58px;max-width: 48px;}

}

@media screen and (max-width: 346px){
	.rb_quick_03 .box_1 a,
	.rb_quick_02 .box_1 a{width: calc(50% - 7px) !important;}

}

.tv_table h4{font-size: 40px;text-align:center;font-weight: 300;margin-bottom: 40px;}
.tv_table .lo_list {display:flex;flex-wrap: wrap;gap: 20px;justify-content: center;}
.tv_table .lo_list li{width: calc(33.33% - 14px);background: #ddd;height: 200px;padding: 20px;display: flex;align-items: center;justify-content: center;text-align: center;}
.tv_table .lo_list li:nth-child(1){background: #ffffff;border: 1px solid #ff9f42;}
.tv_table .lo_list li:nth-child(2){background: #ffffff;border: 1px solid #e393aa;}
.tv_table .lo_list li:nth-child(3){background: #ffffff;border: 1px solid #ff8388;}
.tv_table .lo_list li:nth-child(4){background: #ffffff;border: 1px solid #e681a1;}
.tv_table .lo_list li:nth-child(5){background: #ffffff;border: 1px solid #b7b7b7;}
.tv_table .lo_list li:nth-child(1):hover{background: #fff8f2;}
.tv_table .lo_list li:nth-child(2):hover{background: #fffbfc;}
.tv_table .lo_list li:nth-child(3):hover{background: #fff9f9;}
.tv_table .lo_list li:nth-child(4):hover{background: #fff8fa;}
.tv_table .lo_list li:nth-child(5):hover{background: #fafafa;}
.tv_table .lo_list li a{display: inline-block;width:100%;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;}
.tv_table .lo_list li p{margin: 20px auto 0;width: 100%;height:45px;background:#ddd;color:#fff;display: flex;align-items: center;justify-content: center;font-size: 18px;transition: all 0.3s ease;word-break: keep-all;}
.tv_table .lo_list li:hover p{/* transform: scale(0.98); */transition: all 0.3s ease;font-size: 17px;}
.tv_table .lo_list li:nth-child(1) p{background: #ee7602;}
.tv_table .lo_list li:nth-child(2) p{background:#c00c3f;}
.tv_table .lo_list li:nth-child(3) p{background:#ff1a24;}
.tv_table .lo_list li:nth-child(4) p{background: #a50034;}
.tv_table .lo_list li:nth-child(5) p{background:#000000;}
.tv_table .lo_list .img_box{position: relative;display:flex;height:100px;width: 100%;justify-content: center;align-items: center;padding: 0px;}
.tv_table .lo_list li img{max-width: 100%;height: auto;width: auto;max-height: 70px;}

.tv_table.see_table{}
.tv_table.see_table .lo_list li:nth-child(4) p{background:#3617ca;}
.tv_table.see_table .lo_list li:nth-child(5) p{background:#c00c3f;}
.tv_table .lo_list li:nth-child(6) p{background:#000000;}
.tv_table.see_table .lo_list li:nth-child(4){background: #ffffff;border: 1px solid #9b90d1;}

.tv_table.see_table .lo_list li:nth-child(4):hover{background: #faf9ff;}
.tv_table.see_table .lo_list li:nth-child(5){background: #ffffff;border: 1px solid #e393aa;}
.tv_table.see_table .lo_list li:nth-child(5):hover{background: #fffbfc;}
.tv_table.see_table .lo_list li:nth-child(6){background: #ffffff;border: 1px solid #a7a7a7;}
.tv_table.see_table .lo_list li:nth-child(6):hover{background: #f9f9f9;}

@media screen and (max-width:944px){
	.tv_table .lo_list li{width: calc(50% - 5px);display: flex;align-items: stretch;}
	/*.tv_table .lo_list li:last-child{width:100%;}*/
	.tv_table .lo_list{gap:10px;}
	.tv_table h4{font-size:28px;}
	.tv_table .lo_list li{padding:10px;height: 172px;}
	.tv_table .lo_list li p{font-size: 15px;padding:10px;height: auto;line-height: 1;margin-top: 0;}
	.tv_table .lo_list li:hover p{font-size:15px;}
	.tv_table .lo_list li:nth-child(3) img{max-height:50px;}
	.tv_table.see_table .lo_list li:nth-child(4) img{max-height: 50px;}

}
@media screen and (max-width:970px){
	/* .tv_table .lo_list li{width:100%;} */

}


	.category_menu{margin:0;padding:0;list-style:none;font-family:'Pretendard', sans-serif;}
.category_lv2{border-bottom:1px solid #ddd;}
.category_btn{display:block;width:100%;padding: 16px 16px;/* background:#f5f5f5; */border:none;text-align:left;font-size:16px;font-weight:bold;cursor:pointer;position:relative;transition:background 0.3s;color: #000;}
.category_btn *{color:#000;font-weight: bold;font-size: 18px;font-family: 'font-B',sans-serif !important;}
.category_btn:hover{/* background:#eaeaea; */}
.category_btn::after{content:'▼';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:12px;transition:transform 0.3s;}
.category_lv3_wrap{display:none;background:#fafafa;/* padding:12px 16px; */}
.category_lv2.open .category_btn::after{transform:rotate(180deg);}
.category_lv2.open .category_lv3_wrap{/* padding:12px 16px; */max-height:500px; /* 충분히 큰 값으로 설정 */}
.btn_all_view{display:inline-block;font-size:14px;color: #333 !important;padding: 10px 0;text-indent: 0;}
.category_lv3{list-style:none;margin:0;padding:0;}
.category_lv3 li{
    border-top: 1px solid #eeeeee;
}
.category_lv3 li a{display: inline-block;font-size:14px;color: #333 !important;padding: 10px 0;text-indent: 0;}
.category_lv3 li a:hover{color:#0070c0;}
