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,
.bluemark_info video {
  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;
}

main.my > section.bluemark ul.list .info > .image.border {
  border-right: 1px solid #EAEAEA;
}

.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 > section.bluemark ul.list .info > .goods {
  position: relative;
  min-height: 70px;
}

main.my > section.bluemark ul.list .info > .goods .handover-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}

main.my > section.bluemark ul.list .info > .goods .handover-info .badge {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  width: fit-content;
  padding: 5px 7px;
  font-size: 11px;
}

/* 네비게이터 */
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; */
  transition: opacity 0.4s ease;
}

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;
}

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

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

/* 블루마크 양도 모달 탭 */
.section__transfer .tab {
  overflow: hidden;
}

.section__transfer .tab-container > ul {
  position: relative;
  display: flex;
}

.section__transfer .tab-container > ul > li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.section__transfer .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;
}

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

.section__transfer .section-wrapper {
  width: 100%;
  display: flex;
  transition: transform 0.4s ease-in-out, height 0.4s ease-in-out;
  max-width: 400px;
  align-items: flex-start;
}

.section__transfer .section-wrapper > section.section__tab {
  width: 100%;
  flex-shrink: 0;

}

.tab > .tab-container > ul > li.on:before {
  display: none;
}

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

  .section__transfer .section-wrapper {
    max-width: 100%;
  }
}

/* 블루마크 양도 모달 */
.section__transfer { 
  padding: 0;
}

.section__transfer ul.dot {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section__transfer .tab {
  margin: 0 40px;
}

.section__transfer .product {
  padding: 0 40px;
}

.section__transfer .product .info {
  margin-bottom: 7px;
}

.section__transfer .product .info > .image {
  width: 80px;
  height: 99px;
}

.section__transfer .product .info > .image.border {
  border-right: 1px solid #EAEAEA;
}

.section__transfer .product .info > .goods {
  position: relative;
  height: 100px;
  padding: 10px 10px 10px 90px;
}

.section__transfer .product .info .goods .certified {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 3px 2px;
  background-color: var(--bluemark);
  color: #FFFFFF;
  font-size: 11px;
  line-height: normal;
}

.section__transfer .product .info > .bluemark dl {
  grid-template-columns: auto 1fr;
}

.section__transfer .section__tab {
  padding: 20px 0 30px 0;
}

.section__transfer .section-wrapper .form-inline {
  padding-top: 20px;
}

.section__transfer .section-wrapper .section__tab[data-section_type="MAIL"] .form-inline {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 10px;
}

.section__transfer .section-wrapper select.country,
.section__transfer .section-wrapper .country {
  border: 1px solid #808080;
  height: 45px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}

.section__transfer .section-wrapper .country::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 8px;
  background: url(/images/ico-select-arrow.svg) center/contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
}

.section__transfer .section-wrapper .country.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.section__transfer .section-wrapper .country-list {
  border: 1px solid #808080;
  border-top: none;
}

.section__transfer .section-wrapper .country-list .country-option {
  height: 36px;
  padding: 0 10px;
  color: #BFBFBF;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.section__transfer .section-wrapper .country-list .country-option:not(:first-child) {
  border-top: 1px solid #EAEAEA;
}

.section__transfer .section-wrapper .form-inline .input-email,
.section__transfer .section-wrapper .form-inline .input-tel {
  height: 45px;
  margin-top: 0;
  padding: 0 10px;
  font-weight: 300;
}

.section__transfer .control-label {
  font-size: 10px;
  color: #999999;
}

.section__transfer .btn_transfer {
  width: 100%;
  border: none;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11px;
}

.section__transfer .btn_transfer.disabled {
  border: solid 1px var(--border-gray-color);
  background-color: #FFFFFF;
  color: #909090;
  pointer-events: none;
}

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

  .modal section.section__transfer {
    padding: 0;
  }

  .modal > section.section__transfer > header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal > section.section__transfer > header > button.close {
    right: 20px;
  }

  .section__transfer ul.dot {
    margin-top: 20px;
  }

  .section__transfer ul.dot,
  .section__transfer .product {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .section__transfer .tab {
    margin: 0 20px;
  }
}

/* 블루마크 양도완료 모달 */
.modal.alert.on .section__transfer > p {
  text-align: center;
}

.modal.alert.on .section__transfer .product {
  width: 400px;
  margin-top: 40px;
  padding: 0;
}

.modal.alert.on .section__transfer .product .info {
  margin-bottom: 0;
}

.modal.alert.on .section__transfer .product .info .goods {
  border-bottom: none;
}

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

  .modal.alert.on .section__transfer .product {
    max-width: calc(100vw - 80px);
    margin-top: 20px;
  }
}