@charset "UTF-8";
/* ===============================
   RESPONSIVE DESIGN
   =============================== */
@media (max-width: 1480px) {
  header .inner .nav .gnb > li > .dep-01 {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .inner {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .header .inner {
    padding: 0 40px;
  }
  .header .inner .nav .gnb > li > .dep-01 {
    padding: 0 12px;
    font-size: 18px;
  }
  /* ---- main ---- */
  .main .main-hero {
    height: 900px;
  }
  .main .main-hero .inner {
    padding-top: 300px;
  }
  .main .main-hero .inner h1 {
    font-size: 60px;
    line-height: 76px;
  }
  .main .main-about .inner .about-content {
    width: 340px;
  }
  .main .main-about .inner .about-content .about-text h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .main .main-about .inner .about-content .about-text p {
    font-size: 18px;
  }
  .main .main-about .inner .about-img {
    width: 500px;
    height: auto;
  }
  .main .main-product .inner .product-content {
    gap: 32px;
  }
  .main .main-product .inner .product-content .product-tab {
    padding-left: 260px;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-label {
    font-size: 56px;
    line-height: 56px;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-label.tab-idx-0 {
    top: calc(50% - 148px);
  }
  .main .main-product .inner .product-content .product-tab .tab-img-label.tab-idx-1 {
    top: calc(50% - 68px);
  }
  .main .main-product .inner .product-content .product-tab .tab-img-label.tab-idx-2 {
    top: calc(50% + 12px);
  }
  .main .main-product .inner .product-content .product-tab .tab-img-label.tab-idx-3 {
    top: calc(50% + 92px);
  }
  .main .main-product .inner .product-content .product-tab .tab-list p {
    font-size: 56px;
    line-height: 56px;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-list {
    width: 580px;
    height: 327px;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-list img {
    width: 580px;
    height: 327px;
  }
  .main .main-product .inner .product-content .desc-list {
    height: 327px;
  }
  .main .main-section-title-wrap .title {
    font-size: 56px;
    line-height: 70px;
  }
  /* ---- sub ---- */
  .sub .sub-header-wrap .inner {
    padding-top: 220px;
    gap: 60px;
  }
  .sub .sub-header-wrap .inner .sub-header h1 {
    font-size: 60px;
    line-height: 76px;
  }
  /* ---- ceo_message ---- */
  .ceo_message .section-message .inner {
    padding-top: 100px;
  }
  .ceo_message .section-message .inner .intro {
    font-size: 36px;
    line-height: 46px;
  }
  .ceo_message .section-overview .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* ---- inquiry ---- */
  .inquiry .section-title-wrap .inner {
    padding-top: 80px;
    gap: 32px;
  }
  .inquiry .section-title-wrap .inner .title {
    font-size: 32px;
    line-height: 42px;
  }
  .inquiry .contact-form-wrap .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
  }
  /* ---- product-page ---- */
  .product-page .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 80px;
  }
  .product-page .inner .section-overview .left h1 {
    font-size: 32px;
    line-height: 42px;
  }
  /* ---- modal ---- */
  .modal-overlay .modal {
    width: 800px;
    padding: 48px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap .modal-title {
    font-size: 32px;
    line-height: 42px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap .modal-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
  /* ---- faq ---- */
  .faq .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
  }
  /* ---- faq-detail ---- */
  .faq-detail .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
  }
  /* ---- main-map ---- */
  .main .main-map {
    height: 580px;
  }
  .main .main-map iframe {
    aspect-ratio: 1400/580;
  }
  .main .main-map .img-wrap {
    height: 580px;
  }
  .main .main-map .img-wrap img {
    width: 480px;
    height: 580px;
  }
  .main .main-map .img-wrap p {
    font-size: 48px;
    line-height: 60px;
    top: 130px;
    right: 50px;
  }
  /* ---- directions ---- */
  .directions .direction-info-wrap .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 32px;
  }
  .directions .direction-info-wrap .inner .direction-title {
    font-size: 32px;
    line-height: 42px;
  }
  /* ---- footer ---- */
  footer .inner {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  footer .inner .right .company-info .title,
  footer .inner .right .company-info .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 80px;
  }
  .header::after {
    display: none !important;
  }
  .header:hover:not(.menu-open) {
    background: transparent !important;
  }
  .header:hover:not(.menu-open) .inner .nav .gnb > li > .dep-01 {
    color: #fff !important;
  }
  .header:hover:not(.menu-open) .inner .language .ico {
    filter: none !important;
  }
  .header:hover:not(.menu-open) .inner .language .btn button span {
    color: #fff !important;
  }
  .header.white:hover:not(.menu-open) {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
  }
  .header.white:hover:not(.menu-open) .inner .nav .gnb > li > .dep-01 {
    color: #111 !important;
  }
  .header.white:hover:not(.menu-open) .inner .language .ico {
    filter: invert(1) brightness(0) !important;
  }
  .header.white:hover:not(.menu-open) .inner .language .btn button span {
    color: #111 !important;
  }
  .header .inner {
    padding: 0 24px;
    position: relative;
  }
  .header .inner .logo {
    height: 60px;
    width: 120px;
  }
  .header .inner .nav {
    display: none;
  }
  .header .inner .language {
    display: none;
  }
  .header .allmenu {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .header .allmenu button {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .allmenu button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .header.white .allmenu button span {
    background: #111;
  }
  .header .nav#Gnb {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 0;
    padding-top: 70px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .header .nav#Gnb .sidebar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
  }
  .header .nav#Gnb .sidebar-close span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #111;
    top: 50%;
    left: 0;
  }
  .header .nav#Gnb .sidebar-close span:first-child {
    transform: rotate(45deg);
  }
  .header .nav#Gnb .sidebar-close span:last-child {
    transform: rotate(-45deg);
  }
  .header .nav#Gnb .gnb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    width: 100%;
    padding: 0;
  }
  .header .nav#Gnb .gnb > li {
    width: 100% !important;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
  }
  .header .nav#Gnb .gnb > li > .dep-01 {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    color: #111 !important;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
  }
  .header .nav#Gnb .gnb > li > .dep-01::after {
    content: "+";
    font-size: 20px;
    font-weight: 400;
    color: #999;
  }
  .header .nav#Gnb .gnb > li.active > .dep-01::after {
    content: "−";
  }
  .header .nav#Gnb .gnb > li > .lnb {
    position: static;
    transform: none;
    display: none;
    width: 100%;
    background: #f5f5f5;
    padding: 15px 25px;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    gap: 0;
    height: auto;
    white-space: normal;
  }
  .header .nav#Gnb .gnb > li > .lnb .dep-02 {
    color: #555 !important;
    font-size: 15px;
    line-height: 2.2;
    font-weight: 400;
  }
  .header .nav#Gnb .gnb > li > .lnb .dep-02:hover {
    color: #111 !important;
  }
  .header .nav#Gnb .gnb > li.active > .lnb {
    display: flex;
  }
  .header .nav#Gnb .sidebar-language {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 25px;
    border-top: 1px solid #eee;
    margin-top: auto;
  }
  .header .nav#Gnb .sidebar-language .ico {
    width: 24px;
    height: 24px;
    background: url("/static/img/common/ico_globe.svg") no-repeat center/contain;
    filter: invert(1) brightness(0);
  }
  .header .nav#Gnb .sidebar-language .language-btn {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    padding: 0;
  }
  .header .nav#Gnb .sidebar-language .language-btn span {
    line-height: 1;
  }
  .header .nav#Gnb.active {
    right: 0;
  }
  .header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .header.menu-open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header.menu-open .allmenu button span {
    background: #111 !important;
  }
  .header.menu-open .allmenu button span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header.menu-open .allmenu button span:nth-child(2) {
    opacity: 0;
  }
  .header.menu-open .allmenu button span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  /* ---- footer ---- */
  footer .deco-img {
    width: 220px;
  }
  footer .inner {
    padding-top: 60px;
    padding-bottom: 40px;
    flex-direction: column;
    gap: 40px;
  }
  footer .inner .left {
    gap: 32px;
  }
  footer .inner .left .logo {
    width: 200px;
    height: auto;
  }
  footer .inner .left .copyright {
    font-size: 13px;
  }
  footer .inner .right .company-info-row {
    flex-wrap: wrap;
    gap: 6px 10px;
  }
  footer .inner .right .company-info .title,
  footer .inner .right .company-info .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  /* ---- main ---- */
  .main .main-hero {
    height: 720px;
  }
  .main .main-hero .inner {
    padding-top: 220px;
  }
  .main .main-hero .inner h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .main .main-about .inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 48px;
  }
  .main .main-about .inner .about-content {
    width: 100%;
  }
  .main .main-about .inner .about-content .about-text h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .main .main-about .inner .about-img {
    width: 100%;
    max-width: 560px;
    height: auto;
  }
  .main .main-product .inner {
    padding-top: 160px;
    padding-bottom: 80px;
    gap: 48px;
  }
  .main .main-product .inner .product-content {
    align-items: stretch;
    width: 100%;
  }
  .main .main-product .inner .product-content .product-tab {
    padding-left: 0;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-label {
    display: none;
  }
  .main .main-product .inner .product-content .product-tab .tab-list {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main .main-product .inner .product-content .product-tab .tab-list::-webkit-scrollbar {
    display: none;
  }
  .main .main-product .inner .product-content .product-tab .tab-list {
    gap: 20px;
    margin-bottom: 24px;
  }
  .main .main-product .inner .product-content .product-tab .tab-list p {
    font-size: 14px;
    font-weight: 600;
    color: #bbb;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.3s;
    line-height: 28px;
  }
  .main .main-product .inner .product-content .product-tab .tab-list p.active {
    color: #014c94;
    font-weight: 700;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-list {
    width: 100%;
    height: auto;
    aspect-ratio: 708/400;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-list img {
    width: 100%;
    height: 100%;
  }
  .main .main-product .inner .product-content .desc-list {
    padding-top: 52px;
    width: 100%;
    height: auto;
  }
  .main .main-contact .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main .main-section-title-wrap .title {
    font-size: 48px;
    line-height: 60px;
  }
  .main .main-section-title-wrap .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-form {
    flex-direction: column;
  }
  .contact-form .form-textarea textarea {
    height: 180px;
  }
  /* ---- sub ---- */
  .sub .sub-header-wrap .inner {
    padding-top: 160px;
    gap: 40px;
  }
  .sub .sub-header-wrap .inner .sub-header {
    flex-direction: column;
    gap: 16px;
  }
  .sub .sub-header-wrap .inner .sub-header h1 {
    font-size: 48px;
    line-height: 60px;
  }
  /* ---- ceo_message ---- */
  .ceo_message .section-message .inner {
    padding-top: 80px;
    gap: 36px;
  }
  .ceo_message .section-message .inner .intro {
    font-size: 28px;
    line-height: 40px;
  }
  .ceo_message .section-overview .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ceo_message .section-overview .inner .overview-list {
    grid-template-columns: repeat(2, 1fr);
  }
  /* ---- inquiry ---- */
  .inquiry .section-title-wrap .inner {
    padding-top: 60px;
    gap: 24px;
  }
  .inquiry .section-title-wrap .inner .title {
    font-size: 28px;
    line-height: 38px;
  }
  .inquiry .section-title-wrap .inner .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .inquiry .contact-form-wrap .deco-img {
    display: none;
  }
  .inquiry .contact-form-wrap .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 48px;
  }
  /* ---- product-page ---- */
  .product-page .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 60px;
  }
  .product-page .inner .section-overview {
    flex-direction: column;
  }
  .product-page .inner .section-overview .left h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .product-page .inner .section-overview .img {
    width: 100%;
    max-width: 560px;
  }
  .product-page .inner .section-product .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  /* ---- modal ---- */
  .modal-overlay .modal {
    max-width: 95vw;
    padding: 40px;
    gap: 40px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap .modal-title {
    font-size: 28px;
    line-height: 36px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap .modal-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  /* ---- faq ---- */
  .faq .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq .inner .board-wrap {
    gap: 32px;
  }
  .faq .inner .board-wrap .board-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .faq .inner .board-wrap .board-search .board-search-form {
    width: 100%;
  }
  .faq .inner .board-wrap table th,
  .faq .inner .board-wrap table td {
    padding: 16px;
  }
  .faq .inner .board-wrap table th,
  .faq .inner .board-wrap table td.num,
  .faq .inner .board-wrap table td.date {
    font-size: 14px;
  }
  .faq .inner .board-wrap table td.title {
    font-size: 16px;
  }
  /* ---- faq-detail ---- */
  .faq-detail .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 48px;
  }
  .faq-detail .inner .faq-content-wrap .faq-header-wrap {
    padding: 20px;
  }
  .faq-detail .inner .faq-content-wrap .faq-header-wrap .faq-title {
    font-size: 20px;
    line-height: 28px;
  }
  .faq-detail .inner .faq-content-wrap .faq-content {
    padding: 40px 0;
  }
  .faq-detail .inner .faq-content-wrap .faq-content img {
    width: 360px;
    height: 200px;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap {
    padding-top: 40px;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav .faq-title {
    font-size: 14px;
  }
  /* ---- main-map ---- */
  .main .main-map {
    height: 460px;
  }
  .main .main-map iframe {
    aspect-ratio: 1200/460;
  }
  .main .main-map .img-wrap {
    height: 460px;
  }
  .main .main-map .img-wrap img {
    width: 360px;
    height: 460px;
  }
  .main .main-map .img-wrap p {
    font-size: 36px;
    line-height: 46px;
    top: 100px;
    right: 32px;
  }
  /* ---- directions ---- */
  .directions .direction-info-wrap .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .directions .direction-info-wrap .inner .direction-title {
    font-size: 28px;
    line-height: 38px;
  }
  .directions .direction-info-wrap .inner .info-wrap .info .title,
  .directions .direction-info-wrap .inner .info-wrap .info .txt {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    height: 60px;
  }
  .header .allmenu {
    width: 26px;
    height: 18px;
  }
  /* ---- main ---- */
  .main .main-hero .inner {
    padding-top: 160px;
  }
  .main .main-hero .inner h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .main .main-about .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 32px;
  }
  .main .main-about .inner .about-content {
    gap: 32px;
  }
  .main .main-about .inner .about-content .about-text h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .main .main-about .inner .about-content .about-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .main .main-product .inner {
    padding-top: 120px;
    padding-bottom: 60px;
    gap: 40px;
  }
  .main .main-product .inner .product-content {
    flex-direction: column;
  }
  .main .main-product .inner .product-content .product-tab .tab-list {
    gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main .main-product .inner .product-content .product-tab .tab-list p {
    font-size: 14px;
    line-height: 28px;
  }
  .main .main-product .inner .product-content .product-tab .tab-img-list {
    max-width: 400px;
    margin: auto;
  }
  .main .main-product .inner .product-content .desc-list {
    padding: 0;
    height: auto;
  }
  .main .main-product .inner .product-content .desc-list .desc-item {
    gap: 32px;
  }
  .main .main-product .inner .product-content .desc-list .desc-item p {
    font-size: 15px;
    line-height: 24px;
  }
  .main .main-contact .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
  .main .main-section-title-wrap .title {
    font-size: 36px;
    line-height: 46px;
  }
  .main .main-section-title-wrap .desc {
    font-size: 13px;
    line-height: 20px;
  }
  /* ---- sub ---- */
  .sub .sub-header-wrap .inner {
    padding-top: 120px;
    gap: 32px;
  }
  .sub .sub-header-wrap .inner .sub-header h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .sub .sub-header-wrap .inner .sub-header .nav-wrap {
    gap: 8px;
  }
  .sub .sub-header-wrap .inner .sub-header .nav-wrap p {
    font-size: 13px;
  }
  .sub .sub-header-wrap .inner .tab-list {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sub .sub-header-wrap .inner .tab-list::-webkit-scrollbar {
    display: none;
  }
  .sub .sub-header-wrap .inner .tab-list .tab {
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  /* ---- ceo_message ---- */
  .ceo_message .section-message .inner {
    padding-top: 60px;
    gap: 28px;
  }
  .ceo_message .section-message .inner .intro {
    font-size: 22px;
    line-height: 34px;
  }
  .ceo_message .section-message .inner .txt-wrap .txt {
    font-size: 14px;
    line-height: 22px;
  }
  .ceo_message .section-message .inner .name {
    font-size: 14px;
  }
  .ceo_message .section-overview .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 32px;
  }
  .ceo_message .section-overview .inner .overview-list {
    grid-template-columns: 1fr;
  }
  .ceo_message .section-overview .inner .overview-list .overview-item {
    min-height: auto;
    gap: 16px;
  }
  /* ---- inquiry ---- */
  .inquiry .section-title-wrap .inner {
    padding-top: 48px;
    gap: 20px;
  }
  .inquiry .section-title-wrap .inner .title {
    font-size: 24px;
    line-height: 34px;
  }
  .inquiry .section-title-wrap .inner .desc {
    font-size: 13px;
    line-height: 20px;
  }
  .inquiry .contact-form-wrap .inner {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 32px;
  }
  /* ---- product-page ---- */
  .product-page .inner {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 48px;
  }
  .product-page .inner .section-overview .left {
    gap: 24px;
  }
  .product-page .inner .section-overview .left h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .product-page .inner .section-product {
    gap: 24px;
  }
  .product-page .inner .section-product .product-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-page .inner .section-product .product-list .product-item {
    padding: 32px 20px;
    box-sizing: border-box;
    transition: border 0.3 ease;
  }
  .product-page .inner .section-product .product-list .product-item:hover {
    border: 2px solid #014c94;
  }
  /* ---- modal ---- */
  .modal-overlay .modal {
    max-height: 90vh;
    padding: 28px 24px;
    gap: 28px;
    border-radius: 16px;
  }
  .modal-overlay .modal .modal-close {
    top: 24px;
    right: 24px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap .modal-title {
    font-size: 22px;
    line-height: 30px;
  }
  .modal-overlay .modal .modal-header .modal-title-wrap .modal-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-overlay .modal .modal-header .modal-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-overlay .modal .modal-body .option-list .option-item {
    padding: 16px;
  }
  .modal-overlay .modal .modal-body .option-list .option-item p {
    font-size: 15px;
  }
  /* ---- faq ---- */
  .faq .inner {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 40px;
  }
  .faq .inner .board-wrap table th,
  .faq .inner .board-wrap table td {
    padding: 12px 8px;
  }
  .faq .inner .board-wrap table th:first-child,
  .faq .inner .board-wrap table td.num {
    display: none;
  }
  .faq .inner .board-wrap table td.title {
    font-size: 14px;
    line-height: 22px;
  }
  .faq .inner .board-wrap table td.date {
    font-size: 13px;
    white-space: nowrap;
  }
  .faq .inner .board-pagination {
    gap: 12px;
  }
  /* ---- faq-detail ---- */
  .faq-detail .inner {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 32px;
  }
  .faq-detail .inner .faq-content-wrap .faq-header-wrap {
    padding: 16px;
    gap: 12px;
  }
  .faq-detail .inner .faq-content-wrap .faq-header-wrap .faq-title {
    font-size: 18px;
    line-height: 26px;
  }
  .faq-detail .inner .faq-content-wrap .file-list {
    padding: 12px 16px;
  }
  .faq-detail .inner .faq-content-wrap .faq-content {
    padding: 32px 0;
  }
  .faq-detail .inner .faq-content-wrap .faq-content img {
    width: 100%;
    height: auto;
  }
  .faq-detail .inner .faq-content-wrap .faq-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap {
    padding-top: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap a {
    width: 100%;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav {
    padding: 16px 0;
    border-bottom: 1px solid #dddddd;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav.prev .nav-btn .icon {
    transform: rotate(90deg);
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav.next {
    flex-direction: row-reverse;
    justify-content: start;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav.next .nav-btn {
    flex-direction: row-reverse;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav.next .nav-btn .icon {
    transform: rotate(270deg) !important;
  }
  .faq-detail .inner .faq-content-wrap .faq-nav-wrap .nav .faq-title {
    font-size: 13px;
    line-height: 20px;
  }
  /* ---- main-map ---- */
  .main .main-map {
    height: 280px;
  }
  .main .main-map iframe {
    aspect-ratio: 768/280;
  }
  .main .main-map .img-wrap {
    display: none;
  }
  /* ---- directions ---- */
  .directions .direction-info-wrap .inner {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 24px;
  }
  .directions .direction-info-wrap .inner .direction-title {
    font-size: 22px;
    line-height: 32px;
  }
  .directions .direction-info-wrap .inner .info-wrap {
    gap: 8px;
  }
  .directions .direction-info-wrap .inner .info-wrap .info {
    gap: 8px;
  }
  .directions .direction-info-wrap .inner .info-wrap .info .title,
  .directions .direction-info-wrap .inner .info-wrap .info .txt {
    font-size: 13px;
    line-height: 20px;
  }
  /* ---- footer ---- */
  footer .deco-img {
    display: none;
  }
  footer .inner {
    padding-top: 48px;
    padding-bottom: 32px;
    gap: 28px;
  }
  footer .inner .left {
    gap: 20px;
  }
  footer .inner .left .logo {
    width: 160px;
  }
  footer .inner .left .copyright {
    font-size: 12px;
    line-height: 18px;
  }
  footer .inner .right .company-info-row {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  footer .inner .right .company-info-row .company-info .title,
  footer .inner .right .company-info-row .company-info .content {
    font-size: 12px;
    line-height: 18px;
  }
}/*# sourceMappingURL=responsive.css.map */