@charset "utf-8";
*{margin: 0; padding: 0; /}
ul,li{list-style: none;}
a{text-decoration: none; color: #212121;}


/* top_banner */

.top_banner{
    width: 100%;
    height: 80px;
    background-color: #d99e40;
    position: relative;
}

.banner_box{
    width: 60%;
    margin: 0 auto;
    display: flex;
}


.img_1{
    width: 1084px;
    height: 80px;
    margin: 0 auto;
    margin-top: 19px;
}

.img_2{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 18px;
    right: 50px;
}


/* header */
header{width: 100%;}

.top_gnb{
    width: 1100px; 
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.top_left_gnb>ul{
    display: flex;
    justify-content: left;
    font-size: 12px;
    color: #747474;
}

.top_left_gnb>ul>li{
    padding: 6px 6px 6px 0
}

.top_right_gnb>ul{
    display: flex;
    justify-content: right;
    font-size: 12px;
    color: #747474;
}

.top_right_gnb>ul>li{
    padding: 6px 0px 6px 6px;
}

.top_right_gnb>ul>li>img{
    width: 10px;
}

/* nav */
.nav{
    width: 1100px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.main_logo{
    position: absolute;
    left: 0;
}
.main_logo>img{margin-top: 7px;}



.search{
    width: 520px;
    height: 80px;
    display: flex;
    margin-top: 18px;
}
.search>input{width: 393px; height: 44px;
    border: 1px solid #acacac;
    border-right: none;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.search_box{width: 55px; height: 44px; background-color: #e75353;
    border: 1px solid #e75353;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
}
.search_box>a{width: 60px; height: 60px;}
.search_box>a>img{width: 22px; margin-top: 10px; margin-left: 15px;}



.top_eventcorner{position: absolute; right: 0; display: flex;}
.top_eventcorner>img{margin-top: 4px;  margin-right: 20px;}

.icon_box{width: 12px; height: 12px; position: absolute; top: 15px; right: 12px;  background-color: #fff; border: 1px solid #cecece; display: inline-block;}
.icon_box>a{display: flex;}
.icon_box>a>img{width: 5px; margin: 2px 0 0 3px;}


.icon_box2{width: 12px; height: 12px; position: absolute; top: 15px; right: 0px;  background-color: #fff; border: 1px solid #cecece; display: inline-block;}
.icon_box2>a{display: flex;}
.icon_box2>a>img{width: 5px; margin: 2px 0 0 3px;}

.top_eventcorner h3{
    font-size: 14px;
    margin-top: 32px;
}
.top_eventcorner p {
    font-size: 13px;
    margin-left: 20px;
}


/* nav2 */

nav{
    width: 100%;
    height: 50px;
    border: 1px solid #dbdbdb;
}

#nav_warp{
    width: 1100px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main_menu{
    width: 180px;
    height: 50px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.main_nav{
    width: 920px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    gap: 26px;
    font-size: 13px;
    font-weight: 700;
    border-right: 1px solid #dbdbdb;
}

.top{width: 180px; display: flex; position: relative;}
.top>img{width: 17px; margin-top: 18px; margin-left: 20px; display: block; position: absolute;}
.top>p{ margin-top: 16px; margin-left: 50px; font-size: 15px; font-weight: 700;}


.sub_menu{  width: 220px; height: 0px; background-color: #ffffff; border: 1px solid #dbdbdb; border-top: none;  margin-top: 14px;}
.sub_menu>li{width: 220px;  height: 50px; display: none; /*border: 1px solid red;*/}
.sub_menu>li>a{width: 220px; height: 50px; display: flex}
.category>a{display: flex; align-items: center; margin-left: 18px;}
.category>a>img{width: 28px; height: 28px;}
.category>a>h5{font-size: 12px; margin-left: 5px;}

.block{display: block; z-index: 20;}
.none{display: none;}


.main_menu:hover .category{ display: flex; z-index: 999999;}
.main_menu:hover .sub_menu{ height: 780px; border-top: 1px solid #dbdbdb; z-index: 999;z-index: 999999; position: absolute;}
.sub_menu>li>a:hover{color:#e75353;}
.main_menu:hover {color: #fff; background-color: #e75353;}
.main_menu:hover .none{display: block;}
.main_menu:hover .block{display: none;}

.main_nav>li>a:hover{color:#e75353;}



/* 메인슬라이더 */

.slider{width: 100%; height: 430px; background-color: #062225; z-index: 1;}
.slider_box{width: 1100px; margin: 0 auto; z-index: 1;}


/* section1 */

#section_warp{width: 100%;}
.icon_all{width: 1100px; margin: 0 auto; text-align: center;}
.icon_all>h1{width: 1100px; color: #414141; font-size: 23px; font-weight: 800; margin-top: 80px;}

.section_icon{width: 1000px; height: 180px;margin: 0 auto;   display: flex; justify-content: space-between; align-items: center;}
.section_icon>li>p{font-size: 12px; font-weight: 600; color: #808080;  padding-top: 5px; }


/* section2 띠베너*/
.section_sliderbanner {width: 1100px; margin: 0 auto; margin-top: 30px; margin-bottom: 100px; display: flex; justify-content: center;}


/* section3 */

.grid_card{width: 1100px; display: flex; justify-content: space-between; margin: 0 auto; flex-wrap: wrap;}

.grid_card>li{width: 242px; height: 450px; position: relative; }
.grid_top_img{width: 70px; height: 70px; position: absolute;}

/* 폰트 */
.p_1{font-size: 13px; padding: 10px 0 14px 7px; }
.text>h3{ font-size: 18px;  color: #333; padding-left: 7px;}
.p_2{font-size: 14px;  color: #f4aa23; padding-left: 7px; display: inline-block;}
.p_2>span{color: #c7c7c7;}

.p_3{font-size: 13px; color: #a7a7a7; display: inline-block; padding-left: 20px;}
.line{ width: 100%; height: 1px; background-color: #dedede; margin: 5px 0;}
.p_4{font-size: 12px; color: #aaa; padding-left: 7px;}



/* footer */
footer{width: 100%;}


/* footer1 */
.bottom_banner{width: 100%; height: 60px; background-color: #f5f5f5;}
.banner_box{width: 1100px; height: 60px; color: #6b6b6b; display: flex; justify-content: space-around; align-items: center;}


/* footer2 */

.top_footer{width: 1050px; height: 380px;  margin: 0 auto;  display: flex; justify-content: left; }
.bottom_logo>img{margin-top: 50px;}

.footer_line{width: 2px; height: 300px; margin-top: 50px; background-color: #d6d6d6;}

.adderss{margin-top: 50px; padding-left: 50px;}

.center{ font-size: 18px; font-weight: 600;  color: #787878; padding-bottom: 10px;}
.center>span{ font-size: 13px; font-weight: 600;  color: #aaa9a9; margin-left: 6px;}

.shopping{font-size: 18px; font-weight: 600;  color: #787878; padding-bottom: 10px;}
.shopping>span{ font-size: 24px; font-weight: 600;  color: #4d4d4d; margin-left: 12px;}

.travel{font-size: 18px; font-weight: 600;  color: #787878; padding-bottom: 10px;}
.travel>span{ font-size: 24px; font-weight: 600;  color: #4d4d4d; margin-left: 12px;}

.p_10{font-size: 14px; color: #787878;}

.partner{font-size: 18px; font-weight: 600; color: #787878; padding-top: 10px;}

/* footer3 */
.ftborder{width: 100%; height: 1px; background-color: #ececec;}

.partner_site{width: 1050px; height: 100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}

.foot_buttom_icon{display: flex; align-items: center; }
.foot_buttom_icon>img{width: 50px;}
.foot_buttom_icon>div>p{font-size: 12px;}
.foot_buttom_icon>div>h3{font-size: 11px;}

/* footer4 */

.logo_2{width: 1100px; height: 70px;  display: flex; justify-content: center; align-items: center; margin: 0 auto; gap: 100px;}







