main.faq_main {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 20ch;
    background: linear-gradient(to top, transparent, transparent), url(../images/faqbg.jpg);
    padding-top: 0;
    background-position: top;
}
h1.faqt {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #000000;
    text-shadow: unset;
}
.accordion {
    border-top: 1px solid #f8ef91;
    border-bottom: 1px solid #f8ef91;
    border-left: 0; 
    border-right: 0; 
}
.accordion .tag .wrapper2 {
    position: relative;
    cursor: pointer;
    background-image: url('https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/619b34b2-bcbf-45d1-d822-e0db78c10700/400'); 
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px; 
    padding-right: 30px;
    transition: all .2 sease-in-out;
}

.accordion .tag.open .wrapper2 {
    background-image: url('https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/c9f4ab66-cdb5-460e-c39e-ec67591d9400/400');  
    background-size: 16px 17px; 
    
}

.accordion p {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #fff;
    line-height: 1.4;
    font-size: 23px;
}
.accordion {
    border-left: 0;
    border-right: 0; 
    border-bottom: 2px solid #f8ef91;
}

.accordion:first-child {
    border-top: 2px solid #f8ef91;
}

.accordion:last-child {
    border-bottom: 2px solid #f8ef91;
}

.accordion:not(:first-child) {
    border-top: 0; 
}

.accordion .tag .wrapper img {
    margin-left: 20px;
    z-index: 1;
    width: 16px;
    height: auto;
}

.accordion .tag {
padding: 20px 0px;
cursor: pointer;
width: 100%;
box-sizing: border-box;
}

.accordion .plus {
    width: 24px;
    z-index: 2;
}
.accordion .minus {
    width: 24px;
    z-index: 2;
}
.accordion .tag .wrapper2 img.minus {
    display: none;
}
.accordion .tag .wrapper2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.accordion .content {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.accordion .tag {
    padding: 20px 0px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;

}
p.faqtxt {
    font-family: 'Montserrat';
    font-weight:400;
    font-size: 15px;
    padding-bottom: 1rem;
}
.content ol li {
    font-family: 'Montserrat';
    font-weight:400;
    line-height: 1.4;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
.accordion .content > div {
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    font-size: 15px;
}
p.hdbld {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 17px;
}

.gdfac, .tac {
    /* background: linear-gradient(45deg, #5d1e2a, transparent); */
}

.frame-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.93vw;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(-2px 0px 5px black);
    object-position: left;
}
.frame-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 17.93vw;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(-2px 0px 5px black);
    object-position: right;
}

p.tc_bold {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 15px;

}

.tac_cc .content > div {
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
}
span.tcp_bold {
    font-family: 'Montserrat';
    font-weight: 800;
}

.ttb td {
    padding: 5px 8px;
    border: 1px solid rgb(252 242 165);
    font-size: 13px;
    font-family: 'Montserrat';
}
.ttb {
    margin-bottom: 25px;
    font-family: 'Montserrat';
    font-weight: 300;
    position: relative;
    text-align: center;
    /* right: 16px; */
}
.ttb thead {
    color: rgb(0, 0, 0);
    font-size: 15px;
    background: rgb(252 242 165);
    font-family: 'Montserrat';
    font-weight: 800;
}

table.this-table {
    width: fit-content;
}

ol.ol_1 > li {
    margin-bottom: 1rem;
}
ol.ol_2 > li {
    margin-bottom: 2px;
    line-height: 1.3;
}

@media only screen and (max-width: 800px) { 

.frame-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 45.93vw;
    height: 11ch;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(-2px 0px 5px black);
    object-position: right;
}
.frame-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 45.93vw;
    height: 11ch;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(-2px 0px 5px black);
    object-position: left;
}
.content ol li {
    font-size: 13px;
    padding-left: 0;
}
ol.ol_2 {
    padding-left: 0;
}
ol.oll1 {
    padding-left: 20px;
}
p.tc_bold {
    font-size: 13px;
    line-height: 1.3;
}
p.hdbld {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 14px;
}
p.faqtxt {
    font-size: 14px
    ;
}
.accordion .content > div {
    font-size: 14px;
}
ul.gp_info {
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}
}

