@charset "UTF-8";
@import url("/css/pretendard/pretendardvariable.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.1/css/all.css");        /* 180921 버전업 갱신 */
@import url("/css/font-awesome-4.7.0/css/font-awesome.css");
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Noto+Sans+KR:wght@100..900&display=swap');
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body, h1, h2, h3, h4, h5, h6, input, textarea, select p a div {font-family: 'Noto Sans KR', sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
ul, li, dl, dt, dd, ol {list-style:none;}

* { margin:0; padding:0;}
*, *::before, *::after {box-sizing: border-box;}
html, body {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
}
body {font-size:15px; -webkit-font-smoothing: antialiased;}
img, picture, video, canvas, svg {display: block; max-width: 100%;image-rendering: -webkit-optimize-contrast;transform: translateZ(0);backface-visibility: hidden;}
p, h1, h2, h3, h4, h5, h6 {overflow-wrap: break-word;}

body{
    -ms-overflow-style: none;
}

select{
    text-align: center;
    font-weight: normal;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #dedede;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    padding: 3px 3px 7px 8px;
    margin-right: 5px;
}

/* loading css */
.loderWrap{position:absolute;top:50%;left:50%;transform: translateX(-50%);transform: translateY(-50%);z-index:99999;}
.cssLoader, .cssLoader:before, .cssLoader:after { background: rgba(0, 0, 0, 0.5); -webkit-animation: load1 1s infinite ease-in-out; animation: load1 1s infinite ease-in-out; width: 1em; height: 4em;}
.cssLoader {color: rgba(0, 0, 0, 0.5);text-indent: -9999em;margin:0 auto;position: relative;font-size: 11px;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);-webkit-animation-delay: -0.16s; animation-delay: -0.16s;z-index:9999999;}
.cssLoader:before, .cssLoader:after {position: absolute; top: 0; content: '';}
.cssLoader:before { left: -1.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.cssLoader:after { left: 1.5em;}
@-webkit-keyframes load1 { 0%, 80%, 100% { box-shadow: 0 0; height: 4em; } 40% { box-shadow: 0 -2em; height: 5em; }}
@keyframes load1 { 0%, 80%, 100% { box-shadow: 0 0; height: 4em; } 40% { box-shadow: 0 -2em; height: 5em; }}
.loadBlock {position: fixed;_position: absolute;top: 0;left: 0;z-index: 9999998;width: 100%;height: 100%;}
.loadBlock .bgBlock{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;opacity: .5;filter:alpha(opacity=50);}
.loadBlock .cssLoader, .loadBlock .cssLoader:before, .loadBlock .cssLoader:after { background: rgba(255, 255, 255, 0.8) !important;z-index:9999999 !important}
.loadBlock .cssLoader{color: rgba(255, 255, 255, 0.8) !important;z-index:9999999 !important;}

/* a tag markup */
a:link    {text-decoration:none; color:#111111;}
a:visited {text-decoration:none;color:#111111;}
a:hover   {text-decoration:none;color:#111111;}

/* button */
.btn_filled:link{color:#fff;}
.btn_filled:visited{color:#fff;}
.btn_filled:hover{color:#fff;}
/*.btn_filled:hover{background: #A9C0F1;border: 1px solid #A9C0F1;color:#2961DB;font-weight: 600;}*/
.btn_pill_outline{color:#111;border:1px solid #111;border-radius: 30px;padding:9px 15px;background: #ffffff;}
/*.btn_pill:hover{background: #A9C0F1;border: 1px solid #A9C0F1;color:#2961DB;font-weight: 600;}*/
.btn_cancel{color:#fff;background: #D41B1B;border-radius: 4px;padding:9px 15px;border: 1px solid #D41B1B;}
.btn_cancel_outline{color:#D41B1B;border-radius: 4px;padding:15px;border: 1px solid #D41B1B; height: 45px;}
.btn_cancel_outline:hover{color:#D41B1B;}
.btn_outline{color:#111;border:1px solid #cccccc;border-radius: 4px;padding:9px 15px;background: #ffffff; height: 45px;}
.btn_outline_h{color:#111;border:1px solid #cccccc;border-radius: 4px;padding:9px 15px;background: #ffffff;transition: .3s;}
.btn_outline_h:hover{background:#f7f7f7;transition: .3s;}
/*.btn_outline:hover{background: #2961DB;border: 1px solid #2961DB;color:#ffffff;}*/
.search_btn_full{display: inline-block;text-align: center;width: 100%;}

.btn_switch{position: relative;top: -1px;font-weight: 300;letter-spacing: 0;margin-bottom: 0;line-height: 29px;cursor: pointer;white-space: nowrap;transition: All 0.3s ease;-webkit-transition: All 0.3s ease;-moz-transition: All 0.3s ease;-o-transition: All 0.3s ease;}
.btn_switch input{display:none;}
.btn_switch_indicator{position: relative;display: inline-block;width: 35px;height: 10px;background: #e3e4e5;border-radius: 20px;vertical-align: middle;transition: All 0.3s ease;-webkit-transition: All 0.3s ease;-moz-transition: All 0.3s ease;-o-transition: All 0.3s ease;}
.btn_switch_indicator::after{content: '';position: absolute;left: 0px;width: 20px;height: 20px;cursor: inherit;background: #fff;border-radius: 50%;top: -5px;box-shadow: 0px 0px 3px #bbb;-webkit-box-shadow: 0px 0px 3px #bbb;transition: All 0.3s ease;-webkit-transition: All 0.3s ease;-moz-transition: All 0.3s ease;-o-transition: All 0.3s ease;}


/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing: 0;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}

/* 테이블이 늘어나거나 줄어들 경우 한줄 이상 표시 제한을 둘수있다. 늘어나는 만큼의 값은 .. 처리를 한다 */
table {table-layout:fixed}
th,td{white-space:normal; overflow:hidden; text-overflow:ellipsis;}

.tableScroll{
    overflow-y: scroll;
    max-height: 750px;
}
.hideScrollBar::-webkit-scrollbar {
    display: none;
}

.hideScrollBar{

}
/* z-index */
.z1{
    z-index: 1;
}
/*float*/
.float_l{
    float:left;
}
.float_r{
    float:right;
}
/*overflow-y*/
.overflow_y{
    overflow-y: auto;
    white-space: nowrap;
}
.overflow_h{
    overflow:hidden;
}
.overflow_x{
    overflow-x: auto;
    white-space: nowrap;
}
.main_color{color:#5a53c8}
.point_color{color:#C9334C;}
.sub_color{color:#F4F7FF; }
.warn_color{color:#EB0C27 !important;}
.black_color{color:#111111 !important;}
.point_color_bg{background:#C9334C;border:1px solid #c9334c;}
.gray_bg_color{background:#eeeeee;font-weight: 500;}
.f5_bg_color{background:#f5f5f5;font-weight: 500;}
.f9_bg_color{background:#f9f9f9;}
.white_bg_color{background:#ffffff;}
.cancel_bg_color{background:#d13636;color:#fff;}

.cursor_p{cursor:pointer;}

/* border */
.border_t1_d{
    border-top:1px solid #ddd;
}
.borderDash_t1_d{
    border-top:1px dashed #ddd;
}
.border_t1_e{
    border-top:1px solid #eee;
}

.border_t1_f5{
    border-top:1px solid #f5f5f5;
}

.border_gray_1d{
    border: 1px solid #ddd;
}

.border_gray_1c{
    border: 1px solid #ccc;
}

.border_b1_d{
    border-bottom:1px solid #ddd;
}

.border_gray_1e{
    border: 1px solid #eee;
}

.border_b1_e{
    border-bottom:1px solid #eee;
}

.border_b1_f5{
    border-bottom:1px solid #f5f5f5;
}

.border_dot_b1{
    border-bottom: 1px dotted #111111 !important;
}

.border_r4{
    border-radius: 4px;
}

.default_bundle{
    background: #f9f9f9;
    padding: 20px 20px;
    border: 1px solid #eee;
}

.point_bundle{
    background: #eae7f4;
    padding: 20px 20px;
    color: #5a53c8;
}

/* textarea 디자인 */
.textarea_default{
    width: 100%;
    height: 100%;
    padding: 10px;
    line-height: 1.3rem;
    font-size: 14px;
    min-height: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    resize: none;
}
/* textarea 디자인 */

.textarea_community {
    width: 100%;
    height: 100%;
    padding: 10px;
    line-height: 1.3rem;
    font-size: 14px;
    min-height: 300px;
    border-radius: 4px;
    border: 1px solid #ddd;
    resize: none;
}

/*말줄임*/
.ellipsis_text1{
    width: 100%;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -webkit-box;
}
.ellipsis_text2{
    width: 100%;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;
}

.text_al {text-align: left !important;}
.text_ar {text-align: right !important;}
.text_ac {text-align: center !important;}
.vertical_t {vertical-align: top !important;}
.vertical_m {vertical-align: middle !important;}
.vertical_b {vertical-align: bottom !important;}

/* font */
.font_b{font-weight: bold !important;}
.font_w300{font-weight: 300 !important;}
.font_w400{font-weight: 400 !important;}
.font_w500{font-weight: 500 !important;}
.font_w600{font-weight: 600 !important;}
.font_s13{font-size: 13px !important;}
.font_s14{font-size: 14px !important; line-height: 1.3rem;}
.font_s15{font-size: 15px !important;}
.font_s16{font-size: 16px !important;}
.font_s18{font-size: 18px !important; line-height: 1.5rem;}
.font_s20{font-size: 20px !important;}
.font_s22{font-size: 22px !important;}
.font_s24{font-size: 24px !important;}

.font_title{font-size: 18px !important; font-weight: bold; line-height: 1.5rem;}
.font_content{font-size: 15px !important; color: #888888}
.font_color_gray{color:#888888;}
.font_color_white{color:#ffffff !important;}
.font_color_666{color: #666666;}
.font_color_red{color: #e51623;}
.text_letter_s{letter-spacing: -0.3px;}
.text_letter_m{letter-spacing: -0.5px;}
.text_letter_l{letter-spacing: -0.7px;}
.word_break_k{word-break: keep-all;}
.word_break_n{word-break: normal;}
.text_deco_lt{text-decoration: line-through;}

/* line-height */
.font_line_h18{line-height: 18px;}
.font_line_h20{line-height: 20px;}
.font_line_h22{line-height: 22px;}
.font_line_h24{line-height: 24px;}

/*display*/
.display_b {display:block !important;}
.display_i{display:inline !important;}
.display_ib {display:inline-block !important;}
.display_f{display:flex !important;}

/* flex */
.flex_justify_sb{justify-content: space-between !important;}
.flex_justify_c{justify-content: center !important;}
.flex_justify_fs{justify-content: flex-start !important;}
.flex_justify_fe{justify-content: flex-end !important;}
.flex_justify_sa{justify-content: space-around !important;}
.flex_justify_se{justify-content: space-evenly !important;}
.align-items_c{align-items: center !important;}
.align-items_fe{align-items: flex-end !important;}
.align-items_fs{align-items: flex-start !important;}
.align-content_sa{align-content: space-around !important;}
.flex_shrink_w90{width: 90px; flex-shrink: 0;}
.flex_shrink_0{flex-shrink: 0;}
.flex_grow_1{
    flex-grow: 1;
}
.flex_item{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
}

.flex_direct_col{
    flex-direction: column
}

/* position */
.position_a{position: absolute !important;}

.position_r{position: relative !important;}
.position_init{position: initial !important;}
/*width % */
.widthAuto{width:auto !important;}
.width_5p{width:5% !important;}
.width_10p{width:10% !important;}
.width_15p{width:15% !important;}
.width_20p{width:20% !important;}
.width_25p{width:25% !important;}
.width_30p{width:30% !important;}
.width_35p{width:35% !important;}
.width_40p{width:40% !important;}
.width_45p{width:45% !important;}
.width_47p{width:47% !important;}
.width_48p{width:48% !important;}
.width_50p{width:50% !important;}
.width_55p{width:55% !important;}
.width_60p{width:60% !important;}
.width_65p{width:65% !important;}
.width_70p{width:70% !important;}
.width_75p{width:75% !important;}
.width_80p{width:80% !important;}
.width_85p{width:85% !important;}
.width_90p{width:90% !important;}
.width_95p{width:95% !important;}
.width_100p{width:100% !important;}

/*width px */
.width_5px{width:5px !important;}
.width_10px{width:10px !important;}
.width_13px{width:13px !important;}
.width_15px{width:15px !important;}
.width_18px{width:18px !important;}
.width_20px{width:20px !important;}
.width_25px{width:25px !important;}
.width_30px{width:35px !important;}
.width_40px{width:40px !important;}
.width_45px{width:45px !important;}
.width_50px{width:50px !important;}
.width_55px{width:55px !important;}
.width_60px{width:60px !important;}
.width_70px{width:70px !important;}
.width_80px{width:80px !important;}
.width_85px{width:85px !important;}
.width_90px{width:90px !important;}
.width_100px{width:100px !important;}
.width_110px{width:110px !important;}
.width_120px{width:120px !important;}
.width_130px{width:130px !important;}
.width_140px{width:140px !important;}
.width_160px{width:160px !important;}

/*기본 레이아웃*/
.content_default{
    min-width: 1024px;
    margin:0 auto;
    width:100%;
    margin-bottom: 100px;
}

/* height layout */
.fix_height{height:40px !important;line-height:40px !important;padding:0 !important;}

.header_exclude_height{
    height: calc(100vh - 51px);
}
.header{
    position: fixed;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.header .header_wrap{
    height: 85px;
    width: 100%;
    line-height: 85px;
    display: flex;
    justify-content: space-between;
    min-width: 1024px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content_wrap{
    padding-top: 86px;
}

.auto_height{
    height: auto !important;
}

#footer{
    background: #111;
    padding: 50px 20px 30px 20px;
    position: relative;
    z-index: -1;
    margin-top: 20px;
    padding-bottom: 60px !important;
    width: 100%;
    bottom: 0;
    color: #fff;
}
#footer ul{
    margin-bottom: 20px;
}
#footer ul li{
    position: relative;
    color:#888888;
    font-size:14px;
    line-height:20px;
}
#footer ul li a{
    color:#eee;
}
#footer .footerArea01{
    display: flex;
}
#footer .footerArea01 li:nth-child(2){
    margin-left:2%;
    padding-left:2%;
}
#footer .footerArea01 li:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 0.8rem;
    width: 1px;
    background-color: #555555;
    transform: translateY(-50%)
}

/*padding*/
.padding_0{
    padding: 0 !important;
}
.padding_3{
    padding: 3px !important;
}
.padding_10{padding: 10px !important;}
.padding_15{padding: 15px !important;}
.padding_20{padding: 20px !important;}

.padding_t0{padding-top:0px !important;}
.padding_t1{padding-top:1px !important;}
.padding_t2{padding-top:2px !important;}
.padding_t3{padding-top:3px !important;}
.padding_t4{padding-top:4px !important;}
.padding_t5{padding-top:5px !important;}
.padding_t6{padding-top:6px !important;}
.padding_t7{padding-top:7px !important;}
.padding_t8{padding-top:8px !important;}
.padding_t9{padding-top:9px !important;}
.padding_t10{padding-top:10px !important;}
.padding_t15{padding-top:15px !important;}
.padding_t20{padding-top:20px !important;}
.padding_t25{padding-top:25px !important;}
.padding_t30{padding-top:30px !important;}
.padding_t35{padding-top:35px !important;}
.padding_t40{padding-top:40px !important;}
.padding_t45{padding-top:45px !important;}
.padding_t50{padding-top:50px !important;}
.padding_t55{padding-top:55px !important;}
.padding_t60{padding-top:60px !important;}


.padding_b1{padding-bottom:1px !important;}
.padding_b2{padding-bottom:2px !important;}
.padding_b3{padding-bottom:3px !important;}
.padding_b4{padding-bottom:4px !important;}
.padding_b5{padding-bottom:5px !important;}
.padding_b6{padding-bottom:6px !important;}
.padding_b7{padding-bottom:7px !important;}
.padding_b8{padding-bottom:8px !important;}
.padding_b9{padding-bottom:9px !important;}
.padding_b10{padding-bottom:10px !important;}
.padding_b15{padding-bottom:15px !important;}
.padding_b20{padding-bottom:20px !important;}
.padding_b25{padding-bottom:25px !important;}
.padding_b30{padding-bottom:30px !important;}
.padding_b35{padding-bottom:35px !important;}
.padding_b40{padding-bottom:40px !important;}
.padding_b45{padding-bottom:45px !important;}
.padding_b50{padding-bottom:50px !important;}
.padding_b55{padding-bottom:55px !important;}
.padding_b60{padding-bottom:60px !important;}


.padding_l1{padding-left:1px !important;}
.padding_l2{padding-left:2px !important;}
.padding_l3{padding-left:3px !important;}
.padding_l4{padding-left:4px !important;}
.padding_l5{padding-left:5px !important;}
.padding_l6{padding-left:6px !important;}
.padding_l7{padding-left:7px !important;}
.padding_l8{padding-left:8px !important;}
.padding_l9{padding-left:9px !important;}
.padding_l10{padding-left:10px !important;}
.padding_l15{padding-left:15px !important;}
.padding_l20{padding-left:20px !important;}
.padding_l25{padding-left:25px !important;}
.padding_l30{padding-left:30px !important;}
.padding_l40{padding-left:40px !important;}

.padding_r1{padding-right:1px !important;}
.padding_r2{padding-right:2px !important;}
.padding_r3{padding-right:3px !important;}
.padding_r4{padding-right:4px !important;}
.padding_r5{padding-right:5px !important;}
.padding_r6{padding-right:6px !important;}
.padding_r7{padding-right:7px !important;}
.padding_r8{padding-right:8px !important;}
.padding_r9{padding-right:9px !important;}
.padding_r10{padding-right:10px !important;}
.padding_r15{padding-right:15px !important;}
.padding_r20{padding-right:20px !important;}
.padding_r25{padding-right:25px !important;}
.padding_r30{padding-right:30px !important;}
.padding_r40{padding-right:40px !important;}
.padding_r50{padding-right:50px !important;}
.padding_r60{padding-right:60px !important;}


/*margin*/
.margin_center{margin:0 auto;}
.margin_t0{margin-top:0px !important;}
.margin_t1{margin-top:1px !important;}
.margin_t2{margin-top:2px !important;}
.margin_t3{margin-top:3px !important;}
.margin_t4{margin-top:4px !important;}
.margin_t5{margin-top:5px !important;}
.margin_t6{margin-top:6px !important;}
.margin_t7{margin-top:7px !important;}
.margin_t8{margin-top:8px !important;}
.margin_t9{margin-top:9px !important;}
.margin_t10{margin-top:10px !important;}
.margin_t15{margin-top:15px !important;}
.margin_t20{margin-top:20px !important;}
.margin_t25{margin-top:25px !important;}
.margin_t30{margin-top:30px !important;}

.margin_b0{margin-bottom:0px !important;}
.margin_b1{margin-bottom:1px !important;}
.margin_b2{margin-bottom:2px !important;}
.margin_b3{margin-bottom:3px !important;}
.margin_b4{margin-bottom:4px !important;}
.margin_b5{margin-bottom:5px !important;}
.margin_b6{margin-bottom:6px !important;}
.margin_b7{margin-bottom:7px !important;}
.margin_b8{margin-bottom:8px !important;}
.margin_b9{margin-bottom:9px !important;}
.margin_b10{margin-bottom:10px !important;}
.margin_b15{margin-bottom:15px !important;}
.margin_b20{margin-bottom:20px !important;}
.margin_b25{margin-bottom:25px !important;}
.margin_b30{margin-bottom:30px !important;}
.margin_b35{margin-bottom:35px !important;}
.margin_b40{margin-bottom:40px !important;}
.margin_b45{margin-bottom:45px !important;}
.margin_b50{margin-bottom:50px !important;}
.margin_b100{margin-bottom:100px !important;}

.margin_l0{margin-left:0px !important;}
.margin_l1{margin-left:1px !important;}
.margin_l2{margin-left:2px !important;}
.margin_l3{margin-left:3px !important;}
.margin_l4{margin-left:4px !important;}
.margin_l5{margin-left:5px !important;}
.margin_l6{margin-left:6px !important;}
.margin_l7{margin-left:7px !important;}
.margin_l8{margin-left:8px !important;}
.margin_l9{margin-left:9px !important;}
.margin_l10{margin-left:10px !important;}
.margin_l15{margin-left:15px !important;}
.margin_l20{margin-left:20px !important;}
.margin_l25{margin-left:25px !important;}
.margin_l30{margin-left:30px !important;}

.margin_r0{margin-right:0px !important;}
.margin_r1{margin-right:1px !important;}
.margin_r2{margin-right:2px !important;}
.margin_r3{margin-right:3px !important;}
.margin_r4{margin-right:4px !important;}
.margin_r5{margin-right:5px !important;}
.margin_r6{margin-right:6px !important;}
.margin_r7{margin-right:7px !important;}
.margin_r8{margin-right:8px !important;}
.margin_r9{margin-right:9px !important;}
.margin_r10{margin-right:10px !important;}
.margin_r15{margin-right:15px !important;}
.margin_r20{margin-right:20px !important;}
.margin_r25{margin-right:25px !important;}
.margin_r30{margin-right:30px !important;}

.topBottom_interval150{padding-top: 150px;padding-bottom: 150px;}

/* No padding & margin & border */
.padding_none {padding:0px !important;}
.margin_none {margin:0px !important;}
.border_none {border:0px !important;}
.border_none_t {border-top:0px !important;}
.border_none_r {border-right:0px !important;}
.border_none_b {border-bottom:0px !important;}
.border_none_l {border-left:0px !important;}

label.error{
    display: block;
    font-size: 13px;
    font-weight:500;
    color: #EB0C27;
    padding: 6px 0 5px 0;
    letter-spacing: -0.05em;
}

.shortcut_btn a{
    color: #FFFFFF;
    font-size: 13px;
}
/* globalHeader */
#globalHeader{
    height: calc(env(safe-area-inset-top) + 65px);
    height: calc(constant(safe-area-inset-top) + 65px);
    position: relative;
    z-index: 202;
} /* 기존 margin-bottom: 48px; position: relative; z-index: 202; */

.alliza_mall_shortcuts p{
    color:#f5f5f5;
}
.alliza_mall_shortcuts .title{
    font-size:24px !important;
    font-weight: bold;
    margin-bottom:10px;
    color:#fff;
}
.alliza_mall_shortcuts a{
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #fff;
    margin-bottom: 12px;
    display: block;
    border-radius: 20px;
    font-size: 13px;
    line-height: 15px;
}
.alliza_mall_shortcuts div:nth-child(1){
    width:70%;
}
.alliza_mall_shortcuts .alliza_mall_btn_wrap a{
    color:#fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
}
.alliza_mall_shortcuts .alliza_mall_btn_wrap p:nth-last-child(1) a{
    margin-bottom: 0;
}

/*item_layout*/
.item_layout{
    display: grid;
    grid-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
    padding-bottom: 30px;
}
.item_layout .thumb_wrap{
    border: 1px solid #eee;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    min-height: 78px;
    border-radius: 10px;
}
.item_layout .thumb_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_layout .thumb_wrap.shop_no_thumb{
    background: #f9f9f9 url(../../../../pro/img/common/shop_alliza.png) no-repeat 50%;
    background-size: 80%;
}
/*shop, alliza 바로가기 텍스트*/
.main_btn{
    font-size: 18px;
}
.shortcut_circle_gray{
    position: relative;
    background-color: #dddddd;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.shortcut_circle img{
    position: absolute;
    width: 62%;
    height: 62%;
    left: 56%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shortcut_circle_gray img{
    position: absolute;
    width: 80%;
    height: 75%;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 햄버거메뉴 */
.hamburger_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 20px;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    padding-top: 20px;
}
.innerheaderWrap h1{
    width:90px;
}
.innerheaderWrap .hamburger_div{
    display: flex;
    align-items: center;
    height: 64px;
    margin-right: 22px;
    justify-content: flex-end;
}
.innerheaderWrap .hamburger_div ul{
    display: flex;
}
.innerheaderWrap .hamburger_div ul li{
    margin-right: 24px;
}
.innerheaderWrap .hamburger_div ul li a{
    color:#111111;
    font-weight: 600;
}

/* right_menu */
.right_menu_wrap{
    position: absolute;
}

.right_menu{
    display: block;
    width: 300px;
    max-width: 300px;
    background:#fff;
    right: -100%;
    transition: all 300ms;
    z-index: 1;
    top: 0;
    padding: 0 20px 20px 20px;
    padding-top : 10px;
    position: fixed;
    box-sizing: border-box;
}

.right_menu p{
    color: #111;
}

.right_menu a{
    color: #666;
}
.right_menu li{
    padding-bottom:30px;
    font-weight: 400;
}

.right_menu .menu_list{
    height: 90%;
}

.right_menu .menu_list ul{
    height: 100%;
    overflow-y: auto;
}

.right_menu li .title{
    background-size: 15px;
    display: inline-block;
    width: 100%;
    font-size: 18px;

}
.right_menu .first_item{
    background: none;
    position: relative;
    border-bottom: 3px solid #111;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.sub_menu{
    padding-left: 15px;
}
.sub_menu li{
    padding-bottom:10px;
    background:none;
}

.sub_menu li:nth-child(1){
    padding-top: 10px;
}

.sub_menu li:last-child{
    padding-bottom: 0;
}

.toggle_on{
    font-weight:600;
    color:#5a53c8 !important;
}
input[id="hamburger"] {
    display: none;
    height:20px !important;
    line-height: 18px !important;
    position:relative;
}
input[id="hamburger"] + label {
    display: block;
    width: 20px;
    height: 18px;
    cursor: pointer;
    z-index: 201;
    position:relative;
}
input[id="hamburger"] + label span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #514390;
    transition: all 0.4s;
    border-radius: 30px;
}
input[id="hamburger"]:checked + label + .right_menu{
    right: 0%;
    height:100%;
}

input[id="hamburger"] + label span:nth-child(1) {
    top: 0;
}
input[id="hamburger"] + label span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
input[id="hamburger"] + label span:nth-child(3) {
    bottom: 0;
}
input[id="hamburger"]:checked + label {
    z-index: 201;
}
input[id="hamburger"]:checked + label span {
    background: #111;
}
input[id="hamburger"]:checked + label .one {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
input[id="hamburger"]:checked + label .two {
    opacity: 0;
}
input[id="hamburger"]:checked + label .three {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}
/* //햄버거 메뉴 끝 */
/*페이지 들어갔을 시 header */
.page_in_header h1{width:18px;}

#globalHeader .page_title{font-size:18px;font-weight: 600;}
/* end 페이지 들어갔을 시 header */
.sales_history_title{
    background: #f4f7ff;
    padding:30px 0;
    text-align: center;
}
.sales_history_title .sales_amount{
    color:#2961db;
    font-weight:700;
    font-size:36px;
    line-height: 36px;
}
.sales_history_title .sales_amount span{
    font-weight: 400;
}
/* 알리자몰 header */
.mall_header .mail_ul li{
    width:24px;
    margin-right: 12px;
}

/* 탭 2개  */
.alizaTab2{display: flex}
.alizaTab2 li.on{color:#292929;font-weight: 600;}
.alizaTab2 li{width: 50%; text-align: center; font-size: 16px;line-height: 40px;font-weight: 400; color: #afafaf;}


/* 탭 3개  */
.alizaTab3{display: flex;}
.alizaTab3 li.on{color:#292929;font-weight: 600;}
.alizaTab3 li{width: 33.3%; text-align: center; font-size: 16px;line-height: 40px;font-weight: 400; color: #afafaf;}


/* 탭4개 (백그라운드 있는 */
.alizaTab4_bg{
    display: flex;
}
.alizaTab4_bg li{width: 25%; text-align: center; font-size: 14px;line-height: 40px;font-weight: 400;background: #F5F5F5;margin-right: 10px;border-radius: 20px;padding: 0 5px;letter-spacing: -0.5px;}
.alizaTab4_bg li:nth-last-child(1){margin-right:0;}


/* 탭 스크롤  */
.alizaTab_scroll{
    display: flex;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */ }
.alizaTab_scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.alizaTab_scroll li.on{color:#292929;font-weight: 600;}
.alizaTab_scroll li{margin-right: 20px;width: auto; text-align: center; font-size: 16px;line-height: 40px;font-weight: 400; color: #afafaf;}

.stick_Tab{
    position: fixed !important;
    top: calc(65px + env(safe-area-inset-top));
    top: calc(65px + contant(safe-area-inset-top));
    background: #ffffff;
    z-index: 2;
}

/* contents 클래스 기본 */
.contents{padding:0 20px;}

/* 구분선 스타일 */
.break_line{width:100%;height:5px;background:#eeeeee; }
.break_line_light{width:100%;height:1px;background:#eeeeee;}

/* vertical-break-line */
.vertical_line{
    position: relative;
    height: 100%;
}


/* 마지막아이템 */
.last_item{margin:0 !important;padding:0 !important;}


/* 모달 css */
.mwin_layer {position: absolute;_position: absolute; top: env(safe-area-inset-top); top: contant(safe-area-inset-top); left: 0;z-index: 9999;width: 100%;height: 100%}
.mwin_layer .bg_new{position:fixed;_position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;opacity: .5;filter:alpha(opacity=50)}
.mw_default {position:absolute;background-color: white;border-radius: 10px; z-index:999999;}
.mw_default .mw_title{border-radius: 10px 10px 0px 0px;text-align:left;background:#ffffff;border-bottom: 1px solid #ddd;}
.mw_default .mw_title.center{display: grid; grid-template-columns: 6% 88% 6%; align-items: center;}
.mw_default .mw_title.center span{grid-column: 2; text-align: center;}
.mw_default .title{text-align:left; border-bottom: 1px solid #ddd;}
.mw_default .mw_title .close_layer img{height: 100%;}
.mw_default .mw_title .close_layer{width:16px;height:16px;top:16px;right:19px;}
.mw_default .mw_ctWrap{background:#fff;border-radius: 0px 0px 10px 10px;}
.mw_default .mw_ctWrap .pagenate{margin-bottom:0 !important;}
.mw_default .mw_ctWrap .mw_contents{padding:0 !important}
.mw_default .mw_contents{padding:20px 20px 15px 20px;background:#fff;}

/* backdrop */
.backdrop{
    position:fixed; top:0px; width:100%;height:100%;background:#000;opacity: .5;filter:alpha(opacity=50)
}

/* input */
input[type=text]{outline: none !important; }
input[type=text]:focus{box-shadow: 0px 0px 16px -10px #666;}
.input_readonly{background:#f8f8f8;border:1px solid #dddddd;outline:none;border-radius: 4px;}

.outline_none{outline: none !important;}

.input_btn input{
    width: 100%;
    margin-right: 10px;
}

.input_btn a{
    width: 130px;
    text-align: center;
}

/* 원표시 input창 */

.won_input{
    display: inline-block;
    position: relative;
}

.won_input input{
    width: 120px;
    text-align: right;
    padding-right: 30px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.won_input span{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(50%, -50%);
    padding-right: 5px;
}

.won_input + span{
    display: inline-block;
    height: 40px;
    align-content: center;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*바텀시트*/
#bottomSheet{
    z-index: 20;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px -1px 15px -12px #494949;
    border-radius: 35px 35px 0 0;
    /*display:none !important;*/
}
.close_line{
    width: 100%;
    border-radius: 35px 35px 0 0;
    padding: 25px 20px 20px 20px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-bottom: 0;
}

.main_service_list .close_line span{
    background: #eee;
}

.close_line span{
    width: 60px;
    border-radius: 18px;
    background: #d9d9d9;
    height: 4px;
    margin: 0 auto;
}
.bottom-sheet__content{
    border-radius: 35px 35px 0 0 !important;
}

.bottom-sheet__draggable-area{
    padding: 0px !important;
}
.bottomSheet_item{
    padding: 10px 20px 20px 20px;
    margin-bottom: calc(env(safe-area-inset-bottom)/2);
    margin-bottom: calc(constant(safe-area-inset-bottom)/2);
}


.bottomSheet_service_item{
    padding: 10px 0 20px 0;
    margin-bottom: calc(env(safe-area-inset-bottom)/2);
    margin-bottom: calc(constant(safe-area-inset-bottom)/2);
}

.bottomSheet_service_item .one_depth ul li {
    margin: 0 20px;
}

.bottomSheet_service_item .two_depth ul li {
    margin: 0 20px;
}

.bottomSheet_service_item .common_depth ul li:nth-child(1) {
    margin-top: 10px;
}

.bottomSheet_service_item .common_depth ul li:nth-last-child(1) {
    margin-bottom: 10px;
}

.bottom_sheet_title{
    height: 45px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.main_service_list .bottom_sheet_title{
    border-bottom: 1px solid #f5f5f5;
}

.bottom_sheet_tile_absole{
    position: absolute;
    width: 100%;
    bottom: calc(calc(env(safe-area-inset-bottom)/2) + 77px);
    bottom: calc(calc(constant(safe-area-inset-bottom)/2) + 77px);
    background: white;
}
.bottom_sheet_title p{
    font-size: 18px;
    font-weight:600;
    align-content: center;
}
.bottom_sheet_title .one_depth_choiceOn{
    color:#888;
    font-weight: 400;
}
.bottom_sheet_title .choice_item{
    color: #111111;
    font-weight: 500;
    margin-left: 15px;
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 4px 30px 4px 15px;
    display: inline-block;
    background: url(/pro/img/common/close_icon.png) no-repeat 93% 51%;
    background-size: 16px;
    font-size: 15px;
}

.bottom_sheet_tile_absole .choice_item{
    display: inline-block;
    background: #f8f6ff url(/pro/img/common/close_icon.png) no-repeat 90% 50%;
    color: #593DC3;
    font-weight: 400;
    padding: 7px 35px 7px 15px;
    border: none;
    border-radius: 18px;
    background-size: 16px;
    font-size: 15px;
    margin-right: 20px;
    margin-top: 18px;
}

.bottom_sheet_tile_absole .choice_item.first{
    margin-left: 20px !important;
}

.common_depth ul li{
    padding:10px 0;
}
.one_depth ul li{
    background: url("/pro/img/common/right_arrow.png")no-repeat 100%;
    background-size: 18px;
}
/* Add this CSS for smooth sliding effect */
.slide-up-enter-active {
    transition: transform 0.3s ease;
}

.slide-up-leave-active {
    transition: transform 0.5s ease;
}

.slide-up-enter, .slide-up-leave-to /* .slide-up-leave-active in <2.1.8 */ {
    transform: translateY(100%);
}

/* 상품 수량 카운트 버튼 */
.count{
    display: flex;
    align-items: center;
    justify-content: center;
}

.count span{
    text-align: center;
    font-weight: 300;
    width: 22px;
    height: 22px;
    line-height: 21px;
    margin: 0 2px;
    background: #5a53c8;
    border-radius: 50%;
    color: #fff;
}

.count input{
    height: 25px;
    width: 35px;
    border: none;
    text-align: center;
    background: #ffffff;
}

/* 알리자몰 상품 목록 */
.product_detail .check{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.product_detail .check a{
    width: 15px;
}

.product_detail .image{
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #eee;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    flex-shrink: 0;
}
.product_detail .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*select custom*/
.option_select * {
    box-sizing: border-box;
}

.option_select {
    position: relative;
    width: 100%;
    background: url('/pro/img/common/bottom_arrow.png') calc(100% - 7px) center no-repeat;
    background-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.option_select .text_div{
    border: 1px solid #ddd;
    border-radius: 4px;
}

.option_selected .text_div{
    padding-right: 15px;
    background: #f9f9f9 url(/pro/img/common/top_arrow.png) calc(100% - 7px) center no-repeat;
    background-size: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.option_selected .btn{
    /*border-bottom: 1px dashed #ddd !important;*/
}

/*
.option_select:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 35px;
    background: lightcoral;
}
*/
.option_select .btn {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0 none;
    outline: 0 none;
    background: transparent;
    cursor: pointer;

}

.option_select .option_list {
    max-height: 270px;
    overflow-y: auto;
    width: 100%;
    background:#ffffff;
    color: #111111;
    list-style-type: none;
    transition: .3s ease-in;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0 0 4px 4px;
}

.option_select .option_absole_list {
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    overflow-y: auto;
    color: #111111;
    border-radius: 0 0 4px 4px;
}

.option_absole_list {
    border : 1px solid rgb(221, 221, 221);
    border-top: none;
}

.option_select.active .option_list {
    max-height: 500px;
}

.option_select .option_item {
    border-bottom: 1px dashed #ddd;
    transition: .1s;
    height: 40px;
    line-height: 29px;
    align-content: center;
    padding-left: 10px;
}

.option_select .option_item:hover {
    background: #fff;
}

.option_select .option_item:last-child {
    border-bottom: 0 none;
}

.option_select .option_list::-webkit-scrollbar {
    width: 6px;
}

.option_select .option_list::-webkit-scrollbar-track {
    background: transparent;
}

.option_select .option_list::-webkit-scrollbar-thumb {
    background: #303030;
    border-radius: 45px;
}

.option_select .option_list::-webkit-scrollbar-thumb:hover {
    background: #303030;
}
.option_select .option_img_list .option_item{
    height: 50px !important;
}
.option_select .option_img_list .option_item .option_img {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.option_select .option_img_list .option_item div{
    padding-left: 60px;
    position: relative;
    min-height: 50px;
    align-content: center;
}
.option_select .option_img_list .option_item .option_img img{
    aspect-ratio: 1 / 1;
}
.option_select .option_img_list .option_item .option_name{

}
.bottomSheet_item .selected_option{
    margin-bottom: 20px;
    font-weight: 600;
}
.bottomSheet_item .selected_option span{
    color:#888;
    font-weight: 400;
}
.productCost_wrap{
    margin-text-outline: 15px;
    padding-top: 20px;
    border-top:3px solid #eee;
}
.productCost_wrap .productCost{
    font-size:18px;
    font-weight: 600;
}
.bottom_sheet_btn ul{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.bottom_sheet_btn ul li{
    width: 50%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.bottomSheet_item .category_list{
    max-height: 204px;
    min-height: 204px;
    overflow-y: auto;

}

.bottomSheet_service_item .category_list{
    max-height: 285px;
    min-height: 285px;
    overflow-y: auto;
}

.bottomSheet_service_item .category_list .common_depth ul{
    max-height: 226px;
    overflow-x: auto;
}

.quantity-container .count span{
    font-size:25px;
}
.search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:20px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: calc(64px + env(safe-area-inset-top)); /* Adjust this value based on your header height */
    top: calc(64px + constant(safe-area-inset-top));
    z-index: -1;
    box-shadow: 0px -1px 15px -12px #494949;
}

.search-input {
    flex: 1;
    height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 16px;
    width: 100%;
}

.search-icon {
    margin-left: 10px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 35px;
}

/*아이콘 사이즈*/
.common_icon_wrap{
    width:35px;
}

/* 상품 슬라이드 */
.mySlides {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

/*상품 리스트 */
.goods_list_wrap .goods_item_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.goods_list_wrap .goods_item_area .goods_item{
    width: 48%;
    flex-direction: column;
    background: #ffffff;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.goods_list_wrap .goods_item_area .goods_item .thumImg{
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-radius: 3px;
    border: 1px solid #eee;
}
.goods_item_area .goods_item .thumImg{
    /*height: 100%;*/
    width: 100%;
    object-fit: cover;
}
.goods_item dl {
    padding-top: 10px;
    text-align: left;
    width: 100%;
    padding: 15px 2px 0;
    line-height: 1;
}
.goods_item dl dt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    white-space: pre-wrap;
}
.goods_item dl dd{
    font-size: 14px;
}
.goods_item dl .priceWrap .time{
    color:#888;
}
#items .item{
    display:flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
#items .item:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0;
}
/* 헤더 추천 */
.inviteBtn_on{
    height:24px;
    display: flex;
    align-items: center;
}
/* 헤더 알람아이콘 */
.alarmIcon_on{
    width:24px;
    height:24px;
}
/* 예약 및 결제 상태 컬러 */
/* 예약대기 */
.reserveWait_state{background:#15d1ba;color:#fff;border:1px solid #15d1ba;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display:inline-block;line-height: 1.5rem;}
/* 예약확정(완료) */
.reserveConfirm_state{background:#00a0fb;color:#fff;border:1px solid #00a0fb;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/* 취소완료 */
.cancelConfirm_state{background:#aaaabc;color:#fff;border:1px solid #aaaabc;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/* 체크아웃(시술완료) */
.ckeckConfirm_state{background:#2961DB;color:#fff;border:1px solid #2961DB;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/* 노쇼 */
.noShow_state{background:#d13636;color:#fff;border:1px solid #d13636;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/* 결제요청 */
.payRequest_state{background:#ff8973;color:#fff;border:1px solid #ff8973;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/* 결제취소요청 */
.payCancel_state{background:#ff5d71;color:#fff;border:1px solid #ff5d71;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}

#post_sch_layer > div{
    min-width: 0 !important;
}

/*제조 시작*/

/*주문중*/
.order_state{background:#15d1ba;color:#fff;border:1px solid #15d1ba;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display:inline-block;line-height: 1.5rem;}
/*결제완료*/
.payCompleted_state{background:#2961DB;color:#fff;border:1px solid #2961DB;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display:inline-block;line-height: 1.5rem;}
/*취소완료*/
.cancelComplete_State{background:#aaaabc;color:#fff;border:1px solid #aaaabc;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/*배송준비중*/
.deliveryPreparing_state{background:#75c5ed;color:#fff;border:1px solid #75c5ed;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/*배송중*/
.inDelivery_state{background:#00a0fb;color:#fff;border:1px solid #00a0fb;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/*배송완료*/
.deliveryComplete_state{background:#3CB812;color:#fff;border:1px solid #3CB812;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/*반품요청*/
.returnRequest_State{background:#ff8973;color:#fff;border:1px solid #ff8973;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}
/*반품완료*/
.returnlComplete_State{background:#ff5d71;color:#fff;border:1px solid #ff5d71;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display: inline-block;line-height: 1.5rem;}

/*biz 상태값 추가*/
/*등록완료*/
.registrComplete_state{background:#593DC3;color:#fff;border:1px solid #593DC3;border-radius: 30px;font-size:13px;padding:4px 10px;text-align: center;display:inline-block;line-height: 1.5rem;}

/*로그인 css*/
.easyJoinBgWrap {
    height: 100%;
    position: relative;
}
.notchArea{
    padding-top:env(safe-area-inset-top);
    padding-top:constant(safe-area-inset-top);
    padding-bottom:env(safe-area-inset-bottom);
    padding-bottom:constant(safe-area-inset-bottom)
}

.topNotchArea{
    position: fixed;
    height: env(safe-area-inset-top);
    height:constant(safe-area-inset-top);
    width: 100%;
    z-index: 2;
}

.bottomNotchArea{
    position: fixed;
    height: env(safe-area-inset-bottom);
    height:constant(safe-area-inset-bottom);
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.kakao_img{
    width: 16px;
    height: 14px;
    transform: translate(40%, 100%);
}

/* 로그인 타이틀 텍스트 */
.login_wrap {
    position: relative;
    margin-top: 50px;
}
.login_title{
    width:100%;
    text-align: center;
    margin-bottom: 30px;
}
.login_wrap .login_item{
    max-width: 500px;
    margin: 0 auto;
    padding: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.login_wrap .login_terms{
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.login_wrap .agree_radio{
    display: flex;
    justify-content: flex-end;
    max-width: 900px;
    padding: 30px 0;
    margin: 0 auto;
}

.login_terms span{
    display: block;
}

.login_terms p{
    margin-bottom: 15px;
}

.login_terms table{
    width: 100%;
    margin-bottom: 15px;
}

.login_terms thead tr th{
    text-align: center;
    border: 1px solid #ddd;
    padding: 6px 0;
    background: #f9f9f9;
}

.login_terms tbody tr td{
    text-align: left;
    border: 1px solid #ddd;
    padding: 12px 5px;
    font-weight: 400;
    color: #111111;
    font-size: 14px;
    word-break: keep-all;
}

.border_none_table th, .border_none_table td{
    border: none !important;
}

.login_wrap .login_item dl{

}
.login_wrap .login_item dl dt{
    margin-bottom: 10px;
    font-size:18px;
    font-weight: 600;
}
.login_wrap .login_find{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color:#333;

}
.login_wrap .login_find .first_item{
    padding-right: 10px;
    margin-right: 8px;
    position: relative;
}
.login_wrap .login_find .first_item::after{
    content:'';
    position: absolute;
    width: 2px;
    height: 12px;
    background:#bbb;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.login_wrap input[type=text], .login_wrap input[type=password]{
    width:100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.login_wrap select{
    width:100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.login_btn_wrap{
    margin-top: 30px;
}
.login_btn_wrap a{
    width:100%;
    display: block;
    padding:15px 0;
    text-align: center;
    cursor:pointer;
}
.login_btn_wrap .login_btn{
    background:#C9334C;
    border-radius: 4px;
    margin-bottom: 15px;
}
.login_btn_wrap .login_btn a{
    color:#fff;
}
.login_btn_wrap .join_btn{
    border:1px solid #C9334C;
    border-radius:4px;
}
.login_btn_wrap .join_btn a{
    color:#C9334C;
    transition: .3s;
}
.login_btn_wrap .join_btn_h a:hover{
    color:#fff;
    background:#c9334c;
    transition: .3s;
}
.easyJoinWrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    font-size: 12px;
}
.alizaForm {
    position: relative;
}
.introJoinInfo{
    padding: 5px 0px;
    font-size: 13px;
    text-align: center;
    color: #e0ceec;
    margin-bottom: 5px;
}

.aliza80Button02 {
    -webkit-appearance: none;
    display: flex;
    background: #f9e000;
    color: #3b1e1e !important;
    text-align: center;
    font-weight: 600;
}

#faqList {
    margin-bottom: 30px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.logAside {
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    font-size: 0.7rem;
}
#faqList .subOpen {
    background: none !important;
    border-bottom: 1px solid #ffffff;
}
.introPtext02 {
    color: #ffffff;
    border: none;
    position: relative;
    font-size: 0.93rem;
    font-weight: 400;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.introPtext02 img {
    position: absolute;
    top: 2px;
    right: 8px;
    transform: translate(-50%, 50%);
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fa-chevron-down:before {
    content: "\f078";
}
.introInputArea {
    padding: 25px 15px 10px 15px;
}
.alizaForm input[type=text], .alizaForm input[type=email], .alizaForm input[type=password], .alizaForm input[type=number], .alizaForm input[type=date], .alizaForm input[type=file], .alizaForm input[type=time] {
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px !important;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 20px;
    width:100%;
}
#appLogin .fa-ckbox {
    font-weight: normal;
    position: relative;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    height: 18px;
    margin: 5px 0 20px 0;
}
#appLogin .fa-ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0 5px 0 0;
    height: auto !important;
    line-height: normal !important;
}
#appLogin .fa-ckbox span {
    padding-left: 6px;
}
#appLogin .fa-ckbox span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    top: 1px;
    left: 0;
    line-height: 18px;
    position: absolute;
}
#appLogin .fa-ckbox span:after {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #002885;
    line-height: 17px;
    border-radius: 2px;
    display: none;
}
#appLogin .fa-ckbox input[type='checkbox']:checked + span:after {
    display: block;
}
#appLogin .fa-ckbox span:before, .fa-ckbox span:after {
    line-height: 18px;
    position: absolute;
}
/*#faqList .alizaBottom {*/
/*    background: #002885;*/
/*}*/
#faqList .alizaBottom {
    width: 100%;
    display: block;
    /*background: #002885;*/
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px !important;
    vertical-align: middle;
    font-weight: bold;
    border: 0px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.logAside {
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    font-size: 0.7rem;
}
.logAside span a {
    color: #fff;
}

/* 아이디 패스워드 찾기 */
.findCommon .findItem{
    margin-bottom: 20px;
}

#idTab_ul{
    margin-bottom: 30px;
}
.tabbtn li {
    display: block;
    float: left;
    text-align: center;
    padding-top: 13px;
    color: #aaa;
}
.tabbtn li.on {
    color: #111111;
    border-bottom: 3px solid #111111;
}

.tabbtn ul:after {
    display: block;
    clear: both;
    content: '';
}
.tabbtn li a {
    color: #aaa;
    display: block;
    letter-spacing: -0.05em;
    padding-bottom: 15px;
}
.tabbtn li.on a {
    color: #111111;
    font-weight: bold;
}
.phone_time{
    right: 105px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

/* 스텝 */
.step_wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.step_wrap .step{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.step_wrap .step.active div{
    background: #593DC3;
}
.step_wrap .step.active p{
    color:#593DC3;
    font-weight: 600;
}
.step_wrap .two_step{
    align-items: flex-end;
}
.step_circle{
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 50%;
    margin-bottom: 6px;
}
.step p{
    font-size: 13px;
    position: relative;
    color:#888;
}
.step_wrap .first_step p{
    left: -14px;
}
.step_wrap .two_step p{
    right: -14px;
}
.step_wrap .indicator_line{
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: 7px;
    z-index:-1;
}

.step_wrap.active .step_circle::after{
    content:'';
    width:25px;
    height:25px;
    background:#aaa;
}


.allizaNoImg{
    width: 80% !important;
    height: 100%;
    object-fit: contain !important;
    margin: 0 auto;
}
/* 탑 버튼 */
body .topBtn{
    background: #fff;
    box-shadow: 0px 1px 5px -1px #888;
    text-align: center;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 30px;
    border-radius: 50%;
    z-index: 10;
}
body .productTopBtn{
    bottom: 75px;
}
body .topBtn a{
    height: 100%;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
body .topBtn img{
    width: 22px;
    padding-top: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body .topBtn span{
    height: 1px;
    position: absolute;
    top: -9999px;
    width: 1px;
}
/*추천 버튼*/
body .topBtn_reco{
    top:25px;
    background: #593DC3;
    position: absolute;
}
body .product_recoBtn{
    z-index: 2;
}
body .topBtn_reco a{
    display: flex;
    color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
body .topBtn_reco a img{
    padding-top: 0;
    margin-bottom: 2px;
    width: 22px;
    position: inherit;
    transform: inherit;
}
body .reco_bg{
    background: url(/life/img/three_star.png) no-repeat 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 65%;
    bottom: 33px;
    /*animation: rotate 6s linear infinite;*/
}

body .topBtn_reco a span{
    height: auto;
    width: auto;
    position: inherit;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}
body .topBtn_reco a span:nth-child(1){
    padding-top: 3px;
    font-weight: 500;
    font-size: 13px;
}

.possession_point{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background: #f9f9f9;
    background-size: 18px;
    border-bottom: 1px solid #eee;
    line-height: 20px;
    box-shadow: 0 -2px 10px 4px #dedede;
}
.possession_point p{
    font-size: 20px;
    font-weight: 600;
    color: #593DC3;
}
.possession_point .point_title{
    font-size:15px;
    color:#111;
    font-weight: 500;
}
.possession_point div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.possession_point div img{
    width:18px;
    margin-left: 8px;
}
/*쇼핑몰 바텀시트 이벤트 할인가*/
.event_product_cost .beforeCost{
    text-decoration: line-through;
    color: #666;
}
.event_product_cost .productCost .event_text{
    font-size: 13px;
    color: #ce2027;
}

/*주소찾기 팝업 타이틀*/
.popTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.popTitle span{
    font-size:20px;
    border:none !important;
    width: 100%;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (min-width : 768px) and (max-width : 991px) {
    .firstText {
        display: none;
    }

    .loginTitleLogoText p:nth-child(3) {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .loginTitleLogoText p:nth-child(3)::before {
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .loginTitleLogoText img {
        width: 60% !important;
        margin: 0 auto;
    }

    .loginTitleLogoText {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 768px) {
    .firstText {
        display: none;
    }

    .loginTitleLogoText p:nth-child(3) {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .loginTitleLogoText p:nth-child(3)::before {
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .loginTitleLogoText img {
        width: 60% !important;
        margin: 0 auto;
    }

    .loginTitleLogoText {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.hidden-file-input {
    display: none; /* 기본 파일 선택 input 숨김 */
}

.custom-file-upload {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    cursor: pointer;
    border-radius: 5px;
}