@charset "utf-8";

#mainVisual{padding-bottom:400px;overflow:hidden}
#mainVisual .top{background:var(--dark)}
#mainVisual .top .inner{display:flex;align-items:center;justify-content:center;height:56px;gap:30px}
#mainVisual .top .t_txt{color:var(--primary);font-weight:700;font-size:17px}
#mainVisual .top .t_btn{position:relative;z-index:9;display:flex;align-items:center;gap:10px;padding-left:15px;width:174px;height:31px;border-radius:50pt;background:rgba(255,255,255,0.1);color:#fff;font-weight:500;font-size:14px;transition:all .5s;cursor:pointer}
#mainVisual .top .t_btn .icon{color:#fff;width:15px;animation:arrowMove 1.6s ease-in-out infinite}
#mainVisual .top .t_btn:hover{background:rgba(225,255,255,0.2)}
@keyframes arrowMove{0%{transform:translateX(0)}50%{transform:translateX(5px)}100%{transform:translateX(0)}}
#mainVisual .bot{padding-top:85px;overflow:visible}
#mainVisual .bot .b_txt_wrap{position:relative;z-index:9;margin-bottom:150px;text-align:center}
#mainVisual .bot .b_txt_wrap .inner{display:flex;align-items:center;justify-content:center;flex-direction:column}
#mainVisual .bot .b_txt_wrap .b_top_txt{margin-bottom:45px}
#mainVisual .bot .b_txt_wrap .s_txt{display:block;margin-bottom:30px;font-size:18px;font-weight:600}
#mainVisual .bot .b_txt_wrap .tit{line-height:1.2;font-size:65px;font-weight:700}
#mainVisual .bot .b_txt_wrap .rating_wrap{display:flex;align-items:center;gap:20px;margin-bottom:40px}
#mainVisual .bot .b_txt_wrap .rating_wrap > span{font-size:22px;color:#777}
#mainVisual .bot .b_txt_wrap .rating_wrap > span > b{font-weight:700}
#mainVisual .bot .b_txt_wrap .main_b_btn{display:flex;align-items:center;justify-content:center;margin-bottom:65px;width:209px;height:51px;border-radius:5px;background:var(--primary);color:#fff;font-weight:700;font-size:18px;transition:all .5s;cursor:pointer}
#mainVisual .bot .b_txt_wrap .main_b_btn:hover{background:var(--blue)}
#mainVisual .main_bar_wrap{position:fixed;left:50%;transform:translateX(-50%);bottom:60px;z-index:9;display:flex;align-items:center;justify-content:center;min-width:690px}
#mainVisual .main_bar{display:inline-flex;align-items:center;justify-content:space-between;gap:128px;padding:15px 25px;border-radius:20px;background:#fff;box-shadow:0 10px 20px rgba(17,17,17,0.05)}
#mainVisual .main_bar .left{display:flex;align-items:center;gap:25px}
#mainVisual .main_bar .left .l_txt{line-height:1.3;font-weight:500;font-size:14px}
#mainVisual .main_bar .right{display:flex;align-items:center;gap:5px}
#mainVisual .main_bar .right .bar_btn{display:flex;align-items:center;justify-content:center;width:140px;height:45px;border-radius:5px;background:var(--primary);color:#fff;font-weight:500;font-size:15px;transition:all .5s;cursor:pointer}
#mainVisual .main_bar .right .bar_btn:hover{background:var(--blue)}
#mainVisual .main_bar .right .icon_wrap{width:45px;height:45px;background:#e8f3ff;border-radius:5px}
#mainVisual .main_bar .right .icon_wrap > a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
#mainVisual .main_bar .right .icon_wrap > a > span{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:15px;background:var(--primary);color:#fff;font-weight:400;font-size:8px;animation:bounce 0.8s infinite}
#mainVisual .main_bar .right .icon_wrap > a > span::after{content:'';position:absolute;bottom:-2px;left:-2.3px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #3b82f6;transform:rotate(-90deg)}
@keyframes bounce{0%, 100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
#mainVisual .main_round{position:relative}
#mainVisual .main_round:after{position:absolute;top:100px;left:50%;transform:translateX(-50%);content:"";display:block;width:100%;height:388px;background:url("./main_round_bg.png") no-repeat center}
#mainVisual .main_round .round_wrap{position:relative;z-index:2;display:flex;flex-direction:column;height:600px}
#mainVisual .main_round .sectionCercle{position:relative}
#mainVisual .main_round .innerCercle{position:absolute;top:0;left:50%;transform:translateX(-50%);width:4300px;height:4300px;border-radius:100%}
#mainVisual .main_round .innerCercle .cercle{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}
#mainVisual .main_round .innerCercle .cercle > div{display:flex;align-items:flex-start;justify-content:center}
#mainVisual .main_round .innerCercle .cercle .card{overflow:hidden;position:relative;z-index:10;display:block;width:580px;height:750px;border-radius:45px}
#mainVisual .main_round .innerCercle .cercle .card .img{position:relative;width:100%;height:100%}
#mainVisual .main_round .innerCercle .cercle .card img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:center}