.sec {
  padding-top: 100px;
}

.sec .title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-left: 20px;
  position: relative;
}

.sec .title .t-line {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #141414;
}

.sec .title .spacing {
  display: block;
  width: 100%;
  height: 40px;
}

.visual {
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.visual .v-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 100px;
  width: 240px;
  overflow: hidden;
  margin-left: 20px;
}

.visual .v-title .copy {
  line-height: 50px;
}

.visual .v-title .copy .t-blue {
  color: #0a69f9;
}

.visual .v-title .title-link {
  margin-top: 40px;
  display: block;
  background: #0a69f9;
  width: 140px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  border-radius: 25px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 600;
}

.visual .image {
  margin-top: 110px;
  text-align: right;
}

.sec01 .media {
  position: relative;
  border-left: 2px solid #e7e7e7;
  margin-left: 20px;
}

.sec01 .media .dot {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #141414;
}

.sec01 .media .media-text {
  position: absolute;
  top: 0;
  left: 0;
}

.sec01 .media .media-text .text-01 {
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 20px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

.sec01 .media .media-text .text-02 {
  font-family: 'Noto Sans KR', sans-serif;
  padding-left: 15px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}

.sec01 .media .media-text .go-link {
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
  padding-left: 15px;
  font-weight: 700;
  font-size: 12px;
}

.sec01 .media .m-img {
  text-align: right;
  padding-bottom: 40px;
}

.sec01 .media:last-child .m-img {
  padding-bottom: 0;
}

.sec02 .events-slider .events-item {
  text-align: center;
}

.sec02 .events-slider .events-item .events-img {
  display: inline-block;
  width: 280px;
  height: 160px;
}

.sec02 .events-slider .events-item .copy-01 {
  padding: 20px 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.sec02 .events-slider .events-item .copy-02 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 40px;
}

.sec02 .events-slider .events-img-01 {
  background: url("../img/events_img01.jpg") no-repeat center center;
}

.sec02 .events-slider .events-img-02 {
  background: url("../img/events_img02.jpg") no-repeat center center;
}

.sec02 .events-slider .events-img-03 {
  background: url("../img/events_img03.jpg") no-repeat center center;
}

.sec02 .events-slider .events-img-04 {
  background: url("../img/events_img04.jpg") no-repeat center center;
}

.sec02 .events-slider .slick-dots {
  text-align: center;
}

.sec02 .events-slider .slick-dots li {
  display: inline-block;
}

.sec02 .events-slider .slick-dots li button {
  display: inline-block;
  border: 1px solid #141414;
  background: #ffffff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 0 5px;
}

.sec02 .events-slider .slick-dots .slick-active button {
  background: #141414;
}

.sec03 .check-list .list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.sec03 .check-list .list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px 0 20px;
}

.sec03 .check-list input {
  display: none;
}

.sec03 .check-list label {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  height: 40px;
  border: solid 1px #d0d0d0;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.sec03 .check-list .ck-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  border: solid 1px #d0d0d0;
  border-radius: 100%;
  vertical-align: top;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.sec03 .check-list .ck-icon span {
  display: inline-block;
  background: #d0d0d0;
}

.sec03 .check-list .ck-icon span:nth-child(1) {
  width: 6px;
  height: 2px;
  -webkit-transform: translate(5px, -2px) rotate(45deg);
          transform: translate(5px, -2px) rotate(45deg);
}

.sec03 .check-list .ck-icon span:nth-child(2) {
  width: 10px;
  height: 2px;
  -webkit-transform: translate(-1px, -2px) rotate(-45deg);
          transform: translate(-1px, -2px) rotate(-45deg);
}

.sec03 .check-list .ck-txt {
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 20px;
  line-height: 40px;
}

.sec03 .check-list input:checked + label {
  border: solid 1px #005ef6;
}

.sec03 .check-list input:checked + label > .ck-icon {
  border: solid 1px #005ef6;
}

.sec03 .check-list input:checked + label > .ck-icon > span {
  background: #005ef6;
}

.sec03 .check-list input:checked + label > .ck-txt {
  color: #005ef6;
}

.sec03 .input-list {
  margin: 0 auto;
  width: 90%;
  padding-top: 20px;
  font-size: 0;
  text-align: center;
}

.sec03 .input-list input {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 16px;
  text-indent: 20px;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #d0d0d0;
}

.sec03 .input-list input:focus {
  border-bottom: 1px solid #005ef6;
}

.sec03 .input-list textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
}

.sec03 .submit-btn {
  width: 90%;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: #0a69f9;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
}
/*# sourceMappingURL=index_m.css.map */