#pager{
  min-height: unset;
}
body{
  height: max-content;
  min-height: 100%;
}
.header-back-about form{
  height: max-content;
  min-height: 100vh;
}

.header-back form{
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  justify-content: space-between;
  height: 100%;
}
.h-60{
  height: 60%;
}

.home_main_logo {
  height: 42%;
  padding-top: 4%;
}
@media (min-width: 992px) {
  .home_main_logo {
    height: 64%;
  }
}
@media (max-width: 991px) {
  .home_main_logo {
    width: -webkit-fill-available;
    margin-right: 80px;
    margin-left: 80px;
  }
}

/* @media (min-width: 1400px) {
  #wrap{
    margin-top: 0;
  }
} */

.header-back {
  background-size: cover;
  background-color: #A91920;
}

/* .dash_logo_main{
  padding-top: 4rem;
  padding-bottom: 2rem;
} */

/* .home_main_logo {
  max-height: 480px;
} */

/* @media (max-width: 991px) {
  .home_main_logo {
    width: -webkit-fill-available;
    margin-right: 80px;
    margin-left: 80px;
  }
}

@media (max-width: 560px) {
  .home_main_logo {
    max-height: 280px;
    margin-right: 56px;
    margin-left: 56px;
  }
} */

@media (max-width: 1399px) {
  header nav ul li {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
}

@media (max-width: 1270px) {
  header nav ul li {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}
/* @media (max-width: 1240px) {
  #dart-header .navbar-brand img{
    height: 2rem;
  }
} */
/* @media (max-width: 1200px) and (min-width: 991px) {
  header nav ul li {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
  .btn.btn-outline-bright{
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem;
  }
  #dart-header .navbar-brand img{
    height:   1.6rem;
  }
} */
/* @media (max-width: 1200px) {
  .navbar-toggler.d-flex.d-lg-none{
    display: flex !important;
  }
  .bd-navbar .offcanvas-lg{
    background: linear-gradient(0deg, #8C151B, #B31B22) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
  .offcanvas-lg.flex-grow-1{
    top: 0;
    right: 0;
    width: 20rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-lg{
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    outline: 0;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding){
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show{
    visibility: visible;
  }
  .offcanvas-header{
    padding-top: 1.7rem;
    padding-right: 2.5rem !important;
  }
  .offcanvas-header .btn-close{
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0.7rem;
  }
  header nav ul.bd-navbar-nav{
    width: 100%;
  }
  header nav ul li{
    padding-right: 2rem;
    width: 100% !important;
  }
  header nav ul li .nav-link{
    text-align: start;
    width: 100% !important;
  }
  li.nav-item a.nav-link span.d-lg-none{
    display: block !important;
  }
  header.navbar-expand-lg ul.navbar-nav{
    flex-wrap: wrap !important;
  }
  .offcanvas-lg .offcanvas-body{
    display: block !important;
  }
  .offcanvas-body hr.d-lg-none{
    display: block !important;
  }
  .offcanvas-lg .offcanvas-header{
    display: flex !important;
  }
  .offcanvas-body.p-lg-0{
    padding: 1.5rem !important;
    padding-top: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: static !important;
  }
  .pd-end-3{
    padding-right: 16px !important;
  }
} */


header nav ul li .nav-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand img{
    height: 28px;
  }
  header nav ul li .nav-link{
    font-size: 1rem;
  }
  
  #bdNavbar .btn.btn-outline-bright{
    font-size: 0.85rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1140px) {
  .vr-line {
    background-color: #ffffff00 !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 1141px) and (max-width: 1300px) {
  .vr-line {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1156px) and (max-width: 1300px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .navbar-brand img {
    height: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1056px) {
  .navbar-brand img {
    height: 30px;
  }
}
.bd-navbar .dropdown-menu{
  min-width: 13rem;
}

.item-img{
  float: right;
  width: 24px;
}

.footer-moving{
  flex-direction: column;
  font-weight: 400;
}

@media (max-width: 1399px) {
  .footer-moving{
    align-items: center;
  }
}

.footer-moving.flex-start{
  align-items: flex-start;
}

.footer-moving.flex-start img{
  height: 2.4rem;
}
@media (max-width: 560px) {
  .footer-moving.flex-start img{
    height: 2rem;
  }
}

@media (max-width: 1399px) {
  .footer-moving.flex-start{
    align-items: flex-start;
  }
}

.footer-moving.dash-footer{
  font-size: 16px;
}

@media (max-width: 560px) {
  .footer-moving.dash-footer{
    font-size: 14px;
  }
}





/* content-title */

.content-title{
  text-align: center;
}
.content-title.left{
  text-align: left;
}

.content-title h2{
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 1400px){
  .content-title h2{
    font-size: 2.5rem;
  }
}
@media (max-width: 1399px){
  .content-title h2{
    font-size: 2.5rem;
  }
}
@media (max-width: 680px){
  .content-title h2{
    font-size: 2rem;
  }
}
@media (max-width: 480px){
  .content-title h2{
    font-size: 1.5rem;
  }
}

.content-title h2.sub{
  color: #fff;
  text-align: center;
}

.content-title span{
  background: url(../../images/title-line.svg) no-repeat top center;
  color: transparent;
}
.content-title.left span{
  background: url(../../images/title-line.svg) no-repeat top left;
}
@media (min-width: 1400px){
  .content-title span{
    margin-bottom: 4rem;
  }
}

.page-content-title{
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 4.2rem;
  margin-bottom: 0;
}
@media (max-width: 1199px){
  .page-content-title{
    padding-top: 2.3rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991px){
  .page-content-title{
    padding-top: 1.6rem;
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 680px){
  .page-content-title{
    padding-top: 0.7rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 560px){
  .page-content-title{
    padding-top: 0.7rem;
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 420px){
  .page-content-title{
    padding-top: 0.3rem;
    padding-bottom: 2.3rem;
  }
}

.page-content-title h4{
  font-weight: 300;
  text-align: right;
  color: white;
  font-size: calc(1rem + 0.3vw);
}
@media (max-width: 480px){
  .page-content-title h4{
    font-size: 1rem;
  }
}

.page-content-title span{
  background: url(../../images/title-line.svg) no-repeat top left;
  opacity: 0.1;
}
@media (max-width: 680px){
  .page-content-title span{
    background-size: 20%;
  }
}

/* content */

/* payment */

/* contact */
.contact-box{
  text-align: center;
}

.contact-box .email-address{
  text-align: center;
  padding-top: 24px;
  font-weight: 300;
}

.long .form-control{
  height: 160px;
}

.form_flex{
  display: flex;
  justify-content: space-evenly;
}

.form_flex .form-check{
  padding-right: 24px;
}
.form_flex button{
  margin-left: 24px;
}

.contact-send{
  margin-top: 40px;
}



.dropdown-item.title{
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #ccc;
  color: #666;
  width: fit-content;
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}

.pd-end.dropdown-item{
  padding-right: 24px;
}
.pd-end-3{
  padding-right: 0px;
  margin-right: 8px !important;
}
.pd-end-3 .pd-end{
  padding-right: 0px !important;
}
@media (max-width: 991px){
  .pd-end.dropdown-item{
    padding-right: 0px;
  }
  .pd-end-3{
    padding-right: 16px ;
  }
  .pd-end-3 .pd-end{
    padding-right: 8px !important;
  }
}







/* partner */
/* product */
.content-group{
  padding-top: 2rem;
  padding-bottom: 6rem;
  color: #332E2E;
}
@media (max-width: 560px){
  .content-group{
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

.product-img, .carousel.slide, .carousel-item, .carousel-item img{
  width: 100%;
}
.carousel-item{
  height: auto;
}


/* min-width: 992px */
  .product-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10%;
    padding-bottom: 8%;
  }
  .product-img{
    width: 60%;
    margin-bottom: 0;
    position: relative;
  }
  .product-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .carousel.slide{
    position: absolute;
    height: 100%;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-control-prev, .carousel-control-next{
    width: 8%;
  }
  .product-text{
    width: 38%;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .product-title{
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 16%;
  }
  h6.product-price{
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #D13139;
  }
  span.price-code{
    font-weight: 400;
    margin-left: 0.17em;
    font-size: 0.7em;
  }
  span.price-info{
    font-weight: 400;
    color: #AC1A22;
    margin-left: 0.17em;
    font-size: 0.5em;
  }
  .span-box{
    align-items: flex-start;
    font-size: 0.875em;
    line-height: 1.4;
    margin-bottom: 18%;
    font-weight: 400;
    margin-top: 1.42em;
    color: #000;
    padding: 3% 4.7%;
    background-color: rgba(89, 80, 81, 2%);
  }
  .span-box > span{
    padding-top: 0.43em;
    padding-bottom: 0.43em;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .span-box .title{
    font-weight: 500;
    color: #8F8F8F;
    margin-right: 4%;
  }
  button.product-buy-btn{
    font-size: 1em;
    line-height: 1.4;
    padding: 0.6em 2.5em 0.75em;
    background-color: unset;
    border: 0.07em solid #D13139;
    border-radius: 2em;
    color: #D5434B;
    height: fit-content;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 0.5em;
  }
  button.product-buy-btn:hover{
    background-color: rgb(213 67 75 / 8%); /* #D13139 */
  }
  button.product-buy-btn:focus{
    background-color: rgb(213 67 75 / 24%); /* #D13139 */
    border: 0.1em solid #D13139;
  }


  .product-using-box{
    padding-top: 10%;
    padding-bottom: 8%;
  }
  .use-card-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .use-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: fit-content;
    border: 1px solid rgba(89, 80, 81, 6%);
    background-color: rgba(89, 80, 81, 3%);
    border-radius: 2em;
    margin: 0.25em;
  }
  .use-card-img{
    width: auto;
    height: 2em;
    margin-top: auto;
    margin-bottom: auto;
  }
  .use-card-text{
    color: #595051;
    margin-top: 0.25em;
    font-size: 0.5em;
  }
  .use-card.h-more{
    padding-top: 0.25em;
  }
  .h-more .use-card-img{
    height: 2.25em;
  }
  .use-card-img.long{
    height: 1.25em;
  }

  /* payment */
  .content-group{
    padding-top: 2rem;
    padding-bottom: 6rem;
    color: #332E2E;
  }
  .pay-box{
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-btn{
    text-align: center;
    margin-bottom: auto;
  }
  .pay-img-box{
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 8%;
  }
  
  .pay-cardimg{
    width: auto;
    height: 4em;
    padding: 1em;
  }
  .pay-cardimg.h-more{
    width: auto;
    height: 5.5em;
  }
  .pay-cardimg.lotte{
    height: 3.5em;
  }
  .point-btn{
    max-width: 240px;
    width: 100%;
    height: 60px;
    background: #FA666D;
    border-radius: 100px;
    color: #fff;
    transition: all 150ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: auto;
    border: 0;
  }
  .point-btn .svg-arrow{
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }
  .point-btn.send{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
  }
  .point-btn:hover{
    color: #332E2E;
  }

  /* join */
.join_group{
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.join_box{
  width: 100%;
  max-width: 248px;
  background-color: #b31b22;
  padding: 24px;
  border-radius: 16px;
  position: relative;
}
.join_box:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.join_text{
  position: absolute;
  height: calc(100% - 48px);
  width: calc(100% - 48px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.join_text > p{
  margin: 0;
}
.top_text{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.bottom_text{
  height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
}
/* .bottom_text{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
} */
/* .bottom_text .svg-arrow{
  margin-left: 4px;
} */



@media (min-width: 992px){
  .product-box .product-text.before{
    display: none;
  }
  .span-box .box-title{
    display: none;
  }
}

@media (max-width: 991px){
  .product-text.over .product-title, .product-text.over .product-price, .product-text.over .price-code, .product-text.over .product-buy-btn{
    display: none;
  }
  .product-box{
    padding-top: 10%;
    padding-bottom: 8%;
    flex-direction: column;
  }
  .product-img{
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
  .product-text{
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .product-title{
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.4em;
    margin-top: 2.4em;
  }
  h6.product-price{
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #D13139;
  }
  span.price-code{
    font-weight: 400;
    margin-left: 0.17em;
    font-size: 0.675em;
  }
  span.price-info{
    font-weight: 400;
    color: #AC1A22;
    margin-left: 0.17em;
    font-size: 0.5em;
  }
  .span-box{
    align-items: flex-start;
    font-size: 0.875em;
    line-height: 1.4;
    margin-bottom: 18%;
    font-weight: 400;
    margin-top: 1.7em;
    color: #000;
    padding: 2.42em 1em;
    background-color: rgba(89, 80, 81, 0%);
    border-top: 0.6em solid rgba(89, 80, 81, 4%);
  }
  .span-box > span{
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .span-box .box-title{
    font-size: 1em;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    justify-content: center;
    padding: 0;
  }
  .span-box .title{
    font-weight: 500;
    color: #8F8F8F;
    margin-right: 0.4em;
    padding-top: 0.85em;
  }
  .span-box .fix{
    flex-direction: column;
  }
  .span-box .fix .title{
    padding-bottom: 0.6em;
  }
  
  .before button.product-buy-btn{
    margin-bottom: 1.5em;
  }


  .product-using-box{
    padding-top: 10%;
    padding-bottom: 8%;
  }
  .use-card-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .use-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: fit-content;
    border: 1px solid rgba(89, 80, 81, 6%);
    background-color: rgba(89, 80, 81, 3%);
    border-radius: 2em;
    margin: 0.25em;
  }
  .use-card-img{
    width: auto;
    height: 2em;
    margin-top: auto;
    margin-bottom: auto;
  }
  .use-card-text{
    color: #595051;
    margin-top: 0.25em;
    font-size: 0.5em;
  }
  .use-card.h-more{
    padding-top: 0.25em;
  }
  .h-more .use-card-img{
    height: 2.25em;
  }
  .use-card-img.long{
    height: 1.25em;
  }

  /* payment */
  .pay-img-box{
    margin-top: 2%;
    padding-bottom: 22%;
  }

   /* join */
.join_group{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join_box{
  width: 100%;
  max-width: 248px;
  background-color: #b31b22;
  padding: 24px;
  border-radius: 16px;
  position: relative;
}
.join_box:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.join_box.me-auto{
  margin-left: auto;
}
.join_box.ms-auto{
  margin-right: auto;
}
.join_box.corp{
  margin-top: 16px;
}
.join_text{
  position: absolute;
  height: calc(100% - 48px);
  width: calc(100% - 48px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.join_text > p{
  margin: 0;
}
.top_text{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.bottom_text{
  height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
}
}

@media (max-width: 520px){
  .long-holder input{
    height: 80px !important;
  }
}
@media (max-width: 559px){
  .product-text{
    font-size: 16px;
  }
}
@media (min-width: 560px) and (max-width: 639px){
  .product-text{
    font-size: 18px;
  }
}
@media (min-width: 640px) and (max-width: 901px){
  .product-text{
    font-size: 20px;
  }
}
@media (min-width: 902px) and (max-width: 991px){
  .product-text{
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1101px){
  .product-text, .product-using-box, .pay-box{
    font-size: 16px;
  }
}
@media (min-width: 1102px) and (max-width: 1201px){
  .product-text, .product-using-box, .pay-box{
    font-size: 18px;
  }
}
@media (min-width: 1202px) and (max-width: 1399px){
  .product-text, .product-using-box, .pay-box{
    font-size: 20px;
  }
}
@media (min-width: 1400px){
  .product-text, .product-using-box, .pay-box{
    font-size: 22px;
  }
}
@media (min-width: 380px) and (max-width: 991px){
  .none-set{
    display: none;
  }
}




@media(max-width: 991.8px){
  .bd-navbar .offcanvas-lg{
    background: linear-gradient(0deg, #8C151B, #B31B22) !important;
  }
}
@media(max-width: 767px){
  #daum_juso_rayeraddrZip{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-top: 32px;
    background-color: #000;
    border: 0 !important;
  }
  #btnCloseLayer{
    right: 0 !important;
    top: 0 !important;
    width: 32px !important;
  }
}
@media(min-width: 768px){
  #daum_juso_rayeraddrZip{
    width: 520px !important;
    height: 640px !important;
    top: 22% !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: -260px !important;
    padding-top: 32px;
    background-color: #000;
  }
  #btnCloseLayer{
    right: 0 !important;
    top: 0 !important;
    width: 32px !important;
  }
}

/* etc. scss 수정 */
.btn-outline-linegray{
  border-color: #332E2E !important;
}
#logForm #log_both .check-label .form-check-label{
  color: #332E2E !important;
}
.btn-darkblue{
  background-color: #b31b22 !important;
  border-color: #8c151b !important;
}

/* .mt-4.inputly */
.set-klon .klon-label-title{
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #767678;
  vertical-align: top;
}
input.address{
  padding: 11px 12px;
}
input.number-address{
  width: calc(100% - 124px);
}
button.address{
  border-radius: 8px;
  margin-left: 10px;
}
.etc_input-set{
  color: #666666;
  border: 1px solid #DBDBDE;
  border-radius: 8px;
  font-weight: 400;
}
#layer_1_section .subtitle_right_link.layer_close_link.btn-close, #layer_2_section .subtitle_right_link.layer_close_link.btn-close{
  background-size: 1.3rem;
  width: 30px;
  height: 30px;
  padding: 0;
}
.subtitle{
  align-items: center;
}
@media(max-width: 800px){
  .subtitle_right{
    display: flex;
    align-items: center;
  }
  #layer_1_section .subtitle_right{
    padding-top: 1.7rem;
  }
  /* .subtitle_right_link.layer_close_link.btn-close{
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.7rem;
  } */
  /* #layer_1_section .subtitle_right_link.layer_close_link.btn-close{
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0.7rem;
  } */
  .ly_warp{
    height: 100% !important;
  }
  .subtitle .subtitle_cetner{
    font-size: 1.2rem !important;
  }
  
}
/* #layer_1_section.layer_section .ly_warp{
  padding: 0 2.5rem !important;
} */
@media(max-width: 850px){
  #layer_1_section.layer_section .ly_warp{
    padding: 0 0.75rem !important;
    /* height: 100% !important; */
  }
}
@media(max-width: 560px){
  #layer_1_section .subtitle_right{
    padding-right: 0;
  }
  #layer_1_section.layer_section .ly_warp{
    padding: 0 0.5rem !important;
  }
  .subtitle .subtitle_cetner{
    font-size: 1rem !important;
  }
}
#layer_1_section .subtitle_right_link.layer_close_link img{
  width: 24px;
}



/* buy_layer */
.layer_ver.product-text{
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.layer_group_title{
  font-size: 1em;
  line-height: 1.4;
  font-weight: 500;
  color: #8F8F8F;
  padding-bottom: 0.6em;
}
.layer_ver.about-text .layer_group_title, .layer_ver.about-text .layer_group{
  padding-bottom: 0.6em;
}
.layer_group_wrap{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 1em;
}
.layer_ver.about-text .layer_group_text{
  font-size: 0.8em;
  line-height: 1.6;
  font-weight: 400;
  color: #8F8F8F;
  margin-bottom: 0;
}
.layer_group_wrap.pay{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.layer_group_wrap.pay.total{
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.layer_group_wrap.pay.total.cancle .pay-price{
  color: black;
}
.layer_ver .product-title{
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.layer_ver .product-price{
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
  color: #D13139;
  margin-left: auto;
}
.layer_ver span.price-code{
  font-weight: 400;
  margin-left: 0.17em;
  font-size: 0.7em;
}
.layer_ver span.price-info{
  font-weight: 400;
  color: #AC1A22;
  margin-left: 0.17em;
  font-size: 0.5em;
}
.layer_ver .info_input_group{
  margin-bottom: 1rem;
}
.layer_ver .pay-title{
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
}
.layer_ver .pay-price{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  margin-left: auto;
}
.layer_ver .total .pay-title{
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.layer_ver .total .pay-price{
  font-size: 1.5em;
  font-weight: 700;
  color: #D13139;
  margin-bottom: 0.3em;
}
.font-size-set{
  font-size: 16px;
}

.layer_group_wrap .form-floating input, #layer_2_section .form-floating input{
  color: #000;
}
.layer_group_wrap .form-floating label, #layer_2_section .form-floating label{
  color: #A3A3A3;
  top: -3px !important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label{
  color: #000;
  top: 0 !important;
}
.form-floating > .form-control, .form-floating > .form-select{
  height: fit-content;
}
#log_section .form-floating > .form-control, #log_section .form-floating > .form-select, .form-floating input[type='text'].log.form-control, .form-floating input[type='password'].log.form-control{
  height: calc(3.5rem + 2px);
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown){
  padding-top: 2rem;
}
.form-floating input[readonly]{
  background-color: #F0F0F0;
  color: #666;
}
.fix_btn_pay{
  margin-bottom: 1em;
}
.fix_btn_pay button, .fix_btn_cancle button{
  padding: 11px 17px !important;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 991px){
  .layer_group_title{
    font-size: 0.75em;
    line-height: 1.4;
    font-weight: 500;
    color: #8F8F8F;
    padding-bottom: 0.6em;
  }
  .layer_group_wrap{
    padding: 0 0.75em;
  }
  .my-order .layer_group_title{
    font-size: 1em;
  }
  /* .layer_ver .product-title{
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.4em;
  }
  .layer_ver .product-price{
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 0.4em;
    line-height: 1.4;
    color: #D13139;
  }
  .layer_ver span.price-code{
    font-weight: 400;
    margin-left: 0.17em;
    font-size: 0.675em;
  }
  .layer_ver span.price-info{
    font-weight: 400;
    color: #AC1A22;
    margin-left: 0.17em;
    font-size: 0.5em;
  } */
}
@media (max-width: 960px){
  #layer_1_section.layer_section{
    padding-bottom: 2rem;
  }
}






#cover-container .sub-wrap{
  height: 100% !important; /*  fit-content  */
  margin-top: 0px;
}

.change_pw_wrap{
  padding: 0px 40px 32px 40px !important;
  width: 600px;
  margin: auto;
}

.width_set{
  width: 600px;
  margin: auto;
}
.memcontent, .memcontent li{
  font-size: 16px;
}
.memcontent li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.memcontent li.link{
  border-radius: 10px;
  background-color: #fafafa !important;
  margin-top: 8px;
  border: 1px solid #fafafa;
}
.memcontent li.link:hover{
  background-color: #FBE9EA !important;
  border: 1px solid #F5D2D4;
}
.memcontent li.link a:hover{
  color: unset;
}
.memcontent li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
img.right{
  width: 16px;
  height: 16px;
}
@media (max-width: 632px){
  .width_set{
    width: 100%;
  }
  .memcontent li{
    padding: 12px 0px;
  }
  .memcontent li.link{
    padding: 12px 16px;
  }
}
.memcontent{
  padding: 0;
  padding-bottom: 24px;
}
/* 구매내역 리스트 수정 */
.order_list .upper_group, .order_list .lower_group, .order_list .about{
  display: flex;
}
.order_list .upper_group{
  padding-bottom: 5px;
  align-items: center;
}
.order_list .lower{
  padding-top: 0 !important;
}
.order_list .more_btn{
  margin-left: auto;
  color: #D13139 !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.order_list .more_btn img{
  padding: 0.2rem;
}
.order_list .product_img{
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.order_list .about{
  flex-wrap: wrap;
}
.order_list .date{
}
.order_list .num{
}
.order_list .product, .order_list .price{
  font-weight: 500 !important;
  color: #332E2E !important;
}

.order_list.span-box{
  align-items: flex-start;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 300;
  margin-top: 0;
  color: #000;
  padding: 12px 24px 20px;
  background-color: rgba(89, 80, 81, 2%);
  border: 0;
}
.order_list.span-box .pay_state{
  font-size: 1.2em;
  font-weight: 500;
}
.span-box .buyer_info{
  font-size: 1em;
  line-height: 1.4;
  flex-direction: row;
}
.span-box .buyer_info .info-title{
  font-weight: 500;
  color: #8F8F8F;
  margin-right: 1.8em;
  min-width: 120px;
}
.span-box .buyer_info .info-text{
  font-weight: 400;
  color: black;
}
@media (max-width: 560px) {
  .order_list .lower{
    font-size: 0.9rem !important;
  }
  .order_list .product_img{
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }
  .order_list .product, .order_list .price{
    font-weight: 400 !important;
  }
}
.ly_warp .set_scroll.bar_set{
  margin-top: 16px;
  overflow-y: auto;
}
.span-box .buyer_info.pay{
  justify-content: flex-start;
  flex-wrap: wrap;
}
.span-box .buyer_info.pay .info-title{
  padding-bottom: 0;
  min-width: unset;
  margin-right: 0.7em;
}
@media (max-width: 499px){
  .span-box .buyer_info{
    font-size: 0.9em;
    flex-direction: column;
  }
  .span-box .buyer_info.pay{
    flex-direction: row;
  }
  .span-box .buyer_info .info-title{
    padding-bottom: 0.2em;
    min-width: 130px;
  }
}
@media (max-width: 800px){
  .layer_front .ly_warp .set_scroll{
    height: 100% !important;
  }
}