@charset "utf-8";

/* 게시판 공통 */

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


/* 게시판 리스트 */
.total-search {
    position: relative;
    margin-bottom: 10px;
}

.total-search .total-num {
    line-height: 40px;
    text-align: center;
}

.total-search .searchbox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    text-align: center;
}

.total-search .basic-select {
    display: none;
    font-size: 1.4rem;
}

.total-search .searchbox .basic-input,
.total-search .searchbox .btns {
    font-size: 1.4rem;
}

.total-search .searchbox .basic-input {
    width: 220px;
}

.board-list {
    position: relative;
    border-top: 2px solid #333;
}

.board-list li {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid var(--border-line);
}

.board-list li.board-list-header {
    display: none;
}

.board-list li.notice {
    background-color: #eff9fd;
}

.board-list li > div {
    display: none;
}

.board-list li div.check {
    margin-bottom: 5px;
    font-size: 0;
}

.board-list li div.no-date strong {
    display: block;
    line-height: 28px;
    font-size: 2.8rem;
    font-weight: 900;
}

.board-list li div.no-date small {
    display: block;
    color: var(--color-gray-deep);
    font-size: 1.4rem;
}

.board-list li div.no-date .notice-mark {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background-color: var(--color-point);
    color: var(--color-white);
    text-align :center;
    border-radius: 50%;
    font-size: 1.4rem;
}

.board-list li div.state,
.board-list li div.gorv,
.board-list li div.d-day,
.board-list li div.subject,
.board-list li div.date-hit {
    display: block;
}

.board-list li div.state {
    margin-bottom: 10px;
}

.board-list li div.gorv {
    font-size: 1.4rem;
}

.board-list li div.d-day {
    margin-top: 5px;
}

.board-list li div.subject a {
    display: block;
    text-align: left;
}

.board-list li div.subject a em {
    display: block;
}

.board-list li div.subject a span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
    color: var(--color-gray-deep);
}

.board-list li div.date-hit {
    margin-top: 5px;
    color: var(--color-gray-deep);
    font-size: 1.2rem;
}

.board-list li div.date-hit .name,
.board-list li div.date-hit .date {
    display: inline-block;
    margin-right: 20px;
}

.board-list li.no-board {
    padding: 20px 0;
    text-align: center;
}

.board-box .btn-area {
    margin-top: 30px;
    text-align: center;
}

@media screen and (min-width:767px) {
    .total-search {
        margin-bottom: 20px;
    }

    .total-search .total-num {
        text-align: left;
    }

    .total-search .searchbox {
        position: absolute;
        top: 0;
        right: 0;
        text-align: left;
    }

    .total-search .basic-select {
        display: inline-block;
        margin-right: 10px;
        border-radius: 4px;
    }

    .total-search .searchbox .basic-input {
        width: 250px;
        margin-right: 3px;
        border-radius: 4px;
    }
    
    .total-search .searchbox .btns {
        border-radius: 4px;
    }
}

@media screen and (min-width:979px) {
    .board-list li,
    .board-list li.board-list-header {
        display: table;
        width: 100%;
        padding: 0;
    }

    .board-list li.board-list-header div {
        padding: 15px 10px !important;
        font-family: var(--font-point);
        font-size: 1.4rem !important;
        color: var(--color-basic) !important;
    }

    .board-list li > div {
        display: table-cell !important;
        padding: 20px 10px;
        vertical-align: middle;
        text-align: center;
    }

    .board-list li > div:not(:first-child) {
        border-left: 1px solid rgba(var(--black-white-rgb),0.05);
    }

    .board-list li div.check {
        width: 80px;
    }

    .board-list li div.no,
    .board-list li div.date,
    .board-list li div.type,
    .board-list li div.year {
        font-size: 1.4rem;
        color: var(--color-gray-deep);
    }

    .board-list li div.no {
        width: 80px;
    }

    .board-list li div.no-date,
    .board-list li div.name,
    .board-list li div.gorv {
        width: 130px;
    }

    .board-list li div.subject a {
        font-size: 1.6rem;
    }

    .board-list li div.subject a span {
        font-size: 1.4rem;
    }

    .board-list li div.subject a span.m-info {
        display: none;
    }

    .board-list li div.file-down {
        width: 100px;
    }

    .board-list li div.date,
    .board-list li div.state,
    .board-list li div.date-hit,
    .board-list li div.d-day,
    .board-list li div.year {
        width: 100px;
    }

    .board-list li div.d-day {
        width: 100px;
    }
    
    .board-list li div.type {
        width: 200px;
    }

    .board-list li div.date-hit {
        text-align: center;
        font-size: 1.4rem;
    }

    .board-list li div.date-hit .name,
    .board-list li div.date-hit .date,
    .board-list li div.date-hit .hit span {
        display: none;
    }

    .board-list li:hover {
        background-color: #fafafa;
    }

    .board-list li.no-board {
        padding: 50px 0;
    }

    .board-list.ver-thesis li div.subject a {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .board-box .btn-area .btns {
        margin: 0 5px;
    }
}

@media screen and (min-width:1239px) {
    .board-list li.board-list-header div {
        font-size: 1.6rem;
    }

    .board-list li > div {
        padding: 30px 10px;
    }

    .board-list li div.no {
        width: 100px;
    }

    .board-list li div.gorv {
        width: 150px;
    }

    .board-list li div.date {
        width: 140px;
    }

    .board-list li div.subject {
        padding-left: 20px;
    }

    .board-list li div.subject a:hover em {
        color: var(--color-point);
    }
}


/* 갤러리 리스트 */
.gallery-list {
    position: relative;
    padding-top: 30px;
    border-top: 2px solid #333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.gallery-list .gallery-con {
    position: relative;
    margin-bottom: 30px;
}

.gallery-list .gallery-con a {
    display: block;
}

.gallery-list .gallery-con a.pic {
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}

.gallery-list .gallery-con a.pic img {
    width: 100%;
}

.gallery-list .gallery-con a.txt {
    padding: 0 10px;
    margin-top: 10px;
}

.gallery-list .gallery-con a.txt small.cate {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 700;
}

.gallery-list .gallery-con a.txt strong.subject {
    display: block;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 500;
}

.gallery-list .gallery-con a.txt em.name-source-date {
    display: block;
    margin-top: 15px;
}

.gallery-list .gallery-con a.txt em.name-source-date span {
    display: block;
    font-size: 1.2rem;
    color: var(--color-gray-deep);
}

.gallery-list .gallery-con a.txt em.name-source-date span b {
    font-weight: 500;
    color: var(--color-gray);
}

.gallery-list .gallery-con .check-area {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0;
}

@media screen and (min-width:639px) {
    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .gallery-list .gallery-con {
        width: 48%;
        margin: 0 1% 30px;
    }
}

@media screen and (min-width:979px) {
    .gallery-list .gallery-con {
        width: 31.3%;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

    .gallery-list .gallery-con a.txt small.cate {
        font-size: 1.6rem;
    }

    .gallery-list .gallery-con a.txt strong.subject {
        font-size: 1.8rem;
    }

    .gallery-list .gallery-con a.txt em.name-source-date span {
        font-size: 1.4rem;
    }

    .gallery-list .gallery-con:hover a.pic img {
        transform: scale(1.2);
    }

    .gallery-list .gallery-con:hover a.txt strong.subject {
        color: var(--color-green);
    }
}

@media screen and (min-width:1239px) {
    .gallery-list .gallery-con {
        width: 23%;
    }
}


/* 논문 리스트 */
.thesis-list li .num {
    margin-bottom: 10px;
}

.thesis-list li .txt .subject {
    display: block;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 500;
}

.thesis-list li .txt .info {
    display: block;
    margin-top: 5px;
    color: var(--color-gray-deep);
}

.thesis-list li .txt .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px -5px -5px;
}

.thesis-list li .txt .btn-list .btns {
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
    margin: 5px;
    border-radius: 15px;
}

@media screen and (min-width: 767px) {
    .thesis-list li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px !important;
    }

    .thesis-list li .num {
        flex: 0 0 70px;
        margin-bottom: 0;
    }

    .thesis-list li .txt {
        flex-grow: 1;
    }
}

@media screen and (min-width: 1239px) {
    .thesis-list li {
        padding: 20px 10px !important;
    }

    .thesis-list li .txt .subject {
        font-size: 1.8rem;
    }

    .thesis-list li .txt .subject:hover {
        text-decoration: underline;
        color: var(--color-green);
    }
}


/* 연구자 리스트 */
.resercher-list {
    position: relative;
    padding-top: 10px;
    border-top: 2px solid #333;
}

.resercher-list .resercher-con {
    border: 1px solid rgba(var(--black-white-rgb),0.1);
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(var(--color-black-rgb),0);
}

.resercher-list .resercher-con .researcher-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.resercher-list .resercher-con .researcher-link figure {
    flex-shrink: 0;
    overflow: hidden;
    width: 80px;
    margin-right: 10px;
    font-size: 0;
    border-radius: 5px;
}

.resercher-list .resercher-con .researcher-link em {
    flex-grow: 1;
    padding-top: 5px;
}

.resercher-list .resercher-con .researcher-link em span {
    display: block;
}

.resercher-list .resercher-con .researcher-link em span.name {
    font-size: 1.8rem;
}

.resercher-list .resercher-con .researcher-link em span.info {
    margin-top: 5px;
    color: var(--color-gray);
}

.resercher-list .resercher-con .year-info {
    padding: 7px 0;
    margin: 0 20px;
    border-top: 1px solid rgba(var(--black-white-rgb),0.1);
    font-size: 1.4rem;
}

.resercher-list .resercher-con .year-info .year-graph {
    width: 30px;
    margin: 0 10px;
    font-size: 0;
}

@media screen and (min-width: 639px) {
    .resercher-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .resercher-list .resercher-con {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    .resercher-list .resercher-con:nth-child(2n + 1) {
        margin-left: 0;
    }

    .resercher-list .resercher-con .year-info {
        padding: 10px 0;
    }
}

@media screen and (min-width: 767px) {
    .resercher-list {
        padding-top: 30px;
    }
}

@media screen and (min-width: 979px) {
    .resercher-list .resercher-con {
        width: 32%;
    }

    .resercher-list .resercher-con:nth-child(2n + 1) {
        margin-left: 2%;
    }

    .resercher-list .resercher-con:nth-child(3n + 1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 1239px) {
    .resercher-list .resercher-con {
        width: 24%;
        margin-left: 1.25%;
    }

    .resercher-list .resercher-con:nth-child(2n + 1) {
        margin-left: 1.25%;
    }

    .resercher-list .resercher-con:nth-child(3n + 1) {
        margin-left: 1.25%;
    }

    .resercher-list .resercher-con:nth-child(4n + 1) {
        margin-left: 0;
    }

    .resercher-list .resercher-con:hover {
        border-color: rgba(var(--black-white-rgb),0);
        box-shadow: 0 5px 20px rgba(var(--color-black-rgb),0.2);
    }

    .resercher-list .resercher-con:hover .researcher-link em span.name {
        color: var(--color-green);
    }
}


/* 연구자 뷰 */
.resercher-view {
    position: relative;
    padding-top: 10px;
    border-top: 2px solid #333;
}

.resercher-view .namebox {
    margin-bottom: 20px;
}

.resercher-view .namebox h2.name {
    font-size: 2rem;
    color: var(--color-blue);
    font-weight: 700;
}

.resercher-view .namebox .vocation {
    margin: 5px 0;
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--color-gray);
}

.resercher-view .namebox .tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: -5px;
}

.resercher-view .namebox .tag-list span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 5px;
    background-color: rgba(var(--black-white-rgb),0.05);
    border-radius: 15px;
    color: var(--color-gray);
}

.resercher-view .resercher-box {
    padding-top: 20px;
}

.resercher-view .resercher-box .resercher-con:not(:first-child) {
    margin-top: 30px;
}

.resercher-view .resercher-box .ability-career-list dl dt {
    margin-bottom: 5px;
    font-weight: 700;
}

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

@media screen and (min-width: 767px) {
    .resercher-view {
        padding-top: 30px;
    }
    
    .resercher-view .namebox {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .resercher-view .namebox h2.name {
        margin-right: 20px;
        font-size: 2.4rem;
    }

    .resercher-view .namebox .vocation {
        margin-right: 20px;
        font-size: 1.8rem;
    }

    .resercher-view .namebox .vocation {
        margin-top: 0;
        margin-bottom: 0;
    }

    .resercher-view .namebox .tag-list {
        width: 100%;
        margin: 10px -5px 0;
    }

    .resercher-view .resercher-box .ability-career-list dl {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;        
    }

    .resercher-view .resercher-box .ability-career-list dl dt {
        flex: 0 0 100px;
    }
}

@media screen and (min-width: 979px) {
    .resercher-view .resercher-box .resercher-con:not(:first-child) {
        margin-top: 40px;
    }
}

@media screen and (min-width:1239px) {
    .resercher-view .namebox h2.name {
        margin-right: 30px;
        font-size: 2.6rem;
    }

    .resercher-view .namebox .vocation {
        margin-right: 30px;
        font-size: 2rem;
    }

    .resercher-view .namebox .tag-list {
        width: auto;
        margin: 0;
    }
}


/* 게시판 뷰 */
.board-view {
    position: relative;
    border-top: 2px solid var(--color-basic);
}

.board-view .board-view-top {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-line);
}

.board-view .board-view-top h1.board-h1 {
    line-height: 1.4;
    padding-right: 40px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.5pt;
}

.board-view .board-view-top .date-hit {
    margin-top: 10px;
    font-size: 1.2rem;
    color: var(--color-gray-deep);
}

.board-view .board-view-top .date-hit .name,
.board-view .board-view-top .date-hit .date {
    display: inline-block;
    margin-right: 20px;
}

.board-view .board-view-top .sub-txt {
    margin-top: 10px;
    font-size: 1.2rem;
    color: var(--color-gray);
}

.board-view .board-view-top .link-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.8rem;
}

.board-view .board-period {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    background-color: #F2F8FA;
}

.board-view .board-period h4 {
    flex-shrink: 0;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
}

.board-view .board-period p {
    font-size: 16px;
}

.board-view .board-info-table {
    margin-top: -1px;
    border-bottom: 1px solid rgba(var(--black-white-rgb),0.2);
}

.board-view .board-info-table dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid rgba(var(--black-white-rgb),0.2);
}

.board-view .board-info-table dl dt {
    flex-shrink: 0;
    width: 100px;
    padding: 10px 0;
    background-color: var(--bg-gray-light);
    text-align: center;
    font-weight: 500;
}

.board-view .board-info-table dl dd {
    flex-grow: 1;
    padding: 10px;
}

.board-view .board-view-file {
    border-bottom: 1px solid var(--border-line);
}

.board-view .board-view-file ul li {
    position: relative;
    border-top: 1px dashed var(--border-line);
}

.board-view .board-view-file ul li:first-child {
    border-top: none;
}

.board-view .board-view-file ul li a {
    display: block;
    padding: 10px 10px 10px 35px;
}

.board-view .board-view-file ul li a span.ico {
    position: absolute;
    top: 10px;
    left: 10px;
}

.board-view .board-view-con {
    position: relative;
    line-height: 2;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-line);
}

.board-view .board-view-con .thesis-con:not(:first-child) {
    margin-top: 30px;
}

.board-view .board-view-con .thesis-con dt {
    margin-bottom: 10px;
    color: var(--color-green);
    font-size: 1.6rem;
    font-weight: 700;
}

.board-view .board-view-con .thesis-con dd {
    line-height: 1.8;
}

.board-view .board-view-con .thesis-con dd.tag-list {
    flex-wrap: wrap;
}

.board-view .board-view-con .thesis-con dd.tag-list .tag-link-btn {
    margin-right: 20px;
}

.board-view-answer {
    position: relative;
    padding: 15px;
    margin-top: 10px;
    background-color: #F4F2ED;
    border-radius: 5px;
}

.board-view-answer h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-family: var(--font-point);
}

@media screen and (min-width: 979px) {
    .board-view .board-view-top {
        padding: 20px;
    }

    .board-view .board-view-top .date-hit {
        font-size: 1.4rem;
    }

    .board-view .board-view-top .sub-txt {
        font-size: 1.4rem;
    }

    .board-view .board-view-top .link-btn {
        top: 20px;
        right: 20px;
        font-size: 2rem;
    }

    .board-view .board-period {
        padding: 20px;
        margin-top: 20px;
    }

    .board-view .board-info-table ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .board-view .board-info-table ul li {
        width: 50%;
    }

    .board-view .board-info-table dl {
        height: 100%;
    }

    .board-view .board-info-table dl dt {
        width: 120px;
    }
    
    .board-view .board-view-con .thesis-con dt {
        font-size: 1.8rem;
    }

    .board-view .board-view-con .thesis-con dd.tag-list .tag-link-btn {
        margin-right: 30px;
    }
}

@media screen and (min-width:1239px) {
    .board-view .board-view-top h1.board-h1 {
        font-size: 2.4rem;
    }
    
    .board-view .board-view-top .date-hit {
        font-size: 1.6rem;
    }

    .board-view .board-view-top .date-hit .name,
    .board-view .board-view-top .date-hit .date {
        margin-right: 30px;
    }

    .board-view .board-view-top .sub-txt {
        font-size: 1.6rem;
    }

    .board-view .board-period h4 {
        margin-right: 40px;
    }

    .board-view .board-period h4,
    .board-view .board-period p {
        font-size: 20px;
        font-weight: 700;
    }

    .board-view .board-info-table dl dt {
        width: 150px;
        padding: 15px 10px;
    }

    .board-view .board-info-table dl dd {
        padding: 15px 20px;
    }

    .board-view .board-view-file {
        border-bottom: none;
        padding: 10px 0;
    }
    
    .board-view .board-view-file ul li {
        border-top: none;
        margin-top: 5px;
    }
    
    .board-view .board-view-file ul li a {
        display: block;
        padding: 15px 20px 15px 45px;
        border: 1px solid rgba(var(--black-white-rgb),0.1);
        background-color: #F2F8FA;
        border-radius: 3px;
        -moz-box-shadow: 0px 2px 3px rgba(215,216,220,0.4);
        -webkit-box-shadow: 0px 2px 3px rgba(215,216,220,0.4);
        box-shadow: 0px 2px 3px rgba(215,216,220,0.4);
    }
    
    .board-view .board-view-file ul li a span.ico {
        position: absolute;
        top: 18px;
        left: 18px;
        font-size: 16px;
    }
    
    .board-view .board-view-file ul li a small {
        display: inline-block;
        margin-left: 10px;
        padding: 5px;
        border: 1px solid rgba(var(--black-white-rgb),0.1);
        background-color: #fff;
        border-radius: 4px;
    }

    .board-view .board-view-file ul li a:hover {
        border-color: rgba(var(--black-white-rgb),0.3);
        background-color: #fff;
    }

    .board-view .board-view-con {
        padding: 30px 20px;
    }

    .board-view .board-view-con .thesis-con dd.tag-list .tag-link-btn:hover {
        color: var(--color-green);
    }

    .board-view-answer {
        padding: 20px;
        margin-top: 20px;
    }
}


/* 게시판 글쓰기 */
.board-write {
    position: relative;
    border-top: 2px solid rgba(var(--color-black-rgb),0.6);
}

.board-write dl {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-line);
}

.board-write dl dt {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-family: var(--font-point);
}

.board-write dl dd .comment {
    display: block;
    margin-top: 5px;
    color: var(--color-deeplight);
    font-size: 1.2rem;
}

.board-write .two-write li {
    width: 100%;
}

@media screen and (min-width:1139px) {
    .board-write dl {
        display: table;
        width: 100%;
        padding: 0;
    }

    .board-write dl dt {
        display: table-cell;
        width: 150px;
        text-align: center;
        background-color: #EBF4FA;
        vertical-align: middle;
        font-size: 1.4rem;
    }

    .board-write dl dd {
        display: table-cell;
        padding: 10px 20px;
        vertical-align: middle;
    }

    .board-write .two-write {
        display: flex;
        align-items: stretch;
    }

    .board-write .two-write li {
        width: 50%;
    }
}


/* 일반 댓글 */
.board-reply-box {
    position: relative;
    margin-top: 20px;
}

.board-reply-box .totalnum-user {
    margin-bottom: 10px;
}

.board-reply-box .totalnum-user .totalnum {
    font-size: 1.6rem;
}

.board-reply-box .totalnum-user .totalnum small {
    font-weight: 700;
}

.board-reply-box .totalnum-user .user-type {
    margin-left: 20px;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid var(--border-line);
    background-color: var(--color-background-gray);
    border-radius: 15px;
}

.board-reply-box .reply-write .rw-go {
    border: 1px solid rgba(var(--black-white-rgb),0.2);
    background-color: var(--color-background-gray);
    border-top: none;
}

.board-reply-box .reply-write .rw-go .secret {
    margin-right: 10px;
}

.board-reply-box .reply-view {
    position: relative;
    margin-top: 10px;
    border-bottom: 1px solid var(--border-line);
}

.board-reply-box .reply-view .reply-view-con {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid var(--border-line);
}

.board-reply-box .reply-view .reply-view-con:first-child {
    border-top: none;
}

.board-reply-box .reply-view .reply-view-con .user-info .ico {
    flex-shrink: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 0;
    border-radius: 50%;
}

.board-reply-box .reply-view .reply-view-con .user-info .name {
    font-size: 1.6rem;
    font-weight: 700;
}

.board-reply-box .reply-view .reply-view-con .user-info .type {
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: var(--color-science-sub);
    border-radius: 15px;
    color: #fff;
}

.board-reply-box .reply-view .reply-view-con .heart-replynum-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-light);
    font-size: 1.4rem;
}

.board-reply-box .reply-view .reply-view-con .heart-replynum-date .heart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    margin-right: 15px;
    border: 1px solid var(--color-blue);
    background-color: var(--color-white);
    color: var(--color-blue);
    border-radius:15px;
    font-size: 1.4rem;
}

.board-reply-box .reply-view .reply-view-con .heart-replynum-date .heart-btn.on {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.board-reply-box .reply-view .reply-view-con .heart-replynum-date .heart-btn .ico {
    margin-right: 5px;
}

.board-reply-box .reply-view .reply-view-con .heart-replynum-date .replynum {
    margin-right: 15px;
}

.board-reply-box .reply-view .reply-view-con .rereply-write-btn {
    margin-top: 10px;
}

.board-reply-box .reply-view .reply-view-con .reply-write {
    margin-top: 10px;
}

.board-reply-box .reply-view .reply-view-con.rereply {
    padding-left: 30px;
    border-top: 1px dashed var(--border-line);
    background-color: #F2F5F7;
}

.board-reply-box .reply-view .reply-view-con.rereply:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 45px;
    background-color: var(--color-light);
    content: '';
}

.board-reply-box .reply-view .reply-view-con.rereply:after {
    position: absolute;
    top: 45px;
    left: 10px;
    width: 15px;
    height: 1px;
    background-color: var(--color-light);
    content: '';
}

@media screen and (min-width:767px) {
    .board-reply-box .reply-view .reply-view-con {
        padding: 20px;
    }

    .board-reply-box .reply-view .reply-view-con.rereply {
        padding-left: 50px;
    }

    .board-reply-box .reply-view .reply-view-con.rereply:before,
    .board-reply-box .reply-view .reply-view-con.rereply:after {
        left: 30px;
    }
}


/* 소셜 댓글 ::: 소셜 댓글 글쓰기 */
.social-reply.top-border {
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.social-reply .reply-write {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.social-reply .reply-write .social-login {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
}

.social-reply .reply-write .social-login ul li {
    width: 34px;
    margin-right: 5px;
}

.social-reply .reply-write .social-login ul li a {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.social-reply .reply-write-box {
    position: relative;
}

.social-reply .reply-write-box .basic-textarea {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
}

.social-reply .reply-write-box .btns {
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}

.social-reply .reply-write-box .btns em {
    margin-right: 10px;
}

@media screen and (min-width:767px) {
    .social-reply .reply-write .social-login ul li {
        width: 40px;
    }

    .social-reply .reply-write-box {
        display: flex;
        align-items: stretch;
    }

    .social-reply .reply-write-box .basic-textarea {
        height: 120px;
        flex-grow: 1;
    }

    .social-reply .reply-write-box .btns {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        width: 100px;
        height: 120px;
        margin-top: 0;
        border-radius: 0 5px 5px 0;
    }

    .social-reply .reply-write-box .btns em {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
}


/* 소셜 댓글 ::: 소셜 댓글 리스트 */
.social-reply .reply-view .reply-con {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.social-reply .reply-view .reply-con .viewcon {
    position: relative;
}

.social-reply .reply-view .reply-con .viewcon .name-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-reply .reply-view .reply-con .viewcon .name-date .name {
    font-weight: 500;
}

.social-reply .reply-view .reply-con .viewcon .name-date .date {
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.social-reply .reply-view .reply-con .viewcon .reply-comment {
    line-height: 1.8;
    color: #7d7d7d;
    font-size: 13px;
}

.social-reply .reply-view .reply-con .viewcon .reply-loca {
    margin-top: 15px;
    font-size: 12px;
}

.social-reply .reply-view .reply-con .viewcon .reply-loca span {
    color: #999;
}

.social-reply .reply-view .reply-con .viewcon .modify-del {
    margin-top: 10px;
}

.social-reply .reply-view .reply-con .viewcon .modify-del a {
    display: inline-block;
    padding: 3px 14px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.social-reply .reply-view .reply-con .viewcon.reply-write-box,
.social-reply .reply-view .reply-con .viewcon.admin-reply-view {
    padding: 20px;
    margin: 20px -20px 0;
    background-color: rgba(0,0,0,0.03);
    border-radius: 10px;
}

@media screen and (min-width:639px) {
    .social-reply .reply-view .reply-con .viewcon .modify-del {
        position: absolute;
        top: -5px;
        right: 0;
        margin-top: 0;
    }

    .social-reply .reply-view .reply-con .viewcon.reply-write-box .modify-del,
    .social-reply .reply-view .reply-con .viewcon.admin-reply-view .modify-del {
        top: 15px;
        right: 20px;
    }
}

@media screen and (min-width:767px) {
    .social-reply .reply-view .reply-con {
        padding: 20px;
    }

    .social-reply .reply-view .reply-con .viewcon .reply-comment {
        font-size: 14px;
    }
}


/* -------------------------------- */
@media screen and (min-width: 639px) {
}

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

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

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

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

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

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

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