@charset "utf-8";

#section1 .main {
    padding-top: 10px;
}

#section1 .main h1 {
    font-size: 2.2em;
    text-align: center;
    font-weight: 800;
    margin-bottom: 4rem;
    text-transform: uppercase;
}


#section1 .main h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

#section1 .main p {
    font-size: 1.8em;
    text-align: center;
    line-height: 140%;
    font-weight: 300;
    width: 85%;
    margin: 0 auto 30px;
    color: #4d4d4d;
}


#section2 .main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 100px;
}

#section2 .box {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

#section2 .main .box .bg-yellow {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

#section2 .box .list-view {
    width: 100%;
    padding: 1rem 2rem;
    position: relative;
}

#section2 .box .list-view li {
    /*
    padding: 1.4rem 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
*/
}

#section2 .box .list-view li a {
    width: 40%;
    display: block;
    padding: 1.4rem 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#section2 .box .list-view li.active a,
#section2 .box .list-view li:hover a {
    color: #16355B;
    border-color: #16355B;
}

#section2 .box .text {
    width: 60%;
    top: 0;
    right: 0;
    padding: 2rem 3rem 2rem 2rem;
    position: absolute;

}

#section2 .box .text .con {
    position: absolute;
    width: 85%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

#section2 .box .list-view li.active .text .con {
    opacity: 1;
}

#section2 .box .text h2 {
    font-size: 3.13rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

#section2 .box .text .list {
    padding-left: 1.5rem;
    list-style: disc;
}

#section2 .box .text .list li {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 1.1px;
}

#section2 .left-text {
    width: 10%;
    writing-mode: tb-rl;
    font-size: 1.8em;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #FECC00;
    margin-left: -1px;
}

#section2 .chat {
    width: 29%;
}

#section2 .chat img {
    max-width: 100%;
}


@media only screen and (min-width:992px) {}

@media only screen and (max-width:1024px) {
    #section2 .box .text h2 {
        font-size: 2.8rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width:992px) {
    #section1 h1 {
        margin-top: 2.5rem;
        padding-top: 0;
    }

    #section2 .box {
        width: 55%;
        padding-right: 1.5rem;
    }
    #section2 .main .box .bg-yellow{
        width: 100%;
    }

    #section2 .chat {
        width: 45%;
    }

    #section2 .box .list-view li a {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        border-bottom: 5px solid #fff;
        padding-right: 2rem;
        position: relative;
    }

    #section2 .box .list-view li a:before {
        content: '';
        position: absolute;
        top: 31px;
        right: 0;
        width: 25px;
        height: 5px;
        border-bottom: 5px solid #fff;
        transition: all 0.3s linear;
    }

    #section2 .box .list-view li.active a:before {
        border-color: #00254A;
    }

    #section2 .box .list-view li a:after {
        content: '';
        position: absolute;
        top: 21px;
        right: 10px;
        height: 25px;
        width: 5px;
        border-left: 5px solid #fff;
        /*        transition: all 0.4s linear;*/
    }

    #section2 .box .list-view li.active a:after {
        transform: rotateZ(90deg);
        border-color: #00254A;
    }


    #section2 .box .text {
        position: relative;
        width: 100%;
        right: auto;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    #section2 .box .list-view li.active .text {
        max-height: 1000px;
    }

    #section2 .box .text .list li::marker {
        font-size: 1.5rem;
    }

    #section2 .box .text .list li {
        font-size: 1.15rem;
    }

    #section2 .box .text .con {
        opacity: 1;
        padding: 1.5rem 0 0.5rem;
        position: relative;
    }

    #section2 .box .text h2 {
        display: none;
    }

    #section2 .box .list-view {
        padding-bottom: 2.5rem;
    }
    
}

@media only screen and (max-width:768px) {
    #section1 .main{
        padding-left: 0;
        padding-right: 0;
    }
    #section1 .main p {
        font-size: 1.35rem;
        margin-bottom: 0;
    }

    #section1 .main h2 {
        font-size: 1.5rem;
        font-weight: 900;
    }

    #section2 .main {
        flex-wrap: wrap-reverse;
        padding-left: 0;
        padding-right: 0;
    }

    #section2 .box {
        width: 100%;
    }

    #section2 .chat {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 0 8%;
        margin-bottom: 3rem;
    }
    #section2 .chat img{
        height: auto;
    }

    #section2 .main .box {
        flex-direction: row-reverse;
    }

    #section2 .main .box .bg-yellow {
        width: calc(90% - 15px);
        margin-right: 15px;
    }
    #section2 .box .text .list li{
        font-size: 1rem;
        line-height: 1.25;
    }

}
