
#openInfo {
    display: none;
}

#aboutUs {
    display: none;
}

.service_margin_top {
    margin-top: 10px;
}

.activity_div {
    padding: 0 15%;
}

.activity_container_div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.left_div {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-right: 10px;
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.1);
    box-shadow:2px 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}

.bgc {
    background-color: #f7f7f7;
}

.activity_nav_title_back_div {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.activity_nav_title_div {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.activity_nav_indicator_div {
    margin-left: 7px;
}

.top {
    margin: 10px;

}

.indicator_img {
    width: 9px;
    height: auto;
}

.activity_class_ul {
    padding-left: 0;
    margin: 30px 0;
    width: 100px;
}

.activity_class_ul {
    padding-left: 20px;
    margin: 10px 0;
}

.activity_class_ul li{
    margin-top: 10px;
    list-style: none;
}

.service_item_div {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 13px;
    color: #333333;
    letter-spacing: 2px;
    width: 120px;
}

.activity_class_ul li .service_item_dot {
    background-color:#fA742B;
    width: 3px;
    height: 3px;
    margin-right: 7px;
}

.click_pc {
    color: #FA742B;
}

.right_div {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
}

.activity_content_top_div {
    background-color: #ffffff;
}

.activity_content_top_ol {
    background-color: #ffffff;
    padding: 0;
}

.activity_content_top_ol li a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.activity_content_middle_div {
    /*border: 1px solid #e5e5e5;*/
}

.activity_item_div {
    margin-top: 15px;
    border: 1px solid #f7f7f7;
}

.pic_back_div {
    padding: 10px;
}

.activity_pic_img {
    width: 100%;
    height: auto;
}

.activity_brief_div {
    background-color: #f4f4f4;
    color: #515151;
    padding: 10px;
    font-size: 13px;
}

.activity_title_div {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.activity_content_bottom_div {
    margin-top: 20px;
    text-align: center;
}

.container_div {
    margin-top: 30px;
}

.title_div {
    margin: 15px 0;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.desc_div {
    font-size: 14px;
    letter-spacing: 1px;
    line-height:2em;
    color: #555555;
}

.company_info_container_div {
    margin-top: 30px !important;
}

.company_info_div {
    font-size: 12px;
    line-height: 2em;
    color: #333333;
    margin-top: 30px;
    letter-spacing: 1px;
}

.store_div {
    font-size: 14px;
    color: #fa7435;
    margin: 30px 0;
}

.company_des_info_div {
    display: flex;
    align-items: center;
    color: #555555;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 2em;
}


.layout_nav_div {
    background-color: #ffffff;
    padding: 10px ;
}

.layout_nav_div ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.layout_nav_div ul li a {
    padding: 5px 0;
    color: #333333;
    font-size: 13px;
}

#xs_layout_class li {
    padding: 5px 0;
}


.click  {
    color: #f86718;
    border-bottom: 3px solid #f86718;
}


.logo_img {
    width: 100%;
    height: auto;
}
