@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

#site {
  padding-top: 0;
  font-size: 16px;
  font-family: 'Poppins', 'notokr', sans-serif;
  color: #333;
  letter-spacing: -0.03em;
}

a,
button {
  transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.6em;
}

a[href^="mailto"] {
  color: inherit;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background: rgb(0,0,0,0.1);position:absolute;margin-bottom:0;border-bottom: 1px solid rgba(255,255,255,.2);}

.navbar-inverse .navbar-brand {
  margin-top: 24px;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Crimson Text', serif;
  color: #fff;
}
.navbar-inverse .navbar-brand img{height: 65px;margin-top:-25px;}

.navbar-inverse .navbar-nav > li > a{font-size: 16px;font-weight:400;color:#fff;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#fff;}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:#fff;}

.navbar-inverse.light {border-bottom-color: #ddd;}
.navbar-inverse.light .navbar-brand {color:#333;}
.navbar-inverse.light .navbar-nav > li > a{font-size:16px;font-weight:400;color:#333;}
.navbar-inverse.light .navbar-nav > li > a:hover,.navbar-inverse.light .navbar-nav > li > a:focus{color:#333;}
.navbar-inverse.light .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse.light .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse.light .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#333;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#ccc;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#fff;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#fff;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{
 /* top: 91px; */
 left:50%;
 right:auto;
 transform:translate(-50%,0);
 border-radius:0;
 border:none;
 padding: 10px;
 background-color:transparent;
 -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
 box-shadow:0px 4px 8px rgba(0,0,0,.125);
 animation-fill-mode: both;
 animation-duration: .4s;
 animation-name: fadeIn;
 background: rgba(0,0,0,.75);
 }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 6px 20px;font-size: 14px;color:#fff;text-align:center;background: transparent;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{/* background:#b21b21 */color: #ffdb58;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{
  position: relative;
  margin: 44px 30px 26px;
  padding: 0;
 }
 .navbar-inverse .navbar-nav > li > a:not(.fas)::before {
  content: '';
  left: 50%;
  bottom: -2px;
  width: 0;
  position: absolute;
  border-top: 1px solid transparent;
  transform: translate(-50%,0);
  transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
 }
 .navbar-inverse .navbar-nav .dropdown.open > a::before,
 .navbar-inverse .navbar-nav .dropdown.open:hover > a::before,
 .navbar-inverse .navbar-nav .dropdown.open:focus > a::before {
  width: 100%;
  border-color: #eee;
 }
 .navbar-inverse.light .navbar-nav .dropdown.open > a::before,
 .navbar-inverse.light .navbar-nav .dropdown.open:hover > a::before,
 .navbar-inverse.light .navbar-nav .dropdown.open:focus > a::before {
  border-color: #333;
 }
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.carousel-caption {
  top: 55%;
  padding: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
.carousel-caption h1 {
  margin: 0 0 80px;
  font-size: 75px;
  font-weight: 400;
  font-family: 'Crimson Text', serif;
}
.carousel-caption p > a {
  padding: 15px 35px;
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 0em;
}
.carousel-caption p > a:hover,
.carousel-caption p > a:focus {
  color: #fff;
  background: #b4835a;
  border-color: #b4835a;
}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:10px;height:10px;}
}

/* 푸터 */
#site footer{margin-top:0px;color: #333;}
#site footer .footer-info{padding: 0 0 30px;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height:26px;}

#site footer .footer-info .info {
  padding-left: 0;
}
#site footer .footer-info .social {
  padding-top: 5px;
  padding-right: 0;
}
#site footer .footer-info .social > .inner {
  float: right;
  width: 260px;
  display: inline-block;
}
#site footer .footer-info .social h5 {
  float: left;
  margin: 15px 15px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #999;
}
#site footer .footer-info .social ul li {
  float: left;
  margin-right: 6px;
}
#site footer .footer-info ul li .btn-social > a {
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 7px 8px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: rgba(2,2,2,0.4);
  border-radius: 25px;
}
#site footer .footer-info ul li #instagram > a {
  padding: 6px 8px;
  font-size: 20px;
}
#site footer .footer-info ul li #youtube > a {
  padding: 6px 8px;
}
#site footer .footer-info ul li #twitter > a {
  font-size: 17px;
}

#site footer .footer-info ul li #facebook > a:hover {background-color: #3b5998;}
#site footer .footer-info ul li #instagram > a:hover {background-color: #d73889;}
#site footer .footer-info ul li #youtube > a:hover {background-color: #f80000;}
#site footer .footer-info ul li #twitter > a:hover {background-color: #1DA1F2;}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 700px;}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:350px}
 #mainCarousel .carousel-caption{right:10%;left:10%;}
 #mainCarousel .carousel-caption h1{margin:0 0 30px;font-size:38px;}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 50px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 0;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
  padding: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.034em;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 110px;
}

/* 메인 공통 스타일 */
#main_wrapper > section .container {
  padding: 0 15px;
}

/* 소식 및 공지사항 */
#section_ea5d2f {
  padding: 100px 0 80px;
  background: #f8f8f8;
}
#section_ea5d2f h2.title-main {
  margin: 0 0 60px;
  font-size: 36px;
  letter-spacing: -0.05em;
  text-align: center;
  letter-spacing: -0.06em;
  font-weight: 300;
}
#section_ea5d2f .board_box_list {
  width: 50%;
}
#section_ea5d2f .board_box_list[data-bd-id='news'] {
  padding: 0 40px 0 0;
}
#section_ea5d2f .board_box_list[data-bd-id='notice'] {
  padding: 0 0 0 40px;
}
#section_ea5d2f .board_box_list .page-header {
  margin: 0 0 20px;
  border-bottom: 1px solid #999;
}
#section_ea5d2f .board_box_list .page-header > h4 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.034em;
}

/* 갤러리 */
#section_735b90 {
  padding: 100px 0 100px;
}
#section_735b90 .container {
  padding: 0;
  border-bottom: none;
}
#section_735b90 .board_box_blog2:nth-child(3) {
  margin-bottom: 0 !important;
}
#gallery.main-contents {
  float: left;
  width: 42%;
  padding: 0 40px 0 0;
}
#gallery.main-contents > .inner {
  height: 460px;
  padding: 95px 100px 0;
  /* padding: 75px 100px 0; */
  text-align: center;
  background: #333 url('/public/img/main_gallery_bg.jpg') no-repeat center;
  background-size: cover;
}
#gallery.main-contents h2.title-main {
  margin: 0 0 50px;
  /*margin: 0 0 40px;*/
  font-size: 42px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}
#gallery.main-contents h2.title-main > .en {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  letter-spacing: -0.0em;
  font-weight: 700;
}
#gallery.main-contents a.btn {
  display: block;
  margin: 0 0 30px;
  /* margin: 0 0 15px; */
  font-size: 20px;
  color: #eee;
  border: 1px solid #eee;
  height: 54px;
  padding: 11px;
}
#gallery.main-contents a.btn:hover,
#gallery.main-contents a.btn:focus {
  color: #fff;
  border-color: #b4835a;
  background: #b4835a;
}
#section_735b90 .board_box_blog2 {
  width: 58%;
  padding: 10px 0 0 40px;
}
#section_735b90 .page-header {
  margin: 0 0 20px;
  padding-bottom: 0;
  border: none;
  position: relative;
}
#section_735b90 .page-header > h4 {
  margin: 0 0 10px;
  font-size: 35px;
  position: absolute;
  font-style: inherit;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
  width: 100%;
  padding: 0;
}
.sub-contents > .page-top {
  height: 420px;
  color: #fff;
  background: #333 url('/public/img/sub/back-page-top.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-contents > .page-top > .container {
  position: relative;
}
.sub-contents > .page-top .wrap-title {
  padding: 220px 0 0;
}
.sub-contents > .page-top .wrap-title > h2 {
  margin: 0;
  line-height: 2em;
}
.sub-contents > .page-top .wrap-title > h2 .name-en {
  display: block;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: 'Crimson Text', serif;
}
.sub-contents > .page-top .wrap-title > h2 .name-kr {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.06em;
  padding-left: 3px;
}

/* Breadcrumb */
.sub-contents > .page-top .breadcrumb {
  right: 15px;
  bottom: -60px;
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  background-color: transparent;
  font-weight: 400;
}
.breadcrumb > li+li:before {
  content: '\f054';
  padding: 0 5px;
  font-size: 9px;
  font-weight:900;
  font-family:'Font Awesome 5 Free';
  color:rgba(255,255,255,0.5);
}

.sub-contents > .contents {
  padding: 100px 0 120px;
}

.space-bottom {
  margin-bottom: 80px;
}

.page-title .en {
  text-align: center;
  padding-bottom: 5px;
  font-size: 15px;
  color: #8e6932;
  letter-spacing: 0.02em;
}

.title-lv-1 {
  margin: 0;
  font-size: 40px;
  color: #222;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  font-weight: 700;
  font-family: 'notokr', sans-serif;
}
.title-lv-1::after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  margin: 30px auto 80px;
  background: #999;
}
.title-lv-3 {
  position: relative;
  margin: 0 0 30px;
  font-size: 27px;
  letter-spacing: -0.06em;
  color: #222;
  font-weight: 700;
  line-height: 1.3em;
  padding-left: 12px;
}
.title-lv-3::before,
.title-lv-3::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.title-lv-3::before {
  top: -4px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 3px solid #b21b21;
}
.title-lv-3::after {
  top: 3px;
  left: 9px;
  width: 22px;
  height: 22px;
  background: #fff;
}

.list-default {
  padding-left: 0;
  list-style-type: none;
}
.list-default > li {
  position: relative;
  margin-bottom: 5px;
}

.list-style-1 > li {
  padding-left: 14px;
}
.list-style-1 > li::before {
  content: '';
  top: 48%;
  left: 0;
  width: 10px;
  height: 1px;
  position: absolute;
  background-color: #b21b21;
  border-radius: 10px;
  transform: rotate(-50deg);
}

/* 인사말 (페이지) */
#greeting .text {
  word-break: keep-all;
}
#greeting .text h3 {
  margin: 0 0 40px;
  font-size: 27px;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.06em;
  line-height: 1.3em;
}
#greeting .text p {
  margin: 0 0 30px;
  letter-spacing: -0.04em;
  line-height: 1.7em;
}
#greeting .text .chairman {
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-align: right;
}
#greeting hr {
  margin: 60px 0;
  border-top: 1px dashed #8e6932;
  opacity: 0.3;
}
#greeting .text.bottom h3 {
  letter-spacing: -0.04em;
}
#greeting .text.bottom .chairman,
#greeting .text.bottom p {
  letter-spacing: -0.02em;
}

/* 연혁 (페이지) */
#history .list-history {
  position: relative;
}
#history .list-history::before {
  content: '';
  top: 10px;
  left: 20%;
  height: 98.5%;
  position: absolute;
  border-left: 1px solid #e6e6e6;
}
#history .list-history > li {
  margin-bottom: 60px;
}
#history .list-history > li:last-child {
  margin-bottom: 0;
}
#history .list-history > li > .year {
  float: left;
  width: 20%;
  position: relative;
  margin: 0;
  font-size: 30px;
  color: #dc0009;
  text-align: center;
  padding-top: 6px;
  font-weight: 300;
}
#history .list-history > li > .year::before {
  content: '';
  top: 6px;
  right: -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ffe7e7;
  border-radius: 50%;
}
#history .list-history > li > .year::after {
  content: '';
  top: 12px;
  right: -4px;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #ef3d3d;
  border-radius: 20px;
}
#history .list-history > li > .detail {
  width: 80%;
  display: inline-block;
  padding-top: 5px;
  padding-left: 70px;
}
#history .list-history > li > .detail .inner {
  margin-bottom: 10px;
}
#history .list-history > li > .detail .date {
  float: left;
  margin: 4px 0 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1em;
}
#history .list-history > li > .detail p {
  margin: 0 0 3px;
  padding-left: 100px;
  color: #333;
  letter-spacing: -0.034em;
  word-break: keep-all;
  line-height: 1.5em;
  padding-right: 100px;
}
#history .list-history > li > .detail a {
  font-weight: 500;
  text-decoration: underline;
}
#history .list-history > li > .detail a:hover {
  color: #a9191e;
}

/* 멤버 (페이지) */
#members .box-member {
  margin-bottom: 60px;
}
#members .box-member > img {
  border-radius: 1px;
}
#members .box-member h4 {
  margin: 18px 0 0;
  font-size: 20px;
  text-align: center;
}
#members .box-member h4 > .position {
  padding-left: 3px;
  font-size: 15px;
  font-weight: 600;
  color: #777;
}
#members ul.list-name {
  display: inline-block;
  border-top: 1px solid #333;
}
#members ul.list-name > li {
  float: left;
  width: 50%;
  margin-bottom: 0;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
  color: #333;
}
#members .left ul.list-name > li {
  width: 33.3%;
}
#members ul.list-name > li .box-name {
  margin: 18px 0;
}
#members ul.list-name > li .box-name > .instr {
  margin-left: 10px;
  font-size: 17px;
  color: #a9191e;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

/* 갤러리 (블로그 게시판) */
.sub-contents .table_blog2 dd .inner {
  border: none
}
.sub-contents .table_blog2 dd .inner .top {
  padding: 0 24px;
}
.sub-contents .table_blog2 dd .inner .bottom {
  text-align: center;
}
.sub-contents .table_blog2 dd .inner .top a .thumb {
  height: 300px;
}

/* 음악 (페이지) */
/* #music .box-video {
  margin-bottom: 60px;
}
#music .box-video > h4.tit {
  position: relative;
  margin: 10px 0 0;
  padding-left: 16px;
  font-size: 19px;
  font-weight: 500;
  color: #222;
  word-break: keep-all;
  letter-spacing: -0.05em;
  line-height: 1.3em;
}
#music .box-video > h4.tit::before {
  content: '';
  top: 48%;
  left: 0;
  width: 10px;
  height: 1px;
  position: absolute;
  background-color: #b21b21;
  border-radius: 10px;
  transform: rotate(-50deg);
} */

/* 음악 (게시판) */
#music .table_video .bottom .info .regdate,
#music .board_data_view .header_wrap .regate,
#music .board_data_view .header_wrap .regdate {
  display: none;
}

/* 대표 메일 및 전화번호 (페이지) */
.box-contact {
  width: 360px;
  height: 360px;
  padding: 60px 45px;
  background: #fbf3e7 url('/public/img/sub/ptn.png');
}
#contact1 {
  float: right;
  margin-right: 10px;
}
#contact2 {
  margin-left: 10px;
}
.box-contact > .wrap-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 50px;
  padding: 39px;
  background: #fff;
  border-radius: 100%;
}
.box-contact > .wrap-icon img {
  width: 50px;
}
.box-contact > .text {
  text-align: center;
}
.box-contact > .text h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #8e6932;
}
.box-contact > .text .info {
  font-size: 26px;
  font-weight: 500;
  color: #333;
}
#contact2 > .text .info {
  font-size: 32px;
}
.box-contact > .text .info a {
  font-size: 20px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.search_wrap {
  margin-bottom: 0;
}
.table.table_default tr th, 
.table.table_default tr td {
  font-size: 16px;
  letter-spacing: -0.034em;
  border-color: #e3e3e3;
}
.table.table_default tbody .subject a:hover{
  text-decoration: underline;
}
.table.table_default tbody .subject .badge {
  margin-right: 8px;
  padding: 6px 7px 5px;
  font-weight: 500;
  color: #fff;
  background: #666;
  border-radius: 2px;
}
.board_data_view .header_wrap {
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap .title{
  font-size:26px;
  line-height: 1.3em;
}
.board_data_view .header_wrap .info {
  margin-top: 12px;
}

/* board 추가 css */
.board_data_view .header_wrap .title {
  font-size: 28px;
  letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
}
.board_data_view .contents_wrap p {
  font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
  font-size: 14px;
}
.board_data_view {
  border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
  font-weight: normal;
}
.table.table_default tbody .subject a {
  font-size: 17px;
  color: #333;
}
.table.table_default tr th, .table.table_default tr td {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.text-muted {
  font-size: 14px !important;
  margin-top: 8px !important;
}
.checkbox label, .radio label {
  font-size: 15px;
  letter-spacing: -0.06em;
}
.custom_checkbox+span a {
  font-weight: 500;
}
.table_blog2 dd .inner {
  border: none;
}
.member_wrapper {
padding-top: 220px;
padding-bottom: 140px;
}
.member_wrapper h1 {
  border: none;
  margin-top: 0;
}
.privacy_body {
  font-size: 16px;
  line-height: 1.6em;
  padding: 0 100px;
}
.btn.btn-primary {
  background-color: #9e8067;
  border: 1px solid #9e8067;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #b4835a;
}
.table.table_default thead th {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}
.table_default {
  border-top: 1px solid #333;
}
.table.table_default tr td {
  color: #777;
}
.badge {
  padding: 6px 6px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 13px;
  margin-right: 3px;
}
/* board 추가 css end */

/* 이미지 게시판 */
.table_blog2 dd .inner .bottom {
  padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
  padding: 0;
  margin-bottom: 0;
}
.table_blog2 dd .inner .bottom .info span {
  padding: 0 5px 0 0;
  font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
  font-size: 20px;
  font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
  color: #d0001a;
}

/* 카테고리 */
.category_wrap {
  margin-top: -40px;
  margin-bottom: 40px;
}
.category_wrap ul {
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.category_wrap ul li+li {
  margin-left: 0;
}
.category_wrap ul li a {
  min-width: 80px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ddd;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
  color: #fff;
  background: #333;
  border-color: #333;
}
.category_wrap ul li:not(.on) a:hover,
.category_wrap ul li:not(.on) a:focus {
  color: #fff;
  background: #b21b21;
  border-color: #b21b21;
}
.category_wrap ul li+li a {
  border-left: none;
}
#site footer .footer-info .container {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-right: 0;
}
#site footer .footer-info ul .copy {
  font-size: 11px;
  letter-spacing: 0em;
}

.board_box_list ul li a {
  font-size: 17px;
}
div[class^="board_box_"] .page-header .pull-right {
  margin-top: 7px;
}

#gallery_new .category_wrap {
}

/* 팝업 */
/* #main_popup_1 .main_popup_contents {
  padding: 0;
} */
.main_popup_optional {
  font-size: 14px;
  border-top: none;
}
/* 220928 팝업 */
/* #main_popup_2 {
  background: #fbf3e7;
  border: none;
  border-radius: 0;
}
#main_popup_2 .main_popup_contents {
  padding: 0;
}
#main_popup_2 p {
  margin: 0;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #b21b21;
}
#main_popup_2 iframe {
  padding: 30px;
  height: 322px;
}
#main_popup_2 .main_popup_optional {
  font-size: 13px;
} */
/* 221101 팝업 */
#main_popup_3 {
  border-radius: 0;
}
#main_popup_3 .main_popup_contents {
  height: 915px;
  padding: 0;
  overflow-y: auto;
}
#main_popup_3 .main_popup_contents::-webkit-scrollbar{
  width: 4px;
}
/* 스크롤바 막대 설정*/
#main_popup_3 .main_popup_contents::-webkit-scrollbar-thumb{
  height: 100px;
  background-color: rgba(178,27,33,0.9);
  border-radius: 100px;  
}
/* 스크롤바 뒷 배경 설정*/
#main_popup_3 .main_popup_contents::-webkit-scrollbar-track{
  background-color: rgba(178,27,33,0.3);
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1119px) { /* 태블릿, 모바일 */
  #gallery.main-contents {
    width: 100%;
    padding: 0;
  }
  #section_735b90 .board_box_blog2 {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) { /* 모바일 */
  .navbar-inverse {
    width: 100%;
    position: fixed;
    display: inline-table;
  }
  .navbar-inverse.open, .navbar-inverse.back-dark {
    background: rgb(0,0,0,0.85);
  }
  .navbar-inverse .navbar-brand {
    margin-top: 10px;
    font-size: 22px;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: rgba(255,255,255,.85);
  }
  .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
  .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
  .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    color: #fff;
  }

  .navbar-inverse .navbar-nav .dropdown-menu {
    padding: 0 0 10px;
  }
  .navbar-inverse .navbar-nav .dropdown-menu > li > a::before {
    content: '- ';
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .carousel-caption p > a {
    padding: 11px 25px;
    font-size: 13px;
  }

  #section_ea5d2f {
    padding: 60px 0 40px;
  }
  #section_ea5d2f h2.title-main {
    margin: 0 0 45px;
    font-size: 32px;
  }
  #section_ea5d2f .board_box_list {
    width: 100%;
    padding: 0 !important;
  }
  #section_ea5d2f .board_box_list .page-header > h4 {
    font-size: 22px;
  }
  #section_ea5d2f .board_box_list[data-bd-id='notice'] {
    margin-top: 20px;
  }
  #section_735b90 {
    padding: 60px 0;
  }
  #gallery.main-contents > .inner {
    height: auto;
    padding: 50px 40px;
  }
  #gallery.main-contents h2.title-main {
    margin: 0 0 30px;
    font-size: 38px;
  }
  #gallery.main-contents h2.title-main > .en {
    font-size: 25px;
  }
  #gallery.main-contents a.btn {
    height: auto;
    margin: 0;
    font-size: 18px;
  }
  #gallery.main-contents a.btn+a.btn {
    margin-top: 15px;
  }
  #section_735b90 .board_box_blog2:last-child {
    margin-top: 0;
  }
  #section_735b90 .page-header > h4 {
    font-size: 31px;
  }
  .board_box_blog2 .inner {
    margin-bottom: 12px;
  }
  .board_box_blog2 .inner .top a .thumb {
    height: 180px;
  }

  #site footer .footer-info {
    padding: 0 0 25px;
  }
  #site footer .footer-info .container {
    padding-top: 25px;
  }
  #site footer .footer-info .social {
    padding: 15px 0 0;
  }
  #site footer .footer-info .info ul li {
    font-size: 13px;
    line-height: 22px;
  }
  #site footer .footer-info .info ul li.copy {font-size: 10px;}
  #site footer .footer-info .social > .inner {
    float: left;
    width: 100%;
  }

  .sub-contents > .page-top {
    height: 250px;
  }
  .sub-contents > .page-top .wrap-title {
    padding: 120px 0 0;
  }
  .sub-contents > .page-top .wrap-title > h2 {
    line-height: 1.3em;
  }
  .sub-contents > .page-top .wrap-title > h2 .name-en {
    font-size: 25px;
  }
  .sub-contents > .page-top .wrap-title > h2 .name-kr {
    font-size: 25px;
  }
  .sub-contents > .page-top .breadcrumb {
    bottom: -35px;
  }
  .sub-contents > .contents {
    padding: 60px 0 70px;
  }
  .title-lv-1 {
    font-size: 36px;
  }
  .title-lv-1::after {
    height: 25px;
    margin: 20px auto 40px;
  }
  .space-bottom {
    margin-bottom: 50px;
  }

  #greeting .text {
    padding: 35px 15px 0;
  }
  #greeting .text h3 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  #greeting .text p {
    margin: 0 0 20px;
  }
  #greeting hr {
    margin: 10px 0 40px;
  }
  #history .list-history::before {
    left: 2.7%;
    height: 99%;
  }
  #history .list-history > li {
    margin-bottom: 30px;
  }
  #history .list-history > li > .year {
    width: 100%;
    padding-left: 40px;
    font-size: 28px;
    text-align: left;
  }
  #history .list-history > li > .year::before {
    top: 11px;
    right: auto;
    left: 0;
    width: 18px;
    height: 18px;
  }
  #history .list-history > li > .year::after {
    top: 16px;
    right: auto;
    left: 5px;
    width: 7px;
    height: 7px;
  }
  #history .list-history > li > .detail {
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
  }
  #history .list-history > li > .detail .inner {
    margin-bottom: 20px;
  }
  #history .list-history > li > .detail .date {
    float: none;
    margin: 0 0 12px;
  }
  #history .list-history > li > .detail p {
    padding-left: 0;
    padding-right: 0;
  }
  #members .box-member {
    margin-bottom: 40px;
  }
  #members #row2 > .left {
    margin-bottom: 50px;
  }
  .sub-contents .table_blog2 dd {
    width: 100%;
  }
  .sub-contents .table_blog2 dd .inner .top {
    padding: 0 65px;
  }
  .table_blog2 dd .inner .bottom .title a {
    font-size: 18px;
  }
  .board_wrapper .table.board_write_table tbody tr td .form-control,
  .board_wrapper .table.board_write_table .form-control.form-control-big,
  .member_wrapper #join_form .table .form-control,
  .member_wrapper #join_form .table .form-control.form-control-big {
    width: 100%;
  }
  .board_wrapper .text-center .btn.btn-lg,
  .member_wrapper .text-center .btn.btn-lg {
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 15px;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(1) {
    width: 60px;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(2) {
    width: 220px;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(4) {
    width: 75px;
  }
  .board_data_view .header_wrap .title {
    font-size: 25px;
  }
  .category_wrap {
    margin-top: 0;
  }
  .category_wrap ul li {
    width: 33.3%;
  }
  .category_wrap ul li:nth-child(n+4) a {
    border-top: none;
  }
  .category_wrap ul li:nth-child(3n+1) a {
    border-left: 1px solid #ddd;
  }
  #music .box-video > iframe {
    height: 240px;
  }
  #music .box-video > h4.tit {
    font-size: 18px;
  }
  .box-contact {
    float: none !important;
    width: 100%;
    height: auto;
    margin: 15px 0 0 !important;
    padding: 40px 20px;
  }
  .box-contact > .wrap-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    padding: 30px;
  }
  .member_wrapper {
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .member_wrapper h1 {
    padding-bottom: 0;
  }
  #main_popup_3 img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
  .navbar-inverse .navbar-brand {
    margin-top: 15px;
    font-size: 28px;
  }
  .navbar-inverse .navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
  }
  #mainCarousel .carousel-inner .item {
    height: 500px;
  }
  .carousel-caption h1 {
    margin: 0 0 50px;
    font-size: 65px;
  }
  .sub-contents .table_blog2 dd {
    width: 50%;
  }
  #section_ea5d2f {
    padding: 80px 0 60px;
  }
  #section_ea5d2f .board_box_list[data-bd-id='news'] {
    padding: 0 20px 0 0;
  }
  #section_ea5d2f .board_box_list[data-bd-id='notice'] {
    padding: 0 0 0 20px;
  }
  #section_735b90 {
    padding: 80px 0;
  }
  #gallery.main-contents > .inner {
    height: auto;
    padding: 70px 60px 120px;
  }
  #gallery.main-contents a.btn {
    float: left;
    width: 29.6%;
    margin: 0 15px 15px;
  }
  .board_box_blog2 .row > div[class^="col-"] {
    width: 33.3%;
  }
  .board_box_blog2 .inner .top a .thumb {
    height: 130px;
  }

  .sub-contents > .page-top {
    height: 320px;
  }
  .sub-contents > .page-top .wrap-title {
    padding: 145px 0 0;
  }
  .sub-contents > .page-top .breadcrumb {
    bottom: -30px;
  }
  .sub-contents > .page-top .wrap-title > h2 .name-en {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {  /* 데스크탑 */
  #greeting .image {
    padding: 5px 40px;
  }
  #greeting .text {
    padding: 0 90px 0 60px;
  }
  #members #row1, #members #row2 {
    margin: 0 -30px 80px;
  }
  #members #row1 > div[class^='col-'],
  #members #row2 > div[class^='col-'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sub-contents .table_blog2 dd {
    width: 25%;
  }
  .sub-contents .table_blog2 dd:not(.col-sm-4):not(.col-xs-4) {
    width: 100%;
  }
}
/******* 모바일 최적화 끝 *******/