@charset "UTF-8";

/*
AUTH : ssooya
VERSION : version 2
*/

/**********
펑션
***********/

/**********
텍스트 자간
***********/

/**********
텍스트 말줄임
***********/

/**********
아이콘
***********/

* {
  word-break: keep-all;
}

@media (max-width: 1024px) {
  html.m-scroll-lock,
  body.m-scroll-lock {
    overflow: hidden;
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
  }
  html.m-scroll-lock .container,
  body.m-scroll-lock .container {
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
  }
}

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none;
}

body.scrollHidden .container {
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none;
}

.inner {
  margin: 0 auto;
  max-width: 1520px;
  width: calc(100% - 40px);
}

.container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 2560px;
}

.container.type-padding {
  padding: 56px 0 70px;
}

nav.mobile-menu-group {
  display: none;
  background-color: #111213;
  padding: 20px 0 75px;
}

nav.mobile-menu-group .mobile-menu-list ul.depth1 li.depth1-box .depth1-btn {
  height: 75px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 0 20px;
  border-bottom: 1px solid #292a2b;
}

nav.mobile-menu-group
  .mobile-menu-list
  ul.depth1
  li.depth1-box
  .depth1-btn.with-sub {
  background: url("../img/ic_nav_depth_show@3x.png") no-repeat right 20px
    center/17px 2px;
}

nav.mobile-menu-group
  .mobile-menu-list
  ul.depth1
  li.depth1-box
  .depth1-btn.with-sub.on {
  background: url("../img/ic_nav_depth_hide@3x.png") no-repeat right 20px
    center/17px 17px;
}

nav.mobile-menu-group
  .mobile-menu-list
  ul.depth1
  li.depth1-box
  .depth1-btn.with-sub.on
  ~ .depth2 {
  display: block;
}

nav.mobile-menu-group .mobile-menu-list ul.depth2 {
  padding: 20px 30px 20px;
  display: none;
  border-bottom: 1px solid #292a2b;
}

nav.mobile-menu-group .mobile-menu-list ul.depth2 li.depth2-box .depth2-btn {
  color: #bbbbbb;
  font-size: 15px;
  line-height: 35px;
  font-weight: 300;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}

header.main .header-wrap nav .nav-list .nav-btn-box .nav-btn {
  color: #ffffff;
}

header.main .header-wrap .search-box .list-wrap .item-box {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

header.main .header-wrap .search-box .list-wrap .item-box .market-btn .txt-box {
  color: #fff !important;
}

header.main
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  .search-btn {
  background: url(../img/ic_menu_item2@3x.png) no-repeat center/cover;
}

header.main
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  input {
  color: #fff !important;
}

header.main
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  input::placeholder {
  color: #fff;
}

header.main .header-wrap .mobile-menu-box .mobile-menu-btn {
  background: url(../img/ic_main_menu@3x.png) no-repeat center/cover !important;
}

header.main .header-wrap .ic-country {
  background: url("../img/ic_menu_item1@3x.png") no-repeat center/cover !important;
  width: 18px !important;
  height: 18px !important;
}

header.scroll .header-wrap nav .nav-list .nav-btn-box .nav-btn {
  color: #000 !important;
}

@media (max-width: 1024px) {
  header.scroll .header-wrap .mobile-menu-box .mobile-menu-btn {
    background: url(../img/ic_main_menu1-1@3x.png) no-repeat center/cover !important;
  }
}

header.scroll .header-wrap .search-box .list-wrap .item-box {
  background-color: #fff;
  border: 1px solid rgba(17, 17, 17, 0.5);
}

header.scroll
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .market-btn
  .txt-box {
  color: #111 !important;
}

header.scroll
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  .search-btn {
  background: url(../img/ic_menu_item2-1@3x.png) no-repeat center/cover;
}

header.scroll
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  input {
  color: #111 !important;
}

header.scroll
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  input::placeholder {
  color: #111;
}

header.active nav.mobile-menu-group {
  display: block;
}

header.active .header-wrap {
  background-color: #111213 !important;
}

header.active .header-wrap .mobile-menu-btn {
  display: none !important;
}

header.active .header-wrap .mobile-close-btn {
  display: block !important;
}

header.active .header-wrap .search-box .list-wrap .item-box {
  background-color: #111213 !important;
  border: 1px solid #fff !important;
}

header.active
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .market-btn
  .txt-box {
  color: #fff !important;
}

header.active .header-wrap .search-btn {
  background: url(../img/ic_menu_item2@3x.png) no-repeat center/cover !important;
}

header.active .header-wrap .search-btn-box input {
  color: #fff !important;
}

header.active .header-wrap .search-btn-box input::placeholder {
  color: #fff !important;
}

header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1560px;
  padding: 0 63px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  header .header-wrap {
    padding: 20px 20px 0;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  header .header-wrap nav {
    display: none;
  }
}

header .header-wrap nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 99px;
}

header .header-wrap nav .nav-list .nav-btn-box + .nav-btn-box {
  margin-left: 106px;
}

header .header-wrap nav .nav-list .nav-btn-box .nav-btn {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #111111;
}

header
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .market-btn
  .ic.ic-country.type-img {
  background: url("../img/ic_menu_item1-1@3x.png") no-repeat center/cover;
  width: 16px;
  height: 16px;
}

header .header-wrap .search-box .list-wrap .item-box .market-btn .txt-box {
  color: #111111;
}

header
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  .search-btn {
  background: url("../img/ic_menu_item2-1@3x.png") no-repeat center/cover;
}

@media (max-width: 1024px) {
  header .header-wrap .search-box {
    position: static;
    transform: none;
  }
}

header .header-wrap .search-box .list-wrap {
  display: flex;
  align-items: center;
}

header .header-wrap .search-box .list-wrap .item-box {
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 25px;
  width: 168px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 1024px) {
  header .header-wrap .search-box .list-wrap .item-box {
    width: 131px;
    height: 39px;
  }
}

header .header-wrap .search-box .list-wrap .item-box + .item-box {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  header .header-wrap .search-box .list-wrap .item-box + .item-box {
    margin-left: 5px;
  }
}

header .header-wrap .search-box .list-wrap .item-box .market-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  header .header-wrap .search-box .list-wrap .item-box .market-btn {
    padding: 0 12px 0 9px;
  }
}

header
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .market-btn
  .ic.ic-country {
  background: url("../img/ic_menu_item1-1@3x.png") no-repeat center/cover;
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  header
    .header-wrap
    .search-box
    .list-wrap
    .item-box
    .market-btn
    .ic.ic-country {
    display: none;
  }
}

header
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .market-btn
  .ic.ic-country2 {
  display: none;
  background: url("../img/ic_menu_item1-1@3x.png") no-repeat center/cover;
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  header
    .header-wrap
    .search-box
    .list-wrap
    .item-box
    .market-btn
    .ic.ic-country2 {
    display: block;
  }
}

header .header-wrap .search-box .list-wrap .item-box .market-btn .txt-box {
  margin-left: 9px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.05em;
  color: #111;
}

@media (max-width: 1024px) {
  header .header-wrap .search-box .list-wrap .item-box .market-btn .txt-box {
    margin-left: 5px;
    font-size: 12px;
  }
}

header .header-wrap .search-box .list-wrap .item-box .search-btn-box {
  position: relative;
}

header .header-wrap .search-box .list-wrap .item-box .search-btn-box input {
  color: #111;
}

header
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  input::placeholder {
  color: #111;
}

header
  .header-wrap
  .search-box
  .list-wrap
  .item-box
  .search-btn-box
  .search-btn {
  z-index: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/ic_menu_item2-1@3x.png") no-repeat center/cover;
  width: 20px;
  height: 19px;
}

@media (max-width: 1024px) {
  header
    .header-wrap
    .search-box
    .list-wrap
    .item-box
    .search-btn-box
    .search-btn {
    right: 12px;
    width: 16px;
    height: 15px;
  }
}

header .header-wrap .mobile-menu-box {
  display: none;
}

@media (max-width: 1024px) {
  header .header-wrap .mobile-menu-box {
    display: block;
  }
}

@media (max-width: 1024px) {
  header .header-wrap .mobile-menu-box.type-img {
    width: 100%;
    text-align: right;
  }
}

header .header-wrap .mobile-menu-box.type-img .mobile-menu-btn {
  background: url("../img/ic_main_menu1-1@3x.png") no-repeat center/cover;
}

header .header-wrap .mobile-menu-box .mobile-menu-btn {
  background: url("../img/ic_main_menu1-1@3x.png") no-repeat center/cover;
  width: 25px;
  height: 19px;
}

header .header-wrap .mobile-menu-box .mobile-close-btn {
  background: url("../img/ic_mobile_close@3x.png") no-repeat center/21px 21px;
  width: 25px;
  height: 19px;
  display: none;
}

footer {
  background-color: #111213;
  padding: 97px 0 62px;
}

@media (max-width: 1024px) {
  footer {
    padding: 40px 0 38px;
  }
}

footer .info-list .head-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 67px;
}

@media (max-width: 1024px) {
  footer .info-list .head-box {
    display: block;
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box + .info-box {
    margin-top: 51px;
  }
}

footer .info-list .head-box .info-box .subject-box {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #00b3ff;
  padding-bottom: 28px;
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .subject-box {
    padding-bottom: 21px;
  }
}

footer .info-list .head-box .info-box .con-box {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .con-box {
    font-size: 13px;
  }
}

footer .info-list .head-box .info-box .con-box + .con-box {
  padding-top: 11px;
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .con-box + .con-box {
    padding-top: 7px;
  }
}

footer .info-list .head-box .info-box .con-box.type-padding {
  padding-top: 22px;
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .con-box.type-padding {
    padding-top: 18px;
  }
}

footer .info-list .head-box .info-box .con-box.type-size {
  font-size: 30px;
  letter-spacing: 0.075em;
  font-weight: 300;
  font-family: "GmarketSans";
}

footer .info-list .head-box .info-box .con-box .subject-box {
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  min-width: 76px;
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .con-box .subject-box {
    letter-spacing: -0.025em;
    min-width: 50px;
  }
}

footer .info-list .head-box .info-box .con-box .subject-box.type-fw {
  font-weight: 200;
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .con-box .subject-box.type-fw {
    font-weight: 300;
  }
}

footer .info-list .head-box .info-box .con-box .sub-box {
  padding-left: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
  footer .info-list .head-box .info-box .con-box .sub-box {
    font-size: 13px;
  }
}

footer .info-list .bottom-box {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 62px;
}

@media (max-width: 1024px) {
  footer .info-list .bottom-box {
    padding-top: 40px;
  }
}

footer .info-list .bottom-box .copy-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  footer .info-list .bottom-box .copy-list {
    display: block;
  }
}

footer .info-list .bottom-box .copy-list .copy-box {
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.075em;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  footer .info-list .bottom-box .copy-list .copy-box {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  footer .info-list .bottom-box .copy-list .policy-btn-box {
    margin-top: 18px;
  }
}

footer .info-list .bottom-box .copy-list .policy-btn-box .policy-btn {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 157px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  footer .info-list .bottom-box .copy-list .policy-btn-box .policy-btn {
    margin-top: 18px;
    font-size: 12px;
    border-radius: 20px;
    width: 130px;
    height: 39px;
  }
}

article.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(66, 66, 66, 0.5);
  z-index: 500;
}

article.popup.type-long .popup-wrapper {
  max-width: 880px;
  width: calc(100% - 40px);
}

article.popup .popup-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 553px;
  z-index: 1;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper {
    width: calc(100% - 40px);
  }
}

article.popup .popup-wrapper .popup-head-box {
  background-color: #2b429f;
  text-align: center;
  position: relative;
  padding: 28px;
}

article.popup .popup-wrapper .popup-head-box.type-find {
  padding: 28px 71px 60px;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-head-box.type-find {
    padding: 0;
  }
  article.popup .popup-wrapper .popup-head-box.type-find .close-btn {
    top: -31px;
  }
}

article.popup .popup-wrapper .popup-head-box .close-btn {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 10;
}
/*  */
/* 제품선택창 X 닫기 버튼 */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.selector-tit-box > i.ic.ic-close {
  background: url("../img/ic_popup_close@3x.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

article.popup .popup-wrapper .popup-head-box .close-btn .ic.ic-close {
  background: url("../img/ic_popup_close@3x.png") no-repeat center/cover;
  width: 31px;
  height: 31px;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-head-box .close-btn .ic.ic-close {
    background: url("../img/ic_mob_popup_close@3x.png") no-repeat center/cover;
    width: 21px;
    height: 21px;
  }
}

article.popup .popup-wrapper .popup-head-box .con-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 48px;
  margin-bottom: 63px;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-head-box .con-box {
    margin-top: 36px;
    margin-bottom: 42px;
  }
}

article.popup .popup-wrapper .popup-head-box .con-box .warning-img-box {
  background: url("../img/ic_popup_warning@3x.png") no-repeat center/cover;
  width: 89px;
  height: 80px;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-head-box .con-box .warning-img-box {
    width: 65px;
    height: 58px;
  }
}

article.popup .popup-wrapper .popup-head-box .con-box .con-txt {
  padding-top: 37px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #ffffff;
}

article.popup .popup-wrapper .popup-head-box .con-box .con-txt br {
  display: none;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-head-box .con-box .con-txt {
    font-size: 16px;
    line-height: 30px;
    padding-top: 26px;
  }
  article.popup .popup-wrapper .popup-head-box .con-box .con-txt br {
    display: block;
  }
}

article.popup .popup-wrapper .popup-body-box {
  background-color: #ffffff;
  text-align: center;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-body-box {
    padding: 27px;
  }
}

article.popup .popup-wrapper .popup-body-box .menu-btn-box + .menu-btn-box {
  margin-left: 10px;
}

article.popup .popup-wrapper .popup-body-box .menu-btn-box .menu-btn {
  background-color: #111213;
  width: 120px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #ffffff;
}

article.popup .popup-wrapper .popup-body-box .menu-btn-box .menu-btn.type-gray {
  background-color: #a0a0a0;
}

article.popup
  .popup-wrapper
  .popup-body-box
  .menu-btn-box
  .menu-btn.type-primary {
  background-color: #0a1f77;
}

@media (max-width: 1024px) {
  article.popup .popup-wrapper .popup-body-box .menu-btn-box .menu-btn {
    font-size: 16px;
  }
}

article.popup.popup-password .popup-wrapper .popup-head-box .con-box {
  margin-bottom: 28px;
}

article.popup.popup-password .popup-wrapper .popup-head-box .tbox {
  margin-top: 23px;
}

@media (max-width: 1024px) {
  article.popup.popup-password .popup-wrapper .popup-head-box .tbox.medium {
    width: 100%;
  }
}

article.popup.popup-password .popup-wrapper .popup-head-box .tbox input {
  width: 100%;
  background-color: #f8f6f1;
  border-radius: 0;
  color: #1e1e1e;
}

article.popup.popup-certificate .popup-wrapper {
  width: 800px;
}

@media (max-width: 1024px) {
  article.popup.popup-certificate .popup-wrapper {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1024px) {
  article.popup.popup-certificate .popup-wrapper .popup-head-box {
    padding: 24px 15px 31px;
  }
}

article.popup.popup-certificate .popup-wrapper .popup-head-box .con-box {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  article.popup.popup-certificate .popup-wrapper .popup-head-box .con-box {
    margin-top: 0;
    margin-bottom: 0;
  }
}

article.popup.popup-certificate
  .popup-wrapper
  .popup-head-box
  .con-box
  .subject-box {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  line-height: 30px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  article.popup.popup-certificate
    .popup-wrapper
    .popup-head-box
    .con-box
    .subject-box {
    font-size: 20px;
  }
}

article.popup.popup-certificate
  .popup-wrapper
  .popup-head-box
  .con-box
  .certificate-img-box {
  margin-top: 51px;
  margin-bottom: 19px;
  max-height: 40vh;
  height: 600px;
}

@media (max-width: 1024px) {
  article.popup.popup-certificate
    .popup-wrapper
    .popup-head-box
    .con-box
    .certificate-img-box {
    margin-top: 27px;
  }
}

article.popup.popup-certificate
  .popup-wrapper
  .popup-head-box
  .con-box
  .certificate-img-box
  img {
  width: 100%;
  height: 100%;
}

section.main-visual .visual-box {
  background: url("../img/img_main_visual.png") no-repeat center/auto 100%;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 1024px) {
  section.main-visual .visual-box {
    height: 600px;
    background: url("../img/img_mob_main_visual@3x.png") no-repeat center/100%
      100%;
  }
}

section.main-visual .visual-box .tit-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

section.main-visual .visual-box .tit-wrap .tit-box {
  font-size: 100px;
  font-weight: 200;
  line-height: 130px;
  letter-spacing: -0.075em;
  color: #ffffff;
}

@media (max-width: 1024px) {
  section.main-visual .visual-box .tit-wrap .tit-box {
    font-size: 35px;
    line-height: 45px;
  }
}

section.main-visual .visual-box .tit-wrap .dot {
  height: 87px;
  position: relative;
}

@media (max-width: 1024px) {
  section.main-visual .visual-box .tit-wrap .dot {
    display: none;
  }
}

section.main-visual .visual-box .tit-wrap .dot:after {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.main-visual .visual-box .tit-wrap .con-box {
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1024px) {
  section.main-visual .visual-box .tit-wrap .con-box {
    display: none;
  }
}

section.main-visual .visual-box .tit-wrap .mob-con-box {
  display: none;
}

@media (max-width: 1024px) {
  section.main-visual .visual-box .tit-wrap .mob-con-box {
    display: block;
    padding-top: 41px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.6);
  }
}

article.search-result-txt {
  border-bottom: 2px solid #000000;
  margin-bottom: 51px;
}

@media (max-width: 1024px) {
  article.search-result-txt {
    margin-bottom: 31px;
  }
}

article.search-result-txt .txt {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #111111;
  padding-bottom: 35px;
}

@media (max-width: 1024px) {
  article.search-result-txt .txt {
    font-size: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 1024px) {
  article.img-layout-form.type-width {
    padding-top: 33px;
  }
}

article.img-layout-form.type-width .list-wrap ul li {
  width: calc(33.33% - 20px);
  margin: 21px 10px;
}

@media (max-width: 1024px) {
  article.img-layout-form.type-width .list-wrap ul li {
    width: calc(50% - 10px);
    margin: 6px 5px;
  }
}

article.img-layout-form .list-wrap ul {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: -21px -10px;
}

@media (max-width: 1024px) {
  article.img-layout-form .list-wrap ul {
    margin: -6px -5px;
  }
}

article.img-layout-form .list-wrap ul li {
  width: calc(25% - 20px);
  margin: 21px 10px;
  border: 1px solid #dddddd;
}

@media (max-width: 1024px) {
  article.img-layout-form .list-wrap ul li {
    width: calc(50% - 10px);
    margin: 6px 5px;
  }
}

article.img-layout-form .list-wrap ul li .img-btn-box {
  width: 100%;
  height: 100%;
}

article.img-layout-form .list-wrap ul li .img-btn-box .product-img-box img {
  width: 100%;
  height: 100%;
}

article.img-layout-form
  .list-wrap
  ul
  li
  .img-btn-box
  .subject-box
  .subject-txt {
  padding: 37px 27px;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  article.img-layout-form
    .list-wrap
    ul
    li
    .img-btn-box
    .subject-box
    .subject-txt {
    padding: 17px 10px;
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  article.img-layout-form
    .list-wrap
    ul
    li
    .img-btn-box
    .subject-box
    .subject-txt
    .text-none {
    display: none;
  }
}

article.img-layout-form
  .list-wrap
  ul
  li
  .img-btn-box
  .subject-box
  .subject-txt.type-fw {
  font-weight: 500;
}

@media (max-width: 1024px) {
  article.img-layout-form
    .list-wrap
    ul
    li
    .img-btn-box
    .subject-box
    .subject-txt.type-fw {
    font-weight: 700;
  }
}

article.img-layout-form
  .list-wrap
  ul
  li
  .img-btn-box
  .subject-box
  .subject-txt.type-txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

article.img-layout-form2 .list-wrap ul {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: -21px -9px;
}

@media (max-width: 1024px) {
  article.img-layout-form2 .list-wrap ul {
    margin: -11px -5px;
  }
}

article.img-layout-form2 .list-wrap ul li {
  width: calc(16.66% - 18px);
  margin: 21px 9px;
  border: 1px solid #dddddd;
}

article.img-layout-form2 .list-wrap ul li:hover .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
  article.img-layout-form2 .list-wrap ul li {
    width: calc(33.33% - 10px);
    border: none;
    margin: 11px 5px;
  }
}

article.img-layout-form2 .list-wrap ul li .img-btn-box {
  width: 100%;
  height: 100%;
}

article.img-layout-form2 .list-wrap ul li .img-btn-box .product-img-box {
  height: 100%;
  width: 100%;
  position: relative;
}

article.img-layout-form2 .list-wrap ul li .img-btn-box .product-img-box img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  article.img-layout-form2 .list-wrap ul li .img-btn-box .subject-box {
    display: none;
  }
}

article.img-layout-form2
  .list-wrap
  ul
  li
  .img-btn-box
  .subject-box
  .subject-txt {
  padding: 20px 21px;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

article.section-tit-layout .banner-img-box {
  width: 100%;
  height: 650px;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box {
    height: 200px;
  }
}

article.section-tit-layout .banner-img-box.type-introduction {
  background: url("../img/img_content_banner1.png") no-repeat center/100% 100%;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box.type-introduction {
    background: url("../img/img_mob_content_banner1@3x.png") no-repeat
      center/100% 100%;
  }
}

article.section-tit-layout .banner-img-box.type-product-introduction {
  background: url("../img/storage_box_top.png") no-repeat center/100% 100%;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box.type-product-introduction {
    background: url("../img/storage_box_top@3x.png") no-repeat
      center/100% 100%;
  }
}

article.section-tit-layout .banner-img-box.type-estimate {
  background: url("../img/img_content_banner3.png") no-repeat center/100% 100%;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box.type-estimate {
    background: url("../img/img_mob_content_banner3@3x.png") no-repeat
      center/100% 100%;
  }
}

article.section-tit-layout .banner-img-box.type-data {
  background: url("../img/img_content_banner4.png") no-repeat center/100% 100%;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box.type-data {
    background: url("../img/img_mob_content_banner4@3x.png") no-repeat
      center/100% 100%;
  }
}

article.section-tit-layout .banner-img-box.type-notice {
  background: url("../img/img_content_banner5.png") no-repeat center/100% 100%;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box.type-notice {
    background: url("../img/img_mob_content_banner5@3x.png") no-repeat
      center/100% 100%;
  }
}

article.section-tit-layout .banner-img-box .tit-box {
  position: relative;
  left: 0;
  top: -55px;
  margin: 0 auto;
  max-width: 1520px;
  width: calc(100% - 40px);
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box .tit-box {
    top: -30px;
  }
}

article.section-tit-layout .banner-img-box .tit-box .tit-txt {
  position: absolute;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #111111;
}

@media (max-width: 1024px) {
  article.section-tit-layout .banner-img-box .tit-box .tit-txt {
    font-size: 45px;
    font-weight: 700;
  }
}

article.lnb-navigation {
  padding-top: 50px;
}

@media (max-width: 1024px) {
  article.lnb-navigation.type-padding {
    padding-top: 15px;
  }
}

@media (max-width: 1024px) {
  article.lnb-navigation .list-wrap {
    margin: -20px;
  }
}

article.lnb-navigation .list-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  article.lnb-navigation .list-wrap ul {
    justify-content: start;
    overflow-x: scroll;
    height: 62px;
    padding: 0 20px;
    -ms-overflow-style: none;
  }
  article.lnb-navigation .list-wrap ul::-webkit-scrollbar {
    display: none;
  }
}

article.lnb-navigation .list-wrap ul li + li {
  margin-left: 59px;
}

@media (max-width: 1024px) {
  article.lnb-navigation .list-wrap ul li + li {
    margin-left: 41px;
  }
}

article.lnb-navigation .list-wrap ul li .menu-btn {
  white-space: nowrap;
}

article.lnb-navigation .list-wrap ul li .menu-btn .menu-txt {
  font-size: 22px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #111111;
  line-height: 30px;
}

@media (max-width: 1024px) {
  article.lnb-navigation .list-wrap ul li .menu-btn .menu-txt {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }
}

article.lnb-navigation .list-wrap ul li .menu-btn.on {
  position: relative;
  top: 1px;
}

article.lnb-navigation .list-wrap ul li .menu-btn.on:after {
  content: "";
  left: 0;
  right: 0;
  background-color: #111111;
  height: 5px;
  position: absolute;
  bottom: -15px;
}

@media (max-width: 1024px) {
  article.lnb-navigation .list-wrap ul li .menu-btn.on:after {
    height: 4px;
  }
}

article.lnb-navigation .list-wrap ul li .menu-btn.on .menu-txt {
  font-family: "GmarketSans";
  font-weight: 700;
}

article.foot-menu-btn-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  article.foot-menu-btn-layout {
    display: none;
  }
}

article.foot-menu-btn-layout .con-box {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  article.foot-menu-btn-layout .con-box.m-reverse .menu-btn-box:nth-child(1) {
    order: 2;
    margin: 0;
  }
  article.foot-menu-btn-layout .con-box.m-reverse .menu-btn-box:nth-child(2) {
    order: 1;
    margin: 0 10px 0 0;
  }
}

article.foot-menu-btn-layout .con-box + .con-box {
  margin-left: 10px;
}

article.foot-menu-btn-layout .con-box .menu-btn-box + .menu-btn-box {
  margin-left: 10px;
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 65px;
  border: 1px solid #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #ffffff;
}

@media (max-width: 1024px) {
  article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn {
    height: 50px;
    width: 110px;
  }
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-col {
  color: #111111;
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-blue {
  background-color: #0a1f77;
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-black {
  background-color: #111213;
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-big {
  width: 179px;
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn .ic {
  margin-right: 7px;
}

article.foot-menu-btn-layout .con-box .menu-btn-box .menu-btn .ic.ic-country2 {
  background: url("../img/ic_menu_item1-1@3x.png") no-repeat center/cover;
  width: 18px;
  height: 18px;
}

article.foot-mob-menu-btn-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  article.foot-mob-menu-btn-layout {
    display: block;
  }
}

article.foot-mob-menu-btn-layout .con-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

article.foot-mob-menu-btn-layout .con-box + .con-box {
  margin-top: 10px;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box {
  width: 100%;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box + .menu-btn-box {
  margin-left: 10px;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  border: 1px solid #7d7d7d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #ffffff;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-col {
  color: #111111;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-blue {
  background-color: #0a1f77;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-black {
  background-color: #111213;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-big {
  width: 100%;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn.type-height {
  height: 50px;
}

article.foot-mob-menu-btn-layout .con-box .menu-btn-box .menu-btn .ic {
  margin-right: 12px;
}

article.foot-mob-menu-btn-layout
  .con-box
  .menu-btn-box
  .menu-btn
  .ic.ic-country2 {
  background: url("../img/ic_menu_item1-1@3x.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  article.table-list-layout .table-wrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

article.table-list-layout .table-wrap table {
  border-top: 1px solid #111111;
}

@media (max-width: 1024px) {
  article.table-list-layout .table-wrap table {
    width: 100%;
    min-width: 500px;
  }
}

article.table-list-layout .table-wrap table thead {
  border-bottom: 1px solid #111111;
}

article.table-list-layout .table-wrap table thead th {
  padding: 25px 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  article.table-list-layout .table-wrap table thead th {
    font-size: 15px;
    padding: 18px 0;
  }
}

article.table-list-layout .table-wrap table tbody {
  text-align: center;
}

article.table-list-layout .table-wrap table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

article.table-list-layout .table-wrap table tbody td {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  height: 70px;
}

@media (max-width: 1024px) {
  article.table-list-layout .table-wrap table tbody td {
    font-size: 14px;
    height: 50px;
  }
}

article.table-list-layout .table-wrap table tbody td:nth-child(2) {
  text-align: left;
}

article.table-list-layout .table-wrap table tbody .file-btn-box {
  display: flex;
  justify-content: center;
}

article.table-list-layout .table-wrap table tbody .file-btn-box .file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 40px;
  background-color: rgba(10, 31, 119, 0.05);
}

article.table-list-layout
  .table-wrap
  table
  tbody
  .file-btn-box
  .file-btn.box-short {
    background: url(../img/ic_file.png) no-repeat center/cover;
    width: 21px;
    height: 23px;
}

@media (max-width: 1024px) {
  article.table-list-layout
    .table-wrap
    table
    tbody
    .file-btn-box
    .file-btn.box-short {
    width: 40px;
    background-color: rgba(10, 31, 119, 0.05);
  }
}

@media (max-width: 1024px) {
  article.table-list-layout .table-wrap table tbody .file-btn-box .file-btn {
    width: 40px;
  }
}

article.table-list-layout
  .table-wrap
  table
  tbody
  .file-btn-box
  .download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 40px;
    background-color: rgba(10, 31, 119, 0.05);
}

article.table-list-layout
  .table-wrap
  table
  tbody
  .file-btn-box
  .download-btn
  .ic.ic-excel {
  background: url(../img/ic_file.png) no-repeat center/cover;
  width: 21px;
  height: 23px;
}

article.table-list-layout
  .table-wrap
  table
  tbody
  .file-btn-box
  .file-btn
  .ic.ic-pdf {
  background: url(../img/ic_file.png) no-repeat center/cover;
  width: 20px;
  height: 23px;
}

article.table-list-layout
  .table-wrap
  table
  tbody
  .file-btn-box
  .file-btn
  .ic.ic-word {
  background: url(../img/ic_word@3x.png) no-repeat center/cover;
  width: 21px;
  height: 23px;
}

article.table-list-layout .table-wrap table tbody .file-btn-box .file-btn .txt {
  padding-left: 9px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #111111;
}

@media (max-width: 1024px) {
  article.table-list-layout
    .table-wrap
    table
    tbody
    .file-btn-box
    .file-btn
    .txt {
    display: none;
  }
}

article.table-list-layout .table-wrap table tbody .fw-regular {
  font-weight: 400;
}

article.table-list-layout .table-wrap table tbody .state {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

article.table-list-layout .table-wrap table tbody .state.complete {
  margin: 14px 0;
  color: #3f58c1;
  font-weight: 400;
  background-color: rgba(10, 31, 119, 0.05);
  width: 93px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

article.view-layout {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

article.view-layout .head-box {
  position: relative;
}

article.view-layout .head-box .subject-box {
  padding: 25px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  article.view-layout .head-box .subject-box {
    font-size: 20px;
    font-weight: 700;
  }
}

article.view-layout .head-box .sub-box {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "NanumSquare";
}

@media (max-width: 1024px) {
  article.view-layout .head-box .sub-box {
    font-size: 14px;
    top: auto;
    bottom: -2px;
  }
}

article.view-layout .head-box .sub-box .date {
  font-weight: 700;
}

@media (max-width: 1024px) {
  article.view-layout .head-box .sub-box .date {
    display: none;
  }
}

article.view-layout .body-box .row {
  border-top: 1px solid #e7e7e7;
  padding: 30px 0;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row {
    padding: 18px 0 27px;
  }
}

article.view-layout .body-box .row.type-padding {
  padding: 95px 0 105px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row.type-padding {
    padding: 34px 0 80px;
  }
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row.type-padding2 {
    padding: 16px 0 21px;
  }
}

article.view-layout .body-box .row .con-box {
  display: flex;
}

article.view-layout .body-box .row .con-box + .con-box {
  padding-top: 13px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box + .con-box {
    padding-top: 7px;
  }
}

article.view-layout .body-box .row .con-box .subject-box {
  min-width: 70px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
  line-height: 25px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .subject-box {
    font-size: 15px;
    min-width: 53px;
  }
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .subject-box.type-mob {
    display: none;
  }
}

article.view-layout .body-box .row .con-box .file-download-box {
  margin-left: 39px;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  line-height: 25px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .file-download-box {
    padding-left: 13px;
    font-size: 15px;
  }
}

article.view-layout .body-box .row .con-box .file-download-box .ic.ic-pdf {
  background: url("../img/ic_file.png") no-repeat center/cover;
  width: 20px;
  height: 23px;
}

article.view-layout .body-box .row .con-box .file-download-box .sub-txt {
  margin-left: 9px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .file-download-box .sub-txt {
    font-size: 15px;
    letter-spacing: 0;
  }
}

article.view-layout .body-box .row .con-box .sub-box {
  padding-left: 39px;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  line-height: 25px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .sub-box {
    padding-left: 13px;
    font-size: 15px;
  }
}

article.view-layout .body-box .row .con-box .sub-box .sub-txt {
  margin-left: 9px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .sub-box .sub-txt {
    font-size: 15px;
    letter-spacing: 0;
  }
}

article.view-layout .body-box .row .con-box .sub-box.type-msg {
  line-height: 40px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .sub-box.type-msg {
    padding-left: 0;
    line-height: 26px;
  }
}

article.view-layout .body-box .row .con-box .file-list {
  display: flex;
  flex-flow: column;
  padding-left: 39px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .file-list {
    padding-left: 13px;
  }
}

article.view-layout .body-box .row .con-box .file-list .file-btn {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  line-height: 25px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .con-box .file-list .file-btn {
    font-size: 15px;
  }
}

article.view-layout .body-box .row .choice-con-box {
  display: flex;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .choice-con-box {
    display: block;
  }
}

article.view-layout .body-box .row .choice-con-box .subject-box {
  min-width: 70px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .choice-con-box .subject-box {
    font-size: 15px;
    min-width: 53px;
  }
}

article.view-layout .body-box .row .choice-con-box .sub-box {
  width: 100%;
  margin-left: 42px;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .choice-con-box .sub-box {
    margin-left: 0;
    margin-top: 16px;
  }
}

article.view-layout .body-box .row .choice-con-box .sub-box .choice-box {
  display: flex;
  background-color: #f6f6fa;
  padding: 21px 29px;
  position: relative;
}

@media (max-width: 1024px) {
  article.view-layout .body-box .row .choice-con-box .sub-box .choice-box {
    display: block;
    padding: 19px 19px;
  }
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  + .choice-box {
  margin-top: 10px;
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  .choice-img-box {
  width: 166px;
  height: 104px;
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  .choice-img-box
  img {
  width: 100%;
  height: 100%;
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  .info-box {
  margin-left: 29px;
}

@media (max-width: 1024px) {
  article.view-layout
    .body-box
    .row
    .choice-con-box
    .sub-box
    .choice-box
    .info-box {
    margin-left: 0;
    padding-top: 15px;
  }
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  .info-box
  .subject-box {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  article.view-layout
    .body-box
    .row
    .choice-con-box
    .sub-box
    .choice-box
    .info-box
    .subject-box {
    font-size: 16px;
  }
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  .info-box
  .info-txt-box {
  padding-top: 17px;
}

article.view-layout
  .body-box
  .row
  .choice-con-box
  .sub-box
  .choice-box
  .info-box
  .info-txt-box
  .con-txt {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  line-height: 25px;
}

@media (max-width: 1024px) {
  article.view-layout
    .body-box
    .row
    .choice-con-box
    .sub-box
    .choice-box
    .info-box
    .info-txt-box
    .con-txt {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  article.view-layout
    .body-box
    .row
    .choice-con-box
    .sub-box
    .choice-box
    .info-box
    .info-txt-box
    .con-txt
    + .fw-medium {
    font-weight: 500;
  }
}

section.product .product-box {
  padding: 230px 0 262px;
}

@media (max-width: 1024px) {
  section.product .product-box {
    padding: 60px 0;
  }
}

section.product .product-box .txt-wrap .part-box {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #000;
}

@media (max-width: 1024px) {
  section.product .product-box .txt-wrap .part-box {
    font-size: 18px;
    letter-spacing: 0em;
  }
}

section.product .product-box .txt-wrap .subject-box {
  padding-top: 51px;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 75px;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.product .product-box .txt-wrap .subject-box {
    padding-top: 30px;
    line-height: 45px;
    font-size: 35px;
  }
}

section.product .product-box .txt-wrap .con-box {
  padding-top: 79px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.product .product-box .txt-wrap .con-box {
    display: none;
  }
}

section.product .product-box .swiper-group-box {
  margin-top: 82px;
  position: relative;
}

@media (max-width: 1024px) {
  section.product .product-box .swiper-group-box {
    padding: 0 30px;
  }
}

section.product .product-box .swiper-group-box .swiper-button-prev {
  background: url("../img/ic_prev_swiper@3x.png") no-repeat center/cover;
  width: 28px;
  height: 55px;
  left: -82px;
}

@media (max-width: 1024px) {
  section.product .product-box .swiper-group-box .swiper-button-prev {
    left: 0;
    width: 17px;
    height: 33px;
  }
}

section.product .product-box .swiper-group-box .swiper-button-prev:after {
  display: none;
}

section.product .product-box .swiper-group-box .swiper-button-next {
  background: url("../img/ic_next_swiper@3x.png") no-repeat center/cover;
  width: 28px;
  height: 55px;
  right: -82px;
}

@media (max-width: 1024px) {
  section.product .product-box .swiper-group-box .swiper-button-next {
    right: 0;
    width: 17px;
    height: 33px;
  }
}

section.product .product-box .swiper-group-box .swiper-button-next:after {
  display: none;
}

@media (max-width: 1024px) {
  section.product .product-box .swiper-group-box {
    margin-top: 49px;
  }
}

section.product .product-box .item-box {
  padding: 36px 35px 36px 38px;
  height: 554px;
  width: 100%;
}

@media (max-width: 1024px) {
  section.product .product-box .item-box {
    padding: 20px 37px 20px 30px;
    height: 404px;
  }
}

section.product .product-box .item-box.type-item1 {
  background: url("../img/img_main_1@3x.png") no-repeat center/cover;
}

section.product .product-box .item-box.type-item2 {
  background: url("../img/img_main_2@3x.png") no-repeat center/cover;
}

section.product .product-box .item-box.type-item3 {
  background: url("../img/img_main_3@3x.png") no-repeat center/cover;
}

section.product .product-box .item-box.type-item4 {
  background: url("../img/img_main_4@3x.png") no-repeat center/cover;
}

section.product .product-box .item-box .txt-box {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
}

section.product .product-box .item-box .txt-box .subject-box {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1024px) {
  section.product .product-box .item-box .txt-box .subject-box {
    font-size: 18px;
  }
}

section.product .product-box .item-box .txt-box .sub-box {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 22px;
  height: 44px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  section.product .product-box .item-box .txt-box .sub-box {
    font-size: 13px;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
    height: 66px;
    max-width: 100%;
  }
}

section.product .product-box .item-box .txt-box .go-btn-box {
  margin-top: 22px;
}

@media (max-width: 1024px) {
  section.product .product-box .item-box .txt-box .go-btn-box {
    margin-top: 10px;
  }
}

section.product .product-box .item-box .txt-box .go-btn-box .go-btn {
  display: inline-flex;
  align-items: center;
}

section.product
  .product-box
  .item-box
  .txt-box
  .go-btn-box
  .go-btn
  .ic.ic-country2 {
  background: url("../img/ic_menu_item1-1@3x.png") no-repeat center/cover;
  width: 18px;
  height: 18px;
}

section.product .product-box .item-box .txt-box .go-btn-box .go-btn .txt-box {
  margin-left: 7px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #ffffff;
}

section.customer .customer-box {
  background: url("../img/img_main_banner.png") no-repeat center/100% 100%;
  width: 100%;
  height: 921px;
  padding: 246px 0 270px;
}

@media (max-width: 1024px) {
  section.customer .customer-box {
    background: url("../img/img_main_banner_m@3x.png") no-repeat center/100%
      100%;
    padding: 58px 0 74px;
    height: 550px;
  }
}

section.customer .customer-box .txt-wrap {
  text-align: center;
}

section.customer .customer-box .txt-wrap .part-box {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #ffffff;
}

@media (max-width: 1024px) {
  section.customer .customer-box .txt-wrap .part-box {
    font-size: 18px;
    letter-spacing: 0;
  }
}

section.customer .customer-box .txt-wrap .subject-box {
  padding-top: 50px;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #ffffff;
}

section.customer .customer-box .txt-wrap .subject-box br {
  display: none;
}

@media (max-width: 1024px) {
  section.customer .customer-box .txt-wrap .subject-box {
    padding-top: 30px;
    font-size: 35px;
    line-height: 45px;
  }
  section.customer .customer-box .txt-wrap .subject-box br {
    display: block;
  }
}

section.customer .customer-box .con-box {
  margin-top: 119px;
}

@media (max-width: 1024px) {
  section.customer .customer-box .con-box {
    margin-top: 68px;
  }
}

section.customer .customer-box .con-box .customer-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  section.customer .customer-box .con-box .customer-list ul {
    justify-content: center;
    flex-flow: row wrap;
    margin: -24px -12px;
  }
}

section.customer .customer-box .con-box .customer-list ul li {
  width: 25%;
  height: 156px;
}

@media (max-width: 1024px) {
  section.customer .customer-box .con-box .customer-list ul li {
    width: calc(50% - 25px);
    margin: 24px 12px;
    height: auto;
    padding: 0;
    display: inline-flex;
  }
  section.customer .customer-box .con-box .customer-list ul li:nth-child(odd) {
    justify-content: flex-end;
  }
  section.customer .customer-box .con-box .customer-list ul li:nth-child(even) {
    justify-content: flex-start;
  }
}

section.customer .customer-box .con-box .customer-list ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  section.customer .customer-box .con-box .customer-list ul li + li {
    border-left: none;
  }
}

section.customer .customer-box .con-box .customer-list ul li .more-btn {
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 20px 10px;
}

@media (max-width: 1024px) {
  section.customer .customer-box .con-box .customer-list ul li .more-btn {
    display: inline-flex;
    padding: 0;
    width: 90px;
  }
}

section.customer .customer-box .con-box .customer-list ul li .more-btn .ic {
  width: 50px;
  height: 50px;
}

section.customer
  .customer-box
  .con-box
  .customer-list
  ul
  li
  .more-btn
  .ic.ic-company {
  background: url("../img/ic_customer_item1@3x.png") no-repeat center/50px 50px;
}

section.customer
  .customer-box
  .con-box
  .customer-list
  ul
  li
  .more-btn
  .ic.ic-item {
  background: url("../img/ic_customer_item2@3x.png") no-repeat center/50px 50px;
}

section.customer
  .customer-box
  .con-box
  .customer-list
  ul
  li
  .more-btn
  .ic.ic-catalog {
  background: url("../img/ic_customer_item3@3x.png") no-repeat center/50px 50px;
}

section.customer
  .customer-box
  .con-box
  .customer-list
  ul
  li
  .more-btn
  .ic.ic-notice {
  background: url("../img/ic_customer_item4@3x.png") no-repeat center/50px 50px;
}

section.customer
  .customer-box
  .con-box
  .customer-list
  ul
  li
  .more-btn
  .txt-box {
  margin-top: 47px;
  width: 100%;
  height: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  section.customer
    .customer-box
    .con-box
    .customer-list
    ul
    li
    .more-btn
    .txt-box {
    margin-top: 18px;
    height: auto;
  }
}

section.customer
  .customer-box
  .con-box
  .customer-list
  ul
  li
  .more-btn
  .txt-box
  .txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #ffffff;
}

@media (max-width: 1024px) {
  section.customer
    .customer-box
    .con-box
    .customer-list
    ul
    li
    .more-btn
    .txt-box
    .txt {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

section.request .request-box {
  background-color: #042a3a;
  padding: 196px 0;
}

@media (max-width: 1024px) {
  section.request .request-box {
    padding: 58px 0 48px;
  }
}

section.request .request-box .txt-wrap .part-box {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1024px) {
  section.request .request-box .txt-wrap .part-box {
    font-size: 15px;
    font-weight: 700;
  }
}

section.request .request-box .txt-wrap .subject-box {
  padding-top: 62px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}

section.request .request-box .txt-wrap .subject-box br {
  display: none;
}

@media (max-width: 1024px) {
  section.request .request-box .txt-wrap .subject-box {
    padding-top: 28px;
    font-size: 25px;
    line-height: 37px;
  }
  section.request .request-box .txt-wrap .subject-box br {
    display: block;
  }
}

section.request .request-box .inquiry-wrap {
  padding-top: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  section.request .request-box .inquiry-wrap {
    padding-top: 40px;
    flex-flow: column;
  }
}

section.request .request-box .inquiry-wrap .item-box {
  width: 100%;
}

section.request .request-box .inquiry-wrap .item-box + .item-box {
  margin-left: 99px;
}

@media (max-width: 1024px) {
  section.request .request-box .inquiry-wrap .item-box + .item-box {
    margin-top: 40px;
    margin-left: auto;
  }
}

section.request .request-box .inquiry-wrap .item-box .row {
  width: 100%;
}

section.request
  .request-box
  .inquiry-wrap
  .item-box
  .textbox
  > label[for="message"] {
  color: white;
}

section.request
  .request-box
  .inquiry-wrap
  .item-box
  .textbox
  > label[for="message"]
  + textarea[id="message"] {
  color: white;
}
/* 수정!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

section.request .request-box .inquiry-wrap .item-box .row label {
  color: white;
}

section.request .request-box .cbox {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  section.request .request-box .cbox {
    padding-top: 10px;
  }
}

@media (max-width: 1024px) {
  section.request .request-box .cbox i {
    top: 20px;
  }
}

section.request .request-box .request-btn-box {
  margin-top: 92px;
}

@media (max-width: 1024px) {
  section.request .request-box .request-btn-box {
    margin-top: 41px;
  }
}

section.request .request-box .request-btn-box .request-btn {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #ffffff;
  width: 274px;
  height: 83px;
}

@media (max-width: 1024px) {
  section.request .request-box .request-btn-box .request-btn {
    font-size: 17px;
    border-radius: 27px;
    width: 158px;
    height: 51px;
  }
}

section.search-result .search-result-box {
  padding-top: 203px;
  padding-bottom: 210px;
}

@media (max-width: 1024px) {
  section.search-result .search-result-box {
    padding-top: 117px;
    padding-bottom: 49px;
  }
}

section.search-no-result .search-no-result-box {
  padding-top: 203px;
  padding-bottom: 394px;
}

section.search-no-result .search-no-result-box .con-box {
  text-align: center;
  padding-top: 188px;
}

section.search-no-result .search-no-result-box .con-box .subject-box {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
}

section.search-no-result .search-no-result-box .con-box .sub-box {
  padding-top: 50px;
  font-size: 17px;
  font-weight: 200;
  color: #111111;
  line-height: 30px;
}

section.introduction .introduction-box {
  padding-top: 203px;
  padding-bottom: 210px;
}

@media (max-width: 1024px) {
  section.introduction .introduction-box {
    padding-top: 117px;
    padding-bottom: 49px;
  }
}

section.introduction .introduction-box .introduction-contents {
  padding-top: 181px;
}

@media (max-width: 1024px) {
  section.introduction .introduction-box .introduction-contents {
    padding-top: 49px;
  }
}

section.introduction .introduction-box .introduction-contents .subject-box {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 75px;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.introduction .introduction-box .introduction-contents .subject-box {
    display: none;
  }
}

section.introduction .introduction-box .introduction-contents .mob-subject-box {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 40px;
  color: #1e1e1e;
  display: none;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .mob-subject-box {
    display: block;
  }
}

section.introduction .introduction-box .introduction-contents .con-box {
  display: flex;
  padding-top: 85px;
}

@media (max-width: 1024px) {
  section.introduction .introduction-box .introduction-contents .con-box {
    padding-top: 52px;
    flex-flow: column;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .txt-box {
  width: 815px;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .txt-box {
    width: 100%;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .txt-box
  .txt {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  line-height: 40px;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .txt-box
    .txt {
    display: none;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .txt-box
  .mob-txt {
  font-size: 15px;
  line-height: 26px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  display: none;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .txt-box
    .mob-txt {
    display: block;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .txt-box
  .name-box {
  padding-top: 60px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .txt-box
    .name-box {
    padding-top: 24px;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .txt-box
  .name-box
  .name-subject-box {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  line-height: 40px;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .txt-box
    .name-box
    .name-subject-box {
    font-size: 15px;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .txt-box
  .name-box
  .sub-box {
  padding-left: 23px;
  font-size: 25px;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  font-family: "NanumMyeongjo";
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .txt-box
    .name-box
    .sub-box {
    font-size: 20px;
    padding-left: 11px;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .ceo-img-box {
  flex: 1;
  margin-left: 120px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .ceo-img-box {
    flex: none;
    margin-left: 0;
    margin-top: 86px;
  }
}

section.introduction
  .introduction-box
  .introduction-contents
  .con-box
  .ceo-img-box
  .img-box {
  background: url("../img/img_ceo@3x.png") no-repeat center/auto 100%;
  max-width: 580px;
  width: 100%;
  height: 550px;
}

@media (max-width: 1024px) {
  section.introduction
    .introduction-box
    .introduction-contents
    .con-box
    .ceo-img-box
    .img-box {
    background: url("../img/img_ceo@3x.png") no-repeat center/100% 100%;
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    max-width: 100%;
  }
}

section.summary .summary-box {
  padding-top: 203px;
  padding-bottom: 216px;
}

@media (max-width: 1024px) {
  section.summary .summary-box {
    padding-top: 117px;
    padding-bottom: 49px;
  }
}

section.summary .summary-box .summary-contents {
  padding-top: 181px;
}

@media (max-width: 1024px) {
  section.summary .summary-box .summary-contents {
    padding-top: 49px;
  }
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  + .item-box {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  section.summary
    .summary-box
    .summary-contents
    .list-wrap
    .item-box
    + .item-box {
    margin-top: 46px;
  }
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box {
  width: 100%;
  position: relative;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box.type-logo {
  width: 100%;
  height: 0;
  padding-bottom: 71.4%;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box.type-logo
  img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box.type-head-office {
  width: 100%;
  height: 0;
  padding-bottom: 92.8%;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box.type-head-office
  img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box.type-factory {
  width: 100%;
  height: 0;
  padding-bottom: 71.2%;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box.type-factory
  img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box
  .label-box {
  position: absolute;
  left: 0;
  bottom: 0;
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .summary-img-box
  .label-box
  .label-txt {
  background-color: #333333;
  width: 120px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  section.summary
    .summary-box
    .summary-contents
    .list-wrap
    .item-box
    .summary-img-box
    .label-box
    .label-txt {
    width: 70px;
    height: 35px;
    font-size: 12px;
    font-weight: 500;
  }
}

section.summary .summary-box .summary-contents .list-wrap .item-box .txt-box {
  padding-top: 51px;
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 1024px) {
  section.summary .summary-box .summary-contents .list-wrap .item-box .txt-box {
    padding-top: 29px;
  }
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .txt-box
  .con-box {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 11px 0;
}

@media (max-width: 1024px) {
  section.summary
    .summary-box
    .summary-contents
    .list-wrap
    .item-box
    .txt-box
    .con-box {
    width: 100%;
    margin: 8px 0;
  }
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .txt-box
  .con-box
  .subject-box {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
  min-width: 82px;
}

@media (max-width: 1024px) {
  section.summary
    .summary-box
    .summary-contents
    .list-wrap
    .item-box
    .txt-box
    .con-box
    .subject-box {
    font-size: 15px;
    min-width: 74px;
  }
}

section.summary
  .summary-box
  .summary-contents
  .list-wrap
  .item-box
  .txt-box
  .con-box
  .sub-box {
  white-space: nowrap;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.summary
    .summary-box
    .summary-contents
    .list-wrap
    .item-box
    .txt-box
    .con-box
    .sub-box {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  section.summary .bottom-banner {
    display: none;
  }
}

section.summary .bottom-banner .banner-box {
  background: url("../img/img_content_bottom_banner.png") no-repeat center/auto
    auto;
  height: 701px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.summary .bottom-banner .banner-box .tit-box {
  font-weight: 300;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.034em;
  color: rgba(255, 255, 255, 0.8);
}

section.summary .bottom-banner .banner-box .tit-box b {
  font-weight: 500;
  letter-spacing: -0.036px;
}

section.position .position-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.position .position-box {
    padding-top: 117px;
    padding-bottom: 80px;
  }
}

section.position .position-box .position-contents {
  margin-top: 201px;
}

@media (max-width: 1024px) {
  section.position .position-box .position-contents {
    margin-top: 50px;
  }
}

section.position .position-box .position-contents .position-img-box .img-box {
  background: url("../img/img_position.png") no-repeat center/1060px 100%;
  width: 100%;
  height: 980px;
}

@media (max-width: 1024px) {
  section.position .position-box .position-contents .position-img-box .img-box {
    background: url("../img/img_mob_position@3x.png") no-repeat center/100% 100%;
    width: 100%;
    height: 310px;
  }
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
.click-esti-title > img#listPwd {
  background: url("../img/password.png") no-repeat center/100% 100%;
  width: 15px;
  height: 17px;
}

section.history .history-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.history .history-box {
    padding-top: 117px;
    padding-bottom: 70px;
  }
}

section.history .history-box .history-contents {
  margin-top: 201px;
}

@media (max-width: 1024px) {
  section.history .history-box .history-contents {
    margin-top: 43px;
  }
}

section.history .history-box .history-contents .item-box {
  display: flex;
}

@media (max-width: 1024px) {
  section.history .history-box .history-contents .item-box {
    display: block;
  }
}

section.history .history-box .history-contents .item-box + .item-box {
  margin-top: 145px;
}

@media (max-width: 1024px) {
  section.history .history-box .history-contents .item-box + .item-box {
    margin-top: 50px;
  }
}

section.history .history-box .history-contents .item-box .head-box {
  min-width: 219px;
}

section.history
  .history-box
  .history-contents
  .item-box
  .head-box
  .subject-box {
  font-size: 70px;
  font-weight: 700;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.history
    .history-box
    .history-contents
    .item-box
    .head-box
    .subject-box {
    font-size: 30px;
  }
}

section.history .history-box .history-contents .item-box .body-box {
  flex: 1;
  margin-left: 96px;
  border-top: 2px solid #111111;
}

@media (max-width: 1024px) {
  section.history .history-box .history-contents .item-box .body-box {
    margin-top: 30px;
    margin-left: auto;
  }
}

section.history .history-box .history-contents .item-box .body-box .row {
  display: flex;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 1024px) {
  section.history .history-box .history-contents .item-box .body-box .row {
    padding: 30px 0;
    align-items: flex-start;
  }
}

section.history
  .history-box
  .history-contents
  .item-box
  .body-box
  .row
  .year-txt {
  font-family: "OpenSans";
  font-size: 22px;
  font-weight: 600;
  color: #1e1e1e;
  min-width: 87px;
}

@media (max-width: 1024px) {
  section.history
    .history-box
    .history-contents
    .item-box
    .body-box
    .row
    .year-txt {
    font-size: 16px;
    min-width: 64px;
    line-height: 23px;
  }
}

section.history
  .history-box
  .history-contents
  .item-box
  .body-box
  .row
  .year-txt.type-height.type-height {
  line-height: 33px;
}

section.history
  .history-box
  .history-contents
  .item-box
  .body-box
  .row
  .con-txt {
  padding-left: 53px;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.history
    .history-box
    .history-contents
    .item-box
    .body-box
    .row
    .con-txt {
    padding-left: 13px;
    font-size: 15px;
    line-height: 23px;
  }
}

section.history
  .history-box
  .history-contents
  .item-box
  .body-box
  .row
  .con-txt.type-height {
  line-height: 33px;
}

section.skill .skill-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.skill .skill-box {
    padding-top: 117px;
    padding-bottom: 66px;
  }
}

section.skill .skill-box .skill-contents {
  padding-top: 175px;
}

@media (max-width: 1024px) {
  section.skill .skill-box .skill-contents {
    padding-top: 50px;
  }
}

section.facility .facility-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.facility .facility-box {
    padding-top: 117px;
    padding-bottom: 66px;
  }
}

section.facility .facility-box .facility-contents {
  padding-top: 175px;
}

@media (max-width: 1024px) {
  section.facility .facility-box .facility-contents {
    padding-top: 50px;
  }
}

section.contact .contact-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.contact .contact-box {
    padding-top: 117px;
    padding-bottom: 80px;
  }
}

section.contact .contact-box .contact-contents {
  padding-top: 175px;
}

@media (max-width: 1024px) {
  section.contact .contact-box .contact-contents {
    padding-top: 50px;
  }
}

section.contact .contact-box .contact-contents .item-box + .item-box {
  margin-top: 174px;
}

section.contact .contact-box .contact-contents .item-box .subject-box {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.contact .contact-box .contact-contents .item-box .subject-box {
    font-size: 30px;
  }
}

section.contact .contact-box .contact-contents .item-box .info-list {
  padding-top: 79px;
}

@media (max-width: 1024px) {
  section.contact .contact-box .contact-contents .item-box .info-list {
    padding-top: 43px;
  }
}

section.contact .contact-box .contact-contents .item-box .info-list .row {
  display: flex;
  align-items: center;
}

section.contact
  .contact-box
  .contact-contents
  .item-box
  .info-list
  .row
  + .row {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  section.contact
    .contact-box
    .contact-contents
    .item-box
    .info-list
    .row
    + .row {
    margin-top: 8px;
  }
}

section.contact
  .contact-box
  .contact-contents
  .item-box
  .info-list
  .row
  .info-subject-box {
  min-width: 76px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.contact
    .contact-box
    .contact-contents
    .item-box
    .info-list
    .row
    .info-subject-box {
    min-width: 54px;
    font-size: 15px;
  }
}

section.contact
  .contact-box
  .contact-contents
  .item-box
  .info-list
  .row
  .con-box {
  padding-left: 13px;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.contact
    .contact-box
    .contact-contents
    .item-box
    .info-list
    .row
    .con-box {
    font-size: 15px;
    letter-spacing: 0;
    padding-left: 22px;
  }
}

section.contact .contact-box .contact-contents .item-box .map-img-box {
  margin-top: 97px;
}

@media (max-width: 1024px) {
  section.contact .contact-box .contact-contents .item-box .map-img-box {
    margin-top: 36px;
  }
}

section.contact .contact-box .contact-contents .item-box .map-img-box .img {
  background: url("../img/img_map@3x.png") no-repeat center/100% 100%;
  height: 550px;
  width: 100%;
}

@media (max-width: 1024px) {
  section.contact .contact-box .contact-contents .item-box .map-img-box .img {
    background: url("../img/img_mob_map@3x.png") no-repeat center/100% 100%;
    height: 300px;
    width: 100%;
  }
}

section.product-descriptions .product-descriptions-box {
  padding-top: 203px;
}

@media (max-width: 1024px) {
  section.product-descriptions .product-descriptions-box {
    padding-top: 117px;
  }
}

section.product-descriptions .product-descriptions-box .wrap {
  display: flex;
}

@media (max-width: 1024px) {
  section.product-descriptions .product-descriptions-box .wrap {
    flex-direction: column;
  }
}

section.product-descriptions .product-descriptions-box .mob-lnb-navigation {
  display: none;
}

@media (max-width: 1024px) {
  section.product-descriptions .product-descriptions-box .mob-lnb-navigation {
    display: block;
  }
}

section.product-descriptions .product-descriptions-box .side-menu-layout {
  width: 300px;
  background-color: #f4f4f8;
  padding: 175px 0 0 0;
  position: relative;
}

section.product-descriptions .product-descriptions-box .side-menu-layout:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100vw;
  right: 0;
  background-color: #f4f4f8;
  z-index: -1;
}

@media (max-width: 1024px) {
  section.product-descriptions .product-descriptions-box .side-menu-layout {
    display: none;
  }
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li
  + li {
  padding-top: 24px;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li
  .menu-btn.active {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #111111;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li.menu-wrap
  .menu-btn.active {
  padding-bottom: 26px;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li.menu-wrap
  .menu-list
  .menu-box
  + .menu-box {
  padding-top: 13px;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li.menu-wrap
  .menu-list
  .menu-box
  .sub-btn {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #777777;
  padding-left: 28px;
  position: relative;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li.menu-wrap
  .menu-list
  .menu-box
  .sub-btn:after {
  content: "";
  background: url("../img/ic_sub_off_btn@3x.png") no-repeat center/7px 7px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 5px;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li.menu-wrap
  .menu-list
  .menu-box
  .sub-btn.on {
  font-weight: 500;
  color: #111111;
}

section.product-descriptions
  .product-descriptions-box
  .side-menu-layout
  .list-wrap
  ul
  li.menu-wrap
  .menu-list
  .menu-box
  .sub-btn.on:after {
  background: url("../img/ic_sub_on_btn@3x.png") no-repeat center/7px 7px;
}

section.product-descriptions
  .product-descriptions-box
  .product-descriptions-contents {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 175px 0 237px 96px;
  flex: 1;
  min-width: 0;
}

@media (max-width: 1024px) {
  section.product-descriptions
    .product-descriptions-box
    .product-descriptions-contents {
    margin-left: 0;
    padding: 50px 20px 57px;
  }
}

section.product-descriptions
  .product-descriptions-box
  .product-descriptions-contents
  .total-box {
  padding-bottom: 12px;
}

section.product-descriptions
  .product-descriptions-box
  .product-descriptions-contents
  .total-box
  .total-txt {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #111111;
}

@media (max-width: 1024px) {
  section.product-descriptions
    .product-descriptions-box
    .product-descriptions-contents
    .total-box {
    display: none;
  }
}

section.product-descriptions
  .product-descriptions-box
  .product-descriptions-contents
  .mob-select-box {
  display: none;
}

@media (max-width: 1024px) {
  section.product-descriptions
    .product-descriptions-box
    .product-descriptions-contents
    .mob-select-box {
    display: block;
  }
}

section.product-descriptions
  .product-descriptions-box
  .product-descriptions-contents
  .product-descriptions-foot-box {
  padding-top: 15px;
}

section.product-descriptions-view .product-descriptions-view-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.product-descriptions-view .product-descriptions-view-box {
    padding-top: 117px;
    padding-bottom: 80px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .mob-lnb-navigation {
  display: none;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .mob-lnb-navigation {
    display: block;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents {
  padding-top: 175px;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents {
    padding-top: 23px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .mob-select-box {
  display: none;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .mob-select-box {
    display: block;
    padding-top: 45px;
  }
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap {
    padding-top: 35px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .head-box {
  border-bottom: 1px solid #e7e7e7;
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .head-box
  .subject-box {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  line-height: 75px;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap
    .view-box
    .head-box
    .subject-box {
    font-size: 20px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box {
  padding-top: 103px;
  padding-bottom: 112px;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap
    .view-box
    .body-box {
    padding-top: 29px;
    padding-bottom: 44px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box
  .view-img-box
  img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap
    .view-box
    .body-box
    .view-img-box
    img {
    height: 290px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box
  .con-box {
  margin-top: 49px;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap
    .view-box
    .body-box
    .con-box {
    margin-top: 24px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box
  .con-box
  .row {
  display: flex;
  align-items: center;
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box
  .con-box
  .row
  + .row {
  margin-top: 16px;
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box
  .con-box
  .row
  .subject-box {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.05em;
  min-width: 94px;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap
    .view-box
    .body-box
    .con-box
    .row
    .subject-box {
    font-size: 15px;
    min-width: 77px;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-wrap
  .view-box
  .body-box
  .con-box
  .row
  .sub-box {
  padding-left: 17px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-wrap
    .view-box
    .body-box
    .con-box
    .row
    .sub-box {
    padding-left: 8px;
    font-size: 15px;
    font-weight: 200;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-foot-btn {
  padding-top: 44px;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-foot-btn {
    padding-top: 0;
  }
}

section.product-descriptions-view
  .product-descriptions-view-box
  .product-descriptions-view-contents
  .view-mob-foot-btn {
  display: none;
}

@media (max-width: 1024px) {
  section.product-descriptions-view
    .product-descriptions-view-box
    .product-descriptions-view-contents
    .view-mob-foot-btn {
    display: block;
    padding-top: 21px;
  }
}

section.estimate-list .estimate-list-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.estimate-list .estimate-list-box {
    padding-top: 117px;
    padding-bottom: 139px;
  }
}

section.estimate-list .estimate-list-box .estimate-list-contents {
  padding-top: 249px;
}

@media (max-width: 1024px) {
  section.estimate-list .estimate-list-box .estimate-list-contents {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list {
    padding: 0 26px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul {
    flex-flow: row wrap;
    margin: -13px -21px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li {
    width: calc(33.33% - 42px);
    margin: 13px 21px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  + li {
  margin-left: 121px;
  position: relative;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    + li {
    margin-left: auto;
  }
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    + li:nth-child(4):after {
    display: none;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  + li:after {
  content: "";
  background: url("../img/ic_stap_arrow@3x.png") no-repeat center/cover;
  width: 50px;
  height: 30px;
  position: absolute;
  top: 41px;
  left: -86px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    + li:after {
    width: 24px;
    height: 15px;
    top: 18px;
    left: -35px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box {
  width: 100px;
  height: 100px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box {
    width: 49px;
    height: 48px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box {
  width: 100%;
  height: 100%;
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box.type-item1 {
  background: url(../img/ic_estimate_list_item1@3x.png) no-repeat center/100px
    100px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box
    .img-box.type-item1 {
    background: url(../img/ic_estimate_list_item1@3x.png) no-repeat center/47px
      48px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box.type-item2 {
  background: url(../img/ic_estimate_list_item2@3x.png) no-repeat center/100px
    100px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box
    .img-box.type-item2 {
    background: url(../img/ic_estimate_list_item2@3x.png) no-repeat center/48px
      48px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box.type-item3 {
  background: url(../img/ic_estimate_list_item3@3x.png) no-repeat center/98px
    100px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box
    .img-box.type-item3 {
    background: url(../img/ic_estimate_list_item3@3x.png) no-repeat center/46px
      48px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box.type-item4 {
  background: url(../img/ic_estimate_list_item4@3x.png) no-repeat center/98px
    100px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box
    .img-box.type-item4 {
    background: url(../img/ic_estimate_list_item4@3x.png) no-repeat center/47px
      48px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box.type-item5 {
  background: url(../img/ic_estimate_list_item5@3x.png) no-repeat center/100px
    100px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box
    .img-box.type-item5 {
    background: url(../img/ic_estimate_list_item5@3x.png) no-repeat center/49px
      48px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .order-img-box
  .img-box.type-item6 {
  background: url(../img/ic_estimate_list_item6@3x.png) no-repeat center/100px
    90px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .order-img-box
    .img-box.type-item6 {
    background: url(../img/ic_estimate_list_item6@3x.png) no-repeat center/48px
      43px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .subject-box {
  margin-top: 22px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .subject-box {
    height: 37px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .subject-box
  .subject-txt {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 30px;
  color: #1e1e1e;
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .subject-box
  .subject-txt.type-txt {
  text-indent: -40px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .subject-box
    .subject-txt.type-txt {
    text-indent: -20px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .subject-box
  .subject-txt.type-space {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-step-list
    .list-wrap
    ul
    li
    .subject-box
    .subject-txt {
    font-size: 12px;
    line-height: 14px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-step-list
  .list-wrap
  ul
  li
  .subject-box
  .subject-txt
  b {
  font-weight: 900;
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-list-box {
  padding-top: 97px;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-list-box {
    padding-top: 30px;
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-list-box
  .order-list-foot-box {
  position: relative;
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-list-box
  .order-list-foot-box
  .write-btn-box {
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-list-box
    .order-list-foot-box
    .write-btn-box {
    top: 72px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.estimate-list
  .estimate-list-box
  .estimate-list-contents
  .order-list-box
  .order-list-foot-box
  .write-btn-box
  .write-btn {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 140px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #111213;
}

@media (max-width: 1024px) {
  section.estimate-list
    .estimate-list-box
    .estimate-list-contents
    .order-list-box
    .order-list-foot-box
    .write-btn-box
    .write-btn {
    letter-spacing: -0.05em;
    width: 100px;
    height: 50px;
  }
}

section.estimate-request .estimate-request-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.estimate-request .estimate-request-box {
    padding-top: 117px;
    padding-bottom: 79px;
  }
}

section.estimate-request .estimate-request-box .estimate-request-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.estimate-request .estimate-request-box .estimate-request-contents {
    padding-top: 80px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .tit-box {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .tit-box {
    font-size: 30px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .info-agree-box {
  padding-top: 118px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .info-agree-box {
    padding-top: 49px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .info-agree-box
  .subject-box {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .info-agree-box
    .subject-box {
    font-size: 15px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .info-agree-box
  .con-box {
  margin-top: 19px;
  background-color: #f4f4f8;
  border: 1px solid #dadada;
  padding: 32px 28px;
  overflow: auto;
  width: 100%;
  height: 221px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .info-agree-box
    .con-box {
    margin-top: 8px;
    padding: 25px 18px;
    height: 210px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .info-agree-box
  .con-box::-webkit-scrollbar {
  width: 11px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .info-agree-box
    .con-box::-webkit-scrollbar {
    width: 5px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .info-agree-box
  .con-box::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .info-agree-box
    .con-box::-webkit-scrollbar-thumb {
    height: 150px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .info-agree-box
  .con-box
  .con-txt {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 33px;
  color: #555555;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .info-agree-box
    .con-box
    .con-txt {
    font-size: 13px;
    line-height: 20px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .agree-chk-box {
  padding-top: 20px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .agree-chk-box {
    padding-top: 11px;
  }
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .agree-chk-box
    .cbox
    i {
    width: 15px;
    height: 15px;
    top: 11px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .agree-chk-box
  .cbox
  .txt {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .agree-chk-box
    .cbox
    .txt {
    font-size: 13px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form {
  padding-top: 94px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form {
    padding-top: 50px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list {
  border-top: 1px solid #111111;
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 0;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row {
    padding: 7px 0;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row:last-child {
  border-bottom: none;
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .subject-box {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #1e1e1e;
  min-width: 133px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .subject-box {
    min-width: 89px;
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .tbox.type-mob {
    flex: 1;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .tbox.with-view-btn {
  position: relative;
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .tbox.with-view-btn
  .view-btn {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .tbox.with-view-btn
  .view-btn
  .ic.ic-view {
  background: url("../img/ic_eye@3x.png") no-repeat center/cover;
  width: 20px;
  height: 12px;
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .tbox
  input {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 0 16px;
  color: #1e1e1e;
  height: 43px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .tbox
    input {
    padding: 0 9px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .tbox::placeholder {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #bbbbbb;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .tbox::placeholder {
    font-size: 14px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .add-btn-box
  .add-btn {
  width: 110px;
  height: 46px;
  background-color: #515b66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #ffffff;
  border: 1px solid #23272d;
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .con-box
  .important-box {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #143382;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .con-box
    .important-box {
    font-size: 14px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .con-box
  .msg-box {
  padding-top: 13px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.01em;
  line-height: 20px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .con-box
    .msg-box {
    font-size: 13px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .con-box
  .msg-box
  .msg-txt {
  color: #3e62be;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .con-box
    .msg-box
    .txt
    .name-txt {
    font-weight: 400;
    text-indent: -13px;
  }
}

section.estimate-request
  .estimate-request-box
  .estimate-request-contents
  .user-info-form
  .form-list
  .row
  .msg-txt {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #333333;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .msg-txt {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .textbox
    textarea {
    padding: 13px 9px;
    height: 144px;
  }
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .estimate-request-contents
    .user-info-form
    .form-list
    .row
    .textbox
    ::placeholder {
    font-size: 14px;
  }
}

section.estimate-request .estimate-request-box .file-upload-box {
  padding-top: 20px;
}

section.estimate-request .estimate-request-box .file-upload-box label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

section.estimate-request
  .estimate-request-box
  .file-upload-box
  label
  input[type="file"] {
  position: absolute;
  left: -9999px;
}

section.estimate-request
  .estimate-request-box
  .file-upload-box
  label
  .file-upload-btn {
  width: 110px;
  height: 46px;
  background-color: #515b66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #ffffff;
  border: 1px solid #23272d;
}

section.estimate-request
  .estimate-request-box
  .file-upload-box
  .file-upload-btn {
  width: 110px;
  height: 46px;
  background-color: #515b66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #ffffff;
  border: 1px solid #23272d;
}

section.estimate-request .estimate-request-box .file-upload-list .list-wrap {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-top: 15px;
}

section.estimate-request
  .estimate-request-box
  .file-upload-list
  .file-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.estimate-request
  .estimate-request-box
  .file-upload-list
  .file-item-box
  + .row {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .file-upload-list
    .file-item-box
    + .row {
    margin-top: 6px;
  }
}

section.estimate-request
  .estimate-request-box
  .file-upload-list
  .file-item-box
  .file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

@media (max-width: 1024px) {
  section.estimate-request
    .estimate-request-box
    .file-upload-list
    .file-item-box
    .file-btn {
    line-height: 20px;
    font-size: 13px;
  }
}

section.estimate-request
  .estimate-request-box
  .file-upload-list
  .file-item-box
  .file-remove-btn {
  display: inline-flex;
  align-items: center;
  background: url("../img/ic_file_remove@3x.png") no-repeat center/cover;
  width: 12px;
  height: 12px;
}

section.estimate-request .estimate-request-box .estimate-foot-btn-box {
  padding-top: 43px;
}

section.estimate-request
  .estimate-request-box
  .estimate-foot-btn-box
  article.foot-menu-btn-layout {
  display: block;
}

section.estimate-request
  .estimate-request-box
  .estimate-foot-btn-box
  article.foot-menu-btn-layout
  .con-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.estimate-view .estimate-view-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.estimate-view .estimate-view-box {
    padding-top: 117px;
    padding-bottom: 70px;
  }
}

section.estimate-view .estimate-view-box .estimate-view-contents {
  padding-top: 249px;
}

@media (max-width: 1024px) {
  section.estimate-view .estimate-view-box .estimate-view-contents {
    padding-top: 80px;
  }
}

section.estimate-view
  .estimate-view-box
  .estimate-view-contents
  .view-foot-btn {
  padding-top: 44px;
}

@media (max-width: 1024px) {
  section.estimate-view
    .estimate-view-box
    .estimate-view-contents
    .view-foot-btn {
    padding-top: 0;
  }
}

section.estimate-view
  .estimate-view-box
  .estimate-view-contents
  .view-mob-foot-btn {
  display: none;
}

@media (max-width: 1024px) {
  section.estimate-view
    .estimate-view-box
    .estimate-view-contents
    .view-mob-foot-btn {
    display: block;
    padding-top: 21px;
  }
}

section.data-list .data-list-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.data-list .data-list-box {
    padding-top: 117px;
    padding-bottom: 147px;
  }
}

section.data-list .data-list-box .data-list-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.data-list .data-list-box .data-list-contents {
    padding-top: 80px;
  }
}

section.data-list .data-list-box .data-list-contents .data-list-foot-box {
  position: relative;
}

section.data-list
  .data-list-box
  .data-list-contents
  .data-list-foot-box
  .write-btn-box {
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 1024px) {
  section.data-list
    .data-list-box
    .data-list-contents
    .data-list-foot-box
    .write-btn-box {
    top: 72px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.data-list
  .data-list-box
  .data-list-contents
  .data-list-foot-box
  .write-btn-box
  .write-btn {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 140px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #111213;
}

@media (max-width: 1024px) {
  section.data-list
    .data-list-box
    .data-list-contents
    .data-list-foot-box
    .write-btn-box
    .write-btn {
    letter-spacing: -0.05em;
    width: 100px;
    height: 50px;
  }
}

section.data-img .data-img-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.data-img .data-img-box {
    padding-top: 117px;
    padding-bottom: 79px;
  }
}

section.data-img .data-img-box .data-img-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.data-img .data-img-box .data-img-contents {
    padding-top: 80px;
  }
}

section.data-catalog .data-catalog-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.data-catalog .data-catalog-box {
    padding-top: 117px;
    padding-bottom: 80px;
  }
}

section.data-catalog .data-catalog-box .data-catalog-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.data-catalog .data-catalog-box .data-catalog-contents {
    padding-top: 61px;
  }
}

section.data-catalog .data-catalog-box .data-catalog-contents .catalog-wrap {
  display: flex;
  justify-content: center;
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box {
  width: 100%;
  border-top: 2px solid #111111;
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .con-box {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .subject-box {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}

@media (max-width: 1024px) {
  section.data-catalog
    .data-catalog-box
    .data-catalog-contents
    .catalog-wrap
    .item-box
    .subject-box {
    font-size: 16px;
  }
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .download-btn-box {
  display: flex;
  align-items: center;
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .download-btn-box
  .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 40px;
  background-color: rgba(10, 31, 119, 0.05);
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .download-btn-box
  .download-btn
  .ic.ic-excel {
  background: url("../img/ic_file.png") no-repeat center/cover;
  width: 21px;
  height: 23px;
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .download-btn-box
  .download-btn
  .ic.ic-pdf {
  background: url("../img/ic_file.png") no-repeat center/cover;
  width: 20px;
  height: 23px;
}

section.data-catalog
  .data-catalog-box
  .data-catalog-contents
  .catalog-wrap
  .item-box
  .download-btn-box
  .download-btn
  .txt {
  padding-left: 9px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #111111;
}

section.data-result .data-result-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.data-result .data-result-box {
    padding-top: 117px;
    padding-bottom: 80px;
  }
}

section.data-result .data-result-box .data-result-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.data-result .data-result-box .data-result-contents {
    padding-top: 61px;
  }
}

section.data-result .data-result-box .data-result-contents .result-wrap {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: -12px;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  section.data-result .data-result-box .data-result-contents .result-wrap {
    margin: auto;
    display: block;
    padding-top: 20px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box {
  width: calc(33.33% - 25px);
  margin: 12px;
  border: 1px solid #dadada;
  padding: 19px 19px 28px;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box {
    width: 100%;
    margin: auto;
    padding: 14px;
  }
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    + .item-box {
    margin-top: 20px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .head-box {
  background-color: rgba(235, 235, 235, 0.5);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .head-box {
    height: 103px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .head-box
  .subject-box {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #666666;
  text-align: center;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .head-box
    .subject-box {
    font-size: 17px;
    line-height: 30px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .head-box
  .subject-box
  br {
  display: none;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .head-box
    .subject-box
    br {
    display: block;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .body-box {
  padding-top: 28px;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .body-box {
    padding-top: 20px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .body-box
  .con-box {
  display: flex;
  align-items: center;
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .body-box
  .con-box
  + .con-box {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .body-box
    .con-box
    + .con-box {
    margin-top: 8px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .body-box
  .con-box
  .subject-box {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #1e1e1e;
  min-width: 70px;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .body-box
    .con-box
    .subject-box {
    font-size: 15px;
    min-width: 47px;
  }
}

section.data-result
  .data-result-box
  .data-result-contents
  .result-wrap
  .item-box
  .body-box
  .con-box
  .sub-box {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: #555555;
}

@media (max-width: 1024px) {
  section.data-result
    .data-result-box
    .data-result-contents
    .result-wrap
    .item-box
    .body-box
    .con-box
    .sub-box {
    font-size: 15px;
  }
}

section.notice-list .notice-list-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.notice-list .notice-list-box {
    padding-top: 117px;
    padding-bottom: 178px;
  }
}

section.notice-list .notice-list-box .notice-list-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.notice-list .notice-list-box .notice-list-contents {
    padding-top: 80px;
  }
}

section.notice-view .notice-view-box {
  padding-top: 203px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  section.notice-view .notice-view-box {
    padding-top: 117px;
    padding-bottom: 80px;
  }
}

section.notice-view .notice-view-box .notice-view-contents {
  padding-top: 236px;
}

@media (max-width: 1024px) {
  section.notice-view .notice-view-box .notice-view-contents {
    padding-top: 80px;
  }
}

section.notice-view .notice-view-box .notice-view-contents .view-foot-btn {
  padding-top: 44px;
}

@media (max-width: 1024px) {
  section.notice-view .notice-view-box .notice-view-contents .view-foot-btn {
    padding-top: 21px;
  }
}

@media (max-width: 1024px) {
  section.notice-view
    .notice-view-box
    .notice-view-contents
    .view-foot-btn
    .foot-menu-btn-layout {
    display: block;
  }
}

@media (max-width: 1024px) {
  section.notice-view
    .notice-view-box
    .notice-view-contents
    .view-foot-btn
    .foot-menu-btn-layout
    .con-box {
    align-items: start;
    justify-content: center;
  }
}

section.notice-view
  .notice-view-box
  .notice-view-contents
  .view-foot-btn
  .foot-menu-btn-layout
  .con-box
  .menu-btn {
  height: 50px;
  width: 130px;
  font-weight: 300;
}

article.popup-find-layout {
  background-color: #2b429f;
}

@media (max-width: 1024px) {
  article.popup-find-layout {
    overflow: scroll;
  }
}

article.popup-find-layout .popup-scroll-wrap {
  background-color: #2b429f;
  max-height: 70vh;
  height: 70vh;
  overflow-y: auto;
  padding: 35px 71px 60px;
  margin-top: -1px;
}

@media (max-width: 1024px) {
  article.popup-find-layout .popup-scroll-wrap {
    overflow-x: hidden;
    min-width: 800px;
    padding: 30px 40px 60px;
  }
}

article.popup-find-layout .popup-scroll-wrap::-webkit-scrollbar {
  width: 11px;
}

@media (max-width: 1024px) {
  article.popup-find-layout .popup-scroll-wrap::-webkit-scrollbar {
    width: 5px;
  }
}

article.popup-find-layout .popup-scroll-wrap::-webkit-scrollbar-track {
  background-color: #fff;
}

article.popup-find-layout .popup-scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border-radius: 5px;
}

article.popup-find-layout .tit-box {
  text-align: left;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.01em;
  line-height: 30px;
  color: #fff;
  padding-bottom: 51px;
}

article.popup-find-layout .selector-list {
  padding-top: 80px;
}

article.popup-find-layout .selector-list .selector-head-box {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}

article.popup-find-layout .selector-list .selector-head-box .head-txt-box {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

article.popup-find-layout .selector-list .list-wrap .selector-box {
  padding: 40px 0;
  border-bottom: 1px solid #5163ad;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-tit-box {
  font-weight: 900;
  font-family: "NanumSquare";
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.01em;
  padding-bottom: 24px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box {
  display: flex;
  align-items: center;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  + .info-row-box {
  margin-top: 13px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box {
  display: inline-flex;
  align-items: center;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  + .info-item-box {
  margin-left: 40px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .subject-box {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  width: 60px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box {
  display: inline-flex;
  align-items: center;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .label-txt-box {
  color: #fff;
  font-weight: 300;
  padding-right: 8px;
  font-size: 16px;
  letter-spacing: -0.01em;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .unit-box {
  color: #fff;
  font-weight: 300;
  padding-left: 12px;
  font-size: 16px;
  letter-spacing: -0.01em;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .tbox {
  width: 80px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .tbox.long {
  width: 206px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .tbox.long
  input {
  width: 100%;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .tbox
  input {
  width: 100%;
  background: #fff;
  border-radius: 0;
  height: 30px;
  color: #2b429f;
  padding: 0 15px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .tbox
  input::placeholder {
  color: #2b429f;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .sbox {
  width: auto;
  height: 30px;
  position: relative;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .sbox
  + .tbox {
  margin-left: 12px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .sbox.small {
  width: 126px;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .sbox:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background-color: #0f2373;
}

article.popup-find-layout
  .selector-list
  .list-wrap
  .selector-box
  .selector-info-box
  .info-row-box
  .info-item-box
  .con-box
  .sbox
  select {
  height: 100%;
  color: #2b429f;
  border-radius: 0;
  padding: 0 40px 0 15px;
  line-height: 1;
  font-weight: 300;
  font-size: 15px;
  background: #fff url("../img/ic_select_arrow3@3x.png") no-repeat center right
    10px/9px 7px;
}

article.popup-find-layout .result-list {
  padding-top: 80px;
}

article.popup-find-layout .result-list .result-head-box {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

article.popup-find-layout .result-list .result-head-box .head-txt-box {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

article.popup-find-layout .result-list .list-wrap .result-row {
  border-bottom: 1px solid #5163ad;
  padding-bottom: 20px;
}

article.popup-find-layout .result-list .list-wrap .result-row + .result-row {
  margin-top: 20px;
}

article.popup-find-layout .result-list .list-wrap .result-row .item-list {
  margin: -8px;
  display: flex;
  flex-flow: row wrap;
}

article.popup-find-layout
  .result-list
  .list-wrap
  .result-row
  .item-list
  .item-box {
  width: calc(25% - 16px);
  margin: 8px;
}

article.popup-find-layout
  .result-list
  .list-wrap
  .result-row
  .item-list
  .item-box
  .view-box
  img {
  max-width: 100%;
}

article.popup-find-layout
  .result-list
  .list-wrap
  .result-row
  .item-list
  .item-box
  .info-box {
  padding-top: 8px;
  display: flex;
  align-items: center;
}

article.popup-find-layout
  .result-list
  .list-wrap
  .result-row
  .item-list
  .item-box
  .info-box
  .name-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.01em;
}

article.popup-find-layout
  .result-list
  .list-wrap
  .result-row
  .item-list
  .item-box
  .info-box
  .add-btn {
  margin-left: 10px;
  min-width: 50px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3f1600;
  color: #fff;
  font-size: 12px;
  background-color: #ff5a00;
}

article.popup-find-layout .file-upload-form {
  padding-top: 30px;
}

article.popup-find-layout .file-upload-form .file-upload-tit-box {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

article.popup-find-layout .file-upload-form .file-upload-msg-box {
  padding-top: 15px;
  padding-bottom: 23px;
}

article.popup-find-layout .file-upload-form .file-upload-msg-box .main-box {
  color: #86f5ff;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: 17px;
}

article.popup-find-layout .file-upload-form .file-upload-msg-box .sub-box {
  padding-top: 12px;
  color: #52c3ed;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.01em;
}

article.popup-find-layout .file-upload-form .file-upload-box label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

article.popup-find-layout
  .file-upload-form
  .file-upload-box
  label
  input[type="file"] {
  position: absolute;
  left: -9999px;
}

article.popup-find-layout
  .file-upload-form
  .file-upload-box
  label
  .file-upload-btn {
  width: 110px;
  height: 46px;
  background-color: #515b66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #ffffff;
  border: 1px solid #23272d;
}

article.popup-find-layout .file-upload-form .file-upload-box .file-upload-btn {
  width: 110px;
  height: 46px;
  background-color: #515b66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #ffffff;
  border: 1px solid #23272d;
}

article.popup-find-layout .file-upload-form .file-upload-list .list-wrap {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #ebecef;
}

article.popup-find-layout .file-upload-form .file-upload-list .file-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

article.popup-find-layout
  .file-upload-form
  .file-upload-list
  .file-item-box
  + .row {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  article.popup-find-layout
    .file-upload-form
    .file-upload-list
    .file-item-box
    + .row {
    margin-top: 6px;
  }
}

article.popup-find-layout
  .file-upload-form
  .file-upload-list
  .file-item-box
  .file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

@media (max-width: 1024px) {
  article.popup-find-layout
    .file-upload-form
    .file-upload-list
    .file-item-box
    .file-btn {
    line-height: 20px;
    font-size: 13px;
  }
}

article.popup-find-layout
  .file-upload-form
  .file-upload-list
  .file-item-box
  .file-remove-btn {
  display: inline-flex;
  align-items: center;
  background: url("../img/ic_file_remove@3x.png") no-repeat center/cover;
  width: 12px;
  height: 12px;
}

article.popup-find-layout .filter-form .row-box {
  display: flex;
  align-items: center;
}

article.popup-find-layout .filter-form .row-box .filter-box {
  display: inline-flex;
  align-items: center;
}

article.popup-find-layout .filter-form .row-box .filter-box.full {
  width: 100%;
}

article.popup-find-layout .filter-form .row-box .filter-box + .filter-box {
  margin-left: 10px;
}

article.popup-find-layout .filter-form .row-box .filter-box .tbox input {
  width: 100%;
  height: 46px;
  background-color: #fff;
  color: #2b429f;
  border-radius: 0;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #0a174d;
}

article.popup-find-layout
  .filter-form
  .row-box
  .filter-box
  .tbox
  input::placeholder {
  color: #2b429f;
}

article.popup-find-layout .filter-form .row-box .filter-box .sbox {
  width: 180px;
  height: 46px;
  position: relative;
}

article.popup-find-layout .filter-form .row-box .filter-box .sbox:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #0f2373;
}

article.popup-find-layout .filter-form .row-box .filter-box .sbox select {
  border: 1px solid #0a174d;
  height: 100%;
  color: #2b429f;
  border-radius: 0;
  padding: 0 45px 0 15px;
  font-weight: 300;
  font-size: 16px;
  background: #fff url("../img/ic_select_arrow3@3x.png") no-repeat center right
    14px/9px 7px;
}

article.popup-find-layout .filter-form .row-box .filter-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  background-color: #0a233f;
  color: #fff;
  min-width: 110px;
  height: 46px;
}

/*# sourceMappingURL=style.css.map */
