.nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.7s;
    margin-left: -250px;
}

.nav a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    color: #ccc;
    font-size: 18px;
    position: relative;
}

.nav a .fa-angle-down{
    position: absolute;
    right: 25px;
    top: 22px;
    font-size: 20px;
}

.nav .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 50px;
  font-size: 30px;
    color: #fff;
}

.slide a {
  color: #000;
  font-size: 36px;
    
}

.dropBox a{
    color: grey;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
}


#header{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 60px;
    z-index: 9;
}

#header.active{
    background-color: #FF9DA5;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
}

#header.deactive{  
  background-color: transparent;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
}


#header .dropmenu{
    display: inline-block;
    position: relative;
    margin-right: 24px;
}

#header .dropmenu .mainLink{    
    color: #fff;
    font-size: 16px;
    height: 30px;
    display: inline-block;
}

#header .dropmenu .dropList{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px;
    top: 30px;
    left: -41px;
    background: #2F2F2F;
}

#header .dropmenu .dropList a{
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#header .dropmenu .dropList a:hover{
    background: #b1b1b1;
}

#header .menu{
    position: absolute;
}

#header .btnMenu{
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

#logo{
    width: 115px;
}

#footer{
    width: 100%;
    height: 240px;
    background: #2F2F2F;
    padding: 50px;
    position: relative;
}

#footer .title{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -1px;
}

#footer .email{
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: -1px;
    font-weight: 500;
}
#footer .email a{
    color: #fff;
}

#footer .office{
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
}

#footer .office::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-left: 12px;
    background: #FF9DA5;
}

#footer .logo{    
    position: absolute;
    top: 32px;
    right: 45px;
    width: 180px;
}

#footer .copyright{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}

#page{
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}

#page .link{
    background: #F4F4F4;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 500;
    margin: 0 2px;
}

#teacherModal .modal-body{
    height: 90vh;
    max-height: 700px;
    position: relative;    
    display: flex;
}


#teacherModal .imgBox{
    width: 50%;    
    display: flex;
    align-items: center;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#teacherModal .scrollBox{
    overflow-y: scroll;
    height: 85%;
}
    
#teacherModal .contentBox{
    width: 50%;        
    padding-left: 15px;
}

#teacherModal .careerBox, #teacherModal .completionBox{    
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
    color: black;
}

#page .link.active{
    background: #FF9DA5;
    color: #fff;
    font-weight: bold;
}

@keyframes imagescale {
	0% {
		transform: scale(1) rotate(.001deg);
		;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}

	100% {
		transform: scale(1.2) rotate(.001deg);		
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
}

#mainSwiper{
    position: relative;
}

#main .mainBox{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#main .mainLogoWrap{    
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/assets/image/main_logo.jpg);    
    width: 100%;
    height: 100%;
/*
    animation: imagescale 6s ease-in-out infinite alternate;
    -webkit-animation: imagescale 6s ease-in-out infinite alternate;
    -moz-animation: imagescale 6s ease-in-out infinite alternate;
    -o-webkit-animation: imagescale 6s ease-in-out infinite alternate;
*/
    position: relative;
}

#office .mainLogoWrap{
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/assets/image/office_logo.png);
}

#about .mainLogoWrap{        
    background-image: url(/assets/image/about_logo.jpg);
}

#api .mainLogoWrap{
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/assets/image/api_logo.png?v=2);  
}

#rating .mainLogoWrap{
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/assets/image/rating_logo.jpg);
}

#retmein .mainLogoWrap{
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/assets/image/letmein_logo.jpg);
    background-position: 20% 72%;
}

#community .mainLogoWrap{ 
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/assets/image/community_logo.jpg);
    background-position: 21% 51%;
}

.swiper-pagination-bullet{
    background: rgba(217, 217, 217, 0.70) !important; 
}


.swiper-pagination-bullet-active{
    background: #FF9DA5 !important;
}

.swiper-button-prev, .swiper-button-next{
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #FF9DA5 !important;
}


.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 15px !important;
    color: #fff !important;
}


#cate .cate{    
    width: 100%;
/*    height: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-bottom: 2px solid #eee;    
    margin-bottom: 40px;
}

#cate .cate select{
    margin-right: 20px;
    font-size: 16px;
    outline: 0;
    letter-spacing: -1px;
}

.modal .fa-times{        
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF9DA5;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
}

.modal .title{
    color: #FF9DA5;    
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
    margin-top: 5px;
}

.modal .teacherName{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -2px;
}

.modal .teacherImgBox{    
    height: auto;
    margin: 0 auto;
    width: 100%;    
}

.modal .modalTeacherImg{
    width: 100%;
    height: auto;
    max-height: 55vh;
    object-fit: contain;    
}

.modal .fa-phone{
    padding-right: 5px;
}

.modal .teacherTel{
    letter-spacing: -1px;
    color: #1a1a1a;
    font-weight: 500;
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #eee;
}

#main .mainText{
    width: 80%;
    margin: 70px auto;
    text-align: center;
    font-size: 26px;
    letter-spacing: -1px;

}

#main .mainColor{
    color: #FF9DA5;
}

#main .officeBox{
    padding: 0 80px 0 80px;
}

#main .officeTitle{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    border-bottom: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

#main .officeListWrap{
    padding: 40px 0;
}

#main .officeListTitle{   
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#main .officeListTitle a:nth-child(2){
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DE5F68;
    color: #fff;
    border-radius: 3px;
}

#main .officeList{
    white-space: nowrap;
    overflow-x: auto;
}

#main .boxWrap{
    width: 250px;
    height: 250px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;    
    flex-direction: column;
    background-size: cover;
    background-position: center center;    
    position: relative;    
}

#main .boxWrap a{
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .boxWrap .number{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF9DA5;
    color: #fff;
}

#main .name{
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;    
}

#main .btnDetail{
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 15px;
    border-radius: 12px;
    margin-top: 18px;
    display: none;
}

#main .pilates{
    width: 100%;
    display: flex;
    height: 600px;
}

#main .pilates .pilatesCate{
    width: 33.333333%;    
    background-repeat: no-repeat;
    background-size: cover;   
}

#main .pilates .pilatesCate a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}    

#main .pilates .pilatesCate a.active{
    background: #FF9DA5;
}

#main .pilates .pilatesCate a.active .detail{
    display: block;
}


#main .pilates .pilatesCate::after{
    content: '';
    position: absolute;
    background: white;
    z-index: -1;  
    opacity: 0.4;   
}  

#main .pilates .pilatesCate:nth-child(1){
    background-image: linear-gradient(0deg, rgb(157 125 140 / 80%) 0%, rgba(77, 85, 96, 0.80) 100%), url(/assets/image/main/class1.png);
}

#main .pilates .pilatesCate:nth-child(2){
    background-image: linear-gradient(0deg, rgba(77, 85, 96, 0.80) 0%, rgba(77, 85, 96, 0.80) 100%), url(/assets/image/main/class2.png);    
}

#main .pilates .pilatesCate:nth-child(3){    
    background-image: linear-gradient(0deg, rgba(54, 54, 67, 0.80) 0%, rgba(54, 54, 67, 0.80) 100%), url(/assets/image/main/class3.png);    
}

#main .pilates .title{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #ffff;
    letter-spacing: -1px;
}

#main .pilates .detail{
    border: 1px solid #fff;
    border-radius: 14px;
    color: #fff;
    padding: 10px 14px;
    font-size: 18px;
    margin-top: 12px;
    letter-spacing: -1px;
    display: none;
}

#main .apiTitle{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 30px 0;
}

#main .ctWrap{
    width: 1250px;        
    display: flex;
    margin: 0px auto;
    padding-top: 30px;
}

#main .ctWrap1, #main .ctWrap2{
    height: 250px;
}

#main .ctWrap1 .imgBox{
    background-image: url(/assets/image/main_api_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    width: 45%;
    margin: 0 10px;
}

#main .ctWrap1 .ctBox{
    text-align: right;
    padding-right: 30px;
}

#main .ctWrap2 .ctBox{
    text-align: left;
    padding-left: 30px;
}

#main .ctWrap2 .imgBox{
    background-image: url(/assets/image/main_api_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    width: 45%;
    margin: 0 10px;
}

#main .ctWrap .imgBox{
    width: 50%;    
    text-align: center;
}

#main .ctWrap .ctBox{
    width: 50%;    
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#main .ctWrap .ctBox .ct1{
    color: #411721;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -1px; 
}

#main .ctWrap .ctBox .ct1 span{
    color: #DE5F68;
}

#main .ctWrap .line{    
    display: inline-block;
    width: 60px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    margin: 18px 0;
}

#main .ctWrap .ctBox .ct1 img{
    width: 80px;
    margin-right: 10px;
}

#main .ctWrap .ctBox .ct2{
    font-size: 24px;
    letter-spacing: -0.5px;
    color: rgba(59, 24, 24, 0.80);
}

#main .ctWrap .ctBox .btnGo{       
    margin-top: 20px;
    display: inline-block;
    padding: 12px 28px;    
    border-radius: 12px;
    border: 1px solid #FFF;
    font-size: 18px;
    max-width: 150px;
    text-align: center;
    color: #675151;
    background: #fff;
}

#main .api{
    background: linear-gradient(270deg, rgba(230, 200, 202, 0.90) 8.86%, #E6C8CA 58.15%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;        
}


#main .api .apiSirTitle{
    text-align: center;
    padding-top: 30px;
    font-size: 28px;
    color: black;
    letter-spacing: -1px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    width: 90%;
    margin: 0 auto;
}

#main .api2{
    width: 100%;
    height: 200px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF9DA5;
}

#main .api3{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

#main .api3 .underline{
    width: 100px;
    height: 15px;
    display: block;
    margin: 0 auto;
    background: #DEB3BF;
    border-radius: 8px;
    margin-bottom: 30px;    
}

#main .api3 .title{
    color: rgba(0, 0, 0, 0.80);
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
}

#main .api3 .subTitle{
    color: rgba(0, 0, 0, 0.50);
    font-size: 20px;
    line-height: 38px;
    letter-spacing: -1px;
}

#main .api3 img{
    width: 100%;
    margin: 30px 0;
    max-width: 750px;
    position: relative;
}

#main .api3 img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: black;
}


#main .textContainer {
    opacity: 1;
    transform: translateY(0);    
    text-align: center;    
}

#main .textContainer.active {
    opacity: 1;
    transform: translateY(150px);
    transition: opacity 1s, transform 1s;
}

#main .api .title1{
    color: black;
    font-weight: bold;
    font-size: 3.5em;
    letter-spacing: -1px;
}

#main .api .title2{
    color: #FF9DA5;
    font-weight: bold;
    text-align: right;
    font-size: 3.5em;
    margin-bottom: 10px;  
    letter-spacing: -1px;
}

#main .api .subText{
    color: #000000;
    font-size: 18px;
    letter-spacing: -1px;
}

#main .api .sub{
    color: #C9C9C9;    
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: -1px;
}

#main .api .sub.first{
    margin-top: 10px;
}

#main .api .sub.point{
    color: #444444;
    font-weight: bold;    
}

#main .cate{        
    width: 50%;    
    border-radius: 5px;
}

#main .cate .cateBox{
    width: 45%;
    display: inline-block;
    background: white;
    margin: 10px;
    padding: 20px;    
    border-radius: 15px;
    box-shadow: 0px 0px 72px 0px rgba(0, 0, 0, 0.08);
}

#main .cate .title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

#main .cate .ico{
    display: inline-block;
    color: #FF9DA5;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #eee;
    position: relative;
    border-radius: 5px;
}

#main .cate .ico i{
    font-size: 20px;
    position: absolute;
    top: -4px;
    right: -4px;
}

#main .cate .cateText{
    color: #000000;
    padding-left: 34px;
    letter-spacing: -1px;
}

#main .gallery{
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;    
}

#main .gallery .title{
    text-align: center;
    font-size: 2.5em;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    width: 100%;    
    display: block;
    font-weight: bold;
}

#main .gallery .imgBox{    
    width: 100%;
}

#main .gallery .galleryImg{
    margin: 10px;
    width: 30%;
}

#main .gallery .btnMore{
    border-radius: 15px;    
    background: linear-gradient(90deg, #FF9DA5 0%, #F56C76 112.43%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 300px;
    height: 55px;
    color: #fff;
    margin: 30px 0;
}


#about{
    background: white;
    text-align: center;
}

#about .cateWrap{
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;    
}

#about .cateAbout{
    width: 1250px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    letter-spacing: -1px;
}

#about .cateAbout a.active{
    font-weight: bold;
}

#about .contentWrap{
    width: 1250px;
    margin: 0 auto;
    text-align: center;
}

#about .grayBack{
    background: rgba(217, 217, 217, 0.20);
    padding: 85px 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#about .proTitle{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 35px 0;
    display: block;
}

#about .proSub{
    display: block;
    margin: 25px auto;
    background: #FF9DA5;
    width: 60px;
    height: 10px;
}

#about .proCt{
    text-align: center;
    color: rgba(0, 0, 0, 0.70);
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

#about .line{
    width: 100%;
    height: 1px;
    display: block;
    background: #cfcfcf;
    margin-bottom: 50px;
}

#about .menImgBox{
    margin: 50px 0;
    text-align: center;
    display: flex;
}

#about .jo1{
    width: 58%;
    margin-right: 20px;
}

#about .jo2{
    width: 40%;
}

#about .exerciseMent{
    text-align: center;
    color: rgba(0, 0, 0, 0.70);
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 500;
}

#about .exerciseBox{
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

#about .exerciseBox div{
    width: 23%;
    height: 312px;
    background-image: url(/assets/image/no_image.jpg);
    border: 1px solid #eee;
    position: relative;
    background-size: cover;
    background-position: center center;
}

#about .exerciseBox div:nth-child(1){
    background-image: url(/assets/image/program/pila_1.jpg);
}

#about .exerciseBox div:nth-child(2){
    background-image: url(/assets/image/program/pila_2.jpg);
}

#about .exerciseBox div:nth-child(3){
    background-image: url(/assets/image/program/pila_3.jpg);
}

#about .exerciseBox div:nth-child(4){
    background-image: url(/assets/image/program/pila_4.jpg);
}


#about .exerciseBox div span{
    background: #FF9DA5;
    color: #fff;
    padding: 10px 20px;    
    position: absolute;
    top: 0;
    left: 0;
}

#about .pliIco{
    background: #FF9DA5;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 30px;
}

#about .youtube{
    width: 100%;
    height: 500px;
}

.stepBox{
    margin: 40px 0;
    text-align: left;
    padding: 0 15px;
}

.stepBox .step{
    color: #FF9DA5;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 15px 0;
    font-size: 18px;
}

.stepBox .stepTitle{
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.stepBox .stepImgBox{
    display: flex;
    justify-content: space-between;
}

.stepBox .stepImgBox img{
    width: 380px;
    height: 380px;
    margin-right: 10px;
}

.mainLogoWrap{
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mainLogoWrap .title{
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.mainLogoWrap .content{
    font-size: 1.2em;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.70);    
}

.mainLogoWrap .mainTitle1{
    color: #fff;
    font-weight: bold;
    font-size: 3.5em;
    letter-spacing: -2px;
}

.mainLogoWrap .mainTitle2{
        color: #fff;
    font-weight: bold;
    font-size: 3.5em;
    letter-spacing: -2px;
}

.mainLogoWrap .mainTitle3{
    color: #fff;
    font-weight: bold;
    font-size: 3.5em;
    letter-spacing: -1px;
    
}

#center{    
    width: 1250px;
    margin: 0 auto;
}

#center .box{
    display: flex;    
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

#center .content .mainTitle{
    color: #FFF;
    margin-bottom: 15px;
}
#center .content .subTitle{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    
}

#center .textBox{
    width: 450px;
    margin: 0 auto;    
}

#center .textBox .text1{
    color: #FF9DA5;
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: -1px;
}

#center .textBox .text2{
    font-size: 24px;
    letter-spacing: -1px;
}

#center .textBox .text3{    
    font-size: 18px;
    letter-spacing: -1px;
    color: grey;
    font-weight: 500;
}    

#center .textBox .text3.first{
    margin-top: 40px;
}

#center .textBox2{    
    width: 350px;
}

#center .textBox2 .text1{
        color: rgba(0, 0, 0, 0.70);
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

#center .textBox2 .text2{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
}

#center .textBox2 .text2 .point{
    color: #FF9DA5;    
}

#center .textBox2 .text3.first{
    margin-top: 15px;
}

#center .textBox2 .text3{
    font-size: 18px;
    letter-spacing: -1px;
    color: grey;
    font-weight: 500;
}

#center .imgBox2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 350px);
    position: relative;
}

#center .imgBox2 .img4{
    width: 800px;
}

#center .content2{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: -50px;
}

#center .content2 .cate2{
    width: 255px;    
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 251, 251, 0.70);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 0 5px;
    padding: 38px 5px;
}
#center .content2 i{
    color: #FF9DA5;
    font-size: 24px;
}

#center .content2 .text1{
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: -1px;
}
#center .content2 .text2{
    font-size: 14px;
    letter-spacing: -1px;    
}

#center .textBox3 .text1{
        color: #FF9DA5;
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: -1px;
}

#center .textBox3 .text2{
        font-size: 24px;
    letter-spacing: -1px;
        margin-bottom: 15px;
}

#center .textBox3 .text3{
    font-size: 18px;
    letter-spacing: -1px;
    color: grey;
    font-weight: 500
}

#center .imgBox .img{
    width: 500px;
}

#center .imgBox3 .img5{
    width: 500px;
}

#center .box:nth-child(3){
    margin-top: 100px;
}

#history{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#history .historyBox{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #DDD;
}

#history .historyBox .year{
    color: #FF9DA5;
    font-weight: bold;
    font-size: 3.0em;    
}

#history .historyBox ul{
    margin-left: 30px;
}

#history .historyBox .log{
    color: #303030;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 28px;
}

#history .historyBox .log::before{    
    content: "⦁";
    padding-right: 15px;
}

#program{
    width: 1250px;
    margin: 0 auto;
}

#program .box{
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

#program .box .swiper{
    width: 600px;
    margin: 0;
}


#program .contentBox{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#program .title1{
    color: #000;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

#program .point{
    color: #FF9DA5;        
}

#program .title2{
    color: #000;
    font-size: 22px;     
    letter-spacing: -1px;
}

#program .title3.first{
    margin-top: 10px;
}

#program .title3{
    color: rgba(0, 0, 0, 0.60);
    font-size: 18px;     
    letter-spacing: -1px;
}

#teacher{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#teacher .title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#teacher .subTitle{    
    color: #00000099;
    font-size: 18px;
    letter-spacing: -1px;
}


.filter{
    margin: 25px 0;
    text-align: left;
    padding: 0 30px;
}

.searchType{
    background: #F4F4F4;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
}

.searchTxt{    
    background: #F4F4F4;
    padding: 10px;
    margin-left: 5px;
    border-radius: 5px;
    padding-right: 42px;
}

.fa-search{
    margin-left: -34px;
    font-size: 16px;
    cursor: pointer;
}

#teacher .list{
    text-align: left;
}

#teacher .box{
    width: 31%;
    display: inline-block;
    margin: 5px;
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
}

#teacher .box img{
    width: 280px;
    border-radius: 18px;
    object-fit: cover;
}

#teacher .box .name{
    margin-top: 12px;
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
#teacher .box .name .rank{
    padding-left: 5px;
    color: #FF9DA5;
}

#teacher .box .fa-map-marker-alt{
    padding-right: 5px;
    color: #808080;
}

#teacher .box .fa-phone{
    padding-right: 5px;
    color: #00c100;
}
#teacher .box .location{    
    color: black;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
}
#teacher .box .tel{
    color: black;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
}


#curriculum{
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

#curriculum .title{
        font-size: 34px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

#curriculum .title .point{
    color: #FF9DA5;
    padding-right: 10px;
}

#curriculum .subTitle{
    color: #000000B2;
    letter-spacing: -1px;
    font-size: 20px;
}

#curriculum .subTitle2{
    color: rgba(0, 0, 0, 0.60);
    letter-spacing: -1px;
    font-size: 20px;
}

#curriculum .underline{
    width: 80px;
    height: 10px;
    display: block;
    margin: 35px auto;
    background: #DEB3BF;
    border-radius: 8px;
}

#curriculum .apiIntro{
    margin: 50px 0;
    background: linear-gradient(100deg, rgba(92, 0, 7, 0.60) 39.99%, rgba(33, 0, 2, 0.42) 64.49%, rgba(33, 0, 2, 0.00) 92.38%), url(/assets/image/api_intro.jpg), lightgray -74px -207.491px / 110.201% 166.08% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    text-align: left;
    border-radius: 15px;
}

#curriculum .apiIntro .leftBox{
    width: 50%;
    padding: 50px;
}

#curriculum .apiIntro .leftBox p{
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 32px;
}

#curriculum .apiIntro .btnMoveCurriculum{
    background: #FFFFFF;
    color: #FF9DA5;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 40px;
    border-radius: 10px;
}



#proSystem{
    width: 1250px;
    margin: 0 auto;
    text-align: center;
}

#proSystem .title{
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

#proSystem .subTitle{
    color: rgba(0, 0, 0, 0.60);
    font-size: 24px;
    letter-spacing: -1px;
}

#proSystem .subTitle .point{
    color: #FF9DA5;
}

#proSystem .circleBox{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 70px;
    position: relative;
}

#proSystem .circle{
    z-index: 1;
    width: 200px;
    height: 200px;
    margin: 1px;
    display: flex;    
    justify-content: center;
    align-items: center;
    flex-direction: column;    
    border-radius: 50%;            
    border: 4px solid #FF9DA5;
}

#proSystem .circleBox .line{
    
}

#proSystem .circle .number{    
    background: #FF9DA5;    
    border-radius: 50%;
    color: #fff;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;    
}

#proSystem .circle p{
    font-size: 16px;
    letter-spacing: -1px;
}

#proSystem .system1{
    width: 100%;
    margin: 70px 0;
}


#action{
    width: 1250px;
    margin: 0 auto;    
}

#action .selectStep{
    width: 250px;
    height: 50px;    
    background: #F7F7F7;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1px;
        margin-bottom: 30px;
}

#action iframe{
    width: 100%;
    height: 705px;
    margin-bottom: 50px;
}

#action .action1{
    width: 100%;
}

#action .number{
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: bold;
}

#action .number i{
    color: red;
}


#curriculum{
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

#curriculum .mainTitle{
    font-size: 32px;
    letter-spacing: -1px;
    margin: 30px 0;
    font-weight: bold;
}

#curriculum .point{
    color: #FF9DA5;
}

#curriculum .curriculumImg{    
    width: 100%;
}


#curriculum .service{
    display: flex;
    justify-content: space-around;
}

#curriculum .service .serviceBox{
    margin-top: 25px;
    position: relative;
}

#curriculum .service .serviceImg{    
    width: 100%;
    box-shadow: 0px 5.34px 53.399px 0px rgba(0, 0, 0, 0.15);
}

#curriculum .service .number{
    position: absolute;
    background: #FF9DA5;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    bottom: 95px;
    right: 6px;
    border-radius: 9px;
}

#curriculum .service .title{
        margin: 15px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

#curriculum .service .subTitle{
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500;
}

#curriculum .list{
    margin-bottom: 50px;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#curriculum .officeBox{    
    width: 48%;
    margin-right: 5px;
    margin-bottom: 25px;
}

#curriculum .officeBox .officeImg{
    width: 100%;    
    border-radius: 10px;
}

#curriculum .officeBox .officeTitle{
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: -1px;
}

#curriculum .officeBox .officeName{
    color: black;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
}

#curriculum .officeBox .officeName i{
    padding-right: 5px;
    color: #808080;
}

#curriculum .officeBox .officeTel{
    color: black;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 5px;
}

#curriculum .officeBox .officeTel i{
    padding-right: 5px;
    color: #00c100;
}

#list{
    width: 1250px;
    margin: 0 auto;    
}

#list .mainTitle{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

#list .mainTitle .point{
    color: #FF9DA5;
}


#list .officeBox{
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0;
}

#list .officeBox .box{
    width: 18%;
    height: 350px;
    border-radius: 5px;
    display: inline-flex;
    margin: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
    padding: 10px;
    text-align: center;
}

#list .officeBox .box:hover{   
/*
    background: linear-gradient(180deg, rgba(116, 32, 116, 0.80) 0%, rgba(153, 64, 122, 0.80) 50%, rgba(222, 46, 59, 0.80) 100%), lightgray 50% / cover no-repeat !important;
     animation: fadeBackground 1s ease-in-out forwards;
*/
}


#list .officeBox .name{
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

#list .officeBox .btnDetail{
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 15px;
    border-radius: 12px;
}


#detail{
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

#detail .mainTitle{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 10px 0;
    margin-bottom: 25px;    
}

#detail .title{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-align: left;    
}

#detail .mapBox{
    position: relative;
}

#detail .mapBox .info{
    position: absolute;
    bottom: -15px;
    z-index: 1;
    width: 100%;    
    padding: 15px 0px;
    border-radius: 15px;
    background: #FFF;
    border: 1px solid #c5c5c5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#detail .mapBox .info .line1{
    font-size: 16px;
    font-weight: bold;
}

#detail .mapBox .info .line2{
    color: black;
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: -1.5px;
    font-weight: 500;
}

#detail .mapBox .info .icon_addr{
    padding: 0.4rem 1.6rem;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    background: #009f00;
    font-size: 1.5rem;
    font-weight: 500;
    margin-right: 1rem;
}

#detail .mapBox .info .icon_time{
    padding: 0.4rem 1.6rem;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    background: #3D5EAA;
    font-size: 1.5rem;
    font-weight: 500;
    margin-right: 1rem;
}

#detail .map{
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}

#detail .snsBox{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

#detail .snsBox .box{
    width: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 1px solid #eee;
}

#detail .box.callBox{
    background: linear-gradient(146deg, #FF9DA5 2.92%, #FF98C3 93.16%);
    color: #fff;
}

#detail .box .icon{
    
}

#detail .box .name{
    font-size: 18px;
    margin-top: 8px;    
    letter-spacing: -1px;
}

#detail .box .tel{
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #fff;
}

#detail .box .btnDetail{
    background: linear-gradient(90deg, #FF9DA5 0%, #F56C76 112.43%);
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 25px;
}

#detail .list{
    margin-bottom: 60px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

#detail .list .teacherBox{
    width: calc(33% - 4px);
    display: inline-block;
    margin: 2px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
} 

#detail .list .teacherImg{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#detail .list .apiTeacherImg{    
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

#detail .list .rank{
    color: #FF9DA5;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: -1px;
} 
#detail .list .name{
    font-size: 16px;
    margin-top: 5px;
} 

#detail .list .more{
    border: 1px solid black;
    border-radius: 5px;
    padding: 3px 15px;
    margin-top: 5px;
    display: inline-block;
}

#youtube{
    width: 1250px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#youtube .mainReview{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

#youtube .contentBox{
    width: 40%;
    padding: 25px;
}

#youtube .title{
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

#youtube .title .point{
    color: #FF9DA5;
    padding-right: 10px;   
}    

#youtube .kg{
    color: gray;
    font-size: 18px;    
    letter-spacing: -1px;
}

#youtube .ment{
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: -1px;
}

#youtube .videoBox{
    width: 60%;
}

#youtube .videoBox iframe{
    width: 100% !important;    
    height: 400px !important;
}

#youtube .subReview{
/*    text-align: center;*/
}

#youtube .subReview iframe{
    display: inline-block;
    width: 48%;
    height: 300px;
    margin: 5px;
}

#review{
    width: 1250px;
    margin: 0 auto;
}

#review .title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -1px;
}

#review .point{
    color: #FF026C;
}

#review .list{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

#review .list .box{
    display: inline-block;
    width: calc(25% - 1px);
    margin: 0 1px 1px 0;
}

#review .list .box img{
    width: 100%;
    object-fit: cover;
}

#notice{
    width: 1250px;
    margin: 0 auto;
    text-align: center;
}

#notice .title{
    color: #000;
    font-size: 22px;
    letter-spacing: -1px;
}

#notice .title .point{
    color: rgba(0, 0, 0, 0.70);
}

#notice table{
    width: 100%;    
    table-layout: fixed;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#notice td, #notice th{
    text-align: center;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

#notice table .left{
    text-align: left;    
}

#notice table th{
    background: #e1e1e1;    
    vertical-align: middle;
}

#notice table th.content{
    width: 80%;
}

#notice tbody tr{
    border-bottom: 1px solid #eee;
    height: 40px;
    cursor: pointer;
}

#notice tbody tr:nth-child(odd){
    background: #fbfbfb;
}

#notice tbody tr:hover{
    background: #eee;
}

#notice table td{
    font-weight: 500;
    overflow:hidden;    
    white-space : nowrap; 
    text-overflow: ellipsis;
}

#notice .btnAddBox{
    width: 100%;
    height: 35px;    
}

#notice .btnMoveAdd{
    float: right;
    background: #313131;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#noticeAdd, #noticeView{
    width: 900px;
    margin: 0 auto;
}

#noticeAdd .inputBox, #noticeView .inputBox{
    margin: 50px 0;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fbfbfb;
    padding: 20px;
    min-height: 40vh;
}

#noticeView .inputBox img{
    max-width: 100% !important;
}

#noticeAdd .guide, #noticeView .guide{
    margin: 8px 0;    
}

#noticeView .viewText{
    font-size: 16px;
    color: #717171;
    padding-left: 5px;
    letter-spacing: -1px;
}

#noticeAdd .cardName, #noticeView .cardName{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;   
}

#noticeAdd input[type="text"], #noticeAdd input[type="password"]{
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    background-color: #f6f6f6 !important;
    color: #252525;
    padding-left: 10px;
    font-weight: 500 !important;
    text-indent: 10px;
}

#noticeAdd .btnSubmit{
    background: linear-gradient(90deg, #515151, #313131);
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

#noticeView .tobBox{
    border-bottom: 1px solid black;
    padding-bottom: 10px;    
    margin-bottom: 15px;
    text-align: center;
}

#noticeView .tobBox .title{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

#noticeView .sub{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: -1px;
}

#noticeView .bold{
    font-weight: bold;
    padding: 0 5px;
}

#notice .filter{
    padding: 0;
}

#honor{
    width: 900px;
    margin: 0 auto;
}

#honor .filter{
    padding: 0;
}

#honor .selectStep{
    width: 250px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -1px;
    margin-right: 5px;
    display: block;
}

#honor .listBox{
    margin-bottom: 50px;
    text-align: center;
}

#honor .topBox{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
}

#honor .content{
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 3px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    margin: 9px 0;
    padding: 0 10px;
    letter-spacing: -1px;
    font-weight: 500;
}

#honor .content .icon{
    width: 20px;
    height: 20px;
    background: #FF9DA5;
    border-radius: 50%;
}

#honor .content .name{
    position: relative;
    font-weight: bold;
}

#honor .name .crown{
    transform: rotate(35.012deg);
    width: 20px;
    position: absolute;
    top: -5px;
    right: -13px;
}

#honor .content .officeName{
    
}

#honor .content .date{
    color: rgba(0, 0, 0, 0.60);    
}

#honor .content .date span{
    color: black;
    margin-right: 5px;
}

#honorSwiper{
    margin-top: 20px;
}

#honorSwiper .box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);    
    margin: 10px;    
}

#honorSwiper .profile{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#honorSwiper .name{
    position: relative;
    font-weight: bold;
    letter-spacing: -1px;    
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 5px;
}

#honorSwiper .type{
    color: black;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

#honorSwiper .date{
    color: rgba(0, 0, 0, 0.60);
    letter-spacing: -1px;   
    font-weight: 500;
}

#honorSwiper .swiper-pagination{
    padding-top: 14px;
    position: unset;
}

#honorSwiper .swiper-pagination-bullet{
    padding: 8px;
    background: #FF9DA5 !important;
}

#honorSwiper .date span{
    color: black;
    margin-right: 5px;
}

#ftCall{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #FF9DA5;
    border-radius: 50%;
    cursor: pointer;
}

#ftCall a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ftCall p{
    color: #fff;
    margin-top: 10px;
}

#swOfficeBox{
    width:100%;
    padding: 0 50px;
}

#swOffice img{
    width: 100%;
}

#apiTeacher{
    width: 1250px;
    margin: 0 auto;
}

#apiTeacher .ceoBox{
    display: flex;
}

#apiTeacher .ceoBox .imgBox{
    position: relative;
    width: 50%;
    text-align: center;
}


#apiTeacher .ceoBox .imgBox .ceoImg{
    width: 100%;
    max-width: 400px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

#apiTeacher .ceoBox .imgBox .ceoBack{
    position: absolute;    
    z-index: 0;
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#apiTeacher .ceoBox .ctBox{
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#apiTeacher .ceoBox .ct1{
    color: #FF9DA5;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 25px;
}


#apiTeacher .ceoBox .line{
    
}

#apiTeacher .ceoBox .ct2{
    font-size: 18px;    
    font-weight: 400;
    letter-spacing: -1px;
    color: black;
    line-height: 28px;
}

#apiTeacher .title{
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}

#apiTeacher .apiTBox{
    display: flex;
    margin-bottom: 50px;
}

#apiTeacher .apiTBox:nth-child(even){
    flex-direction: row-reverse;
    text-align: right;
}

#apiTeacher .apiTBox .imgBox{
    width: 50%;
    text-align: center;
}

#apiTeacher .apiTBox .imgBox img{
    width: 100%;
    max-width: 450px;
    box-shadow: 0px 0px 66.634px 0px rgba(0, 0, 0, 0.25);
}

#apiTeacher .apiTBox .ctBoxWrap{
    width: 50%;
}


#apiTeacher .apiTBox .ctBox{    
    max-height: 650px;
    overflow: hidden;
}

#apiTeacher .apiTBox .ctTitle{
    color: #FF9DA5;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
    margin-top: 5px;
}

#apiTeacher .apiTBox .ctList{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
    color: black;
}

#apiTeacher .apiTBox .name{
    font-weight: bold;
    font-size: 28px;
}

#apiTeacher .apiTBox .position{
    font-size: 18px;
    padding-left: 5px;
}

#apiTeacher .apiTBox .btnDetail{
    background: #DE5F68;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 10px;
}

#compare{
    width: 1250px;
    margin: 0 auto;
}


#compareWrap .infoBox{
    background: linear-gradient(90deg, #FF9DA5 7.07%, rgba(240, 0, 97, 0.60) 94.18%);
    color: #fff;
    text-align: center;    
    padding: 100px 0;
}

#compareWrap .infoBox .ct1{
    letter-spacing: -1px;
    font-size: 30px;   
}

#compareWrap .infoBox .ct2{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
}

#compareWrap .infoBox .goBtn{
    margin-top: 20px;
    display: inline-block;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(255, 241, 247, 0.60);
    border-radius: 10px;
    padding: 25px 50px;
    letter-spacing: -1px;
    font-size: 20px;
}

#compareWrap .infoBox{
    background-image: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(/assets/image/compare1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;    
}


#compare .title{
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

#compare .imgList{
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 30px;
}

#compare .imgList img{
    width: 300px;
    height: 300px;
    margin-right: 20px;
    object-fit: cover;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:fixed;margin:0 auto;width:100%;height:1px; top:0;}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops { top: 50px; left: 50px; position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con { max-width: 500px; max-height: 86vh; overflow: auto; }
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

@media screen and (max-width: 1250px){
    
    #compare, #apiTeacher{
        width: 100%;        
        padding: 0 15px;
    }
    
    #about .cateAbout{
        width: 100%;    
    }
    
    #about .contentWrap{
        width: 100%;    
    }
    
    #main .ctWrap .ctBox .btnGo{           
        margin: 20px auto;
    }

    #main .ctWrap{
        width: 100%;
/*        margin: 30px 0;*/
        flex-direction: column;
        text-align: center;        
    }
    
    #main .ctWrap .line{
        margin: 18px auto;
    }
        
    #main .ctWrap .imgBox{
        width: 100%;        
    }
    
    #main .ctWrap .ctBox{
        width: 100%;
        margin-top: 35px;
        text-align: center;
        padding: 0;
    }        
    
    #main .ctWrap1, #main .ctWrap2{
        margin: 0;
        height: auto;
        padding-bottom: 30px;
    }
    
    #main .cate{
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    
    #center{
        width: 100%;
        padding: 0 20px;
    }
    
    #center .box{
        flex-direction: column;
        text-align: center;
    }
    
    #center .box:nth-child(1){
        flex-direction: column-reverse;
    }
    
    #center .textBox{
        text-align: center;
    }
    
    #center .textBox2{
        width: 100%;
        text-align: center;
    }
    
    #center .content2{
        justify-content: center;
    }
    
    #center .imgBox2{
        width: 100%;
        justify-content: center;
        padding: 0 10px;
        margin-top: 20px;
    }
    
    
    #center .textBox, #center .textBox3{
        margin-bottom: 20px;
    }   
    
    #program{
        width: 100%;
        padding: 0 20px;
    }
    
    #program .box{
        flex-direction: column;
        align-items: center;
    }
    
    #program .box .swiper{
        margin-bottom: 40px;
    }
    
    #program .box:nth-child(2){
        flex-direction: column-reverse;
    }
    
    #program .contentBox{
        align-items: center;
    }
    
    #list{
        width: 100%;
        padding: 0 5px;
    }
    
    #list .officeBox .box{
        width: calc(33% - 6px);
        margin: 3px;
    }
    
    #proSystem{
        width: 100%;
        padding: 0 10px;
    }
    
    #proSystem{
        width: 100%;
        padding: 0 10px;
    }
    
    #action{
        width: 100%;
        padding: 0 10px;
    }
    
    #action iframe{
        width: 100%;
        height: 600px;        
    }
    
    #notice{
        width: 100%;
        padding: 0 10px;
    }
    
    #youtube{
        width: 100%;
        padding: 0 15px;
    }
    
    #review{
        width: 100%;
        padding: 0 5px;
    }
    
    #main .gallery{
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px){
    
    #main .api3{
        width: 100%;
        padding: 0 10px;
        padding-top: 50px;
    }
    
    #apiTeacher .ceoBox{
        display: unset;    
    }
    
    #apiTeacher .ceoBox .imgBox{
        width: 100%;
        text-align: center;
    }
    
    #apiTeacher .ceoBox .ctBox{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    
    #apiTeacher .ceoBox .ct1{
        font-size: 22px;    
        margin-top: 5px;
    }
    
    #apiTeacher .ceoBox .ct2{        
        font-size: 16px;
    }
    
    #apiTeacher .title{
        margin: 25px 0;    
    }
    #apiTeacher .apiTBox{
        display: unset;
    }
    
    #apiTeacher .apiTBox .imgBox{
        width: 100%;
    }
    
    #apiTeacher .apiTBox .ctBoxWrap{
        width: 100%;
        text-align: center;
    }
    #apiTeacher .apiTBox .info{
        margin-top: 20px;
    }
    
    #apiTeacher .apiTBox .btnDetail{
        margin-bottom: 15px;
    }
    
    .stepBox .stepImgBox{
        overflow-x: auto;
        white-space: nowrap;     
    }
    
    #teacher{
        width: 100%;
        padding: 0 20px;
    }
    
    #teacher .box img{
        width: 100%;
    }
    
    #youtube .mainReview{
        display: block;    
    }
    
    #youtube .contentBox{
        width: 100%;
        padding-top: 0px;
        text-align: center;
    }
    
    #youtube .videoBox{
        width: 100%;
    }
    
    #youtube .subReview iframe{
        width: 100%;
        height: 250px;
        margin: 0px;
    }
    
    #swOfficeBox{
        padding: 0;
    }
}

@media screen and (max-width: 900px){
    
    #compareWrap .mainBox .ct1{
        font-size: 24px;
    }
    
    #compareWrap .mainBox .ct2{
        font-size: 24px;    
    }
    
    #compare .mainBox{
        padding: 20px;
    }
    
    #action iframe{
        width: 100%;
        height: 500px;        
    }
    
    #about .menImgBox{
        margin: 20px 0;
    }
    
    #about .menImgBox img{
        width: 100%;    
    }
    
    #about .exerciseMent{
        font-size: 14px;
    }
    
    #about .contentWrap{
        width: 100%;
        padding: 0 15px;
    }
    
    #about .proTitle{
        margin: 15px 0;
        font-size: 20px;
    }
    #about .proSub{
        margin: 15px auto;
    }
    
    #about .proCt{
        font-size: 14px;
    }
    #header{
        display: inline-block;
        text-align: center;
        padding: 10px 40px;
        
    }
    
    #header .category{
        display: none;
    }
    
    #header .menu{
        display: block !important;
        top: 18px;
        left: 25px;
    }

    #header .btnMenu{

    }
    
    #logo{
        width: 100px;
    }
    
    
    .mainLogoWrap .mainTitle1{
        font-size: 1.7em;
    }
    
    .mainLogoWrap .mainTitle2{
        font-size: 1.7em;
    }

    .mainLogoWrap .mainTitle3{
        font-size: 1.7em;
    }
    
    
    
    #main .mainText{
        width: 90%;
        margin: 30px auto;
        font-size: 22px;
    }        
    
    
    #main .officeBox{
        padding: 0 20px 0 20px;
    }
    
    #main .officeListWrap{
        padding: 20px 0;
    }
    
    #main .boxWrap{
        width: 150px;
        height: 150px;
    }
    
    #main .boxWrap .number{
        width: 30px;
        height: 30px;
    }
    
    #main .api2{
        height: 150px;
        font-size: 18px;
    }        
    
    #center .imgBox2 .img4{
/*        width: 100%;*/
    }
    
    #history{
        width: 100%;
        padding: 0 20px;
    }
    
    #history .historyBox{
        justify-content: space-evenly;
    }
    
    #detail{
        width: 100%;
        padding: 0 20px;
    }
    
    #curriculum{
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    #curriculum .title{
        font-size: 26px;
    }
    
    #curriculum .subTitle{
        font-size: 16px;
    }
    
    #curriculum .subTitle2{        
        font-size: 15px;
    }

        
    
    #curriculum .apiIntro .leftBox{
        width: 100%;
        height: 100%;        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    #notice table th.content{
        width: 40%;
    }
    
    #noticeAdd, #noticeView{
        width: 100%;
        padding: 0 10px;
    }
    
    #honor{
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 800px){
    #curriculum{
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px){
    .modal-open .modal{
        display: block !important;
    }
 
    
}

@media screen and (max-width: 750px){
    #about .line{
        margin-bottom: 20px;    
    }
    
    #about .exerciseBox{
        margin: 20px 0;
        flex-wrap: wrap;
        display: flex;
    }
    
    #about .exerciseBox div{
        width: 50%;
        height: 200px;
    }
    
    #main .pilates{        
        height: 100%;
    }
    
    #main .pilates .pilatesCate{
        width: 100%;
        min-height: 230px;
        display: inline-flex;
        background-position: 32%;
    }
    
    #main .pilates .pilatesCate:nth-child(3){
        background-position: 6%;
    }
    
    #main .pilates .pilatesCate a{
        height: auto;
        flex-direction: column;
    }
    
    #main .pilates .title{
        font-size: 15px;
    }
    
    #main .pilates .detail{
        padding: 8px 12px;
        font-size: 14px;
        display: block;
    }
    
    #main .gallery .galleryImg {
        margin: 1px;
        width: 31%;
    }
    
    .filter{
        text-align: center;
    }
    
    #teacher .box{
        width: 45%;
        margin-bottom: 10px;
    }
    
    #teacher .box .tel{
        display: block;
        margin-top: 2px;
    }
    
    #curriculum .apiIntro .leftBox p{
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    
    #proSystem .title{
        font-size: 24px;
    }
    
    #proSystem .subTitle{
        font-size: 16px;
    }
    
    #proSystem .circleBox{
        display: block;
    }
    
    #proSystem .circle{
        display: inline-flex;
        margin: 3px;
    }
    
    #honor .selectStep{
        margin: 0 auto;
    }
    
    #honor .content{
        width: 46%;
        flex-direction: column;
        height: auto;
        display: inline-flex;
        margin: 5px;
        padding: 10px 0;
        border: 1px solid #F6F6F6;
    }
    
    #honor .content span{
        margin-bottom: 3px;
    }
    
    #honor .content .icon{
        display: none;
    }
        
    #honorSwiper .date{
        margin-bottom: 5px;   
    }
    
    #honor .topBox{
        padding: 0 10px;
    }
}


@media screen and (max-width: 600px){
    
    .hd_pops{
        top: 50% !important;
        left: 50% !important;
        width: 95%;
        transform: translate(-50%, 25%);    
    }
    
    .hd_pops_con{
        max-height: 58vh;
    }    
        
    #action iframe{
        width: 100%;
        height: 300px;
    }
    
    #main .ctWrap .imgBox img{
        width: 100%;
        padding: 0 10px;
    }
    
    #about .cateAbout{
        font-size: 13px;
        padding: 0 10px;
    }
    
    #program .box .swiper{
        width: 100%;
    }
    
    #program .box .swiper img{
        width: 100%;
    }
    
    #list .mainTitle{
        font-size: 18px;
    }
    
    #list .officeBox .box{
        height: 200px;
    }
    
    #list .officeBox{
        margin: 20px 0;
    }
    
    #list .officeBox .name{
        font-size: 14px;        
        margin-bottom: 5px;
    }
    
    #list .officeBox .btnDetail{
        padding: 5px;
    }
    
     #detail .snsBox .box{
        width: 49%;
        margin: 1px;
        height: auto;
        padding: 15px;
        border-radius: 5px;         
    }
    
    #notice .title{
        font-size: 15px;
    }
    
    #honorSwiper .profile{
        width: 80px;
        height: 80px;
    }
    
    #honorSwiper .date span{
        display: block;
        text-align: center;
    }
    
    #honorSwiper .swiper-pagination-bullet{
        padding: 5px;
    }
    
    .modal .teacherName{
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px){
    
    
    #main .mainLogoWrap{
        height: 300px;
    }
    
    #main .mainBox{
        height: auto;
    }
    
    #cate{
        margin-bottom: 30px;
    }
    
    #cate .cate{
        display: none;    
    }
    
    #curriculum .underline{
        margin: 15px auto;
    }
    
    #curriculum .mainTitle{
        font-size: 20px;
    }
    
    #curriculum .subTitle2{
        font-size: 14px;
    }
    
    #main .apiTitle1{
        margin: 40px auto !important;
    }
    
    #main .api3{
        padding-top: 30px;
    }
    
    #main .api3 .title{
        font-size: 20px;
    }
    
    #main .api3 .subTitle{
        font-size: 16px;
        line-height: 28px;
    }
    
    #compareWrap .infoBox{
        height: 250px;
    }
    
    #compareWrap .infoBox .goBtn{
        padding: 18px 30px;    
        font-size: 14px;
    }
    
    #compareWrap .mainBox{
        background-position: right;
    }
    
    #compareWrap .mainBox .priceBox{
        padding: 0 20px;    
        justify-content: space-around;
    }
    
    #compareWrap .mainBox .rank{
        font-size: 16px;    
    }
    
    #compareWrap .infoBox .ct1{
        font-size: 16px;   
    }
    
    #compareWrap .infoBox .ct2{
        font-size: 26px;
    }
    
    #compare .imgList img{
        width: 200px;
        height: 200px;
    }
    
    #compare .mainBox{
        height: 415px;    
    }
    
    #compareWrap .mainBox .ct3{
        font-size: 14px;
    }
     #action iframe{
        width: 100%;
        height: 200px;
    }
    
    #curriculum .officeBox .officeTel{
        font-size: 13px;    
    }
    
    #curriculum .officeBox .officeTitle{
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    #curriculum .officeBox .officeName{
        font-size: 14px;
    }            
    
    #main .ctWrap .ctBox .ct1{
        font-weight: bold;
        font-size: 22px;
    }
    
    #main .ctWrap .ctBox .ct2{
        font-size: 17px;
    }
    
    #about .proCt{
        font-size: 13px;
        line-height: 20px;
    }
    
    .stepBox .stepImgBox img{
        width: 200px;
        height: 200px;
    }
    
    .stepBox .stepTitle{
        font-size: 14px;    
    }
    
    #about .grayBack{
        padding: 25px 10px;
    }
    #about .youtube{
        height: 200px;
    }
    
    .mainLogoWrap{
        height: 250px;
        padding: 0 20px;
        text-align: center;
    }
    
    #main .mainText{        
        font-size: 16px;
        padding: 40px 0px;
    }
    
    #main .api{
        padding: 0 0;
    }
    #main .api .title1{
        font-size: 30px;
    }
    #main .api .title2{
        font-size: 30px;
    }
    #main .api .subText{
        font-size: 16px;    
    }
    #main .cate {
        margin-top: 10px;
    }
    #main .cate .cateBox{
        width: 75%;
        padding: 15px;
    }
    
    #main .cate .title{
        font-size: 18px;
    }
    
    #main .gallery .title{
        font-size: 1.5em;
        padding-bottom: 15px;
    }
    
    #footer{
        padding: 20px;
        height: auto;
    }
        
    #footer .logo{
        display: none;
    }
    
    #footer .title{
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    #footer .email{
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    #center .box{
        margin-bottom: 25px;
    }
    
    #center .imgBox{
        width: 100%;
    }
    
    #center .textBox{
        width: 100%;
    }
    
    #center .imgBox .img, #center .imgBox3 .img5{
        width:  100%;
    }
    
    #center .textBox .text1{
        font-size: 24px;
    }
    
    #center .textBox .text2{
        font-size: 18px;
    }
    #center .textBox3 .text3{
        font-size: 14px;
        font-weight: 500;
    }
    
    #center .textBox .text3{
        font-size: 14px;
        font-weight: 500;
    }
    
    #center .textBox .text3.first{
        margin-top: 15px;
    }
    
    #center .textBox2 .text2{
        font-size: 16px;
        line-height: unset;
        display: inline-block;
    }
    
    .mainLogoWrap .title{
        font-size: 2em;
    }
    
    #center .imgBox2 .img4{
        display: none;
    }
    
    #center .content2{
        position: unset;
        width: 100%;
        flex-direction: column;
    }
    
    #center .textBox2 .text3{
        font-size: 14px;
        font-weight: 500;
    }
    
    #center .content2 .cate2{
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    #center .box:nth-child(3){
        margin-top: 20px;
    }
    
    #center .textBox3 .text1{
        font-size: 24px;
    }
    
    #center .imgBox .img3{
        right: -10px;
    }    
    
    #center .imgBox{        
        margin-top: 15px;
    }
    
    #teacher .title{
        font-size: 18px;
    }
    
    #teacher .subTitle{
        font-size: 14px;
    }
    
    .filter{
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    
    .searchTxt{
        width: 60%;
    }
    
    #teacher .box .location{
        font-size: 14px;
    }
    
    #teacher .box .name{
        font-size: 16px;    
        margin: 4px 0;
    }
    
    #teacher .box .name .rank{
        display: block;
    }
    
    #teacher .box .tel{
        padding: 0;    
        font-size: 14px;
    }
    
    #history .historyBox{
        padding: 8px 0;
    }
    
    #history .historyBox .year{
        font-size: 2.0em;
    }
    
    #history .historyBox .log{
        font-size: 16px;
    }
    
    #history .historyBox{
        justify-content: unset;
        padding: 10px 30px;
    }
    
    #program .box{
        margin-bottom: 30px;
    }
    
     #program .title1{
        font-size: 22px;
        text-align: center;
    }
    
    #program .title2{
        font-size: 15px;
        text-align: center;
    }
    
    #program .title3{
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }
    
    #detail .map{
        height: 400px;
    }
    
    #detail .mapBox .info .line2{
        font-size: 14px;        
    }
    
   
    
    #detail .box .btnDetail{
        padding: 5px;
        margin-top: 5px;
    }
    
    #detail .box .icon{
        width: 20px;
    }
    
    #detail .box .name{
        font-size: 14px;
        font-weight: 500;
    }
    
    #detail .box .tel{
        margin-top: 5px;
        font-size: 12px;
        font-weight: 500;  
    }
    
    #detail .snsBox{        
        flex-wrap: wrap;
        margin-bottom: 25px;
        justify-content: unset;
    }   
    
    #detail .list .rank{
        font-size: 14px;
        margin-top: 5px;
    }
    
    #detail .list .name{
        font-size: 14px;        
    }
    
    #detail .list .more{
        padding: 2px 8px;
    }
    
    #detail .list .teacherBox{
        width: 48%;
    }
    
    #curriculum .apiIntro .leftBox p{
        font-size: 14px;
    }
    
    #curriculum .apiIntro{
        margin-top: 20px;   
    }
    
    #curriculum .service .number{
        bottom: 68px;
        width: 30px;
        height: 30px;
    }
    
    #curriculum .service .title{
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    #curriculum .service .subTitle{
        font-size: 14px;
    }
    
    #action{
        text-align: center;
    }
    
    #proSystem .circleBox{
        margin-top: 20px;
    }
    
    #proSystem .circle{
        width: 165px;
        height: 165px;
    }
    
    #proSystem .circle .number{
        width: 40px;
        height: 40px;
    }
    
    #proSystem .circle p{
        font-size: 14px;
    }
    
    #proSystem .system1{
        margin: 30px 0;
    }
    
    #notice table td{        
        font-size: 13px;
    }
    
    #honorSwiper .swiper-button-prev, #honorSwiper .swiper-button-next{
        display: none;
    }
    
    #youtube .title{
        font-size: 20px;
    }
    
    #youtube .kg{
        font-size: 16px;        
    }
    
    #youtube .ment{
        margin-top: 10px;
        font-size: 14px;
    }
    
    #review .title{
        font-size: 18px;
    }
    
    #ftCall{
        width: 80px;
        height: 80px;
        font-size: 13px;
    }

    #ftCall img{
        width: 25px;
    }
    
     #ftCall p{
/*        display: none;*/
    }
    
    #teacherModal .imgBox{
        width: 100%;
        height: 650px;
        justify-content: center;
    }
    
    #teacherModal .modal-body{
        display: block;
        overflow-y: scroll;
        height: 80vh;
    }
    
    #teacherModal .contentBox{
        width: 100%;
        margin-left: 0px;
        overflow: unset;
        padding-left: 0;
    }

    #review .list .box{
        width: calc(33% - 1px);
    }
    #detail .mapBox .info{
        bottom: -45px;
    }
    
    #detail .mapBox .info .icon{
        display: block;        
        width: 85px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    
    #teacherModal .scrollBox{
        overflow: hidden;
        height: auto;
    }
    
    #teacherModal .modal-dialog{
        transform: translate(0, 0%);
    }
}

@media screen and (max-width: 375px){            
}

