@charset "utf-8";

/* ------------------------------------------Start: css 기본 세팅 -----------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: "Pretendard";
    src: url(../font/Pretendard-Light.otf) format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: "Pretendard";
    src: url(../font/Pretendard-Regular.otf) format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Pretendard";
    src: url(../font/Pretendard-Medium.otf) format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Pretendard";
    src: url(../font/Pretendard-SemiBold.otf) format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Pretendard";
    src: url(../font/Pretendard-Bold.otf) format("opentype");
    font-weight: 700;
}

:root {
    /* color */
    --color-primary: #dd4634;
    --color-gray: #ddd;
    --color-lightorange: #f6f3eb;
    --color-orange: #eeba21;
    --color-lightgreen: #ebefe7;
    --color-green: #93c01d;
    --color-lightsky: #e6eef2;
    --color-sky: #2995cc;
    --color-lightgray: #e4e4e4;
    --color-mediumgray: #999;
    --color-darkgray: #444;

    /* //color */

    /* font-size */
    --font-xsmall: 0.7rem;
    --font-small: 0.875rem;
    --font-primary: 1rem;
    --font-medium: 1.25rem;
    --font-large: 1.5rem;
    --font-xlarge: 2.5rem;
    --font-2xlarge: 3rem;
    --font-subtitle: 2.375rem;
    /* //font-size */

    /* layout */
    --layout-type1: 1680px;
    --layout-type2: 1440px;

    /* //layout */
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-family: "Pretendard", sans-serif;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 16px;
}
body {
    font-size: var(--font-primary);
    cursor: default;
    font-family: "Pretendard", sans-serif;
    position: relative;
    line-height: 1.5;
    background-color: #f4f8f9;
}
img,
textarea {
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,
ul,
li {
    list-style: none;
}
article,
aside,
section {
    display: block;
}

button,
.button {
    cursor: pointer;
}
.section,
section {
    position: relative;
    width: 100%;
    height: 100%;
}
p,
a {
    text-decoration: none;
}

/*-----------------------Strart: 폰트 설정-----------------------------*/
h1,
h2,
h3 {
    font-weight: 600;
    color: #000;
}
h4,
h5 {
    font-weight: 500;
    color: #000;
}
p,
span {
    font-weight: 400;
    color: #000;
}

h1,
.h1 {
    font-size: var(--font-2xlarge);
}

h2,
h2 {
    font-size: var(--font-2xlarge);
}

h3,
h3 {
    font-size: var(--font-subtitle);
}

h4,
.h4 {
    font-size: 1.75rem;
    font-weight: 300;
}
h5,
.h5 {
    font-size: var(--font-medium);
    font-weight: 300;
}

p,
span {
    font-size: var(--font-primary);
    word-break: keep-all;
}

a {
    font-size: var(--font-small);
    display: inline-block;
}
.tiny {
    font-size: var(--font-xsmall);
}

.small {
    font-size: var(--font-small);
}
/*-----------------------Strart: 색 설정-----------------------------*/
.text-primary {
    color: var(--color-primary);
}
.text-gray {
    color: var(--color-gray);
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-orange {
    color: var(--color-primary);
}
.text-red {
    color: var(--color-red);
}
.text-green {
    color: var(--color-green);
}
.bg-lightorange {
    background-color: var(--color-lightorange);
}
.bg-lightgreen {
    background-color: var(--color-lightgreen);
}
.bg-lightsky {
    background-color: var(--color-lightsky);
}
.bg-lightgray {
    background-color: var(--color-lightgray);
}
/*-----------------------End: 색 설정-----------------------------*/
/* 폰트 굵기 */
.extrabold {
    font-weight: 700;
}
.bold {
    font-weight: 600;
}
.normal {
    font-weight: 500;
}
/*-----------------------//End: 폰트 설정-----------------------------*/

/*-----------------------Strart: width 설정-----------------------------*/
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}

/*-----------------------//End: width 설정-----------------------------*/
/*-----------------------Strart: height 설정-----------------------------*/
.h-10 {
    height: 10%;
}
.h-20 {
    height: 20%;
}
.h-30 {
    height: 30%;
}
.h-40 {
    height: 40%;
}
.h-45 {
    height: 45%;
}
.h-50 {
    height: 50%;
}
.h-55 {
    height: 55%;
}
.h-60 {
    height: 60%;
}
.h-70 {
    height: 70%;
}
.h-80 {
    height: 80%;
}
.h-90 {
    height: 90%;
}
.h-100 {
    height: 100%;
}

/*-----------------------//End: height 설정-----------------------------*/
/*-----------------------Strart: margin 설정-----------------------------*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10.625rem !important;
}

.mr-0 {
    margin-bottom: 0 !important;
}

.mr-10 {
    margin-right: 10.625rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10.625rem !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-10 {
    margin-left: 10.625rem !important;
}

/*-----------------------//End: margin 설정-----------------------------*/

/* -----------------------Start: 레이어팝업----------------------- */
.layerPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.backbg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.layerPop-contents {
    position: relative;
    background-color: #fff;
    z-index: 1150;
    width: 460px;
    min-height: 770px;

    padding: 0 2.5rem;
}
.layerPop-close {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.layerPop-close::before {
    position: absolute;
    content: "";
    background: url(../assets/img/layerPop-close.svg) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}

.layerPop-title {
    margin-top: 2.25rem;
    font-weight: 600;
    line-height: 33px;
    color: #000;
    text-align: center;
}

.layercontents-group {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 1.25rem;
}

/* //-----------------------End: 레이어팝업 -----------------------*/

/* 아이콘 */
.checkico {
    width: 1.625rem;
    height: 1.625rem;
}
.tabicons {
    display: flex;
    column-gap: 1.06rem;
}
.tabicons.small {
    column-gap: 1.029rem;
}
.tabico {
    width: 3.313rem;
    aspect-ratio: 1/1;
}
.tabico.small {
    width: 2.72681rem;
    aspect-ratio: 1/1;
}
.tabico.large {
    width: 4.55rem;
    aspect-ratio: 1/1;
}
/* //아이콘 */

/* 아이콘박스 */
.iconbox {
    width: 4.6rem;
    height: 4.5rem;
    border-radius: 1rem;
    background-color: #f3f1f2;
    position: relative;
}
.iconbox.small {
    width: 4rem;
    height: auto;
    aspect-ratio: 1/1;
}
.iconbox img {
    width: 2.5rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iconbox.small img {
    width: 1.875rem;
}
/* //아이콘박스 */

/* 흰 박스 */

.box-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    column-gap: 2rem;
    row-gap: 1.5rem;
}
.box-items.type2 {
    column-gap: 4.688rem;
}
.box-items.type3 {
    column-gap: 1rem;
}
.box-item {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 6px 6px 16px 8px rgba(0, 0, 0, 0.08);
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    width: calc(50% - 1rem);
    row-gap: 1rem;
}

.box-item.type2 {
    padding: 3rem 1.25rem;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 8px 8px 16px 8px rgba(185, 195, 246, 0.16);
    flex: 1 0 0;
}
.box-item.type3 {
    box-shadow: none;
    padding: 2.5rem 2rem 2.7rem 2rem;
    flex: 1 0 0;
    margin-top: 4.2rem;
}
.box-item.other {
    flex-direction: row;
    row-gap: 0;
    column-gap: 1.875rem;
}

.box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4.5rem;
}
.box-title.type2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: fit-content;
    row-gap: 1.6rem;
}
.box-tit {
    font-size: var(--font-large);
    font-weight: 600;
    color: #000;
}
.box-desc {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
    list-style: initial;
    word-break: keep-all;
}
.box-desc.type2 {
    font-size: var(--font-medium);
}
/* //흰 박스 */

/*-----------------------Start: 인풋 설정-----------------------------*/
input {
    border: 2px solid transparent;
    border-radius: 0.25rem;
    box-sizing: border-box;
    padding: 0.625rem 1.5rem;
    min-height: 3.125rem;
    color: #000;
    background-color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    transition: all 0.4s ease;
}
input::placeholder,
textarea::placeholder {
    color: #888;
    font-size: 1.125rem;
}
input:focus,
textarea:focus {
    outline: none;
    border: 2px solid var(--color-primary);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.08);
}
input.disabled::placeholder {
    color: #777;
}
/* 파일첨부 */
.filebox {
    position: relative;
    margin-top: 10px;
}
.filebox .upload-name {
    display: inline-block;
    height: 40px;
    padding: 0 20px 0 100px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 78%;
    color: #999999;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.filebox label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    height: 40px;
}
.file-input {
    background-color: var(--color-gray);
    color: #777;
}
/* //파일첨부 */
/*-----------------------End: 인풋 설정-----------------------------*/

/*-----------------------Start: 체크박스 설정-----------------------------*/
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.check-label {
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.check-label::before {
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
    border: 2px solid #246beb;
    background-color: #fff;
    margin-right: 0.5rem;
}
input[type="checkbox"]:checked + .check-label::before {
    background-image: url("../img/real/ico-checkonly.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;
    background-color: #246beb;
}
input:focus {
    outline: none;
    border: 2px solid var(--color-primary);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.08);
}
input.disabled::placeholder {
    color: #777;
}
.etc-input {
    width: 100%;
    margin: 0.5rem 0 0 0;
    display: none;
}
.etc-input input {
    width: 100%;
}
/* 파일첨부 */
.filebox {
    position: relative;
    margin-top: 10px;
}
.filebox .upload-name {
    display: inline-block;
    height: 40px;
    padding: 0 20px 0 100px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 78%;
    color: #999999;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.filebox label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    height: 40px;
}
.file-input {
    background-color: var(--color-gray);
    color: #777;
}
/* //파일첨부 */
/*-----------------------End: 체크박스 설정-----------------------------*/

/* -----------------------Start: textarea 설정-----------------------------*/
textarea {
    width: 100%;
    min-height: 3.125rem;
    padding: 1.4rem 1.5rem;
    border-radius: 0.25rem;
}
/* -----------------------//End: textarea 설정-----------------------------*/

/* -----------------------Start:커스텀 셀렉트-----------------------------*/
.custom-select {
    position: relative;
    width: 100%;
    height: fit-content;
    cursor: pointer;
}
.custom-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: 2.5rem auto;
    padding: 0.625rem 2.5rem;
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 3.125rem;
    transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), border-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
    color: #666;
    border: 2px solid;
    border-color: #ddd;
    border-radius: 0.25rem;
}
.custom-selected:hover,
.custom-selected.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.select-arrow {
    position: relative;
    width: 2.875rem;
    height: 100%;
}
.select-arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 0.375rem 0.35rem 0 0.35rem;
    border-color: #777 transparent transparent transparent;
    transition: transform 0.2s ease;
    border-style: solid;
    background: transparent;
    width: 0;
    height: 0;
}
.custom-selected:hover .select-arrow:before {
    border-color: #fff transparent transparent transparent;
}
.custom-selected.active .select-arrow::before {
    transform: translate(-50%, -50%) rotate(180deg);
    border-top-color: #fff;
}

.selected-text {
    font-size: 1.125rem;
    flex: 1;
    text-align: center;
    color: #666;
}
.custom-selected:hover .selected-text,
.custom-selected.active .selected-text {
    color: #fff !important;
    font-weight: 600;
}

.custom-option {
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    font-size: 1.125rem;
    border-radius: 0.25rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 145px;
    z-index: 1;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.custom-option.active {
    display: block;
    color: #000;
}
.custom-option li {
    padding: 10px;
    cursor: pointer;
    color: #ddd;
    font-size: 1rem;
}
.custom-option.active li {
    color: #000;
}
.custom-option li:hover {
    background-color: #f7f7f7;
}

/* -----------------------//End: :커스텀 셀렉트-----------------------------*/

/*-----------------------Start: 탭 설정-----------------------------*/
.tabs {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.tabs.type1 {
    column-gap: 1.5rem;
}
.tab {
    width: fit-content;
    height: 3.75rem;
    font-size: 1.75rem;
    color: #444;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 1.875rem;
    padding: 0 2.5rem;
    display: block;
    align-content: center;
    text-align: center;
    cursor: pointer;
    word-break: keep-all;
}
.tab.small {
    height: auto;
    border-radius: 1.563rem;
    padding: 0;
    margin-right: 2rem;
}
.tab.small:last-child {
    margin-right: 0;
}
.tab.small a {
    display: block;
    border-radius: 1.563rem;
    width: 100%;
    height: 100%;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.5;
    color: #999;
    border: 1px solid #ddd;
    background-color: #f4f8f9;
    padding: 0.2rem 1.875rem;
}
.tab.active a {
    color: #fff;
    font-weight: 700;
}
.tab.active.skybg a {
    background-color: var(--color-sky);
    border: 1px solid var(--color-sky);
}
.tab.active.greenbg a {
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
}
.tab.active.graybg a {
    background-color: var(--color-mediumgray);
    border: 1px solid var(--color-mediumgray);
}
.tab.active.orangebg a {
    background-color: var(--color-orange);
    border: 1px solid var(--color-orange);
}
/* 탭 배경 활성화 */
.tab.gradient.active {
    position: relative;
    color: #fff;
    font-weight: 600;
    z-index: 0;
    background: #ef5340;
}
.tab.gradient.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background: radial-gradient(circle 80px at var(--mx, 85%) var(--my, 50%), #ff4fd8 0%, #ff5ca0 40%, /* 중간 핑크 */ rgba(255, 92, 160, 0) 100% /* 투명 */);
    transition: background-position 0.2s ease;
}
/* //탭 배경 활성화 */

.tabcontents {
    position: relative;
    margin-top: 6rem;
    width: 100%;
    height: auto;
    display: none;
}
.tab-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    column-gap: 5rem;
}
.tab-media {
    width: 45.313rem;
    height: 27.813rem;
    border-radius: 1rem;
    background-color: #fff;
}
.tab-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}
.tab-media.small {
    width: 35.34738rem;
    height: 23.062rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.tab-media.small img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto; /* 일단 가로 기준으로 채우기 */
    transform: translate(-50%, -50%);
    transform-origin: center center;
    min-height: 100%;
    object-fit: contain;
}
.tab-media.medium {
    width: 34.5rem;
    height: 24.688rem;
    background-color: transparent;
}
.tab-media.medium img {
    object-fit: contain;
}

.tab-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 2.25rem;
}
.tab-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.5rem;
}
.tab-tit {
    color: #000;
    font-size: 2.25rem;
    font-weight: 500;
}
.tab-tit.small {
    font-size: var(--font-large);
}
.tab-tit.large {
    font-size: var(--font-xlarge);
}
.tab-features {
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
}
.tab-features li {
    font-size: 1.375rem;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}
.tab-description,
.box-description {
    width: auto;
    padding: 0 0 0 1.5rem;
}
.tab-desc {
    list-style: initial;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.8;
    word-break: keep-all;
    color: #000;
}
.tab-desc.small {
    font-size: 1.125rem;
    font-weight: 400;
}
/*-----------------------//End: 탭 설정-----------------------------*/

/* 버튼 */
.askBtn {
    width: fit-content;
    margin: 6.25rem auto 0 auto;
    display: block;
    align-content: center;
    height: 4.125rem;
    padding: 0rem 3.5rem;
}
/* //버튼 */

/*----------------------------- 레이아웃 설정-------------------------------- */
.wrap {
    min-height: 100px;
    margin: 0 auto;
    width: 100%;
}

.head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: transparent;
    z-index: 30;
    text-align: center;
    height: fit-content;
}
.head.on {
    width: 100%;
    min-height: 7.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.gnb {
    min-width: 45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem 0;
    background-color: #fff;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 1.75rem 0;
}
.gnb li + li {
    margin-left: 5rem;
}
.logoarea {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 3.75rem;
}
.logoarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    fill: linear-gradient(90deg, #b76ba7 -0.01%, #dd4634 99.98%);
}
.menu-texts {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration-line: none;
    height: 1.438rem;
    line-height: 1.4rem;
    padding: 0 0.15rem;
}

.menu-text {
    color: var(--color-darkgray);
    font-size: 0.9375rem;
    line-height: 1.4rem;
    font-weight: 400;
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.menu-texts.active .menu-text {
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: 600;
}
.menu-text.hoverText {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    font-weight: 700;
}
/* 글씨 왔다갔다 하는 효과 */
.menu-texts:hover .menu-text:not(.hoverText) {
    transform: translateY(-100%);
}

.menu-texts:hover .menu-text.hoverText {
    transform: translateY(-100%);
    border-bottom: 2px solid #000;
}
.menu-text:hover {
    color: #000;
    border-bottom: 2px solid #000;
}
/* //글씨 왔다갔다 하는 효과 */

.container {
    width: 100%;
}

.maincontents {
    width: 1224px;
    margin: 7.5rem auto 0 auto;
    height: 100%;
    flex-shrink: 0;
}
.maincontents.large {
    width: var(--layout-type2);
}
.foot {
    width: 100%;
    height: 100%;
    margin-top: 10rem;
}
.footer-line {
    width: 90rem;
    height: 0.0625rem;
    border-bottom: 1px solid #ddd;
}
.footercontents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 39.75rem;
    height: 100%;
    margin-bottom: 6.5rem;
}
.footer-logo {
    width: 10.92144rem;
    height: 1.26106rem;
    display: block;
    align-content: center;
    margin: 3.75rem auto 3.11rem auto;
}
.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-contents {
    margin-top: 48rem;
}
.footer-info {
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    font-size: var(--font-primary);
    text-align: center;
    font-weight: 300;
}
.copyright {
    margin-top: 2rem;
    font-size: var(--font-small);
    color: #000;
    font-weight: 300;
}
/*----------------------------- //레이아웃 설정-------------------------------- */

/* Start: 커스텀 클래스 */
.colorbg {
    height: 67.5rem;
    aspect-ratio: 721 / 1080;
    background: url(../img/real/section-colorbg.png) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}
.colorbg.top {
    bottom: auto;
    top: -30%;
    background: url(../img/real/section-colorbg.png) no-repeat top / contain;
}
.maintitle {
    color: #000;
    font-size: var(--font-xlarge);
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 5.62rem;
}
.maintitle.small {
    margin-bottom: 3rem;
}
.maintitle.bottom {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -76%);
}
.subtitle {
    line-height: 1.4;
    color: #000;
}
.linetitle {
    color: #000;
    font-size: var(--font-xlarge);
    line-height: 1.4;
    font-weight: 400;
}
.star {
    color: var(--color-primary);
    margin-right: 0.5rem;
}
.hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
/* //End: 커스텀 클래스 */

/* Start: swiper 설정 */
.swiper-wrapper {
    will-change: transform;
    backface-visibility: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #6a7174;
    width: 1rem;
    height: 1rem;
    opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625rem;
}
.swiper-pagination-bullet-active {
    width: 3.375rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: var(--color-primary);
    z-index: 1;
}
.swiper-button-next,
.swiper-button-prev {
    width: 3rem;
    height: 3rem;
    border-radius: 2.5rem;
    border: 1px solid var(--color-lightgray);
    background: var(--gray-gray-0, #fff);
}
.swiper-button-prev:after {
    font-size: 0;
    content: "";
    background: url(../img/real/prev-ico.svg) no-repeat;
    background-size: cover;
    width: 1.75rem;
    height: 1.75rem;
}
.swiper-button-next:after {
    font-size: 0;
    content: "";
    background: url(../img/real/next-ico.svg) no-repeat;
    background-size: cover;
    width: 1.75rem;
    height: 1.75rem;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 1.25rem;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 1.25rem;
}
/* //End: swiper 설정 */

/* Start: 글씨 하이라이트 효과 */
@keyframes highlight {
    0% {
        width: 0;
    }
    100% {
        width: calc(100% + 16px);
    }
}

.text-highlight {
    position: relative;
    display: inline-block;
}

.text-highlight::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1rem;
    border-radius: 8px;
    background-color: #ffcdc7;
    transform: translateX(-5px);
    z-index: -1;
    border-radius: 50px;
    transition: width 1s cubic-bezier(0, 0, 0.2, 1);
}
.text-highlight.animate::before {
    animation-name: highlight;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    width: 100%;
}
/*End: 글씨 하이라이트 효과 */

@media screen and (max-width: 768px) {
    .head {
        position: fixed;
    }
    .head.on {
        min-height: auto;
    }
    .gnb {
        min-width: 100%;
        margin: 0px;
        border-radius: 0;
        padding: 1.75rem 0.7rem;
    }
    .logoarea {
        width: auto;
        height: auto;
        margin: auto;
        padding: 0 20px;
    }

    .gnb li + li {
        margin-left: 1rem;
    }
    .tabs {
        flex-wrap: wrap;
        gap: 0.4rem;
    }
    .tab {
        width: 42%;
        font-size: var(--font-primary);
        border: 1px solid #e9e9e9;
    }

    .maincontents,
    .maincontents.large {
        width: 100%;
    }
    .tabcontents {
        margin-top: 1.5rem;
    }
    .tab-body {
        width: 90%;
        margin-top: 20px;
        row-gap: 0.1rem;
    }
    .tab-tit {
        font-size: 1.55rem;
    }
    .tab-features li {
        font-size: 1.2rem;
    }
    .tab-desc {
        font-size: 1rem;
    }

    .tab-desc.small,
    .box-desc {
        font-size: 0.875rem;
    }
    .box-items.type3 {
        padding: 0 2.5rem;
    }
    .box-tit {
        font-size: 1.2rem;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0.55rem;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0.55rem;
    }
    .tabico {
        width: 2.013rem;
    }
    .tab-title {
        column-gap: 0.5rem;
    }
    .tab-features {
        row-gap: 0.2rem;
    }

    .footer-infos {
        padding: 0 20px;
    }
    .footer-line {
        width: 100%;
    }
    .center-img,
    .colorbg {
        display: none;
    }
    .tab-desc {
        white-space: normal;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 2rem;
        height: 2rem;
        border-radius: 1.5rem;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        width: 1.25rem;
        height: 1.25rem;
    }
}
