/* Webfont Include */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Scroll Fixed */
html {overflow-x: hidden; overflow-y: scroll;}

/* Font Setting */
html, body, h1, h2, h3, h4, h5, h6, p, span, li, a, label, input, textarea {font-family: "Noto Sans KR", "맑은 고딕", 'Malgun Gothic', 'Apple SD Gothic Neo Medium', sans-serif !important;}

/* Icon Fonts */
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* Social Footer Deleted */
.footer-social-layout {display: none}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}
.container.container_contents {margin: 0 auto;}

 a, a:link, a:visited { text-decoration: none !important; }
*{word-break:keep-all;}
.clearfix{zoom:1;}
.clearfix{display:block;content:'';clear:both;} 

/* Icon Fonts */
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ul li {list-style: none;}

/* Social Footer Deleted */
.footer-social-layout {display: none}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}

/* 메뉴 설정 시작 */
.navbar-inverse{background: #fff; padding: 0; margin: 0; border: none; border-bottom: 1px solid rgba(0,0,0,0.1);}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a{height: 108px !important;}
@media screen and (max-width: 767px) {
  .topmarginLay_a{height: 64px !important;}
}
/* ----- 메뉴 상단 영역 설정 ----- */
.navbar-top{width: 100%; padding: 0; background: #f1f1f1;}

.navbar-top-wrap{width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul{margin:0; padding: 4px 0 3px; display: inline-block;}
.navbar-top-wrap ul li{float: left;margin-left:10px;}
.navbar-top-wrap ul li.logout{display:none;}
.navbar-top-wrap .navbar-top-btn {margin: 0;
    padding: 6px 14px;
    display: inline-block;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;}
.navbar-top-wrap ul li.login .navbar-top-btn,
.navbar-top-wrap ul li.logout .navbar-top-btn{background: #aaa; color: #fff; border-radius: 50px;}
@media screen and (max-width: 991px) {
  .navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
  .navbar-top{display: none;}
}

/*===== 로고 설정 =====*/
.navbar-inverse .navbar-brand {margin: 20px 0 0; padding: 10px 15px; color: #333; font-size: 28px; font-weight: 400; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); letter-spacing: -1px;}
.navbar-brand img{width: 100%;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; background-color: rgba(0,0,0,0);}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand{margin: 32px 0 0;}
    .navbar-brand img{width: 180px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

/*===== 메인 메뉴 설정 =====*/

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.04em;
    padding: 10px 0 10px;
    margin: 20px 24px 15px;
    border-right: 1px solid rgba(0,0,0,0) !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{background: #fff; color: #e89311; box-shadow: 0 0 0 rgba(0,0,0,0); border: none; border-right: 1px solid rgba(0,0,0,0) !important;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {color: #e89311; border: none; border-right: 1px solid rgba(0,0,0,0) !important;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
  .navbar-nav .open .dropdown-menu{padding: 0;}
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/*===== 서브 메뉴 설정 =====*/
.dropdown-menu {background: rgba(0, 0, 0, 0.7);
    left: 0 !important;
    right: auto !important;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    min-width: 200px;}
.dropdown-menu > li > a {color: #e1e1e1;
    padding: 6px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.04em;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background: #e89311; color: #fff;}

/*===== 모바일 메뉴 설정 =====*/
.navbar-toggle{background: #e89311; border-radius: 0; border: none; margin: 15px 20px 15px; padding: 10px 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #e89311;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}

/* //메뉴 설정 끝 */


/* 푸터 영역 설정 시작 */
.footer_copy {background: #fafafa; display: inline-block; width: 100%; border-top: 1px solid #e8e8e8;}
.footer_copy > div {padding: 0;}
.footer-top {display: inline-block; width: 100%; border-bottom: 1px solid #e8e8e8; text-align: left;}
.footer-top > ul {width: 1170px; margin: 0 auto; padding: 0;}
.footer-top > ul > li {display: inline-block;}
.footer-top > ul > li > a {color: #333; font-size: 14px; font-weight: 300; padding: 10px 0; display: inline-block;}
.footer-top > ul > li > a::after {content: "|"; padding: 0 20px; color: #e8e8e8; font-size: 10px;}
.footer-top > ul > li:last-child > a::after {content: "";}
.footer-bottom {text-align: left; width: 1170px; margin: 0 auto; color: #666; font-size: 13px; font-weight: 300; padding: 25px 0 20px;}
.footer-bottom > address {margin: 0; line-height: 1.5;}
.footer-bottom > ul {padding: 0; margin: 0 0 10px; line-height: 1.5;}
.footer-bottom > ul > li {display: inline-block;}
.footer-bottom > ul > li::after {content: "|"; padding: 0 10px; color: #e8e8e8; font-size: 10px;}
.footer-bottom > ul > li:last-child::after {content: "";}
.footer-bottom > p {margin: 0;}
.footer-bottom > p span {color: #222; font-weight: 400;}
@media screen and (max-width: 991px) {
  .footer-top > ul, .footer-bottom {width: 100%;}
  .footer-top > ul {padding: 0 15px;}
  .footer-top > ul > li > a::after {padding: 0 10px;}
  .footer-bottom {padding: 20px 15px;}
}
/* //푸터 영역 설정 끝 */


/* 메뉴 상,하단 */
.social-list {
    list-style:none;
    margin-top: 3px;
}
.social-list li + li {
    margin-left: 13px;
}
.flexslider {
    margin: 0px;
    background: #FFF url("./ajax-loader-.gif") no-repeat scroll center center;
    border: 0px solid #FFF;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

.intro-widgetbox{display:none;}
.container_contents{width:auto;}

.container_contents section{overflow:hidden;min-height:100px;}
.container_contents section>div{padding:0px; text-align:center;}

.intro-html-layout>div.col-sm-12{padding:0px;}

.con-area2{position:relative;}
.con-area2 a{display:block;position:relative;color:#333;}
.con-area2 img {width: 100%;
    height: 230px;
    padding: 20px 20px;
    border: 1px solid #ddd;}
.con-area2 .iconBox {position:absolute;top:1px;left:1px; width: 50px;
    height: 50px;
    background: rgba(232,147,17,0.8);
    padding: 14px 0 0;}
.con-area2 .iconBox i {color: #fff;}
.con-area2 .inner h3 {margin: 20px 0 0;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.03em;}
.con-area2 .inner .bar {display: block;
    width: 40px;
    height: 5px;
    border-radius: 50px;
    background: #e89311;
    margin: 10px auto 25px;;}
.con-area2 .btn {border: 3px solid #c0c0c0;
    border-radius: 50px;
    background-color: #fff;
    color: #555;
    letter-spacing: -0.03em;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 50px;}
.con-area2 .btn:hover {border: 3px solid #e89311; color: #e89311;}
.con-area3 {background:url('/skin/img/section3.jpg');}

/* 메인페이지 menu start*/
.sf-menu > li > a {
    border-top: 5px solid transparent;
    text-transform: uppercase;
    padding: 38px 22px 44px;
    color: #111111;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}
/* 메인페이지 menu start*/

/*===== 슬라이드 설정 시작 =====*/
.carousel.slide {position: relative; height: 520px;}
.carousel-inner {height: 100%; background: #ccc;}
.carousel-inner > div:nth-child(1) {height: 100%; background: url('/skin/img/slide/slide3.png');}
.carousel-inner > div:nth-child(2) {height: 100%; background: url('/skin/img/slide/slide2.png');}
.carousel-inner > div > div {height: 100%;}
.carousel-indicators {z-index: 1000; position: absolute; top: 40px; bottom: auto !important; right: 20%; text-align: right; list-style: none; padding: 0; margin: 0; width: auto;}
.carousel-indicators li {width: 18px; height: 18px; margin: 0 2px; border: none; background-color: #aaa;}
.carousel-indicators li.active {width: 18px; height: 18px; margin: 0 2px; border: none; background-color: #e89311;}

/* ----- 슬라이드 텍스트 ----- */
.slide-box {position: relative; height: 100%;}
.slide-box-wrap {position: absolute; color: #333; top: 50%; margin-top: -130px; width: 100%;}
.slide-caption {display: inline-block;height: 100%;padding: 15px; border-radius: 15px;background-color: rgba(255,255,255,0.6);}
.slide-caption h5 {color: #e89311; font-size: 20px; font-weight: 600; letter-spacing: 0.11em; display: block; margin: 0 0 15px;}
.slide-caption h3 {margin: 0 0 20px; font-size: 52px; font-weight: 300; line-height: 1.3; letter-spacing: -0.05em; display: inline-block;}
.slide-caption h3 span {color: #0660a4; font-weight: 600; letter-spacing: -0.075em;}
.slide-caption p {margin: 0; font-size: 15px; font-weight: 300; letter-spacing: -0.03em; line-height: 1.5;}

/* ----- 슬라이드 퀵 메뉴 설정 ----- */
.carousel.slide #main_btn {position: absolute; z-index: 1000; bottom: 0; height: 100%; width: 18%; right: 0; background: #fff;}
#main_btn ul {margin: 0; padding: 0; height: 100%;}
#main_btn ul li {background-image: url('/skin/img/slide/sl-btn-bg_01.png'); background-repeat: no-repeat; background-size: cover;}
#main_btn ul li {width: 100%; margin: 0; height: 20%;}
#main_btn ul li a {display: block; width: 100%; height: 100%; padding: 40px 40px 0 25px; color: #333; border-bottom: 1px solid #e2e2e2;}
#main_btn ul li:nth-child(1) a {background-image: url('/skin/img/slide/sl-btn01.png'); background-position: center right 40px; background-repeat: no-repeat;}
#main_btn ul li:nth-child(2) a {background-image: url('/skin/img/slide/sl-btn02.png'); background-position: center right 40px; background-repeat: no-repeat;}
#main_btn ul li:nth-child(3) a {background-image: url('/skin/img/slide/sl-btn03.png'); background-position: center right 40px; background-repeat: no-repeat;}
#main_btn ul li:nth-child(4) a {background-image: url('/skin/img/slide/sl-btn04.png'); background-position: center right 40px; background-repeat: no-repeat;}
#main_btn ul li:nth-child(5) a {background-image: url('/skin/img/slide/sl-btn05.png'); background-position: center right 40px; background-repeat: no-repeat;}
#main_btn ul li:hover a {background-blend-mode: multiply;}
#main_btn ul li:last-child a {border-bottom: none;}
#main_btn ul li a h4{font-size: 19px; font-weight: 400; margin: 20px 0 5px;}
#main_btn ul li a p{font-size: 12px; font-weight: 300; color: #777; margin: 0;}
#main_btn ul li a:hover {background-color: rgba(0,47,123,0.7);}
#main_btn ul li a:hover h4 {color: #fff;}
#main_btn ul li a:hover h4::after {content: "\f196"; font-family: "FontAwesome"; padding-left: 10px;}
#main_btn ul li a:hover p {color: #ddd;}

@media screen and (max-width: 991px) {
  .carousel.slide #main_btn {width: 45%;}
}
@media screen and (max-width: 767px) {
}
/*===== //슬라이드 설정 끝 =====*/



/* 메인페이지 section3 */
.title.title-2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    color: #242223;
}
.box-1 .wrapper {
    color: #29292b;
    padding-left: 25px;
    padding-right: 25px;
    width: 230px;
    height: 230px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    border: 2px solid #e2e2e2;
    padding-top: 75px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-1 .wrapper .number {
    margin-bottom: 16px;
    font-size: 60px;
    font-weight: 700;
}
.box.box-1 {
    text-align: center;
}

.box-1 .wrapper + p {
    margin-top: 36px;
}
.box.box-1 p {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 24px;
}
.box-1.indent-1 {
    margin-top: 54px;
}
.box.box-1 .wrapper.hovered {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 5px solid #d82337;
}
.box-1 p + .btn {
    margin-top: 32px;
}

@media only screen and (max-width: 480px){
.col-xs-6 {
    float: none;
    width: 100%;
}}


/* 버튼 start*/
.btn.btn-1 {
  border-radius: 0px;
  border: 3px solid #e89311;
  background: #e89311;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 2px 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:hover {
  background: transparent;
  color: #e89311;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2 {
  border-radius: 0px;
  border: 1px solid #e89311;
  background: #e89311;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  background: transparent;
  color: #e89311;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  border-color: #29292b;
  background: #29292b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3 {
  border-radius: 0px;
  border: 3px solid #e89311;
  background: #e89311;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 19px;
  font-weight: 300;
  letter-spacing: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3:hover {
  background: transparent;
  color: #e89311;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3:hover {
  background: transparent;
  color: #e89311;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* 버튼 end*/
/* 메인페이지 section4 start */
.box.box-2 {
    text-transform: uppercase;
}
.box.box-2 h2 {
    font-size: 60px;
    font-weight: 300;
    margin: 0;
    line-height: 60px;
}
.box.box-2 strong {
    margin: 0;
    font-size: 62px;
    font-weight: 700;
}
.box.box-2 strong span {
    display: inline-block;
    color: #e89311;
}
.box.box-2 h3 {
   margin-top: 0px;
   font-size: 30px;
}
.box.box-2 h3 + .btn {
    margin-top: 10px;
}
box.box-4 {
    padding: 16px 0px;
    padding-top: 1px;
    padding-left: 55px;
}
.box.box-4 blockquote {
    margin-bottom: 10px;
    border: 0px;
    padding: 0;
    position: relative;
}
.box.box-4 blockquote:before {
    content: "\f10d";
    font-family: fontAwesome;
    font-size: 36px;
    color: #242223;
    position: absolute;
    top: -4px;
    left: -54px;
}
.box.box-4 p {
    color: #838383;
}
.box.box-4 h6 {
    margin-top: 0;
}
.box.box-4 h6 {
    color: #e89311;
}
.box.box-4 + .box-4 {
    margin-top: 5px;
}
.box.box-4 {
    padding: 16px 0px;
    padding-top: 1px;
    padding-left: 55px;
}
/* 메인페이지 section4  end */

.parallax-bg-1 {
    background-image: url("/skin/img/footer1.jpg");
}
.box.box-3 {
    padding: 16px 0px;
    padding-top: 1px;
}
.box.box-3 h6 {
    color: #e89311;
}
.box.box-3 h6 + p {
    margin-top: 11px;
}
.box.box-3 p {
    color: #838383;
}
.section-about{position: absolute;top: 0px;right: 0px;max-width: 450px;text-align: left;padding: 35px;color:#000;background:rgba(255,255,255,0.5);}

.title-font1{font-family:Impact !important;font-size: 45px;}




.gu-parallax { background: url(/skin/img/pcg24-bg1.jpg) 50% 0 fixed; height: auto;  margin: 0 auto; width: 100%; position: relative;   box-shadow: 0 0 50px rgba(0,0,0,0);padding: 0px; }
#map-canvas {width: 100%; height: 500px;margin: 0;padding: 15px;}
.gu-address{padding:25px;text-align:right;}

.addressmap{background: #f5f5f5;overflow: hidden;}

.intro-board-layout{width: 100%;}
.intro-board-layout .page-header{display:none;}


.section-board1{min-height:0px;background:#6EBFAC;}
.section-board1 h1{padding:45px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 50px !important;}
.section-board1 a.btnBoard1{padding: 20px;color: #fff;background:#83CEBC;}

.gu-gotop{padding: 15px;display: block;background: #f5f5f5;margin-bottom: 35px;color: #000;}
.thumb-hidden {border: 0px solid #FFF; box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { .dhb-txt-box{width:50% !important;} }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { .dhb-txt-box{width:33.3% !important;} }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.dhb-txt-box{width:33.3% !important;} 
}

.dhb-txt-box{width:100%;}

.gu-title{min-height:0px;background:#6EBFAC;}
.gu-title h1{padding:25px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 20px !important;text-align:center;}

.mod-custom-form-index { margin-top: 32px; }

.con-area2 {
     padding: 50px 0px;
}
@media (min-width: 1200px) {
    .con-area2 .container {
        width: 1140px;
    }
}

.con-area3{
     padding: 51px 0px 68px;
}

/* box간 padding end */
.title.title-1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.title.title-1 + .list-2 {
  margin-top: 20px;
}
.title.title-1 + .table-2 {
  margin-top: 25px;
}
.title.title-2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  color: #242223;
}
.title.title-2 + .list-2 {
  margin-top: 30px;
}
.title.title-2 + .table-2 {
  margin-top: 25px;
}
.title.title-2 + .box-4 {
  margin-top: 19px;
}
.title.title-2 + .box-4 {
    margin-top: 19px;
}
.title.title-3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
  color: #242223;
}
.title.title-3 + .list-2 {
  margin-top: 30px;
}
.title.title-3 + .table-2 {
  margin-top: 25px;
}
.title.title-3 + .thumb-pad-1 {
  margin-top: 24px;
}
.title.title-3 + .table-1 {
  margin-top: 23px;
}
.title.title-3 + .list-5 {
  margin-top: 22px;
}
.title.title-3 + .list-6 {
  margin-top: 18px;
}
.title.title-4 {
  color: #ffffff;
  text-transform: uppercase;
  text-transform: none;
  color: #242223;
  line-height: 30px;
  font-weight: 700;
}
.title.title-4 + .list-2 {
  margin-top: 30px;
}
.title.title-4 + .table-2 {
  margin-top: 25px;
}
.title.title-4 + .thumb-pad-1 {
  margin-top: 24px;
}
.title.title-4 + .table-1 {
  margin-top: 23px;
}
.title.title-4 + .list-5 {
  margin-top: 22px;
}
.title.title-4 + .list-6 {
  margin-top: 18px;
}
.title.title-4 + .box-5 {
  margin-top: 27px;
}


/*==================  Thumbnails      ======================*/
.thumbnail {
    border: none;
    padding: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0;
}
.thumb-pad-1 .thumbnail .caption {
  padding: 16px 0px;
}
.thumb-pad-1 .thumbnail .caption h6 {
  color: #e89311;
}
.thumb-pad-1 .thumbnail .caption h6 + p {
  margin-top: 11px;
}
.thumb-pad-1 .thumbnail .caption p {
  color: #838383;
}
.thumb-pad-2 {
  margin-top: 34px;
}
.thumb-pad-2 .thumbnail .caption {
  padding-top: 17px;
  color: #dbdbdb;
}

.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}


.box.box-3 .list-2 li {
    color: #111111;
}
.box.box-3 p + .list-2 {
    margin-top: 24px;
}
.list {
    list-style: none;
    padding: 0;
}
.list.list-2 {padding-left:0px;}
.list.list-2 li {
    font-size: 13px;
    line-height: 23px;
}
.list.list-2 li:before {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #a6a6a6;
    content: "";
    position: relative;
    margin-right: 10px;
}
.list.list-2 li a {
    color: #9FA1A0;
    text-decoration: none;
    outline: none !important;
}
.list.list-2 li span {
    color: #e89311;
}


.list.list-3 li .date {
  margin-right: 31px;
  text-align: center;
  float: left;
  font-size: 16px;
}
.list.list-3 li .date span {
  line-height: 65px;
  display: block;
  font-size: 35px;
  color: #29292b;
  font-weight: 700;
}
.list.list-3 li .wrapper {
  overflow: hidden;
}
.list.list-3 li .wrapper h6 {
  color: #e89311;
}
.list.list-3 li .wrapper h6 + p {
  margin-top: 11px;
}
.list.list-3 li .wrapper p {
  color: #838383;
}
.list.list-3 li + li {
  margin-top: 15px;
}

.list.list-4 .number {
  float: left;
  font-size: 30px;
  color: #29292b;
  background: #ffffff;
  border: 2px solid #e2e2e2;
  border-radius: 100%;
  width: 69px;
  height: 69px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 15px;
  padding-top: 12px;
  margin-right: 31px;
}
.list.list-4 .wrapper {
  overflow: hidden;
}
.list.list-4 .wrapper h6 {font-size: 16px; margin-bottom: 0px; color: #29292b;}
.list.list-4 .wrapper p {color: #838383;}
.list.list-4 li + li {margin-top: 10px;}
.sub-title {margin: 20px 0; font-size: 24px; font-weight: 600;}

@media (max-width: 1754.38596491px) {
  .camera_block {padding-bottom: 500px;}
}
@media (max-width: 1199px) {
  .brand {position: relative; margin: 0; display: inline-block; left: 1px;}
  .brand:before {display: none;}
  .list.list-7 dd span {width: 100px;}
}
@media (max-width: 991px) {
  .list-2 {margin-bottom: 50px;}
  .thumb-pad-1 .thumbnail img {display: inline-block; text-align-last: auto;}
  .thumb-pad-2 .thumbnail img {width: 100%;}
  .block_404 {text-align: center;}
  .block_404 .title.title-4 {line-height: 40px;}
}
@media (max-width: 800px) {
  .table-1.stacktable.small-only, .table-2.stacktable.small-only {display: table;}
  .table-1.stacktable.small-only th, .table-2.stacktable.small-only th {padding: 20px;}
  .table-1.stacktable.small-only th a, .table-2.stacktable.small-only th a {color: #e89311;}
  .table-1.stacktable.small-only th a:hover, .table-2.stacktable.small-only th a:hover {text-decoration: underline;}
  .table-1.stacktable.small-only .st-head-row.st-head-row-main, .table-2.stacktable.small-only .st-head-row.st-head-row-main {font-size: 30px;}
  .table-1.stacktable.small-only .st-key, .table-2.stacktable.small-only .st-key {text-align: center;}
  .table-1.stacktable.small-only td + td, .table-2.stacktable.small-only td + td {border-right: 0;}
  .table-2.stacktable.small-only tbody td {border-top: 1px solid #2c2a2c !important;}
}

/*----------------------------------*/
.subPage .contents .content p.soon{position: relative;
    margin: 100px 0 0;
    padding: 50px 0 0;
    color: #999;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;}
.subPage .contents .content p.soon::before {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -26px;
    display: inline-block;
    content: "\f05a";
    color: #ccc;
    font-size: 40px;
    font-family: "FontAwesome" !important;
}
*{word-break:keep-all;}

.clearfix{zoom:1;}
.clearfix{display:block;content:'';clear:both;}

/* subPage */
.sub-layout {
    padding: 20px 15px 60px;
}
@media screen and (min-width:768px){
  .subPage .side_menu{width:20%; padding: 0 20px 0 0;}
  .subPage .contents{width:80%; padding: 0 0 0 40px;}
}
.subPage{margin-top:10px;}
.subPage .side_menu {padding: 0 15px;}
.subPage .side_menu .side_menu_title {
  color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
/*     letter-spacing: -0.075em; */
    background: #e89311;
    margin: 0;
    padding: 40px 0;
}
.subPage .side_menu ul.link {padding: 0;
    margin: 0;
    border-top: 1px solid #6f685e;}
.subPage .side_menu ul.link li {display: block;
    position: relative;
    border-bottom: 1px solid #ececec;}
.subPage .side_menu ul.link li.on a {background-color: #6f685e;
    color: #fff;}
.subPage .side_menu ul.link li a {display: block;
    padding: 12px 15px;
    border-radius:0;
    color: #555;
    font-size: 14px;
    letter-spacing: -0.03em;}
.subPage .side_menu ul.link li.on::after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 10px;
    right: 10px;
    top: 50%;
    margin: -7px 0 0;
}
/*===== 서브페이지 콘텐츠 =====*/
.subPage .contents {}
.subPage .page_header {position: relative;
    margin: 60px 0 40px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #dadada;}
.subPage .page_header .title {display: inline-block;
    position: relative;}
.subPage .page_header .title h2 {font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin: 0;}
.subPage .page_header .page_location {
display: inline-block;
    float: right;
    margin: 10px 0 0;
    color: #999;
    font-size: 12px;}
.subPage .page_header .page_location .now {color: #444; font-weight: bold;}
.subPage .contents .content {min-height: 400px;}
.subPage .contents .content p {color: #555; font-size: 13px; font-weight: 400; line-height: 1.9;}

/* greeting */
/* .subPage.greeting img{width:100%;} */
.subPage.greeting .ceo_sign{text-align:right;}
.subPage.greeting .ceo_sign .name{margin-left:10px;font-weight:bold;font-size:1.3em;}

/* location */
.subPage.location address{font-size:17px;}
.location_tb {width: 100%;
    margin: 20px 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ccc;}
.location_tb tr th, .location_tb tr td {padding: 14px 20px;
    border-bottom: 1px solid #e6e6e6;}

/* product */
.subPage.products .content .float_none{float:none;}
@media screen and (min-width:768px){
  .subPage.products .content .img_area img {width: 70%;margin:0 auto;
  /*  border: 1px solid #dadada; */
  }
}
.subPage.products .content .img_area,
.subPage.products .content .text_area{margin-bottom:15px;}
.subPage.products .content .text_area_inner {
/*    border: 1px solid #dadada; */
    background: #f6f6f6;
    padding: 30px 25px;
/*     min-height: 315px; */
}
.subPage .content .box .text {color: #000;
    font-size: 20px;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;}
.subPage .content .box .text::before {
  content: "\f058";
  color: #c43a24;
  font-family: "FontAwesome" !important;
  padding-right: 10px;
}
.subPage.products .content .text_area_inner ul {padding: 0; margin: 0;}
.subPage.products .content .text_area_inner ul li {
    position:relative;
    padding-left:15px;
  color: #555;
    font-size: 13px;
    line-height: 1.8;
}
.subPage.products .content .text_area_inner ul li::before {
    position:absolute;
    top:2px;
    left:0;
  content: "\f00c";
  color: #a5a5a5;
  font-size: 10px;
  font-family: "FontAwesome" !important;
  padding-right: 10px;
}
.subPage.products .content .text_area_inner ul li .child_ul {
    padding: 0 0 0 20px;
}



.subPage.products .box2{font-weight: bold;font-size: 20px;margin: 15px 0;}
.subPage.products .box2 span{display: inline-block;padding: 5px 15px;border-radius: 25px;background-color: #c43a24;color: #fff;}
.subPage.products .text_area_inner > .box~div{margin-bottom:30px;}

.product_max_dynamic_coupling .content .img_area img{width:100%;}
.product_max_dynamic_coupling .contents{float:none;margin:0 auto;padding:0;}
.product_max_dynamic_coupling table thead tr th{border-bottom:0;background-color:#333;color:#fff;}
.product_max_dynamic_coupling table thead tr th+th{border-left:1px solid #fff;}
.product_max_dynamic_coupling table thead tr th:nth-child(odd){text-align:center;}
.product_max_dynamic_coupling table tbody tr td{border-bottom:1px solid #ccc;}
.product_max_dynamic_coupling table tbody tr td+td{border-left:1px solid #ccc;}
.product_max_dynamic_coupling table tbody tr td:nth-child(odd){text-align:center;}

.max_field .side_menu .nav-pills>li{float:none;}
.max_field .side_menu ul.link li.active a{border-radius:0;background-color: #6f685e;color: #fff;}
.max_field .side_menu ul.link li.active::after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 10px;
    right: 10px;
    top: 50%;
    margin: -7px 0 0;
}

.max_field .content .text_area_inner{background-color:#fff !important;}
.max_field .content img{width:100%;margin:0 auto ;}
.max_field .content .img-box{
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 55px;
  margin: 30px 30px 0 30px;
  align-items: center;
  position: relative;
}
.max_field .content .img-solo{
  position: relative;
  margin: 0 30px;
}
.max_field .content .img-solo .add-logo{
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50px;
}
@media (max-width:567px) {
  .max_field .content .img-solo .add-logo {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    width: 35px;
}
}
.max_field .content .img-box .add-logo{
  position: absolute;
  right: -30px;
  top: 0;
  content: "";
  width: 50px;
}
@media (max-width:991px) {
  .max_field .content .img-box{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .max_field .content .img-box img:first-child{
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width:767px) {
  .max_field .content .img-box img:first-child{
  width: 100%;
  }
}
.max_field .recommended .stepBox{display: inline-block;padding: 5px 10px;border-radius: 15px; color: #fff;background-color: #333;border:1px solid #333}
.max_field .stepBox{
  display: inline-block;
    margin-bottom: 15px;
    padding: 5px 15px;
    border: 1px solid #f79646;
    border-radius: 5px;
    background-color: #f79646;
    font-weight: bold;
    color: #fff;
    font-size: 15px;}

.max_field .contents table thead th{border-bottom:1px solid #fff;border-left:1px solid #fff;background-color:#333;color:#fff;text-align:center;vertical-align:middle !important;}
.max_field .contents table thead th+th{border-left:1px solid #fff;}
.max_field .contents table tbody td{border-bottom:1px solid #ccc;text-align:center;}
.max_field .contents table tbody td+td{border-left:1px solid #ccc;}

.max_field .contents .misalignment img{display:block;}
.max_field .contents .misalignment table tr th{width:200px;background-color:#333;color:#fff;vertical-align:middle;}
.max_field .contents .misalignment table tr+tr th{border-top:1px solid #fff;}
.max_field .contents .misalignment table tr:first-child td{border-top:1px solid #ccc;}
.max_field .contents .misalignment table tr td:last-child{border-right:1px solid #ccc;}
.max_field .contents .misalignment table tr:nth-child(even) td{padding:5px;background:url('/skin/img/product/table_slash.png');background-size:100% 100%;font-size:12px;text-align:left;}
.max_field .contents .misalignment table tr:nth-child(even) td span{display:block;margin-top:13px;text-align:right;}

.max_field .contents .howToChoose ul li{margin-bottom:15px;}
.max_field .contents .howToChoose .text_area_inner > ul > li::before{display:none;}
.max_field .contents .howToChoose .howToChoose > ul > li::before{display:none;}
.max_field .contents .howToChoose ul li span{display:block;font-weight:bold;}
.max_field .contents .howToChoose ul li ul{padding-left:15px !important;}
.max_field .contents .howToChoose ul li ul li{margin:0;}
.max_field .contents .howToChoose small{font-size:10px;}

.max_field .contents .factorsChart table tr th{background-color:#333;color:#fff;border-bottom:1px solid #fff;text-align:center;}
.max_field .contents .factorsChart table tr:first-child{border-top:1px solid #ccc;}

.max_field .contents .alignment .table-responsive{margin-top:15px;}

.max_field .contents .install .text_area_inner > ul > li::before{display:none;}
.max_field .contents .install .text_area_inner > ul > li+li{margin-top:15px;}

.max_field .contents .recommended img{margin-bottom:15px;}
.max_field .contents .recommended .noteBox{padding:15px;border:1px solid #ccc;border-radius:15px;}
.max_field .contents .recommended .noteBox .stepBox{margin-bottom:15px;}

.max_field .contents .stepToInstall img{width:100%;margin-top:30px;}
.max_field .contents .stepToInstall ul li{margin-bottom:5px;}

.max_field .contents .howToInstall .col-m-7 ul li{margin-bottom:5;}
.max_field .contents .howToInstall .step2,
.max_field .contents .howToInstall .step3{margin-top:15px;}

.max_dynamic .side_menu .nav-pills>li{float:none;}
.max_dynamic .side_menu ul.link li.active a{border-radius:0;background-color: #6f685e;color: #fff;}
.max_dynamic .side_menu ul.link li.active::after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 10px;
    right: 10px;
    top: 50%;
    margin: -7px 0 0;
}

.max_dynamic .content .text_area_inner{background-color:#fff !important;}

.max_dynamic .contents table thead th{padding:0px;border-left:1px solid #fff;border-bottom:1px solid #fff;background-color:#333;color:#fff;text-align:center;vertical-align:middle !important;}
.max_dynamic .contents table thead th+th{border-left:1px solid #fff;}
.max_dynamic .contents table tbody td{border-bottom:1px solid #ccc;text-align:center;}
.max_dynamic .contents table tbody td+td{border-left:1px solid #ccc;}

.max_dynamic .contents .howToChoose ul li{margin-bottom:15px;}
.max_dynamic .contents .howToChoose .text_area_inner > ul > li::before{display:none;}
.max_dynamic .contents .howToChoose .howToChoose > ul > li::before{display:none;}
.max_dynamic .contents .howToChoose ul li span{display:block;font-weight:bold;}
.max_dynamic .contents .howToChoose ul li ul{padding-left:15px !important;}
.max_dynamic .contents .howToChoose ul li ul li{margin:0;}
.max_dynamic .contents .howToChoose small{font-size:10px;}

.max_dynamic .contents .stepToInstall .step2,
.max_dynamic .contents .stepToInstall .step3{margin-top:15px;}
.max_dynamic .contents .stepToInstall .stepBox{display: inline-block;margin-bottom:15px;padding: 5px 15px;border: 1px solid #f79646;border-radius: 5px;background-color: #f79646;font-weight: bold;color: #fff; font-size: 15px;}
.max_dynamic .contents .stepToInstall img{width:100%;margin-top:35px;}
.max_dynamic .contents .stepToInstall ul li{margin-bottom:5px;}

.max_dynamic .contents img{margin:0 auto;}
@media screen and (min-width:768px){
  .max_dynamic .contents img{width:70%;}
}

.max_dynamic .contents .specifications ul{margin-top:25px !important;}
.max_dynamic .contents .specifications table{margin-bottom:0;}

.max_dynamic .contents .recommended_capcrew .table2 tr td:first-child{border-left:1px solid #ccc;}
.max_dynamic .contents .recommended_capcrew table{width:50%;float:left;height:350px;margin-bottom:15px;}
.max_dynamic .contents .recommended_capcrew table thead tr:first-child th:first-child{height:51px;}
.max_dynamic .contents .recommended_capcrew table thead tr th{height:25px;}
.max_dynamic .contents .recommended_capcrew table tr td{padding:0;vertical-align:middle;}
.max_dynamic .contents .recommended_capcrew .stepBox{display: inline-block;padding: 5px 10px;border-radius: 15px;color: #fff;background-color: #333;}
.max_dynamic .contents .recommended_capcrew .table1 tr td:first-child{height:40px;}
.max_dynamic .contents .recommended_capcrew .table2 tr td:first-child{height:50px;}
.max_dynamic .contents .recommended_capcrew .table2 tr:nth-child(5) td:first-child,
.max_dynamic .contents .recommended_capcrew .table2 tr:nth-child(6) td:first-child{height:60px;}

.max_dynamic .contents .methodOfAssembly ul li:before{display:none;}
@media screen and (min-width:768px){
  .max_dynamic .contents .methodOfAssembly ul{padding-left:30px !important;}  
}

/* DATA */
.data .content > div{margin-bottom:30px;}
.data .download .col-md-6{text-align:center;}
.data .download .col-md-6 .pdfBox a{display:block;padding:15px;border:1px solid #d5d5d5;border-radius:10px;color:#333;}
.data .download .col-md-6 .pdfBox a:hover{border-bottom:1px solid #d5d5d5 !important;}
.data .download .col-md-6 .pdfBox a span{display:block;}
.data .download .col-md-6 .pdfBox a .fa{margin:15px 0;font-size:70px;}

.data .certification .col-md-4{margin-bottom:30px;}
.data img{display:block;margin:0 auto 15px;;}
.data .certification img{width:100%;}
@media screen and (min-width:768px){
  .data .certification .col-md-4 img{width:80%;}
}

.subPage.data .box2 span {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #c43a24;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}

/* support */
.support .contents{width:100%;padding:0 15px;}
.support .contents img{margin:0 auto;}



/* --------------- sub page - 메일문의 --------------- */
.form-control {padding: auto 16px; height: auto; font-size: 13px; line-height: 1.6; color: #666; border-radius: 0;}
#mailForm {padding: 0 15px;}
#mailForm .btn-primary {background: #6f685e; border-radius: 0; border: 1px solid #6f685e !important; padding: 8px 0 8px;}
#mailForm .btn-primary:focus, .btn-primary:hover {background-color: #6f685e !important; border: 1px solid #6f685e !important;}

/*========== table 설정 ==========*/
table {width: 100%;}
table thead tr th, table tbody tr th, table tbody tr td {padding: 14px 20px;}
/*========== //table 설정 ==========*/

/* 게시판 설정 시작 */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {width: 100%; max-width: 1170px; margin: 0 auto;}

/* ----- 텍스트 게시판 설정 ----- */
.subPage.bbs > .contents{width:100%;padding:0;}
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 15px 20px; color: #666; font-size: 14px;}
.dh-board .table > thead > tr > th {background: #f8f8f8; vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 600; color: #333;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555;}
.dh-board > .table-hover {border-top: 2px solid #6f685e; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #e89311;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #e89311; border: 1px solid #e89311 !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

.bbs-list-index-layout .input-group-btn #search_kind_txt{color:#fff;}
.bbs-list-index-layout #btnNew{color:#337ab7;}
.bbs-list-index-layout .input-group-btn input[value="Search"]{color:#fff;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box {margin-top: 40px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {border-top: 2px solid #6f685e; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 23px; margin: 14px 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 15px 20px 40px !important;}
/* //게시판 설정 끝 */

/* 메일폼 설정 */
.contact-mail-layout{color:#fff;}
.contact-mail-layout .subPage .page_header .page_location .now{color:#fff;}

/* //메일폼 설정 끝 */