html, body {
    background: #e8e8e8;
}

#article {
    margin: 0;
    padding: 0;
}


/*-------------------- Section1 (Start) --------------------*/
.sect1 .ctx .desp {
    letter-spacing: 1px;
    line-height: 1.6em;
    font-size: 22px;
}

.sect1 .ctx .desp .title {
    padding: 0 0 20px 200px;
    font-weight: 500;
    font-size: 36px;
    color: #72a658;
}

.sect1 .ctx .desp .greenHighlight {
    border-bottom: solid 1px #72a658;
    font-weight: bold;
    color: #72a658;
}

.sect1 .ctx .desp .blueHighlight {
    border-bottom: solid 1px #3f80b4;
    font-weight: bold;
    color: #3f80b4;
}

.sect1 .ctx .desp .questionTit {
    margin: 30px 0 0;
    padding: 10px 20px 10px 25px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #3f80b4;
    letter-spacing: 5px;
    font-size: 24px;
    color: #3f80b4;
}

.sect1 .ctx .desp .item {
    margin: 20px 0 50px 35px;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    position: relative;
    border-left: solid 4px #000;
    letter-spacing: 0px;
}

.sect1 .ctx .desp .item.item1 {
    width: 45%;
}

.sect1 .ctx .desp .item img {
    width: 70px;
    position: absolute;
    left: -35px;
    top: 0;
}

.sect1 .ctx .desp .item .tit {
    font-weight: 700;
    font-size: 24px;
    border-bottom: none;
}

.sect1 .ctx .desp .item .txt {
    line-height: 1.8em;
    font-size: 18px;    
}

.sect1 .ctx .phone {
    position: absolute;
    right: 0;
    top: 30px;
}

.sect1 .ctx .phone .app {
    width: 350px;
    display: block;
    position: relative;
}

.sect1 .ctx .phone .become {
    width: 250px;
    padding: 25px 20px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: 280px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
}

.sect1 .ctx .phone .become .headIcon {
    width: 70px;
    position: absolute;
    left: 30px;
    top: -55px;
}

.sect1 .ctx .phone .become .txt1 {
    font-weight: 500;
    font-size: 20px;
}

.sect1 .ctx .phone .become .txt2 {
    margin: -5px 0 0;
    font-weight: 700;
    font-size: 28px;
}

.sect1 .ctx .phone .become .txt3 {
    font-weight: 300;
    font-size: 20px;
    color: #57b338;
}

.sect1 .ctx .phone .become .txt4 {
    font-weight: 300;
    font-size: 20px;
    color: #57b338;
}

.sect1 .ctx .phone .become a {
    margin: 5px 0;
    border-radius: 10px;
    text-align: center;
}

.sect1 .ctx .phone .become a {
    display: block;
    border: solid 2px #57b338;
}

.sect1 .ctx .phone .become a .icon {
    width: 40px;
    float: left;
    background: #57b338;
}

.sect1 .ctx .phone .become a .icon img {
    width: 70%;
    transform: translateY(3px);
}

.sect1 .ctx .phone .become a .tit {
    float: left;
    padding: 4px 0 0 10px;
    box-sizing: border-box;
    color: #57b338;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect1 .ctx .phone {
        right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 .ctx .desp .title {
        padding: 0 0 20px;
    }

    .sect1 .ctx .desp .item.item1 {
        width: auto;
    }

    .sect1 .ctx .phone {
        position: static;
    }

    .sect1 .ctx .phone .app {
        width: 75%;
        margin: 0 auto;
        position: static;
    }

    .sect1 .ctx .phone .become {
        margin: 100px auto 30px;
        position: relative;
        top: 0px;
        right: 0px;
        border-radius: 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .ctx .desp .title {
        padding: 0 0 20px;
        font-size: 28px;
    }

    .sect1 .ctx .desp .questionTit {
        font-size: 20px;
    }

    .sect1 .ctx .desp .item {
        margin: 20px 0 50px 25px;
        padding: 0 0 0 40px;
    }
    
    .sect1 .ctx .desp .item.item1 {
        width: auto;
    }
    
    .sect1 .ctx .desp .item img {
        width: 50px;
        left: -25px;
    }

    .sect1 .ctx .desp {
        margin: 0 0 100px
    }

    .sect1 .ctx .phone {
        position: static;
    }

    .sect1 .ctx .phone .app {
        width: 100%;
        position: static;
    }

    .sect1 .ctx .phone .become {
        margin: 20px auto;
        position: relative;
        top: 0px;
        right: 0px;
        border-radius: 20px;
    }
}
/*-------------------- Section1 (End) --------------------*/


/*-------------------- Section2 (Start) --------------------*/
.sect2 {
    background: #fff;
}

.sect2 .ctx .greenLight {
    color: #72a658;
    border-bottom: solid 1px #72a658;
}

.sect2 .ctx .blueLight {
    color: #3f80b4;
    border-bottom: solid 1px #3f80b4;
}

.sect2 .ctx .desp .medalTit {
    margin: 0 0 10px;
    padding: 10px 20px 10px 25px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #3f80b4;
    letter-spacing: 5px;
    font-size: 24px;
    color: #3f80b4;
}

.sect2 .ctx .desp .txt {
    line-height: 1.8em;
    font-size: 18px;
}

.sect2 .ctx .desp .txt.focus {
    font-weight: bold;
    font-size: 22px;
}

.sect2 .ctx .medalList {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #808080;
}

.sect2 .ctx .medalList .item {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.sect2 .ctx .medalList .item:nth-child(1) {
    flex: 1 0 15%;
}

.sect2 .ctx .medalList .item .level {
    flex: 0 0 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.sect2 .ctx .medalList .item .level .tit {
    flex: 0 0 20px;
    padding: 25px 10px;
    box-sizing: border-box;
    display: none;
    border-right: solid 1px #808080;
    text-align: center;
}

.sect2 .ctx .medalList .item:nth-child(1) .level .tit {
    display: block;
    border-right: solid 1px #808080;
}

.sect2 .ctx .medalList .item .level .cont {
    flex: 1 0 auto;    
}

.sect2 .ctx .medalList .item .level .cont img {
    width: 90px;
}

.sect2 .ctx .medalList .item .level .cont .nameSet {
    border-right: solid 1px #808080;
    color: #1c509d;
}

.sect2 .ctx .medalList .item:nth-child(2) .level .cont .nameSet {
    color: #957c3f;
}
.sect2 .ctx .medalList .item:nth-child(3) .level .cont .nameSet {
    color: #63803b;
}
.sect2 .ctx .medalList .item:nth-child(4) .level .cont .nameSet {
    color: #e7a950;
}
.sect2 .ctx .medalList .item:nth-child(5) .level .cont .nameSet {
    color: #d8652a;
}
.sect2 .ctx .medalList .item:nth-child(6) .level .cont .nameSet {
    color: #307be8;
}
.sect2 .ctx .medalList .item:nth-child(7) .level .cont .nameSet {
    color: #662d80;
}

.sect2 .ctx .medalList .item .level .cont .nameSet .nameCH {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}

.sect2 .ctx .medalList .item .level .cont .nameSet .nameEN {
    letter-spacing: 2px;
    font-weight: 500;    
}

.sect2 .ctx .medalList .item .middleLine {
    flex: 0 0 100%;
    border-bottom: solid 1px #808080;
}

.sect2 .ctx .medalList .item .point {
    flex: 0 0 100%;
    height: 100px;
    margin: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-right: solid 1px #808080;
}

.sect2 .ctx .medalList .item .point .tit {
    flex: 0 0 20px;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
    border-right: solid 1px #808080;
    text-align: center;
}

.sect2 .ctx .medalList .item:nth-child(1) .point .tit {
    display: block;
    border-right: solid 1px #808080;
}

.sect2 .ctx .medalList .item .point .cont {
    flex: 1 1 auto;
    padding: 14px;
    box-sizing: border-box;
    color: #1c509d;
}

.sect2 .ctx .medalList .item:nth-child(2) .point .cont {
    color: #957c3f;
    background: #e1dace;
}
.sect2 .ctx .medalList .item:nth-child(3) .point .cont {
    color: #63803b;
    background: #d5dbcd;
}
.sect2 .ctx .medalList .item:nth-child(4) .point .cont {
    color: #e7a950;
    background: #f1e5d1;
}
.sect2 .ctx .medalList .item:nth-child(5) .point .cont {
    color: #d8652a;
    background: #eed5c9;
}
.sect2 .ctx .medalList .item:nth-child(6) .point .cont {
    color: #307be8;
    background: #cbdaf2;
}
.sect2 .ctx .medalList .item:nth-child(7) .point .cont {
    color: #662d80;
    background: #d5cadb;
}

.sect2 .ctx .medalList .item .point .cont .join {
    font-weight: bold;
    font-size: 18px;
}

.sect2 .ctx .medalList .item .point .cont .pointNum {
    font-family: 'Fredoka One';
    font-size: 40px;
}

.sect2 .ctx .medalList .item .point .cont .pointTxt {
    font-weight: 500;
}

.sect2 .ctx .medalHornor {
    border-bottom: solid 1px #808080;
}

.sect2 .ctx .medalHornor .item {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.sect2 .ctx .medalHornor .item .tit {
    flex: 0 0 20px;
    padding: 10px;
    border-right: solid 1px #808080;
    text-align: center;
}

.sect2 .ctx .medalHornor .item .cont {
    flex: 1 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
}

.sect2 .ctx .medalHornor .item .cont a {
    font-size: 28px;
}

.sect2 .ctx .note {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: decimal;
}

.sect2 .ctx .note li {
    margin: 0;
    padding: 0 0 0 0;
    letter-spacing: 1px;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect2 .ctx .medalList .item:nth-child(1) {
        flex: 0 1 15%;
    }

    .sect2 .ctx .medalList .item .level .tit {
        padding: 8px 10px;
    }

    .sect2 .ctx .medalList .item .level .cont img {
        width: 80px;
    }
    
    .sect2 .ctx .medalList .item .level .cont .nameSet .nameCH {
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    .sect2 .ctx .medalList .item .level .cont .nameSet .nameEN {
        letter-spacing: 0px;
        font-size: 12px;
    }

    .sect2 .ctx .medalList .item .point .cont {
        padding: 27px 3px;
    }

    .sect2 .ctx .medalList .item .point .cont .join {
        font-size: 12px;
    }
    
    .sect2 .ctx .medalList .item .point .cont .pointNum {
        font-size: 24px;
    }
    
    .sect2 .ctx .medalList .item .point .cont .pointTxt {
        font-size: 12px;
    }

    .sect2 .ctx .medalHornor .item .cont {
        font-size: 20px;
    }

    .sect2 .ctx .medalHornor .item .cont a {
        font-size: 24px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 .ctx .desp .medalTit {
        font-size: 20px;
    }

    .sect2 .ctx .medalList {
        flex-wrap: wrap;
    }
    
    .sect2 .ctx .medalList .item {
        flex: 0 0 100%;
        margin: 5px 0;
        flex-wrap: wrap;
    }

    .sect2 .ctx .medalList .item:nth-child(2) {
        background: #e1dace;
    }
    .sect2 .ctx .medalList .item:nth-child(3) {
        background: #d5dbcd;
    }
    .sect2 .ctx .medalList .item:nth-child(4) {
        background: #f1e5d1;
    }
    .sect2 .ctx .medalList .item:nth-child(5) {
        background: #eed5c9;
    }
    .sect2 .ctx .medalList .item:nth-child(6) {
        background: #cbdaf2;
    }
    .sect2 .ctx .medalList .item:nth-child(7) {
        background: #d5cadb;
    }
    
    .sect2 .ctx .medalList .item:nth-child(1) {
        flex: 0 0 100%;
    }

    .sect2 .ctx .medalList .item .level .tit {
        display: block;
    }

    .sect2 .ctx .medalList .item .point .tit {
        display: block;
    }

    .sect2 .ctx .medalHornor .item .cont {
        flex: 0 1 auto;
        padding: 10px;
        text-align: left;
        font-size: 16px;
    }

    .sect2 .ctx .medalHornor .item .cont a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section2 (End) --------------------*/


/*-------------------- Section3 (Start) --------------------*/
.sect3 .ctx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect3 .ctx .item {
    position: relative;
}

.sect3 .ctx .item.left {
    flex: 0 1 60%;
}

.sect3 .ctx .item.right {
    flex: 0 1 30%;
}

.sect3 .ctx .item .tit {
    margin: 0 0 10px;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 22px;
}

.sect3 .ctx .item .txt {
    line-height: 2em;
}

.sect3 .ctx .item .txt3 {
    width: 25%;
}

.sect3 .ctx .item img {
    width: 100%;
    box-sizing: border-box;
    border: solid 8px #fff;
    box-shadow: 0 0 2px #000, 0 0 2px #000;
}

.sect3 .ctx .item .plant1 {
    width: 45%;
    position: absolute;
    right: -30px;
    bottom: 50px;
    z-index: 1;
}

.sect3 .ctx .item .plant2 {
    width: 45%;
    right: 180px;
    bottom: 170px;
    position: absolute;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect3 .ctx .item.left {
        flex: 0 1 auto;
    }
    
    .sect3 .ctx .item.right {
        flex: 0 1 auto;
    }

    .sect3 .ctx .item .txt3 {
        width: 100%;
    }

    .sect3 .ctx .item .plant1 {
        width: 100%;
        position: static;
    }

    .sect3 .ctx .item .plant2 {
        width: 100%;
        margin: 0 0 50px;
        position: static;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect3 .ctx .item.left {
        flex: 0 1 auto;
    }
    
    .sect3 .ctx .item.right {
        flex: 0 1 auto;
    }

    .sect3 .ctx .item .txt3 {
        width: 100%;
    }

    .sect3 .ctx .item .plant1 {
        width: 100%;
        position: static;
    }

    .sect3 .ctx .item .plant2 {
        width: 100%;
        margin: 0 0 50px;
        position: static;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section3 (End) --------------------*/