*{
    box-sizing: border-box;
}
li{
    list-style: none;
}
.logo a{
    background: unset;
    padding-top: 20px;
    height: auto;
}
.search-con, .top_tgcg{
    margin-top: 40px;
}
.searchBox{
    border: none;
    box-shadow: 0px 3px 12px 0px rgba(192,192,192,0.5);
    height: 50px;
}
.mod_select .select_box,
.mod_select .select_box .select_txt,
.inputs, .sosub,
.top_tgcg a{
    height: 50px;
}
.mod_select .select_box .select_txt{
    line-height: 50px;
    border-right: unset;
    background: unset;
}
.mod_select .select_box .select_txt img{
    margin-left: 5px;
}
.inputs, .sosub{
    line-height: 50px;
}
.top_tgcg a{
    line-height: 50px;
    background-color: #595757;
    color: #fff;
}
.top_tgcg a:last-child{
    background-color: #f8511d;
}

.topBox{
    width: 100%;
    background-color: #f7f8f8;
    margin-top: 20px;
}
.headerNav{
    background-color: unset;
}
.headerNav .menu-bar{
    height: 45px;
    border-bottom: unset;
}
.headerNav .menu-bar .category h2{
    height: 45px;
    line-height: 45px;
    background: #07913a;
}
.headerNav .menu-bar .category h2 img{
    margin-left: 5px;
}
.headerNav .menu-bar .navigator,
.headerNav .menu-bar .navigator li{
    height: 45px;
}
.headerNav .menu-bar .navigator li{
    line-height: 45px;
}
.headerNav .menu-bar .navigator li a{
    display: block;
    color: #333;
}
.headerNav .menu-bar .navigator .companyNav{
    height: 45px;
    border-bottom: 3px solid #07913a;
    background-color: unset;
    border-radius: unset;
    line-height: 45px;
}
.curBox{
    width: 99%;
    margin: 5px auto;
    line-height: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.curLocation{
    font-size: 15px;
    color: #9fa0a0;
    margin-bottom: 0;
}
.curLocation a{
    color: #9fa0a0;
}
.curLocation a:hover{
    color: #f8511d;
}
.areaBox{
    font-size: 15px;
    color: #9fa0a0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.areaBox img{
    margin-right: 7px;
}
.areaBox img.iconDt{
    margin-top: -2px;
}
.areaBox p{
    width: 6px;
    transform: rotate(90deg);
    margin-left: 7px;
}

.footNav{
    width: 100%;
    margin: 70px 0 30px 0;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    display: flex;
    flex-wrap: wrap;
}
.footNav a{
    display: block;
    width: 16.66%;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.footNav li{
    width: 100%;
    font-size: 16px;
    color: #3e3a39;
    padding: 15px 0;
    text-align: center;
}
.footNav a:hover li{
    background-color: #07913a;
    color: #fff;
}

.footer{
    background-color: #333;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.footer p{
    color: #d2d2d2;
    margin: 0px;
    padding: 0px;
    line-height: 26px;
}
.footer a{
    color: #e6e6e6;
    padding: 0 12px;
}

.product_option1{
    width: 100%;
    margin-bottom: 20px;
}
.product_option1C{
    width: 100%;
}
.product_option1C ul{
    height: auto !important;
    overflow: unset !important;
}
.product_option1C ul li{
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: 10px;
}
.product_option1C3 a{
    padding: 0 10px;
    float: left;
    margin-right: 10px;
    height: 24px;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    border: 1px solid #fb5016;
    background: #fb5016;
}
.product_option1C a{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
}
.product_option1C a:hover{
    color: #fff;
    background: #fb5016;
}
.product_option1R{
    width: 61px;
}
.product_option1R a{
    margin-top: 16px;
    text-indent: 15px;
    width: 100%;
    height: 14px;
    line-height: 14px;
    color: #fb5016;
    text-align: left;
    font-size: 14px;
    float: left;
    cursor: pointer;
    user-select: none;
}

.sideNav>div a{
    box-sizing: unset;
}