.ask-question-section {
    padding-top: 59px;
    padding-bottom: 100px;
    font-family: 'Open Sans', sans-serif;
}

.ask-question-section {
    padding-top: 59px;
    font-family: 'Open Sans', sans-serif;
}

.ask-question-section h2 {
    color: #0F0F0F;
    font-size: 24px;
    letter-spacing: -0.8px;
    line-height: 38px;
    margin-bottom: 30px;
}

.ask-question-section .question-col a:hover {
    text-decoration: none;
}

.ask-question-section .question-col .info-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 30px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.ask-question-section .question-col .info-toggler.open {
    margin-bottom: 0;
}

.ask-question-section .question-col .info-toggler.open .title {
    text-decoration: underline;
}

.ask-question-section .question-col .info-toggler.open .arrow-base {
    background-color: #FFDB1A;
}

.ask-question-section .question-col .info-toggler.open .arrow-base .arrow-img-open {
    display: block;
}

.ask-question-section .question-col .info-toggler.open .arrow-base .arrow-img {
    display: none;
}

.ask-question-section .question-col .info-toggler .title {
    color: #666666;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 24px;
    text-decoration: none;
}

.ask-question-section .question-col .info-toggler .arrow-base {
    height: 44px;
    max-width: 44px;
    width: 100%;
    background-color: #0F0F0F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-question-section .question-col .info-toggler .arrow-base .arrow-img-open {
    display: none;
}

.ask-question-section .question-col .info-block {
    border: 1px solid #E6E6E6;
    border-top: none;
    background-color: #FFFFFF;
    padding: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.ask-question-section .question-col .info-block .sub-title-toggler {
    border-bottom: 1px solid #E6E6E6;
}

.ask-question-section .question-col .info-block .sub-title-toggler .sub-title-text {
    display: none;
}

.ask-question-section .question-col .info-block .sub-title-toggler .sub-title-text p {
    color: #333333;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 24px;
    margin-bottom: 14px;
}

.ask-question-section .question-col .info-block .sub-title-toggler .sub-title-text a {
    color: #999182;
    text-decoration: underline;
}

.ask-question-section .question-col .info-block .sub-title-wrapper {
    display: flex;
    align-items: baseline;
}

.ask-question-section .question-col .info-block .sub-title-wrapper .arrow-img-open {
    display: none;
}

.ask-question-section .question-col .info-block .sub-title-wrapper.open .sub-title {
    text-decoration: underline;
}

.ask-question-section .question-col .info-block .sub-title-wrapper.open .arrow-img-open {
    display: block;
}

.ask-question-section .question-col .info-block .sub-title-wrapper.open .arrow-img {
    display: none;
}

.ask-question-section .question-col .info-block .sub-title-wrapper .sub-title {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 22px;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ask-question-form-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F7F7F6;
}

.ask-question-form-section h1 {
    color: #050505;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 50px;
    margin-bottom: 10px;
}

.ask-question-form-section .description {
    color: #666666;
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 28px;
    margin-bottom: 30px;
}

.ask-question-form-section input[type="text"],
.ask-question-form-section input[type="email"],
.ask-question-form-section input[type="number"],
.ask-question-form-section input[type="phone"],
.ask-question-form-section select
{
    border: 1px solid #E6E0DA;
    background-color: #FFFFFF;
    height: 54px;
    padding-left: 25px;
    padding-right: 25px;
    color: #666666;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 22px;
    width: 100%;
}

.ask-question-form-section select
{
    background-image: url(/images/html/ic_small_dd_arrow_down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 25px);
    background-position-y: 50%;
}
.ask-question-form-section textarea {
    box-sizing: border-box;
    min-height: 202px;
    width: 100%;
    border: 1px solid #E6E0DA;
    background-color: #FFFFFF;
    resize: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
}

.ask-question-form-section .row .col {
    padding-right: 5px;
}

.ask-question-form-section .btn-submit {
    height: 54px;
    max-width: 117px;
    width: 100%;
    background-color: #0F0F0F;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 22px;
    text-align: center;
    border: none;
}
.ask-question-form-section h3{
    padding-top: 20px;
}
.ask-question-form-section label{
    padding-top: 10px;
}
.ask-question-form-section label.form-check-label{
    padding:0;
}
@media screen and (max-width: 768px) {
    .ask-question-form-section form .col-12 {
        margin-bottom: 10px;
    }
}