@import url('https://font.elice.io/EliceDigitalCoding.css');
@font-face {
  font-family: 'Tenada';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2')
    format('woff2');
  font-weight: normal;
  font-style: normal;
}

.years,
.companyHistory,
.line {
  display: inline-block;
}

.years .boardBottomTitle {
  font-weight: 900;
}

.line {
  width: 1px;
  border-left: 10px solid #2d2d2d;
}

body {
  font-family: 'nanumsquare', Arial, sans-serif;
  font-size: 16px;
  margin: 0px;
  background: rgb(222, 226, 238);
  color: gray;
}

html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainMenu01 {
  font-family: 'Tenada';
  font-size: 90px;
  color: #1a53e8;
  -webkit-text-stroke: 1px white;
  text-shadow: 2px 2px 1px rgb(148, 148, 148);
  padding-top: 1rem;
}

#goBack a {
  text-align: center;
  text-shadow: 1px 1px 2px rgb(148, 148, 148);
  color: white;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 70px;
  text-decoration: none;
  font-weight: 900;
}

.btn btn-1a {
  text-decoration: none;
}

#transferFreeSend,
.topSpace {
  margin-top: 50px;
}

em {
  font-style: normal;
}

header {
  background: #1a53e8;
  background-image: url('images/building03.svg');
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0px -50px;
}

.left {
  display: inline-block;
}

.topBar {
  margin: auto;
  width: 950px;
  font-weight: 900;
  /* justify-content: center; */
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.topBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1a53e8;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.topBtn:hover {
  background-color: #fff;
  color: #1a53e8;
  transition: 0.2s;
}

ul {
  border-right: 1px solid gray;
  width: 100px;
  padding: 20px;
}

li {
  font-size: 18px;
  color: #000;
  padding-top: 1rem;
  font-weight: 600;
}

#grid {
  display: grid;
  grid-template-columns: 150px 1fr;
}
#grid ul {
  padding-left: 2rem;
}
#grid #article {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 800px) {
  #grid {
    display: block;
  }
  ul {
    border-right: none;
  }
}

.logo {
  float: left;
  margin: 0px;
}

#logo {
  width: 200px;
  display: block;
}

#logo02 {
  width: 150px;
}

.footerMenu {
  float: right;
  padding-top: 10px;
  font-weight: 1000em;
}

.footerMenu a:hover {
  font-weight: 900;
}

.footerMenu a {
  color: white;
  text-decoration: none;
  font-family: 'nanumsquare', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0px;
  border-radius: 10px 10px 0px 0px;
  transition: background-color 0.2s;
}

.footerSecond a {
  font-size: 1rem;
}

.font18px {
  font-size: 18px;
  color: #1a53e8;
  margin-top: -10px;
}

#copyRight {
  display: inline-block;
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
  padding-left: 2rem;
  font-size: 15px;
}

#topText {
  font-family: 'Tenada';
  color: white;
  text-shadow: 1px 1px 2px rgb(65, 65, 65);
  margin: auto;
  text-align: left;
  margin-bottom: 10px;
  font-size: 25px;
}

nav {
  float: center;
  padding-top: 20px;
  font-weight: 1000em;
}

nav a {
  color: white;
  text-decoration: none;
  font-family: 'nanumsquare', Arial, sans-serif;
  font-size: 20px;
  font-weight: bolder;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
  transition: background-color 0.2s;
}

nav a:hover {
  transform: scale(5.5);
  background-color: white;
  color: #1a53e8;
}

nav a:focus {
  background-color: white;
  color: #1a53e8;
}

a:checked {
  background-color: #fff;
}
input {
  padding-right: 1em;
  color: #2d2d2d;
  box-shadow: none 0.5px 0.5px 0.5px rgb(148, 148, 148);
  outline: none;
  border: 1px solid #2d2d2d;
}

input[type='radio'] {
  display: none;
}
label {
  border: none;

  font-size: 30px;
  color: white;

  position: relative;

  cursor: pointer;
  padding: 5px 15px;
  display: inline-flex;
  text-shadow: 1px 1px 2px rgb(148, 148, 148);

  font-weight: bold;
  align-items: center;
  /* -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none; */
}
label:before {
  content: '';
  height: 28px;
  width: 28px;
  border: 4px solid white;
  border-radius: 50%;
}

input[type='radio']:checked + label {
  background-color: white;
  color: #1a53e8;
  text-shadow: none;
  border-radius: 10px;
}
input[type='radio']:checked + label:before {
  height: 16px;
  width: 16px;
  border: 10px solid #1a53e8;
  background-color: white;
}

#one {
  letter-spacing: -3px;
  font-size: 80px;
  font-family: sans-serif;
}

#inputBoxSize {
  width: 300px;
  height: 30px;
  font-size: 25px;
  text-align: right;
}

#topButton {
  margin: auto;
  text-align: center;
  top: 50%;
}

.topnav {
  overflow: hidden;
  background-color: white;
}

.topnav a {
  float: left;
  color: #537ff5;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #537ff5;
  color: white;
}

.period {
  text-shadow: 1.2px 1.2px 0px rgb(148, 148, 148);
  text-align: center;
  color: #1a53e8;
  font-size: 30px;
  -webkit-text-stroke: 0.5px white;
}

b {
  font-weight: 800;
}

.warning {
  margin: 0% 20%;

  text-align: left;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.btn {
  border: 3px solid #1a53e8;
  background-color: #1a53e8;
  font-family: inherit;
  font-size: 25px;
  color: white;
  cursor: pointer;
  padding: 10px 30px;
  display: inline-block;

  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: background-color 0.3s;
  box-shadow: 1.4px 1.4px 1px rgb(148, 148, 148);
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1a:hover,
.btn-1a:active {
  border: 3px solid #1a53e8;
  color: #1a53e8;
  background: #fff;
}

h1 {
  text-shadow: 1.4px 1.4px 1px rgb(148, 148, 148);
  text-align: center;
  color: #1a53e8;
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke: 0.5px white;
}
h3 {
  text-shadow: 1px 1px 1px rgb(148, 148, 148);
  text-align: center;
  color: #1a53e8;
  font-size: 20px;
  font-weight: 800;

  -webkit-text-stroke: 0.1px white;
}

h2 {
  text-shadow: 1.2px 1.2px 1px rgb(148, 148, 148);
  text-align: center;
  color: #1a53e8;
  font-size: 30px;
  font-weight: 800;
  -webkit-text-stroke: 0.5px white;
}

h3,
h4,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  color: #000000;
}

select:focus {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  box-shadow: 0 0 0px 2px #1a53e8;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.heading-section {
  font-size: 28px;
  color: #000;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.goBack {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: fit-content;
  }
}

.table {
  max-width: 900px !important;
  width: 100%;
  background: #fff;
}
.table thead.thead-primary {
  background: #1a53e8;
}
.table thead th {
  border-left: 1px solid #1a53e8;
  border-right: 1px solid #1a53e8;
  padding: 10px 10px;
  font-size: 25px;
  color: #fff;
}
.table tbody tr {
  margin-bottom: 10px;
}
.table tbody th,
.table tbody td {
  border: 1px solid #1749c5;
  padding: 5px 10px;

  font-size: 20px;
}
#onePeriod01,
#onePeriod02,
#twoPeriod01,
#twoPeriod02,
#threePeriod01,
#threePeriod02 {
  text-align: left;
}

#mainFrameOne {
  width: 980px;
  margin: auto;
  box-shadow: 0px 1px 1px 1px rgb(177, 189, 197);
  text-align: center;
  background-color: white;
  height: auto;
}
#mainFrameTwo {
  display: none;
  width: 980px;
  margin: auto;
  box-shadow: 0px 1px 1px 1px rgb(177, 189, 197);
  text-align: center;
  background-color: white;
  height: auto;
}

table a {
  text-align: center;
  color: #1a53e8;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

table a:hover {
  text-align: center;
  color: #1a53e8;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.table tbody th,
.table tbody td {
  border: 1px solid #1749c5;
  padding: 5px 10px;
  font-size: 20px;
}

table td {
  line-height: 150%;
}

.mainTopTable01 {
  width: 15%;
}
.mainTopTable02 {
  width: 30%;
}
.mainTopTable03 {
  width: 20%;
}
.mainTopTable04 {
  width: 15%;
}
.mainBotTable01 {
  width: 18%;
}
.mainBotTable02 {
  width: 55%;
}
.mainBotTable03 {
  width: 20%;
}

.footerContainer {
  position: absolute;
  left: 0;
  bottom: auto;
  width: 100%;
  background-color: #1a53e8;
  color: white;
  text-align: center;
}

.footer {
  margin: auto;
  width: 1000px;
  background-color: #1a53e8;
  color: white;
  text-align: center;
}

#oneYearLess,
#twoYearLess,
#twoYearOver,
#oneTax01,
#oneTax02,
#twoTax01,
#twoTax02,
#threeTax01,
#threeTax02,
#oneNumeration01,
#oneNumeration02,
#twoNumeration01,
#twoNumeration02,
#threeNumeration01,
#threeNumeration02 {
  text-align: right;
}
#oneNumeration01,
#oneNumeration02,
#twoNumeration01,
#twoNumeration02,
#threeNumeration01,
#threeNumeration02 {
  padding: 10px 20px;
}

#ownPeriod,
#residencePeriod,
#buyPrice,
#sellPrice {
  width: 120px;
  border-color: #1749c5;
  box-shadow: 0.5px 0.5px 1px rgb(148, 148, 148);
  font-size: 22px;
  text-align: right;
  color: #1749c5;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1px rgb(148, 148, 148);
}

.sideTab {
  width: 3%;
}

.firstTab {
  text-align: left;
  width: 20%;
}

.secondTab {
  text-align: right;
  width: 17%;
}

.thirdTab {
  text-align: right;
}

.textCenter {
  text-align: center;
}

#inquiry {
  text-shadow: 1.2px 1.2px 0px rgb(148, 148, 148);
  text-align: center;
  color: #1a53e8;
  font-size: 30px;
  -webkit-text-stroke: 0.5px white;
}

#newDay {
  margin-top: 30%;
  padding-bottom: 50px;
}

#tableTop td {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.tableMenu {
  font-size: 40px;
  color: #1a53e8;
  font-weight: 900;
  /* -webkit-text-stroke: 0.5px white; */
  text-shadow: 2px 2px 1px rgb(148 148 148);
}

.feeTopMenu {
  font-size: 20px;
}

.explain {
  width: 90%;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.boardBottomTitle {
  text-align: left;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 300%;
}

#grid a {
  text-decoration: none;
  color: #1a53e8;
}

#grid a:hover {
  text-decoration: none;
  font-weight: 900;
}

li a b {
  text-decoration: underline;
}

a img {
  width: 15%;
}

.example {
  margin-left: 2rem;
  font-weight: 370;
  font-size: 0.95rem;
}

.savingTitle {
  font-family: 'Tenada';
  font-size: 40px;
  color: #1a53e8;
  -webkit-text-stroke: 0.3px white;
  text-shadow: 2px 2px 1px rgb(148 148 148);
}

.feeBottomMenu {
  margin-top: 40px;
  font-family: 'Tenada';
  font-size: 40px;
  color: #1a53e8;
  -webkit-text-stroke: 0.3px white;
  text-shadow: 2px 2px 1px rgb(148 148 148);
}

.boardTitle {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 10px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}

.feeBottomTitle {
  padding-top: 10px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}

.feeBottomDiscription {
  padding-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
}

.mainLink {
  text-decoration: none;
  color: #1a53e8;
}

.mainLink:hover {
  font-weight: 900;
}

.mainLink:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 2px;
  background: #1a53e8;
  margin: 0 0.4rem;
}

.feeBottomTable {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.feeBottomTable th {
  border: 1px solid #1a53e8;
  background-color: #1a53e8;
  font-family: inherit;
  font-size: 20px;
  color: white;
  padding: 10px 10px;

  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
  box-shadow: 1.4px 1.4px 1px rgb(148, 148, 148);
}

.feeBottomTable td {
  border: 1px solid #1a53e8;
  background-color: white;
  font-size: 18px;
  color: black;
  padding: 10px 10px;

  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 400;
  outline: none;
  position: relative;
  transition: all 0.3s;
  box-shadow: 1.4px 1.4px 1px rgb(148, 148, 148);
}

#transferFee:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 0px;
  margin: 0 0.9rem;
}

#propertyFee:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 0px;
  margin: 0 0.9rem;
}

#comprehensiveRealEstateFee:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 0px;
  margin: 0 0.9rem;
}

#acquisitionFee:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 0px;
  margin: 0 0.9rem;
}

#brokerageFee:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 0px;
  margin: 0 0.9rem;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */

#partnershipProposal:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #fff;
  margin: 0 0.4rem;
}

#simpletaxCompany:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #fff;
  margin: 0 0.4rem;
}

#termsOfService:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #fff;
  margin: 0 0.4rem;
}

#privacyPolicy:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #fff;
  margin: 0 0.4rem;
}

.saving01 {
  width: 21%;
}

.saving02,
.saving03 {
  width: 40%;
}
