@charset "UTF-8";

@import url(../font/nanumsquare.css);

body {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0;
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.btn_arrow_top {
  border: none;
  background: 0 0;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 102;
  cursor: pointer;
}
.kv {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.7s ease 0s;
}
header {
  position: relative;
  margin: 0 auto;
  width: 1064px;
}
header a:first-child {
  position: absolute;
  top: 30px;
  z-index: 100;
}
header a:first-child {
  left: 0;
  width: 149px;
}
header a:last-child {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 30px;
  width: 150px;
  height: 40px;
  background: url(../img/pc_sbtotal_bg_16701110.png) no-repeat center/contain;
}
#content_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  background: url(../img/bottom_shadow.png) no-repeat center/cover;
}
.content_01 {
  z-index: 99;
}
.content_02 {
  z-index: 98;
}
.content_03 {
  z-index: 97;
}
.content_04 {
  z-index: 96;
}
.content_05 {
  z-index: 95;
}
.content_06 {
  height: 30%;
}
.content_txt_container {
  position: relative;
  width: 1064px;
  height: 100%;
  margin: 0 auto;
}
.content_txt_container > img {
  position: absolute;
  height: 980px;
  bottom: 0;
  right: -270px;
}
.pagination {
  width: 1064px;
  margin: 0 auto;
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 17%;
}
.txt_wrapper {
  position: absolute;
  width: 700px;
  height: 440px;
  top: 58%;
  left: 0;
  margin: -275px 0 0 0;
}
.txt_wrapper img {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
.txt_wrapper a {
  position: absolute;
  z-index: 100;
  bottom: 30%;
  left: -20px;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.content_02 .txt_wrapper {
  position: absolute;
  width: 700px;
  height: 320px;
  top: 58%;
  left: 0;
  margin: -275px 0 0 0;
}
.content_02 .txt_wrapper a {
  position: absolute;
  z-index: 100;
  bottom: 5%;
  left: -20px;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.page-down {
  position: absolute;
  bottom: 0.8%;
  left: 50%;
  transform: translateX(-50%);
  animation: introDot 1s linear 0s normal none infinite;
  cursor: pointer;
}
@keyframes introDot {
  0% {
    bottom: 7px;
  }
  50% {
    bottom: 17px;
  }
  100% {
    bottom: 7px;
  }
}
.footer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*width: 100%;*/
  /*height: 1650px;*/
  width: 1100px;
  background: #fff;
  margin-top: 400vh;
}

/*.footer:first-child div:first-child{*/
/*  width: 100%;*/
/*}*/

/*.footer div:last-child{*/
/*  width: 100%;*/
/*  background: #f2f2f2;*/
/*}*/


/*footer div:first-child {*/
/*  position: absolute;*/
/*  width: 1064px;*/
/*  height: 220px;*/
/*  left: 50%;*/
/*  top: 4%;*/
/*  margin: 0 0 0 -532px;*/
/*}*/

/*footer img {*/
/*  position: absolute;*/
/*  width: 1064px;*/
/*  height: 220px;*/
/*  left: 50%;*/
/*  top: 4%;*/
/*  margin: 0 0 0 -532px;*/
/*}*/

/*footer div:nth-child(2) {*/
/*  position: absolute;*/
/*  width: 1064px;*/
/*  height: 700px;*/
/*  left: 50%;*/
/*  top: 14%;*/
/*  margin: 0 0 0 -532px;*/
/*}*/
/*footer div:nth-child(3) {*/
/*  position: absolute;*/
/*  width: 1064px;*/
/*  height: 700px;*/
/*  left: 50%;*/
/*  top: 55%;*/
/*  margin: 0 0 0 -532px;*/
/*}*/
/*footer div:last-child {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 300px;*/
/*  bottom: 0%;*/
/*  background: #f2f2f2;*/
/*  padding-bottom: 5%;*/
/*}*/
/*footer div:last-child img {*/
/*  position: absolute;*/
/*  width: 1064px;*/
/*  top: 10%;*/
/*  left: 50%;*/
/*  margin: 0 0 0 -532px;*/
/*}*/

.loan_container{
  display: flex;
  justify-content: center;


  border-bottom: 0.5px solid #999999;
  background: white;
  margin-bottom: 30px;

  .loan_title_container{
    display: flex;
    justify-content: flex-start;
    height: 22px;
    .loan_circle{
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #e51015;
      margin-right: 6px;

    }

    .loan_title{
      font-family: 'NanumSquare', serif;
      font-weight: 800;
      font-size: 20px;
      color: black;
      width: 28%;
      align-items: center;
      white-space: nowrap;
      vertical-align: middle;
    }
  }

  .loan_circle{
    width: 6px;
    height: 6px;
    margin-top: 8px;
    border-radius: 50%;
    background-color: #e51015;
    margin-right: 6px;
    align-content: center;
    align-items: center;
    text-align: center;
  }

  .loan_title{
    font-family: 'NanumSquare', serif;
    font-weight: 800;
    font-size: 20px;
    color: black;
    width: 28%;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
  }

  .loan_root_container{
    display: grid;
    width:72%;
    .loan_sub_container{
      display: flex;

      margin-bottom: 30px;
      .loan_sub_title{
        font-weight: 400;
        font-size: 16px;
        color: #999999;
        width: 120px;
        vertical-align: middle;

      }
      .loan_sub_title2{
        font-weight: 400;
        font-size: 16px;
        color: #999999;
        width: 80px;
        vertical-align: middle;

      }
      .loan_sub_content{
        font-weight: 700;
        font-size: 20px;
        color: black;
        white-space: nowrap;
        vertical-align: middle;
      }

    }
    .loan_sub_container:last-child{
      margin-bottom: 30px;

    }
  }

}

.loan_detail_container{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  background: white;
  
  /*background: #1a528f;*/

  .loan_detail_content{
    width: 33%;
    display: flex;
    background: white;
    margin-left: 5px;
    margin-right: 5px;
    .title{
      white-space: nowrap;
      font-weight: 700;
      font-size: 16px;
      color: black;
      vertical-align: middle;
    }
    .content{
      font-weight: 400;
      font-size: 16px;
      color: #999999;
      background: white;
      vertical-align: middle;
    }
  }
  .loan_detail_content_single{
    width: 100%;
    display: flex;
    background: white;
    .title{
      white-space: nowrap;
      font-weight: 700;
      font-size: 16px;
      color: black;
      vertical-align: middle;
    }
    .content{
      font-weight: 400;
      font-size: 16px;
      color: #999999;
      background: white;
      vertical-align: middle;
    }
  }

}

.notice_container{
  align-content: center;
  width: 1100px;
  color: #666666;
  margin: 0 auto;
  padding-bottom: 115px;
  padding-top: 55px;
  .notice_title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    vertical-align: middle;
  }

  .notice_content_container{
    font-weight: 400;
    display: flex;
    justify-content: space-between;

    .notice_content{
      width: 50%;
      font-size: 13px;
      line-height: 18px;
      vertical-align: middle;
    }
  }
}





