@charset "utf-8";

/* gamja-flower-regular - latin */
@font-face {
    font-family: 'Gamja Flower';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gamja-flower-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Gamja Flower Regular'), local('GamjaFlower-Regular'),
        url('../fonts/gamja-flower-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gamja-flower-v5-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/gamja-flower-v5-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/gamja-flower-v5-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/gamja-flower-v5-latin-regular.svg#GamjaFlower') format('svg');
    /* Legacy iOS */
}

/* 공통요소 */
.sr-only {
    position: absolute;
    left: -9999px;
}


header > nav {
    position: fixed;
    right: 5px;
    top: 45%;
}


header > nav > ul > li {
    margin-bottom: 10px;
}

header > nav > ul > li > a {
    display: block;
    text-align: right;
    font-weight: 400;
    line-height: 25px;
    margin-right: 30px;
    font-size: 10px;
    /* width:10px; */
    /* height:10px; */
    /* margin-left:5px; */
    /* text-indent:-9999px; */
    /* background-color:rgba(0,0,0,0.85); */
    /* border-radius:12px; */
}


header > nav > ul > li.on > a {
    color: #fff;
    /* width:12px; */
    /* height:12px; */
    /* margin-left:2px; */
    /* background:none; */
    /* border:2px solid white; */
    /* border-radius:7px; */

}

header > .ro {
    position: fixed;
    right: 0;
    top: 48%;
}


header > .ro > ul > li > a {
    display: block;
    /* text-align:right; */
    /* font-weight:400; */
    /* line-height:25px; */
    /* margin-right:30px; */
    /* font-size:10px; */
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
}


header > .ro > ul > li.on > a {
    /* color:#fff; */
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: none;
    border: 2px solid white;
    border-radius: 7px;

}

/* 컨텐츠 영역 */



section > .cont1 {

    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.qp {
    overflow: hidden;
    z-index: 999999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

#slides {
    position: relative;
    height: 100vh;
}

#slides > .slides_container {
    width: 100%;
    height: 100%;
}

#slides > .slides_container > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#slides > .slides_container > li:nth-child(1) {
    background-image: url(../sub01_2/image1.jpg);
}

#slides > .slides_container > li:nth-child(2) {
    background-image: url(../sub01_2/image2.jpg);
}

#slides > .slides_container > li:nth-child(3) {
    background-image: url(../sub01_2/image3.jpg);
}

#slides > .slides_container > li:nth-child(4) {
    background-image: url(../sub01_2/image4.jpg);
}

#slides > .slides_container > li:nth-child(5) {
    background-image: url(../sub01_2/image5.jpg);
}

#slides > .slides_container > li:nth-child(6) {
    background-image: url(../sub01_2/image6.jpg);
}

#slides > .slides_container > li:nth-child(7) {
    background-image: url(../sub01_2/image7.jpg);
}

#slides > .slides_container > li:nth-child(8) {
    background-image: url(../sub01_2/image8.jpg);
}

#slides > .slides_container > li:nth-child(9) {
    background-image: url(../sub01_2/image9.jpg);
}

#slides > .slides_container > li:nth-child(10) {
    background-image: url(../sub01_2/image10.jpg);
}

#slides > .slides_container > li:nth-child(11) {
    background-image: url(../sub01_2/image11.jpg);
}

#slides > .slides_container > li:nth-child(12) {
    background-image: url(../sub01_2/image12.jpg);
}

#slides > .slides_container > li:nth-child(13) {
    background-image: url(../sub01_2/image13.jpg);
}


#slides > .slides_container > li > .main_txt {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    margin-top: -203px;
}


#slides > .slides_pagination {
    list-style: none;
    display: flex;
    position: absolute;
    left: 46%;
    bottom: 20px;
    width: 105px;
    height: 16px;
    margin-left: -38px;
    z-index: 999;
}

#slides > .slides_pagination > li {
    width: 5px;
    height: 5px;
    margin-right: 15px;
}

#slides > .slides_pagination > li:last-child {
    margin-right: 0;
}

#slides > .slides_pagination > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border: 3px solid #626262;
    border-radius: 10px;
    transition: all 0.2s;
}

#slides > .slides_pagination > li.on > a {
    width: 7px;
    height: 7px;
    margin: -3px auto 0;
    border: 3px solid #6dc234;
    border-radius: 11px;
    background-color: transparent;
}

#slides > .slides_navigation {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    bottom: auto;

}

#slides > .slides_next {
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    margin-top: -26px;
}

#slides > .slides_next:hover {
    opacity: 1;
}

#slides > .slides_prev {
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
    z-index: 99999;
    width: 50px;
    height: 50px;
    margin-top: 26px;
}

#slides > .slides_prev:hover {
    opacity: 1;
}



@media (max-width:1024px) {
    #slides > .slides_prev {
        top: auto;
        transform: none;
        bottom: 0;
        right: 52px;
    }

    #slides > .slides_next {
        top: auto;
        transform: none;
        bottom: 0;
        right: 0px;
    }
}
