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


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


/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}

#header{position: relative;line-height: 1;}
#header .inner{display: flex;align-items: center;justify-content: space-between;height: 50px;}
#header h1 a img{width: 32px;}

#header .gnb{display: none;}
#header .gnb > li{position: relative;padding: 41px 30px;}
#header .gnb > li::after{content:'';position: absolute; left: 50%;bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.4s;}
#header .gnb > li.on::after{width: 220px;}
#header .gnb span a{display: block;font-size: 18px; color: #222; font-weight: 500;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 220px; }
#header .gnb .lnb_sub ul{display: none;	box-shadow: 4px 4px 12px rgba(0,0,0,.25);}
#header .gnb .lnb_sub ul li a{display: flex; align-items: center; justify-content: center;height: 50px;color: #666;font-size: 16px;text-align: center;background: rgba(255,255,255,.9);transition:.4s;}
#header .gnb .lnb_sub ul li:hover a{background: rgba(255,255,255,1);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1px;}

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

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

.navigation{position:absolute;top: 50px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000; line-height: 1;}
.navigation.on{display:block;}
.navigation h3{position: relative;height:45px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);display: block;background:url(/assets/images/main/nav_bt_mob.png)center no-repeat;background-size: cover;width: 15px; height: 8px;}
.navigation h3.on::after{background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size: cover;}
.navigation h3.active::after{background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size: cover;}
.navigation h3 a{position: relative;height:45px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 10px;color:#222;font-size:14px;font-weight: 700;}
.navigation ul{display: block; padding:20px 0;background:#f5f5f5;border-top:2px solid var(--co01);border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 18px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#666;font-size:13px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.navigation ul li.on a{font-weight: 700;color: var(--co01);}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 50px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; width: 100%; bottom: 90px;overflow: hidden;}
#visual_wrap .txt_wrap .inner{transform: translateY(50%);transition: all 1.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);opacity: 0;}
#visual_wrap .txt_wrap strong{display: block;font-size: 16px; line-height: 21px; color: #fff;font-weight: 700;}
#visual_wrap .txt_wrap strong br{display: none;}
#visual_wrap .txt_wrap strong i{display: block;}
#visual_wrap .txt_wrap p{font-size: 12px; color: #fff; font-weight: 500;margin-top: 10px;}
#visual_wrap ul li.slick-active .txt_wrap .inner{transform: translateY(0%);opacity: 1;}

#visual_wrap .arr_wrap{position: absolute; bottom: 40px;right: initial; left: 2.6%;display: flex;gap:5px;}
#visual_wrap .arr_wrap button{transition:.4s;}
#visual_wrap .arr_wrap button img{width: 35px;}
#visual_wrap .arr_wrap button:hover{opacity: .7;}

/* section */
.section{padding: 60px 0;line-height: 1;}
.section .sec_tit{}
.section .sec_tit span{display: block;font-size: 12px; color: var(--co01); font-weight: 700; margin-bottom: 15px;text-transform:uppercase;}
.section .sec_tit p{font-size: 22px; color: #222; font-weight: 500; line-height: 31px;}

/* section01 */
#section01{position: relative;}
#section01 .bg01{position: absolute;left: 0;bottom: 0%;z-index: -1;}
#section01 .bg01 img{width: 277px;}
#section01 .bg02{position: absolute;right: 0; bottom: 0;z-index: -1;}
#section01 .bg02 img{width: 128px;}

#section01 .con_wrap{display: flex;gap:55px;flex-wrap:wrap;}
#section01 .con_wrap .con{width: 100%;}
#section01 .con_wrap .con .tit{margin-bottom: 25px;}
#section01 .con_wrap .con .tit p{font-size: 22px; color: #222; font-weight: 700;}

#section01 .con_wrap .con01 .txt_wrap .txt01{display: flex; justify-content: space-between;align-items: center;padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px dashed #ddd;}
#section01 .con_wrap .con01 .txt_wrap .txt01 .icon{display: flex;align-items: center; gap:15px;}
#section01 .con_wrap .con01 .txt_wrap .txt01 .icon img{width: 30px;}
#section01 .con_wrap .con01 .txt_wrap .txt01 strong{font-size: 16px; color: #222; font-weight: 700;}
#section01 .con_wrap .con01 .txt_wrap .txt01 a{display: flex; gap:15px; align-items: center; font-size: 14px; color: #222; font-weight: 700;}
#section01 .con_wrap .con01 .txt_wrap .txt01 a img{width: 5px;}
#section01 .con_wrap .con01 ul.txt02 li{display: flex;}
#section01 .con_wrap .con01 ul.txt02 li:not(:last-child){margin-bottom: 15px;}
#section01 .con_wrap .con01 ul.txt02 li p{position: relative;font-size: 14px; color: #222; font-weight: 700; padding-left: 12px;width: 90px;transform: translateY(3px);}
#section01 .con_wrap .con01 ul.txt02 li p::after{content:'';position: absolute; top: 4px; left: 0; width: 3px; height: 3px; background: #ddd; border-radius:50%;}
#section01 .con_wrap .con01 ul.txt02 li span{display: block;font-size: 13px; color: #666; line-height: 19px;}

#section01 .con_wrap .con02 .txt_wrap{margin-bottom: 20px;}
#section01 .con_wrap .con02 .txt_wrap p{font-size: 14px;color: #666; font-weight: 700;line-height: 20px;}
#section01 .con_wrap .con02 ul.btn_wrap{display: flex; display: flex; flex-wrap:wrap;gap:10px;}
#section01 .con_wrap .con02 ul.btn_wrap li{width: calc((100% - 10px) / 2); border:1px solid #ddd; border-radius:6px; background: #fff; transition:.4s;}
#section01 .con_wrap .con02 ul.btn_wrap li:hover{border:1px solid var(--co02)}
#section01 .con_wrap .con02 ul.btn_wrap li a{display: flex; align-items: center; justify-content: space-between;height: 45px;padding: 0 10px;}
#section01 .con_wrap .con02 ul.btn_wrap li .txt{display: flex; align-items: center;gap:10px;}
#section01 .con_wrap .con02 ul.btn_wrap li .txt img{width: 19px;}
#section01 .con_wrap .con02 ul.btn_wrap li p{font-size: 12px; color: #222; font-weight: 700;transition:.4s;}
#section01 .con_wrap .con02 ul.btn_wrap li:hover p{color: var(--co02);}
#section01 .con_wrap .con02 ul.btn_wrap li img.arr{width: 5px;}

/*section02*/
#section02{background: url(/assets/images/main/sec02_bg01_mob.jpg)center no-repeat; background-size: cover;padding: 0;}
#section02 .sec_tit p{font-size: 22px; color: #fff; line-height: 31px;}
#section02 .con_wrap{display: block;}
#section02 .con_wrap .con01{width: 100%;padding: 60px 2.6% 60px 2.6%;}
#section02 .con_wrap .con01 .btn_wrap{display: flex;gap:10px;}
#section02 .con_wrap .con01 .btn_wrap a{position: relative;display: block; width: calc((100% - 10px) / 2); height: 222px; padding: 25px 20px; background: url(/assets/images/main/sec02_img01_mob.jpg)center no-repeat;background-size: cover; border-radius:10px;transition:.4s;background-position-x: left;box-shadow: 4px 4px 5px rgba(0, 0, 0, .25);}
#section02 .con_wrap .con01 .btn_wrap a:nth-child(2){background: url(/assets/images/main/sec02_img02_mob.jpg)center no-repeat;background-size: cover; background-position-x: left;}
#section02 .con_wrap .con01 .btn_wrap a:hover{background-position-x: center;}
#section02 .con_wrap .con01 .btn_wrap a em{position: absolute; bottom: 20px; right: 20px;transition:.3s;}
#section02 .con_wrap .con01 .btn_wrap a:hover em{transform:rotate(-45deg);}
#section02 .con_wrap .con01 .btn_wrap a em img{width: 13px;}

#section02 .con_wrap .con02{position: relative;width: 100%;padding: 60px 2.6%;background: var(--co01);}
#section02 .con_wrap .con02 strong{display: block;font-size: 22px;color: #fff;margin-bottom: 30px;}

#section02 .con_wrap .con02 .video_wrap{position:relative; width:100%; padding-bottom:56.25%; overflow: hidden; border-radius:12px;}
#section02 .con_wrap .con02 .video_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;}

#section02 .con_wrap .con02 .bg01 em{display: block;background: url(/assets/images/main/sec02_bg02_mob.png)left no-repeat;width: 100%;height: 100%;background-size: cover;}
#section02 .con_wrap .con02 .bg02 em{display: block;background: url(/assets/images/main/sec02_bg03_mob.png)right no-repeat;width: 100%;height: 100%;margin-left: auto;background-size: cover;}

#section02 .con_wrap .con02 .bg01{position: absolute;bottom: 70px; right: 0; width: 247px; height: 143px;}
#section02 .con_wrap .con02 .bg02{position: absolute;right: 80px;bottom: 0; width: 197px; height: 78px;}

/*section03*/
#section03{position: relative;overflow: hidden;}
#section03 .bg01{position: absolute;left: 0;top: 0;left: -350px;top: -420px;z-index: -1;}
#section03 .bg02{position: absolute;right: -500px;bottom: -400px;}

#section03 .inner{display: flex;gap:60px;flex-wrap:wrap;}
#section03 .con{width: 100%;}
#section03 .con .tit{display: flex; align-items: center; justify-content: space-between;padding-bottom: 20px;}
#section03 .con .tit p{font-size: 22px; color: #222; font-weight: 700;}
#section03 .con .tit .con01_arr{display: flex; gap:5px;}
#section03 .con .tit .con01_arr button{display: flex; align-items: center; justify-content: center;width: 25px; height: 25px;border:1px solid #ddd; border-radius:50%;transition:.3s;}
#section03 .con .tit .con01_arr button img{width: 5px;}
#section03 .con .tit .con01_arr button:hover{opacity: .7;}
#section03 .con .tit .con01_arr button.prev img{transform:rotate(180deg);}

#section03 .con01 .slide_wrap{border-top: 2px solid #222;	}
#section03 .con01 .slide_wrap .cal_wrap ul{display: flex;flex-wrap:wrap;}
#section03 .con01 .slide_wrap .cal_wrap ul li{position: relative;width: 100%;border-bottom: 1px solid #ddd;transition:.3s;}
#section03 .con01 .slide_wrap .cal_wrap ul li:hover{background: #f4fafe;}
#section03 .con01 .slide_wrap .cal_wrap ul li:nth-child(1)::after,
#section03 .con01 .slide_wrap .cal_wrap ul li:nth-child(3)::after{content:'';display: none;position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: calc(100% - 80px); background: #ddd;}
#section03 .con01 .slide_wrap .cal_wrap ul li a{display: block;padding: 20px;}
#section03 .con01 .slide_wrap .cal_wrap ul li em.date{display: flex; align-items: center; justify-content: center; height: 21px; padding: 0 8px;font-size: 11px; color: #fff; font-weight: 700; background: var(--co02); border-radius: 17px;width: fit-content; margin-bottom: 15px;}
#section03 .con01 .slide_wrap .cal_wrap ul li p{font-size: 12px; color: #222; font-weight: 700;margin-bottom: 10px;}
#section03 .con01 .slide_wrap .cal_wrap ul li span{position: relative;display: block;font-size: 11px; color: #666; line-height: 1.3;padding-left: 7px;}
#section03 .con01 .slide_wrap .cal_wrap ul li span::after{content:'-';position: absolute; left: 0; top: 0;}

#section03 .con02 .tit a{display: flex; align-items: center; gap:15px;font-size: 12px; color: #222;font-weight: 700;}
#section03 .con02 .tit img{width: 5px;}
#section03 .con02 ul li{position: relative;background: #f5f5f5; border-radius: 8px;transition:.4s;}
#section03 .con02 ul li:hover{opacity: .7;}
#section03 .con02 ul li:not(:last-child){margin-bottom: 5px;}
#section03 .con02 ul li a{display: flex; align-items: center; height: 55px;}
#section03 .con02 ul li .date{position: relative;width: 50px;text-align: center;}
#section03 .con02 ul li .date::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 1px; height: 15px; background: #ddd;}
#section03 .con02 ul li .date span{display: block;font-size: 10px; color: #222;margin-bottom: 4px;font-weight: 700;}
#section03 .con02 ul li .date p{font-size: 15px; color: var(--co01);font-weight: 700;}
#section03 .con02 ul li strong{display: block;width: calc(100% -  50px);font-size: 12px; color: #333; font-weight: 700;padding: 0 60px 0 15px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 .con02 ul li em{position: absolute; right: 15px; top: 50%; transform:translateY(-50%);display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; background: #fff; border-radius:50%;}
#section03 .con02 ul li em img{width: 5px;} 

/* section04 */
#section04{padding: 60px 0 ;background: #f4fafe;}
#section04 .inner{display: flex;flex-wrap:wrap;gap:10px;}

#section04 .con01{padding-top: 0px;padding: 25px 15px;width: 100%; background: #fff; border-radius:8px;}
#section04 .con01 .tit{display: flex;align-items: center; justify-content: space-between; margin-bottom: 10px;}
#section04 .con01 .tit p{font-size: 12px; font-weight: 700;color: #222;margin-top: 12px;}
#section04 .con01 .tit a{transition:.3s;}
#section04 .con01 .tit a img{width: 15px;}
#section04 .con01 .tit a:hover{transform:rotate(-45deg);}
#section04 .con01 .txt strong{display: block;font-size: 16px; color: var(--co01); font-weight: 700;margin-bottom: 10px;}
#section04 .con01 .txt p{font-size: 11px; color: #666; line-height: 17px;}
#section04 .con01 .icon{margin-top: 5px;}
#section04 .con01 .icon a{display: block;margin-left: auto;width: fit-content;}
#section04 .con01 .icon a img{width: 35px;}

#section04 .con01-1{padding-right: 0px;padding: 25px 15px;border-right: 0;}
#section04 .con01-2{padding-left: 0px;padding: 25px 15px;}
#section04 .con01-2 .icon a img{width: 97px;}

#section04 .con02{width: 100%;margin-left: 0px;padding: 25px 15px;border-radius:8px; background: url(/assets/images/main/sec04_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section04 .con02 span{display: block;font-size: 12px; color: #fff; font-weight: 700;}
#section04 .con02 strong{display: block;font-size: 16px; color: #fff; font-weight: 700;margin: 13px 0px 17px;}
#section04 .con02 ul li{position: relative;font-size: 11px; color: #fff;padding-left: 10px;}
#section04 .con02 ul li:not(:last-child){margin-bottom: 8px;}
#section04 .con02 ul li::after{content:'';position: absolute; left: 0; top: 3px;width: 3px; height: 3px; background: #fff; border-radius:50%;}

/* banner_wrap */
#banner_wrap{padding: 15px 0;line-height: 1;border-top: 1px solid #ddd;}
#banner_wrap .inner{display: flex;gap:15px; align-items: center;}
#banner_wrap .slide_wrap{width: calc(100% - 70px);}
#banner_wrap .arr_wrap{display: flex;gap:5px;width: 55px;}
#banner_wrap .arr_wrap button{display: flex;align-items: center; justify-content: center; border:1px solid #ddd; width: 25px; height: 25px; border-radius:50%;transition:.4s;}
#banner_wrap .arr_wrap button:hover{opacity: .7;}
#banner_wrap .arr_wrap button img{width: 5px;}
#banner_wrap .arr_wrap .prev{transform:rotate(180deg);}
#banner_wrap ul li{margin-right: 10px; border-radius:6px; border:1px solid #ddd;overflow: hidden;transition:.4s;}
#banner_wrap ul li:hover{opacity: .7;}
#banner_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:27.273%;}
#banner_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%;}



/* footer */
#footer{position: relative;padding: 30px 0;border-top: 1px solid #ddd;}
#footer .inner{display: flex;justify-content: center;align-items: center;flex-direction: column;}
#footer .f_logo{display: block;margin: 0 auto 65px;width: fit-content;}
#footer .f_logo img{width: 142px;}
#footer address{text-align: center;}
#footer address p{font-size: 11px; line-height: 19px;color: #666;}
#footer address p b{display: inline-block; margin: 0 10px;font-size: 11px;}
#footer address p b:nth-of-type(1){display: block; width: 0; margin: 0;font-size: 0;line-height: 0;}
#footer p.copy{font-size: 11px; color: #999; margin-top: 55px;text-align: center;}
#footer .old_btn{position: absolute;top: 85px; left: 50%; transform:translateX(-50%);display: flex; align-items: center; justify-content: center; width: 125px; height: 28px; border-radius: 4px; font-size: 11px; color: #fff; background: var(--co02);}
#footer .sns_wrap{position: absolute;bottom: 60px;left: 50%; transform:translateX(-50%);display: flex;gap:10px;margin-top: 0px;}
#footer .sns_wrap a{display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: #999; border-radius:50%; transition:.4s;}
#footer .sns_wrap a:hover{background: var(--co02);}
#footer .sns_wrap a img{height: 10px;}
#footer .sns_wrap a:nth-child(1) img{transform: translateY(1px);}
#footer .sns_wrap a:nth-child(2) img{transform: translateX(1px);}
#footer .sns_wrap a:nth-child(3) img{height: 9px;}
#footer .sns_wrap a:nth-child(4) img{transform: translateY(1px);}

/* ======sub=========================================== */
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap h3{font-size: 22px; color: #222; font-weight: 800;text-align: center;}

#sub_container .inner{display: block;gap:0px;}
#sub_container .contop{width: 100%;}

#sub_contents{width: 100%;padding: 40px 0px 60px;}
#sub_contents .sub_tit{display: flex; align-items: flex-end; justify-content: space-between;padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #ddd; line-height: 1;}
#sub_contents .sub_tit h3{max-width: 125px;font-size: 18px; color: #222; font-weight: 700; line-height: 1.3;}
#sub_contents .sub_tit ul.sub_nav{display: flex;gap:7px 14px;align-items: center;transform: translateY(-8px);flex-wrap: wrap;}
#sub_contents .sub_tit ul.sub_nav li{position: relative;font-size: 11px; color: #999;}
#sub_contents .sub_tit ul.sub_nav li:not(:last-child)::after{content:''; position: absolute; right: -10px;top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub_nav_arr_mob.png)center no-repeat; width: 4px; height: 5px; background-size: cover;}
#sub_contents .sub_tit ul.sub_nav li img{width: 10px;}

.tab_menu_pc{display: none;}

.tab_menu_mob {display: block;width:100%; height:42px; line-height: 1;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;line-height:1;}
.tab_menu_mob .inner{position:relative; display: flex; height:100%;}
.tab_menu_mob .menu {display: flex; width:calc(100%); height:100%;background:#fff; }
.tab_menu_mob .menu > li {position:relative;flex:1; height:100%;}
.tab_menu_mob .menu > li.menulink01{border-right: 1px solid #ddd;}
.tab_menu_mob .menu > li::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);width: 10px; height: 5px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat; background-size: cover;}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 10px; width:100%; height:100%; font-size: 13px; color:#222; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu_mob .menu > li ul {display:none; position:absolute; width:100%; top:102%; left:0px; box-sizing:content-box; background-color:#fff; z-index:10; box-shadow: 4px 4px 8px rgba(0,0,0,.15);}
.tab_menu_mob .menu > li ul li a{display:flex; align-items:center; jcc	 position:relative; width:100%; height: 35px; font-size:12px; color:#666;  font-weight: 400;padding:0 10px; box-sizing:border-box; transition:.3s;text-align: center;}
.tab_menu_mob .menu > li ul li.on a{background: var(--co01);color: #fff;}

.depth03_wrap{display: block;position: relative;margin: 20px 0px 0px;}
.depth03_wrap em{position: relative;display: flex;align-items: center; font-size: 13px; color: #222; font-weight: 500;width: 100%; height: 40px; border:1px solid #ddd;padding: 0px 10px;}
.depth03_wrap em::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%); width: 10px; height: 5px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat; background-size: cover;transition:.3s;}
.depth03_wrap em.on::after{transform:translateY(-50%) rotate(180deg); }
.depth03_wrap ul{display:none; position:absolute; width:calc(100% - 5.2%); top:101%; left:50%; transform:translateX(-50%); box-sizing:content-box; background-color:#fff; z-index:10; box-shadow: 4px 4px 8px rgba(0,0,0,.15);}
.depth03_wrap ul li a{display:flex; align-items:center; jcc	 position:relative; width:100%; height: 35px; font-size:12px; color:#666;  font-weight: 400;padding:0 10px; box-sizing:border-box; transition:.3s;text-align: center;}
.depth03_wrap ul li.on a{background: var(--co01);color: #fff;}

/* 공통 */
h3.h3_tit01{position: relative;font-size: 20px; color: #222; font-weight: 700;padding-left: 30px; margin-bottom: 25px;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: -4px;background: url(/assets/images/sub/txt_icon01.png)center no-repeat; background-size: cover; width: 20px; height: 30px;}

h4.h4_tit01{position: relative;font-size: 16px; color: #222; font-weight: 700;margin-bottom: 20px; padding-left: 12px;}
h4.h4_tit01::after{content:'';position: absolute;left: 0; top: 0px; width: 2px; height: 15px; background: var(--co01);}
h4.h4_tit01 span{display: inline-block;font-size: 14px;color: var(--co01);}

.chk_st01{display: none;}
.chk_st01 + label{position: relative;font-size: 12px; color: #666;padding-left: 18px;}
.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 12px; height: 12px; border:1px solid #ddd; border-radius:2px;}
.chk_st01:checked+ label::after{background: url(/assets/images/sub/chk_icon01.png)center no-repeat var(--co01); background-size: 8px;border:1px solid var(--co01);}

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

table.tbl01{width: 100%;border-top: 2px solid #222;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 12px; padding: 10px; color: #222; font-weight: 700; background: #f5f5f5;}
table.tbl01 td{font-size: 12px; padding: 10px;color: #666;text-align: center;}

/* 온라인폼 */
.online_wrap_st01{line-height: 1;}
.online_wrap_st01 .top_txt{margin-bottom: 20px;}
.online_wrap_st01 .top_txt ul li{position: relative;padding-left: 12px;font-size: 12px; color: #666;line-height: 1.3;}
.online_wrap_st01 .top_txt ul li:not(:last-child){margin-bottom: 6px;}
.online_wrap_st01 .top_txt ul li::after{content:'';position: absolute;left: 0;top: 5px; width: 3px; height: 3px; background: #ddd; border-radius:50%;}

.online_wrap_st01 table.online_tbl01{width: 100%; border-top: 2px solid #222;}
.online_wrap_st01 table.online_tbl01 .col01{width: 130px;}
.online_wrap_st01 table.online_tbl01 .col02{width: calc(100% - 130px);}
.online_wrap_st01 table.online_tbl01 tr{border-bottom: 1px solid #ddd;}
.online_wrap_st01 table.online_tbl01 th{font-size: 12px; padding: 10px; color: #222; font-weight: 700; background: #f5f5f5;text-align: left;}
.online_wrap_st01 table.online_tbl01 th b{color: var(--co01);}
.online_wrap_st01 table.online_tbl01 td{padding: 10px;}
.online_wrap_st01 table.online_tbl01 td input[type="text"]{font-size: 12px; color: #666;border:1px solid #ddd; height: 30px; border-radius:3px;padding:0 10px ;}
.online_wrap_st01 table.online_tbl01 td input[type="text"].input01{width: 100%;}
.online_wrap_st01 table.online_tbl01 td input[type="text"].input02{width: 100%;}

.online_wrap_st01 table.online_tbl01 td .chk_wrap{display: flex;flex-wrap:wrap;gap:5px 15px;}

.online_wrap_st01 table.online_tbl01 td .pri_wrap{padding: 10px;border:1px solid #ddd; border-radius: 3px; height: 120px;overflow-y: scroll; margin-bottom: 15px;}
.online_wrap_st01 table.online_tbl01 td .pri_wrap strong{display: block;font-size: 13px; color: #222; font-weight: 700;margin-bottom: 5px;}
.online_wrap_st01 table.online_tbl01 td .pri_wrap p{font-size: 12px; color: #666; line-height: 1.5;}

.online_wrap_st01 table.online_tbl01 td .date_wrap{display: flex;gap:5px;}
.online_wrap_st01 table.online_tbl01 td input[type="date"]{font-size: 12px; color: #666;	border:1px solid #ddd; width: 120px; height: 30px; border-radius:4px;padding: 0px 10px;}
.online_wrap_st01 table.online_tbl01 td input[type="date"]:focus{outline:0;}

.online_wrap_st01 table.online_tbl01 td select{font-size: 12px; color: #666;	border:1px solid #ddd;width: 120px; height: 30px; border-radius:4px;padding: 0px 10px;}

.online_wrap_st01 .btn_wrap01{display: flex;align-items: center; justify-content: center;gap:10px; margin-top: 40px;}
.online_wrap_st01 .btn_wrap01 a{display: flex; align-items: center; justify-content: center;width: 120px; height: 40px; border:1px solid #ddd; border-radius:4px;font-size: 13px; color: #222;}
.online_wrap_st01 .btn_wrap01 a.btn02{color: #fff; background: var(--co01); border:1px solid var(--co01);}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{width: 100%; height: 158px; border-radius:10px;margin-bottom:30px;}
.sub0101_wrap .con01 img{width: 100%; height: 100%; object-fit:cover;}
.sub0101_wrap .con02 strong{display: block;font-size: 14px;line-height: 20px; font-weight: 700;color: #222; margin-bottom: 15px;}
.sub0101_wrap .con02 strong br{display: none;}
.sub0101_wrap .con02 strong 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%;font-weight: 700;}
.sub0101_wrap .con02 p{font-size: 11px; color: #666; line-height: 17px;}
.sub0101_wrap .con02 p br{display: none;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con_wrap{display: flex;gap:20px;flex-direction: column;}
.sub0102_wrap .con_wrap .img_con{width: 100%;}
.sub0102_wrap .con_wrap .img_wrap{position:relative; width:100%; padding-bottom:125%;overflow: hidden; border-radius:10px;}
.sub0102_wrap .con_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0102_wrap .con_wrap .img_con .tit{position: relative;margin-top: 12px;line-height: 1.5;}
.sub0102_wrap .con_wrap .img_con .tit::after{content:'';position: absolute; left: 0; top: 4px;width: 2px; height: 15px; background: var(--co01);}
.sub0102_wrap .con_wrap .img_con .tit p{display: flex;flex-wrap: wrap;align-items: baseline;gap:0px 5px;font-size: 17px; color: #222; font-weight: 700;padding-left: 12px;}
.sub0102_wrap .con_wrap .img_con .tit p span{display: inline-block;font-size: 13px;color: var(--co01);}

.sub0102_wrap .con_wrap .txt_con{width: 100%;}
.sub0102_wrap .con_wrap .txt_con strong{display: block;font-size: 18px; line-height: 1.6;color: #222; font-weight: 700; margin-bottom: 15px;}
.sub0102_wrap .con_wrap .txt_con strong 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%;font-weight: 700;}
.sub0102_wrap .con_wrap .txt_con .txt p{font-size: 14px; color: #666; line-height: 1.6;}
.sub0102_wrap .con_wrap .txt_con .txt p:not(:last-child){margin-bottom: 12px;}

/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con01{background: url(/assets/images/sub/sub0103_img01.jpg)center no-repeat; background-size: cover; width: 100%; height: 250px; background-attachment: fixed;border-radius:10px;}
.sub0103_wrap .con02{margin-top: 20px;}
.sub0103_wrap .con02 strong{display: block;font-size: 18px; line-height: 1.6;font-weight: 700;color: #222;margin-bottom: 15px;}
.sub0103_wrap .con02 strong 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%;font-weight: 700;}
.sub0103_wrap .con02 .txt p{font-size: 14px; color: #666; line-height: 1.6;}
.sub0103_wrap .con02 .txt p:not(:last-child){margin-bottom: 12px;}
.sub0103_wrap .con02 .txt02{background: #f5f5f5;padding: 20px; border:1px dashed #ddd; border-radius:10px;margin: 20px 0;}
.sub0103_wrap .con02 .txt02 p{font-size: 14px; color: #666; line-height: 1.6;}
.sub0103_wrap .con02 .txt02 b{display: block;font-size: 14px; color: #222; font-weight: 700;text-align: right;margin-top: 12px;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .con:not(:last-child){margin-bottom: 50px;}
.sub0104_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;gap:30px;}
.sub0104_wrap .con01 .box_wrap .box{position: relative; width: 100%;}
.sub0104_wrap .con01 .box_wrap .box .num{position: absolute;top: 10px; left: 10px;display: flex;align-items: center; justify-content: center;width: 30px; height: 30px; background: var(--co01); font-size: 13px; font-weight: 700; color: #fff; z-index: 100; border-radius:3px;}
.sub0104_wrap .con01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:63.83%;background: #f5f5f5; border-radius:6px; overflow: hidden;}
.sub0104_wrap .con01 .box_wrap .box .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%;}
.sub0104_wrap .con01 .box_wrap .box .txt_wrap{margin-top: 15px;}
.sub0104_wrap .con01 .box_wrap .box .txt_wrap p{font-size: 14px; color: #222;line-height: 1.6;font-weight: 700;} 
.sub0104_wrap .con01 .box_wrap .box .txt_wrap span{display: block;font-size: 14px;color: #999;line-height: 1.5; margin-top: 5px;} 

.sub0104_wrap .con02 .img_con{padding: 15px;border:1px solid #ddd; border-radius:10px; margin-bottom: 30px;}
.sub0104_wrap .con02 .img_con img{display: block; margin: 0 auto; max-width: 100%;}
.sub0104_wrap .con02 .txt_con .box:not(:last-child){margin-bottom: 25px;}
.sub0104_wrap .con02 .txt_con .box ul li{display: flex;}
.sub0104_wrap .con02 .txt_con .box ul li:not(:last-child){margin-bottom: 20px;}
.sub0104_wrap .con02 .txt_con .box ul li p{position: relative;width: 100px;font-size: 14px; color: #222; font-weight: 700;padding-left: 15px;}
.sub0104_wrap .con02 .txt_con .box ul li p::after{content:'';position: absolute;left: 0; top: 5px; width: 3px; height: 3px; background: #ddd; border-radius:50%;}
.sub0104_wrap .con02 .txt_con .box ul li span{display: inline;flex-wrap:wrap;gap:6px 0px; width: calc(100% - 100px);font-size: 13px; color: #666; line-height: 1.4;}
.sub0104_wrap .con02 .txt_con .box ul li span b{position: relative;display: inline;font-weight: 400;padding-left: 25px;}
.sub0104_wrap .con02 .txt_con .box ul li span b:first-child{padding-left: 0;}
.sub0104_wrap .con02 .txt_con .box ul li span b:not(:first-child)::before{content:'';position: absolute; top: 6px; left: 9px; transform:initial;  background: url(/assets/images/sub/sub_nav_arr_pc.png) center no-repeat; width: 4px;height: 5px;background-size: cover;filter: brightness(0.5);}

.sub0104_wrap .con02 .txt_con .sub_txt{display: flex;align-items: center;gap:10px;margin-top: 20px;padding: 6px 20px; background: #f5f5f5; border-radius:10px;}
.sub0104_wrap .con02 .txt_con .sub_txt img{width: 40px;}
.sub0104_wrap .con02 .txt_con .sub_txt p{font-size: 13px; color: #666;}
.sub0104_wrap .con02 .txt_con .sub_txt p strong{color: #222; font-weight: 700;}

/* sub0106 */
.sub0106_wrap{line-height: 1;}

.sub0106_wrap .top_txt{padding: 15px; border-radius:6px;margin-bottom: 25px;background: #f5f5f5;}
.sub0106_wrap .top_txt p{font-size: 14px; color: #333; font-weight: 700;}
.sub0106_wrap .top_txt span{display: block;font-size: 13px;color: #666; margin-top: 10px;line-height: 1.5;}

.sub0106_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0106_wrap .con .btn_box{display: flex;gap:10px;}
.sub0106_wrap .con .btn_box .btn{width: calc((100% - 40px) / 5);}
.sub0106_wrap .con .btn_box .btn a{display: block;position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
.sub0106_wrap .con .btn_box .btn a 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;transition:.5s;}
.sub0106_wrap .con .btn_box .btn a:hover img{transform:scale(1.05);}
.sub0106_wrap .con .btn_box .btn .txt{margin-top: 15px;}
.sub0106_wrap .con .btn_box .btn .txt p{position: relative;font-size: 16px; color: #666; line-height: 1.6;padding-left: 15px;}
.sub0106_wrap .con .btn_box .btn .txt p::after{content:'';position: absolute; left: 0; top: 12px;width: 4px; height: 4px;background: #ddd; border-radius:50%;}
.sub0106_wrap .con .btn_box .btn .txt p br{display: none;}

@media screen and (max-width:767px) {
.sub0106_wrap{line-height: 1;}
.sub0106_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0106_wrap .con .btn_box{display: flex;gap:20px 10px;flex-wrap:wrap;}
.sub0106_wrap .con .btn_box .btn{width: calc((100% - 20px) / 3);}
.sub0106_wrap .con .btn_box .btn a{display: block;position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
.sub0106_wrap .con .btn_box .btn a 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;transition:.5s;}
.sub0106_wrap .con .btn_box .btn a:hover img{transform:scale(1.05);}
.sub0106_wrap .con .btn_box .btn .txt{margin-top: 10px;}
.sub0106_wrap .con .btn_box .btn .txt p{position: relative;font-size: 13px; color: #666; line-height: 1.6;padding-left: 12px;}
.sub0106_wrap .con .btn_box .btn .txt p::after{content:'';position: absolute; left: 0; top: 8px;width: 3px; height: 3px;background: #ddd; border-radius:50%;}
.sub0106_wrap .con .btn_box .btn .txt p br{display: none;}
}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con:not(:last-child){margin-bottom: 50px;}

.sub0201_wrap .con .sub_txt{padding: 12px 15px; background: #f5f5f5; border-radius:6px;}
.sub0201_wrap .con .sub_txt p{font-size: 13px; color: #222; font-weight: 700;line-height: 1.5;}
.sub0201_wrap .con .sub_txt strong{font-weight: 700;}
.sub0201_wrap .con .sub_txt span{color: #666;font-weight: 400;}

.sub0201_wrap .con ul{margin: 20px 0;}
.sub0201_wrap .con ul li{display: flex;gap:10px;}
.sub0201_wrap .con ul li:not(:last-child){margin-bottom: 15px;}
.sub0201_wrap .con ul li p{position: relative;padding-left: 15px; font-size: 14px; color: #222; font-weight: 700;}
.sub0201_wrap .con ul li p::after{content:'';position: absolute; left: 0; top: 5px;width: 3px; height: 3px; background: #ddd; border-radius:50%;}
.sub0201_wrap .con ul li span{font-size: 13px; color: #666;}

.sub0201_wrap .con01 .box_wrap{display: flex;gap:40px;flex-direction: column;}
.sub0201_wrap .con01 .box_wrap .box{width: 100%;}
.sub0201_wrap .con01 .box_wrap .box .tit{margin-bottom: 15px;}
.sub0201_wrap .con01 .box_wrap .box .tit h4.h4_tit01{margin-bottom: 10px;}
.sub0201_wrap .con01 .box_wrap .box .tit span{font-size: 13px; color: #666; line-height: 1.5;}
.sub0201_wrap .con01 .box_wrap .box img{display: block;width: 100%; border-radius:10px;}

.sub0201_wrap .con02 table.tbl01 td{text-align: left;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:52.25%;border-radius:20px;overflow: hidden;}
.sub0301_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;}
.sub0301_wrap .con01 .txt_wrap{display: flex;align-items: center;justify-content: center;gap:10px;border-radius:20px; background: var(--co01);padding: 10px 15px;}
.sub0301_wrap .con01 .txt_wrap p{font-size: 13px;color: #fff;font-weight: 700;}
.sub0301_wrap .con01 .txt_wrap img{width: 12px;}

.sub0301_wrap .con02{margin-top: 50px;}

.sub0301_wrap .con02 .tit_wrap{display: flex; gap:20px;flex-direction: column;align-items: flex-start; margin-bottom: 25px;}
.sub0301_wrap .con02 .tit_wrap h3.h3_tit01{margin-bottom: 0;}
.sub0301_wrap .con02 .btn_wrap{display: flex;gap:5px;}
.sub0301_wrap .con02 .btn_wrap a{display: flex; align-items: center; justify-content: center;font-size: 13px;width: 130px; height: 35px; background: var(--co01); color: #fff; font-weight: 600;}

.sub0301_wrap .con02 ul{display: flex;flex-direction: column;border-top: 2px solid #222;}
.sub0301_wrap .con02 ul li{display: flex;align-items: flex-start;width: 100%;padding: 20px 15px;border-bottom: 1px solid #ddd;}
.sub0301_wrap .con02 ul li .tit{display: flex;align-items: center;gap:10px;width: 90px;}
.sub0301_wrap .con02 ul li .tit .icon{display: flex;align-items: center;justify-content: center;width: 30px; height: 30px; border-radius:50%; background: #f5f5f5;}
.sub0301_wrap .con02 ul li .tit .icon img{transform:scale(0.6);}
.sub0301_wrap .con02 ul li .tit p{font-size: 14px; color: #222; font-weight: 700;}
.sub0301_wrap .con02 ul li .txt{width: calc(100% - 90px);transform: translateY(5px);}
.sub0301_wrap .con02 ul li .txt p{font-size: 13px; color: #666; line-height: 1.5;}
.sub0301_wrap .con02 ul li .txt p b{display: block;color: var(--co01); font-weight: 700;}

.sub0301_wrap .con02 ul li.li02{width: 100%;}

.sub0301_wrap .con02 ul li .p_wrap p{display: flex;flex-direction: column;gap:10px;padding: 12px 0;border-bottom: 1px dashed #ddd;}
.sub0301_wrap .con02 ul li .p_wrap p:first-child{padding-top: 0;}
.sub0301_wrap .con02 ul li .p_wrap p:last-child{border-bottom: 0;padding-bottom: 0;}
.sub0301_wrap .con02 ul li .p_wrap p em{display: flex;align-items: center; justify-content: center; width: 20px; height: 20px; font-size: 12px; color: #fff; font-weight: 700; background: var(--co01); border-radius:3px;}
.sub0301_wrap .con02 ul li .p_wrap p span{display: block;font-size: 13px; color: #666; line-height: 1.5;width: 100%;}

.sub0301_wrap .con03{margin-top: 50px;}
.sub0301_wrap .con03 .img_box{display: flex;gap:10px; justify-content: center;flex-direction: column;}
.sub0301_wrap .con03 .img_box .img{width: 100%;}
.sub0301_wrap .con03 .img_box .img img{width: 100%;}

/* sub0701 */
.sub0701_wrap{line-height: 1;}
.sub0701_wrap .con:not(:last-child){margin-bottom: 20px;}
.sub0701_wrap .con01{display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;gap:15px;}
.sub0701_wrap .con01 .txt strong{display: block;font-size: 15px; color: #222; font-weight: 700;}
.sub0701_wrap .con01 .txt p{font-size: 13px; color: #666; margin-top: 10px;}
.sub0701_wrap .con01 a{display: flex; align-items: center; justify-content: center; width: 160px; height: 40px; font-size: 13px; color: #fff; background: var(--co01); border-radius:4px;margin-left: auto;}

.sub0701_wrap .con02 .box_wrap{display: flex;gap:20px; flex-wrap:wrap;}
.sub0701_wrap .con02 .box_wrap .box{width: 100%;}
.sub0701_wrap .con02 .box_wrap .box .box01{padding: 20px; background: #f5f5f5; border-radius:10px;}
.sub0701_wrap .con02 .box_wrap .box .box01 .icon{display: flex;align-items: center;gap:10px;}
.sub0701_wrap .con02 .box_wrap .box .box01 .icon p{font-size: 16px; color: #222; font-weight: 700;}
.sub0701_wrap .con02 .box_wrap .box .box01 .icon span{font-size: 13px; color: #666;}
.sub0701_wrap .con02 .box_wrap .box .box01 strong{display: block;font-size: 18px; color: var(--co01);margin-top: 10px; font-weight: 700;}

.sub0701_wrap .con02 .box_wrap .box .box02{display: flex;align-items: center;padding: 20px 0;background: #f5f5f5; border-radius:10px;}
.sub0701_wrap .con02 .box_wrap .box .box02 .icon{width: 50%;}
.sub0701_wrap .con02 .box_wrap .box .box02 .icon:first-child{border-right: 1px solid #ddd;}
.sub0701_wrap .con02 .box_wrap .box .box02 a{display: flex;flex-direction: column;align-items: center;justify-content: center;gap:10px;}
.sub0701_wrap .con02 .box_wrap .box .box02 p{font-size: 14px; color: #222;text-align: center;}
.sub0701_wrap .con02 .box_wrap .box .box02 img{transform:scale(0.8);}

.sub0701_wrap .con03 img{width: 100%; border-radius:10px;}

/* sub0801 */
.sub0801_wrap{line-height: 1;}
.sub0801_wrap .con01 .txt{margin-bottom: 10px;}
.sub0801_wrap .con01 .txt p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0801_wrap .con01 .a_wrap{display: flex;gap:5px;}
.sub0801_wrap .con01 a.n_btn{display: flex; align-items: center; justify-content: center; gap:10px; width: 180px; height: 40px; font-size: 14px; color: #fff; background: #25b604; border-radius:4px;}
.sub0801_wrap .con01 a.n_btn img{width: 18px;}
.sub0801_wrap .con01 a.old_btn{display: flex; align-items: center; justify-content: center; width: 180px; height: 40px; border-radius: 4px; font-size: 14px; color: #fff; background: var(--co02);}

.sub0801_wrap .con02{margin-top: 50px;}
.sub0801_wrap .con02 ul{margin-bottom: 20px;}
.sub0801_wrap .con02 ul li{position: relative;padding-left: 15px; font-size: 13px; color: #666; }
.sub0801_wrap .con02 ul li:not(:last-child){margin-bottom: 10px;}
.sub0801_wrap .con02 ul li::after{content:'';position: absolute; left: 0; top: 4px;width: 3px; height: 3px; background: #ddd; border-radius:50%;}
.sub0801_wrap .con02 .box_wrap{display: flex;gap:10px; flex-wrap:wrap;}
.sub0801_wrap .con02 .box_wrap .box{width: calc((100% - 10px) / 2);}
.sub0801_wrap .con02 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.sub0801_wrap .con02 .box_wrap .box .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;}

/* sub0901 */
.sub0901_wrap table.tbl01 .col01{width: 50px;}
.sub0901_wrap table.tbl01 .col02{width: calc((100% - 50px) / 3);}
.sub0901_wrap table.tbl01 .col03{width: calc((100% - 50px) / 3);}
.sub0901_wrap table.tbl01 .col04{width: calc((100% - 50px) / 3);}
.sub0901_wrap table.tbl01 td a{display: flex;align-items: center; justify-content: center;font-size: 12px;color: #666;width: 80px; height: 25px; border-radius: 4px; margin: 0 auto; border:1px solid #ddd;}

/* sub0901_login */
.sub0901_login{line-height: 1;}
.sub0901_login .tit{position: relative;padding: 20px 0; margin-bottom: 30px; border-bottom: 1px solid #ddd;}
.sub0901_login .tit::after{content:'';position: absolute; bottom: -1px; left: 50%; transform:translateX(-50%);width: 40px; height: 2px; background: var(--co01);}
.sub0901_login .tit p{font-size: 18px; color: #333; font-weight: 700;text-align: center;}
.sub0901_login .log_wrap{width: 100%;margin: 0 auto;}
.sub0901_login .log_wrap .input{display: flex;align-items: center;}
.sub0901_login .log_wrap .input:not(:last-child){margin-bottom: 10px;}
.sub0901_login .log_wrap .input p{font-size: 13px; color: #222; font-weight: 700;width: 70px;}
.sub0901_login .log_wrap .input input[type="text"]{width: calc(100% - 70px); height: 35px; border:1px solid #ddd; border-radius: 4px;font-size: 12px; color: #666;padding: 0px 10px;}
.sub0901_login .log_wrap .input input[type="text"]:focus{outline:0;}
.sub0901_login .log_btn{display: flex;align-items: center; justify-content: center;width: 100%; height: 40px;margin: 20px auto 0; font-size: 14px; color: #fff; font-weight: 700; border-radius:20px; background: var(--co01);}

.main_notice_no_data{line-height:235px; font-size:14px;}
.main_calendar_no_data{line-height:235px; font-size:14px;}
}