* {outline: none !important;}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  background: #fff;
}
a {
  transition: all .3s ease-in 0s;
  color: #333;
  text-decoration: none;
}
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus, a:hover {
  color: #555;
}
ol, ul, li {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
img,
input {
    outline: none !important;
    selector-dummy: expression(this.hideFocus=true) !important;
}
textarea {
    width: 100%;
}
/* µå·¡±× ¼±ÅÃ ºí·Ï»ö»ó */
::selection {
    background:#aaa;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background:#aaa;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background:#aaa;
    color: #fff;
    text-shadow: none;
}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}
.pt-10 {padding-top:10px;}
.pt-15 {padding-top:15px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pl-10 {padding-left:10px;}
.pl-15 {padding-left:15px;}
.pl-20 {padding-left:20px;}
.pr-15 {padding-right:15px;}
.pr-20 {padding-right:20px;}
.mt-10 {margin-top:10px;}
.mt-15 {margin-top:15px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mb-10 {margin-bottom:10px;}
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-50 {margin-bottom:50px;}
.ml-5 {margin-left:5px;}
.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px;}
.mr-10 {margin-right:10px;}
.mr-20 {margin-right:20px;}
.mt-50 {margin-top: 50px;}
.h100 {height: 100%;}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-weight: 500;
}
p {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.strong, strong {
  font-weight: 500;
}
.bg-gray {
  background: #f5f5f5;
}
.text-white {
  color: #fff;
}
.text-theme {
  color: #555;
}
.relative {
  position: relative !important;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
.section-title h2 {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-title2 h3 {
  color: #333;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
 .section-title {
   font-size: 22px;
   margin-bottom: 30px;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .section-title {
   font-size: 26px;
   margin-bottom: 30px;
 }
}
.section-line {
  margin: auto;
  text-align: center;
  background-color: #555;
  width: 38px;
  height: 2px;
}
.bglight {
  background: #f5f5f5;
}
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
button:focus {
  outline: none !important;
}
.section-padding {
  padding: 20px 0 40px 0;
}
#contact {
  position: relative;
  overflow: hidden;
}
/*-----------------------------------------------------*/
/* Main Button */
/*-----------------------------------------------------*/
.button {
  border-radius: 0px;
  background-color: #4c5151;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 5px 20px 6px 20px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
}
.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;
}

.button1 {
  border: 2px solid #777;
  border-radius: 50px;
  padding: 3px 10px;
  background: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1:hover,
.button1.hover,
.button1:focus,
.button1.focus {
  color: #fff !important;
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
  width:100%;
  position:relative;
  background-color: #2e3131;
  padding: 10px 0 15px 0;
  margin: 0;
  text-align:center;
}
.footer-bottom {
  text-align: center;
  padding: 15px;
}
.footer-bottom .footer-add {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  font-weight: 300;
  padding-top:15px;
}
.footer-bottom .copy {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width:767px) {
 .footer-bottom .footer-add, .copy {
  text-align: left;
 }
}

/*-----------------------------------------------------*/
/* About Us */
/*-----------------------------------------------------*/
.about_us {
  background: #fff;
  padding: 30px 0
}
.about_us h3 {color: #333;}
.about_us p {margin: 20px 0; font-size: 15px; color: #222; font-weight: 300;}

/*-----------------------------------------------------*/
/* Service */
/*-----------------------------------------------------*/
.services-area {width: 100%; background: #f9f9f9; padding: 30px 0 70px 0;}
.service {
  margin-top: 30px;
  padding: 20px 10px;
  padding-bottom: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 0;
}
.service-icon {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 70px;
  background: #00b4d9;
  border-radius: 100%;
  position: relative;
  overflow: hidden; 
}
.service-icon span {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
}
.service-icon span i {
  font-size: 38px;
  color: #fff;
  vertical-align: middle;
}

.service-icon span:first-child {
  top: 70%;
}
.service-icon span:last-child {
  top: 150%;
}
.service-content {
  padding-top: 10px;
}
.service-content h2, .service-content h3, .service-content h4 {
  font-weight: 500;
  color: #333333;
}
.service-content h2 a, .service-content h3 a, .service-content h4 a {
  color: #333333;
}
.service-content h2 a:hover, .service-content h3 a:hover, .service-content h4 a:hover {
  color: #00b4d9;
}

.service:hover .service-icon span:first-child {
  top: -50%;
}
.service:hover .service-icon span:last-child {
  top: 70%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service {padding: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service {padding: 0; padding-top: 20px;}
}
@media only screen and (max-width: 767px){
  .service {padding: 0; padding-top: 15px;}
}
/*-----------------------------------------------------*/
/* Service Styels */
/*-----------------------------------------------------*/
.service-style {
  box-shadow: 0;
  padding: 30px 15px; 
  border:1px solid #e5e5e5;
  border-bottom:2px solid #00b4d9;
  height: 260px;
}
.service-style:hover {
  -webkit-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.2);
  box-shadow: 0 1px 2px rgba(85, 85, 85, 0.2);
  border:1px solid #00b4d9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .service-style {
    padding: 30px; 
  } 
}

.service-content h4 {font-size: 18px; color: #555; font-weight: 600;}
.service-content p {font-size: 14px; color: #555; font-weight: 300; padding-top:10px;}
.service-content span.service-tit {font-size: 18px; color: #555; font-weight: 400; line-height:22px;}

/*-----------------------------------------------------*/
/* Main form control */
/*-----------------------------------------------------*/
.form-control,
.form-control:hover,
.form-control.hover,
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  height: auto;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #ececec;
  border-radius: 0;
  padding: 5px 15px;
}
/*-----------------------------------------------------*/
/* Contact Us */
/*-----------------------------------------------------*/
.contact-us {
  margin: 35px 0 50px 0;
  position: relative;
}
.contact-form {margin-top: 20px;}
.contact-form .form-control {
  background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 37px !important;
  color: #0c0c0c;
  font-size: 12px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #ccc;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 80px !important;
  outline: none;
}
textarea { height: 50px !important; border: 1px solid #dedede;}

/*-----------------------------------------------------*/
/* Portfolio */
/*-----------------------------------------------------*/
#portfolio {
  background: #f9f9f9;
  padding: 30px 0;
}
#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 25px 0;
}
#portfolio .portfolio-item h2 {
  color: rgba(255, 255, 255, 0);
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
#portfolio .portfolio-item:hover h2 {
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}
#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-----------------------------------------------------*/
/* Product */
/*-----------------------------------------------------*/
.products-area {width:100%; padding:40px 0 50px 0;}
.product-slider-active .slick-list {
  padding: 0 !important;
}

.product-slider-active .product {
  margin-bottom: 30px;
}
.product-slider-active .product:focus, .product-slider-active .product:active {
  outline: none;
}

/* Slider Dots Styles */
.pure-slider-dots {
  position: relative;
}
.pure-slider-dots.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.pure-slider-dots ul.slick-dots li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: 15px;
}
.pure-slider-dots ul.slick-dots li:first-child {
  margin-left: 0;
}
.pure-slider-dots ul.slick-dots li:last-child {
  margin-right: 0;
}
.pure-slider-dots ul.slick-dots li button {
  height: 10px;
  width: 10px;
  content: "";
  background: #c9c9c9;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
}
.pure-slider-dots ul.slick-dots li button::before {
  display: none;
}
.pure-slider-dots ul.slick-dots li.slick-active button, .pure-slider-dots ul.slick-dots li:hover button {
  background: #00b4d9;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* product Style */
.product-style {
  padding: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.product-style .product-content {
  padding: 15px 15px 25px 15px;
}
.product-style:hover {
  -webkit-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.15);
  -o-box-shadow: 0 1px 2px rgba(85, 85, 85, 0.15);
  box-shadow: 0 1px 1px rgba(85, 85, 85, 0.15);
  border: 1px solid #ccc;
}

.product-style .product-content h5 {
  font-size: 18px;
  color: #555;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .product-style .product-content {
   padding: 15px;
 }
}
.product-image {
  overflow: hidden;
}
.product-image img {
  width: 100%;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.product:hover .product-icon span:first-child {
  top: -50%;
}
.product:hover .product-icon span:last-child {
  top: 50%;
}
.product:hover .product-image 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);
}


/*-----------------------------------------------------*/
/* cs center */
/*-----------------------------------------------------*/
.cs_center {
 background-size: cover !important;
 background-repeat: no-repeat;
 background-position: 50% 0;
 background-attachment: fixed !important;
 padding: 50px 0 40px 0;
 color: #fff;
 position: relative;
 background-color: #efefef;
}
.cs_center h2 {
 padding-bottom: 80px;
 color: #fff;
}
.cs_center_overlay {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url(../../img/pure/overaly.png);
}
.cs_center_bg {
 background: url(../../img/pure/parallax1.jpg) no-repeat;
}
.cs_center_box {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #666;
  position: relative;
  overflow: hidden;
  height: 220px;
  padding: 10px 20px 15px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cs_center_box2 {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #666;
  position: relative;
  overflow: hidden;
  height: 240px;
  padding: 10px 20px 15px 20px;
  margin-bottom: 20px;
}
.block-1 {margin-top:-30px;}
.tel_number a {font-size: 28px; color: #cca06f; font-weight: 600; line-height:32px;}
.phone_number a {font-size: 28px; color: #cca06f; font-weight: 600; letter-spacing:1px; line-height:32px;}
.cs_txt {font-size: 13px; color: #fff; line-height:42px;}
.cs_txt2 {font-size: 13px; color: #fff; line-height:10px;}


/*-----------------------------------------------------*/
/* µ¿¿µ»ó */
/*-----------------------------------------------------*/
.play-button {
  position: relative;
  background: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.play-button:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.play-button:hover {border: 1px solid #cca06f; opacity: 1; color: #cca06f !important;}
.play-button > span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
.youtube-popup {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:99999;
}
.youtube-popup-content {
  margin-top:150px;
  width:95%;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
.youtube-popup-close {
  position:absolute;
  top:-40px;
  right:0;
  width:18px;
  height:18px;
  font-size:20px;
  color:#fff;
  cursor:pointer;
}
.youtube-iframe {
  width:100%;
  height:480px;
}
@media (max-width:767px) {
 .youtube-iframe {
   width:100%;
   height:350px;
 }
}
.youtube-dark-theme {
  background: rgba(0,0,0, 0.9);
}

/*-----------------------------------------------------*/
/* main_visual */
/*-----------------------------------------------------*/
#main_slide {clear:both; margin-top: 0; position:relative; margin:0 auto; background: #f8f8f8;}
.visual01 .carousel-inner .item {
  width: 100%;
  height: 700px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.visual01 .carousel-inner .item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.visual01 .carousel-caption {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: table;
  padding: 0px;
}
.visual01 #myCarousel .carousel-control .icon-menu-left {
  position: absolute;
  top: 47%;
  left: 20%;
  z-index: 5;
  display: inline-block;
  font-size: 20px;
  text-shadow: none;
  color: #333;
}
.visual01 #myCarousel .carousel-control .icon-menu-right {
  position: absolute;
  top: 47%;
  right: 20%;
  z-index: 5;
  display: inline-block;
  font-size: 20px;
  text-shadow: none;
  color: #333;
}
.visual01 #myCarousel .carousel-control .icon-menu-left::after {
  content: '\f053';
  font-family: 'FontAwesome', sans-serif;
}
.visual01 #myCarousel .carousel-control .icon-menu-right::after {
  content: '\f054';
  font-family: 'FontAwesome', sans-serif;
}
.visual01 #myCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #333;
  border-radius: 0px;
  margin-bottom: -1px;
}
.visual01 #myCarousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border: 0px solid #000;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  #main_slide {margin:0 auto; position:relative; margin-top: -20px;}
  .visual01 .carousel-inner .item {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .visual01 #myCarousel .carousel-control .icon-menu-left {
    position: absolute;
    top: 49%;
    left: 15%;
    z-index: 5;
    font-size: 14px;
  }
  .visual01 #myCarousel .carousel-control .icon-menu-right {
    position: absolute;
    top: 49%;
    right: 15%;
    z-index: 5;
    font-size: 14px;
 }
 .visual01 #myCarousel .carousel-indicators li {
   width: 9px;
   height: 9px;
   background-color: rgba(0, 0, 0, 0.5);
   border: 0px solid #888;
   border-radius: 0px;
 }
 .visual01 #myCarousel .carousel-indicators li.active {
   width: 9px;
   height: 9px;
   background-color: rgba(0, 0, 0, 0.9);
   border: 0px solid #000;
   border-radius: 0px;
 }
}

@media (min-width: 768px) and (max-width: 1199px) {
 .visual01 .carousel-inner .item {width: 100%; height: 450px;}
}
/* ½½¶óÀÌµå */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* ÅØ½ºÆ®¹Ú½º */
.visual-tit1 {margin-top: 20%; font-size:50px; color:#fff; font-weight:600; line-height:60px; text-shadow: 0 1px 2px rgba(0, 0, 0, .5); padding:0 0 13px 0; letter-spacing:-1px;}
.visual-tit2 {font-size:26px; color:#fff; font-weight:400; line-height:30px; letter-spacing:0px;}

@media (min-width:1200px) and (max-width:1600px) {
 .block {width:100%; margin:220px 0 0 50px; }
}
@media (min-width:768px) and (max-width:1199px) {
 .block {width:100%; margin:170px 0 0 30px; }
 .visual-tit1 {font-size:42px;}
 .visual-tit2 {font-size:20px; line-height:26px;}
}

@media (max-width:767px) {
 .block {width:100%; margin:165px 0 0 20px; }
 .visual-tit1 {font-size:34px; line-height:36px; padding:0 0 13px 0;}
 .visual-tit2 {font-size:16px; line-height:24px;}
}

/*-----------------------------------------------------*/
/* Panel */
/*-----------------------------------------------------*/
.panel-group .panel {
    border-radius: 0px;
    border:0px none;
    box-shadow: none;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    position: relative;
    font-size: 14px;
}
.panel-title > a {
    border:1px solid #dedede;
    display: block;
    background: #fff;
    color:#333;
    padding: 12px 45px;
    text-overflow:ellipsis; white-space: nowrap; overflow: hidden;
}
.panel-title > a:hover,a:focus {
    text-decoration: none;
    outline: none;
}
.panel-title .left-icon {
    border-right:1px solid #dedede;
    font-size: 20px;
    color:#6a7171;
    width: 40px;
    padding: 12px 0 7px 0;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left:0;
    top:0;
}
.panel-title a:after {
    content: "\f068";
    font-family: 'FontAwesome';
    float: right;
    font-size: 14px;
    margin-right: 20px;
    color:#6a7171;
    position: absolute;
    top:14px;
    right:0;
    display: inline-block;
}
.panel-title .collapsed:after {
    content: "\f067";
    color:#6a7171;
}
.panel-title .collapsed {
    background: #fff !important;
    color:#6d6d6d;
    border-color:lightgray;
}
.panel-title .collapsed .left-icon {
    color:#6a7171;
    border-color:lightgray;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border:1px solid #dedede;
    border-top:0;
}

/*-----------------------------------------------------*/
/* Google Map */
/*-----------------------------------------------------*/
#map {
 position: relative;
 margin:0 auto;
 overflow: hidden;
 -webkit-transition: all 0.7s;
 -moz-transition: all 0.7s;
 transition: all 0.7s;
}
/* Open and Close */
.close-map {
 height: 0;
}
.open-map {
 height: 300px;
}
#map-module {
 width: 100%;
 background: #555;
}
a.gmap-btn.btn-show {
 display: block;
 background: #404040;
 color: #fff;
}
a.gmap-btn.btn-hide {
 display: none;
}
a.gmap-btn {
 height: auto;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 position: relative;
 z-index: 2;
 cursor: pointer;
 -webkit-transition: all 0.7s;
 -moz-transition: all 0.7s;
 transition: all 0.7s;
}
a.gmap-btn:focus {
 outline: 0;
}
.close-map-button {
 padding:10px;
 opacity: 1;
}
.open-map-button {
 padding:10px;
 opacity: 0.8;
}
#map #google-map {
 height: 300px;
 display: block;
 position: absolute;
 bottom:0;
 width: 100%;
 z-index: 1;
 -webkit-transition: all 0.7s;
 -moz-transition: all 0.7s;
 transition: all 0.7s;
}
.close-map #google-map {
 opacity: 0;
}
.open-map #google-map {
 opacity: 1;
}
#google-map iframe {width: 100%; height: 300px;}

@media (min-width: 1600px) {
  .grid-1280 .container {
    width: 1280px; 
 }
}

/* Social List */
.social-list {
  position: absolute;
  right: 55px;
  top: 48%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
.social-list::before {
  display: block;
  content: "";
  width: 0;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.social-list li {
  padding-left: 0;
}
.social-list li a,
.social-list li a:visited {
  color: #FFFFFF;
}
.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
  color: #00b4d9;
}
/* Scroll Down */
.arrow-scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
}
.arrow-scrolldown i {
  padding-left: 0;
}
.arrow-scrolldown a:hover,
.arrow-scrolldown a:focus {
  color: #00b4d9 !important;
}
html[data-useragent*='MSIE 10.0'] .arrow-scrolldown,
.oldie .arrow-scrolldown {
  display: none;
}
.scroll-icon {
  display: inline-block;
  font-family: "montserrat-medium", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00b4d9 !important;
  background: transparent;
  position: relative;
  right: 55px;
  margin:47px 0 0 -270px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}
.scroll-icon i {
  font-size: 18px;
  position: relative;
  bottom: -6px;
}
/* vertical animation */
@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}
@media (max-width: 767px) {
 .social-list,
 .arrow-scrolldown {
   display: none;
 }
}

/*-----------------------------------------------------*/
/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
/*-----------------------------------------------------*/
.privacy {width:100%;}
.privacy-con {width:100%; height:400px !important; font-size:12px; color: #555; padding:5px; background: #fff;}
/*-----------------------------------------------------*/
/* ÀÌ¿ë¾à°ü */
/*-----------------------------------------------------*/
.agreement {width:100%;}
.agreement-con {width:100%; height:400px !important; font-size:12px; color: #555; padding:5px; background: #fff;}
/*-----------------------------------------------------*/
/* Modal */
/*-----------------------------------------------------*/
.modal {
  text-align: left;
  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;
  padding: 15px 10px 0px 10px;
  border-bottom: 1px solid #fff;
  border-radius: 10px 10px 0 0;
}

.modal-header .close-link {
 float:right; 
 margin-top: 0;
 margin-right: 20px;
 border: none;
 background: transparent;
 font-size: 30px;
 color: #333;
}

.modal-title {text-align: center; font-size: 17px; color: #333; margin-top:10px;}
.modal .modal-dialog {
  margin:0 auto;
  text-align: center;
  position:fixed;
  bottom: 0;
  left: 25%;
  right:25%;
}
.modal-backdrop.in {
  opacity: 0;
}
.modal-body {padding-bottom:30px;}

@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media screen and (max-width:767px) {
 .modal .modal-dialog {
   margin:0 auto;
   text-align: center;
   position:fixed;
   bottom:0;
 }
}