@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.main_section {
  margin-bottom: 230px;
}

.container {
  width: 1490px;
  height: auto;
  margin-left: 38px;
}

.m_sett_tit_cal {
  width: 100%;
  height: 98px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.m_sett_tit {
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.m_sett_tit>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

.m_sett_tit>p {
  color: #8D8D8D;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

/* ---------------------------------------------------------------- */
.settlement_infor_main {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 230px;
  display: flex;
  flex-direction: column;
}

/* ---------------------------------------------------------------- */
.settlement_infor_main_section {
  width: 800px;
  height: auto;
}

/* ---------------------------------------------------------------- */
.stlm_kind {
  width: 100%;
  height: auto;
}

.stlm_tit {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #E9E9E9;
}

.stlm_tit>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

ul.stlm_kind_chk {
  width: 100%;
  min-height: 30px;
  height: auto;
  margin-top: 20px;
}

ul.stlm_kind_chk>li {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 15px;
}

ul.stlm_kind_chk>li:first-child {
  margin-top: 0;
}

ul.stlm_kind_chk>li>i {
  font-size: 30px;
  color: #E6E6E6;
  cursor: pointer;
}

.stlm_kind_chk>li>i.active {
  color: #004225;
}

ul.stlm_kind_chk>li>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 15px;
}

/* ---------------------------------------------------------------- */
.account_infor {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

ul.account_infor_ip {
  width: 100%;
  height: 220px;
  margin-top: 20px;
}

ul.account_infor_ip>li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

ul.account_infor_ip>li:first-child {
  margin-top: 0;
}

.aii_tit {
  width: 150px;
  height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.aii_tit>span {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.aii_tit>p {
  color: #9C0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

ul.account_infor_ip>li>input {
  width: 574px;
  height: 36px;
  background: #fff;
  border: 1px solid #A7A7A7;
}

.file_add_section {
  width: 580px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file_add {
  width: 518px;
  height: 38px;
  background: #F5F5F0;
  border: 1px solid #a7a7a7;
  display: flex;
  align-items: center;
}

.file_add>p {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.file_trigger {
  width: 40px;
  height: 40px;
  background: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.file_trigger>i {
  font-size: 20px;
  color: #9C9C9C;
}

.file_trigger:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.file_trigger:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

/* ---------------------------------------------------------------- */
.personal_infor {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.personal_infor_main {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.pi_infor {
  width: 100%;
  height: 76px;
  border-top: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
  background: #fff;
  display: flex;
  align-items: center;
}

.pi_infor>p {
  color: #868686;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.165px;
  margin-left: 15px;
}

.hp_ip {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

.hp_ip_btn>button {
  width: 200px;
  height: 60px;
  background: #333;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp_ip_btn>button>p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.198px;
}

.hp_ip_btn>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

ul.pi_ip {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

ul.pi_ip>li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

ul.pi_ip>li:first-child {
  margin-top: 0;
}

ul.pi_ip>li>input {
  width: 574px;
  height: 36px;
  background: #fff;
  border: 1px solid #A7A7A7;
}

.rrn {
  width: 580px;
  height: 40px;
  display: flex;
  align-items: center;
}

.f_rrn {
  width: 244px;
  height: 36px;
  background: #fff;
  border: 1px solid #A7A7A7;
}

.rrn>p {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-left: 10px;
  margin-right: 10px;
}

.l_rrn {
  width: 296px;
  height: 36px;
  background: #fff;
  border: 1px solid #A7A7A7;
}


/* ---------------------------------------------------------------- */
.atos {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

ul.atos_main {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

ul.atos_main>li {
  width: 100%;
  height: 206px;
  margin-top: 40px;
}

ul.atos_main>li:first-child {
  margin-top: 0;
}

.atos_top {
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
}

.atos_top>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.atos_top>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 15px;
}

.atos_infor {
  width: 100%;
  height: 98px;
  border: 1px solid #A7A7A7;
  background: #fff;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.atos_infor>p {
  color: #868686;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 15px;
}

.margin {
  margin-top: 5px;
}

.ts_ment {
  width: 95.38%;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.ts_ment>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.jam_chk2 {
  width: 145px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.jam_chk2>p {
  margin-left: 15px;
}

.jam_chk1 {
  width: 95.38%;
  height: 40px;
  display: flex;
  align-items: center;
}

.jam_chk>i {
  font-size: 40px;
  color: #E4E4E4;
  cursor: pointer;
}

.jam_chk>i.active {
  color: #004225;
}

.jam_chk>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.jam_chk1>p {
  margin-left: 30px;
}

.check_box {
  height: 452px;
}

.jam_chk_point {
  width: 95.38%;
  height: 27px;
  display: flex;
  align-items: center;
}

.jam_chk_point>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.jam_chk_point>p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 15px;
}

/* ---------------------------------------------------------------- */
.save_btn {
  width: 100%;
  height: 60px;
  margin-top: 50px;
}

.save_btn>a>button {
  width: 200px;
  height: 60px;
  background: #10BD00;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.save_btn>a>button>p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.198px;
}

.save_btn>a>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
