@import url("basic_css.css");


.contents {
  position: relative;
  width: 100%;
  /* margin-top: 44px; */
  overflow: hidden;
}

.icustom2{
  color: #6B99D6 !important;
}


/*
*
* ==========================================
*  데스크탑 1900 ~ , 노트북 1025 ~ 1899
* ==========================================
*
*/
@media screen and (min-width:1025px) {

  /* ============================================================================================================================= */
  /* 메인화면1 - 소개 */

  #sgaNavi{
    width: 100%;
    position: relative;
  }
  /* KakaoMap CSS */
  #map{
  margin-top: 10px;
  width:100%; 
  height:600px; 
  border:1px solid black;
  box-sizing: border-box;
  }

  .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(4) a{
    color: #0070c9;
  }
  
  .content2 li:nth-child(4) 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%;
    position: relative;
  }

  .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;
  }


  .middle1 {
    position: relative;
  margin-top: 20px;
  width: 100%;
  }


  .table_wrap {
   
  }

  .search_container{
    position: absolute;
    top: -35px;
    width: calc(100% - 60px);
    height: 50px;
    background-color: white;
    z-index:99;
    left: 20px;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 1px 4px 16px 0 rgb(0 0 0 / 30%), 0px 8px 20px -6px rgb(0 0 0 / 25%);
    margin-left: 10px;
    border-radius: 3px;
  }

  .search_container form{
    width: 100%;
    height: 100%;
  }

  .search_container span{
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    float: left;
  }

  .search_container input{
    border: none;
    outline: none;
    height: 100%;
    width: calc(100% - 50px);
    font-size: 14px;
    float: left;
    margin-left: 5px;
  }

  .search_container button{
    width: 40px;
    float: left;
    height: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 16px;
    color: black;
    background-color: white;
  }

  .pro_list_container{
    width: calc(100% - 40px);
    padding: 0px 20px;
    overflow: hidden;
  }

  .pl_top_container{
    padding-top: 30px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pl_total_num{
    display: inline-block;
    background-color: #6584BD;
    padding: 8px 15px 8px 15px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
  }

  .category_btn{
    cursor: pointer;
  }

  .pl_orderby{
    float: right;
  }

  .pl_orderby select{
    outline: none;
    border: none;
    background: none;
    color: #6B99D6;
    cursor: pointer;
    height: 35px;
    font-weight: bold;
    /* margin-top: 5px; */
  }

  .pl_list_wrap{
    width: 100%;
    background-color: white;
    margin-top: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .pl_user{
    width: calc( calc(100% - 80px) / 4);
    height: 385px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(228, 228, 228);
    margin-right: 20px;
    float: left;
    box-shadow: 1px 4px 16px 0 rgb(0 0 0 / 30%), 0px 8px 20px -6px rgb(0 0 0 / 25%);
    margin-bottom: 30px;
    border-radius: 2%;
  }
  
  .pl_user:nth-child(4n+1) {
    margin-left: 10px;
}

  .pl_user:nth-child(4n){
    margin-right: 0px;
  }

  .pl_img {
    width: 100%;
    height: 200px;
    background-color: rgb(206, 206, 206);
    float: left;
    color: white;
    overflow: hidden;
    position: relative; /* img 안에 있을 때 relative 필요 */
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
}

.pl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지를 비율 유지하면서 div에 맞추기 */
    position: absolute; /* img를 div에 꽉 차게 배치 */
    top: 0;
    left: 0;
}

.discount-text {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6); /* 흐린 검은 배경 */
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-top-left-radius: 3px; /* 원하는 값으로 설정 */
  font-weight: bold;
}

  .pl_img span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 109px;
    font-size: 14px;
    letter-spacing: -1px;
  }

  .pl_text{
    width: 100%;
    height: 100%;
    /* background-color: green; */
    float: left;
    letter-spacing: -1px;
    padding: 0px 15px 20px 15px;
    box-sizing: border-box;
  }

  .pl_text span{
    display: block;
    float: left;
    width: 100%;
    padding: 2px 0px;
    color: black;
    white-space: pre-line;
  }
  .plt_name{
    display: block;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 2px solid #6B99D6;
    padding: 10px 0px 10px 0px !important;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }

  .plt_lesson_place{
    color: #979797 !important;
    font-size: 12px;
    display: contents !important;
    margin-left: 10px;
  }

  .plt_major_lesson, .plt_team{
    font-size: 12px;
  }

  .pl_padding_bottom{
    width: 100%;
    height: 50px;
  }

  .ispancustom1{
    width: calc(100% - 38px) !important;
    display: block;
    float: left;
    padding-left: 5px !important;
    box-sizing: border-box;
  }
  
  .icustom1{
    width: 38px !important;
    display: block !important;
    float: left;
  }

  .ispancustom3{
    width: calc(100% - 49px) !important;
    display: block;
    float: left;
    padding-left: 5px !important;
    box-sizing: border-box;
  }
  
  .icustom3{
    width: 49px !important;
    display: block !important;
    float: left;
  }


    /*
*
* ==========================================
* 카테고리 설정
* ==========================================
*
*/

.etc_btn_container {
position: relative;
}

  .etc {
    display: none;
    position: absolute;
    width: 250px;
    height: 170px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
    right: 0px;
    top: 45px;
    background-color: white;
    z-index: 9999;
  }

  .etc_active {
    display: block;
  }

  .etc_btn {
    cursor: pointer;
    margin-top: 5px;
    display: block;
    float: right;
    height: 40px;
    width: 40px;
    border: none;
    background-color: gray;
  }

  .etc_btn img {
    width: 21px;
    height: 21px;
    margin: 9.5px 0px;
  }

  .etc .input_container {
    width: calc(100%);
    float: left;
  }

    /*
*
* ==========================================
* 라인 설정
* ==========================================
*
*/
.input_rows_label {
  display: block;
  width: calc(100% - 20px);
  padding: 20px 0px 5px 20px;
  font-size: 16px;
  color: black;
  cursor: text;
  transition: all 0.2s ease;
  pointer-events: none;
  height: 21px;
}

.input_rows {
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  margin: 10px 0px 10px 20px;
  padding-left: 10px;
  outline: none;
  font-size: 1em;
  color: #909090;
  border: none;
  background-color: #f3f3f3;
}

.btn_container {
  width: 100%;
  height: 64px;
  float: left;
  position: relative;
}

.btn_container button {
  position: absolute;
  width: 100px;
  height: 40px;
  color: #909090;
  border: none;
  background-color: #f3f3f3;
}

.submit {
  left: calc(50% - 105px);
  bottom: 13px;
  cursor: pointer;
}

.cancel {
  left: calc(50% + 5px);
  bottom: 13px;
  cursor: pointer;
}
  
}


/*
*
* ==========================================
*  모바일 360 ~ 767, 테블릿 768~1024
* ==========================================
*
*/
@media screen and (min-width:360px) and (max-width:1024px){
  /* @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(4) a{
        color: #0070c9;
    }
    
    .content2 li:nth-child(4) 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 {
     
    }
  
    .search_container{
      position: absolute;
      top: -25px;
      width: calc(100% - 40px);
      height: 40px;
      border-radius: 3px;
      background-color: white;
      z-index:99;
      left: 20px;
      padding: 0px 10px;
      box-sizing: border-box;
      overflow: hidden;
      background-color: rgb(250, 250, 250);
      box-shadow: 1px 4px 16px 0 rgb(0 0 0 / 30%), 0px 8px 20px -6px rgb(0 0 0 / 25%);
    }
  
    .search_container form{
      width: 100%;
      height: 100%;
    }
  
    .search_container span{
      height: 100%;
      line-height: 40px;
      font-size: 14px;
      float: left;
    }
  
    .search_container input{
      border: none;
      outline: none;
      height: 100%;
      width: calc(100% - 114px);
      font-size: 13px;
      background-color: rgb(250, 250, 250);
      float: left;
      margin-left: 10px;
    }
  
    .search_container button{
      width: 40px;
      float: left;
      height: 100%;
      outline: none;
      border: none;
      background-color: rgb(250, 250, 250);
      cursor: pointer;
      float: right;
      font-weight: bold;
      font-size: 12px;
      color: black;
    }
  
    .pro_list_container{
      width: calc(100% - 40px);
      padding: 0px 20px;
      overflow: hidden;
    }
  
    .pl_top_container{
      padding-top: 30px;
      font-size: 12px;
    }

    .pl_total_num{
      display: inline-block;
      background-color: #6584BD;
      padding: 8px 15px 8px 15px;
      color: white;
      border-radius: 3px;
      font-size: 12px;
    }

    .category_btn{
      cursor: pointer;
    }
  
    .pl_orderby{
      float: right;
    }
  
    .pl_orderby select{
      outline: none;
      border: none;
      background: none;
      color: #6B99D6;
      cursor: pointer;
      margin-top: 8px;
      font-size: 14px;
    }
  
    .pl_list_wrap{
      width: 100%;
      box-shadow: 1px 4px 16px 0 rgb(0 0 0 / 30%), 0px 8px 20px -6px rgb(0 0 0 / 25%);
      border-radius: 20px;
      background-color: white;
      margin-top: 20px;
      overflow: hidden;
    }
  
    .pl_user{
      width: calc(100% - 30px);
      height: 160px;
      padding: 20px 0px;
      box-sizing: border-box;
      border-bottom: 1px solid rgb(228, 228, 228);
      margin-left: 15px;
    }
  
    .pl_img {
      width: 120px;
      height: 100%;
      background-color: rgb(206, 206, 206);
      float: left;
      border-radius: 10px;
      color: white;
      overflow: hidden;
      position: relative; /* img 안에 있을 때 relative 필요 */
  }
  
  .pl_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* 이미지를 비율 유지하면서 div에 맞추기 */
      position: absolute; /* img를 div에 꽉 차게 배치 */
      top: 0;
      left: 0;
  }

  .discount-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.6); /* 흐린 검은 배경 */
    color: white;
    padding: 5px 5px;
    font-size: 10px;
    border-top-left-radius: 3px; /* 원하는 값으로 설정 */
    font-weight: bold;
  }
  
    .pl_img span{
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 109px;
      font-size: 12px;
      letter-spacing: -1px;
    }
  
    .pl_text{
      width: calc(100% - 135px);
      height: 100%;
      /* background-color: green; */
      float: left;
      margin-left: 15px;
      letter-spacing: -1px;
    }
    .pl_text span{
      display: block;
      float: left;
      width: 100%;
      /* padding: 2px 0px; */
      color: black;
    }
    .plt_name{
      color: black;
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 14px;
    }
  
    .plt_lesson_place{
      color: #979797 !important;
      font-size: 12px;
    }
  
    .plt_major_lesson, .plt_team{
      font-size: 12px;
    }
  
    .pl_padding_bottom{
      width: 100%;
      height: 50px;
    }

    .ispancustom1{
      width: calc(100% - 32px) !important;
      display: block;
      float: left;
      padding-left: 5px !important;
      box-sizing: border-box;
    }
    
    .icustom1{
      width: 32px !important;
      display: block !important;
      float: left;
    }
  
    .ispancustom3{
      width: calc(100% - 43px) !important;
      display: block;
      float: left;
      padding-left: 5px !important;
      box-sizing: border-box;
    }
    
    .icustom3{
      width: 43px !important;
      display: block !important;
      float: left;
    }


      /*
*
* ==========================================
* 카테고리 설정
* ==========================================
*
*/

    .etc{
      display: none;
      position: absolute;
      width: 250px;
      height: 170px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
      right: 0px;
      top: 45px;
      background-color: white;
      z-index: 9999;
    }
  
    .etc_active {
      display: block;
      z-index: 9999;
    }
  
    .etc_btn {
      cursor: pointer;
      margin-top: 5px;
      display: block;
      float: right;
      height: 30px;
      width: 30px;
      border: none;
      background-color: gray;
    }
  
    .etc_btn img {
      width: 14px;
      height: 14px;
      margin: 8px 0px;
    }
  
    .etc .input_container {
      width: calc(100%);
      float: left;
    }


      /*
*
* ==========================================
* 라인 설정
* ==========================================
*
*/
  .input_rows_label {
    display: block;
    width: calc(100% - 20px);
    padding: 20px 0px 5px 20px;
    font-size: 16px;
    color: black;
    cursor: text;
    transition: all 0.2s ease;
    pointer-events: none;
    height: 21px;
  }

  .input_rows {
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    margin: 10px 0px 10px 20px;
    padding-left: 10px;
    outline: none;
    font-size: 1em;
    color: #909090;
    border: none;
    background-color: #f3f3f3;
  }

  .btn_container {
    width: 100%;
    height: 64px;
    float: left;
    position: relative;
  }

  .btn_container button {
    position: absolute;
    width: 100px;
    height: 40px;
    color: #909090;
    border: none;
    background-color: #f3f3f3;
  }

  .submit {
    left: calc(50% - 105px);
    bottom: 13px;
    cursor: pointer;
  }

  .cancel {
    left: calc(50% + 5px);
    bottom: 13px;
    cursor: pointer;
  }

  }
.pro_list_container{
  margin-top: 130px;
}