@media (max-width: 1080px) {
  section.common__form .img-box div.work div.work_inner div:last-child {
   }
  .mobile {
    display: block;
  }
  section.common__form .txt-box.txt-box-bottom>div {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 ;
  }
  .web {
    display: none;
  }

  .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
  }

  .login_inner {
    width: 100%;
    max-width: 500px;
  }

  .join_inner {
    width: 100%;
    max-width: 800px;
  }

  .container {
    min-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }

  header {
    z-index: 100;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  }

  header .header__wrap h1.logo {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }

  header .header__wrap h1.logo a {
    background-image: url("../img/mainlogo.png");
    background-size: contain;
    width: 110px;
    height: 40px;
    text-align: center;
  }

  header.active .header__wrap h1.logo a {
    background-image: url("../img/mainlogo_wh.png");
    background-size: contain;
    width: 110px;
    height: 40px;
    text-align: center;
  }

  header .header__wrap {
    height: 50px;
  }

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

  header .header__wrap nav.gnb {
    display: none;
  }

  section.main__visual .swiper-slide {
    height: 500px;
  }

  section.main__visual .swiper-slide .txt-box {
    top: 165px;
  }

  section.main__visual .swiper-slide .txt-box .tit-txt {
    font-size: 30px;
    line-height: 58px;
    letter-spacing: -1.3px;
    padding-bottom: 0;
  }

  section.main__visual .swiper-slide .txt-box .sub-txt {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    letter-spacing: -0.4px;
  }


  section.main__visual .swiper-slide .txt-box2 {
    top: 70px;
  }

  section.main__visual .swiper-slide .txt-box2 .tit-txt {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -1.3px;
    padding-bottom: 0;
  }

  section.main__visual .swiper-slide .txt-box2 .sub-txt {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    letter-spacing: -0.4px;
  }


  section.main__visual .swiper-pagination {
    bottom: 20px;
  }

  section.main__visual .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-width: 4px;
  }

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

  section.main__intro .intro__wrap {
    padding: 48px 20px 72px;
  }

  section.main__intro .intro__wrap .intro__item__list {
    margin: 0;
  }

  section.main__visual .swiper-slide .img-box {
    height: 100%;
  }

  section.main__intro .intro__wrap .intro__item__list li {
    width: 100%;
    margin: 0;
    padding: 24px;
    background-color: #fff !important;
    background-size: 180px 180px !important;
    background-position: right -20px bottom -35px !important;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.1);
    height: 335px;
  }

  section.main__intro .intro__wrap .intro__item__list li+li {
    margin-top: 16px !important;
  }

  section.main__intro .intro__wrap .intro__item__list li:nth-child(3),
  section.main__intro .intro__wrap .intro__item__list li:nth-child(4) {
    margin: 0;
  }

  section.main__intro .intro__wrap .intro__item__list li .tit-box {
    position: sticky;
    left: 0%;
    top: -50px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.32px;
    vertical-align: middle;
  }

  section.main__intro .intro__wrap .intro__item__list li .txt-box {
    padding-top: 8px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.38px;
    word-break: keep-all;
  }

  section.main__intro .intro__wrap .intro__item__list li .txt-box br {
    display: none;
  }

  section.main__gallery .gallery__list__wrap {
    padding-bottom: 0;
  }

  section.main__gallery .gallery__list__wrap .list_tit {
    padding-bottom: 32px;
  }

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

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

  section.main__gallery .gallery__list__wrap ul {
    margin: 0 -4.5px;
  }

  section.main__gallery .gallery__list__wrap ul li {
    margin: 0 4.5px;
    width: calc(33.33% - 9px);
    vertical-align: top;
  }

  section.main__gallery .gallery__list__wrap ul li .txt-box {
    padding-top: 18px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.33px;
  }

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

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

  footer {
    position: static;
    bottom: auto;
  }

  footer .footer__wrap {
    padding: 56px 78px 56px 24px;
  }

  footer .footer__wrap .footer_social {
    position: sticky;
  }

  footer .footer__wrap .footer__con .footer__con__box {
    padding: 0;
  }

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

  footer .footer__wrap .footer__con .footer__con__box .row .item.mobile-row {
    display: block;
    margin-top: 4px;
  }

  footer .footer__wrap .footer__con .footer__con__box .row.mobile__logo {
    padding-bottom: 24px !important;
    margin: 0;
  }

  footer .footer__wrap .footer__con .footer__con__box .row .item .subject {
    display: inline;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

  footer .footer__wrap .footer__con .footer__con__box .row .item .con {
    display: inline;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

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

  footer .footer__wrap .footer__con .footer__con__box .row .item .copyright {
    padding: 48px 0;
    letter-spacing: -0.35px;
  }

  section.page__header .bg-box {
    height: 320px;
  }

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

  section.page__header .bg-box .bg-txt-box {
    position: static;
    padding-top: 118px;
    text-align: center;
    transform: none;
  }

  section.page__header .bg-box .bg-txt-box .tit-txt {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.91px;
  }

  section.page__header .bg-box .bg-txt-box .sub-txt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    padding-top: 0;
  }

  article.page__menu .inner {
    width: 100%;
    padding: 0;
  }

  article.page__menu ul {
    height: 56px;
  }

  article.page__menu.mobile-scroll ul {
    white-space: nowrap;
    display: block;
    font-size: 0;
    text-align: center;
  }

  article.page__menu.mobile-scroll ul li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }

  article.page__menu ul li a {
    padding: 0 16px;
    line-height: 56px;
    font-size: 16px;
    letter-spacing: -0.36px;
  }

  article.inner__tit__box {
    text-align: left;
    padding: 64px 0 24px;
  }

  article.inner__tit__box .txt-box .main-txt {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }

  article.page__menu ul li a.on:after {}

  article.table__list .table__box table {
    border-width: 1px;
    border-bottom: 1px solid #dee2e6;
  }

  article.table__list .table__box table thead {
    display: none;
  }

  article.table__list .table__box table tbody tr.link {
    padding: 16px 0;
    display: block;
  }

  article.table__list .table__box table tbody tr td:nth-child(1) {
    display: none;
  }

  article.table__list .table__box table tbody tr td {
    display: block;
    text-align: left;
    height: auto;
  }

  article.table__list .table__box table tbody tr td .subject-txt {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.33px;
  }

  article.table__list .table__box table tbody tr td .date-txt {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    padding-top: 12px;
  }

  article.paging {
    padding-top: 24px;
  }

  article.paging ul li a.first,
  article.paging ul li a.last {
    display: none;
  }

  article.paging ul li a.num {
    margin: 0;
  }

  article.list__search__form .search__form__box .search-box {
    border-radius: 2px 0 2px 0;
    width: calc(100% - 56px);
  }

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

  article.list__search__form .search__form__box .sbox select {
    font-size: 15px;
    letter-spacing: -0.43px;
    width: 90px;
  }

  article.list__search__form .search__form__box input {
    font-size: 15px;
    letter-spacing: -0.43px;
    width: calc(100% - 90px);
  }

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

  article.table__view .view__box .view__tit__box {
    padding: 24px 0;
    display: block;
    height: auto;
  }

  article.table__view .view__box .view__tit__box .subject-txt {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

  article.table__view .view__box .view__tit__box .date-txt {
    display: block;
    transform: none;
    position: static;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    padding-top: 8px;
  }

  article.table__view .view__box .view__attach__box {
    padding: 0 18px;
    height: 56px;
  }

  article.table__view .view__box .view__attach__box .row .attach-btn {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.4px;
    padding-left: 32px;
    background: url(../img/ic_attachment@3x.png) no-repeat center left/20px 20px;
  }

  article.table__view .view__box .view__txt__box {
    padding: 32px 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

  article.table__view .view__box .view__navi__box {
    padding: 17px 0;
    height: auto;
    display: block;
  }

  article.table__view .view__box .view__navi__box .navi-show {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.33px;
  }

  article.table__view .view__box .view__navi__box .navi-txt {
    padding: 8px 0 0 0;
    display: block;
  }

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

  article.table__view .view__menu {
    padding-top: 32px;
  }

  article.table__view .view__menu .view-btn {
    width: 166px;
    line-height: 48px;
    font-size: 15px;
    letter-spacing: -0.33px;
    border-radius: 2px;
  }

  section.common__form .img-box {
    padding-bottom: 26px;
  }

  section.common__form .txt-box {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

  section.common__form .txt-box b {
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

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

  section.product__list .gallery__list__wrap .list_tit {
    padding-bottom: 32px;
  }

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

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

  section.product__list .gallery__list__wrap {
    padding-bottom: 0;
  }

  section.product__list .gallery__list__wrap ul {
    margin: 0 -4.5px;
  }

  section.product__list .gallery__list__wrap ul li {
    margin: 0 4.5px;
    width: calc(33.33% - 9px);
    vertical-align: top;
  }

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

  section.product__list .gallery__list__wrap ul li .txt-box {
    padding-top: 18px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.33px;
  }

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

  article.table__form .form__info-txt {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

  article.table__form .table__box table {
    width: 100%;
    table-layout: fixed;
  }

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

  article.table__form .table__box table tr,
  article.table__form .table__box table th,
  article.table__form .table__box table td {
    display: block;
  }

  article.table__form .table__box table.join-form {}

  article.table__form .table__box table.join-form tr {
    display: flex;
    justify-content: center;
  }

  article.table__form .table__box table tr:nth-child(2) {
    margin-bottom: 30px;
  }

  article.table__form .table__box table.join-form th {
    padding-top: 10px;
    transform: translateX(-10px);
  }

  article.table__form .table__box table tr {
    margin-top: 32px;
    border: none;
    padding: 0;
  }

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

  article.table__form .table__box table tr+tr {
    margin-top: 23px;
  }

  article.table__form .table__box table th {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    height: auto;
    padding: 0 0 2px;
  }

  article.table__form .table__box table td {
    padding: 0;
  }

  article.table__form .table__box table td .sbox {
    width: 100%;
    height: 48px;
  }

  article.table__form .table__box table td .sbox select {
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.43px;
  }

  article.table__form .table__box table.join-form {
    margin-top: 30px;
    border: 0px solid rgb(228, 225, 225);
  }

  article.table__form .table__box table td input {
    width: 70vw;
    height: 48px;
    font-size: 16px;
    letter-spacing: -0.43px;
  }

  article.table__form .table__box table td input::placeholder {
    font-size: 16px;
    letter-spacing: -0.43px;
  }

  article.table__form .table__box table td textarea {
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 24px;
    padding: 12px;
    height: 144px;
  }

  article.table__form .table__box table td textarea::placeholder {
    font-size: 16px;
    letter-spacing: -0.43px;
  }

  article.table__form .table__box table td .file-box .file-con {
    width: calc(100% - 99px);
    height: 48px;
    line-height: 46px;
    padding: 0 30px 0 12px;
  }

  article.table__form .table__box table td .file-box .file-con .file-name {
    font-size: 16px;
    letter-spacing: -0.43px;
    color: #495057;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
  }

  article.table__form .table__box table td .file-box .file-btn {
    width: 90px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: -0.36px;
  }

  article.table__form .table__box table td .file-box .file-con .file-remove-btn {
    width: 16px;
    height: 16px;
    right: 8px;
  }

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

  }

  article.table__form div.login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px 0 20px;

  }

  article.table__form .form__menu .view-btn {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: -0.33px;
    border-radius: 2px;
    margin-bottom: 5px;
  }

  article.table__form .form__menu .view-btn2 {
    width: 400px;
    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) 20% center no-repeat;
    border: 1px solid #fee500;
    color: #191919
  }

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

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

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

  section.location .map-box {
    height: 327px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
  }

  section.location .addr-txt {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.4px;
    padding-top: 10px;
  }

  section.location .info-box .info-tit {
    padding: 48px 0 8px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.58px;
  }

  section.location .info-box .info-con {
    padding: 28px 24px;
  }

  section.location .info-box .info-con .con-box {
    width: 100%;
    padding: 0;
  }

  section.location .info-box .info-con .con-box+.con-box {
    margin-top: 49px;
  }

  section.location .info-box .info-con .con-box+.con-box:after {
    top: -24px;
    left: 0;
    right: 0;
    bottom: auto;
    height: 1px;
    width: 100%;
    background-color: #e9ecef;
  }

  section.location .info-box .info-con .con-box .con-box-tit {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.8px;
    padding-bottom: 4px;
  }

  section.location .info-box .info-con .con-box .con-box-txt {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.4px;
  }

  section.location .info-box .info-con .con-box .con-box-sub-txt {
    padding: 16px 0 0 0;
  }

  section.location .info-box .info-con .con-box .con-box-sub-txt .row {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    word-break: keep-all;
  }

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

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

  section.inquiry__form .work_inner {
    margin: 0 auto;
  }

  div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div {
    margin: 20px;
    height: 320px;
    border: 1px solid #12151738;
  }

  section.common__form .img-box div.work div.work_inner>ul.work-img {
    margin: 0 auto;
  }
  section.common__form .img-box div.work div.work_inner div:last-child{
    width: 100%;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li {
    display: flex;
    flex-direction: column;
  }
  section.common__form .img-box div.work div.work_inner div.app_text p:nth-child(1){
    text-align: left;
  }
  section.common__form .img-box div.work ul.app_info{
    padding-left: 20px;
  }
  section.common__form .img-box div.work ul.app_info li{
    font-size: 0.9rem;
  }
  section.common__form .txt-box.txt-box-bottom{
    grid-template-columns:auto;
  }
}

@media (max-width: 760px) {
  section.common__form div.small-img-box {
    display: flex;
    flex-direction: column;
  }

  div.wrappert section.inquiry__form article.table__form.table_login>div.form__menu>div {
    margin: 20px 10px;
    height: 320px;
    border: 1px solid #12151738;
  }

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

  section.common__form div.small-img-box img:last-child {
    margin-bottom: 20px;
  }

  article.table__form .table__box .table_login td input {
    width: 85vw;
    margin: 0 auto;
  }

  section.common__form .img-box div.work div.work_inner>ul.work-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.common__form .img-box div.work div.work_inner div {
    margin-left: 20px;
  }

  section.common__form .img-box div.work div.work_inner>ul.work-img li {
    width: 100%;
    margin: 0 auto;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li img {
    width: 100vw;
    margin-bottom: 20px;

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

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

@media (max-width: 640px) {
  section.common__form .img-box div.work div.work_inner {
    width: 100%;
    margin: 0 auto;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li img {
    margin-bottom: 20px;
  }
  article.table__form .table__box table .checkbox {
    font-size: 0.9rem;
  }

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

@media (max-width: 375px) {
  article.page__menu ul li a{
    padding:0 10px;
    font-size: 1rem;
  }

  article.table__form .table__box table .checkbox input[type="checkbox"] {
    margin: 0;
    padding: 0;
  }

  article.table__form .table__box table td .check {
    width: 15px;
  }

  article.table__form .table__box table .checkbox>div {
    letter-spacing: -0.5px;
    margin: 0 2px;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img{
    padding-left: 12px;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li img {
    width: 350px;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li:nth-child(2){
    margin-bottom: 20px;
  }
  .password_pop {
    width: 350px;
  }
}
@media (max-width: 360px){
  section.common__form .img-box div.work div.work_inner>ul.work-img li img {
    width: 338px;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li
  {
    padding: 0;
  }
}
@media (max-width: 320px) {
  article.page__menu ul li a{
    padding:0 10px;
    font-size: 0.9rem;
  }
  section.common__form .img-box div.work div.work_inner>ul.work-img li img {
    width: 300px;
  }
  .password_pop {
    width: 310px;
  }
}

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