@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.ft_cate{
    width: 1440px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.ft_cate_line{
    width: 100%;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
.ft_cate_name{
    color: #4e4e4e;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 70px;
    margin-right: 60px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.ft_cate .ft_cate_name:nth-last-child(1){
    padding-right: 0;
}

/* .ft_cate_name:hover{
    color: #303030;
} */

.ft_bottom{
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ft_logo{
    width: 21.8rem;
    height: 8rem;
    background-image: url('/img/common/png/logoKor_h_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 6rem;
    /* align-self: flex-end; */
}

.ft_phone{
    font-size: 26px;
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: 30px;
}

.ft_date{
    font-size: 17px;
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: 30px;
}

.ft_date span{
    color: #d11d1e;
}

.ft_ct{
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 25px;
}

.ft_ct span{
    display: inline-block;
    padding: 0 6px;
}


.spinerWrap{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('/img/landing/visual_bg.png');
    backdrop-filter: blur(1px);
    z-index: 200;
    cursor: progress;
    display: none;
}
.spinerWrapCon{
    position: absolute;
    width: 1445px;
    height: 73%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    border-radius: 4px;
}
.spiner{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
/* 돌아가는 border 색상 */
.spiner1{
    /*로딩크기*/min-width: 200px;
    min-height: 200px;
    /*로딩배경색*/border: 25px solid rgba(21, 20, 36,.9);
    /*로딩바색*/border-top: 25px solid #fff;
    border-radius: 50%;
    animation: spinner1 1s infinite;
    animation-timing-function: cubic-bezier(0.390, 0.170, 0.490, 0.810);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation: spinner1 1s infinite;
}

.spinRoll{
    width: 10px;
    height: 10px;
    background-color: #185ADB;
    border-radius: 50%;
}

@keyframes spinner1 {
    form{
        transform: rotate(0deg);
    } to {
        transform: rotate(360deg);
    }
    
}

.spinerWrapText h3{
    text-align: center;
    font-size: 30px;
    color: #185ADB;
}
.spinerWrapTextP{
    font-size: 17px;
    text-align: center;
    color: #4e4e4e;
}
.spiner_title{
    width: 206px;
    height: 82px;
    background-image: url('/img/landing/img_title.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}
.spiner_subtitle{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    font-family: 'GmarketSansMedium';
    margin-bottom: 10px;
    color: #4e4e4e;
}

.loder{
    padding: 24px 55px 55px;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
    backdrop-filter: blur(1px);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    max-width: 680px;

}

.ft_date  .fd1{
    color: #000;
    width: 95px;
    display: inline-block;
}