/*-------------------- Top Fn (Start) --------------------*/
.topFn {
    padding: 50px 0 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.topFn .logoCycle {
    height: 85%;
    margin: 0 0 10px;
    display: block;
    position: absolute;
    left: 7%;
    top: 30px;
}

.topFn .left {
    flex: 0 0 55%;
    position: relative;
    letter-spacing: 1px;
}

.topFn .left .hamburger {
    display: none;
    color: #808080;
}

.topFn .left .tccClimate {
    height: 100px;
    margin: 0 0 20px;
}

.topFn .left .menu {
    box-sizing: border-box;
}

.topFn .left .menu .seasonSele {
    width: 60px;
    border: none;
    border-bottom: solid 2px transparent;
    font-weight: bold;
    font-size: 16px;
    color: #505050;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.topFn .left .menu .seasonSele:hover {
    border-bottom: solid 2px #c00;
}

.topFn .left .menu .link {
    display: inline-block;
    vertical-align: middle;
    border-bottom: solid 2px transparent;
    font-weight: bold;
    color: #505050;
}

.topFn .left .menu .link:hover {
    border-bottom: solid 2px #c00;
}

.topFn .left .divLine {
    width: 0;
    height: 16px;
    margin: -10px 15px 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.topFn .right {
    flex: 0 0 45%;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 2px;
    text-align: right;
}

.topFn .right .ch {
    font-weight: bold;
    font-size: 20px;
    color: #505050;
}

.topFn .right .en {
    margin: 10px 0 20px;
    color: #505050;
}

.topFn .right .link {
    border-bottom: solid 2px transparent;
    font-weight: bold;
    color: #505050;
}

.topFn .right .link:hover {
    border-bottom: solid 2px #c00;
}

.tagSet {
    margin: 15px 0 0;
}

.tagSet .tag {
    margin: -1px -1px 0 0;
    padding: 8px 10px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #505050;
    text-align: left;
    font-size: 14px;
}

.tagSet .tag.SDGs {
    color: #fff;
}

.tagSet .tag.SDGs1 {    
    background: #ea1c29;
}

.tagSet .tag.SDGs2 {
    background: #d09f29;
}

.tagSet .tag.SDGs3 {
    background: #2e9947;
}

.tagSet .tag.SDGs4 {
    background: #c21f32;
}

.tagSet .tag.SDGs5 {
    background: #ee4028;
}

.tagSet .tag.SDGs6 {
    background: #05aed9;
}

.tagSet .tag.SDGs7 {
    background: #feb614;
}

.tagSet .tag.SDGs8 {
    background: #90183b;
}

.tagSet .tag.SDGs9 {
    background: #f46e27;
}

.tagSet .tag.SDGs10 {
    background: #e11984;
}

.tagSet .tag.SDGs11 {
    background: #fc9d25;
}

.tagSet .tag.SDGs12 {
    background: #cb8928;
}

.tagSet .tag.SDGs13 {
    background: #47773d;
}

.tagSet .tag.SDGs14 {
    background: #017dbb;
}

.tagSet .tag.SDGs15 {
    background: #40af49;
}

.tagSet .tag.SDGs16 {
    background: #02538a;
}

.tagSet .tag.SDGs17 {
    background: #1b366b;
}

.tagSet .tag.news {
    color: #303030 !important;
    background: #b9d000;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .topFn .left .menu .link {
        padding: 5px 0 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .topFn {
        padding: 20px 15px;
    }

    .topFn .logoCycle {
        width: 50%;
        height: auto;
        margin: 0 0 10px;
        top: 3%;
        left: 60px;
    }

    .topFn .left {
        flex: 0 0 55%;
        letter-spacing: 2px;
    }

    .topFn .left .hamburger {
        display: inline-block;
        vertical-align: top;
        font-size: 32px;
    }

    .topFn .left .tccClimate {
        height: 50px;
        margin: 5px 0 0 15px;
    }

    .topFn .left .menu {
        padding: 10px 20px;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 1;
        border: solid 1px #c0c0c0;
        background: rgba(255, 255, 255, 0.95);
    }

    .topFn .left .menu .seasonSele {
        margin: 5px 0 5px -3px;
        font-size: 18px;
    }

    .topFn .left .menu .link {
        padding: 5px 0;
        display: block;
        font-size: 18px;
    }

    .topFn .left .menu .divLine {
        display: none;
    }

    .topFn .right {
        flex: 0 0 45%;
        letter-spacing: 0;
    }

    .topFn .right .ch {
        font-size: 11px;
    }
    
    .topFn .right .en {
        margin: 5px 0;
        font-size: 9px;
    }

    .topFn .right .link {
        font-size: 10px;
    }
}

@media screen and (max-width: 320px) {
}
/*-------------------- Top Fn (End) --------------------*/


/*-------------------- Bottom Fn (Start) --------------------*/
.bottomFn {
    padding: 5px 0 0;
    box-sizing: border-box;
    text-align: right;
}

.bottomFn .social {
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    transition: box-shadow 0.3s, transform 0.3s;
}

.bottomFn .social:hover {
    box-shadow: 0 0 10px #808080;
    transform: scale(1.15);
}

.bottomFn .social img {
    width: 50px;
}

.bottomFn .divLine {
    width: 0;
    height: 45px;
    margin: 0 20px 0 15px;
    display: inline-block;
    border-right: solid 1px #808080;
    vertical-align: middle;
}

.bottomFn .btn {
    padding: 15px 12px 12px 14px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    color: #505050;
}

.bottomFn .btn:nth-child(5) {
    background: #fff;
}

.bottomFn .btn:nth-child(6) {
    background: #d5d5d5;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .topFn {
        padding: 50px 40px 5px;
    }

    .bottomFn {
        padding: 0 40px 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .bottomFn {
        padding: 5px 15px 0;
    }

    .bottomFn .social img {
        width: 30px;
    }

    .bottomFn .divLine {
        height: 30px;
        margin: 0 10px 0 5px;
    }

    .bottomFn .btn {
        padding: 8px 5px 7px;
        letter-spacing: 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
}
/*-------------------- Bottom Fn (End) --------------------*/