

header[_index-header] {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(1 18 44 / var(--tw-bg-opacity, 1));
}
header[_index-header] .header {
    height: 80px;
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media (max-width:1060px) {
    header[_index-header] .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 20px;
    }
}
@media (min-width:1060px) {
    header[_index-header] .header {
        height: 80px;
    }
}
header[_index-header] .header .header-menu {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
@media (min-width:1060px) {
    header[_index-header] .header .header-menu {
        display: none;
    }
}
header[_index-header] .header a {
    display: inline-block;
}
header[_index-header] .header a img {
    height: 30px;
}
@media (min-width:1060px) {
    header[_index-header] .header a img {
        height: 50px;
    }
}
header[_index-header] .header h1 {
    font-size: 15px;
}
@media (min-width:1060px) {
    header[_index-header] .header h1 {
        font-size: 20px; 
    }
}


.header-wrap {
    position: relative;
}
.header-backimage {
    width: 100%;
    min-height: 651px;
    min-height: 427px;
    position: relative;
}
@media (min-width:1060px) {
    .header-backimage {
        min-height: 651px;
    }
}
.header-backimage img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.header-back {
    position: absolute;
    width: 100%;
    height: auto;
    inset: 0;
}
.header-back .header-back_top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #01122c, rgb(1 18 44/0) 30%);
}
.header-back .header-back_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    background-image: linear-gradient(to bottom, transparent 50%, #01122C);
}



.header-Innbox {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
}
.header-Innbox ._Innbox_cont {
    width: 100%;
    max-width: calc(100% - 40px);
    border-radius: 10px;
    margin: 0 auto;
    background-color: rgb(1 18 44 / .7);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(255 255 255 / 1);
}
@media (min-width:1060px) {
    .header-Innbox ._Innbox_cont {
        max-width: 600px;
    }
}
._Innbox_cont_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
._Innbox_cont_box_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
._Innbox_cont_box_title {
    font-size: 23px;
    font-weight: 700;
    color: rgb(255 255 255 / 1);
}
._Innbox_cont_box_title_bld {
    font-size: 44px;
    letter-spacing: .075em;
    line-height: 56px;
    font-family: 'Mylius', sans-serif;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: .5px rgb(255 255 255);
}
._Innbox_cont_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
._Innbox_cont_btn_link {
    background-color: #3468ad;
    padding: 10px 40px;
    color: #fff;
    border-radius: 5px;
}






.minservice-wrap {
    padding: 40px 0;
    background-color: #fff;
}
.minservice-box {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width:1060px) {
    .minservice-box {
        padding: 0 50px;
    }
}
.minservice-Inn {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
@media (min-width:1060px) {
    .minservice-Inn {
        flex-direction: row;
    }
}
.minservice-Inn .minservice-Inn_left {
    width: 100%;
}
.minservice-Inn .minservice-Inn_right {
    width: 100%;
}
@media (min-width:1060px) {
    .minservice-Inn .minservice-Inn_left {
        width: 25%;
    }
    .minservice-Inn .minservice-Inn_right {
        width: 75%;
    }
}
.minservice-Inn_left ._Inn_left_key {
    align-items: flex-start;
    font-weight: 300;
    color: rgba(2, 27, 65, 1);
    display: flex;
    flex-direction: column;
}
.minservice-Inn_left ._Inn_left_val {
    font-size: 44px;
    letter-spacing: .075em;
    line-height: 56px;

    font-family: 'Mylius', sans-serif;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgba(2, 27, 65, 1); /* 테두리 색상 */
}
.minservice-Inn_left ._Inn_left_hr {
    width: 100%;
    height: 3px;
    background-color: rgba(52, 104, 173, 1);
}

.minservice-Inn_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
@media (min-width:1060px) {
    .minservice-Inn_right {
        flex-direction: row;
        gap: 0px;
    }
}
._Inn_right_col {
    width: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 15px;
    color: #fff;
}
@media (min-width:1060px) {
    ._Inn_right_col {
        max-width: calc(33% - 15px);
    }
    ._Inn_right_col:nth-child(odd) {
        margin-top: 20px;
    }
}
._Inn_right_col_card {
    width: 100%;
    height: fit-content;
    background-size: cover;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    box-shadow: 0 0 10px #0000002a;
}
._Inn_right_col_card {
    min-height: 400px;
}
@media (min-width:1060px) {
    ._Inn_right_col:nth-child(odd) ._Inn_right_col_card:nth-child(odd) {
        min-height: 400px;
    }
    ._Inn_right_col:nth-child(odd) ._Inn_right_col_card:nth-child(even) {
        min-height: 320px;
    }
    ._Inn_right_col:nth-child(even) ._Inn_right_col_card:nth-child(odd) {
        min-height: 320px;
    }
    ._Inn_right_col:nth-child(even) ._Inn_right_col_card:nth-child(even) {
        min-height: 400px;
    }
}
._Inn_right_col_Inner {
    width: 100%;
    /* height: 100%; */
    flex: 1;
    display: flex;
    flex-direction: column;
}
._Inn_right_col_Inner_back {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(1, 27, 65, .9)0%,rgba(2,27,65,0.1), transparent);
}
._Inn_right_col_Inner_info {
    display: flex;
    height: fit-content;
    width: 100%;
    flex-direction: column;

    background-color: rgba(2, 27, 65, .9);
    padding: 20px;
}
._Inn_right_col_Inner_info h3 {
    font-size: 20px;
    letter-spacing: .014em;
    letter-spacing: .014em;
    line-height: 2rem;
    font-weight: 100;
    margin-bottom: 10px;
}
._Inn_right_col_Inner_info_Info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
._Inn_right_col_Inner_info_Info_desc {
    font-size: 15px;
    font-weight: 400;
}
._Inn_right_col_Inner_info_Info_title {
    font-size: 25px;
    font-weight: 400;
}
._Inn_right_col_Inner_info_Info_data {
    font-size: 10px;
    font-weight: 400;
}