@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html, body { font-family: 'Pretendard', sans-serif; font-size:10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height:normal; overflow-x: hidden; background: var(--white); color:var(--black); scroll-behavior: smooth;}
.mo { display: none !important; }
.animated { opacity: 0; transform: translateY(80px); transition: all 1s ease-in-out; }
.in-view { opacity: 1; transform: translateY(0); }
.no-scroll { overflow: hidden; }

:root {
    /* color */
    --white: #fff;
    --black: #111;
    --blue: #1E4079;
    --sky_blue: #2B93D1;
    --green: #82BA41;
    --yellow: #EFAC42;
    --red: #ED174C;
    --gray_border: #CCC;
    --dark_gray: #333;
    --gray: #F6F6F6;

    /* font-weight */
    --reg: 400;
    --medi: 500;
    --bold: 700;
    --heavy: 900;

    /* transition */
    transition-duration: 300ms;    
}

/* Font Deco */
.red_cap {
    position: relative;
    width: max-content;
    display: block;
    font-size: 2.8rem;
    font-weight: var(--bold);
}
.red_cap::after {
    content: "";
    width: 26px;
    height: 7px;
    position: absolute;
    top: -3px;
    right: -25.23px;
    background-image: url(../img/text_cap.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mandatory {
    position: relative;
}
.mandatory::after {
    content: "*";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -25px;    
    color: var(--red);
}
.underline {
    height: max-content;
    padding-bottom: 5px;
    font-size: 1.6rem;
    font-weight: var(--medi);
    color: #666;
    border-bottom: 1px solid #666;
    text-align: center;
    word-break: keep-all;
}

/* Btn */
.btn {
    width: max(230px, 11.97vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    padding: 15px 0;
    border: 1px solid var(--black);
    border-radius: 100px;
    font-size: 2rem;
    font-weight: var(--medi);
    transition: all 300ms ease-in-out;
}
.btn:hover {
    background-color: var(--black);
    color: var(--white);
}
.btn span {
    font-size: 2rem;
}
.btn:hover {
    background-color: var(--black);
    color: var(--white);
}
.btn:has(.icon) {
    width: max(240px, 12.5vw);
    gap: 0 10px;
}
.btn.smaller {
    width: max(148px, 7.708vw);
    padding: 10px 0;
}
.btn.small {
    width: max(200px, 12.5vw);
}
.btn.med {
    width: max(250px, 13.02vw);
}
.btn.large {
    width: max(274px, 14.27vw);
}
.btn.blue {
    border: 1px solid var(--blue);
    color: var(--blue);
}
.btn.blue:hover {
    background-color: var(--blue);
    color: var(--white);
}
.btn.white {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn.white:hover {
    background-color: var(--white);
    color: var(--blue);
}

/* Arrow */
.arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: all 300ms ease-in-out;
}
.arrow.micro {
    width: 15px;
    height: 15px;
}
.arrow.small {
    width: 28px;
    height: 28px;
}
.arrow.med {
    width: 52px;
    height: 52px;
}
.arrow.large {
    width: 60px;
    height: 60px;
}
.arrow.right {
    background-image: url(../img/arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.arrow.right:hover {
    background-image: url(../img/arrow_right_hover.png);
}
.arrow.left {
    background-image: url(../img/arrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.arrow.left:hover {
    background-image: url(../img/arrow_left_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.arrow.right.dark {
    background-image: url(../img/arrow_right_dark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.arrow.right.dark:hover {
    background-image: url(../img/arrow_right_dark_hover.png);
}
.arrow.left.dark {
    background-image: url(../img/arrow_left_dark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.arrow.left.dark:hover {
    background-image: url(../img/arrow_left_dark_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.arrow.right.blue {
    background-image: url(../img/arrow_right_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.more:hover .arrow.right.blue {
    background-image: url(../img/arrow_right_blue_hover.png);    
}
.arrow.change {
    background-image: url(../img/arrow_change.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.category:hover .arrow.change {
    background-image: url(../img/arrow_change_hover.png);
}
.arrow.huge.left {
    width: 9.1rem;
    height: 9.1rem;
    background-image: url(../img/arrow_huge_left.png);
}
.arrow.huge.left:hover {
    background-image: url(../img/arrow_huge_left_hover.png);
}
.arrow.huge.right {
    width: 9.1rem;
    height: 9.1rem;
    background-image: url(../img/arrow_huge_right.png);
}
.arrow.huge:hover {
    background-image: url(../img/arrow_huge_right_hover.png);
}
.pager .arrow {
    width: 35px;
    height: 35px;
}
.arrow.down {
    rotate: -90deg;
    width: 7rem;
    height: 7rem;    
    background-image: url(../img/arrow_right_dark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.nav_list.active .arrow.down {
    rotate: 90deg;
}


/* Icon */
.icon {
    display: inline-block;
}
.icon.more {
    width: 15px;
    height: 15px;
    background-image: url(../img/more_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.more.gray {
    width: 15px;
    height: 15px;
    background-image: url(../img/more_gray.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.btn:hover .icon.more {
    width: 15px;
    height: 15px;
    background-image: url(../img/more_white.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.btn.white .icon.more {
    background-image: url(../img/more_white.png);
}
.btn.white:hover .icon.more{
    background-image: url(../img/more_blue.png);
}
.icon.more.white {
    background-image: url(../img/more_white.png);
}
.icon.move {
    width: 20px;
    height: 20px;
    background-image: url(../img/move.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.btn:hover .icon.move {
    background-image: url(../img/move_white.png);
}
.btn.white .icon.move {
    background-image: url(../img/move_white.png);
}
.btn.white:hover .icon.move {
    background-image: url(../img/move_hover.png);
}
.btn .arrow.open {
    rotate: -90deg;
    background-image: url(../img/arrow_right_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.btn:hover .arrow.open {
    background-image: url(../img/arrow_right_dark_hover.png);
}
.btn .arrow.close {
    rotate: 90deg;
    background-image: url(../img/arrow_right_dark_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.btn:hover .arrow.close {    
    background-image: url(../img/arrow_right_hover.png);
}
.icon.up {
    width: 6rem;
    height: 6rem;
    background-image: url(../img/footer_up.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icon.bus {
    width: 31px;
    height: 27px;
    background-image: url(../img/bus.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.parking {
    width: 28px;
    height: 28px;
    background-image: url(../img/parking.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.clock {
    width: 29px;
    height: 30px;
    background-image: url(../img/clock.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.ask {
    width: 27px;
    height: 26px;
    background-image: url(../img/ask.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.person {
    width: 36px;
    height: 36px;
    background-image: url(../img/person.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG01"]) .icon.calendar {
    width: 36px;
    height: 36px;
    background-image: url(../img/calendar_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG01"]) .icon.bell {
    width: 36px;
    height: 36px;
    background-image: url(../img/bell_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG01"]) .icon.pin {
    width: 36px;
    height: 36px;
    background-image: url(../img/pin_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG02"]) .icon.calendar {
    width: 36px;
    height: 36px;
    background-image: url(../img/calendar_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG02"]) .icon.bell {
    width: 36px;
    height: 36px;
    background-image: url(../img/bell_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG02"]) .icon.pin {
    width: 36px;
    height: 36px;
    background-image: url(../img/pin_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG03"]) .icon.calendar {
    width: 36px;
    height: 36px;
    background-image: url(../img/calendar_sky.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG03"]) .icon.bell {
    width: 36px;
    height: 36px;
    background-image: url(../img/bell_sky.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG03"]) .icon.pin {
    width: 36px;
    height: 36px;
    background-image: url(../img/pin_sky.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG04"]) .icon.calendar {
    width: 36px;
    height: 36px;
    background-image: url(../img/calendar_green.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG04"]) .icon.bell {
    width: 36px;
    height: 36px;
    background-image: url(../img/bell_green.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sub02.education .board_area:has(.category[data-type="PG04"]) .icon.pin {
    width: 36px;
    height: 36px;
    background-image: url(../img/pin_green.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon.download {
    width: 26px;
    height: 26px;
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon.search {
    width: 28px;
    height: 28px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.icon.lock {
    width: 20px;
    height: 20px;
    background-image: url(../img/lock.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#modal.icon.close {
    width: 20px;
    height: 20px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.hamburger {
    width: 50px;
    height: 40px;
    background-image: url(../img/hamburger.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.active .icon.hamburger {
    width: 50px;
    height: 40px;
    background-image: url(../img/hamburger_black.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mo .icon.close {
    width: 50px;
    height: 43px;
    background-image: url(../img/mo_close.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Layout */
.flex_row {
    display: flex;
}
.flex_col {
    display: flex;
    flex-direction: column;
}
.gap10 {
    gap: 10px;
}
.gap30 {
    gap: 30px;
}
.mt15 {
    margin-top: 15px;
}
.mt24 {
    margin-top: 24px;
}

/* Universal */
.sub_section {
    width: 75%;
    margin: auto;
}
.intro_area {
    padding: 7.76vw 0 4.687vw;
}
.intro_area.line {
    border-bottom: 1px solid var(--gray_border);
}
.intro_area .intro_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
}
.intro_area .intro_wrap .path {
    font-size: 1.8rem;
    font-weight: var(--semi);
}
.intro_area .intro_wrap .path .prev {
    position: relative;
    margin-right: 31px;
    color: rgba(0, 0, 0, 0.4);
}
.intro_area .intro_wrap .path .prev:after {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -25px;
    background-image: url(../img/arrow_right_dark.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.intro_area .intro_wrap .page_title {
    font-size: 5rem;
    font-weight: var(--bold);
}

/* Table */
.table_area table {
    margin-top: 20px;
    border: 1px solid #AAA;
}
.table_area .table_wrap {
    display: flex;
    gap: 0 20px;
}
.table_area table tr {
    border-bottom: 1px solid #AAA;
}
.table_area table th {
    padding: 18px 5px;
    border-right: 1px solid #AAA;
    font-size: 2rem;
    font-weight: var(--medi);
}
.table_area table th .text {
    font-size: 2rem;
    font-weight: var(--bold);
}
.table_area table td {
    border-right: 1px solid #AAA;
    padding: 10px;
    font-size: 1.8rem;
    color: var(--dark_gray);
    text-align: center;
}

/* GNB */
#header {
    width: 100%;
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gnb_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 3.07vw 0 4.16vw;
    background-color: transparent;
    transition: all 300ms ease-in-out;
}
#header.active .gnb_wrap,
.gnb_wrap.pc:hover {
    opacity: 1;
    background-color: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.gnb_wrap .logo {
    width: 76px;
    height: 35px;
}
.gnb_wrap .logo_bg,
#header .gnb_wrap.mo .logo_bg  {
    width: 100%;
    height: 100%;
    background-image: url(../img/ls_logo_white.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#header.active .gnb_wrap .logo_bg,
.gnb_wrap.pc:hover .logo_bg,
#header.active .gnb_wrap.mo .logo_bg {
    background-image: url(../img/ls_logo_default.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.gnb_wrap nav {
    height: 100%;
}
.gnb_wrap .nav_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 0 70px;
}
.gnb_wrap .nav_wrap .nav_list {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 10001;
}
.gnb_wrap .nav_wrap .nav_list::after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--white);
    z-index: 10002;
    transition: all 300ms ease-in-out;
}
.gnb_wrap .nav_wrap .nav_list:has(.sub_title_wrap):hover::after {
    opacity: 1;
    width: 140px;
}
.gnb_wrap .nav_wrap .nav_list .title {
    position: relative;
    font-size: 1.7rem;
    font-weight: var(--bold);
    color: var(--white);
    z-index: 10001;
    word-break: keep-all;
}
#header.active .gnb_wrap .nav_wrap .nav_list .title,
.gnb_wrap.pc:hover .nav_wrap .nav_list .title {
    color: var(--black);
}
#header.active .gnb_wrap.pc:hover .nav_wrap .nav_list:hover .title,
.gnb_wrap.pc:hover .nav_wrap .nav_list:hover .title {
    color: var(--white);
}
.gnb_wrap .nav_wrap .nav_list .sub_title_wrap {
    display: none;
}
.gnb_wrap.pc .nav_wrap .nav_list:hover>.sub_title_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    padding: 104px 30px 30px 30px;
    background-color: var(--blue);
    z-index: 10000;
}
.gnb_wrap .nav_wrap .nav_list .sub_title {
    font-size: 1.6rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    word-break: keep-all;
}
.gnb_wrap.pc .nav_wrap .nav_list .sub_title:hover {
    color: rgba(255, 255, 255, 1);
}
.btn.gnb {
    width: 100px;
    padding: 10px 0;
    margin: 0;
    color: var(--white);
    border-color: var(--white);
}
#header.active .gnb_wrap .nav_wrap .btn.gnb,
.gnb_wrap.pc:hover .nav_wrap .btn.gnb,
#header.active .gnb_wrap.mo .btn.gnb  {
    border-color: var(--blue);
}
#header.active .gnb_wrap .nav_wrap .btn.gnb .title,
.gnb_wrap.pc:hover .nav_wrap .btn.gnb .title,
#header.active .gnb_wrap.mo .btn.gnb span {
    color: var(--blue);
}
.gnb_wrap .nav_wrap .btn.gnb:hover {
    border-color: var(--blue);
    background-color: var(--blue);
}
#header .gnb_wrap .nav_wrap .btn.gnb:hover .title {
    color: var(--white);
}

/* Footer */
#footer {
    background-color: var(--black);
    color: var(--white);
}
#footer .sub_section {
    padding: 3.8vw 0 5.2vw;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}
.footer_left .company {
    display: flex;
    align-items: flex-end;
}
.footer_left .company .logo {
    width: 76px;
    height: 35px;
}
.footer_left .company .name {
    font-size: 2.2rem;
    font-weight: var(--bold);
}
.footer_left .title {
    min-width: 52px;
    font-size: 1.5rem;
    color: #666;
}
.footer_left .desc {
    font-size: 1.5rem;
    color: #E6E6E6;
}
.footer_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.footer_right .copyright {
    font-size: 1.4rem;
    color: #444;
    word-break: keep-all;
}

/* Pagination */
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}
.pager .page {
    width: 35px;
    height: 35px;
    font-size: 2rem;
    color: var(--gray_border);
    text-align: center;
    line-height: 35px;
}
.pager .page.active {
    border-radius: 100%;
    background-color: var(--black);
    color: var(--white);
}

/* Calendar Custom */
#calendar .fc-scrollgrid {
    border: 0;
}
#calendar.fc .fc-view-harness {
    /* min-height: 661px !important; */
}
#calendar .fc-scrollgrid-section>* {
    border-right-width: 0;
}
#calendar thead[role="rowgroup"] tr th {
    border: 0 !important;
}
#calendar tbody[role="rowgroup"] table[role="presentation"] {
    border-top-style: inset;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: inset;
}
#calendar tbody[role="rowgroup"] table[role="presentation"] tr td {
    border: 1px solid #F6F6F6 !important;
}
#calendar tbody[role="rowgroup"] table[role="presentation"] tr:first-child td {
    border-top: 1px solid var(--gray_border) !important;
}
#calendar tbody[role="rowgroup"] table[role="presentation"] tr:last-child td {
    border-bottom: 1px solid var(--gray_border) !important;
}
#calendar tbody[role="rowgroup"] table[role="presentation"] tr td:has(.fc-non-business) {
    background-color: #d7d7d74d;
}
#calendar.fc .fc-non-business {
    background: unset !important;
}
#calendar.fc .fc-toolbar.fc-header-toolbar {
    position: relative;
    justify-content: center;
    margin-bottom: 2rem;
}
#calendar.fc .fc-toolbar-title {
    font-size: 2.4rem;
    font-weight: var(--bold);
}
#calendar.fc .fc-button-group {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
#calendar.fc .fc-button-primary {
    background-color: transparent;
}
#calendar.fc .fc-button-group>.fc-button {
    flex: unset;
    border: none;
}
#calendar .fc-button:focus,
#calendar .fc-button:focus-visible {
    background-color: inherit;
    box-shadow: none;
}
#calendar.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin: 0;
}
#calendar.fc .fc-button .fc-icon.fc-icon-chevron-left {
    width: 2.6vw;
    height: 2.6vw;
    padding: 15px 19px;
    background-image: url('../img/arrow_left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#calendar.fc .fc-button .fc-icon.fc-icon-chevron-right {
    width: 2.6vw;
    height: 2.6vw;
    padding: 15px 19px;
    background-image: url('../img/arrow_right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#calendar .fc-icon-chevron-left:before,
#calendar .fc-icon-chevron-right:before {
    content: none;
}
#calendar .fc-day {
    padding: 10px 0;
    cursor: pointer;
}
#calendar .fc-day-sun, 
#calendar .fc-day-sun .fc-daygrid-day-number .fc-daygrid-day-number,
#calendar .fc-day-past.fc-day-sun .fc-daygrid-day-number .fc-daygrid-day-number {
    color: var(--red);
}
#calendar .fc-col-header-cell.fc-day .fc-col-header-cell-cushion {
    font-size: 1.8rem;
    font-weight: var(--medi);
}
#calendar.fc .fc-daygrid-day-top {
    justify-content: center;
}
#calendar.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--white);
}
#calendar .fc-daygrid-day-number .fc-daygrid-day-number {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #E6E6E6;
    border-radius: 100%;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
}
#calendar .fc-day-past .fc-daygrid-day-number .fc-daygrid-day-number {
    background-color: #E6E6E6;
    color: var(--dark_gray);
}
#calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number .fc-daygrid-day-number {
    background-color: var(--black);
    color: var(--white);
}
#calendar.fc .fc-daygrid-day-events {
    margin: 0;
}
#calendar .fc-h-event {
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--white);
    border-radius: unset;
}
#calendar .fc-day-past.fc-day,
#calendar .fc-day-past .fc-h-event,
#calendar.fc .fc-day-past .fc-daygrid-day-number {
    cursor: default;
}
#calendar .fc-h-event .fc-event-main {
    background-color: var(--gray);
    color: var(--black);
}
#calendar .fc-h-event .fc-event-main:focus,
#calendar .fc-h-event .fc-event-main:hover {
    background-color: var(--blue);
    color: var(--white);
}
#calendar .fc-event.event-clicked .fc-event-main {
    background-color: var(--blue) !important;
    color: var(--white) !important;
}
#calendar .fc-day-past .fc-h-event:focus,
#calendar .fc-day-past .fc-h-event .fc-event-main:hover,
#calendar .fc-day-past .fc-h-event .fc-event-main:checked {
    background-color: var(--gray);
    color: var(--black);
}
#calendar .fc-h-event .fc-event-title-container {
    text-align: center;
}
#calendar .fc-daygrid-block-event .fc-event-title {
    margin: 7px auto;
    font-size: 1.6rem;
}
#calendar.fc .fc-daygrid-day-bottom {
    display: flex;
    justify-content: center;
}
.fc-direction-ltr .fc-daygrid-more-link {
    background: #666;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin: auto;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: var(--light);
    color: var(--white);
}
/* Modal Popup */
.popup_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
#modal.modal_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20000;
    background-color: var(--white);
}
#modal.modal_popup .banner_wrap {
    width: max(28.22vw, 542px);
    padding: 24px 12px 34px 12px;
}
#modal.modal_popup button.close {
    float: right;
}
#modal.modal_popup .caption {
    clear: both;
    font-size: 3rem;
    font-weight: var(--bold);
    text-align: center;
}
#modal.modal_popup .input_wrap {
    width: calc(100% - 77px);
    margin: 30px auto 50px;
}
#modal.modal_popup input[type="password"] {
    width: 100%;
    height: 60px;
}
#modal.modal_popup .text_wrap {
    min-height: 300px;
    height: 31.25vw;
    overflow-y: scroll;
}
#modal.modal_popup .text_wrap p {
    font-size: 1.8rem;
}

/* 반응형 */

@media screen and (max-width: 1440px) {
    html, body {
        font-size: 7px;
    }  
}

@media screen and (max-width: 1240px) {    
    /* Footer */
    #footer .sub_section {
        position: relative;
        padding: 40px 20px 80px;
    }
    .footer_left {
        min-width: calc(100% - 60px);
    }
    .footer_left .company {
        margin-bottom: 60px;
    }
    .footer_left .company .logo {
        width: 76px;
        height: 35px;
    }
    .footer_left .company .name {
        font-size: 17px;
    }
    .footer_left>.flex_row:last-child {
        flex-direction: column;
        gap: 20px;
    }
    .footer_left .title,
    .footer_left .desc {
        font-size: 14px;
    }
    .footer_right .copyright {
        font-size: 12px;
        min-width: 525px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

}

@media screen and (max-width: 1024px) {
    /* Universal */
    .sub_section {
        width: 90%;
    }
    .intro_area {
        padding-top: calc(7.76vw + 73px);
    }

    /* gnb */
    .gnb_wrap .nav_wrap {
        gap: 0 35px;
    }
    .gnb_wrap.pc .nav_wrap .nav_list:hover>.sub_title_wrap {
        width: 130px;
        padding: 104px 10px 30px 10px;
    }

    /* Btn */
    .arrow.huge {
        width: 60px;
        height: 60px;
    }

    /* Footer */

    /* Modal Popup */
    #modal.modal_popup .text_wrap {
        height: calc(100vh - 400px);
    }
}

@media screen and (max-width: 800px) {
    #modal.modal_popup .banner_wrap {
        width: calc(100vw - 40px);
    }
    #modal.modal_popup input[type="password"] {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .mo {
        display: block !important;
    }

    /* Font size 모음*/
    .font_huge {
        font-size: 55px !important;
    }
    .font_large {
        font-size: 34px !important;
    }
    .font_med {
        font-size: 24px !important;
    }
    .font_med_small {
        font-size: 20px !important;
    }
    .font_reg {
        word-break: keep-all;
        font-size: 17px !important;
    }
    .intro_area .intro_wrap .path,
    #modal.modal_popup .caption {
        font-size: 24px;
    }
    .intro_area .intro_wrap .page_title {
        font-size: 60px;
    }
    .red_cap {
        font-size: 34px;
    }
    .logo_wrap .btn.gnb .title {
        font-size: 17px;
    }

    /* Universal */
    .sub_section {
        width: 100%;
        padding: 0 20px;
    }
    main:not(:has(.intro_wrap .tab_wrap)) .intro_area {
        padding: 150px 0 50px;
    }
    main:has(.intro_wrap .tab_wrap) .intro_area {
        padding: 150px 0 50px;
    }
    .underline {
        margin-top: 30px;
    }
    .intro_area .intro_wrap .path .prev:after {
        top: 3px;
    }

    /* Btn */
    .btn,
    .btn:has(.icon),
    .btn.small,
    .btn.med {
        width: 60vw;
        max-width: 300px;
        padding: 15px 0;
        font-size: 17px;
        border-radius: 100px;
        margin: 30px auto 0;
    }
    .btn span,
    .btn:has(.icon) span,
    .btn.small span,
    .btn.med span{
        font-size: 17px;
    }
    /* Arrow */
    .arrow,
    .arrow.med,
    .arrow.huge.left,
    .arrow.huge.right {
        width: 5rem;
        height: 5rem;
    }

    /* Icon */    
    .icon.up {
        width: 40px;
        height: 40px;
    }
    .icon.download {
        width: 15px;
        height: 15px;
    }

    /* Table */    
    .table_area {
        flex-direction: column;
    }    
    .table_area table th,
    .table_area table th .text,
    .table_area table td {
        font-size: 17px;
    }

    /* Pagination */
    .pager .page {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .pager .arrow {
        width: 25px;
        height: 25px;
    }

    /* gnb */
    #header {
        height: 68px;
    }
    .gnb_wrap {
        position: relative;
        padding: 0 20px;
    }
    .gnb_wrap .logo {
        width: 80px;
        height: 36px;
    }
    .logo_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }
    .logo_wrap .hamburger_wrap {
        display: flex;
        gap: 0 30px;
    }
    .logo_wrap .btn.gnb {
        width: 10rem;
        padding: 10px 0;
        margin: 0;
        color: var(--white);
        border-color: var(--white);
    }
    .icon.hamburger,
    .active .icon.hamburger,
    .gnb_wrap.mo .icon.close {
        width: 20px;
        height: 20px;
    }
    .mo .arrow.down {
        width: 30px;
        height: 30px;
    }
    .gnb_wrap.mo .active .icon.hamburger {
        display: none;
    }
    .gnb_wrap.mo .icon.close {
        display: none;
    }
    .gnb_wrap.mo .active .icon.close {
        display: block;
    }
    .gnb_wrap .nav_wrap {
        visibility:hidden;
        position: absolute;
        top: 66px;
        left: 0;
        width: 100%;
        min-height: calc(100vh - 68px);
        flex-direction: column;
        padding: 82px 0 350px;
        background-color: var(--white);
        z-index: 10000;
        overflow: auto;
        opacity: 0;
        transition: all 300ms ease-in-out;
    }
    .gnb_wrap .nav_wrap.active,
    .gnb_wrap .nav_wrap.on {
        opacity: 1;
        visibility: visible;
        display: flex;
    }
    .gnb_wrap .nav_wrap .nav_list {
        width: 100%;
        height: auto;
        flex-direction: column;
        border-bottom: 1px solid #E6E6E6;
    }
    .gnb_wrap .nav_wrap .nav_list.active .sub_title_wrap {
        display: block;
        height: auto;
    }
    .gnb_wrap .nav_wrap .nav_list::after {
        display: none;
    }
    .gnb_wrap .nav_wrap .nav_list .title_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 20px;
    }
    .gnb_wrap .nav_wrap .nav_list .title {
        font-size: 24px;
        color: var(--black);
    }
    .gnb_wrap .nav_wrap .nav_list .sub_title_wrap {
        width: 100%;
        height: 0;
        padding: 30px 40px;
        background-color: var(--blue);
    }
    .gnb_wrap .nav_wrap .nav_list .sub_title {
        margin-bottom: 35px;
        color: var(--white);
        font-size: 17px;
        text-align: left;
    }
    .gnb_wrap .nav_wrap .nav_list .sub_title:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 540px) {
    /* Font size 모음 */
    .font_huge {
        font-size: 45px !important;
    }
    .font_large {
        font-size: 24px !important;
    }
    .font_micro {
        font-size: 14px !important;
    }
    .intro_area .intro_wrap .page_title {
        font-size: 40px;
    }
    .red_cap {
        font-size: 27px;
    }    
    .red_cap::after {
        right: -25px;
    }

    /* Universal */    
    .intro_area .intro_wrap .path .prev:after {
        top: -3px;
    }
    .intro_area .intro_wrap {
        padding: 0 20px;
        gap: 15px 0;
    }

    /* Btn */
    .btn {
        width: max(200px, 20vw);
    }
    /* Arrow */
    .arrow, .arrow.med,
    .arrow.huge.left,
    .arrow.huge.right {
        width: 30px;
        height: 30px;
    }

    /* Calendar */
    #calendar.fc .fc-button-group {
        width: calc(100vw - 40px);
    }
    /* GNB */
    .gnb_wrap .nav_wrap .nav_list .title_wrap {
        padding: 20px;
    }
    /* Footer */
    .footer_left .company .logo {
        width: 80px;
        height: 40px;
    }
    /* Table */
    .table_area .table_wrap {
        flex-direction: column;
    }
    /* Others */
    .intro_area .intro_wrap .path {
        display: flex;
        justify-content: center;
        word-break: keep-all;
        font-size: 14px;
    }
}