/**
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 



/* 여기부터 실제로 적용될 부분 */
.gp5 div {
  font-style: normal;
  font-size: 14px;
}

.gp5 a {
  text-decoration: none;
  color: inherit;
}

.gp5 a:hover {
  text-decoration: none;
  color: inherit;
}

.gp5 .row {
  margin: 0;
  padding: 0;
}

.gp5 p {
  padding: 0;
  margin: 0;
}

.gp5 .col,
.gp5 [class^="col-"] {
  margin: 0;
  padding: 0;
}

/* 여기 'btn:focus'는 아마 '.btn:focus' 타이포일 가능성이 큰데 원문 그대로 둘게 */
.gp5 btn:focus,
.gp5 a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.gp5 .form-control,
.gp5 .form-select {
  border-radius: 0 !important;
  font-size: 13px;
}

.gp5 textarea:hover,
.gp5 input:hover,
.gp5 textarea:active,
.gp5 input:active,
.gp5 textarea:focus,
.gp5 select:focus,
.gp5 input:focus,
.gp5 button:focus,
.gp5 button:active,
.gp5 button:hover,
.gp5 label:focus,
.gp5 .btn:active,
.gp5 .btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}

.gp5 label {
  cursor: pointer;
}

/* 위에 한 번 있었지만 원문에 또 있어서 그대로 둠 */
.gp5 .row {
  align-items: center;
}

.gp5 ul {
  padding: 0;
  margin: 0;
}

.gp5 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gp5 .gcontainer {
  max-width: 1300px;
  margin: 0 auto;
}
