@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;
    background: #fafbfc;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}


/*개인정보처리 위 이미지*/

.privacy_top_bg {
    margin-top: -65px;
    min-width: 320px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 20px 20px;
    
    background: #2a2d5e;
    background: -webkit-linear-gradient(135deg, rgba(42, 45, 94, 1) 0%, rgba(3, 22, 128, 1) 100%);
    background: -moz-linear-gradient(135deg, rgba(42, 45, 94, 1) 0%, rgba(3, 22, 128, 1) 100%);
    background: linear-gradient(135deg, rgba(42, 45, 94, 1) 0%, rgba(3, 22, 128, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2A2D5E", endColorstr="#031680", GradientType=0);
}


.privacy_top_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: 400px;
  margin-bottom: 30px;
}


/*개인정보처리방침 시작*/

.privacy_bg {
  margin-top: -200px;
  min-width: 320px;

}

.privacy_wrap {
  margin: 0 auto;
  width: auto;
  max-width: 1300px;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}






.privacy_box {
  width: auto;
  height: auto;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.privacy_item_box {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
}

.privacy_item_box > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  word-break: keep-all;

  padding: 0px 10px 0px 10px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy_item_box > h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 45px;
  word-break: keep-all;
  text-align: center;
}

.privacy_item_box > h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 10px;
  background: #efefef;
  word-break: keep-all;
  padding: 8px 15px 8px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
}


.privacy_item_content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.privacy_item_content:last-child {
  margin-bottom: 0px;
}

.privacy_item_content > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  background: #f7f7f7;
  word-break: keep-all;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.privacy_item_content > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  word-break: keep-all;

  padding: 0px 10px 0px 10px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy_item_content > p > a {
  color: #415adf;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.privacy_item_content > p > a:hover {
  color: #4661f1;
  text-decoration: underline;
}

.privacy_item_content > p > a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../img/main_img/prev_black.svg) no-repeat center center;
  background-size: 20px 20px;
  margin-right: 10px;
}


.privacy_item_content > ul {
  margin: 0 20px 10px 20px;
}

.privacy_item_content > ul > li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style: disc;
}

.privacy_item_content > ul > li > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  word-break: keep-all;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.privacy_item_content > ul > li > ul > li  {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style: circle;
}


.privacy_item_content > ul > li > ul > li > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  word-break: keep-all;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.table_all {
  overflow: auto;
}


.table_overflow {
  overflow: auto;
}


 .table_box {
  width: 100%;
  border-collapse: collapse;
  background: #f9f9f9;
  margin: 10px 0px 10px 0px;
  min-width: 900px;
}


.table_box > thead > tr > th {
  padding: 8px 10px 8px 10px;
  background: #f3f3f3;
  border: 1px solid #eaeaea;
}


.table_box > thead > tr > th > p {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}

.table_box > tbody > tr > td {
  padding: 8px 10px 8px 10px;
  border-bottom: 1px solid #eaeaea;
}

.table_box > tbody > tr > td > p {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  line-height: 26px;
}

.table_box > tbody > tr:nth-child(even) {
  background: #ffffff;
}


.table_box > tbody > tr > td > ul > li {
  list-style: disc;
  margin-left: 20px;
  line-height: 26px;
}

.table_box > tbody > tr > td > ul > li > p {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  line-height: 26px;
}



.table_box > tbody > tr > td > ul > li > ul > li {
  list-style: circle;
  margin-left: 20px;
}


.table_box > tbody > tr > td > ul > li > ul > li > p {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  line-height: 26px;
}

.privacy_body_box {
  margin-top: 0px !important;
}

.privacy_body_tit {
  width: 20%;
  padding: 8px 10px 8px 10px !important;
  background: #f3f3f3 !important;
}

.privacy_body_tit > p {
  font-weight: 700 !important;
  font-size: 14px !important;
  text-align: left !important;
}


.privacy_item_double_wrap {
  display: flex;
  flex-direction: column;
}


.privacy_item_double {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 10px;
}


.privacy_item_double > h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  background: #f7f7f7;
  word-break: keep-all;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




/**************
*
*
* 아이콘 가이드
*
*
****************/

.privacy_item_guide_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.privacy_item_guide {
  width: calc(1/3*100% - (1 - 1/3)*15px);
  height: auto;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  background: #fafafa;
  border-radius: 15px;
  padding: 15px;
}

.privacy_item_guide:nth-child(3n) {
  margin-right: 0px;

}

.privacy_item_guide:nth-child(n + 4) {
  margin-bottom: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 485px) {
  .privacy_item_guide {
    width: calc(100%);
    height: auto;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .privacy_item_guide:last-child {

    margin-bottom: 0px;
  }

  .privacy_item_guide:nth-child(3n) {
    margin-right: 0px;
  }
  
  .privacy_item_guide:nth-child(2n) {
    margin-right: 0px;
  }

  .privacy_item_guide:nth-child(n + 4) {
    margin-bottom: 15px;
  }

  .privacy_item_guide:last-child {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 486px) and (max-width: 950px) {
  .privacy_item_guide {
    width: calc(1/2*100% - (1 - 1/2)*15px);
    height: auto;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .privacy_item_guide:nth-child(3n) {
    margin-right: 15px;
  }
  
  .privacy_item_guide:nth-child(2n) {
    margin-right: 0px;
  }

  .privacy_item_guide:nth-child(n + 4) {
    margin-bottom: 15px;
  }

  .privacy_item_guide:nth-child(n + 5) {
    margin-bottom: 0px;
  }
}

/*가이드 아이템 */


.privacy_item_guide_icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: #dedede;
  margin-bottom: 15px;
}

.privacy_item_guide_icon1 {
  background: url(../../../img/privacy_img/icon1.png) no-repeat center center;
  background-size: contain;
}

.privacy_item_guide_icon2 {
  background: url(../../../img/privacy_img/icon2.png) no-repeat center center;
  background-size: contain;
}

.privacy_item_guide_icon3 {
  background: url(../../../img/privacy_img/icon3.png) no-repeat center center;
  background-size: contain;
}

.privacy_item_guide_icon4 {
  background: url(../../../img/privacy_img/icon4.png) no-repeat center center;
  background-size: contain;
}

.privacy_item_guide_icon5 {
  background: url(../../../img/privacy_img/icon5.png) no-repeat center center;
  background-size: contain;
}

.privacy_item_guide_icon6 {
  background: url(../../../img/privacy_img/icon6.png) no-repeat center center;
  background-size: contain;
}

.privacy_item_guide_text > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 10px 5px 10px;
  word-break: keep-all;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy_item_guide_text > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  word-break: break-all;
  padding: 0px 10px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;

}



/*************************
*
*
* 목차
*
*
*************************/

.table_of_content_box {
  display: flex;
  flex-direction: column;
}

.table_of_content_item > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 10px 0px 10px;
}

.table_of_content_item > ul > li {
  width: calc(1/2*100% - (1 - 1/2)*15px);
  height: auto;
  margin-right: 15px;
}

.table_of_content_item > ul > li:nth-child(2n) {
  margin-right: 0px;
}


.table_of_content_item > ul > li > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 630px) {
  .table_of_content_item > ul > li {
    width: calc(100%);
    height: auto;
    margin-right: 0px;
  }
}



/******************
*
*
* 히스토리
*
*
*******************/

.history_list_box {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.history_list {
  margin-left: auto;
}


.history_list > select {
  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: 13px;
  padding: 10px 35px 10px 15px;
  background: url(../../../img/main_img/select_arrow.png) no-repeat #fff right center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  border-radius: 8px;
}