@charset "UTF-8";
.c1 {
  color: #ee343f !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c8 {
  color: #888;
}

.c9 {
  color: #999;
}

.fcf {
  color: #fff;
}

.lh150p{line-height: 150%;}

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", "Montserrat";
  line-height: 180%;
  font-weight: 300;
}
@media (max-width: 620px) {
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  form,
  fieldset,
  p,
  button,
  pre {
    line-height: 130%;
  }
}

td,
th {
  padding: 0;
  font-family: "Noto Sans KR", "Montserrat";
  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", "Montserrat";
  font-size: 12px;
  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% - 20px) 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", "Montserrat";
}

sup {
  font-size: 0.5%;
}

.montserrat,
#header .hd_top .gnb > ul > li,
.nav_wrap .nav .lang li,
.nav_wrap .nav .nav_menu_box > ul > li .nav_menu,
.sub_box .s_top .s_tit,
.sub_box .s_top .s_txt,
.sub .sub_tit_box .t1,
.sub .sub_tit_box .t2,
.chk_type_box .type .txt.en,
.faq_lst ul li .faq_btn .ico,
.prod_view .prod_top .prod_intro .btn_box .btn .ico1,
.prod_view .related_prod .related_mask .item .txt,
.business .slide_box .bg_txt,
.prod_list_wrap .pord_list .res_lst li .t1,
.history .history_lst > li .y_txt,
.design_philosophy .design_lst li .txt_box .t2,
.design_philosophy .step_lst ul li .t1,
.ci .ci_con .color_lst li .color_txt,
.terms .con_tit,
.index_wrap .sect .view_more,
.index_wrap .sect .side_nav ul li .txt,
.index_wrap .story .txt_box .t1,
.index_wrap .story .txt_box .more,
.index_wrap .intro .intro_lst li .txt_box .t2,
.index_wrap .company .info_lst li .txt_box .t3,
.index_wrap .news .media .media_mask .item .img .date,
.index_wrap .news .notice .notice_list li a .t2,
.index_wrap .news .notice .sns_box ul li .ico,
#footer .f_top .f_link li,
#footer .f_top .top_btn,
#footer .f_bottom .addr .t2,
#footer .f_bottom .copy {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz30 {
  font-size: 30px;
}

.fz34 {
  font-size: 34px;
}

.fz40 {
  font-size: 40px;
}

.fz60 {
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz20 {
    font-size: 18px;
  }
  .fz22 {
    font-size: 18px;
  }
  .fz24 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 24px;
  }
  .fz34 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 60px;
  }
  div,
  p,
  th,
  td {
    font-size: 14px;
  }
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 14px;
  }
  .fz24 {
    font-size: 16px;
  }
  .fz30 {
    font-size: 18px;
  }
  .fz34 {
    font-size: 18px;
  }
  .fz40 {
    font-size: 20px;
  }
  .fz60 {
    font-size: 30px;
  }
  div,
  p,
  th,
  td {
    font-size: 14px;
  }
}

.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; */
/* 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: 60px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .page_num {
    margin-top: 30px;
  }
}
.page_num a {
  display: inline-block;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  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: #333;
}
.page_num .page {
  text-indent: -9999px;
  border: 1px solid #ddd;
  line-height: 38px;
}
.page_num .first {
  background: url(../img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(../img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  margin-right: 20px;
  background: url(../img/init/page_left.png) 50% 50% no-repeat;
}
@media (max-width: 620px) {
  .page_num .l {
    margin-right: 10px;
  }
}
.page_num .r {
  margin-left: 20px;
  background: url(../img/init/page_right.png) 50% 50% no-repeat;
}
@media (max-width: 620px) {
  .page_num .r {
    margin-left: 10px;
  }
}

.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: 417px 338px;
}

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

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

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

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    width: 90%;
  }
}

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

@media screen and (max-width: 1720px) {
  .db1720 {
    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;
  }
  .dn1720 {
    display: none !important;
  }
}

@media screen and (max-width: 1520px) {
  .dn1520 {
    display: none !important;
  }
}

@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: #ee343f;
  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 #ee343f;
  color: #ee343f;
}

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

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

.sys_wrap {
  padding: 50px 0 100px;
}
.sys_wrap .ffd {
  font-family: "돋움";
}
.sys_wrap .sys_path {
  color: #888;
  text-align: center;
}
.sys_wrap .sys_path span::before {
  content: ">";
  margin: 0 5px;
}
.sys_wrap .sys_path span:first-child::before {
  display: none;
}
.sys_wrap .sys_h2 {
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center;
}
.sys_wrap .sys_h3 {
  font-weight: 500;
}
.sys_wrap .sys_bgi {
  background-image: url(../img/init/shop_ico.png);
}
.sys_wrap .sys_bgi_b::before {
  content: "";
  background-image: url(../img/init/shop_ico.png);
}
.sys_wrap .sys_bgi_a::after {
  content: "";
  background-image: url(../img/init/shop_ico.png);
}
.sys_wrap .sys_cart_wrap {
  padding-top: 50px;
  border-top: 2px solid #333;
}
.sys_wrap .sys_cart_wrap .cart_lst {
  width: 750px;
  max-width: 100%;
}
.sys_wrap .sys_cart_wrap .cart_lst ul {
  border-top: 1px solid #333;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top {
  padding: 20px 0 30px;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .c {
  width: 90px;
  text-align: center;
}
@media (max-width: 991px) {
  .sys_wrap .sys_cart_wrap .cart_lst ul li .top .c {
    width: 60px;
  }
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .i {
  width: 130px;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .i .img {
  border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .sys_wrap .sys_cart_wrap .cart_lst ul li .top .i {
    width: 70px;
  }
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t {
  position: relative;
  width: auto;
  padding: 0 160px 0 30px;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .t1 {
  font-weight: 500;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .t2 {
  margin: 5px 0 20px;
  color: #666666;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .t3 {
  font-weight: 500;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .t3 del {
  margin-right: 10px;
  color: #999;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .lng {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 108px;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .lng .lng_inp {
  width: 50px;
  height: 30px;
  border: 1px solid #ddd;
  padding: 0;
  text-align: center;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .lng .lng_btn {
  width: 29px;
  height: 30px;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .lng .lng_btn.d {
  background-position: -20px 0;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .lng .lng_btn.u {
  background-position: -51px 0;
}
@media (max-width: 991px) {
  .sys_wrap .sys_cart_wrap .cart_lst ul li .top .t .lng {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .sys_wrap .sys_cart_wrap .cart_lst ul li .top .t {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .bottom {
  padding: 15px 20px;
  background-color: #f3f3f3;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .bottom .l {
  width: 150px;
}
.sys_wrap .sys_cart_wrap .cart_lst ul li .bottom .r {
  text-align: right;
}
.sys_wrap .sys_cart_wrap .cart_lst ul .empty_data {
  padding: 50px 0;
  text-align: center;
  color: #999;
}
.sys_wrap .sys_cart_wrap .cart_lst .btn_line {
  margin-top: 20px;
}
.sys_wrap .sys_cart_wrap .cart_lst .btn_line .cart_btn {
  display: inline-block;
  width: 116px;
  height: 45px;
  border: 1px solid #999;
  color: #666;
}
@media (max-width: 991px) {
  .sys_wrap .sys_cart_wrap .cart_lst .btn_line .cart_btn {
    width: 30%;
  }
}
@media (max-width: 1240px) {
  .sys_wrap .sys_cart_wrap .cart_lst .btn_line {
    padding: 0 20px;
  }
}
@media (max-width: 1240px) {
  .sys_wrap .sys_cart_wrap .cart_lst {
    padding-bottom: 50px;
  }
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box {
  padding: 30px 0 20px;
  border-top: 1px solid #333;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td {
  width: 25%;
  border: 1px solid #ddd;
  text-align: center;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td .pay_type_sel {
  display: block;
  width: 100%;
  padding: 15px 5px;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td .i1 {
  background-position: 0 -80px;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td .i2 {
  background-position: -25px -80px;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td .i3 {
  background-position: -50px -80px;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td .i4 {
  background-position: -75px -80px;
}
.sys_wrap
  .sys_cart_wrap
  .cart_lst
  .p_type_box
  table
  tr
  td
  input:checked
  ~ .pay_type_sel
  .i1 {
  background-position: 0 -105px;
}
.sys_wrap
  .sys_cart_wrap
  .cart_lst
  .p_type_box
  table
  tr
  td
  input:checked
  ~ .pay_type_sel
  .i2 {
  background-position: -25px -105px;
}
.sys_wrap
  .sys_cart_wrap
  .cart_lst
  .p_type_box
  table
  tr
  td
  input:checked
  ~ .pay_type_sel
  .i3 {
  background-position: -50px -105px;
}
.sys_wrap
  .sys_cart_wrap
  .cart_lst
  .p_type_box
  table
  tr
  td
  input:checked
  ~ .pay_type_sel
  .i4 {
  background-position: -75px -105px;
}
.sys_wrap .sys_cart_wrap .cart_lst .p_type_box table tr td input {
  position: absolute;
  left: -999px;
  display: block;
  width: 0px;
  height: 1px;
  opacity: 0;
}
.sys_wrap
  .sys_cart_wrap
  .cart_lst
  .p_type_box
  table
  tr
  td
  input:checked
  ~ .pay_type_sel {
  background-color: #ee343f !important;
  color: #fff;
}
.sys_wrap .sys_cart_wrap .cart_lst .ord_agree_box .pre_txt {
  overflow-y: scroll;
  height: 190px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 1px solid #333;
}
.sys_wrap .sys_cart_wrap .cart_lst .ord_agree_box .pre_txt pre {
  font-size: 12px;
  font-family: "돋움";
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_lst .ord_agree_box .ord_agree_p {
  margin-top: 10px;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_total {
  width: 400px;
  max-width: 100%;
  padding: 30px;
  border: 1px solid #aaa;
}
.sys_wrap .sys_cart_wrap .cart_total .t1 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
  font-weight: 500;
}
.sys_wrap .sys_cart_wrap .cart_total .pri_tb tr th {
  width: 120px;
  padding: 10px 0;
  text-align: left;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_total .pri_tb tr td {
  padding: 10px 0;
  text-align: right;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_total .pri_tb tr td .cart_pri {
  font-weight: 500;
  color: #333;
}
.sys_wrap .sys_cart_wrap .cart_total .total_pri_tb {
  padding: 20px 0 50px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.sys_wrap .sys_cart_wrap .cart_total .total_pri_tb table tr th {
  width: 120px;
  padding: 10px 0;
  text-align: left;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_total .total_pri_tb table tr td {
  padding: 10px 0;
  text-align: right;
  color: #666;
}
.sys_wrap .sys_cart_wrap .cart_total .total_pri_tb table tr td .cart_total_pri {
  font-weight: 500;
}
.sys_wrap .sys_cart_wrap .cart_total .cart_buy_line .cart_buy_btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.sys_wrap .sys_cart_wrap .cart_total .cart_buy_line .cart_buy_btn:first-child {
  margin-top: 0;
}
.sys_wrap .sys_cart_wrap .cart_total .cart_buy_line .cart_sel_order {
  background-color: #333;
}
.sys_wrap .sys_cart_wrap .cart_total .cart_buy_line .cart_all_order {
  background-color: #ee343f !important;
}
@media (max-width: 1240px) {
  .sys_wrap .sys_cart_wrap .cart_total {
    padding: 20px;
  }
}
.sys_wrap .sys_mem_find {
  padding: 70px 20px;
  border: 1px solid #ddd;
  border-top: 2px solid #333;
}
.sys_wrap .sys_mem_find .find_mem_box {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.sys_wrap .sys_mem_find .find_mem_box .tab {
  margin-bottom: 30px;
}
.sys_wrap .sys_mem_find .find_mem_box .tab ul {
  font-size: 0;
}
.sys_wrap .sys_mem_find .find_mem_box .tab ul li {
  display: inline-block;
  width: 50%;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
  background-color: #fafafa;
  text-align: center;
  color: #999;
}
.sys_wrap .sys_mem_find .find_mem_box .tab ul li a {
  display: block;
  width: 100%;
  padding: 10px;
}
.sys_wrap .sys_mem_find .find_mem_box .tab ul .act {
  border: 1px solid #333;
  border-bottom: 1px solid #fff;
  color: #333;
}
.sys_wrap .sys_mem_find .find_mem_box .inp_wrap .de_inp {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: "돋움";
}
.sys_wrap .sys_mem_find .find_mem_box .inp_wrap .find_mem_btn {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  color: #fff;
  background-color: #ee343f !important;
}
.sys_wrap .join_wrap .agree_box {
  overflow-y: scroll;
  height: 250px;
  margin: 20px 0 10px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 2px solid #333;
}
.sys_wrap .join_wrap .agree_box pre {
  font-size: 12px;
  font-family: "돋움";
  color: #666;
}
.sys_wrap .join_wrap .de_cki {
  color: #666;
}
@media (max-width: 1240px) {
  .sys_wrap .join_agree_box {
    padding: 0 20px;
  }
}
.sys_wrap .tb_l_inp table {
  border-top: 2px solid #333;
}
.sys_wrap .tb_l_inp table tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .tb_l_inp table tr th {
  width: 200px;
  padding: 7px 20px;
  text-align: left;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .sys_wrap .tb_l_inp table tr th {
    width: 130px;
  }
}
@media (max-width: 620px) {
  .sys_wrap .tb_l_inp table tr th {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    background-color: transparent;
  }
}
.sys_wrap .tb_l_inp table tr td {
  padding: 7px;
  color: #666;
}
.sys_wrap .tb_l_inp table tr td .inp_r_btn {
  display: inline-block;
  width: 100px;
  height: 45px;
  margin-left: 7px;
  border: 1px solid #999;
  font-size: 12px;
  font-family: "돋움";
  line-height: 43px;
  text-align: center;
  color: #666;
}
.sys_wrap .tb_l_inp table tr td .mr20 {
  margin-right: 20px;
}
.sys_wrap .tb_l_inp table tr td .ml5 {
  margin-left: 5px;
}
.sys_wrap .tb_l_inp table tr td .de_inp {
  font-size: 12px;
  font-family: "돋움";
}
.sys_wrap .tb_l_inp table tr td .line {
  margin-top: 10px;
}
.sys_wrap .tb_l_inp table tr td .line:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .sys_wrap .tb_l_inp table tr td .sys_w175 {
    width: calc(33.333% - 5px);
  }
  .sys_wrap .tb_l_inp table tr td .sys_w175.c {
    margin: 0 5px;
  }
  .sys_wrap .tb_l_inp table tr td .sys_w545 {
    width: 100%;
  }
  .sys_wrap .tb_l_inp table tr td .sys_w438 {
    width: calc(100% - 107px);
  }
}
@media (max-width: 620px) {
  .sys_wrap .tb_l_inp table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.sys_wrap .tb_l_inp table tr .tdpd {
  padding: 15px 7px;
}
@media (max-width: 620px) {
  .sys_wrap .tb_l_inp table tr .tdpd {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .sys_wrap .tb_l_inp table tr {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.sys_wrap .tb_l_inp table .dn2 {
  display: none;
}
.sys_wrap .tb_l_inp.bdn table {
  border-top: 1px solid #ddd;
}
.sys_wrap .sys_w438 {
  width: 438px;
}
.sys_wrap .sys_w545 {
  width: 545px;
}
.sys_wrap .sys_w345 {
  width: 345px;
}
.sys_wrap .sys_w175 {
  width: 175px;
}
.sys_wrap .sys_w185 {
  width: 185px;
}
.sys_wrap .sys_w175.c {
  margin: 0 10px;
}
.sys_wrap .de_inp {
  max-width: 100%;
}
.sys_wrap .r_btn_inp {
  width: calc(100% - 107px);
}
.sys_wrap .sys_w30p {
  width: calc(33.333% - 5px);
}
.sys_wrap .sys_w30p.c {
  margin: 0 5px;
}
.sys_wrap .join_comp {
  padding: 70px 20px;
  border: 1px solid #ddd;
  border-top: 2px solid #333;
  text-align: center;
}
.sys_wrap .join_comp .t1 {
  margin-bottom: 10px;
}
.sys_wrap .join_comp .t1::before {
  content: "";
  display: block;
  width: 150px;
  height: 110px;
  margin: 0 auto 30px;
  background-image: url(../img/init/shop_join_comp.png);
  background-repeat: no-repeat;
}
.sys_wrap .join_comp .t2 {
  color: #666;
}
.sys_wrap .join_comp .link {
  display: block;
  width: 250px;
  height: 60px;
  max-width: 100%;
  margin: 45px auto 0;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #ee343f !important;
}
.sys_wrap .mailto_wrap {
  padding-top: 50px;
  border-top: 2px solid #333;
}
.sys_wrap .mailto_wrap .cont {
  padding: 50px 20px;
  background-color: #fafafa;
  text-align: center;
}
.sys_wrap .mailto_wrap .cont .t1 {
  margin-bottom: 20px;
}
.sys_wrap .mailto_wrap .cont .t1::before {
  content: "";
  display: block;
  width: 110px;
  height: 101px;
  margin: 0 auto 40px;
  background-image: url(../img/init/mailto_ico.png);
  background-repeat: no-repeat;
}
.sys_wrap .my_page .my_tab {
  margin-bottom: 50px;
}
.sys_wrap .my_page .my_tab ul {
  font-size: 0;
}
.sys_wrap .my_page .my_tab ul li {
  display: inline-block;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
  text-align: center;
  color: #999;
  vertical-align: top;
  background-color: #fafafa;
}
.sys_wrap .my_page .my_tab ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.sys_wrap .my_page .my_tab ul .act {
  border: 1px solid #333;
  border-bottom: 1px solid #fff;
  color: #333;
  background-color: #fff;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .my_tab ul {
    display: none;
  }
}
.sys_wrap .my_page .my_tab .lng4 li {
  width: 25%;
}
.sys_wrap .my_page .my_tab .m_my_sel {
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .my_tab .m_my_sel {
    display: block;
  }
}
.sys_wrap .my_page .sys_my_level {
  color: #666;
}
.sys_wrap .my_page .sys_my_level .name {
  color: #111;
}
.sys_wrap .my_page .sys_my_level .lv {
  color: #ee3124;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .sys_my_level {
    padding: 0 20px;
  }
}
.sys_wrap .my_page .my_top_tb {
  margin: 10px 0 50px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.sys_wrap .my_page .my_top_tb table tr th {
  width: 100px;
  color: #666;
}
.sys_wrap .my_page .my_top_tb table tr th::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-bottom: 3px;
  margin-right: 15px;
  background-image: url(../img/init/my_arr_ico.jpg);
  background-size: cover;
}
.sys_wrap .my_page .my_top_tb table tr td {
  text-align: right;
  color: #666;
}
.sys_wrap .my_page .my_top_tb table tr td span {
  color: #333;
}
.sys_wrap .my_page .my_sns_tb {
  margin-bottom: 50px;
}
.sys_wrap .my_page .my_sns_tb table {
  border-top: 1px solid #333;
}
.sys_wrap .my_page .my_sns_tb table thead {
  background-color: #fafafa;
}
.sys_wrap .my_page .my_sns_tb table thead tr th {
  padding: 15px;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .my_sns_tb table thead {
    display: none;
  }
}
.sys_wrap .my_page .my_sns_tb table tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .my_page .my_sns_tb table tr th {
  padding: 10px;
}
.sys_wrap .my_page .my_sns_tb table tr .th1 {
  width: 190px;
}
.sys_wrap .my_page .my_sns_tb table tbody tr th {
  padding: 10px 10px 10px 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .my_sns_tb table tbody tr th {
    width: 150px;
    padding: 10px 0;
  }
}
.sys_wrap .my_page .my_sns_tb table tbody tr th::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.sys_wrap .my_page .my_sns_tb table tbody tr td {
  padding: 10px 20px 10px 0;
  color: #666;
}
.sys_wrap .my_page .my_sns_tb table tbody tr td .sns_btn {
  display: inline-block;
  width: 95px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #999;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
}
.sys_wrap .my_page .my_sns_tb table tbody tr td .sns_btn.act {
  background-color: #3d3d3d;
  color: #fff;
}
.sys_wrap .my_page .my_sns_tb table tbody tr td .sns_txt {
  display: inline-block;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .my_sns_tb table tbody tr td .sns_txt {
    display: block;
  }
}
.sys_wrap .my_page .my_sns_tb table tbody tr .sns_naver::before {
  background-position: -80px 0;
}
.sys_wrap .my_page .my_sns_tb table tbody tr .sns_kakao::before {
  background-position: -110px 0;
}
.sys_wrap .my_page .my_sns_tb table tbody tr .sns_facebook::before {
  background-position: -140px 0;
}
.sys_wrap .my_page .sys_mymain_ostate ul {
  margin-left: -10px;
  font-size: 0;
}
.sys_wrap .my_page .sys_mymain_ostate ul li {
  display: inline-block;
  width: calc(20% - 10px);
  height: 132px;
  margin-left: 10px;
  border: 2px solid #ddd;
  vertical-align: top;
  text-align: center;
}
.sys_wrap .my_page .sys_mymain_ostate ul li .t2 {
  color: #999;
}
.sys_wrap .my_page .sys_mymain_ostate ul li .act {
  color: #ee343f !important;
}
.sys_wrap .my_page .sys_mymain_ostate ul li table tr th {
  width: 70px;
  padding: 3px 0;
  color: #666;
  text-align: left;
}
.sys_wrap .my_page .sys_mymain_ostate ul li table tr th::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 15px;
  background-image: url(../img/init/my_arr_ico.jpg);
  background-size: cover;
}
.sys_wrap .my_page .sys_mymain_ostate ul li table tr td {
  padding: 3px 0;
  color: #666;
  text-align: right;
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_mymain_ostate ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
.sys_wrap .my_page .sys_mymain_ostate ul li:last-child {
  padding: 20px;
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_mymain_ostate ul li:last-child {
    width: calc(100% - 10px);
  }
}
.sys_wrap .my_page .ord_lst_tb table {
  border-top: 1px solid #333;
}
.sys_wrap .my_page .ord_lst_tb table tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .my_page .ord_lst_tb table thead {
  background-color: #fafafa;
}
.sys_wrap .my_page .ord_lst_tb table thead tr th {
  padding: 15px 0;
  text-align: center;
}
.sys_wrap .my_page .ord_lst_tb table thead tr .th1 {
  width: 180px;
}
.sys_wrap .my_page .ord_lst_tb table thead tr .th2 {
  width: auto;
}
.sys_wrap .my_page .ord_lst_tb table thead tr .th3 {
  width: 115px;
}
.sys_wrap .my_page .ord_lst_tb table thead tr .th4 {
  width: 130px;
}
.sys_wrap .my_page .ord_lst_tb table thead tr .th5 {
  width: 100px;
}
.sys_wrap .my_page .ord_lst_tb table thead tr .th6 {
  width: 115px;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .ord_lst_tb table thead {
    display: none;
  }
}
.sys_wrap .my_page .ord_lst_tb table tbody tr td {
  padding: 10px;
  text-align: center;
  color: #666;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .ord_lst_tb table tbody tr td {
    display: block;
    text-align: left;
    padding: 0;
  }
}
.sys_wrap .my_page .ord_lst_tb table tbody tr .tal {
  text-align: left;
}
.sys_wrap .my_page .ord_lst_tb table tbody tr .new_open_btn {
  color: #666;
  font-size: 14px;
}
.sys_wrap .my_page .ord_lst_tb table tbody tr .cancel_order {
  display: inline-block;
  width: 76px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: "돋움";
  font-size: 12px;
  background-color: #4a4a4a;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .ord_lst_tb table tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(1) {
    width: 100%;
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(1)::before {
    content: "주문번호 : ";
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(2) {
    width: 100%;
    margin: 5px 0;
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(3) {
    width: 100%;
    margin-bottom: 15px;
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(3)::before {
    content: "주문일자 : ";
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(4),
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(5),
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(6) {
    display: inline-block;
  }
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(4)::after,
  .sys_wrap .my_page .ord_lst_tb table tbody tr td:nth-child(5)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px 3px;
    background-color: #ddd;
    vertical-align: middle;
  }
}
.sys_wrap .my_page .sys_ordlst_search {
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #ddd;
}
.sys_wrap .my_page .sys_ordlst_search table tr th {
  width: 145px;
  padding: 10px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .sys_ordlst_search table tr th {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_ordlst_search table tr th {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}
.sys_wrap .my_page .sys_ordlst_search table tr td {
  padding: 10px 0;
}
.sys_wrap .my_page .sys_ordlst_search table tr td .period_c_btn {
  display: inline-block;
  width: 88px;
  height: 25px;
  margin-bottom: 5px;
  line-height: 25px;
  text-align: center;
  color: #666;
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_ordlst_search table tr td .period_c_btn {
    width: calc(50% - 5px);
  }
}
.sys_wrap .my_page .sys_ordlst_search table tr td .period_c_btn.act {
  color: #fff;
  background-color: #333;
}
.sys_wrap .my_page .sys_ordlst_search table tr td .sys_inp_date {
  width: 300px;
  max-width: 100%;
  height: 45px;
  border: 1px solid #ccc;
}
.sys_wrap .my_page .sys_ordlst_search table tr td .sys_inp_date .sys_date_p {
  float: left;
  width: calc(100% - 50px);
  height: 100%;
  border: none;
  color: #666;
}
.sys_wrap
  .my_page
  .sys_ordlst_search
  table
  tr
  td
  .sys_inp_date
  .ui-datepicker-trigger {
  float: right;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  margin-top: 11px;
  background-image: url(../img/init/shop_ico.png);
  background-position: -170px 0;
}
@media (max-width: 991px) {
  .sys_wrap .my_page .sys_ordlst_search table tr td .sys_inp_date {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_ordlst_search table tr td .sys_inp_date {
    width: 100%;
  }
}
.sys_wrap .my_page .sys_ordlst_search table tr td .sys_inp_date::after {
  content: "";
  display: block;
  clear: both;
}
.sys_wrap .my_page .sys_ordlst_search table tr td .space {
  display: inline-block;
  width: 26px;
  height: 45px;
  line-height: 45px;
  color: #666;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_ordlst_search table tr td .space {
    display: none;
  }
}
.sys_wrap .my_page .sys_ordlst_search table tr td .period_s_btn {
  display: inline-block;
  width: 50px;
  height: 45px;
  background-image: url(../img/init/ord_s_btn.jpg);
  background-repeat: no-repeat;
  background-color: #333;
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_ordlst_search table tr td .period_s_btn {
    display: block;
    width: 100%;
    background-position: 50% 0;
  }
}
@media (max-width: 767px) {
  .sys_wrap .my_page .sys_ordlst_search table tr td {
    display: block;
    width: 100%;
  }
}
.sys_wrap .my_page .my_pw_check {
  padding: 70px 20px;
  border: 1px solid #ddd;
  border-top: 2px solid #333;
  background-color: #fafafa;
  text-align: center;
}
.sys_wrap .my_page .my_pw_check .cont {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.sys_wrap .my_page .my_pw_check .cont .t2 {
  margin: 10px 0 40px;
  color: #666;
}
.sys_wrap .my_page .my_pw_check .cont .my_id_txt {
  margin-bottom: 20px;
  text-align: left;
}
.sys_wrap .my_page .my_pw_check .cont .sbm_btn {
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  color: #fff;
  background-color: #ee343f !important;
}
.sys_wrap .ord_comp_box {
  border-top: 2px solid #333;
  padding-top: 50px;
}
.sys_wrap .ord_comp_box .top {
  margin-bottom: 50px;
  padding: 50px 20px;
  border: 5px solid #ddd;
  text-align: center;
}
.sys_wrap .ord_comp_box .top .t2 {
  color: #666;
}
.sys_wrap .join_btnline {
  text-align: center;
}
.sys_wrap .join_btnline .btn {
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
@media (max-width: 620px) {
  .sys_wrap .join_btnline .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.sys_wrap .join_btnline .btn1 {
  background-color: #ee343f !important;
}
.sys_wrap .join_btnline .btn2 {
  background-color: #333;
}
@media (max-width: 1240px) {
  .sys_wrap .join_btnline {
    padding: 0 20px;
  }
}
.sys_wrap .agree_page {
  padding-top: 50px;
  border-top: 2px solid #333;
}
.sys_wrap .agree_page .cont {
  padding: 30px;
  background-color: #fafafa;
}
.sys_wrap .agree_page .cont pre {
  color: #666;
}
.sys_wrap .agree_page .cont pre .fz18 {
  color: #333;
}
.sys_wrap .login_box {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 2px solid #333;
}
.sys_wrap .login_box .login_h {
  width: 50%;
  padding: 70px 50px;
}
@media (max-width: 1240px) {
  .sys_wrap .login_box .login_h {
    display: block;
    width: 100%;
    padding: 70px 20px;
    border-left: none;
  }
}
.sys_wrap .login_box .l {
  border-right: 1px solid #ddd;
}
.sys_wrap .login_box .l .l_login_wrap {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.sys_wrap .login_box .l .l_login_wrap .login_tab {
  margin-bottom: 30px;
}
.sys_wrap .login_box .l .l_login_wrap .login_tab ul {
  font-size: 0;
}
.sys_wrap .login_box .l .l_login_wrap .login_tab ul li {
  display: inline-block;
  width: 50%;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
  background-color: #fafafa;
  text-align: center;
  color: #999;
}
.sys_wrap .login_box .l .l_login_wrap .login_tab ul .act {
  border: 1px solid #333;
  border-bottom: 1px solid #fff;
  color: #333;
  background-color: #fff;
}
.sys_wrap .login_box .l .l_login_wrap .de_inp {
  display: block;
  margin-bottom: 10px;
}
.sys_wrap .login_box .l .l_login_wrap .sbm_btn {
  display: block;
  width: 100%;
  height: 45px;
  margin: 30px 0 10px;
  text-align: center;
  color: #fff;
  background-color: #ee343f !important;
}
.sys_wrap .login_box .l .l_login_wrap .link {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  line-height: 43px;
  text-align: center;
}
.sys_wrap .login_box .l .l_login_wrap .cb .link {
  width: calc(50% - 5px);
}
@media (max-width: 1240px) {
  .sys_wrap .login_box .l {
    border-right: none;
  }
}
.sys_wrap .login_box .r {
  text-align: center;
}
.sys_wrap .login_box .r .t2 {
  margin-bottom: 50px;
  color: #666;
}
.sys_wrap .login_box .r .sns_login_lst {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.sys_wrap .login_box .r .sns_login_lst ul li {
  position: relative;
  margin-top: 10px;
  padding: 0 46px;
  background-repeat: no-repeat;
}
.sys_wrap .login_box .r .sns_login_lst ul li .btn {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.sys_wrap .login_box .r .sns_login_lst ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 46px;
  height: 45px;
}
.sys_wrap .login_box .r .sns_login_lst ul li:first-child {
  margin-top: 0;
}
.sys_wrap .login_box .r .sns_login_lst ul .kakao {
  background-color: #ffeb33;
}
.sys_wrap .login_box .r .sns_login_lst ul .kakao::before {
  background-position: -20px -30px;
}
.sys_wrap .login_box .r .sns_login_lst ul .facebook {
  background-color: #3b5998;
}
.sys_wrap .login_box .r .sns_login_lst ul .facebook::before {
  background-position: -66px -30px;
}
.sys_wrap .login_box .r .sns_login_lst ul .naver {
  background-color: #55b24d;
}
.sys_wrap .login_box .r .sns_login_lst ul .naver::before {
  background-position: -112px -30px;
}
.sys_wrap .login_box .r .sns_login_lst ul .facebook .btn,
.sys_wrap .login_box .r .sns_login_lst ul .naver .btn {
  color: #fff;
}
@media (max-width: 1240px) {
  .sys_wrap .login_box {
    display: block;
  }
}
@media (max-width: 991px) {
  .sys_wrap .p720 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sys_wrap .my_t {
  margin-bottom: 10px;
  font-weight: 500;
}
.sys_wrap .my_t .de_cki {
  margin-left: 20px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

/* 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;
}
@extend %dotum;
@extend %montserrat;
*/
.w_container {
  width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1720px) {
  .w_container {
    width: 90%;
  }
}

.vert_line .line::after {
  content: "";
  display: inline-block;
  width: 1px;
  vertical-align: middle;
}

.vert_line .line:last-child::after {
  display: none;
}

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

/* response ex

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

@include respond-to('d1720') {}
@include respond-to('d1000') {}
@include respond-to('d326') {}
@extend %dotum;
@extend %montserrat;
*/
@media (max-width: 620px) {
  #header {
    height: 62px;
  }
}

#header .hd_top {
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media (max-width: 620px) {
  #header .hd_top {
    height: 62px;
  }
}

#header .hd_top .logo {
  margin-top: 30px;
}
@media (max-width: 620px) {
  #header .hd_top .logo {
    width: 160px;
    margin-top: 23px;
  }
}
#header .hd_top .logo .logo1 {
  display: inline-block;
}
#header .hd_top .logo .logo2 {
  display: none;
}

#header .hd_top.fix .logo .logo1 {
  display: none;
}
#header .hd_top.fix .logo .logo2 {
  display: inline-block;
}

#header .hd_top .gnb {
  overflow: hidden;
  margin-left: 154px;
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;*/
}
#header .hd_top .gnb > ul {
  font-size: 0;
}
#header .hd_top .gnb > ul > li {
  display: inline-block;
  margin-right: 80px;
  color: #fff;
  font-weight: 600;
}
#header .hd_top .gnb > ul > li:last-child {
  margin-right: 0;
}
#header .hd_top .gnb > ul > li {
  padding: 32px 0;
}
#header .hd_top .gnb > ul > li > a {
  overflow: hidden;
  display: block;
  height: 25px;
}
#header .hd_top .gnb > ul > li span {
  display: block;
  transition: transform 0.45s ease;
}

#header .hd_top .gnb > ul > li .t2 {
  transform: translate(0%, 0%);
}
#header .hd_top .gnb > ul > li:hover .t1 {
  transform: translate(0%, -100%);
}
#header .hd_top .gnb > ul > li:hover .t2 {
  transform: translate(0%, -100%);
}

#header .hd_top .lang {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
#header .hd_top .lang li {
  display: inline-block;
  line-height: 88px;
  color: #999;
}
#header .hd_top .lang li::after {
  height: 13px;
  margin: -2px 10px 0;
  background-color: #666;
}
#header .hd_top .lang li.act {
  color: #fff;
}
#header .hd_top .hd_menu {
  z-index: 10;
  position: relative;
  top: -2px;
  display: none;
  overflow: hidden;
  width: 100%;
  /*min-height: 228px;*/
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.3);
}
#header .hd_top .hd_menu::after {
  content: "";
  position: absolute;
  right: 100px;
  bottom: -25px;
  width: 260px;
  height: 203px;
  background-image: url(../img/hd_menu_bg.png);
}
#header .hd_top .hd_menu .dep1 > .dep1_menu {
  display: none;
  z-index: 1;
  position: relative;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 {
  display: inline-flex;
  padding: 40px 0;
  font-size: 0;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li {
  display: inline-block;
  width: 170px;
  margin-left: -1px;
  padding: 0 20px;
  /*border-left: 1px solid #ddd;*/
  border-right: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  color: #111;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li:hover {
  color: #ee343f !important;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li:first-child {
  border-left: 0;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li:last-child {
  border-right: 0;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li > ul {
  margin-top: 20px;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li > ul > li {
  font-size: 14px;
  color: #666;
}
#header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li > ul > li:hover {
  color: #ee343f !important;
}
#header .hd_top .hd_menu .dep1 .dep1_menu.db {
  display: block;
}
#header .hd_top .hd_menu.db {
  display: block;
}
@media (max-width: 1720px) {
  #header .hd_top .nav_btn {
    display: block;
    width: 22px;
    height: 22px;
    margin-top: 33px;
    background-position: -226px -90px;
  }
}
@media (max-width: 1720px) and (max-width: 620px) {
  #header .hd_top .nav_btn {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  #header.in_hd .hd_top .nav_btn {
    background-position: -250px -114px;
  }
}
#header.in_hd {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
}
@media (max-width: 620px) {
  #header.in_hd {
    height: 62px;
  }
}
/*#header.in_hd .hd_top {position: fixed;background-color: #fff; }*/
#header.in_hd .hd_top.fix {
  position: fixed;
  background-color: #fff;
}
#header.in_hd .hd_top .gnb > ul > li {
  color: #fff;
}
#header.in_hd .hd_top.fix .gnb > ul > li {
  color: #111;
}
#header.in_hd .hd_top .lang li {
  color: #ddd;
}
#header.in_hd .hd_top .lang li.act {
  color: #fff;
}
#header.in_hd .hd_top.fix .lang li.act {
  color: #111;
}

#header.sub_hd .hd_top {
  position: absolute;
}
#header.sub_hd .hd_top .logo .logo1 {
  display: inline-block;
}
#header.sub_hd .hd_top .logo .logo2 {
  display: none;
}

#header.sub_hd .hd_top.fix {
  position: fixed;
  background-color: #fff;
}
#header.sub_hd .hd_top.fix .logo .logo1 {
  display: inline-block;
}
#header.sub_hd .hd_top.fix .logo .logo2 {
  display: none;
}

@media (max-width: 620px) {
  #header.sub_hd .hd_top.fix .logo .logo1 {
    display: none;
  }
  #header.sub_hd .hd_top.fix .logo .logo2 {
    display: inline-block;
  }
}

#header.sub_hd .hd_top.over {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header.sub_hd .hd_top.over .logo .logo1 {
  display: none;
}
#header.sub_hd .hd_top.over .logo .logo2 {
  display: inline-block;
}
#header.sub_hd .hd_top.over .gnb > ul > li {
  color: #111;
}
#header.sub_hd .hd_top.over .lang li {
  color: #ddd;
}
#header.sub_hd .hd_top.over .lang li.act {
  color: #111;
}

#header.in_hd .hd_top.over {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#header.in_hd .hd_top.over .logo .logo1 {
  display: none;
}
#header.in_hd .hd_top.over .logo .logo2 {
  display: inline-block;
}
#header.in_hd .hd_top.over .gnb > ul > li {
  color: #111;
}
#header.in_hd .hd_top.over .lang li {
  color: #ddd;
}
#header.in_hd .hd_top.over .lang li.act {
  color: #111;
}

#header.in_hd .hd_top.over .nav_btn {
  background-position: -226px -90px;
}

#header.trade_hd {
  position: relative;
}
#header.trade_hd .hd_top {
  position: absolute;
  border-bottom: 1px solid #ddd;
}
#header.trade_hd .hd_top .logo1 {
  display: none;
}
#header.trade_hd .hd_top .logo2 {
  display: inline-block;
}
#header.trade_hd .hd_top .gnb > ul > li {
  color: #111;
}
#header.trade_hd .hd_top .lang li {
  color: #ddd;
}
#header.trade_hd .hd_top .lang li.act {
  color: #111;
}

#header.trade_hd .hd_top.fix {
  position: fixed;
  background-color: #fff;
}

.nav_wrap {
  display: none;
}
.nav_wrap::after {
  content: "";
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.nav_wrap .nav {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  text-align: left;
  background-color: #fff;
}
.nav_wrap .nav .js_nav_close {
  position: absolute;
  top: 33px;
  right: -40px;
  width: 22px;
  height: 22px;
}
@media (max-width: 620px) {
  .nav_wrap .nav .js_nav_close {
    top: 20px;
    right: -32px;
  }
}
.nav_wrap .nav .lang {
  padding: 0 40px;
  font-size: 0;
}
@media (max-width: 620px) {
  .nav_wrap .nav .lang {
    padding: 0 20px;
  }
}
.nav_wrap .nav .lang li {
  display: inline-block;
  line-height: 84px;
  color: #ddd;
  font-weight: 600;
}
@media (max-width: 620px) {
  .nav_wrap .nav .lang li {
    line-height: 100%;
    padding: 20px 0;
  }
}
.nav_wrap .nav .lang li::after {
  height: 10px;
  margin: -2px 9px 0;
  background-color: #f7f7f7;
}
.nav_wrap .nav .lang li.act {
  color: #111;
}
.nav_wrap .nav .nav_menu_box > ul > li {
  border-bottom: 1px solid #ddd;
}
.nav_wrap .nav .nav_menu_box > ul > li .nav_menu {
  position: relative;
  width: 100%;
  padding: 0 40px;
  line-height: 102px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 620px) {
  .nav_wrap .nav .nav_menu_box > ul > li .nav_menu {
    padding: 0 20px;
    line-height: 64px;
  }
}
.nav_wrap .nav .nav_menu_box > ul > li .js_nav_menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url(../img/nav1.png);
}
@media (max-width: 620px) {
  .nav_wrap .nav .nav_menu_box > ul > li .js_nav_menu::after {
    right: 20px;
  }
}
.nav_wrap .nav .nav_menu_box > ul > li > ul {
  display: none;
  padding: 35px 40px;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .nav_wrap .nav .nav_menu_box > ul > li > ul {
    padding: 20px;
  }
}
.nav_wrap .nav .nav_menu_box > ul > li > ul > li {
  padding: 2px 0;
  color: #111;
}
.nav_wrap .nav .nav_menu_box > ul > li.act .js_nav_menu::after {
  background-image: url(../img/nav2.png);
}
.nav_wrap .nav .nav_menu_box > ul > li.act > ul {
  display: block;
}

.nav_wrap.db {
  display: block;
}

.sub_box {
  position: relative;
  width: 100%;
  height: 520px;
}
@media (max-width: 1240px) {
  .sub_box {
    height: 428px;
  }
}
@media (max-width: 620px) {
  .sub_box {
    height: 190px;
  }
}
.sub_box .s_top {
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.sub_box .s_top > .container {
  height: 100%;
}
.sub_box .s_top .s_tit {
  line-height: 100%;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 620px) {
  .sub_box .s_top .s_tit {
  }
}
.sub_box .s_top .s_txt {
  margin-top: 35px;
  line-height: 100%;
  color: #fff;
  font-weight: 300;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 620px) {
  .sub_box .s_top .s_txt {
    margin-top: 30px;
  }
}
.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 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1240px) {
  .sub_box .s_nav_box {
    background-color: transparent;
  }
}
.sub_box .s_nav_box .s_nav > ul {
  font-size: 0;
}
.sub_box .s_nav_box .s_nav > ul > li {
  position: relative;
  display: inline-block;
  width: 148px;
  line-height: 70px;
  color: #fff;
}
.sub_box .s_nav_box .s_nav > ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.sub_box .s_nav_box .s_nav > ul > li:last-child::after {
  display: none;
}
.sub_box .s_nav_box .s_nav > ul > li.act {
  background-color: #ee343f !important;
}
.sub_box .s_nav_box .dep1_sel {
  width: 100%;
  height: 70px;
  padding: 0 5%;
  border: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: calc(100% - 5%) 50%;
}
@media (max-width: 1240px) {
  .sub_box .s_nav_box .dep1_sel {
    display: block;
  }
}
@media (max-width: 620px) {
  .sub_box .s_nav_box .dep1_sel {
    height: 53px;
  }
}

@media (max-width: 620px) {
  .sub_menu {
    overflow-x: scroll;
  }
}

.sub_menu.prd_mb {
  margin-bottom: 50px;
}
.sub_menu .container {
  border-bottom: 1px solid #ddd;
}
.sub_menu .container > ul {
  /*overflow-y: scroll;*/
  width: auto;
  white-space: nowrap;
  padding: 15px 0;
  text-align: center;
  font-size: 0;
}
@media (max-width: 1240px) {
  .sub_menu .container > ul {
    text-align: left;
  }
}
@media (max-width: 620px) {
  .sub_menu .container > ul {
    padding: 10px 0;
  }
}
.sub_menu .container > ul > li {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 20px;
}
.sub_menu .container > ul > li.act {
  background-color: #111;
  color: #fff;
}
@media (max-width: 620px) {
  .sub_menu .container > .w1 {
    min-width: 354px;
  }
  .sub_menu .container > .w2 {
    min-width: 448px;
  }
}

.sub {
  padding: 100px 0;
}
@media (max-width: 620px) {
  .sub {
    padding: 50px 0;
  }
}
.sub .h4_tit {
  margin-top: 100px;
  line-height: 100%;
  font-weight: bold;
}
@media (max-width: 620px) {
  .sub .h4_tit {
    margin-top: 50px;
  }
}
.sub .sub_tit_box {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 620px) {
  .sub .sub_tit_box {
    margin-bottom: 25px;
  }
}
.sub .sub_tit_box > p {
  line-height: 100%;
}
.sub .sub_tit_box .tit {
  font-weight: bold;
  line-height: 100%;
}
.sub .sub_tit_box .t1 {
  margin-bottom: 35px;
  font-weight: bold;
  color: #ee343f !important;
}
.sub .sub_tit_box .t2 {
  margin-top: 18px;
  font-weight: 300;
}
.sub .sub_tit_box .t3 {
  margin-top: 30px;
  font-weight: 100;
  line-height: 150%;
}
@media (max-width: 620px) {
  .sub .sub_tit_box .t3 {
    margin-top: 20px;
  }
}
.sub .sub_tit_box .t3.mt0 {
  margin-top: 0;
}
.sub .sub_tit_box.tal {
  text-align: left;
}
.sub .tab_menu > ul {
  font-size: 0;
}
.sub .tab_menu > ul li {
  display: inline-block;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 1px solid #333;
  text-align: center;
  line-height: 60px;
  color: #999;
}
.sub .tab_menu > ul li:last-child {
  border-right: 1px solid #ddd;
}
.sub .tab_menu > ul > li.act {
  border: 1px solid #333;
  border-bottom: 0;
  color: #100d0d;
}
.sub .tab_menu > .li3 > li {
  width: 33.3%;
}
.sub .tab_menu > .li6 > li {
  width: 16.666%;
}
.sub .tab_menu .tab_menu_sel {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .sub .tab_menu .tab_menu_sel {
    display: block;
  }
}
.sub .tab_menu.mb50 {
  margin: 0 auto 50px;
}
@media (max-width: 620px) {
  .sub .tab_menu.mb50 {
    margin: 0 auto 25px;
  }
  .sub .tab_menu.mb50 .tab_menu_sel {
    height: 50px;
  }
}
@media (max-width: 1240px) {
  .sub .menu_sel {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
}

.chk_type_box {
  font-size: 0;
}
.chk_type_box .type {
  display: inline-block;
  margin-right: 30px;
}
.chk_type_box .type .box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  vertical-align: middle;
}
.chk_type_box .type .txt {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.chk_type_box .type .txt.en {
  font-weight: 300;
}
.chk_type_box .type.act .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #111;
}

.modal_wrap {
  display: none;
}
.modal_wrap .modal {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.patent_modal_wrap .modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 446px;
  background-color: transparent;
}
@media (max-width: 620px) {
  .patent_modal_wrap .modal {
    width: 90%;
  }
}
.patent_modal_wrap .modal .close_btn {
  position: absolute;
  top: -28px;
  right: 0;
  width: 18px;
  height: 18px;
  background-position: -256px -66px;
}
.patent_modal_wrap .modal .patent_con {
  max-width: 446px;
  border: 1px solid #000;
  text-align: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 620px) {
  .patent_modal_wrap .modal .patent_con {
    width: 100%;
  }
}
.patent_modal_wrap .modal .patent_con img {
  width: 100%;
}
.patent_modal_wrap .modal .patent_tit {
  position: absolute;
  bottom: -36px;
  left: 0;
  color: #fff;
}
@media (max-width: 620px) {
  .patent_modal_wrap .modal .patent_tit {
    bottom: -26px;
    font-size: 16px;
  }
}

.patent_modal_wrap::before {
  content: "";
  display: block;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.patent_modal_wrap.db {
  display: block;
}

.pw_chk_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 435px;
  padding: 50px 10px;
  border: 1px solid #111;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 620px) {
  .pw_chk_modal .modal {
    width: 90%;
    padding: 30px 20px;
  }
  .pw_chk_modal .modal .txt {
    margin-top: 5px;
  }
  .pw_chk_modal .modal .txt span {
    display: block;
  }
}
.pw_chk_modal .modal .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-position: -276px -66px;
}
.pw_chk_modal .modal .pw_form {
  margin-top: 20px;
  font-size: 0;
}
.pw_chk_modal .modal .pw_form .pw_inp {
  width: 285px;
  height: 50px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .pw_chk_modal .modal .pw_form .pw_inp {
    width: calc(100% - 50px);
  }
}
.pw_chk_modal .modal .pw_form .pw_btn {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #111;
}
.pw_chk_modal .modal .pw_form .pw_btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-position: -298px -66px;
}

.pw_chk_modal.db {
  display: block;
}

.map_info_modal {
  position: absolute;
  top: -140px;
  left: -61px;
}
.map_info_modal .modal {
  z-index: 10;
  position: static;
  transform: none;
  width: 280px;
  padding: 30px 15px;
  border: 3px solid #ddd;
  background-color: #fff;
}
.map_info_modal .modal .addr_txt {
  display: inline-block;
  min-height: 48px;
}
.map_info_modal .modal .num_txt {
  display: block;
}
.map_info_modal .modal .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/close_btn.png);
}

.map_info_modal.db {
  display: block;
}

@media (max-width: 620px) {
  .map_info_modal {
    top: -43px;
    left: -38px;
  }
  .map_info_modal .modal {
    width: 220px;
    padding: 25px 10px;
  }
  .map_info_modal .modal .tit_txt {
    text-align: center;
  }
}

.store .container {
  width: 1520px;
}
@media (max-width: 1520px) {
  .store .container {
    width: 90%;
  }
}

.store .sch_store {
  padding: 30px 0;
  font-size: 0;
  text-align: center;
  background-color: #fafafa;
}
@media (max-width: 1520px) {
  .store .sch_store {
    padding: 0 0 30px;
    background-color: #fff;
  }
}
@media (max-width: 620px) {
  .store .sch_store {
    padding: 0 0 15px;
  }
}
.store .sch_store .txt {
  display: inline-block;
  margin-right: 50px;
  color: #111;
}
.store .sch_store .line {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 1520px) {
  .store .sch_store .line:last-child {
    width: calc(100% - 310px);
  }
}
@media (max-width: 620px) {
  .store .sch_store .line {
    display: block;
    width: 100%;
  }
  .store .sch_store .line:last-child {
    width: 100%;
    margin-top: 5px;
  }
}
.store .sch_store .store_sel {
  width: 150px;
  height: 50px;
  margin-right: 5px;
}
@media (max-width: 620px) {
  .store .sch_store .store_sel {
    width: calc(50% - 5px / 2);
    margin-right: 5px;
  }
  .store .sch_store .store_sel:last-child {
    margin-right: 0;
  }
}
.store .sch_store .store_inp {
  width: 280px;
  height: 50px;
  font-size: 14px;
}
.store .sch_store .store_inp::placeholder {
  color: #999;
}
@media (max-width: 1520px) {
  .store .sch_store .store_inp {
    width: calc(100% - 50px);
  }
}
.store .sch_store .sch_btn {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #111;
}
.store .sch_store .sch_btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-position: -298px -66px;
}

.store .store_box {
  width: 100%;
  border: 1px solid #ddd;
}
@media (max-width: 1520px) {
  .store .store_box {
    border: 0;
  }
}
.store .store_box .store_map {
  position: relative;
  width: 785px;
  height: 622px;
}
@media (max-width: 1520px) {
  .store .store_box .store_map {
    float: none;
    width: 100%;
    height: 508px;
  }
}
@media (max-width: 620px) {
  .store .store_box .store_map {
    height: 222px;
  }
}
.store .store_box .store_map img {
  width: 100%;
}
.store .store_box .list_box {
  width: 732px;
  padding: 30px 50px 46px 50px;
}
@media (max-width: 1520px) {
  .store .store_box .list_box {
    float: none;
    width: 100%;
    padding: 30px 0 0;
  }
}
@media (max-width: 620px) {
  .store .store_box .list_box {
    padding: 15px 0 0;
  }
}
.store .store_box .list_box .total {
  margin: 0 auto 30px;
  line-height: 100%;
}
@media (max-width: 620px) {
  .store .store_box .list_box .total {
    margin: 0 auto 15px;
  }
}
.store .store_box .list_box .store_list::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background-color: #eee;
}
.store .store_box .list_box .store_list::-webkit-scrollbar-thumb {
  background: #000;
}

.store .store_box .list_box .store_list {
  overflow-y: auto;
  width: 100%;
  height: 500px;
  padding-right: 50px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1520px) {
  .store .store_box .list_box .store_list {
    padding-right: 50px;
    border-bottom: 0;
  }
}
@media (max-width: 620px) {
  .store .store_box .list_box .store_list {
    height: 218px;
    padding-right: 10px;
  }
}
.store .store_box .list_box .store_list ul li {
  border-bottom: 1px solid #ddd;
}
.store .store_box .list_box .store_list ul li .store_btn {
  position: relative;
  width: 100%;
  padding: 24px 0;
  text-align: left;
}
@media (max-width: 620px) {
  .store .store_box .list_box .store_list ul li .store_btn {
    padding: 15px 0;
  }
}
.store .store_box .list_box .store_list ul li .store_btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 29px;
  height: 44px;
  margin-top: -22px;
  background-position: -322px -2px;
}
@media (max-width: 620px) {
  .store .store_box .list_box .store_list ul li .store_btn::after {
    display: none;
  }
}
.store .store_box .list_box .store_list ul li .vert_line .line {
  font-size: 14px;
  color: #666;
}
@media (max-width: 620px) {
  .store .store_box .list_box .store_list ul li .vert_line .line {
    font-size: 12px;
  }
}
.store .store_box .list_box .store_list ul li .vert_line .line::after {
  height: 11px;
  margin: -2px 11px 0;
  background-color: #ddd;
}
.store .store_box .list_box .store_list ul li:hover .name {
  color: #ee343f !important;
}
.store .store_box .list_box .store_list ul li.act .store_btn::after {
  background-position: -322px -48px;
}
.store .store_box .list_box .store_list ul li.act .name {
  color: #ee343f !important;
}

.total {
  margin-top: 10px;
}

.sch_form {
  font-size: 0;
}
@media (max-width: 1240px) {
  .sch_form {
    float: none;
    width: 100%;
  }
}
.sch_form .sch_sel {
  width: 150px;
  height: 50px;
}
@media (max-width: 620px) {
  .sch_form .sch_sel {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.sch_form .sch_inp {
  width: 280px;
  height: 50px;
  margin-left: 5px;
}
@media (max-width: 1240px) {
  .sch_form .sch_inp {
    width: calc(100% - 205px);
  }
}
@media (max-width: 620px) {
  .sch_form .sch_inp {
    width: calc(100% - 50px);
    margin-left: 0;
  }
}
.sch_form .sch_btn {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #111;
}
.sch_form .sch_btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-position: -298px -66px;
}

.board_list_tb {
  margin-top: 20px;
}
.board_list_tb .fw4 {
  font-weight: 400;
}
.board_list_tb table {
  border-top: 1px solid #333;
}
.board_list_tb table tr {
  border-bottom: 1px solid #ddd;
}
.board_list_tb table tr .w1 {
  width: 120px;
}
.board_list_tb table tr .w2 {
  width: auto;
}
.board_list_tb table tr th {
  padding: 17px 10px;
}
.board_list_tb table tr td {
  padding: 17px 10px;
  text-align: center;
  font-family: "Montserrat", "Noto Sans KR";
}
@media (max-width: 1240px) {
  .board_list_tb table tr td {
    padding: 41px 10px;
  }
}
@media (max-width: 620px) {
  .board_list_tb table tr td {
    padding: 12px 0;
  }
}
.board_list_tb table tr td .txt_box {
  text-align: left;
  font-size: 0;
}
.board_list_tb table tr td .txt_box .tit_box {
  width: 100%;
}
.board_list_tb table tr td .txt_box .tit_box .ico_tit {
  display: inline-block;
  max-width: calc(100% - 26px);
  text-align: left;
  vertical-align: middle;
}
.board_list_tb table tr td .txt_box .lock::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-left: 8px;
  vertical-align: middle;
  background-position: -292px -90px;
}
@media (max-width: 620px) {
  .board_list_tb table tr td .txt_box .lock::after {
    margin-top: -8px;
  }
}
.board_list_tb table tr td .txt_box .file::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url(../img/ico_file.jpg);
}
@media (max-width: 620px) {
  .board_list_tb table tr td .txt_box .file::after {
    margin-top: -3px;
  }
}
@media (max-width: 1240px) {
  .board_list_tb table tr td .txt_box .info_txt {
    display: block;
  }
}
.board_list_tb table tr td .txt_box .info_txt .line {
  font-size: 12px;
}
.board_list_tb table tr td .txt_box .info_txt .line::after {
  height: 9px;
  margin: -2px 7px 0;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .board_list_tb table tr td .txt_box .info_txt .line::after {
    margin: -2px 3px 0;
  }
}
.board_list_tb table tr td .txt_box.re {
  position: relative;
}
.board_list_tb table tr td .txt_box.re::before {
  content: "RE";
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #ee343f !important;
}
.board_list_tb table tr td .txt_box.re .tit_box {
  display: inline-block;
  width: calc(100% - 46px);
}
@media (max-width: 1240px) {
  .board_list_tb table tr td .txt_box.re {
    padding-left: 56px;
  }
  .board_list_tb table tr td .txt_box.re::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .board_list_tb table tr td .txt_box.re .tit_box {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .board_list_tb table tr td .txt_box.re {
    padding-left: 46px;
  }
}
@media (max-width: 620px) {
  .board_list_tb table tr.notice {
    background-color: #fdeaeb;
  }
}

.faq_lst {
  margin-top: 20px;
  border-top: 1px solid #333;
}
@media (max-width: 620px) {
  .faq_lst {
    margin-top: 10px;
  }
}
.faq_lst ul li {
  border-bottom: 1px solid #ddd;
}
.faq_lst ul li .faq_btn {
  position: relative;
  width: 100%;
  padding: 30px 50px 30px 20px;
  text-align: left;
}
@media (max-width: 620px) {
  .faq_lst ul li .faq_btn {
    padding: 15px 10px;
  }
}
.faq_lst ul li .faq_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-position: -353px -2px;
}
@media (max-width: 620px) {
  .faq_lst ul li .faq_btn::after {
    display: none;
  }
}
.faq_lst ul li .faq_btn .ico {
  display: inline-block;
  margin-top: 4px;
  margin-right: 20px;
  font-weight: 700;
  color: #ee343f !important;
  vertical-align: top;
}
@media (max-width: 620px) {
  .faq_lst ul li .faq_btn .ico {
    margin-right: 10px;
  }
}
.faq_lst ul li .faq_btn .txt {
  display: inline-block;
  width: calc(100% - 41px);
  vertical-align: top;
  line-height: 130%;
}
.faq_lst ul li .faq_box {
  display: none;
  padding: 0 20px 35px 20px;
}
@media (max-width: 620px) {
  .faq_lst ul li .faq_box {
    padding: 0 10px 20px 10px;
  }
}
.faq_lst ul li .faq_box p {
  font-weight: 100;
  font-size: 18px;
}

@media (max-width: 991px) {
  .faq_lst ul li .faq_box p {
    font-size: 16px;
  }
}

@media (max-width: 620px) {
  .faq_lst ul li .faq_box p {
    font-size: 14px;
  }
}

.faq_lst ul li.act .faq_btn {
  position: relative;
}
.faq_lst ul li.act .faq_btn::after {
  background-position: -353px -26px;
}
.faq_lst ul li.act {
  background-color: #fafafa;
}
.faq_lst ul li.act .faq_box {
  display: block;
  padding-top: 8px;
}

.img_board_list {
  margin-top: 30px;
}
@media (max-width: 1240px) {
  .img_board_list {
    margin-top: 20px;
  }
}
@media (max-width: 620px) {
  .img_board_list {
    margin-top: 10px;
  }
}
.img_board_list .res_lst {
  margin-bottom: -60px;
}
@media (max-width: 1240px) {
  .img_board_list .res_lst {
    margin-left: -40px;
  }
}
@media (max-width: 620px) {
  .img_board_list .res_lst {
    margin-bottom: -30px;
  }
}
.img_board_list .res_lst li {
  margin-bottom: 60px;
  vertical-align: top;
}
@media (max-width: 620px) {
  .img_board_list .res_lst li {
    margin-bottom: 30px;
  }
}
.img_board_list .res_lst li .img {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 620px) {
  .img_board_list .res_lst li .img {
    margin-bottom: 10px;
  }
}
.img_board_list .res_lst li .img img {
  width: 100%;
}
.img_board_list .res_lst li .img .js_patent_btn {
  display: block;
  width: 100%;
  height: 100%;
}
.img_board_list .res_lst li .tit {
  color: #111;
  line-height: 150%;
}
@media (max-width: 620px) {
  .img_board_list .res_lst.lng3 {
    margin-left: 0;
  }
}
@media (max-width: 1240px) {
  .img_board_list .res_lst.lng3 li {
    width: calc(100% / 2 - 40px);
    margin-left: 40px;
  }
}
@media (max-width: 620px) {
  .img_board_list .res_lst.lng3 li {
    width: 100%;
    margin-left: 0;
  }
}
.img_board_list .res_lst.lng3 li .img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background-color: #111;
}
@media (max-width: 1240px) {
  .img_board_list .res_lst.catalog {
    padding: 0 30px;
  }
}
@media (max-width: 620px) {
  .img_board_list .res_lst.catalog {
    margin-left: -10px;
    padding: 0;
  }
}
.img_board_list .res_lst.catalog li {
  text-align: center;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .img_board_list .res_lst.catalog li {
    width: calc(100% / 2 - 40px);
    margin-left: 40px;
  }
}
@media (max-width: 620px) {
  .img_board_list .res_lst.catalog li {
    width: calc(100% / 2 - 10px);
    margin-left: 10px;
  }
}
.img_board_list .res_lst.catalog li .img {
  border: 1px solid #ddd;
}
.img_board_list .res_lst.catalog li .img .ico {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-position: -114px -226px;
}
.img_board_list .res_lst.catalog li:hover .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.img_board_list .res_lst.catalog li:hover .img .ico {
  display: block;
}

.img_board_list .res_lst.catalog.hover_none li:hover .img::after{display: none;}
.img_board_list .res_lst.catalog.hover_none li:hover .img .ico{display: none;}



.as_intro {
  margin-bottom: 50px;
  padding: 50px 0;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .as_intro {
    margin-bottom: 25px;
    padding: 25px 0;
  }
}
.as_intro .t1 {
  margin-bottom: 15px;
}
.as_intro .t2 {
  line-height: 150%;
}
.as_intro .t3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .as_intro .t3 {
    margin-top: 15px;
  }
  .as_intro .t3 > span {
    display: block;
  }
}
.as_intro .t3 span {
  margin-right: 35px;
}
.as_intro .t3 span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .as_intro .t3 span {
    margin-right: 0;
  }
}
.as_intro .t4 {
  font-weight: 900;
}

.write_wrap .pre_box {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  margin: 30px auto 15px;
  border: 1px solid #ddd;
  padding: 20px;
}

.write_wrap .vert_tb {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .write_wrap .vert_tb {
    margin-top: 25px;
  }
}
.write_wrap .vert_tb table {
  margin-top: 15px;
  border-top: 1px solid #333;
}
@media (max-width: 767px) {
  .write_wrap .vert_tb table {
    border-bottom: 1px solid #ddd;
  }
}
.write_wrap .vert_tb table tr {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .write_wrap .vert_tb table tr {
    border-bottom: 0;
  }
  .write_wrap .vert_tb table tr:last-child td {
    padding-bottom: 20px;
  }
}
.write_wrap .vert_tb table tr th {
  width: 180px;
  padding: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .write_wrap .vert_tb table tr th {
    display: block;
    width: 100%;
    padding: 20px 0 8px;
  }
}
.write_wrap .vert_tb table tr .star::after {
  content: "*";
  display: inline-block;
  color: #ee343f !important;
}
.write_wrap .vert_tb table tr td {
  width: auto;
  padding: 7px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .write_wrap .vert_tb table tr td {
    padding: 7px 30px 7px 0;
  }
}
@media (max-width: 767px) {
  .write_wrap .vert_tb table tr td {
    display: block;
    padding: 0;
  }
}

.write_wrap .board_btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .write_wrap .board_btn {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .write_wrap .board_btn .btn {
    float: none;
    text-align: left;
  }
}

.inp_wrap .inp {
  height: 45px;
  padding: 0 20px;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
}
.inp_wrap .inp::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .inp_wrap .inp {
    padding: 0 15px;
    font-size: 12px;
  }
}

.inp_wrap .mail_inp {
  margin-right: 5px;
}

.inp_wrap .file_inp {
  padding: 0;
}

.inp_wrap textarea.inp {
  padding: 20px;
}

.inp_wrap .w150 {
  width: 150px;
}
@media (max-width: 767px) {
  .inp_wrap .w150 {
    width: 100%;
  }
}

.inp_wrap .w235 {
  width: 235px;
}
@media (max-width: 767px) {
  .inp_wrap .w235 {
    width: 100%;
  }
}

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

.inp_wrap .w100p {
  width: 100%;
}

.inp_wrap .h200 {
  height: 200px;
}

.inp_wrap .inp_txt {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

.inp_wrap .addr_line {
  font-size: 0;
}
.inp_wrap .addr_line .addr_btn {
  width: 80px;
  height: 45px;
  margin-left: 5px;
  border: 1px solid #666;
  color: #000;
}
@media (max-width: 1240px) {
  .inp_wrap .addr_line .addr_inp {
    display: block;
    width: 100%;
  }
  .inp_wrap .addr_line .addr_inp:last-child {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .inp_wrap .addr_line .inp.addr1 {
    width: calc(100% - 85px);
  }
}

.inp_wrap .inp_box {
  position: relative;
  border: 1px solid #ddd;
}
.inp_wrap .inp_box .date_inp {
  width: 100%;
  height: 100%;
  border: 0;
}
.inp_wrap .inp_box .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -11px;
}

@media (max-width: 991px) {
  .inp_wrap .pw_label {
    display: block;
    margin: 5px auto 0;
  }
}

@media (max-width: 767px) {
  .inp_wrap .m_inp {
    width: calc(50% - 17px / 2);
  }
  .inp_wrap .mail_inp {
    margin-right: 0;
  }
  .inp_wrap .mail_selecter {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .inp_wrap .ph_inp {
    width: calc(100% / 3 - 12px);
  }
}

.board_btn {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 767px) {
  .board_btn {
    float: none;
    margin-top: 25px;
    text-align: center;
  }
}
.board_btn .btn {
  display: inline-block;
  width: 130px;
  height: 50px;
  margin-left: 10px;
  text-align: left;
}
.board_btn .btn:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .board_btn .btn {
    margin-bottom: 10px;
  }
  .board_btn .btn:nth-child(3) {
    margin-left: 0;
  }
}
.board_btn .btn .ico {
  line-height: 48px;
  vertical-align: middle;
  font-size: 14px;
}
.board_btn .btn .ico::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.board_btn .btn .list {
  font-family: "Montserrat";
  font-weight: 400;
}
@media (max-width: 767px) {
  .board_btn .btn .ico {
    font-size: 12px;
  }
}
.board_btn .btn .answer::before {
  background-position: -226px -34px;
}
.board_btn .btn .del::before {
  background-position: -290px -34px;
}
.board_btn .btn .edit::before {
  background-position: -258px -34px;
}
.board_btn .btn .list::before {
  background-position: -226px -2px;
}
.board_btn .btn .write::before {
  background-position: -290px -2px;
}
.board_btn .btn_bd {
  border: 1px solid #999;
}
.board_btn .btn_bg {
  background-color: #ee343f !important;
}
.board_btn .btn_bg .ico {
  color: #fff;
}

.board_view .board_tit {
  padding: 30px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .board_view .board_tit {
    padding: 15px 0;
  }
}
.board_view .board_tit .tit {
  font-weight: bold;
  color: #000;
}
.board_view .board_tit .s_info span {
  display: inline-block;
  margin-right: 20px;
  font-family: "Montserrat", "Noto Sans KR";
}
.board_view .board_tit .s_info span:last-child {
  margin-right: 0;
}

.board_view .board_file {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .board_view .board_file {
    padding: 10px 15px;
  }
}
.board_view .board_file .t1 {
  margin-right: 20px;
  font-weight: bold;
  color: #111;
}
@media (max-width: 767px) {
  .board_view .board_file .t1 {
    margin-right: 10px;
  }
}
.board_view .board_file .file_box {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .board_view .board_file .file_box {
    margin-top: -2px;
  }
}
.board_view .board_file .file_box .t2 {
  display: block;
  color: #999;
}

.board_view .board_con {
  padding: 30px 20px 165px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .board_view .board_con {
    padding: 20px 0 102px;
  }
}

.board_view .board_nav {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.board_view .board_nav table tr {
  border-bottom: 1px solid #ddd;
}
.board_view .board_nav table tr th {
  width: 170px;
  padding: 17px 20px;
  text-align: left;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .board_view .board_nav table tr th {
    width: 74px;
    padding: 15px 10px;
  }
}
.board_view .board_nav table tr th .arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .board_view .board_nav table tr th .arrow::after {
    margin-left: 10px;
  }
}
.board_view .board_nav table tr th .arrow.p::after {
  background-position: -280px -90px;
}
.board_view .board_nav table tr th .arrow.n::after {
  background-position: -280px -102px;
}
.board_view .board_nav table tr td {
  width: auto;
}
.board_view .board_nav table tr td .t1 {
  width: 100%;
  display: inline-block;
  padding: 17px 20px;
}
@media (max-width: 767px) {
  .board_view .board_nav table tr td .t1 {
    padding: 15px 10px;
  }
}
.board_view .board_nav table tr td .t2 {
  padding: 17px 20px;
  color: #999;
}
@media (max-width: 767px) {
  .board_view .board_nav table tr td .t2 {
    padding: 15px 10px;
  }
}

.prod_view {
  margin-top: 70px;
}
.prod_view .prod_top {
  margin-bottom: 80px;
}
@media (max-width: 620px) {
  .prod_view {
    margin-top: 50px;
  }
  .prod_view .prod_top {
    margin-bottom: 40px;
  }
}
.prod_view .prod_top .prod_img {
  position: relative;
  width: 444px;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 1240px) {
  .prod_view .prod_top .prod_img {
    float: none;
    width: 100%;
  }
}
.prod_view .prod_top .prod_img .prod_mask {
  width: 100%;
  overflow: hidden;
}
.prod_view .prod_top .prod_img .prod_pager {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.prod_view .prod_top .prod_img .prod_pager .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: transparent;
  background-image: url(../img/zip_ico.png);
  background-size: 417px 338px;
  background-position: -377px -2px;
}
.prod_view .prod_top .prod_img .prod_pager .swiper-pagination-bullet-active {
  background-position: -377px -22px;
}
.prod_view .prod_top .prod_intro {
  width: 600px;
}
@media (max-width: 1240px) {
  .prod_view .prod_top .prod_intro {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 620px) {
  .prod_view .prod_top .prod_intro {
    margin-top: 25px;
  }
}
.prod_view .prod_top .prod_intro .tit_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .prod_view .prod_top .prod_intro .tit_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.prod_view .prod_top .prod_intro p {
  line-height: 150%;
}
.prod_view .prod_top .prod_intro .t1 {
  font-weight: 900;
  text-transform: uppercase;
}
.prod_view .prod_top .prod_intro .btn_box {
  margin-top: 100px;
  font-size: 0;
}
@media (max-width: 620px) {
  .prod_view .prod_top .prod_intro .btn_box {
    margin-top: 40px;
  }
}
.prod_view .prod_top .prod_intro .btn_box .btn {
  display: inline-block;
  width: 130px;
  height: 50px;
  vertical-align: middle;
  line-height: 48px;
}
.prod_view .prod_top .prod_intro .btn_box .btn .ico {
  font-size: 14px;
  vertical-align: middle;
}
.prod_view .prod_top .prod_intro .btn_box .btn .ico::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.prod_view .prod_top .prod_intro .btn_box .btn .ico1 {
  color: #000;
}
.prod_view .prod_top .prod_intro .btn_box .btn .ico1::before {
  background-position: -226px -2px;
}
.prod_view .prod_top .prod_intro .btn_box .btn .ico2 {
  color: #fff;
}
.prod_view .prod_top .prod_intro .btn_box .btn .ico2::before {
  background-position: -258px -2px;
}
.prod_view .prod_top .prod_intro .btn_box .btn_bd {
  margin-right: 10px;
  border: 1px solid #999;
}
.prod_view .prod_top .prod_intro .btn_box .btn_bg {
  background-color: #ee343f !important;
}

.prod_view .prod_bottom .prod_tab {
  position: relative;
  font-size: 0;
}
.prod_view .prod_bottom .prod_tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(100% - 340px);
  height: 1px;
  background-color: #333;
}
@media (max-width: 620px) {
  .prod_view .prod_bottom .prod_tab::after {
    display: none;
  }
}
.prod_view .prod_bottom .prod_tab li {
  display: inline-block;
  width: 170px;
  height: 60px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
  line-height: 58px;
  color: #999;
  text-align: center;
}
@media (max-width: 620px) {
  .prod_view .prod_bottom .prod_tab li {
    width: 50%;
    height: 50px;
    line-height: 48px;
  }
}
.prod_view .prod_bottom .prod_tab li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.prod_view .prod_bottom .prod_tab li.act {
  border: 1px solid #333;
  border-bottom: 0;
  color: #333;
}

.prod_view .prod_bottom .prod_view_con .prod_con {
  padding: 50px 0 80px;
}

.prod_view .prod_bottom .prod_view_con .prod_info .info_img {
  width: 444px;
  height: 444px;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 1240px) {
  .prod_view .prod_bottom .prod_view_con .prod_info .info_img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 620px) {
  .prod_view .prod_bottom .prod_view_con .prod_info .info_img {
    margin-bottom: 20px;
  }
}

.prod_view .prod_bottom .prod_view_con .prod_info .info_txt {
  width: 600px;
  height: 444px;
}
@media (max-width: 1240px) {
  .prod_view .prod_bottom .prod_view_con .prod_info .info_txt {
    float: none;
    width: 100%;
    height: auto;
  }
}
.prod_view .prod_bottom .prod_view_con .prod_info .info_txt .t1 {
  margin: 30px auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: 100;
}
.prod_view .prod_bottom .prod_view_con .prod_info .info_txt .t1:first-child {
  margin: 0 auto 10px;
}
@media (max-width: 620px) {
  .prod_view .prod_bottom .prod_view_con .prod_info .info_txt .t1 {
    margin: 20px auto 10px;
    padding-bottom: 8px;
  }
}

.prod_view .related_prod {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1240px) {
  .prod_view .related_prod::before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5%;
    height: 100%;
    background-color: #fff;
  }
}
.prod_view .related_prod .related_mask {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1240px) {
  .prod_view .related_prod .related_mask {
    overflow: visible;
  }
}
@media (max-width: 620px) {
  .prod_view .related_prod .related_mask {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.prod_view .related_prod .related_mask .item {
  text-align: center;
}
.prod_view .related_prod .related_mask .item .txt {
  margin-top: 10px;
  font-weight: 900;
}
.prod_view .related_prod .related_mask .related_bar {
  bottom: 1px;
  height: 2px;
  background: #eee;
}
.prod_view
  .related_prod
  .related_mask
  .related_bar
  .swiper-pagination-progressbar-fill {
  bottom: -1px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
}

.research {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .research .gall .btn_box.m {
    z-index: 20;
    position: absolute;
    bottom: 60px;
    left: 30px;
    display: block;
  }
}
@media (max-width: 1240px) and (max-width: 620px) {
  .research .gall .btn_box.m {
    bottom: 30px;
  }
}
.research .gall .btn_box .arrow {
  width: 13px;
  height: 22px;
}
.research .gall .btn_box .top_prev {
  margin-right: 30px;
  background-position: -226px -66px;
}
.research .gall .btn_box .top_next {
  background-position: -241px -66px;
}
.research .gall .gallery-top .item {
  opacity: 0.5;
}
@media (max-width: 1240px) {
  .research .gall .gallery-top .item .img {
    display: none;
  }
}
.research .gall .gallery-top .item .txt_box {
  display: none;
  z-index: 10;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  right: -351px;
  transform: translateY(-50%);
  width: 740px;
  padding: 60px;
  background-color: #ee343f !important;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1240px) {
  .research .gall .gallery-top .item .txt_box {
    position: static;
    transform: none;
    width: 110%;
    margin-top: -25px;
    padding: 30px 30px 125px;
  }
}
@media (max-width: 620px) {
  .research .gall .gallery-top .item .txt_box {
    padding-bottom: 76px;
  }
}
.research .gall .gallery-top .item .txt_box p {
  color: #fff;
}
.research .gall .gallery-top .item .txt_box .t2 {
  line-height: 120%;
  padding: 20px 0 30px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .research .gall .gallery-top .item .txt_box .t2 {
    padding: 5px 0 10px;
  }
}
.research .gall .gallery-top .item .txt_box .t3 {
  line-height: 150%;
}
.research .gall .gallery-top .item .txt_box .btn_box {
  margin-top: 40px;
}
.research .gall .gallery-top .item.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1240px) {
  .research .gall .gallery-top .item.swiper-slide-active .img {
    display: block;
  }
}
.research .gall .gallery-top .item.swiper-slide-active .txt_box {
  display: block;
}
.research .thumb {
  margin-top: 50px;
}
@media (max-width: 620px) {
  .research .thumb {
    position: relative;
    margin-top: 25px;
  }
}
.research .thumb .container {
  overflow: hidden;
  width: 1220px;
  padding: 10px;
}
@media (max-width: 1240px) {
  .research .thumb .container {
    width: 90%;
    padding: 10px 0;
  }
}
@media (max-width: 620px) {
  .research .thumb .container {
    overflow: visible;
  }
}
@media (max-width: 620px) {
  .research .thumb .gallery-thumbs {
    position: static;
  }
  .research .thumb .gallery-thumbs::before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5%;
    height: 100%;
    background-color: #fff;
  }
}
.research .thumb .gallery-thumbs .item {
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: gray;
}
.research .thumb .gallery-thumbs .item.swiper-slide-thumb-active {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.9);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.research .thumb .gallery-thumbs .item.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #ee343f !important;
}

.business .business_tab {
  font-size: 0;
  text-align: center;
}
.business .business_tab > li {
  display: inline-block;
  width: 170px;
  margin-left: -1px;
  line-height: 60px;
  border: 1px solid #ddd;
  color: #999;
}
.business .business_tab > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 620px) {
  .business .business_tab > li {
    width: 92px;
    line-height: 50px;
  }
}
.business .business_tab > li.act {
  color: #fff;
  background-color: #000;
}

.business .business_intro {
  margin: 80px auto;
}
@media (max-width: 1240px) {
  .business .business_intro {
    margin: 40px auto;
  }
}
.business .business_intro .img {
  width: 500px;
}
@media (max-width: 1240px) {
  .business .business_intro .img {
    float: none;
    width: auto;
    text-align: center;
  }
}
.business .business_intro .txt_box {
  width: 600px;
}
@media (max-width: 1240px) {
  .business .business_intro .txt_box {
    float: none;
    width: 100%;
  }
}
.business .business_intro .txt_box .tit_box {
  padding: 44px 0 40px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .business .business_intro .txt_box .tit_box {
    padding: 24px 0 20px;
  }
}
.business .business_intro .txt_box .tit_box > p {
  line-height: 150%;
}
.business .business_intro .txt_box .txt_lst {
  padding-top: 30px;
}
@media (max-width: 1240px) {
  .business .business_intro .txt_box .txt_lst {
    padding-top: 20px;
  }
}
.business .business_intro .txt_box .txt_lst > li {
  padding: 5px 0;
  color: #666;
  font-weight: 100;
  line-height: 140%;
}
.business .business_intro .txt_box .txt_lst > li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #ddd;
}
.business .business_intro .txt_box .txt_lst > li .txt {
  display: inline-block;
  width: calc(100% - 8px);
  vertical-align: top;
}
.business .business_intro .txt_box .txt_lst > li > ul > li {
  color: #666;
  font-weight: 100;
  line-height: 140%;
}

.business .slide_box {
  position: relative;
}
.business .slide_box .bg_txt {
  z-index: -1;
  position: absolute;
  right: 0;
  opacity: 0.05;
  line-height: 101px;
  font-size: 100px;
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 1240px) {
  .business .slide_box .bg_txt {
    z-index: -1;
    font-size: 80px;
    line-height: 86px;
  }
}
@media (max-width: 620px) {
  .business .slide_box .bg_txt {
    font-size: 40px;
    line-height: 66px;
  }
}
.business .slide_box .bg_txt.v1 {
  top: -126px;
}
@media (max-width: 1240px) {
  .business .slide_box .bg_txt.v1 {
    top: -67px;
  }
}
@media (max-width: 620px) {
  .business .slide_box .bg_txt.v1 {
    top: -23px;
  }
}
.business .slide_box .bg_txt.v2 {
  top: -187px;
}
@media (max-width: 1240px) {
  .business .slide_box .bg_txt.v2 {
    top: -156px;
  }
}
@media (max-width: 620px) {
  .business .slide_box .bg_txt.v2 {
    top: -80px;
    line-height: 44px;
  }
}
.business .slide_box .ovh {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 1px;
}
@media (max-width: 620px) {
  .business .slide_box .ovh {
    margin-top: 15px;
  }
}
.business .slide_box .ovh .container::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% / 2 - 600px);
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .business .slide_box .ovh .container::before {
    width: 5%;
  }
}
.business .slide_box .ovh .container .business_mask {
  width: 100%;
  padding-bottom: 45px;
}
@media (max-width: 620px) {
  .business .slide_box .ovh .container .business_mask {
    padding-bottom: 25px;
  }
}
.business .slide_box .ovh .container .business_mask .item {
  position: relative;
  width: auto;
  text-align: center;
}
.business .slide_box .ovh .container .business_mask .item .img img {
  width: 100%;
}
@media (max-width: 620px) {
  .business .slide_box .ovh .container .business_mask .item .img .m {
    display: inline-block;
  }
}
.business .slide_box .ovh .container .business_mask .item .txt {
  margin-top: 20px;
  font-family: "Montserrat", "Noto Sans KR";
  font-weight: 900;
}
.business .slide_box .ovh .container .business_mask .business_bar {
  z-index: 10;
  height: 2px;
  background-color: #ddd;
}
.business
  .slide_box
  .ovh
  .container
  .business_mask
  .business_bar
  .swiper-pagination-progressbar-fill {
  bottom: -1px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
}

.location .map {
  width: 100%;
  height: 480px;
}
@media (max-width: 620px) {
  .location .map {
    height: 210px;
  }
}

.location .map_txt {
  margin-top: 38px;
  line-height: 150%;
}
.location .map_txt span {
  display: inline-block;
  margin-left: 20px;
  color: #111;
}
.location .map_txt span:first-child {
  margin-left: 0;
  font-weight: 100;
}
@media (max-width: 620px) {
  .location .map_txt span:first-child {
    display: block;
  }
}
@media (max-width: 1240px) {
  .location .map_txt span {
    margin-left: 15px;
  }
  .location .map_txt span:last-child {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .location .map_txt span:nth-child(2) {
    margin-left: 0;
  }
}

.location .way_lst > li {
  padding-top: 100px;
}
@media (max-width: 620px) {
  .location .way_lst > li {
    padding-top: 50px;
  }
  .location .way_lst > li .t2 {
    margin-bottom: 15px;
  }
}
.location .way_lst > li .t1 {
  padding: 35px 0 20px;
  font-weight: 100;
}
@media (max-width: 620px) {
  .location .way_lst > li .t1 {
    padding: 18px 0 10px;
  }
}
.location .way_lst > li .s_way_lst > ul {
  border-top: 1px solid #ddd;
  font-size: 0;
}
.location .way_lst > li .s_way_lst > ul li {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
@media (max-width: 620px) {
  .location .way_lst > li .s_way_lst > ul li {
    padding: 10px 0;
  }
}
.location .way_lst > li .s_way_lst > ul li .way_t1 {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  font-weight: bold;
}
@media (max-width: 1240px) {
  .location .way_lst > li .s_way_lst > ul li .way_t1 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 100%;
  }
}
@media (max-width: 620px) {
  .location .way_lst > li .s_way_lst > ul li .way_t1 {
    margin-bottom: 5px;
  }
}
.location .way_lst > li .s_way_lst > ul li .way_t2 {
  display: inline-block;
  width: calc(100% - 180px);
  font-weight: 100;
}
@media (max-width: 1240px) {
  .location .way_lst > li .s_way_lst > ul li .way_t2 {
    display: block;
    width: 100%;
  }
}

.prod_list_wrap.prd_s_top {
  margin-top: 70px;
}
.prod_list_wrap .pord_list {
  margin-top: 30px;
}
@media (max-width: 620px) {
  .prod_list_wrap .pord_list {
    margin-top: 20px;
  }
}
.prod_list_wrap .pord_list .res_lst {
  margin-bottom: -60px;
}
@media (max-width: 1240px) {
  .prod_list_wrap .pord_list .res_lst {
    margin-left: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 620px) {
  .prod_list_wrap .pord_list .res_lst {
    margin-left: 0;
    margin-bottom: -20px;
  }
}
.prod_list_wrap .pord_list .res_lst li {
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 1240px) {
  .prod_list_wrap .pord_list .res_lst li {
    width: calc(100% / 2 - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .prod_list_wrap .pord_list .res_lst li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.prod_list_wrap .pord_list .res_lst li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.prod_list_wrap .pord_list .res_lst li .t1 {
  margin-top: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.prod_list_wrap .pord_list .res_lst li .t2 {
  font-weight: 100;
  color: #666;
}
.prod_list_wrap .pord_list .res_lst li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.prod_list_wrap .pord_list .res_lst li:hover > a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 5px solid #ee343f !important;
}

.award_wrap .award_lst {
  margin-top: 30px;
}
.award_wrap .award_lst .res_lst {
  margin-bottom: -60px;
}
@media (max-width: 1240px) {
  .award_wrap .award_lst .res_lst {
    margin-left: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 620px) {
  .award_wrap .award_lst .res_lst {
    margin-left: -10px;
    margin-bottom: -30px;
  }
}
.award_wrap .award_lst .res_lst li {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .award_wrap .award_lst .res_lst li {
    width: calc(100% / 2 - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .award_wrap .award_lst .res_lst li {
    width: calc(100% / 2 - 10px);
    margin-left: 10px;
    margin-bottom: 30px;
  }
}
.award_wrap .award_lst .res_lst li .img {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .award_wrap .award_lst .res_lst li .img {
    margin-bottom: 10px;
  }
}
.award_wrap .award_lst .res_lst li .t1 {
  margin-bottom: 10px;
  line-height: 150%;
  color: #111;
}
@media (max-width: 620px) {
  .award_wrap .award_lst .res_lst li .t1 {
    margin-bottom: 5px;
  }
}
.award_wrap .award_lst .res_lst li .t2 {
  line-height: 150%;
  color: #666;
}

.patent_wrap .patent_lst .res_lst {
  margin-bottom: -60px;
}
@media (max-width: 1240px) {
  .patent_wrap .patent_lst .res_lst {
    margin-left: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 620px) {
  .patent_wrap .patent_lst .res_lst {
    margin-left: -10px;
    margin-bottom: -30px;
  }
}
.patent_wrap .patent_lst .res_lst li {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .patent_wrap .patent_lst .res_lst li {
    width: calc(100% / 2 - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .patent_wrap .patent_lst .res_lst li {
    width: calc(100% / 2 - 10px);
    margin-left: 10px;
    margin-bottom: 30px;
  }
}
.patent_wrap .patent_lst .res_lst li .img {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.patent_wrap .patent_lst .res_lst li .t1 {
  color: #111;
}

.recruit .recruit_img {
  width: 1520px;
  height: 370px;
  margin: 0 auto;
  padding: 0 160px;
  text-align: center;
  background-image: url(../img/recruit.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (max-width: 1520px) {
  .recruit .recruit_img {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 620px) {
  .recruit .recruit_img {
    height: 164px;
  }
}

.recruit .ico_lst {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 1240px) {
  .recruit .ico_lst {
    margin-top: 0;
  }
}
.recruit .ico_lst li {
  display: inline-block;
  width: 50%;
  height: 330px;
  padding-top: 50px;
  text-align: center;
}
@media (max-width: 1240px) {
  .recruit .ico_lst li {
    display: block;
    width: 100%;
    height: 312px;
  }
}
@media (max-width: 620px) {
  .recruit .ico_lst li {
    padding-top: 25px;
    height: 248px;
  }
}
.recruit .ico_lst li:first-child {
  border-right: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .recruit .ico_lst li:first-child {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}
.recruit .ico_lst li .ico {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.recruit .ico_lst li .ico1 {
  background-position: -114px -2px;
}
.recruit .ico_lst li .ico2 {
  background-position: -114px -114px;
}
.recruit .ico_lst li .t1 {
  padding: 34px 0 20px;
}
@media (max-width: 1240px) {
  .recruit .ico_lst li .t1 {
    padding: 30px 0 15px;
  }
}
@media (max-width: 620px) {
  .recruit .ico_lst li .t1 {
    padding: 15px 0 5px;
  }
}

.img_lst::-webkit-scrollbar {
  width: 100%;
  height: 4px;
  background-color: #eee;
}
.img_lst::-webkit-scrollbar-thumb {
  height: 4px;
  background: #000;
  border-radius: 2px;
}

.history .history_lst > li {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 620px) {
  .history .history_lst > li {
    padding-top: 25px;
  }
}
.history .history_lst > li .y_txt {
  position: absolute;
  top: 50px;
  left: 0;
  font-weight: 900;
}
@media (max-width: 620px) {
  .history .history_lst > li .y_txt {
    position: static;
    margin-bottom: 20px;
  }
}
.history .history_lst > li .history_con {
  margin-left: 112px;
  border-bottom: 2px solid #eee;
}
@media (max-width: 1240px) {
  .history .history_lst > li .history_con {
    margin-left: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 620px) {
  .history .history_lst > li .history_con {
    padding-bottom: 10px;
  }
}
@media (max-width: 1240px) {
  .history .history_lst > li .history_con .lst {
    padding-left: 112px;
  }
}
@media (max-width: 620px) {
  .history .history_lst > li .history_con .lst {
    padding-left: 0;
  }
}
.history .history_lst > li .history_con .lst li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .history .history_lst > li .history_con .lst li .txt {
    display: inline-block;
    width: calc(100% - 11px);
    vertical-align: top;
    padding: 5px 0;
  }
}
@media (max-width: 1240px) {
  .history .history_lst > li .history_con .img_lst {
    overflow-x: scroll;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 620px) {
  .history .history_lst > li .history_con .img_lst {
    margin-top: 20px;
  }
}
.history .history_lst > li .history_con .img_lst > ul {
  font-size: 0;
  text-align: right;
}
@media (max-width: 620px) {
  .history .history_lst > li .history_con .img_lst > ul {
    text-align: left;
  }
}

.history .history_lst > li .history_con .img_lst > ul > li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.history .history_lst > li .history_con .img_lst > ul > li img {
  width: 100%;
}
@media (max-width: 1240px) {
  .history .history_lst > li .history_con .img_lst > ul > li {
    margin-bottom: 0;
  }
  .history .history_lst > li .history_con .img_lst > ul > li:first-child {
    margin-left: 0;
  }
}
.history .history_lst > li:first-child {
  padding-top: 0;
}
.history .history_lst > li:first-child .y_txt {
  top: 0;
}

.history .company_lst > li .history_con .lst {
  width: calc(100% - 480px);
}
@media (max-width: 1240px) {
  .history .company_lst > li .history_con .lst {
    float: none;
    width: 100%;
  }
}

.history .company_lst > li .history_con .img_lst {
  width: 480px;
}
.history .company_lst > li .history_con .img_lst.no_img {
  margin-bottom: 120px;
}
@media (max-width: 620px) {
  .history .company_lst > li .history_con .img_lst.no_img {
    margin-bottom: 0;
  }
}
@media (max-width: 1240px) {
  .history .company_lst > li .history_con .img_lst {
    overflow-x: auto;
    float: none;
    width: auto;
    white-space: nowrap;
  }
}
.history .company_lst > li .history_con .img_lst > ul > li {
  width: 150px;
  height: 150px;
}

.history .activity_lst {
  margin-top: 70px;
}
@media (max-width: 1240px) {
  .history .activity_lst {
    margin-top: 35px;
  }
}
.history .activity_lst > li .history_con .img_lst {
  overflow-x: auto;
  width: 100%;
  margin-top: 50px;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .history .activity_lst > li .history_con .img_lst {
    margin-top: 25px;
  }
}
.history .activity_lst > li .history_con .img_lst > ul > li {
  width: 265px;
  height: 182px;
}
.history .activity_lst > li:first-child {
  padding-top: 0;
}
.history .activity_lst > li:first-child .y_txt {
  top: 0;
}

.intro_company {
  position: relative;
  overflow: hidden;
}
.intro_company .sub_tit_box.bg {
  position: relative;
}
.intro_company .sub_tit_box.bg::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: -202px;
  transform: translateY(-50%);
  display: block;
  width: 903px;
  height: 711px;
  background-image: url(../img/ico_company.png);
}
.intro_company .bg_box {
  width: 1520px;
  height: 370px;
  margin: 0 auto;
  padding: 0 160px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (max-width: 1520px) {
  .intro_company .bg_box {
    width: 100%;
    padding: 0 5%;
  }
}
.intro_company .bg_box .txt {
  color: #fff;
  font-weight: 100;
  line-height: 150%;
}
.intro_company .bg_box1 {
  margin-bottom: 120px;
  background-image: url(../img/intro_company_bg1.jpg);
}
@media (max-width: 620px) {
  .intro_company .bg_box1 {
    margin-bottom: 60px;
  }
}
.intro_company .bg_box2 {
  margin-top: 120px;
  background-image: url(../img/intro_company_bg2.jpg);
}
@media (max-width: 620px) {
  .intro_company .bg_box2 {
    margin-top: 60px;
  }
}
.intro_company .point_lst {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 620px) {
  .intro_company .point_lst {
    margin-top: 0;
  }
}
.intro_company .point_lst li {
  display: inline-block;
  width: 300px;
  height: 195px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.intro_company .point_lst li:last-child {
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 1240px) {
  .intro_company .point_lst li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .intro_company .point_lst li:nth-child(2) {
    border-right: 0;
  }
  .intro_company .point_lst li:nth-child(3) {
    border-bottom: 0;
  }
}
@media (max-width: 620px) {
  .intro_company .point_lst li {
    width: 100%;
    height: 110px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  .intro_company .point_lst li:nth-child(3) {
    border-bottom: 1px solid #ddd;
  }
}
.intro_company .point_lst li .t1 {
  font-weight: 100;
}
.intro_company .point_lst li .t1::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 20px auto;
  border-radius: 50%;
  background-color: #ee343f !important;
}
@media (max-width: 620px) {
  .intro_company .point_lst li .t1::after {
    margin: 10px auto;
  }
}

.design_philosophy .design_lst {
  margin-bottom: 120px;
}
@media (max-width: 620px) {
  .design_philosophy .design_lst {
    margin-bottom: 60px;
  }
}
.design_philosophy .design_lst li {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
@media (max-width: 620px) {
  .design_philosophy .design_lst li {
    padding: 25px 0;
  }
}
.design_philosophy .design_lst li:first-child {
  border-top: 1px solid #ddd;
}
.design_philosophy .design_lst li .ico {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 50px;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .design_philosophy .design_lst li .ico {
    display: block;
    margin: 0 auto;
  }
}
.design_philosophy .design_lst li .ico1 {
  background-position: -2px -2px;
}
.design_philosophy .design_lst li .ico2 {
  background-position: -2px -115px;
}
.design_philosophy .design_lst li .ico3 {
  background-position: -2px -226px;
}
.design_philosophy .design_lst li .txt_box {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: middle;
}
@media (max-width: 620px) {
  .design_philosophy .design_lst li .txt_box {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.design_philosophy .design_lst li .txt_box .t1 {
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .design_philosophy .design_lst li .txt_box .t1 {
    margin-bottom: 10px;
  }
}
.design_philosophy .design_lst li .txt_box .t2 {
  font-weight: 100;
}
@media (max-width: 620px) {
  .design_philosophy .design_lst li .txt_box .t2 {
    display: block;
  }
}
.design_philosophy .design_lst li .txt_box .t3 {
  line-height: 160%;
  font-weight: 100;
  color: #666;
}
.design_philosophy .design_lst li .txt_box .t3:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -5px;
  margin-right: 5px;
  background-color: #ddd;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .design_philosophy .design_lst li .txt_box .t3 {
    line-height: 150%;
  }
}

.design_philosophy .vision {
  width: 100%;
  height: 482px;
  background-image: url(../img/design_philosophy.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.design_philosophy .vision .container {
  height: 100%;
  text-align: center;
}
.design_philosophy .vision .container p,
.design_philosophy .vision .container span {
  color: #fff;
}
.design_philosophy .vision .container .t1 {
  border-bottom: 1px solid #fff;
  line-height: 100%;
}
.design_philosophy .vision .container .t2 {
  padding: 25px 0 48px;
  line-height: 100%;
}
@media (max-width: 1240px) {
  .design_philosophy .vision .container .t2 {
    line-height: 150%;
  }
}
@media (max-width: 620px) {
  .design_philosophy .vision .container .t2 {
    padding: 10px 0 25px;
  }
}
.design_philosophy .vision .container .t3 {
  line-height: 150%;
  font-weight: 100;
}

.design_philosophy .step_lst {
  margin-top: 50px;
}
@media (max-width: 620px) {
  .design_philosophy .step_lst {
    margin-top: 0;
  }
}
.design_philosophy .step_lst ul {
  font-size: 0;
}
.design_philosophy .step_lst ul li {
  display: inline-block;
  width: 33.3%;
  min-height: 330px;
  padding: 50px 44px 0;
  border-right: 1px solid #ddd;
  vertical-align: top;
  text-align: center;
}
.design_philosophy .step_lst ul li .t1 {
  font-weight: 300;
}
.design_philosophy .step_lst ul li .t1::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 20px auto 30px;
  background-color: #111;
}
@media (max-width: 620px) {
  .design_philosophy .step_lst ul li .t1::after {
    margin: 8px auto 15px;
  }
}
.design_philosophy .step_lst ul li .t2 {
  line-height: 140%;
}
.design_philosophy .step_lst ul li .t3 {
  margin-top: 30px;
  line-height: 140%;
  color: #666;
}
@media (max-width: 620px) {
  .design_philosophy .step_lst ul li .t3 {
    margin-top: 15px;
  }
}
.design_philosophy .step_lst ul li:first-child .t2 {
  padding: 0 20px;
}
.design_philosophy .step_lst ul li:nth-child(2) .t2 {
  padding: 0 50px;
}
.design_philosophy .step_lst ul li:last-child {
  border-right: 0;
}
@media (max-width: 1240px) {
  .design_philosophy .step_lst ul li {
    display: block;
    width: 100%;
    min-height: 245px;
    padding: 50px 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .design_philosophy .step_lst ul li:first-child .t2 {
    padding: 0;
  }
  .design_philosophy .step_lst ul li:nth-child(2) .t2 {
    padding: 0;
  }
  .design_philosophy .step_lst ul li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 620px) {
  .design_philosophy .step_lst ul li {
    min-height: 175px;
    padding: 25px 0;
  }
}

.ci .ci_desc_lr{display: flex;margin-top: 35px;}
.ci .ci_desc_lr .l_cont{width: 335px;}
.ci .ci_desc_lr .r_cont{width: calc(100% - 335px);}

@media (max-width: 1240px){
	.ci .ci_desc_lr{display: block;}
	.ci .ci_desc_lr .l_cont{width: 100%;}
	.ci .ci_desc_lr .r_cont{width: 100%;margin-top: 30px;}
}
@media (max-width: 620px){
	.ci .ci_desc_lr{margin-top: 15px;}
	.ci .ci_desc_lr .r_cont{margin-top: 15px;}
}


.ci .ci_con > div {
  width: 575px;
}
@media (max-width: 1240px) {
  .ci .ci_con > div {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .ci .ci_con > div:last-child {
    margin-right: 0;
  }
}

.ci .ci_con .bi_img {
  margin-top: 30px;
}
@media (max-width: 620px) {
  .ci .ci_con .bi_img {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.ci .ci_con .example {
  margin-top: 30px;
}
@media (max-width: 620px) {
  .ci .ci_con .example {
    margin-top: 15px;
  }
}
.ci .ci_con .example li {
  font-weight: 100;
  color: #666;
}

.ci .ci_con .color_lst {
  margin-top: 30px;
}
@media (max-width: 620px) {
  .ci .ci_con .color_lst {
    margin-top: 15px;
  }
}
.ci .ci_con .color_lst li {
  width: 50%;
  font-size: 0;
}
@media (max-width: 620px) {
  .ci .ci_con .color_lst li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .ci .ci_con .color_lst li:last-child {
    margin-bottom: 0;
  }
}
.ci .ci_con .color_lst li .color {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  border-radius: 50%;
  vertical-align: middle;
}
.ci .ci_con .color_lst li .color_txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 130%;
  color: #666;
  font-weight: 300;
}
.ci .ci_con .color_lst li:first-child .color {
  background-color: rgba(72,85,93);
}
.ci .ci_con .color_lst li:last-child .color {
  background-color: rgba(252,19,29);
}

.ci .ci_design_info {
  width: 100%;
  margin-top: 100px;
  padding: 50px 0;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 620px) {
  .ci .ci_design_info {
    margin-top: 50px;
    padding: 30px 0;
  }
}

@media (max-width: 1240px) {
  .ci .ci_info > div {
    float: none;
    width: 100%;
  }
}

.terms .con_tit {
  margin-bottom: 30px;
  line-height: 100%;
  font-weight: 900;
}
@media (max-width: 620px) {
  .terms .con_tit {
    margin-bottom: 15px;
  }
}

.terms pre .t1 {
  color: #111;
}

.index_wrap {
  height: 100%;
}
.index_wrap .sect {
  width: 100%;
  height: 100%;
}
.index_wrap .sect .in_container {
  height: 100%;
  margin: 0 auto;
}
.index_wrap .sect .h2_tit {
  font-family: "Montserrat", "Noto Sans KR";
  font-weight: 900;
  color: #111;
}
.index_wrap .sect .view_more {
  display: inline-block;
  font-weight: 600;
}
.index_wrap .sect .view_more::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 36px;
  margin-top: -2px;
  margin-left: 30px;
  vertical-align: middle;
  background-image: url(../img/ico_company_arrow.png);
}
.index_wrap .sect .scroll {
  z-index: 30;
  position: absolute;
  bottom: 50px;
  right: 100px;
  display: inline-block;
  width: 18px;
  height: 162px;
  background-position: -353px -50px;
}
.index_wrap .sect .side_nav {
  position: fixed;
  z-index: 500;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.index_wrap .sect .side_nav ul {
  margin-bottom: -10px;
}
.index_wrap .sect .side_nav ul li {
  margin-bottom: 10px;
}
.index_wrap .sect .side_nav ul li .in_side_btn {
  width: 18px;
  height: 18px;
  background-position: -397px -2px;
}
.index_wrap .sect .side_nav ul li .in_side_btn.act {
  background-position: -397px -22px;
}
.index_wrap .sect .side_nav ul li .txt {
  display: none;
  position: relative;
  width: 120px;
  height: 28px;
  margin-top: -8px;
  margin-left: 26px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
  background-color: #ee343f !important;
  vertical-align: middle;
}
.index_wrap .sect .side_nav ul li .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  display: inline-block;
  width: 7px;
  height: 19px;
  background-image: url(../img/in_side_btn.png);
}
.index_wrap .sect .side_nav ul li:hover .txt {
  display: inline-block;
}

.index_wrap .sect .side_nav[data-st="st1"] ul li .in_side_btn,
.index_wrap .sect .side_nav[data-st="st3"] ul li .in_side_btn {
  background-position: -397px -2px;
}
.index_wrap .sect .side_nav[data-st="st1"] ul li .in_side_btn.act,
.index_wrap .sect .side_nav[data-st="st3"] ul li .in_side_btn.act {
  background-position: -397px -22px;
}

.index_wrap .sect .side_nav[data-st="st0"] ul li .in_side_btn,
.index_wrap .sect .side_nav[data-st="st2"] ul li .in_side_btn,
.index_wrap .sect .side_nav[data-st="st4"] ul li .in_side_btn,
.index_wrap .sect .side_nav[data-st="st5"] ul li .in_side_btn {
  background-position: -377px -2px;
}
.index_wrap .sect .side_nav[data-st="st0"] ul li .in_side_btn.act,
.index_wrap .sect .side_nav[data-st="st2"] ul li .in_side_btn.act,
.index_wrap .sect .side_nav[data-st="st4"] ul li .in_side_btn.act,
.index_wrap .sect .side_nav[data-st="st5"] ul li .in_side_btn.act {
  background-position: -377px -22px;
}

.index_wrap .visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1520px) {
  .index_wrap .visual {
    height: 100%;
  }
}
.index_wrap .visual .visual_mask .item {
  position: relative;
  width: 100%;
  /*height: 858px;*/
  height: 100vh;
}
.index_wrap .visual .visual_mask .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
/*
	@media (max-width: 1520px) {
	 .index_wrap .visual .visual_mask .item {height: 858px;}
	}
    @media (max-width: 620px) {
      .index_wrap .visual .visual_mask .item {
        height: 426px; } }
	*/
@media (max-width: 1520px) {
  .index_wrap .visual .visual_mask .item {
    height: 858px;
  }
}

.index_wrap .visual .visual_mask .item img {
  width: 100%;
}
.index_wrap .visual .visual_mask .item .txt_box {
  /*z-index: 20;
      position: absolute;
      top: 50%;
      left: 100px;
      transform: translateY(-50%);*/
  position: relative;
  z-index: 10;
  width: 1520px;
  height: 100%;
}
@media (max-width: 1520px) {
  .index_wrap .visual .visual_mask .item .txt_box {
    width: 90%;
  }
}
.index_wrap .visual .visual_mask .item .txt_box p {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.index_wrap .visual .visual_mask .item .txt_box .t1 {
  line-height: 100%;
  font-weight: bold;
}
.index_wrap .visual .visual_mask .item .txt_box .t2 {
  margin: 60px auto 80px;
  padding-right: 42%;
  font-weight: 100;
  line-height: 150%;
}
@media (max-width: 1240px) {
  .index_wrap .visual .visual_mask .item .txt_box .t2 {
    padding-right: 0;
  }
}
@media (max-width: 620px) {
  .index_wrap .visual .visual_mask .item .txt_box .t2 {
    margin: 28px auto 38px;
  }
}
.index_wrap .visual .visual_mask .item .txt_box .view_more {
  color: #fff;
}

.index_wrap .visual .visual_mask .item.swiper-slide-active .bg {
  animation-duration: 5s;
  animation-name: visualAni;
}
@keyframes visualAni {
  0% {
    transform: scale(1.1, 1.1);
    transition: all 1s;
  }
  100% {
    transform: scale(1, 1);
    transition: all 1s;
  }
}

@media (max-width: 620px) {
  .index_wrap .visual {
    margin-top: 62px;
  }
  .index_wrap .visual .visual_mask .item {
    height: auto !important;
  }
  .index_wrap .visual .visual_mask .item .bg {
    display: none;
  }
  .index_wrap .visual .visual_mask .item .m_img {
    display: block;
    width: 100%;
  }
  .index_wrap .visual .visual_mask .item .txt_box {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    height: auto !important;
  }
  .index_wrap .visual .visual_mask .item.swiper-slide-active .m_img img {
    animation-duration: 5s;
    animation-name: visualAni;
  }
}

@media (max-width: 1520px) {
  .index_wrap .visual .v_pager {
    display: block;
    z-index: 10;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1520px) and (max-width: 620px) {
  .index_wrap .visual .v_pager {
    bottom: 20px;
  }
}
@media (max-width: 1520px) {
  .index_wrap .visual .v_pager .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    background: transparent;
    background-image: url(../img/zip_ico.png);
    background-size: 417px 338px;
    background-position: -397px -2px;
  }
}
@media (max-width: 1520px) and (max-width: 620px) {
  .index_wrap .visual .v_pager .swiper-pagination-bullet {
    margin-right: 10px;
  }
}
@media (max-width: 1520px) {
  .index_wrap .visual .v_pager .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .index_wrap .visual .v_pager .swiper-pagination-bullet-active {
    background-position: -397px -22px;
  }
}
.index_wrap .visual .thumbs_box {
  overflow: hidden;
  position: absolute;
  left: 100px;
  bottom: 50px;
  width: 880px;
  padding: 10px;
}
.index_wrap .visual .thumbs_box .thumbs .item {
  position: relative;
  width: 200px;
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.index_wrap .visual .thumbs_box .thumbs .item:hover {
  cursor: pointer;
}
.index_wrap .visual .thumbs_box .thumbs .item.swiper-slide-thumb-active {
  -webkit-filter: grayscale(0%);
  filter: none;
}
.index_wrap .visual .thumbs_box .thumbs .item.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #ee343f !important;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.index_wrap .story {
  position: relative;
  width: 100%;
  height: 970px;
  height: 100vh;
  border: 1px solid #000;
  overflow: hidden;
}
@media (max-width: 1520px) {
  .index_wrap .story {
    height: 843px;
  }
}
@media (max-width: 620px) {
  .index_wrap .story {
    height: 375px;
  }
}
.index_wrap .story .bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.index_wrap .story.bg_effect .bg {
  animation-duration: 5s;
  animation-name: storyAni;
}

@keyframes storyAni {
  0% {
    transform: scale(1.2, 1.2);
    transition: all 5s;
  }
  100% {
    transform: scale(1, 1);
    transition: all 5s;
  }
}

.index_wrap .story .txt_box {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.index_wrap .story .txt_box p {
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.index_wrap .story .txt_box .t1 {
  color: #ee343f !important;
  font-weight: 600;
}
.index_wrap .story .txt_box .t1:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 30px auto 55px;
  background-color: #ee343f !important;
}
@media (max-width: 620px) {
  .index_wrap .story .txt_box .t1:after {
    margin: 15px auto 30px;
  }
}
.index_wrap .story .txt_box .t2 {
  font-weight: bold;
  line-height: 140%;
}
.index_wrap .story .txt_box .t3 {
  margin-top: 40px;
  padding: 0 430px;
  font-weight: 100;
}
@media (max-width: 1520px) {
  .index_wrap .story .txt_box .t3 {
    padding: 0;
  }
}
.index_wrap .story .txt_box .more {
  display: inline-block;
  width: 140px;
  height: 36px;
  margin-top: 88px;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.3);
}
.index_wrap .story .txt_box .more:hover {
  background-color: #ee343f !important;
}
@media (max-width: 620px) {
  .index_wrap .story .txt_box .more {
    margin-top: 50px;
  }
}

.index_wrap .business {
  width: 100%;
  height: 970px;
  height: 100vh;
  background-image: url(../img/in_business.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 1620px) {
  .index_wrap .business {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 620px) {
  .index_wrap .business {
    padding: 50px 0;
  }
}
.index_wrap .business .in_container {
  /*width: 1620px;*/
  width: 90%;
}
.index_wrap .business .tit_box {
  width: 1520px;
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 1520px) {
  .index_wrap .business .tit_box {
    width: 90%;
  }
}
.index_wrap .business .tit_box .h2_tit {
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
}
@media (max-width: 1520px) {
  .index_wrap .business .tit_box .h2_tit {
    display: block;
    width: 100%;
  }
}
.index_wrap .business .tit_box .tit_txt {
  display: inline-block;
  width: calc(100% - 440px);
  margin-left: 70px;
  font-weight: 100;
  line-height: 130%;
  vertical-align: top;
}
@media (max-width: 1520px) {
  .index_wrap .business .tit_box .tit_txt {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
}
@media (max-width: 620px) {
  .index_wrap .business .tit_box .tit_txt {
    margin: 30px auto 0;
  }
}
.index_wrap .business .ovh {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 84px;
  padding-bottom: 1px;
}
@media (max-width: 620px) {
  .index_wrap .business .ovh {
    margin-top: 40px;
  }
}
/*
    .index_wrap .business .ovh .in_container::before {
      content: '';
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% / 2 - 1620px/2);
      height: 100%;
      background-color: #fbfaf9; }
      @media (max-width: 1620px) {
        .index_wrap .business .ovh .in_container::before {
          width: 5%; } }*/
.index_wrap .business .ovh .in_business_mask {
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 620px) {
  .index_wrap .business .ovh .in_business_mask {
    padding-bottom: 24px;
  }
}
.index_wrap .business .ovh .in_business_mask .item {
  position: relative;
  width: auto;
}
.index_wrap .business .ovh .in_business_mask .item .img {
  overflow: hidden;
}
.index_wrap .business .ovh .in_business_mask .item .img img {
  width: 100%;
}
.index_wrap .business .ovh .in_business_mask .item .txt_box {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 620px) {
  .index_wrap .business .ovh .in_business_mask .item .txt_box {
    bottom: 25px;
  }
}
.index_wrap .business .ovh .in_business_mask .item .txt_box .t1 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.index_wrap .business .ovh .in_business_mask .item .txt_box .t2 {
  display: none;
  font-weight: 100;
  color: #fff;
  padding: 0 40px;
}
.index_wrap .business .ovh .in_business_mask .item:hover .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.index_wrap .business .ovh .in_business_mask .item:hover .img img {
  transform: scale(1.1);
}
.index_wrap .business .ovh .in_business_mask .item:hover .txt_box .t2 {
  display: block;
}
.index_wrap .business .ovh .in_business_mask .business_bar {
  z-index: 10;
  height: 2px;
  background-color: #ddd;
}
@media (max-width: 1620px) {
  .index_wrap .business .ovh .in_business_mask .business_bar {
    display: block;
  }
}
.index_wrap
  .business
  .ovh
  .in_business_mask
  .business_bar
  .swiper-pagination-progressbar-fill {
  bottom: -1px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
}

.index_wrap .intro {
  height: 100vh;
}
.index_wrap .intro .img_box {
  position: relative;
  width: 50%;
  height: 100%;
}
@media (max-width: 1620px) {
  .index_wrap .intro {
    height: 100%;
  }
  .index_wrap .intro .img_box {
    float: none;
    width: 100%;
  }
}
.index_wrap .intro .img_box .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index_wrap .intro .img_box .img img {
  width: 100%;
  transform: scale(1.3, 1.3);
  animation-duration: 3s;
  animation-name: introAni;
}

@keyframes introAni {
  0% {
    transform: scale(1.4, 1.4);
    transition: all 5s;
  }
  100% {
    transform: scale(1.3, 1.3);
    transition: all 5s;
  }
}
.index_wrap .intro .img_box .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.index_wrap .intro .img_box .txt_box .h2_tit {
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.index_wrap .intro .intro_lst {
  width: 50%;
  margin-top: 65px;
}
@media (max-width: 1620px) {
  .index_wrap .intro .intro_lst {
    float: none;
    margin-top: 0;
    width: 100%;
  }
}
.index_wrap .intro .intro_lst li {
  padding: 71px 100px;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
@media (max-width: 1620px) {
  .index_wrap .intro .intro_lst li {
    padding: 80px 5%;
  }
}
@media (max-width: 620px) {
  .index_wrap .intro .intro_lst li {
    padding: 40px 5%;
  }
}
.index_wrap .intro .intro_lst li:last-child {
  border-bottom: 0;
}
.index_wrap .intro .intro_lst li .ico {
  display: inline-block;
  width: 110px;
  height: 110px;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .index_wrap .intro .intro_lst li .ico {
    display: block;
    margin: 0 auto 15px;
  }
}
.index_wrap .intro .intro_lst li .ico1 {
  background-position: -2px -2px;
}
.index_wrap .intro .intro_lst li .ico2 {
  background-position: -2px -114px;
}
.index_wrap .intro .intro_lst li .ico3 {
  background-position: -2px -226px;
}
.index_wrap .intro .intro_lst li .txt_box {
  display: inline-block;
  width: calc(100% - 160px);
  margin-left: 50px;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .index_wrap .intro .intro_lst li .txt_box {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.index_wrap .intro .intro_lst li .txt_box .t1 {
  font-weight: bold;
}
.index_wrap .intro .intro_lst li .txt_box .t2 {
  font-weight: 300;
}
@media (max-width: 620px) {
  .index_wrap .intro .intro_lst li .txt_box .t2 {
    display: block;
  }
}
.index_wrap .intro .intro_lst li .txt_box .t3 {
  margin-top: 30px;
  font-weight: 100;
}
@media (max-width: 620px) {
  .index_wrap .intro .intro_lst li .txt_box .t3 {
    margin-top: 10px;
  }
}

.index_wrap .company {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1520px) {
  .index_wrap .company {
    height: 100%;
  }
}
.index_wrap .company::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 882px;
  background-image: url(../img/in_company_bg.png);
  background-repeat: no-repeat;
}
@media (max-width: 1520px) {
  .index_wrap .company > .dt {
    height: auto;
  }
}
.index_wrap .company .info {
  width: 50%;
  height: 100%;
}
@media (max-width: 1520px) {
  .index_wrap .company .info {
    float: none;
    width: 100%;
    min-height: 322px;
  }
}
@media (max-width: 620px) {
  .index_wrap .company .info {
    min-height: 200px;
  }
}
.index_wrap .company .info .txt_box {
  padding-left: 200px;
}
@media (max-width: 1520px) {
  .index_wrap .company .info .txt_box {
    padding: 0 5%;
  }
}
.index_wrap .company .info .txt_box .t1 {
  margin-top: 58px;
  padding-right: 40%;
  font-weight: 100;
  line-height: 150%;
}
@media (max-width: 1520px) {
  .index_wrap .company .info .txt_box .t1 {
    margin-top: 50px;
    padding-right: 0;
  }
}
@media (max-width: 620px) {
  .index_wrap .company .info .txt_box .t1 {
    margin-top: 25px;
  }
}
.index_wrap .company .info .txt_box .view_more {
  margin-top: 86px;
}
.index_wrap .company .info_lst {
  width: 50%;
  padding-top: 88px;
  font-size: 0;
}
@media (max-width: 1520px) {
  .index_wrap .company .info_lst {
    padding-top: 0;
    float: none;
    width: 100%;
  }
}
.index_wrap .company .info_lst li {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}
.index_wrap .company .info_lst li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .company .info_lst li .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_wrap .company .info_lst li .img img {
  width: 100%;
}
.index_wrap .company .info_lst li .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index_wrap .company .info_lst li .txt_box p {
  color: #fff;
  line-height: 100%;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.index_wrap .company .info_lst li .txt_box .t2 {
  margin: 30px auto 40px;
  line-height: 120%;
}
.index_wrap .company .info_lst li .txt_box .t3 {
  display: none;
  font-weight: 600;
}
.index_wrap .company .info_lst li:hover .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(238, 52, 63, 0.5);
  background: -moz-linear-gradient(
    310deg,
    rgba(238, 52, 63, 0.5) 0%,
    rgba(234, 11, 111, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    310deg,
    rgba(238, 52, 63, 0.5) 0%,
    rgba(234, 11, 111, 0.5) 100%
  );
  background: linear-gradient(
    310deg,
    rgba(238, 52, 63, 0.5) 0%,
    rgba(234, 11, 111, 0.5) 100%
  );
}
.index_wrap .company .info_lst li:hover .img img {
  transform: scale(1.1);
}
.index_wrap .company .info_lst li:hover .txt_box .t3 {
  display: block;
}

.index_wrap .news {
  width: 100%;
  height: 882px;
  height: 100vh;
  text-align: center;
  background-image: url(../img/sect_news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media (max-width: 1520px) {
  .index_wrap .news {
    height: auto;
    padding-top: 100px;
    background-position: 5% 0;
  }
}
@media (max-width: 620px) {
  .index_wrap .news {
    padding-top: 44px;
  }
}
.index_wrap .news .in_container {
  width: 1520px;
}
@media (max-width: 1520px) {
  .index_wrap .news .in_container {
    width: 90%;
  }
}
.index_wrap .news .tit_box {
  margin-bottom: 40px;
}
@media (max-width: 620px) {
  .index_wrap .news .tit_box {
    margin-bottom: 30px;
  }
}
.index_wrap .news .tit_box .more {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: -226px -90px;
}
.index_wrap .news .media {
  width: 886px;
}
@media (max-width: 1520px) {
  .index_wrap .news .media {
    float: none;
    width: 100%;
    margin-bottom: 100px;
  }
}
@media (max-width: 620px) {
  .index_wrap .news .media {
    margin-bottom: 55px;
  }
}
.index_wrap .news .media .tit_box .btn_box {
  font-size: 0;
  margin-top: 28px;
}
@media (max-width: 620px) {
  .index_wrap .news .media .tit_box .btn_box {
    margin-top: 0;
  }
}
.index_wrap .news .media .tit_box .btn_box .more {
  margin: 0 30px;
}
.index_wrap .news .media .tit_box .btn_box .arrow {
  width: 13px;
  height: 22px;
}
.index_wrap .news .media .tit_box .btn_box .m_prev {
  background-position: -250px -90px;
}
.index_wrap .news .media .tit_box .btn_box .m_next {
  background-position: -265px -90px;
}
.index_wrap .news .media .media_mask {
  width: 100%;
  overflow: hidden;
}
.index_wrap .news .media .media_mask .item .img {
  position: relative;
}
.index_wrap .news .media .media_mask .item .img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background-color: #111;
}
.index_wrap .news .media .media_mask .item .img img {
  width: 100%;
}
.index_wrap .news .media .media_mask .item .tit {
  margin-top: 20px;
  text-align: left;
  line-height: 150%;
  color: #111;
}
.index_wrap .news .media .media_mask .item:hover .tit {
  text-decoration: underline;
}
.index_wrap .news .notice {
  width: 532px;
}
@media (max-width: 1520px) {
  .index_wrap .news .notice {
    float: none;
    width: 100%;
  }
}
.index_wrap .news .notice .more {
  margin-top: 28px;
}
@media (max-width: 620px) {
  .index_wrap .news .notice .more {
    margin-top: 0;
  }
}
.index_wrap .news .notice .notice_list {
  border-top: 1px solid #000;
}
.index_wrap .news .notice .notice_list li {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .index_wrap .news .notice .notice_list li {
    padding: 15px 0;
  }
}
.index_wrap .news .notice .notice_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .news .notice .notice_list li a .t1 {
  width: calc(100% - 90px);
  line-height: 80px;
  color: #111;
  text-align: left;
}
@media (max-width: 620px) {
  .index_wrap .news .notice .notice_list li a .t1 {
    float: none;
    width: 100%;
    line-height: 100%;
    margin-bottom: 5px;
  }
}
.index_wrap .news .notice .notice_list li a .t2 {
  line-height: 80px;
  color: #888;
  font-weight: 400;
}
@media (max-width: 620px) {
  .index_wrap .news .notice .notice_list li a .t2 {
    float: none;
    display: block;
    line-height: 100%;
    text-align: left;
  }
}
.index_wrap .news .notice .notice_list li:hover a .t1,
.index_wrap .news .notice .notice_list li:hover a .t2 {
  color: #ee343f !important;
}
.index_wrap .news .notice .sns_box {
  position: relative;
  margin-top: 30px;
  padding: 35px 0;
  background-color: #fff;
}
@media (max-width: 1520px) {
  .index_wrap .news .notice .sns_box {
    margin-top: 100px;
  }
  .index_wrap .news .notice .sns_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 5%;
    height: 100%;
    background-color: #fff;
  }
  .index_wrap .news .notice .sns_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5%;
    width: 5%;
    height: 100%;
    background-color: #fff;
  }
}
@media (max-width: 620px) {
  .index_wrap .news .notice .sns_box {
    margin-top: 50px;
    padding: 25px 0;
  }
}
.index_wrap .news .notice .sns_box ul {
  font-size: 0;
}
.index_wrap .news .notice .sns_box ul li {
  display: inline-block;
  width: 20%;
}
.index_wrap .news .notice .sns_box ul li .ico {
  line-height: 100%;
  font-size: 12px;
  color: #111;
  font-weight: 600;
}
.index_wrap .news .notice .sns_box ul li .ico::before {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
}
@media (max-width: 620px) {
  .index_wrap .news .notice .sns_box ul li .ico {
    font-size: 0;
  }
  .index_wrap .news .notice .sns_box ul li .ico::before {
    margin: 0 auto;
  }
}

.index_wrap .news .notice .sns_box ul li .fb::before {
  background-position: -226px -138px;
}
.index_wrap .news .notice .sns_box ul li .insta::before {
  background-position: -268px -138px;
}
.index_wrap .news .notice .sns_box ul li .blog::before {
  background-position: -226px -181px;
}
.index_wrap .news .notice .sns_box ul li .youtube::before {
  background-position: -268px -181px;
}
.index_wrap .news .notice .sns_box ul li .ss::before{content: '';background-image: url(../img/in_sns_ss.png);}
.index_wrap .news .notice .sns_box ul li:hover .ico {
  color: #ee343f !important;
}

#footer {
  border-top: 1px solid #ddd;
}
#footer .f_top {
  height: 112px;
  text-align: center;
}
@media (max-width: 620px) {
  #footer .f_top {
    height: auto;
    border-top: 0;
  }
  #footer .f_top .top_btn.m {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
  }
}
#footer .f_top .f_logo {
  margin-top: 40px;
}
#footer .f_top .f_link {
  margin-top: 40px;
  font-size: 0;
}
@media (max-width: 1720px) {
  #footer .f_top .f_link {
    float: none;
    display: inline-block;
  }
}
#footer .f_top .f_link li {
  display: inline-block;
  margin-right: 40px;
}

#footer .f_top .f_link li:hover {
  border-bottom: 1px solid #ee343f;
  color: #ee343f !important;
}
#footer .f_top .f_link li:last-child:hover {
  border-bottom: 0;
}
@media (max-width: 991px) {
  #footer .f_top .f_link li {
    margin-right: 14px;
  }
}
#footer .f_top .f_link li .top_btn {
  margin-top: -5px;
}
#footer .f_top .f_link li .top_btn:hover {
  background-color: #ee343f;
}
@media (max-width: 1720px) {
  #footer .f_top .f_link li .top_btn {
    float: none;
  }
}
#footer .f_top .top_btn {
  width: 65px;
  height: 36px;
  border-radius: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #111;
}
#footer .f_bottom {
  padding: 55px 0 50px;
  border-top: 1px solid #ddd;
}
@media (max-width: 1720px) {
  #footer .f_bottom {
    width: calc(100% - 65px);
    padding: 40px 0;
  }
}
@media (max-width: 620px) {
  #footer .f_bottom {
    padding: 20px 0;
    border-top: 0;
  }
}
@media (max-width: 1720px) {
  #footer .f_bottom .addr {
    float: none;
    padding-bottom: 40px;
  }
}
@media (max-width: 620px) {
  #footer .f_bottom .addr {
    padding-bottom: 15px;
  }
  #footer .f_bottom .addr .br_txt {
    display: block;
  }
}
#footer .f_bottom .addr > span {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1720px) {
  #footer .f_bottom .addr > span {
    margin-right: 15px;
  }
}
#footer .f_bottom .addr > span:last-child {
  margin-right: 0;
}
#footer .f_bottom .addr .t1 {
  font-weight: 100;
}
#footer .f_bottom .addr .t2 {
  font-weight: 300;
}
@media (max-width: 1720px) {
  #footer .f_bottom .copy {
    float: none;
  }
}

.trade {
  padding: 188px 0 100px;
}
@media (max-width: 620px) {
  .trade {
    padding: 50px 0;
  }
}

.trade_tit {
  margin-bottom: 50px;
  text-align: center;
}
.trade_tit.bdb {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .trade_tit {
    margin-bottom: 15px;
  }
}
.trade_tit .tit {
  line-height: 100%;
  font-weight: bold;
}
.trade_tit .t1 {
  display: block;
  margin-bottom: 30px;
  line-height: 100%;
  font-weight: 300;
}
@media (max-width: 620px) {
  .trade_tit .t1 {
    margin-bottom: 15px;
  }
}
.trade_tit .step_lst_box {
  padding: 45px 0 50px;
  text-align: center;
}
.trade_tit .step_lst_box .step_lst {
  position: relative;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.trade_tit .step_lst_box .step_lst::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 12px);
  height: 1px;
  background-color: #eee;
}
@media (max-width: 620px) {
  .trade_tit .step_lst_box .step_lst::after {
    width: calc(100% - 30px);
  }
}
.trade_tit .step_lst_box .step_lst li {
  display: inline-block;
  max-width: 200px;
  margin-right: 50px;
  text-align: center;
}
@media (max-width: 620px) {
  .trade_tit .step_lst_box .step_lst li {
    width: 70px;
    margin-right: 25px;
  }
}
.trade_tit .step_lst_box .step_lst li:last-child {
  margin-right: 0;
}
.trade_tit .step_lst_box .step_lst li .step {
  display: inline-block;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  line-height: 40px;
  color: #999;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .trade_tit .step_lst_box .step_lst li .step {
    width: 100%;
  }
}
.trade_tit .step_lst_box .step_lst li .txt {
  margin-top: 15px;
  line-height: 100%;
  color: #999;
}
.trade_tit .step_lst_box .step_lst li.act .step {
  border: 1px solid #111;
  color: #fff;
  background-color: #111;
}
.trade_tit .step_lst_box .step_lst li.act .txt {
  color: #111;
}

.trade_intro {
  padding: 188px 0 0;
}
@media (max-width: 620px) {
  .trade_intro {
    padding: 50px 0 0;
  }
}
.trade_intro .bg_box {
  height: 370px;
  background-image: url(../img/trade_intro.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.trade_intro .bg_box .txt {
  line-height: 150%;
  font-weight: 100;
  color: #fff;
  text-align: center;
}
.trade_intro .txt_lst {
  padding: 50px 0;
}
@media (max-width: 620px) {
  .trade_intro .txt_lst {
    padding: 25px 0;
  }
}
.trade_intro .txt_lst li {
  padding-bottom: 10px;
  font-size: 0;
}
.trade_intro .txt_lst li:last-child {
  padding-bottom: 0;
}
.trade_intro .txt_lst li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: 11px;
  margin-right: 7px;
  vertical-align: top;
  background-color: #ddd;
}
.trade_intro .txt_lst li .txt_box {
  display: inline-block;
  width: calc(100% - 10px);
}
.trade_intro .txt_lst li .txt_box .t1 {
  line-height: 150%;
}
.trade_intro .txt_lst li .txt_box .t2 {
  color: #666;
}
.trade_intro .step_box {
  padding: 50px 0;
  text-align: center;
  background-color: #fafafa;
}
.trade_intro .step_box .t1 {
  padding: 25px 0 10px;
  line-height: 100%;
}
.trade_intro .step_box .t3 {
  display: inline-block;
}
@media (max-width: 620px) {
  .trade_intro .step_box .t3 {
    display: block;
  }
}
.trade_intro .step_box .chk_trade {
  display: block;
  width: 200px;
  height: 50px;
  margin: 25px auto;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background-color: #ee343f !important;
}
.trade_intro .step_box .ord_inquiry {
  color: #666;
  border-bottom: 1px solid #ddd;
}

.trade_prod_lst {
  width: 100%;
  overflow: hidden;
}
.trade_prod_lst > .prod_lst {
  margin-right: -60px;
  margin-bottom: -60px;
  font-size: 0;
}
@media (max-width: 620px) {
  .trade_prod_lst > .prod_lst {
    margin-right: 0;
    margin-bottom: -30px;
  }
}
.trade_prod_lst > .prod_lst > li {
  display: inline-block;
  width: 360px;
  margin-right: 60px;
  margin-bottom: 60px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .trade_prod_lst > .prod_lst > li {
    width: calc(33.333% - 60px);
  }
}
@media (max-width: 991px) {
  .trade_prod_lst > .prod_lst > li {
    width: calc(50% - 60px);
  }
}
@media (max-width: 620px) {
  .trade_prod_lst > .prod_lst > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.trade_prod_lst > .prod_lst > li .img {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.trade_prod_lst > .prod_lst > li .img .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.trade_prod_lst > .prod_lst > li .img .img_bg.ci {
  background-size: auto;
}
.trade_prod_lst > .prod_lst > li .img img {
  width: 100%;
}
.trade_prod_lst > .prod_lst > li .prd_name {
  margin-top: 15px;
  font-weight: bold;
  line-height: 120%;
}
.trade_prod_lst > .prod_lst > li .trade_rdo .trade_prod_rdo {
  display: none;
}
.trade_prod_lst > .prod_lst > li .trade_rdo .img::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid #ee343f !important;
}
.trade_prod_lst > .prod_lst > li .trade_rdo input:checked ~ .img {
  border: 1px solid #ee343f !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.trade_prod_lst > .prod_lst > li .trade_rdo input:checked ~ .img::after {
  display: block;
}

.trade_prod_lst > .prod_lst.add_prod_lst {
  margin-right: 0;
  margin-bottom: 0;
}
.trade_prod_lst > .prod_lst.add_prod_lst > li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
}
.trade_prod_lst > .prod_lst.add_prod_lst > li .line {
  display: inline-block;
  width: 360px;
  margin-right: 60px;
  vertical-align: top;
}
.trade_prod_lst > .prod_lst.add_prod_lst > li .line:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.trade_prod_lst > .prod_lst.add_prod_lst > li .txt_box {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}

@media (max-width: 991px) {
  .trade_prod_lst > .prod_lst.add_prod_lst > li .line {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.trade_prod_lst .pri_box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.trade_prod_lst .pri_box li.calc {
  padding: 10px 0;
}
.trade_prod_lst .pri_box li .calc_num_box {
  font-size: 0;
}
.trade_prod_lst .pri_box li .calc_num_box .calc_btn {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.trade_prod_lst .pri_box li .calc_num_box .calc_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 34px;
  height: 34px;
}
.trade_prod_lst .pri_box li .calc_num_box .calc_btn.p:after {
  background-image: url(../img/calc_p.png);
}
.trade_prod_lst .pri_box li .calc_num_box .calc_btn.m:after {
  background-image: url(../img/calc_m.png);
}
.trade_prod_lst .pri_box li .calc_num_box .calc_inp {
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.trade_prod_lst .pri_box li .t2 {
  font-weight: bold;
}
.trade_prod_lst .pri_box li del {
  color: #666;
  font-weight: 300;
}

.trade_prod_lst.bd {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.prod_compare {
  margin-top: 50px;
  text-align: center;
}
.prod_compare .compare_lst {
  text-align: center;
  font-size: 0;
}
.prod_compare .compare_lst li {
  position: relative;
  display: inline-block;
  width: 500px;
  margin-right: 132px;
  vertical-align: top;
}
.prod_compare .compare_lst li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.prod_compare .compare_lst li:last-child::before {
  content: "";
  position: absolute;
  left: -92px;
  top: 50%;
  width: 52px;
  height: 40px;
  background-image: url(../img/change_arrow.png);
}
.prod_compare .compare_lst li .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #ddd;
}
.prod_compare .compare_lst li .img .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.prod_compare .compare_lst li .img img {
  width: 100%;
}
.prod_compare .compare_lst li .t1 {
  /*  margin-top: 20px; */
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 100%;
}
.prod_compare .compare_lst li:hover .img img {
  transform: scale(1.1, 1.1);
}
.prod_compare .prd_txt_tit {
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.prod_compare .prd_txt {
  display: inline-block;
  font-weight: 100;
  text-align: left;
  white-space: pre-wrap;
}

@media (max-width: 1240px) {
  .prod_compare .compare_lst li {
    width: calc(50% - 92px);
    margin-right: 92px;
  }
  .prod_compare .compare_lst li:last-child::before {
    left: -72px;
  }
}
@media (max-width: 620px) {
  .prod_compare .compare_lst li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .prod_compare .compare_lst li:last-child::before {
    display: none;
  }
  .prod_compare .prd_txt_tit {
    font-size: 18px;
  }
}

.trade_step_box {
  margin: 60px auto 0;
  text-align: center;
}
.trade_step_box .trade_step_btn {
  margin-right: 5px;
}
.trade_step_box .trade_step_btn:last-child {
  margin-right: 0;
}

.trade_step_btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 620px) {
  .trade_step_btn {
    margin: 50px auto 0;
  }
}

.trade_step_btn.dn {
  display: none;
}

.trade_step_btn.type1 {
  background-color: #ddd;
}

.trade_step_btn.type2 {
  background-color: #ee343f !important;
}

.trade_step_btn.type3 {
  background-color: #111;
}

.trade_btn_box {
  margin: 60px auto 0;
  font-size: 0;
  text-align: center;
}
@media (max-width: 620px) {
  .trade_btn_box {
    margin: 50px auto 0;
  }
}
.trade_btn_box .trade_step_btn {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 14px;
}
.trade_btn_box .trade_step_btn:last-child {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .trade_btn_box .trade_step_btn {
    width: calc(33.333% - 5px);
  }
}
@media (max-width: 620px) {
  .trade_btn_box .trade_step_btn {
    font-size: 12px;
  }
}

.suggest {
  margin-bottom: 50px;
  padding: 60px 0 80px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 991px) {
  .suggest {
    margin-bottom: 25px;
    padding: 30px 0 40px;
  }
}
.suggest .t1 {
  font-weight: bold;
}
.suggest .t2 {
  font-weight: 100;
}
.suggest .suggest_rdo_box {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 991px) {
  .suggest .suggest_rdo_box {
    margin-top: 25px;
  }
}
.suggest .suggest_rdo_box label {
  display: inline-block;
  margin-right: 20px;
  font-size: 0;
}
@media (max-width: 991px) {
  .suggest .suggest_rdo_box label {
    width: calc(50% - 10px);
  }
}
.suggest .suggest_rdo_box label:last-child {
  margin-right: 0;
}
.suggest .suggest_rdo_box label .suggest_rdo {
  display: none;
}
.suggest .suggest_rdo_box label .suggest_t {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 60px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 58px;
}
@media (max-width: 991px) {
  .suggest .suggest_rdo_box label .suggest_t {
    width: 100%;
  }
}
.suggest .suggest_rdo_box label .suggest_t::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid #ee343f !important;
}
.suggest .suggest_rdo_box label input:checked ~ .suggest_t {
  border: 1px solid #ee343f !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.suggest .suggest_rdo_box label input:checked ~ .suggest_t::after {
  display: block;
}

.rec_prod_lst {
  width: 100%;
  overflow: hidden;
}
.rec_prod_lst .rec_t {
  font-weight: 900;
}
.rec_prod_lst .rec_t .s_txt {
  display: inline-block;
  margin-left: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.rec_prod_lst .rec_lst {
  margin: 30px -60px -60px 0;
  font-size: 0;
}
@media (max-width: 620px) {
  .rec_prod_lst .rec_lst {
    margin: 15px 0 -30px;
  }
}
.rec_prod_lst .rec_lst li {
  display: inline-block;
  width: calc(33.333% - 60px);
  margin-right: 60px;
  margin-bottom: 60px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 620px) {
  .rec_prod_lst .rec_lst li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.rec_prod_lst .rec_lst li .prd_tit {
  margin-top: 20px;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 620px) {
  .rec_prod_lst .rec_lst li .prd_tit {
    margin-top: 15px;
  }
}
.rec_prod_lst .rec_lst li .prd_pri {
  margin-top: 5px;
  line-height: 28px;
}
/*
.rec_prod_lst .rec_lst li .js_suggest_btn {
        position: relative;
        width: 100%;
        border: 1px solid #ddd; }
        .rec_prod_lst .rec_lst li .js_suggest_btn::after {
          position: absolute;
          top: 0;
          left: 0;
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          border: 5px solid #ee343f !important; }
    .rec_prod_lst .rec_lst li.act .js_suggest_btn {
      border: 1px solid #ee343f !important;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
      .rec_prod_lst .rec_lst li.act .js_suggest_btn::after {
        content: ''; }
*/

.rec_prod_lst .rec_lst li .rec_rdo_wap .rec_rdo {
  position: absolute;
  left: -9999px;
}
.rec_prod_lst .rec_lst li .rec_rdo_wap .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #ddd;
}
.rec_prod_lst .rec_lst li .rec_rdo_wap .img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid #ee343f !important;
}
.rec_prod_lst .rec_lst li .rec_rdo_wap .img .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.rec_prod_lst .rec_lst li .rec_rdo_wap .rec_rdo:checked ~ .img {
  border: 1px solid #ee343f !important;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.rec_prod_lst .rec_lst li .rec_rdo_wap .rec_rdo:checked ~ .img:after {
  content: "";
}

.rec_view {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 620px) {
  .rec_view {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.rec_view .img {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .rec_view .img {
    width: 100%;
  }
}
.rec_view .img img {
  width: 100%;
  text-align: center;
}
.rec_view .t1 {
  padding: 10px 0 5px;
  font-weight: bold;
}
.rec_view .t2 {
  font-weight: 100;
  color: #666;
}
.rec_view .t3 {
  margin-top: 30px;
  line-height: 100%;
  font-weight: bold;
}
@media (max-width: 620px) {
  .rec_view .t3 {
    margin-top: 15px;
  }
}

.suggest_tab .tab_box {
  display: none;
}

.suggest_tab .tab_box.db {
  display: block;
}

.suggest_tab .tab_box .rec_prod_box {
  margin-top: 50px;
}
@media (max-width: 620px) {
  .suggest_tab .tab_box .rec_prod_box {
    margin-top: 25px;
  }
}

/* 주문하기 */
.ord_trade {
  padding: 188px 0 100px;
}
@media (max-width: 620px) {
  .ord_trade {
    padding: 50px 0;
  }
}
.ord_wrap {
  position: relative;
  margin-top: 50px;
}
.ord_wrap .ord_l_box {
  width: 740px;
}
@media (max-width: 1240px) {
  .ord_wrap .ord_l_box {
    width: 100%;
    float: none;
  }
}
.ord_wrap .ord_l_box .ord_tit {
  margin-bottom: 20px;
  line-height: 100%;
  color: #000;
}
.ord_wrap .ord_l_box .ord_prod_lst {
  margin-bottom: 50px;
  border-top: 1px solid #000;
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .ord_prod_lst > ul > li {
    padding: 10px 0;
  }
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li .img {
  width: 90px;
  border: 1px solid #ddd;
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li .txt_box {
  width: auto;
  padding-left: 30px;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .ord_prod_lst > ul > li .txt_box {
    padding-left: 15px;
  }
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li .txt_box .t1 {
  color: #000;
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li .txt_box .t2 {
  font-size: 12px;
  color: #666;
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li .txt_box .t3 {
  font-size: 12px;
  color: #000;
}
.ord_wrap .ord_l_box .ord_prod_lst > ul > li .txt_box .t3 del {
  color: #666;
}
.ord_wrap .ord_l_box .inp_tb {
  margin-bottom: 50px;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr {
    padding: 10px 0;
  }
}
.ord_wrap .ord_l_box .inp_tb table tr th {
  width: 110px;
  text-align: left;
  padding-top: 12px;
  vertical-align: top;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.ord_wrap .ord_l_box .inp_tb table tr td {
  width: auto;
  padding: 3px 0;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.ord_wrap .ord_l_box .inp_tb table tr td .ord_inp {
  height: 45px;
  font-size: 12px;
  color: #999;
}
.ord_wrap .ord_l_box .inp_tb table tr td .ord_inp::placeholder {
  font-size: 12px;
  color: #999;
}
.ord_wrap .ord_l_box .inp_tb table tr td .ord_inp.c {
  margin: 0 5px;
}
.ord_wrap .ord_l_box .inp_tb table tr td .w130 {
  width: 130px;
}
.ord_wrap .ord_l_box .inp_tb table tr td .w195 {
  width: 195px;
}
.ord_wrap .ord_l_box .inp_tb table tr td .w280 {
  width: 280px;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr td .w280 {
    width: 100%;
  }
}
.ord_wrap .ord_l_box .inp_tb table tr td .w100p {
  width: 100%;
}
.ord_wrap .ord_l_box .inp_tb table tr td .addr_btn {
  width: 92px;
  height: 45px;
  border: 1px solid #ddd;
}
.ord_wrap .ord_l_box .inp_tb table tr td .addr_c {
  margin: 6px auto;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box {
  margin-top: 10px;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line {
  display: none;
  margin-top: 5px;
  font-size: 0;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line:first-child {
  margin-top: 0;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line .rec_txt {
  display: inline-block;
  width: 100px;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 100;
  vertical-align: top;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line .rec_txt {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line .s_line {
  display: inline-block;
  width: calc(100% - 110px);
  font-size: 0;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line .s_line {
    width: 100%;
  }
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .line.fz {
  font-size: 0;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .rec_line1.db {
  display: block;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box .rec_line2.db {
  display: block;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_box.db {
  display: block;
}
.ord_wrap .ord_l_box .inp_tb table tr td .rec_inp {
  width: 345px;
}
@media (max-width: 767px) {
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_inp {
    width: calc(100% - 110px);
  }
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_inp {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ord_wrap .ord_l_box .inp_tb table tr td .inpW1 {
    width: 100%;
  }
  .ord_wrap .ord_l_box .inp_tb table tr td .inpW2 {
    width: 100%;
    margin: 5px auto;
  }
  .ord_wrap .ord_l_box .inp_tb table tr td .inpW3 {
    width: calc(100% - 135px);
  }
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_mail {
    width: calc(100% - 110px);
  }
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_mail .ord_inp.w130 {
    width: 33.333%;
  }
  .ord_wrap .ord_l_box .inp_tb table tr td .rec_mail .ord_inp.w130.c {
    width: calc(33.333% - 10px);
  }
}
.ord_wrap .ord_l_box .inp_tb table tr td.fz {
  font-size: 0;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .inp_tb table tr td.ph_td .w130 {
    width: 33.333%;
  }
  .ord_wrap .ord_l_box .inp_tb table tr td.ph_td .w130.c {
    width: calc(33.333% - 10px);
  }
}
.ord_wrap .ord_l_box .inp_tb table .type_tr.dn {
  display: none;
}
.ord_wrap .ord_l_box .pay_td table tr td {
  padding: 7px 0;
}
.ord_wrap .ord_l_box .pay_td table tr td .info_txt {
  font-size: 12px;
  color: #666;
}
.ord_wrap .ord_l_box .agree_box {
  overflow: auto;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.ord_wrap .ord_l_box .agree_box pre {
  font-size: 12px;
  color: #666;
}
.ord_wrap .ord_l_box .txt_td {
  padding: 20px 0;
}
.ord_wrap .ord_l_box .txt_td table tr th {
  vertical-align: middle;
  padding: 0;
}
@media (max-width: 620px) {
  .ord_wrap .ord_l_box .txt_td table tr th {
    padding: 0 0 5px;
  }
  .ord_wrap .ord_l_box .txt_td table tr td {
    padding: 0 0 15px;
  }
}
@media (max-width: 1240px) {
  .ord_wrap .ord_r_box {
    float: none;
  }
}
.ord_wrap .ord_r_box .total {
  width: 410px;
  border: 1px solid #ddd;
  background-color: #fbfcfd;
}
@media (max-width: 1240px) {
  .ord_wrap .ord_r_box .total {
    width: 100%;
    margin: 50px auto 0;
  }
}
.ord_wrap .ord_r_box .total .total_box {
  padding: 30px 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .ord_wrap .ord_r_box .total .total_box {
    padding: 20px;
  }
}
.ord_wrap .ord_r_box .total .total_box:last-child {
  border-bottom: 0;
}
.ord_wrap .ord_r_box .total .total_box .tit {
  margin-bottom: 15px;
  color: #000;
}
.ord_wrap .ord_r_box .total .total_box .pay_info li > p {
  line-height: 150%;
}
@media (max-width: 620px) {
  .ord_wrap .ord_r_box .total .total_box .pay_info li > p {
    font-size: 12px;
  }
}
.ord_wrap .ord_r_box .total .total_box .pay_info li .num {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .ord_wrap .ord_r_box .total .total_box .pay_info li .num {
    font-size: 22px;
  }
}
@media (max-width: 620px) {
  .ord_wrap .ord_r_box .total .total_box .pay_info li .num {
    font-size: 18px;
  }
}
.ord_wrap .ord_r_box .total .total_box .ord_r_btn {
  display: inline-block;
  width: 310px;
  height: 50px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1240px) {
  .ord_wrap .ord_r_box .total .total_box .ord_r_btn {
    width: 100%;
  }
}
.ord_wrap .ord_r_box .total .total_box a.ord_r_btn {
  line-height: 50px;
}
.ord_wrap .ord_r_box .total .total_box .type1 {
  margin-top: 25px;
  color: #fff;
  background-color: #ee343f !important;
}
.ord_wrap .ord_r_box .total .total_box .type2 {
  margin-top: 5px;
  color: #fff;
  background-color: #ddd;
}
.ord_wrap .ord_r_box.fix {
  z-index: 10;
  position: absolute;
  right: 0;
}
@media (max-width: 1240px) {
  .ord_wrap .ord_r_box.fix {
    position: static;
  }
}
.ord_wrap .ord_r_box.fix .total {
  position: fixed;
  top: 77px;
  right: auto;
  margin-left: -410px;
}
@media (max-width: 1240px) {
  .ord_wrap .ord_r_box.fix .total {
    position: static;
    margin-left: 0;
  }
}

.ord_wrap .ord_l_box .ord_tit .delvy_t1 {
  line-height: 100%;
}
.ord_wrap .ord_l_box .ord_tit .js_copy_btn {
  width: 100px;
  height: 30px;
  border: 1px solid #999;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  background: linear-gradient(0deg, #f4f4f4 0%, white 37%, white 100%);
}

.trade_view {
  padding: 188px 0 100px;
}
.trade_view .tit {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.trade_view .trade_view_form {
  width: 482px;
  margin: 15px auto 0;
  padding-top: 20px;
  border-top: 2px solid #333;
}
.trade_view .trade_view_form .line {
  margin-top: 15px;
  font-size: 0;
}
.trade_view .trade_view_form .line:first-child {
  margin-top: 0;
}
.trade_view .trade_view_form .line .trade_inp {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  color: #666;
  vertical-align: middle;
  font-size: 14px;
}
.trade_view .trade_view_form .line .ph_inp {
  width: 146px;
}
.trade_view .trade_view_form .line .hyphen {
  display: inline-block;
  width: 22px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  line-height: 45px;
}
.trade_view .trade_view_form .btn {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
}
.trade_view .trade_view_form .btn.type1 {
  margin: 20px auto 10px;
  background-color: #ee343f;
}
.trade_view .trade_view_form .btn.type2 {
  display: block;
  line-height: 60px;
  background-color: #222;
}

@media (max-width: 620px) {
  .trade_view {
    padding: 50px 0;
  }
  .trade_view .tit {
    font-size: 18px;
  }
  .trade_view .trade_view_form {
    width: 100%;
  }
  .trade_view .trade_view_form .line {
    margin-top: 10px;
  }
  .trade_view .trade_view_form .line .ph_inp {
    width: calc(33.3% - 20px / 3);
  }
  .trade_view .trade_view_form .line .ph_inp.c {
    margin: 0 10px;
  }
}

.trade_result_view {
}
.trade_result_view .ord_trade .tit {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.trade_result_view .ord_trade .ord_wrap .ord_l_box {
  width: 100%;
}

.trade .trade_tit .change_info_txt {
  padding: 0 0 50px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 620px) {
  .trade_result_view {
  }
  .trade_result_view .ord_trade .tit {
    font-size: 18px;
  }
  .trade .trade_tit .change_info_txt {
    padding: 0 0 25px;
    font-size: 18px;
  }
}

.trade_intro .trade {
  padding: 0;
}
.trade_intro .trade_prod {
  padding-bottom: 90px;
}
.trade_intro .trade_prod:last-child {
  padding-bottom: 50px;
}
.trade_intro .trade_prod .trade_tit.bdb {
  padding-bottom: 48px;
}
.trade_intro .qna_cont .txt_lst {
  padding: 0;
}
.trade_intro .qna_cont .qna_lst > li {
  padding-bottom: 50px;
}
.trade_intro .qna_cont .qna_lst > li:last-child {
  padding-bottom: 0;
}
.trade_intro .qna_cont .qna_lst > li .prod_lst {
  padding-top: 50px;
}
@media (max-width: 620px) {
  .trade_intro .trade_prod {
    padding-bottom: 45px;
  }
  .trade_intro .trade_prod:last-child {
    padding-bottom: 25px;
  }
  .trade_intro .trade_prod .trade_tit.bdb {
    padding-bottom: 20px;
  }
}

/*eng style*/

.eng_wrap {
}
.eng_wrap #header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li {
  line-height: 130%;
}
.eng_wrap #header .hd_top .hd_menu .dep1 > .dep1_menu > .dep2 > li > ul > li {
  margin-bottom: 5px;
  line-height: 130%;
}
.eng_wrap .index_wrap .intro .intro_lst li .txt_box .t1 {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.eng_wrap .index_wrap .company .info_lst li .txt_box {
  padding: 0 20px;
}
.eng_wrap .index_wrap .company .info_lst li .txt_box .t2 {
  margin: 20px auto 40px;
  line-height: 160%;
}
.eng_wrap .index_wrap .company .r_banner_box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
}
.eng_wrap .index_wrap .company .r_banner_box .info_lst {
  width: 100%;
  padding-top: 0;
}
.eng_wrap .index_wrap .sect .side_nav[data-st="st2"] ul li .in_side_btn {
  background-position: -397px -2px;
}
.eng_wrap .index_wrap .sect .side_nav[data-st="st2"] ul li .in_side_btn.act {
  background-position: -397px -22px;
}

.eng_wrap .index_wrap .sect .side_nav[data-st="st0"] ul li .in_side_btn,
.eng_wrap .index_wrap .sect .side_nav[data-st="st1"] ul li .in_side_btn,
.eng_wrap .index_wrap .sect .side_nav[data-st="st3"] ul li .in_side_btn {
  background-position: -377px -2px;
}

.eng_wrap .index_wrap .sect .side_nav[data-st="st0"] ul li .in_side_btn.act,
.eng_wrap .index_wrap .sect .side_nav[data-st="st1"] ul li .in_side_btn.act,
.eng_wrap .index_wrap .sect .side_nav[data-st="st3"] ul li .in_side_btn.act {
  background-position: -377px -22px;
}

.eng_wrap .sub_box .s_nav_box .s_nav {
  position: relative;
  height: 70px;
}
.eng_wrap .sub_box .s_nav_box .s_nav > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
}
.eng_wrap .sub_box .s_nav_box .s_nav > ul > li {
  display: table;
  line-height: 120%;
}
.eng_wrap .sub_box .s_nav_box .s_nav > ul > li > a {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
.eng_wrap .sub .sub_tit_box .tit {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}

.eng_wrap .design_philosophy .design_lst li .txt_box .t1 {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.eng_wrap .prod_view .prod_top .prod_intro .btn_box .btn_bg {
  width: 190px;
}
.eng_wrap .prod_view .prod_bottom .prod_tab::after {
  width: calc(100% - 170px);
}

.eng_wrap .contact .sns_box {
  position: relative;
  width: 532px;
  margin: 30px auto 50px;
  padding: 35px 0;
  background-color: #fff;
}
.eng_wrap .contact .sns_box ul {
  font-size: 0;
}
.eng_wrap .contact .sns_box ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.eng_wrap .contact .sns_box ul li .ico {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #111;
  line-height: 100%;
}
.eng_wrap .contact .sns_box ul li .ico:before {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
}
.eng_wrap .contact .sns_box ul li .fb:before {
  background-position: -226px -138px;
}
.eng_wrap .contact .sns_box ul li .insta::before {
  background-position: -268px -138px;
}
.eng_wrap .contact .sns_box ul li .blog::before {
  background-position: -226px -181px;
}
.eng_wrap .contact .sns_box ul li .youtube::before {
  background-position: -268px -181px;
}
.eng_wrap .contact .sns_box ul li:hover .ico {
  color: #ee343f !important;
}
.eng_wrap .contact .map {
  width: 100%;
  height: 480px;
}
.eng_wrap .contact .map_txt_box {
  margin: 50px auto;
  text-align: center;
}
.eng_wrap .contact .map_txt_box .t1 {
  margin-bottom: 15px;
}
.eng_wrap .contact .map_txt_box .t2 {
  padding-bottom: 5px;
  font-size: 16px;
}

.eng_wrap .en_reference > ul > li {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  font-size: 0;
}
.eng_wrap .en_reference > ul > li:last-child {
  border-bottom: 0;
}
.eng_wrap .en_reference > ul > li > .img {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.eng_wrap .en_reference > ul > li > .img img {
  width: 100%;
}
.eng_wrap .en_reference > ul > li > .txt_box {
  display: inline-block;
  width: 50%;
  padding-left: 50px;
  vertical-align: middle;
}
.eng_wrap .en_reference > ul > li > .txt_box > ul > li {
  font-size: 16px;
}
.eng_wrap .en_reference > ul > li > .txt_box > ul > li:before {
  content: "-";
  margin-right: 5px;
}

.eng_wrap .board_view .board_nav table tr th {
  position: relative;
  width: 210px;
}
.eng_wrap .board_view .board_nav table tr th .arrow::after {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  margin-left: 0;
}

.eng_wrap .design_philosophy .design_lst li .txt_box .t2 {
  font-weight: 300;
}

@media (max-width: 1720px) {
  .eng_wrap #footer .f_bottom .line {
    float: none;
    padding-bottom: 40px;
  }
  .eng_wrap #footer .f_bottom .addr {
    padding-bottom: 0;
  }
}

@media (max-width: 1520px) {
  .eng_wrap .index_wrap .company .r_banner_box {
    position: static;
    transform: none;
    width: 100%;
  }
  .eng_wrap .index_wrap .company .r_banner_box .info_lst {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .eng_wrap .en_reference > ul > li > .img {
    display: block;
    width: 100%;
  }
  .eng_wrap .en_reference > ul > li > .txt_box {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .eng_wrap .en_reference > ul > li > .txt_box > ul > li {
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  .eng_wrap .prod_view .prod_top .prod_intro .btn_box .btn_bg {
    display: block;
    margin-top: 5px;
  }

  .eng_wrap .contact .sns_box {
    width: 100%;
    margin: 15px auto 25px;
  }
  .eng_wrap .contact .sns_box ul li .ico {
    font-size: 0;
  }
  .eng_wrap .contact .sns_box ul li .ico:before {
    margin: 0 auto;
  }
  .eng_wrap .contact .map {
    height: 240px;
  }
  .eng_wrap .contact .map_txt_box .t2 {
    font-size: 12px;
  }

  .eng_wrap .en_reference > ul > li > .txt_box > ul > li {
    font-size: 12px;
  }

  .eng_wrap .board_view .board_nav table tr th {
    width: 120px;
  }
}

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