@import url("../../css/reset.css");
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css");

@font-face {
    font-family: 'Pretendard';
    src: url(../../../../common/font/Pretendard-Light.woff);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url(../../../../common/font/Pretendard-Regular.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(../../../../common/font/Pretendard-Medium.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(../../../../common/font/Pretendard-SemiBold.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(../../../../common/font/Pretendard-Bold.woff);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(../../../../common/font/Pretendard-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
    font-family: 'Pretendard', sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #000;
    font-variant-numeric: tabular-nums;
}

.blind {
    overflow: hidden !important;
    border: 0 !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.nobr {
    white-space: nowrap;
}

/* ---------------------------------- header ---------------------------------- */

.header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    align-items: center;
    z-index: 999;
    padding: 0 100px;
    backdrop-filter: blur(30px);
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
    background-color: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-group .logo-taxwatch,
.logo-group .logo-douzone,
.section09 .brand .logo-taxwatch,
.section09 .brand .logo-douzone {
    display: block;
    height: 16px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-group .logo-taxwatch,
.section09 .brand .logo-taxwatch {
    width: 127px;
    background-image: url(../images/logo-taxwatch.png);
}

.logo-group .logo-douzone,
.section09 .brand .logo-douzone {
    width: 112px;
    background-image: url(../images/logo-douzone.png);
}

.logo-divider {
    display: block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
}

/* ---------------------------------- 공통 ---------------------------------- */

.section-title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1;
}

.btn-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 326px;
    height: 62px;
    border-radius: 12px;
    background-image: linear-gradient(90deg, #bcc4d6 0%, #438aef 100%);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.42px;
    color: #000;
    text-decoration: none;
    transition: background-image 0.3s;
    box-sizing: border-box;
}

.btn-apply:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #bcc4d6 0%, #438aef 100%);
    color: #000;
}

.btn-apply svg {
    flex-shrink: 0;
}

/* ---------------------------------- 01 메인 ---------------------------------- */

.section01 {
    position: relative;
    height: 680px;
    overflow: hidden;
    background-color: #0c1220;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/hero_bg.webp);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.section01 .hero-video,
.section01 .hero-video::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section01 .hero-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section01 .hero-video .video-mo {
    display: none;
}

.section01 .hero-video::after {
    content: '';
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section01 .hero-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 191px;
}

.section01 .title {
    margin: 0;
    line-height: 1;
}

.section01 .title .year {
    display: block;
    font-size: 78px;
    font-weight: 600;
    color: #fff;
}

.section01 .title .main {
    display: block;
    margin-top: 3px;
    font-size: 86px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #fff 0%, #fff 12%, #fcdcb8 30%, #ffddb7 45%, #5893e8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.section01 .subtitle {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.9);
}

.section01 .btn-apply {
    margin-top: 52px;
}

/* ---------------------------------- 02 행사 개요 ---------------------------------- */

.section02 {
    background-color: #11192e;
    padding: 48px 0;
}

.overview-row {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    gap: 32px;
}

.overview-row li {
    flex: 1;
    padding: 8px 0 8px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}

.overview-row li:first-child {
    border-left: none;
    padding-left: 0;
}

.overview-row .tile-head {
    display: flex;
    align-items: center;
    gap: 6px;
}

.overview-row .tile-head svg {
    flex-shrink: 0;
}

.overview-row .tile-head span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
    color: #4f90ff;
}

.overview-row li p {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 300;
    line-height: 25.5px;
    letter-spacing: -0.4px;
    color: #fff;
}

/* ---------------------------------- 03 커리큘럼 ---------------------------------- */

.section03 {
    background-color: #070b14;
    padding: 112px 0;
}

.section03 .section-title {
    color: #fff;
    margin-bottom: 60px;
}

.session-block {
    margin-bottom: 80px;
}

.session-block:last-child {
    margin-bottom: 0;
}

.session-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.session-tit h3 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.68px;
    line-height: 47.6px;
    color: #fff;
}

.session-tit h3 .num {
    font-weight: 600;
    background-image: linear-gradient(96deg, #bcc4d6 0%, #438aef 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
}

.session-tit .desc {
    margin-top: 12px;
    font-size: 21px;
    font-weight: 300;
    line-height: 31.5px;
    letter-spacing: -0.42px;
    color: #aeb8cc;
}

.date-chip {
    flex-shrink: 0;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #1f295d;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.24px;
    line-height: 33.6px;
    color: #4f90ff;
}

/* 연사 카드: 이름/직함 텍스트가 포함된 완성형 이미지 (wide 1200x340, half 580x500) */
.session-card {
    border-radius: 16px;
    overflow: hidden;
    background-color: #0c1220;
}

.session-card img {
    display: block;
    width: 100%;
    height: auto;
}

.session-card.wide {
    aspect-ratio: 1200 / 340;
}

.session-cards {
    display: flex;
    gap: 40px;
}

.session-card.half {
    flex: 1;
    aspect-ratio: 580 / 500;
}

/* ---------------------------------- 04 갤러리 ---------------------------------- */

.section04 {
    background-color: #060606;
    padding: 112px 0;
}

.gallery-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 38px;
    background-image: linear-gradient(96deg, #bcc4d6 0%, #438aef 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.gallery-col {
    margin-top: 40px;
    overflow: hidden;
}

.gallery-track {
    display: flex;
    width: max-content;
    animation: gallery-roll 60s linear infinite;
}

.gallery-track:hover {
    animation-play-state: paused;
}

@keyframes gallery-roll {
    to {
        transform: translateX(-50%);
    }
}

.gallery-set {
    display: flex;
    gap: 24px;
    padding-right: 24px;
}

.gallery-col .photo-slot {
    flex-shrink: 0;
    width: 480px;
    height: 298px;
    border-radius: 16px;
    background-color: #121a2c;
    background-size: cover;
    background-position: center;
}

/* ---------------------------------- 05 신청안내 ---------------------------------- */

.section05 {
    background-color: #fff;
    padding: 112px 0;
}

/* 신청안내: 텍스트 카드 구성 */
.section05 .section-title {
    color: #0a0a0b;
}

.apply-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.apply-card {
    flex: 1 1 calc(50% - 12px);
    box-sizing: border-box;
    padding: 48px;
    border-radius: 16px;
    background-color: #f2f4f9;
}

.apply-card.full {
    flex-basis: 100%;
}

.apply-card .card-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #2358e8;
}

.apply-card .card-label img {
    width: 24px;
    height: 24px;
}

.apply-card .card-main {
    margin: 20px 0 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.23px;
    color: #111;
}

.apply-card .card-sub {
    margin: 12px 0 0;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.17px;
    color: #8f95a3;
}

.apply-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 60px;
}

.apply-foot .contact-label {
    margin: 0;
    font-size: 15px;
    color: #9297a3;
}

.apply-foot .contact-value {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.apply-foot .contact-value a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btn-apply-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 64px;
    border-radius: 12px;
    background-color: #2358e8;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.btn-apply-blue:hover {
    background-color: #1b46c4;
    color: #fff;
}

/* ---------------------------------- 06 행사 장소 / 오시는 길 ---------------------------------- */

.section06 {
    background-color: #f3f5fb;
    padding: 112px 0;
}

.section06 .section-title {
    color: #0a0a0b;
    margin-bottom: 40px;
}

.section06 .section-title.way {
    margin-top: 96px;
}

.venue-brand img {
    display: block;
    height: 22px;
    width: auto;
}

.venue-desc {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: #3f4350;
}

.venue-desc strong {
    font-weight: 500;
}

.venue-grid {
    display: flex;
    gap: 32px;
    margin-top: 40px;
}

.venue-photo {
    flex: 1;
    height: 288px;
    border-radius: 16px;
    background-color: #d9d9d9;
    background-size: cover;
    background-position: center;
}

.venue-photo1 {
    background-image: url(../images/venue1.webp);
}

.venue-photo2 {
    background-image: url(../images/venue2.webp);
}

.section06 .map {
    border-radius: 16px;
    overflow: hidden;
}

.section06 .address {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 28px;
    color: #0a0a0b;
}

.section06 .address strong {
    font-weight: 600;
    margin-right: 8px;
}

/* ---------------------------------- 07 자주 묻는 질문 ---------------------------------- */

.section07 {
    background-color: #fff;
    padding: 112px 0;
}

.section07 .section-title {
    color: #0a0a0b;
    margin-bottom: 32px;
}

.faq {
    border-top: 1px solid #1e1e1e;
}

.faq .toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    cursor: pointer;
    border-bottom: 1px solid #e8eaf1;
}

.faq .toggle-header p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 28px;
    color: #0a0a0b;
}

.faq .toggle-header p span {
    font-family: 'NanumSquareNeo', 'NanumSquareNeovariable', sans-serif;
    font-weight: 700;
    margin-right: 16px;
}

.faq .toggle-header .arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%230a0a0b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s;
}

.faq .toggle-wrap.active .toggle-header .arrow {
    transform: rotate(180deg);
}

.faq .toggle-content {
    display: none;
    background-color: #f3f5fb;
    border-radius: 16px;
    margin: 8px 0;
    padding: 28px 24px;
}

.faq .toggle-content.active {
    display: block;
}

.faq .toggle-content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 25px;
    color: #71717a;
}

.faq .toggle-content p span {
    font-family: 'NanumSquareNeo', 'NanumSquareNeovariable', sans-serif;
    font-weight: 700;
    color: #2358e8;
    margin-right: 16px;
}

/* ---------------------------------- 08 행사 주관 ---------------------------------- */

.section08 {
    background-color: #f3f5fb;
    padding: 56px 0;
}

.section08 .section-label {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 28px;
    color: #71717a;
}

.host-row {
    display: flex;
    gap: 40px;
    margin-top: 48px;
}

.host-logo {
    flex-shrink: 0;
    width: 174px;
}

.host-logo img {
    width: 174px;
}

.host-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.2px;
    color: #0a0a0b;
}

.host-desc strong {
    font-weight: 500;
}

.host-btns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.host-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 342px;
    height: 52px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-decoration: none;
    box-sizing: border-box;
    transition: filter 0.3s, background-color 0.3s;
}

.btn-taxwatch {
    background-color: #00a0ff;
    color: #fff;
}

.btn-taxwatch:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #fff;
}

.btn-naver {
    border: 1px solid #000;
    background-color: #fff;
    color: #0a0a0b;
}

.btn-naver:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    color: #0a0a0b;
}

/* ---------------------------------- 09 CTA ---------------------------------- */

.section09 {
    background-color: #0c1220;
    background-image: url(../images/cta_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0 112px;
    text-align: center;
}

.section09 .brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.section09 .cta-title {
    margin-top: 30px;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
    background-image: linear-gradient(96deg, #fcdcb8 0%, #ffddb7 37.7%, #5893e8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.section09 .cta-sub {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.24px;
    line-height: 33.6px;
    color: #f3f6fc;
}

.section09 .btn-apply {
    margin-top: 44px;
}

/* only-pc/only-mo: main.css는 1200px에서 전환하지만 이 페이지는 768px에서 전환 */
.only-pc {
    display: block;
}

.only-mo {
    display: none;
}

/* ---------------------------------- 태블릿(1100~1260px) ---------------------------------- */

@media screen and (max-width: 1260px) {

    .inner,
    .section01 .hero-inner,
    .overview-row {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .overview-row li p {
        font-size: 15px;
        line-height: 23px;
    }

    /* 좁은 화면에서 히어로 타이틀이 넘치지 않도록 뷰포트 비례 축소 */
    .section01 .title .year {
        font-size: min(78px, 6.5vw);
    }

    .section01 .title .main {
        font-size: min(86px, 7.2vw);
    }

}

/* ---------------------------------- 모바일 ---------------------------------- */

@media screen and (max-width: 1100px) {

    .only-pc {
        display: none;
    }

    .only-mo {
        display: block;
    }

    /* 태블릿 폭(768~1100px)에서 좌측 쏠림 방지: 컨텐츠 폭 제한 + 중앙 정렬 */
    .inner,
    .section01 .hero-inner,
    .overview-row {
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    /* header */
    .header {
        height: 76px;
        padding: 0 24px;
    }

    .logo-group {
        gap: 12px;
    }

    .logo-group .logo-taxwatch {
        width: 111px;
        height: 14px;
    }

    .logo-group .logo-douzone {
        width: 98px;
        height: 14px;
    }

    /* 공통 */
    .section-title {
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .btn-apply {
        width: 100%;
        max-width: 326px;
    }

    /* 01 메인 */
    .section01 {
        height: 680px;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/hero_bg_m.webp);
    }

    .section01 .hero-video .video-pc {
        display: none;
    }

    .section01 .hero-video .video-mo {
        display: block;
    }

    .section01 .hero-inner {
        padding-top: 154px;
    }

    .section01 .title .year {
        font-size: 57px;
        letter-spacing: -1px;
    }

    .section01 .title .main {
        font-size: 59px;
        line-height: 1;
        background-image: linear-gradient(90deg, #fcdcb8 0%, #ffddb7 38%, #5893e8 100%);
    }

    .section01 .subtitle {
        margin-top: 24px;
        font-size: 18px;
        line-height: 29px;
    }

    .section01 .btn-apply {
        margin-top: 48px;
    }

    /* 02 행사 개요 */
    .section02 {
        padding: 24px 0;
    }

    .overview-row {
        flex-direction: column;
        gap: 16px;
    }

    .overview-row li {
        padding: 8px 0 8px 24px;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .overview-row li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        padding-left: 24px;
    }

    .overview-row li p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 23px;
    }

    /* 03 커리큘럼 */
    .section03 {
        padding: 56px 0;
    }

    .section03 .section-title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .session-block {
        margin-bottom: 40px;
    }

    .session-tit {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .session-tit h3 {
        font-size: 28px;
        line-height: 39px;
    }

    .session-tit h3 .num {
        display: block;
        margin-right: 0;
    }

    .session-tit .desc {
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .date-chip {
        padding: 6px 14px;
        font-size: 20px;
        line-height: 28px;
    }

    .session-card.wide,
    .session-card.half {
        aspect-ratio: auto;
    }

    .session-cards {
        flex-direction: column;
        gap: 20px;
    }

    /* 04 갤러리 */
    .section04 {
        padding: 56px 0;
    }

    .gallery-title {
        font-size: 22px;
        line-height: 31px;
    }

    .gallery-col {
        margin-top: 46px;
    }

    .gallery-set {
        gap: 16px;
        padding-right: 16px;
    }

    .gallery-col .photo-slot {
        width: 322px;
        height: 200px;
        border-radius: 11px;
    }

    /* 05 신청안내 */
    .section05 {
        padding: 56px 0;
    }

    .apply-cards {
        gap: 16px;
        margin-top: 24px;
    }

    .apply-card {
        flex-basis: 100%;
        padding: 28px 24px;
    }

    .apply-card .card-label {
        font-size: 17px;
    }

    .apply-card .card-main {
        margin-top: 16px;
        font-size: 19px;
        line-height: 27px;
    }

    .apply-card .card-sub {
        font-size: 15px;
        line-height: 23px;
    }

    .apply-foot {
        display: block;
        margin-top: 40px;
    }

    .apply-foot .contact-value {
        font-size: 18px;
    }

    .btn-apply-blue {
        margin-top: 24px;
        width: 100%;
        height: 56px;
        font-size: 18px;
    }

    /* 06 행사 장소 */
    .section06 {
        padding: 56px 0;
    }

    .section06 .section-title {
        margin-bottom: 20px;
    }

    .section06 .section-title.way {
        margin-top: 40px;
    }

    .venue-brand img {
        height: 18px;
    }

    .venue-desc {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .venue-grid {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .venue-photo {
        height: auto;
        aspect-ratio: 342 / 288;
    }

    .venue-photo1 {
        background-image: url(../images/venue1_m.webp);
    }

    .venue-photo2 {
        background-image: url(../images/venue2_m.webp);
    }

    .section06 .address {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .section06 .address strong {
        color: #2358e8;
    }

    /* 07 FAQ */
    .section07 {
        padding: 56px 0;
    }

    .section07 .section-title {
        margin-bottom: 28px;
    }

    .faq .toggle-header {
        padding: 22px 4px;
    }

    .faq .toggle-header p {
        font-size: 17px;
        line-height: 25px;
        padding-right: 12px;
    }

    .faq .toggle-header p span {
        margin-right: 10px;
    }

    .faq .toggle-content {
        padding: 20px 18px;
    }

    .faq .toggle-content p {
        font-size: 15px;
        line-height: 23px;
    }

    .faq .toggle-content p span {
        margin-right: 10px;
    }

    /* 08 행사 주관 */
    .section08 {
        padding: 56px 0;
    }

    .host-row {
        flex-direction: column;
        gap: 20px;
        margin-top: 48px;
    }

    .host-logo img {
        width: 142px;
    }

    .host-desc {
        font-size: 15px;
        line-height: 23px;
    }

    .host-btns {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .host-btns a {
        width: 100%;
        font-size: 16px;
    }

    /* 09 CTA */
    .section09 {
        background-image: url(../images/cta_bg_m.jpg);
        padding: 40px 24px 56px;
        box-sizing: border-box;
    }

    .section09 .brand .logo-taxwatch {
        width: 111px;
        height: 14px;
    }

    .section09 .brand .logo-douzone {
        width: 98px;
        height: 14px;
    }

    .section09 .cta-title {
        margin-top: 35px;
        font-size: 36px;
        line-height: 1;
    }

    .section09 .cta-sub {
        margin-top: 16px;
        font-size: 19px;
        font-weight: 500;
        line-height: 27px;
    }

    .section09 .btn-apply {
        margin-top: 30px;
    }
}
