@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

/*공통*/
:root {
    --top_h: 90px;
    --nav_h: 70px;
    --header_h: calc(var(--top_h) + var(--nav_h));

    --main_col: #1d2088;
    --main_txt_col: #191919;
    --txt_col: #797979;

    --nav_ul_01: 20px;
    --nav_ul_02: 18px;
    --pagi_btn: 30px;

    --noto_serif: "Noto Serif KR", serif;
    --pretendard: "Pretendard Variable", Pretendard, sans-serif;
}


.main_container :where(section,
    div,
    p,
    h1,
    h2,
    h3,
    h4,
    span,
    li,
    a,
    button) {
    font-family: var(--pretendard);
    font-weight: 400;
    /* color: var(--txt_col); */
    letter-spacing: -0.2px;
}

/* .sub_container :where(section,
    div,
    p,
    h1,
    h2,
    h3,
    h4,
    span,
    li,
    a,
    button) {
    font-family: sans-serif;
    color: var(--txt_col);
} */

.wrap_1200 {
    max-width: 1240px;
    padding-inline: 20px;
    width: 100%;
    margin-inline: auto;
}

.icon_wrap img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_wrap img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.M_only {
    display: none;
}

._flex {
    display: flex;
}

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*공통*/

/*헤더*/
header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

header .wrap_1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .top {
    height: var(--top_h);
    border-bottom: 1px solid #e3e3e3;
}

header h1 {
    width: 295px;
    position: relative;
    z-index: 999;
}

header h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

header h1 img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
}

.nav_wrap {
    width: 100%;
    height: var(--nav_h);
}

.nav_wrap nav {
    width: 100%;
    position: relative;
    max-width: unset;
    justify-content: center;
    border-bottom: 1px solid #e3e3e3;
}

.nav_wrap ul.depth_01 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1100px;
    height: 100%;
}

.nav_wrap ul.depth_01>li {
    flex: 1;
    text-align: center;
    position: relative;
    height: 100%;
}

.nav_wrap ul.depth_01>li>button {
    font-size: var(--nav_ul_01);
    color: var(--main_txt_col);
    font-weight: 600;
    transition: 0.3s;
    height: 100%;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.nav_wrap ul.depth_01>li.active button {
    color: var(--main_col);
}

.nav_wrap ul.depth_02 li a {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: var(--nav_ul_02);
    color: #191919;
    transition: 0.3s;
}

.nav_wrap ul.depth_02>li.active a {
    color: #fff;
    background-color: var(--main_col);
}

.utility_wrap {
    display: inline-flex;
    gap: 10px;
}

.utility_wrap a {
    transition: 0.3s;
    font-weight: 500;
}

/*헤더*/

/*메인*/

.main {
    grid-template-columns: 447px 240px 458px;
    display: grid;
    justify-content: space-between;
    padding-bottom: 67px;
    min-height: fit-content;
    padding-top: calc(var(--header_h));
}

.main section {
    max-height: 385px;
}

.main section:nth-child(1) {
    grid-column: 1 / span 2;
}

.main section:nth-child(3) {
    grid-column: 1;
}

.main section:nth-child(4) {
    grid-column: 2;
}

.main section:nth-child(2),
.main section:nth-child(5) {
    grid-column: 3;
}

.main section:nth-child(3),
.main section:nth-child(4),
.main section:nth-child(5) {
    margin-top: 45px;
}

/* 메인 섹션 main_banner */
.main_banner {
    position: relative;
    overflow: hidden;
}

.main_banner .swiper-slide {
    position: relative;
}

.main_banner .swiper-slide .txt_wrap {
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%);
}

.main_banner .swiper-slide .txt_wrap p {
    color: #fff;
}

.main_banner .swiper-slide .txt_wrap p.sub_tit {
    font-size: 20px;
}

.main_banner .swiper-slide .txt_wrap p.tit {
    font-size: 40px;
    margin-top: 12px;
    margin-bottom: 14px;
    font-weight: 700;
}

.main_banner .swiper-slide .txt_wrap p.desc {
    font-size: 18px;
    color: #c9c9c9;
}

.main_banner .main_banner_wrap {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.main_banner .swiper-wrapper {
    display: flex;
}

.main_banner .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.main_banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translate(-50%, 0);
    display: flex;
    gap: 6px;
    width: auto;
}

.main_banner .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cccccc;
    display: inline-block;
}

.main_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

/* 메인 섹션 main_info */
.main_info .total_sch_wrap {
    background: #f1f1f1;
    padding: 22px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.main_info .total_sch_wrap>span {
    font-size: 23px;
    color: #191919;
    font-weight: 700;
    position: relative;
}

.main_info .total_sch_wrap .sch_input_wrap input {
    border: 0;
    border-radius: 60px;
    padding: 14px 19px;
    width: 285px;
}

.main_info .total_sch_wrap .sch_input_wrap .icon_wrap {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translate(0, -50%);
    width: 28px;
    height: 25px;
    background-image: url(../images/user/sch_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}

.main_info .move_link_box {
    margin-top: 30px;
}

.main h2 {
    color: #191919;
    font-weight: 700;
    font-size: 23px;
}

.main_info .move_link_box .white_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
    margin-top: 13px;
}

.main_info .move_link_box .white_box a {
    width: calc(33.333333333% - 7.5px);
    border: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 33px 0;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    color: var(--txt_col);
}

.main_info .move_link_box .white_box a:hover {
    background-color: #f6f6f6;
    transition: 0.3s;
}

.main_info .move_link_box .white_box a .icon_wrap {
    display: block;
}

.main_info .move_link_box .white_box a:nth-child(1) img {
    width: 41px;
}

.main_info .move_link_box .white_box a:nth-child(2) img {
    width: 46px;
}

.main_info .move_link_box .white_box a:nth-child(3) img {
    width: 36px;
}

.main_info .move_link_box .blue_box {
    display: flex;
    justify-content: space-between;
}

.main_info .move_link_box .blue_box a {
    background: #1d2088;
    color: #ffffff;
    font-size: 18px;
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    gap: 10px;
    font-weight: 600;
}

.main_info .move_link_box .blue_box a:hover {
    background: #0e1163;
    transition: 0.3s;
}

.main_info .move_link_box .blue_box a img {
    display: inline;
    width: auto;
    height: auto;
}

/* 메인 섹션 main_info */

/* 메인 섹션 보드 */
.main .tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main .board_list li+li {
    border-top: 1px solid #e5e5e5;
}

.main .board_list li:first-child {
    border-top: 1px solid #e5e5e5;
}

.main .board_list li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.main .board_list li {
    padding: 15px 12px 15px 11px;
}

.main .board_list li a {
    font-size: 20px;
    display: block;
    position: relative;
    padding-left: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: 0.3s;
    color: var(--txt_col);

}

.main .board_list li a:hover {
    color: #191919;
    transition: 0.3s;
}

.main .board_list li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #797979;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/* 메인 섹션 보드 */


/* 메인 섹션 이달의 토론 */
.main .main_discussion .main_col {
    background: #1d2088;
    color: #fff;
    font-size: 15px;
    padding: 5px 13px 3px 13px;
    display: inline-block;
}

.main .main_discussion .tit {
    font-size: 18px;
    color: #191919;
    line-height: 25px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.main .main_discussion .tit a {
    color: #191919;
    font-size: 18px;
    font-weight: 500;
}

.main .main_discussion .tit a:hover {
    text-decoration: underline;
}

.main .main_discussion .bottom_box {
    font-size: 15px;
}

.main .main_discussion .bottom_box .list_dot li {
    position: relative;
    padding-left: 10px;
    color: var(--txt_col);

}

.main .main_discussion .bottom_box .list_dot li::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #797979;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.main .main_discussion .bottom_box .list_dot li+li {
    margin-top: 13px;
}

.main .main_discussion .gray_box {
    border: 1px solid #e5e5e5;
    padding: 25px 14px 30px;
}

.main .main_discussion .gray_box .top_box,
.main .main_discussion .gray_box .bottom_box {
    padding: 0 15px;
}

/* 메인 섹션 이달의 토론 끝*/
/* 메인 끝*/

/*푸터*/
footer {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 50px;
}

footer .wrap_1200 {
    display: flex;
    justify-content: space-between;
}

footer .left_part p {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 400;
}

footer .left_part p.main_col span {
    color: var(--main_col);
    font-weight: 700;
}

footer .left_part p.main_col {
    color: var(--main_col);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer .right_part {
    margin-top: 20px;
}

footer .select_wrap {
    position: relative;
    width: 170px;
}

footer .selected {
    color: var(--txt_col);
    font-size: 15px;
    border: 1px solid var(--txt_col);
    padding-inline: 15px 45px;
    height: 35px;
    background-image: url(../images/user/select_icon.png);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    width: 100%;
    cursor: pointer;
}

footer .select_wrap ul {
    position: absolute;
    top: -35px;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out;
    clip-path: inset(100% 0 0 0);
}

footer .select_wrap.active ul {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transition: 0.3s ease-in-out;
}

footer .select_wrap ul li button {
    display: inline-flex;
    width: 100%;
    height: 35px;
    align-items: center;
    padding-inline: 12px;
    background-color: #e4e4e4d3;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;

}

footer .select_wrap ul li button:where(:hover, .active) {
    background-color: #c9c9c9e5;
    transition: 0.2s;
}

/*푸터*/

/* 서브메뉴 메인화면 공통 */
/* 서브메뉴 메인화면 공통 */

/*페이지네이션*/
.pagination {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.pagination ul {
    display: flex;
    justify-content: center;

}

.pagination a:not(.arrow) {
    font-size: var(--sub_con_19);
    width: var(--pagi_btn);
    height: var(--pagi_btn);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #191919;
}

.pagination span.on {
    font-size: var(--sub_con_19);
    color: #fff;
    background-color: var(--main_col);
    width: var(--pagi_btn);
    height: var(--pagi_btn);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagination a.arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: var(--pagi_btn);
    height: var(--pagi_btn);
    background-image: url(../images/user/pagi.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #E6E6E6;
}

.pagination a.arrow.first {
    background-image: url(../images/user/pagi_d.png);
}

.pagination .first+.prev {
    border-left: 0;

}

.pagination a.arrow.next {
    transform: rotate(180deg);
}

.pagination a.arrow.last {
    background-image: url(../images/user/pagi_d.png);
    transform: rotate(180deg);
    border-right: 0;
}

.pagination a.arrow img {
    display: none;
}

/*페이지네이션*/

@media(max-width: 1400px) {

    /*공통 1400px*/
    section.sub .sub_main_inner {
        padding-top: 0;
    }

    section.sub .sec_inner {
        max-width: 926px;
    }

    section.sub .main_txt h2 {
        font-size: 48px;
        font-family: var(--noto_serif);
        margin-bottom: 33px;
    }

    section.sub .sub_tab ul li a {
        font-size: 20px;
    }

    section.sub .sub_tab {
        max-width: 926px;
    }

    section.sub .main_txt p {
        font-size: 22px;
    }

    /*공통 1400px*/

    /*헤더 1400px*/
    header h1 {
        width: 190px;
    }

    /*헤더 1400px*/

    /*메인 1400px*/
    .main {
        grid-template-columns: 343px 235px 343px;
    }

    .main h2 {
        font-size: 21px;
    }

    .main_banner .swiper-pagination {
        bottom: 20px;
    }

    .main_info .total_sch_wrap .sch_input_wrap input {
        width: auto;
    }

    .main_banner .swiper-slide .txt_wrap p.sub_tit {
        font-size: 18px;
    }

    .main_banner .swiper-slide .txt_wrap p.tit {
        font-size: 38px;
    }

    .main_banner .swiper-slide .txt_wrap p.desc {
        font-size: 16px;
    }

    .main_info .total_sch_wrap {
        padding: 15px 0 13px;
    }

    .main_info .total_sch_wrap .sch_input_wrap .icon_wrap {
        width: 20px;
        height: 21px;
    }

    .main_info .total_sch_wrap .sch_input_wrap input {
        padding: 11px 19px;
        width: 206px;
    }

    .main_info .move_link_box .white_box a:nth-child(1) img {
        width: 35px;
    }

    .main_info .move_link_box .white_box a:nth-child(2) img {
        width: 41px;
    }

    .main_info .total_sch_wrap>span {
        font-size: 19px;
    }

    .main_info .move_link_box .white_box a {
        padding: 21px 0;
        font-size: 15px;
    }

    .main_info .move_link_box .white_box a:nth-child(3) img {
        width: 32px;
    }

    .main_info .move_link_box .blue_box a {
        font-size: 16px;
        padding: 17px 0;
    }

    .main_info .move_link_box .blue_box a img {
        transform: scale(0.9);
    }

    /*메인 1400px*/

    /*푸터 1400px*/
    /*푸터 1400px*/

}

@media(max-width: 1240px) {

    /*공통 1240px*/
    /*공통 1240px*/

    /*헤더 1240px*/
    /*헤더 1240px*/

    /*메인 1240px*/
    /*메인 1240px*/

    /*푸터 1240px*/
    /*푸터 1240px*/

}

@media(min-width: 1025px) {

    /* 호버, 액티브 */
    .nav_wrap ul.depth_01>li:hover ul.depth_02 {
        display: block;
    }

    .nav_wrap ul.depth_01>li:hover>button {
        color: var(--main_col);
        font-weight: 600;
        transition: 0.3s;
    }

    .nav_wrap ul.depth_02 li a:hover {
        background-color: var(--main_col);
        color: #fff;
        font-weight: 600;
        transition: 0.3s;
    }

    .nav_wrap ul.depth_02 {
        position: absolute;
        bottom: 10px;
        background: #fff;
        transform: translateY(100%);
        box-shadow: 0px 0px 5px 0px #00000026;
        border: 1px solid #DCDCDC;
        width: 100%;
        display: none;
    }

    .utility_wrap a:hover {
        color: #333;
        transition: 0.3s;
    }

}

@media(max-width: 1024px) {
    :root {
        --sub_con_19: 17px;

        --nav_ul_01: 18px;
        --nav_ul_02: 16px;
        --pagi_btn: 24px;
    }

    .video_bg_wrap {
        display: none;
    }

    /*공통 1024px*/
    :root {
        --header_h: 70px;
    }

    .M_only {
        display: revert;
    }

    /*공통 1024px*/

    /*헤더 1024px*/
    header .nav_wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        transition: transform 1s;
        transform: translateX(100%);
        flex-direction: column;
        background-color: #fff;
        padding-top: var(--header_h);
        gap: 20px;
        align-items: flex-start;
    }

    header .nav_wrap.active {
        display: flex;
        transition: transform 1s;
        transform: translateX(0);
    }

    .menu_btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
        padding: 15px;
        cursor: pointer;
        z-index: 101;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        background-color: transparent;
        z-index: 101;
    }

    .menu_button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu_button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .bar {
        position: relative;
        display: block;

        width: 20px;
        height: 2px;

        margin: 6px auto;
        background-color: #191919;

        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .cross .bar {
        background-color: #191919;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }

    .nav_wrap ul.depth_01 {
        display: block;
        max-width: unset;
        margin-top: 15px;
    }

    .nav_wrap ul.depth_01>li {
        text-align: left;
        height: auto;
        padding: 15px 0px;
    }

    .nav_wrap ul.depth_01>li>button {
        color: #191919;
        padding: 0;
    }

    .nav_wrap ul.depth_01>li.active>button {
        color: var(--main_col);
    }

    .nav_wrap ul.depth_02 {
        margin-top: 15px;
        display: none;
    }

    .nav_wrap ul.depth_01>li.active ul.depth_02 {
        display: block;
    }

    .nav_wrap ul.depth_02 li a {
        padding: 5px 0;
        display: block;
        width: 100%;
        height: auto;
        line-height: unset;
        text-align: left;
        font-size: 16px;
        transition: unset;
        color: #191919;
    }

    .nav_wrap ul.depth_02 li.active a {
        color: var(--main_col);
        background-color: transparent;
    }

    .nav_wrap ul.depth_02 li.active a::before {
        content: "·";
        display: inline-block;
        color: var(--main_col);
        font-weight: 700;
        margin-right: 5px;

    }

    .utility_wrap {
        position: fixed;
        top: var(--top_h);
        width: 100%;
        right: 0;
        z-index: 999;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        justify-content: flex-start;
        transform: translateX(100%);
        transition: 1s;
        border-block: 1px solid #dcdcdc;
    }

    .utility_wrap.active {
        visibility: visible;
        opacity: 1;
        transition: 1s;
        transform: translateX(0);
    }

    .utility_wrap a {
        color: #191919;
    }

    /*헤더 1024px*/

    /*메인 1024px*/
    .main {
        grid-template-columns: 510px 220px;
    }

    .main_banner {
        overflow: hidden;
    }

    .main section:nth-child(1),
    .main section:nth-child(2),
    .main section:nth-child(5) {
        grid-column: 1 / span 2;
    }

    .main section.main_discussion {
        justify-self: end;
    }

    .main_banner .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .main section+section {
        margin-top: 30px;
    }

    .main_info .sch_input_wrap {
        width: calc(100% - 153px);
    }

    .main_info .total_sch_wrap .sch_input_wrap input {
        width: 100%;
    }

    .main_banner .swiper-slide .txt_wrap {
        left: 28%;
    }


    /*메인 1024px*/

    /*푸터 1024px*/

    footer .right_part {
        margin-top: 0;

    }

    footer .selected {
        font-size: 15px;
        padding-inline: 10px 25px;
        height: 30px;
        background-size: 12px;
        text-align: left;
    }

    footer .select_wrap ul {
        position: absolute;
        top: -30px;
    }

    footer .select_wrap ul li button {
        height: 30px;
        padding-inline: 10px;
        font-size: 14px;
    }

    /*푸터 1024px*/

}

@media(max-width: 768px) {
    :root {
        --sub_con_19: 16px;
    }

    /*공통 768px*/
    section.sub .sub_tab ul li a {
        font-size: 18px;
    }

    section.sub .main_txt h2 {
        font-size: 39px;
        margin-bottom: 20px;
    }

    section.sub .main_txt p {
        font-size: 19px;
    }

    /*공통 768px*/

    /*헤더 768px*/
    /*헤더 768px*/

    /*메인 768px*/
    .main {
        grid-template-columns: 100%;
    }

    .main section:nth-child(3),
    .main section:nth-child(4) {
        grid-column: 1 / span 2;
    }

    .main section.main_discussion {
        justify-self: auto;
    }

    .main_banner .swiper-slide .txt_wrap p.sub_tit {
        font-size: 15px;
    }

    .main_banner .swiper-slide .txt_wrap p.tit {
        font-size: 29px;
        margin-top: 9px;
        margin-bottom: 14px;
    }

    .main_banner .swiper-slide .txt_wrap p.desc {
        font-size: 14px;
    }

    .main_banner .swiper-slide .txt_wrap {
        left: 176px;
        white-space: nowrap;
    }

    .main_info .total_sch_wrap>span {
        font-size: 17px;
    }

    .main_info .total_sch_wrap {
        padding: 11px 0 11px;
    }

    .main h2 {
        font-size: 19px;
    }

    .main_info .move_link_box .blue_box a {
        font-size: 15px;
        padding: 10px 0;
    }

    .main_info .move_link_box .white_box a {
        font-size: 15px;
    }

    .main .board_list li a {
        font-size: 15px;
    }

    .main .main_discussion .tit {
        font-size: 17px;
    }

    .main .main_discussion .main_col {
        font-size: 14px;
        padding: 5px 13px;
    }

    .main .main_discussion .bottom_box .list_dot li+li {
        margin-top: 9px;
    }

    .main .main_discussion .gray_box {
        padding: 25px 14px;
    }

    .main_banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    /*메인 768px*/

    /*푸터 768px*/
    footer .left_part p.main_col {
        font-size: 16px;
        margin-bottom: 7px;
    }

    footer .left_part p {
        margin-bottom: 5px;
    }

    footer .wrap_1200 {
        flex-direction: column-reverse;
    }

    footer .right_part {
        margin-bottom: 20px;
    }

    /*푸터 768px*/
}

@media(max-width: 640px) {
    :root {
        --sub_con_19: 16px;
    }

    /*공통 640px*/
    /*공통 640px*/

    /*헤더 640px*/
    /*헤더 640px*/

    /*메인 640px*/
    /*메인 640px*/

    /*푸터 640px*/
}

/*푸터 640px*/
@media(max-width: 480px) {

    /*공통 480px*/
    /*공통 480px*/
    .main_banner .swiper-slide .txt_wrap p.sub_tit {
        font-size: 12px;
    }

    .main_banner .swiper-slide .txt_wrap p.tit {
        font-size: 20px;
    }

    .main_banner .swiper-slide .txt_wrap p.desc {
        font-size: 11px;
    }

    .main_info .total_sch_wrap>span {
        font-size: 14px;
    }

    .main_info .total_sch_wrap {
        gap: 17px;
    }

    .main h2 {
        font-size: 16px;
    }

    .main_info .move_link_box .white_box a {
        font-size: 13px;
    }

    .main_info .move_link_box .white_box a:nth-child(1) img {
        width: 29px;
    }

    .main_info .move_link_box .white_box a:nth-child(2) img {
        width: 33px;
    }

    .main_info .move_link_box .white_box a:nth-child(3) img {
        width: 29px;
    }

    .main_info .move_link_box .blue_box a {
        font-size: 13px;
        padding: 5px 0;
    }

    .main_info .move_link_box .blue_box a img {
        transform: scale(0.75);
    }

    .main .tit_wrap {
        margin-bottom: 9px;
    }

    .main .board_list li a {
        font-size: 13px;
    }

    .main .board_list li {
        padding: 12px 11px 12px 13px;
    }

    .main .main_discussion .tit {
        font-size: 15px;
        margin-bottom: 18px;
        padding-bottom: 14px;
        margin-top: 11px;
        line-height: 22px;
    }

    .main .main_discussion .bottom_box {
        font-size: 13px;
    }

    .main .main_discussion .gray_box {
        padding: 18px 5px;
    }

    .main_info .sch_input_wrap {
        width: calc(100% - 107px);
    }

    .main_banner .swiper-slide .txt_wrap {
        left: 122px;
    }
}