@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");


/* 초기 설정 시작 */
body {
  width: 100%;
  max-width: 100vw;
  /* fallback */
  height: 100vh;
  overflow-x: hidden;
  /* 가로 스크롤 강제 숨김 */
  box-sizing: border-box;
}

/* 초기 마진 패딩 제거 */
section,
div,
dl,
dt,
dd,
figure,
figcaption,
details,
summary,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

section,
div {
  margin: auto;
}

dt,
dd,
li,
figcaption,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
em,
a {
  text-align: center;
  font-family: "Pretendard Variable", Pretendard;
}

*,
:after,
:before {
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-extralight {
  font-weight: 200;
}

.lh-1 {
  line-height: 1.1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.4;
}

.lh-5 {
  line-height: 1.5;
}

.lh-6 {
  line-height: 1.6;
}

em {
  font-style: normal;
}

/* 초기 설정 끝 */
#ssok-main {
  padding: 114px 0 0 0;
  scroll-behavior: smooth;
}

/* 헤더 시작*/
#ssok-header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  min-width: 1200px;
}

#ssok-header .header-top {
  width: 100%;
  min-width: 1200px;
  height: 34px;
  background-color: #3679FF;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25em 1em;
  gap: 1.25em;

  transition: all 0.3s ease;
  overflow: hidden;
}

/* 스크롤을 내렸을 때 header-top을 숨기는 스타일 */
#ssok-header .header-top.is-hidden {
  height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: none;
}

#ssok-header .header-nav-box {
  width: 100%;
  background-color: rgba(256, 256, 256, 0.9);
}

#ssok-header .header-nav {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  font-size: 18px;
  height: 80px;
  padding: 0px 15px;
}

#ssok-header .header-nav-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  gap: 86px;
}

#ssok-header .header-nav-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#ssok-header .ssok-logo {
  width: 95px;
  object-fit: contain;
}

#ssok-header .menu-list {
  display: flex;
  flex-direction: row;
  gap: 34px;
}

#ssok-header .menu-list li {
  color: #000000;

}

#ssok-header .menu-list li a {
  text-decoration: none;
  color: inherit;
}

#ssok-header .menu-list li a:hover {
  opacity: 0.6;
}


#ssok-header .header-contact-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  gap: 4px;
}

#ssok-header .header-contact-number img {
  height: 18px;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#ssok-header .header-contact-number .call-number a {
  text-decoration: none;
  color: #151E30;
}

/* 헤더 끝 */

/* 푸터 시작 */
#ssok-footer {
  padding: 70px 0 170px;
  background-color: #F8F8F8;
}

#ssok-footer .inner-container {
  width: 1044px;
}

/* 대출 이용 시 유의사항 시작*/
#ssok-footer .important-notes-on-loans p,
#ssok-footer .important-notes-on-loans li {
  text-align: left;
  color: #000;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

#ssok-footer .important-notes-on-loans ul {
  list-style: none;
  padding-left: 0px;
}

#ssok-footer .important-notes-on-loans li {
  position: relative;
  padding-left: 10px;
}

#ssok-footer .important-notes-on-loans li::before {
  content: "·";
  position: absolute;
  left: 0;
}

#ssok-footer .important-notes-on-loans .note-title {
  margin-bottom: 40px;
}

#ssok-footer .important-notes-on-loans .note-content {
  margin-bottom: 40px;
}

#ssok-footer .important-notes-on-loans-hr {
  margin: 48px 0 68px;
}

/* 대출 이용 시 유의사항 끝*/


/* 회사 정보 시작*/
#ssok-footer .logo-box {
  margin-bottom: 45px;
}

#ssok-footer .logo-box img {
  width: 147px;
  object-fit: contain;
}

.content-wrapper {
  color: #656565;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  margin: 0 0 34px 0;
}

.content-wrapper div {
  margin: 0;
}

.content-wrapper em {
  color: #000;
  font-size: 22px;
}

.content-wrapper p {
  text-align: left;
  display: inline-block;
  margin: 4px 0 4px 0;
}

.company-legal {}

.company-legal p {
  margin-right: 32px;
}

.company-info {}

.company-info p {
  margin-right: 16px;
}


#ssok-footer .document-group {
  font-size: 20px;
}

#ssok-footer .document-group a {
  color: #000000;
  text-decoration-line: none;
}

#ssok-footer .company-info-hr {
  margin: 24px 0 30px;
}

#ssok-footer .copyright {
  color: #1C1C3C;
  font-size: 20px;
}

#ssok-footer .copyright p {
  text-align: left;
}

/* 회사 정보 끝*/

/* 푸터 끝 */

.only-pc {
  display: block;
}

.only-mobile {
  display: none;
}



@media screen and (max-width: 768px) {
  /* 작업은 400px 기준 */

  .only-pc {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  #ssok-main {
    padding: min(20.75vw, 83px) 0 0 0;
  }

  /* 헤더 시작*/
  #ssok-header {
    width: 100%;
    min-width: 0;
  }

  #ssok-header .header-top {
    width: 100%;
    min-width: 0;
    height: min(7.5vw, 30px);
    background-color: #3679FF;
    color: #FFFFFF;
    font-size: min(2.75vw, 11px);
    letter-spacing: -0.02em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.63em 2.45em;
    gap: 0.81em;

    transition: all 0.3s ease;
    overflow: hidden;
  }

  #ssok-header .header-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    height: min(13.25vw, 53px);
    padding: 0px min(7.5vw, 30px);
  }

  #ssok-header .header-nav-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    gap: min(21.5vw, 86px);
  }

  #ssok-header .ssok-logo {
    width: min(21.25vw, 85px);
    object-fit: contain;
  }

  #ssok-header .menu-list {
    display: none;
  }


  #ssok-header .header-contact-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    gap: min(1vw, 4px);
  }

  #ssok-header .header-contact-number img {
    height: min(3.75vw, 15px);
    object-fit: contain;
  }

  #ssok-header .header-contact-number .call-number {
    color: #151E30;
    font-size: min(3.75vw, 15px);
    font-weight: 600;
  }

  #ssok-header .header-contact-number .call-number a {
    text-decoration: none;
    color: #151E30;
  }

  /* 헤더 끝 */

  /* 푸터 시작 */
  #ssok-footer {
    padding: min(7.5vw, 30px) 0 min(15vw, 60px) 0;
    background-color: #F8F8F8;
    /* border-top: min(0.063vw, 0.25px) solid #1C1C3C; */
  }

  #ssok-footer .inner-container {
    width: min(100vw, 400px);
    padding: 0 min(7.5vw, 30px) 0 min(10vw, 40px);
  }

  /* 대출 이용 시 유의사항 시작*/
  #ssok-footer .important-notes-on-loans p,
  #ssok-footer .important-notes-on-loans li {
    font-size: min(2.75vw, 11px);
  }

  #ssok-footer .important-notes-on-loans ul {
    list-style: none;
    padding-left: 0px;
  }

  #ssok-footer .important-notes-on-loans li {
    position: relative;
    padding-left: min(2.5vw, 10px);
  }

  #ssok-footer .important-notes-on-loans li::before {
    content: "·";
    position: absolute;
    left: 0;
  }

  #ssok-footer .important-notes-on-loans .note-title {
    margin-bottom: min(5vw, 20px);
  }

  #ssok-footer .important-notes-on-loans .note-content {
    margin-bottom: min(5vw, 20px);
  }

  #ssok-footer .important-notes-on-loans-hr {
    margin: min(5vw, 20px) 0 min(6vw, 30px);
    width: min(100vw, 400px);
    position: relative;
    left: calc(-1 * min(10vw, 40px));
  }

  /* 대출 이용 시 유의사항 끝*/

  /* 회사 정보 시작*/
  #ssok-footer .logo-box {
    margin-bottom: min(5vw, 20px);
  }

  #ssok-footer .logo-box img {
    width: min(18.5vw, 74px);
    object-fit: contain;
  }

  .content-wrapper {
    color: #656565;
    font-size: min(2.75vw, 11px);
    display: flex;
    flex-direction: column;
    margin: 0 0 min(4.25vw, 17px) 0;
  }

  .content-wrapper div {
    margin: 0;
  }

  .content-wrapper em {
    color: #000;
    font-size: min(2.75vw, 11px);
  }

  .content-wrapper p {
    text-align: left;
    display: inline-block;
    margin: min(1vw, 4px) 0 min(1vw, 4px) 0;
    letter-spacing: -0.02em;
  }

  .company-legal {}

  .company-legal p {
    margin-right: 0px;
  }

  .company-legal p:nth-child(1) {
    margin-right: min(3vw, 12px);
  }

  .company-info {}

  .company-info p {
    margin-right: min(3.5vw, 14px);
  }


  #ssok-footer .document-group {
    font-size: min(2.5vw, 10px);
  }

  #ssok-footer .document-group a {
    color: #000000;
    text-decoration-line: none;
  }

  #ssok-footer .company-info-hr {
    opacity: 0;
    margin: min(5vw, 20px) 0;
  }

  #ssok-footer .copyright {
    color: #656565;
    font-size: min(2.5vw, 10px);
    letter-spacing: -0.02em;
  }

  #ssok-footer .copyright p {
    text-align: left;
  }

  /* 회사 정보 끝*/

  /* 푸터 끝 */


}