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

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* 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: 80px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_tab.png)center no-repeat; width: 201px; height: 47px;background-size: cover;transition:.4s;}
#header .right_wrap{display: flex; align-items: center; gap:20px;}
#header .online_btn{position: relative;display: flex; align-items: center; justify-content: center;width: 135px; height: 40px; 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: 14px; 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_tab.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: 35px; height: 16px;}
.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: 20px; height: 2px;transition:.4s;}

#header.nav .nav_btn::before{transform:rotate(45deg);top: 7px;}
#header.nav .nav_btn::after{transform:rotate(-45deg);bottom: 7px;}
#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_tab.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: 60px 40px;margin-top: 80px;}
.navigation .lnb h3{margin-bottom: 28px;}
.navigation .lnb h3 a{display: block;font-size: 18px; color: #fff;font-weight: 500;}
.navigation .lnb ul{padding-bottom: 30px;padding-left: 10px;}
.navigation .lnb ul li:not(:last-child){margin-bottom: 17px;}
.navigation .lnb ul li a{display: block;width: fit-content;font-size: 16px; color: #999;}
.navigation .lnb ul li.on a{border-bottom: 1px solid #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: 190px;left: 0; width: 100%;}
#visual_wrap .txt_wrap .inner{overflow: hidden;}
#visual_wrap .txt_wrap em{opacity: 0;transform:translateX(-200px);display: block;font-size: 17px; color: #fff; font-weight: 700;transition:1s;}
#visual_wrap .txt_wrap p{opacity: 0;transform:translateX(-200px);font-size: 40px; color: #fff; line-height: 55px;padding: 25px 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(-200px);display: block;font-size: 16px; 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: 90px;width: 100%;z-index: 100;}
#visual_wrap .slide_items .inner{display: flex; align-items: center;gap:15px;}
#visual_wrap .slide_items .numcount{display: flex;align-items: center;gap:15px;}
#visual_wrap .slide_items .numcount span{position: relative;display: block;font-size: 16px; 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: -14px;}
#visual_wrap .slide_items .dots_wrap{position: relative;width: 120px; 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:10px;}
#visual_wrap .slide_items .arr_wrap img{width: 8px;}
@keyframes dotsAni01{
0%{width: 0;}
100%{width: 100%;}
}

/*section*/
.section{padding: 90px 0;line-height: 1;}
.section .sec_tit{margin-bottom: 30px;}
.section .sec_tit span{display: block;font-size: 15px; color: var(--co01); font-weight: 700;}
.section .sec_tit strong{display: block;font-size: 40px; color: #222; font-weight: 700;margin: 15px 0px 5px;line-height: 55px;}
.section .sec_tit strong b{color: var(--co01);font-weight: 700;}
.section .sec_tit p{font-size: 16px;color: #666;line-height: 27px;}
.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: 150px; height: 45px; border-radius:22px;background: #222;}
.section .more_btn p{font-size: 15px;color: #fff;}
.section .more_btn em{display: flex;align-items: center; justify-content: center;width: 20px; height: 20px; background: rgba(255,255,255,.2); border-radius:50%;transition:.4s;}
.section .more_btn em img{transition:.4s;width: 10px;}
.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: 14px; color: #666;padding-left: 22px; cursor:pointer;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 14px; height: 14px; border:1px solid #ddd; border-radius:50%;}
input.chk_st01:checked + label::after{border:4px solid var(--co01);}

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

/* section01 */
#section01{position: relative;	padding-bottom: 0px;}
#section01 .inner{display: flex;gap:30px;align-items: center;}
#section01 .img_con{width: calc((100% - 30px) / 2);overflow: hidden;}	
#section01 .img_wrap{position:relative; width:100%; padding-bottom:102.667%;}
#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{width: calc((100% - 30px) / 2);}
#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: 16px;background: #f5f5f5;transition:.4s;}
#section01 .txt_con ul li em{display: flex; align-items: center; justify-content: center;width: 20px; height: 20px; border-radius:50%;transition:.4s; background: #ddd;margin-left: auto;}
#section01 .txt_con ul li em img{transition:.3s;width: 10px;}
#section01 .txt_con ul li p{margin-top: 20px;font-size: 15px;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: -60px;left: 0;font-size: 90px; color: #f5f5f5; font-weight: 700;z-index: -1;}

@media screen and (max-width:1024px) {
#section01 .txt_con ul li a{padding: 10px;}
#section01 .txt_con ul li p{margin-top: 12px;}
}

/* section02 */
#section02{padding-top: 90px;}
#section02 .sec_tit{text-align: center;}
#section02 .con_wrap{position: relative;display: flex;overflow: hidden;}
#section02 .con_wrap em.vs{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);display: flex;justify-content: center;padding-top: 7px;width: 75px; height: 75px; background: var(--co01); border-radius:50%;font-size: 55px; color: #fff; font-weight: 700;}
#section02 .con{position: relative;width: 50%;padding: 50px 30px;}
#section02 .con strong.tit{display: block;text-align: center;font-size: 27px; color: #222; font-weight: 700; margin-bottom: 30px;}
#section02 .con strong.tit b{position: relative;	color: var(--co01);font-weight: 700;}
#section02 .con strong.tit b i{position: absolute;left: 50%;top: -6px; transform:translateX(-50%);width: 6px; height: 6px; background: var(--co01); border-radius:50%;}
#section02 .con ul li{display: flex;align-items: center;gap:15px;height: 90px;padding: 0px 18px;}
#section02 .con ul li:not(:last-child){margin-bottom: 10px;}
#section02 .con ul li p{font-size: 17px; color: #222; font-weight: 700;line-height: 25px;}
#section02 .con ul li span{display: block;margin-top: 5px;font-size: 13px; color: #222; line-height: 1.4;}
#section02 .con ul li img{width: 29px;}

#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: 4px; height: 100%;background: var(--co01);}
#section02 .con02 .line02{position: absolute; left: 0; top: 0;width: 100%; height: 4px;background: var(--co01);}
#section02 .con02 .line03{position: absolute; right: 0; top: 0;width: 4px; height: 100%;background: var(--co01);}
#section02 .con02 ul li{background: #f0f4fe;}
#section02 .con02 ul li .icon{position: relative;overflow: hidden;width: 29px; height: 29px;}
#section02 .con02 ul li .icon .i01{position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 29px; height: 29px;background: url(/assets/images/main/sec02_icon01_tab.png) right no-repeat;background-size: 29px;}
#section02 .con02 ul li p{color: var(--co01);}

/* section03 */
#section03{padding: 0;height: 100vh;background: url(/assets/images/main/sec03_bg01_tab.jpg)center no-repeat; background-size: cover;overflow: hidden;}
#section03 .con_wrap{display: flex; align-items: center;}
#section03 .con{width: 45%;}
#section03 .con01{width: 55%;}
#section03 .con01 .sec_tit{margin-bottom: 100px;}
#section03 .con01 .sec_tit span{color: #666;}
#section03 .con01 .sec_tit strong{font-weight: 400;}
#section03 .con01 .sec_tit i{display: block;}

#section03 .con02{height: 100vh;display: flex;align-items: flex-end;padding-left: 110px;}
#section03 .con02 .box_wrap{position: relative;display: block;flex-wrap: wrap;gap: 0px;width: 100%;height: 100vh;}
#section03 .con02 .box_wrap .box_slide_wrap{position: relative;width: 100%;}
#section03 .con02 .box_wrap .box_slide_wrap:nth-child(2){display: none;transform: translateY(0px);}
#section03 .con02 .box_wrap .box_slide01{position: absolute;left: 0;top: 0;width: 100%;animation: img-scrolling01 30s linear infinite;will-change: transform;}
#section03 .con02 .box_wrap .box_slide02{position: absolute;left: 0;top: 0;width: 100%;animation: img-scrolling02 30s linear infinite;will-change: transform;}
/* #section03 .con02 .box_wrap:hover .box_slide01{animation-play-state: paused;}
#section03 .con02 .box_wrap:hover .box_slide02{animation-play-state: paused;} */
#section03 .con02 .box_wrap .box{margin-bottom: 20px;border:1px solid #ddd; box-shadow: 4px 4px 8px rgba(51,51,51,.12);}
#section03 .con02 .box_wrap .box a{display: block;background: #fff;padding: 30px 18px;}
#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: 22px; padding: 0px 10px; background: var(--co01); color: #fff;font-size: 13px;border-radius:14px;margin-bottom: 20px;}
#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: 15px; color: #222;font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#section03 .con02 .box_wrap .box .txt span{display: block;font-size: 13px; color: #666; line-height: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; word-wrap:break-word;margin-top: 12px;}
#section03 .con02 .box_wrap .box em{display: block;font-size: 13px; color: #999;font-weight: 400; margin-top: 25px;}
@keyframes img-scrolling01{
0%{transform: translate3d(0, 100%, 0);}
100%{transform: translate3d(0, 0, 0);}
}

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

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_tab.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:15px;width: max-content;}
#section04 .slide_wrap ul.sec04_slide01{transform:translateX(-70px);margin-bottom: 110px;}
#section04 .slide_wrap ul.sec04_slide02{position: absolute;right: 0;top: 95px;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: 240px;}
#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: 50px auto 0; }

/* section05 */
#section05{padding: 0;}
#section05 ul.sec05_slide{padding: 0 ;}
#section05 ul.sec05_slide li .box_wrap{position: relative;display: flex;align-items: flex-end;justify-content: space-between;}
#section05 ul.sec05_slide li .box_wrap .txt_box{position: absolute;max-width: 395px;left: 65px; bottom: 90px;}
#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: 20px; margin-bottom: 15px;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: 80px;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top p{font-size: 17px; color: #222; }
#section05 ul.sec05_slide li .box_wrap .txt_box .txt .top strong{display: inline-block;margin-left: 7px;font-size: 27px; color: #222; font-weight: 700;}
#section05 ul.sec05_slide li .box_wrap .txt_box .txt ul li{position: relative;padding-left: 15px;font-size: 16px; 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: 10px;width: 4px; height: 4px; border-radius:50%; background: var(--co01);}

#section05 ul.sec05_slide li .box_wrap .img_box img{width: 100%;}

#section05 ul.sec05_slide .slick-prev{position: absolute; left: 2.6%;top: 50%; transform:translateY(-50%);width: 25px; height: 44px; background: url(/assets/images/main/sec05_prev_tab.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: 25px; height: 44px; background: url(/assets/images/main/sec05_next_tab.png)center no-repeat; background-size: cover;text-indent: -9999px;}

/* section06 */
#section06{background: url(/assets/images/main/sec06_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section06 .inner{display: flex;align-items: center;}
#section06 .txt_con{width: 50%;}
#section06 .txt_con .sec_tit{margin-bottom: 120px;}
#section06 .txt_con .sec_tit strong{font-weight: 400;}
#section06 .txt_con .sec_tit i{display: block;}
#section06 .txt_con .more_btn_wrap{display: flex;gap:10px;}

#section06 .online_con{width: 50%;padding-left: 15px;}
#section06 .online_con strong.tit{position: relative;padding-left: 15px;display: block;font-size: 24px; color: #222; font-weight: 700; margin-bottom: 30px;}
#section06 .online_con strong.tit::after{content:'';position: absolute; left: 0; top: 3px;width: 3px; height: 20px; background: var(--co01);}
#section06 .online_con .chk_wrap{display: flex;align-items: center;gap:20px;margin-bottom: 20px;}
#section06 .online_con .input_wrap{display: flex;flex-wrap:wrap;gap:10px;}
#section06 .online_con .input_wrap .input{position: relative;width: 100%;}
#section06 .online_con .input_wrap .input01{width: 100%;}
#section06 .online_con .input_wrap .input input[type="text"]{width: 100%;height: 42px;background: #f5f5f5; border:0;font-size: 14px; color: #222;padding: 0 15px 0 50px;}
#section06 .online_con .input_wrap .input input[type="text"]:focus{outline:0;}
#section06 .online_con .input_wrap .input label{position: absolute; top: 15px; left: 15px;font-size: 14px; color: #999;transition:.3s;}
#section06 .online_con .input_wrap .input input[type="text"]:focus + label{top: 7px;font-size: 10px; }
#section06 .online_con .input_wrap .input input[type="text"]:valid + label{top: 7px;font-size: 10px; }
#section06 .online_con .input_wrap .input label b{color: var(--co01); font-weight: 400;}
#section06 .online_con .input_wrap .input select{width: 100%;height: 42px; border:0;font-size: 14px; color: #222;padding: 0 15px;background: url(/assets/images/main/select_icon01_tab.png)center right 15px no-repeat #f5f5f5; background-size: 13px;-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: 20px 15px; height: 180px; border:0;font-size: 14px; 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: 10px; }
#section06 .online_con .input_wrap .input textarea:valid + label{top: 7px;font-size: 10px; }

#section06 .online_con .pri_wrap{display: flex;align-items: center;gap:7px;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: 22px; font-size: 14px; 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: 15px; height: 15px;}
#section06 .online_con .pri_wrap input[type="checkbox"]:checked + label::after{content:'✓';border:1px solid var(--co01);color: #fff;font-size: 14px;line-height: 13px;text-align: center;background: var(--co01);}
#section06 .online_con .pri_wrap .pri_pop_btn{font-size: 14px; 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: 45px; border-radius:30px; background: var(--co01);font-size: 15px; color: #fff;margin-top: 30px;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;}
.quick_menu.rel{position: absolute;bottom: 398px;}
.quick_menu ul li{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px; width: 55px; height: 55px;background: #222;transition:.4s;}
.quick_menu ul li:hover{opacity: .8;}
.quick_menu ul li:first-child{width: 55px; height: 155px;}
.quick_menu ul li:not(:last-child){margin-bottom: 1px;}
.quick_menu ul li img{height: 22px;}
.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: 14px; color: #fff; font-weight: 700;}
.quick_menu ul li.top_btn img{height: 8px;}


/* footer */
#footer{position: relative;line-height: 1;padding-top: 50px;border-top: 1px solid #ddd;}
#footer .f_con{display: block;justify-content: space-between; margin-bottom: 50px;}
#footer .f_con .f_logo{display: block;margin: 0 auto 100px; width: fit-content;}
#footer .f_con .f_logo img{width: 201px;}
#footer .f_con address div:not(:last-child){margin-bottom: 15px;}
#footer .f_con address p{font-size: 14px; line-height: 27px;color: #666;text-align: center;}
#footer .f_con address p b{display: inline-block;color: #222; font-weight: 700;margin-right: 7px;}
#footer .f_con address p i{display: inline-block;width: 18px;}

#footer .f_con .family_wrap{position: absolute;top: 125px; left: 50%; transform:translateX(-50%);}
#footer .f_con .family_wrap .fa_btn{display: flex;align-items: center; justify-content: space-between;width: 180px; height: 45px;background: #ddd; border-radius:30px; padding: 0 15px;}
#footer .f_con .family_wrap .fa_btn p{font-size: 15px; color: #222;}
#footer .f_con .family_wrap .fa_btn em{position: relative;display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; 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: 10px; 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: 10px; 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: 7px;}
#footer .f_con .family_wrap .fa_btn.on em::after{transform:translate(-50%,-50%) rotate(45deg);left: 61%;width: 7px;}
#footer .f_con .family_wrap ul{display: none;position: absolute;top: 50px;left: 0;width: 100%;padding: 20px 15px; border-radius:20px;background: #ddd; max-height: 110px;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: 15px;}
#footer .f_con .family_wrap ul li a{font-size: 15px; color: #222;} 

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

/* ＝＝＝＝＝＝＝sub＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#header.sub_header{position: fixed;}
#header.sub_header h1 a{background: url(/assets/images/sub/sub_logo01_tab.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_tab.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: 362px; padding: 100px 0 80px; background: #f4f7fe;line-height: 1; margin-top: 80px;}
#sub_visual_wrap ul.sub_nav{display: flex;gap:33px; align-items: center;margin-bottom: 35px;}
#sub_visual_wrap ul.sub_nav li{position: relative;font-size: 15px; 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: -17px; top: 50%; transform:translateY(-50%); width: 2px; height: 12px; background: #ddd;}
#sub_visual_wrap ul.sub_nav li img{width: 15px;}
#sub_visual_wrap h2{font-size: 55px; color: #222; font-weight: 700;}
#sub_visual_wrap em{position: absolute;right: 2.6%; top: 50%; transform:translateY(-50%);font-size: 70px;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: 25px;width:200px;}
.tab_menu_mob .menu01{display: flex;align-items: center; justify-content: space-between;height: 45px;border-bottom: 1px solid #ddd;}
.tab_menu_mob .menu01 p{font-size: 18px; color: #222; font-weight: 700;}
.tab_menu_mob .menu01 img{width: 13px;transition:.3s;}
.tab_menu_mob .menu01.on img{transform:rotate(180deg);}
.tab_menu_mob ul{position: absolute; top: 60px;left: 0;display: none;padding: 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: 15px; color: #aaa; font-weight: 700;}
.tab_menu_mob ul li:not(:last-child){margin-bottom: 15px;}
.tab_menu_mob ul li.on a{color: #222;}

ul.depth03_wrap{display: flex;align-items: center; justify-content: center;gap:10px; margin:0 auto 60px;width: calc(100% - 5.2%);}
ul.depth03_wrap li{flex:1;}
ul.depth03_wrap li a{display: flex; align-items: center; justify-content: center; width: 100%; height: 50px;background: #f5f5f5; border-radius:30px;font-size: 16px; 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: 80px 0px 100px;}

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

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

.sub0101_wrap .con_wrap{display: flex;gap:40px;}
.sub0101_wrap .img_con{position: relative;width: 42.7%;}
.sub0101_wrap .img_con .img01 img{width: calc(100% - 50px);}
.sub0101_wrap .img_con .img02{position: absolute; top: 50px; right: 0;width: calc(100% - 170px);}
.sub0101_wrap .img_con .img02 img{width: 100%;}

.sub0101_wrap .img_con img{max-width: 100%;}
.sub0101_wrap .img_con .txt{font-size: 135px; color: rgba(170,170,170,.1); font-weight: 700;margin-top: 20px;line-height: 120px;}

.sub0101_wrap .txt_con{width: 53.5%;}
.sub0101_wrap .txt_con strong{display: block;font-size: 20px; 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: 15px;}
.sub0101_wrap .txt_con .p_wrap p{font-size: 16px; color: #666; line-height: 1.5;}
.sub0101_wrap .txt_con .p_wrap p:not(:last-child){margin-bottom: 15px;}
.sub0101_wrap .txt_con .bot{margin-top: 30px;}
.sub0101_wrap .txt_con .bot p{font-size: 18px; color: #222;}
.sub0101_wrap .txt_con .bot p em{font-weight: 700;}

@media screen and (max-width:1024px) {
.sub0101_wrap .con_wrap{flex-direction: column;}
.sub0101_wrap .img_con{width: 100%;width: 500px;margin: 0 auto;padding-bottom: 80px;}
.sub0101_wrap .img_con .txt{width: max-content;transform: translateX(-100px); margin-top: 25px;}
.sub0101_wrap .img_con .txt br{display: none;}
.sub0101_wrap .img_con .img01{transform:translateX(-100px)}
.sub0101_wrap .img_con .img01 img{width: auto;}
.sub0101_wrap .img_con .img02{width: auto;right: -100px;}
.sub0101_wrap .txt_con{width: 100%;}
}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{position: relative;width: 100%; margin-bottom: 80px;}
.sub0102_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:56.25%;}
.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;align-items: center; justify-content: space-between;position: absolute; bottom: 0; left: 0; width: 100%; background: var(--co01); padding: 40px 60px; border-radius: 0 60px 0 0;}
.sub0102_wrap .con01 .txt_box strong{display: block;font-size: 20px; font-weight: 700;color: #fff;margin-bottom: 30px;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: 12px;}
.sub0102_wrap .con01 .txt_box ul li p{display: flex; align-items: center;gap:10px;width: 110px;font-size: 16px; color: #fff; font-weight: 700;}
.sub0102_wrap .con01 .txt_box ul li span{display: block;font-size: 16px; 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: 180px; height: 50px; background: #fff;font-size: 16px; color: #222; border-radius:30px;}

.sub0102_wrap .con02 .box_wrap{border-top: 2px solid #222;}
.sub0102_wrap .con02 .box_wrap .box{display: flex;align-items: center;gap:40px;padding: 20px 30px; border-bottom: 1px solid #ddd;}
.sub0102_wrap .con02 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;width: 80px; height: 80px; background: #f4f7fe; border-radius:50%}
.sub0102_wrap .con02 .box_wrap .box .icon img{transform:scale(0.8);}
.sub0102_wrap .con02 .box_wrap .box .txt{width: calc(100% - 170px);}
.sub0102_wrap .con02 .box_wrap .box .txt strong{display: block;font-size: 18px; color: #333; font-weight: 700; margin-bottom: 15px;}
.sub0102_wrap .con02 .box_wrap .box .txt strong b{display: inline-block;font-size: 16px; color: var(--co01);margin-left: 20px;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: 90px;font-size: 16px;color: #333; font-weight: 700;line-height: 1.4;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span{width: calc(100% - 90px);font-size: 16px; color: #666;line-height: 1.4;}
.sub0102_wrap .con02 .box_wrap .box .txt ul li span em{display: inline-block; width: 18px; height: 18px; font-size: 12px; line-height: 18px;margin: 0 6px;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;}

@media screen and (max-width:1024px) {
.sub0102_wrap .con01 .txt_box .txt{width: calc(100% - 200px);}
}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .tit{margin-bottom: 30px;}
.sub0201_wrap .tit p{font-size: 27px; color: #222; font-weight: 700;}
.sub0201_wrap ul.p_list{display: flex;flex-wrap:wrap;gap:25px;}
.sub0201_wrap ul.p_list li{position: relative;width: calc((100% - 50px) / 3);}
.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: 15px 20px;transition:.4s;}
.sub0201_wrap ul.p_list li:hover .txt_wrap{padding: 20px 25px;}
.sub0201_wrap ul.p_list li .txt_wrap strong{display: block;font-size: 24px;color: #fff;}
.sub0201_wrap ul.p_list li .txt_wrap strong b{display: inline-block;font-size: 14px; font-weight: 400;margin-left: 7px;}
.sub0201_wrap ul.p_list li .txt_wrap span{display: block;font-size: 14px;color: var(--co02);margin-top: 12px;}

/* sub0201_view */
.sub0201_view_wrap{line-height: 1; margin-top: 80px;}
.sub0201_view_wrap .top{margin-bottom: 40px;}
.sub0201_view_wrap .top a{display: flex;align-items: center;gap:15px;font-size: 22px; color: #222; font-weight: 700;}

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

.sub0201_view_wrap .con01{position: relative;display: flex;align-items: flex-end;}
.sub0201_view_wrap .con01::before{content:'';position: absolute; right: 40px; bottom: 40px; background: url(/assets/images/sub/sub0201_view_bg01.png)center no-repeat;width: 158px; height: 146px; 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: 40%;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: 60%;}
.sub0201_view_wrap .con01 .txt_box .tit{margin-bottom: 30px;}
.sub0201_view_wrap .con01 .txt_box .tit em{display: block;font-size: 22px; color: var(--co02); font-weight: 700;margin-bottom: 20px;}
.sub0201_view_wrap .con01 .txt_box .tit p{font-size: 28px; color: #222; margin-bottom: 30px;}
.sub0201_view_wrap .con01 .txt_box .tit p strong{display: inline-block;font-size: 45px; color: #222; font-weight: 700;margin-right: 10px;}
.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:10px;font-size: 18px; color: #666;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap{display: flex;gap:30px;padding: 40px 0;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul{width: calc((100% - 30px) / 2);}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li{position: relative;font-size: 18px; color: #666;padding-left: 18px;line-height: 1.4;}
.sub0201_view_wrap .con01 .txt_box .ul_wrap ul li::after{content:'';position: absolute; left: 0; top: 11px; width: 4px; height: 4px; 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: 50%;padding: 40px;}
.sub0201_view_wrap .con02 .box_wrap .box:nth-child(2n-1)::after{content:'';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: 160px; height: 40px;background: var(--co01); border-radius: 20px;margin-bottom: 25px;font-size: 16px; 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: 25px; color: #222; font-weight: 700;margin-bottom: 25px;}
.sub0201_view_wrap .con02 .box_wrap .box ul li{position: relative;padding-left: 18px;font-size: 16px; line-height: 1.5;color: #666;}
.sub0201_view_wrap .con02 .box_wrap .box ul li::after{content:'';position: absolute;left: 0;top: 10px;width: 4px; height: 4px; background: var(--co01); border-radius:50%;}

@media screen and (max-width:1024px) {
.sub0201_view_wrap .con01{flex-direction: column;align-items: center; justify-content: center;gap:50px;}
.sub0201_view_wrap .con01 .img_box{width: 100%;}
.sub0201_view_wrap .con01 .img_box img{max-width: 400px;}
.sub0201_view_wrap .con01 .txt_box{width: 100%;}
.sub0201_view_wrap .con02 .box_wrap .box{padding: 30px;}
}

/*sub03 - 공통*/
.sub03_wrap{line-height: 1;}
.sub03_wrap .con_wrap{display: flex;align-items: center;  gap:30px;}
.sub03_wrap .img_con{position: relative;width: 400px;}
.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:120%;}
.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: calc(100% - 430px);}
.sub03_wrap .txt_con .txt01 strong{display: block;font-size: 30px; color: #333; font-weight: 700;margin-bottom: 20px;}
.sub03_wrap .txt_con .txt01 p{font-size: 16px; color: #666; line-height: 1.6;}
.sub03_wrap .txt_con .txt01 p i{display: block; height: 15px;}
.sub03_wrap .txt_con .txt01 p br{display: none;}

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

.sub03_wrap .txt_con .txt_wrap .box:not(:last-child){margin-bottom: 30px;}
.sub03_wrap .txt_con .txt_wrap .box .tit{position: relative;margin-bottom: 20px;}
.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: 160px; height: 35px; border-radius:20px; background: var(--co01);font-size: 16px; color: #fff; font-weight: 700;}
.sub03_wrap .txt_con .txt_wrap .box .tit02 em{background: var(--co03);}

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

.sub0303_wrap .img_con{position: relative;height: 390px;padding: 30px;border:1px solid #ddd;}
.sub0303_wrap .img_con .box{position: absolute;}
.sub0303_wrap .img_con .box strong{display: block;font-size: 16px;font-weight: 700;color: var(--co01);margin-bottom: 10px;}
.sub0303_wrap .img_con .box p{font-size: 14px; color: #666; line-height: 1.5;}
.sub0303_wrap .img_con .box .icon{display: flex;align-items: center; justify-content: center;width: 140px; height: 140px; border-radius:50%; background: var(--co01);}
.sub0303_wrap .img_con .box em{display: block;position: absolute;background: #ddd;z-index: -1;}
.sub0303_wrap .img_con .box em.line01{width: 25px; height: 2px;}
.sub0303_wrap .img_con .box em.line02{width: 2px; height: 63px;}

.sub0303_wrap .img_con .box01{left: 30px; top: 30px;}
.sub0303_wrap .img_con .box01 .icon{margin-top: 25px;margin-left: 35px;}
.sub0303_wrap .img_con .box01 em.line01{right: initial;top: 136px;left: 26px;}
.sub0303_wrap .img_con .box01 em.line02{right: initial;top: 75px;left: 25px;}

.sub0303_wrap .img_con .box02{right: 30px; bottom: 30px;}
.sub0303_wrap .img_con .box02 strong{color: var(--co03);}
.sub0303_wrap .img_con .box02 .icon{background: var(--co03);margin-bottom: 25px;margin-right: initial;}
.sub0303_wrap .img_con .box02 .txt{padding-left: 0px;text-align: right;}
.sub0303_wrap .img_con .box02 em.line01{left: 35px;bottom: 60px;}
.sub0303_wrap .img_con .box02 em.line02{left: 35px;bottom: 60px;}

@media screen and (max-width:1024px) {
.sub03_wrap .con_wrap{flex-wrap:wrap;flex-direction: reverse;flex-direction: column-reverse;}
.sub03_wrap .img_con{width: 100%;}
.sub03_wrap .txt_con{width: 100%;}
.sub03_wrap .img_con .img_wrap{padding-bottom: 75%;}

.sub0303_wrap .img_con .img_box{position: relative;width: 728px;height: 100%;margin: 0 auto;}
.sub0303_wrap .img_con .box01{left: 38%;transform: translateX(-50%);top: 0;}
.sub0303_wrap .img_con .box01 .txt{transform: translateX(-100px);}
.sub0303_wrap .img_con .box01 em.line01{top: 55px;left: 85px;}
.sub0303_wrap .img_con .box01 em.line02{top: 55px;left: 110px;}

.sub0303_wrap .img_con .box02{right: initial;left: 60%;transform: translateX(-50%);bottom: 0;}
.sub0303_wrap .img_con .box02 .txt{transform: translateX(60px);}
.sub0303_wrap .img_con .box02 em.line01{left: 95px;}
.sub0303_wrap .img_con .box02 em.line02{left: 95px;}
}

/* sub0304_wrap */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap .con:not(:last-child){margin-bottom: 100px;}
.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: 50%; padding: 50px 0;border-bottom: 1px solid #ddd;}
.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: calc(100% - 150px);}
.sub0304_wrap .con01 .box_wrap .box .txt strong{display: block;font-size: 18px; color: #222; font-weight: 700;}
.sub0304_wrap .con01 .box_wrap .box .txt p{font-size: 16px;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: 14px;color: var(--co01);}

.sub0304_wrap .con02 .box_wrap{display: flex;gap:30px;}
.sub0304_wrap .con02 .box_wrap .box{position: relative; width: calc((100% - 60px) / 3);border:1px solid #ddd;}
.sub0304_wrap .con02 .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;}
.sub0304_wrap .con02 .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 50px; background: var(--co01);}
.sub0304_wrap .con02 .box_wrap .box .tit p{font-size: 18px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap{padding: 30px 25px;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 18px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap .icon{margin: 15px auto 10px;width: fit-content;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap .icon img{width: 85px;}
.sub0304_wrap .con02 .box_wrap .box .txt_wrap p{font-size: 14px; color: #666; line-height: 1.5;text-align: center;}	 
.sub0304_wrap .con02 .box_wrap .box .txt_wrap p br{display: none;}

@media screen and (max-width:1024px) {
.sub0304_wrap .con01 .box_wrap .box{flex-direction: column;gap: 20px;padding: 30px 0;}
.sub0304_wrap .con01 .box_wrap .box .txt{text-align: center;}
.sub0304_wrap .con02 .box_wrap{flex-direction: column;}
.sub0304_wrap .con02 .box_wrap .box{width: 100%;}
.sub0304_wrap .con02 .box_wrap .box:not(:last-child)::after{right: initial;left: 50%;transform:translateX(-50%) rotate(90deg);top: initial; bottom: -25px;}
}

/* sub0306_wrap */
.sub0306_wrap{line-height: 1;}
.sub0306_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0306_wrap .con01 .box_wrap{display: flex;gap:30px;}
.sub0306_wrap .con01 .box_wrap .box{position: relative; width: calc((100% - 90px) / 4);border:1px solid #ddd;}
.sub0306_wrap .con01 .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;}
.sub0306_wrap .con01 .box_wrap .box .tit{display: flex; align-items: center; justify-content: center; height: 50px; background: var(--co01);}
.sub0306_wrap .con01 .box_wrap .box .tit p{font-size: 18px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap{padding: 30px 25px;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 18px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap .icon{margin: 15px auto 0px;width: fit-content;}
.sub0306_wrap .con01 .box_wrap .box .txt_wrap .icon img{width: 85px;}

.sub0306_wrap .con02 .box_wrap{display: flex;gap:30px;}
.sub0306_wrap .con02 .box_wrap .box{position: relative; width: calc((100% - 90px) / 4);border:1px solid #ddd;}
.sub0306_wrap .con02 .box_wrap .box .icon{display: flex; align-items: center; justify-content: center;height: 200px; 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: 100px;}
.sub0306_wrap .con02 .box_wrap .box .icon .img img{width: 50px;}
.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: 30px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap strong{display: flex; align-items: center; justify-content: center;font-size: 16px;width: 120px; height: 35px; color: #fff;font-weight: 600;border-radius:20px; background: var(--co01); margin: 0 auto 15px;}
.sub0306_wrap .con02 .box_wrap .box .txt_wrap p{font-size: 14px; 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: 15px auto 20px;}
.sub0306_wrap .con02 .txt_box{width: 100%;padding: 30px;background: #f5f5f5;}
.sub0306_wrap .con02 .txt_box p{font-size: 16px; color: #666; line-height: 1.5;text-align: center;}
.sub0306_wrap .con02 .txt_box p br{display: none;}

@media screen and (max-width:1024px) {
.sub0306_wrap .con01 .box_wrap{flex-direction: column;}
.sub0306_wrap .con01 .box_wrap .box{width: 100%;}
.sub0306_wrap .con01 .box_wrap .box:not(:last-child)::after{right: initial;left: 50%;transform:translateX(-50%) rotate(90deg);top: initial; bottom: -25px;}
.sub0306_wrap .con02 .box_wrap{flex-direction: column;}
.sub0306_wrap .con02 .box_wrap .box{width: 100%;}
.sub0306_wrap .con02 .box_wrap .box .icon{height: 180px;}
}

/* sub0307_wrap */
.sub0307_wrap{line-height: 1;}
.sub0307_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0307_wrap .box_wrap{display: flex;gap:30px;}
.sub0307_wrap .box_wrap .box{position: relative; width: calc((100% - 60px) / 3);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: 50px; background: var(--co01);}
.sub0307_wrap .box_wrap .box .tit p{font-size: 18px; color: #fff; font-weight: 700;text-transform:uppercase;}
.sub0307_wrap .box_wrap .box .txt_wrap{padding: 30px 25px;}
.sub0307_wrap .box_wrap .box .txt_wrap strong{display: block;text-align: center;font-size: 18px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0307_wrap .box_wrap .box .txt_wrap .icon{margin: 15px auto 0px;width: fit-content;}

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

.sub0307_wrap .txt02 ul li{position: relative;padding-left: 15px;font-size: 16px; color: #666; line-height: 30px;}
.sub0307_wrap .txt02 ul li::after{content:'';position: absolute; left: 0; top: 11px; width: 4px; height: 4px;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: 14px;	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:10px;width: 270px; 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: 16px; color: #666; line-height: 1.5;width: max-content;z-index: -1;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n-1) p{right: 160px;text-align: right;}
.sub0307_3_wrap .img_wrap .icon:nth-child(2n) p{left: 160px;}
.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: 130px;}
.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: 100px; height: 100px; background: var(--co03); border-radius:50%; border: 8px solid #aabff8;}
.sub0307_3_wrap .img_wrap .c_txt p{font-size: 20px; color: #fff; line-height: 1.4;font-weight: 600;}

/* sub0307_4_wrap */
.sub0307_4_wrap .box_wrap02 .box{display: flex;align-items: center;}
.sub0307_4_wrap .box_wrap02 .box:not(:last-child){margin-bottom: 20px;}
.sub0307_4_wrap .box_wrap02 .box .icon{position: relative;width: 160px;}
.sub0307_4_wrap .box_wrap02 .box .icon::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 60px; height: 1px;background: #ddd;z-index: -1;}
.sub0307_4_wrap .box_wrap02 .box .icon::before{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 7px; height: 7px; background: var(--co01); border-radius:50%;z-index: 10;}
.sub0307_4_wrap .box_wrap02 .box .icon img{width: 100px;}
.sub0307_4_wrap .box_wrap02 .box:nth-child(2) .icon::before{background: var(--co03);}
.sub0307_4_wrap .box_wrap02 .box .txt{width: calc(100% - 160px); border:1px solid #ddd;padding: 30px;}
.sub0307_4_wrap .box_wrap02 .box .txt strong{display: block;font-size: 18px; color: #222; font-weight: 700;}
.sub0307_4_wrap .box_wrap02 .box .txt p{font-size: 16px; color: #666; line-height: 1.5;margin-top: 10px;}

.sub0307_4_wrap .txt01{margin-top: 30px;margin-bottom: 0;}
.sub0307_4_wrap .txt01 ul{margin-top: 15px;}
.sub0307_4_wrap .txt01 ul li{font-size: 16px; color: #222; font-weight: 700;}
.sub0307_4_wrap .txt01 ul li:not(:last-child){margin-bottom: 15px;}
.sub0307_4_wrap .txt01 ul li em{display: inline-block;font-size: 12px; font-weight: 700;color: #fff; margin-right: 10px; width: 18px; height: 18px; line-height: 18px;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: 30px;padding-bottom: 0;}
.sub0308_wrap .con02 .img_box .img_wrap{position: relative;width: fit-content;margin: 0 auto;}
.sub0308_wrap .con02 .img_box .img_wrap img{width: 400px;}
.sub0308_wrap .con02 .img_box .img_wrap p{position: absolute;font-size: 18px; color: #222; line-height: 1.6;width: max-content;font-weight: 700;}
.sub0308_wrap .con02 .img_box .img_wrap p.p01{top: 30px;right: 100%;text-align: right;}
.sub0308_wrap .con02 .img_box .img_wrap p.p02{top: 30px;left: 100%;}
.sub0308_wrap .con02 .img_box .img_wrap p.p03{bottom: 30px;right: 100%;text-align: right;}
.sub0308_wrap .con02 .img_box .img_wrap p.p04{bottom: 30px;left: 100%;}
.sub0308_wrap .con02 .img_box strong.c_txt{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);font-size: 20px; color: #222; font-weight: 700;text-align: center;line-height: 1.6;}
.sub0308_wrap .con02 ul{margin-top: 30px;}
.sub0308_wrap .con02 ul li{display: flex;align-items: center;padding: 30px 0; border-top: 1px solid #ddd;}
.sub0308_wrap .con02 ul li .icon{display: flex; align-items: center; justify-content: center;width: 100px;}
.sub0308_wrap .con02 ul li .icon img{width: 30px;}
.sub0308_wrap .con02 ul li p{width: calc(100% - 100px);font-size: 16px;color: #666; line-height: 1.6;}

/* sub0308_2_wrap */
.sub0308_2_wrap{line-height: 1;}
.sub0308_2_wrap .box_wrap .box{display: flex;align-items: center;}
.sub0308_2_wrap .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0308_2_wrap .box_wrap .box .icon{position: relative;width: 160px;}
.sub0308_2_wrap .box_wrap .box .icon em{}
.sub0308_2_wrap .box_wrap .box .icon::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 60px; height: 1px;background: #ddd;z-index: -1;}
.sub0308_2_wrap .box_wrap .box .icon::before{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 7px; height: 7px; 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: 105px; height: 105px; font-size: 18px; color: #fff;font-weight: 700; line-height: 1.6;text-align: center; border-radius:50%; border:8px solid #cbecf2; background: #7ed0df;text-transform:uppercase;}
.sub0308_2_wrap .box_wrap .box:nth-child(2) .icon em{background: #2dbce4; border:8px solid #abe4f4;}
.sub0308_2_wrap .box_wrap .box:nth-child(3) .icon em{background: #2d9de8; border:8px solid #abd8f6;}
.sub0308_2_wrap .box_wrap .box:nth-child(4) .icon em{background: #2a60ee; border:8px solid #aabff8;}
.sub0308_2_wrap .box_wrap .box:nth-child(5) .icon em{background: #1d35a7; border:8px solid #a5aedc;}

.sub0308_2_wrap .box_wrap .box .txt{width: calc(100% - 160px); border:1px solid #ddd;padding: 30px;}
.sub0308_2_wrap .box_wrap .box .txt strong{display: block;font-size: 18px; color: #222; font-weight: 700;}
.sub0308_2_wrap .box_wrap .box .txt p{font-size: 16px; color: #666; line-height: 1.5;margin-top: 10px;}

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

@media screen and (max-width:900px) {
.sub0308_2_wrap .txt_box p br{display: none;}
}

/* sub0308_3_wrap */
.sub0308_3_wrap{line-height: 1;}
.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: 13px; 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: 10px; font-weight: 700;color: #fff; margin-right: 10px; width: 16px; height: 16px; line-height: 16px;background: #222; border-radius:50%; text-align: center;}

.sub0308_3_wrap .box_wrap02{display: flex;gap:30px;}
.sub0308_3_wrap .box_wrap02 .box{width: calc((100% - 30px) / 2);border:1px solid #ddd;}
.sub0308_3_wrap .box_wrap02 .box .tit{display: flex;align-items: center;justify-content: center;height: 50px;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: 18px;color: #fff; font-weight: 700;}
.sub0308_3_wrap .box_wrap02 .box .txt{padding: 30px 25px;}
.sub0308_3_wrap .box_wrap02 .box .txt .icon{margin: 0 auto 15px;width: fit-content;}
.sub0308_3_wrap .box_wrap02 .box .txt strong{display: block;font-size: 18px; color: #222;line-height: 1.5;font-weight: 700;text-align: center;}
.sub0308_3_wrap .box_wrap02 .box .txt p{font-size: 14px; color: #666; line-height: 1.5; margin-top: 15px;text-align: center;}

@media screen and (max-width:1230px) {
.sub0308_3_wrap .box_wrap02 .box .txt br{display: none;}
}

/* sub0401_wrap */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.sub0401_wrap .top .total span{font-size: 16px; 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: 200px; height: 40px; background: #fff; border:1px solid #ddd;font-size: 14px; color: #999; padding:0 10px ;}
.sub0401_wrap .top .search input[type="text"]::placeholder{font-size: 14px; 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: 100px; height: 40px;font-size: 14px; 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: 30px 0;}
.sub0401_wrap .list_wrap ul.list li .num{display: flex;align-items: center;justify-content: center;width: 100px;}
.sub0401_wrap .list_wrap ul.list li .num p{font-size: 16px; color: #999;}
.sub0401_wrap .list_wrap ul.list li .txt{width: calc(100% - 220px);}
.sub0401_wrap .list_wrap ul.list li .txt .tit{display: flex;gap:10px;margin-bottom: 12px;}
.sub0401_wrap .list_wrap ul.list li .txt .tit em{display: flex; align-items: center;height: 35px;background: var(--co01); border-radius:18px;font-size: 16px; color: #fff;padding: 0 15px;width: fit-content;}
.sub0401_wrap .list_wrap ul.list li .txt .tit strong{font-size: 18px; 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: 16px; 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: 120px;}
.sub0401_wrap .list_wrap ul.list li .date p{font-size: 16px; color: #999;line-height: 1.5;}

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

.main_section03_no_data{font-size:14px; line-height:858px;}
}