@charset "UTF-8";
/*Personal blog*/ /*COLORS*/
/*FONTS*/
ul.page-numbers {
    padding-left: 0;
}

ul.page-numbers li {
    list-style: none;
    float: left;
}

ul.page-numbers .page-numbers {
    text-decoration: none !important;
}

.slick-dots li {
    position: relative;
    padding: 11px 10px;
    cursor: pointer;
}

.slick-dots li.slick-active:before {
    transform: scale(1.4);
}

.slick-dots li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #b8b8b8;
    border-radius: 50%;
}

.stm_pagination_style_12 .owl-dots {
    margin-top: 15px;
}

.stm_pagination_style_12 .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto 10px !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.stm_pagination_style_12 .owl-dots .owl-dot:first-child {
    margin-left: 0 !important;
}

.stm_pagination_style_12 .owl-dots .owl-dot.active {
    transform: scale(1.3);
}

.stm_pagination_style_12 .owl-nav .owl-prev,
.stm_pagination_style_12 .owl-nav .owl-next {
    display: block !important;
    width: 80px;
    height: 80px;
    border: 0;
    line-height: 85px;
}

.stm_pagination_style_12 .owl-nav .owl-prev {
    left: 0;
}

.stm_pagination_style_12 .owl-nav .owl-prev:before {
    content: "눀" !important;
    font-family: "stmicons" !important;
}

.stm_pagination_style_12 .owl-nav .owl-next {
    right: 0;
}

.stm_pagination_style_12 .owl-nav .owl-next:before {
    content: "눁" !important;
    font-family: "stmicons" !important;
}

.stm_carousel .owl-stage-outer {
    z-index: 10;
}

.stm_carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: -60px;
    right: -60px;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.stm_carousel .owl-nav .owl-prev,
.stm_carousel .owl-nav .owl-next {
    top: 50%;
    border: 0;
    margin: -40px 0 0;
    background: transparent !important;
}

.stm_carousel .owl-nav .owl-prev:before,
.stm_carousel .owl-nav .owl-next:before {
    text-indent: 0;
    color: #fff;
}

.stm_carousel .owl-nav .owl-prev {
    right: auto;
    left: 0;
    text-align: left;
}

.stm_carousel .owl-nav .owl-prev:before {
    content: "\ec91" !important;
    font-family: "stmicons" !important;
}

.stm_carousel .owl-nav .owl-next {
    right: 0;
    text-align: right;
}

.stm_carousel .owl-nav .owl-next:before {
    content: "\ec90" !important;
    font-family: "stmicons" !important;
}

@media (max-width: 550px) {
    .stm_carousel.stm_carousel_style_1 .owl-controls {
        display: block !important;
    }
}

.stm_pagination_style_12 ul.page-numbers {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #d9d9d9;
}

.stm_pagination_style_12 ul.page-numbers li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}

.stm_pagination_style_12 ul.page-numbers li:first-child {
    margin-left: 0;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers {
    min-width: 40px;
    min-height: 40px;
    line-height: 1;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers:after {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 33px;
    font-style: normal;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.current {
    color: #000;
    background-color: transparent;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.current:before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.prev, .stm_pagination_style_12 ul.page-numbers li .page-numbers.next {
    padding: 0 4px;
    font-size: 12px;
    color: #000;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.next i {
    margin-top: 2px;
    margin-left: 12px;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.next i:before {
    content: "눁" !important;
    font-family: "stmicons" !important;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.next:hover i {
    color: #808080;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.prev i {
    margin-top: 2px;
    margin-right: 12px;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.prev i:before {
    content: "눀" !important;
    font-family: "stmicons" !important;
}

.stm_pagination_style_12 ul.page-numbers li .page-numbers.prev:hover i {
    color: #808080;
}