body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--PROFILE_IMG_SIZE:125px;--FONT_COLOR:#fff;--TITLE_FONT_SIZE_1:32px;--TITLE_FONT_SIZE_2:20px;--HEADER_HEIGHT:100px;--FOOTER_BACKGROUND_COLOR:#ccc;--HEADER_LOGO_SIZE:80px}@media (min-width:768px) and (max-width:1023px){:root{--TITLE_FONT_SIZE_1:24px;--TITLE_FONT_SIZE_2:16px;--HEADER_LOGO_SIZE:60px;--HEADER_HEIGHT:80px}}@media (max-width:767px){:root{--TITLE_FONT_SIZE_1:18px;--TITLE_FONT_SIZE_2:11px;--HEADER_LOGO_SIZE:40px;--HEADER_HEIGHT:50px}}.App__header{background-color:#333;color:#fff;color:var(--FONT_COLOR);height:100px;height:var(--HEADER_HEIGHT);position:fixed;top:0;width:100%;z-index:1000}.App__body{margin-top:100px;margin-top:var(--HEADER_HEIGHT)}.App__footer{background-color:#ccc;background-color:var(--FOOTER_BACKGROUND_COLOR);height:50px;width:100%}.header__container{width:100%}.header__container,.header__webSiteTitle{display:flex;flex-direction:row;height:100%}.header__webSiteTitle{align-items:center;color:#fff;cursor:pointer;gap:20px;margin-left:20px;text-decoration:none}@media (max-width:767px){.header__webSiteTitle{gap:7.5px;margin-left:7.5px}}.header__logoTMU{align-items:center;display:flex;height:100%}.header__logoTMU img{width:80px;width:var(--HEADER_LOGO_SIZE)}.header__siteTitle{align-items:flex-start;display:flex;flex-direction:column;font-weight:700;justify-content:center}.header__laboratoryName{font-size:32px;font-size:var(--TITLE_FONT_SIZE_1)}.header__affiliationName{font-size:20px;font-size:var(--TITLE_FONT_SIZE_2)}.header__tabMenu{margin:0 1% 3px auto}.header__tab,.header__tabMenu{align-items:flex-end;color:#fff;display:flex;gap:20px;justify-content:center}.header__tab{margin:0 30px 0 auto}.header__tab-item{border-radius:10px;cursor:pointer;padding:10px 20px;position:relative;text-decoration:none}.header__tab-item,.header__tab-item:visited{color:#fff;color:var(--FONT_COLOR)}.header__tab-item:hover{background-color:#ffffff1a}.header__tab-item.active{color:#1976d2;color:#6aa5df}.header__tab-item.active:after{background-color:#1976d2;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.footer__container,.footer__text{align-items:center;display:flex;height:100%;justify-content:center}.footer__text{flex-wrap:wrap}.header__hamburgerMenu{align-items:center;display:flex;justify-content:center;margin:0 30px 0 auto;z-index:3000!important}.header__hamburgerMenuIcon{align-items:center!important;cursor:pointer;display:flex!important;height:50px;justify-content:center!important;margin:0!important;padding:0!important;width:50px;z-index:3005!important}.hamburgerMenu__Line{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3010!important}.line{background-color:#fff;display:block;height:3px;margin:3px 0;transition:background-color .3s;width:30px}.header__hamburgerMenuIcon .hamburgerMenu__Line{transition:transform .5s ease,opacity .5s ease}.header__hamburgerMenuIcon.active .hamburgerMenu__Line{transform:rotate(1turn)}.header__hamburgerMenuIcon .hamburgerMenu__Line .line{transition:transform .5s ease,opacity .5s ease}.header__hamburgerMenuIcon.active .hamburgerMenu__Line .line:first-of-type{transform:translateY(9px) rotate(-45deg)}.header__hamburgerMenuIcon.active .hamburgerMenu__Line .line:nth-of-type(2){opacity:0}.header__hamburgerMenuIcon.active .hamburgerMenu__Line .line:nth-of-type(3){transform:translateY(-9px) rotate(45deg)}.header__hamburgerMenuIcon .hamburgerMenu__Line:after{border:1px solid #ffffff80;border-radius:50%;content:"";display:block;height:30px;left:50%;margin:-16px 0 0 -16px;opacity:0;position:absolute;top:50%;transition:all .1s;width:30px}.header__hamburgerMenuIcon.active .hamburgerMenu__Line:after{animation:circle .5s}@keyframes circle{0%{opacity:0;transform:scale(.01)}50%{opacity:1}to{opacity:0;transform:scale(2)}}@media (max-width:767px){.header__hamburgerMenu{margin:0 10px 0 auto}.line{background-color:#fff;height:2px;margin:2px 0;transition:background-color .3s;width:20px}.header__hamburgerMenuIcon.active .hamburgerMenu__Line .line:first-of-type{transform:translateY(6px) rotate(-45deg)}.header__hamburgerMenuIcon.active .hamburgerMenu__Line .line:nth-of-type(2){opacity:0}.header__hamburgerMenuIcon.active .hamburgerMenu__Line .line:nth-of-type(3){transform:translateY(-6px) rotate(45deg)}}.header__customDrawer{background-color:#00000003;height:calc(100% - 100px);height:calc(100% - var(--HEADER_HEIGHT));transform:translateY(100px);transform:translateY(var(--HEADER_HEIGHT))}.hamburgerMenu__item{color:#000;cursor:pointer;text-decoration:none;width:100%}.hamburgerMenu__item:hover{background-color:#0000001a}.studentCard__wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem;width:100%}.studentCard__container{border:1px solid #323232;box-shadow:10px 10px 7.5px #323232;display:flex;height:200px;width:300px}.studentCard__left{background-color:#174289;width:20px}.studentCard__right{display:flex;flex-direction:column;margin:3px 3px 3px .5rem;width:90%}.studentCard__top{display:flex;flex-direction:row}.studentCard__course{align-items:center;background-color:#c8c8c8;border-radius:5px;display:flex;height:20px;justify-content:center;margin:5px 5px 5px auto;width:60px}.studentCard__course,.studentCard__nameContainer{font-weight:700;text-align:center}.studentCard__officialName{font-size:1.15rem}.studentCard__additionalName{font-size:.75rem}.studentCard__anotherInformation{margin-top:.25rem}.studentCard__anotherInformation_SectionTitle{font-size:.9rem;margin-top:.25rem;text-decoration:underline}.studentCard__anotherInformation_Contents{font-size:.8rem;padding-left:.75rem}.studentCard__link{align-items:center;display:flex;justify-content:center;width:40px}.studentCard__launchIcon{color:#000;font-size:20px!important;margin-top:5px}.studentCard__launchIcon:hover{color:#4184f3;cursor:pointer}:root{font-size:16px}.staffCard__wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem;width:100%}.staffCard__container{border:1px solid #323232;box-shadow:10px 10px 7.5px #323232;box-sizing:border-box;display:flex;height:200px;width:300px}.staffCard__leftColor{background-color:#174289;width:20px}.staffCard__right{display:flex;flex-direction:column;margin:3px 3px 3px .5rem;width:90%}.staffCard__top{display:flex;flex-direction:row}.staffCard__course{align-items:center;background-color:#c8c8c8;border-radius:5px;display:flex;height:20px;justify-content:center;margin:5px 5px 5px auto;width:60px}.staffCard__course,.staffCard__nameContainer{font-weight:700;text-align:center}.staffCard__officialName{font-size:1.15rem}.staffCard__additionalName{font-size:.75rem}.staffCard__anotherInformation{margin-top:.25rem}.staffCard__anotherInformation_SectionTitle{font-size:.9rem;margin-top:.25rem;text-decoration:underline}.staffCard__anotherInformation_Contents{font-size:.8rem;padding-left:1rem}.staffCard__link{align-items:center;display:flex;justify-content:center;width:40px}.staffCard__linkIcon{color:#000;font-size:20px!important;margin-top:5px}.staffCard__linkIcon:hover{color:#4184f3;cursor:pointer}.breadcrumbsList__container{box-sizing:border-box;padding:1rem 2rem 0}.breadcrumbList__divider{background-color:#999;box-sizing:border-box;height:1.5px;margin-top:.5rem;width:100%}:root{--FONT_SIZE_FOR_SECTION_TITLE:32px;--FONT_SIZE_FOR_SECTION_SUBTITLE:24px}.global__section_titleName{font-size:32px;font-size:var(--FONT_SIZE_FOR_SECTION_TITLE);padding:2rem 2rem 0}.global__section_subtitleName,.global__section_titleName{box-sizing:border-box;font-weight:700;margin:0,auto;width:100%}.global__section_subtitleName{font-size:24px;font-size:var(--FONT_SIZE_FOR_SECTION_SUBTITLE);padding:2rem}.global__description{box-sizing:border-box;margin:0,auto;padding:1rem 2rem;width:100%}.global__linkComponent{color:#1976d2;cursor:pointer;text-decoration:none}.global__linkComponent:hover{text-decoration:underline}@media (min-width:768px) and (max-width:1023px){.global__section_titleName{padding:2rem 1rem 0}.global__section_subtitleName{padding:2rem 1rem .5rem}.global__spacer{padding:1rem 1rem 0}}@media (max-width:767px){.global__section_titleName{padding:2rem 0 0}.global__section_subtitleName{padding:2rem 0 .5rem}.global__spacer{padding:1rem .5rem 0}}:root{--FONT_SIZE_OF_HERO_IMAGE:48px;--LATEST_INFORMATION_LIST__LEFT_PADDING_SIZE:6rem;--GAP_VALUE_OF_HERO_IMAGE_TEXT:50px;--MARGIN_LEFT_VALUE_OF_HERO_IMAGE_TEXT:3rem}@media (min-width:768px) and (max-width:1023px){:root{--FONT_SIZE_OF_HERO_IMAGE:36px;--LATEST_INFORMATION_LIST__LEFT_PADDING_SIZE:4rem;--GAP_VALUE_OF_HERO_IMAGE_TEXT:40px;--MARGIN_LEFT_VALUE_OF_HERO_IMAGE_TEXT:2rem}}@media (max-width:767px){:root{--FONT_SIZE_OF_HERO_IMAGE:18px;--LATEST_INFORMATION_LIST__LEFT_PADDING_SIZE:1rem;--GAP_VALUE_OF_HERO_IMAGE_TEXT:20px;--MARGIN_LEFT_VALUE_OF_HERO_IMAGE_TEXT:1rem}}.home__heroImage{font-size:0;position:relative;width:100%;z-index:500}.home__heroImage img{aspect-ratio:3.5;width:100%}.home__heroImage_overlay{aspect-ratio:6;background:linear-gradient(90deg,#000000bf 15%,#191919bf 30%,#323232bf 45%,#c8c8c800);color:#fff;display:flex;flex-direction:column;gap:50px;gap:var(--GAP_VALUE_OF_HERO_IMAGE_TEXT);justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.home__heroImageText{box-sizing:border-box;font-family:Times New Roman,Times,serif;font-size:48px;font-size:var(--FONT_SIZE_OF_HERO_IMAGE);padding-left:3rem;padding-left:var(--MARGIN_LEFT_VALUE_OF_HERO_IMAGE_TEXT);width:100%}.home__heroImage_overlay2{aspect-ratio:4;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.home__sectionContainer{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:5rem 2rem;width:100%}.home__section_title{font-size:32px;font-weight:700}.home__section_subtitle{font-family:Times New Roman,Times,serif;font-size:1.15rem;margin-bottom:2rem}.home__latestInformationList{list-style-type:none;text-align:left;width:80%}@media (min-width:768px) and (max-width:1023px){.home__latestInformationList{width:90%}}@media (max-width:767px){.home__latestInformationList{width:100%}}.home__latestInformationList li{border-bottom:1px solid #c8c8c8;padding:10px 0}.home__latestInformationDate{font-size:15px}.home__latestInformationContent{font-size:16px;margin-top:.5rem;padding-left:6rem;padding-left:var(--LATEST_INFORMATION_LIST__LEFT_PADDING_SIZE);text-align:left;width:100%}.home__section_jumpButton{align-items:center;background:linear-gradient(90deg,#000,#0f3c6e,#1e78d2);border:3px solid #000;border-radius:15px;box-shadow:0 4px 10px #000000bf;cursor:pointer;display:flex;height:50px;justify-content:center;margin:1rem;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease;width:250px}.home__section_jumpButton:hover{border:3px solid #fff}.home__section_jumpButtonText{color:#fff;font-weight:700;z-index:1}.home__backgroundColor{background-color:#eaf5ff}.home__section_jumpButton:before{background:linear-gradient(90deg,#000,#0f3c6e,#1e78d2);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:0}.home__section_jumpButton:hover:before{transform:translateX(0)}.home__section_fileList{grid-row-gap:.5rem;grid-column-gap:2rem;column-gap:2rem;display:grid;font-size:1.15rem;grid-template-columns:1fr auto;justify-items:start;row-gap:.5rem;text-decoration:none;transition:color .2s ease}.home__section_fileName{text-align:left}.home__section_fileIconLink{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;text-decoration:none}.home__section_fileIcon{color:#000;font-size:2rem!important}.home__section_fileIcon:hover{color:#1976d2}.researchCard__wrapper{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;margin:2rem 0;width:100%}.researchCard__container{border:6px double #174289;border-radius:10px;box-sizing:border-box;height:680px;padding:1rem;width:350px}.researchCard__categorySection{display:flex;justify-content:center;margin-bottom:1rem}.researchCard__category{border-bottom:2px solid #000;font-weight:700;text-align:center;width:300px}.researchCard__representativeImg{align-items:center;display:flex;justify-content:center}.researchCard__representativeImg img{aspect-ratio:1;border:2px solid #000;width:275px}.researchCard__title{box-sizing:border-box;font-size:20px;font-weight:700;padding:1rem 0}.researchCard__descriptionTitle{text-decoration:underline}
/*# sourceMappingURL=main.3f8f91d5.css.map*/