@charset "utf-8";

/* 로그인 */
.login_bg { background-color: #f4f3ef; }
.login_box { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 50px; width: calc(100% - 40px); max-width: 398px; height: auto;}
.logo_img { width: 100%; height: 120px;}
.logo_img img { width: 100%; height: 100%; object-fit: contain;}
.login_pw { position: relative;}
.login_pw img { position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.id_pw_link { display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; }
.id_pw_link p a { color: #768597; }

/* 회원 관리 */
.title { font-size: 20px; font-weight: 700; color: var(--black); }
table { width: 100%;}
tr { border-bottom: 1px solid var(--line);}
th { padding: 12px; font-size: 14px; font-weight: 700; text-align: center;}
td { padding: 12px; font-size: 14px; font-weight: 500; text-align: center;}
.h_table td { height:60px;}
.coin_input { width: 100px; height: 36px; padding: 8px 16px; border : 1px solid var(--line); border-radius: 8px;}
.coin_btn { padding: 10px 20px 10px; background-color: var(--button); border-radius: 8px; font-size: 12px; font-weight: 700; color: var(--main);}
.list_scroll { overflow-x: auto; }
.list_scroll::-webkit-scrollbar { display: none; }
.list_scroll::-webkit-scrollbar-thumb { display: none; }
.list_scroll::-webkit-scrollbar-track { display: none; }
.search_btn_box { display: flex; justify-content:space-between; align-items: center; padding-bottom: 20px;}

/* SEARCH */
.search_container {  display: flex; justify-content: flex-start; align-items: center; }
.search_container select { margin-left: 10px; padding: 10px; width: 130px; min-height: 41px; border-radius: 8px; border: 1px solid var(--line); font-family: 'NotoSansKR'; font-weight: 500; }
.search_box input { font-family: 'NotoSansKR'; font-weight: 500;}

/* 회원정보 */
.content_detail { max-width: 961px; margin: auto;}
.user_info_box { display: flex; flex-wrap:wrap;}
.user_info_box > li { flex-basis: 50%;}
.input_box > li p:first-child, .user_info_box > li p:first-child { font-size: 14px; font-weight: 700;}
.user_info_box > li p:last-child { font-size:14px; font-weight: 500;}

/* 회원정보 수정 */
.user_info_box select, .input_box select, .input_box input, .user_info_box input { padding: 10px 16px; width: 100%; font-weight: 500; border-radius: 10px; font-family:"NotoSansKR"; border:1px solid var(--line);}
.pw_change,.pin_change { flex:none; margin-left: 10px;}
.readonly { background-color: #F7F7F8; color: #000;}
.coin_img { display: flex; justify-content: center; align-items: center; flex: none; width: 46px; height: 46px; margin-right: 10px; }
.coin_img img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

/* NOTICE_DETAILS */
.txt_content_detail { max-width: 1362px; margin: auto;}
.content_title { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 20px; border-bottom: 1px solid var(--line);}
.content_title p:first-child { font-size: 16px; font-weight: 700; }
.content_title p:last-child { font-size: 14px; font-weight: 500; margin-left: 38px; flex: none;}
.content_txt { display: flex; flex-direction: column; align-items: center;}
.content_txt p { font-size: 14px; font-weight: 500; line-height: 24px;}
.content_txt img { width: 50%; margin: 20px 0; }
.input_box textarea { padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; width: 100%; height: 445px; resize: none; font-family: 'NotoSansKR'; font-size: 14px; font-weight: 400;}
.input_box textarea::placeholder { font-family: 'NotoSansKR'; font-weight: 500; }
.input_box textarea::-webkit-scrollbar { width: 4px; }
.input_box textarea::-webkit-scrollbar-thumb { background-color: var(--main); }
.input_box textarea::-webkit-scrollbar-track { background-color: var(--line) }


/* COMPLET PAGE */
.comp_txt { padding: 180px 0; text-align: center;}

/* INQUIRY */
.border_top_line { border-top : 5px solid var(--line); }

/* NEWS */
.file_style { margin: 0 auto; padding: 10px 20px; border-radius: 8px; width: 85px; font-size: 14px; font-weight: 700; background-color: #FFF4F0; color: #B82A23;}
.view_pdf { border : 1px solid var(--black); border-radius: 8px;}
.view_pdf img { margin: 0;}
.view_pdf p:first-child { font-size: 14px; font-weight: 500; color: var(--black);}
.view_pdf p:last-child { font-size: 11px; font-weight: 500; color: #768597;}
/* EDIT & MODIFY */
.news_edit { width: 100%; max-width: 961px;}
.news_sel { width: 100%; max-width: 386px; padding: 0;}
.news_flex { display: flex; justify-content:space-between; align-items:flex-start;}
.upload_box { position: relative; padding: 10px 20px; display:flex; align-items: center; max-width: 140px; border: 1px solid var(--line); border-radius: 8px;}
.upload_box > p { margin-left: 8px; font-size: 14px; font-weight: 700;}
.upload_box > label { position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.upload_box input { display: none;}

/* BANNER */
.banner_detail { max-width: 1130px; margin: auto; }
.banner_num { width: 30px; height:30px; background-color:var(--white); margin: 0 auto; border-radius: 50%; margin-bottom: 10px; border: 1px solid var(--line); font-size: 14px; line-height: 29px; font-weight: 700; box-shadow: 0 0 2px rgb(0 0 0 / 30%); }
.banner_img { width: 320px; height: 180px; object-fit:cover; }
.banner_flex { display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

.cursor_view {text-decoration: underline; color:var(--main) !important; cursor:pointer;}
.label .desc.readonly { background-color: #ededed; color: #000; border:none; height:40px;}
.wallet_btn {white-space:nowrap;}

.user_wrapbox .label.horizontal .text, .user_wrapbox .label_button.horizontal .text {min-width: 100px;}
.acc_wrapbox .label.horizontal .text {min-width:70px;}
.fee_won {padding: 4px 8px; height:41px;  border-radius: 8px;font-size: 14px; font-weight: 700;background-color: var(--sub_gray); color: #fff; width:50px;  display:flex; align-items:center; justify-content: center;}
.notice_title {width:400px;   overflow: hidden;white-space: nowrap; text-overflow: ellipsis;word-break: break-all; margin:0 auto;}
.coin_imgbox img {width: 90px;object-fit: contain;}
.guide_box {border:1px solid var(--line); border-radius: 10px; padding:10px;}
.guide_box .inner {width:100%; display: flex; justify-content: flex-end; align-items: center;}
.guide_box .input_box.horizontal {width:100%;}
.guide_box button {margin-left:10px; white-space: nowrap;}
.guide_view_border {border: 1px solid var(--line); padding: 10px 16px; border-radius: 10px;  height:42px;}
.main_box {border:1px solid var(--line); padding:20px; font-weight: 500;}
.all_usernumber {font-size:20px; font-weight: 700; text-align: center;}

.auth_card_title.black_card {background-color: #fff;color:#1E2329; border-radius: 8px;}
.not_border {border:none;}
.borer_1 { border-bottom:1px solid #ededed;}

.all_tab {display:flex; justify-content: center; align-items:center; margin:10px 0;}
.all_tab li {border:1px solid #ededed; border-radius: 10px; padding:8px; width:110px; text-align: center; margin-right:40px; cursor:pointer;}
.all_tab li:last-child {margin-right:0;}
.all_active {background: var(--main); border:none; color:#fff;}
.buziinputbox small {font-size:12px;}
.buziinputbox {width:100%;}
.buziinputbox select {width:100%; min-width:176px;}
.buzibox span, .span_gray {display:flex; align-items: center; min-width:100px; font-size: 14px; color: #999; font-weight: 500; height:40px;}
.buzibox .label {display:flex;}
.withdraw_select {width:324px; margin-right:10px;}
.bg_inread { background-color: #ededed !important;}
.searico {background-image: url("../img/svg/icon_search.svg"); background-repeat: no-repeat; background-position: 98%, center;}
.brokerage_fee p {font-size:14px; font-weight: 500;}
.brokerage_fee li {border-bottom:1px solid #ededed; padding:8px 0;}
.reason_txt {font-size:14px; margin-top:10px; display:block; font-weight: 500;}
.setting_table th:nth-child(3) {width:44%;}
.choice_setting  { width:100%; max-width:200px; margin:0 auto;}
.choice_setting p {margin-left:6px;}
.setting_table th:nth-child(1) {width:10%;}
.total_setting {background:#ededed; }
.total_setting td {font-size:15px; font-weight: 700;}
.countxt {font-weight: 500; font-size:14px;}
.label .desc.readonly.state_f {color:var(--main);}
.label .desc.readonly.state_r {color:var(--red);}
.franchisee_imgbox {display:flex;  align-items: center; }
.franchisee_imgbox li {height:100%; }
.franchisee_imgbox li p {font-size:14px; font-weight: 500; margin-bottom:6px;}
.franchisee_imgbox li:nth-child(1) {height:100%; margin-right:40px;}
.franchisee_imgbox img { height:200px;}
.au_thbox {border-right:1px solid var(--line);}
.bank_box {display:flex;}
.not_rank {font-size:14px; font-weight: 400; color:#999;}

.qna_wrapbox .search_box {margin-left:0;}

.keyword_list.on{display:block; }
.keyword_list .not:hover {background-color:transparent; color:#212121; cursor:inherit;}
.keyword_list{border:1px solid var(--line); border-radius: 10px; max-height:150px; overflow: auto; margin-top:6px;}
.keyword_list li {padding:12px;}
.keyword_list li a {font-size:14px; font-weight: 500;}
.keyword_list li:hover {background-color: var(--main); color:#fff;  cursor:pointer; border-radius: 6px;}
.keyword_list li:hover a{color:#fff;}

.bannerimg {width: 250px; height: 115px; overflow: hidden; margin:0 auto;}
.bannertable th:nth-child(1) {width:10%;}
.bannerimg img {max-width: 100%; height: 100%;  object-fit: contain;}
.banner_btn label {background: var(--main); color:#fff; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 700; cursor:pointer;}
.box_wrapbanner { height:50px; margin-bottom:12px;}
.img_guide {font-size:14px; font-weight: 500;}
#View_area img {max-width: 40%;}
.titleone_sweet {font-size:20px !important; padding:20px 20px 0 !important;}
.admin_cmp {  font-size:13px;  font-weight: 500;  color:var(--red);}
.design_readonly { border:none; text-align: center;}

.qnapopup_bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 99999;}
.qnapopup_bg .popup_img_viewer { width: 595px; height: 842px; padding: 64px 20px 20px 20px; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.qnapopup_bg .popup_img_viewer .popup_viewer_close { position: absolute; right: 14px; top: 14px; background-color: #fff; color: #000; border: none; font-size: 20px;  font-weight: 700;}
.qnapopup_bg .popup_img_viewer img { min-width:555px; min-height:758px;  width: 100%; height: 100%; object-fit: contain; border: 1px dashed #ccc;}

.input_box textarea.height_state { height:150px; }
.label.horizontal.store_info { align-items: flex-start;}
.label.horizontal.store_info textarea { height:142px; background:#ededed; cursor:inherit; }
.store_imgview img {height: 200px; width: 200px;  object-fit: cover;}
.input_box textarea.height_state::placeholder { font-size:14px; font-weight:500; color:#D0D4D7; }
.card_tab { display: flex; justify-content: flex-start; align-items: center; padding-left: 20px; gap:2px; }
.card_tab > li { padding: 10px 30px; background: var(--white); color:var(--darkgray); border-radius: 10px 10px 0 0 ; border:1px solid var(--line); font-weight: 500; font-size: 14px; cursor: pointer; }
.card_tab > li.active { background: var(--main); color:var(--white); border:1px solid var(--main); font-weight: 500;}
.max660 {max-width:660px;}
.left_card { width:100%;}
.right_card {  width:100%;}

@media screen and (max-width:1750px) {
  .grid_dashboard_txt {height:48px; display: flex; align-items: flex-end;}
  .media_footer {bottom:-14px;}
}
