﻿#content
{
    padding-left:5px;
}

#title_area
{
    padding-top:15px;
    padding-left:13px;
    font-size:34px;
    font-weight:bolder;
    color:#606060;
}

.inline
{
    display:inline-block; 
}

.block
{
    width: 440px;
    min-height: 150px;
    margin: 12px 0 0 12px;
    border-radius: 15px;
    cursor: pointer;
    vertical-align:top;
}

.large_block
{
    width: 580px;
}

.full_block
{
    width: 898px;
}

.thin_block
{
    width: 300px !important;
}

.watermark_icon
{
    width:95px;
    vertical-align: top;
}

.item
{
    width:300px;
}

.large-item
{
    width:450px;
}

.watermark img
{
    height: 60px;
    opacity: 0.5;
    margin-left: 25px;
}

.watermark2 img
{
    height: 60px;
    opacity: 0.5;
    margin-left: 25px;
}

.watermark3 img
{
    height: 60px;
    opacity: 0.5;
    margin-left: 10px;
    position: absolute;
}

.watermark4 img {
    height: 30px;
    opacity: 0.5;
    margin: 10px 8px 0 40px;
}

.gds_title
{
    color: white;
    font-size: 22px;
    font-weight: bolder;
    text-align: left;
    margin:5px 0 5px 0;
}

.gds_sub_title
{
    color: #000000ad;
    background: #ffffff;
    border-radius: 10px;
    width: fit-content;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: bolder;
    text-align: left;
    margin:5px 0 5px 0;
}

.gds_desc
{
    color: #ffffffad;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin:5px 0 5px 0;
}

.gds_upd
{
    color: #000000ad;
    background: #ffffff;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin:5px 0 5px 0;
}

.gds_upd2 {
    color: #000000;
    background: #d4e5ff;
    border-radius: 3px;
    width: max-content;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0 5px 0;
}

#box1
{
    background: #6b9a5a;
    padding:20px;
}

#box2
{
    background: #b4b96d;
    padding:20px;
}

#box2_pt_en
{
    background: #88c173;
    padding:20px;
}

#box3
{
    background: #88c173;
    padding:20px;
}

#box4
{
    background: #508e4b;
    padding:20px;
}

#box5
{
    background: #ffb271;
    padding:20px;
}

#box6
{
    background: #e47468;
    padding:20px;
}

#box7
{
    background: #6390e6;
    padding:20px;
    width:896px;
}

#box8
{
    background: #406bbe;
    padding: 20px;
    position: relative;
    height: 368px;
}

.box7subitem
{
    width: 132px;
    margin: 5px;
    vertical-align: top;
}

.rbx
{
    margin-left:80px;
}

#box_remark {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bolder;
    color: #838383;
    width: 900px;
    background: #efefef;
    height: 60px;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

@media only screen and (max-width: 650px) {

    #content {
        margin-top: -25px !important;
    }

    .sec_row div {
        width: 94% !important;
        height: auto !important;
    }

    .watermark3 img {
        position:relative !important;
    }

    .rbx {
        margin-left: auto;
    }
}