/* COMMON */
.sec-ttl {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    background: #70D3A9;
    padding: 15px 40px;
}
.sec-ttl.num {
    font-size: 30px;
    text-indent: -40px;
    padding: 15px 30px 15px 70px;
}
@media screen and (max-width: 768px) {
    .sec-ttl {
        font-size: 24px;
        padding: 8px 20px;
    }
    .sec-ttl.num {
        font-size: 20px;
        text-indent: -25px;
        padding: 8px 20px 8px 45px;
    }
}
@media screen and (max-width: 393px) {
    .sec-ttl {
        font-size: 2.4rem;
        padding: .8rem 2rem;
    }
    .sec-ttl.num {
        font-size: 2rem;
        text-indent: -2.5rem;
        padding: .8rem 2rem .8rem 4.5rem;
    }
}



/* HIGHSCHOOL */
.highschool {
    width: 90%;
    max-width: 1440px;
    padding-bottom: 150px;
    margin: 0 auto;
}
.highschool section {
    margin-top: 100px;
}
.highschool__exp {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.highschool__exp__img {
    width: 100%;
}
.highschool__exp__img img {
    width: 100%;
}
.highschool__exp p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 30px;
}
/* purpose */
.highschool__purpose__cnt {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.highschool__purpose__img__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
}
.highschool__purpose__img {
    width: 550px;
}
.highschool__purpose__img img {
    width: 100%;
}
.highschool__purpose__img--item {
    width: 100px;
    height: 100px;
    position: relative;
}
.highschool__purpose__img--item span {
    display: block;
    background: #8CC261;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.highschool__purpose__img--item span:nth-child(1) {
    width: 100%;
    height: 2px;
}
.highschool__purpose__img--item span:nth-child(2) {
    width: 2px;
    height: 100%;
}
.highschool__purpose__cnt p {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin: 50px auto 0;
}
/* alignment */
.highschool__alignment__cnt {
    width: 90%;
    max-width: 750px;
    margin: 50px auto 0;
}
.highschool__alignment__cnt p {
    font-size: 16px;
    letter-spacing: 0.05em;
}
.highschool__alignment__list {
    width: 100%;
    background: #FAFAFA;
    padding: 30px 0;
    margin-top: 30px;
}
.highschool__alignment__list ul {
    width: 90%;
    margin: 0 auto;
}
.highschool__alignment__list ul li {
    font-size: 18px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #D1D1D1;
    padding: 5px 20px;
    margin-top: 10px;
}
.highschool__alignment__list ul li:first-child {
    margin-top: 0;
}
/* history */
.highschool__history__cnt {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.highschool__history__cnt table {
    width: 100%;
    border: 1px solid #E0E0E0;
}
.highschool__history__cnt table tr {
    display: flex;
}
.highschool__history__cnt table tr th, .highschool__history__cnt table tr td {
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.highschool__history__cnt table tr th {
    width: 30%;
}
.highschool__history__cnt table tr td {
    width: 70%;
    border-left: 1px solid #E0E0E0;
}
.highschool__history__cnt table tr th.first {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    background: #8CC261;
    padding: 0;
    justify-content: center;
}
.highschool__history__cnt table tr td.first {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    background: #8CC261;
    padding: 0;
    justify-content: center;
}
.highschool__history__cnt table tr:nth-child(even) th, .highschool__history__cnt table tr:nth-child(even) td {
    background: #FAFAFA;
}
/* news */
.highschool__news__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0 70px;
}
.highschool__news__cnt {
    width: calc((100% - 70px) / 3);
}
.highschool__news__cnt .highschool__news__img:hover {
    opacity: .5;
    transition: all .3s ease;
}
.highschool__news__img {
    width: 100%;
    height: 250px;
    transition: all .3s ease;
}
.highschool__news__img img {
    width: 100%;
    height: 100%;
}
.highschool__news__exp {
    margin-top: 25px;
}
.highschool__news__date {
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.05em;
}
.highschool__news__category {
    margin-top: 5px;
    display: flex;
    gap: 0 15px;
}
.highschool__news__category li {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #46CB52, #ABF77B);
    padding: 5px 10px;
}
.highschool__news__cnt p {
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #DAE0D7;
    padding-bottom: 10px;
    margin-top: 15px;
}
.highschool__news__btn {
    display: block;
    width: 90%;
    max-width: 550px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #70D3A9;
    padding: 15px 0;
    margin: 70px auto 0;
    position: relative;
    transition: all .3s ease;
}
.highschool__news__btn:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.highschool__news__btn span {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .highschool {
        width: 100%;
        padding-bottom: 70px;
    }
    .highschool section {
        margin-top: 50px;
    }
    .highschool__exp p {
        font-size: 14px;
        margin-top: 20px;
    }
    /* purpose */
    .highschool__purpose__cnt {
        margin: 30px auto 0;
    }
    .highschool__purpose__img__wrap {
        gap: 0 15px;
    }
    .highschool__purpose__img {
        width: 140px;
        height: 100px;
    }
    .highschool__purpose__img img {
        width: 100%;
        height: 100%;
    }
    .highschool__purpose__img--item {
        width: 25px;
        height: 25px;
    }
    .highschool__purpose__img--item span:nth-child(1) {
        height: 2px;
    }
    .highschool__purpose__img--item span:nth-child(2) {
        width: 2px;
    }
    .highschool__purpose__cnt p {
        font-size: 14px;
        line-height: 1.5;
        margin: 20px auto 0;
    }
    /* alignment */
    .highschool__alignment__cnt {
        margin: 30px auto 0;
    }
    .highschool__alignment__cnt p {
        font-size: 14px;
    }
    .highschool__alignment__list {
        padding: 20px 0;
        margin-top: 20px;
    }
    .highschool__alignment__list ul li {
        font-size: 14px;
        text-indent: -18px;
        border-bottom: 1px solid #D1D1D1;
        padding: 10px 10px 10px 25px;
        margin-top: 5px;
    }
    .highschool__alignment__list ul li:first-child {
        margin-top: 0;
    }
    /* history */
    .highschool__history__cnt {
        margin: 30px auto 0;
    }
    .highschool__history__cnt table {
        border: 1px solid #E0E0E0;
    }
    .highschool__history__cnt table tr th, .highschool__history__cnt table tr td {
        height: 40px;
        font-size: 10px;
        padding-left: 15px;
    }
    .highschool__history__cnt table tr th {
        width: 32%;
    }
    .highschool__history__cnt table tr td {
        width: 68%;
        border-left: 1px solid #E0E0E0;
    }
    .highschool__history__cnt table tr th.first {
        font-size: 12px;
    }
    .highschool__history__cnt table tr td.first {
        font-size: 12px;
    }
    /* news */
    .highschool__news__container {
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 0;
    }
    .highschool__news__cnt {
        width: 100%;
    }
    .highschool__news__cnt .highschool__news__img:hover {
        opacity: 1;
    }
    .highschool__news__img {
        height: 200px;
    }
    .highschool__news__exp {
        margin-top: 20px;
    }
    .highschool__news__date {
        font-size: 16px;
    }
    .highschool__news__category {
        margin-top: 5px;
        gap: 0 15px;
    }
    .highschool__news__category li {
        font-size: 12px;
        padding: 5px 10px;
    }
    .highschool__news__cnt p {
        font-size: 14px;
        border-bottom: 1px solid #DAE0D7;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .highschool__news__btn {
        font-size: 14px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
        padding: 15px 0;
        margin: 30px auto 0;
    }
    .highschool__news__btn:hover {
        background: transparent;
    }
    .highschool__news__btn span {
        font-size: 16px;
        right: 20px;
    }
}
@media screen and (max-width: 393px) {
    .highschool {
        padding-bottom: 7rem;
    }
    .highschool section {
        margin-top: 5rem;
    }
    .highschool__exp p {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    /* purpose */
    .highschool__purpose__cnt {
        margin: 3rem auto 0;
    }
    .highschool__purpose__img__wrap {
        gap: 0 1.5rem;
    }
    .highschool__purpose__img {
        width: 14rem;
        height: 10rem;
    }
    .highschool__purpose__img--item {
        width: 2.5rem;
        height: 2.5rem;
    }
    .highschool__purpose__img--item span:nth-child(1) {
        height: .2rem;
    }
    .highschool__purpose__img--item span:nth-child(2) {
        width: .2rem;
    }
    .highschool__purpose__cnt p {
        font-size: 1.4rem;
        margin: 2rem auto 0;
    }
    /* alignment */
    .highschool__alignment__cnt {
        margin: 3rem auto 0;
    }
    .highschool__alignment__cnt p {
        font-size: 1.4rem;
    }
    .highschool__alignment__list {
        padding: 2rem 0;
        margin-top: 2rem;
    }
    .highschool__alignment__list ul li {
        font-size: 1.4rem;
        text-indent: -1.8rem;
        border-bottom: .1rem solid #D1D1D1;
        padding: 1rem 1rem 1rem 2.5rem;
        margin-top: .5rem;
    }
    /* history */
    .highschool__history__cnt {
        margin: 3rem auto 0;
    }
    .highschool__history__cnt table {
        border: .1rem solid #E0E0E0;
    }
    .highschool__history__cnt table tr th, .highschool__history__cnt table tr td {
        height: 4rem;
        font-size: 1rem;
        padding-left: 1.5rem;
    }
    .highschool__history__cnt table tr td {
        border-left: .1rem solid #E0E0E0;
    }
    .highschool__history__cnt table tr th.first {
        font-size: 1.2rem;
    }
    .highschool__history__cnt table tr td.first {
        font-size: 1.2rem;
    }
    /* news */
    .highschool__news__container {
        margin: 3rem auto 0;
    }
    .highschool__news__img {
        height: 20rem;
    }
    .highschool__news__exp {
        margin-top: 2rem;
    }
    .highschool__news__date {
        font-size: 1.6rem;
    }
    .highschool__news__category {
        margin-top: .5rem;
        gap: 0 1.5rem;
    }
    .highschool__news__category li {
        font-size: 1.2rem;
        padding: .5rem 1rem;
    }
    .highschool__news__cnt p {
        font-size: 1.4rem;
        border-bottom: .1rem solid #DAE0D7;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }
    .highschool__news__btn {
        font-size: 1.4rem;
        border-radius: 3.5rem;
        border: .1rem solid #70D3A9;
        padding: 1.5rem 0;
        margin: 3rem auto 0;
    }
    .highschool__news__btn span {
        font-size: 1.6rem;
        right: 2rem;
    }
}



/* REGION */
.region {
    width: 100%;
}
.region section {
    width: 90%;
    max-width: 1440px;
    margin: 100px auto 0;
}
.region section:first-child {
    margin: 0 auto;
}
/* policy */
.region__policy__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.region__policy__exp {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.region__policy__cnt {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
}
.region__policy__img {
    width: 350px;
}
.region__policy__img img {
    width: 100%;
}
.region__policy__detail {
    width: 550px;
}
.region__policy__detail__btn__wrap {
    width: 100%;
}
.region__policy__detail__btn {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #70D3A9;
    padding: 15px 0;
    margin: 20px auto 0;
    position: relative;
    transition: all .3s ease;
}
.region__policy__detail__btn:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.region__policy__detail__btn:first-child {
    margin: 0 auto;
}
.region__policy__detail__btn span {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.region__policy__detail__contact {
    width: 100%;
    background: #F8F8F8;
    padding: 40px 50px;
    margin-top: 50px;
}
.region__policy__detail__contact h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #DAE0D7;
    padding-bottom: 5px;
}
.region__policy__detail__contact ul {
    margin-top: 20px;
}
.region__policy__detail__contact ul li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
/* news */
.region__news__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0 70px;
}
.region__news__cnt {
    width: calc((100% - 70px) / 3);
}
.region__news__cnt .region__news__img:hover {
    opacity: .5;
    transition: all .3s ease;
}
.region__news__img {
    width: 100%;
    height: 250px;
    transition: all .3s ease;
}
.region__news__img img {
    width: 100%;
    height: 100%;
}
.region__news__exp {
    margin-top: 25px;
}
.region__news__date {
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.05em;
}
.region__news__category {
    margin-top: 5px;
    display: flex;
    gap: 0 15px;
}
.region__news__category li {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #46CB52, #ABF77B);
    padding: 5px 10px;
}
.region__news__cnt p {
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #DAE0D7;
    padding-bottom: 10px;
    margin-top: 15px;
}
.region__news__btn {
    display: block;
    width: 90%;
    max-width: 550px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #70D3A9;
    padding: 15px 0;
    margin: 70px auto 0;
    position: relative;
    transition: all .3s ease;
}
.region__news__btn:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.region__news__btn span {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* LINK */
.region__link {
    width: 100%;
    background: #F8F8F8;
    padding: 100px 0 150px;
    margin-top: 100px;
}
.region__link h3 {
    font-size: 50px;
    letter-spacing: 0.05em;
    text-align: center;
}
.region__link h3 span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}
.region__link h3 span::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #4DB957;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.region__link__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    gap: 0 100px;
}
.region__link__cnt {
    width: calc((100% - 100px)/2);
    height: 300px;
    position: relative;
    transition: all .3s ease;
}
.region__link__cnt:hover {
    opacity: .5;
    transition: all .3s ease;
}
.region__link__cnt.highschool {
    background: url('../images/research/region-link-bg01.jpg') center center no-repeat;
    background-size: cover;
}
.region__link__cnt.international {
    background: url('../images/research/region-link-bg02.jpg') center center no-repeat;
    background-size: cover;
}
.region__link__cnt p {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .region section {
        width: 100%;
        margin: 50px auto 0;
    }
    /* policy */
    .region__policy__container {
        width: 90%;
        margin: 30px auto 0;
    }
    .region__policy__exp {
        font-size: 14px;
        line-height: 1.5;
    }
    .region__policy__cnt {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .region__policy__img {
        width: 90%;
        max-width: 200px;
    }
    .region__policy__detail {
        width: 90%;
    }
    .region__policy__detail__btn {
        font-size: 14px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
        padding: 15px 0;
        margin: 15px auto 0;
    }
    .region__policy__detail__btn:hover {
        background: transparent;
    }
    .region__policy__detail__btn span {
        font-size: 16px;
        right: 20px;
    }
    .region__policy__detail__contact {
        padding: 25px;
        margin-top: 30px;
    }
    .region__policy__detail__contact h4 {
        font-size: 14px;
        border-bottom: 1px solid #DAE0D7;
        padding-bottom: 5px;
    }
    .region__policy__detail__contact ul {
        margin-top: 15px;
    }
    .region__policy__detail__contact ul li {
        font-size: 12px;
    }
    /* news */
    .region__news__container {
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 0;
    }
    .region__news__cnt {
        width: 100%;
    }
    .region__news__cnt .region__news__img:hover {
        opacity: 1;
    }
    .region__news__img {
        height: 200px;
    }
    .region__news__exp {
        margin-top: 20px;
    }
    .region__news__date {
        font-size: 16px;
    }
    .region__news__category {
        margin-top: 5px;
        gap: 0 15px;
    }
    .region__news__category li {
        font-size: 12px;
        padding: 5px 10px;
    }
    .region__news__cnt p {
        font-size: 14px;
        border-bottom: 1px solid #DAE0D7;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .region__news__btn {
        font-size: 14px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
        padding: 15px 0;
        margin: 30px auto 0;
    }
    .region__news__btn:hover {
        background: transparent;
    }
    .region__news__btn span {
        font-size: 16px;
        right: 20px;
    }
    /* LINK */
    .region__link {
        padding: 50px 0;
        margin-top: 50px;
    }
    .region__link h3 {
        font-size: 30px;
    }
    .region__link h3 span {
        font-size: 14px;
    }
    .region__link h3 span::before {
        width: 100px;
        height: 1px;
    }
    .region__link__container {
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .region__link__cnt {
        width: 100%;
        height: 180px;
    }
    .region__link__cnt:hover {
        opacity: 1;
    }
    .region__link__cnt p {
        font-size: 20px;
    }
}
@media screen and (max-width: 393px) {
    .region section {
        margin: 5rem auto 0;
    }
    /* policy */
    .region__policy__container {
        margin: 3rem auto 0;
    }
    .region__policy__exp {
        font-size: 1.4rem;
    }
    .region__policy__cnt {
        margin-top: 3rem;
        gap: 3rem 0;
    }
    .region__policy__img {
        max-width: 20rem;
    }
    .region__policy__detail__btn {
        font-size: 1.4rem;
        border-radius: 3.5rem;
        border: .1rem solid #70D3A9;
        padding: 1.5rem 0;
        margin: 1.5rem auto 0;
    }
    .region__policy__detail__btn span {
        font-size: 1.6rem;
        right: 2rem;
    }
    .region__policy__detail__contact {
        padding: 2.5rem;
        margin-top: 3rem;
    }
    .region__policy__detail__contact h4 {
        font-size: 1.4rem;
        border-bottom: .1rem solid #DAE0D7;
        padding-bottom: .5rem;
    }
    .region__policy__detail__contact ul {
        margin-top: 1.5rem;
    }
    .region__policy__detail__contact ul li {
        font-size: 1.2rem;
    }
    /* news */
    .region__news__container {
        margin: 3rem auto 0;
    }
    .region__news__img {
        height: 20rem;
    }
    .region__news__exp {
        margin-top: 2rem;
    }
    .region__news__date {
        font-size: 1.6rem;
    }
    .region__news__category {
        margin-top: .5rem;
        gap: 0 1.5rem;
    }
    .region__news__category li {
        font-size: 1.2rem;
        padding: .5rem 1rem;
    }
    .region__news__cnt p {
        font-size: 1.4rem;
        border-bottom: .1rem solid #DAE0D7;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }
    .region__news__btn {
        font-size: 1.4rem;
        border-radius: 3.5rem;
        border: .1rem solid #70D3A9;
        padding: 1.5rem 0;
        margin: 3rem auto 0;
    }
    .region__news__btn span {
        font-size: 1.6rem;
        right: 2rem;
    }
    /* LINK */
    .region__link {
        padding: 5rem 0;
        margin-top: 5rem;
    }
    .region__link h3 {
        font-size: 3rem;
    }
    .region__link h3 span {
        font-size: 1.4rem;
    }
    .region__link h3 span::before {
        width: 10rem;
        height: .1rem;
    }
    .region__link__container {
        margin: 3rem auto 0;
        gap: 3rem 0;
    }
    .region__link__cnt {
        height: 18rem;
    }
    .region__link__cnt p {
        font-size: 2rem;
    }
}



/* PROFESSOR */
.professor {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 150px;
}
.professor__tab__wrap {
    display: flex;
    justify-content: space-between;
}
.professor__tab {
    width: calc((100% - 30px)/3);
    height: 80px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
}
.professor__tab.sports {
    border: 1.5px solid #8DC161;
    transition: all .3s ease;
}
.professor__tab.sports:hover {
    background: #8DC161;
    transition: all .3s ease;
}
.professor__tab.sports.active {
    background: #8DC161;
}
.professor__tab.social {
    border: 1.5px solid #F69722;
    transition: all .3s ease;
}
.professor__tab.social:hover {
    background: #F69722;
    transition: all .3s ease;
}
.professor__tab.social.active {
    background: #F69722;
}
.professor__tab.management {
    border: 1.5px solid #F2639C;
    transition: all .3s ease;
}
.professor__tab.management:hover {
    background: #F2639C;
    transition: all .3s ease;
}
.professor__tab.management.active {
    background: #F2639C;
}
.professor__tab p {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.professor__tab.sports p {
    color: #8DC161;
    transition: all .3s ease;
}
.professor__tab.sports:hover p {
    color: #FFF;
    transition: all .3s ease;
}
.professor__tab.social p {
    color: #F69722;
    transition: all .3s ease;
}
.professor__tab.social:hover p {
    color: #FFF;
    transition: all .3s ease;
}
.professor__tab.management p {
    color: #F2639C;
    transition: all .3s ease;
}
.professor__tab.management:hover p {
    color: #FFF;
    transition: all .3s ease;
}
.professor__tab.active p {
    color: #FFF;
}
/* table */
.professor__cnt {
    width: 100%;
    margin-top: 30px;
    display: none;
}
.professor__cnt.active {
    display: block;
}
.professor__cnt table {
    width: 100%;
}
.professor__cnt.sports table {
    border: 1.5px solid #D7EFC2;
}
.professor__cnt.social table {
    border: 1.5px solid #FFEAD0;
}
.professor__cnt.management table {
    border: 1.5px solid #FFDEEB;
}
.professor__cnt table th, .professor__cnt table td {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.professor__cnt.sports table th, .professor__cnt.sports table td {
    border: 1.5px solid #D7EFC2;
}
.professor__cnt.social table th, .professor__cnt.social table td {
    border: 1.5px solid #FFEAD0;
}
.professor__cnt.management table th, .professor__cnt.management table td {
    border: 1.5px solid #FFDEEB;
}
.professor__cnt table th {
    width: 25%;
    text-align: center;
}
.professor__cnt table th a {
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}
.professor__cnt table th a:hover {
    border-bottom: 1px solid #262626;
    transition: all .3s ease;
}
.professor__cnt table td {
    width: 75%;
    padding: 20px 70px;
}
.professor__cnt table th.first, .professor__cnt table td.first {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px 0;
}
.professor__cnt table th.first {
    border-right: 1.5px solid #FFF;
}
.professor__cnt.sports table th.first, .professor__cnt.sports table td.first {
    color: #73A349;
    background: #D7EFC2;
}
.professor__cnt.social table th.first, .professor__cnt.social table td.first {
    color: #F69722;
    background: #FFEAD0;
}
.professor__cnt.management table th.first, .professor__cnt.management table td.first {
    color: #F2639C;
    background: #FFDEEB;
}
.professor__cnt table td dl {
    display: flex;
}
.professor__cnt table td dl dt {
    width: 85px;
}
@media screen and (max-width: 768px) {
    .professor {
        margin: 30px auto 70px;
    }
    .professor__tab__wrap {
        flex-wrap: wrap;
    }
    .professor__tab {
        width: 100%;
        height: 60px;
        border-radius: 30px;
        margin-top: 10px;
    }
    .professor__tab:first-child {
        margin-top: 0;
    }
    .professor__tab.sports {
        border: 1px solid #8DC161;
    }
    .professor__tab.sports:hover {
        background: #FFF;
    }
    .professor__tab.sports.active {
        background: #8DC161;
    }
    .professor__tab.social {
        border: 1px solid #F69722;
    }
    .professor__tab.social:hover {
        background: #FFF;
    }
    .professor__tab.social.active {
        background: #F69722;
    }
    .professor__tab.management {
        border: 1px solid #F2639C;
    }
    .professor__tab.management:hover {
        background: #FFF;
    }
    .professor__tab.management.active {
        background: #F2639C;
    }
    .professor__tab p {
        font-size: 14px;
    }
    .professor__tab.sports:hover p {
        color: #8DC161;
    }
    .professor__tab.social:hover p {
        color: #F69722;
    }
    .professor__tab.management:hover p {
        color: #F2639C;
    }
    .professor__tab.active p {
        color: #FFF !important;
    }
    /* table */
    .professor__cnt {
        margin-top: 30px;
    }
    .professor__cnt.sports table {
        border: 1.5px solid #D7EFC2;
    }
    .professor__cnt.social table {
        border: 1.5px solid #FFEAD0;
    }
    .professor__cnt.management table {
        border: 1.5px solid #FFDEEB;
    }
    .professor__cnt table th, .professor__cnt table td {
        font-size: 12px;
    }
    .professor__cnt.sports table th, .professor__cnt.sports table td {
        border: 1.5px solid #D7EFC2;
    }
    .professor__cnt.social table th, .professor__cnt.social table td {
        border: 1.5px solid #FFEAD0;
    }
    .professor__cnt.management table th, .professor__cnt.management table td {
        border: 1.5px solid #FFDEEB;
    }
    .professor__cnt table th {
        width: 30%;
    }
    .professor__cnt table th a {
        border-bottom: 1px solid #262626;
    }
    .professor__cnt table td {
        width: 70%;
        padding: 15px;
    }
    .professor__cnt table th.first, .professor__cnt table td.first {
        font-size: 14px;
        padding: 15px 0;
    }
    .professor__cnt table th.first {
        border-right: 1.5px solid #FFF;
    }
    .professor__cnt table td dl dt {
        width: 65px;
    }
    .professor__cnt table td dl dd {
        width: calc(100% - 65px);
        text-indent: -8px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 393px) {
    .professor {
        margin: 3rem auto 7rem;
    }
    .professor__tab {
        height: 6rem;
        border-radius: 3rem;
        margin-top: 1rem;
    }
    .professor__tab.sports {
        border: .1rem solid #8DC161;
    }
    .professor__tab.social {
        border: .1rem solid #F69722;
    }
    .professor__tab.management {
        border: .1rem solid #F2639C;
    }
    .professor__tab p {
        font-size: 1.4rem;
    }
    /* table */
    .professor__cnt {
        margin-top: 3rem;
    }
    .professor__cnt.sports table {
        border: .15rem solid #D7EFC2;
    }
    .professor__cnt.social table {
        border: .15rem solid #FFEAD0;
    }
    .professor__cnt.management table {
        border: .15rem solid #FFDEEB;
    }
    .professor__cnt table th, .professor__cnt table td {
        font-size: 1.2rem;
    }
    .professor__cnt.sports table th, .professor__cnt.sports table td {
        border: .15rem solid #D7EFC2;
    }
    .professor__cnt.social table th, .professor__cnt.social table td {
        border: .15rem solid #FFEAD0;
    }
    .professor__cnt.management table th, .professor__cnt.management table td {
        border: .15rem solid #FFDEEB;
    }
    .professor__cnt table th a {
        border-bottom: .1rem solid #262626;
    }
    .professor__cnt table td {
        padding: 1.5rem;
    }
    .professor__cnt table th.first, .professor__cnt table td.first {
        font-size: 1.4rem;
        padding: 1.5rem 0;
    }
    .professor__cnt table th.first {
        border-right: .15rem solid #FFF;
    }
    .professor__cnt table td dl dt {
        width: 6.5rem;
    }
    .professor__cnt table td dl dd {
        width: calc(100% - 6.5rem);
        text-indent: -.8rem;
        padding-left: 1rem;
    }
}



/* DETAIL */
.professor__detail {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 150px;
}
.professor__detail h3 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
}
.professor__detail h3 span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.professor__detail h3 span::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #4DB957;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* exp */
.professor__detail__exp {
    background: #FAFAFA;
    padding: 50px;
    margin-top: 30px;
}
.professor__detail__exp__main p {
    color: #8CC261;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
}
.professor__detail__exp__sub {
    width: 90%;
    max-width: 800px;
    margin: 50px auto 0;
}
.professor__detail__exp__sub table {
    width: 100%;
}
.professor__detail__exp__sub table th, .professor__detail__exp__sub table td {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    border-bottom: 1px solid #CBCBCB;
    padding: 15px 0;
}
.professor__detail__exp__sub table th {
    width: 30%;
    font-weight: 500;
    padding: 15px 30px;
}
.professor__detail__exp__sub table td {
    width: 70%;
    font-weight: 400;
}
/* item */
.professor__detail__item {
    margin-top: 70px;
}
.professor__detail__item section {
    margin-top: 70px;
}
.professor__detail__item section:first-child {
    margin-top: 0;
}
.professor__detail__item section h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.professor__detail__item__list {
    margin-top: 10px;
}
.professor__detail__item__list table {
    width: 100%;
}
.professor__detail__item__list table th, .professor__detail__item__list table td {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    border-bottom: 1px solid #CBCBCB;
    padding: 20px 0;
}
.professor__detail__item__list table th {
    width: 30%;
    font-weight: 500;
    vertical-align: top;
}
.professor__detail__item__list table td {
    width: 70%;
    font-weight: 400;
    word-break: break-word;
    padding-left: 30px;
}
.professor__detail a {
    display: block;
    width: 550px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #70D3A9;
    border-radius: 35px;
    padding: 15px 0;
    margin: 70px auto 0;
    position: relative;
    transition: all .3s ease;
}
.professor__detail a:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.professor__detail a span {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.professor__detail__item a {
    margin-top: 0;
    padding: 0;
    width: auto;
    border: none;
    text-decoration: underline;
    text-align: initial;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
    .professor__detail {
        margin: 30px auto 70px;
    }
    .professor__detail h3 {
        font-size: 30px;
    }
    .professor__detail h3 span {
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .professor__detail h3 span::before {
        width: 100px;
        height: 1px;
    }
    /* exp */
    .professor__detail__exp {
        padding: 25px;
        margin-top: 20px;
    }
    .professor__detail__exp__main p {
        font-size: 14px;
    }
    .professor__detail__exp__sub {
        width: 100%;
        margin: 30px auto 0;
    }
    .professor__detail__exp__sub table th, .professor__detail__exp__sub table td {
        font-size: 12px;
        border-bottom: 1px solid #CBCBCB;
        padding: 10px 0;
    }
    .professor__detail__exp__sub table th {
        width: 35%;
        padding: 10px;
    }
    .professor__detail__exp__sub table td {
        width: 65%;
    }

    /* item */
    .professor__detail__item {
        margin-top: 40px;
    }
    .professor__detail__item section {
        margin-top: 40px;
    }
    .professor__detail__item section h4 {
        font-size: 18px;
    }
    .professor__detail__item__list {
        margin-top: 10px;
    }
    .professor__detail__item__list table th, .professor__detail__item__list table td {
        font-size: 12px;
        border-bottom: 1px solid #CBCBCB;
        padding: 15px 0;
    }
    .professor__detail__item__list table th {
        width: 30%;
    }
    .professor__detail__item__list table td {
        width: 70%;
        padding-left: 5%;
    }
    .professor__detail a {
        width: 340px;
        font-size: 14px;
        border: 1px solid #70D3A9;
        border-radius: 35px;
        padding: 15px 0;
        margin: 50px auto 0;
    }
    .professor__detail a:hover {
        background: #FFF;
    }
    .professor__detail a span {
        font-size: 16px;
        right: 20px;
    }
}
@media screen and (max-width: 393px) {
    .professor__detail {
        margin: 3rem auto 7rem;
    }
    .professor__detail h3 {
        font-size: 3rem;
    }
    .professor__detail h3 span {
        font-size: 1.4rem;
        padding-bottom: .5rem;
    }
    .professor__detail h3 span::before {
        width: 10rem;
        height: .1rem;
    }
    /* exp */
    .professor__detail__exp {
        padding: 2.5rem;
        margin-top: 2rem;
    }
    .professor__detail__exp__main p {
        font-size: 1.4rem;
    }
    .professor__detail__exp__sub {
        margin: 3rem auto 0;
    }
    .professor__detail__exp__sub table th, .professor__detail__exp__sub table td {
        font-size: 1.2rem;
        border-bottom: .1rem solid #CBCBCB;
        padding: 1rem 0;
    }
    .professor__detail__exp__sub table th {
        padding: 1rem;
    }
    /* item */
    .professor__detail__item {
        margin-top: 4rem;
    }
    .professor__detail__item section {
        margin-top: 4rem;
    }
    .professor__detail__item section h4 {
        font-size: 1.8rem;
    }
    .professor__detail__item__list {
        margin-top: 1rem;
    }
    .professor__detail__item__list table th, .professor__detail__item__list table td {
        font-size: 1.2rem;
        border-bottom: .1rem solid #CBCBCB;
        padding: 1.5rem 0;
    }
    .professor__detail__item__list table td {
        padding-left: 5%;
    }
    .professor__detail a {
        width: 34rem;
        font-size: 1.4rem;
        border: .1rem solid #70D3A9;
        border-radius: 3.5rem;
        padding: 1.5rem 0;
        margin: 5rem auto 0;
    }
    .professor__detail a span {
        font-size: 1.6rem;
        right: 2rem;
    }
}
