/*main*/
.about .main {
    width: 70%;
    max-width: 1400px;
    margin: 150px auto 0 auto;
    padding-bottom: 100px;
}
.about .header-menu.is-scroll {
    border-bottom: 1px solid #ccc;
    transition: 0.3s;
}
.about .header-menu {
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

/*sub_menu*/
.sub_menu{
    background-color: #e6e6e6;
    padding:10px 0px;
}
.sub_menu ul li a{
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    display: block;
    text-align: center;
    color: #666;
    padding: 5px 10px;
    position: relative;
    transition: 0.3s;
}
.sub_menu ul li a:hover{
    color:#333;
    transition: 0.3s;
    cursor: pointer;
}
.sub_menu ul li{
    list-style: none;
}
.sub_menu ul {
    display: flex;
    padding-left: 0%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin:0;
}
.sub_menu ul li a:after{
    content: "/";
    position: absolute;
    color: #999;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul li:nth-child(1) a:after{
    display: none;
}
/**/
.menu-list ul {
    flex-direction: column;
    min-width: 350px;
    width:25%;
    max-width: 540px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    align-items: flex-start;
    padding: 200px 50px 0 50px;
    background: #f1f1f1;
}
.about .menu-list ul {
    background: #ebebeb;
}
.menu-list input ~ ul.header_nav {
    transform: translateX(100%);
    transition: 1s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.menu-list input:checked ~ ul.header_nav {
    transform: none;
    transition: 0.8s;
    box-shadow: 1px 0px 1px 1px #999;
}
.menu-list ul li a {
    font-weight: 300;
    font-size: 30px;
}
/**/

/*hammenu*/
/*
.about input[type="checkbox"] {
    display: none;
}
.about .hambar{
    display: none;
}*/

/*intor*/
.resume_block .intor_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.resume_block .intor_block .left_pic img {
    width: 100%;
}
.resume_block .intor_block .left_pic {
    width: 30%;
    padding: 50px 50px 0px 0px;
}
.resume_block .intor_block .right_name {
    width: calc(70% - 100px);
    margin-left: 100px;
}


/*name*/
.resume_block .intor_block .right_name .myname .tw_name {
    font-size: 150px;
    letter-spacing: 80px;
    line-height: 1em;
}
.resume_block .intor_block .right_name .myname .en_name {
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    text-align: right;
}
.resume_block .intor_block .right_name .myname {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.myinfo ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    color:#444;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.myinfo ul {
    padding-left: 0;
}
.myinfo ul li a {
    color: #444;
}

/*skill*/
.skill_block {
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.skill_block .myskill {
    width: 30%;
}
.skill_block .mywork {
    width: calc(70% - 100px);
    margin-left: 100px;
}
.skill_list .item_name {
    color: #333;
    line-height: 1em;
    font-size: 16px;
    text-align: left;
    width: 120px;
}
.skill_list {
    margin-bottom: 20px;
}
.skill_title {
    color: #333;
    line-height: 1.5em;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: "Roboto";
}
.skill_list {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.skill_list .item_how {
    width: calc(100% - 120px);
    height: 8px;
    background: #d4d4d4;
    position: relative;
}
.skill_list .item_how:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #aaa;
}
.skill_list.first .item_how:after {
    width:90%;
}
.skill_list.second .item_how:after {
    width:90%;
}
.skill_list.third .item_how:after {
    width:80%;
}
.skill_list.fourth .item_how:after {
    width:80%;
}
.skill_list.fivth .item_how:after {
    width:20%;
}
.skill_list.sixth .item_how:after {
    width:60%;
}
.skill_list.seventh .item_how:after {
    width:40%;
}
.skill_list.eighth .item_how:after {
    width:70%;
}
.skill_list.nineth .item_how:after {
    width:30%;
}
/*work*/
.mywork h4 {
    color: #333;
    line-height: 1.5em;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: "Roboto";
}
ul.list_item li {
    list-style: none;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #333;
}
ul.list_item {
    padding-left: 0;
}
.education {
    margin-bottom: 50px;
}
ul.list_item li span.year {
    width: 140px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0px;
}
ul.list_item .work ul.sub_list li {
    font-size: 14px;
    margin-bottom: 5px;
}

ul.list_item .work ul.sub_list {
    padding-left: 145px;
    margin-top: 10px;
}

/*gobackbtn*/
.about .back_btn {
    display: none;
}

/*resume*/
.about_me {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8em;
    color: #666;
    width: 75%;
}
.me_suntitle {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}