<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

@font-face {
  font-family: EuclidCircularB;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/EuclidCircularB-SemiBold.woff2) format("woff2"), url(../fonts/EuclidCircularB-SemiBold.woff) format("woff");
}

@font-face {
  font-family: EuclidCircularB;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/EuclidCircularB-Medium.woff2) format("woff2"), url(../fonts/EuclidCircularB-Medium.woff) format("woff");
}

@font-face {
  font-family: EuclidCircularB;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/EuclidCircularB-Regular.woff2) format("woff2"), url(../fonts/EuclidCircularB-Regular.woff) format("woff");
}

body {
  font-family: "EuclidCircularB", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif, serif;
  font-size: 16px;
  line-height: 1.78;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,h1,h2,h3,h4,h5,h6,ol,p,ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a,a:hover,a:visited {
  outline: 0;
}

img {
  max-width: 100%;
  transition: opacity ease 0.25s;
  vertical-align: middle;
  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

button {
  border: none;
  background: 0 0;
}

button:focus,input:focus {
  outline: 0;
}

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

::-moz-placeholder {
  color: #ccc;
}

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

article,footer,header,main,nav,section {
  display: block;
}

input[type=checkbox]{
  display: none;
}
input{
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
}


.coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.breadcrumb {
  display: none;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
/* header */
.header {
    position: relative;
    text-align: center;
    background-color: #7886c7;
    margin-bottom: 16px;
}
.header-con {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  height: 56px;
}

.logo {
    display: block;
    width: 165px;
    height: 56px;
    
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 165px 35px;
}
.header-right { 
  display: flex;
  align-items: center;
}
.header-desk {
  display: flex;
  align-items: center;
}
.header-desk img {
  width: 24px;
  height: 24px;
}
.search {
    width: 150px;
    height: 35px;
    background-color: #f5f5f5;
    border-radius: 20px;
    overflow: hidden; 
    display: none;
}
.search-form {
    position: relative;

    overflow: hidden;

    height: 35px;
    padding-right: 40px;

    border-radius: 20px;
    background-color: #f5f5f5;
}
.search-text {
    width: 100%;
    height: 35px;

    padding-left: 16px;
    font-size: 14px;
    text-overflow: ellipsis;

    border: none;
    background-color: #f5f5f5;
}
.search-btn
{
    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    height: 35px;
}
.search-icon {
    position: absolute;
    top: 9px;
    right: 17px;
    display: block;

    width: 15px;
    height: 15px;

    transform: rotate(-45deg);

    border: 2px solid #6274c8;
    border-radius: 100%;
}
.search-icon::after {
    position: absolute;
    top: 11px;
    left: 50%;

    display: block;

    width: 2px;
    height: 8px;

    content: '';

    background-color: #6274c8;
}

/* footer */
.footer {
  background-color: #f8f8f8;
  margin-top: 20px;
}
.ft-logo {
  position: relative;
  display: block;
  width: 282px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 1;
  background: url(../images/ft-logo.png) no-repeat 2px center;
  background-size: 282px 60px;
}
.footer-con {
  padding: 20px 0;
  text-align: center;
  background-color: #424242;
}

.footer-link {
  line-height: 2.1;
  display: block;
  color: #d3d3d3;
}
.privacypage, .aboutpage, .searchpage {
  min-height: calc(100vh - 180px);
  margin-top: -16px;
}
.searchpage {
  font-family: arial, sans-serif, serif;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.about-tl {
  font-family: EuclidCircularB;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.about-img {
  display: block;
  margin: 0 auto;
}
.about-con p {
  margin-top: 30px;
}

.contact-email {
  margin: 50px 0;
  text-align: center;
}

.contact-rel {
  font-size: 24px;
  position: relative;
  color: #7886c7;
}

.contact-rel::after,.contact-rel::before {
  position: absolute;
  display: block;
  width: 4px;
  height: 11px;
  content: "";
}

.contact-rel::before {
  top: 0;
  left: -12px;
  border-top: 4px solid #eee;
  border-left: 4px solid #eee;
}

.contact-rel::after {
  right: -12px;
  bottom: 0;
  border-right: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

.icon-contact {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.contact-center {
  text-align: center;
  margin-bottom: 16px;
}

.us-info {
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.about-us h2 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.about-us h3 {
  margin-bottom: 10px;
}

.about-us ul {
  margin-bottom: 14px;
  padding-left: 40px;
}

.about-us li {
  line-height: 24px;
  margin-bottom: 8px;
  list-style: disc;
}

.about-us p {
  line-height: 24px;
  margin-bottom: 14px;
}

.about-us h4 {
  line-height: 24px;
  margin: 14px 0;
}

.about-us h6,.about-us h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 14px 0;
}


/* search page */
.noresult-tl {
  margin-top: 30px;
}

.noresult-ls {
  margin-bottom: 30px;
}

.noresult-item {
  line-height: 20px;
  position: relative;
  padding-left: 3px;
}

.noresult-item::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  border-radius: 4px;
  background-color: #000;
}

.row-me {
  border-top: 1px solid #f1f3f4;
}

.row-item {
  position: relative;
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #f1f3f4;
}

.row-con {
  max-width: 600px;
}

.row-logo {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
}

.row-curlink {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #202124;
}

.sarrow {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #9ba0a5;
  box-shadow: 0 5px 0 0 #9ba0a5, 0 10px 0 0 #9ba0a5;
}

.space-dot {
  font-weight: 700;
  padding-right: 5px;
  padding-left: 5px;
}

.row-tl {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #1558d6;
}

.row-info {
  font-size: 14px;
  line-height: 20px;
  color: #4d5156;
}

.icon-web {
  width: 36px;
  height: 36px;
}

.icon-right {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.search-result {
  line-height: 20px;
  margin: 13px 0;
}

/* 404 page */
.not-find {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
}
.icon-not {
  width: 300px;
  stroke: #4d6289;
}
.not-info {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 32px;
}
.not-info h1 {
  font-family: Georama;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 6px;
}
.not-info p {
  color: #666;
  margin-bottom: 24px;
}
.not-info a {
  background-color: #687ee1;
  color: #fff;
  padding: 10px 24px;
  width: 180px;
  text-align: center;

  border-radius: 32px;
  font-weight: 700;
}
.not-info a:hover {
  text-decoration: underline;
}
.not-ads {
  margin-bottom: 24px;
}


/* index page */
.nav-item {
  margin-bottom: 16px;
}
.nav-con {
  position: relative;
  height: 220px;
}

.nav-pic {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.nav-piccon {
  position: absolute;
  top: 0;
  left: 0;
  display: block; 
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.25s;  
}

.nav-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8); 
  padding: 10px 20px;
  color: #333;
  font-size: 16px; 
  border-radius: 5px; 
}
.nav-con:hover .nav-piccon {
  transform: scale(1.1);
}
.nav-con:hover .nav-text {
  font-weight: 700;
}

.blog-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.blog-con {
  position: relative;

  display: flex;
  align-items: flex-start;
}
.blog-pic {
  overflow: hidden;
}
.blog-piccon {
  width: 130px;
  object-fit: cover;
  transition: all ease 0.25s;
}
.blog-info {
  flex: 1;
  line-height: 1.2;
  margin-left: 16px;
}
.blog-tag {
  font-size: 12px;
  color: #7e7e7e;
}
.blog-tl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4px;
}
.blog-desc {
  display: none;
}
.blog-by {
  font-size: 14px;
  color: #7e7e7e;
  display: none;
}
.blog-con:hover .blog-piccon {
  transform: scale(1.1);
}
.blog-con:hover .blog-tl {
  color: #687ee1;
}

/* detail page */
.page-tl {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.detail-img {
  width: 100%;
  margin-top: 16px;
}

.detail-desc {
  margin: 12px 0;
}

.detail-ls {
  margin-top: 20px;
}

.detail-item {
  margin-bottom: 20px;
}

.detail-con {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 16px 20px;
  transition: all ease 0.25s;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.detail-con-img {
  width: 200px;
  height: 125px;
  background-color: #efefef;
  border: 1px solid #efefef;
  object-fit: cover;
  border-radius: 6px;
}

.detail-con-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-con-desc {
  margin: 12px 0;
  line-height: 1.6;
}

.detail-con-btn {
  position: relative;
  background-color: #7886c7;
  padding: 10px 24px;
  width: 180px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}
.icon-16 {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: 8px;
}
.detail-con-btn:hover .icon-16 {
  transition: all ease 0.25s;
  transform: translateX(5px);
}
.detail-con-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.detail-ads {
  display: block;
  margin-bottom: 20px;
}
.common-tl {
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
}
.right-item {
  position: relative;

  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.right-pic {
  border-radius: 6px;
  overflow: hidden;
}
.right-piccon {
  flex: 0 0 120px;
  width: 120px;
  height: 100px;
  object-fit: cover;
}
.right-info {
  flex: 1;
}
.right-tl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.right-time {
  font-size: 12px;
  color: #999;
}

.right-item:hover .right-tl {
  text-decoration: underline;
}

.calculator-detail h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 16px 0;
}
.calculator-detail p {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
}
.calculator-detail li {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 16px 18px;
  list-style: disc;
  padding-left: 8px;
}

/* article page */
.article-desc {
  line-height: 1.5;
  margin-bottom: 16px;
}
.article-detail &gt; h3 {
  display: flex;
  align-items: center;
  background-color: #bcc0dc;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 16px 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.article-detail &gt; h3 span {
  font-size: 24px;
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #7b87c2;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: 12px;
}
.article-detail &gt; h4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background-image: linear-gradient(transparent 60%, #FFF5CB 40%);
}
.article-detail &gt; p {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
}
.article-detail &gt; img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 16px 0;
}
.article-detail li {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 16px 18px;
  list-style: disc;
  padding-left: 8px;
}


/* bmi-calculator */
.bmi-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bmi-img {
  width: 48px;
  height: 48px;

  margin-right: 10px;
}
.bmi-top .page-tl {
  margin-top: 0;
  margin-bottom: 0;
}

.calculator-box {
  position: relative;
  margin: 20px auto;
  padding: 14px 12px;
  background: #f5f5f5;
  border-radius: 10px;
}

.bmi-group {
  margin-bottom: 30px;
}

.input-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.input-section h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-field {
  text-align: center;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
}

.input-field input {
  width: 60px;
  height: 30px;
  text-align: center;
  border: none;
  box-shadow: none;
  background-color: #fff;
}

.input-field label {
  display: block;
  margin-top: 5px;
  color: #666;
}

.or-text {
  color: #999;
  font-size: 20px;
}

.reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  width: 100px;
  height: 44px;
  border-radius: 6px;
  display: none;
  cursor: pointer;
}
.icon-reset {
  width: 16px;
  height: 16px;
  fill: #666;
}
.reset-text {
  font-size: 18px;
  margin-left: 8px;
  color: #666;
}


.calculate-btn {
  position: absolute;
  display: block;
  width: 160px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  background: #7886c7;
  --button-color: #7886c7;
  color: #fff;
  border: 2px solid #333;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 2;
}

.calculate-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #333;
  z-index: 1;
}

.calculate-btn::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid var(--button-color);
  z-index: 2;
}

.result-bar {
  position: relative;
  display: flex;
  margin-top: 100px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #333;
}

.status {
  flex: 1;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.underweight {
  width: 25%;
  background: #2196F3;
}
.healthy {
  width: 25%;
  background: #4CAF50;
}
.overweight {
  width: 25%;
  background: #FF9800;
}
.obese {
  width: 25%;
  background: #f44336;
} 

.fluid-ads {
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-right-ls {
  margin-top: 20px;
}

.calculator-right-item {
  position: relative;
  background: #fff;
  padding: 12px;
  margin-bottom: 16px;
  border: 2px solid #7886c7;
  border-radius: 6px;
}

.calculator-right-top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.calculator-right-pic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 12px;
  background: url(../images/calculator-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.calculator-right-pic img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.calculator-right-info {
  flex: 1;
}

.calculator-right-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

.calculator-right-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.calculator-right-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #7886c7;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.calculator-right-item:hover .calculator-right-btn {
  /* background: #6574b5; */
  text-decoration: underline;
}

/* auto-loan-calculator page */ 
.breadcrumb span {
  font-family: EuclidCircularB;
  font-size: 13px;
  font-weight: 400;
  padding-right: 8px;
  padding-left: 8px;
  color: #999;
}

.breadcrumb li &gt; span {
  color: #c49f43;
}

.top-fixed {
  position: sticky;
  top: 16px;
}
.common-tl {
  margin-top: 0;
}

/* calculator page */

.gpa-flex tr {
  display: block;
  margin-bottom: 12px;
  margin-left: -10px;
}
.gpa-flex tr th:first-child  {
  width: 100px;
}
.gpa-flex tr th:nth-child(2),
.gpa-flex tr th:nth-child(3) {
  width: 78px;
}
.gpa-flex th,.gpa-flex td {
  display: inline-block;
  margin-left: 10px;
}
.gpa-flex input {
  width: 100px;
  height: 32px;
  border: 1px solid #002a4e;
  border-radius: 2px;
}
.gpa-flex input[type=radio] {
  width: auto;
  height: auto;
}
.gpa-flex select {
  height: 32px;
  border: 1px solid #002a4e;
  padding: 0 2px;
  border-radius: 2px;
}
.gpa-flex .btn-primary  {
  width: auto;
  height: 40px;
  padding: 0 12px;
  border-radius: 4px;
  border: none;
}
.gpa-flex .btn-primary:hover {
  background: #002a4e;
}
.gpa-score {
  display: flex;
  gap: 16px;
  align-items: center;
}
#gpa {
  font-size: 24px;
  font-weight: 700;
}

.active {
  background: #002a4e !important;
  border: 2px #002a4e solid;
  padding: 5px 0;
  color: white !important;
  font-weight: bold;
  margin: 10px 0 25px 0;
}

.inactive {
  border: 2px #002a4e solid;
  padding: 5px 0;
  margin: 10px 0 25px 0;
  color: #002a4e !important;
  font-weight: bold;
}

#calculation, .estimatedPayment {
  font-weight: bold;
  font-size: 1.3em;
}

.donation-calculator{
  margin: 16px;
  padding: 0 4%;
  font-size: 16px;
}
.donation-calculator h2{
  margin: 24px 0;
}
.donation-calculator label{
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 16px; 
}

.donation-calculator input, .donation-calculator select, .donation-calculator input.tax-savings, .donation-calculator input.net-donation{
  width: 100%;
  height: 50px!important;
  min-width: 20px !important; 
  padding-left: 12px;
  text-align: center;
  border: 1px solid #002a4e;
}
.donation-calculator select {
  text-align: left;
}
.donation-calculator input[type=number]::-webkit-inner-spin-button,
.donation-calculator input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.donation-calculator input[type=number] {
    -moz-appearance:textfield !important;
}
.donation-calculator input[type=number]:focus,
.donation-calculator input[type=number]:hover {
    -moz-appearance:number-input !important;
}
.donation-calculator input.btn-calculate{
  width: 25%;
  height: 50px;
  padding: 0 !important;
  margin-top: 16px;
  margin-bottom: 20px;
}
.sign-add-on{
    position: absolute;
    /* top: 50px; */
    left: 32px;
    font-weight: 700;
}
@media (max-width: 991px){
  .donation-calculator input.btn-calculate{
    width: 50%;
  }   
}
input:invalid+span:after {
  content: 'âœ–';
  padding-left: 5px;
}
input:valid+span:after {
  content: 'âœ“';
  padding-left: 5px;
}

/* interest page */
.interest-page .flex-row {
  display: flex;
  flex-direction: row;
}
.interest-page #investment_timespan_text {
  font-size: 16px;
}
.interest-page input[type="radio"]{
  -webkit-box-shadow:none;
}

@media screen and (min-width:768px){
  .wrapper {
    max-width: 728px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header-con {
    height: 64px;
  }
  .logo {
    width: 190px;
    height: 64px;
    background-size: 189px 40px;
  }
  .header-desk {
    margin-right: 32px;
  }
  .header-desk img {
    width: 26px;
    height: 26px;
  }
  .search {
    display: block;
    width: 280px;
    height: 38px;
  }
  .search,.search-form,.search-text {
    height: 38px;
  }

  /* footer */
  .footer-link {
    display: inline-block;
    padding: 0 16px;
  }

  /* about page */
  .searchpage {
    margin-top: -16px;
  }
  .about-tl {
    font-size: 24px;
  }
  .about-img {
    max-width: 560px;
  }

  .contact-rel {
    font-size: 50px;
  }

  .contact-rel::after,  .contact-rel::before {
    width: 9px;
    height: 23px;
    border-width: 6px;
  }

  .contact-rel::before {
    left: -24px;
  }

  .contact-rel::after {
    right: -24px;
  }

  .icon-contact {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }

  .contact-email {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  /* 404 page */
  .not-find {
    margin-top: 72px;
    margin-bottom: 32px;
  }
  .icon-not {
    width: 514px;
    height: 162px;
  }
  .not-find h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .not-find p {
    font-size: 18px;
  }
  .not-ads {
    margin-bottom: 32px;
  }

  /* index page */
  .nav-ls {
    display: flex;
    flex-wrap: wrap; 
    margin-right: -16px;
    margin-bottom: 10px;
  }
  .nav-item {
    width: 33.3333%;
    padding-right: 16px;
  }
  .nav-con, .nav-pic {
    height: 200px;
  }
  
  .nav-item.double-width {
    width: 66.6666%;
  }
  
  
  .blog-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  .blog-piccon {
    width: 280px;
    height: 186px;
  }
  .blog-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 186px;
  }
  .blog-tag {
    font-size: 14px;
  }
  .blog-tl {
    -webkit-line-clamp: 3;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .blog-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .blog-by {
    color: #7886c7;
    margin-top: 6px;
    display: block;
  }

  /* detail page */
  .detail-con {
    flex-direction: row;
    align-items: flex-start;
    transition: all ease 0.25s;
    border: none;
    padding: 0;
    border-radius: 8px;    
  }

  .detail-con-img {
    width: 280px;
    height: 175px;
    border: 1px solid #eee;
    border-radius: 8px;
    object-fit: cover;
  }

  .detail-con-info {
    display: block;
    flex: 1;
    padding-left: 20px;
  }

  .detail-con-desc {
    line-height: 1.78;
    margin-top: 0;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 114px;  
  }
  .detail-con-desc:hover {
    -webkit-line-clamp: unset;
    max-height: 500px;
  }

  .detail-con-get {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* bmi-calculator */
  .calculator-box {
    padding: 20px 16px 16px 16px;
  }
  .bmi-group {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
  }
  .input-section {
    width: 50%;
    background-color: #eee;
    padding: 10px 12px 16px 12px;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .input-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .input-field input {
    width: 75px;
    height: 40px;
  }
  .reset-btn {
    margin-bottom: 20px;
  }
  .calculate-btn {
    margin-top: 20px;
    font-size: 24px;
    width: 200px;
  }
  .result-bar {
    margin-top: 90px;
  }
  .status { 
    font-size: 16px;
  }
  

  /* calculator page */
  .gpa-flex {
    display: flex;
  }
  .gpa-score {
    flex-direction: column;
    flex: 1;
    align-self: center;
    justify-items: center;
  }
  #gpa {
    flex: 1;
    font-size: 44px;
    font-weight: 700;
  }
  .gpa-flex input,
  .gpa-flex tr th:first-child {
    width: 140px;
  }
  .gpa-flex select {
    padding: 0 6px;
  }
  .gpa-flex tr th:nth-child(2),
  .gpa-flex tr th:nth-child(3) {
    width: 86px;
  }
}

@media screen and (min-width:1200px){
  .wrapper {
    max-width: 1132px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-content {
    display: flex;
  }
  .page-left {
    flex: 0 0 728px;
    width: 728px;
  }
  .page-right {
    flex: 1;
    padding-left: 72px;
  }
  .index-right {
    flex: 1;
    padding-left: 16px;
  }

  /* search page */
  .row-tl:hover {
    text-decoration: underline;
  }

  /* index page */
  .nav-con,.nav-pic {
    height: 240px;
  }
  .blog-tl {
    font-size: 20px;
    line-height: 1.5;
  }

  /* detail page */
  .breadcrumb {
    line-height: 1.2;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: -8px;
    white-space: nowrap;
    color: #bbb;
  }

  .right-piccon {
    flex: 0 0 88px;
    width: 88px;
    height: 76px;
  }
  .right-tl {
    font-size: 15px;
  }

  

}</pre></body></html>