@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #c6cacc;
    background: #fff
}

.pic_lt .lat_title {
    display: block;
    background: #fcfcfc;
    padding: 0 20px;
    line-height: 45px;
    font-size: 1.083em;
    border-bottom: 1px solid #e2e2e2;
    color: #253dbe;
}

.pic_lt .lat_title a {
    color: #253dbe;
    display: inline-block;
    position: relative
}

.pic_lt .lat_title a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #253dbe;
    content: ''
}

.pic_lt .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 .lt_more:hover {
    color: #777
}

.pic_lt ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pic_lt ul {
    padding: 20px 15px
}

.pic_lt li {
    float: left;
    width: 20%;
    padding: 0 10px
}

.pic_lt li .lt_img {
    margin: 5px 0;
    display: block
}

.pic_lt li .lt_img img {
    width: 100%;
    height: auto
}

.pic_lt li a:hover {
    color: #a22121
}

.pic_lt li .fa-heart {
    color: #ff0000;
}

.pic_lt 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 #a2c6ce
}

.pic_lt li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ffff00;
    background: #6db142;
    text-align: center;
    border-radius: 2px;
}

.pic_lt li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #e52955;
    text-align: center;
    border-radius: 2px;
}

.pic_lt li .fa-caret-right {
    color: #bbb
}

.pic_lt .lt_cmt {
    background: #5c85c1;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
}

.pic_lt .lt_date {
    display: block;
    margin-top: 5px;
    color: #888;
}

.nd_content .nd_basic>div.basicR {
    padding: 27.5px 1.2%;
}

.swiper5 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper5 .swiper-wrapper {
    display: flex;
}

.swiper5 .swiper-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.swiper5 .img_box {
    overflow: hidden;
}

.swiper5 .img_box img {
    width: 80%;
    height: auto;
    margin: 8px auto 0;
}

.swiper5 h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.swiper5 h2 .gallery-latest-heading {
    font-weight: 700;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #454545;
}

.swiper5 h2 .gallery-latest-heading b {
    margin-right: 6px;
    padding-top: 8px;
    border-top: 2px solid #333;
    display: inline-block;
    font-weight: 700;
}

.swiper5 h2 .gallery-title-en {
    display: none;
}

body.en .swiper5 h2 .gallery-title-ko {
    display: none;
}

body.en .swiper5 h2 .gallery-title-en {
    display: block;
}

.swiper5 .gsBtn {
    display: flex;
    align-items: center;
}

.swiper5 .gallery-play,
.swiper5 .gallery-stop {
    border: 1px solid #e1e1e1;
    background: #f5f5f5;
    display: block;
    outline: 0;
}

.swiper5 .gallery-play i,
.swiper5 .gallery-stop i {
    font-size: 12px;
    padding: 7px 11px;
    color: #676767;
}

.swiper5 .gallery-stop i {
    font-size: 14px;
    padding: 6px 11.13px;

}

.swiper5 .gallery-play.on i,
.swiper5 .gallery-stop.on i {
    color: #000;
}

.swiper5 .btn_next,
.swiper5 .btn_prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.swiper5 .btn_next {
    right: 0px;
    background: url(/images/controls3.png) no-repeat -43px -32px;
}

.swiper5 .btn_prev {
    left: 0px;
    background: url(/images/controls3.png) no-repeat 0 -32px;
}