@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
	background: #f3f5f8;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}


.menu_mail_bg {
	border-bottom: none !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.menu_mail_wrap {
    margin: 0 auto;
    width: auto;
    max-width: 1300px;
    height: 65px;
    overflow: inherit !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 20px 0 20px;
	background: #fff !important;


	border-radius: 0px 0px 15px 15px;

	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.menu_mail_box {
	width: 100%;
	height: 65px;
	display: block;


	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu_mail_logo {
    width: 70px;
    height: 19px;
	background: url(../../../img/main_img/main_logo_nurilab_new.svg) no-repeat center center !important;
    background-size: 70px 19px;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 5px;
}


.is-sticky > .menu_mail_bg {
	background: none !important;
}


/*테이블 꾸미기 시작*/

#mail_bg {
	min-width: 320px;
	padding-top: 30px;
	padding-bottom: 30px;
}


.mail_wrap {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 20px 0 20px;
	width: 100%;
}


.mail_title {
	width: 100%;
	height: auto;
	display: flex;



	z-index: 9;
	position: relative;
	border-bottom: none;


	margin-bottom: 15px;

	padding: 0px 15px 0px 15px;
}

.mail_title > h3 {
	display: block;
	word-break: keep-all;
	color: #164ca0;
	font-size: 25px;
	font-weight: 900;
}

.mail_box {
	width: 100%;
	background: #fff;
	padding: 25px;

	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}



.td_box_line {
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
}


.td_box_left {
	width: calc(50% - 20px);
	margin-right: 10px;
	flex: 1;

	display: flex;
	flex-direction: column;
}

.td_box_right {
	width: calc(50% - 20px);
	margin-left: 10px;
	flex: 1;

	display: flex;
	flex-direction: column;
}


.td_box_center {
	width: 100%;
	height: auto;
}

.td_tit_star::after {
	content: "*";
	color: #fea140;
	display: block;
}

.td_tit {
	font-size: 14px;
	font-weight: 700;
	color: #636363;
	
	width: calc(100%);

	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.td_tit > span {
	font-weight: bold;
	color: #0b69f7;
	font-size: 13px;
}


.td_content {
	width: auto;
	height: auto;
	width: calc(100%);
}

.td_content > input {
	border-radius: 8px;
	width: 100%;
	height: auto;
	padding: 18px 15px 18px 15px;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
	background: #f0f6ff;
	color: #434343;
	font-weight: 700;
}

.td_content > select {
	border-radius: 8px;
	width: 100%;
	height: auto;
	padding: 18px 35px 18px 15px;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
	color: #434343;
	border: none;
	font-weight: 700;

	background: url(../../../img/main_img/sort_new.svg) no-repeat #f0f6ff center right 10px;
	background-size: 20px 20px;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;

	text-overflow: ellipsis;
	white-space: nowrap;
}

input:focus {
	outline:none;
}



.td_textarea {
	border-radius: 8px;
	border: none;
	width: 100%;
	height: 150px;
	font-weight: 700;
	overflow-y: scroll;
	resize: none;
	background: #f0f6ff;
	padding: 13px 15px 13px 15px;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}


@media only screen and (min-width: 0px) and (max-width: 830px) {

	.td_box_line {
		display: flex;
		flex-direction: column;
		margin-bottom: 0px;
	}
	

	.td_box_left {
		width: calc(100% - 0px);
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.td_box_right {
		width: calc(100% - 0px);
		margin-left: 0;
		margin-bottom: 20px;
	}

	.td_box_center {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
}







/*새로운 td*/

.new_td_line {
	width: 100%;
	height: auto;
}

.new_td_tit {
	font-size: 14px;
    font-weight: 700;
    color: #636363;
    width: calc(100%);
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}


.new_td_content {
	border-radius: 8px;
	width: 100%;
	height: auto;
	background: #f0f6ff;
	padding: 15px;
	border: none;
	
	margin-bottom: 10px;
}


.new_td_content > h3 {
	font-size: 16px;
	font-weight: 900;
	color: #434343;

}

.new_td_content > p {
	font-size: 14px;
	font-weight: normal;
	color: #434343;
	line-height: 24px;
}

.new_td_content > ul  {
	margin-bottom: 15px;
}

.new_td_content > ul > li {
	list-style: disc;
	margin-left: 25px;
}

.new_td_content > ul > li > p {
	font-size: 14px;
	font-weight: normal;
	color: #434343;
	line-height: 24px;
}


.new_td_content > ul:last-child {
	margin-bottom: 0;
}


#textarea_pro {
	width:100%;
	height:150px;
	resize:none;
	padding:10px;
	border-radius: 8px;
}


input[type=submit] {

    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 14px;
}
input[type=text] {

    border: none;
    -webkit-appearance: none;
	
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 14px;
}
input[type=number] {

    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 14px;
}
input[type=email] {

    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 14px;
}
input[type=tel] {

    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 14px;
}

textarea {

    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    font-family: '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, Arial, 'Apple Gothic', sans-serif;

    -moz-appearance: none;
    font-size: 14px;
}
input[type=password] {

    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 14px;
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
    vertical-align: middle;
	margin-right: 5px;
}
select {


    font-size: 14px;

}



/*수집금지*/

#notice_wrap {
	overflow:hidden;
	margin-bottom: 10px;
}

#notice_wrap > #notice_text {
	margin:0 auto;
	width:100%;
  	height:auto;
	font-size:13px;

	display: flex;
	flex-direction: row;
	align-items: center;
}

#notice_wrap > #notice_text > a {
	line-height:25px;
  color:#636363;
}

#notice_wrap > #notice_text > a:visited {
  color:#636363;
}



.notice_sub_text {
	color: #0b69f7;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	margin-left: 16px;
}


/*확인버튼 꾸미기 시작*/

#sub_bg {
	text-align: center;
	margin-top: 15px;
}


#sub_wrap {
	margin:0 auto;
	text-align:center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sub_title {
	cursor:pointer;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	margin:0 auto;
	width:auto;
	height:auto;

	padding: 5px 15px 5px 15px;


	border:1px solid #164ca0;
	background: #164ca0;
	color: #ffffff;
	border-radius: 8px;



}

.sub_title:hover {
	background:#1e5ec5;
}









/*개인정보 이용안내 스타일 시작*/

/*헤더시작*/

#agree_bg {
	width:100%;
	background:#fff;
	min-width:320px;
	box-shadow:0 0 10px #cfcfcf;
	position:relative;
}

#agree_wrap {
	margin:0 auto;
	width:100%;
	height:50px;
	background:#fff;
	min-width:320px;
	box-shadow:0 0 10px #cfcfcf;
	position:relative;
}

#agree_wrap > #agree_title {
	padding-top:12px;
	padding-left:10px;
}

#agree_wrap > #agree_title > #agree_logo {
	width:245px;
	height:23px;
	background:url(../img/logo_kr.svg);
	background-repeat:no-repeat;
	background-size:100%;


}



/*개인정보 수집 내용 꾸미기 시작*/

#agree_list_bg {
  min-width:320px;
  margin:10px;
  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

#agree_list_wrap {
  width:100%;
  margin: 0 auto;
  background:#fff;

  padding:10px;
  border-radius:10px;
  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


#agree_list_wrap > p {
	padding:5px 10px 0 10px;
  font-size: 13px;
  line-height:23px;
  word-break:keep-all;

}

#agree_list_wrap > h4 {
  padding:10px;
  border-bottom:1px solid #eeeeee;


}
