@charset 'UTF-8';

/*  Current Visiting Fellows
--------------------------------------- */

.kv {
position: relative;
min-height: 600px;
margin: 0 0 225px;
padding: 130px 0 30px;
background: #fafafa;
box-sizing: border-box;
}

.kv .txtBox {
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

.kv h1 {
max-width: 50.45%;
margin: 0 0 30px;
font-size: 8em;
line-height: 1;
box-sizing: border-box;
}

.kv .txt {
max-width: 520px;
font-size: 2em;
line-height: 1.6;
}

.kv .img {
position: absolute;
top: 0;
right: 0;
margin: 30px 0 0;
padding: 75px 0 0 180px;
z-index: 2;
}

.kv .img:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: calc(100% - 35px);
height: calc(100% - 75px);
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
z-index: -1;
}

.current .listBox {
position: relative;
margin: 0 0 180px;
padding: 75px 20px 0;
background: #fafafa;
z-index: 1;
}

.current .listBox:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 125px;
background: #fff;
}

.current .listBox .inner {
position: relative;
max-width: 1290px;
margin: 0 auto;
padding: 0 75px;
background: #fff;
box-sizing: border-box;
z-index: 2;
}

.current .listBox .box {
display: flex;
justify-content: space-between;
padding: 0 0 50px;
}

.current .listBox .box02 {
flex-flow: row-reverse;
}

.current .listBox .box .img {
position: relative;
width: 43.42%;
z-index: 3;
}

.current .listBox .box .img:before {
content: '';
position: absolute;
top: -75px;
left: -75px;
width: 495px;
height: 495px;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
z-index: -1;
}

.current .listBox .box02 .img:before {
left: auto;
right: -75px;
}

.current .listBox .box .txtBox {
width: 50%;
padding: 32px 0 0;
}

.current .listBox .box .txtBox .time {
text-align: right;
}
.current .listBox .box02 .txtBox .time {
text-align: left;
}

.current .listBox .box .txtBox .time span {
display: inline-block;
padding: 0 10px 0 30px;
color: #003592;
font-size: 1.8em;
font-weight: 700;
background: url(/en/glopac/assets/img/ico_time_01.png) no-repeat left center;
}

.current .listBox .box .txtBox h2 {
min-height: 168px;
margin: 35px 0 0;
font-size: 5em;
line-height: 1.17;
}

.current .listBox .box .txtBox h2 span {
display: block;
font-size: 0.4em;
}

.current  .listBox .box .txtBox .lead {
font-size: 2em;
font-weight: 700;
}

.current .listBox .box .txtBox .date {
max-width: 395px;
margin: 25px 0;
padding: 10px 0;
font-size: 1.6em;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
}

.current .listBox .box .txtBox .txt {
margin: 0 0 35px;
font-size: 2em;
font-weight: 700;
}

.current .listBox .box .txtBox .pdf a {
padding: 11px 0 12px 45px;
font-size: 1.6em;
text-decoration: underline;
background: url(/en/glopac/assets/img/ico_pdf_01.png) no-repeat left center;
background-size: 31px auto;
}

.current .listBox .txt02 {
margin: 32px 0 0;
font-size: 2em;
line-height: 1.6;
}

.current .listBox:last-of-type {
margin-bottom: 100px;
}

.current  .listBox .question {
font-weight: bold;
}

.nextLink, .prevLink {
max-width: 1290px;
margin: 0 auto 80px;
text-align: right;
font-size: 2em;
}

.prevLink {
text-align: left;
}

.nextLink a, .prevLink a {
	text-decoration: underline;
}

.archives {
position: relative;
margin: 0 0 260px;
padding: 55px 0 175px;
background: #f0f0f0;
}

.archives .txt {
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
font-size: 2em;
line-height: 1.6;
box-sizing: border-box;
}

.archives .bnr {
position: absolute;
bottom: -130px;
left: 0;
right: 0;
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
}

.archives .bnr a {
display: block;
padding: 106px 0 106px 75px;
color: #0a3c8c;
font-size: 4em;
font-weight: 700;
line-height: 1;
border: 1px solid #0a3c8c;
background: #fff url("/en/glopac/assets/img/participants/current/bg_current_01.jpg") no-repeat right center;
background-size: auto 100%;
}

.archives .bnr span {
font-weight: 100;
}





@media screen and (max-width: 1500px) {

.kv {
min-height: 40vw;
margin: 0 0 15vw;
padding: 11vw 0 3.2vw;
}

.kv h1 {
width: 45%;
font-size: 5vw;
}

.kv .txt {
width: 45%;
font-size: 1.25vw;
}

.kv .img {
position: absolute;
top: 0;
right: 0;
width: 38vw;
margin: 2vw 0 0;
padding: 5vw 0 0 12vw;
z-index: 2;
}

.kv .img:before {
width: calc(100% - 2.33vw);
height: calc(100% - 5vw);
}

}




@media screen and (max-width: 1350px) {

.current .listBox .box .img:before {
width: 36.66vw;
height: 36.66vw;
}

}

@media screen and (max-width: 1200px) {
	
.kv .txt {
font-size: 1.4em;
}

.current .listBox {
margin: 0 0 120px;
padding: 50px 20px 0;
}

.current .listBox:before {
height: 85px;
}

.current .listBox .inner {
padding: 0 50px;
}

.current .listBox .box {
padding: 0 0 30px;
}

.current .listBox .box .img:before {
top: -50px;
left: -50px;
}

.current .listBox .box02 .img:before {
left: auto;
right: -50px;
}

.current .listBox .box .txtBox {
padding: 20px 0 0;
}

.current .listBox .box .txtBox .time span {
display: inline-block;
padding: 0 10px 0 20px;
color: #003592;
font-size: 1.5em;
font-weight: 700;
background: url(/en/glopac/assets/img/ico_time_01.png) no-repeat left center;
background-size: 15px auto;
}

.current .listBox .box .txtBox h2 {
min-height: 144px;
margin: 22px 0 0;
font-size: 4em;
line-height: 1.2;
}

.current .listBox .box .txtBox .date {
max-width: 300px;
margin: 18px 0;
padding: 8px 0;
font-size: 1.4em;
}

.current .listBox .box .txtBox .txt {
margin: 0 0 22px;
font-size: 1.6em;
}

.current .listBox .box .txtBox .pdf a {
padding: 11px 0 12px 36px;
font-size: 1.4em;
background: url(/en/glopac/assets/img/ico_pdf_01.png) no-repeat left center;
background-size: auto 30px;
}

.current .listBox .txt02 {
margin: 25px 0 0;
font-size: 1.6em;
}

.archives {
position: relative;
margin: 0 0 180px;
padding: 30px 0 120px;
background: #f0f0f0;
}

.archives .txt {
font-size: 1.6em;
}

.archives .bnr {
bottom: -90px;
max-width: 800px;
}

.archives .bnr a {
padding: 70px 0 70px 50px;
font-size: 3em;
}


}



@media screen and (max-width: 750px) {

.kv {
margin: 0 0 15vw;
padding: 10vw 4vw 6.345vw;
}

.kv .txtBox {
max-width: inherit;
margin: 0;
padding: 0;
}

.kv h1 {
width: 46vw;
min-height: 23.985vw;
margin: 0 0 20vw;
padding: 0;
font-size: 5.33vw;
line-height: 1.5;
}

.kv .txt {
width: 100%;
font-size: 3.73vw;
}

.kv .img {
position: absolute;
top: 0;
right: 0;
width: 38vw;
margin: 2vw 0 0;
padding: 5vw 0 0 5vw;
z-index: 2;
}

.kv .img:before {
width: calc(100% - 5vw);
height: calc(100% - 5vw);
}

.current .listBox {
position: relative;
margin: 0 0 12vw;
padding: 4vw 4vw 0;
background: #fafafa;
z-index: 1;
}

.current .listBox:before {
height: 24vw;
}

.current .listBox .inner {
max-width: inherit;
padding: 0;
}

.current .listBox .box {
display: block;
padding: 0 0 4vw;
}

.current .listBox .box .img {
position: relative;
width: 100%;
margin: 0 auto;
padding: 4vw 0;
text-align: center;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
z-index: 3;
}

.current .listBox .box .img img {
width: 50vw;
}

.current .listBox .box .img:before {
display: none;
}

.current .listBox .box .txtBox {
width: 100%;
padding: 4vw 4vw 0;
box-sizing: border-box;
}

.current .listBox .box .txtBox .time {
text-align: right;
}
.current .listBox .box02 .txtBox .time {
text-align: right;
}

.current .listBox .box .txtBox .time span {
padding: 0 0 0 5.33vw;
color: #003592;
font-size: 3.2vw;
font-weight: 700;
background: url(/en/glopac/assets/img/ico_time_01.png) no-repeat left center;
background-size: 3.2vw auto;
}

.current .listBox .box .txtBox h2 {
min-height: inherit;
margin: 3.2vw 0 0;
font-size: 6.4vw;
line-height: 1.2;
}

.current .listBox .box .txtBox h2 span {
display: block;
margin: 1vw 0 0;
font-size: 4vw;
}

.current .listBox .box .txtBox .date {
max-width: inherit;
margin: 4vw 0;
padding: 2vw 0;
font-size: 3.2vw;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
}

.current .listBox .box .txtBox .txt {
margin: 0 0 4vw;
font-size: 3.73vw;
font-weight: 700;
}

.current .listBox .box .txtBox .pdf a {
padding: 1vw 0 1vw 7.2vw;
font-size: 3.2vw;
text-decoration: underline;
background: url(/en/glopac/assets/img/ico_pdf_01.png) no-repeat left center;
background-size: auto 5.33vw;
}

.current .listBox .txt02 {
margin: 4vw 4vw 0;
font-size: 3.73vw;
line-height: 1.6;
}

.archives {
position: relative;
margin: 0 0 24vw;
padding: 6.4vw 0 16vw;
background: #f0f0f0;
}

.archives .txt {
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 0;
font-size: 3.73vw;
line-height: 1.6;
box-sizing: border-box;
}

.archives .bnr {
bottom: -10vw;
width: 92vw;
max-width: inherit;
padding: 0;
box-sizing: border-box;
filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
}

.archives .bnr a {
display: block;
padding: 8vw 0 8vw 6.4vw;
color: #0a3c8c;
font-size: 4.8vw;
line-height: 1.12;
border: 1px solid #0a3c8c;
background: #fff url("/en/glopac/assets/img/participants/current/bg_current_01.jpg") no-repeat right center;
background-size: auto 100%;
}


}




