@charset "utf-8";

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    max-height: 522px;
}
.bx-viewport {
    text-align: center;
    max-height: 522px !important;
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
.bxslider {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1300px;
    max-height: 522px;
    text-align: center;
}
.bxslider > div {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    max-height: 522px;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/** THEME ===================================*/
.bx-wrapper {
    background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../img/loading.svg') center center no-repeat #ffffff;
    background-size: 120px auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    position: absolute;
    margin-left: 0;
    right: 40px;
    background: url('../img/svg/icon_thick_prev.svg') no-repeat 50% 50%;
    background-size: auto 50%;
    background-color: var(--bm-cr-10654c);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
}
.bx-wrapper .bx-next {
    position: absolute;
    margin-right: 0;
    right: 0;
    background: url('../img/svg/icon_thick_next.svg') no-repeat 50% 50%;
    background-size: auto 50%;
    background-color: var(--bm-cr-00a5a5);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
}

.bx-controls-direction {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    /* bottom: 19px; 240328 김시윤 */
    bottom: 20px;
    transform: translate(-50%, 0);
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    display: inline-block;
    bottom: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999999px;
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/*  AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-indent: -9999999px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: 1px solid #fff;
    background: url('../img/play_stop.png') -30px 0 no-repeat;
    background-size: cover;
    margin: 0 3px;
}
/* .bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: 0 0;
} */
.bx-wrapper .bx-controls-auto .bx-stop {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: 1px solid #fff;
    background: url('../img/play_stop.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 3px;
}
/* .bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -30px 0;
} */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 30px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    bottom: 45%;
    left: 56%;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    right: 80px;
    text-align: center;
    background: var(--bm-cr-10654c);
}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    letter-spacing: 1em;
    text-align: center;
    font-size: 0.9em;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 28px;
}
.bxslider_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 680px;
    /*
	background: rgba(0, 0, 0, 0.25);
	*/
}
.bxslider_title {
    position: absolute;
    z-index: 1;
    top: calc(50% - 45px);
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
    letter-spacing: -0.05em;
    color: #fff;
}
.bxslider_title .tx1 {
}
.bxslider_title .tx2 {
    font-size: 0;
}
.bxslider_title .tx2 span {
    display: inline-block;
    margin: 25px 0;
    width: 50px;
    height: 2px;
    background: #fff;
}
.bxslider_title .tx3 {
    letter-spacing: 0em;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
}

/*  .bx-wrapper .bx-caption span::first-letter { */
/* font-size: 1.3em; */
/*  } */
/*  .bx-wrapper .bx-caption span:after { */
/* content: " --- 3"; */
/*  } */

.span_number_slide {
    position: absolute;
    bottom: 42.5%;
    left: 47%;
    background: var(--bm-cr-8a7855);
}
.span_number_slide span {
    color: #fff;
}
.span_number_slide span:nth-child(1) {
}
.span_number_slide span:nth-child(2) {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 10px;
}
.span_number_slide span:nth-child(3) {
    position: relative;
    top: 0;
}

@media (max-width: 1029px) {
    .bx-wrapper {
        padding-top: 50px;
        background: var(--bm-cr-10654c);
    }
    .bx-wrapper,
    .bx-viewport,
    .bxslider,
    .bxslider > div {
        max-height: auto !important;
    }
    .bx-has-controls-direction {
        height: 0;
        font-size: 0;
        background: #ff0000;
    }
    .bx-controls-direction {
        bottom: 0;
    }
}

@media (max-width: 920px) {
    .bxslider_title {
        font-size: 4vw;
    }
}
@media (max-width: 820px) {
    /*
    .bx-caption,
    .bx-has-controls-direction {
        display: none !important;
    }
*/
    .bxslider_title {
        top: calc(50%);
    }
    .bxslider_title .tx2 span {
        display: none;
    }
}
@media (max-width: 720px) {
    /*
	.bxslider > div {
        min-height: 280px;
    }
    .bxslider_bg {
        min-height: 280px;
    }
*/
    .bx-wrapper img {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        width: auto;
        height: 280px;
    }
    .main_container_box1 {
        padding-top: 30px !important;
    }
}
.bxslider .mov_dv .mobile {
    display: none;
}
@media (max-width: 580px) {
    .bx-wrapper img {
        height: 220px;
    }
    .bx-caption,
    .bx-has-controls-direction {
        display: none !important;
    }
    .bx-wrapper img {
        width: 100%;
        height: auto;
    }
    .bxslider .mov_dv .pc {
        display: none;
    }
    .bxslider .mov_dv .mobile {
        display: block;
    }
}
