html{
    min-width:unset !important 
}

.re-design-body .new-brand-kv-detail {
    margin: 0 auto;
    margin-top: 5.5vw;
    max-width: 1240px;
    width: unset !important;
    padding: 0 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-kv{
    width: 1024px;
    /*background-color: #D9D9D9;*/
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-kv img{
    object-fit: cover;
    width: 100%;
    height: 571.55px;;
}


.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content{
    width: 1024px;
    padding: 25px 0;
    /*text-align: center;*/
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left p,
.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right p{
    font-size: 18px;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left p:first-of-type,
.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right p:first-of-type{
    margin-top: 0;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left{
    border-right: 2px dashed #D9D9D9;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left,
.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right{
    
    width: 50%;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left{
    
    padding-right: 25px;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right{
    padding-left: 25px;
}


.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-url p{
    font-size:  18px;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-url p a{
    color: #000;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-btn{
    padding-left: 20px;
}


.re-design-body .new-brand-kv-detail .new-brand-kv-detail-btn a.link {
  padding: 10px 35px 10px 21px;
  font-size: 14px;
  color: #000;
  background: #fdc532;
  position: relative;
  margin-right: 20px;
  transition: all 0.5s;
  float: right;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-btn a.link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 4.81px;
  background: url(/img/index/more-arrow-black.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-btn a:hover {
  background: #ffd400;
}

.re-design-body .new-brand-kv-detail .new-brand-kv-detail-btn a:hover::before {
  right: 15px;
}


@media screen and (max-width: 1023.9px){
    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-kv{
        width: 100%;
       height: 55.8vw;
    }

    .re-design-body .new-brand-kv-detail{
        margin-top: 76px;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content{
        width: 100%;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-kv img{
        height:  55.8vw;
    }

    .re-design-body .new-brand-kv-detail{
        padding: 0;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content{
        padding: 25px 20px;
    }
}

@media screen and (max-width: 767.9px){
    .re-design-body .new-brand-kv-detail {
        margin-bottom: 5vw;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-title{
        font-size:22px;
        margin-bottom: 2.5vw;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite{
        font-size: 2.727vw;
        margin-bottom: 0;
        display: block;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left p,
    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right p{
        font-size: 16px;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right p:first-of-type{
        margin-top: 20px;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left{
        border-right: none;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-left,
    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-copywrite .content-copywrite-right{
        padding: 0;
        width: 100%;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-content .content-url p{
        font-size: 2.727vw
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-kv img{
        height:  55.8vw;
    }

    .re-design-body .new-brand-kv-detail .new-brand-kv-detail-btn{
        padding-left: 0;
    }

    .re-design-body .hide-br {
        display: none;
    }
}
