/*본문옵션*/
#new_sc {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 60px;
    -webkit-box-shadow: inset 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 20px rgba(0, 0, 0, 0.1);
    margin-top: 90px;
}

#new_sc .sc_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc .sc_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc .sc_size {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

@media all and (max-width: 1440px) {
    #new_sc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 481px) {
    #new_sc {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*본문옵션 end*/

/*메인본문 - 큰배너*/
#new_sc .banner_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#new_sc .banner_con .big_banner {
    width: 545px;
    height: 300px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(305deg, rgba(21, 187, 207, 1) 0%, rgba(0, 82, 165, 1) 100%);
    background: -moz-linear-gradient(305deg, rgba(21, 187, 207, 1) 0%, rgba(0, 82, 165, 1) 100%);
    background: -o-linear-gradient(305deg, rgba(21, 187, 207, 1) 0%, rgba(0, 82, 165, 1) 100%);
    background: linear-gradient(145deg, rgba(21, 187, 207, 1) 0%, rgba(0, 82, 165, 1) 100%);
    padding: 25px 35px;
    position: relative;
    margin-right: 15px;
}

#new_sc .banner_con .big_banner .banner_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

#new_sc .banner_con .big_banner .banner_title > h2 {
    float: left;
    font-size: 2.063rem;
    font-weight: 500;
    font-family: 'EScore';
    color: #fff;
    letter-spacing: -1px;
    position: relative;
    top: 13px;
    line-height: 2.1rem;
}

#new_sc .banner_con .big_banner .banner_title > .banner_start {
    width: auto;
    height: auto;
    float: right;
    position: relative;
}

#new_sc .banner_con .big_banner .banner_title > .banner_start > li {
    font-size: 0;
    margin-bottom: 4px;
}

#new_sc .banner_con .big_banner .banner_title > .banner_start > li:last-of-type {
    margin-bottom: 0;
}

#new_sc .banner_con .big_banner .banner_title > .banner_start > li > h3 {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffec4f;
    display: inline-block;
    background-color: #005fa3;
    padding: 3px 10px;
    margin-right: 10px;
    letter-spacing: -0.5px;
}

#new_sc .banner_con .big_banner .banner_title > .banner_start > li > p {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    display: inline-block;
    letter-spacing: -0.5px;
}

#new_sc .banner_con .big_banner .banner_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

#new_sc .banner_con .big_banner .banner_txt > p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 30px;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#new_sc .banner_con .big_banner .banner_date {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
}

#new_sc .banner_con .big_banner .banner_date > h3 {
    font-size: 1rem;
    line-height: 1rem;
    color: #b6f7ff;
    font-weight: 400;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-right: 15px;
}

#new_sc .banner_con .big_banner .banner_date > p {
    font-size: 1rem;
    color: #fff;
    line-height: 1rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    display: inline-block;
}

#new_sc .banner_con .big_banner .banner_more {
    width: auto;
    height: auto;
    position: absolute;
    /* bottom: 24px;
	right: 35px; */
    bottom: 4px;
    right: 0px;
}

@media all and (max-width: 1025px) {
    #new_sc .banner_con .big_banner {
        width: 450px;
    }
}

@media all and (max-width: 891px) {
    #new_sc .banner_con .big_banner {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
}

@media all and (max-width: 481px) {
    #new_sc .banner_con .big_banner {
        padding: 25px 20px;
    }

    #new_sc .banner_con .big_banner .banner_title > h2 {
        font-size: 1.563rem;
    }

    #new_sc .banner_con .big_banner .banner_title > .banner_start > li > p {
        font-size: 0.938rem;
    }

    #new_sc .banner_con .big_banner .banner_txt > p {
        font-size: 0.938rem;
        line-height: 22px;
    }

    #new_sc .banner_con .big_banner .banner_date > h3,
    #new_sc .banner_con .big_banner .banner_date > p {
        font-size: 0.938rem;
    }

    #new_sc .banner_con .big_banner .banner_more {
        right: 20px;
    }
}

@media all and (max-width: 376px) {
    #new_sc .banner_con .big_banner .banner_title > .banner_start > li > h3 {
        font-size: 0.813rem;
    }

    #new_sc .banner_con .big_banner .banner_title > .banner_start > li > p {
        font-size: 0.813rem;
    }

    #new_sc .banner_con .big_banner .banner_txt > p {
        font-size: 0.813rem;
    }

    #new_sc .banner_con .big_banner .banner_date > h3,
    #new_sc .banner_con .big_banner .banner_date > p {
        font-size: 0.813rem;
    }

    #new_sc .banner_con .big_banner .banner_date > h3 {
        margin-bottom: 5px;
    }

    #new_sc .banner_con .big_banner .banner_date > p {
        display: block;
    }
}

/*메인본문 - 큰배너 end*/

/*메인본문 - 작은배너*/
#new_sc .banner_con .smal_banner {
    width: -webkit-calc((100% - 16px) - 545px);
    width: -moz-calc((100% - 16px) - 545px);
    width: calc((100% - 16px) - 545px);
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

#new_sc .banner_con .smal_banner > li {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    height: 142.5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

#new_sc .banner_con .smal_banner > li .smal_bitem {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_sc .banner_con .smal_banner > li.smal_banner_2deps .smal_bitem {
    height: -webkit-calc((100% - 15px) / 2);
    height: -moz-calc((100% - 15px) / 2);
    height: calc((100% - 15px) / 2);
}

#new_sc .banner_con .smal_banner > li .smal_bitem > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 0;
    max-width: 50px;
}

#new_sc .banner_con .smal_banner > li .smal_bitem > a {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

#new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > span {
    display: block;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
    font-weight: 300;
    margin-bottom: 5px;
}

#new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > h2 {
    font-family: 'EScore';
    font-size: 1.438rem;
    font-weight: 500;
    line-height: 30px;
}

#new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > h3 {
    font-family: 'EScore';
    font-size: 1.188rem;
    font-weight: 500;
    line-height: 25px;
}

@media all and (max-width: 1025px) {
    #new_sc .banner_con .smal_banner {
        width: -webkit-calc((100% - 16px) - 450px);
        width: -moz-calc((100% - 16px) - 450px);
        width: calc((100% - 16px) - 450px);
    }

    #new_sc .banner_con .smal_banner > li {
        width: -webkit-calc((100% - 16px) / 2);
        width: -moz-calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
    }

    #new_sc .banner_con .smal_banner > li > img {
        opacity: 0.7;
    }
}

@media all and (max-width: 891px) {
    #new_sc .banner_con {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

	.banner-slide {
		width: 100%;
	}

    #new_sc .banner_con .smal_banner {
        width: 100%;
    }

    #new_sc .banner_con .smal_banner > li {
        width: -webkit-calc((100% - 15px) / 2);
        width: -moz-calc((100% - 15px) / 2);
        width: calc((100% - 15px) / 2);
    }

    #new_sc .banner_con .smal_banner > li .smal_bitem > img {
        opacity: 1;
    }
}

@media all and (max-width: 481px) {
	#new_sc .banner_con .smal_banner {
		gap: 10px;
	}

    #new_sc .banner_con .smal_banner > li {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
		height: 120px;
		gap: 10px;
    }
	
	#new_sc .banner_con .smal_banner > li.smal_banner_2deps .smal_bitem {
		height: -webkit-calc((100% - 10px) / 2);
		height: -moz-calc((100% - 10px) / 2);
		height: calc((100% - 10px) / 2);
	}

    #new_sc .banner_con .smal_banner > li .smal_bitem > a {
        padding: 20px 10px;
    }

    #new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > h2,
    #new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > h3 {
        font-size: 1rem;
        line-height: 25px;
    }

    #new_sc .banner_con .smal_banner > li .smal_bitem > img {
        opacity: 0.5;
		max-width: 45px;
    }
}

@media all and (max-width: 376px) {
    #new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > h2,
    #new_sc .banner_con .smal_banner > li .smal_bitem > a .baaner_txt > h3 {
        font-size: 0.875rem;
        line-height: 20px;
    }
}

/*메인본문 - 작은배너 end*/

/*메인본문 - 공지사항*/
.notice_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.notice_con .notice_box {
    width: -webkit-calc((100% - 16px) - 266px);
    width: -moz-calc((100% - 16px) - 266px);
    width: calc((100% - 16px) - 266px);
    margin-right: 15px;
    float: left;
}

.notice_con .notice_box .notice_title {
    width: 100%;
    height: 76px;
    position: relative;
    border-bottom: 2px solid #000;
}

.notice_con .notice_box .notice_title > h2 {
    font-family: 'EScore';
    font-size: 1.438rem;
    font-weight: 500;
    letter-spacing: -1px;
    top: 20px;
    padding-left: 20px;
    color: #000;
    float: left;
    position: relative;
}

.notice_con .notice_box .notice_title > .more_btn {
    float: right;
    width: 28px;
    height: 28px;
    position: relative;
    top: 21px;
    margin-right: 20px;
}

.notice_con .notice_box .notice_title > .more_btn > a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/notice_more.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.notice_con .notice_box .notice_list {
    width: 100%;
    height: auto;
    position: relative;
}

.notice_con .notice_box .notice_list > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 20px;
}

.notice_con .notice_box .notice_list > li > a {
    display: block;
    cursor: pointer;
    width: auto;
    max-width: -webkit-calc(100% - 85px);
    max-width: -moz-calc(100% - 85px);
    max-width: calc(100% - 85px);
    overflow: hidden;
    letter-spacing: -0.5px;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 1.1rem;
}

.notice_con .notice_box .notice_list > li > a:hover {
    color: #0080cb;
    text-decoration: underline;
}

.notice_con .notice_box .notice_list > li > p {
    display: block;
    float: right;
    width: 83px;
    font-size: 0.813rem;
    letter-spacing: -1px;
    text-align: right;
    color: #6e6e6e;
    line-height: 1.1rem;
}

@media all and (max-width: 621px) {
    .notice_con .notice_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 481px) {
    .notice_con .notice_box .notice_title {
        height: 60px;
    }

    .notice_con .notice_box .notice_title > h2 {
        font-size: 1.125rem;
        padding-left: 10px;
    }

    .notice_con .notice_box .notice_title > .more_btn {
        width: 23px;
        height: 23px;
        margin-right: 10px;
    }

    .notice_con .notice_box .notice_list > li {
        padding: 20px 10px;
    }

    .notice_con .notice_box .notice_list > li > a {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 376px) {
    .notice_con .notice_box .notice_title > h2 {
        font-size: 1rem;
    }

    .notice_con .notice_box .notice_list > li > a {
        font-size: 0.813rem;
    }
}

/*메인본문 - 공지사항 end*/

/*메인본문 - sns*/
.notice_con .snsbanner_box {
    width: 266px;
    float: right;
}

.notice_con .snsbanner_box .sns_box {
    width: 100%;
    height: 85px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    font-size: 0;
}

.notice_con .snsbanner_box .sns_box > ul {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 17px;
}

.notice_con .snsbanner_box .sns_box > ul > li {
    display: inline-block;
    height: 85px;
    text-align: center;
    padding-right: 10px;
    position: relative;
    top: 23px;
}

.notice_con .snsbanner_box .sns_box > ul > li:last-of-type {
    padding-right: 0;
}

@media all and (max-width: 621px) {
    .notice_con .snsbanner_box {
        width: 100%;
    }
}

/*메인본문 - sns end*/

/*메인본문 - 배너존*/
.notice_con .snsbanner_box .banner_slider {
    width: 100%;
    height: auto;
    position: relative;
}

.notice_con .snsbanner_box .banner_slider .slider_btn {
    width: 100%;
    height: 45px;
    background-color: #000;
}

.notice_con .snsbanner_box .banner_slider .slider_btn > ul {
    width: 100%;
    height: auto;
    position: relative;
    text-align: right;
    font-size: 0;
    padding: 0 20px;
}

.notice_con .snsbanner_box .banner_slider .slider_btn > ul > li {
    display: inline-block;
    position: relative;
    top: 7.5px;
    margin-right: 10px;
    cursor: pointer;
}

.notice_con .snsbanner_box .banner_slider .slider_btn > ul > li:last-of-type {
    margin-right: 0;
}

.notice_con .snsbanner_box .banner_slider .slider_btn > ul > li > button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    border: 0;
    display: block;
}

.notice_con .snsbanner_box .banner_slider .slider_box {
    width: 100%;
    height: 197px;
    border: 1px solid #000;
    position: relative;
}

.notice_con .snsbanner_box .banner_slider .slider_box li {
    display: block;
    width: 100%;
    height: 100%;
}

.notice_con .snsbanner_box .banner_slider .slider_box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.notice_con .snsbanner_box .banner_slider .slider_box li a img {
    width: 100%;
    height: 100%;
}

/*메인본문 - 배너존 end*/

/*메인본문 - 재단소식*/
.news_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.news_con .news_box {
    width: 545px;
    height: auto;
    position: relative;
    background-color: #fff;
    margin-right: 15px;
    float: left;
    padding: 10px 30px 25px 30px;
}

.news_con .news_box .news_title {
    width: 100%;
    height: 76px;
    position: relative;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.news_con .news_box .news_title > h2 {
    font-family: 'EScore';
    font-size: 1.438rem;
    font-weight: 500;
    letter-spacing: -1px;
    top: 20px;
    color: #000;
    float: left;
    position: relative;
}

.news_con .news_box .news_list {
    width: 100%;
    height: auto;
    position: relative;
}

.news_con .news_box .news_list .news_list_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.news_con .news_box .news_list .news_list_box > li {
    width: -webkit-calc((100% - 16px) / 2);
    width: -moz-calc((100% - 16px) / 2);
    width: -webkit-calc((100% - 30px) / 3);
    width: -moz-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.news_con .news_box .news_list .news_list_box > li:last-of-type {
    margin-right: 0;
}

.news_con .news_box .news_list .news_list_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    background-color: #e1ebf1;
    border: 1px solid #bed1dc;
    padding: 20px;
}

.news_con .news_box .news_list .news_list_box > li > a .icon_img {
    width: 78px;
    height: 78px;
    background-color: #ffff;
    border-radius: 10rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.news_con .news_box .news_list .news_list_box > li > a .icon_img > img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 21px;
}

.news_con .news_box .news_list .news_list_box > li > a h3 {
    text-align: center;
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1rem;
}

@media all and (max-width: 891px) {
    .news_con .news_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 481px) {
    .news_con .news_box {
        padding: 10px 15px 15px;
    }

    .news_con .news_box .news_title {
        height: 60px;
    }

    .news_con .news_box .news_title > h2 {
        font-size: 1.125rem;
    }
}

@media all and (max-width: 376px) {
    .news_con .news_box .news_title > h2 {
        font-size: 1rem;
    }

    .news_con .news_box .news_list .news_list_box > li > a h3 {
        font-size: 0.813rem;
    }
}

/*메인본문 - 재단소식 end*/

/*메인본문 - 연구동향*/
.news_con .research_box {
    width: -webkit-calc((100% - 16px) - 545px);
    width: -moz-calc((100% - 16px) - 545px);
    width: calc((100% - 16px) - 545px);
    height: auto;
    float: left;
    background-color: #fff;
    padding: 10px 30px 25px 30px;
}

.news_con .research_box .research_title {
    width: 100%;
    height: 76px;
    position: relative;
    border-bottom: 2px solid #000;
}

.news_con .research_box .research_title > h2 {
    font-family: 'EScore';
    font-size: 1.438rem;
    font-weight: 500;
    letter-spacing: -1px;
    top: 20px;
    color: #000;
    float: left;
    position: relative;
}

.news_con .research_box .research_title > .more_btn {
    float: right;
    width: 28px;
    height: 28px;
    position: relative;
    top: 21px;
}

.news_con .research_box .research_title > .more_btn > a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/notice_more.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.news_con .research_box .research_list {
    width: 100%;
    height: auto;
    position: relative;
}

.news_con .research_box .research_list > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 20.5px 0;
}

.news_con .research_box .research_list > li:last-of-type {
    border-bottom: 0;
}

.news_con .research_box .research_list > li > a {
    display: block;
    cursor: pointer;
    width: auto;
    max-width: -webkit-calc(100% - 85px);
    max-width: -moz-calc(100% - 85px);
    max-width: calc(100% - 85px);
    overflow: hidden;
    letter-spacing: -0.5px;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 1.1rem;
}

.news_con .research_box .research_list > li > a:hover {
    color: #0080cb;
    text-decoration: underline;
}

.news_con .research_box .research_list > li > p {
    display: block;
    float: right;
    width: 83px;
    font-size: 0.813rem;
    letter-spacing: -1px;
    text-align: right;
    color: #6e6e6e;
    line-height: 1.1rem;
}

@media all and (max-width: 891px) {
    .news_con .research_box {
        width: 100%;
    }
}

@media all and (max-width: 481px) {
    .news_con .research_box {
        padding: 10px 15px 15px 15px;
    }

    .news_con .research_box .research_title {
        height: 60px;
    }

    .news_con .research_box .research_title > h2 {
        font-size: 1.125rem;
    }

    .news_con .research_box .research_title > .more_btn {
        width: 23px;
        height: 23px;
    }

    .news_con .research_box .research_list > li > a {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 376px) {
    .news_con .research_box .research_title > h2 {
        font-size: 1rem;
    }

    .news_con .research_box .research_list > li > a {
        font-size: 0.813rem;
    }
}

/*메인본문 - 연구동향 end*/
