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

.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{position: relative; line-height: 1;border-bottom: 1px solid #ddd;}
#header .inner{display: flex;align-items: center; justify-content: space-between;height: 80px;}
#header h1 a img{width: 181px;}

#header ul.gnb{display: none;}
#header ul.gnb li a{display: block;font-size: 18px; color: #333; font-weight: 700;padding: 41px 35px;}

#header .right_wrap{display: flex;align-items: center;gap:30px;}
#header .right_wrap .sns_wrap{display: flex;gap:15px;}
#header .right_wrap .sns_wrap a{position: relative;}
#header .right_wrap .sns_wrap a img{width: 30px;}
#header .right_wrap .sns_wrap a img.on{position: absolute;left: 0;top: 0;opacity: 0;transition:.3s;}
#header .right_wrap .sns_wrap a:hover img.on{opacity: 1;}

#header .all_btn{position: relative;display: none; width: 30px; height: 18px;}
#header .all_btn::before{content:'';position: absolute;top: 0; right: 0; width: 100%; height: 2px; background: #333;transition:.3s;}
#header .all_btn::after{content:'';position: absolute;bottom: 0; right: 0; width: 100%; height: 2px; background: #333;transition:.3s;}
#header .all_btn span{position: absolute;top: 8px; right: 0; width: 100%; height: 2px; background: #333;}

#header .all_btn.on::before{top: 8px;transform:rotate(45deg);}
#header .all_btn.on::after{bottom: 8px;transform:rotate(-45deg);}
#header .all_btn.on span{opacity: 0;}

/* all_menu */
.all_menu_wrap{display: none;position: absolute;left: 0; top: 101px;width: 100%; background: url(/assets/images/main/all_bg.png)bottom left 20px no-repeat #fff;z-index: 4000; box-shadow:6px 6px 12px rgba(0,0,0,.15);}
.all_menu_wrap .inner{position: relative;min-height: 250px;}
.all_menu_wrap .all_menu{position: absolute;display: flex;background: #fff;width: 100%;}
.all_menu_wrap .all_menu .tit{width: 280px;padding-top: 50px;border-right: 1px solid #ddd;}
.all_menu_wrap .all_menu .tit p{font-size: 35px; color: #333; font-weight: 700;}
.all_menu_wrap .all_menu .menu_wrap{width: calc(100% - 280px);padding: 40px 50px 80px;}
.all_menu_wrap .all_menu .menu_wrap ul{display: flex;flex-wrap:wrap;gap:20px;}
.all_menu_wrap .all_menu .menu_wrap ul li{width: calc((100% - 60px) / 4);padding: 0px 20px;background: #f5f5f5; border-radius:8px;}
.all_menu_wrap .all_menu .menu_wrap ul li a{position: relative;display: flex;align-items: center;width: 100%;height: 54px; padding-left: 15px;font-size: 16px; color: #666;}
.all_menu_wrap .all_menu .menu_wrap ul li a::after{content:'·';position: absolute;top: 7px; left: 0;font-size: 24px; color: #999;font-weight: 800;}


/* navi */
.nav_btn{position: relative;display: block;width: 30px; height: 18px;}
.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;top: 8px; right: 0; width: 100%; height: 2px; background: #333;}

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

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

/*section*/
.section{padding: 60px 0;line-height: 1;}

/* visual_wrap */
#visual_wrap .inner{display: flex;gap:20px;}
#visual_wrap .visual01_wrap{position: relative;width: 100%;}
#visual_wrap .visual01_wrap ul.visual01{border-radius:15px;overflow: hidden;}
#visual_wrap .visual01_wrap ul.visual01 li img{width: 100%;}
#visual_wrap .visual01_wrap .slick-dots{display: flex;gap:20px;position: absolute;bottom: 20px;left: 50%;transform:translateX(-50%);z-index: 100;}
#visual_wrap .visual01_wrap .slick-dots li{position: relative;width: 6px; height: 6px; background: #fff; border-radius:50%;text-indent: -9999px;}
#visual_wrap .visual01_wrap .slick-dots li::after{content:'';opacity: 0;position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);width: 18px; height: 18px; background: var(--co01); border-radius:50%;transition:.3s;}
#visual_wrap .visual01_wrap .slick-dots li.slick-active{background: var(--co01);}
#visual_wrap .visual01_wrap .slick-dots li.slick-active::after{opacity: .3;}
#visual_wrap .visual01_wrap .slide_items{display: flex;align-items: center;gap:15px;position: absolute;bottom: 0; right: 0; width: 190px; height: 43px; background: #fff;padding: 0 20px;z-index: 100;border-radius:15px 0 0 0;}
#visual_wrap .visual01_wrap .slide_items::after{content:'';position: absolute;left: -15px;bottom: 0;background: url(/assets/images/main/vis_bg01_tab.png)center no-repeat; width: 15px; height: 15px; background-size: cover;}
#visual_wrap .visual01_wrap .slide_items::before{content:'';position: absolute;right: 0;top: -15px;background: url(/assets/images/main/vis_bg01_tab.png)center no-repeat; width: 15px; height: 15px; background-size: cover;}
#visual_wrap .visual01_wrap .slide_items .numcount{display: flex;align-items: center;gap:17px;}
#visual_wrap .visual01_wrap .slide_items .numcount span{font-size: 15px; font-weight: 700;color: rgba(51,51,51,.5);}
#visual_wrap .visual01_wrap .slide_items .numcount span.now{color: var(--co01);}
#visual_wrap .visual01_wrap .slide_items .numcount span.total{position: relative;}
#visual_wrap .visual01_wrap .slide_items .numcount span.total::after{content:'/';position: absolute;left: -11px;top: 50%;transform:translateY(-50%);}
#visual_wrap .visual01_wrap .slide_items .line{width: 44px; height: 1px; background: #ddd;}
#visual_wrap .visual01_wrap .slide_items .arr_wrap{display: flex;align-items: center;gap:8px;}
#visual_wrap .visual01_wrap .slide_items .arr_wrap img{height: 15px;}

#visual_wrap .visual02_wrap{display: none;position: relative;width: 340px;}
#visual_wrap .visual02_wrap ul.visual02{border-radius:20px;overflow: hidden;}
#visual_wrap .visual02_wrap .slide_items{display: flex;align-items: center;justify-content: center;gap:10px;position: absolute;bottom: 20px; left: 50%;transform:translateX(-50%); width: 120px; height: 34px; background: rgba(0,0,0,.7);padding: 0 24px;z-index: 100;border-radius:50px;}
#visual_wrap .visual02_wrap .slide_items .numcount{display: flex;align-items: center;gap:15px;}
#visual_wrap .visual02_wrap .slide_items .numcount span{font-size: 14px; font-weight: 700;color: rgba(255,255,255,.5);}
#visual_wrap .visual02_wrap .slide_items .numcount span.now{color: #fff;}
#visual_wrap .visual02_wrap .slide_items .numcount span.total{position: relative;}
#visual_wrap .visual02_wrap .slide_items .numcount span.total::after{content:'/';position: absolute;left: -10px;top: 50%;transform:translateY(-50%);}
#visual_wrap .visual02_wrap .slide_items .arr_wrap{display: flex;align-items: center;gap:10px;}

#section_wrap{display: flex;flex-direction: column-reverse;	}

/*section01*/
#section01{padding: 60px 0;padding-bottom: 0;}
#section01 .inner{display: flex;flex-wrap:wrap;gap:30px;}
#section01 .con_wrap{display: flex;gap:30px;width: 100%;}
#section01 .con_wrap .con{width: calc((100% - 30px) / 2);}
#section01 .con_wrap .con .tit_wrap{display: flex; align-items: flex-end;justify-content: space-between;margin-bottom: 20px;}
#section01 .con_wrap .con .tit_wrap p{font-size: 22px; color: #333; font-weight: 700;}
#section01 .con_wrap .con .tit_wrap a{display: flex;align-items: center;gap:8px;font-size: 14px; color: #666;}
#section01 .con_wrap .con .tit_wrap a img{width: 9px;}
#section01 .con_wrap .con .box{padding: 20px;border:1px solid #ddd; border-radius:10px;}
#section01 .con_wrap .con .box .top{padding-bottom: 20px; margin-bottom: 20px;border-bottom: 1px dashed #ddd;}
#section01 .con_wrap .con .box .top a{display: flex;align-items: center;gap:15px;}
#section01 .con_wrap .con .box .top .date{display: flex; align-items: center;justify-content: center;flex-direction: column;gap:5px;width: 60px; height: 60px; background: #e8f0f6; border-radius:10px;}
#section01 .con_wrap .con .box .top .date p{font-size: 17px; color: var(--co01);text-align: center;font-weight: 700;}
#section01 .con_wrap .con .box .top .date span{display: block;font-size: 12px;color: var(--co01);text-align: center;font-weight: 700;}
#section01 .con_wrap .con .box .top .txt{width: calc(100% - 75px);}
#section01 .con_wrap .con .box .top .txt p{font-size: 15px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section01 .con_wrap .con .box .top .txt span{display: block;font-size: 14px; color: #666;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  margin-top: 12px;}
#section01 .con_wrap .con .box ul li{position: relative;padding-left: 15px;}
#section01 .con_wrap .con .box ul li:hover{text-decoration:underline;}
#section01 .con_wrap .con .box ul li:not(:last-child){margin-bottom: 13px;}
#section01 .con_wrap .con .box ul li::after{content:'·';position: absolute;left: 0; top: -4px;font-size: 18px;color: var(--co01); font-weight: 800;}
#section01 .con_wrap .con .box ul li a{display: flex;}
#section01 .con_wrap .con .box ul li p{font-size: 15px; color: #333; font-weight: 700;width: calc(100% - 100px);white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section01 .con_wrap .con .box ul li span{display: block;font-size: 14px; color: #999;width: 100px;text-align: right;}

#section01 .con_wrap .con01 ul{border-top: 2px solid #333;}
#section01 .con_wrap .con01 ul li{border-bottom: 1px solid #ddd;}
#section01 .con_wrap .con01 ul li a{display: flex;align-items: center;justify-content: space-between;height: 52px;padding: 0px 10px 0px 15px;}
#section01 .con_wrap .con01 ul li p{position: relative;font-size: 15px; color: #333; font-weight: 700;padding-left: 18px;width: calc(100% - 50px);white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section01 .con_wrap .con01 ul li p::after{content:'·';position: absolute;left: 0; top: 40%; transform:translateY(-50%);font-size: 20px; color: var(--co01); font-weight: 900;}
#section01 .con_wrap .con01 ul li:hover p{text-decoration:underline;}
#section01 .con_wrap .con01 ul li em{display: flex;align-items: center; justify-content: center;width: 24px; height: 24px; background: var(--co01); border-radius:6px; }
#section01 .con_wrap .con01 ul li em img{width: 10px;}

#section01 .btn_wrap{display: flex;flex-wrap:wrap;gap:10px;width: 100%;}
#section01 .btn_wrap a{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:15px;width: calc((100% - 270px) / 4); height: 102px; background: #e8f0f6; border-radius:12px; box-shadow:6px 6px 12px rgba(0,0,0,.15);}
#section01 .btn_wrap a p{font-size: 14px; color: #333; font-weight: 700;text-align: center;}
#section01 .btn_wrap a img{width: 27px;}
#section01 .btn_wrap a:nth-child(3) img{width: 20px;}
#section01 .btn_wrap a.btn01{background: var(--co01);}
#section01 .btn_wrap a.btn01 p{color: #fff;}
#section01 .btn_wrap a.btn02{position: relative;display: block;padding: 20px 15px;width: 230px;height: 102px;background: url(/assets/images/main/sec01_bg01_tab.png)right bottom #1ba67d no-repeat;background-size: 80px;}
#section01 .btn_wrap a.btn02 img{position: absolute;top: 22px; right: 20px;width: 9px;}
#section01 .btn_wrap a.btn02 p{color: #fff;text-align: left;font-size: 15px;}
#section01 .btn_wrap a.btn02 span{display: block;font-size: 14px; color: #fff; line-height: 21px;margin-top: 10px;}
#section01 .btn_wrap a.btn02 span br{display: none;}

#section01 .pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.3);z-index: 9000;}
#section01 .pop_wrap .pop_con{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);width: 800px; max-width: calc(100% - 20px);}
#section01 .pop_wrap .pop_con .x_btn{ display: block;width: fit-content;margin-bottom: 20px;margin-left: auto;}
#section01 .pop_wrap .pop_box{padding: 30px;background: #fff; border-radius:10px;}
#section01 .pop_wrap .pop_box .tit{display: flex;align-items: flex-end; justify-content: space-between; margin-bottom: 20px;}
#section01 .pop_wrap .pop_box .tit p{font-size: 20px; color: #333; font-weight: 700;}
#section01 .pop_wrap .pop_box .tit span{font-size: 14px; color: #666;}
#section01 .pop_wrap .pop_box .tit span b{color: var(--co01);}
#section01 .pop_wrap .pop_box table.tbl02 .col01{width: 180px;}
#section01 .pop_wrap .pop_box table.tbl02 td input[type="text"]{font-size: 14px; color: #999;border:1px solid #ddd; border-radius:4px; width: 100%; height: 35px;padding: 0 13px;}
#section01 .pop_wrap .pop_box table.tbl02 td input[type="text"]:focus{outline:0;}
#section01 .pop_wrap .pop_box table.tbl02 td input[type="text"]::placeholder{font-size: 14px; color: #999;}
#section01 .pop_wrap .pop_box a.btn{display: flex; align-items: center; justify-content: center; width: 140px; height: 40px; font-size: 14px; color: #fff; font-weight: 700; background: var(--co01); border-radius:23px;margin: 40px auto 0;}

#section01 .pop_wrap .pop_box table.tbl02 td textarea{font-size: 14px; color: #999;border:1px solid #ddd; border-radius:4px; width: 100%; height: 100px;padding: 13px;resize:none;}
#section01 .pop_wrap .pop_box table.tbl02 td textarea:focus{outline:0;}
#section01 .pop_wrap .pop_box table.tbl02 td textarea::placeholder{font-size: 14px; color: #999;}

#section01 .pop_wrap .pop_box table.tbl02 td .filebox_wrap{position: relative;}
#section01 .pop_wrap .pop_box table.tbl02 td input[type="file"]{position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
#section01 .pop_wrap .pop_box table.tbl02 td input.upload-name:focus{outline:0;}
#section01 .pop_wrap .pop_box table.tbl02 td .filebox{display: flex;gap:5px;align-items: center;}
#section01 .pop_wrap .pop_box table.tbl02 td .filebox:not(:last-child){margin-bottom: 5px;}
#section01 .pop_wrap .pop_box table.tbl02 td .filebox .upload-name{font-size: 14px; color: #999;border:1px solid #ddd; border-radius:4px; width: calc(100% - 135px); height: 35px;padding: 0 13px;}
#section01 .pop_wrap .pop_box table.tbl02 td .filebox label{display: flex;align-items: center; justify-content: center;width: 100px; height: 35px;font-size: 14px; color: #fff; background: #666; border-radius:4px; cursor:pointer;}
#section01 .pop_wrap .pop_box table.tbl02 td .filebox_wrap a.add_btn{position: absolute;bottom: 6px;right: 0px;}

/* section02 */
#section02{background: #f3faf8;}
#section02 .tit{margin-bottom: 26px;}
#section02 .tit p{font-size: 28px; color: #333;font-weight: 700;text-align: center;}
#section02 .cal_wrap{position: relative;display: flex;gap:20px; margin-bottom: 30px;justify-content: space-between;}
#section02 .cal_wrap::after{content:'';position: absolute;left: 50%; top: 50%;transform:translate(-50%,-50%); width: calc(100% - 340px); height: 1px; background: #ddd;}
#section02 .cal_wrap .year{position: relative;display: flex;align-items: center;gap:20px;padding-right: 0px;}
#section02 .cal_wrap .year::after{content:'';display: none;position: absolute;top: 50%;right: 0; transform:translateY(-50%);width: 120px; height: 1px; background: #ddd;}
#section02 .cal_wrap .year strong{font-size: 20px; color: #333; font-weight: 700;}
#section02 .cal_wrap .year img{width: 18px;}
#section02 .cal_wrap .date{display: flex; align-items: center;width: 160px;}
#section02 .cal_wrap .date a{position: relative;display: flex;align-items: center; justify-content: center;flex:1;font-size: 14px; color: #666;z-index: 10;}
#section02 .cal_wrap .date a.today{color: #fff; font-weight: 700;}
#section02 .cal_wrap .date a.today::after{content:'';position: absolute;left: 50%; top: 50%;transform:translate(-50%,-50%); background: var(--co02);width: 30px; height: 30px; border-radius:50%;z-index: -1;}	

#section02 .slide_wrap{padding: 40px 0;border-top: 2px solid #333;border-bottom: 1px solid #ddd;}
#section02 .slide_wrap ul{position: relative;padding: 0 25px;}
#section02 .slide_wrap ul::after{content: '';position: absolute;top: 0;right: 25px; background: #f3faf8;width: 10px;height: 100%;}
#section02 .slide_wrap ul li a{display: block;padding: 15px 20px;border-right: 1px solid #ddd;}
#section02 .slide_wrap ul li em{display: flex;align-items: center; justify-content: center;width: 80px; height: 26px; border-radius:15px; font-size: 14px; color: #fff; background: var(--co02);font-weight: 700;margin-bottom: 10px;}
#section02 .slide_wrap ul li em.off{background: #999;}
#section02 .slide_wrap ul li p{font-size: 16px; color: #333; font-weight: 700; height: 70px; line-height: 25px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 .slide_wrap ul li:hover p{text-decoration: underline;}
#section02 .slide_wrap ul li span{position: relative;display: block;font-size: 15px; color: #999;padding-left: 25px; margin-top: 40px;}
#section02 .slide_wrap ul li span::after{content:'';position: absolute;top: 0;left: 0;background: url(/assets/images/main/cal_icon01_tab.png)center no-repeat; width: 15px; height: 14px; background-size: cover;}
#section02 .slide_wrap ul .slick-prev{position: absolute;top: 50%;left: 0; transform:translateY(-50%);background: url(/assets/images/main/cal_prev_tab.png)center no-repeat; width: 25px; height: 20px; background-size: cover;text-indent: -9999px;}
#section02 .slide_wrap ul .slick-next{position: absolute;top: 50%;right: 0; transform:translateY(-50%);background: url(/assets/images/main/cal_next_tab.png)center no-repeat; width: 25px; height: 20px; background-size: cover;text-indent: -9999px;}

/* section03 */
#section03 .con_wrap{display: flex;gap:30px;}
#section03 .con{position: relative;width: calc((100% - 30px) / 2);}
#section03 .con .tab-menu-wrap{position: relative;display: flex;align-items: flex-end;gap:15px; margin-bottom: 20px;padding-top: 35px;padding-left: 10px;}
#section03 .con .tab-menu-wrap::after{content:'|';position: absolute; bottom: 2px;left: 0px;font-size: 12px; color: #ddd;font-weight: 700;}
#section03 .con .tab-menu-wrap a{position: relative;display: block;font-size: 15px; color: #999; font-weight: 700;/* transition:.3s ease; */}
#section03 .con .tab-menu-wrap a.on{position: absolute;left: 0;top: 0;font-size: 22px; color: #333; font-weight: 700;}
#section03 .con .tab-menu-wrap a:not(:last-child)::after{content:'|';position: absolute; bottom: 2px;right: -10px;font-size: 12px; color: #ddd;font-weight: 700;}
#section03 .con .tab-menu-wrap a::after{content:'|';position: absolute; bottom: 2px;right: -10px;font-size: 12px; color: #ddd;font-weight: 700;}
#section03 .con .tab-menu-wrap a.on::after{display: none;}

#section03 .con01 .sec03_slide .slick-list{width: 100%;}
#section03 .con01 .sec03_slide li{margin-right: 0px;}
#section03 .con01 .sec03_slide .img_box{position: relative;overflow: hidden;}
#section03 .con01 .sec03_slide .img_wrap{position:relative; width:100%; padding-bottom:56.418%;overflow: hidden; border-radius:10px;}
#section03 .con01 .sec03_slide .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;}
#section03 .con01 .sec03_slide .img_box .more{display: flex;align-items: center; justify-content: center;position: absolute;bottom: -1px; right: 0; transform: translate(50px, 50px); width: 40px; height: 40px; background: #fff; padding: 8px; border-radius:10px 0 0 0 ;transition:.3s ease;}
#section03 .con01 .sec03_slide .img_box .more::after{content:'';position: absolute;left: -10px;bottom: 0;background: url(/assets/images/main/sec02_bg01_tab.png)center no-repeat; width: 10px; height: 10px; background-size: cover;}
#section03 .con01 .sec03_slide .img_box .more::before{content:'';position: absolute;right: 0;top: -10px;background: url(/assets/images/main/sec02_bg01_tab.png)center no-repeat; width: 10px; height: 10px; background-size: cover;}
#section03 .con01 .sec03_slide .img_box .more em{display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; border-radius:6px; background: var(--co01);}
#section03 .con01 .sec03_slide .img_box .more em img{width: 9px;}
#section03 .con01 .sec03_slide li:hover .img_box .more{transform: translate(0px, 0px); }

#section03 .con01 .sec03_slide .txt_wrap{padding: 15px 10px;}
#section03 .con01 .sec03_slide .txt_wrap p{font-size: 15px; color: #333; font-weight: 700; line-height: 1; height: auto;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap:break-word;}
#section03 .con01 .sec03_slide .txt_wrap span{display: block;position: relative;font-size: 14px;padding-left: 22px; color: #999; margin-top: 15px;}
#section03 .con01 .sec03_slide .txt_wrap span::after{content:'';position: absolute;left: 0; top: 0;background: url(/assets/images/main/cal_icon01_tab.png)center no-repeat; width: 13px; height: 12px; background-size: cover;}

#section03 .con01 .sec03_item01{display: flex;align-items: center; justify-content: space-between; margin-top: 15px;}
#section03 .con01 .sec03_item01 .progress{ position:relative; width:calc(100% - 80px); height:2px; background:#ddd;}
#section03 .con01 .sec03_item01 .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co01); transition:0.5s;}
#section03 .con01 .sec03_item01 .arr_wrap{display: flex;align-items: center; justify-content: flex-end;gap:6px;}
#section03 .con01 .sec03_item01 .arr_wrap img{height: 15px;}

#section03 .con02 ul{border-top: 2px solid #333;}
#section03 .con02 ul li{position: relative;border-bottom: 1px solid #ddd;}
#section03 .con02 ul li a{display: block;padding: 20px 40px 20px 10px;}
#section03 .con02 ul li strong{display: block;font-size: 15px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 .con02 ul li p{font-size: 14px; height: 45px; color: #666; line-height: 21px;margin: 10px 0;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section03 .con02 ul li span{display: block;position: relative;font-size: 14px;padding-left: 22px; color: #999; margin-top: 15px;}
#section03 .con02 ul li span::after{content:'';position: absolute;left: 0; top: 0;background: url(/assets/images/main/cal_icon01_tab.png)center no-repeat; width: 13px; height: 12px; background-size: cover;}
#section03 .con02 ul li .more{opacity: 0;position: absolute;right: 10px; top: 50%;transform:translateY(-50%);display: flex;align-items: center; justify-content: center; width: 25px; height: 25px; background: var(--co01); border-radius:8px;transition:.3s;}
#section03 .con02 ul li .more img{width: 9px;}
#section03 .con02 ul li:hover .more{opacity: 1;}

#banner_wrap{padding: 12px 0;line-height: 1;border-top: 1px solid #ddd; }
#banner_wrap ul{display: flex;justify-content: space-around;gap:initial;}
#banner_wrap ul li{width: 163px;}
#banner_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:30.769%;}
#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%;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);width: calc(100% - 20px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 25px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 397px;background: #fff; border-radius:12px;padding: 35px 30px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 16px; color: #999;line-height: 1.8;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}

#footer{padding: 40px 0px;line-height: 1; border-top: 1px solid #ddd;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .f_left .a_wrap{display: flex;gap:25px; margin-bottom: 60px;}
#footer .f_left .a_wrap a{font-size: 15px; color: #999;}
#footer .f_left strong{display: block;font-size: 20px; color: #333; font-weight: 700;margin-bottom: 25px;}
#footer .f_left address p{font-size: 14px; color: #666; line-height: 21px;}
#footer .f_left address p b{display: inline-block;font-size: 12px; color: #ddd; font-weight: 700;margin: 0px 15px;}
#footer .f_left address span{display: block;font-size: 14px; color: #999; margin-top: 10px;line-height: 21px;}
#footer .f_left address span i{display: block;}

#footer .f_right .site{position: relative;}
#footer .f_right .site em{display: flex;align-items: center; justify-content: space-between;width: 200px; height: 32px;font-size: 14px; color: #333;border-bottom: 1px solid #333; cursor:pointer;}
#footer .f_right .site em img{width: 13px;}
#footer .f_right .site .site_slide{display: none;position: absolute;bottom:calc(100% + 5px); width: 100%; border:1px solid #ddd; border-radius:10px; background: #fff;padding: 25px 20px;}
#footer .f_right .site ul{height: 156px;overflow-y: scroll;}
#footer .f_right .site ul::-webkit-scrollbar {width: 3px;  /* 스크롤바의 너비 */}
#footer .f_right .site ul::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #bbb; /* 스크롤바의 색상 */border-radius: 10px;}
#footer .f_right .site ul::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}
#footer .f_right .site ul li:not(:last-child){margin-bottom: 12px;}
#footer .f_right .site ul li a{font-size: 13px; color: #999;}
#footer .f_right .f_logo{display: block;margin: 40px 0px 30px;}
#footer .f_right .f_logo img{margin-left: auto;width: 181px;}
#footer .f_right .sns_wrap{display: flex;justify-content: flex-end;gap:15px;}
#footer .f_right .sns_wrap a img{width: 25px;}

/*=======sub=================================*/
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;left: 50%;top: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex;justify-content: center;gap:35px;margin-bottom: 25px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;	font-size: 14px; color: #333; font-weight: 500;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute;top: 50%; right: -20px;transform:translateY(-50%); background: url(/assets/images/sub/sub_nav_arr_tab.png)center no-repeat; width: 6px; height: 11px; background-size: cover;}
#sub_visual_wrap .txt_wrap h3{font-size: 45px; color: #333; font-weight: 700; text-align: center;}

#sub_contents{padding: 60px 0;}
#sub_contents.no_pb{padding-bottom: 0;}

.tab_menu_pc{display: none;}
.tab_menu_pc ul{display: flex;align-items: center;gap:70px;padding: 0px 70px;height: 80px; border:1px solid #e8f0f6; background: #fff; border-radius:40px;width: max-content;}
.tab_menu_pc ul li a{font-size: 20px; color: #999; font-weight: 500;border-bottom: 1px solid transparent;}
.tab_menu_pc ul li.on a{color: var(--co01); font-weight: 700;border-bottom: 1px solid var(--co01);}

.tab_menu_mob{display: block; margin-top: 60px;}
.tab_menu_mob .menu {display: flex; gap:10px; justify-content: center;}
.tab_menu_mob .menu > li {position:relative;width: 240px; height:45px; background: #fff; border:1px solid #e8f0f6; border-radius:45px;}
.tab_menu_mob .menu > li::after{content:'';position: absolute; right: 20px; top: 50%; transform:translateY(-50%);width: 11px; height: 7px; background: url(/assets/images/sub/sub_tab_tab.png)center no-repeat; background-size: cover;}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 20px 0 20px; width:100%; height:100%; font-size: 15px; color:#333; font-weight: 600; 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:calc(100% + 5px); left:0px; padding:20px 0; box-sizing:content-box; background-color:#fff; z-index:10;border:1px solid #e8f0f6; border-radius:20px;}
.tab_menu_mob .menu > li ul li ~ li { margin-top:20px;}
.tab_menu_mob .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:15px; color:#666;  font-weight: ５00;padding:0 20px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu_mob .menu > li ul li.on a{color: var(--co01);font-weight: 700;}

/* 공통 */
#sub_contents img{max-width: 100%;}

.tit_st01{margin-bottom: 40px;}
.tit_st01.center{text-align:center;}
.tit_st01.flex{display: flex;gap:20px;}
.tit_st01 em{display: block;font-size: 14px; color: var(--co01); font-weight: 700;margin-bottom: 12px;}
.tit_st01 p{display: inline-flex;align-items: center;gap:15px;font-size: 28px; color: #333; font-weight: 700;}
.tit_st01 p a.more_btn{display: flex;align-items: center;justify-content: center;gap:8px;width: 100px; height: 30px; background: var(--co01);font-size: 14px; color: #fff; font-weight: 500; border-radius:18px;}
.tit_st01 p a.more_btn img{width: 14px;}
.tit_st01 span{display: block;font-size: 16px; color: #666; line-height: 1.6; font-weight: 500; margin-top: 15px;}
.tit_st01 span b{color: #333;font-weight: 500;}

h4.h4_tit01{position: relative;font-size: 20px; color: #333; font-weight: 700;padding-left: 22px; margin-bottom: 20px;}
h4.h4_tit01::after{content:'';position: absolute;left: 0; top: 7px; width: 6px; height: 6px; background: var(--co01); border-radius:50%;}

table.tbl01{width: 100%;table-layout: fixed;}
table.tbl01 th{font-size: 15px; color: #333; background: #e8f0f6; border:1px solid #ddd;padding: 12px;}
table.tbl01 td{font-size: 15px; color: #666;font-weight: 500; background: #fff; border:1px solid #ddd;padding: 12px;}
table.tbl01 td.center{text-align: center;}

table.tbl02{width: 100%;border-top: 2px solid #666;table-layout: fixed;}
table.tbl02 th{padding: 15px;font-size: 15px; color: #333;font-weight: 600; background: #f7f7f7; border:1px solid #ddd;}
table.tbl02 th em{color: var(--co01); font-weight: 700; }
table.tbl02 td{padding: 15px;border:1px solid #ddd;}

ul.depth03{display: flex;justify-content: center; border-radius:35px; background: #f5f5f5;width: max-content;margin: 0 auto 60px;width: 100%;}
ul.depth03 li{flex:1;}
ul.depth03 li a{display: flex;align-items: center; justify-content: center;width: 100%;height: 50px;border-radius:35px;font-size: 16px; color: #333; font-weight: 700;}
ul.depth03 li.on a{background: var(--co01);color: #fff;}

input.ra_st01{display: none;}
input.ra_st01 + label{position: relative;font-size: 15px; color: #666; padding-left: 27px; line-height: 1;}
input.ra_st01 + label::after{content:'';position: absolute;left: 0; top: -1px;width: 16px; height: 16px; border-radius:50%; border:1px solid #ddd;}
input.ra_st01:checked + label::after{border:5px solid var(--co01);}

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 15px; color: #666; padding-left: 27px; line-height: 1;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0; top: 1px;width: 16px; height: 16px; border-radius:2px; border:1px solid #ddd;color: #fff; text-align: center; line-height: 14px;}
input.chk_st01:checked + label::after{content:'✓';background: var(--co01); border:1px solid var(--co01)}

/*sub0101*/
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con{padding: 60px 0;}
.sub0101_wrap .con .tit_st01 span br{display: none;}
.sub0101_wrap .con01{padding-top: 0;}
.sub0101_wrap .con01 .img_wrap img{max-width: 100%;}

.sub0101_wrap .con02{background: #f8f8f8;}
.sub0101_wrap .con02 .img_wrap{position: relative;display: flex;flex-wrap:wrap;gap:20px;}
.sub0101_wrap .con02 .img_wrap .img{width: calc((100% - 20px) / 2);}
.sub0101_wrap .con02 .img_wrap .img img{max-width: 100%;}
.sub0101_wrap .con02 .img_wrap .txt_wrap{display: flex;align-items: center; gap:12px; justify-content: center;flex-direction: column;position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 220px; height: 220px;background: url(/assets/images/sub/sub0101_cir01.png)center no-repeat #fff; border-radius:50%;background-size: 180px;}
.sub0101_wrap .con02 .img_wrap .txt_wrap p{font-size: 16px; color: #333; font-weight: 700; text-align: center; line-height: 1.5;}

.sub0101_wrap .con03{background: #fff;}

.sub0101_wrap .con04{background: #f3f7fa;}
.sub0101_wrap .con04 .inner{display: flex;gap:40px;flex-direction: column;}
.sub0101_wrap .con04 .left{display: flex;flex-direction: column;justify-content: space-between;gap:20px;width: 100%;}
.sub0101_wrap .con04 .left .txt_box{padding: 40px 20px;background: #fff; border-radius:12px;}
.sub0101_wrap .con04 .left .txt_box .tit_st01{margin-bottom: 0;}
.sub0101_wrap .con04 .left .arr_wrap{display: flex;gap:10px;justify-content: flex-end;}
.sub0101_wrap .con04 .left .arr_wrap img{width: 60px;}

.sub0101_wrap .con04 .right{width: 100%;}
.sub0101_wrap .con04 .con04_slide li .img_wrap{}
.sub0101_wrap .con04 .con04_slide li .img_wrap img{width: 100%;}

.sub0101_wrap .con05 .con05_slide li .img_wrap{}
.sub0101_wrap .con05 .con05_slide li .img_wrap img{width: 100%;}

.sub0101_wrap .con04_new{background: #f3f7fa;}

.sub0101_wrap .con05_new{background: #fff;}

.sub0101_wrap .con06{background: #f8f8f8;}
.sub0101_wrap .con06 .info_box{display: flex;align-items: flex-start; flex-direction: column;gap:25px;height: auto; padding: 30px 20px; background: #fff; border-radius:12px; margin-top: ４0px;}
.sub0101_wrap .con06 .info_box .tit{width: 100%;}
.sub0101_wrap .con06 .info_box .tit p{font-size: 20px; color: #333; font-weight: 700;text-transform:uppercase;}
.sub0101_wrap .con06 .info_box ul{display: flex;align-items: center;justify-content: space-between;flex-direction: column;width: 100%;}
.sub0101_wrap .con06 .info_box ul li{display: flex;align-items: center;align-items: center;gap:20px;width: 100%;}
.sub0101_wrap .con06 .info_box ul li:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .con06 .info_box ul li p{font-size: 16px; color: #333; font-weight: 500;}

/*sub0102*/
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con{padding: 60px 0;}

.sub0102_wrap .con01{padding-top: 0;}
.sub0102_wrap .con01 .slide_wrap{position: relative;}
.sub0102_wrap .con01 .slide_wrap ul{filter: brightness(0.7);}
.sub0102_wrap .con01 .slide_wrap p{position: absolute; top: 50%;left: 50%;transform:translate(-50%,-50%); font-size: 26px;color: #fff;font-weight: 700;width: 100%;text-align: center;}
.sub0102_wrap .con01 .slide_wrap ul li img{width: 100%;height: 250px;object-fit: cover;border-radius: 12px;}

.sub0102_wrap .con02 .box_wrap{display: flex;justify-content: center;}
.sub0102_wrap .con02 .box_wrap .box{position: relative;display: flex;align-items: center; justify-content: center;flex-direction: column;gap:10px;width: 250px; height: 250px; border:1px solid #9abad6; border-radius:50%;overflow: hidden;}
.sub0102_wrap .con02 .box_wrap .box::after{content:'';opacity: 0;position: absolute;top: 0;left: 0;width: 100%; height: 100%;background: linear-gradient(180deg,rgba(255, 255, 255, 1) 40%, rgba(31, 103, 165, .3) 100%);z-index: -1;transition:.4s;}
.sub0102_wrap .con02 .box_wrap .box:hover::after{opacity: 1;}
.sub0102_wrap .con02 .box_wrap .box p{font-size: 16px; color: #333; line-height: 1.6; font-weight: 700;text-align: center;}
.sub0102_wrap .con02 .box_wrap .box .icon img{transform:scale(0.6);}
.sub0102_wrap .con02 .box_wrap .box:nth-child(1){transform:translateX(30px);}
.sub0102_wrap .con02 .box_wrap .box:nth-child(3){transform:translateX(-30px);}

.sub0102_wrap .con03 .box_wrap{display: flex;gap:20px;}
.sub0102_wrap .con03 .box_wrap .box{position: relative;display: flex;align-items: center; justify-content: center;width: calc((100% - 40px) / 3); height: 200px; padding: 20px; background: #f5f5f5;}
.sub0102_wrap .con03 .box_wrap .box p{font-size: 16px; color: #333; font-weight: 700; line-height: 1.6;text-align: center;}
.sub0102_wrap .con03 .box_wrap .box em{position: absolute;right: 0; bottom: -4px; font-size: 80px; color: #fff; font-weight: 700;}

.sub0102_wrap .bot_img{margin-top: 50px;}
.sub0102_wrap .bot_img img{display: block;margin: 0 auto;width: 600px;}

.sub0102_wrap .con04 .tit_st01{margin-bottom: 40px;}
.sub0102_wrap .con04 .box_wrap{display: flex;flex-wrap:wrap;gap:40px 20px;}
.sub0102_wrap .con04 .box_wrap .box{width: calc((100% - 20px) / 2);}
.sub0102_wrap .con04 .box_wrap .box .img{display: flex;align-items: center;justify-content: center;width: 100%; height: 160px; padding: 20px; border:1px solid #ddd; border-radius:12px;}
.sub0102_wrap .con04 .box_wrap .box .img img{max-width: 100%;}
.sub0102_wrap .con04 .box_wrap .box .tit{margin-bottom: 15px;}
.sub0102_wrap .con04 .box_wrap .box .tit strong{display: block;padding-top: 15px;margin-bottom: 15px;font-size: 18px; color: #333; font-weight: 700;}

.sub0102_wrap .con04 .box_wrap .box .txt p{font-size: 16px; color: #666; line-height: 1.6;letter-spacing: -0.6px;}
.sub0102_wrap .con04 .box_wrap .box .img02{display: flex;align-items: center; justify-content: center;margin-top: 0px;}
.sub0102_wrap .con04 .box_wrap .box .color_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0102_wrap .con04 .box_wrap .box .color_wrap .color{width: calc((100% - 20px) / 2); height: 102px; padding: 15px; border-radius:12px;}
.sub0102_wrap .con04 .box_wrap .box .color_wrap .color.co01{background: #1ba67e;}
.sub0102_wrap .con04 .box_wrap .box .color_wrap .color.co02{background: #96d9b9;}
.sub0102_wrap .con04 .box_wrap .box .color_wrap .color.co03{background: var(--co01);}
.sub0102_wrap .con04 .box_wrap .box .color_wrap .color.co04{background: #5e92bf;}
.sub0102_wrap .con04 .box_wrap .box .color_wrap .color p{font-size: 16px; color: #fff; font-weight: 700;}

@media screen and (max-width:1024px) {
.sub0102_wrap .con04 .box_wrap .box{width: 100%;}

}

/*sub0103*/
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con01{margin-bottom: 60px;}
.sub0103_wrap .con01 .txt_box{padding: 40px;background: #f3f7fa; border-radius:12px;}
.sub0103_wrap .con01 .txt_box ul li{display: flex;}
.sub0103_wrap .con01 .txt_box ul li:not(:last-child){margin-bottom: 10px;}
.sub0103_wrap .con01 .txt_box ul li p{width: 120px;font-size: 16px; color: var(--co01); font-weight: 500;line-height: 1.6;}
.sub0103_wrap .con01 .txt_box ul li span{width: calc(100% - 120px);font-size: 16px; color: #333;font-weight: 500;line-height: 1.6;}

.sub0103_wrap .con02 .year_tab{display: flex;flex-wrap:wrap;gap:10px;margin-bottom: 60px;}
.sub0103_wrap .con02 .year_tab a{display: flex; align-items: center; justify-content: center; width: calc((100% - 50px) / 6); height: 45px;font-size: 16px; color: #333; font-weight: 700; border:1px solid rgba(31,103,165,.5); border-radius:28px;}
.sub0103_wrap .con02 .year_tab a.on{background: var(--co01);color: #fff;}

.sub0103_wrap .con02 .his_con{display: flex;flex-wrap:wrap;gap:40px 20px;}
.sub0103_wrap .con02 .his_con .left{position: relative;padding-top: 50px;display: flex;gap:30px;width: 163px;padding-right: 0px;}
.sub0103_wrap .con02 .his_con .left .year{position: absolute;top: 0;left: 0;width: 100%;font-size: 28px; color: #333; font-weight: 700;}
.sub0103_wrap .con02 .his_con .left .img_box{display: flex;flex-wrap:wrap; gap:10px;width: auto;}
.sub0103_wrap .con02 .his_con .left .img_box .img{width: 100%;}
.sub0103_wrap .con02 .his_con .left .img_box .img:not(:last-child){margin-bottom: 0px;}

.sub0103_wrap .con02 .his_con .right{width: calc(100% - 183px);padding-top: 50px;}
.sub0103_wrap .con02 .his_con .right ul li{display: flex;}
.sub0103_wrap .con02 .his_con .right ul li:not(:last-child){margin-bottom: 10px;}	
.sub0103_wrap .con02 .his_con .right ul li p{width: 110px;font-size: 16px; color: var(--co01); font-weight: 500; line-height: 1.6;}
.sub0103_wrap .con02 .his_con .right ul li span{display: block;width: calc(100% - 110px);font-size: 16px; color: #666; font-weight: 500; line-height: 1.6;}

/*sub0104*/
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .con01{margin-bottom: 60px;}
.sub0104_wrap .con01 img{width: 650px;margin: 0 auto;}

/*sub0105*/
.sub0105_wrap{line-height: 1;}
.sub0105_wrap .con .txt_wrap{position: relative;display: flex;flex-direction: column;gap:40px;padding: 30px;background: var(--co01); border-radius:15px;width: calc(100% - 20px);margin: 0 auto;z-index: 1;}
.sub0105_wrap .con .txt_wrap .logo{width: 100%;}
.sub0105_wrap .con .txt_wrap .logo img{width: 260px;}
.sub0105_wrap .con .txt_wrap ul{display: flex;flex-wrap:wrap;gap:10px 20px;width: 100%;}
.sub0105_wrap .con .txt_wrap ul li{display: flex;align-items: center;gap:10px;}
.sub0105_wrap .con .txt_wrap ul li.li01{width: 100%;}
.sub0105_wrap .con .txt_wrap ul li span{display: flex;align-items: center;justify-content: center; width: 50px; height: 20px; font-size: 14px; color: var(--co01); font-weight: 500; background: #fff; border-radius:4px;}
.sub0105_wrap .con .txt_wrap ul li p{font-size: 16px; color: #fff; font-weight: 500;}
.sub0105_wrap .con .map_wrap{position:relative; width:100%; padding-bottom:38.889%;margin-top: 20px;}
.sub0105_wrap .con .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;}

/*sub0202*/
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .img_wrap{padding: 40px 20px;background: #f5f5f5; border-radius:16px;}
.sub0202_wrap .img_wrap img{display: block;margin: 0 auto;}

.sub0202_wrap .txt_wrap{margin-top: 40px;}
.sub0202_wrap .txt_wrap p{font-size: 16px; color: #666; line-height: 1.6; font-weight: 500;}
.sub0202_wrap .txt_wrap p:not(:last-child){margin-bottom: 20px;}

/*sub0203*/
.sub0203_wrap{line-height: 1;}
.sub0203_wrap .tab01{display: flex;justify-content: center;margin: 0 auto 40px; border-radius:35px; background: #f5f5f5;width: 100%;}
.sub0203_wrap .tab01 a{display: flex; align-items: center; justify-content: center;flex:1;width: auto; height: 50px; border-radius:35px;font-size: 14px; color: #333; font-weight: 700;}
.sub0203_wrap .tab01 a.on{color: #fff; background: var(--co01);}

.sub0203_wrap .tab02{display: flex; justify-content: center; margin-bottom: 30px;}
.sub0203_wrap .tab02 a{display: flex;align-items: center;justify-content: center;flex:1; height: 40px;font-size: 14px; color: #999; font-weight: 700;border-bottom: 1px solid #ddd;}
.sub0203_wrap .tab02 a.on{color: var(--co01); border-bottom: 2px solid var(--co01);}

.sub0203_wrap .tab02-con ul li{display: flex;}
.sub0203_wrap .tab02-con ul li:not(:last-child){margin-bottom: 15px;}
.sub0203_wrap .tab02-con ul li p{width: 120px;font-size: 16px; color: #333; font-weight: 500;letter-spacing:1px;line-height: 1.6;}
.sub0203_wrap .tab02-con ul li span{display: block;width: calc(100% - 120px);font-size: 16px; color: #666; font-weight: 500; line-height: 1.6;}

/*sub0204*/
.sub0204_wrap{line-height: 1;}
.sub0204_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0204_wrap .con .tit{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.sub0204_wrap .con .tit p{font-size: 22px; color: #333; font-weight: 700;}

.sub0204_wrap .con ul.list{display: flex;flex-wrap:wrap;gap:40px 20px;}
.sub0204_wrap .con ul.list li{width: calc((100% - 40px) / 3);}
.sub0204_wrap .con ul.list li .img_wrap{position:relative; width:100%; padding-bottom:130.233%;border:1px solid #cbe5ff; border-radius:12px; overflow: hidden;}
.sub0204_wrap .con ul.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;}
.sub0204_wrap .con ul.list li .txt_wrap{margin-top: 20px;}
.sub0204_wrap .con ul.list li .txt_wrap p{font-size: 16px; color: #333; font-weight: 500; text-align: center;}

/*sub0204_view*/
.sub0204_view_wrap{line-height: 1;}
.sub0204_view_wrap .con01 .tit{display: flex;align-items: flex-end;gap:20px;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.sub0204_view_wrap .con01 .tit p{font-size: 24px; color: #333; font-weight: 700;}
.sub0204_view_wrap .con01 .tit span{display: block;font-size: 18px; font-weight: 600; color: var(--co01);}

.sub0204_view_wrap .con01 .box_wrap{display: flex;gap:20px;}
.sub0204_view_wrap .con01 .img_box{width: 300px;}
.sub0204_view_wrap .con01 .img_box .img_wrap{position:relative; width:100%; padding-bottom:130.233%;border:1px solid #cbe5ff; border-radius:12px; overflow: hidden;}
.sub0204_view_wrap .con01 .img_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;}
.sub0204_view_wrap .con01 .txt_box{width: calc(100% - 320px);}
.sub0204_view_wrap .con01 .txt_box ul li{display: flex;}
.sub0204_view_wrap .con01 .txt_box ul li:not(:last-child){margin-bottom: 12px;}
.sub0204_view_wrap .con01 .txt_box ul li p{width: 80px;font-size: 16px; color: #333; font-weight: 500; letter-spacing:2px; line-height: 1.5;}
.sub0204_view_wrap .con01 .txt_box ul li span{display: block;width: calc(100% - 80px);font-size: 15px; color: #666; font-weight: 500; line-height: 1.5;}

.sub0204_view_wrap .con01 .txt_box02{margin-top: 40px;background: #f3f7fa; border-radius:12px;padding: 40px;}
.sub0204_view_wrap .con01 .txt_box02 p{font-size: 24px; color: #333; font-weight: 700;}
.sub0204_view_wrap .con01 .txt_box02 span{display: block;font-size: 16px; color: #666; font-weight: 500; line-height: 1.6;margin-top: 15px;}

.sub0204_view_wrap .con02{padding: 40px; margin-top: 40px; border:1px solid #ddd; border-radius:12px;}
.sub0204_view_wrap .con02 .tit{margin-bottom: 30px;}
.sub0204_view_wrap .con02 .tit p{font-size: 24px; color: #333; font-weight: 700;}
.sub0204_view_wrap .con02 .img_box img{display: block;margin: 0 auto; max-width: 100%;}

/*sub0205*/
.sub0205_wrap{line-height: 1;}
.sub0205_wrap .top{display: flex;gap:15px;flex-direction: column;}
.sub0205_wrap .top select{border:1px solid #bbb; width: 160px; height: 50px; border-radius:35px;font-size: 16px; color: #333; font-weight: 700;padding: 0px 15px; background: url(/assets/images/sub/sub_tab_mob.png)center right 15px no-repeat ; background-size: 10px; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;margin-left: auto;}	 
.sub0205_wrap .top select:focus{outline:0;}
.sub0205_wrap .cate_wrap{display: flex;justify-content: center;margin: 0 auto 40px; width: max-content; border-radius:35px; background: #f5f5f5;width: 100%;}
.sub0205_wrap .cate_wrap a{display: flex; align-items: center; justify-content: center;width: auto;flex:1; height: 50px; border-radius:35px;font-size: 16px; color: #333; font-weight: 700;}
.sub0205_wrap .cate_wrap a.on{color: #fff; background: var(--co01);width: auto; }

.sub0205_wrap ul.list{display: flex;flex-wrap:wrap;gap:40px 20px;}
.sub0205_wrap ul.list li{width: calc((100% - 20px) / 2);}
.sub0205_wrap ul.list li .img_wrap{position:relative; width:100%; padding-bottom:100%;border:1px solid #ddd; border-radius:12px; overflow: hidden;}
.sub0205_wrap ul.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;}
.sub0205_wrap ul.list li .txt_wrap{margin-top: 18px;}
.sub0205_wrap ul.list li .txt_wrap p{font-size: 16px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sub0205_wrap ul.list li .txt_wrap .bot{display: flex;align-items: center;gap:20px; margin-top: 13px;}
.sub0205_wrap ul.list li .txt_wrap .bot span{display: flex;align-items: center;gap:5px;font-size: 15px; color: #999; font-weight: 500;}

/*sub0301*/
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con:not(:last-child){margin-bottom: 60px;}

.sub0301_wrap .con01{border:1px solid #ddd; border-radius:12px;padding-bottom: 40px;}
.sub0301_wrap .con01 .txt_wrap{display: flex; gap:25px; flex-direction: column;padding: 40px; background: #fafafa;border-radius:12px; margin-bottom: 40px;}
.sub0301_wrap .con01 .txt_wrap .txt01{width: 100%;}
.sub0301_wrap .con01 .txt_wrap .txt01 p{font-size: 18px; color: #333; font-weight: 700; line-height: 1.6;}
.sub0301_wrap .con01 .txt_wrap .txt01 strong{position: relative;display: block;color: var(--co01); margin-top: 15px;width: fit-content;font-weight: 700;}
.sub0301_wrap .con01 .txt_wrap .txt01 strong::after{content:'';position: absolute; bottom: -3px; left: 50%;transform:translateX(-50%); width: calc(100% + 10px); height: 18px; background: rgba(32,103,167,.1);}
.sub0301_wrap .con01 .txt_wrap .txt02{width: 100%;}
.sub0301_wrap .con01 .txt_wrap .txt02 ul li{font-size: 16px; color: #666; line-height: 1.6;}

.sub0301_wrap .con01 .img_wrap{display: flex;gap:10px;}
.sub0301_wrap .con01 .img_wrap .img{display: flex;align-items: center; justify-content: center;width: 50%;}
.sub0301_wrap .con01 .img_wrap .img img{display: block; max-width: 100%;}

.sub0301_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;position: relative;}
.sub0301_wrap .con02 .box_wrap .box{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:10px;width: calc((100% - 20px) / 2); height: 240px; background: #f3f7fa; border-radius:16px;padding: 20px;}
.sub0301_wrap .con02 .box_wrap .box strong{display: block;font-size: 18px; color: var(--co01);text-align: center;}
.sub0301_wrap .con02 .box_wrap .box p{font-size: 16px; color: #666; line-height: 1.6;text-align: center;}
.sub0301_wrap .con02 .box_wrap .box p br{display: none;}
.sub0301_wrap .con02 .box_wrap .center{display: flex;align-items: center; justify-content: center;position: absolute;top: 50%; left: 50%; transform:translate(-50%,-50%); width: 180px; height: 180px; background: url(/assets/images/sub/sub0101_cir01.png)center no-repeat #fff; border-radius:50%; background-size: 140px;}
.sub0301_wrap .con02 .box_wrap .center p{font-size: 16px; color: #333; font-weight: 700; line-height: 1.6;}

.sub0301_wrap .con03 .top{position: relative;display: flex;align-items: center; justify-content: center;width: calc(((100% - 40px) / 3) + 30px); height: 40px; background: #1ba67e; border-radius:12px;font-size: 15px; color: #fff; margin-bottom: 35px;margin-left: auto;}
.sub0301_wrap .con03 .top img{position: absolute;top: 100%;left: 0;transform: initial;width: 40px;}
.sub0301_wrap .con03 .box_flex{display: flex;gap:20px;flex-wrap:wrap;}
.sub0301_wrap .con03 .box_flex .box{flex:initial; width: calc((100% - 40px) / 3);}
.sub0301_wrap .con03 .box_flex .box .txt_wrap{border:1px solid #bfe2ff; border-radius:12px; overflow: hidden;}
.sub0301_wrap .con03 .box_flex .box .tit{display: flex;align-items: center; justify-content: center; height: 40px; background: var(--co01);}
.sub0301_wrap .con03 .box_flex .box .tit p{font-size: 16px; color: #fff;font-weight: 700;}
.sub0301_wrap .con03 .box_flex .box .txt{height: 200px;padding: 15px;}
.sub0301_wrap .con03 .box_flex .box .txt p{font-size: 15px; color: #666; line-height: 1.6;text-align: center;}
.sub0301_wrap .con03 .box_flex .box .bot{display: flex;align-items: center; justify-content: center;width: 100%; height: 40px; background: #bfe2ff; border-radius:12px; margin-top: 10px;}
.sub0301_wrap .con03 .box_flex .box .bot p{font-size: 15px; color: #333;}

.sub0301_wrap .con03 .box_flex .box02{width: auto;flex:1;}
.sub0301_wrap .con03 .box_flex .box02 .txt_wrap{border:1px solid #ddd;}
.sub0301_wrap .con03 .box_flex .box02 .txt_wrap .tit{background: #f5f5f5;}
.sub0301_wrap .con03 .box_flex .box02 .txt_wrap .tit p{color: #666;}

.sub0301_wrap .con04{padding: 60px 20px;background: url(/assets/images/sub/sub0301_bg01.png);}
.sub0301_wrap .con04 .box_wrap{display: flex;gap:20px;}
.sub0301_wrap .con04 .box_wrap .box{display: flex;align-items: center; justify-content: center;position: relative;flex:1; height: 90px; background: #fff;}
.sub0301_wrap .con04 .box_wrap .box p{font-size: 16px; color: var(--co01); font-weight: 700;transform: translateX(13px);line-height: 1.5;}
.sub0301_wrap .con04 .box_wrap .box p i{display: block;}
.sub0301_wrap .con04 .box_wrap .box02::before,
.sub0301_wrap .con04 .box_wrap .box03::before,
.sub0301_wrap .con04 .box_wrap .box04::before{content:'';position: absolute;top: 0; left: 0; background: url(/assets/images/sub/sub0301_arr03.png)center no-repeat; width: 21px; height: 90px; background-size: cover;}
.sub0301_wrap .con04 .box_wrap .box02::after,
.sub0301_wrap .con04 .box_wrap .box01::after,
.sub0301_wrap .con04 .box_wrap .box03::after{content:'';position: absolute;top: 0; left: 100%; background: url(/assets/images/sub/sub0301_arr02.png)center no-repeat; width: 21px; height: 90px; background-size: cover;}

.sub0301_wrap .con05 .txt_wrap{background: url(/assets/images/sub/sub0301_bg02.png) right 0px bottom no-repeat;background-size: 300px;}
.sub0301_wrap .con05 .txt_wrap .txt{display: flex;gap:15px;}
.sub0301_wrap .con05 .txt_wrap .txt:not(:last-child){margin-bottom: 10px;}
.sub0301_wrap .con05 .txt_wrap .txt strong{display: flex;align-items: center; justify-content: center; width: 160px; height: 35px; background: #fafafa; border-radius:20px;font-size: 14px; color: #333; font-weight: 700; border:1px solid #ddd;}
.sub0301_wrap .con05 .txt_wrap .txt p{width: calc(100% - 175px);font-size: 14px; color: #333; line-height: 26px;transform: translateY(3px);}

.sub0301_wrap .con06 .tab-menu-wrap{display: flex;}
.sub0301_wrap .con06 .tab-menu-wrap a{display: flex;align-items: center; justify-content: center; flex:1;height: 60px; font-size: 16px; font-weight: 700; background: #ddd; color: #fff; border-radius:16px 16px 0 0; transition:.3s;}
.sub0301_wrap .con06 .tab-menu-wrap a.on{background: var(--co01);}

.sub0301_wrap .con06 .tab-con{padding: 30px;border:1px solid var(--co01); border-radius:0 0 16px 16px; border-top: 0;}
.sub0301_wrap .con06 .tab-con p{font-size: 14px; color: #333; line-height: 1.6;}
.sub0301_wrap .con06 .tab-con p:not(:last-child){margin-bottom: 15px;}
.sub0301_wrap .con06 .tab-con p span{line-height: 2;}

.sub0301_wrap .con07 .box_wrap{display: flex;align-items: flex-start;}
.sub0301_wrap .con07 .box_wrap .img_box{position: relative;display: flex;align-items: center; justify-content: center;width: 50%; background: #fafafa; border-radius:20px;padding: 50px;}
.sub0301_wrap .con07 .box_wrap .img_box img{max-width: 100%;}

.sub0301_wrap .con07 .box_wrap .img_box .tag_box{display: flex;align-items: center; justify-content: center;position: absolute; left: 0; top: 0;width: 80px;height: 40px; background: var(--co01); border-radius:20px 0 20px 0;}
.sub0301_wrap .con07 .box_wrap .img_box .tag_box em{font-size: 16px; color: #fff; font-weight: 700;}

.sub0301_wrap .con07 .box_wrap .txt_box{width: 50%;padding-left: 20px;}
.sub0301_wrap .con07 .box_wrap .txt_wrap{padding: 30px 20px;border:1px solid #ddd; border-radius:20px;}
.sub0301_wrap .con07 .box_wrap .txt_wrap .tit{margin-bottom: 20px;}
.sub0301_wrap .con07 .box_wrap .txt_wrap .tit p{font-size: 18px; color: #333; font-weight: 700;}
.sub0301_wrap .con07 .box_wrap .txt_wrap .txt:not(:last-child){margin-bottom: 30px;}
.sub0301_wrap .con07 .box_wrap .txt_wrap ul li{display: flex;}
.sub0301_wrap .con07 .box_wrap .txt_wrap ul li:not(:last-child){margin-bottom: 15px;}
.sub0301_wrap .con07 .box_wrap .txt_wrap ul li p{width: 100px;font-size: 15px; color: #666;line-height: 1.4;}
.sub0301_wrap .con07 .box_wrap .txt_wrap ul li span{display: block;width: calc(100% - 100px);font-size: 14px; color: #333;line-height: 1.4;}
.sub0301_wrap .con07 .box_wrap .txt_wrap ul li span em{display: inline-block;font-size: 16px; color: #ddd;margin: 0 10px;}


/*sub0302*/
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .box_wrap{display: flex;flex-wrap:wrap;gap:40px 30px;}
.sub0302_wrap .box_wrap .box{width: calc((100% - 30px) / 2); border:1px solid #ddd; border-radius:12px; overflow: hidden;}
.sub0302_wrap .box_wrap .box .tit{display: flex;align-items: center;justify-content: center;height: 75px;background: var(--co01);padding: 0 20px;}
.sub0302_wrap .box_wrap .box .tit p{font-size: 16px; color: #fff; line-height: 1.6;text-align: center;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0302_wrap .box_wrap .box .txt{padding: 20px;display: flex;flex-direction: column;justify-content: space-between;height: calc(100% - 80px);}
.sub0302_wrap .box_wrap .box ul li{position: relative;font-size: 15px; color: #666; line-height: 1.6;padding-left: 18px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0302_wrap .box_wrap .box ul li:not(:last-child){margin-bottom: 10px;}
.sub0302_wrap .box_wrap .box ul li::after{content:'';position: absolute;left: 0; top: 9px; width: 3px; height: 3px; background: var(--co01); border-radius:50%;}
.sub0302_wrap .box_wrap .box .bot{margin-top: 20px;padding-top: 25px;border-top: 1px solid #ddd;}
.sub0302_wrap .box_wrap .box .bot p{font-size: 15px; font-weight: 700; color:var(--co01);text-align: center;}
.sub0302_wrap .box_wrap .box .bot a{display: flex; align-items: center; justify-content: center; margin: 20px auto 0; width: 140px; height: 40px; font-size: 15px; color: #fff; font-weight: 700; border-radius: 23px; background: var(--co01);}

/* sub0302_view */
.sub0302_view_wrap{line-height: 1;margin-top: 0px;}
.sub0302_view_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0302_view_wrap .con .tit_wrap{display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 15px;}
.sub0302_view_wrap .con .tit_wrap p{font-size: 20px; color: #333; font-weight: 600;}
.sub0302_view_wrap .con .tit_wrap span{font-size: 14px; color: #666;}
.sub0302_view_wrap .con .tit_wrap span em{color: var(--co01);font-weight: 700;}

.sub0302_view_wrap .con01 .tit{padding: 20px;margin-bottom: 15px; border-radius:10px; background: var(--co01);}
.sub0302_view_wrap .con01 .tit p{font-size: 18px; color: #fff; font-weight: 600; line-height: 1.6;}
.sub0302_view_wrap .con01 .txt{padding: 20px;border:1px solid #ddd; border-radius:12px;}
.sub0302_view_wrap .con01 .txt ul li{position: relative;font-size: 15px; color: #666;font-weight: 500; line-height: 1.6; padding-left: 16px;}
.sub0302_view_wrap .con01 .txt ul li:not(:last-child){margin-bottom: 15px;}
.sub0302_view_wrap .con01 .txt ul li::after{content:'';position: absolute;left: 0; top: 10px; width: 3px; height: 3px; background: var(--co01); border-radius:50%;}
.sub0302_view_wrap .con01 .txt em{display: flex;align-items: center; justify-content: center;margin-top: 10px;margin-left: auto; border-radius:50px; border:1px solid #cbe5ff;padding: 0 20px; background: #e8f0f6;font-size: 15px; color: var(--co01); font-weight: 600; height: 40px; width: fit-content;}

.sub0302_view_wrap .con02 table.tbl02 .col01{width: 160px;}
.sub0302_view_wrap .con02 table.tbl02 input[type="text"]{width: 100%;height: 35px;border:1px solid #ddd; border-radius:4px;padding: 0 12px;font-size: 15px; color: #999;}
.sub0302_view_wrap .con02 table.tbl02 input[type="text"]::placeholder{font-size: 15px; color: #999;}
.sub0302_view_wrap .con02 table.tbl02 input[type="text"]:focus{outline:0;}
.sub0302_view_wrap .con02 table.tbl02 .ra_wrap{display: flex;gap:30px;align-items: center;}

.sub0302_view_wrap .con02 table.tbl02 input[type="text"].input01{width: 200px;}
.sub0302_view_wrap .con02 table.tbl02 input[type="text"].input02{width: 100%;}
.sub0302_view_wrap .con02 table.tbl02 .addr_wrap{display: flex;gap:5px;flex-wrap:wrap;}
.sub0302_view_wrap .con02 table.tbl02 .addr_wrap a.addr_btn{display: flex;align-items: center; justify-content: center; width: 100px; height: 38px; font-size: 15px; color: #fff; background: #666; border-radius:4px;margin-left: auto;}
.sub0302_view_wrap .con02 table.tbl02 textarea{width: 100%;height: 150px;border:1px solid #ddd; border-radius:4px;padding: 12px;font-size: 15px; color: #999;resize:none;}
.sub0302_view_wrap .con02 table.tbl02 textarea::placeholder{font-size: 15px; color: #999;}
.sub0302_view_wrap .con02 table.tbl02 textarea:focus{outline:0;}
.sub0302_view_wrap .con02 table.tbl02 .pri_wrap{width: 100%;height: 150px;border:1px solid #ddd; border-radius:4px;padding: 12px;font-size: 15px; color: #999; overflow-y: scroll;}
.sub0302_view_wrap .con02 table.tbl02 .chk_wrap{margin-top: 10px;}

.sub0302_view_wrap .con02 a.btn01{display: flex;align-items: center; justify-content: center; margin: 50px auto 0; width: 160px; height: 46px; background: var(--co01);font-size: 16px;font-weight: 700; color: #fff; border-radius:23px;}

.sub0302_view_wrap .con03 .list_wrap{border-top: 2px solid #666;}
.sub0302_view_wrap .con03 .list_wrap .list{display: flex;padding: 20px;border-bottom: 1px solid #ddd;min-height: initial;}
.sub0302_view_wrap .con03 .list_wrap .list strong{position: relative;display: block;width: 160px;font-size: 16px; color: #333; font-weight: 600;line-height: 1.6;padding-left: 16px;}
.sub0302_view_wrap .con03 .list_wrap .list strong::after{content:'';position: absolute;left: 0; top: 9px; width: 3px; height: 3px;background: var(--co01); border-radius:50%; }
.sub0302_view_wrap .con03 .list_wrap .list p{width: calc(100% - 160px);font-size: 16px; color: #999; line-height: 1.6;}

}