@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@font-face {
    font-family: 'GmarketSansLight';
    src: url('/font/GmarketSansTTFLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VitroPride';
    src: url('/fonts/VitroPride.woff2') format('woff2'),
         url('/fonts/VitroPride.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/*========== 공통 ==========*/
* {
    font-family: 'Playfair Display','Noto Sans','Pretendard','Apple SD Gothic Neo', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif', 'simple-line-icons';
    color: #363636;
    font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hide {
    display: none;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    height: 100vh;
}

.bg-image-wrap {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
}

.main-bg {
    background-image: url(../image/main_bg.jpg);
}

.product-bg {
    background-image: url(../image/product_bg.jpg);
}

.brand-bg {
    background-image: url(../image/brand_bg.jpg);
}

.company-bg {
    background-image: url(../image/company_bg.jpg);
}

.blank_space {
    width: 100%;
    height: 629px;
    background-color: rgba(0, 0, 0, 0.05);
}

body {
    background-color: #eae1d2;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.strong {
    font-weight: 700 !important;
}

.playfair_font {
    font-family: 'Playfair Display' !important;
}

.notosans_font {
    font-family: 'Noto Sans' !important;
}
/*========== 공통 ==========*/

/*========== 푸터 ==========*/
.footer-section {
    background: #eae1d2;
    color: #12294b;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 32px;
    line-height: 1.6;
    /* height: 179.8px; */
}

.detail-footer {
    padding-bottom: 92px;
}

.footer-wrap {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 32px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot-main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.foot-foot-nav {
    display: flex;
    flex-direction: row;
    margin-top: 1px;
}

.foot-custom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.foot-custom span {
    font-family: 'Noto Sans';
    font-size: 12px;
}

.footer-wrap a {
    padding: 3px 15px 3px 0;
    font-weight: 400;
}

.footer-wrap a:hover, .icon-menu:hover {
    opacity: 0.7;
}

.foot-main-nav a, .foot-foot-nav a {
    color: #12294b;
    font-size: 12px;
    font-family: 'Pretendard';
}
/*========== 푸터 ==========*/

/*========== 푸터2 ==========*/
.footer-type2 {
    background-color: #eae1d2;
    height: 100%;
}

.footer-type2 .footer-wrap {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.footer-type2 .footer-detail span, .copyright-span {
    font-family: "Pretendard", "Noto Sans";
    font-size: 15px;
    color: #12294b;
}

.copyright-span {
    padding-left: 32px;
    display: block;
    width: 30%;
}

.sns-icon {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.footer-type2 .line {
    background-color: #00000010 !important;
}

.naver {
    background-image: url(../image/naver_icon.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.kakao {
    background-image: url(../image/kakao_icon.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.naver:hover, .kakao:hover {
    opacity: 0.5;
}

.icon-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
}

.racosme img {
    display: block;
    width: auto;
    height: 29px;
    margin: 0px auto;
}
/*========== 푸터2 ==========*/

/*========== 탑바 ==========*/
.top-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
    height: 63px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding: 0 30px;
    top: 0;
    position: fixed;
    z-index: 10;
}

.top-left {
    height: 100%;
    display: flex;
    align-items: center;
    flex: 2;
}

.top-right {
    flex: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.logo-wrap {
    flex: 1;
    height: 63px;
    margin: auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrap img {
    width: 60%;
    height: auto;
}

.icon-menu-wrap {
    width: 42px;
    height: 42px;
}

.icon-menu {
    font-size: 22px;
    cursor: pointer;
    color: #333;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.icon-menu::before {
    content: '\e601';
    font-size: 22px;
}

.inline-col a {
    color: #12294b;
    font-family: 'Pretendard' !important;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    margin-left: 10px;
}

.inline-col a:last-child {
    margin-left: 0;
}

.btn-primary {
    color: #ffffff;
    background-color: #12294b;
    border: 1px solid #12294b;
    font-size: 14px;
    padding: 4px 5px;
    letter-spacing: 1px;
    line-height: 20px;
    transition: all 0.3s ease;
    font-family: "Noto Sans";
}

.btn-primary:hover {
    color: #12294b;
    background: none;
}
/*========== 탑바 ==========*/

/*========== 사이드바 ==========*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99;
  }
  
  .sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #12294b;
    transition: left 0.3s ease;
    z-index: 100;
    padding: 40px 0 0 0;
  }
  
.sidebar-logo {
    display: inline-block;
    max-width: 100%;
    height: 30px;
}

.sidebar-nav {
    float: none;
    text-align: left;
    padding: 0 24px;
    list-style: none;
}

.sidebar-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    margin-top: 13px;
    margin-bottom: 8px;
    line-height: 16px;
    text-align: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.sidebar-close svg {
    color: #ffffff;
    stroke: #ffffff;
    transition: all 0.3s;
    opacity: 0.5;
}

.sidebar-close svg:hover {
    opacity: 1;
}

.sidebar-nav li a {
    font-family: Pretendard English, Apple SD Gothic Neo, Malgun Gothic, Nanum Gothic, Meiryo, sans-serif, serif, Arial;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.5;
    padding: 5px 4px;
    display: inline-block;
    transition: all 0.3s;
}


.sidebar-nav li a:hover, .sidebar-nav li a:active {
    opacity: 1;
}

.pc_slide_menu_logo {
    text-align: left;
    margin: 30px 0;
    padding: 0 24px;
}

.sidebar.active {
    left: 0;
}
.overlay.active {
    opacity: 1;
    pointer-events: auto;
}



/*========== 로그인 ==========*/
.login-area {
    background: url('../image/login_bg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 400px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-logo {
    width: 200px;
    height: 31.4px;
    display: block;
    margin: 0 auto 22px;
}

.login-input-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 33px;
}


.login {
    display: flex;
    flex-direction: row;
}

.login-tit {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 12px;
    font-family: 'VitroPride', sans-serif;
}

.login-icon {
    color: #666;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: .375rem .75rem;
}

#id:before {
    content: "\f007";
}

#pw:before {
    content: "\f084";
}

.caption-wrap {
    margin-bottom: 1rem;
}

.caption-warning {
    color: red;
    font-size: 12px;
    height: 20px;
}

input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: 'VitroPride', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    width: 100%;
    margin-top: 13px;
}

.form-check-input {
    position: absolute;
    margin-top: 7px;
    margin-left: -1.25rem;
    width: 13px;
    height: 13px;
}

.form-check-label {
    font-family: 'GmarketSansLight', sans-serif;
}

.button-wrap {
    margin-top: 39px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.login-button {
    display: inline-block;
    font-weight: 400;
    font-family: 'GmarketSansLight', sans-serif;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn1 {
    background-color: #cb444a;
    border-color: #cb444a;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 5px;
}

.btn1:hover {
    background-color: #a2363b;
    border-color: #a2363b;
}

.btn2 {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
    margin-top: .5rem;
    padding-top: 7px;
    padding-bottom: 5px;
}

.btn2:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
  

/*========== 로딩 페이지 ==========*/
.loading-area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
    background-color: #fff;
}

.loading-img {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
    animation-delay: 0.3s;
}


.copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5;
    color: #666;
    font-family: 'GmarketSansLight', sans-serif;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*========== 로딩 페이지 ==========*/


/*========== 브랜드드 ==========*/
.section-wrap {
    height: 240px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

.section_bg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 240px;
}

.brand_tit {
    background-image: url('../image/brand_banner_top.jpg');
}

.company_tit {
    background-image: url('../image/company_banner_top.jpg');
}

.section_bg_color {
    width: 100%;
    height: 240px;
    position: absolute;
    background-color: #28262659;
}

.section_txt {
    font-size: 3.214em;
    padding-bottom: 27.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Playfair Display';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
  

.fade_content {
    opacity: 0;
    flex-wrap: wrap;
}


.fade_content.show {
    opacity: 1;
    transform: translateX(0);
}

.fade_img {
    height: 700px;
}

.col-dz {
    width: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fade-text {
    width: 630px;
    padding: 0 15px 0 10px;
}

.fade-in-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
  

.left {
    margin-bottom: 100px;
}

.fade-area {
    background-color: #eae1d2;
    padding-top: 82px;
}

.doz-row.left .fade-in {
  opacity: 0;
  transform: translateX(-100px);
  visibility: hidden;
}

.doz-row.right .fade-in {
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
}

.fade-in {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.doz-row.show .fade-in.visible {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}


.text-table .tit, .text-table .tit span {
    color: #12294b;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 100px 0 10px 0;
}

.text-area {
    margin-top: 70px;
}

.text-area span {
    color: #325336;
    font-family: 'Noto Sans', 'Apple SD Gothic Neo';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    line-height: 1.5;
    white-space: normal;
    word-break: keep-all;
}

.strong-text, .notosans_font {
    color: #12294b;
    font-weight: 700;
    font-family: 'Pretendard';
    font-size: 22px;
    margin-top: 22px;
}

.second_img {
    width: 500px;
    height: 750px;
}

.right .text-table {
    margin-bottom: 100px;
}

.right .text-table .tit, .right .text-table .tit span {
    margin: 0 !important;
}

.right {
    padding-bottom: 243px;
}


/*========== 메인 ==========*/
.section_bg_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section_bg_wrap .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    aspect-ratio: 16 / 9;
}
  
.section_bg_wrap .section_bg_color, .section_bg_color_main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}

.part1 {
    background-color: #12294B;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 60px 15px;
    font-family: "Playfair Display";
    text-align: center;
}

.part1 .text-lg {
    font-size: 4em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    margin: 20px 0 10px 0;
}

.part1 .text-m {
    font-size: 2.571em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.15;
    margin: 10px 0 25px 0;
}

.part1 .text-s {
    font-size: 26px;
    font-weight: 400;
    color: #eae1d2;
    line-height: 1.2;
    margin: 10px 0 10px 0;
}

.part2 {
    padding: 223px 15px;
    max-width: 1280px;
    margin: auto;
}

.part2-tit {
    margin-bottom: 30px;
}

.part2-tit h2 {
    padding: 20px 0 10px 0;
    font-family: "Playfair Display";
    font-size: 3.214em;
    line-height: 1.2;
    color: #ffffff;
}

.part2-detail {
    font-family: "Prentedard";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #ffffff;
}

.part3, .part4, .part5 {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 85px 0;
}

.part3 {
    background: url('../image/brand_banner_top.jpg');
}

.part4 {
    background: url('../image/company_banner_top.jpg');
}

.part5 {
    background: url('../image/main_bg2.jpg');
}

.brand-img {
    width: 371px;
    margin: 65px auto;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;
}

.brand-img.visible {
    opacity: 1;
    transform: translateY(0);
}

.part3 h2, .part4 h2, .part5 h2 {
    color: #12294b;
    font-size: 72px;
    line-height: 1.1;
    font-family: "Playfair Display";
}

.part3 span, .part4 span, .part5 span {
    color: #12294b;
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    font-family: "Playfair Display";
}

.main-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part6 img {
    width: 100%;
    height: auto;
    display: block;
}
/*========== 메인 ==========*/

/*========== 제품 ==========*/
.section-area {
    margin-top: 63px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.product-area {
    background-color: #eae1d2;
    width: 100%;
    padding: 56px 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-area {
    padding: 20px 0 !important;
}

.nav-menu {
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.nav-menu li a {
    text-decoration: none;
    color: #0a2342;
    position: relative;
    margin: 0 12.5px;
    transition: color 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Noto Sans';
}
  
.nav-menu li a:hover, .nav-menu li a.active {
    color: #325336;
}
  
  
.nav-menu li a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #325336;
}

.product-area h2 {
    max-width: 1280px;
    font-family: "Playfair Display";
    color: #12294b;
    font-size: 3.214em;
    line-height: 1.2;
    margin-top: 80px;
}

.product-list {
    width: 100%;
    max-width: 1280px;
    padding: 120px 15px 20px 15px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.prod-tit, .prod-price, .prod-info {
    color: #12294b;
    font-family: "Pretendard";
}

.product .prod-img {
    width: 100%;
    aspect-ratio: 1;
}

.product .prod-tit {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0.3em;
    padding-top: 0.7em;
    line-height: 1.4;
    text-align: center;
}

.product .prod-price {
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}

.product .prod-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 20px;
    text-align: center;
}

.line {
    background-color: rgba(33, 33, 33, 0.1);
    height: 0.8px;
    border: none;
    margin: 30px;
    width: 100%;
    max-width: 1280px;
}

.product_blank {
    height: 629px;
}

.share-icon {
    margin: 10px 0 30px 0;
}
/*========== 제품 ==========*/

/*========== 팝업 ==========*/
/* 팝업 배경 */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: auto;
    scrollbar-width: none;
}

.popup-content {
    background-color: white;
    max-width: 80%;
    width: 600px;
    overflow-y: auto;
    padding: 20px;
    border-radius: 2px;
    position: relative;
}

#termsPopup .popup-content {
    top: 120%;
}

#privacyPopup .popup-content {
    top: 80%;
}

body.no-scroll {
    overflow: hidden;
}
  
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
}

.popup-close {
    position: relative;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup-close svg {
    stroke: #333333;
}

.modal-body {
    font-size: 16px;
    line-height: 1.5;
    overflow-y: auto; 
}

.modal-body h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.modal-body ul {
    margin-left: 20px;
}

.modal-body ul li {
    margin-bottom: 10px;
}


/*========== 팝업 ==========*/


.prod-info-wrap .prod-img {
    width: 750px;
    height: 750px;
}

.prod-info2-wrap h3 {
    padding: 10px 0;
}

.prod-info2-wrap {
    padding: 0 15px;
    margin: 50px 0;
}

.prod-detail-img img, .prod-detail-img {
    width:  100%;
    max-width: 1000px;
}

/* .share:before {
    content: "\f1e0";
    color: #325336 !important;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
} */

.swiper h2 {
    text-align: center;
    font-size: 2.55em;
    margin-bottom: 28px;
}


.price-wrap span {
    font-family: "Pretendard";
}

.price-wrap .total1 {
    font-size: 15px;
    color: rgba(54,54,54,0.5);
    padding-right: 9px;
}

.price-wrap .total2 {
    color: #325336 !important;
    font-size: 20px;
}

.product-bottom-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #eae1d2;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    z-index: 80;
}

.product-bottom {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    max-width: 1080px;
}

.product-bottom-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.product-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    padding: 0 15px;
    color: #333;
}

.product-info-table th,
.product-info-table td {
    border: 1px solid #d3c7ae;
    padding: 12px;
    vertical-align: top;
    font-family: "Noto Sans";
}
  
.product-info-table th {
    background-color: #f3ede4;
    width: 20%;
    padding: 7px 12px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    background-color: rgba(128,128,128,0.05);
}
  
.product-info-table td, .product-info-table span {
    line-height: 1.6;
    width: 80%;
    font-size: 12px;
    font-weight: 400;
}
  
/* 제품 상세 스와이퍼 */
.productSwiper {
    width: 100%;
    max-width: 1280px;
    padding: 20px 0;
    margin: 0 30px;
}

.swiper {
    padding: 0 15px !important;
}

.swiper-slide {
    overflow: hidden;
    text-align: left;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.product-info {
    padding: 10px;
}

.product-name {
    display: block;
    font-weight: 400;
    font-size: 15px;
    font-family: "Pretendard";
    margin-bottom: 4.5px;
}

.product-price {
    font-family: "Noto Sans";
    color: #325336;
    font-size: 15px;
}

.prod-detail-img {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.detail-nav {
    margin-bottom: 30px;
}

.detail-nav a.active {
    color: #a5c6a9 !important;
}
.welcome-message {
    color: #12294b; /* Match index.php design */
    font-size: 14px;
    line-height: 40px; /* Align vertically with other nav items */
    padding: 0 15px;
}
/*========== 반응형 ==========*/
@media screen and (max-width: 990px) {
    .welcome-message {
        color: #12294b; /* Match index.php design */
        font-size: 10px;
        line-height: 20px; /* Align vertically with other nav items */
        padding: 0 15px;
    }
    .inline-col {
        display: none;
    }

    .top-nav {
        padding: 0 15px !important;
    }

    .product-list {
        gap: 15px;
    }

    .share, .price-wrap {
        display: none;
    }

    .product-bottom-right .btn-primary, .product-bottom, .product-bottom-right {
        width: 100% !important;
    }

    .fade-in-wrap {
        flex-direction: column !important;
        padding: 0 15px;
    }

    .fade-text {
        width: 100% !important;
        padding: 0 !important;
    }

    .doz-row.left .fade-in,
    .doz-row.right .fade-in {
        transform: translateY(100px) !important;
    }
  
    .doz-row.show .fade-in.visible {
        transform: translateY(0) !important;
        width: 100%;
        margin-top: 36px !important;
    }

    .part3 h2, .part4 h2, .part5 h2 {
        font-size: 36px !important;
        text-align: center;
    }

    .part3 span, .part4 span, .part5 span {
        font-size: 24px !important;
    }

    .footer-type2 .footer-wrap {
        flex-direction: column !important;
        gap: 30px;
        padding: 0 15px !important;
    }

    .icon-wrap {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        margin-bottom: 20px;
    }

    .copyright-span {
        width: 100% !important;
    }

    .part1 .text-lg {
        font-size: 30px !important;
    }
    
    .part1 .text-m {
        font-size: 24px !important;
    }
    
    .part1 .text-s {
        font-size: 18px !important;
    }

    .part2-tit h2:first-child {
        font-size: 24px !important;
        padding: 10px 0;
    }

    .part2-tit h2:last-child {
        font-size: 28px !important;
        padding: 10px 0;
    }

    .part2-detail {
        font-size: 14px !important;
    }

    .text-table .tit, .text-table .tit span {
        font-size: 18px !important;
    }

    .text-area {
        margin-top: 30px !important;
    }

    .text-area span {
        display: inline !important;
    line-height: 2 !important;
    }

    .strong-text, .notosans_font {
        font-size: 18px !important;
    }

    .doz-row.right .fade-in-wrap {
        flex-direction: column-reverse !important;
    }

    .section-area {
        margin-top: 48px !important;
    }

    .section-wrap {
        margin-top: 0 !important;
    }

    .product-area {
        padding: 24px 0 !important;
    }

    .product-area .nav-menu {
        display: none !important;
    }

    .product-area h2 {
        font-size: 28px !important;
        margin-top: 20px !important;
    }

    .product-list {
        padding: 75px 15px 20px 15px !important;
    }

    .prod-info-wrap .prod-img {
        object-fit: contain;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .prod-info-wrap .prod-tit {
        font-weight: bold !important;
        font-size: 20px !important;
        margin-top: 40px !important;
    }

    .prod-info-wrap .prod-price {
        color: #325336 !important;
        font-size: 20px !important;
        font-weight: normal !important;
        line-height: 1 !important;
        margin-top: 6px !important;
    }

    .prod-info-wrap .prod-info {
        color: #363636b3;
        font-size: 15px !important;
        margin-top: 50px !important;
    }

    .footer-section {
        padding-bottom: 30px !important;
    }

    .detail-footer {
        padding-bottom: 90px !important;
    }

    .section_bg_color, .section_bg, .section-wrap {
        height: 139px !important;
    }

    .section_txt {
        padding-bottom: 0 !important;
        font-size: 28px;
    }

    .fade-area {
        padding-top: 52px !important;
    }

    .fade_img {
        height: auto !important;
        width: 100%;
    }

    .right {
        padding-bottom: 0 !important;
    }

    .blank_space, .product_blank {
        height: 314px !important;
    }

}

@media screen and (max-width: 1040px) {
    .logo-wrap {
        height: 100% !important;
    }

    .top-nav {
        height: 48px !important;
    }

    .logo-wrap img {
        width: 120% !important;
    }
}
/*========== 반응형 ==========*/

/* 20250421 추가 */
.prod-link {
    margin-bottom: 20px;
}

.prod-link a {
    color: rgba(54, 54, 54);
    opacity: 0.4;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans";
    transition: all 0.3s;
    margin-bottom: 20px;
}

.prod-link a:hover {
    opacity: 1;
}

.prod-link a:first-child {
    margin-right: 20px;
}