:root {
	--color-basic_rgba : 229, 1, 80;

	--color-basic-l  : #FEE3EF;
	--color-basic-r  : #FED9E9;
	--color-basic-m  : #FF0059;
	--color-basic    : #e50150; /* 기본색상 */
	--color-basic-sb : #B1124D; /* 임시 */
	--color-basic-b  : #B1124D; /* 임시 */
	--color-basic-eb : #B1124D; 
	--color-basic-bl : #7A003C;
}

/* ------------------- 초기화 */

:root {
	--color-text     : #333333; /* 기본폰트 */
}

html {overflow-y:scroll}
div {color: var(--color-text); } /* 기본 텍스트컬러 */
body {margin:0;padding:0; font-family: 'Pretendard Variable', Pretendard, sans-serif;font-size:16px;font-weight:400;font-style: normal;text-decoration: none;color: #000;  letter-spacing:-0.01em; overflow-x: hidden;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img{margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em; line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
li{list-style: none;}
table{border-spacing: 0;border-collapse: collapse;}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, select, textarea, button{box-sizing: border-box;}
button{background: none;border: none;cursor: pointer;outline: none;}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
input {   -moz-appearance: none;  outline:none; background:none;}
input:focus {outline:none !important; box-shadow:none !important;}
textarea, select {font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {text-decoration:none;color: var(--color-text);} /* 링크 텍스트컬러 */
a:hover {color: var(--color-basic);}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin: 0;padding: 0;font-family: inherit;font-size: inherit;font-weight: inherit;font-style: inherit;color: inherit;text-decoration: inherit;box-sizing: border-box;
}

html, body{text-size-adjust: none;
    -webkit-text-size-adjust: none; 
    -moz-text-size-adjust: none; 
    -ms-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.j_eng{font-family: "Montserrat", sans-serif;}

@media screen and (min-width:1481px){
    html, body{font-size: 16px;}
}

@media screen and (min-width:721px) and (max-width:1480px){
    html, body{font-size: 16px;}
}

@media (max-width: 767px) { /* 모바일기기전용 */
    html, body{font-size: 16px;}
}

/* 중복될수 있는건 앞에 eb- 붙이기 */

body.is-pc .ko { font-variant-numeric: tabular-nums;} /* 숫자 가로 폭 동일하게 */

/* ------------------- 기본 */

:root {

	/*color*/
	--color-black:  #000000;
	--color-white:  #FFFFFF;
	--color-sky:    #87CEEB;
	--color-green:  #008000;

	--color-aqua-th: #f7feff;
	--color-aqua-l:  #B6FFFF;
	--color-aqua:    #00FFFF;
	--color-aqua-sb: #00EEEE;

	--color-red-l:  #ff3232;
	--color-red-m:  #ff3232;
	--color-red:    #ff0000;
	--color-red-b:  #c80000;

	--color-gray-th: #FAFAFA; /* 거의 흰색에 가까운 */
	--color-gray-el: #F5F5F5; /* 흐린line, 흰색배경에 쓸만한정도 */
	--color-gray-l:  #E0E0E0; /* line, 화살표아이콘 등 */
	--color-gray-r:  #CCCCCC; /* 흐린아이콘등에 적합 */
	--color-gray-m:  #999999; /* 텍스트 가능컬러, 회색의경우 날짜등 흐린텍스트, 다른컬러는 원색이 너무 진함으로 m을 많이 사용 */
	--color-gray:    #808080; /* 서브텍스트 */

	--color-blue-th: #F5F9FF; 
	--color-blue-el: #DEEDFF; 
	--color-blue-l:  #90C5FF;
	--color-blue-r:  #00aaff;
	--color-blue-m:  #006eff;
	--color-blue:    #0000FF;

	--color-pink-th: #FFF9FA; 
	--color-pink-el: #FFF6F7; 
	--color-pink-l:  #FFEBEE;
	--color-pink-r:  #FFE4E8;
	--color-pink-m:  #FFD2D9;
	--color-pink:    #FFC0CB;
	--color-pink-sb: #FF97A9;
	--color-pink-b:  #FF6E87;
	--color-pink-eb: #FF4565;
	--color-pink-bl: #FF3054;

	--color-hot-pink-r: #FF78C1;
	--color-hot-pink:   #FF1493;
	--color-hot-pink-b: #DA117E;

	--color-orange-th: #FFFBF6;
	--color-orange-el: #FFF1DA;
	--color-orange-l:  #FFE8C2;
	--color-orange-r:  #FFE0AA;
	--color-orange-m:  #FFC766;
	--color-orange:    #FFA500;
	--color-orange-sb: #FF8F00;
	--color-orange-b:  #FF7800; /* 마알 고유색 */
	--color-orange-eb: #FF6100;

	--color-orangered: #FF4500;

	--color-yellow-th: #FFFEF5;
	--color-yellow-el: #FFFFF0;
	--color-yellow-l:  #FFFFDA;
	--color-yellow-r:  #FFFFCC;
	--color-yellow-m:  #FFFF99;
	--color-yellow:    #FFFF00;
	--color-yellow-b:  #FFEB3B; /* 여길넘어가면 골드임 */

	--color-gold:    #FFD700;
	--color-gold-sb: #DAA520;
	--color-gold-b:  #B8860B;

	--color-mg-th:var(--color-aqua-th); /* 가장 최소한 느낌만 나는색 */
	--color-mg-l: #E6F9FC;
	--color-mg-r: #ddf7fb;
	--color-mg:   #15D0F2; /* 기본색상, 주 버튼색 */
	--color-mg-b: #07afcd; /* 가장많이 사용하는 진한색 */ 

	--color-ma-th: var(--color-orange-th);
	--color-ma-l: #FFE8C2;
	--color-ma-r: #FFE0AA;
	--color-ma:   #FF7800;
	--color-ma-b: #E66B00;

	--color-im-th: var(--color-pink-th);
	--color-im-l: #FEE3EF;
	--color-im-r: #FED9E9;
	--color-im:   #E50150; /* 알럽마 고유색 */
	--color-im-b: #B1124D;

	--color-eb-th: var(--color-blue-th);
	--color-eb-l: #DEEDFF;
	--color-eb-r: #d6e7fd;
	--color-eb:   #006eff;
	--color-eb-b: #0032ff;

	/*font-size*/
	--font-size_10: 0.625rem;
	--font-size_11: 0.688rem;
	--font-size_12: 0.75rem;
	--font-size_13: 0.813rem;
	--font-size_14: 0.875rem;
	--font-size_15: 0.938rem;
	--font-size_16: 1rem; 
	--font-size_17: 1.0625rem; 
	--font-size_18: 1.125rem;
	--font-size_19: 1.188rem;
	--font-size_20: 1.25rem;
	--font-size_22: 1.375rem; 
	--font-size_24: 1.5rem; 
	--font-size_26: 1.625rem;
	--font-size_28: 1.75rem; 
	--font-size_30: 1.875rem; 
	--font-size_32: 2rem; 
	--font-size_34: 2.125rem; 
	--font-size_36: 2.25rem; 
	--font-size_38: 2.375rem; 
	--font-size_40: 2.5rem; 
	--font-size_42: 2.625rem; 
	--font-size_44: 2.75rem; 
	--font-size_46: 2.875rem; 
	--font-size_48: 3rem; 
	--font-size_50: 3.125rem;
	--font-size_60: 3.75rem;
	--font-size_70: 4.5rem;
	--font-size_80: 5rem;
	--font-size_90: 5.625rem;
	--font-size_100: 6.25rem;

	/*font-weight*/
	--font-th: 100;
	--font-el: 200;
	--font-l:  300;
	--font-r:  400;
	--font-m:  500;
	--font-sb: 600;
	--font-b:  bold;
 	--font-eb: 800;
	--font-bl: 900;

}


/* ------------------- 폰트두꼐 */

.fe-th { font-weight: var(--font-th) !important; }
.fe-el { font-weight: var(--font-el) !important; }
.fe-l  { font-weight: var(--font-l)  !important; }
.fe-r  { font-weight: var(--font-r)  !important; }
.fe-m  { font-weight: var(--font-m)  !important; }
.fe-sb { font-weight: var(--font-sb) !important; }
.fe-b  { font-weight: var(--font-b)  !important; }
.fe-eb { font-weight: var(--font-eb) !important; }
.fe-bl { font-weight: var(--font-bl) !important; }


/* ------------------- 폰트컬러 */

.fc-basic, .fc-basic a{ color: var(--color-text)  !important; } /* 특정영역내에 폰트컬러가 정해져있을경우, 기본폰트가 필요할때 사용 */

.fc-l,  .fc-l  a{ color: var(--color-basic-l)  !important; }
.fc-r,  .fc-r  a{ color: var(--color-basic-r)  !important; }
.fc-m,  .fc-m  a{ color: var(--color-basic-m)  !important; }
.fc  ,  .fc    a{ color: var(--color-basic)    !important; }
.fc-b,  .fc-b  a{ color: var(--color-basic-b)  !important; }
.fc-eb, .fc-eb a{ color: var(--color-basic-eb) !important; }

.fc-black,  .fc-black  a{ color: var(--color-black) }
.fc-white,  .fc-white  a{ color: var(--color-white) }
.fc-red,    .fc-red    a{ color: var(--color-red) }
.fc-green,  .fc-green  a{ color: var(--color-green) }
.fc-blue,   .fc-blue   a{ color: var(--color-blue) }
.fc-pink,   .fc-pink   a{ color: var(--color-pink) }
.fc-pink-b, .fc-pink-b a{ color: var(--color-pink-b) }
.fc-aqua,   .fc-aqua   a{ color: var(--color-aqua) }
.fc-orange, .fc-orange a{ color: var(--color-orange) }

.fc-yellow,    .fc-yellow    a{ color: var(--color-yellow) }
.fc-yellow-b,  .fc-yellow-b  a{ color: var(--color-yellow-b) }

.fc-gold,    .fc-gold    a{ color: var(--color-gold) }
.fc-gold-b,  .fc-gold-b  a{ color: var(--color-gold-b) }

.fc-orangered, .fc-orangered a{ color: var(--color-orangered) }

.fc-gray-th, .fc-gray-th  a{ color: var(--color-gray-th) }
.fc-gray-el, .fc-gray-el  a{ color: var(--color-gray-el) }
.fc-gray-l,  .fc-gray-l   a{ color: var(--color-gray-l) }
.fc-gray-r,  .fc-gray-r   a{ color: var(--color-gray-r) }
.fc-gray-m,  .fc-gray-m   a{ color: var(--color-gray-m) }
.fc-gray,    .fc-gray     a{ color: var(--color-gray) }

.fc-mg,    .fc-mg     a{ color: var(--color-mg) }
.fc-ma,    .fc-ma     a{ color: var(--color-ma) }
.fc-im,    .fc-im     a{ color: var(--color-im) }

.fc-manager { color:var(--color-mg-manager); }
.fc-manager.fc-manager a { color:var(--color-mg-manager); }

.fc-review { color: var(--color-basic-b); }
.fc-review.fc-review a { color: var(--color-basic-b); }


/* ------------------- 버튼 */

.eb-btn-basic-th,
a.eb-btn-basic-th {background: var(--color-basic-th);; padding:3px 8px; text-align:center; color:var(--color-basic); border-radius:5px; font-weight: var(--font-b); display:inline-block; border: 1px solid  var(--color-basic);}
.eb-btn-basic-th:hover {background: var(--color-basic-th); color:var(--color-basic); }

.eb-btn-basic,
a.eb-btn-basic {background: var(--color-basic); padding:3px 8px; text-align:center; color:#fff ; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-basic:hover {background: var(--color-basic-b); color:#fff;}

.eb-btn-basic-b,
a.eb-btn-basic-b {background: var(--color-basic-b); padding:3px 8px; text-align:center; color:#fff ; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-basic-b:hover {background: var(--color-basic); color:#fff;}

.eb-btn-black,
a.eb-btn-black {background:#000; padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-black:hover {background:#000; color:#fff;}

.eb-btn-white,
a.eb-btn-white {background:#ffffff; padding:2px 8px; text-align:center; color:#333; border:1px solid  var(--color-gray-l); border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-white:hover {background:#000; color:#fff;}

.eb-btn-gray-el,
a.eb-btn-gray-el {background:  var(--color-gray-el); padding:3px 8px; text-align:center; color:#000 ; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-gray-el:hover {background:#000; color:#fff;}

.eb-btn-gray-r,
a.eb-btn-gray-r {background: var(--color-gray-r); padding:3px 8px; text-align:center; color:#000; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-gray-r:hover {background:#000; color:#fff;}

.eb-btn-gray-m,
a.eb-btn-gray-m {background: var(--color-gray-m); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-gray-m:hover {background:#000; color:#fff;}

.eb-btn-gray,
a.eb-btn-gray {background: var(--color-gray); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-gray:hover {background:#000; color:#fff;}

.eb-btn-red,
a.eb-btn-red {background: var(--color-red); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-red:hover {color:#fff;}

.eb-btn-mg,
a.eb-btn-mg {background: var(--color-mg); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-mg:hover {color:#fff;}

.eb-btn-ma,
a.eb-btn-ma {background: var(--color-ma); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-ma:hover {color:#fff;}

.eb-btn-im,
a.eb-btn-im {background: var(--color-im); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-im:hover {color:#fff;}

.eb-btn-manager,
a.eb-btn-manager {background:var(--color-mg-manager); padding:3px 8px; text-align:center; color:#fff; border-radius:5px;font-weight:var(--font-b); display:inline-block;}
.eb-btn-manager:hover {color:var(--color-yellow);}

.eb-btn-g5-admin-01,
a.eb-btn-g5-admin {background:#9eacc6; padding:5px 8px; height:35px; text-align:center; color:#fff; border-radius:5px; display:inline-block;}
.eb-btn-g5-admin:hover {color:var(--color-yellow);}

.eb-btn-g5-admin-02,
a.eb-btn-g5-admin {background:#617d46; padding:5px 8px; height:35px; text-align:center; color:#fff; border-radius:5px; display:inline-block;}
.eb-btn-g5-admin:hover {color:var(--color-yellow);}


/* ------------------- 백그라운드 */

.bg-basic, i.bg-basic, .badge.bg-basic { 
	background-color: var(--color-basic) !important;
	border-color: var(--color-basic) !important;
	color: #fff; 
}
.bg-basic-l, i.bg-basic-l, .badge.bg-basic-l { 
	background-color: var(--color-basic-l); 
	color: var(--color-basic-b) !important; 
}
.bg-black, i.bg-black, .badge.bg-black { 
	background-color: var(--color-black); 
	color: #fff; 
}
.bg-white, i.bg-white, .badge.bg-white { 
	background-color: var(--color-white); 
	color: #000; 
}
.bg-red, i.bg-red, .badge.bg-red { 
	background-color: var(--color-red); 
	color: #fff; 
}
.bg-blue, i.bg-blue, .badge.bg-blue { 
	background-color: var(--color-blue); 
	color: #fff; 
}
.bg-pink-th, i.bg-pink-th, .badge.bg-pink-th { 
	background-color: var(--color-pink-th); 
	color: var(--color-pink-b) !important; 
}
.bg-pink, i.bg-pink, .badge.bg-pink { 
	background-color: var(--color-pink); 
	color: #fff; 
}
.bg-pink-b, i.bg-pink-b, .badge.bg-pink-b { 
	background-color: var(--color-pink-b); 
	color: #fff; 
}
.bg-aqua, i.bg-aqua, .badge.bg-aqua { 
	background-color: var(--color-aqua); 
	color: #fff; 
}
.bg-gray-el, i.bg-gray-el, .badge.bg-gray-el { 
	background-color: var(--color-gray-el); 
	border-color: var(--color-gray-l) !important;
	color: #000; 
}
.bg-gray-l, i.bg-gray-l, .badge.bg-gray-l { 
	background-color: var(--color-gray-l); 
	border-color: var(--color-gray-r) !important;
	color: #000; 
}
.bg-gray, i.bg-gray, .badge.bg-gray { 
	background-color: var(--color-gray); 
	color: #fff; 
}
.bg-orange-l, i.bg-orange-l, .badge.bg-orange-l { 
	background-color: var(--color-orange-l); 
	color: var(--color-orange-b) !important; 
}
.bg-orange, i.bg-orange, .badge.bg-orange { 
	background-color: var(--color-orange); 
	color: #fff; 
}
.bg-sky, i.bg-sky, .badge.bg-sky { 
	background-color: var(--color-sky); 
}
.bg-yellow, i.bg-yellow, .badge.bg-yellow { 
	background-color: var(--color-yellow); 
	color: #fff; 
}
.bg-yellow-b, i.bg-yellow-b, .badge.bg-yellow-b { 
	background-color: var(--color-yellow-b); 
	color: #fff; 
}
.bg-orangered, i.bg-orangered, .badge.bg-orangered { 
	background-color: var(--color-orangered); 
	color: #fff; 
}
.bg-mg, i.bg-mg, .badge.bg-mg { 
	background-color: var(--color-mg);
	color: #fff; 
}
.bg-ma, i.bg-ma, .badge.bg-ma { 
	background-color: var(--color-ma); 
	color: #fff; 
}
.bg-im, i.bg-im, .badge.bg-im { 
	background-color: var(--color-im); 
	color: #fff; 
}


/* ------------------- 공간, 미디어별 */

.w33  { width:33% !important; }
.w45  { width:45% !important; }
.w49  { width:49% !important; }
.w50  { width:50% !important; }
.w70  { width:70% !important; }
.w99  { width:99% !important; }
.w100 { width:100%  !important;}
.w200 { width:200px !important; }

.w100px { width:100px !important; }
.w200px { width:200px !important; }

.max-w1000 { max-width:1000px !important; }

@media (min-width: 1024px) { /* 테블릿이상 */

	.lg-start-none { display:none !important} 
	.lg-start-border-top { border-top:1px solid  var(--color-gray-l); }

}

@media (max-width: 1023px) { /* 테블릿까지 */

	.md-end-none { display:none !important} 
	.md-end-flexww { flex-wrap:Wrap} 
	.md-end-w100 { width:100% !important}

}

@media (min-width: 768px) { /* 모바일이상 */

	.sm-br{ display:none !important} 

	.md-start-none { display:none !important} 
	.md-w60px {width:60px !important} 
	.md-w80px {width:80px !important} 
	.md-w100px {width:100px !important} 
	.md-w120px {width:120px !important} 
	.md-w140px {width:140px !important}
}

@media (max-width: 767px) {  /* 모바일이하 */

    .div-sm-img-w100  img { width: 100%; }

	.sm-flexww {flex-wrap:Wrap }
	
	.sm-br { display:block !important} 
	.sm-none { display:none !important} 

	.sm-w40px {width:40px !important} 
	.sm-w60px {width:60px !important} 
	.sm-w80px {width:80px !important} 

	.sm-w38 {width:38% !important} 
	.sm-w40 {width:40% !important} 
	.sm-w41 {width:41% !important} 
	.sm-w43 {width:43% !important} 
	.sm-w45 {width:45% !important} 
	.sm-w48 {width:48% !important} 
	.sm-w50 {width:50% !important} 
	.sm-w53 {width:53% !important} 
	.sm-w55 {width:55% !important} 
	.sm-w58 {width:58% !important} 
	.sm-w60 {width:60% !important} 
	.sm-w80 {width:80% !important} 
	.sm-w100 { width:100% !important}

}

@media (min-width: 480px) { /* 480 이상 */

}


@media (max-width: 479px) { /* 479 까지 */

}

@media all and (min-width:480px) and (max-width:1023px) {

}


/* ------------------- 폰트사이즈 */

.fs0 { font-size: 0 !important; }
.fs10 { font-size: var(--font-size_10) !important; }
.fs11 { font-size: var(--font-size_11) !important; }
.fs12 { font-size: var(--font-size_12) !important; }
.fs13 { font-size: var(--font-size_13) !important; }
.fs14 { font-size: var(--font-size_14) !important; }
.fs15 { font-size: var(--font-size_15) !important; }
.fs16 { font-size: var(--font-size_16) !important; }     /* 기준 */
.fs17 { font-size: var(--font-size_17) !important; }
.fs18 { font-size: var(--font-size_18) !important; }
.fs19 { font-size: var(--font-size_19) !important; }
.fs20 { font-size: var(--font-size_20) !important; }
.fs22 { font-size: var(--font-size_22) !important; }
.fs24 { font-size: var(--font-size_24) !important; }
.fs26 { font-size: var(--font-size_26) !important; }
.fs28 { font-size: var(--font-size_28) !important; }
.fs30 { font-size: var(--font-size_30) !important; }
.fs32 { font-size: var(--font-size_32) !important; }
.fs34 { font-size: var(--font-size_34) !important; }
.fs36 { font-size: var(--font-size_36) !important; }
.fs38 { font-size: var(--font-size_38) !important; }
.fs40 { font-size: var(--font-size_40) !important; }
.fs42 { font-size: var(--font-size_42) !important; }
.fs43 { font-size: var(--font-size_43) !important; }
.fs44 { font-size: var(--font-size_44) !important; }
.fs46 { font-size: var(--font-size_46) !important; }
.fs48 { font-size: var(--font-size_48) !important; }
.fs49 { font-size: var(--font-size_49) !important; }
.fs50 { font-size: var(--font-size_50) !important; }
.fs60 { font-size: var(--font-size_60) !important; }
.fs70 { font-size: var(--font-size_70) !important; }
.fs80 { font-size: var(--font-size_80) !important; }
.fs90 { font-size: var(--font-size_90) !important; }
.fs100 { font-size: var(--font-size_100) !important; }


@media (min-width: 1024px) { /* 모바일,테블릿이상 */

	.md-fs10 { font-size: var(--font-size_10) !important; }
	.md-fs11 { font-size: var(--font-size_11) !important; }
	.md-fs12 { font-size: var(--font-size_12) !important; }
	.md-fs13 { font-size: var(--font-size_13) !important; }
	.md-fs14 { font-size: var(--font-size_14) !important; }
	.md-fs16 { font-size: var(--font-size_16) !important; }
	.md-fs18 { font-size: var(--font-size_18) !important; }
	.md-fs20 { font-size: var(--font-size_20) !important; }
	.md-fs22 { font-size: var(--font-size_22) !important; }
	.md-fs24 { font-size: var(--font-size_24) !important; }
	.md-fs26 { font-size: var(--font-size_26) !important; }
	.md-fs28 { font-size: var(--font-size_28) !important; }
	.md-fs30 { font-size: var(--font-size_30) !important; }
	.md-fs32 { font-size: var(--font-size_32) !important; }
	.md-fs34 { font-size: var(--font-size_34) !important; }
	.md-fs36 { font-size: var(--font-size_36) !important; }
	.md-fs38 { font-size: var(--font-size_38) !important; }
	.md-fs40 { font-size: var(--font-size_40) !important; }
	.md-fs50 { font-size: var(--font-size_50) !important; }
	.md-fs60 { font-size: var(--font-size_60) !important; }

}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

	.sm-fs10 { font-size: var(--font-size_10) !important; }
	.sm-fs11 { font-size: var(--font-size_11) !important; }
	.sm-fs12 { font-size: var(--font-size_12) !important; }
	.sm-fs13 { font-size: var(--font-size_13) !important; }
	.sm-fs14 { font-size: var(--font-size_14) !important; }
	.sm-fs16 { font-size: var(--font-size_16) !important; }
	.sm-fs18 { font-size: var(--font-size_18) !important; }
	.sm-fs20 { font-size: var(--font-size_20) !important; }
	.sm-fs22 { font-size: var(--font-size_22) !important; }
	.sm-fs24 { font-size: var(--font-size_24) !important; }
	.sm-fs26 { font-size: var(--font-size_26) !important; }
	.sm-fs28 { font-size: var(--font-size_28) !important; }
	.sm-fs30 { font-size: var(--font-size_30) !important; }
	.sm-fs32 { font-size: var(--font-size_32) !important; }
	.sm-fs34 { font-size: var(--font-size_34) !important; }
	.sm-fs36 { font-size: var(--font-size_36) !important; }
	.sm-fs38 { font-size: var(--font-size_38) !important; }
	.sm-fs40 { font-size: var(--font-size_40) !important; }
	.sm-fs50 { font-size: var(--font-size_50) !important; }
	.sm-fs60 { font-size: var(--font-size_60) !important; }

}


/* ------------------- margin, padding */

.px1  { padding-left: 1px !important; padding-right: 1px !important; } 
.px2  { padding-left: 2px !important; padding-right: 2px !important; } 
.px3  { padding-left: 3px !important; padding-right: 3px !important; } 
.px4  { padding-left: 4px !important; padding-right: 4px !important; } 
.px5  { padding-left: 5px !important; padding-right: 5px !important; } 
.px6  { padding-left: 6px !important; padding-right: 6px !important; } 
.px7  { padding-left: 7px !important; padding-right: 7px !important; } 
.px8  { padding-left: 8px !important; padding-right: 8px !important; } 
.px9  { padding-left: 9px !important; padding-right: 9px !important; } 
.px10 { padding-left:10px !important; padding-right:10px !important; } 
.px15 { padding-left:15px !important; padding-right:15px !important; } 
.px20 { padding-left:20px !important; padding-right:20px !important; } 
.px25 { padding-left:25px !important; padding-right:25px !important; } 
.px30 { padding-left:30px !important; padding-right:30px !important; } 
.px40 { padding-left:40px !important; padding-right:40px !important; } 
.px50 { padding-left:50px !important; padding-right:50px !important; } 
.px60 { padding-left:60px !important; padding-right:60px !important; } 
.px70 { padding-left:70px !important; padding-right:70px !important; } 
.px80 { padding-left:80px !important; padding-right:80px !important; } 
.px90 { padding-left:90px !important; padding-right:90px !important; } 
.px100 { padding-left:100px !important; padding-right:100px !important; } 

.py1  { padding-top: 1px !important; padding-bottom: 1px !important; } 
.py2  { padding-top: 2px !important; padding-bottom: 2px !important; } 
.py3  { padding-top: 3px !important; padding-bottom: 3px !important; } 
.py4  { padding-top: 4px !important; padding-bottom: 4px !important; } 
.py5  { padding-top: 5px !important; padding-bottom: 5px !important; } 
.py6  { padding-top: 6px !important; padding-bottom: 6px !important; } 
.py7  { padding-top: 7px !important; padding-bottom: 7px !important; } 
.py8  { padding-top: 8px !important; padding-bottom: 8px !important; } 
.py9  { padding-top: 9px !important; padding-bottom: 9px !important; } 
.py10 { padding-top:10px !important; padding-bottom:10px !important; } 
.py15 { padding-top:15px !important; padding-bottom:15px !important; }
.py20 { padding-top:20px !important; padding-bottom:20px !important; }
.py25 { padding-top:25px !important; padding-bottom:25px !important; }
.py30 { padding-top:30px !important; padding-bottom:30px !important; } 
.py40 { padding-top:40px !important; padding-bottom:40px !important; } 
.py50 { padding-top:50px !important; padding-bottom:50px !important; } 
.py60 { padding-top:60px !important; padding-bottom:60px !important; } 
.py70 { padding-top:70px !important; padding-bottom:70px !important; } 
.py80 { padding-top:80px !important; padding-bottom:80px !important; } 
.py90 { padding-top:90px !important; padding-bottom:90px !important; } 
.py100 { padding-top:100px !important; padding-bottom:100px !important; } 

@media (min-width: 1024px) { /* 모바일,테블릿이상 */

  .md-px5  { padding-left:5px  !important; padding-right:5px !important; }
  .md-px10 { padding-left:10px !important; padding-right:10px !important; }
  .md-px15 { padding-left:15px !important; padding-right:15px !important; }
  .md-px20 { padding-left:20px !important; padding-right:20px !important; }
  .md-px25 { padding-left:25px !important; padding-right:25px !important; }
  .md-px30 { padding-left:30px !important; padding-right:30px !important; }

}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

  .sm-px5  { padding-left:5px  !important; padding-right:5px !important; }
  .sm-px10 { padding-left:10px !important; padding-right:10px !important; }
  .sm-px15 { padding-left:15px !important; padding-right:15px !important; }
  .sm-px20 { padding-left:20px !important; padding-right:20px !important; }
  .sm-px25 { padding-left:25px !important; padding-right:25px !important; }
  .sm-px30 { padding-left:30px !important; padding-right:30px !important; }

}

.pd0 { padding:0px !important; } 
.pd1 { padding:1px !important; } 
.pd2 { padding:2px !important; } 
.pd3 { padding:3px !important; } 
.pd4 { padding:4px !important; } 
.pd5 { padding:5px !important; } 
.pd10 { padding:10px !important; } 
.pd15 { padding:15px !important; } 
.pd20 { padding:20px !important; } 
.pd25 { padding:25px !important; } 
.pd30 { padding:30px !important; } 
.pd40 { padding:40px !important; } 
.pd50 { padding:50px !important; } 

.mg0 { margin:0px !important }
.mg1 { margin:1px !important; } 
.mg2 { margin:2px !important; } 
.mg3 { margin:3px !important; } 
.mg4 { margin:4px !important; } 
.mg5 { margin:5px !important; } 
.mg10 { margin:10px !important; } 
.mg15 { margin:15px !important; } 
.mg20 { margin:20px !important; } 
.mg25 { margin:25px !important; } 
.mg30 { margin:30px !important; } 
.mg35 { margin:35px !important; } 
.mg40 { margin:40px !important; } 
.mg45 { margin:45px !important; } 
.mg50 { margin:50px !important; } 

.mt0 { margin-top:0px !important}
.mt1 { margin-top:1px !important; } 
.mt2 { margin-top:2px !important; } 
.mt3 { margin-top:3px !important; } 
.mt4 { margin-top:4px !important; } 
.mt5 { margin-top:5px !important; }  
.mt10 { margin-top: 10px !important; }  
.mt12 { margin-top: 12px !important; }  
.mt15 { margin-top: 15px !important; } 
.mt18 { margin-top: 18px !important; }  
.mt20 { margin-top: 20px !important; } 
.mt25 { margin-top: 25px !important; } 
.mt30 { margin-top: 30px !important; } 
.mt33 { margin-top: 33px !important; } 
.mt36 { margin-top: 36px !important; } 
.mt40 { margin-top: 40px !important; } 
.mt50 { margin-top: 50px !important; } 
.mt62 { margin-top: 62px !important; } 
.mt70 { margin-top: 70px !important; } 
.mt80 { margin-top: 80px !important; } 
.mt90 { margin-top: 90px !important; } 
.mt100 { margin-top: 100px !important; }
.mt110 { margin-top: 110px !important; }
.mt120 { margin-top: 120px !important; }
.mt130 { margin-top: 130px !important; }
.mt140 { margin-top: 140px !important; }
.mt150 { margin-top: 150px !important; }
.mt200 { margin-top: 200px !important; }

.pt0 { padding-top:0px !important;}
.pt1 { padding-top:1px !important; }
.pt2 { padding-top:2px !important; }
.pt3 { padding-top:3px !important; }
.pt4 { padding-top:4px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt70 { padding-top:70px !important; }
.pt80 { padding-top:80px !important; }
.pt90 { padding-top:90px !important; }
.pt100 { padding-top:100px !important; }

.mr0 { margin-right:0px !important; }
.mr1 { margin-right:1px !important; }
.mr2 { margin-right:2px !important; }
.mr3 { margin-right:3px !important; }
.mr4 { margin-right:4px !important; }
.mr5  { margin-right:5px !important; }
.mr8  { margin-right:8px !important; }
.mr10 { margin-right:10px !important; }
.mr18 { margin-right:18px !important; } 
.mr20 { margin-right:20px !important; }

.pr0 { padding-right:0px !important; }
.pr1 { padding-right:1px !important; }
.pr2 { padding-right:2px !important; }
.pr3 { padding-right:3px !important; }
.pr4 { padding-right:4px !important; }
.pr5 { padding-right:5px !important; }
.pr6 { padding-right:6px !important; }
.pr7 { padding-right:7px !important; }
.pr8 { padding-right:8px !important; }
.pr9 { padding-right:9px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb33 { margin-bottom: 33px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb300 { margin-bottom: 300px !important; }

.pb0  { padding-bottom:0 !important;}
.pb1  { padding-bottom:1px !important;}
.pb2  { padding-bottom:2px !important; }
.pb3  { padding-bottom:3px !important; }
.pb4  { padding-bottom:4px !important; }
.pb5  { padding-bottom:5px !important; }
.pb9  { padding-bottom:9px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb70 { padding-bottom:70px !important; }
.pb80 { padding-bottom:80px !important; }
.pb90 { padding-bottom:90px !important; }
.pb100 { padding-bottom:100px !important; }
.pb300 { padding-bottom:300px !important; }

.ml0  { margin-left:0px !important; }
.ml1  { margin-left:1px !important; }
.ml2  { margin-left:2px !important; }
.ml3  { margin-left:3px !important; }
.ml4  { margin-left:4px !important; }
.ml5  { margin-left:5px !important; }
.ml8  { margin-left:8px !important; }
.ml10 { margin-left:10px !important; }
.ml11 { margin-left:11px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }
.ml70 { margin-left:70px !important; }
.ml80 { margin-left:80px !important; }
.ml90 { margin-left:90px !important; }
.ml100 { margin-left:100px !important; }

.pl0  { padding-left:0px !important;}
.pl1  { padding-left:1px !important;}
.pl2  { padding-left:2px !important;}
.pl3  { padding-left:3px !important;}
.pl4  { padding-left:4px !important; }
.pl5  { padding-left:5px !important; }
.pl7  { padding-left:7px !important; }
.pl8  { padding-left:8px !important; }
.pl10 { padding-left:10px !important; }

@media (min-width: 1024px) { /* 모바일,테블릿이상 */

	.md-mt0 { margin-top: 0px !important; }
	.md-mt1 { margin-top: 1px !important; }
	.md-mt5 { margin-top: 5px !important; }
	.md-mt10 { margin-top: 10px !important; }
	.md-mt15 { margin-top: 15px !important; }
	.md-mt20 { margin-top: 20px !important; }
	.md-mt25 { margin-top: 25px !important; }
	.md-mt30 { margin-top: 30px !important; }
	.md-mt40 { margin-top: 40px !important; }
	.md-mt50 { margin-top: 50px !important; }
	.md-mt55 { margin-top: 55px !important; }
	.md-mt70 { margin-top: 70px !important; }
	.md-mt80 { margin-top: 80px !important; }
	.md-mt90 { margin-top: 90px !important; }
	.md-mt100 { margin-top: 100px !important; }
	.md-mt150 { margin-top: 150px !important; }
	.md-mt200 { margin-top: 200px !important; }
	.md-mt210 { margin-top: 210px !important; }
	.md-mt220 { margin-top: 220px !important; }
	.md-mt230 { margin-top: 230px !important; }
	.md-mt240 { margin-top: 240px !important; }
	.md-mt250 { margin-top: 250px !important; }

	.md-pt0 { padding-top:0px !important; }
	.md-pt1 { padding-top:1px !important; }
	.md-pt10 { padding-top:10px !important; }
	.md-pb20 { padding-bottom:20px !important; }

	.md-mr18 { margin-right: 18px !important; }

	.md-mb2 { margin-bottom: 2px !important; }
	.md-mb4 { margin-bottom: 4px !important; }
	.md-mb5 { margin-bottom: 5px !important; }
	.md-mb7 { margin-bottom: 7px !important; }
	.md-mb10 { margin-bottom: 10px !important; }
	.md-mb15 { margin-bottom: 15px !important; }
	.md-mb20 { margin-bottom: 20px !important; }
	.md-mb30 { margin-bottom: 30px !important; }
	.md-mb40 { margin-bottom: 40px !important; }
	.md-mb50 { margin-bottom: 50px !important; }
	.md-mb60 { margin-bottom: 60px !important; }

	.md-ml15 { margin-left: 15px !important; }
}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

	.sm-mt1  { margin-top: 1px !important; }
	.sm-mt2  { margin-top: 2px !important; }
	.sm-mt5  { margin-top: 5px !important; }
	.sm-mt8  { margin-top: 8px !important; }
	.sm-mt10 { margin-top: 10px !important; }
	.sm-mt15 { margin-top: 15px !important; }
	.sm-mt20 { margin-top: 20px !important; }
	.sm-mt25 { margin-top: 25px !important; }
	.sm-mt30 { margin-top: 30px !important; }
	.sm-mt40 { margin-top: 40px !important; }
	.sm-mt50 { margin-top: 50px !important; }
	.sm-mt60 { margin-top: 60px !important; }
	.sm-mt70 { margin-top: 70px !important; }
	.sm-mt80 { margin-top: 80px !important; }
	.sm-mt90 { margin-top: 90px !important; }
	.sm-mt100 { margin-top: 100px !important; }
	.sm-mt110 { margin-top: 110px !important; }
	.sm-mt120 { margin-top: 120px !important; }
	.sm-mt130 { margin-top: 130px !important; }
	.sm-mt140 { margin-top: 140px !important; }
	.sm-mt150 { margin-top: 150px !important; }
	.sm-mt200 { margin-top: 200px !important; }

	.sm-pt1 { padding-top:1px !important; }
	.sm-pt10 { padding-top:10px !important; }
	.sm-pt20 { padding-top:20px !important; }
	.sm-pt40 { padding-top:40px !important; }

	.sm-mr14 { margin-right: 14px !important; }
	.sm-mr16 { margin-right: 16px !important; }
	.sm-mr18 { margin-right: 18px !important; }

	.sm-mb2  { margin-bottom: 2px !important; }
	.sm-mb3  { margin-bottom: 3px !important; }
	.sm-mb5  { margin-bottom: 5px !important; }
	.sm-mb10 { margin-bottom: 10px !important; }
	.sm-mb15 { margin-bottom: 15px !important; }
	.sm-mb20 { margin-bottom: 20px !important; }
	.sm-mb30 { margin-bottom: 30px !important; }
	.sm-mb40 { margin-bottom: 40px !important; }
	.sm-mb60 { margin-bottom: 60px !important; }
	.sm-mb65 { margin-bottom: 65px !important; }
	.sm-mb70 { margin-bottom: 70px !important; }
	.sm-mb80 { margin-bottom: 80px !important; }

	.sm-pb10 { padding-bottom:10px !important; }
	.sm-pb20 { padding-bottom:20px !important; }
}

@media (min-width:1024px) and (max-width:1279px) { /* 노트북 & 테블릿이상까지*/  

	.mdsm-pt1 { padding-top:1px !important; }
}


/* ------------------- line-height 줄간격 */

.lh14 { line-height:14px !important; }
.lh15 { line-height:15px !important; }
.lh20 { line-height:20px !important; }
.lh25 { line-height:25px !important; }
.lh30 { line-height:30px !important; }
.lh35 { line-height:35px !important; }
.lh40 { line-height:40px !important; }
.lh60 { line-height:60px !important; }

.lh0-8 { line-height:0.8;} 
.lh0-9 { line-height:0.9;} 
.lh1   { line-height:1;} 
.lh1-1 { line-height:1.1;} 
.lh1-2 { line-height:1.2;} 
.lh1-3 { line-height:1.3;} 
.lh1-5 { line-height:1.5;} 
.lh1-8 { line-height:1.8;} 
.lh2   { line-height:2;} 
.lh2-2 { line-height:2.2;} 
.lh2-3 { line-height:2.3;} 
.lh2-4 { line-height:2.4;} 

@media (min-width: 768px) {  /* 모바일화면 이상 */

	.md-lh0-8 { line-height:0.8;} 
	.md-lh60 { line-height:60px !important; }

}

@media (max-width: 767px) { /* 모바일기기전용 */

	.sm-lh0-9 { line-height:0.9;} 
	.sm-lh1-1 { line-height:1.1;} 
	.sm-lh40 { line-height:40px !important; }

}

/* ------------------- 공통여백 마가기준 설명 - 다르게줄때는 _사이트코드에 재작성하기 */

.eb-inner {max-width:1400px; width:92%; margin:0 auto; height: 100%; position: relative;}

.subTop  {transition:0.28s; padding-top: calc(env(safe-area-inset-top, 0px) + 0px);} /* 비주얼이 시작되는부분 */

.eb-pd-visual       { padding:30px 0 30px 0 } /* 비주얼영역 ex) 마알메인 */
.eb-pd-visual_title { padding:0px 0 20px 0 }  /* 비주얼제목 */

.eb-pd-index     { padding:80px 0 0 0 } /* 인덱스의 큰영역별 간격 */
.eb-pd-section   { padding:50px 0 0 0 } /* 리스트등 영역 */
.eb-pd-section-m { padding:40px 0 0 0 } /* 뷰페이지기준 소개,코스,리뷰,댓글등 큰영역 */
.eb-pd-section-s { padding:30px 0 0 0 } /* 최소단위 */

.eb-pd-title   { padding:0 0 30px 0 } 
.eb-pd-title-m { padding:0 0 20px 0 } /* 뷰페이지기준 소개,코스,리뷰,댓글등 타이틀 */
.eb-pd-title-s { padding:0 0 10px 0 }

.eb-mg-section   { margin:50px 0 0 0 } /* 서브영역별 마진줘야할때 */
.eb-mg-section-m { margin:40px 0 0 0 }
.eb-mg-section-s { margin:30px 0 0 0 }

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

	.eb-pd-visual       { padding:20px 0 20px 0 }
	.eb-pd-visual_title { padding:0px 0 0 0 }

	.eb-pd-index     { padding:50px 0 0 0 }
	.eb-pd-section   { padding:40px 0 0 0 }
	.eb-pd-section-m { padding:30px 0 0 0 } 
	.eb-pd-section-s { padding:20px 0 0 0 }

	.eb-pd-title   { padding:0 0 20px 0 } 
	.eb-pd-title-m { padding:0 0 15px 0 }

	.eb-mg-section   { margin:40px 0 0 0 } /* 서브영역별 마진줘야할때 */
	.eb-mg-section-m { margin:30px 0 0 0 }
	.eb-mg-section-s { margin:20px 0 0 0 }

}

.top-safe-area { /* 상단 세이프 에어리어 대응 패딩 */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: env(safe-area-inset-top);
	background: var(--color-basic);
	z-index: 100;
}

.bottom-safe-area {
	padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0px );
}

.bottom-safe-area-s {
	padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 40px );
}

.bottom-safe-area-lg {
	padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 100px );
}

.eb-pd-safe {
    padding-top: 0;
    padding-bottom: 0;
}

@supports (padding-top: env(safe-area-inset-top)) {

	.eb-pd-safe {
		padding-top: calc(env(safe-area-inset-top) + 0px);
		padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
	}

}


/* ------------------- 자주쓰는 */

.wsn  { white-space:nowrap; overflow: hidden;}
.tdlt { text-decoration: line-through;}

.flexww  {flex-wrap:Wrap }
.fsita   { font-style: italic; } 
.textac  { text-align: center; } 
.center  { text-align: center; } 
.textar  { text-align: right; } 
.wordbka { word-break: keep-all; } 
.wwbw    { word-wrap: break-word; } /* 영역초과시 글씨밑으로 */
.linebb  { border-bottom:1px solid  var(--color-gray-l); }
.linebt  { border-top:1px solid  var(--color-gray-l); }
.linebb0 { border-bottom: 0px !important; }
.linebl0 { border-left: 0px !important; }
.linebt0 { border-top: 0px !important; }
.cursorp { cursor:pointer; }
.bround  { border-radius: 10px !important; } /* 박스 보더 등 둥글게 */
.form-ext{ margin-top:7px; color: red; }

.displayib { display:inline-block;}
.verticalat{ vertical-align : top; }
.textline1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
/*.textline1 { display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden;-webkit-box-orient: vertical;} 위에것으로 변경*/
.textspacings { letter-spacing: -0.02em; } /* 기존간격보다 조금더 넓게 old */

.ls-tight { letter-spacing: -0.02em; } /* 글씨간격 좀 줄임  */
.ls-wide  { letter-spacing:  0.02em; } /* 글씨간격 좀 늘림  */

.form-admin-bg { background: var(--color-gray-th); }

.scroll-x-auto { /* 가로스크롤 기본값이 없는데, 사용자들이 입력하는 컨텐츠공간등에 일부허용  */
  overflow-x: auto;
  width: 100%;
}

@keyframes blink-effect {
    70%{
        opacity:0;
    }
}

.blink {
    animation: blink-effect 1s step-end infinite;
    animation-name: blink-effect;       /* 키프레임 이름 */
    animation-duration: 1s;             /* 움직임 시간 */
    animation-iteration-count:infinite; /* infinite 무한반복, 숫자1은 한번반복 */
    animation-timing-function:step-end; /* 움직임 속도 */
}

/* <div class="eb-box"><div class="eb-item">좌측</div><div class="eb-item">우측</div></div> */
.eb-box { /* div 설정시 해당영역만큼만 차지하고, 가로로 정렬됨 */
	display: flex;
}
.eb-box.wrap { /* eb-box wrap 사용시 영역 줄바꿈 */
	flex-wrap: wrap;
}
.eb-box .eb-item { /* 공간분배, 영역하나에만 지정시 나머지공간차지함 */
	flex: 1 ;
}

.sr-only { /* h1, h2 동적일때 상단에 미리정의등에 사용 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); /* 옛날 브라우저 대응 */
    clip-path: inset(50%); /* 현대 브라우저 대응 */
    border: 0;
    white-space: nowrap; /* 줄바꿈 방지 */
}

.img-responsive {
    max-width: 100%; /* 부모보다 크면 부모에 맞추고, 작으면 자기 크기 유지 */
    height: auto;   /* HTML에 적힌 비율에 맞춰 높이를 자동 계산 */
    display: block; /* 이미지 아래쪽 미세한 빈 공간 제거 */
}


/* ------------------- 레이아웃 */

.detailWrap {display:flex;}
.detailContent {width: calc(100% - 386px);margin-right:47px;}

@media (max-width:1279px){ /* 노트북까지 */
	.detailContent {width:100%; margin-right:0;}

}


/* ------------------- 그누보드 게시글부분 웹뷰에서 이미지 리사이즈 정상작동안해서 추가 */

#bo_v_con img {
    max-width: 100%;
    height: auto;
}


/* ------------------- 더보기 로딩 */

#infscr-loading { font-size:1.0rem; opacity:0.8; background: #000; color: #fff; padding: 10px; border-radius: 10px; left: 50%; width:200px; min-width:200px; margin-left:-100px; text-align: center; bottom: 100px; position: fixed; z-index: 100; -webkit-border-radius: 10px; -moz-border-radius: 10px; white-space:nowrap;}
#infscr-loading div{ color: #fff;}
.label-noti-quick-m { position: absolute; top: 12%; right: 20px; text-align: center; font-size: 12px; font-weight:500; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }


/* ------------------- 신 나리야 소스 */

.na-convert {font-size:16px;}

.list-group-item {padding-left:0;padding-right:0}
.list-group-item .col-form-label { font-weight: bold; }
.comment-list-photo { width:50px;border-radius: 50%;}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

}

.commom-photo {width:50px;height:50px;border-radius: 10%;}
.commom-photo-big {width:60px;height:60px;border-radius: 50%;}


/* ------------------- 구 나리야 소스 */

.list-group-item.bb0 {border-bottom: 0px;}
.list-group-item.pl0 {padding-left:0px;margin-left:0px;}
.list-group-item.pr0 {padding-right:0px;margin-right:0px;}

hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; opacity: 1;}
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; background-color:  var(--color-basic-b)}

@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}

/* SLY 분류탭 */
.sly-tab { border:0; overflow:hidden; }
.sly-tab .d-flex { border-left:1px solid  var(--color-gray-l); }
.sly-tab li a {	display:block; text-align:center; border:1px solid  var(--color-gray-l);	border-left:0; color:#333; background:#fafafa; }
.sly-tab li.active a { font-weight:bold; background:#fff; border-bottom:1px solid #fff; }
.sly-tab .sly-btn {	display:none; text-align:center; border:1px solid  var(--color-gray-l); color:#333; background:#fff; }
.sly-tab .sly-btn:hover { background:#fafafa; }
.sly-tab .sly-btn.sly-next { border-left:0; }
.sly-tab hr { display:block; border-top:1px solid  var(--color-gray-l); height:1px; margin:0; margin-top:-1px; padding:0; }

/* 모달 */
#clipContent, 
#setupContent {	display: block; border: none; width:100%; }
#clipModal .btn { border-radius:0; }


/* ------------------- 부트스크랩 수정,추가 */

.form-check-input {width:20px; height:20px; border-radius:5px; } /* 체크박스 기본크기키우기 */
.form-check-label {padding-left:3px; line-height:28px }

.modal-xxl { max-width: 1240px; } /* xxl 이 없음으로 추가정의 */ 


/* ------------------- 비쥬얼 타이틀, 인기검색어, 검색 부분 */

.comPopWrap {display:flex; align-items:center; justify-content:space-between; cursor:pointer;margin-top:20px}
.comPopTit {display:flex;flex-wrap: wrap; align-items:center; gap:0px; }
.comPopTit ul {display:flex;flex-wrap: wrap; gap:10px; align-items:center;padding-bottom:3px}
.comPopTit ul li span { font-size:16px; font-weight:var(--font-m);}
.comPopTit span { width:95px; font-size:var(--font-size_18); font-weight:var(--font-b);}
.comPopWrap_downArr { right:0px; background:#fff;width:25px;text-align:right; } /* position:absolute; 제거 */

.comPopTermInputWrap {margin-top:20px;}
.comPopTermInputBox {position:relative;     max-width: 500px;  margin: 0 auto; }
.comPopTermInputBox button {position:absolute; right:15px; top:45%; transform:translateY(-45%);}
.comPopTermInput {border:none; width:100%; border: 2px solid var(--color-basic-b); border-radius: 50px; height: 50px; line-height: 50px; padding: 0 20px; font-weight:var(--font-b);}
.comPopTermInput::placeholder {font-weight:var(--font-b); color:#999; font-size:var(--font-size_14);}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.comPopTermInputWrap {margin-top:}
	.comPopTermInput{border: 2px solid var(--color-basic-b);border-radius: 5px; height: 45px; line-height: 45px; padding: 0 20px ;}
}

.comPopTerm {display:none;}

.comSelBox {display:flex;}
.comSelBox .comSelBox_list {display:flex;justify-content : space-between; }
.comSelBox .comSelBox_list .item {padding-left:5px;}
.comSelBox .comSelBox_list .item:nth-child(1) {padding-left:0px;}
.comSelBox .comSelBox_list .item span {display:block; border-radius:20px; border:1px solid #d4d4d4; color:#000; padding:9px 29px; font-weight:var(--font-sb);}
.comSelBox .comSelBox_list .item.on span {background:#333333; border-radius:20px; border:1px solid #333333; color:#fff;}
.comSelBox .comSelBox_list .item.on span {color:#fff}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.comSelBox .comSelBox {gap:4px;}
	.comSelBox .comSelBox_list .item span { padding:6px 19px;}
}

.visual-sub-title-wrap {display:flex; align-items:center; justify-content:space-between;}
.visual-sub-title      {font-size:22px; font-weight:700; line-height:1; padding:11px 0} /* 우측번튼과 높이 맞추기위해 패딩11 */

.comSearchList {width:calc(100% - 230px); margin-right:11px;display:flex; gap:11px; }
.comSearchList li {width:100%; position:relative;}
.comSearchList li:nth-of-type(2) {margin-right:0;}
.comSearchInputBox {position:relative; width:100%; cursor:pointer;}
.comSearchInputBox i {position:absolute; right:28px; top:50%; transform:translateY(-50%);}
.comSearchInput {width:100%; border:none; height:100%; background:#f5f5f5; border-radius:15px; padding: 20px 89px 20px 28px; text-align:right; font-size:var(--font-size_17); font-weight:var(--font-b);}
.comSearchInput::placeholder {text-align:left; font-size:var(--font-size_17); color:#a4a4a4; font-weight:var(--font-r);} 
.comDeTit {font-size:var(--font-size_18); font-weight:var(--font-sb);}
.comSearchBar_mo {display:none;}

@media (min-width: 1023px) { /* 모바일,테블릿이상 */
}

@media (max-width:1279px){ /* 노트북까지 */
	.comSearchBar_mo .comSearchInputBox { box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:15px; border:1px solid #ebebeb;}
	.comSearchBar_mo {display:block;}
}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.comSearchBar_mo {padding-bottom:23px; border-bottom:1px solid #f2f2f2;}
}


/* ------------------- 리스트상단 */

.msRoof {display:flex; justify-content:space-between;}
.roofMore {font-size: var(--font-size_16); font-weight: var(--font-r); color:var(--color-basic-b);}
.LinkBox {margin-top:17px; display:flex;}


/* ------------------- header 모바일상단*/

.moRoadWrap {display:none;}
.moRoadWrap {background:#fff; border-top:1px solid #ebebeb; padding-top:13px ; margin-top: -px; }
.moRoadWrap .faviriteBtnBox .serBtn02 {border:none;}

.moRoadBox {display: flex;  align-items: center; justify-content: space-between;}
.moRoadCate {font-size: var(--font-size_22);font-weight: var(--font-b); line-height:22px;width:70%;min-width:250px;text-align:center}
.backBtn img {width:16px;}

.mobileBtnBox {display:none; width: 22px; height: 17px;}
.nav_btn {width: 100%; height: 100%; position:relative;}
.nav_btn>span {display: block;width: 100%; height: 3px;background: #000;position: absolute; transition: .3s;}
.nav_btn>span:nth-of-type(1) {transform: translateY(7px);}
.nav_btn>span:nth-of-type(2) {transform: translateY(0px);}
.nav_btn>span:nth-of-type(3) {transform: translateY(-7px);}

@media (max-width:1279px){ /* 노트북까지 */
	.mobileBtnBox {display:block;}
}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.moRoadWrap {display:block; }
}


/* ------------------- sidebar */

.mobileWrap {width:100%; height:100vh; background:#f7f8fa; z-index:999; position:fixed; top:0; left:0; padding: 20px 0; display:none; overflow-y:scroll; overflow-y:scroll; -ms-overflow-style: none;}
.mobileWrap::-webkit-scrollbar { display: none;}
.mbLogo {width:50%;}
.mbLogo img {max-width:100%;}
.mobileWrapInner {max-width:1280px; width:92%; margin:0 auto;}
.mbCloseBtn { display: flex;align-items: center;justify-content: center;}
.mbTop {display:flex; justify-content:space-between; margin-bottom:55px}
.mbCloseBtn button { position: relative; width: 24px; height: 24px;  background: none; border: none; cursor: pointer;padding: 0;}
.mbCloseBtn button span {position: absolute;  display: block;  width: 100%; height: 2px;  background-color: #666; /* 선 색상 */  top: 50%; left: 0; transform: translateY(-50%);}
.mbCloseBtn button span:first-child { transform: rotate(45deg); }
.mbCloseBtn button span:last-child { transform: rotate(-45deg); }

.mbSmWrap {max-width:550px; margin:0 auto; width:100%; }
.mbLoginArea {width:100%; padding:20px; border-radius:20px; background:#fff; text-align:center;}
.mbLoginArea span {font-size:var(--font-size_20); font-weight:var(--font-m); line-height:1.5em;}
.mbLoginArea span b {font-weight:var(--font-b); color:var(--color-basic);}
.mbLoginBox {display:flex; gap:15px; justify-content:center; margin-top:0px;}
.mbLoginBox a {display:block; width:200px; height:60px; border-radius:20px; border:1px solid  var(--color-basic-b); line-height:60px; color: var(--color-basic-b); font-size:var(--font-size_20); font-weight:var(--font-b);}
.mbLoginBox a.mbReg {background: var(--color-basic-b); color:#fff;} 

.mbLoginHelpBox {font-size:var(--font-size_18); font-weight:var(--font-l); color:#aaaaaa; display:flex; gap:20px; justify-content:center; margin-top:20px;}

.mbInfo {width:100%; padding:20px; border-radius:20px; background:#fff; margin-top:20px;}
.infoDesc {text-align:center; }
.infoDesc span {font-size:var(--font-size_18); font-weight:var(--font-m); color: var(--color-gray); }
.infoDesc a {font-size:var(--font-size_18); font-weight:var(--font-m);  background:#ddf7fb; color:#07afcd; width:100%; height:50px; text-align:center; line-height:50px; border-radius:15px; display:block; margin-top:20px;}
.mbSchArea {position:relative; height:50px; margin:10px 0;}
.mbSchArea input {width:100%;padding:15px 20px; border:1px solid #ebebeb; border-radius:15px; background:#fff;}
.mbSchArea input::placeholder {font-size:var(--font-size_18); font-weight:var(--font-m); color:#b6b6b6;}
.mbSchBtn {position:absolute; right:20px; top:50%; transform:translateY(-50%); width:21px; height:21px;}

.mbSchTag {display:flex; align-items:center; gap:14px;}
.mbSchTag li a {font-size:var(--font-size_14); font-weight:var(--font-r); color:#545454; letter-spacing:-0.02em; display:block; position:relative;}
.mbSchTag li a:after {content:''; position:absolute; width:1px; height:1px; border-radius:50%; background:#545454; top:50%; right:-7px; }
.mbSchTag li:last-child a:after {display:none;}

.mbAcorWrap {background:#fff; border-radius:15px; padding:15px; margin:0px 0 20px 0; }
.mbAcorList {cursor:pointer;}
.mbAcorTit {display:flex; align-items:center; font-size:var(--font-size_18); font-weight:var(--font-sb); justify-content:space-between; padding:0px 0 10px 0px; cursor:pointer; position:relative;}

.mbAcorTit i img {display:block;}

.mbAcorbox {padding-left:5px}
.sidebar-menu-ul { display: flex; flex-wrap: wrap; width:100%; font-weight: var(--font-sb);}
.sidebar-menu-ul li {width:50%}
.sidebar-menu-ul li a {display:block; padding:8px 0 8px 0; }
.sidebar-menu-ul li.full-width {width:100%}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
.sidebar-menu-ul li.mobile-full {width:100%}
}

.mbSiteLink {padding:25px 0;}
.mbSiteLink li + li {margin-top:25px;}
.mbSiteLink li a {font-size:var(--font-size_16); font-weight:var(--font-r); color:#434343; }


@media (max-width:1279px){ /* 노트북까지 */
	.mbLoginBox {gap:6px;}
	.mbLoginBox a {height:45px; line-height:45px; width:145px; font-size:14px;} 
	.mbLoginHelpBox {font-size:12px;}
	.infoDesc span {font-size:14px; text-align:left;}
	.mbSchTag li a {font-size:12px;}
	.mbAcorTit {font-size:18px;}
	.mobileWrap {overflow-y:scroll; -ms-overflow-style: none;}
	.mobileWrap::-webkit-scrollbar { display: none;}
	.mbSiteLink li a {font-size:14px;}
	.mbSiteLink {padding:15px 0;}
}


/* ------------------- sidebar 로그인시 */

.userArea {background:#fff; border-radius:15px; padding:15px;}
.mbUserInfo {display:flex; align-items:start;justify-content: space-between; flex-wrap:wrap}
.mbUserIcon {display:flex; gap:17px;}
.mbUserName {font-size:var(--font-size_18); font-weight:var(--font-l);}
.mbUserName b {font-weight:var(--font-eb);}
.mbTxt {margin-top:9px;}
.mbInfoMor { font-weight: 500; color:#999999; }

.userLev {display:flex; align-items:center; width:100%; border-radius:15px; background:#f3f4f6; padding:20px; justify-content:space-between;}
.userlevel {display:flex; align-items:center; gap:7px;}
.userlevel h4 { font-weight:var(--font-l);}
.mbUserPoint  {display:flex; align-items:center; gap:12px;}
.mbUserPoint span {color:#07afcd; font-weight:var(--font-b);padding-left:10px}
.userLevRemain { font-weight:var(--font-l); color:#07afcd; margin:10px 0;} 


.mbUserFavBox {cursor:pointer; position:relative;}
.mbUserFavTit {display:flex; padding:10px 20px; border-radius:15px; background:#07afcd; color:#fff; justify-content:space-between;position:relative;}
.mbUserFavTit.difc {background: var(--color-basic-b); margin-top:10px;}

.mbUserFavBoxDepth02 {display:none;width:100%;padding-top:5px}
.mbUserFavBoxDepth02 li {display:flex; justify-content:space-between; padding:5px 5px}
.mbUserFavBoxDepth02 li > a {display:block; padding:5px 0px;; font-weight:700;  transition:0.28s;}
.mbUserFavBoxDepth02 li:hover a {color: var(--color-basic-b);}

.stListAdd {display:flex; gap:3px; align-items:center;}
.stListAdd img {width:16px;}

.userUtillList {display:flex; flex-wrap:wrap;}
.userUtillList li {width:calc((100% - 10px*3)/4); height:50px; margin-right:10px;}
.userUtillList li:nth-of-type(4n) {margin-right:0;}
.userUtillList li:nth-of-type(n + 5) {margin-top:20px;}
.userUtillList li a {display:flex; align-items:center; gap:10px; font-size:14px; font-weight:var(--font-r);}
.userUtillList i{color:#ff4500;}

.usertype02 {margin:20px 0;}

.userLinkTxt { font-weight:var(--font-m); color: var(--color-gray)}
.userAreaLink {display:block; width:100%; padding:20px; text-align:center; background:#fff6d9; color:#e78200; font-weight:var(--font-m); border-radius:15px; margin-top:10px; }
.userAreaLink.link_vs02 {background:#ddf7fb; color:#07afcd;}
.userAreaLink.mg {background: var(--color-mg-l); color: var(--color-mg-b);}
.userAreaLink.ma {background: var(--color-ma-l); color: var(--color-ma-b);}
.userAreaLink.im {background: var(--color-im-l); color: var(--color-im-b);}
.userAreaLink.eb {background: var(--color-eb-l); color: var(--color-eb-b);}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.mbUserName {font-size:18px;}
	.mbTxt {font-size:18px;}

	.userUtillList li {width:50%; margin-right:0;}
	.userUtillList li a {font-size:16px;}
	.userUtillList li:nth-of-type(n + 3) {margin-top:20px;}

}


/* ------------------- 탑 notice app */

.top-notice-app { width: 100%; height: 45px; background: #fafafa; position: relative; } 
.top-notice-app.close { display: none; } 
.top-notice-app p { letter-spacing: -0.01em; line-height: 40px; } 
.top-notice-app p i { display: inline-block; vertical-align: middle; margin-right: 6px; } 
.top-notice-app p b { font-weight: 700; } 

.top-notice-app-close { position: absolute; top: 50%; right: 0; width: 11px; height: 11px; transform: translateY(-50%); border:0} 
.top-notice-app-close span { width: 100%; height: 2px; display: block; position: relative; } 
.top-notice-app-close span:after,
.top-notice-app-close span:before { position: absolute; content: ""; height: 2px; width: 100%; background-color: #2e2d26; left: 0; } 
.top-notice-app-close span:after { transform: rotate(45deg); } 
.top-notice-app-close span:before { transform: rotate(-45deg); } 

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
 .top-notice-app p {font-size:15px;}
 .top-notice-app p i { margin-right: 0; } 
 .top-notice-app p i img {  } 

 }


/* ------------------- 탑 notice guide */

.top-notice-guide.close { display: none; } 

.top-notice-guide-content {background: linear-gradient(to right, var(--color-basic-r), var(--color-basic-l)); width:100%; position:relative; height:45px; text-align:center; line-height:45px; }

.top-notice-guide-close { width: 14px; height: 15px;position: absolute; top:50%; right:30%; transform:translateY(-50%); cursor:pointer;}
.top-notice-guide-close span {display: block;width: 100%; height: 1px;background-color: black; /* X자 표시를 위한 색상 */ position: absolute; top: 50%; left: 0;transform-origin: center;}
.top-notice-guide-close span:nth-of-type(1) {transform: rotate(45deg);}
.top-notice-guide-close span:nth-of-type(2) {transform: rotate(-45deg);}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.top-notice-guide-content {padding:0 20px;  text-align:unset;}
	.top-notice-guide-close {right:20px;}
}


/* ------------------- 스토어리뷰폼 */

.reviewForm {display:flex; margin-top:25px; }
.reviewForm li {width:calc((100%)/2); padding:0px 1px;}


/* ------------------- 퀵메뉴 */

#sky{display: block;}
#sky2{display: block;}
@media screen and (max-width: 1480px){
	#sky{display: none;}
	#sky2{display: none;}
}


/* ------------------- 퀵메뉴 gps설정부분 */

#actionSheet {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	transition: 1s;

	/* 서서히 나타나는 효과 */
	visibility: hidden;
	opacity: 0;
}
#actionSheet.active {
	z-index:100;
	/* 서서히 나타나는 효과 */
	visibility: visible;
	opacity: 1;
}

.action-options {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* 세로 컨텐츠가 늘어나는 경우 스크롤이 생기도록 설정 */
	overflow: auto;

	max-height: 300px;
	/* 아래에서 위로 나타나는 효과, max-height과 동일하게 작성 */
	position: relative;
	bottom: -300px;

	transition: 1s;
}
#actionSheet.active .action-options {
	/* 아래에서 위로 나타나는 효과, max-height과 동일하게 작성 */
	bottom: calc(55px + env(safe-area-inset-bottom, 0px));
}
.action-option {
	width: 100%;
	padding: 15px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.action-option-close {
	text-align: center;
}

.action-option:hover {
	background-color: #f2f2f2;
}


/* ------------------- 카카오맵 */

#postcode-wrap {
    height: 380px; /* 주소검색 창 높이 설정 */
    position: relative; /* 닫기 버튼을 절대 위치로 고정하기 위한 기준 부모 설정 */
}

#postcode-wrap .btn.bg-basic.btn-sm {
    position: absolute; /* 절대 위치로 설정 */
    bottom: 10px; /* 창 하단에서 10px 여유 두기 */
    left: 50%; /* 수평 중앙 정렬 */
    transform: translateX(-50%); /* 중앙 정렬 */
}


/* ------------------- 사이드바 조절 */

#memberOffcanvas { width:550px; background:#f7f8fa; padding-top: calc(env(safe-area-inset-top, 0px) + 0px ); padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 50px);}
#menuOffcanvas   { width:550px; background:#f7f8fa; padding-top: calc(env(safe-area-inset-top, 0px) + 0px ); padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 50px);}
#newOffcanvas    { width:550px; background:#f7f8fa; padding-top: calc(env(safe-area-inset-top, 0px) + 0px ); padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 50px);}
#notiOffcanvas   { width:550px; background:#f7f8fa; padding-top: calc(env(safe-area-inset-top, 0px) + 0px ); padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 50px);}


/* ------------------- 필수입력 - 셀렉트에서 required 사용시 부트스크랩 화살표가 사라짐 */

.required-select, 
textarea.required-select {

  /* 화살표 + 빨강 별 이미지 */
  background-image: 
    var(--bs-form-select-bg-img), 
    url('/board/theme/Marigold/img/require.png'); 
  
  /* 위치 지정: 첫 번째가 화살표, 두 번째가 빨강 별 */
  background-position: right 0.75rem center, right top; 
  
}


/* ------------------- 소셜로그인부분 텍스트 정렬 */

#sns_offcanvas .sns-wrap .txt {
    padding-top: 4px;
}


/* ------------------- 모바일하단바 */

#mo_float_bar{display: block;position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fbfbfb;z-index: 1046;border-top: 1px solid #e4e3e3;padding: 7px 0 5px 0;
	box-shadow: 0 -3px 3px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 -3px 3px rgba(0,0,0,.02);
	padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5px);
}

#mo_float_bar ul{display: flex;justify-content: space-between;}
#mo_float_bar ul li{width: 20%;}
#mo_float_bar ul li figure{text-align: center;height: 11px;}
#mo_float_bar ul li figure i{font-size: 24px; color:#999fa7;}
#mo_float_bar ul li p{text-align: center;font-size: 12px;font-weight: 700; color:#999fa7;}

#mo_float_bar ul li i.on, #mo_float_bar ul li p.on{color: var(--color-basic);}


/* ------------------- 모바일우측 gps아이콘 */

.floBanMob1 {
	position: fixed;
	bottom: calc(80px + env(safe-area-inset-bottom, 0px)); /* 아래 끝에서부터의 거리 */
	right: 15px; /* 오른쪽 끝에서부터의 거리 */
	background-color: #fff;
	z-index: 90;
	width:40px;
	height:40px;
	text-align:center;
	padding-top:6px;
	border-radius:10px;
	border : solid 1px  var(--color-gray-l);
}


/*---main_visual---*/
#main_visual{height: 500px;background-color: #000;background-image: url(/images/skin_ilovemassage/visual01.jpg);background-repeat: no-repeat;background-position: center center;background-size: cover;}
#main_visual .k_container{height: inherit;position: relative;}

/*search box*/
#main_visual #sch_wrap{position: absolute;bottom: 47px;left: 0;width: 100%;z-index: 20;}

.mv_text { font-family: 'yg-jalnan'; position: absolute;top: 55px;left: 50%;transform: translateX(-50%);width: 94%;z-index: 1;color: #FFF;text-align: center; }
.mv_text { font-size:28px; font-weight: 700; padding-top:55px;}
.mv_text p {}
.mv_text h1 { margin-top: 30px; font-size:50px;}
.mv_text span {margin-top: 15px; font-size:50px;}

@media screen and (max-width: 1480px){
    #main_visual{height: 400px;}
	.mv_text { padding-top: 30px;}
}

@media screen and (max-width: 768px){

    #main_visual{height: 300px;}
    #main_visual #sch_wrap{bottom: 15px;}

	.mv_text { font-size:18px; font-weight: 700; padding-top:15px;}
    .mv_text h1{ margin-top: 15px; font-size: 24px;}
    .mv_text span{font-size: 30px;}
}





/*---main_section_04---*/
#main_section_04{height: 462px;background-color: #000;background-image: url(/images/skin_ilovemassage/bottom_bg.jpg);}
#main_section_04 .k_container{height: 100%;position: relative;}

.m4_txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;z-index: 1;color: #FFF;text-align: center; font-size: 24px; font-weight: 700;}
.m4_txt strong { line-height: 170%;margin-bottom: 15px; font-size: 36px; display: block; }
.m4_txt p { margin-bottom: 51px; }
.m4_txt a { color: #fff; font-size: 20px;}

.link_btn{display: inline-block;background-color:  var(--color-basic);border-radius: 5px;overflow: hidden;line-height: 51px;width: 270px;text-align: center;}

@media screen and (max-width: 1480px){

    #main_section_04{height: 380px;}
    
    .m4_txt p{margin-bottom: 40px;}
}

@media screen and (max-width: 768px){

    #main_section_04{height: 260px;}

    .m4_txt strong {font-size: 16px;}
    .m4_txt strong b {font-size: 20px;}
    .m4_txt p {font-size: 14px;margin-bottom: 20px;}

    .link_btn{width: 210px; line-height: 40px; }
}


/*---header 메인변경사항---*/

#im_header{background-color: unset; border-bottom: 1px solid rgba(255,255,255,.2);}
#hd_gnb>ul>li>a{color: #fff;}

.hd_logo_w{display: block;}
.hd_logo_r{display: none;}

#im_header.scroll_on .hd_logo_w{display: none;}
#im_header.scroll_on .hd_logo_r{display: block;}

.hd_sch_btn{background-color: #fff;background-image: url(/images/icon/sch_icon.png);}


/*---shop_cate---*/
.shop_cate { display: flex;align-items: center;justify-content: space-between;}
.shop_cate li{width: 242px;height: 328px;border-radius: 10px;overflow: hidden;position: relative;}
.shop_cate li figure{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;transition: transform 1s ease;}
.shop_cate li:nth-child(1) figure{background-image: url(/images/skin_ilovemassage/shop_01.jpg);}
.shop_cate li:nth-child(2) figure{background-image: url(/images/skin_ilovemassage/shop_02.jpg);}
.shop_cate li:nth-child(3) figure{background-image: url(/images/skin_ilovemassage/shop_03.jpg);}
.shop_cate li:nth-child(4) figure{background-image: url(/images/skin_ilovemassage/shop_04.jpg);}
.shop_cate li:nth-child(5) figure{background-image: url(/images/skin_ilovemassage/shop_05.jpg);}

.shop_cate li strong{position: absolute; display: block; bottom: 32px;left: 0;width: 100%;z-index: 1;color: #FFF;text-align: center;transition: bottom .3s ease; font-size: 24px; font-weight: 700;}

.shop_cate li a:hover strong {bottom: 42px; }
.shop_cate li a:hover figure{transform: scale(1.1);}

@media screen and (max-width: 1080px){

    .shop_cate{display: block;flex: none;width: 100%;}
    .shop_cate li{width: 100%;margin-bottom: 20px;}
    .shop_cate li:last-child{margin-bottom: 0;}
}

@media screen and (max-width: 768px){

    .shop_cate li{margin-bottom: 10px;height: 150px;}
    .shop_cate li:last-child{margin-bottom: 0;}
	.shop_cate li strong{position: absolute;bottom: 60px;left: 0;width: 100%;z-index: 1;color: #FFF;text-align: center;transition: bottom .3s ease;}
}

/*---view page---*/
.view_wrap{display: flex;align-items: flex-start;}
.view_img_wrap{width: 600px;}
.view_info{width: 680px;padding-left: 76px;}

.view_img{border-radius: 8px;overflow: hidden;}
.view_img figure{overflow: hidden;}
.view_img img{display: block;max-width: 100%;}

.view_img_dot{margin-top: 15px;}
.view_img_dot span{background-color:  var(--color-basic);margin-right: 8px;}

.view_tit{margin-bottom: 10px;}
.view_tit h1{display: flex;align-items: center; font-size:28px; font-weight:700; margin-bottom: 10px;}

.view_tit .box{ line-height: 28px; border-radius: 4px; background-color:  var(--color-basic); color: #FFF; -webkit-text-stroke: 0.01em; }
.view_tit .box{padding: 0px 9px;  margin-top: 8px; font-size:18px; font-weight: 700;}
.view_tit p{ color: var(--color-gray-m); padding:5px 5px 5px 0px; font-size:18px; font-weight: 500; }

.view_like_btn { width: 30px;margin-left: 8px;position: relative; }
.view_like_btn i { line-height: 30px;color:  var(--color-basic);position: absolute;top: 50%;left: 50%;transform: translate(-60%,-88%);z-index: 1; color:  var(--color-basic);}
.view_like_btn i.xi-heart-o{opacity: 1; color:  var(--color-basic);}
.view_like_btn i.xi-heart{opacity: 1;}

.view_like_btn.on i.xi-heart-o{opacity: 0;}
.view_like_btn.on i.xi-heart{opacity: 1;color:  var(--color-basic);}

.view_status{display: flex;flex-direction: row;align-items: center; font-size:24px; font-weight: 700; height: 70px;border: 1px solid #e8e8e8;border-radius: 10px;overflow: hidden;
    box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}
.view_stat{display: flex;align-items: flex-end;justify-content: center;width: 201.333px;text-align: center;position: relative;}
.view_stat::after{content: "";position: absolute;top: 50%;right: 0;width: 1px;height: 22px;transform: translateY(-50%);background-color: #e1e1e1;}
.view_stat>i{}
.view_stat>span{line-height: .9;}
.view_stat b{font-weight: 900;padding-right: 5px;}

.view_review > i {color: #ffe400;margin-right: 8px;}
.view_review span{font-weight: 300; font-size: 18px;-webkit-text-stroke: 0.01em;color: var(--color-gray-m);}
.view_review b {color: #333; font-size:24px; }

.view_range>i{color:  var(--color-basic);margin-right: 2px;}


.view_like {cursor:pointer;}
.view_like::after{display: none;}
.view_like > i {color:  var(--color-basic);margin-right: 5px;}

.view_info_t { font-size: 18px;  margin-top: 10px; }
.view_info_t li { border-bottom: 1px solid #ebebeb; }
.view_info_t li:last-child{border: none;}
.view_info_t li::after{content: "";clear: both;display: block;}
.view_info_t li h3, .view_info_t li p { float: left; padding: 18px 0;}
.view_info_t li h3 { width: 98px; font-weight: 700; margin-top:3px; }
.view_info_t li p { color: var(--color-gray-m); font-weight: 500;  }

.view_info_area p{display: flex;flex-direction: row;align-items: center;}
.view_info_area .view_copy{margin-left: 13px;}

/*view copy btn*/
.view_copy{width: 67px;line-height: 26px;background-color:  var(--color-basic);color: #FFF;border-radius: 4px;overflow: hidden; font-size: 16px;font-weight: 700;}
.view_copy img{display: inline-block;vertical-align: middle;margin-right: 2px;}

@media screen and (max-width: 768px){

/*    .view_copy{display: none;}  */
}

@media screen and (max-width: 1480px){

    .view_img_wrap{width: 47%;}
    .view_info{width: 53%;padding-left: 70px;}
    .view_info_t li h3, .view_info_t li p { padding: 15px 0;}
    
    .view_status{height: 60px;} 

    .view_info_area p{height: 47px;}
}

@media screen and (max-width: 1080px){

    .view_stat>i{font-size: 20px;}
    .view_stat b{font-size: 18px;}
    .view_review span{font-size: 16px;}
	.view_like_btn i{font-size: 18px;}

    .view_info_t li h3{width: 80px;}
}

@media screen and (max-width: 960px){

    .view_wrap{display: block;flex: none;margin-top: 50px;}

    .view_img_wrap{width: 100%;}
    .view_img img{width: 100%;}
    .view_img_dot{text-align: center;margin-top: 10px;}
    .view_img_dot span{margin: 0 4px;}

    .view_info{padding: 0;width: 100%;margin-top: 1px;}
    .view_stat{width: 33.333%;}
}

@media screen and (max-width: 768px){

    .view_wrap{margin-top: 0px;}

    .view_img_dot span{width: 6px;height: 6px;}

    .view_info{margin-top: 10px;}
    .view_tit h1{margin-bottom: 10px; font-size: 24px; }
    .view_tit .box{line-height: 25px;}

    .view_like_btn{margin-left: 5px;}
	.view_like_btn i{line-height: 20px; font-size: 18px;}

    .view_status{height: 50px;}
    .view_stat>i, .view_stat b{font-size: 18px;}

    
    .view_info_t li h3, .view_info_t li p{float: none;display: block;width: 100%;}
    .view_info_t{margin-top: 8px;}
    .view_info_t li h3{padding-bottom: 0;padding-top: 13px;}
    .view_info_t li p{padding: 10px 0;height: auto;}
}

/*view order button*/
.view_btn_wrap{display: flex;margin-top: 8px;}
.view_butn {
    display: flex;
    justify-content: center;
    align-items: center; /* 세로 중앙 정렬로 변경 ★ */
    width: calc( ( 100% - 10px ) / 1 );
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    padding: 14px 0;
    margin-right: 5px;
    box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}
.view_butn strong { margin-left: 10px; color:  var(--color-basic); font-size: 26px; font-weight: 700;}

.view_order{background-color:  var(--color-basic);}
.view_order h4{color: #FFF;}

.view_call{margin-right: 0;}

@media screen and (max-width: 1480px){

    .view_butn{padding: 15px 0;}
    .view_butn img{max-height: 23px;}
}

@media screen and (max-width: 768px){

    .view_butn{padding: 13px 0;}
    .view_butn img{max-height: 16px;}
    .view_butn strong{font-size: 16px;margin-left: 5px;}
}

/*view detail*/
.view_detail_wrap{margin-top: 50px;}

.view_tab { margin-top: 50px;}
.view_tab li{float: left;width: 33.333%;margin-left: -1px;}
.view_tab li a{display: block;width: 100%;height: 100%;text-align: center;font-size: 20px; font-weight: 400;-webkit-text-stroke: 0.01em;border: 1px solid #ddd;background-color: #f5f5f5;color: var(--color-gray-m);padding: 21px 0;border-bottom-color: #333;position: relative;}
.view_tab li a::after{content: "";position: absolute;top: -1px;left: -1px;width: calc( 100% + 2px );height: 3px;background-color:  var(--color-basic);z-index: 10;display: none;}

.view_tab li a.on{font-weight: 700;-webkit-text-stroke: 0;background-color: #FFF;color: #333;border-color: #333;border-bottom-color: #FFF;z-index: 1;}
.view_tab li a.on::after{display: block;}

@media screen and (max-width: 1480px){

    .view_detail_wrap{margin-top: 65px;}
    
    .view_tab{margin-bottom: 40px;}
    .view_tab li a{font-size: 1.25rem;padding: 18px 0;}
}

@media screen and (max-width: 1080px){

    .view_tab{margin-bottom: 30px;}
    .view_tab li a{font-size: 1.13rem;padding: 18px 0;}
}

@media screen and (max-width: 768px){

    .view_detail_wrap{margin-top: 45px;}

    .view_tab li a{ font-size: 16px; padding: 13px 0;}
}

/*view detail content*/
.view_content{display: none;}
#view_tab_01{display: block;}

.view_guide_tit { margin-top: 30px; }
.view_guide_tit a{display: flex;align-items: center;justify-content: space-between;padding: 12px 0;border-bottom: 2px solid #333;}
.view_guide_tit a h2 { font-size: 18px; font-weight: 700; color:  var(--color-basic-m);  }
.view_guide_tit a i{font-size: 23px;-webkit-text-stroke: 0.04em;}

.view_guide_tit a.tit_none i{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.view_guide_tit a b{text-align: left;font-size: 24px;-webkit-text-stroke: 0.04em;}

.view_guide_box {  }
.view_bo_txt { margin-top:30px; }
.view_bo_txt h3 { font-size: 18px; font-weight: 500; }
.view_bo_txt p { font-size: 18px; font-weight: 400;line-height: 180%; margin-top:20px;}

.view_gui_price { display: flex;justify-content: space-between;align-items: center;  border: 1px solid #e7e7e7; border-radius: 5px;overflow: hidden;
    box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}
.view_gui_price { font-size: 20px; font-weight: 500; padding: 30px 35px; margin-bottom: 18px;}
.gui_tit{display: flex;align-items: flex-end;}
.gui_tit strong { margin-right: 18px; font-weight: 700; display: block; line-height: 1;}
.gui_tit p { font-size: 18px; color: var(--color-gray-m); }

.view_guide_item{margin-top: 30px;}

.view_gui_price_on{padding: 17.5px 35px;}
.view_gui_price_on .gui_price span{display: block;font-size: 18px;font-weight: 400;color: #b5b5b5;text-align: right;text-decoration: line-through;padding-bottom: 4px;}
.view_gui_price_on .gui_price b { color: #F00; display: inline-block; width:105px; }
.view_gui_price_on .gui_price i{display: inline-block;vertical-align: middle;background-color: #F00;font-size: 1rem;width: 57px;height: 27px;line-height: 29px;text-align: center;color: #FFF;border-radius: 3px;margin-left: 20px;margin-right: 3px;margin-top: -2px;}
.view_gui_price_on .gui_price .bg_black{background-color: #000;}

.view_event li {display: inline-block;text-align:center}
.view_event li i { color:#cccccc }
.view_welcome p { margin-top:0px; }

.view_notice {padding-top:10px;}

@media screen and (max-width: 1480px){




}

@media screen and (max-width: 1080px){



    .view_guide_item{margin-top: 20px;}
    
    .view_gui_price{padding: 20px 25px;}
    .gui_tit strong{margin-right: 10px;}
    .gui_tit p{font-size: 1rem;}

    .gui_price{font-size: 1.3rem;}
    .view_gui_price_on .gui_price span{font-size: 1rem;}



}

@media screen and (max-width: 768px){

	.view_event li {}
    .view_gui_price{padding: 15px 20px;}
	.view_bo_txt p { margin-top:10px;}



    .gui_tit{display: block;}
    .gui_tit p{margin-top: 5px;}

    .view_gui_price_on .gui_price span{padding-bottom: 0;}
    .view_gui_price_on .gui_price i{width: 48px;height: 23px;line-height: 25px;margin-top: 1px;margin-top: -2px;-webkit-text-stroke: 0.01em;}
}


/* 모바일 퀵버튼 */
.detail_cont04 {}
.serviceDesc {background:#f5f7fa; text-align:center; padding:16px; border-radius:15px;}
.serviceDesc p { font-weight:var(--font-m); color:#738299; word-break:keep-all;} 
.serviceBtnWrap {display:flex; justify-content:space-between;}
.serviceBtnBox {display:flex;}
.serviceBtnBox .serBtn {display:flex; align-items:center; justify-content: center; width:220px; margin-right:8px; text-align:center;}
.serviceBtnBox .serBtn:nth-of-type(3) {margin-right:0;}

.serBtn {font-size:var(--font-size_18); font-weight:var(--font-sb); color:#fff; border-radius:15px; display:block; }
.serBtn.sertype01 {background: var(--color-basic);}
.serBtn.sertype02 {background: var(--color-basic-b);}
.serBtn.sertype03 {background:#00a2ff;}

.faviriteBtnBox {display:flex; gap:7px;}
.faviriteBtnBox .serBtn02 {width:60px; height:60px; display:flex; align-items:center; border-radius:15px; border:1px solid #d2d8e0;justify-content: center;}


@media (min-width:1024px) and (max-width:1279px) { /* 노트북 & 테블릿이상까지*/  
	.serviceBtnBox .serBtn {width:180px;}
	.serviceBtnBox {margin-right:20px;}
}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
.serviceBtnBox .serBtn {width:78px; height:40px; border-radius:5px;}
.faviriteBtnBox .serBtn02 {height:40px; width:40px;}
.serviceDesc p {font-size:14px;}
}


/* ------------------- 슬라이드 */


/* 다른 Swiper와 겹치지 않게 .view_img_wrap 내부로 한정 */
.view_img_wrap .swiper { position:relative; overflow:hidden; width: 100%; height: 100%; }
.view_img_wrap .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; }
.view_img_wrap .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0.5rem; }

.view_img_wrap .big-slide { width: 100%; height: 400px; margin-top:25px;} 
.view_img_wrap .thum-slide { height: 90px; margin-top:10px; box-sizing: border-box; width:100%;}

@media all and (max-width:768px) {
    .view_img_wrap .big-slide { height: 250px; } 
    .view_img_wrap .thum-slide { height: 70px; }
}

.view_img_wrap .thum-slide .swiper-slide { width: 25%; height: 100%; opacity: 0.4; }
.view_img_wrap .thum-slide .swiper-slide-thumb-active { opacity: 1; }

/* 화살표 버튼도 특정 */
.view_img_wrap .de-next { background: url(/images/icon/btn_next.png) no-repeat; background-size: 50% auto; background-position: right; width:70px; height:70px; }
.view_img_wrap .de-prev { background: url(/images/icon/btn_prev.png) no-repeat; background-size: 50% auto; background-position: left; width:70px; height:70px; }



/* ------------------- 모바일 뷰페이지 하단바 */

#mo_float_bar_view{display: none; padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5px);}
@media (max-width: 1023px) { /* 모바일,테블릿까지 */

    #mo_float_bar_view{display: block;position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fbfbfb;z-index: 80;border-top: 1px solid #e4e3e3;padding: 10px 15px 10px 15px;
        box-shadow: 0 -3px 3px rgba(0,0,0,.02);
        -webkit-box-shadow: 0 -3px 3px rgba(0,0,0,.02);
		padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5px);
    }
    #mo_float_bar_view ul{display: flex;justify-content: space-between;}
    #mo_float_bar_view ul li{width: 20%;}
	#mo_float_bar_view ul li figure{text-align: center;height: 11px;}
	#mo_float_bar_view ul li figure i{font-size: 24px; color:#999fa7;}
    #mo_float_bar_view ul li p{text-align: center;font-size: 12px;font-weight: 700; color:#999fa7;}

	#mo_float_bar_view ul li i.on, #mo_float_bar_view ul li p.on{color: #15d0f2;}

}

.serviceBtnBox .serBtn {width:110px;height:45px;}
.serviceBtnBox a.serBtn {color:#ff}
.serviceBtnBox .serBtn:hover{color:#fff}
.faviriteBtnBox .serBtn02 {height:45px; width:45px;}

/* ------------------- 변경되는 공통여백 */

.eb-inner {max-width:1280px; width:92%; margin:0 auto; height: 100%; position: relative;}

.eb-pd-index   { padding:50px 0 0 0 } /* 인덱스영역별 */

.eb-pd-visual       { padding:0px 0 40px 0 } /* 비주얼영역 ex) 마알메인 */

@media (max-width: 1023px) { /* 모바일,테블릿까지 */

	.eb-pd-index   { padding:30px 0 0 0 }
	.eb-pd-visual       { padding:0px 0 0px 0 } /* 비주얼영역 ex) 마알메인 */

}


/* ------------------- 변경되는 구 나리야 소스 */

hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; background-color:  var(--color-basic)}


/* ------------------- 변경되는 비쥬얼 타이틀, 인기검색어, 검색 부분 */

.detail_content {width: calc(100% - 386px);margin-right:47px;}

@media (max-width:1279px){ /* 노트북까지 */
	.detail_content {width:100%; margin-right:0;}
	.managerTable {width: 100%;min-width:770px;}
}


/* ------------------- sidebar */

.mbLoginBox a {display:block; width:200px; height:60px; border-radius:20px; border:1px solid  var(--color-basic); line-height:60px; color: var(--color-basic); font-size:var(--font-size_20); font-weight:var(--font-b);}
.mbLoginBox a.mbReg {background: var(--color-basic); color:#fff;} 
.infoDesc a {font-size:var(--font-size_18); font-weight:var(--font-m);  background:#ddf7fb; color: var(--color-basic); width:100%; height:50px; text-align:center; line-height:50px; border-radius:15px; display:block; margin-top:20px;}


/* ------------------- sidebar 로그인시 */

.mbUserPoint span {color: var(--color-basic); font-weight:var(--font-b);padding-left:10px}
.userLevRemain { font-weight:var(--font-l); color: var(--color-basic); margin:10px 0;} 
.mbUserFavTit {display:flex; padding:10px 20px; border-radius:15px; background: var(--color-basic); color:#fff; justify-content:space-between;position:relative;}
.mbUserFavTit.difc {background: var(--color-basic); margin-top:10px;}
.mbUserFavBoxDepth02 li:hover a {color: var(--color-basic);}
.userAreaLink.link_vs02 {background:#ddf7fb; color: var(--color-basic);}


/* ------------------- 추가폰트 */

@font-face {
    font-family: 'yg-jalnan';
    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ff-yg-jalnan{font-family: 'yg-jalnan';}


/* ------------------- header*/

#im_header{ position: fixed;left: 0; top: 0; width: 100%;height: 86px;border-bottom: 1px solid  var(--color-basic); z-index: 80;transition: all .3s ease-out; top:45px;}
#im_header {padding-top: calc(env(safe-area-inset-top, 0px) + 0px );}
#im_header.up {top:0 !important}

.hdWrap {position:relative; }
.hd_con{height: 100%;position: relative;}
.hd_logo{float: left;position: relative;z-index: 1;}
.hd_logo_w{display: none;}
.hd_logo_r{display: block;}
.hd_logo img{ width: 100%; height: auto; padding-top: 17.5px;}

.hd_rgt_menu{float: right;display: flex;height: inherit;align-items: center;height: 84px;}
.hd_rgt_menu a:hover, a:focus,  a:active {color: #333;}
.hd_sch_btn{width: 40px;height: 40px;border-radius: 40px;background-color:  var(--color-basic);background-image: url(/images/icon/sch_icon_w.png);background-repeat: no-repeat;background-position: center center;transition: all .2s;}
.hd_admin{width: 140px;height: 40px;line-height: 40px;border-radius: 5px;color: #FFF;text-align: center;background-color:  var(--color-basic);margin-left: 19px;}

.hd_sch_btn:hover{background-color:  var(--color-basic) !important;background-image: url(/images/icon/sch_icon_w.png);}

#hd_gnb{position: absolute;top: 0;left: 0;padding-left: 170px;}
#hd_gnb>ul::after{content: "";clear: both;display: block;}
#hd_gnb>ul>li{float: left;margin-right: 65px; position: relative;}
#hd_gnb>ul>li>a{display: block;width: 100%;height: 100%;color: #FFF;line-height: 85px;font-size:20px;font-weight: 700;transition: all .2s;}

#hd_gnb>ul>li:hover>a{color:  var(--color-basic);}

/*2depth*/
#hd_gnb>ul>li>ul{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background: #FFF;margin-top: 1px;padding: 8px 0;display: none;}
#hd_gnb>ul>li>ul>li>a{display: block;width: 100%;height: 100%;text-align: center;font-size: 1.13rem;font-weight: 700;transition: all .2s;min-width: 140px;padding: 4px 0;color: #636363;}


/*hd_mobile_menu*/
#nw_hd_menu{display: none;}

/*header on*/
#im_header.scroll_on{background-color: #FFF;border-bottom-color:  var(--color-basic);}
#im_header.scroll_on #hd_gnb>ul>li>a{color: #333;}
#im_header.scroll_on .hd_sch_btn{background-color:  var(--color-basic);background-image: url(/images/icon/sch_icon_w.png);}
#im_header.scroll_on #hd_gnb>ul>li:hover>a{color:  var(--color-basic);}

.k_container{width: 100%;max-width: 1280px;margin: 0 auto;}


@media screen and (max-width: 1480px){

    .hd_admin{width: 160px;}
}

@media screen and (max-width: 1080px){

    .hd_admin{width: 80px;}
	.hd_rgt_menu{height: 60px;}
}


@media all and (max-width:991px) {

    #im_header{height: 60px;background-color: #FFF; border-bottom-color: #eeeeee;}
    #im_header #hd_gnb>ul>li>a{color: #333;}
    #im_header .hd_sch_btn{background-color:  var(--color-basic);background-image: url(/images/icon/sch_icon_w.png);width: 35px;height: 35px;}
 
	/* 로고 센터정렬
	.hd_logo{position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: 1;float: none;}
	*/
    .hd_logo img{max-width: 70px; height: auto; padding-top: 10px;}



    #hd_gnb, .hd_admin{display: none;}

	/*hd_mobile_menu*/
	#nw_hd_menu{display: block;float: left;width: 25px;height: 100%;position: relative;}
	#nw_hd_menu span{position: absolute;top: 24px;left: 0;width: 100%;height: 2px;background: #000;}
	#nw_hd_menu span:nth-child(1){transform: translateY(8px);}
	#nw_hd_menu span:nth-child(3){transform: translateY(-8px);}
}

@media screen and (max-width: 768px){
	.k_container{width: 94%;max-width: 1280px;margin: 0 auto;}
}

/*---header---*/
#im_header{background-color: #FFF;}
#hd_gnb>ul>li>a{color: #333;}


/*--- 서브 내위치 안내 비주얼 영역 ---*/
#section_gps { background-color: #f9f9f9;text-align: center; font-size:24px; line-height:24px;}
#section_gps.index { padding: 20px 0 25px 0 ;}
#section_gps.sub   { padding: 20px 0 65px 0 ;}
#section_gps span { color: #a8a8a8; font-size:18px; }
#section_gps .addr{display: flex;justify-content: center;flex-direction: row;align-items: center; margin-top: 10px;}
#section_gps .addr img{margin-right: 7px; width:16px; height:24px}
#section_gps .addr b{color:  var(--color-basic);}

.gps_reset{width: 24px;height: 24px;background-image: url(/images/icon/gps_reset.png);background-repeat: no-repeat;background-position: center center;margin-left: 8px;}

@media screen and (max-width: 768px){
	#section_gps { font-size:20px;}
	#section_gps.index { padding: 15px 0 25px 0 ;}
	#section_gps.sub   { padding: 15px 0 65px 0 ;}
	#section_gps span { font-size:16px; }
    #section_gps .addr { align-items: flex-end; margin-top: 7px;}
	#section_gps .addr img{ width:15px; height:20px}
}


/*--- 썸네일형 리스트 영역 ---*/

.list_wrap{height: 1428px;padding: 0 1px;padding-bottom: 40px;margin-bottom: 4px;}

.up_list{display: flex;align-items: flex-start;justify-content: flex-start;border-radius: 15px;overflow: hidden;border: 1px solid #e7e7e7;height: 315px;
    box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}

.up_list_img{width: 484px;overflow: hidden;}
.up_list_img img{display: block;height: 100%;}

.up_list_txt{width: calc( 100% - 484px ); padding: 40px 42px 0 42px; position: relative;}

.lst_tit{}
.lst_tit h3 { font-size:28px; font-weight: 700; padding-top:5px; }
.lst_tit p { font-size:18px; color: var(--color-gray-m); padding-top:5px; white-space:nowrap; overflow: hidden;}

.lst_status, .lst_stat{display: flex;align-items: flex-end;}
.lst_status {font-size:24px; font-weight: 700; margin-top: 25px; }

.lst_stat{margin-right: 13px;}
.lst_stat i{color:  var(--color-basic);}
.lst_stat>span, .lst_rev_link{line-height: .8;}

.lst_review > i {margin-right: 8px; color:#ffe400; }
.lst_review span {-webkit-text-stroke: 0.01em;color: var(--color-gray-m);font-size:16px;}
.lst_review b {color: #333; font-size:24px;}

.lst_range>i{margin-right: 2px;}

.lst_like>i{margin-right: 5px;}

.lst_rev_link{display: flex;align-items: center;font-size: 1rem;font-weight: 400;-webkit-text-stroke: 0.01em;color:  var(--color-basic);}
.lst_rev_link span{margin-right: 3px;}
.lst_rev_link b{font-weight: 900;}

.lst_cate { padding-top:10px; }
.lst_cate ul { white-space:nowrap; overflow-x: auto; }
.lst_cate li{display:inline-block;  height: 38px;border: 1px solid #f7b2ca;border-radius: 38px; margin-right: 3px;margin-top:5px;}
.lst_cate li a{display: block;width: 100%;height: 100%;line-height: 38px;padding: 0 21px;-webkit-text-stroke: 0.01em;font-weight: 600;color:  var(--color-basic);}

.lst_tag {bottom: 0px;left: 42px;  font-weight: 500; font-size: 20px; margin-top:35px; }
.lst_tag a{}

.lst_price{text-align: right; position: relative; font-size: 24px; font-weight: 700; margin-top:30px;}
.lst_price i{display: inline-block;  vertical-align: middle;background-color: #F00;font-size: 1rem;width: 57px;height: 27px;line-height: 29px;text-align: center;color: #FFF;border-radius: 3px;margin-right: 3px;margin-top: -2px;}
.lst_price b{color: #F00; width:50%;}
.lst_price p{position: absolute;bottom: 100%; right: 0;font-size: 18px;font-weight: 500;color: var(--color-gray-m);padding-bottom: 4px;}

.lst_pagination{position: relative !important;height: 2px !important;top: auto !important;left: auto !important;background-color: #e0e0e0 !important;}
.lst_pagination span{background:  var(--color-basic) !important;}

@media screen and (max-width: 1480px){

    .list_wrap{height: 675px;margin-bottom: 0;}
    .lst_cate li{height: 35px;}
    .lst_cate li a{padding: 0 18px;line-height: 35px;}
}

@media screen and (max-width: 1279px){

    .up_list_img{width: 40%;}
    .up_list_txt{width: 60%; padding: 25px 38px 0 38px;}

}

@media screen and (max-width: 1023px){

    .list_wrap{height: 650px;}

    .lst_cate{white-space: nowrap;}
    .lst_cate li a{padding: 0 13px;font-size: 14px;}

    .lst_review>i{margin-right: 5px;}
    .lst_range>i{margin-right: 2px;}
    .lst_like>i{margin-right: 3px;}

    .lst_price i{margin-right: 1px;}
    .lst_price b{font-size: 1.6rem;}
    .lst_price p{padding-bottom: 2px;}

}

@media screen and (max-width: 768px){

    .list_wrap{height: 550px;}

    .up_list{display: block;width: 100%;flex: none;height: auto;}
    .up_list{margin-bottom:10px}

    .up_list_img{width: 100%;}
    .up_list_img img{height: auto;width: 100%;}

    .up_list_txt{ width: 100%; padding: 10px 10px 0px 10px; margin-bottom:10px;}

    .lst_tit h3 { font-size:20px;}
	.lst_tit p { font-size:16px; }

	.lst_status {font-size:18px; font-weight: 700; margin-top: 15px;}

    .lst_stat{margin-right: 10px;}
	.lst_review b {font-size:18px;}

    .lst_cate {  }
    .lst_cate li{height: 28px;margin-right: 3px;}
    .lst_cate li a{padding: 0 10px;line-height: 28px;}

    .lst_price {margin-top:15px;}
    .lst_price b{font-size: 1.25rem;}
    .lst_price i{width: 48px;height: 23px;line-height: 25px;margin-top: 1px;}
    .lst_price p{font-size: 1rem;padding-bottom: 0;}

    .lst_tag{left: 18px; margin-top:20px; margin-left:5px; font-size: 18px;}
}


/*---footer---*/

.k_footer {background-color: #000; }
.ft_top{border-bottom: 1px solid #292929;}

.ft_gnb{float: left;}
.ft_menu{float: right;}
.ft_gnb>ul>li, .ft_menu>li{display: inline-block;}
.ft_gnb>ul>li>a, .ft_menu>li>a{display: block;width: 100%;height: 100%;color: #FFF;font-weight: 600;line-height: 65px;opacity: .5;transition: opacity .2s;}
.ft_gnb>ul>li>a{padding-right: 15px;}
.ft_menu>li>a{padding-left: 15px;}

.ft_gnb>ul>li>a:hover, .ft_menu>li>a:hover{opacity: 1;}

.ft_btm{padding: 40px 0;}
.ft_inner{float: left;display: flex;align-items: center;}
.ft_logo{margin-right: 30px;}
.ft_logo img{display: block; height: auto;}
.ft_info{display: inline-block;color: #fff;-webkit-text-stroke: 0.01em;opacity: .4;}
.ft_info i{}
.ft_copy{display: inline-block;color: #fff;opacity: .3;}

.ft_sns{float: right;}
.ft_sns a{display: inline-block;margin-left: 8px;}
.ft_sns a img{display: block; width: 100%; max-width: 100px; height: auto; }

@media screen and (max-width: 1080px){

    .ft_btm{padding: 35px 0;}

    .ft_logo{margin-bottom: 15px;}
    .ft_info{margin-bottom: 10px;}

    .ft_inner, .ft_sns{float: none;display: block;}
    .ft_sns{margin-top: 10px;}
    .ft_sns a{margin-left: 0;margin-right: 8px;}
}

@media screen and (max-width: 960px){

    .ft_menu{float: none;text-align: center;}
    .ft_menu>li>a{padding-left: 0;padding: 0 8px;}

    .ft_gnb{display: none;}
}

@media screen and (max-width: 768px){

    .ft_btm{padding: 20px 0;}

    .ft_top .k_container{overflow: hidden;overflow-x: scroll;-ms-overflow-style:none;}
    .ft_top .k_container::-webkit-scrollbar{display:none;}

    .ft_menu{white-space: nowrap;text-align: left;}
    .ft_menu>li>a{padding: 0 5px;line-height: 50px;}

    .ft_logo img{max-width: 70px; margin-top:5px}

    .ft_info{line-height: 140%;}

}

/*---main_section_01---*/
#main_section_01 .k_container{position: relative;}

/*---card wrap---*/
.card_wrap{padding: 0 1px;}

.up_card{border-radius: 15px;overflow: hidden;border: 1px solid #f2f2f2;width: 395px;position: relative;
    box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}

.up_card_hover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;background: rgba(0,0,0,.6);opacity: 0;transition: opacity .3s ease;}
.up_card_hover div{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;width: 100%;text-align: center;}
.up_card_hover strong{font-size: 28px; font-weight: 700; color: #FFF; margin-bottom: 10px; display: block; }
.up_card_hover p{font-size: 18px; font-weight: 500; -webkit-text-stroke: 0.01em;color: rgba(255,255,255,.6);margin-bottom: 20px;}
.up_card_hover span{display: inline-block;background:  var(--color-basic);line-height: 37px;color: #FFF;line-height: 30px;font-weight: 400;-webkit-text-stroke: 0.01em;padding: 0 9px;border-radius: 4px;overflow: hidden;}

@media screen and (max-width: 768px){

.up_card_hover span{padding-top:2px}


}

.up_card:hover .up_card_hover{opacity: 1;}

.card_img{overflow: hidden;position: relative;}
.card_img img{display: block;}
.card-img-h {
    width: 100%;       /* 가로는 꽉 채우고 */
    height: 285px;     /* 높이는 고정하되 */
    object-fit: cover; /* 비율에 맞춰서 남는 부분은 자르고 꽉 채움 (추천) */
    /* 또는 object-fit: contain; (이미지 전체가 다 보이게 함) */
}

.card_box{position: absolute;top: 0;left: 0;width: 100%;height: 100%; z-index: 1; padding: 19px 23px;}
.card_sevice, .card_pay, .card_review{position: absolute;}
.card_sevice, .card_pay{top: 19px;}
.card_sevice, .card_review{left: 23px;}
.card_pay{right: 23px;}
.card_review{bottom: 19px;}

.card_sevice{height: 24px;padding: 0 15px;border: 2px solid #FFF;color: #FFF;text-align: center;line-height: 22px;}
.card_pay{width: 90px;height: 29px;background-color: #F00;color: #FFF;text-align: center;line-height: 24px;border-radius: 3px;padding-top:3px}
.card_review{display: flex;flex-direction: row;align-items: flex-start;}
.card_review img{margin-right: 5px;padding-top: 6px;}
.card_review span{color: #FFF;}
.card_review span b{padding-right: 1px;}

.card_txt{padding: 7px 23px 15px 23px; margin-top:10px;}
.card_tit{display: flex;align-items: center;margin-bottom: 8px;}
.card_tit span{ font-size: 16px; font-weight: 700;         width: 92px; height: 30px;border-radius: 4px;background-color:  var(--color-basic);text-align: center;line-height: 30px;color: #FFF;}
.card_tit h3 {font-size:20px; font-weight: 700; width: calc( 100% - 62px ); padding-left: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.card_area{display: flex;align-items: flex-start; font-size:16px; }
.card_area span{display: flex;align-items: flex-end;}
.card_area span i{padding-bottom:4px}
.card_area i i{}
.card_area p {  font-weight: 500; padding-left: 14px;position: relative;color: var(--color-gray-m); }
.card_area p::after{content: "";position: absolute;top: 6px;left: 7px;width: 1px;height: 15px;background-color: #cbcbcb;}

.card_price{display: flex;align-items: center;justify-content: space-between; font-size: 18px; font-weight: 500; margin-top:20px;}
.card_price span{position: absolute;bottom: 100%;right: 0; color: #b5b5b5;text-decoration: line-through;padding-bottom: 1px;}

.card_price_box { position: relative; font-size:20px; font-weight: 900; }
.card_price_box b{color: #F00;}
.card_price_box i { position: absolute; right: 100%;background-color: #F00;  text-align: center;color: #FFF;border-radius: 3px;}
.card_price_box i { font-size:18px; font-weight: 700; top: 3px; width: 57px;height: 25px; line-height: 25px; margin-right: 12px;}
.card_price_box span { width:100px; text-align: right;}

.card_arrow{position: absolute;z-index: 1;cursor: pointer;font-size: 2.5rem;opacity: .2;transition: all .3s;}
.card_next{right: -80px;}
.card_prev{left: -80px;}

.card_arrow:hover{opacity: 1;color:  var(--color-basic);}

.card_dot{text-align: center;margin-top: 42px;}
.card_dot span{margin: 0 2px !important;background-color:  var(--color-basic);}

@media screen and (max-width: 1480px){

    .card_box{padding: 15px 20px;}
    .card_sevice, .card_pay{top: 15px;}
    .card_sevice, .card_review{left: 20px;}
    .card_pay{right: 20px;}
    .card_review{bottom: 15px;}

    .card_txt{padding: 6px 20px;}

    .card_arrow{display: none;}

    .card_dot{margin-top: 38px;}
    .card_dot span{margin: 0 2px !important;}
    


    .card_img>img{width: 100%;}

    .card_price_box i{top: -4px;margin-right: 8px;}
}

@media screen and (max-width: 768px){

    .card_txt{padding: 10px 15px 16px 15px;}

    .card_box{padding: 13px 18px;}
    .card_sevice, .card_pay{top: 13px;}
    .card_sevice, .card_review{left: 18px;}
    .card_pay{right: 18px;}
    .card_review{bottom: 13px;}

    .card_img img{margin-top: -3px;}
	.card-img-h {height:230px}

    .card_tit{margin-bottom: 13px;}
    .card_tit span{height: 25px;line-height: 26px;}
    .card_tit h3{padding-left: 10px;}


    .card_area span{margin-top: -5px;}
    .card_area b{margin-top: 5px;}



    .card_price_box i{width: 48px;height: 23px;line-height: 25px;top:4px}
    .card_price_box b{}

    .card_sevice{padding: 0 12px;}
    .card_pay{width: 65px; padding-top:4px}

    .card_dot{margin-top: 25px;}
    .card_dot span{margin: 0 0px !important;width: 6px;height: 6px;}
}

#sch_wrap { margin-top: -37.5px; z-index: 80; }
#sch_wrap, #sch_wrap a { font-size: 30px; font-weight: 700; letter-spacing: -0.045em;}
#sch_wrap span { font-size: 24px; }

@media screen and (max-width: 768px){

	#sch_wrap, #sch_wrap a { font-size: 20px;}
	#sch_wrap span { font-size: 16px; }
}

@media (max-width:1279px){ /* 노트북까지 */
	.utilList li a {padding:0 5px;}
	.allMgMenu > .mg_gnb > li {padding:0 8px;}
	.allMgMenu > .mg_gnb > li span {display:none;}
	.searchBox {display:none;}
	.hdUtil {display:none;}
	.allGnbBtn {display:none;}
	.hdBot_rt {display:none;}
	.hdBot_lt {width:100%;justify-content: space-between;}
	.allMgMenu {width:100%;}
	.allMgMenu > .mg_gnb {width:100%; justify-content: space-between;}
	.hdBottom:after {display:block;}
}

@media (max-width: 1023px) { /* 모바일,테블릿까지 */
	.hdLogo img { width: 150px; max-width: 150px}
	.allMgMenu {padding:0px 0;}
	.allMgMenu {overflow-x:auto; scrollbar-width: none;}
	.allMgMenu > .mg_gnb > li {width:200px;white-space: nowrap;}
	.allMgMenu > .mg_gnb > li a {font-size:14px;}
	.hdBottom {display:none;padding:13px 0;}
}

/* 슬라이드부분 */
.main_tit{display: flex;align-items: center;justify-content: space-between; }
.main_tit a{width: 96px; height: 32px; background-color:  var(--color-basic);text-align: center;line-height: 34px;color: #FFF;border-radius: 32px; font-weight: 700;}
.main_tit h1 { font-size: 24px; font-weight: 700; }
.main_tit h2 { font-size: 24px; font-weight: 700; }
.main_tit .title { font-size: 24px; font-weight: 700; }

@media screen and (max-width: 1480px){
}

@media screen and (max-width: 768px){
	.main_tit h1 { font-size: 20px; }
	.main_tit h2 { font-size: 20px; }
	.main_tit .title { font-size: 20px; }
	.main_tit a{width: 70px;height: 26px;line-height: 28px;font-size: 12px;}
}


/*---지역선택바 - area_pop---*/

#sch_wrap{position: relative;z-index: 20;}
.sch_inner{display: flex;width: 100%;height: 75px;background-color: #FFF;border-radius: 5px;overflow: hidden;
    box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}
.sch_name, .sch_box, .sch_btn{height: inherit;line-height: 75px;}

.sch_name{width: 289px;text-align: center;background-color:  var(--color-basic);color: #FFF;}
.sch_sido{width: 443px;}
.sch_area{width: 464px;}
.sch_btn{width: 84px;background-color:  var(--color-basic);background-image: url(/images/icon/sch_btn.png);background-repeat: no-repeat;background-position: center center;}

.sch_box{position: relative; }
.sch_box>span{position: absolute;top: 0;left: 33px;color: #c0c0c0;}
.sch_box>a{display: block;width: 100%;height: 100%;text-align: right;padding-right: 89px;position: relative;z-index: 1;background-image: url(/images/icon/sch_arrow.png);background-repeat: no-repeat;background-position: right 30px center;}
.sch_sido>a{border-right: 1px solid #e3e3e3;}

.sch_box>a.on{background-image: url(/images/icon/sch_arrow_re.png);}

@media screen and (max-width: 1480px){

    .sch_inner{height: 65px;}
    .sch_name, .sch_box, .sch_btn{line-height: 65px;}

    .sch_name{width: 22%;}
    .sch_sido{width: 35%;}
    .sch_area{width: 35%;}
    .sch_btn{width: 8%;}
}

@media screen and (max-width: 1080px){

    .sch_box>span{left: 25px;}
}

@media screen and (max-width: 768px){

    .sch_inner{height: 50px;}
    .sch_name, .sch_box, .sch_btn{line-height: 50px;}
    .sch_box>a{padding-right: 30px;background-position: right 10px center;background-size: 10px;}
    .sch_box>span{left: 10px;}

    .sch_name{display: none;}

    .sch_box{width: calc( ( 100% - 25px) / 2);}
    .sch_btn{width: 50px;background-size: 20px;}
}


/*--- 지역선택 팝업 - area_pop ---*/

.area_pop{position: absolute;top: 100%;left: 289px;width: 907px;background: #FFF;margin-top: 10px;border: 1px solid #eee;border-top: 5px solid  var(--color-basic);border-radius: 0 0 13px 13px;overflow: hidden;display: none;
	box-shadow: 0 13px 16px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.05);
}

.area_list{padding: 45px 50px;padding-left: 100px;padding-bottom: 25px;}
.area_list li{float: left;width: 14.285%;margin-bottom: 18px;position: relative;}

.area_label{position: relative;cursor: pointer;}
.area_radio{position: absolute;top: 0;left: 0;width: 0;height: 0;opacity: 0;}
.area_label span{display: block;width: 100%;height: 100%;font-size: 18px;font-weight: 500;}

.area_radio[type="radio"]:checked + label{color:  var(--color-basic);}

.area_gu, .area_gu a { background: #f4f4f4; font-size:20px !important; font-weight: 500 !important; }

.area_gu_slt{display: none;}
#area_gu_01{display: block;}

@media screen and (max-width: 1480px){

    .area_pop{left: 22%;width: 70%;}
}

@media screen and (max-width: 1080px){

    .area_list{padding: 25px 30px;padding-left: 70px;padding-bottom: 10px;}
}

@media screen and (max-width: 960px){

    .area_list li{width: 20%;}
    
    .area_label span{font-size: 1.13rem;}
}

@media screen and (max-width: 768px){

    #sch_wrap .area_pop{display: none !important;}
}

/*--- Swiper 점(bullet) 설정 ---*/

.swiper-pagination-bullet {
    /* 1. 시각적인 크기는 유지 (원하는 크기로 조절하세요) */
    width: 8px !important;
    height: 8px !important;
    
    /* 2. 실제 클릭 영역을 padding으로 확장 (상하좌우 10px씩 더 확보) */
    padding: 10px !important;
    
    /* 3. 점들 사이의 물리적 간격을 충분히 벌림 (구글 권장 최소 8px 이상) */
    margin: 0 12px !important;
    
    /* 4. 배경색이 padding 영역까지 퍼지지 않게 핵심 설정 */
    background-clip: content-box !important;
    
    /* 5. 나머지 기본 스타일 유지 */
    display: inline-block;
    border-radius: 50%;
    background-color: #000; /* 점 색상 */
    opacity: 0.2;
    box-sizing: content-box !important; /* 중요: padding이 바깥으로 추가되도록 함 */
}

/* 활성화된 점 스타일 */
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000;
}


/* ------------------- 페이지 */

.step-section {font-size:18px; font-weight: var(--font-m); word-break: keep-all;}
.step-section h2 { font-weight: var(--font-b); color: var(--color-basic); margin-bottom:15px}
.step-section p {margin-top:5px; overflow: hidden;}
.step-section.mg p {margin-left:10px;}

.scope-section { margin-top:35px;}
.scope-section {font-size:18px; font-weight: var(--font-m); word-break: keep-all;}
.scope-section h2 { font-weight: var(--font-b); color: var(--color-basic); margin-bottom:15px}
.scope-section p {margin-top:5px; overflow: hidden; color: var(--color-gray);}
.scope-section.mg p {margin-left:10px;}

.action-section { font-size:18px; margin-top:35px; text-align:center; font-weight: var(--font-m);  border-top:1px solid #e3e3e3;}
.action-section .action-text {margin-top:30px}
.action-section .action-text span input {max-width:180px; width:100%;}

.action-section .action-button {  display: flex; align-items: center; justify-content: center; margin-top:35px}
.action-section .action-button a { padding-left:20px; padding-right:20px;height:70px; border-radius:35px; line-height:70px; background:#111111; color:#fff; display:block; text-align:center; }
.action-section .action-button a + a {margin-left:17px;}
.action-section .action-button a i {margin-right:20px;}
.action-section .action-button a i img {vertical-align:middle;}


@media screen and (max-width: 1023px){

	.step-section p {margin-left:0; }

	.scope-section p {font-size:16px;}

	.action-section .action-text {margin-top:20px}
	.action-section .action-text span input {text-align:center; width:100px;}

	.action-section .action-button a { height: 60px; line-height: 60px;}
	.action-section .action-button a i img {width:13%}
	.action-section .action-button a i {margin-right:10px;}
}


/* ------------------- 롤링*/

.mainSec02 {position:relative;}
.mainSec02 .swiper {
	.mainSec02 .swiper-button-prev,
	.mainSec02 .swiper-button-next {
	  position:static;
	  margin-top:0;
	}
	
}

.swiper-button-next.ms02_next {background: url(/images/icon/ms02_right_arr.png) no-repeat center / cover; width:40px; height:40px; right:-20px;  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:50%; overflow:hidden; }
.swiper-button-prev.ms02_prev {background: url(/images/icon/ms02_left_arr.png) no-repeat center / cover; width:40px; height:40px; left:-20px;  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius:50%; overflow:hidden;}
.swiper-button-next::after,.swiper-button-prev::after {display: none;}

.mainSec02 .navigation-wrapper {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	position:absolute;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:70;
}

.mainSec02 .navigation-wrapper { top:57%; }
@media (max-width: 767px) { /* 모바일기기전용 */
	.mainSec02 .navigation-wrapper {
	  top:60%;
	}
}

.ms02Swip_partner .swiper-wrapper .swiper-slide figure img {width:100%; }
.ms02Swip_partner .swiper-wrapper .swiper-slide {background:#f4f5f6; border-radius:15px; overflow:hidden;  padding:10px 0 20px; }
.ms02tit {font-size:16px; font-weight:var(--font-sb); text-align:center; margin-top:17px;}



/* ------------------- 광고문의*/

.employ_content {display:flex; border-radius:15px; overflow: hidden;}
.employ_content {margin-top:30px;}
.employ_content .employ_img_box {width:50%;background: var(--color-gray-th);}
.employ_content .employ_con01_wrap {width:50%; background: var(--color-gray-th); padding:20px 20px 20px 20px; box-sizing: border-box;}
.employ_content .employ_con01_wrap .employ_con01_chk {}

.employ_img_box_con01 { width: 100%;}
.employ_img_box_con01 img { display:block; max-height:360px; border-radius:15px;}

.employ_con01 h2 {font-size:26px; font-weight: var(--font-b)}
.employ_con01 ul {margin-top:30px;}

.employ_con01 .txt_tit {display:flex; align-items: center;}
.employ_con01 .txt_tit span {background:#ff2424; display:block; letter-spacing:-0.010em; border-radius:13px; width:100px; height:25px; text-align:center; line-height:25px; margin-right:11px;}

.employ_con01 .guide {}
.employ_con01 .guide.mg {margin-left:45px}

.employ_con01_list {display:flex; align-items:center;}
.employ_con01_list + .employ_con01_list {margin-top:5px;}

.employ_con01_date {margin-left:12px; text-align:right}
.employ_con01_date {width:70px;}
.employ_con01_date.mg {width:220px;}

/* .employ_con01_price {width:calc(100% - 110px);} */
.employ_con01_price {width:160px; padding-left:20px; text-align:right}
.employ_con01_price.mg {width:120px; }

.employ_con01_chk {display:none;}

.employ_left {max-height:1010px;}


@media screen and (min-width: 1024px){

	.employ_con01 {margin-left:5%}

}

@media (max-width:1399px){

	.employ_img_box_con01 img { width:100%; }

}


@media (max-width:1199px){

	.employ_img_box_con01 img { width:100%; }

}

@media screen and (max-width: 1023px){

	.sphere_con>ul>li {flex-wrap:wrap; gap:5px;}

	.employ_content {flex-wrap:wrap;}
	.employ_content {margin-top:20px;}
	.employ_content .employ_img_box {width:100%;}
	.employ_content .employ_con01_wrap {width:100%;}
	.employ_content .employ_con01_wrap {padding:20px;}
/*	.employ {padding:45px 0;}*/	

	.employ_img_box_con01 {width: 100%; }
	.employ_img_box_con01 img {width:100%; display:block; max-height:250px; width:70%;}

	.employ_con01 ul {margin-top:20px;}
	.employ_con01 h2 {text-align:right; font-size:22px; }

	.employ_con01 .guide.mg {margin-left:0px; text-align:right;}

	.employ_con01_list {justify-content: space-between;}
	.employ_con01_list span{font-size:16px;}
	.employ_con01_list p {font-size:16px;}
	.employ_con01_list + .employ_con01_list {margin-top:10px;}

	.employ_con01_date.mg {width:70%;}

	.employ_con01_price {width:140px;}
	.employ_con01_price.mg {width:30%; min-width:110px}

}

@media (max-width: 767px) {  /* 모바일이하 */

	.employ_img_box_con01 img {width:100%; display:block; max-height:250px;}

}


/*---common css---*/

/*letter-spacing*/
.lt-45{letter-spacing: -0.045em;}



/*---top_btn---*/
#top_btn{position: fixed;bottom: 50px;right: 50px;width: 80px;height: 80px;z-index: 1;background:  var(--color-basic);border-radius: 80px;z-index: 900;
	box-shadow: 0 13px 16px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.1);
}
#top_btn i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 1.9rem;color: #FFF;}

@media screen and (max-width: 1480px){

    #top_btn{bottom: 40px;right: 40px;width: 60px;height: 60px;}
}

@media screen and (max-width: 768px){

    #top_btn{display: none;}
}

/*---rgt flt---*/
#rgt_flt{position: fixed;top: 50%;right: 50px;transform: translateY(-50%);background: #FFF;border: 1px solid #ebebeb;width: 130px;padding: 0 13px;border-radius: 5px;z-index: 900;
	box-shadow: 0 13px 16px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.1);
}
.rgt_box img{display: block;width: 100%;}
.rgt_box li{margin-top: 10px;position: relative;}
.rgt_del{position: absolute;top: 0;right: 0;width: 16px;height: 16px;background: #000;z-index: 1;text-align: center;line-height: 16px;}
.rgt_del i{color: #FFF;}

.rgt_bottom .rgt_box{padding-bottom: 13px;}

.rgt_tit>a{display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 10px 0;border-bottom: 1px solid #ddd;}

.rgt_tit>a.rgt_off i{transform: rotate(180deg);}

@media screen and (max-width: 1480px){

    #rgt_flt{right: 40px;width: 120px;padding: 0 9px;display: none;}

    .rgt_box li{margin-top: 9px;}
    .rgt_bottom .rgt_box{padding-bottom: 9px;}
}

@media screen and (max-width: 768px){

    #rgt_flt{display: none;}
}

/*---item cate - checkbox---*/

.cate_wrap, .cate_inner{display: flex;align-items: center;}
.cate_wrap{height: 60px;border-bottom: 1px solid #ddd;margin-top: 50px;}
.cate_wrap h4{width: 100px;}

#cate_sch_btn{background: #eee;width: 80px;height: 37px;line-height: 39px;border-radius: 5px;color: #777;transition: all .2s ease;}
#cate_sch_btn:hover{background:  var(--color-basic);color: #FFF;}

.cate_inner>div{margin-right: 20px;}

@media screen and (max-width: 1480px){

    .cate_wrap{margin-top: 30px;}
}

@media screen and (max-width: 960px){

    .cate_wrap h4{width: 80px;font-size: 1.25rem;}
    .cate_wrap .chk_box b{font-size: 1rem;}
    .cate_wrap .chk_box input[type="checkbox"] + label span{margin-right: 6px;}
    .cate_wrap .cate_inner>div{margin-right: 15px;}
}

@media screen and (max-width: 768px){

    .cate_wrap{margin-top: 10px;justify-content: space-between;}

    .cate_wrap h4{width: 50px;font-size: 14px;}
    .cate_wrap .chk_box input[type="checkbox"] + label span{width: 15px;height: 15px;}

    #cate_sch_btn{width: 55px;height: 30px;line-height: 31px;}
}

@media screen and (max-width: 620px){

    .cate_wrap{height: 45px;}

    .cate_box{width: calc( 100% - 110px );}

    .cate_inner{display: block;flex: none;white-space: nowrap;overflow: hidden;overflow-x: scroll;-ms-overflow-style:none;}
    .cate_inner::-webkit-scrollbar{display:none;}
    .cate_inner>div{display: inline-block;}
}


/*checkbox*/
.chk_box{position: relative;}
.chk_box input[type="checkbox"]{position: absolute;top: 0;left: 0;width: 0;height: 0;opacity: 0;}
.chk_box input[type="checkbox"] + label{display: flex;flex-direction: row;align-items: center;cursor: pointer;}
.chk_box input[type="checkbox"] + label span{display: inline-block;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;}
.chk_box input[type="checkbox"] + label:hover span{background: url(/images/chk.png) no-repeat 50% 50% #ccc;}
.chk_box input[type="checkbox"]:checked + label span{background: url(/images/chk.png) no-repeat 50% 50%  var(--color-basic);border-color:  var(--color-basic);}

/*---mobile - mo_menu_wrap---*/
#mo_menu_wrap{display: none;}

@media screen and (max-width: 768px){

    #mo_menu_wrap{display: block;margin-top: 51px;height: 43px;overflow: hidden;overflow-x: scroll;}
    #mo_menu_wrap{-ms-overflow-style:none;}
    #mo_menu_wrap::-webkit-scrollbar{display:none;}

    #mo_gnb {padding:0px 10px;}
    #mo_gnb>ul{white-space: nowrap;}
    #mo_gnb>ul>li{display: inline-block;}
    #mo_gnb>ul>li>a{display: block;width: 100%;height: 100%;font-size: 14px;font-weight: 900;line-height: 43px;padding: 0 20px;position: relative;}
    #mo_gnb>ul>li>a::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background-color:  var(--color-basic);z-index: 1;display: none;}

    #mo_gnb>ul>li.on>a{color:  var(--color-basic);}
    #mo_gnb>ul>li.on>a::after{display: block;}
}



/*---모바일 지역검색 팝업---*/
#mo_sch_pop, #mo_area_sch, #mo_area_close{display: none;}

@media screen and (max-width: 768px){

    #mo_sch_pop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1200;background-color: rgba(0,0,0,.75);}
    #mo_sch_pop #sch_wrap{height: 100%;}
    #mo_sch_pop .sch_inner{display: none !important;}

    #mo_sch_pop .area_pop{margin: 0;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 94%;z-index: 1;display: block;border: none;border-radius: 12px;}
    #mo_sch_pop .area_sido, #mo_sch_pop .area_gu{float: left;height: 393px;}
    #mo_sch_pop .area_sido{width: 30%;}
    #mo_sch_pop .area_gu{width: 70%;}

    #mo_sch_pop .area_list{padding: 20px;overflow: hidden;overflow-y: scroll;}
    #mo_sch_pop .area_list li{float: none;display: block;width: 100%;}
    #mo_sch_pop .area_list li:last-child{margin-bottom: 0;}

    #mo_sch_pop .area_gu_slt{padding-left: 10px;}
    #mo_sch_pop .area_gu_slt li{float: left;width: 50%;}

    #mo_area_sch{display: block;padding: 15px 0;text-align: center;background-color:  var(--color-basic);color: #FFF;width: 100%;font-size: 15px;font-weight: 900;}
    
    #mo_area_close{display: block;position: absolute;top: 0;right: 0;width: 50px;height: 50px;}
    #mo_area_close span{position: absolute;top: 24px;left: 10px;width: 30px;height: 2px;background-color: #FFF;z-index: 1;}
    #mo_area_close span:nth-child(1){transform: rotate(45deg);}
    #mo_area_close span:nth-child(2){transform: rotate(-45deg);}
}

/*---sub common css---*/
#item_view{}




@media screen and (max-width: 768px){

    #item_view{}


}


/*---search box---*/




.sch_f_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1100;background-color: rgba(0,0,0,.85);display: none;}
.sch_f_box{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 94%;max-width: 750px;}

.sch_f_form{position: relative;}
.sch_input{display: block;width: 100%;height: 70px;background: transparent;border: none;border-bottom: 3px solid #FFF;outline: none;font-size: 26px;color: #FFF;font-weight: 900;padding-right: 70px;}
.sch_input::placeholder{color: #FFF;}
.sch_button{position: absolute;top: 0;right: 0;width: 70px;height: 70px;z-index: 1;}
.sch_button i{color: #FFF;font-size: 1.9rem;}

.keyword_wrap{margin-top: 25px;}
.kw_box{float: left;width: 50%;}
.kw_box strong{color: #FFF;margin-bottom: 15px; font-size: 24px; font-weight: 700; display: block;}

.kw_box li a{display: block; font-size: 18px; font-weight: 700; width: 100%;height: 100%;padding: 10px 15px 10px 0;color: rgba(255,255,255,.4);transition: color .2s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.kw_box li a:hover{color: rgba(255,255,255,1);text-decoration: underline;}

.sch_close{position: absolute; top: calc(env(safe-area-inset-top, 0px) + 0px) !important; right: 50px;width: 80px;height: 80px;z-index: 1; }
.sch_close span{position: absolute;top: 39px;left: 15px;width: 50px;height: 2px;background: #FFF;transition: transform .3s ease;}
.sch_close span:nth-child(1){transform: rotate(45deg);}
.sch_close span:nth-child(2){transform: rotate(-45deg);}

.sch_close:hover span{transform: rotate(0);}

@media screen and (max-width: 1480px){

    .sch_close{top: 0;right: 0;}
}

@media screen and (max-width: 768px){

	.sch_input{height: 55px;padding-right: 55px;font-size: 16px;}
	.sch_button{width: 55px;height: 55px;}
	.sch_button i{font-size: 18px}

	.kw_box>ul{font-size: 12px;}
	.kw_box h4{font-size: 20px;}
	.kw_box li a{padding: 6px 10px 6px 0;}

	.sch_close{width: 50px;height: 50px;}
	.sch_close span{top: 24px;left: 12.5px;width: 25px;}

}
