 @font-face { 
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
}

body.scrollHidden * {
  touch-action: none !important;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

.password_pop {
  display: none;
  z-index: 10000;
  background: #fff;
  width: 400px;
  height: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 hsl(0deg 0% 0% / 40%);
  ;
  text-align: center;
}

.password_pop h3 {
  padding: 40px 0;
  font-size: 1.4rem;
}

.password_pop input {
  color: rgb(175, 174, 174);
  border-bottom: 1px solid #404040;
  width: 80%;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.password_pop>button {
  border: none;
  margin: 8px;
  border-radius: 2px;
  padding: 8px 25px;
}

.password_pop>button:last-child {
  background: #103D75;
  color: #fff;
}

.login_inner {
  max-width: 500px;
  height: 740px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-top: 30px;
}

.container {
  overflow: auto;
  position: relative;
  padding-bottom: 294px;
}

.container .wrapper {
  padding-bottom: 130px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.925);
  width: 100%;
  height: 100px;
}

header.active {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(82, 79, 79, 0.747);
}

header.active .header__wrap nav.gnb ul.main-menu li.menu-item>a {
  color: #ffffff;
}

header.active .header__wrap nav.gnb ul.main-menu2 li.menu-item2>a {
  color: #ffffff;
}

header.active .header__wrap nav.gnb ul.main-menu3 li.line {
  background-color: #ffffff;
}
header.active .header__wrap nav.gnb ul.main-menu3 li>a {
  color: #ffffff;
}
header.active .header__wrap nav.gnb ul.main-menu3 li>a.active {
  color: #ffffff;
  color: #fab639;
}

header .header__wrap {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

header .header__wrap .mobile-btn {
  display: none;
  background: url("../img/ic_drawer@3x.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

header .header__wrap .mobile__menu {
  display: none;
}

header .header__wrap a.mobile-btn {
  display: none;
}

header.active .header__wrap h1.logo a {
  background: url("../img/mainlogo_wh.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  margin-left: 2vw;
}

header .header__wrap h1.logo a {
  background: url(../img/mainlogo.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  margin-left: 2vw;
}

header .header__wrap nav.gnb {
  display: flex;
  align-items: center;
  position: relative;
  color: #121517;
  width: 1000px;
}

header .header__wrap nav.gnb ul.main-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

header .header__wrap nav.gnb ul.main-menu2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header .header__wrap nav.gnb ul.main-menu3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

header .header__wrap nav.gnb ul>li a {
  color: #121517;
}

header .header__wrap nav.gnb ul.main-menu li.menu-item>a>span {
  display: inline-block;
  position: relative;
}

header .header__wrap nav.gnb ul.main-menu li.menu-item>a>span:after {
  transition: 0.2s;
  display: block;
  position: absolute;
  height: 5px;
  z-index: -1;
  bottom: -23px;
  width: 0;
  left: 50%;
  content: '';
  background-color: #fab639;
}

header .header__wrap nav.gnb ul.main-menu li.menu-item:hover>a>span:after {
  left: 0;
  width: 100%;
}

header .header__wrap nav.gnb ul.main-menu li.menu-item>a {
  font-size: 1.5rem;
  padding: 30px;
  margin: 20px;
  white-space: nowrap;
}

header .header__wrap nav.gnb ul.main-menu2 li.menu-item2>a {
  font-size: 1.2rem;
  padding: 10px;
  margin: 5px;
}

header .header__wrap nav.gnb ul.main-menu3 li>a {
  font-size: 1.2rem;
  padding: 10px 8px;
  /* padding: 8px; */
  margin: 5px 0;
  font-size: 1.1rem;
  /* font-weight: 700; */
}
header .header__wrap nav.gnb ul.main-menu3 li.line {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #333;
  margin-top: 15px;
}

header .header__wrap nav.gnb ul.main-menu2 li.menu-item2>a:hover {
  color: #fab639;
}

header .header__wrap nav.gnb ul.main-menu3 li a.active {
  /* color: #fab639; */
  /* color: #0f396d; */
  /* background-color: #0f396d; */
  border-radius: 100%;
  font-weight: 700;
  /* font-size: 1.1rem; */
}

header .header__wrap nav.gnb ul.main-menu2 li.login>a {
  letter-spacing: -0.4px;
}

header .header__wrap nav.gnb ul.main-menu2 li.join>a {
  letter-spacing: -0.4px;
}

header .header__wrap nav.gnb ul.main-menu li.menu-item>a.on {
  color: #333299;
}

ul.main-menu4 {
    padding-left: 25px;
    margin-top: 50px;
}

ul.main-menu4 li {
    display: inline-block;
}

ul.main-menu4 li:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 5px 0 8px;
    background-color: #333;
    transform: translateY(1px);
}

ul.main-menu4 li a.active {
    font-weight: 700;
}

nav.mobile-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 510;
  width: 295px;
  overflow-y: auto;
}

nav.mobile-menu * {
  touch-action: auto !important;
}

nav.mobile-menu .mobile-menu-wrap {
  position: relative;
  height: auto;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-group {
  position: relative;
  height: auto;
}

nav.mobile-menu .mobile-menu-wrap .close-btn {
  position: absolute;
  right: 24px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url("../img/close@3x.png") no-repeat center/cover;
}

nav.mobile-menu .mobile-menu-wrap ul.depth0 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 20px 0 10px 20px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth00 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-size: 1.2rem;
}

div.mobile-menu-inner1 #depth0_1 {
  color: #404040;
  width: 100%;
  display: flex;
}

.depth0_txt_id {
  letter-spacing: -0.8px;
  color: #121517;
  font-size: 1rem;
}

nav.mobile-menu .mobile-menu-wrap ul.depth0 li {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  text-align: left;
}

nav.mobile-menu .mobile-menu-wrap ul.depth0 a.depth0-txt01 {
  background: rgb(255, 255, 255);
  padding: 5px 30px;
  border-radius: 25px;
  box-shadow: 1px 5px 8px 0 rgb(0 0 0 / 22%);
  line-height: 30px;
  font-size: 1.1rem;
  letter-spacing: -0.4px;
  color: #121517;
  position: relative;
  opacity: 0.8;
  font-size: 1.2rem;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 a.depth0-txt {
  position: relative;
  color: #121517;
  font-size: 0.8rem;
  width: 30px;
  margin: 0 25px;
  text-align: center;
  border-radius: 20px;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 li:hover a.depth0-txt {
  color: #429ff5;
  font-weight: bold;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 a.depth0-txt .user-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  background: url(../img/user.png) no-repeat 50%;
  background-size: contain;
}

nav.mobile-menu .mobile-menu-wrap .mobile-menu-inner2 li:hover a.depth0-txt .user-icon {
  width: 30px;
  height: 30px;
  background: url(../img/user0.png) no-repeat 50%;
  background-size: contain;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 {
  margin-top: 45px;
  text-align: left;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  padding: 0 24px;
  font-size: 18px;
  letter-spacing: -0.4px;
  color: #121517;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt.toggle {
  background: url("../img/down@3x.png") no-repeat center right 24px/24px 24px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt.toggle.on {
  background: url("../img/up@3x.png") no-repeat center right 24px/24px 24px;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 a.depth1-txt.on~ul.depth2 {
  display: block;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 ul.depth2 {
  padding: 8px 0;
  background-color: #f8f9fa;
  display: none;
}

nav.mobile-menu .mobile-menu-wrap ul.depth1 ul.depth2 a {
  line-height: 46px;
  padding: 0 24px;
  font-size: 14px;
  letter-spacing: -0.31px;
  color: #495057;
  width: 100%;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info {
  padding: 36px 24px 0;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info .call-box .sub-txt {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: #121517;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info .call-box .main-txt {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.4px;
  color: #333299;
  padding-top: 4px;
}

nav.mobile-menu .mobile-menu-wrap .mobile__menu__info .info-box {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #6d747a;
  padding-top: 8px;
  padding-bottom: 40px;
}

.mobile-menu-inner1 {
  display: flex;
  flex-direction: column;
}

.mobile-menu-inner2 {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

footer {
  background-color: #242a2f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

footer .footer__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0 80px 0px;
  position: relative;
}

footer .footer__wrap .footer__con .footer__con__box {
  position: relative;
  padding-left: 50px;
  display: inline-block;
  vertical-align: top;
}

footer .footer__wrap .footer__con .footer__con__box .row {
  font-size: 0;
}

footer .footer__wrap .footer__con .footer__con__box .row+.row {
  margin-top: 8px;
}

footer .footer__wrap .footer__con .footer__con__box .row:nth-child(2) {
  margin-top: 24px;
}

footer .footer__wrap .footer__con .footer__con__box .row:last-child {
  margin-top: 24px;
}

footer .footer__wrap .footer__con .footer__con__box .row .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 24px;
}

footer .footer__wrap .footer__con .footer__con__box .row .item+.item {
  margin-left: 16px;
}

footer .footer__wrap .footer__con .footer__con__box .row .item .subject {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -0.46;
  color: #fff;
  padding-right: 4px;
}

footer .footer__wrap .footer__con .footer__con__box .row .item .con {
  display: inline-block;
  vertical-align: middle;
  color: #8f959c;
  font-size: 16px;
}

footer .footer__wrap .footer__con .footer__con__box .row .item .copyright {
  font-size: 14px;
  line-height: 22px;
  color: #8f959c;
}

section.main__visual .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

section.main__visual .swiper-slide .img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

section.main__visual .swiper-slide .txt-box {
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

section.main__visual .swiper-slide .txt-box .tit-txt {
  font-size: 50px;
  letter-spacing: -3.5px;
  line-height: 140px;
  padding-bottom: 8px;
}

section.main__visual .swiper-slide .txt-box .sub-txt {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

section.main__visual .swiper-slide .txt-box2 {
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

section.main__visual .swiper-slide .txt-box2 .tit-txt {
  font-size: 50px;
  letter-spacing: -3.5px;
  line-height: 140px;
  padding-bottom: 8px;
}

section.main__visual .swiper-slide .txt-box2 .sub-txt {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

section.main__visual .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

section.main__visual .swiper-pagination {
  bottom: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.main__visual .swiper-pagination-bullet {
  background-color: rgba(46, 43, 43, 0.918);
  border-radius: 20px;
  opacity: 0.6;
  padding: 8px 30px;
}

section.main__visual .swiper-pagination-bullet-active {
  background-color: #fab639;
  opacity: 1;
}

section.main__regular-delivery {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

section.main__regular-delivery .img-box img {
  width: 100%;
}

section.main__regular-delivery .small-img-box img {
  margin-top: 30px;
  width: 30%;
}

section.main__intro {
  font-size: 0;
}

section.main__intro .intro__wrap {
  overflow: hidden;
  padding: 150px 0 121px;
}

section.main__intro .intro__wrap .intro__item__list {
  font-size: 0;
  margin: 0 -16px;
  text-align: center;
}

section.main__intro .intro__wrap .intro__item__list li {
  display: inline-block;
  vertical-align: middle;
  width: calc(33% - 36px);
  margin: 0 16px;
  border-radius: 24px;
  background-color: #f8f9fa;
  height: 320px;
  padding-left: 20px;
  padding-top: 61px;
  position: relative;
}

section.main__intro .intro__wrap .intro__item__list li:hover {
  transition: 0.5s;
  background-color: #fff !important;
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.1);
}

section.main__intro .intro__wrap .intro__item__list li:hover.fancy {
  background-image: url("../img/ic_sensor_on.png");
}

section.main__intro .intro__wrap .intro__item__list li:hover.range {
  background-image: url("../img/ic_transmission_on.png");
}

section.main__intro .intro__wrap .intro__item__list li:hover.needs {
  background-image: url("../img/ic_chip_on.png");
}

section.main__intro .intro__wrap .intro__item__list li:hover.draw {
  background-image: url("../img/ic_tool_one@3x.png");
}

section.main__intro .intro__wrap .intro__item__list li.fancy {
  background: #f8f9fa url("../img/ic_sensor.png") no-repeat right -20px bottom -55px/240px 240px;
}

section.main__intro .intro__wrap .intro__item__list li.range {
  background: #f8f9fa url("../img/ic_transmission.png") no-repeat right -20px bottom -55px/240px 240px;
}

section.main__intro .intro__wrap .intro__item__list li.needs {
  background: #f8f9fa url("../img/ic_chip.png") no-repeat right -20px bottom -55px/240px 240px;
}

section.main__intro .intro__wrap .intro__item__list li.draw {
  background: #f8f9fa url("../img/ic_tool@3x.png") no-repeat right -20px bottom -55px/240px 240px;
}

section.main__intro .intro__wrap .intro__item__list li .tit-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 153px;
  top: -50px;
  letter-spacing: -1px;
  font-size: 27px;
}

section.main__intro .intro__wrap .intro__item__list li .tit-box .accent {
  color: #333299;
}

section.main__intro .intro__wrap .intro__item__list li .txt-box {
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #495057;
}

section.main__gallery .gallery__list__wrap {
  overflow: hidden;
  padding-bottom: 120px;
}

section.main__gallery .gallery__list__wrap .list_tit {
  text-align: center;
  padding-bottom: 56px;
}

section.main__gallery .gallery__list__wrap .list_tit .main-txt {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.89px;
}

section.main__gallery .gallery__list__wrap .list_tit .sub-txt {
  color: #495057;
  font-size: 18px;
  line-height: 28px;
  padding-top: 9px;
  letter-spacing: -0.4px;
}

section.main__gallery .gallery__list__wrap ul {
  font-size: 0;
  margin: 0 -12.5px;
}

section.main__gallery .gallery__list__wrap ul li {
  margin: 0 12.5px;
  display: inline-block;
  vertical-align: middle;
  width: calc(33.33% - 25px);
}

section.main__gallery .gallery__list__wrap ul li a {
  width: 100%;
}

section.main__gallery .gallery__list__wrap ul li a:hover .img-box .img-hover-box {
  display: block;
}

section.main__gallery .gallery__list__wrap ul li .img-box {
  width: 100%;
  border: 1px solid #f1f3f5;
  overflow: hidden;
  position: relative;
}

section.main__gallery .gallery__list__wrap ul li .img-box .img-hover-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

section.main__gallery .gallery__list__wrap ul li .img-box .img-hover-box .hover-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 58px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.4px;
  width: 209px;
}

section.main__gallery .gallery__list__wrap ul li .img-box img {
  width: 100%;
}

section.main__gallery .gallery__list__wrap ul li .txt-box {
  text-align: center;
  padding-top: 19px;
  font-size: 18px;
  letter-spacing: -0.4px;
}

section.page__header .bg-box {
  width: 100%;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.page__header .bg-box.about {
  background-image: url("../img/sub01.jpg");
  background-position: 0 0;
}

section.page__header .bg-box.product {
  background-image: url("../img/sub_02.jpg");
}

section.page__header .bg-box.business {
  background-image: url("../img/sub_03.jpg");
}

section.page__header .bg-box.contact {
  background-image: url("../img/sub_04.jpg");
}

section.page__header .bg-box .bg-txt-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 255px;
  color: #fff;
  text-align: center;
}

section.page__header .bg-box .bg-txt-box .tit-txt {
  font-size: 80px;
  line-height: 110px;
  letter-spacing: -1px;
}

section.page__header .bg-box .bg-txt-box .sub-txt {
  padding-top: 8px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

article.table__form div.info-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
}

article.table__form .form__info-txt {
  font-size: 1.1rem;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #222;

}

article.table__form .form__info-txt input {
  margin-right: 10px;
}


article.table__form .form__menu {
  padding-top: 50px;
  text-align: center;
}

article.table__form .form__menu .view-btn {
  width: 209px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #103D75;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

article.table__form .form__menu .view-btn2 {
  width: 420px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

article.table__form .form__menu .kakao {
  display: inline-block;
  background: #fee500 url(../img/kakao.png) 30% center no-repeat;
  border: 1px solid #fee500;
  color: #191919
}

article.table__form .form__menu .naver {
  display: inline-block;
  background: #03c75a url(../img/naver.png) 30% center no-repeat;
  border: 1px solid #03c75a;
  color: #ffffff;
}

article.table__form .form__menu .google {
  display: inline-block;
  background: #ffffff url(../img/google.png) 30% center no-repeat;
  color: #666;
  border: 1px solid #cccccc;
}

article.table__form .table__box table {}

article.table__form .table__box .table_login {
  margin-top: 40px;
  border: 0;
}

.table_login {
  display: inline-block;
}

/* article.table_login .table__box table th {
         padding-right: 30px; 
         
      } */


/*article.table__form .table__box table tr {
        border-bottom: 1px solid #e9ecef; }*/
article.table__form .table__box table tr {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px;
}

article.table__form .table__box table.join-form {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
  margin-top: 30px;
  border: 1px solid rgb(228, 225, 225);
}

article.table__form .table__box table tr:nth-child(1) {
  margin-top: 20px;
}

article.table__form .table__box table .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

article.table__form .table__box table .checkbox input[type="checkbox"] {
  margin-right: 5px;

}

article.table__form .table__box table th {
  padding-top: 15px;
  width: 95px;
  letter-spacing: -0.45px;
  font-weight: 400;
}

article.table__form .table__box table th .ess {
  color: #e02020;
}

article.table__form .table__box table td input {
  height: 56px;
  border: 1px solid #dee2e6;
  width: 400px;
  font-size: 18px;
  letter-spacing: -0.4px;
  padding: 0 16px;
}

article.table__form .table__box .table_login td input {
  width: 350px;
  margin: 0 auto;
}

article.table__form .table__box table .checkbox input {
  margin-left: 10px;
}

article.table__form .table__box table td .check {
  width: 20px;
  font-size: 18px;
  letter-spacing: -0.4px;
  padding: 0 16px;
}

article.table__form .table__box table td input::placeholder {
  color: #adb5bd;
  font-size: 18px;
  letter-spacing: -0.4px;
}

article.table__form .table__box table td textarea {
  padding: 14px 16px;
  border: 1px solid #dee2e6;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  width: 100%;
  height: 168px;
  resize: none;
  outline: none;
}

article.table__form .table__box table td textarea::placeholder {
  color: #adb5bd;
  font-size: 18px;
  letter-spacing: -0.4px;
}

article.table__form .table__box table td .sbox {
  height: 56px;
  border: 1px solid #dee2e6;
}

article.table__form .table__box table td .sbox select {
  font-size: 18px;
  width: 532px;
  padding-right: 52px;
  background-position: center right 16px;
}

article.table__form .table__box table td .file-box {
  font-size: 0;
}

article.table__form .table__box table td .file-box .file-con {
  width: 532px;
  border: 1px solid #dee2e6;
  height: 56px;
  padding: 0 16px;
  line-height: 54px;
  font-size: 18px;
  letter-spacing: -0.4px;
  color: #495057;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

article.table__form .table__box table td .file-box .file-con .file-remove-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/@3xic-close.png") no-repeat center/cover;
  width: 20px;
  height: 20px;
}

article.table__form .table__box table td .file-box .file-btn {
  display: inline-block;
  vertical-align: middle;
  width: 113px;
  line-height: 56px;
  background-color: #8f959c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.4px;
  margin-left: 8px;
}

.inner_table_cen {
  text-align: center;
}

article.page__menu {
  border-bottom: 1px solid #e9ecef;
}

article.page__menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  text-align: center;
}

article.page__menu ul li {
  width: 100%;
  height: 100%;
}

article.page__menu ul li a {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 72px;
  margin-bottom: -1px;
  position: relative;
}

article.page__menu ul li a.on {
  color: #333299;
}

article.page__menu ul li a.on:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #333299;
  z-index: 1;
}

/*article.page__menu .page__menu_inner {
                  margin-bottom: 30px;
                }*/
article.table__form .table__box table .login {
  display: table-column;
  transform: translateY(10px);
}

article.inner__tit__box {
  text-align: center;
  padding: 120px 0 48px;
}

article.inner__tit__box .txt-box .main-txt {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 700;
}

section.common__form div.company-img,
section.common__form div.history-img {
  width: 100%;
}

section.common__form div.company-img img,
section.common__form div.history-img img {
  width: 100%;
}

section.common__form div.small-img-box {
  display: flex;
}

section.common__form div.small-img-box>img {
  margin-left: 10px;
}

article.table__view .view__box {
  border-top: 2px solid #121517;
  border-bottom: 1px solid #6d747a;
}

article.table__view .view__box .view__tit__box {
  position: relative;
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  border-bottom: 1px solid #dee2e6;
}

article.table__view .view__box .view__tit__box .subject-txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.4px;
}

article.table__view .view__box .view__tit__box .date-txt {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #6d747a;
}

article.table__view .view__box .view__attach__box {
  background-color: #f8f9fa;
  padding: 0 48px;
  height: 72px;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 0;
}

article.table__view .view__box .view__attach__box .row .attach-btn {
  line-height: 28px;
  font-size: 18px;
  color: #495057;
  letter-spacing: -0.4px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  background: url("../img/ic_attachment@3x.png") no-repeat center left/24px 24px;
  text-decoration: underline;
  text-underline-position: under;
}

article.table__view .view__box .view__txt__box {
  padding: 60px 48px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #495057;
}

article.table__view .view__box .view__navi__box {
  border-top: 1px solid #dee2e6;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 48px;
}

article.table__view .view__box .view__navi__box .navi-txt {
  padding-left: 48px;
}

article.table__view .view__box .view__navi__box .navi-txt a {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

article.table__view .view__box .view__navi__box .navi-show {
  line-height: 28px;
  letter-spacing: -0.4px;
  font-size: 18px;
  color: #333299;
  padding-right: 28px;
}

article.table__view .view__box .view__navi__box .navi-show.prev {
  background: url("../img/ic_prev.png") no-repeat center right/20px 20px;
}

article.table__view .view__box .view__navi__box .navi-show.next {
  background: url("../img/ic_next.png") no-repeat center right/20px 20px;
}

article.table__view .view__menu {
  padding-top: 40px;
  text-align: center;
}

article.table__view .view__menu .view-btn {
  width: 209px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #333299;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

article.table__list .table__box table {
  border-top: 2px solid #121517;
  border-bottom: 1px solid #6d747a;
}

article.table__list .table__box table thead tr th {
  height: 72px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  font-weight: 500;
}

article.table__list .table__box table tbody tr {
  border-top: 1px solid #dee2e6;
}

article.table__list .table__box table tbody tr.link {
  cursor: pointer;
}

article.table__list .table__box table tbody tr td {
  text-align: center;
  height: 72px;
}

article.table__list .table__box table tbody tr td .subject-txt {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

article.table__list .table__box table tbody tr td .num-txt {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #6d747a;
}

article.table__list .table__box table tbody tr td .date-txt {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #8f959c;
}

article.table__list .list__menu {
  padding-top: 40px;
  text-align: center;
}

article.table__list .list__menu .reg-btn {
  width: 209px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #333299;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

article.list__search__form {
  padding-top: 64px;
}

article.list__search__form .search__form__box {
  font-size: 0;
  text-align: center;
}

article.list__search__form .search__form__box .search-box {
  border: 1px solid #dee2e6;
  border-right: none;
  display: inline-block;
  vertical-align: middle;
}

article.list__search__form .search__form__box .sbox {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  height: 100%;
}

article.list__search__form .search__form__box .sbox select {
  font-size: 18px;
  letter-spacing: -0.51px;
  height: 54px;
  font-weight: 400;
}

article.list__search__form .search__form__box input {
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  border: none;
  font-size: 18px;
  width: 250px;
  letter-spacing: -0.4px;
}

article.list__search__form .search__form__box input::placeholder {
  color: #adb5bd;
}

article.list__search__form .search__form__box .search-btn {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  background: #333299 url("../img/ic_search_wh@3x.png") no-repeat center/22px 22px;
}

section.common__form div.img-box h3 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 2.3rem;
  color: #061b35;
  margin-bottom: 30px;
  position: relative;
}

section.common__form div.img-box h3 span {
  display: inline-block;
  background: #000;
  height: 8px;
}

/* 문제1 */
section.common__form .img-box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}


section.common__form .img-box div.work div.work_inner {
  width: 1240px;
  margin: 0 auto;
}

section.common__form .img-box div.work div.work_inner>ul.work-img {
  display: flex;
  justify-content: center;
}
section.common__form .img-box div.work div.work_inner div.app_text p:nth-child(1){
  text-align: center;
}
section.common__form .img-box div.work div.work_inner>ul.work-img li {
  margin-right: 20px;
}

section.common__form .img-box div.work div.work_inner>ul.work-img li:nth-child(2) {
  margin-bottom: 40px;
}

section.common__form .img-box div.work div.work_inner div:last-child {
  width: 830px;
  margin: 0 auto;
  padding: 0px 20px 100px;
}

section.common__form .img-box div.work div.work_inner div:last-child p {
  margin-bottom: 10px;
  width: 100%;
  line-height: 2.3rem;
  font-size: 1.2rem;
  text-align: left;
}
section.common__form .img-box div.work ul.app_info{
  padding-left: 50px;
}
section.common__form .img-box div.work ul.app_info li {
  padding: 10px 0;
  font-size: 1.1rem;
}

section.common__form .img-box div.work ul.app_info li span {
  display: inline-block;
  padding: 5px 0 10px;
}

section.common__form .txt-box {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.4px;
  font-weight: 400;
}

section.common__form .txt-box p.slogan {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  margin: 30px 0 0px;
  color: rgba(0, 0, 0, 0.63);
}

section.common__form .txt-box-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

section.common__form .txt-box b {
  display: block;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

section.common__form .txt-box.txt-box-bottom {
  display: grid;
  grid-template-columns: 1200px;
  justify-content: center;
  margin-top: 30px;
}

section.common__form .txt-box.txt-box-bottom>div {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

section.common__form .txt-box.txt-box-bottom>div p {
  text-align: left;
  padding-bottom: 20px;
}

section.common__form .txt-box.txt-box-bottom>div p:nth-child(2) {
  text-align: left;
  padding-bottom: 40px;
}

section.common__form .txt-box.txt-box-bottom>div p:nth-child(4) {
  text-align: left;
}

section.common__form .txt-box.txt-box-bottom>div p:nth-child(5) {
  display: inline-block;
  border: 2px solid #969696;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin: 20px 0 40px;
  opacity: 0.6;
}

section.common__form .txt-box.txt-box-bottom>div p:nth-child(6) {
  text-align: left;
}

section.common__form .txt-box.txt-box-bottom>div p:nth-child(7) {
  padding: 80px 0 20px;
}

section.product__list {
  padding-top: 121px;
}

section.product__list .gallery__list__wrap {
  overflow: hidden;
  padding-bottom: 120px;
}

section.product__list .gallery__list__wrap .list_tit {
  text-align: center;
  padding-bottom: 56px;
}

section.product__list .gallery__list__wrap .list_tit .main-txt {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.89px;
}

section.product__list .gallery__list__wrap .list_tit .sub-txt {
  color: #495057;
  font-size: 18px;
  line-height: 28px;
  padding-top: 9px;
  letter-spacing: -0.4px;
}

section.product__list .gallery__list__wrap ul {
  font-size: 0;
  margin: -12.5px;
}

section.product__list .gallery__list__wrap ul li {
  margin: 0 12.5px;
  display: inline-block;
  vertical-align: middle;
  width: calc(33.33% - 25px);
}

section.product__list .gallery__list__wrap ul li a {
  width: 100%;
}

section.product__list .gallery__list__wrap ul li a:hover .img-box .img-hover-box {
  display: block;
}

section.product__list .gallery__list__wrap ul li .img-box {
  position: relative;
  width: 100%;
  border: 1px solid #f1f3f5;
  overflow: hidden;
}

section.product__list .gallery__list__wrap ul li .img-box .img-hover-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

section.product__list .gallery__list__wrap ul li .img-box .img-hover-box .hover-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 58px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.4px;
  width: 209px;
}

section.product__list .gallery__list__wrap ul li .img-box img {
  width: 100%;
}

section.product__list .gallery__list__wrap ul li .txt-box {
  text-align: center;
  padding-top: 19px;
  font-size: 18px;
  letter-spacing: -0.4px;
}

div.wrappert section.inquiry__form {
  width: 100%;
  height: 100%;
  display: flex;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu {
  display: flex;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div {
  margin: 20px;
  width: 45vh;
  height: 320px;
  border: 1px solid #12151738;
  border-radius: 15px;
  box-shadow: 17px 20px 8px 0 rgb(0 0 0 / 5%);
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(1):hover,
div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(1):hover p,
div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(2):hover,
div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(2):hover p {
  color: #fff;
  background: #0f396d;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(1) a {
  background: url(../img/payment1_bg.png) no-repeat;
  background-position: center 90%;
  background-size: contain;
  width: 50%;
  height: 100%;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(1):hover a {
  background: url(../img/payment1_wh.png) no-repeat;
  background-position: 50% 90%;
  background-size: contain;
  width: 50%;
  height: 100%;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(2) a {
  background: url(../img/payment2_bg.png) no-repeat;
  background-position: 50% 90%;
  background-size: contain;
  width: 50%;
  height: 100%;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div:nth-child(2):hover a {
  background: url(../img/payment2_wh.png) no-repeat;
  background-position: 50% 90%;
  background-size: contain;
  width: 50%;
  height: 100%;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div a p.pay-tit {
  font-size: 2rem;
  font-weight: 500;
  padding: 20px 0;
}

div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div a p {
  text-align: center;
}

section.product__view {
  padding-top: 120px;
}

section.product__view .product-tit {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.89px;
  padding-bottom: 40px;
}

section.product__view .img-box {
  width: 100%;
}

section.product__view .img-box img {
  width: 100%;
}

section.location {
  padding-top: 120px;
}

section.location .map-box {
  width: 100%;
  height: 640px;
  border: 1px solid #e9ecef;
}

section.location .addr-txt {
  padding-top: 32px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.51px;
}

section.location .info-box .info-tit {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.89px;
  padding-bottom: 25px;
}

section.location .info-box .info-con {
  border-radius: 16px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  font-size: 0;
}

section.location .info-box .info-con .con-box {
  position: relative;
  width: 50%;
  padding: 48px;
  display: inline-block;
  vertical-align: top;
}

section.location .info-box .info-con .con-box+.con-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #e9ecef;
  height: 80px;
  width: 1px;
}

section.location .info-box .info-con .con-box .con-box-tit {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

section.location .info-box .info-con .con-box .con-box-txt {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #333299;
}

section.location .info-box .info-con .con-box .con-box-sub-txt {
  padding-top: 24px;
}

section.location .info-box .info-con .con-box .con-box-sub-txt .row {
  color: #6d747a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

section.location .info-box .info-con .con-box .con-box-sub-txt .row+.row {
  padding-top: 8px;
}


/*# sourceMappingURL=style.css.map */