@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


/* 초기화 */
html {overflow-y:scroll;font-size:16px;}
body {margin:0 auto;padding:0;font-family:'Noto Sans JP','sans-serif';background:#ffffff;width:100%;font-weight:400;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select,.btn {vertical-align:middle;}
select {margin:0;}

p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
a:hover,a:active {text-decoration:none}
label {margin-bottom:0;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}

input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft{min-width:360px;}

#hd_pop,
#hd_wrapper,
#tnb ul,
#gnb .gnb_wrap,
#container_wr,

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}


/* 레이아웃 */
.navbar{width:100%;min-width:360px;margin:0 auto; padding: .1rem 1rem; border-bottom:5px solid  #0a71ce ;}
.navbar .container{position:relative;width:100%;max-width:1280px;}
.navbar-brand img{height:70px;float:left;}

.navbar-brand .text-brand {
    font-size: 50px;
	line-height:100%;
    font-weight: 800;
    width: 100%;
    font-family: 'Noto Sans JP';
	color:#033F7E;
	letter-spacing:-2px;
}

#navSlogan {margin:0px 0 0 20px;;border-left:5px solid #cccccc;padding-left:20px;height:70px;line-height:30px;overflow:hidden;float:right;}


.navbar a.member-img-r{padding:0;}
.navbar a.member-img-r div{width:30px;height:30px;border:1px solid #efefef; border-radius:50%;-webkit-border-radius:50%;overflow:hidden;}
.navbar a.member-img-r div img{width:100%;}

#navCenter {position:absolute;bottom:0px;right:0}
#navCenter li.nav-item {float:left; margin-left:1rem;list-style:none;}
#navCenter li.nav-item a{display:inline-block;white-space:nowrap;word-break:keep-all;word-wrap:normal; font-size:1.3em; color:#141414;font-weight:500;}
#navCenter li.nav-item a.active {border-bottom:3px solid #343434; border-radius:2px;}

#navRight{margin:0 2%;position:absolute;top:5px;right:0;}
#navRight li.nav-item a{margin:0 0 0 0.5rem;padding:0 0.9rem;white-space:nowrap;font-weight:300;font-size:0.875em;color:#0a71ce;height:30px;line-height:29px;border:1px solid rgba(10,113,206,0.4);border-radius:15px;}
#navRight li.nav-item a:hover, #navRight li.nav-item a.active{color:#ffffff;background: #0a71ce}

#navRight li.member-img,#navRight li.member-img a{padding:0;}
#navRight li.member-img a div{width:35px;height:35px;border:1px solid #efefef; border-radius:50%;-webkit-border-radius:50%;overflow:hidden;}
#navRight li.member-img a div img{width:100%;}
#navRight li.member-img a i{font-size:35px;line-heght:35px;}


/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
  font-size:2.2rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 2px;
  width: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.container{width:100%;max-width:100%; padding-right: 10px; padding-left: 10px;}
.container-margin-top{display:block;padding: .2rem 1rem;}

.container-body{position:relative;margin:0px auto 120px auto;max-width:1280px;padding-top:2rem;}
.container-adver{margin:0px auto 120px auto;}
.container-my{padding-top:100px;margin-bottom:5%;}
.container-my-toggle{padding-top:0;margin-bottom:5%;}

 @media (max-width: 1280px)  {	

}

 @media (min-width: 992px) and (max-width: 1199px) {	
}
 @media (min-width: 768px) and (max-width: 991px){
}
 @media (min-width: 576px) and (max-width: 767px){
}
@media (min-width: 400px) and(max-width: 575px){
}
@media (max-width: 399px){
}


/* 하단 레이아웃 */
footer{position:relative;background:#514d4c;text-align:center;font-size:0.785em;padding:0.5% 0;width:100%;font-weight:100;line-height:2;}
footer * {color:rgba(255,255,255,0.5);}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:1px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.8)}
#top_btn:hover{border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:1.9em;font-size:0.925em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 버튼 */
a.btn.btn01,.btn.btn01,a.btn.btn02,.btn.btn02,a.btn.btn_confirm,.btn.btn_confirm ,a.btn.btn_submit,.btn.btn_submit,a.btn.btn_cancel,.btn.btn_cancel,a.btn.btn_admin,.btn.btn_admin,a.btn.btn_b01,.btn.btn_b02 ,a.btn.btn_b03,.btn.btn_b03 ,a.btn.btn_b04,.btn.btn_b04{line-height:35px;height:35px;padding:0 10px;text-align:center;/*font-weight:bold;*/border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#253dbe;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}

/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ccc;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}


.sub-title1 {clear:both; display:block;text-align:center;width:100%;font-size: 1.55rem; font-weight: 500; line-height: 1.5;margin-bottom: 1rem;}
.sub-title2 {clear:both; display:block;text-align:left;width:100%;font-size: 1.2rem; font-weight: 500; line-height: 1.3;margin-bottom: 0.5rem;}
.sub-title3 {clear:both; display:block;text-align:left;width:100%;font-size: 1.1rem; font-weight: 500; line-height: 1.2;margin-bottom: 0.3rem;}

/* 알림 */
#float_notice{width:100%;height:3rem;position:fixed;bottom:0;text-align:center;background:rgb(0,0,0,0.5);color:#FFFFFF;font-size:1.2rem;line-height:3rem;display:none;}

/* 서브메뉴 탭 */
ul.sub-tab{width:100%;list-style:none;margin:0 0 3% 0;padding:0;overflow:hidden;font-size:1em;}
ul.sub-tab li{float:left;width:16.66%;display:inline-block;text-align:center;padding:0;}
ul.sub-tab.divide-10 li{width:10%;}
ul.sub-tab.divide-9 li{width:11.11%;}
ul.sub-tab.divide-8 li{width:12.5%;}
ul.sub-tab.divide-7 li{width:14.28%;}
ul.sub-tab.divide-6 li{width:16.66%;}
ul.sub-tab.divide-5 li{width:20%;}
ul.sub-tab.divide-4 li{width:25%;}
ul.sub-tab.divide-3 li{width:33.3%;}
ul.sub-tab.divide-2 li{width:50%;}
ul.sub-tab li a{display:inline-block;width:100%;line-height:3rem;background:#f7f7f7;color:#141414;
border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;}
ul.sub-tab li:first-child a{border-left:1px solid #ebebeb;}
ul.sub-tab li.active a{color:#ffffff !important;background:#DD2F35;
border-top:1px solid #DD2F35;border-right:1px solid #DD2F35;border-bottom:1px solid #DD2F35;}
ul.sub-tab li.active:first-child a{border-left:1px solid #DD2F35;}

/* 앵커 탭 */
ul.anc-tab{width:100%;list-style:none;margin:0 0 2% 0;padding:0;overflow:hidden;font-size:0.825em;}
ul.anc-tab li{float:left;display:inline-block;text-align:center;padding:0;word-wrap:nowrap;word-break:keep-all;}
ul.anc-tab li a{display:inline-block;width:100%;padding:5px 5px ;line-height:20px;background:#f7f7f7;color:#141414;
border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;border-bottom:1px solid #ebebeb;text-align:center;}
ul.anc-tab li:last-child a{border-right:1px solid #ebebeb;}
ul.anc-tab li.active a{color:#141414;background:#ffffff;border-top:1px solid #DD2F35;border-left:1px solid #DD2F35;border-bottom:1px solid #DD2F35;}
ul.anc-tab li.active + li a{border-left:1px solid #DD2F35;}
ul.anc-tab li.active:last-child a{border-right:1px solid #DD2F35;}
ul.anc-tab li:not(.active){overflow:hidden;text-overflow:ellipsis;}

ul.tabs{width:100%;margin:20px 0 10px 0;display:flex;justify-content:center;}
ul.tabs li{min-width:180px;height:40px;border:none;overflow:hidden;}
ul.tabs li a{display:block;height:35px;line-height:35px;font-size:18px;font-weight:400;text-align:center;color:#000000;background:#efefef;}
ul.tabs li .active a,ul.tabs li.active a{background:#7a7a7a;color:#fff;}
.tab_container{float:left;width:100%;clear:both;}
.tab_content{float:left;width:100%;}

.table-y {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px solid #ddd;
}
.table-y caption{display:none;}
.table-y th, .table-y td {
    border-bottom: 1px solid #ddd;
}
.table-y th {
	padding: .5rem .25rem;
    background: #f4f4f4;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
}
.table-y td {
	padding: .5rem .25rem;
    text-align: left;
	border-bottom: 1px solid #ddd;
	vertical-align:middle;
}
.table-y .grid1-head {
	width:35%;
}
.table-y .grid2-head {
	width:25%;
}
.table-y .grid4-head {
	width:16%;
}
.table-y .grid6-head {
	width:16%;
}
.table-y .grid6-body {
	width:17%;
}

.table-y-e th {
	width:15%;
	min-width:80px;	
}
.table-y-e td {
	min-width:30% !important;
}

@media (min-width: 576px){
	.form-inline label {
		display: inline-block;
		margin-bottom: 0;
	}

}
@media (max-width: 576px){
	.table-y-e th {
		letter-spacing:-1px;
	}
}

.table-x {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px solid #ddd;
}
.table-x caption{display:none;}
.table-x th, .table-x td {
	text-align:center;
    border-bottom: 1px solid #ddd;
	vertical-align:middle;
}
.table-x th {
	padding: .5rem .25rem;
    background: #f4f4f4;
	text-align:center;
	font-weight:normal;
}
.table-x td {
    text-align: center;
	padding: .5rem .25rem;
	border-bottom: 1px solid #ddd;
}



.table-xy {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px solid #ddd;
}
.table-xy caption{display:none;}
.table-xy th, .table-xy td {
	text-align:center;
    border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align:middle;
}
.table-xy th:last-child, .table-xy td:last-child {	
	border-right: none;
}

.table-xy th {
    background: #f4f4f4;
	text-align:center;
	font-weight:normal;
}
.table-xy td {
    text-align: center;
	border-bottom: 1px solid #ddd;
}


.table-x-e th {
    background: #555555;
	color:#ffffff;
	word-wrap:normal;
	white-space:nowrap;
	word-break:keep-all;
}
.table-x-e th a {
	color:#ffffff;
}

.table-layout-fixed{ table-layout:fixed;}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:100px}
.grid_3 {width:120px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}


.btn-group-xs>.btn, .btn-xs {
    padding: .15rem .25rem;
    font-size: .775rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-light{border:1px solid #dfdfdf;}

.bg-dwarning{    background-color: #eeb200!important;}

.ui-datepicker .ui-datepicker-title select {
    margin: 1px 2px !important;
	height:2em;
	border-radius:3px;
}
	
.max-30{width:100%; max-width:30px;}
.max-50{width:100%; max-width:50px;}
.max-100{width:100%; max-width:100px;}
.max-200{width:100%; max-width:200px;}
.max-300{width:100%; max-width:300px;}
.max-350{width:100%; max-width:350px;}
.max-400{width:100%; max-width:400px;}
.max-450{width:100%; max-width:450px;}
.max-500{width:100%; max-width:500px;}
.max-550{width:100%; max-width:550px;}
.max-600{width:100%; max-width:600px;}

.min-500{width:100%;min-width:500px;}
.min-600{width:100%;min-width:600px;}
.min-700{width:100%;min-width:700px;}
.min-800{width:100%;min-width:800px;}
.min-900{width:100%;min-width:900px;}
.min-1000{width:100%;min-width:1000px;}
.min-1100{width:100%;min-width:1100px;}

@media (min-width: 576px){
	.form-inline label {
		display: inline-block;
		margin-bottom: 0;
	}
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #565656;
    border-color: #676767;
}

.alert {
width:auto !important;
position: relative;
display:block;
padding: .25rem 1.25rem;
margin: .25rem 0;
border: 1px solid transparent;
border-radius: .25rem;
}

.search-form span{display:inline-block;;margin-bottom:1%;}
.search-form input,.search-form select ,.search-form a{width:auto;margin-bottom:1%;}
.search-form input,.search-form select,.search-form a,.search-form button{vertical-align:middle;}

.cursor-pointer{cursor:pointer;}
.required{background:url('../img/require.png')  top right no-repeat #fff !important}


.filebox label {display:block;/*display: inline-block; padding: .5em .75em; color: #999; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #fdfdfd; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .25em; */} 
.filebox input[type="file"] { /* 파일 필드 숨기기 */ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.filebox span {width:80%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;}


.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;}
.nowrap{white-space:nowrap;word-break:keep-all;}


input.designed[type=checkbox] {  
    display: none;  
}

input.designed[type=checkbox] + label{
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 1.5rem;  
    margin-right: 0rem;  
    font-size: 1rem;
}

input.designed[type=checkbox]+ label:before {     

    content: "";  
    display: inline-block;  
  
    width: 1.2rem;  
    height:1.2rem;  
  
    margin-right: 1.2rem;  
	margin-top:-0.6rem;
    position: absolute;  
	top:50%;
    left: 0;  
    bottom: 1px;  
    background-color: #ccc;  
    border-radius: 0.1rem; 
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}
input.designed[type=checkbox]:checked + label:before { 
    content: "\2713";  /* 체크모양 */
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, .2);  
    font-size: 1rem; 
    font-weight:800; 
    color: #fff;  
    background:#2f87c1;
    text-align: center;  
    line-height: 1.1;  
} 



input.designed[type=radio] {  
    display: none;  
}

input.designed[type=radio] + label{
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 1.5rem;  
    margin-right: 0rem;  
    font-size: 1rem;
}

input.designed[type=radio]+ label:before {     

    content: "";  
    display: inline-block;  
  
    width: 1.2rem;  
    height:1.2rem;  
  
    margin-right: 1.2rem;  
	margin-top:-0.6rem;
    position: absolute;  
	top:50%;
    left: 0;  
    bottom: 1px;  
    background-color: #ffffff;  
    border-radius: 50%;
	border:1px solid #acacac;
    /*box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  */
}
input.designed[type=radio]:checked + label:before { 
    content: "\2713";  /* 체크모양 */
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, .2);  
    font-size: 1rem; 
    font-weight:800; 
    color: #fff;  
    background:#2f87c1;
    text-align: center;  
    line-height: 1.1;  
} 

/* Hide default HTML checkbox */
.switch {
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 1.4rem;
    vertical-align: middle;
	
}
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.12rem;
  width: 1.12rem;
  left: 0px;
  bottom: 0px;
  background-color: #6D50C5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ffd000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffd000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(2.1rem);
  -ms-transform: translateX(2.1rem);
  transform: translateX(21.rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 2rem;
  border:2px solid #242424;
}

.slider.round:before {
  border-radius: 50%;
}




.scroll-table{
	width: 100%;
	clear: both;
}

.table-nowrap td , .table-nowrap th{word-break:keep-all;white-space:nowrap;}

@media (max-width: 575px){
	.scroll-table{
		width: 100%;
		clear: both;
		overflow-x: auto;
	}

}	

/************************************************************************ 
페이지 스타일 
**************************************************************************/

/* 트랙 */
.odds-table .track-list{width:100%;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items: center;}
.odds-table .track-list li{position:relative;margin:0 0.5rem 0 0;padding:0;}
.odds-table .track-list li:last-child{margin-right:0;}
.odds-table .track-list li a {width:100%;text-align:center;word-wrap:keep-all;white-space:nowrap;}

/* 라운드 */
.odds-table .round-list{width:100%;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items: center;}
.odds-table .round-list li{position:relative;margin:0 0.5rem 0 0;padding:0;}
.odds-table .round-list li:last-child{margin-right:0;}
.odds-table .round-list li a {width:100%;text-align:center;line-height:1rem;font-size:1.1rem;}
.odds-table .round-list li a p{font-size:0.78rem;}

.odds-result{font-size:1rem;border:1px solid #242424;border-right:1px solid #242424;border-collapse:collapse;}
.odds-result th, .odds-result td{padding:0.5rem 0.1rem;width:20%;height:35px;vertical-align:middle;}
.odds-result td, .odds-result td * {cursor:pointer;}
.odds-result th{background:#C7E6ED;color:#000;font-weight:normal;text-align:center;}
.odds-result td{background:#ffffff;color:#000000;text-align:center;}
.odds-result th.ac,.odds-result td.ac{background:#efefef;color:#000000;font-weight:normal;}
.odds-result th.ac2,.odds-result td.ac2{background:#C7E6ED;color:#000000;font-weight:normal;}
.odds-result th.hover,.odds-result td.hover{background:#c3e6cb;}
.odds-result .horse_num {display:inline-block;width:1.9em;height:1.9em;line-height:1.6em;background:#ffffff;color:#FF0000;border:2px solid #ff0000;font-weight:500;; border-radius:50%;margin:0 0.1em;}

.odds-display{font-size:0.975rem;margin-bottom:0.1rem;}
.odds-display th{background:#C7E6ED;color:#000000;font-weight:400;}
.odds-display tr:first-child th{padding:0.65rem;}
.odds-display th,.odds-display td{border:1px solid #9a9a9a;text-align:center;padding:0rem;vertical-align:middle;}
.odds-display td{background:#ffffff;color:#121212;min-height:3rem;}
.odds-display td.up-cell{background:#eefcf1;}
.odds-display td.down-cell{background:#dff2ff;}

.odds-display td.horse-nums{background:#C7E6ED;color:#000000;font-weight:400;}
.odds-display .odds-item{width:100%;overflow:hidden;}
.odds-display .odds-start{width:auto;float:left;text-align:left;font-size:1.1em;padding:0.25rem;}
.odds-display .odds-now{min-width:40%;float:right;text-align:left;font-size:1.1em;padding:0.25rem;}
.odds-display .odds-now span{font-size:0.875em;}
.odds-display .odds-now span.down{color:#ff0000;}
.odds-display .odds-now span.up{color:#000000;}
.odds-display td.emp-odds .odds-start {font-weight:700;}


.odds-display .odds-history{width:100%;text-align:center;font-size:0.95em;display: flex;flex-direction:row;justify-content:space-between;break-word:nowrap;margin:1% 0;padding:0.25rem;}
.odds-display .odds-history span{display:inline-block;width:auto;text-align:center;}
.odds-display .odds-history span:first-child{color:#ff0000;}
.odds-display .odds-history span.down{color:#ff0000;}
.odds-display .odds-history span.up{color:#000000;}
.odds-display .bl-12{border:none;background:#ffffff;}


.odds-rank{font-size:1.1rem;letter-spacing:-1px;border-top:1px solid #adadad;border-right:1px solid #adadad;border-collapse:collapse;}
.odds-rank th, .odds-rank1 td{border:1px solid #adadad ;padding:0.5rem 0.1rem;}
.odds-rank td, .odds-rank1 td * {cursor:pointer;}
.odds-rank th{background:#efefef;color:#000000;font-weight:normal;text-align:center;}
.odds-rank td{background:#ffffff;color:#000000;text-align:center;}
.odds-rank th.ac,.odds-rank1 td.ac{background:#efefef;color:#000000;}
.odds-rank th.ac2,.odds-rank1 td.ac2{background:#C7E6ED;color:#000000;}
.odds-rank th.hover,.odds-rank1 td.hover{background:#c3e6cb;}
.odds-rank td.horse-var-bold{font-weight:700;}
.odds-rank td.font-bold{font-weight:700;}


.odds-rank1{font-size:1.1rem;letter-spacing:-1px;border-top:1px solid #adadad;border-right:1px solid #adadad;border-collapse:collapse;}
.odds-rank1 th, .odds-rank td{border:1px solid #adadad ;padding:0.5rem 0.1rem;}
.odds-rank1 td, .odds-rank td * {cursor:pointer;}
.odds-rank1 th{background:#efefef;color:#000000;font-weight:normal;text-align:center;}
.odds-rank1 td{background:#ffffff;color:#000000;text-align:center;}
.odds-rank1 th.ac,.odds-rank1 td.ac{background:#efefef;color:#000000;}
.odds-rank1 th.ac2,.odds-rank1 td.ac2{background:#C7E6ED;color:#000000;}
.odds-rank1 th.hover,.odds-rank1 td.hover{background:#c3e6cb;}
.odds-rank1 td.horse-var-bold{font-weight:700;}
.odds-rank1 td.font-bold{font-weight:700;}


.odds-rank2{font-size:1.1rem;letter-spacing:-1px;border-top:1px solid #adadad;border-right:1px solid #adadad;border-collapse:collapse;}
.odds-rank2 th, .odds-rank2 td{border:1px solid #adadad ;padding:0.5rem 0.1rem;}
.odds-rank2 td, .odds-rank2 td * {cursor:pointer;font-weight:200;}
.odds-rank2 th{background:#efefef;color:#000000;font-weight:normal;text-align:center;}
.odds-rank2 td{background:#ffffff;color:#000000;text-align:center;}
.odds-rank2 th.ac,.odds-rank2 td.ac{background:#efefef;color:#000000;}
.odds-rank2 th.ac2,.odds-rank2 td.ac2{background:#C7E6ED;color:#000000;}
.odds-rank2 th.hover,.odds-rank2 td.hover{background:#c3e6cb;}
.odds-rank2 td.horse-var-bold{font-weight:700;}
.odds-rank2 td.font-bold{font-weight:700;}

tr.td-3 td,tr.td-3 th{width:33.3%;}
tr.td-4 td,tr.td-3 th{width:24.9%;}
tr.td-6 td,tr.td-6 th{width:16.6%;}
tr.td-7 td,tr.td-7 th{width:14.1%;}
tr.td-9 td,tr.td-9 th{width:11.1%;}
tr.td-10 td,tr.td-10 th{width:10%;}

tr.td-11 td,tr.td-11 th{width:9.1%;}
tr.td-11 td:first-child,tr.td-11 th:first-child{width:auto;}

tr.td-12 td,tr.td-12 th{width:8.3%;}
tr.td-12 td:first-child,tr.td-12 th:first-child{width:auto;}

tr.td-13 td,tr.td-13 th{width:7.69%;}
tr.td-13 td:first-child,tr.td-13 th:first-child{width:auto;}

tr.td-14 td,tr.td-14 th{width:7.1%;}
tr.td-14 td:first-child,tr.td-14 th:first-child{width:auto;}

tr.td-15 td,tr.td-15 th{width:6.6%;}

tr.td-21 td,tr.td-21 th{width:4.76%;}
tr.td-21 td:first-child,tr.td-21 th:first-child{width:auto;}

tr.td-5-2 td,tr.td-5-2 th{width:16.6%;}
tr.td-5-2 th:nth-child(2),tr.td-5-2 td:nth-child(2) {width:7%;min-width:40px;}

tr.td-6-2 td,tr.td-6-2 th{width:16.6%;}
tr.td-6-2 th:nth-child(2),tr.td-6-2 th:nth-child(2) {width:4%;min-width:40px;}


tr.td-7-2 td,tr.td-7-2 th{width:12.1%;}
tr.td-7-2 th:nth-child(2),tr.td-7-2 th:nth-child(2) {width:4%;min-width:40px;}


tr.td-8-2 td,tr.td-8-2 th{width:12%;}
tr.td-8-2 th:nth-child(2),tr.td-8-2 th:nth-child(2),
tr.td-8-2 th:last-child,tr.td-8-2 th:last-child {width:4%;min-width:40px;}

tr.td-9-2 td,tr.td-9-2 th{width:10.6%;}
tr.td-9-2 th:nth-child(2),tr.td-9-2 th:nth-child(2),
tr.td-9-2 th:last-child,tr.td-9-2 th:last-child {width:4%;min-width:40px;}

tr.td-10-2 td,tr.td-10-2 th{width:9.6%;}
tr.td-10-2 th:nth-child(2),tr.td-10-2 th:nth-child(2),
tr.td-10-2 th:last-child,tr.td-10-2 th:last-child {width:4%;min-width:40px;}

.table-18.odds-display .odds-display{font-size:0.875rem;}
.table-18.odds-display .odds-start{font-size:0.975rem;}
.table-18.odds-display .odds-history{font-size:0.85em;}


.odds-rank .horse-num, .odds-rank .odds-ratio{text-align:center;float:left;}
.odds-rank .horse-num{width:30%;}
.odds-rank .odds-ratio{width:40%;}
.odds-rank .odds-nums{width:30%;}

.odds-rank1 .horse-num, .odds-rank1 .odds-ratio{text-align:center;float:left;}
.odds-rank1 .horse-num{width:60%;}
.odds-rank1 .odds-ratio{width:40%;}
1
@media (max-width: 575px){
	.odds-table .round-list{display:block;}
	.odds-table .round-list li {float:left;margin-top:0.5rem;}
	
	.odds-display{font-size:1rem;}
	.odds-rank{font-size:1rem;}
}	



/* index page */

.index-menu{width:100%;margin:1% 0;overflow:hidden;}
.index-menu li {position:relative;width:49%;height:13vmax;float:left;border:1px solid #dddddd;text-align:center;overflow:hidden;padding:3% 3%;margin:0 2% 2% 0;border-radius:0px;background:#f7f7f7;}
.index-menu li:nth-child(2n+0) {border-right:1px solid #dddddd;}
.index-menu li:nth-child(2n+0) {margin-right:0%}
.index-menu li div.title{position:absolute;width:80%;top:50%;left:3%;height:auto;display:inline-block;text-align:left;line-height:1.5rem;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%-50%);
-moz-transform: translateY(85px);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.index-menu li div.title span{font-size:0.875rem;}
.index-menu li div.title p{display:block;font-size:1.3rem;font-weight:500;}
.index-menu li div.thumb {width:35%;float:right;border:0px solid #dfdfdf;border-radius:0%;overflow:hidden;}
.index-menu li div.thumb img {width:100%;}

 
/* 내거래처 배차작성 */
.myshop-tile{margin:0;padding:0;overflow:hidden;}
.myshop-tile li{float:left;width:49%;margin:0 2% 2% 0;padding:0;}
.myshop-tile li:nth-child(2n+0) {margin-right:0;}

/* 업종별 카테고리 */
.store-category{margin:0;padding:0;}
.store-category li{position:relative;float:left;width:49%;margin:0 2% 2% 0;padding:0;overflow:hidden;}
.store-category li:nth-child(2n+0) {margin-right:0;}
.store-category .icon {width:20%;float:left;text-align:center;overflow:hidden;}
.store-category .icon img {width:100%;}
.store-category .title {position:absolute;width:70%;top:50%;right:0;float:right;text-align:left;font-size:1.1rem;letter-spacing:-1px;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%-50%);
-moz-transform: translateY(85px);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}



/* 업체 이용후기 */
#sit_use_ol {margin:0 0 1rem;padding:0;list-style:none;}
.sit_use_li {position:relative;margin:0 0 1rem;padding:0 0 1rem;border-bottom:1px solid #e9e9e9}
.sit_use_li_title {display:block;margin:0;padding:10px 10px 5px;width:100%;border:0;background:transparent;text-align:left;font-weight:bold;font-size:1.167em;line-height:1.35em}
.sit_use_dl {margin:0;padding:0 10px;position:relative;line-height:1.25em}
.sit_use_dl:after {display:block;visibility:hidden;clear:both;content:""}
.sit_use_dl dt {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.sit_use_dl dd {float:left;margin:0 10px 0 0;color:#888;font-size:1rem}
.sit_use_star {margin:0 !important;position:absolute;bottom:0;right:10px;}
.sit_use_star img {width:80px;}
.sit_use_con {padding:10px 0 0;}
.sit_use_con .sit_use_p {margin-bottom:1rem;word-break:break-all;}
.sit_use_con .sit_use_mod_form{display:none;margin:0.5rem 0;}

.sit_use_con.closed .sit_use_p {white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis; margin-bottom:0;}
.sit_use_con.closed .sit_use_cmd{display:none;}
.sit_use_con.closed .sit_use_reply{display:none;}
.sit_use_con.closed .sit_use_mod{display:none;}

.sit_use_p {padding:10px;background:#f2f2f2}
.sit_use_cmd {text-align:right}
.sit_use_cmd a.btn01 {padding:5px}
#sit_use_wbtn {margin:0 0 10px}
#sit_use_wbtn:after {display:block;visibility:hidden;clear:both;content:""}
#sit_use_wbtn .btn01 {line-height:40px;width:49%;float:right;text-align:center;border-radius:3px}
#sit_use_wbtn .qa_wr {line-height:40px;width:49%;float:left;text-align:center;background:#3a8afd;color:#fff;border:1px solid #1c70e9;border-radius:3px}
#sit_use_write {}
#sit_use_write #is_subject {width:100%}
#sit_use_write ul {margin:5px 0 0}
#sit_use_write li {margin:0 0 5px}
#sit_use_write li label {display:inline-block;width:80px}
#sit_use_write #sit_use_write_star {margin:10px 0;padding:10px;background:#fff;list-style:none}
#sit_use_write_star:after {display:block;visibility:hidden;clear:both;content:""}
#sit_use_write_star li {float:left;width:50%}
#sit_use_write_star li img {vertical-align:middle}
.sit_use_reply {position:relative;border-top:1px dotted #bbb;margin:10px 0 0;padding:10px 0 0 40px}
.use_reply_icon {position:absolute;top:10px;left:5px;background:url('./img/use_reply.png') no-repeat 0 0;width:28px;height:17px;text-indent:-999px;overflow:hidden}
.use_reply_tit {font-weight:bold;line-height:1.5em}
.use_reply_name {font-size:0.92em;color:#777;margin:5px 0}
.use_reply_p {padding:10px;background:#f2f2f2;line-height:1.5em}

/* 차계부 달력 */
.calendar-table{width:100%;}
.calendar-table th{background:#f7f7f7;padding:0.2rem 0%;text-align:center;font-weight:400;}
.calendar-table th,.calendar-table td{ border:1px solid #dddddd;height:4rem;}


/* 정보박스 */
.infobox-category{margin:0;padding:0;overflow:hidden;}
.infobox-category li{position:relative;float:left;width:100%;margin:0.6rem 4% 0% 0;padding:.6rem 0; overflow:hidden;}
.infobox-category .icon {width:6%;margin:0 2%; float:left;text-align:center;overflow:hidden;}
.infobox-category .icon img {width:100%;}
.infobox-category .title {position:absolute;left:10%;top:50%;width:35%;float:left;text-align:left;font-size:1rem;letter-spacing:-1px;line-height:1.5rem;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%-50%);
-moz-transform: translateY(85px);
-o-transform: translateY(-50%);
transform: translateY(-50%);
word-break:keep-all;white-space:nowrap;
}
.infobox-category .contents {position:absolute;left:45%;top:50%;width:55%;float:right;text-align:left;font-size:0.825rem;letter-spacing:-1px;line-height:1.5rem;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%-50%);
-moz-transform: translateY(85px);
-o-transform: translateY(-50%);
transform: translateY(-50%);
word-break:keep-all;white-space:nowrap;
}

.svc-tel{position:absolute;top:10px;right:0;width:300px;text-align:right;font-size:1.6rem;;font-weight:500;}

/* 현력사 이벤트 목록 */
.shop-event-list{width:100%;margin:0;padding:0;overflow:hidden;}
.shop-event-list li{position:relative;margin:0 0 .5rem 0;padding:0; overflow:hidden;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.shop-event-list .thumb {width:100%;margin:0;overflow:hidden;}
.shop-event-list .thumb img {width:100%;}
.shop-event-list .title {width:100%;min-height:2rem;padding:0.2rem;font-size:1rem;letter-spacing:-1px;line-height:1.2rem;text-align:left;}


/* 마이페이지 */
#smb_my_ov {position:relative;background:#fff;margin-right:20px}
#smb_my_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#smb_my_ov .my_name {display:block;background:#fff;border-bottom:1px solid #efefef;padding:15px 10px 15px 80px;font-size:1.167em}
#smb_my_ov .profile_img {display:inline-block;position:absolute;top:15px;left:15px}
#smb_my_ov .my_info_modi {position:absolute;bottom:0;right:-5px;text-align:center;background:#212020;width:20px;height:20px;line-height:20px;color:#fff;font-size:13px;border-radius:50%}
#smb_my_ov .my_name>strong {display:block}
#smb_my_ov .win_point {color:#c7d4e6;font-size:0.92em}
#smb_my_ov .win_point strong {color:#3a8afd}

#smb_my_ov .my_name img {width:45px;border-radius:50%}
#smb_my_ov .my_name .my_ov_name {display:inline-block;margin-bottom:10px;line-height:28px}
#smb_my_ov .my_name a.smb_info {color:#3a8afd}
#smb_my_ov .smb_my_act {position:absolute;right:15px;top:20px;display:inline-block}
#smb_my_ov .smb_my_act li {display:inline-block;font-size:0.92em}
#smb_my_ov .smb_my_act li a {line-height:28px;height:30px;vertical-align:middle;padding:0 5px;margin:0;border-radius:3px}
#smb_my_ov .smb_my_act li a.btn_logout {display:inline-block;border:1px solid #4f93fd;color:#4f93fd}

#smb_my {}
#smb_my .btn_more {display:block;height:43px;margin:15px;background:#eee;font-size:1.167em;color:#7f7e7e;line-height:43px;text-align:center;border-radius:3px}
#smb_my_ov {margin:0 0 20px}

#smb_my_ov .my_pocou {background:#fff}
#smb_my_ov .my_pocou:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov .my_pocou li {width:50%;float:left;padding:15px;border-right:1px solid #efefef}
#smb_my_ov .my_pocou li:last-child {border-right:0}
#smb_my_ov .my_pocou li a{display:block;position:relative;line-height:20px}
#smb_my_ov .my_pocou li a span{display:inline-block;float:right;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:clip;padding:0 5px;line-height:20px;border-radius:35px;font-weight:normal;font-size:0.846em}
#smb_my_ov .my_pocou li.my_cou a span{background:#a352c1}
#smb_my_ov .my_pocou li.my_memo a span{background:#ff8b77}
#smb_my_ov .my_pocou li i {color:#8c9eb0;font-size:16px}

#smb_my_ov .my_info {display:none;clear:both;width:100%;margin-top:-1px;background:#fff;padding:5px 20px 20px;border-bottom:1px solid #e6e6e6}
#smb_my_ov .my_info:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov .my_info_wr {float:left;width:50%;line-height:20px;padding-bottom:10px;margin:5px 0;border-bottom:1px dashed #e5e5e5}
#smb_my_ov .my_info_wr strong {display:block;vertical-align:top;padding:3px 0px;color:#8c9eb0}
#smb_my_ov .my_info_wr span {display:block;text-align:left}
#smb_my_ov .ov_addr {border-bottom:0}
#smb_my_ov .ov_addr a {color:#c7c7c7}

#smb_my_ov .my_ov_btn {border-top:1px solid #efefef}
#smb_my_ov .my_ov_btn button {display:block;width:100%;border:0;border-bottom:1px solid #dde7e9;background:#fff;padding:15px;text-align:left;font-size:1.125em;font-weight:bold}
#smb_my_ov .my_ov_btn button i {display:inline-block;float:right}

#smb_my_od h2 {font-size:1.167em;margin:10px}
#smb_my_wish h2 {font-size:1.167em;margin:30px 10px 10px}
.wishlist ul {margin:10px 10px 0}
.wishlist ul:after {display:block;visibility:hidden;clear:both;content:''}
.wishlist li {float:left;padding:5px;width:33.333%;text-align:center}
.wishlist li img {width:100%;height:auto;max-width:250px}
.wishlist li .info_link {display:block;font-weight:bold;margin:5px 0 2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.wishlist li .info_date {font-size:0.92em;color:#666}

@media (max-width:970px) {
    #smb_my_ov .my_info_wr {width:100%}
}

.tab-menu{}
.tab-menu div{font-size:1.6rem;}
.tab-menu a.on {border-bottom:3px solid #000000;}

@media (max-width: 575px){
	.tab-menu div{font-size:1.2rem;}
}	

