@charset "UTF-8";
/* KSY 231204 */
:root {
    --max-width: 1460px;
    --max-sub-width: 1460px;
    --px40: 40px;
    --px50: 50px;
    --px60: 60px;
    --px70: 70px;
    --px80: 80px;
    --px90: 90px;
    --px100: 100px;
    --px120: 120px;
    --px140: 140px;
    --px150: 150px;
    --px180: 180px;
    --px200: 200px;
    --px230: 230px;
    --px250: 250px;
    
    --color-accent: #2f92ed;
    --color-accent2: #fb6342;
    --color-sub1: #ea6666;
    --color-sub2: #f1f8ff;
    --color-sub3: #1972c5;
    --color-sub4: #deeef6;
    --color_black:#000000;
    --color_darkBlack:#263340;
    --color_darkGray:#656565;
    --color_gray1:#9f9f9f;
    --color_gray2: #D6DAE5;
    --color_gray3: #F8F9FB;
    --color_gray4: #5D6BEF;
    --color_gray5: #14C3DB;


    --ff-default: 'Pretendard', system-ui, -apple-system, helvetica, sans-serif;
}
@media screen and (min-width: 2560px) {

}
@media screen and (max-width: 992px) {
    :root {
        --px40: 20px;
        --px50: 25px;
        --px60: 30px;
        --px70: 35px;
        --px80: 40px;
        --px90: 45px;
        --px100: 50px;
        --px120: 60px;
        --px140: 70px;
        --px150: 75px;
        --px180: 90px;
        --px200: 100px;
        --px230: 115px;
        --px250: 125px;
    }
}
/* Common */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
}
html,
body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}
body {
    min-width: 320px;
    min-height: 100%;
    background-color: #fff;
    line-height: 1;
    font-family: var(--ff-default);
    font-weight: 400;
    font-size: 1.1428rem;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
}

a,
body,
button,
blockquote,
button,
caption,
dd,
dialog,
div,
details,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
legend,
li,
ol,
p,
pre,
select,
summary,
textarea,
ul,
video {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
address,
em {
    font-style: normal;
}
em {
    text-decoration: underline;
}
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
    display: block;
}
audio,
button,
canvas,
embed,
iframe,
img,
input,
object,
optgroup,
select,
svg,
textarea,
video {
    vertical-align: middle;
}
b,
strong {
    font-weight: 700;
}
button,
[role='button'] {
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    border-radius: inherit;
    color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: inherit;
}
input:focus {outline:none;}
button,
[type='button'],
[type='reset'],
[type='submit'],
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /*
    background-color: transparent;
    background-image: none;
    */
}
dl,
li,
menu,
ol,
ul {
    list-style: none;
}
fieldset,
img {
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
optgroup,
select,
textarea {
    font-size: inherit;
    font-weight: inherit;
}
hr {
    height: 0;
    border-top-width: 1px;
    color: inherit;
}
img,
video {
    max-width: 100%;
}
input::placeholder,
textarea::placeholder {
    line-height: normal;
}
progress {
    vertical-align: baseline;
}
small {
    font-size: 80%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0;
}
textarea {
    resize: vertical;
}
video::-internal-media-controls-download-button {
    display: none;
}
:disabled {
    cursor: default;
}
:-moz-focusring {
    outline: auto;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
.button,
.input,
.select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

/* Layout */
.x-cent {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.y-cent {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xy-cent {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hide {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
    text-shadow: none;
    color: transparent;
}
[hidden] {
    display: none;
}
.flx,
.flxbox,
.flxbt {
    display: -webkit-box;
    display: flex;
}
.flxbox {
    flex-wrap: wrap;
}
.flxbt {
    justify-content: space-between;
}
.flxbox > .col {
    flex: 0 0 auto;
}
.flxcent {
    display: flex;
}
.iflxcent {
    display: inline-flex;
}
.flxcent,
.iflxcent {
    align-items: center;
    justify-content: center;
}
.w_default {
    width:100%;
    max-width: var(--max-width);
}
.w-full {
    width: 100%;
}
.w-max {
    max-width: var(--max-width);
}
.wh-full {
    width: 100%;
    height: 100%;
}
.h-full {
    height: 100%;
}
.middle {
    align-items: center;
}
.center {
    justify-content: center;
}

/* Spacing */
.pt4 {
    padding-top: 0.2857rem;
}
.pt10 {
    padding-top: 10px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
/* Background */
.bgaccent {
    background-color: var(--color-accent);
}
.bgaccent2 {
    background-color: var(--color-accent2);
}
.bglblue {
    background-color: #f1f8ff;
}

.bgwhite {
    background-color: #fff;
}
.bglblack {
    background-color: #424242;
}
.bgcolg2 {
    background-color: #d8d8d8;
}
.bgcolg3 {
    background-color: #6f6f6f;
}
/* Transition */
.tr02 {
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.tr04 {
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

/* Typography */
.tx-left {
    text-align: left;
}
.tx-cent {
    text-align: center;
}
.tx-right {
    text-align: right;
}
.tx-through {
    text-decoration: line-through;
}
.undline {
    text-decoration: underline;
}
.nowrap {
    white-space: nowrap;
}

.colAccent {
    color: var(--color-accent);
}
.colAccent2 {
    color: var(--color-accent2);
}
.colSub1 {
    color: var(--color-sub1);
}
.colSub2 {
    color: var(--color-sub2);
}
.colWhite {
    color: #fff;
}
.colBlack {
    color: var(--color_black);
}
.colg1 {
    color: var(--color_darkBlack);
}
.colg2 {
    color: var(--color_darkGray);
}
.colg3 {
    color: var(--color_gray1);
}

/* 김강연 */
.d_fl {float:left;}
.d_ri {float:right;}
.dx:after {display:block;visibility:hidden;clear:both;content:""}

/* 반응형 */
@media screen and (max-width: 992px) {
    .fd-column--992 {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .fd-column--768 {
        flex-direction: column;
    }
}
@media screen and (max-width: 576px) {
    .fd-column--576 {
        flex-direction: column;
    }
}
.sp_20 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:20px;
}
.sp_30 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:30px;
}
.sp_40 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:40px;
}
.sp_50 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:50px;
}
.sp_60 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:60px;
}
.sp_70 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:70px;
}
.sp_100 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:100px;
}
.sp_150 {
    display:inline-block;
    width:100%;
    font-size:0;
    height:150px;
}
@media (max-width:680px) {
    .sp_20 {
        height:16px;
    }
    .sp_30 {
        height:20px;
    }
    .sp_40,
    .sp_50 {
        height:25px;
    }
    .sp_60,
    .sp_70 {
        height:38px;
    }
    .sp_100 {
        height:50px;
    }
    .sp_150 {
        height:90px;
    }
}
/* 버튼 정의 */
.btn_left60 {margin-left:180px;}
.btn_b1 {
    width:100%;
    max-width:145px;
    height:50px;
    color:#fff;
    border-radius:50px;
    background: var(--color-accent);
    border:1px solid var(--color-accent)
}
.btn_b2 {
    padding-left:25px;
    padding-right:25px;
    height:50px;
    border-radius:50px;
    color: var(--color-sub1);
    background: #fff;
    border:1px solid var(--color-sub1);
}
.btn_b2 > img {margin-left:10px;}

.btn_b2_left {
    padding-left:25px;
    padding-right:25px;
    height:50px;
    border-radius:50px;
    color: var(--color-sub1);
    background: #fff;
    border:1px solid var(--color-sub1);
}
.btn_b2_left > img {margin-right:10px;}

.page_btn {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-left:30px;
    padding-right:30px;
    width: 100%;
    max-width: 220px;
    height:50px;
    color: var(--color-sub1);
    border:1px solid var(--color-sub1);
    border-radius:30px;
}
.page_btn .img_01 {height:50%;}
.page_btn .img_02 {height:8px;}
.btn_01 {}
.btn_01 {}
.btn_a {
    width:100%;
    max-width:220px;
    height:50px;

    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_list {/* 목록 */
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:180px;
    height:50px;
    border-radius:50px;
    color: var(--color-accent);
    background: #fff;
    border:1px solid var(--color-accent);
}
.btn_write {/* 등록 */
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:180px;
    height:50px;
    border-radius:50px;
    color: #fff;
    background:  var(--color-accent);
    border:1px solid var(--color-accent);
}
.btn_ok {/* 확인 */
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:180px;
    height:50px;
    border-radius:50px;
    color: var(--color-accent2);
    background: #fff;
    border:1px solid var(--color-accent2);
}
.btn_modify {/* 수정 */
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:180px;
    height:50px;
    border-radius:50px;
    color: #fff;
    background:  var(--color-accent2);
    border:1px solid var(--color-accent2);
}
.bt_sp {margin:0 10px}

.go_to_application {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:180px;
    height:50px;
    border-radius:50px;
}
/* 접수 예정 */
.go_to_application.ing {
    color: var(--color-sub1);
    background: #fff;
    border:1px solid var(--color-sub1);
}
/* 접수 하기 */
.go_to_application.on {
    color: var(--color-accent);
    background: #fff;
    border:1px solid var(--color-accent);
}
/* 접수 마감 */
.go_to_application.off {
    color: var(--color_gray1);
    background: var(--color_gray2);
    border:1px solid var(--color_gray1);
}
.btn-basic {
    display:inline-block;
    width:130px;
    height:46px;
    color: #fff;
    background: var(--color-accent);
    border-radius:5px;
}
.btn-basic2 {
    display:inline-block;
    width:130px;
    height:46px;
    color: #fff;
    background: var(--color-sub1);    
    border-radius:5px;
}
.input.bb-de2 {
    width: calc(100% - 145px);
    color: #000;
    border-bottom:1px solid var(--color_gray2);
}


/* 인풋 정의 */
.select {
    background: url(../images/checkbox_off.svg) no-repeat right center;
    }
.input[type=checkbox],
.input[type=radio] {
    width: 22.5px;
    min-width: 22.5px;
    height: 22.5px;
    background: url(../images/checkbox_off.svg) no-repeat center/contain;
    }
.input[type=checkbox]:checked,
.input[type=radio]:checked {
    background-image: url(../images/checkbox_on.svg);
    }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    }
.input[type=file]::-webkit-file-upload-button,
.input[type=file]::file-selector-button {
    width: 0;
    visibility: hidden;
    }

.input[type=text] {
    padding: 0.5em 0;
    text-indent: 10px;
    }
.input[type=text]:read-only {
    cursor: default;
    }
.input[type=number] {
    -moz-appearance: textfield;
    }
.input[type=number]::-webkit-outer-spin-button,
.input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
/* input */
.input_text {
    width:100%;
    border:1px solid var(--color_gray2);
    border-radius:5px;
    height:50px;
    text-indent: 12px;
}

/* 모달 */
.blocker {
    z-index: 91;
    }
.modal {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    }
.modal a.close-modal {
    position: static;
    display: flex;
    width: 100%;
    height: 59px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 0;
    background: var(--color-accent2);
    text-indent: 0;
    color: #fff;
    }
.modal a.close-modal::before {
    content: "닫기";
    font-size: 1.4286rem;
    }
.modal .half-btns a.close-modal,
.modal .half-btns .btn-basic {
    width: 50%;
    }
.modal .half-btns a.close-modal {
    background: #6f6f6f;
    }
.modal .half-btns .btn-basic {
    border-radius: 0;
    }
#modalVerify,
#modalVerify_tail {
    padding: var(--px50) var(--px40);
    }
#modalVerify button[type=submit].btn-basic,
#modalVerify_tail button[type=submit].btn-basic {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    }
#modalVerify .form--verify,
#modalVerify_tail .form--verify {
    width: unset;
    }
#modalEmpty .tx-cent {
    padding: var(--px60) 1em;
    }
#modalEmail .tx-cent,
#modalApplied .tx-cent,
#modalCreate .tx-cent,
#modalDelete .tx-cent,
#modalCreateLimitError .tx-cent,
#modalCreateDateError .tx-cent {
    padding: var(--px50) var(--px40);
    }

@keyframes fadeUp {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 0.1;
        }
        50% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
@keyframes fadeRight {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 0.1;
        }
        50% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

/* box 모션 */
div,
input,
li,
main,
ol,
section,
ul {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}