@charset "utf-8";
/* CSS Document */

a{text-decoration:none;} a:hover{text-decoration:underline;}

table tr td {border-collapse: collapse; }

.title_small{ font-size:14px; color:#c6b6a1; line-height:35px; font-weight:800;}

.title_small_02{font-size:22px; font-weight:800; color:#000; padding:20px 0 15px 0;}

.title_small_02 span{font-size:18px;  font-weight:200;}

.list{font-size:16px; font-weight:600; color:#666; padding-bottom:30px;}


/*테이블*/

.booth_info{padding:0 0 50px 0;}


.booth_info table { 
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #000; border-bottom:1px solid #ddd;
	
}

.talign-c {
     padding: 15px 0; background-color: #EBEBEB; border-bottom:1px solid #CCC;
}

.talign-d {
    border-left: 1px solid #ccc; padding: 10px 0; color:#666; border-bottom:1px solid #CCC;
}

.booth_info th{border-bottom:1px solid #999; font-size:16px; font-weight:800; color:#333; }



/*신청방법*/

.guid_box{ margin:50px 0;}
.guid_t{background-color:#C93; width:220px; text-align:center; color:#FFF; font-weight:800;  float:left; font-size:18px;  height:80px; line-height:80px;  display: block; letter-spacing: -.1em;}

.guid_box img {padding:20px 20px; float:left; }

.guid_apply{ padding:10px 0 80px 0;}



/*애니메이션*/

.title_center{animation: ani 1 .5s .5s both;}
.main_img { animation: ani 1 .5s .5s both;}
.txt1{animation: ani 1 .5s .7s both;}
.info{animation: ani 1 .5s .9s both;}
.main_img2 { animation: ani 1 .5s .7s both;}
.main_img3 { animation: ani 1 .5s .9s both;}
.title_small_02 {animation: ani 1 .5s .7s both;}
.list{ animation: ani 1 .5s .9s both;}
.booth_info{ animation: ani 1 .5s .9s both;}
.guid_box{ animation: ani 1 .5s .7s both;}
.guid_apply{ animation: ani 1 .5s .9s both;}
#theForm{ animation: ani 1 .5s .9s both;}
.slide {
  animation-duration: 3s;
  animation-name: slidein;
}


@keyframes ani{
	0% {opacity:0;}
	100%{ opacity:1;}
}




@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}



























