@charset "UTF-8";
body body {
  font-family: Malgun Gothic, 맑은 고딕, -apple-system, BlinkMacSystemFont, HelveticaNeue-Regular, AppleSDGothicNeo-Regular, dotum, 돋움, sans-serif;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

a, abbr, acronym, address, applet, article, aside, audio, b, bdi, bdo, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, map, mark, menu, nav, object, ol, p, pre, q, rp, rt, ruby, s, samp, section, select, small, span, strike, strong, summary, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue-Regular, AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  border: 0;
  vertical-align: baseline;
}

input, select, textarea {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue-Regular, AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  padding: 0;
  margin: 0;
}

.blind {
  position: absolute !important;
  font-size: 0 !important;
  visibility: hidden !important;
}

.clear_float:after {
  display: block;
  clear: both;
  content: ".";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clear_float {
  zoom: 1;
}

legend, caption, hr {
  display: none;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

textarea {
  resize: none;
}

.main_nav {
  text-align: center;
  background: #edf1fa;
  padding: 70px 0 60px;
}
.main_nav h2 {
  width: 430px;
  height: 38px;
  margin: 0 auto;
  background: url(../images/2022renew/main_title.png) no-repeat;
  background-size: 426.5px 26.5px;
  text-indent: -9999px;
}
.main_nav p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #3A3D44;
}
.main_nav ul {
  display: inline-block;
  margin-top: 55px;
}
.main_nav ul li {
  float: left;
}
.main_nav ul li a .icon-box {
  width: 84px;
  height: 84px;
  padding: 17px;
  background: #fcfdfe;
  border: 1px solid #E2E6EF;
  border-radius: 10px;
}
.main_nav ul li a .icon-box .icon {
  display: block;
  width: 84px;
  height: 84px;
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
}
.main_nav ul li a .icon-box .icon1 {
  background-position: -5px -5px;
}
.main_nav ul li a .icon-box .icon2 {
  background-position: -99px -5px;
}
.main_nav ul li a .icon-box .icon3 {
  background-position: -5px -99px;
}
.main_nav ul li a .icon-box .icon4 {
  background-position: -102px -99px;
}
.main_nav ul li a .icon-box .icon5 {
  background-position: -202px -5px;
}
.main_nav ul li a .txt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #434756;
}
.main_nav ul li:not(:last-child) {
  margin-right: 40px;
}

.sub_nav {
  text-align: center;
  background: #edf1fa;
  padding: 70px 0 0;
}
.sub_nav p {
  width: 226px;
  height: 29px;
  margin: 0 auto 24px;
  background: url(../images/2022renew/main_sub_txt.png) no-repeat;
  background-size: 224.5px 24.5px;
  text-indent: -9999px;
}
.sub_nav ul.menu {
  display: table;
  margin: 0 auto;
}
.sub_nav ul.menu li {
  float: left;
  position: relative;
  width: 159px;
  padding: 14px 0;
  background: #fff;
}
.sub_nav ul.menu li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #888E9C;
}
.sub_nav ul.menu li:first-child {
  border-radius: 30px 0 0 30px;
}
.sub_nav ul.menu li:last-child {
  border-radius: 0 30px 30px 0;
}
.sub_nav ul.menu li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #e2e5ef;
}
.sub_nav ul.menu .on {
  background: #1B52ED;
}
.sub_nav ul.menu .on a {
  color: #ffffff;
}
.sub_nav ul.menu li:first-child:after, .sub_nav ul.menu .on:after {
  display: none;
}
.sub_nav ul.tab {
  display: table;
  margin: 40px auto 0;
}
.sub_nav ul.tab li {
  float: left;
  margin: 0 14px;
}
.sub_nav ul.tab li a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #505060;
}
.sub_nav ul.tab li .on {
  font-weight: 700;
  color: #1B52ED;
}
.sub_nav ul.tab li .on:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1B52ED;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main_cont {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 137px;
}
.main_cont .quick_menu {
  padding: 40px 0 36px;
  border-bottom: 1px solid #e3e4e7;
}
.main_cont .quick_menu h3 {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-right: 47px;
}
.main_cont .quick_menu ul {
  display: inline-block;
  vertical-align: bottom;
}
.main_cont .quick_menu ul li {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #333333;
  margin: 0 18px;
}
.main_cont .quick_menu ul li a:hover {
  text-decoration: underline;
}
.main_cont .sub_menu {
  float: left;
  width: calc(50% - 20px);
  padding: 36px 0 0;
}
.main_cont .sub_menu h3 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-right: 47px;
  padding-bottom: 10px;
}
.main_cont .sub_menu ul li {
  float: left;
  width: calc(50% - 5px);
  margin-top: 10px;
}
.main_cont .sub_menu ul li a {
  display: block;
  height: 46px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: -0.5px;
  color: #333333;
  background: #F2F4F7;
  border-radius: 10px;
  padding: 0 18px;
}
.main_cont .sub_menu ul li a span {
  display: block;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -298px -5px;
}
.main_cont .sub_menu ul li:nth-child(odd) {
  margin-right: 10px;
}
.main_cont .sub_menu + .sub_menu {
  margin-left: 40px;
}

.sub_cont {
  width: 896px;
  margin: 0 auto;
  padding: 66px 0 104px;
  position: relative;
}
.sub_cont h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: -1px;
  color: #282C36;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9EAED;
}
.sub_cont h3 span {
  font-size: 26px;
}

#container {
  overflow: hidden;
}

#wrap {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

/** skip navigation **/
.skip_navi {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1000;
}
.skip_navi a {
  position: absolute;
  top: -999px;
  white-space: nowrap;
}
.skip_navi a:focus {
  top: 0;
  color: #fff;
  font-size: 11px;
  background: #000;
  padding: 5px;
}

#header {
  width: 960px;
  height: 75px;
  margin: 0 auto;
  position: relative;
}
#header h1 {
  float: left;
}
#header h1 a {
  padding: 21px 0 22px;
  float: left;
}
#header h1 a span {
  display: block;
  height: 32px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.4px;
  color: #000000;
  line-height: 32px;
  overflow: hidden;
  cursor: pointer;
}
#header h1 a.logo {
  margin-right: 16px;
}
#header h1 a.logo span {
  width: 65px;
  text-indent: -999px;
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -243px -146.5px;
}
#header .gnb_wrap {
  height: 70px;
  float: right;
}
#header .gnb_wrap .gnb {
  position: relative;
}
#header .gnb_wrap .gnb .gnb_service, #header .gnb_wrap .gnb .gnb_login {
  float: left;
}
#header .gnb_wrap .gnb .gnb_service {
  padding-right: 8px;
}
#header .gnb_wrap .gnb .gnb_service li {
  float: left;
  margin: 0 4px;
}
#header .gnb_wrap .gnb .gnb_service li a {
  font-size: 11px;
  line-height: 70px;
  letter-spacing: -0.4px;
  color: #999999;
}
#header .gnb_wrap .gnb .gnb_login {
  position: relative;
  padding-left: 12px;
  vertical-align: top;
  font-size: 11px;
  line-height: 70px;
  letter-spacing: -0.4px;
  color: #000000;
}
#header .gnb_wrap .gnb .gnb_login::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  border-left: 1px solid #ddd;
}

#header .gnb_wrap .gnb .gnb_login a {
    display:block;
}

#footer {
  color: #727272;
  font-size: 11px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}
#footer ul {
  border-top: 1px solid #EEF1F7;
  border-bottom: 1px solid #EEF1F7;
  padding: 17px 0;
}
#footer ul li {
  display: inline-block;
  padding: 0 28px;
  position: relative;
}
#footer ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #808090;
  letter-spacing: -0.5px;
}
#footer ul .adr em {
  font-style: normal;
  letter-spacing: 0;
  padding-right: 1px;
}
#footer ul .adr a {
  font-family: Tahoma, Geneva, sans-serif;
  letter-spacing: 0;
}
#footer ul li + li:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e0e3ed;
}
#footer .phone_line {
  font-size: 12px;
  font-weight: 400;
  color: #9999A6;
  line-height: 16px;
  letter-spacing: -0.5px;
  margin-top: 24px;
}
#footer .phone_line strong {
  margin-right: 16px;
}
#footer .phone_line span {
  letter-spacing: -1px;
}

ul.list {
  display: block;
}
ul.list li {
  padding: 18px 0;
  border-bottom: 1px solid #E9EAED;
}
ul.list li span {
  display: inline-block;
  position: relative;
  width: 138px;
  padding-left: 34px;
  margin-right: 42px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #222222;
}
ul.list li span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -232px -103.5px;
}

ul.open li {
  padding-left: 24px;
}  

.paging_wrap {
  position: relative;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
}
.paging_wrap a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  color: #999999;
}
.paging_wrap a.as_is {
  color: #222222;
  font-weight: bold;
}
.paging_wrap a.btn {
  position: relative;
}
.paging_wrap a.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 10px;
  width: 9px;
  height: 14px;
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -297px -103.5px;
}
.paging_wrap a.btn.prev:after {
  background-position: -271px -103.5px;
}

.view {
  position: relative;
  padding: 34px 20px 44px 58px;
  background: #F8F8FA;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #424449;
  border-bottom: 1px solid #E3E4E7;
}
.view span.a_icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 24px;
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -202px -103.5px;
}

.page_preview {
  margin-top: 34px;
}
.page_preview li {
  padding: 10px 0;
}
.page_preview li .nav {
  width: 53px;
  display: inline-block;
  text-align: center;
  padding: 4px 0;
  background: #F1F1F3;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #505060;
  margin-right: 17px;
}
.page_preview li .category {
  margin-right: 6px;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.5px;
  color: #222222;
}
.page_preview li .tit {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.5px;
  color: #222222;
}
.page_preview li:first-child {
  border-bottom: 1px solid rgba(227, 228, 231, 0.7);
}

.list_btn_area {
  margin-top: 38px;
  text-align: right;
}
.list_btn_area a {
  display: inline-block;
  width: 95px;
  height: 35px;
  background: #222222;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 35px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.floating_btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  opacity: 0;
}
.floating_btn button {
  display: block;
  text-indent: -9999px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.06);
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -314px -5.5px;
  cursor: pointer;
}
.floating_btn.show {
  opacity: 1;
}
  
.floating_btn.stop {
  position: absolute;
  bottom: 144px;
}

.sub_cont h3 {
  position: relative;
}
.sub_cont .inner_tab {
  position: absolute;
  bottom: -1px;
  right: 0;
}
.sub_cont .inner_tab li {
  float: left;
  text-align: center;
  border: 1px solid #DDE1EB;
  margin-left: -1px;
}
.sub_cont .inner_tab li a {
  display: block;
  height: 37px;
  padding: 0 36px;
  font-weight: 700;
  font-size: 13px;
  line-height: 37px;
  letter-spacing: -0.5px;
  color: #9296A0;
}
.sub_cont .inner_tab li:not(:first-child) {
  border-left: 1px solid transparent;
}
.sub_cont .inner_tab li:first-child {
  border-radius: 10px 0 0 0;
}
.sub_cont .inner_tab li:last-child {
  border-radius: 0 10px 0 0;
}
.sub_cont .inner_tab li.on {
  background: #F7F9FF;
  border: 1px solid rgba(27, 82, 237, 0.5);
}
.sub_cont .inner_tab li.on a {
  color: #1B52ED;
}

.notice {
  width: 100%;
  margin: 44px 0 -20px;
  padding: 24px 0;
  text-align: center;
  background: #F6F7FA;
  border-radius: 4px;
}
.notice p {
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.5px;
  color: #32323C;
  margin-bottom: 10px;
}
.notice div {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #505060;
}

.form_wrap {
  padding: 54px 0 0;
}
.form_wrap .line {
  margin: 34px 0;
  padding-top: 54px;
  border-top: 1px solid rgba(227, 228, 231, 0.6);
}
.form_wrap .line p {
  position: relative;
  padding-left: 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #32323C;
}
.form_wrap .line p span {
  font-weight: 400;
}
.form_wrap .line p:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #32323C;
  border-radius: 30px;
}
.form_wrap .input_area {
  display: table;
  position: relative;
}
.form_wrap .input_area div {
  display: table-cell;
  vertical-align: top;
}
.form_wrap .input_area div .i_label {
  display: block;
  width: 106px;
  padding-top: 12px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #222222;
}
.form_wrap .input_area div .border_wrap {
  display: block;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.form_wrap .input_area div .border_wrap input, .form_wrap .input_area div .border_wrap .select {
  width: 100%;
  height: 40px;
  padding: 0 18px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #222222;
  border-radius: 4px;
  vertical-align: top;
}
.form_wrap .input_area div .border_wrap .select {
  width: calc(100% - 36px);
  display: inline-block;
  position: relative;
}
.form_wrap .input_area div .border_wrap .select .selected {
  display: block;
  width: 100%;
  line-height: 40px;
}
.form_wrap .input_area div .border_wrap .select .selected .selected-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form_wrap .input_area div .border_wrap .select ul {
  display: none;
  width: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  z-index: 9;
  cursor: pointer;
}
.form_wrap .input_area div .border_wrap .select ul li {
  padding: 11px 18px;
}
.form_wrap .input_area div .border_wrap .select ul li:hover {
  background: #F2F5FC;
}
.form_wrap .input_area div .border_wrap .select .bg_arrow {
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -203px -140px;
  cursor: pointer;
  z-index: 9;
}
.form_wrap .input_area div .border_wrap .select.active ul {
  display: initial;
}
.form_wrap .input_area div .border_wrap .select.active .bg_arrow {
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -232px -138px;
}
.form_wrap .input_area div .text_wrap {
  display: block;
  height: 150px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.form_wrap .input_area div .text_wrap textarea {
  width: calc(100% - 36px);
  height: 126px;
  padding: 12px 18px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #222222;
  border-radius: 4px;
  vertical-align: top;
}
.form_wrap .input_area div .file_wrap {
  position: relative;
}
.form_wrap .input_area div .file_wrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form_wrap .input_area div .file_wrap label {
  display: inline-block;
  padding: 9px 22px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #222222;
  border-radius: 4px;
  cursor: pointer;
}
.form_wrap .input_area div .file_wrap span {
  padding-left: 14px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #222222;
}
.form_wrap .input_area div .file_wrap span.nofile {
  text-decoration: none;
}
.form_wrap .input_area div .type01 {
  width: 788px;
}
.form_wrap .input_area div .type02 {
  width: 247px;
  margin-right: 8px;
}
.form_wrap .input_area div .type03 {
  height: 60px;
}
.form_wrap .input_area div .type03 input {
  height: 60px;
}
.form_wrap .input_area div:last-child .type02 {
  margin-right: 0;
}
.form_wrap .input_area .txt {
  width: 20px;
  height: 42px;
  padding-right: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.5px;
  color: #222222;
}
.form_wrap .input_area input {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
.form_wrap .input_area select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_wrap .input_area .ess {
  color: #FF0000;
}
.form_wrap .input_area + .input_area {
  margin-top: 18px;
}
.form_wrap .input_area + .remark {
  margin-bottom: 18px;
}
.form_wrap .remark {
  padding-left: 110px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #999999;
}
.form_wrap .agree_area {
  margin-top: 50px;
}
.form_wrap .agree_area .tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #222222;
}
.form_wrap .agree_area p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #999999;
}
.form_wrap .check_wrap {
  margin-top: 13px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #1B52ED;
}
.form_wrap .check_wrap input {
  display: none;
}
.form_wrap .check_wrap input + label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #c4c6cd;
  border-radius: 3px;
  background: #ffffff;
  text-indent: -9999px;
  line-height: 0;
}
.form_wrap .check_wrap input:checked + label {
  border: 1px solid #1b52ed;
  background: #1b52ed url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -198px -155px;
}
.form_wrap .check_wrap span {
  font-weight: 400;
  vertical-align: text-top;
  margin-left: 8px;
  color: #1b52ed;
}
.form_wrap .button_area {
  padding-top: 60px;
  text-align: center;
}
.form_wrap .button_area button {
  display: inline-block;
  width: 190px;
  height: 48px;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 4px;
  border: none;
  color: #fff;
  background: #ccc;
}
.form_wrap .button_area .btn_submit {
  background: #1b52ed;
}
.form_wrap .download {
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #32323C;
}
.form_wrap .download button {
  width: 90px;
  height: 30px;
  margin-left: 16px;
  background: #ffffff;
  border: 1px solid #808080;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #222222;
  cursor: pointer;
}
.form_wrap .download button i {
  display: inline-block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -259px -132px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

table {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 0px 0px;
  border-spacing: 0;
}
table tbody tr th {
  padding: 9px 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #505060;
  background: #ECEDF0;
}
table tbody tr td {
  padding: 18px 17px;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #505060;
  border-top: 1px solid #DDDDDD;
}
table tbody tr td a {
  display: inline-block;
  padding-top: 4px;
  font-weight: 700;
  text-decoration: underline;
}
table tbody tr th:not(:last-child), table tbody tr td:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
table tbody tr:first-child td, table tbody tr:nth-child(2) td {
  border-top: none;
}

.list_wrap + .form_wrap {
  border-top: 1px solid rgba(227, 228, 231, 0.6);
}

.sub_cont .list_tab {
  height: 42px;
  line-height: 42px;
  text-align: right;
  background: #F6F9FF;
  border-radius: 0px 0px 10px 10px;
}
.sub_cont .list_tab ul {
  display: inline-block;
  padding-right: 36px;
}
.sub_cont .list_tab ul li {
  float: left;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #5A5F6D;
}
.sub_cont .list_tab ul li + li {
  margin-left: 46px;
}
.sub_cont .list_tab ul li.on {
  position: relative;
  font-weight: 700;
  color: #222222;
}
.sub_cont .list_tab ul li.on:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  background: #1b52ed;
  border-radius: 30px;
}
.sub_cont .list_wrap {
  position: relative;
  margin-top: 54px;
  padding: 0 0 44px 18px;
}
.sub_cont .list_wrap .tit {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #32323C;
  margin-bottom: 8px;
}
.sub_cont .list_wrap .tit:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: -18px;
  background: #32323C;
  border-radius: 30px;
}
.sub_cont .list_wrap ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #505060;
}
.sub_cont .list_wrap ul li ul {
  padding-left: 20px;
}
.sub_cont .list_wrap ul li a {
  font-weight: 700;
  text-decoration: underline;
}
.sub_cont .list_wrap ul + ul {
  margin-top: 10px;
}
.sub_cont .list_wrap .sub_tit {
  margin: 30px 0 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #32323C;
}
.sub_cont .list_wrap .tit + .sub_tit {
  margin: 18px 0 8px;
}
.sub_cont .list_wrap .tit + .sub_txt + .sub_tit {
  margin: 18px 0 8px;
}
.sub_cont .list_wrap ul + .process_tit {
  margin: 24px 0 10px;
}
.sub_cont .list_wrap .sub_txt {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #505060;
}
.sub_cont .list_wrap ul + .sub_txt {
  margin-top: 20px;
}
.sub_cont .list_wrap .sub_txt + ul {
  margin-top: 10px;
}
.sub_cont .list_wrap .process_wrap {
  background: #F2F5FA;
  border-radius: 4px;
  padding: 14px 0;
  text-align: center;
}
.sub_cont .list_wrap .process_wrap div {
  display: inline-block;
}
.sub_cont .list_wrap .process_wrap div span {
  position: relative;
  padding-right: 42.5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #505060;
}
.sub_cont .list_wrap .process_wrap div span + span {
  padding-left: 42.5px;
}
.sub_cont .list_wrap .process_wrap div span + span:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/2022renew/spr_customer_renew.png) no-repeat;
  background-size: 370px 191.5px;
  background-position: -233px -161px;
}
.sub_cont .list_wrap table {
  margin-top: 20px;
  border-radius: 4px;
}
.sub_cont .list_tab + .list_wrap {
  margin-top: 44px;
}
.sub_cont .list_wrap + .list_wrap {
  padding-top: 44px;
  margin-top: 0;
  border-top: 1px solid rgba(227, 228, 231, 0.6);
}