* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #A79E80;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #F1F4F7;
    font-family: 'MonaSansExpanded-Regular';
    font-size: 5rem;
    line-height: 60px; 
    text-transform: uppercase;
}
h2 {
    color: #fff;
    font-family: 'MonaSansExpanded-Medium';
    font-size: 4rem;
    line-height: 44px;
    text-transform: uppercase;
}
h3 {
    color: #F1F4F7;
    font-family: 'MonaSansExpanded-Medium';
    font-size: 2.8rem;
    line-height: normal;
    text-transform: uppercase;
}
h5 {
    color: #fff;
    font-family: 'MonaSansExpanded-Medium';
    font-size: 2rem;
    line-height: normal;
}
h6 {
    color: #FAFAFA;
    font-family: 'MonaSansExpanded-Medium';
    font-size: 1.6rem;
    line-height: normal;
}
p {
    color: #fff;
    font-family: 'MonaSansExpanded-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 22px;
}
ul {
    margin-bottom: 22px;
}
.sec-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.sec-line span {
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(242, 242, 242, 0.3);
}
.sec-line span:nth-child(odd)  {
    margin-left: 70px;
}
.sec-line span:nth-child(even)  {
    margin-right: 70px;
}
.common-btn {
    color: #F9F8F6;
    font-family: 'MonaSansExpanded-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    padding: 11px 19px;
    border-radius: 75px;
    border: 1px solid #F9F8F6;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #A79E80;
    border-color: #A79E80;
    color: #1C1C1C;
}
.black-btn {
    background-color: transparent;
    border-color: #1C1C1C;
    color: #1C1C1C;
}
.black-btn:hover {
    background-color: #A79E80;
    border-color: #A79E80;
}
.txt-btn {
    color: #A79E80;
    font-family: 'MonaSansExpanded-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 0.56px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    color: #1C1C1C;
    text-decoration: underline;
}
.common-arrow {
    height: 73px;
    width: 73px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #A79E80;
    border-color: #A79E80;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 12px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-pagination {
    position: relative;
}
.common-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-pagination .swiper-pagination-bullet-active {
    width: 42px;
    opacity: 1;
    border-radius: 10px;
    background-color: #A79E80;
}

