.header {
	height: 80px;
}
.header .container {
	height: 100%;
}
.header_inner {
	display:  flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.logo {
	padding-top: 5px;
	font-size: 28px;
	color: #202122;
}
.header_nav {
	display: flex;
}
.header_nav li + li {
	margin-left: 50px;
}
.header_nav a {
	font-weight: 500;
	color: #202122;
}

.menu_open {
	display: none;
	position: relative;
	padding: 0;
	width: 20px;
	height: 14px;
	border: 0;
	background-color: transparent;
}
.menu_open span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 20px;
	height: 2px;
	background: #000;
	border-radius: 2px;
	transition : all .4s;
}
.menu_open:focus {
	outline: none;
}
.menu_open span:nth-of-type(1) {
	top: 0;
}
.menu_open span:nth-of-type(2) {
	top: 6px;
}
.menu_open span:nth-of-type(3) {
	bottom: 0;
}

.m_nav {
	display: none;
}

.footer {
	/* height: 260px; */
	padding: 30px 0 50px;
}
.footer_top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_logo_list {
	display: flex;
	align-items: center;
	padding-top: 10px;
	justify-content: space-between;
}
.footer_logo_list li + li {
	margin-left: 30px;
}
.logo_bridge {
	width: 150px;
}

.footer_bottom {
	margin-top: 40px;
	font-size: 14px;
	color: #999;
}
.footer_bottom * + * {
	margin-top: 3px;
}
.footer_bottom ul {
	display: flex;
	align-items: center;
}
.footer_bottom li + li::before {
	content: "|";
	display: inline-block;
	margin: 0 10px;
	font-size: 10px;
	color: #dfdfdf;
	vertical-align: top;
}

select {
	min-width: 220px;
	height: 67px;
	padding: 0 20px;
	border: 1px solid #e2e7e7;
	border-radius: 8px;
	background-image: url("/images/icon/select.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px;
	background-color: #FFF;
	font-size: 20px;
	color: #666;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance: none;
}
select::-ms-expand {display:none}

.main_body {
	position: relative;
	height: calc(100vh - 80px - 260px);
	min-height: 700px;
	background-image: url('/images/main/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main_body::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
.main_body .container {
	height: 100%;
}
.main_text_box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.main_text_box h1 {
	font-size: 68px;
	line-height: 1.3;
	color: #FFF;
}
.main_text_box h4 {
	margin-top: 30px;
	color: #FFF;
}
.main_text_box a {
	display: block;
	margin-top: 70px;
	font-size: 20px;
	color: #FFF;
}
.main_text_box button {
	display: inline-block;
	margin-top: 20px;
	padding: 18px 40px;
	font-size: 20px;
    color: #000;
    border: 1px solid #0CEFD3;
    border-radius: 30px;
    background-color: #0CEFD3;
}

.link_arrow span {
	display: flex;
	align-items: center;
}
.link_arrow span::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	margin-left: 10px;
	background-image: url('/images/main/arrow_right.png');
	background-repeat: no-repeat;
}

.sub_banner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 58px;
	color: #FFF;
}
.sub_banner.faq {
	background-image: url('/images/sub/faq_header.png');
}
.sub_banner.news {
	background-image: url('/images/sub/notice_header.png');
}
.sub_banner.intro {
	background-image: url('/images/sub/introduce_header.png');
}

.faq_container {
	padding: 80px 0 60px;
}
.faq_box {
	padding: 30px 0 50px;
	border-bottom: 1px solid #ebebeb;
}
.faq_box:first-child {
	border-top: 1px solid #ebebeb;	
}
.faq_quest h6 {
	color: #0BD7BE;
}
.faq_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 27px;
	max-width: 27px;
	width: 27px;
	height: 27px;
	margin-right: 15px;
	border-radius: 50%;
	font-size: 13px;
	color: #FFF;
}
.faq_icon.quest {
	background-color: #0BD7BE;
}
.faq_icon.answer {
	background-color: #1a1b1b;
}
.faq_quest, .faq_answer {
	display: flex;
	align-items: baseline;
}
.faq_quest {
	margin-bottom: 15px;
}
.faq_quest h6 {
	font-size: 18px;
}
.faq_answer p {
	font-size: 18px;
}
.faq_caption {
	font-size: 15px !important;
	color: #888;
}

.contact_info {
	padding: 80px 0;
	font-size: 16px;
	text-align: center;
}
.contact_info p {
	font-size: 16px;
	color: #888;
}
.contact_info_list {}
.contact_info_list li {
	margin-top: 10px;
	color: #000 !important;
}
/* .contact_info_list li + li::before {
	content: "|";
	display: inline-block;
	margin: 0 10px;
	font-size: 10px;
	color: #dfdfdf;
} */
.icon_mail::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 12px;
	margin-right: 7px;
	background-image: url('/images/icon/icon_mail.png');
	background-repeat: no-repeat;
}
.icon_tel::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	background-image: url('/images/icon/icon_tel.png');
	background-repeat: no-repeat;
}

.news_container {
	padding: 50px 0;
}
.news_box {
	margin: 30px 0;
}
.news_box h4 {
	margin: 20px 0 10px;
	font-size: 18px;
}
.news_box span {
	font-size: 14px;
	color: #999;
}
.news_img_box {
	padding-top: 70%;
	background-repeat: no-repeat;
	background-size: cover;
}

.search_input {
	position: relative;
	width: 470px;
	margin: 0 auto 30px;
	border-bottom: 2px solid;
}
.search_input input {
	width: 100%;
	padding: 15px 0;
	border: 0;
}
.search_input input:focus {
	outline: none;
}
.search_input .btn_search {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.btn_search {
	width: 22px;
	height: 22px;
	border: 0;
	background-image: url('/images/icon/icon_search.png');
	background-repeat: no-repeat;
	background-color: transparent;
}
.btn_search:focus {
	outline: none;
}

.pagination_box {
	margin: 50px 0;
}
.pagination {
	display: flex;
	justify-content: center;
}
.pagination li {
	position: relative;
	font-size: 15px;
	color: #999;
	z-index: 10;
}
.pagination li + li {
	margin-left: 40px;
}
.pagination li.active {
	color: #000;
}
.pagination li.active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f5f5f5;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.container_sm {
	max-width: 960px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.apply_top {}
.apply_top h1 {}
.apply_top p {
	margin-bottom: 20px;
	font-size: 26px;
}
.apply_top h1 {
	font-size: 76px;
	line-height: 1.2;
}

.noodle {
	padding: 100px 0 80px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.color_common{
	color: #0BD7BE;
}

.content_header {
	padding: 15px 0;
	border-bottom: 2px solid;
}
.content_header h3 {
	font-size: 24px;
}

.content_body {
	padding: 40px 0 200px;
}

.content_row {
	display: flex;
	align-items: baseline;
}
.content_row + .content_row {
	margin-top: 50px;
}
.content_row h5 {
	flex: 0 0 150px;
	max-width: 150px;
	font-size: 20px;
}
.content_row .content_info {
	flex: 0 1 100%;
	max-width: 100%;
}
.content_row p {
	font-size: 16px;
	line-height: 1.6;
}

.content_info h6 {
	margin-bottom: 20px;
	font-size: 16px;
}

.list_dotted li + li {
	margin-top: 5px;
}
.list_dotted li::before {
	content: "·";
	margin-right: 5px;
}
.kakao_row {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.btn_radius {
	padding: 8px 20px;
	border: 2px solid #0CEFD3;
	border-radius: 30px;
	background-color: transparent;
	font-size: 14px;
	color: #0CEFD3;
}
.btn_radius:hover {
	transition: 0.3s;
    color: #fff;
    background-color: #0CEFD3;
    cursor: pointer;
}

.btn_radius_apply {
	/*margin-left: 20px;*/
}
.btn_radius_apply:focus {
	outline: none;
}
.btn_radius_apply span::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-left: 5px;
	background-image: url('/images/icon/arrow_right_common.png');
	background-repeat: no-repeat;
}
.btn_radius_apply:hover span::after {
	transition: 0.3s;
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-left: 5px;
	background-image: url('/images/icon/arrow_right_hover.png');
	background-repeat: no-repeat;
}
.kakao_search {
	display: flex;
	margin-right: 10px;
}
.icon_kakao {
	width: 48px;
	height: 48px;
	margin-right: 5px;
	background-image: url('/images/icon/icon_kakao.png');
	background-repeat: no-repeat;
}
.input_kakao {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 15px;
	border-radius: 8px;
	background-color: #f5f5f5;
}
.input_kakao .btn_search {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background-size: contain;
}
.input_kakao p {
	font-size: 17px;
	line-height: 1.2;
}
.input_kakao span {
	margin-left: 30px;
	font-size: 14px;
	color: #999;
}

.table_common {
	width: 100%;
}
.table_common thead tr {
	border-top: 1px solid;
}
.table_common tbody tr {
	border-bottom: 1px solid #e5e5e5;
}
.table_common th {
	font-weight: 400;
	background-color: #f3f4f5;
}
.table_common th,
.table_common td {
	padding: 20px;
	font-size: 14px;
	text-align: center;
}
.table_common th:first-child,
.table_common td:first-child {
	font-weight: 600;
}
.table_common caption {
	padding: 10px 0;
	caption-side: bottom;
	text-align: right;
	font-size: 12px;
	color: #999;
}

.flow_line {
	display: flex;
	position: relative;
}
.flow_line::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 10px;
	background-color: #000;
	z-index: -1;
}
.flow_group {
	flex: 0 0 20%;
	max-width: 20%;
}
.flow_group p {
	margin-top: 20px;
}
.numbering {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000;
	font-size: 10px;
	line-height: 1;
	color: #FFF;
	z-index: 10;
}
.flow_caption {
	font-size: 14px;
	color: #999;
}

.content_info .contact_info_list {
	margin-top: 15px;
	margin-left: 0;
}

.ceo_container {
	padding: 80px 0 80px;
	text-align: center;
}
.ceo_container p {
	font-size: 20px;
}
img.ceo_img {
	width: 100%;
}
.ceo_box {
	padding-left: 60px;
}
.ceo_box p {
	font-size: 17px;
	color: #666;
}
.ceo_box p + p {
	margin-top: 30px;
}
.ceo_box strong {
	display: block;
	margin: 30px 0 15px;
}

.year_box {
	padding: 60px 0;
	background-color: #f8f9f9;
	text-align: center;
}
.year_box p {
	font-size: 16px;
}
.year_box p + p {
	margin-top: 30px;
}
.img_signature {
	margin: 50px 0 40px;
}
.resource_text {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.link_underline {
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
.year_row {
	padding: 20px 0 60px;
}
.year_row strong {
	display: block;
	border-top: 1px solid;
}
.year_row strong {
	display: block;
	padding-top: 40px;
	border-top: 1px solid;
	font-size: 30px;
	line-height: 1;
}
.year_list {
	padding-top: 40px;
	padding-left: 60px;
	padding-bottom: 80px;
	border-top: 1px solid #e5e5e5;
}
.year_info {
	display: flex;
	align-items: flex-start;
}
.year_info + .year_info {
	margin-top: 40px;
}
.year_info span {
	flex: 0 0 50px;
	max-width: 50px;
	font-weight: 500;
}
.year_info_text {
	flex: 0 1 100%;
	max-width: 100%;
}
.year_info_text h6 {
	font-weight: 500;
}
.year_info_text p {
	font-size: 16px;
}

.line_list li {
	display: flex;
}
.line_list li + li {
	margin-top: 10px;
}
.line_list li::before {
	content: "-";
	margin-right: 5px;
}
.line_list li h6 {
	margin-bottom: 0;
}
.year_info_bottom {
	margin-top: 30px;
}
.year_info_bottom h6 {
	margin-bottom: 20px;
}

.intro_box {
	padding: 120px 0 150px;
}
.intro_row {
	border-bottom: 1px solid #e5e5e5;
}
.intro_logo_img {
	text-align: center;
}
.intro_text_row {
	padding: 60px 0;
}
.intro_text_row h4 {
	margin-bottom: 20px;
}
.intro_text_row h6 {
	margin-bottom: 10px;
}
.intro_text_row p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.view_container {
	padding: 100px 0;
}
.view_header {
	margin-bottom: 60px;
	text-align: center;
}
.view_header ul {
	display: flex;
	justify-content: center;
}
.view_header h1 {
	margin-top: 10px;
	font-size: 32px;
} 
.view_header li {
	position: relative;
	color: #999;
} 
.view_header li + li {
	margin-left: 20px;
}
.view_header li + li::before {
	content: "|";
	position: absolute;
	top: 4px;
	left: -10px;
	font-size: 10px;
	color: #dfdfdf;
}
.view_body {
	padding-bottom: 90px;
}
.view_body img {
	width: 100%;
}
.view_body h1 {
	font-size: 32px;
} 
.view_body_text {
	padding-top: 40px;
}
.view_body_text p {
	font-size: 16px;
} 

.view_footer {
	padding: 40px 0;
	border-top: 1px solid #dcdcdc;
}
.view_footer_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.view_footer_row button {
	width: 120px;
	margin: 0 auto;
	height: 40px;
	border: 0;
	background-color: #000;
	font-size: 14px;
	color: #FFF;
}
.view_footer_row button:focus {
	outline: none;
}


.link_arrow_black {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.link_arrow_black.next {
	left: auto;
	right: 0;
}
.link_arrow_black span::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-right: 10px;
	background-image: url('/images/icon/link_arrow_black.png');
	background-repeat: no-repeat;
}
.link_arrow_black.next span::before {
	display: none;
}
.link_arrow_black.next span::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-left: 10px;
	background-image: url('/images/icon/link_arrow_black.png');
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.border_top {
	border-top: 1px solid #ebebeb;
}

.apply_wrapper {
	padding: 100px 0;
	border-top: 1px solid #EBEBEB;
}
.apply_header {
	margin-bottom: 50px;
	text-align: center;
}
.apply_header h1 {
	font-size: 42px;
}
.apply_container {
	max-width: 880px;
	padding: 80px 160px 150px;
	margin: 0 auto;
	border: 1px solid #D9D9D9;
	border-radius: 20px;
}
.apply_text_header {
	padding-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
	text-align: center;
}
.apply_text_header p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
}
.apply_row {
	position: relative;
	margin: 40px 0;
}
.apply_row input {
	width: 100%;
	height: 67px;
	padding: 0 22px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	font-size: 20px;
}
.apply_row input::placeholder {
	color: #A9A9A9;
}
.apply_row input
.apply_row input:focus {
	border: 2px solid #0CEFD3;
	outline: none;
}
.apply_title {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: 500;
}
.apply_title.required span::after {
	content: "*";
	margin-left: 4px;
	color: #0CEFD3;
}
.apply_title_caption {
	margin-left: 10px;
	font-size: 16px;
	color: #999999;
}
.btn_full {
	width: 100%;
	height: 67px;
	border: 0;
	border-radius: 8px;
	background-color: #0CEFD3;
	font-size: 20px;
	color: #000;
}
.btn_container {}
.btn_container > a,
.btn_container > button {
	margin: 0 auto 15px;
}
.date_group {
	display: flex;
	align-items: center;
}
.date_group input {
	background-image: url('/images/icon/icon_calendar.svg');
	background-repeat: no-repeat;
	background-position: center right 20px;
}
.icon_at {
	margin: 0 10px;
}
.ipt_btn_box {
	position: relative;
}
.ipt_btn_box button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border: none;
	color: #0CEFD3;
	font-size: 16px;
	
	background: none;
}

.process_list_container {
	margin-bottom: 	30px;
	text-align: center;
}
.process_list_box {
	display: inline-block;
	margin: 0 auto;
}
.process_list {
	display: flex;
	align-items: center;
	position: relative;
}
.process_list::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
}
.process_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 49px;
	max-width: 49px;
	width: 49px;
	height: 46px;
	border: 1px solid #D9D9D9;
	border-radius: 100px;
	background-color: #FFF;
	font-size: 18px;
	color: #AAAAAA;
	z-index: 10;
}
.process_list li + li {
	margin-left: 10px;
}
.process_list li.on {
	flex: auto;
	max-width: none;
	width: auto;
	padding: 0 24px;
	border-color: #0CEFD3;
	color: #0CEFD3;
}
.process_list li .process_text {
	display: none;
}
.process_list li.on .process_number {
	display: none;
}
.process_list li.on .process_text {
	display: flex;
	align-items: center;
	font-size: 20px;
}
.process_list li.on .process_text::before {
	content: "";
	display: block;
	width: 16px;
	height: 11px;
	margin-right: 5px;
	background-image: url('/images/icon/icon_chk.svg');
	background-repeat: no-repeat;
	background-position: center;
	border-color: #0CEFD3;
}

.chk_circle {
	width: 142px;
	height: 142px;
	margin: 0 auto;
	border-radius: 50%;
	background-image: url('/images/icon/icon_chk_big.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	background-color: rgba(240, 249, 248, 0.7);
}
.process_info_text {
	margin: 50px 0 46px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.btn_md {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 67px;
	margin: 0 auto;
	border: 0;
	border-radius: 8px;
	background-color: #0CEFD3;
	font-size: 20px;
	color: #FFF;
}
.btn_md:hover {
	color: #FFF;
}

.apply_info_box {
	padding: 40px;
	border-radius: 16px;
	background-color: #F6F7F8;
}
.apply_info_box li {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.apply_info_box li::before {
	content: "-";
	margin-right: 5px;
}
.apply_info_box li + li {
	margin-top: 10px;
}
.apply_group {
	padding: 60px 0;
}
.apply_group_header {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px solid;
}
.apply_group_header h3 {
	margin-left: 5px;
	font-size: 20px;
}
.apply_group_header_desc {
	margin-top: 10px;
}

.custom_group {
	margin-top: 26px;
}
.custom_chk {
	display: flex;
	align-items: center;
}
.custom_chk + .custom_chk {
	margin-top: 20px;
}

.custom_chk input[type="radio"] {
	display: none;
}
.custom_chk input[type="radio"] + span {
	position: relative;
	display: block;
	width: 31px;
	height: 31px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #D8D8D8;
}
.custom_chk input[type="radio"]:checked + span {
	border-color: #0CEFD3;
}
.custom_chk input[type="radio"]:checked + span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #0CEFD3;
	transform: translate(-50%, -50%);
}

.custom_chk input[type="checkbox"] {
	display: none;
}
.custom_chk input[type="checkbox"] + span {
	display: block;
	width: 31px;
	height: 31px;
	margin-right: 10px;
	border-radius: 3px;
	border: 2px solid #D8D8D8;
}
.custom_chk input[type="checkbox"]:checked + span {
	border-color: #0CEFD3;
	background-image: url('/images/icon/icon_chk_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	background-color: #0CEFD3;
}

.custom_chk p {
	font-size: 22px;
}
.custom_chk > a {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 6px;
	color: #FFF;
	background-color: #000;
	border-radius: 4px;
}

.custom_file_group {
	display: flex;
	position: relative;
}
.custom_file {
	display: flex;
	position: relative;
	width: 100%;
}
.custom_file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	padding: 0;
	border: none;
	opacity: 0;
}
.file_name {
	display: flex;
	align-items: center;
	flex: 0 1 100%;
	max-width: 100%;
	width: 100%;
	height: 67px;
	padding: 0 20px;
	border: 1px solid #e2e5e7;
	border-radius: 10px;
	font-size: 20px;
	color: #aaaaaa;
}
.btn_add_file {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 130px;
	max-width: 130px;
	width: 130px;
	height: 67px;
	margin-left: 5px;
	border-radius: 8px;
	background-color: #1D2020;
	font-size: 20px;
	color: #FFF;
}
.btn_file_del {
	position: absolute;
	top: 50%;
	right: 160px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-image: url('/images/icon/file_close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	background-color: rgba(0, 0, 0, 0.2);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.custom_file_group.on .file_name::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 16px;
	background-image: url('/images/icon/icon_file.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
}
.custom_file_group.on .file_name {
	padding-left: 52px;
	color: #000;
}
.custom_file_group.on .btn_file_del {
	display: block;
	background-color: #5e5e5e;
}

.privacy_all_row {
	margin-top: 30px;
}
.privacy_chk_box {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #D9D9D9;
}

.btn_submit_box {
	padding-top: 30px;
	border-top: 1px solid #D9D9D9;
}

.privacy_underline {
	color: #777777;
	text-decoration: underline;
}

.reject_area {
	padding: 15px;
	text-align: center;
}
.reject_area p {
	font-size: 1rem;
	word-break: keep-all;
}


/* terms */
.modal {
	height: auto;
	overflow: visible;
	padding-bottom: 50px;
}
.terms_section {
	padding-top: 60px;
	padding-bottom: 100px;
}
.terms_area h4 {
	margin-bottom: 20px;
}
.terms_area h6 {
	margin-top: 30px;
}
.terms_area p {
	margin-bottom: 10px;
	font-size: 1rem;
}
.terms_area ul {
	margin-top: 8px;
	padding-left: 14px;
}
.terms_area ul li {
	font-size: 1rem;
}
.terms_area table {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}
.terms_area table th {
	padding: 10px 10px;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	font-weight: 500;
	text-align: center;
}
.terms_area table td {
	padding: 10px 10px;
	border: 1px solid #CCC;
	font-weight: 400;
}

