
/* 로그인 */
.log_title{text-align:center; margin-top:100px;}
.log_title h1{font-size: 60px; font-weight: 800; color:#EAB92B;}
.log_title p{font-size: 23px; font-weight: 500; margin-top:12px;}
.log_title p span{color:#EAB92B; font-weight: 800;}
.login_tabnav{display:flex; justify-content:center; margin-top:100px;}
.login_tabnav li{width:250px;}
.login_tabnav li a{display:inline-block; width:100%; text-align:center; font-size: 30px; font-weight: 500; color: #BFBFBF; line-height:65px;}
.login_tabnav li a.active{color: #EAB92B; font-weight: 800; border-bottom:4px solid #EAB92B;}
.login_tabcontent{max-width:500px; margin:60px auto 0;}
.ddp_login_box li + li{margin-top:20px;}
.ddp_input {position: relative;}
.ddp_input input{width:100%; border-radius: 10px; border: 1px solid #AAA9A9; background: #393939; color:#fff; font-size: 24px; font-weight: 500; padding:0 35px; line-height:70px;}
.ddp_input input::placeholder{color: #BFBFBF;}
.ddp_input input#mb_pw {padding-right: 90px;}

.ddp_input .caps{display:none; position:absolute; font-size: 12px; font-weight: 800; color: #FFF; border-radius: 50px; background: #EAB92B; line-height:30px; padding: 0 15px; right: 15px; top:50%; transform: translateY(-50%);}
.ddp_input .caps.active{display:block;}

.ddp_sch{text-align:right; margin-top:30px;}
.ddp_sch .checkbox{width: 20px; height: 20px;  background: url("../images/radio_non_check.svg") no-repeat center / 100%; border:none !important}
.ddp_sch input[type="checkbox"]:checked{background: url("../images/radio_check.svg") no-repeat center / 100% !important;}
.ddp_sch .checkbox-label{font-size: 24px; font-weight: 500; color: #DFDFDF;}


.ddp_login_btn{margin-top:50px;}
.ddp_login_btn input{width:100%; border-radius: 10px; background: #EAB92B; font-size: 26px; font-weight: 900; color: #FFF; text-align: center; line-height: 80px; border:none;}

.login_wrap .logo_wrap{text-align:center; margin-top:60px; padding-bottom:80px;}
.login_wrap .logo_wrap img{width:250px;}


/* 왼쪽 메뉴 */
body{position:relative;}
.tp_logo{text-align: center; margin-top:45px;}
.tp_logo img{width:140px;}
.fixed_lt {position: fixed; top: 0; left: 0; z-index: 1000; width: 210px; height: 100%; min-height:940px; background: #000; }
.fixed_lt .gnb_list {margin-top:55px;}
/* .fixed_lt .gnb_list > li {height: 60px;} */
.fixed_lt .gnb_list > li .link {position: relative; display: table-cell; width: 210px; height: 60px; vertical-align: middle; text-align: left; color: #BCBCBC; font-size: 17px; font-weight: 800; padding: 0 20px; padding-left: 60px; background: url("../images/adm_menu_arrow.svg") no-repeat 90% center / 15px;}
.fixed_lt .gnb_list > li .link.active {background: #EAB92B url("../images/adm_menu_arrow_w.svg") no-repeat 90% center / 15px; color:#fff;}
.fixed_lt .gnb_list > li.open .link {background: #EAB92B url("../images/adm_menu_arrow_w2.svg") no-repeat 90% center / 15px !important; color:#fff;}
.fixed_lt .gnb_list > li .link:hover {background: #EAB92B url("../images/adm_menu_arrow_w.svg") no-repeat 90% center / 15px; color:#fff;}

.fixed_lt .gnb_list > li .link:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; width: 25px; height: 25px;}
.fixed_lt .gnb_list > li.fix_lt_ic1 .link:before {background: url("../images/adm_list_ic1.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic1 .link.active:before {background: url("../images/adm_list_ic1_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic1 .link:hover:before {background: url("../images/adm_list_ic1_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic2 .link:before {background: url("../images/adm_list_ic2.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic2 .link.active:before {background: url("../images/adm_list_ic2_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic2 .link:hover:before {background: url("../images/adm_list_ic2_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic3 .link:before {background: url("../images/adm_list_ic3.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic3 .link.active:before {background: url("../images/adm_list_ic3_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic3 .link:hover:before {background: url("../images/adm_list_ic3_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic4 .link:before {background: url("../images/adm_list_ic4.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic4 .link.active:before {background: url("../images/adm_list_ic4_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic4 .link:hover:before {background: url("../images/adm_list_ic4_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic5 .link:before {background: url("../images/adm_list_ic5.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic5 .link.active:before {background: url("../images/adm_list_ic5_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic5 .link:hover:before {background: url("../images/adm_list_ic5_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic6 .link:before {background: url("../images/adm_list_ic6.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic6 .link.active:before {background: url("../images/adm_list_ic6_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic6 .link:hover:before {background: url("../images/adm_list_ic6_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic7 .link:before {background: url("../images/adm_list_ic2.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic7 .link.active:before {background: url("../images/adm_list_ic2_on.svg") center no-repeat; background-size: 100%;}
.fixed_lt .gnb_list > li.fix_lt_ic7 .link:hover:before {background: url("../images/adm_list_ic2_on.svg") center no-repeat; background-size: 100%;}

.fix_gnb {position: absolute; top: 0; left: 210px; width: 190px; padding: 120px 45px 0; height: 100%; border-right: 1px solid #DEDEDE; background: #fff; display:none;}
.fix_gnb.on {display:block;}

.fix_gnb h3 {font-size: 22px; font-weight: 800; text-align:center;}
.fix_gnb h3:after{content:''; display:block; width:100%; height:1px; background: #DEDEDE; margin-top:30px;}
.fix_gnb h3 i{display:inline-block; width:40px; height:40px; margin-bottom:10px;}
.fix_gnb h3 .lt_ic1{background:url("../images/adm_list_ic1_yl.svg") no-repeat center / 100%; }
.fix_gnb h3 .lt_ic2{background:url("../images/adm_list_ic2_yl.svg") no-repeat center / 100%; }
.fix_gnb h3 .lt_ic3{background:url("../images/adm_list_ic3_yl.svg") no-repeat center / 100%; }
.fix_gnb h3 .lt_ic4{background:url("../images/adm_list_ic4_yl.svg") no-repeat center / 100%; }
.fix_gnb h3 .lt_ic5{background:url("../images/adm_list_ic5_yl.svg") no-repeat center / 100%; }
.fix_gnb h3 .lt_ic6{background:url("../images/adm_list_ic6_yl.svg") no-repeat center / 100%; }
.fix_gnb ul {margin-top: 30px;}
.fix_gnb ul li + li{margin-top:15px;}
.fix_gnb ul li a {display: block; font-size: 17px; font-weight: 600;}
.fix_gnb ul li a.active {color: #EAB92B;}

.fix_gnb_btn{ position: absolute; width: 45px; height: 45px; top: 0; left: 210px; background: #fff url("../images/adm_fix_btn.svg") no-repeat center / 25px; border: 1px solid #DEDEDE; border-left: 0; border-top: 0; cursor: pointer;}
.fix_gnb_btn.on {left: 400px;  background: #fff url("../images/adm_fix_btn_on.svg") center no-repeat; }

.submenu{display:none; padding: 25px; border-bottom:1px solid rgba(255,255,255,0.3)}
.submenu li + li{margin-top:15px;}
.submenu li a{font-size:16px; color:#fff;}
.submenu li a:hover{font-weight:700; color: #EAB92B;}
.submenu li a.active{font-weight:700; color: #EAB92B;}

.contract_wrap{padding:0 20px; position: fixed; width: 210px; bottom: 30px;}
.contract_wrap select{background: #000 url("../images/adm_sel_ic.svg") no-repeat 92% center / 15px; color:#fff; width:100%; border:1px solid #BCBCBC; border-radius: 5px; font-size: 16px; height: 40px; padding:0 15px; -webkit-appearance:none; -moz-appearance:none;  appearance:none;}
.contract_wrap select::-ms-expand{display:none;}
.contract_wrap ul{margin-top:15px;}
.contract_wrap ul li{display:flex; justify-content:space-between;}
.contract_wrap ul li > div{font-size: 14px; color: #BCBCBC; font-weight: 500; line-height:1.5;}
.contract_wrap ul li strong{color: #FFF; font-weight: 800;}


/* 헤더 */
.adm_header{display:flex; justify-content:space-between; align-items:center; background: #FFF; border-bottom:1px solid #DEDEDE; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05); height: 100px; padding:0 60px; position:fixed; top:0; width:calc(100% - 210px); z-index: 100;}
.adm_header.on{width:calc(100% - 400px);}
.adm_header h2{font-size: 25px; font-weight: 900;}
.adm_head_rt{display:flex; align-items:center; }
.adm_head_rt .noti{position:relative; margin-right:15px;}
.adm_head_rt .noti .adm_noti{width: 50px; height: 50px; background:#F2F2F2 url("../images/adm_noti_ic.svg") no-repeat center / 28px; border-radius:50%; position:relative; cursor:pointer;}
.adm_head_rt .noti .adm_noti .badge{position:absolute; width: 18px; height: 18px; border-radius:50%; background:#D02222; font-size: 12px; font-weight: 600; color: #FFF; display:flex; align-items:center; justify-content:center; top:-2px; right:-2px;}
.adm_head_rt .noti .noti_fix{display:none;}
.adm_head_rt .noti .noti_fix.on{display:block; position:fixed; top:0; left:0; right:0; bottom:0; z-index:1100;}
.adm_head_rt .noti .noti_cont{position:absolute; display:none; top:60px; left:0; width: 400px; border-radius: 10px; background: #FFF; box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10); padding:25px;z-index:1200}
.adm_head_rt .noti .noti_cont.on{display:block;}
.adm_head_rt .noti .noti_cont h3{font-size: 20px; font-weight: 700; margin-bottom:20px;}
.adm_head_rt .noti .noti_list{border-top:1px solid #000; max-height:200px; overflow-y:auto;}
.adm_head_rt .noti .noti_list li{line-height:65px; border-bottom:1px solid #DFDFDF; padding:0 15px;}
.adm_head_rt .noti .noti_list li.active{background: rgba(251, 236, 193, 0.50);}
.adm_head_rt .noti .noti_list li a{width:100%; display: block; font-size: 18px; color: #555; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.adm_head_rt .noti .noti_list::-webkit-scrollbar {width: 7px;  /* 스크롤바의 너비 */}
.adm_head_rt .noti .noti_list::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.adm_head_rt .noti .noti_list::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}
.adm_head_rt .user{font-size: 16px; font-weight: 600; margin-right:35px;}
.adm_head_rt .user .adm_user{display:inline-block; width: 50px; height: 50px; background:#F2F2F2 url("../images/adm_user_ic.svg") no-repeat center / 33px; border-radius:50%; position:relative; cursor:pointer; vertical-align:middle; margin-right:15px;}
.adm_head_rt > a{font-size: 16px; font-weight: 700; color: #FFF; line-height: 40px; border-radius:30px; padding:0 22px; background: #999;}
.adm_head_rt .logout_btn{background: #EAB92B; margin-left:10px;}


/* 컨텐츠 공통 */
#adm_content{min-height: 940px;}
.contents {margin-left: 210px; position:relative; padding-top:100px;}
.contents.on {margin-left: 400px;}
.adm_wrap{padding: 60px 60px 100px; min-height: 760px;}
.adm_tit{font-size: 23px; font-weight: 700; margin-bottom:25px;}
.adm_tit p{font-size: 15px; color: #888; font-weight: 400; padding-left:13px; margin-top:10px; position:relative;}
.adm_tit p:before{content:'*'; display:block; font-size:15px; font-weight: 400; color: #888; position:absolute; left:0; top:1px;}


/* 메인 */
.main_tp_wrap{margin-bottom:65px;}
.main_tp_wrap i{display:inline-block; width:30px; height:30px; vertical-align:middle; margin-right:10px;}
.main_tp_wrap i.main_ic1{background:url("../images/main_ic1.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_ic2{background:url("../images/main_ic2.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_ic3{background:url("../images/main_ic3.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_ic4{background:url("../images/main_ic4.svg") no-repeat center / 100%;}
.main_tp_wrap{border-radius: 10px; border: 1px solid #DEDEDE; background: #FFF; padding:20px 30px 20px 40px;}
.main_tp_wrap1 ul{max-height: 520px; overflow-y: auto;}
.main_tp_wrap1 ul::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
.main_tp_wrap1 ul::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.main_tp_wrap1 ul::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}
.main_tp_wrap1 ul li{padding:35px 0; border-bottom:1px solid #DADADA; display:flex; align-items:center; gap: 100px;/* justify-content:space-between; */}
.main_tp_wrap1 ul li:first-child{padding-top:15px;}
.main_tp_wrap1 ul li:last-child{border:none;}
.main_tp_wrap1 ul li > div{font-size: 18px; position:relative;}
.main_tp_wrap1 ul li > div:after{content:''; display:block; width:1px; height:20px; background: #D6D6D6; position:absolute; right:-55px; top:50%; transform:translateY(-50%);}
.main_tp_wrap1 ul li > div:last-of-type:after{display:none;}
.main_tp_wrap1 ul li .right{display:flex; align-items:center;}
.main_tp_wrap1 ul li .right > span{display:flex; align-items:center;}
.main_tp_wrap1 ul li .right > span .txt{display:flex; gap:5px; flex-wrap:wrap; width: 125px;}
.main_tp_wrap1 ul li .right > span + span{margin-left:55px;}
.main_tp_wrap1 ul li .left{width: 500px;}
.main_tp_wrap1 ul li .left span{font-weight: 600; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; display: inline-block; vertical-align: middle; width: 76%;}
.main_tp_wrap1 ul li .left .cha{display:inline-block; font-weight: 700; width: 90px; height: 40px; line-height: 40px; text-align: center; border-radius: 5px; color: #FFF; font-size: 16px; margin-right:20px;}
.main_tp_wrap1 ul li .left .cafe{background: #4BC0C0;}
.main_tp_wrap1 ul li .left .blog{background: #36A2EB;}

.main_tp_wrap2{}
.main_tp_wrap2 .left{width:250px; font-size: 20px; font-weight: 600;}
.main_tp_wrap2 .right{width:calc(100% - 250px); font-size: 18px; display:flex; align-items:center; justify-content:space-between; padding:0 70px;}
.main_tp_wrap .tp_area{display:flex; align-items:center; padding:35px 0; border-bottom:1px solid #DADADA;}
.main_tp_wrap .tp_area .team{display:inline-block; font-weight: 700; width: 90px; height: 40px; line-height: 40px; text-align: center; border-radius: 5px; color: #FFF; font-size: 18px; margin-right:20px; background: #EAB92B;}
.main_tp_wrap i.main_cafe{background:url("../images/main_cafe_ic.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_com{background:url("../images/main_com_ic.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_blog{background:url("../images/main_blog_ic.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_insta{background:url("../images/main_insta_ic.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_ytb{background:url("../images/main_ytb_ic.svg") no-repeat center / 100%;}
.main_tp_wrap i.main_same{background:url("../images/main_same_ic.svg") no-repeat center / 100%;}
.main_tp_wrap .bt_area{padding:20px 0; max-height:390px; overflow-y:auto;}
.main_tp_wrap .bt_area ul li{display:flex; align-items:center; padding:15px 0;}
.main_tp_wrap .bt_area .left span{width: 110px; height: 40px; line-height: 40px; display:inline-block; font-weight: 700; text-align: center; border-radius: 5px; color: #FFF;}
.main_tp_wrap .bt_area .left span + span{margin-left:20px;}
.main_tp_wrap .bt_area .left .id{background: #000;}
.main_tp_wrap .bt_area .left .name{background: #A4A4A4;}

.main_tp_wrap .bt_area::-webkit-scrollbar {width: 7px;  /* 스크롤바의 너비 */}
.main_tp_wrap .bt_area::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.main_tp_wrap .bt_area::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}

.main_tp_wrap3 .left{width:110px; font-size: 20px; font-weight: 600;}
.main_tp_wrap3 .right{width:calc(100% - 110px); font-size: 18px; display:flex; align-items:center; justify-content:space-between; padding:0 70px;}
.main_tp_wrap .tp_area .sum{display:inline-block; font-weight: 700; width: 110px; height: 40px; line-height: 40px; text-align: center; border-radius: 5px; color: #FFF; font-size: 18px; margin-right:20px; background: #EAB92B;}

.adm_title_wrap .cate{display:flex; align-items:center; justify-content:flex-end; gap:70px; font-size: 16px; font-weight: 500; color: #555;}
.adm_title_wrap i{display:inline-block; width: 20px; height: 20px; border-radius:50%; margin-right:10px; vertical-align:middle;}
.adm_title_wrap .cate1 i{background:#4BC0C0;}
.adm_title_wrap .cate2 i{background:#FFC92D;}
.adm_title_wrap .cate3 i{background:#36A2EB;}
.adm_title_wrap .cate4 i{background:#FF6384;}
.adm_title_wrap .cate5 i{background:#8381F5;}

.main_graph_wrap + .main_graph_wrap{margin-top:30px;}

.chart_cont {position:relative;}
.chart_cont .chart_name {position:absolute;/* top:80px; */right:0;text-align:right;}

/* .chart_cont .chart_name[id="chart_name_div_0"] {top:calc(150px - 70px)}
.chart_cont .chart_name[id="chart_name_div_1"] {top:calc(300px - 70px)}
.chart_cont .chart_name[id="chart_name_div_2"] {top:calc(450px - 70px)}
.chart_cont .chart_name[id="chart_name_div_3"] {top:calc(600px - 70px)}
.chart_cont .chart_name[id="chart_name_div_4"] {top:calc(750px - 70px)} */


/* 리스트 */
.srh_wrap{border-radius: 10px; border: 1px solid #DEDEDE; background: #FFF; padding:50px 0;}
.srh_wrap ul{max-width: 1070px; margin:0 auto; border-bottom:1px solid #DEDEDE; padding-bottom:30px;}
.srh_wrap ul li{display:flex; align-items:center;}
.srh_wrap ul li + li{margin-top:20px;}
.srh_wrap ul li .srh_lt{font-size: 20px; font-weight: 700; width:140px;}
.srh_wrap ul li .srh_rt{width: calc(100% - 140px);}
.srh_btn_wrap{text-align:center; margin-top:30px;}
.srh_btn_wrap a{display:inline-block; width: 100px; height: 40px; line-height: 40px; border-radius: 5px; background: #818181; font-size: 18px; color: #FFF; font-weight: 700; text-align:center; }
.srh_btn_wrap a.srh_btn{background: #EAB92B;}

.adm_list_wrap{margin-top:50px;}
.list_num_wrap{text-align:right; margin-bottom:10px;}
.list_num_wrap .sel_input{width: 100px; color: #858585; font-weight: 700;}
.cn_pj_txt_wrap{display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;}
.cn_pj_txt_lt h5{font-size: 20px; font-weight: 400;}
.cn_pj_txt_lt h5 strong{font-weight: 800;}
.cn_pj_txt_rt a{display:inline-block; font-size: 18px; font-weight: 700; color: #858585; border-radius: 5px; border: 1px solid #C1C1C1; line-height: 40px; height: 40px; padding:0 24px;}
.cn_pj_txt_rt a + a{margin-left:5px;}
.cn_pj_txt_rt a i{display:inline-block; width: 17px; height: 17px; vertical-align:middle; margin-left:5px;}
.cn_pj_txt_rt a.down i{background:url("../images/down_ic.svg") no-repeat center / 100%;}
.cn_pj_txt_rt a.up i{background:url("../images/up_ic.svg") no-repeat center / 100%;}

.table_wrapper{white-space:nowrap; overflow:hidden; overflow-x:auto; padding-bottom: 2px; position: relative;}
.table_wrapper:before{content:''; display:block; width:5px; height:calc(100% - 19px); background:#fff; position:absolute; right:5px; top:0; z-index: 20;}
.table_wrapper::-webkit-scrollbar {height: 14px;  /* 스크롤바의 너비 */}
.table_wrapper::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.table_wrapper::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}
.table_wrap{width:100%; max-height:770px; overflow-y:auto;}
.table_wrap::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
.table_wrap::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.table_wrap::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}
.table_wrapper2{width:100%; max-height:770px; overflow-y:auto; position: relative;}
.table_wrapper2::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
.table_wrapper2::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.table_wrapper2::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}
.table_wrapper2 .table_wrap2{padding-right: 5px;}
.cn_table{width:2100px; border-collapse:collapse;}
.cn_table2{width:100%;}
.cn_table thead{position:relative; height: 80px;}
.cn_table thead:before{position:absolute; display:block; content:''; width:100%; height:80px; border-radius: 10px; background: #FBECC1; z-index:-1;}
.cn_table tbody tr{border-bottom:1px solid rgba(0,0,0,0.1);}
.cn_table tbody tr:nth-of-type(even){background: #F6F6F6;}
.cn_table th{font-size:19px; padding:30px; border-right:1px solid rgba(0,0,0,0.1); position: sticky; top: 0; background: #FBECC1;z-index: 10;}
.cn_table td{font-size:18px; text-align:center; padding:25px 30px; border-right:1px solid rgba(0,0,0,0.1); color: #555;}
.cn_table2 th{padding:25px 0;}
.cn_table2 td{padding:25px 10px;}
.cn_table th:last-of-type{border-right:none;}
.cn_table td:last-of-type{border-right:none;}
.cn_table td .text_input{border-radius: 5px; border: 1px solid #D9D9D9; background: #FFF; width: 190px; height: 40px; font-size: 18px; color: #888; padding:0 15px; line-height:40px;}
.cn_table td .text_input.price{width:160px;}
.cn_table td .view_btn{display:block; width: 80px; height: 40px; line-height: 40px; border-radius: 5px; background: #8F8F8F; font-size: 18px; font-weight: 600; color: #FFF; border:none; margin: 0 auto; background: #646464;}
/* .cn_table td .view_btn.new_req{background: #646464;} */
.cn_table td .view_btn.deac{background: #B9B9B9; cursor: default;}
.cn_table td a + a{margin-top:5px !important;}
.cn_table td.state{font-size: 20px;}
.cn_table td .cancel{font-weight: 700; color: #D02222;}
.cn_table td .confirm{font-weight: 700; color: #0077CD;}
.cn_table td .sel_wrap{margin-top:5px;}
.cn_table .req_wrap{font-size: 18px; color: #555; margin-bottom:15px;}
.cn_table .req_wrap span{cursor:pointer;}
.cn_table .req_wrap span:first-of-type{position:relative; margin-right:20px;}
.cn_table .req_wrap span:first-of-type:after{content:''; display:block; width:1px; height:12px; background: #939393; position:absolute; right:-12px; top:50%; transform:translateY(-50%)}
.cn_table .req_wrap span .n_ic{display:inline-block; width: 20px; height: 20px; background:url("../images/new_ic.svg") no-repeat center / 100%; vertical-align:middle; margin-left:5px;}
.cn_table td button.modi_btn{border-radius: 5px; background: #B9B9B9;width: 90px; height: 40px; line-height: 40px; color: #FFF; text-align: center; font-size: 18px; font-weight: 600; border:none; cursor:default;}
.cn_table td button.red_bg{background: #D02222;}
.cn_table td .long_txt{width: 200px; max-height: 40px; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; white-space: break-spaces;}
.cn_table .date{display:inline-block;}
button.aff{width: 80px; height: 40px; line-height: 40px; border-radius: 5px; border:none; font-size: 18px; font-weight: 600; color: #FFF; text-align: center; margin-left:5px;}
.cn_table td i.arrow{display:inline-block; width: 20px; height: 20px; background:url("../images/arrow_down.svg") no-repeat center/ 100%; cursor:pointer;}
.cn_table td i.arrow.on{background-image:url("../images/arrow_up.svg")}
/* .cn_table .id_list{display:none;} */
.cn_table .id_list.on{display:table-row;}
.cn_table .id_list td{text-align:left; border-right:none; padding:25px 110px;}
.cn_table .id_list span{display:inline-block; margin-left:40px;}
.cn_table .id_list .remove{display:inline-block; width:11px; height:11px; background:url("../images/id_remove.svg") no-repeat center / 100%; vertical-align:middle; margin-left:5px; cursor:pointer;}

/* 라디오 */
.radio_wrap span{font-size: 20px; margin-right:40px; display:inline-block;}
.radio_wrap span:last-of-type{margin-right:0;}
.radio_wrap .radio-custom{position: absolute; top: 0; left: 0; opacity: 0; width: 20px; height: 20px; display:none}
.radio_wrap .radio-custom-label:before{content: ''; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 15px; width: 20px; height: 20px; border-radius: 3px; border: 1px solid #D9D9D9; background: #FFF;}
.radio_wrap input[type="radio"]:checked + label:before{background: url("../images/radio_check_b.svg") no-repeat center / 16px; border-color:#000;}

/* 날짜 */
.date_wrap span{font-size: 18px; color: #8E8E8E;}
.date_wrap span + span{margin-left:15px;}
.date_wrap input{width: 200px; height: 40px; border-radius: 5px; border: 1px solid #D9D9D9; font-size: 18px; color: #888; padding:0 15px;}
.date_wrap .date2{width:190px;}
input[type='date']{background: #fff url("../images/cal_ic.svg") no-repeat 90% center / 15px; position: relative;}
input[type='date']::before {content: attr(data-placeholder); width: 100%;}
/* input[type='date']:focus::before,  */input[type='date']:valid::before {display: none;}
input[type='date']::-webkit-calendar-picker-indicator {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent; color: transparent;}

/* 셀렉트 */
.sel_input{border-radius: 5px; border: 1px solid #D9D9D9; background: #fff url("../images/adm_sel_ic.svg") no-repeat 92% center / 15px; font-size: 18px; color: #888; padding:0 15px; height: 40px; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.sel_input::-ms-expand{display:none;}
.sel_input.sel1{width: 150px;}
.sel_input.sel2{width: 200px;}
.sel_input.sel3{width: 190px;}
.srh_wrap .srh_input{border-radius: 5px; border: 1px solid #D9D9D9; background: #FFF0; margin-left:7px; width:calc(100% - 160px); height: 40px; font-size: 18px; color: #888; padding:0 15px;}

/* 체크박스 */
input[type="checkbox"] {width: 20px; height: 20px; border: 1px solid #D9D9D9; background: #fff; appearance: none; border-radius: 3px;}
input[type="checkbox"]:checked {background: #fff url("../images/radio_check_b.svg") no-repeat center / 16px; border-color: #000;}
input[readonly] {cursor: not-allowed; background: #B9B9B9 !important; color:#fff !important; border:none !important;}
.check_wrap input[type="checkbox"] {margin-right:10px;}
.check_wrap span{font-size: 20px; display:inline-block; margin-right:40px;}
.check_wrap span:last-of-type{margin-right:0;}
.check_wrap2 span{margin-right:25px;}

.cn_table_btn_wrap{display:flex; justify-content:space-between; align-items:center; margin-top:20px;}
.cn_table_btn_wrap a{display:inline-block; border-radius: 5px; background: #818181; width: 100px; height: 40px; line-height: 40px; color: #FFF; text-align: center; font-size: 16px; font-weight: 700; vertical-align: middle;}
.cn_table_btn_wrap .cancel_btn{background: #D02222;}
.cn_table_btn_wrap .regi_btn{background:#EAB92B;}

.list_pager_wrap{display:flex; gap:28px; justify-content:center; align-items:center; margin-top:50px;}
.list_pager_wrap > a{display:inline-block; width:17px; height:16px; background:url("../images/first_arrow.svg") no-repeat center / contain;}
.list_pager_wrap .prev_btn{background:url("../images/prev_arrow.svg") no-repeat center / contain;}
.list_pager_wrap .next_btn{background:url("../images/next_arrow.svg") no-repeat center / contain;}
.list_pager_wrap .last_btn{background:url("../images/last_arrow.svg") no-repeat center / contain;}
.list_pager{display:flex; gap:10px; align-items:center;}
.list_pager li a{color: #ADADAD; font-size: 23px; display:inline-block; width:43px; height:43px; line-height:43px; text-align:center; border-radius: 5px}
.list_pager li a.active{background: #8F8F8F; color:#fff;}


/* 글쓰기, 뷰 */
.adm_title_wrap{display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;}
.adm_title_wrap a{display:block; border-radius: 5px; border: 1px solid #C1C1C1; background: #FFF; line-height: 40px; font-size: 16px; color: #858585; font-weight: 700; padding:0 15px;}
.adm_title_wrap a i{display:inline-block; vertical-align:middle;width: 20px; height: 12px; background:url("../images/list_ic.svg") no-repeat center / 100%; margin-right:5px; border-radius:0;}
.cn_tbl_revise{border-top:1px solid #000; position:relative;}
.adm_title_wrap .right_btn{display:flex;  gap:10px;}
.adm_title_wrap a.up i{background:url("../images/up_ic.svg") no-repeat center / contain; height:16px; margin:-3px 0 0 5px}
.cn_tbl_revise:before{content:''; display:block; width:190px; height:100%; background: #F8F8F8; position:absolute; top:0; left:0; z-index:-1;}
.cn_tbl_revise > li{display:flex; align-items:center; font-size: 20px; border-bottom:1px solid #DEDEDE;}
.cn_tbl_revise > li .cn_tbl_revise_lt{width: 190px; font-weight: 700; padding:30px 35px;}
.cn_tbl_revise > li .cn_tbl_revise_rt{width: calc(100% - 190px); padding:30px 40px;}
.cn_tbl_revise > li .cn_tbl_revise_rt .cn_tbl_list{display:flex; align-items:center;}
.cn_tbl_revise > li .cn_tbl_revise_rt .cn_tbl_list + div{margin-top:10px;}
.cn_tbl_revise > li .cn_tbl_revise_rt .cn_tbl_list span{margin-right:10px; display:inline-block;}
.cn_tbl_revise > li .cn_tbl_revise_rt.req{padding:0 40px;}
.cn_tbl_revise_rt .rt_inner{color: #555; display:flex; align-items:center;} 
.cn_tbl_revise_rt .rt_inner div{margin-right:40px;}
.cn_tbl_revise_rt .rt_inner span{display:inline-block; margin-right:10px;}
.text_input{width: 250px; height: 40px; line-height: 40px; border-radius: 5px; border: 1px solid #D9D9D9; background: #FFF; padding:0 15px; font-size: 18px; color: #888;}
.text_input.text2{width: 550px;}
.text_input.text3{width: 200px !important;}
.text_input.text4{width: 272px;}
.text_input.text5{width: 150px !important;}
.text_input.full_width{width:900px;}
.text_input.add{width:360px; display:block;}
.text_input.add + .add{margin-top:10px;}
.num_input{width: 80px; height: 40px; line-height: 40px; border-radius: 5px; border: 1px solid #D9D9D9; background: #FFF; padding:0 15px; font-size: 18px; color: #888; text-align: center;}
.num_input.num2{width:100px;}
.srh_btn{width: 100px; height: 40px; line-height: 40px; border-radius: 5px; background: #818181; font-size: 18px; color: #FFF; text-align: center; font-weight: 700; border:none;}
.cn_tbl_revise .desc{font-size: 15px; color: #D02222; margin-top:10px;}
.cn_tbl_revise .input_text{color: #888; margin-left:10px; vertical-align:middle;}
.cn_tbl_revise textarea{padding:15px; border-radius: 5px; border: 1px solid #D9D9D9; background: #FFF; width: 900px; height: 100px; font-size: 18px; color: #888;}

.cn_tbl_revise_rt .view_btn{display:inline-block; width: 80px; height: 40px; line-height: 40px; border-radius: 5px; background: #8F8F8F; font-size: 18px; font-weight: 600; color: #FFF; border:none; margin: 0 auto; background: #646464; text-align:center; margin-right:10px;}

.radio_wrap2 .radio-custom-label:before{border-radius: 50%;}
.radio_wrap2 input[type="radio"]:checked + label:before{background: #000 url("../images/radio_check_w.svg") no-repeat center / 16px;}

.required{display:inline-block; width:9px; height:9px; background:url("../images/required_ic.svg") no-repeat center / 100% !important; vertical-align: top; margin-top:3px;}

.set_btn.complete{border: 1px solid #C1C1C1; background: #FFF; color: #858585;}

/* .req_list{width: 900px;} */
.req_list li{padding:20px 0; display:flex; align-items:center; justify-content:space-between;}
.req_list li + li{border-top:1px dashed #DEDEDE;}
.req_list li span{display: inline-block; font-size: 18px; color: #888;}
.req_list li .state{display:inline-block; font-weight: 600; color: #000; min-width: 62px; /* text-align: center; border-radius: 5px; border: 1px solid #000; background: #FFF;; height: 40px; line-height: 40px; */ margin-right:15px;}
.req_list li .tit{width:60%;/*  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */}
.req_list li .date{margin-left:30px;}

.adm_btn_wrap{text-align:center; margin-top:35px;}
.adm_btn_wrap a{display:inline-block; font-size: 16px; font-weight: 700; color: #FFF; text-align: center; border-radius: 5px; background: #818181; width: 100px; line-height: 40px;}
.adm_btn_wrap a.save_btn{background: #EAB92B;}
.adm_btn_wrap a.del_btn{background: #D02222;}
.adm_btn_wrap2{position:relative;}
.adm_btn_wrap2 .lt_btn{position:absolute; top:0; left:0;}


/* 팝업 */
.popup_wrap{display:none; position:fixed; top:0; left:0; right:0; bottom:0; z-index:3000}
.popup_wrap.on{display:block;}
.popup_bg{position:absolute; width:100%; height:100%; background: rgba(0, 0, 0, 0.50);}
.popup_inner{position:absolute; border-radius: 20px; background: #FFF; width: 1250px; top:50%; left:50%; transform:translate(-50%, -50%); margin-left: 100px; padding:55px 75px;}
.popup_inner.on {margin-left: 200px;}
.pop_tit{display:flex; align-items:center; justify-content:space-between; margin-bottom:50px;}
.pop_tit h4{font-size: 23px;}
.pop_close{cursor:pointer;}
.pop_cont .req_box{border-top:1px solid #000; border-bottom:1px solid #D0D0D0; padding: 20px 20px 60px;}
.pop_cont .req_box .state{display:inline-block; font-size: 18px; font-weight: 600; color: #000; /* text-align: center; border-radius: 5px; border: 1px solid #000; background: #FFF;width: 90px; height: 40px; line-height: 40px; */ margin-right:15px;}
.pop_cont .req_box .text_area{font-size: 18px; color: #888; word-break:keep-all; margin-top:25px;}
.pop_cont .req_bt{margin-top:20px; text-align:right;}
.pop_cont .req_bt span{font-size: 16px; color: #888; vertical-align:middle;}
.pop_cont .req_bt .writer{margin-right:30px;}


.pop_table_wrap{max-height:540px; overflow-y:auto;}
.pop_table_wrap::-webkit-scrollbar {width:4px;  /* 스크롤바의 너비 */}
.pop_table_wrap::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */ background: #818181; /* 스크롤바의 색상 */ border-radius: 10px;}
.pop_table_wrap::-webkit-scrollbar-track {background: #DEDEDE; /*스크롤바 뒷 배경 색상*/ border-radius: 10px;}
.pop_table{width:100%; border-collapse:collapse;}
.pop_table thead{position:relative; height: 80px;}
.pop_table thead:before{position:absolute; display:block; content:''; width:100%; height:80px; border-radius: 10px; background: #FBECC1; z-index:-1;}
.pop_table tbody tr{border-bottom:1px solid rgba(0,0,0,0.1);}
.pop_table tbody tr:nth-of-type(even){background: #F6F6F6;}
.pop_table th{font-size:19px; padding:30px; border-right:1px solid rgba(0,0,0,0.1);}
.pop_table td{font-size:18px; text-align:center; padding:25px 30px; border-right:1px solid rgba(0,0,0,0.1);}
.pop_table th:last-of-type{border-right:none;}
.pop_table td:last-of-type{border-right:none;}
.pop_table td .sel_btn{display:inline-block; width: 80px; height: 40px; line-height: 40px; border-radius: 5px; background: #8F8F8F; font-size: 18px; font-weight: 600; color: #FFF; border:none;}

.tp_srh{margin-bottom:35px;}
.tp_srh .text_input{margin:0 5px;}
.tp_srh .srh_btn{background: #EAB92B;}

.req_cont{margin-top:15px;}
.req_cont textarea{display:block; margin-top:10px; font-size: 18px; color: #888; width:100%; height: 100px; border-radius: 5px; border: 1px solid #D9D9D9; background: #FFF; padding:15px;}

.pop_view{border-top:1px solid #000; position:relative;}
.pop_view:before{content:''; display:block; width: 190px; height:100%; background: #F8F8F8; position:absolute; top:0; left:0; z-index:-1;}
.pop_view li{display:flex; align-items: center; border-bottom:1px solid rgba(0,0,0,0.1)}
.pop_view li > div{padding:20px 40px;}
.pop_view li .left{width: 190px; font-size: 19px; font-weight: 600;}
.pop_view li .right{font-size: 18px; color: #555; display:flex; align-items:center;} 
.pop_view li .right div{margin-right:40px;}
.pop_view li .right span{display:inline-block; margin-right:10px;}
.pop_view li .right input{margin-right:10px;}



/* 푸터 */
.adm_footer{height:70px; display:flex; align-items:center; justify-content:center; border-top:1px solid #E5E5E5;}
.adm_footer span{font-size: 14px; margin-left:15px;}




.white_bg{border: 1px solid #000 !important; background: #FFF !important; color: #000 !important;}
.white_bg2{border: 1px solid #C1C1C1 !important; background: #FFF !important; color: #858585 !important;}
.black_bg{border: none !important; background: #000 !important; color: #fff !important;}
.grey_bg{border: none !important; background: #8F8F8F !important; color: #fff !important;}
.red_bg{border: none !important; background: #D02222 !important; color: #fff !important;}
.red_bg2{border: 1px solid #D02222 !important; background: #fff !important; color: #D02222 !important;}

@media (max-width: 1680px) {
	html {overflow-x: auto;}
	body {overflow-x: hidden; width: 1920px !important;}
}