#container {
    width: 100%;
    margin: 0 auto;
}

:root {
    --pr: #5E35B1;
    --wh: #fff;
    --p80: 80px 0;
    --line: #E0CBFB;
    --width: 1080px;
    --f18: 18px;
    --lh28: 28px;
}

.ccolor_pk {
    color: #EC4899;
}

.point2 {
    font-weight: 700;
    color: var(--pr);
}

.fwb600 {
    font-weight: 600;
}

.wbk {
    word-break: keep-all;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left !important;
}

.contents .conts {
    max-width: var(--width);
    margin: 0 auto;
    width: 100%;
}

.t38 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.76px;
}

.t38 .point {
    background: linear-gradient(180deg, #5E35B1 0%, #EC4899 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.t32 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.64px;
}

.t24 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.48px;
    text-align: center;
}

.t26 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.52px;
}

.text {
    font-size: var(--f18);
    font-weight: 400;
    line-height: var(--lh28)
}

.text.lh24 {
    line-height: 24px;
}

.text.lh30 {
    line-height: 30px;
}

.category {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.visual {
    height: 700px;
    background: url("../images/main/visual.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual .visual_txt {
    max-width: var(--width);
    width: 100%;
}

.visual .visual_txt .logo {
    margin-bottom: 20px;
}

.visual .visual_txt .logo img {
    width: 360px;
}

.visual .visual_txt .sub_t {
    color: var(--wh);
    font-family: "IBM Plex Sans";
    font-size: 44px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: -2.2px;
}

.visual .visual_txt .big_t {
    background: linear-gradient(180deg, #D1BBFF 0%, #FEA2CF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "IBM Plex Sans";
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -6.4px;
}

.visual .visual_txt .small_t {
    color: var(--wh);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.48px;
    position: relative;
    padding-top: 18px;
    margin-top: 51px;
}

.visual .visual_txt .small_t br {
    display: none;
}

.visual .visual_txt .small_t::before {
    position: absolute;
    content: '';
    width: 48px;
    height: 1px;
    background: var(--wh);
    top: 0;
    left: 0;
}

.cont1 {
    padding: 100px 0;
    background: #F1F1FD;
}

.cont1 .t38 {
    margin-bottom: 24px;
}

.cont1 .text {
    text-align: center;
    color: #444
}

.cont1_flex {
    display: flex;
    gap: 28px;
    align-items: stretch;
    margin-top: 48px;
}

.cont1_flex .cont1_box {
    flex: 1;
    border-radius: 24px;
    padding: 40px 28px;
    position: relative;
    box-shadow: -2px -2px 4px 0 rgba(39, 26, 57, 0.05) inset, 2px 2px 4px 0 rgba(255, 255, 255, 0.05) inset;
}

.cont1_flex .cont1_box::before {
    content: '';
    border-radius: 24px;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.cont1_flex .cont1_box img,
.cont1_flex .cont1_box>div {
    position: relative;
    z-index: 3;
}

.cont1_flex .cont1_box::after {
    content: '';
    border-radius: 24px;
    z-index: 1;
    opacity: 0.3;
    filter: blur(8px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.cont1_flex .cont1_box.ccolor1::after {
    background: linear-gradient(180deg, #5E35B1 0%, #7E57C2 100%);
}

.cont1_flex .cont1_box.ccolor2::after {
    background: linear-gradient(180deg, #EC4899 0%, #F472B6 100%);
}

.cont1_flex .cont1_box.ccolor3::after {
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
}

.cont1_flex .cont1_box img {
    width: 80px;
    margin: 0 auto 36px auto;
    display: block;
    border-radius: 999px;
}

.cont1_flex .cont1_box.ccolor1 img {
    box-shadow: 0 10px 15px -3px #E9D4FF, 0 4px 6px -4px #E9D4FF;
}

.cont1_flex .cont1_box.ccolor2 img {
    box-shadow: 0 10px 15px -3px #FCCEE8, 0 4px 6px -4px #FCCEE8;
}

.cont1_flex .cont1_box.ccolor3 img {
    box-shadow: 0 10px 15px -3px #C6D2FF, 0 4px 6px -4px #C6D2FF;
}

.cont2 {
    padding: 100px 0;
}

.cont2 .conts {

    position: relative;
    display: flex;
    padding: 48px 56px;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    border: 0.5px solid var(--line);
    background: var(--wh);
    box-shadow: -2px -2px 10px 0 rgba(39, 26, 57, 0.03) inset, 2px 2px 4px 0 rgba(255, 255, 255, 0.05) inset;
}

.cont2 .conts::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 24px;
    opacity: 0.3;
    background: linear-gradient(180deg, #5E35B1 0%, #7E57C2 100%);
    filter: blur(8px);
}


.cont2 .t32 {
    margin-bottom: 16px;
}

.cont2_flex {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.cont2_box {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 60px;
    padding: 0 16px;
    border-radius: 10px;
    background: #FAF5FF;
    width: fit-content;
}

.cont2 .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.cont2_box2 {
    padding: 24px 40px;
    background: var(--pr);
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.cont2_box2 .category {
    color: var(--wh);
    margin-bottom: 10px;
}

.cont2_box2 .t26 {
    text-align: center;
    color: var(--wh);
}

.cont3 {
    padding: var(--p80);
}

.cont3_box {
    position: relative;
    margin-top: 40px;
}

.cont3_box .text {
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    border: 0.5px solid var(--line);
    background: var(--wh);
    position: relative;
    z-index: 1;
}

.cont3_box::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    border-radius: 22px;
    opacity: 0.3;
    background: linear-gradient(180deg, #5E35B1 0%, #7E57C2 100%);
    filter: blur(8px);
    width: 100%;
    height: 100%;
}

.cont3_box2 {
    position: relative;
    margin-top: 40px;
    padding-left: 1px;
}

.cont3_box2 small {
    font-size: 14px;
    line-height: 20px;
}


.cont3 table {
    border-radius: 20px;
    border: 1px solid #E2E5F0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    margin-top: 40px;
}

.cont3 table thead {
    background: #F1F2F9;
    height: 60px;
    border-bottom: 1px solid #E2E5F0
}

.cont3 table thead tr th {
    text-align: center;
    font-size: var(--f18);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.cont3 table .lines {
    border-right: 1px solid #E2E5F0
}

.cont3 table .lines2 {
    border-bottom: 1px solid #E2E5F0
}

.cont3 table tbody tr {
    height: 60px;
}

.cont3 table tbody tr td {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding: 8px 16px;
}

.cont3 table tbody tr>:nth-child(1) {
    color: var(--wh);
    font-weight: 700;
}

.cont3 table tbody .bg {
    background: #A67CD0;
}

.cont3 table tbody .bg2 {
    background: #7162D3;
}

.cont3_box2 {
    position: relative;
    margin-top: 40px;
}

.cont3_box2 .category {
    text-align: left;
    padding: 20px 24px;
    border-radius: 20px;
    border-top: 0.9px solid var(--line);
    background: #FDFBFE;
    position: relative;
    z-index: 1;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    margin-left: 1px;
}

.cont3_box2::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    border-radius: 20px;
    border: 1px solid var(--line);
    /* background: var(--wh); */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
}

/* cont4 */
.cont4 {
    padding: 80px 0 0 0;
    background: #F1F1FD;
    position: relative;
}

.cont4 .t38 {
    margin-bottom: 24px;
}

.cont4 .category {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #5E35B1;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin-bottom: 4px;
}

.cont4 .detail {
    color: #444;
    font-size: var(--f18);
    line-height: var(--lh28);
    letter-spacing: -0.36px;
}

/* 팝업 열릴 때 뒷배경 스크롤 방지 */
body:has(#tab1:checked, #tab2:checked, #tab3:checked, #tab4:checked, #tab5:checked, #tab7:checked, #tab8:checked, input[name="sub6"]:checked) {
    overflow: hidden;
}

.tabs {
    max-width: var(--width);
    margin: 48px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
    width: 100%;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 111px;
    padding: 24px 28px;
    background: #fff;
    border: 0.5px solid rgba(224, 203, 251, 0.60);
    border-radius: 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: var(--f18);
    color: #222;
    letter-spacing: -0.36px;
    transition: all .3s ease;
    box-sizing: border-box;
    line-height: 155.55%;
    position: relative;
}

.tab-btn p {
    color: var(--444444, #444);
    margin-top: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.tab-btn .tb {
    width: 213px;
}

label[for="tab8"] .new {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 0;
    transform: translateY(-50%);
    width: 52px;
    height: 24px;
    text-align: center;
    border-radius: 999px;
    background: #FB2C36;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    z-index: 2;
}

.tab-accordion {
    position: relative;
    z-index: 1;
    height: 111px;
}

.tab-accordion .tab-btn .tb .util {
    display: flex;
    justify-content: space-between;
}

.tabs:has(.accordion-item.on) label[for="tab8"] .new {
    display: none;
}

.accordion-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    border: 0.5px solid rgba(224, 203, 251, 0.60);
    border-radius: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.accordion-item.on {
    z-index: 100;
    border: 1px solid var(--pr);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.accordion-item .tab-btn {
    height: 111px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}



.sub-menu {
    display: none;
    list-style: none;
    padding: 0 28px 32px 28px;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
}

.sub-menu li label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    margin-top: 8px;
    padding: 0 16px 0 32px;
    border-radius: 14px;
}

.sub-menu> :nth-child(1) label {
    position: relative;
}

.sub-menu> :nth-child(1) label::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -8px;
    width: 100%;
    height: 0.67px;
    background: #222;
}

.sub-menu li label::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--pr);
    border-radius: 999%;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.sub-menu li label:hover {
    background: var(--pr);
    color: #fff;
}

.sub-menu li label:hover::after,
.sub-menu li label:hover span {
    background: #fff;
}

.sub-menu> :nth-child(1) {
    position: relative;
}

.sub-menu> :nth-child(1)::before {
    display: none;
}


#tab1:checked~.tabs label[for="tab1"],
#tab2:checked~.tabs label[for="tab2"],
#tab3:checked~.tabs label[for="tab3"],
#tab4:checked~.tabs label[for="tab4"],
#tab5:checked~.tabs label[for="tab5"],
#tab6:checked~.tabs label[for="tab6"],
#tab7:checked~.tabs label[for="tab7"],
#tab8:checked~.tabs label[for="tab8"] {
    border-color: transparent;
}

#tab1:checked~.page-content #page1,
#tab2:checked~.page-content #page2,
#tab3:checked~.page-content #page3,
#tab4:checked~.page-content #page4,
#tab5:checked~.page-content #page5,
#tab7:checked~.page-content #page7,
#tab8:checked~.page-content #page8,
#sub6-1:checked~.page-content #page6-2,
#sub6-2:checked~.page-content #page6-3,
#sub6-3:checked~.page-content #page6-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice {
    max-width: var(--width);
    padding-bottom: 80px;
    height: 68px;
    margin: 0 auto;
    font-weight: 400;
    padding: 24px;
    color: #444;
    border-radius: 12px;
    border: 1px solid var(--line, #E0CBFB);
    line-height: 20px;
    letter-spacing: -0.32px;
}

.page {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    margin: 0;
}

.cont_wrap {
    width: 100%;
    max-width: 1080px;
    max-height: 85vh;
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.box_head {
    padding: 24px 32px;
    align-items: center;
    align-self: stretch;
    position: relative;
    border: 1px solid #E0CBFB;
    background: #FFF;
    border-radius: 24px 24px 0 0;
}

.box_head .close {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
}

.box_head .t24 {
    text-align: left;
    margin-bottom: 4px;
}

.box_head .t24 span {
    color: var(--pr)
}

.box_head .category2 {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-align: left;
}

.cont_wrap .box_wrap {
    border-radius: 0 0 24px 24px;
    border: 1px solid #E0CBFB;
    background: #F1F1FD;
    border-top: none;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;

    /* 팝업 스크롤 설정 */
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    flex: 1;
}

.cont_wrap .box_wrap::-webkit-scrollbar {
    width: 8px;
}

.cont_wrap .box_wrap::-webkit-scrollbar-track {
    background: transparent;
    margin-bottom: 24px;
    margin-top: 8px;
}

.cont_wrap .box_wrap::-webkit-scrollbar-thumb {
    background: #E0CBFB;
    border-radius: 10px;
    border: 2px solid #F1F1FD;
}

.cont_wrap .box_wrap::-webkit-scrollbar-thumb:hover {
    background: #5E35B1;
}

.cont_wrap .box_wrap .box {
    display: flex;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(224, 203, 251, 0.50);
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    gap: 28px;
    align-items: stretch;
}

.cont_wrap .box_wrap .box .img_box {
    width: 224px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDD;
    overflow: hidden;
}

.cont_wrap .box_wrap .txt_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 8px 0;
}

.cont_wrap .box_wrap .category_flex {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cont_wrap .box_wrap .category_flex .category_box {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.28px;
    padding: 6px 10px;
    width: fit-content;
    border-radius: 6px;
    border: 0.667px solid #FAF5FF;
    background: #FAF5FF;
    color: var(--pr);
    white-space: nowrap;
}

.cont_wrap .box_wrap .t22 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.44px;
}

.cont_wrap .box_wrap .detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cont_wrap .box_wrap .detail .flexs {
    display: flex;
    gap: 24px;
}

.cont_wrap .box_wrap .detail .flexs> :nth-child(1) {
    width: 280px;
}

.cont_wrap .box_wrap .detail .flexs> :nth-child(1).long {
    width: 300px;
}

.cont_wrap .box_wrap .detail .t16 {
    display: flex;
    gap: 10px;
}

.cont_wrap .box_wrap .t16 {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.cont_wrap .box_wrap .t16 .cl {
    white-space: nowrap;
    color: var(--pr);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.cont_wrap .box_wrap .btn_wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
}

.cont_wrap .box_wrap .btn_wrap [class*="btn"] {
    height: 48px !important;
    border-radius: 10px;
    width: 160px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_wrap .box_wrap .btn_wrap .btn1 {
    background: #5E35B1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #fff;
}

.cont_wrap .box_wrap .btn_wrap .btn2 {
    background: #fff;
    border: 1px solid #E0CBFB;
}

.cont_wrap .box_wrap .btn_wrap .btn2.none {
    border: none;
}

/* cont5 */
.cont5 {
    width: 100%;
    padding: 80px 0;
    background: var(--bg1, #F1F1FD);
    position: relative;
    z-index: -2;
}

.cont5 .conts {
    display: flex;
    padding: 48px;
    justify-content: center;
    align-items: center;
    gap: 36px;
    border-radius: 24px;
    background: var(--wh);
    margin: 0 auto;
    position: relative;
}

.cont5 .conts::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    opacity: 0.3;
    background: linear-gradient(180deg, #6366F1 0%, #818CF8 100%);
    filter: blur(8px);
}

.cont5 .conts .ib img {
    width: 119px;
    height: 73px;
    flex-shrink: 0;
    aspect-ratio: 18/13;
}

.cont5 .conts .tb .tit {
    color: var(--primary, #5E35B1);
    font-family: "IBM Plex Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.56px;
}

.cont5 .conts .tb .tit span {
    background: linear-gradient(180deg, #5E35B1 0%, #EC4899 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    letter-spacing: -0.72px;
}

.cont5 .conts .tb p {
    color: var(--primary, #5E35B1);
    font-size: var(--f18);
    font-weight: 400;
    line-height: var(--lh28);
    letter-spacing: -0.36px;
    margin-top: 24px;
}

/* cont6 */
.cont6 {
    width: 100%;
    height: 440px;
    background: #5E35B1;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.cont6 .bg svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cont6 .bg svg path {
    fill: #6e49b9 !important;
}

.cont6 .contWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    width: 1080px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.cont6 .contWrap .tit {
    color: var(--wh);
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.96px;
}

.cont6 .contWrap .txt {
    color: var(--wh);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.cont6 .contWrap a {
    display: block;
    width: 234px;
    height: 28px;
    display: flex;
    padding: 18px 40px;
    align-items: center;
    gap: 12px;
    text-align: center;
    border-radius: 22369600px;
    background: var(--FFFFFF, #FFF);
    box-shadow: 0 0 12px -3px rgba(255, 255, 255, 0.60);
    color: #5E35B1;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
}

/* footer */
#footer {
    width: 100%;
    overflow: hidden;
}

.sns {
    width: 100%;
    border-top: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
}

.sns ul {
    display: flex;
    max-width: var(--width);
    height: 106px;
    margin: 0 auto;
    padding: 16px 0;
    justify-content: space-between;
    align-items: center;
}

.footIn .down {
    display: flex;
    max-width: var(--width);
    margin: 0 auto;
    height: 169px;
    justify-content: start;
    align-items: center;
    gap: 60px;
    padding: 60px 0;
    box-sizing: border-box;
}

.footIn .down .copy {
    color: #222;
    font-size: var(--f18);
    font-weight: 700;
    line-height: var(--lh28);
    letter-spacing: -0.36px
}

.footIn .down .copy p {
    font-weight: 400;
}

.footIn .down a {
    display: block;
}

/* ===================================================
   반응형 (Media Queries)
=================================================== */

@media all and (max-width:1160px) {
    :root {
        --width: calc(100% - 80px);
    }

    .cont_wrap {
        width: calc(100% - 80px);
    }


    .contents .conts,
    .visual .visual_txt,
    .tabs,
    .notice,
    .sns ul,
    .footIn .down {
        margin-left: 40px;
        margin-right: 40px;
        box-sizing: border-box;
    }
}

@media all and (max-width:1140px) {
    .cont_wrap .box_wrap .detail .flexs {
        flex-direction: column;
        gap: 12px;
    }


    .cont_wrap .box_wrap .btn_wrap {
        justify-content: start;
        margin-top: 28px;
    }
}

@media all and (max-width:1024px) {
    :root {
        --f18: 17px;
        --lh28: 26px;
    }

    .visual .visual_txt .sub_t {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 6px;
    }

    .visual .visual_txt .big_t {
        font-size: 60px;
        line-height: 60px;
        word-break: keep-all;
    }

    .cont1_flex {
        margin-top: 40px;
    }

    .cont1_flex .cont1_box {
        padding: 36px 24px;
    }

    .cont1_flex .cont1_box img {
        margin-bottom: 24px;
    }

    .cont1_flex .cont1_box .t24 {
        font-size: 20px;
        line-height: 30px;
        word-break: keep-all;
    }


    .cont2_box {
        height: 40px;
        padding: 0 8px;
    }

    .cont2_box2 {
        padding: 24px 32px;
        box-sizing: border-box;
        width: fit-content;
    }

    .cont2_flex {
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .cont2_box2 .t26 {
        font-size: 20px;
        line-height: 30px;
        word-break: keep-all;
    }

    .cont2_box2 .t26 br {
        display: none;
    }

    .cont2 .conts {
        flex-wrap: wrap;
        gap: 24px;
        padding: 36px;
    }

    .cont3_box .text,
    .cont4 .detail {
        word-break: keep-all;
    }

    .cont3_box .text br {
        display: none;
    }

    .cont5 .conts {
        padding: 36px;
    }

    .cont5 .conts .tb .tit {
        font-size: 24px;
        line-height: 36px;
    }

    .cont5 .conts .tb .tit span {
        font-size: 32px;
        display: block;
    }

    .cont5 .conts .tb p {
        margin-top: 12px;
    }

    .cont6 {
        height: fit-content;
        padding: 48px 32px;
        box-sizing: border-box;
    }

    .cont6 .contWrap .tit {
        font-size: 36px;
        line-height: 48px;
    }

    .cont6 .contWrap {
        position: relative;
        z-index: 10;
        left: auto;
        top: auto;
        gap: 24px;
        width: 100%;
        transform: none;
    }

    .cont6 .contWrap .txt br {
        display: none;
    }

    .cont6 .contWrap .txt {
        font-size: 18px;
        line-height: 28px;
        word-break: keep-all;
    }

    .cont6 .contWrap a {
        width: fit-content;
    }

    .t24 {
        font-size: 22px;
        line-height: 32px;
    }

    .cont_wrap .box_wrap .t22 {
        font-size: 20px;
        line-height: 30px;
    }

    .cont_wrap .box_wrap .box {
        flex-wrap: wrap;
        gap: 24px;
    }

    .cont_wrap .box_wrap .box .img_box {
        width: 100%;
    }

    .cont_wrap .box_wrap .box .img_box img {
        width: 200px;
        height: 160px;
        object-fit: cover;
    }

    .cont_wrap .box_wrap .txt_wrap {
        margin: 0;
        gap: 8px;
    }

    .tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .tab-btn .tb {
        width: 100%;
    }

    /* 1024px 이하 텍스트 넘침 방지 해제 (밑에서 완벽히 통제) */
    .cont_wrap .box_wrap .detail .flexs>:nth-child(1) {
        width: auto !important;
    }

    .sns ul {
        gap: 24px;
    }

    .sns ul li {
        flex: 1;
        text-align: center;
    }
}


@media all and (max-width:767px) {
    :root {
        --width: calc(100% - 48px);
    }

    .cont_wrap {
        width: 100%;
    }

    .cont1,
    .cont2,
    .cont3,
    .cont5 {
        padding: 60px 0;
    }

    .cont4 {
        padding-top: 60px;
    }

    .contents .conts,
    .visual .visual_txt,
    .tabs,
    .notice,
    .sns ul,
    .footIn .down {
        margin-left: 24px;
        margin-right: 24px;
    }

    .visual .visual_txt .logo img {
        width: 240px;
    }

    .visual .visual_txt .sub_t {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .visual .visual_txt .big_t {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0;
    }

    .visual .visual_txt .small_t {
        font-size: 18px;
        line-height: 28px;
        padding-top: 8px;
        margin-top: 24px;
    }

    .visual .visual_txt .small_t br {
        display: block;
    }

    .cont1_flex {
        gap: 20px;
    }

    .cont1_flex .cont1_box .t24 {
        font-size: 18px;
        line-height: 28px;
    }

    .cont1_flex {
        margin-top: 24px;
    }

    .t38 {
        font-size: 32px;
        line-height: 42px;
    }

    .t32,
    .cont6 .contWrap .tit {
        font-size: 28px;
        line-height: 36px;
    }

    .t26 {
        font-size: 24px;
        line-height: 36px;
    }

    .box_head {
        padding: 20px 5px 20px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cont1 .t38 .point,
    .cont4 .t38 .point {
        display: block;
    }

    .page .t24 {
        word-break: keep-all;
        margin-bottom: 0;
    }

    .box_head .close {
        width: 48px;
        position: static;
        transform: none;
        flex-shrink: 0;

    }

    .box_head .category2 {
        word-break: keep-all;
        display: none;
    }

    .cont_wrap .box_wrap .btn_wrap .btn2.none {
        display: none;
    }

    .cont2 .conts {
        padding: 36px 24px;
    }

    .cont2 .text br {
        display: none;
    }

    .cont3_box {
        margin-top: 24px;
    }

    .cont5 .conts {
        flex-direction: column;
        padding: 24px;
        gap: 16px;
    }

    .cont5 .conts .tb .tit {
        font-size: 20px;
        line-height: 26px;
    }

    .cont5 .conts .tb .tit span {
        font-size: 26px;
        line-height: 32px;
        word-break: keep-all;
    }

    .cont6 .contWrap a {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .notice br {
        display: none;
    }

    .tabs {
        gap: 8px;
        margin: 24px auto;
    }

    .tab-btn {
        padding: 16px 24px;
    }

    .tab-btn p {
        line-height: 18px;
        font-size: 14px;
    }

    #tab1:checked~.page-content #page1,
    #tab2:checked~.page-content #page2,
    #tab3:checked~.page-content #page3,
    #tab4:checked~.page-content #page4,
    #tab5:checked~.page-content #page5,
    #tab7:checked~.page-content #page7,
    #tab8:checked~.page-content #page8,
    #sub6-1:checked~.page-content #page6-2,
    #sub6-2:checked~.page-content #page6-3,
    #sub6-3:checked~.page-content #page6-1 {
        align-items: flex-end;
    }

    .cont_wrap {
        height: 90vh;
        max-height: 90vh;
        margin: 0;
        animation: slideUpPopup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .cont_wrap .box_wrap {
        padding: 20px 16px 100px 16px;
        border-radius: 0;
    }

    @keyframes slideUpPopup {
        0% {
            transform: translateY(100%);
            opacity: 0.5;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .cont_wrap .box_wrap .box {
        flex-direction: column;
        padding: 16px 16px 24px 16px;
        gap: 22px;
    }

    .cont_wrap .box_wrap .box .img_box {
        width: 100%;
        height: auto;
    }

    .cont_wrap .box_wrap .txt_wrap {
        margin: 0;
    }


    .cont_wrap .box_wrap .txt_wrap,
    .cont_wrap .box_wrap .t22,
    .cont_wrap .box_wrap .t16 {
        width: 100%;
        min-width: 0;
        word-break: break-all !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }

    /* 플렉스 파괴: 아이폰에서 가로로 억지로 묶이려는 성질 제거 */
    .cont_wrap .box_wrap .detail .flexs {
        flex-direction: column;
        gap: 8px;
    }

    .cont_wrap .box_wrap .detail .t16 {
        display: block !important;
        line-height: 1.5;
    }

    .cont_wrap .box_wrap .t16 .cl {
        display: inline-block;
        margin-right: 6px;
    }

    /* width 280px 등의 고정 너비 해제 */
    .cont_wrap .box_wrap .detail .flexs> :nth-child(1),
    .cont_wrap .box_wrap .detail .flexs> :nth-child(1).long {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 모바일 버튼 나란히 배치 */
    .cont_wrap .box_wrap .btn_wrap {
        width: 100%;
        flex-direction: row;
        margin-top: 8px;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }



    .cont3_box .text {
        line-height: 26px;
    }

    .notice {
        height: fit-content;
        word-break: keep-all;
        line-height: 24px;
    }

    .sns ul {
        height: 80px;
        padding: 8px 0;
        gap: 12px;
    }

    .footIn .down .copy,
    .footIn .down .copy p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media all and (max-width:640px) {

    .cont1_flex {
        flex-direction: column;
    }

    .cont1_flex .cont1_box {
        display: flex;
        justify-content: center;
        gap: 24px;
        align-items: center;
    }

    .cont1_flex .cont1_box .t24 {
        width: 174px;
        text-align: left;
    }

    .cont1_flex .cont1_box .text {
        text-align: left;
    }

    .cont1_flex .cont1_box img {
        margin: 0;
    }

    .flogo {
        width: 170px;
    }

    .footIn .down {
        flex-direction: column;
        gap: 24px;
        height: fit-content;
        align-items: start;
    }
}

@media all and (max-width:540px) {
    .tabs {
        grid-template-columns: 1fr;
    }

    .cont2_box2 {
        width: 100%;
    }

    .cont3 table {
        border-radius: 16px;
    }

    .cont3 table tbody tr td,
    .cont3 table thead tr th {
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }

    .cont3 table tbody tr>:nth-child(1) {
        padding: 4px 8px;
    }



    .t38,
    .t32 {
        word-break: keep-all;
    }

    .cont_wrap .box_wrap .box .img_box img {
        max-width: 100%;
        height: auto;
    }
}