@charset "utf-8";

.red-btn li:first-child a {
  color: #d61826;
  background-color: #ffffff;
  border-right:1px solid #d61826;
  box-sizing: border-box;
}

.professor-map {
    width: 960px;
    height: 550px;
    position: relative;
    margin: 0 auto;
}

.professor-map svg {
    width: 960px;
    height: 550px;
    position: relative;
}

.professor-map .cont {
    display: none;
    z-index: 999;
}

.professor-map .map {
    display: block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    z-index: 45;
    cursor: pointer;
}

.professor-map .asia {
    top: 220px;
    left: 280px;
}

.professor-map .europe {
    top: 100px;
    left: 230px;
}

.professor-map .middleeast {
    top: 230px;
    left: 140px;
}

.professor-map .africa {
    bottom: 180px;
    left: 80px;
}

.professor-map .oceania {
    bottom: 80px;
    left: 380px;
}

.professor-map .north-america {
    top: 150px;
    right: 230px;
}

.professor-map .latinamerica {
    bottom: 100px;
    right: 120px;
}

table {
    text-align: left;
    margin-top: 30px;

}

table td {
    font-weight: bold;
}

.asia-cont {
    position: absolute;
    top: 0px;
    left: 200px;
}

.europe-cont {
    position: absolute;
    top: 0px;
    left: 180px;
}

.middleeast-cont {
    position: absolute;
    top: 190px;
    left: 80px;
}

.oceania-cont {
    position: absolute;
    top: 350px;
    left: 300px;
}

.north-america-cont {
    position: absolute;
    top: 80px;
    right: 0px;
}

.latinamerica-cont {
    position: absolute;
    top: 380px;
    right: 0px;
}

.africa-cont {
    position: absolute;
   top: 180px;
    left: 0px;
}

#middleeast polygon,
#north-america path,
#africa path,
#europe path,
#asia path,
#oceania path,
#latinamerica path {
    fill: transparent;

}

#middleeast .btn:hover .base,
#latinamerica .btn:hover .base,
#oceania .btn:hover .base,
#asia .btn:hover .base,
#europe .btn:hover .base,
#africa .btn:hover .base,
#north-america .btn:hover .base
    {
    fill: #0c4264;
    cursor: pointer;
}

.cls-1,
.cls-2 {
    fill: none;
    stroke: #9bb1bf;
    stroke-miterlimit: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.cls-1 {
    stroke-width: 0.25px;
}

.country-cont label {
    background: url('/sgu/international/common/img/arr-white-down.png') right center no-repeat;
    background-size: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 5px 10px;
    box-sizing: border-box;

}

.country-cont .bold {
    padding-left: 10px;
}

.country-cont .small {
    font-size: 0.8em;
    padding-left: 10px;
}

.country-cont label:hover {
    background: #000000;

}

.country-cont .check {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px 10px 0px;
}

.country-cont {
    margin: 0 auto;
}

.country-cont input {
    display: none;
}

.country-cont label {
    cursor: pointer;
}

.country-cont input:checked+.check {
    height: auto;
    padding: 20px 10px 40px;
    overflow: visible;
    border-top: 1px solid #ffffff;
}


.country-cont label.clicked {
    background: url('/sgu/international/common/img/arr-white-up.png') right center no-repeat;
    background-size: 10px;
}

.link {
    max-width: 500px;
    width: 100%;
    margin:60px auto 180px;
}

.link{
   color:#0c4264 !important;
}
.link:hover{color:#0c4264 !important;}
.link img{vertical-align: middle;}


.red-btn{
    margin-top: 100px;
}

/*============================================================================================
¡ý¤¢¤Ê¤¿¤ÈSGU ¥¤¥ó¥¿¥Ó¥å©`Ó›ÊÂ¥µ¥à¥Í©`¥ëÒ»ÓE==================================================
============================================================================================*/
.interview {
}
.interview .post {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    overflow: hidden;
}
.interview .post li {
    width: 20%;
    margin-bottom: 20px;
    text-align: center;
    float: left;
}
.interview .post li::before {
  display: none;
}
.interview .post li .thumb {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 100vh;
}
.interview .post li p {
  font-size: .8em;
    margin: 5px 0;
    line-height: 1.3em;
}
.wp-pagenavi {
    padding: 20px;
    text-align: center;
}
/*
@media screen and (max-width: 960px) {
.interview .post li {
    width: 25%;
    text-align: center;
    float: left;
}
}
@media screen and (max-width: 768px) {
.interview .post li {
    width: 25%;
    text-align: center;
    float: left;
}
.interview .post li .thumb {
    width: 120px;
    margin: 0 auto;
}
.interview .post li .thumb img {
    width: 100%;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}
}
*/
@media screen and (max-width: 480px) {
  .scroll-wrap {
    width: 100%;
    height: 550px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .interview .post li {
      width: 50%;
  }
}


.total {text-align:center;
margin-top:50px;}
.total span{
    font-size: 2em;
}


.attention.font8{
    line-height: 1.4;
    margin-bottom: 10px;
}








