@charset "UTF-8";
/*-------------------------------------------------
Author : KIM KYE YOUNG 김계영
Last update :2021. 09. 14.
-------------------------------------------------*/
@import url("main.css?ver=20221128");
@import url("sub.css?ver=20220809");
@import url("project.css?ver=20221128");
@import url("../font/xeicon/xeicon.min.css");
@import url("font.css");
@import url("animate.min.css");

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1 !important;
    font-family: "Noto Sans KR" !important;
    font-weight: 300;
    color: #333;
    letter-spacing: -0.03rem;
    transition-duration: 0.3s;
}

header, footer, section, article, nav, aside {
    display: block;
}

ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
    margin: 0;
    padding: 0;
}

fieldset, hr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
}

input, select, textarea {
    max-width: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
}

textarea {
    text-indent: inherit !important;
}

input.orange {
    border: 1px solid #FF781C;
}

input[readonly] {
    cursor: default;
    background: #eee !important;
}

input, select, button, textarea, optgroup {
    margin: 0;
    font-family: "Noto Sans KR" !important;
    font-size: inherit;
    color: inherit;
}

address, em, i {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

button {
    padding: 0;
    border: 0 none;
    background: none;
    cursor: pointer;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

input::placeholder, textarea::placeholder {
    color: #bbb;
    font-weight: 300;
}

img {
    max-width: 100%;
    border: 0 none;
    font-size: 0;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

caption, legend, .sr-only, .hidden, .blind, .IR {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
    clip: rect(0, 0, 0, 0);
}


/* 본문 바로가기 */
.accessibility {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 10000;
}

.accessibility a {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background-color: #063362;
    color: #fff;
    z-index: 1000
}

.accessibility a:focus, .accessibility a:active, .accessibility a:visited {
    top: 0
}

.sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

/* 텍스트 정렬 */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.vat {
    vertical-align: top !important;
}

.vam {
    vertical-align: middle !important;
}

.underline {
    text-decoration: underline !important;
}

/* float */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}

.cl {
    clear: both !important;
}

/* margin */
.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt-40 {
    margin-top: -40px !important;
}

.mt-80 {
    margin-top: -80px !important;
}

.mt-one {
    margin-top: 1% !important;
}

.mt-two {
    margin-top: 2% !important;
}

.mt-tree {
    margin-top: 3% !important;
}

.mt-four {
    margin-top: 4% !important;
}

.mt-five {
    margin-top: 5% !important;
}

.mt-six {
    margin-top: 6% !important;
}

.mt-seven {
    margin-top: 7% !important;
}

.mt-eight {
    margin-top: 8% !important;
}

.mt-nine {
    margin-top: 9% !important;
}

.mt-ten {
    margin-top: 10% !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr-one {
    margin-right: 1% !important;
}

.mr-two {
    margin-right: 2% !important;
}

.mr-tree {
    margin-right: 3% !important;
}

.mr-four {
    margin-right: 4% !important;
}

.mr-five {
    margin-right: 5% !important;
}

.mr-six {
    margin-right: 6% !important;
}

.mr-seven {
    margin-right: 7% !important;
}

.mr-eight {
    margin-right: 8% !important;
}

.mr-nine {
    margin-right: 9% !important;
}

.mr-ten {
    margin-right: 10% !important;
}

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

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb-one {
    margin-bottom: 1% !important;
}

.mb-two {
    margin-bottom: 2% !important;
}

.mb-tree {
    margin-bottom: 3% !important;
}

.mb-four {
    margin-bottom: 4% !important;
}

.mb-five {
    margin-bottom: 5% !important;
}

.mb-six {
    margin-bottom: 6% !important;
}

.mb-seven {
    margin-bottom: 7% !important;
}

.mb-eight {
    margin-bottom: 8% !important;
}

.mb-nine {
    margin-bottom: 9% !important;
}

.mb-ten {
    margin-bottom: 10% !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml170 {
    margin-left: 170px !important;
}

.ml400 {
    margin-left: 400px !important;
}

.ml-one {
    margin-left: 1% !important;
}

.ml-two {
    margin-left: 2% !important;
}

.ml-tree {
    margin-left: 3% !important;
}

.ml-four {
    margin-left: 4% !important;
}

.ml-five {
    margin-left: 5% !important;
}

.ml-six {
    margin-left: 6% !important;
}

.ml-seven {
    margin-left: 7% !important;
}

.ml-eight {
    margin-left: 8% !important;
}

.ml-nine {
    margin-left: 9% !important;
}

.ml-ten {
    margin-left: 10% !important;
}

/* padding */
.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 40px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

/* border */
.bdtn {
    border-top: none !important;
}

.bbn {
    border-bottom: none !important;
}

.bln {
    border-left: none !important;
}

.brn {
    border-right: none !important;
}

.hide {
    clear: both;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
}

.web {
    display: block;
}

.mobile {
    display: none
}

/* .row {margin-right: -15px; margin-left: -15px;} */
.row::after {
    content: '';
    display: block;
    clear: both;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 640px) {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

/* checkbox */
/* checkbox */
input[type="checkbox"]:not(.multiCheck) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 15px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 15px;
}

input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 15px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 15px;
}

input[type="checkbox"]:hover + label:before, input[type="radio"]:hover + label:before {
    order-color: #999;
}

input[type="checkbox"]:active + label:before, input[type="radio"]:active + label:before {
    transition-duration: 0s;
    filter: brightness(0.3);
}

input[type="checkbox"] + label, input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    font-weight: normal;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after, input[type="radio"] + label:before, input[type="radio"] + label:after {
    box-sizing: content-box;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 1px;
}

input[type="checkbox"] + label:before {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

input[type="radio"] + label:before {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid #b7b7b7;
    background: #fff;
    text-align: center;
}

input[type="radio"] + label:after {
    background-color: #2c87f0;
    top: 50%;
    left: 3px;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out;
}

input[type="radio"]:checked + label:before {
    -moz-animation: borderscale 300ms ease-in;
    -webkit-animation: borderscale 300ms ease-in;
    animation: borderscale 300ms ease-in;
    background-color: #fff;
}

input[type="radio"]:checked + label:after {
    transform: scale(1);
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
    border-radius: 50%;
}

input[type="radio"]:disabled + label:before {
    background-color: #eee;
    border: 1px solid #ddd;
}

input[type="radio"]:disabled:active + label:before {
    filter: brightness(1);
}

input[type="checkbox"] + label:after {
    background-color: transparent;
    top: calc(50% - 4px);
    left: 5px;
    width: 8px;
    height: 5px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 2px 2px;
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

input[type="checkbox"]:checked + label:before {
    -moz-animation: borderscale 200ms ease-in;
    -webkit-animation: borderscale 200ms ease-in;
    animation: borderscale 200ms ease-in;
    background: #2c87f0;
    border-color: #2c87f0
}

input[type="checkbox"]:checked + label:after {
    content: '';
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

/* 버튼 */
.btn {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 5px 15px;
    font-size: 14px;
    text-align: center;
    transition-duration: 0.4s;
    cursor: pointer;
    word-break: keep-all;
}

/* 버튼 컬러 */
.btn.navy {
    color: #fff !important;
    background: #254799 !important;
}

.btn.mint {
    color: #fff !important;
    background: #33D4D6 !important;
}

.btn.blue {
    color: #fff !important;
    background: #2C87F0 !important;
}

.btn.gray {
    color: #fff !important;
    background: #ccc !important;
}

.btn.darkgray {
    color: #fff !important;
    background: #999 !important;
}

.btn.turquoise {
    color: #fff !important;
    background: #007677 !important;
}

.btn.sky {
    color: #fff !important;
    background: #72B9FF !important;
}

.btn.violet {
    color: #fff !important;
    background: #52006A !important;
}

.btn.purple {
    color: #fff !important;
    background: #482C94 !important;
}

.btn.navy:hover, .btn.mint:hover, .btn.blue:hover, .btn.gray:hover, .btn.darkgray:hover, .btn.turquoise:hover, .btn.sky:hover, .btn.violet:hover, .btn.purple:hover {
    box-shadow: 0 60px 0 0 rgba(0, 0, 0, 0.2) inset, 0 -60px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.btn.navy:active, .btn.mint:active, .btn.blue:active, .btn.gray:active, .btn.darkgray:active, .btn.turquoise:active, .btn.sky:active, .btn.violet:active, .btn.purple:active {
    position: relative;
    top: 2px;
}

.btn.radius {
    border-radius: 30px;
}

.btn[disabled] {
    cursor: default;
    background: #ddd !important;
    color: #888 !important;
}

.btn[disabled]:hover {
    color: #fff !important;
}

/* 버튼 사이즈 */
.btn.big {
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
}

.btn.big2 {
    padding: 18px 30px;
    font-size: 20px;
    font-weight: 500;
}

.btn.big3 {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
}

.btn.listbtn1 {
    padding: 15px 100px;
    font-size: 20px;
    font-weight: 700;
}

.btn.medium {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
}

.btn.small {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
}

.btn.mh50 {
    min-height: 50px;
}

.btn.mh60 {
    min-height: 60px;
}

.btn.mw120 {
    min-width: 120px;
}

/*.btn.mw150 {*/
/*    min-width: 150px;*/
/*}*/

.btn.mw150 {
    min-width: 150px;
    height: 50px;
}


.btn.mw300 {
    min-width: 300px;
}

.btn.mw100 {
    min-width: 100%;
}

/* hr, line */
hr.dark {
    width: 100%;
    height: 1px;
    background: #222;
    padding: 50px 0;
}

.dark-line50 {
    width: 100%;
    border-bottom: 1px solid #222;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.gray-line20 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* color */
.navy {
    color: #254799 !important;
}

.mint {
    color: #33D4D6 !important;
}

.blue {
    color: #2C87F0 !important;
}

.orange {
    color: #FF781C !important;
}

.red {
    color: #ff0000 !important;
}

.turquoise {
    color: #007677 !important;
}

.purple {
    color: #482C94 !important;
}

/* 로딩 이미지 */
.wrap-loading { /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loading-pointer {
    pointer-events: none;
}

.display-none { /*감추기*/
    display: none;
}

.loading-blur {
    background: rgba(27, 36, 44, 0.7);
    z-index: 9998;
}

.loading-display {
    display: flex;
}

.loading-box {
    width: 400px;
    height: 230px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;

    box-shadow: 0px 4px 8px 3px #00000026;

    gap: 16px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.4em;
    text-align: left;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.loading-image {
    animation-name: loading-indicator;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
}

@keyframes loading-indicator {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
