@media screen and (max-width:1400px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.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:40px; 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:40px; 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:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; 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:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.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:15px; 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:15px; 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: 40px;}
.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%;}

.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%; }
.no-inner{width:100%; margin:0 auto; padding: 0 2.6%; }

#header{position: fixed;line-height: 1;left: 0;top: 0;width: 100%;z-index: 5000;border-bottom: 1px solid #bf1e2e;background: rgba(0,0,0,.5);transition:.3s;}
#header .inner{display: flex;align-items: center;justify-content: space-between;height: 70px;width: 1740px;}
#header h1 a{display: block;width: 144px;height: 20.5px;background: url(/assets/images/main/main_logo01_tab.png)center no-repeat;background-size: cover;transition:.3s;}
#header .right_box{display: flex;gap:20px;align-items: center;}
#header .right_box .lang{display: flex;gap:13px;align-items: center;}
#header .right_box .lang .ico{width: 20px;height: 20px;background: url(/assets/images/main/main_h_ico01_pc.png)center no-repeat;background-size: cover;transition:.3s;}
#header .right_box .lang ul{display: flex;gap:20px;}
#header .right_box .lang ul li{position: relative;}
#header .right_box .lang ul li:nth-child(1):after{content:'';position: absolute;right: -11px;top: 50%;transform:translateY(-50%);width: 1px;height: 18px;background: #ccc;}
#header .right_box .lang ul li a{color: #fff;font-size: 16px;transition:.3s;}
#header .right_box .lang.pc_st{display: none;}
#header .right_box .lang_mob{display: flex;align-items: center;gap:10px;}
#header .right_box .lang_mob .ico{width: 17px;height: 17px;background: url(/assets/images/main/main_h_ico01_pc.png)center no-repeat;background-size: cover;transition:.3s;}
#header .right_box .lang_mob .box{position: relative;}
#header .right_box .lang_mob button{display: flex;align-items: center;width: 50px;height: 21px;border-radius: 3px;border: 1px solid #fff;gap:6px;justify-content: center;}
#header .right_box .lang_mob button span{font-size: 12px;color: #fff;}
#header .right_box .lang_mob button img{width: 9px;}
#header .right_box .lang_mob .box ul{display: none;position: absolute;top: 100%;width: 100%;left: 0;padding: 5px 0;border: 1px solid #fff;border-top: 0;border-radius: 3px;}
#header .right_box .lang_mob .box ul li:not(:last-child){margin-bottom: 5px;}
#header .right_box .lang_mob .box ul li a{display: block;text-align: center;font-size: 11px;color: #fff;}
#header .right_box .navi_btn{display: block;width: 35px;height: 16px;background: url(/assets/images/main/main_h_ico04_tab.png)center no-repeat;background-size: cover;}


#header.on{background: #fff;}
#header.on h1 a{background: url(/assets/images/main/main_logo02_tab.png)center no-repeat;background-size: cover;}
#header.on .right_box .lang .ico{background: url(/assets/images/main/main_h_ico02_pc.png)center no-repeat;background-size: cover;}
#header.on .right_box .lang ul li a{color: #777;}
#header.on .right_box .lang ul li.on a{color: #222;}
#header.on #nav .main_menu > li > a{color: #555;}

#header.on .right_box .lang_mob .ico{background: url(/assets/images/main/main_h_ico02_tab.png)center no-repeat;background-size: cover;}
#header.on .right_box .lang_mob button{border: 1px solid #222;}
#header.on .right_box .lang_mob button span{color: #222;}
#header.on .right_box .lang_mob button img{filter: brightness(0.6);}
#header.on .right_box .navi_btn{width: 26px;height: 26px;background: url(/assets/images/main/main_h_ico05_tab.png)center no-repeat;background-size: cover;}


/* gnb */

#header #nav{display: none;}
#header #nav .main_menu{display:flex;align-items: center;}
#header #nav .main_menu > li{position:relative; height:100px;}
#header #nav .main_menu > li > a{display:block;width: max-content;position: relative;transition:.3s;padding:0 40px;text-align: center;height: 100px;font-size:18px;color:#fff;font-weight:500;position:relative; line-height:100px;transition:ease all 0.2s;}
#header #nav .main_menu > li > a:hover{color: var(--co01);}
#header #nav .main_menu > li > a:after{content:'';opacity: 0;transition:.2s;position: absolute;left: 50%;transform:translateX(-50%); bottom: -5px;width: 10px;height: 10px;border-radius: 50%;background: var(--co01);z-index: 3000;}
#header #nav .main_menu > li.on > a:after{opacity: 1;}
#header #nav .main_menu > li.list_btn{height:auto;}
#header #nav .main_menu > li.list_btn a{border: 1px solid #222; height: auto; display: inline-block; line-height: 1; padding: 12px 22px; border-radius:30px ; font-size: 15px;}
#header #nav .main_menu > li.list_btn:hover a{color: #fff; background: #508929; border: 1px solid #508929;}

#header #nav .main_menu li ul{position:absolute;display:none;top:100%;left: 50%;transform:translateX(-50%);width: max-content;}
#header #nav .main_menu li:last-child ul{left: 0%;transform:translateX(-70%);}
#header #nav .main_menu .on ul{display:flex;gap:10px;align-items: center;}
#header #nav .main_menu li ul li{display: flex;text-align:center;height: 120px;align-items: center;}
#header #nav .main_menu li ul li:last-child{margin-bottom: 0;}
#header #nav .main_menu li ul li a{position: relative;display: block;color:#555;font-size:20px;font-weight: 400;width: 180px;line-height: 40px;transition:ease all 0.2s;border: 1px solid #ddd;}
#header #nav .main_menu li ul li a:hover{background: #1c3634;border: 1px solid #1c3634;color: #fff;}


.bg_wrap{display: none;position: fixed;width: 100%;height: 120px;top: 100px;left: 0;background: #fff;z-index: 2000;}
.bg_wrap.off{display: none;}
.bg_wrap.on{display: block;}


/* nav */
.navigation{position:fixed;top: 70px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;height:100vh;}
.navigation.on{display:block;}
.navigation h3{height:55px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3.active a{color: #fff;background: var(--co01);}
.navigation h3.active a:after{background:url(/assets/images/main/main_h_ico07_tab.png)center no-repeat;background-size:cover ;}
.navigation h3.on a{color: #fff;background: var(--co01);}
.navigation h3.on a:after{background:url(/assets/images/main/main_h_ico07_tab.png)center no-repeat;background-size:cover ;}
.navigation h3:nth-child(2) a{border-top: 1px solid #ddd;}
.navigation h3 a{position: relative;height:55px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#222;font-size:17px;font-weight:500;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;right: 20px;transform:translateY(-50%);width: 15px;height: 8.5px;background:url(/assets/images/main/main_h_ico06_tab.png)center no-repeat;background-size:cover ;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation ul{display: block; padding:20px 0;background:#f6f6f6;}
.navigation ul li{margin-bottom: 25px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;line-height: 1;width:100%;color:#555;font-size:15px;border:none;background:#f6f6f6;font-weight: 400;padding-left: 20px;}
.navigation ul li.on a{color: #222;}
.navigation ul li a:after{display: none;}
.nav_bg{display: none;position: fixed;top: 70px;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,.6);z-index: 4500;}




/*visual_wrap*/
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap ul li{position: relative;}
#visual_wrap ul li .video_wrap{position:relative; width:100%; padding-bottom:109.375%;}
#visual_wrap ul li .video_wrap video,
#visual_wrap ul li .video_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;}
#visual_wrap ul li .txt_wrap{position: absolute;left: 0;width: 100%;bottom: auto;top: 60%;transform:translateY(-50%);z-index: 1000;color: #fff;}
#visual_wrap ul li .txt_wrap > img{width: 302px;}
#visual_wrap ul li .txt_wrap strong{display: block;font-family: "Poppins";margin: 25px 0;font-size: 50px;font-weight: 600;}
#visual_wrap ul li .txt_wrap p{font-size: 18px;line-height: 27px;margin-bottom: 30px;}
#visual_wrap ul li .txt_wrap a{position: relative;display: block;width: 200px;transition:.3s;height: 40px;border-radius: 5px 5px 5px 17px;border: 1px solid rgba(255,255,255,.5);font-size: 14px;color: #fff;line-height: 40px;padding-left: 20px;}
#visual_wrap ul li .txt_wrap a:after{content:'';position: absolute;right: 12px;transition:.3s;top: 50%;transform:translatey(-50%);width: 22px;height: 22px;background: url(/assets/images/main/main_v_ico03_2_pc.png)center no-repeat;background-size: cover;}
#visual_wrap ul li .txt_wrap a:hover{background: transparent;color: #fff;border: 1px solid rgba(255,255,255,.5);}
#visual_wrap ul li .txt_wrap a:hover:after{background: url(/assets/images/main/main_v_ico03_2_pc.png)center no-repeat;background-size: cover;}
#visual_wrap .arrow{display: none;}
#visual_wrap .arrow div{position: absolute;top: 50%;transform:translateY(-50%);display: flex;background:rgba(0,0,0,.2);transition:.3s;opacity: .5;align-items: center;justify-content: center;width: 120px;height: 120px;border:1px solid #fff ;border-radius: 50%;gap:3px;}
#visual_wrap .arrow div:hover{opacity: 1;}
#visual_wrap .arrow div span{font-size: 14px;color: #fff;font-family: "Poppins";font-weight: 600;}
#visual_wrap .arrow .prev01{left: 50%;margin-left: -900px;}
#visual_wrap .arrow .next01{right: 50%;margin-right: -900px;} 
#visual_wrap .slick-dots{position: absolute;display: flex;gap:12px;left: 2.6%;bottom: auto;top: 85%;transform:translateY(-50%);padding-left: 5px;}
#visual_wrap .slick-dots li{position: relative;text-indent: -9999px;width: 7px;height: 7px;border-radius: 50%;border: 1px solid #fff;transition:.3s;}
#visual_wrap .slick-dots li:after{content:'';position: absolute;left: 50%;top: 50%;;transform:translate(-50% , -50%);width: 18px;height: 18px;border: 1px solid #fff;border-radius: 50%;transition:.3s;opacity: 0;}
#visual_wrap .slick-dots li.slick-active{background: #fff;}
#visual_wrap .slick-dots li.slick-active:after{opacity: 1;}
#visual_wrap .scroll{display: none;position: absolute;bottom: 80px;left: 50%;transform:translateX(-50%);width: 80px;height: 80px;gap:10px;flex-direction: column;border-radius: 50%;border: 1px solid rgba(255,255,255,.2);background: rgba(0,0,0,.2);align-items: center;justify-content: center;}
#visual_wrap .scroll span{font-size: 10px;color: #fff;font-family: "Poppins";}




/* 공통 */
.section{line-height: 1;}



/* section01 */
#section01{padding: 120px 0 0px;margin-bottom: 125px;}
#section01 .tit_box{margin-bottom: 60px;}
#section01 .tit_box h2{display:flex; justify-content:center; align-items:center; margin-bottom:5px;}
#section01 .tit_box h2 span{color: var(--co01);}
#section01 .tit_box p{font-size: 18px;line-height: 27px;text-align: center;color: #333;text-shadow: 2px 12px 2px  rgba(0,0,0,.1);}
#section01 ul.pc_st{display: none;gap:20px;justify-content: center;}
#section01 ul.pc_st li a{display: block;position: relative;width: 340px;height: 500px;background: url(/assets/images/main/sec01_img01_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.pc_st li:nth-child(2) a{background: url(/assets/images/main/sec01_img02_pc.jpg)center no-repeat;background-size: cover;top:0px;}
#section01 ul.pc_st li:nth-child(3) a{background: url(/assets/images/main/sec01_img03_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.pc_st li:nth-child(4) a{background: url(/assets/images/main/sec01_img04_pc.jpg)center no-repeat;background-size: cover;top: 0px;}
#section01 ul.pc_st li:nth-child(5) a{background: url(/assets/images/main/sec01_img03_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul li a:after{content:'';position: absolute;left: 0;top: 0;transition:.3s;width: 100%;background: linear-gradient(to bottom , #000, transparent);height: 215px;opacity: 0;transition:.4s;}
#section01 ul li a:hover:after{opacity: 1;}
#section01 ul li a .txt01{position: absolute;top: 40px;left: 30px;z-index: 20;}
#section01 ul li a .txt01 p{font-size: 20px;color: #fff;font-weight: 700;margin-bottom: 0px;}
#section01 ul li a .txt01 span{font-size: 16px;line-height: 26px;color: #fff;font-weight: 500;transition:.4s;opacity: 0;}
#section01 ul li a:hover .txt01 span{opacity: 1;}
#section01 ul li a .num{position: absolute;display: flex;bottom: 30px;left: 30px;gap:20px;align-items: flex-end;}
#section01 ul li a .num span{position: relative;top: 6px;font-size: 35px;color: #fff;font-weight: 600;}
#section01 ul li a .num img{width: 25px;}


#section01 .tab_box{display: block;padding: 0 2.6%;}
#section01 ul.tab_st .slick-list { width:calc(100% + 30px);}
#section01 ul.tab_st li{width: 222.5px;margin-right: 30px;}
#section01 ul.tab_st li a{display: block;position: relative;height: 318px;}
#section01 ul.tab_st li.bg01 a{background: url(/assets/images/main/sec01_img01_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.tab_st li.bg02 a{background: url(/assets/images/main/sec01_img02_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.tab_st li.bg03 a{background: url(/assets/images/main/sec01_img03_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.tab_st li.bg04 a{background: url(/assets/images/main/sec01_img04_pc.jpg)center no-repeat;background-size: cover;}
#section01 ul.tab_st li.bg05 a{background: url(/assets/images/main/sec01_img03_pc.jpg)center no-repeat;background-size: cover;}

#section01 .arrow_wrap{position: relative;margin-top: 30px;}
#section01 .arrow_wrap:after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 100%;height: 1px;background: #ccc;}
#section01 .arrow_wrap .arrow{position: relative;display: flex;z-index: 200;width: 108px;justify-content: center;gap:20px;background: #fff;margin: 0 auto;}
#section01 .arrow_wrap .arrow img{width: 17px;}


/* section02 */
#section02 .sec02_bg{}
#section02 .sec02_bg img{width: 100%;}
#section02 .con_wrap{position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 100%;}
#section02 .txt_wrap{margin-bottom: 55px;}
#section02 .txt_wrap .logo img{width: 368px;margin: 0 auto;}
#section02 .txt_wrap p{font-size: 22px; line-height: 35px;color: #fff; font-weight: 500;margin-top: 25px;font-family: 'Pretendard';text-align: center;}
#section02 .txt_wrap p i{display: block;}
#section02 ul{display: flex; align-items: center; justify-content: center;gap:50px;}
#section02 ul li{position: relative;display: flex; flex-direction: column; align-items: center; justify-content: center;width: 210px; height: 210px; border:15px solid #fff;border-radius:50%;background: rgba(0,0,0,.3);}
#section02 ul li:not(:last-child)::before{content:'';position: absolute; top: 50%; left: 100%; transform:translateY(-50%); width: 70px; height: 1px; background: rgba(255,255,255,.5);}
#section02 ul li:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -46px; transform:translateY(-50%); width: 10px;height: 10px; border:3px solid #fff; border-radius:50%;background: #001000;}
#section02 ul li p{font-size: 18px; color: #fff;font-weight: 700;text-align: center;}
#section02 ul li span{display: block;font-size: 17px; color: #fff;font-weight: 400;text-align: center;}
/* #section02{position: relative;padding: 170px 0 290px;background: url(/assets/images/main/sec02_bg01_tab.jpg)center no-repeat;background-size: cover;}
#section02:after{content:'';position: absolute;left: 50%;transform:translateX(-50%);bottom: calc(100% - 100px);width: 1536px;height: 200px;background: url(/assets/images/main/sec02_bg03_tab.png)center no-repeat;background-size: cover;}
#section02:before{content:'';position: absolute;left: 50%;transform:translateX(-50%);bottom: -100px;width: 1536px;height: 200px;background: url(/assets/images/main/sec02_bg02_tab.png)center no-repeat;background-size: cover;}
#section02 .con{position: relative;margin-left: auto;padding-left: 75px;padding-top: 75px;width: 91%;height: 621px;border: 1px solid rgba(255,255,255,.5);border-radius: 100px 0 0 100px;background: url(/assets/images/main/sec02_img02_pc.png)center no-repeat;background-size: cover;}
#section02 .con .txt01{position: absolute;left: -40px;top: -43px;}
#section02 .con .txt01 img{width: 317px;}
#section02 .con p.txt02{font-size: 18px;color: #fff;line-height: 27px;font-weight: 500;}
#section02 .con ul{position: absolute;display: flex;bottom: -60px;left: 75px;gap:20px 60px;flex-wrap:wrap;width: 600px;}
#section02 .con ul li{width: calc((100% - 60px)/2);}
#section02 .con ul li a{position: relative;display: block;width: 100%;height: 231px;border-radius: 15px;border: 1px solid #fff;padding: 30px;background:rgba(0,0,0,.3);}
#section02 .con ul li a:hover{background: linear-gradient(to top, transparent, var(--co01));border: 0px solid transparent;}
#section02 .con ul li a p{font-size: 20px;font-weight: 500;color: #fff;margin-bottom: 45px;font-family: "Poppins";}
#section02 .con ul li a .line{position: absolute;top: 70px;left: -40px;width: 170px;height: 1px;background: #fff;}
#section02 .con ul li a .circle{position: absolute;top: 68px;left: 130px;width: 7px;height: 7px;border-radius: 50%;background: #fff;} 
#section02 .con ul li a span{font-size: 14px;color: #fff;line-height: 19px;}
#section02 .con ul li a .more{position: absolute;display: flex;left: 30px;opacity: 1;align-items: center;bottom: 30px;gap:7px;font-size: 12px;color: #fff;transition:.3s;}
#section02 .con ul li a .more img{width: 7px;}
#section02 .con ul li a:hover .more{opacity: 1;} */


/* section03 */
#section03{padding: 100px 0 120px;}
#section03 .inner{width: 100%;}
#section03 .tit{position: relative;margin-bottom: 60px;z-index: 200;}
#section03 .tit p{font-size: 18px;font-weight: 600;color: #222;font-family: "Poppins";margin-bottom: 17px;}
#section03 .tit p span{color: var(--co01);}
#section03 .tit p em{font-weight: 600;color: #777;}
#section03 .tit h2{font-size: 23px;font-weight: 500;color: #222;}
#section03 .con_wrap{display: block;justify-content: space-between;}
#section03 .con_wrap .con01{width: 100%;margin-bottom: 60px;}
#section03 .con_wrap .con01 .box01{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}
#section03 .con_wrap .con01 .box01 p{padding-left: 0px;font-size: 20px;color: #222;}
#section03 .con_wrap .con01 .box01 a img{width: 16px;}
#section03 .con_wrap .con01 ul{border-top: 1px solid #aaa;}
#section03 .con_wrap .con01 ul li a{position: relative;display: block;padding: 28px 80px 28px 20px;height: 125px;border-bottom: 1px solid #aaa;transition:.3s;}
#section03 .con_wrap .con01 ul li a:hover{background: #f2f2f2;}
#section03 .con_wrap .con01 ul li a:after{content:'';position: absolute;right: 15px;top: 50%;transform:translateY(-50%);width: 10px;height: 18.5px;background: url(/assets/images/main/sec03_ico02_pc.png)center no-repeat;background-size: cover;}
#section03 .con_wrap .con01 ul li a strong{display: block;font-size: 18px;color: #222;font-weight: 400;white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
#section03 .con_wrap .con01 ul li a p{font-size: 14px;color: #555;white-space: nowrap; overflow:hidden;text-overflow: ellipsis;margin: 10px 0 13px; }
#section03 .con_wrap .con01 ul li a span{font-size: 13px;color: #555;}


#section03 .con_wrap .con02{width: 100%;}
#section03 .con_wrap .con02 ul{display: flex;flex-wrap:wrap;gap:20px;}
#section03 .con_wrap .con02 ul li{width: calc((100% - 20px)/2);}
#section03 .con_wrap .con02 ul li a{display: block;height: 140px;padding: 30px 30px;transition:.3s;border: 1px solid #aaa;}
#section03 .con_wrap .con02 ul li a:hover{border: 1px solid #222;box-shadow: 1px 1px 15px 0px rgba(0,0,0,.2);}
#section03 .con_wrap .con02 ul li:nth-child(2) a{background: #1c3634;}
#section03 .con_wrap .con02 ul li:nth-child(2) a p{color: #fff;}
#section03 .con_wrap .con02 ul li:nth-child(2) a span{color: #fff;}
#section03 .con_wrap .con02 ul li a p{font-size: 20px;color: #222;margin-bottom: 15px;}
#section03 .con_wrap .con02 ul li a span{color: #555;font-size: 14px;line-height: 19px;}



.top_btn{position: fixed;right: 2.6%;bottom: 100px;z-index: 3000;width: 40px;height: 40px;padding-top: 20px;text-align: center;background: rgba(255,255,255,.3);font-size: 10px;color: #222;box-shadow: 1px 1px 15px 0px rgba(0,0,0,.1);transition:.3s;}
.top_btn:hover{background: #1c3634;color: #fff;}
.top_btn:after{content:'';position: absolute;top: 10px;left: 50%;transform:translateX(-50%);width: 11px;height: 6.5px;background: url(/assets/images/main/main_top_btn01_pc.png)center no-repeat;background-size: cover;transition:.3s;}
.top_btn:hover:after{background: url(/assets/images/main/main_top_btn02_pc.png)center no-repeat;background-size: cover;transition:.3s;}


/* footer */
#footer{line-height: 1;background: url(/assets/images/main/footer_bg01_pc.jpg)center no-repeat;background-size: cover;}
#footer .top{padding: 40px 0 40px;border-bottom: 1px solid #aaa;}
#footer .top .inner{display: flex;width: 100%;justify-content: center;align-items: center;flex-direction: column-reverse;gap:23px;}
#footer .top .left{display: flex;gap:25px;align-items: center;flex-direction: column;}
#footer .top .left a img{width: 163px;}
#footer .top .left .ad_wrap address{font-size: 16px;line-height: 25px;color: #555;margin-bottom:15px;text-align: center;}
#footer .top .left .ad_wrap address strong{color: #222;font-weight: 600;}
#footer .top .left .ad_wrap address span{padding: 0 8px;}
#footer .top .left .ad_wrap ul{display: flex;gap:30px;justify-content: center;}
#footer .top .left .ad_wrap ul li a{position: relative;font-size: 14px;color: #555;}
#footer .top .left .ad_wrap ul li:nth-child(1) a:after{content:'';position: absolute;right: -16px;top: 50%;transform:translateY(-50%);width: 1px;height: 16px;background: #555;}
#footer .top .right{display: flex;gap:7px;}
#footer .top .right a img{width: 23px;}
#footer .bottom{padding: 25px 0;font-size: 13px;color: #555;text-align: center;}
#footer .bottom span{color: #222;font-weight: 700;}

.f_pop{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.3);z-index: 9999;}
.f_pop .x_btn{position: fixed;top: 50px;right: 2.6%;color: #fff;font-size: 40px;}
.f_pop .pop_box{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 95%; height: 600px; background: #fff; border-radius: 20px;padding: 30px;}
.f_pop .pop_box02{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 95%; background: #fff; border-radius: 20px;padding: 30px;}
.pop_box h2{font-size:24px; color:#222; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; text-align:center;}	
.pop_box .txt_box{overflow-y:scroll; height:450px;}
.pop_box .txt_box h4.member_guide_tit{font-size:17px; margin-top: 20px; color:#222; font-weight:600;}
.pop_box .guide_type1 {padding-left: 10px; margin-top: 5px;}
.pop_box .guide_type2 {padding-left: 15px; margin-top: 5px;}
.pop_box .txt_box .guide_type1 > li{margin-bottom: 5px; font-size: 17px; color: #555; line-height: 1.4;}
.pop_box .guide_type2 > li {margin-bottom: 3px; font-size: 17px; color: #555; line-height: 1.4;}
.pop_box02 h2{font-size:24px; color:#222; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; text-align:center;}	
.pop_box02 .txt_box p{font-size:17px; color:#555;}

/* sub */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute;width: auto;left: 40px;transform:translateX(0%);bottom: 120px;color: #fff;padding: 0;}
#sub_visual_wrap .txt_wrap .txt01{display: flex;gap:35px;align-items: center;margin-bottom: 35px;}
#sub_visual_wrap .txt_wrap .txt01 h2{font-size: 30px;}
#sub_visual_wrap .txt_wrap .txt01 ul{position: relative;display: flex;gap:30px;top: 7px;}
#sub_visual_wrap .txt_wrap .txt01 ul li{position: relative;font-size: 14px;color: #fff;}
#sub_visual_wrap .txt_wrap .txt01 ul li:not(:last-child):after{content:'';position: absolute;right: -20px;top: 50%;transform:translateY(-50%);width: 5.5px;height: 6.5px;background: url(/assets/images/sub/sub_ico01_pc.png)center no-repeat;background-size: cover;}
#sub_visual_wrap .txt_wrap .txt02{font-size: 25px;line-height: 32px;}



#sub_contents{padding: 120px 0 140px;}

/*  공통  */
.con{margin-bottom:120px;}
.con:last-child{margin-bottom:0;}
.sub_con{margin-bottom:50px;}
.sub_con:last-child{margin-bottom:0;}

.tbl01{width:100%; border:1px solid #aaa;}
.tbl01 th{padding:12px 7px; text-align:left; font-size:14px; color:#000; font-weight:500; border:1px solid #aaa; background:#f7f7f7;}
.tbl01 td{padding:12px 7px; text-align:left; font-size:14px; color:#555; font-weight:500; border:1px solid #aaa;}

h4.sub_tit01{font-size:35px; color:#222; margin-bottom:60px; text-align:center;}

h5.sub_tit02{font-size:24px; color:#222; font-weight:600; line-height:1.4;}

h5.tit01{font-size:32px; color:#222; text-align:center; margin-bottom:80px;}
h5.tit01 em{display:block; color:#555; font-size:18px; margin-top:5px; font-weight:600;}

h6.sub_tit03{position:relative; font-size:18px; color:#bf1e2e; font-weight:600; padding-bottom:10px; margin-bottom:20px;}
h6.sub_tit03::after{position:absolute; display:block; content:''; width:40px; height:2px; background:#bf1e2e; left:0; bottom:0;}

.list01 li{position:relative; padding:0 0 15px 15px; color:#555; font-size:14px; font-weight:500;}
.list01 li::after{position:absolute; display:block; content:''; width:4px; height:4px; background:#555; left:0; top:24%; transform:translate(-50% 0);}

.list02{width:100%; padding:0 30px;}
.list02 li{position:relative; padding-left:20px; margin-bottom:12px; color:#555; font-size:18px;}
.list02 li:last-child{margin-bottom:0;}
.list02 li::after{position:absolute; display:block; content:''; width:7px; height:7px; border-radius:50%; background:#555; left:0; top:11px;}

span.red{color:#bf1e2e;}

.pc_tbl{display:table;}
.mob_tbl{display:none;}

a.dw_btn01{display: flex; align-items: center; justify-content: center;gap:10px;width: 140px; height: 40px;border:1px solid #ddd; font-size: 13px; color: #555;transition:.4s;}
a.dw_btn01 em{display: block; background: url(/assets/images/sub/dw_icon01.png)center  no-repeat; background-size: cover;width: 12px; height: 12px;transition:.4s;}
a.dw_btn01:hover{background: var(--co01); color: #fff; border:1px solid var(--co01);}
a.dw_btn01:hover em{background: url(/assets/images/sub/dw_icon01_on.png)center  no-repeat; background-size: cover;}

/*  sunone0101  */
.sub0101_wrap .con01 .img_wrap{margin:30px 0;}	
.sub0101_wrap .con01 .tbl01{border-top:2px solid #222;}

.sub0101_wrap .con02 .img_wrap{margin-bottom:60px; display:flex; justify-content:center;}
.sub0101_wrap .con02 p{font-size:14px; text-align:center; color:#222;}

/*  sub0102  */
.sub0102_wrap .pc{display:block;}
.sub0102_wrap .con01{display:flex; flex-direction:column; justify-content:space-between;}
.sub0102_wrap .con01 .txt_wrap{padding-left:0;width: 100%;}
.sub0102_wrap .con01 .txt_wrap h5{margin-bottom:40px;}
.sub0102_wrap .con01 .txt_wrap p{font-size:18px; color:#555; width:100%;}
.sub0102_wrap .con01 .txt_wrap p ~ p{margin-top:25px;}
.sub0102_wrap .con01 .txt_wrap .sign{margin-top:40px; display:flex; align-items:center; gap:15px;}
.sub0102_wrap .con01 .txt_wrap .sign img{width:180px;}
.sub0102_wrap .con01 .txt_wrap .sign span{font-size:18px; color:#555; margin-top:10px;}
.sub0102_wrap .con01 .txt_wrap .sign p{font-size:26px; color:#222; /*font-family:"Noto", Serif;*/ font-weight:700;}
.sub0102_wrap .con01 .img_wrap{display:flex; justify-content:flex-end;}
.sub0102_wrap .con01 .img_wrap img{width: 100%;}

.sub0102_wrap .con02{display:flex; flex-direction:column; align-items:center;}
.sub0102_wrap .pursue_wrap{display:flex; gap:20px; margin-bottom:50px;}
.sub0102_wrap .pursue_wrap div{width:calc((100% - 40px)/3); border:1px solid #1c3634; text-align:center; padding:40px;}
.sub0102_wrap .pursue_wrap div img{width:80px;}
.sub0102_wrap .pursue_wrap div:nth-child(2){background:#1c3634; filter:drop-shadow(0 0 5px rgba(0,0,0,.5));}
.sub0102_wrap .pursue_wrap div strong{display:block; font-size:20px; color:#1c3634; margin:25px 0 15px;}
.sub0102_wrap .pursue_wrap div:nth-child(2) strong{color:#fff;}
.sub0102_wrap .pursue_wrap div p{font-size:18px; color:#555;}
.sub0102_wrap .pursue_wrap div:nth-child(2) p{color:#fff;}
.sub0102_wrap p.txt{font-size:18px; width:100%;}
.sub0102_wrap p.txt .black{color:#222;}
.sub0102_wrap p.txt span{font-weight:600;}
.sub0102_wrap p.txt b{display:block; margin-top:30px;}

/*  sub0103  */
div.history_mob{display:none;}
ul.history_wrap{position:relative; overflow:hidden; display:flex; justify-content:space-around; align-items:flex-start; margin-top:50px;}
ul.history_wrap:before{position:absolute; width:1px; height:95%; background:#ddd; display:block; content:""; left:50%; top:40px; }
ul.history_wrap li.li_02{width:50%;}
ul.history li{height:380px;}
ul.history li.history01{height:490px;}
ul.history li strong{position:relative; font-size:35px; color:#1c3634; font-weight:700;}
ul.history li span{font-size:18px; color:#000; font-weight:500;}
ul.history li strong:before{position:absolute; width:80px; height:3px; background:#1c3634; display:block; content:""; right:0; top:50%; transform:translate(-50% 0); }
ul.history li strong:after{position:absolute; width:18px; height:18px; display:block; content:"";  top:37%; transform:translate(-50%); border-radius:50%; background-image:url("/assets/images/sub/sub0103_circle.png"); background-size:cover;}
ul.history li p{position:relative; font-size:14px; color:#555;  padding-top:15px;}
ul.history li.history_list{padding-top:2px;}
ul.history li.history_list2{padding-top:4px;}

/*left*/
ul.history_wrap li.li_left{text-align:right;}
ul.history_wrap li.li_left .history li strong{padding-right:110px;}
ul.history_wrap li.li_left .history li strong:before{right:0;}
ul.history_wrap li.li_left .history li strong:after{right:-20px;}
ul.history_wrap li.li_left .history li p{margin-right:80px; padding-right:15px;}
ul.history_wrap li.li_left .history li p:before{position:absolute; display:block; content:''; width:4px; height:4px; border-radius:50%; background:#1c3634; right:0; top:65%; transform:translate(-50% 0);}

/*right*/
ul.history_wrap li.li_right .history li strong{padding-left:110px;}
ul.history_wrap li.li_right .history li strong:before{left:0;}
ul.history_wrap li.li_right .history li strong:after{left:0;}
ul.history_wrap li.li_right .history li p{margin-left:80px; padding-left:15px;}
ul.history_wrap li.li_right .history li p:before{position:absolute; display:block; content:''; width:4px; height:4px; border-radius:50%; background:#1c3634; left:0; top:65%; transform:translate(-50% 0);}

/*  sub0104  */
.certificate_wrap{width:100%; display:flex; flex-wrap:wrap; gap:30px 20px;}
.certificate_wrap .img_wrap{ position:relative; width:100%; padding-bottom:141.6%;border:1px solid #ddd;}
.certificate_wrap div.certificate_view{width: calc((100% - 60px) / 4);}
.certificate_wrap div.certificate_view img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.certificate_wrap div.certificate_view p{font-size:20px; font-weight:600; text-align:center; color:#222; margin-top:20px;}

/* 인증서 게시판 */
.cer_pop_wrap{position: fixed; top: 0; left: 0;bottom: 0;right: 0;width: 100%; height: 100vh;z-index: 9999;pointer-events: none;touch-action: none; opacity: 0;transition: 0.5s ease;}
.cer_pop_wrap .pop_x_btn{position: absolute;width: 39px;height: 39px;right: 0; top:-50px;transition: 1s ease;}
.cer_pop_wrap .pop_x_btn img{width: 100%;}
.cer_pop_wrap .popup{width: 500px; ;max-width: 90%;/* max-height: calc(100% - 40rem); */position: absolute;left: 50%;top: 70%;transform: translate(-50%, -50%);background-color: #fff;z-index: 5;opacity: 0;}
.cer_pop_wrap .popup .img_wrap{position:relative; width:100%; padding-bottom:141.6%;}
.cer_pop_wrap .popup .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%;}
.cer_pop_wrap.on{opacity: 1;pointer-events: auto;touch-action: auto;background-color: rgba(0, 0, 0, 0.5);}
.cer_pop_wrap.on .popup{top: 50%;opacity: 1;transition: 1s ease;}

/*  sub0105  */	
.sub0105_wrap .img_wrap{margin-bottom:100px;}
.sub0105_wrap .img_box_wrap{display:flex; flex-wrap:wrap; gap:30px 20px; justify-content:space-between; width:100%;}
.sub0105_wrap .img_box_wrap div{width:calc((100% - 40px)/3);}
.sub0105_wrap .img_box_wrap img{width:100%;}
.sub0105_wrap .img_box_wrap p{font-size:14px; color:#222; text-align:center; border:1px solid #ddd; padding:15px;}

/*  sub02  */	
.img_area{position: relative; width: 100%; padding-bottom: 70.5%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}
.img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; background:#fff;}

.sub02_wrap .top_wrap{display:flex; flex-direction:column; margin-bottom:100px; gap:50px 0;}
.sub02_wrap .top_wrap .img_wrap{width:100%; margin-right:0; filter:drop-shadow(0 0 8px rgba(0,0,0,.2));}
.sub02_wrap .top_wrap .img_wrap .img_slide{position:relative; width:100%;  border-radius:40px; overflow:hidden; margin-bottom:30px;}
.sub02_wrap .top_wrap .img_wrap .img_slide .slide_btn{position:absolute; width:100%; height:100%; display:flex; justify-content: space-between; align-items:center; z-index: 999;}
.sub02_wrap .top_wrap .img_wrap .img_slide .slide_btn div{display:flex; align-items:center; justify-content:center; width:50px; height:86px; background:rgba(0,0,0,.4);}	
	
.sub02_wrap .top_wrap .img_wrap .img_list{/* display:flex; gap:0 10px;  */margin:30px 20px 0;}
.sub02_wrap .top_wrap .img_wrap .img_list li{width:110px; border:1px solid #ccc; }
.sub02_wrap .top_wrap .img_wrap .img_list li.slick-active{filter:drop-shadow(0 0 8px rgba(0,0,0,.1));}
.sub02_wrap .top_wrap .txt_wrap{display:flex; flex-wrap:wrap; gap:0 40px;}
.sub02_wrap .top_wrap .txt_wrap div{width:calc((100% - 40px)/2);}
.sub02_wrap .top_wrap .txt_wrap div:last-child{width:100%;}
.sub02_wrap .top_wrap .txt_wrap div .icon_list{display:flex; flex-wrap:wrap; gap:0 30px; justify-content:space-around;}
.sub02_wrap .top_wrap .txt_wrap div .icon_list li span{display:block; color:#555; margin-top:10px; font-size:14px; text-align:center; font-weight:500;}
.sub02_wrap .top_wrap .txt_wrap div .icon_list li img{width:90px;}

.sub02_wrap .bot_wrap h6{margin-bottom:30px;}
.sub02_wrap	.bot_wrap .tbl01 th{text-align:center;}
.sub02_wrap	.bot_wrap .tbl01 td{text-align:center;}
/*.sub02_wrap	.bot_wrap .tbl01 th:first-child{background:#f0fff7;}
.sub02_wrap	.bot_wrap .tbl01 th:nth-child(2){background:#e9e9e9;}*/

/*  sub0301  */
.sub0301_wrap .sub_con{display:flex; flex-direction:column; justify-content:center;}
.sub0301_wrap .sub_con h5.tit01{margin-bottom:40px;}
.sub0301_wrap .sub_con .img_wrap{margin-top:50px; width:100%; display:flex; justify-content:space-between; align-items:center;}
.sub0301_wrap .sub_con .img_wrap .img_box p{width:100%; padding:12px; font-size:18px; font-weight:600; color:#fff; background:#bf1e2e; text-align:center;}
.sub0301_wrap .sub_con .img_wrap .img_box img{border:1px solid #ddd; width:100%;}
.sub0301_wrap .con01 .img_wrap .img_box{width:calc((100% - 10px)/2); }
.sub0301_wrap .con02 .img_wrap{margin-top:50px; width:100%; display:flex; justify-content:center;}

/*  sub0302  */
.sub0302_wrap .sub_con{margin-bottom:60px;}
.sub0302_wrap .sub_con:last-child{margin-bottom:0;}	

/*  sub0303  */
.sub0303_wrap .box01 img{width: 100%;}
.sub0303_wrap{display:flex; flex-direction:column; justify-content:center;}
.sub0303_wrap .bot_wrap{width:100%;}
.sub0303_wrap .img_box{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:50px 30px;}
.sub0303_wrap .img_box div{width:calc((100% - 30px)/2);}
.sub0303_wrap .img_box div img{width:100%;}
.sub0303_wrap .img_box .txt_wrap{padding:25px 10px 0; text-align:left; width:100%;}
.sub0303_wrap .img_box .txt_wrap strong{display:block; font-size:18px; color:#222; margin-bottom:10px; font-weight:600;}
.sub0303_wrap .img_box .txt_wrap p{font-size:14px; color:#555; margin-bottom:25px;height: 110px;}
.sub0303_wrap .img_box .txt_wrap .tag{display:flex; flex-wrap:wrap; gap:5px;}
.sub0303_wrap .img_box .txt_wrap .tag li{font-size:14px; padding:4px 16px; border:1px solid #aaa;}

/*  sub0401  */
.sub0401_wrap .top_wrap{display:flex; justify-content:space-between;}
.sub0401_wrap .tab_wrap{font-size: 0; text-align: center;}
.sub0401_wrap .tab_wrap h3{display: inline-block; font-size: 14px; font-weight: 500; line-height: 42px; color: #555; width: 80px; height: 44px; border: 1px solid #aaa; cursor: pointer; margin-right:5px;}
.sub0401_wrap .tab_wrap h3.on{display: inline-block; font-size: 14px; font-weight: 500; line-height: 42px; color: #fff; width: 80px; height: 44px; background:#555; border:1px solid #555;}
.sub0401_wrap .tab_wrap h3:last-child{margin-right:0px;}
.sub0401_wrap .search{display:flex; height:44px; border:1px solid #aaa; padding:0 12px;}
.sub0401_wrap .search p{position:relative; justify-content:space-between; display:inline-block; line-height:42px; font-size:12px; color:#555; font-weight:600; padding-right:12px;}
.sub0401_wrap .search p::before{position:absolute; display:block; content:''; width:1px; height:12px; background:#aaa; right:0; top:15px;}
.sub0401_wrap .search input{border:none; vertical-align:middle; }
.sub0401_wrap .search em{position:relative; display:flex; padding-left:10px; align-items:center;}
.sub0401_wrap .search em::before{position:absolute; display:block; content:''; width:1px; height:12px; background:#aaa; left:0; top:15px;}
.sub0401_wrap .tab_wrap .tab_con{min-height: 400px; padding-top: 35px;}

.notice:first-child{border-top:1px solid #aaa;}
.notice{padding:20px 0; border-bottom:1px solid #aaa; display:flex; align-items:center; cursor:pointer;}
.notice .img_wrap{width:300px; margin-right:45px;}
.notice .img_area{position: relative; width: 100%; padding-bottom: 63.33%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}
.notice .img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; background:#fff;}
.notice .txt_wrap{text-align:left; width:calc(100% - 360px);}
.notice .txt_wrap div span{font-size:14px; color:#222; font-weight:400;}
.notice .txt_wrap div span.date{position:relative; color:#555; font-weight:500; padding-right:15px; margin-right:15px;}
.notice .txt_wrap div span.date::before{position:absolute; display:block; content:''; width:1px; height:14px; background:#555; right:0; top:2px;}
.notice .txt_wrap strong{font-weight:600; color:#222; font-size:18px; margin:10px 0 5px;}
.notice .txt_wrap p{font-size:14px; color:#777;}

/*  paging_wrap  */
.paging_wrap{text-align:center; box-sizing:border-box; margin-top: 100px;}
.paging_wrap:before, .paging_wrap:after{box-sizing:inherit;}
.paging_wrap ul{display:inline-block; font-size:0; }
.paging_wrap ul li{display:inline-block; margin:0 2px; vertical-align:middle; }
.paging_wrap ul li a{display:block; width:30px; height: 30px; border:1px solid #aaa;  font-size:14px; color:#777; line-height:30px; font-weight:500;}
.paging_wrap ul li.page_arrow a{line-height:29px;}
.paging_wrap ul li.on{border:1px solid #003978;}
.paging_wrap ul li.on a{color:#003978; border:0 solid #003978; }

/*  sub0402  */
.catalog_wrap{display:flex; justify-content:center; gap:0 40px;}
.catalog{width:380px;}
.catalog .img_area{position: relative; width: 100%; padding-bottom: 141.57%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}	
.catalog .img_area img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; }
.catalog .btn_down{width:220px; height:50px; display:flex; align-items:center; justify-content:center; gap:0 10px; border:1px solid #aaa; cursor:pointer; margin: 40px auto 0; font-size:14px; color:#222;}
.catalog .btn_down img{width:14px;}
.catalog .btn_down img.off{display:block;}
.catalog .btn_down img.on{display:none;}
.catalog .btn_down:hover{background:#bf1e2e; color:#fff; border:1px solid #bf1e2e;}
.catalog .btn_down:click{background:#bf1e2e; color:#fff; border:1px solid #bf1e2e;}
.catalog .btn_down:hover img.off{display:none;}
.catalog .btn_down:hover img.on{display:block;}
.catalog .btn_down:click img.off{display:none;}
.catalog .btn_down:click img.on{display:block;}

/* 홍보영상 Tab */
.gallery_bd02 .con_box ul.img_li {display: flex; gap: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con_box ul.img_li li {width: 49%;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap span.month {font-size: 18px;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap p.p_con {font-size: 14px; padding-top: 14px; margin-top: 14px;}

.gallery_bd02 .con_box ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con_box ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}

/*  sub05  */
/* 공통 */
.sub05_wrap{position: relative;line-height: 1;}
.sub05_wrap h5.tit01{font-family: 'Pretendard-B';}
.sub05_wrap h5.tit01 em{margin-top: 30px;font-weight: 600;line-height: 32px;}
.sub05_wrap ul.sub05_tab{display: flex;justify-content: center;position: absolute;top: -50px;left: 0;width: 100%;gap:10px;z-index: 100;width: 100%;padding: 0 20px;}
.sub05_wrap ul.sub05_tab li{flex:1;}
.sub05_wrap ul.sub05_tab li a{display: flex; align-items: center;justify-content: center;width: 100%; height: 40px; border:1px solid #ddd; border-radius:4px;font-size: 14px; color: #222;transition:.4s;}
.sub05_wrap ul.sub05_tab li:hover a{border:1px solid #1c3634;color: #1c3634; box-shadow:0px 0px 15px rgba(0,0,0,.15);}
.sub05_wrap ul.sub05_tab li.on a{border:1px solid #1c3634;color: #1c3634; box-shadow:0px 0px 15px rgba(0,0,0,.15);}

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

.con_st01{display: flex;}
.con_st01 .img_box{width: 50%;}
.con_st01 .img_box img{width: 100%; height: 500px;object-fit:cover;border-radius:20px;box-shadow:0px 0px 40px rgba(0,0,0,.25);}
.con_st01 .txt_box{position: relative;width: 50%;padding-left: 30px;margin-top: 10px;}
.con_st01 .txt_box ul li{font-size: 14px; color: #222; font-weight: 600;letter-spacing: 0px;line-height: 1.6;}
.con_st01 .txt_box ul li:not(:last-child){margin-bottom: 30px;}
.con_st01 .txt_box ul li em{display: inline-block;color: #bf1e2e; font-weight: 600;margin-right: 6px;}
.con_st01 .txt_box a.dw_btn01{position: absolute;left: 30px; bottom: 0;}

.con_st02{display: flex;align-items: center;flex-direction: column;gap:40px;}
.con_st02 .txt_box{width: 100%; padding: 40px 20px; border:1px solid #ddd; border-radius:20px;}
.con_st02 .txt_box p{font-size: 15px; color: #555; line-height: 1.8;font-weight: 500;letter-spacing: 0;}
.con_st02 .txt_box p:not(:last-child){margin-bottom: 20px;}
.con_st02 .txt_box p b{font-weight: 600;color: #222;}
.con_st02 .txt_box p em.co01{color: var(--co01);font-weight: 600;}
.con_st02 .img_box{width: 100%;padding-left: 0px;}
.con_st02 .img_box img{display: block;max-width: 100%;margin: 0 auto;}

.con_st03{padding: 120px 0 140px;background: url(/assets/images/sub/sub0601_1_bg01.jpg)center no-repeat; background-size: cover;}
.con_st03 .inner{display: flex;flex-wrap:wrap;gap:30px;}
.con_st03 .box{position: relative; width: calc((100% - 60px) / 3); height: 180px; background: linear-gradient(135deg,rgba(4, 128, 118, 1) 50%, rgba(26, 58, 55, 1) 100%);}
.con_st03 .box .txt{display: flex; align-items: center;flex-direction: column; justify-content: center;position: absolute;top: 1px;left:1px;width: calc(100% - 2px); height: calc(100% - 2px);background: #fff;}
.con_st03 .box p{font-size: 16px; color: #222; font-weight: 600;line-height: 1.8;text-align: center;}
.con_st03 .box em{position: absolute; top: 0; left: 0;display: flex; align-items: center; justify-content: center;width: 35px; height: 35px; font-size: 18px; color: #fff; font-weight: 600; background: #048076; border-radius:0 0 10px 0;z-index: 10;}
.con_st03 .box ul{margin-top: 15px;}
.con_st03 .box ul li{position: relative;font-size: 13px; color: #555; font-weight: 500;padding-left: 10px;}
.con_st03 .box ul li:not(:last-child){margin-bottom: 3px;}
.con_st03 .box ul li::after{content:'';position: absolute; left: 0; top: 7px;width: 3px; height: 3px; background: #555;}

/* sub0501 */
.sub05_wrap.sub0501_wrap ul.sub05_tab{padding: 0;}
.sub0501_wrap h5.tit01 em{margin-top: 40px;}
.sub0501_wrap h5.tit01 span{display: block;font-size: 16px; font-weight: 400;margin-top: 15px;line-height: 1.6;color: #666;font-family: 'Pretendard';}
.sub0501_wrap h5.tit01 span b{font-weight: 700;}
.sub0501_wrap .pursue_wrap{display:flex; gap:20px;}
.sub0501_wrap .pursue_wrap div{width:calc((100% - 40px)/3); border:1px solid #1c3634; text-align:center; padding:40px 20px;}
.sub0501_wrap .pursue_wrap div img{width:60px;}
.sub0501_wrap .pursue_wrap div:nth-child(1) img{width: 80px;}
.sub0501_wrap .pursue_wrap div:nth-child(2){background:#1c3634; filter:drop-shadow(0 0 5px rgba(0,0,0,.5));}
.sub0501_wrap .pursue_wrap div strong{display:block; font-size:20px; color:#1c3634; margin:25px 0 15px;}
.sub0501_wrap .pursue_wrap div:nth-child(2) strong{color:#fff;}
.sub0501_wrap .pursue_wrap div p{font-size:14px; color:#555;}
.sub0501_wrap .pursue_wrap div:nth-child(2) p{color:#fff;}

.sub0501_wrap .con02 .box_wrap{display: flex;gap:20px;}
.sub0501_wrap .con02 .box_wrap .box{width: calc((100% - 20px) / 2);}
.sub0501_wrap .con02 .box_wrap .box .img_box{width: 100%;border:1px solid #ddd;}
.sub0501_wrap .con02 .box_wrap .box .img_box img{width: 100%;}
.sub0501_wrap .con02 .box_wrap .box p{font-size: 15px; color: #555;margin-top: 20px;padding-left: 5px;font-weight: 500;}

/* sub0501_2 */
.sub0501_2_wrap .con_st01 .txt_box ul li:not(:last-child){margin-bottom: 25px;}

.sub0501_2_wrap .con02{padding: 100px 0px 100px;background: #e5f2f1;}
.sub0501_2_wrap .con02 .box_wrap{position: relative;display: flex;justify-content: center;gap:30px;margin: 0 auto;width: 100%;}
.sub0501_2_wrap .con02 .box_wrap .box{width: calc((100% - 30px) / 2);}
.sub0501_2_wrap .con02 .box_wrap .box ul li{display: flex;}
.sub0501_2_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 20px;}
.sub0501_2_wrap .con02 .box_wrap .box ul li em{display: flex; align-items: center; justify-content: center;width: 45px; height: 45px; font-size: 16px; background: #1c3634; color: #fff;font-weight: 600;}
.sub0501_2_wrap .con02 .box_wrap .box ul li p{display: flex;align-items: center; justify-content: center;width: calc(100% - 45px); height: 45px; font-size: 16px; color: #222; font-weight: 600; background: #fff;}
.sub0501_2_wrap .con02 .box_wrap a.dw_btn01{position: absolute; right: 0; bottom: 0; border:1px solid #999;}
.sub0501_2_wrap .con02 .box_wrap a.dw_btn01:hover{border:1px solid var(--co01);}
.sub0501_2_wrap .con02 .txt_wrap{margin-top: 60px;}
.sub0501_2_wrap .con02 .txt_wrap p{font-size: 18px; color: #555; font-weight: 600; line-height: 1.8;text-align: center;}

/*sub0501_3*/
.sub0501_3_wrap .con_st03{background: url(/assets/images/sub/sub0601_3_bg01.jpg)center no-repeat; background-size: cover;}
.sub0501_3_wrap .con_st03 .inner{gap:20px;}
.sub0501_3_wrap .con_st03 .box{width: calc((100% - 40px) / 3);}

/* sub0501_4 */
.sub0501_4_wrap .con_st01 .txt_box ul li:not(:last-child){margin-bottom: 25px;}

/* sub0501_5 */
.sub0501_5_wrap .con_st01 .txt_box{background: url(/assets/images/sub/sub0601_5_bg01.png)left 40px bottom no-repeat;background-size: 300px;}

/*  sub0502  */
.sub0502_wrap{line-height: 1;}
.sub0502_wrap .tit_wrap{margin-bottom: 80px;}
.sub0502_wrap .tit_wrap h5.tit01{margin-bottom: 60px;}
.sub0502_wrap .tit_wrap p{font-size: 20px; color: #222; font-weight: 700;text-align: center;}

.sub0502_wrap .catalog_wrap{gap:60px 30px;justify-content: flex-start;flex-wrap: wrap;}
.sub0502_wrap .catalog{width: calc((100% - 30px) / 2);}
.sub0502_wrap .catalog .img_area{padding-bottom: 122.581%;}
.sub0502_wrap .catalog .txt_wrap{margin-top: 20px;}
.sub0502_wrap .catalog .txt_wrap span{display: block;font-size: 14px; color: #999;font-weight: 700;font-family: 'Pretendard-B';}
.sub0502_wrap .catalog .txt_wrap p{font-size: 18px; color: #222; font-weight: 700;margin-top: 12px;font-family: 'Pretendard-B';}
.sub0502_wrap .catalog .btn_down{margin: 30px auto 0;}

/*  sub0601  */
.sub0601_wrap{line-height: 1;}
.sub0601_wrap .con01{margin-bottom: 50px;}
.sub0601_wrap .con01 .top{margin-bottom: 30px;}
.sub0601_wrap .con01 .top ul{display: flex;gap:10px; justify-content: center;align-items: center;}
.sub0601_wrap .con01 .top ul li{display: flex;align-items: center;height: 60px;}
.sub0601_wrap .con01 .top ul li:nth-child(1){border:2px solid #555;width: fit-content;}
.sub0601_wrap .con01 .top ul li p{display: flex; align-items: center;justify-content: center;width: 100px;font-size: 18px; color: #fff; font-weight: 700;background: #555; height: 100%;}
.sub0601_wrap .con01 .top ul li strong{display: flex;align-items: center;justify-content: center;width: 250px;height: 100%;font-size: 25px; color: #222; font-weight: 700;text-align: center;}
.sub0601_wrap .con01 .top ul li a{display: flex; align-items: center; justify-content: center; border:2px solid #777;width: 320px; height: 100%;font-size: 18px; color: #555;font-weight: 700;}
.sub0601_wrap .con01 .bot ul{display: flex; justify-content: center;gap:20px;}
.sub0601_wrap .con01 .bot ul li{width: 320px;}
.sub0601_wrap .con01 .bot ul li p{position: relative;margin-bottom: 12px; padding-bottom: 12px; padding-left: 15px;font-size: 17px; color: #222; font-weight: 700;border-bottom: 1px solid #bbb;}
.sub0601_wrap .con01 .bot ul li p::after{content:'';position: absolute; top: 30%; left: 4px;transform:translateY(-50%); width: 5px; height: 5px; background: #000; border-radius:50%;}
.sub0601_wrap .con01 .bot ul li span{display: block;padding-left: 15px;font-size: 14px; color: #555; font-weight: 500; line-height: 19px;}

.sub0601_wrap .con02{padding: 30px; border:1px solid #aaa;}
.sub0601_wrap .con02 ul li{display: flex; align-items: center;gap:20px;}
.sub0601_wrap .con02 ul li:not(:last-child){margin-bottom: 20px;}
.sub0601_wrap .con02 ul li input[type="text"]{flex:1;padding: 0px 20px; height: 50px; border:1px solid #999;font-size: 16px; color: #555; background: #fafafb;}
.sub0601_wrap .con02 ul li input[type="text"]::placeholder{font-size: 16px; color: #555;}
.sub0601_wrap .con02 ul li input:focus{outline:0;}
.sub0601_wrap .con02 ul li textarea{flex:1;padding: 22px; height: 190px; resize:none;border:1px solid #999;font-size: 16px; color: #555; background: #fafafb;}
.sub0601_wrap .con02 ul li textarea::placeholder{font-size: 16px; color: #555;}
.sub0601_wrap .con02 ul li textarea:focus{outline:0;}
.sub0601_wrap .con02 ul li .file_wrap{padding: 15px 20px;border:1px solid #999;width: 100%;}
.sub0601_wrap .con02 ul li input[type="file"]{font-size: 16px; color: #555;}
.sub0601_wrap .con02 .input_bot{display: flex; align-items: center;  margin-top: 25px;}
.sub0601_wrap .con02 .input_bot input[type="text"]{width: 150px; height: 40px;border:1px solid #c0c0c0;margin: 0 15px 0 30px;padding-left: 15px;}
.sub0601_wrap .con02 .input_bot input[type="text"]:focus{outline:0;}
.sub0601_wrap .con02 .input_bot span{font-size: 13px; color: #555;}

.sub0601_wrap .con03{padding: 30px 60px; border:1px solid #aaa; margin-top: 20px;}
.sub0601_wrap .con03 h2{font-size: 16px; color: #333; text-align: center; margin-bottom: 20px;}
.sub0601_wrap .con03 .pri_box{padding: 20px; background: #f5f5f5; overflow-y: scroll;}
.sub0601_wrap .con03 .pri_box .txt{height: 115px;font-size: 15px; color: #333; line-height: 1.4;}
.sub0601_wrap .con03 .chk_box{display: flex; align-items: center; justify-content: center;margin-top: 20px;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"]{display: none;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"] + label{position: relative;font-size: 16px; color: #bf1e2e;padding-left: 25px; cursor:pointer;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"] + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 20px; height: 20px; border:1px solid #bf1e2e;transition:.3s;}
.sub0601_wrap .con03 .chk_box input[type="checkbox"]:checked + label::after{background: #bf1e2e;}

.sub0601_wrap .online_btn{display: flex; justify-content: space-between; align-items: center; border-radius: 6px 0 25px 0; border:1px solid #aaa; width: 240px; height: 50px; padding: 0 14px 0 30px;font-size: 16px; color: #555; margin: 80px auto 0;}

/*  sub0602  */
.sub0602_wrap h6{font-size:36px; color:#222;}	
.sub0602_wrap .contact_wrap{display:flex; align-items:flex-start; gap:0 40px; margin:40px 0 30px;}
.sub0602_wrap .contact_wrap strong{display:block; margin-bottom:5px; font-size:18px; color:#222;}
.sub0602_wrap .contact_wrap p{font-size:18px; color:#555;}
.sub0602_wrap .contact_wrap p span{color:#999; display:inline-block; margin-right:10px; font-weight:600;}
.sub0602_wrap .map_wrap{position: relative; width: 100%; padding-bottom:70%; /*이미지사이즈 > 가로:세로=100:x */  overflow: hidden;}
.sub0602_wrap .map_wrap iframe{position: absolute; left: 0; top: 0; right:0; bottom:0; margin:auto; height:100%; max-width: 100%; max-height: 100%;}

/*  sub0603  */
.sub0603_wrap{line-height: 1;}
.sub0603_wrap .con:not(:last-child){margin-bottom: 100px;}

.sub0603_wrap .con01 .txt_wrap{margin-bottom: 60px;}
.sub0603_wrap .con01 .txt_wrap p{font-size: 25px; color: #222; font-weight: 700;line-height: 1.6;}
.sub0603_wrap .con01 .txt_wrap p br{display: none;}
.sub0603_wrap .con01 .txt_wrap p b{color: var(--co01);font-weight: 700;}
.sub0603_wrap .con01 .txt_wrap span{display: flex; align-items: center; gap:15px;margin-top: 20px;font-size: 18px; color: #555; font-weight: 500;}
.sub0603_wrap .con01 .txt_wrap span img{width: 22px;}
.sub0603_wrap .con01 .img_wrap img{max-width: 100%;}

.sub0603_wrap .con02 .box_con{display: flex;gap:40px;}
.sub0603_wrap .con02 .box_con .box_wrap{width: calc((100% - 40px) / 2);}
.sub0603_wrap .con02 .box_con .box_wrap .box{display: flex;align-items: center;gap:30px;width: 100%; height: 50px;padding: 0 20px; border:1px solid #ddd; }
.sub0603_wrap .con02 .box_con .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0603_wrap .con02 .box_con .box_wrap .box em{display: flex; align-items: center; justify-content: center;width: 25px; height: 25px;font-size: 16px; font-weight: 500;color: #fff; background: var(--co01); border-radius:50%;}
.sub0603_wrap .con02 .box_con .box_wrap .box p{font-size: 16px; color: #555;font-weight: 500;}

.sub0603_wrap .con03 .box_wrap{display: flex;}
.sub0603_wrap .con03 .box_wrap .img_box{width: 50%;}
.sub0603_wrap .con03 .box_wrap .img_box img{max-width: 100%;height: 100%;object-fit: cover; border-radius:12px;overflow: hidden;}
.sub0603_wrap .con03 .box_wrap .txt_box{width: 50%;padding-left: 40px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li{position: relative;padding-left: 22px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li::after{content:'';position: absolute; left: 0; top: 6px;width: 4px; height: 4px; background: #555;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li:not(:last-child){margin-bottom: 50px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p{font-size: 16px; color: #555;font-weight: 500;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p:not(:last-child){margin-bottom: 12px;font-family: 'Pretendard';}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p span{display: inline-block;width: 82px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li p i{display: inline-block;width: 10px;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a{display: flex; align-items: center; justify-content: center;gap:12px; width: 150px; height: 40px; border:1px solid #ddd; margin-top: 15px;transition:.3s;font-size: 15px; font-weight: 400;color: #555;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a em{display: block;background: url(/assets/images/sub/sub0502_icon01.png)center no-repeat; width: 20px; height: 5px; background-size: cover;transition:.3s;}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a:hover{color: #fff;background: var(--co01);border:1px solid var(--co01);}
.sub0603_wrap .con03 .box_wrap .txt_box ul li a:hover em{background: url(/assets/images/sub/sub0502_icon01_on.png)center no-repeat; background-size: cover;}

.sub0603_wrap .con04 .box_wrap{position: relative;display: flex;align-items: center; justify-content: space-between;width: 972px;margin: 0 auto;}
.sub0603_wrap .con04 .box_wrap::after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 100%; height: 2px; background: #1c3634;z-index: -1;}
.sub0603_wrap .con04 .box_wrap .box{position: relative;width: 200px; height: 200px;z-index: 1;border-radius:50%;background: linear-gradient(-45deg,rgba(4, 128, 118, 1) 50%, rgba(26, 58, 55, 1) 100%);}
.sub0603_wrap .con04 .box_wrap .box:not(:last-child)::after{content:'';position: absolute; right: -40px; top: 50%;transform:translateY(-50%);background: url(/assets/images/sub/sub0502_icon02.png)center no-repeat; width: 9px; height: 16px; background-size: cover;}
.sub0603_wrap .con04 .box_wrap .box p{display: flex;align-items: center; justify-content: center;position: absolute; top: 50%; left: 50%;transform:translate(-50%,-50%); width: 180px; height: 180px; font-size: 18px; color: #222; line-height: 1.8;font-weight: 700; background: #fff; border-radius:50%;z-index: 1;text-align: center;}

@media screen and (max-width:1025px) {
.sub0603_wrap .con04 .box_wrap{width: 720px;}
.sub0603_wrap .con04 .box_wrap .box{width: 160px;height: 160px;}
.sub0603_wrap .con04 .box_wrap .box p{font-size: 16px;width: 140px;height: 140px;}
.sub0603_wrap .con04 .box_wrap .box:not(:last-child)::after{right: -17px;width: 7px;height: 14px;}
}

.sub0603_wrap .con05{padding-bottom: 30px;}
.sub0603_wrap .con05 .box_wrap{display: flex;gap:30px;}
.sub0603_wrap .con05 .box_wrap .box{display: flex;align-items: center; justify-content: center;width: calc(100% - 60px); height: 200px;}
.sub0603_wrap .con05 .box_wrap .box.box01{background: url(/assets/images/sub/sub0502_img03.jpg)center no-repeat; background-size: cover;}
.sub0603_wrap .con05 .box_wrap .box.box02{background: url(/assets/images/sub/sub0502_img04.jpg)center no-repeat; background-size: cover;}
.sub0603_wrap .con05 .box_wrap .box.box03{background: url(/assets/images/sub/sub0502_img05.jpg)center no-repeat; background-size: cover;}
.sub0603_wrap .con05 .box_wrap .box p{font-size: 15px; color: #fff; font-weight: 600; line-height: 1.8;text-align: center;}


/* sub0603_form */
.sub0603_form_wrap .con04{background: #f5f5f5;margin-top: 20px;padding: 30px;}
.sub0603_form_wrap .con04 .ra_wrap{display: flex;align-items: center; justify-content: center;gap:60px;}
.sub0603_form_wrap .con04 span{display: block;text-align: center;font-size: 16px;color: #bf1e2e;margin-top: 30px;}
input.ra_st01{display: none;}
input.ra_st01 + label{position: relative;font-size: 16px; color: #333; padding-left: 28px;}
input.ra_st01 + label::after{content:'';position: absolute; left: 0; top: -2px; width: 18px; height: 18px; border:1px solid #ddd;border-radius:50%; background: #fff;}
input.ra_st01:checked + label::after{content:'✔';background: var(--co01); border:1px solid var(--co01);color: #fff; font-size: 13px; line-height: 16px;text-align: center;}

.sub0603_form02_wrap .con02{margin-bottom: 20px;}
.sub0603_form02_wrap .con02 strong{display: block;font-size: 16px; color: #222;font-weight: 700; margin-bottom: 20px;}
.sub0603_form02_wrap .ra_wrap{display: flex;align-items: center; justify-content: center;gap:50px;}
.sub0603_form02_wrap .con02 ul li{flex-wrap:wrap;}
.sub0603_form02_wrap .con02 ul li p{width: 100%;font-size: 16px; color: #222;font-weight: 500;}
.sub0603_form02_wrap .con02 ul li.li02{flex-wrap:wrap;}
.sub0603_form02_wrap .con02 ul li.li02 span{display: block;font-size: 14px; color: #222; line-height: 1.6;padding-left: 0px; width: 100%;}
.sub0603_form02_wrap .con02 .txt p{font-size: 14px; color: #222; line-height: 1.6;margin-top: 30px;}

}