@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil2Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil3Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil4Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil6ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}



*, *::before, *::after {
    box-sizing: border-box;
    margin:0;
    padding:0;
}


html, body {
    height: auto;
    min-height:100vh;
    width:100%;
    font-family: 'Pretendard', Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin:0 auto;
    padding:0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

button {
    border: none;
    background: none;
    font-family: inherit;
    cursor: pointer;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.d-pc {
    display: var(--display, block) !important;
}

.d-mobile {
    display: none !important; /* 모바일에서는 숨김 */
}

/* hero section */
.hero {
    display:block;
    position:relative;
    min-height:165px;
    max-height:1177px;
    width:100%;
    height:auto;
    background-image:url('../images/hero_bg.jpg');
    background-color: no-repeat;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    z-index:10;
}
.hero .logos {
    position:absolute;
    top:0;
    left:50%;
    display:flex;
    width:100%;
	max-width:1600px;
	transform:translateX(-50%);
    padding:30px;
    align-items:center;
    justify-content: space-between;
}
.hero .swiper-container {
    position:relative;
    width:100%;
	max-width:1920px;
	margin: 0 auto;
    height:auto;
	padding:0 10%;
}
.hero .swiper-container .heroSwiper {
    position:relative;
    padding-top:140px;
    width:100%;
}
.hero .swiper-container .btn {
    position:absolute;
    top:55%;
    left:65%;
    transform:translateY(-100%);
    z-index:2;
}
.hero .swiper-container img {
    display:block;
    position:relative;
    width:100%;
    height:auto;
    z-index:1;
}
.hero .tail {
    position:relative;
    width:100%;
    height:auto;
    padding:30px 0;
    background-color:#ebeff7;
    z-index:3;
}
.hero .tail .title {
    width:100%;
    max-width:1320px;
    text-align:left;
    margin: 0 auto;
    color:#232323;
    font-family: 'Pretendard';
    line-height:160%;
}
.hero .tail .title strong {
    font-size:24px;
    font-weight:600;
} 
.hero .swiper-container .button-prev,
.hero .swiper-container .button-next {
    position:absolute;
    z-index:5;
    top:50%;
    width:50px;
    height:50px;
    border-left:4px solid #bccfbc;
    border-top:4px solid #bccfbc;
}
.hero .swiper-container .button-prev {
    left:10px;
    right:auto;
    transform:translateY(-50%) rotate(-45deg);
}
.hero .swiper-container .button-prev.swiper-button-disabled {display:none;}
.hero .swiper-container .button-next {
    left:auto;
    right:10px;
    transform:translateY(-50%) rotate(135deg);
    cursor:pointer;
}
.hero .swiper-container .button-next.swiper-button-disabled {display:none;}

.hero .swiper-container .pagination {
    position:absolute;
    top:auto;
    bottom:45px;
    left:50%;
    transform:translateX(-50%);
    width:auto;
    height:4px;
    z-index:5;
    line-height:0;
    padding:0;
}
.hero .swiper-container .pagination .swiper-pagination-bullet {
    width:125px;
    height:4px;
    background: #434343;
    border-radius:0;
    opacity:0.6;
    margin:0;
    top:0;
}
.hero .swiper-container .pagination .swiper-pagination-bullet-active {
    width:125px;
    height:4px;
    background: #ffffff;
    opacity:1;
}


.section {
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0;
}

h2.subtitle {
    font-family: 'Daeojamjil';
    font-size: 48px;
    font-weight:500;
    text-align: center;
    color:#232323;
    padding:70px 0 20px 0;
}
.section_01 p {
    font-family: 'Pretendard';
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    color:#232323;
    padding:0;
}
.section_01 a {
    font-size:24px;
    font-weight:600;
    line-height:160%;
    color:#00458d;
    display:block;
    text-align:center;
    margin:1em auto;
}
.section_01 .user-status {
    display:flex;
    margin:0;
    padding:0;
    gap:13px;
}
.section_01 .user-status li {
    border:1px solid #cdcece;
    background:#ededed;
    color:#000;
    text-align:center;
    width:50%;
    font-family: 'Pretendard';
    font-size:22px;
    font-weight:600;
}
.section_01 .status-info {
    display:flex;
    margin:13px auto 0 auto;
    padding:0;
    gap:13px;
}
.section_01 .status-info li {
    width:25%;
    position:relative;
    border-radius:13px;
    font-size:22px;
    padding:1em;
    text-align:center;
}
.section_01 .status-info li span {font-weight:600; font-size:24px; display:block; text-align:center;}
.section_01 .status-info li span.point {color:#000;}
.section_01 .status-info li span.title {color:#000;}
.section_01 .status-info li p {
    margin-top:0.75em;
    color:#666666;
    word-break: break-word;
    overflow-wrap:break-word;
}

.section_01 .status-info li:nth-child(1) { background:#ecf6eb;}
.section_01 .status-info li:nth-child(1) span.title {color:#337343;}
.section_01 .status-info li:nth-child(2) { background:#fdf4cd;}
.section_01 .status-info li:nth-child(2) span.title {color:#654d21;}
.section_01 .status-info li:nth-child(3) { background:#ffe0cc;}
.section_01 .status-info li:nth-child(3) span.title {color:#9c4b45;}
.section_01 .status-info li:nth-child(3) p {letter-spacing:-1.5px;}
.section_01 .status-info li:nth-child(4) { background:#ffcad4;}
.section_01 .status-info li:nth-child(4) span.title {color:#6b001e;}


.section_02 .content {
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin:0 auto;
    padding:0;
    justify-content:space-between;
    align-items:flex-start;
}
.section_02 .content dl {
    width: calc(50% - 7.5px);
    display:flex;
    flex-wrap:wrap;
}

.section_02 .content dl dt.title {
    position:relative;
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 400;
    color: #000;
    border:0;
    width:100%;
    border-bottom:2px solid #191919;
    background:transparent;
    justify-content: flex-start;
    padding:0.5em 0 0.5em 25px;
}
.section_02 .content dl dt.title::before {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    background:#000;
    margin-right:8px;
    top:50%;
    left:10px;
    transform:translateY(-50%);
}
.section_02 .content dl dt.title strong {
    font-weight:600;
}

.section_02 .content dl dt {
    background:#efefef;
    color:#000;
    font-size:24px;
    font-weight:500;
    text-align:center;
    width:24%;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:1px solid #e4e4e4;
}
.section_02 .content dl dd {
    background:#efefef;
    color:#000;
    font-size:22px;
    font-weight:300;
    text-align:left;
    width:calc(76%);
    padding:0.75em;
    margin:0;
    background-color:transparent;
    border-bottom:1px solid #e4e4e4;
    letter-spacing:-1.5px;
}
.section_02 .content dl dt.desc1 {font-weight:700; border-bottom:2px solid #cbcbcb;}
.section_02 .content dl dd.desc1 {font-weight:500; border-bottom:2px solid #cbcbcb;}

.section_02 .content dl dd a {
    display:inline-block;
    padding:6px 25px;
    background:#014490;
    color:#fff;
    font-size:20px;
    font-family: 'Pretendard';
    font-weight:500;
    border-radius:8px;
    line-height:100%;
}

.section_03 ul {
    display:flex;
    border-bottom:1px solid #e4e4e4;
    font-family: 'Pretendard';
}
.section_03 ul li {
    text-align:center;
    padding:1em;
    font-size:22px;
    font-weight:300;
    color:#333;
    width:calc((100% - 250px) / 2);
    border-left:1px solid #e4e4e4;
    display:flex;
    align-items:center;
    justify-content: center;;
}
.section_03 ul li:nth-child(1) {
    width:250px;
    border-left:0;
    font-weight:500;
	background:#fdf4cd;
}
.section_03 ul li ul li:nth-child(1) {
	background:transparent;
}
.section_03 ul li span.bg-blue {
    display:inline-block;
    background:#00458d;
    color:#fff;
    padding:4px 15px 6px 15px;
    border-radius:20px;
    font-size:18px;
    font-weight:500;
    line-height:1em;
    margin-right:10px;
}

.section_03 ul li ul {
    display:flex;
    flex-direction:column;
    border:0;
}
.section_03 ul li ul li {
    position:relative;
    border:0;
    width:100%!important;
    font-weight:300!important;
    font-size:20px;
    text-align:left;
    padding: 0 !important;;
    justify-content:flex-start;
    line-height:130%;
    padding-left: 30px !important;
    letter-spacing:-1.5px;
}
.section_03 ul li ul li:before {
    content:'';
    position:absolute;
    top:0.65em;
    left:0;
    width: 18px;
    height:16px;
    transform:translateY(-50%);
    background-image:  url('../images/li-check.png');
}

.section_03 ul.list-title {
    border-top:2px solid #000;
    border-bottom:2px solid #c6c6c6;
}
.section_03 ul.list-title li {
    font-weight:700;
    flex-direction:column;
	background:#fdf4cd;
}
.section_03 ul.list-title li span {
    display:block;
    text-align:center;
    font-size:18px;
    font-weight:500;
    color:#8a8a8a;
}


.section_03 ul.program-info {
    
}

.section_03 ul.program-info li {
    font-size:22px;
    font-weight:500;
    padding-left:50px;
}
.section_03 ul.program-info li:nth-child(1) {
    padding-left:0;
}
.section_03 ul.program-info li span.dot-number {
    margin-left:-40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:1.5em;
    height:1.5em;
    border-radius:50%;
    background:#00458d;
    color:#fff;
    vertical-align: top;
    font-size:0.9em;
    margin-right:7px;
}

.section_03 ul.program-info li ul.ul {
    display:flex;
    flex-direction: row;
    background:#efefef;
    border-top:1px solid #c6c6c6;
    
}
.section_03 ul.program-info li ul.ul1 {
    border-top:2px solid #000;
}
.section_03 ul.program-info li ul.ul1 li {
    font-size:22px;
    font-weight:600!important;
}
.section_03 ul.program-info li ul.ul1 li span {
    font-weight:300;
    color:#d50000;
    font-size:16px;
    letter-spacing:0;
}
.section_03 ul.program-info li div ul li {
    flex-direction: column !important;
    width: 50% !important;
    justify-content: flex-start !important;
    padding: 0.5em !important;
    font-size: 20px !important;
    word-break: break-all !important;      /* 모든 문자에서 줄바꿈 */
    overflow-wrap: anywhere !important;    /* 어디서든 줄바꿈 가능 */
    word-wrap: break-word !important;      /* 구형 브라우저 호환 */
    hyphens: auto !important;              /* 하이픈을 이용한 줄바꿈 */
    white-space: normal !important;        /* 기본 공백 처리 */
    text-align: center !important;
    line-height: 1.4 !important;           /* 줄 간격 개선 */
    max-width: 100% !important;            /* 최대 너비 제한 */
    box-sizing: border-box !important;     /* 패딩 포함 크기 계산 */
    border-left:1px solid #c6c6c6;
}
.section_03 ul.program-info li div ul li:nth-child(1) {
    border-left:0;
}
.section_03 ul.program-info li div ul li:before{
    display:none;
}

.section_03 ul.last li:nth-child(2),
.section_03 ul.last li:nth-child(3) {
    text-align:center; 
    font-size:22px; 
    font-weight:700; 
    color:#014490; 
    letter-spacing:-1.2px;
    align-items:flex-start;
}

.section_04 {
    width:100%;
    background:#f1f1f1;
    margin-top:120px;
    padding-bottom:65px;
}

.section_04 ul {
    display:block;
    position:relative;
    margin:0 auto;
    width:100%;
    max-width:1320px;
    padding:0 140px;
}
.section_04 ul li {
    position:relative;
    font-family: 'Pretendard';
    font-size:21px;
    font-weight:400;
    padding:18px 0 18px 55px;
}
.section_04 ul li:before {
    content:'';
    display:inline-block;
    position:absolute;
    width:29px;
    height:29px;
    top:50%;
    left:0;
    transform:translateY(-50%);
    background-image: url('../images/section04-li-icon.png');
    background-size:cover;
    background-position:center;
}
.section_04 .tel {
    font-family: 'Pretendard';
    width:100%;
    max-width:1320px;
    background:#d4e7ef;
    margin:0 auto;
    padding:40px 0;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:3px;
}

.section_04 .tel strong {
    color:#00458d;
    font-size:30px;
    font-weight:700;
    line-height:30px;
    padding-right:30px;
    margin-right: 30px;
    border-right:2px solid #00458d;
}

.section_04 .tel a {
    font-size:28px;
    color:#2b2b2b;
    font-weight:500;
    line-height:28px;
}
.section_04 .tel span {
    font-size:24px;
    color:#2b2b2b;
    font-weight:400;
    letter-spacing:-0.55px;
    line-height:24px;
    margin-left:30px;
}

.section_05 {
    width:100%;
    margin:0 auto;
    background-image:url('../images/section05-bg.png');
    background-repeat:no-repeat;
    background-position:top;
}

.section_05 h2.subtitle {
    color:#000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    padding-top:100px;
}
.section_05>p {
    width:100%;
    max-width:1320px;
    margin:0 auto;
    text-align:center;
    font-family: 'Pretendard';
    font-size:24.13px;
    font-weight:400;
    color:#000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.section_05 ul {
    display:flex;
    width:100%;
    max-width:1320px;
    margin:0 auto;
    text-align:left;
    gap:15px;
    margin-top:100px;
}

.section_05 ul li {
    font-family: 'Pretendard';
    width:50%;
}

.section_05 ul li .youtube {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius:12px;
    overflow:hidden;
    background: #000;
}

.section_05 ul li .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 0;
    transform:scale(0.5);
    transform-origin: top left;
    background: #000;
}

.section_05 ul li p {
    font-size:18px;
    font-weight:400;
    margin-top:10px;
    color:#595959;
}
.section_05 ul li p .level {
    display:inline-block;
    background:#f39800;
    color:#fff;
    padding:4px 15px 6px 15px;
    border-radius:100px;
    line-height:1em;
    margin-right:10px;
}
.section_05 ul li p.title {
    font-size:24px;
    font-weight:700;
    color:#00458d;
    padding-left:10px;
}


#tail {
    width:100%;
    height:auto;
    padding:45px 0 10px 0;
    margin-top:60px;
    background:#f1f1f1;
}
#tail .wrapper {
    width:100%;
    max-width:1320px;
    margin:0 auto;
    font-family: 'Pretendard';
}
#tail .wrapper .logo {
    display:flex;
    align-items:flex-end;
}
#tail .wrapper .logo a {
    font-size:20px;
    font-weight:600;
    color:#343434;
}
#tail .wrapper p {
    font-size:18px;
    font-weight:300;
    color:#343434;
    margin-top:30px;
}

.right {
    position:fixed;
    top:65px;
    left:auto;
    right:35px;
    z-index:9;
}

.right a {
    display:block;
    margin-top:15px;
}
.right a:first-child {
    margin-top:0;
}

.blocker {z-index:20;}

/* ========== 모바일 최적화 반응형 디자인 ========== */

/* 태블릿 (768px 이하) */
@media screen and (max-width: 768px) {
    .d-pc {
        display: none !important;
    }
    .d-mobile {
        display: var(--display, block) !important; /* mobile용 display를 따로 지정 가능, 기본 block */
    }
    
    .hero .logos {
        padding:20px 10px;
    }

    .hero .logos img:nth-child(1) {
        width:190px;
        height:auto;
    }
    
    .hero .logos img:nth-child(2) {
        width:100px;
        height:auto;
    }

    .hero .swiper-container .heroSwiper {
        position:relative;
        padding-top:80px;
        width:100%;
    }

    .hero .swiper-container .heroSwiper .swiper-slide img {
        width:90%;
        height:auto;
        margin: 0 auto;
    }
    .hero .swiper-container .btn {
		display:inline-block;
		position:relative;
		margin:1em;
		left:0;
		top:0;
        width:50%;
        height:auto;
		transform:translateY(0);
    }
    .hero .swiper-container .button-prev, .hero .swiper-container .button-next {
        width: 25px;
        height:25px;
    }
    .hero .swiper-container .pagination {
        bottom:10px;
    }
    .hero .swiper-container .pagination .swiper-pagination-bullet {
        width:50px;
    }

    .hero .tail {
        padding:1em;
    }
    .hero .tail .title strong {
        font-size:18px;
        display:block;
    }

    h2.subtitle {
        font-size:24px;
    }
    
    .section_01 p {
        font-size:16px;
        padding:0 1em;
    }

    .section_01 a {
        font-size:18px;
    }

    .section_01 .status-info {
        flex-wrap:wrap;
        width:95%;
        margin:0 auto;
    }
    .section_01 .status-info li {
        width:calc(50% - 6.5px);
        font-size:18px;
        padding:0.5em;
    }
    .section_01 .status-info li span {
        font-size:20px;
    }
    .section_01 .status-info li .status {
        width:100%;
        height:auto;
        position:relative;
        padding:0.25em;
        text-align:center;
        font-size:18px;
        font-weight:600;
        background:rgba(0,0,0,0.1);
        border-radius:5px;
    }
    .section_02 .content {
        flex-direction:column;
    }
    .section_02 .content dl {
        width:95%;
        margin:0 auto;
    }
    .section_02 .content dl dt.title {
        font-size:18px;
        line-height:1;
    }
    .section_02 .content dl dt {
        font-size:18px;
        width:30%;
    }
    .section_02 .content dl dd {
        font-size:16px;
        padding:0.5em;
        width:70%;
    }

    .section.section_03>div>div {
        width:95%;
        border-radius:5px;
        margin:0 auto 1em auto;
        background:rgba(0,0,0,0.05);
        padding:1em;
    }
    
    .section.section_03>div>div .title {
        border-bottom:2px solid #014490;
        color:#014490;
        font-weight:600;
        font-size:18px;
        padding-left:1em;
        margin-bottom:0.5em;
    }
    .section.section_03>div>div dl dt {
        font-weight:600;
        line-height:200%;
    }
    .section.section_03>div>div dl dd {
        font-size:16px;
        line-height:200%;
        margin-bottom:1em;
    }
    .section.section_03>div>div dl dd .p1 {
        font-weight:500;
        line-height:200%;
        padding-left:1em;
        display:block;
    }
    .section.section_03>div>div dl dd .p2 {
        font-size:300;
        padding-left:2em;
        display:block;
    }
    .section.section_03>div>div dl dd .p3 {
        font-size:300;
        padding-left:3em;
        display:block;
    }
    .section.section_03>div>div dl dd.icon-dot p {
        display:block;
        margin:0;
        padding:0;
        padding-left:1em;
        position:relative;
        line-height:150%;
    }
    .section.section_03>div>div dl dd.icon-dot p::before {
        content:'';
        position:absolute;
        display:inline-block;
        width:5px;
        height:5px;
        top:0.75em;
        left:0;
        
        background:#000;
        border-radius:50%;
    }

    .section_04 h2.subtitle img {
        height:16px;
        width:20px;
    }

    .section_04 ul {
        max-width:none; 
        padding:0 1em;
        padding-bottom:20px;
    }

    .section_04 ul li {
        font-size:16px;
        padding:10px 0 10px 35px;
    }

    .section_04 ul li:before {
        background-size:70%;
        background-repeat:no-repeat;
        background-position:center
    }

    .section_04 .tel {
        flex-direction:column;
        width:95%;
        margin:0 auto;
        padding:1em;
    }
    .section_04 .tel strong {
        font-size:20px;
        margin-right:0;
        padding-right:0;
        border-right:0;
    }
    .section_04 .tel a,
    .section_04 .tel span {
        font-size:18px;
        margin:0; 
        padding:0;
    }

    .section_05 {
        background-size:auto 50%;
        
    }
    .section_05>p {
        font-size:16px;
        padding:0 2em;
    }

    .section_05 ul {
        width:95%;
        margin:40px auto 0 auto;
        flex-wrap:wrap;
    }
    .section_05 ul li {
        width:calc(50% - 7.5px);
    }

    .section_05 ul li .youtube iframe {
        width:100%;
        height:100%;
        transform:scale(1);

    }

    .section_05 ul li p {
        font-size:16px;
    }
    .section_05 ul li p.title {
        font-size:18px;
        width:100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        margin-top:0;
    }
    
    #tail .wrapper {
        width:95%;
        margin: 0 auto;
    }
    #tail .wrapper .logo a {
        font-size:14px;
        margin-left:0.5em;
    }
    #tail .wrapper .logo img {
        width:60%;
        height:auto;
    }
    #tail .wrapper p {
        font-size: 14px;
        line-height: 1.6;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        word-wrap: break-word !important;
        hyphens: auto !important;
        text-align: justify;
        margin-top: 20px;
        padding: 0 10px;
        letter-spacing: -0.5px;
    }
    #tail .wrapper p span {
        font-size:0.75em;
    }
    .right {display:none;}
}

/* ========== Modal Form Styling ========== */

/* 모달 기본 스타일 */
#refreshModal.modal,
#RefreshAfterModal.modal,
#healingAfterModal.modal,
#healingModal.modal,
#privacyModal.modal {
    max-width: 800px !important;
    max-height: 90vh !important;
    padding: 0 !important;
    border-radius: 12px !important;
    
}
.modal .modalwrapper {
    width:100%;
    height:100%;
    max-height:90vh;
    overflow-y:auto;
    border-radius: 12px !important;

}

/* Form 컨테이너 */
.modal form {
    padding: 30px;
    font-family: 'Pretendard', Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
}

/* Form 제목 */
.modal h2 {
    font-size: 24px;
    font-weight: 700;
    color: #00458d;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #00458d;
}

/* Form 설명 */
.modal p.desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #00458d;
}

/* Definition List 스타일 */
.modal dl {
    margin-bottom: 0;
}

.modal dt {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 12px 0;
    line-height: 1.5;
}

.modal dt.t1 {
    font-size: 18px;
    font-weight: 700;
    color: #00458d;
    background: #f0f7ff;
    padding: 12px 20px;
    border-radius: 6px;
    margin: 30px 0 20px 0;
    border-left: 4px solid #00458d;
}
.modal dt.t1 p {
	font-size:16px;
	font-weight:300;
	color:#222;
}

.modal dd {
    margin: 0 0 20px 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.modal dd.error {
	border:2px solid #c80000;
}

/* 체크박스/라디오 스타일 */
.modal label {
    display: block;
    margin: 8px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: relative;
    padding-left: 28px;
}

.modal input[type="checkbox"],
.modal input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    accent-color: #00458d;
}

.modal input.other {
    border-top:0!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
}

.modal input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    font-family: inherit;
    margin-left: 5px;
}

.modal input[type="text"]:focus {
    outline: none;
    border-color: #00458d;
    box-shadow: 0 0 0 2px rgba(0, 69, 141, 0.1);
}

/* 라디오 버튼 그룹 */
.modal dd label {
    display: inline-block;
    margin: 5px 15px 5px 0;
    vertical-align: top;
}


.modal input[type="file"] {
	display: block;
	width: 100%;
	color: #00458d;
	background-color: #f8faff;
	border: 1px solid #00458d;
	border-radius: 10px;
	padding: 0px;
	cursor: pointer;
	transition: all 0.25s ease;
}

.modal input[type="file"]:hover {
	background: #e6f0ff;
}
/* 파일 선택 버튼 스타일 */
.modal input[type="file"]::file-selector-button {
	background: #00458d;
	color: #fff;
	border: none;
	padding:0.5em 1em;
	font-weight: 600;
	cursor: pointer;
	margin-right: 10px;
	transition: background 0.2s ease;
}
.modal input[type="file"]::file-selector-button:hover {
	background: #00336a;
}

/* 제출 버튼 영역 */
.modal p.btn {
    text-align: center;
    margin: 40px 0 20px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.modal button.check-form {
    background: linear-gradient(135deg, #0066cc 0%, #003d7a 100%);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    font-family: 'Pretendard', Arial, sans-serif;
}

.modal button.check-form:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 102, 204, 0.4);
    background: linear-gradient(135deg, #0077dd 0%, #004488 100%);
}

.modal button.check-form:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
}

.privacy_ctt {font-size:1em;}


/* 모바일 최적화 */
@media screen and (max-width: 768px) {
    .modal {
        max-width: 95% !important;
        margin: 20px auto !important;
    }
    
    .modal {
        padding: 20px;
    }
    
    .modal h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .modal p.desc {
        font-size: 13px;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .modal dt {
        font-size: 14px;
        margin: 20px 0 10px 0;
    }
    
    .modal dt.t1 {
        font-size: 16px;
        padding: 10px 15px;
        margin: 25px 0 15px 0;
    }
    
    .modal dd {
        margin: 0 0 15px 10px;
        font-size: 13px;
    }
    
    .modal label {
        font-size: 13px;
        padding-left: 25px;
        margin: 6px 0;
    }
    
    .modal input[type="checkbox"],
    .modal input[type="radio"] {
        width: 16px;
        height: 16px;
        top: 2px;
    }
    
    .modal dd label {
        display: block;
        margin: 8px 0;
    }
    
    .modal button[type="submit"] {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
        max-width: 200px;
    }
	
	.privacy_ctt {font-size:0.75em;}
}

.privacy {
	width:100%; 
	height:auto; 
	max-height:300px; 
	min-height:300px; 
	overflow-y:auto; 
	border:1px solid #f1f1f1; 
	border-radius:5px;
	padding:1em;
}

table.healing_join_table {
	width: 100%;
	border-collapse: collapse;
	color: #222;
	background: #fff;
	border:2px solid #000;
}
table.healing_join_table td {
	padding: 12px 16px;
	border: 1px solid #000;
	vertical-align: middle;
}
.has_companion {display:none;}

.privacy_table tr td {border:1px solid #ccc; padding:0.325em;}
.c_R {color: #ff0000 !important; font-weight:600; font-size: 18px !important;}