#main {
	text-align: left;
	padding: 160px 0 1% 1%;
	width: 98%;
}

#main .content {
	margin: 40px 0 60px 10px;
}

/* radio menu */
#main .content .license {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #4f4f4f;
	margin-bottom: 40px;
}

#person, #corp {
	display: none;
}

/* common */
.input-default {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
	height: 34px;
	border: 1px solid #c1c4cc;
	outline: none;
	padding: 10px;
}

.button-default, .button-sub {
	padding: 6px 16px 6px 16px;
	font-size: 14px;
}

.file {
	position: absolute;
	visibility: hidden;
}

#preview1 {
	margin-top: 10px;
	max-width: 350px;
	border: 1px solid #c1c4cc;
	display: none;
}

#attach1 {
	width: 100px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
	border: 1px solid #c1c4cc;
	display: none;
}

.input-group-append .browse1, .browse2 {
	height: 34px;
}

.form-group {
	margin-top: 30px;
}

#bank_cd1 {
	max-width: 180px;
}

#bank_cd2 {
	max-width: 150px;
}

#bank_no1, #bank_no2 {
	width: 210px;
}

#bank_owner2 {
	max-width: 104px;
}

.form-group span {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
}

.form-control {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
	height: 34px;
	border: 1px solid #c1c4cc;
	outline: none;
}

label {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #4f4f4f;
}

/* person */
#id_number1 {
	max-width: 80px;
}

#id_number2 {
	max-width: 85px;
}

#frmPerson label {
	font-size: 15px;
}

#frmPerson .dash {
	height: 34px;
	border: none;
	background: #fff;
}

#frmPerson .form-block {
	margin-top: 30px;
}

#frmPerson .action {
	text-align: center;
	margin-top: 80px;
}

#frmPerson .action .button-default {
	font-size: 16px;
	padding: 10px 20px 10px 20px;
}

/* corp */
#create-form-label {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #4f4f4f;
}

#file2 {
	width: -webkit-calc(100% - 96px);
	width: calc(100% - 96px);
}

#frmCorp .form-row {
	margin-bottom: 16px;
}

#frmCorp .postal a {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
	border: 1px solid #c1c4cc;
	outline: none;
	padding: 4px 6px 5px 6px;
	margin-left: 2px;
	border-radius: 4px;
}

#postal {
	width: 120px;
}

#address {
	width: 100%;
}

#postal_layer {
	display: none;
	position: fixed;
	overflow: hidden;
	background: #ffffff;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}

#postal_layer .btn_close {
	margin-top: 4px;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	z-index: 100;
}

#frmCorp .w180 {
	max-width: 180px;
}

#frmCorp .w240 {
	max-width: 240px;
}

#frmCorp .w360 {
	max-width: 360px;
}

#frmCorp .email {
	max-width: 160px;
}

#frmCorp .at {
	height: 34px;
	margin-left: -1px;
}

#corp_list {
	margin: 30px 10px 0 15px;
	text-align: center;
}

#corp_list .corp p {
	text-align: left;
	padding-left: -webkit-calc((100% - 250px) / 2);
	padding-left: calc((100% - 250px) / 2);
}

#corp_list .bank p {
	text-align: left;
	padding-left: -webkit-calc((100% - 250px) / 2);
	padding-left: calc((100% - 250px) / 2);
}

#corp_list .th {
	padding: 20px 0 0 0;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	background: #68768a;
	border: 1px solid #041c3d;
}

#corp_list .item {
	border-top: 1px solid #68768a;
	padding: 10px 0 10px 0;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #828282;
}

#corp_list .item .action p {
	text-align: center;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #767995;
	border: 1px solid #828282;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

#img-modal .modal-body img {
	max-width: 100%;
}

@media (max-width: 768px) {
	#corp_list .row {
		text-align: left;
	}

	#corp_list .corp {
		padding-top: 10px;
	}

	#corp_list .corp p {
		text-align: center;
		padding-left: 0;
	}

	#corp_list .th .action {
		display: none;
	}

	#corp_list .item .basic {
		font-style: italic;
	}

	#corp_list .item .action {
		margin-left: -webkit-calc((100% - 190px) / 2);
		margin-left: calc((100% - 190px) / 2);
	}

	#corp_list .item .action p {
		max-width: 140px;
	}
}
