@charset "UTF-8"; /*가로사이즈 1200px이상 일때 적용*/
/* reset */
* {
    -webkit-text-size-adjust: none
}

/*폰트*/
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body, h1, h2, h3, h4, h5, h6, input, textarea, select, ul ,li {
	font-family: 'Noto Sans KR', sans-serif;
}


  
/*리뉴얼 css*/
.contents_box_wrap{
    border-radius: 8px; 
    box-shadow: 0 4px 12px 4px rgb(57 57 57 / 6%); 
    padding: 30px 30px 50px; 
    margin-top: 50px; 
}
.list_style_01{width:100%;}
.list_style_01 li{width:100%;}
.list_style_01 li.tit{color: #000;  font-weight: 400;  margin-bottom: 5px;}
.list_style_01 li.txt{margin-bottom: 30px;}
.btn_style01{background:#ff9900;border-radius: 3px; color:#fff; border:none;padding: 7px 15px; line-height: 35px; font-size:14px;box-shadow: 1px 2px 2px 0px rgb(255 153 0 / 49%); text-align: center; border:none;}
.btn_style01:hover{border:none; color:#fff}
.btn_style02{background:#2d3e50;border-radius: 100px; color:#fff; border:none;padding: 5px 15px; line-height: 30px; font-size: 15px;box-shadow: 1px 2px 3px 0px rgb(45 62 80); width: 100px; text-align: center;}
.btn_style02:hover{border:none; color:#fff}
.btn_style02:hover{border:none; color:#fff}
.btn_style03{background:#2d3e50;border-radius: 10px; color:#fff !important; border:none;padding: 10px 20px; line-height: 30px; font-size: 15px;box-shadow: 1px 2px 3px 0px rgb(45 62 80); width: 100px; text-align: center;}
.btn_style03:hover{border:none; color:#fff}
.org_btn{background:#ff9900; box-shadow: 1px 2px 3px 0px rgb(255 153 0);}
.org_line_btn{
    background: #fff; 
    color: #ff9900;  
    box-shadow: 1px 2px 3px 0px rgba(204, 204, 204, .5); 
    border:1px solid #ff9900;
    font-weight:400; 
}
.org_line_btn:hover{
    background:#ff9900; 
    color:#FFF; 
    border:1px solid #ff9900; 
}
.gray_btn{background: #757575; box-shadow: 1px 2px 3px 0px rgb(204, 204, 204);}
.btn_round{border-radius: 100px;}
.contents_bottom_wrap{height:40px; display: flex; justify-content: flex-end; margin-top: 50px;}
a:hover,a:active,a:focus { text-decoration: none !important;  color:#fff;}
.seat_btn_wrap{width:100%; height: 50px; margin: 50px 0;}
.org_txt{color:#ff9900;}
.font_500{font-weight: 500;}
.top_5up{position: relative; top: -5px;}
.gray_box_wrap{background:#fbf9fa; border-radius: 10px; padding: 30px 40px; margin-bottom: 30px;}
.mr10{margin-right:10px;}

.tab_list_style01{width:100%; height: 50px; margin-bottom: 50px;}
.tab_list_style01 div{min-width:120px; float: left; border-radius: 100px; box-shadow: 1px 1px 2px 2px rgb(233 233 233 / 69%);  height: 47px; line-height: 37px; margin: 10px;}
.tab_list_style01 .active{background: #ff9900; box-shadow: 1px 2px 3px 0px rgb(255 153 0); color:#fff;}
.twd_800{width:800px !important;}

/*check*/
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    height: 16px;
    outline: 0;
    margin-right: 5px;
    width: 22px !important;
    height: 22px !important;
    border-radius: 100px;
    background:url("../images/check_b.png") no-repeat center;
    background-size: 100%;
    top: 5px !important;
    position: relative;
  }
  input[type="checkbox"]::after {
    content: '';
    display: none;
    left: 36%;
    position: relative;
    top: 23%;
    width: 40%;
  }
  input[type="checkbox"]:checked {
    background:url("../images/check_a.png") no-repeat center;
    background-size: 100%;

  }
  input[type="checkbox"]:checked::after {
    background:url("../images/check_a.png") no-repeat center;
    display: block;
  }


  input[class="checkbox02"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    height: 16px;
    outline: 0;
    margin-right: 2px;
    width: 22px !important;
    height: 22px !important;
    border-radius: 100px;
    background:#fff;
    border:1px solid #e8e8e8;
    background-size: 100%;
    top: 5px !important;
    position: relative;
  }
  input[class="checkbox02"]::after {
    content: '';
    display: none;
    left: 36%;
    position: relative;
    top: 23%;
    width: 40%;
  }
  input[class="checkbox02"]:checked {
    background:url("../images/check_02.png") no-repeat center;
    background-size: 100%;
    border:none;

  }


.i_end{ float: right;}
.tui-pagination .tui-page-btn{border-radius: 8px; margin: 5px; border: none !important; box-shadow: 1px 1px 3px 1px rgb(205 205 205 / 35%) !important;}
.tui-pagination .tui-last-child.tui-is-selected{background: #ff9900!important;}
.tui-pagination .tui-first-child.tui-is-selected{background: #ff9900!important;}
.tui-pagination .tui-is-selected:hover{background: #ff9900 !important;}
.tui-pagination .tui-last-child.tui-is-selected{border:1px solid #ff9900 !important; box-shadow: 1px 1px 3px 1px rgb(205 205 205 / 35%) !important; }
.tui-pagination .tui-first-child.tui-is-selected{border-left:1px solid #ff9900 !important; box-shadow: 1px 1px 3px 1px rgb(205 205 205 / 35%) !important;}
.tui-pagination .tui-first, .tui-pagination .tui-prev, .tui-pagination .tui-next, .tui-pagination .tui-last, .tui-pagination .tui-prev-is-ellip, .tui-pagination .tui-next-is-ellip{margin:4px!important; border-radius: 6px!important;box-shadow: 1px 1px 3px 1px rgb(205 205 205 / 35%) !important; border:1px solid #fff !important;;}
.tui-pagination .tui-first-child.tui-is-selected, .tui-pagination strong.tui-first-child{border-radius: 8px;}
.searchbtn2{background:#ff9900; border:1px solid #f2f2f2; padding:3px 5px;}
input[class="check_style01"]{
    width:22px; height: 22px; border-radius: 10px; position:relative; top:5px;
    accent-color:orange;}

.mb20{margin-bottom: 20px;}
.mr20{margin-right: 20px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.a_right{float:right;}
.a_left{float:left;}
.gray_txt{color:#c2c2c2}
.search_input{background:url("../images/search_ico.png") no-repeat left; background-size: 24px; background-position-x:5px;}
.MgT100{margin-top:100px;}



/*추가 css*/
.left_board_wrap{height:405px; width: 49%; float: left;}
.main_txt{font-family: 'GmarketSansMedium'; font-size:18px;  color:#505050 ; padding-top: 15px; line-height: 25px;}
.main_txt span{color:#ff9900;}
.txt_s{font-size:16px; display: block; font-family: 'Noto Sans KR'; margin-bottom: 20px; color:#505050 !important;}
.notice_box{width: 49%; float:left; height: 107px;background: #fff;box-shadow: 1px 2px 8px 4px rgb(178 178 178/ 24%); clear: both;margin: 0 auto;border-radius: 10px; padding: 18px 21px; margin-bottom: 30px;}
.notice_box span{display: block; float: left;}
.notice_box .org_bg{width:100px; color:#fff; border-radius: 100px; height: 26px; text-align: center; line-height: 26px;background: #ffab00;float: left;margin-right: 18px;}
.notice_box .notice_txt{font-size: 15px; margin-right: 10px;float: left; color:#000;}
.notice_box .blue_bg{width:100px; color:#fff; border-radius: 100px; height: 26px; text-align: center; line-height: 26px;background: #2f9bff;float: left;margin-right: 18px;}
.notice_box .update_txt{font-size: 15px; margin-right: 10px;float: left;}
.notice_wrap{width:100%; height: 36px; float: left;}
.update_wrap{width:100%; height: 36px;padding-top: 6px;}
.new_ico{display:block; width: 22px; height: 22px; background: url("../images/new_ico.png") no-repeat; background-size: 100%; float:left;position: relative;top: 2px;}
.new_ico_gray{display:block; width: 22px; height: 22px; background: url("../images/new_ico_gray.png") no-repeat; background-size: 100%; float:left;position: relative;top: 2px;}
.box_wrap_style01{border-radius: 10px; background: #fff;box-shadow: 1px 2px 8px 4px rgb(178 178 178/ 24%);}
.m_tit{font-size:18px;  float: left; }
.tuid_guide_layer{width: 324px;position: relative;margin: 0 auto;top: 43px;padding-left:10px;}
.tuid_guide_layer .cash_unit{width: 115px;color: #afafaf;font-weight: 500;}
.tuid_guide_layer .cash_unit .ico{display: block;width: 22px;height: 30px;background: url("../images/cash_ioc0713.png") no-repeat;background-size: 100%; float:left;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mg_tit{font-size:14px; width:100%;height: 37px;line-height: 35px;color:#fff;text-align: center;border-radius: 10px;border: 1px solid #737373;}
.mg_ico{display:block;width: 15px;height: 15px;background: url("../images/mg_ico.png") no-repeat;background-size: 100%; float:left;position: relative;top: 4px;left: 40px;margin-right: 9px;}
.nav_left > ul > li > ul > li > a:hover {color: #fff;  }
.copy_txt{color:#939393; font-size: 8px; text-align:center; width:100%; position:absolute; bottom:20px;}
.main_top_intro{height:85px;} 
.clear{clear: both;}

.txt_box_wrap{width:100%; border-radius: 10px; border: 1px solid #ffcd84; color: #ff9800; margin-bottom: 20px; text-align: center; padding:10px 20px; }


/*menu*/
.menu_hidden{width:26px; height: 60px;  background:#ff9900 url("../images/open_ico.png") no-repeat center; border-radius: 0 10px 10px 0; position: fixed; top:28px; left: 240px; box-shadow: 2px 1px 3px 2px #e2e2e242; border:1px solid #ffbb56;}
.menu_open_btn{display:none; width: 50px;height: 50px; border-radius: 16px;background: #ff9900 url("../images/menuopen_w.png") no-repeat center; position: fixed; top:28px; left: 33px;box-shadow: 1px 1px 3px 3px rgb(220 220 220 / 40%);}

/*main_status*/
.main_num_status{width:49%;height: 107px;float: right;}
.main_num_status ul{width: 100%;margin: 0 auto;height: 100%;}
.main_num_status ul li{display:block;float: left;margin-right: 2.8%;border-radius: 10px;padding: 28px 10px;width: 22.8%;height: 100%;text-align:center;background: #fff;box-shadow: 1px 2px 8px 4px rgb(178 178 178/ 24%);}
.main_num_status ul li:last-child{margin-right:0;} 
.main_num_status ul li span{display: block; width: 100%; text-align:center;}
.main_num_status ul li .b_span{display:block;width: 45px;height: 45px;margin: 0 auto;border-radius: 80px;float: left;}
.main_num_status ul li .txt{display:block; font-size: 14px; color: #888888;}
.main_num_status ul li .s_number{color: #000;font-size: 20px;font-weight: 600;}
.main_num_status ul li .ico01{background: #FFFAE4 url("../images/main_s_ico01.png") no-repeat center center;background-size: 77%;}
.main_num_status ul li .ico02  {background:#fffae7 url("../images/main_s_ico02.png") no-repeat center center;background-size: 77%; }
.main_num_status ul li .ico03 {background: #fffae7 url("../images/main_s_ico03.png") no-repeat center center;background-size: 77%; }
.main_num_status ul li .ico04  {background: #fffae7 url("../images/main_s_ico04.png") no-repeat center center;background-size: 77%; }


/*left_menu*/
.left_logo{width: 110px; margin: 20px auto;height: 50px; background-size: 100%;background: url("../images/logo.png") no-repeat; cursor: pointer; }
.left_btn_wrap{width: 84%;height: 80px;margin: 0 auto;color: #969595;}
.left_btn_wrap div{width: 31.3%;height: 60px;float: left;font-size: 15px;margin: 2px;text-align: center; cursor: pointer;}
.left_btn_wrap div .txt{display:block;font-size: 14px;margin-top: 5px;}
.left_btn_wrap div .ico{width:40px;height: 40px;border-radius: 100px;display: block; box-shadow: 2px 1px 3px 2px rgb(45 45 45 / 53%); margin: 0 auto;}
.left_barcode .ico{background-size: 100%;background:#fff url("../images/barcode_ico.png") no-repeat center center; }
.left_open .ico{background-size: 100%;background:#fff url("../images/door_ico.png") no-repeat center center; }
.left_login .ico{background-size: 100%;background:#fff url("../images/login_ico.png") no-repeat center center; }
.left_logout .ico{background-size: 100%;background:#fff url("../images/logout_ico.png") no-repeat center center; }
.login_btn{border: 1px solid #949494; color:#fff; width: 155px !important; height: 40px; line-height: 40px;margin-top:50px; line-height: 29px;border-radius: 100px; padding: 5px; text-align: center; font-size: 15px;margin: 50px auto; padding-left: 0 !important;color: #c3c3c3 !important;font-weight: 100;}



/*main_table*/
.goods_chart_table01{width: 41%;float: right;height: 216px;overflow-y: scroll;margin-right: 5px;margin-top: 27px;}
.goods_chart_table01 .table_style_01{width:100%; border:1px solid #f2f2f2;}
.goods_chart_table01 .table_style_01 th{font-size:13px; text-align: center; padding: 5px; background: #f9f9f9;}
.goods_chart_table01 .table_style_01 td{font-size:13px; text-align: center; padding: 5px;  border:1px solid #f2f2f2;}
.goods_chart_table01::-webkit-scrollbar {
    width: 10px;
  }
  .goods_chart_table01::-webkit-scrollbar-thumb {
    background-color: #c4c4c4ba;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
  .goods_chart_table01::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif, 'Nanum Gothic','Malgun gothic',Dotum,arial;
    font-weight: normal;
    color: #252525;
}

ul, ol, li {
    list-style: none
}

fieldset, img {
    border: 0
}

br {
    letter-spacing: normal
}

p {
    letter-spacing: normal
}

hr {
    display: none
}

address, caption, em, var {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #252525;
}

a[href^="tel"] {
    font-style: normal
}

a:hover, a:active, a:active {
    text-decoration: none
}

input, textarea, select {
    letter-spacing: normal
}

input {
    margin: 0;
    padding: 0;
}

button {
    *-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:active img , button:focus img {
    position: relative;
    top: 0;
    left: 0;
}

img {
    border: 0;
    vertical-align: top
}

legend, caption {
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

input::-ms-clear {
    display: none;
}

input[type="text"] , input[type="password"] {
    height: 32px;
    border: 1px solid #eaeaea;
    font-family: 'Noto Sans KR', 'Noto Sans', 'Nanum Barun Gothic' , 'Nanum Gothic' , 'Malgun Gothic', Arial, Dotum, Gulim, Verdana, Tahoma ,sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #dedede
}

.w400m{width: 400px;}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
    font-family: 'Noto Sans KR', 'Noto Sans', 'Nanum Barun Gothic' , 'Nanum Gothic' , 'Malgun Gothic', Arial, Dotum, Gulim, Verdana, Tahoma ,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

textarea {
    font-family: 'Noto Sans KR', 'Noto Sans', 'Nanum Barun Gothic' , 'Nanum Gothic' , 'Malgun Gothic', Arial, Dotum, Gulim, Verdana, Tahoma ,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

select {
    height: 35px;
    margin: 0;
    padding: 0;
    border: 1px solid #eaeaea;
    font-family: 'Noto Sans KR', 'Noto Sans', 'Nanum Barun Gothic' , 'Nanum Gothic' , 'Malgun Gothic', Arial, Dotum, Gulim, Verdana, Tahoma ,sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    outline: none;
    background: none;
}

body {
    height: 100vh;
    overflow: hidden;
}

/* 사물함선택 팝업 */
.page-header h2 {
    text-align: center;
    margin-bottom: 40px;
}

.page-header h1 {
    text-align: center;
    margin-bottom: 40px;
}

/* top */
#top {
    border-bottom: 1px solid #396a92;
    margin-top: 8px;
    padding-bottom: 8px;
    height: 55px;
    background: #fff;
}

#top .logo {
    float: left;
    margin-left: 20px;
}

.login_info {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.login_info > div {
    float: left;
    font-size: 14px;
    color: #333;
}

.login_info > div:nth-child(1) {
    margin-top: 3px;
}

.login_info > div img {
    padding: 0 5px;
    vertical-align: middle;
}

.btn_03 {
    width: 65px;
    border: 1px solid #004b8d;
    text-align: center;
    line-height: 25px;
    margin: 0 10px;
}

.btn_03 a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
}

.fixed:after {
    content: '';
    display: block;
    clear: both;
}

/* nav */
#nav {
    display:none;
    background: #fff;
    height: 40px;
    position: relative;
}

#nav ul {
    /*min-width:1640px;*/
    height: 40px;
    padding-left: 10%;
    box-sizing: border-box;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    color: #eee;
    font-weight: bold;
    font-size: 16px;
    padding: 0 60px;
    line-height: 40px;
    transition: 0.2s;
}

#nav ul li a:hover {
    color: #fff;
}

.storename {
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: bold;
}

/* body_wrap */
#body_wrap {
    /*min-height: 951px;*/
    position: relative;
}

/* nav_left */
.openmenu {
    background: url("../images/menuclose.png") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.openmenu.closemenupc {
    background: url("../images/menuopen.png") no-repeat;
}

.nav_left {
    float: left;
    width: 240px;
    box-sizing: border-box;
    border-right: 1px solid #666;
    background: #505050;
    height: calc(100vh);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: 999;
    padding-bottom: 30px;
}

.nav_left::-webkit-scrollbar {
    display: none;
}

.nav_left.openmenuboxpc {
    left: -240px;
}

.nav_left > h2 {
    font-size: 20px;
    font-weight: bold;
    width: 240px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
}

.nav_left > ul {
    width: 240px;
}

.nav_left > ul > li {
    width: 240px;
    line-height: 45px;
    font-weight: 600;
    font-size: 14px;
}

.nav_left > ul > li > a {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #aaa;
}

.nav_left > ul > li > a > span {
    background: url("../images/left_menu1_1.png") no-repeat;
    width: 8px;
    height: 7px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.nav_left > ul > li.on > a {
    background: #505050;
    color: #acacac;
}

.nav_left > ul > li.on > a span {
    background: url("../images/left_menu2.png") no-repeat;
    background-size: 100%;
}

.nav_left > ul > li > ul {
    font-size: 12px;
    margin-top: 0;
    background: #505050;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-right: 1px solid #fff;
    display: none;
}

.nav_left > ul > li > ul > li {
    height: 30px;
    position: relative;
    line-height: 30px;
    cursor: pointer;
    padding-left: 18px;
}

.nav_left > ul > li > ul > li > a {
    padding-left: 0px;
    font-weight: 200;
}

.nav_left > ul > li > ul > li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -8px;
    width: 3px;
    height: 3px;

}

.nav_left > ul > li > ul > li > a:hover {
    text-decoration: underline;
    color: #fdc63e;
}

.nav_left > ul > li > ul > li > a.blue {
    text-decoration: underline;
    color: #fdc63e;
}

/* contents */
#contents {
    padding: 10px 80px 50px;
}


#contents::-webkit-scrollbar {
    display: none;
}

#contents.all {
    float: left;
    width: calc(100% - 0px);
    margin-left: 0;
    padding: 10px 30px 50px;
}

.location {
    float: right;
}

.location ul li {
    float: left;
    font-size: 14px;
    margin-left: 15px;
}

.location ul li:hover {
    text-decoration: underline;
}

.location ul li img {
    vertical-align: middle;
}

#contents h3 {
    font-size: 24px;
    color: #242424;
    font-weight:600; 
    margin-top: 28px;
    padding-left:12px; 
    position:relative; 
}
#contents h3::before {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(calc(-50% + 2px));
    width:4px;
    height:calc(100% - 3px);
    background:#ff9900;
    content:""; 
}
.contents {
    margin-top: 50px;
}

.title {
    margin-bottom: 20px;
}

.title h2 {
    font-size: 30px;
    color: #333;
}

.calender {
    width: 400px;
}

.calender input {
    width: 120px;
    outline: none !important;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.calender > img {
    margin: 0 5px;
    cursor: pointer;
    width: 20px;
    padding-top: 5px;
}

.calender a {
    margin-left: 10px;
    padding: 0 5px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    border:  1px solid #eaeaea;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.calender_m {
    width: 330px;
}

.calender_s {
    width: 230px;
}

.calender_ss {
    width: 160px;
}

/* notice_list */
.tb3 {
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.tb3 thead th {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    background: #eee;
    border-top: 1px solid #eaeaea;
}

.tb3 tbody td {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    text-align: center;
}

.tb3 tbody tr:hover {
    background: #f5f5f5;
}

.tb3 tbody td img {
    width: 20px;
    padding-top: 3px;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding-top: 4px;
}

.page a.pageon {
    background: #1f50ac;
    color: #fff;
}

.page a img {
    width: 11px;
    padding-top: 5px;
    box-sizing: border-box;
}

.search_s {
    margin: 0 0 10px;
    float: right;
    position: relative;
    display:flex; 
    gap:4px; 
    align-items:center;
}

.search_s select {
    width: 100px;
    height: 36px;
    outline: none !important;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 4px;
}


.search_input{
    width: 220px;
    height: 36px;
    outline: none !important;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding-left: 30px;
    border-radius: 4px;
    border-width: 1px !important;
}


.search_s input[type="text"] {
    width: 220px;
    height: 36px;
    outline: none !important;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding-left: 30px;
    border-radius: 4px;
}

.search_s img {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 6%;
    cursor: pointer;
}
.search_s .btn_style01 {line-height:150%; }




.searchbtn3 {
    padding: 0 10px;
    height: 50px;
    width: 145px;
    line-height: 50px;
    display: inline-block;
    background: #3666b6;
    color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #bbb;
    background: #fff;
    color: #000;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.searchbtn3:hover {
    color: #fff;
    border: 1px solid #bbb;
    background: #000;
}

.search_s_1 {
  /* height: 50px; */
  margin: 10px 0 10px;
  position: relative;
  float: left;
}
.search_s_2 {
    /* height: 50px; */
    margin: 10px 0 10px;
    position: relative;
    float: right;
}

.search_s_2 div.search_s_2_l {
    float: left;
    margin-right: 5px;
}

.search_s_2 div.search_s_2_l > div {
    float: left;
}

.search_s_2 div.search_s_2_l > div > label {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 3px;
}

.search_s_2 div.search_s_2_l > div > input {
    float: left;
    width: 220px;
    height: 34px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    outline: none !important;
}

.search_s_2_r {
    float: left;
}


.search_s_3 {
    float: left !important;
}

.btn100 {
    width: 100%;
}

.btn100 a {
    height: 28px;
    padding: 0 10px;
    padding-top: 3px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
}

.btn100 a:hover {
    color: #fff;
}

.color {
    background: #a8a8a8;
    color: #fff;
    border: none;
}

.main_top_contents{
    height: 107px;
    margin-bottom:30px;
}

.notive_wrap_l {
    float: left;
    width: 29%;
}

.notive_wrap_r {
    float: right;
    width: 70%;
}

.notive_wrap_l2 {
    float: left;
    width: 100%;
    padding: 28px 20px 20px 20px;
    background: #fff;
    box-shadow: 1px 2px 8px 4px rgb(178 178 178/ 24%);
}

.notive_wrap_r2 {
    float: right;
    width: 49%;
    padding: 0px 20px 20px 20px;
    background: #fff;
}

.notive_wrap_l3 {
    float: left;
    width: 70%;
}

.notive_wrap_r3 {
    float: right;
    width: 29%;
}
.calander-body{    
    clear:both;
    overflow-x: auto;
    overflow-y: hidden;
}
#chart_parent{
    overflow: auto;
}
.tb3_2 {
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.tb3_2 tbody th {
    height: 40px;
    border-bottom:1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    background: #fbf9fa;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.tb3_2 tbody td {
    height: 40px;
    border-bottom:1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding: 10px 0px 10px 10px;
}

.tb3_2 tbody td input[type="text"] {
    width: 20%;
    min-width: 150px;
    height: 25px;
    border: 1px solid #eaeaea;
    outline: none !important;
}

.tb3_2 tbody td #address, .tb3_2 tbody td #address_detail {
    margin-top: 7px;
}

.tb3_2 tbody td a {
    display: inline-block;
    padding: 0 7px;
    height: 26px;
    line-height: 25px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: bottom;
    cursor: pointer;
}

.s_tit {
    font-size: 18px;
    margin-bottom: 10px;
}

.s_tit span:nth-child(1) {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}

.s_tit span:nth-child(2) {
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
}

.ss_tit {
    font-size: 16px;
    margin-bottom: 10px;
}

.ss_tit span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ff9900;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.explain {
    font-size: 16px;
}

.red {
    color: #f00 !important;
}

.highlight {
    margin-bottom: 10px;
    margin-left: 10px;
}

.highlight h4 {
    float: left;
    font-size: 18px;
}

.highlight input {
    float: left;
    width: 120px;
    height: 28px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    outline: none !important;
}

/* notice_detail */
.btn01 {
    margin-top: 10px;
    display: inline-block;
}

.btn01 a {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    padding-top: 2px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    text-align: center;
    margin-left: 5px;
    font-weight: 500;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #bbb;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    line-height: 32px;
    background: #fff;
    color: #000;
    margin: 5px;
}

.btn01 a:hover {
    color: #252525;
    border: 1px solid #666;
}

.btn01_l {
    float: left;
    margin-top: 10px;
}

.btn01_l a {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    padding-top: 2px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    padding: 0 5px;
    border: 1px solid #bbb;
    background: #fff;
    color: #000;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    width: 90px;
    height: 40px;
    line-height: 32px;
    margin: 5px 0px;
}

.btn01_l:hover a {
    color: #252525;
    border: 1px solid #666;
}

.btn9_l {
    float: left;
    margin-top: 10px;
}

.btn9_l a {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    padding-top: 2px;
    background: #666;
    color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    padding: 0 5px;
    border: 1px solid #bbb;
    background: #fff;
    color: #000;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    width: 90px;
    height: 40px;
    line-height: 32px;
    margin: 3px;
}

.btn9_l:hover a {
    border: 1px solid #999;
}

.btn9_r {
    margin-top: 10px;
    display: inline-block;
}

.btn9_r a {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    padding-top: 2px;
    background: #666;
    color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    text-align: center;
    margin-left: 5px;
    font-weight: 500;
    padding: 0 5px;
    border: 1px solid #bbb;
    background: #fff;
    color: #000;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    width: 90px;
    height: 40px;
    line-height: 36px;
    margin: 3px;
}
.btn9_r button {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    padding-top: 2px;
    background: #666;
    color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    text-align: center;
    margin-left: 5px;
    font-weight: 500;
    padding: 0 5px;
    border: 1px solid #bbb;
    background: #fff;
    color: #000;
    border-radius: 100px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    width: 90px;
    height: 40px;
    line-height: 32px;
    margin: 3px;
}

.btn9_r:hover a {
    border: 1px solid #999;
}

.deletebtn {
    background: url("../images/delete.png") no-repeat;
    background-size: 11px;
    width: 11px;
    height: 11px;
    border: none;
}

.tb4 {
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.tb4 thead th {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    background: #fbf9fa;
    border-top:1px solid #eaeaea;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}

.tb4 tbody th {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.tb4 tbody td {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    text-align: center;
}

.tb4 tbody td.file {
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.tb4 tbody td.file a {
    font-weight: 400;
}

.tb4 tbody td.file a:hover {
    text-decoration: underline;
}

.tb4 tbody td a img {
    width: 20%;
    padding-top: 3px;
}

.tb4 tbody tr.first {
    border-top: 2px solid #666;
}

.tb4 tbody tr.line td {
    border-left: 1px solid #ddd;
}

.tb4 tbody tr.line td:nth-child(1) {
    border-left: none;
}

.tb4 tbody tr.line th {
    border-left: 1px solid #eaeaea;
}

.tb4 tbody tr.line th:nth-child(1) {
    border-left: none;
}

.tb4 tbody td.notice_content {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}

.tb4 tbody td.notice_content textarea {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
}

.viewfile p {
    cursor: pointer;
}

.addfile {
    padding: 0px 0px 10px;
}

.addfile input {
    padding: 10px 0 0;
}

.addfile p {
    color: #666;
    padding: 3px 5px;
}

.addfile p:nth-child(2) {
    margin-top: 10px;
}

.addfile p img {
    width: 9px;
    height: auto;
    margin-top: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.golist {
    margin-top: 20px;
}

.golist ul {
    float: left;
    width: 90%;
}

.golist ul li {
    padding: 7px 0 0;
    font-size: 15px;
    font-weight: 400;
}

.golist ul li:nth-child(1) {
    border-bottom: 1px solid #ddd;
}

.golist ul li:nth-child(1) img {
    transform: rotate(270deg);
    padding-top: 16px;
    padding-left: 10px;
}

.golist ul li:nth-child(2) img {
    transform: rotate(90deg);
    padding-bottom: 20px;
    padding-right: 6px;
}

.golist ul li a {
    padding-left: 20px;
    font-weight: 300;
}

.golist ul li a:hover {
    text-decoration: underline;
}

.golist > a {
    float: right;
    display: block;
    width: 60px;
    height: 28px;
    padding-top: 3px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    text-align: center;
}

.golist div > a {
    float: right;
    display: block;
    width: 60px;
    height: 28px;
    padding-top: 3px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    text-align: center;
}

/* 항목 많은 테이블 */
.tb5 {
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.tb5 thead th {
    height: 50px;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.tb5 tbody td {
    height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
}

.inputnormal {
    height: 28px;
    outline: none !important;
}

.scrolldiv {
    width: 100%;
    overflow: scroll;
}
/* login페이지 */
/*
#login_wrap {
    width: 467px;
    margin: 200px auto 270px;
}

#login_wrap .login_box {
    height: 130px;
    border: 2px solid #1175c3;
    border-radius: 10px;
    margin-top: 5px;
    padding: 80px 30px;
}

#login_wrap .login_box ul {
    float: left;
    width: 270px;
}

#login_wrap .login_box ul li {
    width: 270px;
    padding: 5px;
}

#login_wrap .login_box ul li:nth-child(1) span {
    padding-left: 13px;
}

#login_wrap .login_box ul li span {
    text-align: right;
    padding-right: 5px;
}

#login_wrap .login_box ul li input {
    width: 200px;
}

#login_wrap .login_box div > a.btn_login {
    float: left;
    width: 120px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #004b8d;
    color: #fff;
    margin-top: 5px;
    margin-left: 10px;
}

#login_wrap .login_box input.saveID {
    margin: 5px 5px 0 70px;
}
 */

/* login페이지 */
#login_wrap{width: 75%; margin:50px auto 150px;border: none;text-align: center; float: left;}
#login_wrap .login_box{width:360px; margin: 0 auto;}
#login_wrap .login_box{height: 335px;border: none;border-radius:10px;margin-top:100px;padding: 0px;}
#login_wrap .login_box ul{float:left;width: 100%;}
#login_wrap .login_box ul li{width: 100%;padding:5px;}
#login_wrap .login_box ul li:nth-child(1) span{padding-left:13px;}
#login_wrap .login_box ul li span{text-align:right;padding-right:5px;}
#login_wrap .login_box ul li input{width: 100%; height: 52px; border-radius: 4px;}
#login_wrap .login_box ul li .id_box{background: url("../images/id_ico.png") no-repeat left center;padding-left: 32px; box-sizing: border-box;}
#login_wrap .login_box ul li .pw_box{background: url("../images/pw_ico.png") no-repeat left center;padding-left: 32px;  box-sizing: border-box;}
#login_wrap .login_box ul li input::placeholder{font-size:19px;color:#333; padding-left:10px }
#login_wrap .login_box div > a.btn_login{float:left;width: 100%;height: 50px;text-align:center;line-height: 50px;background: #ff9900;color:#fff;margin-top: 10px;margin-left: 6px;font-size: 21px;box-sizing: border-box;font-weight: 100;border-radius: 3px;box-shadow: 0 1px 5px 1px rgb(255 153 0 / 62%);}
#login_wrap .login_box input.saveID{margin:5px 5px 0 70px;}
#login_wrap .login_box .login_save_box{float: left; margin-left: 7px; height: 36px;}
#login_wrap .login_box .login_save_box label{font-size: 16px;font-weight: 100;color: #656565;}
#login_wrap .login_box input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none !important;
    border: 1px solid #eeeeee;
    border-radius: 100px;
    background: #fbfbfb;
    position: relative; top: 5px;
}

#login_wrap .login_box input[type="checkbox"]::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: scale(0) translate(-50%, -50%);
    line-height: 1;
}

#login_wrap .login_box input[type="checkbox"]:hover {
    border-color: rgba(170, 170, 170, 0.5);
}

#login_wrap .login_box input[type="checkbox"]:checked {
    background-color:#ffb600;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

#login_wrap .login_box input[type="checkbox"]:checked::before {
    border-radius: 2px;
    transform: scale(1) translate(-50%, -50%)
}

.left_login_bg{background:#ff9900 url("../images/left_bg.png") no-repeat; float: left; width: 25%; left: 0; height: calc(100vh);  top: 0; box-shadow: 2px 1px 10px 5px rgb(255 153 0 / 41%); position: relative; float: left;}
.left_login_bg .login_logo{position: relative; top:40%; width: 187px; margin: 0 auto;}
.login_txt{font-family: 'GmarketSansMedium'; font-size:26px; text-align: center;color:#ff9900; height: 66px;}






#login_wrap img{width:200px;}
/* footer */
#footer {
    width:100%;
    height: 45px;
    bottom:0;
    left:0;
    text-align: right;
}
#footer img {
    width: 50px;
    position: absolute;
    bottom: 3px;
    right: 0;
    text-align: right;
    z-index: 999;
    float: right;
    margin:10px;
}

#footer p {
    font-size: 14px;
    color: #ddd;
    width: 100%;
    position: fixed;
    bottom: 20px;
    text-align: center;
}

/* 문자전송페이지 */
.messageBox {
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.messageBox > div {
    float: left;
}

.messageBox01 {
    width: 27%;
    margin-right: 1%;
}

.messageBox01 .messagecon {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #f3f3f3;
    box-shadow: 1px 2px 3px 0px rgb(204, 204, 204); 
    border-radius: 8px;
    
}

.messagetb {
    width: 100%;
    height: 600px;
    background: #fff;
    margin-top: 5px;
}

.selectbtn {
    width: 4%;
    margin-right: 1%;
    margin-top: 400px;
}

.selectbtn a {
    display: block;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    background: #2d3e50;
    border: none;
    box-shadow: 1px 2px 3px 0px rgb(219 219 219);
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

.selectbtn a img {
    padding-top: 5px;
    padding-left: 3px;
}

.messageBox02 {
    width: 27%;
    margin-right: 1%;
}

.messageBox02 .messagecon {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #f3f3f3;
    box-shadow: 1px 2px 3px 0px rgb(204, 204, 204); 
    border-radius: 8px;
}

.messageBox03 {
    width: 39%;
}

.messageBox03 .messagecon {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff7df;
    border-radius: 8px;
    box-shadow: 1px 2px 3px 0px rgb(204, 204, 204); 
}

.messageBox03 .messagecon > p:nth-child(1) {
    margin-top: 20px;
}

.messageBox03 .messagecon textarea {
    width: 100%;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

/* 좌석 부분 팝업 */
.popscroll {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popscroll::-webkit-scrollbar {
    display: none;
}

.popscroll2 {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popscroll2::-webkit-scrollbar {
    display: none;
}

.tui-grid-cell-header {
    padding: 4px 5px;
    text-align: center;
    box-sizing: border-box;
    background: #fbf9fa !important;
    border:1px solid #eaeaea;
}

.tui-grid-layer-state p {
    text-align: center;
}

.poptb {
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.poptb tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 30px;
    text-align: center;
    color: #333;
}

.poptb tr td {
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    box-sizing: border-box;
    height: 30px;
}

.pop_cons {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

/* 사용자별 정보조회 */

.tab02 {
    width: 400px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    height: 52px;
    position: relative;
    margin: 0 auto;
    padding: 4px 5px;
    z-index: 5;
    border-radius: 100px;
    box-shadow: 1px 1px 2px 2px rgb(233 233 233 / 69%);
}



.tab02 .tablinks {
    float: left;
    width: 33.3%;
    height: 45px;
    line-height: 35px;
    outline: none !important;
    transition: 0.2s;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
    color:#353535;
    font-weight: 500;
    font-size: 16px;
}

.tab02 .tablinks.active {
    background: #ff9900;
    color: #fff;
    border:none;
    border-radius: 100px;
}



/* .tab{display: inline;} 이게 없으니 틀이 깨짐 그러나 있으면 안됨. 다른애들을 조정해야함 */

.tab {
    width: 460px;
    height: 52px;
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 3px 5px;
    z-index: 5;
    border-radius: 100px;
    box-shadow: 1px 1px 2px 2px rgb(233 233 233 / 69%);
}


.tablinks {
    float: left;
    height: 45px;
    line-height: 35px;
    outline: none !important;
    transition: 0.2s;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 10;
    color:#353535;
    font-weight: 500;
    font-size: 14px;
}

.tablinks.active {
    min-width: 120px;
    background: #ff9900;
    color: #fff;
    border:none;
    border-radius: 100px;
}


@media all and (max-width: 567px) {
    .tab{margin-top:20px; margin-bottom: 20px; width: 100%;}
}


.tb_b {
    width: 48%;
    float: left;
}

.middleArrow {
    width: 2%;
    height: 30px;
    margin: 0 1%;
    background: #666;
    float: left;
    margin-top: 180px;
    text-align: center;
}

.middleArrow img {
    padding-top: 10px;
}

.onlymobile {
    display: none;
}

.tui-full-calendar-weekday-schedule {
    z-index: 100;
}

.seat_box{
    font-family: 'SeoulNamsanM';
    position: absolute;
    cursor: pointer;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #f3f3f3;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.07em;
    font-weight: 400;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    display:flex;
    align-items:center;
    justify-content:center;
}
.seat_box > span {left:2px; top:2px; }
.seat_box > span.ico_elec_0,
.seat_box > span.ico_elec_1,
.seat_box > span.ico_elec_2 {
    left:auto;
    top:auto;
    right:0;
    bottom:0; 
}

/* 체크박스 ON/OFF 디자인 */
.chk_design {
    position: absolute;
    visibility: hidden;
  }
  
  .chk_label_design {
    position: relative;
    width: 50px;
    height: 28px;
    border-radius: 28px;
    background-color: #dfdfdf;
    transition-duration: 0.2s;
    box-shadow:none; 
    
  }
  
  .chk_label_design span {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
    transition-duration: 0.2s;
  }

  .chk_design:checked + .chk_label_design span{
    background:#FFF ; 
    box-shadow:none; 
  }
  
  .chk_label_design:before,
  .chk_label_design:after{
    position: absolute;
    top: 0;
    width: 34px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
     box-shadow:none; 
  }

  
.chk_design:checked + .chk_label_design{
    background-color: #ff9900;
    display: inline-block !important;
     box-shadow:none; 
}
  
  .chk_label_design:before {
    left: 0;
   /* content: 'ON';*/
  }
  
  .chk_label_design:after {
    right: 0;
   /* content: 'OFF';*/
  }
  

  
  .chk_design:checked + .chk_label_design span {
    /* left: 29px; */
    transform: translateX(22px);
  }


  @media all and (max-width: 1850px) {

    .tuid_guide_layer{width:100%; height: 73px;}

  }

/* (피시에서 잠깐 깨지는 부분 조정) */
@media all and (max-width: 1560px) {
    .notive_wrap_l3 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .notive_wrap_r3 {
        float: none;
        width: 100%;
    }
    .main_num_status ul li{padding: 22px 5px;}
    .notice_box .org_bg, .notice_box .blue_bg{width:80px; margin-right: 8px;}
    .notice_box .notice_txt, .notice_box .update_txt{font-size: 14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width: 70%; }

}


@media all and (max-width: 1360px) {
    .main_num_status ul li .txt{display: inline-block; text-align: center; width: 100%;}
    .main_num_status ul li .b_span{display: none;}
    .notice_box{width:100%;}
    .main_num_status ul li{padding:19px 5px;}
    .main_num_status ul li .txt{font-size:13px;}
    .main_num_status{height:80px;}
    .main_num_status ul li .s_number{font-size:17px; overflow: hidden;text-overflow:ellipsis; }
    .m_tit{margin: 5px;}

}

@media all and (max-width: 1250px) {
    #nav{box-shadow: 1px 2px 8px 4px rgb(178 178 178/ 24%); height: 50px;}
    .m_logo{width:100px; height: 35px; background: url("../images/logo.png") no-repeat; background-size: 100%; right: 10px; position: absolute; top:13px; }
    .notive_wrap_l3 > div {
        width:100%;
        overflow-x: scroll;
    }

    .notive_wrap_l3 > div > table {
        width: 1000px;
    }
    .mobile_none{display: none;}
    .m_wd100{width:100% !important;}
    .fc .fc-toolbar-title{font-size: 16px !important;}
    .fc .fc-button{padding: 0.3em .3em!important; font-size: 12px!important;}
    .tuid_guide_layer > div{margin-left: 0px!important;}
    .nav_left{display: block;}
}
@media all and (min-width: 1024px) {
    #contents {
        float: left;
        width: calc(100% - 240px);
        margin-left: 240px;
        padding: 10px 80px 50px;
        height: calc(100vh);
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: fixed;
        bottom: 0;
        right: 0;
        background:#f5f5f5; 
    }
    .contents_box_wrap {
        background:#FFF; 
        border-radius:16px;
    }
}

@media all and (max-width: 1040px) {
    .main_num_status{width:100%; float: none;}
    .m_100{width:100%; float: none;}
    .main_num_status ul li .ico01{display: none;}
    .main_top_contents{height:215px;}
}




@media all and (max-width: 670px) {
    .contents_box_wrap{margin-top: 0 !important; padding: 10px 16px 60px;}
    .w400m{width: 100%;}
    .tab{margin-top:20px;}
    .mobile_l_btn{width: 47%; float: left;}
    .mobile_r_btn{width: 47%; float:right;}
    .contents_bottom_wrap{width: 100%; justify-content: center;}
    .m_none{display: none;}
    .btn_style01, .btn_style02{width:130px;}
    .m_100{width:100%;}
    .list_style_01 .left_tit{width:110px; }
    .gray_box_wrap{padding: 20px;}
    .m150{width: 150px !important;}
    .tab_list_style01 div{width:45%; margin-right: 3px;}
    .tablinks.active{min-width: 80px;}
    .twd_800{width:100% !important;}
    .tab02{width:100%!important;}
    .tab02 .tablinks{width:30%!important;}
    .m_block{display: block;}
    .search_s select{width:80px;}
    .btn_style03{background:#2d3e50;border-radius: 10px; color:#fff !important; border:none;padding: 10px 8px; line-height: 30px; font-size: 15px;box-shadow: 1px 2px 3px 0px rgb(45 62 80); width: 100px; text-align: center;}

}


/* 가로 사이즈 500~999px 일때 적용 (핸드폰을 가로로 눞혔을 때, 태블릿 세로일때) */
@media all and (max-width: 1024px) {
    /*mobile*/
    
    .menu_hidden{display:none;}
    .menu_open_btn{display:none;}
    .left_logo{display: none;}
    .mobile_close_btn{width: 30px; height: 30px; background: url("../images/m_close.png") no-repeat; background-size: 100%; position: relative; top:10px; right: 10px; float: right;}
    .left_btn_wrap{margin-top: 50px;}
    #nav01{top:0; z-index: 999999; width: 100%; box-shadow: 1px 2px 8px 4px rgb(178 178 178/ 24%);}

    .main_num_status{width: 100%;}

    .onlymobile {
        display:block;
    }

    .onlypc {
        display: none;
    }

    /* top */
    #top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    /* nav */
    #nav {
        display:block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .openmenu {
        background: url("../images/menuopen.png") no-repeat;
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 10px;
        position: relative;
        z-index: 900;
        float: left;
        top: 4px;
    }

    .openmenu.closemenu {
        background: url("../images/menuclose.png") no-repeat;
        position: relative;
        z-index: 9999;
    }

    /* nav_left */
    .nav_left {
        display:none;
        float: left;
        width: 240px;
        box-sizing: border-box;
        border-right: 1px solid #666;
        background: #505050;
        position: absolute;
        top: 100px;
        transition: 0.3s;
        z-index: 999;
    }
    .nav_left > ul > li{width:100%;}

    .nav_left.openmenubox {
        left: 0;
    }

    /* contents */
    #contents {
        width: 100%;
        box-sizing: border-box;
    }

   
    .tb3_2 tbody th {
        text-align: center;
        padding-right: 0px;
    }

    .notive_wrap_l {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .notive_wrap_r {
        float: none;
        width: 100%;
    }

    .notive_wrap_l2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        background: #fff;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .notive_wrap_r2 {
        float: none;
        width: 100%;
        padding: 0;
        background: #fff;
    }

    .notive_wrap_l3 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .notive_wrap_r3 {
        float: none;
        width: 100%;
    }

    /* 다른 */
    .btn100 {
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
    }



    .search_s_2 div.search_s_2_l > div {
        /*float:none; width:100%;*/
        height: 30px;
    }

    .search_s_2 div.search_s_2_l > div > label {
        float: left;
        font-size: 14px;
        font-weight: 500;
        color: #666;
        padding-left: 10px;
        padding-right: 5px;
    }

    .search_s_2 div.search_s_2_l > div > input {
        float: left;
        width: 120px;
        height: 34px;
        border: 1px solid #eaeaea;
        box-sizing: border-box;
        outline: none !important;
    }

    .search_s_2_r {
        float: right;
        margin-top: 10px;
    }

    .search_s_2_r > a {
        float: left;
    }

    .scrolltb {
        width: 100%;
        overflow-x: scroll;
        margin-top: 15px;
    }

    .scrolltb > table {
        width: 1000px;
    }

    /* 문자전송페이지 */
    .messageBox {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .messageBox > div {
        float: none;
       
    }

    .messageBox01 {
        width: 100%;
        margin-right: 0%;
    }

    .messageBox01 .messagecon {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background: #eee;
    }

    .messagetb {
        width: 100%;
        height: 300px;
        background: #fff;
        margin-top: 5px;
        overflow-x: scroll;
    }

    .selectbtn {
        width: 100%;
        margin-right: 0%;
        margin-top: 10px;
    }

    .selectbtn a {
        display: block;
        width: 50px;
        padding: 10px 0;
        text-align: center;
        border:none;
        color: #fff;
        margin: 0 auto;
    }

    .selectbtn a img {
        padding-top: 5px;
        padding-left: 3px;
    }

    .messageBox02 {
        width: 100%;
        margin-right: 0%;
    
    }

    .messageBox02 .messagecon {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background: #eee;
        overflow-x: scroll;
    }

    .messageBox03 {
        width: 100%;
        margin-top: 40px;
    }

    .messageBox03 .messagecon {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background:#fff7df;
    }

    .messageBox03 .messagecon > p:nth-child(1) {
        margin-top: 20px;
    }

    .messageBox03 .messagecon textarea {
        width: 100%;
        height: 200px;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .popscroll2 {
        /*height:250px;*/
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .popscroll2::-webkit-scrollbar {
        display: none;
    }

    .tb_b {
        float: none;
        width: 100%;
    }

    .m_mgt95 {
        margin-top: 95px;
    }
}



/* 가로 사이즈 500~1024px 일때 적용 (오직 핸드폰을 가로로 눞혔을 때) */
@media all and (max-width: 840px) {
    .tab{width:100%}
   
}


/* 가로 사이즈 500~1024px 일때 적용 (오직 핸드폰을 가로로 눞혔을 때) */
@media all and (max-width: 740px) {
    .tuid_guide_layer{width:100%; height: 70px;}
   
}


/* 가로 사이즈 568px 일때 적용 (아이폰에스 가로로) */
@media all and (max-width: 569px) {
}

/* 가로 사이즈 320~499px 일때 적용 (핸드폰을 세로로 세웠을 때) */
@media all and (max-width: 567px) {
    select {
        width:74px;
    }

    /* top */
    #top {
        border-bottom: 1px solid #396a92;
        margin-top: 0px;
        padding-top:8px;
        padding-bottom: 8px;
        height: 58px;
    }

    #top .logo {
        float: left;
        margin-left: 10px;
    }

    #top .logo a img {
        width: 80px;
        height: auto;
        padding-top: 8px;
    }

    .login_info {
        float: right;
        margin-top: 15px;
        margin-right: 0px;
    }


    
    /* nav */
    #nav {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
    }

    /*.main_top_intro{display:none;} */
    .main_txt{
        font-size: 13px;
    }

    .storename {
        color: #fff;
        position: absolute;
        top: 5px;
        /*left:auto; right:10px;*/
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 130px);
        text-align: center;
    }

    /* nav_left */
    .nav_left {
        float: left;
        width: 100%;
        box-sizing: border-box;
        border-right: 1px solid #666;
        background: #505050;
        height: 100%;
        position: absolute;
        top: 98px;
        transition: 0.3s;
        z-index: 999;
    }

    .nav_left.openmenubox {
        left: 0;
    }

    .nav_left > ul {
        width: 100%;
        height: calc(100vh - 200px);
        overflow-y: scroll;
        padding-bottom: 80px;
    }


    .nav_left > ul{
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .nav_left > ul::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }


    /* contents */
    #contents {
        float: left;
        width: 100%;
        margin-left: 0px;
        padding: 10px 10px 200px;
        box-sizing: border-box;
        margin-top: 55px;
        position: relative;
    }

    .notice_box .notice_txt, .notice_box .update_txt{width:58%;}
    .notice_box {padding: 22px 12px;}

   

    .calender input {
        width: 25%;
        outline: none !important;
    }

    .calender > img {
        margin: 0 5px;
        cursor: pointer;
        width: 20px;
        padding-top: 2px;
    }

    .calender a {
        margin-left: 5px;
        padding: 0 5px;
        height: 23px;
        line-height: 23px;
        display: inline-block;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

    /* 다른 */
    .calender {
        width: 320px;
        margin-top: 0px;
    }

    .calender input {
        width: 80px;
        outline: none !important;
    }

    .calender > img {
        margin: 0 5px;
        cursor: pointer;
        width: 20px;
        padding-top: 2px;
    }

    .calender a {
        margin-left: 10px;
        padding: 0 5px;
        height: 23px;
        line-height: 23px;
        display: inline-block;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

    .search_s_2 {
        width: 100%;
        height: auto;
        margin: 10px 0 10px;
        position: relative;
    }

    .btn9_l {
        float: none;
        display: inline-block;
    }

    .btn01_l {
        float: none;
        display: inline-block;
    }

    .search_s_2 div.search_s_2_l {
        float: none;
        margin-right: 0px;
        float: left;
    }

    .search_s_2 div.search_s_2_l > div {
        /*float:none; width:100%;*/
        height: 40px;
        margin: 5px 0;
    }

    .search_s_2 div.search_s_2_l > div > label {
        float: left;
        font-size: 14px;
        font-weight: 500;
        color: #666;
        padding-left: 10px;
        padding-right: 5px;
    }

    .search_s_2 div.search_s_2_l > div > input {
        float: left;
        width: 146px;
        height:36px;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        outline: none !important;
    }

    .search_s_2_r {
        float: right;
        margin-top: 10px;
    }

    .search_s_2_r > a {
        float: left;
    }

    .btn100 {
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
    }

    /* login페이지 */
    #login_wrap {
        width: 324px;
        margin: 70px auto 250px;
    }

    #login_wrap .login_box {
        height: 130px;
        border-radius: 10px;
        margin-top: 5px;
        padding: 80px 30px;
    }

    #login_wrap .login_box ul {
        float: left;
        width: 270px;
    }

    #login_wrap .login_box ul li {
        width: 270px;
        padding: 5px;
    }

    #login_wrap .login_box ul li span {
        text-align: right;
        padding-right: 5px;
    }

    #login_wrap .login_box ul li input {
        width: 200px;
    }

    #login_wrap .login_box div > a.btn_login {
        float: left;
        width: 250px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #004b8d;
        color: #fff;
        margin-top: 5px;
        margin-left: 10px;
    }

    #login_wrap .login_box input.saveID {
        margin: 5px 5px 0 170px;
    }

    /* 사용자별 정보조회 */
    .tab {
        text-align: center;

    }

    .tablinks {
        width:auto;
        padding:5px 2px;
        float: none;
        display: inline-block;
    }

    .tb3_2 {
        width: 100%;
        border-collapse: collapse;
        clear: both;
    }

    .tb3_2 tbody th {
        height: 40px;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        background: #fbf9fa;
        box-sizing: border-box;
    }

    .tb3_2 tbody td {
        height: 40px;
        border-bottom:1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        font-size: 14px;
        text-align: left;
        box-sizing: border-box;
        padding-left: 10px;
        padding: 10px 0px 10px 10px;
    }

    .fl {
        float: none !important;
    }

    .btn01 {
        float: none;
        display: inline-block;
    }

    .tb3_2 tbody td input[type="text"] {
        width: 125px !important;
        min-width: 30px;
        height: 25px;
        border: 1px solid #eaeaea;
        outline: none !important;
        width: 228px !important;
    }

    .tb3_2 tbody td #tel2,.tb3_2 tbody td #tel3 {
        width: 66px !important;
    }

    .tb3_2 tbody td #address, .tb3_2 tbody td #address_detail {
        width: 226px !important;
        margin-top: 7px;
    }

    .tb3_2 tbody td a {
        display: inline-block;
        padding: 0 7px;
        height: 26px;
        line-height: 25px;
        margin-left: 5px;
        font-size: 14px;
        font-weight: 400;
        vertical-align: bottom;
        cursor: pointer;
    }

    /* 공지사항 */
    .search_s input[type="text"] {
        width: 146px;
    }

    .tb4 tbody td input[type="text"] {
        width: 125px !important;
        min-width: 30px;
        height: 25px;
        border: 1px solid #aaa;
        outline: none !important;
        width: 230px !important;
    }

    .search_input[type="text"] {
        height: 33px;
        width: 140px;
        margin-left: 10px;;
    }

}

/* 가로 사이즈 320px 이하 일때 적용 (작은핸드폰) */
@media all and (max-width: 320px) {
    /* top */ #top .logo a img {
        width:140px;
        height: auto;
        padding-top: 9px;
    }

    /* login페이지 */
    #login_wrap {
        width: 300px;
        margin: 50px auto 100px;
    }

    #login_wrap .login_box {
        height: 130px;
        /* border: 2px solid #1175c3; */
        border-radius: 10px;
        margin-top: 5px;
        padding: 70px 10px;
    }

    #login_wrap .login_box ul {
        float: left;
        width: 270px;
    }

    #login_wrap .login_box ul li {
        width: 270px;
        padding: 5px;
    }

    #login_wrap .login_box ul li span {
        text-align: right;
        padding-right: 5px;
    }

    #login_wrap .login_box ul li input {
        width: 200px;
    }

    #login_wrap .login_box div > a.btn_login {
        float: left;
        width: 250px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #004b8d;
        color: #fff;
        margin-top: 5px;
        margin-left: 10px;
    }

    #login_wrap .login_box input.saveID {
        margin: 5px 5px 0 170px;
    }
}

/* 그리드 테이블 관련 정렬 text-align:center;*/
.tui-grid-cell-content input[type='text'] {
    text-align: center;
}

.tui-grid-layer-editing {
    text-align: center;
}
@media screen and (min-width: 1px) and (max-width:640px) {
    #login_wrap {
        width:100%;
        margin: 119px auto 0px;
    }
    #login_wrap img{
        width: 150px;
    }
    #login_wrap .login_box {
        width: 96%;
        margin: 0 auto;
        height: 226px;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: 5px;
        padding: 20px 9px 70px 10px;
    }
    #login_wrap .login_box ul {
        float: left;
        width: 96%;
    }
    #login_wrap .login_box ul li {
        width: 100%;
        padding: 5px;
    }
    #login_wrap .login_box ul li span {
        text-align: right;
        padding-right: 10px;
        font-size: 21px;
        width: 90px;
        display: block;
        float: left;
        line-height: 31px;
        text-align: left;
    }
    #login_wrap .login_box ul li input {
        width: 100% !important;
        height: 54px;
    }
    .left_login_bg{display: none;}
    #login_wrap .login_box div > a.btn_login {
        float: left;
        width: 96%;
        height: 55px;
        text-align: center;
        line-height: 55px;
        background: #ff9900;
        color: #fff;
        margin-top: 5px;
        margin-left: 6px;
    }
    #login_wrap .login_box input.saveID {
        margin: 5px 5px 0 170px;
    }
    #login_wrap .login_box ul li:nth-child(2) span {
        padding-left: 15px;
    }
}
@media screen and (min-width: 1px) and (max-width:320px) {
    #login_wrap .login_box ul li input {
        width: 252px;
    }
    #login_wrap .login_box div > a.btn_login {
        width: 250px;
    }
}

/* iPad (가로): */
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape) {
    /* Styles */
    #contents{top:30px !important;}
    .left_logo{margin-top:70px !important;}
}
        
    
.tui-pagination .tui-is-selected, .tui-pagination strong{background:#ff9900 !important;}

/* 240715 관리자 디자인 수정 */
.search_s_2 .searchbtn2 {
    border-radius:3px;
    border:none;
    padding:7px 15px;
    line-height:35px;
    font-size:14px;
    box-shadow:1px 2px 2px 0px rgb(255 153 0 / 49%);
    text-align:center;
}
.btn01_l a,
.btn9_l a,
.btn01 a {line-height:36px; }
input[type="time"] {
    height: 32px;
    border: 1px solid #eaeaea;
    font-family:'Noto Sans KR', 'Noto Sans', 'Nanum Barun Gothic', 'Nanum Gothic', 'Malgun Gothic', Arial, Dotum, Gulim, Verdana, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent:1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #dedede;
}
.tb3_2 tbody td .searchbtn2,
.tui-grid-cell .searchbtn2 {
    font-weight:400; 
    color:#FFF; 
    min-width:20px; 
}
.tb3_2 tbody td .searchbtn2 {
    height:27px;
    line-height:25px; 
    border-radius:3px;
    border:none;
    box-shadow:1px 2px 2px 0px rgb(255 153 0 / 49%);
}
.s_tit + .textarea-info {margin-left:24px; }
@media screen and (min-width: 1px) and (max-width:740px) {
    .s_tit + .textarea-info {margin-left:0; }
}

.tui-grid-cell-header {
    background:#f5f5f5 !important; 
    border-color:#eee !important; 
    /*
    border-top-width:3px !important; 
    border-top-color:#535150 !important; 
    */
}

.tui-grid-cell-invalid.tui-grid-cell {
    background:#ffe5e5 !important; 
}
.tui-grid-row-even>td {
    /*background:#f5f5f5 !important; */
}
.tui-pagination .tui-first-child.tui-is-selected, 
.tui-pagination strong.tui-first-child,
.tui-pagination .tui-page-btn {
    border-radius:4px; 
}
.day_term_class li {
    float:none !important; 
    height:auto !important; 
    width:auto !important; 
    min-width:100px; 
    padding:12px 20px 14px; 
    background:#f5f5f5 !important;  
    border-style:solid;
    border-width:1px 0 1px 1px;
    border-color:#e2e2e2 !important; 
    border-right:0 !important; 
    line-height:120% !important;
    display:flex;
    justify-content:center;
    align-items:center;
    word-break:keep-all;
    cursor:pointer; 
}
.day_term_class li:nth-last-child(1) {border-right:1px solid #e2e2e2 !important; }
.day_term_class ul {
    display:flex; 
    flex-wrap:wrap;
}
.day_term_class li.day_term_active {
    border:1px solid #FF9900 !important; 
    border-bottom:0 !important; 
    color:#FF9900 !important;  
    font-weight:500;
    background:#fff !important;  
}
.day_term_class li.day_term_active + li {border-left-width:0 !important; }
@media only screen and (max-width :640px) {
    .day_term_class ul {gap:4px; }
    .day_term_class li {
        border:1px solid #e2e2e2 !important; 
        min-width:auto; 
        padding:4px 10px 6px; 
        min-height:40px; 
    }
    .day_term_class li.day_term_active {border-bottom:1px solid #FF9900 !important; }
    .day_term_class li.day_term_active + li {border-left-width:1px !important; }
}

.total-sale-info {padding:8px 16px; }
.total-sale-info > p {
    text-align:right;
    margin:4px 0; 
}
.total-sale-info .total-value {
    font-weight:500;
}

.board_sort_layer {width:100px !important; }
.board_sort_layer select {
    width:100%;
    padding:0 4px; 
}

.chk-option-item {
    float:left;
    margin:10px 0 8px 20px; 
}
@media only screen and (max-width :640px) {
    .chk-option-item {margin:0 0 4px 12px; }
}

.search-modal-content2 .page-body > p {
    text-align:center; 
}

.popup_input {
    height:32px;
    border:1px solid #e2e2e2;
    outline:none !important;
    text-align:center; 
}
.tablinks-other {
    overflow:hidden; 
}
.tablinks-other .tablinks {
    background:#f5f5f5; 
    border-radius:100px; 
    padding-left:24px; 
    padding-right:24px; 
}
.tablinks-other .tablinks.active {
    background:#ff9900; 
}
.tablinks-other .tablinks + .tablinks {margin-left:8px !important; }


/* 오늘 방문자 상세 */
.today-counter {
    width:100%;
    display:flex; 
    align-items:center;
    justify-content:end;
    padding:0; 
    position:relative; 
}
.today-counter .ss_tit {
    position:absolute; 
    left:0;
    top:50%;
    transform:translateY(-50%); 
}