@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%;}

.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: 340px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}
#header{position: relative;line-height: 1;z-index: 5000;background-color: rgba(0, 0, 0, 0);}
#header h1 a img{width: 140px;}
#header .inner{display: flex;height: 60px;align-items:center;justify-content: space-between;}
#header .lang_box{display: flex;gap:20px;align-items:center;}
#header.on .lang_box{display: flex;gap:25px;align-items:center;}
#header.on .lang_box .a_box{display: none;gap:25px;align-items:center;}
#header .lang_box .a_box{display: flex;gap:11px;}
#header .lang_box .a_box a{position: relative;font-size: 12px;color: #666; top: 0px; left: -20px;}
#header .lang_box .btn_box .pc_btn{display: none;width: 21px;height: 20px;background:url(/assets/main/hamburger.svg)center no-repeat;background-size:cover ;}
#header .lang_box .btn_box .tab_btn{display: block;width: 21px;height: 16px;background:url(/assets/main/hamburger.svg)center no-repeat;background-size:cover ;}
#header .lang_box .btn_box .tab_btn.on{width: 16px;height: 16px;background:url(/images/main/main_ico03_mob.png)center no-repeat;background-size:cover ;}

/* gnb */
.gnb{display: none;gap:60px;margin-right: 70px;}
.gnb li a{font-size: 18px;color: #222;height: 100%;line-height: 100px;font-weight: 500;}

/* all_menu */
.gnb_wrap { display:none; position:absolute; left:0; right:0; top:100px; background:#fff; border-top:1px solid #ddd;z-index: 3000;}
.all_menu { display:flex; line-height:1; height:415px;}
.all_menu > li { flex:1;border-right:1px solid #ddd;padding-top: 30px;padding-left: 25px;}
.all_menu li p{margin-bottom: 22px;}
.all_menu li p a{font-size: 20px;font-weight: 500;color: #222;}
.all_menu > li:first-child { border-left:1px solid #ddd;}
.all_menu > li:hover,
.all_menu > li.on{ background:#f5f5f5;}
.all_menu .all_sub_menu {}
.all_menu .all_sub_menu li ~ li { margin-top:22px;}
.all_menu .all_sub_menu li a { font-size:16px; color:#222;}
.all_menu .all_sub_menu li:hover a,
.all_menu .all_sub_menu li.on a { color:#555; font-weight:500;}




/* #visual_wrap{position: relative;line-height: 1;padding: 20px 0 8px;background: #f5f5f5;}
#visual_wrap ul li{position: relative;}
#visual_wrap ul li .txt_box02 .text_box {}
#visual_wrap ul li .text_box{position: absolute;top: 50%; left:	50%; transform:translate(-50%, -50%); width:100%; text-align: center;color: #fff;}
#visual_wrap ul li .text_box .txt_box02{width: 100%; margin: 0 auto;}
#visual_wrap ul li .text_box p{font-size: 14px;margin-bottom: 17px;}
#visual_wrap ul li .text_box strong{font-size: 20px;font-weight: 800; }
#visual_wrap .slick-dots{position: absolute;bottom: 25px;display: flex;gap:20px;width: 100%;justify-content: center;}
#visual_wrap .slick-dots li{position: relative;width: 5px;height: 5px;border-radius:50%;background: #fff;text-indent: -9999px;}
#visual_wrap .slick-dots li:after{display: none;content:'';position: absolute;top: -4.5px;left: -4.5px;width: 14px;height: 14px;border-radius:50% ;border:1px solid #fff ;}
#visual_wrap .slick-dots li.slick-active:after{display: block;}


#section01{line-height: 1;background: #f5f5f5;padding-bottom: 20px;}
#section01 .box01{display: flex;gap:8px;}
#section01 .box01 li{width: calc((100% - 16px)/3);}
#section01 .box01 li a{position: relative;display: block;width: 100%;height: 113px;}
#section01 .box01 li a .img_box main{width: 100%;height: 113px;}
#section01 .box01 li a:after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #f08013;opacity: 0;transition:ease all .3s}
#section01 .box01 li a:hover:after{opacity: 0;}
#section01 .text_box01{position: absolute;bottom: 15px;left: 0px;width: 100%;padding: 0 15px;}
#section01 .text_box01 span{display: block;font-size: 10px;color: #f08013;font-weight: 500;margin-bottom: 8px;}
#section01 .text_box01 .txt{display: flex;align-items:center;justify-content: space-between;width: 100%;}
#section01 .text_box01 .txt p{font-size: 15px;font-weight: 800;color: #fff;}
#section01 .text_box01 .txt main{width: 10px;}
#section01 .box02{display: block;gap:10px;margin-top: 8px;}
#section01 .box02 li{width: 100%;}
#section01 .box02 li a{position: relative;display: block;width: 100%;height: 125px;}
#section01 .box02 li a .img_box main{width: 100%;height: 125px;}
#section01 .box02 li:nth-child(1) a span{color: #fff;}
#section01 .box02 li:nth-child(1){margin-bottom: 8px;}
#section01 .box02 li:nth-child(1) a:after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #666;opacity: 0;transition:ease all .3s}
#section01 .box02 li:nth-child(2) a:after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #f08013;opacity: 0;transition:ease all .3s}
#section01 .box02 li a:hover:after{opacity: 1;} */

.pt_img{display: none;}
#visual_wrap{position: relative;line-height: 1;height: 680px;}
#visual_wrap .video_wrap { overflow:hidden; position:relative; width:100%; height:740px;}
#visual_wrap .video_wrap video { position:absolute; left:0; top:0; width:100%; height:740px; object-fit:cover;}
/* #visual_wrap .video_wrap { overflow:hidden; position:relative; width:100%;padding-bottom: 56.25%;}
#visual_wrap .video_wrap .video { position:absolute;width:100%; height:100%; } */
#visual_wrap ul li{position: relative;}
#visual_wrap ul li .text_box{position: absolute;top: 38%;left: 50%;transform:translate(-50% , -50% );text-shadow: 1px 1px 2px #555;}
#visual_wrap ul li .text_box em{display:block; font-size:25px; color:#FD8204; font-weight:600; margin-bottom:25px; animation:ani03 ease 1s forwards;}
#visual_wrap ul li .text_box strong{display: block;font-size: 25px;color: #fff;font-weight: 700;line-height: 42px;margin-bottom: 20px;animation:ani03 ease 1s forwards;}
#visual_wrap ul li .text_box strong b{display: none;}
#visual_wrap ul li .text_box strong span{display: block;}
#visual_wrap ul li .text_box p{font-size: 12px;color: #fff;font-weight: 300;line-height: 20px;animation:ani03 ease 1s forwards; -webkit-animation-delay: .3s; }
#visual_wrap ul li .text_box p.p01 {font-size:16px;}
#visual_wrap ul li .text_box p span{display: none;}
#visual_wrap ul li .text_box div.visual_txt_list{display:flex;flex-wrap: wrap; justify-content: space-between;text-align: center;}
#visual_wrap ul li .text_box div.visual_txt_list p{width:24%; font-size: 12px;color: #fff;font-weight: 700;line-height: 20px;margin-bottom: 20px;animation:ani03 ease 1s forwards;}
#visual_wrap ul li .img_box p{animation:ani02 linear 5s forwards;animation-delay: .5s;}
#visual_wrap ul li .img_box img{width: 100%;animation:ani02 linear 5s forwards;animation-delay: .5s;}
#visual_wrap ul li .text_box .a_box{margin-top: 20px;animation:ani03 ease 1s forwards; -webkit-animation-delay: .5s;/* opacity: 0;  */}
#visual_wrap ul li .text_box .a_box a{display: block;width: 120px;height: 40px;font-size: 13px; background: #FD8204; color:#fff; text-align: center;line-height: 39px;}

#visual_wrap ul li.dkt .text_box strong{font-size:25px;}
#visual_wrap ul li.dkt .text_box .a_box{margin-top:20px;}

#visual_wrap ul li .visu_right_wrap{position: absolute;top: 0px;right: 0;z-index: 2000;}
#visual_wrap ul li .visu_right_wrap p{font-size:13px; color:#FD8204; width:150px; height:30px; background:#fff;line-height:30px; text-align:center; font-weight:normal; text-shadow: none; opacity:.8;}

#visual_wrap .visual_items{position: absolute;bottom: 60px;left: 0;z-index: 5000;width: 100%;}
#visual_wrap .swiper-pagination{display: flex;flex-wrap:wrap;gap:70px 0;bottom: 40px;}
#visual_wrap .swiper-pagination span{position: relative;top: -10px;display: block;width: 33.333%;height: 2px; text-shadow: 2px 2px 5px #222;}
#visual_wrap .swiper-pagination span:nth-child(1):after{content:'BH그룹';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 50%;transform:translateX(-50%);opacity: .9;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(1):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span:nth-child(2):after{content:'IT';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 150%;transform:translateX(-50%);opacity: 0;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(2):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(2) +  a:after{opacity: 0;}
#visual_wrap .swiper-pagination span:nth-child(3):after{content:'IT';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 49.6%;transform:translateX(-50%);opacity: .9;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(3):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(3) +  a:after{opacity: 0;}
#visual_wrap .swiper-pagination span:nth-child(4):after{content:'IT';position: absolute;width: 100px;text-align: center;top: -101px;color: #fff;font-size: 14px;left: 249.7%;transform:translateX(-50%);opacity: 0;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(4):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span:nth-child(5):after{content:'전장';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 50%;transform:translateX(-50%);opacity: .9;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(5):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span:nth-child(6):after{content:'장비&소재';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 50%;transform:translateX(-50%);opacity: 0;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(6):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(6) +  a:after{opacity: 0;}
#visual_wrap .swiper-pagination span:nth-child(7):after{content:'장비&소재';position: absolute;width: 100px;text-align: center;top: -101px;color: #fff;font-size: 14px;left: 249.7%;transform:translateX(-50%);opacity: .9;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(7):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span:nth-child(8):after{content:'문화';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 50%;transform:translateX(-50%);opacity: .9;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(8):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span:nth-child(9):after{content:'사회공헌';position: absolute;width: 100px;text-align: center;top: -30px;color: #fff;font-size: 14px;left: 50%;transform:translateX(-50%);opacity: .9;z-index: 5100;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:nth-child(9):after{opacity: 1;font-size: 14px;color: #FD8204;z-index: 5200;}
#visual_wrap .swiper-pagination span em{position: relative;display: block;width: 100%;height: 2px;background:rgba(255,255,255,.3);margin-bottom: 14px;}
#visual_wrap .swiper-pagination span em:after{content:'';position: absolute;width: 0;height: 2px;top: 0px;left: 0;background: #fff;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active span:after{animation:ani01 linear 5s forwards;}
#visual_wrap .swiper-pagination p{font-size: 12px;color: #fff;text-align: center;}

#visual_wrap .swiper-pagination span:before{width: 100%;}
#visual_wrap .swiper-pagination span:nth-child(1):before{content:'BH그룹';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(2):before{content:'BH';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(3):before{content:'DKT';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(4):before{content:'TechL';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(5):before{content:'BH EVS';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(6):before{content:'BH ST';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(7):before{content:'BH Semicon';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(8):before{content:'베하필하모닉';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span:nth-child(9):before{content:'나눔과 기부';position: absolute;bottom: -20px;left: 50%;transform:translateX(-50%);font-size: 12px;color: #fff;}
#visual_wrap .swiper-pagination span.swiper-pagination-bullet-active:before{color: #FD8204;}


@keyframes ani01 {
	0%{width: 0;}
	100%{width: 100%;}
}



#footer{line-height: 1;padding: 20px 0;background: #333;}
#footer .inner{display: flex;justify-content: space-between;flex-direction: column-reverse;align-items:center;padding-top: 20px;}
#footer .text_box {padding-top: 0; padding-bottom:0;}
#footer .text_box p{font-size: 10px;color: #aaaaaa;margin-bottom: 0px;text-align: center;line-height: 15px;}
/* #footer .text_box p:nth-child(4){color: #666;margin-bottom: 0px;} */
#footer .text_box p b{display: block;}
#footer .text_box em a {font-size: 11px;color: #aaaaaa; display: block; margin-bottom: 10px;}
/* #footer {border-bottom:none; border-top:1px solid rgba(221,221,221,.3) ; width: 100%; display: block; text-align: center; padding-bottom: 0; padding-top: 15px;} */
#footer .logo_box img{width: 140px;}


/* sub */

#sub_visual_wrap { position:relative; margin-top: -60px;}
#sub_visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); text-align:left; line-height:1; padding-left:10%;}
#sub_visual_wrap .txt_wrap h2 { position:relative;margin-bottom: 18px;font-size:23px !important; color:#fff; font-weight:700;  font-family:'Noto Sans KR';}
#sub_visual_wrap .txt_wrap .sub_list { display:flex; align-items:center;justify-content: left;gap:30px;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:12px !important; color:#fff;font-family:'Noto Sans KR'; padding-right: 10%;}
#sub_visual_wrap .txt_wrap .sub_list li:after{content:'';position: absolute;top: 2px;right: -18px;width: 7px;height: 10px;background:url(/images/sub/sub-ico01_pc.png)center no-repeat;background-size:cover ;}
#sub_visual_wrap .txt_wrap .sub_list li:last-child:after{display: none;}


/* tab_menu */
.tab_menu { display: flex; position:relative; width:100%; border-bottom: 1px solid #ddd; font-size:0; height:45px;}
.tab_menu .inner{position:relative; display: flex; height:45px;padding: 0;}
.tab_menu a.home{display: none; width: 70px; height:100%; background:#f08013 url(/images/sub/sub-ico02_pc.png) center no-repeat;}
.tab_menu .menu {display: flex; width:100%;}
.tab_menu .menu > li {position:relative;z-index: 2000; display: flex;flex:1; min-width:auto; border-right:1px solid #ddd; background:url("/images/sub/sub-ico03_pc.png") center right 10px no-repeat;background-size:12px auto ;}
.tab_menu .menu > li.on {background-image:url("/images/sub/sub-ico04_pc.png");background-size:12px auto ;}
.tab_menu .menu > li > a {display:flex; align-items:center; width:100%; height:100%; font-size: 12px; color:#555; padding:0 50px 0 10px;font-family:'Noto Sans KR';font-weight: 500;}
.tab_menu .menu > li ul {display:none; position:absolute;z-index: 2000; left:-1px; top:100%; padding:10px 0; width:calc(100% + 2px); border:1px solid #ddd; background:#fff; z-index:100;}
.tab_menu .menu > li ul li ~ li{ margin-top: 4px;}
.tab_menu .menu > li ul li a {display:block; font-size:12px; color:#555; padding:0 10px;font-family:'Noto Sans KR';}
.tab_menu .menu > li.menulink03{display: none;}
@media screen and (max-width:1024px){


/* sub_contents */
#sub_contents{padding: 0px 0 35px; min-height: 600px; display: flex; align-items: center; justify-content: center;}
#sub_contents .contop h3{font-size: 18px;font-weight: 700;color: #222;text-align: center;margin-bottom: 30px;line-height: 1;}
#sub_contents.gray{background: #f5f5f5;}
#sub_contents .model_num_wrap {text-align:center; background:#f5f5f5; padding:20px; margin-bottom:40px; border:1px dashed #ddd;}
/* #sub_contents .model_num_wrap strong {display:block; font-size:16px; color:#f08013;} */
#sub_contents .model_num_wrap strong {display:block; font-size: 18px;font-weight: 700;color: #222;text-align: center;}
#sub_contents .model_num_wrap img {margin:25px 0; width:100%;}
#sub_contents .model_num_wrap p {font-size:13px; color:#222;}
#sub_contents h3{font-size: 18px;font-weight: 700;color: #222;text-align: left;margin-bottom: 20px;line-height: 1;}


/* depth03 */
.depth03{display: block;}
.depth03_wrap{display: block; position:relative; z-index:1000; margin-top:15px;}
.depth03_wrap .depth03{position:relative; width:100%; height: 45px;}
.depth03_wrap .depth03 em{display:flex; align-items:center; justify-content:center; width:100%; height: 100%; font-size:12px; color:#222; line-height:1.2; border:1px solid #ddd;
background: url(/images/sub/sub-ico08_tab.png)center right 20px no-repeat #fff; background-size: 10px auto;font-weight: 500;}
.depth03_wrap .depth03 ul{position:absolute; display: none; padding:10px 0; width: 100%; border: 1px solid #ddd; border-top:none; background-color: #fff;}
.depth03_wrap .depth03 ul li ~ li { margin-top:10px;}
.depth03_wrap .depth03 ul li a{display: block; padding:0 10px; font-size: 12px; line-height: 1.1; color:#222; text-align:center;font-weight: 400;}
.depth03_wrap .depth03.on em{background-image: url(/images/sub/sub-ico08_tab.png);}

/* 공통 */
h5.h5_tit {position:relative; margin-bottom:30px; padding-left:30px; font-size:16px; color:#222; word-break:keep-all;  }
h5.h5_tit::before {position:absolute; content:''; background: url('/assets/img/contents/title_dot.png')center no-repeat; width:22px; height:20px; left:0; top:4px;
     background-size: contain;}

h6.sub_tit {position: relative; font-size: 14px; color: #222; padding-left: 15px; margin-bottom:20px; }
h6.sub_tit::before {position: absolute; content: ""; width: 3px; height: 16px; left: 0; top: 3px; display: inline-block; background:#ff932a;}

ul.dot_list li {font-size: 12px;display:block;line-height: 20px;margin-top: 15px;position: relative;padding-left: 12px;color: #222;word-break: keep-all;}
ul.dot_list li:first-child {margin-top:0;}
ul.dot_list li::before {content: '';width: 3px;height: 3px;display: block;background: #5d5d5d;border-radius: 50%;position: absolute;left: 0;top: 8px;}


/* sub0101_wrap */
.sub0101_wrap{line-height: 1;text-align: center;padding-top: 20px;}
.sub0101_wrap .con {display:block; }
.sub0101_wrap .con .img_box .pc_img {display:block; margin:0 auto; width:100%;}
.sub0101_wrap .text_box01{margin-bottom: 20px;}
.sub0101_wrap .text_box01 p{position: relative;font-size: 16px;font-weight: 500;color: #222;line-height: 25px;}
.sub0101_wrap .text_box01 p b{display: block;}
.sub0101_wrap .text_box01 p:after{content:'';position: absolute;right: 0px;top: -30px;width: 50px;height: 32px;background:url(/images/sub/sub-ico06_pc.png)center no-repeat;background-size:cover ;}
.sub0101_wrap .text_box01 p:before{content:'';position: absolute;left: 0px;top: -30px;width: 50px;height: 32px;background:url(/images/sub/sub-ico05_pc.png)center no-repeat;background-size:cover ;}
.sub0101_wrap .text_box01 p span{color: #f08013;}
.sub0101_wrap .text_box02{margin-bottom: 0;}
.sub0101_wrap .text_box02 p{font-size: 12px;color: #222;line-height: 20px;margin-bottom: 20px;}
.sub0101_wrap .text_box02 p span{color: #f08013;}
.sub0101_wrap .text_box02 p:last-child{margin-bottom: 0;}
.sub0101_wrap .text_box02 p:last-child span{position: relative;margin-bottom: 0;color: #f08013;font-size: 12px;}
.sub0101_wrap .text_box02 p:last-child span:after{content:'';position: absolute;right: 0;top: -2px;width: 30px;height: 20px;background:url(/images/sub/sub-ico07_tab.png)center no-repeat;background-size:cover ; display: none;}
.sub0101_wrap .text01{display: none;}
.sub0101_wrap .text02{display: block;}
.sub0101_wrap .text02 p br {display:none;}

/* sub0102 */
.sub0102_wrap .con01 { padding-top: 20px; padding-bottom:20px;}
.sub0102_wrap .con01 .con_box {position:relative; margin-bottom:20px; background: url('/images/sub/sub0102_bg_mob.jpg') right  no-repeat; height: 200px; background-size:cover;}
.sub0102_wrap .con01 .tit_wrap {position:absolute; top: 50%; left:50%;transform:translate(-50%, -50%);text-align:center;  color:#fff; width:100%; padding: 20px;}
.sub0102_wrap .con01 .tit_wrap strong {font-size:16px; line-height: 1;}
.sub0102_wrap .con01 .txt_wrap { padding: 10px; }
.sub0102_wrap .con01 .txt_wrap p {color:#222; font-size:12px; text-align:left; margin-bottom:15px; word-break:keep-all;}
.sub0102_wrap .con01 .txt_wrap p b {color:#ee7e0c;}
.sub0102_wrap .con01 .txt_wrap p br {display:none;}
.sub0102_wrap .con01 ul {
	display: flex;
	flex-wrap: wrap; /* 줄바꿈 허용 */
	list-style: none;
	padding: 0;
	margin: 0;
}
.sub0102_wrap .con01 ul li {
	width: 50%; /* 한 줄에 2개씩 */
	box-sizing: border-box;
	margin: 0px;
}
.sub0102_wrap .con01 ul li svg {
	width: 90%;
	height: auto;
}

.sub0102_wrap .con02 { padding-top: 20px; padding-bottom:20px;}
.sub0102_wrap .con02 ul {display:block;}
.sub0102_wrap .con02 ul li {border:1px solid #ddd; border-radius: 0px; padding:20px; width:100%; margin-right:20px; text-align:center;
background:#fff; margin-bottom:20px;}
.sub0102_wrap .con02 ul li:last-child {margin-right:0;}
.sub0102_wrap .con02 ul li strong {font-size:16px; font-weight:600; background:#eeeeee; border-radius:50%;padding:6px; color:#212121;}
.sub0102_wrap .con02 ul li .img_wrap {}
.sub0102_wrap .con02 ul li .img_wrap img {margin:20px 0;width:30%; height:30%;}
.sub0102_wrap .con02 ul li p {font-size:14px; font-weight:700; color:#424242; }
.sub0102_wrap .con03 { padding-top: 60px; padding-bottom:20px; }
.sub0102_wrap .con03 h3 { margin-bottom: 50px !important; }
.sub0102_wrap .con03 .partner ul {display:flex; flex-wrap:wrap; gap:10px;}
.sub0102_wrap .con03 .partner ul li {width: calc((100% - 20px) / 3); background: #fff; height: auto; border-radius: 10px; box-shadow: 2px 2px 20px rgb(0 0 0 / 5%);}
.sub0102_wrap .con03 .partner ul li img{margin: 0 auto; display: block; width: 100%;}

.sub0102_wrap .con04 { padding-top: 50px; padding-bottom:20px;}
.sub0102_wrap .con04 h3 { text-align: left !important; font-size: 18px !important; height: auto; margin-bottom: 20px !important;}
.sub0102_wrap .con04 h4 { text-align: left !important; font-size: 15px !important; }
.sub0102_wrap .con04 h4 span {color:#f08013;}
.sub0102_wrap .con04 ul {
	display: block;
	flex-wrap: wrap;       /* 여러 줄 허용 */
	list-style: none;
	padding: 0;
	margin: 0;
}
}
.sub0102_wrap .con04 ul li {
	width: calc(100%);
	margin-bottom: 30px;
}
.sub0102_wrap .con04  .tit {text-align:left;margin-top:60px; margin-bottom: 40px; display: block;}
.sub0102_wrap .con04  .tit h5 {position:relative;font-size:18px;color:#ffffff; margin-right: 30px;}


	/* sub0103_wrap */
.sub0103_wrap .con h4 {font-size:16px;color:#222;text-align:center;}
.sub0103_wrap .con h4 span {color:#f08013;}
.sub0103_wrap .con .tit {text-align:center;margin-top:40px;}
.sub0103_wrap .con .tit h5 {position:relative;padding-bottom:12px;font-size:18px;color:#222;}
.sub0103_wrap .con .tit h5:before {position:absolute;bottom:0;left:50%;transform:translateX(-50%);content:'';width:30px;height:3px;background:#f08013;}
.sub0103_wrap .con .tit p {font-size:15px;color:#222;font-weight:500;padding-top:20px;word-break:keep-all;}
.sub0103_wrap .con .ul_box {margin-top:60px;display:block;}
.sub0103_wrap .con .ul_box li {width:100%;margin-right:0;margin-top:40px;display:flex;flex-direction:column;align-items:center;}
.sub0103_wrap .con .ul_box li:last-child {margin-right:0;}
.sub0103_wrap .con .ul_box li .ul_tit {position:relative;background:rgba(240,128,19,0.2);border-radius:50%;width:240px;height:240px;display:flex;flex-direction: column;justify-content:center;align-items:center;}
.sub0103_wrap .con .ul_box li .ul_tit:after{position:absolute;left:20px;bottom:20px;content:'';width:200px;height:200px;background:#fff;border:1px solid #f08013;border-radius:50%;}
.sub0103_wrap .con .ul_box li .ul_tit img {z-index:1;}
.sub0103_wrap .con .ul_box li .ul_tit p {font-size:15px;color:#444;font-weight:600;padding-top:20px;z-index:1;}
.sub0103_wrap .con .ul_box li .ul_txt {position:relative;font-size:12px;color:#555;text-align:center;width:100%;height:160px;background:#fff;border:1px dashed #ddd;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;}
.sub0103_wrap .con .ul_box li .ul_txt:before {position:absolute;left:50%;top:-40px;transform:translateX(-50%);content:'';width:1px;height:40px;background:#ddd;}
.sub0103_wrap .con .ul_box li .ul_txt:after {position:absolute;left:50%;top:-45px;transform:translateX(-50%);content:'';width:10px;height:10px;background:#f08013;border-radius:50%;}
.sub0103_wrap .con .ul_box li .ul_txt span {font-size:13px;color:#f08013;font-weight:500;}
.sub0103_wrap .con .ul_box li .ul_txt i {display:block;height:12px;}

/* sub0103_2_wrap */
.sub0103_2_wrap .box {margin-top:50px;display:block;}
.sub0103_2_wrap .box:first-child {margin-top:0;}
.sub0103_2_wrap .box:nth-child(2) {flex-direction: row-reverse;}
.sub0103_2_wrap .box .img_wrap {position:relative;}
.sub0103_2_wrap .box .img_wrap img {width:100%;}
.sub0103_2_wrap .box .img_wrap:before {content:none;}
.sub0103_2_wrap .box .img_wrap01:before {left:-80px;}
.sub0103_2_wrap .box .txt_wrap {position:relative;padding-top:15px;margin-left:0;margin-top:30px;text-align:center;}
.sub0103_2_wrap .box .txt_wrap:before {position:absolute;top:0;left:50%;transform:translateX(-50%);content:'';width:60px;height:2px;background:#f08013;}
.sub0103_2_wrap .box:nth-child(2) .txt_wrap {margin-right:0;text-align:center;}
.sub0103_2_wrap .box .txt_wrap h6{font-size:15px;color:#222;}
.sub0103_2_wrap .box .txt_wrap p {font-size:12px;color:#222;padding-top:10px;}
.sub0103_2_wrap .box .txt_wrap p br {display:none;}

/* sub0103_3 */
.sub0103_3_wrap .con01 {margin-bottom:60px;}
.sub0103_3_wrap .con01 .txt_wrap {margin-top:30px;}
.sub0103_3_wrap .con01 .txt_wrap strong {text-align:center; display:block; font-size:16px; color:#222;}
.sub0103_3_wrap .con01 .txt_wrap strong b {color:#ff7f00;}
.sub0103_3_wrap .con01 .txt_wrap p {text-align:center; display:block; font-size:16px; color:#222;}
.sub0103_3_wrap .con01 .txt_wrap p br {display:block;}
/* .sub0103_3_wrap .con01 .con_box01 {border:1px solid #ddd; height:200px; color:#222; background: url(/images/sub/sub0103_3_bg.png) bottom left no-repeat;
margin-bottom:30px;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap {text-align:center; padding:50px 10px;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap strong {font-size:18px; margin-bottom:10px; display:inline-block; color:#f08013;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap p {font-size:15px; font-weight:500;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap p b {color:#f08013;}

.sub0103_3_wrap .con01 .con_box02 {display:flex; }
.sub0103_3_wrap .con01 .con_box02 li {font-size: 13px; color: #fff; background: #efb984; border-bottom-right-radius: 20px; border-top-left-radius: 20px;
width:calc(33.33% - 5px); margin-right:10px; padding:10px 0; text-align:center; font-weight:500;}
.sub0103_3_wrap .con01 .con_box02 li:nth-child(2) {background: #eb9f55;}
.sub0103_3_wrap .con01 .con_box02 li:nth-child(3) {margin-right:0px; background: #f08013;}

.sub0103_3_wrap .con01 .con_box04 {margin-top:60px;display:flex;justify-content: center}
.sub0103_3_wrap .con01 .con_box04 > li {width:calc(33.33% - 10px); margin-right:20px; display:flex;flex-direction:column;align-items:center;}
.sub0103_3_wrap .con01 .con_box04 li:last-child {margin-right:0;}
.sub0103_3_wrap .con01 .con_box04 li .ul_tit {border:1px solid #ddd; width:100%; overflow: hidden;}
.sub0103_3_wrap .con01 .con_box04 li .ul_tit strong {overflow: hidden;display:inline-block; font-weight:700; font-size: 65px;color: #f4e9de;margin: -12px 0;vertical-align: middle;line-height:1;}
.sub0103_3_wrap .con01 .con_box04 li .ul_tit p {font-size:13px;color:#444;font-weight:600; display:inline-block; margin-left:0;}
.sub0103_3_wrap .con01 .con_box04 li .dot_list {position:relative;width:100%;height:110px; padding:10px;background:#f4e9de;border-radius:10px;margin-top:20px;}
.sub0103_3_wrap .con01 .con_box04 li .dot_list:before {position:absolute;left:50%;top:-20px;transform:translateX(-50%);content:'';width:1px;height:20px;background:#ddd;}
.sub0103_3_wrap .con01 .con_box04 li .dot_list:after {position:absolute;left:50%;top:-25px;transform:translateX(-50%);content:'';width:8px;height:8px;background:#f08013;border-radius:50%;}
.sub0103_3_wrap .con01 .con_box04 li .dot_list span {font-size:16px;color:#f08013;font-weight:500;}
.sub0103_3_wrap .con01 .con_box03{display:none;} */

.sub0103_3_wrap .con02 {margin-bottom:60px;}
.sub0103_3_wrap .con02 .pc_ver {display:flex;justify-content: center;}
.sub0103_3_wrap .con02 li {margin-right:30px;}
.sub0103_3_wrap .con02 li img {width:100%;}
.sub0103_3_wrap .con02 li p {font-size:14px; color:#fff; background:#878786; width:100%; padding:5px 10px; border-radius:10px; text-align:center; margin-top:10px;}

.sub0103_3_wrap .con03 .txt_wrap {padding:20px; border:1px solid #ddd;  color:#222; /* background: url(/images/sub/sub0103_3_logo.png) 98% 95% no-repeat; */ background-size:30%;margin-bottom:30px;}
.sub0103_3_wrap .con03 .txt_wrap p {font-size:13px; font-weight:500; word-break:keep-all;}
.sub0103_3_wrap .con03 .txt_wrap p span{display:inline-block;}


/* sub0103_4 */
.sub0103_4_wrap .con01 {color:#fff; background: url(/images/sub/sub0103_04_bg.jpg) top center no-repeat; height: 300px; margin-bottom:50px;}
.sub0103_4_wrap .con01 .txt_wrap {text-align:center; padding:50px 0;}
.sub0103_4_wrap .con01 .txt_wrap strong {font-size:18px; margin-bottom:20px; display:inline-block; background:#f08013;
opacity:0.8; padding:10px 20px; border-radius:50px;}
.sub0103_4_wrap .con01 .txt_wrap p {font-size:15px; font-weight:500;}

.sub0103_4_wrap .con02 {margin-bottom:60px;}
.sub0103_4_wrap .con02 .con_box {display:block; font-size:0;}
.sub0103_4_wrap .con02 .con_box .img_wrap {text-align:center; margin-bottom:30px;}
.sub0103_4_wrap .con02 .con_box .txt_wrap {margin-left:0;}
.sub0103_4_wrap .con02 .con_box .txt_wrap p {font-size:14px; margin-bottom:20px; word-break:keep-all;}
.sub0103_4_wrap .con02 .con_box .txt_wrap p:last-child {margin-bottom:0;}
.sub0103_4_wrap .con02 .con_box .txt_wrap p b {color:#f08013;}

.sub0103_4_wrap .con03 {margin-bottom:60px;}
.sub0103_4_wrap .con03 .con_box {display:flex; flex-wrap:wrap;}
.sub0103_4_wrap .con03 .con_box li { background:#f4e8dc; border-radius:30px; width:100%; height:100%; padding-bottom:15px;} 
.sub0103_4_wrap .con03 .con_box li:first-child {margin-bottom:20px;}
.sub0103_4_wrap .con03 .con_box li:nth-child(2) {margin-bottom:20px;}
.sub0103_4_wrap .con03 .con_box li div {display:inline-block; text-align:center; background:#fff; border-radius:30px; height:80px; width:95%; border:1px solid #ff932a;margin:10px 10px 15px 10px;}
.sub0103_4_wrap .con03 .con_box li div span {font-size:18px; color:#f6b37f; font-weight:700; display:block; margin-bottom:-10px;}
.sub0103_4_wrap .con03 .con_box li div strong {font-size:14px;}
.sub0103_4_wrap .con03 .con_box li div strong b {font-size:18px; color:#f08013;}
.sub0103_4_wrap .con03 .con_box li div strong br {display:flex;}
.sub0103_4_wrap .con03 .con_box li p {text-align:center; font-size:12px; line-height:26px; color:#222; word-break:keep-all;}

.sub0103_4_wrap .con04 {margin-bottom:60px;}
.sub0103_4_wrap .con04 .step_wrap {padding:20px 20px; display: block; border: 1px solid #ddd; margin-bottom:20px; border-radius:25px; align-items:center;}
.sub0103_4_wrap .con04 .step_wrap:last-child {margin-bottom:0;}
.sub0103_4_wrap .con04 .step_wrap .img_wrap {width:100%; margin-right:40px; text-align:center;}
.sub0103_4_wrap .con04 .step_wrap .img_wrap b {font-size:16px; font-weight:700; text-align:center;display:block;margin-bottom:15px; color:#ff932a;}
.sub0103_4_wrap .con04 .step_wrap .img_wrap b br {display:none;}
.sub0103_4_wrap .con04 .step_wrap .img_wrap img {display:inline-block; width:100px; height:100px; margin-bottom:15px;}
.sub0103_4_wrap .con04 .step_wrap .step {width:100%;}
.sub0103_4_wrap .con04 .step_wrap .step li strong {font-size:14px; color:#13b5b1; line-height: 1.3;}
.sub0103_4_wrap .con04 .step_wrap .step li p {font-size:12px;  margin-top:10px; word-break:keep-all; color:#222;}

.sub0103_4_wrap .con05 {margin-bottom:60px;}
.sub0103_4_wrap .con05 .con_box01 {margin-bottom:30px;}
.sub0103_4_wrap .con05 .process_wrap{display:block; }
.sub0103_4_wrap .con05 .process_wrap li{position:relative;display:block;width:100%;height:auto;font-size:12px;color:#fff;margin-right:0;margin-bottom:20px; border-radius:10px;padding:25px 0;}
.sub0103_4_wrap .con05 .process_wrap li:after{position:absolute;content:"";display:inline-block;width: 0px; height: 0px; border-left: 5px solid transparent;border-top: 10px solid #c7c7c7;border-right: 5px solid transparent;right:50%;top: auto;bottom:-30px;transform: translate(-50% , -50%);}

.sub0103_4_wrap .con05 .con_wrap {display:block;}
.sub0103_4_wrap .con05 .con_wrap .con_box02 {margin-bottom:40px;}
.sub0103_4_wrap .con05 .con_wrap .con_box02 > ul.dot_list {background:#fff; height:100%; width:100%; margin-right:0; padding:25px 15px; }
.sub0103_4_wrap .con05 .con_wrap .con_box02:first-child > ul.dot_list {padding:25px 15px; }

.sub0103_4_wrap .con06 .con_box01 {margin-bottom:40px;}
.sub0103_4_wrap .con06 .txt_wrap {background:#fff; padding:30px 20px; text-align:center;}
.sub0103_4_wrap .con06 .txt_wrap p {font-size:12px; color:#222; word-break:keep-all;}
.sub0103_4_wrap .con06 .con_wrap {display:block;}
.sub0103_4_wrap .con06 .con_box02 {margin-bottom:40px;}
.sub0103_4_wrap .con06 .con_wrap .con_box02 > ul.dot_list {background:#fff; height:100%; width:100%; margin-right:0; padding:15px; }
.sub0103_4_wrap .con06 .con_wrap .con_box02 span {font-size:12px; word-break:keep-all; color:#ff932a;	}
.sub0103_4_wrap .con06 .con_wrap .con_box02:first-child > ul.dot_list {padding:25px 15px; }

/* sub0104 */
.sub0104_wrap .con{display: block; background: #fff; padding: 30px;}

/* sub0105 */

/* sub0106 */
.sub0106_wrap .con .img_wrap {margin-bottom:80px;}
.sub0106_wrap .con .img_wrap img{width:100%;}
.sub0106_wrap .con .tit strong {font-size:18px; display:block; color:#222; text-align:center; margin-bottom:25px;}

/* sub0107 */
.sub0107_wrap .con01 {margin-bottom:60px;margin-top:60px;}
.sub0107_wrap .con01 .txt_wrap {border: 1px solid #eeeeee; padding: 8%; }
.sub0107_wrap .con01 strong {color:#222; text-align:center; display:block; font-size:20px; margin-bottom:20px; }
.sub0107_wrap .con01 strong b {color:#ffac1b;}
.sub0107_wrap .con01 strong b:nth-child(2) {color:#FF7F00;}
.sub0107_wrap .con01 .txt_wrap p {text-align:center; font-size:14px; color:#222; margin-bottom:20px; word-break:keep-all;}
.sub0107_wrap .con01 .logo_wrap {display:block; margin-top:50px; }
.sub0107_wrap .con01 .logo_wrap .logo {margin-bottom:30px;}
.sub0107_wrap .con01 .logo_wrap .logo:nth-child(2) {margin-bottom:0;}
.sub0107_wrap .con01 .logo_wrap .logo img {width:100%;}
.sub0107_wrap .con02 .color_wrap {display:block; }
.sub0107_wrap .con02 .color_wrap .con_box {display:flex; width:100%; margin-right:0; margin-bottom:20px;}
.sub0107_wrap .con02 .color_wrap .con_box .color_orange {width:50%; height:180px; background:#FF7F00;}
.sub0107_wrap .con02 .color_wrap .con_box .color_gray {width:50%; height:180px; background:#98989A;}
.sub0107_wrap .con02 .color_wrap .con_box .txt_wrap {width:80%; height:180px; border:1px solid #ddd; }
.sub0107_wrap .con02 .color_wrap .con_box .txt_wrap .p_wrap {position: absolute; top: 50%; left: 40%; transform: translate(-50%, -50%); }
.sub0107_wrap .con02 .color_wrap .con_box .txt_wrap .p_wrap p {font-size:15px; margin-bottom:18px; font-weight:600; color:#222; }
.sub0107_wrap .con02 .color_wrap .con_box .txt_wrap p:last-child {margin-bottom:0;}

/* sub0108 */
.sub0108_wrap .con_wrap {margin-top:40px;}
.sub0108_wrap .h5_tit {margin-bottom:20px;}
.sub0108_wrap .map_wrap iframe{margin-top:20px; width:100%; height:250px;}
.sub0108_wrap .con {display:block; margin-top:20px;}
.sub0108_wrap .con .img_wrap {width:100%; text-align:center;}  
.sub0108_wrap .con .img_wrap img {width:200px; margin-bottom:10px;} 
.sub0108_wrap .con .txt_wrap {width:100%;} 
.sub0108_wrap .con .txt_wrap .txt_box {margin-bottom:10px;}
.sub0108_wrap .con .txt_wrap .txt_box strong {font-size:12px;}
.sub0108_wrap .con .txt_wrap .txt_box strong img {padding-right:10px; display:inline-block; width:24px;  }
.sub0108_wrap .con .txt_wrap .txt_box span {display:block; margin-left:24px; font-size:12px;}
table.tbl01{border:1px solid #ddd; font-size:12px; border-top: 2px solid #f08013;}
.tbl01 {width:100%; height:auto; font-size:12px; text-align:center; }
.tbl01 th {color:#222; padding:5px; font-size:12px; border-bottom:1px solid #ddd; text-align:center; background:#f3e2d1;  font-weight:600;}
.tbl01 td {padding:10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; font-size:12px; }
.tbl01 td br {display:flex;}

.sub0109_wrap ul {
	display: block;
}
.news_card{
	width: 340px;
	margin-bottom: 10px;
}


/* sub0201 */
.sub0201_wrap > p{text-align: center; font-size: 16px; font-weight: 500; color: #222; margin-bottom: 20px;}
.sub0201_wrap > p span{color: #ff932a;}
.sub0201_wrap .sec{display: block; align-items: center; background: #fff; margin-bottom: 30px;}
.sub0201_wrap .sec:last-child{margin-bottom: 0;}
.sub0201_wrap .sec .img{width: 100%; !important; height: 200px !important;}
.sub0201_wrap .sec:nth-child(even) .img{ width: 100% !important; padding: 25px;}
.sub0201_wrap .sec:nth-child(even) .txt{ width: 100% !important; padding: 25px;}
.sub0201_wrap .sec .img img{width: 100%; !important; height: 200px !important;}
.sub0201_wrap .sec .txt{width: 100% !important; padding:25px;}
.sub0201_wrap .sec .txt.right { display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sub0201_wrap .sec .txt h6{font-size: 15px; color: #222; position: relative; padding-left: 10px; margin-bottom: 10px;}
.sub0201_wrap .sec .txt h6:before{position: absolute; content: ''; width: 3px; height: 15px; background: #ff932a; left: 0; top: 5px;}
.sub0201_wrap .sec .txt p{font-size: 12px; 	color: #222;}
.sub0201_wrap .sec .txt a{display: block; width: 100px; height: 35px; border: 1px solid #ff932a; text-align: center; color: #ff932a; line-height: 33px; font-size: 12px; margin-top: 15px; transition:all 0.2s;}
.sub0201_wrap .sec .txt a:hover{background: #ff932a; color: #fff;}

/* sub0202 */
.sub0202_wrap > p{text-align: center; font-size: 16px; font-weight: 500; color: #222; margin-bottom: 20px;}
.sub0202_wrap > p span{color: #ff932a;}
.sub0202_wrap > p br{display: none;}
.sub0202_wrap .sec{display: block !important; justify-content: center; flex-wrap:wrap}
.sub0202_wrap .sec:last-child{margin-top: 2%; display: none;}
.sub0202_wrap .sec .con{width:100%; margin-right:0; background: #fff; text-align: center; margin-bottom: 2%;}
.sub0202_wrap .sec .con:last-child{margin-right: 0; margin-bottom: 0;}
.sub0202_wrap .sec .con:nth-child(2n){margin-right: 0;}
.sub0202_wrap .sec .con h6{background: #f08013; color: #fff; font-size: 15px; font-weight: 500; padding: 10px;}
.sub0202_wrap .sec .con .box{padding: 10px;}
.sub0202_wrap .sec .con .box img{width: 100%; margin-bottom: 5px;}
.sub0202_wrap .sec .con .box p{font-size: 12px; color: #222;}
.sub0202_wrap .sec .tab_con{display: block;}

/* sub0202_2 */
.sub0202_2_wrap .sec01{margin-bottom: 60px;}
.sub0202_2_wrap .sec01 h6.sub_tit a{background: #ff932a; padding: 10px 15px; font-size: 12px; font-weight: 500; color: #fff; border-radius: 20px; margin-left: 0; display: table; margin-top: 10px;} 
.sub0202_2_wrap .sec01 h6.sub_tit a img{vertical-align: text-top; margin-right: 5px; width: 16px;}
.sub0202_2_wrap .sec01 .box_wrap{display: block; gap:2%;}
.sub0202_2_wrap .sec01 .box_wrap .box{background: #fff; width: 100%; padding: 25px 15px; font-size: 12px; color: #222;}
.sub0202_2_wrap .sec01 .box_wrap .box:first-child{margin-bottom: 10px;}
.sub0202_2_wrap .sec02 .txt_wrap {background:#fff; padding:30px 20px; text-align:center; margin-bottom: 40px;}
.sub0202_2_wrap .sec02 .txt_wrap p {font-size:12px; color:#222;}
.sub0202_2_wrap .sec02 ul{display: block; text-align: center; gap:20px; flex-wrap:wrap;}
.sub0202_2_wrap .sec02 ul li{padding: 15px; background: #ffffff; border-radius: 0px; width: 100%; margin-bottom: 10px;}
.sub0202_2_wrap .sec02 ul li:last-child{margin-bottom: 0;}
.sub0202_2_wrap .sec02 ul li img{width: 80px;}
.sub0202_2_wrap .sec02 ul li p.tit{font-size: 15px; font-weight: 500; color: #f08013; margin: 5px 0;}
.sub0202_2_wrap .sec02 ul li span{font-size: 12px; color: #222; line-height: 1.5;}

/* sub0401 */
.sub0401_wrap .online_form_wrap{border: 1px solid #eaeaea; padding:30px 20px; background: #fff;}
.sub0401_wrap .online_form_wrap table{width: 100%;}
.sub0401_wrap .online_form_wrap table.pc_tbl{display: none;}
.sub0401_wrap .online_form_wrap table.mob_tbl{display: table;}
.sub0401_wrap .online_form_wrap table td{padding: 10px; }
.sub0401_wrap .online_form_wrap table input{width: 100%; border: 0; height: 40px; padding: 0px 5px; font-size: 12px; background: none; border-bottom: 1px solid #ddd; outline: 0;}
.sub0401_wrap .online_form_wrap table input:focus, .sub0401_wrap .online_form_wrap table textarea:focus {border-color: #f08013; outline: none; }
.sub0401_wrap .online_form_wrap table textarea{width: 100%; border: 1px solid #ddd; height: 100%; padding: 10px; font-size: 11px;}
.sub0401_wrap .btn_wrap{width: 150px; background: #f08013; text-align: center; height:45px; font-size: 12px; line-height: 45px; margin: 0 auto; margin-top: 10px;}
.sub0401_wrap .btn_wrap a{color: #fff; display: block;}
.sub0401_wrap .txt_box{display: block; gap:20px; margin-top: 40px;}
.sub0401_wrap .txt_box .box{width: 100%; padding: 15px; background: #f4e9de; border-radius:20px ;}
.sub0401_wrap .txt_box .box:nth-child(2){background: #e1e1e1; margin-top: 10px;}
.sub0401_wrap .txt_box .box .con{border: 1px solid #f08013; background: #fff; border-radius:20px ; padding: 25px; text-align: center;}
.sub0401_wrap .txt_box .box:nth-child(2) .con{border: 1px solid #444;}
.sub0401_wrap .txt_box .box .con h6{font-size: 15px; color: #f08013;}
.sub0401_wrap .txt_box .box:nth-child(2) .con h6{color: #888;}
.sub0401_wrap .txt_box .box .con p.tit{font-size: 18px; color: #222; font-weight: 700; margin-bottom: 10px;}
.sub0401_wrap .txt_box .box .con span{font-size: 12px; color: #222; display: block; margin-bottom: 15px;}
.sub0401_wrap .txt_box .box .con ul li{font-size: 12px; margin-bottom: 5px; color: #222;}
.sub0401_wrap .txt_box .box .con ul li:last-child{margin-bottom: 0px;}
.sub0401_wrap .txt_box .box .con ul li em{display: inline-block; background: #f08013; padding: 3px 15px; color: #fff; border-radius:20px ; margin-right: 10px;}
.sub0401_wrap .txt_box .box:nth-child(2) .con ul li em{background: #888;}

.sub0401_wrap .online_form_wrap table td p.p_st01{font-size:14px; color:#333; font-weight:700; margin-bottom:10px;}
.sub0401_wrap .online_form_wrap button span{font-size:12px; padding-right:5px;}
.sub0401_wrap .online_form_wrap button span:hover{font-size:12px; padding-right:5px; color:#444;}
.sub0401_wrap .online_form_wrap table input#captcha_key{width:100%;}
/* sub0402 */
.sub0402_wrap .input_box {margin-bottom:20px; }
.sub0402_wrap .input_box input {width: 68%; height: 40px; background:#fff; padding: 0 30px; border-radius:50px; box-shadow: 0.868px 4.924px 8.1px 0.9px;
border:none; font-size:12px; background: url(/images/sub/sub0402_search.png)top 10px right 15px no-repeat; background-size:20px}
.sub0402_wrap .input_box button.search_button {background:#ff7f00;padding:10px 25px; color:#fff; font-size:12px; border-radius:10px;margin-left:30px;}
.sub0402_wrap .result {text-align:right; font-size:12px; margin-bottom:5px;}


/* sub0402_2 */
.sub0402_wrap .input_box {margin-bottom:40px; display:block; justify-content: center}
.sub0402_wrap .input_box input {width: 240px; height: 40px; background-color:#fff; padding: 0 30px; border-radius:50px; box-shadow: 0.868px 4.924px 8.1px 0.9px;
border:none; font-size:12px; background: url(/images/sub/sub0402_search.png)top 10px right 15px no-repeat; margin-right:10px; background-size:20px;
background-size:23px;}
.sub0402_wrap .input_box select {width: 240px; height: 40px; padding: 0 30px; border-radius:50px; box-shadow: 0.868px 4.924px 8.1px 0.9px;
border:none; font-size:12px; background: url(/images/sub/sub0402_choose.png)top 15px right 20px no-repeat; margin-right:10px; -webkit-appearance:none;
background-size:20px;margin-bottom:10px; }
.sub0402_wrap .input_box button.search_button {background:#ff7f00;padding:10px 25px; color:#fff; font-size:12px; border-radius:10px;}

.sub0402_wrap .result {text-align:right; font-size:12px; margin-bottom:5px;}

.sub0402_wrap .con_pc {display:none;}
.sub0402_wrap .con_tab {display:block;}
table.tbl_source_tab{ font-size:14px; width:100%; font-size:16px;}
.tbl_source_tab th {color:#222; font-size:12px;}
.tbl_source_tab:first-child tr:first-child {border-top:1px solid #ddd; }
.tbl_source_tab tr:last-child {border-bottom:1px solid #ddd; }
.tbl_source_tab tr th {color:#ff7f00;  font-weight:600; line-height:16px;} 
.tbl_source_tab td {font-size:12px; padding:12px; display:flex;}
.tbl_source_tab td p {display:inline-block; margin-left:20px; font-size:11px;}
.tbl_source_tab td p button {font-size:12px;}
.tbl_source_tab tr:nth-child(5) td p {margin-left:16px;}
ul.paging li a{display:flex; align-items: center; justify-content: center; width: 100%; height: 100%;  font-size:12px; color:#555555; line-height:38px; font-weight: 700;}
.tbl_source_tab td button {font-size:12px;}



/* sub0501 */
.sub0501_wrap .tit_wrap{text-align: center;}
.sub0501_wrap .tit_wrap p{position:relative;padding-bottom:12px;font-size:18px;color:#222; font-weight: 600;}
/* .sub0501_wrap .tit_wrap p:before{position:absolute;bottom:0;left:50%;transform:translateX(-50%);content:'';width:30px;height:3px;background:#f08013;} */
.sub0501_wrap .tit_wrap p span{color: #f08013;}
.sub0501_wrap .tit_wrap em{font-size:15px;color:#222;font-weight:500;padding-top:20px; display: inline-block; position: relative; z-index: 1;}
.sub0501_wrap .tit_wrap em:before{display: none; position: absolute; content: ''; background: #f08013; opacity: 0.2; width: 100%; height: 12px; z-index: 0; bottom: 0;}
.sub0501_wrap ul{margin-top: 40px; display:block;}
.sub0501_wrap ul li{background: #fff; border-radius:15px; display: block; margin-bottom: 10px; padding: 30px; align-items: center;}
.sub0501_wrap ul li:last-child{margin-bottom: 0;}
.sub0501_wrap ul li .left{text-align: center;}
.sub0501_wrap ul li .left img{width: 100px;}
.sub0501_wrap ul li .left strong{display: block; font-size: 15px; color: #f08013; margin-top: 10px;}
.sub0501_wrap ul li .right{padding-left: 0px; text-align: center; margin-top: 5px;}
.sub0501_wrap ul li .right p.tit{font-size: 18px; font-weight: 700; color: #222; margin-bottom: 5px;}
.sub0501_wrap ul li .right span{font-size: 12px; color: #222;}

/* sub0502 */
.sub0502_wrap .con01 {margin-bottom:60px;}
.sub0502_wrap .con01 > h5.h5_tit {font-size:20px;}
.sub0502_wrap .con01 .con_wrap {display:flex; flex-wrap:wrap; gap:20px; justify-content: center; margin-right:0;}
.sub0502_wrap .con01 .con_wrap .con_box {position: relative; display:flex; width:100%; margin-right:0;}
.sub0502_wrap .con01 .con_wrap .con_box:nth-child(2n) {margin-right:0}
.sub0502_wrap .con01 .con_wrap .con_box:nth-child(-n+4) {margin-bottom:0}
.sub0502_wrap .con01 .con_wrap .con_box .img_wrap img {width:100%;}
.sub0502_wrap .con01 .con_wrap .con_box .txt_wrap {position:absolute;color:#fff;}
.sub0502_wrap .con01 .con_wrap .con_box .txt_wrap strong {position:relative; font-size:18px;}
.sub0502_wrap .con01 .con_wrap .con_box .txt_wrap strong:before {position:absolute; left:16px; top:40px; transform:translateX(-50%);content:'';width:30px;height:3px;background:#f08013;}
.sub0502_wrap .con01 .con_wrap .con_box .txt_wrap p {font-size:15px; margin-top:40px;}
/* .sub0502_wrap .con02 ul {display:flex; flex-wrap:wrap; }
.sub0502_wrap .con02 ul li {border:1px solid #ddd; width:calc(50% - 10px); margin-right:20px; border-radius:10px; text-align:center; padding:20px; margin-bottom:20px;}
.sub0502_wrap .con02 ul li:nth-child(2n) {margin-right:0px;}
.sub0502_wrap .con02 ul li main {display:block; margin:0 auto; margin-bottom:20px; width:60px;height:60px;}
.sub0502_wrap .con02 ul li strong {font-size:14px; color:#222;}
.sub0502_wrap .con02 ul li:last-child {margin-right:0;} */
.sub0502_wrap .con02 .txt_wrap {border:1px solid #ddd; background:#fff; border-radius:10px; padding:30px; }
.sub0502_wrap .con02 .txt_wrap p {font-size:14px; text-align:center;}

#research-section {
	height: fit-content;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem;
}

#research-section .research-container {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 100%;
	max-width: 767px;
	margin: 0 auto;
}

#research-section .research-items {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

#research-section .research-item {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	height: 50%;
	max-width: 100%;
}

#research-section .research-image {
	position: relative;
	aspect-ratio: 426 / 512;
	overflow: hidden;
}

#main_section2 .product-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#main_section2 {
	min-height: 1px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	padding: 1rem;
}


#main_section2 .product-block.reverse {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

#main_section2 .product-image {
	position: relative;
	width: 100%;
	height: 25vh;
	overflow: hidden;
}

#main_section2 .product-info {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	color: #424242;
	text-align: right;
	padding: 1rem;
}

#main_section2 .product-info.right {
	flex-direction: column;
	align-items: flex-start;
}

#main_section2 .product-info h3 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.3;
}
