@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: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{position: fixed;width: 100%; top: 0; left: 0;line-height: 1;z-index: 8000;}
#header::after{content:'';position: absolute; left: 0;bottom: 0;width: 0%;height: 1px; background: rgba(255,255,255,.2);animation:hAni01 2s ease forwards;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 50px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_mob.png)center no-repeat; width: 114px; height: 26px;background-size: cover;transition:.4s;}
#header .right_wrap{display: flex; align-items: center; gap:15px;}
#header .online_btn{position: relative;display: flex; align-items: center; justify-content: center;width: 105px; height: 30px; border-radius:20px; background: var(--co01);overflow: hidden;}
#header .online_btn::after{content:'';opacity: 0;position: absolute;left: -100%; top: 50%; transform:translate(-50%,-50%);width: 100%; height: 100%;background: linear-gradient(90deg,transparent 0%, rgba(255, 255, 255, .3) 100%);transition:.7s;border-radius:25px; }
#header .online_btn:hover::after{opacity: 1;left: 50%;}
#header .online_btn p{font-size: 12px; color: #fff; font-weight: 700;}

#header.fixed{background: rgba(255,255,255,.5);backdrop-filter: blur(10px);}
#header.fixed::after{background: #ddd;}
#header.fixed h1 a{background: url(/assets/images/sub/sub_logo01_mob.png)center no-repeat;background-size: cover;}
#header.fixed.on::after{background: rgba(255, 255, 255, .2);}

@keyframes hAni01{
0%{width: 0%;}
100%{width: 100%;}
}

#header .gnb{display: none;}
#header .gnb > li{position: relative;padding: 35px 30px;transition:.5s;}
#header .gnb.on > li{padding: 35px 60px;}
#header .gnb span a{display: block;font-size: 18px; color: #fff; font-weight: 500;}
#header .gnb > li::after{content:'';position: absolute;left: 50%; transform:translateX(-50%);bottom: -1px;width: 0%; height: 1px;background: linear-gradient(90deg,transparent 0%, rgba(255, 255, 255, 1) 50%, transparent 100%);transition:.4s;}
#header .gnb > li:hover::after{width: 100%;}
#header .gnb .lnb_sub{position: absolute; top: 90px; left: 50%; transform:translateX(-50%);z-index: 100; width: 100%;min-height: 364px;}
#header .gnb .lnb_sub ul{display: none;padding: 40px 0px;}
#header .gnb .lnb_sub ul li a{display: block;color: #fff;font-size: 18px;text-align: center;font-weight: 500; transition:.3s;}
#header .gnb .lnb_sub ul li:hover a{opacity: .8;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}
.gnb_bg{display: none;position: absolute; top: 0; left: 0; width: 100%;height: 460px; background: rgba(0,0,0,.5);z-index: 6000;}

/* navi */
.nav_btn{position: relative;display: block;width: 18px; height: 12px;}
.nav_btn::before{content:'';position: absolute; right: 0; top: 0; width: 100%; height: 2px; background: #fff;transition:.4s;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0; width: 100%; height: 2px; background: #fff;transition:.4s;}
.nav_btn span{position: absolute;top: 50%;right: 0; transform:translateY(-50%);background: #fff;width: 10px; height: 2px;transition:.4s;}

#header.nav .nav_btn::before{transform:rotate(45deg);top: 5px;}
#header.nav .nav_btn::after{transform:rotate(-45deg);bottom: 5px;}
#header.nav .nav_btn span{opacity: 0;}
#header.nav.fixed{background: transparent;backdrop-filter: blur(0px);}
#header.nav.fixed h1 a{background: url(/assets/images/main/main_logo01_mob.png)center no-repeat;background-size: cover;}
#header.nav.fixed::after{background: rgba(255,255,255,.2);}

.navigation{/* display: none; */position: fixed; top: 0;right: 0;width: 50vw;height: 100%;background: rgba(0,0,0,.8);z-index: 6000;line-height: 1;}
.navigation .lnb{padding: 40px 20px;margin-top: 50px;}
.navigation .lnb h3{margin-bottom: 20px;transition:.3s;}
.navigation .lnb h3 a{display: block;font-size: 14px; color: #fff;font-weight: 500;}
.navigation .lnb ul{padding-bottom: 25px;padding-left: 6px;}
.navigation .lnb ul li:not(:last-child){margin-bottom: 12px;}
.navigation .lnb ul li a{display: block;font-size: 12px; color: #999;}

.navi_bg{display: none;position: absolute;top: 0; left: 0; width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 5000;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;bottom: 100px;left: 0; width: 100%;}
#visual_wrap .txt_wrap .inner{overflow: hidden;}
#visual_wrap .txt_wrap em{opacity: 0;transform:translateX(-100px);display: block;font-size: 14px; color: #fff; font-weight: 700;transition:1s;}
#visual_wrap .txt_wrap p{opacity: 0;transform:translateX(-100px);font-size: 30px; color: #fff; line-height: 40px;padding: 16px 0px 15px;transition:1s;transition-delay:.1s;}
#visual_wrap .txt_wrap p b{font-weight: 700;}
#visual_wrap .txt_wrap span{opacity: 0;transform:translateX(-100px);display: block;font-size: 13px; color: #fff;transition:1s;transition-delay:.2s;}

#visual_wrap ul li.slick-active .txt_wrap em{opacity: 1;transform:translateX(0);}
#visual_wrap ul li.slick-active .txt_wrap p{opacity: 1;transform:translateX(0);}
#visual_wrap ul li.slick-active .txt_wrap span{opacity: 1;transform:translateX(0);}

#visual_wrap .slide_items{position: absolute;left: 0;bottom: 60px;width: 100%;z-index: 100;}
#visual_wrap .slide_items .inner{display: flex; align-items: center;gap:14px;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:14px;}
#visual_wrap .slide_items .numcount span{position: relative;display: block;font-size: 10px; color: rgba(255,255,255,.5);font-weight: 700;}
#visual_wrap .slide_items .numcount span.now{color: rgba(255,255,255,1);}
#visual_wrap .slide_items .numcount span.total::after{content:'/';position: absolute; top: 50%; transform:translateY(-50%);left: -9px;}
#visual_wrap .slide_items .dots_wrap{position: relative;width: 90px; height: 2px;background: rgba(255,255,255,.5);}
#visual_wrap .slide_items .dots_wrap ul li{position: absolute;left: 0;top: 0;width: 0;height: 100%; text-indent: -9999px;background: rgba(255,255,255,1);}
#visual_wrap .slide_items .dots_wrap ul li.slick-active{animation:dotsAni01 6s linear forwards;}
#visual_wrap .slide_items .arr_wrap{display: flex;align-items: center;gap:7px;}
#visual_wrap .slide_items .arr_wrap img{width: 7px;}
@keyframes dotsAni01{
0%{width: 0;}
100%{width: 100%;}
}

/*section*/
.section{padding: 60px 0;line-height: 1;}
.section .sec_tit{margin-bottom: 20px;}
.section .sec_tit span{display: block;font-size: 12px; color: var(--co01); font-weight: 700;}
.section .sec_tit strong{display: block;font-size: 30px; color: #222; font-weight: 700;margin: 15px 0px 5px;line-height: 40px;}
.section .sec_tit strong b{color: var(--co01);font-weight: 700;}
.section .sec_tit p{font-size: 13px;color: #666;line-height: 22px;}
.section .sec_tit p b{-webkit-text-fill-color: rgba(26, 26, 26, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;transform: translateY(100%);font-weight: 700;}

.section .more_btn{display: flex; align-items: center;justify-content: center;justify-content: space-between;padding: 0 12px;width: 117px; height: 35px; border-radius:22px;background: #222;}
.section .more_btn p{font-size: 12px;color: #fff;}
.section .more_btn em{display: flex;align-items: center; justify-content: center;width: 18px; height: 18px; background: rgba(255,255,255,.2); border-radius:50%;transition:.4s;}
.section .more_btn em img{transition:.4s;width: 8px;}
.section .more_btn:hover em{background: #fff;}
.section .more_btn:hover em img{transform:rotate(90deg);filter: brightness(0.2);}

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 12px; color: #666;padding-left: 18px; cursor:pointer;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 12px; height: 12px; border:1px solid #ddd; border-radius:50%;}
input.chk_st01:checked + label::after{border:3px solid var(--co01);}

input.chk_st02{display: none;}
input.chk_st02 + label{position: relative;font-size: 12px; color: #666;padding-left: 18px; cursor:pointer;}
input.chk_st02 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 12px; height: 12px; border:1px solid #ddd; }
input.chk_st02:checked + label::after{content:'✓';font-size: 11px; color: #fff;border:1px solid var(--co01); background: var(--co01);text-align: center;}

/* section01 */
#section01{position: relative;	padding-bottom: 60px;overflow: hidden;}
#section01 .inner{display: flex;flex-direction: column-reverse;gap:230px;align-items: center;}
#section01 .img_con{width: 100%;overflow: hidden;}	
#section01 .img_wrap{position:relative; width:100%; padding-bottom:56.338%;}
#section01 .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;}

#section01 .txt_con{position: relative;width: 100%;}
#section01 .txt_con .btn_wrap{position: absolute;left: 0;}
#section01 .txt_con ul{display: flex;flex-wrap:wrap;gap:8px;}
#section01 .txt_con ul li{width: calc((100% - 16px) / 3);}
#section01 .txt_con ul li a{display: block;width: 100%; height: 100%;padding: 10px;background: #f5f5f5;transition:.4s;}
#section01 .txt_con ul li em{display: flex; align-items: center; justify-content: center;width: 18px; height: 18px; border-radius:50%;transition:.4s; background: #ddd;margin-left: auto;}
#section01 .txt_con ul li em img{transition:.3s;width: 8px;}
#section01 .txt_con ul li p{margin-top: 10px;font-size: 13px;color: #222; font-weight: 700;}
#section01 .txt_con ul li:hover a{background: var(--co01);}
#section01 .txt_con ul li:hover a p{color: #fff;}
#section01 .txt_con ul li:hover em{background: rgba(255,255,255,.2);}
#section01 .txt_con ul li:hover em img{transform:rotate(90deg);}
#section01 .bg_txt{position: absolute;bottom: 0px;left: -15px;font-size: 50px; color: #f5f5f5; font-weight: 700;z-index: -1;}

/* section02 */
#section02{padding-top: 0px;}
#section02 .sec_tit{text-align: center;}
#section02 .con_wrap{position: relative;display: flex;overflow: hidden;flex-direction: column-reverse;}
#section02 .con_wrap em.vs{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);display: flex;justify-content: center;padding-top: 5px;width: 55px; height: 55px; background: var(--co01); border-radius:50%;font-size: 40px; color: #fff; font-weight: 700;}
#section02 .con{position: relative;width: 100%;padding: 40px 25px;}
#section02 .con strong.tit{display: block;text-align: center;font-size: 24px; color: #222; font-weight: 700; margin-bottom: 20px;}
#section02 .con strong.tit b{position: relative;	color: var(--co01);font-weight: 700;}
#section02 .con strong.tit b i{position: absolute;left: 50%;top: -4px; transform:translateX(-50%);width: 4px; height: 4px; background: var(--co01); border-radius:50%;}
#section02 .con ul li{display: flex;align-items: center;gap:20px;height: 70px;padding: 0px 20px;}
#section02 .con ul li:not(:last-child){margin-bottom: 10px;}
#section02 .con ul li p{font-size: 14px; color: #222; font-weight: 700;line-height: 1;}
#section02 .con ul li span{display: block;margin-top: 5px;font-size: 11px; color: #222; line-height: 1.3;}
#section02 .con ul li img{width: 23px;}

#section02 .con01{background: #f5f5f5;}
#section02 .con01 ul li{background: #fff;}

#section02 .con02{box-shadow:3px 2px 80px rgba(0,0,0,.25);}
#section02 .con02 .line01{position: absolute; left: 0; bottom: 0;width: 3px; height: 100%;background: var(--co01);}
#section02 .con02 .line02{position: absolute; left: 0; top: 0;width: 100%; height: 3px;background: var(--co01);}
#section02 .con02 .line03{position: absolute; right: 0; top: 0;width: 3px; height: 100%;background: var(--co01);}
#section02 .con02 ul li{background: #f0f4fe;}
#section02 .con02 ul li .icon{position: relative;overflow: hidden;width: 23px; height: 23px;}
#section02 .con02 ul li .icon .i01{position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 23px; height: 23px;background: url(/assets/images/main/sec02_icon01_mob.png) right no-repeat;background-size: 23px;}
#section02 .con02 ul li p{color: var(--co01);}

/* section03 */
#section03{position: relative;padding: 60px 0 125px;height: auto;background: url(/assets/images/main/sec03_bg01_mob.jpg)center no-repeat; background-size: cover;overflow: hidden;}
#section03 .con_wrap{display: block; align-items: center;}
#section03 .con{width: 100%;}
#section03 .con01{width: 100%;}
#section03 .con01 .sec_tit{text-align: center;}
#section03 .con01 .sec_tit{margin-bottom: 30px;}
#section03 .con01 .sec_tit span{color: #666;}
#section03 .con01 .sec_tit strong{font-weight: 400;}
#section03 .con01 .sec_tit i{display: none;}
#section03 .con01 .more_btn{position: absolute;bottom: 60px;left: 50%;transform:translateX(-50%);}

#section03 .con02{position: relative;height: 250px;display: flex;align-items: flex-end;padding-left: 0px;}
#section03 .con02 .box_wrap{position: relative;display: block;flex-wrap: wrap;gap: 0px;width: 100%;height: 100%;}
#section03 .con02 .box_wrap .box_slide_wrap{display: flex;gap:10px;position: relative;width: 100%;}
#section03 .con02 .box_wrap .box_slide_wrap:nth-child(2){transform: translateY(0px);}
#section03 .con02 .box_wrap .box_slide01{display: flex;gap:10px;position: absolute;left: 10px;top: 0px;width: max-content;animation: img-scrolling01 30s linear infinite;will-change: transform;}
#section03 .con02 .box_wrap .box_slide02{display: flex;gap:10px;position: absolute;left: 0;top: 0px;width: max-content;animation: img-scrolling02 30s linear infinite;will-change: transform;}
/* #section03 .con02 .box_wrap:hover .box_slide01{animation-play-state: initial;}
#section03 .con02 .box_wrap:hover .box_slide02{animation-play-state: initial;} */
#section03 .con02 .box_wrap .box{margin-bottom: 0px;border:1px solid #ddd; box-shadow: 4px 4px 8px rgba(51,51,51,.12);}
#section03 .con02 .box_wrap .box a{display: block;width: 190px;background: #fff;padding: 20px 15px;}
#section03 .con02 .box_wrap .box .top{position: relative;width: 100%;z-index: 1;}
#section03 .con02 .box_wrap .box .top::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 1px; background: var(--co01); z-index: -1;}
#section03 .con02 .box_wrap .box .top .tag{position: relative;display: flex;align-items: center;width: fit-content;height: 19px; padding: 0px 8px; background: var(--co01); color: #fff;font-size: 11px;border-radius:14px;margin-bottom: 15px;}
#section03 .con02 .box_wrap .box .top .tag::after{content:'';position: absolute; top: 50%; right: -10px;width: 10px; height: 105%; background: #fff; transform:translateY(-50%);}
#section03 .con02 .box_wrap .box .txt p{font-size: 13px; color: #222;font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#section03 .con02 .box_wrap .box .txt span{display: block;font-size: 11px; color: #666; line-height: 17px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; word-wrap:break-word;margin-top: 8px;}
#section03 .con02 .box_wrap .box em{display: block;font-size: 11px; color: #999;font-weight: 400; margin-top: 25px;}
@keyframes img-scrolling01{
0%{transform: translate3d(100%, 0, 0);}
100%{transform: translate3d(0, 0, 0);}
}

@keyframes img-scrolling02{
0%{transform: translate3d(0, 0, 0);}
100%{transform: translate3d(-100%, 0, 0);}
}

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section04 .sec_tit{text-align: center;}
#section04 .slide_wrap{position: relative;}
#section04 .slide_wrap ul{display: flex;gap:8px;width: max-content;}
#section04 .slide_wrap ul.sec04_slide01{transform:translateX(-70px);margin-bottom: 60px;}
#section04 .slide_wrap ul.sec04_slide02{position: absolute;right: 0;top: 53px;transform:translateX(210px);margin-left: auto;flex-direction: row-reverse;}
#section04 .slide_wrap ul.sec04_slide03{transform:translateX(-70px);}
#section04 .slide_wrap ul li{width: 135px;}
#section04 .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:33.333%;border:1px solid #ddd; background: #fff;}
#section04 .slide_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#section04 .more_btn{margin: 30px auto 0; }

/* section05 */
#section05{padding: 0;}
#section05 ul.sec05_slide{padding: 0 ;}
#section05 ul.sec05_slide li .box_wrap{position: relative;display: flex;flex-direction: column;align-items: center;justify-content: space-between;gap:0px;height: auto;}
#section05 ul.sec05_slide li .box_wrap .txt_box{display: flex;flex-direction: column;justify-content: space-between;position: absolute;max-width: initial;height: 100%;width: 100%;left: 2.6%; bottom: 0px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt{max-width: 245px;padding-bottom: 60px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .sec_tit{text-align: center;padding-top: 60px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .sec_tit strong{margin-bottom: 0;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top{position: relative;padding-bottom: 15px; margin-bottom: 10px;border-bottom: 2px solid #ddd;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top::after{content:'';position: absolute; left: 0; bottom: -2px;width: 0px; height: 3px; background: var(--co01);transition:1s;}
#section05 ul.sec05_slide li.slick-active .box_wrap .txt_box .txt .top::after{width: 35px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top p{font-size: 14px; color: #222; }
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top strong{display: inline-block;margin-left: 7px;font-size: 24px; color: #222; font-weight: 700;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li{position: relative;padding-left: 11px;font-size: 11px; color: #666;line-height: 1.5;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li:not(:last-child){margin-bottom: 5px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li::after{content:'';position: absolute; left: 0; top: 6px;width: 3px; height: 3px; border-radius:50%; background: var(--co01);}

#section05 ul.sec05_slide li .box_wrap .img_box{}

#section05 ul.sec05_slide .slick-prev{position: absolute; left: 2.6%;top: 50%; transform:translateY(-50%);width: 15px; height: 27px; background: url(/assets/images/main/sec05_prev_mob.png)center no-repeat; background-size: cover;text-indent: -9999px;}
#section05 ul.sec05_slide .slick-next{position: absolute; right: 2.6%;top: 50%; transform:translateY(-50%);width: 15px; height: 27px; background: url(/assets/images/main/sec05_next_mob.png)center no-repeat; background-size: cover;text-indent: -9999px;}

/* section06 */
#section06{background: url(/assets/images/main/sec06_bg01_mob.jpg)center no-repeat; background-size: cover;padding-bottom: 105px;}
#section06 .inner{display: flex;align-items: center;flex-wrap:wrap;gap:60px;}
#section06 .txt_con{width: 100%;}
#section06 .txt_con .sec_tit{text-align: center;}
#section06 .txt_con .sec_tit{margin-bottom: 30px;}
#section06 .txt_con .sec_tit strong{font-weight: 400;font-size: 29px;}
#section06 .txt_con .sec_tit strong br:last-child{display: none;}
#section06 .txt_con .sec_tit i{display: none;}
#section06 .txt_con .more_btn_wrap{display: flex;justify-content: center;gap:7px;}

#section06 .online_con{width: 100%;padding-left: 0px;}
#section06 .online_con strong.tit{position: relative;padding-left: 10px;display: block;font-size: 20px; color: #222; font-weight: 700; margin-bottom: 20px;}
#section06 .online_con strong.tit::after{content:'';position: absolute; left: 0; top: 3px;width: 2px; height: 16px; background: var(--co01);}
#section06 .online_con .chk_wrap{display: flex;align-items: center;gap:15px;margin-bottom: 15px;}
#section06 .online_con .input_wrap{display: flex;flex-wrap:wrap;gap:7px;}
#section06 .online_con .input_wrap .input{position: relative;width: 100%;}
#section06 .online_con .input_wrap .input01{width: calc((100% - 7px) / 2);}
#section06 .online_con .input_wrap .input input[type="text"]{width: 100%;height: 35px;background: #f5f5f5; border:0;font-size: 12px; color: #222;padding: 0 12px 0 45px;}
#section06 .online_con .input_wrap .input input[type="text"]:focus{outline:0;}
#section06 .online_con .input_wrap .input label{position: absolute; top: 12px; left: 12px;font-size: 12px; color: #999;transition:.3s;}
#section06 .online_con .input_wrap .input input[type="text"]:focus + label{top: 7px;font-size: 9px; }
#section06 .online_con .input_wrap .input input[type="text"]:valid + label{top: 7px;font-size: 9px; }
#section06 .online_con .input_wrap .input label b{color: var(--co01); font-weight: 400;}
#section06 .online_con .input_wrap .input select{width: 100%;height: 35px; border:0;font-size: 12px; color: #222;padding: 0 12px;background: url(/assets/images/main/select_icon01_mob.png)center right 12px no-repeat #f5f5f5; background-size: 12px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section06 .online_con .input_wrap .input select:focus{outline:0;}
#section06 .online_con .input_wrap .input textarea{width: 100%; background: #f5f5f5; resize:none;padding: 18px 12px; height: 110px; border:0;font-size: 12px; color: #222;}
#section06 .online_con .input_wrap .input textarea:focus{outline:0;}
#section06 .online_con .input_wrap .input textarea:focus + label{top: 7px;font-size: 9px; }
#section06 .online_con .input_wrap .input textarea:valid + label{top: 7px;font-size: 9px; }

#section06 .online_con .pri_wrap{display: flex;align-items: center;gap:5px;margin-top: 15px;}
#section06 .online_con .pri_wrap input[type="checkbox"]{display: none;}
#section06 .online_con .pri_wrap input[type="checkbox"] + label{position: relative;padding-left: 18px; font-size: 12px; color: #666;cursor:pointer;}
#section06 .online_con .pri_wrap input[type="checkbox"] + label::after{content:'';position: absolute; left: 0; top: 0; border:1px solid #bbb; width: 12px; height: 12px;}
#section06 .online_con .pri_wrap input[type="checkbox"]:checked + label::after{content:'✓';border:1px solid var(--co01);color: #fff;font-size: 11px;line-height: 11px;text-align: center;background: var(--co01);}
#section06 .online_con .pri_wrap .pri_pop_btn{font-size: 12px; color: #222; font-weight: 500; cursor:pointer;}
#section06 .online_con .submit_btn{position: relative;display: flex; align-items: center; justify-content: center;width: 100%;height: 35px; border-radius:30px; background: var(--co01);font-size: 12px; color: #fff;margin-top: 20px;overflow: hidden;}
#section06 .online_con .submit_btn::after{content: '';opacity: 0;position: absolute;left: 0%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .3) 100%);transition: .7s; border-radius: 25px;}
#section06 .online_con .submit_btn:hover::after{opacity: 1; left: 50%;}

/*quick_menu*/
.quick_menu{position: fixed;bottom: 0;right: 0; line-height: 1;width: 100%;}
.quick_menu.rel{position: absolute;bottom: 310px;}
.quick_menu ul{display: flex;width: 100%;}
.quick_menu ul li{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:5px; width: 33.33%; height: 45px;background: #222;transition:.4s;}
.quick_menu ul li:hover{opacity: .8;}
.quick_menu ul li:first-child{display: none;width: 55px; height: 155px;}
.quick_menu ul li:not(:last-child){margin-bottom: 0px;border-right: 1px solid rgba(255,255,255,.2);}
.quick_menu ul li img{height: 18px;}
.quick_menu ul li a{display: flex; align-items: center; justify-content: center;flex-direction: column;width: 100%; height: 100%;font-size: 15px; color: #fff;}
.quick_menu ul li i{display: block;height: 8px;}
.quick_menu ul li.top_btn{cursor:pointer;font-size: 12px; color: #fff; font-weight: 700;}
.quick_menu ul li.top_btn img{height: 6px;}


/* footer */
#footer{position: relative;line-height: 1;padding-top: 30px;border-top: 1px solid #ddd;}
#footer .f_con{display: block;justify-content: space-between; margin-bottom: 30px;}
#footer .f_con .f_logo{display: block;margin: 0 auto 72px; width: fit-content;}
#footer .f_con .f_logo img{width: 114px;}
#footer .f_con address div:not(:last-child){margin-bottom: 10px;}
#footer .f_con address p{font-size: 12px; line-height: 21px;color: #666;text-align: center;}
#footer .f_con address p b{display: inline-block;color: #222; font-weight: 700;margin-right: 6px;}
#footer .f_con address p i{display: inline-block;width: 15px;}
#footer .f_con address p i:nth-of-type(2),
#footer .f_con address p i:nth-of-type(4){display: block; width: 0;}

#footer .f_con .family_wrap{position: absolute;top: 75px; left: 50%; transform:translateX(-50%);}
#footer .f_con .family_wrap .fa_btn{display: flex;align-items: center; justify-content: space-between;width: 140px; height: 35px;background: #ddd; border-radius:30px; padding: 0 12px;}
#footer .f_con .family_wrap .fa_btn p{font-size: 12px; color: #222;}
#footer .f_con .family_wrap .fa_btn em{position: relative;display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius:50%; background: #fff;transition:.4s;}
#footer .f_con .family_wrap .fa_btn em::before{content:'';position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 2px; height: 8px; background: #222;transition:.3s;}
#footer .f_con .family_wrap .fa_btn em::after{content:'';position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 8px; height: 2px; background: #222;transition:.3s;}
#footer .f_con .family_wrap .fa_btn.on em::before{transform:translate(-50%,-50%) rotate(230deg);left: 41%;height: 6px;}
#footer .f_con .family_wrap .fa_btn.on em::after{transform:translate(-50%,-50%) rotate(45deg);left: 62%;width: 6px;}
#footer .f_con .family_wrap ul{display: none;position: absolute;top: 37px;left: 0;width: 100%;padding: 15px 12px; border-radius:15px;background: #ddd; max-height: 85px;overflow-y: scroll;}
#footer .f_con .family_wrap ul::-webkit-scrollbar {width: 5px;  /* 스크롤바의 너비 */}
#footer .f_con .family_wrap ul::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #bbb; /* 스크롤바의 색상 */border-radius: 10px;}
#footer .f_con .family_wrap ul::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}
#footer .f_con .family_wrap ul li:not(:last-child){margin-bottom: 10px;}
#footer .f_con .family_wrap ul li a{font-size: 12px; color: #222;} 

#footer .copy{padding: 12px 0; border-top: 1px solid #ddd;}
#footer .copy p{font-size: 11px; color: #999;text-align: center;}

/* ＝＝＝＝＝＝＝sub＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#header.sub_header{position: fixed;}
#header.sub_header h1 a{background: url(/assets/images/sub/sub_logo01_mob.png)center no-repeat;background-size: cover;}
#header.sub_header::after{background: #ddd;}
#header.sub_header .gnb span a{color: #222;}
#header.sub_header .gnb.on span a{color: #fff;}
#header.sub_header.on::after{background: rgba(255, 255, 255, .2);}

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

#header.sub_header.nav::after{background: rgba(255, 255, 255, .2);}
#header.sub_header.nav h1 a{background: url(/assets/images/main/main_logo01_mob.png)center no-repeat;background-size: cover;}
#header.sub_header.nav .nav_btn::before{background: #fff;}
#header.sub_header.nav .nav_btn::after{background: #fff;}
#header.sub_header.nav .nav_btn span{background: #fff;}


#sub_visual_wrap{position: relative;	height: 235px; padding: 60px 0 50px; background: #f4f7fe;line-height: 1; margin-top: 50px;}
#sub_visual_wrap ul.sub_nav{display: flex;gap:22px; align-items: center;margin-bottom: 24px;}
#sub_visual_wrap ul.sub_nav li{position: relative;font-size: 12px; color: #aaa; font-weight: 700;}
#sub_visual_wrap ul.sub_nav li:last-child{color: #222;}
#sub_visual_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; right: -11px; top: 50%; transform:translateY(-50%); width: 1px; height: 8px; background: #ddd;}
#sub_visual_wrap ul.sub_nav li img{width: 11px;}
#sub_visual_wrap h2{font-size: 35px; color: #222; font-weight: 700;}
#sub_visual_wrap em{position: absolute;right: 2.6%; top: 50%; transform:translateY(-50%);font-size: 28px;font-weight: 700;color: var(--co01); opacity: .1;}

.tab_menu_pc{display: none;}
.tab_menu_pc ul{display: flex;flex-wrap:wrap;gap:50px;margin-top: 25px;}
.tab_menu_pc ul li a{font-size: 25px; color: #aaa; font-weight: 700;}
.tab_menu_pc ul li.on a{color: #222;}

.tab_menu_mob{position: relative;display: block;margin-top: 22px;width:140px;}
.tab_menu_mob .menu01{display: flex;align-items: center; justify-content: space-between;height: 35px;border-bottom: 1px solid #ddd;}
.tab_menu_mob .menu01 p{font-size: 14px; color: #222; font-weight: 700;}
.tab_menu_mob .menu01 img{width: 13px;transition:.3s;}
.tab_menu_mob .menu01.on img{width: 12px;transform:rotate(180deg);}
.tab_menu_mob ul{position: absolute; top: 45px;left: 0;display: none;padding: 13px 15px; background: #fff; z-index: 10;width: 100%; border-radius:10px; box-shadow: 3px 3px 10px rgba(0,0,0,.15);}
.tab_menu_mob ul li a{font-size: 12px; color: #aaa; font-weight: 700;}
.tab_menu_mob ul li:not(:last-child){margin-bottom: 10px;}
.tab_menu_mob ul li.on a{color: #222;}

ul.depth03_wrap{display: flex;align-items: center; justify-content: center;flex-wrap:wrap;gap:5px; margin:0 auto 40px;width: calc(100% - 4%);}
ul.depth03_wrap li{flex:initial; width: calc((100% - 5px) / 2);}
ul.depth03_wrap li a{display: flex; align-items: center; justify-content: center; width: 100%; height: 30px;background: #f5f5f5; border-radius:30px;font-size: 12px; color: #666;transition:.3s;text-align: center;line-height: 1.2;}
ul.depth03_wrap li.on a{background: var(--co01);color: #fff;font-weight: 700;}
ul.depth03_wrap li:hover a{background: var(--co01);color: #fff;}

#sub_contents{padding: 50px 0px 105px;}

/* 공통 */
h4.h4_tit01{font-size: 18px; color: #333; font-weight: 700;margin-bottom: 20px;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .tit{margin-bottom: 20px;}
.sub0101_wrap .tit span{position: relative;display: block;width: fit-content;font-size: 14px; color: var(--co01); font-weight: 700; margin-bottom: 15px;}
.sub0101_wrap .tit span::after{content:''; position: absolute; left: calc(100% + 10px); top: 50%; transform:translateY(-50%); width: 0px; height: 1px; background: var(--co01);transition:1s;}
.sub0101_wrap .tit span.on::after{width: 35px;}
.sub0101_wrap .tit p{font-size: 20px; color: #222; line-height: 1.8;font-weight: 700;}

.sub0101_wrap .con_wrap{display: flex;gap:20px;}
.sub0101_wrap .img_con{position: relative;width: 100%;padding-bottom: 0;}
.sub0101_wrap .img_con .img01{width: calc(100% - 50px);transform: translateX(0px);}
.sub0101_wrap .img_con .img01 img{width: 100%;max-width: 500px;}
.sub0101_wrap .img_con .img02{position: absolute; top: 50px; right: 0;width: calc(100% - 150px); height: 300px;}
.sub0101_wrap .img_con .img02 img{width: 100%;max-width: 320px;margin-left: auto;display: block;height: 100%;object-fit: cover;}

.sub0101_wrap .img_con img{max-width: 100%;}
.sub0101_wrap .img_con .txt{font-size: 80px; color: rgba(170,170,170,.1); font-weight: 700;margin-top: 30px;line-height: 80px;transform: translateX(0px);}

.sub0101_wrap .txt_con{width: 100%;}
.sub0101_wrap .txt_con strong{display: block;font-size: 15px; line-height: 1.6;color: #222;font-weight: 700;}
.sub0101_wrap .txt_con strong i{display: none;}
.sub0101_wrap .txt_con .p_wrap{margin-top: 12px;}
.sub0101_wrap .txt_con .p_wrap p{font-size: 13px; color: #666; line-height: 1.5;}
.sub0101_wrap .txt_con .p_wrap p br{display: none;}
.sub0101_wrap .txt_con .p_wrap p:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .txt_con .bot{margin-top: 20px;}
.sub0101_wrap .txt_con .bot p{font-size: 13px; color: #222;}
.sub0101_wrap .txt_con .bot p em{font-weight: 700;}

@media screen and (max-width:490px) {
.sub0101_wrap .img_con .img02{top: 35px;height: 250px;}
}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{position: relative;width: 100%; margin-bottom: 60px;}
.sub0102_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:120%;}
.sub0102_wrap .con01 .map_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;}
.sub0102_wrap .con01 .txt_box{display: flex;flex-direction: column;gap: 20px;align-items: flex-start; justify-content: flex-start;position: absolute; bottom: 0; left: 0; width: 100%; background: var(--co01); padding: 20px; border-radius: 0 30px 0 0;}
.sub0102_wrap .con01 .txt_box .txt{width: 100%;}
.sub0102_wrap .con01 .txt_box strong{display: block;font-size: 14px; font-weight: 700;color: #fff;margin-bottom: 10px;line-height: 1.4;}
.sub0102_wrap .con01 .txt_box ul li{display: flex;}
.sub0102_wrap .con01 .txt_box ul li:not(:last-child){margin-bottom: 10px;}
.sub0102_wrap .con01 .txt_box ul li p{display: flex; align-items: center;gap:5px;width: 75px;font-size: 13px; color: #fff; font-weight: 700;}
.sub0102_wrap .con01 .txt_box ul li p img{width: 12px;}
.sub0102_wrap .con01 .txt_box ul li:nth-child(2) p img{font-size: 16px;}
.sub0102_wrap .con01 .txt_box ul li span{display: block;font-size: 13px; color: #fff;}
.sub0102_wrap .con01 .txt_box ul li span b{display: inline-block;font-weight: 700; margin-right: 10px;vertical-align: middle;}
.sub0102_wrap .con01 .txt_box a{display: flex; align-items: center; justify-content: center;width: 140px; height: 35px; background: #fff;font-size: 13px; color: #222; border-radius:30px;margin-left: auto;}

.sub0102_wrap .con02 .box_wrap{border-top: 2px solid #222;}
.sub0102_wrap .con02 .box_wrap .box{display: flex;align-items: center;flex-direction: column;gap:20px;padding: 20px 30px; border-bottom: 1px solid #ddd;}
.sub0102_wrap .con02 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;width: 60px; height: 60px; background: #f4f7fe; border-radius:50%}
.sub0102_wrap .con02 .box_wrap .box .icon img{transform:scale(0.6);}
.sub0102_wrap .con02 .box_wrap .box .txt{width: 100%;}
.sub0102_wrap .con02 .box_wrap .box .txt strong{display: block;font-size: 14px; color: #333; font-weight: 700; margin-bottom: 12px;text-align: center;}
.sub0102_wrap .con02 .box_wrap .box .txt strong b{display: inline-block;font-size: 13px; color: var(--co01);margin-left: 5px;font-weight: 700;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li{display: flex;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li:not(:last-child){margin-bottom: 6px;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li p{width: 75px;font-size: 13px;color: #333; font-weight: 700;line-height: 1.4;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span{width: calc(100% - 75px);font-size: 13px; color: #666;line-height: 1.4;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em{display: inline-block; width: 16px; height: 16px; font-size: 11px; line-height: 16px;margin: 0 3px;text-align: center;border-radius:50%; color: #fff;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em.co01{background: #053393;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em.co02{background: #606d00;}
.sub0102_wrap .con02 .box_wrap .box:nth-child(2) .txt ul li span{margin: 0 auto;text-align: center;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .tit{margin-bottom: 20px;}
.sub0201_wrap .tit p{font-size: 18px; color: #222; font-weight: 700;}
.sub0201_wrap ul.p_list{display: flex;flex-wrap:wrap;gap:20px;}
.sub0201_wrap ul.p_list li{position: relative;width: calc((100% - 20px) / 2);}
.sub0201_wrap ul.p_list li .img_wrap{position:relative; width:100%; padding-bottom:130.435%;}
.sub0201_wrap ul.p_list 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;}
.sub0201_wrap ul.p_list li .txt_wrap{position: absolute;left: 0; bottom: 0; width: 100%;z-index: 100;background: rgba(0,0,0,.5);padding: 12px 15px;transition:.4s;}
.sub0201_wrap ul.p_list li:hover .txt_wrap{padding: 15px 20px;}
.sub0201_wrap ul.p_list li .txt_wrap strong{display: block;font-size: 18px;color: #fff;}
.sub0201_wrap ul.p_list li .txt_wrap strong b{display: inline-block;font-size: 12px; font-weight: 400;margin-left: 5px;}
.sub0201_wrap ul.p_list li .txt_wrap span{display: block;font-size: 12px;color: var(--co02);margin-top: 7px;}

/* sub0201_view */
.sub0201_view_wrap{line-height: 1; margin-top: 50px;}
.sub0201_view_wrap .top{margin-bottom: 30px;}
.sub0201_view_wrap .top a{display: flex;align-items: center;gap:10px;font-size: 18px; color: #222; font-weight: 700;}
.sub0201_view_wrap .top img{width: 18px;}

.sub0201_view_wrap .con:not(:last-child){margin-bottom: 60px;}

.sub0201_view_wrap .con01{position: relative;display: flex;align-items: flex-end;gap:30px;}
.sub0201_view_wrap .con01::before{content:'';position: absolute; right: 20px; bottom: 20px; background: url(/assets/images/sub/sub0201_view_bg01.png)center no-repeat;width: 110px; height: 100px; background-size: cover;}
.sub0201_view_wrap .con01 .con01_bg{content:'';position: absolute; right: 0; bottom: 0; background: #f5f5f5; width: 100vw; z-index: -1;}
.sub0201_view_wrap .con01 .img_box{width: 100%;padding: 0px 20px;}
.sub0201_view_wrap .con01 .img_box img{display: block;margin: 0 auto;width: 100%;max-width: 528px;}

.sub0201_view_wrap .con01 .txt_box{width: 100%;}
.sub0201_view_wrap .con01 .txt_box .tit{margin-bottom: 20px;}
.sub0201_view_wrap .con01 .txt_box .tit em{display: block;font-size: 14px; color: var(--co02); font-weight: 700;margin-bottom: 12px;}
.sub0201_view_wrap .con01 .txt_box .tit p{font-size: 18px; color: #222; margin-bottom: 20px;}
.sub0201_view_wrap .con01 .txt_box .tit p strong{display: inline-block;font-size: 30px; color: #222; font-weight: 700;margin-right: 6px;}
.sub0201_view_wrap .con01 .txt_box .contact{display: flex;gap:15px;align-items: center;}
.sub0201_view_wrap .con01 .txt_box .contact .box{display: flex;align-items: center;gap:7px;font-size: 13px; color: #666;}
.sub0201_view_wrap .con01 .txt_box .contact .box:nth-child(1) img{width: 18px;}
.sub0201_view_wrap .con01 .txt_box .contact .box:nth-child(2) img{width: 14px;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap{display: flex;gap:20px;padding: 20px 0;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul{width: 100%;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li{position: relative;font-size: 14px; color: #666;padding-left: 15px;line-height: 1.4;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li::after{content:'';position: absolute; left: 0; top: 8px; width: 3px; height: 3px; background: var(--co01); border-radius:50%;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li:not(:last-child){margin-bottom: 6px;}

.sub0201_view_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;border-top: 2px solid #222;border-bottom: 1px solid #ddd;}
.sub0201_view_wrap .con02 .box_wrap .box{position: relative;width: 100%;padding: 20px;}
.sub0201_view_wrap .con02 .box_wrap .box:nth-child(2n-1)::after{content:'';display: none;position: absolute; right: 0; top: 50%; transform:translateY(-50%);height: calc(100% - 80px);width: 1px; background: #ddd; }
.sub0201_view_wrap .con02 .box_wrap .box em{display: flex; align-items: center; justify-content: center; width: 100px; height: 30px;background: var(--co01); border-radius: 20px;margin-bottom: 15px;font-size: 14px; color: #fff;font-weight: 400;}
.sub0201_view_wrap .con02 .box_wrap .box em.tag02{background: var(--co03);}
.sub0201_view_wrap .con02 .box_wrap .box em b{font-weight: 700;}
.sub0201_view_wrap .con02 .box_wrap .box strong{display: block;font-size: 18px; color: #222; font-weight: 700;margin-bottom: 15px;}
.sub0201_view_wrap .con02 .box_wrap .box ul li{position: relative;padding-left: 15px;font-size: 13px; line-height: 1.5;color: #666;}
.sub0201_view_wrap .con02 .box_wrap .box ul li::after{content:'';position: absolute;left: 0;top: 8px;width: 3px; height: 3px; background: var(--co01); border-radius:50%;}

/*sub03 - 공통*/
.sub03_wrap{line-height: 1;}
.sub03_wrap .con_wrap{display: flex;align-items: center; flex-wrap:wrap; gap:20px;}
.sub03_wrap .img_con{position: relative;width: 100%;}
.sub03_wrap .img_con .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--co03);opacity: .8;}
.sub03_wrap .img_con .img_wrap{position:relative; width:100%; padding-bottom:75%;}
.sub03_wrap .img_con .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;}

.sub03_wrap .txt_con{width: 100%;}
.sub03_wrap .txt_con .txt01 strong{display: block;font-size: 22px; color: #333; font-weight: 700;margin-bottom: 15px;}
.sub03_wrap .txt_con .txt01 p{font-size: 13px; color: #666; line-height: 1.6;}
.sub03_wrap .txt_con .txt01 p i{display: block; height: 10px;}
.sub03_wrap .txt_con .txt01 p br{display: none;}

.sub03_wrap .txt_con ul.list01 li{position: relative;font-size: 13px; color: #666; line-height: 1.4;	padding-left: 12px;}
.sub03_wrap .txt_con ul.list01 li:not(:last-child){margin-bottom: 3px;}
.sub03_wrap .txt_con ul.list01 li::after{content:'';position: absolute; left: 0; top: 7px; width: 3px; height: 3px; background: var(--co01); border-radius:50%;}

.sub03_wrap .txt_con .txt_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub03_wrap .txt_con .txt_wrap .box .tit{position: relative;margin-bottom: 15px;}
.sub03_wrap .txt_con .txt_wrap .box .tit::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 1px; background: #ddd;z-index: -1;}
.sub03_wrap .txt_con .txt_wrap .box .tit em{display: flex; align-items: center;justify-content: center;width: 140px; height: 30px; border-radius:20px; background: var(--co01);font-size: 13px; color: #fff; font-weight: 700;}
.sub03_wrap .txt_con .txt_wrap .box .tit02 em{background: var(--co03);}

.sub0301_wrap .txt_con .txt01{margin-bottom: 15px; padding-bottom: 15px;border-bottom: 1px solid #ddd;}

.sub0303_wrap .img_con{position: relative;height: 290px;padding: 20px;border:1px solid #ddd;}
.sub0303_wrap .img_con .img_box{width: 310px;}
.sub0303_wrap .img_con .box{position: absolute;}
.sub0303_wrap .img_con .box strong{display: block;font-size: 13px;font-weight: 700;color: var(--co01);margin-bottom: 10px;}
.sub0303_wrap .img_con .box p{font-size: 12px; color: #666; line-height: 1.5;}
.sub0303_wrap .img_con .box .icon{display: flex;align-items: center; justify-content: center;width: 100px; height: 100px; border-radius:50%; background: var(--co01);}
.sub0303_wrap .img_con .box .icon img{height: 35px;}
.sub0303_wrap .img_con .box em{display: block;position: absolute;background: #ddd;z-index: -1;}
.sub0303_wrap .img_con .box em.line01{width: 20px; height: 2px;}
.sub0303_wrap .img_con .box em.line02{width: 2px; height: 50px;}

.sub0303_wrap .img_con .box01{left: 0px; top: 0px;transform: initial;}
.sub0303_wrap .img_con .box01 .txt{transform: initial;}
.sub0303_wrap .img_con .box01 .icon{margin-top: 15px;margin-left: 55px;}
.sub0303_wrap .img_con .box01 em.line01{right: initial;top: 124px;left: 35px;}
.sub0303_wrap .img_con .box01 em.line02{right: initial;top: 75px;left: 34px;}

.sub0303_wrap .img_con .box02{right: 0px; bottom: 0px;left: initial;transform: initial;}
.sub0303_wrap .img_con .box02 strong{color: var(--co03);}
.sub0303_wrap .img_con .box02 .icon{background: var(--co03);margin-bottom: 15px;margin-right: initial;transform: translateX(-10px);}
.sub0303_wrap .img_con .box02 .txt{padding-left: 0px;text-align: right;transform: initial;}
.sub0303_wrap .img_con .box02 em.line01{left: initial;bottom: initial;right: 43px;top: 52px;}
.sub0303_wrap .img_con .box02 em.line02{left: initial;bottom: initial;right: 41px;top: 52px;}

/* sub0304_wrap */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0304_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;border-top: 2px solid var(--co01);}
.sub0304_wrap .con01 .box_wrap .box{display: flex;align-items: center;width: 100%; padding: 30px 20px;border-bottom: 1px solid #ddd;flex-direction: column;gap: 20px;padding: 30px 0;}
.sub0304_wrap .con01 .box_wrap .box:last-child{display: none;}
.sub0304_wrap .con01 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;width: 120px; }
.sub0304_wrap .con01 .box_wrap .box .icon img{display: block;transform:scale(0.8);}
.sub0304_wrap .con01 .box_wrap .box .txt{width: 100%;text-align: center;}
.sub0304_wrap .con01 .box_wrap .box .txt strong{display: block;font-size: 15px; color: #222; font-weight: 700;}
.sub0304_wrap .con01 .box_wrap .box .txt p{font-size: 13px;color: #666; line-height: 1.6;margin-top: 12px;}
.sub0304_wrap .con01 .box_wrap .box .txt p br{display: none;}
.sub0304_wrap .con01 .box_wrap .box .txt p span{font-size: 12px;color: var(--co01);}

.sub0304_wrap .con02 .box_wrap{display: flex;gap:30px;flex-direction: column;}
.sub0304_wrap .con02 .box_wrap .box{position: relative; width: 100%;border:1px solid #ddd;}
.sub0304_wrap .con02 .box_wrap .box:not(:last-child)::after{content:''; position: absolute;right: initial;left: 50%;transform:translateX(-50%) rotate(90deg);top: initial; bottom: -24px;background: url(/assets/images/sub/sub0304_arr01.png)center no-repeat; width: 10px; height: 16px; background-size: cover;}
.sub0304_wrap .con02 .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 35px; background: var(--co01);}
.sub0304_wrap .con02 .box_wrap .box .tit p{font-size: 14px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap{padding: 20px 15px;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 14px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap .icon{margin: 10px auto 10px;width: fit-content;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap .icon img{width: 75px;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap p{font-size: 12px; color: #666; line-height: 1.5;text-align: center;}	 
.sub0304_wrap .con02 .box_wrap .box .txt_wrap p br{display: none;}

/* sub0306_wrap */
.sub0306_wrap{line-height: 1;}
.sub0306_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0306_wrap .con01 .box_wrap{display: flex;gap:30px;flex-direction: column;}
.sub0306_wrap .con01 .box_wrap .box{position: relative; width: 100%;border:1px solid #ddd;}
.sub0306_wrap .con01 .box_wrap .box:not(:last-child)::after{content:''; position: absolute;right: initial;left: 50%;transform:translateX(-50%) rotate(90deg);top: initial; bottom: -24px;background: url(/assets/images/sub/sub0304_arr01.png)center no-repeat; width: 10px; height: 16px; background-size: cover;}
.sub0306_wrap .con01 .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 35px; background: var(--co01);}
.sub0306_wrap .con01 .box_wrap .box .tit p{font-size: 14px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap{padding: 20px 15px;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 14px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap .icon{margin: 10px auto 0px;width: fit-content;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap .icon img{width: 75px;}

.sub0306_wrap .con02 .box_wrap{display: flex;gap:10px;flex-direction: column;}
.sub0306_wrap .con02 .box_wrap .box{position: relative; width: 100%;border:1px solid #ddd;}
.sub0306_wrap .con02 .box_wrap .box .icon{display: flex; align-items: center; justify-content: center;height: 120px; background: #f5f5f5;border-bottom: 1px solid #ddd;}
.sub0306_wrap .con02 .box_wrap .box .icon .img{display: flex; align-items: center;justify-content: center;flex-wrap:wrap;width: 80px;}
.sub0306_wrap .con02 .box_wrap .box .icon .img img{width: 40px;}
.sub0306_wrap .con02 .box_wrap .box:nth-child(3) .icon .img img:first-child,
.sub0306_wrap .con02 .box_wrap .box:nth-child(4) .icon .img img:first-child{margin: 0 10px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap{padding: 20px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap strong{display: flex; align-items: center; justify-content: center;font-size: 13px;width: 100px; height: 25px; color: #fff;font-weight: 600;border-radius:20px; background: var(--co01); margin: 0 auto 10px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap p{font-size: 12px; color: #666; line-height: 1.5;text-align: center;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap p b{color: var(--co01);}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap p br{display: none;}
.sub0306_wrap .con02 .arr{width: fit-content;margin: 10px auto 10px;}
.sub0306_wrap .con02 .arr img{width: 100%;max-width: 540px;}
.sub0306_wrap .con02 .txt_box{width: 100%;padding: 20px;background: #f5f5f5;}
.sub0306_wrap .con02 .txt_box p{font-size: 12px; color: #666; line-height: 1.5;text-align: center;}
.sub0306_wrap .con02 .txt_box p br{display: none;}

/* sub0307_wrap */
.sub0307_wrap{line-height: 1;}
.sub0307_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0307_wrap .box_wrap{display: flex;gap:20px;flex-wrap:wrap;}
.sub0307_wrap .box_wrap .box{position: relative; width: 100%;border:1px solid #ddd;}
.sub0307_wrap .box_wrap .box:not(:last-child)::after{content:''; position: absolute; right: -23px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub0304_arr01.png)center no-repeat; width: 12px; height: 19px; background-size: cover;}
.sub0307_wrap .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 35px; background: var(--co01);}
.sub0307_wrap .box_wrap .box .tit p{font-size: 14px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0307_wrap .box_wrap .box .txt_wrap{padding: 20px 15px;}
.sub0307_wrap .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 14px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0307_wrap .box_wrap .box .txt_wrap .icon{margin: 10px auto 0px;width: fit-content;}
.sub0307_wrap .box_wrap .box .txt_wrap .icon img{width: 75px;}

.sub0307_wrap .txt01{padding: 20px;background: #f5f5f5; border:1px solid #ddd; border-left: 3px solid var(--co01);margin-bottom: 15px;}
.sub0307_wrap .txt01 strong{display: block;font-size: 14px; color: #333; font-weight: 700;}
.sub0307_wrap .txt01 p{font-size: 13px; color: #666; line-height: 1.5; margin-top: 10px;}
.sub0307_wrap .txt01 p span{font-size: 12px;	color: var(--co01);}
.sub0307_wrap .txt01 p br{display: none;}

.sub0307_wrap .txt02 ul li{position: relative;padding-left: 12px;font-size: 13px; color: #666; line-height: 1.5;}
.sub0307_wrap .txt02 ul li::after{content:'';position: absolute; left: 0; top: 8px; width: 3px; height: 3px;background: var(--co01); border-radius:50%;}
.sub0307_wrap .txt02 ul li:not(:last-child){margin-bottom: 12px;}
.sub0307_wrap .txt02 ul li span{font-size: 12px;	color: var(--co01);}

/* sub0307_3_wrap */
.sub0307_3_wrap .img_wrap{position: relative;border:1px solid #ddd;padding: 30px;}
.sub0307_3_wrap .img_wrap .icon_wrap{display: flex;align-items: center;justify-content: center;flex-wrap:wrap;gap:5px;width: 145px; margin: 0 auto;}
.sub0307_3_wrap .img_wrap .icon{position: relative;}
.sub0307_3_wrap .img_wrap .icon p{position: absolute;top: 50%; transform:translateY(-50%);font-size: 12px; color: #666; line-height: 1.5;width: max-content;z-index: -1;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p{right: 100px;text-align: right;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p{left: 100px;}
.sub0307_3_wrap .img_wrap .icon p::after{content:''; position: absolute;top: 50%;transform:translateY(-50%); width: 5px; height: 5px; background: var(--co01); border-radius:50%;z-index: 10;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p::after{right: -15px;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p::after{left: -15px;}
.sub0307_3_wrap .img_wrap .icon p::before{content:''; position: absolute;top: 50%;transform:translateY(-50%); width: 60px; height: 1px; background: #ddd;z-index: -1;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p::before{right: -70px;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p::before{left: -70px;}
.sub0307_3_wrap .img_wrap .icon img{width: 70px;}
.sub0307_3_wrap .img_wrap .c_txt{display: flex; align-items: center; justify-content: center;position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 50px; height: 50px; background: var(--co03); border-radius:50%; border: 5px solid #aabff8;}
.sub0307_3_wrap .img_wrap .c_txt p{font-size: 11px; color: #fff; line-height: 1.4;font-weight: 600;}

@media screen and (max-width:530px) {
.sub0307_3_wrap .img_wrap{padding: 90px 30px;}
.sub0307_3_wrap .img_wrap .icon p{position: absolute;top: -70px; transform:initial;font-size: 12px; color: #666; line-height: 1.5;width: max-content;z-index: -1;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p{right: 20px;text-align: right;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p{left: 20px;}

.sub0307_3_wrap .img_wrap .icon:nth-child(3) p,
.sub0307_3_wrap .img_wrap .icon:nth-child(4) p{top: initial; bottom: -70px;}

.sub0307_3_wrap .img_wrap .icon p::before{width: 1px; height: 30px;top: 60px;transform:initial;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p::before{right: 0;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p::before{left: 0;}
.sub0307_3_wrap .img_wrap .icon:nth-child(3) p::before,
.sub0307_3_wrap .img_wrap .icon:nth-child(4) p::before{top: initial; bottom: 60px;}

.sub0307_3_wrap .img_wrap .icon p::after{top: 60px;transform:initial;width: 4px; height: 4px; }
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p::after{right: -1.4px;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p::after{left: -1.4px;}
.sub0307_3_wrap .img_wrap .icon:nth-child(3) p::after,
.sub0307_3_wrap .img_wrap .icon:nth-child(4) p::after{top: initial; bottom: 60px;}
}

/* sub0307_4_wrap */
.sub0307_4_wrap .box_wrap02 .box{display: flex;align-items: center;flex-direction: column;justify-content: center;}
.sub0307_4_wrap .box_wrap02 .box:not(:last-child){margin-bottom: 10px;}
.sub0307_4_wrap .box_wrap02 .box .icon{position: relative;width: 80px;padding-bottom: 30px;}
.sub0307_4_wrap .box_wrap02 .box .icon::after{content:'';position: absolute; right: initial; left: 50%; top: initial;bottom: 0; transform:translateX(-50%);width: 1px; height: 30px;background: #ddd;z-index: -1;}
.sub0307_4_wrap .box_wrap02 .box .icon::before{content:'';position: absolute; right: initial; left: 50%; top: initial;bottom: 0; transform:translateX(-50%);width: 5px; height: 5px; background: var(--co01); border-radius:50%;z-index: 10;}
.sub0307_4_wrap .box_wrap02 .box .icon img{width: 80px;}
.sub0307_4_wrap .box_wrap02 .box:nth-child(2) .icon::before{background: var(--co03);}
.sub0307_4_wrap .box_wrap02 .box .txt{width: 100%; border:1px solid #ddd;padding: 20px;text-align: center;}
.sub0307_4_wrap .box_wrap02 .box .txt strong{display: block;font-size: 14px; color: #222; font-weight: 700;}
.sub0307_4_wrap .box_wrap02 .box .txt p{font-size: 12px; color: #666; line-height: 1.5;margin-top: 6px;}

.sub0307_4_wrap .txt01{margin-top: 15px;margin-bottom: 0;}
.sub0307_4_wrap .txt01 ul{margin-top: 10px;}
.sub0307_4_wrap .txt01 ul li{font-size: 12px; color: #222; font-weight: 700;}
.sub0307_4_wrap .txt01 ul li:not(:last-child){margin-bottom: 7px;}
.sub0307_4_wrap .txt01 ul li em{display: inline-block;font-size: 10px; font-weight: 700;color: #fff; margin-right: 5px; width: 16px; height: 16px; line-height: 15px;background: #222; border-radius:50%; text-align: center;}

/* sub0308_wrap */
.sub0308_wrap{line-height: 1;}
.sub0308_wrap .con02 .img_box{border:1px solid #ddd;padding: 20px;padding-bottom: 0;}
.sub0308_wrap .con02 .img_box .img_wrap{position: relative;width: fit-content;margin: 0 auto;padding: 40px 0;}
.sub0308_wrap .con02 .img_box .img_wrap img{width: calc(100% - 30px);margin: 0 auto;display: block;}
.sub0308_wrap .con02 .img_box .img_wrap p{position: absolute;font-size: 13px; color: #222; line-height: 1.6;width: max-content;font-weight: 700;}
.sub0308_wrap .con02 .img_box .img_wrap p.p01{top: 10px;right: 75%;text-align: right;}
.sub0308_wrap .con02 .img_box .img_wrap p.p02{top: 10px;left: 75%;}
.sub0308_wrap .con02 .img_box .img_wrap p.p03{bottom: 10px;right: 75%;text-align: right;}
.sub0308_wrap .con02 .img_box .img_wrap p.p04{bottom: 10px;left: 75%;}
.sub0308_wrap .con02 .img_box strong.c_txt{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);font-size: 16px; color: #222; font-weight: 700;text-align: center;line-height: 1.6;}
.sub0308_wrap .con02 ul{margin-top: 20px;}
.sub0308_wrap .con02 ul li{display: flex;align-items: center;padding: 20px 0; border-top: 1px solid #ddd;}
.sub0308_wrap .con02 ul li .icon{display: flex; align-items: center; justify-content: center;width: 60px;}
.sub0308_wrap .con02 ul li .icon img{width: 20px;}
.sub0308_wrap .con02 ul li p{width: calc(100% - 60px);font-size: 12px;color: #666; line-height: 1.6;}
.sub0308_wrap .con02 ul li p br{display: none;}

/* sub0308_2_wrap */
.sub0308_2_wrap{line-height: 1;}
.sub0308_2_wrap .box_wrap .box{display: flex;align-items: center;flex-direction: column;justify-content: center;}
.sub0308_2_wrap .box_wrap .box:not(:last-child){margin-bottom: 10px;}
.sub0308_2_wrap .box_wrap .box .icon{position: relative;width: 80px;padding-bottom: 30px;}
.sub0308_2_wrap .box_wrap .box .icon em{}
.sub0308_2_wrap .box_wrap .box .icon::after{content:'';position: absolute; right: initial; top: initial;left: 50%;bottom: 0; transform:translateX(-50%);width: 1px; height: 30px;background: #ddd;z-index: -1;}
.sub0308_2_wrap .box_wrap .box .icon::before{content:'';position: absolute; right: initial; top: initial; left: 50%;bottom: 0; transform:translateX(-50%);width: 5px; height: 5px; background: #7ed0df; border-radius:50%;z-index: 10;}
.sub0308_2_wrap .box_wrap .box:nth-child(2) .icon::before{background: #2dbce4;}
.sub0308_2_wrap .box_wrap .box:nth-child(3) .icon::before{background: #2d9de8;}
.sub0308_2_wrap .box_wrap .box:nth-child(4) .icon::before{background: #2a60ee;}
.sub0308_2_wrap .box_wrap .box:nth-child(5) .icon::before{background: #1d35a7;}

.sub0308_2_wrap .box_wrap .box .icon em{display: flex; align-items: center; justify-content: center;width: 80px; height: 80px; font-size: 14px; color: #fff;font-weight: 700; line-height: 1.6;text-align: center; border-radius:50%; border:6px solid #cbecf2; background: #7ed0df;text-transform:uppercase;}
.sub0308_2_wrap .box_wrap .box:nth-child(2) .icon em{background: #2dbce4; border:6px solid #abe4f4;}
.sub0308_2_wrap .box_wrap .box:nth-child(3) .icon em{background: #2d9de8; border:6px solid #abd8f6;}
.sub0308_2_wrap .box_wrap .box:nth-child(4) .icon em{background: #2a60ee; border:6px solid #aabff8;}
.sub0308_2_wrap .box_wrap .box:nth-child(5) .icon em{background: #1d35a7; border:6px solid #a5aedc;}

.sub0308_2_wrap .box_wrap .box .txt{width: 100%; border:1px solid #ddd;padding: 20px;text-align: center;}
.sub0308_2_wrap .box_wrap .box .txt strong{display: block;font-size: 14px; color: #222; font-weight: 700;}
.sub0308_2_wrap .box_wrap .box .txt p{font-size: 12px; color: #666; line-height: 1.5;margin-top: 6px;}

.sub0308_2_wrap .txt_box{padding: 20px;margin-top: 20px;background: #f5f5f5;}
.sub0308_2_wrap .txt_box p{font-size: 13px; color: #666; line-height: 1.5;text-align: center;}


/* sub0308_3_wrap */
.sub0308_3_wrap{line-height: 1;}
.sub0308_3_wrap h4.h4_tit01{line-height: 1.4;}
.sub0308_3_wrap h4.h4_tit01 b{display: block;}
.sub0308_3_wrap .txt01{margin-top: 30px;margin-bottom: 0;}
.sub0308_3_wrap .txt01 p{display: flex;gap:5px;margin-top: 10px;}
.sub0308_3_wrap .txt01 p em{color: #222;font-weight: 700;}
.sub0308_3_wrap .txt01 ul{margin-top: 10px;padding-left: 15px;}
.sub0308_3_wrap .txt01 ul li{font-size: 12px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0308_3_wrap .txt01 ul li:not(:last-child){margin-bottom: 10px;}
.sub0308_3_wrap .txt01 ul li em{display: inline-block;font-size: 9px; font-weight: 700;color: #fff; margin-right: 5px; width: 14px; height: 14px; line-height: 14px;background: #222; border-radius:50%; text-align: center;}

.sub0308_3_wrap .box_wrap02{display: flex;gap:30px;flex-wrap:wrap;}
.sub0308_3_wrap .box_wrap02 .box{width: 100%;border:1px solid #ddd;}
.sub0308_3_wrap .box_wrap02 .box .tit{display: flex;align-items: center;justify-content: center;height: 35px;background: var(--co01);}
.sub0308_3_wrap .box_wrap02 .box:nth-child(2) .tit{background: var(--co03);}
.sub0308_3_wrap .box_wrap02 .box .tit p{font-size: 14px;color: #fff; font-weight: 700;}
.sub0308_3_wrap .box_wrap02 .box .txt{padding: 20px 15px;}
.sub0308_3_wrap .box_wrap02 .box .txt .icon{margin: 0 auto 10px;width: fit-content;}
.sub0308_3_wrap .box_wrap02 .box .txt .icon img{width: 70px;}
.sub0308_3_wrap .box_wrap02 .box .txt strong{display: block;font-size: 14px; color: #222;line-height: 1.5;font-weight: 700;text-align: center;}
.sub0308_3_wrap .box_wrap02 .box .txt p{font-size: 12px; color: #666; line-height: 1.5; margin-top: 10px;text-align: center;}

/* sub0401_wrap */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.sub0401_wrap .top .total span{font-size: 13px; color: #666;}
.sub0401_wrap .top .total b{font-weight: 700;color: var(--co01);}
.sub0401_wrap .top .search{display: flex;gap:5px;}
.sub0401_wrap .top .search input[type="text"]{width: 160px; height: 30px; background: #fff; border:1px solid #ddd;font-size: 12px; color: #999; padding:0 5px ;}
.sub0401_wrap .top .search input[type="text"]::placeholder{font-size: 12px; color: #999;}
.sub0401_wrap .top .search input[type="text"]:focus{outline:0;}
.sub0401_wrap .top .search .search_btn{display: flex;align-items: center; justify-content: center;width: 80px; height: 30px;font-size: 12px; color: #fff; background: #222;}
.sub0401_wrap .list_wrap ul.list{border-top: 2px solid #222;}
.sub0401_wrap .list_wrap ul.list li{border-bottom: 1px solid #ddd;transition:.4s;}
.sub0401_wrap .list_wrap ul.list li:hover{background: #f0f4fe;}
.sub0401_wrap .list_wrap ul.list li a{display: flex;padding: 20px 0;}
.sub0401_wrap .list_wrap ul.list li .num{display: flex;align-items: center;justify-content: center;width: 40px;}
.sub0401_wrap .list_wrap ul.list li .num p{font-size: 12px; color: #999;}
.sub0401_wrap .list_wrap ul.list li .txt{width: calc(100% - 120px);}
.sub0401_wrap .list_wrap ul.list li .txt .tit{display: flex;gap:5px;margin-bottom: 8px;}
.sub0401_wrap .list_wrap ul.list li .txt .tit em{display: flex; align-items: center;height: 20px;background: var(--co01); border-radius:18px;font-size: 12px; color: #fff;padding: 0 10px;width: fit-content;}
.sub0401_wrap .list_wrap ul.list li .txt .tit strong{font-size: 13px; color: #222; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;line-height: 1.6;}
.sub0401_wrap .list_wrap ul.list li .txt p{font-size: 12px; color: #666; line-height: 1.5;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0401_wrap .list_wrap ul.list li .date{display: flex;align-items: center;justify-content: center;width: 80px;}
.sub0401_wrap .list_wrap ul.list li .date p{font-size: 12px; color: #999;line-height: 1.5;}

/* online_wrap */
.online_wrap{line-height: 1;}
.online_wrap .tit_wrap p{font-size: 12px; color: #666;margin-top: 12px;font-weight: 400; line-height: 1.5;	}
.online_wrap .input_wrap{display: flex; flex-wrap:wrap;gap:30px 20px;}
.online_wrap .input_wrap .input{width: calc((100% -  20px) / 2);}
.online_wrap .input_wrap .input02{width: 100%;}
.online_wrap .input_wrap .input p{font-size: 14px; color: #222; font-weight: 700; margin-bottom: 5px;}
.online_wrap .input_wrap .input p b{color: var(--co01);}
.online_wrap .input_wrap .input input[type="text"]{width: 100%;font-size: 13px; color: #666;border:0; height: 45px;border-bottom: 1px solid #222;}
.online_wrap .input_wrap .input input[type="text"]::placeholder{font-size: 13px; color: #999;}
.online_wrap .input_wrap .input input[type="text"]:focus{outline:0;}
.online_wrap .input_wrap .input textarea{width: 100%;font-size: 13px; color: #666;border:0; height: 45px;border-bottom: 1px solid #222;padding: 13px 0;resize:none;}
.online_wrap .input_wrap .input textarea::placeholder{font-size: 13px; color: #999;}
.online_wrap .input_wrap .input textarea:focus{outline:0;}
.online_wrap .bot{display: flex;align-items: flex-start; justify-content: flex-start;flex-direction: column;margin-top: 20px;}
.online_wrap .bot .chk_wrap em{font-size: 12px; color: #222; font-weight: 500;cursor:pointer;}
.online_wrap .bot .submit_btn{display: flex; align-items: center; justify-content: center; width: 200px; height: 40px; font-size: 13px; border-radius:30px; color: #fff;background: var(--co01);margin: 20px auto 0;}

.main_section03_no_data{font-size:13px; line-height:250px;}
}