@charset "UTF-8";
/* reset */
@import "https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans:400,700";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap";
.mPaging {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .mPaging {
    display: flex;
  }
}
.mPaging .pageNum {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.246px;
}

.mPaging .pageNum .currentPage {
  color: #436FE0;
}

.pageBtn {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.pageBtn li {
  display: inline-block;
  vertical-align: top;
}

.pageBtn li a {
  display: inline-block;
  padding: 11px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.pageBtn li.active {
  padding: 0;
}

.pageBtn li.active a {
  color: #436fe0;
}

.pageBtn .first {
  display: none;
}

.pageBtn .last {
  display: none;
}

.pageBtn .prev a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-right: 20px;
  padding: 0;
  background-image: url(/resources/img/common/m-ico-prevBtn.png);
  background-image: url(../../resources/img/common/m-ico-prevBtn.png);
  background-size: cover;
}

.pageBtn .next a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  background-image: url(/resources/img/common/m-ico-nextBtn.png);
  background-image: url(../../resources/img/common/m-ico-nextBtn.png);
  background-size: cover;
}

.pageBtn .state {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.pageBtn span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.download_btn {
  cursor: pointer;
}

.inputBox {
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
  vertical-align: middle;
}

.inputBox:focus-within {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.inputBox:focus-within input {
  flex: 1 0 0;
}

.inputBox:focus-within .clear {
  display: block;
}

.inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  outline: none;
  box-sizing: border-box;
}

.inputBox input:only-child {
  width: 315px;
}

.inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

.inputBox .clear {
  display: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: transparent url(../../resources/img/common/icon_lastRowDel.svg) center no-repeat;
}

.clear {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: transparent url(../../resources/img/common/icon_lastRowDel.svg) center no-repeat;
  cursor: pointer;
}

body.scrollStop {
  overflow: hidden;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal.on {
  display: block;
}

.addRows {
  cursor: pointer;
  display: inline-block;
  min-width: 50px;
  margin-bottom: 5px;
  padding: 0;
  border: 1px solid #436FE0;
  border-radius: 11px;
  color: #436FE0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.18px;
  text-align: center;
  vertical-align: top;
}

html {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  touch-action: pan-y;
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
}

body {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  touch-action: pan-y;
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
}

div {
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
}

ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
  list-style: none;
}

li {
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
}

figure {
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  color: #000;
  word-break: keep-all;
}

a {
  text-decoration: none;
  color: #000;
}

b {
  font-weight: bold;
}

button {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  border: 0;
}

input {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

optgroup {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

select {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

textarea::-webkit-input-placeholder {
  color: #aaa;
}

textarea::-ms-input-placeholder {
  color: #aaa;
}

textarea::-moz-placeholder {
  color: #aaa;
}

input[type=checkbox] {
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.d-mobile {
  display: none;
}

@media (max-width: 640px) {
  .d-mobile {
    display: block;
  }
}
.d-pc {
  display: block;
}

@media (max-width: 640px) {
  .d-pc {
    display: none;
  }
}
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}

.blind:before {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  content: " ";
}

legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}

legend:before {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  content: " ";
}

.center {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.popover_wrapper {
  margin: 0;
  display: inline-block;
}

.popover_wrapper:hover .popover_content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -120px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 30px;
  transform: translate(0, 10px);
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.popInfo h2 {
  font-size: 20px;
  font-weight: 600;
  color: #344454;
}

.popInfo p {
  color: #436fe0;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

#coverBG {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
}

.coverBG {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
}

#gnb_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border: 3px solid #fff;
}

*::-webkit-scrollbar-button:start:decrement {
  display: none;
}

*::-webkit-scrollbar-button:end:increment {
  display: none;
}

*::-webkit-scrollbar-track {
  opacity: 0;
}

*::-webkit-scrollbar-thumb {
  width: 110px;
  height: 110px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

#wraper .btn_tooltip1 {
  margin: 0 16px 0 -16px;
  display: block;
  width: 16px;
  height: 19px;
  background-color: transparent;
  background-image: url(/resources/img/board/icon-tooltip@2x.png);
  background-repeat: no-repeat;
  background-size: 16px 19px;
  background-position: 50% 50%;
  z-index: 2;
}

#wraper.renewal .btnContract {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border: 0;
  border-right: 1px solid #d0d5e8;
  box-sizing: border-box;
  background: #dde3f1;
}

#wraper.renewal .btnContract:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 15px;
  transform: translate(-50%, -50%);
  background: url(../../resources/img/board/icon-arrow-close.png) 50% 50% no-repeat;
  background-size: cover;
  content: "";
}

#wraper.renewal .titleTx {
  margin: 0;
  color: #000;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.31px;
  text-align: left;
}

#wraper.renewal .titleInfo {
  margin: 0;
  color: #000;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.31px;
}

#wraper.renewal .frontArea {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 55px 0 0 190px;
  background: #eef0f5;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 55px);
  padding: 0 0 0 190px;
  background: #eef0f5;
  box-sizing: border-box;
}

#wraper.renewal .frontArea .hello {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.215px;
  text-align: center;
  margin-top: 77px;
  margin-bottom: 20px;
}

#wraper.renewal .frontArea .frontBoxWrap {
  margin: 0 auto;
  max-width: 725px;
  background-color: #fff;
}

#wraper.renewal .frontArea .frontBoxWrap .frontHeader {
  padding: 23px 14px;
  height: 70px;
  box-sizing: border-box;
  position: relative;
  background-color: #436FE0;
}

#wraper.renewal .frontArea .frontBoxWrap .frontHeader span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
}

#wraper.renewal .frontArea .frontBoxWrap .frontHeader .closePop {
  position: absolute;
  right: 20px;
  top: 15px;
}

#wraper.renewal .frontArea .frontBoxWrap .frontBox {
  position: static;
  transform: none;
}

#wraper.renewal .frontArea .frontBoxWrap .frontBox .btnBox {
  margin: 0;
  padding: 20px;
}

#wraper.renewal .frontArea .frontBoxWrap .frontBox .btnBox a {
  padding: 30px 0 50px;
}

#wraper.renewal .frontArea .frontBox {
  position: absolute;
  top: 42%;
  left: 190px;
  right: 0;
  transform: translateY(-55%);
  text-align: center;
}

#wraper.renewal .frontArea .frontBox .btnBox {
  margin-top: 10px;
  font-size: 0;
}

#wraper.renewal .frontArea .frontBox .btnBox a {
  display: inline-block;
  width: 280px;
  margin: 0 10px;
  padding: 53px 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: middle;
}

#wraper.renewal .frontArea .frontBox .btnBox a:before {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-color: #000;
  content: "";
}

#wraper.renewal .frontArea .frontBox .btnBox a b {
  display: block;
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.31px;
}

#wraper.renewal .frontArea .frontBox .btnBox a em {
  display: block;
  max-width: 200px;
  height: 40px;
  margin: 5px auto 0;
  color: #999;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.22px;
  text-align: center;
}

#wraper.renewal .frontArea .frontBox .btnBox a em + span {
  margin-top: 10px;
}

#wraper.renewal .frontArea .frontBox .btnBox a span {
  display: inline-block;
  width: 65%;
  max-width: 184px;
  margin-top: 30px;
  border: 1px solid #436fe0;
  color: #436fe0;
  font-weight: 500;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: -0.23px;
}

#wraper.renewal .frontArea .frontBox .btnBox a.btnCorp:before {
  background: url(../../resources/img/board/icon-corp.png) no-repeat;
  background-size: cover;
}

#wraper.renewal .frontArea .frontBox .btnBox a.btnBrand:before {
  background: url(../../resources/img/board/icon-brand.png) no-repeat;
  background-size: cover;
}

#wraper.renewal .frontArea .frontBox .btnBox a.btnChange:before {
  background: url(../../resources/img/board/icon-change.png) no-repeat;
  background-size: cover;
}

#wraper.renewal .subArea {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 55px);
  padding: 0 0 0 190px;
  background: #eef0f5;
  box-sizing: border-box;
}

#wraper.renewal .subArea .subInner {
  position: relative;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  padding-top: 102px;
}

#wraper.renewal .subArea .subInner .pageDesc {
  padding-top: 11px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 33px;
}

#wraper.renewal .subArea .cost_sec {
  padding-bottom: 20px;
}

#wraper.renewal .subArea .cost_sec.ty_bg {
  padding: 0;
  background: #f5f6fa;
}

#wraper.renewal .subArea .inputArea {
  padding: 23px 0 24px;
  background: #f5f6fa;
  text-align: center;
}

#wraper.renewal .subArea .inputArea .box {
  display: block;
  height: 65px;
  margin: 0 auto;
}

#wraper.renewal .subArea .inputArea p {
  display: inline-block;
  max-width: 96px;
  width: 30%;
  color: #777;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
}

#wraper.renewal .subArea .inputArea .box2 p {
  max-width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

#wraper.renewal .subArea .inputArea .box2 input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  vertical-align: top;
}

#wraper.renewal .subArea .inputArea .box2 input[type=checkbox]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: "";
}

#wraper.renewal .subArea .inputArea .box2 input[type=checkbox]:checked:before {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .subArea .inputArea .inputBox {
  position: relative;
  display: inline-block;
  max-width: 318px;
  width: 65%;
  height: 40px;
  margin: 13px 0;
  box-sizing: border-box;
  vertical-align: middle;
}

#wraper.renewal .subArea .inputArea .inputBox:after {
  content: "ì›";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #676f79;
}

#wraper.renewal .subArea .inputArea .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 25px 5px 10px;
  border: 1px solid #dddee3;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-align: right;
  outline: none;
  box-sizing: border-box;
}

#wraper.renewal .subArea .inputArea.ty_mypage {
  margin-top: 20px;
  padding: 23px 10px 24px;
}

#wraper.renewal .subArea .inputArea.ty_mypage .inputInner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#wraper.renewal .subArea .inputArea.ty_mypage .inputBox:after {
  display: none;
}

#wraper.renewal .subArea .selectBox {
  position: relative;
  display: inline-block;
  max-width: 318px;
  width: 65%;
  height: 40px;
  vertical-align: middle;
}

#wraper.renewal .subArea .selectBox option[disabled] {
  display: none;
}

#wraper.renewal .subArea .selectBox:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

#wraper.renewal .subArea .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddee3;
  background-color: #fff;
  padding: 10px 35px 10px 10px;
  color: #999;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#wraper.renewal .subArea .selectBox + .hiddenForm {
  margin-top: 10px;
}

#wraper.renewal .subArea .selectBox.selectBox2::before {
  width: 24px;
  height: 24px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: url(../../resources/img/common/ico-sel2.svg) center no-repeat;
}

#wraper.renewal .subArea .search .selectBox:before {
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/icon_arrow_down_option.svg) center no-repeat;
  right: 5px;
  transform: translateY(-50%);
  margin: 0;
}

#wraper.renewal .subArea .search .searchBox .selectBox select {
  padding-right: 29px;
}

#wraper.renewal .subArea .mo-menu {
  display: none;
}

#wraper.renewal .subArea nav {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 280px;
  height: auto;
  background-color: #241866;
  z-index: 2;
}

#wraper.renewal .subArea nav * {
  box-sizing: border-box;
}

#wraper.renewal .subArea nav ul {
  overflow-y: auto;
  height: 100%;
  position: fixed;
  top: 260px;
}

#wraper.renewal .subArea nav li > a {
  position: relative;
  display: inline-block;
  padding: 15px 20px 16px;
  width: 100%;
  height: 100%;
  background-color: #241866;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  vertical-align: top;
}

#wraper.renewal .subArea nav li > a:hover {
  color: #fff !important;
  font-weight: bold;
}

#wraper.renewal .subArea nav li > a:focus {
  color: #fff !important;
  font-weight: bold;
}

#wraper.renewal .subArea nav li > a:before {
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #7856cd;
  content: "";
}

#wraper.renewal .subArea nav li > a .ico_nav {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  vertical-align: top;
}

#wraper.renewal .subArea nav li > a .ico_nav img {
  width: 100%;
  vertical-align: top;
}

#wraper.renewal .subArea nav li > a.active {
  color: #fff !important;
  font-weight: bold;
}

#wraper.renewal .subArea nav .depth2 {
  padding: 20px 0;
  background-color: #241866;
  position: relative;
  top: auto;
}

#wraper.renewal .subArea nav .depth2 a {
  padding: 0 20px;
  background-color: #241866;
  color: #c8c0f6;
  font-size: 15px;
  line-height: 40px;
}

#wraper.renewal .subArea nav .depth2 a:before {
  display: none;
}

#wraper.renewal .subArea .title {
  padding: 12px 0;
  color: #333;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.37px;
}

#wraper.renewal .subArea .tbBox table {
  width: 100%;
  border-collapse: collapse;
}

#wraper.renewal .subArea .tbBox table th {
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#wraper.renewal .subArea .tbBox table th span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #522bb1;
}

#wraper.renewal .subArea .tbBox table th span img {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
}

#wraper.renewal .subArea .tbBox table th span br {
  display: none;
}

#wraper.renewal .subArea .tbBox table th span.premium {
  color: #aa3eed;
}

#wraper.renewal .subArea .tbBox table td {
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  letter-spacing: -0.03em;
}

#wraper.renewal .subArea .tbBox table td .dashed {
  display: inline-block;
  width: 26px;
  height: 4px;
  background-color: #ddd;
  vertical-align: middle;
}

#wraper.renewal .subArea .tbBox table td .startBtn {
  display: inline-block;
  width: 150px;
  text-align: center;
  background-color: #241766;
  border-radius: 7px;
}

#wraper.renewal .subArea .tbBox table td .startBtn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

#wraper.renewal .subArea .tbBox table td .startBtn img {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  margin-left: 10px;
  transform: rotate(90deg);
  margin-right: -10px;
}

#wraper.renewal .subArea .tbBox table td p {
  font-size: 14px;
  color: #271585;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

#wraper.renewal .subArea .tbBox table td p span {
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

#wraper.renewal .subArea .tbBox table td br {
  display: none;
}

#wraper.renewal .subArea .tbBox p {
  font-size: 16px;
  color: #271585;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
  line-height: normal;
}

#wraper.renewal .subArea .btnBox {
  padding: 40px 0 20px 0;
  margin-bottom: 100px;
  text-align: center;
}

#wraper.renewal .subArea .btnBox li {
  display: inline-block;
  width: 40%;
  max-width: 184px;
  margin: 0 4px;
  vertical-align: top;
}

#wraper.renewal .subArea .btnBox li .text01 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

#wraper.renewal .subArea .btnBox li .text02 {
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  margin-top: 10px;
}

#wraper.renewal .subArea .btnBox li a {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #436fe0;
  border-radius: 25px;
  margin-top: 20px;
}

#wraper.renewal .subArea .request_titleBox .request_title {
  padding: 12px 0;
  color: #333;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.37px;
}

#wraper.renewal .subArea .request .request_textBox {
  margin-top: 10px;
  text-align: left;
}

#wraper.renewal .subArea .request .request_textBox .text01 {
  color: #436fe0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}

#wraper.renewal .subArea .request .request_textBox .text02 {
  color: #436fe0;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
}

#wraper.renewal .subArea .request .request_list {
  margin-top: 20px;
}

#wraper.renewal .subArea .request .request_list .scrollBox table {
  width: 100%;
  border-collapse: collapse;
}

#wraper.renewal .subArea .request .request_list .scrollBox table th {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #666;
  border-top: 2px solid #666;
  padding: 15px 0;
}

#wraper.renewal .subArea .request .request_list .scrollBox table td {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

#wraper.renewal .subArea .request .btn_list li {
  overflow: hidden;
  width: 100%;
  min-height: 65px;
  border-top: 1px solid #eef0f5;
  box-sizing: border-box;
  color: #333;
  font-size: 0;
}

#wraper.renewal .subArea .request .btn_list li:first-child {
  border-top: 0;
}

#wraper.renewal .subArea .request .btn_list li:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .subArea .request .btn_list li .text01 {
  display: inline-block;
  width: 185px;
  padding: 25px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.22px;
  vertical-align: middle;
}

#wraper.renewal .subArea .request .btn_list li .text02 {
  display: inline-block;
  padding: 25px 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.22px;
  vertical-align: middle;
}

#wraper.renewal .subArea .request .btn_list li input {
  display: none;
}

#wraper.renewal .subArea .request .btn_list li input + label {
  float: right;
  display: block;
  width: 120px;
  height: 34px;
  margin-top: 17px;
  border: 1px solid #436fe0;
  color: #436fe0;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

#wraper.renewal .subArea .request .btn_list li input:checked + label {
  background-color: #436fe0;
  color: #fff;
}

#wraper.renewal .subArea .request .formBox .btn_tooltip1 {
  margin: 0 16px 0 -16px;
  display: block;
  width: 16px;
  height: 19px;
  background-color: transparent;
  background-image: url(/resources/img/board/icon-tooltip@2x.png);
  background-repeat: no-repeat;
  background-size: 16px 19px;
  background-position: 50% 50%;
  z-index: 0;
}

#wraper.renewal .subArea .formBox {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #dddee3;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox.colorFormBox .form_table table th {
  color: #333 !important;
}

#wraper.renewal .subArea .formBox.colorFormBox table td {
  border-color: #d9d9d9;
}

#wraper.renewal .subArea .formBox.colorFormBox td {
  height: 60px !important;
}

#wraper.renewal .subArea .formBox.colorFormBox .fontBold td,
#wraper.renewal .subArea .formBox.colorFormBox .valueBold td:last-child {
  font-weight: 700;
}

#wraper.renewal .subArea .formBox.colorFormBox .valueBold td:first-child {
  background: #E8F2FC;
  color: #275788;
}

#wraper.renewal .subArea .formBox .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 80px 0;
}

#wraper.renewal .subArea .formBox .form_title span {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#wraper.renewal .subArea .formBox .form_title2 {
  margin-top: 1px;
  font-size: 13px;
  color: #999;
}

#wraper.renewal .subArea .formBox .form_subTitle {
  margin-top: 1px;
  color: #999;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.2px;
}

#wraper.renewal .subArea .formBox .form_subTitle_notice {
  margin-top: 10px;
  color: #436fe0;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.2px;
}

#wraper.renewal .subArea .formBox .form_subTitle_notice:first-child {
  margin: -10px 0 0;
}

#wraper.renewal .subArea .formBox .form_innerTitle {
  display: block;
  margin-top: 14px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.2px;
}

#wraper.renewal .subArea .formBox .form_table {
  width: 100%;
  padding: 20px 30px 20px 20px;
  border-top: 1px solid #dddee3;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .addRowsWrap {
  max-width: 523px;
  text-align: center;
}

#wraper.renewal .subArea .formBox .form_table .designThead {
  display: flex;
  align-items: center;
}

#wraper.renewal .subArea .formBox .form_table .designThead div {
  font-size: 14px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  height: auto;
  flex: 0 0 auto;
}

#wraper.renewal .subArea .formBox .form_table .designThead div:nth-child(1) {
  width: 140px;
  margin-right: 45px;
}

#wraper.renewal .subArea .formBox .form_table .designThead div:nth-child(2) {
  width: 315px;
}

#wraper.renewal .subArea .formBox .form_table .btnWrap {
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .subArea .btnWrap {
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .btn-fill {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  background: #436FE0;
  width: 184px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 450px;
  cursor: pointer;
}

#wraper.renewal .subArea .btn-fill {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  background: #436FE0;
  width: 184px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  max-width: 450px;
  cursor: pointer;
}

#wraper.renewal .subArea .form_table_simulation {
  text-align: center;
}

#wraper.renewal .subArea .form_table_simulation .btn-fill {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  background: #436FE0;
  width: 184px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 450px;
  cursor: pointer;
}

#wraper.renewal .subArea .formBox .form_table .btn-fill-so {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  background: #436FE0;
  width: 184px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 450px;
  cursor: pointer;
}

#wraper.renewal .subArea .formBox .form_table .btn-line {
  flex: 0 0 0;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #436FE0;
  background: #FFFFFF;
  letter-spacing: -0.185px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 500;
  width: 184px;
  max-width: 450px;
  cursor: pointer;
}

#wraper.renewal .subArea .btn-line {
  flex: 0 0 0;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #436FE0;
  background: #FFFFFF;
  letter-spacing: -0.185px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 500;
  width: 184px;
  max-width: 450px;
  cursor: pointer;
  margin: 10px;
}

@media (max-width: 1024px) {
  #wraper.renewal .subArea .formBox .form_table .btnWrap {
    padding: 0;
    padding-top: 20px !important;
  }
  #wraper.renewal .subArea .formBox .form_table .btn-fill {
    width: 150px;
  }
  #wraper.renewal .subArea .formBox .form_table .btn-line {
    width: 150px;
  }
  #wraper.renewal .subArea .btn-fill {
    width: 150px;
  }
  #wraper.renewal .subArea .btn-line {
    width: 150px;
  }
  #wraper.renewal .subArea .formBox .form_table .btn-fill-so {
    width: 150px;
  }
}
#wraper.renewal .subArea .formBox .form_table:only-child {
  border: 0 none;
}

#wraper.renewal .subArea .formBox .form_table table {
  width: 100%;
  border-collapse: collapse;
}

#wraper.renewal .subArea .formBox .form_table table.thinRow th {
  padding: 16px 0;
}

#wraper.renewal .subArea .formBox .form_table table tr {
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .subArea .formBox .form_table table tr:first-child {
  border: none;
}

#wraper.renewal .subArea .formBox .form_table table th {
  width: 170px;
  height: 65px;
  padding: 23px 0;
  box-sizing: border-box;
  color: #333;
  color: #777;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.22px;
  text-align: left;
  vertical-align: top;
}

#wraper.renewal .subArea .formBox .form_table table th.simulation {
  width: 188px;
}

#wraper.renewal .subArea .formBox .form_table table th span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: transparent;
  vertical-align: top;
}

#wraper.renewal .subArea .formBox .form_table table th span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ff5252;
  content: "";
}

#wraper.renewal .subArea .formBox .form_table table th .popover_wrapper span:before {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table table th input[type=checkbox] {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table table th input[type=checkbox] + label {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
  cursor: pointer;
}

#wraper.renewal .subArea .formBox .form_table table th input[type=checkbox]:checked + label {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .subArea .formBox .form_table table td {
  padding: 13px 0 13px 20px;
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.22px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table table td.sh_list {
  height: 65px !important;
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 40px;
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox:before {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/ico-date.png) no-repeat 0 0;
  background-size: 24px 24px;
  content: "";
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox:after {
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  background: #dddee3;
  content: "";
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 10px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox input:focus:after {
  background-color: #436fe0;
}

#wraper.renewal .subArea .formBox .form_table table td .dateBox img {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table table td p {
  margin-top: 10px;
  color: #436fe0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

#wraper.renewal .subArea .formBox .form_table table td > input[type=file] {
  font-size: 14px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd {
  padding: 0;
  height: auto;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap {
  display: flex;
  gap: 40px;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem {
  flex: 0 0 0;
  display: flex;
  align-items: center;
  padding: 16px 0;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .divTh {
  flex: 0 0 auto;
  width: 165px;
  margin-right: 20px;
  text-align: left;
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.215px;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .divTh.widthAuto {
  width: auto;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem input {
  width: 200px;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .inputBox {
  width: 200px;
}

#wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .selectBox {
  width: 200px;
}

#wraper.renewal .subArea .formBox .form_table a font {
  display: inline-block;
  padding: 0 8px;
  background: #436fe0;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.18px;
  vertical-align: top;
}

#wraper.renewal .subArea .formBox .form_table .item_list {
  width: 100%;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .item_list .item .detail .member_list li input[type=checkbox] {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list .item .detail .member_list li input[type=checkbox] + label {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
  cursor: pointer;
}

#wraper.renewal .subArea .formBox .form_table .item_list .item .detail .member_list li input[type=checkbox]:checked + label {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .subArea .formBox .form_table .item_list li {
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .subArea .formBox .form_table .item_list li:first-child {
  border-top: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .inputBox + .inputBox {
  margin-top: 10px;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .inputBox.ty_block {
  display: block;
  height: auto;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .inputBox.ty_block label {
  display: inline-block;
  margin-bottom: 8px;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .text {
  display: table-cell;
  width: 165px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 24px 0 10px;
  letter-spacing: -0.22px;
  text-align: left;
  vertical-align: top;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .text span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: transparent;
  vertical-align: top;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .text span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ff5252;
  content: "";
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .text .popover_wrapper span:before {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .text p {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #436fe0;
  margin-left: 10px;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .detail {
  display: table-cell;
  padding: 13px 0 13px 20px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.22px;
  vertical-align: top;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 40px;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox:before {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/ico-date.png) no-repeat 0 0;
  background-size: 24px 24px;
  content: "";
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox:after {
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  background: #dddee3;
  content: "";
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 10px;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox input:focus:after {
  background-color: #436fe0;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .dateBox img {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .member_list {
  width: 100%;
  min-height: 52px;
  padding: 0 10px 10px 0;
  border: 1px solid #dddee3;
  box-sizing: border-box;
  background-color: #f5f6fa;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .member_list li {
  margin: 10px 0 0 10px;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .member_list li span {
  display: inline-block;
  padding: 0 8px;
  background: #dcdee8;
  color: #333;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .member_list li .xBtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../resources/img/common/ico-login-close@2x.png) no-repeat 50% 50%;
  background-size: 24px 24px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .member_list li .xBtn img {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item .id_number + .id_number {
  margin-top: 0 !important;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .item p {
  margin-top: 10px;
  color: #436fe0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .xBtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../resources/img/common/ico-login-close@2x.png) no-repeat 50% 50%;
  background-size: 24px 24px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .xBtn img {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .addBtn {
  margin-top: 20px;
  text-align: right;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .addBtn a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #436fe0;
}

#wraper.renewal .subArea .formBox .form_table .item_list li .submit_btns {
  position: relative;
  display: inline-block;
  min-width: 180px;
  height: 46px;
  margin: 28px auto 40px;
  padding: 0 39px 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  background-color: #436fe0;
  background-image: url(../../resources/img/common/ico-down@2x.png);
  background-repeat: no-repeat;
  background-size: 25px 24px;
  background-position: 141px 50%;
  border: 0;
  text-align: center;
}

#wraper.renewal .subArea .formBox .form_table .item_list li.multi .item {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .subArea .formBox .form_table .item_list li.multi .item:first-child {
  border-top: none;
}

#wraper.renewal .subArea .formBox .form_table .item_list li.reg_btn {
  border-top: 1px solid #eef0f5;
  text-align: center;
}

#wraper.renewal .subArea .formBox .form_table .inpurRow {
  display: inline-block;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .inpurRow > span {
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .inputBox {
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .inputBox.purpose {
  max-width: 100%;
}

#wraper.renewal .subArea .formBox .form_table .inputBox:focus-within {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#wraper.renewal .subArea .formBox .form_table .inputBox:focus-within input {
  flex: 1 0 0;
}

#wraper.renewal .subArea .formBox .form_table .inputBox:focus-within .clear {
  display: block;
}

#wraper.renewal .subArea .formBox .form_table .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  background-color: #fff;
  outline: none;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .inputBox input:only-child {
  width: 315px;
}

#wraper.renewal .subArea .formBox .form_table .inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox .form_table .inputBox .clear {
  display: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: transparent url(../../resources/img/common/icon_lastRowDel.svg) center no-repeat;
}

#wraper.renewal .subArea .formBox .form_table .inputBox.address {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 8px;
  padding-right: 0;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .inputBox.address a {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}

#wraper.renewal .subArea .formBox .form_table .inputBox.address.ty_btn {
  padding-right: 77px;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder {
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
  vertical-align: middle;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder:focus-within {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder:focus-within input {
  flex: 1 0 0;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder:focus-within .clear {
  display: block;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  outline: none;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder input:only-child {
  width: 315px;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder .clear {
  display: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: transparent url(../../resources/img/common/icon_lastRowDel.svg) center no-repeat;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder.address {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 8px;
  padding-right: 0;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder.address a {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}

#wraper.renewal .subArea .formBox .form_table .inputBox_stockholder.address.ty_btn {
  padding-right: 77px;
}

#wraper.renewal .subArea .formBox .form_table .table_title {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  text-decoration: underline;
  margin-bottom: 50px;
}

#wraper.renewal .subArea .formBox .form_table .choiceBox {
  margin: 20px 0;
}

#wraper.renewal .subArea .formBox .form_table .choiceBox:first-child {
  margin-top: 0;
}

#wraper.renewal .subArea .formBox .form_table .choiceBox input[type=radio] {
  display: none;
}

#wraper.renewal .subArea .formBox .form_table .choiceBox input[type=radio] + label {
  display: inline-block;
  margin-right: 20px;
  padding-left: 28px;
  background-image: url(/resources/img/common/ico-rdo-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

#wraper.renewal .subArea .formBox .form_table .choiceBox input[type=radio]:checked + label {
  background-image: url(/resources/img/common/ico-rdo-on@2x.png);
}

#wraper.renewal .subArea .formBox .selectBox {
  position: relative;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .selectBox .selectBtn {
  display: none;
}

#wraper.renewal .subArea .formBox .selectBox .selectBtn + label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  box-sizing: border-box;
  cursor: pointer;
}

#wraper.renewal .subArea .formBox .selectBox .selectBtn + label:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
  z-index: 1;
}

#wraper.renewal .subArea .formBox .selectBox .selectBtn:checked + label:after {
  top: 17px;
  transform: rotate(-45deg);
}

#wraper.renewal .subArea .formBox .selectBox .selectBtn:checked + label + .dropBox {
  display: block !important;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox {
  display: none;
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox .inputBox {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox .inputBox .search_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox .inputBox .search_btn img {
  width: 20px;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox ul {
  margin-top: 20px;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox ul li:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .subArea .formBox .selectBox .dropBox ul li a {
  float: right;
}

#wraper.renewal .subArea .formBox .fileBox {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  padding-right: 80px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #dddee3;
  background-color: #fff;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .fileBox button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 78px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  line-height: 1;
}

#wraper.renewal .subArea .formBox .textArea {
  width: 100%;
  height: 135px;
  box-sizing: border-box;
  overflow-y: auto;
}

#wraper.renewal .subArea .formBox .textArea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  color: #333;
  border: 1px solid #dddee3;
  background-color: #fff;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .textArea textarea:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .subArea .formBox .textArea p {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

#wraper.renewal .subArea .formBox .textArea p:last-child {
  border-bottom: none;
}

#wraper.renewal .subArea .formBox .textArea p span {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-right: 10px;
}

#wraper.renewal .subArea .formBox .textArea p input {
  display: inline-block;
  width: 800px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .subArea .formBox .textArea .ty_tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 0;
}

#wraper.renewal .subArea .formBox .textArea .ty_tbl span {
  display: table-cell;
  width: 100px;
  padding-right: 10px;
  margin: 0;
  font-size: 14px;
}

#wraper.renewal .subArea .formBox .textArea .ty_tbl input {
  display: table-cell;
  width: calc(100% - 100px);
}

#wraper.renewal .subArea .formBox .textArea ul {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .textArea ul li {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}

#wraper.renewal .subArea .formBox .textArea1 {
  width: 100%;
  height: 80px;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  overflow-y: auto;
}

#wraper.renewal .subArea .formBox .textArea1 textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .textArea1 p {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

#wraper.renewal .subArea .formBox .textArea1 p:last-child {
  border-bottom: none;
}

#wraper.renewal .subArea .formBox .textArea1 p span {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-right: 10px;
}

#wraper.renewal .subArea .formBox .textArea1 p input {
  display: inline-block;
  width: 800px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .subArea .formBox .textArea1 ul {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .subArea .formBox .textArea1 ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}

#wraper.renewal .subArea .formBox .inputBtn {
  margin-top: 20px;
  text-align: center;
}

#wraper.renewal .subArea .formBox .inputBtn a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #436fe0;
}

#wraper.renewal .subArea .formBox .form_table._toggle_cont .left {
  width: 34px;
}

#wraper.renewal .subArea .checkBox {
  margin-top: 50px;
  text-align: center;
}

#wraper.renewal .subArea .checkBox input {
  display: none;
}

#wraper.renewal .subArea .checkBox input + label {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

#wraper.renewal .subArea .checkBox input:checked + label {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .subArea .checkBox p {
  margin-top: 10px;
  color: #436fe0;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
}

#wraper.renewal .subArea .checkBox.ty_sm {
  margin: 10px 0 0;
  text-align: left;
}

#wraper.renewal .subArea .checkBox.ty_sm input + label {
  display: inline-block;
  padding-left: 23px;
  background-image: url(/resources/img/common/ico-check-sm-off@2x.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  color: #555;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
}

#wraper.renewal .subArea .checkBox.ty_sm input:checked + label {
  background-image: url(/resources/img/common/ico-check-sm-on@2x.png);
}

#wraper.renewal .subArea .submit_btn {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #436fe0;
  background-color: #436fe0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

#wraper.renewal .subArea .submit_btn.new_style {
  color: #436fe0;
  background-color: #fff;
  border: 1px solid #436fe0 !important;
}

#wraper.renewal .subArea .submit_btns {
  position: relative;
  display: block;
  min-width: 180px;
  height: 46px;
  margin: 28px auto 40px;
  padding: 0 39px 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  background-color: #436fe0;
  background-image: url(../../resources/img/common/ico-down@2x.png);
  background-repeat: no-repeat;
  background-size: 25px 24px;
  background-position: 141px 50%;
  border: 0;
  text-align: center;
}

#wraper.renewal .admArea {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 55px);
  padding: 0 0 0 190px;
  background: #eef0f5;
  box-sizing: border-box;
}

#wraper.renewal .admArea .formBox .textArea {
  width: 100%;
  height: 135px;
  box-sizing: border-box;
  overflow-y: auto;
}

#wraper.renewal .admArea .formBox .textArea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

#wraper.renewal .admArea .formBox .textArea textarea:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .admArea .formBox .textArea p {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

#wraper.renewal .admArea .formBox .textArea p:last-child {
  border-bottom: none;
}

#wraper.renewal .admArea .formBox .textArea p span {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-right: 10px;
}

#wraper.renewal .admArea .formBox .textArea p input {
  display: inline-block;
  width: 800px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .admArea .formBox .textArea .ty_tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 0;
}

#wraper.renewal .admArea .formBox .textArea .ty_tbl span {
  display: table-cell;
  width: 100px;
  padding-right: 10px;
  margin: 0;
  font-size: 14px;
}

#wraper.renewal .admArea .formBox .textArea .ty_tbl input {
  display: table-cell;
  width: calc(100% - 100px);
}

#wraper.renewal .admArea .formBox .textArea ul {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .admArea .formBox .textArea ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}

#wraper.renewal .admArea .itemArea {
  position: relative;
}

#wraper.renewal .admArea .itemArea .itemBox {
  margin-top: 10px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts {
  border-top: 1px solid #ddd;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .fileBox .download {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 88px;
  background-color: #656e83;
  border: 1px solid #656e83;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .fileBox2 .fileBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 88px;
  background-color: #656e83;
  border: 1px solid #656e83;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .conts_subTitle {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .state {
  display: none;
  margin-left: 10px;
  color: #df3b5d;
  font-size: 12px;
  line-height: 40px;
  white-space: nowrap;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .inputBox .datepicker + img {
  display: none;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  margin-bottom: 0;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle:before {
  top: 15px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .title_inputBox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .title_inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  outline: none;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .title_inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .send_btn {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-top: 0;
}

#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .state {
  display: none;
  float: none;
  vertical-align: middle;
  margin-top: 0;
}

#wraper.renewal .admArea .itemArea .itemBox .btnBox2 {
  margin-top: 20px;
  text-align: center;
}

#wraper.renewal .admArea .itemArea .itemBox .btnBox2 a {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #241766;
  text-align: center;
  border: 1px solid #241766;
  box-sizing: border-box;
  margin: 0 5px;
}

#wraper.renewal .admArea .itemArea .itemBox .btnBox2 a.save {
  color: #fff;
  background-color: #241766;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result {
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .result_title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .result_title span {
  font-weight: normal;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .tbBox table.tb01 th:nth-child(1) {
  width: 51px !important;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .tbBox table.tb01 th:nth-child(2) {
  width: 51px !important;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .tbBox table.tb01 th:nth-child(3) {
  width: 80px !important;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .tbBox table.tb01 th:nth-child(4) {
  width: 65% !important;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .selectBox {
  position: relative;
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 40px 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  background-color: transparent;
  outline: none;
  background-color: #fff;
  background-image: url(../../resources/img/arrow_down.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete {
  overflow: hidden;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box {
  float: left;
  width: 45%;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .result_title:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .result_title .all_del {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #df3b5d;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box:last-child {
  float: right;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .list {
  width: 100%;
  height: 260px;
  border: 1px solid #ddd;
  padding: 5px 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .list a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .list a:hover {
  color: #fff;
  background-color: #333;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .list a.active {
  color: #fff;
  background-color: #333;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn {
  float: left;
  width: 10%;
  padding: 120px 10px 0;
  box-sizing: border-box;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a {
  display: block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #241766;
  text-align: center;
  border: 1px solid #241766;
  box-sizing: border-box;
  margin: 0 auto;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a:hover {
  color: #fff;
  background-color: #241766;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a.del {
  color: #df3b5d;
  border-color: #df3b5d;
  margin-top: 10px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a.del:hover {
  color: #fff;
  background-color: #df3b5d;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .totalBox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .totalBox span {
  margin-left: 20px;
}

#wraper.renewal .admArea .itemArea .itemBox .item_result .notice {
  font-size: 14px;
  color: #df3b5d;
  margin-top: 10px;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 15px;
  box-sizing: border-box;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 td {
  font-size: 14px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  background-color: #fff;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 td input {
  display: none;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 td input + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../resources/img/icon_check_off.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 td input:checked + label {
  background-image: url(../../resources/img/icon_check_on.png);
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 td .btn {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #241766;
  text-align: center;
  border: 1px solid #241766;
  box-sizing: border-box;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb01 td .btn:hover {
  color: #fff;
  background-color: #241766;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb02 th {
  width: 25%;
  font-size: 13px;
  color: #333;
  background-color: #f5f2fe;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb02 td {
  width: 25%;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb02 td input {
  width: 100%;
  padding: 0;
}

#wraper.renewal .admArea .itemArea .itemBox .tbBox table.tb02 tr.tb_title td {
  width: 50%;
  background-color: #f5f2fe;
  padding: 17px 0;
}

#wraper.renewal .admArea .my_tab.admTabBox {
  margin-bottom: 20px;
  text-align: center;
}

#wraper.renewal .admArea .my_tab.admTabBox a {
  display: inline-block;
  width: 119px;
  height: 40px;
  margin: -1px 0 0 -1px;
  padding: 0;
  border: 1px solid #dddee3;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
}

#wraper.renewal .admArea .my_tab.admTabBox a.active {
  background-color: #436fe0;
  color: #fff;
}

#wraper.renewal .admArea .flex {
  margin: 60px 0;
  text-align: center;
}

#wraper.renewal .admArea .save_btn {
  display: inline-block;
  width: 184px;
  height: 56px;
  margin: 0 4px;
  color: #fff;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  background-color: #436fe0;
  font-weight: 500;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  vertical-align: top;
}

#wraper.renewal .admArea .save_btn.new_style {
  background-color: #fff;
  color: #436fe0;
}

#wraper.renewal .admArea .innerBox .searchBox .searchBtn {
  margin-top: 20px;
  text-align: center;
}

#wraper.renewal .admArea .innerBox .searchBox .searchBtn .btn {
  display: inline-block;
  width: 119px;
  height: 40px;
  margin: -1px 0 0 -1px;
  border: 1px solid #dddee3;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
}

#wraper.renewal .admArea .innerBox .searchBox .searchBtn .btn:hover {
  background-color: #436fe0;
  color: #fff;
}

#wraper.renewal .admArea .innerBox .searchBox .searchBtn .btn:focus {
  background-color: #436fe0;
  color: #fff;
}

#wraper.renewal .admArea .innerBox .searchBox .searchBtn .btn:active {
  background-color: #436fe0;
  color: #fff;
}

#wraper.renewal .admArea .innerBox .btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  background-color: #436fe0;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .admArea .innerBox .m_block .btn.btn_delete {
  float: right;
  border-color: #dddee3;
  background-color: #fff;
  color: #333;
}

#wraper.renewal .admArea .adm_process {
  margin: 0 -5px;
}

#wraper.renewal .admArea .adm_process_list {
  width: 100%;
  font-size: 0;
}

#wraper.renewal .admArea .adm_process_list li {
  display: inline-block;
  width: 16.66%;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}

#wraper.renewal .admArea .adm_process_list .adm_process_item {
  padding: 15px 0;
  background-color: #f5f6fa;
  text-align: center;
}

#wraper.renewal .admArea .adm_process_list .item_tit {
  display: block;
  height: 44px;
  color: #777;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.23px;
}

#wraper.renewal .admArea .adm_process_list p {
  overflow: hidden;
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wraper.renewal .admArea .multiItemBox {
  display: table;
  margin: 0 -5px;
  table-layout: fixed;
}

#wraper.renewal .admArea .multiItem {
  display: table-cell;
  position: relative;
  padding: 1px 6px;
}

#wraper.renewal .admArea .multiItem .subTitleBox {
  border-width: 0;
}

#wraper.renewal .admArea .multiItem .subTitleBox:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddee3;
  z-index: 1;
  content: "";
}

#wraper.renewal .admArea .multiItem .innerBox {
  border-width: 0;
}

#wraper.renewal .admArea .multiItem:before {
  position: absolute;
  top: 10px;
  left: 5px;
  bottom: 0;
  right: 5px;
  border: 1px solid #dddee3;
  background-color: #fff;
  content: "";
}

#wraper.renewal .admArea .multiInner {
  padding: 0 5px;
}

#wraper.renewal .admArea .searchBox {
  overflow: hidden;
  font-size: 0;
}

#wraper.renewal .admArea .searchBox .selectBox {
  float: left;
  width: 120px;
  height: 40px;
  margin-right: 8px;
  border: 1px solid #dddee3;
  box-sizing: border-box;
  background-image: url(/resources/img/common/ico-arrow-down.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
}

#wraper.renewal .admArea .searchBox .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .admArea .searchBox .inputBox {
  display: inline-block;
  width: 400px;
  height: 40px;
  vertical-align: middle;
}

#wraper.renewal .admArea .searchBox .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #dddee3;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  outline: none;
}

#wraper.renewal .admArea .searchBox .inputBox + .btn {
  margin-left: -1px;
}

#wraper.renewal .admArea .searchBox .btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  background-color: #436fe0;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .admArea .searchBox .btn.btn_delete {
  float: right;
  border-color: #dddee3;
  background-color: #fff;
  color: #333;
}

#wraper.renewal .admArea .searchBox .btn.btn_delete.ac {
  color: #436FE0;
  font-weight: 700;
}

#wraper.renewal .admArea .adm_list_box {
  display: table;
  margin: 0 -20px;
  table-layout: fixed;
}

#wraper.renewal .admArea .adm_list_box .adm_list {
  display: table-cell;
}

#wraper.renewal .admArea .adm_list_box .adm_list ul {
  padding: 0 20px;
}

#wraper.renewal .admArea .adm_list_box .adm_list li {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 42px;
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .admArea .adm_list_box .adm_list li:first-child {
  border-top: 0;
}

#wraper.renewal .admArea .adm_list_box .adm_list .adm_list_tit {
  display: table-cell;
  color: #777;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.23px;
  vertical-align: middle;
}

#wraper.renewal .admArea .adm_list_box .adm_list .adm_list_desc {
  display: table-cell;
  position: relative;
  padding-right: 27px;
  line-height: 29px;
  text-align: right;
  vertical-align: middle;
}

#wraper.renewal .admArea .adm_list_box .adm_list .adm_list_desc:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 1;
  content: "건";
}

#wraper.renewal .admArea .adm_list_box .adm_list .adm_list_desc .country {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  vertical-align: 0;
}

#wraper.renewal .admArea .adm_list_box .adm_list + .adm_list {
  border-left: 1px solid #dddee3;
}

#wraper.renewal .admArea .adm_list table {
  width: 100%;
  border-collapse: collapse;
}

#wraper.renewal .admArea .adm_list table th {
  width: 30px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f7f7f7;
  padding: 10px 0;
  border: 1px solid #ddd;
}

#wraper.renewal .admArea .adm_list table th:first-child {
  border-left: none;
}

#wraper.renewal .admArea .adm_list table th:last-child {
  border-right: none;
}

#wraper.renewal .admArea .adm_list table td {
  font-size: 12px;
  text-align: center;
  padding: 15px 5px;
  border: 1px solid #ddd;
}

#wraper.renewal .admArea .adm_list table td p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#wraper.renewal .admArea .adm_list table td:first-child {
  border-left: none;
}

#wraper.renewal .admArea .adm_list table td:last-child {
  border-right: none;
}

#wraper.renewal .admArea.mypage .center {
  width: auto;
  padding: 0 8px;
}

#wraper.renewal .admArea.ty_home .center {
  width: auto;
  padding: 0 8px;
}

#wraper.renewal .admArea.ty_home .subTitleBox {
  padding-right: 20px;
}

#wraper.renewal .admArea.request .center {
  width: auto;
  padding: 0 8px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_title {
  padding: 23px 40px 23px 20px;
  border-bottom: 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_title ._toggle_btn {
  top: 23px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts {
  border-top: 1px solid #dddee3;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox + .multi_inputBox.email .inputBox input[type=text] {
  width: calc((100% - 240px) / 2);
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox .textArea {
  margin: 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.email.ty3 .inputBox input[type=text] {
  width: calc((100% - 20px) / 2);
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .selectBox {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 318px;
  height: 40px;
  vertical-align: top;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox input[type=text] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 318px;
  height: 40px;
  vertical-align: top;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox input[type=number] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 318px;
  height: 40px;
  vertical-align: top;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.address {
  padding: 10px 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.address input {
  max-width: 100%;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.address input + input {
  margin-top: 8px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title {
  margin-bottom: 15px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox {
  border-top: 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox input[type=text] {
  max-width: 100%;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox input[type=number] {
  max-width: 100%;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox .radioBox {
  margin-top: 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox .radioBox label {
  width: auto;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox label {
  width: 200px;
  margin: 0 10px 8px 0;
  box-sizing: border-box;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .downloadBtn {
  display: inline-block;
  margin-top: 8px;
  padding: 0 8px;
  background: #EFEFEF;
  color: #333;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.18px;
  vertical-align: top;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle {
  position: relative;
  padding-left: 15px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle.ty_nodot {
  display: block;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle.ty_nodot .title_inputBox {
  width: 100%;
  margin: 5px 0 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle.ty_nodot:before {
  display: none;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle.ty_nodot + .conts_subTitle {
  margin-left: 50px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_subTitle.ty_nodot + .conts_subTitle.ty_nodot {
  margin-left: 0;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts button {
  padding: 0;
  background: transparent;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts button font {
  display: inline-block;
  margin-top: 8px;
  padding: 0 8px;
  background: #436fe0;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.18px;
  vertical-align: top;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts a font {
  display: inline-block;
  margin-top: 8px;
  padding: 0 8px;
  background: #436fe0;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.18px;
  vertical-align: top;
}

#wraper.renewal .admArea.request .itemArea .itemBox .item_conts.ty2 {
  padding: 31px 20px;
}

#wraper.renewal .admArea.request .itemArea .itemBox .tbBox table.tb01 th:nth-child(1) {
  width: 71px !important;
}

#wraper.renewal .admArea.request .itemArea .itemBox .tbBox table.tb01 th:nth-child(2) {
  width: 51px !important;
}

#wraper.renewal .admArea.request .itemArea .itemBox .tbBox table.tb01 th:nth-child(3) {
  width: 80px !important;
}

#wraper.renewal .admArea.request .itemArea .itemBox .tbBox table.tb01 th:nth-child(4) {
  width: 65% !important;
}

#wraper.renewal .admArea.request .itemArea .itemBox .tbBox table.tb01 th:nth-child(5) {
  width: 80px !important;
}

#wraper.renewal .admArea.request .multi_inputBox {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .admArea.request .multi_inputBox:first-child {
  border-top: 0;
}

#wraper.renewal .admArea.request .multi_inputBox .tit {
  display: table-cell;
  width: 165px;
  height: 65px;
  padding: 23px 0;
  box-sizing: border-box;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.22px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}

#wraper.renewal .admArea.request .multi_inputBox .tit.ty2 {
  width: 260px;
}

#wraper.renewal .admArea.request .multi_inputBox .inputBox {
  display: table-cell;
  vertical-align: middle;
}

#wraper.renewal .admArea.request .multi_inputBox .inputBox .dateBox img {
  display: none;
}

#wraper.renewal .admArea.request .multi_inputBox .dateBox {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 318px;
  height: 40px;
  vertical-align: top;
  width: calc(100% - 190px);
  margin-right: 10px;
}

#wraper.renewal .admArea.request .multi_inputBox .dateBox:before {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/ico-date.png) no-repeat 0 0;
  background-size: 24px 24px;
  z-index: 1;
  content: "";
}

#wraper.renewal .admArea.request .multi_inputBox .dateBox:after {
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  background: #dddee3;
  content: "";
}

#wraper.renewal .admArea.request .multi_inputBox .dateBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 10px;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

#wraper.renewal .admArea.request .multi_inputBox .dateBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .admArea.request .multi_inputBox .dateBox input:focus:after {
  background-color: #436fe0;
}

#wraper.renewal .admArea.request .multi_inputBox .send_btn {
  display: inline-block;
  width: 170px;
  height: 40px;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  color: #436fe0;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: -0.05em;
  text-align: center;
  vertical-align: top;
}

#wraper.renewal .admArea.request .multi_inputBox .send_btn:hover {
  color: #fff;
  background-color: #436fe0;
}

#wraper.renewal .admArea.request .multi_inputBox.in_lb + .multi_inputBox.email {
  margin: 10px 0 0;
  border-top: 0;
}

#wraper.renewal .admArea.request .multi_inputBox.in_lb + .multi_inputBox.email .inputBox {
  width: 100%;
  padding: 0;
}

#wraper.renewal .admArea.request .multi_inputBox.in_lb > div + div {
  margin-top: 10px;
}

#wraper.renewal .admArea.request .multi_inputBox.email.in_lb {
  display: block;
}

#wraper.renewal .admArea.request .multi_inputBox.email.in_lb .tit {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}

#wraper.renewal .admArea.request .multi_inputBox.email.in_lb .inputBox {
  display: block;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox {
  font-size: 0;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox .radioBox {
  margin-top: 0;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.email span {
  display: inline-block;
  width: 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.email .selectBox {
  width: 200px;
  margin-left: 10px;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.id_num .inputBox span {
  display: inline-block;
  width: 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.in_lb {
  margin: 0 -5px;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.in_lb .inputBox {
  display: inline-block;
  width: 33.33%;
  height: auto;
  margin: 0;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.in_lb .inputBox input {
  max-width: 100%;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.in_lb label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}

#wraper.renewal .admArea.request .item_conts .multi_inputBox.col2 .inputBox input + input {
  margin-left: 20px;
}

#wraper.renewal .subInner .logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 72px;
  height: 72px;
}

#wraper.renewal .subInner .logo img {
  width: 100%;
  vertical-align: top;
}

#wraper.renewal .subInner .btnGoBack {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
}

#wraper.renewal .subInner .btnGoBack img {
  width: 100%;
  vertical-align: top;
}

#wraper.renewal .subInner .center {
  padding: 0;
}

#wraper.renewal .titleBox {
  position: relative;
  padding: 15px 60px 15px 40px;
  background-color: #fff;
  border-bottom: 1px solid #dddee3;
}

#wraper.renewal .titleBox .btn_delete {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 78px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #DDDEE3;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
}

#wraper.renewal .titleBox .btn_delete.ac {
  color: #436FE0;
  font-weight: 700;
}

#wraper.renewal .subTitleBox {
  position: relative;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #dddee3;
  background: #fff;
  overflow: hidden;
  padding-right: 40px;
}

#wraper.renewal .subTitleBox + .innerBox {
  margin-top: -1px;
}

#wraper.renewal .subTitleBox .subTitleTx {
  display: inline-block;
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  vertical-align: top;
}

#wraper.renewal .subTitleBox .titleInfo {
  float: right;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.25px;
}

#wraper.renewal .subTitleBox .titleInfo span {
  color: #436fe0;
}

#wraper.renewal .subTitleBox ._toggle_btn {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/resources/img/common/ico-title-toggle@2x.png) no-repeat;
  background-size: cover;
}

#wraper.renewal .subTitleBox ._toggle_btn.on {
  transform: rotate(180deg);
}

#wraper.renewal .innerBox {
  position: relative;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #dddee3;
  background: #fff;
}

#wraper.renewal .innerBox + .innerBox {
  margin-top: -1px;
}

#wraper.renewal .innerBox .form_titleBox {
  padding: 20px 20px 40px 4px;
}

#wraper.renewal .innerBox .form_title span {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

#wraper.renewal .item_title ._toggle_btn {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/resources/img/common/ico-title-toggle@2x.png) no-repeat;
  background-size: cover;
}

#wraper.renewal .item_title ._toggle_btn.on {
  transform: rotate(180deg);
}

#wraper.renewal .subTitleBox.ty2 ._toggle_btn.on {
  top: 23px;
  transform: rotate(180deg);
}

#wraper.renewal .subArea.costArea {
  position: relative;
  width: 100%;
  min-height: 800px;
  padding: 50px 0 50px 280px;
  background-color: #fff;
}

#wraper.renewal .subArea.costArea .center {
  width: 950px;
}

#wraper.renewal .subArea.costArea .title {
  font-size: 40px;
  font-weight: bold;
  color: #241766;
  text-align: center;
}

#wraper.renewal .subArea.costArea .title_desc {
  margin: 30px 0 10px;
  color: #666;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.26px;
  text-align: center;
}

#wraper.renewal .subArea.costArea .tbBox {
  margin-top: 50px;
}

#wraper.renewal .subArea.costArea .tbTitle {
  margin: 80px 0 30px;
  font-size: 25px;
  font-weight: bold;
}

#wraper.renewal .subArea.costArea .tbTitle:first-child {
  margin-top: 0;
}

#wraper.renewal .costArea.overseasArea {
  display: block;
  padding: 50px 0;
}

#wraper.renewal .costArea.overseasArea .center {
  flex: none;
  margin: 0 auto;
}

#wraper.renewal .mypage .my_table01 table {
  width: 100%;
  border-collapse: collapse;
}

#wraper.renewal .mypage .my_table01 table td {
  padding: 20px 0;
  border-bottom: 1px solid #eef0f5;
}

#wraper.renewal .mypage .my_table01 table td .inputArea.ty_mypage .inputBox {
  display: table-cell;
  height: auto;
  margin: 0;
  padding: 0 10px;
}

#wraper.renewal .mypage .my_table01 table td .inputArea.ty_mypage .inputBox input {
  border: 1px solid #dddee3;
  background-color: #fff;
  font-size: 14px;
}

#wraper.renewal .mypage .my_table01 table td .inputArea.ty_mypage .inputBox label {
  position: relative;
  display: block;
  top: 0;
  margin-bottom: 10px;
  text-align: left;
}

#wraper.renewal .mypage .my_table01 table td p {
  font-size: 14px;
}

#wraper.renewal .mypage .my_table01 table td .info {
  color: #777;
}

#wraper.renewal .mypage .my_table01 table td .inputArea .inputBox {
  position: relative;
  width: 100%;
  height: 34px;
  border: 1px solid #eef0f5;
  box-sizing: border-box;
  margin-top: 45px;
}

#wraper.renewal .mypage .my_table01 table td .inputArea .inputBox label {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 14px;
}

#wraper.renewal .mypage .my_table01 table td .inputArea .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
}

#wraper.renewal .mypage .my_table01 table td .inputArea .inputBox.wd50 {
  width: 50%;
}

#wraper.renewal .mypage .my_table01 table td .inputArea .inputBox.wd30 {
  width: 31%;
  display: inline-block;
  vertical-align: middle;
}

#wraper.renewal .mypage .my_table01 table td .inputArea p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
}

#wraper.renewal .mypage .my_table01 table td .btnBox {
  margin: 20px 0 0;
  padding: 0;
  text-align: right;
}

#wraper.renewal .mypage .my_table01 table td .btnBox a {
  display: inline-block;
  width: 80px;
  height: 40px;
  border: 1px solid #dddee3;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .mypage .my_table01 table td .btnBox a.btn02 {
  border-color: #241766;
  color: #241766;
  margin-left: 10px;
}

#wraper.renewal .mypage .my_table01 table th {
  width: 150px;
  color: #777;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #eef0f5;
  vertical-align: top;
}

#wraper.renewal .mypage .center {
  width: auto;
  padding: 0 8px;
}

#wraper.renewal .mypage .my_tab {
  border-bottom: 1px solid #ddd;
  text-align: left;
  margin-top: 100px;
}

#wraper.renewal .mypage .my_tab a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 40px;
}

#wraper.renewal .mypage .my_tab a.active {
  color: #271585;
}

#wraper.renewal .mypage .my_tab a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: #271585;
  z-index: 1;
}

#wraper.renewal .mypage .agreeBox {
  margin-top: 50px;
  text-align: center;
}

#wraper.renewal .mypage .agreeBox input {
  display: none;
}

#wraper.renewal .mypage .agreeBox input + label {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

#wraper.renewal .mypage .agreeBox input:checked + label {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .mypage .saveBtn {
  display: block;
  width: 184px;
  height: 56px;
  margin: 30px auto 34px;
  background-color: #436fe0;
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}

#wraper.renewal .mypage .search {
  overflow: hidden;
}

#wraper.renewal .mypage .search:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .mypage .search .selectBox {
  float: left;
  width: 120px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #dddee3;
  box-sizing: border-box;
  background-image: url(/resources/img/common/ico-arrow-down.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
}

#wraper.renewal .mypage .search .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .mypage .search .inputBox {
  float: left;
  width: 420px;
  height: 40px;
  box-sizing: border-box;
}

#wraper.renewal .mypage .search .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: 1px solid #dddee3;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .mypage .search .btn {
  float: left;
  width: 80px;
  height: 40px;
  margin-left: -1px;
  border: 1px solid #436fe0;
  background-color: #436fe0;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
}

#wraper.renewal .mypage .my_table02 table th:first-child {
  width: 95px;
}

#wraper.renewal .mypage .my_table02 table th:nth-child(7) {
  width: 95px;
}

#wraper.renewal .mypage .my_table02 table th:last-child {
  width: 95px;
}

#wraper.renewal .mypage .my_table02 table td:first-child {
  width: 95px;
}

#wraper.renewal .mypage .my_table02 table td:nth-child(7) {
  width: 95px;
}

#wraper.renewal .mypage .my_table02 table td:last-child {
  width: 95px;
}

#wraper.renewal .scrollBox {
  overflow-x: auto;
  position: relative;
  min-height: 50px;
  border: 1px solid #dddee3;
  box-sizing: border-box;
}

#wraper.renewal .scrollBox table {
  width: 100%;
  table-layout: auto;
  table-layout: fixed;
  border-collapse: collapse;
}

#wraper.renewal .scrollBox table .fixed_top th {
  border-color: #dddee3;
}

#wraper.renewal .scrollBox table th {
  height: 40px;
  border: 1px solid #eef0f5;
  border-top: 0;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #f8f9fd;
  font-weight: 500;
}

#wraper.renewal .scrollBox table th:first-child {
  width: 95px;
}

#wraper.renewal .scrollBox table th:last-child {
  border-right: none;
}

#wraper.renewal .scrollBox table td {
  height: 40px;
  border: 1px solid #eef0f5;
  border-top: 0;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

#wraper.renewal .scrollBox table td:first-child {
  width: 95px;
}

#wraper.renewal .scrollBox table td:last-child {
  border-right: none;
}

#wraper.renewal .scrollBox table.usertable {
  table-layout: fixed;
}

#wraper.renewal .scrollBox thead th {
  border-color: #dddee3;
  border-bottom: 1px solid #dddee3;
}

#wraper.renewal .scrollBox tbody {
  background-color: #fff;
}

#wraper.renewal .scrollBox input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

#wraper.renewal .scrollBox input[type=checkbox]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/resources/img/common/ico-check-off@2x.png) no-repeat 50% 50%;
  background: url(../../resources/img/common/ico-check-off@2x.png) no-repeat 50% 50%;
  background-size: 24px 24px;
  content: "";
}

#wraper.renewal .scrollBox input[type=checkbox]:checked:before {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
  background-image: url(../../resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .scrollBox .table_scroll {
  overflow: hidden;
  overflow-y: auto;
  max-height: 455px;
  height: 100%;
}

#wraper.renewal .scrollBox.ty_row .table_scroll {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  max-width: 100%;
  max-height: 100%;
}

#wraper.renewal .scrollBox.ty_row .table_scroll table th {
  width: 150px;
}

#wraper.renewal .scrollBox.ty_row .table_scroll table th:first-child {
  width: 40px;
}

#wraper.renewal .scrollBox.ty_row .table_scroll table th:nth-child(2) {
  width: 95px;
}

#wraper.renewal .scrollBox.ty_row .table_scroll table td {
  width: 150px;
}

#wraper.renewal .scrollBox.ty_row .table_scroll table td:first-child {
  width: 40px;
}

#wraper.renewal .scrollBox.ty_row .table_scroll table td:nth-child(2) {
  width: 95px;
}

#wraper.renewal .scrollBox.ty_row .table_scroll .inputBox input {
  width: 100%;
  max-width: 100%;
}

#wraper.renewal .scrollBox.ty_row .table_scroll .inputBox {
  width: 100%;
  max-width: 100%;
}

#wraper.renewal .joinArea {
  width: 370px;
  height: 700px;
  margin: 67px auto;
  padding: 15px;
  font-family: NotoSansCJKkr;
  border: solid 1px #dddddd;
}

#wraper.renewal .joinArea .join_title {
  color: #333;
  font-family: "Noto Sans KR";
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: -0.6px;
  text-align: center;
}

#wraper.renewal .joinArea .join_title.ty_logo {
  margin-bottom: 10px;
}

#wraper.renewal .joinArea .join_subTitle {
  margin-top: 15px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
}

#wraper.renewal .joinArea .join_subTitle p {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  letter-spacing: -0.25px;
  font-weight: 400;
  color: #aaa;
  text-align: center;
  margin-top: 4px;
}

#wraper.renewal .joinArea .join_subTitle a {
  display: inline-block;
  box-sizing: border-box;
  color: #3a70f3;
  font-family: NotoSansCJKkr;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.25px;
  vertical-align: top;
}

#wraper.renewal .joinArea .join_subTitle a:hover {
  text-decoration: underline;
}

#wraper.renewal .joinArea .join_subTitle a:focus {
  text-decoration: underline;
}

#wraper.renewal .joinArea .join_subTitle.ty_gap {
  margin-top: 10px;
}

#wraper.renewal .joinArea .join_subTitle.tx_gray p {
  margin-top: 0;
  color: #555;
  line-height: 24px;
  letter-spacing: -1px;
}

#wraper.renewal .joinArea .inputArea {
  margin-top: 50px;
}

#wraper.renewal .joinArea .inputArea table {
  width: 100%;
  border-collapse: collapse;
}

#wraper.renewal .joinArea .inputArea table th {
  width: 150px;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #666;
  padding-right: 15px;
  box-sizing: border-box;
}

#wraper.renewal .joinArea .inputArea table td {
  padding: 10px 0;
}

#wraper.renewal .joinArea .inputArea .inputBox {
  width: 100%;
  height: 46px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background-color: #fff;
}

#wraper.renewal .joinArea .inputArea .inputBox input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 16px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  outline: none;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.22px;
}

#wraper.renewal .joinArea .inputArea .inputBox input::-moz-placeholder {
  color: #999;
  font-family: NotoSansCJKkr;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.22px;
}

#wraper.renewal .joinArea .inputArea .inputBox input::placeholder {
  color: #999;
  font-family: NotoSansCJKkr;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.22px;
}

#wraper.renewal .joinArea .inputArea .inputBox input:focus {
  box-shadow: 0 0 0 1px #3a70f3;
}

#wraper.renewal .joinArea .inputArea .inputBox input:focus:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #3a70f3;
  content: "";
}

#wraper.renewal .joinArea .inputArea .inputBox input:hover {
  box-shadow: 0 0 0 1px #3a70f3;
}

#wraper.renewal .joinArea .inputArea .inputBox input:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #3a70f3;
  content: "";
}

#wraper.renewal .joinArea .inputArea .inputBox img {
  float: right;
  margin-top: -38px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

#wraper.renewal .joinArea .inputArea.ty_pw {
  margin-top: 90px;
}

#wraper.renewal .joinArea .inputArea2 {
  margin-bottom: 20px;
}

#wraper.renewal .joinArea .inputArea2 .inputBox:first-child {
  border-radius: 5px 5px 0 0;
}

#wraper.renewal .joinArea .inputArea2 .inputBox:last-child {
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
}

#wraper.renewal .joinArea .inputArea.ty_radius {
  margin-top: 30px;
}

#wraper.renewal .joinArea .inputArea.ty_radius .inputBox {
  margin-bottom: 8px;
  border-radius: 5px;
}

#wraper.renewal .joinArea .inputArea.ty_radius .inputBox:last-child {
  margin-bottom: 0;
}

#wraper.renewal .joinArea .btnBox {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 50px;
}

#wraper.renewal .joinArea .btnBox a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #aaa;
  vertical-align: middle;
  padding: 0 10px;
}

#wraper.renewal .joinArea .btnBox a:last-child {
  border-left: 1px solid #ddd;
}

#wraper.renewal .joinArea .agree {
  margin: 20px 0 0;
  font-size: 0;
  text-align: left;
}

#wraper.renewal .joinArea .agree input {
  display: none;
}

#wraper.renewal .joinArea .agree input + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

#wraper.renewal .joinArea .agree input:checked + label {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .joinArea .agree p {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.05em;
  vertical-align: middle;
}

#wraper.renewal .joinArea .agree a {
  color: inherit;
}

#wraper.renewal .joinArea .join_btn {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #3a70f3;
  border-radius: 7px;
  margin: 10px auto 0;
  border-color: transparent;
  cursor: pointer;
}

#wraper.renewal .joinArea .pwd_btn {
  display: block;
  width: 100%;
  height: 20px;
  text-align: center;
  padding-top: 20px;
}

#wraper.renewal .joinArea .pwd_btn a {
  font-family: NotoSansCJKkr;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.22px;
  color: #3a70f3;
}

#wraper.renewal .joinArea .pwd_btn a:hover {
  text-decoration: underline;
}

#wraper.renewal .joinArea .pwd_btn a:focus {
  text-decoration: underline;
}

#wraper.renewal .joinArea .findpw_btn {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 54px;
  font-size: 16px;
  font-weight: bold;
  color: #3a70f3;
  text-align: center;
  background-color: transparent;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 7px;
  border: 1px solid #3a70f3;
}

#wraper.renewal .joinArea .login_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  margin: 40px auto 0;
  border-radius: 7px;
  border: 1px solid #f9e000;
  background: #f9e000;
  background-image: url(/resources/img/common/ico-kakao@2x.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.25px;
  text-align: center;
  cursor: pointer;
}

#wraper.renewal .joinArea2 {
  width: 350px;
  height: 550px;
  margin: 67px auto;
  padding: 10px;
  font-family: NotoSansCJKkr;
  border: solid 1px #dddddd;
}

#wraper.renewal .joinArea2 .join_title {
  color: #333;
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: -0.6px;
  text-align: center;
}

#wraper.renewal .joinArea2 .join_subTitle {
  margin-top: 15px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
}

#wraper.renewal .joinArea2 .join_subTitle p {
  font-family: NotoSansCJKkr;
  font-size: 16px;
  letter-spacing: -0.25px;
  font-weight: 400;
  color: #aaa;
  text-align: center;
  margin-top: 4px;
}

#wraper.renewal .joinArea2 .join_subTitle a {
  display: inline-block;
  box-sizing: border-box;
  color: #3a70f3;
  font-family: NotoSansCJKkr;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.25px;
  vertical-align: top;
}

#wraper.renewal .joinArea2 .join_subTitle a:hover {
  text-decoration: underline;
}

#wraper.renewal .joinArea2 .join_subTitle a:focus {
  text-decoration: underline;
}

#wraper.renewal .joinArea2 .join_subTitle.ty_gap {
  margin-top: 10px;
}

#wraper.renewal .joinArea2 .join_subTitle.tx_gray p {
  margin-top: 0;
  color: #555;
  line-height: 24px;
  letter-spacing: -1px;
}

#wraper.renewal .joinArea2 .join_title.ty_logo {
  margin-bottom: 30px;
}

#wraper.renewal .joinArea2 .login_btn2 {
  position: relative;
  display: block;
  width: 350px;
  height: 56px;
  margin: 40px auto 0;
  border-radius: 7px;
  border: 1px solid #f9e000;
  background: #f9e000;
  background-image: url(/resources/img/common/ico-kakao@2x.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  color: #333333;
  font-family: "Noto Sans KR";
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.25px;
  text-align: center;
  cursor: pointer;
}

#wraper.renewal .joinArea2 .join_btn2 {
  display: block;
  width: 350px;
  height: 56px;
  line-height: 54px;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.25px;
  color: #436fe0;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 7px;
  border: solid 1px #436fe0;
}

#wraper.renewal .mainArea .titleArea {
  position: relative;
  height: auto;
  padding-top: 110px;
  box-sizing: border-box;
  overflow: hidden;
}

#wraper.renewal .mainArea .titleArea:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 566px;
  background: #436fe0;
  z-index: -1;
  content: "";
}

#wraper.renewal .mainArea .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#wraper.renewal .mainArea .inner .introWrap {
  display: flex;
}

#wraper.renewal .mainArea .inner .introWrap .intro_left {
  padding-left: 110px;
  padding-top: 107px;
  flex: 1 0 auto;
}

#wraper.renewal .mainArea .inner .introWrap .intro_left .intro_tit {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 147%;
  letter-spacing: -0.738px;
}

#wraper.renewal .mainArea .inner .introWrap .intro_left .under {
  margin-top: 24px;
  color: #FFF;
  text-decoration: underline;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.262px;
}

#wraper.renewal .mainArea .inner .introWrap .intro_left .intro_btn {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 56px;
  border-radius: 7px;
  background: #FFF;
  color: #4163E7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.277px;
}

#wraper.renewal .mainArea .inner .introWrap .intro_right {
  flex: 0 0 auto;
}

#wraper.renewal .mainArea .inner .introWrap .intro_right img.d-pc {
  width: 778px;
}

#wraper.renewal .mainArea {
  padding-bottom: 87px;
}

#wraper.renewal .mainArea .titleArea {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  box-sizing: border-box;
}

#wraper.renewal .mainArea .titleArea .textBox {
  padding-left: 80px;
}

#wraper.renewal .mainArea .titleArea .textBox .text01 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

#wraper.renewal .mainArea .titleArea .textBox .text02 {
  font-size: 55px;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  margin-top: 20px;
}

#wraper.renewal .mainArea .titleArea .textBox .text02 b {
  font-weight: bold;
}

#wraper.renewal .mainArea .titleArea .textBox .text03 {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-top: 20px;
}

#wraper.renewal .mainArea .titleArea .textBox .m_img {
  display: none;
}

#wraper.renewal .mainArea .titleArea .m_btnBox {
  display: none;
}

#wraper.renewal .mainArea .titleArea .scrollBtn {
  display: none;
}

#wraper.renewal .mainArea section {
  padding: 100px 0;
}

#wraper.renewal .mainArea section .title {
  font-size: 50px;
  font-weight: bold;
  color: #241766;
  text-align: center;
}

#wraper.renewal .mainArea .sect01 {
  padding-top: 100px;
  text-align: center;
}

#wraper.renewal .mainArea .sect01 .text02 {
  padding-top: 18px;
  font-size: 30px;
}

#wraper.renewal .mainArea .sect01 .text02 p {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.4;
  color: #241766;
}

#wraper.renewal .mainArea .sect01 p {
  position: relative;
  display: inline-block;
  font-size: 34px;
  line-height: 1.4;
}

#wraper.renewal .mainArea .sect01 .aws_pc {
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
}

#wraper.renewal .mainArea .sect01 .aws_m {
  width: 253px;
}

#wraper.renewal .mainArea .sect01 .text01 .typeform_m {
  display: none;
}

#wraper.renewal .mainArea .sect01 .text01 p {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 1.4;
}

#wraper.renewal .mainArea .sect01 .text01 p:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -5px;
  width: 28px;
  height: 21px;
  background-image: url(../../resources/img/icon_ddaom_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#wraper.renewal .mainArea .sect01 .text01 p:after {
  content: "";
  position: absolute;
  top: -5px;
  width: 28px;
  height: 21px;
  background-image: url(../../resources/img/icon_ddaom_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#wraper.renewal .mainArea .sect01 .text03 p {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
}

#wraper.renewal .mainArea .sect01 .text04 p {
  position: relative;
  display: inline-block;
  font-size: 34px;
  line-height: 1.4;
}

#wraper.renewal .mainArea .sect01 .btn {
  display: block;
  width: 300px;
  text-align: center;
  background-color: #241766;
  margin: 50px auto 0;
  border-radius: 10px;
}

#wraper.renewal .mainArea .sect01 .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 76px;
  font-size: 20px;
  color: #fff;
}

#wraper.renewal .mainArea .sect01 .btn img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  margin-left: 12px;
  transform: rotate(90deg);
}

#wraper.renewal .mainArea .sect01 .box {
  text-align: center;
  margin-top: 50px;
}

#wraper.renewal .mainArea .sect01 .kakaochannel {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  margin: 50px 0;
}

#wraper.renewal .mainArea .sect01 .kakaotalk {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  margin: 50px 0 0;
}

#wraper.renewal .mainArea .sect02 {
  background-color: #f9f9f9;
}

#wraper.renewal .mainArea .sect02 .cello_is {
  margin-top: 100px;
  overflow: hidden;
}

#wraper.renewal .mainArea .sect02 .cello_is:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .mainArea .sect02 .cello_is a {
  position: relative;
  display: block;
  float: left;
  width: 32%;
  height: 360px;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
}

#wraper.renewal .mainArea .sect02 .cello_is a:nth-child(3n) {
  margin-right: 0;
}

#wraper.renewal .mainArea .sect02 .cello_is a .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: #241766 url(../../resources/img/arrow_right_w.png) center no-repeat;
  background-size: 14px 24px;
  z-index: 1;
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon {
  width: 100%;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon01 {
  background-image: url(../../resources/img/main_cello_icon_01.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon02 {
  background-image: url(../../resources/img/main_cello_icon_02.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon03 {
  background-image: url(../../resources/img/main_cello_icon_03.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon04 {
  background-image: url(../../resources/img/main_cello_icon_04.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon05 {
  background-image: url(../../resources/img/main_cello_icon_05.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a .icon06 {
  background-image: url(../../resources/img/main_cello_icon_06.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a .text01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px;
  letter-spacing: -0.03em;
}

#wraper.renewal .mainArea .sect02 .cello_is a .text01 span {
  color: #aa3eed;
}

#wraper.renewal .mainArea .sect02 .cello_is a .text02 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-top: 50px;
}

#wraper.renewal .mainArea .sect02 .cello_is a:nth-child(5) .text02 {
  margin-top: 10px;
}

#wraper.renewal .mainArea .sect02 .cello_is a:nth-child(6) .text01 {
  margin-top: 50px;
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover {
  background-color: #512cb2;
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .arrow {
  background: #aa3eed url(../../resources/img/arrow_right_w.png) center no-repeat;
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .icon01 {
  background-image: url(../../resources/img/main_cello_icon_01_hover.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .icon02 {
  background-image: url(../../resources/img/main_cello_icon_02_hover.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .icon03 {
  background-image: url(../../resources/img/main_cello_icon_03_hover.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .icon04 {
  background-image: url(../../resources/img/main_cello_icon_04_hover.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .icon05 {
  background-image: url(../../resources/img/main_cello_icon_05_hover.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .icon06 {
  background-image: url(../../resources/img/main_cello_icon_06_hover.png?1);
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .text01 {
  color: #fff;
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .text01 span {
  color: #fff;
}

#wraper.renewal .mainArea .sect02 .cello_is a:hover .text02 {
  color: #fff;
}

#wraper.renewal .mainArea .sect03 {
  position: relative;
  width: 100%;
  height: 570px;
  background-image: url(../../resources/img/main_mid_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

#wraper.renewal .mainArea .sect03 .textBox {
  text-align: left;
}

#wraper.renewal .mainArea .sect03 .textBox figure img {
  width: 60px;
}

#wraper.renewal .mainArea .sect03 .textBox .text01 {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  margin-top: 30px;
}

#wraper.renewal .mainArea .sect03 .textBox .text02 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-top: 40px;
}

#wraper.renewal .mainArea .sect03 .ceo_pc {
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
}

#wraper.renewal .mainArea .sect03 .ceo_m {
  display: none;
}

#wraper.renewal .mainArea .sect04 {
  background-color: #fff;
}

#wraper.renewal .mainArea .sect04 .priceArea {
  width: 1280px;
  margin: 60px auto 0;
  overflow: hidden;
}

#wraper.renewal .mainArea .sect04 .priceArea:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .mainArea .sect04 .priceArea .box {
  float: left;
  width: 29%;
  background-color: #f9f9f9;
  padding-bottom: 50px;
  margin: 23px;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #522bb1;
  padding: 50px 0;
  text-align: center;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_title span {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_title img {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_title .commission_m {
  display: none;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_box {
  padding: 25px 0 30px;
  text-align: center;
  background-color: #eeeeee;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_box .price {
  font-size: 20px;
  font-weight: bold;
  color: #271585;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_box .price span {
  font-weight: 800;
  font-size: 50px;
  letter-spacing: -0.03em;
  font-family: "Roboto", sans-serif;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .price_box .text {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  margin-top: 10px;
}

#wraper.renewal .mainArea .sect04 .priceArea .box:nth-child(2) .price_title {
  color: #aa3eed;
}

#wraper.renewal .mainArea .sect04 .priceArea .box ul {
  height: 520px;
  padding: 40px 20px 20px;
  padding-left: 40px;
  box-sizing: border-box;
}

#wraper.renewal .mainArea .sect04 .priceArea .box ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 20px;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .btnBox {
  text-align: center;
}

#wraper.renewal .mainArea .sect04 .priceArea .box .btnBox a {
  display: inline-block;
  width: 300px;
  height: 75px;
  line-height: 75px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #271585;
  border-radius: 10px;
}

#wraper.renewal .mainArea .sect05 {
  padding: 0;
  background-color: #4C299D;
}

#wraper.renewal .mainArea .sect06 {
  text-align: center;
  background-image: url(../../resources/img/corp/img_main_aidos.png);
  background-size: cover;
}

#wraper.renewal .mainArea .sect06 .text01 p {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.65px;
  text-align: center;
  color: #ffffff;
}

#wraper.renewal .mainArea .sect06 .text02 {
  margin-top: 32px;
}

#wraper.renewal .mainArea .sect06 .text02 p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.26px;
  text-align: center;
  color: #ffffff;
}

#wraper.renewal .mainArea .sect06 .text03 {
  margin: 32px auto 0 auto;
  width: 720px;
  border-radius: 20px;
  background-color: #ffffff;
}

#wraper.renewal .mainArea .sect06 .text03 p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.26px;
  text-align: center;
  color: #000000;
}

#wraper.renewal .mainArea .sect07 {
  background: #f5f6fa;
  padding: 0;
  margin: 0 auto;
}

#wraper.renewal .mainArea .sect07 .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#wraper.renewal .mainArea .sect07 .bx_tit {
  font-weight: normal;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.37px;
  color: #241866;
}

#wraper.renewal .mainArea .sect07 .bx_tit em {
  font-weight: bold;
  font-style: normal;
}

#wraper.renewal .mainArea .sect07 .logo_bx {
  padding: 100px 0;
  text-align: center;
}

#wraper.renewal .mainArea .sect07 .logo_list {
  display: inline-block;
  width: 1008px;
}

#wraper.renewal .mainArea .sect07 .logo_list li {
  float: left;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  background-color: #ffffff;
}

#wraper.renewal .introArea {
  background-color: #f9f9f9;
}

#wraper.renewal .introArea .center {
  width: 1024px;
}

#wraper.renewal .introArea .titleArea {
  width: 100%;
  height: 730px;
  background-image: url(../../resources/img/intro_title_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
  box-sizing: border-box;
  text-align: center;
}

#wraper.renewal .introArea .titleArea .text {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  margin-top: 40px;
}

#wraper.renewal .introArea .sect01 {
  padding: 50px 0 120px;
}

#wraper.renewal .introArea .sect01 ul li {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}

#wraper.renewal .introArea .sect01 ul li:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .introArea .sect01 ul li .icon {
  float: left;
  width: 15%;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
}

#wraper.renewal .introArea .sect01 ul li .icon01 {
  background-image: url(../../resources/img/main_cello_icon_01.png);
}

#wraper.renewal .introArea .sect01 ul li .icon02 {
  background-image: url(../../resources/img/main_cello_icon_03.png);
}

#wraper.renewal .introArea .sect01 ul li .icon03 {
  background-image: url(../../resources/img/main_cello_icon_04.png);
}

#wraper.renewal .introArea .sect01 ul li .icon04 {
  background-image: url(../../resources/img/main_cello_icon_05.png);
}

#wraper.renewal .introArea .sect01 ul li .textBox {
  float: left;
  width: 85%;
}

#wraper.renewal .introArea .sect01 ul li .textBox .text01 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

#wraper.renewal .introArea .sect01 ul li .textBox .text02 {
  margin-top: 20px;
}

#wraper.renewal .introArea .sect01 ul li .textBox .text02 p {
  font-size: 15px;
  color: #333;
  margin-top: 15px;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

#wraper.renewal .introArea .sect01 ul li:first-child .icon {
  height: 95px;
}

#wraper.renewal .introArea .sect02 {
  padding: 120px 0;
  background-color: #fff;
}

#wraper.renewal .introArea .sect02 .title {
  font-size: 30px;
  font-weight: bold;
  color: #512cb2;
  text-align: center;
}

#wraper.renewal .introArea .sect02 .process {
  text-align: center;
  margin-top: 100px;
}

#wraper.renewal .introArea .sect02 .process .imgBox {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 100px;
}

#wraper.renewal .introArea .sect02 .process .textBox {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

#wraper.renewal .introArea .sect02 .process .textBox:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 16px;
  width: 4px;
  height: 95%;
  background: linear-gradient(to bottom, #512cb2, #9a35e3);
  z-index: 0;
}

#wraper.renewal .introArea .sect02 .process .textBox li {
  margin-bottom: 17px;
  text-align: left;
}

#wraper.renewal .introArea .sect02 .process .textBox li .number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #512cb2;
  border-radius: 50%;
  margin-right: 20px;
  z-index: 1;
}

#wraper.renewal .introArea .sect02 .process .textBox li .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 400;
  color: #333;
}

#wraper.renewal .introArea .sect02 .process .textBox li .text span {
  font-weight: bold;
}

#wraper.renewal .introArea .sect02 .process .textBox li .text .purple {
  color: #6020ab;
}

#wraper.renewal .introArea .sect02 .process .textBox li .text .red {
  color: #df3b5d;
}

#wraper.renewal .introArea .sect02 .process .textBox li:last-child .number {
  background-color: #aa3eed;
}

#wraper.renewal .pageBtn {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

#wraper.renewal .pageBtn li {
  display: inline-block;
  vertical-align: top;
}

#wraper.renewal .pageBtn li a {
  display: inline-block;
  padding: 11px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .pageBtn li.active {
  padding: 0;
}

#wraper.renewal .pageBtn li.active a {
  color: #436fe0;
}

#wraper.renewal .pageBtn .first {
  display: none;
}

#wraper.renewal .pageBtn .last {
  display: none;
}

#wraper.renewal .pageBtn .prev a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-right: 20px;
  padding: 0;
  background-image: url(/resources/img/common/m-ico-prevBtn.png);
  background-image: url(../../resources/img/common/m-ico-prevBtn.png);
  background-size: cover;
}

#wraper.renewal .pageBtn .next a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  background-image: url(/resources/img/common/m-ico-nextBtn.png);
  background-image: url(../../resources/img/common/m-ico-nextBtn.png);
  background-size: cover;
}

#wraper.renewal .pageBtn .state {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

#wraper.renewal .pageBtn span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .searchArea {
  padding-bottom: 100px;
}

#wraper.renewal .searchArea .center {
  width: 1024px;
}

#wraper.renewal .searchArea .titleArea {
  width: 100%;
  height: 500px;
  background-image: url(../../resources/img/search_title_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  box-sizing: border-box;
  text-align: center;
}

#wraper.renewal .searchArea .titleArea .text {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

#wraper.renewal .searchArea .titleArea .searchBox {
  position: relative;
  width: 640px;
  height: 60px;
  border: 1px solid #fff;
  margin: 80px auto 0;
  padding-right: 50px;
  box-sizing: border-box;
}

#wraper.renewal .searchArea .titleArea .searchBox input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .searchArea .titleArea .searchBox a {
  position: absolute;
  display: block;
  top: 17px;
  right: 17px;
}

#wraper.renewal .searchArea .titleArea .searchBox a img {
  display: block;
}

#wraper.renewal .searchArea .titleArea .m_detailBtn {
  display: none;
}

#wraper.renewal .searchArea .selectArea {
  background-color: #241766;
  padding: 50px 0 30px;
}

#wraper.renewal .searchArea .selectArea ul:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .searchArea .selectArea ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

#wraper.renewal .searchArea .selectArea ul li .title {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 380px;
  height: 40px;
  background-color: #fff;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .arrowBtn {
  display: none;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .arrowBtn + label {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../../resources/img/arrow_down_p.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .arrowBtn:checked + label {
  background-image: url(../../resources/img/arrow_up_p.png);
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .itemBox {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .itemBox .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .itemBox .item span {
  display: inline-block;
  font-size: 16px;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .itemBox .item a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 365px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .notice {
  font-size: 16px;
  color: #aa3eed;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .check_list {
  margin-top: 20px;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .check_list input {
  display: none;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .check_list input + label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 5px 5px 5px 40px;
  background-image: url(../../resources/img/icon_check_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 5px;
  cursor: pointer;
}

#wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .check_list input:checked + label {
  background-image: url(../../resources/img/icon_check_on.png);
}

#wraper.renewal .searchArea .selectArea .btnBox {
  margin-top: 30px;
  text-align: center;
}

#wraper.renewal .searchArea .selectArea .btnBox a {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #6020ab;
}

#wraper.renewal .searchArea .selectArea .btnBox a.btn01 {
  border: 1px solid #fff;
}

#wraper.renewal .searchArea .selectArea .btnBox a.btn02 {
  background-color: #aa3eed;
  margin-left: 15px;
}

#wraper.renewal .searchArea .tabBox {
  border-bottom: 1px solid #ddd;
  text-align: left;
}

#wraper.renewal .searchArea .tabBox a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
}

#wraper.renewal .searchArea .tabBox a.active {
  color: #271585;
}

#wraper.renewal .searchArea .tabBox a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: #271585;
  z-index: 1;
}

#wraper.renewal .searchArea .search_result {
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 20px 0;
}

#wraper.renewal .searchArea .search_result span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

#wraper.renewal .searchArea .search_result .keyword {
  color: #271585;
}

#wraper.renewal .searchArea .search_result .number {
  font-weight: 400;
  color: #555555;
  margin-left: 5px;
}

#wraper.renewal .searchArea .resultBox .total {
  font-size: 14px;
  color: #333;
  padding: 20px 0 10px;
}

#wraper.renewal .searchArea .resultBox .total span {
  color: red;
}

#wraper.renewal .searchArea .resultBox .result_list > li {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject {
  overflow: hidden;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject .state {
  float: left;
  width: 37px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #2362f1;
  margin-right: 5px;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject .state.red {
  background-color: #df3b5d;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject .state2 {
  float: left;
  width: 122px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #aa3eed;
  text-align: center;
  border: 1px solid #aa3eed;
  box-sizing: border-box;
  margin-right: 5px;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject .text {
  float: left;
  width: calc(100% - 50px);
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#wraper.renewal .searchArea .resultBox .result_list > li .subject .text.wd_new {
  width: calc(100% - 170px);
}

#wraper.renewal .searchArea .resultBox .result_list > li .infoBox {
  margin-top: 20px;
  overflow: hidden;
}

#wraper.renewal .searchArea .resultBox .result_list > li .infoBox:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .searchArea .resultBox .result_list > li .infoBox .imgBox {
  float: left;
  width: 124px;
  height: 124px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
}

#wraper.renewal .searchArea .resultBox .result_list > li .infoBox .info_list {
  float: left;
  width: calc(100% - 125px);
  padding-left: 20px;
  box-sizing: border-box;
}

#wraper.renewal .searchArea .resultBox .result_list > li .infoBox .info_list li {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding: 5px 0;
}

#wraper.renewal .searchArea .resultBox .result_list > li .infoBox .info_list li span {
  color: #2362f1;
}

#wraper.renewal .searchArea .resultBox .result_list > li.judgment .infoBox .info_list {
  width: 100%;
  padding-left: 0;
}

#wraper.renewal .searchArea .resultBox .result_list > li.judgment .infoBox .info_list li {
  width: 49%;
}

#wraper.renewal .searchArea .resultBox .result_list > li.judgment .infoBox .info_list li.wd100 {
  width: 100%;
}

#wraper.renewal .customerArea .titleArea {
  width: 100%;
  height: 450px;
  background-image: url(../../resources/img/customer_title_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  box-sizing: border-box;
  text-align: center;
}

#wraper.renewal .customerArea .titleArea .text01 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

#wraper.renewal .customerArea .titleArea .text02 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

#wraper.renewal .customerArea .titleArea .searchBox {
  position: relative;
  width: 640px;
  height: 60px;
  border: 1px solid #fff;
  margin: 30px auto 0;
  padding-right: 50px;
  box-sizing: border-box;
}

#wraper.renewal .customerArea .titleArea .searchBox input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .customerArea .titleArea .searchBox a {
  position: absolute;
  display: block;
  top: 17px;
  right: 17px;
}

#wraper.renewal .customerArea .titleArea .searchBox a img {
  display: block;
}

#wraper.renewal .customerArea .customer_btn {
  background-color: #241766;
  padding: 50px 0;
}

#wraper.renewal .customerArea .customer_btn .btnBox {
  text-align: center;
}

#wraper.renewal .customerArea .customer_btn .btnBox .btn {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 30px;
}

#wraper.renewal .customerArea .customer_btn .btnBox .btn a {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #aa3eed;
  margin-top: 35px;
  box-sizing: border-box;
}

#wraper.renewal .customerArea .faqBox {
  margin-top: 70px;
}

#wraper.renewal .customerArea .faqBox .faq_title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #512cb2;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #f7f7f7;
  text-align: center;
}

#wraper.renewal .customerArea .faqBox .faq_list a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 20px 35px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-image: url(../../resources/img/arrow_right.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  margin-top: -1px;
}

#wraper.renewal .customerArea .faqBox .faq_list a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
}

#wraper.renewal .customerArea .faqBox .more {
  text-align: center;
  margin-top: 20px;
}

#wraper.renewal .customerArea .faqBox .more a {
  display: inline-block;
  font-size: 16px;
  color: #241766;
  padding-bottom: 3px;
  border-bottom: 1px solid #241766;
}

#wraper.renewal .customerArea .faqBox .startBtn {
  display: block;
  width: 300px;
  text-align: center;
  background-color: #241766;
  margin: 70px auto 0;
  border-radius: 10px;
}

#wraper.renewal .customerArea .faqBox .startBtn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 76px;
  font-size: 20px;
  color: #fff;
}

#wraper.renewal .customerArea .faqBox .startBtn img {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-left: 15px;
  margin-right: -10px;
}

#wraper.renewal .acade {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#wraper.renewal .acade .acade_apply_mobile {
  display: none;
}

#wraper.renewal .acade .acade_apply_pc {
  display: block;
}

#wraper.renewal .aboutArea .center {
  width: 1024px;
}

#wraper.renewal .aboutArea .titleArea {
  position: relative;
  width: 100%;
  height: 730px;
  background-image: url(../../resources/img/intro_title_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#wraper.renewal .aboutArea .titleArea .textBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-55%);
}

#wraper.renewal .aboutArea .titleArea .text01 {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

#wraper.renewal .aboutArea .titleArea .text02 {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}

#wraper.renewal .aboutArea .titleArea .text02 figure {
  text-align: center;
  margin-bottom: 20px;
}

#wraper.renewal .aboutArea .titleArea .text02 figure img {
  display: inline-block;
  width: 100px;
  margin-left: -100px;
}

#wraper.renewal .aboutArea .titleArea .text02 p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}

#wraper.renewal .aboutArea .greeting {
  padding: 50px 0 150px;
}

#wraper.renewal .aboutArea .greeting .textBox {
  display: inline-block;
  vertical-align: bottom;
  width: 62%;
}

#wraper.renewal .aboutArea .greeting .textBox .text01 {
  font-size: 24px;
  font-weight: 500;
  color: #512cb2;
}

#wraper.renewal .aboutArea .greeting .textBox .text02 {
  font-size: 26px;
  color: #333;
  margin-top: 30px;
  line-height: 1.4;
}

#wraper.renewal .aboutArea .greeting .textBox .text03 {
  margin-top: 30px;
}

#wraper.renewal .aboutArea .greeting .textBox .text03 .m_ceo {
  display: none;
}

#wraper.renewal .aboutArea .greeting .textBox .text03 p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

#wraper.renewal .aboutArea .greeting .textBox .text03 p:last-child {
  margin-bottom: 0;
}

#wraper.renewal .aboutArea .greeting .textBox .text03 p .pc_block {
  display: block;
}

#wraper.renewal .aboutArea .greeting figure {
  display: inline-block;
  vertical-align: bottom;
  width: 37%;
}

#wraper.renewal .aboutArea .greeting figure img {
  display: block;
  max-width: 100%;
}

#wraper.renewal .formBox .form_titleBox {
  position: relative;
  padding: 13px 40px 13px 20px;
}

#wraper.renewal .formBox .form_titleBox ._toggle_btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/resources/img/common/ico-title-toggle@2x.png) no-repeat;
  background-size: cover;
}

#wraper.renewal .formBox .form_titleBox ._toggle_btn.on {
  transform: rotate(180deg);
}

#wraper.renewal .formBox .form_titleBox.ty2 {
  padding: 23px 20px;
}

#wraper.renewal .formBox .form_titleBox.ty2 ._toggle_btn {
  top: 23px;
}

#wraper.renewal .reques .formBox .fileBox {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
  padding-right: 80px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
}

#wraper.renewal .request .formBox .fileBox button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 78px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 0;
  line-height: 1;
}

#wraper.renewal .request .titleBox {
  text-align: center;
}

#wraper.renewal .request .flowWrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

#wraper.renewal .request .flowWrap:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 40px;
  right: 40px;
  height: 2px;
  background-color: #436fe0;
}

#wraper.renewal .request .flowBox {
  position: relative;
  display: inline-block;
}

#wraper.renewal .request .flowBox li {
  position: relative;
  display: inline-block;
  width: 64px;
  margin: 0 30px;
  padding: 0;
  vertical-align: top;
}

#wraper.renewal .request .flowBox li:first-child:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #eef0f5;
  z-index: 2;
}

#wraper.renewal .request .flowBox li:last-child:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 50%;
  height: 2px;
  background-color: #eef0f5;
  z-index: 2;
}

#wraper.renewal .request .flowBox li .number {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #436fe0;
  background-color: #eef0f5;
  color: #436fe0;
  font-weight: bold;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  z-index: 5;
}

#wraper.renewal .request .flowBox li p {
  display: block;
  width: 100%;
  margin-top: 12px;
  color: #333;
  font-size: 12px;
  letter-spacing: -0.2px;
  text-align: center;
}

#wraper.renewal .request .flowBox li.active .number {
  color: #fff;
  background-color: #436fe0;
}

#wraper.renewal .request .flowBox li.active p {
  color: #436fe0;
  font-weight: bold;
}

#wraper.renewal .request .itemArea {
  margin-top: 10px;
}

#wraper.renewal .request .itemArea .itemBox {
  width: 100%;
  margin-top: 1px;
  border: 1px solid #dddee3;
  box-sizing: border-box;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .itemBox:first-child {
  margin-top: 10px;
}

#wraper.renewal .request .itemArea .itemBox .item_title {
  position: relative;
  margin: 0 19px;
  padding: 14px 0px;
  border-bottom: 1px solid #dddee3;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#wraper.renewal .request .itemArea .itemBox .item_title.inner_title {
  margin: 0 19px;
  padding: 13px 5px 13px 0;
  border-top: 1px solid #dddee3;
  font-size: 15px;
}

#wraper.renewal .request .itemArea .itemBox .item_title.inner_title_first {
  margin: 0 19px;
  padding: 13px 5px 13px 0;
  font-size: 15px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts {
  padding: 20px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .notice {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #436fe0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioArea {
  width: 100%;
  padding: 10px 20px;
  background-color: #f5f6fa;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 25px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioArea .conts_title {
  margin: 10px 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title {
  position: relative;
  margin: 20px 0 8px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title:first-child {
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .red {
  margin-left: 5px;
  color: #436fe0;
  font-weight: normal;
  font-size: 14px;
  vertical-align: top;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio {
  display: inline-block;
  vertical-align: middle;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio input {
  display: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio input + label {
  display: inline-block;
  margin-left: 20px;
  padding-left: 28px;
  background-image: url(/resources/img/common/ico-rdo-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio input:first-child + label {
  margin-left: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio input:checked + label {
  background-image: url(/resources/img/common/ico-rdo-on@2x.png);
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_tab input:first-child + label {
  margin-left: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_title + .cate_list {
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .btn_tooltip1 {
  margin: 0 0 0 4px;
  display: block;
  width: 16px;
  height: 19px;
  background-color: transparent;
  background-image: url(/resources/img/board/icon-tooltip@2x.png);
  background-repeat: no-repeat;
  background-size: 16px 19px;
  background-position: 50% 50%;
  z-index: 2;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(/resources/img/common/icon-close.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list {
  width: 100%;
  margin-top: 15px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list li {
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list li:first-child {
  border-top: 0 none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .text {
  display: table-cell;
  width: 165px;
  color: #777;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 10px;
  letter-spacing: -0.22px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .detail {
  display: table-cell;
  padding: 13px 0 13px 20px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.22px;
  vertical-align: middle;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .detail .multi_inputBox.email .inputBox input[type=text] {
  width: 100%;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .inputBox {
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
  margin-top: 0;
  vertical-align: middle;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .multi_inputBox {
  overflow: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .multi_inputBox.email .inputBox {
  float: left;
  width: 167px;
  margin-top: 0;
  padding-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .multi_inputBox.email .inputBox + p {
  float: left;
  width: 20px;
  line-height: 40px;
  text-align: center;
  vertical-align: bottom;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .multi_inputBox.email .inputBox input[type=text] {
  width: calc(50% - 10px);
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .multi_inputBox.email .selectBox {
  float: left;
  width: 167px;
  margin-top: 0;
  padding-top: 0;
  margin-left: 10px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox {
  margin-top: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input {
  display: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input + label {
  display: inline-block;
  margin-left: 20px;
  padding-left: 28px;
  background-image: url(/resources/img/common/ico-rdo-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input + label span {
  color: #df3b5d;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input + label p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 2px 5px 3px;
  background-color: #df3b5d;
  vertical-align: text-bottom;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input:first-child + label {
  margin-left: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input:checked + label {
  background-image: url(/resources/img/common/ico-rdo-on@2x.png);
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox .radioList input + label {
  margin-right: 0;
  padding: 16px 15px 18px;
  background-image: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .radioBox .radioList input + label span {
  color: #333;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox {
  overflow: hidden;
  position: relative;
  max-width: 406px;
  padding-right: 88px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox .file_name {
  float: left;
  width: calc(100% - 88px);
  height: 40px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  outline: none;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox .fileBtn {
  display: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox label {
  float: left;
  display: block;
  width: 88px;
  height: 40px;
  border: 1px solid #656e83;
  background-color: #656e83;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox2 {
  overflow: hidden;
  position: relative;
  max-width: 406px;
  width: 100%;
  height: 40px;
  padding: 10px 88px 10px 10px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  font-size: 14px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox2 input[type=file] {
  display: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .fileBox2 .fileName {
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 30px);
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  text-overflow: ellipsis;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 25px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox input[type=text]:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox input[type=number] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox input[type=number]:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox {
  overflow: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .inputBox.wd30 {
  position: relative;
  float: left;
  width: calc((100% - 20px) / 2);
  height: auto;
  min-height: 40px;
  margin: 25px 0 0;
  padding: 21px 0 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .inputBox.wd30:nth-child(2n) {
  margin-left: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .inputBox.wd30:only-child {
  width: 100%;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .selectBox.wd30 {
  position: relative;
  float: left;
  width: calc((100% - 20px) / 2);
  height: auto;
  min-height: 40px;
  margin: 25px 0 0;
  padding: 21px 0 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox p {
  min-width: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  margin-bottom: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle:before {
  top: 15px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .send_btn {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .state {
  display: none;
  float: none;
  vertical-align: middle;
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .radioBox {
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd60 {
  width: 67%;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .box {
  overflow: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd100 {
  position: relative;
  height: auto;
  min-height: 40px;
  margin: 25px 10px 0 0;
  padding-top: 21px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd100 + .inputBox.wd100 {
  margin-top: 8px;
  padding: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd100 label {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 13px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd100 label.tx_gray {
  top: -2px;
  color: #777;
  font-size: 14px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .inputBox.wd30 {
  width: calc((100% - 240px) / 2);
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .inputBox.wd30 + p {
  float: left;
  width: 20px;
  margin: 40px 0 0;
  padding-top: 17px;
  text-align: center;
  vertical-align: bottom;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .selectBox.wd30 {
  width: 200px;
  margin-left: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd30 label {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 13px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd30 label.tx_gray {
  top: -2px;
  color: #777;
  font-size: 14px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox.wd30:before {
  margin-top: 6px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .textArea {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .textArea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  font-size: 14px;
  outline: none;
  resize: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .textArea textarea:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox {
  position: relative;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox select:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox label {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: -20px;
  padding-left: 5px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox.noGap {
  margin-top: 8px;
  padding: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .selectBox.noGap:before {
  margin-top: -4px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_inp {
  overflow: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .mgT40 {
  margin-top: 40px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .btnBox2 {
  margin-top: 20px;
  text-align: center;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .btnBox2 a {
  display: inline-block;
  width: 186px;
  height: 46px;
  margin: 0 5px;
  box-sizing: border-box;
  border: 1px solid #436fe0;
  color: #436fe0;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .btnBox2 a.save {
  color: #fff;
  background-color: #436fe0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.id_num .inputBox.wd30 + p {
  float: left;
  width: 20px;
  margin: 40px 0 0;
  padding-top: 17px;
  text-align: center;
  vertical-align: bottom;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_btn {
  text-align: right;
  margin-top: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_btn a {
  display: inline-block;
  width: 100px;
  height: 46px;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  color: #436fe0;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .item_box1 {
  margin-top: 40px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .item_box2 {
  margin-top: 40px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list + .cate_title {
  margin-top: 40px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li {
  width: calc(50% - 10px);
  margin-top: 2px;
  margin-right: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li:nth-child(2n+1) {
  margin-right: 10px;
  margin-left: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input {
  display: none;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label {
  display: flex;
  min-height: 34px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 30px;
  background-image: url(/resources/img/common/ico-check-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #555;
  cursor: pointer;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label:after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label .text01 {
  flex: 1;
  margin: auto;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label .text02 {
  flex: 3;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  margin: auto;
  line-height: 1.6;
  letter-spacing: -0.23px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input:checked + label {
  background-image: url(/resources/img/common/ico-check-on@2x.png);
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_title {
  margin-bottom: 15px;
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .cate_title + .cate_list {
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .conts_notice {
  color: #436fe0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .hiddenBox {
  display: none;
  width: 100%;
  padding: 20px 0 0;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .hiddenBox .box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  overflow: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .hiddenBox .box:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .hiddenBox .box .inputBox {
  float: left;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .hiddenBox .box .inputBox:first-child {
  margin-top: 0;
}

#wraper.renewal .request .itemArea .itemBox .item_conts .hidden_form02 .inputBox {
  float: left;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_conts.ty_bd {
  margin: 19px;
  padding: 20px 0px;
  border-top: 1px solid #dddee3;
}

#wraper.renewal .request .itemArea .itemBox .item_result {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_result .result_title {
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

#wraper.renewal .request .itemArea .itemBox .item_result .result_title span {
  font-weight: normal;
}

#wraper.renewal .request .itemArea .itemBox .item_result .selectBox {
  position: relative;
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_result .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 40px 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  background-color: transparent;
  outline: none;
  background-color: #fff;
  background-image: url(../../resources/img/arrow_down.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete {
  overflow: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box {
  float: left;
  width: 45%;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box .result_title:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box .result_title .all_del {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #df3b5d;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box:last-child {
  float: right;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box .list {
  width: 100%;
  height: 260px;
  border: 1px solid #ddd;
  padding: 5px 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box .list a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box .list a:hover {
  color: #fff;
  background-color: #333;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .box .list a.active {
  color: #fff;
  background-color: #333;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .listBtn {
  float: left;
  width: 10%;
  padding: 120px 10px 0;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .listBtn a {
  display: block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #241766;
  text-align: center;
  border: 1px solid #241766;
  box-sizing: border-box;
  margin: 0 auto;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .listBtn a:hover {
  color: #fff;
  background-color: #241766;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .listBtn a.del {
  color: #df3b5d;
  border-color: #df3b5d;
  margin-top: 10px;
}

#wraper.renewal .request .itemArea .itemBox .item_result .add_delete .listBtn a.del:hover {
  color: #fff;
  background-color: #df3b5d;
}

#wraper.renewal .request .itemArea .itemBox .item_result .totalBox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
}

#wraper.renewal .request .itemArea .itemBox .item_result .totalBox span {
  margin-left: 20px;
}

#wraper.renewal .request .itemArea .itemBox .item_result .notice {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #436fe0;
}

#wraper.renewal .request .itemArea .itemBox .item_result .btnBox2 {
  margin-top: 20px;
  text-align: center;
}

#wraper.renewal .request .itemArea .itemBox .item_result .btnBox2 a {
  display: inline-block;
  width: 186px;
  height: 46px;
  margin: 0 5px;
  box-sizing: border-box;
  border: 1px solid #436fe0;
  color: #436fe0;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}

#wraper.renewal .request .itemArea .itemBox .item_result .btnBox2 a.save {
  color: #fff;
  background-color: #436fe0;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 th {
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 th:nth-child(1) {
  width: 71px !important;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 th:nth-child(2) {
  width: 51px !important;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 th:nth-child(3) {
  width: 80px !important;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 th:nth-child(4) {
  width: 65% !important;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 th:nth-child(5) {
  width: 85px !important;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 td {
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 td input {
  display: none;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 td input + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../resources/img/icon_check_off.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 td input:checked + label {
  background-image: url(../../resources/img/icon_check_on.png);
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 td .btn {
  display: inline-block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #241766;
  text-align: center;
  border: 1px solid #241766;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .itemBox .tbBox table.tb01 td .btn:hover {
  color: #fff;
  background-color: #241766;
}

#wraper.renewal .request .itemArea .notice {
  margin-top: 1px 0;
  color: #999;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.2px;
}

#wraper.renewal .request .itemArea .radioList {
  margin: 4px 0 0 -20px;
}

#wraper.renewal .request .itemArea .radioList:after {
  display: block;
  clear: both;
  content: "";
}

#wraper.renewal .request .itemArea .radioList li {
  position: relative;
  float: left;
  margin: 16px 0 0 20px;
}

#wraper.renewal .request .itemArea .radioList input {
  display: none;
}

#wraper.renewal .request .itemArea .radioList input:checked + label {
  border-color: #436fe0;
}

#wraper.renewal .request .itemArea .radioList input:checked + label .radio_tit {
  background-image: url(/resources/img/common/ico-rdo-on@2x.png);
}

#wraper.renewal .request .itemArea .radioList label {
  display: block;
  width: 400px;
  height: 218px;
  padding: 16px 15px 18px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .radioList label .radio_tit {
  display: block;
  padding-left: 30px;
  background-image: url(/resources/img/common/ico-rdo-off@2x.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

#wraper.renewal .request .itemArea .radioList label .radio_example {
  display: block;
  height: 100px;
  margin: 2px 0 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}

#wraper.renewal .request .itemArea .radioList label .radio_example.example1 {
  background-image: url(/resources/img/board/icon-typo@2x.png);
}

#wraper.renewal .request .itemArea .radioList label .radio_example.example2 {
  background-image: url(/resources/img/board/icon-apple@2x.png);
}

#wraper.renewal .request .itemArea .radioList label .radio_example.example3 {
  background-image: url(/resources/img/board/icon-apple-typo@2x.png);
}

#wraper.renewal .request .itemArea .radioList label .radio_example.example4 {
  background-image: url(/resources/img/board/icon-other@2x.png);
}

#wraper.renewal .request .itemArea .radioList label .radio_desc {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

#wraper.renewal .request .itemArea .radioList .wrap_tooltip {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 16px;
  height: 19px;
}

#wraper.renewal .request .itemArea .radioList .wrap_tooltip .cont_tooltip {
  display: none;
  position: absolute;
  top: 30px;
  right: -34px;
  width: 336px;
  min-height: 190px;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid #979797;
  background: #fff;
  z-index: 3;
}

#wraper.renewal .request .itemArea .radioList .wrap_tooltip .cont_tooltip p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.22px;
}

#wraper.renewal .request .itemArea .radioList .wrap_tooltip .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(/resources/img/common/icon-close.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
}

#wraper.renewal .request .itemArea .radioList .btn_tooltip {
  display: block;
  width: 16px;
  height: 19px;
  background-color: transparent;
  background-image: url(/resources/img/board/icon-tooltip@2x.png);
  background-repeat: no-repeat;
  background-size: 16px 19px;
  background-position: 50% 50%;
  z-index: 2;
}

#wraper.renewal .request .itemArea .inputBox {
  position: relative;
  width: 100%;
  margin-top: 25px;
  box-sizing: border-box;
}

#wraper.renewal .request .itemArea .inputBox input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  outline: none;
}

#wraper.renewal .request .itemArea .inputBox input[type=text]:focus {
  border-color: #436fe0;
  background-color: #fff;
}

#wraper.renewal .request .itemArea .item_arrow {
  width: 100%;
  height: 27px;
  background-image: url(/resources/img/common/ico-process.png);
  background-position: center;
  background-repeat: no-repeat;
}

#wraper.renewal .request .itemArea .request_btn {
  text-align: center;
  margin-top: 40px;
}

#wraper.renewal .request .itemArea .request_btn a {
  display: inline-block;
  width: 100px;
  height: 46px;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  color: #436fe0;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
}

#wraper.renewal .request .itemArea .request_btn a.btn01 {
  color: #436fe0;
}

#wraper.renewal .request .itemArea .request_btn a.btn02 {
  color: #fff;
  background-color: #436fe0;
}

#wraper.renewal .request .itemArea .hidden_form01 {
  display: none;
  overflow: hidden;
}

#wraper.renewal .request .itemArea .hidden_form02 {
  display: none;
  overflow: hidden;
}

#wraper.renewal .request .itemArea .hidden_form03 {
  display: none;
  overflow: hidden;
}

#wraper.renewal .request .titleBox.scroll {
  position: fixed;
  width: 100%;
  top: 55px;
  left: inherit;
  padding: 15px 60px 15px 40px;
  background-color: #fff;
  border-bottom: 1px solid #dddee3;
  z-index: 10;
}

#wraper.renewal .request .titleBox.scroll .flowBox {
  margin: 0 auto;
}

#wraper.renewal .subArea.payArea {
  min-width: 1295px;
}

#wraper.renewal .subArea.payArea .subInner {
  padding-right: 301px;
}

#wraper.renewal .subArea.payArea .subInner .btnGoBack {
  right: 301px;
}

#wraper.renewal .request_payBox {
  overflow-y: overlay;
  position: fixed;
  top: 256px;
  left: 50%;
  width: 290px;
  max-height: calc(100vh - 177px);
  margin-left: 347px;
  border: 1px solid #dddee3;
  background-color: #ffffff;
  box-sizing: border-box;
}

#wraper.renewal .request_payBox .mark_img {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}

#wraper.renewal .request_payBox .mark_img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 80px;
  transform: translateY(-50%);
}

#wraper.renewal .request_payBox .mark_payInner {
  position: relative;
  margin: 0 16px;
  padding: 16px 0;
}

#wraper.renewal .request_payBox .mark_payInner + .mark_payInner {
  border-top: 1px solid #dddddd;
}

#wraper.renewal .request_payBox .mark_object {
  border-bottom: 1px dashed #436fe0;
}

#wraper.renewal .request_payBox .mark_list {
  display: table;
  width: 100%;
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: -0.22px;
  table-layout: fixed;
}

#wraper.renewal .request_payBox .mark_list dt {
  display: table-cell;
  width: 50%;
}

#wraper.renewal .request_payBox .mark_list dd {
  display: table-cell;
  color: #333333;
  text-align: right;
}

#wraper.renewal .request_payBox .mark_list .total_fee {
  color: #436fe0;
  font-weight: bold;
  letter-spacing: -0.22px;
}

#wraper.renewal .request_payBox .mark_list.total_price {
  color: #436fe0;
}

#wraper.renewal .request_payBox .mark_list.total_price dd {
  color: #436fe0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.31px;
}

#wraper.renewal .request_payBox .mark_type {
  padding: 8px 0 0;
}

#wraper.renewal .request_payBox .mark_type .mark_list {
  margin: 8px 0 0;
}

#wraper.renewal .request_payBox .mark_type .mark_list dt {
  width: 75px;
}

#wraper.renewal .request_payBox .mark_type .mark_list dd {
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

#wraper.renewal .request_payBox .mark_type .mark_list dd:nth-child(3) {
  width: 63px;
}

#wraper.renewal .request_payBox .mark_date {
  padding: 8px 0 0;
}

#wraper.renewal .request_payBox .mark_fee {
  margin-top: 16px;
  padding: 8px 15px;
  background-color: #edeef2;
}

#wraper.renewal .request_payBox .mark_total {
  margin-top: 6px;
  padding: 16px;
}

#wraper.renewal .request_payBox .btn_pay_active {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  border: 0;
  background-color: #436fe0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.25px;
  text-align: center;
}

#wraper.renewal .request_payBox .btn_pay {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  border: 0;
  background-color: #edeef2;
  color: #656464;
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.25px;
  text-align: center;
}

#wraper.renewal .request_payBox .btn_delete {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 24px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #436fe0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.18px;
  vertical-align: middle;
  text-align: center;
}

#wraper.renewal .request_payBox.fixed {
  position: absolute;
}

#wraper.renewal .request_payBox.scroll {
  top: 144px;
}

#wraper.renewal .request_summary {
  display: none;
}

#wraper.renewal .mark_payTitle {
  display: none;
}

#wraper.renewal .payBox {
  width: 560px;
  margin: 0 auto;
  padding: 60px 0 38px;
}

#wraper.renewal .payBox .pay_title {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

#wraper.renewal .payBox .pay_title br {
  display: none;
}

#wraper.renewal .payBox .pay_title em {
  color: #436fe0;
  font-style: normal;
  letter-spacing: -0.4px;
}

#wraper.renewal .payBox .pay_desc {
  margin: 18px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
}

#wraper.renewal .payBox .pay_inner {
  margin: 26px auto 0;
  padding: 15px 0;
  border-top: 1px solid #eef0f5;
}

#wraper.renewal .payBox .pay_list {
  display: table;
  width: 100%;
  max-width: 314px;
  margin: 15px auto 0;
  table-layout: fixed;
}

#wraper.renewal .payBox .pay_list:first-child {
  margin-top: 0;
}

#wraper.renewal .payBox .pay_list dt {
  display: table-cell;
  width: 100px;
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: -0.22px;
}

#wraper.renewal .payBox .pay_list dd {
  display: table-cell;
  width: 100px;
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: -0.22px;
  width: auto;
  text-align: right;
}

#wraper.renewal .payBox .pay_list.pay_price dt {
  color: #333333;
}

#wraper.renewal .payBox .pay_list.pay_price dd {
  color: #436fe0;
  font-size: 20px;
}

#wraper.renewal .payBox .pay_detail {
  padding: 16px 0 20px;
  background-color: #eef0f5;
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.22px;
  text-align: center;
}

#wraper.renewal .payBox .pay_detail .detail_tit {
  display: block;
  margin-bottom: 25px;
}

#wraper.renewal .payBox .pay_detail .detail_tx {
  overflow: hidden;
  min-width: 180px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.22px;
}

#wraper.renewal .payBox .pay_detail .detail_tx.price {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

#wraper.renewal .payBox .pay_detail .detail_price {
  float: right;
}

#wraper.renewal .payBox .btn_goList {
  display: block;
  width: 184px;
  height: 56px;
  margin: 32px auto 0;
  padding: 15px 0 17px;
  background-color: #436fe0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
}

#wraper.renewal .admArea.payArea .center {
  padding-right: 307px;
}

#wraper.renewal .admArea.payArea .request_payBox {
  position: absolute;
  top: 0;
  left: auto;
  right: 8px;
  margin-left: 0;
}

#wraper.renewal .request.admArea .titleBox.scroll {
  position: relative;
  top: 0;
  width: 100%;
  padding: 15px 60px 15px 40px;
  background-color: #fff;
}

#wraper.renewal .dashboard .center {
  padding: 0 40px;
}

#wraper.renewal .innerBox.graphBox {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
}

#wraper.renewal .innerBox.roundBox {
  border-radius: 8px;
  border: 0;
}

#wraper.renewal .innerBox.roundBoxTop {
  border-radius: 8px 8px 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#wraper.renewal .innerBox.roundBoxBottom {
  border-radius: 0 0 8px 8px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#wraper.renewal .admin .center1280 {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wraper.renewal .innerBoxTit {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  padding: 4px 0;
}

#wraper.renewal .tray .innerBox {
  margin-top: -1px;
  padding: 20px;
}

#wraper.renewal .basicData {
  padding-bottom: 30px;
}

#wraper.renewal .basicData .center {
  padding: 0 20px;
}

#wraper.renewal .subArea.basicData .formBox .form_titleBox {
  padding: 24px 20px;
}

#wraper.renewal .subArea.basicData .formBox .form_table table th {
  color: #333;
}

#wraper.renewal .subArea.basicData .formBox .form_table th.smallTh {
  width: 14px;
}

#wraper.renewal .subArea.basicData .formBox .form_table table.noBorder tr {
  border: 0;
}

#wraper.renewal .subArea.basicData .formBox .form_table table.noBorder td {
  padding-top: 10px;
  padding-bottom: 10px;
}

#wraper.renewal .subArea.basicData .formBox .textArea {
  height: auto;
}

#wraper.renewal .subArea.basicData .formBox .textArea textarea {
  padding: 14px 24px;
}

#wraper.renewal .subArea.capital .tableBox {
  padding: 16px 26px 16px 16px;
  border-top: 1px solid #DDDEE3;
}

#wraper.renewal .subArea.capital .tableBox table {
  letter-spacing: -0.215px;
}

#wraper.renewal .subArea.capital .tableBox table th {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #dddee3;
  border-top: 0;
  color: #333;
}

#wraper.renewal .subArea.capital .tableBox table th:first-child {
  border-left: 0;
}

#wraper.renewal .subArea.capital .tableBox table th:last-child {
  border-right: 0;
}

#wraper.renewal .subArea.capital .tableBox table td {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  border: 1px solid #EEF0F5;
}

#wraper.renewal .subArea.capital .tableBox table td:first-child {
  border-left: 0;
}

#wraper.renewal .subArea.capital .tableBox table td:last-child {
  border-right: 0;
}

#wraper.renewal .subArea.capital .tableBox table td .download_btn {
  color: #436FE0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 6px;
  box-sizing: border-box;
  height: 28px;
  width: 80px;
  border: 1px solid #436FE0;
  background-color: transparent;
}

#wraper.renewal .subArea.capital .tableBox table td .btn-primary-line {
  display: inline-block;
  color: #436FE0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
}

#wraper.renewal .subArea.capital .tableBox table td .btn-grey-line {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #DDDEE3;
  box-sizing: border-box;
}

#wraper.renewal .subArea.capital .tableBox .scrollBox.ty_row .table_scroll table th {
  width: auto;
}

#wraper.renewal .subArea.capital .tableBox .scrollBox.ty_row .table_scroll table td {
  width: auto;
}

#wraper.renewal .admArea.dashboard .formBox .form_table table th {
  color: #777;
  font-weight: 400;
}

#wraper.renewal .admArea.dashboard .formBox .form_table table th.dashboard {
  height: 90px;
  vertical-align: middle;
  color: #938FA3;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

#wraper.renewal.hide_nav #mySidenav {
  left: -190px;
}

#wraper.renewal.hide_nav .frontArea {
  padding-left: 0;
}

#wraper.renewal.hide_nav .subArea {
  padding-left: 0;
}

#wraper.renewal.hide_nav .admArea {
  padding-left: 0;
}

#wraper.renewal.hide_nav .btnContract:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

#wraper.renewal .search:after {
  content: "";
  display: block;
  clear: both;
}

#wraper.renewal .search .selectBox {
  float: left;
  width: 120px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #dddee3;
  box-sizing: border-box;
  background-image: url(/resources/img/common/ico-arrow-down.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
}

#wraper.renewal .search .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: none;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .search .inputBox {
  float: left;
  width: 420px;
  height: 40px;
  box-sizing: border-box;
}

#wraper.renewal .search .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: 1px solid #dddee3;
  background-color: transparent;
  outline: none;
}

#wraper.renewal .search .btn {
  float: left;
  width: 80px;
  height: 40px;
  margin-left: -1px;
  border: 1px solid #436fe0;
  background-color: #436fe0;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
}

.mark_header {
  width: 100%;
}

.mark_header #header_top {
  width: 100%;
  background-color: #241766;
  text-align: right;
}

.mark_header #header_top .center {
  height: 40px;
  line-height: 34px;
  padding: 10px;
  box-sizing: border-box;
}

.mark_header #header_top a {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-left: 30px;
  font-size: 14px;
  color: #ccc;
}

.mark_header #header_top a.style01 {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

.mark_header #header_top.scroll_t {
  background: #cdd2db;
}

.mark_header #header_top.scroll_t a {
  color: #333;
}

.mark_header #mark_header.scroll_t {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #cdd2db;
  z-index: 100;
}

.mark_header header.scroll {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.mark_header header.scroll .logo a {
  background-image: url(/resources/img/common/logo-navy2@2x.png);
}

.mark_header header.scroll .gnb_pc a {
  color: #333;
  color: #333;
}

.mark_header header.scroll .gnb_pc a:after {
  background: #333;
}

.mark_header header.scroll .gnb_pc .startBtn {
  border: 2px solid #333;
  border-radius: 5px;
}

.mark_header header.scroll #header_top a {
  color: #333;
}

.mark_header header {
  width: 100%;
  height: 85px;
  padding: 18px 0;
  box-sizing: border-box;
  background-color: #512cb2;
  transition: all 0.3s;
  z-index: 4;
}

.mark_header header:after {
  content: "";
  display: block;
  clear: both;
}

.mark_header header .toggle {
  display: none;
}

.mark_header header .logo {
  display: inline-block;
  margin: 0 0 0 80px;
  vertical-align: top;
  position: absolute;
  top: -10px;
  left: 0;
}

.mark_header header .logo a {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(/resources/img/common/logo@2x.png);
  background-size: 70px 70px;
  vertical-align: top;
  z-index: 1;
}

.mark_header header .gnb_pc {
  float: right;
}

.mark_header header .gnb_pc li {
  position: relative;
  display: inline-block;
  padding: 0 19px;
  vertical-align: middle;
}

.mark_header header .gnb_pc li .about {
  width: 72px;
}

.mark_header header .gnb_pc li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.mark_header header .gnb_pc li > a:after {
  content: "";
  position: absolute;
  width: 0%;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #fff;
  height: 2px;
  transition: all 0.5s;
}

.mark_header header .gnb_pc li > a:hover {
  font-weight: bold;
}

.mark_header header .gnb_pc li > a:hover:after {
  width: 100%;
}

.mark_header header .gnb_pc li > a:focus {
  font-weight: bold;
}

.mark_header header .gnb_pc li > a:focus:after {
  width: 100%;
}

.mark_header header .gnb_pc .startBtn {
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.mark_header header .gnb_pc li.in_sub > a:hover {
  font-weight: normal;
}

.mark_header header .gnb_pc li.in_sub > a:hover:after {
  width: 0;
}

.mark_header header .gnb_pc li.in_sub > a:focus {
  font-weight: normal;
}

.mark_header header .gnb_pc li.in_sub > a:focus:after {
  width: 0;
}

.mark_header header .gnb_m {
  display: none;
}

.mark_header header .m_header {
  display: none;
}

.mark_header .tnb-banner {
  width: 100%;
  background: #aa3eed;
  position: relative;
  z-index: 3;
}

.mark_header .tnb-banner .center-nm {
  height: 90px;
}

.mark_header .tnb-banner .tnb-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.mark_header .tnb-banner .tnb-inner * {
  flex-shrink: 0;
}

.mark_header .tnb-banner .tnb-inner h2 {
  width: 98px;
  height: 98px;
}

.mark_header .tnb-banner .tnb-inner h2 img {
  width: 100%;
  height: auto;
}

.mark_header .tnb-banner .tnb-inner .txt {
  font-size: 30px;
  font-weight: 300;
  color: white;
  margin: 0 19px 0 11px;
}

.mark_header .tnb-banner .tnb-inner .txt .mo-h {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-flex;
}

.mark_header .tnb-banner .tnb-inner .txt strong {
  font-weight: var(--font-weight-bold);
  font-size: inherit;
}

.mark_header .tnb-banner .tnb-inner .btn-estimate {
  width: 195px;
  height: 56px;
  background: white;
  font-size: 22px;
  color: #1E336C;
  font-weight: 700;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mark_header .tnb-banner .btn-close {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  font-size: 0;
  background: url("/resources/img/common/tnb-btn-close.svg") no-repeat center center;
}

.costWraper .mark_header header.scroll {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.costWraper .mark_header header {
  position: relative;
}

.costWraper .mark_header header .center {
  position: static;
}

.costWraper .mark_header header .gnb_pc {
  float: none;
  width: 1280px;
  margin: auto;
  text-align: right;
}

.costWraper .mark_header header .logo {
  position: absolute;
  top: 7px;
  left: 0;
}

header .gnb_pc .startBtn:hover:after {
  display: none;
}

header .gnb_pc .startBtn:focus:after {
  display: none;
}

.center-nm {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}

.dashboard_header {
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 55px;
  padding: 0;
  background: #0f255b;
  box-sizing: border-box;
  transition: all 0.1s;
}

.dashboard_header .gnb_pc {
  float: none;
  margin-top: 0;
}

.dashboard_header .gnb_pc .util .compSel {
  float: left;
  padding-right: 24px;
  background: transparent url(/resource/img/common/icon_arrow_wh.svg) right center no-repeat;
  background: transparent url(../../resources/img/common/icon_arrow_wh.svg) right center no-repeat;
  border: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.215px;
}

.dashboard_header .gnb_pc .util .compSel option {
  color: #333;
}

.dashboard_header .gnb_pc .util .userBtn:hover:after {
  display: none;
}

.dashboard_header .gnb_pc .util .userBtn:focus:after {
  display: none;
}

.dashboard_header .util {
  overflow: hidden;
  padding: 16px 16px 16px 190px;
  text-align: right;
}

.dashboard_header .util .cs_tx {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.25px;
  text-align: left;
}

.dashboard_header .util .cs_tx:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/resources/img/common/m-ico-cs.png);
  background: url(../../resources/img/common/m-ico-cs.png);
  background-size: cover;
  content: "";
}

.dashboard_header .util .cs_tx_viola {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.25px;
  text-align: left;
}

.dashboard_header .util .cs_tx_viola:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/resources/img/logo_viola_70.png);
  background-size: cover;
  content: "";
}

.dashboard_header .util .cs_tx_cello {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.25px;
  text-align: left;
}

.dashboard_header .util .cs_tx_cello:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/resources/img/common/logo.png);
  background-size: cover;
  content: "";
}

.dashboard_header .util .cs_tx_symphonia {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.25px;
  text-align: left;
}

.dashboard_header .util .cs_tx_symphonia:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/resources/symphonia/images/logo.png);
  background-size: cover;
  content: "";
}

.dashboard_header .admin_tx {
  float: left;
  margin: 0;
  color: #8cacff;
  font-size: 14px;
  line-height: 23px;
  vertical-align: top;
  float: left;
  margin: 0;
  color: #8cacff;
  font-size: 14px;
  line-height: 23px;
  vertical-align: top;
}

.dashboard_header .user_info {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  vertical-align: top;
}

.dashboard_header .userBtn {
  display: inline-block;
  min-width: 60px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: -0.18px;
  text-align: center;
  vertical-align: top;
}

.dashboard_header .userBtn + .userBtn {
  margin-left: 5px;
}

.dashboard_header .gnb_m {
  display: none;
}

.dashboard_header .m_header {
  display: none;
}

.dashboard_header.newHeader .util {
  padding-left: 210px;
}

@media (max-width: 1024px) {
  .dashboard_header .gnb_pc {
    position: relative;
    margin-left: 145px;
    top: -56px;
    width: 50%;
  }
  .dashboard_header.newHeader .util {
    display: block;
    padding-left: 0px;
  }
  .dashboard_header .gnb_pc .util .compSel {
    display: block;
    padding-right: 10px;
    text-align: center;
  }
  .dashboard_header .gnb_pc .util a {
    display: none;
  }
  .dashboard_header .gnb_pc .util .user_info {
    display: none;
  }
}
.dashboard_header.scroll {
  position: fixed;
  left: 0;
  z-index: 100;
}

.dashboard_header.scroll .gnb_pc .util .userBtn {
  color: #fff;
}

.dashboard_header.hide_nav {
  margin-left: 0;
}

#footer_pc {
  width: 100%;
  padding: 50px 0 50px 250px;
  box-sizing: border-box;
  background-color: #241766;
  overflow: hidden;
}

#footer_pc:after {
  content: "";
  display: block;
  clear: both;
}

#footer_pc .infoBox {
  float: left;
  color: #ddd;
  font-weight: 300;
}

#footer_pc .infoBox a {
  display: inline-block;
  font-size: 16px;
  color: #ddd;
  vertical-align: middle;
}

#footer_pc .infoBox p {
  display: block;
  font-size: 14px;
  color: #ddd;
  margin-top: 30px;
  line-height: 1.8;
}

#footer_pc .telBox {
  float: right;
  padding: 30px 20px;
  border: 2px solid #ddd;
}

#footer_pc .telBox .text01 {
  font-size: 14px;
  color: #fff;
}

#footer_pc .telBox .text02 {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}

#footer_m {
  display: none;
}

#footer_pc.mark_footer {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  background-color: #223868;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.pop-layer {
  position: fixed;
  width: 1000px;
  height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000000;
}

.pop-layer .pop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 15px;
  background-color: #436FE0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
}

.pop-layer .addRows {
  cursor: pointer;
  display: inline-block;
  min-width: 50px;
  margin-bottom: 5px;
  padding: 0;
  border: 1px solid #436FE0;
  border-radius: 11px;
  color: #436FE0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.18px;
  text-align: center;
  vertical-align: top;
}

.pop-layer .popBlueBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  background: #436FE0;
  width: 184px;
  max-width: 184px;
  height: 56px;
  border: 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.185px;
}

.pop-layer .pop-container {
  width: 100%;
  padding: 20px 0 20px 25px;
  box-sizing: border-box;
}

.pop-layer .pop-container .inputBox {
  height: 26px;
  max-width: 100%;
}

.pop-layer .pop-container .inputBox.center input {
  padding: 3px;
  text-align: center;
  width: 100%;
}

.pop-layer .pop-container .wideScrollWrap {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px + 32px);
  box-sizing: border-box;
  overflow: auto;
}

@media (max-width: 640px) {
  .pop-layer .pop-container .wideScrollWrap {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 8px + 8px);
  }
}
.pop-layer .pop-container .mTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0F2F6;
  padding: 14px;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.246px;
  margin: 24px 0;
}

.pop-layer .pop-container .mTotal .value {
  color: #436FE0;
  font-weight: bold;
  margin-top: 4px;
}

.pop-layer .pop-container .mTotal > div:first-child {
  width: 30%;
}

.pop-layer .pop-container .mTotal > div {
  flex: 1 0 0;
  text-align: center;
}

.pop-layer .xBtn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.pop-layer .xBtn img {
  width: 20px;
}

.pop-layer .pop-conts .title {
  text-align: center;
  margin: 20px 0;
}

.pop-layer .pop-conts .title span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
}

.pop-layer .pop-conts .subTitle {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.pop-layer .pop-conts .textBox {
  width: 100%;
  height: 558px;
  overflow-y: scroll;
}

.pop-layer .pop-conts .text01 {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.pop-layer .pop-conts .text02 {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.pop-layer .pop-conts .text02 div {
  line-height: 1.6;
}

.pop-layer .pop-conts .text02 table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.pop-layer .pop-conts .text02 table th {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px dotted #ddd;
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 5px;
}

.pop-layer .pop-conts .text02 table td {
  font-size: 14px;
  color: #333;
  border: 1px dotted #ddd;
  text-align: center;
  padding: 10px 5px;
}

.pop-layer .file_list {
  width: 100%;
  box-sizing: border-box;
}

.pop-layer .file_list li {
  display: table;
  width: 100%;
  height: 65px;
  table-layout: fixed;
  border-top: 1px solid #eef0f5;
  box-sizing: border-box;
}

.pop-layer .file_list li:first-child {
  border-top: 0;
}

.pop-layer .file_list li .file_title {
  display: table-cell;
  width: 165px;
  height: 65px;
  color: #777;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.22px;
  text-align: left;
  vertical-align: middle;
}

.pop-layer .file_list li .file_detail {
  display: table-cell;
  padding-left: 20px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.22px;
  vertical-align: middle;
}

.pop-layer .file_list .fileBox {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  padding-right: 80px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  height: 42px;
}

.pop-layer .file_list .fileBox button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 78px;
  box-sizing: border-box;
  background-color: #436fe0;
  border: 1px solid #436fe0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}

.mTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0F2F6;
  padding: 14px;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.246px;
  margin: 24px 0;
}

.mTotal .value {
  color: #436FE0;
  font-weight: bold;
  margin-top: 4px;
}

.mTotal > div:first-child {
  width: 30%;
}

.mTotal > div {
  flex: 1 0 0;
  text-align: center;
}

.wideScrollWrap {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px + 32px);
  box-sizing: border-box;
  overflow: auto;
}

@media (max-width: 640px) {
  .wideScrollWrap {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 8px + 8px);
  }
}
.pop-layer.pop_investRound {
  max-width: 600px;
  height: auto;
  max-height: 60%;
}

.pop-layer.pop_investRound .pop-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop-layer.pop_stockType {
  max-width: 725px;
  height: auto;
}

.pop-layer.pop_stockType .pop-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop-layer.pop_stockType .row {
  padding: 40px 0 0 40px;
}

.pop-layer.pop_stockType .row p {
  font-size: 16px;
  color: #777777;
}

.pop-layer.pop_stockFluctuations {
  max-width: 800px;
  height: auto;
}

.pop-layer.pop_stockFluctuations .pop-container {
  padding: 25px;
  padding-bottom: 40px;
}

.pop-layer.pop_stockFluctuations .pop-container .row {
  border-bottom: 1px solid #EEF0F5;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.pop-layer.pop_stockFluctuations .pop-container .row.instruction {
  padding: 0 0 40px 0;
}

@media (max-width: 640px) {
  .pop-layer.pop_stockFluctuations .pop-container .row.instruction {
    padding: 15px 0 20px 0;
    font-size: 14px;
  }
}
.pop-layer.pop_stockFluctuations .pop-container .row .icTooltip {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  background: url(../../resources/img/common/icon_tooltip.svg) center no-repeat;
}

.pop-layer.pop_stockFluctuations .pop-container .row .label {
  width: 185px;
}

.pop-layer.pop_stockFluctuations .pop-container .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pop-layer.pop_stockFluctuations .pop-container .btn-line {
  flex: 1 0 0;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #436FE0;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 500;
}

.pop-layer.pop_stockFluctuations .pop-container .btn-fill {
  flex: 1 0 0;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #436FE0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
}

.pop-layer.pop_stockFluctuations .pop-container .itemWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pop-layer.pop_stockFluctuations .pop-container .itemWrap .item {
  flex: 1 0 0;
  max-width: 280px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop-layer.pop_stockFluctuations .pop-container .itemWrap .item img {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}

.pop-layer.pop_stockFluctuations .pop-container .itemWrap .item div {
  margin-bottom: 27px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.308px;
}

.pop-layer.pop_stockFluctuations .pop-container .itemWrap .item .btn-line {
  border: 1px solid #436FE0;
  color: #436FE0;
  color: #436FE0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 46px;
  width: 180px;
  flex: 1 0 auto;
}

.pop-layer.pop_stockFluctuations .pop-container .selectBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 100%;
  max-width: 100%;
  flex: 1 0 0;
}

.pop-layer.pop_stockFluctuations .pop-container .selectBox::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

.pop-layer.pop_stockFluctuations .pop-container .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddee3;
  padding: 10px 35px 10px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  outline: none;
  background-color: #ffffff;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBoxWrap {
  flex: 1 0 0;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
  max-width: 100%;
  flex: 1 0 0;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  outline: none;
  box-sizing: border-box;
  width: 100% !important;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox input::-moz-placeholder {
  color: #999999;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox input::placeholder {
  color: #999999;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox input:only-child {
  width: 315px;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

.pop-layer.pop_stockFluctuations .pop-container .inputBox.address a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  right: 0;
  top: 0;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.pop-layer.pop_stockFluctuations .pop-container .label {
  color: #777777;
  font-size: 14px;
}

.pop-layer.pop_stockFluctuations .pop-container.type2 {
  padding-bottom: 33px;
}

.pop-layer.pop_stockFluctuations .pop-container.type2 .row {
  border: 0;
}

.pop-layer.pop_stockFluctuations .pop-container.type2 .btn-fill {
  height: 34px;
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
}

.pop-layer.pop_stockFluctuations .flexCol {
  display: flex;
  flex-direction: column;
}

.pop-layer.pop_stockFluctuations .addRows {
  margin: 8px 0;
}

.pop-layer.pop_stockFluctuations .basicTable table {
  width: 100%;
  table-layout: auto;
}

.pop-layer.pop_newShareholder {
  max-width: 550px;
  height: auto;
}

.pop-layer.pop_newShareholder .pop-container {
  padding: 32px;
  padding: 0 24px 40px;
}

.pop-layer.pop_newShareholder .pop-container .row {
  border-bottom: 1px solid #EEF0F5;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.pop-layer.pop_newShareholder .pop-container .row .icTooltip {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  background: url(../../resources/img/common/icon_tooltip.svg) center no-repeat;
}

.pop-layer.pop_newShareholder .pop-container .row .label {
  width: 185px;
}

.pop-layer.pop_newShareholder .pop-container .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pop-layer.pop_newShareholder .pop-container .btn-line {
  flex: 0 0 0;
  min-width: 184px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #436FE0;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 500;
}

.pop-layer.pop_newShareholder .pop-container .btn-fill {
  flex: 0 0 0;
  min-width: 184px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #436FE0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
}

.pop-layer.pop_newShareholder .pop-container .itemWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pop-layer.pop_newShareholder .pop-container .itemWrap .item {
  flex: 1 0 0;
  max-width: 280px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop-layer.pop_newShareholder .pop-container .itemWrap .item img {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}

.pop-layer.pop_newShareholder .pop-container .itemWrap .item div {
  margin-bottom: 27px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.308px;
}

.pop-layer.pop_newShareholder .pop-container .itemWrap .item .btn-line {
  border: 1px solid #436FE0;
  color: #436FE0;
  color: #436FE0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 46px;
  width: 180px;
  flex: 1 0 auto;
}

.pop-layer.pop_newShareholder .pop-container .selectBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 34px;
}

.pop-layer.pop_newShareholder .pop-container .selectBox::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

.pop-layer.pop_newShareholder .pop-container .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  padding: 10px 35px 10px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  outline: none;
}

.pop-layer.pop_newShareholder .pop-container .inputBoxWrap {
  flex: 1 0 0;
}

.pop-layer.pop_newShareholder .pop-container .inputBox {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
}

.pop-layer.pop_newShareholder .pop-container .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  outline: none;
  box-sizing: border-box;
}

.pop-layer.pop_newShareholder .pop-container .inputBox input::-moz-placeholder {
  color: #999999;
}

.pop-layer.pop_newShareholder .pop-container .inputBox input::placeholder {
  color: #999999;
}

.pop-layer.pop_newShareholder .pop-container .inputBox input:only-child {
  width: 315px;
}

.pop-layer.pop_newShareholder .pop-container .inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

.pop-layer.pop_newShareholder .pop-container .inputBox.address a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  right: 0;
  top: 0;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.pop-layer.pop_newShareholder .pop-container .label {
  color: #777777;
  font-size: 14px;
}

.pop-layer.pop_newShareholder .pop-container.type2 {
  padding-bottom: 33px;
}

.pop-layer.pop_newShareholder .pop-container.type2 .row {
  border: 0;
}

.pop-layer.pop_newShareholder .pop-container.type2 .btn-fill {
  height: 34px;
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
}

.pop-layer.pop_newShareholder .pop-header {
  background-color: transparent;
  color: #333333;
}

.pop-layer.ty2 {
  height: auto;
}

.pop-layer.ty2 .pop-container {
  padding: 0;
}

.pop-layer.ty2 .xBtn {
  top: 12px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../../resources/img/common/m-ico-close.png) no-repeat 50% 50%;
  background-size: 40px 40px;
}

.pop-layer.ty2 .pop-tit {
  padding: 23px 16px;
  background-color: #436fe0;
}

.pop-layer.ty2 .pop-tit .title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
}

.pop-layer.ty2 .pop-conts {
  padding: 20px;
}

.pop-layer.ty3 {
  width: 328px;
  height: auto;
}

.pop-layer.ty3 .pop-container {
  padding: 50px 10px 24px;
  text-align: center;
}

.pop-layer.ty3 .pop-container .pop-desc {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}

.pop-layer.ty3 .pop-container .pop-btn {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  margin-top: 28px;
  padding: 0 20px;
  border: 1px solid #436fe0;
  box-sizing: border-box;
  background-color: #436fe0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}

.fullType .dashboard_header {
  display: none;
}

.fullType .dashboard_header header {
  display: none;
}

.fullType #wraper.renewal .sidenav {
  display: none;
}

.fullType #wraper.renewal .subArea {
  padding: 0;
  min-height: 100vh;
}

.fullType #wraper.renewal .titleBox {
  padding: 0;
  background: none;
}

.fullType #wraper.renewal .subInner {
  padding-bottom: 100px;
}

.fullType #wraper.renewal .subInner .center {
  width: 100%;
  padding: 0;
}

.fullType #wraper.renewal .request .titleBox {
  border: none;
}

.allBorderTable th {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.allBorderTable th:first-child {
  border-left-width: 0px !important;
}

.allBorderTable th:last-child {
  border-right-width: 0px !important;
}

.allBorderTable td {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.allBorderTable td:first-child {
  border-left-width: 0px !important;
}

.allBorderTable td:last-child {
  border-right-width: 0px !important;
}

.search_detail_popup {
  display: none;
  position: fixed;
  width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 102;
}

.search_detail_popup .xBtn {
  position: absolute;
  top: 30px;
  right: 30px;
}

.search_detail_popup .popup_conts {
  width: 100%;
}

.search_detail_popup .popup_conts .title {
  font-size: 20px;
  font-weight: bold;
}

.search_detail_popup .popup_conts .popup_tab {
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  text-align: left;
  margin-top: 30px;
}

.search_detail_popup .popup_conts .popup_tab a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 40px;
}

.search_detail_popup .popup_conts .popup_tab a.active {
  color: #271585;
}

.search_detail_popup .popup_conts .popup_tab a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: #271585;
  z-index: 1;
}

.search_detail_popup .popup_conts .infoArea {
  margin-top: 30px;
  height: 600px;
  overflow-y: scroll;
}

.search_detail_popup .popup_conts .infoArea .tbBox table {
  width: 100%;
  border-collapse: collapse;
}

.search_detail_popup .popup_conts .infoArea .tbBox table th {
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: left;
  background-color: #f7f7f7;
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.search_detail_popup .popup_conts .infoArea .tbBox table td {
  text-align: left;
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.search_detail_popup .popup_conts .infoArea .tbBox table td p {
  font-size: 14px;
  color: #333;
}

.search_detail_popup .popup_conts .infoArea .tbBox table td .state {
  font-size: 12px;
  padding: 2px 8px;
  color: #aa3eed;
  border: 1px solid #aa3eed;
}

.search_detail_popup .popup_conts .infoArea .tbBox table td .imgBox {
  width: 200px;
  height: 200px;
  background-color: #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search_detail_popup .popup_conts .infoArea .tbBox table td .date {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}

.search_detail_popup .popup_conts .register_info .textBox {
  margin-bottom: 40px;
}

.search_detail_popup .popup_conts .register_info .textBox p {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.search_detail_popup .popup_conts .register_info .textBox p:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.search_detail_popup .popup_conts .register_info .textBox p span {
  color: #512cb2;
}

.search_detail_popup .popup_conts .register_info .tbBox table th {
  line-height: 1.6;
}

.search_detail_popup .popup_conts .register_info .tbBox table td p {
  margin-bottom: 10px;
  line-height: 1.8;
  margin-bottom: 0;
}

.search_detail_popup .popup_conts .register_info .info_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.stateMail {
  display: none;
  margin-left: 10px;
  color: #df3b5d;
  font-size: 12px;
  line-height: 40px;
  white-space: nowrap;
}

.slide_bx .slide_item {
  padding: 71px 30px 40px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.slide_bx .slide_item .slide_img {
  overflow: hidden;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #fff;
  vertical-align: top;
}

.slide_bx .slide_item .slide_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.slide_bx .slide_item .slide_tit {
  display: block;
  margin-top: 30px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.37px;
}

.slide_bx .slide_item .slide_desc {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.slide_bx .swiper-pagination-bullets {
  position: relative;
  margin-top: 10px;
  text-align: center;
}

.slide_bx .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 100%;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.slide_bx .swiper-pagination-bullet-active {
  background: #fff;
}

.slide_bx .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 56px;
  transform: translateY(-100%);
  background: url(/resources/img/main/ico_arrow@2x.png);
  background-size: 56px 56px;
  z-index: 10;
}

.slide_bx .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 56px;
  transform: translateY(-100%);
  background: url(/resources/img/main/ico_arrow@2x.png);
  background-size: 56px 56px;
  z-index: 10;
  left: auto;
  right: 0;
  transform: translateY(-100%) rotate(180deg);
}

.swiper-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0 10px 40px;
  list-style: none;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
}

.swiper-container-android .swiper-slide {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.mark-dateBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 40px;
}

.mark-dateBox:before {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/ico-date.png) no-repeat 0 0;
  background-size: 24px 24px;
  content: "";
}

.mark-dateBox:after {
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  background: #dddee3;
  content: "";
}

.mark-dateBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 10px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.mark-dateBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
  border-color: #436fe0;
  background-color: #fff;
}

.mark-dateBox input:focus:after {
  background-color: #436fe0;
}

.mark-dateBox img {
  display: none;
}

.ui-datepicker-trigger {
  position: absolute;
  left: 10px;
  top: 12px;
}

.hasDatepicker {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 40px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
}

.sidenav {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 190px;
  height: 100%;
  padding: 45px 15px 0;
  box-sizing: border-box;
  background-color: #436fe0;
  transition: 0.5s;
  z-index: 999;
}

.sidenav .logo {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
}

.sidenav .logo a {
  width: 100%;
  vertical-align: top;
}

.sidenav .sidenav_list {
  margin-top: 65px;
}

.sidenav .sidenav_list > a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #c5d2f3;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.22px;
  transition: 0.3s;
}

.sidenav .sidenav_list a:hover {
  color: #fff !important;
  font-weight: bold;
}

.sidenav .sidenav_list a:focus {
  color: #fff !important;
  font-weight: bold;
}

.sidenav .sidenav_list a .ico_nav {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: top;
}

.sidenav .sidenav_list a .ico_nav img {
  width: 100%;
  vertical-align: top;
}

.sidenav .sidenav_list a.active {
  color: #fff !important;
  font-weight: bold;
}

.sidenav .sidenav_list .btn-dropdown {
  position: absolute;
  top: 17px;
  right: 0;
  width: 24px;
  height: 24px;
  background: none;
}

.sidenav .sidenav_list .btn-dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(-135deg);
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #c5d2f3;
  border-left: 2px solid #c5d2f3;
}

.sidenav .sidenav_list .btn-dropdown.on:before {
  margin-top: -2px;
  transform: rotate(45deg);
}

.sidenav .sidenav_list .dropdown-container {
  display: none;
  margin: -1px -20px 0;
  padding: 25px 0;
  background-color: #315ecd;
}

.sidenav .sidenav_list .dropdown-container a {
  display: block;
  padding: 5px 0 5px 20px;
  color: #c5d2f3;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.37px;
}

.sidenav .dropdown-wrap {
  position: relative;
}

.sidenav .dropdown-wrap.oneLink {
  position: relative;
}

.sidenav .dropdown-wrap.oneLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #c5d2f3;
  border-left: 2px solid #c5d2f3;
}

.sidenav .dropdown-wrap > a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #c5d2f3;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.22px;
  transition: 0.3s;
}

.sidenav .dropdown-wrap a {
  padding-right: 24px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav.newSidenav .logo {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}

.sidenav.newSidenav .lnbMenu .item.active {
  padding: 0;
}

.sidenav.newSidenav .lnbMenu .item.active a {
  color: #FFF;
  font-weight: 700;
}

.sidenav.newSidenav .lnbMenu .item a {
  color: #C5D2F3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.215px;
  padding: 17px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidenav.newSidenav .lnbMenu .item a i {
  position: absolute;
  right: 0;
  top: 19px;
  width: 16px;
  height: 16px;
  background: url(../../resources/img/common/icon_arrow_wh.svg) center no-repeat;
  transform: rotate(-90deg);
}

.sidenav.newSidenav .lnbMenu .item a:hover {
  color: #FFF;
  font-weight: 700;
}

.active {
  color: white;
  padding: 8px 8px 5px 32px;
}

.stamp_table {
  height: 390px;
}

.stamp_table .Rectangle:nth-child(1) {
  float: left;
}

.stamp_table .Rectangle:nth-child(2) {
  float: right;
}

.Rectangle {
  width: 400px;
  height: 310px;
  padding: 15px 30px;
  border: solid 1px #dddddd;
}

.Rectangle div:nth-child(1) {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.Rectangle div:nth-child(2) {
  float: left;
}

.Rectangle div:nth-child(3) {
  float: right;
  width: 84px !important;
}

.Rectangle .stamp_img {
  width: 300px;
  height: 180px;
  margin: 60px auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.Rectangle p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.22px;
  color: #333333;
}

.Rectangle .description {
  text-align: center;
}

.Rectangle .line_through {
  text-decoration: line-through;
}

.Rectangle .bold1 {
  font-weight: bold;
  color: #333333;
}

.Rectangle .bold2 {
  font-weight: bold;
  color: #436fe0;
}

.flexGap12 {
  display: flex;
  gap: 12px;
  margin-top: 8px !important;
}

.flexGap12:has(button[class*=btn-]) {
  margin-top: 24px !important;
}

@media (max-width: 1024px) {
  .flexGap12:has(button[class*=btn-]) {
    margin-top: 8px !important;
  }
}
.mt32 {
  margin-top: 32px !important;
}

.flexGap32 {
  display: flex;
  gap: 32px;
}

.center960 {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

.center1280 {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inputBox {
  position: relative;
}

.inputBox .legend {
  position: absolute;
  top: 12px;
  right: 10px;
}

.donutChartBox {
  border-radius: 8px;
  padding: 20px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  box-sizing: border-box;
}

.donutChartBox:has(.graphBodyGap40) {
  padding-bottom: 32px;
}

.donutChartBox .headValue {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: -12px;
}

.donutChartBox .graphBody {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 auto;
}

.donutChartBox .graphBody.graphBodyGap40 {
  gap: 40px;
}

.donutChartBox .chart {
  width: 200px;
  height: 200px;
}

.donutChartBox .chart_sh {
  width: 380px;
  height: 380px;
}

@media (max-width: 1024px) {
  .donutChartBox .chart_sh {
    width: 200px;
    height: 200px;
  }
}
.donutChartBox .legendWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
}

.donutChartBox .legendWrap .dotWrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.donutChartBox .legendWrap .item i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.donutChartBox .legendWrap .item .value {
  padding-left: 18px;
}

.donutChartBox .legendWrap .item.item1 i {
  background: #6DE0C6;
}

.donutChartBox .legendWrap .item.item2 i {
  background: #628AF1;
}

.donutChartBox .legendWrap .item.item3 i {
  background: #6349E4;
}

.donutChartBox .legendWrap .item.item4 i {
  background: #A563F9;
}

.donutChartBox .legendWrap .item.item5 i {
  background: #4B58BB;
}

.donutChartBox .legendWrap .item.item6 i {
  background: #DBE1E9;
}

.donutChartBox .legendWrap .item.item7 i {
  background: #A5B2C2;
}

.donutChartBox .legendWrap .item.item8 i {
  background: #191E29;
}

.donutChartBox .legendWrap .legend {
  color: #938FA3;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

.donutChartBox .legendWrap .value {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}

@media (max-width: 1024px) {
  .donutChartBox .legendWrap .value {
    font-size: 20px;
  }
}
.donutChartBox .legendWrap.legendWrapCenter {
  justify-content: center;
  gap: 32px;
}

.btn-button {
  width: 155px;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.308px;
  color: #000;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-dropDown {
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.308px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 190px;
  justify-content: space-between;
  position: relative;
}

.btn-dropDown::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/ic_dashboard_arrow.svg) center no-repeat;
  transition: 0.2s;
}

.btn-dropDown .dropItemWrap {
  display: none;
}

.btn-dropDown.ac .dropItemWrap {
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25);
  padding: 8px 0;
  width: 100%;
  z-index: 1;
}

.btn-dropDown.ac .dropItemWrap .dropItem {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.308px;
}

.btn-dropDown.ac::after {
  transform: rotate(90deg);
}

.btn-download {
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.308px;
  color: #000;
  display: inline-flex;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}

.btn-download::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../resources/img/common/ic_dashboard_down.svg) center no-repeat;
}

.barWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.barWrap .barItem .value {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #938FA3;
  margin-bottom: 8px;
}

.barWrap .barItem .legend {
  text-align: right;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

.barWrap .barItem .barBg {
  height: 24px;
  background: #EEF0F5;
}

.barWrap .barItem .barBg .barFill {
  width: 1%;
  height: 100%;
  position: relative;
}

.barWrap .barItem .barBg .barFill .value {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translateX(50%);
}

.barWrap .barItem .barBg .barFill .legend {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateX(100%);
}

.barWrap .barItem:nth-child(1) .barFill {
  background: #6DE0C6;
}

.barWrap .barItem:nth-child(2) .barFill {
  background: #628AF1;
}

.graphHead {
  display: flex;
  justify-content: space-between;
}

.graphHead .graphTit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.graphHead .more_btn {
  background: url(../../resources/img/common/chart/ico-threeDots.svg) center no-repeat;
  width: 24px;
  height: 25px;
  border: 0;
}

.inputGroup {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.rowDel {
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../../resources/img/common/icon_lastRowDel.svg) center no-repeat;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
}

.table_scroll {
  overflow: visible !important;
}

.lastRowDelWrap .basicTable {
  overflow: visible !important;
}

.lastRowDelWrap table td:last-child,
.lastRowDelWrap table th:last-child {
  padding: 0 !important;
  width: 0 !important;
  position: relative;
}

.lastRowDelWrap .lastRowDel {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../../resources/img/common/icon_lastRowDel.svg) center no-repeat;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}

.basicTable {
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #DDDEE3;
  border-bottom: 0;
  width: 100%;
}

.basicTable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.basicTable table .formTr select {
  width: 100%;
  border: 1px solid #DDDEE3;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  padding-right: 20px;
  background: #fff url(../../resources/img/common/ico-sel@2x.png) right 8px center/12px 8px no-repeat;
  outline: none;
}

.basicTable table .formTr input {
  width: 100%;
  border: 1px solid #DDDEE3;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
}

.basicTable table .formTr input:focus {
  border-color: #436FE0;
  background: #fff;
}

.basicTable table th {
  padding: 4px !important;
  vertical-align: middle !important;
  color: #333;
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.215px;
  height: 40px !important;
  background: #F8F9FD;
  box-sizing: border-box;
  border: 1px solid #DDDEE3;
  border-top: 0;
}

.basicTable table th:first-child {
  border-left: 0;
}

.basicTable table th:last-child {
  border-right: 0;
}

.basicTable table td {
  vertical-align: middle !important;
  color: #333;
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.215px;
  height: 40px !important;
  border: 1px solid #EEF0F5;
  box-sizing: border-box;
}

.basicTable table td:first-child {
  border-left: 0;
}

.basicTable table td:last-child {
  border-right: 0;
}

.basicTable table td .btn-primary-line {
  display: inline-block;
  color: #436FE0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  cursor: pointer;
}

.basicTable table td .btn-grey-line {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #DDDEE3;
  box-sizing: border-box;
}

.basicTable table td:has(.diagonal) {
  padding: 0 !important;
}

.basicTable table .diagonal {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #EEF0F5 calc(50% - 1px), #DDDEE3, #EEF0F5 calc(50% + 1px));
}

.basicTable table .diagonal .lastRowDel {
  left: unset;
  right: 0;
  bottom: unset;
  top: calc(100% + 3px);
}

.basicTable:has(.diagonal) {
  overflow: visible;
}

.basicTable.total table td {
  background-color: #F0F2F6;
  border: 0;
  font-weight: bold;
}

.pop_investRound .basicTable {
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #DDDEE3;
  border-bottom: 0;
}

.pop_investRound .basicTable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.pop_investRound .basicTable table .formTr select {
  width: 100%;
  border: 1px solid #DDDEE3;
  background: #F5F6FA;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  padding-right: 20px;
  background: url(../../resources/img/common/ico-sel@2x.png) right 8px center/12px 8px no-repeat;
}

.pop_investRound .basicTable table .formTr input {
  width: 100%;
  border: 1px solid #DDDEE3;
  background: #F5F6FA;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.pop_investRound .basicTable table th {
  padding: 4px !important;
  vertical-align: middle !important;
  color: #333;
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.215px;
  height: 40px !important;
  background: #F8F9FD;
  box-sizing: border-box;
  border: 1px solid #DDDEE3;
  border-top: 0;
}

.pop_investRound .basicTable table th:first-child {
  border-left: 0;
}

.pop_investRound .basicTable table th:last-child {
  border-right: 0;
}

.pop_investRound .basicTable table td {
  padding: 4px !important;
  vertical-align: middle !important;
  color: #333;
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.215px;
  height: 40px !important;
  border: 1px solid #EEF0F5;
  box-sizing: border-box;
}

.pop_investRound .basicTable table td:first-child {
  border-left: 0;
}

.pop_investRound .basicTable table td:last-child {
  border-right: 0;
}

.pop_investRound .basicTable table td .btn-primary-line {
  display: inline-block;
  color: #436FE0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
}

.pop_investRound .basicTable table td .btn-grey-line {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #DDDEE3;
  box-sizing: border-box;
}

.pop_investRound .basicTable table td:has(.diagonal) {
  padding: 0 !important;
}

.pop_investRound .basicTable table .diagonal {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #EEF0F5 calc(50% - 1px), #DDDEE3, #EEF0F5 calc(50% + 1px));
}

.pop_investRound .basicTable table .diagonal .lastRowDel {
  left: unset;
  right: 0;
  bottom: unset;
  top: calc(100% + 3px);
}

.pop_investRound .basicTable:has(.diagonal) {
  overflow: visible;
}

.pop_investRound .basicTable tr:first-child td {
  border-top: 0;
}

.pop_investRound .basicTable.total {
  border: 0;
}

.pop_investRound .basicTable.total table td {
  background-color: #F0F2F6;
  border: 0;
  font-weight: bold;
}

.pop_increaseCapital {
  max-width: 725px;
  width: 725px;
  height: auto;
}

.pop_increaseCapital .pop-container {
  padding: 32px;
  padding: 20px;
}

.pop_increaseCapital .pop-container .row {
  border-bottom: 1px solid #EEF0F5;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.pop_increaseCapital .pop-container .row .icTooltip {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  background: url(../../resources/img/common/icon_tooltip.svg) center no-repeat;
}

.pop_increaseCapital .pop-container .row .label {
  width: 185px;
}

.pop_increaseCapital .pop-container .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pop_increaseCapital .pop-container .btn-line {
  flex: 0 0 0;
  min-width: 184px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #436FE0;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 500;
}

.pop_increaseCapital .pop-container .btn-fill {
  flex: 0 0 0;
  min-width: 184px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #436FE0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
}

.pop_increaseCapital .pop-container .itemWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pop_increaseCapital .pop-container .itemWrap .item {
  max-width: 280px;
  width: 280px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop_increaseCapital .pop-container .itemWrap .item img {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}

.pop_increaseCapital .pop-container .itemWrap .item div {
  margin-bottom: 27px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.308px;
}

.pop_increaseCapital .pop-container .itemWrap .item .btn-line {
  border: 1px solid #436FE0;
  color: #436FE0;
  color: #436FE0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 46px;
  width: 180px;
  flex: 1 0 auto;
  cursor: pointer;
}

.pop_increaseCapital .pop-container .selectBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 34px;
}

.pop_increaseCapital .pop-container .selectBox::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

.pop_increaseCapital .pop-container .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  padding: 10px 35px 10px 10px;
  color: #999;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #666;
  outline: none;
}

.pop_increaseCapital .pop-container .inputBoxWrap {
  flex: 1 0 0;
}

.pop_increaseCapital .pop-container .inputBox {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
}

.pop_increaseCapital .pop-container .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  background-color: #f5f6fa;
  outline: none;
  box-sizing: border-box;
}

.pop_increaseCapital .pop-container .inputBox input::-moz-placeholder {
  color: #999999;
}

.pop_increaseCapital .pop-container .inputBox input::placeholder {
  color: #999999;
}

.pop_increaseCapital .pop-container .inputBox input:only-child {
  width: 315px;
}

.pop_increaseCapital .pop-container .inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

.pop_increaseCapital .pop-container .inputBox.address a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  right: 0;
  top: 0;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.pop_increaseCapital .pop-container.type2 {
  padding-bottom: 33px;
}

.pop_increaseCapital .pop-container.type2 .row {
  border: 0;
}

.pop_increaseCapital .pop-container.type2 .btn-fill {
  height: 34px;
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
}

.pop_increaseCapital.pop_increaseCapitalDetail {
  width: 567px;
  height: auto;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container {
  padding: 32px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .row {
  border-bottom: 1px solid #EEF0F5;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .row .icTooltip {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
  background: url(../../resources/img/common/icon_tooltip.svg) center no-repeat;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .row .label {
  width: 185px;
  color: #777;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .btn-line {
  flex: 0 0 0;
  min-width: 184px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #436FE0;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .btn-fill {
  flex: 0 0 0;
  min-width: 184px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #436FE0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .itemWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .itemWrap .item {
  flex: 1 0 0;
  max-width: 280px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .itemWrap .item img {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .itemWrap .item div {
  margin-bottom: 27px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.308px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .itemWrap .item .btn-line {
  border: 1px solid #436FE0;
  color: #436FE0;
  color: #436FE0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 46px;
  width: 180px;
  flex: 1 0 auto;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .selectBox {
  position: relative;
  width: 100%;
  max-width: 318px;
  height: 34px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .selectBox::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddee3;
  background-color: #fff;
  padding: 10px 35px 10px 10px;
  color: #999;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #666;
  outline: none;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBoxWrap {
  flex: 1 0 0;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 315px;
  height: 40px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  border: solid 1px #dddee3;
  background-color: #fff;
  outline: none;
  box-sizing: border-box;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox input::-moz-placeholder {
  color: #999999;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox input::placeholder {
  color: #999999;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox input:only-child {
  width: 315px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox input:focus {
  border-color: #436fe0;
  background-color: #fff;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container .inputBox.address a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  right: 0;
  top: 0;
  width: 78px;
  height: 40px;
  box-sizing: border-box;
  background-color: #656e83;
  border: 1px solid #656e83;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container.type2 {
  padding-bottom: 33px;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container.type2 .row {
  border: 0;
}

.pop_increaseCapital.pop_increaseCapitalDetail .pop-container.type2 .btn-fill {
  height: 34px;
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
}

.stockDefault .basicTable {
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #DDDEE3;
  border-bottom: 0;
}

.stockDefault .basicTable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.stockDefault .basicTable table .formTr select {
  width: 100%;
  border: 1px solid #DDDEE3;
  background: #F5F6FA;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  padding-right: 20px;
  background: url(../../resources/img/common/ico-sel@2x.png) right 8px center/12px 8px no-repeat;
}

.stockDefault .basicTable table .formTr input {
  width: 100%;
  border: 1px solid #DDDEE3;
  background: #F5F6FA;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.stockDefault .basicTable table th {
  padding: 4px !important;
  vertical-align: middle !important;
  color: #333;
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.215px;
  height: 40px !important;
  background: #F8F9FD;
  box-sizing: border-box;
  border: 1px solid #DDDEE3;
  border-top: 0;
}

.stockDefault .basicTable table th:first-child {
  border-left: 0;
}

.stockDefault .basicTable table th:last-child {
  border-right: 0;
}

.stockDefault .basicTable table td {
  padding: 4px !important;
  vertical-align: middle !important;
  color: #333;
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.215px;
  height: 40px !important;
  border: 1px solid #EEF0F5;
  box-sizing: border-box;
}

.stockDefault .basicTable table td:first-child {
  border-left: 0;
}

.stockDefault .basicTable table td:last-child {
  border-right: 0;
}

.stockDefault .basicTable table td .btn-primary-line {
  display: inline-block;
  color: #436FE0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #436FE0;
  box-sizing: border-box;
}

.stockDefault .basicTable table td .btn-grey-line {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.185px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #DDDEE3;
  box-sizing: border-box;
}

.stockDefault .basicTable table td:has(.diagonal) {
  padding: 0 !important;
}

.stockDefault .basicTable table .diagonal {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #EEF0F5 calc(50% - 1px), #DDDEE3, #EEF0F5 calc(50% + 1px));
}

.stockDefault .basicTable table .diagonal .lastRowDel {
  left: unset;
  right: 0;
  bottom: unset;
  top: calc(100% + 3px);
}

.stockDefault .basicTable:has(.diagonal) {
  overflow: visible;
}

.stockDefault .basicTable.total table td {
  background-color: #F0F2F6;
  border: 0;
  font-weight: bold;
}

@media (max-width: 1024px) {
  #wraper.renewal .subArea .formBox.colorFormBox .fontBold td, #wraper.renewal .subArea .formBox.colorFormBox .valueBold col {
    width: 50%;
  }
  #wraper.renewal .subArea .formBox .form_table .designThead div {
    text-align: left;
  }
  #wraper.renewal .subArea .formBox .form_table .designThead div:nth-child(1) {
    width: 140px;
    margin-right: 8px;
  }
  #wraper.renewal .subArea .formBox .form_table .designThead div:nth-child(2) {
    width: 100%;
    max-width: 315px;
  }
  #wraper.renewal .subArea.basicData .formBox .form_table table.thinRow tr {
    border-top: 0;
  }
  #wraper.renewal .subArea.basicData .formBox .form_table table.thinRow th {
    width: 140px;
  }
  #wraper.renewal .subArea.basicData .formBox .form_table table.thinRow td {
    padding-left: 8px;
  }
  #wraper.renewal .subArea.basicData .formBox .form_table table.thinRow .inputGroup {
    max-width: 315px;
  }
  #wraper.renewal .subArea.basicData .formBox .form_table table.thinRow .inputGroup .rowDel {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    height: 19px;
    background: none;
  }
  #wraper.renewal .subArea.basicData .formBox .form_table table.thinRow .inputGroup .rowDel::before {
    content: "삭제";
    color: #436FE0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.215px;
  }
  .hello {
    display: none;
  }
  #wraper.renewal {
    width: 100%;
  }
  #wraper.renewal .frontArea {
    width: 100%;
    padding: 0 8px 10px;
    box-sizing: border-box;
  }
  #wraper.renewal .frontArea .frontBoxWrap {
    background-color: transparent;
  }
  #wraper.renewal .frontArea .frontBoxWrap .frontHeader {
    display: none;
  }
  #wraper.renewal .frontArea .frontBoxWrap .frontBox .btnBox {
    padding: 0;
    margin-top: 7px;
  }
  #wraper.renewal .frontArea .frontBoxWrap .frontBox .btnBox a {
    padding: 16px;
  }
  #wraper.renewal .frontArea .frontBox {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    box-sizing: border-box;
  }
  #wraper.renewal .frontArea .frontBox .btnBox a {
    width: 100%;
    margin: 0;
    padding: 16px;
    font-size: 16px;
  }
  #wraper.renewal .frontArea .frontBox .btnBox a + a {
    margin-top: 10px;
  }
  #wraper.renewal .frontArea .frontBox .btnBox a b {
    margin-top: 13px;
    font-weight: normal;
    font-size: 16px;
  }
  #wraper.renewal .frontArea .frontBox .btnBox a span {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  #wraper.renewal .admArea.mypage .center {
    padding: 0;
  }
  #wraper.renewal .admArea.ty_home .center {
    padding: 0;
  }
  #wraper.renewal .admArea.request .center {
    padding: 0;
    width: auto;
    padding: 0;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts.ty2 .inputBox {
    margin: 13px 0 0;
    padding: 0;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts.ty2 .radioBox {
    margin-top: 0;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox label {
    width: 30%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .selectBox {
    width: 60%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox input[type=text] {
    width: 60%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox input[type=number] {
    width: 60%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox .dateBox input {
    width: 100%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.phone .inputBox .selectBox {
    width: 40%;
    margin-right: 6%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.phone .inputBox input {
    width: 54%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.id_num .inputBox input {
    width: 47%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.id_num .inputBox span {
    width: 6%;
    max-width: 20px;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.email .inputBox input {
    width: 47%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.email span {
    width: 6%;
    max-width: 20px;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.email.ty2 .inputBox input {
    width: 37%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.email.ty2 .inputBox .selectBox {
    width: 18%;
    margin-left: 2%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .multi_inputBox.col2 .inputBox input {
    width: 40%;
  }
  #wraper.renewal .admArea.request .multi_inputBox .tit {
    width: 75px;
  }
  #wraper.renewal .admArea.request .multi_inputBox .tit.in_lb {
    width: 75px;
  }
  #wraper.renewal .admArea.request .multi_inputBox .tit.ty2 {
    width: 150px;
  }
  #wraper.renewal .admArea.request .multi_inputBox .dateBox {
    width: 60%;
  }
  #wraper.renewal .admArea.request .item_conts .multi_inputBox.in_lb .inputBox {
    width: 100%;
  }
  #wraper.renewal .titleBox {
    padding: 11px 0;
    margin: 0 -8px;
    text-align: center;
  }
  #wraper.renewal .titleBox .btn_delete {
    display: inline-flex;
  }
  #wraper.renewal .subArea {
    width: 100%;
    padding: 0 8px 10px;
    box-sizing: border-box;
  }
  #wraper.renewal .subArea .formBox .form_table {
    padding: 16px 28px 16px 16px;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap {
    flex-direction: column;
    gap: 0;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem {
    width: 100%;
    flex: 1 0 0;
    border-top: 1px solid #eef0f5;
    margin-top: -1px;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .divTh {
    width: 88px;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .divTh.widthAuto {
    width: 88px;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem input {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .inputBox {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table table td.divTd .divWrap .divItem .selectBox {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table table th {
    width: 170px;
  }
  #wraper.renewal .subArea .formBox .form_table table th.simulation {
    width: 120px;
  }
  #wraper.renewal .subArea .formBox .form_table table th input[type=checkbox] + label {
    text-align: left;
  }
  #wraper.renewal .subArea .formBox .form_table .inpurRow {
    display: block;
  }
  #wraper.renewal .subArea .formBox .form_table .inpurRow .inputBox {
    margin: 8px 0 0 25px;
  }
  #wraper.renewal .subArea .formBox .form_table .inpurRow .inputBox input {
    width: calc(100% - 25px) !important;
  }
  #wraper.renewal .subArea .formBox .form_table .inpurRow + .inpurRow {
    margin-top: 10px;
  }
  #wraper.renewal .subArea .formBox .form_table .item_list li .item .text {
    width: 75px;
  }
  #wraper.renewal .subArea .formBox .form_table .choiceBox:first-child {
    margin-top: 10px;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox input {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox input:only-child {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox.id_number {
    width: 40%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox_stockholder {
    width: 90%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox_stockholder input {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox_stockholder input:only-child {
    width: 100%;
  }
  #wraper.renewal .subArea .formBox .form_table .inputBox_stockholder.id_number {
    width: 40%;
  }
  #wraper.renewal .subArea .formBox .form_table .selectBox {
    position: relative;
    width: 100%;
    max-width: 315px;
    height: 40px;
  }
  #wraper.renewal .subArea .formBox .form_table .selectBox select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border: 1px solid #dddee3;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
  }
  #wraper.renewal .subArea .formBox .form_table .selectBox select:focus {
    border-color: #436fe0;
    background-color: #fff;
  }
  #wraper.renewal .subArea .formBox .form_subTitle_notice:first-child {
    margin-top: 10px;
  }
  #wraper.renewal .subArea .formBox .form_titleBox {
    padding: 8px 40px 8px 16px;
  }
  #wraper.renewal .subArea .formBox .form_titleBox ._toggle_btn {
    display: block !important;
  }
  #wraper.renewal .subArea .formBox .form_titleBox.ty2 {
    padding: 16px 40px 16px 16px;
  }
  #wraper.renewal .subArea .subInner {
    padding-top: 0;
  }
  #wraper.renewal .subArea .subInner .pageDesc {
    display: none;
  }
  #wraper.renewal .subArea .request_titleBox {
    position: relative;
    height: 50px;
    margin: 0 -8px 10px;
    padding: 12px 0 11px;
    background: #fff;
    border-bottom: 1px solid #dddee3;
    box-sizing: border-box;
    text-align: center;
  }
  #wraper.renewal .subArea .request_titleBox .request_title {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.31px;
  }
  #wraper.renewal .subArea .checkBox {
    text-align: left;
  }
  #wraper.renewal .subArea .checkBox input + label {
    background-position: left top;
  }
  #wraper.renewal .subArea .mo-menu {
    display: block;
    position: fixed;
    top: 102px;
    left: 0;
    width: 64px;
    padding: 15px;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box;
    background-color: #241766;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    word-break: break-all;
    cursor: pointer;
    z-index: 2;
  }
  #wraper.renewal .subArea nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    transition: left 0.8s;
    font-size: 14px;
    z-index: 2;
  }
  #wraper.renewal .subArea nav.on {
    left: 0;
  }
  #wraper.renewal .subArea nav.on + .center {
    min-height: 700px;
  }
  #wraper.renewal .subArea .mo-menu.on {
    left: 280px;
  }
  #wraper.renewal .subArea .tbBox {
    width: 100%;
    box-sizing: border-box;
  }
  #wraper.renewal .subArea .tbBox table {
    width: 100%;
  }
  #wraper.renewal .subArea .tbBox table th {
    width: 34% !important;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #522bb1;
    font-size: 14px;
  }
  #wraper.renewal .subArea .tbBox table th span {
    font-size: 14px;
  }
  #wraper.renewal .subArea .tbBox table th span br {
    display: block;
  }
  #wraper.renewal .subArea .tbBox table th span img {
    transform: translateX(-75%);
  }
  #wraper.renewal .subArea .tbBox table td {
    width: 34% !important;
    padding: 10px;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
  }
  #wraper.renewal .subArea .tbBox table td p {
    font-size: 12px;
  }
  #wraper.renewal .subArea .tbBox table td p span {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  #wraper.renewal .subArea .tbBox table td img {
    width: 16px;
  }
  #wraper.renewal .subArea .tbBox table td .dashed {
    width: 18px;
    height: 3px;
  }
  #wraper.renewal .subArea .tbBox table td .startBtn {
    width: 100%;
  }
  #wraper.renewal .subArea .tbBox table td .startBtn span {
    font-size: 14px;
    line-height: 40px;
  }
  #wraper.renewal .subArea .tbBox table td .startBtn img {
    width: 11px;
  }
  #wraper.renewal .subArea .tbBox table td br {
    display: block;
  }
  #wraper.renewal .subArea .tbBox p {
    font-size: 12px;
  }
  #wraper.renewal .subArea .request .btn_list li .text01 {
    width: 100px;
    padding: 10px 0;
  }
  #wraper.renewal .subArea .request .btn_list li .text02 {
    width: calc(100% - 100px);
    padding: 10px 0;
  }
  #wraper.renewal .subArea .request .btn_list li input + label {
    width: 80px;
    margin: 10px 0 25px;
  }
  #wraper.renewal .subArea .request .request_textBox {
    margin-top: 6px;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #dddee3;
    background: #fff;
  }
  #wraper.renewal .subArea .btnBox {
    padding-top: 30px;
  }
  #wraper.renewal .subArea .btnBox li:only-child {
    max-width: 100%;
    width: 100%;
  }
  #wraper.renewal .request.admArea .titleBox.scroll {
    width: auto;
    margin: 0 -8px;
    padding: 11px 0;
  }
  #wraper.renewal .search .selectBox {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
  }
  #wraper.renewal .search .inputBox {
    width: calc(100% - 80px);
    margin-right: 0;
  }
  #wraper.renewal .search .btn {
    width: 80px;
  }
  #wraper.renewal .scrollBox {
    overflow-x: auto;
    scrollbar-3dlight-color: #999;
    scrollbar-arrow-color: #999;
    scrollbar-base-color: #999;
    scrollbar-face-color: #999;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #999;
    scrollbar-highlight-color: #999;
    scrollbar-shadow-color: #999;
  }
  #wraper.renewal .scrollBox table {
    width: 180%;
  }
  #wraper.renewal .admArea {
    width: 100%;
    padding: 0 8px 10px;
    box-sizing: border-box;
  }
  #wraper.renewal .admArea .my_tab.admTabBox {
    margin-top: 20px;
  }
  #wraper.renewal .admArea .formBox .form_titleBox ._toggle_btn {
    display: block !important;
  }
  #wraper.renewal .admArea .adm_process_list li {
    width: 33.33%;
    margin-bottom: 8px;
  }
  #wraper.renewal .admArea .adm_list_box {
    display: block;
  }
  #wraper.renewal .admArea .adm_list_box .adm_list {
    display: block;
  }
  #wraper.renewal .admArea .adm_list_box .adm_list + .adm_list {
    border-left: none;
  }
  #wraper.renewal .admArea .adm_list_box .adm_list + .adm_list li:first-child {
    border-top: 1px solid #eef0f5;
  }
  #wraper.renewal .admArea .center {
    width: 100%;
  }
  #wraper.renewal .admArea .multiItemBox {
    display: block;
    margin: 0;
  }
  #wraper.renewal .admArea .multiItem {
    display: block;
    padding: 0;
  }
  #wraper.renewal .admArea .multiItem .subTitleBox {
    border-width: 1px;
  }
  #wraper.renewal .admArea .multiItem .subTitleBox:before {
    display: none;
  }
  #wraper.renewal .admArea .multiItem .innerBox {
    border-width: 1px;
  }
  #wraper.renewal .admArea .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #wraper.renewal .admArea .my_tab {
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin-left: 10px;
  }
  #wraper.renewal .admArea .my_tab a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
  #wraper.renewal .admArea .my_tab a:last-child {
    margin-right: 0;
  }
  #wraper.renewal .admArea .searchBox .selectBox {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 8px;
  }
  #wraper.renewal .admArea .searchBox .inputBox {
    width: calc(100% - 170px);
  }
  #wraper.renewal .admArea .searchBox:has(.btn_delete) .inputBox {
    width: calc(100% - 80px);
  }
  #wraper.renewal .admArea .searchBox .btn.btn_delete {
    display: none;
  }
  #wraper.renewal .admArea .adm_list {
    width: 100%;
  }
  #wraper.renewal .admArea .adm_list .scrollBox {
    width: 300%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #wraper.renewal .admArea .itemArea {
    width: 100%;
    margin-top: 10px;
  }
  #wraper.renewal .admArea .itemArea .itemBox {
    margin-bottom: 0;
  }
  #wraper.renewal .admArea .itemArea .itemBox .multi_inputBox .send_btn {
    width: 35%;
    margin-left: 3%;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_conts .conts_subTitle {
    font-size: 14px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_conts .conts_title .title_radio input + label {
    font-size: 14px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .title_inputBox {
    width: 120px;
    margin-left: 20px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .tbBox {
    overflow: hidden;
  }
  #wraper.renewal .admArea .itemArea .itemBox .tbBox .scrollBox table {
    width: 150%;
  }
  #wraper.renewal .admArea .itemArea .itemBox .tbBox .scrollBox2 table {
    width: 230%;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box {
    float: none;
    width: 100%;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .box .list {
    height: 200px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    margin: 0 5px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a span {
    display: inline-block;
    transform: rotate(90deg);
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .add_delete .listBtn a.del {
    margin-top: 0;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .totalBox {
    font-size: 18px;
    padding: 15px 20px;
  }
  #wraper.renewal .admArea .itemArea .itemBox .item_result .notice {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
  }
  #wraper.renewal .admArea .flex .save_btn {
    width: 40%;
    max-width: 184px;
  }
  #wraper.renewal .basicData .center960,
  #wraper.renewal .basicData .center1280 {
    padding: 0;
  }
  #wraper.renewal .center {
    width: 100%;
    padding: 0;
  }
  #wraper.renewal .titleTx {
    color: #333;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
  #wraper.renewal .subTitleBox ._toggle_btn {
    display: block;
  }
  #wraper.renewal .subTitleBox .titleInfo {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #wraper.renewal .subTitleBox .titleInfo:before {
    content: "(";
  }
  #wraper.renewal .subTitleBox .titleInfo:after {
    content: ")";
  }
  #wraper.renewal .item_title ._toggle_btn {
    display: block;
  }
  #wraper.renewal .btnContract {
    display: none;
  }
  #wraper.renewal .subArea.costArea {
    min-height: calc(100vh - 60px);
    padding: 50px 8px;
  }
  #wraper.renewal .subArea.costArea .center {
    width: 100%;
    margin-left: 0;
  }
  #wraper.renewal .subArea.costArea .title {
    padding: 0;
    font-size: 30px;
  }
  #wraper.renewal .subArea.costArea .title_desc {
    margin: 20px 0 30px;
    font-size: 20px;
  }
  #wraper.renewal .subArea.costArea .tbTitle {
    font-size: 21px;
    margin: 50px 0 20px;
  }
  #wraper.renewal .subArea.costArea .tbBox {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  #wraper.renewal .joinArea {
    height: 650px;
    box-sizing: border-box;
  }
  #wraper.renewal .joinArea .join_title {
    font-size: 28px;
    letter-spacing: -0.43px;
    text-align: left;
  }
  #wraper.renewal .joinArea .join_title.pw {
    margin-top: 30px;
  }
  #wraper.renewal .joinArea .join_title.ty_logo {
    display: none;
  }
  #wraper.renewal .joinArea .join_subTitle {
    margin-top: 20px;
    text-align: left;
  }
  #wraper.renewal .joinArea .join_subTitle .cut_block {
    display: block;
  }
  #wraper.renewal .joinArea .join_subTitle p {
    text-align: left;
  }
  #wraper.renewal .joinArea .join_subTitle a {
    text-align: left;
  }
  #wraper.renewal .joinArea .join_subTitle.ty_gap {
    margin-top: 20px;
  }
  #wraper.renewal .joinArea .inputArea .inputBox {
    height: 45px;
  }
  #wraper.renewal .joinArea .inputArea table th {
    width: 120px;
    font-size: 14px;
  }
  #wraper.renewal .joinArea .inputArea table td {
    padding: 5px 0;
  }
  #wraper.renewal .joinArea .inputArea.ty_pw {
    margin-top: 138px;
  }
  #wraper.renewal .joinArea .inputArea.ty_radius {
    margin-top: 42px;
  }
  #wraper.renewal .joinArea .agree {
    position: relative;
    margin: 25px 0 0;
  }
  #wraper.renewal .joinArea .agree label {
    top: 0;
    left: 0;
  }
  #wraper.renewal .joinArea .agree p {
    font-size: 14px;
    line-height: 20px;
  }
  #wraper.renewal .joinArea .login_btn {
    background-image: url(/resources/img/common/m-ico-kakao@2x.png);
    background-size: 29px 32px;
    background-position: 18px 50%;
  }
  #wraper.renewal .subInner .logo {
    display: none;
  }
  #wraper.renewal .subArea.payArea {
    min-width: auto;
  }
  #wraper.renewal .subArea.payArea .subInner {
    padding-right: 0;
  }
  #wraper.renewal .subArea.payArea .subInner .btnGoBack {
    top: 5px;
    right: 5px;
  }
  #wraper.renewal .request_payBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding-bottom: 56px;
    border: 0;
    z-index: 101;
  }
  #wraper.renewal .request_payBox .mark_payTitle {
    position: relative;
    display: block;
    height: 50px;
    padding: 12px 50px 11px;
    background-color: #fff;
    border: 1px solid #dddee3;
    color: #333333;
    font-size: 18px;
    letter-spacing: -0.28px;
    text-align: center;
    box-sizing: border-box;
  }
  #wraper.renewal .request_payBox .btn_markClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
  }
  #wraper.renewal .request_payBox .btn_markClose img {
    max-width: 100%;
    vertical-align: top;
  }
  #wraper.renewal .request_payBox .btn_pay {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 101;
  }
  #wraper.renewal .admArea.payArea .request_payBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding-bottom: 56px;
    border: 0;
    z-index: 101;
  }
  #wraper.renewal .request_payBox.fixed {
    position: fixed;
    overflow-y: auto;
  }
  #wraper.renewal .request_payBox.scroll {
    top: 0;
  }
  #wraper.renewal .request_summary {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 16px 100px 13px 7px;
    background-color: #fff;
    box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    z-index: 102;
  }
  #wraper.renewal .request_summary .btn_summary {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    vertical-align: top;
    text-align: center;
  }
  #wraper.renewal .request_summary .ico_summary {
    display: inline-block;
    width: 12px;
    height: 8px;
    transform: rotate(180deg);
    background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
    background-size: 12px 8px;
    vertical-align: middle;
  }
  #wraper.renewal .request_summary .tx_summary {
    display: inline-block;
    margin-left: 8px;
    color: #333;
    font-size: 17px;
    line-height: 25px;
    vertical-align: top;
  }
  #wraper.renewal .request_summary .tx_summary em {
    display: inline-block;
    margin-left: 12px;
    font-weight: bold;
    font-style: normal;
    vertical-align: top;
  }
  #wraper.renewal .request_summary .btn_pay {
    position: absolute;
    top: 16px;
    right: 19px;
    height: 25px;
    background: none;
    color: #436fe0;
    font-size: 17px;
    line-height: 25px;
  }
  #wraper.renewal .payBox {
    width: 100%;
    padding: 16px 0 50px;
  }
  #wraper.renewal .payBox .pay_title br {
    display: block;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .text {
    width: 83px;
    padding-right: 9px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .inputBox {
    max-width: 100%;
    padding: 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .detail .multi_inputBox.email .inputBox {
    width: calc((100% - 20px) / 2);
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .detail .multi_inputBox.email .inputBox input[type=text] {
    width: 100%;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cont_item_list .multi_inputBox.email .selectBox {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .inputBox + p {
    width: 20px;
    padding: 0;
    text-align: center;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .red {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio {
    display: block;
    margin-top: 5px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .conts_title .title_radio input + label {
    margin-top: 10px;
    margin: 7px 20px 0 0;
    padding-left: 28px;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .radioBox input + label p {
    display: none;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .conts_btn {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .inputBox {
    padding: 10px 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .inputBox label {
    color: #333;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .selectBox label {
    color: #333;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .fileBox .file_name {
    width: calc(100% - 88px);
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cate_list .cate_title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li {
    width: 100%;
    margin: 2px 0 0;
    padding: 10px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li:nth-child(2n+1) {
    margin-right: 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label {
    min-height: 34px;
    height: auto;
    padding-left: 25px;
    background-position: left center;
    background-size: 18px;
    align-items: start;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label .text01 {
    font-size: 15px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .cate_list li input + label .text02 {
    flex: 3;
    font-size: 13px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .conts_notice {
    margin-top: 10px;
  }
  #wraper.renewal .request .itemArea .itemBox:last-child {
    margin-bottom: 50px;
  }
  #wraper.renewal .request .itemArea .itemBox .btnBox2 {
    margin-top: 20px;
    text-align: center;
  }
  #wraper.renewal .request .itemArea .itemBox .btnBox2 a {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #241766;
    text-align: center;
    border: 1px solid #241766;
    box-sizing: border-box;
    margin: 0 5px;
  }
  #wraper.renewal .request .itemArea .itemBox .btnBox2 a.save {
    color: #fff;
    background-color: #241766;
  }
  #wraper.renewal .request .itemArea .itemBox .tbBox table {
    width: 200%;
  }
  #wraper.renewal .request .itemArea .title {
    margin-bottom: 10px;
  }
  #wraper.renewal .request .itemArea .radioList {
    margin-left: 0;
  }
  #wraper.renewal .request .itemArea .radioList li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #wraper.renewal .request .itemArea .radioList label {
    width: 100%;
    min-height: 192px;
    height: auto;
  }
  #wraper.renewal .request .itemArea .radioList label .radio_example {
    max-width: 400px;
    height: 84px;
    margin: 0 auto;
    background-size: auto 100%;
  }
  #wraper.renewal .request .itemArea .radioList label .radio_desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  #wraper.renewal .request .itemArea .radioList .wrap_tooltip .cont_tooltip {
    right: -15px;
    width: 80vw;
    min-height: auto;
  }
  #wraper.renewal .request .flowWrap:before {
    left: 10%;
    right: 10%;
  }
  #wraper.renewal .request .flowWrap.step3:before {
    left: 12%;
    right: 12%;
  }
  #wraper.renewal .request .flowBox {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #wraper.renewal .request .flowBox li {
    display: table-cell;
    width: auto;
    margin: 0 10px;
  }
  #wraper.renewal .request .flowBox li p {
    display: none;
    line-height: 1.2;
  }
  #wraper.renewal .request .titleBox.scroll {
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #dddee3;
    top: 55px;
    padding: 10px 0;
  }
  #wraper.renewal .request .titleBox.scroll .flowBox {
    width: 100%;
  }
  #wraper.renewal .request .titleBox.scroll .flowBox li:first-child:before {
    background-color: #fff;
  }
  #wraper.renewal .request .titleBox.scroll .flowBox li:last-child:before {
    background-color: #fff;
  }
  #wraper.renewal .request .center {
    width: 100%;
  }
  #wraper.renewal .formBox .form_titleBox.ty2 ._toggle_btn {
    top: 16px;
  }
  #wraper.renewal .mainArea .titleArea {
    height: auto;
    padding-bottom: 20px;
  }
  #wraper.renewal .mainArea .titleArea .textBox {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #wraper.renewal .mainArea .titleArea .textBox .text01 {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
  }
  #wraper.renewal .mainArea .titleArea .textBox .text01:before {
    content: "";
    position: absolute;
    left: 180px;
    bottom: 14px;
    width: 45%;
    height: 1px;
    background-color: #fff;
  }
  #wraper.renewal .mainArea .titleArea .textBox .m_img {
    display: block;
    text-align: right;
    margin-top: 20px;
  }
  #wraper.renewal .mainArea .titleArea .textBox .m_img img {
    width: 65%;
  }
  #wraper.renewal .mainArea .titleArea .textBox .text02 {
    font-size: 26px;
    font-weight: bold;
  }
  #wraper.renewal .mainArea .titleArea .textBox .text02 br {
    display: none;
  }
  #wraper.renewal .mainArea .titleArea .textBox .text03 {
    font-size: 13px;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox {
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
    overflow: hidden;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox:after {
    content: "";
    display: block;
    clear: both;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox a {
    position: relative;
    display: block;
    float: left;
    width: 48%;
    height: 90px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox a:last-child {
    float: right;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox a .text01 {
    font-size: 14px;
    font-weight: bold;
    color: #6020ab;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox a .text02 {
    font-size: 16px;
    font-weight: bold;
    color: #241766;
    margin-top: 10px;
  }
  #wraper.renewal .mainArea .titleArea .m_btnBox a img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
  }
  #wraper.renewal .mainArea .titleArea .scrollBtn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #wraper.renewal .mainArea .titleArea .scrollBtn img {
    width: 15px;
  }
  #wraper.renewal .mainArea section {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  #wraper.renewal .mainArea section .title {
    font-size: 28px;
    text-align: left;
  }
  #wraper.renewal .mainArea .sect01 {
    padding: 40px 20px;
  }
  #wraper.renewal .mainArea .sect01 .text01 {
    width: 100%;
    margin: 0 auto;
  }
  #wraper.renewal .mainArea .sect01 .text01 .typeform_m {
    display: block;
  }
  #wraper.renewal .mainArea .sect01 .text01 .typeform {
    display: none;
  }
  #wraper.renewal .mainArea .sect01 .text01 p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
  }
  #wraper.renewal .mainArea .sect01 .text01 p:before {
    width: 18px;
    left: -5px;
  }
  #wraper.renewal .mainArea .sect01 .text01 p:after {
    width: 18px;
    right: -5px;
  }
  #wraper.renewal .mainArea .sect01 .kakaochannel img {
    width: 330px;
    height: 55px;
  }
  #wraper.renewal .mainArea .sect01 .kakaotalk img {
    width: 104px;
    height: 48px;
  }
  #wraper.renewal .mainArea .sect01 .text02 {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
  }
  #wraper.renewal .mainArea .sect01 .text02 p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
  }
  #wraper.renewal .mainArea .sect01 .text04 {
    width: 100%;
    margin: 0 auto;
  }
  #wraper.renewal .mainArea .sect01 .text04 p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }
  #wraper.renewal .mainArea .sect01 .btn {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
  }
  #wraper.renewal .mainArea .sect01 .btn span {
    line-height: 65px;
  }
  #wraper.renewal .mainArea .sect03 {
    position: relative;
    width: 100%;
    height: 570px;
    background-image: url(../../resources/img/main_mid_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 450px;
    background-image: url(../../resources/img/main_mid_bg_m.jpg);
  }
  #wraper.renewal .mainArea .sect03 .aws_pc {
    display: none;
  }
  #wraper.renewal .mainArea .sect03 .aws_m {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  #wraper.renewal .mainArea .sect03 .ceo_pc {
    display: none;
  }
  #wraper.renewal .mainArea .sect03 .ceo_m {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  #wraper.renewal .mainArea .sect03 .textBox figure {
    display: none;
  }
  #wraper.renewal .mainArea .sect03 .textBox .text01 {
    font-size: 18px;
    text-align: center;
  }
  #wraper.renewal .mainArea .sect03 .textBox .text02 {
    font-size: 14px;
    margin-top: 30px;
  }
  #wraper.renewal .mainArea .sect03 .textBox .text02 br {
    display: none;
  }
  #wraper.renewal .mainArea .sect02 {
    background-color: #fff;
  }
  #wraper.renewal .mainArea .sect02 .cello_is {
    margin-top: 20px;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-right: 0;
    border-radius: 10px;
    border: 1px solid #ddd;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover {
    background-color: #fff;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .arrow {
    background: #fff url(../../resources/img/arrow_right_circle.png) center no-repeat;
    background-size: contain;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .icon01 {
    background-image: url(../../resources/img/main_cello_icon_01.png?1);
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .icon02 {
    background-image: url(../../resources/img/main_cello_icon_02.png?1);
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .icon03 {
    background-image: url(../../resources/img/main_cello_icon_03.png?1);
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .icon04 {
    background-image: url(../../resources/img/main_cello_icon_04.png?1);
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .icon05 {
    background-image: url(../../resources/img/main_cello_icon_05.png?1);
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .icon06 {
    background-image: url(../../resources/img/main_cello_icon_06.png?1);
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .text01 {
    color: #000;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .text01 span {
    color: #aa3eed;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a:hover .text02 {
    color: #000;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a .arrow {
    width: 26px;
    height: 26px;
    top: 20px;
    right: 20px;
    background: #fff url(../../resources/img/arrow_right_circle.png) center no-repeat;
    background-size: contain;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a .icon {
    height: 50px;
    background-position: left top;
    background-size: 45px;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a .text01 {
    font-size: 18px;
    margin-top: 10px !important;
    text-align: left;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a .text02 {
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
  }
  #wraper.renewal .mainArea .sect02 .cello_is a .text02 br {
    display: none;
  }
  #wraper.renewal .mainArea .sect04 .priceArea {
    width: 100%;
    margin-top: 20px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box {
    float: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding-bottom: 30px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_title {
    font-size: 20px;
    padding: 20px 15px;
    text-align: left;
    letter-spacing: -0.03em;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_title span {
    font-size: 14px;
    padding: 0 0 0 28px;
    left: 16px;
    top: 40px;
    transform: none;
    display: inline-block;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_title img {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    width: 25px;
    margin-right: 5px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_box {
    padding: 30px 20px;
    background-color: #6020ab;
    text-align: left;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_box .price {
    font-size: 16px;
    color: #fff;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_box .price span {
    font-size: 30px;
    color: #fff;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_box .commission {
    display: none;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .price_box .text {
    font-weight: 300;
    color: #fff;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box ul {
    height: auto;
    padding: 30px 15px 20px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box ul li {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box ul li:before {
    width: 4px;
    height: 4px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .btnBox {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box .btnBox a {
    background-color: #13094b;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-radius: 10px;
  }
  #wraper.renewal .mainArea .sect04 .priceArea .box:nth-child(2) .price_box {
    background-color: #aa3eed;
  }
  #wraper.renewal .mainArea .sect06 .text01 p {
    font-size: 24px;
  }
  #wraper.renewal .mainArea .sect06 .text02 p {
    font-size: 15px;
  }
  #wraper.renewal .mainArea .sect06 .text03 {
    width: 100%;
  }
  #wraper.renewal .mainArea .sect06 .text03 p {
    font-size: 14px;
  }
  #wraper.renewal .mainArea .sect07 .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
  #wraper.renewal .mainArea .sect07 .bx_tit {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.37px;
  }
  #wraper.renewal .mainArea .sect07 .logo_list {
    display: inline-block;
    width: 390px;
    height: 500px;
    overflow-y: scroll;
  }
  #wraper.renewal .mainArea .sect07 .logo_list li {
    float: left;
    margin: 15px;
    padding: 15px;
    border-radius: 20px;
    background-color: #ffffff;
  }
  #wraper.renewal .mainArea .sect07 .gradient {
    position: absolute;
    top: 602px;
    height: 130px;
    width: inherit;
    background-image: linear-gradient(to top, #f5f6fa, rgba(245, 246, 250, 0));
  }
  #wraper.renewal .introArea {
    background-color: #eee;
  }
  #wraper.renewal .introArea .center {
    width: 100%;
  }
  #wraper.renewal .introArea .titleArea {
    height: 400px;
    background-image: url(../../resources/img/intro_title_bg_m.jpg);
    padding-top: 100px;
  }
  #wraper.renewal .introArea .titleArea figure img {
    width: 100px;
  }
  #wraper.renewal .introArea .titleArea .text {
    font-size: 17px;
  }
  #wraper.renewal .introArea .titleArea .text br {
    display: none;
  }
  #wraper.renewal .introArea section {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  #wraper.renewal .introArea .sect01 {
    padding: 30px 20px;
    background-color: #fff;
  }
  #wraper.renewal .introArea .sect01 ul li {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px 10px 20px;
  }
  #wraper.renewal .introArea .sect01 ul li .icon {
    float: none;
    width: 100%;
    height: 60px;
    background-size: 35px;
  }
  #wraper.renewal .introArea .sect01 ul li .textBox {
    float: none;
    width: 100%;
  }
  #wraper.renewal .introArea .sect01 ul li .textBox .text01 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
  #wraper.renewal .introArea .sect01 ul li .textBox .text02 p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
  }
  #wraper.renewal .introArea .sect01 ul li:first-child .icon {
    height: 60px;
    background-size: 40px;
  }
  #wraper.renewal .introArea .sect02 {
    padding: 30px 20px;
    margin-top: 10px;
  }
  #wraper.renewal .introArea .sect02 .title {
    font-size: 24px;
    line-height: 1.4;
  }
  #wraper.renewal .introArea .sect02 .process {
    margin-top: 40px;
  }
  #wraper.renewal .introArea .sect02 .process .imgBox {
    display: none;
  }
  #wraper.renewal .introArea .sect02 .process .textBox li {
    margin-bottom: 10px;
  }
  #wraper.renewal .introArea .sect02 .process .textBox li .number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-right: 10px;
  }
  #wraper.renewal .introArea .sect02 .process .textBox li .text {
    font-size: 14px;
  }
  #wraper.renewal .introArea .sect02 .process .textBox:after {
    left: 11px;
    width: 3px;
    height: 92%;
  }
  #wraper.renewal .searchArea {
    padding-bottom: 50px;
  }
  #wraper.renewal .searchArea .center {
    width: 100%;
  }
  #wraper.renewal .searchArea .titleArea {
    height: 290px;
    background-image: url(../../resources/img/search_title_bg_m.png);
    padding-top: 100px;
  }
  #wraper.renewal .searchArea .titleArea .text {
    font-size: 24px;
  }
  #wraper.renewal .searchArea .titleArea .searchBox {
    width: 300px;
    margin: 30px auto 0;
    border-radius: 7px;
  }
  #wraper.renewal .searchArea .titleArea .searchBox input {
    font-size: 14px;
    font-weight: normal;
  }
  #wraper.renewal .searchArea .titleArea .m_detailBtn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #wraper.renewal .searchArea .titleArea .m_detailBtn a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
  #wraper.renewal .searchArea .titleArea .m_detailBtn a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
  }
  #wraper.renewal .searchArea .titleArea .m_detailBtn a img {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin-left: 10px;
    margin-top: 3px;
  }
  #wraper.renewal .searchArea .selectArea {
    display: none;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  #wraper.renewal .searchArea .selectArea ul li {
    float: none;
    width: 100%;
  }
  #wraper.renewal .searchArea .selectArea ul li .title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border-radius: 7px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .arrowBtn + label {
    top: 10px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .itemBox {
    padding: 20px 10px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .itemBox .item span {
    font-size: 14px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox {
    top: 55px;
    padding: 10px 20px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .notice {
    font-size: 14px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .check_list {
    margin-top: 10px;
  }
  #wraper.renewal .searchArea .selectArea ul li .selectBox .dropBox .check_list input + label {
    font-size: 14px;
    padding-left: 30px;
    background-size: 18px 18px;
  }
  #wraper.renewal .searchArea .selectArea .btnBox a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 7px;
  }
  #wraper.renewal .searchArea .tabBox {
    border: none;
  }
  #wraper.renewal .searchArea .tabBox .center {
    display: table;
  }
  #wraper.renewal .searchArea .tabBox a {
    display: table-cell;
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #333;
  }
  #wraper.renewal .searchArea .tabBox a.active {
    color: #6020ab;
    font-weight: bold;
  }
  #wraper.renewal .searchArea .tabBox a.active:after {
    height: 3px;
    background-color: #6020ab;
    bottom: -2px;
  }
  #wraper.renewal .searchArea .search_result {
    background-color: #eee;
    padding: 10px 20px;
    border: none;
  }
  #wraper.renewal .searchArea .search_result span {
    font-size: 14px;
  }
  #wraper.renewal .searchArea .resultBox .total {
    padding-left: 20px;
    font-size: 12px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 6px solid #eee;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .subject .state {
    height: 16px;
    line-height: 16px;
    font-size: 11px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .subject .state2 {
    height: 16px;
    line-height: 16px;
    font-size: 11px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .subject .text {
    font-size: 14px;
    height: 14px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .infoBox {
    margin-top: 10px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .infoBox .imgBox {
    width: 80px;
    height: 80px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .infoBox .info_list {
    width: calc(100% - 80px);
    height: 80px;
    padding-left: 10px;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .infoBox .info_list li {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 4px 0;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li .infoBox .info_list li:nth-child(n+5) {
    display: none;
  }
  #wraper.renewal .searchArea .resultBox .result_list > li.judgment .infoBox .info_list li {
    width: 100%;
  }
  #wraper.renewal .pageBtn {
    margin-top: 30px;
  }
  #wraper.renewal .customerArea {
    padding: 0;
  }
  #wraper.renewal .customerArea .center {
    width: 100%;
  }
  #wraper.renewal .customerArea .titleArea {
    height: 240px;
    background-image: url(../../resources/img/search_title_bg_m.png);
    padding-top: 100px;
  }
  #wraper.renewal .customerArea .titleArea .text01 {
    font-size: 24px;
  }
  #wraper.renewal .customerArea .titleArea .text02 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
  }
  #wraper.renewal .customerArea .titleArea .searchBox {
    width: 300px;
    margin: 30px auto 0;
    border-radius: 7px;
  }
  #wraper.renewal .customerArea .titleArea .searchBox input {
    font-size: 14px;
    font-weight: normal;
  }
  #wraper.renewal .customerArea .customer_btn {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  #wraper.renewal .customerArea .customer_btn .btnBox .btn {
    width: 46%;
    margin-left: 0;
    margin-right: 2%;
  }
  #wraper.renewal .customerArea .customer_btn .btnBox .btn:last-child {
    margin-right: 0;
  }
  #wraper.renewal .customerArea .customer_btn .btnBox .btn a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: -0.03em;
    margin-top: 20px;
  }
  #wraper.renewal .customerArea .customer_btn .btnBox .btn .icon_customer_01 {
    width: 35px;
  }
  #wraper.renewal .customerArea .customer_btn .btnBox .btn .icon_customer_02 {
    width: 25px;
  }
  #wraper.renewal .customerArea .faqBox {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0;
  }
  #wraper.renewal .customerArea .faqBox .faq_title {
    font-size: 18px;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #512cb2;
  }
  #wraper.renewal .customerArea .faqBox .faq_list a {
    padding: 20px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    letter-spacing: -0.03em;
    background-image: url(../../resources/img/arrow_right_circle.png);
    background-size: 20px;
    background-position: right center;
  }
  #wraper.renewal .customerArea .faqBox .faq_list a:before {
    left: 0;
  }
  #wraper.renewal .customerArea .faqBox .more a {
    font-size: 14px;
  }
  #wraper.renewal .customerArea .faqBox .startBtn {
    width: 100%;
    margin-top: 30px;
    border-radius: 7px;
  }
  #wraper.renewal .customerArea .faqBox .startBtn span {
    font-size: 18px;
    line-height: 60px;
  }
  #wraper.renewal .customerArea .faqBox .startBtn img {
    display: none;
  }
  #wraper.renewal .acade {
    width: 100%;
  }
  #wraper.renewal .acade .acade_apply_pc {
    display: none;
  }
  #wraper.renewal .acade .acade_apply_mobile {
    display: block;
  }
  #wraper.renewal .mypage {
    width: 100%;
    padding: 0 8px 80px;
    box-sizing: border-box;
  }
  #wraper.renewal .mypage .center {
    width: 100%;
    padding: 0;
  }
  #wraper.renewal .mypage .my_tab {
    margin-top: 30px;
  }
  #wraper.renewal .mypage .my_tab a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
  #wraper.renewal .mypage .my_tab a:last-child {
    margin-right: 0;
  }
  #wraper.renewal .mypage .my_table01 table th {
    width: 90px;
    padding: 20px 0;
  }
  #wraper.renewal .mypage .my_table01 table td {
    padding: 20x 10px;
  }
  #wraper.renewal .mypage .my_table01 table td .inputArea .inputBox {
    margin-top: 35px;
  }
  #wraper.renewal .mypage .my_table01 table td .inputArea .inputBox.wd30 {
    width: 29%;
  }
  #wraper.renewal .mypage .my_table01 table td .inputArea .inputBox.wd30 label {
    width: 150%;
  }
  #wraper.renewal .mypage .my_table01 tr:last-child th {
    border-bottom: 0;
  }
  #wraper.renewal .mypage .my_table01 tr:last-child td {
    border-bottom: 0;
  }
  #wraper.renewal .mypage .agreeBox {
    margin-top: 30px;
    text-align: left;
  }
  #wraper.renewal .mypage .saveBtn {
    width: 100%;
    margin-top: 30px;
    height: 56px;
    line-height: 56px;
  }
  #wraper.renewal .mypage .search .selectBox {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
  }
  #wraper.renewal .mypage .search .inputBox {
    width: calc(100% - 80px);
    margin-right: 0;
  }
  #wraper.renewal .mypage .search .inputBox input {
    background-color: #F5F6FA;
  }
  #wraper.renewal .mypage .search .btn {
    width: 80px;
  }
  #wraper.renewal .mypage .my_table02 .scrollBox {
    width: 100%;
  }
  #wraper.renewal .mypage01 .innerBox {
    padding: 0;
    border: 0;
    background: none;
  }
  #wraper.renewal .mypage01 .my_table01 {
    padding: 16px;
    border: 1px solid #dddee3;
    background: #fff;
  }
  #wraper.renewal .aboutArea .center {
    width: 100%;
  }
  #wraper.renewal .aboutArea .titleArea {
    height: auto;
    padding: 100px 20px;
    box-sizing: border-box;
  }
  #wraper.renewal .aboutArea .titleArea .textBox {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  #wraper.renewal .aboutArea .titleArea .text01 {
    display: block;
    width: 100%;
    font-size: 30px;
  }
  #wraper.renewal .aboutArea .titleArea .text02 {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  #wraper.renewal .aboutArea .titleArea .text02 p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  #wraper.renewal .aboutArea .titleArea .text02 figure {
    margin-top: 10px;
  }
  #wraper.renewal .aboutArea .titleArea .text02 figure img {
    width: 80px;
    margin-left: 0;
  }
  #wraper.renewal .aboutArea .greeting {
    width: 100%;
    padding: 30px 20px 100px;
    box-sizing: border-box;
  }
  #wraper.renewal .aboutArea .greeting .textBox {
    display: block;
    width: 100%;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text01 {
    font-size: 18px;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text02 {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    line-height: 1.4;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text03 {
    margin-top: 20px;
    overflow: hidden;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text03:after {
    content: "";
    display: block;
    clear: both;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text03 .m_ceo {
    display: block;
    width: 150px;
    margin-left: 10px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 50%;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text03 p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #wraper.renewal .aboutArea .greeting .textBox .text03 p .pc_block {
    display: inline;
  }
  #wraper.renewal .aboutArea .greeting figure {
    display: none;
  }
  #wraper.renewal .innerBox .search .selectBox {
    max-width: 100%;
    background: #F5F6FA;
  }
  #wraper.renewal .innerBox .search .selectBox.user {
    max-width: 316px;
    background: wh;
  }
  #wraper.renewal .innerBox.roundBoxBottom {
    margin-top: 8px;
    padding: 8px;
    height: 560px;
  }
  #wraper.renewal .subArea.basicData .formBox .form_titleBox {
    padding: 16px 12px 18px 16px;
  }
  .center-nm {
    width: 100%;
  }
  .mark_header {
    min-width: 410px;
  }
  .mark_header .tnb-banner {
    min-width: 410px;
  }
  .mark_header .tnb-banner .center-nm {
    height: 82px;
  }
  .mark_header .tnb-banner .tnb-inner {
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translate(0, -50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: calc(100% - 86px);
  }
  .mark_header .tnb-banner .tnb-inner * {
    flex-shrink: 0;
  }
  .mark_header .tnb-banner .tnb-inner h2 {
    width: 41px;
    height: 41px;
    display: inline-flex;
    margin-right: 3px;
  }
  .mark_header .tnb-banner .tnb-inner h2 img {
    width: 100%;
    height: auto;
  }
  .mark_header .tnb-banner .tnb-inner .txt {
    font-size: var(--font-size-16);
    margin: 0 0 0 0;
    display: flex;
    width: 190px;
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-shrink: 1;
    line-height: 1.4;
  }
  .mark_header .tnb-banner .tnb-inner .txt .mo-h {
    display: none;
  }
  .mark_header .tnb-banner .tnb-inner .txt .mobile {
    display: flex !important;
  }
  .mark_header .tnb-banner .tnb-inner .btn-estimate {
    width: 116px;
    height: 40px;
    font-size: var(--font-size-16);
    border-radius: 20px;
  }
  .mark_header .tnb-banner .btn-close {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
    font-size: 0;
    background-size: cover;
  }
  .mark_header .tnb {
    display: none;
  }
  .mark_header #header_top {
    display: none;
  }
  .mark_header #header_top .center {
    padding-right: 20px;
  }
  .mark_header #header_top a {
    font-size: 12px;
    margin-left: 20px;
  }
  .mark_header header {
    top: 0 !important;
    height: 60px;
    padding: 15px 0;
  }
  .mark_header header .m_header {
    position: relative;
    display: block;
    width: 100%;
    min-width: 410px;
    text-align: center;
  }
  .mark_header header .m_header .toggle {
    position: absolute;
    left: 20px;
    top: 5px;
    display: block;
  }
  .mark_header header .m_header .toggle img {
    width: 24px;
  }
  .mark_header header .m_header .logo_m {
    display: inline-block;
  }
  .mark_header header .m_header .logo_m img {
    width: 38px;
  }
  .mark_header header .m_header .startBtn {
    position: absolute;
    right: 20px;
    top: 3px;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .mark_header header .logo {
    display: none;
  }
  .mark_header header .gnb_pc {
    display: none;
  }
  .mark_header header .gnb_m {
    display: block;
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    left: -80%;
    z-index: 1000;
    background-color: #fff;
    transition: 0.3s;
    overflow-y: auto;
  }
  .mark_header header .gnb_m .topBox {
    position: relative;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: linear-gradient(to right, #6e33b0, #4628aa);
  }
  .mark_header header .gnb_m .topBox .gnb_logo {
    display: block;
    width: 35px;
    height: 28px;
    margin: 0;
    background: url(/resources/img/logo.png);
    background-size: cover;
  }
  .mark_header header .gnb_m .topBox .xBtn {
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .mark_header header .gnb_m .topBox .xBtn img {
    width: 22px;
  }
  .mark_header header .gnb_m .topBox .text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 25px;
    line-height: 1.4;
  }
  .mark_header header .gnb_m .topBox .btnBox {
    overflow: hidden;
    margin-top: 20px;
  }
  .mark_header header .gnb_m .topBox .btnBox a {
    display: block;
    float: left;
    width: 48%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    color: #6020ab;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
  }
  .mark_header header .gnb_m .topBox .btnBox a:nth-child(2) {
    float: right;
    background-color: transparent;
    color: #fff;
  }
  .mark_header header .gnb_m .nav {
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .mark_header header .gnb_m .nav a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
    background-image: url(../../resources/img/arrow_right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px;
  }
  .mark_header header .gnb_m .nav a:hover {
    color: #241766 !important;
  }
  .mark_header header .gnb_m .nav a:focus {
    color: #241766 !important;
  }
  .mark_header header .gnb_m .gnb_bottomBtn {
    margin-top: 20px;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .startBtn {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .startBtn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #6020ab;
    border-radius: 7px;
    border: 1px solid #6020ab;
    text-align: center;
    box-sizing: border-box;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link {
    margin-top: 20px;
    overflow: hidden;
    background-color: #6020ab;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link:after {
    content: "";
    display: block;
    clear: both;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link a {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    line-height: 45px;
    text-align: center;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link a:first-child:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link a.active span {
    position: relative;
    font-weight: bold;
  }
  .mark_header header .gnb_m .gnb_bottomBtn .link a.active span:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 9px;
    height: 1px;
    background-color: #fff;
  }
  .mark_header header .gnb_m .gnb_bottomBtn.move_bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
  .mark_header header.scroll {
    background-color: #512cb2;
  }
  .flexGap12 {
    gap: 8px;
  }
  .flexGap12 button {
    flex: 0 0 auto;
  }
  .mt32 {
    margin-top: 20px !important;
  }
  .flexGap32 {
    flex-direction: column;
    gap: 20px;
  }
  .btn-dropDown {
    font-size: 15px;
    min-width: auto;
  }
  .btn-download {
    font-size: 15px;
  }
  .btn-button {
    font-size: 15px;
    width: 126px;
    letter-spacing: -1px;
  }
  #loading div {
    transform: translateX(0) !important;
  }
  .center {
    width: 100%;
  }
  .mobile_block {
    display: block;
  }
  .dashboard_header {
    margin: 0;
    min-width: 410px;
  }
  .dashboard_header .util {
    display: none;
  }
  .dashboard_header .gnb_m {
    display: block;
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    right: -80%;
    background-color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    z-index: 102;
  }
  .dashboard_header .gnb_m .topBox {
    position: relative;
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    background: #436fe0;
  }
  .dashboard_header .gnb_m .topBox .gnb_logo {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(/resources/img/common/logo.png);
    background-size: cover;
  }
  .dashboard_header .gnb_m .topBox .gnb_viola_logo {
    display: block;
    width: 70px;
    height: 53px;
    margin: 0 auto;
    background: url(/resources/img/logo_viola_70.png);
    background-size: cover;
  }
  .dashboard_header .gnb_m .topBox .xBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(/resources/img/common/m-ico-close.png);
    background-size: cover;
    z-index: 9;
  }
  .dashboard_header .gnb_m .topBox .btnBox {
    margin-top: 20px;
  }
  .dashboard_header .gnb_m .topBox .btnBox a {
    position: relative;
    display: block;
    padding: 13px 18px 13px 20px;
    border-top: 1px solid #3965d5;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.25px;
    text-align: left;
  }
  .dashboard_header .gnb_m .topBox .btnBox a b {
    font-weight: 500;
  }
  .dashboard_header .gnb_m .topBox .btnBox .btnLogin {
    padding-right: 38px;
    font-weight: 500;
  }
  .dashboard_header .gnb_m .topBox .btnBox .btnLogin:before {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url(/resources/img/common/m-ico-login.png);
    background-size: cover;
    content: "";
  }
  .dashboard_header .gnb_m .topBox .btnBox .btnMypage:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 2px;
    background: url(/resources/img/common/m-ico-login.png);
    background-size: cover;
    vertical-align: top;
    content: "";
  }
  .dashboard_header .gnb_m .topBox .btnBox .btnCs {
    padding-left: 46px;
  }
  .dashboard_header .gnb_m .topBox .btnBox .btnCs:before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url(/resources/img/common/m-ico-cs.png);
    background-size: cover;
    content: "";
  }
  .dashboard_header .gnb_m .nav {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .dashboard_header .gnb_m .nav a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #eef0f5;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.22px;
    text-align: left;
  }
  .dashboard_header .gnb_m .nav a:focus {
    color: #436fe0 !important;
    font-weight: bold;
  }
  .dashboard_header .gnb_m .nav a:hover {
    color: #436fe0 !important;
    font-weight: bold;
  }
  .dashboard_header .gnb_m .nav a.active {
    color: #436fe0 !important;
    font-weight: bold;
  }
  .dashboard_header .gnb_m .nav .dropdown-wrap {
    position: relative;
  }
  .dashboard_header .gnb_m .nav .dropdown-wrap a {
    padding-right: 24px;
  }
  .dashboard_header .gnb_m .nav .btn-dropdown {
    position: absolute;
    top: 17px;
    right: 0;
    width: 24px;
    height: 24px;
    background: none;
  }
  .dashboard_header .gnb_m .nav .btn-dropdown:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
  }
  .dashboard_header .gnb_m .nav .btn-dropdown.on:before {
    margin-top: -2px;
    transform: rotate(45deg);
  }
  .dashboard_header .gnb_m .gnb_bottomBtn {
    margin-top: 20px;
  }
  .dashboard_header .gnb_m .dropdown-container {
    display: none;
    margin: -1px -20px 0;
    background-color: #eef0f5;
  }
  .dashboard_header .gnb_m .dropdown-container a {
    padding-left: 20px;
    border-color: #dddee3;
  }
  .dashboard_header .m_header {
    position: relative;
    display: block;
    height: 56px;
    padding: 0 63px 0 20px;
  }
  .dashboard_header .m_header .logo_m {
    display: inline-block;
    width: 76px;
    height: 17px;
    margin: 20px 0 0 0;
    background-image: url(/resources/img/main/m_ico_logo_w.png);
    background-size: cover;
    vertical-align: top;
    z-index: 1;
  }
  .dashboard_header .m_header .logo_viola_m {
    display: inline-block;
    width: 27px;
    height: 20px;
    margin: 20px 0 0 0;
    background-image: url(/resources/img/logo_viola_70.png);
    background-size: cover;
    vertical-align: top;
    z-index: 1;
  }
  .dashboard_header .m_header .toggle {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/resources/img/main/m_ico_menu_w.png);
    background-image: url(../../resources/img/main/m_ico_menu_w.png);
    background-size: cover;
  }
  .dashboard_header .gnb_btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(/resources/img/main/m_ico_close.png) no-repeat;
    background-size: cover;
    z-index: 9;
  }
  .dashboard_header .admin_tx {
    float: right;
    margin-top: 17px;
  }
  .sidenav {
    display: none;
  }
  table.tableFixed100 {
    width: 100% !important;
  }
  #header_top {
    display: none;
  }
  #header_top .center {
    padding-right: 20px;
  }
  #header_top a {
    font-size: 12px;
    margin-left: 20px;
  }
  .corp_header {
    top: 0 !important;
    height: 60px;
    padding: 15px 0;
  }
  .corp_header .m_header {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 63px 0 20px;
    box-sizing: border-box;
  }
  .corp_header .m_header .toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .corp_header .m_header .toggle img {
    width: 24px;
  }
  .corp_header .m_header .logo_m {
    display: inline-block;
    width: 76px;
    height: 17px;
    margin-top: 20px;
    vertical-align: top;
  }
  .corp_header .m_header .logo_m img {
    width: 100%;
    vertical-align: top;
  }
  .corp_header .m_header .startBtn {
    position: absolute;
    top: 3px;
    right: 20px;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .corp_header .logo {
    display: none;
  }
  .corp_header .gnb_pc {
    display: none;
  }
  .corp_header .gnb_m {
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
    transition: 0.3s;
  }
  .corp_header .gnb_m .topBox {
    position: relative;
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    background: #436fe0;
  }
  header .gnb_m .topBox .gnb_logo {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(/resources/img/common/logo.png);
    background-size: cover;
  }
  header .gnb_m .topBox .xBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(/resources/img/common/m-ico-close.png);
    background-size: cover;
    z-index: 9;
  }
  header .gnb_m .topBox .btnBox {
    margin-top: 20px;
  }
  header .gnb_m .topBox .btnBox a {
    position: relative;
    display: block;
    padding: 13px 18px 13px 20px;
    border-top: 1px solid #3965d5;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.25px;
  }
  header .gnb_m .topBox .btnBox a b {
    font-weight: 500;
  }
  header .gnb_m .topBox .btnBox .btnLogin {
    padding-right: 38px;
    font-weight: 500;
  }
  header .gnb_m .topBox .btnBox .btnLogin:before {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url(/resources/img/common/m-ico-login.png);
    background-size: cover;
    content: "";
  }
  header .gnb_m .topBox .btnBox .btnMypage:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 2px;
    background: url(/resources/img/common/m-ico-login.png);
    background-size: cover;
    vertical-align: top;
    content: "";
  }
  header .gnb_m .topBox .btnBox .btnCs {
    padding-left: 46px;
  }
  header .gnb_m .topBox .btnBox .btnCs:before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url(/resources/img/common/m-ico-cs.png);
    background-size: cover;
    content: "";
  }
  header .gnb_m .nav {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .gnb_m .nav a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #eef0f5;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.22px;
  }
  header .gnb_m .nav a:focus {
    color: #436fe0 !important;
    font-weight: bold;
  }
  header .gnb_m .nav a:hover {
    color: #436fe0 !important;
    font-weight: bold;
  }
  header .gnb_m .nav a.active {
    color: #436fe0 !important;
    font-weight: bold;
  }
  header .gnb_m .nav .dropdown-wrap {
    position: relative;
  }
  header .gnb_m .nav .dropdown-wrap a {
    padding-right: 24px;
  }
  header .gnb_m .nav .btn-dropdown {
    position: absolute;
    top: 17px;
    right: 0;
    width: 24px;
    height: 24px;
    background: none;
  }
  header .gnb_m .nav .btn-dropdown:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
  }
  header .gnb_m .nav .btn-dropdown.on:before {
    margin-top: -2px;
    transform: rotate(45deg);
  }
  header .gnb_m .gnb_bottomBtn {
    margin-top: 20px;
  }
  header .gnb_m .gnb_bottomBtn .startBtn {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .gnb_m .gnb_bottomBtn .startBtn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #6020ab;
    border-radius: 7px;
    border: 1px solid #6020ab;
    text-align: center;
    box-sizing: border-box;
  }
  header .gnb_m .gnb_bottomBtn .link {
    margin-top: 20px;
    overflow: hidden;
    background-color: #6020ab;
  }
  header .gnb_m .gnb_bottomBtn .link:after {
    content: "";
    display: block;
    clear: both;
  }
  header .gnb_m .gnb_bottomBtn .link a {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    line-height: 45px;
    text-align: center;
  }
  header .gnb_m .gnb_bottomBtn .link a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
  }
  header .gnb_m .gnb_bottomBtn .link a:first-child:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  header .gnb_m .gnb_bottomBtn .link a.active span {
    position: relative;
    font-weight: bold;
  }
  header .gnb_m .gnb_bottomBtn .link a.active span:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 9px;
    height: 1px;
    background-color: #fff;
  }
  header .gnb_m .dropdown-container {
    display: none;
    margin: -1px -20px 0;
    background-color: #eef0f5;
  }
  header .gnb_m .dropdown-container a {
    padding-left: 20px;
    border-color: #dddee3;
  }
  header .gnb_m .gnb_bottomBtn.move_bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
  .fullType .dashboard_header {
    display: block;
    min-width: 410px;
  }
  .fullType #wraper.renewal .subArea {
    padding: 0 8px 10px;
  }
  #footer_pc {
    display: none;
    display: none;
  }
  #footer_m {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #223868;
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  #footer_m .topBox {
    font-size: 10px;
    color: #ddd;
    font-size: 10px;
    color: #ddd;
  }
  #footer_m .topBox a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ddd;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ddd;
  }
  #footer_m .telBox {
    width: 200px;
    border: 2px solid #aa3eed;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto 0;
    width: 200px;
    border: 2px solid #ddd;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto 0;
  }
  #footer_m .telBox .text01 {
    font-size: 14px;
    color: #fff;
    font-size: 14px;
    color: #fff;
  }
  #footer_m .telBox .text02 {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
  }
  #footer_m .infoBox {
    font-size: 14px;
    color: #ddd;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 14px;
    color: #ddd;
    line-height: 1.4;
    margin-top: 20px;
  }
  #footer_m .infoBox a {
    color: #ddd;
  }
  #footer_m .copyright {
    font-size: 14px;
    color: #ddd;
    margin-top: 30px;
    font-size: 14px;
    color: #ddd;
    margin-top: 30px;
  }
  .pop-layer {
    width: 96%;
    height: 96vh;
  }
  .pop-layer.pop_increaseCapital {
    height: auto;
  }
  .pop-layer.pop_increaseCapital .pop-container {
    padding: 0;
  }
  .pop-layer.pop_increaseCapital .pop-container .itemWrap .item {
    max-width: 100%;
    width: 100%;
    flex: 1 0 auto;
    padding: 16px;
  }
  .pop-layer.pop_increaseCapital.pop_increaseCapitalDetail {
    max-width: 100vw;
  }
  .pop-layer.pop_increaseCapital.pop_increaseCapitalDetail .pop-container {
    padding: 32px;
  }
  .pop-layer .pop-container {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .pop-layer .pop-conts .title span {
    font-size: 20px;
  }
  .pop-layer .pop-conts .subTitle {
    font-size: 14px;
  }
  .pop-layer .pop-conts .text01 {
    font-size: 12px;
  }
  .pop-layer .pop-conts .text02 table th {
    font-size: 12px;
  }
  .pop-layer .pop-conts .text02 table td {
    font-size: 12px;
  }
  .pop-layer .pop-conts .textBox {
    height: calc(100vh - 125px);
  }
  .pop-layer .file_list li .file_title {
    width: 75px;
  }
  .pop-layer.ty2 .pop-tit {
    padding: 13px 16px;
    background-color: #436fe0;
  }
  .pop-layer.ty2 .xBtn {
    top: 5px;
    right: 8px;
  }
  .pop-layer.ty2 .pop-conts {
    padding: 20px 16px;
  }
  .pop-layer.pop-layerFull.pop-invite .pop-container {
    height: 360px;
  }
  .search_detail_popup {
    width: 96%;
    height: 96vh;
    padding: 20px;
  }
  .search_detail_popup .xBtn {
    top: 20px;
    right: 20px;
  }
  .search_detail_popup .xBtn img {
    width: 20px;
  }
  .search_detail_popup .popup_conts .title {
    font-size: 18px;
  }
  .search_detail_popup .popup_conts .popup_tab {
    margin-top: 20px;
  }
  .search_detail_popup .popup_conts .popup_tab a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-right: 20px;
  }
  .search_detail_popup .popup_conts .popup_tab a.active:after {
    bottom: -2px;
    height: 3px;
  }
  .search_detail_popup .popup_conts .infoArea {
    height: calc(100vh - 170px);
    margin-top: 20px;
  }
  .search_detail_popup .popup_conts .infoArea .tbBox table th {
    width: 110px;
    padding: 15px 10px;
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .search_detail_popup .popup_conts .infoArea .tbBox table td {
    padding: 15px 10px;
  }
  .search_detail_popup .popup_conts .infoArea .tbBox table td p {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .search_detail_popup .popup_conts .infoArea .tbBox table td .imgBox {
    width: 100px;
    height: 100px;
  }
  .search_detail_popup .popup_conts .infoArea .tbBox table td .date {
    font-size: 12px;
    margin-top: 10px;
  }
  .search_detail_popup .popup_conts .register_info .textBox {
    margin-bottom: 30px;
  }
  .search_detail_popup .popup_conts .register_info .textBox p {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .search_detail_popup .popup_conts .register_info .textBox p:before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
  .search_detail_popup .popup_conts .register_info .info_title {
    font-size: 14px;
    margin-top: 20px;
  }
  .search_detail_popup .popup_conts .register_info .tbBox table th {
    width: 65px;
  }
  .stamp_table {
    height: 720px;
    padding: 0px !important;
  }
  .stamp_table .Rectangle:nth-child(1) {
    float: none;
  }
  .stamp_table .Rectangle:nth-child(2) {
    float: none;
  }
  .Rectangle {
    height: 310px;
    padding: 15px 30px;
    border: solid 1px #dddddd;
    margin: 10px auto;
  }
  .Rectangle div:nth-child(1) {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
  }
  .Rectangle div:nth-child(2) {
    float: left;
  }
  .Rectangle div:nth-child(3) {
    float: right;
    width: 84px !important;
  }
  .basicTable table {
    width: 100%;
  }
  .pop_investRound .basicTable table {
    width: 180%;
  }
  .stockDefault .basicTable table {
    width: 180%;
  }
  .pop_increaseCapital .pop-container .itemWrap .item img {
    margin-bottom: 13px;
  }
  .pop_increaseCapital .pop-container .itemWrap .item div {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
  }
  .pop_increaseCapital .pop-container .itemWrap .item .btn-line {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .header .tnb-banner .center-nm {
    height: 62px;
  }
  .header .tnb-banner .tnb-inner {
    left: 10px;
    width: calc(100% - 46px);
  }
  .header .tnb-banner .tnb-inner h2 {
    width: 41px;
    height: 41px;
    margin-right: 3px;
  }
  .header .tnb-banner .tnb-inner h2 img {
    width: 100%;
    height: auto;
  }
  .header .tnb-banner .tnb-inner .txt {
    font-size: var(--font-size-12);
    width: 100px;
  }
  .header .tnb-banner .tnb-inner .btn-estimate {
    width: 96px;
    height: 30px;
    font-size: var(--font-size-14);
    border-radius: 20px;
  }
  .header .tnb-banner .btn-close {
    right: 20px;
  }
}
@media (max-width: 1290px) {
  .costWraper {
    min-width: 100%;
  }
  .costWraper .mark_header header {
    top: 0 !important;
    height: 60px;
    padding: 15px 0;
    min-width: 410px;
  }
  .costWraper .mark_header header .center {
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
  .costWraper .mark_header header .m_header {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .costWraper .mark_header header .m_header .toggle {
    position: absolute;
    left: 20px;
    top: 5px;
    display: block;
  }
  .costWraper .mark_header header .m_header .toggle img {
    width: 24px;
  }
  .costWraper .mark_header header .m_header .logo_m {
    display: inline-block;
  }
  .costWraper .mark_header header .m_header .logo_m img {
    width: 38px;
  }
  .costWraper .mark_header header .m_header .startBtn {
    position: absolute;
    right: 20px;
    top: 3px;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .costWraper .mark_header header .logo {
    display: none;
  }
  .costWraper .mark_header header .gnb_pc {
    display: none;
  }
  .costWraper .mark_header header .gnb_m {
    display: block;
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    left: -80%;
    z-index: 1000;
    background-color: #fff;
    transition: 0.3s;
    overflow-y: auto;
  }
  .costWraper .mark_header header .gnb_m .topBox {
    position: relative;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: linear-gradient(to right, #6e33b0, #4628aa);
  }
  .costWraper .mark_header header .gnb_m .topBox .gnb_logo {
    display: block;
    width: 35px;
    height: 28px;
    margin: 0;
    background: url(/resources/img/logo.png);
    background-size: cover;
  }
  .costWraper .mark_header header .gnb_m .topBox .xBtn {
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .costWraper .mark_header header .gnb_m .topBox .xBtn img {
    width: 22px;
  }
  .costWraper .mark_header header .gnb_m .topBox .text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 25px;
    line-height: 1.4;
  }
  .costWraper .mark_header header .gnb_m .topBox .btnBox {
    overflow: hidden;
    margin-top: 20px;
  }
  .costWraper .mark_header header .gnb_m .topBox .btnBox a {
    display: block;
    float: left;
    width: 48%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    color: #6020ab;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
  }
  .costWraper .mark_header header .gnb_m .topBox .btnBox a:nth-child(2) {
    float: right;
    background-color: transparent;
    color: #fff;
  }
  .costWraper .mark_header header .gnb_m .nav {
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .costWraper .mark_header header .gnb_m .nav a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
    background-image: url(../../resources/img/arrow_right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px;
  }
  .costWraper .mark_header header .gnb_m .nav a:hover {
    color: #241766 !important;
  }
  .costWraper .mark_header header .gnb_m .nav a:focus {
    color: #241766 !important;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn {
    margin-top: 20px;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .startBtn {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .startBtn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #6020ab;
    border-radius: 7px;
    border: 1px solid #6020ab;
    text-align: center;
    box-sizing: border-box;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link {
    margin-top: 20px;
    overflow: hidden;
    background-color: #6020ab;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link:after {
    content: "";
    display: block;
    clear: both;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link a {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    line-height: 45px;
    text-align: center;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link a:first-child:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link a.active span {
    position: relative;
    font-weight: bold;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn .link a.active span:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 9px;
    height: 1px;
    background-color: #fff;
  }
  .costWraper .mark_header header .gnb_m .gnb_bottomBtn.move_bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
  .costWraper .mark_header #header_top {
    display: none;
  }
  .costWraper .mark_header #header_top .center {
    min-width: 100%;
    padding-right: 20px;
  }
  .costWraper .mark_header #header_top a {
    font-size: 12px;
    margin-left: 20px;
  }
  .costWraper .mark_header header.scroll {
    background-color: #512cb2;
  }
  .costWraper #wraper.renewal .subArea .mo-menu {
    display: block;
    position: fixed;
    top: 160px;
    left: 0;
    width: 64px;
    padding: 15px;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box;
    background-color: #241766;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    word-break: break-all;
    cursor: pointer;
    z-index: 2;
  }
  .costWraper #wraper.renewal .subArea nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    transition: left 0.8s;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    transition: left 0.8s;
    font-size: 14px;
    z-index: 2;
  }
  .costWraper #wraper.renewal .subArea nav.on {
    left: 0;
    left: 0;
  }
  .costWraper #wraper.renewal .subArea nav.on + .center {
    min-height: 700px;
    min-height: 700px;
  }
  .costWraper #wraper.renewal .subArea .mo-menu.on {
    left: 280px;
    left: 280px;
  }
  .costWraper #wraper.renewal .subArea .tbBox {
    width: 100%;
    box-sizing: border-box;
  }
  .costWraper #wraper.renewal .subArea .tbBox table {
    width: 100%;
  }
  .costWraper #wraper.renewal .subArea .tbBox table th {
    width: 34% !important;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #522bb1;
    font-size: 14px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table th span {
    font-size: 14px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table th span br {
    display: block;
  }
  .costWraper #wraper.renewal .subArea .tbBox table th span img {
    transform: translateX(-75%);
  }
  .costWraper #wraper.renewal .subArea .tbBox table td {
    width: 34% !important;
    padding: 10px;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td p {
    font-size: 12px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td p span {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td img {
    width: 16px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td .dashed {
    width: 18px;
    height: 3px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td .startBtn {
    width: 100%;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td .startBtn span {
    font-size: 14px;
    line-height: 40px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td .startBtn img {
    width: 11px;
  }
  .costWraper #wraper.renewal .subArea .tbBox table td br {
    display: block;
  }
  .costWraper #wraper.renewal .subArea.costArea {
    min-height: calc(100vh - 60px);
    padding: 50px 8px;
  }
  .costWraper #wraper.renewal .subArea.costArea .center {
    width: 100%;
    margin-left: 0;
  }
  .costWraper #wraper.renewal .subArea.costArea .title {
    padding: 0;
    font-size: 30px;
  }
  .costWraper #wraper.renewal .subArea.costArea .title_desc {
    margin: 20px 0 30px;
    font-size: 20px;
  }
  .costWraper #wraper.renewal .subArea.costArea .tbTitle {
    font-size: 21px;
    margin: 50px 0 20px;
  }
  .costWraper #wraper.renewal .subArea.costArea .tbBox {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  #wraper.renewal .subArea nav ul {
    top: 160px;
  }
}
@media (max-width: 1199px) {
  #wraper.renewal .mainArea {
    padding-bottom: 42px;
  }
  #wraper.renewal .mainArea .titleArea {
    padding-top: 57px;
  }
  #wraper.renewal .mainArea .titleArea:before {
    height: 860px;
  }
  #wraper.renewal .mainArea .titleArea .inner {
    width: 100%;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap {
    flex-direction: column;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap .d-pc {
    display: none;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap .d-mobile {
    display: block;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap .intro_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap .under {
    margin-top: 40px;
    order: 3;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap .intro_btn {
    margin-top: 40px;
  }
  #wraper.renewal .mainArea .titleArea .inner .introWrap .intro_right img {
    margin-top: 20px;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sidenav {
    display: none;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .selectBox {
    width: 100%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox input[type=text] {
    width: 100%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .inputBox input[type=number] {
    width: 100%;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox label {
    width: 100%;
    margin: 3px 0;
  }
  #wraper.renewal .admArea.request .itemArea .itemBox .item_conts .conts_title + .multi_inputBox .radioBox label {
    width: 100%;
  }
  #wraper.renewal .admArea.request .multi_inputBox .dateBox {
    width: 100%;
  }
  #wraper.renewal .admArea .itemArea .itemBox .multi_inputBox .send_btn {
    width: 100%;
    max-width: 318px;
    margin: 8px 0 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd30 label {
    font-size: 12px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .inputBox.wd30 {
    float: left;
    width: calc((100% - 20px) / 2);
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .selectBox.wd30 {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email .selectBox.wd30:before {
    margin-top: -4px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .hiddenBox .box .inputBox {
    max-width: 100%;
    margin-top: 0;
  }
  #wraper.renewal .subArea .formBox .textArea .ty_tbl input {
    width: 100%;
  }
  #wraper.renewal .mypage .my_table01 table td .inputArea.ty_mypage .inputBox {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
  }
  #wraper.renewal .mypage .my_table01 table td .inputArea.ty_mypage .inputBox + .inputBox {
    margin-top: 10px;
  }
  #wraper.renewal .mypage .my_table01 table td .inputArea.ty_mypage .inputBox.wd50 {
    width: 100%;
    max-width: 100%;
  }
}
/* 모바일 및 태블릿 화면에서 팝업창 스타일 조정 */
@media (max-width: 1024px) {
  .pop-layer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    height: auto;
    overflow-y: auto;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .inputBox.wd30 {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .inputBox.wd30 + .inputBox.wd30 {
    margin: 10px 0 0;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .inputBox.id_num.wd30 {
    float: left;
    width: calc((100% - 20px) / 2);
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox p + .inputBox.id_num.wd30 {
    padding-top: 20px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .inputBox.wd30 label {
    position: relative;
    display: block;
    padding-bottom: 8px;
  }
  #wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox.email p + .inputBox {
    padding-top: 20px;
  }
  .pop-layerFull.pop-layer2 {
    background-color: #EEF0F5;
  }
  .pop-layerFull.pop-layer2.pop_newShareholder {
    background-color: #fff;
  }
  .pop-layerFull.pop-layer2.pop_newShareholder .pop-header {
    border-bottom: 1px solid #DDDEE3;
  }
  .pop-layerFull.pop-layer2.pop_newShareholder .pop-container .inputBox {
    max-width: 100%;
  }
  .pop-layerFull.pop-layer2.pop_newShareholder .pop-container .inputBox input:only-child {
    width: 100%;
  }
  .pop-layerFull.pop-layer2 .pop-container {
    background-color: #fff; /* 배경색 설정 */
    padding: 8px; /* 패딩 설정 */
  }
  .pop-layerFull.pop-layer2 .pop-container:has(.popBlueBtn) {
    padding-bottom: 56px !important;
  }
  .pop-layerFull.pop-layer2 .pop-container .basicTable {
    border-bottom: 1px solid #DDDEE3;
    overflow: auto;
  }
  .pop-layerFull.pop-layer2 .pop-container .addRows {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*
  .pop-layerFull.pop-layer2 .pop-container .popBlueBtn {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 20px;
    width: calc(100% - 16px);
    height: 56px;
    font-size: 16px;
    font-weight: 500;
  }

   */
  .pop-layerFull {
    width: 100vw !important;
    transform: none;
    top: 50px;
    left: 0;
    right: 0;
    padding: 8px;
    padding-top: 58px;
    padding-bottom: 96px;
    box-sizing: border-box;
    position: relative;
  }
  .pop-layerFull.pop_newShareholder {
    max-width: 100%;
  }
  .pop-layerFull .pop-header {
    /* 모바일 화면에서 헤더의 절대 위치 대신 고정 위치를 사용합니다. */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto; /* 뷰포트 너비에 맞게 조정 */
    justify-content: center; /* 가운데 정렬 */
    font-size: 18px; /* 글씨 크기 설정 */
    font-weight: 400; /* 글씨 두께 설정 */
    padding: 0; /* 패딩 제거 */
    height: 50px; /* 높이 설정 */
  }
  .pop-layerFull .pop-header .closePop {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .pop-layerFull .pop-container {
    padding: 0 16px !important;
    box-sizing: border-box;
    border: 1px solid #DDDEE3;
    height: 100%;
    overflow: auto;
  }
  .pop-layerFull .pop-container .row {
    gap: 10px;
  }
  .pop-layerFull .pop-container .row .label {
    max-width: 88px;
    font-size: 14px;
  }
  .pop-layerFull .pop-container .selectBox {
    flex: 1 0 0;
    max-width: 100% !important;
  }
  .pop-layerFull .btnWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 8px;
  }
  .pop-layerFull .btnWrap .btn-line,
  .pop-layerFull .btnWrap .btn-fill {
    flex: 1 0 0 !important;
  }
  .pop-layerFull .popBlueBtnWrap {
    position: absolute;
    bottom: 0;
    padding: 20px 8px;
  }
  .pop-layer {
    width: 100%; /* 모바일에서는 팝업 너비를 100%로 설정합니다 */
    height: 100%; /* 모바일에서는 팝업 높이를 100%로 설정합니다 */
    max-height: 100%;
    top: 0;
    left: 0;
    transform: none; /* 모바일에서는 translate 변환을 제거합니다 */
  }
  .pop-layer.pop_stockType .row {
    padding: 10px;
  }
  .pop-layer.pop_stockType .row p {
    font-size: 14px;
  }
}
.pop-layer.pop-layerFull.pop-invite {
  width: 615px;
  height: auto;
}

.pop-layer.pop-layerFull.pop-invite .pop-container {
  padding: 25px;
}

.pop-invite .pop-container .label {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.215px;
  margin-bottom: 8px;
}

.pop-invite .pop-container hr {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #EEF0F5;
  margin: 16px 0;
}

.pop-invite .pop-container .inviteList {
  padding: 8px 10px;
  border: 1px solid #DDDEE3;
  background: #F5F6FA;
  display: block;
  height: 80px;
  overflow-y: auto;
  box-sizing: border-box;
}

.pop-invite .pop-container .inviteList .item {
  height: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.215px;
  border-radius: 2px;
  background: #D7DFF4;
  padding-left: 2px;
  display: inline-flex;
  margin: 4px;
}

.pop-invite .pop-container .inviteList .item button {
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: url(../../resources/img/common/icon_login_close.svg) center no-repeat;
}

.pop-invite .pop-container .selectBox {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  vertical-align: middle;
}

.pop-invite .pop-container .selectBox option[disabled] {
  display: none;
}

.pop-invite .pop-container .selectBox:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  border: 0 none;
  transform: rotate(0deg);
  background: url(../../resources/img/common/ico-sel@2x.png) no-repeat;
  background-size: 12px 8px;
  content: "";
}

.pop-invite .pop-container .selectBox select {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddee3;
  background-color: #f5f6fa;
  padding: 10px 35px 10px 10px;
  color: #999;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pop-invite .pop-container .selectBox + .hiddenForm {
  margin-top: 10px;
}

.pop-invite .pop-container .guest {
  margin-top: 8px;
  color: #000;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.215px;
  text-decoration-line: underline;
}

.pop-invite .pop-container .link {
  margin-top: 25px;
  color: #436FE0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.215px;
  text-decoration-line: underline;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
}

.pop-invite .pop-container .link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../resources/img/common/link-one.svg);
}

.pop-invite .pop-container .btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pop-invite .pop-container .btn-fill {
  background: #436FE0;
  height: 56px;
  max-width: 184px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.246px;
}

@media (max-width: 640px) {
  .pop-invite .pop-container {
    padding: 8px !important;
    border: 0;
  }
  .pop-invite .pop-container .inviteList {
    height: 120px;
  }
  .pop-invite .pop-container hr {
    height: 0;
    margin-bottom: 0;
  }
  .pop-invite .pop-container .link {
    position: absolute;
    bottom: 104px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 법인등기 및 상표서비스 버튼들 border-radius 5px 적용 */
#wraper.renewal .subArea .submit_btn,
#wraper.renewal .subArea .submit_btn.new_style,
#wraper.renewal .subArea .submit_btns,
#wraper.renewal .subArea .formBox .form_table .item_list li .submit_btns,
#wraper.renewal .subArea .formBox .form_table .item_list li .addBtn a,
#wraper.renewal .subArea .formBox .inputBtn a,
#wraper.renewal .subArea .request .btn_list li input + label,
#wraper.renewal .subArea .formBox .form_table .btn-fill,
#wraper.renewal .subArea .formBox .form_table .btn-fill-so,
#wraper.renewal .subArea .formBox .form_table .btn-line,
#wraper.renewal .subArea .btn-fill,
#wraper.renewal .subArea .btn-line,
#wraper.renewal .subArea .btnBox li a,
#wraper.renewal .admArea .save_btn,
#wraper.renewal .admArea .save_btn.new_style,
#wraper.renewal .admArea.request .multi_inputBox .send_btn,
#wraper.renewal .admArea .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .send_btn,
#wraper.renewal .request .itemArea .itemBox .item_conts .multi_inputBox .conts_subTitle .send_btn,
#wraper.renewal .download_btn {
  border-radius: 5px !important;
}

/*# sourceMappingURL=renewStyle.css.map */
