.kkk{
  width: 800px;
  margin: 0 auto;
  
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 80px;
    border-radius: 0px 0px 5px 5px;
    border-top: 4px solid#268e6c;
    

}
.kkk img{
  width: 100%;
}
.reveal-modal h1{
  font-size: 18px;
  line-height: 1.6;
}

.reveal-modal .name{
  font-size: 18px;
  line-height: 1.6;
}
.reveal-modal .name span{
  margin-left: 20px;
}
.reveal-modal .cell{
  font-size: 18px;
  line-height: 1.6;
}
.reveal-modal .cell span{
  margin-left: 20px;
}
.modal_text{
  margin-top: 20px;
}


.event_list_wrap {
  width: 1200px;
  margin: 60px auto;
}

.list_item {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 45px;
  padding-top: 45px;
  margin-bottom: 55px;
  padding-left: 175px;
  /* padding-right: 175px; */
  position: relative;
  
}

.col_img {
  width: 300px;
  height: 300px;
  padding-right: 20px;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.col_img a{
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event_list_title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  font-family: 'S-CoreDream-4Regular';
  margin-bottom: 20px;
}

.event_status_ing {
  font-size: 14px;
  padding: 2px 10px;
  background-color:#268e6c;
  color: #fff;
  font-weight: normal;
  border-radius: 10px;
  margin-right: 40px;
}

.event_status_ed {
  font-size: 14px;
  padding: 2px 10px;
  background-color: #444;
  color: #fff;
  font-weight: normal;
  border-radius: 10px;
  margin-right: 40px;
}

.col_content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  font-family: 'Malgun Gothic';
  line-height: 1.6;
  color: #666;
  font-size: 16px;
  position: relative;
}
.title{
  margin-top: 20px;
}
.title a{
  margin-right: 10px;
}

.la {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  font-family: 'S-CoreDream-4Regular';
}

.col_content {}

.event_btn_wrap {
  width: 175px;
  margin-top: -23px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.event_btn {
  width: 100%;
  margin-top: 20px;
  border: 1px solid#268e6c;
  ;
  height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  background:#268e6c;
  ;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
}

.event_btn:hover {
  border: 1px solid #444;
  color: #fff;
  background: #444;
}

.event_btn a {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
}








/* ÀÌº¥Æ® ºä ÆäÀÌÁö */





.input_wrap>.input{
  display: flex;
  flex-wrap: wrap;
}




/* ÀÎÇ² */
.input_wrap{
  width: 800px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 0px;
  border-radius: 0px 0px 5px 5px;
  border-top: 4px solid#268e6c;
}
.input_title{
  font-size: 18px;
  text-align: center;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  padding: 20px 0;
}
.input_aaa{
  padding: 0 20%;
  margin: 0 auto;
}
.input{
  margin-top: 20px;
  display: flex;
}
.input_wrap input{
  background: #f6f7f891;
}
.input span{
  width: 100px;
  display: inline-block;
  /* border-right: 1px dashed #ccc; */
}
.in1{
  width: 300px;
}
.in2{
  width: 144px;
  margin-right: 10px;
}
.in3{
  width: 90px;
  margin-right: 10px;
}
.aaaa{
  display:flex;
}
.bbbb{
  width: 144px;
  text-align: center;
  border: 1px solid #00b6d6;
  color: #00b6d6;;
  border-radius: 30px;
  position: relative;
}
.bbbb:hover{
    border: 1px solid #444;
    color: #fff;
    background: #444;
}
.bbbb a{
  position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 7px;
}
.input_flex{
  width: 300px;
  display:flex;
  justify-content: flex-start;
}
textarea{
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f6f7f891;
}

.bbb{
  width: 60%;
  margin: 40px auto;
}








@media (max-width: 1200px) {
  .event_list_wrap{
    width: 90%;
  }
  .list_item {
    padding-left: 0px;
    padding-right: 175px;
  }
}

/* È­¸é ³Êºñ 0~1024px */

@media (max-width: 1080px) {
  .list_item{
    padding-right: 0px;
  }
  .col_content {
    width: 100%;
    display: block;
}
 .event_btn_wrap{
   width: 100%;
   display: flex;
   justify-content: center;
   position: static;
   margin-top: 80px;
   padding: 0 40px;
 }
 
}

/* È­¸é ³Êºñ 0~960px */

@media (max-width: 960px) {}

/* È­¸é ³Êºñ 0~890px */

@media (max-width: 890px) {
  .event_list_wrap{
    width: 95%;
  }
  
}
@media (max-width: 800px){
  .kkk{
    width: 95%;
    padding: 40px 20px;
  }
  .input_wrap{
    width: 95%;
  }
}
/* È­¸é ³Êºñ 0~768px */

@media (max-width: 740px) {
  .col_img {
    width: 300px;
    height: 300px;
    padding-right: 20px;
    background-color: #fff;
    display: flex;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.input_wrap{
  width: 95%;
}
.input_aaa {
  padding: 0 10%;
  margin: 0 auto;
}
}

/* È­¸é ³Êºñ 0~600px */

@media (max-width: 600px) {
  
  .input_flex{
    display: flex;
  }

  .input_wrap{
    width: 95%;
  }
  .input>span{
    margin-bottom: 10px;
  }
  .input {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.in1 {
  width: 100%;
}
.input_flex{
  width: 100%;
}
}

/* È­¸é ³Êºñ 0~480px ¸ð¹ÙÀÏ*/

@media (max-width: 480px) {
  .input_wrap{
    width: 95%;
  }
}