*{
    font-family: "pretendard" !important;
}
a{
    transition: .3s;
    color: black;
    text-decoration: none;
}
a.menu_btn{
    color: black;
}
.hidden{
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
}
header#header{
    width: 100%;
    height: 98px;
    padding: 0px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9;
}
h1#logo{
    width: auto;
    height: 100%;
    padding: 12px 0px;
    box-sizing: border-box;
}
h1#logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
div.modal_btn{
    width: 100px;
    height: 48px;
    background: #01a081;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    box-sizing: border-box;
    font: normal 14px/48px "pretendard";
    letter-spacing: 1px;
}
div.modal_btn:hover{
    background: #f2f2f2;
    color: #01a081;
    transition: .3s;
    cursor: pointer;
}
nav#mainmenu{
    width: auto;
    height: auto;
    display: block;
}
ul.mainmenu_list{
    width: 100%;
    font: normal 16px "pretendard";
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
ul.mainmenu_list li{
    /* width: 113px; */
    padding: 4px 20px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
}
ul.mainmenu_list li.selected{
    font-weight: bold;
    background: #01a081;
    border: 1px solid #ffffffcc;
    box-sizing: border-box;
}
ul.mainmenu_list li.selected a{
    color: #fff;
}
ul.mainmenu_list li a:hover{
    color: #01a081;
    animation: sparkle 1s infinite;
}
@keyframes sparkle {
    0%, 100% {
        color: #fff;
    }
    25% {
        color: #01a081;
    }
    /*50% {*/
    /*    color: #fff;*/
    /*}*/
    /*75% {*/
    /*    color: #01a081;*/
    /*}*/
}
section#info{
    width: 100%;
    height: 600px;
}
div.info_bg{
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    top:0;
    left: 0;
}
.info_bg.hidden{
    opacity: 0;
    z-index: -1;
}
.info_bg.active{
    opacity: 1;
    z-index: 1;
}
div.first{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
div.company-name{
    width: 100%;
    padding-top: 130px;
    padding-right: 10px;
    box-sizing: border-box;
}
div.company-name p{
    font: normal 30px "pretendard";
    color: white;
}
div.company-msg{
    width: 100%;
    height: auto;
}
div.company-msg p{
    font: bold 60px "pretendard";
    color: white;
}
div.com-ko-msg{
    width: 100%;
    padding: 30px 0px;
    /* background: lightblue; */
    font: bold 20px "pretendard";
    color: white;
}
div.com-name{
    width: 100%;
    font: bold 70px "pretendard";
    color: coral;
}
div.second{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
div.register_modal{
    width: 100px;
    height: 48px;
    border-radius: 24px;
    background: darkorange;
    color: white;
    text-align: center;
    font: normal 15px/48px "pretendard";
    letter-spacing: 1px;
    cursor: pointer;
}
.orange-circle{
    border-radius: 50%;
    background-color: orange;
    position: absolute;

}
.orange-semi-circle{
    border-radius: 25px 25px 0px 0px;
    background-color: orange;
    position: absolute;
}
div.text_box{
    width: 100%;
    height: 330px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 28px 20px;
    box-sizing: border-box;
    position: relative;
    top:-22px;
}
div.text_box2{
    width: 100%;
    height: 330px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 28px 20px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
}
p.card_title{
    font: bold 48px "pretendard";
    line-height: 1.2;
}
p.card_text{
    font: bold 24px "pretendard";
    color: #8d8d93;
    line-height: 1.2;
}
p.card_text1{
    font: bold 34px "pretendard";
    line-height: 1.2;
    color: #8d8d93;
}
p.follow_btn{
    font: bold 14px "pretendard";
    cursor: pointer;
}
p.follow_btn img{
    width: 150px;

}
div.empty{
    width:100%;
    height: 200px;
    background: #eee;
    /* background: lightpink; */
    margin-top: 70px;
}
div#visual_wrap {
    width: 100%;
    height: 100vh;
    /* height: 750px; */
    position: relative;
    top: 0px;
    left: 0px;
}
ul#visual_list {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#visual_list li:nth-child(1) {
    background: url(../images/visual00.jpg) no-repeat 100%;
    background-size: cover;
}
ul#visual_list li:nth-child(2) {
    background: url(../images/visual01.jpg) no-repeat 100%;
    background-size: cover;
}
ul#visual_list li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
ul#visual_list li.active {
    opacity: 1;
}
div.visual_text_box {
    width: 100%;
    height: auto;
    text-align: center;
}
div.visual_text_box p{
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    font: bold 64px "pretendard";
    font-style: italic;
    line-height: 1.2;
    margin: 20px 0px 10px 0px;
}
ul#dot_list {
    width: 48px;
    height: 28px;
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
ul#dot_list li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 5px 7px;
    cursor: pointer;
    border: 1px solid #fff;
    box-sizing: border-box;
}
ul#dot_list li.selected {
    background: #fff;
}
div#service_wrap{
    width: 100%;
    height: auto;
    background: #fbfbfb;
}
section#service{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
p.ser_title{
    font: bold 14px "pretendard";
    font-weight: 700;
    color: #8d8d93;
    margin-top: 110px;
    margin-bottom: 10px;
    opacity: 0;
}
div.ser_text_box{
    width: 100%;
    font: normal 26px "pretendard";
    line-height: 1.2;
    color: #8d8d93;
    margin-bottom: 60px;
}
div.ser_text_box p{
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
div.ser_wenow{
    width: 100%;
    height: 180px;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
div.wenow_box{
    border-top:solid 2px #000;
    box-sizing: border-box;
}
p.wenow_title{
    font: bold 14px "pretendard";
    color: #01a081;
    margin-top: 14px;
    margin-bottom: 10px;
    opacity: 0;
}
p.wenow_text{
    font: normal 16px "pretendard";
    line-height: 1.6;
    color: #8d8d93;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
div.wenow_img{
    width: 100%;
    height: 400px;
    margin: 50px 0px;
    box-sizing: border-box;
    background: url(../images/wenow.png) no-repeat 100%;
    background-size: cover;
    border-radius: 20px;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
section#advantages{
    width: 1200px;
    height: 910px;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
p.advantages_title{
    font: bold 14px "pretendard";
    font-weight: 700;
    color: #8d8d93;
    margin-top: 120px;
    margin-bottom: 30px;
    text-align: center;
    opacity: 0;
}
p.advantages_sub_title{
    font: bold 36px "pretendard";
    line-height: 1.2;
    text-align: center;
    margin-bottom: 64px;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
ul.advantages_list{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
ul.advantages_list li{
    /* gsap */
    position: relative;
    top: 30px;
    left: 0;
    opacity: 0;
}
ul.advantages_list li img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border: none;
    border-radius: 30px;
}
p.ad_title{
    font: normal 16px "pretendard";
    font-weight: 700;
    color: #01a081;
    margin-top: 30px;
}
p.ad_subtitle{
    font: bold 24px "pretendard";
    line-height: 1.2;
    margin: 20px 0px;
}
div#reveiew_wrap{
    width: 100%;
    height: auto;
    background: #01a081;
}
section#reveiew{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
p.re_title{
    font: bold 14px "pretendard";
    font-weight: 700;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 30px;
    text-align: left;
    opacity: 0;
}
p.re_sub_title{
    font: bold 36px "pretendard";
    line-height: 1.2;
    margin-bottom: 46px;
    color: #fff;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
div.reveiew_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
div.reveiew_box_list{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
p.re_loc{
    font: normal 28px "pretendard";
    line-height: 1.5;
    margin: 10px 0px;
}
p.re_text{
    font: normal 16px "pretendard";
    line-height: 1.6;
}
p.re_name{
    font: bold 14px "pretendard";
    line-height: 1.6;
}
p.re_name>span{
    color: #868686;
}
div.hear_box{
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: #ffffff1a;
    padding: 20px 30px 20px 30px;
    margin: 0px 0px 10px 0px;
    border-radius: 20px;
    border: 1px solid #ffffff80;
    box-sizing: border-box;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
p.hear_text img{
    width: 47px;
    height: 100%;
    object-fit: contain;
    float: left;
    margin-right: 10px;
}
span.score_title{
    font: normal 12px "pretendard";
    display: block;
}
span.score{
    font: bold 36px "pretendard";
}
span.score span{
    font: bold 14px "pretendard";
}
div.logo_box{
    width: 100%;
    height: auto;
    color: #ffffff;
    margin-top: 100px;
}
p.logo_title{
    font: bold 36px "pretendard";
    line-height: 1.2;
    text-align: center;
    margin-bottom: 70px;
    opacity: 0;
}
div.re_logo{
    width: 100%;
    height: 170px;
    margin-bottom: 50px;
}
div.re_logo img{
    width: 50%;
    height: 100%;
    object-fit: contain;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
div#price_wrap{
    width: 100%;
    height: auto;
    background: #f8f8f8;
}
section#price{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
p.pr_title{
    font: bold 14px "pretendard";
    font-weight: 700;
    color: #01a081;
    margin-top: 120px;
    text-align: center;
    opacity: 0;
}
p.pr_sub_title{
    font: bold 36px "pretendard";
    line-height: 1.2;
    margin: 24px 0px;
    color: #000;
    text-align: center;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
p.pr_title_gray{
    font: bold 14px "pretendard";
    font-weight: 700;
    color: #8d8d93;
    text-align: center;
    opacity: 0;
}
ul.price_list{
    width: 100%;
    height: 100%;
    margin-top: 80px;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
ul.price_list li{
    border-radius: 20px;
    padding: 30px;
    border: solid 1px #e5e7eb;
    box-sizing: border-box;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
}
ul.price_list li:nth-child(2){
    border: solid 2px #01a081;
}
ul.price_list li:nth-child(2) p.level{
    color: #01a081;
}
ul.price_list li:nth-child(2) p.level img{
    width: 40px;
    float: right;
}
p.level{
    font: bold 36px "pretendard";
    color: #212121;
}
p.pr_text{
    font: normal 16px "pretendard";
    color: #8d8d93;
    margin-top: 26px;
    margin-bottom: 20px;
}
p.pr_check{
    margin-top: 20px;
    text-align: left;
    line-height: 2;
}
p.pr_check img{
    width: 18px;
    height: 30px;
    object-fit: contain;
    float: left;
    margin-right: 10px;
}
p.pr_check span{
    display: block;
    font: normal 16px/30px "pretendard";
    color: #050505;
}
div.pr_btn{
    width: 100px;
    height: 48px;
    margin: 40px auto;
    background: #01a081;
    border: solid 1px #00000033;
    border-radius: 25px;
    text-align: center;
    /* gsap */
    position: relative;
    top: 60px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
div.pr_btn a{
    color: #fff;
    box-sizing: border-box;
    font: normal 14px/48px "pretendard";
    letter-spacing: 1px;
}
div.pr_btn:hover{
    transition: .3s;
    border-color: #01a081;
    background: #f2f2f2;
}
div.pr_btn:hover a{
    color: #01a081;
}
.preview {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-top: 98px;
}

@media screen and (max-width: 1200px){
    section#service, section#advantages, section#reveiew, section#price{
        width: 100%;
    }
}
@media screen and (max-width: 980px){
    header#header{
        padding: 0px 10px;
    }
    nav#mainmenu{
        display: none;
    }
}
@media screen and (max-width: 768px){
    header#header{
        height: 40px;
    }
    h1#logo{
        width: 60px;
        padding: 0px;
    }
    div.modal_btn{
        width: 80px;
        height: 40px;
        font: normal 12px/40px "pretendard";
        border-radius: 20px;
        display: none;
    }
    section#info{
        height: 600px;
    }
    div.com-name{
        font-size: 50px;
    }
    div#service_wrap{
        width: 100%;
        height: 100%;
    }
    div.ser_wenow{
        height: 100%;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    div.wenow_img{
        height: 200px;
    }
    section#advantages{
        height: 100%;
        padding-bottom: 30px;
    }
    div#visual_wrap{
        width: 100%;
        height: 70vh;
    }
    div.visual_text_box p, p.level, p.re_loc{
        font-size: 27.5px;
    }
    p.ad_subtitle{
        font-size: 20px;
    }
    p.advantages_sub_title{
        font-size: 24px;
        margin-bottom: 34px;
    }
    div.ser_text_box{
        font-size: 22px;
    }
    p.pr_sub_title, p.re_sub_title{
        font-size: 24px;
    }
    div.reveiew_box_list{
        height: auto;
        padding: 10px 30px;
    }
    div.logo_box{
        margin-top: 50px;
    }
    p.logo_title{
        font-size: 20px;
        margin-bottom: 0px;
    }
    div.re_logo{
        width: 90%;
        height: 100px;
        margin: 0px auto;
        margin-bottom: 50px;
    }
    ul.advantages_list{
        width: 100%;
        height: 100%;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    div.reveiew_box{
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    ul.price_list{
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    div.orange-semi-circle, div.orange-circle{
        display: none;
    }
}
