/* common */
body * {
  font-family: 'NanumSquareRound', 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif sans-serif;
}

body.font-loaded {
  font-family: 'Nanum Gothic', '나눔고딕', 'NanumSquare', sans-serif;
}

.flex {
  -ms-display: flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: space-around;
  text-align: center;
}

/* layout - headers */
.headers::before {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  background-image: #4cda8b;
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(270deg, #1d52a4 0%, #4cda8b 73%, #12b48b 99%);
  /* Chrome 10+, Safari 5.1+ */
  background-image: -moz-linear-gradient(270deg, #1d52a4 0%, #4cda8b 73%, #12b48b 99%);
  /* Fx 3.6+ */
  background-image: linear-gradient(270deg, #1d52a4 0%, #4cda8b 73%, #12b48b 99%);
}

.headers {
  min-height: 100px;
  border-bottom: 1px solid #eee;
}

.headers .headers-wrap {
  max-width: 1300px;
  margin-top: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;

  /* border: 1px solid red; */
}

.headers .headers-wrap .logo {
  position: absolute;
  top: 0;
  left: 20px;
}

.headers .headers-wrap .logo a img {
  width: 180px;
}

.headers .headers-wrap .menus {
  margin-left: 240px;
  /* border: 1px solid blue; */
  display: inline-block;
  position: relative;
}

.headers .headers-wrap .menus::after {
  content: "";
  display: block;
  clear: both;
}

.headers .headers-wrap .menus .main {
  /* overflow: auto; */
  font-size: 17px;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}

.headers .headers-wrap .menus .main>li {
  /* float: left; */
  display: inline-block;
  position: relative;
  /* border: 1px solid yellow; */
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
}

.headers .headers-wrap .menus .main>li>a {
  padding: 18px 28px 34px;
  display: block;
}

.headers .headers-wrap .menus .main>li:hover,li.on {
  border-bottom: 4px solid #1d52a4;
}

.headers .headers-wrap .menus .main>li.on>a {
  font-weight: 900;
  color: blue;
}

.headers .headers-wrap .menus .main>li:hover a,a.on {
  /*padding-bottom: 32px;*/
}

.headers .headers-wrap .menus .sub {
  position: absolute;
  display: none;
  top: 71px;
  width: 100%;
  z-index: 10000;
  font-size: 15px;
  letter-spacing: 0px;
  color: #444444;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px 0;
}

.headers .headers-wrap .menus .main>li:hover .sub {
  display: block;
}

.headers .headers-wrap .menus .sub li {
  /* border: 1px solid blue; */
  line-height: 40px;
  height: 40px;
}

.headers .headers-wrap .menus .sub li a {
  color: #444444;
}

.headers .headers-wrap .menus .sub li:hover>a {
  color: #1d52a4;
}

.headers .headers-wrap .gnb {
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  z-index: 10;
}

.headers .headers-wrap .gnb .gnb_wrap {
  position: relative;
  /* border: 1px solid blue; */
}

.headers .headers-wrap .gnb i {
  font-size: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /* background-image: ; */
}

.headers .headers-wrap .gnb i::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  background: #93a5cc url("../img/comm/ico_user.png") center center no-repeat;
}

.headers .headers-wrap .gnb i.out::before {
  background-color: #cccccc;
}


.headers .headers-wrap .gnb ul {
  display: none;
  position: absolute;
  background: #4a4a4a;
  width: 120px;
  padding: 10px 0;
  right: 0;
  /* margin-top: 5px; */
}

.headers .headers-wrap .gnb:hover ul {
  display: block;
}

.headers .headers-wrap .gnb ul li a {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  display: block;
  padding: 5px 0;
  text-align: center;
}


/* layout - footer */
.footers {
  background-color: #222a36;
  color: #fff;
  overflow: auto;
}

.footers .info-section {
  background-color: #0f1217;
  padding: 35px 0 50px 0;
}

.footers .footers-wrap {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 70px 0 50px;
  /* border: 1px solid red; */
}

.footers .flex {
  justify-content: space-between !important;
}

.footers .footers-wrap .item {
  /* border: 1px solid blue; */
  text-align: left;
}

.footers .footers-wrap.navs {
  margin: 13px 0 10px;
}

.footers .footers-wrap.navs .item:nth-child(1) {
  flex-grow: 1;
}

.footers .footers-wrap.navs .item:nth-child(2) {
  flex-grow: 2;
}

.footers .footer-logo img {
  width: 150px;
}

.footers .footer-nav {
  overflow: auto;
  text-align: right !important;
}

.footers .footer-nav ul {
  margin-top: 14px !important;
  width: auto;
  display: inline-block;
}

.footers .footer-nav ul li {
  float: left;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
}

.footers .footer-nav ul li::after {
  content: '';
  width: 2px;
  height: 13px;
  background-color: #1b9af7;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
}

.footers .footer-nav ul li:last-child {
  padding-right: 0;
}

.footers .footer-nav ul li:last-child::after {
  content: '';
  width: 0;
}

.footers .footer-nav ul li a {
  color: #eeeeee;
}

.footers .footers-wrap.infos .item:nth-child(1) {
  flex-grow: 2;
}

.footers .footers-wrap.infos .item:nth-child(2) {
  flex-grow: 1;
}

.footers .footer-info .address {
  margin-top: 13px;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.footers .footer-info .address ul li {
  float: left;
  color: #91959b;
  padding: 0 15px;
  position: relative;
}

.footers .footer-info .address ul li::after {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #91959b;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}

.footers .footer-info .address ul li:first-child {
  padding-left: 0;
}

.footers .footer-info .address ul li:last-child {
  padding-right: 0;
}

.footers .footer-info .address ul li:last-child::after {
  content: '';
  width: 0;
}

.footers .footer-info .copyright {
  margin-top: 25px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #434a54;
  font-weight: 400;
}

.footers .footer-connect {
  overflow: auto;
  text-align: right !important;
}

.footers .footer-connect .sns ul {
  width: auto;
  display: inline-block;
}

.footers .footer-connect .sns ul li {
  float: left;
  padding: 0 18px;
}

.footers .footer-connect .sns ul li:last-child {
  padding-right: 5px;
}

.footers .footer-connect .customer {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
}

.footers .footer-connect .customer p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #bdc0c3;
  font-weight: 400;
}

.footers .footer-connect .customer strong {
  display: block;
  font-size: 29px;
  color: #1b9af7;
  font-weight: 400;
  margin: 10px 0;
}

.footers .footer-connect .customer span {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #dadbdc;
  font-weight: 400;
}

.footers ul:after {
  content: "";
  display: block;
  clear: both;
}

/* common */
.normal {
  font-weight: 400
}

.bold {
  font-weight: 700
}

.bolder {
  font-weight: 800
}

.light {
  font-weight: 300
}

.btn {
  color: rgba(0, 0, 0, 1);
}

.btn:hover::before {
  opacity: 0.04;
}

.btn:focus::before {
  opacity: 0.12;
}

.btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-duration: 0.28s;
  transition-property: box-shadow, transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn::before {
  border-radius: inherit;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.btn::before {
  background-color: currentColor;
}

.btn:focus {
  outline-style: none;
}

.btn {
  border: 1px solid #1e52a5;
  background-color: #fff;
  color: #1e52a5;
}

.primary {
  background-color: #1e52a5;
  color: white;
}

.gray {
  border: 1px solid #8b8b8b;
  background-color: #8b8b8b;
  color: white;
}

.secondary {
  background-color: #fff;
  color: #1e52a5;
}

.dashed {
  border-style: dashed !important;
}

/* size */
.w130 {
  width: 130px !important;
}

.w230 {
  width: 230px !important;
}

.w250 {
  width: 250px !important;
}

.w430 {
  width: 430px !important;
}

.w510 {
  width: 510px !important;
}

.w870 {
  width: 870px !important;
}

/* color */
.bc_f9f9f9 {
  background-color: #f9f9f9;
}

/* spaceing */
.ma-0 {
  margin: 0px !important;
}

.ma-1 {
  margin: 4px !important;
}

.ma-2 {
  margin: 8px !important;
}

.ma-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pa-0 {
  padding: 0px !important;
}

.pa-1 {
  padding: 4px !important;
}

.pa-2 {
  padding: 8px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.pa-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.none {
  display: none !important;
}

.m_header {
  display: none;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .headers .headers-wrap .menus {
    margin-left: 20vw;
  }

  .headers .headers-wrap .menus .main>li>a {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }
}

@media screen and (max-width: 900px) {
  .headers {
    display: none;
  }

  .m-headers {
    display: block;
  }

  .footers .flex {
    flex-direction: column;
  }

  .footers .flex * {
    font-size: 0.1em !important;
    text-align: center !important;
  }

  .footers .flex .item {
    text-align: center !important;
    flex-grow: 1 !important;
  }

  .footers .footers-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .footers .footer-logo {
    margin: 0 auto;
  }

  .footers .footer-nav ul li {
    font-size: 0.1em;
    padding: 0 1vw;
  }

  .footers .footer-nav ul li::after {
    content: '';
    width: 0;
    height: 0;
  }

  .footers .footer-connect {
    order: 1;
  }

  .footers .footer-connect .sns ul li {
    padding: 0 4vw;
  }

  .footers .footer-info {
    order: 2;
  }

  .footers .footers-wrap.infos .item:nth-child(1) {
    flex-grow: 1 !important;
    width: 100%;
  }

  .footers .footers-wrap.infos .item:nth-child(2) {
    flex-grow: 1 !important;
    width: 100%;
  }

  .footers .footer-info .address ul {
    width: 100%;
    display: block !important;
  }

  .footers .footer-info .address ul li {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
  }

  .footers .footer-info .address ul li::after {
    content: '';
    width: 0;
    height: 0;
  }

}
