@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR' ,'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight:800;
}
ul,li,dl,dt,dd,ol{
    list-style:none;
}
a{
    text-decoration:none;
}
body {
    width: 100%;
    overflow-x: hidden;
}
body,a{
    font-family: 'Noto Sans KR' ,'Roboto', sans-serif;
    font-size:14px;
    font-weight:400;
    font-style: normal;
    line-height: 1.3;
    color:#333;
}
button {
    border:0;
    background: none;
}
img{
    border:0;
    vertical-align:top;
    max-width: 100%;
}
table{
    border-collapse: collapse;
    width:100%;
}

.wrap{
    max-width:1610px;
    margin:0 auto;
    padding:0 15px;
}
input,input[type="submit"]{
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
    appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:600;}


/*slide*/
.banner {
    position: relative;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 50px;
    z-index: 1;
}
.banner .prev {
     transform:translateY(-50%) rotate(180deg);
    left: 50px;
    right: auto;
}
.slick-dots {
    position: absolute;
    bottom: 80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;

}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    width: 12px;
}
.slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    border:1px solid #f7f7f7;
    text-indent: -9999px;
    border-radius: 50%;
}

.slick-dots li.slick-active button{
    background: #f7f7f7;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 15px;
}

/* menu */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
header.on {
    background: #fff;
    border-bottom: 1px solid #afafaf!important;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    tansition: all .2s ease;
}
.aside_top , aside .searchform {
    display: none;
}
.cart a {
    position: relative;
}
.cart a span {
    color: #fff;
    text-align: center;
    font-size:11px;
    background: #ff8f8f;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -5px;
    top: 0;
}
header.on a {
    color: rgba(0,0,0,.87);
    text-shadow: none;
}
header.on .lnb_event a {
    color: #fff;
}
nav {
    width: 100%;
    padding: 4px 16px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
header ul {
    display: flex;
}
.gnb ul {
    margin: 2px 0 0 15px;
}
.gnb ul li ,  ul.lnb li{
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    font-size: 15px;
}
header a {
    color: #fff;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.3);
    font-size: 16px;
}

.bar {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.bar span{
    width: 28px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 7px 0;
    box-shadow: 3px 2px 3px rgba(0,0,0,0.3);
}
header.on .bar span {
background: rgba(0,0,0,0.89);
    box-shadow: none;
}
.gnb {
    display: inline-block;
}
.lnb_event a {
    text-shadow: none;
    background: #ff8f8f;
    padding: 3px 10px 4px;
    border-radius: 13.5px;
}

.searchform {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    display: none;
}

.searchform .row {
    position: relative;
    width: 100vw;
    min-height: 150px;
    border-bottom: 1px solid #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:17px
}
.searchform .row input {
    border:0;
    left: calc(50% - 125px);
    width: 250px;
    height: 50px;
    background: linear-gradient(#888,#888) center bottom 5px/100% 1px no-repeat;
    font-size: 17px;
}
.searchform .row button {
    position: absolute;
    bottom: 64px;
    left: calc(50% + 115px);
}
.searchform .row button:before {
    font-size:22px;
    color: #333;
}
aside {
    transition:0.5s
}
.aside_bg {
    opacity: 0.46;
    background-color: rgb(33, 33, 33);
    border-color: rgb(33, 33, 33);
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}



.aside_search {
    display: none;
}
.aside_con {
    position: fixed;
    z-index: 11;
    max-width: 500px;
    background: #fff;
    width: 100%;
    top: 0;
    left: -150%;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 110px;
    transition:0.5s
}
.aside_con.on {
    left: 0;
}
.aside_con li a{
    display: block;
    font-size:14px;
    padding: 15px;
}
.aside_con > ul> li > a {
    border-bottom:1px solid #a3a3a3
}
.submenu li a {
    padding: 15px 15px 15px 30px;
    border-bottom:1px solid #ededed
}
.aside_con li > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.subsubmenu li a {
    padding: 15px 45px;
}
.subsubmenu , .submenu {
    display: none;
}
.navleft , .navright  {

    display: flex;
    align-items: center;
}




/*content*/
.event {
    padding: 150px 0;
}
.event ul {
    display: flex;
    justify-content: space-between;
}
.event ul li {
    width: calc(33.3333% - 30px);
}

.event_txt {
    margin-top: 25px;
    padding: 15px;
    font-size:16px;
    border:1px solid #dbdbdb;
    display: block;
    width: 100%;
    transition:0.5s;
    text-align: center;
}
.event ul li:hover .event_txt {
    background: #333;
    color: #fff;
    border:1px solid #333
}
.subnav {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
}
.subnav:after {
    contnet:"";
    display: block;
    clear:both
}
.subnav h2 {
    display: inline-block;
    font-weight: 500;
    font-size:18px
}

.subnav span {
    float:right;
    margin-top: 5px;
    color: #666666;
}
.subnav span a {
    color: #666666;
}
.maincon {
    padding: 20px;
}
.maincon > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maincon > ul > li {
    width: calc(25% - 15px);
}
.maincon > ul > li  img {
    max-width: 100%;
}
.star {
    display: flex;
}

.listtxt {
    padding: 15px 0 50px;
}
.listtxt  a {
    font-size:16px
}
.listtt {
    display: flex;
     align-items: center;
    justify-content: space-between;
}

.listtt div span {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-left: 5px;
    padding: 2px 8px 3px;
}
.listtt div span.new {
    background: #ffcc1b;
}
.listtt div span.best {
    background: #ff8f8f;
}

.cost {
    font-size:16px;
    color: #666666;
    margin: 5px 0;
}
.subtxt {
    color: #666666;
    font-size:14px;
    margin-bottom: 5px;
    font-weight: 300;
}
.subtxt_flex {
    display: flex;
    color: #666666;
    font-size:14px;
    align-items: center;
    font-weight: 300;
}
.star {
    margin-top: 5px;
    margin-left: 10px;
}
.star li {
    margin-left: 5px;
}


.mnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background:#fff;
    border-top: 1px solid #afafaf;
    display: none;
}
.mnav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mnav li {
    width: 18%;
    text-align: center;
}
.mnav li a{
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 13px;
}
.asideTop {
    display: flex;
    width: 100%;
    padding: 12px 20px;
    margin: 0!important;
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
    align-items: center;
}
.asideTop h2 {
    font-weight: 600;
}

aside .searchform .row {
    width: 100%;
    min-height: auto;
    padding: 20px 0 30px;
}
aside .searchform .row input {
    width: calc(100% - 40px);
}
aside .searchform .row button {
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 30px;
}
.close {
    cursor: pointer;
}
.total_pd ul {
    display: block;
}
footer {
background: #f7f7f7;
border-top:1px solid #d5d5d5;
text-align: center;
margin-top: 150px;
padding: 70px 0 120px;
}

footer h1 a {
    display: inline-block;
    margin-bottom: 25px;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footernav {
    padding: 25px 0;
}
.footernav li {
    font-size: 18px;
    position: relative;
}
.footernav li a{
    font-size:18px;
    padding: 0 25px 8px;
}
.footersns li {
    margin: 5px;
}
.footerbt {
    color: #454545;
    font-size:16px
}
.footerbt + .footerbt {
    margin-top: 10px;
}
.footerbt span {
    color: #d2d2d2;
    padding: 0 15px;
    display: inline-block;
}


@media (max-width: 1024px) {
    aside .searchform {
        display: block;
        position: static;
        width: 100%;
    }
    .mnav {
        display: block;
    }
    .bar {
        display: none;
    }
    .navleft {
        display: none;
    }
    ul.lnb li {
        display: none;
    }
    ul.lnb li.cart {
        display: block;
    }
    nav {
        position: relative;
    }
    nav h1 {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    nav .cart {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0,-50%);
    }
    .slick-dots {
        bottom: 50px;
    }
    .event {
        padding: 50px 15px;
        overflow-x:auto;
    }
    .slick-initialized .slick-slide{
        overflow: hidden;
        height: calc(100vh - 50px);
    }
    .slick-initialized .slick-slide a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .slick-initialized .slick-slide img {
        height: 100%;
        object-fit: cover;
        max-width: inherit;
        text-align: center;
    }
    .event ul li {
        width: calc(33.3333% - 15px);
        min-width: 400px;
        margin-right: 20px;
    }
    .event_txt {
        margin-top: 10px;
        padding: 10px;
        font-size: 14px;
    }
    .subnav {
        margin-top: 30px;
        padding: 10px 0;
    }
    .maincon > ul > li {
        width: calc(50% - 5px);
    }
    .maincon {
        padding: 15px;
    }
    .listtxt {
        padding: 8px 0px 20px;
    }
    .listtxt a {
        font-size: 13px;
    }
    .listtt div span {
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        margin-left: 3px;
        padding: 0px 5px 1px;
        font-size: 11px;
    }
    .cost {
        font-size: 11px;
        margin: 2px 0;
    }
    .subtxt {
        font-size: 11px;
    }
    .subtxt_flex {
        font-size: 11px;
    }
    .star li{
        width: 10px;
    }
    footer {
        margin-top: 20px;
        padding: 15px 0;
        text-align: left;
    }
    footer h1 a {
        width: 90px;
        margin-bottom: 10px;
    }
    .footernav li a {
        font-size: 12px;
        padding: 0 10px 5px;
    }
    .footernav li span {
        font-size:11px
    }
    .footerbt {
        font-size:11px
    }
    footer {
        margin-bottom: 50px;
    }
    .footerbt span {
        padding: 0 5px;
    }
    footer ul {
        justify-content: left;
        flex-wrap: wrap;
    }
    .footernav {
        padding: 10px 0;
    }
    .footernav li:first-child a {
        padding: 0 10px 5px 0;
    }
    .footersns li {
        margin:5px 10px 5px 0
    }
    .footersns img {
        width: 20px;
    }
    .aside_search {
        display: block;
    }
    .aside_search ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px;
    }
    .aside_search p {
        font-size: 15px;
        margin: 0 0 0 20px;
        font-weight: 500;
    }
    .aside_search ul li {
        margin: 5px;
    }
    .aside_search ul li a {
        display: inline-flex;
        height: 35px;
        line-height: 35px;
        background: #efefef;
        font-size: 14px;
        border-radius: 6px;
        min-height: auto;
        padding: 0 15px;
        text-align: center;
    }
    .aside_search_list > div {
        padding-top: 30px;
    }
}




























