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

.accordion { width:79.4%; float:left; margin:0 0 37px;}
.accordion h3 { width:100%; float:left; cursor:pointer; background:none; border-bottom:1px solid #19d3c5; padding:30px 0 25px; position:relative;}
.accordion h3:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url("../images/feeser-icon1.svg") center / cover;}
.accordion h3.active:after { background:url("../images/feeser-icon2.svg") center / cover;}
.accordion .content { width:100%; float:left; padding:24px 0 0;}

.accordion1 { width:100%; float:left; margin:0 0 37px;}
.accordion1 h3 { width:100%; float:left; cursor:pointer; background:#19d3c5; border-bottom:1px solid #19d3c5; padding:14px 33px 15px; position:relative;border-radius: 80px;}
.accordion1 h3:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:20px; background:url("../images/feeser-icon1.svg") center / cover;}
.accordion1 h3.active:after { background:url("../images/feeser-icon2.svg") center / cover;}
.accordion1 .content { width:100% !important; float:left; padding: 10px;}

.feeser-wrapp .accordion { width:100%; float:left; margin:20px 0 0;}
.feeser-wrapp .accordion h3 { width:100%; float:left; cursor:pointer; background:#19d3c5; border:1px solid #19d3c5; margin:0 0 9px; padding:14px 33px 15px; border-radius:80px; position:relative;}
.feeser-wrapp .accordion h3:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/feeser-icon-white.svg) center / cover; right:26px;}
.feeser-wrapp .accordion h3.active:after { background:url(../images/feeser-icon2-white.svg) center / cover;}
.feeser-wrapp .accordion .content { width:100%; float:left; padding:12px 33px 25px;}

.recruitment-col1 .accordion { width:100%; float:left; margin:20px 0 0;}
.recruitment-col1 .accordion h3 { width:100%; float:left; color: black; cursor:pointer; background:#19d3c5; border:1px solid #19d3c5; margin:0 0 9px; padding:14px 33px 15px; border-radius:80px; position:relative;}
.recruitment-col1 .accordion h3:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/feeser-icon-white.svg) center / cover; right:26px;}
.recruitment-col1 .accordion h3.active:after { background:url(../images/feeser-icon2-white.svg) center / cover;}
.recruitment-col1 .accordion .content { width:100%; float:left; padding:17px 33px 25px;}

.faqs-wrapp .accordion { width:100%; float:left; margin:0 0 0;}
.faqs-wrapp .accordion h3 { width:100%; float:left; cursor:pointer; background:#19d3c5; border:1px solid #19d3c5; margin:0 0 9px; padding:14px 33px 15px; border-radius:80px; position:relative;}
.faqs-wrapp .accordion h3:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/feeser-icon-white.svg) center / cover; right:26px;}
.faqs-wrapp .accordion h3.active:after { background:url(../images/feeser-icon2-white.svg) center / cover;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:17px 33px 15px;}

.accordion1 .feeser-col1 {margin: 0 0 9px;}
.accordion1 .feeser-col1 .content {padding: 10px 22px !important;}
.accordion1 .feeser-col1 .feeser-row1 {text-align: left;}
.accordion1 .feeser-col1 .content .feeser-col2 {min-width: inherit;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%;}

.feeser-wrapp .accordion h3 { padding:14px 5% 15px;}
.feeser-wrapp .accordion .content { padding:17px 5% 25px;}

.recruitment-col1 .accordion.accordion h3 { padding:14px 7% 15px;}
.recruitment-col1 .accordion .accordion .content { padding:17px 5% 25px;}
.recruitment-col1 .accordion h3{font-size: 12px;line-height: 1.3;}
.recruitment-col1 .accordion .content{padding:17px 15px 25px;}

.faqs-wrapp .accordion h3 { padding:14px 13% 15px 5%;}
.faqs-wrapp .accordion .content { padding:17px 5% 25px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%;}

.feeser-wrapp .accordion h3 { padding:14px 5% 15px;}
.feeser-wrapp .accordion .content { padding:17px 5% 25px;}

.recruitment-col1 .accordion .accordion h3 { padding:14px 5% 15px;}
.recruitment-col1 .accordion .accordion .content { padding:17px 5% 25px;}
.recruitment-col1 .accordion h3{font-size: 12px; line-height: 1.3;}

.faqs-wrapp .accordion h3 { padding:14px 13% 15px 5%;}
.faqs-wrapp .accordion .content { padding:17px 5% 25px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%;}

.feeser-wrapp .accordion h3 { padding:14px 5% 15px;}
.feeser-wrapp .accordion .content { padding:17px 5% 25px;}

.recruitment-col1 .accordion .accordion h3 { padding:14px 5% 15px;}
.recruitment-col1 .accordion .accordion .content { padding:17px 5% 25px;}
.recruitment-col1 .accordion h3{font-size: 12px;line-height: 1.3;}

.faqs-wrapp .accordion h3 { padding:14px 13% 15px 5%;}
.faqs-wrapp .accordion .content { padding:17px 5% 25px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
    .recruitment-col1 .accordion h3{line-height: 1.5;}
}

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

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