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

.accordion { width:100%; float:left; text-align:left; margin:10px 0 31px;}
.accordion h3 { width:100%; float:left; background:#fffbf1; border:1px solid #fffbf1; border-radius:999px; cursor:pointer; padding:20px 39px 20px; position:relative; z-index:9;}
.accordion h3:after { width:3px; height:6px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:39px; background:url(../images/faq-right-arrow.svg) no-repeat center / cover;}
.accordion h3.active:after { width:6px; height:3px; background:url(../images/faq-down-arrow.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; padding:18px 39px 18px;}

.fees-col1 .accordion h3 { background:none; border:1px solid #323031; padding:17px 26px 17px;}
.fees-col1 .accordion h3:after { width:16px; height:16px; right:26px; background:url(../images/down-white-gold-circle-arrow.svg) no-repeat center / cover;}
.fees-col1 .accordion h3.active:after { width:16px; height:16px; background:url(../images/right-white-gold-circle-arrow.svg) no-repeat center / cover;}
.fees-col1 .accordion .content { width:100%; float:left; padding:18px 26px 29px;}

.faqs-wrapp .accordion h3 { background:#f8f3e9; border:1px solid #f8f3e9;}

.recruitment-wrapp .accordion h3 { background:#f8f3e9; border:1px solid #f8f3e9;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:13px 11% 13px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { padding:18px 5% 14px;}

.fees-col1 .accordion h3 { padding:17px 5% 17px;}
.fees-col1 .accordion .content { padding:10px 5% 20px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:13px 11% 13px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { padding:18px 5% 14px;}

.fees-col1 .accordion h3 { padding:17px 5% 17px;}
.fees-col1 .accordion .content { padding:10px 5% 20px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:13px 11% 13px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { padding:18px 5% 14px;}

.fees-col1 .accordion h3 { padding:17px 5% 17px;}
.fees-col1 .accordion .content { padding:10px 5% 20px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}