* {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', sans-serif, "Nanum Gothic";
  line-height: 1.8;
  font-size: 13px;
}
p {
  font-family: 'Montserrat', sans-serif, "Nanum Gothic";
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif, "Nanum Gothic";
  font-weight: 600;
}
.no-padding {
  padding: 0 !important;
}
.inline-block {
  display: inline-block;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure {
  margin: 0;
}
a {
  transition: all .3s ease-in 0s;
  color: #333;
}
iframe {
  border: 0;
}
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus, a:hover {
  color: #555;
}
/*INPUT*/
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  margin:0 3px 0 0; 
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #333333;
  border: 1px solid #ccc;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #161616;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 5px;
}
textarea {overflow: auto; padding: 3px; vertical-align: top; width: 100%;}
input[type="image"] {
  border:0;
}
input[type="file"] {
  border:0;
  margin-top:15px;
}
input[name=member_img] {
  border: none; width: 80%;
}
input[name=addr] {
 width: 80%;
 margin-top:2px;
}
input[name=addr2] {
 width: 80%;
 margin-top:2px;
}
.checkbox,
.radio { display: inline-block !important; background-color: #fff;}
select { height: 27px; margin: 0 5px 0 0; }
input, img, select {vertical-align:middle; background-color: #fff;}
input.radio, 
input[type=radio] {margin:5px; padding:0; border:0; vertical-align:middle; background-color: #fff;}
input.check,
input[type=checkbox] {margin:5px; padding:0; border:0; vertical-align:middle; background-color: #fff;}
@media (max-width:767px) {
input#border.public_input.input_form { width: 80%; }
input[name=addr].member_border { width: 90%; }
input[name=addr2].member_border { width: 90%; } 
select[name=pw_question].member_border { width: 80%; }
}
.fl { float:left; padding-left: 10px; }
.fr { float:right; padding-right: 10px; }
.fn {float:none !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.hand {cursor:pointer}
.overflow {overflow:auto; overflow:hidden}
.none {display:none !important;}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
 
.w33 {
 width: 33%
}
.section {
  padding: 50px 0;
}
.section-sm {
  padding: 30px 0;
}
.section-xs {
  padding: 20px 0;
}
.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28ABE3;
}
.bg-gray {
  background: #f9f9f9;
}
.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.bg-white {
  background: #ffffff;
}
.clear {clear:both;}
#header {
    width: 100%;
    z-index: 999999;
    position: relative;
}
/*-----------------------------------------------------*/
/* ¹öÆ° */
/*-----------------------------------------------------*/
.btn,
.btn:hover,
.btn.hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
    display: inline-block;
    padding: 4px 20px;;
    font-size: 13px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    background-image: none;
    color: #333;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-main:hover {
  background: #fff;
  border: 1px solid #28ABE3;
  color: #28ABE3;
}
.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;
}
.btn-grey {
 background-color: #666;
 border-color: #666;
 color: #fff;
 margin-top:4px;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
 background-color: #fff;
 border-color: #ccc;
 color: #333;
}
.btn-grey2 {
 background-color: #efefef;
 border-color: #ccc;
 color: #333;
 margin-top:4px;
}
.btn-grey2:hover, .btn-grey2:focus, .btn-grey2:active, .btn-grey2.active {
 background-color: #fff;
 border-color: #ccc;
 color: #333;
}
.main_search {width: 100%; margin-top: 30px;}
/*-----------------------------------------------------*/
/* Footer section */
/*-----------------------------------------------------*/
.top-footer {
  background-color: #fff;
  border-top: 2px solid #4f5367;
  padding: 15px 0 40px;
  margin-top: 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9f98ad;
  margin-bottom: 15px;
}
.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #555;
  font-weight: 600;
  padding-right: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 26px;
  color: #4c4c4c;
  font-weight: 500;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.top-footer li a:hover {
  color: #ee4a42;
}
.footer-bottom {
  text-align: center;
  background-color: #4f5367;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1.6;
  color: #b8b8b8;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #b8b8b8;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #b8b8b8;
}

/*-----------------------------------------------------*/
/* Mobile 320px */
/*-----------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
}
/*-----------------------------------------------------*/
/* left menu */
/*-----------------------------------------------------*/
.page-area {
  position: relative;
}
.left-items {
  background: #f9f9f9;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 5px;
  border: 1px solid #ddd;
  border-top: 3px solid #4f5367;
}
.left-items li {
  border-bottom: 1px solid #ddd;
  display: block;
}
.left-items ul li a {
  color: #555;
  display: block;
  font-size: 14px;
  font-weight:bold; 
  padding: 8px 10px;
  text-transform: capitalize;
}
.left-items h4 {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px 10px 15px 10px;
  text-transform: uppercase;
}
.left-items li:last-child {
  border-bottom: 0;
}
.left-items2 {
  background: #f9f9f9;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 5px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
}
.left-items2 h4 {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px 10px 15px 10px;
  text-transform: uppercase;
}
/*-----------------------------------------------------*/
/* left cs */
/*-----------------------------------------------------*/
.left_cs_box {width:100%; margin:30px 0 30px 0; border:1px solid #e1e1e1; padding:10px; clear:both;}
.left_cs_box .cs_tit {font-size:16px; color:#fff; font-weight:bold; background-color:#4f5367; padding:5px 10px; margin-bottom: 10px;}
.left_cs_box .cs_tit_right {float:right; padding:5px 10px 0 0;}
.left_cs_box .cs_tel {font-size:26px; color:#666; font-weight: 600; padding-left:5px;}
.left_cs_box .cs_tel2 {clear:both; font-size:20px; color:#666; padding-left:5px;}
.left_cs_box .cs_tel2 .fax {font-size:14px; color:#777;}
.left_cs_box .cs_tel3 {font-size:13px; color:#777; padding-left:5px;}
.left_cs {width:100%; background-color:#fff; border:1px solid #e1e1e1; padding:10px 10px 10px 10px;}
.left_cs .cs_tit2 {font-size:16px; color:#fff; font-weight:bold; background-color:#4f5367; padding:5px 10px; margin-bottom: 10px;}
@media (min-width:768px) and (max-width:991px) {
 .left_cs_box .cs_tel {font-size:16px; color:#666; padding:0; letter-spacing:-1px;}
 .left_cs_box .cs_tel2 {clear:both; font-size:13px; color:#555; padding:0;}
 .left_cs_box .cs_tel3 {font-size:12px; color:#777; padding:0;}
}
@media (min-width:992px) and (max-width:1199px) {
 .left_cs_box .cs_tel {font-size:24px; color:#666; padding:0; letter-spacing:-1px;}
 .left_cs_box .cs_tel2 {clear:both; font-size:16px; color:#555; padding:0;}
 .left_cs_box .cs_tel3 {font-size:12px; color:#777; padding:0;}
}
/*-----------------------------------------------------*/
/* left extent */
/*-----------------------------------------------------*/
.count_top {margin-top:0px;}
.cs_count_txt {width:100%; font-size:12px; color:#555;}
.cs_count {font-size:11px;}
.extent {width:100%; border:1px solid #e1e1e1; margin-top:10px;}
.extent td {text-align:center; }
.extent input {font-size:12px; color:#333; font-weight:bold; border:none;}
.extent_count {width:45%;}
.chevron {width:10%; background:#efefef;}
.chevron i {font-size:10px;}
.count_input {width:70%; margin-top:2px; padding:2px; border:none;}
@media only screen and (max-width: 767px) {
 .count_top {margin-top:0;}
}
@media (min-width:768px) and (max-width:991px) {
 .left-extent {display:none;}
}
/*-----------------------------------------------------*/
/* left items */
/*-----------------------------------------------------*/
.left-menu-items {width:100%; background:#fff;}
.left-menu-items td.left-text {width:80%; padding:8px 0 8px 10px; color:#666;}
.left-menu-items td.left-text a {width:100%; font-size:14px; color:#555; font-weight:bold;}
.left-menu-items td.left-text a:hover {color: #ee4a42;}
.left-menu-items td.left-icon {width:20%; position: relative; padding-right:5px;}
.left-menu-items td.left-icon a {float:right; width:16px; font-size: 11px; color:#fff; line-height:16px; text-align:center; padding:0 2px 2px 2px;}
.btn_mc1 { background-color:#ff9310; }
.btn_mc2 { background-color:#9dcb49; }
.btn_mc3 { background-color:#4abab5; }
.btn_mc4 { background-color:#ff7574; }
.btn_mc5 { background-color:#ff6766; margin-right:3px;}
.divider2 {height: 1px; margin: 0; overflow: hidden; background-color: #ddd;}
/*-----------------------------------------------------*/
/* left theme items */
/*-----------------------------------------------------*/
.left-theme-items {width:100%; background:#fff;}
.left-theme-items a {}
.left-theme-items a:hover {color: #ee4a42;}
.left-theme-items td.left-text {width:100%; padding:8px 0 8px 10px;}
.left-theme-items td.left-text a {font-size:14px; color:#555; font-weight:bold;}
.left-theme-items td.left-text a:hover {border:1px solid #81bc00;}

/*-----------------------------------------------------*/
/* left tag */
/*-----------------------------------------------------*/

.left-tags {  
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-left: 3px solid #4f5367;
}
.left-tags h4 {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
}

.popular-tag {margin-bottom: 20px;}
.popular-tag ul li {
  display: inline-block;
  margin: 0 3px 18px 0;
  min-width: 60px;
}

.popular-tag ul li a {
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  padding: 7px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.popular-tag ul li a:hover {
  background: #ee4a42;
  border: 1px solid #ee4a42;
  color: #fff;
}

/*-----------------------------------------------------*/
/* left menu */
/*-----------------------------------------------------*/
#aside_tit {clear: both; width:90%; background:#5b5b7b; margin-top:30px;}
#aside_tit ul {font-size:20px; color:#fff; font-weight: 600; border:1px solid #5b5b7b; padding:6px 0 6px 25px; letter-spacing:-1px; text-transform: uppercase;}
#left_menu {width:90%; margin-top:20px; padding:0;}
#left_menu ul {padding:0;}
#left_menu li {font-size:15px; color:#333; border-bottom:1px solid #efefef; line-height:18px; padding:2px 0 2px 0;}
.left_menu_off a {  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display:block; 
  padding:8px 0 8px 20px;
  color:#333; 
  background:#ffffff;
}
.left_menu_on a { 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display:block; 
  padding:8px 0 8px 20px;
  color:#ffffff;
  background:#777;
}
.left_menu_off a:hover {
  background:#eee;
}
.left_menu_on a:hover {
  color: #333;
  background:#eee;
}
@media only screen and (max-width: 767px) {
 #aside_tit {width:100%;}
 #left_menu {width:100%;}
}
/*-----------------------------------------------------*/
/* content */
/*-----------------------------------------------------*/
.sub_content_tit {width:100%; border-bottom: 1px solid #ddd; padding:10px 0 10px 0;}
.page_text_01 {font-size:16px; color:#666;font-weight: 600; padding:10px 0;}
.page_text_02 {float:right; font-size:13x; color:#666; padding:10px 0;}
.page_text_03 {font-size:13px; color:#666; font-weight: 600;}
.map_border {border:1px #e1e1e1 solid; width:100%;}
.map {padding:20px 0 10px 15px;}
.need {margin:0 5px 0 5px;}

/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
.privacy {width:100%; margin-bottom:20px;}
.privacy-con {width:100%; height:400px; font-size:12px; padding:5px;}
/* ÀÌ¿ë¾à°ü */
.agreement {width:100%; margin-bottom:20px;}
.agreement-con {width:100%; height:400px; font-size:12px; padding:5px;}

/*-----------------------------------------------------*/
/* Swipe.JS Slider */
/*-----------------------------------------------------*/
.swiper-container {
 width:100%;
 height: auto;
}
.swiper-slide {
 text-align:center;
 display:flex; 
 align-items:center; 
 justify-content:center; 
}
/* slide style */
/*-----------------------------------------------------*/
#sub_slide {margin:0 auto; position:relative; margin-top: 75px;}
.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 .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: 45%;
  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: 45%;
  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 {width:100%; margin-left: auto; margin-right: auto; position:relative;}
  .visual01 .carousel-inner .item {
    height: 250px; 
}
  .visual01 #myCarousel .carousel-control .icon-menu-left {
    position: absolute;
    top: 45%;
    left: 15%;
    z-index: 5;
    font-size: 14px;
}
  .visual01 #myCarousel .carousel-control .icon-menu-right {
    position: absolute;
    top: 45%;
    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;
}
}
/* ½½¶óÀÌµå */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
/* fade */
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; -webkit-transition-property: opacity; }
.carousel-fade .carousel-inner .active { opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0; left: 0; z-index: 10; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 10; }
.carousel-fade .carousel-control { z-index: 20; }

.normal_title_main {display:none !important;}

@media screen and (max-width:767px) {
 .pc_view {display:none;}
}
@media screen and (min-width:768px) {
 .mobile_view {display:none;}
}
@media (min-width: 1200px) {
  .col-lg-9 {
    width: 77%;
  }
  .col-lg-3 {
    width: 23%;
  }
}