@charset "UTF-8"; 

/* 학술연구페이지 */
.aka-id-scholarship-support {
    padding-bottom: 80px;
}
.subpage-title {
    margin-bottom: 40px;
}
.aka-id-notice .subpage-title {
    margin-bottom: 10px;
}
.subpage-title-description {
    text-align: center;
}
.subpage-title-description.mobile {
    display: none;
}
.aka-id-notice .subpage-title-description {
    margin-bottom: 40px;
}
.table-search-contents {
    width: 100%;
}
.scholarship-support__title {
    text-align: center;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:1 ;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 32px;
    font-weight: bold;
    padding-top: 60px;
    margin-bottom: 60px;
}
.aka-id-scholarship-support .csr-row {
    width: 800px;
} 
.scholarship-support__contents > .scholarship-support__contents-in {
    display: flex;
    padding-bottom: 30px;
}
.scholarship-support__contents > .scholarship-support__contents-in > .aka-p:nth-child(1){
    min-width: 200px;
    margin-top: 05px;
    font-size: 18px;
    font-weight: bold;
}
.scholarship-support__contents > .scholarship-support__contents-in > .aka-p:nth-child(2){
    font-size: 16px;
    color: #6D7385;
}
.scholarship-support__contents > .scholarship-support__contents-in > .aka-p:first-child {
    width: 100px;
}
.download-btn-wrap {
    border: 1px solid #ECECEC;
    padding: 12px 14px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}
.download-btn-wrap .download-btn {
    width: calc(100% - 30px);
    background-color: #fff;
    font-size: 15px;
    color: #6D7385;
     white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:1 ;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.download-btn-wrap .download-btn::after {
    content: '';
    width: 20px;
    height: 18px;
    background: url(../../images/akaroot/img/down-icon.svg) no-repeat;
    position: absolute;
    right: 16px;
    top: 13px;
}
.download-btn-wrap:hover {
    border: 1px solid #6189FF;
}
.download-btn-wrap:hover .aka-a{
    color: #6189FF;
    text-decoration: underline;
}
.download-btn-wrap:hover .aka-a::after {
    background: url(../../images/akaroot/img/down-icon-blue.svg) no-repeat;

}
.scholarship-support__contents > .scholarship-support__contents-in > .download-btn-wrap {
    width: 100%;
}
.scholarship-support__btn {
    margin: 0 auto;
    width: 360px;
    padding: 11.5px;
    height: auto;
    font-size: 18px;
    background-color: #DB3A3F;
    color: #fff;
    display: block;

    text-align: center;
}
.scholarship-comple{
    background-color: #D2D2D2;
    color: #858585;
}
.scholarship-end {
    background-color: #D2D2D2;
    color: #858585;
}
.faq-table {
    border-top: 1px solid #000000;

}
.faq-table > .aka-button {
    padding: 16px 30px;
    height: auto;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    width: 100%;
}
.faq-table > .aka-button::after {
    content: '';
    width: 2.6em;
    height: 26px;
    background: url(../../images/akaroot/img/arrow_down.svg) no-repeat 50% 50%;
}
.faq-table > .aka-label {
    padding: 16px 30px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
}
.faq-answer {
    padding: 10px;
    display: none;
    background-color: #F6F6F6;;
    padding: 30px 50px;
    font-size: 15px;
}
.faq-table > .qna-select-ok + .aka-p {
    display: block;
}
.faq-table > .qna-select-ok.aka-button::after {
    transform: rotate(180deg);
}
/* 학술연구 페이지 끝 */


.aka-id-FAQ {
    background-color: #fff;
    padding-bottom: 70px;
}




.aka-id-notice {
    width: 100%;
    padding-bottom: 70px;
    padding-top: 0;
}
.aka-id-notice .csr-row {
    flex-direction: column; 
}
.aka-id-notice > .csr-row > .content-rayout1 {
    width: 100%;
}


/* 지원팝업 */
.aka-popup > .popup__support {
    min-width: 800px;
}
.popup__support .popup-title {
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    width: 100%;
    left: 0;
    background-color: #fff;
    top: 0;
    padding-top: 40px;
}
.support-mobile-title {
    display: none;
}

/* 지원팝업 끝 */



/* 연구단체 지원 */

.aka-id-research-support {
    padding-bottom: 50px;
    padding-top: 20px;
}
.aka-id-research-support .csr-row {
    max-width: 800px;
}
.aka-id-research-now {
    background-color: #fff;
    /* padding-top: 20px; */ /* 연구지원단체현황 top값으로 인헤 주석처리 */
}


.content-rayout5{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.content-rayout5 > .aka-a {
    width: calc(50% - 10px);
    position: relative;
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 5%);
    overflow: hidden;
}
.content-rayout5 > .aka-a:hover{
    border: 1px solid #000000;
    box-shadow: 0px 12px 10px rgb(0 0 0 / 10%);
}
.content-rayout5 > .aka-a:hover .line2{
    text-decoration: underline;
}
.content-rayout5 .aka-photo {
    width: 35%;
}
/* .content-rayout5 > .aka-a > div:nth-child(2){
    padding: 30px 30px 24px 30px;
} */
.content-rayout5 .aka-photo::after {
    content: '';
    padding-bottom: 125%;
    width: 100%;
    display: block;

}
.rayout5__text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rayout5__text > .rayout5__text-in:nth-child(1) .aka-p:nth-child(1){
    color: #6D7385;
    font-size: 15px;
    margin-bottom: 04px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rayout5__text > .rayout5__text-in:nth-child(1) .aka-p:nth-child(2){
    font-size: 18px;
    font-weight: 500;
}
.rayout5__text > .rayout5__text-in:nth-child(2) {
    padding-top: 14px;
    border-top: 1px solid #EFEFEF;
}
.rayout5__text > .rayout5__text-in:nth-child(2) .aka-p:nth-child(1){
    color: #6D7385;
    font-size: 14px;
    margin-bottom: 04px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .rayout5__text > .rayout5__text-in:nth-child(2) > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.rayout5__text > .rayout5__text-in:nth-child(2) > .aka-a:nth-child(2){
    font-size: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #060606;
    font-weight: normal;
    padding-right: 30px;
    position: relative;
    padding: 5px 36px 5px 0;
}
.rayout5__text > .rayout5__text-in:nth-child(2) > .aka-a:nth-child(2)::after{
    content: '';
    display: block;
    min-width: 24px;
    height: 24px;
    background: url(../../images/akaroot/img/down-icon.svg) no-repeat 50% 50%;
    background-size: 17px;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;

}
.rayout5__text > .rayout5__text-in:nth-child(2) > .aka-a:nth-child(2):hover::after{
    border-radius: 100%;
    background: url(../../images/akaroot/img/down-icon-blue.svg) no-repeat 50% 50%;
    background-size: 17px;

    background-color: #F5F5F5;;

}
.rayout5__text > .rayout5__text-in:nth-child(2) > .aka-a:nth-child(2):hover {
    color: #6189FF;
    text-decoration: underline;
}
.content-rayout5 > .content-rayout5-in {
    margin-bottom: 24px;
    transition: all 0.3s;
}
.content-rayout5 > .content-rayout5-in {
    width: calc(50% - 10px);
    position: relative;
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 5%);
    overflow: hidden;
}
.rayout5__text > .rayout5__text-in .aka-a {
    font-size: 18px;
    font-weight: 500;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rayout5__text > .rayout5__text-in:nth-child(1) .aka-a:hover {
    text-decoration: underline;
}
.rayout5__text > .rayout5__text-in:nth-child(2) .aka-a:hover {
    text-decoration: underline;
}
.content-rayout5 > .content-rayout5-in > .rayout5__text:nth-child(2) {
    padding: 30px 30px 24px 30px;
}
.content-rayout5 > .content-rayout5-in:hover {
    border: 1px solid #000000;
    box-shadow: 0px 12px 10px rgb(0 0 0 / 10%);
}
.rayout5__text > .rayout5__text-in:nth-child(2) > .aka-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup__contents > .scholarship2__btnwrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

.popup_scholarship2 .popup__input1 .input-data:last-child {
    display: block;
}
.scholarship2__btnwrap .input-data {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.scholarship2__btnwrap .aka-p {
    margin-bottom: 0;
    margin-right: 12px;
}
.scholarship2__btnwrap .warring {
    margin-top: 30px;
    margin-bottom: 20px;
}
.scholarship2__btnwrap .support-btn-wrap2 {
    margin-bottom: 40px;
}
.popup__support .input-data .aka-textarea {
    /*border: none;*/
}
.comment-area-wrap > .comment-area-wrap-in {
    /*border: 1px solid #ECECEC;*/
}

.input-data .aka-p {
    color: #060606;
    font-size: 13px;
    margin-bottom: 07px;
    font-weight: 500;
}
.popup__support .aka-input {
    font-size: 15px;
}

/* 연구단체 지원 끝 */
.aka-id-global {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 60px;
}  

/* 푸터 끝 */


.notice__title-wrap {
    flex-direction: column-reverse;
}
.aka-pagenation {
    display: none;
}
.aka-id-comments {
    padding-bottom: 40px;;
}
.aka-id-research-now {
    padding-bottom: 70px;
}
.journal-container {
    display: block;
}
.journal-container .see-more .aka-button small.btn_none {
    display: none;
}
.journal-container .see-more {
    padding: 20px 0 30px;
}
.journal-container .see-more .aka-button {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 44px;
}
.journal-container .publisher-list .thead .aka-span, .journal-container .see-more .aka-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.journal-container .see-more .aka-button small, .journal-container .see-more .aka-button .aka-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.journal-container .see-more .aka-button .aka-span {
    font-size: 16px;
}

.journal-container .see-more .aka-button .aka-span::after {
    content: '';
    display: block;
    background: url(../../images/akaroot/img/seemore-arrow.svg) no-repeat 50% 50%/contain;
    margin-left: 8px;
    width: 16px;
    height: 10px;
}
.journal-container .see-more .aka-button small strong {
    font-size: 12px;
    font-family: 'notokr-regular',sans-serif;
    color: #666666;;
}
.journal-container .see-more .aka-button small .see-more-week-total {
    font-size: 12px;
    font-family: 'notokr-regular',sans-serif;
    color: #666666;;
}

.RSRH{
    width: 100%;
}
@media (max-width: 960px) {

    .journal-container .see-more .aka-button small.btn_none {
        display: block;
    }
    .journal-container .see-more .aka-button .aka-span {
        font-size: 13px;
    }
    .journal-container .see-more .aka-button .aka-span::after {
        content: '';
        display: block;
        background: url(../../images/akaroot/img/seemore-arrow.svg) no-repeat 50% 50%/contain;
        margin-left: 4px;
        width: 12px;
        height: 7px;
    }
    .aka-id-research-now .new::after {
        display: none;;
    }
    .aka-id-scholarship-support .csr-row {
        width: 100%;
        box-sizing: border-box;
    }
    .subpage-title {
        margin-bottom: 14px;
    }

    .subpage-title-description {
        font-size: 13px;
    }
    .share-btn-wrap {
        padding-bottom: 30px;
    }
    .aka-id-scholarship + .aka-photo, .aka-id-research + .aka-photo{
        height: 170px;
    }
    .scholarship-support__title {
        font-size: 20px;
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .scholarship-support__contents > .scholarship-support__contents-in {
        display: flex;
        flex-direction: column;
    }
    .scholarship-support__contents > .scholarship-support__contents-in > .aka-p:first-child {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 08px;
    }
    .scholarship-support__contents > .scholarship-support__contents-in > .aka-p:nth-child(2) {
        font-size: 13px;
    }
    .scholarship-support__btn {
        width: 100%;
        font-size: 16px;
    }
    .rayout5__text > .rayout5__text-in:nth-child(2) > .aka-a:nth-child(2) {
        display: none;
    }
    .aka-id-scholarship-support,.aka-id-FAQ {
        padding-bottom: 40px;
        border-bottom: 12px solid #ECECEC;
        
    }
    .faq-table > .aka-button {
        font-size: 14px;
        padding: 14px;
    }
    .aka-id-notice {
        padding-top: 0;
        background-color: #fff;
        padding-bottom: 40px;
    }
    .aka-id-comments {
        padding-bottom: 20px;
    }
    .aka-id-FAQ .subpage-title, .aka-id-notice .subpage-title, .aka-id-comments .subpage-title {
        text-align: left;
    }
    .subpage-title-description {
        display: none;
    }
    .subpage-title-description.mobile {
        display: block;
    }
    .subpage-title-description {
        margin: 0px 37px;
    }
    
    .aka-id-FAQ {
        padding-bottom: 40px;
    }
    .aka-id-FAQ .csr-row {
        padding: 0;
    }
    .aka-id-FAQ .subpage-title {
        padding-left: 14px;
        font-size: 20px;
    }
    .faq-table {
        border-top: 1px solid #EFEFEF;
    }
    .faq-table > .aka-qna-btn {
        padding: 14px;
        font-size: 14px;
    }
    .faq-answer {
        padding: 18px 14px;
        font-size: 13px;
    }
    .table-contents-warp {
        background-color: #fff;
        padding-top: 0;
    }
    .table-contents-warp > .aka-a:nth-child(1) {
        margin-top: 0;
    }
    .title-arrow {
        position: relative;
        display: inline-block;
        width: 190px;
    }
    .title-arrow:after {
        content: '';
        display: block;
        position: absolute;
        right: -20px;
        top: 05px;
        width: 20px;
        height: 20px;
        background: url(../../images/akaroot/img/btn_depth.svg) no-repeat;
    }
    .table-contents-warp .aka-a {
        display: none;
    }
    .table-contents-warp .aka-a:nth-child(1),
    .table-contents-warp .aka-a:nth-child(2),
    .table-contents-warp .aka-a:nth-child(3){
        display: block;
    }
    .section-title {
        display: none;
    }
    .aka-id-global .title-arrow {
        width: auto;
    }
    
    .aka-id-global {
        padding-top: 0 ;
        padding-bottom: 50px;
        border-bottom: 12px solid #ECECEC;
        background-color: #fff;
    }
    
    
    
    /* 팝업 */
    .popup__support {
        width: 100%;
    }
    .aka-popup .popup__support .popup__support-in {
        box-sizing: border-box;
    }
    .aka-popup > .popup__support {
        min-width: inherit;
    }
    .support-mobile-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .support-mobile-title  .aka-p {
        font-size: 15px;
        font-weight: 500;
    }
    .support-mobile-title .aka-a {
        font-size: 13px;
        color: #6D7385;
        display: flex;
        align-items: center;
    }
    .support-mobile-title .aka-span {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../../images/akaroot/img/btn_gray_right_arrow.svg) no-repeat;
    }
    .aka-popup > .popup__support {
        top: 0;
        left: 0;
        transform: inherit;
    }
    .aka-popup .popup__support .popup__support-in {
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
    }
    .popup__contents {
        padding-right: 0;
        overflow: inherit;
        margin-bottom: 0;
    }
    .popup__contents > .popup__contents-in {
        padding: 0 14px;
    }
    .popup__support .popup-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 40px;
        padding-bottom: 16px;
        border-bottom: 1px solid #EFEFEF;
        width: calc(100%);
        transform: translateX(-14px);
        position: absolute;
        background-color: #fff;
        padding-top: 14px;
        z-index: 1;

    }
    .aka-popup .aka-close {
        top: 18px;
        right: 14px;
        z-index: 2;
    }
    .popup__input2 {
        display: flex;
        flex-direction: column;
    }
    .popup__input2 > .input-data {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        width: 100%;
    }
    .popup__input2 > .input-data .aka-p {
        white-space: nowrap;
        min-width: 60px;
        margin-bottom: 0;
        margin-left: 16px;
    }
    .popup__input2 > .input-data {
        width: 100%;
        background-color: rgba(239, 239, 239, 0.3);
        border: 1px solid #ECECEC;
        border-bottom: none;
    }
    .popup__input2 > .input-data:last-child {
        border-bottom: 1px solid #ECECEC;
    }
    .popup__input2 > .input-data >.aka-input {
        background-color:inherit;
        border: none;
    }
    .popup__input-undertext > .btn-gray {
        display: none;
    }
    .popup__contents > .popup__contents-in.popup__input-undertext {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 8px;
    }
    .input-data {
        margin-bottom: 30px;
    }
    .popup__support .input-data .aka-textarea {
        font-size: 14px;
    }
    .popup__support .support-mobile-title{
        padding-top: 100px;
    }
    .support-btn {
        font-size: 16px;
        width: calc(100% - 28px);
    }
    .popup__input1 .input-data:last-child {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .aka-input + .checkbox-text {
        width: 148px;
        height: 38px;
        margin-top: 10px;
    }
    .popup__support .warring {
        margin-top: 40px;
        padding: 22px 14px 30px 14px;
        margin-bottom: 0;
        width: calc(100%);
        box-sizing: border-box;
    }
    .file-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .file--wrap {
        width: 100%;
    }
    .sub-text {
        margin-top: 05px;
        margin-bottom: 18px;
    }
    .comment-area-wrap {
        margin-bottom: 0;
    }


    .popup__contents > .scholarship2__btnwrap {
        flex-direction: column;
    }
    .scholarship2__btnwrap .input-data{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 14px;
        margin-bottom: 40px;
    }
    .scholarship2__btnwrap .warring {
        margin: 0;
    }
    .aka-id-research-support {
        padding-top: 0;
        padding-bottom: 40px;
        border-bottom: 12px solid #ECECEC;
    }
    .aka-id-research-now .title-arrow{
        width: auto;
    }
    .aka-id-research-now {
        padding-top: 0;
        padding-bottom: 40px;
        border-bottom: 12px solid #ECECEC;
    }
    .aka-id-comments .subpage-title {
        font-size: 20px;
    }

    .content-rayout5 > .content-rayout5-in > .rayout5__text:nth-child(2) {
        padding: 16px 14px;
    }
    .rayout5__text > .rayout5__text-in:nth-child(1) .aka-p:nth-child(1) {
        color: #060606;
        font-size: 17px;
    }
    .rayout5__text > .rayout5__text-in:nth-child(1) .aka-p:nth-child(2) {
        font-size: 14px;
        color: #6D7385;
    }
    .rayout5__text > .rayout5__text-in:nth-child(2){
        padding-top: 0;
        border: none;
    }
    .rayout5__text > .rayout5__text-in:nth-child(2) .aka-p:nth-child(1) {
        margin-bottom: 0;
        font-size: 12px;
    }
    /* .rayout5__text > .rayout5__text-in:nth-child(2) > div {
        display: none;
    } */
    .content-rayout5 .aka-photo::after {
        padding-bottom: 155%;
    }
    /* .content-rayout5 > .content-rayout5-in:nth-child(3),
    .content-rayout5 > .content-rayout5-in:nth-child(4){
        display: none;
    } */  /* 연구지원단체현황 */
    .rayout5__text > .rayout5__text-in .aka-a {
        white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #6D7385;
    }
    .subpage-title-w230 {
        width: 230px;
    }
    .RSRH{
        width: auto;
    }
}


@media (max-width:670px) {
    .content-rayout5 > .content-rayout5-in {
        width: 100%;
    }
}
@media (max-width:540px) {
    .content-rayout2 > .aka-a:nth-child(4){
        display: flex;
    }
}