@charset "UTF-8";

.photo-notice{position: relative; padding-top: 20px;}
.photo-notice .container{position: relative; width: 100%; max-width: 1600px; margin: 0 auto;}
.photo-notice .container::before{content: ''; display: block; position: absolute; top: -20px; right: 20px; width: 57px; height: 36px; background: url('../images/bg_line.png') no-repeat center; background-size: contain; z-index: -1;}
.photo-notice .info ul{display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 30px;overflow: hidden;align-items: center;width: 100%;}
.photo-notice .info li{overflow: hidden;position: relative;width: 310px;margin-right: calc(100% / 4 - 310px);}
.photo-notice .info li.recentBbsNoData{float: none; width: 100%; font-size: 16px; color: #333333; text-align: center; padding: 120px 0 80px;}
.photo-notice .info li a{display: block; width: 100%; height: 100%;}
.photo-notice .info li:nth-child(even){top: 30px;}
.photo-notice .info li:last-child{margin-right: 0;}
.photo-notice .info li .con {width: 100%; overflow: hidden;}
.photo-notice .photo-box{position: relative;}
.photo-notice .photo-box .recentBbsThumb{position: relative;}
.photo-notice .photo-thumbnail{width: 100%; height: 400px; overflow: hidden; transition: all .3s;}
.photo-notice .photo-more{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: url(../images/photo_more.png) no-repeat center center / contain;
    opacity: 1;
    transition: all .3s;
}
.photo-notice .photo-info{position: absolute; left: 0; bottom: 0; width: 100%; height: 0; display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 0 30px; background-color: rgba(0,0,0,0.7); transition: all .3s;}
.photo-notice .photo-more-on{display: none; width: 50px; height: 50px; margin: 0 auto; border-radius: 50%; background: url(../images/photo_more_on.png) no-repeat center center / contain; opacity: 0;}
.photo-notice .photo-line{
    width: 1px;
    height: 189px;
    background: rgba(255, 255, 255, 0.3);
    margin: 30px 0;
}
.photo-notice .photo-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Light', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
.photo-notice .info li:hover .photo-thumbnail{transform: scale(1.05);}
.photo-notice .info li:hover .photo-more{opacity: 0; z-index: -1;}
.photo-notice .info li:hover .photo-info{height: 100%;}
.photo-notice .info li:hover .photo-more-on{display: block; opacity: 1;}
.photo-notice .more-box{text-align: center; margin-top: 50px;}
.photo-notice .more-box a{display: inline-block; font-size: 15px; color: #000; font-family: 'Mont SemiBold', sans-serif; border-top: 2px solid rgba(0,0,0,0.5); border-bottom: 2px solid rgba(0,0,0,0.7); padding: 15px 55px; text-transform: uppercase; transition: all .3s;}
.photo-notice .more-box a span{position: relative;}
.photo-notice .more-box a span::after{content: ""; display: block; position: absolute;  left: 0; bottom: 0; width: 0%; height: 1px; background-color: #000;transition: all .3s;}
.photo-notice .more-box a:hover{border-top: 2px solid #000; border-bottom: 2px solid #000;}
.photo-notice .more-box a:hover span::after{width: 100%;}

@media all and (max-width: 1600px) {
    .photo-notice .container {padding: 0 20px;}
    .photo-notice .container::before{right: 0;}
}

@media all and (max-width: 1400px) {
    .photo-notice .info li{width: 23.5%; margin-right: 2%;}
    .photo-notice .photo-thumbnail{height: 380px;}
}

@media all and (max-width: 1023px) {
    .photo-notice .container::before{top: -30px;}
	.photo-notice .info ul{justify-content: space-between; padding-bottom: 0;}
    .photo-notice .info li{width: 49%; margin-right: 0; margin-bottom: 15px;}
    .photo-notice .info li:nth-child(even){top: 0;}
    .photo-notice .info li .photo-more{opacity: 0; z-index: -1;}
    .photo-notice .info li .photo-info{height: 100%;}
    .photo-notice .info li .photo-more-on{display: block; opacity: 1;}
    .photo-notice .photo-thumbnail{height: 480px;}
    .photo-notice .photo-line{height: 35%;}

    .photo-notice .more-box a{border-top: 2px solid #000; border-bottom: 2px solid #000;}
    .photo-notice .more-box a span::after{display: none;}
}

@media all and (max-width: 728px) {
    .photo-notice .container::before {display: none;}
    .photo-notice .photo-thumbnail{height: 320px;}
    .photo-notice .info li{margin-bottom: 10px;}
    .photo-notice .info li .photo-info{padding: 0 15px;}
    .photo-notice .photo-line{height: 40%;}
}