@charset "utf-8";

.TopBnr {
    position: relative;
    width: 100%;
    z-index: 2;
}
.TopBnr .closeBtn {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease;
}
.TopBnr:hover .closeBtn {
    bottom: 10px;
    opacity: 1;
}
.TopBnr .checkBox {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    right: 55px;
    font-size: 12px;
    color: #000;
    opacity: 0;
    transition: all .3s ease;
}
.TopBnr:hover .checkBox {
    bottom: 10px;
    opacity: 1;
}

.TopBnr .TopBnr_roll {
	display: block;
}
.TopBnr .TopBnr_roll {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.TopBnr .TopBnr_roll .img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    transition: top 0.5s ease;
}
.TopBnr .TopBnr_roll .img li {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0;
}
.TopBnr .TopBnr_roll .img li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.TopBnr .TopBnr_roll .btn {
    position: absolute;
    z-index: 3;
    left: 50%;
    width: 1260px;
    margin-left: -633px;
    bottom: 0px;
    text-align: left;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.TopBnr .TopBnr_roll:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
}
.TopBnr .TopBnr_roll .btn li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 10px;
    background: #aaa;
    cursor: pointer;
    font-size: 0;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}
.TopBnr .TopBnr_roll .btn li.on {
    width: 12px;
    height: 6px;
    background: #111;
}
.TopBnr .TopBnr_roll .arrow_wrap {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    width: 1260px;
    margin-left: -620px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.TopBnr .TopBnr_roll:hover .arrow_wrap {
    opacity: 1;
    -webkit-opacity: 1;
}
.TopBnr .TopBnr_roll .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.TopBnr .TopBnr_roll .prev {
    top: -5px;
    background: url('/_wg/img/arrowVLW_21.gif') no-repeat 50% 50% rgba(0, 0, 0, .2);
}
.TopBnr .TopBnr_roll:hover .prev {
    top: 0px
}
.TopBnr .TopBnr_roll:hover .prev:hover {
    background: url('/_wg/img/arrowVLW_21.gif') no-repeat 50% 50% rgba(0, 0, 0, .4);
}
.TopBnr .TopBnr_roll .next {
    top: 25px;
    background: url('/_wg/img/arrowVRW_21.gif') no-repeat 50% 50% rgba(0, 0, 0, .2);
}
.TopBnr .TopBnr_roll:hover .next {
    top: 30px;
}
.TopBnr .TopBnr_roll:hover .next:hover {
    background: url('/_wg/img/arrowVRW_21.gif') no-repeat 50% 50% rgba(0, 0, 0, .4);
}

.TopBnr .Bnr_chk input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.TopBnr .Bnr_chk input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
}
.TopBnr .Bnr_chk input[type="checkbox"]+label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #555;
}
.TopBnr .Bnr_chk input[type="checkbox"]+label:active:before,
.TopBnr .Bnr_chk input[type="checkbox"]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.TopBnr .Bnr_chk input[type="checkbox"]:checked+label:before {
    content: '\2714';
    color: #111;
    background: #f4f4f4;
    border: 1px solid #555;
}
.TopBnr .Bnr_chk label:after {
    content: '오늘하루 열지않음';
    position: absolute;
    left: -125px;
    top: 0;
    width: 120px;
    height: 25px;
    padding: 0 0 0 10px;
    visibility: hidden;
    background: #ddd;
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 12px;
    color: #111;
    line-height: 25px;
}
.TopBnr .Bnr_chk input[type="checkbox"]:checked+label:after {
    visibility: visible;
}
.TopBnr .Bnr_chk input[type="checkbox"]:hover+label:after {
    visibility: visible;
}
@media all and (max-width:1265px) {
    .TopBnr .TopBnr_roll .arrow_wrap {
        width: 980px;
        margin-left: -480px;
    }
    .TopBnr .TopBnr_roll .btn {
        width: 980px;
        margin-left: -480px;
    }
}