body { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none }

#container {
	width: 100%;
    min-width: 1100px;
}

#container .serve_tit {
	background: url(../img/serve.jpg) no-repeat center;
	width: 100%;
	height: 260px;
	position: relative;
}
#container .serve_tit strong {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	font-weight: 600;
}

#container .serve_wrap {
	max-width: 1300px;
	margin: 0 auto;
}

.none {
	display: none;
}
#Process.on, #subject.on {
	display: block;
}
#Process, #subject{
	display: none;
}
#container .serve_wrap .form_top {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 18px;
	margin: 30px 0;
}
#container .serve_wrap .form_top > li {
	width: 20%;
	padding: 20px 0;
	background-color: #efefef;
	border-radius: 50px;
	font-weight: 600;
	position: relative;
}
#container .serve_wrap .form_top > li.on {
	background-color: #777;
	color: #fff;
	font-weight: 500;
}
#container .serve_wrap .form_top > li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -37%;
	width: 36%;
	height: 1px;
	border-top: 2px dashed #ccc;
	transform: translateY(-50%);
}
#container .serve_wrap .form_top > li.on::after {
	border-top: 2px dashed #777;
}
#container .serve_wrap .form_top > li.line-none:after {
	display: none;
}
#container .serve_form .form_tit h2 {
	font-size: 20px;
	font-weight: 500;
	padding: 50px 0 20px;
}
table {
	width: 100%;
}
table > caption {
    font-size: 0;
    line-height: 0;
    height: 0;
}
tbody.s_tbody {
	text-align: left;
	border-top: 2px solid #111;
}
tbody.s_tbody tr {
	border-bottom: 1px solid #ccc;
}
tbody.s_tbody th {
	background-color: #f3f3f3;
}
tbody.s_tbody th span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 30px;
}
tbody.s_tbody .form_box {
	font-weight: 400;
}
tbody.s_tbody .s_form {
	padding-left: 6%;
}
tbody.s_tbody .s_form span {
	font-size: 14px;
	font-weight: 300;
	color: #555;
	padding-left: 10px;
}
tbody.s_tbody .s_form #ent01, tbody.s_tbody .s_form #co_name, tbody.s_tbody .s_form #ch_name, tbody .s_form #email, tbody .s_form #file, tbody .s_form #currentDate, #companyFile {
	padding: 10px 16px;
	width: 30%;
	font-size: 18px;
	border: 1px solid #ccc;
}
tbody.s_tbody .s_form #co_name, tbody.s_tbody .s_form #ch_name, tbody.s_tbody .s_form #email {
	width: 60%;
}
#companyFile {
	width: 40%;
}
select.serve {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.25px; 
    margin-left: 6%;
}
.input_td select.serve {
    padding: 8px 16px;
    width: 18%;
    border: 1px solid #ccc;
    background-image: url(../img/icon/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.input_td input {
	width: 14%;
	font-size: 18px;
	padding: 10px 16px;
	border: 1px solid #ccc;
	margin-left: 20px;
}
.input_td span {
	position: relative;
}
.input_td span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	height: 1px;
	width: 10px;
	background-color: #ccc;
}
tbody.s_tbody .s_form.Consent {
	width: 50%;
	float: left;
	padding-left: 2%;
	cursor: pointer;
	box-sizing: border-box;
}
#slidebtn, #slidebtn02 {
	cursor: pointer;
}
.underline {
	width: 50%;
	float: right;
	text-decoration: underline;
	text-align: right;
	box-sizing: border-box;
}
#slideTogglebox, #slideTogglebox02 {
	width: 100%;
	background-color: #fff;
	margin-top: 60px;
	border-bottom: 1px solid #ccc;
	display: none;
}
#slideTogglebox img, #slideTogglebox02 img {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}
table.Consent {
	width: 90%;
}
table.Consent tbody.s_tbody {
	border-top: none;
	text-decoration: underline;
	text-align: right;
	line-height: 2em;
}
table.Consent tr {
	border-bottom: none;
}
table.Consent tbody.s_tbody tr td span {
	padding: 10px 0;
}
table.Consent tbody.s_tbody tr td span input {
	border: none;
	width: 30%;
	margin-left: 10px;
	font-size: 18px;
}
table.Consent .date input {
	border: none;
	font-size: 16px;
}
tbody.s_tbody .s_form #file, tbody.s_tbody .s_form #currentDate {
	padding: 5px 10px;
}
.btn_box {
	text-align: center;
	margin: 50px 0;
}
.btn_box button {
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 25px;
	border: none;
	background-color: #777;
}
.btn_box button > a {
	color: #fff;
}

.com_wrap {
	display: none;
	max-width: 1300px;
    margin: 0 auto;
	text-align: center;
	border-top: 2px solid #111;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15%;
	padding-top: 10%;
	padding-bottom: 7%;
	font-size: 20px;
	font-weight: 400;
	line-height: 2em;
	background: url(../img/icon/check_icon.png) no-repeat 50% 20%;
}
.com_wrap.on {
	display: block;
}
.list_file, .list_input {
	display: none;
}
.list_file.on, .list_input.on {
	display: table-row;
}
.list_input.list_css span{
	margin: 0;
}
.list_css span{
	vertical-align: middle;
	margin: 10px;
}
.list_css span.s_form {
	margin: 0;
}
.list_css .s_form input {
    padding: 10px 16px;
    width: 10%;
    font-size: 18px;
    border: 1px solid #ccc;
}
.list_css .s_form input:nth-child(4) {
	width: 20%;
}
.list_css .s_form select {
	padding: 10px 16px;
    width: 8%;
    border: 1px solid #ccc;
    background-image: url(../img/icon/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 110% 50%;
    outline: none;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.25px;
	box-sizing: border-box;
}
.list_css .s_form a.btn {
	cursor: pointer;
	padding: 8px 16px;
	border: 1px solid #ccc;
	background-color: #ccc;
	margin-left: 1%;
	box-sizing: border-box;
	font-weight: 500;
	transition: 0.8s;
}
.list_css .s_form a.btn:hover {
	border: 1px solid #ccc;
	background-color: #fff;
}
label {
    padding-left: 10px;
    vertical-align: baseline;
}
button.btn {
    cursor: pointer;
    padding: 10px 40px;
    margin: 20px 0 0;
    border-radius: 30px;
    border: 1px solid #ccc;
    background-color: #ccc;
    font-size: 16px;
    transition: 0.8s;
}
button.btn:hover {
	background-color: #fff;
}