@charset "UTF-8";
body{
	font-family: NanumSquare,'Noto Sans KR',sans-serif;
}
ul, ol, dl, dt, dd, li {margin: 0;padding: 0;}
ul > li, ol > li {line-height: 24px;}
ul, ol, li {list-style: none;}
a, a:focus, a:hover, a:active {outline: 0 !important;text-decoration: none;}
a {text-shadow: none !important;color: #555351;cursor:pointer;}
em{font-style: normal;}
#writer-header {
	position: relative;
	display:block;
	height: 59px;
	background-color: #f1f2f3;
	z-index: 10;
	box-shadow: 0px 2px 4px 0 rgb(0 0 0/ 18%);
	width: 100vw;
	/*min-width: 1680px;*/
}
#writer-header h1 {
	position: relative;
	display: block;
	width: 243px;
	height: 61px;
	background-image: radial-gradient(circle at 121% -22%, #8094ff, #ff5862 72%);
	z-index: 10;
	margin: 0;
    padding: 0;
}
#writer-header h1 a {
	background-image: url(/host/statics/img/sssd-main-logo.png);
	background-size: 30% auto;
	width: 100%;
	height: 100%;
	text-indent: -3000em;
	overflow: hidden;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
.writer-tnb {
	position: absolute;
	top: 0px;
	right: 56px;
	height: 100%;
	padding: 12px;
}
.writer-tnb li {
	position: relative;
	height: 36px;
	padding: 0 16px;
	float: left;
}
.writer-tnb li:before {
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: rgba(0, 0, 0, 0.2);
}
.writer-tnb li:first-child:before {
	display: none;
}
.writer-tnb li.notification {
	position: relative;
}
.writer-tnb li.notification .header-icon {
	color: #fff;
	display: block;
	height: 36px;
	width: 36px;
	font-size: 20px;
	padding: 7px 0 0 8px;
}
.writer-tnb li.notification .count {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #b55b4f;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.writer-tnb li.profile .img {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
	overflow: hidden;
	background-size: contain;
}
.writer-tnb li.profile .img.default {
	background-image: url(../image/user_default.svg);
	background-size: 21px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.writer-tnb li.profile .name {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	vertical-align: middle;
	padding-left: 10px;
}
.writer-tnb li.logout {
	padding-right: 0;
}
.writer-tnb li.logout a {
	display: block;
	font-size: 12px;
	line-height: 36px;
	vertical-align: middle;
}
#writer-header .header-title{
	position: absolute;
    top: 0;
    left: 251px;
    height: 100%;
    padding: 12px;
    display: grid;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #050505;
    width:250px;
}
#writer-nav {
	padding:40px 0 0 0;
	position: relative;
	z-index: 9;
	box-shadow: 2px -3px 4px 0 rgb(0 0 0/ 18%);
	height: 100%;
	width: 100%;
	grid-row: 1;
	grid-column: 1/2;
	background-color: #fff;
}
.nav-menu-group{
	padding-bottom:20px;
}
.nav-menu-group .nav-name {
	font-size: 17px;
	color: #000000;
	padding-left: 30px;
	font-weight: 700;
	height: 34px;
    display: flex;
    align-items: center;
}
.nav-menu-group .nav-name a{
	font-size: 17px;
	color: #000000;
	width: 100%;
}
.nav-menu-group .nav-list li{
	padding: 2px 0 2px 40px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.nav-menu-group li a {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}
.nav-menu-group li a:hover, .nav-menu-group li a:focus {
	color: #ff5862;
}
.nav-menu-group .nav-list li.active, .nav-menu-group > .nav-name.active{
	box-shadow: inset 3px 0 0 0 #e07061;
}
.nav-menu-group .nav-list li.active a, .nav-menu-group > .nav-name.active a {
	font-weight: bold;
	color: #ff5862;
}
.nav-menu-group.voc-btn-wrapper {
    padding-left: 40px;
}
.voc-reg-modal textarea{
    height: auto;
}
i.icon_uesrguide {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/host/common/css/image/icon_usergiude.svg);
	background-size: 12px 12px;
	vertical-align: middle;
	margin-top: -2px;
}
i.icon_movieguide {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/host/common/css/image/icon_moviegiude.svg);
	background-size: 12px 12px;
	vertical-align: middle;
	margin-top: -2px;
}
#writer-wrapper {
	width: 100%;
	height: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#writer-wrapper::-webkit-scrollbar{
	display:none;
}
.wide-container #writer-header{
	min-width: unset;
}
.wide-container #writer-wrapper{
	min-width: unset;
	/* max-width: calc(100vw - 440px); */
}
.wide-container .writer-container{
	min-width: unset;
}
.wide-container #writer-contents{
	margin-top: 0;
    overflow-x: scroll;
}
#writer-wrapper>.writer-container {
	position: relative;
	display: grid;
	grid-template-columns: 241px auto;
	height:100%;
}
#writer-contents {
	padding: 30px 30px 40px;
	position: relative;
	display:block;
	width: 100%;
    overflow: auto;
}
#writer-wrapper>.writer-container>#writer-contents::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}
/* Breadcrumbs
------------------------------------
*/
.writer-breadcrumb {
	position: relative;
	background-color: transparent;
	border: none;
	display: block;
	height: 30px;
}
.writer-breadcrumb li {
	float: left;
	line-height: 24px;
}
.writer-breadcrumb.breadcrumb-alt {
	padding: 8px 0;
	text-transform: none;
	font-family: "Segoe UI", Arial, sans-serif;
}
.writer-breadcrumb.breadcrumb-alt a {
	letter-spacing: normal;
	color: #000;
	font-size: 12px !important;
}
.writer-breadcrumb.breadcrumb-alt > .breadcrumb-item, .writer-breadcrumb.breadcrumb-alt > .breadcrumb-item.active {
	letter-spacing: normal;
	opacity: .46;
	color: #000;
	font-size: 12px !important;
}
.writer-breadcrumb a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px !important;
	font-weight: 400;
	color: #9b9da2;
	vertical-align: top;
}
.writer-breadcrumb .breadcrumb-item {
	padding-left: 0;
}
.writer-breadcrumb .breadcrumb-item.home:before {
	padding: 0 0 0 3px;
	color: #9b9da2;
	font-family: FontAwesome;
	content: "\f015";
	font-size: 14px;
	vertical-align: baseline;
}
.writer-breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
	padding: 0 2px;
	color: #9b9da2;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 14px;
	vertical-align: bottom;
}
.writer-breadcrumb > .breadcrumb-item.active {
	font-weight: 500;
	color: #e07162;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 12px !important;
}
.writer-breadcrumb > .breadcrumb-item.active:before {
	color: #e07162;
	padding-right: 10px;
}
.writer-container {
	position: relative;
	width:100%;
}
#writer-header .writer-container{
	height:100%;
}
.writer-container:after {
	clear: both;
}
.modal > .modal-dialog{
	min-width:940px;
	max-width:1280px;
}
.modal > .modal-dialog.sm{
	min-width:680px;
	max-width:780px;
}
.modal > .modal-dialog.xs{
	min-width: 365px;
	max-width: 482px;
}

.modal > .modal-dialog.xxs{
	min-width: 360px!important;
	max-width: 392px!important;
}

.modal .modal-dialog .modal-content{
	width:100%;
}
.mobile-preview-area{
	margin-bottom: 5px;
    height: 900px;
    overflow: hidden;
    padding: 51px 28px 62px 29px;
    border-radius: 20px;
    word-break: break-all;
    width: 500px;
    margin: 0 auto;
    background-image: url(/host/statics/img/bg/bg-border-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile-preview-area .mobile-contents{
	width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    border-radius: 57px;
    padding: 40px 31px 40px 31px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.mobile-preview-area .mobile-contents::-webkit-scrollbar{
	display: none; /* Chrome, Safari, Opera*/
}
.body-login{
	display: grid;
    min-width: 800px;
    grid-template-columns: 1.618033988749894848204586834fr 1fr;
    grid-template-rows: 100%;
    width: 100%;
    height: 100%;
}
.body-login > .l-panel{
	position:relative;
	width:100%;
	height:100%;
	background-image: url(../img/bg/login-page-sssd-bg.svg);
    background-repeat: repeat;
    background-size: 110em;
    background-position: center;
}
.body-login > .r-panel{
	position:relative;
}
.body-login > .r-panel .swiper-container{
	position:relative;
	width:100%;
	height:100%;
}
.body-login > .r-panel .swiper-container video{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.author-dashboard {
	background-color: #f0f3f8;
}

.author-dashboard #writer-nav{
	/*min-height:1024px;*/
	min-height: 100%;
}
.author-dashboard .dashboard-row-1{
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.author-dashboard .dashboard-row-1 > div{
	height: 50%;
}
.dashboard-contents > div.row{
	margin-bottom: 30px;
}
.col-m-t-30{
	margin-top: 30px;
}
@media (max-width: 1200px) {
	.col-m-t-30{
		margin-top: unset !important;
	}
    .author-dashboard .dashboard-contents .sale-class .title,
    .author-dashboard .dashboard-contents .sale-store .title{
        font-size: 14px !important;
    }
	.dashboard-contents > div.row{
		margin-bottom: 20px !important;
	}
	.author-dashboard .row{
		gap: 20px !important;
	}
	.author-dashboard .dashboard-row-1{
		gap: 20px !important;
	}
	.author-dashboard .dashboard-contents .accumulate{
		padding: 20px;
	}
	.author-dashboard .dashboard-row-1 > div{
		height: 100%;
	}
	.author-dashboard .dashboard-contents .accumulate{
		padding-bottom: 25px !important;
	}
	.author-dashboard .dashboard-contents .sale-class, .author-dashboard .dashboard-contents .sale-store{
		padding-bottom: 15px !important;
	}
}

.author-dashboard .dashboard-contents > .row{
	position:relative;
}

.author-dashboard .dashboard-contents .profile{
	display:grid;
	align-items: center;
    justify-items: center;
	border-radius:8px;
	background-color:#fff;
	/*margin-bottom: 5px;*/
	/*height: 100%;*/
}
.author-dashboard .dashboard-contents .profile > div{
	text-align:center;
	width: 100%;
}
.author-dashboard .dashboard-contents .profile .pic{
	width: 142px;
    height: 142px;
    border-radius: 50%;
    background-image: linear-gradient(49deg, #ff5862 15%, #ab7fc9 85%);
    padding: 4px;
	place-self: end;
    justify-self: center;
	margin: 0 auto;
	margin-top: 50px;
}
.author-dashboard .dashboard-contents .profile .pic > img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    align-self: center;
    text-align: center;
	object-fit: cover;
	background-color: #fff;
}
.author-dashboard .dashboard-contents .profile .nick{
	font-size: 17px;
    font-weight: 700;
    color: #000000;
    padding: 10px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}
.author-dashboard .dashboard-contents .profile .intro{
	height:100px;
	width:100%;
	padding: 20px 20px 20px;
}
.author-dashboard .dashboard-contents .profile .intro > span{
	white-space: pre-line;
	text-align: left;
    justify-self: left;
	position: relative;
    word-break:break-all;
    color: #5a5656;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    font-size: 15px;
    height:100%;
}
.author-dashboard .dashboard-contents .profile .modify-btn > button{
	width:85%;
	border-radius: 7px;
	padding:9px 10px;
}
.author-dashboard .dashboard-contents .accumulate{
	border-radius:8px;
	background-color:#fff;
	padding: 20px;
	padding-bottom: 10px;
}
.author-dashboard .dashboard-contents .accumulate > div{
	display:grid;
	grid-template-columns: 30% 30% 40%;
    grid-template-rows:45% 55%;
    align-items: center;
}
.author-dashboard .dashboard-contents .accumulate > div > div{
	padding:0 0 0 10px;
}
.author-dashboard .dashboard-contents .accumulate > div > div:nth-child(1){
	grid-row: 1/2;
    grid-column: 1/3;
}
.author-dashboard .dashboard-contents .accumulate > div > div:nth-child(2){
	grid-row: 2/3;
    grid-column: 1/2;
    place-self: start;
    /*padding-top: 20px;*/
    border-right: 1px solid #e3e3e3;
    width: 100%;
    height: 85%;
}
.author-dashboard .dashboard-contents .accumulate > div > div:nth-child(3){
	grid-row: 2/3;
    grid-column: 2/3;
    place-self: start;
    /*padding-top: 20px;*/
    width: 100%;
}
.author-dashboard .dashboard-contents .accumulate > div > div:nth-child(4){
	grid-row: 1/3;
    grid-column: 3/4;
    display: flex;
    padding: 0;
    place-self: center;
    justify-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.author-dashboard .dashboard-contents .accumulate{
	color:#000000;
}
.author-dashboard .dashboard-contents .accumulate .title{
	font-size:22px;
	font-weight:900;
	height: 100%;
    width: 100%;
    cursor:pointer;
}
.author-dashboard .dashboard-contents .accumulate .title > div:nth-child(1){
	background-position: left;
    background-repeat: no-repeat;
    background-size: auto 50px;
    padding-left: 55px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.author-dashboard .dashboard-contents .accumulate .title > div:nth-child(1) > span{
	display:table-cell;
	vertical-align: middle;
}
.author-dashboard .dashboard-contents .accumulate .title.level-1 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-1.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .title.level-2 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-2.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .title.level-3 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-3.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .title.level-4 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-4.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .title.level-5 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-5.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-6 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-6.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-7 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-7.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-8 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-8.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-9 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-9.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-10 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-10.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-11 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-11.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-12 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-12.svg);
}
.author-dashboard .dashboard-contents .accumulate .title.level-13 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-13.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .title.level-14 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-14.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .title.level-15 > div:nth-child(1){
	background-image: url(/host/statics/img/icon/receipts-level-15.svg);
	padding-left: 45px;
}
.author-dashboard .dashboard-contents .accumulate .class-revenue{
	font-weight:700;
	font-size: 17px;
}
.author-dashboard .dashboard-contents .accumulate .class-revenue > div:nth-child(1) > span{
	color: #ff5862;
	padding: 2px 2px;
}
.author-dashboard .dashboard-contents .accumulate .class-revenue > div:nth-child(2){
	font-size:17px;
}
.author-dashboard .dashboard-contents .accumulate .class-revenue > div:nth-child(2) > strong{
	font-size:28px;
	margin-right: 5px;
}
.author-dashboard .dashboard-contents .accumulate .store-revenue{
	font-weight:700;
	font-size: 17px;
}
.author-dashboard .dashboard-contents .accumulate .store-revenue > div:nth-child(1) > span{
	color: #6a82ec;
	padding: 2px 2px;
}
.author-dashboard .dashboard-contents .accumulate .store-revenue > div:nth-child(2){
	font-size:17px;
}
.author-dashboard .dashboard-contents .accumulate .store-revenue > div:nth-child(2) > strong{
	font-size:28px;
	margin-right: 5px;
}
.author-dashboard .dashboard-contents .accumulate .button-group{
	width: 100%;
}
.author-dashboard .dashboard-contents .accumulate .button-group button{
	width: 70%;
    text-align: center;
    margin: 7px 0;
    border-radius:7px;
    font-weight:700;
    height: 35px;
    align-self: center;
    color:#fff;
}
.author-dashboard .dashboard-contents .accumulate .button-group button.class{
	background-color: #ff5862;
    border-color: #ff5862;
}
.author-dashboard .dashboard-contents .accumulate .button-group button.gathering{
	background-color: #f7b500;
    border-color: #f7b500;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	gap: 5px;
}
.author-dashboard .dashboard-contents .accumulate .button-group button.gathering span.label{
	font-size: 10px;
    padding: 2px 3px;
    border-radius: 2px;
    font-weight: 700;
    margin-left: 5px;
    background: #fff;
    color: #ff5862;
    border-color: #fff;
}
.author-dashboard .dashboard-contents .accumulate .button-group button.store{
}
.author-dashboard .dashboard-contents .address{
	border-radius:8px;
	background-color:#fff;
	height: 100%;
	display:grid;
	padding: 20px;
	align-items:center;
}
.author-dashboard .dashboard-contents .address .title{
	color:#000000;
	font-size:17px;
	font-weight:700;
	padding-left: 10px;
}
.author-dashboard .dashboard-contents .address .default-badge > span{
	border:1px solid #ff5862;
	color:#ff5862;
	border-radius:4px;
    padding: 2px 10px;
    font-weight:bold;
}
.author-dashboard .dashboard-contents .address .button-group button{
    border-radius: 7px;
    padding: 6px 25px;
	/*margin-left: 10px;*/
}
.author-dashboard .dashboard-contents .address .default-address{
	width:100%;
}
.author-dashboard .dashboard-contents .address .default-address > span{
	white-space: pre-line;
    text-align: left;
    justify-self: left;
    position: relative;
    word-break: keep-all;
    color: #5a5656;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    font-size: 15px;
    height: 50px;
	margin-left: 10px;
}
.author-dashboard .dashboard-contents .sale-class,
.author-dashboard .dashboard-contents .sale-store{
	border-radius:8px;
	background-color:#fff;
	height: 100%;
	display: grid;
	grid-template-rows: 65px auto;
	align-items: center;
	justify-items: center;
	padding: 10px;
	color:#000000;
}
.author-dashboard .dashboard-contents .sale-class .title,
.author-dashboard .dashboard-contents .sale-store .title{
	font-size: 17px;
	font-weight:700;
}	
.author-dashboard .dashboard-contents .sale-class .cnt,
.author-dashboard .dashboard-contents .sale-store .cnt{
	font-weight:700;
	font-size:25px;
	cursor:pointer;
}
.author-dashboard .dashboard-contents .sale-class .cnt strong,
.author-dashboard .dashboard-contents .sale-store .cnt strong{
	font-size:30px;
	margin-right:5px;
}
.author-dashboard .dashboard-contents .author-notice{
	border-radius:8px;
	background-color:#fff;
}
.author-dashboard .dashboard-contents .author-notice > div{
	display: grid;
    grid-template-rows: 50px auto;
    padding: 20px;
	/*margin-bottom: 25px;*/
}	
.author-dashboard .dashboard-contents .author-notice .title{
	color: #000000;
    font-size: 17px;
    font-weight: 700;
}
.author-dashboard .dashboard-contents .author-notice .ux-content-wrap .new-notice-badge{
	color: #fff;
    background-color: #ff5862;
    margin-right: 5px;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 12px !important;
    text-align: center;
    font-weight: 600;
}
.author-dashboard .dashboard-contents .author-notice .ux-content-wrap .grid-body .grid-body-org .grid-table tbody tr td:nth-child(1){
	text-align:left;
}
.author-dashboard .dashboard-contents .guide{
	height: 100%;
	border-radius:8px;
	background-color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}
.author-dashboard .dashboard-contents .guide > div{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.author-dashboard .dashboard-contents .guide .title{
	color: #000000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
}
.author-dashboard .dashboard-contents .guide > div > .btn{
	display: block;
	width: 100%;
    margin: 6px 0;
    background-color: #979797;
    border-color: #979797;
}
.author-dashboard .dashboard-contents .guide .dropdown > button{
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
	background-color: #979797;
    border-color: #979797;
}
.author-dashboard .dashboard-contents .guide .dropdown .dropdown-menu{
	width: 100%;
    border: 1px solid #9e9184;
    border-radius: 8px;
}
.author-dashboard .dashboard-contents .guide .dropdown .dropdown-menu li{
	
}
.author-dashboard .dashboard-contents .guide .dropdown .dropdown-menu li a{
	
}
.author-dashboard .dashboard-contents .guide .cs-info{
	width: 100%;
    place-self: end;
    border: 1px solid #ff5862;
    border-radius: 7px;
    padding: 13px 10px;
    color: #ff5862;
    margin-top: auto;
}
.author-dashboard .dashboard-contents .guide .cs-info a{
	color: #ff5862;
}
.author-dashboard .dashboard-contents .guide .cs-info strong{
	font-size:15px;
}
.author-dashboard .dashboard-contents .guide .cs-info span{
	font-size:12px;
}
#profileModifyModal .profile-area{
	display: flex;
    justify-content: center;
}
#profileModifyModal .profile{
	width: 142px;
    height: 142px;
    border-radius: 50%;
    background-image: linear-gradient(139deg, #ff5862 15%, #ab7fc9 85%);
    padding: 4px;
    align-self: center;
    position: relative;
    display: block;
}
#profileModifyModal .profile .profile-pic{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    align-self: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
#profileModifyModal .profile .camera-icon{
	background-image: url(/host/statics/img/icon/ico-camera.svg);
    width: 32px;
    height: 30px;
    position: absolute;
    bottom: 4px;
    right: 6px;
	cursor: pointer;
}
#profileModifyModal textarea{
	min-height: 300px;
    max-height: 600px;
}
#defaultAddrModifyModal .default-badge > span,
#receiptsLevelModal .default-badge > span{
	border:1px solid #ff5862;
	color:#ff5862;
	border-radius: 11px;
    padding: 9px 13px;
    font-weight:bold;
}
#receiptsLevelModal .badge{
	background-color: transparent !important;
}
#receiptsLevelModal .badge .badge-title{
	display: block;
    color: #fff;
    background-color: #6a82ec;
    margin-top: 10px;
    padding: 4px 6px;
    border-radius: 3px;
    opacity:.2;
}
#receiptsLevelModal .badge.active .badge-title{
	color: #fff;
    background-color: #6a82ec;
    opacity:1;
}
#receiptsLevelModal .badge .img{
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    display: table;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display:inline-flex
}
#receiptsLevelModal .badge span{
	display:block;
	margin-top: 10px;
}
#receiptsLevelModal .grid-1{
	display:grid;
	grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 20%);
    margin: 10px auto;
	justify-items: center;
	margin-bottom: 50px;
    margin-top: 20px;
}
#receiptsLevelModal .grid-2{
	display:grid;
	grid-template-rows: 1fr 40px 1fr;
    grid-template-columns: repeat(6, 1fr);
	justify-items: center;
	margin: 20px auto 10px;
}
#receiptsLevelModal .badge.level-2 .img{
	background-image: url(/host/statics/img/icon/receipts-level-2-off.svg);
}
#receiptsLevelModal .badge.level-3 .img{
	background-image: url(/host/statics/img/icon/receipts-level-3-off.svg);
}
#receiptsLevelModal .badge.level-4 .img{
	background-image: url(/host/statics/img/icon/receipts-level-4-off.svg);
}
#receiptsLevelModal .badge.level-5 .img{
	background-image: url(/host/statics/img/icon/receipts-level-5-off.svg);
}
#receiptsLevelModal .badge.level-6 .img{
	background-image: url(/host/statics/img/icon/receipts-level-6-off.svg);
}
#receiptsLevelModal .badge.level-7 .img{
	background-image: url(/host/statics/img/icon/receipts-level-7-off.svg);
}
#receiptsLevelModal .badge.level-8 .img{
	background-image: url(/host/statics/img/icon/receipts-level-8-off.svg);
}
#receiptsLevelModal .badge.level-9 .img{
	background-image: url(/host/statics/img/icon/receipts-level-9-off.svg);
}
#receiptsLevelModal .badge.level-10 .img{
	background-image: url(/host/statics/img/icon/receipts-level-10-off.svg);
}
#receiptsLevelModal .badge.level-11 .img{
	background-image: url(/host/statics/img/icon/receipts-level-11-off.svg);
}
#receiptsLevelModal .badge.level-12 .img{
	background-image: url(/host/statics/img/icon/receipts-level-12-off.svg);
}
#receiptsLevelModal .badge.level-13 .img{
	background-image: url(/host/statics/img/icon/receipts-level-13-off.svg);
}
#receiptsLevelModal .badge.level-14 .img{
	background-image: url(/host/statics/img/icon/receipts-level-14-off.svg);
}
#receiptsLevelModal .badge.level-15 .img{
	background-image: url(/host/statics/img/icon/receipts-level-15-off.svg);
}
#receiptsLevelModal .badge.level-1.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-1.svg);
}
#receiptsLevelModal .badge.level-2.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-2.svg);
}
#receiptsLevelModal .badge.level-3.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-3.svg);
}
#receiptsLevelModal .badge.level-4.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-4.svg);
}
#receiptsLevelModal .badge.level-5.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-5.svg);
}
#receiptsLevelModal .badge.level-6.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-6.svg);
}
#receiptsLevelModal .badge.level-7.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-7.svg);
}
#receiptsLevelModal .badge.level-8.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-8.svg);
}
#receiptsLevelModal .badge.level-9.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-9.svg);
}
#receiptsLevelModal .badge.level-10.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-10.svg);
}
#receiptsLevelModal .badge.level-11.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-11.svg);
}
#receiptsLevelModal .badge.level-12.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-12.svg);
}
#receiptsLevelModal .badge.level-13.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-13.svg);
}
#receiptsLevelModal .badge.level-14.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-14.svg);
}
#receiptsLevelModal .badge.level-15.active .img{
	background-image: url(/host/statics/img/icon/receipts-level-15.svg);
}
#receiptsLevelModal .grid-2 .level-5{
	grid-column: 1/2;
}
#receiptsLevelModal .grid-2 .level-6{
	grid-column: 2/3;
}
#receiptsLevelModal .grid-2 .level-7{
	grid-column: 3/4;
}
#receiptsLevelModal .grid-2 .level-8{
	grid-column: 4/5;
}
#receiptsLevelModal .grid-2 .level-9{
	grid-column: 5/6;
}
#receiptsLevelModal .grid-2 .level-10{
	grid-row: 3/4;
    grid-column: 1/2;
}
#receiptsLevelModal .grid-2 .level-11{
	grid-row: 3/4;
    grid-column: 2/3;
}
#receiptsLevelModal .grid-2 .level-12{
	grid-row: 3/4;
    grid-column: 3/4;
}
#receiptsLevelModal .grid-2 .level-13{
	grid-row: 3/4;
    grid-column: 4/5;
}
#receiptsLevelModal .grid-2 .level-14{
	grid-row: 3/4;
    grid-column: 5/6;
}
#receiptsLevelModal .grid-2 .level-15{
	grid-row: 3/4;
    grid-column: 6/7;
}

/* 작가 페이지 클래스 개선 작업 모달 공통 css 변경 */
.new-modal .new-modal-content {
	display: flex;
	width: 800px;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	border-radius: 8px;
	background: #FFF;
}

.new-modal .new-modal-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	min-height: 20px;
}

.new-modal-between-header .header-title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 111.111% */
	letter-spacing: -0.08px;
}

.new-card-area {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 4px;
	background: #F5F5F5;
}


.modal-between-body {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	justify-content: space-between;
}

.new-modal .new-modal-between-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}

.new-modal .close {
	display: flex;
	position: unset!important;
}

.new-modal hr {
	width: 100%;
	background: #D7D7D7;
	margin: 0;!important;
}

.new-modal .modal-body{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}

/* 클래스 등록하기 모달 */
#classAddTypeSelectModal .how-to-register-class-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

#classAddTypeSelectModal .category-title-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#classAddTypeSelectModal .category-select-modal-title {
	display: flex;
	align-items: center;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	height: 40px; /* Set the height of the container */
	line-height: 40px; /* Match the line height to the container height */
	letter-spacing: -0.08px;
	flex-wrap: wrap;
	align-content: center;
}

#classAddTypeSelectModal .category-select-modal-title .class-register-text {
	color: #FF5862;
	font-weight: 800;
	line-height: 40px; /* Match the line height to the container height */
}
#classAddTypeSelectModal .category-select-modal-title .etc {
	line-height: 40px; /* Match the line height to the container height */
}
#classAddTypeSelectModal .category-select-guide-title {
	color: #555;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 114.286% */
	letter-spacing: -0.08px;

}

#classAddTypeSelectModal .class-apply-how-to-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#classAddTypeSelectModal .class-apply-how-to-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#classAddTypeSelectModal .class-apply-how-to-wrapper .title, #classAddTypeSelectModal .register-class-tip-wrapper .title {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	align-self: stretch;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 114.286% */
	letter-spacing: -0.08px;
}

#classAddTypeSelectModal .class-apply-how-to-wrapper .sub-title, #classAddTypeSelectModal .register-class-tip-wrapper .tip {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.08px;
}

.class-apply-step-progress-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.class-apply-step-progress-wrapper .progress-desc-wrapper {
	display: flex;
	width: 160px;
	padding: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	background: #FFF;
}

.class-apply-step-progress-wrapper .progress-desc-wrapper .step-title {
	color: #000;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.08px;
	align-self: stretch;
}

#classAddTypeSelectModal .sub-notice {
	color: #555;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.08px;
}

.class-apply-step-progress-wrapper .progress-desc-wrapper .step-content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.08px;
	color: #000;
}

.step-content-wrapper .grey {
	color: #A8A8A8;
}

#classAddTypeSelectModal .register-class-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

#classAddTypeSelectModal .register-class-title-wrapper {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 112.5% */
	letter-spacing: -0.08px;
}
#classAddTypeSelectModal .register-class-tip-wrapper {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 4px;
	background: #F5F5F5;
}

#classAddTypeSelectModal .moveToClassGuideBtn {
	display: flex;
	padding: 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #FF5862;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 114.286% */
	letter-spacing: -0.08px;
}

#classAddTypeSelectModal .class-category-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

#classAddTypeSelectModal .hint-wrapper {
	display: flex;
	justify-content: space-between;
}

#classAddTypeSelectModal .class-category-wrapper .class-category-item {
	display: flex;
	justify-content: space-between;
}

.class-add-type-select-modal .sub-title{
	font-weight: 700;
	font-size: 13px;
	padding: 6px 0;
	margin-top:10px;
}

.class-add-type-select-modal.store-type .category-select-modal-title strong{
    background-color: #6a82ec;
    color: #fff;
}
.class-add-type-select-modal.gathering .category-select-modal-title strong{
    background-color: #f7b500;
    color: #fff;
}


.class-add-type-select-modal .class-apply-step-progress,
.class-apply-complete-modal .class-apply-step-progress{
	display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 150px 20px 150px 20px 150px;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
}
.class-add-type-select-modal .class-apply-step-progress .step,
.class-apply-complete-modal .class-apply-step-progress .step{
	padding: 7px 5px;
    border: 1px solid #dedede;
    font-size: 11px;
    border-radius: 8px;
	color: #000000;
	position:relative;
	line-height: 1.4;
}
.class-add-type-select-modal.gathering .class-apply-step-progress{
	padding-bottom:15px;
}
.class-apply-complete-modal .class-apply-step-progress .step.clear:after{
	content: "Clear";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(106, 130, 236, 0.84);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    padding-top: 3px;
}
.class-apply-complete-modal.store .modal-dialog{
	width: 70%;
    display: table;
    height: 100%;
}
.class-apply-complete-modal.store .modal-dialog .modal-content-wrapper{
	display: table-cell;
    vertical-align: middle;
}
.class-apply-complete-modal.store .modal-dialog .modal-content-wrapper .modal-header{
	border-bottom:none;
}
.class-apply-complete-modal.store .modal-dialog .modal-content-wrapper .modal-body{
	position: relative;
	padding: 0 25px 25px;
	white-space: normal;
}
.class-apply-complete-modal.store .modal-dialog .modal-content-wrapper .modal-body{
	flex-wrap: wrap;
    display: flex;
}
.class-apply-complete-modal.store .class-apply-complete-modal-title > strong{
	color: #6a82ec;
}
.class-apply-complete-modal.store .class-apply-step-progress .step.clear:after{
	background-color: rgba(255, 88, 98, 0.84);
}
#classAddTypeSelectModal .class-category-item{
	display: table-column;
	padding: 16px 20px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	background: #FFF;
}
#classAddTypeSelectModal .class-category-item.active{
	border-color:#ff5862;
}

#classAddTypeSelectModal .register-class-title-wrapper > span{
	box-shadow: 0 4px #ff5862;
}

#classAddTypeSelectModal .class-category-item.active .processing{
	font-size: 12px;
	color: #6a82ec;
	font-weight: 700;
}

#classAddTypeSelectModal .class-category-item.active{
	border-color:#ff5862;
}

.class-add-type-select-modal .class-category-item.active .processing{
	font-size: 12px;
	color: #6a82ec;
	font-weight: 700;
}

.class-add-type-select-modal .class-category-item .title{
	color:#000000;
	font-size:13px;
	font-weight: 700;
}
.class-add-type-select-modal .class-category-item .hint{
	color:#373636;
	font-size:11px;
}

.class-add-type-select-modal .class-type-item{
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #979797;
	margin: 20px 0;
	padding: 13px 20px;
	border-radius: 8px;
	cursor:pointer;
	line-height: 1.4;
}



.class-add-type-select-modal.store-type .class-type-item.active{
	border-color:#6a82ec;
}
.class-add-type-select-modal.gathering .class-type-item.active{
	border-color:#f7b500;
}
.class-add-type-select-modal .class-type-item .title{
	color:#000000;
	font-size:13px;
	font-weight: 700;
}
.class-add-type-select-modal .class-type-item .hint{
	color:#373636;
	font-size:11px;
 }
.class-add-type-select-modal .class-type-title {
	margin-top: 40px;
    color: #000000;
    font-size: 15px;
    font-weight:700;
}

.class-add-type-select-modal.store-type .class-type-title > span{
	box-shadow: 0px 3px #6a82ec;
}
.class-add-type-select-modal.gathering .class-type-title > span{
	box-shadow: 0px 3px #f7b500;
}
.class-add-type-select-modal .class-type-sub-title{
	margin-top: 20px;
	margin-bottom: 15px;
	color:#5a5656;
	font-size:11px;
}
[data-somssi-common-uploader-input] {
    position: absolute;
    left: -1000px;
    top: -1000px;
    opacity: 0;
    cursor: pointer;
}
.class-add-type-select-modal .class-type-item.active .processing{
	position: absolute;
	right: 20px;
	top: 17px;
	font-size: 12px;
	color: #6a82ec;
	font-weight: 700;
}
.class-add-type-select-modal.store-type .class-type-item.active .processing{
	color: #ff5862;
}
.default-address-badge{
	border: 1px solid #ff5862;
    color: #ff5862;
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: bold;
}

.register-class-header-title {
	color: #252525;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: -0.08px;
}

.header-title-border-badge {
    border: 1px solid #ff5862;
    color: #ff5862;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
}
.header-title-border-badge.store{
    border: 1px solid #6a82ec;
    color: #6a82ec;
}
.author-coupon-download-btn{
	margin: 8px 20px 8px 20px;
    padding: 15px 20px 15px 20px;
    color: #fff;
    background-color: #ff5862;
    border-radius: 5px;
    height: 67px;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url(/host/statics/img/icon/ico-author-coupon-download.svg);
    background-position: 90% 21px;
    background-repeat: no-repeat;
    background-size: 34px;
	width: 45%;
}
.author-coupon-benefit-info{
	display:flex;
	width:100%;
	position:relative;
}
.author-coupon-benefit-info > div:first-child{
	width:calc(100% - 210px);
	background-color: #f8e7f0;
    border-radius: 5px;	
}
.author-coupon-benefit-info > div:last-child{
	width:195px;
	margin-left:15px;
}
.author-coupon-benefit-info .card-dashboard{
	margin-bottom: 0;
	background-color: #f8e7f0;
	border-radius: 5px;
}
.author-coupon-benefit-info .coupon-badge-area{
	padding-left:20px;
}
.author-coupon-benefit-info .coupon-badge{
	color: #ff5862;
    border: 0.3px solid #ff5862;
    background-color: #ffffff;
    margin-right: 3px;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 3px;
    margin-bottom: 4px;
    font-size: 10px;
}
.author-coupon-download-btn > span{
	font-size:17px;
	margin-right:10px;
}
.author-coupon-info-title{
	font-weight:600;
	color:#ff5862;
	font-size:13px;
}
.author-coupon-info-hint{
	margin-top:5px;
	margin-bottom:5px;
}
.author-coupon-benefit-info .list-thumbnail-preview{
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.author-coupon-benefit-info .list-thumbnail-preview > div:nth-child(1){
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius: 5px;
	padding-bottom: 60%;
}
.author-coupon-benefit-info .list-thumbnail-preview .badge-new{
	background-color: #ff5862;
    border: 0.3px solid #ff5862;
	border-radius: 4px;
	color: #fff;
}
.author-coupon-benefit-info .list-thumbnail-preview .preview-class-course{
	font-weight: 600;
	font-size: 12px;
    margin-top: 4px;
}
.author-coupon-benefit-info .list-thumbnail-preview .preview-class-title{
	word-break: break-word;
    font-size: 13px;
    color: #212121;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 2.3em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
}
.author-coupon-benefit-info .list-thumbnail-preview .preview-discount-rate{
	font-size: 11px;
    color: #a8a8a8;
    margin-right: 5px;
    display: inline-block;
}
.author-coupon-benefit-info .list-thumbnail-preview .preview-base-price{
    display: inline-block;
	font-size: 11px;
    color: #a8a8a8;
    text-decoration: line-through;
}
.author-coupon-benefit-info .list-thumbnail-preview .preview-class-price{
	font-size: 14px;
    font-weight: bold;
    color: #212121;
}
.coupon-container{
	margin-left : 25px;
	margin-right : 25px;
}
.coupon-container .checkbox.checkbox-circle label::before{
	width : 25px;
	height : 25px;
	border-radius : 15px;
	top : 10px;
}
.coupon-container .checkbox.checkbox-circle input[type="checkbox"]:checked + label::before,
.coupon-container .checkbox.checkbox-circle input[type="checkbox"]:checked:disabled + label::after {
    background-color: #e07061;
	border-color: #e07061;
}
.coupon-container .checkbox.checkbox-circle label::after {
    padding-left: 5px;
    padding-top: 2px;
    font-weight: bold;
    top: 10px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    border-radius: 15px;
}
.coupon-container .h4-sub-title{
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.author-coupon-type-select-container{
	margin:0;
}
.author-coupon-type-select-container > div{
	padding:0;
}
.author-coupon-type-select-container > div:first-child{
	padding-right:5px;	
}
.author-coupon-type-select-container > div:last-child{
	padding-left:5px;
}
.author-coupon-type-select-container > div > div{
	border: 1px solid #c8c8c8;
    padding: 20px;
    border-radius: 5px;
}
.class-apply-complete-modal-title{
	display: flex;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}
.class-apply-complete-modal-title > strong{
	padding: 9px 15px;
    color: #ff5862;
    border: 1px solid #ff5862;
    border-radius: 8px;
}
.class-apply-complete-modal-title > span{
	align-self: flex-end;
    margin-left: 8px;
    font-weight: 700;
    padding-bottom: 4px;
}
.class-apply-complete-modal-guide{
	margin-top:10px;
	margin-bottom:10px;
	color: #000000;
	font-weight:700;
}
.oneday-schedule-ctrl-panel > .card-header{
	padding-right:0;
	padding-left:0;
	min-height: 33px;
	padding-top: 10px;
}
.oneday-schedule-ctrl-panel > .card-header .card-title{
	font-size:14px;
	color: #000000;
}
.oneday-schedule-ctrl-panel > .card-block{
	padding-right:0;
	padding-left:0;
}
.oneday-schedule-add-panel{
	display:grid;
	grid-template-rows: 55% 45%;
    grid-template-columns: 35% 35% 30%;
    width:100%;
	height:100%;
	position:relative;
	padding: 0px !important;
}
.oneday-schedule-add-panel > div{
	width:100%;
	height:100%;
	display:block;
    padding: 20px 20px;
}
.oneday-schedule-add-panel > div:nth-child(1){
	grid-column: 1/2;
    grid-row: 1/2;
}
.oneday-schedule-add-panel > div:nth-child(2){
	grid-column: 1/2;
    grid-row: 2/3;    
	padding-top: 0px;
}
.oneday-schedule-add-panel > div:nth-child(3){
	grid-column: 2/3;
    grid-row: 2/3;
	padding-top: 0px;
}
.oneday-schedule-add-panel > div:nth-child(4){
	grid-column: 3/4;
    grid-row: 2/3;
	padding-top: 0px;
	align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}
.oneday-schedule-add-panel > div:nth-child(2) > .form-inline > div > select{
	width:100%;
}
.oneday-schedule-add-panel > div:nth-child(2) > .form-inline > div:nth-child(1){
	width:45%;
}
.oneday-schedule-add-panel > div:nth-child(2) > .form-inline > div:nth-child(3){
	width:45%;
}
.oneday-schedule-add-panel > div:nth-child(3) > .form-inline > :nth-child(1){
	width:45%;
}
.oneday-schedule-add-panel > div:nth-child(3) > .form-inline > :nth-child(3){
	width:45%;
}
.day-repeat-schedule-ctrl-panel > .card-header{
	padding-right:0;
	padding-left:0;
	min-height: 33px;
	padding-top: 10px;
}
.day-repeat-schedule-ctrl-panel > .card-header .card-title{
	font-size:14px;
	color: #000000;
}
.day-repeat-schedule-ctrl-panel > .card-block{
	padding-right:0;
	padding-left:0;
}
.day-repeat-schedule-add-panel{
	display:grid;
	grid-template-rows: 33% 33% auto;
    grid-template-columns: 35% 35% 30%;
    width:100%;
	height:100%;
	position:relative;
	padding: 0px !important;
}
.day-repeat-schedule-add-panel > div{
	width:100%;
	height:100%;
	display:block;
    padding: 20px 20px;
}
.day-repeat-schedule-add-panel > div:nth-child(1){
	grid-column: 1/4;
    grid-row: 1/2;
}
.day-repeat-schedule-add-panel > div:nth-child(2){
	grid-column: 1/4;
    grid-row: 2/3;
	padding-top: 10px;
    padding-bottom: 0px;
}
.day-repeat-schedule-add-panel > div:nth-child(3){
	grid-column: 1/2;
    grid-row: 3/4;
	padding-top: 10px;
}
.day-repeat-schedule-add-panel > div:nth-child(4){
	grid-column: 2/3;
    grid-row: 3/4;
    padding-top: 10px;
}
.day-repeat-schedule-add-panel > div:nth-child(5){
	grid-column: 3/4;
    grid-row: 3/4;
    padding-top: 10px;
	align-items: flex-end;
    display: flex;
	justify-content: flex-end;
}
.day-repeat-schedule-add-panel > div:nth-child(3) > .form-inline > div > select{
	width:100%;
}
.day-repeat-schedule-add-panel > div:nth-child(3) > .form-inline > div:nth-child(1){
	width:45%;
}
.day-repeat-schedule-add-panel > div:nth-child(3) > .form-inline > div:nth-child(3){
	width:45%;
}
.day-repeat-schedule-add-panel > div:nth-child(4) > .form-inline > :nth-child(1){
	width:45%;
}
.day-repeat-schedule-add-panel > div:nth-child(4) > .form-inline > :nth-child(3){
	width:45%;
}
.store-step-area {
	width: 30%;
}
.nav-tabs {
    position: relative;
}
.nav-tabs-step {
    border-bottom: 0px;
}
.nav-tabs-step:after {
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: 120;
    left: 0;
}
.nav-tabs-step.no-b-border:after{
	border-bottom: none;
}
.nav-tabs-step > li {
    margin-bottom: 0;
    text-align: center;
    flex: 1;
    position: relative;
}
.nav-tabs-step > li > span {
    display: block;
    padding: 11px 0 0;
    font-size: 15px;
    color: #aaa;
}
.nav-tabs-step > li.active > span {
    padding: 10px 0;
    font-size: 16px;
    color: #ff5862;
}
.nav-tabs-step > li.active > span:after {
    position: absolute;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: block;
    background-color: #ff5862;
    height: 0px;
    content: '';
    left: 0;
    z-index: 125;
    top: 100%;
    height: 3px;
}
.nav-tabs-step.store-step-area > li.active > span {
    color: #6a82ec;
}
.nav-tabs-step.store-step-area > li.active > span:after{
	background-color: #6a82ec;
}
.btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: #6a82ec;
  border-color: #6a82ec;
}
.modal-content {
    border-radius: 16px;
}
.modal .modal-header h5{
	font-weight:700;
}

.cancel_info { padding: 5px 15px 10px; font-size: 13px; }
.cancel_info p { margin: 10px 0; font-size: 13px; }
.cancel_info h3 { margin-top: 5px; margin-bottom: 10px; }

.cancel-text-list { list-style: none; margin: 10px 0; padding: 0; }
.cancel-text-list li { margin: 10px 0; padding: 0 20px; list-style: none; position: relative; font-size: 13px; }
.cancel-text-list li .num { top: 3px; left: 0; position: absolute; width: 15px; height: 15px; border-radius: 50%; background-color: #B2BCC8; color: #fff; text-align: center; font-size: 10px; line-height: 14px; vertical-align: middle; }
.cancel-text-list li .sub { font-size: 12px; color: #9FAAB7; word-break: keep-all; word-wrap: break-word; }
.ux-grid-wrap .text-complete a {
	color: #6a82ec !important;
}
.grid-footer .grid-table tbody tr{
	background-color:#ffeff0;
}
.grid-footer .grid-table tbody tr td{
	background-color: #ffeff0;
    padding: 0;
    vertical-align: top;
    padding-top: 4px;
    font-size: 16px;
	font-weight: 700;
}
.external-use-agreement-area .main-title{
	color:#ff5862;
}
.external-use-agreement-area .sub-title{
	color:#746f6f;
	font-weight: normal;
}
.external-use-agreement-area .agreement-group{
	margin-top: 20px;
    margin-bottom: 20px;
}
.external-use-agreement-area .agreement-group .title{
	font-weight:700;
	margin-bottom: 10px;
	font-size: 14px;
}
i.kakao-booking-ico{
	display: inline-flex;
    font-weight: 700;
    line-height: 1;
    height: 100%;
    align-items: center;
    color:#000000;
}
i.kakao-booking-ico:before{
	content: " ";
	background-image: url(../img/icon/kakao-booking.png);
    width: 19px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
i.naver-smart-store-ico{
	display: inline-flex;
    font-weight: 700;
    line-height: 1;
    height: 100%;
    align-items: center;
    color:#000000;
}
i.naver-smart-store-ico:before{
	content: " ";
	background-image: url(../img/icon/naverSmartStore.png);
    width: 19px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
i.naver-place-ico{
	display: inline-flex;
    font-weight: 700;
    line-height: 1;
    height: 100%;
    align-items: center;
    color:#000000;
}
i.naver-place-ico:before{
	content: " ";
	background-image: url(../img/icon/naverBooking.png);
    width: 19px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
i.kakao-booking-ico{
	display: inline-flex;
	font-weight: 700;
	line-height: 1;
	height: 100%;
	align-items: center;
	color:#000000;
}
i.kakao-booking-ico:before{
	content: " ";
	background-image: url(../img/icon/kakao-booking.png);
	width: 19px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.external-use-agreement-area .external-agree-hint{
	background-color: #f8e7f0;
    border-radius: 5px;
    padding: 15px 25px;
    /*margin-bottom: 20px;*/
}
.external-use-agreement-area .external-agree-hint .title{
	color:#ff5862;
	font-weight:700;
	margin-bottom: 7px;
}
.external-use-agreement-area .external-agree-hint .description > strong{
	color:#ff5862;
}
.external-use-agreement-area i.xi-help{
	color: #e2e2e2;
    font-size: 20px;
}
.author-main-notice-modal .modal-dialog{
	max-width: 490px !important;
}
.author-main-notice-modal .modal-header{
	min-height: 20px;
    padding: 0px;
}
.author-main-notice-modal .modal-header .close{
	right: 20px;
    top: 20px;
}
.author-main-notice-modal .modal-body{
	padding: 20px;
}
.author-main-notice-modal .modal-body .notice-img {
	height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	border-radius: 16px;
	cursor:pointer;
}
.author-main-notice-modal .modal-body button{
	width:100%;
	background-color:#e8e8e8;
	color:#555555;
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"].preview-img-cover-type [data-ax5uploader-uploaded-item] .uploaded-item-preview img{
	object-fit: cover;
}
.divide-box{
	display: flex;
    border-top: 0.5px solid #E3E3E3;
    border-bottom: 0.5px solid #E3E3E3;
}
.divide-box.type-1 .l-box{
	border-right: 0.5px solid #E3E3E3;
}
.divide-box.type-1 > div{
	width: 50%;
    position: relative;
    padding: 10px 10px;
}
.divide-box.type-1 .wrapper .box-title{
	color:#3B3B3B;
	font-weight:600;
	font-size:14px;
	margin-top: 10px;
    margin-bottom: 15px;
}
.divide-box.type-1 .wrapper .content{
	width: 100%;
    position: relative;
}
.dashboard-contents .profile .btn-list{
	display: grid;
	gap: 12px;
	grid-template-columns: auto auto;
	padding: 20px;
	margin-bottom: 5px;
}
.main-footer{
	padding-top: 50px;
	padding-bottom:15px;
	min-width: 768px;
}
.main-footer > div{
	width:100%;
	height:100%;
	position:relative;
}
.main-footer > div:first-child{
	background-color: #f0f0f0;
}
.main-footer .contents {
	max-width: 1280px;
	min-width: 768px;
	height: 100%;
	margin: 0 auto !important;
}
.main-footer .footer-info {
	padding: 38px 0;
	padding-left: 240px;
	position:relative;
	background-image: url(../img/icon/pc-footer-sssd-logo.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 212px auto;
	margin: 0 auto;
}
.main-footer .box {
	padding: 2px 0;
	display: flex;
}
.main-footer .box p {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	line-height: unset;
	margin: unset;
}
.main-footer .box p:before {
	width: 1px;
	height: 13px;
	content: "";
	display: inline-block;
	background: #999fa7;
	margin: -2px 8px 0;
	vertical-align: middle;
}
.main-footer .box p span {
	color: #555555;
	font-weight: normal;
}
.main-footer .box p a {
	color: #9ea4ac;
	text-decoration: underline;
}
.main-footer .box p:nth-of-type(1):before {
	display: none;
}
.main-footer a, .main-footer button, .main-footer span{
	color: #555555;
}
.main-footer a:hover{
	text-decoration: none;
}
.main-footer .copyright {
	position: absolute;
	right: 0;
	bottom: 38px;
	color: #555555;
	font-size: 12px;
}
.main-footer .cs-info{
	height:70px;
}
.main-footer .cs-info .contents{
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 60% auto;
}
.main-footer .cs-info .contents > ul{
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 25% 25% 20% 30%;
	align-items: center;
	justify-items: flex-start;
}
.main-footer .cs-info .contents > div{
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 80% 10% 10%;
	align-items: center;
	justify-items: flex-end;
}
.main-footer .cs-info .ico{
	width: 32px;
	height: 32px;
	background-position: center;
	background-size: auto 19px;
	background-color: #d8d8d8;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor:pointer;
}
.main-footer .cs-info .ico a{
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	text-indent: -1000px;
	width: 100%;
	height: 100%;
	display: block;
}
.main-footer .cs-info .ico-instagram{
	background-image:url(../img/icon/pc-insta-ico.svg);
}
.main-footer .cs-info .ico-naver-blog{
	background-image:url(../img/icon/pc-naver-ico.svg);
	background-size: auto 13px;
}
.main-footer .cs-info .dropdown-menu{
	top:-120px;
	left:-5px;
	width:207px;
}
.main-footer .dropdown-item a{
	font-size : 12px;
	color:#555555;
}
.main-footer .dropdown-toggle{
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
.main-footer .dropdown-toggle::after{
	display: none;
}

/* 랜덤썸네일 체크박스 관련 css */
.main-photo-button-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.main-photo-button-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.main-photo-random-thumbnail-info-wrapper {
	display: flex;
	align-items: center;
	gap: 4px;
}

.main-photo-random-thumbnail-info-wrapper label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ic-random-thumbnail-notice {
	background-image: url(/host/statics/img/icon/ic_noti_btn.png);
	background-size: contain;
	width: 14px;
	height: 14px;
}

#random-thumbnail-tooltip {
	color: #555;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 120% */
	letter-spacing: -0.895px;
	border-radius: 7px;
	background: #E2E2E2;
	padding: 8px 10px;
	position: absolute;
	right: 11px;
	top: 62px;
	display: none;
}

#randomThumbnailSettingCheckbox {
	display: none;
}

#randomThumbnailSettingCheckbox + span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 5px;
	transition: background-color 0.1s;
}

#randomThumbnailSettingCheckbox:checked + span::before {
	background-image: url(/host/statics/img/icon/select%20icon.png);
	background-size: contain;
	border: 1px solid #FF5862;
}

.thumbnail-tag {
	display: flex;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #FF5862;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -0.08px;
	position: absolute;
	top: 0;
	left: 0;
}