@charset 'utf-8';

@font-face {
    font-family: "Pretendard-Regular";
    src: url("Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/* 초기화 */
html { overflow-y: scroll;}
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* 기본 요소 초기화 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}/* HTML5 display-role 요소를 위한 스타일 지정 */
mark { background-color: transparent; color: inherit;}/* HTML5 요소 지원을 위한 텍스트 크기 조정 */

/* IE 10 이하에서 HTML5 요소의 블록 표시 수정 *//* IE 10 이하 버전에서는 HTML5 요소가 인식되지 않기 때문에 인식하도록 하는 코드 *//* 이 코드는 의도한 스타일 적용에 도움이 됩니다. */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
a { color: inherit; text-decoration: none;}/* 링크 색상 초기화 */
ol, ul, li  { list-style: none;}/* 리스트 스타일 초기화 */
img { max-width: 100%; height: auto;}/* 이미지 크기 초기화 */
table { border-collapse: collapse;}
em, i, address, cite { font-style: normal;}
.caption, .blind, .sound_only { font-size: 0; line-height: 0; height: 0; overflow: hidden; text-indent: -9999px;}
.clear:before, .clear:after, .clear_both::after { content: ''; display: block; clear: both; }

body { margin: 0; padding: 0; font-family:var(--f-family); font-size: var(--font_basic); background: #fff; color: var(--color-subtit); }
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; color: inherit;}
input[type="submit"], button { cursor: pointer;}
p { margin: 0; padding: 0; word-break: break-all;}
pre { overflow-x: scroll;}
fieldset { border: none;}
input[type=text], input[type=password], textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    outline: none!important; border-radius: 6px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0 0 1px var(--color-main);
    -moz-box-shadow: 0 0 1px var(--color-main);
    box-shadow: 0 0 1px var(--color-main);
    border: 1px solid var(--color-main)!important; 
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent!important;
    color: transparent !important;
}

/* 초기화 */
html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
    width: 12px; /* 스크롤바의 너비 설정 */
    background-color: #f5f5f5; /* 스크롤바 배경색 설정 */
}
body::-webkit-scrollbar-thumb {
    background-color: #888; /* 스크롤바 엄지의 배경색 */
    border-radius: 10px; /* 엄지의 모서리 둥글게 */
    border: 2px solid transparent; /* 투명한 테두리를 사용하여 내부 여백을 만듦 */
    background-clip: padding-box; /* 배경 클리핑을 테두리 내부로 제한 */
}

:root {
    --vh: 100%; 
	--f-family: 'Pretendard-Regular', sans-serif;
    --color-basic: #e13f45;
    --color-main: #5e39e8;
    --color-main_tran: #5075df0a;
    --color-sub: #759AFF;
    --color-three: #264291;
    --color-four: #0077cc7d;
    --color-five: #916F17;
    --color-six: #DEB650;
    --color-seven: #0077cc7d;
    --color-fff: #fff;
    --color-000: #000;
    --color-black: #000;
    --color-white: #fff;
    --color-success: #198754;
    --color-info: #0dcaf0;
    --color-warning: #dc3545;
    --color-danger: #ff0000;
    --color-light: #717171;
    --color-dark: #000000;
    --color-tit: #333;
    --color-subtit: #666;
    --color-cont: #717171;
    --color-icon: #717171;

    --font50: 3.125rem;          /* 50px */
    --font48: 3rem;              /* 48px */
    --font46: 2.875rem;          /* 46px */
    --font45: 2.8125rem;         /* 45px */
    --font44: 2.75rem;           /* 44px */
    --font42: 2.625rem;          /* 42px */
    --font40: 2.5rem;            /* 40px */
    --font38: 2.375rem;          /* 38px */
    --font36: 2.25rem;           /* 36px */
    --font_tit5: 2.125rem;       /* 34px */
    --font_tit4: 2rem;           /* 32px */
    --font_tit3: 1.875rem;       /* 30px */
    --font_tit2: 1.75rem;        /* 28px */
    --font_tit1: 1.625rem;       /* 26px */
    --font_tit: 1.5rem;          /* 24px */
    --font_subject2: 1.375rem;   /* 22px */
    --font_subject1: 1.25rem;    /* 20px */
    --font_subject: 1.125rem;    /* 18px */
    --font_basic: 1rem;          /* 16px */
    --font_user: 0.875rem;       /* 14px */
    --font_small: 0.75rem;       /* 12px */
    --font-micro: 0.625rem;      /* 10px */
    --font_category: 0.5rem;     /* 8px */

    --colo_f : #fff;
    --colo_0 : #000;
	--colo_3 : #333; 	
	--colo_8 : #888; 	
	--colo_c : #ccc;
	--colo_e : #eee;
	--colo_red : red;
}
/* 영문서체 ------------------------------------------------------ */
.en_lang {
	font-family: 'Oswald', var(--f-family)!important;
}

/* Size ------------------------------------------------------ */
.fs60 { font-size: 3.75rem;   /* 60px */ }
.fs59 { font-size: 3.6875rem; /* 59px */ }
.fs58 { font-size: 3.625rem;  /* 58px */ }
.fs57 { font-size: 3.5625rem; /* 57px */ }
.fs56 { font-size: 3.5rem;    /* 56px */ }
.fs55 { font-size: 3.4375rem; /* 55px */ }
.fs54 { font-size: 3.375rem;  /* 54px */ }
.fs53 { font-size: 3.3125rem; /* 53px */ }
.fs52 { font-size: 3.25rem;   /* 52px */ }
.fs51 { font-size: 3.1875rem; /* 51px */ }
.fs50 { font-size: 3.125rem;  /* 50px */ }
.fs49 { font-size: 3.0625rem; /* 49px */ }
.fs48 { font-size: 3rem;      /* 48px */ }
.fs47 { font-size: 2.9375rem; /* 47px */ }
.fs46 { font-size: 2.875rem;  /* 46px */ }
.fs45 { font-size: 2.8125rem; /* 45px */ }
.fs44 { font-size: 2.75rem;   /* 44px */ }
.fs43 { font-size: 2.6875rem; /* 43px */ }
.fs42 { font-size: 2.625rem;  /* 42px */ }
.fs41 { font-size: 2.5625rem; /* 41px */ }
.fs40 { font-size: 2.5rem;    /* 40px */ }
.fs39 { font-size: 2.4375rem; /* 39px */ }
.fs38 { font-size: 2.375rem;  /* 38px */ }
.fs37 { font-size: 2.3125rem; /* 37px */ }
.fs36 { font-size: 2.25rem;   /* 36px */ }
.fs35 { font-size: 2.1875rem; /* 35px */ }
.fs34 { font-size: 2.125rem;  /* 34px */ }
.fs33 { font-size: 2.0625rem; /* 33px */ }
.fs32 { font-size: 2rem;      /* 32px */ }
.fs31 { font-size: 1.9375rem; /* 31px */ }
.fs30 { font-size: 1.875rem;  /* 30px */ }
.fs29 { font-size: 1.8125rem; /* 29px */ }
.fs28 { font-size: 1.75rem;   /* 28px */ }
.fs27 { font-size: 1.6875rem; /* 27px */ }
.fs26 { font-size: 1.625rem;  /* 26px */ }
.fs25 { font-size: 1.5625rem; /* 25px */ }
.fs24 { font-size: 1.5rem;    /* 24px */ }
.fs23 { font-size: 1.4375rem; /* 23px */ }
.fs22 { font-size: 1.375rem;  /* 22px */ }
.fs21 { font-size: 1.3125rem; /* 21px */ }
.fs20 { font-size: 1.25rem;   /* 20px */ }
.fs19 { font-size: 1.1875rem; /* 19px */ }
.fs18 { font-size: 1.125rem;  /* 18px */ }
.fs17 { font-size: 1.0625rem; /* 17px */ }
.fs16 { font-size: 1rem;      /* 16px */ }
.fs15 { font-size: 0.9375rem; /* 15px */ }
.fs14 { font-size: 0.875rem;  /* 14px */ }
.fs13 { font-size: 0.8125rem; /* 13px */ }
.fs12 { font-size: 0.75rem;   /* 12px */ }
.fs11 { font-size: 0.6875rem; /* 11px */ }
.fs10 { font-size: 0.625rem;  /* 10px */ }
.fs9  { font-size: 0.5625rem; /* 9px */ }
.fs8  { font-size: 0.5rem;    /* 8px */ }
.fs7  { font-size: 0.4375rem; /* 7px */ }
.fs6  { font-size: 0.375rem;  /* 6px */ }
.fs5  { font-size: 0.3125rem; /* 5px */ }
.fs4  { font-size: 0.25rem;   /* 4px */ }
.fs3  { font-size: 0.1875rem; /* 3px */ }
.fs2  { font-size: 0.125rem;  /* 2px */ }
.fs1  { font-size: 0.0625rem; /* 1px */ }


@media (max-width: 991px) {
    .fs60 { font-size: 2.5rem; transition-delay: 0.6s; /* 40px */ }
    .fs50 { font-size: 2.375rem; transition-delay: 0.6s; /* 38px */ }
    .fs48 { font-size: 2.25rem; transition-delay: 0.6s; /* 36px */ }
    .fs47 { font-size: 2.1875rem; transition-delay: 0.6s; /* 35px */ }
    .fs46 { font-size: 2.125rem; transition-delay: 0.6s; /* 34px */ }
    .fs45 { font-size: 2.0625rem; transition-delay: 0.6s; /* 33px */ }
    .fs44 { font-size: 2rem; transition-delay: 0.6s; /* 32px */ }
    .fs30 { font-size: 1.5rem; transition-delay: 0.6s; /* 24px */ }
}

@media (max-width: 768px) {

	.m_fs30 { font-size: 1.875rem;  /* 30px */ }
	.m_fs29 { font-size: 1.8125rem; /* 29px */ }
	.m_fs28 { font-size: 1.75rem;   /* 28px */ }
	.m_fs27 { font-size: 1.6875rem; /* 27px */ }
	.m_fs26 { font-size: 1.625rem;  /* 26px */ }
	.m_fs25 { font-size: 1.5625rem; /* 25px */ }
	.m_fs24 { font-size: 1.5rem;    /* 24px */ }
	.m_fs23 { font-size: 1.4375rem; /* 23px */ }
	.m_fs22 { font-size: 1.375rem;  /* 22px */ }
	.m_fs21 { font-size: 1.3125rem; /* 21px */ }
	.m_fs20 { font-size: 1.25rem;   /* 20px */ }
	.m_fs19 { font-size: 1.1875rem; /* 19px */ }
	.m_fs18 { font-size: 1.125rem;  /* 18px */ }
	.m_fs17 { font-size: 1.0625rem; /* 17px */ }
	.m_fs16 { font-size: 1rem;      /* 16px */ }
	.m_fs15 { font-size: 0.9375rem; /* 15px */ }
	.m_fs14 { font-size: 0.875rem;  /* 14px */ }
	.m_fs13 { font-size: 0.8125rem; /* 13px */ }
	.m_fs12 { font-size: 0.75rem;   /* 12px */ }
	.m_fs11 { font-size: 0.6875rem; /* 11px */ }
	.m_fs10 { font-size: 0.625rem;  /* 10px */ }	
}


/* bold ------------------------------------------------------ */
.fw1  { font-weight: 100; }
.fw2  { font-weight: 200; }
.fw3  { font-weight: 300; }
.fw4  { font-weight: 400; }
.fw5  { font-weight: 500; }
.fw6  { font-weight: 600; }
.fw7  { font-weight: 700; }
.fw8  { font-weight: 800; }
.fw9  { font-weight: 900; }

/* Size ------------------------------------------------------ */
.mc { font-family: var(--f-family); color: var(--color-main); background-color: var(--color-main_tran); } /* main-content */
.sc { font-size: var(--font_subject); color: var(--color-sub); } /* sub-content */
.ttl { font-size: var(--font_tit); color: var(--color-tit); } /* title */
.wt { color: var(--color-warning); font-size: var(--font_small); } /* warning-text */
.sm { color: var(--color-success); font-size: var(--font_user); } /* success-message */
.ib { background-color: var(--color-info); color: var(--color-white); padding: 10px; border-radius: 5px; } /* info-box */
.dm { background-color: var(--color-dark); color: var(--color-white); } /* dark-mode */
.lm { background-color: var(--color-light); color: var(--color-dark); } /* light-mode */

/* color ------------------------------------------------------ */
.color_m { color: var(--color-main); }
.color_0 { color: var(--color-dark); }
.color_f { color: var(--color-white); }
.color_g { color: var(--color-cont); }
.color_y { color: yellow; }
.color_r { color: red; }

.back_color_m { background: var(--color-main); }
.back_color_b { background: var(--colo_0); }
.back_color_g { background: #ddd; }

.bg_m { background-color: var(--color-main);  }
.bg_0 { background-color: var(--color-dark);  }
.bg_f { background-color: var(--color-white); }
.bg_g { background-color: var(--color-cont); }
.bg_y { background-color: yellow;  }


a:link { } 
a:visited { } 
a:hover { color: var(--color-main); text-decoration-line:none! important;} 
a:active { } 

/* all 버튼*/
*.btn_submit { background: var(--color-main);  border: 1px solid var(--color-main); }
*.btn_submit:hover { background: #333333;}


.d_block { display: block; width: 100%;}
.d_flex { display: flex;}
@media (max-width: 768px){
    .d_flex { flex-wrap: wrap;}
}

#container {
    position: relative;
    float: none;
    width: calc(100% - 0px);
    zoom: 1;
	margin: 0 auto; max-width: 100%;
}

#container_title {
    font-size: 1.2em;
    font-weight: bold;
    height: 50px;
    padding: 10px 15px;
    line-height: 30px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 10px 10px -10px rgba(181, 181, 181, 0.4);
    -moz-box-shadow: 0 10px 10px -10px rgba(181, 181, 181, 0.4);
    box-shadow: 0 10px 10px -10px rgba(181, 181, 181, 0.4);
    border-top: 1px solid #efefef;
}

/*회원가입 약관*/
.register {  padding-bottom: 30px; } 

/*  form  */
.form_wrap { display: flex; }
.form_left_box { padding: 20px; margin: 0 auto; }
.form_left_box h2, .form_right_box h2{ border-bottom: 0px solid #dde7e9! important; padding: 20px 0! important;}
.form_right_box { position: sticky; top: 0; padding: 20px;}
.sticky_at_top { position: sticky; top: 80px; background-color: var(--colo_f); padding: 0px 30px 30px; z-index: 10; }

/* form 반응형 스타일 */
@media screen and (max-width: 768px) {
    .form_wrap { flex-direction: column; height: auto;}
    .form_left_box,
    .form_right_box { width: 100%! important; padding: 10px;}
	.sticky_at_top { padding: 0px 0px 30px }
}

.form_box { padding: 0 0 12px 0;} 
.form_box_half { display: flex !important; -ms-flex-wrap: wrap; flex-wrap: wrap;justify-content: space-between;align-items: center;}
.form_box label { font-size: 14px; font-weight: 500; line-height: 22px; display: block; margin-bottom: 10px; margin: 0; padding: 0; border: 0; background: transparent; vertical-align: baseline;margin-bottom: 10px; }
input.form_input[type='text'], input.form_input[type='password'], input.form_input[type='number'] {
    height: 48px;
    border-width: 2px;
    border-color: #e7e7e9;
    background-color: var(--colo_f);    
	border: 1.5px solid #e7e7e9;	
    font-weight: 400;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 20px;
    -webkit-transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, outline 200ms ease, color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
    border-radius: 12px;
    outline: none;
	appearance: none;
    -webkit-font-feature-settings: 'ss01';
    font-feature-settings: 'ss01';	
}	

.form_textarea { border: 1.5px solid #e7e7e9! important; border-radius: 12px;width: 100%; height: 150px;padding: 15px; }
.form_box_info { display: -ms-inline-flexbox; display: inline-flex; align-items: center;}
.flag_info {
    background-color: #0d0c22;
    color: var(--colo_f);
    font-weight: 700;
    line-height: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 4px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;	
	background:#aeacac;
}
.flag_info_small { height: 12px; border-radius: 3px; font-size: 8px;}
.form_box .message_box { font-size: 14px; font-weight: 400; line-height: 20px; margin: 8px 0; color: #9e9ea7;} 

.required, textarea.required { background-image: url(../img/require.png) !important;background-repeat: no-repeat !important; background-position: right top !important;}
.profile_img_edit {
    position: absolute;
    right: calc(50% - 40px);
    background: var(--colo_red);
    color: var(--colo_f);
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 50px;
    border: 2px solid var(--colo_f);
    font-size: 14px;cursor: pointer;
}
.hd_info { background: var(--colo_f); margin-top: 0px; font-size: 14px;}
.hd_info li { width: 33.333%; float: left; text-align: center; padding: 15px;}
.hd_info li a { display: block; color: #717171; padding: 8px 10px; background: #ececec; border-radius: 100px;}
.hd_info:after { display: block; visibility: hidden; clear: both; content: "";}

.form_btn {
    line-height: 38px;
    height: 38px;
    text-align: center;
    font-weight: 500;
    border: 0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;    
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 30px;    
    border-radius: 100px;
    font-size: 14px;
}
.form_btn_close {
    line-height: 38px;
    height: 38px;
    text-align: center;
    font-weight: 500;
    border: 0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;    
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 30px;    
    border-radius: 100px;
    font-size: 14px;
}
.form_submit {
    line-height: 58px;
    text-align: center;
    font-weight: 500;
    border: 0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 30px;
    border-radius: 100px;
    font-size: 14px;
    max-width: 500px;
	width: calc(100% - 10px);	
}
.form_submit:hover:not([disabled]),
.form_submit:focus-visible:not([disabled]) { border-color: #565564; background-color: #565564; color: var(--colo_f);}

.align_center { margin: 0 auto; max-width: 700px;text-align: center; } 

#ol_after_private li div { font-size: 10px;}
.m_b_20 { margin-bottom: 20px;}
.m_l_8 { margin-left: 8px;}
.m_r_10 { margin-right: 10px;}
.mobile_100 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%;}

@media only screen and (min-width: 960px){
  .pc_w_50 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; }  
  .pc_w_33 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 33.333%; }
  .p_r_10 { padding-right: 10px;} 
}


/*  register_form.skin.php  */





/*  회원가입 상단  */
.form_login { width: calc(100% - 10px); max-width: 700px; padding-top: 50px; margin: 0 auto;  }
@media (max-width: 786px) { 
  #mb_login {  width: calc(100% - 80px);}
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
hr.divider {
    height: 1px;
    margin: 30px 0;
    padding: 0;
    overflow: visible;
    border: none;
    background-color: #dde7e9;
    text-align: center;
}
hr.divider:after {
    content: 'or';
    display: inline-block;
    position: relative;
    top: -7px;
    padding: 0 16px;
    background: var(--colo_f);
}
.border_radius_12, #sns_register { border-radius: 12px! important; }
.border_radius_b_12 { border-radius: 0 0 12px 12px; }

/*sns 로그인*/
#sns_login .sns-naver {
    background-color: #1fc800;
    background-position: 5px 5px;
    border: 1px solid #1ea505;
}
#sns_login .sns-kakao {
    background-color: #ffeb00;
    background-position: 5px 5px;
    border: 1px solid #e2c10a;
}
#sns_login .sns-facebook {
    background-color: #3b579d;
    background-position: 5px 5px;
    border: 1px solid #28458f;
}
#sns_login .sns-google {
    background-color: #4285F4;
    background-position: 5px 5px;
    border: 1px solid #3567c6;
    letter-spacing: 0px;
}

.register_top_box { text-align: center;}
.register_tit {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #111;
    text-align: center;
    line-height: normal;
}
.register_top_box .small {font-size:14px;margin-top:7px;}
.register_step {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}
.register_item.on {
    font-weight: 600;
    color: #222;
}
.register_item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #868686;
    letter-spacing: -0.025em;
}
.register_item em {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    color: var(--colo_f);
}
.register_item.on em {
    background: #222;
}
.register_step .register_item:not(:last-child):after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0px;
    width: 7px;
    height: 10px;
}

.join { 
    background: var(--color-main); color: #fff;line-height: 58px;
    text-align: center;
    font-weight: 500;
    border: 0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 30px;
    border-radius: 100px;
    font-size: 14px;
    max-width: 500px;
    width: calc(100% - 10px);
}
/*  회원가입 상단  */ 

/*  회원가입약관 sns  */
.small #sns_register h2 { 
    float: left;
    display: inline-block;
    text-align: left;
    width: 0;
    height: 56px;
    padding: 0;
    font-size: 1.2em;
    line-height: 4em;
    overflow: hidden;
}
.small #sns_register .sns-wrap {
    display: inline-block;
    float: left;
    width: 50%;
    height: 56px;
    line-height: 53px;
    margin: 0;
    text-align: center;
    padding: 0 20px;
    width: calc(100% - 0%);
}




/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 내 쪽지함 */
.new_win .win_ul .selected { background:var(--colo_3); border-color:var(--colo_3);}
.new_win .win_ul li { border: 1px solid var(--colo_c); }
.new_win .win_ul li a { color: var(--colo_3); }
.form_01 .frm_info { color: var(--colo_3)! important; }
.new_win .win_desc { background: var(--colo_e); color: var(--colo_3); }
.new_win .win_desc:after { background: var(--colo_3); }
.new_win .win_total { color: var(--colo_0); }
	
.btn_close, .reply_btn {  
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 600! important;
    border: 0! important;
	line-height: 45px! important;
    border-radius: 100px! important;
    font-size: 14px! important;
    max-width: 120px! important;
    width: 100%! important;
    height: 100%! important;	
	transition: background-color 0.3s ease;
}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:14px;border-radius: 100px ! important;}
.btn_close { background: var(--colo_e)! important; color: var(--colo_3)! important;}
.reply_btn { background: var(--colo_0)! important; color: var(--colo_f)! important;}
.btn_close:hover,
.reply_btn:hover {
    filter: saturate(80%); /* 백그라운드 채도를 50% 줄이는 스타일 */
	filter: brightness(80%); /* 명도를 70%로 줄이는 스타일 */
}

/*게시글 복사 버튼*/
.win_btn  #btn_submit{ 
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 600! important;
    border: 0! important;
    line-height: 45px ! important;
    border-radius: 100px ! important;
    font-size: 14px ! important;
    max-width: 120px ! important;
    width: 100% ! important;
    height: 100% ! important;
    transition: background-color 0.3s ease;  
}

/* 전체검색 결과 */
@media screen and (min-width: 1300px) {
  .sch_wrap { display: flex; gap: 30px; margin-top:50px;flex-direction: row-reverse;}
  .sch_wrap form { width: 20%;}
  .sch_wrap #sch_result { width: 80%;}
  #sch_res_detail select  { margin: 0 0 0px 0;width: 100%; }
  #sch_res_detail .frm_input { width: calc(100% - 99px);}
  .switch_field { display: block;}
  #sch_res_detail { position: sticky; top: 80px; }
}

#sch_res_detail .btn_submit { background: var(--colo_3) }
#sch_res_detail { border-radius: 12px; }
#sch_res_detail .btn_submit { border: none; height: 43px! important;}
@media screen and (max-width: 900px) {
  #sch_res_detail select  { margin: 0 0 7px 0;width: 48%; }
  #sch_res_detail .frm_input { width: 70%;}
}
.switch_field label { font-size: 14px; }
.switch_field label:first-of-type { border-radius: 100px 0 0 100px; }
.switch_field label:last-of-type { border-radius: 0 100px 100px 0;}
.switch_field input:checked + label { background-color: var(--color-main)! important; border: 1px solid var(--color-main)! important; }
#sch_res_ov h2 strong, #sch_res_board .cnt_cmt  { color: var(--colo_red);}
#sch_res_ov { background: #efefef; border-radius: 100px; border: 1px solid var(--colo_e); padding: 0 30px;}
#sch_res_ov h2, #sch_res_ov ul { color: var(--colo_3); }	
.sch_more { color: var(--colo_f)! important; background: var(--colo_0); font-size: 0.8rem; border-radius: 25px; padding: 4px 10px;top: 0;}	
.sch_word { background: var(--colo_red); border-radius: 4px; }
.sch_res_list h2 { margin: 15px 0; color: var(--colo_0); font-weight: 700;}
.sch_res_list .pop_a { background: var(--colo_3); color: var(--colo_f);}
#sch_res_board .sch_on {
    background: var(--colo_3);
    color: var(--colo_f);
    font-weight: 600;
    border: 1px solid var(--colo_3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#sch_res_board a {
    border: 1px solid var(--colo_c);
    color: var(--colo_3);
}
#sch_res_board a:focus, #sch_res_board a:hover { background: var(--colo_3); }
#sch_res_board .sch_on .cnt_cmt { color: var(--colo_f); }


/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center;float: none;}
.pg_current { display: inline-block; background: var(--color-main); border: 1px solid var(--color-main); color: #fff; font-weight: bold; height: 45px;line-height: 45px; padding: 0 10px; min-width: 45px; border-radius: 50px;}
.pg_page { color: var(--colo_8); font-size: 1.083em; height: 45px; line-height: 45px; padding: 0 5px; min-width: 45px; text-decoration: none; border-radius: 50px; background-color: var(--colo_e); border: 1px solid var(--colo_e); }	












/* ****************************************************************************************** *
 * 추가css
 * ****************************************************************************************** */

.placeholdersjs {color:#aaa !important}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}



/* **************************************************************
   * 최신글스킨 title_box
* ************************************************************ */
/* 공통 스타일 */
.child_1, .child_2 h3 {  color: var(--color-main); }

.title_box[data-align="1"] { position: relative; width: 100%; margin-top: 30px; margin-bottom: 60px; padding-bottom: 20px;}
.title_box[data-align="1"] .child_1 { display: none; }
.title_box[data-align="1"] .child_2 { text-align: center; }
.title_box[data-align="1"] .child_2 .title_box_subject { font-weight: 600; font-size: 2.1rem;  color: var(--color-main); line-height: 1.5; }
.title_box[data-align="1"] .child_2 span { font-size: 0.75rem; color: var(--color-light);}
.title_box[data-align="1"] .child_3 { position: absolute; bottom: 0px; right: 10px; color: #fff; background: #111; border: 1px solid #111; border-radius: 25px;padding: 4px 10px;z-index: 1;}
.title_box[data-align="1"]::before { content: '';position: absolute;display: block;width: 60px;height: 4px;background: var(--color-main);bottom: 0;left: calc(50% - 30px);}
@media screen and (max-width:786px) {	
  .title_box[data-align="1"] .child_2 .title_box_subject { font-size: 1.8rem; }
}

.title_box[data-align="2"] { display: flex; align-items: center; width: 100%; margin: 0 auto; padding-bottom: 15px; }
.title_box[data-align="2"]  i { font-size: 32px; line-height: 15px;  height: 15px; }
.title_box[data-align="2"] .child_1 { width: 38px; }
.title_box[data-align="2"] .child_2 { flex: 1; margin-left: 5px; }
.title_box[data-align="2"] .child_2 .title_box_subject { line-height: 1.5; }
.title_box[data-align="2"] .child_2 span { font-size: 0.75rem; color: var(--color-light);}
.title_box[data-align="2"] .child_3 { right: 10px; color: #fff; background: #111; border: 1px solid #111; border-radius: 25px;padding: 4px 10px;z-index: 1;}
.title_box[data-align="2"] .title_box_contents { margin: 0 0 0.7rem 3.6rem; font-weight: 400; line-height: 1.5; color: var(--color-light); }

.title_box[data-align="3"] { display: flex; align-items: center; width: 100%; margin: 0 auto; padding-bottom: 15px; flex-direction: row-reverse;}
.title_box[data-align="3"]  i { font-size: 32px; line-height: 15px;  height: 15px; }
.title_box[data-align="3"] .child_1 { width: 38px; }
.title_box[data-align="3"] .child_2 { flex: 1; margin-right: 10px; display: flex; align-items: center; justify-content: flex-end; }
.title_box[data-align="3"] .child_2 .title_box_subject { line-height: 1.5; }
.title_box[data-align="3"] .child_2 span { font-size: 0.75rem; color: var(--color-light);}
.title_box[data-align="3"] .child_3 { right: 10px; color: #fff; background: #111; border: 1px solid #111; border-radius: 25px;padding: 4px 10px;z-index: 1;}
.title_box[data-align="3"] .title_box_contents { margin: 0 0 0.7rem 3.6rem; font-weight: 400; line-height: 1.5; color: var(--color-light); }



/*스와이프 확대기능*/
.swiper-horizontal {
    /*touch-action: auto;*/
	/* touch-action: pan-y pinch-zoom; 동시에 여러 값 지정 가능 */
    touch-action: manipulation! important;
}

/* ****************************************************************************************** *
 * 메인레이아웃 편집모드 버튼
 * ****************************************************************************************** */
.edit_mode { position: relative; } 

/* 전체설정스위치버튼 */
.edit_mode_switch { display: inline-flex; cursor: pointer; margin-left: 10px;}
.edit_mode_switch [type="checkbox"] { appearance: none; position: relative; border: max(2px, 0.1em) solid white; border-radius: 1.25em;width: 2.25em;height: 1.25em; background-color: #ccc; border-color: #ccc;cursor: pointer;font-size: 16px;}
.edit_mode_switch [type="checkbox"]::before { content: ""; position: absolute;left: 0; width: 1em;height: 1em;border-radius: 50%;transform: scale(0.8);background-color: white;transition: left 250ms linear;}
.edit_mode_switch [type="checkbox"]:checked { background-color: var(--color-main); border-color: var(--color-main);}
.edit_mode_switch [type="checkbox"]:checked::before { background-color: white; left: 1em;}
.edit_mode_switch [type="checkbox"]:disabled { border-color: lightgray; opacity: 0.7; cursor: not-allowed;}
.edit_mode_switch [type="checkbox"]:disabled:before { background-color: lightgray; }
.edit_mode_switch [type="checkbox"]:disabled+span { opacity: 0.7; cursor: not-allowed;}
.edit_mode_switch [type="checkbox"]:focus-visible { outline-offset: max(2px, 0.1em); outline: max(2px, 0.1em) solid tomato;}
.edit_mode_switch [type="checkbox"]:enabled:hover { /*box-shadow: 0 0 0 max(1px, 0.2em) lightgray;*/}

/* 편집모드 기본 설정 버튼 */
button.adm_btn {
    display: block;
    border: none;
    border-radius: 54px;
    white-space: nowrap;
    color: white;
    cursor: pointer;
    background-color: #000000;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 5px;
    z-index: 3;
    width: 40px;
    height: 40px;
    transition: width 0.3s ease, height 0.3s ease; 
}
button.adm_btn:hover { width: 50px;height: 50px;}

@media (min-width: 786px) {
    button.adm_btn { width: 60px; height: 60px;}
	button.adm_btn:hover { width: 70px;height: 70px;}
}

button.adm_btn .bi { padding: 0 7px; }  
 
/* 전체설정 편집모드 버튼 */
.art_edit_wrap { position: absolute; z-index:2; border: 0;left: 50%; transform: translate(-50%, 0%);}
.art_edit_wrap button.adm_btn { border-radius: 0 0 10px 10px; width: 90px; height: 40px; box-shadow: none;}
.art_edit_wrap #hd_7 button.adm_btn { display: flex; padding-top: 5px;height: 30px;  }

/* 로고 수정 등록 버튼 */
.logo_area { display: flex;float: none ! important;} 
#logo.logo_area .adm_btn { position: absolute ! important; top: 50%; left:50%; transform: translate(-50%, -50%); }  

/*main_banner 편집 버튼*/
.nav_gnb_box #gnb { background: transparent; z-index: 2; position: absolute; left: 50px; top: 50%; transform: translate(-50%, -50%); border: 0px solid #e8e8e8;}

/* main_banner 수정 버튼 */
#main_banner .adm_btn { position: absolute; top: 50%; left: calc(50% - 20px); transform: translate(50%, -50%);}
#text_box .adm_btn { position: absolute; top: 50%; left: calc(50% - 40px); transform: translate(-50%, -50%);}
#text_box{ height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11;}

/*art_latest_mid 편집 버튼*/
#art_latest_mid button.adm_btn { position: absolute; left: 50%; bottom: 0%; transform: translate(-50%, -50%);} 
#art_latest_mid_edit button.adm_btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 170px; height: 30px;} 

/*art_main_latest 편집 버튼*/
#art_main_latest button.adm_btn { position: absolute; left: 50%; bottom: 0%; transform: translate(-50%, -50%);} 
#art_main_latest_edit button.adm_btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 170px; height: 30px;} 

/*art_aside_latest 편집 버튼*/
#art_aside_latest button.adm_btn { position: absolute; left: 50%; bottom: 0%; transform: translate(-50%, -50%);} 
#art_aside_latest_edit button.adm_btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 170px; height: 30px;} 
  
/*sub_banner 편집 버튼*/
#sub_banner button.adm_btn {  position: absolute ! important; top: 50%; left: 30%; transform: translate(-50%, -50%);} 

/* 하단 사이트 정보 변경 버튼 */
#ft_info .adm_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 


/* ****************************************************************************************** *
 * 메인 width 설정
 * ****************************************************************************************** */
.width_set:after {  display: none; visibility: hidden; clear: both; content: "";} 

@media screen and (min-width: 1024px) {
	.width_set, .lat[data-iswide="0"] { width: calc(100% - 40px);}
}	
@media screen and (max-width: 1023px) {
	.width_set, .lat[data-iswide="0"] { width: calc(100% - 30px); } 
}	
@media screen and (max-width: 991px) {
	.width_set, .lat[data-iswide="0"] { width: calc(100% - 25px); }
}	
@media screen and (max-width: 786px) {
	.width_set, .lat[data-iswide="0"] { width: calc(100% - 20px); }  
}

/* ****************************************************************************************** *
 * SHOP width 설정
 * ****************************************************************************************** */
#forderform:after {  display: none; visibility: hidden; clear: both; content: "";} 

@media screen and (min-width: 1024px) {
	#forderform { width: calc(100% - 40px);}
}	
@media screen and (max-width: 1023px) {
	#forderform{ width: calc(100% - 30px); } 
}	
@media screen and (max-width: 991px) {
	#forderform{ width: calc(100% - 25px); }
}	
@media screen and (max-width: 786px) {
	#forderform{ width: calc(100% - 20px); }  
}


/* ****************************************************************************************** *
 * // 서브배너 상단 추가 
 * ****************************************************************************************** */
.sub_page_banner{ position: relative; }
.sub_page_overlay{ background-color: rgba(0, 0, 0, 0.5);  position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.sub_page_bg{   }




/* ****************************************************************************************** *
 * modal
 * ****************************************************************************************** */
body#modal { overflow: hidden;}
#modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1000;
    font-size: 14px;
}

#modal .modal-window::-webkit-scrollbar { display: none; }
#modal .modal-window {
    max-height: 80vh;
    overflow-y: scroll;
    background: rgb(255, 255, 255);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px; max-width: 600px;
}

@media (max-width: 789px) {
    #modal .modal-window { width: calc(100% - 20px); }
}

#modal .content { margin-bottom: 16px;}
#modal .btn_cancel,
#modal .btn_submit { padding: 8px 20px; border: none; border-radius: 20px; white-space: nowrap; cursor: pointer; font-weight: 400;letter-spacing: -1px;color: var(--color-fff);}
#modal .btn_cancel { margin-right: 5px; background-color: transparent; border: 1px solid var(--color-000); color: var(--color-000);}
#modal .btn_cancel:hover { background-color: #ddd; border: 1px solid #ddd;}
#modal .btn_submit { background-color: var(--color-000); border: 1px solid var(--color-000);}
#modal .btn_submit:hover { background-color: var(--color-dark); border: 1px solid var(--color-dark);}



/* ****************************************************************************************** *
 * 글자줄수 시작
 * ****************************************************************************************** */
.ellipsis_1 { -webkit-line-clamp: 1; }
.ellipsis_2 { -webkit-line-clamp: 2; }
.ellipsis_3 { -webkit-line-clamp: 3; }

.ellipsis_1,
.ellipsis_2,
.ellipsis_3 {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; 수정 필요 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
}



/* ****************************************************************************************** *
 * badge
 * ****************************************************************************************** */
.bsd_badge { position: relative; line-height: inherit; color: #fff; font-size: 8px; letter-spacing: 0.2px; text-transform: uppercase; word-break: keep-all; margin-left: 10px; padding: 2px 4px; border-radius: 4px; }
.new_badge:before { content: 'new+'; background-color: #ff5722;}/* 'new' 뱃지 스타일 */
.count_badge:before { content: 'count'; background-color: #212529;}/* 'count' 뱃지 스타일 */
.hot_badge:before { content: 'hot'; background-color: red;}/* 'hot' 뱃지 스타일 */
.file_badge:before { content: 'file'; background-color: #ccc;}/* 'file' 뱃지 스타일 */
.link_badge:before { content: 'link'; background-color: #ddd;}/* 'link' 뱃지 스타일 */
.secret_badge:before { content: 'secret'; background-color: #ccc;}/* 'secret' 뱃지 스타일 */


/* ****************************************************************************************** *
/* 별점
 * ****************************************************************************************** */
.rate7 { display: block;margin-right: 0px;border: 0;border-bottom: 1px dashed #dbdbdb; padding: 5px 0;}  
.rate > input {display: none;}
.rate > label {float: right;color: #ddd}
.rate > label:before {display: inline-block;font-size: 24px;padding: .3rem .2rem;margin: 0;cursor: pointer;font-family: FontAwesome;content: "\f005 ";}
.rate .half:before {content: "\f089 "; position: absolute;padding-right: 0;}
.rate input:checked ~ label, 
.rate label:hover,.rate label:hover ~ label { color: #feb705  !important;  } 
.rate input:checked + .rate label:hover,
.rate input input:checked ~ label:hover,
.rate input:checked ~ .rate label:hover ~ label,  
.rate label:hover ~ input:checked ~ label { color: #feb705  !important;  }
.rate legend{font-size:0px;text-indent:unset;overflow:unset;height:20px;line-height: 24px;}  

.rate_wrap { margin: 15px 0; }
.star_point_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 14px; margin: 10px 0 15px 0;}
.star_point { width: 150px; margin-bottom: 5px;}
.star_point > div {display: flex; justify-content: space-between;line-height: 24px;}

/* 별 */
.show_rate { display: block;margin-right: 0px;border: 0; width:120px; padding: 5px 0;}  
.show_rate > input {display: none;}
.show_rate > label {float: right;color: #ddd;}
.show_rate > label:before {display: inline-block;font-size: 1rem;padding: .3rem .2rem;margin: 0;cursor: pointer;font-family: FontAwesome;content: "\f005 ";}
.show_rate .half:before {content: "\f089 "; position: absolute;padding-right: 0;}
.show_rate input:checked ~ label { color: #feb705  !important;  }
.show_rate label{pointer-events: none;}

@media screen and (min-width:768px) { .rate_wrap{ width: 500px; }  }


/* ****************************************************************************************** *
/* sns_modal
 * ****************************************************************************************** */
.sns_modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.7);z-index:1000;}
.sns_box{  
   margin:0 auto; padding-bottom:0px; border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f8f9fa;
   line-height:17px; border:1px solid rgba(0, 0, 0, 0.1);-webkit-box-shadow:0px -2px 6px rgba(87, 98, 104, 0.08), 0px 5px 10px rgba(87, 98, 104, 0.2);
   box-shadow:0px -2px 6px rgba(87, 98, 104, 0.08), 0px 5px 10px rgba(87, 98, 104, 0.2);
  display:block;position:fixed;top: 50%;left: 50%;transform: translate(-50%, -50%); outline:none; tabindex="0"; width:350px;height: 350px;
}
.sns_box .sns_box_tit { display: block; padding: 50px 0 30px; line-height: 26px; text-align: center;}
.sns_box .sns_icon_area{ display: flex; gap: 15px; flex-wrap: wrap; padding: 0 40px 15px; justify-content: center;text-align: center; -webkit-box-sizing:border-box;box-sizing:border-box;}
.sns_box .sns_icon_area:after{display:block;clear:both;content:'';}
.sns_box .sns_icon_area button { border: none; background: transparent;}
.sns_box .sns_icon_area button i {font-size: 14px; margin-top: 0px;}
.sns_box .sns_icon_area button p { font-size: 14px; margin-top: 5px;word-break: keep-all;}
.sns_box .sns_icon_area [class*=" bi-"]::before { padding: 10px; border: 1px solid #e0e2e5; border-radius: 15px;}
.sns_box .sns_icon_area .sns_kakao { width: 60px;}
.sns_box .sns_icon_area .sns_kakao img{ width: 35px; height: 35px;}
.sns_box .url_copy{margin:0; text-align:center;width: 180px; margin: 0 auto; }
.sns_box .url_copy:after{display:block;clear:both;content:'';}
.sns_box .copy_input{width: calc(100% - 70px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block; padding:0 7px; color:var(--color-subtit);font-size:var(--font_user); height:40px; line-height:40px; border:1px solid #e6e6ea; border-radius:9px 0 0 9px; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:left; -webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.sns_box .copy_btn { float: right; min-width: 51px; margin-left: -3px; padding: 0 4px; color: #fff; background: #333;font-size: 0.825rem; height: 40px; line-height: 40px; border: 1px solid #333; border-radius: 0 9px 9px 0; -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto;user-select: auto;}
.sns_box .sns_close{position:absolute;top:8px;right:8px;width:40px;height:40px;border:none;outline:none;border-radius: 50%;}

.n_band img, .line_jp img{ width: 35px;height:auto;}
.sns_twitter::before { background: #1DA1F2; color: #fff;} 
.sns_facebook::before { background: #1877F2; color: #fff;} 
.sns_telegram::before { background: #00c0ff; color: #fff;}  
.sns_instagram::before { background: #F77737; color: #fff;} 


 /* 소셜 회원가입약관  */  
 #fregisterform p { background: #888! important; }
 #fregisterform p:before { background: #000! important;  }
.social_register { margin: 0 auto; width: calc(100% - 10px); max-width: 700px! important; padding-top: 50px;}
.member_connect { margin: 0 auto; width: calc(100% - 10px); max-width: 700px! important; margin-bottom: 100px! important; border-radius:100px! important; padding: 20px 50px! important;text-align: center! important;}
.member_connect button { border: 1px solid #333!important; background: #333!important;border-radius:50px! important;}
#fregisterform .btn_confirm { display: flex; justify-content: center;}
#fregisterform .btn_confirm .btn_submit { border-radius: 100px; color: #fff;}
.social_register .btn_confirm .btn_close { line-height: 50px ! important;  }
 
/*좋아요 / 공유 버튼*/
.gallery_op_btn{ display: flex; position: absolute; top: 10px; right: 7px; z-index: 1; background-color: #0000;}
.gallery_op_btn button {
    border-radius: 50% !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    width: 36px !important;
	height: 36px !important;margin-left:5px;
}
.gallery_op_btn button:hover {  background-color: rgb(255 255 255);}
/* 스마트에디터 너비 설정 */
#smart_editor2  { min-width: 100%! important;}


/* ****************************************************************************************** *
/* 옵션 input selec 스타일
 * ****************************************************************************************** */
/*옵션 input select*/ 
.style_form_input, .style_form_wrap select { 
    display: block;
    width: 100%;
    height: calc(1.5rem + 1.2rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a5a5a5! important;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    outline: none;
}
.style_form_wrap { display: flex; flex-wrap: wrap;margin-bottom: 10px; width: 100%;	}
.style_form_option { margin-bottom: 10px;}
.form_full { flex: 0 0 auto; width: 100%; max-width: 100%;margin-bottom: 10px;}
.form_right { flex: 0 0 auto; width: 50%;max-width: 100%; padding-right: 5px;}
.form_left { flex: 0 0 auto; width: 50%; max-width: 100%; padding-left: 5px;}
.form_grid_3 { flex: 0 0 auto; width: 33.3%;max-width: 100%; padding-right: 5px;}
.form_grid_3:last-child {  padding-right: 0px;}
.style_form_wrap .form_right label, .style_form_wrap .form_left label { font-size:14px } 
.style_form_input,.style_form_wrap select {  font-size: 14px;}



/* ****************************************************************************************** *
/* tooltip 스타일
 * ****************************************************************************************** */
.tooltip_icon { display: inline-block; vertical-align: middle; color: #b3b5b8; border: 0; font-size: var(--font-s); background: transparent; cursor: pointer;}
.tooltip { width: auto; color: #fff; background: var(--color-main); padding: 10px; font-size: var(--font-s); line-height: 18px; display: none; position: absolute; z-index: 9; font-weight: normal; margin-left: 15px; margin-top: 0px;}

/* ****************************************************************************************** *
/* pc, mobile 스타일
 * ****************************************************************************************** */
.pc_none{ display:none! important; }
@media screen and (max-width:768px) {	
  .pc_none{ display:block! important; } .mobile_none{ display:none! important; }
}







/* ****************************************************************************************** *
/* 쇼핑몰 
 * ****************************************************************************************** */
#wrapper {  z-index: auto; background: #fff; }  
#hd { background: transparent;}

#hd_define li.active a { color: inherit;}
@media (max-width: 1024px){
  #hd_sch { z-index: 2; }  
}  
#wrapper.is_community {  z-index: auto;}


/* ****************************************************************************************** *
/* 쇼핑몰 우측 사이드 메뉴   1. #A79277  2. #D1BB9E  3. #EAD8C0  4. #FFF2E1
 * ****************************************************************************************** */
#side_menu {
    height: 0;
    position: fixed; 
    top: 400px;
    right: 0;
    background: transparent;
    border-left: 0px solid #e5e7ea;
    z-index: 120;
    padding-left: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 1px 5px #d6d6d6; 
    box-shadow: none;
}
#quick {position:absolute;top:50%;left:0;width:50px;margin-top:-157.5px;border-radius: 15px 0 0 15px;background: #fff;box-shadow:rgba(0, 0, 0, 0.20) -8px 0px 10px; z-index: 1;}
#quick li {position:relative;border-bottom: 1px solid #e8e8e8;}
#quick li:last-child { border-bottom: none;}
#quick li button {width:50px;height:50px;border:0;font-size:var(--font-b);background:none;color:#495057}
#quick .qk_tit {display:none;position:absolute;top:12px;right:60px;white-space:pre;padding:0 10px;line-height:25px;background:#000;color:#fff;font-size:var(--font-micro);border-radius:5px}
#quick .qk_tit:after {content:"";position:absolute;top:7px;right:-7px;display:inline-block;width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000;color:transparent}
#quick li:hover .qk_tit {display:block}



/*사이드 추가 메뉴*/ 
.side_menu_wrap7 { z-index: 2; position: absolute; display: flex; right: 0; height: 100vh; flex-wrap: wrap; justify-content: flex-end; align-items: center; padding: 0;margin: 0;}
.side__menu { position: fixed;}
.side_menu_item { width: 100px; list-style: none;}
.side_menu_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 6px 0;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-decoration: none;
  border-radius: 50px 0 0 50px;
  background: #fff;
  transform: translateX(65px);
  transition: 0.5s;
}
.side_menu_link:hover { transform: translateX(0px); transition: 0.5s;}
.side_menu_text { width: 100%;font-size: 12px;}
.side_menu_icon { padding-left: 5px; padding-right: 5px;}

#quick7 .qk_tit {display:none;position:absolute;top:12px;right:110px;white-space:pre;padding:0 10px;line-height:25px;background:#000;color:#fff;font-size:var(--font-micro);border-radius:5px}
#quick7 .qk_tit:after {content:"";position:absolute;top:7px;right:-7px;display:inline-block;width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000;color:transparent}
#quick7 li:hover .qk_tit {display:block}
#tabs_con {position: relative;top: -400px;height:100vh;text-align:left; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;   }  

.side_mn_wr1 {display:none; width:100%; overflow-y:hidden;height:100%}
.side_mn_wr2 {display:none; width:100%; overflow-y:hidden;height:100%}
.side_mn_wr3 {display:none; width:100%; overflow-y:hidden;height:100%}
.side_mn_wr4 {display:none; width:100%; overflow-y:auto;height:100%}
.side_mn_wr5 {display:none; width:100%; overflow-y:auto;height:100%}
.side_mn_wr3::-webkit-scrollbar, .side_mn_wr4::-webkit-scrollbar { width: 0px; }

.qk_con { width: 350px;} 
.qk_con {display:none;position:relative;height:100%;background:#fff;border-left:1px solid #f0f0f0}
.qk_con h2.s_h2, #stv h2 { border-bottom:1px solid #e5e7ea; background: var(--color-main);margin-bottom: 10px;padding: 15px;text-align: left; position: relative;color: #fff;line-height: 2;height: 65px;}
.qk_con h2.s_h2 span {
    display: inline;
    padding: 0px 4px;
    border-radius: 30px;
    text-align: center;
    background: #eff5ff;
    color: var(--color-main);
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.qk_con_wr {padding:0;height:100%;/*overflow-y:auto*/}
.qk_con_wr .btn_side_shop {position:relative;width:100%;height:30px;background:none;border:0;text-align:left;font-weight:bold}
.qk_con_wr .btn_side_shop span {position:absolute;top:20px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#ed1c24}
.qk_con_wr .con_close {position:fixed;top:0;right:0px;width:40px;height:55px;border:0;background:none;font-size:20px;color:#dedede;border-radius: 0px;} 
.qk_con_wr .con_close:hover {color:rgba(0,0,0,0.8)}
.qk_con_wr .side_tnb {padding:25px}

.qk_con_wr .s_h2 { border-bottom: 1px solid #e5e7ea; background: var(--color-main); margin-bottom: 10px; padding: 15px; text-align: left; position: relative; color: #fff; line-height: 2; height: 65px;}


.notifi_wrap { display: block; width: 100%;  padding: 0px;margin-bottom: 20px; border-bottom: 1px solid #f0f0f0;}
.notifi_item { display: flex; gap: 10px; margin: 15px; width: 85%;word-break: keep-all;}
.notifi_img img { border-radius: 50%; width: 50px; height: 50px; }
.notifi_tit { position: relative;  width: 100%;}
.notifi_subject { color: #1F283D; font-size: 18px; font-weight: 600; margin-bottom: 15px;}
.notifi_name {   }
.notifi_dots { color: #777; font-size: 14px; display: inline-flex; align-items: center;font-weight: 600;gap: 5px; }
.notifi_dots b { color: red; }
.notifi_contents { line-height: 1.8em; padding: 0px;font-weight: 600;color: #1F283D;} 
.side_menu_item .art_circle {
    display: inline-block;
    position: absolute;
    line-height: 1.2;
    padding: 2px 4px;
    border-radius: 10px;
    background: #ff0000;
    color: #fff;
    font-size: var(--font-micro); 
    border: 2px solid #fff;
    left: 17px;
    top: 5px; 
	width: 20px;
    height: 20px; 
}
/*하단우측 사이드 메뉴*/  





/* 상단가기  */
#top_btn { transform: rotate(90deg) translateY(-50%);}
#top_btn{position:fixed; border-top: 0px solid #e5e7ea; left: auto; right:0; bottom:-50%; width:55px; height:20px; border-radius:0%; background:#333; z-index:999; transition:1s all;}
#top_btn.on{bottom:15px;}
#top_btn a{font-family:"Exo"; display:block; text-align:center; line-height:1.7; font-size:10px; color:#fff;}
#top_btn:hover { background:red;color:#fff} 
@media screen and (max-width:768px) {  #top_btn{ display:none; }  }
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


/*전체 버튼*/
.btn_link:hover {
    color: #fff;
    border: 1px #fff6 solid! important;
    background-color: #fff6! important;
}


/* 새창 기본 스타일 */
  



/* 슬라이드 토글 스위치 스타일 작성자, 이벤트  */
.bo_toggle_switch { position: relative; display: inline-block; height: 34px; }
.bo_toggle_switch input { opacity: 0; width: 0; height: 0;}
.slider_toggle { position: relative;display: inline-block;width: 60px;height: 34px;background-color: #ccc; border-radius: 17px;-webkit-transition: .4s;transition: .4s;}
.slider_toggle:before { position: absolute; content: "";height: 26px;width: 26px;left: 4px;bottom: 4px;background-color: white;border-radius: 50%;-webkit-transition: .4s;transition: .4s;}
input:checked+.slider_toggle { background-color: var(--color-main); left: 0;}
input:focus+.slider_toggle { box-shadow: 0 0 1px #2196F3;}
input:checked+.slider_toggle:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}
.slide_text { font-size: 12px; color: #fff; position: absolute; top: 10px; left: 12px; text-transform: uppercase;transition: all 0.4s;}
.slide_text.off { left: 35px;} 





/* 에니메이션 적용  */
.ani_wrap,
.ani_top,
.ani_down,
.ani_left,
.ani_right { opacity: 0; transition: opacity 0.5s ease, transform 0.5s ease;}
.ani_wrap.show,
.ani_top.show,
.ani_down.show,
.ani_left.show,
.ani_right.show { opacity: 1; transform: translate(0, 0);}

.ani_wrap { transform: translateY(200px);}
.ani_top { transform: translateY(-200px);}
.ani_down { transform: translateY(200px);}
.ani_left { transform: translateX(-200px);}
.ani_right { transform: translateX(200px);}








/* 마진패딩 적용  */
.align_left, .t_left{ text-align: left; text-align: -webkit-left; }  
.align_center, .t_center { text-align: center; text-align: -webkit-center;}  
.align_right, .t_right { text-align: right; text-align: -webkit-right; } 


.m_0_auto { margin: 0 auto; text-align: -webkit-center; }

/* Padding */
.p_l_5 { padding-left: 5px; }
.p_l_10 { padding-left: 10px; }
.p_l_20 { padding-left: 20px; }
.p_l_30 { padding-left: 30px; }
.p_l_40 { padding-left: 40px; }
.p_l_50 { padding-left: 50px; }
.p_l_60 { padding-left: 60px; }
.p_l_70 { padding-left: 70px; }
.p_l_80 { padding-left: 80px; }
.p_l_90 { padding-left: 90px; }
.p_l_100 { padding-left: 100px; }

.p_r_5{ padding-right: 5px; }
.p_r_10 { padding-right: 10px; }
.p_r_20 { padding-right: 20px; }
.p_r_30 { padding-right: 30px; }
.p_r_40 { padding-right: 40px; }
.p_r_50 { padding-right: 50px; }
.p_r_60 { padding-right: 60px; }
.p_r_70 { padding-right: 70px; }
.p_r_80 { padding-right: 80px; }
.p_r_90 { padding-right: 90px; }
.p_r_100 { padding-right: 100px; }

.p_t_5 { padding-top: 5px; }
.p_t_10 { padding-top: 10px; }
.p_t_20 { padding-top: 20px; }
.p_t_30 { padding-top: 30px; }
.p_t_40 { padding-top: 40px; }
.p_t_50 { padding-top: 50px; }
.p_t_60 { padding-top: 60px; }
.p_t_70 { padding-top: 70px; }
.p_t_80 { padding-top: 80px; }
.p_t_90 { padding-top: 90px; }
.p_t_100 { padding-top: 100px; }

.p_b_5 { padding-bottom: 5px; }
.p_b_10 { padding-bottom: 10px; }
.p_b_20 { padding-bottom: 20px; }
.p_b_30 { padding-bottom: 30px; }
.p_b_40 { padding-bottom: 40px; }
.p_b_50 { padding-bottom: 50px; }
.p_b_60 { padding-bottom: 60px; }
.p_b_70 { padding-bottom: 70px; }
.p_b_80 { padding-bottom: 80px; }
.p_b_90 { padding-bottom: 90px; }
.p_b_100 { padding-bottom: 100px; }

/* Margin */
.m_l_5 { margin-left: 5px; }
.m_l_10 { margin-left: 10px; }
.m_l_20 { margin-left: 20px; }
.m_l_30 { margin-left: 30px; }
.m_l_40 { margin-left: 40px; }
.m_l_50 { margin-left: 50px; }
.m_l_60 { margin-left: 60px; }
.m_l_70 { margin-left: 70px; }
.m_l_80 { margin-left: 80px; }
.m_l_90 { margin-left: 90px; }
.m_l_100 { margin-left: 100px; }

.m_r_5 { margin-right: 5px; }
.m_r_10 { margin-right: 10px; }
.m_r_20 { margin-right: 20px; }
.m_r_30 { margin-right: 30px; }
.m_r_40 { margin-right: 40px; }
.m_r_50 { margin-right: 50px; }
.m_r_60 { margin-right: 60px; }
.m_r_70 { margin-right: 70px; }
.m_r_80 { margin-right: 80px; }
.m_r_90 { margin-right: 90px; }
.m_r_100 { margin-right: 100px; }

.m_t_5 { margin-top: 5px; }
.m_t_10 { margin-top: 10px; }
.m_t_20 { margin-top: 20px; }
.m_t_30 { margin-top: 30px; }
.m_t_40 { margin-top: 40px; }
.m_t_50 { margin-top: 50px; }
.m_t_60 { margin-top: 60px; }
.m_t_70 { margin-top: 70px; }
.m_t_80 { margin-top: 80px; }
.m_t_90 { margin-top: 90px; }
.m_t_100 { margin-top: 100px; }

.m_b_5 { margin-bottom: 5px; }
.m_b_10 { margin-bottom: 10px; }
.m_b_20 { margin-bottom: 20px; }
.m_b_30 { margin-bottom: 30px; }
.m_b_40 { margin-bottom: 40px; }
.m_b_50 { margin-bottom: 50px; }
.m_b_60 { margin-bottom: 60px; }
.m_b_70 { margin-bottom: 70px; }
.m_b_80 { margin-bottom: 80px; }
.m_b_90 { margin-bottom: 90px; }
.m_b_100 { margin-bottom: 100px; }


@media (min-width: 786px) {
  .pc_p_l_5 { padding-left: 5px; }
  .pc_p_l_10 { padding-left: 10px; }
  .pc_p_l_20 { padding-left: 20px; }
  .pc_p_l_30 { padding-left: 30px; }
  .pc_p_l_40 { padding-left: 40px; }
  .pc_p_l_50 { padding-left: 50px; }

  .pc_p_r_5 { padding-right: 5px; }
  .pc_p_r_10 { padding-right: 10px; }
  .pc_p_r_20 { padding-right: 20px; }
  .pc_p_r_30 { padding-right: 30px; }
  .pc_p_r_40 { padding-right: 40px; }
  .pc_p_r_50 { padding-right: 50px; }  
  
  .pc_m_l_5 { margin-left: 5px; }
  .pc_m_l_10 { margin-left: 10px; }
  .pc_m_l_20 { margin-left: 20px; }
  .pc_m_l_30 { margin-left: 30px; }
  .pc_m_l_40 { margin-left: 40px; }
  .pc_m_l_50 { margin-left: 50px; }

  .pc_m_r_5 { margin-right: 5px; }
  .pc_m_r_10 { margin-right: 10px; }
  .pc_m_r_20 { margin-right: 20px; }
  .pc_m_r_30 { margin-right: 30px; }
  .pc_m_r_40 { margin-right: 40px; }
  .pc_m_r_50 { margin-right: 50px; } 

  .pc_p_t_5 { padding-top: 5px; }
  .pc_p_t_10 { padding-top: 10px; }
  .pc_p_t_20 { padding-top: 20px; }
  .pc_p_t_30 { padding-top: 30px; }
  .pc_p_t_40 { padding-top: 40px; }
  .pc_p_t_50 { padding-top: 50px; }

  .pc_p_b_5 { padding-bottom: 5px; }
  .pc_p_b_10 { padding-bottom: 10px; }
  .pc_p_b_20 { padding-bottom: 20px; }
  .pc_p_b_30 { padding-bottom: 30px; }
  .pc_p_b_40 { padding-bottom: 40px; }
  .pc_p_b_50 { padding-bottom: 50px; }  
  
  .pc_m_t_5 { margin-top: 5px; }
  .pc_m_t_10 { margin-top: 10px; }
  .pc_m_t_20 { margin-top: 20px; }
  .pc_m_t_30 { margin-top: 30px; }
  .pc_m_t_40 { margin-top: 40px; }
  .pc_m_t_50 { margin-top: 50px; }

  .pc_m_b_5 { margin-bottom: 5px; }
  .pc_m_b_10 { margin-bottom: 10px; }
  .pc_m_b_20 { margin-bottom: 20px; }
  .pc_m_b_30 { margin-bottom: 30px; }
  .pc_m_b_40 { margin-bottom: 40px; }
  .pc_m_b_50 { margin-bottom: 50px; }   
}  



.mt-5   { margin-top:5px !important;   }
.mt-10  { margin-top:10px !important;  }
.mb-5   { margin-bottom:5px !important;   }
.mb-10  { margin-bottom:10px !important;  }

.pt-5   { padding-top:5px !important;   }
.pt-10  { padding-top:10px !important;  }
.pb-5   { padding-bottom:5px !important;   }
.pb-10  { padding-bottom:10px !important;  }

.justify { text-align:justify; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }

.line-height-10		{ line-height:10px !important; 	}
.line-height-15		{ line-height:15px !important; 	}
.line-height-20		{ line-height:21px !important; 	}
.line-height-25		{ line-height:25px !important; 	}
.line-height-30		{ line-height:30px !important; 	}


.body, .se2_inputarea img { width:100%! important;  }



/* 박스 그림자 */
.board_line_0 {  border: none; }
.board_line_1 {  border: 1px solid #e1e1e1; }
.board_line_2 {  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; }
.board_line_3 {  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } 
.board_line_4 {  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 12px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; } 

/* 글자 그림자 */
.text_bg { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } 




/* 공통  */ 
.bo_cate_link7 { float: left; display: inline-block; margin-right: 5px; background: var(--color-main); color: #fff; line-height: 1; padding: 4px 6px; border-radius: 20px; font-size: 12px; margin-top: 3px;word-break: auto-phrase;}
.bo_cate_link {
    /* float: left; */
    display: inline-block;
    margin-right: 5px;
    background: var(--color-main);
    /* color: #fff; */
    /* line-height: 1; */
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    /* margin-top: 3px; */
    word-break: auto-phrase;
}
.txt-red { color: #dc3545 !important; }
.bg-red { background-color: rgb(233, 27, 35) !important;}

.edit_mode[data-iswide="1"] .radius-4,
.edit_mode[data-iswide="1"] .radius-8,
.edit_mode[data-iswide="1"] .radius-10,
.edit_mode[data-iswide="1"] .radius-15,
.edit_mode[data-iswide="1"] .radius-20,
.edit_mode[data-iswide="1"] .radius-30,
.edit_mode[data-iswide="1"] .radius-40 { border-radius:0px;overflow:hidden;}

.edit_mode[data-iswide="1"] .radius-50 { border-radius:50%;overflow:hidden;}

.radius-0{border-radius:0px;}
.radius-4{border-radius:4px;}
.radius-8{border-radius:8px;}
.radius-10{border-radius:10px;} 
.radius-15{border-radius:15px;}
.radius-20{border-radius:20px;} 
.radius-50{border-radius:50%;} 
.radius-50::after { content: ""; display: block; position: absolute;top: 0;left: 0;width: 100%;height: 100%;clip-path: circle(0% at 50% 50%);transition: clip-path 0.5s ease;}
.radius-50:hover::after { clip-path: circle(40% at 50% 50%);transition: clip-path 0.5s ease; }
.radius-50p { border-radius: 50%;}


/* radius-50 클래스를 포함하는 box_img의 하위 요소인 img_wrap에 스타일 적용 */
.is_gall .radius-50 .caption_content { display: flex;justify-content: center; } 
.box_info .radius-50 + .gall_text_href .round_center {  display: flex;  justify-content: center; align-items: center;}
.box_info .radius-50 + .gall_text_href .round_center .bo_cate_link{ margin-top: 0px; line-height: normal;}
.box_info .radius-50 + .gall_text_href + .gall_info {  display: flex;  justify-content: center;}
.is_gall .radius-50 .img_caption { padding: 35px; }


.image-source-link {color: #98C3D1; font-size: 16px;}
.image-source-link:hover{color: #98C3D1 !important;}

/*정중앙 위치*/ 
.center_trans {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*글자 줄임*/ 
.text_ellip { overflow: hidden; text-overflow: ellipsis; display: inline-block; width: 100%; /* 원하는 길이로 조절하세요 */ }

/*width 줄임*/ 
.m_w6 { max-width: 60%; }
.m_w7 { max-width: 70%; }
.m_w8 { max-width: 80%; }
.m_w9 { max-width: 90%; }


/*에니메이션 css*/
.fade_in { opacity: 0; animation: fadeIn 1s ease forwards; animation-delay: 0.5s;}
@keyframes fadeIn {
    from { opacity: 0; } to { opacity: 1; }
}
.fade_out { opacity: 1; animation: fadeOut 1s ease forwards; animation-delay: 0.5s;}
@keyframes fadeOut {
    from { opacity: 1; } to { opacity: 0; }
}
.fade_in_up { opacity: 0; transform: translateY(20px); animation: fadeInUp 1s ease forwards; animation-delay: 0.5s;}
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}
.fade_in_down { opacity: 0; transform: translateY(-20px); animation: fadeInDown 1s ease forwards; animation-delay: 0.5s;}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-100px); } to { opacity: 1; transform: translateY(0); }
}
.fade_in_left { opacity: 0; transform: translateX(20px); animation: fadeInLeft 1s ease forwards; animation-delay: 0.5s;}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); }
}
.fade_in_right { opacity: 0; transform: translateX(-20px); animation: fadeInRight 1s ease forwards; animation-delay: 0.5s;}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); }
}
.bounce_in_1 { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); animation: BounceIn1 1s ease forwards; animation-delay: 0.5s;}
@keyframes BounceIn1 {
    0%, 20%, 50%, 80%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
    20% { transform: scale3d(1.1, 1.1, 1.1); }
    40% { transform: scale3d(0.9, 0.9, 0.9); }
    60% { transform: scale3d(1.03, 1.03, 1.03); }
    80% { transform: scale3d(0.97, 0.97, 0.97); }
    100% { opacity: 1; transform: scale3d(1, 1, 1); }
}
.bounce_in { opacity: 0; transform: translate3d(0, 3000px, 0) scaleY(3); animation: BounceIn 1s ease forwards; animation-delay: 0.5s;}
@keyframes BounceIn {
    0%, 20%, 50%, 80%, 100% {transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    0% {opacity: 0; transform: translate3d(0, 3000px, 0) scaleY(3); }
    20% { transform: translate3d(0, -20px, 0) scaleY(1); }
    40% { transform: translate3d(0, 10px, 0);}
    60% { transform: translate3d(0, -5px, 0); }
    80% { transform: translate3d(0, 2px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
.bounce_out { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); animation: bounceOut 1s ease forwards; animation-delay: 0.5s;}
@keyframes bounceOut {
    20% { transform: scale3d(0.9, 0.9, 0.9); }
    50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); }
    to { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}
.zoom_in { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); animation: zoomIn 1s ease forwards; animation-delay: 0.5s;}
@keyframes zoomIn {
    from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
    50% { opacity: 1; }
}
.zoom_out { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); animation: zoomOut 1s ease forwards; animation-delay: 0.5s;}
@keyframes zoomOut {
    from { opacity: 1; }
    50% { transform: scale3d(0.3, 0.3, 0.3); opacity: 0; }
    to { opacity: 0; }
}
.slide_in_left { opacity: 0; transform: translateX(-100%); animation: slideInLeft 1s ease forwards; animation-delay: 0.5s;}
@keyframes slideInLeft {
    from { transform: translateX(-100%); } to { transform: translateX(0); }
}
.slide_in_right { opacity: 0; transform: translateX(100%); animation: slideInRight 1s ease forwards; animation-delay: 0.5s;}
@keyframes slideInRight {
    from { transform: translateX(100%); } to { transform: translateX(0); }
}
.slide_in_up { opacity: 0; transform: translateY(100%); animation: slideInUp 1s ease forwards; animation-delay: 0.5s;}
@keyframes slideInUp {
    from { transform: translateY(100%); } to { transform: translateY(0); }
}
.slide_in_down { opacity: 0; transform: translateY(-100%); animation: slideInDown 1s ease forwards; animation-delay: 0.5s;}
@keyframes slideInDown {
    from { transform: translateY(-100%); } to { transform: translateY(0); }
}














/* ****************************************************************************************** *
/* 모달창 
 * ****************************************************************************************** */
/* modal_overlay */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  display: none;
  z-index: 99;
}
.modal_close_btn {display:block;position:absolute;right:8px;top:10px;z-index:100;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}


/* Right Modal */
.right_modal_box  {
  display: none; /* 추가 */
  position: fixed;
  top: 0;
  right: -600px; /* 오른쪽으로 600px 이동 */
  width: 600px; /* 모달 너비 */
  height: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  z-index: 100;
}

/* Left Modal */
.left_modal_box  {
  display: none; /* 추가 */
  position: fixed;
  top: 0;
  left: -600px; /* 왼쪽으로 600px 이동 */
  width: 600px; /* 모달 너비 */
  height: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  z-index: 100;
}

/* Down Modal */
.down_modal_box {
  display: none; /* 추가 */
  position: fixed;
  top: -100%; /* 위에서 아래로 이동 */
  width: 100%; /* 모달 너비 */
  height: 600px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;   
  z-index: 100;
}

/* Up Modal */
.up_modal_box  {
  display: none; /* 추가 */
  position: fixed;
  bottom: -1000px; /* 아래에서 위로 이동 */
  width: 100%;
  z-index: 100;
  justify-content: center;
}

/* Center Modal */
.center_modal_box  {
  display: none; /* 추가 */
  position: fixed;
  width: 100%; /* 모달 너비 */
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  z-index: 100;
}


.modal_box_item {
    padding: 0px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    position: relative;
    z-index: 100;
    overflow: hidden;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*모달창 높이 폭 지정*/
.modal_w_200 { width: 200px! important; max-width: 200px! important; }
.modal_w_300 { width: 300px! important; max-width: 300px! important; }
.modal_w_400 { width: 400px! important; max-width: 400px! important; } 
.modal_w_500 { width: 500px! important; max-width: 500px! important; }
.modal_w_600 { width: 600px! important; max-width: 600px! important; }
.modal_w_700 { width: 700px! important; max-width: 700px! important; }
.modal_w_800 { width: 800px! important; max-width: 800px! important; }
.modal_w_900 { width: 900px! important; max-width: 900px! important; }

.modal_h_200 { height: 200px! important; max-height: 900px! important; left: 50%;transform: translateX(-50%); }
.modal_h_300 { height: 300px! important; max-height: 300px! important; left: 50%;transform: translateX(-50%); }
.modal_h_400 { height: 400px! important; max-height: 400px! important; left: 50%;transform: translateX(-50%); } 
.modal_h_500 { height: 500px! important; max-height: 500px! important; left: 50%;transform: translateX(-50%); }
.modal_h_600 { height: 600px! important; max-height: 600px! important; left: 50%;transform: translateX(-50%); }
.modal_h_700 { height: 700px! important; max-height: 700px! important; left: 50%;transform: translateX(-50%); }
.modal_h_800 { height: 800px! important; max-height: 800px! important; left: 50%;transform: translateX(-50%); }
.modal_h_900 { height: 900px! important; max-height: 900px! important; left: 50%;transform: translateX(-50%); }


@media (max-width: 786px) {
.modal_w_200,
.modal_w_300, 
.modal_w_400,
.modal_w_500,
.modal_w_600,
.modal_w_700,
.modal_w_800,
.modal_w_900 { width: calc(100% - 30px)! important; max-width: calc(100% - 30px)! important; }
}

.radius_15 { border-radius: 15px;  }
.radius_top_15 { border-radius: 15px 15px 0 0;  }
.radius_down_15 { border-radius: 15px 15px 0 0;  }



/* ****************************************************************************************** *
/* 샵 메뉴 
 * ****************************************************************************************** */
.hd_menu_wrap2 { position: relative; border-top: 1px solid #e5e5e5;}
@media (max-width: 991px) {
    .hd_menu_wrap2 { display: none;} 
}
#hd_menu2 { display: flex;}
#hd_menu2 button#menu_open { border: 0; background: #333; color: #fff; padding: 0 20px; font-weight: 600; font-size:16px;white-space: nowrap;}
.hd_menu2 { display: flex; gap: 10px; padding: 0 20px; align-items: center; text-transform: uppercase;}

/* 기본 스타일 */
.shop_1li { display: inline-block; position: relative; text-decoration: none; line-height: 48px; padding: 0 10px; white-space: nowrap;}
.shop_1li a i { position: absolute; right: -5px; top: 0; display: inline-block; color: #333; font-size: 10px;}
.shop_plus7 { padding:0 10px   }
.shop_2li { white-space: nowrap;line-height: 30px;padding: 0px 10px;}
.shop_2li_a {  }
.shop_2ul,
.shop_3ul { 
	display: none; position: absolute; top: 100%; padding: 12px 10px; border: 1px solid #ccc; 
	border-radius: 4px; background: #fff; width: 100%; font-size: 14px; word-break: keep-all;text-align: left; min-width: 180px;
}
.shop_1li:hover .shop_2ul { display: block;}
.shop_2li:hover .shop_3ul { display: block;}


.shop_1li_a7 {
    border-radius: 100px;
    background-color: #888;
    line-height: 18px;
    display: block;
    padding: 4px 20px 4px 10px;
    color: #fff;
	font-size:12px;
}
.shop_1li7 a i {
    position: absolute;
    right: 20px;
    top: 5px;
    display: inline-block;
    color: #f9f9f9;
    font-size: 8px;
}

/*유튜브 비율*/
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 툴팁 스타일 */
.art_tip {
    position: relative;
    padding: 5px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #a5a5a5 ! important;
}
.art_tip:after {
    content: "\f505";
    font-family: "bootstrap-icons";
    position: relative;
    left: 5px;
    top: 0;
    font-size: 14px; cursor: pointer;
}
.art_tip:hover:after { content: "\f504"; color: var(--color-main); }

.art_tip .art_tiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.art_tip .art_tiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.art_tip:hover .art_tiptext {
    visibility: visible;
    opacity: 1;
}

