@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 20px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.main_no_data{font-size:12px; line-height:350px;}

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



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

.fp-tableCell{display: block;height: auto !important;}
.fp-section.fp-table{height: auto !important;}
.main_quick{display: none;}

#cursor{display: none;}

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%; z-index: 7000;transition:.3s;line-height: 1;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 50px; }
#header h1 a{display: block;background: url(/assets/images/main/main_logo01_mob.png)center no-repeat; width: 106px; height: 19px; background-size: cover;transition:.3s;}

#header .gnb_wrap{display: none;position: absolute; right: 13vw;top: 0; height: 100%;}
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 40px 45px;transition:.4s;}
#header .gnb span a{display: block;font-size: 20px; color: #fff; transition:.4s;}

#header .h_btn{position: relative;width: 18px; height: 11px;}
#header .h_btn::before{content:'';position: absolute; right: 0; top: 0; width: 100%;height: 2px; background: #fff;}
#header .h_btn::after{content:'';position: absolute; right: 0; bottom: 0; width: 100%;height: 2px; background: #fff;}
#header .h_btn span{display: block;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 2px; background: #fff;transition:.3s;}
#header .h_btn span::after{content:'';display: block;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%; height: 2px; background: #fff;transition:.3s;}
#header .all_btn{display: none;}
#header .nav_btn{display: block;}

#header.h02{background: transparent;}
#header.h02 h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.h02 .gnb > li{position: relative;}
#header.h02 .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.3s;}
#header.h02 .gnb > li.on::after{width: 130px;}
#header.h02 .gnb span a{color: #333;}
#header.h02 .h_btn::before{background: #333;}
#header.h02 .h_btn::after{background: #333;}
#header.h02 .h_btn span{transform:translateY(-50%);background: #333;}
#header.h02 .h_btn span::after{background: #333;transform:translateY(-50%);}
#header.f_hd{background: #fff;}

#header.fixed{background: #fff;border-bottom: 1px solid #ddd;}
#header.fixed h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.fixed .h_btn::before{background: #333;}
#header.fixed .h_btn::after{background: #333;}
#header.fixed .h_btn span{transform:translateY(-50%);background: #333;}
#header.fixed .h_btn span::after{background: #333;transform:translateY(-50%);}


/*all_menu*/
#header.all{background: #fff;border-bottom: 1px solid #ddd;}
#header.all h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.all .gnb > li{position: relative;padding: 40px 60px;}
#header.all .gnb > li::after{content:'';position: absolute; left: 50%; bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.3s;}
#header.all .gnb > li.on::after{width: 130px;}
#header.all .gnb span a{color: #333;}
#header.all .h_btn::before{background: transparent;}
#header.all .h_btn::after{background: transparent;}
#header.all .h_btn span{transform:translateY(-50%) rotate(220deg);background: #333;}
#header.all .h_btn span::after{background: #333;transform:translateY(-50%) rotate(280deg);}

.all_menu_wrap{display: none;position: fixed; top: 101px; left: 0; width: 100%; background: url(/assets/images/main/all_bg01_pc.png)left bottom no-repeat #fff;z-index: 7000;line-height: 1;box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);}	
.all_menu_wrap .inner{padding-right: 13.1vw;}
.all_menu_wrap .all_menu{display: flex;justify-content: flex-end;}
.all_menu_wrap .all_menu .all_sub{width: 192px;padding: 40px 0px 60px;}
.all_menu_wrap .all_menu .all_sub ul li:not(:last-child){margin-bottom: 30px;}
.all_menu_wrap .all_menu .all_sub ul li a{display: block;font-size: 17px; color: #999;text-align: center;transition:.3s;}
.all_menu_wrap .all_menu .all_sub ul li:hover a{color: var(--co01);}

/* nav */
#header.nav{background: #fff;border-bottom: 1px solid #ddd;}
#header.nav h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.nav .h_btn::before{background: transparent;}
#header.nav .h_btn::after{background: transparent;}
#header.nav .h_btn span{transform:translateY(-50%) rotate(220deg);background: #333;}
#header.nav .h_btn span::after{background: #333;transform:translateY(-50%) rotate(280deg);}
.navigation{position: fixed;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{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.active a:after{background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size:cover ;}
.navigation h3.on a: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: 400;}
.navigation h3.on a,
.navigation h3.active a,
.navigation h3.hover a{font-weight: 500;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 10px;width: 14px;height: 9px;background:url(/assets/images/main/nav_bt_mob.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:20px 0;background:#f5f5f5;border-top:2px solid var(--co02);}
.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:#999;font-size:13px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.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;}

.section{line-height: 1;padding: 70px 0px;overflow: hidden;}
.sec_tit{margin-bottom: 30px;}
.sec_tit p{font-size: 25px; color: #333; font-weight: 700;text-align: center;overflow: hidden; line-height: 1.1;}
.sec_tit p b{font-weight: 700;}
.sec_tit span{display: block;font-size: 16px; color: #555;margin-top: 15px;text-align: center;overflow: hidden;line-height: 24px;}
.sec_tit span b{font-weight: 400;}
.sec_tit span i{display: block;}
.sec_tit b{display: inline-block;transform:translateY(-110%);transition:1s;}

.section .more_btn{width: 130px; height: 35px; margin: 30px auto 0; border-radius:18px; border:1px solid #ddd; background: #fff;overflow: hidden;transition:.3s;}
.section .more_btn a{position: relative;z-index: 1;display: flex; align-items: center; gap:35px; justify-content: center;height: 100%;}
.section .more_btn a::after{content:'';position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); background: var(--co01);width: 0px; height: 0px; border-radius:50%;z-index: -1;transition:.4s;}
.section .more_btn p{font-size: 13px;color: #333; font-weight: 500;transition:.2s;}
.section .more_btn em{display: block; background: url(/assets/images/main/more_btn01_mob.png)center no-repeat; width: 6px; height: 9px; background-size: cover;transition:.2s;}

.section .more_btn:hover{border:1px solid transparent;}
.section .more_btn:hover a::after{width: 170px; height: 170px;}
.section .more_btn:hover p{color: #fff;}
.section .more_btn:hover em{background: url(/assets/images/main/more_btn03_mob.png)center no-repeat; background-size: cover;}


/* visual_wrap */
#visual_wrap{position: relative;padding: 0;}
#visual_wrap .visual li > p{transform:scale(1.1)}
#visual_wrap .visual li > img{transform:scale(1.1)}
#visual_wrap .visual li.slick-active > p{animation: visAni01 7s linear forwards;}
#visual_wrap .visual li.slick-active > img{animation: visAni01 7s linear forwards;}
#visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 100%;}
#visual_wrap .txt_wrap strong{display: block;font-size: 25px; font-weight: 700; text-align: center;color: #fff;}
#visual_wrap .txt_wrap p{font-size: 18px; line-height: 27px; margin-top: 15px; font-weight: 300;text-align: center;color: #fff;}
#visual_wrap .txt_wrap p i{display: block;}
#visual_wrap .dots_wrap{position: absolute; left: 50%; top: 70%; transform:translate(-50%,-50%);z-index: 1000;}
#visual_wrap .dots_wrap ul{display: flex; gap:6px; align-items: end;}
#visual_wrap .dots_wrap ul li{width: 25px; height: 2px; background: #fff; text-indent: -9999px;transition:.3s;}
#visual_wrap .dots_wrap ul li.slick-active{height: 5px; background: var(--co01);}
#visual_wrap .scroll{position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);padding-bottom: 45px;}
#visual_wrap .scroll p{font-size: 12px; color: #fff; line-height: 14px;font-family: "Work Sans", sans-serif;text-transform:uppercase;transition:.3s;text-align: center;}
#visual_wrap .scroll:hover p{letter-spacing:2px}
#visual_wrap .scroll::after{content:'';position: absolute;bottom: 0; left: 50%; transform:translateX(-50%);width: 1px; height: 35px; background: rgba(255,255,255,.5);}
#visual_wrap .scroll::before{content:'';position: absolute;top: 40px; left: 50%; transform:translateX(-50%);width: 1px; height: 10px; background: rgba(255,255,255,1);animation:scrollAni01 3s ease infinite;}
@keyframes visAni01{
0%{transform:scale(1.1)}
100%{transform:scale(1)}
}
@keyframes scrollAni01{
0%{top: 40px;}
100%{top: 100%;}
}

/* section01 */
#section01{background: url(/assets/images/main/sec01_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section01 .inner{transform: translateY(0px);}
#section01 ul{display: flex;gap:10px;justify-content: center;flex-wrap:wrap;}
#section01 ul li{position: relative;position: relative;width: 100%;max-width: 100%; border-radius:10px; transition:1s;}
#section01 ul li:nth-child(1){transform: translateX(0%) rotate(0deg);}
#section01 ul li:nth-child(3){transform: translateX(0%) rotate(0deg);z-index: -1;}
#section01 ul li .img_wrap{position:relative; width:100%; padding-bottom:50.704%;transition:.5s;}
#section01 ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.5s;}
#section01 ul li:hover .img_wrap{transform:scale(1);}
#section01 ul li .txt_wrap{position: absolute; bottom: 0; left: 0;width: 100%;padding: 25px 20px;}
#section01 ul li .txt_wrap p{font-size: 16px; color: #fff; font-weight: 700;}
#section01 ul li .txt_wrap p i{display: none;}
#section01 ul li .txt_wrap span{display: block;font-size: 13px; color: #fff; line-height: 20px;margin: 5px 0 12px;}
#section01 ul li .txt_wrap em{display: block;font-size: 12px; color: var(--co02); font-weight: 700;font-family: "Work Sans", sans-serif;}

#section01.on .sec_tit p b{transform:translateY(0%);}
#section01.on .sec_tit span b{transform:translateY(0%);}
#section01.on ul li:nth-child(1){transform: translateX(0%) rotate(0deg);}
#section01.on ul li:nth-child(3){transform: translateX(0%) rotate(0deg);}

/* section02 */
#section02{position: relative;padding: 95px 0;}
#section02 .bg{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%) scale(1); width: 100%; height: 100%; background: url(/assets/images/main/sec02_bg01_mob.jpg)center no-repeat; z-index: -1;}
#section02 .txt_wrap span{display: flex; justify-content: center; gap:12px;font-size: 16px; color: #fff; font-weight: 700;font-family: "Work Sans", sans-serif; margin-bottom: 18px;text-align: center;text-transform:uppercase;}
#section02 .txt_wrap span b{display: inline-block;opacity: 0;transform:translateY(15px);}
#section02 .txt_wrap p{font-size: 24px; color: #fff; font-weight: 700;text-align: center;line-height: 42px;}
#section02 .txt_wrap p strong{display: inline;-webkit-text-fill-color: rgba(255, 255, 255, .1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);width: fit-content;background-size: 0% 100%;}
#section02 .txt_wrap p i{display: none;}
#section02 .txt_wrap p br{display: none;}
#section02 .txt_wrap p b{display: block;}
#section02 .more_btn{background: transparent;border:1px solid #fff;}
#section02 .more_btn:hover{border:1px solid transparent;}
#section02 .more_btn p{color: #fff;}
#section02 .more_btn em{background: url(/assets/images/main/more_btn03_mob.png)center no-repeat; background-size: cover;}

#section02.on .txt_wrap span b{opacity: 1;transform:translateY(0px);transition:.8s;}
#section02.on .txt_wrap span b:nth-of-type(2){transition-delay:.1s;}
#section02.on .txt_wrap span b:nth-of-type(3){transition-delay:.2s;}
#section02.on .txt_wrap span b:nth-of-type(4){transition-delay:.3s;}
#section02.on .txt_wrap span b:nth-of-type(5){transition-delay:.4s;}
#section02.on .txt_wrap span b:nth-of-type(6){transition-delay:.5s;}
#section02.on .txt_wrap span b:nth-of-type(7){transition-delay:.6s;}
#section02.on .txt_wrap p strong{animation: sec01Ani01 1s ease forwards;animation-delay:0.7s;}
#section02.on .txt_wrap p strong:nth-of-type(2){animation-delay:1.5s;}

@keyframes sec01Ani01{
0%{background-size: 0% 100%;}
100%{background-size: 200% 100%;}
}

/* section03 */
#section03{position: relative;background: #f5f5f5;z-index: 10;}
#section03::after{content:'';opacity: 0;position: absolute; left: 0; bottom: 0; background: url(/assets/images/main/sec03_bg01_mob.png)center no-repeat; width: 353px; height: 187px; background-size: cover;z-index: -1;transition:.4s;}
#section03.on::after{opacity: 1;}
#section03 .con_wrap{display: flex;gap:30px;flex-wrap:wrap;}

#section03 .con_wrap .notice_con{width: 100%;}
#section03 .con_wrap .notice_con ul li{background: #fff;padding: 0px 17px;border-radius:8px;border:1px solid transparent;transition:.4s;}
#section03 .con_wrap .notice_con ul li:hover{border:1px solid var(--co02);}
#section03 .con_wrap .notice_con ul li:not(:last-child){margin-bottom: 10px;}
#section03 .con_wrap .notice_con ul li a{display: flex; align-items: center;height: 58px;}
#section03 .con_wrap .notice_con ul li .date{margin-right: 15px;}
#section03 .con_wrap .notice_con ul li .date span{display: block;text-align: center;font-size: 12px; color: #222;}
#section03 .con_wrap .notice_con ul li .date p{font-size: 16px; color: var(--co02);font-weight: 700;text-align: center;}
#section03 .con_wrap .notice_con ul li .txt{width: calc(100% - 115px);}
#section03 .con_wrap .notice_con ul li .txt p{font-size: 14px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.1;}
#section03 .con_wrap .notice_con ul li em{display: block; width: 80px;text-align: right;font-size: 12px; color: #999;font-weight: 700;}

#section03 .con_wrap .btn_con{width: 100%;}
#section03 .con_wrap .btn_con ul{display: flex; flex-wrap:wrap;gap:10px;}
#section03 .con_wrap .btn_con ul li{width: calc((100% - 10px) / 2); border:1px solid transparent;transition:.4s;border-radius:12px; overflow: hidden;}
#section03 .con_wrap .btn_con ul li:hover{border:1px solid var(--co02);}
#section03 .con_wrap .btn_con ul li a{position: relative;display: block;height: 182px;padding: 20px 20px 15px; background: #fff; }
#section03 .con_wrap .btn_con ul li span{display: block;font-size: 13px; line-height: 18px; color: #999;font-family: "Work Sans", sans-serif; }
#section03 .con_wrap .btn_con ul li span i{display: block;}
#section03 .con_wrap .btn_con ul li p{font-size: 16px; color: #333; font-weight: 700;margin-top: 10px;}
#section03 .con_wrap .btn_con ul li .icon{position: absolute; bottom: 15px; right: 20px;}
#section03 .con_wrap .btn_con ul li:nth-child(1) .icon img{width: 42px;}
#section03 .con_wrap .btn_con ul li:nth-child(2) .icon img{width: 55px;}
#section03 .con_wrap .btn_con ul li:nth-child(3) .icon img{width: 47px;}
#section03 .con_wrap .btn_con ul li:nth-child(4) .icon img{width: 42px;}
#section03 .con_wrap .btn_con ul li .more{position: absolute;bottom: 15px; left: 20px;display: flex;align-items: center; justify-content: center;width: 27px; height: 27px; border-radius:50%; background: var(--co02);}
#section03 .con_wrap .btn_con ul li .more img{transition:.3s;width: 12px;}
#section03 .con_wrap .btn_con ul li:hover .more img{transform:rotate(90deg);}

#section03.on .sec_tit p b{transform:translateY(0%);}

/* footer */
#footer{background: #333;height: auto !important;padding: 30px 0px;}
#footer .fp-tableCell{height: auto !important;}
#footer .f_top{display: flex; align-items: center;flex-direction: column; justify-content: center;gap:20px;padding-bottom: 20px; margin-bottom: 25px;border-bottom: 1px solid #666;}
#footer .f_top .f_logo img{width: 106px;}
#footer .f_top .a_wrap{display: flex;align-items: center;gap:30px;}
#footer .f_top .a_wrap a{font-size: 12px; color: #999; font-weight: 500;}
#footer .f_top .a_wrap a.pri{color: #fff;}
#footer address p{font-size: 12px; color: #999; line-height: 23px;text-align: center;}
#footer address p i{display: inline-block;width: 25px;}
#footer address p i:nth-of-type(2){width: 0; display: block;}
#footer p.copy{margin-top: 10px;}

/* =====sub=========================================== */
#header.sub_header.fixed{background: #fff;border-bottom: 1px solid #ddd;}
#header.sub_header.fixed h1 a{background: url(/assets/images/main/main_logo02_mob.png)center no-repeat; background-size: cover;}
#header.sub_header.fixed .h_btn::before{background: #333;}
#header.sub_header.fixed .h_btn::after{background: #333;}
#header.sub_header.fixed .h_btn span{transform:translateY(-50%);background: #333;}
#header.sub_header.fixed .h_btn span::after{background: #333;transform:translateY(-50%);}

#header.fixed.nav .h_btn::before{background: transparent;}
#header.fixed.nav .h_btn::after{background: transparent;}
#header.fixed.nav .h_btn span{transform:translateY(-50%) rotate(220deg);background: #333;}
#header.fixed.nav .h_btn span::after{background: #333;transform:translateY(-50%) rotate(280deg);}

#footer.sub_footer{padding: 30px 0px;height: auto;}

#sub_visual_wrap{position: relative;line-height: 1;overflow: hidden;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 55%; left: 50%; transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:25px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 12px; color: #fff; font-weight: 500;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'>';position: absolute; right: -21px; top: 50%; transform:translateY(-50%);font-size: 12px; color: #fff; font-weight: 500;}
#sub_visual_wrap .txt_wrap h3{font-size: 25px; color: #fff; font-weight: 700; text-align: center; margin-top: 15px;}

/* tab_menu */
.tab_menu{display: none;}

.tab_menu_mob {display: block;width:100%; height:45px; line-height: 1;border-bottom: 1px solid #ddd;}
.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: 15px; height: 8px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat; background-size: cover;transition:.3s;}
.tab_menu_mob .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 10px ; width:100%; height:100%; font-size: 13px; color:#333; 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:100%; left:-1px; 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; height: 40px; position:relative; width:100%; font-size:13px; color:#333;  font-weight: 500;padding:0 10px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu_mob .menu > li ul li.on a{color: #fff;background: #2c8fd4;}

.depth03_tab{display: flex; align-items: center; justify-content: center;gap:10px;margin-bottom: 20px;}
.depth03_tab a{display: flex;align-items: center; justify-content: center;width: calc((100% - 10px) / 2); height: 40px; border-radius:32px;font-size: 12px; color: #666; font-weight: 500;border:1px solid #ddd;}
.depth03_tab a.on{background: var(--co01); border:1px solid var(--co01);color: #fff;}

.depth04_tab{display: flex; margin-bottom: 30px;}
.depth04_tab a{position: relative;display: flex; align-items: center; justify-content: center;flex:1; height: 35px;font-size: 12px; color: #666; font-weight: 500; border-right: 1px solid #ddd;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.depth04_tab a::after{content:'';position: absolute; left: 50%; top: -1px; transform:translateX(-50%);width: 0%; height: 2px;transition:.4s; background: var(--co01);}
.depth04_tab a:first-child{border-left: 1px solid #ddd;}
.depth04_tab a.on{border-bottom: 0;color: var(--co01);}
.depth04_tab a.on::after{width: 100%;}
.depth04_tab a:hover::after{width: 100%;}

#sub_contents{padding: 50px 0;}
#sub_contents .inner{width: 100%;padding: 0 2.6%;}
#sub_contents.no_pb{padding-bottom: 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 30px;}
#sub_contents .contop h3{font-size: 25px; color: #333; font-weight: 700;text-align: center;}

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

h3.h3_tit02{position: relative;font-size: 16px; color: #333; font-weight: 700;padding-left: 16px; line-height: 1.5; margin-bottom: 15px;}
h3.h3_tit02::after{content:'';position: absolute; left: 0; top: 6px; background: url(/assets/images/sub/sub_txt02.png)center no-repeat; width: 4px; height: 16px; background-size: cover;}

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

.txt_box_st01{padding: 15px;background: #f5f5f5;border-radius:8px;}
.txt_box_st01 p{font-size: 12px; color: #666; line-height: 1.5;letter-spacing: -0.4px;}
.txt_box_st01 p:not(:last-child){margin-bottom: 15px;}
.txt_box_st01 p b{font-weight: 700; color: var(--co01);}
.txt_box_st01 ul li{position: relative;padding-left: 14px;}
.txt_box_st01 ul li::after{content:'';position: absolute;left: 0; top: 8px; border-radius:50%; background: var(--co01); width: 3px; height: 3px;}
.txt_box_st01 ul li:not(:last-child){margin-bottom: 5px;}
.txt_box_st01 ul li strong{color: #333;}

.txt_box_st02{display: flex;flex-wrap:wrap;gap:20px;}
.txt_box_st02 .box{width: 100%;}
.txt_box_st02 .box .img_wrap{position:relative; width:100%; padding-bottom:63.636%;}
.txt_box_st02 .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;}

.txt_box_st02 .box .txt_wrap{display: flex;align-items: center;gap:10px;margin-top: 10px;}
.txt_box_st02 .box .txt_wrap em{display: flex; align-items: center; justify-content: center;font-size: 12px; background: var(--co01); color: #fff; font-weight: 800;width: 25px; height: 25px; border-radius:3px;}
.txt_box_st02 .box .txt_wrap p{font-size: 14px; color: #333; font-weight: 700;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{height: auto;background: transparent;padding-right: 2.6%;}
#sub_contents .sub0101_wrap .con01 .inner{position: relative;width: 100%;padding: 0;margin: 0px;}
.sub0101_wrap .con01 .img_wrap{position: relative;width: fit-content;}
.sub0101_wrap .con01 .img_wrap img{width: 100%;}
.sub0101_wrap .con01 .txt_wrap{position: absolute; right: initial; left: 50%; top: 50%; transform:translate(-50%,-50%); display: flex; justify-content: center; align-items: center; margin-left: auto;width: fit-content;width: 100%;height: auto; }
.sub0101_wrap .con01 .txt_wrap::after{content: '';display: none;position: absolute;width: 220px;height: 83%;background: #fff;z-index: 1;right: 0;mix-blend-mode: exclusion;}
.sub0101_wrap .con01 .txt_wrap .circle_t{display: none;position: absolute; top: 0; left: 83px;}
.sub0101_wrap .con01 .txt_wrap .circle_b{display: none;position: absolute; bottom: 0; left: 83px;transform: rotateX(180deg);}
.sub0101_wrap .con01 .txt_wrap .circle_t img,
.sub0101_wrap .con01 .txt_wrap .circle_b img{width: 40px;}
.sub0101_wrap .con01 .txt_wrap p{font-size: 20px; color: #fff; font-weight: 700; line-height: 30px;text-align: center;}

.sub0101_wrap .con02{padding: 45px 0 50px;background: url(/assets/images/sub/sub0101_bg01_mob.png)bottom right 2.6% no-repeat; background-size: 130px; }
.sub0101_wrap .con02 .txt01{margin-bottom: 27px;}
.sub0101_wrap .con02 .txt01 strong{display: block;margin-bottom: 15px;font-size: 16px; line-height: 30px; color: #333;font-weight: 700;}
.sub0101_wrap .con02 .txt01 strong b{color: var(--co01);}
.sub0101_wrap .con02 .txt01 strong br{display: none;}
.sub0101_wrap .con02 .txt01 strong i{display: block;}
.sub0101_wrap .con02 .txt01 p{font-size: 14px; color: #666; line-height: 24px;}
.sub0101_wrap .con02 .txt01 p br{display: none;}
.sub0101_wrap .con02 .txt01 p:not(:last-child){margin-bottom: 15px;}
.sub0101_wrap .con02 .txt02 p{display: flex; align-items: center;gap:15px;font-size: 14px; font-weight: 700;color: #333;}
.sub0101_wrap .con02 .txt02 p img{width: 75px;}

/* sub0102 */
.sub0102_wrap{position: relative;line-height: 1;}
.sub0102_wrap .bg01{position: absolute;bottom: -50px;right: 0;}
.sub0102_wrap .bg01 img{width: 260px;}
.sub0102_wrap .his_wrap{position: relative;padding-bottom: 40px;}
.sub0102_wrap .his_wrap .line{position: absolute;left: 10px;top: 10px;width: 2px; height: 100px;background: var(--co01);z-index: 100;}
.sub0102_wrap .his_con{display: flex;flex-wrap:wrap;gap:20px;padding-left: 30px;}
.sub0102_wrap .his_con .year{width: 100%;font-size: 20px; color: #333; font-weight: 700;}
.sub0102_wrap .his_con .txt_con{position: relative;width: 100%;padding-left: 10px;padding-bottom: 20px;}
.sub0102_wrap .his_con .txt_con::before{content:'';position: absolute;top: -30px;left: -20px;width: 2px; height: 120%; background: #eee;}
.sub0102_wrap .his_con .txt_con::after{content:'';position: absolute; left: -29px;top: -40px;width: 20px; height: 20px; background: var(--co01); border:5px solid #e9f3d2;border-radius:50%;}
.sub0102_wrap .his_con .txt_con .txt_wrap{border-bottom: 1px dashed #ddd;padding-bottom: 35px;}
.sub0102_wrap .his_con .txt_con .txt:not(:last-child){margin-bottom: 30px;}
.sub0102_wrap .his_con .txt_con .txt p{font-size: 15px; color: #333; font-weight: 700; margin-bottom: 15px;}
.sub0102_wrap .his_con .txt_con .txt ul li{position: relative;font-size: 13px; color: #666;line-height: 1.4;padding-left: 12px;}
.sub0102_wrap .his_con .txt_con .txt ul li::after{content:'';position: absolute; top: 7px; left: 0; width: 3px; height: 3px; background: var(--co01); border-radius:50%;}

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

.sub0104_wrap .con01{position: relative;display: flex;flex-direction: column;gap:10px;}
.sub0104_wrap .con01 .box{display: flex;flex-direction: column;justify-content: center;width: 100%; height: auto; padding: 25px;border-radius:100px;margin: 0 auto;}
.sub0104_wrap .con01 .box p{font-size: 18px; color: #fff; font-weight: 700;text-align: center;margin-bottom: 20px;}
.sub0104_wrap .con01 .box span{position: relative;display: block;font-size: 14px; color: #fff;text-align: center;line-height: 1.5;}
.sub0104_wrap .con01 .box span em{position: absolute; left: -5px;top: -15px;font-size: 22px;color: rgba(255,255,255,.3); font-weight: 700;}
.sub0104_wrap .con01 .box span i{display: block;}
.sub0104_wrap .con01 .box ul{display: flex;justify-content: center;gap:20px;}
.sub0104_wrap .con01 .box01{background: rgba(144,195,31,.8);}
.sub0104_wrap .con01 .box02{position: initial;right: 0;background: rgba(44,143,212,.8);z-index: -1;}
.sub0104_wrap .con01 .box02 span{transform: translateX(0px);}

.sub0104_wrap .con02 .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0104_wrap .con02 .box_wrap .box{display: flex; align-items: center; justify-content: center; flex-direction: column;padding: 30px;width: 100%; height: auto; border:6px solid #f5f5f5; border-radius:6px;}
.sub0104_wrap .con02 .box_wrap .box .icon{margin-bottom: 15px;transition:.4s;}
.sub0104_wrap .con02 .box_wrap .box .icon img{width: 44px;}
.sub0104_wrap .con02 .box_wrap .box:nth-child(3) .icon img{width: 40px;}
.sub0104_wrap .con02 .box_wrap .box span{display: block;font-size: 14px; color: #999;text-align: center;margin-bottom: 12px;}
.sub0104_wrap .con02 .box_wrap .box p{font-size: 16px;color: #333; font-weight: 700;text-align: center;}
.sub0104_wrap .con02 .box_wrap .box:hover .icon{transform:rotateY(180deg) translateY(-5px);}

.sub0104_wrap .con03 .txt_wrap{position: relative;width: 100%; height: 200px; background: url(/assets/images/sub/sub0104_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; border-radius:6px;}
.sub0104_wrap .con03 .txt_wrap .txt{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: max-content;}
.sub0104_wrap .con03 .txt_wrap .txt::before{content:'“';position: absolute;top: -15px;left: -20px;font-size: 26px;color: #fff;font-weight: 700;}
.sub0104_wrap .con03 .txt_wrap .txt::after{content:'”';position: absolute;top: -15px;right: -20px;font-size: 26px;color: #fff;font-weight: 700;}
.sub0104_wrap .con03 .txt_wrap .txt span{display: block;font-size: 14px; color: #fff;text-align: center;margin-bottom: 10px;}
.sub0104_wrap .con03 .txt_wrap .txt p{font-size: 18px; color: #fff;text-align: center;font-weight: 700;}

/*sub0106*/
.sub0106_wrap{line-height: 1;}
.sub0106_wrap .con01{margin-bottom: 50px;}
.sub0106_wrap .con01 .inner{display: flex;gap:5px;flex-wrap:wrap;}
.sub0106_wrap .con01 .box{height: auto;background: #f7f7f7;padding: 20px 0;}
.sub0106_wrap .con01 .box .icon{width: fit-content;margin: 0 auto 10px;transition:.4s;}
.sub0106_wrap .con01 .box .icon img{height: 25px;}
.sub0106_wrap .con01 .box:first-child .icon img{height: 30px;}
.sub0106_wrap .con01 .box .txt strong{display: block;font-size: 16px; color: var(--co01);text-align: center; margin-bottom: 10px;}
.sub0106_wrap .con01 .box .txt ul li{display: flex; align-items: center; justify-content: center;gap:5px;}
.sub0106_wrap .con01 .box .txt ul li:not(:last-child){margin-bottom: 5px;}
.sub0106_wrap .con01 .box .txt ul li p{font-size: 12px; color: #333; font-weight: 700;}
.sub0106_wrap .con01 .box .txt ul li span{font-size: 12px; color: #333;}

.sub0106_wrap .con01 .box01{width: 100%;}
.sub0106_wrap .con01 .box02{width: 100%;}

.sub0106_wrap .con01 .box:hover .icon{transform:rotateY(180deg) translateY(-5px);}

.sub0106_wrap .con02 .map_wrap{position:relative; width:100%; padding-bottom:110%;}
.sub0106_wrap .con02 .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;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con:not(:last-child){margin-bottom: 40px;}
.sub0201_wrap .img_box{display: flex;align-items: center;flex-direction: column;gap:20px;justify-content: center;padding: 20px; border:2px dashed #ddd; border-radius:8px;margin-top: 20px; max-width: 100%;}
.sub0201_wrap .img_box img{max-width: 100%;}
.sub0201_wrap .img_box .txt_wrap{padding-left: 0px;}
.sub0201_wrap .img_box .txt_wrap .txt:not(:last-child){margin-bottom: 20px;}
.sub0201_wrap .img_box .txt_wrap .txt strong{display: block;font-size: 14px; color: var(--co01); font-weight: 700; margin-bottom: 10px;}
.sub0201_wrap .img_box .txt_wrap .txt p{font-size: 13px; color: #666; line-height: 1.5;}

.sub0201_wrap .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0201_wrap .box_wrap .box{width: 100%;overflow: hidden; border-radius:8px;}
.sub0201_wrap .box_wrap .box .tit{display: flex; align-items: center; justify-content: center;height: 35px;background: var(--co01);}
.sub0201_wrap .box_wrap .box:nth-child(2) .tit{background: #3e7500;}
.sub0201_wrap .box_wrap .box:nth-child(3) .tit{background: #113f00;}
.sub0201_wrap .box_wrap .box .tit p{font-size: 13px; color: #fff; font-weight: 500;}
.sub0201_wrap .box_wrap .box .img_wrap{width: 100%;}
.sub0201_wrap .box_wrap .box .img_wrap img{width: 100%;}

/* sub0201_1 */
.sub0201_1_wrap{line-height: 1;}
.sub0201_1_wrap .con:not(:last-child){margin-bottom: 40px;}
.sub0201_1_wrap .con .box_wrap{display: flex;flex-wrap: wrap; gap: 20px;}
.sub0201_1_wrap .con .box_wrap .box{width: 100%;}
.sub0201_1_wrap .con:nth-child(2) .box_wrap{gap:20px;}
.sub0201_1_wrap .con:nth-child(2) .box_wrap .box{width: 100%;}
.sub0201_1_wrap .con .box_wrap .box > img{width: 100%; border-radius:8px; border:1px solid #ddd;}
.sub0201_1_wrap .con .box_wrap .box .img_wrap{display: flex;gap:8px;width: 100%;flex-wrap:wrap;}
.sub0201_1_wrap .con .box_wrap .box .img_wrap img{width: 100%;border-radius:8px;}
.sub0201_1_wrap table.tbl01 td .img_wrap img{width: 100%;}

/* sub0201_2 */
.sub0201_2_wrap{line-height: 1;}
.sub0201_2_wrap .con:not(:last-child){margin-bottom: 40px;}
.sub0201_2_wrap .img_box{display: flex;align-items: center; justify-content: center;padding: 20px;margin-top: 20px;border:2px dashed #ddd;border-radius:8px; }
.sub0201_2_wrap .img_box.img_box02{display: block;margin-top: 0;}
.sub0201_2_wrap .img_box img{max-width: 100%;margin: 30px auto 0;}
.sub0201_2_wrap .img_box .txt_box{display: flex;align-items: flex-start;justify-content: space-around;}
.sub0201_2_wrap .img_box .txt_box .txt{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:6px;}
.sub0201_2_wrap .img_box .txt_box .txt em{display: flex; align-items: center; justify-content: center;width: 25px; height: 25px; border-radius: 3px; background: var(--co01); color: #fff; font-size: 12px; font-weight: 800;}
.sub0201_2_wrap .img_box .txt_box .txt p{font-size: 12px;color: #333;line-height: 1.1;text-align: center;font-weight: 700;}
.sub0201_2_wrap .img_box .txt_box .txt p span{font-size: 10px;}

@media screen and (max-width:440px) {
.sub0201_2_wrap .img_box .txt_box .txt p{font-size: 11px;}
.sub0201_2_wrap .img_box .txt_box .txt p span{font-size: 8px;}
}

.sub0201_2_wrap .con03 .img_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0201_2_wrap .con03 .img_wrap .img{width: 100%;}
.sub0201_2_wrap .con03 .img_wrap .img img{width: 100%;border-radius:8px; border:1px solid #ddd;}

/* sub0201_3 */
.sub0201_3_wrap{line-height: 1;}
.sub0201_3_wrap .con:not(:last-child){margin-bottom: 40px;}
.sub0201_3_wrap .img_box{display: block;padding: 20px;margin-top: 20px;border:2px dashed #ddd;border-radius:8px; }
.sub0201_3_wrap .img_box img{max-width: 100%;margin: 30px auto 0;}
.sub0201_3_wrap .img_box .txt_box{display: flex;align-items: flex-start;justify-content: space-around;}
.sub0201_3_wrap .img_box .txt_box .txt{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:6px;}
.sub0201_3_wrap .img_box .txt_box .txt em{display: flex; align-items: center; justify-content: center;width: 25px; height: 25px; border-radius: 3px; background: var(--co01); color: #fff; font-size: 12px; font-weight: 800;}
.sub0201_3_wrap .img_box .txt_box .txt p{font-size: 12px;color: #333;line-height: 1.1;text-align: center;font-weight: 700;}
.sub0201_3_wrap .img_box .txt_box .txt p span{font-size: 10px;}

.sub0201_3_wrap .box_wrap{display: flex;gap:20px;flex-wrap:wrap;}
.sub0201_3_wrap .box_wrap .box{width: 100%;}
.sub0201_3_wrap .box_wrap .box img{width: 100%;border-radius:8px; border:1px solid #ddd;}

/* sub0202 */
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .con:not(:last-child){margin-bottom: 40px;}


/* sub0203 */
.sub0203_wrap{line-height: 1;}
.sub0203_wrap .con:not(:last-child){margin-bottom: 40px;}
.sub0203_wrap .img_box{display: flex;align-items: center;justify-content: center;flex-wrap:wrap;gap:50px;padding: 20px 10px; border:2px dashed #ddd; border-radius:8px;margin-top: 20px;}
.sub0203_wrap .img_box .box{position: relative;display: flex;justify-content: center;align-items: center;width: 100%;padding-top: 22px;}
.sub0203_wrap .img_box .box strong{position: absolute;top: 0;display: block;width: 100%;font-size: 16px; color: #333; font-weight: 700;text-align: center;margin-bottom: 0px;}
.sub0203_wrap .img_box .box strong.co02{color: var(--co01);}
.sub0203_wrap .img_box .box strong img{display: inline-block; margin-right: 5px;width: 20px;}
.sub0203_wrap .img_box .box .img{position: relative;width: fit-content;margin: 0; transform:translateX(10px);}
.sub0203_wrap .img_box .box .img img{width: 165px;}
.sub0203_wrap .img_box .box:nth-child(1) .img::after{display: none;}
.sub0203_wrap .img_box .box:nth-child(2) .img::after,
.sub0203_wrap .img_box .box:nth-child(3) .img::after{display: none;}

.sub0203_wrap .img_box .box:nth-child(1)::after{content:'';position: absolute; right: initial; left: 50%;top: initial; bottom: -30px; transform:translateX(-50%); background: url(/assets/images/sub/sub0203_icon01.png)center no-repeat; width: 20px; height: 20px; background-size: cover;}
.sub0203_wrap .img_box .box:nth-child(2)::after,
.sub0203_wrap .img_box .box:nth-child(3)::after{content:'';position: absolute; right: initial; left: 50%;top: initial; bottom: -30px; transform:translateX(-50%) rotate(90deg);  background: url(/assets/images/sub/sub0203_icon02.png)center no-repeat; width: 12px; height: 20px; background-size: cover;}

.sub0203_wrap .img_box .box .txt{display: flex;align-items: center; justify-content: center;width: 165px; height: 165px; border-radius:50%; border:5px solid #f5f5f5;margin: 0; transform:translateX(-10px);z-index: -1;}
.sub0203_wrap .img_box .box .txt ul li{position: relative;font-size: 13px; color: #666;padding-left: 12px;}
.sub0203_wrap .img_box .box .txt ul li:not(:last-child){margin-bottom: 10px;}
.sub0203_wrap .img_box .box .txt ul li::after{content:'';position: absolute; left: 0; top: 6px; width: 3px; height: 3px;background: var(--co01); border-radius:50%;}

/*sub0301*/
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con:not(:last-child){margin-bottom: 50px;}
.sub0301_wrap .img_wrap01{display: flex;align-items: center; justify-content: center;border:2px dashed #ddd; border-radius:8px; padding: 20px;}
.sub0301_wrap .img_wrap01 img{max-width: 100%;}

.sub0301_wrap .con01 .box_wrap{display: flex;gap:20px; flex-wrap:wrap; margin-bottom: 20px;}
.sub0301_wrap .con01 .box_wrap .box{width: 100%;}
.sub0301_wrap .con01 .box_wrap .box .img{width: 100%; border-radius:8px; border:1px solid #ddd;}
.sub0301_wrap .con01 .box_wrap .box .img img{width: 100%;}
.sub0301_wrap .con01 .txt_box_st01 b{font-size: 16px; font-weight: 700;}
.sub0301_wrap .con01 .txt_box_st01 b em{color: var(--co02); font-weight: 700;}
.sub0301_wrap .con01 .txt_box_st01 p:not(:last-child){margin-bottom: 8px;}

.sub0301_wrap .con04 .img_wrap01{margin-top: 20px;padding: 20px;}
.sub0301_wrap .con05 .txt_box_st01{margin-bottom: 20px;}

@media screen and (max-width:440px) {
.sub0301_wrap .con07 table.tbl01 th{font-size: 10px;}
.sub0301_wrap .con07 table.tbl01 td{font-size: 10px;}
}

.sub0301_wrap .con08 .box_wrap{display: flex;gap:20px;flex-wrap:wrap;}
.sub0301_wrap .con08 .box_wrap .box{width: 100%;}
.sub0301_wrap .con08 .box_wrap .box:nth-child(1){width: 100%;}
.sub0301_wrap .con08 .box_wrap .box .img_wrap{display: flex;align-items: center; justify-content: center;border:1px solid #ddd; border-radius:8px;width: 100%;height: 100%;padding: 50px 20px;}
.sub0301_wrap .con08 .box_wrap .box .img_wrap img{max-width: 200px;}
.sub0301_wrap .con08 .box_wrap .box ul{margin-top: 15px; padding-top: 15px;border-top: 1px solid #ddd;}
.sub0301_wrap .con08 .box_wrap .box ul li{position: relative;font-size: 12px; color: #666;padding-left: 12px; line-height: 1.5;}
.sub0301_wrap .con08 .box_wrap .box ul li::after{content:'';position: absolute; top: 8px; left: 0; width: 3px; height: 3px; border-radius:50%; background: var(--co01);}
.sub0301_wrap .con08 .box_wrap .box ul li:not(:last-child){margin-bottom: 5px;}

@media screen and (max-width:410px) {
.sub0301_wrap .con08 .box_wrap .box h3.h3_tit02 br{display: none;}
}

/*sub0302*/
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con .box_wrap{display: flex; flex-wrap:wrap; gap:20px;}
.sub0302_wrap .con .box_wrap .box{width: 100%;}
.sub0302_wrap .con .box_wrap .box .img_wrap img{width: 100%; border-radius:8px;}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .con:not(:last-child){margin-bottom: 40px;}
.sub0402_wrap .con .img_wrap{display: flex; gap:20px; flex-wrap:wrap;}
.sub0402_wrap .con .img_wrap .img{flex:initial; width: 100%;}
.sub0402_wrap .con .img_wrap .img img{width: 100%; border-radius:8px;}

/*sub0404*/
.sub0404_wrap{line-height: 1;}


}