﻿:root {
    --main-1-color: #002266;
    --main-2-color: #92c7d9;
    --container-background-color: #f5f5f5;
}
/********************************************************************************
*** header 영역
*********************************************************************************/
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1600px;

    background-color: var(--container-background-color);

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header {
    /* background: linear-gradient(var(--main-1-color), #063696); */
    background: var(--main-1-color);
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.header-transparent {
    background: linear-gradient(
        rgba(0, 34, 102, 0.5),
        rgba(6, 54, 150, 0.3),
        transparent
    ) !important;
}
.header-transparent .menu-list > li {
    /* color: var(--main-1-color) !important; */
}
.header-transparent .menu-list > li:hover > a {
    /* background: linear-gradient(
        var(--main-1-color),
        var(--main-1-color),
        var(--main-2-color)
    );
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold; */
}
.header > .header-wrap {
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
}
.logo {
    width: 250px;
    height: 100%;
    padding: 0.5rem;
}
.logo > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo > a > img {
    width: 200px;
    height: 45px;
}
.menu-wrap {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 1rem;
}
.menu-list {
    display: flex;
    gap: 0.5rem;
}
.menu-list > li {
    cursor: pointer;
    border-radius: 0.25rem;
    font-size: 1.1rem;
    font-weight: bold;
    min-width: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-list > li > a {
    padding: 1rem 0.5rem;
    width: 100%;
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-list > li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.menu-list > li:hover > a {
    background: linear-gradient(#ffffff, #ffffff, var(--main-2-color));
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}
.menu-list > li:active {
    background-color: rgba(0, 0, 0, 0.15);
}
.header-login {
    width: 200px;
    height: 100%;
    background-color: var(--main-1-color);
    padding: 0.5rem;
}
.header-login > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 0.5rem;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}
/********************************************************************************
*** content 영역
*********************************************************************************/
.content {
    width: 100%;
}
.content > .content-wrap {
    margin: 0 auto;
    max-width: 1500px;
    height: 100%;
    padding: 8rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-content-1 {
    min-height: 110vh;
}
.content-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.content-subtitle {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    text-align: center;
    word-break: keep-all;
    width: 70%;
}
.card-area {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.card {
    width: 850px;
    flex: 1;
    border-radius: 1rem;
    display: flex;
    background-color: #ffffff;
    box-shadow: 30px 0px 30px #e2e2e2;
}
.card > .card-img {
    width: 50%;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
}
.card > .card-img > img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
}
.card .card-content-wrap {
    width: 50%;
    height: 100%;
    border-radius: 0 1rem 1rem 0;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.card-title {
    font-size: 2rem;
    font-weight: bold;
}
.card-content {
    font-size: 1.3rem;
    line-height: 1.5;
    word-break: keep-all;
}
.card-right {
    align-self: end;
    flex-direction: row-reverse;
    box-shadow: -30px 0px 30px #e2e2e2;
}
.card-right > .card-img {
    border-radius: 0 1rem 1rem 0;
}
.card-right > .card-img > img {
    border-radius: 0 1rem 1rem 0;
}
.card-right > .card-content-wrap {
    border-radius: 0 1rem 1rem 0;
}
/********************************************************************************
*** banner(swiper) 영역
*********************************************************************************/
.mySwiper {
    height: 100vh;
}
.mySwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background-color: #ccc;
    margin: 0 0.3rem !important;
}
.mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--main-2-color);
}
.mySwiper .swiper-pagination {
    bottom: 50px;
}
.mySwiper .swiper-button-prev {
    left: 0;
}
.mySwiper .swiper-button-next {
    right: 0;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    transform: translate(0, -50%);
    height: 500px;
    padding: 0 2.5rem;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
    color: #aaa;
}
.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.mySwiper .swiper-button-next:active,
.mySwiper .swiper-button-prev:active {
    background-color: rgba(0, 0, 0, 0.3);
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.swiper-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.swiper-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.swiper-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.5rem;
    width: 600px;
    word-break: keep-all;
}
.swiper-content > hr {
    width: 200px;
    opacity: 0.5;
    margin: 0;
}
/********************************************************************************
*** footer 영역
*********************************************************************************/
.footer {
    background-color: #111;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer > .footer-wrap {
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: calc(0.5rem + 45px + 30px) 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.footer-wrap > .footer-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100px;
}
.footer-wrap > .footer-logo > img {
    width: 200px;
    height: 45px;
}
.footer-content {
    padding-left: 1rem;
    color: #eaeaea;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;

    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
