@charset "utf-8";

/*브랜드 상단이미지*/
/*브랜드 컬러 노랑 #fdc30f  남색 #214084*/

#e_img {
    max-width: 100%;
    height: 30vh;
    margin: 0 auto;
    padding: 0;
    clear: both;
    transform: translateY(-5px);
    background-color: #000;
    position: relative;
   
}

.top_img {
    width: 100%;
    height: 100%;
    overflow: hidden;

    background: url(../img/top_banner3.jpg) center no-repeat;

    background-size: cover;
    opacity: 0.5;
}

#e_img h3 {
    position: absolute;
    color: #fff;
    font:bold 2em/1.2 'Noto Sans KR', sans-serif;;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/********************선택***********************/
#tabtn {
    width: 60%;
    height: 50px;
    margin: 0 auto;

}

#tabtn li {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #fdc30f;
    font: bold 1em/3 'Noto Sans KR', sans-serif;

}

#tabtn li a {
    display: block;
    color: #fff;
}

/***********************************************************************************이벤트탭*********/

#event > h3 {
    font: bold 1.6em/1.2 'Noto Sans KR', sans-serif;;
    margin-bottom: 70px;
 
}
#event > h3 > img {
 transform: translate(0px, 30px);
    margin-left: 10px;
}
#event_p {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns:auto;
    grid-gap: 15px;


}

#event_p > li {
    height: 100%;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 25px;
    box-sizing: border-box;
    overflow: hidden;


}

#event_p > li > a {
    display: block;
    background-color: #fcf4b6;
    
   


}

#event_p > li:nth-child(1) a {
    background: url(../img/event1.jpg) center no-repeat;
    background-size: cover;
  
}

#event_p > li:nth-child(2) a {
        background: url(../img/event2.jpg) center;
    background-size: cover;
   
}
#event_p > li:nth-child(3) a {
        background: url(../img/event3.jpg) center;
    background-size: cover;
   
}
#event_p > li:nth-child(4) a {
        background: url(../img/event4.jpg) center;
    background-size: cover;
   
}
#event_p > li:nth-child(5) a {
        background: url(../img/event5.jpg) center;
    background-size: cover;
   
}
#event_p > li > a::after {
    content: "";
    display: block;
    padding-bottom: 30%;
    width: 100%;
    
   
    
}

.event_text {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 20px 0;
    position: relative;
    
    
}

.event_text > li {
    text-align: left;
    margin: 0 0 0 20px;
    font: 0.8em/1.5 'Noto Sans KR', sans-serif;;
}

/*상품1*/
.event_text > li:nth-child(1) {
    font:  1em/1.2 'Noto Sans KR', sans-serif;;
}

/*가격2-*/
.event_text > li:nth-child(2) {
    font: 0.8em/1.2 'Noto Sans KR', sans-serif;;
    letter-spacing: 0.x;
     margin-top: 6px;
}




/******************************************/
@media all and (min-width:768px) {
    /******이벤트********/



 
}

/******************************************/
@media all and (min-width:1200px) {
   /******이벤트********/
    #tabtn li {
    background-color: #214084;


}
    
   
    
}