/* ==========================================================================
   201912 Appended Style Start
   ========================================================================== */
.md-only {
  display: none;
}
.hidden {
  display: none;
}
.styled-12 .trav_header h1 {
  background: url(http://news.chosun.com/event/traveller/img/trav_top_title_12.png)
    no-repeat;
  background-size: contain;
}
.styled-12 .trav_header .date {
  position: relative;
  padding-right: 53px;
  cursor: pointer;
}
.styled-12 .trav_header .date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(http://news.chosun.com/event/traveller/img/arrow_2x.png)
    no-repeat;
  background-size: cover;
}

.styled-12 .trav_body {
  width: 1036px;
}
.styled-12 .link {
  margin-bottom: 20px;
}
.styled-12 dl.trav_item {
  padding-left: 50px;
}
.styled-12 dl.trav_item:nth-child(1) dt,
.styled-12 dl.trav_item:nth-child(2) dt,
.styled-12 dl.trav_item:nth-child(3) dt,
.styled-12 dl.trav_item:nth-child(4) dt {
  margin-top: 30px;
}
.styled-12 dl.trav_item:nth-child(5) dt,
.styled-12 dl.trav_item:nth-child(6) dt {
  margin-top: 20px;
}
.styled-12 dl.trav_item dt h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.styled-12 dl.trav_item dd.img {
  max-width: 600px;
}

/* MODAL STYLES */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 3;
}
.modal-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(100% - 30px);
  max-width: 640px;
  max-height: calc(100% - 60px);
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.19),
    0 0.5rem 0.5rem rgba(0, 0, 0, 0.23);
  z-index: 5;
}
.modal-content .modal-inner {
  padding: 50px;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}
.modal-header .title h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.modal-header .modal-close {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
}
.modal-header .modal-close img {
  width: 100%;
}
.modal-body {
  max-height: 75vh;
  overflow: auto;
}
.modal-body p {
  color: #545454;
  line-height: 1.5;
}
.modal-body p.strong {
  margin-top: 25px;
  color: #222222;
  font-weight: 700;
}
.modal-body p.strong:first-child {
  margin-top: 30px;
}
.modal-body .survey-link {
  margin-top: 25px;
}
.modal-body .survey-link a {
  color: #0000ee;
}

@media all and (max-width: 1036px) {
  .md-only {
    display: block;
  }
  .md-none {
    display: none;
  }
  .styled-12 .trav_body {
    width: 100%;
  }
  .styled-12 dl.trav_item {
    padding-left: 0;
  }
  .styled-12 dl.trav_item dt {
    margin-top: 20px !important;
    margin-left: 20px;
  }
  .styled-12 dl.trav_item dt h1 {
    font-size: 21px;
    font-weight: 700;
  }
  .styled-12 dl.trav_item dd.img {
    max-width: 100%;
  }
  .styled-12 dl.trav_item dd > span,
  .styled-12 dl.trav_item dd > strong {
    display: block;
  }

  body,
  input,
  button,
  textarea {
    font-family: "Apple SD Gothic Neo", "Noto Sans KR", "맑은 고딕",
      "Malgun Gothic", 나눔고딕, AppleSDGothicNeo-Regular, 돋움, Dotum, 굴림,
      Gulim, sans-serif;
  }
  body {
    background-size: cover;
  }
  body:before {
    background: url("../img/trav_bg_map_m.png") no-repeat;
    height: 230px;
    background-size: 100%;
  }
  .trav_header {
    width: 100%;
    padding: 11px 30px 30px 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .trav_header h1 {
    width: 300px;
    height: 85px;
  }
  .trav_header .desc {
    margin-bottom: 15px;
    font-size: 16px;
    color: #545454;
  }
  .trav_body {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    box-shadow: none;
    word-break: keep-all;
  }
  .trav_body .note {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  dl.trav_item {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 34px;
    text-align: left;
  }
  dl.trav_item:before {
    display: none;
  }
  dl.trav_item dt {
    margin-top: 20px !important;
  }
  dl.trav_item dt img {
    display: none;
  }
  dl.trav_item dt .hide {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
  }
  dl.trav_item dd {
    margin: 0 20px;
  }
  dl.trav_item dd:nth-child(4) {
    margin-top: 12px;
  }
  dl.trav_item dd.img {
    float: none;
    max-width: 100%;
    padding-left: 0;
    margin: 0;
  }
  dl.trav_item dd.link {
    width: 285px;
    height: 44px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  dl.trav_item dd.txt {
    display: table;
    font-size: 16px;
  }
  dl.trav_item dd > span,
  dl.trav_item dd > strong {
    display: table-cell;
    vertical-align: top;
    line-height: 1.38;
  }
  dl.trav_item dd > strong {
    min-width: 62px;
    padding-right: 10px;
  }

  .modal-content .modal-inner {
    padding: 25px;
  }
  .modal-header .title h1 {
    font-size: 21px;
    font-weight: 700;
  }
}
/* ==========================================================================
   201912 Appended End
   ========================================================================== */
