#login_wrap{
    width:100%;
}

/*메인페이지*/

/*메인 비쥬얼 배너*/
.main_bg01{
    background: #F2CACA;
    height: 490px;
    width: 100%;
    border-radius: 0 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_bg_wrap{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}
.main_bg01 .student_img{
    position: relative;
    bottom: -80px;
    padding-right: 10px;
    padding-left: 70px;
}
.main_bg_title{
    color:#C9334C;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
}
.main_bg_title p:nth-child(1){
    font-size:30px;
    font-weight: 500;
}
.main_bg_point{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 550px;
    margin-top: 30px;
}
.main_bg_point div{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ffffff;
    flex-shrink: 0;
    position: relative;
    margin:0 10px;
    box-shadow: 2px 2px 12px -4px #b25867;
}
.main_bg_point div:nth-child(1){
    margin-left: 0;
}
.main_bg_point div:nth-last-child(1){
    margin-right: 0;
}
.main_bg_point div p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #C9334C;
    width:100%;
}
.main_bg_point div p span{
    font-weight: bold;
    display: block;
}
/*메인 비쥬얼배너 끝*/

.main_bg02_wrap{
    width: 100%;
    padding-top: 320px;
    height: 100%;
    padding-bottom: 450px;
    position: relative;
}
.main_bg02{
    position: relative;
}
.main_bg02 .brain_main_title{
    margin-bottom:100px;
}
.main_bg02 .bg{
    background: url(/neuro/img/waveLine.png) no-repeat 50% 50%;
    background-size: 100%;
    background-position: center 55% !important;
    height: 228px;
    position: absolute;
    width: 100%;
    top: 75%;
    transform: translateY(-50%);
    z-index: -1;
}
.main_bg02 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.main_bg02 ul .item02 .bg02_text,.item04 .bg02_text{
    margin-bottom: 30px;
}
.main_bg02 ul .item01 .bg02_text,.item03 .bg02_text{
    margin-top: 30px;
}
.main_bg02 ul .bg02_icon{
    width: 150px;
    height: 150px;
    box-shadow: 0px 0px 15px -4px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
}
.main_bg02 ul li{
    position: relative;
}
.main_bg02 ul li.item01{
    bottom: 10px;
    animation: bounce 1s linear 0s infinite alternate;
}
.main_bg02 ul li.item02{
    bottom: 0px;
    animation: bounce2 1s linear 0s infinite alternate;
}
.main_bg02 ul li.item03{
    bottom: 10px;
    animation: bounce 1s linear 0s infinite alternate;
}
.main_bg02 ul li.item04{
    bottom: 0px;
    animation: bounce2 1s linear 0s infinite alternate;
}
.main_bg02 ul li .bg02_text{
    font-size: 15px;
    color:#888;
    letter-spacing: -1px;
}
.main_bg02 ul li .bg02_text .title{
    font-size: 18px;
    color:#111;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.neuroBg{
    position: absolute !important;
    bottom: 200px;
    right: 50px;
}


/*메인 3개 아이템 */
.main_default_width{
    max-width: 1200px;
    padding:0 20px;
    margin: 0 auto;
}
.main_bg03{
    padding: 150px 0 200px 0;
    background: #f9f9f9;
    border-radius: 0 400px 0 0;
    position: relative;
    margin-bottom: 50px;
}
.appear_effect{
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-name: appearIn;
    position: relative;
}
.brain_circle{
    position: absolute;
    bottom:-250px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    transform-origin:0% 0%;
}
.brain_circle div img{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brain_circle div:nth-child(1) img{
    width:100px;
}
.brain_circle .rotate_bg{
    animation: rotateItem 8s infinite linear;
    transform-origin: center center;
}
.three_item_wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
}
.three_item_wrap div{
    max-width: 28%;
}
.three_item_wrap div img{
    border:1px solid #ddd;
    border-radius: 8px;
}
.three_text_wrap dt{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
.three_text_wrap dd{
    font-size: 15px;
    color:#666;
    word-break: keep-all;
    letter-spacing: -1px;
}
 .brain_main_title{
    text-align: center;
    margin: 0px 0 50px 0;
}
.brain_main_title02 p{
    font-size: 30px;
    color: #c9334c;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.brain_main_title02 p span{
    display: block;
    font-size: 40px;
    color: #000000;
}
 .brain_main_title p:nth-child(1){
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 30px;
    background: #c9334c;
    border-radius: 30px;
    display: inline-block;
}
 .brain_main_title .title{
     font-size: 35px;
     margin-top: 10px;
     font-weight: 500;
 }
/*메인 3개 아이템 끝 */
/*메인 후기*/
.main_bg04{
    animation-duration: 3s;
    animation-name: appearIn;
}
.main_review_wrap{
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(227,224,239,1) 100%, rgba(255,255,255,1) 100%);*/
}
.main_review_wrap .main_default_width{
    padding: 150px 0;
}
.circleIcon span{
    display: block;
    margin: 0 auto;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 50%;
    background: #837BAE;
    margin-bottom: 25px;
}
.circleIcon span:nth-child(2){
    opacity: 40%;
}
.circleIcon span:nth-child(3){
    opacity: 15%;
    margin-bottom: 0;
}
.border_wrap .border_title{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
/*메인 후기 끝 */
/*메인 도입방법*/
.main_introduce_wrap{
    background: #F9EFEF;
    padding: 150px 0;
    border-radius: 0 400px 0 0;
    animation-duration: 3s;
    animation-name: appearIn;
}
.main_introduce .introduce_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_introduce .introduce_item dl{
    text-align: center;
    width: 200px;
    background: #fff;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 50%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.main_introduce .introduce_item01 dl:nth-child(1)::after{
    content: '1';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item01 dl:nth-child(3)::after{
    content: '2';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item01 dl:nth-child(5)::after{
    content: '3';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item01 dl:nth-child(7)::after{
    content: '4';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item02 dl:nth-child(1)::after{
    content: '5';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item02 dl:nth-child(3)::after{
    content: '6';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item02 dl:nth-child(5)::after{
    content: '7';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item02 dl:nth-child(7)::after{
    content: '8';
    width: 30px;
    height: 30px;
    background: #CB3951;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    line-height: 30px;
}
.main_introduce .introduce_item02 dl{
    margin-bottom: 0;
}
.main_introduce .introduce_item dl dt{
    width:50%;
    margin-bottom: 5px;
}
.main_introduce .introduce_item dl dd{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.main_introduce .arrow{
    width: 40px;
    opacity: 0.2;
}
.blue-text {
    color: blue;
    font-weight: bold;
}

.table-title {
    text-align: center; /* 가운데 정렬 */
    font-size: 20px; /* 글씨 크기 키움 */
    font-weight: bold; /* 글씨 굵게 */
    margin-bottom: 20px; /* 테이블과의 간격 추가 */
}

/*footer*/
.main_footer{
    background: #111;
    height: 100%;
    padding: 50px 0;
    color: #eee;
    text-align: center;
}
.main_footer .footer_wrap{
    display: flex;
    align-items: center;
    min-width: 1024px;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.main_footer .footer_wrap .footer_logo{
    width:200px;
}
.main_footer .footer_wrap .footer_logo img{
    width:100%;
}
.footer_wrap .footer_text dl{
    display: flex;
    align-items: center;
    color: #666;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.footer_wrap .footer_text dl:nth-last-child(1){
    margin-bottom: 0;
}

/* animation */
@keyframes appearIn{
    0%{
        opacity: 0;
        bottom:-70px;
    }
    100%{
        opacity: 1;
        bottom:0px;
    }
}
@keyframes rotateItem{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes bounce{
    0%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0px);
    }
}

@keyframes bounce2{
    0%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0px);
    }
}

@media (max-width: 1500px) {
    .main_bg_text_wrap{
        padding-left: 100px;
    }
    .main_bg_title{
        color:#C9334C;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3;
    }
    .main_bg_title p:nth-child(1){
        font-size:26px;
        font-weight: 500;
    }
    .main_bg_point div{
        width:100px;
        height:100px;
    }
    .main_bg_point div p{
        font-size:16px;
    }
}

@media (max-width: 1280px) {
    .main_bg_text_wrap{
        padding-left: 100px;
    }
    .main_bg_title{
        color:#C9334C;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.3;
    }
    .main_bg_title p:nth-child(1){
        font-size:22px;
        font-weight: 500;
    }
}