@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



.affiliate_all {
  height: 100%;
  display: flex;
  flex-direction: column;
}


/*인트로 시작*/

.intro_bg {
  margin-top: -66px;
  min-width: 320px;

  background: url(../../../img/affiliate_img/main_gall_img_affiliate.png) no-repeat left center;
  background-size: cover;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}


.intro_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 400px;

  padding: 0 15px 0 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.intro_box {
  display: flex;
  align-items: center;
  height: 100%;
}

.intro_box > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 70px;  
  margin: 50px 0 10px 0;
  color: #434343;
  word-break: keep-all;

  /*중간맞추기*/
  text-align: center;
  display: block;
}


@media only screen and (min-width: 0px) and (max-width: 650px) {

  .intro_box {
    justify-content: center;
  }

  .intro_box > h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 70px;  
    margin: 50px 0 10px 0;
    color: #434343;
    word-break: keep-all;
  
    /*중간맞추기*/
    text-align: center;
    display: block;
  }
  
}






/*************************
*
*
* 탭
*
*
***************************/

.tab_bg {
  margin-top: -25px;
  min-width: 320px;
  z-index: 3;
}

.tab_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: auto;

  padding: 0 15px 0 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.tab_item > ul {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 30px;
}

.tab_item > ul > li > a {
  padding: 15px 25px 15px 25px;
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #434343;
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
  .tab_bg {
    margin-top: -18px;
  }

  .tab_item > ul > li > a {
    padding: 12px 8px 12px 8px;
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 381px) and (max-width: 500px) {
  .tab_bg {
    margin-top: -22px;
  }

  .tab_item > ul > li > a {
    padding: 14px 12px 14px 12px;
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 501px) and (max-width: 950px) {
  .tab_item > ul > li > a {
    padding: 15px 20px 15px 20px;
    display: block;
    font-size: 15px;
    font-weight: 900;
    color: #434343;
  }
}

.tab_item a {
  position: relative;
  z-index: 1;
}

.tab_indicator {
  position: absolute;
  height: 85%;
  background-color: #d81212;
  z-index: 0;
  border-radius: 30px;
  transition: all 0.1s ease;
  pointer-events: none;
  will-change: left, width;
  box-shadow: 0px 0px 10px rgba(216, 18, 18, 0.3);
}

.tab_item > ul > li.active_li > a {
  color: #ffffff;
}



/**************************
*
*
* 제휴 박스
*
*
***************************/


.affiliate_bg {
  min-width: 320px;
  padding: 40px 0px 40px 0px;
  flex: 1 0 auto;
  background: #ffffff;
}


.affiliate_wrap {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}


/*************************
*
*
* 동의 박스
*
*
**************************/


.affiliate_consent_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.affiliate_consent_big_tit > h2 {
  font-size: 30px;
  font-weight: 900;
  color: #434343;
  display: block;

  border-bottom: 1px solid #eaeaea;
  padding: 20px 0px 20px 0px;
  margin-bottom: 60px;

}

.affiliate_consent_title {
  margin-bottom: 30px;
}

.affiliate_consent_title > h2 {
  font-size: 30px;
  font-weight: 900;
  color: #434343;
  text-align: center;
  word-break: keep-all;

  display: block;
}


.affiliate_consent_desc {
  margin: 0 auto;
  max-width: 600px;
  word-break: keep-all;
  margin-bottom: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.affiliate_consent_desc > h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #434343;
  text-align: center;
  display: block;
}


/*절차*/

.affiliate_consent_proceed_bundle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.affiliate_consent_proceed_bundle > .affiliate_consent_proceed:last-child::after {
  display: none;
}



.affiliate_consent_proceed {
  max-width: 700px;
  width: 100%;

  display: flex;
  flex-direction: column;

}

.affiliate_consent_proceed::after {
  margin: 0 auto;
  content: "";
  display: flex;
  width: 50px;
  height: 50px;
  background: url(../../../img/affiliate_img/arrow.svg) no-repeat center center;
  background-size: 30px 30px;
}



.affiliate_consent_proceed_item {
  border: 1px solid #eaeaea;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.affiliate_consent_proceed_item_tit {
  font-size: 20px;
  font-weight: 700;
  color: #434343;

  padding: 25px 25px 10px 0px;
  margin-left: 25px;

  margin-bottom: 10px;
  word-break: keep-all;

  border-bottom: 1px solid #eaeaea;
}


.affiliate_consent_proceed_item_desc {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 24px;

  padding: 0px 25px 25px 25px;
  word-break: keep-all;
}



.allifiate_concent_btn_bundle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding-top: 40px;
}

.affiliate_consent_btn {
  cursor: pointer;
  padding: 10px 25px 10px 25px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  background: #d81212;
  box-shadow: 0px 0px 10px rgba(255, 13, 13, 0.5);
  border-radius: 300px;
  border: none;
  transition: all ease-in-out 0.2s;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

.affiliate_consent_btn:hover {
  background: #ff2f2f;
  box-shadow: 0px 2px 15px rgba(255, 13, 13, 0.6);
}




/**************************
*
*
* 제휴 문의
*
*
***************************/

.affiliate_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.affiliate_item {
  margin: 0 auto;

  width: 100%;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;

}

.affiliate_item_column {
  display: flex;
  flex-direction: column;
}

.affiliate_item_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.affiliate_detail_bundle_row {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.affiliate_detail_bundle_column {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}

.affiliate_detail_bundle:last-child {
  margin-bottom: 0px;
}

.affiliate_detail_bundle {
  display: flex;
}


.affiliate_detail_tit {
  width: 100%;

  font-size: 15px;
  font-weight: 700;
  color: #434343;

  flex-shrink: 0;

  display: flex;
  flex-direction: row;
  align-items: center;
}



.affiliate_detail_tit_notice::before {
  content: "*";
  color: #fea140;
  display: block;
}

.affiliate_detail_bundle_row > .affiliate_detail_tit {
  max-width: 120px;
}

.affiliate_detail_bundle_column > .affiliate_detail_tit {
  margin-bottom: 10px;
}

.affiliate_detail_input {
  width: 100%;
}

.affiliate_detail_input > input {
  width: 100%;
}

.affiliate_detail_input > textarea {
  width: 100%;
  height: 300px;
  max-height: 300px;

  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
  padding: 8px 15px 8px 15px;
  border-radius: 5px;

  resize: none;
}


.textarea_counter {
  display: flex;
  flex-direction: row;
  align-items: center;

  font-size: 15px;
  font-weight: 900;
  color: #434343;
}

.affiliate_body_count {

}



.affiliate_item_row > .affiliate_detail_bundle {
  width: calc(1/2*100% - (1 - 1/2)*50px);
  margin-right: 50px;
}

.affiliate_item_row > .affiliate_detail_bundle:nth-child(2n) {
  margin-right: 0px;
}

.affiliate_item_row > .affiliate_detail_bundle:nth-child(n + 5) {
  margin-bottom: 0px;
}


@media only screen and (min-width: 0px) and (max-width: 600px) {
  .affiliate_item_column {
    display: flex;
    flex-direction: column;
  }

  .affiliate_item_row {
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
  }

  .affiliate_detail_bundle_row {
    flex-direction: column;
    align-items: inherit;
    margin-bottom: 25px;
  }

  .affiliate_detail_tit {
    margin-bottom: 15px;
  }


  .affiliate_item_row > .affiliate_detail_bundle {
    width: calc(100%);
    margin-right: 0px;
  }

  .affiliate_item_row > .affiliate_detail_bundle:nth-child(n + 5) {
    margin-bottom: 25px;
  }

  .affiliate_item_row > .affiliate_detail_bundle:last-child {
    margin-bottom: 0px;
  }

}


.affiliate_consent_policy {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}

.affiliate_consent_policy_header {
  margin-bottom: 10px;
}

.affiliate_consent_policy_header > h3 {
  font-size: 16px;
  font-weight: 900;
  color: #434343;
}

.affiliate_consent_policy_header > p {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
  line-height: 24px;
}

.affiliate_consent_policy_item {
  margin-bottom: 15px;
}

.affiliate_consent_policy_item > h4 {
  font-size: 15px;
  font-weight: 900;
  color: #434343;
}


.affiliate_consent_policy_item > ul {
  margin-bottom: 15px;
}

.affiliate_consent_policy_item > ul:last-child {
  margin-bottom: 0px;
}

.affiliate_consent_policy_item > ul > li {
  list-style: disc;
  margin-left: 25px;
}

.affiliate_consent_policy_item > ul > li > p {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
  line-height: 24px;
}


.affiliate_consent_policy_footer > p {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
  line-height: 24px;
}



.policy_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.policy_btn > input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}


.policy_btn > .policy_btn_label {
  font-size: 13px;
  color: #434343;
}


.affiliate_last_btn_bundle {
  display: flex;
  flex-direction: column;
}

.affiliate_last_btn {
  cursor: pointer;
  padding: 10px 25px 10px 25px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  background: #d81212;
  box-shadow: 0px 0px 10px rgba(255, 13, 13, 0.5);
  border-radius: 300px;
  border: none;
  transition: all ease-in-out 0.2s;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

.affiliate_last_btn:hover {
  background: #ff2f2f;
  box-shadow: 0px 2px 15px rgba(255, 13, 13, 0.6);
}




/*공통 input 스타일*/

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    
    -webkit-appearance: none;
    margin: 0;
}
/*input=text number의 사파리, 크롬, 파이어폭스 보더를 제거합니다.*/

input:focus {
  outline: none;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

.input_tit {
	margin-right:5px;
}

label {
    cursor: pointer;
}

input[type=button] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 8px 35px 8px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

input[type=radio] {
    vertical-align: middle;
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

	.radio_label {
		display:inline-block;
		line-height:25px;
		margin-right:10px;
        font-size: 14px;
	}

	
input[type=submit] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
}
input[type=text] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 13px 15px 13px 15px;
    border-radius: 5px;
}


input[type=text]:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}

input[type=number] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 13px 15px 13px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

input[type=number]:disabled {
  background: #e7e7e7 !important;
  cursor: no-drop;
  color: #bdbdbd;
}

input[type=search] {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  border: 1px solid #d8d8d8;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  
  -moz-appearance: none;

  
  border: 1px solid #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
  padding: 8px 15px 8px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

input[type=email] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 13px 15px 13px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
textarea {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    padding: 15px;

    font-size: 14px;
    font-weight: 500;
    color: #434343;
}
input[type=password] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;

    
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 13px 15px 13px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
input[type=checkbox] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}
select {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
    appearance: none;

    width: 100%;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    font-size: 14px;

    padding: 13px 35px 13px 15px;
    background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #ffffff center right 15px;
    background-size: 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;

}
select::-ms-expand {
    display: none;
}

select:disabled {
      background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #e7e7e7 center right 15px;
  cursor: no-drop;
  color: #bdbdbd;
  box-shadow: none !important;
}








/*******************************
*
*
* 이전 메일 기능
*
*
*********************************/

.inline_inquiry_bg {
  padding: 40px 0px 40px 0px;
  flex: 1 0 auto;
  min-width: 320px;
}


.inline_inquiry_wrap {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
  height: auto;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*테이블 꾸미기 시작*/

.mail_title {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;

	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 900;

	background: url(../../../img/products_img/nurilab_red.png) no-repeat #ce1a1a center center;
	background-size: cover;

	z-index: 9;
	position: relative;
	border-bottom: none;

	padding: 40px 30px 40px 30px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);

	border-radius: 10px 10px 0 0;

	word-break: keep-all;

}

.mail_box {
	background: #fff;
	padding: 25px;
	border-top: none;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 10px 10px;
}



.td_box_line {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}


.td_box_left {
	width: calc(50% - 20px);
	margin-right: 10px;
	flex: 1;
}

.td_box_right {
	width: calc(50% - 20px);
	margin-left: 10px;
	flex: 1;
}


.td_box_center {
	width: 100%;
	height: auto;
}

.td_tit_star::before {
	content: "*";
	color: #fea140;
	display: block;
}

.td_tit {
	font-size: 14px;
	font-weight: 700;
	color: #636363;
	line-height: 40px;
	
	width: calc(100%);

	display: flex;
	flex-direction: row;
	align-items: center;
}

.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: 5px;
	width: 100%;
	height: auto;
	padding: 13px 15px 13px 15px;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
	border: 1px solid #d8d8d8 !important;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.td_content > select {
	border-radius: 5px;
	width: 100%;
	height: auto;
	padding: 14px 35px 14px 15px;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
	border: 1px solid #d8d8d8 !important;
	color: #434343;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);

	background: url(../../../img/main_img/sort_new.svg) no-repeat #fff 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: 5px;
	border: 1px solid #d8d8d8;
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	resize: none;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	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: 10px;
	}
	
	.td_box_right {
		width: calc(100% - 0px);
		margin-left: 0;
		margin-bottom: 10px;
	}
	
}







/*새로운 td*/

.new_td_line {
	width: 100%;
	height: auto;
}

.new_td_tit {
	font-size: 14px;
    font-weight: 700;
    color: #636363;
    line-height: 40px;
    width: calc(100%);
	display: flex;
	flex-direction: row;
}


.new_td_tit::before {
	content: "*";
	color: #fea140;
	display: block;
}

.new_td_content {
	border-radius: 5px;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	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: 5px;
}


input[type=submit] {

    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 12px;
}
input[type=text] {

    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 12px;
}
input[type=number] {

    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 12px;
}
input[type=email] {

    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 12px;
}
input[type=tel] {

    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 12px;
}

textarea {

    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    font-family: '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, Arial, 'Apple Gothic', sans-serif;

    -moz-appearance: none;
    font-size: 12px;
}
input[type=password] {

    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */

    -moz-appearance: none;
    font-size: 12px;
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
    vertical-align: middle;
	margin-right: 5px;
}
select {


    font-size: 12px;

}



/*수집금지*/

#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;
}

#inquiry_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;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

	border:1px solid #d8d8d8;
	border-radius: 5px 5px 5px 5px;



}

#inquiry_sub_title:hover {
	background:#6b6b6b;
	color:white;
}









/*개인정보 이용안내 스타일 시작*/

/*헤더시작*/

#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;


}
