@charset "utf-8";
/* CSS Document */

[lang="ko"] {
  word-break: keep-all
}
body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
abbr, acronym, fieldset, img, input {
  border: 0
}
*, select {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
audio:not([controls]), hr {
  height: 0;
  display: none
}
a, a:active, a:hover, a:link, a:visited {
  text-decoration: none
}
button, select {
  text-transform: none
}
a:link, a:visited, body, html {
  color: #494949
}
#accessibility a:link, #accessibility a:visited, a, a:hover {
  color: #333
}
* {
  -webkit-touch-callout: none;
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:lang(zh-CN) {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif
}
:lang(ja) {
  font-family: Hiragino Kaku Gothic Pro, osaka, sans-serif
}
:lang(en) {
  font-family: 'Roboto', 'Frutiger Linotype', sans-serif;
}
html {
  -webkit-font-size-adjust: none;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
a, abbr, address, article, aside, audio, body, canvas, caption, cite, dd, details, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, img, label, legend, li, menu, nav, object, ol, p, section, span, strong, summary, table, tbody, td, tfoot, th, thead, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: -0.02em;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
img {
  -webkit-tap-highlight-color: transparent;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
a, body, button, input, label, span {
  line-height: 1.6
}
blockquote, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0
}
input, select, td, textarea, th {
  font-family:'NotoSansKR', 'gothic', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", sans-serif;
  font-size: 15px;
  color: #494949
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  display: table
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 300
}
li, ol, ul {
  list-style: none
}
abbr, acronym {
  cursor: help
}
caption, legend {
  overflow: hidden;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0
}
button, button[disabled], html input[disabled], input[type=reset], input[type=submit], label {
  cursor: pointer
}
select {
  height: 22px;
  line-height: 1;
  border: 1px solid #c9c9c9
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  vertical-align: middle
}
button, html input[type=button], input[type=reset], input[type=submit] {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button
}
audio[controls], canvas, video {
  display: inline-block
}
body, button {
  font-size: 1em;
  color: #494949
}
hr {
  clear: both;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
a:active, a:hover, button:hover, button:active {
  outline: none
}
a:focus, button:focus {
  outline: 1px dotted #ddd;
}
address, em {
  font-style: normal
}
abbr[title] {
  border-bottom: 1px dotted
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
button, input, label {
  vertical-align: middle
}
button {
  border: 0
}
button, input, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline
}
.hide, .skip, .sr-only {
  position: absolute;
  height: 0;
  font-size: 0
}
button, input {
  overflow: visible;
  line-height: 1
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box
}

a:active, a:hover {
  color: #000
}
.hide, .skip {
  top: 0
}
.sr-only {
  width: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0)
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
#accessibility {
  display: none;
  position: absolute;
  top: -66px;
  left: 0;
  background-color: #f8f8f8;
  z-index: 999999
}
#accessibility a {
  display: block;
  padding: 5px 0;
  text-align: center;
  line-height: 21px
}
#accessibility a:active, #accessibility a:focus, #accessibility a:hover {
  color: #000;
  text-decoration: underline
}
.clearfix {
  width: 100%
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  visibility: hidden;
  clear: both
}
.content-info__charge {
  clear: both;
}
.content-info__charge, .content_info__satisfaction {
  position: relative;
  padding: 15px 25px;
  border: 1px solid #ececec;
  background-color: #fff;
  text-align: left
}
.content-info__charge {
  background: #fcfcfc
}
.content_info__satisfaction {
  margin-top: -1px;
  margin-bottom: 30px
}
.content-info__charge strong {
  position: relative;
  margin-right: 10px;
  padding-left: 17px;
  color: #333;
  font-weight: 700
}
.content-info__charge strong:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 17px;
  background: url(/pcms/common/images/ir/content-info.png) -29px 0 no-repeat;
  content: ''
}
.content-info__charge span {
  display: inline-block;
  margin-right: 10px
}
.content-info__charge .last {
  position: relative;
  float: right;
  margin-right: 0;
  padding-left: 20px
}
.content-info__charge .last em:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/pcms/common/images/ir/content-info.png) -14px 0 no-repeat;
  content: ''
}
.content_info__satisfaction .research {
  position: relative;
  width: 100%
}
.content_info__satisfaction .research:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.content_info__satisfaction .research strong {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  color: #444;
  font-size: 15px;
  font-family: 'gothic', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", sans-serif;
  -weight: 600
}
.content_info__satisfaction .research strong:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(/pcms/common/images/ir/content-info.png) no-repeat;
  content: ''
}
.content_info__satisfaction .research div {
  display: block;
  position: relative;
  margin-top: -3px;
  padding: 7px 490px 7px 0
}
.content_info__satisfaction .research div * {
  vertical-align: middle
}
.content_info__satisfaction .research div label {
  margin-right: 8px;
  font-size: 13px
}
.content_info__satisfaction .research div input[type=radio]:focus + label {
  color: #e83e26
}
.content_info__satisfaction .research div input[type=radio] {
  position: relative;
  top: -1px
}
.content_info__satisfaction .research input[type=text] {
  position: absolute;
  top: 0;
  right: 80px;
  width: 410px;
  min-width: auto;
  height: 30px;
  border: 1px solid #ddd
}
.content_info__satisfaction .research input[type=button], .content_info__satisfaction .research input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #2f71d2;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  line-height: 1.166
}
@media only screen and (max-width:1100px) {
  .content_info__satisfaction .research div {
    padding-right: 370px
  }
  .content_info__satisfaction .research input[type=text] {
    width: 280px
  }
}
@media only screen and (max-width:768px) {
  .content-info__charge span {
    display: block;
    float: none;
    padding: 0;
    margin-bottom: 3px
  }
  .content-info__charge .last {
    float: none;
    padding-left: 0
  }
  .content-info__charge .last em:before {
    display: none
  }
  .content_info__satisfaction .research strong {
    font-size: 14px
  }
  .content_info__satisfaction .research div {
    padding: 10px
  }
  .content_info__satisfaction .research input[type=button], .content_info__satisfaction .research input[type=submit], .content_info__satisfaction .research input[type=text] {
    position: relative;
    top: 0;
    right: auto
  }
  .content_info__satisfaction .research input[type=text] {
    width: 68%
  }
  .content_info__satisfaction .research input[type=button], .content_info__satisfaction .research input[type=submit] {
    width: 30%
  }
}
.content-info__charge {
  margin-top: 0
}
.content-info {
  position: relative;
  margin-top: 100px;
  clear: both;
}
.content-info.add_kogl {
  padding-right: 29%
}
.content-info.add_kogl .content-info__charge strong {
  display: none
}
.content-info.add_kogl .content-info__charge span {
  font-size: 14px
}
.content-info.add_kogl .content_info__satisfaction .research div {
  padding-right: 80px
}
.content-info.add_kogl .content_info__satisfaction .research input[type=text] {
  position: relative;
  top: auto;
  right: auto;
  width: 100%
}
.content-info.add_kogl .content_info__satisfaction .research input[type=button], .content-info.add_kogl .content_info__satisfaction .research input[type=submit] {
  top: auto;
  bottom: 7px
}
.content-info.add_kogl .content_info__kogl {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  min-height: 185px;
  border: 1px solid #ececec
}
.content-info.add_kogl .content_info__kogl .content-kogl__title {
  display: block;
  position: relative;
  padding: 15px 25px;
  border: 1px solid #ececec;
  background-color: #fcfcfc;
  color: #333;
  font-weight: 600;
  text-align: left;
  line-height: 1.4
}
.content-info.add_kogl .content_info__kogl .inner {
  padding: 20px 25px 0
}
.content-info.add_kogl .content_info__kogl .mark--area {
  height: 41px;
  margin: 0 auto 15px;
  background: url(/pcms/common/images/ir/ir-kogl.png) no-repeat;
  font-size: 0
}
.content-info.add_kogl .content_info__kogl .mark--area.mark1 {
  width: 111px;
  background-position: 0 -1px
}
.content-info.add_kogl .content_info__kogl .mark--area.mark2 {
  width: 136px;
  background-position: -172px -1px
}
.content-info.add_kogl .content_info__kogl .mark--area.mark3 {
  width: 136px;
  background-position: 0 -52px
}
.content-info.add_kogl .content_info__kogl .mark--area.mark4 {
  width: 185px;
  background-position: -172px -52px
}
.content-info.add_kogl .content_info__kogl .mark--text {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 1.2
}
@media only screen and (max-width:1200px) {
  .content-info__charge, .content_info__satisfaction {
    padding: 15px 12px
  }
  .content-info.add_kogl .content_info__kogl .content-kogl__title {
    padding: 15px 12px;
    text-align: center
  }
  .content-info.add_kogl .content-info__charge span {
    font-size: 13px
  }
}
@media only screen and (max-width:767px) {
  .content-info.add_kogl .content_info__satisfaction {
    margin-bottom: -1px;
    border-bottom: none
  }
  .content-info.add_kogl {
    padding-right: 0
  }
  .content-info.add_kogl .content_info__kogl {
    position: relative;
    right: auto;
    width: auto;
    min-height: auto
  }
  .content-info.add_kogl .content_info__kogl .inner {
    padding-bottom: 20px
  }
}
#skipnavi {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #333;
  z-index: 999999
}
#skipnavi a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px;
  margin-top: -100px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #000;
}
#skipnavi a:link {
  color: #333;
}
#skipnavi a:focus {
  margin-top: 0;
  text-decoration: underline;
  color: #fff
}
input {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: middle
}
input[type="file"] {
  border: none
}
input[type="radio"], input[type="checkbox"] {
  border: none
}
button {
  text-transform: none;
  vertical-align: middle
}
button, [type="button"], [type="reset"], [type="submit"] {
  background-color: transparent;
  cursor: pointer;
}
select {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: none;
  vertical-align: middle;
}
textarea {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: middle;
  resize: none;
}
input[disabled="disabled"] {
  background-color: #ebebeb;
  color: #959595
}
select[disabled="disabled"] {
  background-color: #ebebeb;
  color: transparent
}
input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text]::-ms-clear {
  display: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select {
   padding: 0 10px;
  background: transparent url(/img/ko/sub/sb_slt_spr.jpg) no-repeat 92% 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
select::-ms-expand {
  display: none;
}
/*
::selection{background:#ee282f; color:#fff; text-shadow:none;}
::-moz-selection{background:#ee282f; color:#fff; text-shadow:none;}
::-webkit-selection{background:#ee282f; color:#fff; text-shadow:none;}
*/
br {
  font-size: 0
}
.footer-site {
  display: none !important;
}
.footer_info {
  display: block;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  position: relative;
  margin-top: 40px;
}
.lypopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  max-width: 428px;
  width: 100%;
}
.lypopup > a {
  display: block;
  width: 100%;
  height: 100%;
}
.lypopup > a img {
  width: 100%
}
.lypopup .pop_close {
  margin-top: -24px;
  text-align: right;
  background: #4d4d4d
}
.lypopup .pop_font a {
  color: #fff;
  margin-left: 10px;
}


.DisplayB {display:block !important;}
.DisplayN {display:none !important;}
.DisplayI {display:inline !important;}

/* 레이어팝업 css 시작 */
.layerPopup {position:absolute;z-index:100;border:2px solid #000;}
.layerPopup .pop_imgBox {}
.layerPopup .pop_contBox {}
.layerPopup .pop_btm {width:100%;height:40px;line-height:40px;clear:both;background:#d4d4d4;text-align:right;padding:0 20px;border-top:1px solid #a1a1a1}
.layerPopup .pop_btm .btn_p_closed {font-size:16px;font-weight:900;color:#000}
/* 레이어팝업 css 종료 */

 /* bbsList */
 .bbsList{width:100%}
.bbsList th,
.bbsList td{padding: 25px 10px;border-bottom:1px solid #eaecf1;text-align:center;}
.bbsList thead th{padding: 20px 10px;border-top:1px dotted #8c92a3;border-bottom:1px solid #d2d7dc;font-weight: 400;color:#222;font-size: 16px;}
.bbsList thead tr:first-child th{border-top: 2px solid #4c4c4c;}
.bbsList td{color:#666; word-break:break-all;}
.bbsList tr.active td{background: #f9f9f9;color:#333 !important;}
.bbsList td[data-table="subject"] a{display: flex;align-items: center;font-size: 16px;letter-spacing: -0.02rem;color: #222;font-weight: 400;}
.bbsList a.new::after {content: "N";color: #e53333;font-weight: 700;font-size: 11px;margin-left: 4px;position: relative;top: -3px;}
.bbsList td[data-table="subject"]{text-align:left;}
.bbsList td[data-table="subject"] i{display:inline-block;margin-left:10px;font-size:13px;color: #aaa;}
.bbsList td[data-table="number"] .notice{display:block;position:relative;margin:0 auto;border-radius: 30px;background: #343434;color: #fff;padding: 5px 0;font-size: 13px;max-width: 50px;}
.bbsList .none{text-align:center;}
.bbsList .reply{display:inline-block;position:relative;padding: 2px 7px;margin-right: 7px;background:#fff;border-radius:3px;border: 1px solid #b3b3b3;font-size:13px;color: #8d8d8d;}
.bbsList .reply:before,
.bbsList .reply:after{content:''; display:none; position:absolute; left:-10px; background:#41464e;}
.bbsList .reply:before{top:0px; width:1px; height:10px;}
.bbsList .reply:after{top:10px; width:10px; height:1px;}
.bbsList + .pagination{border-top-width:0px;}

html[lang="en"] .bbsList td[data-table="number"] .notice:before,
html[lang="ja"] .bbsList td[data-table="number"] .notice:before,
html[lang="zh"] .bbsList td[data-table="number"] .notice:before,
html[lang="ru"] .bbsList td[data-table="number"] .notice:before{content:'N';}

ul.bbsList{border-top: 2px solid #222;}
ul.bbsList li{position:relative;border-bottom:1px solid #eaecf1;}
ul.bbsList li > *{display:block;}
ul.bbsList li .date{position:absolute;left:15px;top:50%;width: 65px;font-size: 14px;color:#999;text-align:center;font-weight: 500;transform:translateY(-50%); transition: all 0.4s ease-out 0s;}
ul.bbsList li .date i{display:block;font-size: 40px;color: #dadada;line-height:1em;transition: all 0.4s ease-out 0s;font-weight: 700;margin-bottom: 3px;}
ul.bbsList li .date:before{content:''; display:block; position:absolute; right:-15px; top:50%; width:1px; height:30px; margin-top:-15px; background:#e5e5e5;}
ul.bbsList li .subject{font-size: 18px;letter-spacing: -0.01rem;font-weight: 400;transition: all 0.4s ease-out 0s;color: #222;display: flex;align-items: center;padding: 39px 15px 39px 125px;}
ul.bbsList li .subject:hover,
ul.bbsList li .subject:focus{color: #222;}
ul.bbsList li .subject > span{display:inline-block;position:relative;width:15px;height:18px;margin: 0 5px 0 4px;background:url(../images/board/icon_file.svg) no-repeat 50% 50%;text-indent:-9999px;}
ul.bbsList li .more{overflow:hidden;position:absolute;right:15px;top:50%;width:36px;height:36px;margin-top:-16px;background:#fff;/* border:1px solid #ddd; */transition:all 0.3s ease 0s;}
ul.bbsList li .more em{display:none; padding-left:10px; color:#f15b6d; line-height:36px; font-size:13px;}
ul.bbsList li .more:before{content:'';display:block;position:absolute;left:50%;top:50%;width:14px;height:14px;margin:-7px 0 0 -7px;background:url(../images/board/icon_more.png) no-repeat 0 0;display: none;}
ul.bbsList li .more.active,
ul.bbsList li .more:hover,
ul.bbsList li .more:focus{border-color:#f15b6d;}
ul.bbsList li .notice{display:inline-block;margin-right:10px;margin-top:-5px;background: #222;border-radius: 0;text-align:center;vertical-align:middle;overflow:hidden;white-space:nowrap;color: #fff;font-size: 13px;padding: 4px 12px;border-radius: 24px;}
ul.bbsList li:hover .date,
ul.bbsList li:hover .date i{color: #222;}

html[lang="en"] ul.bbsList li .notice:before,
html[lang="ja"] ul.bbsList li .notice:before,
html[lang="zh"] ul.bbsList li .notice:before,
html[lang="ru"] ul.bbsList li .notice:before{content:'N';}

@media screen and (max-width:768px){
	.bbsList col[data-table="number"]{width:70px !important;}
	.bbsList col[data-table="genre"]{width:100px !important;}
	.bbsList col[data-table="target"]{width:70px !important;}
	.bbsList col[data-table="state"]{width:100px !important;}
	.bbsList col[data-table="like"]{width:100px !important;}
	
	.bbsView *[data-member-form="email"] > select{width:100% !important;}
	.bbsView th[data-view="file"],
	.bbsView th[data-view="date"],
	.bbsView th[data-view="count"]{padding-left:10px;}	
	.bbsView .address,
	.bbsView .id{position:relative;}
	.bbsView .address input#zip,
	.bbsView .id input#id{width:100%; padding-right:110px;}
	.bbsView .address .button,
	.bbsView .id .button{position:absolute; top:15px; right:10px;}
	.bbsView.page th,
	.bbsView.page td{padding:15px 10px;}	
	.bbsView .button{min-width:90px; font-size:0.8rem;}
	
	.search_bbs .btn.reserve{float:none; clear:left;}
	
	.columnList{margin-top:-1.5em; column-width:200px; column-gap:3em; column-count:2;}
	.columnList li > a{margin:1.5em 0;}

	.designFile.mob input[type="file"]{width:100%; font-size:12px;}

	.bbsPager .inr_pager > a > p{width:160px;}
	.bbsPager .inr_pager .pagerBtn.prev{padding-left:27px;}
	.bbsPager .inr_pager .pagerBtn.next{padding-right:27px;}

	.bbsPager .inr_pager > a{padding-top: 13px;}
	.bbsPager .inr_pager > a > p{display:none;}
	.bbsPager .inr_pager .pagerBtn.prev{padding-left:20px;}
	.bbsPager .inr_pager .pagerBtn.next{padding-right:20px;}
	
	.bbsPager{padding:30px 0 40px;}
	.bbsPager .inr_pager .pagerBtn::before{opacity:0.5;top: 19px;}
	.bbsPager .inr_pager > a > em{font-weight:600; font-size:12px; color:#999;}	
	.bbsPager .inr_pager .pager_list{width: 130px;padding:15px 0;font-size: 12px;}
	
	.bbsAdm > ul > li > a{padding:6px 16px;}
	
	.faqList {margin-top:0}
	.faqList dt:before,
	.faqList dd:before {left:15px;width:24px;height:24px;font-size: 11px;line-height:23px;top: 20px;}
	.faqList dt a:after {right: 15px;}
	.faqList dt a.on:after {right: 15px;}
	.faqList dt {padding: 0 20px 0 49px;}
	.faqList dt a {font-size: 14px;padding: 21px 40px 21px 0;}
	.faqList dd > div {padding: 20px 46px;font-size: 14px;}
}

@media screen and (max-width:640px){
	.bbsList thead{display:none;}
	.bbsList tr{display:block; position:relative; margin-top:10px; border-radius:3px; border:1px solid #eaecf1;}
	.bbsList tr:first-child{margin-top:0px;}
	.bbsList tr:nth-child(2n){background:#f9fafb;}
	.bbsList tbody td{display:block; border-bottom:0px;}
	/*
	.bbsList td[data-table="number"]{display:none;}
	.bbsList td[data-table="subject"]{padding:0px; border-bottom:1px dashed #e4e4e4;}
	.bbsList td[data-table="subject"] > a{display:block; padding:10px;}
	.bbsList td[data-table="date"]{position:absolute; right:0px; bottom:0px; width:80px; letter-spacing:-1px;}
	.bbsList td[data-table="write"]{padding-right:110px; text-align:left;}
	.bbsList td[data-table="category"]{border-bottom:1px dashed #e4e4e4; text-align:left; color:#148f77;}
	*/
	
	.bbsList td[data-table="number"]{display:none}
	.bbsList td[data-table="title"]{padding:10px 20px;border-bottom:1px dashed #e4e4e4;text-align:left;color:#000}
	.bbsList td[data-table="genre"]{padding:10px 110px 10px 20px; text-align:left;}
	.bbsList td[data-table="target"]{position:relative;width:100%;letter-spacing:-1px;padding:10px 20px;text-align:left;}
	.bbsList td[data-table="state"]{padding:10px 110px 10px 20px; text-align:left;}
	.bbsList td[data-table="like"]{position:absolute; right:0px; bottom:0px; width:80px; letter-spacing:-1px;padding:10px 20px}
	
	.bbsList td[data-table="genre2"]{position:absolute; right:0px; top:0px; width:140px; letter-spacing:-1px;padding:10px 20px}
	.bbsList td[data-table="subscription-period"]{width:100%;padding:10px 20px;border-top:1px dashed #e4e4e4;border-bottom:1px dashed #e4e4e4;text-align:left}
	.bbsList td[data-table="cancel-subscription"]{position:absolute; right:0px; bottom:-5px; width:130px; letter-spacing:-1px;padding:10px 20px;text-align:right}
	
	
	
	
	.bbsList .reply + a{padding-top:5px !important;}
	
	ul.bbsList li .subject{font-size:16px;word-break: keep-all;padding: 29px 20px 29px 91px;}
	ul.bbsList li .date{font-size: 0.8rem;left: 0;width: 70px;}
	ul.bbsList li .date i{font-size: 28px;margin-bottom: 1px;}
	
	.photoList > li{width:49%;}
	.photoList > li:nth-child(2n){float:right;}
	.photoList > li:nth-child(3n+2){margin-left:0px; margin-right:0px;}		
	.photoList > li a > em{padding-top:10px;padding-bottom:0;font-weight:600;font-size: 16px;}
	.photoList > li .write{padding-bottom:0;}
	.photoList > li .write em{font-size:14px;}

	.blogList li{padding:15px 0;}
	.blogList li > a{position:relative; min-height:67px;}
	.blogList li .img{float:none; width:120px; height:100px; position:absolute; left:0px; top:3px;}
	.blogList li .img ~ em,
	.blogList li .img ~ p,
	.blogList li .img ~ i{margin-left:140px;}
	
	.pdfList li{float:none !important; width:100%;}
	
	.search_bbs .search,
	.search_bbs .btn{float:none; text-align:center;}
	.search_bbs .btn{margin-top:10px;}
	
	.bbsView col[data-view="th"]{width:80px !important;}
	.bbsView col[data-view="td"]{width:auto !important;}
	.bbsView th[data-view="count"] + td{width:70px !important;}
	.bbsView col[data-write="th"]{width:120px !important;}
	.bbsView col[data-write="td"]{width:auto !important;}
	.bbsView input[type="text"],
	.bbsView input[type="file"],
	.bbsView input[type="password"]{width:100% !important;}
	.bbsView input[data-form-type="datepicker"],
	input.datepicker,
	.bbsView input[type="text"].datepicker{width:105px !important;}
	.bbsView td.tel > input[type="text"],
	.bbsView td.tel > select,
	.bbsView *[data-member-form="phone"] > input[type="text"],
	.bbsView *[data-member-form="phone"] > select{display:inline-block; width:30% !important;}
	.bbsView td.tel > span{display:inline-block;}
	.bbsView td.mail > input[type="text"]{margin:2px 0px;}
	.bbsView td.mail > select{width:100% !important;}
	.bbsView .designFile input[type="file"]{padding-right:110px;}
	.bbsView .designFile .button{position:absolute; top:0px; right:0px;}
	.designFile.mob input[type="file"]{padding-right:0px;}
	
	.comment_area .write textarea{padding:10px 15px;}
	.comment_area .write .input{padding:7px 15px;}
	.comment_area .write .input >  span{float:none !important; display:block; margin:2px 0px;}
	.comment_area .write label{min-width:80px; margin-right:0px;}
	.comment_area .write input[type="text"],
	.comment_area .write input[type="password"]{width:calc(100% - 90px);}
	.comment_area .list .btn{position:static; margin-top:10px;}
	
	.secret_area input[type="password"]{display:block; margin:0 auto 10px;}

	ul.bbsList li .more{right:0;}
	ul.bbsList li .notice{padding:2px 10px;font-size:12px;}
	ul.bbsList li .more{display:none;}	

	table.bbsList colgroup{display:none;}

	.bbsTitle{padding: 0 10px 9px !important;font-weight: 500 !important;font-size: 20px !important;}
	.bbsTitle_cont{margin-bottom:30px;}
	.bbsTitle_cont > i{margin-bottom:10px; font-size:13px;}
	.bbsTitle .reply{margin-right:8px; padding:3px 7px; font-weight:300; font-size:12px;}
	.bbsDate{margin-top:0;}
	.bbsDate > ul > li{padding:0px 11px; font-size:12px;}	

	.bbsView td.conts{padding: 0 0;}

	.bbsContent{padding:30px 0;}
	.bbsContent .conts{min-height:270px;}

	.bbsFile .file{padding:16px 20px;}
	.bbsFile .file li > *:not(em){margin-left:8px; font-size:13px;}
	.bbsFile .file em{font-size:13px;}	
	
	.bbsSearch input[type=text]{width:43%;}

	/* new ver2 */
	.bbsNew_container.v2 .bbsTitle{font-size:28px !important;}
	.bbsNew_container.v2 .bbsTitle_cont{margin-bottom:0;}
	.bbsControls ul li a em{padding:0 30px;}
	.bbsControls{margin-top:20px;}		
}


/*마이페이지*/
.subscribe-state { background-color: #0d6efd; border-radius: 5px; padding: 5px 10px; color: #ffffff;}
.subscribe-state.ing { background-color: #0d6efd; color: #ffffff;}
.subscribe-state.end { background-color: #818181; color: #ffffff;}
.subscribe-state.cancel { background-color: #818181; color: #ffffff;}
.box_setup .edBtn { width: 90px; height: 40px; font-size: 16px; color: #fff; background: #111; border-radius: 5px; display: flex; align-items: center; justify-content: center; border: none; }
.box_setup .edBtn.right { vertical-align: middle; display: inline-block; }
.box_setup .edBtn.on { color: #111111; background-color: #ffffff; border: 2px solid #111111; } 

.img_box {}
.img_box span {background-color: #0d6efd; border-radius: 5px; padding: 5px 10px; color: #ffffff;}
.img_box .expected { background-color: #535353; color: #ffffff;}
.img_box .end { background-color: #535353; color: #ffffff;}
.img_box .proceeding { background-color: #0d6efd; color: #ffffff;}
