@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap');
/* Pretendard - font-family: "Pretendard Variable", Pretendard, sans-serif; */
/* IBM Plex Sans KR - font-family: "IBM Plex Sans KR", sans-serif; */

/* S : reset css */
*,
::after,
::before {
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    position: relative;
    box-sizing: border-box;
}

html,
body {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    height: 100%;
    font-size: 18px;
    letter-spacing: -0.02em;
    overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body {
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    line-height: 1;
    color: var(--text-main);
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--text-main);
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    color: var(--text-main);
}

button {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    border: 0px;
    background-color: transparent;
    pointer: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

button:hover {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-weight: 500;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: none;
}

select,
textarea,
input {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-size: 100%;
}

@media screen and (max-width: 1024px) {
    html, body {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    html, body {
        font-size: 15px;
    }
}
/* E : reset css */


/* S : common css */
:root {
    --primary: #E9591D;
    --secondary: #051A83;
    --bg-gray: #F7F7F7;
    --text-main: #0E0E0E;
    --text-sub: #555555;
    --text-des: #787878;
    --border: #DDDDDD;
    --white: #FFFFFF;
}

input,
button,
textarea,
select {
    background-color: var(--white);
    border-radius: 0;
    box-sizing: border-box;
}

button,
textarea {
    -webkit-appearance: none;
}

img,
fieldset,
iframe {
    border: 0 none;
}

pre {
    white-space: pre-wrap;
}

li {
    list-style: none;
}

img,
input,
select,
button,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

label,
button {
    pointer: pointer;
}

label {
    position: relative;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

a {
    box-sizing: border-box;
    color: inherit;
    pointer: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

/* a:focus {
    outline: 0;
    box-shadow: 0 0 0 1px var(--primary);
    border-radius: 8px;
    transition: all 250ms ease;
} */

a:active {
    box-shadow: none;
}

a.img-link {
    display: inline-block;
}

hr {
    display: none;
}

legend,
caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p {
    text-align: left;
    font-weight: 400;
    word-break: keep-all;
}

table {
    width: 100%;
    font-weight: 400;
    border-spacing: 0;
}

.wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.hidden {
    overflow: hidden;
    border: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

label {
    font-weight: 500;
}

input,
textarea {
    padding: 0 12px;
    border-radius: 4px;
    background: var(--white);
    border: 1px solid var(--border);
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid var(--primary);
    transition: all 250ms ease;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 5%);
}

input::placeholder,
textarea::placeholder {
    color: rgba(51, 51, 51, 0.3);
}

textarea {
    width: 100%;
    padding: 12px;
    line-height: 1.5;
    resize: none;
    color: #333;
}

input:disabled,
textarea:disabled {
    background: #f7f8f9;
    color: #888;
}

select {
    min-width: 130px;
    padding: 0 35px 0 12px;
    border-radius: 4px;
    background: var(--white);
    border: 1px solid var(--border);
    background: var(--white) url('/platform/img/common/select_arw.svg') right 8px center no-repeat;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:disabled {
    background: #f7f8f9 url('/platform/img/common/select_arw_disabled.svg') right 8px center no-repeat;
    color: #888;
}

select::-ms-expand {
    display: none;
}

.checkbox>input,
.radio>input {
    display: none;
}

.checkbox>input+label,
.radio>input+label {
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
}

.checkbox>input+label::before,
.radio>input+label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.checkbox>input+label::before {
    background: url('/platform/img/common/checkbox_off.svg');
}

.radio>input+label::before {
    background: url('/portal/img/common/radio_off.svg');
}

.checkbox input:checked+label:before {
    background: url('/platform/img/common/checkbox_on.svg');
}

.radio input:checked+label:before {
    background: url('/portal/img/common/radio_on.svg');
}

.checkbox input:disabled+label,
.radio input:disabled+label {
    color: #AFB0B1;
}

.checkbox input:disabled+label::before {
    background: url('/platform/img/common/checkbox_disabled.svg');
}

.radio input:disabled+label::before {
    background: url('/platform/img/common/radio_disabled.svg');
}

@media screen and (max-width: 1024px) {
    .checkbox>input+label::before,
    .radio>input+label::before {
        top: 0;
    }
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.size-l {
    height: 48px;
    line-height: 48px;
}

.size-xl {
    height: 58px;
    line-height: 58px;
}

.btn {
    display: inline-block;
    padding: 0 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.btn.size-l {
    min-width: 160px;
}

.btn.size-xl {
    font-size: 1.11rem;
    min-width: 200px;
}

.btn.icon {
    display: flex;
    align-items: center;
    padding: 0 24px 0 30px;
    width: fit-content;
    justify-content: space-between;
}

.btn.icon::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/portal/img/common/arrow_right_w.svg) no-repeat center center;
}

.btn.square {
    border-radius: 8px !important;
}

/* S : button */
.btn.type01 {
    color: var(--white);
    border-radius: 50px;
    background: var(--primary);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25), 4px -4px 8px 0px rgba(136, 55, 22, 0.25) inset, -4px 4px 8px 0px rgba(255, 255, 255, 0.30) inset;
}
.btn.type01:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 10px 0px rgba(233, 89, 29, 0.40), 4px -4px 8px 0px rgba(136, 55, 22, 0.25) inset, -4px 4px 8px 0px rgba(255, 255, 255, 0.30) inset;
}

.btn.type02 {
    color: var(--white);
    border-radius: 50px;
    background: var(--secondary);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25), 4px -4px 8px 0px rgba(9, 23, 92, 0.25) inset, -4px 4px 8px 0px rgba(255, 255, 255, 0.30) inset;
}
.btn.type02:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 10px 0px rgba(5, 26, 131, 0.40), 4px -4px 8px 0px rgba(9, 23, 92, 0.25) inset, -4px 4px 8px 0px rgba(255, 255, 255, 0.30) inset;
}

.btn.line {
    border-radius: 8px;
    border: 1px solid var(--text-main);
    background: var(--white);
}
.btn.line:hover {
    background: var(--text-main);
    color: var(--white);
}
/* E : button */


/* S : label */
.label-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.label {
    width: fit-content;
    padding: 10px 24px;
    font-weight: 500;
    border-radius: 6px;
}

.sub-section .label {
    font-size: 16px;
}

.label.type-main {
    background: var(--primary);
    color: var(--white);
}

.label.type-event {
    background: #FC5B78;
    color: var(--white);
}

.label.type-univ {
    background: #138A75;
    color: var(--white);
}

.label.type-end {
    border: 1px solid var(--text-des);
    color: var(--text-des);
}

.label.type-edu {
    background: #ECEFFF;
    color: var(--secondary);
}

.label.type-target {
    background: #F2FFEC;
    color: #2D8305;
}
/* E : label */


/* S : pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    margin-top: 60px;
}

.pagination a {
    display: inline-block;
    width: 48px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.pagination a:hover {
    color: var(--primary);
}

.pagination a.page {
    font-weight: 700;
    color: var(--primary);
    /* border-bottom: 3px solid inset var(--primary); */
    box-shadow: inset 0 -3px 0 var(--primary);
}

.pagination a.page.active {
    background: var(--clr1);
    color: var(--white);
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .pagination {
        flex-wrap: wrap;
    }
    .pagination a {
        width: 40px;
        height: 52px;
    }
}

/* E : pagination */


/* S : popup */
.popup-wrap {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup-wrap.popup-open {
    display: block;
}

.popup-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.popup-wrap .popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-width: 760px;
    max-height: 90vh;
    padding: 60px 60px 50px 60px;
    border-radius: 16px;
    background: var(--white);
    overflow-y: auto;
    overscroll-behavior: none;
}

.popup-wrap .popup .pop-close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.popup-wrap .popup .popup-tit {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

.popup-wrap .popup .popup-tit h3 {
    font-size: 1.77rem;
    font-weight: 700;
}

.popup-wrap .popup .popup-tit p {
    margin-top: 14px;
    text-align: center;
    line-height: 1.4;
    word-break: keep-all;
}

.popup-wrap .popup .popup-tit p.des {
    color: var(--text-des);
}

.popup-wrap .popup-content .gray-box {
    padding: 36px 30px;
    border-radius: 8px;
    background: var(--bg-gray);
}

.popup-wrap .popup-content .info-list>li {
    position: relative;
    padding-left: 12px;
    line-height: 1.5;
    word-break: keep-all;
}

.popup-wrap .popup-content .info-list>li::before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--secondary);
}

.popup-wrap .popup-content .info-list>li~li {
    margin-top: 12px;
}

.popup-wrap .popup .btn-wrap {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .popup-wrap .popup {
        padding: 60px 30px 50px 30px;
    }
}

@media screen and (max-width: 480px) {
    .popup-wrap .popup .btn-wrap .btn {
        width: 100%;
    }
}

/* E : popup */


/* S : table */
.table-wrap {
    width: 100%;
}

.table-wrap .table-top {
    margin-bottom: 15px;
}

.table-wrap .table-top >h4 {
    font-size: 1.11rem;
    font-weight: 600;
    line-height: 1.3;
}

table {
    border-top: 1px solid #444;
}

table tr th {
    padding: 15px 10px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    background: #F9F9F9;
    border-right: 1px solid var(--border);
    line-height: 1.3;
}

table.orange-table tr th {
    background: #FFF8F5;
}

table tr th:last-of-type,
table tr td:last-of-type {
    border-right: 0;
}

table tr th.border-right,
table tr td.border-right {
    border-right: 1px solid var(--border);
}

table tr {
    border-bottom: 1px solid var(--border);
}

table tr td ~ th {
    border-left: 1px solid var(--border);
}

table tr td {
    padding: 15px 20px;
    vertical-align: middle;
    text-align: center;
    background: var(--white);
    border-right: 1px solid var(--border);
    line-height: 1.4;
}

table tr td.vertical-top {
    vertical-align: top;
}

table tr th.align-left,
table tr td.align-left {
    text-align: left;
}

table tr td .list-tit {
    font-weight: 600;
    line-height: 1.3;
}

table tr td .list-tit ~ ul {
    margin-top: 8px;
}

table tr td ul > li {
    position: relative;
    padding-left: 12px;
    text-align: left;
    line-height: 1.5;
}

table tr td ul > li.des {
    padding-left: 0;
    color: var(--text-sub);
}

table tr td ul > li:not(.des)::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #444;
    border-radius: 50%;
}

table tr td ul > li ~ li {
    margin-top: 2px;
}

table tr td .box {
    padding: 20px;
    border-radius: 8px;
    background: var(--bg-gray);
}

table tr td .box .list-tit {
    text-align: center;
}

.table-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
}

.table-scroll table {
    table-layout: fixed;
}
/* E : table */


/* S : tab-menu */
.tab-menu {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.tab-menu > li {
    flex-shrink: 0;
    min-width: 80px;
    padding: 0 16px;
    font-family: "IBM Plex Sans KR", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
    border-radius: 24px;
    border: 1px solid var(--border);
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.tab-menu > li img {
    margin-right: 6px;
}

.tab-menu > li:hover {
    border: 1px solid var(--primary);
}

.tab-menu > li.active {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
/* E : tab-menu */


/* S : 스크롤 css */
.scrollLock {
    overflow: hidden;
}

.scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.3);
    border-radius: 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
/* E : 스크롤 css */


/* S : 파일첨부 */
.file-list>li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    column-gap: 8px;
    color: var(--text-sub);
}

.file-list>li>a {
    display: flex;
    align-items: center;
    width: calc(100% - 28px);
}
.file-list>li>a:hover {
    text-decoration: underline;
}

.file-list>li>a>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-list>li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(/portal/img/common/ico_file.svg) center center no-repeat;
}

.file-list>li>a::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: url(/portal/img/common/ico_filedown.svg) center center no-repeat;
}

.file-list>li .btn-delete {
    display: inline-block;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background: url(/platform/img/common/ico_close.svg) center center no-repeat;
}

@media screen and (max-width: 768px) {
    .file-list>li::before {
        width: 16px;
        height: 16px;
        background-size: contain;
    }
    .file-list>li>a::after {
        width: 16px;
        height: 16px;
        background-size: contain;
    }
}

.upload-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.upload-wrap input[type="file"] {
    position: absolute;
    width: 1px !important;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.upload-list {
    width: 100%;
    background: #F7F8F9;
    padding: 10px 25px;
}

.upload-wrap ~ .upload-list {
    margin-top: 10px;
}

.upload-wrap .btn-upload {
    display: inline-block;
    min-width: 110px;
    height: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    color: var(--text-sub);
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--white);
    cursor: pointer;
    transition: border 250ms ease;
}

.upload-wrap .btn-upload:hover {
    border: 1px solid #777;
}

.upload-list>li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    column-gap: 8px;
    line-height: 1.2;
}

.upload-list>li::before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/portal/img/common/ico_file.svg') center center no-repeat;
}

.upload-list>li .btn-delete {
    flex-shrink: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('/portal/img/common/ico_delete.svg') center center no-repeat;
    background-size: cover;
}
/* E : 파일첨부 */


/* S : 마우스포인터 */
#pointer {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .pointer-circle {
        width: 1.3rem;
        height: 1.3rem;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        background: rgba(233, 89, 29, 0.8);
        border: transparent;
    }

    #pointer.arrow .pointer-circle {
        width: 12.8rem;
        height: 12.8rem;
        background: rgba(233, 89, 29, 0.8);
        border: transparent;
    }

    #pointer.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
    }

    #pointer.arrowDrag .pointer-circle {
        width: 12.8rem;
        height: 12.8rem;
        background: rgba(233, 89, 29, 0.8);
        border: transparent;
    }

    #pointer.arrowDrag::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-75%, -75%);
        width: 100%;
        height: 100%;
        content: 'View';
        font-family: "IBM Plex Sans KR", sans-serif;;
        font-size: 2.4rem;
    }


    #pointer.subtle .pointer-circle {
        width: 5.0rem;
        height: 5.0rem;
        opacity: 0.3;
    }

    #pointer.subLink .pointer-circle {
        width: 5.0rem;
        height: 5.0rem;
        opacity: 0.8;
    }

    #pointer.overlay .pointer-circle {
        width: 4.8rem;
        height: 4.8rem;
        background-color: rgba(233, 89, 29, 0.8);
        border-color: transparent;
    }
}
/* E : 마우스포인터 */
