﻿*{
    text-align: justify !important;
}

option {
    font-weight: normal;
}

option:checked {
    font-weight: bold !important;
}

/*#topLineContainer{
    display: none;
}*/

.prop-content,
#resultContainer {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    line-height: 25px;
    /*border: 1px solid black;*/
}

#resultContainer{
    line-height: 18px;
}

#dsp{
    display: flex;
    justify-content: space-between;
}

b {
    font-weight: bold;
}

.exampleTable{
    max-width:800px;
    margin: auto;
}

label {
    /*line-height: 18px !important;*/
}

select {
    height: 60px;
    width: 315px;
    padding-left: 15px;
    padding-right: 15px;
    color: #446183;
    font-size: 14px;
    border-radius: 15px;
    border: none !important;
    border-right: 16px solid #F3F6FB !important;
    border-left: 12px solid #F3F6FB !important;
    background-color: #F3F6FB;
    font-family: FiraGORegular !important;
}

.txt-j{
    text-align: justify;
}

#qanda, #info-pages, #resultBtns {
    display: flex;
    width: 700px;
    justify-content: space-between;
}

#info-pages{
    width: 800px;
}

button, #linkbtn {
    margin-top: 20px;
    text-align: center !important;
    background: #31619D;
    border-radius: 7px;
    border: none;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    width: 220px;
    text-decoration: none;
}

button:hover,
#linkbtn:hover{
    background: #446183;
}

.quest {
    box-sizing: border-box;
    width: 700px;
    max-width: 700px;
    background-color: #fff;
    border-radius: 12px;
    color: #446183;
    font-family: FiraGORegular !important;
    text-align: left;
    padding: 30px 35px;
    margin-top: 35px;
    /*width: 1030px;*/
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #FFFFFF;
    /* border-radius: 48px; */
    box-shadow: 0px 0px 15px 5px #F5F4F4;
}

.collection {
    display: flex;
    justify-content: space-between;
}

.ulist {
    margin-top: 4px;
    color: #2c5095;
}

.tab {
    max-width: 700px;
    /*margin-top: 20px;*/
    display: table;
}

    .tab button {
        background-color: inherit;
        float: left;
        /*outline: none;*/
        cursor: pointer;
        /*padding: 14px 16px;*/
        transition: 0.3s;
        font-size: 13px;
        font-family: FiraGORegular !important;
        font-weight: bold;
        color: #31619D;
        width: 393px;
        height: 75px;
        border: none;
        border-radius: 10px;
        box-shadow: 0px 2px 15px 3px #F0F3F6;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        .tab button:hover {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

        .tab button.active {
            background-color: #F3F6FB;
            box-shadow: none;
            border: none;
        }

.tabcontent {
    max-width: 700px;
    display: none;
    /*padding: 6px 12px;*/
    border: none;
    border-top: none;
}

.resultValue {
    padding-left: 20px;
    font-family: FiraGORegular !important;
    font-size: 12px;
    color: #446183 !important;
    width: 490px;
    font-weight: normal;
    padding-right: 20px;
    border-left: 1px solid #DDE9F5;
    border-top: 1px solid #DDE9F5;
}

.resultTitleDouble {
    font-family: FiraGORegular !important;
    font-size: 12px;
    color: #31619D !important;
    /*margin-bottom: 5px;*/
    /*float: left;*/
    width: 235px;
    color: #31619D !important;
    font-weight: bold !important;
    padding-left: 10px;
    border-top: 1px solid #DDE9F5;
}

    .resultTitleDouble label {
        font-weight: bold !important;
    }

.resultRowDouble {
    border-top: 1px solid #DDE9F5;
}

    .resultRowDouble td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: top;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

.subTabcontent {
    display: none;
    border: none;
    border-top: none;
    background-color: #F3F6FB;
}

.custom-s {
    color: #0ab3f0;
    text-decoration: none;
    font-style: italic;
    cursor: pointer;
}

.sbmt {
    background-color: #70ad47;
}

.sbmt:hover {
    background-color: #7fb55a;
}

#information{
    font-size: 14px;
}

#information > h3 {
    font-size: 14px;
    color: #31629D;
}

#header-title, #info-title, #info-title-fourth {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: flex-start;
    /*text-align: start;*/
    font-size: 16px;
    color: #31629D;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: FiraGORegular !important;
    font-weight: bold;
}

#header-title{
    justify-content:center;
}
#question {
    color: #31629D;
    font-size: 16px;
}

#info-title, #info-title-fourth {
    display: flex;
    color: #31629D;
    font-weight: bold;
    margin: 0;
    margin-top: 13px;
    text-align: center;
}

#info-title-fourth{
    margin: auto;
    text-align: center !important;
    max-width: 700px;
}

.Resault_ul {
    margin: 0;
    padding: 0;
    list-style-type: '- ';
}

#resultContainer-header {
    box-sizing: border-box;
    width: 800px;
    line-height: 18px !important;
    /*padding: 0 12px; */
}
#resultContainer-btn1{
    width: 100%;
}

#new-resault-header {
    max-width: 700px;
    text-align: justify !important;
    font-size: 12px;
}

.prop-content{
    margin-top: 25px;
}

#content > div > article > div > div:nth-child(1) > article > div > img{
    margin-top: 0px !important;
}

@media(max-width: 1024px){
    #content > div > article > div > div:nth-child(1) > article > div > img {
        margin-top: 0px !important;
    }
}

@media(max-width: 820px) {
    #information, #info-pages > button, #info-pages > a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .prop-content {
        width: 375px;
    }
    #header-title {
        text-align: center !important;
    }
    #quetion-section {
        max-width: 375px;
    }
    #info-pages{
        flex-direction: column;
        align-items: center;
    }

    #info-pages > button,
    #info-pages > a {
        box-sizing: border-box;
        width: 375px;
        height: 70px;
    }

    #qanda, .quest {
        width: 375px;
    }

    .collection,
    #resultBtns {
        box-sizing: border-box;
        max-width: 375px;
    }

    #resultContainer,
    #resultContainer-header {
        max-width: 375px;
    }

    .collection > button,
    #dsp > button,
    #resultBtns > button {
        width: 150px;
    }
}