@charset "utf-8"; /* SIR 지운아빠 */

@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css); /* SIR 지운아빠 */

@font-face {
  font-family: NG-font;
  src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.eot);
  src: local(※),
    url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Regular.woff)
      format("woff");
}
@font-face {
  font-family: NGB-font;
  src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.eot);
  src: local(※),
    url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/v3/NanumGothic-Bold.woff)
      format("woff");
}

/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: NG-font;
}
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;
}
header ul,
nav ul,
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="image"],
button {
  border-radius: 0;
  font-size: 1em;
  -webkit-appearance: none;
}
textarea,
select {
  font-size: 1em;
  font-family: NG-font;
}
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

.sound_only {
  position: absolute;
  display: none;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1px;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: right;
}
.hd_pops_footer button {
  margin-right: 5px;
  padding: 5px 10px;
  border: 0;
  background: #393939;
  color: #fff;
}

/* 상단 레이아웃 */
#wrap {
  position: relative;
  width: 100%;
}
#wrap #hd {
  position: fixed;
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 100;
}
#hd h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

#hd_ct {
  position: absolute;
  top: 14px;
  left: 10px;
}
#hd_ct > img {
  width: 65%;
}

#logo {
  position: absolute;
  top: 10px;
  left: 33px;
}
#logo > a > img {
  width: 72%;
  clear: both;
}

#hd_sch {
  position: absolute;
  top: 12px;
  right: 50px;
}
#hd_sch .sch_inner {
  width: 130px;
  height: 26px;
  padding: 0;
  background: #ddd;
}
#hd_sch .sch_inner > img {
  height: 18px;
}
#hd_sch .pop_close {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 7px;
  border: 0;
  background: #626870;
  color: #fff;
}
#sch_str {
  width: 90px;
  height: 24px;
  border: 0px;
  background: #ddd;
  margin-left: 10px;
}

#hd_sch_open {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 0 8px;
  height: 26px;
  background: #444;
  color: #fff;
  border: 0px none;
}
#hd_sch_open > img {
  height: 18px;
}

/* 중간 레이아웃 */
#container {
  position: relative;
  padding: 50px 0 0;
}

/* 2차카테고리 */
#smt_location {
  display: block;
  padding: 10px;
  font-size: 1.1em;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
}
#smt_location > .arrow {
  padding: 0 10px;
}
#smt_location > .smt_here {
  font-weight: bold;
}

.sct_ct {
  position: relative;
  width: 100%;
}
.sct_ct > ul {
  padding: 0 !important;
  border: 0 none !important;
}
.sct_ct > ul > li {
  float: left;
  width: 44.3%;
  padding: 7px 10px;
  font-size: 1.15em;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

/* 내용관리 */
#sit {
  margin: 0 !important;
  border-top: 0px none !important;
}

#ctt {
  margin: 10px 0;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ctt_admin {
  margin: 0 5px;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  padding: 10px 0;
}
.ctt_img {
  text-align: center;
}

/* 하단 레이아웃 */
#fo {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  height: 40px;
  border-top: 1px solid #ddd;
  background: #ffdf24;
  z-index: 99;
}
#fo h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#fo > a {
  float: left;
  display: block;
  width: 20%;
  height: 40px;
  text-align: center;
}
#fo > a > img {
  width: 24px;
  height: 24px;
}
#fo > a > p.home {
  color: #000000;
}
#fo > a > p {
  font-size: 1.1em;
  font-weight: 600;
}

#tail_mb {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 1px solid #ddd;
}
#tail_mb li {
  display: inline-block;
}
#tail_mb a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  letter-spacing: -0.05em;
}

#main_cs_div {
  position: relative;
  padding: 10px;
  background: #f8f8f8;
}
#main_cs_div div > h2 {
  margin: 0 0 3px;
}
#main_cs_div .bank {
  margin: 0 0 7px;
}
#main_cs_div .tel_num {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-left: 1px solid #eee;
  padding-left: 15px;
}
#main_cs_div .tel_num > p {
  font-size: 1.75em;
  font-weight: 600;
}

#ft {
  margin: 0;
  padding: 0;
  font-size: 1em;
  letter-spacing: -0.05em;
}
#ft h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#ft p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.8em;
}
#ft_to_top {
  display: block;
  margin: 10px 10px 20px;
  padding: 10px;
  background: #f8f8f8;
}

.ft_info_inner {
  padding: 15px 0 0;
  background: #dbdbdb;
}
.ft_info_inner > span {
  padding-left: 10px;
  font-size: 1em;
  line-height: 1.45em;
}
.ft_copy_inner {
  padding: 20px 0 50px;
  background: #dbdbdb;
}
.ft_copy_ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ft_copy_ul > li {
  display: inline-block;
  padding: 0 10px;
  font-size: 1em;
  border-right: 1px solid #ccc;
  list-style: none;
}
.ft_copy_ul > li:last-child {
  border-right: 0px none;
}
.ft_copy_inner > p {
  clear: both;
  padding: 5px 0 20px !important;
  text-align: center;
}

/* 목록 바로가기 */
.sanchor {
  margin: 0;
  padding: 0;
  height: 49px;
}
.sanchor:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sanchor li {
  float: left;
  list-style: none;
}
.sanchor a {
  display: inline-block;
  padding: 10px 0;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.sanchor a:focus,
.sanchor a:hover {
  text-decoration: none;
  border-bottom: 3px solid #f26955;
}
a.sanchor_on {
  text-decoration: none;
  border-bottom: 3px solid #f26955;
}

/* ########## 쇼핑몰 컨텐츠 ########## */
/* 분류:새창 */
#sct_win {
}
#sct_win h1 {
  padding: 15px 0;
  text-align: center;
}
#sct_win_nav {
  margin: 0 0 20px;
}
#sct_win_nav h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#sct_win_nav ul {
  border-top: 1px solid #ddd;
}
#sct_win_nav li {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #f5f6fa;
}
#sct_win_nav a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.sct_ct_view {
  font-weight: bold;
}
.sct_list_view {
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  background: #333;
  color: #fff !important;
  text-align: center;
}

#sct_win_empty {
  margin: 0 0 1em;
  padding: 5em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f6fa;
  text-align: center;
}

#sct_win .win_btn {
  text-align: center;
}
#sct_win .win_btn button {
  display: inline-block;
  padding: 0 10px;
  height: 2.5em;
  border: 0;
  background: #666;
  color: #fff;
  text-decoration: none;
  line-height: 2.5em;
}

/* 인덱스 이미지 출력 */
#sidx {
  padding: 0;
}

/* 인덱스 상품 */
#slide_tab {
  position: relative;
  margin: -10px 0 30px;
  padding: 0;
  width: 100%;
  height: 40px;
  background: #383838;
  list-style: none;
  overflow: hidden;
}
#slide_tab li {
  position: absolute;
  top: 0;
  text-align: center;
}
#slide_tab button {
  margin: 0;
  padding: 0 15px;
  height: 40px;
  border: 0;
  background: #585858;
  color: #fff;
}
#slide_tab .tab_active button {
  background: transparent;
  font-weight: bold;
}
#sidx_slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.sidx_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

/* 사용후기 모음 */
#sps_sch {
  margin: 0 0 10px;
}
#sps_sch a {
  display: inline-block;
  padding: 0 8px;
  height: 23px;
  background: #333;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 23px;
}
#sps_sch .btn_submit {
  padding: 0 8px;
  height: 23px;
  vertical-align: middle;
}

#sps {
  zoom: 1;
}
#sps ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  list-style: none;
}
#sps li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#sps li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.sps_img {
  float: left;
  width: 25%;
}
.sps_img span {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

#sps dl {
  margin: 5px 0 10px;
}
#sps dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sps dt {
  float: left;
  margin: 0 0 5px;
}
#sps dd {
  float: left;
  margin: 0 15px 5px 5px;
}
#sps dd img {
  position: relative;
  top: -2px;
}

.sps_section {
  float: right;
  width: 75%;
}
.sps_section p {
  padding: 0;
  width: 100%;
}
.sps_con_full {
  padding: 0;
  height: auto !important;
}
.sps_con_btn {
  margin: 5px 0 0;
  text-align: right;
}
.sps_con_btn button {
  margin: 0;
  padding: 5px;
  border: 0;
  background: #565e60;
  color: #fff;
}

/* 상품문의 모음 */
#sqa_sch {
  margin: 0 0 10px;
}
#sqa_sch a {
  display: inline-block;
  padding: 0 8px;
  height: 2em;
  background: #333;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.9em;
}
#sqa_sch .btn_submit {
  padding: 0 8px;
  height: 23px;
  vertical-align: middle;
}

#sqa {
  zoom: 1;
}
#sqa ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  list-style: none;
}
#sqa li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#sqa li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.sqa_img {
  float: left;
  width: 25%;
}
.sqa_img span {
  position: absolute;
  font-size: 0;
  line-height: 0;
}

#sqa dl {
  margin: 5px 0 10px;
}
#sqa dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sqa dt {
  float: left;
  margin: 0 0 5px;
}
#sqa dd {
  float: left;
  margin: 0 15px 5px 5px;
}
#sqa dd img {
  position: relative;
  top: -2px;
}

.sqa_section {
  float: right;
  width: 75%;
}
.sqa_section .sqa_con {
  padding: 10px;
  background: #f8f8f8;
  line-height: 1.7em;
}
.sqa_section p {
  padding: 0;
  width: 100%;
}
.sqa_con_full {
  padding: 0;
  height: auto !important;
}
.sqa_con_btn {
  margin: 5px 0 0;
  text-align: right;
}
.sqa_con_btn button {
  margin: 0;
  padding: 5px;
  border: 0;
  background: #565e60;
  color: #fff;
}

/* 마이페이지 */
#smb_my {
}

#smb_my_ov {
  margin: 0 0 20px;
}
#smb_my_ov h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#smb_my_ov dl {
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
}
#smb_my_ov dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#smb_my_ov dt {
  float: left;
  padding: 10px 3%;
  width: 24%;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
#smb_my_ov dd {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 70%;
  border-bottom: 1px solid #ddd;
}
#smb_my_ov .ov_addr {
  border-bottom: 0;
}

#smb_my_od {
  margin: 0 0 15px;
}
#smb_my_od h2 {
  margin: 0 0 10px;
  text-align: center;
}
#smb_my_od .td_stat {
  width: 100px;
}

#smb_my_wish h2 {
  margin: 0 0 10px;
}
#smb_my_wish ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#smb_my_wish li {
  position: relative;
  padding: 5px 0 30px;
  min-height: 35px;
  border-bottom: 1px solid #ddd;
}
#smb_my_wish li:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
#smb_my_wish .wish_img {
  position: absolute;
  top: 10px;
  left: 0;
}
#smb_my_wish .info_link {
  display: block;
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: bold;
}
#smb_my_wish .info_date {
  position: absolute;
  bottom: 10px;
  right: 0;
}

/* 장바구니 주문서 공통 */
#sod_chk {
  padding: 10px 0;
  text-align: right;
}

.sod_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sod_list .sod_li {
  position: relative;
  padding: 5px 0;
  border-top: 1px solid #ddd;
}
.sod_list .sod_li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_list .li_chk {
  position: absolute;
  top: 12px;
  right: 0;
}
.sod_list .li_name {
  margin: 0 0 15px;
}
.sod_list .li_name a {
  display: block;
  width: 90%;
}
.sod_list .li_name strong {
  display: inline-block;
  padding: 8px 0 10px;
  font-size: 1.167em;
}
.sod_list .li_prqty {
  margin: 0 0 5px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
  text-align: Center;
}
.sod_list .li_prqty:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_list .li_prqty span {
  display: inline-block;
  font-weight: bold;
}
.sod_list .li_prqty span span {
  margin: 0 5px 0 0;
  font-weight: normal;
}
.sod_list .prqty_qty {
  margin: 0 10px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sod_list .prqty_stat {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #ddd;
}
.sod_list .li_cp,
.sod_list .li_mod {
  margin: 5px 0 0;
}
.sod_list .li_cp:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_list .li_cp .cp_btn,
.sod_list .li_cp .cp_cancel,
.sod_list .li_mod .mod_btn {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  border: 0;
  background: #db5f4c;
  color: #fff;
  font-weight: bold;
}
.sod_list .li_cp button.cp_mod {
  float: left;
  width: 69%;
}
.sod_list .li_cp .cp_cancel {
  float: right;
  width: 30%;
  background: #626870;
}
.sod_list .li_total {
  position: relative;
}
.sod_list .total_img {
  position: absolute;
  top: 0;
  left: 0;
}
.sod_list .total_span {
  display: block;
  position: relative;
  padding: 5px 0;
  text-align: right;
}
.sod_list .total_span span {
  position: absolute;
  top: 5px;
  left: 0;
}
.sod_list .total_price {
  border-bottom: 1px solid #ddd;
}

#sod_list_inq {
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
#sod_list_inq div.li_name {
  margin: 0;
}
#sod_list_inq div.li_opt {
  margin: 0 0 15px;
  border: 1px dashed #ddd;
  background: #f8f8f8;
  padding: 8px;
  line-height: 2em;
}

.sod_opt {
  border: 1px dashed #999;
}
.sod_opt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sod_opt li {
  padding: 8px;
}

#sit_opt_added {
  margin: 0;
  padding: 0;
  border: 1px dashed #999;
  list-style: none;
}
#sit_opt_added li {
  padding: 10px;
}
#sit_opt_added li > div > input {
  background: #fff;
}
#sit_opt_added li > div > button {
  margin-left: 2px;
}
#sit_opt_added li div {
  margin: 5px 0 0;
  text-align: right;
}
#sit_opt_added .btn_frmline {
  height: 2.6em;
  line-height: 2.6em;
}

#sit_tot_price {
  display: block;
  margin: 15px 0;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: right;
  font-size: 1.35em;
  font-weight: bold;
}

/* 장바구니 */
#sod_bsk {
  padding: 0 10px;
}

#sod_bsk_list {
  position: relative;
}
#sod_bsk_list #mod_option_frm {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3%;
  width: 93.5%;
  height: auto !important;
  height: 480px;
  max-height: 480px;
  border: 1px solid #db5f4c;
  background: #fff;
  overflow-y: scroll;
}
html.no-overflowscrolling #mod_option_frm {
  height: auto;
  max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */

#sod_bsk_tot {
  margin: 0 0 15px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f8f8f8;
}
#sod_bsk_tot:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_bsk_tot dt,
#sod_bsk_tot dd {
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#sod_bsk_tot dt {
  padding-left: 2%;
  width: 48%;
  font-weight: bold;
}
#sod_bsk_tot dd {
  margin: 0;
  padding-right: 2%;
  width: 47%;
  text-align: right;
}
.sod_bsk_cnt {
  border-bottom: 0px none !important;
  background: #f26955;
  color: #fff;
}
.sod_bsk_point {
  border-bottom: 0 !important;
}

#sod_bsk_act {
  margin: 0 0 20px;
  text-align: center;
}
#sod_bsk_act a.btn01 {
}
#sod_bsk_act button.btn01 {
}

/* 위시리스트 */
#sod_ws {
}
#sod_ws .tbl_head01 a {
  padding-right: 0;
  padding-left: 0;
}
.sod_ws_img {
  width: 50px;
  text-align: center;
}
#sod_ws_act {
  text-align: center;
}

/* 쿠폰 */
#scp_list {
}
#scp_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#scp_list li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
#scp_list li:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
#scp_list .li_title {
  display: block;
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: bold;
}
#scp_list .li_pd {
  margin: 0 0 5px;
  zoom: 1;
}
#scp_list .li_pd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#scp_list .pd_price {
  float: left;
}
#scp_list .pd_date {
  float: right;
}
#scp_list .li_target {
  padding: 5px 0;
}

/* 주문서 작성 */
#sod_frm {
  margin: 10px;
}
#sod_frm h2 {
  margin: 0 0 5px;
  font-size: 1.167em;
  letter-spacing: -0.5px;
}
#sod_frm p {
  margin: 0 0 10px;
}

#sod_frm #cp_frm {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 90%;
  height: auto !important;
  height: 480px;
  max-height: 480px;
  border: 1px solid #c9c9c9;
  background: #f8f8f8;
  overflow-y: scroll;
}
html.no-overflowscrolling #cp_frm {
  height: auto;
  max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */

#sod_frm_deli {
  position: relative;
  line-height: 2em;
}
#sod_frm_deli #order_address {
  display: block;
  padding: 5px 0; /*background:#000;*/
  background: -moz-linear-gradient(top, #aaa 0%, #888 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #aaa),
    color-stop(100%, #888)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #aaa 0%,
    #888 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aaa 0%, #888 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aaa 0%, #888 100%); /* IE10+ */
  background: linear-gradient(to bottom, #aaa 0%, #888 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#888',GradientType=0 ); /* IE6-9 */
  color: #fff;
  text-align: center;
}

#sod_frm_orderer {
  margin: 15px 0 30px;
}
#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
  display: inline-block;
  margin: 5px 0 0;
}

#sod_frm_same {
  margin: 0 0 10px;
}

#sod_frm_pay {
  position: relative;
}
#sod_frm_pay .tbl_head01 caption {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#sod_frm_pay .tbl_head01 th {
  width: auto !important;
  font-weight: bold;
  text-align: center !important;
}
#sod_frm_pay .tbl_head01 td {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  line-height: 1.5em !important;
  word-break: break-all !important;
}
#sod_frm_pay #sc_coupon_frm,
#sod_frm_pay #od_coupon_frm {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 90%;
  height: auto !important;
  height: 480px;
  max-height: 480px;
  border: 1px solid #000;
  background: #f8f8f8;
  overflow-y: scroll;
}
#sod_frm_pay #od_coupon_frm th {
  width: auto;
}
html.no-overflowscrolling #sc_coupon_frm,
html.no-overflowscrolling #od_coupon_frm {
  height: auto;
  max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {
  margin: 0 0 10px;
}

#sod_frm_paysel {
  margin: 0 0 15px;
}
#sod_frm_paysel ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background: #f8f8f8;
  list-style: none;
}
#sod_frm_paysel ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_frm_paysel li {
  float: left;
  padding: 5px 2%;
  width: 46%;
}
#sod_frm_paysel #settle_bank {
  padding: 10px;
  background: #ddd;
  line-height: 2em;
}
#sod_frm_paysel #settle_bank select {
  padding: 5px 0;
  margin: 0 0 5px;
}
#sod_frm_paysel #settle_bank label {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: bold;
}
#sod_frm_paysel #settle_bank .frm_input {
  background: #fff;
  text-align: center;
}

#sod_frm_escrow {
  margin: 30px 0 0;
}

#od_addr1,
#od_addr2,
#od_addr3,
#od_email,
#od_b_addr1,
#od_b_addr2,
#od_b_addr3 {
  width: 100%;
}
#sod_frm #od_memo {
  height: 70px;
}

#sod_frm_pt {
  margin: 10px 0 5px;
}
#sod_frm_pt_alert,
#sod_frm_pt_info {
  margin: 0 0 10px;
}

#sod_frm #show_progress {
  text-align: center;
}
#sod_frm #show_progress span {
  display: block;
  margin: 5px 0 0;
}

/* 배송지 목록 */
#sod_addr {
}
#sod_addr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sod_addr li {
  position: relative;
  padding: 5px 0 5px 20px;
  min-height: 35px;
  border-bottom: 1px solid #ddd;
}
#sod_addr .addr_chk {
  position: absolute;
  top: 9px;
  left: 0;
}
#sod_addr .addr_default {
  position: absolute;
  top: 9px;
  right: 0;
}
#sod_addr .addr_addr {
  margin: 10px 0 5px;
}
#sod_addr .addr_name {
  float: left;
  margin: 0 0 10px;
}
#sod_addr .addr_tel {
  float: right;
  margin: 0 0 10px;
}
#sod_addr .addr_btn {
  clear: both;
  text-align: right;
}
#sod_addr .addr_btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_addr #btn_sel {
  width: 25%;
  border: 0;
  line-height: 2.5em;
  background: #626870;
  color: #fff;
}
#sod_addr #btn_del {
  display: inline-block;
  width: 15%;
  line-height: 2.5em;
  background: #f8f8f8;
  color: #ff3061;
  text-align: center;
}

/* 주문내역 */
#sod_v {
  margin-top: 12px;
}
#sod_v .td_stat {
  width: 100px;
}
#sod_v_info {
  margin: 0 0 10px;
  text-align: center;
}

/* 주문상세내역 */
#sod_fin {
}

#sod_fin_no {
  margin: 0 0 20px;
}

#sod_fin_list h2 {
  margin: 0 0 10px;
}

#sod_sts_wrap {
  margin: 0 0 10px;
  text-align: right;
}
#sod_sts_explan {
  display: none;
}

#sod_fin_legend {
  margin: 10px 0;
  padding: 10px 10px 0;
  border: 1px solid #ddd;
  text-align: left;
}
#sod_fin_legend:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_fin_legend dt {
  clear: both;
  float: left;
  margin: 0 0 5px;
  width: 50px;
  font-weight: bold;
}
#sod_fin_legend dd {
  float: left;
  margin: 0;
}

#request_form {
  position: relative;
}
#request_form div {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 31px;
  left: 0;
  padding: 10px 0;
  width: 290px;
  border: 1px solid #000;
  background: #f8f8f8;
  text-align: center;
}
#request_form label {
  letter-spacing: -0.1em;
}
#request_form .frm_input {
  width: 170px;
  background: #fff !important;
}
#request_form .btn_frmline,
#request_form .btn_cancel {
  margin: 5px 0 0;
  padding: 0 5px;
  height: 1.9em;
  vertical-align: middle !important;
  line-height: 1.9em;
}

#sod_req_btn {
  margin: 0 0 10px;
}
#sod_req_btn button {
  background: #626870;
}

#sod_req_log {
  margin: 0 0 20px;
}
#sod_req_log ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
  list-style: none;
}
#sod_req_log li {
  padding: 10px 10px 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
#sod_req_log h3 {
  margin: 20px 0 10px;
}
.sod_req_log_view table {
  margin: 0;
}
.sod_req_log_view caption {
  padding: 10px 0;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}
.sod_req_log_view caption span {
  color: #ff3061;
}
.sod_req_log_view th {
  border-top: 1px solid #ddd;
  background: #f7f7f7 !important;
  color: #000 !important;
  text-align: center;
}
.sod_req_log_view td {
  background: #fff;
  color: #000;
}
.sod_req_log_view p {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #000;
}
.sod_req_log_view button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ff3061;
  text-decoration: underline;
  vertical-align: middle;
}

#sod_fin_view {
  border: 1px solid #ddd;
}
#sod_fin_view h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#sod_fin_view h3 {
  margin: 0 0 10px;
}
#sod_fin_view .tbl_head01 th {
  padding: 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
  text-align: left;
}

#sod_fin_pay {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#sod_fin_orderer {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#sod_fin_receiver {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#sod_fin_dvr {
  padding: 10px;
}
#sod_fin_dvr .dvr_link {
  color: #ff3061;
  text-decoration: underline;
}

#sod_fin_tot {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #565e60;
  color: #fff;
}
#sod_fin_tot h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#sod_fin_tot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sod_fin_tot li {
  padding: 10px;
  border-bottom: 1px solid #6f7a7d;
}
#sod_fin_tot li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_fin_tot #alrdy {
  border-bottom: 0 !important;
}
#sod_fin_tot strong {
  float: right;
}

#sod_fin_cancel {
  text-align: center;
}
#sod_fin_cancel h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#sod_fin_cancel button {
  padding: 10px;
  border: 0;
  background: #ff3600;
  color: #fff;
}
#sod_fin_cancelfrm {
  display: none;
  margin: 10px 0 0;
}
#sod_fin_cancelfrm .frm_input {
  background: #fff;
}

#sod_fin_test {
  padding: 10px;
}

/* 주문내역 include */
#sod_inquiry {
}
#sod_inquiry ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sod_inquiry li {
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #ddd;
}
#sod_inquiry li:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
#sod_inquiry li div:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_inquiry .idtime_link {
  float: left;
  color: #ff3061;
}
#sod_inquiry .idtime_time {
  float: right;
}
#sod_inquiry .inquiry_name {
  margin: 5px 0;
  font-size: 1.2em;
  font-weight: bold;
}
#sod_inquiry .inquiry_price {
  margin: 0 0 5px;
  font-size: 1.2em;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sod_inquiry .inquiry_inv {
  padding: 5px;
  background: #ffdf24;
  text-align: center;
}
#sod_inquiry .inv_status {
  font-weight: bold;
}

/* 주문상세내역 중 현금영수증 발급 */
#scash {
}
#scash section {
  padding: 10px 0;
}
#scash h2 {
  margin: 0 0 10px;
  text-align: center;
}
#scash .tbl_head01 th {
  padding: 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
  text-align: left;
}
#scash_apply {
  padding: 10px 0 15px;
  text-align: center;
}
#scash_apply button {
  padding: 10px;
  border: 0;
  background: #565e60;
  color: #fff;
}
#scash_copy {
  text-align: center;
}

/* 상품검색 */
#ssch_frm {
  padding: 20px;
  border: 1px solid #ddd;
  background: #f8f8f8;
}
#ssch_frm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ssch_frm div {
  margin: 0 0 5px;
}
#ssch_frm strong,
#ssch_frm .ssch_lbl {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  vertical-align: middle;
}
#ssch_frm .frm_input {
  background: #fff;
}
#ssch_frm .btn_submit {
  padding: 0 8px;
  height: 23px;
}
#ssch_frm p {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  line-height: 1.5em;
}
#ssch_frm #ssch_qfrom {
  width: 50px;
}
#ssch_frm #ssch_qto {
  width: 50px;
}
#ssch_frm #ssch_q {
  width: 40%;
}
#ssch_frm #ssch_sort {
  margin: 0 0 10px;
  padding: 1px 0 0 1px;
  list-style: none;
}
#ssch_frm #ssch_sort:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ssch_frm #ssch_sort li {
  position: relative;
  float: left;
  margin: 0 0 -1px -1px;
  width: 33%;
}
#ssch_frm #ssch_sort li:nth-of-type(3n) {
  width: 34%;
}
#ssch_frm #ssch_sort a {
  display: block;
  text-align: center;
}
#ssch_frm #ssch_ov {
  text-align: right;
}

#ssch_cate {
}
#ssch_cate ul {
  margin: 10px 0;
  padding: 10px 20px 20px;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
#ssch_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ssch_cate li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
}
#ssch_cate a {
}
#ssch_cate a span {
  font-weight: bold;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  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: 1.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* 이미지 등비율 리사이징 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 */
#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 audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha #captcha_img {
  width: 60px;
  height: 30px;
  border: 1px solid #ddd;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0 5px;
  height: 32px;
  border: 0;
  background: #eee;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
#captcha #captcha_key {
  margin: 0 0 0 4px;
  padding: 0 5px;
  width: 50px;
  height: 30px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 2.8em;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* Mobile화면으로 */
#mobile_cng {
  display: block;
  margin: 5px;
  padding: 5px 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  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: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
}
.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 #ddd;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* 콘텐츠별 스타일 */
.cnt_cmt {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: bold;
}

/* 버튼 */
a.btn01 {
  display: inline-block;
  padding: 8px 7px 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: 8px 7px 7px;
  border: 1px solid #3b3c3f; /*background:#4b545e;*/
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background: #424242; /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #424242 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #555),
    color-stop(100%, #424242)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #555 0%,
    #424242 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #424242 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #424242 100%); /* IE10+ */
  background: linear-gradient(to bottom, #555 0%, #424242 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}
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: center;
} /* 서식단계 진행 */

.btn_submit {
  padding: 8px;
  border: 0;
  background: linear-gradient(to bottom, #f26955 0%, #db5f4c 100%);
  background: #db5f4c; /* Old browsers */
  background: -moz-linear-gradient(top, #f26955 0%, #db5f4c 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f26955),
    color-stop(100%, #db5f4c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f26955 0%,
    #db5f4c 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f26955 0%,
    #db5f4c 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f26955 0%, #db5f4c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f26955 0%, #db5f4c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26955', endColorstr='#db5f4c',GradientType=0 ); /* IE6-9 */
  color: #fff;
  letter-spacing: -0.1em;
}
fieldset .btn_submit {
  padding: 0 7px;
  height: 24px;
  line-height: 1em;
}

a.btn_cancel {
  display: inline-block;
  padding: 8px 7px 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none;
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  height: 1.9em;
  border: 0; /*background:#333;*/
  background: -moz-linear-gradient(top, #aaa 0%, #888 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #aaa),
    color-stop(100%, #888)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #aaa 0%,
    #888 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aaa 0%, #888 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aaa 0%, #888 100%); /* IE10+ */
  background: linear-gradient(to bottom, #aaa 0%, #888 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#888',GradientType=0 ); /* IE6-9 */
  color: #fff;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
  line-height: 1.9em;
} /* 우편번호검색버튼 등 */
button.btn_frmline {
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01 {
  display: inline-block;
  margin: 0 0 3px;
  padding: 8px 7px 7px;
  border: 1px solid #d9ded9;
  background: #f8f8f8;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b01:focus,
.btn_b01:hover {
  text-decoration: none;
}
a.btn_b02 {
  display: inline-block;
  margin: 0 0 3px;
  padding: 8px 7px 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b02:focus,
.btn_b02:hover {
  text-decoration: none;
}
a.btn_admin {
  display: inline-block;
  margin: 0 0 3px;
  padding: 8px 7px 7px;
  border: 1px solid #e8180c;
  background: #e8180c;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
  text-decoration: none;
}

/* 기본테이블 */
.tbl_wrap {
  margin: 0 0 10px;
}
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_wrap caption {
  padding: 10px 0;
  color: #4b8b99;
  font-weight: bold;
  text-align: left;
}

.tbl_head01 {
}
.tbl_head01 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.tbl_head01 thead th {
  padding: 12px 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_head01 thead a {
  color: #383838;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head01 tfoot td {
  border-color: #666;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl_head01 td {
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
  word-break: break-all;
}

.tbl_head02 {
}
.tbl_head02 caption {
  padding: 0 0 10px;
  color: #777;
  text-align: left;
}
.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 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #484848;
  color: #fff;
}
.tbl_head02 tfoot td {
  border-color: #666;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
  word-break: break-all;
}

/* 폼 테이블 */
.tbl_frm01 {
}
.tbl_frm01 th {
  padding: 10px 0;
  width: 90px;
  border: 1px solid #ddd;
  border-left: 0;
}
.tbl_frm01 td {
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: transparent;
}
.tbl_frm01 textarea,
.frm_input {
  border: 1px solid #eee;
  background: #f8f8f8;
  vertical-align: middle;
  line-height: 2.4em;
  -webkit-appearance: none;
}
.tbl_frm01 textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_address {
  margin-top: 5px;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 5px 0 0;
  color: #666;
  line-height: 1.3em;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 20px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background: url("../img/wrest.gif") #f8f8f8 top right no-repeat !important;
}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {
  width: 40px;
}
.grid_2 {
  width: 90px;
}
.grid_3 {
  width: 140px;
}
.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;
}

/* 테이블 항목별 정의 */
.td_chk {
  width: 30px;
  text-align: center;
}
.td_group {
  width: 100px;
  text-align: center;
}
.td_board {
  width: 120px;
  text-align: center;
}
.td_statsmall {
  width: 50px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 120px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_namesmall {
  width: 100px;
  text-align: left;
}
.td_date {
  width: 50px;
  text-align: center;
}
.td_datetime {
  width: 170px;
  text-align: center;
}
.td_mngsmall {
  width: 40px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_stat {
  text-align: center;
}

/* 새창 기본 스타일 */
.new_win {
}
.new_win #win_title {
  margin: 0 0 20px;
  padding: 20px;
  border-top: 3px solid #4e5d60;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win .win_ul {
  margin: -20px 0 20px 0;
  padding: 0 20px;
  border-bottom: 1px solid #455255;
  background: #484848;
  list-style: none;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  margin-left: -1px;
}
.new_win .win_ul a {
  display: block;
  padding: 10px;
  border-right: 1px solid #455255;
  border-left: 1px solid #455255;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.new_win .win_desc {
  /*margin:0 20px*/
}

.new_win .win_btn {
  clear: both;
  margin: 20px;
  text-align: center;
}
.new_win .win_btn a {
  display: inline-block;
  padding: 0 10px;
  height: 2.5em;
  background: #666;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 2.5em;
}
.new_win .win_btn button {
  display: inline-block;
  padding: 0 10px;
  height: 2.5em;
  border: 0;
  background: #666;
  color: #fff;
  text-decoration: none;
  line-height: 2.5em;
}
.new_win .win_btn input {
  padding: 0 10px;
  height: 2.5em;
  line-height: 2.5em;
}

/* 자바스크립트 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 #ddd;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  border: 1px solid #283646;
  background: #111;
}
.sv_wrap .sv a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 5px !important;
  width: 94px;
  border-bottom: 1px solid #283646;
  color: #fff !important;
}
.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
  text-decoration: none !important;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 20px;
  width: auto;
  height: auto !important;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: center;
}
.pg {
}
.pg_page,
.pg_current,
.qa_page {
  display: inline-block;
  padding: 0 8px;
  height: 25px;
  color: #000;
  letter-spacing: 0;
  line-height: 2.2em;
  vertical-align: middle;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page,
.qa_page {
  background: #f8f8f8;
  text-decoration: none;
}
.pg_start,
.pg_prev {
  /* 이전 */
}
.pg_end,
.pg_next {
  /* 다음 */
}
.pg_current {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: normal;
}

/* 상품상세 메뉴 floating */
#info_top_layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
}
#form_btn_layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #eee;
}

/* 추가 CSS */

.RoundBox {
  -moz-border-radius: 100px; /*모질라*/
  -webkit-border-radius: 100px; /*웹킷*/
  /*IE9+,FF4+,chrome,Safari5,+opera*/
  border-radius: 100px;
}

.grid-container {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: max-content;
  gap: 10px 0px;
  grid-template-areas: ". . . . .";
  height: 80px;
}

.full_box {
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  border-bottom-color: #ddd;
  padding-top: 10px;
  padding-bottom: 5px;
}

.top-box {
  text-align: center;
  margin-top: 10px;
  height: 22px;
  font-size: 1.1em;
  font-weight: 500;
}

.grid-container img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  text-align: center;
}
