.b_sub_sec {padding:150px 0; }
.b_sub_sec .b_tit_box{text-align: center;}
.b_sub_sec .b_tit_box{margin-bottom: 75px; text-align: center;}
.b_sub_sec .b_tit_box .b_tit_txt{margin:5px 0 10px 0; line-height:1.3;}
.b_sub_sec .b_tit_box .b_sub_txt{opacity: .5;}
.b_sub_sec .b_tit_box .b_cont_txt{line-height:1.4;}
.b_sub_sec .b_tit_box b{opacity: .6; display: block; margin-top: 15px;}

.b_first_sec {padding-top: 190px;}

@media screen and (max-width: 1080px){
    .b_sub_sec {padding:100px 0; }
    .b_sub_sec .b_tit_box{margin-bottom: 40px; }
    .b_first_sec {padding-top: 150px;}
}
@media screen and (max-width: 720px){
    .b_sub_sec {padding:75px 0; }
    .b_first_sec {padding-top: 80px;}
}

.b_id_01 .b_inner{background:url(/img/sub/id/top_bg.jpg) no-repeat center / cover; border-radius:20px; overflow: hidden; padding:70px 30px; }
.b_id_01 .b_cont_box {max-width:900px; width:100%; margin: 0 auto; }
.b_id_01 .b_cont_box a{display: flex; width: 100%; height:70px; background-color: rgba(0,0,0,.3); border-radius: 10px; overflow: hidden; }
.b_id_01 .b_cont_box img{opacity: .7; display: block;}
.b_id_01 .b_top_link a{margin: 0 auto; width: 49%; justify-content: center; align-items: center;}
.b_id_01 .b_top_link img{margin-right: 25px;}
.b_id_01 .b_list_box{display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 20px; width:100%; margin-top: 20px;}
.b_id_01 .b_list_box li{width:23.5%; }
.b_id_01 .b_list_box li a{position: relative; padding:15px;}
.b_id_01 .b_list_box li figure{position:absolute; right: 15px; bottom:15px;}
.b_id_02{background-color: #111;}

@media screen and (max-width: 720px){
    .b_id_01 .b_inner{padding: 40px 15px; border-radius: 10px;}
    .b_id_01 .b_cont_box a{border-radius: 5px;height: 50px;}
    .b_id_01 .b_list_box{margin-top: 10px; justify-content: flex-start; row-gap: 10px; column-gap: 2%;}
    .b_id_01 .b_list_box li {width: 32%;}
    .b_id_01 .b_list_box li figure{bottom: 17px;}
    .b_id_01 .b_cont_box img{height: 18px;}
    .b_id_01 .b_top_link img{margin-right:10px; width:23px; height: auto;}
}
@media screen and (max-width: 720px){
    .b_id_01 .b_list_box{column-gap: 3%;}
    .b_id_01 .b_list_box li {width: 48.5%;}
}


/* 실시간 인기 게임 순위 */
.ranking_sec .b_cont_box{height: 380px; display: flex; align-items: center; border-radius: 0 20px 20px 0; overflow: hidden;}
.ranking_sec .b_cont_box>div{width: 50%; height: 100%;}
.ranking_sec .b_ranking_img {}
.ranking_sec .b_ranking_img ul li{display: none;}
.ranking_sec .b_ranking_img ul li.on{display: block;}
.ranking_sec .b_ranking_img ul li a{display: block;}
.ranking_sec .b_ranking_img figure img{display: block; }
.ranking_sec .b_ranking_list{background-color: #000;display: flex;align-items: center;justify-content: center;padding: 0 35px;}
.ranking_sec .b_ranking_list ul{display: flex; flex-direction: column; flex-wrap: wrap; height: 300px;width: 100%;}
.ranking_sec .b_ranking_list ul li{display: flex; align-items: center; height: 20%; width:50%; padding-right: 15px; }
.ranking_sec .b_ranking_list li{border-bottom:1px solid rgba(255,255,255,.3); position: relative;}
.ranking_sec .b_ranking_list li:nth-child(5),.ranking_sec .b_ranking_list li:nth-child(10){border-bottom:0;}
.ranking_sec .b_ranking_list li a{display: block;}
.ranking_sec .b_ranking_list li p{word-break: keep-all; opacity: .7; }
.ranking_sec .b_ranking_list li .b_num{width: 55px; opacity: .7; }
.ranking_sec .b_ranking_list li.on{}
.ranking_sec .b_ranking_list li.on p{color: #ffa503; font-weight: 600; opacity: 1; transition:opacity .3s; }
.ranking_sec .b_ranking_list li.on .b_num{opacity: 1; transition:opacity .3s; }

@media screen and (max-width: 1080px){
    .ranking_sec .b_ranking_list{padding: 0 22px;}
    .ranking_sec .b_ranking_list li .b_num {width: 30px;}
}
@media screen and (max-width: 940px){
    .ranking_sec .b_cont_box{flex-wrap: wrap; height: auto; flex-direction: column-reverse; max-width: 600px; margin: 0 auto;border-radius: 10px;}
    .ranking_sec .b_cont_box>div{width: 100%;height: auto;}
    .ranking_sec .b_ranking_img figure{aspect-ratio: 16/9;display: flex;align-items: center;justify-content: center;}
    .ranking_sec .b_ranking_img figure img{width: 100%; height: 100%; object-fit: cover;}
    .ranking_sec .b_ranking_list {padding: 15px;}
    .ranking_sec .b_ranking_list ul{height: 220px;}
    .ranking_sec .b_ranking_list li .b_num {width: 25px;}
}


/* 전체게임 리스트 */
.gamelist_sec .b_cate_list {background-color: #1a1a1a; display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; margin-bottom: 50px;}
.gamelist_sec .b_cate_list ul{display: flex; align-items: center; flex-wrap: wrap; height: 70px; justify-content: space-between; width: 100%; padding:0 30px; }
.gamelist_sec .b_cate_list li span{opacity: .7;}
.gamelist_sec .b_cate_list li.on a{display: block; padding:5px 20px; border-radius: 15px; background-color: #ffa503; }
.gamelist_sec .b_cate_list li.on span{font-weight: bold; opacity: 1;}
.gamelist_sec .b_cate_list li:hover span{color:#ffa503; transition:.2s; opacity: 1;}
.gamelist_sec .b_cate_list li:hover.on span{color:#fff; }
.gamelist_sec .b_list_box ul{display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; column-gap:2.6%; row-gap: 35px;}
.gamelist_sec .b_list_box li{width: 14.5% ; border-radius: 10px; overflow: hidden;}
.gamelist_sec .b_list_box li a{display: block;}
.gamelist_sec .b_list_box figure{width: 100%;aspect-ratio: 1 / 1; display: flex;align-items: center;justify-content: center;}
.gamelist_sec .b_list_box figure img{display: block; width: 100%; height: 100%; object-fit: cover;}
.gamelist_sec .b_list_box .b_txt_box{background-color:#333; padding:12px; }

@media screen and (max-width: 840px){
    .gamelist_sec .b_list_box ul{column-gap: 2%; row-gap: 20px;}
    .gamelist_sec .b_list_box li {width: 23.5%; border-radius: 5px;}
}
@media screen and (max-width: 720px){
    .gamelist_sec .b_cate_list{border-radius: 5px;margin-bottom: 30px;}
    .gamelist_sec .b_cate_list ul{height: auto;padding: 10px;row-gap: 10px; justify-content: flex-start;}
    .gamelist_sec .b_cate_list li{width: 12.5%; text-align: center;}
    .gamelist_sec .b_cate_list li.on a{padding: 5px 10px;}
}

@media screen and (max-width: 460px){
    .gamelist_sec .b_cate_list li {width: 16.666%;}
    /* .gamelist_sec .b_list_box ul{column-gap: 2%; row-gap: 20px;} */
    .gamelist_sec .b_list_box li {width: 32%; }
    .gamelist_sec .b_list_box .b_txt_box{padding: 8px;}
}


.b_deco_box{position: relative;}
.b_deco_box .deco_img{display: block; position:absolute; right:0; top:-10px; ;}
.b_deco_box .b_link_btn{display: flex; flex-direction: column; background-color: rgba(0,0,0,.3); height:150px; max-width:430px; width:100%; padding:25px; justify-content: space-between; position: relative; z-index: 1; margin-left:9%; border-radius: 10px;}
.b_deco_box .b_link_btn figure{width: fit-content; margin-left: auto;}
.b_deco_box .b_link_btn figure img{opacity:.5; }


.b_money_01 .b_inner{background:url(/img/sub/money/top_bg.jpg) no-repeat center / cover; border-radius:20px; overflow: hidden; padding:70px 30px; height:580px;}
.b_gameitem_01 .b_inner{background:url(/img/sub/money/top_bg.jpg) no-repeat center / cover; border-radius:20px; overflow: hidden; padding:70px 30px; height:580px;}
.b_giftcard_01 .b_inner{background:url(/img/sub/money/top_bg.jpg) no-repeat center / cover; border-radius:20px; overflow: hidden; padding:70px 30px; height:580px;}
.b_giftcard_01 .deco_img{top: -40px;}

@media screen and (max-width: 1080px){
    .b_deco_box .deco_img{max-width: 50%;}
    .b_deco_box .b_link_btn{margin-left:5%; max-width: 350px;height: 100px;}
    .b_deco_box .b_link_btn figure img{width: 40px;}

    .b_money_01 .b_inner{height: 480px;}
}
@media screen and (max-width: 870px){
    .b_deco_box {display: flex; flex-direction: column; align-items: center;}
    .b_deco_box .b_link_btn{margin: 0 auto;height: 60px;padding: 0 20px;border-radius: 5px;flex-direction: row; align-items: center; margin: 0; margin-bottom:30px;}
    .b_deco_box .deco_img{position: unset; max-width: 500px; width:100%; }
    .b_deco_box .b_link_btn figure img{width: 30px;}

    .b_money_01 .b_inner {height: auto; padding-bottom: 0;}
    .b_gameitem_01 .b_inner {height: auto; }
    .b_giftcard_01 .deco_img{max-width: 450px;}
}   


/* 검색옵션 및 폼 */
.b_form_box .b_option_box {display: flex; flex-direction: column; row-gap: 50px; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom:50px;}
.b_form_box .b_option_box .b_box{display: flex; align-items: flex-start; flex-wrap: wrap;}
.b_form_box .b_option_box h3{width: 200px; padding-left:5%; }
.b_form_box .b_option_box .b_input_box label{padding:5px 15px;display: inline-block;position: relative; font-size:1.125rem; font-weight: 400; cursor:pointer; }
.b_form_box .b_option_box .b_chk_box input[type="checkbox"]{appearance: none; -moz-appearance: none; -webkit-appearance: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border:1px solid rgba(255,255,255,.5); border-radius: 20px; z-index: -1;}
.b_form_box .b_option_box .b_chk_box input[type="checkbox"]:checked{background-color: #ffa503; border-color: #ffa503;}
.b_form_box .b_box .b_input_box{width: calc(100% - 200px); }
.b_form_box .b_card_cate .b_input_box{width: calc(100% - 200px); display: flex;        flex-wrap: wrap; row-gap: 20px; column-gap: 20px;}
.b_form_box .b_card_price .b_input_box{display: flex; align-items: center; }
.b_form_box .b_card_price .b_text_box {margin-right:20px; display: flex ; align-items: center; gap: 5px;}
.b_form_box .b_card_price .input_text{border:1px solid rgba(255,255,255,.5); background-color: transparent; border-radius: 50px; max-width:160px; width:100%;  outline:0; height:32px; padding:0 10px; }
.b_form_box .b_card_price .b_radio_box {display: flex; flex-wrap: wrap; column-gap: 20px;}
.b_form_box .b_card_price .b_radio_box label{padding:5px 15px;display: inline-block;position: relative; font-size:1.125rem; font-weight: 400; cursor:pointer; }
.b_form_box .b_card_price .b_radio_box input[type="radio"]{appearance: none; -moz-appearance: none; -webkit-appearance: none; border:1px solid rgba(255,255,255,.5); border-radius: 20px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;}
.b_form_box .b_card_price .b_radio_box input[type="radio"]:checked{background-color: #ffa503; border-color: #ffa503;}
.b_form_box .b_card_search .b_input_box{border:1px solid rgba(255,255,255,.5); display: flex; align-items: center; border-radius: 50px; }
.b_form_box .b_card_search .input_text{background-color: transparent;  width:100%;  outline:0; height:40px; padding-right:10px; border:0; width:100%; }
.b_form_box .b_card_search .b_input_box i{margin:0 15px; }
.b_form_box .b_btn_wrap{margin-top: 20px; display: flex; align-items: center; justify-content: flex-end; gap:15px; }
.b_form_box .b_btn_wrap button{display: block; padding:12px 20px; border-radius: 50px;}
.b_form_box .b_btn_wrap .b_reset_btn{border:1px solid #fff; opacity: .5;}
.b_form_box .b_btn_wrap .b_submit_btn{background-color: #ffa503; }
.b_form_box .b_option_box .b_card_search{align-items: center;}

@media screen and (max-width: 1080px){
    .b_form_box .b_option_box{row-gap: 30px;}
    .b_form_box .b_option_box h3{padding-left:0; width: 100px;}
    .b_form_box .b_box .b_input_box {width: calc(100% - 100px);}
    .b_form_box .b_card_cate .b_input_box{row-gap: 10px; column-gap: 10px;}
    .b_form_box .b_card_price .input_text{max-width: 120px;}
    .b_form_box .b_card_price .b_radio_box{column-gap: 10px;}
}
@media screen and (max-width: 870px){
    .b_form_box .b_option_box .b_box{flex-direction: column; gap: 10px;}
    .b_form_box .b_option_box h3{width: 100%;}
    .b_form_box .b_box .b_input_box{width: 100%;}
    .b_form_box .b_btn_wrap{justify-content: center; gap: 10px;}
}
@media screen and (max-width: 740px){
    .b_form_box .b_card_price .b_input_box{flex-direction: column; align-items: flex-start; gap: 10px;}
    .b_form_box .b_card_search .b_input_box i img{width: 15px;}
    .b_form_box .b_card_cate .b_input_box{row-gap: 10px; column-gap: 5px;}
}

/* 상품권 */
.b_giftcard_02 .b_tab_list{width: 100%; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 35px; background-color: #1a1a1a; border-radius:20px }
.b_giftcard_02 .b_tab_list li{width: 50% ; height:80px; text-align: center; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius:20px }
.b_giftcard_02 .b_tab_list li.on{color: #ffa503; border:1px solid #ffa503; }

@media screen and (max-width: 1080px){
    .b_giftcard_02 .b_tab_list li{height: 60px;}
}
@media screen and (max-width: 870px){
    .b_giftcard_02 .b_tab_list li{height: 40px;}
    .b_giftcard_02 .b_tab_list li:first-child{border-radius:10px 0 0 10px;}
    .b_giftcard_02 .b_tab_list li:last-child{border-radius:0 10px 10px 0;}
}

.b_giftcard_03 {background-color: #111;}

/* 물품리스트 섹션 */
.b_game_list .b_list_box li {border:1px solid rgba(255,255,255,.5); border-radius: 20px; margin-bottom: 12px; position: relative; overflow: hidden;}
.b_game_list .b_list_box li a{display: flex; padding:0 50px; height:105px; flex-direction: column; justify-content: center; opacity: .7;}
.b_game_list .b_list_box .b_cate_txt{margin-bottom: 10px; display: flex; align-items: center;}
.b_game_list .b_list_box .b_cate_txt .b_level{margin-right: 10px; width: 30px;}
.b_game_list .b_list_box .b_info_box{display: flex; align-items: center; justify-content: space-between;}
.b_game_list .b_info_box .b_left_box{display: flex; align-items: center; width:85%; justify-content: space-between;}
.b_game_list .b_info_box .b_date_txt{width: 8%;}
.b_game_list .b_info_box .b_tit_txt{width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 10px;}
.b_game_list .b_info_box .b_deal_txt{width: 10%;}
.b_game_list .b_info_box .b_deal_txt img{vertical-align: middle; display: inline-block; margin-bottom:2px;}
.b_game_list .b_info_box .b_num_txt i{display: block;}
.b_game_list .b_info_box .b_date_txt{text-align: right; border-left:1px solid #fff; }
.b_game_list .b_list_box li:hover{background-color: #000; border-color: rgba(255,255,255,1); transition:.2s; }
.b_game_list .b_list_box li:hover a{opacity: 1;}
.b_game_list .b_list_box li::after{content:'거래완료'; width:100%; height:100%; background-color: rgba(0,0,0,.8); position:absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; font-size: 1.875rem; font-weight:900; display: none;}
.b_game_list .b_list_box li.b_complete{border:1px solid rgba(255,255,255,.2);}
.b_game_list .b_list_box li.b_complete::after{display: flex;}
.b_game_list .b_list_box li.b_complete:hover a{opacity: .7;}
.b_game_list .b_paging_box{display: flex; align-items: center; justify-content: center; margin-top: 50px; gap:30px;}
.b_game_list .b_paging_box a{color: #999;}
.b_game_list .b_paging_box .now a{font-weight: bold; position: relative; color: #fff;}
.b_game_list .b_paging_box .now a:after{content:''; width:101%;; height:1px; background-color: #fff; position: absolute; bottom: 0; left: 0;}
.b_game_list .b_list_top{display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.b_game_list .b_list_top .b_left_box{display: flex; align-items: center; gap: 20px;}
.b_game_list .b_list_top .b_list_num{}
.b_game_list .b_list_top .b_list_num b{color: #ffa503; margin: 0 3px;}
.b_game_list .b_list_top select{border-radius: 7px; background-color: #333; height:40px; padding:0 10px; font-size: 0.938rem; border:1px solid rgba(255,255,255,.2); outline:0; }
.b_game_list .b_list_top .b_list_array{display: flex; gap: 20px; align-items: center; }
.b_game_list .b_list_top .b_list_array li a{display: block; opacity: .5;}
.b_game_list .b_list_top .b_list_array li.on a{opacity: 1;}

@media screen and (max-width: 1280px){
    .b_game_list .b_list_box li a{padding: 0 30px;}
}
@media screen and (max-width: 1080px){
    .b_game_list .b_list_box li{border-radius: 10px;}
    .b_game_list .b_list_box li a{height: 120px;}
    .b_game_list .b_list_box .b_info_box{align-items: flex-start;}
    .b_game_list .b_info_box .b_left_box{flex-wrap: wrap; justify-content: flex-start;gap: 10px 20px;width: calc(100% - 80px);}
    .b_game_list .b_info_box .b_tit_txt {width: 100%; }
    .b_game_list .b_info_box .b_deal_txt{width: auto;}
    .b_game_list .b_info_box .b_date_txt{width: 80px;}
}
@media screen and (max-width: 720px){
    .b_game_list .b_list_box li a {height: auto; padding: 15px 20px;}
    .b_game_list .b_info_box .b_deal_txt img{width: 22px;;}
    .b_game_list .b_info_box .b_date_txt{display: none;}
    .b_game_list .b_info_box .b_left_box{width: 100%;}
    .b_game_list .b_info_box .b_tit_txt{padding-right: 0px;}
}


/* 상품권몰 */
.b_shop_01 figure{border-radius: 20px; overflow: hidden;}
.b_shop_01 figure img{display: block; max-width: 100%;}
.b_shop_02{background-color: #111;}
.b_shop_02 .b_tab_list{width: 100%; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 80px; background-color: #1a1a1a; border-radius:20px }
.b_shop_02 .b_tab_list li{width: 50% ; height:80px; text-align: center; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius:20px }
.b_shop_02 .b_tab_list li.on{color: #ffa503; border:1px solid #ffa503; }
.b_shop_02 .b_cont_box > div{display: none;}
.b_shop_02 .b_cont_box > div.on{display: block;}
.b_shop_02 .b_mall_list ul{display: flex; align-items: flex-start; flex-wrap: wrap; gap:  30px 2%; width: 100%;}
.b_shop_02 .b_mall_list li{width: 23.5%; border:1px solid rgba(255,255,255,.5); border-radius: 10px; height:170px;}
.b_shop_02 .b_mall_list li a{display: block; padding:25px; position: relative; height:100%;  }
.b_shop_02 .b_mall_list figure{position: absolute; right: 25px; bottom:25px; }
.b_shop_02 .b_mall_list li:hover{background-color: #000; border-color: rgba(255,255,255,1); transition:.2s; }
.b_shop_02 .b_mall_list .b_sub_txt{color: #ffa503;}
.b_shop_02 .b_info_box{margin:100px 0;}
.b_shop_02 .b_info_box h3{margin-bottom: 30px;}
.b_shop_02 .b_info_box .b_list_box{display: flex; align-items: center; gap: 100px;}
.b_shop_02 .b_info_box .b_list_box span{font-size: 1rem;;}
.b_shop_02 .b_info_box .b_list_box li{position: relative;}
.b_shop_02 .b_info_box .b_list_box li:after{content:''; width:18px; height:34px; background:url(/img/sub/giftcard_mall/arrow.png) no-repeat center; position:absolute; right:-65px; top: 50%; transform: translateY(-50%) ;}
.b_shop_02 .b_info_box .b_list_box li:last-child::after{display: none;}
.b_shop_02 .b_info_box .b_list_box li p{word-break: keep-all;}
.b_shop_02 .b_mall_info h3{margin-bottom: 30px;}
.b_shop_02 .b_mall_info .b_list_box p{line-height: 1.6; word-break: keep-all;}
.b_shop_02 #shop_02 .b_top_box ul{display: flex; align-items: center; flex-wrap: wrap; gap: 15px 2% ;}
.b_shop_02 #shop_02 .b_top_box li{border-radius: 10px; width: 23.5%; border:1px solid rgba(255,255,255,.5); transition:border .2s; }
.b_shop_02 #shop_02 .b_top_box li:hover{border:1px solid rgba(255,255,255,1); transition:border .2s; }
.b_shop_02 #shop_02 .b_top_box li a{display: flex; align-items: center; justify-content: center; height:70px; width: 100%;}
.b_shop_02 #shop_02 .b_top_box li.on{background-color: #ffa503; border-color: #ffa503;}
.b_shop_02 #shop_02 .b_bot_box{margin-top: 100px;}
.b_shop_02 #shop_02 .b_bot_box .b_box{display: none;}
.b_shop_02 #shop_02 .b_bot_box .b_box.on{display: block;}
.b_shop_02 #shop_02 .b_history_tit{display: flex; justify-content: space-between;}
.b_shop_02 #shop_02 .b_history_tit span b{color: #ffa503; margin:0 3px}


/* 상품권 구매 팝업 */
.b_pop_wrap{position:fixed; z-index: 40; width:100%; height:100%; background-color: rgba(0,0,0,.5); left:0; top:0; display: none;}
.b_pop_wrap .b_pop_box{max-width: 450px; width: 92%; margin: 0 auto; margin-top: 150px; background-color: #1a1a1a; padding:40px 30px; border-radius: 20px; border: 1px solid #444; display: none;}
.b_pop_box .b_tit_txt{text-align: center; margin-bottom: 20px;}
.b_pop_box .b_top_box{display: flex; align-items: center; }
.b_pop_box .b_top_box figure{margin-right: 20px;}
.b_pop_box .b_top_box p{display: flex; align-items: center;}
.b_pop_box .b_top_box .b_link_btn{display: flex; margin-left: 15px; background-color: rgba(255,255,255,.2); border-radius: 50%; width: 30px; height: 30px; align-items: center; justify-content: center;}
.b_pop_box .b_top_box .b_link_btn img{filter: invert(1); opacity: 1;}
.b_pop_box .b_mid_box{margin: 20px 0; padding:20px; background-color: #222 ;border-radius: 15px;}
.b_pop_box .b_mid_box ul{display: flex; flex-direction: column; gap: 20px;}
.b_pop_box .b_mid_box li{display: flex; justify-content: space-between; align-items: center; }
.b_pop_box .b_mid_box .b_count_box{display: flex; align-items: center; height:22px; border:1px solid #555; width: fit-content; justify-content: space-between;}
.b_pop_box .b_mid_box .b_count_box button{display: flex; width: 22px; height:100%; background-color: #555; align-items: center; justify-content: center;}
.b_pop_box .b_mid_box .b_count_box button img{filter: invert(1); width: 13px;}
.b_pop_box .b_mid_box .b_count_box .b_num{width: 25px; height:100%; text-align: center;display: flex; align-items: center; justify-content: center;}
.b_pop_box .b_bot_box .b_num_list li{display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px;}
.b_pop_box .b_bot_box .b_num_list li p{display: flex; align-items: center; }
.b_pop_box .b_bot_box .b_num_list li p b{margin-right: 4px;}
.b_pop_box .b_bot_box .b_num_list li:last-child p b{}
.b_pop_box .b_bot_box .b_chk_box {padding-left: 25px;}
.b_pop_box .b_bot_box .b_chk_box label{position: relative; cursor: pointer;}
.b_pop_box .b_bot_box .b_chk_box label b{color: #ffa503;}
.b_pop_box .b_bot_box .b_chk_box .b_chk{appearance: none; position: absolute; left: -25px; top: 2px; width: 16px; height: 16px; border:1px solid #666; }
.b_pop_box .b_bot_box .b_chk_box .b_chk:checked{background: url(/img/icon/check_icon.png) no-repeat center / 85%; filter: invert(1);}
.b_pop_box .b_bot_box .b_btn_box{display: flex; justify-content: space-between; align-items: center; margin-top: 20px; height: 55px;}
.b_pop_box .b_bot_box .b_btn_box .b_btn{height: 100%; display: flex; align-items: center; justify-content: center; width: 48.5%; border-radius: 50px;}
.b_pop_box .b_bot_box .b_btn_box .b_cancel_btn{border:1px solid rgba(255,255,255,.5);}
.b_pop_box .b_bot_box .b_btn_box .b_buy_btn{border:1px solid #ffa503; color:#ffa503; }

@media screen and (max-width: 1080px){
    .b_shop_01 {padding-bottom: 0;}
    .b_shop_01 figure{border-radius: 10px; overflow: hidden;}
    .b_shop_02 .b_tab_list{margin-bottom: 60px;}
    .b_shop_02 .b_tab_list li{height: 60px;}
    .b_shop_02 .b_mall_list ul{gap: 15px 2%;}
    .b_shop_02 .b_mall_list li{width: 32%;}
    .b_shop_02 .b_mall_list li a{padding: 20px;}
    .b_shop_02 .b_mall_list figure{right: 20px; bottom: 20px;}
    .b_shop_02 .b_info_box .b_list_box{gap: 40px;}
    .b_shop_02 .b_info_box .b_list_box li:after{background-size: 100%; right: -29px; width: 10px; height: 26px;}
}
@media screen and (max-width: 720px){
    .b_shop_02 .b_tab_list{margin-bottom: 40px;}
    .b_shop_02 .b_tab_list li{height: 40px;}
    .b_shop_02 .b_tab_list li:first-child{border-radius:10px 0 0 10px;}
    .b_shop_02 .b_tab_list li:last-child{border-radius:0 10px 10px 0;}
    .b_shop_02 .b_info_box h3, .b_shop_02 .b_mall_info h3{margin-bottom: 15px;}
    .b_shop_02 .b_mall_list li{height: 120px;}
    .b_shop_02 .b_mall_list li a {padding: 15px;}
    .b_shop_02 .b_mall_list figure {right: 10px;bottom: 10px;}
    .b_shop_02 .b_mall_list figure img{width: 40px;}
    .b_shop_02 .b_info_box {margin: 50px 0;}
    .b_shop_02 .b_info_box .b_list_box{flex-wrap: wrap; gap: 2%;}
    .b_shop_02 .b_info_box .b_list_box li{padding-right: 50px; margin-bottom: 10px;}
    .b_shop_02 .b_info_box .b_list_box li:after{right: 15px;}
    .b_shop_02 #shop_02 .b_top_box ul{gap: 10px 2%;}
    .b_shop_02 #shop_02 .b_top_box li{border-radius: 5px;width: 32%;}
    .b_shop_02 #shop_02 .b_top_box li a{height: 40px;}
    .b_shop_02 #shop_02 .b_bot_box{margin-top: 60px;}

    .b_pop_wrap .b_pop_box{padding: 30px 20px; border-radius: 10px; margin-top: 100px;}
    .b_pop_box .b_tit_txt{margin-bottom: 10px;}
    .b_pop_box .b_top_box figure {margin-right: 15px;}
    .b_pop_box .b_top_box figure img{width: 40px;}
    .b_pop_box .b_top_box .b_link_btn{margin-left: 10px; width: 25px; height: 25px;}
    .b_pop_box .b_top_box .b_link_btn img{width: 14px;}
    .b_pop_box .b_mid_box {margin: 10px 0;padding: 15px;border-radius: 10px;}
    .b_pop_box .b_bot_box .b_num_list li{margin-bottom: 10px;}
    .b_pop_box .b_bot_box .b_btn_box{margin-top: 10px; height: 40px;}
}
@media screen and (max-width: 540px){
    .b_shop_02 .b_mall_list ul {gap: 15px 3%;}
    .b_shop_02 .b_mall_list li {width: 48.5%;height: 100px;}
    .b_shop_02 .b_mall_list figure {bottom: 5px;}
    .b_shop_02 .b_mall_list figure img{width: 35px;}
    .b_shop_02 .b_info_box .b_list_box li {padding-right: 30px;}
    .b_shop_02 .b_info_box .b_list_box li:after {right: 5px;}
}



/* 게임페이지 */
.b_game_search_01{padding-bottom: 0;}
.b_game_search_01 figure{border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.b_game_search_01 figure img{display: block; max-width: 100%;}
.b_game_search_02 .b_tab_list{width: 100%; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 35px; background-color: #1a1a1a; border-radius: 20px;}
.b_game_search_02 .b_tab_list li{width: 33.333% ; height:80px; text-align: center; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 20px; }
.b_game_search_02 .b_tab_list li.on{color: #ffa503; border:1px solid #ffa503; }
.b_game_search_02 .b_form_box .b_btn_wrap{justify-content: center;}
.b_game_search_03 {background-color: #111;}

@media screen and (max-width: 1080px){
    .b_game_search_02 .b_tab_list li{height: 60px;}
}
@media screen and (max-width: 870px){
    .b_game_search_02 .b_tab_list li{height: 40px;}
    .b_game_search_02 .b_tab_list li:first-child{border-radius:10px 0 0 10px;}
    .b_game_search_02 .b_tab_list li:last-child{border-radius:0 10px 10px 0;}
}



.b_game_detail_01 .b_inner{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
.b_game_detail_01 .b_left_box{width: 70%;}
.b_game_detail_01 .b_right_box{width: 27%;}
.b_game_detail_01 .b_left_box .b_tit_box{text-align: left; display: flex; align-items: center; flex-wrap: wrap; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:30px; margin-bottom:30px;}
.b_game_detail_01 .b_left_box .b_tit_txt{line-height: 1.5; margin: 0; width: 100%; margin-bottom: 20px;}
.b_game_detail_01 .b_left_box .b_tit_box span{display: flex; align-items: center; width: fit-content; margin-right: 20px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.3);}
.b_game_detail_01 .b_left_box .b_tit_box .b_view{border-right: 0;}
.b_game_detail_01 .b_left_box .b_tit_box img{display: inline-block; margin-right: 5px; vertical-align: middle; opacity: .7;}
.b_game_detail_01 .b_info_tit{margin-bottom: 20px;}
.b_game_detail_01 .b_info_list ul{display: flex; align-items: center; flex-wrap: wrap; }
.b_game_detail_01 .b_info_box {margin-bottom: 100px;}
.b_game_detail_01 .b_info_list {background-color: #222; border-radius: 10px; padding: 15px 20px;}
.b_game_detail_01 .b_info_list li{width: 50%; display: flex; align-items: center; padding: 10px;}
.b_game_detail_01 .b_info_list li span{width:100px; color:#999;}
.b_game_detail_01 .b_seller_box {margin-bottom: 100px;}
.b_game_detail_01 .b_seller_box .b_info_list li{display: flex; align-items: center;}
.b_game_detail_01 .b_seller_box .b_info_list li p{display: flex; align-items: center;}
.b_game_detail_01 .b_seller_box .b_info_list .b_level_box img{width: 26px; margin-right: 5px;}
.b_game_detail_01 .b_follow_box{border:1px solid rgba(255,255,255,.5); border-radius: 15px; padding:20px;}
.b_game_detail_01 .b_add_svc ul{margin-top: 20px; display: flex; flex-direction: column; gap: 10px;}
.b_game_detail_01 .b_add_svc li{display: flex; justify-content: space-between; background-color: #333; height: 50px; align-items: center; padding:0 20px; border-radius: 50px; cursor: pointer;}
.b_game_detail_01 .b_add_svc li span{opacity: .7;}
.b_game_detail_01 .b_add_svc li.on{border:1px solid #ffa503; }
.b_game_detail_01 .b_add_svc li.on p{color: #ffa503; }
.b_game_detail_01 .b_add_svc li.on span{opacity: 1;}
.b_game_detail_01 .b_price_box{margin-top: 20px;}
.b_game_detail_01 .b_add_count img{filter: invert(1); width: 13px; display: block;}
.b_game_detail_01 .b_count_box{display: flex; align-items: center;margin-top: 10px; justify-content: space-between;}
.b_game_detail_01 .b_count_box > div{display: flex; align-items: center; height:22px; border:1px solid #555; width: fit-content; justify-content: space-between;}
.b_game_detail_01 .b_count_box button{display: flex; width: 22px; height:100%; background-color: #555; align-items: center; justify-content: center;}
.b_game_detail_01 .b_count_box .b_num{width: 25px; height:100%; text-align: center;display: flex; align-items: center; justify-content: center;}
.b_game_detail_01 .b_total_price{padding: 20px 0; border-top: 1px solid rgba(255,255,255,.5); margin-top: 20px; text-align: right;}
.b_game_detail_01 .b_total_price b{margin-left: 50px;}
.b_game_detail_01 .b_btn_box{display: flex; align-items: center; justify-content: space-between;}
.b_game_detail_01 .b_wishlist{width: 32px; height:32px; display: flex; align-items: center; justify-content: center; }
.b_game_detail_01 .b_wishlist img{filter: invert(1); width: 20px;}
.b_game_detail_01 .b_pay_btn{display: flex; align-items: center; justify-content: center; width: calc(100% - 40px); background-color: #ffa503; border-radius: 5px; height: 50px;}
.b_game_detail_01 .b_detail_box{width: 100%; }

@media screen and (max-width: 1280px){
    .b_game_detail_01 .b_left_box {width: 65%;}
    .b_game_detail_01 .b_right_box {width: 32%;}
}
@media screen and (max-width: 1080px){
    .b_game_detail_01 .b_info_list{padding: 10px;}
    .b_game_detail_01 .b_info_list li span {width: 70px;}
}  
@media screen and (max-width: 980px){
    .b_game_detail_01 .b_left_box {width: 100%; margin-bottom: 50px;}
    .b_game_detail_01 .b_right_box {width: 100%;}
}
@media screen and (max-width: 460px){
    .b_game_detail_01 .b_left_box .b_tit_box{padding-bottom: 15px; margin-bottom: 30px;}
    .b_game_detail_01 .b_left_box .b_tit_txt{margin-bottom: 10px;}
    .b_game_detail_01 .b_left_box .b_tit_box img{width: 12px;}
    .b_game_detail_01 .b_left_box .b_tit_box span{margin-right: 10px;padding-right: 10px;}
    .b_game_detail_01 .b_info_box {margin-bottom: 50px;}
    .b_game_detail_01 .b_seller_box {margin-bottom: 50px;}
    .b_game_detail_01 .b_info_list li{padding: 5px; width: 100%;}
    .b_game_detail_01 .b_seller_box .b_info_list img {width: 18px;}
    .b_game_detail_01 .b_seller_box .b_info_list .b_level_box img {width: 20px;}
    .b_game_detail_01 .b_wishlist img{width: 16px;}
    .b_game_detail_01 .b_total_price b {margin-left: 30px;}
}   



/* 물픔등록 페이지 */
.b_add_pdt_01 .b_form_box{max-width: 900px; width: 100%; margin:0 auto;}
.b_add_pdt_01 .b_form_list {display: flex; flex-direction: column; align-items: flex-start; row-gap: 50px; flex-wrap: wrap;}
.b_add_pdt_01 .b_form_01 li{width: 100%; }
.b_add_pdt_01 .b_form_list h3{margin-bottom:20px; }
.b_add_pdt_01 .b_form_01 h3 b{font-style: italic; margin-right:15px; opacity: .5;}
.b_add_pdt_01 .b_cate_box img{filter: brightness(0) invert(1); margin-right:7px;}
.b_add_pdt_01 .b_cate_box label:first-child img{width: 25px;}
.b_add_pdt_01 .b_cate_box .b_input_box {display: flex; width: 100%; justify-content: flex-start; align-items: center; gap: 2%;}
.b_add_pdt_01 .b_input_box label{display: flex; align-items: center; justify-content: center; position: relative; font-size:1.125rem; font-weight: 400; cursor:pointer; width: 23.5%; height: 60px;}
.b_add_pdt_01 .b_chk_box input[type="radio"]{appearance: none; -moz-appearance: none; -webkit-appearance: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border:1px solid rgba(255,255,255,.5); border-radius: 50px; z-index: -1;}
.b_add_pdt_01 .b_chk_box input[type="radio"]:checked{background-color: #ffa503; border-color: #ffa503;}
.b_add_pdt_01 .b_sell_box .b_input_box {display: flex; width: 100%; justify-content: flex-start; align-items: center; gap: 2%;}
.b_add_pdt_01 .b_search_box .b_input_box{border:1px solid rgba(255,255,255,.5); display: flex; align-items: center; border-radius: 50px; }
.b_add_pdt_01 .b_search_box .input_text{background-color: transparent;  width:100%;  outline:0; height: 60px; padding-right:10px; border:0; width:100%; }
.b_add_pdt_01 .b_search_box .b_input_box i{margin:0 15px; }
.b_add_pdt_01 .b_game_box {margin:80px 0; }
.b_add_pdt_01 .b_game_box figure{display: flex; align-items: center; justify-content: center; width:100%; aspect-ratio: 10/4; margin-bottom: 20px; border-radius: 20px; overflow: hidden;}
.b_add_pdt_01 .b_game_box figure img{display: block; width: 100%; height: 100%; object-fit: cover;}
.b_add_pdt_01 .b_game_box .b_caution_box{background-color: #1a1a1a; padding:20px 30px; border-radius: 20px;}
.b_add_pdt_01 .b_game_box .b_caution_box p{display: flex; align-items: center; margin-bottom: 5px;}
.b_add_pdt_01 .b_game_box .b_caution_box b{margin-right: 8px;}
.b_add_pdt_01 .b_game_box .b_caution_box span{display: flex; flex-direction: column; line-height: 1.5;}
.b_add_pdt_01 .b_game_box .b_caution_box span i{word-break: keep-all; position: relative; display: block; padding-left: 10px;}
.b_add_pdt_01 .b_game_box .b_caution_box span i:after{content:''; width:3px; height:3px; border-radius: 50%; background-color: #fff; position:absolute; left: 0; top: 10px;}
.b_add_pdt_01 .b_form_02 input[type="text"]{border:1px solid rgba(255,255,255,.5); display: flex; align-items: center; border-radius: 50px; background-color: transparent; height: 40px; padding:0 20px; max-width: 300px; width: 100%;}
.b_add_pdt_01 .b_form_02 select{border:1px solid rgba(255,255,255,.5); display: flex; align-items: center; border-radius: 50px; background-color: #000; height: 40px; padding:0 20px; background-color: #000; max-width: 300px; width: 100%;}
.b_add_pdt_01 .b_form_02 {flex-direction: row; column-gap:2%;}
.b_add_pdt_01 .b_form_02 li{width: 49%;}
.b_add_pdt_01 .b_form_02 li.b_width_100{width: 100%;}
.b_add_pdt_01 .b_form_02 .b_input_box {display: flex; width: 100%; justify-content: flex-start; align-items: center; gap: 2%;}
.b_add_pdt_01 .b_form_02 li:first-child .b_input_box {flex-direction: column; align-items: flex-start;}
.b_add_pdt_01 .b_form_02 li:first-child b{display: block; margin-top: 10px; line-height: 1.3;color:#9f9f9f;}
.b_add_pdt_01 .b_form_02 .b_input_box label{height:40px; width:fit-content; padding:0 25px; font-size: 1rem;}
.b_add_pdt_01 .b_form_02 h3{margin-bottom:10px; }
.b_add_pdt_01 .b_form_02 li.b_width_100 input[type="text"]{width: 100%; max-width: unset;}
.b_add_pdt_01 .b_form_02 li.b_width_100 textarea{width: 100%; background-color: #000; height:300px; resize: none; border-radius: 20px; padding:20px;}
.b_add_pdt_01 .b_bot_box{display: flex; align-items: flex-start; flex-wrap: wrap; margin-top: 50px; justify-content: space-between;}
/* .b_add_pdt_01 .b_bot_box > div{border-radius: 20px; border:1px solid rgba(255,255,255,.5); padding:25px;} */
.b_add_pdt_01 .b_price_box{width: 39%;}
.b_add_pdt_01 .b_primium_box{width: 58%; border-radius: 20px; border:1px solid rgba(255,255,255,.5); padding:25px;}
.b_add_pdt_01 .b_primium_box .b_txt_box {margin-bottom: 20px; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom: 20px;}
.b_add_pdt_01 .b_primium_box .b_txt_box > p{color: #ffa503; margin-bottom: 10px;}
.b_add_pdt_01 .b_primium_box .b_txt_box > p img{margin-right: 5px;vertical-align: text-top;}
.b_add_pdt_01 .b_primium_box .b_txt_box > span{word-break: keep-all; line-height: 1.3;}
.b_add_pdt_01 .b_primium_box .b_list_box li{display: flex; align-items: flex-start; margin-bottom: 10px;}
.b_add_pdt_01 .b_primium_box .b_list_box li:last-child{align-items: center; margin-bottom:0;}
.b_add_pdt_01 .b_primium_box .b_list_box li p{width:100px; }
.b_add_pdt_01 .b_primium_box .b_list_box li b{display: block; color: #999; line-height: 1.3; }
.b_add_pdt_01 .b_primium_box .b_list_box select{background-color: #000; border-radius: 7px; height: 40px; padding: 0 10px; font-size: 0.938rem; border: 1px solid rgba(255, 255, 255, .5); outline: 0;}
.b_add_pdt_01 .b_price_box .b_all_price{display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; border-radius: 20px; border:1px solid rgba(255,255,255,.5); padding:25px;}
.b_add_pdt_01 .b_price_box .b_all_price b{color: #ffa503;}
.b_add_pdt_01 .b_price_box .b_captcha_box{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.b_add_pdt_01 .b_price_box .b_captcha_box > p{width: 100%; margin-bottom: 10px;}
.b_add_pdt_01 .b_price_box .b_captcha_box input{height: 40px; background-color: #000; border-radius: 5px; height: 40px; padding: 0 10px; border: 1px solid rgba(255, 255, 255, .5); outline: 0; width: calc(100% - 130px);}
.b_add_pdt_01 .b_price_box .b_captcha_number{height: 40px; display: flex; align-items: center; justify-content: center ; width: 120px;background-color: #333; border-radius: 5px;}
.b_add_pdt_01 .b_price_box .b_submit_btn{height: 50px; border:1px solid #ffa503; color:#ffa503; width: 100%; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-top: 20px;} 

@media screen and (max-width: 720px){
    .b_add_pdt_01 .b_form_list{row-gap: 30px;}
    .b_add_pdt_01 .b_form_list h3 {margin-bottom: 12px;}
    .b_add_pdt_01 .b_input_box label{height: 40px;}
    .b_add_pdt_01 .b_cate_box img{width: 18px;margin-right: 3px;}
    .b_add_pdt_01 .b_cate_box label:first-child img {width: 16px;}
    .b_add_pdt_01 .b_search_box .input_text{height: 40px;}
    .b_add_pdt_01 .b_game_box {margin: 40px 0;}
    .b_add_pdt_01 .b_game_box figure{border-radius: 10px;}
    .b_add_pdt_01 .b_game_box .b_caution_box{padding: 20px; border-radius: 10px;}
    .b_add_pdt_01 .b_form_02 li {width: 100%;}
    .b_add_pdt_01 .b_form_02 select{max-width:unset; }
    .b_add_pdt_01 .b_form_02 input[type="text"]{max-width:unset; }
    .b_add_pdt_01 .b_form_02 .b_input_box label{padding: 0 40px;}
    .b_add_pdt_01 .b_form_02 li.b_width_100 textarea{height: 150px; border-radius: 10px; padding: 12px;}
    .b_add_pdt_01 .b_bot_box{margin-top: 40px;}
    .b_add_pdt_01 .b_primium_box {width: 100%;border-radius: 10px;padding: 17px;margin-bottom: 20px;}
    .b_add_pdt_01 .b_primium_box .b_list_box select{width: 100px;}
    .b_add_pdt_01 .b_primium_box .b_list_box li p {width: 80px;}
    .b_add_pdt_01 .b_price_box{width: 100%;}
    .b_add_pdt_01 .b_price_box .b_all_price{border-radius: 10px;padding: 17px;}
}


/* 로그인 페이지 */
#mb_login.b_login_sec{margin:0; }
#mb_login.b_login_sec #flogin{background-color:#000; max-width:500px; width:92%; margin:0 auto; }
#mb_login.b_login_sec #login_info{display:none; }
#mb_login.b_login_sec .frm_input{outline:0; border-radius:5px; background-color:#fff; padding: 5px 12px; border:0; }
#mb_login.b_login_sec .btn_submit{height:60px; border-radius:5px; transition:.3s; background: #fe9900; }
#mb_login.b_login_sec .mb_login_join a{font-weight:500; color:#999; }
#mb_login.b_login_sec .mb_login_join a:first-child{border-right:1px solid #777; }

/* 아이디 찾기 페이지 */
#captcha #captcha_key{outline:0; border-radius:5px; background-color:#fff; border:0; color:#111; font-weight:300; font-size:1rem;}

#find_info.b_sub_sec {background-color:#000; }
#find_info.b_sub_sec .b_inner{padding:0; max-width:500px; width:92%; margin:0 auto; }
#find_info.b_sub_sec #info_fs p{font-weight:500; color:#fff; font-size:0.938rem; }
#find_info.b_sub_sec #info_fs #mb_email{outline:0; border-radius:5px; background-color:#fff; padding: 5px 12px; border:0;}
#find_info.b_sub_sec .btn_submit{height:60px; width: 200px; transition:.3s; background: #fe9900; }


/* 회원가입 페이지 */
.b_join_tit{margin-bottom:50px; text-align:center; }
.b_join_sec .b_inner{padding:0; max-width:600px; width:92%; margin:0 auto; }
.b_join_sec #fregister p{margin:0; margin-bottom:10px; background-color:unset; padding: 0px 12px; line-height: 1.3; color:#fe9900; border-bottom:0; }
.b_join_sec #fregister p:before{width:5px; height:5px; border-radius:50%; background-color:#fe9900; }
.b_join_sec #fregister_chkall{border-radius:0; background-color:unset; }
.b_join_sec #fregister section{background-color:unset; }
.b_join_sec .fregister_agree input[type="checkbox"] + label{color:#fff;}
.b_join_sec #fregister textarea{background-color:#333; outline:0; color:#fff; border:0; resize:none; }
.b_join_sec.mbskin .btn_submit{height:60px; transition:.3s; font-size:1.14rem; background: #fe9900; }


/* 회원가입 폼 페이지 */
.b_joinform_sec .b_inner{padding:0; max-width:600px; width:92%; margin:0 auto; }
#fregisterform .btn_confirm{display: flex; justify-content: space-between; align-items: center;}
.b_joinform_sec .frm_input{outline:0; border-radius:5px; background-color:#fff; padding: 5px 12px; border:0;}
.b_joinform_sec #fregisterform li{margin-bottom:20px; }
.b_joinform_sec #fregisterform .password{margin-bottom:10px; }
.b_joinform_sec #fregisterform .chk_box{margin-bottom:10px; }
.b_joinform_sec #fregisterform .form_01 {margin-bottom:0px; }
.b_joinform_sec #fregisterform .form_01 h2{margin-bottom:10px; }
.b_joinform_sec #fregisterform .btn_confirm .btn_submit{height:50px; transition:.3s; line-height: 50px; background: #fe9900; }
.b_joinform_sec #fregisterform .btn_confirm .btn_cancel{height:50px; background: #444; color:#fff; border:0; line-height: 50px;}
.b_joinform_sec .form_01 .frm_info{color:#999; font-weight:500;}


/* 회원가입 완료 페이지 */
#reg_result.b_join_result{padding: 190px 0 100px;}
#reg_result.b_join_result .reg_result_wr{background-color:#333; max-width:800px; width:92%; margin:0 auto; padding: 30px; border-radius:10px; }
#reg_result.b_join_result h2{font-size: 1.875rem ; margin-bottom:30px; }
#reg_result.b_join_result h2 strong{color:#fff; }
#reg_result.b_join_result p{text-align:center; }
#reg_result.b_join_result .reg_cong{margin: 0; margin-bottom: 20px; padding-bottom: 20px; position:relative; font-size:1.3rem; }
#reg_result.b_join_result .reg_cong:after{content:''; width:80px; height:1px; background-color:#fff; position:absolute; left:50%; bottom:0; transform:translateX(-50%); opacity:.4;}
#reg_result.b_join_result .reg_cong strong{color:#fe9900; }
#reg_result .btn_confirm a{color:#fff; border-color:#fff; }

@media screen and (max-width: 720px){
	#reg_result.b_join_result {padding: 100px 0 50px;}
}

/* 마이페이지 */
.b_mypage_sec #smb_my_ov .my_name{background:#000; padding: 0;}
.b_mypage_sec #smb_my_ov .my_pocou{background:#000; }
.b_mypage_sec #smb_my_ov .my_ov_btn button{background:#222; color:#fff; }
.b_mypage_sec #smb_my_ov .my_info{background:#222; }
.b_mypage_sec #smb_my_ov .smb_my_act li a{font-size:0.874rem; }






/* board 게시판*/
.b_board_sec .b_tit_txt{text-align:center; margin-bottom:40px; }
.b_board_sec #bo_list_total{color:#ccc; }
.b_board_sec .bo_list_head ul li{background: #000; border-top:1px solid #fff; }
.b_board_sec .bo_list ul{background: #000; }


/*-- board 공통 button --*/
#bo_btn_top{margin:0; }
.b_btn_box{display:flex; justify-content:space-between; align-items:center; margin-top: 30px;}
.b_btn_box > div{display:flex; align-items:center;}
.b_btn_box .b_btn_wrap{margin-left:5px;}
.b_btn_box .b_btn_wrap:first-child{margin-left:0px;}
.b_btn_box .b_btn{display:flex; align-items:center; justify-content:center; border:1px solid #ddd; padding:7px 12px; border-radius:5px; color:#fff; font-size:0.874rem; }
.b_btn_box .b_btn #chkall{margin-right:3px; }
.b_btn_box .b_write_btn{border:1px solid #fe9900; color:#fe9900; transition:.2s; }
.b_btn_box .b_write_btn:hover{background-color:#fe9900; color:#fff; transition:.2s; }

/*-- board 공통 리스트 페이지 --*/
.b_list_page .bo_list_head ul {border-top: 2px solid #111; border-bottom: 1px solid #ddd;}
.b_list_page .bo_list_head ul li{background:unset; border-bottom:0; position:relative; }
.b_list_page .bo_list_head ul li span.s-check{position:absolute; left:20px; top:50%; transform:translateY(-50%); width:auto; }
.b_list_page .bo_list_head ul li span.s-day .fa{font-size:0.938rem; opacity:.6; color:#fff; }
.b_list_page .bo_list_head ul li span.s-view .fa{font-size:0.938rem; opacity:.6; color:#fff; }
.b_list_page .bo_list ul li{position:relative; }
.b_list_page .bo_list ul li span{ color:#fff; }
.b_list_page .bo_list ul li span.s-check{position:absolute; left:20px; top:50%; transform:translateY(-50%); width:auto; }
.b_list_page .bo_list ul li:hover .bo_tit a {color: #888 !important;}
.b_list_page .bo_list ul li span.s-name span{text-align:left; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.b_list_page .bo_list_head ul li span.s-name {width: 65%;}
.b_list_page .bo_list ul li span.s-name {width: 65%;}
.b_list_page .bo_list_head ul li span.s-day {width: 15%;}
.b_list_page .bo_list ul li span.s-day{width:15%; }
.b_list_page #bo_list .bo_tit .title_icon{margin-right:0; margin-left:3px;}

/*.b_list_page #bo_cate{background-color:#000; border:0; padding:0; margin:0; }
.b_list_page #bo_cate li:first-child{display:none;}
.b_list_page #bo_cate #bo_cate_on{background:#fe9900; border-color:#fe9900; box-shadow: none;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#333;transition:background .3s; }*/
.b_board_sec .b_cate_wrap{margin-bottom:30px; }
.b_board_sec .b_cs_cate{display:flex; justify-content:center; align-items:center; gap:10px; }
.b_board_sec .b_cs_cate a{padding: 10px 20px; border-radius: 30px; border:1px solid #eee; line-height: 1; display: block;}
.b_board_sec .b_cs_cate li.on a{background:#fe9900; border-color:#fe9900; box-shadow: none;}



@media screen and (max-width:720px){ 
	.b_list_page .bo_list_head ul li{display:none;}
	.b_list_page .bo_list ul li span.s-check{left: unset; right: 0;}
	.b_list_page .bo_list ul li span.s-number, .b_ctt_list .bo_list_head ul li span.s-number{display:none;}
	.b_list_page .bo_list ul li span.s-name{width:100%; }
	.b_list_page .bo_list ul li span.s-name a{padding:0 10px; display: block;}
	.b_list_page .bo_list ul li span.s-day{margin-top:5px; width:auto; margin-left:10px;}

	.b_list_page .bo_list ul li span.s-view{display:none;}
	.b_list_page .bo_list ul li span.s-day{width:auto; }

	.b_board_sec .b_cs_cate{gap: 5px;}
}


/*-- board 공통 뷰페이지 --*/
.b_view_page .b_tit_box{display:flex; justify-content:space-between; align-items:flex-end; border-bottom: 1px solid #ccc; padding-bottom:30px; margin-bottom:0; flex-wrap: wrap;}
.b_view_page .b_tit_box .b_sub_txt {display:block; width: 100%; text-align: left; margin-bottom:10px; }
.b_view_page .b_tit_box .b_tit_txt{width:80%; text-align:left; margin:0; }
.b_view_page .b_tit_box .b_date_txt{color:#999; width:20%; text-align:right; font-size:0.938rem; }

.b_view_page .b_inq_info{display:flex; flex-wrap:wrap; }
.b_view_page .b_inq_info li{width:25%; border-bottom:1px solid #ddd; display:flex; align-items:center; }
.b_view_page .b_inq_info .b_left_box{width:120px; padding:25px 15px; background-color:#f8f8fb; height: 100%;}
.b_view_page .b_inq_info .b_right_box{width:calc(100% - 120px); padding:25px 15px; }
.b_view_page .b_inq_info h3{font-weight:500; font-size:1.125rem; }
.b_view_page .b_inq_info p{font-weight:400; font-size:1.125rem; }
.b_view_page .b_inq_info li.b_content_box{width:100%; }
.b_view_page #bo_v_con{margin:0; }
.b_view_page .b_cont_box{margin-top:50px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #555;}
.b_view_page .b_add_ul li {display:flex; align-items:center; margin-bottom:10px; }
.b_view_page .b_add_ul li h4{width:70px; border-right:1px solid #eaeaea; margin-right:18px; font-weight:500; }
.bo_v_link_cnt, .bo_v_file_cnt{display:none;}
.b_view_page .b_add_ul li .fa-link{display:none;}
.b_view_page .b_add_ul li a:hover strong{text-decoration:underline; }
.b_view_page .b_add_ul .b_link_txt{width:calc(100% - 70px); }
.b_view_page .b_add_ul .b_link_txt > a{width: 100%; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

@media screen and (max-width:1080px){ 
	.b_view_page .b_inq_info li{width:50%;}
}
@media screen and (max-width:720px){ 
	.b_view_page .b_tit_box{flex-direction: column; align-items: flex-start; justify-content:center; }
	.b_view_page .b_tit_box .b_date_txt{display:block; margin-top:10px; text-align:left;}
	.b_view_page .b_cont_box {margin-top: 30px;}
	.b_view_page .b_inq_info li{width:100%;}
	.b_view_page .b_inq_info .b_left_box{width:80px; padding:18px 10px; }
	.b_view_page .b_inq_info .b_right_box{width:calc(100% - 80px); padding:18px 10px; }
	.b_view_page .b_add_ul li h4 {width: 55px;}



}



/*-- board 공통 글쓰기 페이지 --*/
.b_write_page form{max-width:1000px; margin: 0 auto; width:100%; }
.b_write_page .b_w_table{width:100%; border-top: 1px solid #ccc;}
.b_write_page .b_w_table td{padding:20px 0; border-bottom: 1px solid #555;}
.b_write_page .b_w_table .b_td_tit{width:150px; text-align:center; }
#bo_w .frm_file{border:0; }
.b_write_page .b_w_table #wr_content{border-radius: 3px; border: 1px solid #ddd; padding:10px; resize:none;}
.b_write_page .b_w_table #wr_content:focus{outline:0;}
.b_write_btn.b_btn_box{justify-content: center;}
.b_write_btn.b_btn_box .b_btn{padding: 15px 30px;}
.b_write_btn.b_btn_box .b_submit_btn{background-color:#fe9900; color:#fff; cursor:pointer; border: 1px solid #fe9900; }
#bo_w .bo_w_link label{height: 43px;}
.b_write_page .b_input_box{border-radius:3px; border: 1px solid #ddd; color: #555; padding: 10px; color:#222; }
.b_write_page .b_input_box:focus{outline:0; }
#bo_w .cke_sc{display:none;}
#bo_w .frm_file{background-color:#000; color:#fff;}





@media screen and (max-width:720px){ 
	.b_write_page .b_w_table .b_td_tit {width: 85px;}
}








