* {
 margin:0;
 padding:0;
 -webkit-text-size-adjust:none;
 box-sizing:border-box;
 outline:none !important;
}
:before,:after {
 box-sizing:border-box
}
html {
 overflow-x:hidden;
}
body {
 font-family:'Montserrat',sans-serif,"Nanum Gothic";
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-size:13px;
 font-weight:500;
 letter-spacing:0.166667px;
 line-height:1.7em;
}
h1,h2,h3,h4,h5,h6 {
 font-family:'Montserrat',sans-serif,"Nanum Gothic";
 color:#555;
 font-weight:600;
}
p {
 font-family:'Montserrat',sans-serif,"Nanum Gothic";
 color:#333;
 font-size:16px;
 line-height:30px;
 margin-bottom:15px;
 font-weight:normal;
}
.img {
 max-width:100%;
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
video {
 background-size:cover;
 display:table-cell;
 vertical-align:middle;
 width:100%;
}
.f-left {
 float:left;
}
.f-right {
 float:right;
}
.fix {
 overflow:hidden;
}
.clear {
 clear:both;
}
a,.button {
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
a:focus,.button:focus {
 text-decoration:none;
 outline:none;
}
a {
 color:#333;
 text-decoration:none;
}
a:hover {
 color:#555;
}
a:focus,a:hover {
 text-decoration:none;
}
a,button {
 color:#fff;
 outline:medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
 outline:0;
}
.uppercase {
 text-transform:uppercase;
}
input:focus::-moz-placeholder {
 opacity:0;
 -webkit-transition:.4s;
 -o-transition:.4s;
 transition:.4s;
}
.capitalize {
 text-transform:capitalize;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
 color:inherit;
}
ul {
 margin:0px;
 padding:0px;
}
li {
 list-style:none;
}
hr {
 border-bottom:1px solid #ececec;
 border-top:0 none;
 margin:30px 0;
 padding:0;
}
.no-padding {
 padding:0 !important;
}
.inline-block {
 display:inline-block;
}
img,fieldset {
 border:0;
 vertical-align: middle
}
/* 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;
}
.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:36px;
 display:block;
 font-weight:600;
 text-transform:capitalize;
 line-height:1.3;
}
.section-line {
 position:relative;
 background:#36ade1;
 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:40px;
 }
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .section-tittle h2 {
  font-size:28px;
 }
}
@media (max-width:575px) {
 .section-tittle h2 {
  font-size:26px;
  line-height: 1.6;
 }
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background-color:#2e3131;
 border-top:1px solid #333;
 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 #4a4a4a;
}
.footer-top a:hover {
 color:#36ade1;
}
.footer-top span.link-list {
 text-align:center;
}
.footer-bottom {
 text-align:center;
 background-color:#2e3131;
 border-top:1px solid #424646;
 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;
 }
 .pc_view {
  display:none;
 }
}
@media screen and (min-width:768px) {
 .mobile_view {
  display: none;
 }
}
/*-----------------------------------------------------*/
/* 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;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden
}
.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:260px;
 }
}
@media (min-width:992px) and (max-width:1199px) {
 .board_output_gallery_img .board_output_imgs {
  height:240px;
 }
}
@media (min-width:1200px) {
 .board_output_gallery_img .board_output_imgs {
  height: 300px;
 }
}
/*-----------------------------------------------------*/
/* 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:-30px;
}
#main-products .owl-carousel .owl-nav .owl-next {
 float:right;
 right:-30px;
}
#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;
 }
}

/*-----------------------------------------------------*/
/* main_visual */
/*-----------------------------------------------------*/
#main_visual {
 margin:0 auto;
 width:100%;
 height:600px;
 position:relative;
 margin-top:83px;
}
#main_visual .owl-carousel .owl-nav .owl-prev,#main_visual .owl-carousel .owl-nav .owl-next {
 position:absolute;
 top:50% !important;
 width:35px;
 height:35px;
 font-size:32px;
 color:#333;
}
#main_visual .owl-carousel .owl-nav .owl-prev {
 left:35px;
}
#main_visual .owl-carousel .owl-nav .owl-next {
 float:right;
 right:35px;
}
#main_visual .owl-carousel:hover .owl-nav div {
 opacity:1
}
#main_visual .owl-carousel .owl-dots {
 position:absolute;
 bottom:35px;
 left:0;
 width:100%;
 text-align:center
}
#main_visual .owl-carousel .owl-dots .owl-dot {
 position:relative;
 display:inline-block;
 width:16px;
 height:16px;
 margin:0 4px;
 border:1px solid transparent;
 border-radius:50%;
 -webkit-transition:border 0.3s ease;
 transition:border 0.3s ease
}
#main_visual .owl-carousel .owl-dots .owl-dot span {
 position:absolute;
 top:50%;
 left:50%;
 display:block;
 width:8px;
 height:8px;
 margin:-4px 0 0 -4px;
 border-radius:50%;
 background:#999;
 -webkit-transition:background 0.3s ease;
 transition:background 0.3s ease
}
#main_visual .owl-carousel .owl-dots .owl-dot.active {
 border-color:#333;
}
#main_visual .owl-carousel .owl-dots .owl-dot:hover span,#main_visual .owl-carousel .owl-dots .owl-dot.active span {
 background:#333;
}
#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;
 height:600px;
 z-index:5
}
#main_visual .main-carousel div.item1 {
 background-image:url(../../img/pure/main_img1.jpg)
}
#main_visual .main-carousel div.item2 {
 background-image:url(../../img/pure/main_img2.jpg)
}
#main_visual .owl-item div.caption {
 position:relative;
 top:28%;
 margin:auto;
 display:table;
 margin-left:auto;
 margin-right:auto;
}
#main_visual .owl-item div.caption * {
 opacity:0;
 -webkit-transform:translateY(-40px);
 transform:translateY(-40px);
 -webkit-transition:all 0.8s ease;
 transition:all 0.8s ease
}
#main_visual .owl-item.active div.caption * {
 opacity:1;
 -webkit-transform:translateY(0);
 transform:translateY(0)
}
#main_visual .owl-item div.caption h2 {
 font-size:52px;
 font-weight:600;
 color:#fff;
 text-shadow:1px 2px rgba(0,0,0,.6);
 margin-bottom:30px;
 -webkit-transition-delay:0.8s;
 transition-delay:0.8s
}
#main_visual .owl-item div.caption h2.txt_co {
 font-size:52px;
 font-weight:600;
 color:#fff;
 text-shadow:1px 2px rgba(0,0,0,.6);
 margin-bottom:30px;
 -webkit-transition-delay:0.8s;
 transition-delay:0.8s
}
#main_visual .owl-item div.caption h3 {
 clear:both;
 font-size:24px;
 font-weight:400;
 color:#fff;
 line-height:1.6;
 -webkit-transition-delay:1.6s;
 transition-delay:1.6s;
 display:table;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}
#main_visual .owl-item div.caption h3.bg_co {
 background-color:rgba(0,0,0,0.5);
 padding:5px 10px;
 width:500px;
}
#main_visual .owl-item div.caption h3.bg_co2 {
 background-color:rgba(0,0,0,0.5);
 padding:5px 10px;
 width:550px;
}
@media all and (max-width:767px) {
 #main_visual {
  height:300px;
 }
 #main_visual .owl-carousel .owl-nav .owl-prev {
  left:10px;
 }
 #main_visual .owl-carousel .owl-nav .owl-next {
  right:10px;
 }
 #main_visual .owl-carousel .owl-dots {
  bottom:20px;
 }
 #main_visual .owl-stage-outer .owl-stage .owl-item div {
  height:300px;
 }
 #main_visual .owl-item div.caption {
  position:relative;
  top:22%;
  margin:auto;
  padding:0 5px;
  text-align:center;
 }
 #main_visual .owl-item div.caption h2 {
  font-size:32px;
  margin-top:10px;
  margin-bottom:23px;
 }
 #main_visual .owl-item div.caption h2.txt_co {
  font-size:32px;
  text-shadow:1px 2px rgba(0,0,0,.6);
  margin-bottom:23px;
 }
 #main_visual .owl-item div.caption h3 {
  font-size:16px;
 }
 #main_visual .owl-item div.caption h3.bg_co {
  margin:auto;
  width:340px;
  text-align:center;
 }
 #main_visual .owl-item div.caption h3.bg_co2 {
  margin:auto;
  width:340px;
  text-align:center;
 }
}
@media (min-width:768px) and (max-width:991px) {
 #main_visual {
  height:400px;
 }
 #main_visual .owl-stage-outer .owl-stage .owl-item div {
  height:400px;
 }
 #main_visual .owl-item div.caption h2 {
  margin:auto;
  font-size:38px;
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
 }
 #main_visual .owl-item div.caption h3 {
  font-size:20px;
  margin-bottom:30px;
 }
}
@media all and (max-width:480px) {
 #main_visual .owl-carousel .owl-nav .owl-prev,.owl-next {
  display:none;
 }
 #main_visual .owl-item div.caption h2 {
  margin:auto;
  font-size:26px;
  text-align:center;
  margin-bottom:30px;
 }
 #main_visual .owl-item div.caption h3 {
  font-size:14px;
  margin-bottom:30px;
 }
 #main_visual .owl-item div.caption h3.bg_co {
  margin:auto;
  padding:5px 10px;
  width:295px;
  text-align:center;
 }
 #main_visual .owl-item div.caption h3.bg_co2 {
  margin:auto;
  padding:5px 10px;
  width:295px;
  text-align: center;
 }
}
/*-----------------------------------------------------*/
/* °í°´¼¾ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.board-service {
 background:#fff;
 border-top:1px solid #e5e5e5;
 border-bottom:1px solid #e5e5e5;
}
.board-service .cs-center {
 float:left;
 padding:0 10px 0 20px;
 border-right:0px solid #e5e5e5;
 min-height:220px;
}
.board-service .cs-center h4 {
 font-size:18px;
}
.board-service .cs-center li {
 font-size:13px;
 line-height:20px;
 margin:2px 0;
}
.board-service .cs-center li.tel_num {
 font-size:30px;
 color:#ed5c20;
 line-height:36px;
 font-weight:700;
 padding-bottom:10px;
}
.board-service .cs-center li.tel_num a {
 color:#ed5c20;
}
.cs-center li.cs_btn {
 padding-top:22px;
}
a.cs_btn {
 display:inline-block;
 width:40%;
 margin:0 1%;
 font-size:14px;
 color:#fff;
 text-align:center;
 border:2px solid #3ab926;
 background:#3ab926;
 border-radius:0;
 padding:7px 0 9px 0;
 vertical-align:bottom;
}
a.cs_btn:hover {
 color:#333;
 border:2px solid #3ab926;
 background:#fff;
}
.board-service .pure-board {
 position:relative;
 border-left:1px solid #e5e5e5;
 min-height:158px;
 padding:0 15px;
 background:#fff;
}
.board-service .pure-board .addon-item {
 position:relative;
 min-height:158px;
 overflow:hidden;
}
.board-service .pure-board .more_span {
 float:right;
 position:absolute;
 font-size:30px;
 color:#36ade1;
 right:0;
 padding:0 20px 0 0;
}
@media screen and (max-width:767px) {
 .pure-section {
  margin:10px 0 0 0;
 }
 a.cs-btn {
  width:50%;
 }
}
@media (min-width:768px) and (max-width:991px) {
 .board-service .cs-center li.tel_num {
  font-size: 24px;
 }
}
/*-----------------------------------------------------*/
/* °øÁö»çÇ× ÃßÃâ */
/*-----------------------------------------------------*/
.board_output {
 width:100%;
}
.board_output table {
 float:left;
 display:block;
 margin:0 5px 0 0;
}
.board_output table.board_output {
 width:100% !important;
}
.board_output td {
 font-size:13px;
 color:#555 !important;
 height:38px;
}
.board_output_1_tr {
 border-bottom:1px solid #e8e8e8;
}
.board_output_2_tr {
 border-bottom: 1px solid #e8e8e8;
}
/* ÃßÃâ °Ô½ÃÆÇ ½ºÅ¸ÀÏ */
.board_output a {
 letter-spacing:0px;
 color:#555;
 line-height:20px;
}
.bd_out1 a {
 font-size:14px;
 color:#555 !important;
 font-weight:500;
 display:inline-block;
 text-decoration:none !important;
}
.bd_out1 a:hover {
 color: #36ade1 !important;
}
/*-----------------------------------------------------*/
/* Scroll Up */
/*-----------------------------------------------------*/
#back-top {
 background:#3498db;
 width:50px;
 height:50px;
 right:30px;
 bottom:18px;
 position:fixed;
 z-index:10;
 font-size:20px;
 color:#fff;
 text-align:center;
 border-radius:50%;
 line-height:48px;
}
#back-top a i {
 display:block;
 line-height:50px;
}
#back-top a:hover i {
 color:#fff;
}
@media (max-width:575px) {
 #back-top {
  width:40px;
  height:40px;
  right:16px;
 }
 #back-top a i {
  display:block;
  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;
 }
}
/*-----------------------------------------------------*/
/* ¼­ºñ½º ¿µ¿ª */
/*-----------------------------------------------------*/
.services {
 position:relative;
 background:url("../../img/pure/services_img1.jpg") center no-repeat;
 background-size:cover;
 padding:50px 0;
}
.services:before {
 content:'';
 background:rgba(0,0,0,0.6);
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
}
.contact-us-box {
 color:#fff;
}
.contact-us-box .ion {
 border:2px solid #ebebeb;
 width:50px;
 height:50px;
 text-align:center;
 line-height:46px;
 margin-right:20px;
 font-size:26px;
 color:#fff;
}
.contact-us-box label {
 display:block;
 color:#fff;
 font-weight:600
}
.contact-us-box .contact-us {
 padding-top:15px
}
.contact-us-box .contact-us>div {
 margin-bottom:20px
}
.contact-us-box .contact-us>div:last-child {
 margin-bottom:40px
}
.contact-us-title {
 position:relative;
 font-size:24px;
 color:#fff;
 padding:15px 0;
 font-weight:600
}
.pull-left {
 float: left !important
}
/*-----------------------------------------------------*/
/* About Us */
/*-----------------------------------------------------*/
.about_us {
 background-size:cover !important;
 background-repeat:no-repeat;
 background-position:50% 0;
 background-attachment:fixed !important;
 padding:50px 0 20px 0;
 position:relative;
 background:#f8f8f8;
}
.about_us h2 {
 position:relative;
 text-align:center;
 color:#fff;
}
.about_us_overlay {
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background:url(../../img/pure/overaly.png);
}
.about_us_bg {
 background:url(../../img/pure/parallax.jpg) no-repeat;
 height:420px;
}
.about_con {
 margin-top:-200px;
 padding-bottom:50px;
 background:#f8f8f8;
}
.about_box {
 border:1px solid #e5e5e5;
 background:url(../../img/pure/about_2.jpg) no-repeat
}
.about_box h3 {
 padding:30px 40px 20px 40px;
 font-size:26px;
 color:#222;
}
.about_box p {
 padding:0 40px 25px 40px;
 font-size:15px;
 color:#222;
 line-height: 1.8;
}
/*-----------------------------------------------------*/
/* Latest Us */
/*-----------------------------------------------------*/
.latest-us {
 background:#f8f8f8;
 padding-top:30px;
}
.latest-us .single-latest .latest-img {
 overflow:hidden;
 position:relative;
}
.latest-us .single-latest .latest-img a img {
 width:100%;
 -webkit-transform:scale 1;
 -ms-transform:scale 1;
 transform:scale 1;
 transition:all 0.5s ease-out 0s;
}
.latest-us .single-latest:hover .latest-img a img {
 -webkit-transform:scale(1.1);
 -ms-transform:scale(1.1);
 transform:scale(1.1);
}
.latest-us .single-latest .latest-caption {
 background:#fff;
 border:1px solid #e9e9e9;
 width:100%;
 padding:30px 10px 30px 15px;
 -webkit-transition:all 0.4s ease-out 0s;
 -moz-transition:all 0.4s ease-out 0s;
 -ms-transition:all 0.4s ease-out 0s;
 -o-transition:all 0.4s ease-out 0s;
 transition:all 0.4s ease-out 0s;
 transform:translateY(0px);
}
.latest-us .single-latest .latest-caption h3 {
 position:relative;
 margin-bottom:18px;
 line-height:13px;
 -webkit-transition:all 0.4s ease-out 0s;
 -moz-transition:all 0.4s ease-out 0s;
 -ms-transition:all 0.4s ease-out 0s;
 -o-transition:all 0.4s ease-out 0s;
 transition:all 0.4s ease-out 0s;
}
.latest-us .single-latest .latest-caption h3 {
 font-size:22px;
 color:#333;
 font-weight:600;
 display:block;
}
.latest-us .single-latest .latest-caption p {
 color:#333;
 font-size:14px;
 -webkit-transition:all 0.4s ease-out 0s;
 -moz-transition:all 0.4s ease-out 0s;
 -ms-transition:all 0.4s ease-out 0s;
 -o-transition:all 0.4s ease-out 0s;
 transition:all 0.4s ease-out 0s;
 line-height:1.6;
}
@media (max-width:576px) {
 .latest-us .single-latest .latest-caption h3 {
  font-size:20px;
 }
 .latest-us .single-latest .latest-caption p {
  font-size: 13px;
 }
}