html,
body {
    font-size: 1em !important;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
    font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

.hr-sect2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect2::before,
.hr-sect2::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.writing-title {
    display: block;
    font-size: 400% !important;
    font-weight: bold !important;
    color: #ffffff;
    text-align: left;
}

.writing-custom {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    background: #5e5e5e url(../images/kv_academic_writing.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .writing-title {
        display: block;
        font-size: 400% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    .writing-custom {
        padding-top: 11% !important;
        padding-bottom: 11% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .writing-title {
        display: block;
        font-size: 350% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    .writing-custom {
        padding-top: 11% !important;
        padding-bottom: 11% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .writing-title {
        display: block;
        font-size: 250% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    .writing-custom {
        padding-top: 15% !important;
        padding-bottom: 15% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .writing-custom {
        padding-top: 18% !important;
        padding-bottom: 18% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .writing-title {
        display: block;
        font-size: 200% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    h1 {
        padding-top: 2% !important;
        font-size: 150% !important;
    }
}

@media (min-width: 280px) and (max-width: 319px) {
    .writing-custom {
        padding-top: 20% !important;
        padding-bottom: 20% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .writing-title {
        display: block;
        font-size: 180% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    h1 {
        padding-top: 2% !important;
        font-size: 150% !important;
    }

    h2 {
        font-size: 120% !important;
    }
}

@media all and (max-width: 280px) {
    .writing-custom {
        padding-top: 20% !important;
        padding-bottom: 20% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .writing-title {
        display: block;
        font-size: 180% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    h1 {
        padding-top: 2% !important;
        font-size: 150% !important;
    }

    h2 {
        font-size: 120% !important;
    }
}

@media all and (max-width: 240px) {
    .writing-custom {
        padding-top: 25% !important;
        padding-bottom: 15% !important;
        background: #5e5e5e url(../images/kv_academic_writing.jpg);
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .writing-title {
        display: block;
        font-size: 150% !important;
        font-weight: bold !important;
        color: #ffffff;
        text-align: left;
    }

    h1 {
        padding-top: 2% !important;
        font-size: 150% !important;
    }
}

/* ----------------------------------aboutwriting --------------------------------------------*/

.writing-separator {
    padding-top: 2%;
}

.writing-sep-line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 30%;
    width: 100%;
}

.writing-method-content {
    line-height: 2;
    font-size: 200% !important;
    color: #000;
    display: block;
}

.writing-content {
    line-height: 2;
    font-size: 100% !important;
    color: #85868c;
    display: block;
    font-size: 120% !important;
}

.writing-subtitle {
    line-height: 1.8;
    font-size: 1.25em;
    color: #000;
    display: block;
}

.writing-heading {
    color: #333333;
    font-size: 150%;
    font-weight: bolder;
    text-align: center;
}

.writing-img {
    vertical-align: middle;
}

.writingsign {
    padding-top: 5%;
    font-size: 1.5em;
    color: #0080c9;
}

.writing-edit {
    padding-top: 5%;
    font-size: 1.5em;
    color: #0080c9;
}

.writing-icon {
    display: inline-block;
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    color: #ffffff;
    background: #0080c9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


@media all and (max-width: 480px) {
    .writing-sign {
        padding-top: 15%;
        font-size: 1.5em;
        color: #0080c9;
    }

    .writing-edit {
        padding-top: 15%;
        font-size: 1.5em;
        color: #0080c9;
    }

    .writing-heading {
        padding-left: 2%;
        color: #333333;
        font-size: 120%;
        font-weight: bolder;
        font-weight: bold;
        text-align: left;

    }

    .writing-method-content {
        line-height: 1.8;
        font-size: 100%;
        color: #000;
        display: block;
    }

    .writing-icon {
        display: inline-block;
        font-size: 150%;
        height: 2em;
        width: 2em;
        text-align: center;
        line-height: 2em;
        -moz-box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        color: #ffffff;
        background: #0080c9;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .writing-method-content {
        line-height: 2;
        font-size: 150% !important;
        color: #000;
        display: block;
    }

    .writing-subimg {
        width: 80% !important;
    }

}

/* ----------------------------------coursegoal--------------------------------------------*/

.writing-goal-format {
    padding-top: 8%;
    font-weight: normal;
    color: #ffffff;
}

.writing-secgoal-format {
    font-weight: normal;
    color: #ffffff;
}

.writing-goal-table:hover {
    -webkit-box-shadow: 0 0 7px rgba(167, 167, 167, .5);
    box-shadow: 0 0 7px rgba(167, 167, 167, .5);
}

.writing-goal-table {
    font-size: 13px;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    background: #fff;
    color: #777;
    border: 1px solid #efefef;
}

.writing-goal-heading {
    width: 100%;
    height: 12em;
    float: left;
    background: #0080c9;
    top: 0;
    padding-bottom: 5%;
}

.writing-goal-features {
    padding: 7% 7% 7% 7%;
    list-style: none;
    color: #333333;
    text-align: left;
    line-height: 2;
    height: 450px !important;
    margin: 25% 0 20% 0 !important;
    font-size: 150% !important;
}


@media (min-width: 240px) and (max-width: 480px) {
    h2 {
        font-size: 1.5em;
    }

    .writing-content {
        line-height: 1.5;
        font-size: 1em;
        color: black;
        display: block;
    }

    .writing-goal-features {
        padding: 7% 7% 7% 7%;
        list-style: none;
        color: #333333;
        text-align: left;
        line-height: 2;
        height: 480px !important;
        margin: 20% 0 20% 0 !important;
        font-size: 143% !important;
    }

    .writing-goal-heading {
        width: 100% !important;
        height: auto !important;
        float: left;
        background: #0080c9;
        top: 0;
        padding-bottom: 5% !important;
    }

}

/* ---------------------------------------------------technique-------------------------------------------------------------- */


.technique-container {
    width: 100%;

}

.technique-box {
    background-color: #F0F0F0;
    height: 650px;
    padding-bottom: 2%;
}

.technique-inner {
    padding: 2%;
}

.technique-thumb {
    max-width: 30%;
}

.technique-name span {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.technique-studentname {
    color: #333333 !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    font-size: 130% !important;
    padding-top: 2% !important;
}

.technique-content {
    margin-bottom: 10px;
    max-width: 100%;
    color: #85868c;
    line-height: 2;
}

.technique-heading {
    padding-left: 10%;
    color: #333333;
    font-size: 150%;
    font-weight: bolder;
}

.technique-separator {
    padding-top: 2em
}

.technique_sep_line {
    border-top: 1px solid #EBEBEB;
}

.technique-user {
    padding: 2px;
    font-size: 35px;
    color: #0080c9
}


.technique-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background-color: #007aff;
}