@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt_box {
    position: relative;
    margin-bottom: 20px;
    /* background: #fff */
}

.pic_lt_box .lat_title {
    display: block;
    line-height: 45px;
    font-size: 1.2em;
    color: #253dbe
}

.pic_lt_box .lat_title a {
    color: #000;
    display: inline-block;
    position: relative
}

.pic_lt_box .lt_more {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 25px;
    line-height: 25px;
    color: #aaa;
    border-radius: 3px;
    text-align: center;
}

.pic_lt_box .lt_more:hover {
    color: #777
}

.pic_lt_box ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pic_lt_box ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pic_lt_box li {
    width: calc(25% - 15px);
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 20px;
}

.pic_lt_box li.galley_li:nth-child(3n+1) {
    clear: both !important
}

.pic_lt_box li .lt_img {
    display: block;
    position: relative;
}

.pic_lt_box li .lt_img .textboxIn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s ease;
    overflow: hidden;
}

.pic_lt_box li .lt_img .textboxIn h3 {
    color: #fff;
    font-size: 1.6em;
    /* display: block; */
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    width: 60%;
    /* height: 10%; */
    text-align: center;
    line-height: 34px;
    /* background: rgba(113,101,106,0.5); */
    border-radius: 25px;
    filter: drop-shadow(2px 4px 2px black);
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pic_lt_box li .lt_img img {
    width: 100%;
    display: block;
    transition: 0.3s ease;
}

.pic_lt_box li a:hover {
    color: #a22121
}

.pic_lt_box li .fa-heart {
    color: #ff0000
}

.pic_lt_box li .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #cbe3e8;
    vertical-align: middle
}

.pic_lt_box li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle
}

.pic_lt_box li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ff0000;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.pic_lt_box li .fa-caret-right {
    color: #bbb
}

.pic_lt_box li .fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #daae37;
    background: #ffefb9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.pic_lt_box li .fa-link {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #b451fd;
    background: #edd3fd;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.pic_lt_box .profile_img img {
    border-radius: 50%
}

.lt_info {
    padding: 10px 0
}

.lt_info .lt_nick {}

.lt_info .lt_date {
    color: #888
}

.pic_lt_box .empty_li {
    line-height: 145px;
    color: #666;
    text-align: center;
    padding: 0
}

.pic_lt_box .empty_li:before {
    background: none;
    padding: 0
}

.pic_lt_box .lt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle
}

.pic_lt_box .lt_more {
    position: absolute;
    top: 11px;
    right: 0;
    display: block;
    width: 40px;
    line-height: 25px;
    color: #3a8afd;
    border-radius: 3px;
    text-align: center
}

.pic_lt_box .lt_more:hover {
    color: #777
}

@media screen and (hover:hover) {
    .pic_lt_box li:hover .lt_img img {
        transform: scale(1.3);
    }

    .pic_lt_box li:hover .lt_img .textboxIn {
        background: rgba(0, 0, 0, 0.5);
    }

    .pic_lt_box li:hover .lt_img .textboxIn h3 {
        top: 50%;
    }

}

@media screen and (hover:none) {
    .pic_lt_box li .lt_img .textboxIn {
        background: rgba(0, 0, 0, 0.1);
    }

    .pic_lt_box li .lt_img .textboxIn h3 {
        top: 50%;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:576px) {
    .pic_lt_box ul {
        gap: 10px;
    }

    .pic_lt_box li {
        width: calc(50% - 5px);
    }
}







.gall_slide .slide_box {
    position: relative;
    padding: 15px;
}

.gall_slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: 0.3s ease;
}

.gall_slide .textBox {


    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease;
}

.gall_slide .textBox .slide_title_big {
    width: 90%;
    /* text-align: center; */
    font-size: 2.2em;
    position: absolute;
    display: block;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    word-break: keep-all;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 1;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}

.gall_slide .textBox .textBoxIn {
    /* position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    width: 80%;
    background-color: rgb(240 251 255 / 80%);
    border-radius: 8px;
    padding: 40px 20px 40px 20px;
    opacity: 0; */
    transition: 0.3s ease;
    margin: 10px auto;
}

.gall_slide .textBox .textBoxIn .slide_title_small {
    /* font-size: 2em;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    display: block;
    /* line-height: 30px; */
    font-weight: bold;
    /* color: #fff; */
    font-size: 1.5rem;
    text-align: center;
    line-height: calc(1rem* 2);
    color: #000;
}

.gall_slide .textBox .textBoxIn .slide_text {
    color: #818181;
    /* line-height: 18px; */
    font-size: 1.2rem;
    /* min-height: calc(1.2rem* 2); */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 5px auto 20px auto;
}

/* @media (hover:hover) {
    .gall_slide :hover .textBox {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 8px;
    }

    .gall_slide :hover img {
        transform: scale(1.3);
    }

    .gall_slide :hover .textBox .slide_title_big {
        opacity: 0;
    }

    .gall_slide :hover .textBox .textBoxIn {
        opacity: 1;
    }
}

@media (hover:none) {
    .gall_slide  .textBox {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 8px;
    }

    .gall_slide  .textBox .slide_title_big {
        opacity: 0;
    }

    .gall_slide  .textBox .textBoxIn {
        opacity: 1;
    }
} */

.swiper_wrap {
    width: 100%;
    position: relative;
}

.gall_slide_btn {
    position: absolute;
    top: 50%;
}

.gall_slide_btn.gall_slide_prev {
    left: -1%;
}

.gall_slide_btn.gall_slide_next {
    right: -1%;
}

.wr_box {
    display: flex;
    align-items: center;
    margin: 5px auto;
}

.wr_title {
    width: 45%;
    font-size: 1.1rem;
    color: #000;
}

.wr_detail {
    width: 55%;
    font-size: 22px;
    font-weight: 700;
    color: #334791;
    text-align: right;
}

.btn_submit {
    display: block;
    width: 100%;
    padding: 15px 0;
    height: auto;
    font-size: 20px;
}

.btn_submit:hover {
    background: #dde148;
    color: #000;
}

@media screen and (max-width:567px) {
    .gall_slide .textBox .textBoxIn .slide_title_small {
        font-size: 20px;
    }

    .gall_slide .textBox .textBoxIn .slide_text {
        font-size: 13px;
    }

    .wr_box {
        align-items: flex-start;
    }

    .wr_title {
        font-size: 11px;
    }

    .wr_detail {
        font-size: 11px;
    }

    .btn_submit {
        padding: 5px 0;
        font-size: 15px;
    }

}