@media screen and (max-width:767px) {

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 350px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* *,html{cursor: none;} */
*,html{cursor: initial;}
.cursor {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;z-index: 10000;}
.cursor img {display: none;position: absolute;transform: translate(-50%, -50%);}
.f_cursor {width: 45px; height: 45px;}
.m_cursor {width: 46px;height: 46px;}

.cursor.hover{opacity: .9;}

#intro_con{display: none;position: fixed;top: 0;left: 0;width: 100%; height: 100vh;	overflow: hidden;z-index: 9999; background: #000;}
#intro_con .intro_wrap video{width: 100%; height: 100vh; object-fit:cover;}
#intro_con .skip_btn{position: absolute;bottom: 50px;right: 2.6%;display: flex;align-items: center;height: 25px; background: #000; padding: 0 15px; border-radius:18px;font-size: 14px; color: var(--co01); font-weight: 500;width: fit-content;}

#header{position: fixed;top: 0; left: 0; width: 100%; z-index: 8000; background: #1d1c1c;transition: var(--trs01);}
#header.active{top: -36px;}
#header .inner{display: flex;align-items: center; justify-content: space-between;height: 36px;padding: 0 20px;}
#header h1 a img{width: 42px;}

#header .right_wrap{display: flex;gap:0px;align-items: center;}
#header .right_wrap a.sns{display: none;position: relative;}
#header .right_wrap a.sns img{transition:.4s;}
#header .right_wrap a.sns img.off{position: absolute; top: 0; left: 0;opacity: 0;}
#header .right_wrap a.sns:hover img.off{opacity: 1;}
#header .right_wrap a.sns:hover img.on{opacity: 0;}

#header ul.gnb{display: none;gap:40px;}
#header ul.gnb li a{font-size: 20px; color: #fff;transition:.4s;}
#header ul.gnb li:hover a{color: var(--co01);}

/* navi */
.nav_btn{position: relative;display: block;width: 15px; height: 12px;}
.nav_btn::before{content:'';position: absolute;right: 0; top: 0;width: 100%;height: 2px;background: #fff;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0;width: 100%;height: 2px;background: #fff;}
.nav_btn span{display: block;position: absolute; right: 0; top: 5px; width: 100%;height: 2px;background: #fff;}

#header.nav{top: 0;}
#header.nav .nav_btn::before{top: 5px;transform:rotate(45deg);}
#header.nav .nav_btn::after{bottom: 5px;transform:rotate(-45deg);}
#header.nav span{opacity: 0;}

#header.close .nav_btn::before{top: 0px;transform:rotate(0deg);}
#header.close .nav_btn::after{bottom: 0px;transform:rotate(0deg);}
#header.close span{opacity: 1;}


.navigation{position: fixed;display: block;top: -100%;width: 100%;height:calc(100% - 36px);left: 0;z-index: 7000;line-height: 1; transition:all 1000ms cubic-bezier(0.550, 0.135, 0.440, 1.005);line-height: 1;}
.navigation .lnb_wrap{display: flex;gap:50px;flex-direction: column;align-items: flex-start; justify-content: center;padding: 0px 20px;background-color: rgba(29,28,28,.9);width:250px;min-width: 100%;height: 100%;margin-left: auto;}
.navigation .lnb_wrap h3 a{position: relative;display: block;font-size: 24px; color: #fff;font-family: 'Poppins';font-weight: 500;transition:.3s;}
.navigation .lnb_wrap h3 a:hover{color: var(--co01);}
.navigation .lnb_wrap h3 a.on{color: var(--co01);}
.navigation .lnb_wrap h3 a.active{color: var(--co01);}
.navigation .lnb_wrap h3 a img{transition:.3s;width: 25px;}
.navigation .lnb_wrap h3 a img.on{position: absolute;top: 0;left: 0px;opacity: 0;}
.navigation .lnb_wrap h3 a:hover img.on{opacity: 1;}
.navigation .lnb_wrap h3 a:hover img.off{opacity: 0;}
.navigation.on{top: 36px;}

#visual_wrap{line-height: 1;width: 100%;margin-top: 36px;}
#visual_wrap .visual{width: 100%;}
#visual_wrap .video_wrap {width: 100%;display: none; }
#visual_wrap .visual img,
#visual_wrap .visual video{width: 100%;}

/* section */
.section{position: relative;line-height: 1;background: #fff;z-index: 10;}
.section .sec_tit{margin-bottom: 20px;width: 100%;}
.section .sec_tit strong{display: block; color: #000; font-weight: 600;font-size: 20px; text-align: center;margin-bottom: 2px; line-height: 1.3;}
.section .sec_tit p{font-size: 15px;color: #000; line-height: 1.4;text-align: center;}
.section .sec_tit p div{color: #222;}
/* .section .sec_tit p div:hover{animation:secTitAni01 1s ease forwards;}
@keyframes secTitAni01{
0%{color: #222;}
50%{color: var(--co01);}
100%{color: #222;}
} */

.section .sec_tit a.more_btn_st01{margin: 11px auto 0;}
a.more_btn_st01{position: relative;display: flex;justify-content: center;align-items: center;width: 83px;height: 28px;font-size: 12px; color: #000; font-weight: 500;border-radius:50px; box-shadow: 0px 4px 14px rgba(0,0,0,.15);transition:.4s;}
a.more_btn_st01:hover{background: var(--co01); }

/* section01 */
#section01{padding: 0;}
#section01::after{content:'';position: absolute; left: 0; top: -180px; width: 100%; height: 180px;background: linear-gradient(0deg,rgba(0, 0, 0, 1) 20%, transparent 90%);}
#section01 .sec_tit{position: absolute;left: 50%; top: 50%;transform:translate(-50%,-50%);margin-bottom: 0;}
#section01 .video_wrap{width: 100%;height: 530px; }
#section01 .video_wrap video{width: 100%;height: 100%; object-fit:cover;}


/* section02 */
#section02{padding: 64px 0; background: url(/assets/images/main/sec02_bg01_mob.png)center no-repeat; background-size: cover;}
#section02 .inner{padding: 0 20px;}
#section02 .sec_tit{margin-bottom: 20px;}
#section02 .sec_tit strong{display: block;margin-bottom: 5px;text-align: left;background-image: linear-gradient(90deg, #171717 0%, #636363 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#section02 .sec_tit p{text-align: left;}

#section02 .box_wrap{display: flex;gap:8px;flex-wrap:wrap;padding-left: 0px ;}
#section02 .box_wrap .box{position: relative;width: calc((100% - 8px) / 2); height: 188px;  border-radius:16px;overflow: hidden;}
#section02 .box_wrap .box .bg{width: 100%; height: 100%;padding: 16px;background: #fff;transition:.5s;}
#section02 .box_wrap .box .icon{position: absolute; right: 12px; bottom: 22px;}
#section02 .box_wrap .box:nth-child(1) .icon{bottom: 20px;}
#section02 .box_wrap .box p{font-size: 28px; font-weight: 800;color: #171717;overflow-y: hidden;width: 100%;}
#section02 .box_wrap .box p b{position: relative;display: inline-block;height: 24px;overflow: hidden;font-weight: 800;}
#section02 .box_wrap .box p b .number{}
#section02 .box_wrap .box p b .dummy{position: absolute;top: 0;left: 0;}
#section02 .box_wrap .box p img{width: 18px;transform: translate(0, 0);}
#section02 .box_wrap .box em{display: block;color: #0D0D0D;font-size: 17px; font-weight: 600;margin-top: 5px;}
#section02 .box_wrap .box .icon img{width: 80px;}
#section02 .box_wrap .box:nth-child(1) .icon img{width: 76px;}

#section02 .box_wrap .box:hover .bg{background: #15141D;}
#section02 .box_wrap .box:hover p{color: #fff;}
#section02 .box_wrap .box:hover em{color: #fff;}

/* #section02 ul{margin-top: 40px;}
#section02 ul li{position: relative;padding-left: 16px;font-size: 16px; color: #222; font-weight: 500;}
#section02 ul li:not(:last-child){margin-bottom: 12px;}
#section02 ul li::after{content:'';position: absolute; left: 0; top: 6px;width: 4px; height: 4px;background: #222; border-radius:50%;} */

#slider_bg_wrap{position: relative;z-index: 100;background: linear-gradient(0deg,rgba(250, 248, 253, 1) 50%, rgba(255, 255, 255, 1) 100%);}

/* section03 - section05 */
#section03,
#section04,
#section05{background: transparent;}
#section03{padding: 45px 0 88px;}
.section .slide_wrap{padding: 22px 0;}
.section .slide_wrap .slick-list{overflow: visible;}
.section .slide_wrap .slide.slick-center{transform: scale(1.25);z-index: 2;}
.section .slide_wrap .slide{position: relative;width: 125px;transition:.5s;box-sizing: border-box;margin-right: 22px;}
.section .slide_wrap .img_wrap{position:relative; width:100%; padding-bottom:137.931%;border-radius:10px; overflow: hidden;}
.section .slide_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.section .slide_wrap .slick-dots{display: flex; align-items: center; justify-content: center;gap:10px;margin-top: 40px;}
.section .slide_wrap .slick-dots li{width: 8px; height: 8px;background: #D9D9D9; border-radius:50%;text-indent: -9999px;transition:.4s;}
.section .slide_wrap .slick-dots li.slick-active{background: #000;}
.section .slide_wrap .slick-dots li:first-child{width: 8px; height: 8px;}
.section .slide_wrap .slick-dots li:last-child{width: 8px; height: 8px;}

.section .slide_wrap .dots_slider{position: relative;width: 100%;}
.section .slide_wrap .dots_slider .slick-list{width: 120px;overflow: hidden;margin: 0 auto;}
.section .slide_wrap .dots_slider .dot{width: 8px; height: 8px;background: #D9D9D9; border-radius:50%;margin-right: 8px;transition:.4s;margin-top: 40px;}
.section .slide_wrap .dots_slider .dot.slick-center{background: #000;}

/*section05*/
#section05{padding: 88px 0 88px;}

/*section06*/
#section06{position: relative;z-index: 100;height: 282px;background: #FAF8FD;line-height: 1; }
#section06 .txt_wrap{position: absolute;left: 50%; top: 50%; transform:translate(-50%,-50%);width: 100%;}

#section06 .txt_wrap p{font-size: 34px;font-weight: 500;	background-image: linear-gradient(90deg, #1A1B1F 0%, #484C5F 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: center;}
#section06 .txt_wrap strong{display: flex;align-items: center; justify-content: center;font-size: 34px;font-weight: 500;	background-image: linear-gradient(90deg, #FFDE4A 0%, #FFBC69 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: center;}
#section06 .txt_wrap strong em{position: relative;display: block;width: 60px;}
#section06 .txt_wrap strong em img{position: absolute;left: 50%; top: 50%; transform:translate(-50%,-50%);width: 90px;}
#section06 .txt_wrap .more_btn01{width: fit-content;margin: 20px auto 0;transition:.4s;border-radius: 50px;}
#section06 .txt_wrap .more_btn01:hover{background: var(--co01);}
#section06 .txt_wrap a.more_btn_st01{width: 92px; height: 35px;font-size: 14px;background-image: linear-gradient(130deg, #8B8D96 30%, #484C5F 70%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 500;}
#section06 .txt_wrap a.more_btn_st01 img{display: inline-block;width: 12px;margin-left: 5px;}

.stamp{display: none;position: absolute;width: 120px;transform: translate(-50%, -50%) scale(0);pointer-events: none;animation: pop 0.2s ease-out forwards;z-index: 1000;}
@keyframes pop {
	100% {transform: translate(-50%, -50%) scale(1);}
}

/* footer */
#footer{background: #000;padding: 35px 0;}
#footer .inner{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:20px;}
#footer .f_logo img{width: 72px;}
#footer .left{display: flex;align-items: flex-start;justify-content: center;flex-direction: column; gap:15px;text-align: left;width: 100%;}
#footer .left address strong{display: block;color: #fff;font-size: 12px;font-weight: 700; margin-bottom: 5px;}
#footer .left address p{font-size: 12px; color: rgba(255,255,255,.5);}
#footer .left address p span{font-size: 9px;}
#footer .right{display: flex; align-items: center; justify-content: flex-start;gap:20px;width: 100%;}
#footer .right .box strong{display: block;font-size: 11px; color: #fff;font-weight:  400;}
#footer .right .box p{font-size: 11px; color: rgba(255,255,255,.5);font-weight:  400;}
#footer .right a.sns{display: block; margin-left: 15px;}
#footer .right a.sns img{width: 18px;}

@media screen and (max-width:415px) {
#footer{position: relative;}
#footer .right a.sns{position: absolute;top: 35px;right: 2.66%;margin: 0;}
}

/* ===sub=============================================== */
#header.sub_header{background: var(--co01);}
#header.sub_header ul.gnb li a{color: #222;}

#header.sub_header .nav_btn::before{background: #1d1c1c;}
#header.sub_header .nav_btn::after{background: #1d1c1c;}
#header.sub_header .nav_btn span{background: #1d1c1c;}

#sub_contents{padding: 70px 0px 90px;}
#sub_contents.no_pb{padding: 70px 0px 0px;}

#sub_contents .inner{width: 100%;padding: 0 20px;}
#sub_contents .contop{padding-bottom: 20px;}
#sub_contents .contop h3{width: 100%;font-size: 22px; color: #222; font-weight: 600;}
#sub_contents .contop h4{font-size: 22px;color: #222; font-weight: 600;letter-spacing: 0px;margin-bottom: 0;}
#sub_contents .contop .txt{width: 100%;transform: translateY(0px);}
#sub_contents .contop .txt strong{display: block;font-size: 20px; color: #222; font-weight: 700;}
#sub_contents .contop .txt p{font-size: 16px;line-height: 1.3;color: #222; margin-top: 3px;font-weight: 300;}
@media screen and (max-width:460px) {
#sub_contents .contop .txt p br{display: none;}
#sub_contents .contop .txt p i{display: block;}
}

/* list */
.list_wrap01{line-height: ;}
.list_wrap01 ul{display: flex;flex-wrap:wrap;gap:4px 9px;}
.list_wrap01 ul li{width: calc((100% - 10px) / 2);}
.list_wrap01 ul li .img_wrap{position:relative; width:100%; padding-bottom:141.582%; overflow: hidden; border-radius:8px;}
.list_wrap01 ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.list_wrap01 ul li .bg_txt{display: flex;align-items: center; justify-content: center;flex-direction: column;position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;background: rgba(0,0,0,.7);transition:.4s ease;width: 100%;}
.list_wrap01 ul li .bg_txt p{font-size: 15px; color: #fff; font-weight: 700;text-align: center;line-height: 1.2;}
.list_wrap01 ul li .bg_txt span{display: block;font-size: 12px; color: #fff; text-align: center;margin-top: 5px;line-height: 1.2;}
.list_wrap01 ul li:hover .bg_txt{opacity: 1;}

/* view */
.view_wrap01{line-height: 1;}
.view_wrap01 .con_wrap{display: flex;flex-direction: column;gap:10px;}
.view_wrap01 .con_wrap .img_box{width: 100%;}
.view_wrap01 .con_wrap .img_wrap{position:relative; width:100%; padding-bottom:141.582%;overflow: hidden;border-radius:12px;}
.view_wrap01 .con_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.view_wrap01 .con_wrap .txt_con{width: 100%;padding: 19px 16px 13px;background: #fff;border-radius:10px;padding-right: 0;box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);}
.view_wrap01 .con_wrap .txt_con .txt_wrap{display: flex;gap:45px;padding-right: 32px;}
.view_wrap01 .con_wrap .tag{display: flex;align-items: center; width: fit-content; height: 36px;padding: 0px 20px; margin-bottom: 20px; background: #000;border-radius:18px;color: var(--co01); font-size: 20px;text-transform:uppercase;}
.view_wrap01 .con_wrap .txt01{margin-left: 10px;}
.view_wrap01 .con_wrap .txt01 strong{display: block;font-size: 20px; color: #222; font-weight: 700; margin-bottom: 12px;}
.view_wrap01 .con_wrap .txt01 p{font-size: 13px; color: #222; line-height: 16px;}
.view_wrap01 .con_wrap .txt01 .sns_wrap{display: flex;align-items: flex-start;gap:10px; margin-top: 10px;flex-direction: column;}
.view_wrap01 .con_wrap .txt01 .sns_wrap .sns a{display: flex; align-items: center; gap:5px;font-size: 11px; color: #222;}
.view_wrap01 .con_wrap .txt01 .sns_wrap .sns a img{width: 12px;}
.view_wrap01 .con_wrap .txt01 .sns_wrap .sns:nth-child(1) img{width: 14px;}
.view_wrap01 .con_wrap .txt01 .sns_wrap .sns:nth-child(2) img{width: 12px;}
.view_wrap01 .con_wrap .txt01 .sns_wrap .sns:nth-child(3) img{width: 14px;}

.view_wrap01 .con_wrap .txt_con .slide_wrap{position: relative; overflow: hidden;width: 100%; margin-top: 5px;}
.view_wrap01 .con_wrap .txt_con .slide_wrap::after{content:'';position: absolute; right: 0; top: 0;height: 100%; width: 60px; background: linear-gradient(90deg,transparent 50%, rgba(255, 255, 255, 1) 100%);}
.view_wrap01 .con_wrap .txt_con .slide_wrap .arr_wrap{position: relative; right: initial; top: initial;display: flex;align-items: center; gap:5px;z-index: 10;justify-content: flex-end;padding-right: 20px;margin-bottom: 10px;}
.view_wrap01 .con_wrap .txt_con .slide_wrap .arr_wrap button img{width: 22px;}
.view_wrap01 .con_wrap .txt_con .slide_wrap ul{}
.view_wrap01 .con_wrap .txt_con .slide_wrap ul li{width: 250px;margin-right: 10px;}
.view_wrap01 .con_wrap .txt_con .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:55%; overflow: hidden; border-radius:10px;transition:.4s;}
.view_wrap01 .con_wrap .txt_con .slide_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.view_wrap01 .con_wrap .txt_con .slide_wrap ul li .img_wrap:hover{filter: brightness(0.7);}

@media screen and (max-width:600px) {
.view_wrap01 .con_wrap .txt_con .slide_wrap ul li{width: 200px;}
}

.view_wrap01 .con_wrap .pop_wrap{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100vh; z-index: 9999; background: rgba(0,0,0,.5);}
.view_wrap01 .con_wrap .pop_wrap .pop_box{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);width: calc(100% - 20px);max-height: initial;overflow-y: scroll;}
.view_wrap01 .con_wrap .pop_wrap .pop_box::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
.view_wrap01 .con_wrap .pop_wrap .pop_box::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: var(--co01); /* 스크롤바의 색상 */border-radius: 10px;}
.view_wrap01 .con_wrap .pop_wrap .pop_box::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0);  /*스크롤바 뒷 배경 색상*/}
.view_wrap01 .con_wrap .pop_wrap .pop_box .pop_x_btn{display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius:50%;margin-left: auto;margin-bottom: 20px; }
.view_wrap01 .con_wrap .pop_wrap .pop_box .pop_x_btn img{width: 20px;}
.view_wrap01 .con_wrap .pop_wrap .pop_box .img_wrap{position:relative; width:100%; padding-bottom:56.25%; overflow: hidden; border-radius:12px;}
.view_wrap01 .con_wrap .pop_wrap .pop_box .img_wrap img,
.view_wrap01 .con_wrap .pop_wrap .pop_box .img_wrap video,
.view_wrap01 .con_wrap .pop_wrap .pop_box .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.view_wrap01 .con01{padding-bottom: 40px;}
.view_wrap01 .con02{background: #101010;padding: 44px 0px 50px;}
.view_wrap01 .con02 .tit{margin-bottom: 20px;}
.view_wrap01 .con02 .tit p{font-size: 22px; color: #fff; font-weight: 600;}
.view_wrap01 .con02 .list_wrap01 ul li{width: calc((100% - 18px) / 3);}

/* contact */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap ul.online{display: flex;flex-wrap:wrap;gap:15px;}
.sub0401_wrap ul.online li{display: flex;width: 100%;}
.sub0401_wrap ul.online li.li02{width: 100%;}
.sub0401_wrap ul.online li.li03{width: 100%;}
.sub0401_wrap ul.online li p{font-size: 16px; color: #222; font-weight: 600;width: 75px;padding-left: 0px;transform: translateY(9px);}
.sub0401_wrap ul.online li .input{width: calc(100% - 75px);}
.sub0401_wrap ul.online li .input input[type="text"]{font-size: 12px; color: #222;border:1px solid #ddd;width: 100%;height: 32px; border-radius:8px; padding: 0px 10px;}
.sub0401_wrap ul.online li .input input[type="text"]::placeholder{font-size: 12px; color: #999;}
.sub0401_wrap ul.online li .input input[type="text"]:focus{outline:0;}

.sub0401_wrap ul.online li .input select{font-size: 12px; color: #222;border:1px solid #ddd;width: 100%;height: 32px; border-radius:8px; padding: 0px 10px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/sub/select_icon_mob.png)center right 10px no-repeat; background-size: 10px;}
.sub0401_wrap ul.online li .input select:not(:last-child){margin-bottom: 0px;}
.sub0401_wrap ul.online li .input select:focus{outline:0;background: url(/assets/images/sub/select_icon_on_mob.png)center right 10px no-repeat; background-size: 12px;}
.sub0401_wrap ul.online li .input select option{background: #f6f6f6; color: #999;}

.sub0401_wrap ul.online li .input textarea{font-size: 12px; color: #222;border:1px solid #ddd;width: 100%;height: 150px; border-radius:8px; padding: 10px;}
.sub0401_wrap ul.online li .input textarea::placeholder{font-size: 12px; color: #999;}
.sub0401_wrap ul.online li .input textarea:focus{outline:0;}

.sub0401_wrap ul.online li .input input[type="file"]{display: none;}
.sub0401_wrap ul.online li .input .file_wrap{display: flex;gap:8px;}
.sub0401_wrap ul.online li .input .file_wrap .file_txt{display: block;font-size: 12px; color: #999;border:1px solid #ddd;width: calc(100% - 80px);height: 32px; border-radius:8px; padding: 0px 10px; line-height: 30px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.sub0401_wrap ul.online li .input .file_wrap .file_btn{display: flex;align-items: center; justify-content: center;font-size: 12px;width: 72px;height: 32px; border-radius:8px; color: #fff; background: #222;}

.sub0401_wrap ul.online li .select_wrap{display: flex;gap:5px; flex-direction: column;}
.sub0401_wrap ul.online li .select_wrap select{width: 100%;}

.sub0401_wrap .more_btn_st01{width: 150px;height: 35px;margin: 40px auto 0; border-radius:35px;justify-content: center;}


}