.bbs_top {
  position: relative;
}
.bbs_top .totalCount {
  color: #666;
}
.bbs_top .totalCount b {
  color: #1e8bdb;
}
.bbs_top .search_wrap {
  position: absolute;
  top: -14px;
  right: 0;
  overflow: hidden;
}
.bbs_top .search_wrap > * {
  float: left;
  border: 1px solid #dfdfdf;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  padding: 0 10px;
}
.bbs_top .search_wrap label {
  display: none !important;
}
.bbs_top .search_wrap p {
  position: relative;
  border-left: none;
}
.bbs_top .search_wrap button {
  border: none;
}
.bbs_top .search_wrap select {
  padding-right: 25px;
  margin-right: -1px;
}
.bbs_top .search_wrap input {
  border: none;
  padding-right: 50px;
}
.bbs_top .search_wrap button {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 0 15px;
}

.bbs_list_type {
  margin-top: 30px;
  border-top: 2px solid #000;
}
.bbs_list_type dl {
  border-bottom: 1px solid #dfdfdf;
}
.bbs_list_type dl dt,
.bbs_list_type dl dd {
  padding: 30px 15px;
  color: #575757;
}
.bbs_list_type dl dd a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #000;
}

.bbs_list_type dl dd a:hover{
  color:#007bc2;
  font-weight: bold;
}

.bbs_list_type dl dd p {
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.bbs_list_type dl dd p + p {
  margin-left: 30px;
}
.bbs_list_type dl dd p + p:before {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #ccc;
  position: absolute;
  top: 4px;
  left: -14px;
}

.square {
  width: 70px;
  line-height: 70px;
  border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
}

.bbs_list_type01 dl dt {
  width: 140px;
  background: url('../img/common/ic_list.png') no-repeat center center;
  font-size: 20px;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
}
.bbs_list_type01 dl dd:nth-child(2) {
  width: 140px;
}
.bbs_list_type01 dl dd:last-child {
  width: 140px;
  text-align: center;
  font-weight: bold;
}

.bbs_list_type02 dt {
  width: 140px;
}
.bbs_list_type02 dt span {
  display: block;
  width: 100px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}
.bbs_list_type02 dl dd:nth-child(2) {
  width: 140px;
}
.bbs_list_type02 dl dd:last-child {
  font-size: 15px;
  width: 350px;
  text-align: right;
}

.bbs_list_type03 dt {
  width: 170px;
  text-align: center;
}

.square {
  display: block;
  width: 100px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}
.square_orange {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.square_blue {
  border: 1px solid #007bc2;
  color: #007bc2;
}
.square_gray {
  border: 1px solid #808080;
  color: #808080;
}

.paging {
  text-align: center;
  line-height: 35px;
  margin-top: 30px;
}
.paging > * {
  display: inline-block;
}
.paging input,
.paging button {
  width: 30px;
  border: none;
  height: 35px !important;
  line-height: 35px !important;
  text-align: center;
}
.paging input {
  border-bottom: 2px solid #000;
}
.paging button {
  width: inherit;
  padding: 0 10px;
  background-color: #626262;
  color: #fff;
  font-size: 15px;
}
.paging span {
  margin: 0 5px;
}
.paging a {
  position: relative;
  top: -2px;
}

.bbs_detail_wrap .top {
  position: relative;
  padding: 0 0 30px 130px;
  border-bottom: 2px solid #000;
}
.bbs_detail_wrap .top2 {
  padding-left: 0;
}
.bbs_detail_wrap .top span {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  text-align: center;
  border: 1px solid #007bc2;
  padding: 10px 0;
  color: #007bc2;
  font-size: 16px;
}
.bbs_slider_wrap {
  position: relative;
  padding: 30px 50px;
  background-color: #f8f8f8;
}
.bbs_detail_slider .sliders {
  padding: 0 15px;
}
.bbs_detail_slider .sliders img {
  display: block;
  width: 100%;
  height: auto !important;
}
.bbs_detail_slider .slick-arrow {
  width: 33px;
  height: 33px;
  background: no-repeat center center;
  border: none;
}
.bbs_detail_slider .slick-prev {
  background-image: url('../img/sub/ic_slide_prev.png');
}
.bbs_detail_slider .slick-next {
  background-image: url('../img/sub/ic_slide_next.png');
}
.bbs_detail_wrap .info {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 15px;
  font-size: 15px;
}
.bbs_detail_wrap .info p {
  display: inline-block;
  color: #707070;
}
.bbs_detail_wrap .info p span {
  color: #000;
}
.bbs_detail_wrap .info p + p {
  position: relative;
  margin-left: 30px;
}
.bbs_detail_wrap .info p + p:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #dfdfdf;
  position: absolute;
  top: 6px;
  left: -15px;
}
.bbs_detail_wrap .txt {
  padding: 30px;
  line-height: 180%;
}
.bbs_detail_wrap > div:last-child {
  border-bottom: 1px solid #000;
}
.bbs_detail_wrap .info + .info {
  margin-top: -1px;
}

.bbs_detail_wrap .board_file dt {
  width: 73px;
}
.bbs_detail_wrap .board_file button {
  border: none;
  height: auto !important;
  line-height: inherit !important;
  padding-left: 30px;
  background: url('../img/common/ic_file_down.png') no-repeat left top 2px;
}

.bbs_detail_wrap_01 .info {
  background-color: #f8f8f8;
}
.bbs_detail_wrap_01 .txt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.contain_th_table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #a6a6a6;
}
.contain_th_table th,
.contain_th_table td {
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #dfdfdf;
}
.contain_th_table th:first-child,
.contain_th_table td:first-child {
  border-left: none;
}
.contain_th_table th:last-child,
.contain_th_table td:last-child {
  border-right: none;
}
.contain_th_table thead th {
  background-color: #f8f8f8;
}

.mypage_bbs_top {
  position: relative;
  padding: 30px 0;
}
.mypage_bbs_top select {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  width: 150px;
  border: 1px solid #dfdfdf;
}

.bbs_write_wrap,
.bbs_list_table table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #a6a6a6;
}
.bbs_list_table table th,
.bbs_list_table table td {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 10px;
  font-size: 15px;
}
.bbs_list_table table thead th {
  background-color: #f8f8f8;
  font-weight: bold;
}
.bbs_list_table table td button {
  height: inherit;
  line-height: inherit;
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 10px;
}
.bbs_list_table table td a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.no_result {
  padding: 50px 0 80px 0 !important;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.no_result img {
  display: block;
  margin: 30px auto;
}

.bbs_write_wrap th,
.bbs_write_wrap td {
  padding: 15px 15px 15px 45px;
  border-bottom: 1px solid #dfdfdf;
}
.bbs_write_wrap th {
  font-weight: bold;
  background-color: #f8f8f8;
}
.bbs_write_wrap td input,
.bbs_write_wrap td select {
  display: block;
  width: 100%;
}

.bbs_btn_wrap {
  position: relative;
}
.bbs_btn_wrap.has_left_btn > div {
  position: absolute;
  top: 0;
  left: 0;
}

/* 2021 10 19 ì¶”ê°€ */
.radio_wrap input {
  position: relative;
  top: 5px;
}
.bbs_form_table table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #a6a6a6;
  margin-top: 20px;
}
.bbs_form_table th {
  background-color: #f1f1f1;
}
.bbs_form_table tr {
  border-bottom: 1px solid #ccc;
}
.bbs_form_table th,
.bbs_form_table td {
  padding: 10px 25px;
}
.tel_wrap {
  width: inherit;
}
.tel_wrap dd {
  width: 30px;
  text-align: center;
}

.add_wrap .top {
  position: relative;
  width: 300px;
  padding-right: 140px;
}
.add_wrap .top button {
  position: absolute;
  top: 0;
  right: 0;
}
.add_wrap input {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.form_info_wrap {
  border-top: 2px solid #000;
  margin: 40px 0;
}
.form_info_wrap dl {
  border-bottom: 1px solid #dfdfdf;
}
.form_info_wrap dl dt,
.form_info_wrap dl dd {
  padding: 10px;
}
.form_info_wrap dl dd {
  width: 200px;
}

.notice_bbs_detail h2.top {
  padding-left: 0;
}
.notice_bbs_detail .info {
  background-color: #f8f8f8;
}
.notice_bbs_detail .info a {
  padding-left: 30px;
  background: url('../img/common/ic_file_down.png') no-repeat left 5px top;
}

.bbs_inner_list {
  overflow: hidden;
  margin-top: 50px;
  border-top: 1px solid #dfdfdf;
}
.bbs_inner_list a {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 30px 0 150px;
  line-height: 60px;
}
.bbs_inner_list a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  padding-left: 20px;
  text-align: center;
}
.bbs_inner_list a span img {
  display: inline-block;
  margin: 0 10px 0 0;
}

.bbs_photo_list {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #001a33;
}

.bbs_photo_list ul {
  margin: 0 -25px;
  overflow: hidden;
}
.bbs_photo_list * {
  display: block;
}
.bbs_photo_list li {
  float: left;
  width: 33.33%;
  padding: 25px;
}
.bbs_photo_list li.no_result {
  float: none;
  width: 100%;
}
.bbs_photo_list span {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bbs_photo_list b {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  margin: 15px 0;
}
.bbs_photo_list sub {
  color: #666;
  font-size: 16px;
}

.bbs_photo_slider_wrap {
  margin: 50px 0 0 0;
  border: 1px solid #dfdfdf;
}
.bbs_photo_slider_wrap .slider {
  position: relative;
}
.bbs_photo_slider_wrap .inner {
  position: relative;
  padding: 50px;
}
.bbs_photo_slider_wrap .slider-single:before,
.bbs_photo_slider_wrap .slider-single:after {
  content: '';
  width: 90px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.bbs_photo_slider_wrap .slider-single:after {
  left: inherit;
  width: 90px;
  right: 0;
}
.bbs_photo_slider_wrap .slider-single div {
}
.bbs_photo_slider_wrap .slider-single img {
  display: block;
  width: 100%;
  height: auto !important;
}
.bbs_photo_slider_wrap .slider-single .slick-arrow {
  border: none;
  width: 90px;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background: url('../img/sub/ic_photo_prev.png') no-repeat center center;
  z-index: 11;
}
.bbs_photo_slider_wrap .slider-single .slick-next {
  left: inherit;
  right: 0;
  background: url('../img/sub/ic_photo_next.png') no-repeat center center;
}

.bbs_photo_slider_wrap .slider-single .slick-track > div {
  height: 600px;
  margin: 0 10px;
}

.bbs_photo_slider_wrap .slider-nav .slick-track > div {
  height: 150px;
  margin: 0 10px;
}

.slider-nav {
  border-top: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  padding: 50px;
}

.bbs_photo_slider_wrap .slider-nav .slick-arrow {
  border: none;
  width: 33px;
  height: 33px;
}
.bbs_photo_slider_wrap .slider-nav .slick-prev {
  left: 12px;
  background: url('../img/sub/ic_slide_prev.png') no-repeat center center !important;
}
.bbs_photo_slider_wrap .slider-nav .slick-next {
  right: 12px;
  background: url('../img/sub/ic_slide_next.png') no-repeat center center !important;
}

.reply_wrap dl {
  border-bottom: 1px solid #aeaeae;
}
.reply_wrap dl dt,
.reply_wrap dl dd {
  padding: 10px;
}

.reply_wrap dl dt {
  border-bottom: 1px solid #dfdfdf;
}

.add_reply > div {
  padding: 20px 130px 20px 20px;
}
.add_reply > div button {
  position: absolute;
  border: none;
  top: 20px;
  right: 20px;
  width: 90px;
  line-height: 150%;
  height: 65px;
  background-color: #03658c;
  color: #fff;
}
.add_reply > div textarea {
  display: block;
  width: 100%;
  height: 65px;
}
.add_reply + p {
  font-size: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aeaeae;
  color: #888;
}

.bbs_detail_wrap .subTitle {
  position: relative;
  top: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bbs_detail_wrap .subTitle .subt {
	display : block;
  font-size: 20px;
  border-bottom : 2px solid #003668;
  padding : 0 0 20px 10px;
}

.new_bbs_detail_wrap .top { border-bottom : none; padding-bottom : 10px }
.new_bbs_detail_wrap .bbs_write_wrap,
.new_bbs_detail_wrap .bbs_list_table table,
.new_bbs_detail_wrap .bbs_slider_wrap { border-top : 1px solid #a6a6a6 }
.new_bbs_detail_wrap .txt { border-bottom : 1px solid #a6a6a6 }


/* [data-ax5uploader-uploaded-box] {
  border: none !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: inherit !important;
  padding: 0 !important;
  min-height: inherit !important;
}

[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box]
  [data-ax5uploader-uploaded-item] {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
 */
[data-ax5uploader-uploaded-box] {
  border: none;
  margin: 0;
  background: transparent;
  border-radius: inherit;
  padding: 0;
  min-height: inherit;
}

[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box]
  [data-ax5uploader-uploaded-item] {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}


#playToggle {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 15px;
  background-color: #ccc;
  border: 1px solid #dfdfdf;
}
#playToggle img {
  position: relative;
  top: -2px;
}

.video_wrap {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #dfdfdf;
}

.video_wrap > p {
  margin: 0 0 40px 0;
}
.video_wrap video {
  background-color: #000;
}

.script_wrap {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background-color: #f1f1f1;
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.script_wrap.active {
  height: auto;
}

.bbs_thumbnail_wrap h2 {
  margin: 20px 0;
  font-size: 18px;
  color: #666;
}
.bbs_thumbnail_wrap ul {
  margin: 0 -15px;
}
.bbs_thumbnail_wrap ul li {
  float: left;
  width: 25%;
}
.bbs_thumbnail_wrap ul li a {
  display: block;
  margin: 0 15px;
  height: 200px;
}

.bbs_video_list_wrap ul {
  margin: -10px;
}
.bbs_video_list_wrap ul li {
  float: left;
  width: 25%;
}
.bbs_video_list_wrap ul li a {
  display: block;
  margin: 10px;
}
.bbs_video_list_wrap a span {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 10px 0;
}
.bbs_video_list_wrap b {
  display: block;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.bbs_video_list_wrap a sub {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height : 40px;
  max-height: 40px;
  -webkit-box-orient: vertical;
  color: #666;
}

@media (max-width: 1200px) {
  .bbs_list_type dl dd p {
    display: block;
    margin: 10px 0 !important;
  }
  .bbs_list_type dl dd p + p:before {
    display: none;
  }

  .bbs_list_type01 dl dt,
  .bbs_list_type01 dl dd:nth-child(2),
  .bbs_list_type01 dl dd:last-child {
    width: 100px;
  }

  .bbs_photo_list ul {
    margin: 0 -10px;
  }
  .bbs_photo_list li {
    padding: 10px;
  }
}

@media (max-width: 1100px) {
  .bbs_list_type03 dd:last-child {
    width: 350px;
  }
}

@media (max-width: 1000px) {
  .bbs_top .search_wrap {
    top: -6px;
  }
  .bbs_top .search_wrap > * {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .bbs_top .search_wrap input,
  .bbs_top .search_wrap button {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px;
  }
  .bbs_list_type dl dt,
  .bbs_list_type dl dd {
    padding: 25px 10px;
  }

  .bbs_list_type01 dl dd:last-child {
    font-size: 14px;
    width: 80px;
  }
  .bbs_list_type01 dl dt {
    width: 60px;
    background: none;
    padding: 0;
  }
  .square {
    width: 60px;
    line-height: 50px;
  }

  .contain_th_table,
  .contain_th_table tbody,
  .contain_th_table td,
  .contain_th_table tr {
    display: block;
  }
  .contain_th_table thead,
  .contain_th_table th,
  .contain_th_table colgroup {
    display: none;
  }
  .contain_th_table td {
    position: relative;
    padding-left: 140px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
  }
  .contain_th_table td:before,
  .contain_th_table td:after {
    content: '';
    position: absolute;
    left: 0;
    width: 120px;
  }
  .contain_th_table td:before {
    top: 0;
    height: 100%;
    background-color: #f8f8f8;
  }
  .contain_th_table td:after {
    content: attr(data-label);
    top: calc(50% - 10px);
    text-align: center;
    font-weight: bold;
  }

  .bbs_write_wrap th,
  .bbs_write_wrap td {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
  .bbs_write_wrap th {
    text-align: center;
    font-size: 15px;
  }
  .bbs_write_wrap colgroup col:first-child {
    width: 150px;
  }
  .bbs_write_wrap td input,
  .bbs_write_wrap td select {
    font-size: 14px;
  }

  .bbs_photo_slider_wrap .slider-single .slick-track > div {
    height: 500px;
  }
  .bbs_photo_slider_wrap .slider-single .slick-arrow,
  .bbs_photo_slider_wrap .slider-single:before,
  .bbs_photo_slider_wrap .slider-single:after {
    height: 100px;
    top: calc(50% - 50px);
    width: 50px;
  }
  .bbs_photo_slider_wrap .slider-single .slick-arrow {
    background-size: 15px 25px;
  }

  .bbs_thumbnail_wrap ul {
    white-space: nowrap;
    overflow: auto;
  }
  .bbs_thumbnail_wrap li {
    float: none !important;
    display: inline-block;
    width: 200px !important;
  }

  .bbs_video_list_wrap ul li {
    width: 33.33%;
  }
}

@media (max-width: 900px) {
  .mypage_bbs_top {
    padding: 10px 0;
  }
  .mypage_bbs_top select {
    position: static;
    width: 100%;
  }
  .bbs_list_table .mobile {
    display: none;
  }
  .bbs_list_table th,
  .bbs_list_table td {
    padding: 5px;
    font-size: 15px;
  }
  .bbs_btn_wrap.has_left_btn > div {
    position: static;
  }
  .bbs_btn_wrap.has_left_btn a,
  .bbs_write_wrap + .bbs_btn_wrap a {
    display: block;
    width: 100%;
    margin: 10px 0 !important;
  }

  .tel_wrap {
    width: 100%;
  }
  .bbs_form_table table input[type='text'],
  .bbs_form_table table input[type='email'] {
    display: block;
    width: 100%;
  }
  .bbs_list_type02.new_bbs dl,
  .bbs_list_type02.new_bbs dt,
  .bbs_list_type02.new_bbs dd,
  .bbs_list_type03 dl,
  .bbs_list_type03 dt,
  .bbs_list_type03 dd {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 10px !important;
  }
  .bbs_list_type02.new_bbs  .square,
  .bbs_list_type03 .square {
    border: none;
    background: none;
    display: inline-block;
    line-height: inherit;
    text-align: left;
  }
  .bbs_list_type02.new_bbs dt span{
  	width: auto;
  	height: auto;
  	line-height: +1;
  	padding: 2px 5px;
  	display: inline-block;
  }
  .bbs_list_type02.new_bbs dl dd:last-child{ width: 100%}
  .bbs_photo_list li {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .bbs_video_list_wrap ul li {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bbs_form_table table,
  .bbs_form_table tr,
  .bbs_form_table th,
  .bbs_form_table td {
    display: block;
    width: 100%;
  }
  .bbs_form_table colgroup {
    display: none;
  }
}

@media (max-width: 500px) {
  .bbs_top .search_wrap {
    position: relative;
    top: inherit;
    margin-top: 10px;
  }
  .bbs_top .search_wrap select {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: -1px;
  }
  .bbs_top .search_wrap p {
    width: 100%;
    border-left: 1px solid #dfdfdf;
  }

  .bbs_list_type01 dl,
  .bbs_list_type01 dl dt,
  .bbs_list_type01 dl dd {
    display: block;
    width: 100% !important;
    text-align: left;
    padding: 10px 0;
  }
  .bbs_list_type01 dl .square {
    margin: 0;
  }

  .bbs_photo_list li,
  .bbs_video_list_wrap ul li {
    float: none;
    width: 100%;
  }
}
