@charset "UTF-8";

.new-board-wrapper {
    margin: -9.5px 0;
}
.new-board-wrapper > li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 9.5px 0;
}
.new-board-wrapper > li.new-board-notice .new-board-box {
    background-color: #f9f9f9;
}
.new-board-wrapper .new-board-box {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 29px 40px;
}
.new-board-wrapper .new-board-box > * {
    display: inline-block;
    vertical-align: middle;
}
.new-board-wrapper .new-board-area {
    margin: 0;
    border: 3px solid transparent;
    border-radius: 10px;
}
.new-board-wrapper .new-board-area:hover {
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #0092e4, #00c7c1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.new-board-wrapper .new-board-area:hover .new-board-box {
    border: 1px solid transparent;
}
.new-board-wrapper .new-board-area:hover .new-board-contents::after {
    background: url('/source/img/notice_right_arr_over.png') no-repeat center
}
.new-board-wrapper .new-board-box .date {
    text-align: center;
}
.new-board-wrapper .new-board-box .date p:first-child {
    font-weight: 700;
    font-size: 40px;
    color: #e5e5e5;
}
.new-board-wrapper .new-board-box .date p:last-child {
    font-weight: 500;
    font-size: 16px;
    color: #dadada;
}
.new-board-wrapper .new-board-box .date p:last-child span {
    display: none;
}
.new-board-wrapper .new-board-info {
    display: block;
}
.new-board-info .writer {
    position: relative;
    padding-left: 19px;
}
.new-board-info .gall_view {
    position: relative;
    padding-left: 19px;
}
.new-board-wrapper .new-board-contents {
    margin: 0;
    padding-left: 30px;
    width: calc(100% - 100px);
    position: relative;
}
.new-board-wrapper .new-board-contents::after {
    content: '';
    background: url('/_res/ctl/img/icon/icon_arrow04.png') no-repeat center;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.new-board-contents .type {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    background-color: #333;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.new-board-wrapper .new-board-contents a {
    font-weight: 400;
}
.new-board-wrapper .title {
    font-weight: 400;
    font-size: 18px;
    color: #0f0f0f;
    padding-bottom: 7px;
}
.new-board-wrapper .desc {
    font-weight: 300;
    font-size: 16px;
    color: #999;
    padding-bottom: 20px;
    display: inline-block;
}
.new-board-wrapper .new-board-box .date {
    border-right: 1px dashed #e5e5e5;
    padding-right: 33px;
}

.thumbnail-list {
    border-top: 2px solid #66747e
}

.thumbnail-wrapper02 {
    position: relative;
    display: block;
    padding: 30px 0 30px 290px;
    border-bottom: 1px solid #d6d6d6
}

.thumbnail-wrapper02 .image {
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    width: 255px;
    height: 170px;
    overflow: hidden;
    background-color: #000;
}

.thumbnail-wrapper02 .image>img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
}

.thumbnail-area02 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 180px;
}

.thumbnail-area02 dl {
    display: block;
}

.thumbnail-area02 dl>dt {
    display: block;
    margin-bottom: 12px;
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    max-height: 68px;
    font-weight: 700;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-area02 dl>dd {
    display: block;
    color: #666666;
    font-size: 19px;
    line-height: 30px;
    max-height: 150px;
    font-weight: 400;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-area02 ul {
    display: flex;
    gap: 25px;
    margin-top: 15px;
}

.thumbnail-area02 ul>li {
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1.3
}

.thumbnail-area02 ul>li>strong {
    position: relative;
    color: #666666;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;
}

.thumbnail-area02 ul>li>strong:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    margin-top: -6px;
    background-color: #c9cbcd;
}

.thumbnail-area02 ul>li>span {
    color: #aaaaaa;
    font-weight: 400;
}


/* youtube 게시판 */
.youtube-list-wrapper {
	padding-top: 15px;
}

.youtube-list-wrapper > li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
}

.youtube-list-wrapper > li:nth-child(3n) {
	margin-right: 0;
}

.youtube-list-wrapper > li:nth-child(1),
.youtube-list-wrapper > li:nth-child(2),
.youtube-list-wrapper > li:nth-child(3) {
	margin-top: 0;
}

.youtube-list-wrapper > li > a {
	position: relative;
	display: block;
	text-align: center;
}

.youtube-list-wrapper > li > a .icon-new {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	padding: 5px;
	font-size: 0.75rem;
	color: #fff;
	background: #f46500;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
}

.youtube-list-wrapper > li > a > .images {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.3%;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.youtube-list-wrapper > li > a > .images > img {
	position: absolute;
	top: -100%;
	left: -100%;
	bottom: -100%;
	right: -100%;
	display: block;
	min-width: 100%;
	max-width: 120%;
	min-height: 100%;
	max-height: 120%;
	margin: auto;
    transition: all 0.2s linear;
    transform: scale3d(1, 1, 1);
}

.youtube-list-wrapper > li > a:hover > .images > img,
.youtube-list-wrapper > li > a:focus > .images > img {
	transform: scale3d(1.05, 1.05, 1);
}

.youtube-list-wrapper > li > a > strong {
	display: block;
	margin-bottom: 5px;
	color: #424242;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	font-weight: 500;
}

.youtube-list-wrapper > li > a > .date {
	display: block;
	color: #828282;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}

@media only all and (max-width: 1023px) {
	.thumbnail-wrapper02 {
        padding: 45px 0 45px 300px;
    }
    .thumbnail-wrapper02 .image {
        width: 270px;
        height: 180px;
    }

}
@media only all and (max-width: 767px) {
    .thumbnail-wrapper02 {
        padding: 1.7308rem 0;
    }
    .thumbnail-wrapper02 .image {
        position: static;
        top: 0;
        width: 100%;
        height: initial;
        margin-bottom: 1.2308rem;
        border-radius: 0.5rem;
    }
    .thumbnail-wrapper02 .image>img {
        position: static;
    }
    .thumbnail-area02 {
        min-height: initial;
    }
    .thumbnail-area02 dl>dt {
        margin-bottom: 0.6538rem;
        font-size: 1.5rem;
        line-height: 2.0769rem;
        max-height: 4.1538rem;
    }
    .thumbnail-area02 dl>dd {
        font-size: 1.208rem;
        line-height: 1.7308rem;
        max-height: 8.6538rem;
    }
    .thumbnail-area02 ul {
        gap: 1.9231rem;
        margin-top: 1.1538rem;
    }
    .thumbnail-area02 ul>li {
        font-size: 1.208rem;
    }
    .thumbnail-area02 ul>li>strong {
        padding-right: 0.7692rem;
        margin-right: 0.7692rem;
    }
    .thumbnail-area02 ul>li>strong:after {
        height: 1rem;
        margin-top: -0.5rem;
    }

}