@font-face {
	font-family: 'twaysky';
	src: url('./font/twaysky.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Serif KR', serif;
	font-weight: 400;
	font-style: normal;
	src: url("./font/NotoSerifKR/NotoSerifCJKkr-Regular-subset.woff") format("woff");
}
@font-face {
	font-family: 'Noto Serif KR', serif;
	font-weight: 600;
	font-style: bold;
	src: url("./font/NotoSerifKR/NotoSerifCJKkr-Bold-subset.woff") format("woff");
}


.info-box {
	padding: 16px;
	border-radius: 6px; 
	border: 1px solid #DDDDDD;
}
@media (min-width: 1200px) {
	.info-box {
		padding: 40px;
	}	
}

.step-box {
	position: relative;
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.step-box {
		width: 980px;
		margin-top: 40px;
		margin-bottom: 60px;
	}
}
.step-box::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 8%;
	width: calc( 100% - 16% );
	border: 1px solid #d8d8d8;
}
.step-box li {
	position: relative;
	width: 100%;
	padding-top: 40px;
	color: #555;
	font-size:  15px;
	text-align: center;
}
@media (min-width: 1200px) {
	.step-box li {
		position: relative;
		padding-top: 46px;
		font-size:  17px;
	}
}
.step-box li::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc( 50% - 14px );
	display: inline-block;
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/pub/site/portal/images/sub/agreement/step_default.svg");
}
.step-box li.step-prev::before {
	background-image: url("/pub/site/portal/images/sub/agreement/step_check.svg");
}
.step-box li.step-active::before {
	background-image: url("/pub/site/portal/images/sub/agreement/step_ing.svg");
}



div.check-style {
	display: flex;
	justify-content: center;
	align-items: center;
}
div.check-style input[type="checkbox"] {
	display: none;
}
div.check-style input[type="checkbox"] + label {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/pub/site/portal/images/sub/agreement/check_off.svg");
}
div.check-style input:checked + label {
	background-image: url("/pub/site/portal/images/sub/agreement/check_on.svg");
}



.panel p {
	color: #555;
}
.panel-footer .btn {
	min-width: 100px;
	
}


.ag-title {
	color: #1D1D1D;
	font-size: 17px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.ag-title {
		font-size: 19px;
	}
}


.textarea-input .input-wrap {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #1D1D1D;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap {
		padding-top: 30px;
	}
}
.textarea-input .input-wrap .form-group {
	width: 100%;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap .form-group {
		display: flex;
		align-items: center;
	}
}
.textarea-input .input-wrap .form-group .f-tit {
	color: #1D1D1D;
	font-size: 15px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap .form-group .f-tit {
		width: 115px;
		font-size: 17px;
	}
}
.textarea-input .input-wrap .form-group .f-tit label {
	color: #1D1D1D;
	font-size: 15px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap .form-group .f-tit label {
		margin-bottom: 0;
		font-size: 17px;
	}
}
.textarea-input .input-wrap .form-group .f-con {
	width: 100%;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap .form-group .f-con {
		width: calc( 100% - 115px );
	}
}
.textarea-input .input-wrap .form-group .f-con textarea {
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #C6C6C6;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap .form-group .f-con textarea {
		height: 70px;
	}
}


.textarea-input .input-wrap2 {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #C7C7C7;
}
.textarea-input .input-wrap2 .form-group {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	background-color: #F5F5F5;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap2 .form-group {
		display: flex;
		align-items: center;
		padding: 10px 20px;
	}
}
.textarea-input .input-wrap2 .form-group .f-tit {
	color: #1D1D1D;
	font-size: 15px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap2 .form-group .f-tit {
		width: 115px;
		font-size: 17px;
	}
}
.textarea-input .input-wrap2 .form-group .f-con {
	width: 100%;
	min-height: 50px;
	padding: 15px;
	margin-top: 10px;
	color: #555555;
	border-radius: 6px;
	border: 1px solid #C6C6C6;
	background-color: #fff;
}
@media (min-width: 1200px) {
	.textarea-input .input-wrap2 .form-group .f-con {
		width: calc( 100% - 115px );
		margin-top: 0;
	}
}

.sub-tab-menu .nav-tabs .nav-link {
	border-radius: 0;
	border: none;
}
@media (min-width: 1200px) {
	.sub-tab-menu .nav-tabs .nav-link {
		background: #F8F8F8;
		border: 1px solid #E4E4E4;
	}
}
.sub-tab-menu .nav-tabs .nav-link.active,
.sub-tab-menu .nav-tabs .nav-item.show .nav-link {
	color: #0079D5;
	border-bottom: 3px solid #0079D5;
}
@media (min-width: 1200px) {
	.sub-tab-menu .nav-tabs .nav-link.active,
	.sub-tab-menu .nav-tabs .nav-item.show .nav-link {
		border-top: 3px solid #0079D5;
		border-bottom: none;
		background-color: #fff;
	}
}


.table-responsive .table-module thead th,
.table-responsive .table-module tbody th,
.table-responsive .table-module tbody td {
	white-space: normal;
	height: 57px;
	padding: 10px;
}
.table-module input[type="text"],
.table-module select {
	height: 40px;
	width: 100%;
	min-width: 80px;
	padding: 0 10px;
	border-radius: 6px;
	border: 1px solid #C8C8C8;	
}
.table-module td.table-filewrap {
	text-align: left;
}


.agreement-modal .modal-header {
	border-bottom: none;
	padding: 20px;
}
@media (min-width: 1200px) {
	.agreement-modal .modal-header {
		padding: 40px 40px 20px;
	}
}
.agreement-modal .modal-header h5 {
	color: #1D1D1D;
	font-size: 17px;
	font-weight: bold;
}
.agreement-modal .modal-header .close {
	padding: 0;
	margin: 0;
	color: #1D1D1D;
	font-size: 22px;
	opacity: 1;
}
.agreement-modal .modal-body {
	padding: 0 20px;
}
@media (min-width: 1200px) {
	.agreement-modal .modal-body {
		padding: 0 40px;
	}
}
.agreement-modal .modal-body form .form-group {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 64px;
	margin: 0;
	border-bottom: 1px solid #E4E4E4;
}
.agreement-modal .modal-body form .form-group .f-tit {
	width: 90px;
	color: #1D1D1D;
	font-size: 17px;
	font-weight: bold;
}

.agreement-modal .modal-body form .form-group .f-tit label {
	margin: 0;
}
.agreement-modal .modal-body form .form-group .f-con {
	width: calc( 100% - 90px );
	color: #555555;
	font-size: 17px;
}
.agreement-modal .modal-body form .form-group .f-con select,
.agreement-modal .modal-body form .form-group .f-con input {
	height: 44px;
	width: 100%;
	padding: 0 10px;
	color: #555555;
	font-size: 17px;
	border-radius: 6px;
	border: 1px solid #C8C8C8;
}
.agreement-modal .modal-body form .form-group .f-con textarea {
	width: 100%;
	height: 180px;
	margin-top: 10px;
	padding: 0 10px;
	color: #555555;
	font-size: 17px;
	border-radius: 6px;
	border: 1px solid #C8C8C8;
}
.agreement-modal .modal-body form .form-group .f-con.f-date {
	display: flex;
	align-items: center;
}
.agreement-modal .modal-body form .form-group .f-con.f-date span {
	padding: 0 10px;
}
.agreement-modal .modal-body form .form-group .f-con.f-date div {
	position: relative;
}
.agreement-modal .modal-body form .form-group .f-con.f-date div::after {
	content: '\f272';
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 12px;
	right: 14px;
	color: #1D1D1D;
	font-size: 14px;
}
.agreement-modal .modal-footer {
	padding: 20px;
	justify-content: center;
	border-top: none;
}
@media (min-width: 1200px) {
	.agreement-modal .modal-footer {
		padding: 20px 40px 40px;
	}
}
.agreement-modal .modal-footer * {
	margin: 0;
}


.files-wrap {
	padding: 0 16px 16px;
	border-radius: 10px;
	border: 1px solid #C7C7C7;
}
@media (min-width: 1200px) {
	.files-wrap {
		padding: 30px 40px 40px;
	}
}
.files-wrap .files-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
}
@media (min-width: 1200px) {
	.files-wrap .files-group {
		flex-wrap: nowrap;
		align-items: center;
		padding: 10px 0;
	}
}
.files-wrap .files-group .file-title {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 44px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #1D1D1D;
	font-size: 15px;
	background: #F5F5F5;
}
@media (min-width: 1200px) {
	.files-wrap .files-group .file-title {
		width: 340px;
		height: 50px;
		padding: 0 20px;
		font-size: 17px;
	}
}
.files-wrap .files-group .file-title strong {
	margin-right: 5px;
}
.files-wrap .files-group .file-con {
	margin-bottom: 10px;
	color: #555555;
	font-size: 15px;
}
@media (min-width: 1200px) {
	.files-wrap .files-group .file-con {
		width: calc( 100% - 580px );
		padding: 0 20px;
		margin: 0;
		font-size: 17px;
	}
	.files-wrap-btnx.files-wrap .files-group .file-con {
		width: calc( 100% - 340px );		
	}
}
.files-wrap .files-group .file-btns {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
@media (min-width: 1200px) {
	.files-wrap .files-group .file-btns {
		width: 240px;
	}
}
.files-wrap .files-group .file-btns .btn {
	margin-left: 6px;
}



.profile-input {
	width: 100%;
	padding: 16px;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}
@media (min-width: 1200px) {
	.profile-input {
		display: flex;
		justify-content: space-between;
		padding: 40px 40px 30px;
	}
}
.profile-input .pinput-box {
	width: 100%;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box {
		width: 50%;
		padding-left: 40px;
	}
}
.profile-input .pinput-box:first-child {
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box:first-child {
		padding: 0;
		margin: 0;
		padding-left: 0;
		padding-right: 40px;
		border-bottom: none;
		border-right: 1px solid #EAEAEA;
	}
}
.profile-input .pinput-box .box-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	margin-bottom: 16px;
	color: #1D1D1D;
	font-size: 17px;
	font-weight: bold;
	background-color: #F8F8F8;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box .box-title {
		height: 51px;
		margin-bottom: 20px;
		font-size: 19px;
	}
}
.profile-input .pinput-box .form-group {
	margin-bottom: 16px;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box .form-group {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
}
.profile-input .pinput-box .form-group .f-tit {
	margin-bottom: 6px;
	color: #1D1D1D;
	font-size: 15px;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box .form-group .f-tit {
		width: 150px;
		font-size: 17px;
	}
}
.profile-input .pinput-box .form-group .f-tit label {
	margin: 0;
	color: #1D1D1D;
	font-size: 15px;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box .form-group .f-tit label {
		font-size: 17px;
	}
}
.profile-input .pinput-box .form-group .f-con {
	color: #555;
	font-size: 15px;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box .form-group .f-con {
		width: calc( 100% - 150px );
		font-size: 17px;
	}
}
.profile-input .pinput-box .form-group .f-con input {
	height: 44px;
	width: 100%;
	padding: 0 10px;
	color: #555;
	font-size: 15px;
	border-radius: 6px;
	border: 1px solid #C8C8C8;
}
@media (min-width: 1200px) {
	.profile-input .pinput-box .form-group .f-con input {
		font-size: 17px;
	}
}



/* 협약서 */
.written-wrap {
	width: 1190px;
	height: 1684px;
	color: #1D1D1D;
	padding-top: 120px;
	font-family: 'Noto Serif KR', serif;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/pub/site/portal/images/sub/agreement/edge.jpg");
	print-color-adjust: exact;
	-webkit-print-color-adjust: exact;
}
.written-wrap strong {
	font-weight: bold;
}
.written-wrap .w-title {
	padding-bottom: 80px;
	text-align: center;
}
.written-wrap .w-title strong {
	display: block;
	padding-bottom: 15px;
	font-size: 48px;
	font-weight: bold;
	font-family: 'twaysky';
}
.written-wrap .w-title span {
	font-size: 26px;
}
.written-wrap .w-contents {
	padding: 0 90px;
	font-size: 24px;
}
.written-wrap .w-contents ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
	line-height: 200%;
}
.written-wrap .w-contents ul li::before {
	content:'';
	position: absolute;
	top: 14px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%; 
	border: 6px solid #B87832;
}
.written-wrap .w-contents ul li strong {
	display: inline-block;
	margin-bottom: 10px;
}
.written-wrap .w-contents ul li.name-box .tit {
	display: inline-block;
	width: 350px;
}
.written-wrap .w-contents .w-text {
	margin-top: 50px;
	line-height: 170%;
}
.written-wrap .w-contents .w-text p {
	padding-bottom: 5px;
}
.written-wrap .w-contents .w-date {
	padding-top: 30px;
	padding-bottom: 60px;
}
.written-wrap .w-contents .w-sign {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 60px;
}
.written-wrap .w-contents .w-sign div {
	padding-right: 0;
	text-align: right;
}
.written-wrap .w-contents .w-sign p {
	padding-bottom: 35px;
	font-weight: bold;
}
.written-wrap .w-contents .w-sign p .sign-tit {
	display: inline-block;
	width: 450px;
	text-align: center;
}
.written-wrap .w-contents .w-sign p .sign-box {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 60px;
	margin-left: 55px;
	font-size: 20px;
	border: 1px solid #3D3D3D;
}
.written-wrap .w-contents .w-sign p .no-signbox {
	margin-right: 190px;
}





.title-2 {
	color: #1D1D1D;
	font-size: 1.2rem;
	font-weight: bold;
}
.modal-seletbox {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #F8F8F8;
}
.modal-seletbox label {
	padding: 0;
	margin: 0;
	color: #1D1D1D;
	font-size: 17px;
}
.modal-seletbox select {
	border-radius: 6px;
	border: 1px solid #C6C6C6;
}
.table-module.modal-table tbody td {
	height: 50px;
	padding: 8px 10px;
}
.table-module.modal-table tbody td input[type="text"] {
	height: 34px;
}
.table-module.table-input tbody td input[type="text"] {
	min-width: 50px;
}
