/**/
.detailPage {
  padding: 8% 4% 4% 4%; }
  .detailPage .wrapTitleBox {
    margin-bottom: 40px; }
    .detailPage .wrapTitleBox h4, .detailPage .wrapTitleBox p {
      color: #000;
      line-height: 1.5; }

/**/
.viewPageBar {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.backToList {
  display: flex;
  align-items: center;
  gap: 12px; }
  .backToList span {
    color: #86909C;
    font-size: 18px;
    line-height: 20px;
    display: block; }
  .backToList .btnarrow {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 60px;
    cursor: pointer;
    border: 1px solid #a3a8ac;
    background: #fff;
    transition: all ease-in-out 0.3s;
    background: #fff url("../images/slide_arrow_left.svg") 55% center no-repeat;
    background-size: 13px 13px; }
    .backToList .btnarrow:hover {
      background: #15284b url("../images/slide_arrow_left_w.svg") 55% center no-repeat;
      background-size: 13px 13px;
      border-color: #15284b; }

.detailContent {
  position: relative; }
  .detailContent .imgBox {
    margin-bottom: 40px;
    position: absolute;
    right: 12px;
    top: 0px; }
    .detailContent .imgBox img {
      width: 280px; }
  .detailContent .content {
    margin-right: 330px; }
    .detailContent .content p {
      font-size: 18px;
      color: #000;
      margin-bottom: 12px; }
    .detailContent .content h6 {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 12px; }
    .detailContent .content ul {
      padding-left: 16px; }
      .detailContent .content ul li {
        color: #1c1c1c;
        line-height: 32px;
        font-size: 18px;
        list-style: square; }
      .detailContent .content ul span {
        font-weight: bold;
        color: #000; }
  .detailContent .newsContent {
    margin-right: 0px; }

@media only screen and (max-width: 800px) {
  .detailPage {
    padding: 100px 4% 4% 4%; }
  .detailContent p {
    font-size: 15px;
    margin-bottom: 6px; }
  .detailContent .imgBox {
    position: relative; }
  .detailContent .imgBox img {
    width: 80%; }
  .detailContent .content {
    margin-right: 0px;
    margin-bottom: 40px; }
  .detailContent .content h6 {
    font-size: 18px; }
  .detailContent .content p {
    font-size: 15px; }
  .detailContent .content ul li {
    line-height: 1.5;
    font-size: 15px; } }
