.wrapper{
    max-width: 992px;
    margin: auto;
    padding: 50px 0;
}
img {
    max-width: 100%;
    object-fit: cover;
}
iframe {
    max-width: 100%;
}
.light{ background-color: #fff;}
.dark{ position: relative; background-color: #fefbdc;}
.color-orange{ color: #f0751d !important;}
.color-gray{ color: #2f2725 !important;}
.color-light-black{
    color: #756d6b !important;
}
.ws-nw{white-space: nowrap;}
.marker {
    background:linear-gradient(transparent 50%, #fae78f 50%);
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.text-center2{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.hide{
    display: none;
}
.title-parent {
    height: 220px;
    position: relative;
}
.title-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title-child {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.title-border {
    width: 80px;
    position: absolute;
    top: 160px;
    border-bottom: solid #000 2px;
    left: 50%;
    transform: translateX(-50%)
}

h1{font-size: 53px;font-weight: 600;letter-spacing: 0.15em;}
h2{font-size: 40px;font-weight: 600;letter-spacing: 0.15em;}
h3{font-size: 38px;font-weight: 600;letter-spacing: 0.15em;}
h4{font-size: 34px;font-weight: 600;letter-spacing: 0.15em;}
h5{font-size: 30px;font-weight: 600;letter-spacing: 0.15em;}
h6{font-size: 21px;font-weight: 600;letter-spacing: 0.15em;}
.fs-29{font-size: 29px; line-height: 1.7em;}
.fs-26{font-size: 26px; line-height: 1.7em;}
.fs-25{font-size: 25px; line-height: 1.7em;}
.fs-24{font-size: 24px; line-height: 1.7em;}
.fs-22{font-size: 22px; line-height: 1.7em;}
.fs-20{font-size: 20px; line-height: 1.7em;}
.fs-19{font-size: 19px; line-height: 1.7em;}
.fs-18{font-size: 18px; line-height: 1.7em;}
.fs-17{font-size: 17px; line-height: 1.7em;}
.fs-16{font-size: 16px; line-height: 1.9em;}
.fs-14{font-size: 14px; line-height: 1.9em;}

.lh-17{line-height: 1.7em;}

.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-50{padding-top: 50px;}
.pt-100{padding-top: 100px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-50{padding-bottom: 50px;}
.pb-100{padding-bottom: 100px;}
.pb-200{padding-bottom: 200px;}

.pl-30{padding-left: 30px;}
.pl-50{padding-left: 50px;}

.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mt-100{margin-top: 100px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}

.mr-10{margin-right: 5px;}
.ml-10{margin-left: 5px;}
