@charset "UTF-8";
/* hanbom.com _ DA _ name _ 20240823 */

/* for Developer */
.pagination {
    margin-top: 40px;
    text-align: center;
    gap: 12px;
}

.board.util {
    padding-top: 0px;
}

.pagination li.on span{
    background: #000;
    color:#fff;
}

input[type="text"] , input[type="password"] {
    font-size: 16px;
    letter-spacing: inherit;
    line-height: 1.3;
    font-weight: 500;
    outline: none;
    border: 0;
    border-radius: 0;
    padding: 4px 20px 0;
    width: 100%;
    height: var(--text);
}


/*@media all and (max-width: 960px){*/
/*    .bottom-fixed-cs .footer-cs-form fieldset > .pack-both,*/
/*    .bottom-fixed-cs .footer-cs-form .field.pack-left		{gap: 8px;}*/
/*    */
/*    .bottom-fixed-cs .footer-cs-form .field.pack-left		{width: calc(100%  - 10px);}*/
/*}*/

/*@media (max-width: 960px) {*/
/*    .bottom-fixed-cs .footer-cs-form fieldset > .pack-both, .bottom-fixed-cs .footer-cs-form .field.pack-left {*/
/*        gap: 4px;*/
/*    }*/
/*}*/


/*@media (max-width: 768px) {*/
/*    .bottom-fixed-cs .footer-cs-form .input-text, .bottom-fixed-cs .footer-cs-form .select {*/
/*        width: calc((100% - 8px) / 3);*/
/*    }*/
/*    .bottom-fixed-cs .footer-cs-form .agree{*/
/*        width: 100%;*/
/*    }*/



/*    .bottom-fixed-cs .footer-cs-form .input-text, .bottom-fixed-cs .footer-cs-form .select {*/
/*        width: calc((100% - 172px -(16px* 3)) / 3);*/
/*        font-size: clamp(10px, 2.802vw, 14px);*/
/*    }*/



/*}*/

/*#btn-mobile-submit-btn{display:none;}*/

/*@media (max-width: 430px) {*/
/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .agree {*/
/*        flex-direction: row;*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/



/*#botton-cs-fixed.bottom-fixed-cs .footer-cs-form .btn.btn-mobile{*/
/*    display:none;*/
/*}*/

/*@media (max-width: 960px) {*/
/*  */
/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .btn.btn-mobile{*/
/*        display:block;*/
/*        width:50%;*/
/*    }*/

/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .agree label.pack-left {*/
/*        margin-top:10px;*/
/*        gap:3px;*/
/*    }*/

/*}*/

/*@media (max-width: 768px) {*/
/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .agree {*/
/*        align-self: center;*/
/*        gap: 10px;*/
/*    }*/
/*}*/


@media (max-width: 1279px) {
    #gnb .depth-wrap > ul ul a {
        color: var(--light-gray-2);
    }
}


@media (max-width: 1279px) {
    #gnb .depth-wrap > ul ul a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .item.ranking .price .unit {
        margin-bottom: 0px;
    }
}

.item.ranking .price.pack-right-down {
    gap: 0;
    width: 80px;
}

.item.ranking .text-wrap .bg-000 {
    max-width: calc(100% - 138px);
}
@media (max-width: 768px) {
    .item.ranking .text-wrap .bg-000 {
        max-width: calc(100% - 95px);
    }
}

.item.ranking .text-wrap .fs-24-14 {
    font-size: clamp(13px, 1.733vw, 18px);
}

.item.ranking .text-wrap .fs-48-24 {
    font-size: clamp(23px, 2.733vw, 35px);
}


/*
	20250204
	수정 css 취합
 */

/* box-shadow */
.shadow-5{box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.shadow-10{box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

/* mobile swiper (모바일에서만 스와이퍼) */
.mo-swiper :is([class*="bg-"]) dl{color: var(--black); text-align: center;}
.mo-swiper :is([class*="bg-"]) dl :is(dt,dd){padding: 10px 5px;}
.mo-swiper :is([class*="bg-"]) dt{}

.mo-swiper :is([class*="bg-"]) dt + dd{border-top: 1px solid var(--black);}
.mo-swiper :is([class*="bg-"]) dd + dd{border-top: 1px solid var(--black);}
@media all and (min-width: 769px) {
    .mo-swiper{}
    .mo-swiper .swiper-wrapper{transform: none !important;}
    .mo-swiper .swiper-slide{width: auto; height: auto; flex-shrink: inherit; margin: 0 !important;}
}
@media all and (max-width: 768px) {
    .mo-swiper > [class*="half-"]{gap: 0px !important;}
}

/* 안면윤곽재수술 css */
#y8-1 .swiper-slide .img-wrap{border: 4px solid #000000;}
#y8-1 .swiper-slide-active .title-wrap{color: var(--pastel-green);}
#y8-1 .swiper-slide-active .img-wrap{border-color: var(--pastel-green);}
#y8-1 .swiper-slide-active .pack-down .fs-32-18{color: var(--pastel-green);}
@media all and (min-width:769px) {

}
@media all and (max-width:768px) {

}

#content.sub.insurance .after-center{padding: 51px 0;}
@media all and (max-width: 960px) {
    #content.sub.insurance .after-center .contact > [class*="pack-"]{ align-items: center; }
}

/*
	// 20250204
	수정 css 취합
 */

/* 20250311 추가 */
.badge.best{color: #FFF; padding: 5px 8px; border-radius: 4px; margin-left: 4px;
    background: linear-gradient(90deg, rgba(247, 151, 210,1) 20.796875%,rgba(247, 151, 210,1) 21.421875%,rgba(201, 113, 245,1) 80.796875%);
}
/* // 20250311 추가 */



/* 20250421 추가 */
/* full title */
[class*="full-"]{position: relative;}
.full-wrap{}
.full-wrap .text-wrap{ position: absolute;
    top: 0; left: 0; right: 0;
    display: flex; flex-direction: column;
    width: 100%; height: 100%;
    padding-block: clamp(30px,8vw,60px);
}
/* flex */
.item-start		{align-items: flex-start;}
.item-end		{align-items: flex-end;}
.item-center	{align-items: center;}
.justify-start	{justify-content: flex-start;}
.justify-end	{justify-content: flex-end;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}

/* pack-grid */
.pack-grid	{display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: stretch; gap: clamp(12px,3.2vw,24px) !important;
}
.pack-grid > [class^="col-"] {
    grid-column: span 12;;
}
.pack-grid .col-1  { grid-column: span 1; }
.pack-grid .col-2  { grid-column: span 2; }
.pack-grid .col-3  { grid-column: span 3; }
.pack-grid .col-4  { grid-column: span 4; }
.pack-grid .col-5  { grid-column: span 5; }
.pack-grid .col-6  { grid-column: span 6; }
.pack-grid .col-7  { grid-column: span 7; }
.pack-grid .col-8  { grid-column: span 8; }
.pack-grid .col-9  { grid-column: span 9; }
.pack-grid .col-10 { grid-column: span 10; }
.pack-grid .col-11 { grid-column: span 11; }
.pack-grid .col-12 { grid-column: span 12; }
/* // 20250421 추가 */

/* 20250507 추가 */
.dimmed-wrap{position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    display: flex; align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5); backdrop-filter: blur(5px);
}
.dimmed-wrap .btn{
    min-height: clamp(46px,12.27vw,58px); padding: clamp(14px,3.73vw,18px) 28px clamp(10px,2.67vw,14px);
    font-size: clamp(14px, 3.733vw, 18px); letter-spacing: clamp(-.14px, -.037vw, -.18px);
}
/* // 20250507 추가 */