
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: 1440px; margin: 0 auto;} */
h1 {
    font-size: 4.5rem;
}
h2 {
    font-size: 5rem;
    font-weight: 600;
}
h3 {
    font-size: 4rem;
    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 1440px로 제한 */
.container {
    max-width: 1440px;
    margin: 0 auto;
}
.notice_container {
    max-width: 1024px;
    margin: 0 auto;
}

main {
    padding: 0;
    margin: auto;
}
.only-mobile {
    display: none;
}

/* 헤더 영역 */
header {
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header {
    padding: 0 30px;
}
.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: 120px;
}
.header_inner .logo img {
    width: 100%;
}
.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: #fa9852;
}
.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: 8;
    color: #fff;
    padding: 0.5rem 0 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 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;
    width: 100%;
}
body > footer .footer-company-info-wrapper .family-site-menu-wrap .btn_family-site-menu {
    position: relative;
    font-size: 1.6rem;
    background-color: #4f4f4f;
    width: 100%;
    text-align: left;
    padding: 0.9rem 0 0.9rem 0.5rem;
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
}

body > footer .footer-company-info-wrapper .family-site-menu-wrap .btn_family-site-menu img.active {
    transform: translateY(-50%) rotate(-90deg);
}

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;
}

/* 햄버거 버튼 */
.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;
}
.btn_demo {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 14px 20px;
    color: #fabd52;
    border-radius: 3rem;
    background: #222;
}

/* 메인 네비게이션 */
.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;
    background: linear-gradient(to bottom, #fabd52, #fabd52);
    margin-bottom: 80px;
}
.main_visual_text {
    z-index: 2;
    color: #1a1a1a;
    padding: 100px 0;
}
.main_visual_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 800px;
}
.main_visual_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.main_visual_txt_wrap {
    width: 50%;
}
.main_visual_txt {
}
.main_visual_txt h1 {
    width: 500px;
}
.main_visual_txt h1 img {
    width: 100%;
}
.main_visual_img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.main_visual_img img {
    width: 100%;
    max-width: 600px;
}

.txt_gr {
    color: linear-gradient(98deg, #248cec 0%, #5d32fc 100%);
}
.main_visual_logo {
    width: 250px;
    margin-bottom: 10px;
}
.main_visual_logo img {
    width: 100%;
}
.main_visual_txt02 {
    font-size: 2rem;
    margin-top: 0;
    color: #fff;
}
.visual_sec {
    padding: 80px 0;
    text-align: center;
}
.main_visual_btn {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.main_visual_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 220px;
    padding: 10px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 5rem;
    background: #222;
}
.main_visual_btn button .icon {
    display: inline-block;
    width: 40px;
}
.main_visual_btn button .icon img {
    width: 100%;
}
.visual_main_txt {
    width: 450px;
    margin-bottom: 10px;
}
.visual_main_txt img {
    width: 100%;
}
.visual_text {
    font-size: 2rem;
    margin-bottom: 20px;
}

/*주요 적용 섹션*/
.application {
    padding: 180px 0 180px;
    background: url(../images/application_bg.png);
    background-size: cover;
}
.application_txt {
    text-align: center;
    margin-bottom: 60px;
}
.application h3 {
    margin-bottom: 20px;
}
.application p {
    font-size: 1.8rem;
}
.application_item_wrap {
    margin-top: 100px;
}
.application_items {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}
.application_item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    flex: 2;
}
.application_card {
    position: relative;
    width: calc((100% - 40px) / 3);
    padding: 50px 30px 10px;
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 3rem;
    margin-bottom: 60px;
    min-height: 240px;
}
.application_card .tit h4 {
    font-weight: bold;
    font-size: 2.2rem;
    margin: 10px 0 15px;
    text-align: center;
}
.application_card .tit h4 {
    font-weight: bold;
    font-size: 2.2rem;
    margin: 25px 0 0;
    text-align: center;
}
.application_card .icon_wrap {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.application_card .icon_wrap .icon_img {
    width: 100px;
}
.application_card .icon_wrap .icon_img img {
    width: 100%;
}
.application_card .list {
    font-size: 1.7rem;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
}
.application_card .list ul li {
    width: 100%;
    border-radius: 6px;
}

/*미션알람*/
.features {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffe66d, #ffee9e);
}
.features h3 {
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}
.features .container {
}
.ft_into {
    font-size: 1.8rem;
}
.features_case {
    display: flex;
    gap: 50px;
}
.features_box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.features_box_card {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: calc((100% - 48px) / 2);
    border-radius: 3rem;
    background: #fff;
}
.features_box_card .ft_img {
    width: 100px;
}
.features_box_card .ft_img img {
    width: 100%;
}
.features_box_card .ft_txt {
    text-align: center;
    margin-top: 10px;
}
.features_box_card .ft_txt .tit {
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 4px;
}
.features_txt {
    width: 50%;
}
.features_txt .ft_tit {
    font-size: 5rem;
    line-height: 5.5rem;
    margin: 10px 0;
    font-weight: bold;
}
.ft_into_container {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.ft_into_box_wrap {
    margin: 10px 0 0;
    width: 65%;
}
.ft_into_box_wrap .ft_into_box {
    max-width: 500px;
    border-radius: 1.5rem;
    background: #fff;
    margin: 10px 0;
    padding: 20px 20px;
}
.ft_into_box_wrap .ft_into_box .ft_into_txt {
    padding-left: 30px;
    background: url(../images/icon_ft_check.png) no-repeat left 3px;
    background-size: 24px;
}
.ft_into_box_wrap .ft_into_box .ft_into_txt .tit {
    font-size: 2rem;
    font-weight: bold;
}
.ft_bye_icon {
    width: 120px;
}
.ft_bye_icon img {
    width: 100%;
}

/*케어알람*/
.caps {
    padding: 100px 0;
    background: #333;
}
.caps .container {
}
.caps_case {
    display: flex;
    gap: 100px;
}
.caps_txt {
    width: 50%;
    color: #fff;
}
.caps_txt .caps_tit {
    font-size: 5rem;
    line-height: 6rem;
    margin: 10px 0;
    font-weight: bold;
}
.caps_info {
    font-size: 2rem;
}
.caps_txt .caps_into_box {
    margin: 10px 0 0;
}
.caps_txt .caps_into_box .caps_into_card {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #292929;
    max-width: 550px;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 1.5rem;
    background: #fff;
}
.caps_txt .caps_into_box .caps_into_card .caps_img {
    width: 80px;
}
.caps_txt .caps_into_box .caps_into_card .caps_img img {
    width: 100%;
}
.caps_txt .caps_into_box .caps_into_card .caps_into_txt {
}
.caps_txt .caps_into_box .caps_into_card .caps_into_txt .tit {
    font-size: 2rem;
    font-weight: bold;
}
.txt_yel {
    color: #ffe66d;
}
.caps_box {
    padding-top: 100px;
}
.caps_box_img {
    width: 100%;
}
.caps_box_img img {
    width: 100%;
}
.caps_bye_icon {
    width: 120px;
}
.caps_bye_icon img {
    width: 100%;
}

/*가격 플랜*/
.priceplan {
    padding: 100px 0;
    background: #fff;
}
.priceplan_tit {
    text-align: center;
    margin: 30px 0 100px;
}
.price_card_wrap {
    display: flex;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}
.plan {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    border: 2px solid #999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan_title {
    font-size: 22px;
    margin-bottom: 8px;
}

.plan_desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 24px;
}

.price {
    margin-bottom: 24px;
}

.price strong {
    font-size: 40px;
}

.price span {
    color: #777;
    margin-left: 4px;
}

.price.highlight strong {
    color: #ff8743;
}

.price_menu {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.price_menu li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 1.6rem;
    border-bottom: 1px solid #f1f1f1;
}

.price_menu li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fabd52;
}

.price_menu li.off {
    color: #aaa;
}

.price_menu li.off::before {
    content: "✕";
    color: #ccc;
}

.btn {
    width: 100%;
    height: 64px;
    border-radius: 1.4rem;
    border: none;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
}

.btn.gray {
    background: #f3f3f3;
}
.btn.gradient {
    background: #fabd52;
    color: #fff;
}
.plan.pro {
    border: 3px solid #fabd52;
}
.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
}
.badge img {
    width: 70px;
}

/*체험*/
.experience {
    height: 550px;
    margin: 0;
    background: url(../images/experience_bg.jpg) no-repeat center center;
    background-size: cover;
}
.experience .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    height: 100%;
    border-radius: 3rem;
}
.exp_txt_img {
    width: 500px;
}
.exp_txt_img img {
    width: 100%;
}
.experience_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    color: #fff;
}
.experience_txt p {
    font-size: 2rem;
    margin-bottom: 30px;
}
.ft_btn {
    display: flex;
    gap: 10px;
}
.ft_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 220px;
    padding: 10px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 5rem;
    background: #222;
}
.ft_btn button .icon {
    display: inline-block;
    width: 40px;
}
.ft_btn button .icon img {
    width: 100%;
}

/*서비스소개*/
.sub_visual {
    position: relative;
}
.sub_visual_inner {
    width: 100%;
    margin: 30px auto;
    max-width: 1440px;
    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;
}

/*faq*/
.faq-tabs {
    margin-top: 15px;
    margin-bottom: 100px;
}
.faq-tab-buttons {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.faq-tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 30px;
    margin-bottom: 6px;
    cursor: pointer;
    background: #f4f6f8;
    color: #76787e;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 2rem;
    border-radius: 30px;
}
.faq-tab-btn.active {
    font-weight: bold;
    color: var(--main-color);
}
.faq-tab-content {
    display: none;
}
.faq-tab-content.active {
    display: block;
}

.ac_area {
    padding: 0;
}
.accordion {
    width: 100%;
}
.accordion-item {
    padding: 0;
    text-align: left;
    margin-bottom: -1px;
    background: #fff;
    border-radius: 0.75rem;
}
.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e7eaf0;
    border-bottom: 1px solid #e7eaf0;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.2;
}
.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: 1.8rem;
    border-radius: 10px;
    background: #0a0a0a;
}
.accordion-header .arrow {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.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 {
    padding-left: 50px;
    padding-right: 40px;
    background: url(../images/icon_q.png) no-repeat left top;
    background-size: 40px;
}
.aco_con {
    padding-left: 50px;
    padding-right: 40px;
    background: url(../images/icon_a.png) no-repeat left top;
    background-size: 40px;
}
.accordion-content {
    display: none;
    padding: 15px 14px 15px;
    margin-top: -1px;
    text-align: left;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background: #f8f8f8;
    font-size: 1.8rem;
    line-height: 2.2;
}
.accordion-item .active {
    display: block;
}

/*공지사항*/
.notice-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.notice-page main {
  flex: 1;
  width: 1440px;
}

.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;
}

.notice_img_pc{display:block;}
.notice_img_m{display: none;}

.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;
}

/*팝업 데모*/
.pop_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 32px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    cursor: pointer;
    background: url(../images/icon_x.svg) no-repeat;
    background-size: 100%;
}
.pop_visual_logo {
    width: 160px;
    margin-bottom: 20px;
}
.pop_visual_logo img {
    width: 100%;
}
.pop_close {
    width: 25px;
}
.pop_close img {
    width: 100%;
}
.pop_card {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
}
.pop_card .step {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    color: #2563eb;
    background: #eaf0ff;
    border-radius: 999px;
    margin-bottom: 16px;
}
.pop_card h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    color: #111;
}
.pop_card .sub {
    margin-top: 8px;
    font-size: 1.8rem;
    color: #444;
}
.pop_card .img {
    margin: 0;
}
.pop_card .img img {
    width: 300px;
}
.pop_card .title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.pop_card .desc {
    padding: 20px 0;
    font-size: 1.6rem;
}
.pop_card .btn {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    background: #3b5cff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.pop_card .panel {
    margin: 50px auto;
    width: 100%;
    max-width: 700px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #e6eaf2;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.pop_card .left {
    flex: 1.5;
    padding: 48px 40px;
    background: #0b5cff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.pop_card .left .tip {
    font-size: 13px;
    opacity: 0.9;
}
.pop_card .left .title {
    margin-top: 12px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
}
.pop_card .left .desc {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}
.pop_card .right {
    flex: 2;
    padding: 30px;
    background: #fff;
}
.pop_card .field {
    margin-bottom: 18px;
    text-align: left;
}
.pop_card .field label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
.pop_card .field input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #dfe3eb;
    font-size: 15px;
}
.pop_card .btn {
    width: 200px;
    height: 52px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.pop_card .btn.primary {
    width: 100%;
    margin-top: 12px;
    background: linear-gradient(180deg, #2f6bff, #0b5cff);
    color: #fff;
}
.pop_card .btn.dark {
    width: 100%;
    margin-top: 12px;
    background: #000;
    color: #fff;
}

/*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);
}

body > footer .term-link li:last-child a {
    font-weight: bold;
    color: #58b8f3;
}

/* =========================반응형 스타일========================= */
@media (max-width: 1439px) {
    /* 헤로 섹션에서 이미지와 텍스트가 세로 배치 */
    .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;
    }
    .main_visual {
        padding: 0 30px;
    }
    .features {
        padding: 60px 30px;
    }
    .application {
        padding: 60px 30px;
    }
    .experience {
        padding: 60px 30px;
    }
    .caps {
        padding: 60px 30px;
    }
}

@media (min-width: 840px) and (max-width: 1024px) {
    /* 공통 폰트 사이즈 조정 */
    h1 {
        font-size: 3.5rem;
        line-height: 1.2;
    }
    h2 {
        font-size: 3.2rem;
    }
    h3 {
        font-size: 2.8rem;
    }

    .container {
        padding: 0 40px;
    }

    /* 헤더/네비게이션 */
    .main_menu {
        gap: 30px;
    } /* 메뉴 간격 축소 */
    .main_nav ul li a {
        font-size: 1.6rem;
    }
    .header_inner .logo a {
        width: 130px;
    }

    /* 비주얼 섹션 */
    .main_visual_con {
        flex-direction: column;
        justify-content: center;
        background-position: center bottom;
        background-size: 70%;
        text-align: center;
    }
    .main_visual_txt_wrap {
        text-align: center;
        margin: 0 auto;
    }
    .main_visual_btn {
        justify-content: center;
    }

    /* 푸터 */
    body > footer .slogan h2 {
        font-size: 2.5rem;
    }
    body > footer .footer-bottom {
        flex-wrap: wrap;
    }
    body > footer .footer-contents {
        flex: 100%;
        margin-bottom: 2rem;
    }
    body > footer .footer-company-info-wrapper {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 839px) {
    h1 {
        font-size: 3rem;
        line-height: 3.6rem;
    }
    h2 {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    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;
    }
    .only-pc {
        display: none;
    }
    .only-mobile {
        display: block;
    }

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

    /* 메인 네비게이션 모바일 */
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999 !important;
        background: #fff;
        border-bottom: 1px solid #eee;
        height: 70px;
    }
    .header {
        padding: 0;
    }
    .main_nav {
        display: none;
    }
    .hamburger {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 100;
    }
    .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: 60px 30px 20px;
        background: var(--main-color);
    }
    .mobile_logo {
        width: 150px;
    }
    .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: 20px;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        z-index: 50;
        background: #fa9852;
    }
    .btn_top img {
        width: 20px;
    }

    /* 비주얼 섹션 */
    .main_visual {
        min-height: 100svh;
        margin-bottom: 32px;
    }
    .main_visual_inner {
        min-height: 100svh;
        padding: 0 20px;
        justify-content: center;
    }
    .main_visual_con {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 80px;
        background-position: center 80%;
        background-size: 85%;
        text-align: center;
    }

    .main_visual_txt_wrap {
        order: 2;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .main_visual_logo {
        width: 180px;
        margin: 0 auto 12px;
    }
    .main_visual_txt h1 {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 12px;
    }
    .visual_main_txt {
        width: 100%;
        max-width: 240px;
        margin: 0 auto 8px;
        padding-top: 10px;
    }

    .main_visual_txt02 {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-top: 8px;
    }
    .visual_text {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .main_visual_btn {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
    }
    .main_visual_btn button {
        width: 100%;
        max-width: 280px;
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .main_visual_btn button .icon {
        width: 32px;
    }

    .main_visual_img {
        padding-top: 20px;
        width: 90%;
    }
    .main_visual_img img {
        max-width: 100%;
    }

    /*주요 적용 섹션*/
    .application {
        padding: 60px 30px;
        background-position: center top;
    }
    .application_txt {
        margin-bottom: 40px;
    }
    .application p {
        font-size: 1.6rem;
    }
    .application_item_wrap {
        margin-top: 60px;
    }
    .application_items {
        flex-direction: column;
        gap: 40px;
    }
    .application_item {
        flex: unset;
        gap: 16px;
    }
    .application_card {
        width: 100%;
        padding: 40px 20px 20px;
        margin-bottom: 40px;
        min-height: auto;
        border-radius: 2.4rem;
    }
    .application_card .icon_wrap {
        top: -40px;
    }
    .application_card .icon_wrap .icon_img {
        width: 72px;
    }
    .application_card .tit h4 {
        font-size: 1.8rem;
        margin-top: 20px;
    }
    .application_card .list {
        font-size: 1.5rem;
    }

    /*미션알람*/
    .features {
        padding: 60px 30px;
    }
    .features h3 {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }
    .features_case {
        flex-direction: column;
        gap: 40px;
    }
    .features_box {
        width: 100%;
        gap: 16px;
    }
    .features_box_card {
        width: calc((100% - 16px) / 2);
        padding: 20px;
    }
    .features_box_card .ft_img {
        width: 80px;
    }
    .features_box_card .ft_txt .tit {
        font-size: 1.6rem;
    }
    .features_txt {
        width: 100%;
    }
    .features_txt .ft_tit {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin: 20px 0;
        text-align: center;
    }
    .ft_into_container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .ft_into_box_wrap {
        width: 100%;
        margin-top: 20px;
    }
    .ft_into_box_wrap .ft_into_box {
        max-width: 100%;
        padding: 16px;
    }
    .ft_into {
        font-size: 1.5rem;
        text-align: center;
    }
    .ft_into_box_wrap .ft_into_box .ft_into_txt .tit {
        font-size: 1.6rem;
    }
    .ft_bye_icon {
        width: 100px;
        margin: 0 auto;
    }
    .features_txt {
        order: -1;
    }
    .features_box {
        order: 1;
    }

    /*케어알람*/
    .caps {
        padding: 60px 30px;
    }
    .caps_case {
        flex-direction: column;
        gap: 50px;
    }
    .caps_txt {
        width: 100%;
    }
    .caps_txt .caps_tit {
        font-size: 3.2rem;
        line-height: 3.8rem;
        text-align: center;
    }
    .caps_info {
        font-size: 1.6rem;
        text-align: center;
    }
    .caps_txt .caps_into_box {
        margin-top: 40px;
    }
    .caps_txt .caps_into_box .caps_into_card {
        max-width: 100%;
        padding: 14px 16px;
        gap: 16px;
    }
    .caps_txt .caps_into_box .caps_into_card .caps_img {
        width: 60px;
    }
    .caps_txt .caps_into_box .caps_into_card .caps_into_txt .tit {
        font-size: 1.6rem;
    }
    .caps_box {
        width: 100%;
        justify-content: center;
        padding-top: 0;
    }
    .caps_box_img {
        width: 100%;
    }
    .caps_box_img img {
        width: 100%;
    }
    .caps_bye_icon {
        width: 100px;
        margin: 0 auto;
    }

    /*가격 플랜*/
    .priceplan {
        padding: 60px 30px;
    }
    .priceplan_tit {
        margin: 20px 0 40px;
    }
    .price_card_wrap {
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }
    .plan {
        padding: 24px;
        border-radius: 20px;
    }
    .plan_title {
        font-size: 2rem;
    }
    .plan_desc {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .price strong {
        font-size: 3.2rem;
    }
    .price span {
        font-size: 1.4rem;
    }
    .price_menu li {
        font-size: 1.4rem;
        padding: 8px 0 8px 24px;
    }
    .btn {
        height: 56px;
        font-size: 1.6rem;
    }
    .badge {
        top: 16px;
        right: 16px;
    }
    .badge img {
        width: 56px;
    }
    .plan.pro {
        order: -1;
    }

    /*체험*/
    .experience {
        height: auto;
        padding: 60px 0;
    }
    .experience .container {
        flex-direction: column;
        padding: 40px 20px;
        border-radius: 2rem;
    }
    .exp_txt_img {
        width: 280px;
    }
    .experience_txt {
        gap: 16px;
    }
    .experience_txt p {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .ft_btn {
        flex-direction: column;
        gap: 12px;
    }
    .ft_btn button {
        width: 180px;
        max-width: 320px;
        font-size: 1.6rem;
        padding: 12px 0;
    }
    .ft_btn button .icon {
        width: 32px;
    }

    /*tab*/
    .faq-tabs {
        margin-top: 15px;
    }
    .faq-tab-buttons {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        margin-bottom: 10px;
    }
    .faq-tab-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 8px 14px;
        margin-bottom: 6px;
        cursor: pointer;
        background: #f4f6f8;
        color: #76787e;
        border: none;
        border-bottom: 2px solid transparent;
        font-size: 1.4rem;
        border-radius: 30px;
    }
    .faq-tab-btn.active {
        font-weight: bold;
        color: var(--main-color);
    }
    .faq-tab-content {
        display: none;
    }
    .faq-tab-content.active {
        display: block;
    }
    .visual_text p {
        padding-top: 20px;
        font-size: 1.6rem;
    }

    /*faq*/
    .ac_area {
        padding: 0;
    }
    .accordion {
        width: 100%;
    }
    .accordion-item {
        padding: 0;
        text-align: left;
        margin-bottom: -1px;
        background: #fff;
        border-radius: 0.75rem;
    }
    .accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #e7eaf0;
        border-bottom: 1px solid #e7eaf0;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .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 {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.2s ease-in-out;
    }
    .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 {
        padding-left: 30px;
        padding-right: 20px;
        background: url(../images/icon_q.png) no-repeat left top;
        background-size: 20px;
    }
    .aco_con {
        padding-left: 30px;
        padding-right: 20px;
        background: url(../images/icon_a.png) no-repeat left top;
        background-size: 20px;
    }
    .accordion-content {
        display: none;
        padding: 15px 14px 15px;
        margin-top: -1px;
        text-align: left;
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        background: #f8f8f8;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .accordion-item .active {
        display: block;
    }

    /*데모 팝업*/
    .pop_card h1 {
        margin: 0;
        font-size: 2.5rem;
        font-weight: 700;
        color: #111;
    }
    .pop_card .sub {
        margin-top: 8px;
        font-size: 1.6rem;
        color: #444;
    }
    .pop_card .title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .pop_card .panel {
        margin: 20px auto;
        width: 100%;
        max-width: 700px;
        border-radius: 28px;
        overflow: hidden;
        border: 1px solid #e6eaf2;
        display: flex;
        flex-direction: column;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    }
    .pop_card .left {
        flex: 1.5;
        padding: 20px 20px;
        background: #0b5cff;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
    }
    .pop_card .left .title {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.25;
    }
    .pop_card .left .title br {
        display: none;
    }
    .pop_card .desc {
        padding: 0;
        font-size: 1.6rem;
    }
    .pop_visual_logo {
        display: none;
    }
    .pop_card .left .desc {
        font-size: 12px;
        line-height: 1.6;
        opacity: 0.9;
    }
    .pop_card .left .tip {
        font-size: 12px;
        opacity: 0.9;
    }
    .pop_card .right {
        flex: 2;
        padding: 20px;
        background: #fff;
    }
    .pop_card .btn {
        margin-top: 30px;
        width: 200px;
        height: 52px;
        border-radius: 12px;
        border: none;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    /*공지사항*/
   .notice-page main {
  width: 100%;
    }
    .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;
    }
    .notice_img_pc{display: none;}
    .notice_img_m{display:block;}

    .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 h2 {
        padding: 1rem 0;
        font-weight: 600;
        font-size: 3.5rem;
        line-height: 100%;
        color: #b0b0b0;
    }
    body > footer .footer-bottom {
        display: flex;
        flex-direction: column;
        margin-top: 0.5rem;
        padding: 0 16px;
    }
    .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 p {
        font-size: 2rem;
        line-height: 4rem;
    }
    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%;
    }
    body > footer .footer-company-info-wrapper {
        border-left: none;
        padding: 1rem 0;
        flex: 3.5;
        color: #b0b0b0;
    }
    body > footer .slogan {
        border-bottom: none;
        padding: 2rem 16px;
        display: flex;
        justify-content: space-between;
        gap: 8px;
    }
    body > footer .term-link {
        border-bottom: 1px solid #4f4f4f;
        border-top: 1px solid #4f4f4f;
        display: flex;
        justify-content: space-around;
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .contact-us {
        padding: 0 0;
    }
}
