.list-group {
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.board th {
	text-align: center;
}
.board td.d-md-table-cell {
	text-align: center;
}
.table tr th {
	padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #f5f5f5;
    vertical-align: middle;
}
.table tbody tr th {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
    vertical-align: middle;
}
.table tr td {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;   
}
.table tr td.t-center {
    text-align: center;  
}
.table tbody tr td.t-algin {
    text-align: left;
    padding-left: 40px;
    vertical-align: middle;
}
.table th:first-child, .table td:first-child {
    border-left: 0;
}
.table th:last-child, .table td:last-child {
    border-right: 0;
}
#bo_list_total {
	display: flex;
	justify-content: space-between;  
	margin-top: 90px;
}
#bo_list_total .btn img {
	width:20px;
	height:20px;
}
#bo_list_total .btn, #bo_list_total .btn:focus{ 	
    border: none;
    outline:none;
}
.icon-dot-01 {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.icon-dot-mini {
    width: 4px;
    height: 4px;
    margin-right: 10px;
}
blockquote {
    display: block;   
	margin: 0 0;
}
blockquote h2 {
	font-size: 42px;
    font-weight:600;
}
blockquote .blockquote_area {
    padding: 40px 0 40px 0;
    text-align: left;
	border-top: 2px solid #212529;
	border-bottom: 1px solid #212529;
	margin-top: 90px;
}
blockquote .blockquote_area .d-flex {
    display: flex;  
	align-items: center;
}
blockquote .blockquote_area .material-symbols-outlined {
	font-size: 20px;
    font-weight: 400;
    padding-right: 5px;
}
blockquote .blockquote_area .material-symbols-outlined:hover {
	font-size: 20px;
    font-weight: 400;
    padding-right: 5px;
	color: #1d1e23;
}
#bo_v_con .cont_area {
	border-bottom: 1px solid #212529;
    padding-top: 40px;
    padding-bottom: 60px;
	line-height: 180%;
}
.board.row {
	font-size:16px;
	max-width:1280px;;
    margin: 80px auto 80px;
}
a.btn, .btn {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    font-weight: 400;
    border: 0;
    font-size: 1rem;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.btn.btn-primary {
	width: 180px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;    
	margin-right: 0px;    
	border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn.btn-secondary {
	width: 180px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
	margin-left: 5px !important;
	border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-danger {
	width: 180px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
	margin-left: 5px !important;
	border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #E60012;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-radius: 0;
}
.board .b-row {
	margin-bottom: 0 !important;
    border-top: solid 1px #cccccc;
}
.b-row:first-of-type {
	border-top: 2px solid #212529;  
	margin-top: 90px;
}
.b-row:nth-last-child(3) {
	border-bottom: 1px solid #212529;
}
.col-form-label {
    background: #f5f5f5;
    display: flex;
    align-items: center;
	justify-content: center;
}
.form-control {
    border-radius: 0;
	line-height: 2.3;
}
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input {
	line-height: 2.3;
    border-radius: 0;   
	padding: .375rem .75rem;
}
#captcha #captcha_img {
	width: auto;
    height: 50px;
	padding-top: 5px;
}
#captcha #captcha_key {
	width: auto;
    height: 50px;
}
#captcha #captcha_img, #captcha #captcha_key, #captcha #captcha_mp3, #captcha #captcha_reload {
    border-radius: 0;  
	border: 1px solid #b5b5b5;
}
#captcha #captcha_mp3, #captcha #captcha_reload {
    width: 50px;
    height: 50px;
}
#captcha #captcha_mp3 {
	background: url(../img/icon/volume_up.svg) no-repeat #f5f5f5;
    background-size: 65%;
    background-position: 50%;
}
#captcha #captcha_mp3:hover {
	background: url(../img/icon/volume_up.svg) no-repeat #e9e9e9;
    background-size: 65%;
    background-position: 50%;
}
#captcha #captcha_reload {
	background: url(../img/icon/refresh.svg) no-repeat #f5f5f5;
    background-size: 60%;
    background-position: 50%;
}
#captcha #captcha_reload:hover {
	background: url(../img/icon/refresh.svg) no-repeat #e9e9e9;
    background-size: 60%;
    background-position: 50%;
}
.board .col-sm-10 {
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
	padding-left: 10px;
}
.col-form-label span:nth-child(2) {
	color: #E60012;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}
.cf_privacy_area {
    font-size: 28px;
    font-weight: 600;  
	border-top: solid 0px #cccccc;
}
.cf_privacy_tit {
	font-size: 22px;
    font-weight: 600;
    border-top: solid 0px #cccccc;
    margin-top: 50px;
    margin-bottom: 20px;
}
.cf_privacy_txt {
	font-size: 15px;
    font-weight: 400;
}
.cf_privacy_agree {
    font-size: 17px;
    font-weight: 500;
	border: solid 1px #cccccc;
    border-top: solid 0px #cccccc;    
    margin-top: -5px;
}
.cf_privacy {
	width:100%;
	height:130px;
	border: 1px solid #cccccc; 
	color: #555555;
	padding: .375rem .75rem;
}
.form-check-input {
	border: 1px solid #b5b5b5 !important;
}
.form-check-input {
	border: 1px solid #b5b5b5 !important;
    margin-top: 0;   
	margin-left: 10px;
}
.col-form-label {
	display: flex;
    justify-content: flex-start;
    padding: 20px 20px;
}
.board .my-4 {
    margin-top: 3.5rem!important;
    margin-bottom: 2.5rem!important;
}
.cf_privacy_agree .col-form-label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-group-item {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important; 
	border-bottom-right-radius: 0!important; 
    border-bottom-left-radius: 0!important; 
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item:not(:last-child) {
	margin-right:5px;
}

/*µ¥½ºÅ©Å¾, ¿ÍÀÌµå*/
@media all and (max-width:1280px) {

}

/*Å¸ºí·¿ °¡·Î, ³ëÆ®ºÏ*/
@media screen and (max-width: 1024px) {
	.board .b-row .col-sm-2 {
		width: 25%;
	}
	.board .b-row .col-sm-10 {
		width: 75%;
	}
	.b-row:first-of-type {
		margin-top: 40px;
	}
	.board.row {
		font-size: 15px;
		max-width: 1280px;
		margin: 80px auto 80px;
	}
	.form-control {
		font-size: 15px;
		font-weight: 400;
	}
	.cf_privacy_tit {
		font-size: 18px;
		font-weight: 600;
	}
	textarea, select {
		font-size: 14px;
	}
	.cf_privacy_agree {
		font-size: 15px;
		font-weight: 500;
	}
	.board .btn {
		font-size: 16px;
		font-weight: 400;
	}
	.board .col-sm-10 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.col-form-label {
		display: flex;
		justify-content: flex-start;
		justify-content: center;
		padding: 5px 20px;
	}
}

/*¸ð¹ÙÀÏ °¡·Î, Å¸ºí·¿ ¼¼·Î*/
@media screen and (max-width: 768px) {
	.board .b-row label {
		display: flex;   
		flex-direction: column;   
		align-items: flex-start;
	}
	.board .b-row label span {
		display: block;
		width: 100%;
	}
	.col-form-label span:nth-child(2) {
		padding-left: 0px;
		font-size: 11px;
		font-weight: 400;
	}
	.board .b-row .col-sm-2 {
		width: 30%;
	}
	.board .b-row .col-sm-10 {
		width: 70%;
	}
}

/*¸ð¹ÙÀÏ ¼¼·Î*/
@media screen and (max-width: 480px) {

}