@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h4 { text-transform: uppercase; width:100%; text-align: left; float:left; cursor:pointer; border:1px solid #231f20; padding:18px 36px 17px; position:relative; margin:0 0 9px;transition: all 0.5s ease-in-out;}
.accordion h4.active{background: #231f20; color: #ffffff;}
.accordion h4:after { content:""; width:16px; height:16px; position:absolute; top:55%; transform:translateY(-50%); right:29px; background:url(../images/black-down-arrow.svg) center / cover;transition: transform .3s ease;}
.accordion h4.active:after { width:16px; height:16px; background:url(../images/white-down-arrow.svg) center / cover;transform: translateY(-50%) rotate(-180deg);}
.accordion .content { width:100%; float:left; padding:27px 36px 14px; text-align: left;}

.accordion h4:hover{background: #231f20; color: #ffffff;}
.accordion h4:hover:after { width:16px; height:16px; background:url(../images/white-down-arrow.svg) center / cover;}



.abouts-wrapp .accordion { width:612px;}
.abouts-wrapp .accordion h4 { width:100%; float:left; cursor:pointer; background:none; border-bottom:1px solid #231f20; padding:16px 0 14px; position:relative; margin:0;}
.abouts-wrapp .accordion h4:after { content:""; width:8.2px; height:8.2px; position:absolute; top:55%; transform:translateY(-50%); right:3px; background: center / cover;}
.abouts-wrapp .accordion h4.active:after { width:8px; height:3px; background: center / cover;}
.abouts-wrapp .accordion .content { width:100%; float:left; padding:27px 0 0;}

.faq-wrapp .accordion { width:100%; float:left; margin:0 0 35px;}

.faq-wrapp .accordion .content {padding: 5px 36px 19px 36px;}






/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { margin:10px 0 0;}
.accordion h4 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h4:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:14px 5% 20px;}

.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { margin:10px 0 0;}
.accordion h4 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h4:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding: 14px 12% 14px 5%;}

.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { margin:10px 0 0;}
.accordion h4 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h4:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.abouts-wrapp .accordion { width:100%;}
}