main{padding:80px 0 0 0 ;}
/* main > section {padding:100px 0; margin: 100px 0; box-sizing: border-box;}
main > section .content_wrapper {width: 100%; max-width: 1280px; margin: 0 auto;} */
h1{font-size: 4.5rem;}
h2{font-size: 5rem;}
h3{font-size: 3.5rem; font-weight: 600;}
h4{font-size: 1.8rem;}

/*animation*/
.aos-all {width: 1000px;max-width: 98%;margin: 10vh auto 0 auto;}
.aos-item {display: inline-block; float: left; width: 33.3333%;height: 300px;padding: 20px;}
.aos-item__inner {position: relative;width: 100%;height: 100%;float: left;background: #1da4e2;line-height: 260px;text-align: center;color: #fff;}

/* 전체 컨테이너: 풀브라우징, 내부 컨텐츠는 max-width 1280px로 제한 */
.container {max-width: 1280px; margin: 0 auto; }
main{padding:0; margin: auto;}

/* 헤더 영역 */
header {position: relative; width: 100%;  background: #fff; border-bottom: 1px solid #eee;}
.header_inner {position: relative; display: flex; height:90px; align-items: center;  justify-content:center;}
.header_inner .logo{position: absolute; left:0;}
.header_inner .logo a{display: block; width:110px; height: 36px;}
.header_inner .logo img{width:110px; height: 36px;}     
.header_inner .free_btn{position: absolute; right:0;}

/* 푸터 */
.btn_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  width:70px; height: 70px; 
  color: #fff;
  border-radius:50%;
  cursor: pointer;
  z-index: 1000;
  background:var(--main-color);
}
.btn_top img{width:30px;}

body > footer {background-color: #232323; padding: 0 0 1rem;}
body > footer .footer-bottom {display: flex; margin-top: 0.5rem;   }
body > footer .slogan {border-bottom: 1px solid #4f4f4f; padding: 2rem 16px; display: flex; justify-content: space-between;  gap: 8px;}
body > footer .slogan h2 {font-weight: 500; font-size:3.5rem; color: #b0b0b0; line-height: 100%; display: flex; align-items: center;}
body > footer .slogan img {height: 60px; margin: 0 12px; color: #4f4f4f;}
body > footer .footer-contents {flex: 5; color: #fff; padding: 0.5rem 1rem 1rem;}
body > footer .term-link {border-bottom: 1px solid #4f4f4f; display: flex; justify-content: space-around; font-size:1.4rem; padding-bottom: 1rem;}
body > footer li:nth-of-type(3) a {color: var(--main-color); font-size: 1.5rem;  font-weight: 900; }
body > footer a {text-decoration: none; border: none; font-size: 1.5rem;}
body > footer:focus {outline: 2px dashed #fff; }
body > footer h2 {padding: 2rem 0; font-weight: 600; font-size: 3.5rem; line-height: 100%; color: #b0b0b0;}
body > footer h3 {font-size: 2rem; line-height: 100%; margin: 0.5rem 0; font-weight: normal; word-break: break-all;}
body > footer p {font-size: 1.5rem;line-height: 100%;}
body > footer p:last-child {font-size: 1.5rem;font-weight: 300;}
body > footer .contact-us h2{font-size: 3rem;line-height: 100%;}
body > footer .contact-us p{font-size: 2.2rem; line-height: 4rem;}
body > footer .contact-us h3{font-size:3rem;line-height: 100%;}
body > footer .contact-us p:last-child {font-size:1.6rem;line-height: 100%; margin-top: 10px;}
body > footer .footer-company-info-wrapper {border-left: 1px solid #4f4f4f; padding: 1rem;  flex: 3.5; color: #b0b0b0;}
body > footer .company-info-item {margin:10px 0; display: flex; gap: 10px; font-size:1.5rem;}
body > footer .company-info-item:first-child {flex-direction: column; }
body > footer .footer-company-info-wrapper .copyright {margin: 2rem 0;}
body > footer .company-info-label {color: #dfdfdf;}
body > footer .footer_copyright { margin: 2rem 0;}
body > footer .family-site-menu-wrap {position: relative;}
body > footer .btn_family-site-menu {
                position: relative;
                font-size: 1.5rem;
                background-color: #4f4f4f;
                width: 100%;
                text-align: left;
                padding: 1.2rem 0 1.2rem 1.2rem;
                border-radius: 4px;
                color: #fff;
                border: none;
                cursor: pointer;}
body > footer .btn_family-site-menu:focus { outline: 2px dashed #fff; }
body > footer .btn_family-site-menu img {
                    width: 12px;
                    position: absolute;
                    top: 50%;
                    right: 16px;
                    transform: translateY(-50%) rotate(90deg);}
body > footer .btn_family-site-menu.active {transform: translateY(-50%) rotate(-90deg); }
             
body > footer .family-site-menu {
                position: absolute;
                border: 1px solid #4f4f4f;
                background-color: #4f4f4f;
                color: #fff;
                font-size: 1rem;
                bottom: 105%;
                left: 0;
                width: 100%;
                border-radius: 4px;}
.family-site-menu li a { display: block;  padding: 16px; text-decoration: none; font-size: 1.5rem;}
.family-site-menu li a:hover, a:focus { background-color: #fdfdfd; color: #111; }
                  
   
        body > footer select {
            padding: 0.5rem 0 0.5rem 0.2rem;
            font-size: 1rem;
            width: 100%;
            background-color: #4f4f4f;
            border-radius: 4px;
            border: none;
            color: #dfdfdf;
            cursor: pointer;
        }
  
    body > footer .ui-selectmenu-button.ui-button {
        padding: 0.5rem 0 0.5rem 0.2rem;
        width: 100%;
        background-color: #4f4f4f;
        font-size: 1rem;
        border-radius: 4px;
        color: #dfdfdf;
        box-sizing: border-box;
        cursor: pointer;
    }

/*
footer {background: #1a1a1a;color: #fff; text-align: center; }
.footer_inner {position: relative; display: flex;  height:180px; align-items:center;  justify-content:start;}
.footer_contain{display: flex; align-items: start; gap: 100px;}
.footer_wrap{display: flex; align-items: start; gap: 80px; }
.footer_wrap .logo{align-items: start; margin-left:0;}
.footer_wrap .logo a{display: block; width:180px; }
.footer_wrap .logo img{width:100%;}    
.footer_box{display: flex; flex-direction: column; gap: 30px;} 
.footer_box .footer_nav{margin-top: 10px;}
.footer_box .footer_nav ul{display: flex; gap:60px;}
.footer_box .footer_nav ul li{font-size: 1.6rem;}
.footer_box .footer_adr{ text-align: left;}

/* 햄버거 버튼 */
.hamburger {display: none; /* 데스크톱에서는 숨김 */ flex-direction: column;justify-content: center; gap: 5px;background: none;border: none;cursor: pointer;}
.hamburger span {display: block;width:26px;height: 3px; margin: 5px 0; background: #1a1a1a; transition: transform 0.4s ease, opacity 0.3s ease;}

/* 기본 PC 스타일 */
.main_nav {display: flex; align-items: center; justify-content: center;}
.main_menu {display: flex; gap:80px; justify-content: center;}
.main_menu02 {position:absolute; right:0; display: flex; gap:10px; justify-content: end; }
.mobile_menu {display: none;}

/* 메인 네비게이션 */
.main_nav ul {list-style: none; display: flex; }
.main_nav ul li a {text-decoration: none; font-size: 1.8rem; color: #1a1a1a; font-weight: 500;transition: color 0.2s ease;  display: inline-block;}
.main_nav ul.main_menu02 li a {text-decoration: none; font-size: 1.6rem; color: #1a1a1a; font-weight: 500;transition: color 0.2s ease;  display: inline-block;}

.main_nav ul li a:hover {color: var(--main-color); font-weight: 600;}
.free_btn {
  width: 120px;
  overflow: hidden;
  border: none;
  background: var(--main_color);
  padding: 0;
  position: relative;
  border-radius: 35px;
}

.free_btn .slide_wrap {
  width: 100%;
  overflow: hidden;
  padding:10px 0;
  
}

.free_btn .slide_track {
  display: flex;
  animation: scrollText 5s linear infinite;
}

.free_btn .slide_track .free_txt {
  white-space: nowrap;
  padding-right: 30px; /* 텍스트 간 간격 */
  font-weight: bold;
  font-size: 1.6rem;
  color:#fff;
}

/* 슬라이딩 애니메이션 */
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 비주얼 섹션 */
.main_visual{position: relative;}
.main_visual_text {z-index: 2; color:#1a1a1a; padding: 100px 0;}
.main_visual_inner {
  width:1280px; margin:30px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height:500px; /* 추가로 height도 필요할 수 있음 */
  background:var(--main-light-color);
  border-radius: 3rem;
}
.main_visual_con{position: relative; text-align: left; height: 100%; background: url(../images/visual_ani.png) no-repeat 50px bottom; background-size:50%; }
.main_visual_txt_wrap{position: absolute; right:150px; top:35%;}
.main_visual_txt{}
.main_visual_txt h1 {font-size: 2.5rem; font-weight: bold; }
.main_visual_logo_wrap{display: flex; align-items:center;}
.main_visual_logo{width:250px;}
.main_visual_logo img{width:100%;}
.main_visual_txt02{display: contents;}
.visual_sec{padding:80px 0; text-align: center;}

/*주요 서비스 섹션*/
.services{padding: 100px 0;}
.services .container{display: flex; justify-content: space-between;}
.txt_green{color:var(--main-color);}
.services_item_wrap{}
.services_items{display: flex; gap:70px;}
.services_items .icon{width:120px; margin: 0 auto 20px;}
.services_items .icon img{width:100%;}
.services_items .tit{text-align: center; font-size: 2rem; line-height: 2.6rem;   font-weight:normal;}

/*주요 기능 섹션*/
.features{padding: 100px 0; background: linear-gradient(to bottom, #fff, #E6F6F1);}
.features h3{margin-bottom:60px; color:var(--main-color);}
.features .container{}
.features_item_wrap{}
.features_items{display: flex; gap: 40px; justify-content: space-between;}
.features_item{position: relative; display:flex; flex-direction: column; justify-content: space-between; flex: 1; height: 290px; padding: 30px; border:1px solid #C3E9DD; border-radius: 1.4rem; background: #fff;}
.features_item .icon{position: absolute; right:30px; bottom:30px; display: flex; align-items: center; justify-content: center; width:90px; height: 90px; border-radius: 1.4rem; background: var(--main-light-color);}
.features_item .icon img{width:70%;}
.features_item .tit{text-align:left; font-size: 2rem; line-height: 2.6rem;   font-weight:normal;}

/*주요 특징 섹션*/
.points{padding: 100px 0; background: #000; color:#fff;}
.points h3{margin-bottom:60px; color:#fff;}
.points_items{display: flex; gap:80px; align-items: center; justify-content: space-between;}
.points_item{position: relative; display:flex; flex-direction: column; gap:10px; justify-content: space-between; flex:2;}
.points_card{display: flex; justify-content: space-between; align-items: center; padding:30px 50px; border:1px solid #C3E9DD; border-radius: 1.4rem; background: #fff;}
.points_card .tit{color:#000; font-size: 2rem; font-weight: 600;}
.points_card .icon{width:50px;}
.points_card .icon img{width:100%;}
.phone_img{flex:1; display: flex; align-items: center; justify-content: center;}
.phone_icon{width:360px;}
.phone_icon img{width:100%;}

.points_arrow{width:100px;}
.points_arrow img{width:100%;}

/*슬로건 및 로고*/
.partners{padding:150px 0;}
.partners h3{margin-bottom: 60px;}
.Partners_logosRow{display: flex; justify-content: center; gap:50px;}
.Partners_logosRow img{height:35px;}

/*체험*/
.experience{height: 800px; background-image: linear-gradient(to bottom, #0F9F6E, #E6F6F1);}
.experience .container{padding: 200px 0; height: 800px; 
  background-image:url(../images/experience_bg.png); background-size:100%;
  background-position: center;
  background-repeat: no-repeat;}
.experience h3{margin-bottom: 60px;}
.experience_txt{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; text-align: center; color:#fff;}
.experience_txt button{display: flex; align-items: center; justify-content: center; gap: 10px; width:300px; padding:30px; color:#fff; font-size:2rem; font-weight:700; border-radius: 1.4rem;  background: #000;}
.experience_txt button .free_icon{width:30px; display: inline-block;}
.experience_txt button .free_icon img{width:100%;}


/*서비스소개*/
.sub_visual{position: relative;}
.sub_visual_inner {
  width:1280px; margin:30px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height:500px; /* 추가로 height도 필요할 수 있음 */
  background:#000;
  border-radius: 3rem;
}

.visual_sec{padding:80px 0; text-align: center;}
.sub_visual_con{height: 100%; background: url(../images/sub_visual_txt.png) no-repeat center center; background-size:70%; }
.sub_visual_con_m{display: none; }

.about_services{margin:150px 0 0; font-size: 1.8rem; }
.about_services .tit{display: flex; align-items: end; justify-content: center;}
.about_services .info_txt{padding: 20px 0; text-align: center;}

.about_features{padding:100px 0 150px; background: linear-gradient(to bottom, #fff, #E6F6F1);}
.about_features h3{margin-bottom:60px; color:var(--main-color);}
.about_features .container{}
.about_features_item_wrap{}
.about_features_items{display: flex; gap: 40px; justify-content: space-between;}
.about_features_item{position: relative; display:flex; flex-direction: column; justify-content: space-between; width: 50%; padding: 30px; margin:10px 0; border-radius: 1.4rem; color:#fff; background: var(--main-color);}
.about_features_item .icon{position: absolute; right:30px; bottom:30px; display: flex; align-items: center; justify-content: center; width:90px; height: 90px; border-radius: 1.4rem; background: var(--main-light-color);}
.about_features_item .icon img{width:50%;}
.about_features_item .con_txt{text-align:left; font-size: 2rem; line-height: 2.6rem;   font-weight:normal;}
.about_features_item .con_txt .tit{font-weight: 600;}
.about_features_item .con_txt .tit_txt{margin-top:10px; font-size: 1.6rem; line-height:2.1rem;}

.about_effect{padding: 150px 0;}
.about_effect_txt h3{margin-bottom:60px; color:#1a1a1a;}
.about_effect_items_wrap{}
.about_effect_items{display: flex; gap:40px; justify-content: center;}
.about_effect_item{display: flex; flex-direction: column; gap:30px; align-items: center; font-weight: 600; font-size: 1.8rem; text-align: center; justify-content: center;}
.about_effect_item .icon{width:180px; height: 180px; display: flex; align-items: center; justify-content: center; background: var(--main-light-color); border-radius: 90px; }
.about_effect_item .icon span{display: block; width:110px; }
.about_effect_item .icon img{width:100%;}

/*faq*/
.btn_back{width:14px; background: none; border:none;}
.btn_back img{width:100%;}
.con_tit{padding: 0 30px; font-size: 32px; font-weight: 500;}
.ac_area{padding:20px 30px 150px;}
.accordion {width: 100%;}
.accordion-item {padding: 0; text-align: left; margin-bottom: 10px; background: #fff; border-radius:0.75rem; }
.accordion-header {display: flex; align-items: center; justify-content: space-between; background: #f8f8f8; width: 100%; padding:20px; border-radius:0.75rem;  text-align: left; font-size: 1.1rem;}
.accordion-header .num{display: inline-block; width:30px; height:30px; margin:0 6px 0 -40px; color:#fff; line-height: 33px; text-align: center; font-size: 14px; border-radius:10px; background: #0a0a0a;}
.accordion-header .arrow { width:30px; height:30px; } 
.accordion-header .arrow img{width:100%;  -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: all 0.2s ease-in-out; } 
.accordion-header .arrow.rotated img{ font-size: 22px; color: var(--main-color); -webkit-transform: rotate(90deg); transform: rotate(90deg); transition: all 0.2s ease-in-out; } 
.aco_tit{font-size: 1.7rem; padding-left:40px ; background: url(../images/icon_q.png) no-repeat left center; background-size:30px ;}
.aco_con{padding-left: 40px; background: url(../images/icon_a.png) no-repeat left top; background-size:30px ; }
.accordion-content {display: none; padding:24px 14px 20px; margin-top: -10px;  text-align: left; border-bottom-left-radius:0.75rem;  border-bottom-right-radius: 0.75rem;  background: #f8f8f8; }
.accordion-item .active { display: block; }

/*공지사항*/
.notice-wrapper{}
.notice-item{padding: 15px 20px; border-radius: 10px;  margin-bottom: 4px;}
.notice-item p{font-size: 1.7rem;}
.notice-view-wrapper{padding-top:100px;}
footer .footer-links {margin: 12px 0;font-size: 14px;}
.notice-wrapper {display: flex; flex-direction: column; gap:0;}
.notice-wrapper .notice-item { display: flex;  flex-direction: column; gap: 5px; padding:30px; cursor: pointer;}
.notice-wrapper p {cursor: pointer; font-size:2.2rem; font-weight: bold;}
.notice-wrapper p:last-child{color:var(--gray700); font-weight: normal; font-size: 1.9rem;}
.notice-pagination-wrapper {display: flex; justify-content: center; align-items: center;  gap: 16px;  padding:50px 0 100px;}
.notice-pagination-wrapper .notice-pagination {display: flex; align-items: center; justify-content: center;  cursor: pointer;}
.notice-pagination li {display: flex;  align-items:center; justify-content: center; min-width: 36px; height: 36px; font-size: 1.2rem;  line-height: 100%; cursor: pointer;}
.notice-pagination .active { background-color: #1a1a1a; color: #fff;  border-radius: 50%; }
.notice-pagination-wrapper button {cursor: pointer; width: 24px; display: flex; align-items: center; justify-content: center; }
.notice-pagination-wrapper i{cursor: pointer; font-size: 2.4rem; display: flex;  align-items: center; justify-content: center;  }
.notice-view-title{cursor: pointer;  font-size: 2.4rem; font-weight: bold; margin-bottom: 5px;}
.notice-view-date{font-size: 1.9rem;  margin-bottom: 5px;}
.notice-view-body{font-size: 1.6rem; line-height: 2.4rem; padding: 20px 0;}
.notice-view-footer { display: flex; flex-direction: row; justify-content: space-between;  box-sizing: border-box; padding:30px 0 100px;}
.notice-view-footer button {font-size: 1.4rem; padding: 16px 24px; border-radius: 12px; background-color: #eeeeee;  font-weight: bold; cursor: pointer;}
.arrow-icon{display: none; width:30px;}
.arrow-icon img{width:100%;}

.pagenation_area_squar{position: relative; width:100%; height:30px; vertical-align: top; margin:10px 0 0; display: inline-block;}
.pagenation_squar {width:400px; height:34px; text-align:center; margin: 0 auto; padding-right: -100px;}
.pagenation_squar ul.list_page li {display:inline-block; margin: 0 0.15em; }
.pagenation_squar ul.list_page li:first-child{margin-left:0;}
.pagenation_squar ul.list_page li a{display: block; padding:0 0.5em; line-height: 2.4em; text-decoration:none; color:#333333; font-size:14px;}
.pagenation_squar ul.list_page li a.active{color:#285cdc; font-weight:800;}
.pagenation_squar ul.list_page li a.btn_tb_back{padding:0 ;}
.pagenation_squar ul.list_page li a.btn_tb_next{padding:0 ;}

.btn_listup{padding: 0 15px; height:30px; border:none; background: url(../images/icon_listup.png) no-repeat left center; background-size:24px;}
.btn_exel{padding: 0 15px; height:30px; border:none; background: url("/static/assets/images/icon_excel.png") no-repeat left center; background-size:24px;}
.btn_detail  {width:40px; height: 36px; line-height:34px;  display:inline-block; vertical-align: top; border:none; color:#ffffff; 
  background:#fff url("/static/assets/images/icon_detail.png") center center no-repeat; background-size:18px; text-align: center; }


/*login*/
.login_content_area{display: flex; height: 100vh; align-items: center; justify-content: center;}
.login_box{display: flex; justify-content: center;  }
.login_content_area .login_user_box{width:350px;}
.com_info{margin-top:120px; font-size: 1.5rem;}
.com_info .logo{width:140px;}
.com_info .logo img{width:100%;}
.copyright{position: absolute; bottom:10px; left: 50%; transform: translate(-50%, -50%); width:320px; text-align: center; color:#5f5f5f;}

.login_input_box{width:100%; margin-top:30px;}
.login_logo_tit{display: flex; justify-content: center; align-items: center; color:#000; font-weight:bold; font-size:30px; margin-bottom:10px; text-align: left;}
.login_logo_tit .tit_logo{width:200px;}
.login_logo_tit .tit_logo img{width:100%;}

.login_tit{text-align: center; font-weight: 800; font-size:2rem;}
.login_btn{width:100%;  font-weight:600; font-size: 1.4rem; height:50px; line-height: 50px; color:#fff; border:none; border-radius: 0.5rem; text-align: center; background:var(--main-color)}
.login_btn img{width:128px;}
.login_guide_txt{margin-top:30px; line-height:28px; text-align: center;}
.login_guide_txt a{font-size: 1.6rem; color:#000; border-bottom: 1px solid #000;}

.intro_ich_tb{margin:0 0 10px;}
.intro_ich_tb .tit{display: flex; justify-content: space-between; font-size:1.6rem; margin-top:10px; margin-bottom: 10px; }
.intro_ich_tb input{height: 50px; border-radius: 0.5rem;}

.error_txt{padding: 5px 10px; margin-bottom: 10px; font-size:1rem; line-height: 20px; border-radius: 3px; background:var(--error-bg); color:var(--error); } 
.save_info_box{display: flex; align-items: center; justify-content: center; margin-top: 20px ; text-align: center;}
.login_select{margin:20px 0 0;}

.wel_code_box{padding:10px 0;}
.wel_code_box input{width:50px; height: 50px; margin: 0 2.5px; font-size: 20px; vertical-align: top; text-indent: 0; text-align: center; border:1px solid var(--gray500); background: #fff; }
.wel_code_box .tit{padding: 15px 0 8px;}
.login_pw{position: relative;}

.qr_txt_wrap{padding:30px 0; text-align: center;}
.qr_time_box .time{color:var(--main-color); font-size: 1.6rem;}
.qr_time_box .icon_check{padding:12px 0;  width:60px; margin: 0 auto; }
.qr_time_box .icon_check img{width:100%;}
.qr_time_box .txt01{font-size: 1.8rem; font-weight: 600;}
.qr_time_box .txt02{padding: 10px 0; font-size: 1.6rem;}

.qr_wrap{padding:50px 0; display: flex; align-items: center; justify-content: center;}
.qr_img{width:130px; }
.qr_img img{width:100%;}

.push_btn{width:100%; margin-bottom: 10px; font-weight:bold; height:50px; line-height: 50px; color:#fff; border:none; border-radius: 0.5rem; text-align: center; background:var(--main-color)}
.qr_btn{width:100%;  font-weight:bold; height:50px; line-height: 50px; color:#fff; border:none; border-radius: 0.5rem; text-align: center; background:var(--main-color)}
.push_btn:hover{text-decoration: underline;}
.qr_btn_line{width:100%;  font-weight:bold; height:50px; font-size: 1.6rem; line-height: 50px; color:var(--main-color); border:none; border-radius: 0.5rem; text-align: center; background:var(--main-light-color)}
.qr_btn_line:hover{text-decoration: underline; font-size: 1.6rem;}

/*회원가입*/
.join_header{width:650px; margin: 0 auto; text-align: center;}
.join_header .logo{width:200px; padding: 50px 0 0;  margin: 0 auto; }
.join_header .logo img{width:100%;}
.join_header_txt{font-size:2rem; padding:10px 0 30px;  font-weight: 800;}
.join_inner{width:650px; margin: 0 auto; padding: 0 0 150px;}
.join_tit_wrap{padding:10px 0; margin:0 0 20px; font-size: 1.6rem; font-weight: 600; }
.join_input_wrap{padding: 0 0 0;}
.join_input_wrap .listbox_wrap{margin-bottom: 15px;}
.input_btn_add_wrap{margin-top: 10px;}
.input_txt_wrap{margin-top: 10px;}
.input_btn_add_wrap button{height: 40px;}
.input_btn_add_wrap button:hover{text-decoration: underline;}
.agree_tit_wrap{padding:30px 0 20px; font-size:1.8rem; text-align: center; }
.agree_list_wrap{padding: 20px; border-radius: 0.75rem; background: var(--gray000); }
.input_field_wrap label, .listbox_wrap label {font-size:1.6rem; font-weight:600; }
.join_pw{position: relative;}
.eyes{position: absolute; top: 36px;  bottom: 0;  right: 10px;  margin: auto 2px; height: 30px; font-size: 22px;  cursor: pointer;}
.join_name_box{display: flex;  gap: 20px;} 
.join_name_box .listbox_wrap {width: calc(50% - 10px);box-sizing: border-box; }
.chkbox_item.chkbox_all {font-size:1.6rem;font-weight:700;padding-bottom:0.8rem;border-bottom:1px solid var(--gray600);}
.chkbox_wrap li{font-size: 1.6rem;}
.btn_agree_wrap{width:100%; margin:40px 0; display: flex; justify-content: center;}
.btn_agree_wrap button{padding:4px 25px; border-radius: 0.75rem;}
.btn_agree_wrap button:hover{text-decoration: underline;}
.join_login_box{width:100%; padding:20px 0; font-size: 1.6rem; display: flex; justify-content: center; background: var(--main-light-color);}
.join_login_txt{margin-left: 10px; color:var(--main-color); font-weight: bold;  border-bottom: 1px solid var(--main-color);}

/*error*/
.error_icon{width:60px; height:60px; margin: 0 auto 20px;}
.error_icon img{width:100%;}
.error_tit{font-size: 1.5rem; font-weight:700; text-align: center; padding: 0 0 30px;}
.error_txt_box{padding:20px; font-size:14px; border-radius: 1.4rem; text-align: center; margin-bottom:20px; background: var(--main-light-color);}
.error_txt_box span{display: block; margin-bottom:8px;}

/*버튼*/
.btn_blu{font-size: 1.6rem; line-height: 40px; color:#fff;  border:none; background: var(--main-color);}


/* =========================반응형 스타일========================= */
@media (max-width: 1279px) {
  /* 헤로 섹션에서 이미지와 텍스트가 세로 배치 */
  .hero-inner {flex-direction: column; text-align: center;}
  .hero-text, .hero-image {flex: none;width: 100%;}
  /* 공지사항 */
  .notice-view-wrapper {padding-top:100px;}
  .container {max-width: 100%; margin: 0 auto; }
  main{padding:0; margin: auto;}
  main.submain{padding: 0 30px; max-width: 100%; margin: auto;}
  main.submain_about{padding: 0 0; max-width: 100%; margin: auto;}
  .submain_about {padding:0 30px 0;}

}

@media (max-width: 768px) {
  h1 {font-size: 3rem;line-height: 3.6rem; }
  h2 {font-size: 2.8rem; line-height: 3.4rem;}
  h3 {font-size: 2.2rem; line-height: 2.6rem;}
  h4 { font-size: 1.6rem; line-height: 2rem;}

  /* 헤더: 햄버거 버튼 보이기, 네비게이션 숨기기/토글 */
  .hamburger {display: flex;}
  .main_nav {
    display: none; /* 기본 숨김 */
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 200px;
    padding: 20px;
  }
  .main_nav.open {display: block; /* 햄버거 클릭 시 보임 */}
  .main_nav ul {flex-direction: column; gap: 10px;}

  /*서브 헤드 영역*/
  .visual_sec{margin:0 0 30px; }

  /* 메인 네비게이션 모바일 */
  header {position:fixed; top:0; width: 100%; z-index: 60; background: #fff; border-bottom: 1px solid #eee; height: 70px;}
  .main_nav {display: none;}
  .hamburger {display: block;  position: fixed;
    top: 20px;
    right: 20px;
    z-index: 62; }
  .mobile_menu { display: none; position: absolute; top:0; right: 0; padding-top:0; background: white; width:100%; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);z-index:50;}
  .mobile_menu.open {position: fixed; display: block; height: 100vh; }
  .header_inner .logo{position: absolute; left:20px;}
  .header_inner {position: relative; display: flex; padding: 0 20px; height:70px; align-items: center;  justify-content:end;}

  .mobile_menu_area{padding:0; height: 100vh;}
  .mobile_menu .accordion {width: 100%;}
  .mobile_menu .accordion-item {padding: 0; text-align: left; margin-bottom: 10px; background: #fff; border-radius:0.75rem; }
  .mobile_menu .accordion-header {display: flex; align-items: center; justify-content: space-between; width: 100%; padding:10px; margin-bottom:10px; background: #fff; border-radius:0.75rem;  text-align: left; font-size: 1.1rem;}
  .mobile_menu .accordion-header .num{display: inline-block; width:30px; height:30px; margin:0 6px 0 -40px; color:#fff; line-height: 33px; text-align: center; font-size: 14px; border-radius:10px; background: #0a0a0a;}
  .mobile_menu .accordion-header .arrow { width:30px; height: 30px; } 
  .mobile_menu .accordion-header .arrow img{width:100%;  -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: all 0.2s ease-in-out; } 
  .mobile_menu .accordion-header .arrow.rotated img{ font-size: 22px; color: var(--main-color); -webkit-transform: rotate(90deg); transform: rotate(90deg); transition: all 0.2s ease-in-out; } 
  .mobile_menu .aco_tit{font-size: 1.6rem; padding-left:0 ; background: url(../images/icon_q.png) no-repeat left center; background-size:30px ;}
  .mobile_menu .aco_con{padding-left:20px ; background: url(../images/icon_a.png) no-repeat left top; background-size:30px ;}
  .mobile_menu .accordion-content {display: none; padding:20px 0 20px; text-align: left; border-radius: 0.75rem;  background: #f8f8f8; }
  .mobile_menu .accordion-item .active { display: block; }
  .mobile_menu_list{padding:0; height:calc(100vh - 183px);  }
  .mobile_menu_list li{padding:0 0 30px;}
  .mobile_menu_list li:last-child{padding:0 0 0;}
  .mobile_menu_list li a{font-size: 1.6rem;}
  .mobile_menu .container {
    max-height: 80vh;
    overflow-y: auto;
  }
  .mobile_name_box{position: relative; padding:80px 30px 20px; background: var(--main-color);}
  .mobile_logo{width:100px;} 
  .mobile_logo img{width:100%;}  

  .mobile_main_menu_wrap{position: relative; padding:30px;}
  .mobile_nav_term{position: absolute; bottom:0; width:100%;}
  .mobile_nav_term ul{display: flex; justify-content: space-between; }
  .mobile_nav_term ul li{width:50%; text-align: center;}

  .header_inner .free_btn{position:static; }

  /* 메뉴 열림 상태 (X로 바뀜) */
  .hamburger.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 6px);}
  .hamburger.active span:nth-child(2) {opacity: 0;}
  .hamburger.active span:nth-child(3) {transform: rotate(-45deg) translate(5px, -6px);}

  /* 푸터 */
  .btn_top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 60px;
    width:50px; height:50px; 
    color: #fff;
    border-radius:50%;
    cursor: pointer;
    z-index: 50;
    background:var(--main-color);
  }
  .btn_top img{width:20px;}

  /* 비주얼 섹션 */
  .main_visual{position: relative; padding:0 30px;}
  .main_visual_inner {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height:500px; /* 추가로 height도 필요할 수 있음 */
    background:var(--main-light-color);
    border-radius: 3rem;
    margin: 100px auto 0;
  }
  .main_visual_con{position: relative; text-align: left; height: 100%; background: url(../images/visual_ani.png) no-repeat 50px bottom; background-size:100%; }
  .main_visual_txt_wrap{position: absolute;  left: 50%; transform: translateX(-50%); top:70px; right:auto; width:300px; padding:0 30px;}
  .main_visual_txt h1 {font-size: 2rem; font-weight: bold; }
  .main_visual_logo{width:180px;}

  /*주요 서비스 섹션*/
  .services{padding:50px 30px;}
  .services .container{display: block; }
  .services_items{display:flex; flex-direction: column; gap:20px; width:100%; margin:30px 0 0 0;}
  .services_item{display: flex; flex-wrap: wrap; gap: 30px;align-items: center;}
  .services_item .icon{width:80px; margin: 0;}
  .services_item .icon img{width:100%;}
  .services_item .tit{text-align: left; font-size:1.6rem; line-height: 2rem;   font-weight:normal;}

  /*주요 기능 섹션*/
  .features{padding:50px 30px; background: linear-gradient(to bottom, #fff, #E6F6F1);}
  .features h3{margin-bottom:60px; color:var(--main-color);}
  .features .container{}
  .features_item_wrap{}
  .features_items{display: flex; flex-direction: column; gap:10px; justify-content: space-between;}
  .features_item{position: relative; display:flex; flex-direction: column; justify-content: space-between; flex: 1; height: 290px; padding: 30px; border:1px solid #C3E9DD; border-radius: 1.4rem; background: #fff;}
  .features_item .icon{position: absolute; right:30px; bottom:30px; display: flex; align-items: center; justify-content: center; width:50px; height: 50px; border-radius: 1.4rem; background: var(--main-light-color);}
  .features_item .icon img{width:70%;}
  .features_item .tit{text-align:left; font-size: 1.6rem; line-height: 2rem;   font-weight:normal;}

  /*주요 특징 섹션*/
  .points{padding:50px 30px; background: #000; color:#fff;}
  .points h3{margin-bottom:60px; color:#fff;}
  .points_items{display: flex; flex-direction: column; gap:80px; align-items: center; justify-content: space-between;}
  .points_item{position: relative; display:flex; flex-direction: column; gap:10px; justify-content: space-between; flex:2;}
  .points_card{display: flex; justify-content: space-between; align-items: center; padding:30px 30px; border:1px solid #C3E9DD; border-radius: 1.4rem; background: #fff;}
  .points_card .tit{color:#000; font-size: 1.6rem; font-weight: 600;}
  .points_card .icon{width:50px;}
  .points_card .icon img{width:100%;}
  .phone_img{flex:1; display: flex; align-items: center; justify-content: center;}
  .phone_icon{width:280px;}
  .phone_icon img{width:100%;}

  .points_arrow{width:100px; transform: rotate(90deg);}
  .points_arrow img{width:100%;}

  /*슬로건 및 로고*/
  .partners{padding:150px 30px;}
  .partners h3{margin-bottom: 60px;}
  .Partners_logosRow{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:50px;}
  .Partners_logosRow img{height:26px;}

  /*체험*/
  .experience{height:500px; background-image: linear-gradient(to bottom, #0F9F6E, #E6F6F1);}
  .experience .container{padding:80px 0; height:500px; 
    background-image:url(../images/experience_bg.png); background-size:100%;
    background-position: center;
    background-repeat: no-repeat;}
  .experience h3{margin-bottom: 60px; width:250px; line-height: 3.5rem;}
  .experience_txt{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; text-align: center; color:#fff;}
  .experience_txt button{display: flex; align-items: center; justify-content: center; gap: 10px; width:260px; padding:20px; color:#fff; font-size:1.6rem; font-weight:700; border-radius: 1.4rem;  background: #000;}
  .experience_txt button .free_icon{width:30px; display: inline-block;}
  .experience_txt button .free_icon img{width:100%;}

  /*서비스소개*/
  .sub_visual{position: relative;  padding: 0 30px;}
  .sub_visual_inner {
    width:100%; margin:100px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height:400px; /* 추가로 height도 필요할 수 있음 */
    background:#000;
    border-radius: 3rem;
  }

  .visual_sec{padding:130px 0 0; text-align: center;}
  .visual_sec h2{margin-bottom: 20px;}
  .sub_visual_con{display: none;}
  .sub_visual_con_m{display: block; height: 100%; background: url(../images/sub_visual_txt_m.png) no-repeat center center; background-size:90%; }

  .about_services{margin:80px 0 0; font-size: 1.8rem; padding:0 30px; }
  .about_services .tit{display: flex; align-items: end; justify-content: center;}
  .about_services .tit img{width:50%;}
  .about_services .info_txt{padding: 20px 0; text-align: center; font-size: 1.6rem;}

  .about_features{padding:80px 30px 80px; background: linear-gradient(to bottom, #fff, #E6F6F1);}
  .about_features h3{margin-bottom:60px; color:var(--main-color);}
  .about_features .container{}
  .about_features_item_wrap{}
  .about_features_items{display: flex; flex-direction: column; gap:10px; justify-content: space-between; margin-bottom: 10px;}
  .about_features_item{position: relative; display:flex; flex-direction: column; justify-content: space-between; width:100%; padding:100px 20px 20px; margin:0; border-radius: 1.4rem; color:#1a1a1a; border:1px solid #cfe7df; background:#fff;}
  .about_features_item .icon{position: absolute; left:30px; top:30px; display: flex; align-items: center; justify-content: center; width:50px; height:50px; border-radius: 1.4rem; background:#1a1a1a;}
  .about_features_item .icon img{width:70%;}
  .about_features_item .con_txt{text-align:left; font-size:1.6rem; line-height: 2.6rem;   font-weight:normal;}
  .about_features_item .con_txt .tit{font-weight: 600;}
  .about_features_item .con_txt .tit_txt{margin-top:6px; font-size: 1.4rem; line-height:2.1rem;}
  .about_features_item .con_txt .tit_txt br{display: none;}

  .about_effect{padding:80px 30px;}
  .about_effect_txt h3{margin-bottom:60px; color:var(--main-color);}
  .about_effect_items_wrap{}
  .about_effect_items{display: flex;  flex-wrap: wrap;  gap:10px; justify-content: center;}
  .about_effect_item{display: flex; flex-direction: column; gap:15px; align-items: center; width:47%; font-weight: 600; font-size: 1.6rem; text-align: center; justify-content:start; margin-bottom: 20px;}
  .about_effect_item .icon{width:100px; height: 100px; display: flex; align-items: center; justify-content: center; background: var(--main-light-color); border-radius: 90px; }
  .about_effect_item .icon span{display: block; width:50px; }
  .about_effect_item .icon img{width:100%;}

  /*faq*/
  .ac_area{padding:20px 0 150px;}

  /*공지사항*/
  .notice-wrapper{}
  .notice-item{padding: 15px 20px; border-radius: 10px;  margin-bottom: 4px;}
  .notice-wrapper p {cursor: pointer; font-size:1.8rem; font-weight: bold;}
  .notice-wrapper p:last-child{color:var(--gray700); font-weight: normal; font-size: 1.5rem;}
  .notice-view-date{font-size: 1.5rem;  margin-bottom: 5px;}
  .notice-view-title{cursor: pointer;  font-size: 2rem; font-weight: bold; margin-bottom: 5px;}
  .notice-view-footer button {font-size: 1.4rem;padding: 15px 15px;border-radius: 12px;background-color: #eeeeee;font-weight: bold;cursor: pointer;}

  .join{padding: 0 30px;}
  .join_header{width:100%; margin: 0 auto; text-align: center;}
  .join_header .logo{width:150px; padding: 50px 0 0;  margin: 0 auto; }
  .join_header_txt{font-size:1.3rem; padding:10px 0 30px;  font-weight: 800;}
  .join_inner{width:100%; margin: 0 auto; padding: 0 0 150px;}
  .join_name_box{display:block;} 
  .join_name_box .listbox_wrap {width: 100%;box-sizing: border-box; }
  .agree_tit_wrap{padding: 60px 0 0; font-size:1.1rem; text-align: left; padding:50px 0 20px;}
  .agree_tit_wrap br{display: none;}
  .chkbox_item {
      display: flex;
      gap: 10px;
      align-items: center;
      cursor: pointer;
      padding-right:1.5rem;
  }
  .chkbox_wrap.vertical li a span {    
      display: block;
      width:10px;
      height:12px;
      padding: 0 0 0 20px;
      background:url(../images/icon_arrow_dwn.svg)no-repeat center center;
      background-size: 80%;
      transform: translateY(-50%) rotate(-90deg);
      /* transition: 0.3s; */
      flex-shrink: 0;
  }
  .intro_ich_tb .tit{display: flex; justify-content: space-between; font-size:1.6rem; margin-top:10px; margin-bottom: 10px; }
  .login_guide_txt a{font-size: 1.6rem; color:#000; border-bottom: 1px solid #000;}
  .login_content_area{width:100%;}
  .login_content_area{display:flex; flex-wrap: wrap; justify-content: center; align-items: center; background: #fff; }
  .login_content_area .login_user_box{padding: 0 30px;}
  .login_logo_tit .tit_logo{width:150px;}

  /*푸터*/
  body > footer .footer-bottom {display: flex; flex-direction: column; margin-top: 0.5rem;}
 .family-site-menu li a { display: block; font-size: 1.4rem;  padding: 16px; text-decoration: none;}
 body > footer .slogan h2 {font-weight: 500; font-size:2rem; color: #b0b0b0; line-height: 100%; display: flex; align-items: center;}
 body > footer .contact-us h2{font-size:1.8rem;line-height: 100%;}
 body > footer .contact-us h3{font-size:1.8rem;line-height: 100%;}
 body > footer .contact-us p:last-child {font-size:1.4rem;line-height: 100%; margin-top: 10px;}
 body > footer p {font-size: 1.2rem;line-height: 100%;}

}


