@charset "UTF-8";
/* ============================ */
/*          INFO ZONE           */
/* ============================ */

.info_zone_01 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 130px;
}
  
.box3 {
    padding-bottom: 50px;
    text-align: justify;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
  
.box3.reveal {
    opacity: 1;
    transform: translateY(0);
}
  
.text01 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 20px;
}
  
.text01::-webkit-scrollbar {
    display: none;
}
  
.box3 h2 {
    font-family: nexa, sans-serif;
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 600;
}
  
.box3 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
  
.exbox {
    display: inline-flex;
    width: 100%;
    text-align: left;
    margin: 0px 0px 16px 0px;
}
  
.date {
    width: 35%;
}
  
.right-box {
    width: 65%;
}
  
.box3 hr {
    height: 0.2px;
    border-width: 0;
    margin: 25px 0px;
    color: #fff;
    background-color: #fff;
}
  
.tooltip-box {
    position: absolute;
    background: #d1cfc9;
    color: #215c38;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
    white-space: pre-line;
    z-index: 999;
    max-width: 260px;
    display: none;
    line-height: 1.6;
}
  
.experience .exbox:hover {
    color: #37FF00;
}
  
.zh {
    line-height: 1.8
}
  
.en {
    line-height: 1.5;
}
  
.experience, .education .text01 {
    line-height: 1.5;
}