.head_r {
    position: absolute;    
    top:4px;
    right:6px;    
}
.header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header_main{
    display: flex;
    flex-direction: column;            
    justify-content: space-evenly;
}
.search_top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.search_dv{
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    
}
.search{
    margin-left: 21px;
    margin-right: 21px;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 6px;
    max-width: 500px;
}
.search_lv{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#live_search{
    display: none;
    border-radius: 4px;
    width: 390px;
    max-height: 250px;
    overflow-x: scroll;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    z-index: 2;
}
.search_inp{
    outline: none;
    margin-bottom:5px;
    padding-left: 5px;
    border: 1px;
    min-width: 335px;
}

h1{
        font-family: Arial Narrow, sans-serif;
        font-weight: 600;
        font-size: 25px;
}
h2{
        font-family: Arial Narrow, sans-serif;
        font-weight: 300;
        font-size: 20px;
}
h3{
        font-family: Arial Narrow, sans-serif;
        font-weight: 300;
        font-size: 16px;
}

.coupon{
    width:100%;
    margin: 2%;
    display: flex;
}
.coupon_load{
    display: flex;
    flex-direction: column;            
    justify-content: space-evenly;
}
.cl2{
    margin-left: 15px;
    color: #000; 
    font-family:Arial,sans-serif; 
    font-weight:200; 
    font-size: 16px;
    line-height: 1.7;
}

hr{border:0;border-top:1px solid #eee;margin:20px 0}

.main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.5%;
}

@media screen and (max-width: 809px) { 
.cs_main{
    color:#000;
    margin: 2%;
    margin-bottom:25px; 
    border-radius: 6px;
    padding: 2%;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: auto;
    width: 90%;
    padding-top:15px;
    overflow: scroll;
}
}

@media screen and (min-width: 809px) { 
.cs_main{
    color:#000;
    margin: 2%;
    border-radius: 6px;
    padding: 2%;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 60%;
    padding-top:15px;
}
}


.mf-right{float:right!important}
.mf-opacity{opacity:0.60}
.mf-card-4{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.mf-white{color:#000!important;background-color:#fff!important}

.wc_ad{
    padding: 0.01em 16px;
    margin-left:6.5%;
    margin-right:6.5%;
    margin-top: 2%;
    margin-bottom: 8%;
}
.fp-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 35px!important;
    height: auto;
    background-color: #808080;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
    z-index: 3;
}
a{
    cursor: pointer;
}
a:link {
    cursor: pointer;
    text-decoration:none;
    color: #000!important;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: underline;
}

input[type=radio], label{
    cursor: pointer;
    line-height: 1.5;
}
