h3 {
    color: #29149D;
}
.main_head{height: 60px;line-height: 60px;border-bottom: 1px solid #e0e1e3;font-size: 24px;background-color: #f2f4f7;position: fixed;width: 100%;top: 80px;z-index: 1}
.main_head .container{column-gap: 0px; display: block;}
.inner_wrapper{padding: 160px 0 30px;/* background-color: #f2f4f7; */}
.inner_wrapper.sub{padding: 100px 0 60px;}

.inner_wrapper a{color: #00AF4D;}
.inner_wrapper a:hover {
    text-decoration: underline;
}
.main_head h3 {
    font-size: 22px;
}
.inner_wrapper .container{/* max-width: 1053px; */display: flex;column-gap: 20px;}
.inner_wrapper .container .left_menu_block{
    width: 242px;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13); */
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13); */
    /* border-radius: 4px; */
    /* padding: 15px 10px 0px; */
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
    position: sticky;
    left: 0;
    top: 140px;
    }
.inner_wrapper .container .left_menu_block::-webkit-scrollbar { width: 4px;}
/* Track */
.inner_wrapper .container .left_menu_block::-webkit-scrollbar-track { background: #dddfe1;}
/* Handle */
.inner_wrapper .container .left_menu_block::-webkit-scrollbar-thumb {background: #bfc2c4;}
/* Handle on hover */
.inner_wrapper .container .left_menu_block::-webkit-scrollbar-thumb:hover { background: #555;}

.inner_wrapper .container .left_menu_block h3{padding: 5px 15px 5px 10px; font-size: 16px; color: #2c2c2c; line-height: 100%; background: url("../images/left_menu_dwn.png") no-repeat 95% 12px;}
.inner_wrapper .container .left_menu_block ul{padding: 0 10px;padding-left: 0px;}
.inner_wrapper .container .left_menu_block ul li{padding: 10px 5px 10px 0; line-height: 16px;}
.inner_wrapper .container .left_menu_block ul li a{color: #343434;font-size: 13px;padding: 0 30px 0 0;width: 100%;display: inline-block;font-weight: 700;}
.inner_wrapper .container .left_menu_block ul li span{color: #6d6d6d; font-size: 13px;  padding: 0 30px 8px 0; width: 100%; display: inline-block;}
.inner_wrapper .container .left_menu_block ul li a:hover{color: #00AF4D;background: url("../images/left_menu_active.png") no-repeat right 5px;}
.inner_wrapper .container .left_menu_block ul li a.active{color: #00AF4D;background: url("../images/left_menu_active.png") no-repeat right 5px;}


.inner_wrapper .container .content_block{width: calc(100% - 242px);/* overflow-y: scroll; max-height: 485px;*/}
.inner_wrapper .container .content_block::-webkit-scrollbar { width: 4px;}
/* Track */
.inner_wrapper .container .content_block::-webkit-scrollbar-track { background: #dddfe1;}
/* Handle */
.inner_wrapper .container .content_block::-webkit-scrollbar-thumb {background: #bfc2c4;}
/* Handle on hover */
.inner_wrapper .container .content_block::-webkit-scrollbar-thumb:hover { background: #555;}




.inner_wrapper .container .content_block.fullblock{width: 100%; min-height: calc(100vh - 240px);}
.inner_wrapper .container .content_block h3{font-size: 20px; padding: 25px 0; line-height:normal;}
.inner_wrapper .container .content_block aside{padding: 25px;background-color: #fff;/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13); */-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);/* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13); *//* border-radius: 6px; */padding: 0px;overflow: hidden;}
.inner_wrapper .container .content_block aside article{padding: 0 35px 25px;background-color: #ffffff;border-bottom: 1px solid #efefef;/* border-left: 1px solid #efefef; *//* border-right: 1px solid #efefef; */}
.inner_wrapper .container .content_block aside article:first-child{padding-top: 25px;}
.inner_wrapper .container .content_block aside article:nth-child(even){ background-color: #fff;}


.inner_wrapper .container .content_block .loweralpha{list-style-type: lower-alpha; padding: 0px 0 15px 15px; padding: 0px; }
.inner_wrapper .container .content_block .loweralpha li{padding: 0px 0  10px 10px;font-size: 14px;}

.inner_wrapper .container .content_block .numberalpha{list-style-type: decimal; padding: 0px 0 15px 15px; padding: 0px; }
.inner_wrapper .container .content_block .numberalpha li{padding: 0px 0  10px 10px;font-size: 14px;}

.inner_wrapper .container .content_block .roman{list-style-type: lower-roman; padding: 0px 0 15px 15px; padding: 0px; }
.inner_wrapper .container .content_block .roman li{padding: 0px 0 	10px 25px;font-size: 14px; }

.inner_wrapper .container .content_block .bullet{list-style-type: disc; padding: 0px 0 15px 15px; padding: 0px; }
.inner_wrapper .container .content_block .bullet li{padding: 0px 0  10px 0px;font-size: 14px;}

.inner_wrapper .container .content_block .pdf_link{ padding: 0px 0 25px 15px; padding: 0px; }
.inner_wrapper .container .content_block .pdf_link li{padding: 0px 0 0px 25px; margin: 0 0 10px; font-size: 14px; background: url("../images/pdflink.png") no-repeat 0 3px; }

.pdflink{padding: 0px 0 0px 25px; margin: 0 0 10px; font-size: 14px; background: url("../images/pdflink.png") no-repeat 0 3px; line-height: 27px;
    display: inline-block; }


.inner_wrapper .container .content_block aside h4{font-size: 16px; padding: 0 0 15px;}
.inner_wrapper .container .content_block aside p{font-size: 14px; padding: 0 0 15px;}
.wheight{height: 300px; overflow-y: auto !important}
#showall{display: none;}

.tablink{display: flex;  margin: 20px 0 25px; width: 100%; text-align: center}
.tablink li{width: 50%;}
.tablink li a {
    color: #6d6d6d;
    font-size: 14px;
    padding: 0 30px 10px 0;
    width: 100%;
    display: inline-block;
	border-bottom: 1px solid #e0e1e3;
}
.tablink li a.active {
    color: #29149D;
    border-bottom: 1px solid #29149D;
    font-weight: 600;
}




/*----------INNER HEADER---------*/
.inner_header h1 {
    font-size: 32px;
    color: #29149D;
    font-weight: bold;
}

.inner_header h1 span {
    color: #00AF4D;
}

.inner_header {
    margin-top: 120px;
    margin-bottom: 40px;
}
header {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 18%);
}
.register_office_box {
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
    margin-bottom: 60px;
}

.reg_mid_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reg_mid_box h2 {
    font-size: 20px;
    color: #29149D;
    font-weight: 600;
}

.reg_contact_box {
    border-top: 4px solid #00AF4D;
    margin-top: 20px;
    padding-top: 20px;
}

.reg_address_box {
    display: flex;
    justify-content: space-between;
}

.add_box {
    width: 40%;
}

.reg_email_box {
    width: 20%;
}

.add_text_box span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-left: 10px;
}

.add_text_box {
    display: flex;
    align-items: center;
}
.add_box a {
    padding-left: 30px;
    margin-bottom: 30px;
    display: block;
    text-decoration: underline;
}

.add_box p {
    font-size: 16px;
    color: #404040;
    font-weight: normal;
    padding-left: 30px;
    display: block;
    margin-top: 6px;
}
.map_box iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-top: 20px;
}
.reg_email_box a {
    padding-left: 30px;
}

.reg_mid_box aside {
    width:49%;
}
.about_box p {
    font-size: 16px;
    color: #383838;
    font-weight: normal;
    margin-bottom: 28px;
    display: block;
}

.about_box {
    border-top: 4px solid #00AF4D;
    padding-top: 20px;
}
.inner_header.about {
    margin-bottom: 22px;
}
.foundation_left_box h2 {
    font-size: 32px;
    color: #29149D;
    font-weight: bold;
}

.foundation_left_box h2 span {
    color: #00AF4D;
}

.foundation_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgb(204 204 204 / 48%);
    padding-top: 40px;
}

.foundation_left_box {
    width: 48%;
}

.foundation_left_box h6 {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: normal;
    margin: 20px 0px;
}

.foundation_left_box ul li {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: normal;
    position: relative;
    padding-left: 26px;
    margin: 14px 0px;
}
.foundation_left_box ul li:before {
    content: "";
    background: url(../images/foundation_right_icon.jpg);
    left: 0px;
    top: 2px;
    position: absolute;
    width: 17px;
    height: 18px;
}
.foundation_right_box {
    width: 48%;
}
.cdsl_box {
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
}

.cdsl_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cdsl_box ul li {
    margin: 10px 0px;
    width: 33.333%;
    text-align: center;
}
hr {
    border-color: rgb(204 204 204 / 18%);
}
.shareholding_box h2 {
    font-size: 32px;
    color: #29149D;
    font-weight: bold;
    margin-bottom: 10px;
}

.shareholding_box h2 span {
    color: #00AF4D;
}

.shareholding_box {
    margin: 50px 0px;
    margin-top: 80px;
}

aside.share_right_box {
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
    width: 48%;
}

.share_mid_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

aside.share_left_box {
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.share_logo_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
span.sh_box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.share_no_box {
    background: #41B8D6;
}
.share_no_box01 {
    background: #2C8BB9;
}

.share_no_box02 {
    background: #E28485;
}

.share_no_box03 {
    background: #30356D;
}

.share_no_box04 {
    background: #5E3867;
}

.share_no_box05 {
    background: #895272;
}

.share_no_box06 {
    background: #2E5F99;
}

.share_no_box07 {
    background: #FF9273;
}

.share_no_box08 {
    background: #BA7286;
}

.share_no_box10 {
    background: #FFD04C;
}

.share_no_box09 {
    background: #FFAA5A;
}
ul.share_logo_box li {
    width: 33.333%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 6px;
    margin-top: 6px;
}

ul.share_logo_box li img {
    margin-left: 10px;
}
.why_about_box h2 {
    font-size: 32px;
    color: #29149D;
    font-weight: bold;
    margin-bottom: 10px;
}

.why_about_box h2 span {
    color: #00AF4D;
}

.why_about_box {
    text-align: center;
    margin: 60px 0px;
    border-top: 4px solid #29149D;
    padding-top: 50px;
}
ul.sec3_mid_box.about li p {
    line-height: 20px;
    font-size: 16px;
    min-height: 90px;
}
ul.sec3_mid_box.about li p span {
    color: #00AF4D;
    font-weight: bold;
}

ul.sec3_mid_box.about li {
    padding: 36px 60px;
}
ul.sec3_mid_box.about {
    gap: 20px;
    justify-content: center;
}
.about_cdsl_right_box ul li {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    position: relative;
    padding-left: 26px;
    margin: 14px 0px;
}
.about_cdsl_right_box ul li:before {
    content: "";
    background: url(../images/foundation_right_icon.jpg);
    left: 0px;
    top: 2px;
    position: absolute;
    width: 17px;
    height: 18px;
}
.about_cdsl_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_cdsl_right_box {
    width: 62%;
    background: #F7F7F7;
    padding: 40px;
    border-radius: 20px;
}

.about_cdsl_box img {
    width: 36%;
}

.about_cdsl_right_box h2 {
    font-size: 32px;
    color: #29149D;
    font-weight: bold;
    margin-bottom: 24px;
}

.about_cdsl_right_box h2 span {
    color: #00AF4D;
}

.about_cdsl_right_box h6 {
    font-size: 24px;
    color: #3D3D3D;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 24px;
}
.about .container {
    width: 95%;
    max-width: 1360px;
    margin: 0 auto;
}
.board_box h2 {
    font-size: 32px;
    color: #29149D;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.board_box h2 span {
    color: #00AF4D;
}

.board_box {
    margin: 80px 0px;
}
.board_box ul li h4 {
    font-size: 24px;
    color: #2F2F8B;
    font-weight: bold;
    border-bottom: 4px solid #2F2F8B;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.board_box ul li h6 {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
}

.board_box ul li p {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
}

.board_box ul li {
    width: 23%;
}

.board_box ul {
    display: flex;
    gap: 34px;
    margin-top: 54px;
    flex-wrap: wrap;
    justify-content: center;
}
.about_team_box {
    background: #00AF4D;
    padding: 60px 0px;
    margin-bottom: 40px;
}

.about_team_box h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.about_team_box h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #fff;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.about_team_box ul li h6 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 14px;
}

.about_team_box ul li {
    text-align: center;
    width: 25%;
    padding: 0px 40px;
}
img.about_pro_image {
    width: 176px;
}

.about_team_box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 56px;
}

.about_team_box ul li p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 12px;
    min-height: 48px;
}
table, th, td {
    border: 1px solid rgb(0 0 0 / 23%);
    border-collapse: collapse;
    padding: 10px 20px;
    font-size: 14px;
}



 @media screen and (max-width:680px){
    .about_team_box {
        margin-bottom: 10px;
    }
	 .inner_wrapper .container .content_block{width: calc(100% - 242px); overflow-y: inherit; max-height: none;}
	 #showall{display: block;}
	 .inner_wrapper .container { display: block; width: 100%;}
.inner_wrapper .container .content_block {
    width: 100%;
    padding: 20px 0 0;
}
	 .inner_wrapper .container .content_block h3 {
    font-size: 18px;
}
	 .inner_wrapper .container .left_menu_block {
    width: 100%;
    max-height: none;
    position: fixed;
    top: 140px;
}
	.dropmenu_open {
    display: none;
}
	 .main_head {font-size: 14px; padding: 15px 25px; height: auto; line-height: 24px; min-height: 60px;}
	 .inner_wrapper .container .left_menu_block.wheight{position: relative; top: auto; height: auto}

     .reg_mid_box aside {
        width: 100%;
    }
    .add_box {
        width: 100%;
        margin-bottom: 14px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 14px;
    }
    .reg_address_box {
        flex-wrap: wrap;
    }
    .reg_mid_box aside:first-child {margin-bottom: 40px;}
    .inner_wrapper .container .left_menu_block h3 {
        padding: 10px 38px 10px 24px;
    }
    .inner_wrapper .container .left_menu_block ul {
        padding: 0 10px;
        padding-left: 24px;
        /* width: 90%; */
        margin: 0px auto;
        /* box-shadow: 0px 5px 10px #000; */
        background: rgb(232 228 255);
    }
    .foundation_right_box {
        width: 100%;
        margin-top: 20px;
    }
    .foundation_left_box {
        width: 100%;
    }
    .shareholding_box h2 {
        font-size: 24px;
    }
    aside.share_left_box {
        width: 100%;
    }
    aside.share_left_box img {
        width: 100%;
    }
    aside.share_right_box {
        width: 100%;
    }
    ul.share_logo_box li {
        width: 100%;
    }
    ul.sec3_mid_box.about li {
        width: 100%;
        margin-bottom: 10px;
    }
    ul.sec3_mid_box.about {
        gap: 0px;
    }
    .about_cdsl_box img {
        width: 100%;
    }
    .about_cdsl_right_box {
        width: 100%;
        padding: 40px 0px;
    }
    .board_box ul li {
        width: 100%;
    }
    .about_team_box ul li {
        width: 100%;
        margin-bottom: 32px;
    }
    .about_team_box ul li p {
        min-height: auto;
    }
    .board_box {
        margin-bottom: 30px;
    }
}