/* Reset & Base */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", "PretendardVariable", "Pretendard", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
  word-break: keep-all;
  color: #333;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "PretendardVariable", "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 600;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.6em;
}
/* Paragraph */
p {
  font-family: "PretendardVariable", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #333;
}
/* ¸µÅ© º¸¿Ï */
a {
  color:#333;
  transition:color .3s ease;
}
a,
a:hover {
  text-decoration: none;
}
/* Æ÷Ä¿½º Á¤¸® */
button:focus,
input:focus,
textarea:focus {
  outline:0;
}
/* ÅØ½ºÆ® À¯Æ¿ */
.uppercase { text-transform:uppercase; }
.capitalize { text-transform:capitalize; }
/* list reset */
ul {
  margin:0;
  padding:0;
}
li {
  list-style:none;
}
hr {
  border:0;
  border-bottom:1px solid #ececec;
  margin:30px 0;
}
/* utility */
.no-padding { padding:0 !important; }
.inline-block { display:inline-block; }
.f-left { float:left; }
.f-right { float:right; }
.clear { clear:both; }
.fix { overflow:hidden; }
img {
  max-width:100%;
  height:auto;
  vertical-align:middle;
  border:0;
}
/* video */
video {
  width:100%;
  background-size:cover;
}
/* Background color */
.body-bg {
 background:#1e232f;
}
.white-bg {
 background:#ffffff;
}
.gray-bg {
 background:#f5f5f5;
}
.black-bg {
 background: #131317;
}
/* color */
.white-color {
 color:#ffffff;
}
.black-color {
 color:#131317;
}
.section-padding {
 padding-top:50px;
 padding-bottom: 50px;
}
/* Margin Top */
.mt-5 {
 margin-top:5px;
}
.mt-10 {
 margin-top:10px;
}
.mt-15 {
 margin-top:15px;
}
.mt-20 {
 margin-top:20px;
}
.mt-25 {
 margin-top:25px;
}
.mt-30 {
 margin-top:30px;
}
.mt-35 {
 margin-top:35px;
}
.mt-40 {
 margin-top:40px;
}
.mt-45 {
 margin-top:45px;
}
.mt-50 {
 margin-top:50px;
}
.mt-55 {
 margin-top:55px;
}
.mt-60 {
 margin-top:60px;
}
.mt-65 {
 margin-top:65px;
}
.mt-70 {
 margin-top:70px;
}
.mt-75 {
 margin-top:75px;
}
.mt-80 {
 margin-top:80px;
}
.mt-85 {
 margin-top:85px;
}
.mt-90 {
 margin-top:90px;
}
.mt-95 {
 margin-top:95px;
}
.mt-100 {
 margin-top: 100px;
}
/* Margin Bottom */
.mb-5 {
 margin-bottom:5px;
}
.mb-10 {
 margin-bottom:10px;
}
.mb-15 {
 margin-bottom:15px;
}
.mb-20 {
 margin-bottom:20px;
}
.mb-25 {
 margin-bottom:25px;
}
.mb-30 {
 margin-bottom:30px;
}
.mb-35 {
 margin-bottom:35px;
}
.mb-40 {
 margin-bottom:40px;
}
.mb-45 {
 margin-bottom:45px;
}
.mb-50 {
 margin-bottom:50px;
}
.mb-55 {
 margin-bottom:55px;
}
.mb-60 {
 margin-bottom:60px;
}
.mb-65 {
 margin-bottom:65px;
}
.mb-70 {
 margin-bottom:70px;
}
.mb-75 {
 margin-bottom:75px;
}
.mb-80 {
 margin-bottom:80px;
}
.mb-85 {
 margin-bottom:85px;
}
.mb-90 {
 margin-bottom:90px;
}
.mb-95 {
 margin-bottom:95px;
}
.mb-100 {
 margin-bottom: 100px;
}
/* Margin Left */
.ml-5 {
 margin-left:5px;
}
.ml-10 {
 margin-left:10px;
}
.ml-15 {
 margin-left:15px;
}
.ml-20 {
 margin-left:20px;
}
.ml-25 {
 margin-left:25px;
}
.ml-30 {
 margin-left:30px;
}
.ml-35 {
 margin-left:35px;
}
.ml-40 {
 margin-left:40px;
}
.ml-45 {
 margin-left:45px;
}
.ml-50 {
 margin-left: 50px;
}
/* Margin Right */
.mr-5 {
 margin-right:5px;
}
.mr-10 {
 margin-right:10px;
}
.mr-15 {
 margin-right:15px;
}
.mr-20 {
 margin-right:20px;
}
.mr-25 {
 margin-right:25px;
}
.mr-30 {
 margin-right:30px;
}
.mr-35 {
 margin-right:35px;
}
.mr-40 {
 margin-right:40px;
}
.mr-45 {
 margin-right:45px;
}
.mr-50 {
 margin-right: 50px;
}
/* Padding Top */
.pt-5 {
 padding-top:5px;
}
.pt-10 {
 padding-top:10px;
}
.pt-15 {
 padding-top:15px;
}
.pt-20 {
 padding-top:20px;
}
.pt-25 {
 padding-top:25px;
}
.pt-30 {
 padding-top:30px;
}
.pt-35 {
 padding-top:35px;
}
.pt-40 {
 padding-top:40px;
}
.pt-45 {
 padding-top:45px;
}
.pt-50 {
 padding-top:50px;
}
.pt-55 {
 padding-top:55px;
}
.pt-60 {
 padding-top:60px;
}
.pt-65 {
 padding-top:65px;
}
.pt-70 {
 padding-top:70px;
}
.pt-75 {
 padding-top:75px;
}
.pt-80 {
 padding-top:80px;
}
.pt-85 {
 padding-top:85px;
}
.pt-90 {
 padding-top:90px;
}
.pt-95 {
 padding-top:95px;
}
.pt-100 {
 padding-top:100px;
}
.pt-150 {
 padding-top: 150px;
}
/* Padding Bottom */
.pb-5 {
 padding-bottom:5px;
}
.pb-10 {
 padding-bottom:10px;
}
.pb-15 {
 padding-bottom:15px;
}
.pb-20 {
 padding-bottom:20px;
}
.pb-25 {
 padding-bottom:25px;
}
.pb-30 {
 padding-bottom:30px;
}
.pb-35 {
 padding-bottom:35px;
}
.pb-40 {
 padding-bottom:40px;
}
.pb-45 {
 padding-bottom:45px;
}
.pb-50 {
 padding-bottom: 50px;
}
/* Padding Left */
.pl-5 {
 padding-left:5px;
}
.pl-10 {
 padding-left:10px;
}
.pl-15 {
 padding-left:15px;
}
.pl-20 {
 padding-left:20px;
}
.pl-25 {
 padding-left:25px;
}
.pl-30 {
 padding-left:30px;
}
.pl-35 {
 padding-left:35px;
}
.pl-40 {
 padding-left:40px;
}
.pl-45 {
 padding-left:45px;
}
.pl-50 {
 padding-left: 50px;
}
/* Padding Right */
.pr-5 {
 padding-right:5px;
}
.pr-10 {
 padding-right:10px;
}
.pr-15 {
 padding-right:15px;
}
.pr-20 {
 padding-right:20px;
}
.pr-25 {
 padding-right:25px;
}
.pr-30 {
 padding-right:30px;
}
.pr-35 {
 padding-right:35px;
}
.pr-40 {
 padding-right:40px;
}
.pr-45 {
 padding-right:45px;
}
.pr-50 {
 padding-right:50px;
}
.fw-lighter {
 font-weight:lighter;
}
.fw-normal {
 font-weight:normal;
}
.fw-bold {
 font-weight:bold;
}
.fw-bolder {
 font-weight:bolder;
}
.fw-100 {
 font-weight:100 !important;
}
.fw-200 {
 font-weight:200 !important;
}
.fw-300 {
 font-weight:300 !important;
}
.fw-400 {
 font-weight:400 !important;
}
.fw-500 {
 font-weight:500 !important;
}
.fw-600 {
 font-weight:600 !important;
}
.fw-700 {
 font-weight:700 !important;
}
.fw-800 {
 font-weight:800 !important;
}
.fw-900 {
 font-weight:900 !important;
}
.pull-left {
 float:left
}
.row-fluid {
 width:100%;
 *zoom:1
}
.row-fluid:before,.row-fluid:after {
 display:table;
 content:"";
 line-height:0
}
.row-fluid:after {
 clear:both
}
.row-fluid [class*="span"] {
 display:block;
 width:100%;
 min-height:30px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 float:left;
 margin-left:2.12765957%;
 *margin-left:2.07446809%
}
.row-fluid [class*="span"]:first-child {
 margin-left:0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
 margin-left:2.12765957%
}
.row-fluid .webspan {
 width:48.93617021%;
 *width:48.88297872%
}
[class*="span"].hide,.row-fluid [class*="span"].hide {
 display:none
}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right {
 float: right
}
.btn {
 position:relative;
 display:inline-block;
 padding:15px 20px;
 font-size:14px;
 border-radius:0px;
 border:0;
 -moz-user-select:none;
 cursor:pointer;
 transition:color 0.4s linear;
 text-transform:uppercase;
 z-index:1;
 overflow:hidden;
}
.btn::before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:101%;
 height:101%;
 background:#333;
 color:#fff !important;
 z-index:-1;
 transition:transform 0.5s;
 transition-timing-function:ease;
 transform-origin:0 0;
 transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);
 transform:scaleX(0);
 border-radius:0;
}
.btn:hover::before {
 transform:scaleX(1);
 border:1px solid transparent;
 color:#fff !important;
}
.btn.focus,.btn:focus {
 outline:0;
 box-shadow:none;
}
.btn-main {
 background:#fff;
 border:1px solid #333;
 color:#333;
 display:inline-block;
 font-size:13px;
 padding:5px 20px;
 text-transform:uppercase;
 border-radius:0;
 letter-spacing:1px;
 cursor:pointer;
}
.btn-main:hover {
 color:#fff;
}
.btn-transparent {
 color:#fff;
 border:1px solid #fff;
 display:inline-block;
 font-size:13px;
 letter-spacing:1px;
 padding:14px 35px;
 text-transform:uppercase;
 border-radius:40px;
}
.btn-transparent:hover {
 color: #fff;
}
/*-----------------------------------------------------*/
/* Main Button */
/*-----------------------------------------------------*/
.button {
 border-radius:5px;
 background-color:#555;
 border:none;
 color:#fff;
 text-align:center;
 font-size:14px;
 padding:5px 20px;
 transition:all 0.5s;
 cursor:pointer;
 margin:5px;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
}
.button span {
 cursor:pointer;
 display:inline-block;
 position:relative;
 transition:0.5s;
}
.button span:after {
 content:'\00bb';
 position:absolute;
 opacity:0;
 top:0;
 right:-20px;
 transition:0.5s;
}
.button:hover span {
 padding-right:25px;
}
.button:hover span:after {
 opacity:1;
 right: 0;
}
/*--------------------------------------------------*/
/* Section */
/*--------------------------------------------------*/
.section {
 padding:30px 0 70px 0;
}
.section-sm {
 padding:20px 0 40px 0;
}
.section-bg {
 background-size:cover !important;
 background-repeat:no-repeat !important;
 background-position:center center !important;
}
.section-tittle span {
 font-size:16px;
 display:block;
 color:#7e7e7e;
 font-weight:400;
 text-transform:uppercase;
 margin-bottom:17px;
}
.section-tittle h2 {
 font-size:36px;
 display:block;
 font-weight:600;
 text-transform:capitalize;
 line-height:1.3;
}
.section-tittle h2 a:hover {
 color:#80574b;
}
.section-line {
 position:relative;
 background:#80574b;
 width:48px;
 height:3px;
 display:inline-block;
 margin-bottom:40px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .section-tittle h2 {
  font-size:32px;
 }
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .section-tittle h2 {
  font-size:28px;
 }
}
@media (max-width:575px) {
 .section {
  padding:10px 0 30px 0;
 }
 .section-tittle h2 {
  font-size:26px;
  line-height: 1.6;
 }
 .section-line {
  margin-bottom:20px;
 }
}

/*-----------------------------------------------------*/
/* Scroll Up */
/*-----------------------------------------------------*/
#back-top {
  background:#80574b;
  width:50px;
  height:50px;
  right:30px;
  bottom:18px;
  position:fixed;
  z-index:10;
  font-size:20px;
  text-align:center;
  border-radius:50%;
  line-height:48px;
}
#back-top a i {
  display:block;
  line-height:50px;
  color:#fff;
  transition: color 0.2s ease;
}
#back-top a:hover i {
  color:#fff;
}
@media (max-width:575px) {
  #back-top {
    width:40px;
    height:40px;
    right:16px;
  }
  #back-top a i {
    line-height:40px;
  }
}
.grid-1600 {
 margin-left:auto;
 margin-right:auto;
 max-width: 1300px;
}
/*-----------------------------------------------------*/
/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
/*-----------------------------------------------------*/
.privacy {
 width:100%;
 margin-bottom:20px;
}
.privacy-con {
 width:100%;
 height:400px !important;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* ÀÌ¿ë¾à°ü */
/*-----------------------------------------------------*/
.agreement {
 width:100%;
 margin-bottom:20px;
}
.agreement-con {
 width:100%;
 height:400px !important;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* Modal */
/*-----------------------------------------------------*/
.modal {
 z-index:99991;
}
.modal-content {
 border:none;
 border-radius:10px 10px 0 0;
 -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
 box-shadow:0 5px 15px rgba(0,0,0,.5);
}
.modal-header {
 background:#fff;
 border-radius:10px 10px 0 0;
 border-bottom:0;
 padding:10px;
}
.modal-bg {
 background:#f9f9f9;
 padding:10px 0 25px 0;
}
.modal-header .close-link {
 float:right;
 margin-top:20px !important;
 margin-right:10px;
 border:none;
 background:transparent;
 font-size:30px;
 color:#333;
 cursor:pointer;
}
.modal-title {
 margin:0 auto;
 margin-top:10px;
 font-size:17px;
 color:#333;
}
@media (min-width:768px) {
 .modal-sm {
  width:350px;
 }
}
@media (min-width:992px) {
 .modal-lg {
  width: 900px;
 }
}

@media (max-width:1200px) {
 .br_none {
  display:none;
 }
}
@media screen and (max-width:767px) {
 .pc_view {
  display:none;
 }
}
@media screen and (min-width:768px) {
 .mobile_view {
  display: none;
 }
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background:#58473F;
 border-top:1px solid #58473F;
 padding:15px 0;
 margin-top:0;
 text-align:center;
}
.footer-top a {
 font-size:14px;
 color:#fff;
 line-height:23px;
 transition:color .3s;
 display:inline-block;
 padding:0 15px;
 border-right:1px solid #6b564d;
}
.footer-top a:hover {
 color:#9D8470;
}
.footer-top span.link-list {
 text-align:center;
}
.footer-bottom {
 text-align:center;
 background-color:#58473F;
 border-top:1px solid #6b564d;
 padding:20px;
}
.footer-bottom p {
 font-size:13px;
 color:#fff;
 line-height:1.8;
}
@media screen and (max-width:767px) {
 .footer-bottom {
  text-align: left;
 }
}
/*-----------------------------------------------------*/
/* board_output_gallery_img */
/*-----------------------------------------------------*/
.board_output_gallery_img {
 position:relative;
 z-index:0;
 width:100%;
 height:100%;
 overflow:hidden;
}
.board_output_imgs {
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 -ms-transition:all 0.5s ease-in-out;
 -o-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 max-width:100%;
 border:0px solid #e5e5e5;
 border-bottom:0;
}
.board_output_gallery_img a::before {
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 -ms-transition:all 0.5s ease-in-out;
 -o-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 display:block;
 content:'';
 position:absolute;
 left:0;
 top:0;
 z-index:1;
 width:100%;
 height:100%;
 opacity:.0;
}
.board_output_gallery_img a::after {
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 -webkit-transition:all 0.5s ease-in-out;
 -moz-transition:all 0.5s ease-in-out;
 -ms-transition:all 0.5s ease-in-out;
 -o-transition:all 0.5s ease-in-out;
 transition:all 0.5s ease-in-out;
 display:block;
 content:'';
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:2;
 margin:auto;
 width:40px;
 height:40px;
 color:#fff;
 font-size:24px;
 line-height:36px;
 text-align:center;
 opacity:0;
 background:rgba(255,255,255,0);
 font-family:'FontAwesome',sans-serif;
}
.board_output_gallery_img a:hover::before {
 opacity:.7;
}
.board_output_gallery_img a:hover::after {
 -webkit-animation:0.5s animationZoomIn;
 -moz-animation:0.5s animationZoomIn -ms-animation:0.5s animationZoomIn -o-animation:0.5s animationZoomIn;
 animation:0.5s animationZoomIn;
 opacity:1.0;
}
.board_output_gallery_img a {
 -webkit-transition:0.5s ease-in-out;
 -moz-transition:0.5s ease-in-out;
 -ms-transition:0.5s ease-in-out;
 -o-transition:0.5s ease-in-out;
 transition:0.5s ease-in-out;
}
.board_output_gallery_img a:hover img {
 -webkit-transform:scale(1.2);
 -moz-transform:scale(1.2);
 -ms-transform:scale(1.2);
 -o-transform:scale(1.2);
 transform: scale(1.2);
}
/*-----------------------------------------------------*/
/* board_output_gallery_subject */
/*-----------------------------------------------------*/
.board_output_gallery_subject {
 position:relative;
 z-index:10;
}
.board_output_gallery_subject br {
 display:none;
}
.board_output_gallery_subject a {
 display:block;
 font-size:15px;
 color:#333;
 text-align:center;
 margin-top:15px;
 margin-bottom:0px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 line-height: 15px;
}
.board_output_gallery_subject a:hover {
 opacity:1;
}
.board_output_gallery_description {
 display:block;
 padding:0 20px 10px 20px;
 font-size:14px;
 color:#888;
 font-weight:400;
 text-align:left !important;
 line-height:18px;
}
.board_output_gallery_img br {
 display:none;
}
@media screen and (max-width:767px) {
 .board_output_gallery_img a::after {
  display:none;
 }
 .board_output_gallery_subject a {
  font-size:13px !important;
  margin-bottom:5px;
  line-height: 16px;
 }
}
/*-----------------------------------------------------*/
/* 4´Ü °¶·¯¸® */
/*-----------------------------------------------------*/
@media (max-width:767px) {
 .board_output_gallery_img .board_output_imgs {
  height:auto !important;
 }
}
@media (min-width:768px) and (max-width:991px) {
 .board_output_gallery_img .board_output_imgs {
  height:180px;
 }
}
@media (min-width:992px) and (max-width:1199px) {
 .board_output_gallery_img .board_output_imgs {
  height:180px;
 }
}
@media (min-width:1200px) {
 .board_output_gallery_img .board_output_imgs {
  height: 240px;
 }
}
/*-----------------------------------------------------*/
/* Products */
/*-----------------------------------------------------*/
#main-products {
 width:100%;
 position:relative;
 background:#f8f8f8;
}
#main-products .products-board {
 padding:0 20px;
}
#main-products .owl-carousel .owl-nav .owl-prev,#main-products .owl-carousel .owl-nav .owl-next {
 position:absolute;
 top:40% !important;
 width:30px;
 height:30px;
 font-size:26px;
 color:#999;
 z-index:99;
}
#main-products .owl-carousel .owl-nav .owl-prev {
 left:-20px;
}
#main-products .owl-carousel .owl-nav .owl-next {
 float:right;
 right:-40px;
}
#main-products .owl-carousel .owl-item table {
 width:100% !important;
}
#main-products .owl-carousel .owl-item table tr:last-child {
 position:relative;
 border:1px solid #e5e5e5;
 border-top:none;
 border-radius:0 0 3px 3px;
 background:#fff;
}
#main-products .owl-carousel .owl-item table,#main-products .owl-carousel .owl-item table tbody,#main-products .owl-carousel .owl-item table tbody tr,#main-products .owl-carousel .owl-item table tbody tr td {
 width:100% !important;
 display:block;
}
#main-products .owl-carousel .owl-item table .board_output_gallery_img a img {
 width:100%;
 display:block;
}
@media all and (max-width:767px) {
 #main-products .owl-carousel .owl-nav .owl-prev,#main-products .owl-carousel .owl-nav .owl-next {
  width:25px;
  height:25px;
  font-size:20px;
 }
}
@media (min-width:481px) and (max-width:767px) {
 #main-products .owl-carousel .owl-nav .owl-prev {
  float:left;
  left:-15px;
 }
 #main-products .owl-carousel .owl-nav .owl-next {
  float:right;
  right:-35px;
 }
}
@media (min-width:768px) and (max-width:991px) {
 #main-products .owl-carousel .owl-nav .owl-prev {
  float:left;
  left:-17px;
 }
 #main-products .owl-carousel .owl-nav .owl-next {
  float:right;
  right:-40px;
 }
}
@media (min-width:992px) and (max-width:1024px) {
 #main-products .owl-carousel .owl-nav .owl-prev {
  float:left;
  left:-17px;
 }
 #main-products .owl-carousel .owl-nav .owl-next {
  float:right;
  right:-35px;
 }
}
@media screen and (max-width:480px) {
 #main-products .owl-carousel .owl-nav .owl-prev,#main-products .owl-carousel .owl-nav .owl-next {
  display: none;
 }
}
/*-----------------------------------------------------*/
/* Menu Tab */
/*-----------------------------------------------------*/
.menu_tab {
 background:#f8f8f8;
 padding:50px 0 50px 0;
}
.menu_tab .tab_box {
 overflow:hidden;
 position:relative;
 padding:1px 1px 0 0;
 margin-bottom:50px;
}
.menu_tab .tab_box:after {
 content:'';
 position:absolute;
 left:0;
 right:1px;
 bottom:0;
 height:2px;
 background:#80574b;
 z-index:1;
}
.menu_tab .tab_box li {
 float:left;
 text-align:center;
 width:28%;
}
.menu_tab .tab_box li a {
 display:block;
 color:#555;
 border:1px solid #ddd;
 margin:-1px -1px 0 0;
 position:relative;
}
.menu_tab .tab_box li a.on {
 color:#80574b;
 z-index:9;
}
.menu_tab .tab_box li a.on:before {
 content:'';
 position:absolute;
 left:-1px;
 top:-1px;
 right:-1px;
 bottom:-1px;
 border:2px solid #80574b;
 border-bottom-color:#f8f8f8;
}
.menu_tab .tab_box li a .name_list {
 display:inline-block;
 vertical-align:middle;
 height:70px;
 padding-top:20px;
 font-family:'Montserrat',sans-serif;
 font-size:20px;
 font-weight:600 !important;
 white-space:normal;
}
@media screen and (max-width:1024px) {
 .menu_tab .tab_box li a .name_list {
  height:60px;
  padding-top:15px;
  font-size:18px;
 }
}
@media screen and (max-width:768px) {
 .menu_tab .tab_box {
  margin-bottom:30px;
 }
}
@media screen and (max-width:480px) {
 .menu_tab {
  padding:60px 0 50px;
 }
 .menu_tab .tab_box li a .name_list {
  height:50px;
  padding-top:12px;
  font-size:14px;
 }
}
.menu_tab .menu_cont {
 overflow:hidden;
 margin:0 -50px 0 0;
}
.menu_tab .menu_cont .item {
 float:left;
 width:100%;
}
.menu_tab .menu_cont .item_box {
 padding-bottom:10px;
 margin:0 30px 0 0;
}
@media screen and (max-width:1024px) {
 .menu_tab .menu_cont {
  margin:0 -30px 0 0;
 }
}
@media screen and (max-width:767px) {
 .menu_tab .menu_cont {
  margin:10px 0 0;
 }
}
@media screen and (max-width:991px) {
 .menu_tab {
  padding:60px 0 50px 0;
 }
 .menu_tab .menu_cont .item_box img {
  display:none;
 }
}
.tab-wrap .tab-cont {
 display:none;
}
.tab-side-img {
  position: sticky;
  top: 0;
  overflow: hidden;        /* ¡Ú È®´ë ½Ã ÇÊ¼ö */
}
/* ÀÌ¹ÌÁö ±âº» »óÅÂ */
.tab-side-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;  /* ºÎµå·´°Ô */
  transform: scale(1);
}
/* ¸¶¿ì½º ¿À¹ö */
.tab-side-img:hover img {
  transform: scale(1.08);
}
@media (max-width:767px) {
 .tab-side-img {padding-top:30px;}
}
/*-----------------------------------------------------*/
/* °øÁö»çÇ× ÃßÃâ */
/*-----------------------------------------------------*/
.board_output {
 width:100%;
 background:none;
}
.board_output table {
 float:left;
 display:block;
}
.board_output table.board_output {
 width:100% !important;
}
.board_output td {
 line-height:45px;
 font-size:14px;
 color:#999;
 letter-spacing:0;
}
.board_output_1_tr,.board_output_5_tr {
 border-bottom:1px solid rgba(0,0,0,0.2);
}
.board_output_1_tr img,.board_output_5_tr img {
 padding-right: 5px;
}
/* ÃßÃâ °Ô½ÃÆÇ ½ºÅ¸ÀÏ */
.bd_out1 a {
 font-size:17px;
 color:#4a4a4a !important;
 font-weight:500;
 display:inline-block;
 text-decoration:none !important;
}
.bd_out1 a:hover {
 color: #80574b !important;
}
/*-----------------------------------------------------*/
/* services Section */
/*-----------------------------------------------------*/
.services-section {
  margin:50px 0 60px;
}
.services-carousel {
  margin-top:50px;
}
/* ¸µÅ© Ä«µå */
.services-item {
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
}
/* ÀÌ¹ÌÁö ¿µ¿ª */
.services-img {
  margin-bottom:30px;
  overflow:hidden;
}
.services-img img {
  width:100%;
  height:345px;
  object-fit:cover;
  transition:transform 0.6s ease;
}
/* hover ½Ã ÀÌ¹ÌÁö È®´ë¸¸ */
.services-item:hover .services-img img {
  transform:scale(1.08);
}
/* µÎ ¹øÂ° Ä«µå ¼ø¼­ º¯°æ */
.col:nth-child(2) .services-item .services-img {
  order:2;
}
.col:nth-child(2) .services-item .services-content {
  order:1;
}
/* ÄÜÅÙÃ÷ */
.services-content {
  padding:35px 20px;
  margin-bottom:30px;
  border:1px solid #e1e1e1;
  transition:border-color 0.3s ease;
}
/* ³»¿ë ¿µ¿ª ¶óÀÎ »ö»ó º¯°æ */
.services-item:hover .services-content {
  border-color:#80574b;
}
.services-content i {
  font-size:48px;
  color:#80574b;
  font-weight:500;
  margin-bottom:20px;
}
.services-content h3 {
  text-transform:uppercase;
  margin-bottom:30px;
}
.services-content p {
  font-size:14px;
  font-weight:300;
}
/* ¹ÝÀÀÇü */
@media (min-width:992px) and (max-width:1199px) {
  .services-img img { height:250px; }
  .services-content { padding:15px 10px 10px; }
}
@media (min-width:768px) and (max-width:991px) {
  .services-img img { height:250px; }
}
@media (max-width:767px) {
  .services-section { margin:30px 0 40px; }
  .services-carousel { margin-top:30px; }
  .col:nth-child(2) .services-item .services-img { order:1; }
  .col:nth-child(2) .services-item .services-content { order:2; }
  .services-img img { height:300px; }
}
/* ÁÙ¹Ù²Þ Á¦¾î */
@media (min-width:576px) and (max-width:1199px) {
  .br_none_576_1199 { display:none; }
}

/*-----------------------------------------------------*/
/* Swiper ¿µ¿ª */
/*-----------------------------------------------------*/
/* Swiper ¿µ¿ª */
.jiyong-swiper {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  margin-top: 0 !important;
}
.jiyong-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.jiyong-swiper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.18);
  filter: none;
  transition:
    transform 9s cubic-bezier(.2,.6,.2,1),
    filter 2s ease;
  will-change: transform;
  backface-visibility: hidden;
}
/* prev / next */
.jiyong-swiper .swiper-slide-prev img,
.jiyong-swiper .swiper-slide-next img {
  transform: translate(-50%, -50%) scale(1.26);
  filter: brightness(0.9);
  transition:
    transform 1.1s cubic-bezier(.4,0,.2,1),
    filter 0.6s ease;
}
.jiyong-swiper .swiper-slide-active img {
  transform: translate(-50%, -50%) scale(1);
  filter: brightness(1);
}

.jiyong-swiper .swiper-button-prev::after,
.jiyong-swiper .swiper-button-next::after {
  font-size: 28px !important;
}
.jiyong-swiper {
  --swiper-navigation-color: #fff;
}


/* ======================
   Text Wrapper
   ====================== */
.jiyong-swiper .slide-text-wrap {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: calc(100% - 80px);
  color: #fff;
  text-shadow: 0 4px 12px rgba(0,0,0,0.55);
  pointer-events: none;
}
/* ======================
   Main Text
   ====================== */
.jiyong-swiper .slide-text {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transform: translateY(12px);
  transition:
    clip-path 1.4s cubic-bezier(.25,.8,.25,1) 0.3s,
    opacity 0.6s ease 0.3s,
    transform 1s ease 0.3s;
}
.jiyong-swiper .swiper-slide-active .slide-text {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0);
}
/* ======================
   Sub Text
   ====================== */
.jiyong-swiper .slide-subtext,
.jiyong-swiper .slide-subtext-en {
  font-size: 24px;
  margin-top: 0.6rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(26px);
  letter-spacing: -0.01em;
  transition:
    opacity 0.8s ease 0.9s,
    transform 1.2s cubic-bezier(.25,.8,.25,1) 0.9s;
}
.jiyong-swiper .swiper-slide-active .slide-subtext,
.jiyong-swiper .swiper-slide-active .slide-subtext-en {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 991px) {
  .jiyong-swiper {
    height: 450px;
    margin-top: 0 !important; 
  }
  .jiyong-swiper img {
    transform: translate(-50%, -50%) scale(1.12);
    transform-origin: center center;
  }
  .jiyong-swiper .swiper-slide-active img {
    transform: translate(-50%, -50%)
               scale(1)
               translate3d(-12px, -6px, 0);
  }
  .jiyong-swiper .swiper-slide-prev img,
  .jiyong-swiper .swiper-slide-next img {
    transform: translate(-50%, -50%) scale(1.18);
  }
  /* ÅØ½ºÆ® À§Ä¡ */
  .jiyong-swiper .slide-text-wrap {
    top: 42%;
    width: calc(100% - 60px);
  }
  .jiyong-swiper .slide-text {
    font-size: 38px;
    line-height: 1.25;
  }
  .jiyong-swiper .slide-subtext,
  .jiyong-swiper .slide-subtext-en {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .jiyong-swiper {
    height: 380px;
    margin-top: 0 !important;
    overflow: hidden; 
  }
  .jiyong-swiper .swiper-slide {
    overflow: hidden;
  }
  .jiyong-swiper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.12);
    transform-origin: center top;
  }
  .jiyong-swiper .swiper-slide-active img {
    transform: scale(1);
  }
  .jiyong-swiper .swiper-slide-prev img,
  .jiyong-swiper .swiper-slide-next img {
    transform: scale(1.18);
  }
/* ÅØ½ºÆ® À§Ä¡ Á¶Á¤ */
  .jiyong-swiper .slide-text-wrap {
    top: 41%;
    width: calc(100% - 32px);
  }
  .jiyong-swiper .slide-text {
    font-size: 24px;
    line-height: 1.25;
  }
  .jiyong-swiper .slide-subtext,
  .jiyong-swiper .slide-subtext-en {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}
/* ±âº» µµÆ® */
.jiyong-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 9999px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.3s ease !important;
  margin: 0 6px !important;
  opacity: 1 !important;
}
.jiyong-swiper .swiper-pagination-bullet-active {
  width: 32px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 10px !important;
}
/* ¸®»çÀÌÁî Áß¿¡´Â ¾Ö´Ï¸ÞÀÌ¼Ç ²÷ÀÚ */
html.noa .jiyong-swiper img {
  transition: none !important;
  animation: none !important;
}


/*-----------------------------------------------------*/
/* ÀüÃ¼ ¼½¼Ç */
/*-----------------------------------------------------*/
/* ¼½¼Ç */
.biz-section {
  margin:0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f8f8f8;
}
/* Ä«µå */
.biz-card {
  border: 1px solid #e6e6e6;
  background: #fff;
}
/* Ä«µå ºÙÀÌ±â */
.biz-card + .biz-card {
  border-top: 0;
}
/* row¸¸ flex */
.biz-card .row {
  display: flex;
  align-items: stretch;
  margin: 0;
}
/* ÄÃ·³ ÆÐµù Á¦°Å */
.biz-section [class*="col-"] {
  padding: 0;
}
.biz-text {
  padding: 0;
  display: flex;
  align-items: center; 
}
/* ½ÇÁ¦ ³»¿ë ¿µ¿ª */
.biz-text-inner {
  width: 100%;
  max-width: 560px; 
  padding: 20px 20px 20px 30px;
}
.biz-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #111;
}
.biz-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 36px;
  max-width: 520px;
}
/* ÀÌ¹ÌÁö */
.biz-img {
  overflow: hidden;
}
.biz-img img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
/* ¸ð¹ÙÀÏ */
@media (max-width: 991px) {
  .biz-text {
    padding: 40px 24px;
  }
  .biz-text h2 {
    font-size: 30px;
  }
  .biz-img img {
    min-height: 280px;
  }
}

/* ÅØ½ºÆ® ¹öÆ° */
/* ¾Ë¾àÇü ÅØ½ºÆ® ¹öÆ° */
.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px; /* ¾çÂÊ µÕ±Ù */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #8c6a2f;
  background: #fff;
  border: 1px solid #8c6a2f;
  text-decoration: none;
  transition: 
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}
/* È­»ìÇ¥ */
.text-btn .arrow {
  font-size: 13px;
  transition: transform 0.3s ease;
}
/* hover È¿°ú */
.text-btn:hover {
  background: #8c6a2f;
  color: #fff;
  border-color: #8c6a2f;
}
.text-btn:hover .arrow {
  transform: translateX(4px);
}

/*-----------------------------------------------------*/
/* cultural */
/*-----------------------------------------------------*/
/* ¼½¼Ç ¹è°æ */
.cultural-section {
  position: relative;
  padding: 60px 0 80px 0;
  background: #f8f8f8
}
/* Ä«µå ÁÙ Áß¾Ó Á¤·Ä */
.cultural-cards {
  align-items: stretch; /* Ä«µå ³ôÀÌ µ¿ÀÏ */
}
/* Ä«µå °øÅë */
.culture-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid #eee;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom:2px solid #8c6a2f;
}
.culture-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
  border-color: #8c6a2f;   /* 2px Æ÷ÀÎÆ® ¶óÀÎ */
}
/* Å¸ÀÌÆ² */
.card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
/* »ö»ó Æ÷ÀÎÆ® */
.card-title.history { color: #8c6a2f; }
.card-title.folk { color: #8c6a2f; }
.card-title.place { color: #8c6a2f; }
.card-title.heritage { color: #8c6a2f; }
/* ¼³¸í */
.card-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.card-icon.hex {
  position: relative;
  width: 78px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon.hex::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #8c6a2f;
  clip-path: polygon(
    25% 5%,
    75% 5%,
    98% 50%,
    75% 95%,
    25% 95%,
    2% 50%
  );
}
.card-icon.hex::after {
  content: "";
  position: absolute;
  inset: 1px; /* º¸´õ µÎ²² */
  background: #fff;
  clip-path: polygon(
    25% 5%,
    75% 5%,
    98% 50%,
    75% 95%,
    25% 95%,
    2% 50%
  );
}
/* ¾ÆÀÌÄÜ */
.card-icon.hex i {
  position: relative;
  z-index: 1;
  font-size: 28px;
  color: #8c6a2f;
  line-height: 1;
}
.culture-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.culture-link:hover {
  text-decoration: none;
}