@charset "UTF-8";

#contents_wrap {
	padding: 0 40px 100px;	
}

.h_logo{
    box-shadow: 3px 3px 5px rgba(#f29c9f, 0.1);	
}

.diver_btn img {
    width: 180px!important;
}
.box2 .box{
    width: 100%;
    display: inline-block;
}
.btnwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btnwrap .box {
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.btnwrap .box img {
    border-radius: 0 !important;
}
@media screen and (max-width: 1024px){
    #contents_wrap {
        padding: 80px 40px 100px;	
    }
}

@media screen and (max-width: 834px){
    .diver_btn img {
        width: 140px!important;
    }   
}

@media screen and (max-width: 640px){
    .diver_btn img {
        width: 120px!important;
    }       
}