@charset "UTF-8";

/********************************************************

			리셋 / 공통 / 폰트 css  [KBR]

********************************************************/
@import url(notoSans.css);
/* @import url(jquery.bxslider.css); */
@import url(layout.css);
@import url(responsive.css);
@import url(jquery.aos.css);
@import url(jquery.swiper.css);
@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
  word-wrap: break-word;
}
body,
html {
  height: 100%;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  font-family: "Spoqa Han Sans Neo", "sans-serif", "Noto Sans CK", "Open Sans",
    "맑은 고딕", "AppleSDGothcNeo", "AppleGothic", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 16px;
  color: #000517;
  letter-spacing: -0.8px;
  margin: 0;
}
body,
input,
textarea,
select,
button,
table {
  font-size: 14px;
  margin: 0;
}
body {
  position: relative;
  background-color: #fff;
  color: #000517;
}
body.s {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
img,
fieldset {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: top;
  max-width: 100%;
}
em,
address {
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
strong {
  font-weight: 600;
}
#wrap {
  margin: 0 auto;
  font-weight: normal;
  font-family: "Spoqa Han Sans Neo", "sans-serif", "Noto Sans CK", "Open Sans",
    "맑은 고딕", "AppleSDGothcNeo", "AppleGothic", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Skip Nav */
#skip {
  position: relative;
  z-index: 99999999999;
}
#skip a {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-bottom: -1px;
  background: #151c2d;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#skip a:focus,
#skip a:active {
  position: absolute;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 5px;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

button,
input[type="button"] {
  cursor: pointer;
  vertical-align: middle;
}
table {
  table-layout: fixed;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
th,
td {
  vertical-align: middle !important;
}
.blind {
  display: none;
}
input {
  background-color: #f8f9fb;
  border-radius: 10px;
  padding: 0 1.073rem;
  box-sizing: border-box;
  border: 1px solid #f8f9fb;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #5530d6 !important;
  box-sizing: border-box;
  outline: none;
}

::placeholder {
  color: #bfbfbf;
  font-size: 1.065rem;
  font-weight: normal;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.065rem;
  font-weight: normal;
  font-size: 1.073rem;
  font-weight: 300;
}
::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.065rem;
  font-weight: normal;
  font-size: 1.073rem;
  font-weight: 300;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body.hidden {
  overflow: hidden;
}
/* layout common */
.set_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.set__table {
  display: table-cell;
  vertical-align: middle;
}
/* .maxWidth {max-width:1920px;margin:0 auto;} */
.max__Width {
  max-width: 1360px;
  margin: 0 auto;
}
.row {
  overflow: hidden;
}
.row > li {
  float: left;
}
.inner--left {
  float: left !important;
}
.inner--right {
  float: right !important;
}
.ls0 {
  letter-spacing: 0px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt200 {
  margin-top: 200px;
}
.mt140 {
  margin-top: 140px;
}
.mt120 {
  margin-top: 120px;
}
.mt110 {
  margin-top: 6.9rem;
}
.mt95 {
  margin-top: 5.97rem;
}
.mt80 {
  margin-top: 80px;
}
.mt75 {
  margin-top: 75px;
}
.mt70 {
  margin-top: 70px;
}
.mt60 {
  margin-top: 3.78rem;
}
.mt50 {
  margin-top: 3.13rem;
}
.mt45 {
  margin-top: 2.8rem;
}
.mt40 {
  margin-top: 2.52rem !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt30 {
  margin-top: 1.91rem;
}
.mt25 {
  margin-top: 25px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt15 {
  margin-top: 0.94rem;
}
.mt10 {
  margin-top: 10px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt100 {
  margin-top: 6.25rem !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mg0 {
  margin: 0 !important;
}
.pt0 {
  padding-bottom: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.d_inblock {
  display: inline-block !important;
  vertical-align: middle;
}
.d_block {
  display: block !important;
}
.wid100 {
  width: 100% !important;
  max-width: 100% !important;
}
.bd_bn {
  border-bottom: none !important;
}
.bd_tn {
  border-top: none !important;
}
.bd_ln {
  border-left: none !important;
}
.tar {
  text-align: right !important;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.mobile_img {
  display: none;
}
.fw300 {
  font-weight: 300 !important;
}
.fwb {
  font-weight: bold !important;
}
.vt_t {
  vertical-align: top !important;
}
.c_black {
  color: #000 !important;
}
.c_white {
  color: #fff !important;
}
.c_red {
  color: #e1251b !important;
}
.under {
  text-decoration: underline;
}
.number-font {
  font-family: "Montserrat";
}
.mobile_img {
  display: none;
}
@media screen and (max-width: 1024px) {
  html,
  body,
  p,
  div,
  #WRAP {
    font-size: 13px;
  }
}

@media screen and (max-width: 960px) {
  html,
  body,
  p,
  div,
  #WRAP {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body,
  p,
  div,
  #WRAP {
    font-size: 11px;
  }
  .pc_img {
    display: none !important;
  }
  .mobile_img {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  html,
  body,
  p,
  div,
  #WRAP {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  html,
  body,
  p,
  div,
  #WRAP {
    font-size: 9px;
  }
}
