@font-face {
    font-family: 'nunitoextralight';
    src: url('../fonts/nunito-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/nunito-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'made_tommybold';
    src: url('../fonts/made_tommy_bold-webfont.woff2') format('woff2'),
         url('../fonts/made_tommy_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'made_tommylight';
    src: url('../fonts/made_tommy_light-webfont.woff2') format('woff2'),
         url('../fonts/made_tommy_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'made_tommyregular';
    src: url('../fonts/made_tommy_regular-webfont.woff2') format('woff2'),
         url('../fonts/made_tommy_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body.page {padding: 0;margin: 0;}
a {text-decoration: none;color: #F4C44D;cursor: pointer;}
a:hover {color: #ffdc85;}
hr { border:0;height:1px;background-image: url(../img/grad-h.png);}

.text {font-family: 'nunitoextralight';color: #F4C44D;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;}

.bg-full {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-bg.png);
}
.line-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.line-left::before {
    content: '';
    display: block;
    border-left: 1px solid #F4C44D;
    left: 35px;
    top: 35px;
    bottom: 50px;
    position: absolute;
}
.line-left::after {
    content: '';
    display: block;
    border-left: 1px solid #F4C44D;
    left: 50px;
    top: 35px;
    bottom: 35px;
    position: absolute;
}
.line-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.line-bottom::before {
    content: '';
    display: block;
    border-top: 1px solid #F4C44D;
    left: 35px;
    right: 50px;
    bottom: 50px;
    position: absolute;
}
.line-bottom::after {
    content: '';
    display: block;
    border-top: 1px solid #F4C44D;
    left: 50px;
    right: 35px;
    bottom: 35px;
    position: absolute;
}
.line-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.line-right::before {
    content: '';
    display: block;
    border-left: 1px solid #F4C44D;
    right: 35px;
    top: 35px;
    bottom: 35px;
    position: absolute;
}
.line-right::after {
    content: '';
    display: block;
    border-left: 1px solid #F4C44D;
    right: 50px;
    top: 35px;
    bottom: 50px;
    position: absolute;
}
.page .line-left::before, .page .line-right::before {
    border-left: 0px;
    width:1px;
    background-image: url(../img/grad-v.png);
    background-position:0px 0px;
}
.page .line-left::after, .page .line-right::after {
    border-left: 0px;
    width:1px;
    background-image: url(../img/grad-v.png);
    background-position:0px -40px;
}
.page .line-bottom::before {
    border-top: 0px;
    height:1px;
    background-image: url(../img/grad-h.png);
    background-position:0px 0px;
    background-size: 60% 1px;
}
.page .line-bottom::after {
    border-top: 0px;
    height:1px;
    background-image: url(../img/grad-h.png);
    background-position:0px -40px;
    background-size: 60% 1px;
}


.logo {
    position: absolute;
    left: 63px;
    top: 18px;
}

.logo img {
    width: 130px;
}
.line-bottom>a {
    position: absolute;
    right: 75px;
    bottom: 75px;
    text-decoration: none;
    color: #F4C44D;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;
    z-index: 1;
}
.loader {
    pointer-events: none;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 0;
    text-align: center;
}
.bar {
    height: 25px;
    margin-bottom: 20px;
    width: 50vw;
    max-width: 620px;
    border-radius: 10px;
    position: relative;
    background-image: url(/site/assets/img/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*
.bar {
    border: 3px solid #F4C44D;
    height: 15px;
    margin-bottom: 20px;
    width: 50vw;
    max-width: 620px;
    border-radius: 10px;
    position: relative;
}
.bar::before {
    content:'';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 50%;
    background-color: #F4C44D;
    border-radius: 10px;
}
*/
.loader .label {
    font-size: 24px;
}

.text-anim>* {
    display: inline-block;
    font-size: 50px;
    min-width: 10px;
}
.text-anim>.space {
    width: 1em;
}


.page-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 2;
}

.page-menu>* {position: relative;left: auto;top: inherit;flex-basis: 0;flex-grow: 1;}

.page-menu>.logo {
    flex-basis: 0;
    max-width: 130px;
}
.page-menu>.logo img {
    width: 90px;
}
.page-menu a:hover {
    font-weight: bold;
}
.page-menu ul>li>ul.sub-menu a:hover {
    background: rgba(0,0,0,0.4);
}
ul#menu-left-menu {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: flex-start;
    justify-content: center;
    margin-left: 120px;
}

ul#menu-left-menu>li {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
    align-items: flex-start;
}
ul#menu-right-menu {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: flex-end;
    justify-content: center;
    margin-right: 120px;
}

ul#menu-right-menu>li {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
    align-items: flex-end;
}

.page-menu a {
    text-decoration: none;
    color: #FFCD34;
    font-family: 'made_tommyregular';
    font-size: 15px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.page-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-menu li {
    position: relative;
}
.page-menu ul>li>ul {
    position: absolute;
    top: 17px;
    display: none;
    padding-top: 10px;
}
.page-menu ul>li>ul.sub-menu a {
    font-family: 'made_tommyregular';
    font-weight: normal;
    display: block;
    border-top: 1px solid;
    padding: 8px 0;
    white-space: normal;
    font-size: 0.8em;
}

.page-menu ul>li>ul.sub-menu>li:last-child>a {
    border-bottom: 1px solid;
}

.page-menu ul>li.menu-item.active>ul.sub-menu {
    display: block;
    z-index: 3;
    min-width: 100%;
}

/*
.page-menu ul>li:hover>ul.sub-menu {
    display: block;
    z-index: 3;
}
*/

.page-body-inner {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    overflow: auto;
    padding: 0 20px 0 25px;
    top: 150px;
    bottom: 51px;
    left: 51px;
    right: 56px;
    color: #F4C44D;
    font-family: 'nunitoextralight';
    line-height: 1.2em;
    font-size: 17px;
}

div#textAnim {
    color: #ffcd34;
    text-align: center;
    font-family: 'made_tommylight';
    letter-spacing: 8px;
    font-size: 35px;
    align-self: center;
    margin-top: -80px;
}
div#textAnim>.char-item {
    opacity:0;
    transition:all 0.1s linear;
    box-sizing: border-box;
    padding-top: 4px;
}
div#textAnim>.char-item.slide-in-elliptic-left-fwd {
    opacity:1;
}

.page-body-outer {
    position: fixed;
    left: 51px;
    right: 51px;
    top: 20px;
    bottom: 51px;
    display: flex;
    flex-direction: column;
}
.centered {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-aligned {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.media-text {
    display: flex;
    gap: 50px;
    margin: 20px;
}

.media-text>* {
    flex-grow: 1;
    flex-basis: 0;
}

.media-text>.media-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-text>.media-img img {
    width: 100%;
    max-width: 450px;
}
.media-text.the-office {
    max-width: 1400px;
}

.media-text.the-office .media-img>img {
    max-width: 300px;
}
li.current-menu-item>a::before, li.current-menu-parent>a::before {
    content: '';
    display: inline-block;
    background-image: url(/site/assets/img/current.svg);
    background-repeat: no-repeat; 
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 10px;
}
li.current-menu-parent li>a::before {
    display: none;
}
li.current-menu-item>a, li.current-menu-parent>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.media-text.member {
    height: 90%;
    width: 100%;
    gap: 20px;
    margin: 0 20px;
}

.media-text.member>.media-img {
    flex-grow: initial;
    display: flex;
    align-items: flex-end;
    width: 35%;
    flex-basis: auto;
    overflow: hidden;
    justify-content: center;
}

.media-text.member>.media-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.media-text.member>.media-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /*margin-bottom: -18px;*/
    position: relative;
}
.member-title {
    font-family: 'made_tommyregular';
    font-size: 17px;
    margin-bottom: 5px;
}
.media-content {
    letter-spacing: 0.15em;
}
.member-subtitle {
    font-family: 'made_tommylight';
    font-size: 15px;
}
.btn-links>.btnlink {
    display: block;
    position: relative;
    padding: 5px 15px;
    margin: 10px 0;
    background-image: url(/site/assets/img/grad-h.png);
    font-family: 'made_tommybold';
    color: #0F3223;
    font-size: 17px;
    letter-spacing: 0.1em;
}
.btn-links>.btnlink {
    display: block;
    position: relative;
    padding: 5px 15px;
    margin: 10px 0;
    background-image: url(/site/assets/img/grad-h.png);
    font-family: 'made_tommybold';
    color: #0F3223;
    font-size: 17px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.media-text.expertises {margin: 0 100px;gap: 15%; max-height: 90%;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #F4C44D transparent;}

.media-text.expertises .media-img.links {
    width: 350px;
    flex-grow: unset;
    flex-basis: auto;
}

.btn-links>a.btnlink.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    background-image: url(/site/assets/img/grad-h.png);
    top: 0;
    bottom: 0;
    left: -20px;
    background-size: 100% 100%;
}
.media-text.expertises .media-content {
    overflow: auto;
    padding-right: 20px;
    letter-spacing: 0.1em;
}
.page .bg-full>.logo {display:none;}
.tabbed-content>.tabs {
    font-family: 'made_tommyregular';
    display: flex;
    gap: 100px;
    margin: 40px 0 20px;
}
.tabbed-content>.tabs>.tab.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(/site/assets/img/grad-h.png);
    background-size: 100%;
    bottom: -10px;
    position: absolute;
}
.tabbed-content>.tabs .tab {position: relative; cursor: pointer;}
.media-text.member>.media-content>.tabbed-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 40px;
}
.contents>.tab-content p:first-child {
    margin-top: 0;
}
.media-text.member>.media-content>.tabbed-content>.contents, .scrollable {
    flex-grow: 1;
    overflow: auto;
    margin-bottom: 0px;
    scrollbar-width: thin;
    scrollbar-color: #F4C44D transparent;
    padding-right:20px;
}
.media-text.member>.media-content>.tabbed-content>.contents::-webkit-scrollbar, .media-text.expertises .media-content::-webkit-scrollbar, .scrollable::-webkit-scrollbar {
    height:6px;
    width:6px;
}
.media-text.member>.media-content>.tabbed-content>.contents::-webkit-scrollbar-track, .media-text.expertises .media-content::-webkit-scrollbar-track, .scrollable::-webkit-scrollbar-track {
    background-image: url(/site/assets/img/grad-v.png);
    background-repeat: repeat-y;
    background-position: center;
}
.media-text.member>.media-content>.tabbed-content>.contents::-webkit-scrollbar-thumb, .media-text.expertises .media-content::-webkit-scrollbar-thumb, .scrollable::-webkit-scrollbar-thumb {
    /*background-image: url(/site/assets/img/grad-v.png);*/
    background-size: 100%;
    background: rgb(165,108,11);
    background: linear-gradient(90deg, rgba(165,108,11,1) 0%, rgba(248,230,125,1) 17%, rgba(201,163,61,1) 42%, rgba(195,143,27,1) 50%, rgba(248,230,125,1) 83%, rgba(180,133,20,1) 100%);
}
.contents>.tab-content {
    display: none;
}
.contents>.tab-content.active {
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
}
.tab-content {
    font-size: 16px;
}
.tab-content ul {
    padding-left: 12px;
}
.contents>.tab-content.active li {
    margin-top: 11px;
}

.contents>.tab-content.active ul {
    margin-top: 0;
}
li.menu-item-object-expertise>ul.sub-menu {
    display: none !important;
}
.btn-links {
    margin-left: 20px;
}
.mobile-selector {display: none;}
.mobile-selector>input {
    display: none;
}
.mobile-selector>label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    margin: 0;
    background-image: url(/site/assets/img/grad-h.png);
    font-family: 'made_tommybold';
    color: #0F3223;
    font-size: 17px;
    letter-spacing: 0.1em;
}
.mobile-selector>input:checked+label>img {
    transform: rotate(180deg);
}
.mobile-selector>label>img {
    height: 11px;
    filter: invert(1);
    transition: all 0.2s linear;
}

.mobile-selector>label>span {
    flex-grow: 1;
}
.mobile-selector>.options {background-image: url(/site/assets/img/grad-h.png);max-height:0;transition: all 0.3s linear;overflow: hidden;}
.mobile-selector>input:checked+label+.options {max-height:500px;}
.mobile-selector>.options>a {
    display: block;
    color: #000;
    padding: 8px 15px;
    font-family: 'made_tommybold';
    color: #0F3223;
    font-size: 17px;
    letter-spacing: 0.1em;
    border-top: 2px solid #0F3223;
    background: #968a50;
}
.article-outer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1370px;
    align-items: center;
    gap: 60px;
    padding: 30px 0;
    margin: auto 30px;
}

.article-outer>.articles {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-content: flex-start;
    width: 100%;
}

.article-outer>.articles>.article {
    display: flex;
    gap: 70px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    position: relative;
}

.article-outer>.articles>.article .img>img {
    width: 360px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 5px;
}

.article-outer>.articles>.article .img {
    background-image: url(/site/assets/img/grad-v.png);
}

.article-outer>.articles>.article .title {
    font-family: 'made_tommyregular';
    font-size: 17px;
    font-weight: bold;
}
.article-outer>.articles>.article .date {
    font-size: 14px;
    margin-bottom: 30px;
}

.article-outer>.articles>.article .shortdesc>a {
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.article-outer>.articles>.article .desc {
    position: relative; 
    max-height: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.article-outer>.articles>.article .desc::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f4c44d;
}
.nav-links {
    display: flex;
    gap: 15px;
}

.nav-links .page-numbers.current {
    font-weight: bold;
}
.article-outer.single {
    max-height: 90%;
    overflow: hidden;
}
.article-outer.single .articles, .article-outer.single .article {
    max-height: 100%;
    overflow: hidden;
}
.article-outer.single>.articles>.article .desc::after {display: none;}
.article-outer .thumb .img {
    padding: 5px;
}
.article-outer .thumb .img>img {
    margin: 0;
}
.page.articles .page-body-inner.scrollable {
    margin-bottom: 31px;
}
.page.article .page-body-inner.scrollable {
    overflow-y: hidden;
}
.tab-content.active ul {
    padding-left: 15px;
}
.media-text.expertises {
    align-items: flex-start;
}

.media-text.expertises .btn-links a {
    font-size: 15px;
}
.page.expertise .page-body-inner.scrollable {
    margin-bottom: 30px;
}
.page.expertise .media-text.expertises {overflow:unset;}

/* -----------------------------------------------
 * Hamburger Menu
 * ---------------------------------------------- */

#toggle {
  display: none;
}
.hamburger {
  position: fixed;
  top: 7px; 
  right: -22px;
  width: 2em;
  height: 45px;
  z-index: 5;
  display:none;
}
.hamburger div {
  position: relative;
  width: 35px;
  height: 5px;
  border-radius: 3px;
  background-color: #F4C44D;
  background-image: url(../img/grad-h.png);
  background-size:100% 1px;
  margin-top: 7px;
  transition: all 0.3s ease-in-out;
}
.hamburger div.top-bun {
    background-position: 8px 0px;
}
.hamburger div.bottom-bun {
    background-position: -8px 0;
}
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg) translateY(-2px) translateX(1px);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}
#toggle:checked + .hamburger + .page-menu {
  top: 0;
  transform: scale(1);
}
.partner-img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.partner-img>img {
    width: 250px;
    height: auto;
    display: block;
    position:relative;
    z-index:1;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    flex-wrap: wrap;
}

.partner-item .partner-title {
    font-family: 'made_tommybold';
    text-align: center;
}

.partner-item .partner-subtitle {
    font-size: 13px;
}
.media-text.partner-list {
    flex-wrap: wrap;
}
.partner-img::after {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background: #f4c44d;
    top: 300px;
    z-index: 0;
    border-radius: 250px;
    transition:all 0.3s linear;
}
.partner-item:hover .partner-img::after, .partner-img.no-image::after{
    top:0px;
} 
.media-text.expertises .media-content-inner>ul {
    display: none;
}

.media-text.expertises .media-content-inner>ul.active {
    display: block;
    list-style: none;
    padding-left: 0;
    margin-top: 7px;
}

.media-text.expertises .media-content-inner>ul.active>li>strong:first-child, .media-text.expertises .media-content-inner>ul.active>li>strong:first-child+br, .media-text.expertises .media-content-inner>ul.active>li>strong:first-child+br+br {
    display: none;
}

ul.submenu-links>li.active {
    font-weight: bold;
    font-family: 'made_tommybold';
}

.text-anim {
    margin-top: -80px;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-20 12:25:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.slide-in-elliptic-left-fwd {
	-webkit-animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/**
 * ----------------------------------------
 * @animation slide-in-elliptic-left-fwd 
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}


@media only screen and (max-width:900px){
    .text, .text a { font-size:16px !important;}
    .logo img { width: 70px; } 
    .logo { top: 3px; left:25px; }
    .bar {height: 10px;margin-bottom: 15px;width: 70vw;}
    .page-menu { width: 300px;position: fixed;background: #000;top: 0;bottom: 0;max-width: 300px;flex-direction: column;box-sizing: border-box;align-items: end;
        justify-content: flex-start;gap: 0;  top: -100%; left: auto; right: 0; bottom: 0; overflow: auto; transition: all 0.3s ease-in-out; transform: scale(0);z-index: 1;}
    .page-menu-left ul, .page-menu-right ul {    flex-direction: column;   }
    ul#menu-left-menu, ul#menu-right-menu {margin: 0; align-items: flex-end;}
    .page-menu-left, .page-menu-right {flex-grow: unset;width: 100%;z-index: 1;background: #000;padding: 28px;box-sizing: border-box;padding-bottom: 0;}
    ul#menu-left-menu>li, ul#menu-right-menu>li {margin: 0px 0;} 
    .page-menu ul>li>ul {position: relative;width: 100%;top: 0;}
    .page-menu a {display: block;width: 100%;padding: 10px 0;text-align: right;}
    .page-menu-left {padding-top: 100px;}
    .hamburger {display:block;}
    .page-menu>.logo { display: none; }
    .page .line-right::before, .page .line-right::after {top: 10px; }
    span.char-item.space.slide-in-elliptic-left-fwd {display: block;height:12px;}    
    .text-anim>* { font-size: 1.2em; }
    .page .bg-full>.logo {display:block;}
    .line-left::before {left: 10px;top: 10px;bottom: 20px; }
    .line-left::after {left: 20px;top: 10px;bottom: 10px;}
    .line-bottom::before {left: 10px;right: 20px;bottom: 20px;}
    .line-bottom::after {left: 20px;right: 10px;bottom: 10px;}
    .line-right::before {right: 10px;top: 10px;bottom: 10px;}
    .line-right::after {right: 20px;top: 10px;bottom: 20px;}
    .page-body-outer {position: relative;left: auto;right: auto;top: auto;bottom: auto;display: block;}
    .page-body-inner {display: block;}
    label.hamburger {right: 35px;top: 21px;}
    .page-body-inner {padding: 0 11px;top: 88px;bottom: 21px;left: 21px;right: 21px; }
    .media-text {margin: 5px;flex-direction: column;gap: 10px;}
    .media-text.member {display: block;height: 100%;}
    .media-text.member>.media-img {width: 100%;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;display: flex;justify-content: center;}
    .media-text.member>.media-img::after {content: '';background-image: url(/site/assets/img/grad-h.png);width: 80%;height: 1px;display: inline-block;position: absolute;left: 10%;}
    .member-title {text-align: center;}
    .member-subtitle {text-align: center;}
    .tabbed-content>.tabs {gap: 15px;justify-content: center;}
    .contents>.tab-content.active {text-align: justify;}
    .media-text.member>.media-content>.tabbed-content>.contents {padding: 0;}
    .media-text.member>.media-img>img {max-width: 150px;}
    .mobile-selector {display: block;} 
    .media-text.expertises {display: block;margin: 0 5px;padding: 0;overflow: visible;}
    .media-text.expertises .media-img.links {display: none;}
    .media-text.expertises .media-content {padding: 0;}
    .article {
        flex-direction: column;
        padding: 5px;
        gap: 20px !important;
    }
    
    .article .thumb {
        display: inline-flex;
    }
    .article-outer>.articles>.article .img>img {
        max-width: 380px;
        max-height: 200px;
        width: calc(100% - 10px);
        height: auto;
    }
    nav.navigation.pagination {
        margin-bottom: 50px;
    }
    .article-outer.single, .article-outer.single .articles, .article-outer.single .article, .article-outer.single .desc {
        overflow: visible;
        max-height: unset;
    }
    .media-text.the-office .media-img>img {
        max-width: 230px;
    }
    .tabbed-content>.tabs .tab {
        font-size: 13px;
        font-weight: normal;
    }
    .tabbed-content>.tabs .tab.active {
        font-weight: bold;
    }
    .media-text>.media-img {
        justify-content: flex-start; display: none;
    }
    .article-outer {
        margin: auto 0px;
    }
    .page.article .page-body-inner.scrollable {
        overflow-y: auto;
    }
    
    .media-text.expertises .media-content-inner>ul {
        display: inherit;
        padding-left: 25px;
    }
    
    .media-text.expertises .media-content-inner>ul.active {
        display: block;
        list-style: disc;
        padding-left: 25px;
        margin-top: 17px;
    }
    
    .media-text.expertises .media-content-inner>ul.active>li>strong:first-child, .media-text.expertises .media-content-inner>ul.active>li>strong:first-child+br, .media-text.expertises .media-content-inner>ul.active>li>strong:first-child+br+br {
        display: inherit;
    }
    /*
    .media-text.expertises li::marker, .media-text.expertises li>strong::marker{
        content: '';
    }
    .media-text.expertises ul li::marker {
        content: '+ ';
    }
    .media-text.expertises ul.mactive li::marker {
        content: '- ';
    }
    */
    .media-text.expertises .media-content-inner>ul .itemContent {
        margin-top: 15px;
        display:none;
    }
    .media-text.expertises .media-content-inner>ul.mactive .itemContent {
        display:block;
    }
    .media-content-inner.listView .mobile-selector>label.selected, .media-content-inner.listView .mobile-selector>.options>a {
        background-image: url(/site/assets/img/grad-h.png) !important;
    }
    
    .media-content-inner.listView .mobile-selector>label.selected>img {
        display: none;
    }
    
    .media-content-inner.listView>ul {
        display: none !important;
    }
    .media-content-inner.listView .mobile-selector>label.selected::after, .media-content-inner.listView .mobile-selector>.options>a::after {
    content: '';
        background-image: url(/site/assets/img/arrow.svg);
        width: 20px !important;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
        margin-left: auto;
        display: block;
        min-width: 20px;
    }
    
    .media-content-inner.listView .mobile-selector>.options>a {
        display: flex;
    }
	
	.page-body-inner>.text-anim {
		text-align: center;
		margin-top: 60%;
	}
	span.char-item.space.space-inline.slide-in-elliptic-left-fwd {
		display: inline-block;
		width: 0px;
	}
}


