/* BASIC css start */
#bbsData .bbs-link { position: relative; }
#bbsData .bbs-link-top { margin-top: 10px; margin-bottom: -40px;margin-right: 400px; text-align: left; margin-left: 18px; }
#bbsData .bbs-link-btm { margin-top: 10px; margin-bottom: -40px; text-align: right; }

.board_con {
width: 700px;
margin: auto;
}

.write_wrap {
border-top: 1px solid #d9d9d9;
}

#board .page-hd {
position:relative;
margin:0;
padding:0;
}

#board .page-hd h2 {
font-size: 22px;
text-align:center;
margin:0 0 33px;
letter-spacing: 0.07em;
}

.cont-head:after {
display: block;
content:'';
clear:both;
}
.cont-head > div {
  float: left;
}
.cont-head > div:first-child {
width: 140px;
}
.cont-head > div:last-child {
  width: calc(100% - 140px);
}
.cont-head ul {
font-size: 0;
text-align: left;
}
.cont-head ul li {
display: inline-block;
font-size: 14px;
}

.cont-head .tit {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #d5d5d5;
}

#opt_icons {
padding:30px 0 0px;
margin:0 0 24px;
border-bottom:1px solid #ddd;
}

#opt_icons ul {
width: 1000px;
text-align: center;
margin: 0 auto;
}

#opt_icons ul li {
display: inline-block;
width: auto;
text-align:center;
padding: 0 20px;
}

#opt_icons ul li a {
position: relative;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 20px;
  margin-bottom: -1px;
  z-index: 1;
}
#opt_icons ul li.active a {
border-bottom: 1px solid #000;
}

.hd {
position:relative;
padding-top: 66px;
text-align: left;
z-index: 1;
}

.hd h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.tbl {
  padding-bottom: 20px;
}

.tbl table {
width: 100%;
}

.tbl thead {
width:100%;
}

.tbl thead th {
font-size: 14px;
font-weight: 300;
color: #000;
padding: 11px 0;
border-top:1px solid #d9d9d9;
border-bottom:1px solid #d9d9d9;
background:none;
}

.tbl tbody td, .tbl tbody th {
  font-size:13px;
border-bottom: 1px solid #d9d9d9;
padding: 8px 0;
}
.tbl tbody th {
text-align: center;
}
.tbl tbody th div {
font-family: 'GeosansLight', sans-serif;
}
.tbl tbody td[class*="_pdg"] {
  text-align: left;
}

.tbl tbody .not_order, .tbl tbody .not_text, .lst li .not_text {
text-align:center;
padding:40px 0;
border-bottom: 0;
}

.bbs-sch fieldset {
text-align: center;
margin-bottom: 20px;
}
.bbs-sch fieldset input[type="radio"] {
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
width: 12px;
height: 12px;
background: #fff;
border-radius: 50%;
border: 1px solid #d9d9d9;
}
.bbs-sch fieldset input[type="radio"]:checked {
background: #444;
border-color: #444;
}
.bbs-sch label {
line-height: 34px;
display: inline-block;
vertical-align: bottom;
}

.MS_input_txt {
height: 34px;
}

.right .button {
min-width: 70px;
}

.bbs-link {
padding-top: 20px;
}

.title select {
width: 100%;
margin-bottom: 4px;
}
.tbl tbody .notext {
    text-align: center;
    padding: 40px 0;
    border-bottom: 0;
}

.prd-tinfo {
border-top: 1px solid #d9d9d9;
padding-top: 40px;
margin-bottom: 40px;
}
.prd-tinfo a {
position: relative;
    display: block;
    width: 338px;
    margin: 0 auto;
}
.prd-tinfo a > .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.7);
text-align: center;
color: #fff;
opacity: 0;
transition: 0.3s;
}
.prd-tinfo a:hover > .overlay {
opacity: 1;
}
.prd-tinfo a > .overlay .text_wrap {
position: absolute;
top: 50%;
left: 50%;
width: 85%;
transform: translate(-50%, -50%);
}
/* BASIC css end */

