@charset "utf-8";

/* 내용관리 */
#ctt {min-height: 20rem;}
.ctt_admin {margin:0 5px;text-align:right}
#ctt_con {}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {}

.ctt_greeting{padding: 0 2rem;}
.com_tab{margin-bottom: 4rem; font-size: clamp(1.4rem, 1.4rem + 0.3vw, 1.6rem); gap: 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative;}
.com_tab a{padding: 0.5rem 1rem; line-height: 1.88; color: var(--black300); transition: none;}
.com_tab a:hover{color: var(--primary-0086DE);}
.com_tab a.on{color: var(--primary-0086DE); border-bottom: 1px solid var(--primary-0086DE);}
.gt_cont{display: flex; align-items: flex-start; justify-content: space-between;}
.gt_cont .text{width: calc(100% - 54rem);}
.gt_cont .text .point1{font-size: clamp(2rem, 2rem + 0.4vw, 2.8rem); line-height: 1.35; font-weight: bold; font-family: "SCDream7"; color: var(--black); word-break: auto-phrase;}
.gt_cont .text .point2{font-size: clamp(1.6rem, 1.6rem + 0.4vw, 1.8rem); line-height: 1.4; font-weight: 500; font-family: "SCDream5"; color: var(--black); word-break: auto-phrase;}
.gt_cont .text .point3{font-size: clamp(2rem, 2rem + 0.4vw, 2.8rem); line-height: 1.35; font-weight: 500; font-family: "SCDream6"; color: var(--color-228b22); word-break: auto-phrase;}
.gt_cont .text .point4{margin-top: 3rem; font-size: clamp(1.8rem, 1.8rem + 0.4vw, 2rem); line-height: 1.4; font-weight: 500; font-family: "SCDream6"; color: var(--black); word-break: auto-phrase;}
.gt_cont .text > p{margin: 2rem 0 5rem; font-size: 1.3rem; line-height: 2; font-weight: 300; font-family: "SCDream4"; color: var(--color-5b5b5b); word-break: auto-phrase;}
.gt_cont .text > span{margin: 1rem 0; font-size: 1.3rem; line-height: 2; font-weight: 300; font-family: "SCDream4"; color: var(--color-5b5b5b); word-break: auto-phrase; display: block;}
.gt_cont .img{width: 50rem;}
.gt_cont .img img{width: 100%; object-fit: contain; display: block;}

.gt_wrap{max-width:1200px; margin:0 auto; padding:40px 20px 80px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; color:#222; line-height:1.8; word-break:keep-all; box-sizing:border-box;}

.gt_top{background-color:#123f6d; color:#ffffff; border-radius:28px; padding:70px 50px; margin-bottom:36px; box-shadow:0 20px 50px rgba(0,0,0,0.12); box-sizing:border-box;}
.gt_top p{display:inline-block; margin:0 0 16px; padding:8px 16px; border-radius:999px; background-color:rgba(255,255,255,0.15); color:#ffffff; font-size:14px; font-weight:600;}
.gt_top h2{margin:0 0 20px; font-size:42px; line-height:1.35; font-weight:800; letter-spacing:-1px; color:#ffffff;}
.gt_top span{margin:0; font-size:18px; line-height:1.9; color:#ffffff;}

.gt_mid{background:#fff; border:1px solid #e7edf3; border-radius:24px; padding:42px 38px; margin-bottom:24px; box-shadow:0 10px 30px rgba(0,0,0,0.04); box-sizing:border-box;}
.gt_mid h3{margin:0 0 20px; font-size:30px; font-weight:800; line-height:1.4; color:#0d2e52; letter-spacing:-1px;}
.gt_mid h3 span{color:#1d72c2;}
.gt_mid p{margin:0 0 16px; font-size:17px; color:#444;}
.gt_mid .gt_mid_box{margin-top:26px; padding:28px 26px; border-radius:20px; background:#f1f7fd; border:1px solid #dceaf7; box-sizing:border-box;}
.gt_mid .gt_mid_box h4{margin:0 0 12px; font-size:22px; font-weight:800; color:#11467e;}
.gt_mid .gt_mid_box p{margin:0; font-size:16px; color:#3d4b59; line-height:1.85;}

.gt_btm{background:#fff; border:1px solid #e7edf3; border-radius:24px; padding:42px 38px; margin-bottom:24px; box-shadow:0 10px 30px rgba(0,0,0,0.04); box-sizing:border-box;}
.gt_btm h3{margin:0 0 24px; font-size:30px; font-weight:800; line-height:1.4; color:#0d2e52;}
.gt_btm h3 span{color:#1d72c2;}
.gt_btm .gt_btm_box{display:flex; gap:18px; flex-wrap:wrap;}
.gt_btm .gt_btm_item{flex:1 1 260px; border:1px solid #e4ebf2; border-radius:22px; padding:28px 24px; box-shadow:0 8px 24px rgba(0,0,0,0.04); box-sizing:border-box;}
.gt_btm .gt_btm_item .num{width:42px; height:42px; border-radius:50%; background:#1d72c2; color:#fff; font-size:18px; font-weight:800; display:flex; align-items:center; justify-content:center; margin-bottom:16px;}
.gt_btm .gt_btm_item h4{margin:0 0 12px; font-size:22px; font-weight:800; color:#0d2e52;}
.gt_btm .gt_btm_item p{margin:0; font-size:16px; color:#4a5561; line-height:1.8;}

.gt_foot{margin-top:8px; padding:34px 30px; border-radius:24px; background:#0f2238; color:#fff; box-sizing:border-box;}
.gt_foot h3{margin:0 0 14px; font-size:28px; font-weight:800; line-height:1.4; color:#fff;}
.gt_foot p{margin:0; font-size:17px; line-height:1.9; color:rgba(255,255,255,0.88);}

@media (max-width: 1200px) {
    .gt_cont .text{width: calc(100% - 48rem);}
    .gt_cont .img{width: 45rem;}
}

@media (max-width: 1000px) {
    .com_tab{gap: 1rem;}
    .gt_cont{gap: 3rem; flex-direction: column; justify-content: flex-start;}
    .gt_cont .text{width: 100%;}
    .gt_cont .text .point1{font-size: clamp(2rem, 2rem + 0.4vw, 2.8rem);}
    .gt_cont .text .point2{font-size: clamp(1.6rem, 1.6rem + 0.4vw, 1.8rem);}
    .gt_cont .text .point3{font-size: clamp(2rem, 2rem + 0.4vw, 2.8rem);}
    .gt_cont .text .point4{margin-top: 3rem; font-size: clamp(1.8rem, 1.8rem + 0.4vw, 2rem);}
    .gt_cont .text > p{margin: 2rem 0 5rem; font-size: 1.3rem;}
    .gt_cont .text > span{margin: 1rem 0; font-size: 1.3rem;}
    .gt_cont .img{max-width: 50rem; margin: 0 auto; width: 100%;}

    .gt_wrap{margin:0 auto; padding:0;}

    .gt_top{border-radius: 20px; padding: 40px 30px; margin-bottom: 30px; box-shadow:0 20px 50px rgba(0,0,0,0.12);}
    .gt_top p{margin:0 0 16px; font-size:14px;}
    .gt_top h2{font-size:25px;}
    .gt_top span{font-size:16px;}

    .gt_mid{border-radius:24px; padding:30px 20px; margin-bottom:24px; box-shadow:0 10px 30px rgba(0,0,0,0.04);}
    .gt_mid h3{margin:0 0 20px; font-size:25px;}
    .gt_mid p{margin:0 0 16px; font-size:14px;}
    .gt_mid .gt_mid_box{margin-top:26px; padding:20px; border-radius:20px;}
    .gt_mid .gt_mid_box h4{margin:0 0 12px; font-size:20px;}
    .gt_mid .gt_mid_box p{font-size:14px;}

    .gt_btm{border-radius:24px; padding:30px 20px; margin-bottom:24px; box-shadow:0 10px 30px rgba(0,0,0,0.04);}
    .gt_btm h3{margin:0 0 24px; font-size:25px;}
    .gt_btm .gt_btm_box{display:flex; gap:20px; flex-wrap:wrap; flex-direction: column;}
    .gt_btm .gt_btm_item{flex:1; border:1px solid #e4ebf2; border-radius:22px; padding:20px; box-shadow:0 8px 24px rgba(0,0,0,0.04); box-sizing:border-box;}
    .gt_btm .gt_btm_item .num{width:42px; height:42px; border-radius:50%; background:#1d72c2; color:#fff; font-size:14px; font-weight:800; display:flex; align-items:center; justify-content:center; margin-bottom:16px;}
    .gt_btm .gt_btm_item h4{margin:0 0 12px; font-size:20px; font-weight:800; color:#0d2e52;}
    .gt_btm .gt_btm_item p{margin:0; font-size:14px; color:#4a5561; line-height:1.8;}

    .gt_foot{margin-top:8px; padding:30px 20px; border-radius:24px; background:#0f2238; color:#fff; box-sizing:border-box;}
    .gt_foot h3{margin:0 0 14px; font-size:25px; font-weight:800; line-height:1.4; color:#fff;}
    .gt_foot p{margin:0; font-size:14px; line-height:1.9; color:rgba(255,255,255,0.88);}
}

