/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html, body {
    font-size: 16px;
    font-family: 'Meiryo';
    font-weight: normal;
    font-style: normal;
}

input::placeholder {
    opacity: 0.5 !important;
    font-size: 14px !important;
}

.table-w-6{
    width: 50%;
}

.imageContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.imageContainer > img {
    display: block;
    max-width:100%;
    max-height:100%;
    width: auto !important;
    height: auto !important;
    cursor: move;
    touch-action: none;
}

.question-cs-csb{
    display: flex;
    padding: 7px 15px;
}

.fraction{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

.fraction-cs-w{
    width: 15px;
}

.pd-fraction-cs{
    padding-top: 13px;
}

.fraction-line{
    background: #333;
    height:2px;
}
.fraction div{
    width:100%;
    text-align: center;
}

.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-cs {
    border-color: #087B0F;
}

.card-header-cs {
    background: #087B0F;
    color: #fff;
    text-align: center;
}

.notice {
    border: 2px solid #a6a6a6;
    border-radius: 10px;
    padding: 8px;
}

.login_form {
    background-color: #f8f9fa;
    border: 2px solid #087B0F;
    border-radius: 10px;
    padding: 16px;
}

.header {
    background: #087B0F;
    color: #fff;
    font-weight: bold;
}

.pagination .page-item {
    margin-left: 5px;
}

.pagination .page-item .page-link {
    border-radius: 10px;
}

.page-link {
    background: #746A6A;
    color: #fff;
}

.custom-control-label::after, .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.1rem;
}

span.qs-num {
    width: 20px;
    display: inline-block;
}

.pd-qs-num {
    padding-left: 20px;
}

.character-exam {
    position: relative;
}

.bg-disabled {
    position: absolute;
    background: #fdfdfd;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.question-undisabled {
    z-index: 99;
    position: relative;
    background: #fff;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.custom-checkbox-v2 .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-checkbox-v2 .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue {
    -webkit-box-shadow: inset 2px 2px 16px 11px #001c8e;
    box-shadow: inset 2px 2px 16px 11px #001c8e;
    background-image: -o-linear-gradient(309deg, #2184fff0 0%, #b1c8fd 51%, #639bf1 75%);
    background-image: linear-gradient(141deg, #2184fff0 0%, #b1c8fd 51%, #639bf1 75%);
    color: #fff;
}

.btn-blue:hover {
    color: #fff;
    background-image: -o-linear-gradient(309deg, #031225f0 0%, #a2acc5 51%, #6c8ec3 75%);
    background-image: linear-gradient(141deg, #031225f0 0%, #a2acc5 51%, #6c8ec3 75%);
}

.btn-green {
    -webkit-box-shadow: inset 2px 2px 16px 11px #096118;
    box-shadow: inset 2px 2px 16px 11px #096118;
    background-image: -o-linear-gradient(309deg, #b5f7c4 0%, #86ef9e 51%, #79de90 75%);
    background-image: linear-gradient(141deg, #b5f7c4 0%, #86ef9e 51%, #79de90 75%);
    color: #fff;
}

.btn-green:hover {
    background-image: -o-linear-gradient(309deg, #3f754b 0%, #88c195 51%, #5da06c 75%);
    background-image: linear-gradient(141deg, #3f754b 0%, #88c195 51%, #5da06c 75%);
    color: #fff;
}

.exam-box {
    background: #E4F1E5;
    padding: 15px;
}

.exam-top li {
    padding: 5px 0;
}

.answer .list-answer {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
}

.question {
    background: #ffc;
    padding: 7px 15px;
    overflow: hidden;
}

.underline {
    position: relative;
    background-image: -o-linear-gradient(#222, #222);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
    background-image: linear-gradient(#222, #222);
    background-position: 0 1.25em;
    background-repeat: repeat-x;
    background-size: 1px 2px;
}

.underline.text-danger {
    background-image: -o-linear-gradient(#dc3545, #dc3545);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545));
    background-image: linear-gradient(#dc3545, #dc3545);
}

.text-decoration-underline {
    text-decoration: underline;
}

.letter-spacing-cs {
    letter-spacing: -0.3px;
}
.letter-spacing-cs-v2 {
    letter-spacing: -0.2px;
}

.modal-dialog {
    min-width: 800px;
}

.text-inden-cs {
    text-indent: 0 !important;
}

.list-answer .group-checkbox {
    margin: 10px 0;
}

.fz-19 {
    font-size: 19px;
}

.fz-18 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

.question-box {
    position: relative;
}

.list-answer .group-checkbox-image {
    max-width: 30%;
}

.question__content.question__content__cs_w {
    width: 95%;
}

.list-answer .group-checkbox img {
    max-width: 170px;
}

.bg-rs{
    background: #ccffff;
}

.table-result-cs-2{
    text-align: center;
}

.sequence-radius{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #000;
}

.table-result-cs-2 thead th{
    border-bottom-width: 1px;
    border: 1px solid #000;
}

.table-result-cs-2 th, .table-result-cs-2 td{
    border: 1px solid #000;
    vertical-align: middle;
}

.table-result-cs {
    border: none;
    border-collapse: separate;
    border-spacing: 20px 0px;
    margin-left: -20px;
    margin-right: -20px;
}

.table-result-cs .row-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 27px;
}

.table-result-cs td {
    padding: 0;
    border: 1px solid #382b2b;
}

.table-result-cs tr + tr td {
    border-top: none;
}

.table-result-cs .td {
    padding: 7px;
}


.table-result-cs .question-result {
    width: 50%;
    background: #2d9bf98c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #382b2b;
}

.table-result-cs .question-answer {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.btn-modal-exam {
    min-width: 135px;
}

.datepicker-cs .datepicker-col {
    width: 30%;
}

.datepicker-cs .datepicker-col input {
    background: #fff;
}
.datepicker-cs .datepicker-col input:disabled{
    background-color: #e9ecef;
}

.datepicker-days > table > thead > tr > th.prev,
.datepicker-days > table > thead > tr > th.datepicker-switch,
.datepicker-days > table > thead > tr > th.next {
    display: none;
}

td.old.day {
    visibility: hidden;
}

td.new.day {
    display: none;
}

.radio-group label {
    font-weight: normal;
}

.cr-slider {
    display: none;
}

.timer-group {
    margin-left: 50px;
}

.parallelogram {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.parallelogram::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    background-image: -o-linear-gradient(#0a121f, #2b4c89);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a121f), to(#2b4c89));
    background-image: linear-gradient(#0a121f, #2b4c89);
}

.parallelogram::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    background-image: -o-linear-gradient(#152643, #2e5292);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#152643), to(#2e5292));
    background-image: linear-gradient(#152643, #2e5292);
}

.parallelogram-child {
    width: 95%;
    height: 100%;
    transform: skew(-17deg);
    -webkit-transform: skew(-17deg);
    -ms-transform: skew(-17deg);
    transform: skew(-17deg);
    background-image: -o-linear-gradient(#efefef, #dfdfdf);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dfdfdf));
    background-image: linear-gradient(#efefef, #dfdfdf);
    position: relative;
    z-index: 9;
    padding: 10px 5px;
}

.parallelogram-content {
    -webkit-transform: skew(17deg);
    -ms-transform: skew(17deg);
    transform: skew(17deg);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 5%;
    color: #2b2b2b;
    font-size: 20px;
}

.gradient-red .parallelogram::before {
    background-image: -o-linear-gradient(#01b0f1, #0c7ea9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01b0f1), to(#0c7ea9));
    background-image: linear-gradient(#01b0f1, #0c7ea9);
}

.gradient-red .parallelogram::after {
    background-image: -o-linear-gradient(#0c7ea9, #01b0f1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0c7ea9), to(#01b0f1));
    background-image: linear-gradient(#0c7ea9, #01b0f1);
}

.gradient-red .btn-cs {
    background: #01b0f1;
}

.gradient-red .job-code {
    color: #01b0f1;
}

.job-code {
    color: #2893de;
}

.letter-sp-cs {
    letter-spacing: -1.2px;
}

.letter-sp-cs-2 {
    letter-spacing: -0.5px;
}

.card-body-p-0 {
    padding: 0;
}

.cs-mt {
    margin-top: 120px;
}

.btn-job-1-cs {
    width: 70px;
    padding: 2px;
}

.mt-cs {
    margin-top: 125px;
}

a:hover {
    text-decoration: none;
}

.btn-cs {
    color: #fff;
    padding: 4px 10px;
    width: 90px;
    background: #002060;
}

.btn-cs:hover {
    opacity: 0.9;
    color: #fff;
}

.border-question-cs {
    padding: 5px 7px;
    border: 1px solid #222 !important;
}

.bg-white-cs {
    height: 15px;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

.text-gray {
    color: #716d6d;
}

.no-wrap{
    flex-wrap: nowrap;
}
.question-flex > div {
    width: 25%;
}

.question-flex-v2 > div {
    width: 20%;
}

.question__content {
    width: 100%;
}

.csw-question-content .question__content {
    max-width: 70%;
}

.csw-question-content .question__content.pdl-5 {
    padding-left: 5%;
}

.bg-light-info {
    background-color: #d9edf7 !important;
}

.border-qs {
    border: 1px solid #222;
    padding: 3px 7px;
}

.d-flex-v2 {
    display: flex;
}

.d-flex-v3 {
    display: flex;
    justify-content: space-between;
}

.cs-flex-v3 {
    width: 30px;
    min-width: 30px;
}

.control-job, .text-job {
    width: 17%;
}

.btn-open-job-1 {
    background: #000098;
    color: #fff;
}

.btn-open-job-2 {
    background: #01b0f1;
    color: #fff;
}

.btn-open-job-2:hover, .btn-open-job-1:hover {
    color: #fff;
}

.text-job-1 {
    color: #000098;
}

.text-job-2 {
    color: #01b0f1;
}

.table-job {
    border: 1px solid #b9b9b9;
}

.table-job tr {
    background: #efefef;
}

.table-job .btn-job-control.disabled {
    background: #7f7f7f;
    color: #fff;
}

.table-job .btn-job-control {
    width: 60px;
    box-shadow: 1px 1px 0px 0px #c1bbbb;

}

.table-job tr:nth-child(2n) {
    background: #dfdfdf;
}

.custom-control label {
    pointer-events: none;
    cursor: default;
}

.custom-control label.event-default {
    pointer-events: auto;
}

.question-box-img-cs .answer .list-answer .group-checkbox-image {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start !important;
}

.table-question-cs, .table-question-cs td {
    border: none;
}

.table-question-cs tr td + td {
    border: 2px solid #087B0F;
    text-align: center;
}

img.image-mh-200{
max-height: 200px;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer{
    border-color: transparent;
}

.table-job td {
    vertical-align: middle;
}

.fz-14 {
    font-size: 14px;
}

.fz-12 {
    font-size: 12px;
}

img {
    max-width: 100%;
}

.path__item {
    padding: 0;
}

.path__item__description {
    padding: 0;
}

.question__index.question__index--color-default {
    color: inherit;
}

.custom-checkbox-v2 .custom-control-input, .custom-control-input {
    opacity: 0;
    visibility: visible;
    z-index: 1;
    cursor: pointer;
}

.align-center {
    align-items: center !important;
}

.croppie-box {
    position: relative;
    max-width: 90%;
    margin: auto;
}

.question-cm-cs {
    padding: 7px 15px;
    background: #ffc;
    margin-left: -39px;
    margin-right: -15px;
}

.croppie-box img {
    padding: 20px;
}

.text-infor {
    color: #007bff;
}

.text-indent {
    text-indent: 15px;
}

.mx-cs {
    margin-left: 16px;
}

.border-question-2 {
    border: 2px solid #222;
}

.box-answer-small .answer-image img {
    max-width: 100px !important;
}

.box-answer-sm-small .answer-image img {
    max-width: 70px !important;
}

.background-qs-2.question, .background-qs-2 .question {
    background: #fff;
}

.box-flex-wrap-qs-2 {
    flex-wrap: wrap;
}

.op-0{
    opacity: 0;
}

.question-cs2{
    display: flex;
    padding: 7px 15px;
}

.bg-qs-default {
    background: #ffc !important;
}

.background-qs-3.question {
    background: #E4F1E5;
}

.handswipe {
    animation: swipe .8s alternate infinite;
    animation-timing-function: ease;
    position: absolute;
    top: 10%;
    right: 7%;
    z-index: 99;
    font-size: 25px;
    display: none;
}


.bg-image-text-s4 {
    background: #FBE4BC;
}

.border-box-qs {
    border: 2px solid #222;
    background: #fff;
    padding: 0 40px;
}

.border-box-qs-3 {
    border: 2px solid #222;
    background: #fff;
    padding: 0 80px;
}

.border-box-qs-3 {
    border: 2px solid #222;
    background: #FBE4BC;
    padding: 0 40px;
}

.box-aw-image .list-answer .answer-image {
    height: 75px;
    display: flex;
    align-items: flex-end;
}

.box-flex-wrap-qs {
    flex-wrap: wrap;
}

.box-flex-wrap-qs .question__content {
    width: 100%;
    max-width: 100%;
}

.question-box-img-cs-2 .answer .list-answer .group-checkbox-image img {
    max-width: 320px !important;
}

.square {
    border: 2px solid #222;
    background: #fff;
    padding: 0 12px;
}

.gc-box .tb-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}

.gc-box .image-gc {
    display: inline-block;
    position: relative;
    padding-top: 20px;
}

.gc-box .gc-subtitle {
    position: absolute;
    top: 0;
    font-weight: normal;
    right: 10px;
}

.box-qs-gc-2-2 .image-qs {
    max-width: 700px;
}

.box-qs-gc-2-2 .answer-image {
    width: 100%;
    margin-left: -1.5rem;
    margin-right: 3rem;
    margin-top: 7px !important;
}

.box-question-cs-image-gc-v2 {
    border: 2px solid #222222;
    padding: 10px 7px;
    margin: 1px;
}

.box-question-cs-image-gc-v2 .image-qs {
    display: flex;
    align-items: center;
}

.box-question-cs-image-gc-v2.box-qs-gc-2-2 .answer-image img {
    max-width: 70px !important;
}

.box-question-cs-image-gc-v2.box-qs-gc-2-2 .answer-image {
    margin-right: 0;
}

.box-gc-2-4 {
    padding: 15px;
    background: #ffc;
    border: 2px solid #222;
}

.question-index-gc {
    padding: 5px 12px;
    background: #222;
    color: #fff;
    border-radius: 5px;
}

.box-question-cs-image-s4-v2 .image-qs {
    margin-top: 10px;
}

.box-question-gc-24 {
    position: relative;
}

.box-question-gc-24 .image-qs {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.box-cs-qs-gc-22.box-qs-gc-2-2 .answer-image{
    margin-right: 0.4rem;
}

.box-question-gc-24 .list-answer {
    margin-top: 2rem;
}

.box-question-gc-24 .box-answer .answer {
    margin-top: 4rem;
}


.box-image-small .image-qs img {
    max-width: 270px !important;
}

.image-gc-mobile {
    display: none;
}

.qs-index-gc-2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #000;
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.f-50 {
    font-size: 1.5rem !important;
}

.qs-index-gc-2 {
    text-align: center;
}

.question-index-gc {
    text-align: center;
}

.print-block p {
    font-size: 15px;
    margin-top: 0px !important;
    line-height: 14px;
}

.print-block h5 {
    margin-top: 20px !important;
}

.table-result-cs .td {
    padding: 0 5px;
}

.table-result-cs {
    font-size: 14px;
    margin-bottom: 0;
}

.box-question-cs-image-gc-23 .image-qs.mt-4{
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .f-50 {
        font-size: 24px !important;
    }
}

@media (min-width: 768px) {
    .qs-index-gc-2 {
        min-width: 58px;
        text-align: center;
    }

    .question-index-gc {
        min-width: 45px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .header__timeout {
        text-align: left !important;
    }

    .fixed-qs-mobile {
        overflow: auto;
        max-height: 210px;
    }

    .letter-sp-cs, .letter-sp-cs-2, .letter-spacing-cs {
        letter-spacing: 0;
    }

    .box-question-cs-image-gc-v2.box-qs-gc-2-2 .answer-image {
        margin-left: 0;
    }

    .box-question-cs-image-gc-v2.box-qs-gc-2-2 .list-answer .group-checkbox > .justify-content-start {
        justify-content: center !important;
    }

    .box-qs-gc-2-2 .answer-image img {
        max-width: 60px !important;
    }

    .image-gc-mobile {
        display: block;
    }

    .image-gc-pc {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    ul.box-content {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 510px) {
    .login-title {
        font-size: 3.6vw;
    }

    .pl-5 {
        padding-left: 5px !important;
    }

    .parallelogram {
        width: auto;
    }

    .question-box img {
        max-width: 100%;
    }

    .question-flex > div {
        width: 50%;
    }

    .question-flex-v2 > div {
        width: 50%;
    }
}

@media only screen and (max-width: 329px) {
    .admin-page .header .navbar {
        max-width: 50%;
    }

    .question-flex > div {
        width: 100%;
    }

    .question-flex-v2 > div {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .question__content.question__content__cs_w {
        width: 88%;
    }

    .control-job, .text-job {
        width: 21%;
    }

}

@media only screen and (max-width: 1000px) {
    .timer-group {
        margin-left: 0;
    }

    .modal-dialog {
        min-width: auto;
    }

    .table-result-cs .question-result {
        width: 60%;
    }

    .table-result-cs .question-answer {
        width: 40%;
    }

    .table-result-cs {
        border-spacing: 10px 0px;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 768px) {
    .dk-justify-between {
        justify-content: space-between !important;
    }

    .dk-none {
        display: none !important;
    }
}

@keyframes swipe {
    0% {
        margin: 0;
        transform: rotate(0deg);
    }

    100% {
        margin-right: 20px;
        transform: rotate(-5deg);
    }
}

@media only screen and (max-width: 1366px) {
    .handswipe.has-zoom {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .control-job, .text-job {
        width: 28%;
    }
}

@media only screen and (max-width: 768px) {
    .control-job .btn-job-control:last-child {
        margin-top: 5px;
    }

    .box-qs-gc-2-2 .answer-image {
        margin-right: 0;
    }

    .box-qs-gc-2-2 .list-answer {
        justify-content: space-around !important;
        margin-left: 3.5rem;
    }

    .croppie-box {
        position: relative;
        max-width: 100%;
        margin: auto;
    }

    .croppie-box img {
        padding: 5px;
    }

    .box-image-small .image-qs img {
        max-width: 210px !important;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
    .table-exam2 td, .table-exam2 th, .table-exam3 td, .table-exam3 th{
        padding: 0.1rem 0.5rem !important;
    }
    .table-exam4 td, .table-exam4 th{
        padding: 0.05rem 0.5rem !important;
    }

    .table-exam6 th{
        padding: 1rem 0.5rem !important;
    }
    .table-exam6 td{
        padding: 0.35rem 0.5rem !important;
    }

    .bg-rs {
        background: #ccffff !important;
    }

    .print-hidden {
        display: none;
    }

    .table{
        margin-top: 20px;
    }

    .table-exam5 th{
        padding: 1rem 0.5rem;
    }

    .table-exam5 td{
        padding: 0.3rem 0.5rem;
    }
    .header{
        position: relative !important;
    }
}

@media (min-width: 942px) {
    .box-cs-qs-gc-22 .qs-gc-2-2{
        margin-left: 12.5%;
    }

    .box-question-cs-image-gc-23 {
        border: 2px solid #222222;
        padding: 10px 7px;
        margin: 1px;
    }
    .box-question-cs-image-s4-v2.box-question-cs-image-gc-23 > .question{
        width: 7%;
        padding-top: 20px;
    }
    .box-question-cs-image-s4-v2.box-question-cs-image-gc-23 > .box-answer{
        width: 70%;
    }
    .box-question-cs-image-gc-23 .image-qs{
        width: 20%;
    }

    .box-question-cs-image-s4-v2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box-question-cs-image-s4-v2 > .question {
        width: 100%;
    }

    .box-question-cs-image-s4-v2 > .image-qs {
        width: 20%;
        margin: 10px 0;
        border-right: 2px solid #222;
        padding-right: 2%;
    }

    .box-question-cs-image-s4-v2 > .box-answer {
        width: 78%;
        margin-top: 0 !important;
    }

    .box-question-cs-image-s4-v2 > .box-answer .answer .custom-control {
        padding-left: 0;
        width: 20%;
    }


    .box-question-cs-image-gc-v2 > .image-qs {
        width: 30%;
        margin: 10px 0;
        border-right: 2px solid #ccc;
    }

    .box-question-cs-image-gc-v2 > .image-qs {
        border: none !important;
    }

    .box-question-cs-image-gc-v2 > .box-answer {
        width: 66%;
        margin-left: 4%;
    }

    .mgr-cs-1 {
        margin-right: 56px;
    }

    .mgr-cs-2 {
        margin-right: 44px;
    }

}

.parent--mt0 {
    margin-top: 0;
}

.doublephotos__wrapper {
    display: flex;
}

.doublephotos__wrapper img {
    width: 50%;
}

.parent--mt0 {
    margin-top: 0 !important;
}

.image-small-lg {
    max-width: 330px !important;
}

.box-dk--mw580:not(.question__index) .image-qs img {
    width: 100%;
    max-width: 580px !important;
}

.parent--hasbg .image-qs {
    background-color: #ffc;
}

.table-result-cs {
    table-layout: fixed;
}

.row-result * {
    word-break: break-all;
}

.w-30 {
    width: 30px;
    display: inline-block;
}

.mw-700 .image-qs {
    max-width: 700px;
    margin: auto;
}

.red {
    color: red;
}

.note--indent {
    margin-right: 20px;
}

.text--normal{
    font-weight: normal !important;
}

.bg--blue{
    background-color: #E4F1E5 !important;
    padding: 10px;
}
.dib-w15{
    width: 15px;
    display: inline-block;
}
.no-margin{
    margin: 0 !important;
}

.pml-15{
    margin-left: -15px !important;
}

.question-row{
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 7px 15px !important;
}

.question-row-cs {
    width: 100%;
}

.pd-qs{
    padding: 7px 15px;
}

.box-question-row{
    overflow: hidden;
}

.box-question-row .question{
    margin-left: -15px;
    margin-right: -15px;
}

.max-width-450 .imageContainer > img{
    max-width: 450px;
}

.max-width-570 .imageContainer > img{
    max-width: 570px;
}

.max-width-130 .image-qs > img{
    max-width: 130px;
}

.max-width-650 .image-qs > img{
    max-width: 650px;
}

.max-width-276 .imageContainer > img{
    max-width: 276px;
}

.max-width-364 .imageContainer > img{
    max-width: 364px;
}

.max-width-560 .imageContainer > img{
    max-width: 560px;
}

.max-width-700 .imageContainer > img{
    max-width: 700px;
}

.max-width-500 .imageContainer > img{
    max-width: 500px;
}

.max-width-805 .imageContainer > img, .max-width-805 .image-qs > img{
    max-width: 805px;
}

@media (max-width: 767px) {
    .note--indent {
        margin-right: 0;
        display: block;
    }
    .dib-w15{
        width: 10px;
    }

    .mw-100 .imageContainer > img, .mw-100 .image-qs > img{
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .parent--mt21 {
        margin-top: 21px;
    }

    .box-dk--mw350 .image-qs img {
        width: 100%;
        max-width: 350px !important;
    }

    .dk--img--absolute--300 .image-qs img {
        position: absolute;
        max-width: 300px !important;
        width: 50%;
        margin-top: 20px;
    }

    .dk--img--absolute--200 .image-qs img {
        position: absolute;
        max-width: 180px !important;
        width: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .box-question-cs-image-gc-v2 > .image-qs img {
        flex: 1;
    }
}
@media (max-width: 542px) {
    .pd-fraction-cs{
        padding-top: 0;
    }
}
@media (max-width: 400px) {
    .list-answer .group-checkbox-image{
        max-width: 100%;
    }
}

