html, body {height:100%;}
body {font-family:'NanumSquare';font-size:16px;font-weight:400;box-sizing:border-box;line-height:normal;
    margin:0;padding:0;}
div {box-sizing:border-box;}
p,span {margin:0;line-height:normal;box-sizing:border-box;}
a {text-decoration:none;color:#0a0a0a;box-sizing:border-box;}
a:hover {text-decoration:none;}
ul {margin:0;padding:0;}
li {list-style:none;box-sizing:border-box;}
button {background:none;border:0;box-sizing:border-box;cursor:pointer;}
img {box-sizing:border-box;}
input {box-sizing:border-box;}
input:focus, textarea:focus {outline:none;}
input[type="number"] {-moz-appearance:textfield;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
label {cursor:pointer;}
h1, h2, h3, h4, h5, h6 {font-family:'NanumSquare';}

.ns {font-family:'NanumSquare';}
.ns_L {font-family:'NanumSquareLight';}
.ns_B {font-family:'NanumSquareBold';}
.ns_EB {font-family:'NanumSquareExtraBold';}
.pt {font-family:'Pretendard';}
.fo {font-family:'FredokaOne';}
.bm {font-family:'Baumans';}

.fw-100 {font-weight:100;}
.fw-300 {font-weight:300;}
.fw-350 {font-weight:350;}
.fw-400 {font-weight:400;}
.fw-500 {font-weight:500;}
.fw-600 {font-weight:600;}
.fw-700 {font-weight:700;}
.fw-800 {font-weight:800;}
.fw-900 {font-weight:900;}


/* 공통 */
.video-wrap {width:100%;height:100vh;overflow:hidden;position:relative;}
.video-wrap iframe {width:100vw;height:100vh;position:absolute;top:50%;left:50%;border:0;
    transform: translate(-50%, -50%) scale(1);pointer-events:none;transform-origin:center;}

.video-wrap2 {display:none;}
.video-wrap2 iframe {display:block;width:100%;height:100vw;}


.bm_subj {font-family:'Baumans';color:#0396d5;text-decoration:underline;font-size:54px;}


/* 섹션1 */
.section-1 {background:linear-gradient(90deg, #0a9bda 0%, #0094d4 100%);position:relative;min-height:100vh;
    overflow:hidden;}
.section-1::before {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
    width:100%;height:100%;background:url('./img/before_txt.png')no-repeat center/100%;}
.section-1 .siren {position:absolute;top:50%;left:calc(50% - 80px);transform:translate(-50%,-50%);width:440px;
    height:440px;background:url('./img/icon-1.png')no-repeat center/cover;z-index:1;}
.section-1 .txt_wrap {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;}
.section-1 .txt_wrap .left {font-size:90px;color:#fff;line-height:104px;position:absolute;top:25%;
    left:150px;}
.section-1 .txt_wrap .right {font-size:80px;color:#fff;line-height:104px;position:absolute;top:45%;
    text-align:right;right:150px;}
.section-1 .appstore {position:absolute;bottom:100px;left:150px;display:flex;align-items:center;
    gap:12px;transition:all .3s ease;}
.section-1 .appstore:hover {gap:25px;}
.section-1 .appstore .logo {width:68px;height:68px;border-radius:14px;
    background:#fff url('./img/icon-26.png')no-repeat center/64px;}
.section-1 .appstore p {font-size:28px;color:#fff;line-height:42px;}
.section-1 .appstore p span {display:block;font-size:20px;}


/* 섹션2 */
.section-2 {background:#f9fafa;padding:150px;display:flex;justify-content:space-between;
    position:relative;}
.section-2 .book {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;
    height:340px;background:url('./img/icon-2.png')no-repeat center/cover;}
.section-2 .p1 {font-size:68px;color:#afafaf;line-height:100px;}
.section-2 .p1 span {display:block;color:#424242;}
.section-2 .p2 {color:#414040;line-height:32px;font-size:18px;margin:20px 0;}
.section-2 .dot {display:flex;flex-direction:column;gap:15px;margin:0 0 10px;}
.section-2 .dot li {width:5px;height:5px;border-radius:100vw;background:#a0a0a0;}
.section-2 .right {display:flex;flex-direction:column;gap:45px;justify-content:center;width:400px;}
.section-2 .right li {background:#e5e5e5;border-radius:100vw;padding:0 30px;font-size:28px;line-height:60px;
    position:relative;display:flex;align-items:center;gap:10px;}
.section-2 .right li:nth-child(1) span {display:block;width:36px;height:36px;
    background:url('./img/icon-4.png')no-repeat center/46px;}
.section-2 .right li:nth-child(2) span {display:block;width:36px;height:36px;
    background:url('./img/icon-5.png')no-repeat center/46px;}
.section-2 .right li:nth-child(3) span {display:block;width:36px;height:36px;
    background:url('./img/icon-6.png')no-repeat center/46px;}
.section-2 .right li:nth-child(4) span {display:block;width:36px;height:36px;
    background:url('./img/icon-7.png')no-repeat center/46px;}
.section-2 .right li:nth-child(5) span {display:block;width:36px;height:36px;
    background:url('./img/icon-8.png')no-repeat center/46px;}
.section-2 .right .li_r {align-self:flex-end;}
.section-2 .right .li_l {align-self:flex-start;}


/* 섹션3 */
.section-3 {background:#f3f3f3;padding:150px;position:relative;display:flex;flex-direction:column;
    align-items:center;}
.section-3 .t1 {font-size:50px;margin:20px 0 60px;}
.section-3 .comment {display:flex;gap:30px;flex-wrap:wrap;justify-content:center;margin:0 0 30px;}
.section-3 .comment.cmt_3 {display:none;overflow:hidden;white-space:nowrap;width:100%;
    position:relative;padding:0 140px;box-sizing:border-box;}
.section-3 .comment.cmt_3::before {content:'';position:absolute;top:0;left:0px;width:72px;height:72px;
    background:url('./img/icon-14.png')no-repeat center/cover;}
.section-3 .comment.cmt_3::after {content:'';position:absolute;top:0;right:0px;width:72px;height:72px;
    background:url('./img/icon-15.png')no-repeat center/cover;}
.section-3 .comment.cmt_3 .slider-box {width:100%;overflow:hidden;}
.section-3 .comment.cmt_3 .slider-track {display:flex;animation:slide-left 20s linear infinite;}
.section-3 .comment.cmt_3 li {flex:0 0 auto;width:340px;margin-right:20px;}
@keyframes slide-left {
    0% {transform:translateX(0%);}
    100% {transform:translateX(-50%);}
}
.section-3 .comment.cmt_3 li .p2 {white-space:normal;}
.section-3 .comment.cmt_1 {position:relative;}
.section-3 .comment.cmt_1::before {content:'';position:absolute;top:0;left:-160px;width:72px;height:72px;
    background:url('./img/icon-14.png')no-repeat center/cover;}
.section-3 .comment.cmt_1::after {content:'';position:absolute;top:0;right:-160px;width:72px;height:72px;
    background:url('./img/icon-15.png')no-repeat center/cover;}
.section-3 .comment li {background:#fff;border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,0.05);
    padding:25px;display:flex;gap:20px;width:346px;}
.section-3 .comment li .user_img {width:80px;height:80px;border-radius:100vw;background:#e8e8e8;
    position:relative;overflow:hidden;}
.section-3 .comment li .user_img span {display:block;width:100%;height:100%;}
.section-3 .comment li .user_img .user-1 {background:url('./img/icon-9.png')no-repeat center/cover;}
.section-3 .comment li .user_img .user-2 {background:url('./img/icon-10.png')no-repeat center/cover;}
.section-3 .comment li .user_img .user-3 {background:url('./img/icon-11.png')no-repeat center/cover;}
.section-3 .comment li .user_img .user-4 {background:url('./img/icon-12.png')no-repeat center/cover;}
.section-3 .comment li .user_img .user-5 {background:url('./img/icon-13.png')no-repeat center/cover;}
.section-3 .comment li .txt {width:calc(100% - 100px);display:flex;flex-direction:column;gap:10px;}
.section-3 .comment li .p1 {font-weight:700;display:flex;align-items:baseline;gap:15px;font-size:22px;
    color:#1e1e1e;}
.section-3 .comment li .p1 span {font-weight:400;font-size:14px;}
.section-3 .comment li .p2 {font-size:16px;line-height:22px;letter-spacing:-0.4px;color:#1e1e1e;}
.section-3 .t2 {display:flex;align-items:center;gap:35px;font-weight:400;font-size:16px;color:#1e1e1e;
    line-height:24px;margin:50px 0 0;}
.section-3 .t2 span {color:#0396d5;white-space:nowrap;font-weight:800;}


/* 섹션4 */
.section-4 {background:#f9fafa;padding:150px;position:relative;}
.section-4 .subj_flex {display:flex;justify-content:space-between;align-items:center;margin:0 0 30px;
    padding:0 15px}
.section-4 .subj_flex span {font-size:18px;color:#1e1e1e;text-decoration:unset;}
.section-4 .flex_box {display:flex;gap:80px;}
.section-4 .flex_box > * {flex:1;padding:30px 25px 60px;border-radius:15px;background:#464646;}
.section-4 .flex_box .top {border-bottom:1px solid #969696;display:flex;justify-content:space-between;
    color:#fff;padding:0 15px 20px;margin:0 0 30px;}
.section-4 .flex_box .top .p1 {font-size:28px;line-height:40px;letter-spacing:-1px;}
.section-4 .flex_box .top .p2 {margin:8px 0 0;letter-spacing:-0.4px;}
.section-4 .left .graph {padding:0 15px;display:flex;flex-direction:column;gap:20px;}
.section-4 .left .graph li {display:flex;align-items:center;gap:20px;}
.section-4 .left .graph li .bar {border-radius:5px;height:62px;background:#2f2f2f;padding:0 20px;
    display:flex;align-items:center;width:92px;transition:width 2s ease;}
.section-4 .left .graph li.active .bar {
    background:linear-gradient(90deg,rgba(0,148,211,1) 0%,rgba(9,156,218,1) 100%);}
.section-4.active .left .graph li.active:nth-child(1) .bar {width:calc(100% - 14vw);}
.section-4.active .left .graph li:nth-child(2) .bar {width:calc(100% - 100px);}
.section-4.active .left .graph li:nth-child(3) .bar {width:calc(100% - 25vw);}
.section-4 .left .graph li .bar .per {color:#fff;font-weight:800;font-size:24px;letter-spacing:1px;}
.section-4 .left .graph li .a1 {color:#969696;font-weight:700;}
.section-4 .left .graph li.active .a1 {color:#fff;}
.section-4 .right {display:flex;flex-direction:column;}
.section-4 .right .diff {padding:15px;display:flex;flex-direction:column;gap:30px;}
.section-4 .right .diff li {display:flex;justify-content:space-between;align-items:center;font-size:36px;
    color:#12b8fe;}
.section-4 .right .diff li span {font-weight:800;}
.section-4 .right .diff li:nth-child(2) {color:#fff;}
.section-4 .right .bottom {align-self:center;margin:30px 0 0;color:#fff;font-weight:700;
    line-height:54px;padding:0 50px;border-radius:100vw;background:#2f2f2f;font-size:22px;
    letter-spacing:1px;}
.section-4 .glass {position:absolute;bottom:30px;left:50%;transform:translateX(-50%);
    width:350px;height:280px;background:url('./img/icon-3.png')no-repeat center/100%;}


/* 섹션5 */
.section-5 {background:#f3f3f3;padding:150px;position:relative;}
.section-5 .bm_subj {margin:0 0 20px;}
.section-5 .t1 {display:flex;align-items:center;justify-content:space-between;font-size:50px;
    position:relative;margin:0 0 50px;}
.section-5 .t1::before {content:'';position:absolute;top:50%;left:0;width:100%;height:1px;
    border-bottom:1px solid #808080;transform:translateY(-50%);}
.section-5 .t1 span {background:#f3f3f3;position:relative;padding-right:20px;}
.section-5 .t1::after {content:'';position:absolute;top:50%;right:0;width:140px;height:100px;
    transform:translateY(-50%);background:#f3f3f3 url('./img/icon-16.png')no-repeat center/70%;}
.section-5 .at_box {display:flex;flex-direction:column;gap:25px;margin:0 0 80px;}
.section-5 .at_box .top {}
.section-5 .at_box .top .p1 {text-align:center;font-size:30px;max-width:35%;}
.section-5 .at_box .top .p1.blue {max-width:none;color:#0397d5;}
.section-5 .at_box .top .arrow {background:none;}
.section-5 .at_box li {display:flex;align-items:center;gap:45px;}
.section-5 .at_box li > * {flex:1;}
.section-5 .at_box li .p2 {font-size:24px;color:#737373;border:1px solid #2f2f2f;border-radius:100vw;
    line-height:62px;text-align:center;max-width:35%;}
.section-5 .at_box li .arrow {max-width:40px;height:40px;
    background:url('./img/icon-20.png')no-repeat center/cover;}
.section-5 .at_box li .p2.fw-700 {max-width:none;background:#d4e7f0;border-color:#d4e7f0;
    color:#0699d7;display:flex;align-items:center;justify-content:center;gap:10px;}
.section-5 .at_box li .p2.fw-700::after {content:'';display:block;width:52px;height:52px;}
.section-5 .at_box li:nth-child(2) .p2.fw-700::after {
    background:url('./img/icon-17.png')no-repeat center/cover;}
.section-5 .at_box li:nth-child(3) .p2.fw-700::after {
    background:url('./img/icon-18.png')no-repeat center/cover;}
.section-5 .at_box li:nth-child(4) .p2.fw-700::after {
    background:url('./img/icon-19.png')no-repeat center/cover;}
.section-5 .b1 {display:flex;justify-content:center;background:#dcdcdc;border-radius:8px;padding:20px;
    gap:15px;}
.section-5 .b1 .blue {color:#0396d5;}
.section-5 .b1 .a1 {color:#1e1e1e;}


/* 섹션6 */
.section-6 {background:linear-gradient(90deg,#3cafe1 0%,#10a6e6 100%);position:relative;min-height:100vh;
    padding:110px 150px;box-sizing:border-box;}
.section-6::before {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
    width:100%;height:100%;background:url('./img/before_txt.png')no-repeat center/100%;
    filter:brightness(0.92);}
.section-6::after {content:'';position:absolute;bottom:0;left:0;width:100%;height:28%;background:#62ceff;}
.section-6 .txt_box {display:flex;justify-content:space-between;position:relative;}
.section-6 .txt_box::before {content:'';position:absolute;top:50px;left:260px;width:calc(100vw - 1260px);
    border-bottom:1px solid #fff;}
.section-6 .txt_box .t1 {color:#fff;font-size:68px;text-align:right;letter-spacing:-1px;line-height:100px;}
.section-6 .txt_box .t1 br:last-child {display:none;}
.section-6 .pc_icon {position:absolute;top:55%;left:50%;margin-left:-25.25%;margin-top:-400px;z-index:1;
    width:55%;height:800px;background:url('./img/icon-31.png')no-repeat center/100%;max-width:895px;}


/* 섹션7 */
.section-7 {background:#f3f3f3;padding:150px;position:relative;}
.section-7 .bm_subj {text-align:center;margin:0 0 20px;}
.section-7 .t1 {display:flex;align-items:center;justify-content:center;font-size:50px;margin:0 0 50px;
    gap:30px;color:#424242;}
.section-7 .t1::before {content:'';display:block;width:50px;height:50px;
    background:url('./img/icon-32.png')no-repeat center/100%;}
.section-7 .t1::after {content:'';display:block;width:50px;height:50px;
    background:url('./img/icon-33.png')no-repeat center/100%;}
.section-7 .flex_box {display:flex;gap:50px;margin:0 0 80px;}
.section-7 .flex_box .range_ul {display:flex;flex-direction:column;gap:30px;width:calc(100% - 581px);}
.section-7 .flex_box .range_ul li {display:flex;gap:30px;}
.section-7 .flex_box .range_ul .ta_r {text-align:right;}
.section-7 .flex_box .range_ul p {font-size:22px;color:#424242;line-height:30px;width:100px;}
.section-7 .flex_box .range_ul p span {display:block;font-size:16px;color:#797979;font-weight:400;}
.section-7 .flex_box .range_ul .range {width:calc(100% - 260px);background:#dedede;border-radius:100vw;
    height:15px;margin:6px 0 0;position:relative;}
.section-7 .flex_box .range_ul .range span {position:absolute;top:50%;transform:translate(-50%,-50%);
    width:42px;height:42px;border-radius:100vw;border:1px solid #bad8e5;background:#f3f3f3;left:0;
    transition:left 2s ease;}
.section-7 .flex_box .range_ul .range span::after {content:'';position:absolute;top:50%;left:50%;
    transform:translate(-50%,-50%);width:68%;height:68%;border-radius:100vw;background:#2fb1e9}
.section-7.active .flex_box .range_ul li:nth-child(1) .range span {left:25%;}
.section-7.active .flex_box .range_ul li:nth-child(2) .range span {left:85%;}
.section-7.active .flex_box .range_ul li:nth-child(3) .range span {left:10%;}
.section-7.active .flex_box .range_ul li:nth-child(4) .range span {left:98%;}
.section-7 .flex_box .line {display:block;width:1px;height:282px;border-right:1px solid #c9c9c9;}
.section-7 .flex_box .keyword_wrap {width:480px;display:flex;flex-direction:column;align-items:center;
    gap:30px;}
.section-7 .flex_box .keyword_wrap .p1 {font-size:28px;color:#424242;}
.section-7 .flex_box .keyword_wrap .keyword_box {display:flex;flex-wrap:wrap;gap:25px 10px;}
.section-7 .flex_box .keyword_wrap .keyword_box li {border:2px solid #ccc;border-radius:100vw;
    font-size:20px;font-weight:700;color:#424242;padding:0 25px 0 10px;line-height:46px;display:flex;
    align-items:center;color:#9f9f9f;letter-spacing:-0.4px;}
.section-7 .flex_box .keyword_wrap .keyword_box li.on {border:3px solid #2fb1e9;color:#424242;}
.section-7 .flex_box .keyword_wrap .keyword_box li::before {content:'';display:block;width:42px;height:42px;
    background:url('./img/icon-35.png')no-repeat center/30px;}
.section-7 .flex_box .keyword_wrap .keyword_box li.on::before {content:'';display:block;width:42px;height:42px;
    background:url('./img/icon-34.png')no-repeat center/30px;margin-right:5px;}
.section-7 .b1 {display:flex;justify-content:center;background:#dcdcdc;border-radius:8px;padding:20px;
    gap:15px;}
.section-7 .b1 .blue {color:#0396d5;}
.section-7 .b1 .a1 {color:#1e1e1e;}


/* 섹션8 */
.section-8 {background:#fff;padding:100px 150px;position:relative;}
.section-8 .bm_subj {margin:0 0 20px;}
.section-8 .top {display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 50px;}
.section-8 .top .t1 {font-size:54px;display:flex;align-items:flex-end;gap:20px;}
.section-8 .top .t1 .t2 {font-size:26px;}
.section-8 .top ul {display:flex;flex-direction:column;gap:12px;}
.section-8 .top ul li {display:flex;align-items:center;gap:10px;font-weight:700;color:#383838;}
.section-8 .top ul li::before {content:'';display:block;width:50px;height:18px;border-radius:5px;
    background:#a0a0a0;}
.section-8 .top ul li:first-child::before {background:#2fb0e9;}
.section-8 .map_wrap {background:#f0f0f0;border-radius:30px;padding:40px 40px 70px;position:relative;}
.section-8 .map_wrap .p1_box {display:flex;align-items:center;justify-content:center;position:relative;
    margin:0 140px 80px;}
.section-8 .map_wrap .p1_box .p1 {font-weight:800;font-size:32px;color:#2fb1e9;background:#f0f0f0;
    position:relative;padding:0 20px;}
.section-8 .map_wrap .p1_box::before {content:'';width:100%;height:3px;background:#2fb1e9;
    position:absolute;top:50%;left:0;transform:translateY(-50%);}
.section-8 .map_wrap .p1_box .arrow {position:absolute;top:17px;width:30px;height:50px;
    background:url('./img/icon-36.png')no-repeat center/100%;}
.section-8 .map_wrap .p1_box .arrow:nth-last-child(1) {right:-14px;}
.section-8 .map_wrap .p1_box .arrow:nth-last-child(3) {left:-14px;}
.section-8 .map_box {display:flex;justify-content:space-between;}
.section-8 .map_box .side_box {width:280px;height:280px;border-radius:100vw;background:#fff;
    border:1px solid #e6e6e6;display:flex;align-items:center;justify-content:center;position:relative;}
.section-8 .map_box .side_box .a1 {font-weight:800;font-size:28px;text-align:center;line-height:46px;
    color:#424242;}
.section-8 .map_box .side_box .a1 span {display:block;font-weight:400;font-size:20px;}
.section-8 .map_box .side_box::after {content:'';position:absolute;bottom:-60px;left:50%;
    transform:translateX(-50%);width:180px;height:180px;}
.section-8 .map_box .user_box::after {background:url('./img/icon-24.png')no-repeat center/120px;}
.section-8 .map_box .coop_box::after {background:url('./img/icon-25.png')no-repeat center/160px;
    bottom:-75px;}
.section-8 .map_box .keep_box {width:340px;height:340px;border-radius:100vw;background:#fff;
    border:1px solid #e6e6e6;position:relative;}
.section-8 .map_box .keep_box::after {content:'';position:absolute;top:50%;left:50%;width:180px;height:180px;
    transform:translate(-50%,-50%);background:url('./img/icon-26.png')no-repeat center/100%;}
.section-8 .map_box .keep_box i {position:absolute;width:60px;height:60px;}
.section-8 .map_box .keep_box i:nth-child(1) {background:url('./img/icon-21.png')no-repeat center/100%;
    top:30px;left:-15px;}
.section-8 .map_box .keep_box i:nth-child(2) {background:url('./img/icon-22.png')no-repeat center/100%;
    top:30px;right:-15px;}
.section-8 .map_box .keep_box i:nth-child(3) {background:url('./img/icon-23.png')no-repeat center/100%;
    bottom:-15px;right:80px;}
.section-8 .map_box2 {position:absolute;bottom:70px;left:50%;display:flex;align-items:center;
    justify-content:space-between;width:calc(100% - 640px);transform:translateX(-50%);height:340px;
    gap:340px;}
.section-8 .map_box2 > * {flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:20px;}
.section-8 .map_box2 .a1 {font-size:24px;font-weight:800;text-align:center;color:#7c7c7c;letter-spacing:-0.4px;
    line-height:38px;}
.section-8 .map_box2 .a1 span {font-size:18px;display:block;font-weight:400;color:#989797;}
.section-8 .map_box2 .arrow_box {display:flex;gap:5px;transform:rotate(90deg);}
.section-8 .map_box2 .arrow_box.blue i {filter:grayscale(0)}
.section-8 .map_box2 .arrow_box i {background:url('./img/icon-36.png')no-repeat center/100%;
    display:block;width:26px;height:72px;filter:grayscale(1)}
.section-8 .map_box2 .arrow_box i:last-child {transform:rotateX(180deg);}


/* 섹션9 */
.section-9 {background:#f0f0f1;padding:100px 150px;position:relative;}
.section-9::before {content:'';position:absolute;bottom:0;left:0;width:100%;height:30%;
    background:#464646}
.section-9 .bm_subj {text-align:center;margin:0 0 20px;}
.section-9 .p1 {text-align:center;font-size:26px;margin:0 0 50px;}
.section-9 .flex_box {display:flex;gap:50px;position:relative;}
.section-9 .flex_box > li {flex:1;background:#f9fafa;border-radius:20px;
    box-shadow:0 0 25px rgba(0,0,0,0.03);padding:40px;}
.section-9 .flex_box .user_info {display:flex;gap:15px;justify-content:center;align-items:center;
    margin:0 0 30px;}
.section-9 .flex_box img {height:180px;}
.section-9 .flex_box .info_box {display:flex;flex-direction:column;gap:10px;
    width:calc(100% - 195px);}
.section-9 .flex_box .name {font-size:26px;font-weight:800;color:#2f2f2f;}
.section-9 .flex_box .adr {font-size:18px;font-weight:700;color:#2f2f2f;line-height:34px;}
.section-9 .flex_box .adr span {display:block;color:#2fb1e9}
.section-9 .flex_box .art {font-size:16px;color:#2f2f2f;line-height:22px;letter-spacing:-0.4px;}
.section-9 .flex_box .about {display:flex;align-items:center;gap:30px;background:#fff;border-radius:15px;
    box-shadow:0 0 20px rgba(0,0,0,0.05);padding:30px;margin:0 0 30px;}
.section-9 .flex_box .about span {font-size:26px;font-weight:800;}
.section-9 .flex_box p {font-size:17px;color:#2f2f2f;line-height:24px;}
.section-9 .np_box {display:flex;gap:20px;}
.section-9 .np_box li {flex:1;}
.section-9 .np_box .np1 {font-size:24px;font-weight:800;margin:0 0 10px;}
.section-9 .np_box .np2 {font-size:16px;font-weight:700;letter-spacing:-0.4px;}
.section-9 .np_box .range_box {display:flex;align-items:center;margin:8px 0;gap:5px;}
.section-9 .np_box .range_box span {font-size:14px;font-weight:700;color:#424242;width:40px;
    text-align:right;}
.section-9 .np_box .range_box .bar_type {border:2px solid #2fb1e9;border-radius:100vw;
    width:52px;text-align:center;line-height:24px;color:#2f2f2f;}
.section-9 .np_box .range_box .range {width:calc(100% - 150px);background:#dedede;border-radius:100vw;
    height:6px;position:relative;}
.section-9 .np_box .range_box .range span {position:absolute;top:50%;transform:translate(-50%,-50%);
    width:18px;height:18px;border-radius:100vw;border:1px solid #bad8e5;background:#f3f3f3;}
.section-9 .np_box .range_box .range span::after {content:'';position:absolute;top:50%;left:50%;
    transform:translate(-50%,-50%);width:68%;height:68%;border-radius:100vw;background:#2fb1e9}


/* 섹션10 */
.section-10 {background:#ebebeb;padding:120px 150px 180px;position:relative;display:flex;position:relative;
    overflow:hidden;}
.section-10 > * {flex:1;}
.section-10 .left {max-width:600px;}
.section-10 .p1 {font-size:70px;font-weight:700;color:#089ad9;text-align:center;
    font-family:'NanumSquareExtraBold';margin:15px 0 25px;}
.section-10 .p2 {font-size:54px;font-weight:700;color:#252525;text-align:center;}
.section-10 .p3 {font-size:28px;color:#424242;text-align:center;}
.section-10 .p4 {font-size:26px;color:#424242;text-align:center;}
.section-10 .left img {height:240px;margin:50px auto;display:block;}
.section-10 > img {position:absolute;top:-1%;right:-20%;height:95%;;}


/* 섹션11 */
.section-11 {background:#fff;padding:100px 150px;}
.section-11 .t1 {font-weight:800;font-size:120px;color:#089ad9;margin:0 0 20px;}
.section-11 .faq {display:flex;flex-direction:column;gap:80px;padding:0 0 0 50px;}
.section-11 .faq li {}
.section-11 .faq li .p1 {font-weight:700;font-size:46px;color:#252525;display:flex;align-items:flex-start;
    gap:20px;margin:0 0 20px;}
.section-11 .faq li .p1::before {content:'';display:block;width:96px;height:96px;
    background:url('./img/icon-29.png')no-repeat center/100%;}
.section-11 .faq li .art {padding:0 0 0 86px;}
.section-11 .faq li .art .a1 {color:#089ad9;font-size:30px;font-weight:600;margin:0 0 30px;}
.section-11 .faq li .art .a2 {color:#000;font-size:24px;font-weight:400;margin:-10px 0 50px;line-height:40px;
    padding:0 0 0 32px;}
.section-11 .faq li .art .red {font-weight:600;color:#ef4d4d;}
.section-11 .faq li .art .blue {font-weight:600;color:#089ad9;}


/* 섹션12 */
.section-12 {background:#fff;padding:100px 150px;display:flex;flex-direction:column;min-height:100vh;
    justify-content:space-between;box-sizing:border-box;position:relative;overflow:hidden;}
.section-12::before {content:'';position:absolute;bottom:0;left:0;width:85%;height:90%;
    border-radius:0 60px 0 0;background:linear-gradient(90deg, #3bafe1 46%, #10a6e6 78%);}
.section-12::after {content:'';position:absolute;bottom:-165px;right:-430px;width:100%;height:100%;
    background:url('./img/img-2.png')no-repeat center/100%;max-width:1700px;pointer-events:none;}
.section-12 .ta_box {position:relative;color:#fff;}
.section-12 .t3 {font-size:22px;line-height:60px;margin:20px 0 0;}
.section-12 .t2 {font-size:42px;line-height:82px;}
.section-12 .t1 {font-size:68px;line-height:66px;}
.section-12 .line {display:block;width:36px;height:1px;background:#fff;margin:10px 0;}
.section-12 .appstore {position:relative;display:inline-flex;flex-direction:column;align-self:flex-start;}
.section-12 .appstore .logo {width:100px;height:100px;border-radius:20px;transition:all .3s ease;
    background:#fff url('./img/icon-26.png')no-repeat center/95%;margin:0 0 20px;}
.section-12 .appstore:hover .logo {margin:0 0 30px;}
.section-12 .appstore .fo {color:#fff;font-size:28px;margin:0 0 12px;}
.section-12 .appstore .pr {color:#fff;font-size:22px;}



/* Footer kakao */
footer {background:#fee800;padding:60px 0 0;}
footer .flex_box {display:flex;justify-content:center;gap:20px;}
footer .flex_box > img {height:320px;margin:15px 0 0;}
footer .flex_box .art_box {display:flex;flex-direction:column;}
footer .flex_box .p2 {font-size:36px;color:#292215;margin:0 0 10px;display:flex;align-items:flex-end;
    gap:20px;}
footer .flex_box .p2::after {content:"";display:block;width:160px;height:62px;
    background:url('./img/icon-38.png')no-repeat center/100%;}
footer .flex_box .p1 {font-size:72px;color:#ff4005;text-shadow:2px 2px 4px rgb(231 182 158 / 60%);}
footer .flex_box .line {background:#292215;display:block;height:1px;margin:20px 0 25px;}
footer .flex_box a {display:flex;align-items:center;gap:30px;}
footer .flex_box a p {font-size:24px;line-height:36px;letter-spacing:-0.4px;}
footer .flex_box a::after {content:'';display:block;width:54px;height:54px;border-radius:100vw;
    background:#292215 url('./img/icon-39.png')no-repeat center/26px;transition:all .3s ease;}
footer .flex_box a:hover::after {transform:translateX(20px);}
footer .bottom {display:flex;align-items:center;justify-content:center;background:#241e14;
    padding:25px 0;}
footer .bottom span {color:#ffda33;font-size:34px;display:flex;align-items:center;}
footer .bottom span::after {content:'';display:block;width:2px;height:28px;background:#ffda33;
    margin:0 20px;}
footer .bottom p {color:#fff;font-size:30px;}
footer .company {background:#fff;display:flex;flex-direction:column;align-items:center;
    justify-content:center;padding:30px 0 40px;gap:30px;}
footer .company img {width:120px;filter:brightness(3.5);}
footer .company ul {display:flex;flex-wrap:wrap;justify-content:center;gap:10px 15px;
    padding:0 150px;font-family:'Pretendard';color:#333;}
footer .company ul b {color:#0a0a0a;}








@media (max-width:1600px) {
    .section-1 .txt_wrap .left {font-size:68px;line-height:86px;top:20%;}
    .section-1 .txt_wrap .right {font-size:62px;line-height:82px;top:50%;}
    .section-1 .siren {width:360px;height:360px;}
    .bm_subj {font-size:48px;}
    .section-2 .p1 {font-size:54px;line-height:78px;}
    .section-2 .book {width:300px;height:300px;}
    .section-2 .right {width:360px;}
    .section-2 .right li {font-size:24px;line-height:54px;}
    .section-3 .t1 {font-size:46px;}
    .section-3 .comment {gap:20px;margin:0 0 20px;}
    .section-3 .comment.cmt_1::after {width:62px;height:62px;}
    .section-3 .comment.cmt_1::before {width:62px;height:62px;}
    .section-4 .flex_box .top .p1 {font-size:26px;line-height:36px;}
    .section-4 .right .diff li {font-size:32px;}
    .section-5 .t1 {font-size:46px;}
    .section-5 .t1::after {width:120px;height:86px;}
    .section-6 .txt_box .t1 {font-size:62px;}
    .section-6 .txt_box::before {width:calc(100vw - 1220px);}
    .section-8 .top .t1 {font-size:50px;}
    .section-8 .top .t1 .t2 {font-size:24px;}
    .section-8 .map_wrap .p1_box {margin:0 120px 80px;}
    .section-8 .map_box .side_box {width:240px;height:240px;}
    .section-8 .map_box .side_box .a1 {font-size:24px;line-height:40px;}
    .section-8 .map_box .side_box .a1 span {font-size:18px;}
    .section-8 .map_box .side_box::after {width:140px;height:140px;background-size:100px;}
    .section-8 .map_box .coop_box::after {background-size:120px;bottom:-60px;}
    .section-8 .map_box .keep_box {width:280px;height:280px;}
    .section-8 .map_box .keep_box::after {width:160px;height:160px;}
    .section-8 .map_box .keep_box i {width:50px;height:50px;}
    .section-8 .map_box .keep_box i:nth-child(1) {top:40px;left:0;}
    .section-8 .map_box .keep_box i:nth-child(2) {top:40px;right:0;}
    .section-8 .map_box .keep_box i:nth-child(3) {bottom:0;right:80px;}
    .section-8 .map_box2 {width:calc(100% - 560px);height:300px;gap:300px;}
    .section-8 .map_box2 .a1 {font-size:20px;}
    .section-8 .map_box2 .a1 span {font-size:16px;}
    .section-8 .map_box2 .arrow_box i {width:24px;height:42px;}
    .section-9 .p1 {font-size:24px;word-break:auto-phrase;}
    .section-10 > img {right:auto;left:800px;}
    .section-11 .t1 {font-size:100px;}
    .section-11 .faq li .p1 {font-size:42px;}
    .section-11 .faq li .p1::before {width:86px;height:86px;}
    .section-11 .faq li .art .a1 {font-size:28px;}
    .section-11 .faq li .art .a2 {font-size:22px;}
}

@media (max-width:1400px) {
    .bm_subj {font-size:42px;}
    .section-1 .txt_wrap .left {font-size:62px;line-height:78px;top:15%;}
    .section-1 .txt_wrap .right {font-size:56px;line-height:72px;top:55%;}
    .section-1 .siren {width:300px;height:300px;}
    .section-1 .appstore .logo {width:56px;height:56px;background-size:50px;}
    .section-1 .appstore p {font-size:20px;line-height:28px;}
    .section-1 .appstore p span {font-size:16px;}
    .section-2 .p2 {font-size:16px;line-height:26px;margin:10px 0;}
    .section-2 .p1 {font-size:50px;line-height:72px;}
    .section-2 .book {width:240px;height:240px;}
    .section-2 .right {width:320px;}
    .section-2 .right li {font-size:22px;line-height:50px;}
    .section-3 .t1 {font-size:42px;}
    .section-3 .comment.cmt_3 {padding:0 100px;}
    .section-3 .comment.cmt_3::after {width:52px;height:52px;}
    .section-3 .comment.cmt_3::before {width:52px;height:52px;}
    .section-3 .comment:not(.cmt_3) {display:none;}
    .section-3 .comment.cmt_3 {display:flex;}
    .section-3 .t2 {flex-direction:column;gap:15px;text-align:center;}
    .section-3 .t2 br {display:none;}
    .section-4 .flex_box {gap:50px;}
    .section-4 .subj_flex span {font-size:16px;}
    .section-4 .flex_box .top {flex-direction:column;gap:2px;}
    .section-4 .flex_box .top .p1 {font-size:24px;line-height:32px;}
    .section-4 .flex_box .top .p2 {font-size:14px;text-align:right;}
    .section-4 .right .diff li {font-size:26px;}
    .section-4 .right .bottom {font-size:20px;line-height:50px;padding:0 25px}
    .section-4.active .left .graph li:nth-child(3) .bar {min-width:100px;}
    .section-4 .glass {width:300px;height:220px;}
    .section-5 .t1 {font-size:42px;}
    .section-5 .t1::after {width:100px;height:76px;}
    .section-5 .at_box .top .p1 {font-size:28px;}
    .section-5 .at_box li .p2 {font-size:22px;line-height:58px;letter-spacing:-0.4px;}
    .section-5 .at_box li .p2.fw-700::after {width:48px;height:48px;}
    .section-5 .b1 {flex-direction:column;gap:15px;text-align:center;}
    .section-6 .txt_box .t1 {font-size:50px;line-height:64px;}
    .section-6 .txt_box::before {width:calc(100vw - 1000px);top:32px;left:205px;}
    .section-7 .t1 {font-size:42px;gap:20px;letter-spacing:-0.4px;}
    .section-7 .flex_box {flex-direction:column;}
    .section-7 .flex_box .range_ul {width:100%;}
    .section-7 .flex_box .line {width:100%;height:1px;border:0;border-bottom:1px solid #c9c9c9;}
    .section-7 .flex_box .keyword_wrap {width:100%;}
    .section-7 .flex_box .keyword_wrap .keyword_box {justify-content:center;}
    .section-7 .b1 {flex-direction:column;gap:15px;text-align:center;}
    .section-8 .top .t1 {font-size:38px;letter-spacing:-0.6px;}
    .section-8 .top .t1 .t2 {font-size:20px;}
    .section-8 .top ul li {font-size:14px;}
    .section-8 .top ul li::before {width:42px;height:16px;}
    .section-8 .map_wrap .p1_box {margin:0 120px 80px;}
    .section-8 .map_box .side_box {width:160px;height:160px;padding:0 20px;}
    .section-8 .map_box .side_box .a1 {font-size:22px;line-height:36px;}
    .section-8 .map_box .side_box .a1 span {font-size:16px;}
    .section-8 .map_box .side_box::after {width:100px;height:100px;background-size:80px;bottom:-45px;}
    .section-8 .map_box .coop_box::after {background-size:100px;bottom:-40px;}
    .section-8 .map_box .keep_box {width:200px;height:200px;}
    .section-8 .map_box .keep_box::after {width:120px;height:120px;}
    .section-8 .map_box .keep_box i {width:40px;height:40px;}
    .section-8 .map_box .keep_box i:nth-child(1) {top:15px;left:0px;}
    .section-8 .map_box .keep_box i:nth-child(2) {top:15px;right:0px;}
    .section-8 .map_box .keep_box i:nth-child(3) {bottom:-10px;right:35px;}
    .section-8 .map_box2 {width:calc(100% - 400px);height:200px;gap:200px;}
    .section-8 .map_box2 .a1 {font-size:20px;}
    .section-8 .map_box2 .a1 span {font-size:16px;}
    .section-8 .map_box2 .arrow_box i {width:24px;height:42px;}
    .section-9 .flex_box .user_info {gap:10px;flex-direction:column;}
    .section-9 .flex_box .info_box {width:100%;text-align:center;}
    .section-9 .flex_box img {height:140px;}
    .section-9 .flex_box .name {font-size:24px;}
    .section-9 .flex_box .adr {font-size:16px;line-height:28px;}
    .section-9 .flex_box .art {font-size:14px;line-height:20px;}
    .section-9 .flex_box .about span {font-size:24px;}
    .section-9 .flex_box p {font-size:16px;}
    .section-9 .flex_box p br {display:none;}
    .section-9 .flex_box .about {flex-direction:column;gap:10px;}
    .section-9 .np_box {flex-direction:column;gap:25px;}
    .section-9 .np_box .np1 {font-size:22px;}
    .section-9 .np_box .np2 {font-size:14px;padding-left:10px;}
    .section-9 .np_box .range_box {padding-left:10px;}
    .section-11 .t1 {font-size:90px;}
    .section-11 .faq li .p1 {font-size:36px;}
    .section-11 .faq li .p1::before {width:74px;height:74px;}
    .section-11 .faq li .art {padding:0 0 0 86px;}
    .section-11 .faq li .art .a1 {font-size:26px;}
    .section-11 .faq li .art .a2 {font-size:20px;line-height:34px;}
    .section-12 {min-height:auto;gap:25vw;}
    .section-12::after {bottom:-20%;}
    .section-12 .t2 {font-size:38px;}
    .section-12 .t1 {font-size:60px;}
    footer .flex_box .p2 {font-size:32px;}
    footer .flex_box .p2::after {width:140px;}
    footer .flex_box .p1 {font-size:64px;}
    footer .flex_box a p {font-size:22px;}
    footer .flex_box a::after {width:50px;height:50px;background-size:24px;}
    footer .flex_box > img {height:300px;}
    footer .bottom span {font-size:30px;}
    footer .bottom p {font-size:28px;}
    footer .bottom {padding:20px 0;}
}

@media (max-width:1200px) {
    .section-1 .txt_wrap .left {left:80px;top:10%;}
    .section-1 .txt_wrap .right {right:80px;}
    .section-1 .appstore {left:80px;}
    .section-2 {padding:100px 80px;}
    .section-2 .right .li_l {align-self:flex-end;}
    .section-3 {padding:100px 80px;}
    .section-4 .right .diff li {font-size:22px;}
    .section-4 {padding:100px 80px;}
    .section-5 {padding:100px 80px;}
    .section-5 .t1 {font-size:38px;}
    .section-5 .t1::after {width:100px;height:62px;}
    .section-5 .at_box .top .p1 {font-size:26px;}
    .section-5 .at_box li {gap:35px;}
    .section-5 .at_box li .p2 {font-size:20px;line-height:54px;}
    .section-5 .at_box li .p2.fw-700::after {width:42px;height:42px;}
    .section-6 {padding:100px 80px;}
    .section-6 .txt_box .t1 {font-size:46px;line-height:60px;}
    .section-6 .txt_box::before {width:calc(100vw - 780px);left:170px;top:30px;}
    .section-7 {padding:100px 80px;}
    .section-7 .t1 {font-size:38px;}
    .section-7 .t1::before, .section-7 .t1::after {width:42px;height:42px;margin-top:-5px;}
    .section-8 {padding:100px 80px;}
    .section-8 .top .t1 {font-size:36px;letter-spacing:-0.6px;}
    .section-8 .top .t1 .t2 {font-size:18px;}
    .section-8 .map_box2 .a1 {font-size:18px;}
    .section-9 {padding:100px 80px;}
    .section-10 {padding:100px 80px;}
    .section-10 > img {height:85%;top:3%;left:600px;}
    .section-10 .p3 {font-size:24px;text-align:left;}
    .section-10 .p1 {font-size:58px;text-align:left;}
    .section-10 .p2 {font-size:42px;text-align:left;}
    .section-10 .p4 {font-size:22px;text-align:left;}
    .section-10 .left img {height:200px;margin:50px 0;}
    .section-11 {padding:100px 80px;}
    .section-11 .faq {padding:0 0 0 35px;}
    .section-12 {padding:100px 80px;}
    .section-12 .appstore .logo {width:80px;height:80px;}
    .section-12 .appstore .fo {font-size:24px;margin:0 0 8px;}
    .section-12 .appstore .pr {font-size:18px;}
    footer .company ul {padding:0 100px;}
}

@media (max-width:1080px) {
    .bm_subj {font-size:38px;}
    .section-1 .txt_wrap .left {font-size:48px;line-height:62px;}
    .section-1 .txt_wrap .right {font-size:42px;line-height:62px;}
    .section-1 .siren {width:260px;height:260px;left:calc(50% - 20px);}
    .section-1 .appstore {gap:5px;}
    .section-1 .appstore:hover {gap:15px;}
    .section-1 .appstore .logo {width:48px;height:48px;background-size:42px;}
    .section-1 .appstore p {font-size:16px;line-height:22px;white-space:nowrap;}
    .section-1 .appstore p span {font-size:14px;}
    .section-3 .t1 {font-size:34px;}
    .section-3 .comment.cmt_3 li {flex-direction:column;width:200px;}
    .section-3 .comment li .txt {width:100%;}
}

@media (max-width:991px) {
    .bm_subj {font-size:32px;}
    .section-1 .txt_wrap .left {font-size:36px;line-height:48px;left:50%;top:calc(25% - 100px);
        text-align:center;width:360px;margin-left:-180px;}
    .section-1 .txt_wrap .right {font-size:22px;line-height:36px;right:auto;left:50%;text-align:center;
        width:360px;margin-left:-180px;font-weight:500;}
    .section-1 .siren {width:180px;height:180px;left:calc(50% - 10px);top:calc(50% - 65px);}
    .section-1 .appstore {left:50%;bottom:30px;transform:translateX(-50%);}
    .section-2 {overflow:hidden;padding:80px 30px;}
    .section-2 .p1 {font-size:42px;line-height:62px;}
    .section-2 .p2 {font-size:14px;}
    .section-2 .book {display:none;}
    .section-2 .left {text-align:center;width:100%;position:relative;z-index:1;}
    .section-2 .left .dot {align-items:center;}
    .section-2 .right {width:100%;height:100%;position:absolute;top:0;left:0;align-items:center;gap:0;}
    .section-2 .right li {align-self:auto!important;opacity:.3!important;position:absolute;
        font-size:18px;line-height:42px;padding:0 15px;}
    .section-2 .right li span {width:30px!important;height:30px!important;background-size:34px!important;}
    .section-2 .right li:nth-child(1) {top:10%;left:80px}
    .section-2 .right li:nth-child(2) {top:37%;right:80px;}
    .section-2 .right li:nth-child(3) {top:46%;left:150px;}
    .section-2 .right li:nth-child(4) {top:58%;right:200px;}
    .section-2 .right li:nth-child(5) {top:83%;left:120px;}
    .section-3 {padding:80px 30px;}
    .section-3 .t1 {font-size:30px;}
    .section-3 .t2 {font-size:14px;line-height:20px;}
    .section-3 .t2 span {font-size:16px;}
    .section-4 {padding:80px 30px;}
    .section-4 .subj_flex {flex-direction:column;gap:10px;}
    .section-4 .subj_flex span {text-align:center;}
    .section-4 .flex_box {flex-direction:column;}
    .section-4 .flex_box > * {padding:30px 25px 35px;}
    .section-4 .glass {top:50%;bottom:auto;opacity:.95;width:250px;height:180px;}
    .section-4.active .left .graph li.active:nth-child(1) .bar {width:calc(38% + 13vw);}
    .section-4.active .left .graph li:nth-child(2) .bar {width:calc(60% + 10vw);}
    .section-4.active .left .graph li:nth-child(3) .bar {width:calc(20% + 10vw);}
    .section-5 {padding:80px 30px;}
    .section-5 .t1 span {line-height:42px;font-size:32px;}
    .section-5 .t1 span b {display:block;}
    .section-5 .t1::after {width:90px;height:54px;}
    .section-5 .at_box {gap:30px;}
    .section-5 .at_box li {flex-direction:column;gap:10px;align-items:center;background:#ffffffd6;
        padding:30px 20px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,0.08);}
    .section-5 .at_box .top {display:none;}
    .section-5 .at_box li .arrow {width:40px;transform:rotate(90deg);flex:auto;}
    .section-5 .at_box li .p2 {width:100%;flex:auto;max-width:none;}
    .section-5 .b1 {font-size:16px;line-height:20px;}
    .section-5 .b1 .a1 {font-size:14px;line-height:20px;}
    .section-6 {padding:80px 30px 0;}
    .section-6 .txt_box {flex-direction:column;height:calc(100vh - 140px);z-index:1;}
    .section-6 .txt_box .t1 {text-align:left;}
    .section-6 .txt_box::before {width:1px;height:calc(100% - 280px);border:0;border-left:1px solid #fff;
        top:80px;left:20px;}
    .section-6 .txt_box .t1 br:last-child {display:block;}
    .section-6 .pc_icon {display:none;}
    .section-7 {padding:80px 30px;}
    .section-7 .t1 {font-size:32px;}
    .section-7 .flex_box .range_ul p {font-size:20px;}
    .section-7 .flex_box .range_ul .range {height:12px;}
    .section-7 .flex_box .range_ul .range span {width:34px;height:34px;}
    .section-7 .flex_box .keyword_wrap .keyword_box li {line-height:42px;font-size:18px;}
    .section-7 .b1 {font-size:16px;line-height:20px;}
    .section-7 .b1 .a1 {font-size:14px;line-height:20px;}
    .section-8 {padding:80px 30px;}
    .section-8 .top {flex-direction:column;margin:0 0 15px;gap:20px;}
    .section-8 .top .t1 {align-self:baseline;gap:30px;}
    .section-8 .top ul {padding-right:20px;}
    .section-8 .map_wrap .p1_box {margin:0 auto 50px;}
    .section-8 .map_wrap .p1_box::before {display:none;}
    .section-8 .map_wrap .p1_box .arrow {display:none;}
    .section-8 .map_wrap .p1_box .p1 {font-size:26px;}
    .section-8 .map_box {flex-direction:column;align-items:center;gap:150px;}
    .section-8 .map_box2 {flex-direction:column;align-items:center;top:calc(50% + 30px);bottom:auto;left:50%;
        transform:translate(-50%,-50%);width:100%;height:400px;}
    .section-8 .map_box2 > * {flex-direction:row;flex:none;}
    .section-9 {padding:80px 30px;}
    .section-9 .p1 {font-size:22px;line-height:30px;}
    .section-9 .flex_box {gap:20px;}
    .section-9 .flex_box > li {padding:30px 20px;}
    .section-10 {padding:80px 30px;}
    .section-10 > img {left:calc(50% + 290px);right:auto;transform:translateX(-50%);opacity:.2;}
    .section-10 .left {position:relative;z-index:1;max-width:none;width:100%;padding:0;}
    .section-10 .left > * {text-align:center;word-break:auto-phrase;}
    .section-10 .left img {margin:50px auto;}
    .section-10 .p2 {font-size:36px;}
    .section-10 .p4 {font-size:20px;line-height:30px;}
    .section-11 {padding:80px 30px;}
    .section-11 .t1 {text-align:center;font-size:74px;}
    .section-11 .faq {padding:0;}
    .section-11 .faq li .p1 {justify-content:center;font-size:32px;}
    .section-11 .faq li .p1::before {width:62px;height:62px;}
    .section-11 .faq li .art {padding:0;text-align:center;}
    .section-11 .faq li .art .a2 {padding:0;}
    .section-12 {padding:80px 30px;}
    .section-12 .t3 {font-size:18px;line-height:40px;}
    .section-12 .t2 {font-size:32px;line-height:58px;}
    .section-12 .t1 {font-size:50px;line-height:58px;}
    .section-12::after {right:calc(-50vw + 40px);}
    footer .flex_box > img {display:none;}
    footer {padding:0;}
    footer .flex_box {padding:25px 0 40px;}
}

@media (max-width:767px) {
    .video-wrap {display:none;height:auto;}
    .video-wrap iframe {transform:none!important;position:static;width:100%;height:56vw;display:block;}
    .video-wrap2 {display:block;}
    .bm_subj {font-size:30px;}
    .section-2 .left .dot {opacity:0;gap:25px;}
    .section-2 .right {height:335px;top:calc(50% + 30px);transform:translateY(-50%);gap:25px;}
    .section-2 .right li {font-size:16px;line-height:38px;position:static;opacity:0!important;}
    .section-2 .right li.aos-animate {opacity:1!important;transition-delay:0s!important;}
    .section-2 .right li span {width:26px!important;height:26px!important;background-size:30px!important;}
    .section-2 .p1 {font-size:34px;line-height:46px;}
    .section-3 .t1 {font-size:24px;text-align:center;margin:10px 0 30px;line-height:32px;}
    .section-3 .t2 {margin:40px 0 0;}
    .section-3 .comment.cmt_3 {padding:0;margin:0 -30px;width:calc(100% + 60px);}
    .section-3 .comment.cmt_3::after {display:none;}
    .section-3 .comment.cmt_3::before {display:none;}
    .section-3 .comment li .p2 {font-size:14px;}
    .section-4 .flex_box > * {padding:20px 10px 25px;}
    .section-4 .glass {width:200px;height:160px;}
    .section-4 .right .bottom {font-size:18px;line-height:46px;padding:0 20px;}
    .section-4 .left .graph li {gap:10px;}
    .section-5 .t1 span {font-size:28px;line-height:36px;}
    .section-5 .t1 {margin:0 0 30px;}
    .section-5 .at_box li .p2 {font-size:18px;line-height:28px;padding:10px 20px;word-break:auto-phrase;}
    .section-5 .at_box li .p2.fw-700 {padding:3px 25px;}
    .section-5 .at_box {margin:0 0 30px;}
    .section-6 .txt_box .t1 {font-size:38px;line-height:50px;}
    .section-6::after {min-height:200px;}
    .section-7 .t1 {font-size:26px;line-height:36px;text-align:center;}
    .section-7 .flex_box .range_ul p {font-size:16px;width:68px;}
    .section-7 .flex_box .range_ul p span {font-size:14px;}
    .section-7 .flex_box .range_ul {gap:20px;}
    .section-7 .flex_box .range_ul li {gap:20px;}
    .section-7 .flex_box .range_ul .range {width:calc(100% - 176px);height:10px;margin:10px 0 0;}
    .section-7 .flex_box .range_ul .range span {width:28px;height:28px;}
    .section-7 .flex_box .keyword_wrap .keyword_box {gap:15px 10px;}
    .section-7 .flex_box .keyword_wrap .p1 {font-size:24px;}
    .section-7 .flex_box .keyword_wrap .keyword_box li {font-size:16px;line-height:38px;}
    .section-7 .flex_box .keyword_wrap .keyword_box li.on::before {width:36px;height:36px;
        background-size:24px;}
    .section-8 .top .t1 {flex-direction:column;align-items:baseline;gap:10px;font-size:32px;}
    .section-8 .top .t1 .t2 {font-size:16px;}
    .section-8 .map_wrap {padding:30px;}
    .section-8 .map_wrap .p1_box .p1 {text-align:center;width:100%;word-break:auto-phrase;
        line-height:36px;}
    .section-8 .map_box2 {top:calc(50% + 50px);}
    .section-8 .map_box2 > * {gap:10px;}
    .section-8 .map_box2 > * > * {width:calc(50% - 32px);}
    .section-8 .map_box2 .arrow_box {justify-content:center;}
    .section-8 .map_box2 .a1 {letter-spacing:-0.6px;}
    .section-9 .flex_box {flex-direction:column;}
    .section-11 .faq li .p1 {word-break:auto-phrase;font-size:28px;line-height:34px;
        flex-direction:column;text-align:center;align-items:center;}
    .section-11 .faq li .p1::before {width:54px;height:54px;}
    .section-11 .faq li .art .a1 {font-size:22px;word-break:auto-phrase;margin:0 0 20px;}
    .section-11 .faq li .art .a2 {font-size:16px;line-height:28px;padding:0;}
    .section-12 {gap:15vw;padding-bottom:calc(20vw + 60px);}
    .section-12::before {width:100%;}
    .section-12::after {bottom:calc(-25vw - 190px);right:auto;left:60vw;transform:translateX(-50%);}
    .section-12 .appstore .logo {width:64px;height:64px;border-radius:10px;}
    .section-12 .appstore .fo {font-size:20px;}
    .section-12 .appstore .pr {font-size:16px;}
    .section-12 .t1 {font-size:46px;}
    .section-12 .t2 {font-size:30px;}
    footer .flex_box .p2 {font-size:24px;gap:10px;justify-content:center;}
    footer .flex_box .p2::after {width:100px;height:40px;}
    footer .flex_box .p1 {font-size:50px;text-align:center;}
    footer .flex_box a p {font-size:18px;line-height:28px;}
    footer .flex_box a::after {width:42px;height:42px;background-size:18px;}
    footer .bottom {flex-direction:column;gap:10px;}
    footer .bottom span {font-size:24px;}
    footer .bottom span::after {display:none;}
    footer .bottom p {font-size:22px;}
    footer .company {padding:20px 0;gap:20px;}
    footer .company img {width:100px;}
    footer .company ul {font-size:14px;padding:0 30px;gap:8px;}
}

@media (max-width:460px) {
    .section-1 .siren {width:160px;height:160px;}
    .section-4 .flex_box .top .p1 {font-size:22px;line-height:28px;}
    .section-4 .left .graph li .bar {height:52px;}
    .section-4 .left .graph li .bar .per {font-size:20px;}
    .section-4 .left .graph li .a1 {font-size:14px;}
    .section-4 .glass {width:140px;height:120px;}
    .section-4 .right .diff li {font-size:20px;letter-spacing:-0.4px;}
    .section-4 .right .bottom {font-size:16px;}
    .section-5 .t1::after {width:68px;height:48px;}
    .section-5 .t1 span {font-size:26px;line-height:34px;letter-spacing:-0.4px;padding-right:15px;}
    .section-6 .txt_box .t1 {font-size:34px;line-height:46px;}
    .section-7 .t1 {font-size:22px;line-height:32px;}
    .section-8 .top {gap:30px;}
    .section-8 .map_box2 {top:calc(50% + 72px);}
    .section-8 .map_box2 > * {padding:0 15px;}
    .section-8 .map_box2 > * > *:nth-child(2) {width:42px;}
    .section-8 .map_box2 .arrow_box i {width:18px;}
    .section-8 .map_box .side_box:last-child {margin-top:-40px;}
    .section-11 .faq {padding:0;gap:30px;}
    .section-11 .faq li .art .a2 {margin:-10px 0 30px;}
    .section-9 .flex_box img {height:100px;}
    .section-9 .flex_box .about {padding:20px;}
    .section-9 .flex_box .about span {font-size:22px;}
    .section-9 .flex_box p {font-size:14px;line-height:20px;}
    .section-10 .p3 {font-size:20px;}
    .section-10 .p1 {font-size:50px;}
    .section-10 .p2 {font-size:30px;}
    .section-10 .left img {height:140px;}
    .section-10 > img {left:calc(50% + 200px);height:75%;top:10%;}
    .section-12 .t2 {font-size:22px;line-height:46px;}
    .section-12 .t1 {font-size:36px;line-height:40px;}
    footer .flex_box {padding:20px 0 25px;}
    footer .flex_box .p1 {font-size:42px;}
    footer .flex_box .p2 {font-size:22px;}
    footer .flex_box .p2::after {width:86px;height:38px;}
    footer .flex_box .line {margin:15px 0;}
    footer .flex_box a {gap:15px;}
    footer .flex_box a p {font-size:14px;line-height:24px;}
    footer .flex_box a::after {width:34px;height:34px;background-size:14px;}
    footer .bottom {padding:15px 0;gap:5px;}
    footer .bottom span {font-size:20px;}
    footer .bottom p {font-size:18px;}
    footer .company ul {padding:0 15px;}
}




/**/
