@charset "utf-8";
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.op-wrap {
  max-width: 100%;
  overflow: hidden;
	 word-break: keep-all !important;
    word-wrap: break-word !important;
}
.op-wrap .section {
  font-family: "Noto Sans KR";
  font-size: 16px;
  padding: 0px 0px 0px !important;
  line-height: 1.7;
}
.section a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.section a:hover, .section a:focus, .section a:active {
  color: crimson;
  text-decoration: none;
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h1 a, .section h2 a, .section h3 a, .section h4 a, .section h5 a {
  font-family: "Noto Sans KR";
}
.op-title {
  margin-bottom: 40px;
}
.op-title h2 {
  position: relative;
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.op-title hr {
  display: inline-block;
  width: 80px;
  height: 3px;
  margin: 0 0 10px;
  border: none;
  line-height: 1;
  background: #eb5451;
}
.op-title p {
  padding: 0;
  margin: 0;
  color: #888;
}
@media all and (max-width:767px) {
  .op-wrap .section {
    padding: 0px 0px 40px !important;
  }
}
@media all and (max-width:520px) {
  .op-wrap .section {
    padding: 0px 0px 40px !important;
  }
}
.op-wrap img {
  max-width: 100%;
  
}
.op-wrap .txt {
  font-size: 30px;
  line-height: 180%;
  letter-spacing: -1px;
  padding: 10px 0 30px;
}
.op-wrap .btn-round {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 130%;
  text-align: center;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  background-color: #0091d8;
  font-family: "Noto Sans KR";
}
.op-wrap .blue_tit {
  font-size: 39px;
  line-height: 180%;
  letter-spacing: -1px;
  padding: 18px 0 15px;
  font-weight: 900;
  color: white;
  background-color: #0091d8;
  text-align: center;
  font-family: "Noto Sans KR";
  margin-bottom: 25px;
}
.op-wrap .black_tit {
  font-size: 39px !important;
  line-height: 180%;
  letter-spacing: -1px;
  padding: 0px 0 0px;
  font-weight: 900;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
  margin-bottom: 5px;
}
.op-wrap .txt_blue_tit {
  font-size: 32px;
  line-height: 180%;
  letter-spacing: -1px;
  padding: 18px 0 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
}
.op-wrap .process_txt {
  font-size: 30px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -1px;
  padding: 0px 0 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
}
@media all and (max-width:1200px) {
  .op-wrap .txt {}
  .op-wrap .btn-round {}
  .op-wrap .blue_tit {}
  .op-wrap .txt_blue_tit {}
}
@media all and (max-width:991px) {
  .op-wrap .txt {}
  .op-wrap .btn-round {}
  .op-wrap .blue_tit {}
  .op-wrap .txt_blue_tit {}
}
@media all and (max-width:767px) {
  .op-wrap .txt {
    font-size: 12px;
    text-align: center;
  }
  .op-wrap .btn-round {
    font-size: 12px;
  }
  .op-wrap .blue_tit {
    font-size: 24px;
  }
  .op-wrap .txt_blue_tit {
    font-size: 18px !important;
  }
  #section1 .col2 {
    text-align: center;
  }
}
@media all and (max-width:520px) {}