@media only screen and (min-width: 1024px) {
    .menu-container > .menu-register > .menuitem {
        padding: 0 15px;
    }
}

.condition-container {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 20px;
}

.condition-container .wrapper-content.condition-body {
    padding: 40px 20px;
}

.condition-container > .conditionhead {
    font-size: 26px;
    color: #0c5c5c;
    font-family: "KalatexaDisplay", sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.condition-container > .conditionhead span {
    color: #fe4f00;
    font-family: "KalatexaDisplayBlack", sans-serif;
    font-weight: bold;
}

.condition-section > .sectionbtn {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    display: block;
    text-decoration: none;
    width: 100%;
    min-height: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin: 0 0 10px;
    font-family: "KalatexaDisplay", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0c5c5d;
    background-color: #F2F2F2;
    text-align: left;
    line-height: 1.4em;
}

.condition-section > .sectionbtn:after {
    content: '\f078';
    font-family: "FontAwesome";
    font-size: 14px;
    color: #0c5c5d;
    line-height: 42px;
    display: block;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
}

.condition-section > .sectionbtn.-active {
    background-color: #0c5c5d;
    color: #FFFFFF;
}

.condition-section > .sectionbtn.-active:after {
    content: '\f106';
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    
}

.condition-section > .text-box {
    display: none;
    box-sizing: border-box;
    padding: 0 0 30px 10px;
    font-family: "KalatexaText", sans-serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.5em;
    text-align: left;
    word-wrap: break-word;
}

.condition-section > .text-box.-show {
    display: block;
}

.condition-section > .text-box > .item {
    display: block;
    word-wrap: break-word;
}

.condition-section > .text-box > .text {
    text-indent: 5px;
    margin: 0 0 5px;
}

.condition-section > .text-box > .text.-with-indent {
    text-indent: 15px;
}

.condition-section > .text-box > .badge {
    display: inline-block;
    padding: 0 15px;
    margin: 10px 0 10px;
    background-color: #0c5c5c;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    height: 25px;
    line-height: 28px;
}
#preadIndex .condition-section ol,
#preadIndex .condition-section ul,
#preadIndex .condition-section ul li,
.condition-section > .text-box > .text,
.condition-section > .text-box {
    font-size: 17px !important;
    color: #000;
}

.condition-section ol {
    box-sizing: border-box;
    padding: 0 0 0 20px;
    font-family: "KalatexaText", sans-serif;
    line-height: 1.5em;
    text-align: left;
    word-wrap: break-word;
    list-style: decimal;
}

.condition-section ul > li,
.condition-section ul > li {
    margin-bottom: 5px;
}

.condition-section ol > li {
    list-style: decimal;
}

.list-in {
    padding-left: 20px;
    padding-bottom: 5px;
}

.condition-section .number-color {
    list-style: none;
    counter-reset: li
}

.condition-section .number-color .nc {
    counter-increment: li;
    list-style: none;
}
.condition-section .number-color .nc::before {
    content: counter(li);
    color: #ff9700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
    margin-right: -5px;
}
#condition ul li{
    list-style: circle;
}
.txt-bold {
    font-weight: bold;
}
.txt-block {
    display: block;
}
#condition ul, #condition ol{
    padding-left: 35px;
    margin: 0 0 15px;
}

@media only screen and (min-width: 1260px) {
    .condition-container {
        width: 1070px;
        margin: 0 auto;
        padding: 40px 0;
    }

    .condition-section > .text-box {
        padding: 0 40px 30px 10px;
    }
    .condition-container .wrapper-content.condition-body {
        padding: 50px 0px;
    }
    .condition-container > .conditionhead {
        font-size: 36px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 413px) {
    .condition-section > .sectionbtn {
        font-size: 18px;
    }
    .condition-section > .sectionbtn:after {
        font-size: 12px;
        height: 30px;
        line-height: 40px;
    }
    .condition-section > .text-box {
        padding: 0 0 20px 0;
        font-size: 14px;
    }
}


@media only screen and (max-width: 1024px) {
    .condition-section > .text-box {
        padding-right: 30px;
    }
}
