@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/introduction/curriculum/teacher/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.wrapper {
    background: #fff;
    padding-bottom: 10px;
}
/* ===================== */
.ul-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
    max-width: 1040px;
    margin: 40px auto 60px;
}
.btn-click {
    width: 33%;
}
/* ===================== */
.contents-bold {
    color: #05626D;
    font-weight: bold;
}
.ul-img_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}
.ul-img_flex img{
  border-radius: 20px;
}
.research {
    margin-bottom: 60px;
}
/* ===================== */
#contents02 ,#contents03 ,#contents04 ,#contents05{
    margin-bottom: 40px;
}
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){
.ul-anchor {
    justify-content: space-around;
    gap: 10px 20px;
    max-width: 90%;
    margin-top: 0;
}
.btn-click {
    width: 45%;
}
}

@media screen and ( max-width: 767px ){
/* ===================== */

.ul-anchor li {
    font-size: 1.5rem;
    margin: 0 0 5px 0;
    line-height: 1.5;
    width: 100%;
}
  .btn-green-ul .btn-li a {
    padding: 15px 0;
}
.ul-img_flex {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}
.ul-img_flex li {
    max-width: 48%;
    width: 100%;
}
}