@charset "utf-8";
@import url("/css/reset.css");
@import url("/css/basic.css");
@import url("/css/button.css");
@import url("/css/font-awesome.css");
@import url("/css/ionicons.css");

/* 루트 변수 지정 */
:root {
  --color01: #ff5964;
  --color02: #ffe74c;
  --color03: #38618c;
  --color04: #35a7ff;
  --color05: #ffec4c;
  --color06: #ffe24c52;
  --back_color01: #fcfcfc;
}

/*폼*/
.frm_input,input[type=file] {}
.frm_input {
  font-size: 14px;
  font-weight: normal;
  border: solid 1px #cccccc40;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  height: 30px;
  border-radius: 5px;
  padding: 10px;
}
.frm_input[name="fr_date"],.frm_input[name="to_date"]{
  min-width: 120px;
}
.frm_input[name="to_date"]{
  margin-right: 5px;
}
.frm_textbox {padding:4px;line-height:1.4;font-size:12px;font-weight:normal;border:1px solid #ddd;background-color:#fff;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;}
.frm_input:focus,.frm_textbox:focus {border:1px solid #2d85f2;}
.multiple-select {width:100%;height:100px !important;}
.multiple-select2 {width:100%;height:380px !important;}
form {margin:0;}

/*input_크롬 배경컬러*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset;}

/*placeholder 속성*/
::-webkit-input-placeholder {color:#aaa;font-size:12px;letter-spacing:-1px; /*Webkit browsers*/}
:-moz-placeholder {color:#aaa;opacity:1;font-size:12px;letter-spacing:-1px; /*Mozilla Firefox 4 to 18*/}
::-moz-placeholder {color:#aaa;opacity:1;font-size:12px;letter-spacing:-1px; /*Mozilla Firefox 19+*/}
:-ms-input-placeholder {color:#aaa;font-size:12px;letter-spacing:-1px; /*Internet Explorer 10+*/}

/*자료 없는 목록*/
.empty_table {color:#999;padding:50px 0 !important;text-align:center;}
.empty_list {color:#999;padding:20px 0 !important;text-align:center;}

/*목록용*/
.btn_list{margin:10px 0;}

/*필수입력*/
/* .required, textarea.required {background:url('/img/wrest.gif') top right no-repeat;} */
.required, textarea.required {
  position: relative;
}
.required:after, textarea.required:after {
  content: "*";
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--color01);
  font-size: 14px;
}

/*tooltip*/
.tooltip{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:normal;cursor:pointer;z-index:100;}
.tooltip .tooltiptext{position:absolute;visibility:hidden;width:auto;min-width:100px;height:auto;background:#000;padding:10px;border-radius:3px;box-shadow: 5px 5px 8px #ccc;font-size:12px;font-weight:normal;color:#fff;line-height:1.4;text-align:left;}
.tooltip .tooltiptext:after{content:'';position:absolute;top:100%;left:77px;width:0;height:0;margin-left:-8px;border-top:8px solid #000;border-right:8px solid transparent;border-left:8px solid transparent;}
.tooltip:hover .tooltiptext{visibility:visible;bottom:30px;left:50%;margin-left:-76px;}

/*화면낭독기 사용자용*/
.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}
.frm_info {display:block;padding-top:5px;line-height:1.4em;}

/*타이틀강조*/
.anc_tit {padding:0 0 7px 10px;font-size:13px;font-weight:600;position:relative;}
.anc_tit:after {width:4px;height:14px;background-color:#1a4e99;display:inline-block;position:absolute;left:0;top:1px;content:'';}

/*사이드뷰*/
.sv_wrap {position:relative;font-weight:normal;}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:1em;background:#333;text-align:left;
-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;}

/*레이아웃*/
#hd{z-index:10;min-width:1210px;background:#393b3f;}
#hd h1, #hd h2{position:absolute;border:0;font-size:0;line-height:0;overflow:hidden;}
#hd_wrap{z-index:11;position:relative;margin:0 auto;}
#logo{position:relative;height:50px;}
#logo img{position:absolute;top:16px;left:17px;height: 22px;}

/*tnb*/
#tnb {z-index:2;position:absolute;top:0;right:30px;zoom:1;}
#tnb:after {display:block;visibility:hidden;clear:both;content:"";}
#tnb > ul {padding:0;line-height:50px;zoom:1;display:inline-block;}
#tnb > ul > li {float:left;margin:0 0 0 10px;padding:0 10px 0 0;color:#bbb;border-right:1px solid #444;}
#tnb > ul #tnb_logout {border-right:0;padding:0;}
#tnb > ul a {display:inline-block;color:#bbb;text-decoration:none;}
#tnb > ul a:focus, #tnb a:hover {color:#fff;}
#tnb ul #tnb_logout a {color:#fa2828;}
.user_info_admin {display:flex;align-items:center;}
.user_info_admin li {display:flex;align-items:center;margin-right:5px;}
.user_info_admin li:last-child {margin-right:0;}
.user_info_admin li span{font-weight:bold;margin: 0 5px;}
.user_info_admin li:nth-child(1) span{color:var(--color01);}
.user_info_admin li:nth-child(2) span{color:var(--color02);}
.user_info_admin li:nth-child(3) span{color:var(--color04);}
.user_info_admin li:nth-child(4) span{color:var(--back_color01);}

/*gnb*/
#gnb {z-index:12;position:relative;background:#494b50;}
#gnb:after {display:block;visibility:hidden;clear:both;content:"";}
#gnb h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden;}
#gnb ul, #gnb li {overflow:visible !important;}
#gnb_1dul {position:relative;padding:0;zoom:1;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:"";}
.gnb_1dli {z-index:13;position:relative;float:left;margin:0 0 0 -1px;}
.gnb_1dli:first-child {margin-left:0 !important;}
a.gnb_1da {
  display: block;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 2.6em;
}
a.gnb_1da:focus, a.gnb_1da:hover {text-decoration:none;}
.gnb_1dli.active a.gnb_1da {
  background: var(--color01);
  color: #fcfcfc;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.gnb_1dli.active a.gnb_1da:after {
  position: absolute;
  top: -6px;
  right: 8px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fcfcfc;
}
.gnb_1dli_on a.gnb_1da {background:#282828;color:#fff;}
.gnb_2dul {display:none;position:absolute;top:34px;width:181px;border:1px solid #999;border-top:0;background:#fff;}
a.gnb_2da {display:block;padding:6px 10px;background:#fff;color:#000;text-decoration:none;}
a.gnb_grp_style {background:#f7f7f7 !important;}
a.gnb_2da:focus, a.gnb_2da:hover {background:#484848 !important;color:#fff !important;text-decoration:none;}
.gnb_1dli.active a.gnb_2da {background:#fff;color:#000;}
.gnb_1dli_on a.gnb_2da {background:#fff;color:#000;}
.gnb_1dli_over .gnb_2dul {display:block;left:-1px;}
.gnb_1dli_over2 .gnb_2dul {display:block;right:-1px;}
.gnb_grp_div {border-top:1px solid #eee;}

/*중간 레이아웃*/
#wrapper {background-color:#fff;z-index:5;min-width:1210px;zoom:1;display: flex}
#wrapper:after {display:block;visibility:hidden;clear:both;content:"";}

#container {z-index:4;position:relative;display:inline-block;width:100%;min-height:100%;background:#fff;}
#container:after {display:block;visibility:hidden;clear:both;content:"";}
.s_wrap {margin:30px 25px;}

/*snb*/
#snb {
  float: left;
  width: 200px;
  background: #fff;
  zoom: 1;
  box-shadow: 0 0 10px #ccc;
}
#snb:after {display:block;visibility:hidden;clear:both;content:"";}
#snb .snb_header {height:100px;text-align:center;}
#snb .snb_header h2 {padding:18px 0 10px 0;font-size:20px;letter-spacing:-1px;color:var(--color03);}
#snb .snb_header h2 i {height:36px;font-size:30px;color:var(--color03);display:block;}
#snb dd em {height:14px;min-width:10px;padding:0 5px;font-size:10px;line-height:14px;color:#fff;background:#ccc;border-radius:3px;position:absolute;top:10px;right:10px;z-index:100;display:inline-block;text-align:center;}
#snb dd em.snb_air{background:var(--color04) !important;}
#snb dl {margin-bottom:100px;}
#snb dt {background:#f6f6f6 url('/admin/img/sflex_icon.png') 174px -302px no-repeat;border-top:1px solid #cfcfcf;padding:0 0 0 17px;font-size:14px;line-height:2.8;font-weight:600;vertical-align:middle;cursor:pointer;}
#snb dd {display:block;position:relative;}
#snb dd a {
  display: block;
  padding: 10px 0 10px 17px;
  text-decoration: none;
  background: #fff;
  color: #555;
  font-size: 13px;
  vertical-align: middle;
}
#snb dd a:hover {font-weight:600;}
#snb dd.active a {
  font-weight:600;
  color:var(--color01) !important;
  background:#eeeeee !important;
}
#snb dd.active a:after{
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color01);
  margin-left: 5px;
  animation: blink-effect 2s infinite;
}
@keyframes blink-effect {
  50% {
    opacity: 0.5;
  },
  100% {
    opacity: 1;
  }
}
#snb dt.menu_close {background:#f6f6f6 url('/admin/img/sflex_icon.png') 175px -347px no-repeat;}
#snb dd.menu_close {display:none;}

/*본문*/
#content {padding-bottom:100px;width: calc(100% - 200px)}
#content:after {display:block;visibility:hidden;clear:both;content:"";}
#content .graph {position:relative;margin:0;height:8px;background:#f1f1f1;border:1px solid #e9e9e9;}
#content .graph.w80p {width:80% !important;display:inline-block;}
#content .graph .bar {position:absolute;left:-1px;top:-1px;height:8px;border:1px solid #3962cd;background:#6b8eef;font-size:0;}
#content .graph .bar2 {position:absolute;left:-1px;top:-1px;height:8px;border:1px solid #ba39cd;background:#de68f0;font-size:0;}
.breadcrumb {padding:0 0 0 25px;color:#000;line-height:34px;border-bottom:1px solid #e9e9e9;text-align:left;}
.breadcrumb span {font-weight:400;}
.breadcrumb .ionicons {margin:0 7px 1px;vertical-align:middle;}

/*헤딩*/
#content h1 {margin:0 0 20px;padding-bottom:15px;border-bottom:1px solid #888;font-size:20px;line-height:1em;letter-spacing:-1px;}
#content h2 {
  margin: 30px 0 0;
  position: relative;
  font-size:14px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
  padding: 0 0 10px 10px;
  display: inline-block;
  background: var(--color03);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}
#content h2:before {
  display: inline-block;
  position: absolute;
  right: 9px;
  top: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px var(--color03);
  border-radius: 50%;
  background: #fff;
  content: '';
}

/*하단*/
#ft {clear:both;width:100%;min-width:1210px;font-family:"Century Gothic", sans-serif;text-align:center;margin:0;padding:20px 0;color:#999;border-top:1px solid #ccc;}

/*메인*/
#main_wrap {padding:0 30px 50px;overflow:hidden;}
#main_wrap .top_main{position: relative;}
#main_wrap .top_main h2 {
  display: inline-block;
  margin: 30px 0 20px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1em;
  color: var(--color03);
  z-index: 11;
}
/* #main_wrap .top_main h2:after{
  display: inline-block;
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: var(--color03);
  content: '';
} */
#main_wrap .top_main .btn_small {
    position: absolute;
    top: 30px;
    right: 0;
    margin-bottom: 5px !important;
    background-color: var(--color01);
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
    transition: 0.4s;
}
#main_wrap .btn_small:hover {
  box-shadow: 0 0 10px #cccccc50;
  transition: 0.4s;
}

/*폼 테이블*/
.tbl_frm01 {border-top:1px solid #888;}
.tbl_frm01 table {width:100%;}
.tbl_frm01 th,
.tbl_frm01 td {padding:8px 14px;height:40px;border-bottom:1px solid #e4e5e7;text-align:left;vertical-align:middle;}
.tbl_frm01 th {font-weight:600;}
.tbl_frm01 td em {color:#7d7d7d;}
.tbl_frm01 td label {margin-right:7px;}
.tbl_frm01 tr.thover {background:#e4e5e7 !important;}
.frm_address {margin-top:5px;}

.tbl_frm02 {}
.tbl_frm02 table {width:100%;}
.tbl_frm02 th,.tbl_frm02 td {padding:8px 14px;height:22px;border:1px solid #e4e5e7;text-align:left;vertical-align:middle;}
.tbl_frm02 th {font-weight:600;}

/*내부 폼 테이블*/
.sub_frm01{margin:0 !important;padding:0 !important;}
.sub_frm01 table{width:100%;border:1px solid #ececec !important;table-layout:fixed;}
.sub_frm01 th,.sub_frm01 td{padding:5px !important;border-top:1px solid #ececec;border-right:1px solid #ececec;}
.sub_frm01 th{font-weight:600;}
.sub_frm01 td{border-left:1px solid #ececec;}

.sub_frm02{margin:0 !important;padding:0 !important;}
.sub_frm02 table{width:100%;border:none !important;table-layout:fixed;}
.sub_frm02 th,.sub_frm02 td{padding:0 !important;border:none !important;}
.sub_frm02 th{font-weight:600;}

/*테이블*/
.sidx_head01 {}
.sidx_head01 table {width:100%;border:1px solid #ddd;table-layout:fixed;}
.sidx_head01 th,
.sidx_head01 td {border:1px solid #ddd;padding:10px;vertical-align:middle;}
.sidx_head01 th {font-weight:600;letter-spacing:-0.05em;background:#f8f8f8;}
.sidx_head01 tbody td {line-height:1.4em;word-break:break-all;}

.sidx_head02 {}
.sidx_head02 table {width:100%;border:1px solid #ddd;table-layout:fixed;}
.sidx_head02 th,
.sidx_head02 td {border:1px solid #ddd;padding:5px;vertical-align:middle;text-align:center !important;}
.sidx_head02 th {font-weight:600;letter-spacing:-0.05em;background:#f8f8f8;}
.sidx_head02 tbody td {line-height:1.4em;word-break:break-all;}

/*thead 한 줄 테이블*/
.tbl_head01 {border-top:1px solid #aeaeae;border-bottom:1px solid #e4e5e7;}
.tbl_head01 table {width:100%;}
.tbl_head01 thead th {border-top:0 !important;text-align:center;}
.tbl_head01 thead tr.rows th {border-top:1px solid #e4e5e7 !important;}
.tbl_head01 thead tr.grid th {padding:8px 0 !important;line-height:1.4em !important;}
.tbl_head01 th {padding:8px 10px;line-height:1em;font-weight:600;background:#f1f1f1;}
.tbl_head01 th a {text-decoration:underline !important;}
.tbl_head01 tr:not(.rows) th:first-child,
/*.tbl_head01 tr:not(.rows) td:first-child {border-left:0 !important;}*/
.tbl_head01 .item_turn {width:5%!important;}
.tbl_head01 .item_num {width:8%;}
.tbl_head01 .item_name {width:20%;}
.tbl_head01 .item_sell, .tbl_head01 .item_price {width:6%;}
.tbl_head01 .item_title {width:30%;}
.tbl_head01 .item_info {width:20%;}
.tbl_head01 th,
.tbl_head01 td {border-left:1px solid #e4e5e7;text-align:center;vertical-align:middle;}
.tbl_head01 td {height:22px;padding:8px 8px;line-height:1.6em;border-top:1px solid #e4e5e7;}
.tbl_head01 td a {font-weight:600;}
.tbl_head01 td a:focus,
.tbl_head01 td a:hover,
.tbl_head01 td a:active {text-decoration:underline;}
.tbl_head01 td.url a {text-decoration:underline !important;font-weight:normal !important;}
.tbl_head01 td label {margin-right:10px;}
.tbl_head01 tr.grid td {height:33px !important;line-height:1.4em !important;}
.tbl_head01 tbody.list tr:hover {background:#ececec !important;}
.tbl_head01 tfoot {background:#f1f1f1 !important;}
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {border-top:1px solid #d6d6d6 !important;}
.tbl_head01 .frm_input {width:100%;}
.tbl_head01 .frm_refer {display:block;padding-top:5px;color:#547eec;}

.tbl_head02{border-top:1px solid #aeaeae;border-bottom:1px solid #e4e5e7;}
.tbl_head02 table{width:100%;}
.tbl_head02 thead th{border-top:0 !important;text-align:center;}
.tbl_head02 thead tr.rows th{border-top:1px solid #e4e5e7 !important;}
.tbl_head02 thead tr.grid th{padding:8px 0 !important;line-height:1.4em !important;}
.tbl_head02 th{padding:8px 10px;line-height:1em;font-weight:600;background:#f1f1f1;}
/* .tbl_head02 th a{text-decoration:underline !important;} */
.tbl_head02 tr:not(.rows) th:first-child,
.tbl_head02 tr:not(.rows) td:first-child{border-left:0 !important;}
.tbl_head02 th,.tbl_head02 td{border-left:1px solid #e4e5e7;font-size:11px;text-align:center;vertical-align:middle;}
.tbl_head02 td{height:38px;padding:0 8px;line-height:1.6em;border-top:1px solid #e4e5e7;}
.tbl_head02 td a{font-weight:600;}
.tbl_head02 td a:focus,.tbl_head02 td a:hover,.tbl_head02 td a:active{text-decoration:underline;}
.tbl_head02 td.url a{text-decoration:underline !important;font-weight:normal !important;}
.tbl_head02 td label{margin-right:10px;}
.tbl_head02 tr.grid td{height:33px !important;line-height:1.4em !important;}
.tbl_head02 tbody.list tr:hover{background:#ececec !important;}
.tbl_head02 tfoot{background:#f1f1f1 !important;}
.tbl_head02 tfoot th,.tbl_head02 tfoot td{border-top:1px solid #d6d6d6 !important;}
.tbl_head02 .frm_input{width:100%;}
.tbl_head02 .frm_refer{display:block;padding-top:5px;color:#547eec;}

/*버튼*/
.btn_confirm {margin-top:20px;text-align:center;}
.btn_confirm .btn_small.fa-caret-up {font-size:17px;padding:1px 8px 3px;}
.btn_confirm .btn_small.fa-caret-down {font-size:17px;padding:2px 8px;}
.btn_confirm a,.btn_confirm input,.btn_confirm button{
  margin:0 1.5px;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 8px 15px;
  min-width: 128px;
}
.btn_confirm a:hover,.btn_confirm input:hover,.btn_confirm button:hover{
  border: 0;
  outline: none;
  box-shadow: 0 0 10px #cccccc50;
}
.btn_confirm input[type="submit"]{
  background-color: var(--color03);
}
.btn_confirm input[type="submit"]:hover{
  opacity: 0.8;
}
.btn_confirm02 {margin-top:8px;margin-bottom:0;text-align:center;}
.btn_confirm02 a,.btn_confirm02 input,.btn_confirm02 button{margin:0 1.5px;}
.btn_confirm03 {margin-top:8px;margin-bottom:8px;text-align:center;}
.btn_confirm03 a,.btn_confirm03 input,.btn_confirm03 button{margin:0 1.5px;}

/*공통*/
.local_frm01,.local_frm02 {overflow:hidden;margin:0;padding:7px 10px;background:#fcfcfc;}
.local_frm01:after,.local_frm02:after {display:block;visibility:hidden;clear:both;content:"";}
.local_frm01 {border-top:1px solid #ececec;}
.local_frm02 {border-bottom:1px solid #e4e5e7;}
.local_frm01 .stxt {display:inline-block;margin:4px 7px 0 0;}
.s_wrap .ms_type1 li,
.s_wrap .ms_type2 li {margin-right:20px;float:left;}
.guidebox {border:1px solid #ddd;padding:10px 12px;background-color:#f8f8f8;}
.or_totalbox {border:5px solid #eee;}
.or_totalbox li {width:25%;font-size:13px;padding:15px 0;text-align:center;border-left:1px solid #eee;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.or_totalbox li:first-child {border-left:0 !important;}
.or_totalbox li b {font-size:15px;}
.or_totalbox.w33p li {width:33.33%;}
.plus_btn{
  background-color: var(--color04);
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
}
.plus_btn:hover{
  background-color: var(--color04);
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccccc50;
}
select {
    font-size: 12px;
    height: 23px;
    padding: 1px;
    border: none;
    background: #fff;
    padding: 0 10px;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    border: solid 1px #cccccc40;
}
select:active,
select:focus{
  border: solid 1px var(--color01);
}
.btn_group{}
.btn_group .btn_small{
  padding: 2px 10px !important;
  height: 30px;
}
.btn_group .btn_small:nth-child(1){
  border-radius: 5px 0 0 5px;
}
.btn_group .btn_small:last-child{
  border-radius: 0 5px 5px 0;
}
.btn_group .btn_small:hover,
.btn_group .btn_small:focus,
.btn_group .btn_small:active{
  background-color: var(--color01);
  color: #fff !important;
  border: solid 1px var(--color01);
}
.grey_btn{
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  border: none;
  padding: 0 10px;
  min-width: 55px;
}
.grey_btn:hover{
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  border: none;
  padding: 0 10px;
}
.red{
  border-radius: 5px;
}


/*페이징*/
.pg_wrap {margin:0;padding:20px 0 0;text-align:center;}
.pg_wrap span,.pg_wrap strong,.pg_wrap a {display:inline-block;text-decoration:none;}
.pg {}
.pg a:focus,.pg a:hover {text-decoration:none;border:1px solid #333;}
.pg_page,.pg_current {padding:0 8px;min-width:9px;height:25px;color:#353e44;font-weight:normal;line-height:25px;vertical-align:middle;border:1px solid #c8c8c8;}
.pg_page {background-color:#fbfbfb;text-decoration:none;}
.pg_current {background-color:#333;color:#fff;border:1px solid #333 !important;}
.pg_start,.pg_prev,.pg_next,.pg_end {width:27px;height:27px;overflow:hidden;padding:0 !important;font-size:0 !important;text-indent:-9000px;border:none !important;background:url('/img/sprite_pg.png') no-repeat;vertical-align:top;}
.pg_prev {margin-right:4px;}
.pg_next {margin-left:4px;}
.pg a.pg_start {background-position:-116px 0;}
.pg a.pg_prev {background-position:-145px 0;}
.pg a.pg_next {background-position:-174px 0;}
.pg a.pg_end {background-position:-203px 0;}
.pg span.pg_start {background-position:0 0;}
.pg span.pg_prev {background-position:-29px 0;}
.pg span.pg_next {background-position:-58px 0;}
.pg span.pg_end {background-position:-87px 0;}

/*ckeditor 단축키*/
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;line-height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:5px 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%}

/*카테고리 관리*/
.sho_cate_bx {border:1px solid #ddd;}
.sho_cate_bx li {padding:7px 15px;text-align:left;border-top:1px dotted #ccc;}
.sho_cate_bx li:first-child {border-top:0 !important;}
.sho_cate_bx .cate2_bx {margin:0;}
.sho_cate_bx .cate2_bx > dt {padding:1px 0 1px 25px;}
.sho_cate_bx .cate3_bx {margin:0;}
.sho_cate_bx .cate3_bx > dd {padding:1px 0 1px 0;margin-left:50px;}
.sho_cate_bx .cate4_bx {margin:0;}
.sho_cate_bx .cate4_bx > dd {padding:1px 0 1px 0;margin-left:25px;}
.sho_cate_bx .cate5_bx {margin:0;}
.sho_cate_bx .cate5_bx > dd {padding:1px 0 1px 0;margin-left:25px;}
.sho_cate_bx body {background-color:#fff !important;}

/*간단수정 페이지*/
#ppg_wrap {margin:30px;}
#ppg_wrap h2 {margin:31px 0 7px;font-size:15px;line-height:1em;letter-spacing:-1px;}
#ppg_wrap .ms_type1 li {padding:1px 5px;float:left;}
#ppg_wrap .ms_type2 {padding-top:5px;margin-top:7px;border-top:1px dotted #ccc;}
#ppg_wrap .ms_type2 li {padding:1px 5px;float:left;}

/*쿠폰관리(온라인)*/
.chk_opli {margin:5px 0 0;max-height:204px;overflow-y:auto;}
.chk_opli li {height:38px;padding:7px 30px 5px 55px;border-top:1px dotted #ccc;position:relative;}
.chk_opli .pr_img {width:40px;height:40px;position:absolute;left:5px;top:5px;}
.chk_opli .bt_del {position:absolute;right:5px;top:15px;}

/*주문관리*/
#opt_4 {padding:0 0 0 10px;display:inline-block;vertical-align:middle;}

/*디자인관리*/
.dg_img_ic{position:relative;margin-left:10px;display:inline-block;cursor:pointer;}
.dg_img_ic .skin_img{border:1px solid #111;background-color:#fff;padding:5px;position:absolute;left:-700px;top:-14px;display:none;}
.dg_img_ic:hover .skin_img{display:block;}

/*SMS*/
.scf_sms_img{position:relative;margin:5px 0 15px;width:163px;height:191px;background:url("/admin/img/sms_back.gif") no-repeat 0 0;text-align:center;}
.scf_sms_img textarea {position:absolute;top:55px;left:24px;margin:0;width:115px;height:85px;border:0;background:transparent;font-size:0.95em;overflow:hidden;}
.scf_sms_byte {width:100%;text-align:center;position:absolute;bottom:24px;left:0;}
.scf_sms_wrap {margin:6px 20px 15px 0;padding:10px;height:168px;border:1px solid #ddd;background-color:#fafafa;}
.scf_sms_wrap .tit {font-size:15px;font-weight:600;padding:0 0 10px;}
.scf_sms_wrap p {padding:7px 0;border-bottom:1px dotted #ddd;}

/*문자전송*/
.psms_tit {font-size:16px;font-weight:600;border-bottom:1px solid #ccc;padding:10px;}
.psms_wrap {padding:10px;}

/*새창*/
.newp_tit {font-size:18px;font-weight:600;padding:15px 20px;border-bottom:1px solid #ccc;}
.newp_wrap {padding:20px;}
.new_win_lnb {height:100%;min-height:600px;border-right:1px solid #333;}
.new_win_lnb .lnb_tit {height:42px;padding:14px;background-color:#333;}
.new_win_lnb .lnb_tit p {font-size:13px;padding:3px 0;color:#fff;letter-spacing:0;}
.new_win_lnb ul {margin:10px 0 0;}
.new_win_lnb li a {padding:5px 15px;text-decoration:none !important;display:block;}
.new_win_lnb li:hover a {color:#111;font-weight:600;background-color:#f5f5f5;}
.new_win_body {padding:20px 20px 40px 20px;}
.new_win_body h2 {height:50px;font-size:23px;line-height:1.4em;margin:0 0 20px 0;border-bottom:1px solid #888;position:relative;}
.new_win_body h2 .btn_wrap {position:absolute;bottom:22px;right:0;}
.new_win_body h3 {margin:31px 0 7px;font-size:15px;line-height:1em;letter-spacing:-1px;}

.half_bx {width:49%;margin-left:2%;float:left;}
.half_bx:first-child {margin-left:0 !important;}

/*외부서비스 사이트코드*/
.sitecode {display:inline-block;font:bold 15px 'Verdana';vertical-align:middle;}

/*페이지 진열*/
.op_list, .op_list li{list-style:none;padding:0;margin:0;}
.op_list li{min-height:23px;line-height:1.7em;float:left;}

/*기타*/
.td_price {text-align:right !important;font-weight:600;}
.td_label label {margin-right:7px;}
.bo_label label {margin:0 !important;line-height:1.5em !important;}
.bo_label label span {margin-left:5px !important;color:#197fe0 !important;}
.od_chk {padding-bottom:10px;}
.banner_or_img {margin:5px 0 0;}
.th_bg {background-color:var(--color06) !important;}
.th_bg2 {background-color:var(--color05) !important;}
.txt_true {color:#e8180c !important;}
.txt_false {color:#ccc !important;}
.txt_succeed {color:#40b300 !important;}
.txt_fail {color:#ce4242 !important;}
.fsitem{font-family:"돋움";font-size:11px;}
.fsitem span{letter-spacing:0 !important;}
.tr_alignc th,
.tr_alignc td{text-align:center !important;}
.txt_active{color:#5d910b !important;}
.txt_expired{color:#ccc !important;}
.bg0{background-color:#ffffff !important;}
.bg1{background-color:#fcfceb !important;}
.td_article article{margin-top:10px;}
.td_article article:first-child{margin-top:0 !important;}
.td_article article label{margin-right:10px !important;}

/* 일괄처리시 테이블 overflow-y:auto */
#sit_select_tbl{overflow-x:auto;overflow-y:auto;max-height:525px;}

/* 치환코드 */
.sit_displace ul{display:inline-block;overflow:hidden;}
.sit_displace li{float:left;width:150px;}
.sit_displace li.mlst{width:auto !important;margin-right:15px;}

/*로딩바*/
#ajax-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000;text-align:center;display:none;}
#ajax-loading img{position:absolute;top:50%;left:50%;width:120px;height:120px;margin:-60px 0 0 -60px;}

/*상단으로*/
#anc_header{z-index:20;position:fixed;right:70px;bottom:30px;display:none;}
#anc_header a{width:80px;display:block;text-align:center;font:11px/100% Arial, Helvetica, sans-serif;text-transform:uppercase;text-decoration:none;color:#bbb;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
#anc_header a:hover{color:#000;}
#anc_header span{width:80px;height:80px;display:block;margin-bottom:7px;background:#ddd url('/img/up-arrow.png') no-repeat center center;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
#anc_header a:hover span{background-color:#777;}

/*가격비교 사이트*/
.price_engine{margin:0;padding:0;border:1px solid #eaeaea;background:#fafafa;}
.price_engine a{text-decoration:underline;}
.price_engine strong{color:#ec0e03;}
.price_engine dt a,
.price_engine ul li{padding-left:20px;}
.price_engine dt a,
.price_engine li{line-height:1.8em;}
.price_engine dt a{font-weight:600;}
.price_engine p,
.price_engine ol{padding:10px 20px;}
.price_engine dd{margin:0 0 10px 15px;}

/*페이지 내 실행*/
.local_cmd{}
.local_cmd01{margin:0;padding:10px;border-top:1px solid #e4e5e7;background:#fff;}
.local_cmd01 .cmd_tit{font-weight:600;}
.local_cmd02{margin:0;padding:10px;border-bottom:1px solid #efefef;background:#fff;position:relative;}
.local_cmd02 button{position:absolute;top:5px;right:0;}

.sod_opt {margin:0;border-bottom:0;}
.sod_opt ul {margin:0;padding:0;list-style:none;}
.sod_opt li.ty {padding:0;color:#7d62c3;letter-spacing:0;}
.sod_opt li.ny {padding:0;color:#888888;letter-spacing:0;}

/*공통박스*/
.compare_wrap{margin:0 0 10px;zoom:1;}
.compare_wrap:after{display:block;visibility:hidden;clear:both;content:"";}
.compare_wrap section{margin:0;padding:2%;background:#f8f8f8;}
.compare_wrap h3{margin:0 0 20px;text-align:center;}
.compare_wrap .tbl_frm{margin:0;}
.compare_wrap .frm_input{background-color:#fff !important;}
.compare_wrap .btn_confirm{padding:10px 0 0;}
.compare_left{float:left;width:45%;}
.compare_right{float:right;width:45%;}

/*관련 상품 입력/수정*/
.srel section ul{margin:0;padding:10px;list-style:none;}
.srel section li{padding:5px 0;border-bottom:1px solid #e9e9e9;zoom:1;}
.srel section li:after{display:block;visibility:hidden;clear:both;content:'';}
.srel .srel_list, .srel .srel_sel{height:auto !important;height:200px;max-height:200px;border:1px solid #ced9de;background:#f6f6f6;overflow-y:scroll;}
.srel .list_item{float:left;width:80%;}
.srel .list_item img{float:left;margin:0 10px 0 0;}
.srel .list_item_btn{float:right;}
.srel .srel_sel{border:1px solid #ced9de;background:#fcfff2;}
.srel .srel_list p, .srel .srel_sel p{padding:10px 0;text-align:center;}
.srel .compare_left ul{margin:0;list-style:none;}
.srel .srel_noneimg li{padding:7px 0;}
.srel .srel_noneimg button{top:0;right:0;}
.srel .srel_pad{display:block;height:30px;}
.srel .srel_pad button{position:static;}

/*쿠폰관리*/
#scp_list_find{margin:10px 20px;padding:10px;border:1px solid #e9e9e9;background:#f7f7f7;}
#scp_list_find label{font-weight:600;}

/*폼 테이블*/
.tbl_wrap{margin:0 20px 20px;padding:0;}

/*새창 기본 스타일*/
.new_win{min-width:320px;}
.new_win h1{margin-bottom:20px;padding:0 20px;min-width:320px;height:60px;border-top:2px solid #484848;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em;}
.new_win h2{margin:0 20px 10px;font-size:14px;line-height:1em;letter-spacing:-1px;}
.new_win em{font-style:normal;vertical-align:middle;color:#547eec !important;line-height:22px !important;}
.new_win .sit_copy{margin:10px 20px 20px;background:#fff;}
.new_win .sit_copy label{display:inline-block;margin:0 10px 0 0;font-weight:600;}
.new_win_desc{margin:0 20px;}

/*안내박스*/
.information{margin-top:50px;padding:20px 0;background:#fef7f8;border-left:#f0868e 3px solid;}
.information h4{background:url('/img/icon_guide.jpg') no-repeat 12px 2px;padding-left:39px;font-size:12px;line-height:1.4em;font-weight:800;}
.information .content{padding-left:23px;}
.information .hd{font-size:12px;line-height:1.8em;font-weight:800;padding-top:10px;}
.information .desc01,.information .desc02{color:#666;font-size:12px;line-height:1.6em;}
.information .desc02{padding-top:10px;}
.information em{color:#547eec;}

/*페이지 내 안내문*/
.local_ov{margin:0;padding:10px;border-top:1px solid #aeaeae;}
.local_ov a,.local_ov a strong{color:#547eec;}
.local_ov .ov_listall{display:inline-block;margin:0 5px 0 0;padding:0 10px 0 0;border-right:1px solid #ccc;}
.local_ov .ov_a{display:inline-block;margin:0 0 0 5px;padding:0 0 0 10px;border-left:1px solid #ccc;color:#ff3061 !important;}
.local_ov2{margin:0;padding:10px;border-bottom:1px solid #efefef;background:#fcfcfc;}

.local_desc{}
.local_desc ol, .local_desc ul{margin:0;padding:0 0 10px 20px;}
.local_desc li{margin:0 0 5px;}

.local_desc01{margin-bottom:10px;padding:10px 20px;border:1px solid #f2f2f2;background:#f9f9f9;}
.local_desc01 strong{color:#ec0e03;}
.local_desc01 a{text-decoration:underline;}

.local_desc02{margin-bottom:10px;} /*주로 온라인 서식 관련 안내 내용에 사용*/
.local_desc02 p{padding:0;line-height:1.6em;word-break:break-all;}
.local_desc02 a{text-decoration:underline;}

.local_desc03{margin-bottom:10px;padding:10px 20px;border:1px solid #e9e9e9;background:#f9f9f9;}
.local_desc03 strong{color:#ec0e03;}
.local_desc03 p{padding:0;line-height:1.6em;word-break:break-all;}
.local_desc03 a{text-decoration:underline;}

.local_desc04{margin:0 20px 10px;}
.local_desc04 p{padding:0;line-height:1.8em;}

#scf_sms_pre dl:after {display:block;visibility:hidden;clear:both;content:"";}
#scf_sms_pre dt {clear:both;float:left;padding:5px 0;width:100px;}
#scf_sms_pre dd {padding:5px 0;overflow:hidden;}

.colorpicker {width:356px;height:176px;overflow:hidden;position:absolute;background:url('/admin/img/colorpicker_background.png');font-family:Arial, Helvetica, sans-serif;display:none;}
.colorpicker_color {width:150px;height:150px;left:14px;top:13px;position:absolute;background:#f00;overflow:hidden;cursor:crosshair;}
.colorpicker_color div {position:absolute;top:0;left:0;width:150px;height:150px;background:url('/admin/img/colorpicker_overlay.png');}
.colorpicker_color div div {position:absolute;top:0;left:0;width:11px;height:11px;overflow:hidden;background:url('/admin/img/colorpicker_select.gif');margin:-5px 0 0 -5px;}
.colorpicker_hue {position:absolute;top:13px;left:171px;width:35px;height:150px;cursor:n-resize;}
.colorpicker_hue div {position:absolute;width:35px;height:9px;overflow:hidden;background:url('/admin/img/colorpicker_indic.gif') left top;margin:-4px 0 0 0;left:0px;}
.colorpicker_new_color {position:absolute;width:60px;height:30px;left:213px;top:13px;background:#f00;}
.colorpicker_current_color {position:absolute;width:60px;height:30px;left:283px;top:13px;background:#f00;}
.colorpicker input {background-color:transparent;border:1px solid transparent;position:absolute;font-size:10px;font-family:Arial, Helvetica, sans-serif;color:#898989;top:4px;right:11px;text-align:right;margin:0;padding:0;height:11px;}
.colorpicker_hex {position:absolute;width:72px;height:22px;background:url('/admin/img/colorpicker_hex.png') top;left:212px;top:142px;}
.colorpicker_hex input {right:6px;}
.colorpicker_field {height:22px;width:62px;background-position:top;position:absolute;}
.colorpicker_field span {position:absolute;width:12px;height:22px;overflow:hidden;top:0;right:0;cursor:n-resize;}
.colorpicker_rgb_r {background-image:url('/admin/img/colorpicker_rgb_r.png');top:52px;left:212px;}
.colorpicker_rgb_g {background-image:url('/admin/img/colorpicker_rgb_g.png');top:82px;left:212px;}
.colorpicker_rgb_b {background-image:url('/admin/img/colorpicker_rgb_b.png');top:112px;left:212px;}
.colorpicker_hsb_h {background-image:url('/admin/img/colorpicker_hsb_h.png');top:52px;left:282px;}
.colorpicker_hsb_s {background-image:url('/admin/img/colorpicker_hsb_s.png');top:82px;left:282px;}
.colorpicker_hsb_b {background-image:url('/admin/img/colorpicker_hsb_b.png');top:112px;left:282px;}
.colorpicker_submit {position:absolute;width:22px;height:22px;background:url('/admin/img/colorpicker_submit.png') top;left:322px;top:142px;overflow:hidden;}
.colorpicker_focus {background-position:center;}
.colorpicker_hex.colorpicker_focus {background-position:bottom;}
.colorpicker_submit.colorpicker_focus {background-position:bottom;}
.colorpicker_slider {background-position:bottom;}

/*주문배송*/
.order_vbx {display: flex;width: 100%;}
.order_vbx dl {min-width: calc(100%/3 - 27px);padding:15px 10px 10px;box-shadow: 0 0 10px #cccccc40; border-radius: 10px; margin-right: 10px}
.order_vbx dl:last-child{margin-right: 0;}
.order_vbx dl:first-child {border-left:0 !important;}
.order_vbx dt {font-size:15px;font-weight:600;margin-bottom:15px;text-align:center;}
.order_vbx dt span {font-size:11px;font-weight:normal;margin-left:5px;color:#e94c1c;}
.order_vbx dd {font-size:15px;position:relative;}
.order_vbx dd p {height:17px;color:#222;font-weight:800;padding:15px 0;}
.order_vbx dd .ddtit {
  height:13px;
  font-size:11px;
  font-weight:600;
  padding:10px 0;
  background-color:var(--color03);
  color: #fff;
}
.order_vbx .od_bx1 {width:290px;}
.order_vbx .od_bx1 dd {width:calc(37% - 2px);margin:0 1px;background-color:#f8f8f8;text-align:center;float:left;}
.order_vbx .od_bx1 dd.total {width:calc(63% - 2px);}
.order_vbx .od_bx1 dd.total {font-size:13px;}
.order_vbx .od_bx2 {width:418px;}
.order_vbx .od_bx2 dd {width:calc(20% - 2px);margin:0 1px;background-color:#f8f8f8;text-align:center;float:left;}
.order_vbx .od_bx3 {width:290px;}
.order_vbx .od_bx3 dd {width:calc(25% - 2px);margin:0 1px;background-color:#f8f8f8;text-align:center;float:left;}

/*목록 바로가기*/
.anchor{margin:0 0 10px 0;height:29px;background:url('/admin/img/tab_menu.gif') repeat-x 0 100%;}
.anchor:after{display:block;visibility:hidden;clear:both;content:"";}
.anchor li{margin:0;padding:0;list-style:none;}
.anchor li,.anchor li a{background:url('/admin/img/bg_tab2_off.gif') no-repeat;}
.anchor li{float:left;margin-right:-2px;line-height:24px;}
.anchor li a{display:inline-block;padding:2px 16px 2px;background-position: 100% 0;font-weight:600;color:#666;text-decoration:none !important;}
.anchor li a:hover{color:#000;}
.anchor li.active,.anchor ul li.active a{background-image:url('/admin/img/bg_tab2_on.gif');}
.anchor li.active a{color:#3376b8;}

/*배너관리*/
.sbn_img{text-align:center;}
.sbn_image{display:none;text-align:left;padding-bottom:10px !important;}

/*가맹점관련*/
#partner_list thead th{padding:6px 10px !important;}
#partner_list tfoot td{font-weight:600;background:#f1f1f1 !important;}

/*주문내역*/
#sodr_list thead th{padding:6px 10px !important;}
#sodr_list td{height:22px;padding:5px 8px;line-height:1.4em !important;}
#sodr_list td a{font-weight:normal !important;}
#sodr_list .td_itname .ad_options{margin-bottom: 5px}

#sodr_list .td_chk {padding:5px 0 !important;}
#sodr_list .td_img {padding:5px 0 5px 8px !important;}
#sodr_list .td_imgline {padding:5px 0 !important;border-left:none !important;}
#sodr_list .td_imgline_left {padding:5px 0 !important;}
#sodr_list .td_itname {border-left:none !important;text-align:left !important;}
#sodr_list .list_point {display:block;text-align:center;}
#sodr_list .list_escrow {display:block;text-align:center;color:#80bc0d;}
#sodr_list .list_test {display:block;text-align:center;color:#ec0e03;}
#sodr_list .list_baesong {display:block;text-align:center;color:#ec0e03;font-weight:600;}
#sodr_list .list_canceltype {display:block;text-align:center;color:#ec0e03;font-weight:600;}
#sodr_list .list_mb_id {display:block;text-align:center;color:#999999;}
#sodr_list .list_cancel {display:block;text-align:right;color:#ec0e03;}

#sod_ws_tot{margin:10px 0 0;padding:0 10px;border:1px solid #e2e2e2;background-color:#f9f9f9;zoom:1;}
#sod_ws_tot:after{display:block;visibility:hidden;clear:both;content:"";}
#sod_ws_tot dt,
#sod_ws_tot dd{float:left;font-weight:600;padding:10px 0;border-top:1px solid #e2e2e2;}
#sod_ws_tot dt{padding-left:2%;width:48%;}
#sod_ws_tot dd{padding-right:2%;width:48%;margin:0;text-align:right;}
#sod_ws_tot .ws_price{background-color:#8f908c;color:#fff;border-top:0 !important;}

/*주문내역출력 (새창)*/
.new_win .sodr_print_pop_list table{width:100%;}
#sodr_print_pop h2{padding:15px 0;margin:0;color:#ff3600;text-align:right;}
#sodr_print_pop h3{margin:0 0 10px;font-size:1em;}
.sodr_print_pop_list{margin:0 20px 10px;padding:0 0 10px;}
.sodr_print_pop_list .sodr_print_pop_same{padding:10px 0;margin:0 0 10px;border:1px solid #e9e9e9;background:#f7f7f7;text-align:center;}
.sodr_print_pop_list dl{margin:0 0 15px;padding:0;zoom:1;}
.sodr_print_pop_list dl:after{display:block;visibility:hidden;clear:both;content:"";}
.sodr_print_pop_list dt{float:left;padding:7px 0 6px;width:100px;border-bottom:1px solid #ddd;}
.sodr_print_pop_list dd{padding:7px 0 6px;border-bottom:1px solid #ddd;overflow:hidden;}
#sodr_print_pop_total{padding:20px 0;text-align:center;}
#sodr_print_pop_total span{display:block;margin:0 0 10px;font-size:1.3em;}
#sodr_print_pop_total strong{color:#ff3600;}

/*주문내역 수정*/
.sodr_nonpay{color:#ff6600;}
strong.sodr_nonpay{display:block;padding:5px 0;text-align:right;}
.sodr_sppay{color:#1f9bff;}
#anc_sodr_orderer #addr1, #anc_sodr_orderer #addr2, #anc_sodr_orderer #addr3{margin:5px 0 0;}
#anc_sodr_taker #b_addr1, #anc_sodr_taker #b_addr2, #anc_sodr_taker #b_addr3{margin:5px 0 0;}
#anc_sodr_orderer #addr_jibeon, #anc_sodr_taker #b_addr_jibeon{display:block;margin:5px 0 0;}
.od_test_caution{font-weight:600;color:#ff0000;margin:10px 0;font-size:1.167em;background:#ffe3e3;padding:10px 20px;}

#anc_sodr_list{margin:0 20px;}
#anc_sodr_pay{margin:30px 20px 0;}
#anc_sodr_memo{margin:30px 20px 0;}
#anc_sodr_addr{margin:30px 20px 50px;}

#sodr_qty_log{}
#sodr_qty_log h3{margin:20px 0 10px;}
#sodr_qty_log div{padding:10px 20px;height:auto !important;height:200px;max-height:200px;border:1px solid #f2f2f2;background:#f9f9f9;line-height:1.6em;overflow-y:scroll;}

/*옵션*/
#sit_option_frm fieldset,#sit_option_addfrm fieldset{margin-top:20px;padding:10px !important;border:1px solid #cbdbe8;background:#f6fbff;text-align:center;font-weight:400;}
.sit_option_msg {display:block;padding-bottom:10px;line-height:1.4em;color:#197fe0;}
