@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i);@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);* {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
.cf:after {
  content: '';
  clear: both;
  display: block;
}
body {
  width: 100%;
  font-family: 'Noto Sans KR';
}
/* 공통 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  width: 90%;
  margin: 0 auto;
}
a.button {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  height: 48px;
  margin: 20px 0;
  outline: medium none;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 180px;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  line-height: 47px;
}
a.button:hover {
  background: #fff;
  color: #fc6175;
}
/* main */
header {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Noto Sans KR';
  background: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
/* background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); */
}
header .container .main_txt {
  text-align: center;
  padding-top: 161px;
  line-height: 67px;
}
header .container .main_txt h1 {
  font-size: 2.5em;
}
header .container .main_txt h2 {
  font-family: 'Noto Sans KR';
  font-weight: 300;
}
.title {
  font-family: 'Noto Sans KR';
  font-size: 23px;
  padding-top: 62px;
  text-align: center;
}
/* contents */
#contents {
  background: #fff;
  padding: 100px 0 120px;
  position: relative;
  z-index: 0;
  color: #636366;
/* adventage */
}
#contents .container {
  position: relative;
  top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}
#contents .adventage_wrap {
  height: 318px;
  width: 1200px;
  margin: 0 auto;
  line-height: 38px;
}
#contents .adventage_wrap .advantage {
  float: left;
  width: 400px;
  text-align: center;
}
#contents .adventage_wrap .advantage img {
  width: 154px;
  height: auto;
}
#contents .adventage_wrap .advantage h3 {
  font-weight: 500;
}
#contents .adventage_wrap .advantage p {
  font-weight: 300;
  line-height: 29px;
}
#contents .adventage {
  float: left;
}
hr {
  width: 365px;
  border-top: 1px solid #d3d3d3;
  margin: 0 auto;
}
/* info */
.info_wrap {
  margin-top: 125px;
  line-height: 37px;
  text-align: center;
  padding-bottom: 100px;
}
.info_wrap .info {
  height: 329px;
  width: 1000px;
  margin: 0 auto;
}
.info_wrap .info .txt {
  text-align: right;
  font-weight: 300;
  padding-top: 80px;
  line-height: 32px;
}
.info_img.fl {
  padding: 89px 0;
}
/* 신청하기 */
.requ {
  margin-top: 100px;
  text-align: center;
}
.requ a.button {
  border: 1px solid #fe7880;
  color: #fe7880;
}
.requ a.button:hover {
  background: #fc6175;
  color: #fff;
}
/* footer */
footer {
  position: relative;
  width: 100%;
  height: 298px;
  color: #fff;
  background: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
/* background: linear-gradient(to bottom, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); */
}
footer .container {
  position: relative;
  width: 90%;
}
footer h3 {
  position: absolute;
  line-height: 311px;
  left: 0;
}
footer address {
  position: absolute;
  top: 92px;
  left: 241px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 981px) and (max-width: 1279px) {
  #contents .adventage_wrap {
    width: 100%;
  }
  #contents .adventage_wrap .advantage {
    width: 33.3%;
  }
  .info_wrap {
    width: 100%;
  }
  .info_wrap .info {
    width: 100%;
  }
  .info_wrap .info .txt {
    width: 48%;
  }
  .info_wrap .info_img {
    width: 50%;
  }
  .info_wrap .info_img img {
    width: 91%;
  }
}
/* (min-width:981px) and (max-width: 1279px) */
@media screen and (max-width: 980px) {
  #contents .adventage_wrap {
    width: 100%;
  }
  #contents .adventage_wrap .advantage {
    float: left;
    width: 33.3%;
    text-align: center;
  }
  .info_wrap {
    margin-top: 0;
  }
  .info_wrap .info {
    width: 100%;
    height: 442px;
  }
  .info_wrap .info .txt {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .info_img {
    width: 100%;
    margin-bottom: 75px;
  }
  .info_img.fl {
    padding: 0;
  }
}
/* max-width: 980px */
