/* font - pretendard */

@font-face { font-family: 'Pretendard';	font-weight: 900;	font-display: swap;	src: local('Pretendard Black'), url(../font/pretendard/woff2/Pretendard-Black.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-Black.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 800;	font-display: swap;	src: local('Pretendard ExtraBold'), url(../font/pretendard/woff2/Pretendard-ExtraBold.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-ExtraBold.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 700;	font-display: swap;	src: local('Pretendard Bold'), url(../font/pretendard/woff2/Pretendard-Bold.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-Bold.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 600;	font-display: swap;	src: local('Pretendard SemiBold'), url(../font/pretendard/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-SemiBold.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 500;	font-display: swap;	src: local('Pretendard Medium'), url(../font/pretendard/woff2/Pretendard-Medium.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-Medium.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 400;	font-display: swap;	src: local('Pretendard Regular'), url(../font/pretendard/woff2/Pretendard-Regular.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-Regular.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 300;	font-display: swap;	src: local('Pretendard Light'), url(../font/pretendard/woff2/Pretendard-Light.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-Light.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 200;	font-display: swap;	src: local('Pretendard ExtraLight'), url(../font/pretendard/woff2/Pretendard-ExtraLight.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-ExtraLight.woff) format('woff');}
@font-face { font-family: 'Pretendard';	font-weight: 100;	font-display: swap;	src: local('Pretendard Thin'), url(../font/pretendard/woff2/Pretendard-Thin.woff2) format('woff2'), url(../font/pretendard/woff/Pretendard-Thin.woff) format('woff');}

/* =============================================================== */

/* 색상 */

:root {
  --main-color : #5B69FF;
  --main-color500 : #3743C1;
  --main-color300 : #8CA6FF;
  --main-color200 : #ADC0FF;
  --main-color100 : #D6DFFF;
  --main-color50 : #F0F4FF;

  --black-text : #2A2A2A;
  --gary-text60 : #494B54;
  --gary-text50 : #707484;
  --gary-text40 : #9599AB; 
  --gary-text30 : #BFC2CF;
  --gary-text20 : #DADCE7;
  --gary-text10 : #EEEFF4;
  --gary-text5 : #F6F7F9;
  --white-text : #FFFFFF;

  --redpoint-text : #FF6666;

  --main-background50 : #F0F4FF;

  --black-background : #111111;
  --gary-background60 : #494B54;
  --gary-background50 : #707484;
  --gary-background40 : #9599AB; 
  --gary-background30 : #BFC2CF;
  --gary-background20 : #DADCE7;
  --gary-background10 : #EEEFF4;
  --gary-background5 : #F6F7F9;
  --white-background : #FFFFFF;


  --main-title : 50px;
  --main-title2 : 42px;

  --sub-title : 24px;

  --content-text : 26px;
  --content-text2 : 20px;

}
/* =============================================================== */

/* 공통 */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

body{ font-family: 'Pretendard';}
button { margin: 0; cursor: pointer; }
p{ word-break: keep-all; }
em { font-style: normal; }
em.line { border-bottom: 1px solid; }
.hidden { display: none;}
.block { display: block; }

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
}

main {
    margin-top: 90px;
    text-align: center;
}

.main_color {
    color: #5B69FF;
}

.mo_oreview {
    display: none;
}


.swiper-pagination-bullet-active {
    background: var(--main-color);
}

@media (max-width: 767px) {
    .pc_oreview {
        display: none;
    }
    .mo_oreview {
        display: block;
    }
}

/* 공통 */

/* header 시작 */

header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    transition: 0.5s;
    width: 100%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);

}

header .logo_box {
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 50px;
    gap:10px;
    margin: 0 auto;
}

header .logo_box img {
    width: 100%;
}

header .logo_box img.rt_logo {
    max-width: 180px;
    width:100%;
}

header .logo_box img.fr_logo {
    max-width: 240px;
    width:100%;
}

header .logo_box img:nth-child(2) {
    width: 100%;
    max-width: 20px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    header {
        width: 100%;
    }

    header .logo_box {
        gap:5px;
    }

    header .logo_box img {
        max-width: 30vw;
    }
    header .logo_box img:nth-child(2) {
        max-width: 15px;
    }

    header .logo_box img.rt_logo {
        width: 25vw;
    }

    header .logo_box img:nth-child(2) {
        width: 10vw;
    }

    header .logo_box img.fr_logo {
        width: 30vw;
    }
}

@media (max-width: 375px) {

    header .logo_box img:nth-child(2) {
        width: 3vw;
    }
}


/* header 끝 */

/* footer 시작 */

.footer {
    background: var(--black-background);
    color: var(--white-text);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    padding-bottom: 70px;
}

.footer .footer_tit {
    padding: 30px;
    display: inline-flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}


.footer .footer_tit a {
    color: #ffffff;
    font-size: 16px;
}

.footer .footer_txt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 70px auto;
    padding: 0 20px;
    gap : 30px;
}

.footer .footer_txt .footer_logo {
    margin-top: 8px;
}

.footer .footer_txt .footer_logo img {
    width: 100%;
}

.footer .footer_txt ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.footer .footer_txt ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.footer .footer_txt ul li:after {
    display: flex;
    content: '';
    width: 1px;
    height: 50%;
    background: #ffffff;
    margin: 0 10px;
}

.footer .footer_txt ul li:last-child::after {
    display: none;
}

@media (max-width: 767px) {
    
    .footer .footer_tit {
        justify-content: flex-start;   
    }

    .footer .footer_txt {
        width: 92%;
        flex-direction: column;
        margin: 40px auto;
        padding: 0;
    }
    
    .footer .footer_txt .footer_logo img {
        width: 100%;
        max-width: 105px;
    }
    
    .footer .footer_tit a,
    .footer .footer_txt ul li {
        font-size: 0.9rem;
    }

    .footer .footer_txt ul li:nth-child(3)::after,
    .footer .footer_txt ul li:nth-child(4)::after,
    .footer .footer_txt ul li:nth-child(5)::after,
    .footer .footer_txt ul li:nth-child(6)::after {
        display: none;
    }
}

/* footer 끝 */


/* privacy 시작 */


.pricavy_wrap,
.terms_wrap {
    max-width: 800px;
    margin: 50px auto;
}
.pricavy_wrap h3,
.terms_wrap h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}
.pricavy_wrap h4,
.terms_wrap h4 {
    margin: 20px 0 10px;
    color: #333;
    font-size: 18px;
}

.terms_wrap h5 {
    margin: 20px 0 5px;
    font-size: 18px;
}

.pricavy_wrap p,
.terms_wrap p {
    font-size: 14px;
    color: #555;
}

@media (max-width: 767px) {
    .pricavy_wrap,
    .terms_wrap {
        width: 92%;
    }

    .pricavy_wrap h3,
    .terms_wrap h3 {
        font-size: 1.3rem;
    }
    .pricavy_wrap h4,
    .terms_wrap h4 {
        font-size: 1.1rem;
    }

    .terms_wrap h5 {
        font-size: 1rem;
    }

    .pricavy_wrap p,
    .terms_wrap p {
        font-size: 0.9rem ;
    }
}

/* privacy 끝 */
