/* 애니스포츠 대회등록 전용 css */
/* title & common */
.register_section {
	padding: 140px 0;
}
.top_title {
	position: relative;
	margin-bottom: 90px;
}
.top_title p {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.035em;
	line-height: 48px;
	color: #242424;
	text-align: center;
}
.top_title p .text_primary {
	color: #2cb400;
}
.lg_title {
	border-bottom: 2px solid #242424;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.025em;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 100px;
}
.md_title {
	position: relative;
	margin-bottom: 50px;
}
.md_title h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #242424;
	line-height: 1em;
	letter-spacing: -0.025em;
	margin-right: 20px;
}
.md_title .title_text {
	display: inline-block;
	background-image: linear-gradient(rgba(57, 232, 0, 0.5), rgba(57, 232, 0, 0.5));
	background-position: left bottom;
	background-size: 100% 52%;
	background-repeat: no-repeat;
	padding: 0px 5px 5px 5px;
}
.md_title_sub {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	color: #aaa9a9;
	line-height: 18px;
	letter-spacing: 0;
}
.sm_title {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #2cb400;
	letter-spacing: -0.025em;
	border-bottom: 1px solid #2cb400;
	margin-top: 10px;
	margin-bottom: 40px;
}
.sm_title .title_text {}
.reg_margin {
	margin-top: 60px;
}
.register_section a.btn_primary,
.register_section button.btn_primary{
	min-width: 250px;
	height: 55px;
	line-height: 51px;
	padding: 0 60px;
}
button.btn_primary {
	display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #48a63e;
    border: 2px solid #48a63e;
    border-radius: 25px 0 25px 0;
    padding: 15px 60px;
    text-align: center;
}
button.btn_primary:hover {
    color: #48a63e;
    background: none;
    border: 2px solid #48a63e;
    text-decoration: none;
    transition: all 0.3s;
}
/* title & common end */
/* form, input */
.register_section form {
	position: relative;
}
.register_section form .row {
	margin-bottom: 100px;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.register_section .col-12 {
	padding-left: 25px;
	padding-right: 25px;
}
.btn_zipcode {
	display: inline-block;
	position: relative;
	width: 50%;
	background-color: #242424;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	min-width: 90px;
	border: 2px solid #242424;
	vertical-align: top;
}
.btn_zipcode:hover,
.btn_zipcode:focus {
	border: 2px solid #242424;
	background-color: #fff;
	color: #242424;
}
input.reg_input_zipcode {
	display: inline-block;
	width: 48%;
	width: calc(50% - 10px);
	margin-right: 10px;
	vertical-align: top;
}
input.reg_input_address1 {
	width: 100%;
	margin-top: 10px;
}
input.reg_input_address2 {
	margin-top: 30px;
	width: 100%;
}

/* 참가 금액, 결제 정보 */
.reg_text_pay {
	font-size: 14px;
	color: #d63312;
	line-height: 22px;
	margin-bottom: 25px;
}
.reg_pay_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.reg_course_title {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 20%;
	max-width: 147px;
	margin-right: 10px;
	background-color: #e4e4e4;
	text-align: center;
	font-size: 16px;
	color: #242424;
	font-weight: 400;
}
.reg_pay_box .reg_select {
	display: inline-block;
	width: 20%;
	padding-right: 30px;
	height: 45px;
	max-width: 190px;
	margin-right: 30px;
}
input.reg_input_pay {
	display: inline-block;
	border: 0px;
	outline:none;
	border-bottom: 1px solid #cacaca;
	width: 100%;
	height: 45px;
}
input.reg_input_pay:focus {
	border: 0px;
	outline:none;
	border-bottom: 1px solid #000;
}
.reg_pay_course,
.reg_pay_km,
.reg_pay_won {
	width: 17%;
	max-width: 127px;
	position: relative;
}
.reg_pay_course {
	margin-right: 10px;
}
.reg_pay_km {
	margin-right: 10px;
}
.reg_pay_won {
	margin-right: 30px;
}
.pay_text {
	display: inline-block;
	font-size: 14px;
	color: #242424;
	position: absolute;
	top:13px;
}
.reg_pay_course .pay_text {
	left:10px;
}
.reg_pay_km .pay_text {
	right:10px;
}
.reg_pay_course .reg_input_pay {

}
.reg_pay_km .reg_input_pay {
	padding-right: 35px;
	font-size: 18px;
	text-align: right;
	color: #2cb400;
}
.reg_pay_won .reg_input_pay {
	padding-right: 30px;
	font-size: 18px;
	text-align: right;
	color: #2cb400;
}
.reg_pay_course .reg_input_pay::placeholder {
	color: #242424;
}
.reg_pay_km .reg_input_pay::placeholder {
	color: #2cb400;
}
.reg_pay_won .reg_input_pay::placeholder {
	color: #2cb400;
}

.reg_pay_won .pay_text {
	right: 10px;
}
.reg_pay_close {
	display: inline-block;
	width: 10%;
	max-width: 85px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border: 1px solid #2cb400;
	background-color: #fff;
	color: #2cb400;
}
.reg_pay_close:hover,
.reg_pay_close:focus {
	border: 1px solid #2cb400;
	background-color: #2cb400;
	color: #fff;
}
.reg_btn_sm {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	font-size: 18px;
	font-weight: 500;
	padding: 0 20px;
	min-width: 250px;
	text-align: center;
	background-color: #2cb400;
	color: #fff;
	border: 2px solid #2cb400;
}
.reg_btn_sm:hover,
.reg_btn_sm:focus {
	background-color: #fff;
	color: #2cb400;
}
.reg_payment_box {
	/* margin-top: 50px; */
	margin-top: 0;
	border-top: 1px solid #cacaca;
	background-color: #f8f8f8;
	padding: 35px 40px;
	font-size: 0;
}
.reg_payment_line {
	border-top: 1px solid #e4e4e4;
	margin-top: 25px;
	margin-bottom: 25px;
}
.reg_payment_box .check_label {
	width: 10%;
	min-width: 85px;
	margin: 0;
	vertical-align: text-bottom;
}
.reg_payment_box .reg_select {
	width: 20%;
}
.reg_payment_box input.reg_input {
	display: inline-block;
	width: 20%;
	margin-left: 10px;
	vertical-align: top;
}
.reg_payment_box input.reg_input.reg_bank3 {
	width: 30%;
	width: calc(32% - 54px);
}
input.reg_bank3 {}
.reg_file_box {
	border-top: 1px solid #cacaca;
	background-color: #f8f8f8;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.reg_file_box .reg_file {
	display: inline-block;
	padding: 40px;
	width: 55%;
	vertical-align: top;
}
.reg_file_list {
	position: relative;
	display: inline-block;
	width: auto;
	vertical-align: top;
	padding: 40px 10px;
}
.reg_file_list li {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
	color: #aaaaaa;
	letter-spacing: -0.01em;
}
.reg_file_list li.text_primary {
	color: #2cb400;
}
.reg_file_box .reg_input {
	display: inline-block;
	width: 68%;
	width: calc(70% - 10px);
	vertical-align: top;
}
.reg_file_box .btn_file {
	display: inline-block;
	width: 30%;
	max-width: 156px;
	height: 44px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
	text-align: center;
	background-color: #2cb400;
	color: #fff;
	border: 2px solid #2cb400;
	cursor: pointer;
	vertical-align: top;
}
.reg_file_box .btn_file:hover,
.reg_file_box .btn_file:focus {
	background-color: #fff;
	color: #2cb400;
}
input.reg_file_hidden[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.reg_agree {
	font-size: 18px;
	color: #242424;
	margin-bottom: 50px;
	line-height: 1.6em;
	letter-spacing: -0.025em;
}
.check_agree {
	margin-bottom: 50px;
	letter-spacing: -0.025em;
}
.check_agree.check_label span.agree_alltext {
	font-size: 15px;
	margin-right: 10px;
	color: #242424;
	display: inline-block;
}
.check_agree.check_label span.agree_alltext::after {
	content: '';
	display: block;
	position: relative;
	bottom: 2px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #242424;
}
/* 2page 등록완료 */
.reg_ok_text {
	font-size: 22px;
	color: #242424;
	margin-top: 50px;
	margin-bottom: 120px;
	line-height: 1.6em;
	letter-spacing: -0.025em;
	text-align: center;
}
@media (min-width:768px) {
	.register_section .container {
		max-width: 960px;
	}
}
@media (min-width:1200px) {
	.register_section .container {
		max-width: 1170px;
	}
}
@media (max-width:1200px) {
	.top_title p {
		font-size: 30px;
	}

	
}
@media (max-width: 992px) {
	.reg_pay_box .reg_select {
		margin-right: 15px;
		width: calc(20% - 9px);
	}
	.reg_course_title {
		font-size: 14px;
		width: calc(20% - 60px);
	}
	.reg_pay_won {
		margin-right: 15px;
	}
	.reg_payment_box {
		padding: 30px 20px;
	}
	.reg_payment_box .check_label {
		width: 20%;
		min-width: 75px;
	}
	.reg_payment_box .reg_select {
		width: 35%;
		padding-left: 10px;
		padding-right: 30px;
		margin-right: 5px;
		max-width: none;
	}
	.reg_payment_box input.reg_input {
		margin-left: 0;
	}
	.reg_payment_box input.reg_input.reg_bank1 {
		width: 43%;
		width: calc(46% - 15px);
	}
	.reg_payment_box input.reg_input.reg_bank2 {
		width: 38%;
		width: calc(40% - 5px);
		margin-top: 5px;
		margin-right: 5px;
	}
	.reg_payment_box input.reg_input.reg_bank3 {
		width: 60%;
		margin-top: 5px;
		margin-right: 0;
	}
	.reg_file_box .reg_file {
		width: 100%;
	}
	.reg_file_list {
		padding: 40px;
		padding-top: 0px;
	}
}
@media (max-width: 768px) {
	.register_section {
		padding: 70px 0;
	}
	.register_section form .row {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 60px;
	}
	.register_section .col-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.register_section a.btn_primary {
		width: 90%;
		height: 55px;
		line-height: 53px;
		font-size: 18px;
	}
	.top_title {
		margin-bottom: 70px;
	}
	.top_title p {
		font-size: 26px;
		line-height: 38px;
	}
	.lg_title {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 70px;
	}
	.md_title {
		margin-bottom: 30px;
	}
	.md_title h2 {
		font-size: 20px;
	}
	.md_title_sub {
		margin-top: 10px;
		font-size: 13px;
	}
	.sm_title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.reg_margin {
		margin-top: 30px;
	}
	input.reg_input_address2 {
		margin-top: -10px;
	}
	.reg_course_title {
		width: 40%;
		max-width: none;
		margin-right: 5px;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.reg_pay_box .reg_select {
		width: 57%;
		width: calc(60% - 5px);
		margin-right: 0px;
		margin-bottom: 5px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		max-width: none;
	}

	input.reg_input_pay,
	.reg_pay_km .reg_input_pay,
	.reg_pay_won .reg_input_pay {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.reg_pay_course,
	.reg_pay_km,
	.reg_pay_won {
		max-width: none;
		width: 29%;
		width: calc(32% - 21px);
	}

	.reg_pay_course {
		margin-right: 10px;
	}
	.reg_pay_km {
		margin-right: 10px;
	}
	.reg_pay_won {
		margin-right: 10px;
	}
	.pay_text {
		font-size: 14px;
	}

	.reg_pay_close {
		width: 50px;
		height: 40px;
		line-height: 40px;
	}
	.reg_payment_box input.reg_input.reg_bank1 {
		width: 43%;
		width: calc(49% - 25px);
	}
	.reg_btn_sm {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 65%;
		min-width: 180px;
		height: 45px;
		line-height: 41px;
		font-size: 16px;
	}
	.reg_file_box .btn_file {
		font-size: 14px;
	}
	.reg_file_box .reg_file {
		padding: 30px 20px;
	}
	.reg_file_list {
		padding: 20px;
		padding-top: 0px;
	}
	.reg_file_list li {
		font-size: 12px;
	}
	.reg_agree {
		font-size: 16px;
		padding: 0 20px;
		word-break: keep-all;
	}
	.check_agree.check_label span {
		font-size: 13px;
	}
	.reg_ok_box {
		margin-top: -30px;
	}
	.reg_ok_box img {
		width: 70px;
	}
	.reg_ok_text {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 60px;
	}
}
@media (max-width:480px) {
	.reg_payment_box input.reg_input.reg_bank1 {
		width: 43%;
		width: calc(46% - 25px);
	}
	.reg_pay_course,
	.reg_pay_km,
	.reg_pay_won {
		width: calc(32% - 23px);
	}
}


/* 관리자 게시판 - 종목보기 테이블 */
#about_course{
	width: 100%;
	border: 1px solid #444444;
}
#about_course th{
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
#about_course th,td{
	border: 1px solid #444444;
	padding: 10px;
	font-size: large;
}
#register_request_memo{
	padding: 20px;
	width:500px; 
	height:500px; 
}
#register_yn{
	width:50%; 
}

/* 관리자 게시판 - 위치정보 테이블 */
#about_address{
	width: 100%;
	border: 1px solid #444444;
}
#about_address td{
	border: 1px solid #444444;
	padding: 10px;
	font-size: large;
}
#about_address .address_left{
	text-align: center;
	font-size: large;
	font-weight: bold;
}