@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

/* 초기화 */
*{padding: 0; margin: 0; box-sizing: border-box;}
html{font-size: 0.625em; line-height: 1;}
body{width: 100%; font-family: 'Noto Sans KR';}
a{text-decoration: none; color: #323232;}
ul{list-style: none;}
.sound_only{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;border:0 !important;overflow:hidden !important}

/* #open_event */
#open_event{
  width: 100%;
  background: #fff;
}

/* title */
.title{
  width: 100%;
}
.title img{
  width: 100%;
  display: block;
}

/* contents */
/* con_title */
.con_title{
  width: 100%; padding: 30px 20px;
  background: url(img/bg1.png) no-repeat left bottom, url(img/bg2.png) no-repeat top right #1070ba;
  background-size: 12%;
  text-align: center;
}
.con_title h3{
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0,0,0,.3);
}
.con_title ul{
  display: inline-block;
}
.con_title li:first-child{
  margin-bottom: 10px;
}
.con_title dl:after{content: ''; display: block; clear: both;}
.con_title dt, .con_title dd{
  padding: 10px 0;
  color: #fff;
  font-size: 1.4em;
  line-height: 14px;
}
.con_title dt{
  width: 80px; margin-right: 20px;
  background: #005698;
  border-radius: 25px;
  font-weight: 700;
  text-align: center;
  float: left;
}
.con_title dd{
  font-weight: 500;
  float: left;
}

/* .con_form */
.con_form{
  padding: 50px 30px;
}
.con_form li{
  width: 100%; margin-bottom: 15px;
}
.con_form li:after{content: ''; display: block; clear: both;}
.con_form label{
  width: 20%;
  color: #333;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 40px;
  text-align: justify;
  float: left;
}
.con_form input[type="text"]{
  width: 80%; height: 40px; padding: 0 10px;
  color: #333;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 1.4em;
  display: block;
  float: left;
  transition: .2s;
}
.con_form textarea{
  width: 80%; height: 100px; padding: 10px;
  color: #333;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 1.4em;
  line-height: 21px;
  display: block;
  float: left;
  resize: none;
  transition: .2s;
}
.con_form input[type="submit"]{
  width: 50%; min-width: 150px; padding: 12px; margin: 40px auto 0;
  color: #fff;
  background: #1070ba;
  border: none;
  border-radius: 3px;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  transition: .2s;
}

/* 768px */
@media screen and (min-width:768px){
  
  body{
    background-image: linear-gradient(45deg,rgba(247, 197, 196, 0.5),rgba(185, 218, 251, 0.5));
    background-attachment: fixed;
  }
  
  /* #open_event */
  #open_event{
    max-width: 950px; margin: 0 auto;
  }
  
  /* .con_title */
  .con_title{
    padding: 50px 30px;
  }
  .con_title h3{
    margin-bottom: 40px;
    font-size: 4.8em;
    text-shadow: 0 2px rgba(0,0,0,.3);
  }
  .con_title dt, .con_title dd{
    height: 50px; padding: 0;
    font-size: 2.4em;
    line-height: 50px;
  }
  .con_title dt{
    width: 150px; margin-right: 40px;
  }
  /* .con_form */
  .con_form ul{
    width: 620px; margin: 0 auto;
  }
  .con_form li{
    margin-bottom: 20px;
  }
  .con_form label{
    width: 90px; margin-right: 30px;
    font-size: 2em;
    line-height: 50px;
    letter-spacing: 3px;
  }
  .con_form input[type="text"]{
    width: 500px; height: 50px; padding: 0 15px;
    font-size: 2em;
  }
  .con_form textarea{
    width: 500px; height: 150px; padding: 0 15px;
    font-size: 2em;
    line-height: 40px;
  }
  .con_form input[type="submit"]{
    width: 300px; padding: 15px 0; margin-top: 50px;
    font-size: 3em;
  }
}

/* 1280px */
@media screen and (min-width: 950px){
  #open_event{
    width: 970px; padding: 10px; margin: 20px auto;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
  }
}