@charset "UTF-8";

/*font, 메인로테이트베너*/
@import url(font.css);

/*구글, 무료웹폰트**** www.google.com/fonts **/
@import url(https://fonts.googleapis.com/css?family=Archivo+Black);
/*굵은영문폰트-제목체*/
@import url(https://fonts.googleapis.com/css?family=Paytone+One);
/*굵은영문폰트-제목체*/
@import url(https://fonts.googleapis.com/css?family=Arizonia);
/*영문폰트 필기체-제목체*/
@import url(https://fonts.googleapis.com/css?family=Ramaraja);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Righteous);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/*기본*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
ol,
li,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
span {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%
}

fieldset,
img,
button {
	border: 0
}

img,
input {
	vertical-align: top
}

table {
	border-collapse: collapse;
}

address,
em {
	font-style: normal
}

ol,
ul {
	list-style: none
}

hr {
	display: none
}

p {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}


/*common*/
html {
	overflow-x: hidden;
	/*min-width:1028px;*/
}

body,
html {
	margin: 0 auto;
	line-height: 1.8;
	font-size: 11pt;
	color: #333;
	/* font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; */
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

textarea,
input,
select {
	font-size: 10pt;
	color: #333;
	vertical-align: middle;
	/* font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; */
}

img,
fieldset,
hr {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	list-style-type: none;
}


input[type='submit'],
input[type='text'],
textarea {
	-webkit-appearance: none;
}

button,
label {
	cursor: pointer
}

A:link {
	color: #333;
	text-decoration: none;
}

A:visited {
	color: #333;
	text-decoration: none;
}

A:active {
	color: #333;
	text-decoration: none;
}

A:hover {
	color: #FC6E51;
	text-decoration: none;
}

.hovercolor {
	color: #fff ! important;
	text-decoration: none
}

/*moblie 및 html5 하위호환처리*/
article,
aside,
map_aside,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary {
	display: block;
	margin: 0;
	padding: 0
}

hr {
	display: block;
	height: 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	/*메인 페이지간 경계라인*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	/*메인 페이지간 경계라인*/
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
}

/* 마우스 드래그할때 속성값 */
::selection {
	background: #EDFFB7;
	color: #333
}

::-moz-selection {
	background: #FFB9B9;
	color: #333
}


@media screen and (max-width: 1024px) {
	html {
		overflow-x: hidden;
		/*min-width:1028px;*/
	}

	body,
	html {
		margin: 0 auto;
		line-height: 1.8;
		font-size: 9pt;
	}
}



input.formText {
	border-radius: 5px;
	height: 28px;
	line-height: 28px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px solid #aaa;
	vertical-align: middle;
	font-size: 11pt;
	text-align: left;
	background-color: #f8f8f8;
	background: -moz-linear-gradient(-90deg, #eee, #fff 15%, #fff 75%, #fff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, -90deg, #eee, left bottom, color-stop(75%, #fff), color-stop(100%, #fff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-90deg, #eee, #fff 15%, #fff 75%, #fff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-90deg, #eee, #fff 15%, #fff 75%, #fff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-90deg, #eee, #fff 15%, #fff 75%, #fff 100%);
	background: linear-gradient(top, #eee 15%, #fff 75%);
	/* W3C */
}

.formText:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
	background: -moz-linear-gradient(-90deg, #eee, #f8f8f8 15%, #f8f8f8 75%, #f8f8f8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, -90deg, #eee, left bottom, color-stop(75%, #f8f8f8), color-stop(100%, #f8f8f8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-90deg, #eee, #f8f8f8 15%, #f8f8f8 75%, #f8f8f8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-90deg, #eee, #f8f8f8 15%, #f8f8f8 75%, #f8f8f8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-90deg, #eee, #f8f8f8 15%, #f8f8f8 75%, #f8f8f8 100%);
	background: linear-gradient(top, #eee 15%, #f8f8f8 75%);
	/* W3C */
	background: url("../images/sprite_heart.png") no-repeat top right;
}

input.formText2 {
	width: 70%;
	border-radius: 5px;
	height: 42px;
	line-height: 42px;
	margin: 1px;
	line-height: 40px;
	padding: 2px 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
}

.formText2:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}

input.formText3 {
	width: 70%;
	border-radius: 5px;
	height: 42px;
	line-height: 42px;
	margin: 1px;
	line-height: 40px;
	padding: 2px 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
}

.formText3:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}

input.formText4 {
	width: 70%;
	border-radius: 5px;
	height: 42px;
	line-height: 42px;
	margin: 1px;
	line-height: 40px;
	padding: 2px 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
}

.formText4:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}

select.formSelect {
	border-radius: 5px;
	line-height: 50px;
	height: 50px;
	padding: 2px 5px;
	border: 1px solid #fff;
	vertical-align: middle;
	font-size: 13pt;
	background-color: #fff;
	margin: 2px;
}

.formSelect:hover {
	background-color: #fff;
	border: 1px solid #888;
}

textarea.memforn_tarea {
	width: 100%;
	border-radius: 5px;
	margin: 1px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	font-size: 13pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

select.formSelect1 {
	width: 98%;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	line-height: 38px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

select.formSelect2 {
	width: 150px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	line-height: 38px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

input.formmembersh {
	width: 50px;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	margin: 1px;
	line-height: 25px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.formmembersh:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}

input.formmember150 {
	width: 150px;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	margin: 1px;
	line-height: 35px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.formmember150:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}

.btn_zipsearch {
	border-radius: 5px;
	color: #000000;
	font: 12px/13px 'RixSGo M', 'NanumBarunGothic', ng;
	display: inline-block;
	padding: 9px;
	text-decoration: none !important;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #767676;
	margin-left: 2px;
}

.btn_zipsearch:hover {
	color: #000000;
	background-color: #e3e3e3;
	font: 12px/13px 'RixSGo M', 'NanumBarunGothic', ng;
	display: inline-block;
	text-align: center;
}

a.btn_zipsearch {
	color: #000000;
	letter-spacing: -1px;
}

a.btn_zipsearch a:link {
	color: #000000;
	text-decoration: none;
}

a.btn_zipsearch a:visited {
	color: #000000;
}



.alcenter {
	text-align: center;
}

.alright {
	text-align: right;
}

.fs15 {
	font-size: 15pt;
}

.fs16 {
	font-size: 16pt;
}

.fs17 {
	font-size: 17pt;
}

.fs18 {
	font-size: 18pt;
}

.fs19 {
	font-size: 19pt;
}

.fs20 {
	font-size: 20pt;
}


.lineh100 {
	line-height: 100%;
}

.lineh110 {
	line-height: 110%;
}

.lineh120 {
	line-height: 120%;
}

.lineh130 {
	line-height: 130%;
}

.lineh140 {
	line-height: 140%;
}

.lineh150 {
	line-height: 150%;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fw800 {
	font-weight: 800;
}


.textred {
	color: #e6646d;
}

.textgray {
	color: #d0c5be;
}




.fwe600 {
	font-weight: 600;
}

.chbox1 {
	width: 30px;
	height: 30px;
	margin: 2px;
}




/* 회원가입_인트로 */

.member_box {
	width: 100%;
	background: #f8f8f8;
}

.subtitle_kr {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 400;
	text-align: center;
	padding: 65px 0;
}

.subtitle_kr_notb {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 400;
	text-align: center;
	padding: 65px 0 0 0;
}

.mem_3box {
	width: 95%;
	max-width: 1270px;
	margin: 0 auto;
	text-align: center;
}

.membox {
	width: 25%;
	display: inline-block;
	background: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	padding: 20px;
	margin: 0 10px;
}

.membox_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 17pt;
	text-align: center;
}

.membox_icon {
	text-align: center;
	margin: 10px auto 20px auto;
}

.mbox_icon_pc {
	display: block;
}

.mbox_icon_mo {
	display: none;
}

.membox_link1 {
	width: 90%;
	max-width: 350px;
	height: 67px;
	line-height: 67px;
	background: #fc7830;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin: 0 auto;
}

.membox_link2 {
	width: 90%;
	max-width: 350px;
	height: 67px;
	line-height: 67px;
	background: #e93d4b;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin: 0 auto;
}

.membox_link3 {
	width: 90%;
	max-width: 350px;
	height: 67px;
	line-height: 67px;
	background: #000000;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin: 0 auto;
}

.pre_weid700 {
	font-weight: 700;
}

.brpc {
	display: block;
}

.brmo {
	display: none;
}

.mem_tipcno {
	display: ;
}

.mem_timono {
	display: none;
}

@media all and (min-width:10px) and (max-width:768px) {

	.brmo {
		display: block;
	}

	.membox_title {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 13pt;
		text-align: center;
	}

	.mem_tipcno {
		display: none;
	}

	.mem_timono {
		display: block;
	}

	.brpc {
		display: none;
	}

	.mbox_icon_pc {
		display: none;
	}

	.mbox_icon_mo {
		display: block;
	}

	.subtitle_kr {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 18pt;
		font-weight: 400;
		margin-bottom: 0;
		text-align: center;
		padding: 20px 0;
	}

	.mem_3box {
		width: 95%;
		max-width: 1270px;
		margin: 0 auto;
	}

	.membox {
		width: 90%;
		display: block;
		background: #fff;
		border: 1px solid #bbbbbb;
		border-radius: 10px;
		padding: 20px;
		margin: 10px 0;
	}

	.membox_link1 {
		height: 57px;
		line-height: 57px;
		font-size: 15pt;
	}

	.membox_link2 {
		height: 57px;
		line-height: 57px;
		font-size: 15pt;
	}

	.membox_link3 {
		height: 57px;
		line-height: 57px;
		font-size: 15pt;
	}

}


.mem_box {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #bdbbbb;
}

.memsubtitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	color: #000;
	padding: 0px;
}


.memsub_motitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	color: #000;
	padding: 0 0 5px 0;
}

input.formmember {
	width: 98%;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	line-height: 38px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.formmember:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}

input.formaddr {
	width: auto;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	margin: 1px;
	line-height: 28px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 11pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.formaddr:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}


input.formlogin {
	width: 300px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	margin: 1px;
	line-height: 38px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 13pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.formlogin:hover {
	background-color: #f8f8f8;
	border: 1px solid #09C0EF;
}








.memcont {
	width: 98%;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	line-height: 38px;
	padding: 2px 5px;
	border: 1px solid #dfdede;
	vertical-align: middle;
	font-size: 11pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.memcontlong {
	width: 98%;
	border-radius: 5px;
	margin: 5px;
	line-height: 38px;
	/* padding: 2px 5px;
	border: 1px solid #dfdede; */
	vertical-align: middle;
	font-size: 11pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.memcontnoline {
	width: 98%;
	height: 40px;
	line-height: 40px;
	margin: 1px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 11pt;
	text-align: left;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.membox_link_black {
	width: 90%;
	max-width: 350px;
	height: 67px;
	line-height: 67px;
	background: #000000;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin: 40px auto;
}

.memcont_chbox {
	width: 98%;
	background: #f7f7f7;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 14pt;
	text-align: left;
	padding: 20px 10px;
	margin: 20px 0;
}

.memcont_chbox_wh {
	width: 100%;
	background: #fff;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 14pt;
	text-align: left;
	padding: 20px 0 20px 10px;
	margin: 20px 0;
}

.pre_blab {
	font-size: 14pt;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
}


.subbox_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 17pt;
	font-weight: 400;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 3px solid #6b6b6b;
	width: 95%;
	margin: 15px auto 15px auto;
}


.subbox_titlenoline {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 17pt;
	font-weight: 400;
	text-align: left;
	padding-bottom: 3px;
	width: 95%;
	margin: 15px auto 15px auto;
}

.subbox_titicon {
	width: 8px;
	background: #e93d49;
	border-radius: 10px;
	display: inline-block;
}



@media all and (min-width:10px) and (max-width:768px) {


	.mem_box {
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
		background: #fff;
		border-radius: 10px;
		padding: 20px 10px;
		border: 1px solid #bdbbbb;
	}

	input.formmember {
		width: 90%;
		border-radius: 5px;
		height: 40px;
		line-height: 40px;
		margin: 1px;
		line-height: 38px;
		padding: 2px 5px;
		border: 1px solid #dfdede;
		vertical-align: middle;
		font-size: 11pt;
		text-align: left;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	}

	select.formSelect1 {
		width: 90%;
		border-radius: 5px;
		height: 40px;
		line-height: 40px;
		margin: 5px;
		line-height: 38px;
		padding: 2px 5px;
		border: 1px solid #dfdede;
		vertical-align: middle;
		font-size: 13pt;
		text-align: left;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	}

	input.formlogin {
		width: 100%;
		border-radius: 5px;
		height: 50px;
		line-height: 50px;
		margin: 1px;
		line-height: 38px;
		padding: 2px 5px;
		border: 1px solid #dfdede;
		vertical-align: middle;
		font-size: 13pt;
		text-align: left;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	}

	.formlogin:hover {
		background-color: #f8f8f8;
		border: 1px solid #09C0EF;
	}

	.memcont {
		width: 90%;
		border-radius: 5px;
		height: auto;
		margin: 1px;
		line-height: 38px;
		padding: 2px 5px;
		border: 1px solid #dfdede;
		vertical-align: middle;
		font-size: 11pt;
		text-align: left;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	}

	.memcont_chbox {
		width: 90%;
		background: #f7f7f7;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 14pt;
		text-align: left;
		padding: 20px 10px;
		margin: 20px 0;
	}

	.memcont_chbox_wh {
		width: 90%;
		background: #fff;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 14pt;
		text-align: left;
		padding: 20px 0 20px 10px;
		margin: 20px 0;
	}
}





/* 회원가입_상세 */



/*로그인_상세 */

.login_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.login_smbox {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

.logintitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 600;
	text-align: center;
	padding: 65px 0 0 0;
	color: #505050;
}

.logintitle_sm {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
	color: #7e7d7d;
}

.cored {
	color: #fd4e27;
}

.login_btn_box {
	width: 125px;
	height: 130px;
	line-height: 130px;
	background: #fd4e27;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin-left: 20px;
}


.login_fot_box {
	width: 70%;
	background: #fff;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 12pt;
	text-align: left;
	padding: 20px 0 0 20px;
	font-weight: 400;
}

.login_fot_boxb {
	width: 70%;
	background: #fff;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 15pt;
	text-align: center;
	padding: 20px 0 0 20px;
	font-weight: 400;
	margin: 0 auto;
}

.login_flink1 {
	color: #fd4e27;
}



.idpwchbtn {
	width: 90%;
	max-width: 350px;
	height: 67px;
	line-height: 67px;
	background: #fd4e27;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin: 40px auto;
}

.log_btnbox {
	width: 125px;
}

@media all and (min-width:10px) and (max-width:768px) {

	.login_smbox {
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}

	.logintitle {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 16pt;
		font-weight: 600;
		text-align: center;
		padding: 25px 0 0 0;
		color: #505050;
	}

	.logintitle_sm {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 13pt;
		font-weight: 400;
		margin-bottom: 15px;
		text-align: center;
		color: #7e7d7d;
	}

	.login_fot_box {
		width: 70%;
		background: #fff;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 12pt;
		text-align: left;
		padding: 0;
		font-weight: 400;
	}

	.login_fot_boxb {
		width: 90%;
		background: #fff;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 12pt;
		text-align: center;
		padding: 0;
		font-weight: 400;
		margin: 0 auto;
	}

	.log_btnbox {
		width: 125px;
	}

}


/* 마이페이지 */

.myp_box {
	width: 100%;
	background: #f8f8f8;
}

.subtitle_mp {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	/* padding: 65px 0; */
}

.mp_mubox {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.mymu_box1 {
	width: 200px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 14pt;
	text-align: center;
	background: #5d5d5f;
	color: #fff;
	border: 1px solid #5d5d5f;
	cursor: pointer;
}

.mymu_box {
	width: 200px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 14pt;
	text-align: center;
	background: #fff;
	color: #5f5f5f;
	border: 1px solid #5d5d5f;
	margin: 0 10px;
	cursor: pointer;
	box-shadow: 1px 4px 4px 1px lightgray;
	margin-right: 10px;
	border-radius: 10px;
}




.curri_box {
	width: 100%;
	margin: 50px auto;
}

.curripcbox {
	display: block;
}

.currimobox {
	display: none;
}

.curri_smbox {
	display: flex;
	margin-bottom: 50px;
}

.curri_smbox_boxlil {
	flex: 1;
}

.curri_libox {
	box-sizing: border-box;
	border-top: 3px solid #000000;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 20px;
	padding: 10px 20px;
	background: #fff;
	margin: 0 10px;
}

.curri_libox_left {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.curri_libox_right {
	width: 67%;
	display: inline-block;
	vertical-align: top;
}









.curri_chbox {
	margin: 10px 0 0;

}

.curri_boxright {
	float: right;
	text-align: right;
}

.curri_btn1 {
	width: 70px;
	display: inline-block;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	background: #e5111f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
}

.curri_btn2 {
	width: 40px;
	display: inline-block;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	background: #e5111f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
}

.curri_btn3 {
	width: 40px;
	display: inline-block;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	background: #86858a;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
}

.curri_btn4 {
	width: 60px;
	display: inline-block;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	background: #86858a;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
}

.wish_smbox_boxlil {
	width: calc(33% - 15px);
}

.wish_libox {
	box-sizing: border-box;
	border-top: 3px solid #000000;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 20px;
	padding: 10px 20px;
	background: #fff;
	margin: 0 10px;
}


.myusestitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	text-align: center;
	margin: 30px auto;
	color: #000;
}

.use_ta_tr {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #dddddd;
}

.use_tr_topline {
	border-top: 1px solid #dddddd;
}

.use_tr_bottomline {
	border-bottom: 1px solid #dddddd;
}

.use_ta_tdtitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.use_ta_tdsub1 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	color: #86858a;
	text-align: center;
}

.use_ta_tdsub2 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	color: #000;
	font-weight: 600;
}

.use_ta_tdsub3 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	color: #000;
	text-align: center;
	font-weight: 600;
}

.use_ta_tdsub4 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	color: #000;
	text-align: center;
	font-weight: 400;
}

.use_sm_text1 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	padding-right: 5px;
	color: #86858a;
}

.use_sm_text2 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	padding-right: 5px;
	color: #000;
	font-weight: 600;
}

.dire_box {
	width: 100%;
	margin: 0 auto;
}

.dire_img {
	margin-top: 50px;
	text-align: center;
}

.dire_subtitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	padding: 65px 0 0 0;
}

.dire_sotitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 19pt;
	font-weight: 400;
	text-align: center;
}

.dire_red {
	color: #ee1c0d;
}

.dire_calltitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 17pt;
	font-weight: 300;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: underline;
	text-decoration-line: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.dire_img_call {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: center;
}


@media all and (min-width:10px) and (max-width:768px) {

	.dire_subtitle {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 15pt;
		font-weight: 600;
		margin-bottom: 15px;
		text-align: center;
		padding: 35px 0 0 0;
	}

	.dire_sotitle {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 15pt;
		font-weight: 400;
		text-align: center;
	}

	.subtitle_mp {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 25pt;
		font-weight: 600;
		margin-bottom: 15px;
		text-align: center;
		padding: 35px 0 0 0;
	}

	.mymu_box1 {
		width: 70%;
		margin: 3px 0;
	}

	.mymu_box {
		width: 70%;
		margin: 3px 0;
	}

	.curripcbox {
		display: none;
	}

	.currimobox {
		display: block;
	}

	.curri_smbox {
		display: block;
		margin-bottom: 50px;
	}

	.curri_smbox_boxlil {
		width: 100%;
		clear: both;
	}

	.curri_libox {
		box-sizing: border-box;
		border-top: 3px solid #000000;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-radius: 20px;
		padding: 10px 20px;
		background: #fff;
		margin: 0 10px;
	}

	.curri_boxright {
		float: right;
		text-align: right;
		margin-right: 20px;
		margin-bottom: 20px;
		height: 50px;
		clear: both;
	}

	.wish_smbox_boxlil {
		width: calc(100% - 15px);
		clear: both;
	}

	.wish_libox {
		box-sizing: border-box;
		border-top: 3px solid #000000;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-radius: 20px;
		padding: 10px 20px;
		background: #fff;
		margin: 0 10px;
	}

	.myusestitle {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 11pt;
		text-align: center;
		margin: 30px auto;
		color: #000;
	}

	.use_ta_tdsub1 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 13pt;
		color: #86858a;
		text-align: left;
		padding-left: 10px;
		padding-top: 10px;
	}

	.use_ta_tdsub2 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 13pt;
		color: #000;
		font-weight: 600;
		padding-left: 10px;
	}

	.use_ta_tdsub3 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 13pt;
		color: #000;
		text-align: left;
		font-weight: 600;
		padding-left: 10px;
	}

	.use_ta_tdsub4 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 13pt;
		color: #000;
		text-align: left;
		font-weight: 400;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.use_sm_text1 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 11pt;
		padding-right: 5px;
		color: #86858a;
		padding-left: 10px;
	}

	.use_sm_text2 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 11pt;
		padding-right: 5px;
		color: #000;
		font-weight: 600;
		padding-left: 10px;
	}

	.use_tr_topline00 {
		border-top: 1px solid #000000;
	}

	.use_tr_topline {
		border-top: 1px solid #dddddd;
	}

}

/* 채용정보, 인재정보상세 */

.rudetbox {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.extbox {
	width: 100%;
	text-align: right;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	color: #000;
}

.detbox_top {
	border-top: 5px solid #fd7780;
	padding: 10px 0;
	margin-top: 5px;
	display: block;
}

.detbox_bigbox {
	width: calc(100% - 60px);
	margin: 5px auto;
}

.rsdetbox_top {
	border-top: 5px solid #fd7780;
	border-bottom: 1px solid #dedede;
	padding: 30px 50px;
	margin-top: 5px;
}

.detbox_tleft {
	float: left;
	width: 60%;
}

.detbox_tright {
	float: right;
	width: 40%;
	text-align: right;
}

.detbox_tleft_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #686868;
	font-weight: 600;
	display: inline-block;
}

.detbox_tleft_text {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 16pt;
	color: #535353;
	font-weight: 500;
	display: inline-block;
	padding-left: 20px;
}

.redetail_box1 {
	width: 170px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 15pt;
	text-align: center;
	background: #fe777e;
	color: #fff;
	border: 1px solid #fe777e;
	border-radius: 5px;
	margin: 0 10px;
}

.redetail_box2 {
	width: 80px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 15pt;
	text-align: center;
	background: #8c69e7;
	color: #fff;
	border: 1px solid #8c69e7;
	border-radius: 5px;
	margin: 0 10px;
}

.redetail_box3 {
	width: 90px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 15pt;
	text-align: center;
	background: #afadae;
	color: #fff;
	border: 1px solid #afadae;
	border-radius: 5px;
	margin: 0 10px;
}

.detbox_subtitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 23pt;
	color: #4f4f4f;
	font-weight: 600;
}

.detbox_subbox {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	height: 200px;
}

.desubox_left_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	text-align: left;
}

.desubox_left_text {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	text-align: left;
	padding-left: 50px;
	font-weight: 500;
}

.dered {
	color: #fa0316;
}

.redetail_wish {
	width: 230px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 16pt;
	text-align: center;
	background: #ed5562;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px;
}

.desubbox_left1 {
	float: right;
	vertical-align: top;
	padding: 0;
	width: 30%;
	text-align: left;
}

.desubbox_left2 {
	float: right;
	vertical-align: top;
	padding: 0;
	width: 45%;
	text-align: left;
}

.desubbox_left3 {
	float: right;
	vertical-align: top;
	padding: 0;
	width: 21%;
}

.deresubbox_left1 {
	float: right;
	vertical-align: top;
	padding: 0;
	width: 20%;
	text-align: left;
	text-align: center;
}

.deresubbox_left2 {
	float: right;
	vertical-align: top;
	padding: 0;
	width: 57%;
	text-align: left;
}

.deresubbox_left3 {
	float: right;
	vertical-align: top;
	padding: 0;
	width: 20%;
}

.detbox_gray {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	background: white;
}


.resdetbox_tleft {
	display: inline-block;
	width: 45%;
	margin: 0 1.5%;
}

.resdetbox_tright {
	display: inline-block;
	width: 45%;
	margin: 0 1.5%;
}


.detbox_gr_box_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 19pt;
	text-align: left;
	font-weight: 700;
	margin-bottom: 10px;
}

.detbox_gr_box_table {
	width: 100%;
	border-top: 7px solid #fe7680;
	background: #fff;
}

.detbox_gr_box_tbtitle {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	text-align: left;
	padding: 5px 0 5px 10px;
}

.detbox_gr_box_tbtext {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	text-align: left;
	padding: 5px;
	font-weight: 700;
}

.detbox_gr_box_trline {
	border-bottom: 1px solid #d6d6d6;
}

.brlinegray {
	margin-bottom: 30px;
}

.brlinegray1 {
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}

.detbox_keybox {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #dedede;
	margin-top: 50px;
}

.detbox_keybox_sm {
	width: 98%;
	padding: 20px;
	margin: 0 auto;
}

.detbox_key_textbox {
	width: 98%;
	display: block;
	text-align: left;
}

.detbox_keybox_textbox {
	width: 130px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #dedede;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	border-radius: 15px;
	margin: 7px;
	text-align: center;
}


.detbox_keybox_textboxblue {
	width: 130px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #dedede;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	color: #fff;
	background: #6594e2;
	border-radius: 15px;
	margin: 7px;
	text-align: center;
}

.detbox_detbox {
	width: 98%;
	display: block;
	text-align: left;
	padding-bottom: 50px;
	border-bottom: 1px solid #dedede;
}

.detbox_det_cont {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 12pt;
	font-weight: 500;
	text-align: left;
}


.regi_title_kr {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	font-weight: 400;
	text-align: center;
	padding: 65px 0 0 0;
}

.reg_infotext {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
}


.regi_bottext {
	margin-top: 10px;
	padding: 20px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 15pt;
	background: #ededed;
}

.membox_link_blue {
	width: 90%;
	max-width: 300px;
	height: 57px;
	line-height: 57px;
	background: #0d73f9;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #fff;
	margin: 40px auto;
}


@media all and (min-width:10px) and (max-width:768px) {

	.detbox_detbox {
		width: 95%;
		display: block;
		text-align: left;
		margin: 0 auto;
		padding-bottom: 50px;
		border-bottom: 1px solid #dedede;
	}

	.extbox {
		width: 100%;
		text-align: center;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 9pt;
		color: #000;
		padding: 3px 0;
	}

	.detbox_top {
		border-top: 5px solid #fd7780;
		padding: 10px 0;
		margin-top: 5px;
		display: block;
	}

	.detbox_bigbox {
		width: calc(100% - 60px);
		margin: 5px auto;
	}


	.detbox_tleft {
		float: none;
		width: 100%;
	}

	.detbox_tright {
		float: none;
		width: 100%;
	}

	.detbox_tleft_title {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 15pt;
		color: #686868;
		font-weight: 600;
		display: inline-block;
	}

	.detbox_subtitle {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 17pt;
		color: #4f4f4f;
		font-weight: 600;
	}

	.redetail_box1 {
		width: 150px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		font-size: 12pt;
		border-radius: 5px;
		margin: 0 5px;
	}

	.redetail_box2 {
		width: 60px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 12pt;
		text-align: center;
		background: #8c69e7;
		color: #fff;
		border: 1px solid #8c69e7;
		border-radius: 5px;
		margin: 0 5px;
	}

	.redetail_box3 {
		width: 70px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 12pt;
		text-align: center;
		background: #afadae;
		color: #fff;
		border: 1px solid #afadae;
		border-radius: 5px;
		margin: 0 5px;
	}


	.detbox_subbox {
		width: 95%;
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
		height: 430px;
		display: block;
		clear: both;
	}

	.desubbox_left1 {
		float: none;
		width: 95%;
		text-align: left;
		display: block;
		vertical-align: top;
		padding: 0 0;
	}


	.desubbox_left2 {
		float: none;
		width: 95%;
		text-align: left;
		display: block;
		vertical-align: top;
		padding: 10px 0;
	}

	.desubbox_left3 {
		float: right;
		width: 65%;
		vertical-align: top;
		padding: 0 0;
		text-align: right;
	}


	.resdetbox_tleft {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.resdetbox_tright {
		display: block;
		width: 95%;
		margin: 0 auto;
	}


	.redetail_wish {
		width: 230px;
		display: block;
		height: 50px;
		line-height: 50px;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 16pt;
		text-align: center;
		background: #ed5562;
		color: #fff;
		border-radius: 5px;
		margin: 0 5px;
	}


	.detbox_keybox {
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
		border-top: 1px solid #dedede;
		margin-top: 50px;
	}

	.detbox_keybox_sm {
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
}

.regpop_bigbox {
	width: 100%;
	background: #c1c1c1;
	padding: 100px 0;
	margin: 0 auto;
	text-align: center;
}


.regpop_box {
	width: 80%;
	max-width: 700px;
	padding: 20px;
	background: #f8f8f8;
	border-radius: 20px;
	margin: 0 auto;
}

.regp_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 25pt;
	color: #686767;
	padding: 20px 0;
	line-height: 140%;
}

.regp_text {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 20pt;
	color: #000;
	line-height: 140%;
	margin: 10px 0 30px 0;
}

.regp_btn_red {
	width: 285px;
	padding: 20px 0;
	margin: 0 10px;
	display: inline-block;
	background: #fae4e4;
	border-radius: 10px;
}

.regp_btn_blue {
	width: 285px;
	padding: 20px 0;
	margin: 10px;
	display: inline-block;
	background: #e4edfa;
	border-radius: 10px;
}

.regp_btn_bluelong {
	width: 375px;
	padding: 20px 0;
	margin: 10px;
	display: inline-block;
	background: #e4edfa;
	border-radius: 10px;
}

.regp_btn_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 23pt;
	font-weight: 600;
}

.regp_btn_text1 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 19pt;
}

.regp_btn_text2 {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
}

.begp_btn_send {
	width: 80%;
	background: #3e3e3f;
	color: #fff;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 18pt;
	border-radius: 10px;
	margin: 10px auto 0 auto;
	height: 40px;
	line-height: 40px;
}

.begp_btn_ok {
	width: 160px;
	background: #cecbcb;
	color: #000;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 18pt;
	border-radius: 10px;
	margin: 30px auto;
	height: 50px;
	line-height: 50px;
}

.regpred {
	color: #fe0618;
}

.regpblue {
	color: #0328a1;
}





@media all and (min-width:10px) and (max-width:768px) {
	.regp_title {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 20pt;
		color: #686767;
		padding: 20px 0;
		line-height: 140%;
	}

	.regp_text {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 16pt;
		color: #000;
		line-height: 140%;
		margin: 10px 0 30px 0;
	}

	.regp_btn_red {
		width: 90%;
		padding: 20px 0;
		margin: 10px auto;
		display: inline-block;
		background: #fae4e4;
		border-radius: 10px;
	}

	.regp_btn_blue {
		width: 90%;
		padding: 20px 0;
		margin: 20px auto;
		display: inline-block;
		background: #e4edfa;
		border-radius: 10px;
	}

	.regp_btn_bluelong {
		width: 90%;
		padding: 20px 0;
		margin: 10px;
		display: inline-block;
		background: #e4edfa;
		border-radius: 10px;
	}

	.regp_btn_text1 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 17pt;
	}

	.regp_btn_text2 {
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 12pt;
	}
}

/* 채용정보, 인재정보상세 */







/* 캘린더 상세 */

.calendadet_box {
	width: 100%;
	background: #f8f8f8;
}

.calenda_box {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px 0;
}


.calendar_detail_table_bg_not {
	font-size: 12pt;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	margin: 3px;
	padding: 0.2em;
	text-align: center;
	border-bottom: 1px solid #8F8F8F;
	color: #000;
	font-weight: 500;
}

.calendar_detail_tableTD_bg1 {
	padding: 1.2em;
	border-bottom: 1px solid #ddd;
	font-size: 11pt;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	color: #000;
}

.calendar_detail_tableTD_bg1lineno {
	padding: 2px 0 2px 10px;
	font-size: 12pt;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	color: #000;
}

.calendar_detail_tableTD_bg1line {
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 11pt;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}

.btn_calenda_more {
	width: 180px;
	color: #fff;
	border-radius: 10px;
	font-size: 13pt;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	padding: 5px 0;
	text-align: center;
	background: #ff7459;
	font-weight: 700;
}




/* 게시판 */

.bbs_bigbox {
	width: 100%;
}

.bbs_box {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
}


.jointable_td_border4 {
	border-bottom: 1px solid #ddd;
	height: 45px;
	padding: 0 10px 0 10px;
}

.bbs_newsA {
	color: #000;
	font-size: 13pt;
	letter-spacing: -1px;
	line-height: 140%;
}

.bbs_btn_black {
	width: 90%;
	max-width: 150px;
	height: 45px;
	line-height: 45px;
	background: #000000;
	border-radius: 10px;
	text-align: center;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	color: #fff;
	margin: 40px auto;
}


.btn-bbs_botton1 {
	width: 90%;
	max-width: 150px;
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	margin: 2px auto;
	text-transform: uppercase;
	/*!영문대문자로 임의변경 */
	color: #000000;
	border: 1px solid #000000;
	font-size: 11pt;
}

.btn-bbs_botton1:link {
	background: #fff;
	text-decoration: none;
	color: #000000;
}

.btn-bbs_botton1:visited {
	background: #fff;
	text-decoration: none;
	color: #000000;
}

.btn-bbs_botton1:hover {
	background: #fff;
	text-decoration: none;
	color: #333;
	border: 1px solid #aeaeae;
}


#bbs1_div_box {
	width: 100%;
	display: inline-block;
	position: relative;
	line-height: 18px;
}

#bbs1_div_box_left {
	display: inline-block;
	padding: 0 10px;
}

#bbs1_div_box_right {
	display: inline-block;
	padding: 0 10px 0 10px;
	float: right;
}

#bbs_alignbox {
	text-align: left;
}