#top-bg{
  color: white;
  background: linear-gradient(90deg, #8798e4, #8798e4, #8798e4, #8798e480, #8798e430,#0000) ;
  height: 33vw;
  min-height: 200px;
  max-height: 450px;
}

#top-bg-img{
  position:absolute;
}

@media only screen and (min-width : 2001px){
  #top-bg-img{
    bottom: 100%;
    left: 1620px;
  }
}
@media only screen and (max-width : 2000px) and (min-width : 1501px){
  #top-bg-img{
    bottom: 60%;
    left: 1020px;
  }
}
@media only screen and (max-width : 1500px) and (min-width : 1001px){
  #top-bg-img{
    bottom: 45%;
    left: 720px;
  }
}
@media only screen and (max-width : 1000px) and (min-width : 751px){
  #top-bg-img{
    bottom: 45%;
    left: 520px;
  }
}
@media only screen and (max-width : 750px) and (min-width : 601px){
  #top-bg-img{
    bottom: 45%;
    left: 450px;
  }
}
@media only screen and (max-width : 600px){
  #top-bg-img{
    bottom: 15%;
    left: 210px;
  }
}

#main-top-img{
  width: 100vw;
}

#sub-title{
  padding: 50px 0px;
}

#president-Message {
  width: 100vw;

}

#background-img {
  background: url("../img/title-area/singapore3.jpg") center center;
  padding: 50px 0px;
  background-size: cover;
}

#study-policy-img {
  width: 80%;
  margin: 0px 10%;
}

#study-policy-title {
  margin-bottom: 50px;
}

@media only screen and (min-width : 416px){
  #study-policy-detail {
    font-size: 22px;
  }
}

@media only screen and (max-width : 415px){
  #study-policy-title-main {
    font-size: 80%;
  }

  #study-policy-detail {
    font-size: 15px;
  }
}

@media only screen and (max-width : 550px){
  #top-title{
    display: none;
  }
  #top-title-sp{
    visibility: visible;
  }
  #president-Message-title{
    display: none;
  }
  #president-Message-title-sp{
    visibility: visible;
  }
}

@media only screen and (min-width : 551px){
  #top-title{
    visibility: visible;
  }
  #top-title-sp{
    display: none;
  }
  #president-Message-title{
    visibility: visible;
  }
  #president-Message-title-sp{
    display: none;
  }
}

#top-comment{
  color: #ffffff;
}

#consept-title{
    margin-top: 5px;
}

#our-consept-card{
  padding: 15px 8px;
  height: auto;
}

#president-profile{
  width: 100%;
  padding-top: 50px;
}

#president-profile .container{
}



#comment-area{
  padding: 50px 0px;
  background-color: #ffffffc9;
  /* border-style: solid;
  border-width: medium;
  border-color: #f04928; */
}

#news-card{
  background-color: #fffffff0;
  padding-left: 8px;
  padding-right: 8px;
}

#news-content{
  min-height: 400px;
}

#services{
  padding-top: 20px;
  padding-bottom: 25px;
}
