@charset "utf-8";

.newheader{
	width: 100%;
    /* max-width: 1440px; */
    /* display: -webkit-box; */
    /* justify-content: space-between; */
    background: #fff;
    position: fixed!important;
    /* z-index: 100000;*/
}
.newmainbody{
	padding-top: 119px;
	margin-top: 0!important;
}
.newmainbody2{
	padding-top: 0;
	margin-top: 0!important;
}

.button-block {
    background-color:transparent;
    width: 260px;
    background: #81002A url(../img/icon_arrow_001.svg);
}
#searchBtn ul li {
    display: block;
    margin: 0 10px;
    background: #81002A ;
    border-radius: 6px;
}
/* #searchBtn ul li a {
    padding: 10% 0;
} */
#searchBtn ul li:last-child a {
    background-color:transparent;
}
#searchBtn ul li:last-child {
    background-color: #ce025f
}
.button1{
    height: 100%;
    padding: 21px 0;
}
.button2{
    height: 100%;
    padding: 31px 0;
}
.btnpickup{
    position: absolute;
    padding: 5px;
    top: 10px;
    background-color: rgb(0,32,96);
    color: rgb(255,255,0);
    font-size: 12px;
    /* border-radius: 0px; */
}	
/* @media print,screen and (max-width:1200px) {
.newmainbody{
	padding-top: 11%;
}

} */
.btnsub{
    font-size: 9px;
}
#rwd-content .swiper-slide img {
    max-height: 768px;
}

@media print,screen and (min-width:768px) {	
}

@media screen and (max-width: 767px) {

    .newmainbody2{
        padding-top: 0px;
    }

    #searchBtn ul li {
        margin: 0 6px;
    }
    #searchBtn ul li a {
        width: 100%;
        padding: 10px 7px;
        font-size: 1.6rem;
        font-weight: bold;
        background: none;
        background-size: 15px auto;
        box-sizing: border-box;
        text-decoration: none !important;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white !important;
        border-radius: 6px;
    }
    .new_button_style {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }

    .newheader {
        position: relative !important;
    }
    .newmainbody {
        padding-top: 0px !important; 
    }
    #searchBtn .button-block {
        width: 100%;
        font-size: 1.6rem;
        font-weight: bold;
        background: none;
        background-size: 15px auto;
        box-sizing: border-box;
        text-decoration: none !important;
        height: 45px;
        display: block;
        align-items: center;
        justify-content: center;
    }
    
    .button1{
        padding: 10px 0!important;
    }
    .button2{
        padding: 16px 0!important;
    }

    .btnpickup {
        padding: 2px 0;
        top: 80px;
        font-size: 9px;
    }
    #rwd-content .rwd-main-header .rwd-global-nav {
        margin-top:68px;
    }
}

@media print,screen and (max-width:368px) {

    #searchBtn ul li {
        width: 40%;
    }

    #searchBtn .button-block {
        font-size: 12px;
    }

    .button1{
        padding: 8px 0!important;
    }

    .btnpickup {
        font-size: 8px;
    }
    
}



