@charset "UTF-8";
/* font */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
/** reset  ----------------------------------------------------------------------------------- **/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button,
menu, nav, section, hgroup, article, header, aside, footer {
	font-family: "Noto Sans", Malgun Gothic, Dotum, '돋움', Helvetica, Apple SD Gothic Neo, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	padding: 0;
	margin: 0;
	border: 0; }

html {
	font-size: 14px; }

body {
	background: #313131;
	line-height: 1.4;
	color: #ccc; }
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer; }

a:hover {
	text-decoration: none; }

a:active,
a:focus {
	outline: none; }

button {
	cursor: pointer; }

button:active,
button:focus {
	outline: none; }

ol, ul {
	list-style: none; }

strong {
	font-weight: 700; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

caption, th, td {
	font-weight: normal;
	text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
	content: ""; }

blockquote, q {
	quotes: "" ""; }

img {
	max-width: 100%; }

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold; }

h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold; }

h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold; }

h4 {
	display: block;
	font-size: 1em;
	font-weight: bold; }

h5 {
	display: block;
	font-size: .83em;
	font-weight: bold; }

h6 {
	display: block;
	font-size: .67em;
	font-weight: bold; }

/** style  ----------------------------------------------------------------------------------- **/
.align-center{
	text-align: center;
}
.margin-t-30{
	margin-top: 30px !important;
}

.contaniner{
	max-width: 767px;
	margin:0 auto;
}
.logo-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	height:65px;
}
.logo-wrapper img{
	width: 118px;
}
.common-wrapper{
	width: calc(100% - 40px);
	padding:30px 30px;
	margin:40px 20px;
	background-color: #222222;
	border-radius: 20px;
	box-sizing: border-box;
}
.common-wrapper.transparent{
	background-color: transparent;
}
.common-wrapper.padding-tb-0{
	padding:0px 30px;
}
.common-wrapper p{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	word-break: keep-all;
}
.common-wrapper p:last-of-type{
	margin-bottom: 0px;
}
.common-wrapper .highlight{
	color: #fec03a;
	font-size: 16px;
	font-weight: 900;
}
.common-wrapper h2{
	display: flex;
	margin-bottom: 17px;
	font-weight: bold;
	color: #fec03a;
	font-size: 16px;
	font-weight: 900;
}
.btn-wrapper{
	padding:0px 50px;
	margin:40px 0px;
}
.button{
	display: inline-block;
	width:100%;
	height:42px;
	background-color: #fec03a;
	border:none;
	border-radius: 25px;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 900;
	line-height: 42px;
	cursor: pointer;
}
.common-wrapper .row{
	display: flex;
	margin-bottom: 17px;
	font-weight: bold;
}
.common-wrapper .row .key{

}
.common-wrapper .row .key::after{
	content: '';
	display: inline-block;
	width: 1px;
	height:12px;
	margin:0 15px;
	background-color: #898989;
}
.common-wrapper .row .value{

}
.table{
	position: relative;
	left: -15px;
	table-layout: fixed;
	width: 100%;
	width: calc(100% + 30px);
	font-size: 13px;

}
.table thead tr th{
	position: relative;
	height: 37px;
	background-color: #fec03a;
	color:#1b1b1b;
	font-weight: bold;
	text-align: center;
}
.table thead tr th::after{
	content: "";
	position: absolute;
	top:13px;
	right: -1px;
	width: 1px;
	height: 11px;
	background-color: #cb9a2e;
	z-index: 1;
}
.table thead tr th:last-child:after{
	display: none;
}
.table thead tr th:first-child{
	border-top-left-radius: 10px;
}
.table thead tr th:last-child{
	border-top-right-radius: 10px;
}
.table tbody tr td{
	height: 37px;
	background-color: #ffffff;
	border-right: solid 1px #dcdcdc;
	color:#1b1b1b;
	font-weight: lighter;
	text-align: center;
}
.table tbody tr td:last-child{
	border-right: none;
}
.table tbody tr:last-child td:first-child{
	border-bottom-left-radius: 10px;
}
.table tbody tr:last-child  td:last-child{
	border-bottom-right-radius: 10px;
}
.table tbody tr:nth-child(even) td{
	background-color: #eeeeee;
}
.table tbody tr td:nth-child(1){
	font-weight: normal;
}

/* 404 error page */
.common-wrapper.error-404{
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom: 125px
}
.common-wrapper.error-404 i{
	margin:125px 0px 50px 0px;
	color:#898989;
	font-size:80px;
}
.common-wrapper.error-404 p{
	line-height: 21px;
}

/* day count page */
.common-wrapper.day-count{
	margin: 0px 20px 20px;
}
.common-wrapper.day-count-result{
	display: none;
	margin: 20px 20px;
}
.common-wrapper.day-count .row{
	align-items: center;
	height:42px;
	padding: 0 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.common-wrapper .row.checkbox{
	height: auto;
}
.common-wrapper .row name{
	width:70px;
	color:#ffffff;
	font-size: 14px;
}
.common-wrapper .row input[type="text"]{
	width: calc(100% - 70px);
	height:100%;
	background-color: transparent;
	border: none;
	border-bottom: solid 1.5px #fec03a;
	border-radius: 0px;
	color:#ffffff;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}
.common-wrapper .row input[type="text"]:focus{
	outline: none;
}
.common-wrapper .row input[type="text"]::placeholder{
	color:#898989;
}
.common-wrapper .row input[type="text"]::-moz-placeholder{
	color:#898989;
}
.common-wrapper .row input[type="text"]::-webkit-input-placeholder{
	color:#898989;
}


label.checkbox{
	position: relative;
	display: flex;
	align-items: center;
	transition: all .3s;
	cursor: pointer;
	word-break: keep-all;
}
label.checkbox input[type=checkbox]{
	position: absolute;
	top: 0px;
	left: 0;
	width:22px;
	height:22px;
	margin:0px;
	z-index: -1;
	opacity: 0;
}
label.checkbox span{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background: #313131;
	border: solid 1px #525252;
	box-sizing: border-box;
}
label.checkbox span{
	border-radius: 50%!important;
}
label.checkbox span:after{
	content: '';
	position: absolute;
	display: none;
}
label.checkbox span:after{
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -4px;
	width: 5px;
	height: 9px;
	border-width: 0 2px 2px 0!important;
	transform: rotate(45deg);
	border: solid 1px #1b1b1b;
}
label.checkbox input:checked~span{
	background: #fec03a;
	border-color: #fec03a;
}
label.checkbox input:checked~span:after{
	display: block;
}
.common-wrapper .btn-wrapper{
	padding: 0px;
	margin: 0px;
}

.common-wrapper holiday{
	display: flex;
	align-items: center;
	height:42px;
	border-bottom:solid 1px #535353;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
}
.common-wrapper holiday:nth-of-type(1){
	border-top:solid 1px #535353;
}
.common-wrapper holiday date{
	width:47%;
	padding-left:15px;
	box-sizing: border-box;
}
.common-wrapper sum{
	display: flex;
	align-items: center;
	height:42px;
	border-bottom:solid 1px #535353;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
}
.common-wrapper sum:nth-of-type(1){
	border-top:solid 1px #535353;
}
.common-wrapper sum group{
	width:47%;
	padding-left:15px;
	box-sizing: border-box;
}
.info-wrapper{
	padding: 10px 0px 30px;
}
.info-wrapper img{
	width: 85px;
	margin-bottom: 10px;
}
.info-wrapper .email{
	margin-bottom: 10px;
	color:#898989;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
}
.info-wrapper .company{
	color:#898989;
	font-size: 10px;
	font-weight: 600;
}
.info-wrapper .temrs-link{
	margin-bottom: 10px;
	color:#898989;
	font-size: 10px;
	font-weight: 600;
}
.info-wrapper .temrs-link span{
	display: inline-block;
	width:1px;
	height:8px;
	background-color: #898989;
	margin: 0px 5px;
	box-sizing: border-box;
}

/* datepicker */
.ui-widget.ui-widget-content{
	width:100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
 
.ui-widget.ui-widget-content.ui-datepicker{
	width:221px;
	padding: 0px;
    margin-top: 1px;
	border:solid 1px #929292 !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	overflow: hidden;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header{
	padding: 7px 0px;
	background: #222222;
	border:none !important;
	border-radius: 0px;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	font-size: 14px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev, .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next{
	top: 6px !important;
	border:none !important;
	color:#a0a5b2 !important;
	cursor: pointer;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header .ui-state-hover{
	background: #fec03a;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev{
	left: 9px !important;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next{
	right:9px !important;
}
.ui-widget.ui-widget-content.ui-datepicker table{
    position: relative;
    width: calc(100% - 28px);
    margin: 0 auto;
	margin-bottom: 8px;
}
.ui-widget.ui-widget-content.ui-datepicker table::before{
	content:'';
	position: absolute;
    left: -14px;
    top: 0px;
	width: 221px;
    height: 28px;
    background-color: #313131;   
    z-index: -1;
}
.ui-widget.ui-widget-content.ui-datepicker table > thead > tr > th{
	padding: 6px 0px;
	font-size:13px;
}
.ui-widget.ui-widget-content.ui-datepicker table > tbody > tr > td{
	padding: 1px 3px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-default{
    background: #eeeeee;
    border: none !important;
    color: #1b1b1b;
	text-align: center;
    font-size: 12px;
	font-weight: 600;
    padding: 4px 0px;
    border-radius: 50%;
}
.ui-state-highlight{
	background: #fec03a !important;
    color: #1b1b1b !important;
}
.ui-state-highlight a{
	background-color: transparent;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > thead > tr > th:first-child{
	color:#ec3f4d;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > thead > tr > th:last-child{
	color:#3f8dc9;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > tbody > tr > td:first-child > a{
	background: #fff;
	color:#ec3f4d;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > tbody > tr > td:first-child > a.ui-state-highlight{
	background: #3f8dc9 !important;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > tbody > tr > td:last-child > a{
	background: #fff;
	color:#3f8dc9;
}
/*
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > tbody > tr > td:hover > a{
	background-color: #00b4ed !important;
    color: #fff !important;
}
*/
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar > tbody > tr > td > a.ui-state-hover{
	background: #777777;
    color: #fff;
}

.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-buttonpane{
	border: none;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-buttonpane button{
	padding: 3px 10px;
	margin: 0px 14px 14px;
	background: #898989 !important;
	color:#fff !important;
	font-size:12px;
	border-radius: 20px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
	background: #fec03a !important;
    color: #1b1b1b !important;
    opacity: 1;
}
