@charset "utf-8";


header h1 {
  padding-top: 15px;
}

.hwrap {
  height: 130px;
  background: #af0328;
  /* border: 1px solid red; */
}

nav>ul{
  position: relative;
}

nav > ul > li {
  font-size: 20px;
}

nav > ul > li > a {
  margin: 0 30px;
  color: #fff;
}

.sub{
  color: #fff;
  font-size: smaller;
  margin: 0 20px;
  line-height: 40px;
  background: #af0328;
  position: absolute;
  z-index: 99;
  width: 22%;
  padding: 30px 10px 10px 5px;
  text-align: center;
}

.spot {
  font-size: 17px;
}

.spot li {
  border-right: 1px solid white;
  padding: 0 20px;
  line-height: 16px;
  color: #fff;
}

.spot li:nth-child(2){
    border-right: none;
    padding-right: 5px;
  }

.spot li:last-child {
    border: none;
    padding-right: 0;
    padding-left: 0;
    
  }
  .spot li:last-child img{
    /*vertical-align:middle !important;*/
    margin-top:1px;
  }
  /*
.spot li:last-child {
  border: none;
  padding-right: 0;
}
*/

header {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid red; */
  padding: 0 50px 0 0;
  position: relative;
}

.gnb {
  display: flex;
}

.spot {
  display: flex;
}

#Main .main {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
  background: gray;
  background: url(/home/images/main/main.jpg?ver=1) no-repeat center / cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

#Main .main_bg {
  height: 450px;
}

#Main .contents {
  height: /*980px;*/490px;
  /* border: 1px solid red; */
}

#Main .contents .bg {
  height: 200px;
  width: 100%;
  background: #eff1f6;
}

#Main .contents h2 {
  margin-left: 50px;
  line-height: 100px;
  font-size: 35px;
  font-family: "NotosansB";
}

#Main .contents h2 span {
  font-size: 17px;
}

#Main .contents .bg {
  position: relative;
}

#Main .contents>img{
  position: absolute;
  top: 0;
}

#Main .s_title{
  position: relative;
}


.left_btn, .right_btn {
  /* border: 1px solid red; */
  position: absolute;
  top: 0;
  z-index: 9;
  transform: translateY(+300%);

}

.left_btn{
  left: -5%;
}

.right_btn{
  right: -5%;
}


.left_btn_red, .right_btn_red {
    /* border: 1px solid red; */
    position: absolute;
    top: 400px;
    z-index: 9;
    transform: translateY(+300%);
  
  }
  
  .left_btn_red{
    left: -5%;
  }
  
  .right_btn_red{
    right: -5%;
  }



#Main .contents .schedule {
  height: /*980px;*/520px;
  position: absolute;
  top: 0;
  margin: 0 auto;
  /* border: 1px solid red; */
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
}

#Main .s_title {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Main .s_title p {
  font-size: 60px;
  font-family: "NotosansT";
  margin-right: 50px;
}

#Main .s_title_red {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Main .s_title_red p{
    font-size: 60px;
    font-family: "NotosansT";
    margin-right: 50px;
}

#Main .mwrap{
  width: 1200px;
  height:350px;
  overflow: hidden;  
}

#Main .mwrap ul{
  /*display: flex;*/
  /* width: calc(293px * 6); */
  width:1200px;
  text-align: center;
}

#Main .mwrap li {
  width: 286px;
  margin-right: 14px;
}

#Main .mwrap li:first-child{
  margin-left: 3.5px;
}


#Main .wrap_redhat{
    width: 1200px;
    height:400px;
    overflow: hidden;  
  }
  
  #Main .wrap_redhat ul{
    /*display: flex;*/
    /* width: calc(293px * 6); */
    width:1200px;
    text-align: center;
  }
  
  #Main .wrap_redhat li {
    width: 286px;
    margin-right: 14px;
  }
  
  #Main .wrap_redhat li:first-child{
    margin-left: 3.5px;
  }



#Main .menu {
  display: flex;
  text-align: center;
}

#Main .menu li {
  border: 1px solid #b4b2b3;
  /* margin: 0 10px; */
  position: relative;
}

/*
#Main .menu li .title {
  position: absolute;
  top: 13%;
  left: 12%;
  color: #fff;
  font-size: 19px;
}
*/

#Main .menu li .title {
    position: absolute;
    top:0;
    width:284px;
    height:100px;
    
  }

  #Main .menu li .title2 {
    width:284px;
    height:100px;
    display:table-cell;
    padding:0 10px;
    vertical-align:middle;
    /*text-align:center;*/
    line-height:25px;
    color: #fff;
    font-size: 17px;

  }
  
   #Main .menu li .title2>span {

  	overflow: hidden;
	-webkit-line-clamp: 3;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-align:center;
   
   }

#Main .menu li .date {
  font-size: 26px;
  font-family: "NotosansB";
  line-height: 62px;
  padding: 0 33%;
}

#Main .menu .info {
  display: flex;
  justify-content: center;
  width: 286px;
}

#Main .menu .info li {
  background: #4297ba;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  width: 120px;
  text-align: center;
  border: none;
}

hr {
  margin: 10px;
  color: #b4b2b3;
}

#Main .menu .hash {
  display: flex;
  flex-wrap: wrap;
  width: 285px;
}

#Main .menu .hash li {
  width: 120px;
  line-height: 35px;
  border: none;
}

#Main .btn {
  display: flex;
  width: 293px;
  /* margin: 5px 10px; */
  
}

#Main .btn li {
  border: 1px solid #b4b2b3;
  width: 140.5px;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
}

#Main .btn li:first-child {
  margin-right: 5px;
}


#Main .btn li:last-child>a {
	background: #333;
	color: #fff;
}




#Main .news {
  height: 220px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  /* border: 1px solid red; */
  padding-bottom: 30px;
}

#Main .news > div {
  width: 100%;
  /* border: 1px solid red; */
}

#Main .news ul{
  position: absolute;
  width: 100%;
  /* border: 1px solid red; */
}

#Main .news li {
  line-height: 30px;
}

#Main .news li span {
  float: right;
  color: #b0b0b0;
  font-size: smaller;
}

#Main .n_title,
#Main .e_title {
  display: flex;
  justify-content: space-between;  
  font-family: "NotosansB";
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 100%;
  width: 100%;
  /* border: 1px solid red;   */
}


#Main .notice {
  margin-left: 50px;
  margin-right: 40px;
}

#Main .event {
  margin-left: 40px;
  margin-right: 50px;
}




.fwrap {
  
  background: #333333;
  height: 400px;
  margin: 0 auto;
  width: 100%;
}

.fwrap > div {
margin-top:100px;
  height: 80px;
  background: #282828;
}

.fwrap ul{
  display: flex;
  align-items: center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.fwrap>div>ul>li{
  padding-right: 100px;
}

.fwrap>div>ul>li {
  color: #fff;
  
}


/*회원가입*/

  
/*회원가입*/





footer {
  height: 320px;
  background: #333;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .left{
  width: 60%;
  color: #777;
  font-size: smaller;
}

footer .left ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #777;  

}

footer .left li{
  width: 100%;  
}

footer .left .copy{
  padding-top: 20px;  
}


footer .right{
    position: relative;
  }
  
footer .right img{
    position: absolute;
    left: 65px;
  }

footer .right{
  color: #fff;
  padding-left: 250px;
  width: 40%;
}

footer .right .center{
  font-family: 'NotosansB';
  font-size: XX-large;
  margin-bottom: 40px;
}

footer .right p{
  line-height: 30px;
}

footer .right{
  border-left: 1px solid #777;
}


/*top버튼*/
.top_btn_home {
  position: fixed;
  right: 60px;
  bottom: 30px;
  display: none;
  width: 60px;
  height: 60px;
  background-color: rgba(92,100,114,0.5);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  transition: width .5s ease;
  z-index: 50;
  cursor: pointer;
  background-image: url("/home/images/header/quick_7.png?ver=2");
}





