@import url("reset.css");
@import url("font.css");/*'Nanum Brush Script' , Jeju Myeongjo*/
/* @import url('noto_sans_kr.css'); */
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');


textarea, input, label, select, checkbox, radio, button,
label:focus, select:focus, checkbox:focus, radio:focus, a{ outline : none !important;text-decoration: none !important; }

input:focus,
textarea:focus,
a:focus,
button:focus{
	outline:0 !important;
	box-shadow:none !important;
}


html, body{
	/* text-size-adjust : none; /* 화면의 크기에 따라 크기를 조정하지 않음 */
	-webkit-text-size-adjust : 100%;  /* 크롬, 사파리, 오페라 신버전 */
	-ms-text-size-adjust : 100%;  /* IE */
	-moz-text-size-adjust : 100%;  /* 파이어폭스 */
	-o-text-size-adjust : 100%;  /* 오페라 구버전 */
}


body { 
		/* font-family: 'NanumGothic'; */
		font-family: 'Noto Sans KR';
		font-weight: normal;color:#545454;font-size:15px;background-color:#f7f9fa;/*f7f9fa*/;max-width: 800px;width: 100%;margin: 0 auto;
}
body.modal-open { overflow: hidden; }

.nanum { font-family: 'NanumGothic' !important; }
.noto { font-family: 'Noto Sans KR' !important; }
.myeongjo { font-family: 'Nanum Myeongjo', serif !important; }


.modal-open .modal { z-index:111111111; }

ol, ul { margin-bottom:0; }


input[type=checkbox], input[type=radio] { margin:0;vertical-align:top; }

input[type='text'],
input[type='password'] { font-weight:normal !important;height:36px; }

input:read-only { background-color:#f3f3f3 !important; }
button[disabled] { color: #b3b3b3; }

td { vertical-align:middle !important; }
p { margin:0; }


input::placeholder,
textarea::placeholder { font-size:15px;color:#bababa; }
.form-control { font-size:15px; }



input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Chrome, Safari, Edge, Opera에서의 화살표 숨김 */
input[type='number'] {
    -moz-appearance: textfield;
}


/* summernote css 시작 */
.note-btn-group.btn-group.note-para .note-dropdown-menu.dropdown-menu { min-width:235px; }
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen { z-index:999999 !important; }
.note-btn-group.btn-group { z-index:0; }
.note-btn-group.btn-group.note-font { z-index:1; }
@media (max-width:690px) {
	/* 글자색 팝업 */
	.note-btn-group.btn-group.note-color.note-color-all.open .note-dropdown-menu.dropdown-menu {
		display: flex;
		min-width: 100%;
		font-family: sans-serif;
		left: -120px;
		flex-direction: column;
	}

	.note-btn-group.btn-group.note-color.note-color-all.open .note-dropdown-menu.dropdown-menu .note-palette:nth-child(2) {
		margin-left:5px;
	}
}

/* summernote css 종료 */

.fancybox__container { z-index:1111111111 !important; }

#cover_img_preview .img_innerwrap { margin:0 auto; }




.editor_up_img { max-width: 100%;margin-bottom:10px; }/* summernote에서 업로드된 이미지 */
.btn_summernote_upload_img {
	padding: 10px 20px;
	color: #fff;
	background-color: #999999;
	cursor: pointer;
	height: 40px;
}
.btn_summernote_upload_inputfile {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.note-editor { margin:0; }


.table-responsive { border:none; }







.noresize { resize: none; /* 사용자 임의 변경 불가, both : 사용자 변경이 모두 가능, horizontal : 좌우만 가능, vertical : 상하만 가능 */ }
.noresize.horizontal { resize:horizontal; }
.noresize.vertical { resize:vertical; }


.blind, .u_skip { position: absolute;clip: rect(0 0 0 0);width: 1px;height: 1px;margin: -1px;overflow: hidden; }


.custom-switch-wrap { display:inline-block;text-align:left !important;z-index:0; }
.custom-switch-wrap .custom-switch-label {
	display:flex;align-items: center;
	overflow: hidden;
	letter-spacing: -.5px;
	cursor: pointer;
	font-weight:normal;
}
.custom-switch-wrap .custom-switch-label > i {
	display: inline-block;
	width: 35px;
	height: 20px;
	border-radius: 15px;
	background-color: #dbdbdb;
	vertical-align: top;
	transition: all .8s;-webkit-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-o-transition: all .8s;
}
input:checked+.custom-switch-label > i { text-align: right;background-color:rgb(77 86 181); }
input:checked:disabled+.custom-switch-label > i { background-color:rgb(77 86 181 / 25%); }
.custom-switch-wrap .custom-switch-label > i:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 1px;
	background-color: #fff;
	vertical-align: top;
	-webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
	box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
	content: "";
}
.custom-switch-wrap .custom-switch-label span.right { margin-left:5px; }
.custom-switch-wrap .custom-switch-label span.left { margin-right:5px; }

.note-editor .note-toolbar, 
.note-popover .popover-content { z-index:1; }

.btn-sm {
	display: flex;
	align-items: center;
    padding: 15px 10px;
    line-height: 0;
    height: 0;
}

ul,ol,dl,label { margin:0; }

ul.dot li { list-style-type: disc; }

.nice-select { border-radius:4px; }
.nice-select .option.selected { font-weight:normal !important; }
.nice-select .list li { margin-top:0 !important; }
.nice-select.disabled { background:#fafafa; }



.shadow_bg { box-shadow:0 0 10px rgb(62 57 107 / 10%); }
.smooth { transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s; }
.smooth_1 { transition: all .1s;-webkit-transition: all .1s;-moz-transition: all .1s;-ms-transition: all .1s;-o-transition: all .1s; }
.smooth_2 { transition: all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s; }
.smooth_3 { transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s; }
.smooth_4 { transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s; }

.round_20 { border-radius:20px !important; }
.round_15 { border-radius:15px !important; }
.round_10 { border-radius:10px !important; }
.round_5 { border-radius:5px !important; }

.row { margin:0;background:#fff; }


.txt_red { color:#d41616 !important; }
.txt_blue { color:#0f50d4 !important; }


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { border-bottom-color:#fff; }

.primary_color { /*background-image: linear-gradient(120deg, #0055ff 0%, #0e3c97 100%) !important;*/background: #4d56b5 !important;color:#fff !important; }
.primary_color.line { border:1px solid #4d56b5 !important;color:#4d56b5 !important;background:#fff !important; }
.primary_color i { color:#fff !important; }
a.primary_color:hover,
a.primary_color:active,
a.primary_color:focus,
button.primary_color:hover,
button.primary_color:active,
button.primary_color:focus,
.primary_color.on { background: #14326e !important;color:#fff !important;border-color:transparent; }


.secondary_color { background: #fd1062 !important;color:#fff; }
.secondary_color i { color:#fff; }
a.secondary_color:hover,
a.secondary_color:active,
a.secondary_color:focus,
button.secondary_color:hover,
button.secondary_color:active,
button.secondary_color:focus{ background: #cb1252 !important;color:#fff; }


.success_color { background: #21d170 !important;color:#fff; }
.success_color i { color:#fff; }
a.success_color:hover,
a.success_color:active,
a.success_color:focus,
button.success_color:hover,
button.success_color:active,
button.success_color:focus{ background: #10b058 !important;color:#fff; }



.tertiary_color { background: #21d170 !important;color:#fff; }
.tertiary_color i { color:#fff; }
a.tertiary_color:hover,
a.tertiary_color:active,
a.tertiary_color:focus,
button.tertiary_color:hover,
button.tertiary_color:active,
button.tertiary_color:focus{ background: #10b058 !important;color:#fff; }



.btn { border-radius:5px;font-size:15px; }
.btn-xs { font-size:12px; }

.btn-primary {
	color: #fff;
	background-color: #a3a9b3;
	border-color: #838c9b;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited { background-color: #7d838d ;border-color: #59616e; }



.flex-between{display:flex;flex-direction:row;justify-content:space-between;align-items: center !important;}
.flex-start{display:flex;flex-direction:row;justify-content:flex-start;align-items: center !important;}
.flex-end{display:flex;flex-direction:row;justify-content:flex-end;align-items: center !important;}
.flex-around{display:flex;flex-direction:row;justify-content:space-around;align-items: center !important;}
.flex-align-top{align-items: flex-start;}

/*
input[type=text].datepicker, 
input[type=text].datepicker_w { 
	background-image: url(/images/common/icon-calendar.png);background-position: right center;background-repeat:no-repeat !important;	
	border-color:#ccc;
	border-radius:4px;
	height:34px;
	padding:0 11px 0 0;
}
input[type=text].datepicker.noticon { background:none; }
input[type=text].datepicker.disabled,
input[type=text].datepicker_w.disabled { background-color:#fafafa !important; }
*/
input[type=text].datepicker, 
input[type=text].datepicker_w { border-color:#ccc;border-radius:4px; }
input[type=text].datepicker.noticon { background:none; }
input[type=text].datepicker.disabled,
input[type=text].datepicker_w.disabled { background-color:#fafafa !important; }



.navi_wrap { height:50px;background:#fff;border-bottom:1px solid #E5E5E5; }
.navi_wrap.fixed { position:fixed;width:100%;top:0;z-index:2; }
.navi_wrap .navi { width:100%;max-width:700px;margin:0 auto;text-align:center;display: flex;align-items: center;justify-content: space-between; }
.navi_wrap .navi>li>a { position:relative;display:block;width:100px;height:50px; }
.navi_wrap .navi>li>a>.txt,
.navi_wrap .navi>li>a .icon { position:absolute;width:100%;text-align:center; }
.navi_wrap .navi>li>a>.txt { height:25px;top:0;bottom:0;right:0;margin:auto;color: #000;font-weight: 500;font-size: 18px; }
.navi_wrap .navi>li>a .icon { display:none;border-top: 5px solid #00d7ff;bottom: 0;margin: auto;right: 0;height: 0; }
.navi_wrap .navi>li:hover >a .icon,
.navi_wrap .navi>li.on>a .icon { display:block; }
.navi_wrap .navi>li:hover .navi_sub_wrap { display:block; }

.auth_wrap { position:relative;height:50px;background-image: linear-gradient(120deg, #4d56b5 0%, #1d2577 100%);/*background-image: linear-gradient(120deg, #12c6d0 0%, #b060e2 100%);*/ }
.auth_wrap.fixed { position:fixed;width:100%;max-width: 800px;top:0;z-index:999999; }
.auth_wrap .navi_pc { width:100%;max-width:1200px;height:100%;margin:0 auto;text-align:center;display: none;align-items: center;justify-content: space-between; }
.auth_wrap .navi_pc li.login { text-align:left; }
.auth_wrap .navi_pc li.login p:first-child { margin:8px 0 0;font-size:16px; }
.auth_wrap .navi_pc li a,
.auth_wrap .navi_pc li.login p,
.auth_wrap .navi_pc li.login p strong,
.auth_wrap .navi_pc li a.btn i { color:#fff; }
.auth_wrap .navi_pc li a.btn { border: 1px solid #fff;border-radius: 4px;padding: 5px 10px 4px;font-size: 14px;; }
.auth_wrap .navi_pc li a.btn i { margin-right:5px; }




.head_shadow_wrap { display:block;height:50px; }

.navi_mobile { height:50px;display:flex !important;justify-content: space-between;position:relative; }
.navi_mobile .btn_go_back { width: 40px;height: 100%;display:flex;align-items: center;justify-content: center;margin-left:5px; }
.navi_mobile .btn_go_back img { width:20px; }
.navi_mobile #btn_search_open,
.navi_mobile .btn_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width:50px;
	height: 50px;
}
.navi_mobile #btn_search_open { width:40px; }
.navi_mobile #btn_search_open img { width:25px; }


.navi_mobile .btn_sub_page_home {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	color: #fff;
	font-size: 19px;
	font-weight:600;
}



.navi_mobile .btn_search,
.navi_mobile .btn_home {
	display: flex;
    justify-content: center;
    align-items: center;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
}
.navi_mobile .btn_search { right:50px; }
.navi_mobile .btn_menu i,
.navi_mobile .btn_search i,
.navi_mobile .btn_home i { color:#fff;font-size:25px; margin-top:1px; }

.navi_mobile .nav_bg {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	background: rgba(0,0,0,.5);
	z-index: 1111111111;
}
.navi_mobile article {
	position: fixed;
	left: -100%;
	top: 0;
	width: calc(100% - 100px);
	height: 100%;
	font-size: 15px;
	color: #fff;
	background: rgba(0,0,0,0.9);
	z-index: 9999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
}
.navi_mobile.on article {
	left:0;
}
.navi_mobile article .topmenu {
	position: relative;
	display:flex;
	align-items: center;
	height:50px;
	background:#494949;
	border-bottom:1px solid #656565;
	z-index:2;
}
.navi_mobile article .topmenu a { color:#fff;padding: 15px 10px;margin-right:10px; }
.navi_mobile article .topmenu .btn_close_mobile { 
	position: absolute;
	right:0;
	padding:10px;
}
.navi_mobile article .topmenu .btn_close_mobile i { font-size:20px;color:#fff; }
.navi_mobile article nav ul li a {
	display:block;
	border-bottom:1px solid #656565;
}
.navi_mobile article nav ul li a span { color:#fff;display:block;padding:15px 10px; }

.navi_sub_wrap {
	display:none;
	position:absolute;
	width: 100%;
	height:50px;
	max-width: 700px;
	padding:0 10px;
	right: 0;
	left: 0;
	margin: -1px auto;	
}
.navi_sub {
	display: flex;
	padding:0 10px;
	height:100%;
	background: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 4px 4px rgb(0 0 0);
}
.navi_sub li { display: flex;align-items: center;margin-right:20px; }
.navi_sub li a { font-size:15px;display:block;padding:10px; }
.navi_sub li a:hover { text-decoration:underline; }








.copyright_wrap { position:relative;text-align:center;background:#fff;padding:15px 15px 80px; }
.copyright_wrap > ul.copyright { position:absolute;width:calc(100% - 20px);max-width:1200px;top:40px;right:0;left:0;margin:0 auto;z-index:1; }
.copyright_wrap > ul.copyright li { text-align:left;margin-bottom:3px; }


.container_wrap { position: relative;width:calc(100% - 20px);margin:0 auto;padding:10px 0 50px; }
.container_wrap .sub_title_wrap { width:100%;max-width:1200px;margin:0 auto 30px; }
.container_wrap .sub_title_wrap h1 { font-size:30px;margin:0 0 10px; }



.content_inner { 
	position: relative;vertical-align:top;
	background:#fff;border-radius:5px;padding:5px;
	transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;border:0; 
}
.content_inner.box_phone { width:calc(100% - 120px); }
.content_inner.box_group { width:calc(100% - 480px);padding:0; }
.content_inner.box_number_box { padding:0;width:100%; }


.content_inner h2 { position:relative;margin:5px 0 10px;font-size:20px;color:#000; }
.content_inner.box_group h2 { margin:20px; }



/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* 라디오버튼 시작 */
.custom-switch { display: flex; }
.custom-switch .custom-control-label,
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  cursor:pointer;
  font-size:15px;
  padding-left:40px;
}
.custom-switch input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}


.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgba(78, 115, 223, 0.5);/* #4e73df; */
  background-color: #4e73df;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bac8f3;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e5ebfa;
  border-color: #e5ebfa;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

.custom-control-label {
  position: relative;
}

.custom-control-label::before {
	position: absolute;
	top: 0;
	display: block;
	height: 17px;
	content: "";
	background-color: #fff;
	border: #c9cad8 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}


.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='`//www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}


.custom-switch .custom-control-label::before {
	left: 0px;
	width: 35px;
	pointer-events: all;
	border-radius: 40px;
	cursor:pointer;
}

.custom-switch .custom-control-label::after {
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  background-color: #b7b9cc;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
	-webkit-transition: none;
	transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}


/* 버튼 식 */
.custom_radio_wrap input {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom_radio_wrap label {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0abb9;
    background: #f1f5f9;
    margin: 0;
	padding: 10px 0;
	border: 1px solid transparent;
}
.custom_radio_wrap label i { margin-right:5px; }
.custom_radio_wrap input:checked + label {
    color: #4d56b5;
    border-color: #4d56b5;
    background: #fff;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
/* 라디오버튼 종료 */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */



/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* 체크박스/라디오버튼 시작 */
.checkbox_wrap { display: flex;align-items: center; }
.checkBox { display: flex;align-items: center; }
.checkBox input {
	overflow: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.checkBox label {
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #333;
	margin: 0;
	font-weight:normal;
}
.checkBox.small label { font-size: 12px; }
.checkBox label span:first-child {
	position: relative;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	border: 2px solid #8e8e8f;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	flex-shrink: 0;
}
.checkBox label span:first-child:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 6px;
	top: 7px;
}
.checkBox.small label span:first-child {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #8e8e8f;
}
.checkBox.small label span:first-child:before {
	width: 7px;
	height: 5px;
	left: 4px;
	top: 4px;
}
.checkBox input:checked + label:first-child {
	color: #0055ff !important;
}
.checkBox input:checked + label span:first-child {
	background: #0055ff;
	border: none !important;
}
.checkBox label span.txt { font-weight:normal;  }
/* 체크박스버튼 종료 */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */



/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* 체크박스/라디오버튼 시작 */
.custom-radio-wrap { display:flex;align-items:center; }
.custom-radio-wrap .item { display: flex;align-items: center;margin:0 0 0 20px !important; }
.custom-radio-wrap .item:first-child { margin:0 !important; }
.custom-radio-wrap .item label {
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #333;
	margin: 0;padding:0;
	font-weight:normal;
}
.custom-radio-wrap .item label span:first-child {
	position: relative;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #8e8e8f;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	flex-shrink: 0;
}
.custom-radio-wrap .item.radio label span:first-child { border-radius: 50%; }
.custom-radio-wrap .item label span:first-child:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 6px;
	top: 7px;
}
.custom-radio-wrap .item input:checked + label span:first-child { background: #0055ff;border: none !important; }
.custom-radio-wrap .item label span.txt { font-weight:normal;margin-top: -2px; }
/* 체크박스버튼 종료 */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */










/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* 셀렉트박스 시작 */
[class*="selectBox"] {
	position: relative;
	display: flex;
	justify-content: space-between !important;
	align-items: center !important;
	border-radius: 5px;
	cursor: pointer;
	padding:0 10px;background: #fff;border:1px solid #d5d5d5;
}
[class*="selectBox"].on { border-color:#bdbdbd;border-bottom-left-radius: 0;border-bottom-right-radius: 0; }
[class*="selectBox"].on .select_option { display: block; }
[class*="selectBox"].on .icon_arrow { border: 5px solid transparent;border-bottom-color: #cacaca;top: 10px; }

.selectBox { width: 160px;height:40px; }
.selectBox > p { white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.selectBox .icon_arrow {
	position:absolute;top:16px;right:10px;
	width: 0;height: 0;
	border: 5px solid transparent;
	border-top-color: #cacaca;
}
.selectBox .select_option {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #eee;
	box-shadow: rgba(0, 0, 0,.3) 0px 15px 25px -7px;
	box-sizing: border-box;
	z-index: 999;
	overscroll-behavior: contain;
	width: 100%;
	min-width: 160px;
	max-height:150px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}
.select_option li {
	color: #6d7a8d;
	font-size: .98em;
	padding: 10px 0;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #dbdfe5;
}
/* 셀렉트박스 종료 */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */
/* *************************************************************************************************************************************************************************************************** */










.slick-header-column.ui-state-default, 
.slick-group-header-column.ui-state-default,
.slick-header.ui-state-default { background:#e9e9e9;text-align:center; }
.slick-cell.cell-title.active.editable input { border:0;background:transparent;width:100%; }
.slick-cell.editable { background:#f5bdbd;border-color:#c36262; }
.slickgrid_357341 .slick-cell { padding-left:10px; }
.slick-header { border-top:0; }
.cell-row-number { text-align:center; }





.modal_bg {
	display:none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgb(181 181 181 / 61%);
	top: 0;
	left: 0;
	z-index: 111111111111;
}
.modal_bg table { height:100%; }
.modal_bg .btn_closed_modal,
.modal_bg .btn_closed_modal_tmp {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;right: 5px;bottom:0;margin:auto;
	font-size:26px;
}
.modal_bg .btn_closed_modal:after,
.modal_bg .btn_closed_modal_tmp:after {
	content:'\e59b';
	font-family:'Font Awesome 6 Pro';
	font-weight:300;
}



.modal_bg.second { z-index:1001; }
.modal_bg .modal_content { 
	/*
	position:absolute;
	display: flex;
	flex-direction: column;
	width:calc( 100% - 20px );
	max-width:800px;
	top:50%;
	left:50%;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 15px rgb(0 0 0 / 15%);
	transform:translate(-50%,-50%);
	*/
	position: absolute;
	width:calc( 100% - 20px );
	max-width:800px;
	border: 1px solid #ddd;
	background: #fff;
	margin: auto;
	top:0;right:0;bottom:0;left:0;
	overflow-y:auto;
}
.modal_bg .modal_content .modal_header { background:#f9f9f9;border-bottom:1px solid #e9e9e9; }
.modal_bg .modal_content .modal_header > h2 { padding:18px 10px 15px 20px;margin:0;font-size:20px;position:relative; }
.modal_bg .modal_content .modal_body { padding:20px; } 





svg { stroke-width:1;stroke:#000;width:100%;height:100%; }
.svg_wrap.plus,
.svg_wrap.setting { width: 30px;height: 30px;top: 0;right:0;bottom: 0; }
.svg_wrap.plus > svg,
.svg_wrap.setting > svg { stroke-width:1.5; }












/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 핸드폰영역 */
.box_phone .sms_title_wrap { border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:40px;padding:0 10px;background:#FAFBFB;border:1px solid #a3abff; }
.box_phone .sms_title_wrap input { width:100%;height:100%;border:0;background:transparent; }
.box_phone .sms_content_wrap { position:relative;background:#FAFBFB;border:1px solid #a3abff;margin:5px 0;padding:10px; }
.box_phone .sms_content_wrap textarea { width:100%;height:320px;margin-bottom:30px;border:0;background:transparent;resize: none; }
.sms_type_icon { position:absolute;left:10px;bottom:10px;color:#fff;padding: 3px 10px;border-radius: 3px;font-size: 12px; }
.sms_type_icon.sms { background:#0055ff; }
.sms_type_icon.lms { background:#1cc88a; }
.sms_type_icon.mms { background:#7472c5; }
.sms_type_icon.rcs { background:#9ab331; }

.box_phone .sms_content_wrap .sms_length_view { position:absolute;right:10px;bottom:10px;color:#989898;font-size:12px; }
.box_phone .sms_content_wrap .sms_length_view strong { color:#000; }


.box_phone .sms_button_wrap > ul > li { width:33.3333%; }
.box_phone .sms_button_wrap ul li a { position:relative;display:flex;align-items: center;justify-content: center;height:45px;border:1px solid #E5E5E5;border-left:0;border-top:0; }
.box_phone .sms_button_wrap ul li:first-child a { border-left:1px solid #E5E5E5; }
.box_phone .sms_button_wrap ul:first-child li a { border-top:1px solid #E5E5E5; }
.box_phone .sms_button_wrap ul li a span i { margin-left:5px; }
.box_phone .sms_button_wrap ul li .nice-select { border-left:0;border-color:#E5E5E5;border-radius:0;height: 45px;display: flex;align-items: center;justify-content: center;padding:0; }

.box_phone .send_config_wrap .btn_more { position:relative;display:block;height:50px;margin-top:5px; }
.box_phone .send_config_wrap .btn_more span { position:absolute;width:100%;text-align:center;height:20px;top:0;bottom:0;left:0;margin:auto; }
.box_phone .send_config_wrap .btn_more span i { margin-left:5px; }
.box_phone .send_config_wrap .more_wrap { padding:0 10px 10px;display: none; }
.box_phone .send_config_wrap .more_wrap .nice-select { display:flex;align-items: center;border-color:#E5E5E5;border-radius:5px;height:40px; }

.box_phone .send_config_wrap .more_wrap ul li { position:relative;margin-top:10px; }
.box_phone .send_config_wrap .more_wrap ul li:first-child { margin:0; }
.box_phone .send_config_wrap .more_wrap ul li .input_text_box { position:relative;width:calc(100% - 55px); }
.box_phone .send_config_wrap .more_wrap ul li .input_text_box > input { width:100%;height:40px; }
.box_phone .send_config_wrap .more_wrap ul li .input_text_box.send_number_wrap .nice-select { 
	width: calc(100% - 59px);height:40px;float:left;border:1px solid #E5E5E5;padding:10px;border-radius:5px;font-size:14px;line-height:17px;color:#989898;border-top-right-radius:0;border-bottom-right-radius:0; }
.box_phone .send_config_wrap .more_wrap ul li .input_text_box > button { position:absolute;width:60px;height:100%;top:0;right:0;bottom:0;border: 1px solid #939393;border-top-right-radius:5px;border-bottom-right-radius:5px;background:#fff; }
.box_phone .send_config_wrap .more_wrap ul li .radio_box { margin:10px 0; }
.box_phone .send_config_wrap .more_wrap ul li .radio_box > li { height:30px; }
.box_phone .send_config_wrap .more_wrap ul li .radio_box > li input, 
.box_phone .send_config_wrap .more_wrap ul li .radio_box > li label { position: absolute;top: 0;bottom: 0;left: 0;margin: auto; }
.box_phone .send_config_wrap .more_wrap ul li .radio_box > li label { margin: 5px 0 0 20px; }

.box_phone .send_config_wrap .more_wrap ul li .input_text_box.time_wrap { width:170px; }
.box_phone .send_config_wrap .more_wrap ul li .input_text_box.time_wrap .nice-select { width:75px;float:left;margin-right:10px;border:1px solid #E5E5E5;padding:10px;border-radius:5px;font-size:14px;line-height:17px;color:#989898; }

.box_phone .send_config_wrap .more_wrap ul li .input_text_box.count_wrap { width:80px; }
.box_phone .send_config_wrap .more_wrap ul li .input_text_box input { border:1px solid #E5E5E5;padding:0 10px;border-radius:5px; }
/* 핸드폰영역 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 주소록 영역 */
.box_group .basic_list { background: #fafbfb;border:1px solid #E5E5E5;border-left:0;border-right:0; }
.box_group .basic_list li a { position:relative;padding:15px 25px 16px;display:block;font-size:16px; }
.box_group .basic_list li a:hover,
.box_group .basic_list li a.on { background:#b5c3d9; }
.box_group .basic_list li a.on,
.box_group .basic_list li a:hover,
.box_group .basic_list li a:hover i,
.box_group .basic_list li a.on i { color:#fff; }
.box_group .basic_list li a i { margin-right:10px;font-size:20px; }

.box_group .group_list { position:relative;max-height:400px;overflow-y:auto;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; }
.phonebook>ul li { position:relative;padding:5px 0; }
.phonebook.modal_wrap>ul li { border-top: 1px solid #eee; }
.phonebook.modal_wrap>ul li:first-child { border-top: 0; }

.phonebook>ul li > div { position:relative;padding:0 15px;align-items: baseline; }
.phonebook>ul li > div:hover { background:#b5c3d9;border-radius:5px; }
.phonebook>ul li > div:hover a { color:#fff;text-decoration:underline;text-underline-position:under; }
.phonebook>ul li > div:hover span { background:#fff;color:#3c3c3c;box-shadow:0 0 5px rgba(0,0,0,.3); }
.phonebook>ul li > div input[type='checkbox'] { width:15px;height:13px;margin:0 10px 0 0; }
.phonebook>ul li > div a { font-size:14px;font-weight:400;width: calc(100% - 15px);padding: 10px 0; }
.phonebook>ul li > div span { position: absolute;height: 22px;top: 0;right: 15px;bottom: 0;margin: auto;padding: 10px 10px 10px;font-size: 12px;color: #fff;line-height: 0;background-color: #b5c3d9;border-radius: 10px; }
.phonebook.modal_wrap>ul li > div span { right:10px; }

.box_group .group_list .over_wrap { display:none;background:#fff;z-index:1;padding:15px; }
.box_group .group_list .over_wrap.excel_upload p { margin-bottom:5px;color:#989898; }
.box_group .group_list .over_wrap.excel_upload .btn_wrap { text-align:center;margin:15px 0 10px; }
.box_group .group_list .over_wrap.excel_upload .btn_wrap.insert_wrap { display:; }
.box_group .group_list .over_wrap.excel_upload .btn_wrap .receive_phone_group,
.box_group .group_list .over_wrap.excel_upload .btn_wrap .receive_phone_group_pc { width:200px;margin-right:20px; }
.box_group .group_list .over_wrap.excel_upload .upFile_wrap { position:relative;text-align:left;padding:10px;border: 1px solid #bbb;border-radius: 5px;margin: 10px; }
.box_group .group_list .over_wrap.excel_upload .upFile_wrap > span { display:inline-block;max-width:300px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align:top;color:#989898; }
.box_group .group_list .over_wrap.excel_upload .upFile_wrap .btn_delFile { display:inline-block;width:20px;height: 20px;font-size:16px;vertical-align:top;margin-left:5px;display:none; }
.box_group .group_list .over_wrap.excel_upload .upFile_wrap .btn_upFile { position:absolute;width:50px;height: 100%;top: 0;right: 0;background: #f5f5f5;font-size:18px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:1px solid #E5E5E5; }
.box_group .group_list .over_wrap.excel_upload .loading_view_wrap { display:none;padding-bottom:10px;border-top: 1px solid #eee;margin-top: 10px; }
.box_group .group_list .over_wrap.excel_upload .loading_view_wrap > h5 { font-size:16px; }
.box_group .group_list .over_wrap.excel_upload .loading_view_wrap .receiver_preview li { width:100%;font-size:14px;position:relative;margin-bottom:5px;padding:0; }
.box_group .group_list .over_wrap.excel_upload .loading_view_wrap .receiver_preview li > span { float:right;font-size:14px; }
.box_group .group_list .over_wrap.excel_upload .loading_view_wrap .receiver_preview li > span > a { margin-left:10px; }
.box_group .group_list .over_wrap.excel_upload .loading_view_wrap .receiver_preview li > span > a > i { font-size:14px; }


.box_group .group_list .over_wrap.direct_insert_number textarea { position: absolute;width:calc(100% - 20px);height:calc(100% - 20px);border:0;background:transparent;resize: none;font-size:14px;line-height:160%; }
.box_group .group_list .over_wrap.direct_insert_number textarea::placeholder { color: #bbb;font-size:13px; }


.box_group .group_list .over_wrap.phonebook { display:block; }




.box_group .group_btn_wrap a { display:block;padding:15px;text-align:center;font-size:20px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background:#f6f8fb; }
.box_group .group_btn_wrap a i { margin-right:10px;font-size:18px; }
/* 주소록 영역 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 받는사람 영역 */
.box_number_box .receive_box { margin-bottom:30px;padding:10px;border-radius:5px;background:#fff;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;overflow: hidden; }
.box_number_box .receive_box h2 { margin:0;padding:15px;border-bottom:1px solid #E5E5E5;background:#fafbfb;border-top-left-radius: 5px;border-top-right-radius: 5px; }
.box_number_box .receive_box h2 #total_receive_number_view { font-size:14px;position:absolute;top:15px;right:10px }
.box_number_box .receive_box .receive_content { text-align:center;padding:10px;border-bottom:1px solid #E5E5E5; }
.number_input_box_mobile .input_btn_wrap input[type=number] ,
.box_number_box .receive_box .receive_content input[type=number] { height:40px;border: 1px solid #E5E5E5;padding: 0 10px;border-radius: 5px; }
.box_number_box .receive_box .receive_content input[type=number] { width:calc(100% - 120px); }
.box_number_box .receive_box .receive_content button { width:110px;height:38px;display: flex;align-items: center; }
.box_number_box .receive_box .receive_content button > i { color:#fff;font-size:16px;margin-right:5px; }


.number_input_box_mobile { display:block;width: 100%;margin-bottom: 10px; }
.number_input_box_mobile .input_btn_wrap { display:flex;justify-content: space-between; }
.number_input_box_mobile .input_btn_wrap input[type=number] { width:calc(100% - 120px); }
.number_input_box_mobile .input_btn_wrap button { margin-left:10px;display: flex;align-items: center; }
.number_input_box_mobile .input_btn_wrap button i { color:#fff;font-size:16px;margin-right:5px; }



.box_number_box .receive_box .list_wrap { height:345px;overflow-y:auto;background:#fff; }
.box_number_box .receive_box .list_wrap table { width:100%; }
.box_number_box .receive_box .list_wrap table thead td { border-bottom:1px solid #E5E5E5;border-left:0;border-right:0;background:#fafbfb; }
.box_number_box .receive_box .list_wrap table tbody { display:block;width:100%; }
.box_number_box .receive_box .list_wrap table tbody td { height:35px;border-bottom:1px dashed  #E5E5E5; }
.box_number_box .receive_box .list_wrap table tbody tr { display:block;width:100%; }
.box_number_box .receive_box .list_wrap table.send_phone_number_table_pc td { padding:5px;text-align:center;background:#fff; }
.box_number_box .receive_box .list_wrap table.send_phone_number_table_mo tbody td { width:100%;padding-left:5px;display: block;display: flex;align-items: center; }
.box_number_box .receive_box .list_wrap table.send_phone_number_table_mo tbody td a { margin:0 10px 0 5px;font-size: 17px; }
.box_number_box .receive_box .list_wrap table.send_phone_number_table_pc tbody tr:first-child td { border-top:0; }

.box_number_box .receive_box .receive_btn_wrap { display: flex;justify-content: space-between;padding: 10px;background: #fafbfb;border-top: 1px solid #E5E5E5; }
.box_number_box .receive_box .receive_btn_wrap ul li {  }
.box_number_box .receive_box .receive_btn_wrap ul li.blank { width:10px; }
.box_number_box .receive_box .receive_btn_wrap ul:first-child li a { display:block;text-align:center;padding:10px; }
.box_number_box .receive_box .receive_btn_wrap ul li a { background:#fff;border:1px solid #C7C7C7;border-radius:5px;background:#fff; }

.box_number_box .receive_box .receive_btn_wrap .total { margin-top:10px;text-align:center;background:#a3a9b3;border:1px solid #838c9b;border-radius:5px; }
.box_number_box .receive_box .receive_btn_wrap .total ul li { width:50%;padding:15px;text-align:right;color:#fff;font-size:16px; }
.box_number_box .receive_box .receive_btn_wrap .total ul li:first-child { text-align:left; }


.content_inner.box_number_box .mobile_image_box { display:none;background:#fff;width:120px;padding:5px;height:auto;border-radius:5px; }
/* .content_inner.box_number_box .mobile_image_box.insert { display:block; } */
.content_inner.box_number_box .mobile_image_box h2 { font-size:15px;margin:5px 0 10px; }
.content_inner.box_number_box .mobile_image_box .list_wrap ul li { position:relative;height: 50px;background-position: center;background-size: cover;background-repeat: no-repeat;margin-top:10px;border: 1px solid #f0f0f0; }
.content_inner.box_number_box .mobile_image_box .list_wrap ul li:first-child { margin:0; }
.content_inner.box_number_box .mobile_image_box .list_wrap ul li .btn_delete_upimg { position:absolute;top:5px;right:5px;background:rgba(0,0,0,.7);border-radius: 50%;line-height:0;width:20px;height:20px; }
.content_inner.box_number_box .mobile_image_box .list_wrap ul li .btn_delete_upimg i { font-size:13px;color:#fff;margin-top:2px; }

.btn_sms_send { 
	display:block;width:100%;padding:20px;text-align:center;border-radius:5px;
	background: #8f00e9;
	border: 1px solid #5b0591;
	/*
	background: -webkit-linear-gradient(to right, #098d9b, #1cc6cf);
	background: linear-gradient(to right, #098d9b, #1cc6cf);	
	*/
	color:#fff;
	font-size:20px;
	line-height:0;
}
.btn_sms_send:hover { 
	color:#fff;
    background: #450070;
    border-color: #000000;
}
.btn_sms_send i { color:#fff;margin-right:10px;font-size:20px; }


/* 받는사람 영역 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */










/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 내 문자 보관함 */
.smsbox {
	height:600px;
	overflow-y:auto;
}
.smsbox > .pagging_wrap {
	margin:10px 0;
}

.smsbox ul.list_ul {
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.smsbox ul.list_ul li:not(.no_list) {
	position:relative;
	padding: 10px 10px 30px;
	width: 180px;
	background: #EEF7FC;
	border:1px solid #C0D5E7;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	cursor:pointer;
}
.smsbox ul.list_ul li.no_list {
	width: 100%;
	text-align: center;
	padding: 89px;
	background: #f9f9f9;
	border: 1px solid #d1d3e2;
}
.smsbox ul.list_ul li .sms_type_icon { padding: 2px 5px;bottom: 5px;left: 5px;font-weight: normal;font-size: 11px; }
.smsbox ul.list_ul li p { height: 150px;margin:0;word-wrap: break-word;overflow-y: scroll; }
.smsbox ul.list_ul li a.save_sms_delete_btn { position: absolute;bottom: 0px;right: 10px;font-size: 24px; }
.smsbox ul.list_ul li a.save_sms_delete_btn i { font-size:20px; }

/* 내 문자 보관함 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




#attach_img_wrap_pc { display:none;margin-bottom:5px; }
#attach_img_wrap_pc.insert { display:block; }
.attach_img_pc { display: flex;justify-content: flex-start;flex-direction: row; }
.attach_img_pc li { position:relative;width:33.33333%;height:70px;background-position:center;background-repeat:no-repeat;background-size:cover; }
.attach_img_pc li .btn_delete_upimg { position:absolute;top:5px;right:5px;background: #000000;width: 20px;height: 20px;border-radius: 50%; }
.attach_img_pc li .btn_delete_upimg i { color:#fff;font-size:16px;position:absolute;top:2px;right:5px; }







.sms_main_wrap { display:flex;flex-direction: row;justify-content: space-between;align-items: flex-start;width:100%;max-width:1200px;margin: auto; }
.sms_main_wrap .mobile_btn_box { width: 110px;height:404px; }
.sms_main_wrap .mobile_btn_box ul { display: flex;flex-direction: column;justify-content: space-between;height: 100%; }
.sms_main_wrap .mobile_btn_box ul li .btn { width:100%;height:54px;display:flex;align-items:center;justify-content:center;background: #4d56b5;border:none;color:#fff;font-size:16px;font-weight:500; }


.right_container_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
@media (max-width:1100px){
	.right_container_wrap .content_inner.box_group { width:calc(100% - 410px); }
	/* .right_container_wrap > ul.usecaseList li.box_group { margin-bottom:50px; } */
}
@media (max-width:1000px){
	.right_container_wrap .content_inner.box_group { width:calc(100% - 340px); }
	/* .right_container_wrap > ul.usecaseList li.box_group { margin-bottom:50px; } */
}
@media (max-width:900px){
	.navi_wrap, .auth_wrap .navi_pc { display:none; }
	
	.auth_wrap.fixed { top:0; }


	.sms_main_wrap { flex-wrap: wrap; }
	.sms_main_wrap .mobile_btn_box { display:block; }
	.content_inner.box_phone .sms_content_wrap textarea { height:250px; }
	.content_inner.box_phone .send_config_wrap .btn_more { height:30px;margin-top:5px; }

	.box_group_m { display:block !important; }


	.box_group,
	.content_inner.box_number_box .mobile_image_box.insert { display:none !important; }


	.box_number_box .receive_box .receive_content,
	.box_number_box .receive_box .receive_btn_wrap { display:none; }
	.number_input_box_mobile .input_btn_wrap input[type=number] { width:calc(100% - 165px); }
	.number_input_box_mobile .input_btn_wrap button { width:45px;justify-content: center; }
	.number_input_box_mobile .input_btn_wrap button span { display:none; }
	.number_input_box_mobile .input_btn_wrap button > i { font-size:20px;margin:0; }
}
@media (max-width:600px){
	.container_wrap { padding-top:10px; }
	.sub_title_wrap { display:none; }
	.content_inner.box_phone { width:calc(100% - 90px); }
	.content_inner.box_phone .sms_content_wrap textarea { height:160px; }
	
	.sms_main_wrap .mobile_btn_box { width: 80px; }

	.content_inner.box_number_box { display: flex;justify-content: space-between;align-items: flex-start;  }

	.content_inner.box_number_box .receive_box { width:100%;padding:5px;height:auto; }
	.content_inner.box_number_box .receive_box.insert { width:calc(100% - 130px); }
	.content_inner.box_number_box .receive_box > h2 { font-size:14px;margin:0; }
	.content_inner.box_number_box .receive_box .list_wrap { height:200px; }
	.content_inner.box_number_box .receive_box .btn_wrap,
	.content_inner.box_number_box .sms_send_wrap { display:none; }

	.content_inner.box_number_box .receive_box .send_phone_number_table_pc { display:none; }
	.content_inner.box_number_box .receive_box .send_phone_number_table_mo { display:block; }

	.content_inner.box_number_box .mobile_image_box.insert { display:block !important; }

	#attach_img_wrap_pc { display:none !important; }
	
	.box_number_box .receive_box { margin-bottom:0; }
	.sms_send_wrap_m { width:100%;display:block !important; }

	.box_group_m { width:80px; }
	.box_group_m ul li a { height:60px; }
	.box_group_m ul li a i { position:absolute;top: 15px;font-size: 16px;width:16px; }
	.box_group_m ul li a span { position:absolute;top:30px; }



}



#die_msgView_wrap .content_wrap { margin-bottom:0;height: calc(100vh - 50px);background: #f7f9fa; }
#die_msgView_wrap .content_wrap .scroll_div { max-height:calc(100vh - 50px); }
.die_container section { margin-bottom:20px;background:#fff;box-shadow: 0 0 10px rgb(62 57 107 / 10%);padding:50px 15px; }
.die_container section.title_wrap { padding:20px 0;display: flex;flex-direction: column;align-items: center;color:#000; }
.die_container section.title_wrap h1,
.die_container section.title_wrap h2 { margin:0; }
.die_container section.title_wrap h2 { margin-bottom:10px; }
.die_container section.title_wrap h1 { font-size:20px;font-weight:bold;color:#000; }
.die_container section.title_wrap .picture_wrap { margin-top:15px; }
.die_container section.title_wrap .picture_wrap .frame { border:5px solid #fff;box-shadow: 0 10px 38px rgb(0 0 0 / 13%); }
.die_container section.title_wrap .content_box { position:relative;width:calc(100% - 40px); }
.die_container section.title_wrap .content_box .item_title { color:#000;font-size:16px;font-weight:bold;border-bottom:2px solid #000;padding-bottom:5px;margin-bottom:15px; }
.die_container section.title_wrap .content_box .family_wrap ul li { margin-top:7px;border:0; }
.die_container section.title_wrap .content_box .family_wrap ul li:first-child { margin-top:0; }
.die_container section.title_wrap .content_box .family_wrap ul li .inner_content { display:flex; }
.die_container section.title_wrap .content_box .family_wrap ul li .inner_content .type { color:#989898;width:70px; }
.die_container .header_wrap { position: relative;height:60px;background:#e9e9e9;display: flex;align-items: center; }
.die_container .header_wrap .inner { position: relative;z-index: 3;margin: 0 auto;padding:50px 0;color:#fff;	}
.die_container .header_wrap .inner_shadow_bg { position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1; }
.die_container header { display: flex;align-items: center;justify-content: center;background: #624b4b;height:60px; }
.die_container header > h1 { margin: 0;color: #fff;font-size: 20px; }
.die_container .btn_navi_wrap { display:flex;justify-content: flex-end;margin-top:15px; }
.die_container .btn_navi_wrap a { margin-left:10px; }









/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 상점/모임 페이지 */

/* 왼쪽 사이트 메뉴 영역 */
.page_side_wrap { position: relative;width:220px;display:none; }
.page_side_wrap .side_wrap { position:fixed;width:220px;text-align:center;background:#fff;overflow:hidden; }
.page_side_wrap .side_wrap .logo_wrap { display:block;margin-bottom:10px;text-align:center; }
.page_side_wrap .side_wrap .logo_wrap a { display:block;background-size:cover;height:160px;margin:0 auto; }
.page_side_wrap .side_wrap .title_wrap { margin:0 10px 15px; }
.page_side_wrap .side_wrap .title_wrap a { display:block;font-size:20px;line-height:120%;margin-bottom:5px; }
.page_side_wrap .side_wrap .title_wrap p { font-size:12px;color:#989898;margin:0; }
.page_side_wrap .side_wrap .intro_wrap { padding:10px;text-align:left; }
.page_side_wrap .side_wrap .side_btn_wrap { display: flex;justify-content: space-between;flex-direction: column; }


.mobile_group_cover_img_wrap button.set_btn_favorite,
.side_btn_wrap button.set_btn_favorite,
.mobile_sub_menu_wrap button.set_btn_favorite { 
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 100%;
	max-width: 120px;
	height: 30px;
	margin: 15px auto 0;
	border-radius: 15px;
	font-size: 12px;
	padding-top:2px;
}
.mobile_group_cover_img_wrap button.set_btn_favorite { 
	position:absolute;
	right:10px;bottom:10px;
	z-index:1;
	color:#fff !important;
	border:none !important;
}
.mobile_sub_menu_wrap button.set_btn_favorite.unset { display:none; }



.page_container {
	display:flex;
	justify-content: space-between;
	width:100%;max-width:1040px;
	min-height:400px;
	padding:10px 0;
	margin:0 auto;
}

.page_contents_wrap { 
	position:relative;
	display:block;
	width:100%;
	max-width:100%;
	/*
	width:810px;
    max-width: calc(100% - 230px);
	/*
	*/
}

.page_contents_wrap .section { width:100%;margin:0;background:#fff; }
.page_contents_wrap .inner_section { padding:10px; }



.search_input_wrap { position:relative;margin-bottom:15px !important; } /* border: 1px solid #d1d1d1; */
.search_input_wrap > input { width:100%;padding:16px 15px 14px;border:0;background:transparent; }
.search_input_wrap > a {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_input_wrap > a > i { font-size:18px;height:18px;color:#ababab; }


.page_contents_wrap .shop_info_wrap ul li { padding:5px 20px;border-bottom:1px solid #EBEBEB; }
.page_contents_wrap .shop_info_wrap ul li:first-child { border-top:0; }
.page_contents_wrap .shop_info_wrap ul li > div { height:40px; }
.page_contents_wrap .shop_info_wrap ul li > div > span { width:25px;text-align:center;margin-right:5px; }
.page_contents_wrap .shop_info_wrap ul li > div > span i { font-size:20px;color:#d2d2d2; }




.page_contents_wrap h2.section_title { position:relative;font-size:20px;color:#000;font-weight:bold;margin:10px; }
.page_contents_wrap h2.section_title .section_title_sub { position:relative;font-size:13px;color:#989898;margin-top:5px; }
.page_contents_wrap h2.section_title > a,
.page_contents_wrap h2.section_title .section_title_sub > a { 
	position:absolute;
	top: 15px;
	right:0;
	margin: 0;
	font-size:11px;
	color:#989898;
	display: flex;
	align-items: center;
}
.page_contents_wrap h2.section_title .section_title_sub > a { top:0; }
.page_contents_wrap h2.section_title  > a > i,
.page_contents_wrap h2.section_title .section_title_sub > a > i { margin-left: 5px;font-size: 10px; }



.page_contents_wrap .shop_main_info { position:absolute;width:100%;top:15px;left:0; }
.page_contents_wrap .shop_main_info h1 { 
	display: inline-block;
	margin:0 0 0 15px;
	color:#fff;font-size:20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:calc(100% - 100px);
	overflow: hidden;
	word-break: normal;
}
.page_contents_wrap .shop_main_info h1 a i { font-size:20px;color:#fff;margin-right:5px; }


.page_contents_wrap .spotArea { position:relative;width:100%;height:200px; }
.page_contents_wrap .spotArea .spotimg { height:100%;background-position:center;background-repeat:no-repeat;background-size:cover; }


.page_contents_wrap .spotArea .set_btn_favorite { 
	display:none;
	position: absolute;
	top:0;
	right:10px;
	color: #fff;
	border-radius: 15px;
	background: #36be81;
	padding: 3px 10px;
}
.page_side_wrap .side_wrap .btn_wrap button.set_btn_favorite.unset { border: 1px solid #3c3c3c;color: #3c3c3c; }
.page_contents_wrap .spotArea .set_btn_favorite.unset { 
	position: absolute;
	right:10px;
	color: #fff;
	border-radius: 15px;
	background: #3c3c3c;
	padding: 3px 10px;
}



.mobile_group_cover_img_wrap { position:relative;display:none;height: 150px;background-position: center;background-size: cover;margin-bottom: 10px; }
.mobile_group_cover_img_wrap .group_main_info { position: absolute;width: 100%;top: 0px;left: 0;display: flex;justify-content: space-between; }
.mobile_group_cover_img_wrap .group_main_info > h1 { 
    color: #fff;
    font-size: 20px;
    width: 100%;
	height:60px;
	margin:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: normal;
	padding: 10px 10px;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%) 0%, rgba(0,0,0,0) 100%);
}
.mobile_group_cover_img_wrap .group_main_info > h1 > a > i { font-size: 20px;color: #fff;margin-right: 5px; }
.mobile_group_cover_img_wrap .group_main_info > a.btn_search_main { margin-right:10px; }
.mobile_group_cover_img_wrap .group_main_info > a.btn_search_main > i { color:#fff;font-size:20px; }
.page_contents_wrap .mobile_sub_menu_wrap,
.page_contents_wrap .mobile_sub_menu_wrap_shadow { position:relative;display:none;width:100%;height:75px;padding: 10px;background: #fff;margin-bottom: 10px; }
.page_contents_wrap .mobile_sub_menu_wrap.fixed { position:fixed;top:60px;left:0;border-radius:0;z-index:2;height: 60px;border-bottom:1px solid #f0f0f0; }
.page_contents_wrap .mobile_sub_menu_wrap_shadow { display:none;background-color: transparent;z-index:0; }
.page_contents_wrap .mobile_sub_menu_wrap > a { display:block;font-size:20px;margin-bottom:10px; }
.page_contents_wrap .mobile_sub_menu_wrap.fixed > a { font-size:16px;margin-bottom:0; }
.page_contents_wrap .mobile_sub_menu_wrap > button.write_post_wrap { 
	position: absolute;
	top:0;
	right: 10px;
	bottom:0;
	width: 80px;
	height:32px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	line-height: 0;
	padding: 15px 0;
	background: #03d4f5;
	font-family: 'NanumGothic';
	font-weight: normal;
	margin:auto;
}
.page_contents_wrap .mobile_sub_menu_wrap .sub_wrap .memberCount { margin-right:10px; }




.page_contents_wrap .main_contents { 
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width:550px;
	background:#fff;
}
.page_contents_wrap .main_contents:after { content:'';clear:both;display:block; }
.page_contents_wrap .main_contents.wide { width:100%; }



.page_contents_wrap .shop_tab_menu { 
	border-bottom:1px solid #dce6ef;
	width: 100%;
	padding:0 !important;
	display: flex;
	justify-content: space-between;
}
.page_contents_wrap .shop_tab_menu li { position:relative;width:25%;margin-left:0 !important;margin-right:0 !important;margin-bottom:-1px; }
.page_contents_wrap .shop_tab_menu li > span { position:absolute;width:100%;height:2px;background:#000;top:0;z-index: 1;display:none; }
.page_contents_wrap .shop_tab_menu li a { 
	border: 1px solid transparent;
	position: relative;
	display: block;
	padding: 15px;
	margin: 0;
	text-align: center;
	color:#000;
}
.page_contents_wrap .shop_tab_menu > li.active > a, 
.page_contents_wrap .shop_tab_menu > li.active > a:hover, 
.page_contents_wrap .shop_tab_menu > li.active > a:focus {
	border-bottom-color: #fff;
	cursor: default;
	background-color: #fff;
	border: 1px solid #dce6ef;
	border-bottom-color:transparent;
}
.page_contents_wrap .shop_tab_menu > li.active > span { display:block; }	


.page_contents_wrap .gallery_wrap { padding:10px;border-bottom: 1px solid #EBEBEB; }
.page_contents_wrap .gallery_wrap ul { display:flex;align-items: center;flex-wrap: wrap;justify-content: center; }
.page_contents_wrap .gallery_wrap ul li { width:25%;margin-bottom: 20px; }
.page_contents_wrap .gallery_wrap ul li:nth-child(5),
.page_contents_wrap .gallery_wrap ul li:nth-child(6),
.page_contents_wrap .gallery_wrap ul li:nth-child(7) { margin-bottom:20px; }
.page_contents_wrap .gallery_wrap ul li a { 
	display:block;
	width:90%;max-width:130px;
	height:130px;
	margin:0 auto;
	background-size:cover;
	background-position:center;
	background-color:#fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	text-align:center;
}
.page_contents_wrap .gallery_wrap ul li a.no_img { box-shadow: 0 0 10px rgb(0 0 0 / 10%); }
.page_contents_wrap .gallery_wrap ul li a.no_img > i {
	margin-top:5px;font-size:80px;color: #dddddd;
}
.page_contents_wrap .gallery_wrap ul li a.no_img > p {
	font-size:12px;margin-top:5px;line-height:13px;color: #989898;
}




.page_contents_wrap .tags_wrap { padding:20px 10px; }
.page_contents_wrap .tags_wrap > h3 { margin:0 5px 5px;color:#36C9BD;font-size:18px; }
.page_contents_wrap .tags_wrap .tags_list { display:flex;flex-wrap: wrap; }
.page_contents_wrap .tags_wrap .tags_list a { margin:5px;font-size:12px; }


.page_contents_wrap .board_list_wrap { padding:10px;background:#fff; }
.page_contents_wrap .board_list_wrap ul { margin:0 10px; }
.page_contents_wrap .board_list_wrap li { border-bottom: 1px dashed #e1e1e1; }
.page_contents_wrap .board_list_wrap li.no_data { padding:10px;text-align:center; }
.page_contents_wrap .board_list_wrap li a {
	position:relative;
	display:block;
	padding:7px 0;
}
.page_contents_wrap .board_list_wrap li a span { position:absolute;right:0;color: #BABABA;font-weight: 300; }




@media (max-width:768px){
	.page_container { 
		display:block;
		width:100%;
		max-width:100%;
		padding:0;
	}
	.mobile_group_cover_img_wrap,
	.mobile_sub_menu_wrap,
	.page_contents_wrap.group .post_box { border-radius:0 !important; }

	.page_side_wrap { display:none; }
	.mobile_group_cover_img_wrap { display:block; }
	.page_contents_wrap {
		display:block;
		width:100%;
		max-width:100%;
	}
	.mobile_sub_menu_wrap_shadow.active { display:block; }

	.page_contents_wrap .mobile_sub_menu_wrap,
	.page_contents_wrap .spotArea .set_btn_favorite { display:block; }
}
@media (max-width:560px){
	.page_contents_wrap .gallery_wrap ul li { width:33%;margin-bottom: 20px; }
	.page_contents_wrap .gallery_wrap ul li:nth-child(4) { margin-bottom:20px; }
}
@media (max-width:450px){
	.page_contents_wrap .gallery_wrap ul li { width:50%;margin-bottom: 20px; }
	.page_contents_wrap .gallery_wrap ul li:nth-child(3) { margin-bottom:20px; }
}
/* 상점 페이지 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */







/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 상단 슬라이드 박스 */
#visual_slide { max-width:100%;height:150px; }
#visual_slide .swiper-slide { min-height:150px;background-position:center;background-size:cover; }
#visual_slide .swiper-slide a.slide_link {
	position: absolute;
	width: 100%;
	height: 100%;
}
#visual_slide .swiper-slide h1 {
	position:absolute;
	font-size:30px;
	color: #fff;
	right:30px;
	bottom:50px;
	font-weight:bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
#visual_slide .swiper-slide h2 {
	position:absolute;
	font-size:16px;
	color: #fff;
	right:30px;
	bottom:25px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
#visual_slide .swiper-button { display:none; }
#visual_slide .swiper-pagination-bullet { 
	width:14px;height:14px;font-size:0;
	opacity:0.5;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	transform:scale(0.6);
}
#visual_slide .swiper-pagination-bullet:focus { outline:none; }
#visual_slide .swiper-pagination-bullet-active { background:rgba(255,255,255,.7);opacity:1;transform:scale(.8); }
/* 상단 슬라이드 박스 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */








/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 상점의 나의 정보 박스 */
.my_shop_info_wrap {
	/*
	position:absolute;
	width:calc(100% - 20px);
	left:0;right:0;
	margin:auto;
	padding:15px 20px;
	margin-top:-50px;
	background:#fff;
	box-shadow:0 0 10px rgb(62 57 107 / 10%);
	z-index:2;
	*/
	padding:15px 20px 10px;
	background:#fff;
	border-bottom:1px solid #ebebeb;
}
.my_shop_info_wrap .my_info_title_wrap > h1,
.my_shop_info_wrap .my_info_title_wrap_member > h1 { display:flex;margin:0 0 10px;font-size:14px;color:#444; }
.my_shop_info_wrap .my_info_title_wrap > h1 { justify-content: center;color:#989898; }
.my_shop_info_wrap .my_info_title_wrap > h1 > a { color:#000;font-size:14px; }
.my_shop_info_wrap .my_info_title_wrap_member > h1 { color:#989898; }
.my_shop_info_wrap .my_info_title_wrap_member > h1 > strong { color:#000;font-size:14px; }
.my_shop_info_wrap .my_info_title_wrap_member > h1 > a { margin-left:5px; }
.my_shop_info_wrap .my_info_title_wrap_member > h1 > a > i { color:#989898;font-size:16px; }
.my_shop_info_wrap .my_info_point_wrap { display:flex;justify-content: space-between; }
.my_shop_info_wrap .my_info_point_wrap li { text-align:center; }
.my_shop_info_wrap .my_info_point_wrap li div { text-align:left; }
.my_shop_info_wrap .my_info_point_wrap li div > span { font-size:11px;color:#989898;text-align:left; }
.my_shop_info_wrap .my_info_point_wrap li div > p { display: flex;align-items: center;justify-content: center;margin:0;text-align: center;font-size:15px;color:#000; }
.my_shop_info_wrap .my_info_point_wrap li div > p > em { font-size:11px;color:#989898;margin-left:2px; }
.my_shop_info_wrap .my_info_point_wrap li div > p > span { display:inline-block;padding:1px 6px;border-radius:100%;background:#39C4C4;color:#fff;font-size:11px;margin-right:5px; }
/* 상점의 나의 정보 박스 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */







.category_wrap { background:#fff;border-bottom: 1px solid #ebebeb; }
.category_wrap .btn_arrow { position:absolute;width:25px;height:100%;top:0;bottom:0;margin:auto;background: #fff; }
.category_wrap .btn_arrow > i { font-size:20px; }
.category_wrap .btn_arrow.slick-next { right:0; }
.category_wrap ul li > button {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	width:100%;
	height: 100%;
	font-size:12px;
	padding:20px 0 15px;
}
.category_wrap ul li > button > i { font-size:24px;margin-bottom:10px; }


.shop_group_list_wrap { position:relative;margin:20px 0;padding:0 20px; }
.shop_group_list_wrap h2 { display: flex;align-items: flex-end;justify-content: flex-start;margin: 5px auto 20px;position: relative;font-size: 20px;color: #000;font-weight: 500;width:calc(100% - 20px);max-width:1200px; }
.shop_group_list_wrap h2 a { font-size:20px;margin-left:5px; }
.shop_group_list_wrap h2 a i {  }
.shop_group_list_wrap .sub_title { margin:0 10px 30px;text-align: center; }
.shop_group_list_wrap > .group_list_wrap { max-width:1120px;margin:0 auto; }
.shop_group_list_wrap > .group_list_wrap > ul { margin:0 0 0 -30px;display:flex;flex-wrap: wrap;justify-content: center; }
.shop_group_list_wrap > .group_list_wrap > ul li.group_box { 
	position:relative;
	width:200px;height:220px;
	margin:0 0 30px 30px;
	background:#fff;
	box-shadow:0 0 10px rgb(62 57 107 / 10%);
	/* border: 1px solid #dbdbdb; */
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.shop_group_list_wrap .group_box:hover {
	-webkit-transform: translate(0,-5px);
	transform: translate(0,-5px);
	-webkit-box-shadow: 0 5px 9px 1px rgb(62 73 89 / 12%);
	box-shadow: 0 5px 9px 1px rgb(62 73 89 / 12%);
}
.shop_group_list_wrap .group_box > i.grp_icon { position:absolute;top:10px;right:10px;font-size: 20px;color:#fff; }
.shop_group_list_wrap .group_box a.create_wrap { 
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height:100%;
}
.shop_group_list_wrap .group_box a.create_wrap > div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#f1f2f3;
	margin-bottom:5px;
}

.shop_group_list_wrap .group_box .group_coverImg { position:relative;height:140px;background-position:center;background-size:cover;background-repeat:no-repeat; }

.shop_group_list_wrap .group_box a .group_name { padding:10px;text-align:left;position:relative; }
.shop_group_list_wrap .group_box a .group_name > .shop_group_name { position:relative;font-size:15px;color:#000;margin:0 0 5px;font-weight: 500;font-family: 'Noto Sans KR';line-height:120%; }
.shop_group_list_wrap .group_box a .group_name > .status_html { font-size:14px;color:#989898;margin:0; }
.shop_group_list_wrap .group_box a .group_name > span { font-size:14px;color:#989898; }



.shop_group_list_wrap > ul.usecaseList { max-width:680px;margin:20px auto;display:flex;flex-wrap: wrap;justify-content: center; }
.shop_group_list_wrap > ul.usecaseList li.box { 
	width:200px;height:230px;
	margin:0 10px 30px;
	background:#fff;
	box-shadow:0 0 10px rgb(62 57 107 / 10%);
	/* border: 1px solid #dbdbdb; */
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.shop_group_list_wrap > ul.usecaseList li.box:hover {
	-webkit-transform: translate(0,-5px);
	transform: translate(0,-5px);
	-webkit-box-shadow: 0 5px 9px 1px rgb(62 73 89 / 12%);
	box-shadow: 0 5px 9px 1px rgb(62 73 89 / 12%);
}
.shop_group_list_wrap > ul.usecaseList li.box a { 
	height:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
    font-family: 'Noto Sans KR';
}
.shop_group_list_wrap > ul.usecaseList li.box a > div { margin-bottom:10px; }
.shop_group_list_wrap > ul.usecaseList li.box a > div > i { font-size:60px;color: #4d56b5; }
.shop_group_list_wrap > ul.usecaseList li.box a.create_goup > div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#f1f2f3;
}
.shop_group_list_wrap > ul.usecaseList li.box a.create_goup > div > i { font-size:20px; }

.shop_group_list_wrap > ul.usecaseList li.box a .shop_coverImg { height:140px;background-position:center;background-size:cover;background-repeat:no-repeat; }
.shop_group_list_wrap > ul.usecaseList li.box a .shop_name { padding:5px;text-align:left; }
.shop_group_list_wrap > ul.usecaseList li.box a .shop_name > p { font-size:14px;color:#000; }
.shop_group_list_wrap > ul.usecaseList li.box a .shop_name > span { font-size:12px;color:#989898; }

@media (max-width:1159px){ 
	.shop_group_list_wrap > .group_list_wrap { max-width:890px; } 
}
@media (max-width:930px){ 
	.shop_group_list_wrap > .group_list_wrap { max-width:660px; } 
}
@media (max-width:700px){ 	
	.shop_group_list_wrap > .group_list_wrap { max-width:490px; } 

	.shop_group_list_wrap > .group_list_wrap > ul { margin-left:-20px; }
	.shop_group_list_wrap > .group_list_wrap > ul li.group_box {  width:150px;height:165px;margin:0 0 30px 20px; }
	.shop_group_list_wrap > .group_list_wrap > ul li.group_box a .group_coverImg { height:105px; }
	.shop_group_list_wrap > .group_list_wrap > ul li.group_box a .group_name > p.shop_group_name { font-size:14px;margin-bottom:5px; }
	.shop_group_list_wrap > .group_list_wrap > ul li.group_box a .group_name > span { font-size:13px; }



	.shop_group_list_wrap > ul.usecaseList li.box { width:110px;height:110px; }
	.shop_group_list_wrap > ul.usecaseList li.box a > div > i { font-size:40px; }
	.shop_group_list_wrap > ul.usecaseList li.box a.create_goup > div { width: 40px;height: 40px; }
	.shop_group_list_wrap > ul.usecaseList li.box a .shop_coverImg { height:70px; }
	.shop_group_list_wrap > ul.usecaseList li.box a .shop_name { padding:5px; }
	.shop_group_list_wrap > ul.usecaseList li.box a .shop_name > p { font-size:12px;margin-bottom:5px; }
	.shop_group_list_wrap > ul.usecaseList li.box a .shop_name > span { font-size:11px; }
}
@media (max-width:530px){
	.shop_group_list_wrap { padding:0 10px; }
	.shop_group_list_wrap > .group_list_wrap { max-width:320px; } 
}
@media (max-width:340px){
	.shop_group_list_wrap > .group_list_wrap { max-width:150px; } 
}





.create_2_wrap { position:relative;max-width:900px;width:calc(100% - 20px);margin:50px auto; }
.create_2_wrap .row { margin-bottom:40px; }
.create_2_wrap .title { display:flex;justify-content: space-between;margin-bottom:5px;font-family: 'Noto Sans KR' !important;font-weight:500; }
.create_2_wrap .row.sub_title { margin-left:10px; }
.create_2_wrap .row.sub_title .title { font-size:14px; }

.create_2_wrap .explain { margin-top:5px;color:#8c8c8c; }

.create_2_wrap .coverimg_wrap {	height:225px;position: relative; }
.create_2_wrap .choice_img_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 225px;
}
.create_2_wrap .choice_img_wrap .cover {
	display: block;
	position: relative;
	font-size: 0;
	border: 1px solid #eee;
}
.create_2_wrap .choice_img_wrap .cover img { width:100%;border-radius: 2px; }


.create_2_wrap .coverList { margin-left:330px;position: relative;height:100%; }
.create_2_wrap .coverList .head { position:relative;margin-bottom:10px; }
.create_2_wrap .coverList .head h3 {
	font-size: 13px;
	font-weight: 400;
	color: #444;
	margin:0;
	padding-top:5px;
}
.create_2_wrap .coverList .head .navi {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}
.create_2_wrap .coverList .head .navi .paging {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 23px;
	vertical-align: top;
}
.create_2_wrap .coverList .head .navi .paging strong { color: #2ecc71; }
.create_2_wrap .coverList .head .navi .btnArea { display: inline-block;margin-left: 11px; }
.create_2_wrap .coverList .head .navi .btnArea button {
	float: left;
	position: relative;
	width: 22px;
	height: 23px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	text-align: center;
}
.create_2_wrap .coverList .head .navi .btnArea button i { font-size:12px; }
.create_2_wrap .coverList .list,
.create_2_wrap .coverList .cover_img_list { width:570px;margin:0 auto; }
.create_2_wrap .coverList .list { position:relative; }
.create_2_wrap .coverList .cover_img_list { position:absolute;top:0;z-index:0;left:-130px;display: flex;flex-wrap: wrap;justify-content: space-between; }
.create_2_wrap .coverList .list li { float:left; }
.create_2_wrap .coverList .list li,
.create_2_wrap .coverList .cover_img_list li { display:;position:relative;width:130px;height:93px;margin-bottom:10px; }
.create_2_wrap .coverList .cover_img_list li { display:none; }
.create_2_wrap .coverList .cover_img_list li:nth-child(1),
.create_2_wrap .coverList .cover_img_list li:nth-child(2),
.create_2_wrap .coverList .cover_img_list li:nth-child(3),
.create_2_wrap .coverList .cover_img_list li:nth-child(4),
.create_2_wrap .coverList .cover_img_list li:nth-child(5),
.create_2_wrap .coverList .cover_img_list li:nth-child(6),
.create_2_wrap .coverList .cover_img_list li:nth-child(7) { display:block; }

.create_2_wrap .coverList .cover_img_list li.fisrt { margin-left:147px; }
.create_2_wrap .coverList .cover_img_list li:nth-child(5) { margin-left:0; }
.create_2_wrap .coverList .cover_img_list li .mask {
	display: none;
	position: absolute;
	width:100%;height:100%;
	top: 0;
	left: 0;
	background-color: rgb(57 196 196 / 80%);
}
.create_2_wrap .coverList .cover_img_list li .mask > span { display:flex;justify-content: center;align-items: center;height:100%; }
.create_2_wrap .coverList .cover_img_list li .mask > span > i { color:#fff;font-size:30px; }


.create_2_wrap .coverList .list li button,
.create_2_wrap .coverList .cover_img_list li button { width:100%;height:100%;background-position:center;background-size:cover; }
.create_2_wrap .coverList .list > li > div > button { background-color:#ebebeb;display:flex;flex-direction: column;align-items: center;justify-content: center; }
.create_2_wrap .coverList .list > li > div > button > i { font-size:24px;margin-bottom:5px;color:#989898; }
.create_2_wrap button.btn_choice_img { cursor:pointer; }




.create_2_wrap .group_type_wrap { margin-bottom:50px; }
.create_2_wrap .group_type_wrap .typeList {
	display: -webkit-box;
	display: flex;
	padding: 30px;
	background:#fff;
}
.create_2_wrap .group_type_wrap .typeList .typeListItem {
	margin:0 10px;
	padding: 0;
}
.create_2_wrap .group_type_wrap .typeList li .uCheck {
	position:relative;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}
.create_2_wrap .group_type_wrap .uCheck .groupOpenType {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	opacity: 1;
	cursor: pointer;
}
.create_2_wrap .group_type_wrap .uCheck .checkLabel {
	position: relative;
	display: block;
	padding-left: 20px;
	cursor: pointer;
}
.create_2_wrap .group_type_wrap .uCheck .checkLabel .text {
	overflow: hidden;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	color: #333;
}
.create_2_wrap .group_type_wrap .uCheck .checkLabel .text strong { display:block;color: #000;font-weight: 500;margin-bottom:5px; }
.create_2_wrap .group_type_wrap .uCheck .checkLabel .text > span { font-size:14px;line-height:130%;font-weight:normal;color:#989898; }





@media (max-width:890px){
	.create_2_wrap .coverimg_wrap { height:470px; }
	.create_2_wrap .choice_img_wrap { width:100%;right:0;margin:auto; }
	.create_2_wrap .choice_img_wrap #cover_preview_box>.result_box { width:100%;height:230px; }
	.create_2_wrap .coverList { padding:240px 0 0;margin:0; }

	.create_2_wrap .group_type_wrap .typeList { padding:15px;flex-direction: column; }
	.create_2_wrap .group_type_wrap .typeList .typeListItem { margin:15px 0px; }
}
@media (max-width:768px){
	.create_2_wrap { margin:20px auto 50px; }
	.create_2_wrap .row { margin-bottom:20px; }
}

@media (max-width:600px){
	.create_2_wrap .coverimg_wrap { height:700px; }

	.create_2_wrap .coverList .list,
	.create_2_wrap .coverList .cover_img_list { width: 277px; }
}



.create_2_wrap #allowedWrap { display:none; }
.create_2_wrap .allowedWrap {
	position: relative;
	border-top: 1px solid #f0f0f0;
	background: #fcfcfc;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.create_2_wrap .allowedWrap:after, 
.create_2_wrap .allowedWrap:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.create_2_wrap .allowedWrap:before {
	border-color: rgba(240,240,240,0);
	border-bottom-color: #f0f0f0;
	border-width: 9px;
	margin-left: -9px;
}
.create_2_wrap .allowedWrap:after {
	border-color: rgba(252,252,252,0);
	border-bottom-color: #fcfcfc;
	border-width: 8px;
	margin-left: -8px;
}
.create_2_wrap .allowedWrap .allowCheck {
	width: 50%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 20px 25px;
}
.create_2_wrap .allowedWrap .allowCheck .textTitle,
.create_2_wrap .allowedWrap .allowCheck .textDesc { font-size:12px;color:#989898;font-weight:400; }
.create_2_wrap .allowedWrap .allowCheck .textTitle { display:block;color:#000; }


.create_2_wrap .cover_btn_wrap { text-align:center;display: flex;justify-content: center; }
.create_2_wrap .cover_btn_wrap .btn { padding: 10px 40px;margin: 0 10px;border: 1px solid #ddd;background: #fff; }
.create_2_wrap .cover_btn_wrap button { color:#fff;border:0 !important; }


.coverImg_modal_bg_wrap { display:none;position:fixed;width:100%;height:100%;top:0;z-index:111111111;background-color:rgba(0,0,0,.5); }
.coverImg_modal_bg_wrap .upImg_preview_wrap { position:absolute;width:380px;height:460px;top:0;right:0;bottom:0;left:0;margin:auto;background:#fff;text-align: center; }
.coverImg_modal_bg_wrap .upImg_preview_wrap > h1 { border-bottom:1px solid #ddd;text-align:center;margin:0;padding:15px; }
.coverImg_modal_bg_wrap .upImg_preview_wrap .content_wrap { height:300px;margin:15px 15px 5px;background:#4c4c4c;display: flex;align-items: center;padding:0;overflow:hidden; }
.coverImg_modal_bg_wrap .upImg_preview_wrap .content_wrap .img_innerwrap > img { width:100%; }
.coverImg_modal_bg_wrap .upImg_preview_wrap > p { margin:5px 15px 20px;text-align:left;font-size: 12px;color: #525252;font-weight: 300; }
.coverImg_modal_bg_wrap .upImg_preview_wrap .btn { padding:10px 40px;border:1px solid #cecece;margin:0 5px; }

#cover_preview_box>.result_box {
	width:298px;height:223px;
	background-size:cover;
	background-position:center;
}



.uploadImg_wrap { display:flex; }
.uploadImg_wrap > .btn_uploadImg { height:30px; }
.uploadImg_wrap > .upImg_wrap { height:200px; }
.uploadImg_wrap > .upImg_wrap .upImg_preview .img_innerwrap { position:relative; }
.uploadImg_wrap > .upImg_wrap .upImg_preview .img_innerwrap,
.uploadImg_wrap > .upImg_wrap .upImg_preview .img_innerwrap > img { height:100%; }
.uploadImg_wrap > .upImg_wrap .upImg_preview .img_innerwrap a.btn_delete_img {
	position:absolute;width:30px;height:30px;top:0;right:0;
}
.uploadImg_wrap .upFile_wrap { display:flex;align-items: center;margin-left: 10px; }
.uploadFile_preview > span { display:none; }










/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 메인 페이지 */
.index_page_wrap .group_wrap { display:flex;flex-wrap: wrap;justify-content: center;margin: 10px 0 10px; }
.index_page_wrap .group_wrap:first-child { margin-top:30px; }
.index_page_wrap .group_box { 
	width:80px;height:80px;
	margin:0 15px 15px 15px;
	background:#fff;
	box-shadow:0 0 15px rgb(62 57 107 / 15%);
	border: 1px solid #dbdbdb;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.index_page_wrap .group_box:hover {
	-webkit-transform: translate(0,-5px);
	transform: translate(0,-5px);
	-webkit-box-shadow: 0 5px 9px 1px rgb(62 73 89 / 12%);
	box-shadow: 0 5px 9px 1px rgb(62 73 89 / 12%);
}
.index_page_wrap .group_box a { 
	display: flex;
	height: 100%;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}
.index_page_wrap .group_box a > i { font-size:30px;color:#4d56b5;margin-top:5px; }
.index_page_wrap .group_box .group_name { padding:10px 0 0;font-size: 15px;font-weight: 500;color: #000; }


.index_page_wrap .banner_box { margin-bottom:50px; }
.index_page_wrap .banner_box a { display:block;background-position:center;background-size:cover;height:150px; }

.index_page_wrap .notice_wrap { margin:0 10px 30px;padding:10px;background:#fff; }
.index_page_wrap .notice_wrap h2 { margin:5px 0 10px;position:relative;font-size:18px;color:#000;font-weight:500; }
.index_page_wrap .notice_wrap h2 > a { position:absolute;right:0;color:#989898;font-size:12px; }
.index_page_wrap .notice_wrap ul li { display:flex;justify-content: space-between;align-items: center; }
.index_page_wrap .notice_wrap ul li a { display:block;font-size: 15px;padding:5px 0;text-overflow: ellipsis;white-space: nowrap;width: calc(100% - 80px);overflow: hidden;word-break: normal; }
.index_page_wrap .notice_wrap ul li span { color:#989898;font-size:15px; }



.index_page_wrap .faq_wrap li a { display:flex;align-items: center;line-height:0;padding:20px 10px;margin:0 10px;border-bottom:1px solid #eee; }
.index_page_wrap .faq_wrap li a i { font-size:20px;margin-right:10px;color:#39C4C4; }
/* 메인 페이지 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */






.pc_wrap { display:block; }
.mobile_wrap { display:none; }
@media (max-width:900px) {
	.pc_wrap { display:none; }
	.mobile_wrap { display:block; }
}



#my_total_point_wrap > span,
#my_total_point_wrap > a {
	background: #d9528b;
	border: 1px solid #b9376d;
	font-size: 12px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
#my_total_point_wrap > a > span > i { margin:2px 0 0 10px; }


.membership_icon {
    height: 30px;
    line-height: 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
	background:#4d56b5;
	font-weight:600;
}



.layer_wrap,
.layer_wrap2 { 
	position:fixed;
	bottom:-110%;left:0;
	width:100%;height:100%;
	background:#fff;z-index:1111111;
	transition: all .3s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.layer_wrap.on { bottom:0; } 

.layer_wrap,
.layer_wrap2,
.layer_wrap .head_wrap,
.layer_wrap2 .head_wrap { border-top-right-radius: 30px;border-top-left-radius: 30px; }


.layer_wrap.new .head_wrap { border-top-right-radius: 10px;border-top-left-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,.1); }
.layer_wrap.new .content_wrap { background:#fff; }
.layer_wrap_bg { position:fixed;top:0;left:0;width:100%;height:100%;z-index:1111110;background:rgba(0,0,0,.2); }

.layer_wrap .head_wrap,
.layer_wrap2 .head_wrap { position:relative;height:50px;display: flex;justify-content: center;align-items: center; }
.layer_wrap .head_wrap .fa-dash,
.layer_wrap2 .head_wrap .fa-dash { font-size:35px;color:#cecece; }
.layer_wrap .head_wrap button,
.layer_wrap2 .head_wrap button { position:absolute;width:30px;height:30px;top:10px;right:10px; }
.layer_wrap .head_wrap button > i,
.layer_wrap2 .head_wrap button > i { font-size:26px;color:#000; }
.layer_wrap .head_wrap > h2 {
    font-size: 20px;
    color: #000;
    margin: 5px 0 0;
    font-weight: 600;
}
.layer_wrap .content_wrap { padding:5px 0;overflow-y:auto;height:calc(100% - 50px); }
.layer_wrap .content_wrap h1 {
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
    padding: 0 10px;
    font-weight: 600;
}




.modal_wrap { position:fixed;width:100%;height:100%;top:0;left:0;z-index: 11111112; }
.modal_wrap_bg {
	background: rgba(232,232,237,.4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1111112;
}
.modal_wrap,
.modal_wrap_bg { visibility: hidden;/* transition: opacity .32s cubic-beziEr(.4,0,.6,1) 80ms,visibility .32s step-end 80ms; */ }

.modal_wrap.on,
.modal_wrap.on .modal_wrap_bg { visibility:visible; }

.modal_wrap > table { width:100%;margin: 0 auto;height:100%; }
.modal_wrap > table > tbody > tr > td { vertical-align:middle;position:relative; }
.modal_wrap .btn_x { position: absolute;top: 10px;right: 10px;font-size: 24px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;color:#000;border: 0;background: none; }


.modal_wrap .modal_inner_wrap { position:relative;width:calc(100% - 40px);max-width:750px;overflow-y: auto;margin:0 auto;background:#fff;box-shadow: 0 0 20px rgba(0,0,0,.1);border-radius: 15px;z-index: 1111113; }
.modal_wrap .modal_inner_wrap h1 { margin:0;padding: 18px 15px 15px;background: #f9f9f9;text-align: center;color:#000;font-size:16px;border-bottom: 1px solid #ebebeb;font-weight: 600; }
.modal_wrap .modal_inner_wrap .content_wrap { padding:15px 20px; }
.modal_wrap .modal_inner_wrap .content_wrap .cct_div ul li { height:30px;display: flex;align-items: center; }

.modal_wrap .modal_inner_wrap .content_wrap .cct_div.week ul,
.modal_wrap .modal_inner_wrap .content_wrap .cct_div.time ul { display:flex;flex-wrap: wrap; }
.modal_wrap .modal_inner_wrap .content_wrap .cct_div.week ul li,
.modal_wrap .modal_inner_wrap .content_wrap .cct_div.time ul li { margin:5px 10px; }
.modal_wrap .modal_inner_wrap .content_wrap .cct_div.text ul li { width: 100%;height: 100%; }

.modal_wrap .modal_inner_wrap .content_wrap .cct_div.time ul { justify-content: center; }



.modal_wrap .modal_inner_wrap .content_btn_wrap { display: block;padding: 10px 20px;text-align: right;background: #fcfcfc;border-top: 1px solid #f1f1f1; }
.modal_wrap .modal_inner_wrap .content_btn_wrap button { margin-left:20px; }

.modal_wrap .custom-switch-wrap { display:none; }
.modal_wrap.on .custom-switch-wrap { display:block; }
.modal_wrap .custom-switch-wrap .custom-switch-label i { margin-right:5px; }

.modal_wrap .custom-switch-wrap .custom-switch-label.sun { color:red; }
.modal_wrap .custom-switch-wrap .custom-switch-label.sat { color:blue; }



#group_detail_list_content .btn_wrap_bottom > button { width:25%; }

#move_group_number { z-index:1111113; }
#move_group_number .inner_wrap > div { margin-bottom:20px; }
#move_group_number .inner_wrap > div > p.title { font-size:16px;margin-bottom:5px;font-weight:bold; }
#move_group_number .inner_wrap > div strong { font-weight: bold;margin-right: 2px;color: #000;font-size: 15px; }
#move_group_number .inner_wrap > div > .radio_box .btn_option { margin-top: 10px; }
#move_group_number .inner_wrap > div > .radio_box .btn_option:first-child { margin-top: 0px; }
#add_phone_number_layer .primary_color,
#move_group_number .primary_color { height:50px; }
#move_group_number_bg { display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:1111112;background:rgba(0,0,0,.15); }


#my_group_list_wrap li { cursor:pointer;position:relative;display:flex; }
#my_group_list_wrap li .checkbox_wrap { width: 40px;justify-content: center;margin-left:10px; }
#my_group_list_wrap li .checkbox_wrap .checkBox label span:first-child { margin:0; }
#my_group_list_wrap li .inner_list { width:calc(100% - 160px);padding:0; }
#my_group_list_wrap li .right_wrap { display:flex;align-items: center;justify-content: flex-end;width:160px; }
#my_group_list_wrap li .right_wrap .grp_count { font-size:15px;line-height:0; }
#my_group_list_wrap li .right_wrap button { margin-left:10px;font-size:18px;width: 40px;height: 100%; }




#my_group_detail_list_wrap li .inner_list { display: flex;align-items: center;height:55px;padding:0 10px;font-family: 'Noto Sans KR', sans-serif; }
#my_group_detail_list_wrap li .inner_list .checkbox_wrap,
#my_group_detail_list_wrap li .inner_list .right { display:flex;align-items: center; }
#my_group_detail_list_wrap li .inner_list .num_wrap { margin-right:10px; }
#my_group_detail_list_wrap li .inner_list .checkbox_wrap { margin-right:10px; }
#my_group_detail_list_wrap li .inner_list .checkbox_wrap .checkBox label span:first-child { width:18px;height:18px; }
#my_group_detail_list_wrap li .inner_list .checkbox_wrap .checkBox label span:first-child:before { width:8px;height:5px;top:5px;left:5px; }
#my_group_detail_list_wrap li .inner_list .right .pb_phone { font-size: 14px; }
#my_group_detail_list_wrap li .inner_list .right button { font-size:13px;height: 26px;padding: 0 5px;margin-left: 10px; }


#phone_detail_content ul li { padding:10px;border:0; }
#phone_detail_content ul li p { margin-bottom:5px; }
#phone_detail_content ul li p > span { color:red;margin-left:5px; }
#phone_detail_content ul li .input_wrap { position:relative;border:1px solid #dcdcdc;overflow: hidden;padding:0 10px;border-radius:5px;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s; }
#phone_detail_content ul li .input_wrap.on { border-color:#727272; }
#phone_detail_content ul li .input_wrap > button { position:absolute;top: 10px;right: 10px;font-size: 19px;color: #d5d3d3; }
#phone_detail_content ul li .input_wrap .input_phone_info { width:100%;height:45px;border:none; }
#phone_detail_content .btn_wrap { position:fixed;bottom:0;left:0;width:100%;display:none; }
#phone_detail_content.on .btn_wrap { display:block; }
#phone_detail_content .btn_wrap > button { width:100%;height:50px;text-align:center; }


.asterisk:after { content:'*';color:red;font-size: 12px;margin-left:5px; }


.layer_popup {
	position:fixed;
	display:flex;
	align-items:flex-end;
	top:0;
	width:100%;max-width:800px;height:100%;
	background:rgba(0,0,0,.2);
	z-index:1111111;
}
.layer_popup .layer_popup_content {
	width:100%;	    
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0px 0px 18px 7px rgba(148,148,148,0.40);
	-moz-box-shadow: 0px 0px 18px 7px rgba(148,148,148,0.40);
	box-shadow: 0px 0px 18px 7px rgba(148,148,148,0.40);
	background: #fff;
	z-index: 9999;	
	animation: ly_up .1s ease-in-out;
}
@keyframes ly_up {0%{transform:translateY(100%);}100%{transform:translateY(0);}}


.layer_popup .layer_popup_content .head_wrap { position:relative;height:50px;background: linear-gradient(120deg, #4d56b5 0%, #1d2577 100%);color:#fff; }
.layer_popup .layer_popup_content .head_wrap button { position:absolute;width:50px;height:100%;top:0px;right:0px;display: flex;align-items: center;justify-content: center; }
.layer_popup .layer_popup_content .head_wrap button > i { font-size:26px;line-height:0; }
.layer_popup .layer_popup_content .head_wrap h1 { font-size: 16px;font-weight: 400;position:absolute;top:17px;left:15px;margin:auto; }

.layer_popup .layer_popup_content .content_wrap { padding:0; }
.layer_popup .layer_popup_content .content_wrap .scroll_div { overflow-y:auto;max-height: calc(100vh - 220px);padding:0 10px; }
.layer_popup.full .layer_popup_content .content_wrap .scroll_div { overflow-y:auto;max-height: calc(100vh - 50px);padding:0 10px; }


.layer_popup .layer_popup_content .content_wrap .scroll_div ul li { border-bottom: 1px solid #e9e9e9; }


.layer_popup .layer_popup_content .content_wrap .info_wrap .btn_row { display:flex;align-items:center; }
.layer_popup .layer_popup_content .content_wrap .info_wrap .btn_row button { margin-right:5px; }
.layer_popup .layer_popup_content .content_wrap .info_wrap .layer_search_wrap { display:flex;align-items:center;margin-top:5px; }
.layer_popup .layer_popup_content .content_wrap .info_wrap .layer_search_wrap .searchStr_wrap {
	position: relative;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	overflow: hidden;
	width: calc(100% - 90px);
}
.layer_popup .layer_popup_content .content_wrap .info_wrap .layer_search_wrap button {
	border: 0;
	background: transparent;
	width: 40px;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	font-size: 15px;
	color: #787878;
	margin-left:5px;
}
.layer_popup .layer_popup_content .content_wrap .info_wrap .layer_search_wrap .searchStr_wrap button { 
	border: 0;
	background: transparent;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 20px;
	height: 20px;
	font-size: 15px;
	color: #d7d7d7;
}
.layer_popup .layer_popup_content .content_wrap .info_wrap .layer_search_wrap .searchStr_wrap input[type=text] {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 10px;
}




.btn_globalClose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
	background: #000;
	cursor:pointer;
}
.btn_globalClose::before { transform: rotate(45deg); }
.btn_globalClose::after { transform: rotate(-45deg); }

.btn_globalClose::before,
.btn_globalClose::after { 
    content: "";
    display: block;
    width: 20px;
    height: 2px;
	background:#fff;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.btn_globalClose.black { background:#fff;border:1px solid #000; }
.btn_globalClose.black::before,
.btn_globalClose.black::after { background:#000; }