@import url("basic_css.css");


.contents {
  position: relative;
  width: 100%;
  /* margin-top: 44px; */
  overflow: hidden;
}

.ispancustom1{
  width: calc(100% - 15px);
  /* margin-left: 10px; */
  display: block;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.icustom1{
  width: 11px !important;
  display: block !important;
  line-height: 25px !important;
  float: left;
}


.preline{
  white-space: pre-line;
}

.preline_span1{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

.preline_span1:nth-child(1){
  margin-top: 0px !important;
}

/*
*
* ==========================================
*  데스크탑 1900 ~ , 노트북 1025 ~ 1899
* ==========================================
*
*/
@media screen and (min-width:1025px) {

  /* ============================================================================================================================= */
  /* 메인화면1 - 소개 */

  .content1 {
    position: relative;
    margin-top: 75px;
    width: 100%;
    height: 200px;
    position: relative;
    /* background-image: url(../img/background/sejong.jpg); */
    /* background-size: 100% 100%; */
    /* background-image: contain; */
    /* background-repeat: no-repeat; */
    overflow: hidden;
    /* background-position: center center; */
    /* color: white; */
    background: linear-gradient(-45deg, #1d2c41, #B7C9D9, #4FA3F0, #22131a);
    background-size: 400% 400%;
    animation: AnimationName 20s ease infinite;
    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    -o-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite;
  }



  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @-o-keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  .content1 .where {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 12px;
    width: 251px;
    height: 20px;
  }

  .content1_text_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
  }


  .content1 span:nth-child(1) {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 24px;
    float: left;
    margin-top: 30px;
    line-height: 70px;
    letter-spacing: -2px;
  }

  .content1_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(50% - 100px);
    text-align: center;
  }



  .content1 .underline_wrap {
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
  }

  .content1 .underline1 {
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 15px;
  }

  .content1 span:nth-child(2) {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    float: left;
    line-height: 25px;
    margin-top: 30px;
    letter-spacing: -1px;
  }

  /* .s1_arrow{
	display:block; 
	position:absolute; 
	bottom: 18.4%;
	right: calc(50% - 4px);
	text-align:center; 
  }
  
  .scroll-arrow 
  {
	width:4px; 
	height:4px; 
	border-right: 3px solid white; 
	border-bottom: 3px solid white;
	transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-o-transform: rotate(45deg);  
	-ms-transform: rotate(45deg);
	animation: arrow-wave 1s infinite; animation-direction: alternate;
  }
  
   .scroll-arrow:nth-child(1) {
	 animation-delay: 0.1s;
	}
  
   .scroll-arrow:nth-child(2) {
	 margin-top:6px; 
	 animation-delay: 0.2s;
	}
  
   .scroll-arrow:nth-child(3) {
	 margin-top:6px; 
	 animation-delay: 0.3s;
	}
  
   @keyframes arrow-wave {
   0% {opacity: 0;}
   50% {opacity: .5;}
   100% {opacity: 1;}
   }
  
   @keyframes arrow_down{
   0%{top:50px;}
   50%{top:30px;}
   100%{top:50px;}
   }

/* ============================================================================================================================= */
  /* 메인화면2 */

  .content2{
    position: static;
    width: 100%;
    height: 50px;
    z-index: 13;
  background: white;
  /* transition: all 0.5s; */
  box-sizing: border-box;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  color: #4a5160;
  }
  
  .content2_active{
  position: fixed;
  top: 0px;
  z-index: 7900;
  }
  
  .content2 img{
  position: absolute;
  display: block;
  width: 180px;
  height: 40px;
  margin: 5px 0px;
  left: -220px; 
  transition: all 0.5s;
  }
  
  .menu_plus2{
  transition: all 0.5s;
    position: absolute;
    width: 50px;
    float:right;
    height: 50px;
    right: -60px;
    text-align: center;
    z-index: 11;
  cursor: pointer;
  }
  
  .menu_plus2 .i{
    position: absolute;
    color: white;
    left: 0px;
    width: 21px;
    height: 21px;
    margin: 14.5px 14.5px;
    background-repeat: no-repeat;
    background-image: cover;
  }
  
  .x_img{
  background-image: url(../image/icon/x_black.png);
  }
  
  .list_img{
  background-image: url(../image/icon/list_black.png);
  }
  
  .menu_plus2_active{
    width: 200px;
  }
  
  .content2 .text_wrap{
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
  }
  
  
  .content2 .text1{
    width: 100%;
    height: 100%;
  }
  
  .content2 .text1 ul{
  width: 100% ;
  height: 100%;
  margin: 0 auto;
  
  }
  
  .content2 .text1 li{
    display: block;
    width: calc(100% / 6);
    float: left;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
  }
  
  .content2 .text1 a{
    display: block;
    color: #4a5160;
    font-size: 14px;
    position: relative;
    margin-top: 16px;
    height: 18px;
    border-right: 1px solid #4a516056;
  }
  
  .content2 .text1 li:last-child a{
  border-right: none;
  }
  
  .content2 .text1 a:hover{
  color: #0070c9;
  }
  
  .content2 li:nth-child(5) a{
    color: #0070c9;
  }
  
  .content2 li:nth-child(5) a:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 8000;
    width: 100%;
    height: 1px;
    background: #0070c9;
  }


 /* ============================================================================================================================= */
  /* 메인화면3 */
  .m_table_wrap{
    display: none;
  }

  .content3 {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    /* min-height: 1080px; */
    overflow: hidden;
    /* padding-bottom: 100px; */
    z-index: 12;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
  }

  .content3_text {
    position: relative;
    width: 100%;
    height: 200px;
    /* background-color: aqua; */
    text-align: center;
    margin-top: 80px;
  }


  .content3 .content3_text span:nth-child(1) {
    display: block;
    width: 100%;
    height: 50px;
    /* background-color: red; */
    font-size: 30px;
    float: left;
    font-weight: 100;
  }

  .content3 .content3_text span:nth-child(3) {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    float: left;
    font-weight: 100;
    line-height: 30px;
  }

  .content3 .underline_wrap {
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
  }

  .content3 .underline1 {
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 20px;
  }

  .figma_container{
    position: relative;
    width: 100%;
    height: 1200px;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  .figma_wrap{
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    margin-top: 70px;
    border-radius: 3px;
  }

  .sgaNavi_pc{
    width: 100%;
    position: relative;
    margin-top: 20px !important;
  }

  .figma_box0{
    position: relative;
    float: left;
  }

  .figma_box1{
    position: relative;
    width: calc(100% - 640px);
    float: right;
  }

  .figma_box2{
    width: 400px;
    float: left;
    height: 590px;
    padding: 0px 20px;
    box-sizing: border-box;
  }


  .middle1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: right;
    height: 100%;
  }


  .table_wrap {
   
  }

  .pc_pro_img_wrap{
    width: 480px;
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    letter-spacing: -1px;
    background-position: center;
    z-index: 888;
    padding: 10px;
    background-color: rgba(175, 175, 175, 0.3); /* #AFAFAF + 30% 투명 */
    backdrop-filter: blur(10px); /* 배경 블러 효과 */
    -webkit-backdrop-filter: blur(10px); /* 사파리 호환 */
    border-radius: 3px;
    margin-right: 20px;
  }

  .pc_pro_img{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: -1px;
    background-position: center;
    border-radius: 3px;
  }

  .pro_img{
    display: none;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    letter-spacing: -1px;
    background-position: center;
  }
  
  .pro_img_box{
      width: 100%;
      height: 100%;
      position: relative;
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
      border-radius: 5px;
  }

  .pc_company_name{
    display: block;
    text-align: center;
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 10px 0px;
    line-height: 20px !important;
  }

  .pc_company_activity_area{
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 20px !important;
  }
 

  .title_intro_wrap{
    width: 100%;
    height: 58px;
  }
  
  .pc_title_intro_wrap{
    margin-top: 50px;
  }

  .mb_title_intro_wrap{
    display: none;
  }

  .pc_member_num{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-size: 13px;
    letter-spacing: -1px;
  }

  .title_intro{
    width: 100%;
    height: 100%;
    line-height: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
    cursor: pointer;
    /* border-bottom: 1px solid #d8d8d8; */
  }

  .pro_img span{
    position: absolute;
    left: 20px;
  }
  
  .pro_img .pro_name{
    color: white;
    font-weight: bold;
    font-size: 18px;
    bottom: 80px;
  }
  
  .pro_img{
    color: #eeeeee;
    font-size: 12px;
  }
  
  .pro_img .pro_aqc_center{
    bottom: 110px;
  }
  
  .pro_img .pro_lesson_place{
    bottom: 80px;
  }
  
  .pro_bar {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #d8d8d8;
}

.pro_bar ul {
    display: flex; /* Flexbox 사용 */
    justify-content: space-between; /* 남은 공간을 균등 분배 */
    padding: 0;
    margin: 0;
    list-style-type: none; /* 리스트 스타일 제거 */
}

.pro_bar ul li {
    flex-grow: 1; /* 각 li가 남은 공간을 균등하게 차지함 */
    line-height: 50px;
    text-align: center;
    padding: 0 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: -1px;
    color: #7c7c7c;
    font-size: 14px;
    cursor: pointer;
}

.pro_bar ul li:last-child {
    border-right: none; /* 마지막 li에는 테두리를 제거 */
}

  
  .pro_bar .active{
    color: black;
  }
  
  .pro_text{
    width: 100%;
    padding: 20px 10px 80px 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: -1px;
  }
  
  .pro_text div{
    /* white-space: pre-line; */
    line-height: 25px;
  }
  
  #bt2, #bt3, #bt4, #bt5{
  display: none;
  }


}


/*
*
* ==========================================
*  모바일 360 ~ 767, 테블릿 768~1024
* ==========================================
*
*/
@media screen and (min-width:360px) and (max-width:1024px){

  /* pc용 */
  .figma_box1{
    display: none;
      }

/* @media screen and (max-width:1024px) { */


  /* ============================================================================================================================= */
  /* 메인화면1 - 소개 */

  .content1 {
    position: relative;
    width: 100%;
    height: 210px;
    position: relative;
    background-image: url(../image/background/sejong.jpg);
    background-size: 100% auto;
    background-image: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center;
    /* color: white; */
  }

  .content1 .where {
    display: none;
  }

  .content1_text_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }


  .content1 span:nth-child(1) {
    display: block;
    width: 100%;
    height: 25px;
    font-size: 18px;
    float: left;
    margin-top: 70px;
    /* line-height: 70px; */
    letter-spacing: -2px;
    /* background-color: aqua; */
  }

  .content1_text {
    position: absolute;
    width: calc(100% - 50px);
    padding: 0px 25px;
    height: 100%;
    top: calc(50% - 100px);
    text-align: center;
  }



  .content1 .underline_wrap {
    width: 100%;
    height: 15px;
    position: relative;
    float: left;
    /* background-color: aqua; */
  }

  .content1 .underline1 {
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 7.5px;
  }

  .content1 span:nth-child(2) {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 11px;
    float: left;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: -1px;
  }


  /* ============================================================================================================================= */
  /* 메인화면2 */

  .content2{
    position: static;
      width: 100%;
      height: 50px;
      z-index: 13;
    background: white;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    color: #4a5160;
    -ms-overflow-style: none;
    overflow-y: hidden;
  }
  
  .content2::-webkit-scrollbar{
    display:none;
  }
  
  
  .content2_active{
    display: none;
  }
  
  .content2 img{
  display: none;
  }
  
  .menu_plus2{
   display: none;
  }
  
  .menu_plus2 .i{
    display: none;
  }
  
  .x_img{
    display: none;
  }
  
  .list_img{
    display: none;
  }
  
  .menu_plus2_active{
      display: none;
  }
  
  .content2 .text_wrap{
    width: 600px;
    min-width: 600px;
    max-width: 600px;
      height: 100%;
      margin: 0 auto;
  }
  
  
  .content2 .text1{
      width: 100%;
      height: 100%;
  }
  
  .content2 .text1 ul{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  
  }
  
  .content2 .text1 li{
      display: block;
      width: calc(100% / 6);
      float: left;
      box-sizing: border-box;
      height: 50px;
      text-align: center;
  }
  
  .content2 .text1 a{
    display: block;
      color: #4a5160;
      /* font-weight: bold; */
      font-size: 14px;
      position: relative;
    margin-top: 16px;
    height: 18px;
    border-right: 1px solid #4a516056;
  }
  
  .content2 .text1 li:last-child a{
    border-right: none;
  }
  
  .content2 .text1 a:hover{
    color: #0070c9;
  }
  
  .content2 li:nth-child(5) a{
      color: #0070c9;
  }
  
  .content2 li:nth-child(5) a:after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      z-index: 9000;
      width: 100%;
      height: 1px;
      background: #0070c9;
  }



  /* ============================================================================================================================= */
  /* 메인화면3 */


  .container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .content3 {
    width: calc(100% - 0px);
    /* height: 550px; */
    overflow: hidden;
    /* padding: 0px 25px; */
    position: relative;
    z-index: 11;
    margin-top: 0px;
    /* min-height: 1600px; */
    /* margin-bottom: 100px; */
    /* background-color: black; */
  }

  .content3_text {
    position: relative;
    width: 100%;
    height: 150px;
    /* background-color: aqua; */
    text-align: center;
    margin-top: 0px;
    /* margin-bottom: 50px; */
  }


  .content3 .content3_text span:nth-child(1) {
    display: block;
    width: 100%;
    height: 25px;
    /* background-color: red; */
    font-size: 18px;
    float: left;
    margin-top: 40px;
    color: black;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .content3 .content3_text span:nth-child(3) {
    display: block;
    width: 100%;
    overflow: hidden;
    color: black;
    font-size: 12px;
    float: left;
    line-height: 25px;
    letter-spacing: -1px;
    margin-top: 5px;
    text-align: center;
  }

  .content3 .content3_text .underline_wrap {
    width: 100%;
    height: 15px;
    position: relative;
    float: left;
  }

  .content3 .content3_text .underline1 {
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 7.5px;
  }



  .middle1 {
    position: relative;
  margin-top: 20px;
  width: 100%;
  }


  .table_wrap {
   
  }

.pro_img{
  width: 99%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  letter-spacing: -1px;
  background-position: center;
  margin: 0 auto;
  border-radius: 5px;
}

.pro_img_box{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
}

.pro_img span{
  position: absolute;
  left: 20px;
}

.pro_img .pro_name{
  color: white;
  font-weight: bold;
  font-size: 18px;
  bottom: 80px;
}

.pro_img{
  color: #eeeeee;
  font-size: 12px;
}

.pro_img .pro_aqc_center{
  bottom: 110px;
}

.pro_img .pro_lesson_place{
  bottom: 80px;
}

.pc_member_num{
display: none;
}

.pc_title_intro_wrap{
  display: none;
}

.title_intro_wrap{
  width: 100%;
  height: 58px;
  background-color: rgb(240 240 243);
}
.title_intro{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 18px;
  cursor: pointer;
  /* border-bottom: 1px solid #d8d8d8; */
  background-color: white;
}


.pro_bar {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #d8d8d8;
}

.pro_bar ul {
  display: flex; /* Flexbox 사용 */
  justify-content: space-between; /* 남은 공간을 균등 분배 */
  padding: 0;
  margin: 0;
  list-style-type: none; /* 리스트 스타일 제거 */
}

.pro_bar ul li {
  flex-grow: 1; /* 각 li가 남은 공간을 균등하게 차지함 */
  line-height: 50px;
  text-align: center;
  padding: 0 2px;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: -1px;
  color: #7c7c7c;
  font-size: 14px;
  cursor: pointer;
}

.pro_bar ul li:last-child {
  border-right: none; /* 마지막 li에는 테두리를 제거 */
}


.pro_bar .active{
  color: black;
}

.pro_text{
  width: 100%;
  padding: 20px 20px 80px 20px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: -1px;
}

.pro_text div{
  /* white-space: pre-line; */
  line-height: 25px;
}

#bt2, #bt3, #bt4, #bt5{
  display: none;
  }

}




/*
*
* ==========================================
* 모바일 - 359이하
* ==========================================
*
*/

/* 지금 overlfow hidden이 되있는거지 width가 최적화가 안되잇음 */
/* @media screen and (max-width:359.5px){ */
  @media screen and (min-width:0px) and (max-width:359.5px){

    /* pc용 */
  .figma_box1{
    display: none;
      }
      
	/* ============================================================================================================================= */
	/* 메인화면1 - 소개 */
	
	.content1 {
	  position: relative;
	  width: 100%;
	  height: 165px;
	  position: relative;
	  background-image: url(../image/background/sejong.jpg);
	  background-size: 100% auto;
	  background-image: cover;
	  background-repeat: no-repeat;
	  overflow: hidden;
	  background-position: center center;
	  /* color: white; */
	  }
	
	 .content1 .where{
	  display: none;
	 }
	
	 .content1_text_wrap {
	  overflow: hidden;
	  width: 100%;
	  height: 100%;
	  position: relative;
	  color: #fff;
	  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	  }
	
	
	.content1 span:nth-child(1){
	  display: block;
	  width: 100%;
	  height: 25px;
	  font-size: 15px;
	  float: left;
	  margin-top: 70px;
	  /* line-height: 70px; */
	  letter-spacing: -2px;
	  /* background-color: aqua; */
	}
	  
	  .content1_text{
	  position: absolute;	
	  width: calc(100% - 26px);
	  padding: 0px 13px;
	  height: 100%;
	  top: calc(50% - 100px);
	  text-align: center;
	  }
	  
	
	
	  .content1 .underline_wrap{
	  width: 100%;
	  height: 15px;
	  position: relative;
	  float: left;
	  /* background-color: aqua; */
	  }
	  
	  .content1 .underline1{
	  position: absolute;
	  left: calc(50% - 5px);
	  width: 10px;
	  height: 1px;
	  background-color: #fbd784;
	  float: left;
	  top: 7.5px;
	  }
	  
	  .content1 span:nth-child(2){
	  display: block;
	  width: 100%;
	  height: 40px;
	  font-size: 10px;
	  float: left;
	  line-height: 20px;
	  margin-top: 20px;
	  letter-spacing: -1px;
	  }
	  
	 
	  
	  
	
	/* ============================================================================================================================= */
	/* 메인화면2 */
  .content2{
	  position: static;
		width: 100%;
		height: 50px;
		z-index: 13;
	  background: white;
	  box-sizing: border-box;
	  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	  color: #4a5160;
	  -ms-overflow-style: none;
	  overflow-y: hidden;
	}
	
	.content2::-webkit-scrollbar{
	  display:none;
	}
	
	
	.content2_active{
	  display: none;
	}
	
	.content2 img{
	display: none;
	}
	
	.menu_plus2{
	 display: none;
	}
	
	.menu_plus2 .i{
	  display: none;
	}
	
	.x_img{
	  display: none;
	}
	
	.list_img{
	  display: none;
	}
	
	.menu_plus2_active{
		display: none;
	}
	
  .content2 .text_wrap{
    width: 600px;
    min-width: 600px;
    max-width: 600px;
      height: 100%;
      margin: 0 auto;
  }
	
	.content2 .text1{
		width: 100%;
		height: 100%;
	}
	
	.content2 .text1 ul{
	  width: 1000px;
	  height: 100%;
	  margin: 0 auto;
	
	}
	
	.content2 .text1 li{
		display: block;
		width: calc(100% / 6);
		float: left;
		box-sizing: border-box;
		height: 50px;
		text-align: center;
	}
	
	.content2 .text1 a{
	  display: block;
		color: #4a5160;
		/* font-weight: bold; */
		font-size: 14px;
		position: relative;
	  margin-top: 16px;
	  height: 18px;
	  border-right: 1px solid #4a516056;
	}
	
	.content2 .text1 li:last-child a{
	  border-right: none;
	}
	
	.content2 .text1 a:hover{
	  color: #0070c9;
	}
	
	.content2 li:nth-child(5) a{
		color: #0070c9;
	}
	
	.content2 li:nth-child(5) a:after {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 0;
		z-index: 9000;
		width: 100%;
		height: 1px;
		background: #0070c9;
	}
	
	
	/* ============================================================================================================================= */
	/* 메인화면3 */
	

  .container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .content3 {
    width: calc(100% - 0px);
    /* height: 550px; */
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    z-index: 11;
    margin-top: 0px;
    /* min-height: 1600px; */
    /* margin-bottom: 100px; */
  }

  .content3_text {
    position: relative;
    width: 100%;
    height: 150px;
    /* background-color: aqua; */
    text-align: center;
    margin-top: 0px;
    /* margin-bottom: 50px; */
  }


  .content3 .content3_text span:nth-child(1) {
    display: block;
    width: 100%;
    height: 25px;
    /* background-color: red; */
    font-size: 15px;
    float: left;
    margin-top: 40px;
    color: black;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .content3 .content3_text span:nth-child(3) {
    display: block;
    width: 100%;
    overflow: hidden;
    color: black;
    font-size: 10px;
    float: left;
    line-height: 25px;
    letter-spacing: -1px;
    margin-top: 5px;
    text-align: center;
  }

  .content3 .content3_text .underline_wrap {
    width: 100%;
    height: 15px;
    position: relative;
    float: left;
  }

  .content3 .content3_text .underline1 {
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 7.5px;
  }

  .middle1 {
    position: relative;
  margin-top: 20px;
  width: 100%;

  }


  .table_wrap {
   
  }
  .pro_img{
    width: 99%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    letter-spacing: -1px;
    background-position: center;
    margin: 0 auto;
    border-radius: 5px;
  }
  
  .pro_img_box{
      width: 100%;
      height: 100%;
      position: relative;
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
  }
  
  .pro_img span{
    position: absolute;
    left: 20px;
  }
  
  .pro_img .pro_name{
    color: white;
    font-weight: bold;
    font-size: 18px;
    bottom: 80px;
  }
  
  .pro_img{
    color: #eeeeee;
    font-size: 12px;
  }
  
  .pro_img .pro_aqc_center{
    bottom: 110px;
  }
  
  .pro_img .pro_lesson_place{
    bottom: 80px;
  }
  
  .pc_member_num{
    display: none;
  }
  .pc_title_intro_wrap{
    display: none;
  }
  
  .title_intro_wrap{
    width: 100%;
    height: 58px;
    background-color: rgb(240 240 243);
  }
  .title_intro{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
    cursor: pointer;
    /* border-bottom: 1px solid #d8d8d8; */
    background-color: white;
  }
  

  .pro_bar {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #d8d8d8;
}

.pro_bar ul {
    display: flex; /* Flexbox 사용 */
    justify-content: space-between; /* 남은 공간을 균등 분배 */
    padding: 0;
    margin: 0;
    list-style-type: none; /* 리스트 스타일 제거 */
}

.pro_bar ul li {
    flex-grow: 1; /* 각 li가 남은 공간을 균등하게 차지함 */
    line-height: 50px;
    text-align: center;
    padding: 0 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: -1px;
    color: #7c7c7c;
    font-size: 14px;
    cursor: pointer;
}

.pro_bar ul li:last-child {
    border-right: none; /* 마지막 li에는 테두리를 제거 */
}

  
  .pro_bar .active{
    color: black;
  }
  
  .pro_text{
    width: 100%;
    padding: 20px 10px 80px 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: -1px;
  }
  
  .pro_text div{
    /* white-space: pre-line; */
    line-height: 25px;
  }
  
  #bt2, #bt3, #bt4, #bt5{
    display: none;
    }
  
	
  }

  