@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_new.png) no-repeat left center;
  background-size: cover;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 0px 0px 20px 20px;
}


.intro_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: 450px;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.intro_box {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 70px 0px 30px 0px;
}

.intro_box > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 70px;  
  color: #ffffff;
  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;  
  }
  
}






/*************************
*
*
* 탭
*
*
***************************/

.tab_bg {
  margin-top: -25px;
  min-width: 320px;
  z-index: 3;
}

.tab_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;

  -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: #164ca0;
  z-index: 0;
  border-radius: 30px;
  transition: all 0.1s ease;
  pointer-events: none;
  will-change: left, width;
  box-shadow: 0px 0px 10px rgba(22, 76, 160, 0.3);
}

.tab_item > ul > li.active_li > a {
  color: #ffffff;
}



/**************************
*
*
* 제휴 박스
*
*
***************************/


.affiliate_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  flex: 1 0 auto;
}


.affiliate_wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}


/*************************
*
*
* 동의 박스
*
*
**************************/


.affiliate_consent_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.affiliate_consent_big_tit > h2 {
  font-size: 30px;
  font-weight: 900;
  color: #05296b;
  display: block;
  padding: 20px 0px 20px 0px;
  margin-bottom: 20px;
}

.affiliate_consent_title {
  margin-bottom: 10px;
}

.affiliate_consent_title > h2 {
  font-size: 27px;
  font-weight: 900;
  color: #05296b;

  word-break: keep-all;

  display: block;
}


.affiliate_consent_desc {
  word-break: keep-all;
  margin-bottom: 30px;

  display: flex;
  flex-direction: column;

}


.affiliate_consent_desc > h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #434343;
  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 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.affiliate_consent_proceed:last-child {
  margin-bottom: 0px;
}

.affiliate_consent_proceed::after {
  margin: 0 auto;
  content: "";
  display: flex;
  width: 35px;
  height: 20px;
  background: url(../../../img/affiliate_img/arrow.svg) no-repeat center center;
  background-size: 35px 20px;
}



.affiliate_consent_proceed_item {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;

  display: flex;
  flex-direction: column;
}

.affiliate_consent_proceed_item_tit {
  font-size: 20px;
  font-weight: 700;
  color: #050831;

  padding: 25px 45px 10px 45px;

  margin-bottom: 10px;
  word-break: keep-all;
}


.affiliate_consent_proceed_item_desc {
  font-size: 15px;
  font-weight: normal;
  color: #434343;
  line-height: 24px;

  padding: 0px 45px 25px 45px;
  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: #164ca0;
  box-shadow: 0px 0px 10px rgba(22, 76, 160, 0.3);
  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: #2061c9;
  box-shadow: 0px 2px 15px rgba(28, 87, 182, 0.3);
}




/**************************
*
*
* 제휴 문의
*
*
***************************/

.affiliate_box {
  display: flex;
  flex-direction: column;
}


/*제휴하기 보내기 번들*/

.affiliate_consent_bundle {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}



.affiliate_item {
  margin: 0 auto;
  width: 100%;
  padding: 25px;
  border-bottom: 1px solid #eaeaea;
}

.affiliate_item:last-child {
  border-bottom: none;
}

.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::after {
  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;
  border: none;
  background: #f0f6ff;
  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;

  margin-top: 10px;
}

.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: #f0f6ff;
  border: none;
  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;
  align-items: center;
  margin-top: 30px;
}

.affiliate_last_btn {
  cursor: pointer;
  padding: 10px 25px 10px 25px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  background: #164ca0;
  box-shadow: 0px 0px 10px rgba(22, 76, 160, 0.3);
  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: #2061c9;
  box-shadow: 0px 2px 15px rgba(28, 87, 182, 0.3);
}




.mail_wrap {
  padding: 0px !important;
}


/*공통 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;
    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;
    background: #f0f6ff;
    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;
    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;
  border-radius: 5px;
}

input[type=email] {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
    border: none;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    
    -moz-appearance: none;
    background: #f0f6ff;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    padding: 13px 15px 13px 15px;
    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;
    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: none;
    cursor: pointer;
    font-size: 14px;

    padding: 13px 35px 13px 15px;
    background: url(../../../img/resources_img/detail_icon_arrow.svg) no-repeat #f0f6ff center right 15px;
    background-size: 10px 10px;
	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: 100px 0px 100px 0px;
  flex: 1 0 auto;
  min-width: 320px;
}

#mail_bg {
  padding-top: 0px !important;
}


.inline_inquiry_wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: auto;

  padding: 0px 20px 0px 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}