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

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


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

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

#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9000;line-height: 1;border-bottom: 1px solid rgba(255,255,255,.2);transition:.4s;}
#header .inner{display: flex;align-items: center; justify-content: space-between;width: 100%;height: 50px;}
#header h1 img{width: 135px;}

#header .gnb{display: none;font-family: "Play", sans-serif;}
#header .gnb > li{position: relative;padding: 41px 20px;}
#header .gnb > li::after{content:'';position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);width: 0; height: 3px; background: var(--co01);transition:.4s;}
#header .gnb > li.on::after{width: 60px;}
#header .gnb span a{display: block;font-size: 18px; color: #fff; font-weight: 700;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 278px; background: #fff;}
#header .gnb .lnb_sub ul{display: none;padding: 20px;}
#header .gnb .lnb_sub ul li a{display: block;color: #666;font-size: 16px;transition:.4s;}
#header .gnb .lnb_sub ul li a:hover{color: var(--co01);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 27px;}

#header .right_wrap{display: flex;align-items: center; gap:20px;}
#header .lan_wrap{display: flex;gap:10px;}
#header .lan_wrap a{border-radius:50%; border:1px solid transparent;transition:.3s;}
#header .lan_wrap img{width: 22px;}

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

#header.nav{background: #fff;border-bottom: 1px solid #ddd;}
#header.nav .lan_wrap a{border:1px solid #ddd;}

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

.navigation{position: fixed;top: 50px;z-index:5000;width:70%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation h3{height:50px;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:50px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 10px;color:#222;font-size:14px;font-weight: 700;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 10px;width: 15px;height: 9px;background:url(/assets/images/main/nav_bot_mob.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 0;background:#f5f5f5;border-top:2px solid var(--co01);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:#555;font-size:13px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.navigation ul li.on a{font-weight: 700;color: var(--co01);}
.navi_bg{display: none;position: absolute;top: 50px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

.main_quick{position: fixed;left: 40px;top: 50%;transform:translateY(-50%); z-index: 7000;line-height: 1;transition:.5s;}
.main_quick.off{opacity: 0;}
.main_quick ul li{position: relative;font-size: 16px; color: #fff;padding-left: 40px;transition:.4s;}
.main_quick ul li:not(:last-child){margin-bottom: 50px;}
.main_quick ul li::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 15px; height: 2px; background: rgba(255,255,255,.5);transition:.4s;}
.main_quick ul li.on{color: var(--co01);font-weight: 700;}
.main_quick ul li.on::after{width: 30px; background: var(--co01);}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap ul li img{width: 100%;height: 100vh;object-fit:cover;}
#visual_wrap .txt_wrap{position: absolute;bottom: 125px;left: 0;width: 100%;}
#visual_wrap .txt_wrap span{display: block;font-size: 15px; color: #fff;margin-bottom: 15px;transform:translateY(-100px);opacity: 0;transition:1s;}
#visual_wrap .txt_wrap p{font-size: 45px; line-height: 50px; color: #fff; font-weight: 700;transform:translateY(-100px);opacity: 0;transition:1s;}
#visual_wrap .txt_wrap a.more_btn01{margin-top: 30px;transform:translateY(-100px);opacity: 0;transition:1s;}
#visual_wrap .vis_items{display: flex;align-items: center;gap:10px;position: absolute; right: initial; left: 2.6%; bottom: 60px;}
#visual_wrap .vis_items .dots_wrap ul{display: flex;gap:10px;}
#visual_wrap .vis_items .dots_wrap ul li{width: 30px;height: 2px; background: rgba(255,255,255,.3);text-indent: -9999px;transition:.3s;}
#visual_wrap .vis_items .dots_wrap ul li.slick-active{background: var(--co01);}
#visual_wrap .vis_items .arr_wrap{display: flex;gap:8px;}
#visual_wrap .vis_items .arr_wrap img{width: 8px;}

#visual_wrap ul li.slick-active .txt_wrap span{transform:translateY(0px);opacity: 1;}
#visual_wrap ul li.slick-active .txt_wrap p{transform:translateY(0px);opacity: 1;transition-delay:.3s;}
#visual_wrap ul li.slick-active .txt_wrap a.more_btn01{transform:translateY(0px);opacity: 1;transition-delay:;}

/* 공통 */
a.more_btn01{display: flex;align-items: center; justify-content: center;width: 122px; height: 37px;border:1px solid #fff;font-size: 12px; color: #fff;transition:.5s;}
a.more_btn01:hover{background: var(--co01); border:1px solid var(--co01);}

.section{line-height: 1;}
.section .sec_tit .icon{margin-bottom: 10px;}
.section .sec_tit .icon img{width: 15px;}
.section .sec_tit p{font-size: 30px; line-height: 1.6; color: #fff;font-weight: 700;}
.section .sec_tit p i{display: block;}
.section .sec_tit span{display: block;font-size: 15px; color: #fff;margin-top: 20px;}
.section .sec_tit a.more_btn01{margin-top: 35px;}

.section .sec_tit.right .icon img{margin-left: auto;}
.section .sec_tit.right{text-align: right;}
.section .sec_tit.right a.more_btn01{margin-left: auto;}

.section .sec_tit.center .icon img{margin: 0 auto;}
.section .sec_tit.center{text-align: center;}
.section .sec_tit.center a.more_btn01{margin: 0 auto;}


/* section01 */
#section01{background: url(/assets/images/main/sec01_bg01_mob.jpg)center no-repeat; background-size: 120%; transition:1.5s;height: 100vh !important;}
#section01.on{background-size: 105%; }

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_mob.jpg)center no-repeat; background-size: 120%; transition:1.5s;height: 100vh !important;}
#section02.on{background-size: 105%; }

#section02 .box_wrap{display: flex;flex-wrap:wrap;justify-content: center;gap:30px 0;margin: 35px 0;}
#section02 .box_wrap .box{flex:initial; width: calc(100% / 3);}
#section02 .box_wrap .box{border-right: 1px solid rgba(255,255,255,.5);border-left: 1px solid transparent;transition:.4s;border-top: 1px solid transparent;border-bottom: 1px solid transparent;}
#section02 .box_wrap .box:first-child{border-left: 1px solid rgba(255,255,255,.5);}
#section02 .box_wrap .box:nth-child(5){border-left: 0;}
#section02 .box_wrap .box:nth-child(4),
#section02 .box_wrap .box:nth-child(7){border-left: 1px solid rgba(255,255,255,.5);}
#section02 .box_wrap .box a{display: flex;align-items: center;justify-content: flex-end;flex-direction: column;gap:25px;height: 106px;padding: 15px 0 13px;}
#section02 .box_wrap .box .icon{position: relative;}
#section02 .box_wrap .box .icon img{width: 35px;transition:.4s;}
#section02 .box_wrap .box:nth-child(1) .icon img,
#section02 .box_wrap .box:nth-child(2) .icon img,
#section02 .box_wrap .box:nth-child(5) .icon img{width: 42px;}
#section02 .box_wrap .box .icon img.on{position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);opacity: 0;}
#section02 .box_wrap .box .icon img.off{}
#section02 .box_wrap .box p{font-size: 11px; color: #fff;font-weight: 700;text-align: center;text-transform:uppercase;transition:.4s;}

#section02 .box_wrap .box:hover{border: 1px solid rgba(255,255,255,.5);background: rgba(255,255,255,.2);}
#section02 .box_wrap .box:hover img.on{opacity: 1;}
#section02 .box_wrap .box:hover img.off{opacity: 0;}
#section02 .box_wrap .box:hover p{color: var(--co01);}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_mob.jpg)center no-repeat; background-size: 120%; transition:1.5s;height: 100vh !important;}
#section03.on{background-size: 105%; }

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_mob.jpg)center no-repeat; background-size: 120%; transition:1.5s;height: 100vh !important;}
#section04.on{background-size: 105%; }

/* footer */
#footer{position: relative;line-height: 1;background: #111;height: auto !important;padding-bottom: 70px;}
#footer .fp-tableCell{height: auto !important;}
#footer .inner{width: 100%;}
#footer .f_top{display: flex;align-items: center; justify-content: space-between;padding: 20px 0;margin-bottom: 30px;border-bottom: 1px solid rgba(255,255,255,.2);}
#footer .f_top .left{display: flex;align-items: center;gap:22px;}
#footer .f_top .left .f_logo img{width: 135px;}
#footer .f_top .left .lan_wrap{display: flex;align-items: center;gap:8px;}
#footer .f_top .left .lan_wrap img{width: 22px;}
#footer .f_top .top_btn{display: flex;align-items: center;gap:5px;}
#footer .f_top .top_btn img{width: 10px;}
#footer .f_top .top_btn p{font-size: 12px; color: #999;font-weight: 700;}

#footer .f_bot{display: flex;flex-wrap:wrap;flex-direction: column-reverse;gap:3 0px 0;}
#footer .f_bot .left{width: 100%;}
#footer .f_bot .left .con:not(:last-child){margin-bottom: 20px;}
#footer .f_bot .left .con a{display: block;font-size: 12px; color: #fff; font-weight: 700;margin-bottom: 10px;}
#footer .f_bot .left .con a:hover{text-decoration:underline;}
#footer .f_bot .left .con p{font-size: 11px; color: #999; line-height: 20px;}

#footer .f_bot .right{width: 100%;padding-left: 0px;}
#footer .f_bot .right ul.site_map{display: flex;justify-content: center;flex-wrap:wrap;gap:15px 0;}
#footer .f_bot .right ul.site_map li{width: 50%;flex:initial;}
#footer .f_bot .right ul.site_map li:nth-child(1){margin-right: 0px;}
#footer .f_bot .right ul.site_map li:nth-child(2){flex:initial;margin-right: 0px;}
#footer .f_bot .right ul.site_map li:nth-child(3){margin-right: 0px;}
#footer .f_bot .right ul.site_map li strong a{display: block;font-size: 12px; color: #fff; font-weight: 700;margin-bottom: 13px;}
#footer .f_bot .right ul.site_map li .a_wrap a{display: block;font-size: 11px; color: #999;}
#footer .f_bot .right ul.site_map li .a_wrap a:not(:last-child){margin-bottom: 10px;}
#footer .f_bot .right ul.site_map li .a_wrap a:hover{text-decoration:underline;}
#footer .f_bot .copy{position: absolute;bottom: 30px;left: 2.6%;font-size: 11px; color: #999;}

/* =====sub================================= */
#header.active{background: #fff;border-bottom: 1px solid #ddd;}
#header.active .gnb span a{color: #222;}
#header.active .lan_wrap a{border:1px solid #ddd;}
#header.active .nav_btn::before{background: #222;}
#header.active .nav_btn::after{background: #222;}
#header.active .nav_btn span{background: #222;}
#footer.sub_footer{height: auto !important;padding: 0px;padding-bottom: 70px;}

#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;top: calc(50% + 25px);left: 50%;transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h3{font-size: 30px; color: #fff; font-weight: 700;text-align: center;}

/* tab_menu */
.tab_menu {display: block;width:100%; height:auto; line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu .inner{position:relative; display: flex; height:100%;padding: 0;}
.tab_menu .home{display: none;align-items: center; justify-content: center;width: 70px; height: 70px; background: var(--co01);}
.tab_menu .menu {display: flex; width:100%; height:100%;background:#fff; }
.tab_menu .menu > li {position:relative; flex:1; min-width: initial; height:100%; border-right: 0;}
.tab_menu .menu > li.menulink02{min-width: initial;max-width: initial;border-left: 1px solid #ddd;}
.tab_menu .menu > li.menulink01{border-right: 0;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);width: 13px; height: 8px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat; background-size: cover;transition:.4s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 10px 30px 10px 10px; width:100%; height:100%; font-size: 12px; color:#222; font-weight: 700; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:102%; left:0px; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 4px 4px 8px rgba(0,0,0,.15);}
.tab_menu .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%;min-height: 30px;height: auto; font-size:11px; color:#666;  font-weight: 400;padding:10px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li.on a{color: var(--co01);font-weight: 700;border-bottom: 2px solid var(--co01);}

#sub_contents{padding: 50px 0;}
#sub_contents .contop{line-height: 1;margin-bottom: 25px;}
#sub_contents .contop h3{font-size: 23px; color: #222; font-weight: 700;text-align: center;line-height: 1.4;}

/* 공통 */
h3.h3_tit01{position: relative;padding-left: 26px;font-size: 20px;color: #222;font-weight: 700;line-height: 1.5; margin-bottom: 12px;}
h3.h3_tit01::after{content:'';position: absolute; left: 0; top: 9px; background: url(/assets/images/sub/txt_icon01.png)center no-repeat; background-size: cover; width: 16px; height: 18px;}
h4.h4_tit01{position: relative;padding-left: 12px;font-size: 15px; font-weight: 700; color: #222;line-height: 1.4; margin-bottom: 10px;}
h4.h4_tit01::after{content:'';position: absolute;left: 0; top: 4px; width: 2px; height: 13px; background: var(--co01);}

.txt_box_st01{padding: 15px;background: #f5f5f5; border-radius:8px;}
.txt_box_st01 p{font-size: 13px; color: #666; line-height: 1.6;}

.txt_box_st02{padding: 15px;background: #f2fbf5; border-radius:8px;}
.txt_box_st02 strong{display: block;font-size: 14px; color: #222; line-height: 1.5;text-align: center;}
.txt_box_st02 strong b{color: var(--co01);}

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

table.tbl01{width: 100%;border-top: 2px solid var(--co01);}
table.tbl01.center{text-align: center;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 12px; padding: 10px 5px; color: #333; font-weight: 700; background: #f5f5f5;}
table.tbl01 th:not(:last-child){border-right: 1px solid #ddd;}
table.tbl01 td{font-size: 11px;padding: 10px 5px; color: #666;}
table.tbl01 td:not(:last-child){border-right: 1px solid #ddd;}
table.tbl01 td p{font-size: 11px;color: #666;}
table.tbl01 td b.co01{color: var(--co01);font-weight: 400;}
table.tbl01 td b.bold{font-weight: 700;}

table.tbl01.br_none th{border: 0;}
table.tbl01.br_none td{border: 0;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0101_wrap .con01 .img{margin-top: 30px;}
.sub0101_wrap .con01 .img img{display: block; margin: 0 auto;max-width: 100%;}

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

.sub0102_wrap .con02 .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0102_wrap .con02 .box_wrap .box{width: 100%; padding: 20px 30px; border:1px solid #ddd; border-radius:8px;}
.sub0102_wrap .con02 .box_wrap .box .icon img{display: block; margin: 0 auto;transition:.4s;width: 35px;}
.sub0102_wrap .con02 .box_wrap .box:nth-child(3) .icon img{width: 50px;}
.sub0102_wrap .con02 .box_wrap .box:hover .icon img{transform:rotateY(180deg);}
.sub0102_wrap .con02 .box_wrap .box p{position: relative; font-size: 13px; color: #666; line-height: 1.5;	padding-top: 15px;margin-top: 20px;text-align: center;}
.sub0102_wrap .con02 .box_wrap .box p br{display: none;}
.sub0102_wrap .con02 .box_wrap .box p::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%);width: 25px; height: 2px; background: var(--co01);}


/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con_wrap{border-top: 2px solid var(--co01);}
.sub0103_wrap .con{display: flex;flex-direction: column;gap:20px;border-bottom: 1px solid #ddd;padding: 20px 0;}
.sub0103_wrap .con .year{width: 100%;font-size: 22px;font-weight: 700;color: var(--co01);}
.sub0103_wrap .con .box_wrap{width: 100%;}
.sub0103_wrap .con .box_wrap .img_box{margin-top: 15px;}
.sub0103_wrap .con .box_wrap .img_box ul{display: flex;flex-wrap:wrap;gap:10px;}
.sub0103_wrap .con .box_wrap .img_box ul li{width: calc((100% - 10px) / 2);}
.sub0103_wrap .con .box_wrap .img_box ul li .img_wrap{position:relative; width:100%; padding-bottom:67.416%;background: #ddd; overflow: hidden;}
.sub0103_wrap .con .box_wrap .img_box 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;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap table.pc_tbl .col01{width: 18%;}
.sub0201_wrap table.pc_tbl .col02{width: 20%;}
.sub0201_wrap table.pc_tbl .col03{width: 20%;}
.sub0201_wrap table.pc_tbl .col04{width: 10%;}
.sub0201_wrap table.pc_tbl .col05{width: ;}
.sub0201_wrap table.pc_tbl a img{display: block;margin: 0 auto;}

.sub0201_wrap table.pc_tbl{display: none;}
.sub0201_wrap .tbl_wrap table:not(:last-child){margin-bottom: 10px;}
.sub0201_wrap table.mob_tbl{display: table;}
.sub0201_wrap table.mob_tbl .col01{width: 30%;}
.sub0201_wrap table.mob_tbl .col02{width: 70%;}
.sub0201_wrap table.mob_tbl td a img{width: 12px;}


/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0301_wrap .con .box:not(:last-child){margin-bottom: 20px;}
.sub0301_wrap .con table.tbl01 td img{display: block;margin: 0 auto 4px;width: 12px;}

/* sub0302 */
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con:not(:last-child){margin-bottom: 60px;}
.sub0302_wrap .con01 .box{display: flex;gap:15px;align-items: center;flex-direction: column;margin-bottom: 20px;padding: 20px 10px; border-radius:8px;background: url(/assets/images/sub/sub0301_icon02.png)bottom right 20px no-repeat #fff7f2; background-size: 100px;}
.sub0302_wrap .con01 .box .icon img{width: 65px;}
.sub0302_wrap .con01 .box .txt{width: 100%;}
.sub0302_wrap .con01 .box .txt strong{display: block;font-size: 18px;color: #222;line-height: 1.4;text-align: center;}
.sub0302_wrap .con01 .box .txt strong b{color: var(--co02);font-weight: 700;}
.sub0302_wrap .con01 .box .txt p{font-size: 13px; color: #666;margin-top: 8px;line-height: 1.4;text-align: center;}
.sub0302_wrap .con01 table.tbl01 td img{display: block;margin: 0 auto 4px;width: 12px;}

.sub0302_wrap .con02 .box:not(:last-child){margin-bottom: 20px;}
.sub0302_wrap .con02 .box .img_box{display: flex;align-items: center;flex-direction: column;gap:20px;margin-top: 20px;}
.sub0302_wrap .con02 .box .img_box .img{width: 100%;}
.sub0302_wrap .con02 .box .img_box .img strong{display: block;font-size: 16px; line-height: 1.6; color: #222;text-align: center; margin-bottom: 12px;	}
.sub0302_wrap .con02 .box .img_box .img strong b{font-weight: 700; color: var(--co02);}
.sub0302_wrap .con02 .box .img_box .img .btn_wrap{display: flex;align-items: center; justify-content: center;gap:10px; background: #fff7f2; padding: 20px; border-radius:10px;}
.sub0302_wrap .con02 .box .img_box .img .btn_wrap img{width: 140px;}
.sub0302_wrap .con02 .box .img_box .img01{display: flex;align-items: center; justify-content: center;padding: 20px;}
.sub0302_wrap .con02 .box .img_box .img01 img{max-width: 100%;}

.sub0302_wrap .con04 ul{display: flex;flex-wrap:wrap;border:1px solid #ddd;border-bottom: 0;border-right: 0;}
.sub0302_wrap .con04 ul li{display: flex;align-items: center;justify-content: center;width: calc(100% / 3); height: 45px;font-size: 13px; color: #666;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.sub0302_wrap .con04 ul li:nth-child(5n){border-right: 1px solid #ddd;}
.sub0302_wrap .con04 ul li:nth-child(3n){border-right: 1px solid #ddd;}

}