/* COMMON */
.contents { padding: 80px 0 110px; }
.wrap--product .contents { padding: 60px 0 110px; }
.sub-visual-container{
    overflow: hidden; background-repeat: no-repeat; background-position: center;
    -webkit-animation: visualFadeIn .4s ease-in-out .1s forwards; animation: visualFadeIn .4s ease-in-out .1s forwards; opacity: 0;
}
.sub-visual-wrapper{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    height: 100%;
}
.sub-visual-container .title { z-index: 2; position: relative; line-height: 1; text-align: center; font-size: 50px; font-weight: 600; color: #ffffff; letter-spacing: -0.04em; }
.sub-visual-container .title small { display: block; margin-bottom: 15px; font-size: 14px; color: #bcc5df; font-weight: 300; letter-spacing: 0.2em; }
.sub-visual__title-wrap{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 194px;
    padding: 40px 0;
    border-bottom:1px solid #cdcdcd;
}
.sub-visual__title{
    font-size: 48px;
    font-family:"Cafe24Ohsquare","scdream","NotoKR","Apple SD Gothic Neo",Helvetica,sans-serif,Arial;
    color:#000;
}
@-webkit-keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 1200px){
    .contents { padding: 80px 0; }
    .sub-visual-container .title { font-size: 34px; }
    .sub-visual-container .title small { font-size: 13px; }
    .sub-visual__title-wrap{
        height: 120px;
        padding: 20px 0;
        border-bottom: 1px solid #ebebeb;
    }
    .sub-visual__title{
        font-size: 30px;
    }
}
@media (max-width: 768px){
    .contents { padding: 60px 0; }
    .sub-visual-container .title { font-size: 24px; }
    .sub-visual-container .title small { margin-bottom: 10px; font-size: 11px; }
}



/* Sub Tab List */
.sub-tab-container { z-index: 2; position: relative; margin-top: -60px; }
.sub-tab-lists { display: flex; flex-wrap: wrap; margin: auto; max-width: 1200px; width: 100%; background: rgba(0,0,0,.5); }
.sub-tab-lists li { flex: 1 1; }
.sub-tab-lists .link{
    display: flex; align-items: center; justify-content: center; position: relative; padding: 4px; height: 60px;
    line-height: 1.4; text-align: center; font-size: 18px; color: rgba(255,255,255,.8); font-weight: 300;
    background-color: transparent;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
.sub-tab-lists .link::before{
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 100%; background: #ffffff;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
    -webkit-transform-origin: bottom; transform-origin: bottom;
    -webkit-transform: scaleY(0); transform: scaleY(0);
}
.sub-tab-lists .link span { display: block; z-index: 2; position: relative; }
.sub-tab-lists .link--on { color: #272728; font-weight: 700; }
.sub-tab-lists .link--on::before{
    -webkit-transform: scaleY(1); transform: scaleY(1);
}
@media(min-width:1201px){
	.sub-tab-lists .link:not(.link--on):hover::before{
        -webkit-transform: scaleY(0.1); transform: scaleY(0.1);
    }
}
@media (max-width:1200px){
    .sub-tab-container { margin-top: -50px; }
    .sub-tab-lists .link { height: 50px; font-size: 16px; }
}
@media (max-width:768px){
    .sub-tab-container { margin-top: 0; }
    .sub-tab-lists { background: rgba(0,0,0,.9); }
    .sub-tab-lists .link { padding: 12px 10px; height: 100%; line-height: 1.3; font-size: 14px; }
}

/* Section */
.page-section{
    padding:100px 0;
}
.page-section--first{
    margin-top: -80px;
}
.page-section--last{
    margin-bottom: -110px;
}
@media (max-width:1200px){
    .page-section--last{
        margin-bottom: -80px;
    }
}
@media (max-width:1024px){
    .page-section{
        padding:80px 0;
    }
}
@media (max-width:768px){
    .page-section{
        padding:60px 0;
    }
    .page-section--first{
        margin-top: -60px;
    }
    .page-section--last{
        margin-bottom: -60px;
    }
}
@media (max-width:576px){
}

/* Story */
.page-section--story-sv{
    position: relative;
    padding: 157px 0 150px;
    background-repeat: no-repeat;
    background-position:center bottom;
    background-image:url(/child/img/sub/about/story-bg.png);
}
.page-section--story-sv::before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 48px;
    background-color: #efefef;
}
.page-section--story-sv .text-80{
    position: relative;
    display: inline-block;
}
.page-section--story-sv .text-80::before{
    content:'';
    position:absolute;
    top:50%;
    left:calc(100% + 40px);
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    display: block;
    width: 420px;
    height: 1px;
    background-color: #000;
}
@media (max-width:1200px){
    .page-section--story-sv::before{display:none;}
    .page-section--story-sv .text-80::before{display:none;}
}
@media (max-width:1024px){
}
@media (max-width:992px){
    .page-section--story-sv{
        padding: 60px 0 150px;
        background-size: cover;
    }
    .page-section--story-sv{
        background-image:url(/child/img/sub/about/story-bg-sm.png);
    }
}
@media (max-width:768px){
    .page-section--story-sv{
        background-size: contain;
    }
}
@media (max-width:576px){
}

.page-section--question{
    background-color: #fabc32;
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(/child/img/sub/about/story-bg2.png);
}
#vue-app .page-section--question .container{
    padding:0 165px;
}
.page-section--question .box-style{
    padding:40px;
}
@media (max-width:1200px){
    #vue-app .page-section--question .container{
        padding:0 15px;
    }
}
@media (max-width:1024px){
    .page-section--question .box-style{
        padding:30px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--question{
        background-position: right center;
    }
}
@media (max-width:576px){
}

.page-section--home{
    padding-bottom: 0;
    background-color: #004e66;
}
.page-section--home .box-style--half{
    padding-bottom: 90px;
}
@media (max-width:1024px){
    .page-section--home .box-style--half{
        padding-bottom: 60px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--home .box-style--half{
        padding: 40px 20px 50px;
    }
}
@media (max-width:576px){
}

/* Ceo */
.page-section--intro{
    padding:190px 0 170px;
    background-color: #f4f5f9;
    background-repeat: no-repeat;
    background-position:left top;
    background-image:url(/child/img/sub/about/ceo-bg.png);
}
.page-section--intro .img-wrap{
    padding-left: 80px;
    margin-bottom: -510px;
}
@media (max-width:1024px){
    .page-section--intro{
        padding:80px 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--intro{
        padding:60px 0;
    }
}
@media (max-width:576px){
}

.page-section--broadcast{
    padding:80px 0 0;
    background-color: #f4f5f9;
    background-repeat: no-repeat;
    background-position:center top;
    background-image:url(/child/img/sub/about/ceo-bg2.png);
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--broadcast{
        padding-top: 60px;
    }
}
@media (max-width:576px){
}

.page-section--ceo{
    background-color: #f4f5f9;
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(/child/img/sub/about/ceo-bg3.png);
}
.page-section--ceo .img-wrap{
    margin-bottom: -112px;
}
.ceo-name{
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1;
    font-weight: 100;
}
.ceo-name::before{
    content:'';
    position:absolute;
    top:50%;
    left:calc(100% + 40px);
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #222;
}
.ceo-name .icon{
    margin-left: 20px;
}
@media (max-width:1024px){
    .page-section--ceo{
        background-image:none;
    }
    .page-section--ceo .img-wrap{
        margin-bottom: 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}

.page-section--greeting{
    background-repeat: no-repeat;
    background-position:left top 430px;
    background-image:url(/child/img/sub/about/ceo-bg4.png);
}
.page-section--greeting .arrow-items{
    padding-right: 100px;
}
.greeting-row{
    background-repeat: no-repeat;
    background-position:center bottom;
    background-image:url(/child/img/sub/about/ceo-bg5.png);
}
@media (max-width:1350px){
    .page-section--greeting{
        background-image:none;
    }
}
@media (max-width:1200px){
    .page-section--greeting .arrow-items{
        padding-right: 0;
    }
}
@media (max-width:1024px){
    .page-section--greeting .arrow-items{
        padding-right: 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}

/* diagnosis */
.page-section--diagnosis{
    background-color: #0053c9;
}
.last-check-row .img-wrap{
    padding-right: 70px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
    .last-check-row .img-wrap{
        padding-right: 0;
    }
}
@media (max-width:768px){
}
@media (max-width:576px){
}

.page-section--check{
    padding-bottom:730px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position:center bottom;
    background-image:url(/child/img/sub/diagnosis/page-diagnosis-bg.png);
}
.check-text{
    padding-left: 90px;
}
@media (max-width:1024px){
    .check-text{
        padding-left: 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section--check{
        padding-bottom:100px;
        background-size: contain;
    }
}
@media (max-width:576px){
}


/* Product details */
.product-details{
    display: flex;
    flex-wrap:wrap;
}
.product-details__sidebar{
    width: calc(100% - 888px);
}
.product-sidebar{
    box-shadow: 0 0 10px rgba(0,0,0,.06);
    padding:40px 20px;
    margin-bottom: 25px;
    background-color: #fff;
}
.product-sidebar__head{
    padding-bottom: 20px;
}
.product-sidebar__tit, .product-sidebar__txt, .product-sidebar__txt2{
    display: block;
}
.product-sidebar__tit{
    font-size: 30px;
    font-weight: 600;
    color:#222;
}
.product-sidebar__txt{
    font-size: 16px;
    color:#a0a0a0;
    margin-bottom:5px;
}
.product-sidebar__txt2{
    font-size: 16px;
    color:#333;
    margin-top:5px;
}
.product-sidebar__body{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.product-sidebar__btn-wrap{
    margin-top:20px;
}
.product-opion-wrap .select{
    width: 100%;
}

.product-sidebar__price1{
    text-align: right;
    font-weight: 500;
    color: #999999;
    font-size: 24px;
}

.product-sidebar__price1 strong{
    position: relative;
    width: fit-content;
}

.product-sidebar__price1 strong::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #999999;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.product-sidebar__price2{
    text-align: right;
    font-weight: 700;
    color: #ff5f2e;
    font-size: 28px;
    padding-bottom: 15px;
}

.product-sidebar__price3{
    font-size: 18px;
    line-height: 1.2;
    color:#222;
    text-align: right;
    font-weight: 600;
}
.product-sidebar__price3 strong{
    font-size: 36px;
    padding:0 4px;
    font-weight: 700;
}

.product-details__contents{
    position: relative;
    z-index: 2;
    width: 888px;
    padding-top: 100px;
    padding-right: 26px;
}
.product-details__navigation{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: calc(100% - 26px);
}
.product-nav{
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #e6e6e6;
}
.product-nav li a{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color:#666;
    text-align: center;
    padding:19px 60px;
    border-bottom: 2px solid transparent;
}
.product-nav li.active a{
    font-weight: 600;
    color: #222;
    border-color:#f4b816;
}
.product-contents__section{
    padding:50px 0;
}
#info{
    font-size: 0;
    padding-top:0;
}
.product-contents__tit-wrap{
    margin-bottom: 20px;
}
.product-contents__tit{
    font-size: 22px;
    font-weight: 600;
    color:#222;
}
.product-contents__tit small{
    font-size: 16px;
    font-weight: 500;
    color:#666;
}
@media (max-width:1200px){
    .product-details__sidebar, .product-details__contents{
        width: 100%;
    }
    .product-details__sidebar{
        order:1;
    }
    .product-details__navigation{
        width: 100%;
    }
    .product-details__contents{
        order:2;
        padding-right: 0;
    }
    .product-nav li a{
        font-size: 16px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .product-sidebar{
        padding: 20px;
    }
    .product-sidebar__head{
        padding-bottom: 15px;
    }
    .product-sidebar__tit{
        font-size: 24px;
    }
    .product-sidebar__txt, .product-sidebar__txt2{
        font-size: 14px;
    }
    .product-sidebar__body{
        padding-top: 15px;
    }
    .product-sidebar__price{
        font-size: 16px;
    }
    .product-sidebar__price strong{
        font-size: 24px;
    }
    .product-nav li{
        flex: 1 1 auto;
    }
    .product-nav li a{
        font-size: 14px;
        padding:16px 15px;
    }
    .product-details__contents{
        padding-top: 60px;
    }
    .product-contents__tit{
        font-size: 20px;
    }
}
@media (max-width:576px){
}

.product-details.sticky .product-details__sidebar,
.product-details.sticky .product-details__navigation{
    max-width: 1230px;
    width: 100%;
    padding:0 14px;
}
.product-details.sticky .product-details__sidebar{
    position: fixed;
    top:0;
    left:50%;
    z-index: 1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
}
.product-details.sticky .product-sidebar{
    position: relative;
    width: calc(100% - 888px);
    margin-left: auto;
}

.product-details.sticky .product-details__navigation{
    position: fixed;
    top:0;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
}
.product-details.sticky  .product-nav{
    width: calc(888px - 26px);
    background-color: #fff;
}
@media (max-width:1200px){
    .product-details.sticky .product-details__sidebar,
    .product-details.sticky .product-details__navigation{
        padding:0;
    }
    .product-details.sticky .product-details__sidebar{
        position: static;
        top:auto;
        left: auto;
        transform: none;
    }
    .product-details.sticky .product-sidebar{
        width: 100%;
    }
    .product-details.sticky .product-details__navigation{
        top:50px;
    }
    .product-details.sticky .product-nav{
        width: 100%;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}

/* rating */
.rating-box{
    padding:20px 30px;
    border-top: 1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.rating-score__value{
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.rating-score .score-star{
    margin:auto;
}
.score-star, .score-star__fill{
    width:170px;
    height: 30px;
    background-repeat: no-repeat;
    background-position:left center;
}
.score-star{
    position: relative;
    background-image:url(/child/img/common/score-star.png);
}
.score-star__fill{
    background-image:url(/child/img/common/score-star-fill.png);
}
.score-star--sm, .score-star--sm .score-star__fill{
    width:102px;
    height: 20px;
}
.score-star--sm{
    background-image:url(/child/img/common/score-star-sm.png);
}
.score-star--sm .score-star__fill{
    background-image:url(/child/img/common/score-star-fill-sm.png);
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}

.rating-graph{
    width: 80%;
    margin: auto;
}
.progress-graph-items{
    margin:-5px 0;
}
.progress-graph-item{
    padding:5px 0;
}
.progress-graph{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 40px;
}
.progress-graph__tit, .progress-graph__num{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    font-size: 14px;
}
.progress-graph__tit{
    left: 0;
    color:#333;
}
.progress-graph__num{
    right:0;
    font-weight: 500;
    text-align: right;
    color:#f4b816;
}
.progress-graph__bar{
    width: 100%;
    height: 20px;
    background-color: #e6e6e6;
    border-radius: 100px;
    overflow: hidden;
}
.progress-graph__bar-fill{
    display: inline-block;
    height: 100%;
    background-color: #f4b816;
    border-radius: 100px;
}

.review-item{
    padding: 20px 0;
    border-bottom:1px solid #e6e6e6;
}
.review-con__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.review-con__score{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color:#333;
}
.review-con__score .score-star{
    margin-right: 8px;
}
.review-con__score span{
    line-height: 1;
    margin-top: 4px;
    margin-left: 4px;
}
.review-con__info{
    display: flex;
    align-items: center;
}
.review-con__info >div{
    position: relative;
    padding:0 10px;
}
.review-con__info >div::before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    display: block;
    width: 1px;
    height: 12px;
    background-color: #e6e6e6;
}
.review-con__info >div:first-child::before{display:none;}
.review-con__writer, .review-con__date{
    font-size: 14px;
    color:#666;
}
.review-con__txt{
    font-size: 14px;
    line-height: 1.6;
}
.review-item__con + .review-item__img-items{
    margin-top: 10px;
}
.review-item__img-items{
    display: flex;
    margin:-2px;
}
.review-item__img-item{
    width: 100px;
    padding:2px;
}
.review-item__img-item button{
    display: block;
    width: 100%;
    height: 100%;
}
.review-item__img{
    width: 100%;
    padding-top:100%;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.modal--img{
    max-width: 500px;
}
.modal--img .modal__head, .modal--video .modal__head{
    height: 45px;
    padding:0;
    border: 0;
}
.modal--img .modal__close, .modal--video .modal__close{
    width: 45px;
    height: 45px;
}
.modal--img .modal__body, .modal--video .modal__body{
    height: auto;
    font-size: 0;
    padding:0 10px 10px;
    margin:0;
}
.modal--img img{
    width: 480px;
}
.modal--video{
    max-width: 1000px;
}
.review-slide{
    position: relative;
}
.review-slide .prev, .review-slide .next{
    position: absolute;
    top:50%;
    z-index: 1;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-position:center;
}
.review-slide .prev{
    left:5px;
    background-image:url(/child/img/visual/prev-white.png);
}
.review-slide .next{
    right:5px;
    background-image:url(/child/img/visual/next-white.png);
}
.review-slide .img-wrap{
    min-height: 40px;
}



.curriculum-contents-items{
    margin: -20px 0;
}
.curriculum-contents-item{
    padding:20px 0;
}
.curriculum-contents-item__tit{
    font-size: 22px;
    margin-bottom: 20px;
}
.curriculum-section-items{
    border-top:2px solid #222;
}
.curriculum-section-item__head{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 15px 25px 50px;
    border-bottom: 2px solid #e6e6e6;
}
.curriculum-section-item__arrow{
    position: absolute;
    top:50%;
    left:20px;
    transform: translate(0,calc(-50% + 2px)) rotate(315deg);
    width: 10px;
    height: 10px;
    border-top:2px solid #f4b816;
    border-right:2px solid #f4b816;
    -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.curriculum-section-item__tit{
    font-size: 16px;
}
.curriculum-section-item__total{
    font-size: 16px;
    font-weight: 500;
    color: #f4b816;
    padding-left: 10px;
}
.curriculum-section-item__body{
    border-bottom: 2px solid #e6e6e6;
    -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.curriculum-item{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    padding:15px 10px 15px 20px;
    border-top:1px solid #e6e6e6;
}
.curriculum-item:first-child{
    border-top:0;
}
.curriculum-item__label{
    min-width:80px;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
}
.curriculum-item__tit{
    font-size:16px;
    font-weight: 400;
    cursor: pointer;
}
.curriculum-item__info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width:150px;
    margin-left: auto;
}
.curriculum-item__time{
    font-size: 14px;
    color:#666;
}
.curriculum-item__time + .curriculum-item__btn{
    margin-left: 10px;
}
.curriculum-item__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    background-color: #f4b816;
    padding-right: 2px;
}
.btn-readonly{
    color:#333;
    background-color: transparent;
}

.curriculum-section-item.active .curriculum-section-item__body{
    display: none;
}
.curriculum-section-item.active .curriculum-section-item__arrow{
    transform: translate(0,calc(-50% - 4px)) rotate(135deg);
}
@media (min-width:1025px){
    .curriculum-item__btn:hover{
        background-color: #dca614;
    }
    .btn-readonly:hover{
        background-color: transparent;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .curriculum-contents-item__tit{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .curriculum-section-item__head{
        padding: 20px 15px 20px 30px;
    }
    .curriculum-section-item__arrow{
        left:10px;
    }
    .curriculum-section-item__tit{
        width: 100%;
    }
    .curriculum-item__label{
        order:1;
    }
    .curriculum-item__info{
        order:3;
    }
    .curriculum-item__tit{
        order:2;
        width: 100%;
        margin-top: 5px;
    }
}
@media (max-width:576px){
}

/*결제완료*/
.payment-container{display: flex; flex-direction: column; align-items: center; padding: 100px 15px !important;}

.payment-icon{display: flex; flex-direction: column; align-items: center;}
.payment-icon>img{height: 80px; object-fit: cover;}
.payment-icon>h1{padding: 30px 0; text-align: center;}

.payment-button{display: flex; padding-top: 50px;}
.payment-button>a{margin: 0 10px; cursor: pointer; display: block;}
.payment-button>a>button{box-sizing: border-box; padding: 14px 15px; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; font-weight: 500; line-height: 1.2; text-align: center; transition: all ease-out .15s;
    min-width: 250px;
}
.payment-button1{background-color: #f4b816; color: #ffffff}
.payment-button1:hover{background-color: #dca614}

@media (max-width:768px){
  .payment-icon>h1{font-size: 1.2rem}
}

.v-card__text{padding: 20px 24px !important;}
.v-card-text-title{color: #333333; font-size: 18px; font-weight: 500;}

.v-responsive.v-image{padding: 20px 0;}

.review-close button{background-color: #f4b816 !important; margin: 0 auto; border-radius: 0;}
.review-close .v-btn--contained{box-shadow: none;}
.close-text{color: #ffffff; font-weight: 500;}

.review-item__con{display: flex; position: relative; flex-direction: row-reverse;}
.review-con__head{position: absolute; top: 0; left: 0}
.review-con__body{width: 80%; margin-top: 30px;}
.review-item__img-items{width: 20%; margin-top: 30px; display: flex; justify-content: flex-end;}

@media (max-width:576px){
  .review-con__body{margin-top: 40px;}
  .review-item__img-items{margin-top: 40px;}
}

/*회원탈퇴*/
.withdraw-wrap .v-text-field__slot>input{outline: none; border: 1px solid #e5e5e5 !important;}
.withdraw-wrap .v-card__title{padding: 16px 24px 0 !important; display: flex; justify-content: center;}
.withdraw-wrap .v-card__text{padding-top: 0 !important; padding-bottom: 5px !important;}
.withdraw-wrap .v-card__actions{padding: 0 24px 16px !important; display: flex; justify-content: center;}
.withdraw-wrap .v-btn{border-radius: 0 !important; margin: 0 5px;}
.withdraw-wrap .v-btn--contained{box-shadow: none;}
.withdraw-wrap .withdraw-btn{background-color: #ffffff !important; border: 1px solid #f4b816;}
.withdraw-wrap .withdraw-btn>span{color: #f4b816;}
.withdraw-wrap .withdraw-close{background-color: #f4b816 !important;}
.withdraw-wrap .withdraw-close>span{color: #ffffff;}
.withdraw-wrap .theme--light.v-text-field>.v-input__control>.v-input__slot:before{border-color: rgba(0,0,0,0) !important;}
.withdraw-wrap .v-text-field>.v-input__control>.v-input__slot:after{display: none !important;}
