.header {background-color:var(--custom-gray1);}
.header .header_in {-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:10px;}
.header .header_in:after {display:none;}
.header .header_in .logo {min-width:66px;max-width:66px;}
.header .header_in .logo img {vertical-align:middle;}
.header .header_in .tnb_wrap {position:static;}
.header .header_in .tnb_wrap .tnb {display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;align-items:center;}
.header .header_in .tnb_wrap .tnb > li {position:relative;padding: 0 20px;}
.header .header_in .tnb_wrap .tnb > li:not(.no_bar):after {font-size:var(--custom-font-size-sm);position:absolute;top:0;right:0;content:'|';color:#9F9F9F;}
.header .header_in .tnb_wrap .tnb > li > a {margin-right: 0;}
.header .header_in .tnb_wrap .follow_us {display:none;}

.container {min-width:360px;}
.event {background-repeat:no-repeat;background-position:50% 0;-webkit-background-size:cover;background-size:cover;}
.event .inner {position:relative;box-sizing:border-box;max-width:1040px;height:100%;margin:0 auto;padding:0 10px;}
.posa {position:absolute;}

.event_date{text-align:center;font-size:clamp(18px, 4vw, 25px);color:#FFF;padding:1% 0;}
.event_date.right{text-align:right;}

.e_btn_wrap{position:absolute;text-align:center;}

@media (max-width:991.98px) {
    .header .header_in .tnb_wrap .tnb {display:none;}
    
    .header .header_in .tnb_wrap .follow_us {display:inline-block;}
    
    .header .header_in .tnb_wrap .nav_icon {display:inline-block;}
}