//
// Default Layout (All pages)
//
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Pretendard';
    background: #FFFFFF;
    font-size: 1.6rem;
    color: #2C2C2C;
    line-height: 1;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: @stringColor;
    min-height: 100vh;
  margin: 0;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
}

.default-form a{
  color:#FF264D!important;
}
.search .form-control:focus{
  border-color: rgba(255, 38, 77, 0.6)!important;
  box-shadow: 0 0 0 .5rem rgb(255 38 77 / 15%);
}
.form-control:focus{
  border-color: rgba(255, 38, 77, 0.6);
  box-shadow: 0 0 0 .5rem rgb(255 38 77 / 15%);
}
.form-floating label{
color: gray;
  line-height: 100%;
  transition: all ease .15s;
  top: 0;
}
.form-floating input:not(:placeholder-shown)~label{
  top: -4px;

}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
  background-color: transparent!important;
}
.form-floating>.form-control:focus~label::after{
  background-color: white!important;
}
.form-floating input:not([type="checkbox"]){
  padding-top: 2.2rem!important;
}

.form-floating input:focus+label {
  top: -2.1rem;
  padding: 0 1rem;
  color:#FF264D!important;
}
.form-check-input{
  margin-bottom: 2px!important;
}
.form-close:hover svg rect{
  fill:#FF264D;
}
.form-check-input:checked{
  background-color:#FF264D;
  border-color:#FF264D;
  box-shadow: 0 0 0 .5rem rgb(255 38 77 / 15%);
}

.container {
    height: 100%;
    max-width: 1588px;
    padding-left: .75rem;
    padding-right: .75rem;
    margin: 0 auto;
}
@media(max-width:1600px){
    .container{
      max-width: 1588px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.container-about {
    height: 100%;
    max-width: 91.7rem;
    margin: 0 auto;
}

.catalog__list-item {
    font-family: Pretendard;
}

section {
    padding-bottom: 8rem;
}

a {
    font-family: "Pretendard";
    text-decoration: none;
     color: #2C2C2C;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 {
    font-family: Pretendard;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.8rem;
    text-align: left;
    color: @titleColor;
}

h2 {
    font-family: Pretendard;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4.8rem;
    text-align: left;
    color: @titleColor;
    margin-bottom: 3rem;
    margit-top: 1rem;
}

h3 {
    font-family: Pretendard;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.12rem;
    text-align: left;
    color: @titleColor;
    margin-bottom: 3rem;
}

h4 {
    font-family: Pretendard;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.52rem;
    color:@titleColor;
}

input {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label {
    cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  display: none;
}
.default-form{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-40%);
  width: 60rem;
  z-index: 5;
  background: white;
  padding: 4rem;
  border-radius: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: all ease .24s;
}
.default-form{
  max-width: calc(100vw - 2rem);
}
.default-form.active{
  transform: translate(-50%,-50%);
  opacity: 1;
  pointer-events: all;
}
.default-form__wrapper{
  position: relative;
}
.form-close{
position: absolute;
  cursor: pointer;
  top: -2rem;
  right: -2rem;
  padding: 1.5rem;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 3rem;
    margin-bottom: 2rem;
  gap: 2rem;
}

.breadcrumbs__list li a, .breadcrumbs li span, .breadcrumbs li.active {
    font-family: Pretendard;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #6B778A;
}

.breadcrumbs__list li span {
    margin-right: .4rem;
}

.breadcrumbs__list li a:hover {
    color: red;
}

//.body-wrapper {
//    overflow-x: hidden;
//    min-height: 100vh;
//    display: flex;
//    flex-direction: column;
//}

.body-wrapper main {
    flex-grow: 1;
}

@media (max-width: 1170px) {
    html {
        font-size: .85vw;
    }

}

@media (max-width: 992px) {
    html {
        font-size: 1vw;
    }

}

@media (max-width: 768px) {
    html {
        font-size: 1.2vw;
    }

}

@media (max-width: 768px) {
    html {
        font-size: 1.5vw;
    }

}

@media (max-width: 576px) {
    html {
        font-size: 1.8vw;
    }


}

.developer {
    display: block;
    text-decoration: underline
}

.page-content {
    font-size: 14px;
}

.page-content h2, .page-content h3, .page-content h4 {
    margin: 0 0 20px 0
}

.page-content h2 {
    font-size: 1.8vw
}

.page-content h3 {
    font-size: 1.5vw
}

.page-content h4 {
    font-size: 1.2vw
}

.page-content ul {
    margin: 0 0 15px 20px;
}

.page-content li {
    list-style: circle
}

.yellow {
    fill: #ffce31;
}

.section-category__main table {
}

.section-category__main table th, .content-item th, .section-news table th {
    background-color: #E0E0E0;
    padding: 0.5rem;
}

.section-category__main table th p, .section-category__main table td p, .content-item table td p, .section-news table th p, .section-news table td p {
    margin: 0.5rem 0;
}

.section-category__main table td, .content-item table td, .section-news table td {
    border: 0.1rem solid #E0E0E0;
    padding: 0.5rem;
}

.content-item a, .static-page-content a {
    color: #213A8F
}

.shpereTitle {min-height:65px;}








