@charset "utf-8";

/* ==================================================
	입력 스타일
================================================== */
input,
textarea,
select {
	border-radius: 0;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: 1.7rem;
	letter-spacing: 0em;
	color: inherit;
	padding: 0;
	outline: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	vertical-align: middle
}

input[type="radio"] {
	-webkit-appearance: radio;
	width: 13px;
	height: 13px;
	margin: 0 0 3px;
	padding: 0;
	vertical-align: middle
}

input[type="password"],
input[type="email"],
input[type="text"] {
	-webkit-appearance: none;
	width: 100%;
	background: #fff;
	border: 1px solid #D9D9D9 !important;
	-webkit-appearance: none;
	box-shadow: none;
	padding: 0px 10px;
	box-sizing: border-box;
	height: 40px;
	text-align: left;
}

input[type="password"]:disabled,
input[type="text"]:disabled {
	background: #ebebeb;
}

select::-ms-expand {
	display: none;
	-webkit-display: none;
	-moz-display: none;
	-o-display: none;
	-ms-display: none;
}

select {
	background-image: none;
	padding: 0px 40px 0 10px;
	height: 40px;
	border: 1px solid #D9D9D9;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	background: #fff url("../images/form/down_arrow.svg") no-repeat right+10px center;
}

textarea {
	padding: 20px;
	width: 100%;
	min-height: 200px;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #D9D9D9;
	color: #898989;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
	resize: vertical;
}

/* 표시강조 */
.surely_star {
	margin-left: 3px;
	font-size: 1.5rem;
	color: #eb5732;
	vertical-align: middle;
}

.guide_txt {
	color: #666;
	font-size: 1.6rem;
	margin-left: 1rem;
}

/* 모바일CSS */
@media screen and (max-width: 767px) {
	.guide_txt {
		margin-left: 0;
		margin-top: 1rem;
	}
}

/* ==================================================
	타이틀
================================================== */
.rec_tit {
	font-size: 2.6rem;
	font-weight: 500;
}

/* 모바일CSS */
@media screen and (max-width:1200px) {
	.rec_tit {
		font-size: 2.4rem;
	}
}

@media screen and (max-width:1030px) {
	.rec_tit {
		font-size: 2rem;
	}
}

@media screen and (max-width:767px) {
	.rec_tit {
		font-size: 1.8rem;
	}
}

/* ==================================================
	약관
================================================== */
.agree-terms {
	overflow-x: hidden;
	overflow-y: auto;
	height: 300px;
	width: 99%;
	margin-top: 20px;
	padding: 25px 30px;
	color: #666;
	line-height: 22px;
	border: 1px solid #ddd;
	background: transparent;
}

.agree-terms h4 {
	font-size: 1.8rem;
	margin: 20px 10px 0 0;
	font-weight: 500;
	color: #555;
	line-height: 1.8;
}

.agree-terms h5 {
	font-size: 1.7rem;
	margin: 0 0 10px 0;
}

.agree-terms p {
	font-size: 1.8rem;
	margin: 0 0 10px 0;
}

.ag_widthline {
	margin-top: 5px;
	font-size: 1.7rem;
}

.ag_widthline>li:before {
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background: #a0a0a0;
}

.ag_widthline>li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 5px;
}

.width_line_list>li:last-child {
	margin-bottom: 0;
}

/* 모바일CSS */
@media screen and (max-width:767px) {
	.agree-terms {
		height: 250px;
		padding: 15px 20px;
	}

	.agree-terms h4 {
		font-size: 1.7rem;
		margin: 15px 5px 0 0;
		line-height: 1.5;
	}

	.agree-terms h5 {
		font-size: 1.6rem;
	}

	.agree-terms p {
		font-size: 1.6rem;
	}

	.ag_widthline {
		font-size: 1.6rem;
	}

	.ag_widthline>li:before {
		top: 10px;
	}
}

@media screen and (max-width:450px) {
	.agree-terms h4 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.agree-terms h5 {
		font-size: 1.5rem;
	}

	.agree-terms p {
		font-size: 1.5rem;
	}

	.ag_widthline {
		font-size: 1.5rem;
	}
}

/* ==================================================
	동의 체크박스
================================================== */
.reg_ag {
	margin: 15px 0 25px;
	text-align: right;
}

.regag_check {
	position: relative;
	display: flex;
	align-items: center;
	color: #333;
	margin: 0 5px;
}

.regag_check input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.regag_check input[type="radio"]+label {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	position: relative;
	padding-left: 38px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 1.8rem;
}

.regag_check input[type="radio"]+label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	width: 28px;
	height: 28px;
	text-align: center;
	background: #fff;
	border: 1px solid #696969;
}

.regag_check input[type="radio"]:checked+label:before {
	background: var(--brand-color-sub);
	border-color: var(--brand-color-sub);
}

.regag_check input[type="radio"]:checked+label:after {
	content: "\e928";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 28px;
	font-family: 'xeicon';
	color: #fff;
}

/* 모바일CSS */
@media screen and (max-width:767px) {
	.regag_check {
		display: block;
		margin: 8px 2px;
	}

	.regag_check input[type="radio"]+label {
		line-height: 26px;
		padding-left: 34px;
		font-size: 1.7rem;
	}

	.regag_check input[type="radio"]+label:before {
		width: 24px;
		height: 24px;
	}

	.regag_check input[type="radio"]:checked+label:after {
		width: 24px;
	}
}

/* ==================================================
	체크박스
================================================== */
.check_box {
	position: relative;
	display: flex;
	align-items: center;
	color: #333;
}

.check_box input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.check_box input[type="checkbox"]+label {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	position: relative;
	padding-left: 38px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 1.8rem;
}

.check_box input[type="checkbox"]+label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	width: 28px;
	height: 28px;
	text-align: center;
	background: #fff;
	border: 1px solid #d9d9d9;
}

.check_box input[type="checkbox"]:checked+label:before {
	background: var(--brand-color-sub);
	border-color: var(--brand-color-sub);
}

.check_box input[type="checkbox"]:checked+label:after {
	content: "\e928";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 28px;
	font-family: 'xeicon';
	color: #fff;
}

/* 모바일CSS */
@media screen and (max-width:767px) {
	.check_box {
		display: block;
		margin: 0;
	}

	.check_box input[type="checkbox"]+label {
		line-height: 26px;
		padding-left: 34px;
		font-size: 1.7rem;
	}

	.check_box input[type="checkbox"]+label:before {
		width: 24px;
		height: 24px;
	}

	.check_box input[type="checkbox"]:checked+label:after {
		width: 24px;
	}
}

/* ==================================================
	라디오 버튼
================================================== */
.radio {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}

.radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.radio input[type="radio"]+label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-left: 0px;
	color: #555;
	line-height: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.radio input[type="radio"]+label:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: url("../images/form/radio.png") no-repeat 0 50%;
}

.radio input[type="radio"].disabled+label:before {
	background: url("/images/form/radio.png") no-repeat 0 50%;
}

.radio input[type="radio"]:checked+label:before {
	background: url("../images/form/radio_on.png") no-repeat 0 50%
}

/* 모바일CSS */
@media screen and (max-width:540px) {
	.radio {
		display: block;
	}

	.radio:not(:first-child) {
		margin-top: 15px;
	}
}

/* ==================================================
	input Box
================================================== */
.field {
	position: relative;
	display: flex;
}

.field-group {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	margin-left: -5px;
}

.col-small,
.col-medium,
.col-medium2,
.col-medium3,
.col-large,
.col-auto {
	margin-left: 5px;
	margin-right: 5px;
}

.field.col-auto {
	flex-grow: 1;
}

.field.col-small {
	width: calc(25%);
}

.field.col-medium {
	width: calc(32%);
}

.field.col-medium2 {
	width: calc(45%);
}

.field.col-medium3 {
	width: calc(49%);
}

.field.col-large {
	width: 100%;
}

.field input[type="text"] {
	width: 100%;
	height: 40px;
}

.field label.field-title {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	padding: 0 44px 0 15px;
	color: #b4b9bc;
	transition: 0.25s;
}

.field label.field-title span {
	position: relative;
	font-size: 1.6rem;
}

.field input[type="text"][readonly="readonly"],
.field input[type="password"][readonly="readonly"],
.field input[disabled="disabled"],
.field textarea[disabled="disabled"],
.select-wrap input[type="button"]:disabled {
	background-color: rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: default;
}

.field input.disabled {
	background-color: #f7f8f8;
	border-color: #dcddde;
}

/* 모바일CSS */
@media screen and (max-width:767px) {
	.field .radio:not(:first-child) {
		margin-top: 0;
	}
}

/* ==================================================
	Select Box
================================================== */
select.select_box {
	overflow: visible;
	display: inline-block;
	width: 25rem;
	height: 40px;
	color: #333;
	padding: 5px 20px 5px 15px;
	border: 0;
	vertical-align: top;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url('../images/icon/selectbox_arrow_d.gif') no-repeat 100% 50%;
	box-sizing: border-box;
}

select.select_box option {
	color: #333
}

select.select_box:-ms-expand {
	display: none;
}

/* ==================================================
	버튼
================================================== */
.reg_btn {
	text-align: center;
	padding: 30px 0 0 0;
}

a.btn_confirm {
	display: inline-block;
	margin: 0px 5px;
	width: 220px;
	height: 60px;
	line-height: 60px;
	font-weight: 500;
	color: #fff;
	border: 1px solid var(--brand-color-main);
	background-color: var(--brand-color-main);
	cursor: pointer;
	border-radius: 3px;
	font-size: 2rem;
}

a.btn_cancel {
	display: inline-block;
	margin: 0px 5px;
	width: 220px;
	height: 60px;
	line-height: 60px;
	font-weight: 500;
	color: #888;
	background-color: #fff;
	border: 1px solid #888;
	cursor: pointer;
	border-radius: 3px;
	font-size: 2rem;
}

a.btn_confirm:hover,
a.btn_cancel:hover {
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
}

/* 모바일CSS */
@media screen and (max-width:767px) {
	.reg_btn {
		padding: 20px 0 0 0;
	}

	.reg_ag {
		text-align: center;
		margin: 15px 0 15px;
	}

	a.btn_confirm,
	a.btn_cancel {
		width: 45%;
		height: 50px;
		line-height: 50px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width:640px) {

	a.btn_confirm,
	a.btn_cancel {
		font-size: 1.7rem;
	}
}

@media screen and (max-width:450px) {

	a.btn_confirm,
	a.btn_cancel {
		font-size: 1.6rem;
	}
}

/* ==================================================
	문의 작성
================================================== */
.contact_wrap {
	position: relative;
	margin-top: 20px;
}

.contact_wrap h4 {
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact_wrap h4 sup {
	color: #F44336;
}

.contact_left {
	background-color: #fff;
}

.contact_right {
	width: 358px;
}

/* margin */
.ja_mt15 {
	margin-top: 15px;
}

.ja_mt30 {
	margin-top: 30px;
}

.ja_mt40 {
	margin-top: 40px;
}

/* 모바일CSS */
@media screen and (max-width:768px) {
	.contact_wrap h4 {
		font-size: 2rem;
	}

	/* margin */
	.ja_mt15 {
		margin-top: 10px;
	}

	.ja_mt30 {
		margin-top: 20px;
	}

	.ja_mt40 {
		margin-top: 30px;
	}
}

@media screen and (max-width:640px) {
	.contact_wrap h4 {
		font-size: 1.8rem;
	}

	/* margin */
	.ja_mt30 {
		margin-top: 15px;
	}

	.ja_mt40 {
		margin-top: 20px;
	}
}

/* ==================================================
	접수하기 form
================================================== */
/* 테이블 */
.tb_wrap {
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);*/
	margin-top: 25px;
}

.tb_form {
	position: relative;
	left: -1px;
	width: 100%;
	margin-bottom: -1px;
	font-size: 2rem;
}

.tb_form th {
	text-align: left;
	padding: 18px 20px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	background: #FAFAFA;
	font-weight: 500;
	line-height: 1;
	color: #333;
	vertical-align: middle;
}

.tb_form td {
	padding: 12px 20px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	vertical-align: middle;
}

/* 테이블사이즈 */
.conformtb_width01 {
	width: 25%;
}

.conformtb_width02 {
	width: 75%;
}

/* 테이블 안 내용 */
.file {
	position: relative;
	width: 100%;
	display: flex;
}

.file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.file input[type="text"] {
	margin-right: 5px;
}

.file a {
	vertical-align: top;
}

.file span {
	margin-left: 20px;
	font-size: 15px;
	color: #767676
}

a.fileBtn {
	display: inline-block;
	flex-shrink: 0;
	width: 90px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #333;
	font-weight: normal;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	margin-left: 0px !important;
	cursor: pointer;
}

a.fileBtn:hover {
	background: #000;
}

/* 모바일CSS */
@media screen and (max-width:1030px) {

	/* 테이블 */
	.tb_form {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:767px) {

	/* 테이블 */
	.tb_wrap {
		box-shadow: none;
		border: none;
	}

	.tb_form {
		left: 0;
		margin-bottom: 0;
		font-size: 1.7rem;
	}

	.tb_form,
	.tb_form thead,
	.tb_form tbody,
	.tb_form th,
	.tb_form td,
	.tb_form tr {
		display: block;
	}

	.tb_form thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tb_form th {
		border: 1px solid #E6E6E6;
		border-bottom: none;
	}

	.tb_form td {
		border: 1px solid #E6E6E6;
		border-bottom: 0;
		position: relative;
		padding: 10px;
	}

	.tb_form td:last-child {
		border-bottom: 1px solid #E6E6E6;
	}
}

@media screen and (max-width:767px) {

	/* 테이블 */
	.tb_form {
		font-size: 1.6rem;
	}
}

/* ==================================================
	참가팀 정보
================================================== */
ul.contact_ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

ul.contact_ul>li {
	display: flex;
	font-size: 1.8rem;
}

ul.contact_ul_32>li {
	flex-basis: 32%;
}

ul.contact_ul_49>li {
	flex-basis: 49%;
}

ul.contact_ul>li.contact_li_27 {
	flex-basis: 27%;
}

ul.contact_ul>li.contact_li_43 {
	flex-basis: 43%;
}

/* 모바일CSS */
@media screen and (max-width:850px) {
	ul.contact_ul {
		display: block;
		justify-content: left;
	}

	ul.contact_ul>li {
		margin-top: 10px;
	}
}

@media screen and (max-width:767px) {
	ul.contact_ul li .radio:not(:first-child) {
		margin-top: 0;
	}

	ul.contact_ul>li {
		font-size: 1.7rem;
	}
}

/* ==================================================
	접수완료
================================================== */
#member-box {
	/*border: 1px solid #dcdcdc;*/
	border-top-color: #E8E8E8;
	border-top-color: #323232;
	margin-top: 20px;
}

.leave-top {
	background: #fff;
	text-align: center;
	font-weight: 500;
	padding-top: 45px;
	padding-bottom: 55px;
	color: #444;
	width: 90%;
	margin: 0 auto;
	line-height: 1.2;
}

.leave-top .icon {
	display: block;
	width: 400px;
	height: 292px;
	background: url('../images/form/completion_img01.png') no-repeat 0 0;
	margin: 0 auto;
}

.leave-top .leavetit {
	display: block;
	font-size: 2.6rem;
	color: #6fb43f;
	font-weight: 500;
	margin-top: 30px;
	line-height: 1;
}

.leave-top .reg_btn {
	padding: 20px 0 0;
}

/* 모바일CSS */
@media screen and (max-width:767px) {
	.leave-top {
		padding-top: 35px;
		padding-bottom: 45px;
	}

	.leave-top .icon {
		width: 250px;
		height: 183px;
		background: url('../images/form/completion_img01.png') no-repeat 0 0;
		background-size: 250px 183px;
	}

	.leave-top .leavetit {
		font-size: 2rem;
		margin-top: 20px;
	}

	.leave-top .reg_btn {
		padding: 15px 0 0;
	}
}