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

 * {font-family: "Pretendard";letter-spacing: -0.2px;padding:0;margin:0;box-sizing: border-box;}
html{overflow-y:scroll}
body {height:auto;overflow-x:hidden;}
li{list-style: none;}
a{color:#000;text-decoration: none;}
button{cursor: pointer}
.ctt{margin:0 auto;width:1100px;}
.c1{color:#209e6e;}
.c2{color:#117a53}
.b1{background:#209e6e;}
.flex{display:flex;}
.overflow{overflow:hidden !important;}
.mb_block{display:none}
.pc_block{display:block;}
*::-webkit-scrollbar{width: 5px;}
*::-webkit-scrollbar-thumb{background-color: #237c66;border-radius: 10px; }
*::-webkit-scrollbar-track{background-color: #e4e4e4}

/* ★★★★★★★★★★★★★ 퀵메뉴 ★★★★★★★★★★★★★★ */
.slp_quick{position:Fixed;bottom:40px;right:40px;z-index:9999;}
.slp_quick ul{}
.slp_quick ul li{margin-bottom:20px;transform:translateY(50px);opacity:0;transition:all .5s;animation:quickFade 1s forwards;}
@keyframes quickFade{
    0{}
    100%{transform:translateY(0px);opacity:1;}
}
.slp_quick ul li:nth-child(2){animation-delay: .5s;}
.slp_quick ul li:nth-child(3){animation-delay: 1s;}
.slp_quick ul li a{display:block;width:60px;box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 10px;border-radius:30px;}
.slp_quick ul li a.sellerpick{
    height: 60px;
    padding-top: 22px;
    background-color: #aef3e2;
    border-radius: 24px;
    padding: 24px 5px;
}
.slp_quick ul li img{width:100%;display:block;}


.chat_pop{opacity:0;padding:25px 30px;transition:all 1s;position:fixed;bottom:60px;right:126px;width:380px;height:700px;background:#fff;border-radius:40px;z-index:9999;box-shadow:0 5px 10px rgb(87 111 99 / 20%)}
.alarm{position:absolute;width:35px;top:35px;right:25px;cursor:pointer;}
.alarm img{width:100%;transition:all .5s;width:23px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.alram_off img{content:url('../images/alarm_off.svg');}
.chat_date{font-weight: 700;letter-spacing: 0;color: #fff;margin: 0 auto;
font-size: 11px;background: #000000;margin-bottom: 25px;
text-align: center;padding: 8px 12px;width: fit-content;border-radius: 500px;}
.chat_ctt{border-radius:40px;padding:20px 0;height: 580px;overflow-y: auto;}
.chat_box{margin-bottom:20px;}
.me{background:#237c66;border-radius:500px 500px 0 500px;color:#fff;margin-left:auto;}
.admin{background:#f1fbf4;border-radius:500px 500px 500px 0;color:#111}
.chat_bl{width:fit-content;padding:20px;max-width:80%;font-size:13px;font-weight:600;line-height:18px}
.chat_right .chat_hour{text-align:right;}
.chat_hour{font-size:11px;padding-top:7px;font-weight:500}
.chat_form{position:relative;margin:0 auto;width:100%;}
.chat_form textarea{padding:10px;overflow:hidden;width:100%;border-radius:100px; resize: none;border:0;background:#f1f1f1;padding:10px 20px;padding-right:50px;}
.chat_form textarea:focus{outline:0;}
.chat_form button{cursor:pointer;border:0;width:35px;height:35px;border-radius:30px;background:#000000;position:absolute;right:10px;top:50%;transform:translateY(-50%);display:Flex;align-items:Center;justify-content:center;}
.chat_form button:hover{transition:all .5s;background:#237c66}
.chat_form button img{filter:invert(1) brightness(10);width:15px;height:15px;}

/** 채팅창 오픈 **/
.quick_chat_open{}
.quick_chat_open img{content:url(../images/chat_close.svg);}
.chat_pop_open{opacity:1;transition:all 1s;}

/* ★★★★★★★★★★★★★ 헤드 ★★★★★★★★★★★★★★ */

.head_wrap{}
.head{display:flex;justify-content:space-between;align-items:center;width:1300px;padding:20px 0;margin:0 auto;}
.logo{width:100px;}
.logo a{display:block;width:100%;}
.logo img{display:block;width:100%;}

nav{}
nav ul{width:580px;display:flex;justify-content:space-between;}
nav ul li{}
nav ul li a{display:block;font-size:16px;font-weight:500;text-align:Center;}
nav ul li a:hover{font-weight:bold;color:#209e6e}

.sign{display:flex;}
.sign a{display:block;padding:8px 15px;color:#fff;font-size:14px;background:#262626;border:1px solid #262626;border-radius:50px;}
.sign a:first-child{margin-right:15px;background:#1aac5b !important;border:1px solid #1aac5b !Important;transition:all .5s}
.sign a:first-child:hover{background:#fff !Important;color:#1aac5b;transition:all .5s}
.sign a:nth-child(2):hover{background:#fff;color:#000;transition:all .5s}

.mb_head{display:none;}

/* ★★★★★★★★★★★★★ 푸터 ★★★★★★★★★★★★★★ */

.footer{background:#2c3630;padding:100px 0;}
.footer_logo{display:flex;align-items:center;}
.footer_logo li{margin-right:10px;}
.footer_logo li img{width:80%;}
.footer_nav{margin-top:40px;display:flex;justify-content:space-between;}
.footer_nav ul{}
.footer_nav ul h4{font-size:16px;margin-bottom:25px;color:#fff}
.footer_nav ul li{font-size:14px;margin-bottom:13px;display:flex;opacity:.6;color:#fff;font-weight:bold;}
.footer_nav ul li span{font-weight:bold;display:inline-block;width:150px;opacity:.8;color:#fff}
.footer_nav ul li p{font-weight:400;opacity:.7;color:#fff}
.footer_btn{display:flex;align-items:center;justify-content:space-between;padding-top:50px;}
.copy{font-size:13px;opacity:0.3;color:#fff;}
.footer_btn ul{display:flex;width:200px;justify-content:space-between;}
.footer_btn ul li{}
.footer_btn ul li a{display:block;}
.footer_btn ul li img{}

/* ★★★★★★★★★★★★★ 메인 ★★★★★★★★★★★★★★ */

/* 슬라이드 */

.slide{width:100%;height:900px;background:linear-gradient(45deg,#308f6d,#11605d);position:relative;overflow:hidden;}
.slide_img{position:absolute;right:0;top:0;}
.slide_txt{width:1300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.slide_txt h1{font-size:50px;color:#fff;}
.slide_txt h4{font-size:22px;line-height:36px;color:#fff;padding-top:15px;font-weight:600;}
.slide_txt p{width:fit-content;font-size:17px;line-height:30px;color:#c8e9db;margin-top:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,0.3);}
.app_btn{display:flex;margin-top:150px;animation:appBtnani 0.5s forwards ease-in;position:relative;opacity:0;}
.app_btn a{background:#000;margin-right:15px;display:block;padding:18px 25px;border-radius:50px;color:#fff;font-size:15px;font-weight:500;}
.app_btn a img{position:relative;top:-1px;margin-right:8px;}
.slide_t{animation:slideTani 0.5s forwards ease-in;position:relative;opacity:0;}
.slide_t1{}
.slide_t2{animation-delay: 0.2s;}
.slide_t3{animation-delay: 0.4s;}
.slide_t4{animation-delay: 0.6s;}

.new_slide{width:100%;height:auto;background:linear-gradient(45deg, #e6f3eb, #f7fffa);position:relative;overflow:hidden;}
.new_slide_img{display:block;margin:0 auto;margin-top:60px;}
.new_slide_txt{text-align:center;padding-top:100px;}
.new_slide_txt h1{font-size:50px;color:#000;line-height:1.4em;}
.new_slide_txt h1 b{font-weight:bold}
.new_slide_txt p{font-size:18px;line-height:30px;color:#000;margin-top:30px;text-align:center;}
.slide_btn{font-size:20px;width:260px;padding:20px 0;text-align:center;color:#fff;display:block;margin:0 auto;margin-top:40px;border-radius:5px;background:#000; transition: 0.3s;font-weight:500;}
.slide_btn:hover{ filter: brightness(1.1);}

@keyframes slideTani{
    0%{opacity:0;top:40px;}
    100%{opacity:1;top:0;}
}

@keyframes appBtnani{
    0%{opacity:0;left:-40px;}
    100%{opacity:1;left:0;}
}

/* 모션텍스트 */
.motion_txt{width:100%;height:600px;position:relative;background:linear-gradient(0deg, #f8f8f8, #fff);}
.motion_txt p{font-size:60px;color:#000;text-align:Center;text-align:Center;background:linear-gradient(0deg, #fafafa, #fff);width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:50px 30px;}
.motion_txt b{color:#209e6e}

/* 섹션공통 */
section{padding:160px 0;}
.sec_tit{}
.sec_tit span{font-size:22px;font-weight:bold;text-align:center;display:block;color:#209e6e;}
.sec_tit h1{text-align:center;font-size:44px;line-height:62px;text-align:center;padding:15px 0 25px 0;}
.sec_tit p{text-align:center;color:#555;font-size:18px;line-height:32px;}
.sec_ctt{margin-top:60px;}
.sec_sub_tit h2{font-size:30px;color:#000;text-align:center;line-height:44px;}
.sec_sub_tit p{font-size:18px;color:#555;line-height:32px;text-align:center;padding-top:20px;}
.sub_head{background:#209e6e;border-radius:50px;color:#fff;font-size:16px;font-weight:700;padding:10px 20px;display:block;width:fit-content;margin-bottom:30px;margin-top:-68px;}
.ft26{font-size:26px;line-height:36px;font-weight:bold;}
.ft26 p{font-size:16px;line-height:28px;color:#555;font-weight:400;margin-top:15px;}

/* 섹션1 */

#section1{background:#f8f8f8;padding-top:0;}
.sec1 img{margin:0 auto;display:block;}

.sec1_1{position:relative;}
.sec1_1 p{background:linear-gradient(45deg, rgb(67 179 113 / 70%), rgb(44 158 159 / 70%));padding:25px;border-radius:20px;color:#fff;font-size:17px;line-height:29px;position:absolute;}
.sec1_1 img{box-shadow: 0 0 20px #e4e4e4;
    border-radius: 20px;}
.sec1_t1{top:-30px;left:15px;}
.sec1_t2{bottom:-60px;right:15px;}
.sec1_t1:before{    content: "";display: block;position: absolute;bottom: -20px;left: 45px;width: 0;height: 0;border-bottom: 10px solid transparent;border-top: 10px solid rgb(67 179 113 / 70%);border-left: 10px solid transparent;border-right: 10px solid rgb(67 179 113 / 70%);}
.sec1_t2:before{    content: "";display: block;position: absolute;top: -20px;right: 45px;width: 0;height: 0;border-bottom: 10px solid rgb(44 158 159 / 70%);border-top: 10px solid transparent;border-left: 10px solid rgb(44 158 159 / 70%);border-right: 10px solid transparent;}

.sec1_2{padding-top:90px;}
.sec1_2 img{margin-top:60px;box-shadow: 0 0 20px #e4e4e4;
    border-radius: 20px;}

/* 엑셀 */
.excel_box1{background:#f5f8f5;border-radius:20px;padding:50px;padding-bottom:0;margin-top:40px;}
.excel_box1 img{display:block;margin:0 auto;margin-top:20px;}
.excel_box2{background:#f7f7f7;border-radius:20px;padding:50px;padding-bottom:0;margin-top:40px;}
.excel_box2 img{display:block;margin:0 auto;margin-top:20px;}

/* 섹션 2 */

.sec2_1{width:50%;padding:50px;background:#f6fcf6;border-radius:20px;}
.sec2_1 .search{margin-top:40px;display:flex;justify-content:space-between;border:1px solid #e4e4e4;}
.sec2_1 .search input{font-size:18px;padding:18px 20px;width:calc(100% - 60px);border:0;color:#333;}
.sec2_1 .search button{background:#209e6e;display:flex;justify-content:center;align-items:center;width:60px;border:0;border-radius:0;}
.sec2_1 .search button img{width:15px;display:block;}
.sec2_1 ul{position:relative;border:1px solid #e4e4e4;border-top:0;background:#fff;padding:10px 20px;}
.sec2_1 ul li{padding:15px 10px;display:Flex;align-items:center;border-bottom:1px solid #f1f1f1;cursor:pointer;}
.sec2_1 ul li:last-child{border:0;}
.sec2_1 ul li img{display:block;margin-right:10px;}
.sec2_1 ul li:hover{background:#f8f8f8;}
.sec2_1 ul li p{display:flex}
.sec2_1 ul li p span{display:block;font-size:14px;color:#555}
.sec2_1 ul li p span:after{display: inline-block;content: "";background: url('../images/right.png') no-repeat;width: 12px;height: 12px;background-size: 100%;position: relative;top: 1px;opacity: 0.3;
margin: 0 5px;}
.sec2_1 ul li p span:last-child:after{display:none;}
.ai{z-index:10;position: absolute;top: 38px;background: #fff;border: 1px dashed #209e6e !Important;
border-radius: 10px;font-size: 18px;width: 95%;left: 50%;transform: translateX(-50%);box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);}
.ai_img{position:absolute;right: 5px;top: -23px;}
.ai b{color:#fff;font-size:14px;font-weight:bold;margin:0 10px;border-radius:5px;width:25px;text-align:center;display:flex;align-items:center;justify-content:center;}
.ai span{font-size:16px!important;font-weight:500;color:#000 !important;}
.ai span:after{width:15px !important;height:15px!important;}

.sec2_flex{justify-content:space-between;}
.sec2_2{background:#f3f9f7;padding:50px;width:46%;border-radius:20px;}
.sec2_2 .block{margin-top:25px;}
.sec2_2_name{margin-top:40px !Important;}
.sec2_2 .block span{display:block;font-size:18px;font-weight:600;}
.sec2_2 .block input, .sec2_2 .block textarea{margin-top:10px;color:#666;font-size:16px;width:100%;border-radius:7px;background:#fff;border:1px solid #1b9e74;padding:12px 20px;display:block;line-height:28px}
.sec2_2 .block .flex{justify-content:space-between;margin-top:20px;}
.sec2_2 .block .flex div{width:48%;}

.sec2_3{padding-top:100px;}
.sec2_3 .sub_head{margin:0 auto;margin-bottom:30px;}
.sec2_3_progress{display:Flex;align-items:center;padding: 20px 40px;background: linear-gradient(45deg, #f6f6f6, #e4f2e8);
width: fit-content;border-radius: 100px;margin: 0 auto;margin-top: 40px;}
.sec2_3_progress span{display:block;font-size:16px;font-weight:bold;}
.sec2_3_bar{display:flex;align-items:center;margin:0 20px}
.sec2_3_bar b{width:600px;display:block;position:Relative;}
.sec2_3_bar b:before{position:absolute;left:0;top:0;width:100px;height:100%;background:linear-gradient(90deg, #f4f5f5, transparent);z-index:1;content:"";}
.sec2_3_bar b img{width:100%;display:block;}
.sec2_3_img{margin:0 auto;display:block;margin-top:40px;}

/* 섹션 3*/

#section3{background:#f4f7f4}
.sec3_point{display:flex;justify-content:space-between;}
.sec3_point li{width:31%;background:linear-gradient(0deg, #f4f7f4, #fff);border-radius:20px;padding:35px 30px 65px 30px;position:relative;}
.sec3_point p{font-size:20px;line-height:30px;font-weight:600;}
.sec3_point img{position:absolute;right:20px;top:-20px;}
.sec3_sub_tit{padding:50px 0;}
.sec3_flex{justify-content:space-between;}
.sec3_1{width:48%;background:#000;border-radius: 20px;padding:0;padding:0;}
.sec3_1 .sub_head{position:relative;left:50px;z-index:99;margin-top:-17px;}
.sec3_1 video{width:100%;border-radius:20px}
.sec3_2{width:48%;background:#dfeada;padding:50px;border-radius: 20px;}
.sec3_2_img{margin-top:40px;}
.sec3_2_img img{width:100%}
.sec3_2_flex{justify-content:space-between;}
.sec3_2_flex .sec3_2_img{width:48%}
.sec3_2_img span{background:#000;text-align:center;color:#fff;font-size:16px;padding:15px 0;display:block;width:100%;font-weight:500;}
.sec3_3{margin-top:80px;}
.sec3_3 ul{display:flex;flex-wrap:wrap;margin-top:40px;justify-content:space-between;}
.sec3_3 ul li{font-size:15px;border:1px solid #e4e4e4;border-radius:10px;background:#fff;text-align:center;padding:15px 0;width:13%;}
.sec3_3 ul li:nth-child(n+8){margin-top:20px;}
.sec3_3 ul li:hover{background:#f8f8f8}

/* 섹션4 */
.sec4_flex{margin-top:60px;justify-content:space-between;}
.sec4_flex .block{width:50%;}
.sec4_2{width:100%;overflow:hidden;padding:50px;box-shadow:0 5px 15px #e4e4e4;border-radius:20px;}
.market_list{position:relative;overflow:hidden;}
.market_list:before{position:absolute;left:0;top:0;width:150px;height:100%;    background: linear-gradient(90deg, #fff, transparent);z-index:100;content:"";display:block;}
.market_list:after{position:absolute;right:0;top:0;width:150px;height:100%;    background: linear-gradient(90deg, transparent, #fff);z-index:100;content:"";display:block;}
.market_list .swiper-wrapper{transition-timing-function: linear;}
.market_list .swiper-slide{}
.market_list .swiper-slide img{width:100%;border-radius:10px;}
.sec4_2 h4{display:flex;justify-content:space-between;margin-top:40px;font-size:18px;font-weight:bold;}
.sec4_2 h4 span{display:inline-block;font-size:13px;color:#999;font-weight:500;opacity:0.6;}
.sec4_2 ul{}
.sec4_2 ul li{margin-top:25px;}
.sec4_2 ul li span{font-size:14px;display:block;margin-bottom:15px;}
.sec4_2 ul li b{background:#f1f1f1;display:block;width:100%;height:25px;border-radius:5px;overflow:hidden;position:relative;}
.sec4_2 ul li i{font-style:normal;display:block;position:absolute;height:100%;top:0;}
.sec4_2 ul li:nth-child(1) i{background:#00bf18;left:0;width:10%;}
.sec4_2 ul li:nth-child(2) i{background:#1467ff;left:10%;width:46%;}
.sec4_2 ul li:nth-child(3) i{background:#ccc;left:40%;width:60%;}
.sec4_2 ul li:nth-child(1) i:before{display:block;content:"10%";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:11px;font-weight:bold;}
.sec4_2 ul li:nth-child(2) i:before{display:block;content:"30%";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:11px;font-weight:bold;}
.sec4_2 ul li:nth-child(3) i:before{display:block;content:"60%";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:11px;font-weight:bold;}

.sec4_3{width:100%;padding:50px;box-shadow:0 5px 15px #e4e4e4;border-radius:20px;margin-top:60px;position:relative}
.sec4_arrow{position: absolute;right: -80px;top: -28px;transform: rotate(12deg);}
.sec4_3 .active-slide {position:relative;}
.sec4_3 .active-slide:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:rgba(0,0,0,0.5);content:"";border-radius:5px;animation:fade 0.6s forwards}
@keyframes fade{
    0%{opacity:0;width:0;height:0;}
    100%{opacity:1;}
}
.sec4_3 .active-slide:after{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;font-size:13px;padding:4px 8px;background:#ff911f;border-radius:5px;content:"재등록";text-align:center;font-weight:bold;color:#fff;}
.view-no{overflow:hidden;padding-bottom:10px;z-index:10;}


.sec4_4{width:45%;background:#f6f6f6;padding:50px;border-radius:20px;}
.sec4_4 .ft26 span{font-weight:bold;display:block;font-size:16px;line-height:24px;margin-bottom:10px;}
.auto-registration{margin-top:35px;overflow:hidden;height:550px;position:relative;}
.auto-registration:after{position:absolute;bottom:0;width:100%;height:200px;    background: linear-gradient(0deg, #f6f6f6, transparent);z-index:100;content:"";display:block;opacity:.8}


/* 섹션5 */

#section5{padding-top:30px;}
#section5 .ctt{position:relative}
.badge{position:absolute;right:0;top:10px;}
#section5 .sec_tit span, #section5 .sec_tit h1,#section5 .sec_tit p{text-align:left}
#section5 .sec_tit ul{display:flex;margin-top:30px;}
#section5 .sec_tit ul li{margin-right:10px;}

.sec5_flex{justify-content:space-between;align-items:end;}
.sec5_1{border-radius:20px;position:relative;}
.sec5_1 .no{opacity:0;position:absolute;top:0;left:0;animation:blink 4s infinite alternate;}
.sec5_1 img{width:100%}
.sec5_2 img:last-child{width:100%}
@keyframes blink{
  0{opacity:0;}
  50%{opacity:100%;}
  100%{opacity:0%;}
}
.sec5_1:before{width:90px;height:3px;background:url('../images/dashed.png')no-repeat;content:"";position: absolute;top: 105px;right: -53px;}
.sec5_2{margin-left:70px;border-radius:20px;}
.sec5_2 h2{margin-bottom:30px;}
.bell{animation: bell 4s infinite linear;}

@keyframes bell{
0%, 50% {transform: rotate(0deg);}
5%, 15%, 25%, 35%, 45% {transform: rotate(13deg);}
10%, 20%, 30%, 40% {transform: rotate(-13deg);}
}

#section6{background:#f8f8f8;padding-bottom:0;}
.sec6_flex{justify-content:space-between;align-items:end;}
.sec6_1{width:450px;background:#fff;border-radius:20px;}
.sec6_1 video{width:100%;border-radius: 20px;}
.sec6_2{width:298px;position:relative;bottom:100px}
.sec6_3{width:298px;}
.sec6_2 img, .sec6_3 img{width:100%}
.sec6_2 span, .sec6_3 span{position: relative;top: 27px;margin: 0 auto;}
.sec6_4{background:#eff6f0;padding:90px 0;margin-top:90px;}
.sec6_flex2{justify-content:space-between;align-items:center;}
.sec6_4 ul{display:flex;}
.sec6_4 ul li:nth-child(1){margin-right:25px;}

.sec6_5{background:linear-gradient(0deg,#fff,#f8f8f8);padding-top:100px;padding-bottom:150px;}
.sec6_5 ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.sec6_5 ul li{padding:30px;background:#fff;border-radius:15px;width:23%;}
.sec6_5 ul li:nth-child(n+5){margin-top:30px;}
.sec6_5 ul li img{display:block;height:30px;margin-bottom:15px;}
.sec6_5 ul li span{font-weight:bold;color:#000;font-size:18px;}
.sec6_5 ul li p{font-size:14px;line-height:26px;color:#555;margin-top:10px;}

#section12 a,
#section6 a{display:flex;align-items:center;margin:0 auto;font-size:18px;border:1px solid #209b6d;color:#209b6d;padding:20px 40px;border-radius:100px;font-weight:600;width:fit-content;margin-top:40px;}
#section12 a svg,
#section6 a svg{fill:#209b6d;width:15px;height:15px;margin-left:30px;}


#section7{position:relative;z-index:0;    background: url('../images/cs-bg.png') no-repeat;background-size: cover;background-position:center;}
#section7:after{}
#section7 .pc_cs{width:1300px;margin:0 auto;position:relative;}
#section7 .pc_img{width:100%;display:block;margin:0 auto;}
#section7 .pc_icon{position:absolute;}
#section7 .pc_icon1{width:140px;z-index:1;left:100px;top:30px;}
#section7 .pc_icon2{width:120px;z-index:1;right:180px;bottom:80px;}
#section7 .pc_icon3{width:220px;z-index:-1;right:60px;top:-100px;}
#section7 .chat{position:absolute;width:350px;right:230px;top:30px;border-radius:20px;background:rgb(193 193 193 / 18%);overflow:hidden;padding-bottom:40px;backdrop-filter: blur(3px);}
#section7 .chat h4{ background: rgb(18 145 75 / 70%);backdrop-filter:blur(3px);color: #fff;font-size: 16px;font-weight: 600;text-align: center;padding: 15px 0;}
#section7 .seller{padding:0 30px;margin-top:20px;}
#section7 .message{opacity:1;}
#section7 .chat_profile{}
#section7 .chat_profile img{}
#section7 .chat_profile b{font-size:14px;margin-left:5px;}
#section7 .seller p{width:fit-content;font-size:14px;margin-top:10px;font-weight:500;padding:10px 15px;color:#fff;border-radius:0 10px 10px 10px;}
#section7 .cus{padding:0 30px;margin-top:15px;}
#section7 .cus p{background:#fff;font-size:14px;line-height:22px;font-weight:500;padding:10px 15px;border-radius:10px 0 10px 10px;width:fit-content;margin-left:auto;}
#section7 .cs_icon{display:flex;margin-top:20px;padding-left:30px;}
#section7 .cs_icon li{background:linear-gradient(45deg, #0bbb84, #1b83cd);border-radius:10px;margin-right:10px;    padding: 10px 12px;}
#section7 .cs_icon li img{width:25px;}
#section7 .cs_txt{margin-top:20px;padding-left:30px;font-size:20px;font-weight:bold}
#section7 .cs_txt p{font-size:16px;line-height:26px;margin-top:15px;color:#555;font-weight:300;}


/* 섹션 8*/

#section8{padding-top:30px;}
#section8 .sec_tit span,
#section8 .sec_tit h1,
#section8 .sec_tit p{text-align:left;}

.sec8_flex{justify-content:space-between;}
.market_apply span{display:block;font-size:20px;color:#fff;padding:13px 30px;border-radius:0 15px 0 0;width:fit-content;}
.market_apply ul{display:flex;box-shadow:0px 0px 10px #e4e4e4;border-radius:0 15px 15px 15px;padding:35px 20px;width:fit-content;}
/* .market_apply ul li{margin-right:35px;} */
.market_apply ul li{padding:10px;}
.market_apply ul li p{font-size:16px;text-align:center;margin-top:10px;}
.market_apply ul li img{width:65px;display:block;margin:0 auto;border-radius:10px;}
.market_apply ul li:last-child{margin-right:0;}

/* .domestic{margin-top:60px;} */
.domestic ul{background:#eff5f3;box-shadow:none;}

/* 섹션 9 */

#section9{padding-top:60px;}
#section9 .swiper{overflow:unset}
.function_slide{margin-top:100px;}
.function_slide .swiper-wrapper{transition-timing-function: linear;}
.function_slide .swiper-slide{background:#fff;box-shadow:0 0 15px #e4e4e4;border-radius:20px;padding:60px 50px;position:relative;}

.function_slide2{margin-top:100px;}
.function_slide2 .swiper-wrapper{transition-timing-function: linear;}
.function_slide2 .swiper-slide{background:#fff;box-shadow:0 0 15px #e4e4e4;border-radius:20px;padding:60px 50px;position:relative;}
.function_icon{background:#eef5f2;display:flex;align-items:Center;justify-content:center;border-radius:15px;width:70px;height:70px;position:absolute;top:-35px;left:50px;}
.function_icon img{width:35px;}
.function_txt{height:100px;font-size:15px;color:#888;line-height:26px;font-weight:400;}
.function_txt span{display:block;font-size:22px;font-weight:bold;margin-bottom:15px;color:#000}


/* 섹션 10 */
#section10 .sec_ctt{position:relative;}
.review{padding:15px;overflow:hidden;width:1100px;margin:0 auto;}
.review .swiper-slide{position:relative;box-shadow:0 0 15px #e4e4e4;overflow:hidden;border-radius:20px;cursor:pointer;}
.review .swiper-slide img{border-radius:20px;width:100%;}
.review_txt{padding:35px 20px 70px 20px;text-align:center;}
.review_txt span{display:block;font-size:18px;font-weight:bold;}
.review_txt p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size:14px;line-height:23px;margin-top:7px;color:#888;font-weight:400;}
.review_name{color:#fff;font-size:13px;font-weight:bold;border-radius:35px 0 0px 0;margin-left:auto;width:fit-content;padding:10px 20px;position:absolute;bottom:0;right:0;}
.review_btn{width:1300px;display:flex;justify-content:space-between;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.review_btn div{width:40px;cursor:pointer;}
.review_pop{display:none;z-index:100;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:auto;max-height:600px;background:#fff;padding:60px 30px;}
.review_pop_ctt{overflow-y:scroll;height:100%;}
.review_bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.review_close{width:20px;position:absolute;top:25px;right:25px;cursor:pointer;}
.review_close img{width:100%;display:Block;}
.review_pop_content{display:Flex;justify-content:space-between;align-items:Center;}
.review_pop_img{width:40%;}
.review_pop_img img{width:100%}
.review_pop_text{width:55%;}
.review_pop_text span{font-size:22px;font-weight:bold;}
.review_pop_text p{font-size:16px;line-height:28px;font-weight:300;margin-top:10px;}

/* 섹션 11 */

#section11{background:url('../images/free_bg.png')no-repeat;background-size:cover;width:100%;padding:100px 0;}
#section11 .sec_tit span{font-size:18px;color:#fff;}
#section11 .sec_tit h4{color:#fff;margin-top:20px;font-size:30px;text-align:center;}
#section11 .sec_tit a{transform:translateY(100px);opacity:0;background:rgba(255,255,255,0.5);color:#fff;width:fit-content;padding:15px 30px;border:1px solid #fff;margin:0 auto;display:block;border-radius:50px;margin-top:40px;font-weight:500;}
.section11_on .sec_tit a{animation:fadeUp 1s forwards;background:none !Important;transition:all 1s;}
@keyframes fadeUp{
    0{}
    100%{opacity:1;transform: translateY(0px)}
}
/* 섹션 12 */
.price_box{overflow:hidden;border:1px solid #209e6e;border-radius:20px;box-shadow:0 0 15px #e4e4e4;}

.switch{display:flex;align-items:center;justify-content:right;background:#f1f7ee;padding:30px 50px;}
.month{margin-right:15px;font-size:20px;font-weight:600}
.year{margin-left:15px;font-size:20px;font-weight:600}
.year i{font-style: normal;margin-left: 5px;}
.checked{color:#209e6e}
.checked i{color: #f5bb17;}


.toggle_switch { display: inline-block; position: relative; width: 70px; height: 34px; } 
.toggle_switch input[type="checkbox"] { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; font-size: initial; clip: rect(0 0 0 0); } 
.toggle_switch .slider { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #209e6e; border-radius: 34px; cursor: pointer; transition: 0.4s; } 
.toggle_switch input[type="checkbox"]:checked + .slider { background-color: #209e6e; } 
.toggle_switch .slider::before { content: ""; position: absolute; top: 4px; left: 4px; width: 26px; height: 26px; background-color: #fff; border-radius: 50%; transition: 0.4s; } 
.toggle_switch input[type="checkbox"]:checked + .slider::before { transform:translateX(36px); } 


.price{padding:50px;}
.price span{font-size:14px;font-weight:900;color:#2dce24}
.price_info{display:flex;align-items:end;}
.price_info b{font-size:22px;font-weight:bold;margin-right:20px;}
.price_info p{font-size:36px;font-weight:800;}
.price_info i{font-size:20px;font-weight:400;margin-left:10px;font-style:normal;}
.price_info strong{margin-left:10px;font-size:14px;border:1px solid #e4e4e4;padding:5px 10px;border-radius:50px;color:#888;font-weight:500}
.price ul{border-top:1px solid #e4e4e4;padding-top:30px;margin-top:30px;display:flex;flex-wrap:wrap;}
.price ul li{line-height:40px;display:flex;align-items:center;font-size:18px;margin-right:30px;}
.price ul li:before{content:"";display:block;background:url('../images/price_check.png');width:13px;height:13px;background-size:100%;margin-right:8px;}



/* ★★★★★★★★ 회원가입, 로그인, 아이디/비밀번호 찾기 ★★★★★★★★★★*/

/* 스크롤바 
.form_scroll::-webkit-scrollbar {width:3px;  }
.form_scroll::-webkit-scrollbar-thumb {background: #2d8b6a;border-radius: 10px;}
.form_scroll::-webkit-scrollbar-track {background: #f2f2f2}
*/

/* 폼 공통 */

.slp_form{margin-top:30px;padding-top:30px;border-top:2px solid #000;}
.form_title{margin-top:50px;font-size:20px;line-height:32px;font-weight:bold;}
.form_flex{display:flex;align-items:center;width:100%;margin-bottom:30px}
.write_input{font-size:14px;font-weight:400;width:350px;height:50px;padding:10px;border-radius:5px;border:1px solid #e4e4e4;}
.write_input::placeholder{color:#ccc;font-size:13px;}
.form_flex span{width:150px;font-size:14px;font-weight:bold;}
.slp_form_btn{margin-top:30px;border:0;background:#29996a;padding:20px 30px;color:#fff;font-size:16px;font-weight:bold;border-radius:50px;width:100%;}

/* 회원가입 */
.join{width:500px;margin:0 auto;padding:100px 0;}
.join .form_logo{}
.join .form_logo img{margin:0 auto;display:block;width:100px;}
.join .form_logo  h2{text-align:center;font-size:26px;font-weight:bold;margin-top:20px;}
.join .form_logo p{font-size:16px;line-height:26px;font-weight:300;margin-top:15px;}
.id_form, .password_form, .password_check_form{position:relative;}
.duplicate{display:flex;align-items: center; font-size:12px;background:#000;color:#fff;padding:5px 10px;font-style:normal;font-weight:bold;border-radius:50px;position:absolute;bottom:-10px;right:20px;}
.duplicate img{width:15px;display:inline-block;margin-right:3px;}
.filebox{width:350px;}
.filebox label {
 width:100%;background:#f8f8f8;border:1px dashed #e4e4e4;padding:50px;cursor:pointer;display:Block;text-align:center;font-size:14px;}
.filebox label b{font-size:40px;display:block;font-weight:500;}
.filebox label p{color:#888}
.filebox input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}

.agree{margin-top:60px}
.agree input {accent-color: #1b9e71;}
.agree .agree_checkbox{margin-bottom:10px;}
.agree label{display:flex;align-items:center;}
.agree_checkbox_all{border-bottom:1px solid #e4e4e4;padding-bottom:20px;margin-bottom:20px;}
.agree_checkbox_all span{color:#000 !Important;font-weight:bold}
.agree span{font-size:14px;margin-left:8px;color:#555;}

.agree_view{font-size: 11px;border: 1px solid #ccc;background: #fff;padding: 3px 5px;color: #666;font-weight: 500;border-radius: 6px;margin-left: 6px;position: relative;top: -2px;}
.agree_pop{display:none;padding:50px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;overflow:hidden;background:#fff;box-shadow:0px 0px 10px #e4e4e4;border-radius:20px;}
.agree_pop_tit{display:flex;justify-content: space-between;align-items:Center;}
.agree_pop h2{font-size:20px;font-weight:bold;margin-bottom:25px;}
.agree_pop_close{width:20px;cursor:pointer}
.agree_pop_close img{width:100%;}
.agree_pop_ctt{overflow-y: scroll;height:90%;padding-right:20px;}
.agree_pop_ctt div{margin-bottom:15px;}
.agree_pop_ctt span{font-size:15px;display:block;font-weight:bold;margin-bottom:10px;}
.agree_pop_ctt p{font-size:13px;line-height:24px;}


/* 스크롤바의 폭 너비 */
.agree_pop_ctt::-webkit-scrollbar {
    width: 5px;  
}

.agree_pop_ctt::-webkit-scrollbar-thumb {
    background: #ccc; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.agree_pop_ctt::-webkit-scrollbar-track {
    background: #e4e4e4;  /*스크롤바 뒷 배경 색상*/
}


/* 회원가입 완료 페이지 */

.join_completed{width:500px;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.join_completed img{margin:0 auto;display:block;width:40px;margin-bottom:10px;}
.join_completed h1{font-size:22px;text-align:center;margin-bottom:20px;}
.join_completed p{font-size:18px;text-align: center;color:#555;margin-bottom:20px;}
/* 로그인 */
.login{width:500px;margin:0 auto;padding:100px 0;}
.login .form_logo{}
.login .form_logo img{display:block;width:100px;}
.login .form_logo  h2{font-size:26px;line-height:36px;font-weight:bold;margin-top:20px;}
.login_box{margin-bottom:15px;}
.login_input{width:100%;}
.login_form .id_form input{  background: url('../images/user.png') no-repeat 15px center #fff;background-size: 15px;padding-left: 40px;}
.login_form .password_form input{  background: url('../images/padlock.png') no-repeat 15px center #fff;background-size: 15px;padding-left: 40px;}

.save_id{margin-top:25px;}
.save_id label{display:flex;align-items:center;}
.save_id input{accent-color: #1b9e71;}
.save_id span{font-size:14px;margin-left:8px;font-weight:500;}

.login_find{display:flex;justify-content:center;margin-top:35px;}
.login_find li{padding:0 20px;position:relative;}
.login_find li:after{content:"";position:absolute;display:block;width:1px;height:10px;background:#e4e4e4;top:50%;right:0;transform:translateY(-50%);}
.login_find li:last-child:after{display:none;}
.login_find li a{font-size:13px;font-weight:600;display:block;text-align:center;}


/* 아이디,비밀번호 찾기 */

.slp_find{width:500px;margin:0 auto;padding:100px 0;}
.slp_find .form_logo  h2{font-size:26px;line-height:36px;font-weight:bold;text-align:center;}
.slp_find_tab{display:flex;margin-top:50px;}
.slp_find_tab li{width:50%;font-size:14px;font-weight:bold;text-align:center;}
.slp_find_active a{color:#29996a;position:relative;width:100%;display:block;}
.slp_find_active a:before{position:absolute;content:"";left:0;bottom:-32px;width:100%;height:2px;background:#29996a}
.certification_form{margin-bottom:15px;}
.certification_form .write_input{width:200px !Important}
.num_send{width:130px;background:#000;color:#fff;border:0;padding:15px 0px;margin-left:20px;border-radius:50px;font-size:13px;font-weight:bold;}

@media screen and (max-width:1400px){
    .head{width:95%}
    nav ul{width:450px}
    nav ul li a{font-size:15px;}
    .sign a{font-size:13px;}
    .slide_txt{width:90%}
    .slide_txt h1{font-size:30px;}
    .slide_txt h4{font-size:18px;line-height:30px;}
    .slide_txt p{font-size:14px;line-height:28px;}
    .slide_img{width:50%;}
    .review_btn{width:95%;}

}

@media screen and (max-width:1100px){
    .ctt{width:90%;}
}
@media screen and (max-width:1024px){
    /* 모바일헤드 */
    .head_wrap{display:none;}
    .mb_head{display:flex;justify-content:space-between;width:90%;margin:0 auto;padding:10px 0;}
    .mb_head.fixed{position:fixed;background:#fff;width:100%;padding:10px 5%;border-bottom:1px solid #e9e9e9;z-index: 99999;}
    .mb_logo{width:100px;}
    .mb_logo a{display:block;}
    .mb_logo a img{width:100%;}
    .mb_nav_btn{}
    .mb_nav_bar{cursor:pointer;display:block;width:30px;}
    .mb_nav_bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:9999;}
    .mb_nav{padding:30px;position:fixed;top:0px;right:-90%;width:90%;height:100%;background:#fff;z-index:999999;transition:all .5s}
    .mb_nav_open{right:0;}
    .mb_nav_close{cursor:pointer;width:20px;margin-left:auto;}
    .mb_nav_close img{width:100%;display:block;}
    .mb_nav .sign{margin-top:20px;}
    .sign a{width:48%;text-align:center;}
    .mb_nav ul{margin-top:20px;}
    .mb_nav ul li{}
    .mb_nav ul li a{display:block;font-size:15px;font-weight:600;padding:25px 0}

    /*슬라이드*/
    .slide{display:flex;flex-wrap:wrap;height:auto;}
    .slide_txt{width:100%;order:1;text-align:center;position:relative;left:0;top:0;transform:translate(0);margin-top:100px;}
    .slide_txt p{margin:0 auto;margin-top:30px;padding-top:30px;}
    .app_btn{margin-top:30px;justify-content: center;}
    .app_btn a{font-size:13px}
    .app_btn a img{width:13px;top:2px;}
    .slide_img{margin-top:50px;order:2;content:url(../images/m_visual.png);top:auto;bottom:0;left:50%;transform:translateX(-50%);width:90%;position:relative;}

    .motion_txt p{font-size:40px;}
    /* 공통 */
    .sec_tit span{font-size:18px;}
    .sec_tit h1{word-break: keep-all;font-size:32px;line-height:46px;padding:15px 0;}
    .sec_tit p, .sec_sub_tit p{word-break: keep-all;font-size:15px;line-height:26px;}
    .sec_sub_tit h2{word-break: keep-all;font-size:24px;line-height:36px;}
    .flex{flex-wrap:wrap;}
    .ft26{font-size:22px;line-height:32px;}
    .ft26 p {font-size: 14px;line-height: 24px;}
    /* 섹션 1*/
    .sec1_1 img{width:100%}
    .sec1_1 p{font-size:14px;line-height:24px;}
    .sec1_2 img{width:100%}
    /* 섹션 2*/
    .sec2_1{width:100%;}
    .sec2_2{margin-top:50px;width:100%;}
    .sec2_3_progress{width:100%;justify-content: center;}
    .sec2_3_bar{width:350px;}
    .sec2_3_bar b img{width:100%;}
    .sec2_3_img{width:100%}
    /* 섹션 3*/
    .sec3_point img{height:55px;}
    .sec3_point p { font-size: 17px;line-height: 25px; }
    .sec3_2_img span{font-size:14px;}
    .sec3_3 ul{justify-content: center;}
    .sec3_3 ul li{width:20%;margin:1% !Important;}
    /* 섹션 4*/
    #section4 .ctt{}
    .sec4_1 img{width:100%}
    .sec4_flex .block{width:100%;}
    .sec4_4{width:100%;margin-top:60px;}
    .sec4_4 .swiper-slide{margin-bottom:20px;}
    .sec4_4 .swiper-slide img{height:100%}
    .sec4_arrow{top:auto;right:47px;transform:rotate(129deg);bottom:-45px;}
    /* 섹션 5 */
    .chat_date{display:none}
    .sec5_flex{position:relative;padding-bottom:350px;}
    .sec5_1{width:100%}
    .sec5_2{width:90%;padding:50px;margin-left:0;margin-top:50px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:rgba(255,255,255,0.8);border-radius:20px;}
    /* 섹션 6 */
    .sec6_1{width:100%}
    .sec6_2{width:48%;bottom:0;}
    .sec6_3{width:48%;}
    .sec6_flex2 div{text-align:Center;width:100%}
    .sec6_4 ul{width:100%;justify-content: center; margin-top:40px;}
    .sec6_4 ul li{width:48%}
    .sec6_4 ul li img{width:100%}
    .sec6_5 ul li{width:48%}
    .sec6_5 ul li:nth-child(n+3){margin-top:25px !Important;}
    #section6 a{font-size:13px;}
    /* 섹션 7 */
    .pc_cs{width:100%;}
    .pc_icon1{width:80px;left:50px;}
    .pc_icon2{width:50px;display:none;}
    .pc_icon3{width:80px;top:-48px;}
    .chat{right:30px;}
    /* 섹션 8 */
    #section8{margin-top:100px;}
    .market_apply{width:100%}
    .market_apply:nth-child(n+2){margin-top:35px !Important;}
    .market_apply ul{width:70%;margin:0 auto;flex-wrap:wrap;}
    .market_apply ul li{width:17%;margin-right:8%;margin-top:15px;}
    .market_apply ul li img{width:100%;}
    .market_apply ul li p{font-size:14px;}
    .market_apply span{font-size:14px;width:70%;margin:0 auto;font-weight:bold;}
    .market_apply ul{border-radius:0 0 25px 25px;}
    /* 섹션 9 */
    .function_slide2 .swiper-slide{padding:40px}
    .function_txt{height:250px;}

    /* 푸터 */
    .footer_nav{flex-wrap:wrap}
    .footer_nav ul{width:100%}
    .footer_nav ul:nth-child(n+2){margin-top:30px}
}

@media screen and (max-width:799px){
    .mb_block{display:block}
    .pc_block{display:none;}
    .slp_quick{right:25px;bottom:25px;}
    .slp_quick ul li a{width:45px;}
    .chat_pop{width:90%;top:60px;bottom:auto;left:50%;transform:translateX(-50%);height:500px;right:auto;}
    .chat_ctt{height:400px;padding:40px 0;}
    .chat_bl{font-size:12px;max-width:90%;}

    .slide_txt{width:90%;margin:0 auto;margin-top:80px;}
    .slide_txt h1{font-size:24px;}
    .slide_txt h4{font-size:15px;line-height:26px;}
    .slide_txt p {font-size: 12px;line-height:23px;word-break: keep-all;}
    .app_btn{margin-top:30px;display:block;}
    .app_btn a{font-size:13px;width:80%;margin:0 auto;margin-top:10px;}
    .app_btn a img{width:13px;top:2px;}
    .motion_txt{height:350px}
    .motion_txt p{font-size:22px}

    section{padding:80px 0}
    .sec_tit span {font-size: 14px;}
    .sec_tit h1{font-size:22px;line-height:30px;}
    .sec_sub_tit h2{font-size:18px;line-height:28px;}
    .sec_sub_tit p{padding-top:10px;}
    .sec_tit p, .sec_sub_tit p {font-size: 13px;line-height: 23px;}
    .sub_head{font-size:13px;margin-top:-48px;}
    .ft26{font-size:18px;line-height:28px;}
    /* 섹션 1 */
    .sec1_1 img{content:url(../images/m_sec1_img1.png)}
    .sec1_2 img{content:url(../images/m_sec1_img2.png);margin-top:30px}
    .sec1_1 p{padding:13px;font-size:13px;line-height:23px;}
    /* 섹션 2*/
    .sec2_1, .sec2_2{padding:30px;}
    .sec2_1 .search{margin-top:25px;}
    .sec2_1 .search input{font-size:14px;}
    .sec2_1 ul{padding:10px;}
    .sec2_1 ul li{}
    .sec2_1 ul li p span:first-child{display:none;}
    .sec2_1 ul li p span {opacity:0.6;font-size: 12px; white-space: nowrap;}
    .ai b {font-size: 11px; margin: 0 6px; width: 20px;}
    .ai img:first-child{display:none;}
    .ai span {font-size: 12px !important;opacity:1 !important;}
    .ai span:after { width: 12px !important;height: 12px !important;}
    .sec2_2 .block span{font-size:14px;}
    .sec2_2 .block input, .sec2_2 .block textarea {font-size:13px;line-height:23px;}
    .sec2_2_name{margin-top:25px !Important;}

    .sec2_3{padding-top:60px;}
    .sec2_3_bar{width:100%;margin:0}
    .sec2_3_bar b{width:100%}
    .sec2_3_progress {padding: 10px 15px;margin-top: 20px;}
    .sec2_3_progress span{display:none;}
    .sec2_3_bar b img{content:url(../images/m_bar.jpg);}
    .sec2_3_bar b:before{display:none;}
    .sec2_3_img{content:url('../images/m_sec2_3_img.png');}

    /* 섹션3 */
    .sec_ctt{margin-top:35px}
    .sec3_point{flex-wrap:wrap}
    .sec3_point li{padding: 35px 30px 25px 30px;width:100%;display:flex;align-items:center;justify-content: space-between;}
    .sec3_point p{font-size:15px;line-height:25px}
    .sec3_point li img{height: 70px;position: relative;top: 0;right: 0;}
    .sec3_1{width:100%}
    .sec3_1 .sub_head{left:20px;}
    .sec3_2{width:100%;margin-top:35px;padding:35px 25px;}
    .sec3_2_img{margin-top:20px;}
    .sec3_2_flex .sec3_2_img{font-size:0;}
    .sec3_3{margin-top:50px;}
    .sec3_3 ul{margin-top:25px;}
    .sec3_3 ul li { width: fit-content; font-size: 13px; padding: 10px;}

    /* 섹션 4 */
    .sec4_1 img{content:url(../images/m_sec4_img1.png)}
    .sec4_2 h4{display:block;}
    .sec4_2{padding:30px;}
    .sec4_3{padding:30px;}
    .sec4_3 .active-slide:after{font-size:11px;width:40px;}
    .sec4_4{padding:30px;}
    .sec4_4 .ft26 span {font-size: 14px;line-height: 22px;}
    .sec4_arrow {right: 0;transform: rotate(129deg);bottom: -65px;}
    .sec4_4 .swiper-slide{margin-bottom:0}
    .sec4_4 .swiper-slide img{width:100%;height:auto;}
    .auto-registration{height:400px;}

    /* 섹션 5*/
    #section5{padding-top:0;}
    .badge{display:block;margin-left:auto;width:60px;margin-bottom:20px;right:30px;}
    #section5 .sec_tit ul li img{width:50px;}
    .sec5_2{width:100%;padding:25px 15px;}
    .sec5_1:before{display:none;}

    /* 섹션 6 */
    .sec6_2, .sec6_3{margin-top:25px;}
    .sec6_2 span, .sec6_3 span{word-break: keep-all;text-align:Center;top:0;}
    .sec6_2 .sub_head { background:none;color: #209e6e;}
    .sec6_3 .sub_head { background:none;color: #209e6e;}
    .sec6_4{padding:60px 0;margin-top:60px;}
    .sec6_5{padding:60px 0}
    .sec6_5 ul li{width:100%;margin-top:15px !Important;}
    .sec6_5 ul li p{word-break: keep-all;}
    .sec6_5 ul li:nth-child(n+3){margin-top:15px !Important;}
    .sec6_5 ul li span{font-size:16px;}
    .pc_img{display:none;}
    .pc_icon3, .pc_icon1  {display:none}

    /* 섹션 7 */
    #section7 .sec_ctt{margin-top:0;}
    .chat{position:relative;margin:0 auto;width:90%;right:0}
    .cs_icon li img{width:20px;}
    .cs_txt p {font-size: 13px; line-height: 23px;}

    /* 섹션8 */
    #section8{margin-top:0px;}
    #section8 .sec_tit span,
    #section8 .sec_tit h1,
    #section8 .sec_tit p{text-align:center}
    .market_apply span{width:100%;text-align:center;}
    .market_apply ul{width:100%;padding:10px 20px 25px 20px;justify-content: left;}
    .market_apply ul li{width:33.3%;margin-right:0;}
    .market_apply ul li img{width:50px;margin:0 auto;display:block;}
    .market_apply ul li p {font-size: 13px;font-weight: 500;}

    /* 섹션 9 */
    #section9{padding-top:0;}
    .function_icon{width:60px;height:60px;left:20px;top:-30px;}
    .function_slide .swiper-slide{padding:25px;padding-top:55px;}
    .function_txt span{font-size:17px;}
    .function_txt {height:140px;font-size: 13px;line-height: 22px;word-break: keep-all;}
    .function_txt br{display:none;}

    /* 섹션 10 */
    #section10{padding-top:0;}
    #section10 .sec_ctt{margin-top:0;}
    .review{width:100%;}
    .review_txt p{font-size:13px;}

    /* 섹션 11 */
    #section11{padding:60px 0;}
    #section11 .sec_tit span{font-size:14px;}
    #section11 .sec_tit h4{font-size:22px;word-break: keep-all;}
    #section11 .sec_tit a{font-size:14px;}

    /* 섹션 12 */
    .toggle_switch input[type="checkbox"]:checked + .slider::before {transform: translateX(17px);}
    .toggle_switch .slider::before { width: 17px;height: 17px;top:3px;left:3px;}
    .toggle_switch{width:40px;height:23px;}
    .switch{padding:30px;}
    .month{margin-right:7px;}
    .year{margin-left:7px;}
    .year, .month{font-size:14px;}
    .price{padding:30px;}
    .price_info{display:block;margin-top:8px;}
    .price_info b{font-size:16px;}
    .price_info p {font-size: 26px;margin-top:8px;}
    .price_info i {font-size: 15px;font-weight: 400;margin-left: 5px;}
    .price_info strong {margin-left: 5px;font-size: 12px;padding: 3px 7px;}
    .price ul li{font-size:14px;align-items:start;line-height:14px;padding-bottom:15px;width:100%;margin-right:0;}
    .price ul li:before{background-size:13px;}

    /* 푸터 */
    .footer{padding:70px 0;}
    .footer_nav ul h4{font-size:14px;}
    .footer_nav ul li{font-size:12px;}
    .footer_nav ul li span{width:100px;}
    .footer_nav ul li p{width:250px;}
    .footer_btn{display:block;margin-top:20px;}
    .copy {font-size: 11px;}
    .footer_btn ul{width:160px;margin-top:25px;}

    /* 회원가입 */
    .join{width:90%;}
    .join .form_logo p {font-size: 14px;}
    .agree_pop{width:90%;height:500px;padding:30px;}
    .agree_pop h2{font-size:15px;}
    .agree_pop_tit{align-items:start;}
    .agree_pop_ctt p{font-size:12px;color:#777}
    /* 회원가입완료 */
    .join_completed{width:90%;}
    .join_completed p {font-size: 14px;line-height: 24px;}
    /* 로그인 페이지 */
    .login{width:90%}
    .login .form_logo h2 {font-size: 20px;line-height: 31px;}
    /* 비밀번호 찾기 */
    .form_flex{flex-wrap:wrap;}
    .slp_find{width:90%;}
    .form_flex span{display:block;width:100%;margin-bottom:10px;}
    .write_input{width:100%}
    .certification_form .write_input{width:100% !important;}
    .num_send{width:100%;margin-top:10px;margin-left:0;border-radius:10px;}
    .slp_form_btn {padding:15px 0;font-size:13px;}
}