<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* background: rgb(240,17,17);
background: linear-gradient(90deg, rgba(240,17,17,1) 0%, rgba(201,0,0,1) 100%); */

@import url("../font/Pretendard.css");

/*  ********** reset **********  */
h1,
h2,
h3,
h4,
h5,
p,
*,
input,
button {
    margin: 0;
    padding: 0;
    font-family: "Pretendard";
    word-break: keep-all;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    overflow: hidden;
    overflow-y: scroll;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

input {
    border: none;
    outline: none;
    font-size: 16px;
}

select {
    appearance: none;
    outline: 0;
    border: 0;
    padding: 0 10px;
    cursor: pointer;
    font-size: 16px;
}

.section {
    position: relative;
    width: 100%;
}

/* ********** setting ********** */
.content {
    width: 1440px;
    margin: auto;
    padding: 100px 0;
    position: relative;
}

.checkbox_con input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    outline: 0;
    appearance: none;
    border: 1px solid #d7dce5;
    background-color: #fff;
    cursor: pointer;
    padding-left: 0;
    line-height: 24px;
}

.checkbox_con input[type="checkbox"]::after {
    content: "\F633";
    font-family: "bootstrap-icons" !important;
    color: #d7dce5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox_con input[type="checkbox"]:checked {
    border-color: #212529;
}

.checkbox_con input[type="checkbox"]:checked::after {
    color: #212529;
}

.btn_more {
    width: 140px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #d7dce5;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_more:hover {
    border: 1px solid #f01111;
    color: #f01111;
    transition: all 0.3s;
}

/* ********** �ㅻ뜑 (��) ********** */
header {
    width: 100%;
    height: 110px;
    background-color: #fff;
    border-bottom: 1px solid #ecebee;
    position: fixed;
    z-index: 9;
}

.header_top {
    width: 100%;
    height: 30px;
    background-color: #212529;
}

.header_top ul {
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_top a {
    color: #fff;
    font-size: 14px;
    margin-left: 40px;
}

.header_wrap {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_bg {
    position: absolute;
    width: 100%;
    top: 110px;
    height: 300px;
    background-color: #fff;
    z-index: -1;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: calc(100% - 200px);
    margin: auto;
}

.logo_basic {
    height: 40px;
}

/* �ㅻ뜑 - 硫붿씤硫붾돱 */
.menu_content {
    display: flex;
    align-items: center;
}

.depth_1 {
    position: relative;
    line-height: 80px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 50px;
}

.depth_1_line {
    display: block;
    color: #212529;
}

.depth_2 li {
    opacity: 0;
    animation: ani_menu 0.5s 0.3s;
    animation-fill-mode: forwards;
}

/* 諛묒쨪 */
.depth_1_line::before {
    content: "";
    height: 3px;
    width: 0;
    background-color: #f01111;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    bottom: -2px;
}

.depth_1:hover .depth_1_line::before {
    width: 100%;
    font-weight: 700;
}

/* �ㅻ뜑 - �쒕툕硫붾돱 */
.depth_2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 80px;
    left: 0;
    padding: 10px 0;
    font-weight: 400;
    border-left: 1px solid #ecebee;
}

.depth_1:last-child .depth_2 {
    border-right: 1px solid #ecebee;
}

.depth_2 li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #495059;
}

.depth_2 li:hover a {
    color: #f01111;
}

.depth_2:hover {
    background-color: #fafafa;
}

/* �ㅻ뜑 - 濡쒓렇�� 踰꾪듉 */
.login_btn {
    border: 1px solid #d7dce5;
    color: #212529;
    height: 42px;
    padding: 0 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.login_btn img {
    margin-right: 5px;
}

.logout_btn::before {
    content: "\F1C3";
    font-family: "bootstrap-icons" !important;
    margin-right: 5px;
}

/* ********** 紐⑤컮�� 硫붾돱 ********** */
/* �꾨쾭嫄� 踰꾪듉 */
.btn_mobile {
    z-index: 11;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: rgb(240, 17, 17);
    background: linear-gradient(90deg, rgba(240, 17, 17, 1) 0%, rgba(216, 0, 0, 1) 100%);
}

.btn_mobile span {
    display: block;
    background: #fff;
    width: 26px;
    height: 2px;
    border-radius: 50%;
    transition: 0.25s margin 0.25s, 0.25s transform;
}

.btn_mobile span:nth-child(2) {
    margin: 5px 0;
}

.btn_mobile.active {
    background: none;
    top: 0;
}

.btn_mobile.active span {
    background-color: #f01111;
    transition: 0.25s margin, 0.25s transform 0.25s;
}

.btn_mobile.active span:nth-child(1) {
    margin-bottom: -8px;
    transform: rotate(45deg);
}

.btn_mobile.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg);
}

.btn_mobile.active span:nth-child(3) {
    margin-top: -6px;
    transform: rotate(135deg);
}

/* �꾨쾭嫄� 硫붾돱 */
.mobile_menu {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0;
    width: 0%;
    height: 100vh;
    visibility: hidden;
    transition: opacity 0.3s;
    background-color: #fff;
    opacity: 0;
    display: flex;
}

.mobile_menu.open {
    visibility: visible;
    width: 100vw;
    opacity: 1;
}

/* 紐⑤컮�� 而⑦뀗痢� */
.m_left {
    width: 25%;
    height: 100vh;
    background-image: url(../img/index/main_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m_right {
    width: 75%;
    height: 100vh;
}

.m_header {
    position: relative;
    width: 100%;
    height: 80px;
}

.m_logo_basic {
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m_menu_wrap {
    margin: auto;
    margin-top: 30px;
    width: calc(100% - 150px);
}

.m_login_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
}

.m_quick_menu {
    background-color: #f5f7f8;
    border-top: 1px solid #ecebee;
    padding: 20px 30px;
}

.m_quick_menu,
.m_quick_menu a {
    display: flex;
    align-items: center;
}

.m_quick_menu a {
    color: #212529;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    height: 70px;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ecebee;
}

.m_quick_menu a:nth-child(2) {
    margin: 0 20px;
}

.m_quick_menu a img {
    width: 60px;
    height: 100%;
    margin-right: 10px;
    padding: 5px;
}

.m_depth_1 {
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
}

.m_depth_2 {
    display: flex;
    flex-wrap: wrap;
}

.m_depth_1:not(:last-child) {
    border-bottom: 1px solid #ecebee;
}

.m_depth_menu {
    color: #f01111;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    width: 150px;
}

.m_depth_2 a {
    color: #495059;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.m_depth_2:hover a {
    color: #212529;
    transition: all 0.3s;
}

.m_depth_2 li {
    margin: 0 0 10px 30px;
}

/* ********** �듬찓�� ********** */
.quick_box {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    margin: auto;
    text-align: center;
    width: 70px;
}

.quick_box &gt; div {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.quick_down {
    cursor: pointer;
    padding: 15px 0;
    background: rgb(240, 17, 17);
    background: linear-gradient(90deg, rgba(240, 17, 17, 1) 0%, rgba(216, 0, 0, 1) 100%);
    color: #fff;
    font-weight: 700;
    position: relative;
}

.quick_down span {
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_down span::after {
    content: "\F282";
    display: block;
    font-family: "bootstrap-icons" !important;
    color: #f01111;
    font-size: 12px;
}

.quick_up {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #fff;
    bottom: 70px;
    z-index: -1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quick_up p {
    margin-bottom: 10px;
}

.quick_up p::before {
    display: block;
    content: "\F286";
    font-family: "bootstrap-icons" !important;
    color: #f01111;
}

.quick_menu {
    background-color: #fff;
}

.quick_menu a {
    display: block;
    margin: auto 10px;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 500;
    color: #495059;
    line-height: 16px;
}

.quick_menu a:not(:last-of-type) {
    border-bottom: 1px solid #ecebee;
}

.quick_menu a img {
    margin: auto;
    margin-bottom: 5px;
}

.btn_top {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #f01111;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

/* ********** �명꽣 ********** */
footer {
    margin-top: 100px;
    background-color: #212529;
    font-size: 15px;
    line-height: 20px;
}

.ft_size {
    width: calc(100% - 250px);
    margin: auto;
}

/* �곌껐留곹겕 */
.ft_link {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ft_link a {
    color: #adb5bd;
}

/* �명꽣�댁슜 */
.ft {
    padding: 50px 0;
    display: flex;
}

.ft_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft_leftcon {
    width: 60%;
}

.ft_rightcon {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ft_rightcon p {
    text-align: right;
}

.ft_info {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.ft_info li:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 10px;
}

.ft_title,
.ft_text {
    color: #adb5bd;
    float: left;
}

.ft_title {
    margin-right: 10px;
}

/* ********** �쒕툕�섏씠吏� ********** */
/* ���댄� */
.intro {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}

.intro .content {
    padding-bottom: 0;
}

.intro_title {
    display: flex;
    overflow: hidden;
}

.intro_title span {
    display: block;
    animation: ani_down 0.8s 0.5s both;
}

/* �대퉬 */
.sub_nav {
    display: flex;
}

.sub_nav li:not(:last-child) {
    padding-right: 50px;
}

.sub_nav a {
    color: #cccccc;
    display: block;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
}

.sub_nav a:hover {
    color: #f01111;
    transition: all 0.3s;
}

.sub_nav a.active {
    color: #f01111;
    font-weight: 700;
}

.sub_nav a.active::after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background: rgb(240, 17, 17);
    background: linear-gradient(90deg, rgba(240, 17, 17, 1) 0%, rgba(216, 0, 0, 1) 100%);
}

/*�쒕툕�섏씠吏� etc*/
.intro_logo {
    position: absolute;
    right: 0%;
    top: 100px;
    z-index: -1;
}

.intro_bg {
    animation: ani_down 0.8s 0.5s both;
}

.intro_bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0%;
    top: 0;
    animation: ani_w50 1s 0.8s both;
}

.intro_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    animation: ani_w50 1s 0.8s both;
}

/* ********** etc ********** */
/* 踰꾪듉 */
.btn_red {
    padding: 20px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    background: rgb(240, 17, 17);
    background: linear-gradient(90deg, rgba(240, 17, 17, 1) 0%, rgba(201, 0, 0, 1) 100%);
    align-items: center;
}

.btn_red a {
    color: #fff;
}

.btn_red:hover {
    transition: all 0.3s;
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
}

.btn_gray_line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border: 1px solid #d7dce5;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.btn_gray_line:hover a,
.btn_gray_line:hover {
    color: #f01111;
    border-color: #f01111;
    transition: all 0.3s;
}

.btn_gray_line a {
    color: #212529;
}

.btn_box {
    display: flex;
    justify-content: center;
}

.btn_box button {
    width: 150px;
    margin: 0 10px;
}

/* 泥댄겕諛뺤뒪 */
.checkbox_con {
    display: flex;
    align-items: center;
}

.checkbox_con input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    outline: 0;
    appearance: none;
    border: 1px solid #d7dce5;
    background-color: #fff;
    cursor: pointer;
    padding-left: 0;
    line-height: 24px;
}

.checkbox_con input[type="checkbox"]::after {
    content: "\F633";
    font-family: "bootstrap-icons" !important;
    color: #d7dce5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox_con input[type="checkbox"]:checked {
    border-color: #f01111;
}

.checkbox_con input[type="checkbox"]:checked::after {
    color: #f01111;
}

.checkbox_con label {
    margin-left: 10px;
}

/* �명뭼 */
.input_group input {
    background-color: #f5f7f8;
    width: 100%;
    height: 48px;
    padding-left: 10px;
}

.input_group textarea {
    background-color: #f5f7f8;
    font-size: 16px;
    width: 100%;
    border: none;
    height: 200px;
    outline: none;
    padding-left: 10px;
}

.input_group input::placeholder,
.input_group textarea::placeholder {
    color: #adb5bd;
}

/* �명뭼洹몃９*/
.radio_btnbox {
    display: flex;
    align-items: flex-end;
}

.radio_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background-color: #fff;
    padding: 18px 0;
    cursor: pointer;
}

.btn_check {
    display: none;
}

.btn_check:checked + label {
    background: rgb(240, 17, 17);
    background: linear-gradient(90deg, rgba(240, 17, 17, 1) 0%, rgba(216, 0, 0, 1) 100%);
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}
/* 臾몄쓽 怨듯넻�ы빆 */
.input_group {
    display: flex;
    align-items: center;
}

.text_input,
.privacy_con {
    align-items: flex-start !important;
}

.input_group input,
.input_group textarea,
.privacy_box {
    width: calc(100% - 120px);
}

.input_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #d7dce5;
}

.input_hd {
    width: 120px;
    font-weight: 600;
}

.important::after {
    content: "\F633";
    font-family: "bootstrap-icons" !important;
    color: #f01111;
    margin-left: 5px;
}

.w_50 .input_group {
    width: calc(50% - 20px);
}

.w_33 .input_group {
    width: calc(33.33% - 20px);
}

.upload-name {
    box-sizing: border-box;
    width: 100%;
    color: #212529;
    cursor: auto;
    margin-left: 20px;
}

.file_con label {
    background-color: #212529;
    width: 100px;
    height: 48px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.input_group input[type="file"] {
    display: none;
}

.privacy_box p {
    background-color: #f5f7f8;
    padding: 20px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

@media screen and (max-width: 1440px) {
    .content {
        width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    /* ********** �ㅻ뜑 ********** */
    .btn_mobile {
        position: inherit;
    }

    .header_main {
        width: calc(100% - 300px);
        margin: 0;
        margin-left: 80px;
    }

    .btn_mobile.active {
        margin-top: -60px;
    }
}

@media screen and (max-width: 1280px) {
    /* ********** �명똿 ********** */
    .content {
        padding: 100px 0;
    }

    /* ********** �ㅻ뜑 ********** */
    .menu_content {
        display: none;
    }

    .header_main {
        width: calc(100% - 150px);
        margin: auto;
    }

    header {
        height: 94px;
    }

    .header_wrap {
        height: 64px;
    }

    .btn_mobile {
        width: 64px;
        height: 64px;
    }

    .logo_basic {
        height: 35px;
    }

    .login_btn {
        height: 38px;
    }

    .header_top ul {
        width: calc(100% - 40px);
    }

    /* 紐⑤컮�쇰찓�� */
    .m_login_btn {
        display: none;
    }

    .btn_mobile.active {
        margin-top: -45px;
    }

    .m_menu_wrap {
        width: calc(100% - 50px);
    }

    /* ********** �명꽣 ********** */
    .ft {
        padding: 30px 0;
    }

    .ft_size {
        width: calc(100% - 100px);
    }

    .ft_leftcon {
        width: 80%;
    }

    /* ********** �쒕툕 ********** */
    .intro {
        text-align: center;
    }

    .sub_nav,
    .intro_title {
        justify-content: center;
    }

    .intro_bg {
        height: 400px;
    }

    .intro_bg img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .intro_logo {
        right: 50%;
        transform: translateX(50%);
        top: 50px;
    }

    /* 臾몄쓽 怨듯넻�ы빆 */
    .w_33 .input_group,
    .w_50 .input_group {
        width: 100%;
    }

    .input_box {
        border: none;
        padding: 0;
    }

    .input_group {
        border-bottom: 1px solid #d7dce5;
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    /* ********** �듬컯�� ********** */
    .quick_box {
        display: none;
    }

    /* ********** �ㅻ뜑 ********** */
    .m_depth_1 {
        flex-direction: column;
        pointer-events: auto;
        cursor: pointer;
    }

    .m_depth_2 {
        display: none;
        margin-top: 20px;
    }

    .m_depth_2 li {
        width: 100%;
        margin: 0;
    }

    .m_depth_2 li a {
        line-height: 40px;
    }

    .m_depth_1 .m_depth_2 li {
        animation: ani_down 0.5s 0.3s both;
        opacity: 0;
    }

    .m_depth_1.active .m_depth_2 {
        display: flex;
        flex-wrap: wrap;
    }

    /* ********** �쒕툕 ********** */
    .intro {
        padding-top: 100px;
    }

    .intro_bg {
        height: 300px;
    }
}

@media screen and (max-width: 860px) {
    /* ********** �ㅻ뜑 ********** */
    .header_main {
        width: 80%;
    }

    .logo_basic {
        height: 30px;
    }

    .m_left {
        display: none;
    }

    .m_right {
        width: 100%;
    }

    .m_quick_menu {
        padding: 10px;
    }

    .m_quick_menu a:nth-child(2) {
        margin: 0 10px;
    }

    .m_quick_menu a {
        height: 50px;
        border-radius: 5px;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }

    .m_logo_basic {
        left: 10px;
        transform: translateY(-50%);
        height: 35px;
    }

    /* ********** �명꽣 ********** */
    .ft_size {
        width: 80%;
        margin: auto;
    }

    .ft_con {
        flex-wrap: wrap;
    }

    .ft_leftcon {
        width: 100%;
    }

    .ft_rightcon {
        height: auto;
        margin-top: 30px;
    }

    .ft_rightcon img {
        width: 100%;
    }

    .ft_rightcon p {
        text-align: left;
    }

    /* ********** �쒕툕�대퉬 ********** */
    .sub_nav li:not(:last-child) {
        padding-right: 0;
    }

    .sub_nav {
        flex-wrap: wrap;
    }

    .sub_nav li {
        width: 50%;
    }

    .sub_nav a {
        padding-bottom: 20px;
    }

    .sub_nav a.active::after {
        bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    /* ********** �ㅻ뜑 ********** */
    .m_depth_menu {
        font-size: 20px;
    }

    .m_quick_menu a {
        display: flex;
        flex-direction: column;
        height: 60px;
    }

    .m_quick_menu a img {
        width: 30px;
        margin-right: 0;
        padding: 0;
    }

    .m_quick_menu p {
        font-size: 14px;
    }

    .m_header {
        height: 60px;
    }

    .btn_mobile.active {
        margin-top: -60px;
    }

    /* ********** �쒕툕 ********** */
    .sub_title {
        padding-bottom: 50px;
    }

    .intro_bg {
        height: 200px;
    }

    .input_group input,
    .file_con label {
        height: 42px;
    }

    .btn_gray_line,
    .btn_red {
        padding: 12px 30px;
    }
}

.pointer, .select_row{
    cursor: pointer;
}

.text-green,
.text_color {
  color: green !important;
  font-weight: bold;
}
.text-red {
  color: red !important;
  font-weight: bold;
}
.text-yellow {
  color: #d0b134 !important;
  font-weight: bold;
}
.text-orange {
  color: orange !important;
  font-weight: bold;
}
.text-yellow-green {
  color: yellowgreen !important;
  font-weight: bold;
}
.text-black {
  color: black !important;
}
</pre></body></html>