* {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: 'Raleway', sans-serif, "Nanum Gothic";
  font-size: 13px;
  color: #333;
  background: #fff;
}
a {text-decoration: none; color:#333;}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     color:#555;
}
a:hover,
a.hover,
a:focus,
a.focus {
    outline: none;
    text-decoration: none;
    color:#666;
}
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;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml30 {margin-left:30px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mt50 {margin-top: 50px;}
.h100 {height: 100%;}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #333;
  font-weight: 400;
  margin: 0 0 30px;
}
.h3,
h3 {
  font-size: 22px;
}
.strong,
strong {
  font-weight: 600;
}
blockquote {
  font-size: 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border-left: solid 1px #3498db;
}
p {
  margin: 0 0 30px;
}
.bg-gray {
  background: #f5f5f5;
}
.text-white {
  color: #fff;
}
.text-theme {
  color: #3498db;
}
.sub_content {
    padding: 30px 0;
}
.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%);
}
.main-container {
  z-index: 2;
  overflow: hidden;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-tb {
  padding-top: 30px;
  padding-bottom: 20px;
}
.section-content {
  margin-top: 50px;
}
.section-content2 {
  margin-top: 25px;
}
.section-title {
  margin-bottom: 10px;
}
.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
/*-----------------------------------------------------*/
/* Buttons */
/*-----------------------------------------------------*/
.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 {
  border-radius: 0px;
  -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;
  padding: 9px 22px;
  font-family: inherit;
  color: #fff !important;
  border-color: #3498db !important;
  background-color: #3498db !important;
}
.btn:focus,
.btn.focus {
  color: #fff !important;
  border-color: #dd3333 !important;
  background-color: #dd3333 !important;
}
.btn:hover,
.btn.hover {
  color: #fff !important;
  border-color: #48c7ec !important;
  background-color: #48c7ec !important;
}
.btn:active,
.btn.active {
  color: #fff !important;
  border-color: #dd3333 !important;
  background-color: #dd3333 !important;
}
/*-----------------------------------------------------*/
/* Main Inputs */
/*-----------------------------------------------------*/
.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: 9px 20px;
}
/*-----------------------------------------------------*/
/* ½½¶óÀÌµå */
/*-----------------------------------------------------*/
#main_slide {width: 100%; max-width: 100%; margin-left: auto; margin-right: auto; position:relative; margin: 0 auto; border-top:1px solid #efefef;}
.visual01 .carousel-inner .item {
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.visual01 .carousel-inner .item:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.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(90, 90, 90, 0.6);
    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;
}
.visual01 .carousel-caption .flex_caption1 {
    margin-left: auto; 
    margin-right: auto;
    position:absolute;
    z-index:30;
    left:55%;
    top:80%;
}
.visual01 .carousel-caption .flex_caption1 p{
    white-space: nowrap;
    text-transform:uppercase;
}
.visual01 .carousel-caption .flex_caption1 .slide-title {
    background:#fff;
    color: #555;
    display: inline-block;
    font-size:28px;
    font-weight: 600;
    padding: 2px 15px;
    border-radius: 0;
    text-shadow: none;
}
.visual01 .carousel-caption .flex_caption1 .slide-title2 {
    background:rgba(54, 58, 62, 0.7);
    color: #fff;
    display: inline-block;
    font-size:22px;
    font-weight: 500;
    padding: 1px 15px 5px 15px;
    border-radius: 0;
    margin-top:10px;
    text-shadow: none;
}
@media screen and (max-width: 767px) {
  #main_slide {width:100%; margin-left: auto; margin-right: auto; position:relative;}
  .visual01 .carousel-inner .item {
      height: 230px; 
}
  .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%;
    left: 10%;
    z-index: 5;
    font-size: 14px;
}
 .visual01 #myCarousel .carousel-indicators li {
     width: 9px;
     height: 9px;
     background-color: rgba(90, 90, 90, 0.6);
     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;
}
.visual01 .carousel-caption .flex_caption1 {
    left:43%;
}
.visual01 .carousel-caption .flex_caption1 .slide-title {
    background:#fff;
    color: #555;
    display: inline-block;
    font-size:16px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 0;
    text-shadow: none;
}
.visual01 .carousel-caption .flex_caption1 .slide-title2 {
    background:rgba(54, 58, 62, 0.7);
    color: #fff;
    display: inline-block;
    font-size:14px;
    font-weight: 500;
    margin-top: -30px;
    padding: 2px 10px 4px 10px;
    border-radius: 0;
    text-shadow: none;
}
}
/* ½½¶óÀÌµå */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
/* Widget */
.widget {
  margin-bottom: 30px;
}
.widget .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget .title::after {
  display: block;
  content: '';
  margin-top: 5px;
  width: 15%;
  height: 1px;
  background: #3498db;
}
/* Widget Menu */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li 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;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  border-bottom: solid 1px #eee;
}
.sidebar-menu li a:hover {
  color: #3498db;
  padding-left: 10px;
}
/*-----------------------------------------------------*/
/* Animations */
/*-----------------------------------------------------*/
/* ZoomIn animation */
@-moz-keyframes animationZoomIn {
  from {
    -webkit-transform: scale(0.7) translateY(-100%);
    -moz-transform: scale(0.7) translateY(-100%);
    -ms-transform: scale(0.7) translateY(-100%);
    -o-transform: scale(0.7) translateY(-100%);
    transform: scale(0.7) translateY(-100%);
  }
  to {
    -webkit-transform: scale(1) translateY(none);
    -moz-transform: scale(1) translateY(none);
    -ms-transform: scale(1) translateY(none);
    -o-transform: scale(1) translateY(none);
    transform: scale(1) translateY(none);
  }
}
@keyframes animationZoomIn {
  from {
    -webkit-transform: scale(0.7) translateY(-100%);
    -moz-transform: scale(0.7) translateY(-100%);
    -ms-transform: scale(0.7) translateY(-100%);
    -o-transform: scale(0.7) translateY(-100%);
    transform: scale(0.7) translateY(-100%);
  }
  to {
    -webkit-transform: scale(1) translateY(none);
    -moz-transform: scale(1) translateY(none);
    -ms-transform: scale(1) translateY(none);
    -o-transform: scale(1) translateY(none);
    transform: scale(1) translateY(none);
  }
}
/* subMenu Animation */
@-webkit-keyframes animationSubMenu {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes animationSubMenu {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animationSubMenu {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/*--------------------------------------------------*/
/* TABS */
/*--------------------------------------------------*/
.nav-tabs {
    border:none;
}
.nav-tabs > li {margin-bottom: -2px;}
.nav-tabs > li > a {
    background:#f8f8f8;
    border:1px solid #ebebeb;
    margin:0;
    color:#333;
    border-radius:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color:#ebebeb;
    outline:none;
    background:white;
    color:#3498db;
    margin:0 0 -1px 0;
    border-bottom:none;
    border-top: 1px solid #3498db;
}
.nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover {
    border-top: 1px solid #3498db;
    color:#3498db;
}
ul.nav-tabs li a i {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.tab-content {
    border:1px solid #ebebeb;
    padding:20px 14px;
}
.tab-content:first-child { display: block; }
.tab-content > h3 {
    color: #555333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
}
.tab-content > p {
    font-family: "Open Sans", Arial, "Nanum Gothic", Dotum, "µ¸¿ò", sans-serif;
    line-height: 20px;
}
/*-----------------------------------------------------*/
/* 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 #3498db;
    display: block;
    background: #3498db;
    color:#fff;
    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 #fff;
    font-size: 24px;
    color:#fff;
    width: 40px;
    padding: 8px 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: 20px;
    margin-right: 20px;
    color:#fff;
    position: absolute;
    top:10px;
    right:0;
    display: inline-block;
}
.panel-title .collapsed:after{
    content: "\f067";
    color:#3498db;
}
.panel-title .collapsed{
    background: #fff !important;
    color:#6d6d6d;
    border-color:lightgray;
}
.panel-title .collapsed .left-icon{
    color:#3498db;
    border-color:lightgray;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border:1px solid #F1F1F1;
}
/*-----------------------------------------------------*/
/* Title */
/*-----------------------------------------------------*/
.divHeading h4,
.widget_title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 0 10px;
    position: relative;
}
.divHeading h4::before,
.widget_title h4::before {
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 0px;
    left: 18px;
    position: absolute;
    width: 50px;
}
.divHeading h4::after,
.widget_title h4::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}
.divHeading h4::after,
.widget_title h4::after,
.divHeading h4::before,
.widget_title h4::before {
   background: #;
}
.divHeading.text-center h4:before {
    left: 50%;
}
.divHeading.text-center h4:after {
    left: 50%;
    margin-left: -23px;
}
/*-----------------------------------------------------*/
/* Service area */
/*-----------------------------------------------------*/
.ban-service-area {
 background-color: #fff;
 padding-top:15px;
 padding-left: 0;
}
.ban-service {padding-left: 20px; margin-bottom: 20px;}
.get-icon {
 font-size: 32px;
 color: #666;
 height: 78px;
 line-height: 80px;
 display: inline-block;
 position: relative;
 text-align: center;
 width: 80px;
 z-index: 1;
 background-color: #fff;
}
.get-icon::before, .get-icon::after {
 border: 1px solid #dddddd;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 transition: all 0.4s ease 0s;
 width: 100%;
}
.get-icon::after {
 border-color: #e9e9e9;
 height: 80%;
 left: 10%;
 top: 10%;
 width: 80%;
 z-index: -1;
}
.flip-horizontal {
 transform: scaleX(-1);
}
.service-content h5 {
 color: #222;
 font-size: 18px;
 line-height: 20px;
 margin-bottom: 10px;
 padding-top: 10px;
 position: relative;
}
.service-content p {
 color: #333;
 font-size: 13px;
 line-height: 16px;
}
.ban-service:hover .get-icon::after, .ban-service:hover .get-icon::before, .hm-9 .ban-service .get-icon::before, .hm-9 .ban-service .get-icon::after {
 border-color: #3498db;
}
.ban-service:hover .get-icon::after, .hm-9 .ban-service .get-icon::after {
 background-color: #3498db;
}
.ban-service:hover .get-icon, .hm-9 .ban-service .get-icon {
 color: #fff;
}
.ban-service-area .ban-service {
 text-align: left;
}
.ban-service-area .get-icon {
 float: left;
}
.ban-service-area .service-content {
 display: inline-block;
 margin-left: 15px;
 text-transform: uppercase;
}
@media only screen and (min-width: 280px) and (max-width: 479px) {
.ban-service-area {padding-top: 15px;}
.ban-service-area .ban-service {margin-bottom: 10px; padding-left: 15px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.ban-service-area {padding-bottom: 20px;}
.ban-service-area .ban-service {margin-bottom: 20px;}
}
/*-----------------------------------------------------*/
/* Dot List */
/*-----------------------------------------------------*/
.dot-list {
  list-style: none;
  margin: 0;
  padding: 15px 10px;
  overflow: hidden;
}
.dot-list li {
  padding: 0 0 20px 30px;
  cursor: pointer;
  border-left: solid 1px #f3f3f3;
}
.dot-list li .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.dot-list li:last-child {
  border-left: none;
}
.dot-list li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
  content: "";
  position: absolute;
  left: 18px;
  width: 17px;
  height: 17px;
  background: #fff;
  border: solid 1px #3498db;
}
.dot-list li:hover::before {
  background: #3498db;
}
.dot-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dot-list-inline li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
 #online-store h2 {font-size: 20px;}
}
/*-----------------------------------------------------*/
/* Contact */
/*-----------------------------------------------------*/
.contact-form {
  margin-bottom: 30px;
}
.contact-form textarea {
  min-height: 200px;
  resize: vertical;
}
.contact-information {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contact-information li {
  padding: 10px 0;
  border-bottom: solid 1px #eee;
}
.contact-information li .icon {
  margin-right: 10px;
}
.contact-information li span {
  display: inline-block;
  width: 70px;
  font-weight: 500;
}
/*-----------------------------------------------------*/
/* °øÅëÇÏ´Ü */
/*-----------------------------------------------------*/
.footer {
  border-top: solid 2px #666;
  padding-bottom: 10px;
}
.footer .bank {
  margin: 0;
  padding: 0 0 0 15px;
}
.footer .bank li {
  list-style: none;
  padding: 0;
  text-align:left;
}
.footer .bank .bank_info {color: #555; font-size: 20px; padding-bottom: 10px;}
.footer .e_service {
  padding-right: 10px;
}
.footer .e_service li {
  list-style: none;
  padding: 0;
  text-align:left;
}
.footer .e_service li a {color: #666;}
.footer .e_service li a:hover {color: #333;}
.footer .e_service .service_info {font-size: 20px; color: #555; padding-bottom: 10px;}
@media only screen and (min-width: 280px) and (max-width: 991px) {
 .footer .bank {margin-top: 20px;}
}
#footer {
    width: 100%;
    text-align: left;
}
#footer:after {
    content: '';
    display: block;
    clear: both;
}
#footer .inner {
    background-color: #f5f5f5;
    padding: 7px 0 7px 0;
}
#footer .inner2 {
    background-color: #fff;
    padding: 30px 0 10px 0;
    font-size: 12px;
    line-height: 20px;
    border-top: solid 1px #eee;
}
/*-----------------------------------------------------*/
/* °øÅëÇÏ´Ü : inner > util */
/*-----------------------------------------------------*/
#footer .inner .util {
    overflow: hidden;
    padding-top: 3px;
    padding-left: 18px;
}
#footer .inner .util li {
    float: left;
    padding-right: 20px;
    list-style: none;
}
#footer .inner .util li a {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    padding: 5px 0;
}
#footer .inner .util li a:hover {
    color: #333;
}
#footer .inner .util li a:after {
    content: '';
    position: absolute;
    top: 11px;
    right: -11px;
    width: 1px;
    height: 6px;
    background-color: #666;
}
#footer .inner .util li:last-child a:after {
    display: none;
}
#footer .inner2 .util2 a {
    color: #666;
}
#footer .inner2 .util2 a:hover {
    color: #333;
}
/* sns */
.sns {
  display: block;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.sns li {
  display: inline-block;
}
.sns li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #888;
}
.sns li a:hover {
  text-decoration: none;
  color: #fff;
  background: #3498db;
}
.sns {float: right; padding: 0; height: 25px;}
/*-----------------------------------------------------*/
/* bootstrap ¹öÆ° */
/*-----------------------------------------------------*/
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
/*-----------------------------------------------------*/
/* ¸ÞÀÎ»óÇ° */
/*-----------------------------------------------------*/
#product_items {
 margin: 0 auto;
 margin-top:15px;
}
#product_items .goods_subject {
 color: #333;
 text-align: center;
 text-decoration: none;
 padding:7px 0 5px 0;
}
#product_items .item {
 width: 100%;
 max-width: 1140px;
 text-align: center;
 display: block;
 padding-top: 10px;
 padding-bottom: 10px;
}
#photo_info {
 text-align: center;
 color: #DA0000;
 font-weight: 600;
}
#item_list ul li {
 width: 25%;
 float: left;
 padding: 5px 10px 15px 0;
}
#product_items .ecshop_img img {text-align: center; padding:5px;}
.ecshop_img {
  -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;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #ececec;
}
.ecshop_img img {
  -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%;
}
.ecshop_img::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;
  background: rgba(255, 255, 255, 0.8);
}
.ecshop_img::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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: 50px;
  height: 50px;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  opacity: 0;
  background: rgba(0, 151, 230, 0.5);
  font-family: 'FontAwesome', sans-serif;
}
.ecshop_img:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1.0;
}
.ecshop_img: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);
}
@media (max-width:480px) {
#item_list ul li {
 width: 100% !important;
 float: left;
}
}
@media (max-width:767px) {
#item_list ul li {
 width: 50%;
 float: left;
}
}
.more_span {float:right; font-size:18px; color:#3498db; padding:6px 5px 0 0;}
/*-----------------------------------------------------*/
/* custom-call */
/*-----------------------------------------------------*/
.custom-call .container {
  padding: 30px;
}
.custom-call .custom-call-box h2 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .custom-call .custom-call-box h2 {
    font-size: 2em;
  }
}
.custom-action {
  display: block;
  border-left: 2px solid #fff;
  padding-left: 10px;
}
.custom-action span:nth-child(2) {
  display: block;
}
.white-border {
  margin-top:15px;
  border-color: #fff !important;
}
.bg-primary {
    background: #3498db;
}
.call-tit {font-size: 18px; color: #fff;}
.call-in {font-size: 16px; color: #fff;}
.call-in2 {font-size: 13px; color: #fff;}
@media (max-width:767px) {
.pc {display:none;}
}
@media (min-width:768px) {
.mobile {display:none;}
}
/*-----------------------------------------------------*/
/* pure-info */
/*-----------------------------------------------------*/
.pure-section {margin-bottom: 30px;}
.pure-info {
  border-right: 1px solid #e8e8e8;
  min-height: 300px;
  background: #3498db;
  color: #fff;
}
.info-padd {
  padding: 50px 0 50px 15px;
  margin-left: 10px;
}
.default_link2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.default_link2:hover {
  color: #fff;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.service {
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.service .col-md-3 {
  padding: 0px;
}
.service .item {
  position: relative;
  min-height: 300px;
  border-left: 1px solid #f7f7f7;
  overflow: hidden;
}
.service .item:last-child {
  border-right: 1px solid #e8e8e8;
 }
.service .item .icon_box {
  position: absolute;
  width: 100%;
  top: 30%;
}
.service .item .icon_box span {
  color: #3498db;
  font-size: 40px;
}
.service .item .icon_box h4 {
  font-size: 20px;
  margin-top: 10px;
}
.service .item .up-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #3498db;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  visibility: hidden;
}
.service .item:hover .up-box {
  height: 100%;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
  visibility: visible;
}
.service .item .up-box .icon_box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  top: 0;
  margin-top: 50px;
  margin-bottom: 20px;
}
.service .item .up-box p,
.service .item .up-box .icon_box h4,
.service .item .up-box .default_link,
.service .item .up-box .icon_box span {
  color: #fff;
}
.service .item .up-box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
 .service .col-md-3 {border: 1px solid #e8e8e8;}
 .pure-addon-content {padding-left:10px; padding-right:5px;}
}

/*-----------------------------------------------------*/
/* board_output_gallery_img */
/*-----------------------------------------------------*/
#main_product {padding: 35px 0 30px 0;}
#main_product .section-title {margin:0;}
#gallery_board {margin-top:40px;}
.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%;
}
.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: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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: 42px;
  height: 42px;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  opacity: 0;
  background: rgba(0, 151, 230, 0.5);
  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;
  -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 {
  -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 {
  z-index: 10;
}
.board_output_gallery_subject a {
  -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;
  margin-bottom: 25px;
  background: #fff;
  line-height: 36px;
}
.board_output_gallery_subject a:hover {
  background: #0097e6;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
 .board_output_gallery_img a::after {display:none;}
}