/* sub_title */
#sub_title {overflow: hidden;}
#sub_title h2 {font-size: 80px; font-weight: 700; color:#000; line-height: 1.2; word-break: keep-all;}
#sub_title h2::after {font-size: 30px; padding-left: 10px;}
#sub_title.sub1040 h2::after {content: '(Corporate Social Responsibility)'; }
#sub_title.sub5030 h2::after {content: '(International Business Award)'; }

@media screen and (max-width:1024px) {
    #sub_title {text-align: center; }
    #sub_title h2 {font-size: 40px;}

    #sub_title h2::after {display: block; padding: 0; margin: 5px 0 0; font-size: 50%;}

}

@media screen and (max-width:640px) {
    #sub_title h2 {font-size: 35px;}
}


/* sub_top_menu */
#sub_top_menu { padding: 240px 0 60px; }
#sub_top_menu article {max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px;}

#sub_top_menu .menu_wrap { display: flex; justify-content: space-between; align-items: flex-start; line-height: 1; flex-wrap:wrap; }
#sub_top_menu .menu_list {display: flex; margin-top: 45px; }
/* #sub_top_menu .menu_list li {margin-right: 40px;} */
#sub_top_menu .menu_list li::after {content: ''; display: inline-block; width: 1px; height: 20px; background: rgba(0,0,0,.3); margin:0 37px; position: relative; top:2px;}
#sub_top_menu .menu_list li:last-child::after {display: none;}
#sub_top_menu .menu_list a {position: relative; display: inline-block; font-size:22px; font-weight: 500; color:#898989; transition: color .3s; }
#sub_top_menu .menu_list a.active {color:#3a5da2; font-weight: 600;}
#sub_top_menu .menu_list a:hover {color:#3a5da2; }


#sub_top_menu .right {display: flex; flex-direction: column; align-items: flex-end; }

#sub_top_menu .location {display: flex; }
#sub_top_menu .location li {font-size: 16px; font-weight: 400; color:#999; display: flex; align-items: center;}
#sub_top_menu .location li a {position: relative; top:-2px; color:#6a1684; }
#sub_top_menu .location li i {  font-size: 18px; position: relative; top: 1px;  }
#sub_top_menu .location li::after {content: '>'; display: inline-block; margin:0 10px; position: relative; }
#sub_top_menu .location li:last-child::after {display: none;}

#sub_top_menu .eng_tit {display: inline-flex; align-items: center; margin: 0 0 20px;}
#sub_top_menu .eng_tit::before {content: ''; display: block; width: 30px; height: 2px; background: #6a1684; margin-right : 11px;}
#sub_top_menu .eng_tit h3 {font-size: 18px; font-weight:500; color:#6a1684; }
/* #sub_top_menu .eng_tit h3::before {content: 'COMPANY';}
#sub_top_menu .eng_tit.sub2 h3::before {content: 'BUSINESS'; } */




/* sub_top_menu responsive */
@media screen and (max-width: 1400px) {
    #sub_top_menu .right {width: 100%; margin-bottom: 10px; order:-1;}
    /* #sub_top_menu .location {margin-top:15px; width: 100%;justify-content: flex-end;} */

}
@media screen and (max-width: 1024px) {
    #sub_top_menu {padding:100px 0 40px; }
    #sub_top_menu article {padding: 0 30px; }
    /* #sub_top_menu .title h2 {font-size: 38px; line-height: 1.5;} */
    #sub_top_menu .menu_wrap {flex-direction: column; align-items: center;}
    #sub_top_menu .menu_list {display: none; }
    #sub_top_menu .right {align-items: center; margin: 0 0 20px;}
    #sub_top_menu .location {margin:25px 0 0; justify-content: center;}
    #sub_top_menu .eng_tit {display: none;}

}
@media screen and (max-width: 640px) {
    #sub_top_menu article {padding: 0 20px; }
    #sub_top_menu .title h2 {font-size: 30px; }
    #sub_top_menu .location {margin:15px 0 0;}
    #sub_top_menu .location li {font-size: 13px;}
    /* #sub_top_menu .location li::after {margin:0 4px; } */
    #sub_top_menu .location li i  {font-size: 16px;}
    #sub_top_menu .location li::after {margin: 0 10px;}
}

/* //sub_top_menu end */
