main.my>section.bluemark-before-verify {
  padding-top: 70px;
  word-break: keep-all;
}

.bluemark-before-verify {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blue_mark_title {
  width: 100%;
  height: 16px;
  text-align: left;
  font-weight : 400;
  font-size: 13px;
  color: #0000C5;
  margin-bottom: 40px;
}

.blue_mark_title span {
  color: #343434;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

.blue_mark_title span.en {
  font-family: "FuturaLTPro", "Noto Sans KR", sans-serif;
}

.bluemark_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
  line-height: 16px;
}

.bluemark_info,
.bluemark_detail_info {
  border-bottom: 1px solid #000;
}

.bluemark_info img {
  width: 100%;
  height: 100%;
}

.bluemark_info p {
  font-size: 11px;
  letter-spacing: 0;
}

.bluemark_detail_info {
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.bluemark_detail_info h1,
.bluemark_benefit h1 {
  margin-bottom: 10px !important;
}

.bluemark_location {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
}

.bluemark_location-detail,
.bluemark_benefit-detail {
  display: flex;
  align-items: center;
  height: 130px;
  flex-direction: row;
}

.bluemark_location-detail img,
.bluemark_benefit-detail img {
  width: 190px;
  height: 100%;
  margin: 0 20px 0 0;
}

.bluemark-sec_btn {
  margin: 60px auto 0;
  max-width: 400px;
  width: 100%;
  height: 45px;
  border: 1px solid #000;
  font-size: 11px;
}

.bluemark_location-detail p,
.bluemark_benefit-detail p {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0;
}

.desc-web {
  display: block;
}

.desc-mo {
  display: none;
}

/* bluemark custom 드롭다운 */
main.my>section.bluemark {
  padding-top: 60px;
  word-break: keep-all;
}

main.my>section.bluemark article .top-text {
  font-size: 13px;
}

.bluemark_custom-dropdown {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.bluemark_custom-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 45px;
  border: 1px solid #808080;
  padding: 0 20px;
}

.bluemark_custom-selected .selected-text {
  font-size: 12px;
}

.bluemark_custom-selected .arrow-icon {
  width: 10px;
  height: 8px;
  background: url(/images/ico-select-arrow.svg) center no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.bluemark_custom-dropdown.open .arrow-icon {
  transform: rotate(180deg);
}

.bluemark_custom-options {
  position: absolute;
  width: 100%;
  border: 1px solid #808080;
  border-top: none;
  background-color: #fff;
  z-index: 10;
  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.bluemark_custom-dropdown.open .bluemark_custom-options {
  max-height: 180px;
  opacity: 1;
  pointer-events: auto;
}

.bluemark_custom-options li {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
  font-size: 12px;
  color: #BFBFBF;
}

.bluemark_custom-options li:hover {
  background-color: #f0f0f0;
}

main.my>section.bluemark .tab>.tab-container>ul>li.on:before {
  /* height: 2px; */
  display: none;
}

main.my>section.bluemark .bottom-text {
  margin-top: 40px;
}

main.my>section.bluemark .bottom-text>div:not(:first-child) {
  margin-top: 10px;
}

main.my>section.bluemark #frm-bluemark-regist .buttons {
  margin-top: 40px;
}

main.my>section.bluemark .form-inline~.form-inline:not(.no-margin) {
  margin-top: 10px;
}

main.my>section.bluemark .form-inline .control-label {
  color: #999999;
}

@media only screen and (max-width : 1024px) {

  main.my>section.bluemark-before-verify,
  main.my>section.bluemark {
    padding-top: 40px;
  }

  .bluemark_info {
    gap: 20px
  }

  .bluemark_detail_info {
    padding-bottom: 35px;
  }

  main.my>section.bluemark-before-verify .bluemark_detail_info h1,
  main.my>section.bluemark-before-verify .bluemark_benefit h1 {
    font-size: 12px;
  }

  .bluemark_location-detail,
  .bluemark_benefit-detail {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .bluemark_location-detail img,
  .bluemark_benefit-detail img {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .bluemark-sec_btn {
    max-width: 100%;
  }

  .desc-web {
    display: none;
  }

  .desc-mo {
    display: block;
    margin: 0 !important;
    font-size: 11px;
    letter-spacing: 0;
    word-break: keep-all;
  }

  main.my>section.bluemark h1 {
    margin-bottom: 20px;
  }

  main.my>section.bluemark article .top-text {
    font-size: 11px;
  }

  main.my>section.bluemark #frm-bluemark-regist .buttons {
    max-width: none;
  }
}


/* 네비게이터 */
main.my .bluemark .tab {
  overflow: hidden;
}

main.my .bluemark .tab-container > ul {
  position: relative;
  display: flex;
}

main.my .bluemark .tab-container > ul > li {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #EAEAEA;
}

main.my .bluemark .tab-container > ul > li.on {
  color: #000;
  border-bottom: none;
}

/* 움직이는 밑줄 */
main.my .bluemark .tab-container > ul::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #000;
  transition: transform 0.4s ease-in-out;
}

main.my .bluemark .tab-container > ul.indicator-pos-2::before {
  transform: translateX(100%);
}

/* 콘텐츠 슬라이드 래퍼 */
main.my .bluemark .section-wrapper {
  display: flex;
  align-items: flex-start;
  min-height: 300px;
  transition: transform 0.4s ease-in-out;
}

main.my .bluemark .section-wrapper > section {
  width: 100%;
  flex-shrink: 0;
  padding-top: 20px;
}

main.my > section.bluemark .paging {
  margin-top: 60px;
}