@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

/* ========================= 초기화 ========================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { width: 100%; height: 100%; }
body { width: 100%; overflow-x: hidden; min-height: 100vh; display: flex; flex-direction: column; }
ul, ol, li { list-style: none; }
a { text-decoration: none; }
a, img { border: 0; vertical-align: middle; }

/* ========================= 기본 폰트 설정 ========================= */
body, td, h1, h2, h3, h4, h5, div, p, li, ul, ol, dd, dt, section, input, textarea, select, button { margin: 0; padding: 0; font-size: 15px; color: #333; line-height: 1.6em; font-family: "Poppins", "Noto Sans KR", sans-serif; font-weight: 400; letter-spacing: -0.02em; }
strong { font-weight: 500; }

/* ========================= 모바일 헤더 ========================= */
#mobile_header { width: 100%; height: 60px; line-height: 60px; z-index: 999999; display: none; position: fixed; top: 0; left: 0; background: #fff; }
#mobile_header .inner { position: relative; width: 100%; height: 60px; line-height: 60px; overflow: hidden; background: #fff; border-bottom: 1px solid #ebebeb; box-sizing: border-box; }
#mobile_header h1 { width: 220px; padding-top: 10px; text-align: center; margin: 0 auto; }
#mobile_header h1 img { width: 90%; overflow: hidden; }
#mobile_header .m_gnb li a { display: block; top: 0; width: 100%; text-align: center; color: transparent; }
#mobile_header .m_gnb li.category a i { position: absolute; left: 15px; top: 20px; font-size: 20px; color: #111; }
#mobile_header .m_gnb li.home a i { position: absolute; right: 15px; top: 20px; font-size: 20px; color: #111; }
#back_cover { position: absolute; display: none; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999998; }

/* ========================= PC 헤더 ========================= */
#header_wrap { width: 100%; overflow-x: hidden; flex: 0 0 auto; }
.wrap_box { position: relative; width: 100%; max-width: 1400px; margin: 0 auto; }
#header { position: fixed; top: 0; left: 0; width: 100%; height: 81px; min-height: 80px; background: #fff; z-index: 500 !important; transition: 0.5s all ease; overflow-x: hidden; border-bottom: 1px solid #ebebeb; }
#header h1 { position: absolute; top: 0; left: 0; height: 80px; display: flex; align-items: center; line-height: normal; }
#header h1 a { display: flex; align-items: center; height: 80px; }
#header h1 img { display: block; max-height: 60px; }
#lnb { position: relative; float: right; margin-right: 160px; height: 80px; line-height: 80px !important; }
#lnb .lnb_wrap { position: relative; overflow: hidden; height: 80px; min-height: 80px; }
#lnb .lnb_wrap > ul > li { float: left; }
#lnb .lnb_wrap > ul > li > a { display: block; padding: 0 20px; text-align: center; font-size: 1em; font-weight: 500; color: #000; height: 80px; line-height: 80px; }
#lnb .lnb_wrap > ul > li > a > span { display: block; width: 0; height: 2px; margin: 0 auto; transition: 0.5s all ease; }
#gnbb { position: absolute; right: 0; }
#gnbb > ul > li { float: left; margin: 0 3px; }
#gnbb > ul > li > a { color: #000; font-size: 0.85em; line-height: 80px; padding: 5px 10px; }
.jbFixed .header_in { position: fixed !important; top: 0; left: 0; right: 0; width: 100% !important; background: #fff; border-bottom: 1px solid #ebebeb; }
.jbFixed .header_in #lnb .lnb_wrap { height: 60px; min-height: 60px; }
.jbFixed .header_in #lnb .lnb_wrap > ul > li > a { height: 60px; line-height: 60px; }
.jbFixed .header_in #gnbb > ul > li > a { line-height: 60px; }
#lnb .lnb_sub { display: none !important; }
#header.header_on, #header.header_on #lnb:hover .lnb_wrap, .jbFixed .header_in #lnb:hover .lnb_wrap { height: 80px !important; }
#lnb .lnb_wrap { transition: none !important; }
#lnb .lnb_wrap > ul > li:hover > a > span { background: #083061 !important; width: 100% !important; }

/* ========================= 컨테이너 ========================= */
#container { position: relative; width: 100%; z-index: 1; background: #fff; flex: 1; min-height: 500px; display: flex; flex-direction: column; }

/* ========================= 메인 비주얼 ========================= */
#main_visual { position: relative; width: 100%; overflow: hidden; }
.hoons_main-wrapper { width: 100%; min-height: 640px; max-height: 1000px; display: flex; justify-content: center; align-items: center; position: relative; background: linear-gradient(135deg, #f5f7fa 0%, #f1f0f5 100%); overflow: hidden; }
.hoons_container { width: 1400px; display: flex; align-items: center; gap: 80px; position: relative; z-index: 2; }
.hoons_background-image { position: absolute; top: 43%; transform: translateY(-50%); right: calc((100% - 1400px) / 2); width: 500px; height: 400px; z-index: 1; pointer-events: none; object-fit: contain; }
.hoons_left-content { flex: 1; z-index: 2; font-family: "Noto Sans KR", sans-serif; text-align: left; }
.hoons_title-section h1 { font-size: 2.9rem; color: #333; margin-top: 60px; margin-bottom: -5px; font-weight: 300; letter-spacing: -3px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
.hoons_main-title { font-size: 3.5rem; font-weight: 900; color: #000; letter-spacing: -2px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
.hoons_subtitle { color: #666; font-size: 0.95rem; line-height: 1.6; margin-bottom: 40px; font-weight: 300; }
.hoons_tags { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hoons_tag { background: rgba(255, 255, 255, 0.9); border: 1px solid #d1d1d1; color: #ff4757; padding: 8px 16px; border-radius: 25px; font-size: 0.9rem; transition: 0.3s; cursor: pointer; }
.hoons_tag:hover { background: #ff4757; color: #fff; transform: translateY(-2px); }
.hoons_button-container { display: flex; justify-content: flex-start; width: 100%; }
.hoons_cta-button { background: linear-gradient(135deg, #ff2f78 0%, #f72585 45%, #e21e63 100%) !important; color: #fff; border: none; border-radius: 50px; font-size: 1.6rem; cursor: pointer; transition: 0.3s; box-shadow: 0 10px 30px rgba(255, 71, 87, 0.3); width: 380px; height: 80px; display: flex; align-items: center; justify-content: center; }
.hoons_cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(255, 71, 87, 0.4); }
.hoons_right-content { flex: 1; position: relative; display: flex; justify-content: center; align-items: center; height: 400px; }
.hoons_floating-coins { position: absolute; width: 100%; height: 100%; }
.hoons_floating-coin { position: absolute; width: 40px; height: 40px; background: linear-gradient(135deg, #ffd700, #ffed4e); border-radius: 50%; animation: hoons_floatAround 6s linear infinite; z-index: 5; }
.hoons_floating-coin:nth-child(1) { top: 10%; left: 80%; }
.hoons_floating-coin:nth-child(2) { top: 60%; left: 90%; animation-delay: 2s; }
.hoons_floating-coin:nth-child(3) { top: 80%; left: 10%; animation-delay: 4s; }
.hoons_card-mockup { position: absolute; bottom: -50px; right: -30px; width: 200px; height: 120px; background: linear-gradient(135deg, #ff4757, #ff6b7a); border-radius: 15px; box-shadow: 0 15px 30px rgba(255, 71, 87, 0.3); transform: rotate(15deg); animation: hoons_cardFloat 5s ease-in-out infinite; z-index: 5; }
.hoons_card-mockup:before { content: ""; position: absolute; top: 20px; left: 20px; width: 40px; height: 25px; background: #ffd700; border-radius: 5px; }
.hoons_card-mockup:after { content: "****"; position: absolute; bottom: 20px; left: 20px; color: #fff; font-family: monospace; font-size: 1.2rem; letter-spacing: 5px; }
.hoons_mobile-image-placeholder { display: none; }
@keyframes hoons_floatAround { 0% { transform: translateY(0) rotate(0); opacity: 1; } 50% { transform: translateY(-100px) rotate(180deg); opacity: 0.7; } 100% { transform: translateY(0) rotate(360deg); opacity: 1; } }
@keyframes hoons_cardFloat { 0%, 100% { transform: rotate(15deg) translateY(0); } 50% { transform: rotate(10deg) translateY(-10px); } }

/* ========================= 섹션 타이틀 ========================= */
.hoons_card_payment_section { font-family: "Noto Sans KR", sans-serif; padding: 60px 20px; text-align: center; }
.hoons_card_payment_container { max-width: 1200px; margin: 0 auto; }
.hoons_main_title { font-size: 3rem; font-weight: 700; color: #333; margin-bottom: 30px; }
.hoons_sub_description { font-size: 1.1rem; color: #666; line-height: 1.6; max-width: 800px; margin: 0 auto; }

/* ========================= 특징 (메인 1,2,3,4) ========================= */
.hoons_features_wrapper { font-family: "Noto Sans KR", sans-serif; color: #333; overflow-x: hidden; }
.hoons_features_section { max-width: 1400px; margin: 0 auto; padding: 0 40px; width: 100%; }
.hoons_feature_item { display: flex; align-items: center; justify-content: center; margin-bottom: 80px; gap: 100px; opacity: 0; transform: translateY(50px); transition: 0.8s; position: relative; width: 100%; }
.hoons_feature_item.hoons_show { opacity: 1; transform: translateY(0); }
.hoons_feature_item:nth-child(1):before, .hoons_feature_item:nth-child(3):before { content: ""; position: absolute; top: 0; left: -9999px; right: -9999px; bottom: 0; background: #f1f1f1; z-index: -1; }
.hoons_feature_item:nth-child(1), .hoons_feature_item:nth-child(3) { padding: 80px 0; }
.hoons_feature_item:nth-child(2), .hoons_feature_item:nth-child(4) { flex-direction: row-reverse; }
.hoons_feature_content { flex: 1; max-width: 550px; transform: translateX(-50px); opacity: 0; transition: 0.8s 0.2s; }
.hoons_feature_item.hoons_show .hoons_feature_content { transform: translateX(0); opacity: 1; }
.hoons_feature_item:nth-child(2) .hoons_feature_content, .hoons_feature_item:nth-child(4) .hoons_feature_content { transform: translateX(50px); text-align: right; }
.hoons_feature_number { font-size: 48px; font-weight: 900; color: #ff4444; margin-bottom: 20px; }
.hoons_feature_title { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 30px; }
.hoons_highlight { display: inline-block; background: linear-gradient(90deg, rgba(255, 235, 59, 0.3), rgba(255, 235, 59, 0.4), rgba(255, 235, 59, 0.35), rgba(255, 235, 59, 0.4), rgba(255, 235, 59, 0.3), rgba(255, 235, 59, 0.35)); padding: 2px 4px; border-radius: 3px; transform: skew(-2deg); }
.hoons_feature_description { font-size: 16px; color: #666; line-height: 1.8; }
.hoons_feature_image { flex: 1; text-align: center; max-width: 450px; transform: translateX(50px); opacity: 0; transition: 0.8s 0.4s; }
.hoons_feature_item.hoons_show .hoons_feature_image { transform: translateX(0); opacity: 1; }
.hoons_feature_item:nth-child(2) .hoons_feature_image, .hoons_feature_item:nth-child(4) .hoons_feature_image { transform: translateX(-50px); }
.hoons_feature_image img { width: 100%; max-width: 350px; height: auto; }

/* ========================= 비즈니스 영역 ========================= */
#business_wrap { width: 100%; padding-top: 30px; background: url("../image/business_back.jpg") no-repeat top center; }
#business_wrap:after { content: ""; display: block; clear: both; }
#business_wrap .business_tit { max-width: 1400px; margin: 0 auto; padding-bottom: 50px; }
#business_wrap .business_tit p { text-align: center; font-size: 2.5em; line-height: 50px; color: #000; font-weight: 500; padding: 0 10px; }
#business_wrap .business_tit span { display: block; text-align: center; font-size: 1.15em; color: #777; padding: 0 10px; margin: 10px 0 20px; }
#business_wrap .business_area { max-width: 1400px; margin: 0 auto; }
#business_wrap .business_area ul li { float: left; width: 31.3333333%; text-align: center; }
#business_wrap .business_area ul li:nth-child(2) { margin: 0 3%; }
#business_wrap .business_area ul li img { width: 100%; }
#business_wrap .business_area ul li .summary { position: relative; z-index: 10; top: -80px; width: 90%; margin: 0 auto; padding: 20px 20px 0; background: #fff; transition: 0.5s; }
#business_wrap .business_area ul li .summary .name { height: 50px; line-height: 50px; color: #000; font-size: 1.5em; }
#business_wrap .business_area ul li .summary .sname { padding-bottom: 20px; color: #777; }
#business_wrap .business_area ul li .summary .btn_view { display: inline-block; width: 40px; height: 40px; background: url("../image/btn_plus_off.png") no-repeat; }
#business_wrap .business_area ul li:hover .summary .btn_view { background: url("../image/btn_plus_on.png") no-repeat; }
#business_wrap .business_area ul li:hover .summary { top: -90px; }

/* ========================= 이용 후기 ========================= */
.hoons_reviews_main_section { background: linear-gradient(135deg, #fafafa 0%, #f9f9f9 50%, #f9f9f9 100%); min-height: 50vh; padding: 40px 0; }
.hoons_reviews_section { max-width: 100%; margin: 0 auto; padding: 0 20px; }
.hoons_section_header { text-align: center; margin-bottom: 10px; color: #333; }
.hoons_section_subtitle { font-size: 20px; margin-bottom: 10px; opacity: 0.5; }
.hoons_section_title { font-size: 3rem; font-weight: 700; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
.hoons_reviews_container { position: relative; overflow: hidden; width: 100%; padding-top: 30px; padding-bottom: 50px; }
.hoons_reviews_wrapper { display: flex; gap: 30px; animation: infiniteScroll 8s linear infinite; padding: 20px 0; }
.hoons_reviews_wrapper:hover { animation-play-state: paused; }
@keyframes infiniteScroll { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-33.33% - 10px)); } }
.hoons_review_card { min-width: 350px; max-width: 350px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-radius: 20px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transition: 0.3s; overflow: hidden; flex-shrink: 0; border: 1px solid rgba(255, 255, 255, 0.3); }
.hoons_review_card:hover { transform: translateY(-10px); box-shadow: 0 25px 30px rgba(0, 0, 0, 0.2); }
.hoons_reviewer_info { display: flex; align-items: center; margin-bottom: 20px; }
.hoons_reviewer_avatar { width: 50px; height: 50px; border-radius: 50%; margin-right: 15px; object-fit: cover; }
.hoons_reviewer_details h4 { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 5px; }
.hoons_star_rating { display: flex; align-items: center; gap: 2px; }
.hoons_star { color: #FFD700; font-size: 16px; }
.hoons_rating_score { font-size: 16px; font-weight: 600; color: #333; margin-left: 8px; }
.hoons_review_text { font-size: 15px; line-height: 1.6; color: #555; margin-bottom: 25px; word-wrap: break-word; }
.hoons_paywan_logo { display: flex; align-items: center; justify-content: center; gap: 8px; }
.hoons_paywan_logo img { height: 24px; width: auto; }

/* ========================= 푸터 ========================= */
#footer { clear: both; width: 100%; margin: 0; padding: 30px 0 70px; background: #333; }
#footer:after { content: ""; display: block; clear: both; }
#footer .copy_bar { width: 100%; }
#footer .copy_bar div { width: 100%; max-width: 1400px; margin: 0 auto; }
#footer .copy_bar div .copy_menu { padding-top: 20px; }
#footer .copy_bar div .copy_menu a { color: #fff; }
#footer .copy_bar div .copy_menu a:hover { color: #fd7701; }
#footer .copy_area { position: relative; width: 100%; max-width: 1400px; margin: 0 auto; padding-top: 20px; }
#footer .copyright { float: left; width: 70%; text-align: left; padding: 0; }
#footer .copyright p { width: 100%; text-align: left; color: #888; padding-top: 10px; }
#footer .copyright p span { display: inline-block; color: #888; margin-right: 15px; }
#footer .copyright p span:nth-child(5) { display: inline-block; }
#footer .copyright p span:nth-child(9) { display: block; }
#footer .cs_area { position: absolute; top: 0; right: 0; width: 350px; border: 1px solid #555; padding: 20px; box-sizing: border-box; background: #fff; }
#footer .cs_data { float: left; width: 40%; }
#footer .cs_data .cs_title { font-size: 1.2em; color: #000; padding-top: 10px; }
#footer .cs_data .cs_tel { font-size: 1.5em; color: #000; }
#footer .cs_data .cs_tel a { color: #000; }
#footer .cs_info { float: left; width: 35%; padding-top: 15px; }
#footer .cs_info span { display: block; font-size: 0.85em; color: #aaa; padding: 0; margin: 0; height: 20px; line-height: 20px; }
#footer .cs_escrow { float: left; width: 25%; padding-top: 5px; }

/* ========================= 반응형 ========================= */
@media (max-width: 1400px) {
    .hoons_container { width: 100%; padding: 0 20px; }
    .hoons_background-image { right: 0; }
}

@media (max-width: 1100px) {
	#container { padding-top: 60px; }
    #mobile_header { display: block; min-width: 320px; }
    #header_wrap { display: none; }
    #footer { min-width: 320px; padding-bottom: 30px; text-align: center; }
    #footer .copyright { width: 100%; padding: 0 30px; float: none; }
    #footer .copyright p { text-align: center; }
    #footer .cs_area { position: relative !important; top: auto !important; right: auto !important; margin: 20px auto 0 !important; height: auto !important; min-height: 100px !important; overflow: hidden !important; display: block !important; background: #fff; padding: 20px 10px 30px 0 !important;}
}

@media (max-width: 768px) {
    .hoons_background-image, .hoons_right-content { display: none; }
    .hoons_main-wrapper { min-height: 500px; height: auto; }
    .hoons_mobile-image-placeholder { display: block; width: 100%; max-width: 400px; margin: 20px auto; height: auto; }
    .hoons_container { width: 100%; flex-direction: column; text-align: center; gap: 20px; padding: 20px; }
    .hoons_title-section h1 { margin-top: 20px; font-size: 1.5rem; text-align: center; }
    .hoons_main-title { font-size: 2rem; text-align: center; }
    .hoons_subtitle { text-align: center; font-size: 0.8rem; margin-bottom: 5px; }
    .hoons_button-container { justify-content: center; }
    .hoons_cta-button { width: 90%; max-width: 420px; }
    .hoons_tags { gap: 5px; }
    .hoons_tag { padding: 8px 10px; font-size: 0.8rem; }
    .hoons_main_title { font-size: 2.2rem; margin-bottom: 25px; }
    .hoons_sub_description { font-size: 1rem; }
    .mobile-only-button { display: block !important; }
    .hoons_mobile_fixed_btn { position: fixed !important; bottom: 20px !important; left: 50% !important; transform: translateX(-50%) !important; width: calc(100% - 40px) !important; max-width: 400px !important; z-index: 99999 !important; margin: 0 !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important; background: linear-gradient(135deg, #e01c44, #ff6b9d) !important; }
    .hoons_button-container .hoons_cta-button { display: none !important; }
    .hoons_features_section { padding: 0 20px; }
    .hoons_feature_item, .hoons_feature_item:nth-child(even), .hoons_feature_item:nth-child(odd) { flex-direction: column !important; text-align: center !important; gap: 40px; margin-bottom: 60px; }
    .hoons_feature_content { order: 2; padding: 0 !important; transform: none !important; }
    .hoons_feature_image { order: 1; margin: 0 auto 20px !important; transform: none !important; }
    .hoons_feature_item:nth-child(2) .hoons_feature_content, .hoons_feature_item:nth-child(4) .hoons_feature_content, .hoons_feature_item:nth-child(2) .hoons_feature_image, .hoons_feature_item:nth-child(4) .hoons_feature_image { transform: none !important; text-align: center !important; }
    .hoons_feature_number { font-size: 36px; margin-bottom: 15px; }
    .hoons_feature_title { font-size: 24px; margin-bottom: 20px; }
    .hoons_feature_description { font-size: 14px; }
    .hoons_feature_image img { width: 80%; max-width: 300px; }
    #business_wrap { padding: 50px 0 80px; }
    #business_wrap .business_area { width: 90%; margin: 0 auto; }
    #business_wrap .business_area ul li { width: 100%; background: #fff; border-radius: 20px; }
    #business_wrap .business_area ul li:nth-child(2) { margin: 20px 0; }
    #business_wrap .business_area ul li img { width: 50%; float: left; }
    #business_wrap .business_area ul li .summary { width: 50%; float: left; top: 0; }
    .hoons_section_title { font-size: 2rem; }
    .hoons_review_card { min-width: 280px; max-width: 280px; padding: 25px; }
}

@media (max-width: 480px) {
    body, td, h1, h2, h3, h4, h5, div, p, li, ul, ol, dd, dt, section, input, textarea, select, button { font-size: 13px; }
    .hoons_main_title { font-size: 1.8rem; }
    .hoons_sub_description { font-size: 0.9rem; }
    .hoons_section_title { font-size: 1.8rem; }
    .hoons_review_card { min-width: 250px; max-width: 250px; padding: 20px; }
    #business_wrap .business_area ul li img { width: 100%; float: none; }
    #business_wrap .business_area ul li .summary { width: 90%; float: none; top: -30px; }
    .hoons_feature_number { font-size: 28px; }
    .hoons_feature_title { font-size: 20px; }
    .hoons_feature_description { font-size: 13px; }
}

@media (min-width: 769px) {
    .mobile-only-button { display: none !important; }
}