/* 전체, 기본 설정 */
html{
    overflow-x: hidden;
    box-sizing: border-box;
}
button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul, a{
    font-size: 16px;
    line-height: 24px;
    font-family: "pretendard-regular";
    box-sizing: border-box;
}
button, a{
    cursor: pointer;
}
.container{
    max-width: 1440px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}
.mid_container{
    width: 1400px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    background-color: transparent;
}

.btn-large-primary, .btn-micro-primary, .btn-normal-primary, .btn-primary, .btn-regular-primary, .btn-small-primary, .btn-tiny-primary {
    border-color: #1487f4 !important;
    background-color: #1487f4 !important;
    color: #fff;
}

.page1{
    padding-bottom: 120px;
    box-sizing: border-box;
    min-height: calc((var(--vh, 1vh) * 100) - 407px );
}
img{
    max-width: initial;
}
.none_scroll{
    overflow: hidden!important;
}

.sub_page{
    padding-top: 120px;
}
.sub_page img{
    max-width: 100%;
}
@media screen and (max-width: 1399px){
    .container{
        max-width: initial;
        width: calc(100% - 48px);
    }
    .mid_container{
        max-width: calc(100% - 48px);
    }
    .page1{
        padding-bottom: 80px;
        min-height: calc((var(--vh, 1vh) * 100) - 367px );
    }
    .sub_page{
        padding-top: 32px;
    }
}
@media screen and (max-width: 767px){
    .container{
        width: calc(100% - 40px);
    }
    .mid_container{
        max-width: calc(100% - 40px);
    }
    .page1{
        padding-bottom: 50px;
        min-height: calc((var(--vh, 1vh) * 100) - 367px );
    }
    .sub_page{
        padding-top: 32px;
    }
}


/* hide & show */
.mo-show, .ta-show, .tm-show {
    display: none!important;
}
@media screen and (max-width: 1399px){
    .pc-show, .tm-hide{
        display: none!important;
    }
    .ta-show, .tm-show {
        display: block!important;
    }
}
@media screen and (max-width: 767px){
    .mo-hide, .pc-show, .ta-show{
        display: none!important;
    }
    .mo-show {
        display: block!important;
    }
}

@media screen and (max-width:767px) {

    .mobile_hide {
        display:none !important;
    }

    .mobile_show {
    }

    .tablet_show {
        display:none !important;
    }

    .pc_show {
        display:none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1399px) {

    .tablet_hide {
        display:none !important;
    }

    .mobile_show {
        display:none !important;
    }

    .tablet_show {
    }

    .pc_show {
        display:none !important;
    }

}

@media screen and (min-width:1400px) {

    .pc_hide {
        display:none !important;
    }

    .mobile_show {
        display:none !important;
    }

    .tablet_show {
        display:none !important;
    }

    .pc_show {
    }

}


/* 로고 */
.logo{
    width: 180px;
    height: 55px;
    background: url("/res/home/publish/img/common/logo_white.svg")no-repeat;
    background-size: cover;
    display: flex;
    cursor: pointer;
}


/* 인풋 */
button{
    outline: none;
    min-width: auto;
}
/*button.btn_basic{*/
/*    box-sizing: border-box;*/
/*    padding: 12px;*/
/*    border: 1px solid #777;*/
/*    border-radius: 8px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    line-height: 17px;*/
/*    width: 100px;*/
/*}*/
button:focus-visible,
button:focus,
button:active{
    outline: none;
}
input{
    color: #222;
    border-color: #dedede;
}
input:focus,
input:focus-visible,
input:active{
    outline: none;
}
input::placeholder{
    color: #777;
}
textarea{
    border-color: #dedede;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    font-size: 18px;
    line-height: 27px;
    border-radius: 10px;
    height: 327px;
}
textarea::-webkit-scrollbar {
    width: 16px;
}
textarea::-webkit-scrollbar-thumb {
    background-color: #eaeaea;
    border-radius: 32px;
    background-clip: padding-box;
    border: 5px solid transparent;
}
select{
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 36px 0 12px;
    appearance:none;
    background:url('/res/home/publish/img/common/icon_arrow_down_selcet.svg') no-repeat right 12px center;
    background-size: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #777;
}
select:focus,
select:focus-visible,
select:active{
    outline: none;
}
@media screen and (max-width: 1399px){
    textarea{
        height: 200px;
        font-size: 14px;
        line-height: 21px;
    }
}
@media screen and (max-width: 767px){
    button.btn_basic{
        padding: 11px 13px;
        font-size: 11px;
        line-height: 13px;
        width: auto;
    }
    textarea{
        padding: 12px;
        height: 420px;
    }
}

/* 컬러 */
.btn_primary{
    border-color: #0054C9!important;
    background-color: #0054C9!important;
    color: #fff;
}
.btn_primary_outline{
    border-color: #0054C9!important;
    background-color: transparent!important;
    color: #0054C9;
}
/*.btn_black{*/
/*    border-color: #454545!important;*/
/*    background-color: #454545!important;*/
/*    color: #fff;*/
/*}*/
/*.btn_black_outline{*/
/*    border-color: #454545!important;*/
/*    background-color: #fff!important;*/
/*    color: #454545;*/
/*}*/
.primary_color{
    color: #0054C9;
}
/*.gray_color{*/
/*    color: #616161!important;*/
/*}*/
/*.black_color{*/
/*    color: #222!important;*/
/*}*/



/*헤더*/
.header{
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
}
.header .mid_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .header_gnb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.header .header_gnb .gnb_depth1_box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header .header_gnb .gnb_depth1_box .gnb_depth1_item{
    font-family: pretendard-semibold;
    color: #3d3d3d;
}
.header .header_gnb .gnb_depth1_box .gnb_depth2_box{
    display: none;
}
.header .header_logo{
    display: block;
    cursor: pointer;
}
.header .header_right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header .header_right .login_btn,
.header .header_right .logout_btn,
.mobile_gnb .logout_btn{
    font-family: pretendard-medium;
    cursor: pointer;
    color: #5d5d5d;
}
.header .header_right .study_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: 1px solid #0054c9;
    color: #0054c9;
    cursor: pointer;
}
.header .header_right .study_btn span{
    font-family: pretendard-medium;
}
.header .header_mobile_gnb_btn{
    background-image: url("/res/home/kaist/img/common/icon_menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media screen and (min-width: 1400px){
    .header{
        height: 90px;
    }
    .header .header_gnb{

    }
    .header .header_gnb .gnb_depth1_box{
        min-width: 150px;
    }
    .header .header_gnb .gnb_depth1_box .gnb_depth1_item{
        font-size: 20px;
        line-height: 90px;
        width: 100%;
        text-align: center;
    }
    .header .header_gnb .gnb_depth1_box.on .gnb_depth2_box{
        display: flex;
    }
    .header .header_gnb .gnb_depth1_box .gnb_depth2_box{
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
        background-color: white;
        position: absolute;
        left: 0;
        /*top: calc(100% + 12px);*/
        top: 100%;
        width: 100%;
        padding: 12px 10px;
        border-radius: 16px;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header .header_gnb .gnb_depth1_box .gnb_depth2_box .gnb_depth2_item{
        font-family: nsr-b;
        text-align: center;
        width: 100%;
        cursor: pointer;
        border-bottom: 1px solid #ebebeb;
        padding: 12px;
    }
    .header .header_gnb .gnb_depth1_box .gnb_depth2_box .gnb_depth2_item:last-child{
        border-bottom: none;
    }
    .header .header_right .login_btn,
    .header .header_right .logout_btn{
        padding: 0 20px;
        height: 48px;
        line-height: 48px;
    }
    .header .header_right .study_btn{
        border-radius: 6px;
        padding: 0 16px;
        /*width: 88px;*/
        height: 35px;
    }
    .header .header_right .study_btn span{
        font-size: 16px;
        line-height: 33px;
    }
    .header .header_logo{
        max-width: 300px;
        height: auto;
    }
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .header{
        height: 60px;
    }
    .header .header_right{
        margin-left: auto;
        margin-right: 12px;
    }
    .header .header_right .login_btn,
    .header .header_right .logout_btn{
        display: none !important;
    }
    .header .header_right .study_btn{
        display: none;
    }
    .header .header_logo{
        max-width: 190px;
        max-height: 24px;
    }
    .header .header_mobile_gnb_btn{
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 767px){
    .header{
        height: 60px;
    }
    .header .header_right{
        margin-left: auto;
        margin-right: 12px;
    }
    .header .header_right .login_btn,
    .header .header_right .logout_btn{
        display: none !important;
    }
    .header .header_right .study_btn{
        display: none;
    }
    .header .header_logo{
        max-width: 190px;
        max-height: 24px;
    }
    .header .header_mobile_gnb_btn{
        width: 24px;
        height: 24px;
    }
}


.mobile_gnb{
    display: none;
}
.mobile_gnb.on{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    background-color: white;
}
.mobile_gnb .home_btn{
    background-image: url("/res/home/kaist/img/common/icon_home.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile_gnb .close_btn{
    background-image: url("/res/home/kaist/img/common/icon_close.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile_gnb .study_btn{
    background-color: white;
    border: 1px solid #0054c9;
    color: #0054c9;
    cursor: pointer;
}
.mobile_gnb .study_btn span{
    font-family: pretendard-medium;
}
@media screen and (min-width: 1400px){

}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .mobile_gnb .mobile_gnb_header{
        width: 100%;
        height: 60px;
    }
    .mobile_gnb .mobile_gnb_header .mid_container{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .mobile_gnb .home_btn{
        margin-right: auto;
    }
    .mobile_gnb .logout_btn{
        font-size: 14px;
    }
    .mobile_gnb .home_btn,
    .mobile_gnb .close_btn{
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .mobile_gnb .study_btn{
        border-radius: 8px;
        padding: 0 8px;
        width: 80px;
        height: 32px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .mobile_gnb .study_btn span{
        font-size: 13px;
    }
    .mobile_gnb .mobile_gnb_login{
        padding: 0 24px;
        padding-bottom: 6px;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile_gnb .mobile_gnb_login button{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 40px;
    }
    .mobile_gnb .mobile_gnb_login button,
    .mobile_gnb .mobile_gnb_login button span{
        font-family: nsr-eb;
        color: #454545;
        font-size: 16px;
        line-height: 40px;
    }
    .mobile_gnb .mobile_gnb_login button .user_name{
        margin-left: 5px;
    }
    .mobile_gnb_list{
        margin-top: 16px;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box{
        height: 44px;
        overflow: hidden;
        transition: all .5s ease;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box.on{
        height: auto;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth1_item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 44px;
        padding: 0 24px;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth1_item p{
        font-family: pretendard-semibold;
        font-size: 13px;
        line-height: 44px;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth1_item .mobile_gnb_arrow{
        width: 20px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/res/home/kaist/img/common/icon_down_arrow.svg");
    }
    .mobile_gnb_list .mobile_gnb_depth1_box.on .mobile_gnb_depth1_item .mobile_gnb_arrow{
        transform: rotate(180deg);
        transition: all .5s ease;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth2_box{
        width: 100%;
        background-color: #f5f5f5;
        display: flex;
        flex-direction: column;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth2_box .mobile_gnb_depth2_item{
        font-family: pretendard-medium;
        font-size: 13px;
        height: 44px;
        line-height: 43px;
        padding: 0 24px;
        border-bottom: 1px solid #ebebeb;
    }
}
@media screen and (max-width: 767px){
    .mobile_gnb .mobile_gnb_header{
        width: 100%;
        height: 60px;
    }
    .mobile_gnb .mobile_gnb_header .mid_container{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .mobile_gnb .home_btn{
        margin-right: auto;
    }
    .mobile_gnb .logout_btn{
        font-size: 14px;
    }
    .mobile_gnb .home_btn,
    .mobile_gnb .close_btn{
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .mobile_gnb .study_btn{
        border-radius: 8px;
        padding: 0 8px;
        width: 80px;
        height: 32px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .mobile_gnb .study_btn span{
        font-size: 13px;
    }
    .mobile_gnb .mobile_gnb_login{
        padding: 0 20px;
        padding-bottom: 6px;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile_gnb .mobile_gnb_login button{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 40px;
    }
    .mobile_gnb .mobile_gnb_login button,
    .mobile_gnb .mobile_gnb_login button span{
        font-family: nsr-eb;
        color: #454545;
        font-size: 16px;
        line-height: 40px;
    }
    .mobile_gnb .mobile_gnb_login button .user_name{
        margin-left: 5px;
    }
    .mobile_gnb_list{
        margin-top: 16px;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box{
        height: 44px;
        overflow: hidden;
        transition: all .5s ease;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box.on{
        height: auto;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth1_item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 44px;
        padding: 0 20px;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth1_item p{
        font-family: pretendard-semibold;
        font-size: 13px;
        line-height: 44px;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth1_item .mobile_gnb_arrow{
        width: 20px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/res/home/kaist/img/common/icon_down_arrow.svg");
    }
    .mobile_gnb_list .mobile_gnb_depth1_box.on .mobile_gnb_depth1_item .mobile_gnb_arrow{
        transform: rotate(180deg);
        transition: all .5s ease;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth2_box{
        width: 100%;
        background-color: #f5f5f5;
        display: flex;
        flex-direction: column;
    }
    .mobile_gnb_list .mobile_gnb_depth1_box .mobile_gnb_depth2_box .mobile_gnb_depth2_item{
        font-family: pretendard-medium;
        font-size: 13px;
        height: 44px;
        line-height: 43px;
        padding: 0 20px;
        border-bottom: 1px solid #ebebeb;
    }
}

.quick_menu_list{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.04);

    border-radius: 16px;
    min-width: 170px;
}
.quick_header{
    background-color: #1487f4;
    color: white;
    font-family: nsr-eb;

    font-size: 20px;
    line-height: 70px;
}
.quick_body{
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}
.quick_body_item{
    font-family: nsr-b;
    text-align: center;
    cursor: pointer;

    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
    border-bottom: solid 1px #dedede;
}
.quick_btn{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: nsr-b;
    color: #454545;
    gap: 5px;
    cursor: pointer;

    height: 48px;
    line-height: 48px;
}
.quick_btn span{
    font-family: nsr-b;
    font-size: 16px;
}
.quick_btn img{
    transform: rotate(180deg);
    transition: all .5s ease;
    width: 20px;
    height: 20px;
}
.quick_btn.on img{
    transform: rotate(0deg);
}

/*!*푸터*!*/
/*.footer{*/
/*    background-color: #f8f8f8;*/
/*}*/
/*.footer .mid_container{*/
/*    position: relative;*/
/*}*/
/*.footer .footer_logo{*/

/*}*/
/*.footer .footer_top{*/

/*}*/
/*.footer .footer_top .footer_box{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*}*/
/*.footer .footer_top .footer_box .footer_box_item{*/
/*    font-family: pretendard-medium;*/
/*    position: relative;*/
/*    color: #454545;*/
/*}*/

/*.footer .footer_mid{*/

/*}*/
/*.footer .footer_mid .footer_mid_section{*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*}*/
/*.footer .footer_mid .footer_mid_section .footer_mid_section_item{*/
/*    font-family: pretendard-medium;*/
/*    color: #454545;*/
/*}*/

/*.footer .footer_bot{*/

/*}*/
/*.footer .footer_bot .footer_copyright{*/
/*    font-family: pretendard-medium;*/
/*    color: #888;*/
/*}*/

/*.footer .footer_quick{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 16px;*/
/*}*/
/*.footer .footer_quick .footer_quick_item{*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    cursor: pointer;*/
/*}*/
/*.footer .footer_quick .footer_quick_item.facebook{*/
/*    background-image: url("/res/home/kaist/img/common/icon_facebook.svg");*/
/*}*/
/*.footer .footer_quick .footer_quick_item.youtube{*/
/*    background-image: url("/res/home/kaist/img/common/icon_youtube.svg");*/
/*}*/
/*.footer .footer_quick .footer_quick_item.instagram{*/
/*    background-image: url("/res/home/kaist/img/common/icon_instagram.svg");*/
/*}*/

/*.footer_select{*/
/*    position: relative;*/
/*    background-color: #e9e9e9;*/
/*    color: black;*/
/*}*/
/*.footer_select .footer_select_item{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    font-family: pretendard-medium;*/
/*    background-image: url("/res/home/kaist_inst/img/common/icon-dropdown.svg");*/
/*    background-position: center right 20px;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.footer_select .footer_select_list{*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    width: 100%;*/
/*    background-color: white;*/
/*    top: 0;*/
/*    left: 0;*/
/*    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);*/
/*}*/

/*@media screen and (min-width: 1400px){*/
/*    .footer{*/
/*        min-height: 317px;*/
/*    }*/
/*    .footer .footer_logo{*/
/*        width: auto;*/
/*        height: 18px;*/
/*    }*/
/*    .footer .footer_top{*/
/*        padding-top: 50px;*/
/*    }*/
/*    .footer .footer_top .footer_box{*/
/*        gap: 32px;*/
/*        padding-bottom: 40px;*/
/*    }*/
/*    .footer .footer_top .footer_box .footer_box_item{*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/

/*    .footer .footer_mid{*/
/*        margin-top: 32px;*/
/*    }*/
/*    .footer .footer_mid .footer_mid_section{*/
/*        gap: 10px;*/
/*        margin-bottom: 48px;*/
/*    }*/
/*    .footer .footer_mid .footer_mid_section .footer_mid_section_item{*/
/*        font-size: 14px;*/
/*        line-height: 18px;*/
/*    }*/

/*    .footer .footer_bot{*/
/*        margin-bottom: 32px;*/
/*    }*/
/*    .footer .footer_bot .footer_copyright{*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/

/*    .footer .footer_quick{*/
/*        position: absolute;*/
/*        right: 0;*/
/*        top: 50px;*/
/*        gap: 12px;*/
/*    }*/

/*    .footer_select{*/
/*        border-radius: 8px;*/
/*        width: 220px;*/
/*        height: 50px;*/
/*    }*/
/*    .footer_select .footer_select_item{*/
/*        background-size: 16px 10px;*/
/*        font-size: 16px;*/
/*        line-height: 50px;*/
/*        padding: 0 20px;*/
/*    }*/
/*    .footer_select .footer_select_list{*/

/*    }*/
/*}*/
/*@media screen and (max-width: 1399px) and (min-width: 768px){*/
/*    .footer{*/

/*    }*/
/*    .footer .footer_logo{*/
/*        max-width: 190px;*/
/*        max-height: 24px;*/
/*    }*/
/*    .footer .footer_top{*/
/*        padding-top: 32px;*/
/*    }*/
/*    .footer .footer_top .footer_box{*/
/*        gap: 12px;*/
/*        padding-bottom: 24px;*/
/*    }*/
/*    .footer .footer_top .footer_box .footer_box_item{*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/

/*    .footer .footer_mid{*/
/*        margin-top: 16px;*/
/*    }*/
/*    .footer .footer_mid .footer_mid_section{*/
/*        gap: 8px;*/
/*        margin-bottom: 32px;*/
/*    }*/
/*    .footer .footer_mid .footer_mid_section .footer_mid_section_item{*/
/*        font-size: 14px;*/
/*        line-height: 14px;*/
/*    }*/

/*    .footer .footer_bot{*/
/*        margin-bottom: 32px;*/
/*    }*/
/*    .footer .footer_bot .footer_copyright{*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/

/*    .footer .footer_quick{*/
/*        position: relative;*/
/*        margin-bottom: 24px;*/
/*    }*/

/*    .footer_select{*/
/*        border-radius: 8px;*/
/*        width: calc(50% - 6px);*/
/*        height: 44px;*/
/*    }*/
/*    .footer_select .footer_select_item{*/
/*        background-size: 8px 5px;*/
/*        font-size: 14px;*/
/*        line-height: 44px;*/
/*        padding: 0 20px;*/
/*    }*/
/*    .footer_select .footer_select_list{*/

/*    }*/
/*}*/
/*@media screen and (max-width: 767px){*/
/*    .footer{*/

/*    }*/
/*    .footer .footer_logo{*/
/*        max-width: 190px;*/
/*        max-height: 24px;*/
/*    }*/
/*    .footer .footer_top{*/
/*        padding-top: 32px;*/
/*    }*/
/*    .footer .footer_top .footer_box{*/
/*        gap: 12px;*/
/*        padding-bottom: 24px;*/
/*    }*/
/*    .footer .footer_top .footer_box .footer_box_item{*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/

/*    .footer .footer_mid{*/
/*        margin-top: 16px;*/
/*    }*/
/*    .footer .footer_mid .footer_mid_section{*/
/*        gap: 8px;*/
/*        margin-bottom: 32px;*/
/*    }*/
/*    .footer .footer_mid .footer_mid_section .footer_mid_section_item{*/
/*        font-size: 14px;*/
/*        line-height: 14px;*/
/*    }*/

/*    .footer .footer_bot{*/
/*        margin-bottom: 32px;*/
/*    }*/
/*    .footer .footer_bot .footer_copyright{*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/

/*    .footer .footer_quick{*/
/*        position: relative;*/
/*        margin-bottom: 24px;*/
/*    }*/

/*    .footer_select{*/
/*        border-radius: 8px;*/
/*        width: calc(50% - 6px);*/
/*        height: 44px;*/
/*    }*/
/*    .footer_select .footer_select_item{*/
/*        background-size: 8px 5px;*/
/*        font-size: 14px;*/
/*        line-height: 44px;*/
/*        padding: 0 20px;*/
/*    }*/
/*    .footer_select .footer_select_list{*/

/*    }*/
/*}*/

/*푸터*/
.footer{
    background-color: #f5f5f5;
}
.footer .mid_container{
    position: relative;
}
.footer .footer_logo{
    /*background-image: url("/res/home/kaist/img/common/footer_logo.svg");*/
    background-size: cover;
    background-repeat: no-repeat;
}
.footer .footer_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.footer .footer_top .footer_box{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dedede;
}
.footer .footer_top .footer_box .footer_box_item{
    font-family: pretendard-medium;
    position: relative;
    color: #454545;
}
.footer .footer_top .footer_box .footer_box_item:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: 50%;
    background-color: #454545;
    transform: translateY(-50%);
}
.footer .footer_top .footer_box .footer_box_item:last-child:after{
    content: none;
}

.footer .footer_mid{

}
.footer .footer_mid .footer_mid_section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;

    gap: 24px;
}
.footer .footer_mid .footer_mid_section .footer_mid_section_item{
    font-family: pretendard-medium;
    color: #454545;
}

.footer .footer_bot{

}
.footer .footer_bot .footer_copyright{
    font-family: pretendard-medium;
    color: #888;
}

.footer .footer_quick{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer .footer_quick .footer_quick_item{
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.footer .footer_quick .footer_quick_item.facebook{
    background-image: url("/res/home/kaist/img/common/icon_facebook.svg");
}
.footer .footer_quick .footer_quick_item.youtube{
    background-image: url("/res/home/kaist/img/common/icon_youtube.svg");
}
.footer .footer_quick .footer_quick_item.instagram{
    background-image: url("/res/home/kaist/img/common/icon_instagram.svg");
}
@media screen and (min-width: 1200px){
    .footer{
        min-height: 350px;
    }
    .footer .footer_logo{
        /*width: 300px;*/
        width: 376px;
        height: 24px;
        margin-right: 82px;
    }
    .footer .footer_top{
        padding-top: 58px;
    }
    .footer .footer_top .footer_box{
        border-radius: 10px;
        gap: 32px;
        padding: 0 24px;
    }
    .footer .footer_top .footer_box .footer_box_item{
        font-size: 14px;
        line-height: 38px;
    }
    .footer .footer_top .footer_box .footer_box_item::after{
        right: -16px;
    }

    .footer .footer_mid{
        margin-top: 32px;
    }
    .footer .footer_mid .footer_mid_section{
        gap: 24px;
        margin-bottom: 20px;
    }
    .footer .footer_mid .footer_mid_section .footer_mid_section_item{
        font-size: 14px;
        line-height: 20px;
    }

    .footer .footer_bot{
        margin-top: 74px;
    }
    .footer .footer_bot .footer_copyright{
        font-size: 14px;
        line-height: 20px;
    }

    .footer .footer_quick{
        position: absolute;
        right: 0;
        top: 60px;
        gap: 16px;
    }
    .footer .footer_quick .footer_quick_item{
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .footer{
        min-height: 307px;
    }
    .footer .footer_logo{
        /*width: 160px;*/
        width: 376px;
        height: 24px;
        margin-bottom: 12px;
    }
    .footer .footer_top{
        padding-top: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footer_top .footer_box{
        border-radius: 10px;
        gap: 16px;
        padding: 0 12px;
    }
    .footer .footer_top .footer_box .footer_box_item{
        font-size: 11px;
        line-height: 30px;
    }
    .footer .footer_top .footer_box .footer_box_item::after{
        right: -8px;
    }

    .footer .footer_mid{
        margin-top: 16px;
    }
    .footer .footer_mid .footer_mid_section{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        align-items: flex-start;
    }
    .footer .footer_mid .footer_mid_section .footer_mid_section_item{
        font-size: 11px;
        line-height: 14px;
    }

    .footer .footer_bot{
        margin-top: 32px;
    }
    .footer .footer_bot .footer_copyright{
        font-size: 10px;
        line-height: 12px;
    }

    .footer .footer_quick{
        gap: 10px;
        justify-content: flex-start;
        margin-top: 16px;
    }
    .footer .footer_quick .footer_quick_item{
        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width: 767px){
    .footer{
        min-height: 307px;
    }
    .footer .footer_logo{
        /*width: 160px;*/
        width: 376px;
        height: 24px;
        margin-bottom: 12px;
    }
    .footer .footer_top{
        padding-top: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footer_top .footer_box{
        border-radius: 10px;
        gap: 16px;
        padding: 0 12px;
    }
    .footer .footer_top .footer_box .footer_box_item{
        font-size: 8px;
        line-height: 26px;
    }
    .footer .footer_top .footer_box .footer_box_item::after{
        right: -8px;
    }

    .footer .footer_mid{
        margin-top: 16px;
    }
    .footer .footer_mid .footer_mid_section{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        align-items: flex-start;
    }
    .footer .footer_mid .footer_mid_section .footer_mid_section_item{
        font-size: 11px;
        line-height: 14px;
    }

    .footer .footer_bot{
        margin-top: 32px;
    }
    .footer .footer_bot .footer_copyright{
        font-size: 10px;
        line-height: 12px;
    }

    .footer .footer_quick{
        gap: 10px;
        justify-content: flex-start;
        margin-top: 16px;
    }
    .footer .footer_quick .footer_quick_item{
        width: 32px;
        height: 32px;
    }
}

/** navi **/

.page_navi{
    text-align: center;
}
.depth1_title{
    font-family: nsr-eb;
    color: #a1a1a1;
    text-align: center;
}

.depth2_title{
    font-family: nsr-eb;
    color: #222;
    text-align: center;
}
.depth2_navi{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f0faff;
}
.depth2_navi .depth2_navi_item{
    font-family: nsr-eb;
    color: #c5d8f2;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.depth2_navi .depth2_navi_item::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bdcee0;
}
.depth2_navi .depth2_navi_item:last-child::after{
    content: none;
}
.depth2_navi .depth2_navi_item.on{
    color: #0054c9;
}
@media screen and (min-width: 1200px){
    .page_navi{
        margin-bottom: 80px;
    }
    .depth1_title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .depth2_title{
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 24px;
    }
    .depth2_navi{
        border-radius: 32px;
        padding: 0px 8px;
    }
    .depth2_navi .depth2_navi_item{
        padding: 0 32px;
        font-size: 20px;
        line-height: 62px;
    }
    .depth2_navi .depth2_navi_item::after{
        width: 2px;
        height: 24px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .page_navi{
        margin-bottom: 40px;
    }
    .depth1_title{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .depth2_title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .depth2_navi{
        border-radius: 32px;
        padding: 0px 4px;
    }
    .depth2_navi .depth2_navi_item{
        padding: 0 16px;
        font-size: 13px;
        line-height: 36px;
    }
    .depth2_navi .depth2_navi_item::after{
        width: 2px;
        height: 14px;
    }
}
@media screen and (max-width: 767px){
    .page_navi{
        margin-bottom: 40px;
    }
    .depth1_title{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .depth2_title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .depth2_navi{
        border-radius: 32px;
        padding: 0px 4px;
    }
    .depth2_navi .depth2_navi_item{
        padding: 0 16px;
        font-size: 13px;
        line-height: 36px;
    }
    .depth2_navi .depth2_navi_item::after{
        width: 2px;
        height: 14px;
    }
}

/** navi **/

/*게시판*/
.search_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: #fafafa;
}
.search_section .select_box select {
    background-color: white;
    color: #454545;
    border: 1px solid #dedede;
    font-family: pretendard-medium;
    background-image: url("/res/home/kaist/img/common/icon_down_arrow.svg");
    background-repeat: no-repeat;
}
.search_section .search_box input {
    width: 100%;
    height: 100%;
    background-color: white;
    color: #454545;
    border: 1px solid #dedede;
    font-family: pretendard-medium;
}
.search_section .search_box input::placeholder{
    color: #a9a9a9;
}
.search_section .search_btn {
    font-family: pretendard-bold;
    background-color: #0054c9;
    color: white;
    text-align: center;
}

@media screen and (min-width: 1400px){
    .search_section {
        gap: 12px;
        padding: 30px 50px;
        border-radius: 16px;
    }
    .search_section .select_box {
        width: 215px;
        height: 56px;
    }

    .search_section .select_box select {
        border-radius: 8px;
        background-size: 24px;
        background-position: right 16px center;
        padding: 16px;
        font-size: 16px;
    }
    .search_section .search_box {
        width: calc(100% - 369px);
        height: 56px;
    }
    .search_section .search_box input {
        border-radius: 8px;
    }
    .search_section .search_btn {
        border-radius: 8px;
        width: 130px;
        height: 56px;
        line-height: 56px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .search_section {
        gap: 8px;
        padding: 12px;
        border-radius: 8px;
    }
    .search_section .select_box {
        width: 100%;
        height: 44px;
    }

    .search_section .select_box select {
        border-radius: 6px;
        background-size: 20px;
        background-position: right 12px center;
        padding: 12px;
        font-size: 14px;
    }
    .search_section .search_box {
        width: calc(100% - 80px);
        height: 44px;
    }
    .search_section .search_box input {
        border-radius: 6px;
    }
    .search_section .search_btn {
        border-radius: 6px;
        width: 72px;
        height: 44px;
        line-height: 44px;
    }
}
@media screen and (max-width: 767px){
    .search_section {
        gap: 8px;
        padding: 12px;
        border-radius: 8px;
    }
    .search_section .select_box {
        width: 100%;
        height: 44px;
    }

    .search_section .select_box select {
        border-radius: 6px;
        background-size: 20px;
        background-position: right 12px center;
        padding: 12px;
        font-size: 14px;
    }
    .search_section .search_box {
        width: calc(100% - 80px);
        height: 44px;
    }
    .search_section .search_box input {
        border-radius: 6px;
    }
    .search_section .search_btn {
        border-radius: 6px;
        width: 72px;
        height: 44px;
        line-height: 44px;
    }
}



.total_count {
    color: black;
    font-family: pretendard-medium;
}

.total_count .counting{
    color: #0054c9;
}

.board_list {
    border-top: 2px solid #0054c9;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.board_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #dedede;
    cursor: pointer;
    width: 100%;
}

.board_item.board_notice{
    background-color: #f4faff;
}

.board_item.board_notice .board_type .num{
    border: 1px solid #0054c9;
    background-color: white;
    color: #0054c9;
    border-radius: 4px;
}
.board_item .board_type .num{
    color: #454545;
    font-family: pretendard-bold;
    text-align: center;
    word-break: break-all;
    cursor: pointer;
}

.board_info {
    display: flex;
}
.board_info .board_title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: pretendard-medium;
    color: #222222;
    cursor: pointer;
}
.board_info .info_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.board_info .info_list .date{
    font-family: pretendard-medium;
    color: #777777;
    text-align: center;
    cursor: pointer;
}
.board_info .info_list .view{
    font-family: pretendard-medium;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #777777;
    cursor: pointer;
}
.board_info .info_list .attachment{
    background-image: url("/res/home/kaist/img/common/icon_attachment.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media screen and (min-width: 1400px){
    .board_section {
        margin-top: 24px;
    }

    .total_count {
        font-size: 16px;
        line-height: 24px;
    }

    .board_list {
        margin-top: 14px;
    }

    .board_item {
        padding: 32px;
    }

    .board_type {
        width: 60px;
    }

    .board_item.board_notice .board_type .num{
        height: 36px;
        line-height: 34px;
    }
    .board_item .board_type .num{
        font-size: 16px;
    }

    .board_info {
        width: calc(100% - 60px);
    }
    .board_info .board_title{
        flex: 1;
        font-size: 20px;
        line-height: 36px;
        padding: 0 32px;
    }
    .board_info .info_list .date{
        width: 90px;
        font-size: 16px;
        line-height: 36px;
    }
    .board_info .info_list .view{
        gap: 8px;
        min-width: 70px;
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .board_info .info_list .view img{
        width: 24px;
        height: 24px;
    }
    .board_info .info_list .attachment{
        width: 24px;
        height: 24px;
        margin-left: 32px;
        background-size: 20px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .board_section {
        margin-top: 16px;
    }

    .total_count {
        font-size: 13px;
        line-height: 20px;
    }

    .board_list {
        margin-top: 10px;
    }

    .board_item {
        padding: 12px;
    }

    .board_type {
        width: 32px;
    }

    .board_item.board_notice .board_type .num{
        height: 26px;
        line-height: 24px;
    }
    .board_item .board_type .num{
        font-size: 12px;
    }

    .board_info {
        flex-wrap: wrap;
        width: 100%;
    }
    .board_info .board_title{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 5px;
        padding: 0 12px;
    }
    .board_info .info_list{
        padding: 0 12px;
        flex: 1;
    }
    .board_info .info_list .date{
        font-size: 12px;
        line-height: 20px;
    }
    .board_info .info_list .view{
        gap: 4px;
        font-size: 12px;
        line-height: 20px;
        margin-left: 16px;
    }
    .board_info .info_list .view img{
        width: 20px;
        height: 20px;
    }
    .board_info .info_list .attachment{
        width: 20px;
        height: 20px;
        margin-left: 8px;
        background-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .board_section {
        margin-top: 16px;
    }

    .total_count {
        font-size: 13px;
        line-height: 20px;
    }

    .board_list {
        margin-top: 10px;
    }

    .board_item {
        padding: 12px;
    }

    .board_type {
        width: 32px;
    }

    .board_item.board_notice .board_type .num{
        height: 26px;
        line-height: 24px;
    }
    .board_item .board_type .num{
        font-size: 12px;
    }

    .board_info {
        flex-wrap: wrap;
        width: 100%;
    }
    .board_info .board_title{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 5px;
        padding: 0 12px;
    }
    .board_info .info_list{
        padding: 0 12px;
        flex: 1;
    }
    .board_info .info_list .date{
        font-size: 12px;
        line-height: 20px;
    }
    .board_info .info_list .view{
        gap: 4px;
        font-size: 12px;
        line-height: 20px;
        margin-left: 16px;
    }
    .board_info .info_list .view img{
        width: 20px;
        height: 20px;
    }
    .board_info .info_list .attachment{
        width: 20px;
        height: 20px;
        margin-left: 8px;
        background-size: 16px;
    }
}

.pager_section{
    margin-top: 60px;
}
.user_board_pager_content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_board_pager_content ul {
    display: flex;
    margin: auto;
    gap: 8px;
}
.user_board_pager_content ul li {
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    color: #a9a9a9;
    font-family: nsr-b;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    line-height: 34px;
    font-size: 16px;
}
.user_board_pager_content ul li.on{
    background-color: #454545;
    color: white;
}
.user_board_pager_content ul li img{
    display: none !important;
}
.user_board_pager_content ul li.first{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/res/home/kaist/img/common/icon_arrow_first.svg");
    background-size: 22px;
}
.user_board_pager_content ul li.prev{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/res/home/kaist/img/common/icon_arrow_prev.svg");
    background-size: 22px;
}
.user_board_pager_content ul li.next{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/res/home/kaist/img/common/icon_arrow_next.svg");
    background-size: 22px;
}
.user_board_pager_content ul li.last{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/res/home/kaist/img/common/icon_arrow_last.svg");
    background-size: 22px;
}
@media screen and (min-width: 1400px){

}
@media screen and (max-width: 1399px) and (min-width: 768px){

}
@media screen and (max-width: 767px){

}


.board_detail_header{
    border-bottom: 1px solid #dedede;
}
.board_detail_title{
    font-family: pretendard-bold;
    color: #222;
}
.board_detail_info{
    display: flex;
    align-items: center;
}
.board_detail_info .registered_date{
    font-family: pretendard-medium;
    color: #777;
}
.board_detail_info .view{
    display: flex;
    align-items: center;
}
.board_detail_info .view span{
    font-family: pretendard-medium;
    color: #777;
}
.board_detail_body{
    font-family: pretendard-medium;
    color: #222;
    border-bottom: 1px solid #dedede;
}
.board_detail_body img{
    max-width: 100%;
}
.board_detail_btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.board_detail_btn .board_list_btn{
    background-color: #454545;
    font-family: pretendard-bold;
    color: white;
}
@media screen and (min-width: 1400px){
    .board_detail_header{
        padding: 32px;
    }
    .board_detail_title{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .board_detail_info{
        gap: 32px;
    }
    .board_detail_info .registered_date{
        font-size: 16px;
        line-height: 24px;
    }
    .board_detail_info .view{
        gap: 8px;
    }
    .board_detail_info .view img{
        width: 24px;
        height: 24px;
    }
    .board_detail_info .view span{
        font-size: 16px;
        line-height: 24px;
    }
    .board_detail_body{
        padding: 50px 32px;
        font-size: 18px;
        line-height: 28px;
    }
    .board_detail_btn{
        margin-top: 60px;
    }
    .board_detail_btn .board_list_btn{
        border-radius: 8px;
        font-size: 16px;
        line-height: 56px;
        width: 130px;
        height: 56px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .board_detail_header{
        padding: 20px 12px;
    }
    .board_detail_title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .board_detail_info{
        gap: 24px;
    }
    .board_detail_info .registered_date{
        font-size: 16px;
        line-height: 24px;
    }
    .board_detail_info .view{
        gap: 8px;
    }
    .board_detail_info .view img{
        width: 24px;
        height: 24px;
    }
    .board_detail_info .view span{
        font-size: 16px;
        line-height: 24px;
    }
    .board_detail_body{
        padding: 24px 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .board_detail_btn{
        margin-top: 16px;
    }
    .board_detail_btn .board_list_btn{
        border-radius: 6px;
        font-size: 13px;
        line-height: 44px;
        width: 100%;
        height: 44px;
    }
}
@media screen and (max-width: 767px){
    .board_detail_header{
        padding: 20px 12px;
    }
    .board_detail_title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .board_detail_info{
        gap: 24px;
    }
    .board_detail_info .registered_date{
        font-size: 16px;
        line-height: 24px;
    }
    .board_detail_info .view{
        gap: 8px;
    }
    .board_detail_info .view img{
        width: 24px;
        height: 24px;
    }
    .board_detail_info .view span{
        font-size: 16px;
        line-height: 24px;
    }
    .board_detail_body{
        padding: 24px 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .board_detail_btn{
        margin-top: 16px;
    }
    .board_detail_btn .board_list_btn{
        border-radius: 6px;
        font-size: 13px;
        line-height: 44px;
        width: 100%;
        height: 44px;
    }
}

.attach-box__list .inside-attach, .attach-box__list--left{
    cursor: pointer;
}
.attach-box, .reply-box .attach-box__list > li {
    background-color: #f5f5f5;
    margin-top: 30px;
}
.attach-box .attach-box__left p{
    font: 16px/24px"pretendard-medium";
}
.attach-box__file{
    font-size: 14px;
    font-family: pretendard-medium;
    cursor: pointer;
}
.attach-box__volume{
    font-size: 14px;
    font-family: pretendard-regular;
}

.empty_result{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;

    height: 300px;
}
.empty_result p{
    font-family: pretendard-medium;
    font-size: 24px;
    color: #5a5a5a;
}

.board_category_section{
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 16px;
    margin-top: 24px;
    margin-bottom: 32px;
}
.board_category_section .board_category_item{
    background-color: #f5f5f5;
    font-family: pretendard-medium;
    color: #777;

    border-radius: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 32px;
    cursor: pointer;
}
.board_category_section .board_category_item.on{
    background-color: #0054c9;
    color: white;
}

.faq_list{

}
.faq_list .faq_item{
    display: block;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.faq_item_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.faq_category_tag{
    border-radius: 4px;
    border: solid 1px #578dd8;
    background-color: #fff;
    color: #578dd8;
    font-family: pretendard-bold;
    position: absolute;
    text-align: center;
}
.question_mark{
    font-family: pretendard-bold;
    color: #0054c9;
}
.faq_title{
    cursor: pointer;
    font-family: pretendard-medium;
    color: #222;
    flex: 1;
}
.faq_img{
    cursor: pointer;
    transform: rotate(180deg);
}
.faq_item.on .faq_img{
    transform: rotate(0deg);
}
.faq_item_body{
    font-family: pretendard-medium;
    color: #5a5a5a;
}

@media screen and (min-width: 1400px){
    .faq_list .faq_item{
        padding: 32px;
        margin-bottom: 16px;
    }
    .faq_item_top{
        padding-left: 92px;
    }
    .faq_category_tag{
        max-width: 80px;
        top: 0px;
        left: 0px;
        padding: 3px 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .question_mark{
        width: 30px;
        font-size: 24px;
        margin-right: 12px;
    }
    .faq_title{
        font-size: 20px;
        line-height: 30px;
    }
    .faq_img{
        width: 32px;
        height: 32px;
        margin-left: 32px;
    }
    .faq_item_body{
        font-size: 18px;
        line-height: 28px;
        padding-top: 24px;
        padding-left: 136px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .faq_list .faq_item{
        padding: 16px;
        margin-bottom: 12px;
    }
    .faq_item_top{
        padding-left: 0px;
        padding-top: 34px;
    }
    .faq_category_tag{
        top: 0px;
        left: 0px;
        padding: 3px 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .question_mark{
        width: 16px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 10px;
    }
    .faq_title{
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 24px;
    }
    .faq_img{
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
    }
    .faq_item_body{
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
        padding-left: 28px;
    }
}
@media screen and (max-width: 767px){
    .faq_list .faq_item{
        padding: 16px;
        margin-bottom: 12px;
    }
    .faq_item_top{
        padding-left: 0px;
        padding-top: 34px;
    }
    .faq_category_tag{
        top: 0px;
        left: 0px;
        padding: 3px 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .question_mark{
        width: 16px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 10px;
    }
    .faq_title{
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 24px;
    }
    .faq_img{
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
    }
    .faq_item_body{
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
        padding-left: 28px;
    }
}


.gallery_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.gallery_item > div{
    cursor: pointer;
}
.gallery_item .gallery_img{
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.gallery_item .gallery_title{
    width: 100%;
    font-family: nsr-eb;
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gallery_item .gallery_date{
    font-family: pretendard-medium;
    color: #777;
}
@media screen and (min-width: 1400px){
    .gallery_list{
        gap: 32px;
        margin-top: 14px;
    }
    .gallery_item{
        width: calc((100% - 64px) / 3);
    }
    .gallery_item .gallery_img{
        padding-bottom: 68.3%;
        margin-bottom: 20px;
    }
    .gallery_item .gallery_title{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .gallery_item .gallery_date{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .gallery_list{
        gap: 24px;
        margin-top: 14px;
    }
    .gallery_item{
        width: calc((100% - 24px) / 2);
    }
    .gallery_item .gallery_img{
        padding-bottom: 68.3%;
        margin-bottom: 20px;
    }
    .gallery_item .gallery_title{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .gallery_item .gallery_date{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px){
    .gallery_list{
        gap: 20px;
        margin-top: 14px;
    }
    .gallery_item{
        width: 100%;
    }
    .gallery_item .gallery_img{
        padding-bottom: 68.3%;
        margin-bottom: 20px;
    }
    .gallery_item .gallery_title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .gallery_item .gallery_date{
        font-size: 12px;
        line-height: 16px;
    }
}




.write_button {
    border-radius: 8px;
    padding: 0 20px;
    gap: 10px;
    width: 130px;
    height: 48px;
    line-height: 48px;
    background-color: #0054c9;
    color: white;
    cursor: pointer;
    font-family: pretendard-extrabold;
    font-size: 14px;
    text-align: center;
}