@charset "utf-8";


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

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

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

.total-search .searchbox .basic-select {
    display: none;
    margin-right: 5px;
    font-size: 1.4rem;
}

.total-search .searchbox .basic-input {
    font-size: 14px;
}

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

.board-list {
    position: relative;
    border-top: 2px solid rgba(var(--color-black-rgb),0.6);
}

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

.board-list li.board-list-header {
    display: none;
    background-color: #fff !important;
}

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

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

.board-list li div.no {
    margin-bottom: 5px;
    font-weight: 800;
}

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

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

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

.board-list li div.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.subject a {
    display: block;
    text-align: left;
}

.board-list li div.subject a .reply-ico {
    display: inline-block;
    transform: rotate(180deg);
}

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

.board-list li div.state {
    display: block;
    margin-top: 5px;
}

.board-list li div.state span.state-box {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    font-size: 1.2rem;
}

.board-list li div.state span.state-box.state-compleate {
    background-color: var(--color-blue);
    color: var(--color-highlight);
}

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

.board-list li div.date-hit {
    display: block;
    margin-top: 5px;
    color: var(--color-deeplight);
    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: 10px;
}

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

    .total-search .total-num {
        text-align: left;
        font-size: 1.4rem;
    }

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

    .total-search .searchbox .basic-select {
        display: inline-block;
    }

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

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

    .board-list li.board-list-header div {
        font-family: var(--font-point);
        font-size: 1.4rem;
    }

    .board-list li div.check,
    .board-list li div.no,
    .board-list li div.date,
    .board-list li div.subject,
    .board-list li div.file-down,
    .board-list li div.state,
    .board-list li div.name,
    .board-list li div.date-hit {
        display: table-cell;
        padding: 20px 10px;
        vertical-align: middle;
        text-align: center;
    }

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

    .board-list li div.no,
    .board-list li div.date {
        width: 120px;
    }

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

    .board-list li div.state,
    .board-list li div.name {
        width: 120px;
    }

    .board-list li div.state span.state-box {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 1.4rem;
    }

    .board-list li div.date-hit {
        width: 100px;
        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.board-list-header div.date-hit {
        color: var(--color-basic);
    }

    .board-list li:hover {
        background-color: var(--color-background-gray);
    }

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

    .btn-area .btns {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 20px;
        font-size: 1.6rem;
    }
}


/* 웹진 리스트 ::: 김동식 팀장님 IDEA //220512 */
.webzine-list {
    position: relative;
}

.webzine-list .webzine-con {
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

.webzine-list .webzine-con a {
    position: relative;
    display: block;
    padding: 20px;
}

.webzine-list .webzine-con a.tit .cate,
.webzine-list .webzine-con a.tit .subject,
.webzine-list .webzine-con a.tit .date {
    display: block;
}

.webzine-list .webzine-con a.tit .subject {
    font-size: 16px;
}

.webzine-list .webzine-con a.tit .date {
    margin-top: 10px;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #999;
}

.webzine-list .webzine-con a.txt {
    border-top: 1px solid rgba(0,0,0,0.08);
}

.webzine-list .webzine-con a.txt em {
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.6em;
	height: 4.8em;
    font-size: 12px;
    color: #7d7d7d;
}

.webzine-list .webzine-con a.txt.in-pic {
    display: flex;
    align-items: center;
}

.webzine-list .webzine-con a.txt.in-pic figure {
    overflow: hidden;
    flex-shrink: 0;
	width: 50px;
    font-size: 0;
    border-radius: 10px;
}

.webzine-list .webzine-con a.txt.in-pic figure img {
    width: 50px;
    height: 50px;
}

.webzine-list .webzine-con a.txt.in-pic em {
    padding-left: 10px;
    flex-grow: 1;
}

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

@media screen and (min-width:639px) {
    .webzine-list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    .webzine-list .webzine-con {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (min-width:979px) {
    .webzine-list .webzine-con {
        width: 32%;
        margin: 1% 0 1% 2%;
    }

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

    .webzine-list .webzine-con a {
        padding: 30px;
    }

    .webzine-list .webzine-con a.tit .subject {
        overflow: hidden;
        height: 56px;
        line-height: 28px;
        font-size: 18px;
    }

    .webzine-list .webzine-con a.tit .date {
        font-size: 14px;
    }
    
    .webzine-list .webzine-con a.txt:after {
        position: absolute;
        top: -1px;
        left: 0;
        width: 1px;
        height: 1px;
        background-color: #33AC97;
        content: '';
        opacity: 0;
        transition: .3s ease-in-out;
    }

    .webzine-list .webzine-con a.txt em {
        font-size: 14px;
    }

    .webzine-list .webzine-con a.txt.in-pic figure {
        width: 70px;
    }

    .webzine-list .webzine-con a.txt.in-pic figure img {
        width: 70px;
        height: 70px;
    }

    .webzine-list .webzine-con a.txt.in-pic em {
        padding-left: 20px;
    }

    .webzine-list .webzine-con:hover {
        box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
    }

    .webzine-list .webzine-con:hover a.tit .subject {
        color: #33AC97;
    }
    
    .webzine-list .webzine-con:hover a.txt:after {
        width: 100%;
        opacity: 1;
    }

    .webzine-list .webzine-con:hover a.txt em {
        color: #333;
    }
}


/* 갤러리 리스트 */
.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 20px;
    margin-top: 10px;
}

.gallery-list .gallery-con a.txt small.cate {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 5px;
    border: 1px solid #00AC97;
    background-color: #fff;
    color: #00AC97;
    border-radius: 15px;
    font-size: 13px;
}

.gallery-list .gallery-con a.txt strong.subject {
    display: block;
    font-size: 16px;
    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: 12px;
    color: #999;
}

.gallery-list .gallery-con a.txt em.name-source-date span b {
    font-weight: 500;
    color: #7d7d7d;
}

.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 strong.subject {
        font-size: 18px;
    }

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

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

    .gallery-list .gallery-con:hover a.txt strong.subject {
        color: #00AC97;
    }
}

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


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

.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 {
    font-size: 18px;
    font-family: var(--font-point-bold);
    letter-spacing: -.5pt;
}

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

.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-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-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-bold);
}

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

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

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

    .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 #dcdcdc;
        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: 1.6rem;
    }
    
    .board-view .board-view-file ul li a small {
        display: inline-block;
        margin-left: 10px;
        padding: 5px;
        border: 1px solid #dcdcdc;
        background-color: #fafafa;
        border-radius: 4px;
    }

    .board-view .board-view-file ul li a:hover {
        border-color: #999;
    }

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

    .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: rgba(0,0,0,0.03);
        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;
    }
}


/* 이벤트 게시판 */
.event-list {
    position: relative;
    padding-top: 30px;
    border-top: 2px solid #333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.event-list .event-con {
    position: relative;
    margin-bottom: 40px;
}

.event-list .event-con a {
    position: relative;
    display: block;
}

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

.event-list .event-con a.txt {
    padding: 20px;
}

.event-list .event-con a.txt strong,
.event-list .event-con a.txt span {
    display: block;
}

.event-list .event-con a.txt small.state {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #eee;
    color: #7d7d7d;
    border-radius: 15px;
    font-size: 13px;
}

.event-list .event-con a.txt small.state.state-ing {
    border: 1px solid #00AC97;
    background-color: #fff;
    color: #00AC97;
}

.event-list .event-con a.txt strong {
    font-size: 16px;
    font-weight: 500;
}

.event-list .event-con a.txt span {
    margin-top: 10px;
    color: #999;
}

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

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

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

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

    .event-list .event-con a.txt strong.subject {
        font-size: 18px;
    }

    .event-list .event-con a.txt em.name-source-date span {
        font-size: 16px;
    }

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

    .event-list .event-con:hover a.txt strong.subject {
        color: #00AC97;
    }
}


/* 자주묻는질문 */
.faq .tabmnu {
    position: relative;
    margin-bottom: 20px;
}

.faq .tabmnu ul {
    border-left: 1px solid var(--border-line);
    border-top: 1px solid var(--border-line);
}

.faq .tabmnu ul li {
    border-bottom: 1px solid var(--border-line);
    border-right: 1px solid var(--border-line);
}

.faq .tabmnu ul.tab4 li {
    width: 50%;
}

.faq .tabmnu ul.tab5 li {
    width: 50%;
}

.faq .tabmnu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    color: #999;
}

.faq .tabmnu ul li a.current {
    background-color: var(--color-blue);
    color: #fff;
    font-family: var(--font-point-bold);
}

.faq .faq-list {
    position: relative;
    border-top: 2px solid rgba(var(--color-black-rgb),0.6);
}

.faq .faq-list dl {
    border-bottom: 1px solid var(--border-line);
}

.faq .faq-list dl dt {
    position: relative;
}

.faq .faq-list dl dt a {
    display: block;
    padding: 24px 40px 24px 6px;
}

.faq .faq-list dl dt a em {
    display: block;
    color: var(--color-deeplight);
    font-weight: 500;
}

.faq .faq-list dl dt a span {
    display: block;
    font-family: var(--font-point);
}

.faq .faq-list dl dt a .faq-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.faq .faq-list dl dt a .faq-arrow .btn-loca {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0;
    color: transparent;
    background: none;
    outline: none;
    border: none;
}

.faq .faq-list dl dt a .faq-arrow .btn-loca:after,
.faq .faq-list dl dt a .faq-arrow .btn-loca:before {
    position: absolute;
    top: 2px;
    display: block;
    width: 2px;
    height: 14px;
    background-color: var(--border-line);
    transition: .2s;
    content: '';
}

.faq .faq-list dl dt a .faq-arrow .btn-loca:after {
    left: 50%;
    margin-left: 4px;
    transform: rotate(45deg);
}

.faq .faq-list dl dt a .faq-arrow .btn-loca:before {
    right: 50%;
    margin-right: 4px;
    transform: rotate(135deg);
}

.faq .faq-list dl dt a .faq-arrow .btn-loca.on:after {
    background: var(--color-blue);
    transform: rotate(135deg);
}

.faq .faq-list dl dt a .faq-arrow .btn-loca.on:before {
    background: var(--color-blue);
    transform: rotate(45deg);
}

.faq .faq-list dl dt.active a em,
.faq .faq-list dl dt.active a span {
    color: var(--color-blue);
}

.faq .faq-list dl dd {
    padding: 10px;
    background-color: var(--color-background-gray);
}

@media screen and (min-width:767px) {
    .faq .tabmnu {
        margin-bottom: 40px;
    }

    .faq .tabmnu ul,
    .faq .tabmnu ul li {
        border: none;
    }

    .faq .tabmnu ul.tab4 li,
    .faq .tabmnu ul.tab5 li {
        width: auto;
    }

    .faq .tabmnu ul li a {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        background-color: transparent;
        border-radius: 25px;
    }
}

@media screen and (min-width:1140px) {
    .faq .faq-list dl dt a em {
        display: inline-block;
        width: 150px;
        text-align: center;
    }

    .faq .faq-list dl dt a span {
        display: inline-block;
    }

    .faq .faq-list dl dt a .faq-arrow {
        right: 50px;
    }

    .faq .faq-list dl dd {
        padding: 40px 40px 40px 160px;
    }
}