/* 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:40px 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:26px;
 display:block;
 font-weight:600;
 text-transform:capitalize;
 line-height:1.0;
}
.section-tittle h2 a:hover {
 color:#4a9ff0;
}
.section-line {
 position:relative;
 background:#4a9ff0;
 width:40px;
 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:#3498db;
  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;
 }
}
/*-----------------------------------------------------*/
/* Arrows */
/*-----------------------------------------------------*/
.slick-prev,.slick-next {
 font-size:0;
 line-height:0;
 position:absolute;
 top:50%;
 display:block;
 width:30px;
 height:30px;
 padding:0;
 -webkit-transform:translate(0,-50%);
 -ms-transform:translate(0,-50%);
 transform:translate(0,-50%);
 cursor:pointer;
 color:transparent;
 border:none;
 outline:none;
 background:transparent;
 z-index:99;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
 color:transparent;
 outline:none;
 background:transparent;
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
 opacity:1;
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
 opacity:.25;
}
.slick-prev:before,.slick-next:before {
 font-family:'FontAwesome';
 font-size:42px;
 line-height:1;
 opacity:.75;
 color:#ccc;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
}
.slick-prev {
 left:-15px;
}
[dir='rtl'] .slick-prev {
 right:-15px;
 left:auto;
}
.slick-prev:before {
 content:'\f104';
}
[dir='rtl'] .slick-prev:before {
 content:'\f105';
}
.slick-next {
 right:-15px;
}
[dir='rtl'] .slick-next {
 right:auto;
 left:13px;
}
.slick-next:before {
 content:'\f105';
}
[dir='rtl'] .slick-next:before {
 content: '\f104';
}
/*-----------------------------------------------------*/
/* Dots */
/*-----------------------------------------------------*/
.slick-dotted.slick-slider {
 margin-bottom:30px;
}
.slick-dots {
 position:absolute;
 bottom:-40px;
 display:block;
 width:100%;
 padding:0;
 margin:0 0 0 -15px;
 list-style:none;
 text-align:center;
}
.slick-dots li {
 position:relative;
 display:inline-block;
 width:20px;
 height:20px;
 margin:0 5px;
 padding:0;
 cursor:pointer;
}
.slick-dots li button {
 font-size:0;
 line-height:0;
 display:block;
 width:20px;
 height:20px;
 padding:4px;
 cursor:pointer;
 color:transparent;
 border:0;
 outline:none;
 background:transparent;
}
.slick-dots li button:hover,.slick-dots li button:focus {
 outline:none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
 opacity:1;
}
.slick-dots li button:before {
 font-family:'slick';
 font-size:6px;
 line-height:20px;
 position:absolute;
 top:0;
 left:0;
 width:20px;
 height:20px;
 content:'&#8226;';
 text-align:center;
 opacity:.25;
 color:black;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
}
.slick-dots li.slick-active button:before {
 opacity:.75;
 color:black;
}
.slick-slide {
 margin-left:-10px;
 margin-right:-10px;
}
@media (max-width:767px) {
 .product-style .product-content {
  padding:20px 10px;
  text-align:left;
 }
 .product-style .product-content h3 {
  font-size:15px;
 }
 .product-style .product-content p {
  font-size:13px;
  line-height:22px;
 }
 .product-slider-active .slick-list {
  margin-left:10px;
  margin-right:10px;
 }
 .slick-prev,.slick-next {
  width:20px;
  height:20px
 }
 .slick-prev:before,.slick-next:before {
  font-family:'FontAwesome';
  font-size:24px;
  line-height:1;
  opacity:.75;
  color:#fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
 }
 .slick-prev {
  left:-5px;
 }
 .slick-next {
  right: -5px;
 }
}
@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;
 }
}
/*-----------------------------------------------------*/
/* °øÁö»çÇ× ÃßÃâ */
/*-----------------------------------------------------*/
.board_output {
 width:100%;
 background:none;
}
.board_output table {
 float:left;
 margin:20px 5px 15px 0;
}
.board_output table.board_output {
 width:100% !important;
}
.board_output td {
 height:34px;
 font-size:13px;
 color:#333;
}
.board_output_1_tr {
 border-bottom:1px solid rgba(255,255,255,0);
}
.board_output_1_tr img,.board_output_2_tr img {
 padding-right: 5px;
}
/* ÃßÃâ °Ô½ÃÆÇ ½ºÅ¸ÀÏ */
.board_output a {
 letter-spacing:0px;
 line-height:20px;
}
.bd_out1 a {
 font-size:15px;
 color:#666 !important;
 font-weight:400;
 display:inline-block;
 text-decoration:none !important;
}
.bd_out1 a:hover {
 color:#3498db !important;
}
@media (max-width:575px) {
 .board_output table {
  float:left;
  margin:5px 5px 20px 0;
 }
 .bd_out1 a {
  font-size: 14px;
 }
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background:#555;
 border-top:1px solid #6c6c6c;
 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 #6c6c6c;
}
.footer-top a:hover {
 color:#4a9ff0;
}
.footer-top span.link-list {
 text-align:center;
}
.footer-bottom {
 text-align:center;
 background-color:#555;
 border-top:1px solid #6c6c6c;
 padding:20px;
}
.footer-bottom p {
 font-size:14px;
 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 a {
 display:block;
 font-size:16px;
 color:#333;
 text-align:center;
 margin-top:12px;
 margin-bottom:15px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 line-height:15px;
}
.board_output_gallery_subject + br {
  display: none;
}
.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:14px !important;
  margin-bottom:15px;
  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 !important;
 }
 #main-products .products-board {
  padding:0 5px;
 }
}
/* ¸ÞÀÎ ½ºÅä¸® */
span.story-sub {
  font-size: 17px !important;
  color: #4a9ff0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}
.story-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
/* ¸ð¹ÙÀÏ Å¸ÀÌÆ² º¸Á¤ */
@media (max-width: 767.98px) {
  .story-title {
    font-size: 26px;
  }
}
.story-wrap p {font-size: 18px; color: #555; font-weight: 400; line-height: 1.5;}
.story-wrap span {
  color: #2372d9;
  font-size: 20px;
  font-weight: 400;
}
/* ÀüÈ­ »ó´ã¹®ÀÇ ¹öÆ° */
.btn-call {
  display: inline-block;
  padding: 10px 22px;
  background-color: #4a9ff0; /* ºí·ç */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px; /* ¾çÂÊ µÕ±Û°Ô */
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* ¸¶¿ì½º ¿À¹ö */
.btn-call:hover {
  background-color: #fff;
  color: #4a9ff0;
  border: 1px solid #4a9ff0;
  text-decoration: none;
}
/* Æ÷Ä¿½º / Å¬¸¯ ½Ã Å×µÎ¸® Á¦°Å (ºÎÆ®½ºÆ®·¦ ÀÜ»ó Á¦°Å) */
.btn-call:focus,
.btn-call:active {
  box-shadow: none;
  outline: none;
}
.about-img .img-wrap {
  overflow: hidden;
  border-radius: 0.375rem; /* rounded¶û µ¿ÀÏ */
}
.about-img img {
  transition: transform 0.6s ease;
}
.about-img:hover img {
  transform: scale(1.08);
}


/* ============================
   ¸ÞÀÎ ¼­ºñ½º
============================ */
.contact-info-wrap {
  background-color: #f8f8f8;
  padding: 80px 0 60px 0;    
}
.contact-link {
  display: flex;       
  width: 100%;
  color: inherit;
  text-decoration: none;
  height: 100%;   
}
.contact-link:hover {
  text-decoration: none;
}
.contact-card {
  flex: 1;            
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 15px;     
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.contact-link:hover .contact-card {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}
.icon-box {
  font-size: 32px;         
  color: #ffffff;         
  background-color: #4a9ff0; 
  width: 60px;            
  height: 60px;
  line-height: 60px;       
  border-radius: 50%;      
  text-align: center;      
  margin: 0 auto 15px auto;
}
/* ============================
   Å¸ÀÌÆ²
============================ */
.contact-card h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}
/* ============================
   ÅØ½ºÆ®
============================ */
.contact-card p {
  flex-grow: 1;        
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.phone-number {
  color: #2372d9;
  font-size: 24px;
  font-weight: 600;
}
/* ============================
   ÄÃ·³/±×¸®µå
============================ */
.contact-info-wrap .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;  
  margin-left: -5px;     
  margin-right: -5px;
}
.contact-info-wrap .row > [class*="col-"] {
  display: flex;          
  flex: 1 0 0;           
  padding-left: 5px;      
  padding-right: 5px;
  margin-bottom: 10px;  
  box-sizing: border-box;
}

/* Å×ºí¸´(md ÀÌÇÏ) */
@media (max-width: 991.98px) {
  .contact-info-wrap .col-md-3 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .icon-box { font-size: 36px; }
  .contact-card h5 { font-size: 17px; }
  .contact-card p { font-size: 15px; }
  .phone-number { font-size: 20px; }
}
/* ¸ð¹ÙÀÏ(sm ÀÌÇÏ) */
@media (max-width: 575.98px) {
  .icon-box { font-size: 30px; }
  .contact-card h5 { font-size: 16px; }
  .contact-card p { font-size: 15px; }
  .phone-number { font-size: 18px; }
}

/* ============================
   ¸ÞÀÎ ºñÁÖ¾ó (PC)
============================ */
.main-visual-img {
  width: 100%;
  height: 550px;              /* PC ±âÁØ */
  background-image: url(../../img/pure/main_img1.jpg); /* ±ÛÀÚ Æ÷ÇÔ ÀÌ¹ÌÁö */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top:85px;
}

/*-----------------------------------------------------*/
/* main_visual */
/*-----------------------------------------------------*/
#main_visual .owl-stage-outer {
 position:relative;
 height:100%
}
#main_visual .owl-stage-outer .owl-stage {
 height:100%
}
#main_visual .owl-stage-outer .owl-stage .owl-item div {
 background-size:cover !important;
 background-position:center top;
 background-repeat:no-repeat;
 z-index:5
}


/* ±âº»: ¸ð¹ÙÀÏ ½½¶óÀÌµå ¼û±è */
#main_visual {
  display: none;
}
/* PC¿¡¼­´Â Á¤Àû ÀÌ¹ÌÁö */
@media (min-width: 992px) {
  .main-visual-img {
    display: block;
  }
}
/* ¸ð¹ÙÀÏ¿¡¼­¸¸ ½½¶óÀÌµå */
@media (max-width: 991px) {
  .main-visual-img {
    display: none;
  }
  #main_visual {
    display: block;
    margin-top: 85px;
  }
}
@media (max-width: 991px) {
  #main_visual {
    height: 590px;
  }
  #main_visual .owl-stage-outer .owl-stage .owl-item div {
    height: 590px;
    background-size: cover;
    background-position: center top;
  }
  #main_visual .item1 {
    background: url(../../img/pure/mo_main_img1.jpg) no-repeat;
  }
  #main_visual .item2 {
    background: url(../../img/pure/mo_main_img2.jpg) no-repeat;
  }
  #main_visual .item3 {
    background: url(../../img/pure/mo_main_img3.jpg) no-repeat;
  }
}
@media (min-width:481px) and (max-width:767px) {
  #main_visual {
    height: 470px;
  }
  #main_visual .owl-stage-outer .owl-stage .owl-item div {
    height: 470px;
    background-size: cover;
    background-position: center top;
  }
}
@media (max-width: 480px) {
  #main_visual {
    height: 300px;
  }
  #main_visual .owl-stage-outer .owl-stage .owl-item div {
    height: 300px;
    background-size: cover;
    background-position: center top;
  }
}