@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, pre {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans KR";
  line-height: 180%;
  font-weight: 300; }

td, th {
  padding: 0;
  font-family: "Noto Sans KR";
  font-size: 14px;
  color: #333;
  font-weight: 300; }

a, span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none; }

body {
  height: 100%;
  position: relative;
  overflow-y: scroll;
  word-break: keep-all;
  *word-break: keep-all;
  -ms-word-break: keep-all; }

img, fieldset, iframe {
  border: 0 none; }

li {
  list-style: none; }

input, select, button, textarea {
  padding: 0;
  border: 1px solid #ddd;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 300; }

input {
  padding: 0 10px; }

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; }

input[type="file"] {
  padding: 0;
  -webkit-border-radius: 0; }

input[type="file"]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%; }

select::-ms-expand {
  display: none; }

select {
  padding: 0 25px 0 10px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-color: #fff;
  background-image: url(../img/init/sel_init_ico.png);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px; }

select option {
  background: #fff;
  color: #333; }

textarea {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top; }

em, address {
  font-style: normal; }

label, button {
  cursor: pointer; }

button {
  background: none;
  border: none;
  vertical-align: top; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

legend {
  *width: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

pre {
  white-space: pre-line;
  font-family: "Noto Sans KR"; }

sup {
  font-size: 0.5%; }

/* position */
.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

/* display */
.dn {
  display: none; }

.dib {
  display: inline-block; }

.db {
  display: block; }

.dt {
  display: table; }

.dtr {
  display: table-row; }

.dtc {
  display: table-cell; }

.dt {
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.dtr {
  width: 100%; }

.dtc {
  vertical-align: middle; }

/* float */
.fl {
  float: left; }

.fr {
  float: right; }

.flul > li {
  float: left; }

.flul:after {
  content: "";
  display: block;
  clear: both; }

.cb:after {
  content: "";
  display: block;
  clear: both; }

/* space */
.pt0 {
  padding-top: 0px; }

.pb0 {
  padding-bottom: 0px; }

.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pt70 {
  padding-top: 70px; }

.pb70 {
  padding-bottom: 70px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pt80 {
  padding-top: 80px; }

.pb80 {
  padding-bottom: 80px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pt90 {
  padding-top: 90px; }

.pb90 {
  padding-bottom: 90px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.pt150 {
  padding-top: 150px; }

.pb150 {
  padding-bottom: 150px; }

.mt150 {
  margin-top: 150px; }

.mb150 {
  margin-bottom: 150px; }

/* web accessibility */
.blind {
  display: inline-block !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important; }

.skip_nav li a {
  position: absolute;
  left: -3000%; }

.skip_nav li a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #039;
  color: #fff;
  text-align: center; }

.ti {
  text-indent: -999em; }

.inp_ti {
  overflow: hidden;
  height: 0;
  text-indent: -9999px;
  font-size: 0; }

.imgz {
  width: 100%; }

.cup {
  cursor: pointer; }

.vam {
  vertical-align: middle; }

/* text */
.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

.fw1 {
  font-weight: 100; }

.fw3 {
  font-weight: 300; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

.tov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.tov_m {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; }

/* -webkit-line-clamp: 2;line-height: 30px; */
/* system popup style */
.syspop {
  z-index: 1200;
  top: 20px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border: none; }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }
  .syspop .l-cont {
    height: auto !important;
    word-break: break-all; }
    .syspop .l-cont img {
      width: 100%; }
  .syspop .l-footer {
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
    background-color: #fff; }
    .syspop .l-footer span {
      cursor: pointer; }

.syspop:after {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/* page num */
.page_num {
  position: relative;
  margin: 40px 0;
  text-align: center;
  font-size: 0; }
  .page_num a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-left: none;
    text-align: center;
    color: #888;
    line-height: 36px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
  .page_num .act {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #0d6fb8; }
  .page_num .page {
    text-indent: -9999px; }
  .page_num .first {
    background: url(../img/init/page_first.png) 50% 50% no-repeat;
    border: 1px solid #ddd; }
  .page_num .last {
    background: url(../img/init/page_last.png) 50% 50% no-repeat;
    border: 1px solid #ddd; }
  .page_num .l {
    background: url(../img/init/page_left.png) 50% 50% no-repeat;
    border: 1px solid #ddd;
    margin-left: -1px; }
  .page_num .r {
    background: url(../img/init/page_right.png) 50% 50% no-repeat;
    border: 1px solid #ddd;
    margin-right: -1px; }

@media screen and (max-width: 767px) {
  .page_num a.first, .page_num a.last {
    display: none; }
  .page_num a.l {
    border-left: 1px solid #ddd; } }

.mov_frame, .frame_height {
  position: relative;
  padding-top: 56.25%; }
  .mov_frame iframe, .frame_height iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.bgi {
  background-image: url(../img/zip_ico.png); }

.bgi_b:before {
  content: "";
  background-image: url(../img/zip_ico.png); }

.bgi_a:after {
  content: "";
  background-image: url(../img/zip_ico.png); }

.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute; }

#gMap img, .map_api img {
  max-width: inherit;
  max-height: inherit; }

.tn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

/* board pass */
.box-message {
  padding: 50px 0;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  text-align: center; }
  .box-message .default {
    width: 250px;
    height: 28px;
    margin-top: 15px;
    border: 1px solid #ccc; }
  .box-message .btn_img {
    margin-top: 15px; }

/* 게시판 비밀번호 */
.pass_box {
  width: 493px;
  padding: 4px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .pass_box .pass_inner {
    padding: 35px 66px 60px 66px;
    text-align: center;
    background: #fff; }
    .pass_box .pass_inner button {
      width: 100%;
      line-height: 30px;
      color: #fff;
      font-size: 14px;
      background: #66bee6; }
  .pass_box .pass_tit {
    margin-bottom: 30px;
    line-height: 1;
    color: #333;
    font-size: 24px;
    font-weight: bold; }
  .pass_box .pass_txt {
    color: #666;
    font-size: 14px; }
  .pass_box .pass_inp_box {
    position: relative;
    height: 33px;
    padding-left: 97px;
    margin: 20px 0px 10px;
    border: 1px solid #ccc; }
    .pass_box .pass_inp_box .inp_tit {
      position: absolute;
      top: 0;
      left: 0px;
      padding-left: 30px;
      padding-right: 10px;
      line-height: 33px;
      background: url(../img/pass_ico.jpg) 9px center no-repeat; }
    .pass_box .pass_inp_box .inp_tit:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 12px;
      top: 50%;
      right: 0;
      margin-top: -6px;
      background: #ddd; }
    .pass_box .pass_inp_box .pass_inp {
      border: none;
      width: 100%;
      height: 33px; }

.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.de_btn.r15, .de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.de_btn.r8, .de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.de_btn.r5, .de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.de_btn.r3, .de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.de_cki.r30 i, .de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.de_cki.r15 i, .de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.de_cki.r8 i, .de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.de_cki.r5 i, .de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.de_cki.r3 i, .de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.de_btn {
  display: inline-block;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-background-clip: border-box;
  background-clip: border-box; }

.de_btn:disabled {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: auto; }

.de_btn:focus {
  outline: none; }

/* btn size*/
.de_btn.sg {
  min-width: 155px;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500; }

.de_btn.sl {
  min-width: 130px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500; }

.de_btn.sm {
  min-width: 116px;
  height: 45px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 500; }

.de_btn.ss {
  min-width: 95px;
  height: 36px;
  line-height: 34px;
  font-size: 12px; }

.de_btn.st {
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px; }

.de_btn.fill {
  background-color: #1b76ff;
  color: #fff; }

.de_btn.fill:hover {
  background-color: rgba(27, 118, 255, 0.5); }

.de_btn.fill:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

.de_btn.outline {
  border: 1px solid #999; }

.de_btn.outline:hover {
  border: 1px solid #1b76ff;
  color: #1b76ff; }

.de_btn.outline:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

.de_btn.outline:disabled {
  border: 1px solid #ccc; }

.de_btn.ghost {
  border: 1px solid transparent; }

.de_btn.ghost:hover {
  border: 1px solid transparent;
  color: #1b76ff; }

.de_btn.ghost:focus {
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15); }

.de_inp {
  width: 100%;
  border: 1px solid #ddd; }

input.de_inp {
  padding: 0 10px; }

.de_inp::-webkit-input-placeholder {
  color: #999; }

.de_inp::-moz-placeholder {
  color: #999; }

.de_inp:-ms-input-placeholder {
  color: #999; }

.de_inp:-moz-placeholder {
  color: #999; }

.de_inp:focus {
  border: 1px solid #1b76ff;
  outline: none; }

.de_inp:disabled {
  background-color: #eee; }

input.de_inp.sm {
  height: 45px;
  padding: 0 20px; }

.de_inp.ss {
  height: 36px; }

.de_inp.st {
  height: 30px; }

.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle; }
  .de_rdo i, .de_cks i {
    display: inline-block;
    border: 1px solid #9b9b9b;
    vertical-align: middle;
    background-color: #fff; }
  .de_rdo input, .de_cks input {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .de_rdo i::after, .de_cks i::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
    background-color: #1b76ff;
    transform: scale(0.5, 0.5) rotate(0.3deg);
    -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
    transform: scale(0.5, 0.5) rotate(0.3deg); }
  .de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
    background-color: #eee; }

.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  margin-right: 10px; }

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.de_cki, .de_cks {
  display: inline-block;
  vertical-align: middle; }
  .de_cki i, .de_cks i {
    display: inline-block;
    border: 1px solid #9b9b9b;
    vertical-align: middle; }

.de_rdo.sg i, .de_cki.sg i, .de_cks.sg i {
  width: 30px;
  height: 30px; }

.de_rdo.ss i, .de_cki.ss i, .de_cks.ss i {
  width: 20px;
  height: 20px; }

.de_cki {
  display: inline-block;
  vertical-align: middle; }
  .de_cki input {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .de_cki i {
    position: relative; }
  .de_cki i::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    margin-top: -7px;
    margin-left: -4px;
    border: solid #1b76ff;
    border-width: 0 2px 2px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .de_cki input:checked ~ i::after {
    opacity: 1; }
  .de_cki input:disabled ~ i {
    background-color: #eee; }

.c1 {
  color: #0d6fb8 !important; }

.c3 {
  color: #333; }

.c6 {
  color: #666; }

.c8 {
  color: #888; }

.c9 {
  color: #999; }

.lh {
  font-size: 100%; }

.fz {
  font-size: 0; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz24 {
  font-size: 24px; }

.fz36 {
  font-size: 36px; }

.btn1 {
  border: 1px solid #999;
  color: #666; }

.btn2 {
  background-color: #0d6fb8;
  color: #fff; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cks_wrap {
  display: inline-block;
  vertical-align: middle; }
  .cks_wrap .cks_inp {
    display: none; }
  .cks_wrap i {
    width: 30px;
    height: 30px;
    background-image: url(../img/zip_ico.png);
    background-size: 250px 278px;
    background-repeat: no-repeat; }
  .cks_wrap i.cks {
    background-position: -50px 0; }
  .cks_wrap .cks_inp:checked ~ i {
    background-position: -50px -30px; }

.container {
  width: 1200px;
  margin: 0 auto; }

#wrap {
  min-width: 1200px; }

#header {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 84px; }
  #header .hd_con {
    text-align: center; }
    #header .hd_con .logo {
      top: 23px;
      left: 33px; }
    #header .hd_con .gnb {
      display: inline-block;
      font-size: 0; }
      #header .hd_con .gnb .menu {
        font-size: 0; }
        #header .hd_con .gnb .menu .dep1 {
          position: relative;
          display: inline-block;
          width: 142px;
          height: 84px;
		  font-size: 18px;
          line-height: 84px;
          color: #fff; }
          #header .hd_con .gnb .menu .dep1 ul {
            display: none;
            position: absolute;
            z-index: 1;
            left: 0;
            width: 142px;
            border-top: 1px solid #0a5288; }
            #header .hd_con .gnb .menu .dep1 ul li {
              padding: 10px 0;
              border-bottom: 1px solid #0a5288;
              background-color: #0d6fb8;
              color: #fff;
              font-size: 12px; }
            #header .hd_con .gnb .menu .dep1 ul li:hover {
              background-color: #0a5288; }
        #header .hd_con .gnb .menu .dep1:hover {
          background-color: #0d6fb8; }
          #header .hd_con .gnb .menu .dep1:hover ul {
            display: block; }
        #header .hd_con .gnb .menu .dep1::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block;
          width: 1px;
          height: 23px;
          background-color: rgba(255, 255, 255, 0.2); }
        #header .hd_con .gnb .menu .dep1:first-child:before {
          display: none; }
    #header .hd_con .contact {
      top: 0;
      right: 33px;
      width: 130px;
      height: 84px;
      text-align: center;
      color: #fff;
      line-height: 84px;
      background-color: #0d6fb8; }

#footer {
  padding: 50px 0 70px;
  background-color: #333; }
  #footer .addr {
    margin-top: 30px; }
    #footer .addr .line {
      color: #fff; }
    #footer .addr .line::before {
      content: '';
      display: inline-block;
      width: 1px;
      height: 11px;
      vertical-align: middle;
      margin: -3px 9px 0;
      background-color: #666; }
    #footer .addr .line:first-child:before {
      display: none; }

.sub_box .s_top {
  height: 300px;
  padding-top: 84px;
  background-position: 50% 0; }
  .sub_box .s_top .dt {
    height: 216px;
    text-align: center; }
    .sub_box .s_top .dt .dtc {
      font-size: 40px;
      font-weight: bold;
      color: #fff; }

.sub_box .s_top1 {
  background-image: url(../img/s_top1.jpg); }

.sub_box .s_top2 {
  background-image: url(../img/s_top2.jpg); }

.sub_box .s_top3 {
  background-image: url(../img/s_top3.jpg); }

.sub_box .s_top4 {
  background-image: url(../img/s_top4.jpg); }

.sub_box .s_top5 {
  background-image: url(../img/s_top5.jpg); }

.sub_box .s_nav_box {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd; }
  .sub_box .s_nav_box .home {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    background-color: #0d6fb8; }
  .sub_box .s_nav_box .home:before {
    content: '';
    display: block;
    width: 21px;
    height: 24px;
    margin: 0 auto;
    background-image: url(../img/zip_ico.png);
    background-size: 250px 278px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .sub_box .s_nav_box .s_nav {
    display: inline-block; }
    .sub_box .s_nav_box .s_nav .nav_li {
      position: relative;
      width: 240px;
      height: 60px;
      padding-left: 24px;
	  padding-right: 43px;
      border-right: 1px solid #ddd;
      line-height: 60px;}
	  .sub_box .s_nav_box .s_nav .nav_li a{font-size: 16px;letter-spacing:-0.1px;color:#666;}
      .sub_box .s_nav_box .s_nav .nav_li .s_menu {
        display: none;
		z-index: 1;
        position: absolute;
        left: 0;
        width: 240px;
        padding: 20px 24px;
        margin-top: -1px;
        border: 1px solid #ddd;
        background-color: #fff; }
        .sub_box .s_nav_box .s_nav .nav_li .s_menu li {
          padding: 2px 0;
          color: #666;
          font-size: 16px; }
        .sub_box .s_nav_box .s_nav .nav_li .s_menu li:hover {
          color: #0d6fb8; }
    .sub_box .s_nav_box .s_nav .nav_li::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      display: block;
      width: 18px;
      height: 10px;
      background-image: url(../img/zip_ico.png);
      background-size: 250px 278px;
      background-repeat: no-repeat;
      background-position: -22px 0; }
    .sub_box .s_nav_box .s_nav .nav_li:hover::after {
      background-position: -22px -10px; }
    .sub_box .s_nav_box .s_nav .nav_li:hover .s_menu {
      display: block; }

.bg {
  width: 100%;
  position: relative;
  padding-bottom: 100px; }
  .bg .bg1 {
    display: block;
    width: 73px;
    height: 295px;
    background-image: url(../img/bg1.png);
    background-position: top left; }
  .bg .bg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 533px;
    height: 43px;
    background-image: url(../img/bg2.png); }

.sub_tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  margin-top: -180px; }

.sub_tit::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  margin: 40px auto 60px;
  background-color: #cbb3b3; }

.sub_line .line {
  color: #666; }

.sub_line .line:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  vertical-align: middle;
  margin: -3px 10px 0;
  background-color: #ddd; }

.sub_line .line:first-child:before {
  display: none; }

.board_tb tr:first-child {
  border-top: 1px solid #333; }

.board_tb tr {
  border-bottom: 1px solid #ddd; }
  .board_tb tr .w1 {
    width: 115px;
    text-align: center;
    color: #666; }
  .board_tb tr .w2 {
    width: auto;
    font-size: 16px; }
  .board_tb tr .w3 {
    width: 270px;
    text-align: center;
    color: #666; }
  .board_tb tr td {
    padding: 20px 0; }

.sch_form .sch_sel {
  width: 133px;
  height: 45px;
  margin-right: 5px; }

.sch_form .sch_inp {
  width: 382px;
  height: 45px;
  margin-right: 5px; }

.sch_form .sch_btn {
  width: 133px;
  height: 45px;
  background-color: #333;
  color: #fff; }

.board_view .board_tit {
  padding: 20px 30px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa; }

.board_view .board_con {
  padding: 30px 30px 165px;
  border-bottom: 1px solid #ddd; }

.board_view .btn2 {
  width: 200px;
  height: 54px;
  border-radius: 25px;
  margin: 50px auto;
  text-align: center;
  line-height: 54px;
  font-size: 16px; }

.board_view .tb {
  border-top: 1px solid #ddd; }
  .board_view .tb tr {
    border-bottom: 1px solid #ddd; }
    .board_view .tb tr th {
      width: 114px;
      padding: 20px 0;
      text-align: center; }
    .board_view .tb tr td {
      padding: 20px 0;
      color: #666; }
    .board_view .tb tr .w1 {
      width: auto;
      font-size: 16px; }
    .board_view .tb tr .w2 {
      width: 276px;
      text-align: center; }

.question .agree_box {
  height: 280px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fafafa;
  overflow-y: scroll; }

.question .cks_wrap .cks {
  margin-right: 20px; }

.question .inp_wrap {
  width: 100%;
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px dashed #ddd; }
  .question .inp_wrap .line {
    margin-top: 30px; }
    .question .inp_wrap .line .piece {
      width: calc(50% - 15px); }
    .question .inp_wrap .line .piece1 {
      margin-right: 30px; }
  .question .inp_wrap .input {
    width: 100%;
    height: 45px;
    background-color: #fafafa;
    color: #999; }
  .question .inp_wrap .input.h225 {
    height: 225px; }
  .question .inp_wrap .input::-webkit-input-placeholder {
    color: #999; }
  .question .inp_wrap .input::-moz-placeholder {
    color: #999; }
  .question .inp_wrap .input:-ms-input-placeholder {
    color: #999; }
  .question .inp_wrap .input:-moz-placeholder {
    color: #999; }

.question .btn {
  width: 200px;
  height: 54px;
  border-radius: 54px;
  font-size: 16px; }

.question .btn2 {
  margin-right: 10px; }

.question .btn1 {
  line-height: 54px; }

.gallery_lst {
  margin-left: -40px;
  margin-bottom: -20px;
  font-size: 0; }
  .gallery_lst li {
    display: inline-block;
    width: 270px;
    margin-bottom: 40px;
    margin-left: 40px;
    text-align: center;
    box-sizing: border-box; }
    .gallery_lst li .img {
      border: 1px solid #ddd; }
      .gallery_lst li .img img {
        width: 100%; }
    .gallery_lst li .tit {
      margin-top: 20px; }

.paging {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 1; }
  .paging .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background-image: url(../img/zip_ico.png);
    background-size: 250px 278px;
    background-repeat: no-repeat;
    background-position: -80px -150px; }
  .paging .swiper-pagination-bullet-active {
    background-position: -70px -150px; }
  .paging .swiper-pagination-bullet:first-child {
    margin-left: 0; }

.v_nav_box .v_nav_prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow_prev.png);
  background-repeat: no-repeat; }

.v_nav_box .v_nav_next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow_next.png);
  background-repeat: no-repeat; }

.gallery_view .slide_wrap {
  margin-bottom: 40px; }
  .gallery_view .slide_wrap .v_slide_pager {
    bottom: 30px; }

.gallery_view .tit {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 2px solid #858585; }

.gallery_view .btn2 {
  width: 200px;
  height: 54px;
  margin: 50px auto 0;
  line-height: 54px;
  border-radius: 54px;
  text-align: center; }

.slide_wrap .img_mask {
  overflow: hidden;
  width: 100%; }

.info_tb tr th {
  width: 100px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left; }

.info_tb tr td {
  padding: 5px 0;
  color: #666; }

.map .tit {
  width: 265px;
  font-size: 26px;
  font-weight: bold; }

.map .info_tb {
  width: calc(100% - 265px); }

.drainage .lst li {
  width: calc(33.333% - 20px);
  margin-left: 30px; }

.drainage .lst li:first-child {
  margin-left: 0; }

.intro .text {
  width: calc(100% - 480px);
  margin-left: 106px; }
  .intro .text .tit::before {
    content: '';
    display: block;
    position: absolute;
    top: -55px;
    left: 180px;
    z-index: -1;
    width: 227px;
    height: 110px;
    background-image: url(../img/company_bg.png); }

.prod_info .t1 {
  font-size: 24px;
  font-weight: bold; }

.prod_info .t2 {
  font-size: 18px;
  font-weight: bold; }

.prod_info .t2:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #0d6fb8; }

  .prod_info p{font-size: 16px;letter-spacing:-0.3px;}

.prod_info .slide_wrap {
  width: 540px; }
  .prod_info .slide_wrap .img_mask {
    width: 100%;
    overflow: hidden; }
    .prod_info .slide_wrap .img_mask .img_wrap .item {
      border: 1px solid #ddd; }
  .prod_info .slide_wrap .prod_pager {
    bottom: 20px; }

.prod_info .text_wrap.fr {
  width: calc(100% - 620px);
  margin-left: 80px; }

.prod_info .text_wrap.fl {
  width: calc(100% - 590px); }

.prod_info .compare li {
  margin-left: 20px; }

.prod_info .compare li:first-child {
  margin-left: 0; }

.prod_info .compare.fr {
  width: 590px; }

.prod_info .step {
  margin-left: -20px;
  margin-bottom: -20px; }
  .prod_info .step li {
    width: 285px;
    margin-left: 20px;
    margin-bottom: 20px; }

.prod_info .maintenance li {
  width: 25%;
  position: relative;
  z-index: 1; }
  .prod_info .maintenance li .ico {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 38px; }
  .prod_info .maintenance li .ico:after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background-image: url(../img/zip_ico.png);
    background-size: 250px 278px;
    background-repeat: no-repeat; }
  .prod_info .maintenance li .ico1::after {
    background-position: -90px -150px; }
  .prod_info .maintenance li .ico2::after {
    background-position: -154px -150px; }
  .prod_info .maintenance li .ico3::after {
    background-position: -90px -214px; }
  .prod_info .maintenance li .ico4::after {
    background-position: -154px -214px; }

.prod_info .maintenance li:nth-child(odd) .ico {
  background-color: #0d6fb8; }

.prod_info .maintenance li:nth-child(even) .ico {
  background-color: #515c64; }

.prod_info .maintenance:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #206aa1; }

.floodgate .img_box {
  width: 131px;
  margin-right: 80px; }

.floodgate .txt_box {
  width: calc(100% - 211px); }

.floodgate .prd_lst {
  margin-left: -30px; }
  .floodgate .prd_lst li {
    width: 380px;
    margin-left: 30px; }

.dust_separator .fl.img {
  width: 369px;
  margin-right: 20px; }

.dust_separator .effect_lst {
  width: calc(100% - 389px);
  margin-top: -20px; }
  .dust_separator .effect_lst li {
    margin-top: 20px; }
    .dust_separator .effect_lst li .img_box {
      display: inline-block;
      vertical-align: middle; }
    .dust_separator .effect_lst li .txt_box {
      display: inline-block;
      vertical-align: middle;
      margin-left: 40px; }

.main .visual {
  overflow: hidden; }
  .main .visual .visual_mask {
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .main .visual .visual_mask .visual_lst .item {position: relative;}
    .main .visual .visual_mask .visual_lst .item .text_wrap{z-index: 10;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
    .main .visual .visual_mask .visual_lst .item .text_wrap .t1{font-size: 40px;font-weight: bold;color:#fff;text-shadow: 0px 0px 20px rgba(0,0,0,0.3);}
    .main .visual .visual_mask .visual_lst .item .text_wrap .t2{margin-top: 20px;}
    .main .visual .visual_mask .visual_lst .item .text_wrap .t2 span{display: block;font-size: 20px;color:#fff;text-shadow: 0px 0px 20px rgba(0,0,0,0.3);}
  .main .visual .v_arrow_box button {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    -webkit-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .main .visual .v_arrow_box button:hover {
    color: white; }
  .main .visual .v_arrow_box .v_arrow_prev {
    left: 30px; }
  .main .visual .v_arrow_box .v_arrow_prev::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 42px;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 20px;
    background-image: url(../img/zip_ico.png);
    background-repeat: no-repeat;
    background-position: 0 -192px; }
  .main .visual .v_arrow_box .v_arrow_prev:hover::before {
    background-position: 0 -150px; }
  .main .visual .v_arrow_box .v_arrow_next {
    right: 30px; }
  .main .visual .v_arrow_box .v_arrow_next::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 42px;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 20px;
    background-image: url(../img/zip_ico.png);
    background-repeat: no-repeat;
    background-position: -23px -192px; }
  .main .visual .v_arrow_box .v_arrow_next:hover::after {
    background-position: -23px -150px; }
  .main .visual .ico {
    z-index: 20;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 87px;
    height: 55px;
    background-image: url(../img/ico_scroll.png); }
  .main .visual .visual_bg {
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background-image: url(../img/visual_bg.png); }

.main .notice {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd; }
  .main .notice .text_info {
    width: 360px; }
    .main .notice .text_info .more {
      top: 20px;
      right: 0;
      display: block;
      width: 24px;
      height: 24px;
      background-size: 250px 278px;
      background-repeat: no-repeat;
      background-position: -80px 0; }
    .main .notice .text_info .more:hover {
      background-position: -80px -24px; }
  .main .notice .lst_wrap {
    width: 724px; }
    .main .notice .lst_wrap .notice_lst .item {
      font-size: 0; }
      .main .notice .lst_wrap .notice_lst .item .date {
        width: 100px;
        height: 100px;
        margin-right: 30px; }
      .main .notice .lst_wrap .notice_lst .item span {
        z-index: 1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .main .notice .lst_wrap .notice_lst .item .t1 {
        top: 28px;
        font-size: 36px;
        font-weight: bold; }
      .main .notice .lst_wrap .notice_lst .item .t2 {
        bottom: 20px; }
      .main .notice .lst_wrap .notice_lst .item .date:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100px;
        height: 100px;
        background-image: url(../img/date_bg.png); }


	.main .notice .notice_mask{width: 674px;overflow: hidden;}
	.main .notice .notice_lst .item .txt_wrap{width: calc(100% - 190px);}
	.main .notice .notice_lst .item .txt_wrap .txt_con{height: 25px;overflow: hidden;}
	.main .notice .notice_lst .item .txt_wrap .txt_con p {font-size: 14px;color:#888;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}

    .main .notice .lst_wrap .btn_wrap {
      top: 0;
      right: 0; }
      .main .notice .lst_wrap .btn_wrap .btn {
        width: 50px;
        height: 50px; }
      .main .notice .lst_wrap .btn_wrap .n_prev {
        background-position: -104px 0; }
      .main .notice .lst_wrap .btn_wrap .n_prev:hover {
        background-position: -104px -50px; }
      .main .notice .lst_wrap .btn_wrap .n_next {
        background-position: -154px 0; }
      .main .notice .lst_wrap .btn_wrap .n_next:hover {
        background-position: -154px -50px; }

.main .prod_intro_wrap {
  margin: 20px auto 0; }
  .main .prod_intro_wrap .prod_mask {
    width: 100%;
    height: 305px;
    overflow: hidden;
    padding-top: 20px; }
    .main .prod_intro_wrap .prod_mask .prod_lst {
      font-size: 0; }
      .main .prod_intro_wrap .prod_mask .prod_lst .item {
        width: 380px;
        height: 285px;
        display: inline-block;
		transition: all .6s; -webkit-transition: all .6s; -moz-transition: all .6s; -o-transition: all .6s; -ms-transition: all .6s; }
        .main .prod_intro_wrap .prod_mask .prod_lst .item .img {
          width: 380px;
          height: 285px;
          overflow: hidden; }
          .main .prod_intro_wrap .prod_mask .prod_lst .item .img img {
            transition: all .6s;
			-webkit-transition: all .6s;
			-moz-transition: all .6s;
			-o-transition: all .6s;
			-ms-transition: all .6s; }
        .main .prod_intro_wrap .prod_mask .prod_lst .item .txt {
          bottom: 30px;
          left: 30px;
          font-size: 20px;
          font-weight: bold;
          color: #fff;
          -webkit-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          -moz-text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
        .main .prod_intro_wrap .prod_mask .prod_lst .item .ico {
          bottom: 30px;
          right: 30px;
          display: block;
          width: 24px;
          height: 24px;
          background-size: 250px 278px;
          background-repeat: no-repeat;
          background-position: -46px -150px; }
      .main .prod_intro_wrap .prod_mask .prod_lst .item:hover {
        margin-top: -20px; }
        .main .prod_intro_wrap .prod_mask .prod_lst .item:hover .img img {
          transform: scale(1.2); }
  .main .prod_intro_wrap .btn_wrap .btn {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 42px;
    background-repeat: no-repeat; }
  .main .prod_intro_wrap .btn_wrap .arrow_prev {
    background-position: -204px 0;
    left: -50px; }
  .main .prod_intro_wrap .btn_wrap .arrow_prev:hover {
    background-position: -204px -42px; }
  .main .prod_intro_wrap .btn_wrap .arrow_next {
    background-position: -227px 0;
    right: -50px; }
  .main .prod_intro_wrap .btn_wrap .arrow_next:hover {
    background-position: -227px -42px; }

.main .main_bg {
  display: block;
  width: 100%;
  height: 1132px;
  margin-top: -350px;
  background-image: url(../img/main_bg.png);
  background-repeat: no-repeat; }

.main .info {
  margin: -650px auto 0; }
  .main .info .t1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff; }
  .main .info .t2 {
    font-size: 16px;
    color: #fff; }
	.main .info .info_lst{height: 612px;}
  .main .info .info_lst li {
    margin-top: 80px; }
  .main .info .info_lst li:nth-child(2) {
    margin-top: 30px; }

	.main .info .info_lst li{position: relative;width: 400px;height: 532px;overflow: hidden;transition: all .6s; -webkit-transition: all .6s; -moz-transition: all .6s; -o-transition: all .6s; -ms-transition: all .6s;}
	.main .info .info_lst li .bg{z-index: 1;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;}
	.main .info .info_lst li .img img{transition: all .6s; -webkit-transition: all .6s; -moz-transition: all .6s; -o-transition: all .6s; -ms-transition: all .6s;}
	.main .info .info_lst li .text_wrap{z-index: 1;position: absolute;top: 312px;left: 42px;text-align: left;}
	.main .info .info_lst li .text_wrap .shadow{-webkit-text-shadow: 0px 0px 20px rgba(0,0,0,0.3);-moz-text-shadow: 0px 0px 20px rgba(0,0,0,0.3);text-shadow: 0px 0px 20px rgba(0,0,0,0.3);}
	.main .info .info_lst li .text_wrap .txt1{font-size: 16px;color:#fff;line-height: 100%;}
	.main .info .info_lst li .text_wrap .txt2{margin-top: 10px;font-size: 36px;font-weight: bold;color:#fff;line-height: 100%;}
	.main .info .info_lst li .text_wrap .txt3{display: inline-block;margin-top: 25px;font-size: 14px;color:#fff;line-height: 150%;}

	.main .info .info_lst li:hover .bg{opacity: 1;}
	.main .info .info_lst li:hover img{transform:scale(1.2);}
	.main .info .info_lst li:nth-child(odd):hover {margin-top: 30px;}
	.main .info .info_lst li:nth-child(even):hover {margin-top: 80px;}

.main .about {
  margin: 100px auto; }
  .main .about .text {
    margin-top: 25px; }
  .main .about .about_lst li {
    width: 145px;
    height: 145px;
    border: 1px solid #ddd;
    margin-left: -1px;
    text-align: center;
    padding-top: 35px; }
    .main .about .about_lst li .ico {
      font-size: 16px;
      color: #666;
      line-height: 100%; }
    .main .about .about_lst li .ico:before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      margin: 0 auto 10px;
      background-image: url(../img/zip_ico.png);
      background-size: 250px 278px;
      background-repeat: no-repeat; }
    .main .about .about_lst li .ico1:before {
      background-position: 0 -100px; }
    .main .about .about_lst li .ico2:before {
      background-position: -50px -100px; }
    .main .about .about_lst li .ico3:before {
      background-position: -100px -100px; }
    .main .about .about_lst li .ico4:before {
      background-position: -150px -100px; }
    .main .about .about_lst li .ico5:before {
      background-position: -200px -100px; }
  .main .about .about_lst li:hover .ico {
    color: #0d6fb8; }

.main .r_top_btn {
  z-index: 100;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #0d6fb8; }

.swiper-container {
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

/*# sourceMappingURL=../../public/sourcemaps_scss */