html {
  background: #d6dfef;
}

body {
  margin: 40px auto 0;
  width: 1768px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-family: "SUIT", sans-serif;
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf") format("truetype");
  font-display: swap;
}
.wid-100p {
  width: 100px;
}

.wid-120 {
  width: 120px;
}

.wid-70 {
  width: 70px;
}

.wid-170 {
  width: 170px;
}

.wid-320 {
  width: 320px;
}

.wid-100 {
  width: 500px;
}

.input-wrap {
  display: flex;
  align-items: center;
}
.input-wrap.fieldset {
  display: flex;
  justify-content: flex-start;
}
.input-wrap.fieldset > .legend {
  display: inline-block;
  font-size: 18px;
  color: #111111;
  width: 155px;
}

input[type=text],
input[type=tel],
input[type=date],
input[type=password] {
  height: 46px;
  background: #fff;
  border: 1px solid #dadada;
  padding: 16px;
  font-size: 16px;
}

.table-data {
  width: 80%;
  height: 70% !important;
}

input:focus {
  outline: none;
}

label {
  font-size: 18px;
  color: #111111;
  width: 155px;
}

input[type=radio] {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
}
input[type=radio]::before {
  display: none;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  background: #0066de;
  position: absolute;
  top: 3px;
  left: 3px;
}

input[type=radio]:checked::before {
  display: block;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
}

.blue {
  background: #f4f8fe;
}

.yel {
  background: #fbfbe4;
}

.gr {
  background: #fafafa;
}

.tf {
  background: #dfe4ee;
}

.gre {
  background: #f3f8e1;
}

.fo20 {
  font-size: 20px;
  font-weight: 600;
}

.tot {
  background: #eef8f8;
}

.ta-r {
  text-align: right;
  padding-right: 10px;
}

.fwr {
  font-weight: 500;
}

.table1 {
  border-right: 1px solid #a6b1c0;
}
.table1 .table {
  width: 100%;
}
.table1 .table table {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.table1 .table table th,
.table1 .table table td {
  border-right: 1px solid #dee5ee;
  border-bottom: 1px solid #dee5ee;
  vertical-align: middle;
}
.table1 .table table th {
  height: 60px;
  border-bottom: 1px solid #a6b1c0;
}
.table1 .table table td {
  height: 60px;
}
.table1:last-child {
  border-right: none;
}/*# sourceMappingURL=base.css.map */