/* ==================================================
   [Common & index.php] 공통 및 메인 페이지 스타일
   ================================================== */
#main_visual { position: relative; width: 100%; height: 100vh; overflow: hidden; background-color: #000; }
.video_container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#main_video { width: 100%; height: 100%; object-fit: cover; }
.index #header { background-color: transparent !important; box-shadow: none !important; border-bottom: 1px solid rgba(255,255,255,0.1); }
.scroll_down { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); z-index: 10; }
.scroll_down .line { display: block; width: 1px; height: 60px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.scroll_down .line::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; animation: scroll_line 2s infinite; }
@keyframes scroll_line { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }
.sec_tit { text-align: center; margin-bottom: 60px; padding: 0 20px; }
.sec_tit span { display: block; font-family: 'Times New Roman', serif; font-size: 36px; color: #b4b4b4; letter-spacing: 2px; margin-bottom: 10px; line-height: 1; }
.sec_tit h3 { font-size: 40px; font-weight: 700; color: #525252; line-height: 1.3; letter-spacing: -0.03em; margin: 0; word-break: keep-all; }
.sec_tit h3 b { color: #525252; font-weight: 800; }
#main_program { background-color: #fafafa; padding: 120px 0 !important; }
.sl_container { max-width: 1400px; margin: 0 auto; position: relative; }
.program_sl_wrap { position: relative; padding: 0 60px !important; }
.program_slider { width: 100%; overflow: hidden; }


/* 메인 프로그램 아이템 전체 높이 균일화 */
.program_item { 
    background: #dfd5ca !important; 
    transition: 0.3s; 
    display: flex; 
    flex-direction: column; 
    height: 100% !important; /* 슬라이더 내에서 전체 높이 동일하게 유지 */
}

.program_item .img_wrap { 
    width: 100%; 
    height: auto !important; 
    overflow: hidden; 
    background-color: #f4f4f4; 
}

.program_item .img_wrap img { 
    width: 100%; 
    height: auto !important; 
    object-fit: scale-down; 
    display: block; 
    transition: 0.5s; 
}

.program_item:hover .img_wrap img { transform: scale(1.05); }

/* 텍스트 영역: Flex 속성 추가로 높이 고정 */
.program_item .txt_wrap { 
    padding: 25px 20px 65px; 
    position: relative; 
    text-align: left; 
    background: #dfd5ca; 
    flex-grow: 1; /* 이미지 제외 남은 영역을 모두 채움 */
    display: flex;
    flex-direction: column;
}

.program_item h4 { 
    font-size: 22px; 
    font-weight: 700; 
    margin-bottom: 10px; 
    color: #333; 
}

/* 설명 문구: 최소 높이 설정 (가장 긴 텍스트 기준) */
.program_item p { 
    font-size: 16px; 
    color: #666; 
    line-height: 1.5; 
    word-break: keep-all; 
    height: auto; 
    min-height: 72px; /* 3줄 정도의 높이 확보 (브라우저 차이 방지) */
    overflow: visible; 
    display: block; 
    flex-grow: 1;
}

/* 플러스 버튼 위치 고정 */
.btn_plus {
    position: absolute !important;
    right: 15px !important;
    bottom: 15px !important;
}


.program_item p { font-size: 16px; color: #666; line-height: 1.5; word-break: keep-all; height: auto; overflow: visible; display: block; }
.btn_plus { position: absolute !important; right: 15px !important; bottom: 15px !important; width: 45px !important; height: 45px !important; background: #fff; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 40px !important; font-weight: bold !important; color: #dfd5ca; line-height: 1 !important; padding-top: 5px !important; overflow: hidden; cursor: pointer; z-index: 5; }
#main_program .swiper-button-prev, #main_program .swiper-button-next { top: 50% !important; transform: translateY(-50%) !important; width: 60px !important; height: 60px !important; color: #000 !important; z-index: 100 !important; }
#main_program .swiper-button-prev { left: 0 !important; }
#main_program .swiper-button-next { right: 0 !important; }
#main_program .swiper-button-prev:after, #main_program .swiper-button-next:after { font-size: 45px !important; font-weight: 100 !important; font-family: swiper-icons !important; }
#premium_system { width: 100%; padding: 120px 0; background-color: #ffffff; overflow: hidden; }
.premium_sl_wrap { position: relative; width: 100%; padding: 0 100px !important; box-sizing: border-box; }
.premium_item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.device_img { width: 500px !important; display: flex !important; align-items: center !important; justify-content: center !important; overflow: hidden; }
.device_img img { width: 100% !important; height: 100% !important; object-fit: contain !important; transition: none !important; transform: none !important; }
.device_txt span { display: block; font-family: 'Times New Roman', serif; font-size: 15px; color: #b4b4b4; margin-bottom: 8px; padding-top:20px; }
.device_txt h4 { font-size: 20px; font-weight: 700; color: #333; margin: 0; }
.p_prev, .p_next { position: absolute !important; top: 40% !important; transform: translateY(-50%) !important; width: 60px !important; height: 60px !important; color: #000 !important; z-index: 100 !important; }
.p_prev:after, .p_next:after { font-size: 45px !important; font-weight: 100 !important; font-family: swiper-icons; }
.p_prev { left: 20px !important; }
.p_next { right: 20px !important; }

@media screen and (max-width: 1024px) {
    #main_visual { height: 70vh; }
    #main_program, #premium_system { padding: 60px 0 !important; }
    .sec_tit { margin-bottom: 30px !important; }
    .sec_tit span { font-size: 18px !important; }
    .sec_tit h3 { font-size: 24px !important; line-height: 1.3 !important; }
    .program_sl_wrap, .premium_sl_wrap { padding: 0 30px !important; }
    .swiper-button-prev, .swiper-button-next, .p_prev, .p_next { display: flex !important; width: 35px !important; height: 35px !important; }
    .swiper-button-prev:after, .swiper-button-next:after, .p_prev:after, .p_next:after { font-size: 24px !important; }
    .device_img { width: 100% !important; height: auto !important; }
    .device_img img { max-width: 90% !important; height: auto !important; }
    #main_program .swiper-button-prev, #main_program .swiper-button-next { width: 20px !important; height: 20px !important; }
    #main_program .swiper-button-prev:after, #main_program .swiper-button-next:after { font-size: 25px !important; }
}

/* ==================================================
   [head.php] 헤더 및 서브 비주얼 스타일
   ================================================== */
.title_area { text-align: center; color: #fff; } /* 수정: 중앙 정렬 */
.title_area .eng { display: block; font-size: 20px; font-family: 'Times New Roman', 'Batang', serif; color: rgba(255,255,255,0.8); letter-spacing: 4px; margin-bottom: 15px; text-transform: uppercase; font-weight: 400; }
.title_area .kor { font-size: 46px; font-weight: 500; line-height: 1.2; color: #fff; } /* 수정: 행간 최적화 */

@media screen and (max-width: 1024px) {
    .title_area .eng { font-size: 16px; margin-bottom: 15px; letter-spacing: 2px; }
    .title_area .kor { font-size: 30px; }
}

* { box-sizing: border-box; }
ul, li { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
#header { position: absolute; top: 0; left: 0; width: 100%; height: 100px; background-color: rgba(101, 87, 68, 0.73); z-index: 1000; transition: height 0.3s; }
#header .inner { width: 100%; max-width: 1650px; height: 100%; margin: 0 auto; padding: 0; display: flex; justify-content: space-between; align-items: center; background: transparent !important; }
.logo img { height: 67px; vertical-align: middle; transition: height 0.3s; }
#gnb { height: 100%; background: none !important; }
.depth1 { display: flex; gap: 80px; height: 100%; align-items: center; }
.depth1 > li { position: relative; height: 100%; display: flex; align-items: center; }
.depth1 > li > a { color: #fff !important; font-size: 18px; font-weight: 500; display: block; height: 100px; line-height: 100px; padding: 0; }
.depth2 { display: none; position: absolute; top: 100px; left: 0; width: auto; min-width: 140px; white-space: nowrap; text-align: left; padding-top: 30px; z-index: 2000; }
.depth2 li { margin-bottom: 15px; }
.depth2 li a { color: #fff; font-size: 15px; display: block; transition: color 0.3s; }
.depth2 li a:hover { font-weight: bold; }
.gnb_bg { display: none; position: fixed; top: 100px; left: 0; width: 100%; height: 320px; background-color: rgba(40, 30, 25, 0.35); z-index: 900; }
#sub_visual { position: relative; width: 100%; height: 450px; background-color: #8c7b6d; overflow: hidden; transition: height 0.3s; }
#sub_visual .sub_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 0; }
#sub_visual .inner { 
    position: relative; 
    width: 100%; 
    max-width: 1450px; 
    height: 100%; 
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; /* 수정: 중앙 배치를 위한 flex 방향 */
    align-items: center;    /* 수정: 가로 중앙 */
    justify-content: center; /* 수정: 세로 중앙 */
    padding-top: 100px; 
    z-index: 10; 
    background: transparent !important; 
    padding-left: 0;        /* 수정: 0으로 초기화 */
    padding-right: 0;       /* 수정: 0으로 초기화 */
}
.btn_mobile_menu { display: none; width: 40px; height: 40px; background: none; border: none; cursor: pointer; position: relative; padding: 0; }
.btn_mobile_menu span { display: block; width: 30px; height: 2px; background-color: #fff; margin: 6px auto; transition: 0.3s; }
#mobile_gnb_wrap { position: fixed; top: 0; right: -100%; width: 80%; max-width: 400px; height: 100vh; background-color: #fcfcfc; z-index: 9999; transition: right 0.4s ease; box-shadow: -5px 0 15px rgba(0,0,0,0.1); }
#mobile_gnb_wrap.active { right: 0; }
.mobile_gnb_header { height: 70px; display: flex; justify-content: flex-end; align-items: center; padding: 0 20px; border-bottom: 1px solid #eee; }
.btn_mobile_close { background: none; border: none; font-size: 28px; color: #333; cursor: pointer; }
.mobile_depth1 { padding: 20px; overflow-y: auto; height: calc(100% - 70px); }
.mobile_depth1 > li { border-bottom: 1px solid #f1f1f1; }
.mobile_depth1 > li > a { display: block; padding: 20px 0; font-size: 18px; font-weight: 600; color: #222; }
.mobile_depth2 { display: none; background-color: #f9f9f9; padding: 10px 20px; margin-bottom: 15px; }
.mobile_depth2 li { margin: 10px 0; }
.mobile_depth2 li a { font-size: 15px; color: #666; font-weight: 400; }
.mobile_dim { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9990; }

@media screen and (max-width: 1500px) { .depth1 { gap: 50px; } }
@media screen and (max-width: 1200px) { .depth1 > li > a { font-size: 16px; } .depth1 { gap: 40px; } }
@media screen and (max-width: 1024px) {
    #header { height: 70px; }
    .logo img { height: 40px; }
    #header .inner { padding: 0 20px; }
    #sub_visual .inner { 
        padding-left: 0 !important;  /* 수정: 모바일 중앙 정렬 유지 */
        padding-right: 0 !important; 
        padding-top: 100px !important; /* 수정: 텍스트를 헤더 아래로 더 내림 */
    }
    #gnb { display: none !important; }
    .btn_mobile_menu { display: block; }
    #sub_visual { height: 280px; }
    #sub_visual .inner { padding-top: 100px !important; } /* 수정: 시각적 센터 조정 */
    .title_area .kor { font-size: 30px; text-align: center; } /* 수정: 모바일 텍스트 중앙 강제 */
}

/* ==================================================
   [tail.php] 위치 정보, 푸터, 팝업, 퀵메뉴 스타일
   ================================================== */
/* ==================================================
   [tail.php] 위치 정보 (지도 상하 여백 100px 버전)
   ================================================== */
#location_info { 
    width: 100%; 
    background: #fff; 
    border-top: 1px solid #eee; 
    overflow: hidden; 
    padding: 30px 0 0 0;
}

/* 전체 너비를 1440px로 제한하고 중앙 정렬 */
.info_flex { 
    display: flex; 
    max-width: 1440px; 
    margin: 0 auto; 
}

/* 지도 영역: 상하 100px 여백 추가 */
.map_area { 
    width: 50%; 
    background: #ffffff; 
    padding: 0; /* 위아래 100px 여백 */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 지도 실제 박스 크기 조절 */
.map_area iframe {
    width: 90%; /* 좌우도 약간의 여백 */
    height: 550px !important; /* 지도의 높이를 적절하게 고정 */
    border: 0;
}

.contact_area { 
    width: 50%; 
    padding: 60px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.contact_inner { 
    width: 100%; 
}

.sub_tit { 
    font-size: 16px; 
    font-weight: 800; 
    color: #333; 
    margin-bottom: 15px; 
}

.tel_num { 
    font-size: 52px; 
    font-weight: 800; 
    color: #222; 
    letter-spacing: -1.5px; 
    margin-bottom: 40px; 
    line-height: 1; 
}

.info_line { 
    padding-top: 40px; 
    border-top: 1px solid #e5e5e5; 
}

.time_grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.time_row { 
    display: flex; 
    font-size: 17px; 
    color: #333; 
}

.time_row span { 
    width: 110px; 
    color: #888; 
    font-weight: 700; 
}

.bottom_info_grid { 
    display: flex; 
    gap: 50px; 
    margin-top: 40px; 
    padding-top: 40px; 
    border-top: 1px solid #e5e5e5; 
}

.desc_txt { 
    font-size: 16px; 
    line-height: 1.6; 
    color: #555; 
}

.parking_notice, .holiday_notice { 
    font-size: 14px !important; 
    color: #666; 
    margin-top: 12px; 
}

.naver_btn { 
    display: inline-block; 
    width: 180px; 
    height: 50px; 
    line-height: 50px; 
    background: #7d6c5a; 
    color: #fff; 
    text-align: center; 
    text-decoration: none; 
    font-size: 15px; 
    font-weight: 600; 
    margin-top: 20px; 
    border-radius: 4px;
}

/* 모바일 대응 */
@media screen and (max-width: 1024px) {
    .info_flex { display: block !important; width: 100%; } 
    .map_area { 
        width: 100% !important; 
        padding: 40px 20px !important; /* 모바일은 여백을 줄여서 보기 편하게 */
    }
    .map_area iframe {
        width: 100%;
        height: 300px !important;
    }
    .contact_area { width: 100% !important; padding: 40px 20px !important; }
    .tel_num { font-size: 38px !important; }
    .bottom_info_grid { flex-direction: column; gap: 30px; }
    .naver_btn { width: 100%; }
}

.sec_why_grace { position: relative; width: 100%; padding: 120px 0; background: url('/theme/basic/img/main_02.jpg') no-repeat center center; background-size: cover; color: #fff; text-align: center; }
.sec_why_grace::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); }
.sec_why_grace .inner { position: relative; z-index: 2; }
.grace_logo { margin-bottom: 40px; }
.grace_logo img { height: 45px; width: auto; }
.sec_why_grace .sec_tit h3 { font-size: 42px; line-height: 1.4; font-weight: 500; margin-bottom: 70px; letter-spacing: -0.02em; }
.sec_why_grace .sec_tit h3 b { font-weight: 700; color: #fff; }
.why_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1300px; margin: 0 auto; }
.why_item { background: rgba(0, 0, 0, 0.29); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 65px 30px; border-radius: 20px; transition: 0.4s ease; }
.why_item .num { display: block; font-size: 26px; color: #d9cbb7; margin-bottom: 15px; }
.why_item h4 { font-size: 28px; font-weight: 500; margin-bottom: 25px; position: relative; letter-spacing: -0.03em; }
.why_item h4::after { content: ''; display: block; width: 30px; height: 1px; background: #fff; margin: 15px auto 0; opacity: 0.5; }
.why_item p { font-size: 16.5px; line-height: 1.8; color: rgba(255, 255, 255, 0.85); word-break: keep-all; font-weight: 500; }

@media screen and (max-width: 1024px) {
    .sec_why_grace { padding: 80px 0; background-attachment: scroll; }
    .sec_why_grace .sec_tit h3 { font-size: 28px; }
    .why_grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; }
    .why_item { padding: 50px 20px; }
    .why_item h4 { font-size: 22px; }
    .why_item p { font-size: 15px; }
}

#footer { width: 100%; background-color: #fff; border-top: 1px solid #e5e5e5; padding: 50px 0; color: #838383; font-size: 14px; position: relative; z-index: 10; }
#footer .inner { width: 100%; max-width: 1450px; margin: 0 auto; padding: 0; text-align: left; }
.f_links { display: flex; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 30px; }
.f_links li { position: relative; margin-right: 30px; }
.f_links li a { color: #838383; font-weight: 700; font-size: 15px; }
.f_links li:not(:last-child)::after { content: "|"; position: absolute; right: -17px; top: 1px; color: #ccc; font-size: 12px; font-weight: 400; line-height: 22px; }
.f_info { text-align: left; }
.f_info h3 { font-size: 16px; font-weight: 700; color: #838383; margin-bottom: 15px; }
.f_info .info_list p { line-height: 1.6; margin-bottom: 5px; }
.f_info .info_list span { display: inline-block; position: relative; margin-right: 15px; color: #838383; }
.f_info .info_list span:not(:last-child)::after { content: "|"; position: absolute; right: -10px; top: 1px; color: #ddd; font-size: 11px; }
.f_info .copyright { margin-top: 20px; font-size: 13px; color: #999; text-transform: uppercase; }
.layer_popup_wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; }
.pop_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.pop_box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; width: 90%; max-width: 600px; max-height: 80vh; box-shadow: 0 5px 15px rgba(0,0,0,0.3); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.pop_head { padding: 20px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.pop_head h2 { font-size: 18px; font-weight: 700; color: #333; margin: 0; }
.btn_pop_close { background: none; border: none; font-size: 24px; color: #999; padding: 0; cursor: pointer; }
.pop_body { padding: 30px; overflow-y: auto; font-size: 14px; line-height: 1.6; color: #555; text-align: left; background: #fff; }

@media screen and (max-width: 1024px) {
    #footer { padding: 40px 0; }
    #footer .inner { padding: 0 20px; }
    .f_links li { margin-right: 20px; margin-bottom: 10px; }
    .f_links li:not(:last-child)::after { right: -12px; }
    .f_info .info_list span { display: block; margin-right: 0; margin-bottom: 3px; }
    .f_info .info_list span::after { display: none; }
    .pop_box { width: 95%; }
}

#quick_menu { position: fixed; right: 30px; top: 50%; transform: translateY(-50%); z-index: 9999; }
#quick_menu ul { list-style: none; padding: 0; margin: 0; }
#quick_menu ul li { margin-bottom: 12px; }
#quick_menu ul li a { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background-color: #766856; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: 0.3s; }
#quick_menu ul li a img { width: 35px; height: auto; }

@media screen and (max-width: 1024px) {
    #quick_menu { right: 0; top: auto; bottom: 0; transform: none; width: 100%; background: #ffffff; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); padding: 8px 0; }
    #quick_menu ul { display: flex; justify-content: space-around; }
    #quick_menu ul li { margin-bottom: 0; flex: 1; }
    #quick_menu ul li a { width: 100%; height: 50px; background-color: transparent; box-shadow: none; border-radius: 0; }
    #quick_menu ul li a img { width: 28px; filter: invert(43%) sepia(8%) saturate(783%) hue-rotate(346deg) brightness(91%) contrast(85%); }
}

/* ==================================================
   [2_1.php] 서브 시술 페이지 (울쎄라) 스타일
   ================================================== */
.inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0; box-sizing: border-box; }
#proc_tab_wrap { width: 100%; border-bottom: 1px solid #e5e5e5; background: #fff; }
.proc_tab { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0 auto; gap: 40px; flex-wrap: wrap; max-width: 1400px; }
.proc_tab li a { display: block; padding: 20px 5px; font-size: 18px; color: #888; position: relative; font-weight: 500; text-decoration: none; transition: color 0.3s; }
.proc_tab li.on a { color: #655744; font-weight: 700; }
.proc_tab li.on a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #655744; }
.proc_tab li a:hover { color: #655744; }

@media screen and (max-width: 1024px) {
    .proc_tab { flex-wrap: nowrap !important; justify-content: flex-start !important; overflow-x: auto !important; width: 100% !important; gap: 15px !important; padding: 0 20px !important; -ms-overflow-style: none; scrollbar-width: none; }
    .proc_tab::-webkit-scrollbar { display: none; }
    .proc_tab li { flex: 0 0 auto !important; }
    .proc_tab li a { font-size: 15px; padding: 15px 0; }
}

#sub_contents section { padding: 100px 0; }
.sec_tit { text-align: center; margin-bottom: 60px; }
.sec_tit span { display: block; font-size: 16px; color: #8c7b6d; margin-bottom: 10px; font-weight: 600; }
.sec_tit h3 { font-size: 36px; color: #333; margin-bottom: 20px; font-weight: 400; }
.sec_tit h3 b { font-weight: 700; }
.sec_tit .desc { font-size: 18px; color: #666; line-height: 1.6; }
.sec_def { display: block !important; width: 100% !important; background: linear-gradient(to bottom, #ffffff 0%, #f4f0eb 100%) !important; padding: 100px 0 !important; margin: 0 !important; overflow: hidden; }
.sec_def .inner { background: transparent !important; max-width: 1400px !important; margin: 0 auto !important; padding: 0 20px !important; display: block !important; float: none !important; }
.sec_def .def_txt { width: 100%; margin-top: 30px; margin-bottom: 80px; text-align: center; }
.sec_def .def_txt p { font-size: 18px; color: #555; line-height: 1.7; margin-bottom: 20px; word-break: keep-all; }
.sec_def .def_txt p b { color: #333; font-weight: 700; }

@media screen and (max-width: 1024px) {
    .sec_def { padding: 60px 0 !important; background: linear-gradient(to bottom, #ffffff 0%, #f7f4f1 100%) !important; }
    .sec_def .def_txt p { font-size: 15px; }
}
.zigzag_list { width: 100%; }
.zigzag_item { display: flex; align-items: center; justify-content: space-between; margin-bottom: 100px; gap: 5%; }
.zigzag_item:nth-child(even) { flex-direction: row-reverse; }
.zigzag_item .img_wrap { width: 50%; border-radius: 20px; overflow: hidden; }
.zigzag_item .img_wrap img { width: 100%; display: block; }
.zigzag_item .txt_wrap { width: 45%; }
.zigzag_item .num { display: block; font-size: 20px; color: #655744; font-weight: 600; margin-bottom: 15px; font-family: 'Times New Roman', serif; }
.zigzag_item h4 { font-size: 28px; color: #333; font-weight: 700; margin-bottom: 20px; }
.zigzag_item p { font-size: 17px; color: #666; line-height: 1.6; word-break: keep-all; margin: 0; }
.sec_effect { width: 100%; background: #f9f9f9; }
.sec_effect .inner { width: 100%; max-width: 1400px; margin: 0 auto; }
.effect_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.effect_box { border: none; border-radius: 15px; padding: 50px 30px; text-align: center; transition: 0.3s; background: #fff; display: flex; flex-direction: column; align-items: center; }
.effect_box:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.08); transform: translateY(-5px); }
.effect_box .icon_wrap { width: 70px; height: 70px; margin-bottom: 25px; }
.effect_box .icon_wrap img { width: 100%; height: auto; }
.effect_box h4 { font-size: 22px; color: #333; margin-bottom: 20px; font-weight: 600; }
.effect_box p { font-size: 16px; color: #666; line-height: 1.6; word-break: keep-all; margin: 0; }
.sec_recom { background-color: #fff; }
.recom_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.recom_item { background: #f7f7f7; border-radius: 20px; padding: 50px 20px; text-align: center; transition: 0.3s; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.recom_item:hover { background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-5px); }
.recom_item .icon_wrap { width: 60px; height: 60px; margin-bottom: 25px; }
.recom_item .icon_wrap img { width: 100%; height: auto; }
.recom_item strong { display: block; font-size: 20px; color: #333; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.recom_item p { font-size: 16px; color: #777; line-height: 1.6; word-break: keep-all; margin: 0; }

@media screen and (max-width: 1024px) {
    .recom_grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
    .recom_item { padding: 30px 15px !important; min-height: auto !important; height: 100% !important; }
    .recom_item .icon_wrap { width: 50px !important; height: 50px !important; margin-bottom: 15px !important; }
    .recom_item strong { font-size: 16px !important; margin-bottom: 8px !important; }
    .recom_item p { font-size: 13px !important; line-height: 1.4 !important; }
    .inner, .sec_effect .inner { padding: 0 20px !important; width: 100%; }
    #sub_contents section { padding: 60px 0; }
    .sec_tit h3 { font-size: 28px; }
    .sec_tit .desc { font-size: 15px; } .pc_br { display: none; }
    .zigzag_item { flex-direction: column !important; margin-bottom: 60px; gap: 30px; }
    .zigzag_item:nth-child(even) { flex-direction: column !important; }
    .zigzag_item .img_wrap, .zigzag_item .txt_wrap { width: 100%; }
    .zigzag_item .txt_wrap { text-align: center; padding: 0 10px; }
    .zigzag_item h4 { font-size: 22px; }
    .zigzag_item p { font-size: 15px; }
    .effect_grid { grid-template-columns: repeat(1, 1fr); gap: 20px; }
    .recom_grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
    .recom_item { padding: 25px 10px !important; height: 100% !important; }
    .recom_item strong { font-size: 15px !important; margin-bottom: 10px !important; }
    .recom_item p { font-size: 13px !important; line-height: 1.4 !important; }
    .recom_item .icon_wrap { width: 45px !important; height: 45px !important; margin-bottom: 15px !important; }
    .sec_def .def_txt { margin-top: 20px !important; margin-bottom: 40px !important; padding: 0 10px !important; }
    .sec_def .def_txt p { font-size: 15px !important; line-height: 1.6 !important; margin-bottom: 15px !important; letter-spacing: -0.02em !important; }
    .sec_def .def_txt p b { font-weight: 700 !important; }
}

.m_only { display: none !important; }
.pc_only { display: block; }

@media screen and (max-width: 1024px) {
    .pc_only { display: none !important; }
    .m_only { display: block !important; font-size: 14px !important; line-height: 1.6 !important; text-align: center; word-break: keep-all; }
    .m_only b { color: #333; }
}
.effect_box .icon_wrap, .recom_item .icon_wrap { width: 100px !important; height: 100px !important; background-color: #f4f0eb !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 0 auto 25px !important; overflow: hidden; }
.effect_box .icon_wrap img, .recom_item .icon_wrap img { width: 70px !important; height: auto !important; filter: invert(35%) sepia(9%) saturate(1145%) hue-rotate(355deg) brightness(93%) contrast(83%) !important; }
.effect_box, .recom_item { display: flex !important; flex-direction: column !important; justify-content: flex-start !important; }