section,
section * {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.mc-con {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 4;
}

.main_sc {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* 메인 섹션 */
#sc01 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: #333;
    padding: 0;
}

#sc01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.main-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.main-video iframe {
    width: 177.77vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-caption {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 4;
}

.main-caption>h2 {
    font-size: 84px;
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    text-shadow: 0 4px 40px rgba(0, 0, 0, .35);
    margin-bottom: 20px;
}

.main-caption>p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 2.66px;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 600;
}

.sc01-btn {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.sc01-btn>a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 28px;
    border-radius: 50px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: .2s;
    color: #fff;
    font-size: 16px;
}

.sc01-btn>a>span {
    display: inline-block;
    transition: .2s;
    font-size: 13px;
}

.sc01-btn>a.cl1 {
    background: #011e4e;
    box-shadow: 0 8px 30px rgba(1, 30, 78, .4);
}

.sc01-btn>a.cl2 {
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.sc01-btn>a.cl1:hover {
    transform: translateY(-2px);
    background: #01142f;
}

.sc01-btn>a.cl1:hover>span {
    transform: translateX(4px);
}

.sc01-btn>a.cl2:hover {
    background: #fff;
    color: #07192F;
    border-color: #fff;
}

/* sc02 */
#sc02 {
    background: #fff;
}

.sc02-con {
    width: 100%;
    padding-left: calc((100% - 1440px) / 2);
}

.sc02-wrap {
    display: grid;
    grid-template-columns: clamp(350px, 27vw, 400px) 1fr;
    gap: 52px;
    align-items: start;
}

.sect-tit {
    margin-bottom: 35px;
}

.sect-tit h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    color: #011e4e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.56px;
    text-transform: uppercase;
}

.sect-tit h5>span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #011e4e;
}

.sect-tit h3 {
    color: #14202B;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
}

.sect-tit p {
    color: #5B6770;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 20px;
}

.sc02-slide {
    position: relative;
    overflow: hidden;
}

.sc02Swiper {
    position: relative;
    overflow: hidden;
}

.sc02-img {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.sc02-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(7, 25, 47, .12), rgba(7, 25, 47, .42));
    z-index: 1;
}

.sc02-box {
    width: 56%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #011e4e;
    z-index: 4;
}

.sc02-info {
    padding: 34px;
}

.sc02-info>h5 {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.65px;
}

.sc02-info>h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.sc02-info>p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    word-break: keep-all;
}

.sc02-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.sc02-btn>p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.sc02-btn>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: rgba(255, 255, 255, .15);
    transition: .2s;
    font-size: 16px;
    color: #fff;
}

.sc02-btn:hover>span {
    background: rgba(255, 255, 255, .3);
}

.swiper-pagination.sc02pn {
    position: relative;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    display: flex;
    gap: 10px;
}

.swiper-pagination.sc02pn .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 14px;
    color: #5B6770;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 9px 18px;
    transition: .2s;
    border-radius: 50px;
    gap: 4px;
    background: #F5F8F9;
    border: 1px solid #E4E8EB;
    margin: 0 !important;
}

.swiper-pagination.sc02pn .swiper-pagination-bullet>span {
    color: #011e4e;
}

.swiper-pagination.sc02pn .swiper-pagination-bullet-active {
    border: 1px solid #14202B;
    background: #14202B;
    color: #fff;
}

.swiper-pagination.sc02pn .swiper-pagination-bullet-active>span {
    color: #4C7DBE;
}

/* sc03 */
#sc03 {
    position: relative;
    overflow: hidden;
    background: #07192F;
}

#sc03::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hl-word {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    margin-bottom: -2.6%;
    user-select: none;
}

.hl-word text {
    font-weight: 800;
    fill: rgba(255, 255, 255, 0.07);
}

.sc03-img {
    width: 100%;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 48px;
}

.sc03-img img {
    width: 100%;
}

.sc03-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(8deg, rgba(5, 14, 43, .9) 0%, rgba(5, 14, 43, .5) 32%, rgba(5, 14, 43, .05) 60%, transparent 100%);
    z-index: 1;
}

.sc03-img-tit {
    width: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sc03-img-tit>h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 800;
}

.sc03-img-tit>p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-weight: 400;
}

.sc03-wrap {
    width: 100%;
    padding-top: 46px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
}

.sc03-box {
    width: 25%;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}

.sc03-box:last-child {
    border-right: 0;
}

.sc03-box>h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sc03-box>h3>b,
.sc03-box>h3>span {
    font-size: 50px;
    color: #4C7DBE;
    font-weight: 800;
}

.sc03-box>h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.sc03-box>p {
    font-size: 12px;
    color: #8A949C;
    font-weight: 400;
    line-height: 1.6;
}

/* sc04 */
#sc04 {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.sc04-bg {
    width: 100%;
    height: 100%;
    border-radius: 54px 54px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.sc04-bg>.circle1 {
    content: "";
    width: 700px;
    height: 700px;
    transform: rotate(18deg);
    border-radius: 511px 189px 560px 140px;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    left: -206.212px;
    bottom: -371.851px;
    z-index: 2;
}

.sc04-bg>.circle2 {
    content: "";
    width: 620px;
    height: 620px;
    border-radius: 50%;
    opacity: 0.6;
    background: radial-gradient(91.93% 91.93% at 36% 34%, #2C4EA8 0%, #16357E 72%);
    position: absolute;
    left: -134.39px;
    top: -148.67px;
    z-index: 3;
}

#sc04 .sect-tit {
    margin-bottom: 0;
}

#sc04 .sect-tit h5,
#sc04 .sect-tit h3 {
    color: #fff;
}

#sc04 .sect-tit h5>span {
    background: #4C7DBE;
}

#sc04 .sect-tit p {
    color: rgba(255, 255, 255, 0.78);
}

.sect-tit a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #011e4e;
    gap: 9px;
    transition: .2s;
    font-weight: 700;
    margin-top: 30px;
}

.sect-tit a>span {
    display: inline-block;
    font-size: 14px;
}

.sect-tit a:hover {
    gap: 14px;
}

#sc04 .sect-tit a {
    color: #4C7DBE;
}

.sc04-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 64px;
    align-items: center;
}

.sc04-wrap {
    width: 100%;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.sc04-box {
    display: block;
    position: relative;
    width: calc((100% - 22px) / 2);
    padding: 40px 30px 30px 30px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(7, 18, 46, 0.55);
    transition: .2s;
    min-height: 280px;
}

.sc04-box>h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.sc04-box>p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    line-height: 1.6;
}

.sc04-box>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    transition: .2s;
}

.sc04-box>span {
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: 26px;
    bottom: 26px;
    font-size: 46px;
    background: linear-gradient(135deg, #4C7DBE, #011e4e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sc04-box:hover {
    background: rgba(11, 26, 64, .82);
    border-color: rgba(95, 180, 194, .45);
    transform: translateY(-5px);
}

.sc04-box:hover>div {
    background: #011e4e;
    border-color: #011e4e;
    transform: rotate(45deg);
}

/* sc05 */
#sc05 {
    background: #F5F8F9;
}

#sc05 .sect-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.sc05-wrap {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 48px;
    align-items: stretch;
}

.sc05-img {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
}

.sc05-img img {
    width: 100%;
}

.sc05-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 36px;
    border-radius: 22px;
    border: 1px solid #E4E8EB;
    background: #fff;
}

.sc05-caption>ul>li {
    width: 100%;
    padding: 30px 0;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #E4E8EB;
}

.sc05-caption>ul>li:last-child {
    border-bottom: 0;
}

.sc05-caption>ul>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: #F7F7F7;
    font-size: 21px;
    color: #011e4e;
}

.sc05-caption>ul>li>div>h5 {
    font-size: 12px;
    color: #011e4e;
    letter-spacing: 1.035px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1rem;
}

.sc05-caption>ul>li>div>h3 {
    font-size: 24px;
    color: #14202B;
    font-weight: 800;
    margin-bottom: 1rem;
}

.sc05-caption>ul>li>div>p {
    font-size: 13px;
    color: #5B6770;
    font-weight: 400;
}

/* sc06 */
#sc06 {
    position: relative;
    overflow: hidden;
    background: #07192F;
}

#sc06::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sc06-tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

#sc06 .sect-tit h5,
#sc06 .sect-tit h3 {
    color: #fff;
}

#sc06 .sect-tit p {
    color: #5B6770;
}

#sc06 .sect-tit {
    margin-bottom: 0;
}

#sc06 .sect-tit h5>span {
    background: #4C7DBE;
}

.sc06-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sc06Swiper {
    width: 100%;
    position: relative !important;
    overflow: hidden !important;
    padding-top: 20px !important;
}

.sc06Swiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 64px;
    height: calc(100% - 20px);
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, transparent, #050E2B);
}

.swiper-button-next.sc06nav:after,
.swiper-button-prev.sc06nav:after {
    display: none !important;
}

.swiper-button-next.sc06nav,
.swiper-button-prev.sc06nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0 !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    font-size: 15px;
}

.swiper-button-next.sc06nav:hover,
.swiper-button-prev.sc06nav:hover {
    background: #011E4E !important;
    border-color: #011E4E !important;
    transform: translateY(-2px);
}

.sc06-btn {
    display: flex;
    gap: 10px;
}

.sc06-box {
    display: block;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    transition: .2s;
}

.sc06-img {
    width: 100%;
    display: flex;
    position: relative;
}

.sc06-img img {
    width: 100%;
}

.sc06-img>div {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.20);
    padding: 10px 14px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 12px;
    color: #01142f;
    font-weight: 800;
}

.sc06-img>div>p {
    letter-spacing: 0.575px;
    text-transform: uppercase;
}

.sc06-caption {
    width: 100%;
    padding: 20px;
}

.sc06-caption>h5 {
    font-size: 24px;
    color: #14202B;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E4E8EB;
}

.sc06-caption>p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #5B6770;
    font-weight: 400;
}

.sc06-caption>p>span {
    display: inline-block;
    color: #011E4E;
    font-size: 12px;
}

.sc06-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(5, 14, 43, .4);
}

/* sc07 */
.sc07-tit {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sc07-tit .sect-tit {
    margin-bottom: 0;
}

.sc07-tit>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #14202B;
    font-weight: 400;
    transition: .2s;
}

.sc07-tit>a>span {
    font-size: 14px;
}

.mpr_li {
    width: 100%;
    display: flex;
    gap: 30px;
}

.mpr_li>li {
    flex: 1;
}

.mpr_li>li>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 24px;
    border-top: 2px solid #14202B;
    transition: .2s;
}

.mpr_li>li>a:hover {
    text-decoration: none;
}

.mpr_li>li>a .date {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 13px;
    color: #8A949C;
    font-weight: 600;
}

.mpr_li>li>a .cate>span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(1, 30, 78, .1);
    font-size: 12px;
    color: #01142f;
    font-weight: 800;
    letter-spacing: 0.575px;
}

.mpr_li>li>a .title {
    font-size: 24px;
    color: #14202B;
    font-weight: 800;
    transition: .2s;
}

.mpr_li>li>a .more {
    display: inline-flex;
    gap: 8px;
    font-size: 13px;
    color: #011e4e;
    font-weight: 700;
    transition: .2s;
    margin-top: 8px;
}

.mpr_li>li>a:hover .more {
    gap: 12px;
}

.mpr_li>li>a:hover {
    border-top-color: #011e4e;
}

.mpr_li>li>a:hover .title {
    color: #011e4e;
}

/* sc08 */
#sc08 {
    width: 100%;
    border-radius: 54px 54px 0 0;
    position: relative;
    overflow: hidden;
}

#sc08::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(rgba(7, 25, 47, .82), rgba(5, 14, 43, .9));
}

.sc08-tit {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.sc08-tit>h3 {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.sc08-tit>p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    line-height: 1.7;
}

.sc08-btn {
    text-align: center;
}

.sc08-btn>a {
    display: inline-flex;
    padding: 16px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #011e4e;
    box-shadow: 0 8px 30px rgba(1, 30, 78, .4);
    font-size: 16px;
    color: #fff;
    transition: .2s;
    font-weight: 700;
}

.sc08-btn>a>span {
    font-size: 13px;
    display: inline-block;
    transition: .2s;
}

.sc08-btn>a:hover {
    background: #01142f;
    transform: translateY(-2px);
}

.sc08-btn>a:hover>span {
    transform: translateX(4px);
}

/* sc09 */
#sc09 {
    background: #f5f8f9;
}

#sc09 .sect-tit {
    margin-bottom: 35px;
}

#sc09 .sect-tit>h5 {
    color: #4C7DBE;
}

#sc09 .sect-tit>h5>span {
    background: #4C7DBE;
}

#sc09 .sect-tit>h3 {
    color: #fff;
}

#sc09 .sect-tit>p {
    color: rgba(255, 255, 255, .8);
}

.sc09-wrap {
    width: 100%;
    display: flex;
    border-radius: 24px;
    border: 1px solid #E4E8EB;
    overflow: hidden;
}

.sc09-lt {
    width: 45%;
    padding: 46px 40px;
    background: #07192F;
}

.sc09-rt {
    width: 55%;
    background: #fff;
    padding: 44px 50px;
}

.sc09-map {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.sc09-caption {
    width: 100%;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sc09-caption>ul {
    width: 100%;
    display: flex;
    gap: 24px;
}

.sc09-caption>ul>li>h5 {
    font-size: 10px;
    font-weight: 800;
    color: #4C7DBE;
    letter-spacing: .9px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc09-caption>ul>li>p {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.root_daum_roughmap {
    width: 100% !important;
}

.root_daum_roughmap .cont {
    display: none;
}

.root_daum_roughmap .wrap_controllers {
    display: none;
}

.form-tp {
    width: 100%;
    margin-bottom: 40px;
}

.form-tp>h3 {
    color: #14202B;
    font-size: 44px;
    font-weight: 800;
}

.form-wrap {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin-bottom: 18px;
}

.form-box {
    width: calc((100% - 1rem) / 2);
}

.form-box>h5 {
    font-size: 13px;
    color: #14202B;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-box>h5>span {
    color: #011e4e;
}

.form-wrap.whole .form-box {
    width: 100%;
}

.form-box input {
    width: 100%;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1px solid #E4E8EB;
    background: #F5F8F9;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    outline: none;
    color: #14202B;
}

.form-box input::placeholder {
    color: #8A949C;
}

.form-box input:focus,
.form-textarea textarea:focus {
    border-color: #011e4e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(242, 97, 77, .13);
}

.form-select {
    width: 100%;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1px solid #E4E8EB;
    background: #F5F8F9;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #14202B;
}

.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #14202B;
    font-weight: 400;
}

.form-select>span {
    font-size: 13px;
    color: #14202B;
}

.form-textarea {
    width: 100%;
}

.form-textarea textarea {
    width: 100%;
    height: 120px;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1px solid #E4E8EB;
    background: #F5F8F9;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    color: #14202B;
}

.form-textarea textarea::placeholder {
    color: #8A949C;
    line-height: 1.6;
}

.form-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-btn>label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-btn>label>p {
    font-size: 13px;
    color: #333;
    font-weight: 400;
}

.form-btn>label>p>a {
    display: inline-block;
    color: #011e4e;
    position: relative;
    font-weight: 400;
}

.form-btn>label>p>a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #011e4e;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.form-btn>button {
    display: inline-flex;
    padding: 15px 30px;
    border-radius: 12px;
    background: #011E4E;
    border: 0;
    gap: 11px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.form-btn>button>span {
    font-size: 13px;
    display: inline-block;
    transition: .2s;
}

.form-btn>button:hover {
    background: #01142f;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(1, 30, 78, .44);
}

.form-btn>button:hover>span {
    transform: translateX(4px) rotate(8deg);
}

@media(min-width:1200px) {
    .ms-img {
        display: block;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .ms-img-m {
        display: none;
    }

    .d-lg-flex {
        display: flex;
    }

    .ani.up.delay {
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }

    .ani.up.delay2 {
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }

    .ani.up.delay3 {
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }



}

@media(max-width:1600px) {}

@media(max-width:1440px) {
    .main_sc {
        padding: 100px 0;
    }

    #sc01 {
        padding: 0;
    }

    .mc-con {
        max-width: 1320px;
    }

    .main-caption>h2 {
        font-size: 74px;
    }

    .main-caption>p {
        font-size: 17px;
    }

    .sc01-btn>a {
        font-size: 15px;
        padding: 15px 22px;
    }

    .sc01-btn {
        gap: 10px;
    }

    .sc02-con {
        padding-left: calc((100% - 1280px) / 2);
    }

    .sc02-box {
        width: 66%;
    }

    .sect-tit h5 {
        gap: 8px;
        font-size: 12px;
    }

    .sect-tit h5>span {
        width: 6px;
        height: 6px;
    }

    .sect-tit h3 {
        font-size: 40px;
    }

    .sect-tit p {
        font-size: 15px;
        margin-top: 1rem;
    }

    .sect-tit {
        margin-bottom: 30px;
    }

    .swiper-pagination.sc02pn .swiper-pagination-bullet {
        font-size: 13px;
    }

    .sc02-info>h5 {
        font-size: 12px;
    }

    .sc02-info>h3 {
        font-size: 22px;
    }

    .sc03-img-tit {
        padding: 40px;
    }

    .sc03-box>h3 {
        font-size: 18px;
    }

    .sc03-box>h3>b,
    .sc03-box>h3>span {
        font-size: 40px;
    }

    .sc04-wrap {
        gap: 1rem;
    }

    .sc04-box {
        width: calc((100% - 1rem) / 2);
        min-height: 240px;
    }

    .sc04-box>h5 {
        font-size: 22px;
    }

    .sect-tit a {
        font-size: 15px;
        margin-top: 24px;
    }

    .sc05-wrap {
        gap: 30px;
    }

    .sc05-caption>ul>li>div>h3 {
        font-size: 22px;
    }

    .sc06-caption>h5 {
        font-size: 20px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .sc08-tit>h3 {
        font-size: 40px;
        margin-bottom: 1rem;
    }

    .sc08-tit>p {
        font-size: 15px;
    }

    .sc08-btn>a {
        font-size: 15px;
        padding: 15px 24px;
    }

    .sc08-tit {
        margin-bottom: 30px;
    }

    .form-tp>h3 {
        font-size: 40px;
    }

    .sc07-tit>a {
        font-size: 15px;
    }
}

@media(max-width:1280px) {
    .sc02-con {
        padding-left: 20px;
    }
}

@media(max-width:1199px) {
    .d-none {
        display: none;
    }

    .ms-img {
        display: none;
    }

    .ms-img-m {
        display: block;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .main_sc {
        padding: 80px 0;
    }

    #sc01 {
        padding: 0;
    }

    .main-caption>h2 {
        font-size: 64px;
    }

    .main-caption>p {
        margin-bottom: 30px;
    }

    .sc02-wrap {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .swiper-pagination.sc02pn {
        gap: 6px;
    }

    .sect-tit h3 {
        font-size: 36px;
    }

    .sc02-info {
        padding: 30px;
    }

    .sc02-btn {
        padding-left: 30px;
    }

    .sc02-btn>span {
        width: 56px;
        height: 56px;
        font-size: 14px;
    }

    .sc03-img-tit {
        padding: 30px;
    }

    .sc03-img {
        margin-bottom: 40px;
    }

    .sc03-wrap {
        padding-top: 30px;
    }

    .sc03-box>h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .sc03-box>h3>b,
    .sc03-box>h3>span {
        font-size: 38px;
    }

    .sc04-bg {
        border-radius: 0;
    }

    .sc04-grid {
        gap: 36px;
        grid-template-columns: 1fr;
    }

    .sc04-box {
        padding: 30px 20px;
        min-height: 220px;
    }

    .sc04-box>h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sc04-box>div {
        width: 38px;
        height: 38px;
        font-size: 13px;
        left: 20px;
    }

    .sc04-box>span {
        right: 20px;
        font-size: 42px;
    }

    #sc05 .sect-tit {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 36px;
    }

    .sc05-wrap {
        grid-template-columns: 1fr;
    }

    .sc05-caption {
        padding: 8px 20px;
    }

    .sc05-caption>ul>li {
        gap: 20px;
        padding: 20px 0;
    }

    .sc05-caption>ul>li>div>h3 {
        font-size: 20px;
    }

    .sc06Swiper::after {
        display: none;
    }

    .sc07-tit{
        margin-bottom: 36px;
    }

    .sc08-tit>h3 {
        font-size: 38px;
    }

    .sc09-lt {
        width: 100%;
        padding: 30px 20px;
    }

    .sc09-rt {
        width: 100%;
        padding: 30px 20px;
    }

    .sc09-wrap {
        flex-direction: column;
    }

    .form-tp {
        margin-bottom: 30px;
    }

    .form-tp>h3 {
        font-size: 36px;
    }
}

@media(max-width:700px) {
    .main-caption>h2 {
        font-size: 54px;
        margin-bottom: 1rem;
    }

    .main-caption>p {
        font-size: 16px;
    }

    .sect-tit h3 {
        font-size: 32px;
    }

    .sc03-img-tit {
        padding: 20px;
    }

    .sc03-img {
        margin-bottom: 30px;
    }

    .sc03-wrap {
        padding-top: 20px;
    }

    .sc03-box {
        padding: 0 10px;
    }

    .sc03-box>h3>b,
    .sc03-box>h3>span {
        font-size: 30px;
    }

    .sc03-box>h3 {
        font-size: 14px;
    }

    .sc08-tit>h3 {
        font-size: 32px;
    }

    .form-tp>h3 {
        font-size: 32px;
    }
}

@media(max-width:587px) {
    .main-caption>h2 {
        font-size: 36px;
    }

    .main-caption>p {
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    .sc01-btn>a {
        font-size: 14px;
    }

    .sc02-con {
        padding: 0 20px;
    }

    .sect-tit h3 {
        font-size: 26px;
    }

    .sect-tit p {
        font-size: 14px;
        line-height: 1.6;
    }

    .swiper-pagination.sc02pn .swiper-pagination-bullet {
        font-size: 12px;
        padding: 8px 12px;
    }

    .sc02-img {
        flex-direction: column;
    }

    .sc02-box {
        width: 100%;
        position: relative;
    }

    .sc02-info {
        padding: 24px 20px;
    }

    .sc02-btn {
        padding-left: 20px;
    }

    .sc03-img {
        flex-direction: column;
    }

    .sc03-img-tit {
        position: relative;
    }

    .sc03-img::before {
        display: none;
    }

    .sc03-img img {
        display: block;
        border-radius: 4px;
    }

    .sc03-img-tit {
        padding: 20px 0 0 0;
    }

    .sc03-img-tit>h5 {
        font-size: 22px;
    }

    .sc03-wrap {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .sc03-box {
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding: 20px 0;
    }

    .sc03-box:nth-child(2) {
        border-right: 0;
    }

    .sc04-box {
        width: 100%;
        min-height: 200px;
    }

    .sc05-caption>ul>li {
        flex-direction: column;
    }

    .sc05-caption>ul>li>div>h3 {
        margin-bottom: 12px;
    }

    .sc05-caption>ul>li>div>p {
        line-height: 1.6;
    }

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

    .swiper-button-next.sc06nav,
    .swiper-button-prev.sc06nav {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px;
    }

    .sc06-caption>h5 {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    #sc08 {
        border-radius: 20px 20px 0 0;
    }

    .sc08-tit>h3 {
        font-size: 28px;
    }

    .sc08-tit>p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sc08-btn>a {
        font-size: 14px;
        padding: 14px 20px;
    }

    #sc09 {
        padding: 0;
    }

    #sc09 .mc-con {
        padding: 0;
    }

    .sc09-wrap {
        border-radius: 0;
        border: 0;
    }

    .sc09-lt {
        padding: 60px 20px 30px;
    }

    .sc09-caption>ul {
        flex-direction: column;
        gap: 20px;
    }

    .sc09-rt {
        padding: 30px 20px 60px;
    }

    .form-wrap {
        flex-wrap: wrap;
        gap: 18px;
    }

    .form-box {
        width: 100%;
    }

    .form-btn {
        flex-direction: column;
        gap: 1rem;
    }

    .form-btn>button {
        width: 100%;
        justify-content: center;
    }
}

/* animation */

.ani.up {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act {
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scroll {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes mqMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 30px));
    }
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(31, 163, 86, .45);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(31, 163, 86, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(31, 163, 86, 0);
    }
}

@keyframes liveUp {
    100% {
        transform: translateY(-50%);
    }
}