@charset utf-8;
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans');

/* reset */
* {margin: 0; padding: 0; list-style: none;}
a {text-decoration: none; display: block;}
body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #fff;
}
#page {
    width: 100%;
    height: 100%;
}
a {
    color: #333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

  /* header */
.header {
    overflow: hidden;
}
.header-nav a:hover, .header-nav a:active, .header-nav a:focus {
    color: #e6a51e;
    outline: none;
    text-decoration: none;
}
.main-bar {
    position: fixed; top: 0;
    margin: 0;
    padding: 0;
    width: 100%; height: auto;
    z-index: 1001;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #f8e5e7;
}
.main-nav ul {
    padding: 0;
    margin: 0;
}
.nav-mobile {
    position: fixed; right: 5%;
    margin-top: 15px;
    z-index: 9999;
}
.nav-mobile.on span:nth-child(2) {
    display: none;
}
.nav-mobile.on span:nth-child(1) {
    transition: all ease 0.3s;
    transform: translateY(5px) rotate(-45deg);
}
.nav-mobile.on span:nth-child(3) {
    transition: all ease 0.3s;
    transform: translateY(-6px) rotate(45deg);
}
.nav-mobile span {
    display: block;
    width: 35px; height: 3px;
    background: #494949;
    margin: 8px 0;
    border-radius: 1.5px;
    transition: all ease 0.3s;
    transform: translateY(0px) rotate(0deg);
}

.logo {
    float: left;
}
.row::after {
    display: block;
    content: "";
    clear: both;
}
#main-logo a {
    width: 65px; height: auto;
  }
.logo img {
    width: 100%;
    margin: 5px;
}
#header .header-nav .container {
    width: 92%;
    margin: 0 auto;
}
.main-nav {
    position: fixed;
    width: 100%; height: 100%;
    z-index: 9000;
    display: none;
}
.navInner {
    position: fixed; right: -100%;
    width: 100%; height: 100%;
    opacity: 0;
}
.main-nav .container {
    width: 70%; height: 100%;
    margin: 0 0 0 30%;
    background: #fff;
}
.nav-bg {
    display: none;
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.6);
    z-index: -1;
}
.logo-box {
    background: #f8e5e7;
}
.logo-box img {
    width: 42%;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}
.main-nav nav {
    margin-top: 15px;
}
.main-nav ul li a {
    font-size: 14px;
    padding: 15px 18px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
    text-align: center;
}
.main-nav ul li a:hover, .main-nav ul li a:focus {
    color: #d98366;
    font-weight: 500;
}
.nav-copy {
    width: 70%;
    position: fixed;
    bottom: 25px;
}
.nav-copy p {
    font-size: 11px;
    color: #8b8b8b;
    text-align: center;
}
.main-nav .sub {
    color: #d98366;
    font-weight: 500;
}
/*
.main-nav .sub-nav {
    display: none;
}
*/
.main-nav .sub-notice:hover .sub-nav {
    display: block;
}
.main-nav .sub-nav li {
    display: block;
}
.main-nav .sub-nav a {
    font-size: 14px;
    padding: 8px 20px;
    color: #727272;
}

/* swiper */
html, body {
    position: relative;
}
.swiper-container {
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: url(../img/bg-main1.jpg) no-repeat center/cover;
}
.swiper-slide:nth-child(2) {background-image: url(../img/bg-main2.jpg);}
.swiper-slide:nth-child(3) {background-image: url(../img/bg-main3.jpg);}
  

/* new-product */
#new-product {
    padding-bottom: 10px;
}
#new-product .new-box {
    width: 100%; height: 580px;
    background: url(../img/new-bg.jpg) no-repeat center/cover;
}
#new-product .new-box2 {
    width: 100%;
}
.new-inner {
    padding-top: 190px;
    width: 95%;
    margin: 0 auto;
}
.new-inner > div {
    position: relative;
    width: 41%; height: 400px;
    background: #fff;
    float: left;
    border: 1px solid rgba(1,1,1,0.1);
    margin: 8px 1% 0 1%;
    padding: 0 10px;
    overflow: hidden;
}
.new-inner::after {
    display: block;
    content: "";
    clear: both;
}
.new-inner > div > div:first-child {
    height: 230px;
}
.new-inner img {
    display: block;
    margin: 0 auto;
}
.new-inner h3 {
    font-size: 16px;
}
.new-inner b {
    display: block;
    height: 55px;
    font-weight: 300; font-size: 13px;
    line-height: 16px;
    margin-top: 8px;
    color: #333;
}
.new-inner p {
    text-align: right;
    margin-right: 10px;
}
.new-inner p span {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Nanum Gothic', sans-serif;
}
.new-inner i {
    position: absolute; top: 0; left: 0;
    display: block;
    padding: 2px 8px;
    font-style: normal; font-size: 12px;
    background: #d88265;
    color: #fff;
}


/* brand */
#brand {
    margin: 15px 0 20px 0;
}
.brand-box {
    width: 99.5%;
    margin: 0 auto;
    padding-left: 0.5%;
}
.brand-box div {
    width: 47%; height: 100px;
    line-height: 100px;
    float: left;
    margin: 1%;
    border: 1px solid rgba(1,1,1,0.1);
    overflow: hidden;
    text-align:center;
}
.brand-box::after {
    display: block;
    content: "";
    clear: both;
}
.brand-box img {
    max-width:100%; max-height:100%;
}
.brand-text img {
    display: inline-block;
    width: 40px;
    margin: 0 10px 0 10px;
}
.brand-text p {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.1;
}
.brand-text p span {
    font-size: 16px;
    font-weight: normal;
    color: #515151;
}

/* product */
#product {
    margin: 0;
}
.product-text {
    position: relative;
    width: 100%; height: 215px;
    background: #47499e;
    overflow: hidden;
}
.product-text img {
    width: auto;
}
.product-text h3 {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    margin-left: 30px;
}
.product-text p {
    font-size: 22px;
    color: #fff;
    margin-left: 30px;
    font-weight: normal;
}
.product-text img:first-child {
    margin-top: -35px;
}
.product-text img:last-child {
    position: absolute; top: 115px; right: 52px;
}
#product .product-img {
    width: 100%;
    background: #47499e;
}
.product-inner {
    padding: 5px 0;
}
#product .slick-list {
    width: 100%;
    height: 375px;
}
#product .slick-initialized .slick-slide {
    margin: 25px 2px 0 2px;
    border: 1px solid rgba(1,1,1,0.1);
    background: #fff;
}
.container::after {
    display: block;
    content: "";
    clear: both;
}
.product-img p, .product-img i {
    font-size: 13px;
    text-align: center;
    color: #333;
}
.product-img p {
    font-weight: bold;
}
.product-img i {
    display: block;
    font-style: normal;
}

/* installation */
#installation {
    margin-bottom: 10px;
}
#installation .container {
    margin-top: 10px;
}
.installation-text {
    position: relative;
    width: 100%; height: 100px;
    float: left;
    background: #f8e5e7;
    color: #333;
    font-weight: 500;
}
.installation-text img:first-child {
    width: 65px;
    margin: 15px 0 0 25px;
}
.installation-text img:nth-child(3) {
    margin: 40px 0 0 60px;
}
.installation-box {
    display: inline-block;
}
.installation-box img {
    width: auto;
    margin: 0 0 -4px 4px;
}
#installation .installation-img {
    width: 100%;
    float: left;
    background: #f8e5e7;
}
#installation .slick-list {
    width: 100%;
    height: 310px;
}
#installation .slick-initialized .slick-slide {
    height: 250px;
    margin: 25px 5px;
}
#installation .slick-slider {
    padding: 0 4px;
}
.installation-img .ins-img1 {
    position: relative;
    background: url(../img/installation-img1-1.jpg) no-repeat center/cover;
}
.installation-img .ins-img2 {
    position: relative;
    background: url(../img/installation-img1-2.jpg) no-repeat center/cover;
}
.installation-img .ins-img3 {
    position: relative;
    background: url(../img/installation-img1-3.jpg) no-repeat center/cover;
}
.installation-img .ins-img4 {
    position: relative;
    background: url(../img/installation-img1-4.jpg) no-repeat center/cover;
}
.installation-img .ins-img5 {
    position: relative;
    background: url(../img/installation-img1-5.jpg) no-repeat center/cover;
}
.installation-img .ins-img6 {
    position: relative;
    background: url(../img/installation-img1-6.jpg) no-repeat center/cover;
}
.installation-img .ins-img7 {
    position: relative;
    background: url(../img/installation-img1-7.jpg) no-repeat center/cover;
}
.installation-img .ins-img8 {
    position: relative;
    background: url(../img/installation-img1-8.jpg) no-repeat center/cover;
}
.installation-img .ins-img9 {
    position: relative;
    background: url(../img/installation-img2-1.png) no-repeat center/cover;
}
.installation-img .ins-img10 {
    position: relative;
    background: url(../img/installation-img2-2.png) no-repeat center/cover;
}
.installation-img .ins-img11 {
    position: relative;
    background: url(../img/installation-img2-3.png) no-repeat center/cover;
}
.installation-img .ins-img12 {
    position: relative;
    background: url(../img/installation-img2-4.png) no-repeat center/cover;
}
.installation-img .ins-img13 {
    position: relative;
    background: url(../img/installation-img2-5.png) no-repeat center/cover;
}
.installation-img .ins-img14 {
    position: relative;
    background: url(../img/installation-img2-6.png) no-repeat center/cover;
}
.installation-img .ins-img15 {
    position: relative;
    background: url(../img/installation-img2-7.png) no-repeat center/cover;
}
.installation-img .ins-img16 {
    position: relative;
    background: url(../img/installation-img2-8.png) no-repeat center/cover;
}
.installation-img .ins-img17 {
    position: relative;
    background: url(../img/installation-img3-1.png) no-repeat center/cover;
}
.installation-img .ins-img18 {
    position: relative;
    background: url(../img/installation-img3-2.png) no-repeat center/cover;
}
.installation-img .ins-img19 {
    position: relative;
    background: url(../img/installation-img3-3.png) no-repeat center/cover;
}
.installation-img .ins-img20 {
    position: relative;
    background: url(../img/installation-img3-4.png) no-repeat center/cover;
}
.installation-img .ins-img21 {
    position: relative;
    background: url(../img/installation-img3-5.jpg) no-repeat center/cover;
}
.installation-img .ins-img22 {
    position: relative;
    background: url(../img/installation-img3-6.png) no-repeat center/cover;
}
.installation-img .ins-img23 {
    position: relative;
    background: url(../img/installation-img3-7.png) no-repeat center/cover;
}
.installation-img .ins-img24 {
    position: relative;
    background: url(../img/installation-img3-8.jpg) no-repeat center/cover;
}
#installation .slick-slide p {
    position: absolute; bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(1,1,1,0.6);
    color: #fff;
    padding: 6px 0;
    font-size: 15px;
}

/* vedio */
#vedio {
    padding: 35px 0;
    background: #333;
}
#vedio iframe {
    display: block;
    width: 300px; height: 168.75px;
    margin: 0 auto;
}

/* map */
#map_view {
    width: 100%; height: auto;
    line-height: 0;
}
#map_view iframe {
    width: 100%; height: 250px;
}

/* ScrollTop */
#ScrollTopArea {
    position: fixed;
    z-index: 300;
    bottom: 40px;
    right: 40px;
}
.scrollTopWrapper .toTop {
    overflow: hidden;
    width: 40px; height: 40px;
    text-indent: -9999px;
    background: url(../img/ico-scrolltop.png) no-repeat center/contain;
    border: 1px solid #d98366;
    cursor: pointer;
}

/* footer */
footer {
    width: 100%;
    overflow:hidden;
    color:#333;
    background: #fafafa;
    position: absolute;
}
.footerLogo {
    width: 80px; height: auto;
    margin: 40px auto 20px auto;
}
.footerLogo img {
    width: 100%;
}
.footerText {
    margin: 0 0 40px 0;
}
.footerText ul li {
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}
.copyright {
    background: #d98366;
    padding: 10px 0;
}
.copyright a {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 100;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

/* about poss */
#about {
    padding-top: 78px;
    padding-bottom: 90px;
}
#about h2 {
    font-size: 33px;
    font-weight: 900;
    color: #d98366;
    padding-top: 27px;
    text-align: center;
}
#about p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
#about .about-Inner div:first-child {
    width: 85%; height: 210px;
    background: url(../img/about-bg.jpg) no-repeat center/cover;
    margin: 0 auto;
}
#about .about-Inner p {
    width: 85%;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 0 auto;
}
#about-brand {
    margin-bottom: 120px;
}
#about-brand .brand-text p {
    font-size: 22px;
    margin-left: 10px;
}
#about-brand .container {
    padding-top: 70px;
    border-top: 1px solid rgba(1,1,1,0.1);
}
#about-brand .brand-box {
    margin-top: 10px;
}


/* sub kiosk */
.sub-product {
    padding-top: 73px;
}
#kiosk {
    width: 100%;
    margin-top: 20px;
}
#kiosk h3 {
    width: 150px;
    background: #d98366;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    padding: 6px 0;
    margin: 0 auto 10px auto;
}
.pro-kiosk {
    width: 92%;
    border: 1px solid rgba(1,1,1,0.1);
    position: relative;
    background: #fff;
    margin: 0 auto 20px auto;
}
.kiosk-img {
    width: 147px;
    margin: 0 auto;
}
.kiosk-img img {
    width: 100%;
    vertical-align: middle;
}
.kiosk-text {
    padding-left: 14px;
    padding-bottom: 20px;
}
.kiosk-text p {
    font-size: 10px;
}
.kiosk-text p:first-child {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0 10px 0;
}
.kiosk-text p:nth-child(2), .kiosk-text p:nth-child(3) {
    float: left;
    line-height: 30px;
}
.kiosk-text::after {
    display: block;
    content: "";
    clear: both;
}
.kiosk-text p:nth-child(2) {
    padding-right: 6px;
    border-right: 1px solid rgba(1,1,1,0.1);
}
.kiosk-text p:nth-child(3) {
    margin-left: 6px;
}
.pro-kiosk span {
    position: absolute; right: -10px; bottom: -10px;
    width: 183px; height: 183px;
    display: block;
    background: url(../img/pro-bg.png) no-repeat center/cover;
    z-index: -9;
}

/* sub did */
#did {
    width: 100%;
}
#did h3 {
    width: 150px;
    background: #d98366;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    padding: 6px 0;
    margin: 10px auto 10px auto;
}
.did-inner {
    width: 95%;
    margin: 0 auto;
}
.did-inner::after {
    display: block;
    content: "";
    clear: both;
}
.did-box {
    width: 47%;
    margin: 5px 1%;
    float: left;
    border: 1px solid rgba(1,1,1,0.1);
}
.did-box:last-child {
    margin-right: 0;
}
.did-box p {
    background: #5a5a5a;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
    margin-top: 1px;
}

/* sub poss */
#poss {
    width: 100%;
    margin-bottom: 60px;
}
#poss h3 {
    width: 200px;
    background: #d98366;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 6px 0;
    margin: 20px auto 10px auto;
}
.poss-inner {
    width: 95%;
    margin: 0 auto;
}
.poss-inner::after {
    display: block;
    content: "";
    clear: both;
}
#poss .poss-box {
    width: 47%;
}
.did-box img {
    width: 100%;
}
.poss-box p {
    padding: 4px 0;
    margin-top: 0;
}

/* sub notice */
#notice {
    padding-top: 60px;
    padding-bottom: 353px;
}
#notice .container {
    width: 95%;
    margin: 0 auto;
}
#notice h2 {
    font-size: 32px;
    font-weight: 900;
    color: #d98366;
    padding-top: 60px;
    text-align: center;
    margin-bottom: 10px;
}
.list_total {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #333;
}
.btn-box {
    float: right;
}
.btn-box li {
    float: left;
}
.notice-list::after, .btn-box::after {
    display: block;
    content: "";
    clear: both;
}
.btn {
    width: 34px; height: 34px;
    line-height: 34px;
    text-align: center;
    border: none;
    background: url(../img/ico-btn-sch.png) no-repeat center/contain;
    text-indent: -9999px;
    opacity: 0.5;
    margin-left: 8px;
    cursor: pointer;
}
.btn_wr {
    background-image: url(../img/ico-btn-wr.png);
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
table caption {
    overflow: hidden;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
table tr:first-child {
    background: #fafafa;
}
table th {
    height: 40px;
    padding: 12px 0;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #ececec;
}
table tr > th:nth-child(1) {width: 9%;}
table tr > th:nth-child(2) {width: 50%;}
table tr > th:nth-child(3) {width: 12%;}
table tr > th:nth-child(4) {width: 11%;}
table tr > th:nth-child(5) {width: 18%;}
table td {
    text-align: center;
    color: #585858;
    padding: 10px 0;
    font-size: 12px;
}

/* sub-faq */
#faq {
    padding-top: 115px;
    padding-bottom: 70px;
}
#faq .container {
    width: 95%;
    margin: 0 auto;
}
#faq img {
    width: auto;
}
#faq h2 {
    font-size: 28px;
    font-weight: 900;
    color: #d98366;
    text-align: center;
    margin-bottom: 10px;
}
.faq-info {
    background: #fafafa;
    border: 1px solid #ececec;
    padding: 20px 40px;
}
.faq-info img {
    display: block;
    margin: 0 auto;
}
.faq-info p {
    font-size: 22px;
    font-weight: 500;
    color: #6c6c6c;
    margin-bottom: 8px;
    text-align: center;
}
.faq-info i {
    display: block;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
}
.faq-body {
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ececec;
}
.faq-body > div:last-child {
    border-bottom: none;
}
.question, .answer {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.answer {
    background: #fafafa;
}



/* sub borad */
#borad {
    padding-top: 115px;
    padding-bottom: 360px;
}
#borad .container {
    width: 95%;
    margin: 0 auto;
}
#borad h2 {
    font-size: 28px;
    font-weight: 900;
    color: #d98366;
    text-align: center;
    margin-bottom: 10px;
}

/* sub-sevice */
#sevice {
    padding-top: 115px;
    padding-bottom: 360px;
}
#sevice .container {
    width: 95%;
    margin: 0 auto;
}
#sevice h2 {
    font-size: 28px;
    font-weight: 900;
    color: #d98366;
    text-align: center;
    margin-bottom: 10px;
}



/* sub-write */
#write {
    padding-top: 115px;
    margin-bottom: 60px;
}
#write .container {
    width: 95%;
    margin: 0 auto;
}
table em {
    color: #d98366;
}
#write .info {
    border: none;
}
#write th {
    width: 22%;
}
.info_box {
    padding: 18px 0;
}
.info_box textarea {
    width: 95%;
    font-size: 12px;
}
.checkbox-text {
    text-align: center;
}
#write .checkbox-text input {
    height: auto;
}
.extraVarsList tr, .extraVarsList th {
    border: 1px solid #ececec;
}
.extraVarsList td {
    text-align: left;
    text-indent: 15px;
}
.extraVarsList input {
    height: 20px;
}
.write-text {
    width: 87%;
}
#write .text-title {
    width: 86%;
}
#write .bt-list {
    float: left;
    margin-top: 0;
}
.bt-submit {
    padding: 3px 15px;
    border: none;
    background: #d98366;
    color: #fff;
    font-weight: 600;
    float: right;
    cursor: pointer;
    margin-top: 4px;
}
.write-bt::after {
    display: block;
    content: "";
    clear: both;
}

/* write-page */
#write-page {
    padding-top: 165px;
    margin-bottom: 306px;
    font-size: 15px;
}
#write-page .container {
    width: 90%;
    margin: 0 auto;
}
.write-title {
    border-bottom: 1px solid #ececec;
}
.write-title > div:first-child {
    height: 30px;
    text-indent: 15px;
}
.info-left {
    float: left;
}
.info-left div {
    padding: 0 15px;
}
.info-right {
    float: right;
    padding: 0 15px;
}
.title-info::after {
    display: block;
    content: "";
    clear: both;
}
#write-page .title-info div {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}
.bt-list {
    display: block;
    width: 34px; height: 34px;
    text-indent: -9999px;
    background: url(../img/write-list.png) no-repeat center/contain;
    margin-top: 5px;
}
.write-content {
    min-height: 200px;
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

/* swiper */

.swiper-container {height: auto;}
.swiper-slide {height: auto;}
img {width:100%;}