
@charset "utf-8"; 

::-ms-clear {
	display: none;
}

::-ms-reveal {
   display: none;
}

::-webkit-input-placeholder { /* safari, chrome, opera */
	font-family: 'Nanum Gothic', Helvetica, Arial, sans-serif !important;
	font-weight: 200;
	color: #ccc;
}

:-moz-placeholder { /* ff 18- */
	font-family: 'Nanum Gothic', Helvetica, Arial, sans-serif !important;
	font-weight: 200;
	color: #ccc;
}

::-moz-placeholder { /* ff 19+ */
	font-family: 'Nanum Gothic', Helvetica, Arial, sans-serif !important;
	font-weight: 200;
	color: #ccc;
}

:-ms-input-placeholder { /* ie 10+ */
	font-family: 'Nanum Gothic', Helvetica, Arial, sans-serif !important;
	font-weight: 200;
	color: #ccc !important;
}

::-ms-input-placeholder { /* edge */
	font-family: 'Nanum Gothic', Helvetica, Arial, sans-serif !important;
	font-weight: 200;
	color: #ccc;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    font-family: 'Nanum Gothic', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

input, textarea {
	outline: none;
}

ol, ul, li {
    list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.content {
}

.main_form {
	width: 775px;
	border: 0px;
}

.group_title {
	padding: 3px 3px 8px 3px;
	font-size: 11px;
	font-weight: bold; 
	color: #333;
}

.group_title button {
	outline: none;
	min-width: 24px;
	border: 1px solid transparent;
	background-color: transparent;
	font-weight: normal; 
	cursor: pointer;
}

.group_title button:disabled {
	color: #bbb;
}

button > [class^="fa-"], button > [class*=" fa-"] {
	padding-right: 5px;
}

button > [class^="w2ui-icon-"], button > [class*=" w2ui-icon-"] {
	padding-right: 5px;
}

.thumbnail-box{
	display:inline-block;
}

.thumbnail-box > div{
	text-align:center;
}

.thumbnail {
	width: 117.5px;
	margin: 4px;
	display: inline-block;
}

.thumbnail > img {
	width: 100%;
	height: 117.5px;
	border-radius: 3px;
	object-fit: cover;
	object-position: top;
}

.thumbnail > label {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	/* FOR KOREAN */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	/* END */
}

.thumbnail > div {
	position: absolute;
	width: 117.5px;
	padding: 3px;
}

.thumbnail > div:last-child{position:relative;text-align:center;}
.thumbnail > div:last-child input[type=radio]{vertical-align:middle;}

.thumbnail > div .remove {
    width: 15px;
    height: 15px;
    float: right;
    border-radius: 15px;
    background-color: #ddd;
}

.thumbnail > div .remove:hover {
	background-color: #D77F7F;
    color: white;
}

.thumbnail > div .remove:before {
	position: relative;
    top: 0px;
    padding: 0px;
    margin: 0px;
    left: 5px;
    color: inherit;
    opacity: 0.7;
    text-shadow: inherit;
    font-size: inherit;
    font-variant: small-caps;
    content: 'x';
    line-height: 100%;
}

.preview {
	width: 117.5px;
	margin: 4px;
	display: inline-block;
}

.preview > img {
	width: 100%;
	height: 117.5px;
	border-radius: 3px;
	object-fit: cover;
	object-position: top;
}

.preview > label {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	/* FOR KOREAN */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	/* END */
}

.ellipsis {
	/* FOR KOREAN */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	/* END */
}

.badge {
    border-radius: 20px;
    width: auto;
    height: 18px;
    padding: 2px 5px;
    margin: 2px 0 1px;
    background-color: red;
    color: white;
}

.billing_step {
	padding: 10px;
	min-width: 1000px;
	height: 90px;
    overflow: hidden;
    margin: 10px 10px 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.billing_step > .yyyymm {
	display: inline-block;
	position: absolute;
	width: 16%;
	min-width: 160px;
    text-align: center;
}

.yyyymm > div {
	padding: 10px 0;
}

.yyyymm > input {
	text-align: center; 
	font-size: 20px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.billing_step > ol {
	display: table;
	width: 85%;
	margin-left: 15%;
	counter-reset: step;
    list-style-type: none;
}

.billing_step > ol li {
    display: table-cell;
    position: relative;
    width: 20%;
    padding-top: 45px;
    text-align: center;
}

.billing_step > ol li > div {
	color: #ccc;
}

.billing_step > ol li:before {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    padding-top: 3px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.billing_step > ol li.done:before {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}

.billing_step > ol li.current:before {
    border: 2px solid #000;
    color: #000;
}

.billing_step > ol li:after {
    position: absolute;
    right: -35%;
    top: 18px;
    content: '';
    display: inline-block;
    width: 70%;
    border-top: 2px dotted #ccc;
}

.billing_step > ol li.done:after {
    border-top: 2px dotted #000;
}

.billing_step > ol li:last-child:after {
	content:none;
}

.billing_step > ol li.done > div, 
.billing_step > ol li.current > div {
	color: #000;
}

#main_layout {
	position: absolute;
    width: 100%;
    height: 100%;
}

#contents_layout {
	position: absolute;
    width: 100%;
    height: 100%;
}

#popup_layout {
	position: absolute;
    width: 100%;
    height: 100%;
}
