.c1 {
  color: #0079bf !important; }

.c3 {
  color: #333; }

.c6 {
  color: #666; }

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;
  letter-spacing: -0.5px; }

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; }

.pl0 {
  padding-left: 0px; }

.pr0 {
  padding-right: 0px; }

.ml0 {
  margin-left: 0px; }

.mr0 {
  margin-right: 0px; }

.pl5 {
  padding-left: 5px; }

.pr5 {
  padding-right: 5px; }

.ml5 {
  margin-left: 5px; }

.mr5 {
  margin-right: 5px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.ml15 {
  margin-left: 15px; }

.mr15 {
  margin-right: 15px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.pl40 {
  padding-left: 40px; }

.pr40 {
  padding-right: 40px; }

.ml40 {
  margin-left: 40px; }

.mr40 {
  margin-right: 40px; }

.pl50 {
  padding-left: 50px; }

.pr50 {
  padding-right: 50px; }

.ml50 {
  margin-left: 50px; }

.mr50 {
  margin-right: 50px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.ml60 {
  margin-left: 60px; }

.mr60 {
  margin-right: 60px; }

.pl70 {
  padding-left: 70px; }

.pr70 {
  padding-right: 70px; }

.ml70 {
  margin-left: 70px; }

.mr70 {
  margin-right: 70px; }

.pl80 {
  padding-left: 80px; }

.pr80 {
  padding-right: 80px; }

.ml80 {
  margin-left: 80px; }

.mr80 {
  margin-right: 80px; }

.pl90 {
  padding-left: 90px; }

.pr90 {
  padding-right: 90px; }

.ml90 {
  margin-left: 90px; }

.mr90 {
  margin-right: 90px; }

.pl100 {
  padding-left: 100px; }

.pr100 {
  padding-right: 100px; }

.ml100 {
  margin-left: 100px; }

.mr100 {
  margin-right: 100px; }

.pl150 {
  padding-left: 150px; }

.pr150 {
  padding-right: 150px; }

.ml150 {
  margin-left: 150px; }

.mr150 {
  margin-right: 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; }

/* List layout */
.res_lst.lng1.s10 > li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng1.s20 > li {
  width: calc(100% / 1 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng1.s30 > li {
  width: calc(100% / 1 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng1.s40 > li {
  width: calc(100% / 1 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng1.s50 > li {
  width: calc(100% / 1 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng1.s60 > li {
  width: calc(100% / 1 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng2.s10 > li {
  width: calc(100% / 2 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng2.s20 > li {
  width: calc(100% / 2 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng2.s30 > li {
  width: calc(100% / 2 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng2.s40 > li {
  width: calc(100% / 2 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng2.s50 > li {
  width: calc(100% / 2 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng2.s60 > li {
  width: calc(100% / 2 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng3.s10 > li {
  width: calc(100% / 3 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng3.s20 > li {
  width: calc(100% / 3 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng3.s30 > li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng3.s40 > li {
  width: calc(100% / 3 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng3.s50 > li {
  width: calc(100% / 3 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng3.s60 > li {
  width: calc(100% / 3 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng4.s10 > li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng4.s20 > li {
  width: calc(100% / 4 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng4.s30 > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng4.s40 > li {
  width: calc(100% / 4 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng4.s50 > li {
  width: calc(100% / 4 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng4.s60 > li {
  width: calc(100% / 4 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng5.s10 > li {
  width: calc(100% / 5 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng5.s20 > li {
  width: calc(100% / 5 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng5.s30 > li {
  width: calc(100% / 5 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng5.s40 > li {
  width: calc(100% / 5 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng5.s50 > li {
  width: calc(100% / 5 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng5.s60 > li {
  width: calc(100% / 5 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst.lng6.s10 > li {
  width: calc(100% / 6 - 10px);
  margin-left: 10px; }

.res_lst.s10 {
  margin-left: -10px; }

.res_lst.lng6.s20 > li {
  width: calc(100% / 6 - 20px);
  margin-left: 20px; }

.res_lst.s20 {
  margin-left: -20px; }

.res_lst.lng6.s30 > li {
  width: calc(100% / 6 - 30px);
  margin-left: 30px; }

.res_lst.s30 {
  margin-left: -30px; }

.res_lst.lng6.s40 > li {
  width: calc(100% / 6 - 40px);
  margin-left: 40px; }

.res_lst.s40 {
  margin-left: -40px; }

.res_lst.lng6.s50 > li {
  width: calc(100% / 6 - 50px);
  margin-left: 50px; }

.res_lst.s50 {
  margin-left: -50px; }

.res_lst.lng6.s60 > li {
  width: calc(100% / 6 - 60px);
  margin-left: 60px; }

.res_lst.s60 {
  margin-left: -60px; }

.res_lst {
  font-size: 0; }
  .res_lst > li {
    display: inline-block;
    vertical-align: top; }

.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; */
.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);
  background-size: 100px 169px; }

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

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

.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; }

.ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s; }

.ani.view {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

/* font-size */
.fz12 {
  font-size: 12px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz24 {
  font-size: 24px; }

.fz26 {
  font-size: 26px; }

.fz28 {
  font-size: 28px; }

.fz30 {
  font-size: 30px; }

.fz32 {
  font-size: 32px; }

.fz34 {
  font-size: 34px; }

.fz36 {
  font-size: 36px; }

.fz38 {
  font-size: 38px; }

.fz40 {
  font-size: 40px; }

.fz46 {
  font-size: 46px; }

.fz50 {
  font-size: 50px; }

.fz60 {
  font-size: 60px; }

.fz70 {
  font-size: 70px; }

@media screen and (max-width: 991px) {
  .fz12 {
    font-size: 12px; }
  .fz14 {
    font-size: 12px; }
  .fz16 {
    font-size: 14px; }
  .fz18 {
    font-size: 14px; }
  .fz20 {
    font-size: 16px; }
  .fz22 {
    font-size: 16px; }
  .fz24 {
    font-size: 18px; }
  .fz26 {
    font-size: 18px; }
  .fz28 {
    font-size: 20px; }
  .fz30 {
    font-size: 20px; }
  .fz32 {
    font-size: 22px; }
  .fz34 {
    font-size: 22px; }
  .fz36 {
    font-size: 24px; }
  .fz38 {
    font-size: 24px; }
  .fz40 {
    font-size: 26px; }
  .fz46 {
    font-size: 26px; }
  .fz50 {
    font-size: 30px; }
  .fz60 {
    font-size: 30px; }
  .fz70 {
    font-size: 30px; }
  div, p, th, td {
    font-size: 14px; } }

/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc; }
  .syspop .l-header {
    display: none; }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }
  .syspop .l-cont {
    word-break: break-all; }
  .syspop .l-footer {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0px;
    right: 0px;
    text-align: right; }
    .syspop .l-footer span {
      cursor: pointer; }

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none; }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }
  .syspop .l-cont {
    height: auto !important; }
  .syspop .l-cont img {
    width: 100%; }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff; } }

/* page num */
.page_num {
  position: relative;
  margin-top: 50px;
  text-align: center;
  font-size: 0; }
  @media (max-width: 620px) {
    .page_num {
      margin-top: 25px; } }
  .page_num.mt55 {
    margin-top: 55px; }
    @media (max-width: 620px) {
      .page_num.mt55 {
        margin-top: 30px; } }
  .page_num a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -1px;
    text-align: center;
    color: #999;
    line-height: 40px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle; }
    @media (max-width: 620px) {
      .page_num a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px; } }
  .page_num .act {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #111; }
  .page_num .page {
    text-indent: -9999px; }
  .page_num .first {
    background: url(../img/init/page_first.png) 50% 50% no-repeat;
    background-size: 12px 10px; }
  .page_num .last {
    background: url(../img/init/page_last.png) 50% 50% no-repeat;
    background-size: 12px 10px; }
  .page_num .l {
    background: url(../img/init/page_left.png) 50% 50% no-repeat;
    background-size: 6px 10px;
    margin-right: 20px; }
    @media (max-width: 620px) {
      .page_num .l {
        margin-right: 0; } }
  .page_num .r {
    background: url(../img/init/page_right.png) 50% 50% no-repeat;
    background-size: 6px 10px;
    margin-left: 20px; }
    @media (max-width: 620px) {
      .page_num .r {
        margin-left: 0; } }

.container {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1240px) {
    .container {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 620px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn1000 {
    display: none !important; } }

@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn960 {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn720 {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn594 {
    display: none !important; } }

@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn326 {
    display: none !important; } }

@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dn90 {
    display: none; } }

.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: #0079bf;
  color: #fff; }

.de_btn.fill:hover {
  background-color: rgba(0, 121, 191, 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 #0079bf;
  color: #0079bf; }

.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: #0079bf; }

.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 #0079bf;
  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: #0079bf;
    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 #ddd;
    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 #0079bf;
    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; }

/* response ex

'd1000','d960','d720','d594','d326','d90'

@include respond-to('d1000') {
    background: pink;
}
@include respond-to('d960') {
    background: orange;
}
@include respond-to('d720') {
    background: blue;
}
*/
#wrap {
  min-width: 1200px; }
  @media (max-width: 1240px) {
    #wrap {
      min-width: 100%; } }

.ff_mont {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-weight: 400; }
  .ff_mont.fw6 {
    font-weight: 600; }

.hd .gnb > ul li a, .pc_menu .depth2 .wrap .depth3_wrap .depth3 > ul > li > a, .pc_menu .depth2 .wrap .menu_pro_slide .item .t1, .pc_menu .depth2 .wrap .menu_pro_slide .item .t2, .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap > li a, .list_style .t2, .pro_menu > ul li a, .pro_view .pro_top .txt .t2, .index_main .item .txt .t2, .index_notice .notice_slide .item .t3 {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-weight: 400; }

.hd .lang_btn_wrap .lang_btn, .hd .lang_btn_wrap .lang_list > ul li a, .pc_menu .depth2 .wrap .depth3_wrap .depth2_tit, .m_menu .menu > ul > li .depth1_btn, .sub_visual .btn_style, .sub_visual .wrap .t2, .btn_wrap .btn, .index_main .item .txt .t1, .index_main .btn_style {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-weight: 600; }
   .list_style .t1{font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-weight: 700;}

.hd {
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #000; }
  @media (max-width: 620px) {
    .hd {
      height: 50px; } }
  .hd .hd_logo {
    margin-top: 15px;
    margin-right: 80px; }
    @media (max-width: 1240px) {
      .hd .hd_logo {
        margin-right: 0; } }
    @media (max-width: 620px) {
      .hd .hd_logo {
        width: 67px;
        margin-top: 10px; } }
  .hd .gnb > ul li {
    position: relative; }
    .hd .gnb > ul li + li {
      margin-left: 51px; }
    .hd .gnb > ul li a {
      display: block;
      height: 90px;
      line-height: 90px;
      font-size: 16px;
      color: #fff; }
    .hd .gnb > ul li::after {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      bottom: 31px;
      width: 100%;
      height: 2px;
      background-color: #fff; }
    .hd .gnb > ul li:hover::after {
      display: block; }
  .hd .lang_btn_wrap {
    position: relative;
    margin-top: 28px; }
    @media (max-width: 620px) {
      .hd .lang_btn_wrap {
        margin-top: 8px; } }
    .hd .lang_btn_wrap .lang_btn {
      position: relative;
      display: block;
      width: 86px;
      height: 34px;
      padding: 0 13px;
      border-radius: 17px;
      line-height: 34px;
      text-align: left;
      color: #fff;
      font-size: 12px;
      background-color: #0079bf !important; }
      .hd .lang_btn_wrap .lang_btn::after {
        position: absolute;
        right: 13px;
        top: 12px;
        width: 14px;
        height: 9px;
        background-position: -68px -2px; }
      .hd .lang_btn_wrap .lang_btn.act {
        border-radius: 17px 17px 0 0; }
        .hd .lang_btn_wrap .lang_btn.act::after {
          background-position: -68px -13px; }
    .hd .lang_btn_wrap .lang_list {
      z-index: 20;
      display: none;
      position: absolute;
      left: 0;
      top: 34px;
      width: 100%; }
      .hd .lang_btn_wrap .lang_list > ul {
        border-radius: 0 0 15px 15px;
        background-color: #0079bf !important; }
        .hd .lang_btn_wrap .lang_list > ul li {
          border-top: 1px solid #0066a1; }
          .hd .lang_btn_wrap .lang_list > ul li a {
            display: block;
            height: 34px;
            padding-left: 13px;
            font-size: 12px;
            color: #fff;
            line-height: 34px; }
      .hd .lang_btn_wrap .lang_list.db {
        display: block; }
  .hd .m_menu_btn {
    display: none;
    width: 30px;
    height: 23px;
    margin-left: 40px;
    margin-top: 31px;
    background-image: url(../img/m_menu_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
    @media (max-width: 1240px) {
      .hd .m_menu_btn {
        display: block; } }
    @media (max-width: 620px) {
      .hd .m_menu_btn {
        margin-left: 20px;
        margin-top: 14px; } }
  /* .hd:hover {
    background-color: black; } */

.pc_menu {
  display: none;
  z-index: 15;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .pc_menu.db {
    display: block; }
  .pc_menu .depth2 .wrap {
    display: none;
    font-size: 0; }
    .pc_menu .depth2 .wrap.db {
      display: block; }
    .pc_menu .depth2 .wrap .depth3_wrap {
      width: 220px; }
      .pc_menu .depth2 .wrap .depth3_wrap + .depth3_wrap {
        margin-left: 10px; }
      .pc_menu .depth2 .wrap .depth3_wrap .depth2_tit {
        font-size: 16px;
        line-height: 100%; }
      .pc_menu .depth2 .wrap .depth3_wrap .depth3 {
        margin-top: 17px; }
        .pc_menu .depth2 .wrap .depth3_wrap .depth3 > ul > li > a {
          display: block;
          height: 24px;
          padding-left: 5px;
          line-height: 24px;
          font-size: 12px; }
        .pc_menu .depth2 .wrap .depth3_wrap .depth3 > ul > li:hover > a {
          color: #fff;
          background-color: #0079bf !important; }
    .pc_menu .depth2 .wrap .menu_pro_slide {
      width: 435px;
	  height: 326px;}
      .pc_menu .depth2 .wrap .menu_pro_slide .mask {
        overflow: hidden;
        width: 100%; }
      .pc_menu .depth2 .wrap .menu_pro_slide .item img {
        width: 100%; }
      .pc_menu .depth2 .wrap .menu_pro_slide .item .t1 {
        margin-top: 20px;
        font-size: 14px;
        color: #000;
        line-height: 100%; }
      .pc_menu .depth2 .wrap .menu_pro_slide .item .t2 {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
        line-height: 150%; }
      .pc_menu .depth2 .wrap .menu_pro_slide .bullet {
        margin-top: 40px;
        text-align: center;
        font-size: 0; }
        .pc_menu .depth2 .wrap .menu_pro_slide .bullet .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          background-color: #b2b2b2; }
          .pc_menu .depth2 .wrap .menu_pro_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
            margin-left: 10px; }
        .pc_menu .depth2 .wrap .menu_pro_slide .bullet .swiper-pagination-bullet-active {
          background-color: #000; }

.m_menu {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  .m_menu.db {
    display: block; }
  .m_menu .menu {
    overflow-y: scroll;
    width: 73%;
    height: 100%;
    background-color: #fff; }
    @media (max-width: 620px) {
      .m_menu .menu {
        min-width: 257px; } }
    .m_menu .menu .ico::after {
      content: '';
      display: block;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background-image: url(../img/m_menu_act.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top; }
      @media (max-width: 620px) {
        .m_menu .menu .ico::after {
          right: 20px; } }
    .m_menu .menu .ico.act::after {
      background-image: url(../img/m_menu_act2.png); }
    .m_menu .menu > ul > li .depth1_btn {
      position: relative;
      display: block;
      width: 100%;
      padding: 0 40px;
      border-bottom: 1px solid #ddd;
      text-align: left;
      line-height: 93px; }
      @media (max-width: 620px) {
        .m_menu .menu > ul > li .depth1_btn {
          padding: 0 20px;
          line-height: 53px;
          font-size: 12px; } }
    .m_menu .menu > ul > li > .depth2_wrap {
      display: none;
      padding: 35px 0;
      border-bottom: 1px solid #ddd;
      background-color: #fafafa; }
      .m_menu .menu > ul > li > .depth2_wrap.db {
        display: block; }
      @media (max-width: 620px) {
        .m_menu .menu > ul > li > .depth2_wrap {
          padding: 15px 0; } }
      .m_menu .menu > ul > li > .depth2_wrap > li + li {
        margin-top: 10px; }
        @media (max-width: 620px) {
          .m_menu .menu > ul > li > .depth2_wrap > li + li {
            margin-top: 5px; } }
      .m_menu .menu > ul > li > .depth2_wrap > li .depth2_btn {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 40px;
        font-size: 16px;
        font-weight: 600;
        text-align: left; }
        @media (max-width: 620px) {
          .m_menu .menu > ul > li > .depth2_wrap > li .depth2_btn {
            font-size: 12px;
            padding: 0 20px; } }
      .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap {
        display: none;
        padding: 0 40px;
        margin-top: 5px; }
        .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap.db {
          display: block; }
        @media (max-width: 620px) {
          .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap {
            margin-top: 0; } }
        .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap.mb25 {
          margin-bottom: 25px; }
          @media (max-width: 620px) {
            .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap.mb25 {
              margin-bottom: 10px; } }
        @media (max-width: 620px) {
          .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap {
            padding: 0 20px; } }
        @media (max-width: 620px) {
          .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap > li + li {
            margin-top: -3px; } }
        .m_menu .menu > ul > li > .depth2_wrap > li > .depth3_wrap > li a {
          font-size: 12px; }
  .m_menu .close_btn {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 23px;
    height: 23px;
    background-image: url(../img/menu_close_ico.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    @media (max-width: 620px) {
      .m_menu .close_btn {
        top: 14px;
        right: 20px; } }

.sub_visual {
  position: relative;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 620px) {
    .sub_visual {
      height: 213px; } }
  .sub_visual .prev {
    left: 0; }
    .sub_visual .prev::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      margin-right: 10px;
      margin-bottom: 2px;
      vertical-align: middle;
      background-color: #fff; }
  .sub_visual .next {
    right: 0; }
    .sub_visual .next::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      margin-left: 10px;
      margin-bottom: 2px;
      vertical-align: middle;
      background-color: #fff; }
  .sub_visual .btn_style {
    position: absolute;
    top: calc(50% + 45px);
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    opacity: .3; }
  .sub_visual .wrap {
    padding-top: 234px; }
    @media (max-width: 620px) {
      .sub_visual .wrap {
        padding-top: 103px; } }
    .sub_visual .wrap .path {
      text-align: center; }
      .sub_visual .wrap .path .t1 {
        font-size: 14px;
        color: #fff;
        line-height: 100%; }
        @media (max-width: 620px) {
          .sub_visual .wrap .path .t1 {
            font-size: 12px; } }
        .sub_visual .wrap .path .t1::after {
          content: '>';
          display: inline-block;
          margin: 0 8px 4px;
          vertical-align: middle; }
        .sub_visual .wrap .path .t1:last-child::after {
          display: none; }
    .sub_visual .wrap .t2 {
      margin-top: 10px;
      font-size: 60px;
      line-height: 100%;
      color: #fff;
      text-align: center; }
      @media (max-width: 620px) {
        .sub_visual .wrap .t2 {
          margin-top: 0;
          font-size: 30px; } }

.sub_lnb {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 0; }
  .sub_lnb > ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 0; }
    @media (max-width: 1240px) {
      .sub_lnb > ul {
        width: 100%; } }
    .sub_lnb > ul li {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .sub_lnb > ul li a {
        display: flex;align-items: center;justify-content: center;
        width: 100%;
        height: 78px;
				line-height: 150%;
				text-align: center;
        font-size: 18px;
        color: #666; }
        @media (max-width: 620px) {
          .sub_lnb > ul li a {
            height: 45px;
            font-size: 14px; } }
      .sub_lnb > ul li.act::after {
        display: block; }
      .sub_lnb > ul li.act a {
        color: #0079bf; }
      .sub_lnb > ul li::after {
        display: none;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background-color: #0079bf !important; }
	.sub_lnb .w5 li {
    width: 20%; }
  .sub_lnb .w4 li {
    width: 25%; }
  .sub_lnb .w2 {
    display: inline-block; }
    .sub_lnb .w2 li {
      width: 300px; }
      @media (max-width: 1240px) {
        .sub_lnb .w2 li {
          width: 50%; } }
	
	.sub_lnb .w3 li{width: 33.3333%;}

.sub_cont {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 620px) {
    .sub_cont {
      padding-top: 50px;
      padding-bottom: 50px; } }

.sub_tit {
  margin-bottom: 30px;
  line-height: 100%;
  font-weight: 600;
  font-size: 30px; }
  .sub_tit.fz24 {
    font-size: 24px; }
    @media (max-width: 620px) {
      .sub_tit.fz24 {
        font-size: 18px; } }
  @media (max-width: 620px) {
    .sub_tit {
      margin-bottom: 15px;
      font-size: 20px; } }

.intro .t1 {
  margin-top: 45px;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%; }
  @media (max-width: 620px) {
    .intro .t1 {
      margin-top: 20px;
      font-size: 20px; } }

.intro .t2 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 150%; }
  @media (max-width: 620px) {
    .intro .t2 {
      margin-top: 15px;
      font-size: 14px;
      line-height: 180%; } }

.intro .t3 {
  margin-top: 60px;
  font-size: 18px;
  line-height: 150%; }
  @media (max-width: 620px) {
    .intro .t3 {
      margin-top: 45px;
      font-size: 14px; } }

.intro .t4 {
  margin-left: 5px;
  font-size: 24px;
  letter-spacing: 5px; }
  @media (max-width: 620px) {
    .intro .t4 {
      font-size: 20px; } }

.history .line + .line {
  margin-top: 103px; }
  @media (max-width: 1240px) {
    .history .line + .line {
      margin-top: 90px; } }
  @media (max-width: 620px) {
    .history .line + .line {
      margin-top: 45px; } }

.history .line .tit {
  font-size: 30px;
  line-height: 150%;
  font-weight: bold; }
  @media (max-width: 1240px) {
    .history .line .tit {
      float: none;
      display: block;
      width: 100%; } }
  @media (max-width: 620px) {
    .history .line .tit {
      font-size: 20px; } }

.history .line .cont {
  width: 895px;
  padding-left: 68px; }
  @media (max-width: 1240px) {
    .history .line .cont {
      float: none;
      display: block;
      width: 100%;
      margin-top: 45px; } }
  @media (max-width: 620px) {
    .history .line .cont {
      padding-left: 0;
      margin-top: 20px; } }
  .history .line .cont dl {
    position: relative;
    font-size: 0; }
    .history .line .cont dl + dl {
      margin-top: 15px; }
    .history .line .cont dl::after {
      content: '';
      display: block;
      position: absolute;
      left: -62px;
      top: 9px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #131213; }
      @media (max-width: 620px) {
        .history .line .cont dl::after {
          display: none; } }
    .history .line .cont dl:first-child::after {
      width: 19px;
      height: 19px;
      left: -68px;
      top: 4px;
      background-image: url(../img/history_tit.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      background-color: #fff; }
    .history .line .cont dl:last-child dt::before {
      display: none; }
    .history .line .cont dl dt {
      position: relative;
      display: inline-block;
      width: 106px;
      font-size: 16px;
      font-weight: bold;
      line-height: 150%;
      vertical-align: top; }
      @media (max-width: 620px) {
        .history .line .cont dl dt {
          display: block;
          width: 100%;
          font-size: 12px; } }
      .history .line .cont dl dt::before {
        content: '';
        position: absolute;
        left: -59px;
        top: 16px;
        width: 1px;
        height: calc(100% + 8px);
        background-color: #ddd; }
        @media (max-width: 620px) {
          .history .line .cont dl dt::before {
            display: none; } }
    .history .line .cont dl dd {
      display: inline-block;
      width: calc(100% - 106px);
      font-size: 16px;
      line-height: 150%;
      vertical-align: top; }
      @media (max-width: 620px) {
        .history .line .cont dl dd {
          display: block;
          width: 100%;
          font-size: 12px; } }

.organization {
  text-align: center;
  font-size: 0; }
  .organization .img1 {
    display: inline-block; }
    @media (max-width: 1240px) {
      .organization .img1 {
        display: none; } }
  .organization .img2 {
    display: none; }
    @media (max-width: 1240px) {
      .organization .img2 {
        display: inline-block; } }

.map_wrap .map {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd; }
  @media (max-width: 620px) {
    .map_wrap .map {
      height: 175px; } }
  .map_wrap .map img {
    width: 100%; }

.map_wrap .map_tb {
  margin-top: 45px; }
  @media (max-width: 620px) {
    .map_wrap .map_tb {
      margin-top: 20px; } }
  @media (max-width: 620px) {
    .map_wrap .map_tb tr:first-child th {
      margin-top: 0; } }
  .map_wrap .map_tb th {
    width: 106px;
    padding: 5px 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px; }
    @media (max-width: 620px) {
      .map_wrap .map_tb th {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 5px;
        font-size: 14px; } }
  .map_wrap .map_tb td {
    padding: 5px 0;
    font-size: 18px; }
    @media (max-width: 620px) {
      .map_wrap .map_tb td {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 14px; } }

.contact .agree_box {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #ddd; }
  @media (max-width: 620px) {
    .contact .agree_box {
      padding: 5px 10px; } }
  .contact .agree_box pre {
    font-size: 14px;
    color: #666;
    line-height: 150%; }
    @media (max-width: 620px) {
      .contact .agree_box pre {
        font-size: 12px; } }

.contact .agree_cki {
  margin-top: 15px; }
  @media (max-width: 620px) {
    .contact .agree_cki {
      margin-top: 10px; } }
  .contact .agree_cki.txt {
    font-size: 16px;
    color: #666; }
    @media (max-width: 620px) {
      .contact .agree_cki.txt {
        font-size: 12px; } }

@media (max-width: 620px) {
  .contact .btn_wrap .btn {
    display: block;
    margin: 0 auto; } }

@media (max-width: 620px) {
  .contact .btn_wrap .btn + .btn {
    margin-left: auto;
    margin-top: 5px; } }

.w_tb {
  margin-top: 50px;
  border-top: 1px solid #333; }
  @media (max-width: 620px) {
    .w_tb {
      margin-top: 25px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd; } }
  .w_tb th {
    width: 190px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    color: #111; }
    @media (max-width: 620px) {
      .w_tb th {
        display: block;
        width: 100%;
        margin: 20px 0 10px;
        padding-left: 0;
        border-bottom: none;
        font-size: 12px;
        line-height: 100%; } }
  .w_tb td {
    border-bottom: 1px solid #ddd;
    padding: 7px 20px 7px 0;
    font-size: 0; }
    @media (max-width: 1119px) {
      .w_tb td {
        padding-right: 0; } }
    @media (max-width: 620px) {
      .w_tb td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 0; } }
  @media (max-width: 1119px) {
    .w_tb .password .w482 {
      width: calc(100% - 112px); } }
  @media (max-width: 620px) {
    .w_tb .password .w482 {
      width: 100%; } }
  .w_tb .secret_cki {
    margin-top: 8px;
    margin-left: 20px; }
    @media (max-width: 1119px) {
      .w_tb .secret_cki {
        margin-left: 10px; } }
    @media (max-width: 620px) {
      .w_tb .secret_cki {
        margin-left: 0;
        margin-top: 10px; } }
    .w_tb .secret_cki.txt {
      font-size: 16px;
      color: #666; }
      @media (max-width: 620px) {
        .w_tb .secret_cki.txt {
          font-size: 12px; } }
  @media (max-width: 1119px) {
    .w_tb .mail_inp_wrap .w150 {
      width: calc((100% - 32px)/3); } }
  @media (max-width: 620px) {
    .w_tb .mail_inp_wrap .w150 {
      width: calc((100% - 10px)/3); } }
  .w_tb .mail_inp_wrap .mail_txt {
    display: inline-block;
    width: 22px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    vertical-align: top; }
  .w_tb .mail_inp_wrap .mail_inp {
    margin-right: 10px; }
    @media (max-width: 620px) {
      .w_tb .mail_inp_wrap .mail_inp {
        margin-right: 5px;
        margin-left: 5px; } }
  @media (max-width: 1119px) {
    .w_tb .num_inp_wrap .w150 {
      width: calc((100% - 28px)/3); } }
  @media (max-width: 620px) {
    .w_tb .num_inp_wrap .w150 {
      width: calc((100% - 10px)/3); } }
  .w_tb .num_inp_wrap .num_txt {
    display: inline-block;
    width: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    vertical-align: top; }
  @media (max-width: 620px) {
    .w_tb .num_inp_wrap .m {
      margin: 0 5px; } }

.inp_wrap input {
  padding: 0 20px; }
  @media (max-width: 620px) {
    .inp_wrap input {
      padding: 0 10px; } }

.inp_wrap select {
  padding: 0 35px 0 20px;
  color: #666;
  background-position: calc(100% - 20px) 50%;
  background-color: #fff;
  background-image: url(../img/sel_init.png);
  -webkit-background-size: 9px 8px;
  background-size: 9px 8px; }
  @media (max-width: 620px) {
    .inp_wrap select {
      padding: 0 25px 0 10px;
      background-position: calc(100% - 10px) 50%; } }

.inp_wrap input[type="file"] {
  padding: 0; }

.inp_wrap textarea {
  padding: 10px 20px; }
  @media (max-width: 620px) {
    .inp_wrap textarea {
      padding: 5px 10px; } }

.inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  color: #999;
  vertical-align: top; }
  .inp_wrap .inp::placeholder {
    color: #999; }
  @media (max-width: 620px) {
    .inp_wrap .inp {
      font-size: 12px; } }

.inp_wrap .w482 {
  width: 482px; }
  @media (max-width: 1119px) {
    .inp_wrap .w482 {
      width: 100%; } }

.inp_wrap .w150 {
  width: 150px; }

.inp_wrap .h200 {
  height: 200px; }

.btn_wrap {
  font-size: 0;
  text-align: center; }
  @media (max-width: 620px) {
    .btn_wrap.mt50 {
      margin-top: 25px; } }
  @media (max-width: 620px) {
    .btn_wrap.mt80 {
      margin-top: 45px; } }
  .btn_wrap .btn {
    display: inline-block;
    width: 236px;
    height: 54px;
    font-size: 18px;
    vertical-align: top; }
    @media (max-width: 620px) {
      .btn_wrap .btn {
        font-size: 14px; } }
    .btn_wrap .btn + .btn {
      margin-left: 5px; }
  .btn_wrap .style1 {
    color: #fff;
    background-color: #0079bf !important; }
  .btn_wrap .style2 {
    border: 1px solid #ddd;
    line-height: 52px;
    color: #000; }

.bd_v .tit_wrap {
  padding: 25px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 1240px) {
    .bd_v .tit_wrap {
      padding: 25px 0; } }
  @media (max-width: 620px) {
    .bd_v .tit_wrap {
      padding: 10px 0; } }
  .bd_v .tit_wrap .t1 {
    font-size: 22px;
    line-height: 150%;
    color: #111;
    font-weight: bold; }
    @media (max-width: 620px) {
      .bd_v .tit_wrap .t1 {
        font-size: 16px; } }
  .bd_v .tit_wrap .line {
    margin-top: 5px;
    font-size: 0; }
    @media (max-width: 620px) {
      .bd_v .tit_wrap .line {
        margin-top: 0; } }
    .bd_v .tit_wrap .line .t2 {
      font-size: 16px;
      color: #666;
      line-height: 150%; }
      @media (max-width: 620px) {
        .bd_v .tit_wrap .line .t2 {
          font-size: 12px; } }
      .bd_v .tit_wrap .line .t2 + .t2 {
        margin-left: 17px; }
        @media (max-width: 620px) {
          .bd_v .tit_wrap .line .t2 + .t2 {
            margin-left: 0; } }
      @media (max-width: 620px) {
        .bd_v .tit_wrap .line .t2::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 9px;
          margin: 0 10px 2px;
          vertical-align: middle;
          background-color: #ddd; } }
      .bd_v .tit_wrap .line .t2:last-child::after {
        display: none; }
      .bd_v .tit_wrap .line .t2 .c111 {
        color: #111; }

.bd_v .file_wrap {
  padding: 20px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 1240px) {
    .bd_v .file_wrap {
      padding: 20px 0; } }
  @media (max-width: 620px) {
    .bd_v .file_wrap {
      padding: 15px 0; } }
  .bd_v .file_wrap .line {
    font-size: 0; }
    .bd_v .file_wrap .line + .line {
      margin-top: 5px; }
@media (max-width: 620px) {
	 .bd_v .file_wrap .line + .line {
      margin-top: 0; }
}
    .bd_v .file_wrap .line .t1 {
      display: inline-block;
      width: 75px;
      font-size: 16px;
      color: #111;
      line-height: 24px;
      vertical-align: top; }
      @media (max-width: 620px) {
        .bd_v .file_wrap .line .t1 {
          width: 54px;
		  line-height: 21px;
          font-size: 12px; } }
    .bd_v .file_wrap .line .wrap {
      display: inline-block;
      width: calc(100% - 75px);
      font-size: 16px;
      color: #999;
      line-height: 24px;
      vertical-align: top; }
      @media (max-width: 620px) {
        .bd_v .file_wrap .line .wrap {
          width: calc(100% - 54px);
          font-size: 12px;
		  line-height: 21px;} }

.bd_v .cont_wrap {
  padding: 25px 30px 200px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 1240px) {
    .bd_v .cont_wrap {
      padding: 25px 0 45px; } }
  @media (max-width: 620px) {
    .bd_v .cont_wrap {
      padding: 10px 0 20px; } }
  .bd_v .cont_wrap p {
    font-size: 16px;
    line-height: 150%;
    color: #666; }
    @media (max-width: 620px) {
      .bd_v .cont_wrap p {
        font-size: 12px; } }

.bd_v .btn_wrap {
  margin-top: 30px; }
  @media (max-width: 620px) {
    .bd_v .btn_wrap {
      margin-top: 15px; } }

.bd_v .nav_wrap {
  margin-top: 30px;
  border-top: 1px solid #ddd; }
  @media (max-width: 620px) {
    .bd_v .nav_wrap {
      margin-top: 15px; } }
  .bd_v .nav_wrap th {
    width: 170px;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #111;
    text-align: left;
    background-color: #f9f9f9; }
    @media (max-width: 620px) {
      .bd_v .nav_wrap th {
        width: 72px;
        padding: 15px 0 15px 10px;
        font-size: 12px; } }
  .bd_v .nav_wrap td {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #999; }
    @media (max-width: 620px) {
      .bd_v .nav_wrap td {
        padding: 15px 10px 15px 10px;
        font-size: 12px; } }
    .bd_v .nav_wrap td a {
      color: #333; }
  .bd_v .nav_wrap .prev {
    position: relative; }
    .bd_v .nav_wrap .prev::after {
      content: '';
      position: absolute;
      right: 20px;
      top: calc(50% - 3px);
      width: 10px;
      height: 6px;
      background-image: url(../img/nav_ico.png); }
      @media (max-width: 620px) {
        .bd_v .nav_wrap .prev::after {
          right: 10px; } }
  .bd_v .nav_wrap .next {
    position: relative; }
    .bd_v .nav_wrap .next::after {
      content: '';
      position: absolute;
      right: 20px;
      top: calc(50% - 3px);
      transform: scaleY(-1);
      width: 10px;
      height: 6px;
      background-image: url(../img/nav_ico.png); }
      @media (max-width: 620px) {
        .bd_v .nav_wrap .next::after {
          right: 10px; } }

.bd_v .a_box {
  margin-top: 20px;
  padding: 35px;
  border: 5px solid #ddd; }
  @media (max-width: 1240px) {
    .bd_v .a_box {
      padding: 30px 35px 50px; } }
  @media (max-width: 620px) {
    .bd_v .a_box {
      margin-top: 10px;
      padding: 15px; } }
  .bd_v .a_box .t1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 150%;
    color: #111;
    font-weight: bold; }
    @media (max-width: 620px) {
      .bd_v .a_box .t1 {
        margin-bottom: 5px;
        font-size: 16px; } }
  .bd_v .a_box .t2 {
    font-size: 16px;
    line-height: 150%;
    color: #666; }
    @media (max-width: 620px) {
      .bd_v .a_box .t2 {
        font-size: 12px; } }

@media (max-width: 1240px) {
  .bd_v .a_box_nav .btn {
    display: block;
    margin: 0 auto; } }

@media (max-width: 1240px) {
  .bd_v .a_box_nav .btn + .btn {
    margin-top: 5px; } }

.bd_top .total {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666; }
  @media (max-width: 1119px) {
    .bd_top .total {
      display: none; } }

@media (max-width: 1119px) {
  .bd_top .sch {
    float: none;
    display: block;
    width: 100%; } }

.bd_top .sch .wrap {
  font-size: 0; }
  .bd_top .sch .wrap .sch_sel {
    display: inline-block;
    width: 150px;
    height: 50px;
    padding: 0 30px 0 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    background-position: calc(100% - 15px) 50%;
    background-image: url(../img/sch_sel.png);
    -webkit-background-size: 12px 10px;
    background-size: 12px 10px; }
    @media (max-width: 620px) {
      .bd_top .sch .wrap .sch_sel {
        display: block;
        width: 100%; } }
  .bd_top .sch .wrap .sch_inp {
    display: inline-block;
    width: 280px;
    height: 50px;
    padding: 0 15px;
    margin-left: 5px;
    vertical-align: top;
    color: #999; }
    .bd_top .sch .wrap .sch_inp::placeholder {
      color: #999; }
    @media (max-width: 1119px) {
      .bd_top .sch .wrap .sch_inp {
        width: calc(100% - 205px); } }
    @media (max-width: 620px) {
      .bd_top .sch .wrap .sch_inp {
        width: calc(100% - 50px);
        margin-left: 0;
        margin-top: 5px; } }
  .bd_top .sch .wrap .sch_btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-color: #111; }
    .bd_top .sch .wrap .sch_btn::after {
      display: block;
      width: 20px;
      height: 18px;
      margin: 0 auto;
      background-position: -78px -22px; }
    @media (max-width: 620px) {
      .bd_top .sch .wrap .sch_btn {
        margin-top: 5px; } }

.list {
  padding-top: 60px;
  border-top: 1px solid #000;
  overflow: hidden; }
  @media (max-width: 620px) {
    .list {
      padding-top: 30px; } }
  .list.bdtn {
    padding-top: 0;
    border-top: none; }
  @media (max-width: 620px) {
    .list.mt20 {
      margin-top: 10px; } }
  .list > ul {
    margin-right: -60px;
    margin-bottom: -65px;
    font-size: 0; }
    @media (max-width: 1240px) {
      .list > ul {
        margin-right: -40px; } }
    @media (max-width: 620px) {
      .list > ul {
        margin-right: 0;
        margin-bottom: -30px; } }
    .list > ul li {
      display: inline-block;
      width: calc(33.3334% - 60px);
      margin-right: 60px;
      margin-bottom: 65px;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .list > ul li {
          width: calc(50% - 40px);
          margin-right: 40px; } }
      @media (max-width: 620px) {
        .list > ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }

.list_style img {
  width: 100%; }

.list_style .t1 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  line-height: 100%; }
  @media (max-width: 620px) {
    .list_style .t1 {
      margin-top: 10px;
      font-size: 14px; } }

.list_style .t2 {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
  line-height: 150%; }
  @media (max-width: 620px) {
    .list_style .t2 {
      margin-top: 5px;
      font-size: 12px; } }

.pro_menu {
  overflow: hidden;
  margin-bottom: 40px; }
  .pro_menu > ul {
    margin-right: -5px;
    margin-bottom: -5px;
    font-size: 0; }
    .pro_menu > ul li {
      display: inline-block;
      width: calc(20% - 5px);
      height: 54px;
      margin-right: 5px;
      margin-bottom: 5px;
      vertical-align: top; }
      @media (max-width: 1240px) {
        .pro_menu > ul li {
          width: calc(33.3334% - 5px); } }
      .pro_menu > ul li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        line-height: 52px;
        text-align: center;
        font-size: 14px;
        color: #666; }
      .pro_menu > ul li.act a {
        border: 1px solid #0079bf !important;
        color: #fff;
        background-color: #0079bf !important; }

.pro_menu_sel {
  width: 100%;
  height: 50px;
  padding: 0 30px 0 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-position: calc(100% - 15px) 50%;
  background-image: url(../img/sch_sel.png);
  -webkit-background-size: 12px 10px;
  background-size: 12px 10px; }


.pro_menu_dep{margin-bottom: 20px;border-bottom: 1px solid #666;}
.pro_menu_dep > ul{display: flex;flex-wrap: wrap;gap: 0 30px;margin-top: -20px;}
.pro_menu_dep > ul > li{}
.pro_menu_dep > ul > li .t1{display: inline-block;padding: 20px 0;font-size: 14px;color: #666;}
.pro_menu_dep > ul > li.act .t1{position: relative;color: #0079bf;}
.pro_menu_dep > ul > li.act .t1::after{content: '';position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px;background-color: #0079bf;}






.v_tab_wrap{height: 60px;}
.v_tab_menu{width: 100%;height: 60px;background-color: #f2f2f2;}
.v_tab_menu.fix{position: fixed;left: 0;top: 0;z-index: 20;}
.v_tab_menu > ul{width: 1200px;margin: 0 auto;font-size: 0;}
.v_tab_menu > ul li{position: relative;display: inline-block;width: 20%;vertical-align: top;}
.v_tab_menu > ul li::after{display: none;content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background-color: #0079bf;}
.v_tab_menu > ul li .btn{display: block;width: 100%;height: 60px;line-height: 60px;font-size: 16px;color: #666;text-align: center;}
.v_tab_menu > ul li.act::after{display: block;}
.v_tab_menu > ul li.act .btn{color: #0079bf;}
@media (max-width: 1240px) {
	.v_tab_menu > ul{width: 100%;}
}
@media (max-width: 660px) {
	.v_tab_wrap{display: none;}
}

.v_pro_slide{width: 500px;}
.v_pro_slide .mask{overflow: hidden;width: 100%;}
.v_pro_slide .item .v_btn{display: block;width: 100%;height: 100%;}
.v_pro_slide img{width: 100%;}
.v_pro_slide .thum_wrap{position: relative;width: 100%;padding: 0 16px;}
.v_pro_slide .thum_wrap .thum_mask{overflow: hidden;width: 100%;}
.v_pro_slide .thum_wrap .thum_mask .thum_item{opacity: .5;border: 1px solid #333;text-align: center;}
.v_pro_slide .thum_wrap .thum_mask .thum_item.swiper-slide-thumb-active{opacity: 1;}
.v_pro_slide .thum_wrap .thum_mask .thum_item img{width: 100%;}
.v_pro_slide .thum_wrap .thum_mask .thum_item:hover{opacity: 1;}
.v_pro_slide .thum_wrap .prev{z-index: 10;position: absolute;left: 0;top: calc(50% - 8px);width: 8px;height: 15px;background-image: url(../img/v_slide_btn.png);}
.v_pro_slide .thum_wrap .next{z-index: 10;position: absolute;right: 0;top: calc(50% - 8px);width: 8px;height: 15px;background-image: url(../img/v_slide_btn.png);transform: scaleX(-1);}
@media (max-width: 1240px){
	.v_pro_slide{float: none;display: block;margin: 0 auto;}
}
@media (max-width: 620px){
	.v_pro_slide{width: 100%;}
	.v_pro_slide .thum_wrap{margin-top: 10px;}
}

.v_description{margin-top: 35px;}
.v_description p{font-size: 16px;line-height: 150%;}
@media (max-width: 620px) {
	.v_description{margin-top: 15px;}
	.v_description p{font-size: 12px;}
}

.v_tech+.v_tech{margin-top: 40px;}
.v_tech .tech_tit{margin-bottom: 20px;font-size: 20px;font-weight: 700;line-height: 110%;}
@media (max-width: 620px){
	.v_tech+.v_tech{margin-top: 20px;}
	.v_tech .tech_tit{margin-bottom: 8px;font-size: 16px;}
}


.tech_tb{border-top: 1px solid #000;}
.tech_tb tr{border-bottom: 1px solid #ddd;}
.tech_tb tr:nth-child(1){height: 56px;padding: 0 5px;font-size: 14px;line-height: 150%;color: #000;background-color: #fafafa;}
.tech_tb td{height: 60px;padding: 0 5px;font-size: 14px;line-height: 150%;text-align: center;}
.tech_tb td p{font-size: 14px;line-height: 150%;text-align: center;}
.tech_tb td+td{border-left: 1px solid #ddd;}

.tb_auto table{table-layout: auto;}

@media (max-width: 1240px){
	.tech_tb_scroll{overflow-x:scroll;}
	.tech_tb td{width: 200px;}
}
@media (max-width: 620px){
	.tech_tb td{height: 42px;font-size: 12px;}
	.tech_tb td p{font-size: 12px;}
	.tech_tb td{width: 150px;}

}

.v_accessories{position: relative;}
.v_accessories .mask{overflow: hidden;width: 100%;}
.v_accessories .prev{z-index: 10;position: absolute;left: -43px;top: calc(50% - 44px);width: 23px;height: 44px;background-image: url(../img/acc_slide_btn.png)}
.v_accessories .next{z-index: 10;position: absolute;right: -43px;top: calc(50% - 44px);width: 23px;height: 44px;background-image: url(../img/acc_slide_btn.png);transform: scaleX(-1);}
.v_accessories .item .v_btn{display: block;width: 100%;height: 100%;}
.v_accessories .item img{width: 100%;}
.v_accessories .item .t1{margin-top: 30px;font-size: 14px;line-height: 110%;color: #000;font-family: 'Montserrat','Noto Sans KR', sans-serif;font-weight: 500;text-align: left;}
.v_accessories .item .t2{margin-top: 10px;font-size: 12px;line-height: 150%;color: #666;font-family: 'Montserrat','Noto Sans KR', sans-serif;font-weight: 500;text-align: left;}
.v_accessories .progressbar{position: relative;width: 100%;height: 2px;margin-top: 40px;background-color: #ddd;}
.v_accessories .progressbar .swiper-pagination-progressbar-fill{background-color: #000;}
@media (max-width: 1320px){
	.v_accessories .prev,.v_accessories .next{display: none;}
}
@media (max-width: 620px){
	.v_accessories .item .t1{font-size: 12px;}
	.v_accessories .progressbar{margin-top: 20px;}
}


.v_download tr{border-bottom: 1px solid #ddd;}
.v_download td{padding: 14px 20px;font-size: 16px;color: #999;}
.v_download td a{color: #000;}
@media (max-width: 620px){
	.v_download td{padding: 7px 10px;font-size: 12px;}
}


.v_modal{display: none;overflow: auto;z-index: 50;position: fixed;left: 0;top: 0;width: 100%;height: 100%;padding: 100px 0;background-color: rgba(0,0,0,.5);}
.v_modal.db{display: block;}
.v_modal .modal_cont{position: relative;width: 1200px;margin: 0 auto;}
.v_modal .v_modal_slide{position: relative;}
.v_modal .v_modal_slide .mask{width: 769px;overflow: hidden;margin: 0 auto;}
.v_modal .v_modal_slide .item img{width: 100%;background-color: #fff;}
.v_modal .v_modal_slide .prev{position: absolute;left: 0;top: calc(50% - 48px);width: 50px;height: 95px;background-image: url(../img/v_modal_btn.png);}
.v_modal .v_modal_slide .next{position: absolute;right: 0;top: calc(50% - 48px);width: 50px;height: 95px;background-image: url(../img/v_modal_btn.png);transform: scaleX(-1);}
.v_modal .v_modal_slide .bullet{z-index: 10;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);text-align: center;font-size: 0;}
.v_modal .v_modal_slide .swiper-pagination-bullet{display: inline-block;width: 10px;height: 10px;vertical-align: top;background-color: #b2b2b2;}
.v_modal .v_modal_slide .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left: 10px;}
.v_modal .v_modal_slide .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #000;}
.v_modal .close_btn{z-index: 10;position: absolute;right: 0;top: 0;width: 37px;height: 37px;background-image: url(../img/v_modal_close.png);}
@media (max-width: 1240px){
	.v_modal{padding: 145px 0;}
	.v_modal .close_btn{position: static;float: right;margin-bottom: 40px;}
	.v_modal .modal_cont{width: calc(100% - 80px);}
	.v_modal .v_modal_slide .mask{width: 100%;}
	.v_modal .v_modal_slide .prev,.v_modal .v_modal_slide .next{display: none;}
}
@media (max-width: 620px){
	.v_modal{padding: 75px 0;}
	.v_modal .close_btn{margin-bottom: 20px;}
	.v_modal .modal_cont{width: calc(100% - 40px);}
}




.pro_view {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media (max-width: 620px) {
    .pro_view {
      padding-top: 25px;
      padding-bottom: 50px; } }
    @media (max-width: 1240px) {
      .pro_view .pro_top {
        padding-left: 0; } }
    @media (max-width: 1240px) {
      .pro_view .pro_top .img {
        float: none;
        display: block;
        margin: 0 auto; } }
    .pro_view .pro_top .txt {
      width: 600px;
      padding-top: 50px; }
      @media (max-width: 1240px) {
        .pro_view .pro_top .txt {
          float: none;
          display: block;
          width: 100%; } }
      @media (max-width: 620px) {
        .pro_view .pro_top .txt {
          padding-top: 30px; } }
      .pro_view .pro_top .txt .t1 {
        font-family: 'Montserrat','Noto Sans KR', sans-serif;
        font-weight: 900;
        font-size: 34px;
        color: #000;
        line-height: 150%; }
        @media (max-width: 620px) {
          .pro_view .pro_top .txt .t1 {
            font-size: 20px; } }
      .pro_view .pro_top .txt .t2 {
        margin-top: 3px;
        margin-bottom: 35px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        color: #666;
        line-height: 150%; }
        @media (max-width: 620px) {
          .pro_view .pro_top .txt .t2 {
            margin-top: 0;
            margin-bottom: 15px;
            padding-bottom: 15px;
            font-size: 16px; } }
      .pro_view .pro_top .txt .t3 p{
        font-size: 16px;
        line-height: 150%; }
        @media (max-width: 620px) {
          .pro_view .pro_top .txt .t3 p{
            font-size: 12px; } }
      .pro_view .pro_top .txt .btn_wrap {
        margin-top: 160px;
        text-align: left; }
        @media (max-width: 1240px) {
          .pro_view .pro_top .txt .btn_wrap {
            margin-top: 45px;
            text-align: center; } }
        @media (max-width: 620px) {
          .pro_view .pro_top .txt .btn_wrap {
            margin-top: 20px; } }
        .pro_view .pro_top .txt .btn_wrap .btn {
          text-align: center; }
  .pro_view .pro_tit {
    padding-top: 100px;
    padding-bottom: 37px;
    border-bottom: 1px solid #000;
    font-family: 'Montserrat','Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    line-height: 100%; }
	.pro_view .pro_tit.bdn{border-bottom: none;}
    @media (max-width: 620px) {
      .pro_view .pro_tit {
        padding-top: 50px;
        padding-bottom: 17px;
        font-size: 20px; } }
    .pro_view .pro_tit::before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 22px;
      margin-right: 10px;
      margin-bottom: 4px;
      vertical-align: middle;
      background-image: url(../img/pro_tit.jpg); }
      @media (max-width: 620px) {
        .pro_view .pro_tit::before {
          height: 14px; } }
  .pro_view .img_cont {
    padding-top: 40px;
    text-align: center; }
    @media (max-width: 620px) {
      .pro_view .img_cont {
        padding-top: 20px; } }
  .pro_view .pro_v_tb {
    width: 50%; }
    @media (max-width: 1240px) {
      .pro_view .pro_v_tb {
        float: none;
        display: block;
        width: 100%; } }
    .pro_view .pro_v_tb th {
      width: 150px;
      padding: 0 20px;
      border-bottom: 1px solid #ddd;
      font-size: 16px;
      color: #000;
      text-align: left;
      line-height: 150%;
      background-color: #fafafa; }
      @media (max-width: 620px) {
        .pro_view .pro_v_tb th {
          width: 107px;
          padding: 0 10px;
          font-size: 12px; } }
    .pro_view .pro_v_tb td {
      padding: 15px 20px;
      border-bottom: 1px solid #ddd;
      font-size: 16px;
      line-height: 150%; }
      @media (max-width: 620px) {
        .pro_view .pro_v_tb td {
          padding: 11px 10px;
          font-size: 12px; } }

.bd {
  margin-top: 20px;
  border-top: 1px solid #333; }
  @media (max-width: 620px) {
    .bd {
      margin-top: 10px; } }
  .bd th {
    height: 60px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #111; }
  .bd .w120 {
    width: 120px; }
  .bd .w100 {
    width: 100px; }
	.bd tr{border-bottom: 1px solid #ddd;}
  .bd td {
    padding: 17px 0;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 620px) {
      .bd td {
        padding: 10px 0;
        font-size: 12px; } }
  .bd .tit {
    text-align: left; }
    @media (max-width: 620px) {
      .bd .tit.bg {
        background-color: #e5f1f8; } }
    .bd .tit .line {
      font-size: 0; }
      .bd .tit .line .t1 {
        font-size: 16px;
        line-height: 150%;
        vertical-align: middle; }
        @media (max-width: 620px) {
          .bd .tit .line .t1 {
            font-size: 12px;
            line-height: 100%; } }
        .bd .tit .line .t1::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 12px;
          margin: 0 13px 2px;
          vertical-align: middle;
          background-color: #ddd; }
          @media (max-width: 620px) {
            .bd .tit .line .t1::after {
              height: 9px;
              margin: 0 7px 2px; } }
        .bd .tit .line .t1:last-child::after {
          display: none; }
  @media (max-width: 620px) {
    .bd .lock_tit {
      position: relative;
      padding-left: 20px; } }
  .bd .lock_tit .lock {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: left; }
    @media (max-width: 620px) {
      .bd .lock_tit .lock {
        font-size: 12px; } }
    .bd .lock_tit .lock::before {
      display: inline-block;
      width: 12px;
      height: 13px;
      margin-right: 10px;
      margin-bottom: 2px;
      vertical-align: middle;
      background-position: -84px -2px; }
      @media (max-width: 620px) {
        .bd .lock_tit .lock::before {
          position: absolute;
          left: 0;
          top: calc(50% - 7px);
          margin-right: 0;
          margin-bottom: 0; } }

.pw_modal {
  display: none;
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0; }
  .pw_modal.db {
    display: block; }
  .pw_modal .modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 435px;
    padding: 50px;
    margin: 0 auto;
    border: 1px solid #333;
    text-align: center;
    background-color: #fff; }
    @media (max-width: 620px) {
      .pw_modal .modal {
        width: calc(100% - 40px);
        padding: 50px 20px; } }
    .pw_modal .modal .t1 {
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: bold;
      line-height: 100%; }
      @media (max-width: 620px) {
        .pw_modal .modal .t1 {
          margin-bottom: 10px; } }
    .pw_modal .modal .t2 {
      font-size: 16px; }
      @media (max-width: 620px) {
        .pw_modal .modal .t2 {
          display: block;
          font-size: 12px;
          line-height: 150%; } }
    .pw_modal .modal .wrap {
      margin-top: 25px;
      font-size: 0; }
      @media (max-width: 620px) {
        .pw_modal .modal .wrap {
          margin-top: 10px; } }
      .pw_modal .modal .wrap .pw_inp {
        display: inline-block;
        width: calc(100% - 50px);
        height: 50px;
        vertical-align: top; }
      .pw_modal .modal .wrap .pw_s {
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: top;
        background-color: #111; }
        .pw_modal .modal .wrap .pw_s::after {
          display: block;
          width: 20px;
          height: 18px;
          margin: 0 auto;
          background-position: -78px -22px; }
    .pw_modal .modal .close_btn {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 18px;
      height: 18px;
      background-position: -69px -55px; }

.index_main {
  position: relative;
  height: 970px; }
  @media (max-width: 620px) {
    .index_main {
      height: 430px; } }
  .index_main .mask {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .index_main .item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; }
    .index_main .item .txt {
      padding-top: 420px;
      text-align: center; }
      @media (max-width: 620px) {
        .index_main .item .txt {
          padding-top: 163px; } }
      .index_main .item .txt .t1 {
        font-size: 60px;
        color: #fff;
        line-height: 120%; }
        @media (max-width: 620px) {
          .index_main .item .txt .t1 {
            font-size: 30px; } }
      .index_main .item .txt .t2 {
        font-size: 30px;
        color: #fff;
        line-height: 150%; }
        @media (max-width: 620px) {
          .index_main .item .txt .t2 {
            margin-top: 7px;
            font-size: 20px;
            line-height: 140%; } }
  .index_main .prev {
    left: 50px;}
  .index_main .next {
    right: 50px;
		transform: scaleX(-1)}
  .index_main .btn_style {
    z-index: 10;
    position: absolute;
    top: calc(50% - 20px);
    font-size: 20px;
		width: 40px;height: 80px;
		background-image: url(../img/main_slide_btn.png);
		background-size: cover;
		background-repeat: no-repeat;}
  .index_main .bullet {
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 57px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0; }
    @media (max-width: 620px) {
      .index_main .bullet {
        bottom: 25px; } }
    .index_main .bullet .swiper-pagination-bullet {
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      vertical-align: middle;
      background-color: #fff; }
      .index_main .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 36px; }
    .index_main .bullet .swiper-pagination-bullet-active {
      position: relative;
      width: 18px;
      height: 18px;
      border: 4px solid rgba(255, 255, 255, 0.3);
      background-color: transparent; }
      .index_main .bullet .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        left: -4px;
        top: -4px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 4px solid rgba(255, 255, 255, 0);
        transform: rotate(-45deg);
        border-top: 4px solid #fff;
        animation: spin 3.3s linear; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(-360deg); } }

.index_bg {
  background-image: url(../img/index_bg.png);
  background-repeat: no-repeat;
  background-position: left top; }
  @media (max-width: 1240px) {
    .index_bg {
      background-size: 337px 589px; } }
  @media (max-width: 620px) {
    .index_bg {
      background-size: 220px 383px; } }

.index_video {
  padding: 95px 100px 0; }
  @media (max-width: 1240px) {
    .index_video {
      padding: 95px 0 0; } }
  @media (max-width: 620px) {
    .index_video {
      padding-top: 50px; } }
  .index_video .t1 {
    margin-bottom: 45px;
    font-family: 'Montserrat','Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%; }
    @media (max-width: 620px) {
      .index_video .t1 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 160%; } }

.index_more {
  margin-top: 2px;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 18px; }
  @media (max-width: 620px) {
    .index_more {
      display: block;
      height: 20px;
      margin-top: 0;
      font-size: 14px;
      line-height: 20px; } }
  .index_more::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    background-position: -68px -22px; }
  .index_more:hover {
    color: #0079bf; }
    .index_more:hover::after {
      background-position: -68px -38px; }

.index_result {
  padding-top: 150px;
  padding-bottom: 100px; }
  @media (max-width: 620px) {
    .index_result {
      padding-top: 73px;
      padding-bottom: 50px; } }
  .index_result .sub_tit {
    margin-bottom: 0; }
  .index_result .list_style .t2 {
    margin-top: 10px; }
    @media (max-width: 620px) {
      .index_result .list_style .t2 {
        margin-top: 5px; } }
  .index_result .list_style:hover .t1, .index_result .list_style:hover .t2 {
    text-decoration: underline; }
  .index_result .result_slide {
    margin-top: 40px;
    padding-left: calc(50% - 600px); }
    @media (max-width: 1240px) {
      .index_result .result_slide {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 620px) {
      .index_result .result_slide {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px; } }
    .index_result .result_slide .mask {
      width: 100%;
      overflow: hidden; }
    .index_result .result_slide .progressbar {
      position: relative;
      width: 1200px;
      height: 2px;
      margin-top: 40px;
      background-color: #ddd; }
      @media (max-width: 1240px) {
        .index_result .result_slide .progressbar {
          width: 100%; } }
      @media (max-width: 620px) {
        .index_result .result_slide .progressbar {
          margin-top: 20px; } }
      .index_result .result_slide .progressbar .swiper-pagination-progressbar-fill {
        background-color: #000; }

.tov2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.index_notice {
  padding: 100px 0;
  background-color: #f7f7f7; }
  @media (max-width: 620px) {
    .index_notice {
      padding: 50px 0 20px; } }
  .index_notice .sub_tit {
    margin-bottom: 0; }
  .index_notice .notice_slide {
    margin-top: 70px; }
    @media (max-width: 620px) {
      .index_notice .notice_slide {
        margin-top: 30px; } }
    .index_notice .notice_slide .mask {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .index_notice .notice_slide .mask::before {
        z-index: 10;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #f7f7f7; }
        @media (max-width: 1240px) {
          .index_notice .notice_slide .mask::before {
            display: none; } }
      @media (max-width: 620px) {
        .index_notice .notice_slide .mask {
          margin-left: 0; } }
    .index_notice .notice_slide .item {
      position: relative;
      padding: 0 30px; }
      @media (max-width: 1240px) {
        .index_notice .notice_slide .item {
          padding: 0; } }
      .index_notice .notice_slide .item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #eee; }
        @media (max-width: 1240px) {
          .index_notice .notice_slide .item::before {
            left: -35px; } }
        @media (max-width: 620px) {
          .index_notice .notice_slide .item::before {
            display: none; } }
      .index_notice .notice_slide .item:first-child::before {
        display: none; }
      .index_notice .notice_slide .item .t1 {
        font-size: 18px;
        line-height: 150%;
        color: #000;
        }
        @media (max-width: 620px) {
          .index_notice .notice_slide .item .t1 {
            font-size: 14px; } }
      .index_notice .notice_slide .item .t2 {
        margin: 10px 0 15px;
        font-size: 12px;
        color: #666;
        line-height: 150%; }
        @media (max-width: 620px) {
          .index_notice .notice_slide .item .t2 {
            margin: 2px 0 7px; } }
      .index_notice .notice_slide .item .t3 {
        font-size: 12px;
        color: #666;
        line-height: 100%; }
      .index_notice .notice_slide .item:hover .t1, .index_notice .notice_slide .item:hover .t2, .index_notice .notice_slide .item:hover .t3 {
        color: #0079bf; }
    .index_notice .notice_slide .bullet {
      margin-top: 40px;
      font-size: 0;
      text-align: center; }
      @media (max-width: 620px) {
        .index_notice .notice_slide .bullet {
          margin-top: 25px; } }
      .index_notice .notice_slide .bullet .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd; }
        .index_notice .notice_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
          margin-left: 10px; }
      .index_notice .notice_slide .bullet .swiper-pagination-bullet-active {
        background-color: #0079bf !important; }

.index_instagram {
  padding: 100px 0;
  background-color: #222; }
  @media (max-width: 620px) {
    .index_instagram {
      padding: 50px 0 20px; } }
  .index_instagram .sub_tit {
    margin-bottom: 0;
    color: #fff;
    text-align: center; }
  .index_instagram .insta_slide {
    margin-top: 40px; }
    @media (max-width: 620px) {
      .index_instagram .insta_slide {
        margin-top: 20px; } }
    .index_instagram .insta_slide .mask {
      width: 100%;
      overflow: hidden; }
    .index_instagram .insta_slide .item {
      position: relative; }
      .index_instagram .insta_slide .item img {
        width: 100%; }
      .index_instagram .insta_slide .item .hover_box {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5); }
        .index_instagram .insta_slide .item .hover_box .txt {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          text-align: center; }
          .index_instagram .insta_slide .item .hover_box .txt .t1 {
            font-size: 18px;
            line-height: 100%;
            color: #fff; }
          .index_instagram .insta_slide .item .hover_box .txt .t2 {
            margin-top: 12px;
            font-size: 12px;
            line-height: 150%;
            color: #fff; }
      .index_instagram .insta_slide .item:hover .hover_box {
        display: block; }
    .index_instagram .insta_slide .bullet {
      margin-top: 40px;
      font-size: 0;
      text-align: center; }
      @media (max-width: 620px) {
        .index_instagram .insta_slide .bullet {
          margin-top: 25px; } }
      .index_instagram .insta_slide .bullet .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd; }
        .index_instagram .insta_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
          margin-left: 10px; }
      .index_instagram .insta_slide .bullet .swiper-pagination-bullet-active {
        background-color: #0079bf !important; }

.foo {
  width: 100%;
  padding: 47px 0;
  background-color: #000; }
  @media (max-width: 620px) {
    .foo {
      padding: 26px 0; } }
	.foo .info_wrap{font-size: 0;}
	.foo .info_wrap .t1+.t1{margin-left: 7px;}
  .foo .t1 {
    font-size: 14px;
    line-height: 150%;
    color: #fff; }
    @media (max-width: 620px) {
      .foo .t1 {
        font-size: 12px;text-align: center;} }
  .foo .foo_info {
    font-size: 0; }
    .foo .foo_info .line {
      display: inline-block;
      height: auto;
      font-size: 0; }
      .foo .foo_info .line .t1.line_none::after {
        display: none; }
      .foo .foo_info .line .t1::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 11px;
        margin: 0 10px 4px;
        vertical-align: middle;
        background-color: #fff; }
        @media (max-width: 620px) {
					.foo .info_wrap{text-align: center;}
          .foo .foo_info .line .t1::after {
            height: 9px;
            margin: 0 8px 2px; } }
  .foo .copy {
    margin-top: 5px; }
    @media (max-width: 620px) {
      .foo .copy {
        margin-top: 0; } }
	.foo .sns_line{font-size: 0;}
	.foo .sns_line .sns{display: inline-block;width: 30px;height: 30px;vertical-align: top;background-size: cover;background-repeat: no-repeat;}
	.foo .sns_line .sns+.sns{margin-left: 5px;}
	.foo .sns_line .sns.fb{background-image: url(../img/sns_fb.png);}
	.foo .sns_line .sns.insta{background-image: url(../img/sns_insta.png);}
	.foo .sns_line .sns.blog{background-image: url(../img/sns_blog.png);}
	@media (max-width: 1240px){
		.foo .sns_line{float: left;width: 100%;margin-top: 10px;}
	}
	@media (max-width: 620px){
		.foo .sns_line{text-align: center;}
	}




.write_btn{display: block;width: 236px;height: 54px;line-height: 54px;margin: 30px auto 0;text-align: center;color: #fff;font-size: 18px;background-color: #0079bf;}
.js_more_btn.dn{display: none;}


@media (max-width: 620px) {
	.write_btn{margin-top: 15px;font-size: 14px;}
}


.index_nav{display: flex;gap: 4px;margin-top: 5px;font-size: 0;}
.index_nav .box{position: relative;width: calc(50% - 2px);height: 400px;}
.index_nav .box .bg{object-fit: cover;width: 100%;height: 100%;}
.index_nav .box .txt_box{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;padding: 0 20px;text-align: center;}
.index_nav .box .txt_box .t1{font-size: 34px;color: #fff;line-height: 110%;font-weight: 700;font-family: 'Montserrat','Noto Sans KR', sans-serif;}
.index_nav .box .txt_box .more{display: block;width: 120px;height: 30px;margin: 20px auto 0;border: 1px solid #fff;line-height: 28px;font-weight: 600;color: #fff;font-family: 'Montserrat','Noto Sans KR', sans-serif;background-color: transparent;}

@media (max-width: 1240px){
	.index_nav{flex-direction: column;}
	.index_nav .box{width: 100%;height: auto;}

}

@media (max-width: 620px){
	.index_nav .box .txt_box .t1{font-size: 18px;}
	.index_nav .box .txt_box .more{margin-top: 10px;font-size: 12px;}
}


.index_tit{padding-top: 120px;}
.index_bd_slide{position: relative;}
.index_bd_slide .mask{width: 100%;overflow: hidden;}
.index_bd_slide .item .img{border: 1px solid #ddd;}
.index_bd_slide .item .img img{width: 100%;}
.index_bd_slide .item .t1{margin-top: 15px;font-size: 12px;color: #666;line-height: 150%;font-family: 'Montserrat','Noto Sans KR', sans-serif;}
.index_bd_slide .item .t2{margin-top: 5px;font-size: 16px;color: #000;line-height: 150%;}
.index_bd_slide .item:hover .t1{text-decoration: underline;}
.index_bd_slide .item:hover .t2{text-decoration: underline;}
.index_bd_slide .btn_line{margin-top: 55px;font-size: 0;}
.index_bd_slide .btn_line .btn{display: inline-block;vertical-align: top;font-size: 0;}
.index_bd_slide .btn_line .btn::after{content:'';display: inline-block;width: 14px;height: 10px;background-image: url(../img/index_bd_btn.png);}
.index_bd_slide .btn_line .prev{margin-left: 8px;padding-right: 8px;border-right: 1px solid #ddd;}
.index_bd_slide .btn_line .next{margin-right: 28px;padding-left: 8px;}
.index_bd_slide .btn_line .next::after{transform: scaleX(-1);}
.index_bd_slide .btn_line .progressbar{display: inline-block;width: calc(100% - 81px);height: 1px;margin-top: 5px;vertical-align: top;background-color: #ddd;}
.index_bd_slide .btn_line .progressbar .swiper-pagination-progressbar-fill{background-color: #000;}
.index_vdo{padding-bottom: 130px;}



@media (max-width: 1240px){
	.index_tit{padding-top: 100px;}

}

@media (max-width: 620px){
	.index_tit{padding-top: 50px;}
	.index_bd_slide .item .t1{margin-top: 10px;}
	.index_bd_slide .item .t2{margin-top: 5px;font-size: 14px;}
	.index_bd_slide .btn_line{margin-top: 25px;}
	.index_vdo{padding-bottom: 65px;}

}









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