footer .footer_wrap{width:calc(100% - 200px);max-width: inherit;}


/* margin */
.margin-auto{margin:0 auto;}


/* tab */
.tab{width: 100%;}
.tabnav{width: 100%;display: flex;margin-bottom: 30px;}
.tabnav li{height: 62px;text-align:center;width: calc(100% / 2);line-height: 62px;}
.tabnav li a:before{content:""; position:absolute; left:0; top:0px; width:100%; height:3px; }
/*.tabnav li a.active:before{background:#7ea21e;}*/
.tabnav li a{transition:ease-in-out .25s;position:relative;display: block;padding:0 30px;text-decoration:none;font-size: 17px;width: 100%;height: 100%;border: 1px solid #0055a7;font-weight: 600;color: #0055a7;border-right: 0;}
.tabnav li:last-child a{border-right:1px solid #0055a7;}
.tabnav li a:hover,
.tabnav li a.active{color: #fff;background: linear-gradient(122deg, rgb(66 103 201) 0%, #00aa78 100%);background:#0055a7;}
.tabcontent{}

/* color */
:root {
 --main-color: #4263CD;
--main-color-2: #d6dfff;
--main-color-3: #ecf0ff;
--main-h-color: #3453b9;
 --sub-color: #58CFFF;
--sub-h-color: #45bdec;
 --cnt-color: #1B2B5C;
 --point-color: #DF4C4C;
}

.c-blue{color: #006dc4;font-weight: 600;}
.c-red{color:#E91E63;font-weight: 600;}
.bg-blue{background: #e4ecf5;}

 

/* 페이지 */
#paginate_complex{display:flex;align-items: center;text-align:center;height:40px}
#paginate_complex p{margin:0 auto;display:flex;align-items: center;font-size: 14px;}
p.btn_page a{width:33px;height:33px;border:1px solid #d4d4d4;margin-left:5px;color: #888;text-align: center;line-height: 31px;}
p.btn_page a:hover{background:#fff;border:1px solid #222; color:#222}
p.btn_page span.on{background:#fff;border: 1px solid #222;margin-left: 5px;padding: 5px 10px 6px 10px; color:#222;}
p.btn_page a.next_back{width:33px;height:33px;background:#fff;border:1px solid #d4d4d4;margin-left:5px}
p.btn_page a.first_back{background:url('/_modules/bbs/views/support/img/icon_page_firstback.png') center no-repeat;width: 33px;height: 33px;border:1px solid #d4d4d4;font-size:0;padding: 7px 12px;display: inline-block;}
p.btn_page a.first_back:last-child{transform: rotate(-180deg);}
p.btn_page a img{vertical-align:baseline}
p.btn_page strong{box-sizing: border-box;width: 33px;height: 33px;border: 1px solid #d4d4d4;margin-left: 5px;color: #000;text-align: center;line-height: 31px;}


 .scroll_y {display: block; width: 100%; height: 100%; overflow-y: auto;}
 
 #split_wrap {display: flex;width: calc(100% - 200px);height: auto;flex-direction: row;gap: 80px;margin: 0px auto 150px;position: relative;transition: all 0.35s ease;}
 #split_wrap #side_nemu_wrap {flex: 0 0 300px;height: auto;z-index: 10;overflow-y: auto;transition: all 0.35s ease;}
 #split_wrap #content_wrap {flex: 1; width: 100%; height: auto;}
 #side_nemu_wrap {display: flex; width: 100%; height: auto; flex-direction: column; position: relative;}
 #side_nemu_wrap .side_title {background: #2e397e url(/pages/new_jepa/img/sub/sub-tit-bg.png) right bottom no-repeat;display: block;width: 100%;height: auto;font-size: 28px;font-weight: bold;color: #fff;position: sticky;left: 0;top: 0;z-index: 10;height: 160px;text-align: center;line-height: 160px;}
 .menu_list_wrap {display: flex;width: 100%;height: auto;flex-direction: column;}
 .menu_list_wrap > li {display: flex;width: 100%;height: auto;flex-direction: column;gap: 0;}
 .menu_list_wrap > li > .menu_items {position:relative;display: flex;width: 100%;height: 60px;align-items: center;padding: 6px 30px;font-size: 18px;font-weight: 600;transition: all 0.35s ease;border: 1px solid #DFE1EE;margin-top: -1px;}
 .menu_list_wrap > li > .menu_items.blank:after {content: '';display: inline-block;width: 11px;height: 11px;background:url('/pages/new_jepa/img/main/ico-blank.png') center no-repeat;position: relative;margin-left: 5px;}

 .menu_list_wrap > li .side_depth {display: none;width: 100%;height: auto;flex-direction: column;gap: 0;padding: 20px 25px;font-size: 19px;font-weight: 600;border: 1px solid #DFE1EE;background: #fff;border-top: 0;}
 .menu_list_wrap > li .side_depth .side_depth {border: 0;background: #f8f9fb;padding: 15px 20px 15px 30px;margin: 8px 0;}
 .menu_list_wrap > li .side_depth .menu_items {font-size: 0.9em;}
 .menu_list_wrap > li .menu_items.exist_depth {position: relative;}
 .menu_list_wrap > li .menu_items.exist_depth::before,
 .menu_list_wrap > li .menu_items.exist_depth::after {content: '';display: block;width: 2px;height: 14px;right: 40px;top: 50%;position: absolute;background-color: #333;transition: all 0.35s ease;}
 
 .menu_list_wrap > li .menu_items.exist_depth::before, .menu_list_wrap > li .menu_items.exist_depth::after{}
 
 .menu_list_wrap > li .menu_items.exist_depth::before {transform: translate(-50%,-50%);}
 .menu_list_wrap > li .menu_items.exist_depth::after {transform: translate(-50%,-50%) rotate(90deg);}
 .menu_list_wrap > li .menu_items.exist_depth.current::before,
 .menu_list_wrap > li .menu_items.exist_depth.on::before {transform: translate(-50%,-50%) rotate(90deg);}
 .menu_list_wrap > li .side_depth.on {display: flex;}
 .menu_list_wrap > li .menu_items.exist_depth.current .side_depth {display: flex;}
 .menu_list_wrap > li .side_depth > li > .menu_items {width: 100%;min-height: 45px;align-items: center;padding: 0 10px 0 0;transition: all 0.35s ease;position: relative;/* padding-left: 12px; */color: #444;letter-spacing: -1px;position: relative;padding-left: 12px;line-height: 45px;}
 .menu_list_wrap > li .side_depth > li > .menu_items:after{display:none;}
 .menu_list_wrap > li .side_depth > li > .menu_items:before{content:'';display:inline-block;width: 5px;height: 5px;background: #cfcfcf;border-radius:100%;position: absolute;left: 0;top: 8px;}
 .menu_list_wrap > li .side_depth > li > .menu_items.active:before{background:#12217E !important;}
 .menu_list_wrap > li .side_depth > li > .menu_items.active{color:#12217E;}
 .menu_list_wrap > li .side_depth > li > .menu_items.blank:after {content: '';display: inline-block;width: 11px;height: 11px;background:url('/pages/new_jepa/img/main/ico-blank.png') center no-repeat;position: relative;margin-left: 5px;}


 .menu_list_wrap > li .side_depth .side_depth > li > .menu_items{
     font-size: 16px;
     font-weight: 600;
     min-height: 31px;
     position: relative;
     padding: 0;
     line-height: 22px;
	 display: inline-block;
 }
 .menu_list_wrap > li .side_depth .side_depth > li > .menu_items.active{font-weight:700;}
 .menu_list_wrap > li .side_depth .side_depth > li > .menu_items:before{background: #444;width: 5px;height: 1px;top: 9px;left: -12px;}
 
 
 .menu_list_wrap > li > .menu_items.active{background: #4267C9;border: 0;color:#fff;}
 .menu_list_wrap .active::before,
 .menu_list_wrap .active::after {background-color: #fff !important;}
 .menu_list_wrap .active:hover {color: #fff;}
 
 
 
 
 
 
 
 .sub_3depth {
 	position: absolute;
 	right: 20px;
 	font-size: 20px;
 	font-weight: bold;
 }
 .sub_3depth.on{
 	font-size: 30px;
 }
 
 .sub_contents{border-top:1px solid #ddd}
 .sub_contentsbox{width:1400px;margin:0 auto;padding-bottom:50px;position:relative;display:table}
 
 span.ft_rd{color:#e61c1d !important;}
 
 #lnb{float:left;width:280px;margin-right:50px}
 #lnb h2{background:#464565;padding:70px 20px 35px;box-sizing:border-box;width:100%;font-size:28px;color:#fff;line-height:30px}
 #lnb .sub_2dmenu a{color:#666;padding:17px 20px;width:100%;display:block;font-size:15px;box-sizing:border-box;background:#f2f2f2;margin-bottom:3px;position:relative}
 #lnb .sub_2dmenu a.on{background:#fff;border:3px solid #464565;text-decoration:none;padding:17px;color:#333;font-weight:700}
 #lnb .sub_2dmenu a:hover{text-decoration:none;background:#ddd}
 #lnb .sub_2dmenu a br{display:none}
 
 #lnb .sub_2dmenu li ul{display:block;margin-bottom:3px;border:1px solid #457abb;padding:20px 10px;background:#fff}
 #lnb .sub_2dmenu li ul li a{display:block;margin:0;padding:7px 20px;font-size:14px;background:#fff}
 #lnb .sub_2dmenu li ul li a.on{background:#457abb;color:#fff;padding:7px 20px;border:none}
 
 #contents{float:left;width:1070px}
 #contents .contents_top{padding:90px 0 20px;border-bottom:1px solid #ddd;position:relative}
 #contents .contents_top h3{font-size:27px;margin-bottom:10px}
 #contents .contents_top h3 br{display:none}
 #contents .contents_top p{color:#666;padding:5px 0 0}
 #contents .contents_top p br{display:none}
 #contents .contentsbox{padding:40px 0;color:#444;position:relative}
 .contents_top .info{position:absolute;right:0;bottom:10px}
 .contents_top .info .sns{float:left}
 .contents_top .info .sns button{font-family:Noto Sans KR;height:36px;line-height:36px;color:#333;background:url(/pages/new_jepa/img/sub/btn_share.jpg) no-repeat left center;padding-left:25px;text-align:center;border:none;font-size:13px;margin-right:20px;cursor:pointer;position:relative}
 .contents_top .info .sns button:hover{font-weight:700}
 .contents_top .info .sns ul{display:block;width:110px;padding:7px 0 15px 0;background:#7a868f;z-index:20;position:absolute;top:37px;left:0}
 .contents_top .info .sns ul li a{color:#fff;line-height:25px;padding-left:10px;font-size:13px;}
 .contents_top .info a.btn_print{padding-left:25px;display:block;float:left;overflow:hidden;background:url(/pages/new_jepa/img/sub/btn_print.jpg) 0 0 no-repeat;margin:9px 15px;text-decoration:none }
 .contents_top .info a:hover.btn_print{font-weight:700}
 .contents_top .info a.btn_print span{font-size:13px;color:#333}
 .contents_top .info a.btn_qr_sub{padding-left:25px;display:block;float:left;overflow:hidden;background:url(/pages/new_jepa/img/sub/btn_qr.jpg) 0 0 no-repeat;margin: 9px 0;text-decoration:none}
 .contents_top .info a:hover.btn_qr_sub{font-weight:700}
 .contents_top .info a.btn_qr_sub span{font-size:13px;color:#333}
 .contents_top .sub_navi{position:absolute;top:59px;right:0;color:#777}
 
 .contents_top  .qr_sub_on{width:291px;height:415px;;box-sizing: border-box;padding:30px 24px 0 24px;border-radius:8px;box-shadow:5px 5px 5px #999;position:absolute;z-index:2;top:45px;right:0;background:url(/pages/new_jepa/img/sub/qr_subbg.gif?=444) top center #fff no-repeat;border:1px solid #ddd;overflow:hidden}
 .contents_top  .qr_sub_on dl{display:block;border-bottom:1px solid #ddd;width:100%;padding:12px 0 15px 0}
 .contents_top  .qr_sub_on dt{font-size:18px;color:#000;font-weight:700;padding-bottom:10px}
 .contents_top  .qr_sub_on dd{line-height:15px;color:#555}
 .contents_top  .qr_sub_on .qr_img{width:120px;margin:85px auto 0;padding:10px;border-radius:8px;text-align:center;background:#fff}
 .contents_top  .qr_sub_on .btn_close{position:absolute;top:10px;right:10px}
 
 
 .text_type1{margin: 10px 0 35px 0;line-height: 34px;color:#666}
 .text_type1 a{border-bottom:1px dotted #333;color:#e6224c;margin-left:3px;font-weight:700}
 .text_type1 strong{color:#333}
 .img_type1{margin:10px 0;text-align:center}
 .img_type2{border:1px solid #ddd;box-sizing: border-box;padding:20px 10px;margin:10px 0;text-align:center;border-radius:6px;overflow:hidden}
 a.btn_dw{position:relative;text-align:center;line-height: 50px;color:#fff !important;font-size: 15px;border-radius:3px;background:#4a536c;font-weight:700;border-bottom:0  !important;/* display: flex; */height: 50px;display: inline-block;min-width: 170px;}
 a.btn_dw:after {background:url('/pages/new_jepa/img/sub/ico-down-w.png') center no-repeat;content: '';display: inline-block;width: 15px;height: 15px;margin-left: 7px;top: 2px;position: relative;}

 a.btn_link{text-align:center;line-height:30px;padding:10px 60px 10px 10px;color:#fff !important;font-size:12px;border-radius:3px;background:url('/img/sub/icon_link.png') right 12px var(--main-color) no-repeat;font-weight:700;border-bottom:0  !important}
 a:hover.btn_link{background:url('/pages/new_jepa/img/sub/icon_link.png') right 12px #2a4c6e no-repeat;text-decoration:none}
 .pdf_download {text-align:center;line-height:30px;padding:10px 30px 10px 10px;color:#fff !important;font-size:12px;border-radius:3px;background:url('/img/sub/icon_down.png') right 13px var(--main-color) no-repeat;font-weight:700;border-bottom:0  !important}
 a:hover.pdf_download {background:url('/pages/new_jepa/img/sub/icon_down.png') right 13px #2a4c6e no-repeat;text-decoration:none}
 .btn_type1{color: #fff;border:none;cursor:pointer;display: inline-block;text-align:center;background-color: #2e3354;position: relative;box-sizing: border-box;font-size: 17px;margin: 0px auto;font-weight: 600;transition: ease-in-out .25s;padding: 15px 70px;}
 .btn_type1:hover{text-decoration:none;opacity: 0.85;}
 .btn_type2{background:var(--main-color) ;color:#fff;border:none;padding:8px ;font-weight:400;cursor:pointer;margin:0 auto;display:block;width:auto;box-sizing:border-box;text-align:center}
 .btn_type2:hover{background:var(--main-h-color);text-decoration:none}
 .btn_type3{color: #fff;border: none;cursor: pointer;display: block;width: 100%;max-width: 320px;text-align: center;background-color: #5068A7;height: 60px;position: relative;box-sizing: border-box;font-size: 17px;line-height: 60px;margin: 20px auto 0;font-weight: 600;transition: ease-in-out .25s;}
 .btn_type3:hover{text-decoration:none;opacity: 0.85;}
 .btn_type3:before {background:url('/pages/new_jepa/img/sub/360-icon.png') center no-repeat;content: '';display: inline-block;width: 34px;height: 22px;position: relative;margin-right: 9px;top: 6px;}
 .btn_type4{color: #fff;border: none;cursor: pointer;text-align: center;background-color: #2e3354;min-height: 60px;position: relative;box-sizing: border-box;font-size: 17px;line-height: 20px;margin: 40px auto 0;font-weight: 600;transition: ease-in-out .25s;padding: 20px 60px;display: inline-block;}
 .btn_type4:hover{text-decoration: none;opacity: 0.85;}
 .btn_type4:after{content:"";display:inline-block;width:16px;height:17px;position: relative;background:url('/pages/new_jepa/img/sub/btn_type4.png') left center no-repeat;margin-left: 10px;}
 
 .btn_type5{cursor: pointer;display: block;width: 100%;max-width: 430px;text-align: center;min-width: 340px;height: 64px;position: relative;box-sizing: border-box;font-size: 17px;line-height: 64px;margin: 40px auto 0;font-weight: 600;transition: ease-in-out .25s;border: 1px solid #12217e;color: #12217e;}
 .btn_type5:hover{background: #5068A7;text-decoration:none;border: 1px solid #5068A7;color: #fff;}
 .btn_type5:after{transition: ease-in-out .25s;content:"";display: inline-block;width:16px;height:17px;position: relative;top: 2px;background: url('/pages/new_jepa/img/sub/ico-down.png') center no-repeat;margin-left: 9px;}
 .btn_type5:hover:after{background: url('/pages/new_jepa/img/sub/ico-down-w.png') center no-repeat;}  
 .ml_10{margin-left:10px;}
 
 .img_d{display:block}
 .img_t{display:none}
 .img_m{display:none}
 
 
 p.red_point{color: #e33333;padding:20px 0;clear:both;font-weight:600}
 .talignc{text-align:center}
 .talignl{text-align:left}
 .talignr{text-align:right}
 
 .sub0702_etc{width:100%; padding-bottom:5px; font-size: 16px;font-weight: 600;}
 .sub0702_etc span{float:right;font-size: 14px; font-weight: 400;}
 
 .h130px{height:130px}
 .cboth{clear:both}
 
 .ul_type1 {margin: 0 0 15px 0;clear:both;}
 .ul_type1 li{padding-left: 14px;position: relative;margin-bottom: 7px;line-height:165%;color:#666;font-size: 18px;text-align: left;}
 .ul_type1 li span, .ul_type1_2 li strong {color: #000}
 .ul_type1 li strong{padding-right:5px;color:#333}
 .ul_type1 li a{border-bottom:1px dotted #333;color:#e6224c;margin-left:3px;font-weight:700}
 .ul_type1 li:last-child{margin-bottom:0}
 .ul_type1 li:before{content: '';display: block;position: absolute;left: 0;top: 11px;width: 6px;height: 6px;background-color: #c9c9c9;border-radius: 100%;}
 .ul_type1 li span.red_point{color:#d75d5d}
 
 .ul_type2 {margin: 5px 0 10px;}
 .ul_type2 li{padding-left: 17px;position: relative;margin-bottom:5px;line-height:165%;color:#666}
 .ul_type2 li span, .ul_type1_2 li strong {color: #000}
 .ul_type2 li strong{padding-right:5px;color:#333}
 .ul_type2 li a{border-bottom:1px dotted #333;color:#e6224c;margin-left:3px;font-weight:700}
 .ul_type2 li:last-child{margin-bottom:0}
 .ul_type2 li:before{content: '';display: block;position: absolute;left:5px;top:14px;width: 5px;height: 2px;background-color: #888}
 .ul_type2 li span.red_point{color:#d75d5d}
 
 table {width: 100%;}
 
 .table_type1 table{text-align: center;border-top: 2px solid #7e869b;border-bottom: 1px solid #b5b9c4;margin: 4px 0 30px 0;font-size:14px;background:#fff}
 .table_type1 td.ln_color {background:#e9eff3}
 .table_type1 th,.table_type1 td{border-left: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2}
 .table_type1 th{background-color: #f4f3f3;color: #494949;padding: 10px 15px}
 .table_type1 tbody th{background:#f9f9f9;font-weight:normal}
 .table_type1 td{color: #666;padding:10px 15px;line-height:160%}
 .table_type1 .m_info{display:none}
 
 .table_type2{margin: 4px 0 30px 0;}
 .table_type2 table{border-top:2px solid #0b3d6e;text-align: center;font-size: 17px;background:#fff;width: 100%;}
 .table_type2 td.ln_color {background:#e9eff3}
 .table_type2 th,.table_type2 td{border-left: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2;}
 .table_type2 thead th{background-color: #f7f9fc;}
 .table_type2 tbody th{
     background: #fbfbfb;
 }
 .table_type2 th{color: #0b3d6e;padding: 15px 15px;font-weight:700}
 .table_type2 td{color: #666;padding:10px 15px;line-height:160%;}
 .table_type2 td.t-left{text-align:left;}
 span.trf_arrow{font-size:0;display: inline-block;width:5px;height:5px;border-left:5px solid #ccc;border-top:5px solid #fff;border-bottom:5px solid #fff;margin:8px 5px;position: relative;}

 .table_type2 a{font-weight:600;color:#fff}
 .table_type2 .m_info{display:none}
 .table_type2 table .btn_type1{padding:10px;font-size: 16px;font-weight: 500;line-height: 19px;word-break: keep-all;}

 .table_type3{width:60%; display: inline-block; margin: 0px 0 30px 0;}
 .table_type3 table{border-top:1px solid #e2e2e2;text-align: center;font-size:14px;background:#fff;display:table}
 .table_type3 td.ln_color {background:#e9eff3}
 .table_type3 th,.table_type3 td{border-left: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2;}
 .table_type3 th{background-color: #f4f3f3;color: #494949;padding: 15px 15px;font-size:15px;font-weight:700}
 .table_type3 td{color: #666;padding:10px 15px;line-height:160%}
 .table_type3 a{font-weight:600;color:#de5a5a}
 .table_type3 .m_info{display:none}
 
 .b_top{border-top:1px solid #ddd !important}
 .b_right{border-right:1px solid #ddd !important}
 
 .tab_type{position:relative; overflow:hidden; background:#fff;margin-bottom:25px}
 .tab_type ul.title_box{height:42px}
 .tab_type ul.title_box li{float:left}
 .tab_type ul.title_box li h4 a{display:block; height:27px;padding:13px 28px 0 28px; font-size:13px; line-height:16px; color:#808080; font-weight:bold; border:1px solid #d8d8d8;background:#f5f5f5;border-radius:3px 3px 0 0;margin-right:-1px;}
 .tab_type ul.title_box li h4 a.on{border-bottom:1px solid #fff; color:#41a2a8; background:#fff}
 
 .p_box{clear:both;box-sizing: border-box;margin:2px 0 15px 0;width:100%;border: 1px solid #DBCEC2;}
 .p_box p.p_box_tit{padding: 15px 35px;border-bottom: 1px solid #DBCEC2;font-weight: 600;font-size: 18px;color: #a2856b;background: #f7f7f7;}
 .p_box .p_box_txt{padding: 20px 35px;}
 .p_box2{clear:both;border: 1px solid #DFE1EE;box-sizing: border-box;padding: 45px;margin: 10px 0 30px 0;width:100%;font-size:15px;font-weight:500}
 
 .imgbox{text-align:center;padding:30px 0}
 .pcimg{display:block}
 .mimg{display:none}
 
 .imgbox2{width:100%}
 .imgbox2 img{width:50%;float:left}
 
 .imgbox4{width:100%}
 .imgbox4 img{width:25%;float:left}
 
 .h4_butt{position:relative;font-size: 27px;font-weight: 600;color: #222;letter-spacing:-1.5px;line-height:28px;padding: 25px 0 25px 30px;}
 .h4_butt:before{content: '';display: block;width: 21px;height: 21px;background:url('/pages/new_jepa/img/sub/h4_butt.png') center no-repeat;position: absolute;left: 0;top: 29px;}
 .h5_butt{position:relative;position:relative;font-size: 24px;font-weight: 600;color: #314d99;letter-spacing: -1px;line-height:22px;padding: 15px 0 20px 25px;margin-top:15px}
 .h5_butt:before{content: '';display: block;width: 15px;height: 21px;background:url('/pages/new_jepa/img/sub/h5_butt.png') center no-repeat;position: absolute;left: 0px;top: 17px;}
 .h5_butt a{font-size:15px;font-weight:400;color:#ec5900; letter-spacing:-1.5px;line-height:22px; padding:7px 0 15px 0px; text-decoration:none;}
 
 .cut3box {clear:both;display:inline-block;width:100%;margin: 10px 0 20px 0;background: #f8f9fb;border-radius: 10px;padding: 30px;}
 .cut3box div{float:left;border:1px solid #ddd;float:left;padding: 45px 45px 40px;box-sizing:border-box;width: calc(100% / 3);border-right: 0;background: #fff;}
 .cut3box div:last-child{border-right:1px solid #ddd;}
 .cut3box div p{width: 60px;height: 60px;text-align: center;display: flex;align-items: center;border: 5px solid #4267c9;border-radius: 100%;margin-bottom: 17px;}
 .cut3box div p span{margin:0 auto;font-size: 18px;font-weight: 800;color: #4267c9;}
 .cut3box div h5{position:relative;font-size: 20px;margin-bottom: 20px;}
 p.s_title1{font-size:16px;color:#333;padding:10px;font-weight:500}
 p.s_title2{font-size: 20px;color: #494949;font-weight: 600;margin: 0 0 9px 0;}
 p.s_title3{font-size:14px;color:#333;padding:10px 5px;font-weight:700}
 
 .box_type2{width:100%;position:relative;overflow:hidden;background: #f8f9fb;border-radius: 10px;padding: 30px;margin-bottom: 40px;}
 .box_type2 .box_right{overflow:hidden;position:relative}
 .box_type2 .box_right .txt{float:left;width:50%;height:340px;padding:70px 0 0 30px;box-sizing:border-box}
 .box_type2 .box_right .img{position:absolute;right:0;width:50%;height:340px}
 .box_type2 .box_left{overflow:hidden;position:relative}
 .box_type2 .box_left .txt{width: 100%;}
 .box_type2 .box_left .txt ul{
 }
 .box_type2 .box_left .txt ul li{
     width: calc(100% / 2);
     border: 1px solid #ddd;
     height: 170px;
     padding: 50px 50px 50px 10px;
     box-sizing: border-box;
     font-size: 17px;
     float: left;
     display: flex;
     align-items: center;
     background: #fff;
 }
 .box_type2 .box_left .txt ul li:nth-child(2), .box_type2 .box_left .txt ul li:nth-child(4){border-left:0;}
 .box_type2 .box_left .txt ul li:nth-child(3), .box_type2 .box_left .txt ul li:nth-child(4){border-top:0;}
 .box_type2 .box_left .txt ul li:after{display:none;}
 .box_type2 .box_left .txt ul li .cf-img{
     width: 30%;
     text-align: center;
 }
 .box_type2 .box_left .txt ul li .cf-img img{}
 .box_type2 .box_left .txt ul li .cf-txt{
     width: 70%;
 }
 .box_type2 .box_left .txt ul li .cf-txt p{font-weight: 600;margin-bottom: 7px;font-size: 18px;font-weight: 700;}
 .box_type2 .box_left .img{width:100%;border: 1px solid #ddd;padding: 30px 30px 25px;background: #fff;margin-bottom: 20px;}
 .box_type2 .box_left .img img{width:100%;object-fit: cover;height: 500px;}
 .box_type2 .txt h4{font-size:22px;line-height:38px;font-weight:500;color:var(--main-color);padding-bottom:20px;letter-spacing:-1px}
 
 
 
 #department_info{width:100%;border-top:2px solid #333;border-bottom:1px solid #aaa;position:relative;margin-top:30px;float:left;clear:both;margin-bottom:30px;;box-sizing: border-box;padding:15px 20px;font-size:14px}
 #department_info li{display:inline;line-height:30px;padding-left:20px;padding-bottom:3px;padding-right:20px;color:#555}
 #department_info li span{font-weight:700;padding-right:5px}
 #department_info li.department{background:url(/pages/new_jepa/img/sub/icon_department.gif) 0 50% no-repeat}
 #department_info li.phone{background:url(/pages/new_jepa/img/sub/icon_phone.gif) 0 50% no-repeat}
 #department_info li.phone a{border-bottom:1px dotted #999;color:#333;font-weight:700}
 #department_info li.email{background:url(/pages/new_jepa/img/sub/icon_email.gif)  0 50% no-repeat}
 #department_info a.btn_report{position:absolute;top:14px;right:13px;line-height:25px;padding:3px 10px 3px 27px;border:none;color:#fff;border-radius:4px;background:url(/pages/new_jepa/img/sub/icon_report.gif) 7px 8px #6894c1 no-repeat;font-size:11px;}
 
 
 
 
 
 .sub01_box{box-sizing:border-box;text-align:center;display:inline-block;width:100%}
 .sub01_box p.title1{font-size:30px;font-weight:600;padding-top:150px;background:url(/pages/new_jepa/img/sub/sub010601_bg.png) no-repeat center top}
 .sub01_box p.title2{font-size:30px;font-weight:600;padding-top:150px;background:url(/pages/new_jepa/img/sub/sub009901_bg.png) no-repeat center top}
 .sub01_box p.title3{font-size:20px;font-weight:500;line-height:25px;padding-top:150px;background:url(/pages/new_jepa/img/sub/sub010602_bg.png) no-repeat center top;margin-bottom:50px}
 .sub01_box p.desc{font-size:16px;line-height:26px;padding:60px 0;color:#666;font-weight:400}
 .sub01_box ul li {font-size:16px;color:#666;line-height:25px;width:70%;margin:0 auto;padding:20px 0;word-break:keep-all}
 .sub01_box p.sign{font-size:24px;font-family:Nanum Myeongjo;font-weight:500;margin-top:40px}
 
 .sub01_box .tit{position:relative;margin-bottom: 300px;margin-top: 100px;display: inline-block;border: 14px solid #e4e4e4;padding: 0 130px 40px;box-sizing: border-box;}
 .sub01_box .tit:before{content: '';display: inline-block;width: 90%;height: calc(100% + 30px);background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
 .sub01_box .tit:after{content: '';display: inline-block;width: 1px;height: 200px;background: #ddd;position: absolute;bottom: -235px;left: 50%;}
 .sub01_box .tit p{position:relative;font-size: 28px;font-weight: 700;color: #254495;letter-spacing: 0.5px;display: inline-block;margin-bottom: 39px;}
 .sub01_box .tit p:before{background:url('/pages/new_jepa/img/sub/con-logo.png') center no-repeat;content: '';display: inline-block;width: 100%;height: 58px;position: relative;}
 .sub01_box .tit h6{font-size: 34px;font-weight: 700;margin: -27px 0 0;z-index: 1;position: relative;}
 .sub01_box .stepbox2 {display: flex;position:relative;margin:0 auto;}
 .sub01_box .stepbox2 .stepbox2-box{position:relative;width: calc(100% / 4);box-sizing:border-box;border-radius: 100%;text-align:center;font-size: 19px;color:#fff;aspect-ratio: auto 1/1;margin-right: 20px;display: flex;align-items: center;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(1){background: #2f3c6f;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(2){background: #019DD8;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(3){background: #5068A7;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(4){background: #50A794;margin-right:0;}
 .sub01_box .stepbox2:before{content: '';display: inline-block;width: 76%;height: 1px;background: #ddd;position: absolute;top: -80px;left: 12%;}
 .sub01_box .stepbox2 .stepbox2-box:after{content: '';display: inline-block;width: 1px;height: 80px;background: #ddd;position: absolute;top: -80px;left: 50%;}
 .sub01_box .stepbox2 .stepbox2-box span{position:relative;margin:0 auto;}
 .sub01_box .stepbox2 .stepbox2-box span:before{content: '';display: block;width: 100%;height: 85px;margin: 0 0 20px 0;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(1) span:before{background:url('/pages/new_jepa/img/sub/stepbox2-icon1.png') center no-repeat;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(2) span:before{background:url('/pages/new_jepa/img/sub/stepbox2-icon2.png') center no-repeat;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(3) span:before{background:url('/pages/new_jepa/img/sub/stepbox2-icon3.png') center no-repeat;}
 .sub01_box .stepbox2 .stepbox2-box:nth-child(4) span:before{background:url('/pages/new_jepa/img/sub/stepbox2-icon4.png') center no-repeat;}
 
 .sub01_box a{color:#333;padding:140px 20px 40px;display:block;width:24%;box-sizing:border-box;float:left;margin:0 0.5%;font-size:16px;font-weight:600;position:relative;text-decoration:none}
 .sub01_box a:after{opacity:0.7;filter:alpha(opacirt=70);position:absolute;content:'';display:block;top:0;left:0;width:100%;height:100%;z-index:-1}
 
 .sub01_box a:hover:after{opacity:1;text-decoration:none}
 
 .sub01_box1{background:url(/pages/new_jepa/img/sub/sub010601_bg.jpg) no-repeat center top;padding:100px 0 150px;text-align:center;color:#fff}
 .sub01_box1 h3{padding-top:80px;font-size:26px}
 .sub01_box1 p{width:60%;margin:20px auto;text-align:center;font-size:15px;word-break:keep-all}
 .sub01_box1_1 {width:800px;margin:0 auto;display:table;text-align:center  }
 .sub01_box1_1 a{color:#333;padding:130px 10px 0;width:190px;height:190px;float:left;margin:5px;box-sizing:border-box;text-align:center;border-radius:50%;border:1px solid #ddd }
 .sub01_box1_1 a.btn1{background:url(/pages/new_jepa/img/sub/sub010602_bg1.png) no-repeat center 20px}
 .sub01_box1_1 a.btn2{background:url(/pages/new_jepa/img/sub/sub010602_bg2.png) no-repeat center 20px}
 .sub01_box1_1 a.btn3{background:url(/pages/new_jepa/img/sub/sub010602_bg3.png) no-repeat center 20px}
 .sub01_box1_1 a.btn4{background:url(/pages/new_jepa/img/sub/sub010602_bg4.png) no-repeat center 20px}
 .sub01_box1_1 a.btn5{background:url(/pages/new_jepa/img/sub/sub010602_bg5.jpg) no-repeat center 20px}
 .sub01_box1_1 a.btn6{background:url(/pages/new_jepa/img/sub/sub010602_bg6.jpg) no-repeat center 20px}
 .sub01_box1_1 a:hover{font-weight:700;text-decoration:none;border:1px solid #333}
 
 .jobbox{background:url(/pages/new_jepa/img/sub/job_img.png) no-repeat right bottom;}
 
 .propulsion_system{width:100%;margin:0 auto;}
 .propulsion_system h2{font-size:32px; color:var(--main-color);text-align: center;line-height: 24px;margin: 20px 0 25px 0;}
 .propulsion_system h2 span{font-size:20px; color:#555; display:block;padding-bottom: 8px; font-weight: 400;}
 .propulsion_system_vision {margin-bottom: 50px;border-radius: 40px;}
 .propulsion_system_vision dl{width: 100%;margin: 0 auto 15px;display: flex;}
 .propulsion_system_vision dl:last-child{margin-right:0px;}
 .propulsion_system_vision dl:last-child dt{background: #22887b;}
 .propulsion_system_vision dl:last-child dd{border: 2px solid #22887b;color: #22887b;}
 .propulsion_system_vision dt{display:inline-block;font-size: 20px;font-weight: 600;width: 260px;background: #224088;color: #fff;text-align: center;height: 64px;border-radius: 100px;line-height: 64px;margin-right: 20px;}
 .propulsion_system_vision dd {font-size: 20px;font-weight: 600;width: calc(100% - 280px);background: #fff;border: 2px solid #224088;text-align: center;border-radius: 100px;color: #224088;height: 64px;display: flex;align-items: center;margin: 0;}
 .propulsion_system_vision dd span{margin:0 auto;}
 .mj_outo{text-align:center;border: 1px dotted #ddd; background: #f9f9f9; box-sizing: border-box;padding: 15px 20px 15px 15px;font-size: 20px;font-weight: 500;}
 
 
 
 .charter_top {border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd;  box-sizing: border-box; width: 100%; height: 120px;  margin: 0 auto; overflow: hidden; background: url(/pages/new_jepa/img/sub/charter_top.png) center bottom no-repeat;    background-size: 96%;}
 .charter_box {box-sizing:border-box;text-align:center;display:inline-block;width:100%;background-size: 96%;}
 .charter_box p.desc{margin:40px 0 0;}
 .charter_box .charter_title{font-size: 30px;font-weight:600;margin: 20px 0 30px;}
 .charter_box .charter_desc{background:url('/pages/new_jepa/img/sub/charter_desc_bg.png') center no-repeat; font-size:18px;line-height:26px;/* color:#666; */font-weight:400;border: 3px solid #efefef;border-radius: 5px;padding: 100px 90px;margin-bottom: 60px;}
 .charter_box .charter_desc b{margin-bottom: 10px;display:inline-block;}
 .charter_box .charter_con ul {
     border-top: 2px solid #12217e;
 }
 .charter_box .charter_con ul li{text-align: left;line-height: 24px;font-size: 18px;display: flex;align-items: center;padding: 20px 25px;box-sizing: border-box;border-bottom: 1px solid #DFE1EE;color: #555;}
 .charter_box .charter_con ul li:nth-child(odd){background: #f8f9fb;}
 .charter_box .charter_con ul li span.num-w{color: #fff;background: #12217e;width: 80px;height: 80px;display: inline-block;border-radius: 100%;text-align: center;display: flex;align-items: center;margin: 0 25px 0 0;}
 .charter_box .charter_con ul li div{width:calc(100% - 80px);}
 .charter_box .charter_con ul li span.num{
     margin: 0 auto;
     font-size: 18px;
 }
 .charter_box .sign{font-size:30px;font-weight:600; margin-top: 50px;}
 .charter_box .sign:after{height: 60px;display:block; clear:both; content:"";background:url(/pages/new_jepa/img/main/logo_new.png) center 20px no-repeat; margin-top: 15px;}
 .charter_bottom {border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; box-sizing: border-box; width: 100%;height: 120px; padding-bottom:20px; margin: 0 auto;  overflow: hidden; background: url(/pages/new_jepa/img/sub/charter_bottom.png) center top no-repeat;    background-size: 96%;}
 
 
 .sub03060000_tit img{width:100%;}
 .sub03060000_text{font-size: 18px; font-weight: 200; line-height: 28px; letter-spacing: -0.08em; padding: 20px 40px;}
 .youth_center_btn {width:800px;margin:0 auto;display:table;text-align:center  }
 .youth_center_btn a{color:#333;padding:115px 10px 0;width:190px;height:190px;float:left;margin:5px;box-sizing:border-box;text-align:center;border-radius:50%;border:1px solid #ddd }
 .youth_center_btn a.btn1{background:url(/pages/new_jepa/img/sub/sub03060000_bg1.png) no-repeat center 15px}
 .youth_center_btn a.btn2{background:url(/pages/new_jepa/img/sub/sub03060000_bg2.png) no-repeat center 15px}
 .youth_center_btn a.btn3{background:url(/pages/new_jepa/img/sub/sub03060000_bg3.png) no-repeat center 15px}
 .youth_center_btn a.btn4{background:url(/pages/new_jepa/img/sub/sub03060000_bg4.png) no-repeat center 15px}
 .youth_center_btn a:hover{font-weight:700;text-decoration:none;border:1px solid #333}
 
 .sub03060302_top{width:100%;}
 .sub03060302_top .left_img{ float:left; padding-right:20px;}

 .greed_top {background: url(/pages/new_jepa/img/sub/greed_bg.png) no-repeat right top;padding: 85px 10px 85px 0px;height: 250px;position: relative;background-size: cover;max-width: 1400px;margin: 0 auto;}
 .greed_top p{font-size: 25px;font-weight: 500;background: linear-gradient(132deg, #2072cd 0%, #098f5e 100%);color: #fff;width: 599px;padding: 50px 60px 60px;box-sizing: border-box;/* position: absolute; *//* right: 0; */bottom: -60px;border-bottom-right-radius: 60px;}
 .greed_top p span{display:block;font-size: 22px;color: #8afef8;padding: 10px 0 12px;font-weight: 600;}
 .greed_t{position:relative; background: url(/pages/new_jepa/img/sub/insa2024_lsh.png) 98% center no-repeat; font-size: 19px;color: #444;line-height: 34px;font-weight: 500;padding: 90px 0 70px;}
 .greed_t:after{content: '';display: block;width: 336px;height: 256px;position: absolute;right: 0;bottom: 170px;}
 .greed_t h6{font-size: 28px;line-height: 42px;margin: 50px 0 45px 0;font-weight: 600;}
 .greed_t h6 span{color: #4267c9;}
 .greed_t img{float:right}
 .greed_text{width:70%}
 .sign{
     display: flex;
     align-items: center;
     font-size: 22px;
     font-weight: 600;
     float: right;
     margin: 20px 0 0;
 }
 .sign span{
     display: inline-block;
     margin: -10px 0 0 20px;
 }
 .sign span img{}
 
 
 
 .history .section{width: calc(100% - 475px);}
 .history .section .sec_inner{position:relative;width:100%; margin:0 auto;}
 .history .section .sec_inner::before{content:'';display:block;position:absolute;top:0;left:0;width:1px;height:100%;background:#ddd}

 .history .section .sec_inner_wrap{width:100%; margin-bottom:65px;}
 .history .section .sec_inner_wrap .sec_inner{padding:112px 0; margin:0 auto; text-align:center;}
 .history .section .sec_inner_wrap .sec_inner p{font-size:50px; font-weight:400; color:#fff;}
 .history .section dl:after{display:block; clear:both; content:"";}
 .history .section dl dt{position:relative;/* float:left; */z-index:1;/* width:335px; */font-size: 30px;font-weight: 700;color: #2e397e;text-align: left;padding-left: 40px;margin-bottom: 20px;}
 .history .section dl:first-child dt{padding-top: 60px;}
 .history .section dl dd{float:left;position:relative;/* width:700px; */padding-left: 40px;padding-bottom:75px;box-sizing:border-box;}
 .history .section dl dd.last{padding-bottom:0;}
 .history .section dl dd.last:before{display:none;}
 .history .section dl dd div{position:relative;margin-bottom:30px;display: FLEX;align-items: center;}
 .history .section dl dd div:last-child{margin-bottom:0;}
 .history .section dl dd div::before{content:'';display:block;position:absolute;top: 11px;left: -43px;z-index:10;width: 8px;height: 8px;border-radius:50%;background: #2e397e;}

 .history .section dl dd span{display:inline-block;font-size: 19px;font-weight: 500;color:#000;vertical-align:top;width: 50px;}
 .history .section dl dd.month ul{display:inline-block;margin-left:24px;width: calc(100% - 74px);}
 .history .section dl dd ul{display:inline-block; margin-left:55px;}
 .history .section dl dd ul li{position:relative;padding-left:8px;margin-bottom:10px;font-size: 17px;font-weight: 400;}
 .history .section dl dd ul li:last-child{margin-bottom:0;}

 
 

.history-img{
    height: 430px;
    width: 100%;
    overflow: hidden;
}
.history-img img{
    width: 100%;
    object-fit: cover;
}
 .history{display: flex;flex-wrap: wrap;}
 .history_cont{position:relative;z-index:10;width:475px;padding: 60px 0;background: #fff;margin-top: -100px;}
 .history_cont .sticky{position:sticky;top: 60px;left: 0;}
 .history_cont .sticky .text_wrap{position:relative;}
 .history_cont .sticky .text_wrap:after {content: '';display: block;width: 336px;height: 256px;background: url(/pages/new_jepa/img/sub/gt-logo.png) right center no-repeat;position: absolute;right: 0;top: 350px;background-size: 270px;}
 .history_cont .his_tit{margin-bottom:10px;font-weight: 400;font-size: 28px;color:#111}
 .history_cont .his_tit span{}
 .history_cont .peri{position:relative;font-weight:600;font-size: 51px;letter-spacing:-1.8px;color: #2e397e;}
 .history_cont .peri::after{content:'';display:block;position:absolute;bottom:5px;left:0;width:100%;height:3px;background: #2e397e;}
 .history_cont .history_img{margin-top:300px;}
 .history_cont .history_img .en{margin-left:-70px;font-weight:600;font-size:120px;color:#fff;-webkit-text-stroke:1px #A08668;letter-spacing:-3px}
 
 
 
 .purpose_box{padding:10px 0 40px;margin-bottom:15px;}
 .purpose_box p{font-size:16px;line-height:40px;font-family:Nanum Myeongjo;font-weight:600}
 
 
 .ethics_3box div{width:32%;border:1px solid #ddd;padding:40px ;box-sizing:border-box;margin-right:15px;float:left;min-height:450px}
 .ethics_3box .ethics1 dl{padding-top:100px;background:url(/pages/new_jepa/img/sub/sub010501_icon01.png) no-repeat center top}
 .ethics_3box .ethics2 dl{padding-top:100px;background:url(/pages/new_jepa/img/sub/sub010501_icon02.png) no-repeat center top}
 .ethics_3box .ethics3 dl{padding-top:100px;background:url(/pages/new_jepa/img/sub/sub010501_icon03.png) no-repeat center top}
 .ethics_3box .ethics3 {margin:0}
 .ethics_3box dl dt{font-size:25px;font-weight:700;text-align:center;padding:30px 0;line-height:30px;border-bottom:1px solid #ddd;margin-bottom:30px}
 .ethics_3box dl dt span{display:block;font-size:15px;color:#c6bcbc}
 .ethics_3box dl dd{text-align:center;padding:5px;color:#888}
 
 .box_type4{width:100%;position:relative;overflow:hidden;padding:0;margin-bottom:20px; border:solid 1px #eee}
 .box_type4 h5{font-size:18px; line-height:26px; margin-bottom:20px}
 .box_type4 .box_right{overflow:hidden;position:relative}
 .box_type4 .box_right .txt{float:left;width:50%;height:235px;padding:30px 0 0 30px;box-sizing:border-box}
 .box_type4 .box_right .img{position:absolute;right:0;width:50%;height:340px}
 .box_type4 .box_left{overflow:hidden;position:relative}
 .box_type4 .box_left .txt{position:absolute;top:30px;left:50%;width:50%;padding:0 0 0 30px}
 .box_type4 .box_left .img{width:50%;height:235px}
 .box_type4 .txt h4{font-size:22px;line-height:38px;font-weight:500;color:var(--main-color);padding-bottom:20px;letter-spacing:-1px}
 
 .bus_box1 {display:inline-block;width:100%}
 .bus_box1 dl {margin-bottom:5px}
 .bus_box1 dl dt{width:70px;padding:8px 10px;text-align:Center;border-radius:3px;color:#fff;float:left;font-weight:600}
 .bus_box1 dl dd{float:left;padding:10px;width:90%;color:#666}
 .bus_box1 dl dd span{float:left;width:auto;display:block;}
 .bus_box1 dl dd span.arrow{font-size:0;top:3px;display:block;width:5px;height:5px;border-left:5px solid #ccc;border-top:5px solid #fff;border-bottom:5px solid #fff;margin:4px 5px}
 .root_daum_roughmap{width:100% !important}
 
 .bus_box1 dl.bus1 dt{background:#b72f2f}
 .bus_box1 dl.bus2 dt{background:#b72f2f}
 .bus_box1 dl.bus3 dt{background:#f4bb00}
 
 .bus_box2 {border-top:2px solid #333}
 .bus_box2 dl {border-bottom:1px solid #ddd;display:inline-block;width:100%;padding:20px 0}
 .bus_box2 dl dt{float:left;width:40%;border-right:1px solid #ddd;box-sizing:border-box;padding:0 0 10px }
 .bus_box2 dl dd{float:left;width:60%;box-sizing:border-box;padding:0 10px}
 
 .vr_wrap {position:relative;width:100%;}
 .vr_wrap iframe{width:100%;height:500px}
 .map iframe{width:100%}
 .vr_mask {position:absolute;width:100%;height:500px;}
 .vr_mask .bg{position:absolute;width:100%;height:500px;background:#000;opacity:0.3;left:0;top:0}
 .vr_mask p{text-align:center;padding-top:290px;background:url(/pages/new_jepa/img/sub/vr_maskbg.png) no-repeat center 190px;color:#fff;font-size:17px;position:absolute;left:50%;margin-left:-155px;z-index:99}
 
 .floor_wrap{}
 .floor_img{background:#b9c1df url(/pages/new_jepa/img/sub/floor_img2.jpg) no-repeat top right;
    width: 100%;
    margin-right: 5%;
    height: 340px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
 .floor_img img{width: 100%;object-fit: cover;}

 .floor_img p{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
 .floor_box{
    text-align: left;
    width: 100%;
}
 .floor_box dl{width: calc(100% / 2 - 30px);margin-bottom: 35px;float: left;margin-right: 60px;}
 .floor_box dl:nth-child(even){margin-right:0;}
 .floor_box dl dt{box-sizing:border-box;color:#666;height: 100%;}
 .floor_box dl dt .tit{position:relative;margin:0 auto;font-size: 23px;display: inline-block;width: 100%;text-align: CENTER;height: 66px;line-height: 60px;margin-bottom: 9px;font-weight: 600;border: 4px solid #0055a7;color: #0055a7;box-sizing: border-box;}
 .floor_box dl dt span{}
 .floor_box dl dd{position:relative;width: 100%;margin-bottom: 30px;}
 .floor_box dl dd ul li{transition:ease-in-out .25s; position:relative;width: 100%;padding: 50px 60px;font-size: 16px;box-sizing: border-box;border: 1px solid #DFE1EE;border-bottom: 0;}
 .floor_box dl dd ul li:last-child{border-bottom: 1px solid #DFE1EE;}
 .floor_box dl dd ul li:hover{background: #0055a7;color: #fff;}
 .floor_box dl dd ul li:hover span{color: #fff;}
 .floor_box dl dd ul li a:hover{background:#fff; color:#333; font-weight:600;}

 .floor_box dl dd ul li p{
    font-size: 20px;
    font-weight: 600;
}
 .floor_box dl dd ul li span{transition:ease-in-out .25s;color: #909090;font-weight: 500;display: block;font-size: 19px;margin-top: 7px;}
 .floor_box dl dd ul li a{
    border: 1px solid #DFE1EE;
    border-radius: 100px;
    padding: 9px 20px 8px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
 .onestop_box ul{width:100%;padding:10px;display:inline-block}
 .onestop_box ul li{float:left;width:49.2%;padding:20px;box-sizing:border-box;border:1px solid #ddd;margin:3px}
 .onestop_box ul li span{float:right;color:#aaa;font-weight:600}
 
 .apply_info {clear:both}
 .apply_info ul li{box-sizing:border-box;width: 100%;height:auto;float: left;}
 .apply_info ul li:nth-child(2n){margin-right:0}
 .apply_info ul li dl{width: 100%;padding: 60px 0 60px 300px;text-align: left;border-bottom: 1px solid #ddd;position:relative;min-height: 240px;}
 .apply_info ul li dl:before{content:'';position:absolute;left:0;top: 55px;width: 120px;height: 120px;background: #edf5fb;border-radius: 100%;}
 .apply_info ul li dl:after{content:'';position:absolute;left:0;top: 55px;width: 120px;height: 120px;border-radius: 100%;}
 .apply_info ul li:nth-child(1) dl:after{background: url('/pages/new_jepa/img/sub/rq-ico1.png') center no-repeat;}
 .apply_info ul li:nth-child(2) dl:after{background: url('/pages/new_jepa/img/sub/rq-ico2.png') center no-repeat;}
 .apply_info ul li:nth-child(3) dl:after{background: url('/pages/new_jepa/img/sub/rq-ico3.png') center no-repeat;}
 .apply_info ul li:nth-child(4) dl:after{background: url('/pages/new_jepa/img/sub/rq-ico4.png') center no-repeat;}
 .apply_info ul li:nth-child(5) dl:after{background: url('/pages/new_jepa/img/sub/rq-ico5.png') center no-repeat;}
 .apply_info ul li:first-child dl dt{/* background: #5068a7; */border:none}
 .apply_info ul li:first-child dt span{}
 
 .apply_info ul li dl dt{position:relative;font-size:20px;width: 100%;font-weight: 700;color: #2e397e;}
 .apply_info ul li dl dt span{margin-right: 8px;}
 .apply_info ul li dl dd{line-height:22px;position:relative;width: 100%;box-sizing:border-box;margin-top: 10px;border-radius: 8px;font-size: 17px;padding-left: 17px;}
 .apply_info ul li dl dd span{font-weight:600;color:#d22929}
 .apply_info ul li dl dd:before{content:'';position:absolute;left:0;top: 9px;width: 6px;height: 6px;background: #dbdbdb;border-radius: 100%;}
 
 .apply_form{clear:both;border:1px solid #ddd;padding:25px 35px;box-sizing:border-box;display:inline-block;width:100%;margin-bottom:20px}
 .apply_form h3{font-size:28px;text-align:center;padding:30px 0}
 .apply_input {float:left;position: relative;width: 100%;text-align:left}
 .input-text {float:left;display: block;color: inherit;width: 100%;font-family: inherit;border: none;padding: 20px 10px 10px;}
 .input-text::placeholder {color: #666;}
 
 
 .input-text:focus{ outline: none}
 .input-label {display: block;position: absolute;bottom: 80%;left: 1rem;color: #fff;font-family: inherit;opacity: 0;transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;transform: translateY(15px) scale(0); }
 .input-text:placeholder-shown + .input-label {visibility: hidden;z-index: -1;}
 .input-text:not(:placeholder-shown) + .input-label, .input-text:focus:not(:placeholder-shown) + .input-label {visibility: visible;z-index: 1;opacity: 1;color: #4f9bca;font-size:13px;font-weight:600;;transform: translateY(5px) scale(1);  }
 a.btn_address{background: #0b3d6e;padding: 5px;display:block;width:8%;box-sizing:border-box;color:#fff;float:left;margin-right:5px;cursor:pointer;text-decoration:none;font-size: 16px;}
 p.apply_p{display:block;width:20px;float:left;line-height:39px}
 .input-text:disabled{background-color: #fff}
 .input-text:disabled + .input-label {visibility: visible;z-index: 1;opacity: 0;color: #666;transform: translateY(5px) scale(1);  }
 .filters .icon {text-align: center;display: inline-block;}
 .filters .icon .fa {visibility: hidden;display:inline-block;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased}
 .filters input:checked + .icon .fa {visibility: visible;}
 .filters input {display: none}
 .filters .icon {display: none\9;}
 .filters {user-select: none;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;}
 .filters label {cursor: pointer;}
 .filters input { margin: 0 .1em; /* Use something similar to .icon */}
 .filters .icon {background: #d2eafc;border: 1px solid;border-color:#a8b8ca #c2e4f9 #c2e2f9 #a8b3ca; border-radius: .3em;text-align: center; font-size: .9em; color: #666; margin: 0 .1em; height: 1.5em; width: 1.5em; padding: 0.15em; line-height: .8em;}
 .filters {list-style: none;padding: 8px;display: inline-block;}
 .filters li {display: inline-block;margin-right: 0.3em;}
 .fa-check:before{content: "\221A";
 	font-weight: 900;
 	font-family: FontAwesome;
 	font-size: 15px;}
 
 
 .hds-selectbox {font-size: 15px;font-weight: 400;border-radius: 4px;background-color: #fff;border: 1px solid #ddd;color: #3c3c3c;min-width: 100%;height: 45px;padding: 4px 8px;box-sizing: border-box;margin: 0 0 8px;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiICB4PSIwcHgiIHk9IjBweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTYuNzEsNy4zM2ExLDEsMCwwLDAtMS40MiwwTDEwLDEyLjYzLDQuNzEsNy4zM0ExLDEsMCwxLDAsMy4yOSw4Ljc1bDYsNmExLDEsMCwwLDAsMS40MiwwbDYtNkExLDEsMCwwLDAsMTYuNzEsNy4zM1oiIHN0eWxlPSJmaWxsOiMwMDY2OTkiLz4KPC9zdmc+') no-repeat right 8px center #fff; background-size: 16px 16px;}
 .hds-selectbox::-ms-expand {display: none;
 	/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	/* IE 5-7 */ filter: alpha(opacity=0); opacity:0;}
 
 .select-size{text-align:left}
 .select-size input{display: none;}
 .select-size label {display: inline-block;width: 80px;height: 50px;text-align: center;border: 1px solid #ddd;line-height: 50px;cursor: pointer;color:#aaa}
 #use_air:checked ~ label[for="use_air"], #notuse_air:checked ~ label[for="notuse_air"]{background: #6f6f6f;color: #fff;border: 1px solid #6f6f6f;}
 #use_air_o:checked ~ label[for="use_air_o"], #notuse_air_o:checked ~ label[for="notuse_air_o"]{ background: #618ed2;color: #fff;border:1px solid #618ed2}
 
 #use_beam:checked ~ label[for="use_beam"], #notuse_beam:checked ~ label[for="notuse_beam"]{background: #6f6f6f;color: #fff;border: 1px solid #6f6f6f;}
 #use_beam_o:checked ~ label[for="use_beam_o"], #notuse_beam_o:checked ~ label[for="notuse_beam_o"]{ background: #618ed2;color: #fff;border:1px solid #618ed2}
 
 
 .file-uploader {border-radius: 3px;}
 .file-uploader__message-area {display:none;font-size: 0px;padding: 1em;text-align: center;}
 .file-list {font-size: 16px;}
 .file-list__name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
 .file-list li {padding-left:15px;height: 50px; line-height: 50px; overflow: hidden;border:1px solid #ddd;margin-bottom:3px}
 .removal-button{display:inline-block;height:100%;float:right;width:15%;border:none;background:#d86c6c;color:#fff}
 .removal-button:before { content: 'X'}
 .removal-button:focus {outline: 0;}
 
 .file-chooser { transition: background-color 1s, height 1s}
 .file-uploader { max-width: 600px; height: auto; margin: 0 auto 30px;}
 .file-uploader p{margin-bottom:10px;color:#d86c6c;font-weight:600}
 .file-list { margin: 0 auto; max-width: 50%;}
 .file-list__name { max-width: 70%; float: left;}
 .removal-button { display: inline-block; height: 100%; float: right;}
 .file-chooser { width: 90%; margin: .5em auto;}
 .file-chooser__input { margin: 0 auto;border:1px solid #ddd;padding:15px 115px;margin-top:20px;background:#fff}
 .file-uploader__submit-button { width: 100%; border: none; font-size: 1.5em; padding: 1em; color: white;}
 .hidden {display: none;}
 .error-message {color: red;}
 
 *, *::before, *::after {box-sizing: border-box;}
 ul, li {margin: 0;padding: 0;}
 
 .apply_todaydate{text-align:right;padding:30px 0;font-size:15px}
 .apply_bottom{font-size:25px;font-weight:700;text-align:center;padding-bottom:30px}
 button.apply_btn{background: #4a536c;padding:20px 40px;display:block;cursor:pointer;text-decoration:none;margin:40px auto;/* border:1px solid #458bc8; */color:#fff;font-weight:600;min-width: 220px;}
 
 
 .apply_form_info{clear:both;border:1px solid #ddd;padding:25px 35px;box-sizing:border-box;display:inline-block;width:100%;margin-bottom:20px;background:#f2f2f2}
 .apply_form_info h3{font-size:28px;text-align:center;padding:30px 0}
 .apply_form_info dl{ width: 100%; overflow: hidden; padding: 5px; margin: 0;}
 .apply_form_info dt{float: left;width: 15%; font-size: 15px; font-weight: 700; padding: 5px;}
 .apply_form_info dd{float: left; width: 35%;padding-top:4px; margin: 0;color:#666}
 .apply_form_info .dl_header, .apply_form_info .dl_body{float:left;border:1px solid #ddd;height:180px;padding:10px;box-sizing:border-box;margin-bottom:10px;background:#fff}
 .apply_form_info .dl_header{text-align:center;padding:65px 0;color:#fff;background:#777}
 .apply_form_info .dl_body dl{border-bottom:1px solid #ddd}
 
 
 .calendar{position:relative}
 .calendar p{width:100%;margin-bottom:30px;text-align:center}
 .calendar p .calendar_month{color:#ddd !important}
 .calendar p .calendar_month:hover{color:#666 !important;text-decoration:none}
 .calendar p span.Ym{font-size:20px;margin:0px 10px;font-weight:600;}
 .calendar p a{display:inline-block;vertical-align:bottom;line-height:30px;font-weight:500;font-size:22px;padding:0 5px;z-index:9;position:relative;color:#000 !important}
 .calendar ul{display:table;width:100%;margin-bottom:15px;}
 .calendar ul li{display:table-row;width:100%;font-size: 16px;}
 .calendar ul li a{color:#333}
 .calendar ul li div.today{background:#fff8cf !important;}
 .calendar ul li div.Sun time, .calendar ul li div.Sun time span{color:#cc2220;}
 .calendar ul li div.Sat time, .calendar ul li div.Sat time span{color:#2453a5;}
 
 .calendar #sc_layer_pop{position:absolute;z-index:999;width:600px;height:450px;left:50%;margin-left:-296px;background:#fff;top:65px;border-radius:5px;background: linear-gradient(#f9f9f9, #efefef ) fixed;box-sizing:border-box;border:1px solid #ddd;padding:40px;box-shadow: 5px 5px 8px #ccc}
 .calendar #sc_layer_pop .title{position:absolute;top:40px;left:30px;width:180px;height:380px;border-right:1px solid #ddd}
 .calendar #sc_layer_pop .title p{text-align:left;font-size:12px;font-weight:600;color:#585fae;margin-bottom:10px}
 .calendar #sc_layer_pop .title dt{font-size:30px;font-weight:500;color:#333;line-height:42px;padding-bottom:15px}
 .calendar #sc_layer_pop .title dd{font-size:20px;font-weight:100;color:#000;line-height:20px}
 .calendar #sc_layer_pop .text{width:100%;box-sizing:border-box;padding:10px 0 10px 200px}
 .calendar #sc_layer_pop .text p{line-height:20px;text-align:left}
 .calendar #sc_layer_pop .text dl{padding:0 0 10px}
 .calendar #sc_layer_pop .text dl dt{width:100%;padding:8px 10px;background:#e7e7e7;font-weight:600}
 .calendar #sc_layer_pop .text dl dd{width:100%;padding:8px 10px;color:#666}
 .calendar #sc_layer_pop a.btn_close{display:block;position:absolute;top:13px;right:20px;font-weight:800;font-size:20px;color:#585fae}
 
 .calendar ul li div{width:14%;min-height:80px;border-right:1px solid #dfd8c6;border-bottom:1px solid #dfd8c6;}
 .calendar ul li div.text{border:none;display:table-cell;width:70%}
 .calendar ul li div:last-child{border-right:0px;}
 .calendar ul li div.text{
	border: none;
    height: auto;
    min-height: auto;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;}
 .calendar ul li div.text ul{min-height:auto}
 .calendar ul li div.text ul li{ padding:0;margin:0;position:relative;color:#000;font-weight:400;font-size:12px;line-height:18px;text-align:left;letter-spacing:0}
 .calendar ul li div.text ul li {display:block;padding:4px;border-radius:4px;margin-bottom:3px}
 .calendar ul li.header div{height:30px;line-height:30px;min-height:0px;border-top:1px solid #dfd8c6;border-right:1px solid #dfd8c6;border-bottom:1px solid #dfd8c6;background:#fbfaf7;color:#777 !important;font-weight:bold;text-align:center;}
 .calendar ul li.header div:last-child{border-right:0px;}
 .calendar ul li.header div.Sun{color:#cc2220;}
 .calendar ul li.header div.Sat{color:#2453a5;}
 .calendar ul li div.empty{background:#fbfaf7;}
 .calendar ul li div time{display:block;padding:3px 0 3px 3px;font-weight:600;min-height:15px;font-size:12px}
 .calendar ul li div time span{display:none;}
 .calendar ul li div ul{width:100%;font-size:0px;text-align:right;padding:0 3px;min-height:60px;}
 .calendar ul li div ul li{margin:0px 3px 3px 0px;padding:3px;}

 #apply_agreebox label{display:flex; align-items:center;} 
 #apply_agreebox .agreebox{box-sizing:border-box;width:100%;height:250px;padding: 30px 50px;font-size: 16px;line-height: 23px;color: #666;overflow-y:scroll;background: #fbfbfb;border:1px solid #ddd;margin:20px 0}
 #apply_agreebox .agreebox p{font-size: 16px;}
 #apply_agreebox .agreebox h5{
    padding: 0;
    color: #333;
    font-size: 19px;
    margin-bottom: 10px;
}
 #apply_agreebox .agreebox h5:before{background:none;}
 .button_onlinebox{text-align:center;}
 .button_online{margin:0 auto;padding:25px 45px;background:#888;color:#fff;border:1px solid #fff;cursor:pointer;font-size:15px;;letter-spacing:-1px}
 .button_online:hover{background:#666}
 
 
 .sub03_box.s01{background:url(/pages/new_jepa/img/sub/sub0301_img01.jpg) no-repeat center top;padding:120px 0 150px;text-align:center;color:#fff}
 .sub03_box.s01 h3{background:url(/pages/new_jepa/img/sub/sub0301_icon01.png) no-repeat center top;padding-top:80px;font-size:26px}
 
 .sub03_box.s02{background:url(/pages/new_jepa/img/sub/sub0302_img01.jpg) no-repeat center top;padding:120px 0 150px;text-align:center;color:#fff}
 .sub03_box.s02 h3{background:url(/pages/new_jepa/img/sub/sub0302_icon01.png) no-repeat center top;padding-top:80px;font-size:26px}
 
 .sub03_box.s03{background:url(/pages/new_jepa/img/sub/sub0303_img01.jpg) no-repeat center top;padding:120px 0 150px;text-align:center;color:#fff}
 .sub03_box.s03 h3{background:url(/pages/new_jepa/img/sub/sub0303_icon01.png) no-repeat center top;padding-top:80px;font-size:26px}
 
 .sub03_box.s04{background:url(/pages/new_jepa/img/sub/sub0304_img01.jpg) no-repeat center top;padding:120px 0 150px;text-align:center;color:#fff}
 .sub03_box.s04 h3{background:url(/pages/new_jepa/img/sub/sub0304_icon01.png) no-repeat center top;padding-top:80px;font-size:26px}
 
 .sub03_box.s05{background:url(/pages/new_jepa/img/sub/sub0305_img01.jpg) no-repeat center top;padding:120px 0 150px;text-align:center;color:#fff}
 .sub03_box.s05 h3{background:url(/pages/new_jepa/img/sub/sub0305_icon01.png) no-repeat center top;padding-top:80px;font-size:26px}
 
 
 .sub05_box{width:100%;display:flex;margin-top: 60px;}
 .sub05_box div{float:left;width:calc(100% / 2);margin-right: 40px;border-radius:5px;border: 7px solid #dde1ed;text-align:center;padding: 35px 50px;box-sizing:border-box;min-height: 406px;}
 .sub05_box div:nth-child(even){margin-right:0;}
 .sub05_box div h4{border-bottom: 1px dashed #ddd;padding:0 0 25px;font-size: 20px;color: #35487b;}
 .sub05_box div p{margin-top:25px;line-height:24px;color:#777}
 .sub05_box div p a{width: calc(100% / 3 - 20px);display: inline-block;margin-right:3px;margin-bottom: 7px;}
 .sub05_box div p a:last-child{margin-right:0;} 

 .sub04_box{background:url(/pages/new_jepa/img/sub/sub0401_img01.jpg) no-repeat center top;padding:110px 0 130px;text-align:center;color:#fff}
 .sub04_box h4{background:url(/pages/new_jepa/img/sub/sub0401_icon01.png) no-repeat center top;padding-top:80px;font-size:26px;margin-bottom:15px}
 .sub04_box p{width:60%;margin:0 auto;text-align:center;font-size:15px}
 
 .sub0404_box{background:url(/pages/new_jepa/img/sub/sub0404_img01.jpg) no-repeat center top;padding:42px 0 100px;text-align:left;color:#fff}
 .sub0404_box h4{color: #4a2f54;font-size:26px;width:63%;margin:0px 0 15px 0;text-align:center;line-height: 30px;}
 .sub0404_box p{color: #4a2f54;padding-top:80px;background:url(/pages/new_jepa/img/sub/sub0404_icon01.png) no-repeat center top;width:63%;margin:30px 0 15px 0;text-align:center;font-size:21px}
 
 
 .goodproduct_list ul li a{float:left;width:23.3%;margin:0 10px 25px;color:#333}
 .goodproduct_list ul li a img{width:100%;height:220px}
 .goodproduct_list ul li:nth-child(4n) a{margin-right:0}
 .goodproduct_list ul li a dt{font-size:17px;letter-spacing:-1.2px;padding:10px 0}
 .goodproduct_list ul li a:hover {text-decoration:none}
 .goodproduct_list ul li a:hover img{opacity:0.7}
 
 .goodproduct_view{clear:both}
 .goodproduct_view .product_detail{margin-bottom:40px;clear:both;display:inline-block;width:100% }
 .product_detail .imgbox{width:37%;float:left;margin-right:3%;padding:0}
 .product_detail .imgbox .img {position:relative;width:395px;height:395px;overflow:hidden}
 .product_detail .imgbox .img img{width:100%;height:100%;}
 .product_detail .imgbox .img p{position:absolute;bottom:0;padding:15px 0;text-align:center;background:#000;opacity:0.7;font-size:16px;font-weight:500;width:100%;color:#fff}
 .product_detail .imgbox .thumb ul li a{width:23%;float:left;margin:10px 10px 0 0;box-sizing:border-box}
 .product_detail .imgbox .thumb ul li a img{width:100%;height:100px}
 .product_detail .imgbox .thumb ul li:last-child a{margin-right:0}
 .product_detail .imgbox .thumb ul li a:hover{opacity:0.7}
 .product_detail .txtbox{width:60%;float:left;border-top:2px solid #333;position:relative}
 .product_detail .txtbox h4{padding:20px 0;font-size:21px;border-bottom:1px solid #ddd}
 .product_detail .txtbox .btnbox{position:absolute;right:0;top:5px}
 .product_detail .txtbox .btnbox a{padding:15px 20px;text-align:center;display:block;width:170px;float:left;margin-left:5px;background:#82819d;color:#fff}
 .product_detail .txtbox .btnbox a:hover{background:#494796;text-decoration:none}
 .product_detail .txtbox .desc{padding:30px 0;line-height:22px;color:#444;word-break:keep-all}
 
 .process_6step {clear:both}
 .process_6step dl{background:#f2f2f2;width:14.7%;float:left;border:1px solid #ddd;border-radius:5px;padding:15px 5px;box-sizing:border-box;height:100px;margin:0 10px 15px;text-align:center;position:relative}
 .process_6step dl:after{content:'';display:block;position:absolute;background:#ddd;border-right:10px solid #fff;border-bottom:10px solid #fff;border-top:10px solid #fff;border-left:10px solid #ddd;width:0;height:0;right:-21px;top:28px}
 .process_6step dl dt{font-weight:600;color:#666}
 .process_6step dl dt span{color:#d75d5d}
 .process_6step dl dd{color:#777;margin-top:10px}
 .process_6step dl.last:after{display:none;margin:0}
 .process_6step p{clear:both;color:#d75d5d}
 
 
 .process_4step {clear:both;display: flex;width: 100%;height: auto;gap: 20px;flex-direction: row;flex-wrap: wrap;background: #f8f9fb;border-radius: 10px;padding: 30px;}
 .process_4step dl{
 	flex: 1 1 calc(100% / 4 - 20px);
 	background: #ffffff;
 	border: 1px solid #5068a7;
 	padding: 20px;
 	box-sizing:border-box;
 	height:auto;
 	position:relative;
 	align-items: center;
 	justify-content: center;
 	display: flex;
 	flex-direction: column;
 	font-size: 16px;
 	gap :
  10px;
 	}
 .process_4step dl.process_bg {background: #5068a7;border: 1px solid #5068a7;}
 .process_4step dl.process_bg:after{border-left-color: #5068a7;right: -20px;}
 .process_4step dl.arrow_l:after{content: '';display: block;position: absolute;background: #ddd;border-right: 15px solid #ddd;border-bottom: 15px solid #fff;border-top: 15px solid #fff;border-left: 15px solid #fff;width: 0;height: 0;left: -31px;top: 43px;z-index: -9;}
 .process_4step dl.arrow_b:after{  content: '';  display: block;  position: absolute;  background: #ddd;  border-right: 15px solid #fff;  border-bottom: 15px solid #fff;  border-top: 15px solid #ddd;  border-left: 15px solid #fff;  width: 0;  height: 0;  right: 107px;  top: 119px;}
 .process_4step dl:after{content:'';display:block;position:absolute;background: transparent;border: 10px solid transparent;border-left-color: #5068a7;width:0;height:0;right: -20px;top:50%;transform: translate(0,-50%);}
 .process_4step dl dt{font-weight:600;color: #5068a7;text-align: center;word-break: keep-all;}
 .process_4step dl.process_bg dt{color: #ffffff;}
 .process_4step dl dt span{color:#d75d5d; text-align: center;}
 .process_4step dl dd{color:#777; text-align: center; word-break: keep-all;}
 .process_4step dl.process_bg dd{color: #ffffff;}
 .process_4step dl.last:after{display:none;margin:0}
 .process_4step p{clear:both;color:#d75d5d}
 
 .process_3step {clear:both;display: flex;width: 100%;height: auto;gap: 20px;margin: 0 0 15px 0;background: #f8f9fb;border-radius: 10px;padding: 30px;}
 .process_3step dl{flex: 1 1 calc(100% / 3 - 20px);display: flex;border: 1px solid #5068a7;padding:15px;box-sizing:border-box;height:auto;position:relative;justify-content: center;align-items: center;gap: 10px;flex-direction: column;font-size: 17px;background: #fff;}
 .process_3step dl:after{content:'';display:block;position:absolute;background: transparent;border-right: 10px solid transparent;border-bottom: 10px solid transparent;border-top: 10px solid transparent;border-left: 10px solid #5068a7;width:0;height:0;right: -20px;top: 50px;}
 .process_3step dl dt{font-weight:600;color: #5068a7;text-align: center;}
 .process_3step dl dt span{color:#d75d5d}
 .process_3step dl dd span.red_point{color:#d75d5d;font-weight:600}
 .process_3step dl dd{color:#777; text-align: center;}
 .process_3step dl.last:after{display:none;margin:0}
 .process_3step p{clear:both;color:#d75d5d}
 
 
 
 .onestop{width:100%; margin:0 auto; text-align: center;}

 .login_wrap{width:100%;text-align: center;}
 .inner{width: 600px;display: inline-block;margin: 0 auto;border: 1px solid #DFE1EE;padding: 60px;box-sizing: border-box;} 
 .login_user{width: 100%;box-sizing:border-box;float:left;border-bottom: 1px dotted #ddd;padding-bottom: 50px;margin-bottom: 50px;}
 .login_user .login_user_title strong{font-size: 26px;}
 .login_user .login_user_title p{padding: 20px 0 30px;font-size: 17px;color:#888;font-weight: 400;}
 .login_Input .input-text{border-bottom:1px solid #ddd;padding:15px 0 ;width:100%;}
 .login_box button{margin-top:20px;background:#4f5a69;border:none;color:#fff;font-size:16px;font-weight:600;width:100%;padding:24px;cursor:pointer}
 .login_box button:hover{background:#323d4d}
 
 .login_social{width: 100%;box-sizing:border-box;float:left}
 .login_social .login_social_title strong{font-size:25px}
 .login_social .login_social_title p{padding:20px 0 50px;font-size:15px;color:#888}
 .login_social .sns_btn_box{display:block;}
 .login_social .sns_btn_box .sns-btn{display:inline-block;position:relative;margin-bottom:25px;border-radius:50px !important;padding:14px 65px;font-size:14px;letter-spacing: -1px;width: calc(100% / 2 - 10px);float: left;margin-right: 20px;cursor: pointer;}
.login_social .sns_btn_box .sns-btn:nth-child(2n){margin-right:0;}
 .login_social .sns_btn_box .btn-fb{background-color:#20346e;color:#fff;}
 .login_social .sns_btn_box .btn-kk{background-color:#ffcf00;color:#333;}
 .login_social .sns_btn_box .btn-nv{background-color:#44781f;color:#fff;}
 .login_social .sns_btn_box .btn-gg{background-color:#fff;color:#333;border:1px solid #ddd}
 .login_social .sns_btn_box .sns-btn .ir-member{display:block;position:absolute;top:-14px;left:14px;width:45px;height:45px;font-size:0;line-height:0;overflow:hidden}

.login_Input .Input-text{padding: 25px;width:100%;border:none;background: #f8f8f8;margin-bottom: 10px;}
.login_Input label{font-size:0;position:absolute}
.login_box button{margin-top:20px;background:#4f5a69;border:none;color:#fff;font-size:16px;font-weight:600;width:100%;padding:24px;cursor:pointer}
.login_box button:hover{background:#323d4d}

.login_box button.disabled{margin-top:20px;background:#949faf;border:none;color:#fff;font-size:16px;font-weight:600;width:100%;padding:24px;cursor:default;}
.login_box button.disabled:hover{background:#949faf}
 
 .ir-member{background:url(/pages/new_jepa/img/sub/ir.png) no-repeat}
 .ir-fb{background-position:-158px -15px}
 .ir-kk{background-position:-216px -15px}
 .ir-nv{background-position:-275px -15px}
 .ir-gg{background:url(/pages/new_jepa/img/sub/login_google.png) no-repeat 0 0 !important}
 
 .txt-tip{color:#6e7179;font-size: 15px;padding-left: 25px;position:relative;display: inline-block;text-align: left;}
 .txt-tip:before{left:0;top: 3px;width:16px;height:16px;background:url(/pages/new_jepa/img/sub/txt-tip.png);display:block;position:absolute;content:'';}
 
 .appraisal{width:100%;border-top:1px solid #dee0e3;text-align: center;}
 .appraisal .appraisal-box{width: calc(100% - 200px);height: 100%;margin: 0 auto;}
 .appraisal .appraisal-box2{display:flex;margin-left: 380px;}
 .appraisal .top {padding: 40px 40px 40px 0;border-right:1px dashed #dee0e3;font-size:13px;width: 30%;text-align: left;box-sizing: border-box;}
 .appraisal .top strong {font-size:16px;display:inline-block;padding-bottom:6px}
 .appraisal .top .page_txt{font-size:15px;color:#666}
 .appraisal form{width: 70%;padding: 20px 0;box-sizing: border-box;display: flex;align-items: center;}
 .appraisal .bottom{overflow:hidden;width:100%;padding-left:30px;box-sizing:border-box}
 .appraisal .bottom ul{overflow:hidden}
 .appraisal .bottom ul li {float:left;margin-right:30px;display: flex;align-items: center;margin-bottom: 5px;}
 .appraisal .wrt_box {width:100%;margin-top:10px;float:left;box-sizing:border-box;display: flex;}
 .appraisal .wrt_box textarea{width:100%;box-sizing:border-box;padding:5px;float:left;height:70px;margin-right:1%;border: 1px solid #dee0e3;}
 .appraisal .wrt_box .btn_black{display:inline-block;float:left;}
 .appraisal .wrt_box .btn_black .submit{float:left;display:block;background:#747474;border:1px solid #6d6d6d;color:#fff;line-height:48px;height:70px;box-sizing:border-box;padding:0 20px;cursor:pointer;letter-spacing:-1px}
 .appraisal .wrt_box .btn_black .submit:hover{text-decoration:underline}
 .readyimg{text-align:center;padding:50px 0}
 
 
 
 
 
 .cts_box{display:block;width:100%;padding:8px;background-color:#fff;border:1px solid #e1e1e1;}
 .cts_box .cts_box_wrap{display:table;width:100%;height: 370px;border-bottom:1px solid #f0f0f0;background-image:url(/pages/new_jepa/img/sub/ci_box.png);text-align:center;}
 .cts_box .cts_box_wrap .logo_img{display:table-cell;width:100%;height:100%;vertical-align:middle;font-size:16px;line-height:24px;}


.ci-color{
}
.ci-color .color-box{width: calc(100% / 2 - 20px);margin-right:40px;float: left;margin-bottom: 60px;}
.ci-color .color-box:nth-child(even){margin-right:0;}
.ci-color .color-box .tit{
    width: 100%;
    height: 130px;
    background: #ffda00;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.ci-color .color-box .tit span{margin:0 auto;}
.ci-color .color-box dl{
    font-size: 17px;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.ci-color .color-box dl dt{
    width: 30%;
}
.ci-color .color-box:nth-child(1) dl dt{color: #eac800;}
.ci-color .color-box:nth-child(2) dl dt{color: #ee7300;}
.ci-color .color-box:nth-child(3) dl dt{color: #008e51;}
.ci-color .color-box:nth-child(4) dl dt{color: #0065b5;}
.ci-color .color-box:nth-child(2) .tit{background: #ee7300;}
.ci-color .color-box:nth-child(3) .tit{background: #008e51;}
.ci-color .color-box:nth-child(4) .tit{background: #0065b5;}
.ci-color .color-box dl dd{
    width: 70%;
    text-align: right;
    text-transform: uppercase;
    color: #666;}
.ci-color .color-box dl dd span{margin-left: 10px;}


 .human{display:block;width:100%;margin-bottom:35px; font-size:18px; line-height:28px}
 
 .human_box{width:100%;margin-bottom:28px;box-sizing: border-box;}
 
 
 
 .human_box .human_box_w{width: 100%;margin-bottom:15px;display: block;line-height: 24px;background: #fff;display: flex;align-items: center;}
 .human_box .human_box_w .human_box_tit{position:relative;width: 200px;font-size:18px;float:left;display: inline-block;text-align: center;font-weight: 600;color: #fff;background: #06284D;height: 50px;line-height: 50px;height: 200px;border-radius: 100%;margin-right: 50px;display: flex;align-items: center;}
 .human_box .human_box_w .human_box_tit:after {content: '';display: block;width: 50px;height: 1px;background-color: #DFE1EE;position: absolute;right: -50px;top: 50%;}
 .human_box .human_box_w .human_box_tit span{position:relative;margin: 0 auto;}
 .human_box .human_box_w .human_box_tit span:before {content: '';display: block;width: 100%;height: 41px;background:url('/pages/new_jepa/img/sub/human_box_tit1.png') center no-repeat;}
 .human_box .human_box_w:nth-child(1) .human_box_tit span:before {background:url('/pages/new_jepa/img/sub/human_box_tit1.png') center no-repeat;}
 .human_box .human_box_w:nth-child(2) .human_box_tit span:before {background:url('/pages/new_jepa/img/sub/human_box_tit2.png') center no-repeat;}
 .human_box .human_box_w:nth-child(3) .human_box_tit span:before {background:url('/pages/new_jepa/img/sub/human_box_tit3.png') center no-repeat;}
 .human_box .human_box_w .human_box_txt{width: calc(100% - 250px);font-size: 16px;float:left;display: inline-block;margin-bottom: 5px;background: #Fff;padding: 35px;box-sizing: border-box;border: 1px solid #DFE1EE;min-height: 200px;display: flex;align-items: center;}
 .human_box .human_box_w:nth-child(2) .human_box_tit{background: #5068a7;}
 .human_box .human_box_w:nth-child(3) .human_box_tit{background: #50a794;}
 .human_box dl dd.c_red {color:#d45050}
 .human_box dl dd span.c_fff {color:#fff}
 .human_box dl dt.icon_1{}
 .human_box dl dt.icon_2{background:url(/pages/new_jepa/img/sub/human_icon2.jpg) center -8px no-repeat}
 .human_box dl dt.icon_3{background:url(/pages/new_jepa/img/sub/human_icon3.jpg) center  -8px  no-repeat}
 
 
 .btn_type_w{text-align:center;text-align: center;width: 100%;margin: 0 auto;display: flex;align-items: center;}
 
 #footer{border-top:1px solid #ddd}
 
 
 .mb_100{width:100%;}
 .txt_align_c{text-align:center;}
 
 
 
 
 
 .stepbox{
     width: 100%;
     height: auto;
     background: #f8f9fb;
     border-radius: 10px;
     padding: 60px 30px;
     margin-bottom: 30px;
     display: flex;
 }
 .stepbox .box{
     width: calc(100% / 4);
     background: #fff;
     margin: 0 20px 0 0;
     position: relative;
 }
 .stepbox .box:last-child{margin-right:0;}
 .stepbox .box .num{
     display: inline-block;
     position: absolute;
     top: -18px;
     left: 22px;
     width: 39px;
     height: 39px;
     border-radius: 17px;
     background-color: #0b3d6e;
     text-align: center;
     font-size: 14px;
     line-height: 39px;
     color: #fff;
     box-shadow: 0 0 15px 0 rgba(21, 68, 113, 0.4);
 }
 .stepbox .box .txt{
     padding: 54px 25px 33px;
     font-size: 16px;
     text-align: center;
 	position: relative;
 }
 .stepbox .box .txt:before{content: '';display: block;width: 100%;height: 85px;border-bottom: 1px dashed #d7d7d7;margin: 0 0 20px 0;}
 .stepbox .box:nth-child(1) .txt:before{background:url('/pages/new_jepa/img/sub/stepbox-ico1.png') center top no-repeat;}
 .stepbox .box:nth-child(2) .txt:before{background:url('/pages/new_jepa/img/sub/stepbox-ico2.png') center top no-repeat;}
 .stepbox .box:nth-child(3) .txt:before{background:url('/pages/new_jepa/img/sub/stepbox-ico3.png') center top no-repeat;}
 .stepbox .box:nth-child(4) .txt:before{background:url('/pages/new_jepa/img/sub/stepbox-ico4.png') center top no-repeat;}
 
 
 
 .vision_wrap{width: 100%;margin:0 auto;overflow:hidden;margin-bottom: 50px;}
 .v_row{overflow:hidden;}
 
 .v_row > div{float:left;display:table;}
 .v_row .v_title{width:200px;text-align:center;margin:0 20px 10px 0;height: 60px;border-radius: 5px;}
 .v_row .v_title h3{vertical-align:middle;display:table-cell;font-weight:700;font-size: 19px;}
 .v_row .v_title.foundation {background:#5595d9;color:#fff}
 .v_row .v_title.mission {background: #182866;color:#fff}
 .v_row .v_title.vision {background: #3472C5;color:#fff;margin: 20px 20px 120px 0;}
 .v_row .v_title.person {background: #019dd8;color:#fff;height: 200px;}
 .v_row .v_title.person2 {background: #50a794;color:#fff;height: 200px;}
 .v_row .v_title.core {background:#6986d8;color:#fff;height:140px}
 .v_row .v_title.core_sub {background:#6986d8;color:#fff;height:140px;}
 .v_row .v_title.goal {background:#637094;color:#fff;height:220px;}
 .v_row .v_title.result {background: #607D8B;color:#fff;height: 420px;}
 
 .v_row .v_con{min-height: 60px;width:calc(100% - 220px);}
 .v_row .v_con p{vertical-align:middle;display:table-cell;height: 60px;}
 
 .v_row .v_con.foundation ul{overflow:hidden;text-align:center;padding: 11px 0;border-top:3px solid #eee;border-bottom:3px solid #eee;background: #fff;}
 .v_row .v_con.foundation li{display:inline-block;font-size:1.9rem;color:#333;font-weight:700;padding:0 50px;border-right:1px solid #ddd}
 .v_row .v_con.foundation li:last-child{border:none}
 
 .v_row .v_con.mission{position:relative;text-align:center;background: #fff;}
 .v_row .v_con.mission p{
     color: #182866;
     border-top: 3px solid #182866;
     border-bottom: 3px solid #182866;
     font-size: 19px;
     font-weight: 700;
     box-sizing: border-box;
 }
 
 .v_row .v_con.vision{position:relative;text-align:center;font-size:1.9rem;margin: 20px 0 120px;background:#fff}
 .v_row .v_con.vision:after{width:100%;height:100px;position:absolute;bottom: -118px;content:'';background:url(/pages/new_jepa/img/sub/vision_wrap_bg.png) no-repeat center 0;left:0;}
 .v_row .v_con.vision p{border:none;font-size: 19px;font-weight: 700;color: #3472C5;border-top: 3px solid #3472C5;border-bottom: 3px solid #3472C5;}
 .v_row .v_title.vision{margin: 20px 20px 0 0;}
 
 .v_row .v_con .goal li{float:left;border: 1px solid #019dd8;width:calc(100% / 3 - 7px);margin: 0 10px 10px 0;text-align:center;padding:26px 0;height:105px;border-radius: 5px;}
 .v_row .v_con .goal li:nth-child(3n){margin-right:0}
 .v_row .v_con .goal li:nth-child(4),.v_row .v_con .goal li:nth-child(5),.v_row .v_con .goal li:nth-child(6){margin-bottom:0}
 .v_row .v_con .goal li span{position:relative;display:block;font-size: 1.8rem;font-weight:700;color: #019dd8;padding-top:4px;}
 .v_row .v_con .goal li span:before{content: '';display: block;width: 100%;height: 85px;margin: 0 0 20px 0;}
 .v_row .v_con .goal li.per01 span:before{background: url(/pages/new_jepa/img/sub/person1.png) center no-repeat;}
 .v_row .v_con .goal li.per02 span:before{background: url(/pages/new_jepa/img/sub/person2.png) center no-repeat;}
 .v_row .v_con .goal li.per03 span:before{background: url(/pages/new_jepa/img/sub/person3.png) center no-repeat;}
 
 .v_row .v_con .brnone{border:none !important}
 
 .v_row .v_con .goal li.per01{background:#fff url(/pages/basic/img/sub/ico_per01.png) no-repeat center 20px;height: 200px;}
 .v_row .v_con .goal li.per02{background:#fff url(/pages/basic/img/sub/ico_per02.png) no-repeat center 20px;height: 200px;}
 .v_row .v_con .goal li.per03{background:#fff url(/pages/basic/img/sub/ico_per03.png) no-repeat center 20px;height: 200px;}
 
 .v_row .v_con .core_ul p{border:none;border-right:1px dashed #bbb;width:50%;background-color:#fff;height:140px;font-size:1.5rem}
 .v_row .v_con .core_ul span{display:table-cell;background-color:#fff;vertical-align:middle;height:140px;font-size:1.6rem}
 .v_row .v_con .core_ul li{float:left;border:1px solid #ddd;width:calc(100% / 3 - 7px);margin:0 10px 10px 0;text-align:center;height:140px;display:table;vertical-align:middle}
 .v_row .v_con .core_ul li:nth-child(3n){margin-right:0}
 
 .v_row .v_con .result li{float:left;border:1px solid #ddd;width:calc(100% / 3 - 7px);margin:0 10px 10px 0;text-align:center;height: 120px;display:table;vertical-align:middle;padding:20px 0;}
 .v_row .v_con .result li:nth-child(3n){margin-right:0}
 
 .v_row .v_con.con_s{/* background:#f7f9ff;padding:20px */}
 .v_row .v_con.con_s ul.v_list2{
     display: inline-block;
     width: 100%;
     height: 200px;
 }
 .v_row .v_con.con_s ul.v_list2 li{
     border: 1px solid #50a794;
     height: calc(100% / 3 - 7px);
     box-sizing: border-box;
     margin-bottom: 10px;
     text-align: center;
     display: flex;
     align-items: center;
     font-size: 17px;
     color: #158970;
     font-weight: 600;
     border-radius: 5px;
 }
 .v_row .v_con.con_s ul.v_list2 li:last-child{margin-bottom:0px;}
 .v_row .v_con.con_s ul.v_list2 li span{margin:0 auto;}
 
 
 .v_list_w{
     width: 100%;
     height: 420px;
     display: flex;
     align-items: center;
 }
 .v_list_w .v_list{
     border: 1px solid #607d8b;
     width: calc(100% / 3 - 7px);
     margin: 0 10px 0 0;
     height: 100%;
     padding: 40px 20px;
     box-sizing: border-box;
     text-align: center;
     border-radius: 5px;
 }
 .v_list_w .v_list:last-child{margin-right:0;}
 .v_list_w .v_list span{
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 12px;
     display: inline-block;
     position:relative;
     width: 100%;
     color: #333;
 }
 .v_list_w .v_list span:before{content: '';display: block;width: 100%;height: 85px;border-bottom: 1px dashed #d7d7d7;margin: 0 0 20px 0;}
 .v_list_w .v_list:nth-child(1) span:before{background: url('/pages/new_jepa/img/sub/v_list1.png') center top no-repeat;}
 .v_list_w .v_list:nth-child(2) span:before{background:url('/pages/new_jepa/img/sub/v_list2.png') center top no-repeat;}
 .v_list_w .v_list:nth-child(3) span:before{background:url('/pages/new_jepa/img/sub/v_list3.png') center top no-repeat;}
 
 
 
 .v_list_w .v_list ul{
     text-align: left;
 }
 .v_list_w .v_list ul li{position:relative;padding-left: 14px;margin-bottom: 4px;font-size: 17px;font-weight: 400;}
 .v_list_w .v_list ul li:before{content: '';display: block;position: absolute;left: 0;top: 9px;width: 6px;height: 6px;background-color: #c9c9c9;border-radius: 100%;}
 
 


.traffic_wrap{overflow:hidden;clear:both}
.traffic_box{overflow:hidden;border-bottom:1px solid #ddd;padding:20px 0;margin:20px 0}
.traffic_box .box_h3{float:left;width: 25%;}
.traffic_box .box_h3 h3{color:#333;font-size:25px;padding:25px 22px 40px 74px;text-align:left}
.traffic_box .box_h3 h3.bus{background: url(/pages/new_jepa/img/sub/ico_bus.png) no-repeat left 20px;background-size:50px}
.traffic_box .box_h3 h3.metro{background:url(/pages/new_jepa/img/sub/ico_metro.png) no-repeat 4px 12px;background-size:50px}
.traffic_box .box_h3 h3.car{background:url(/pages/new_jepa/img/sub/ico_car.png) no-repeat left  8px;background-size:60px}
.traffic_box .box_h3 h3.exbus{background: url(/pages/new_jepa/img/sub/ico_exbus.png) no-repeat left 8px;}
.traffic_box .box_h3 h3.train{background:url(/pages/new_jepa/img/sub/ico_train.png) no-repeat 4px 12px;background-size:55px}
.traffic_box .box_h3 h3.air{background:url(/pages/new_jepa/img/sub/ico_air.png) no-repeat left 10px;background-size:60px}
.traffic_box .trf_box{float:left;width: 75%;}
.traffic_box .trf_box .table_type2 td span{float:left;}

.traffic_box span.bus_r {color:#ec1d1d;font-weight:bold;}
.traffic_box span.bus_o {color:#e8a713;font-weight:bold;}
.traffic_box span.bus_g {color:#41bb7e;font-weight:bold;}
.traffic_box span.bus_b {color:#3098f1;font-weight:bold;}

.metro_line{background:url(/pages/new_jepa/img/sub/metro_line.png) no-repeat center center;height:340px;position:relative;width:860px}
.metro_line ul li {position:absolute;transform:rotate(-45deg)}
.metro_line ul li.st01{left:143px; top:55px}
.metro_line ul li.st02{left:209px; top:55px}
.metro_line ul li.st03{left:270px; top:40px}
.metro_line ul li.st04{left:340px; top:45px}
.metro_line ul li.st05{left:409px; top:55px}
.metro_line ul li.st06{left:466px; top:35px}
.metro_line ul li.st07{right:285px; top:55px}
.metro_line ul li.st08{right:220px; top:55px}
.metro_line ul li.st09{right:151px; top:80px;transform:rotate(0);}
.metro_line ul li.st10{right:111px; top:130px;transform:rotate(0)}

.metro_line ul li.st11{right:111px; top:187px;transform:rotate(0)}
.metro_line ul li.st12{right:141px; top:235px;transform:rotate(0);}
.metro_line ul li.st13{right:232px; bottom:45px}
.metro_line ul li.st14{right:302px; bottom:44px}
.metro_line ul li.st15{left:427px; bottom:44px}
.metro_line ul li.st16{left:373px; bottom:45px}
.metro_line ul li.st17{left:318px; bottom:50px;color:#333;font-weight:600}
.metro_line ul li.st18{left:205px; bottom:35px}
.metro_line ul li.st19{left:199px; bottom:60px}
.metro_line ul li.st20{left:143px; bottom:60px}

.metro_line ul li.st17_out{transform:rotate(0);text-align:center;left:310px;bottom:126px;background:#f2f2f2;border-radius:5px;padding:7px 15px}
.metro_line ul li.st17_out span{display:block;font-weight:700;color:#333}


.org-w{
 background: url('/pages/stomcel/img/sub/org-line.png') center 
 172px no-repeat;
 position: relative;
 text-align: center;
 font-size: 19px;
 height: 1260px;
 width: 1200px;
 margin: 0 auto;
 }
.org-w:before {content: '';display: block;width: 60%;height: 1px;background-color: #DFE1EE;position: absolute;left: 50%;top: 276px;transform: translate(-50%, 0);}
.org-w2{background:none;border: 1px solid #ddd;width: 100%;border-radius: 20px;padding: 60px;height: 500px;}
.org-w .org{
    margin: 0 auto;
    display: inline-block;
    width: 300px;
}
.org-w .org.org1:before {content: '';display: block;width: 1px;height: 650px;background-color: #DFE1EE;position: absolute;left: 50%;bottom: -650px;}
.org-w .org-f .org:before {content: '';display: block;width: 1px;height: 100px;background-color: #DFE1EE;position: absolute;left: 50%;top: -100px;}
.org-w .org-f .org:nth-child(2):before{display:none;}
.org-w .org .tit{
    background: #ddd;
    padding: 18px 0;
    font-size: 21px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}
.org-w .org .tit span{
    font-weight: 400;
    font-size: 20px;
}
.org-w .org .name{
    padding: 18px 0;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #ddd;
    margin-bottom: 7px;
}
.org-w .org .name span.info{display:block;}
.org-w .org-f{position:relative;top: 700px;left:0;width:100%;display: flex;}
.org-w .org-f:before {content: '';display: block;width: calc(100% - 380px);height: 1px;background-color: #DFE1EE;position: absolute;left: 50%;top: -100px;transform: translate(-50%, 0);}
.org-w .org-f .org{width: calc(100% / 3 - 19px);margin-right: 20px;position: relative;}
.org-w .org-f .org:last-child{margin-right:0;}
.org-w .org-f .org .name{background:#F8F8F8;}

.org-w .color1{background: #06284D !important;}
.org-w .color2{background: #0055a7 !important;}
.org-w .color3{background: #fff !important;border: 1px solid #2D3A80;color: #2D3A80 !important;}
.org-w .color4{background: #079878 !important;}

.org1{position:absolute;top: 100px;left: 50%;transform: translate(-50%, -50%);}
.org2{position:absolute;top: 240px;left:0;}
.org3{position:absolute;top: 240px;right:0;}
.org4{position: relative;top: 450px;}


.funds-bg{
    width: 100%;
    height: 250px;
    background: #ddd;
    margin: 0 auto 30px;
    max-width: 1400px;
}
.funds-bg h6{}
.funds-img{
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 90px;
}
.funds-img .img{
    height: 200px;
    overflow: hidden;
}
.funds-img .img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.funds-img .txt{
    width: 80%;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #fff;
    padding: 45px 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.funds{
    border-top: 3px solid #2e397e;
    border-bottom: 1px solid #DFE1EE;
    display: flex;
    text-align: center;
}
.funds dl{width: calc(100% / 3);padding: 60px 0;border-right: 1px solid #DFE1EE;position: relative;}
.funds dl:last-child{border-right:0;}
.funds dl:before{content: '';display: block;width: 40px;height: 40px;background-color: #2e397e;position: absolute;left: 30px;top: 30px;border-radius: 100%;color: #fff;font-size: 21px;font-weight: 600;padding: 4px 0;}
.funds dl:nth-child(1):before{content: '1';}
.funds dl:nth-child(2):before{content: '2';}
.funds dl:nth-child(3):before{content: '3';}
.funds dl dt{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 13px 0;
	position:relative;
}
.funds dl dt span{display: block;width: 100%;height: 90px;position: relative;margin-bottom: 20px;}
.funds dl dd{font-size: 20px;color: #555;}


.ready{
    border: 1px solid #DFE1EE;
    display: flex;
    align-items: center;
    padding: 60px 0 65px;
}
.ready .ready-txt{position:relative;margin: 0 auto;text-align: center;}
.ready .ready-txt:before {content: '';display: inline-block;width: 333px;height: 329px;background:url('/pages/new_jepa/img/sub/ready.png') center no-repeat;}
.ready .ready-txt h6{
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 3px;
}
.ready .ready-txt h6 b{
    font-weight: 700;
}
.ready .ready-txt p{
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
}



.inq .inqbox{width: calc(100% / 2 - 35px);margin-right: 70px;float: left;margin-bottom: 50px;}
.inq .inqbox:nth-child(even){margin-right:0;}
.inq .inqbox a{
    display: inline-block;
    width: 100%;
}
.inq .inqbox a:hover .img{
    border: 1px solid #333;
}
.inq .inqbox .img{
    border: 1px solid #ddd;
    height: 200px;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    transition: ease-in-out .25s;
}
.inq .inqbox .img img{
    margin: 0 auto;
}
.inq .inqbox .txt h6{
    font-size: 20px;
    font-weight: 600;
}
.inq .inqbox .txt p{
    font-weight: 400;
    font-size: 17px;
    margin: 4px 0 0;
    display: inline-block;
    opacity: 0.8;
    position:relative;
}
.inq .inqbox .txt p:before {content: '';display: inline-block;width: 20px;height: 20px;background:url('/pages/new_jepa/img/sub/inq-ico.png') center no-repeat;position: relative;top: 5px;margin-right: 7px;}


.fb_box a{position:relative;width:100%;border: 1px solid #DFE1EE;margin-bottom: 30px;display: flex;align-items: center;padding: 40px 50px;box-sizing: border-box;transition: ease-in-out .25s;}
.fb_box a:hover{border: 1px solid #333;}
.fb_box a .fb_img{    overflow: hidden; border: 1px solid #DFE1EE;text-align:center;width: 400px;height: 150px;margin-right: 70px;display: flex;align-items: center;padding: 0 40px;background: #fff;transition: ease-in-out .25s;}
.fb_box a:hover .fb_img{border: 1px solid #333;}
.fb_box a .fb_img img{
    width: 100%;
    object-fit: cover;
}
.fb_box a .fb_txt{width: calc(100% - 470px);position: relative;}
.fb_box a .fb_txt h6{
    font-size: 23px;
    font-weight: 700;
	display:inline-block;
}
.fb_box a .fb_txt p{
    font-weight: 400;
    font-size: 19px;
    margin: 5px 0 0;
    display: inline-block;
    opacity: 0.8;
    position: relative;
}
/*.fb_box a .fb_txt p:before {content: '';display: inline-block;width: 20px;height: 20px;background:url('/pages/new_jepa/img/sub/inq-ico.png') center no-repeat;position: relative;top: 5px;margin-right: 7px;}*/
.fb_box a .fb_txt p.fb_btn{
    padding: 10px 40px 9px;
    color: #003b89;
    font-weight: 700;
    margin: 0;
    position: absolute;
    right: 0;
    border: 3px solid #0055a7;
    border-radius: 100px;
}
.fb_box a .fb_txt .fb_p{font-size: 17px;margin: 15px 0 0;border-bottom: 1px dashed #ddd;padding-bottom: 15px;}
.fb_box a .fb_txt .fb_p b{font-size: 19px;margin-bottom: 7px;display: inline-block;}

/* ì‚¬ì´íŠ¸ë§µ */
#sitemap{width:100%;margin:0 auto;overflow:hidden;padding-top:40px}
#sitemap> ul > li{float:left;width:100%;box-sizing:border-box;margin-bottom: 30px;}
#sitemap > ul > li > h4 > a{display: inline-block;margin-bottom:20px;position: relative;font-size: 24px;font-weight: 600;color: #314d99;letter-spacing: -1px;line-height: 22px;padding: 15px 0 20px 25px;margin-top: 15px;}
#sitemap > ul > li > h4 > a:before{content: '';display: block;width: 15px;height: 21px;background:url('/pages/new_jepa/img/sub/h5_butt.png') center no-repeat;position: absolute;left: 0px;top: 17px;}
#sitemap .map_box > ul > li.sm-tit2 {width: calc(100% / 5 - 24px);display:inline-block;float: left;margin-right: 30px;}
#sitemap .map_box > ul > li.sm-tit2 > a.sm-tit{transition:ease-in-out .25s; width:100%;border: 1px solid #DFE1EE;height: 58px;line-height: 58px;padding: 0;font-size: 16px;font-weight: 600;border-radius: 10px;display: inline-block;text-align: center;}
#sitemap .map_box > ul > li.sm-tit2:nth-child(5n){margin-right:0;}
#sitemap .map_box > ul > li.sm-tit2 > a.sm-tit:hover{background:#4263CD; border:1px solid #4263CD; color:#fff;}
#sitemap .map_box > ul.depth3box {display:inline-block;float:left;width: 100%;margin-top: 17px;padding: 0 10px;}
#sitemap .map_box > ul.depth3box li a{text-align:left;border:none;font-size: 16px;display: block;width: 100%;font-weight: 400;margin-bottom: 9px;position: relative;padding-left: 14px;}
#sitemap .map_box > ul.depth3box li a:hover{text-decoration:underline;}
#sitemap .map_box > ul.depth3box li{display:block;}
#sitemap .map_box > ul.depth3box li a:before{width:6px;height:6px;background:#ddd;content:'';position:absolute;left: 0;top: 7px;border-radius: 100%;}


 /****** Mobile ******/
@media screen and (max-width: 1500px) {
	#split_wrap{width:100%; padding:0 3%;}
	footer .footer_wrap{width: 100%;}
}


@media screen and (max-width: 1400px) {
	.appraisal .appraisal-box{padding:0 3%;width:100%;}
	.appraisal .appraisal-box2{margin-left:0;}
	#split_wrap #side_nemu_wrap{display:none;}
	#split_wrap{width:100%; padding:0 3%; margin:0 auto;padding-bottom: 50px;}
	#content_wrap{padding-bottom:0;}

	.h4_butt{font-size: 23px;}	
	.h5_butt{font-size: 22px;margin-top:0;}
	footer .footer_wrap{width: 100%;}
}


@media screen and (max-width: 1200px) {
	#split_wrap {gap: 20px;}
	#split_wrap #side_nemu_wrap {max-width: 240px;}

	.history-img{height: auto;}
	.history_cont{display:none;}
	.history .section{width: 100%;}

	.org-w{width:100%;}
	.fb_box a .fb_txt p.fb_btn{display:none;}

 .greed_text{width:60%}
}
 @media screen and (max-width:1150px){
 .mb_80{width:80%;}
 }


@media screen and (max-width: 1000px) {
	#split_wrap #side_nemu_wrap {display: none;}

	.sub01_box .tit{width: 100%;margin-bottom: 60px;}
	.sub01_box .stepbox2{display: inline-block;width:100%;}
	.sub01_box .stepbox2 .stepbox2-box{width: calc(100% / 2 - 10px);float: left;margin-bottom: 20px;}
	.sub01_box .stepbox2 .stepbox2-box:nth-child(even){margin-right:0;}
	.sub01_box .stepbox2 .stepbox2-box:after, .sub01_box .stepbox2:before, .sub01_box .tit:after{display:none;}
	
 

@media screen and (max-width:900px) {
	.appraisal .appraisal-box2{display:inline-block;width:100%;}
	.appraisal .appraisal-box{display:inline-block;}
	.appraisal .top{width: 100%;border-right: 0;border-bottom: 1px dashed #dee0e3;padding: 20px 0;}
	.appraisal .bottom{padding-left: 0;}
	.appraisal form{width: 100%;}
	.sub_top_wrap{margin: 20px auto;}
	.title_box{margin-bottom: 12px;}
	.title_box .title{font-size: 26px;}

	.funds-img .txt{font-size: 18px;}
	.funds dl dt{font-size: 21px;}
	.funds dl dd{ont-size: 19px;}

	.ready{padding: 40px 20px 75px;display: inherit;}
	.ready .ready-txt:before{height: 260px;background-size: 200px;}
	.ready .ready-txt h6{font-size: 31px;margin-bottom: 15px;}
	.ready .ready-txt p{font-size: 18px;line-height: 29px;}

	.propulsion_system_vision dt{width: 170px;}
	.propulsion_system_vision dd{width: calc(100% - 190px);}

	.stepbox{display: inline-block;}
	.stepbox .box{width: calc(100% / 2 - 10px);float: left;margin-top:30px;}
	.stepbox .box:nth-child(1),.stepbox .box:nth-child(2){margin-top:0;}
	.stepbox .box:nth-child(even){margin-right:0;}

	.v_row .v_title{width: 120px;}
	.v_row .v_con{width: calc(100% - 140px);}
	.v_row .v_title.result{height: 1009px;}
	.v_list_w{display:inherit;}
	.v_list_w .v_list{width: 100%;margin-bottom: 15px;}

	.cut3box div{width:100%;border-right: 1px solid #ddd;margin-bottom: 15px;}

	.box_type2 .box_left .img img{height: 300px;}
	.box_type2 .box_left .txt ul li{width: 100%;border: 0;border-bottom: 1px solid #ddd;}
	.box_type2 .box_left .txt ul li:last-child{border-bottom:0;}

	.greed_top{margin-bottom: 80px;}

	.greed_text{width:60%}
	

}

	.org-w .org{width: 100%;margin-bottom:20px;}
	.org1, .org2, .org3, .org4, .org-w .org-f{position: relative;top: inherit;left: inherit;transform:inherit;display: inherit;}
	.org-w:before, .org-w .org.org1:before, .org-w .org-f:before, .org-w .org-f .org:before{display:none;}
	.org-w .org-f .org{width: 100%;}

	.traffic_box .box_h3, .traffic_box .trf_box{width: 100%;}

	.btn_type_w{display: inline-block;}
	.btn_type5{max-width: 100%;min-width:100%;margin: 0 0 10px;}

	.table_type2 table .btn_type1{font-size:16px;}

	.apply_info ul li dl{padding: 200px 0 60px 0;}
	.sub05_box{display: inline-block;}
	.sub05_box div{width:100%;margin-bottom:20px;}

	.fb_box a{display: inline-block;padding: 40px 50px 30px;}
	.fb_box a .fb_img{margin: 0 auto;}
	.fb_box a .fb_txt{width: 100%;margin: 20px 0; text-align:center;}
	.fb_box a .fb_txt h6{display:block;}
	.fb_box a .fb_txt p.fb_btn{display:inline-block;position: inherit;padding: 8px 40px 7px;margin-top: 9px;}

	#sitemap .map_box > ul > li.sm-tit2{width: calc(100% / 3 - 20px);min-height: 280px;}
	#sitemap .map_box > ul > li.sm-tit2:nth-child(3n){margin-right:0;}

	.greed_t{ background: url(/pages/new_jepa/img/sub/insa2024_lsh.png) 98% 250px no-repeat; background-size: 30%;}
}

 


 
@media screen and (max-width:690px){
	.trf_box .table_type2 table{display:inline-block;}
	.table_type2 table{min-width: 650px;}

	.tabnav li:last-child a{border-bottom: 1px solid #0055a7;}

	.inner{width:100%;padding: 20px;margin: 50px 0;}
	.login_social .sns_btn_box .sns-btn{width:100%;}

	#split_wrap{margin: 0px auto;}

	.h4_butt{font-size: 20px;padding: 15px 0 15px 25px;}
	.h4_butt:before{background-size: 17px;top: 19px;}
	.h5_butt{font-size: 19px;padding: 10px 0 20px 25px;}
	.h5_butt:before{background-size: 13px;padding: 15px 0 20px 20px;top:4px;}

	
	.tabnav{display: inline-block;}
	.tabnav li{width: 100%;}
	.tabnav li a{border-right: 1px solid #0055a7;border-bottom: 0;}

	.table_type2 table{font-size: 16px;}

	.btn_type1{width:100%;min-width:100%;padding:0;}

	.funds{display: inherit;}
	.funds dl{width: 100%;border-right: 0;border-bottom: 1px solid #DFE1EE;padding: 60px 0;}
	.funds dl dt span{height: 60px;}
	.funds dl dt span img{width:60px;}
	.funds-img{margin-bottom: 10px;}
	.funds-img .img{height: 200px;}
	.funds-img .txt{width: 90%;position: absolute;bottom: 10px;padding: 35px 20px;font-size: 17px;}
	.funds dl:before{width: 35px;height: 35px;font-size: 18px;}
 
 	.ready .ready-txt:before{height: 220px;background-size: 160px;width:100%;}
	.ready .ready-txt h6{font-size: 25px;}
	.ready .ready-txt p{font-size: 17px;line-height: 26px;}

	.inq .inqbox{width: 100%;}

	.fb_box a{display: inherit;padding: 30px;}
	.fb_box a .fb_img{width: 100%;height: 90px;padding: 0 20px;}
	.fb_box a .fb_txt h6{font-size: 20px;margin-top: 14px;}
	.fb_box a .fb_txt p{font-size: 16px;}

	.propulsion_system_vision dl{display: inherit;}
	.propulsion_system_vision dt{width: 100%;height: 56px;line-height: 56px;margin-bottom:6px;}
	.propulsion_system_vision dd{width: 100%;height: 56px;line-height: 56px;font-size: 18px;}

	.charter_box .charter_title{font-size: 23px;}
	.charter_box .charter_desc{padding: 40px;font-size: 17px;}

	.human_box .human_box_w{display: inherit;}
	.human_box .human_box_w .human_box_tit{float: inherit;margin: 0 auto;margin-bottom:30px}
	.human_box .human_box_w .human_box_txt{width: 100%;margin-bottom: 55px;}
	.human_box .human_box_w .human_box_tit:after{width: 1px;height: 30px;background-color: #DFE1EE;position: absolute;right: inherit;top: inherit;bottom: -30px;left: 50%;}

	.stepbox .box{width: 100%;}
	.stepbox .box:nth-child(2){margin-top: 30px;}

	.v_row .v_title{width: 100%;height: 50px !important;}
	.v_row .v_con{width: 100%;}
	.v_row .v_con.mission p{font-size: 18px;padding: 15px 0;line-height: 23px;}
	.v_row .v_con .goal li{width: 100%;}
	.v_row .v_con .goal li span{font-size: 20px;}
	.v_list_w{display: inherit;}
	.v_list_w .v_list{width: 100%;margin-bottom: 10px;}
	.v_row .v_title.result{margin-top: 10px;}

	.sub01_box .tit{padding: 0 20px 40px;}
	.sub01_box .tit p{font-size: 27px;}
	.sub01_box .tit h6{font-size: 26px;}
	.sub01_box .stepbox2 .stepbox2-box{width: 100%;}

	.floor_box dl dd ul li a{position: relative;right: inherit;top: inherit;transform: inherit;margin-top: 5px;display: inline-block;}
	.floor_box dl dd ul li{padding: 30px;}

	.box_type2 .box_left .img img{height: 200px;}

	.btn_type3{min-width: 100%;}

	.greed_top{height: 200px;width: 100%;padding:0;}
	.greed_top p{position: relative;right: inherit;bottom: inherit;top: 200px;width:100%;}
    .greed_t{padding-top:0; background:none}
	 .greed_text{width:100%}
	.ci-color .color-box{width: 100%;}

	.btn_type5{font-size: 15px;}
	.btn_type5:after{display:none;}

 	.sub_contentsbox{width:100%;display:inline-block}
 	#lnb{display:none}
 	#contents{width:100%;padding:10px;box-sizing:border-box}
 	#contents .contents_top{padding:30px 0 }
 	#contents .contents_top h3{line-height:15px;margin-bottom:10px;font-size:20px}
 
 	.contents_top .info a.btn_print{display:none}
 	.contents_top .info a.btn_qr_sub{display:none}
 	.contents_top .info{bottom:0}
 	.imgbox img{max-width:100%}
 	.imgbox4 img{width:50%;float:left}
 

 
 
 	.img_d{display:none}
 	.img_t{display:none}
 	.img_m{display:block}
 	.img_m img{width:100%}
 
 	.vr_wrap iframe{width:100%;height:380px}
 	.vr_mask {position:absolute;width:100%;height:380px;}
 	.vr_mask .bg{position:absolute;width:100%;height:380px;background:#000;opacity:0.3;left:0;top:0}
 	.vr_mask p{text-align:center;padding-top:230px;background:url(/pages/new_jepa/img/sub/vr_maskbg.png) no-repeat center 130px}
 
 .jobbox{background:none;}
 	.table_type2{overflow:hidden;overflow-x:scroll;width:100%}
 	.table_type2 .m_info{display:block;font-size: 16px;line-height: 23px;color:#487fda;padding:7px 0;font-weight:700}
 	.table_type2 .site_link{position:relative;top:0;right:0}

	.greed_top{margin-bottom: 170px;}
 	.greed_top p span{font-size: 17px;}
 	.greed_top p{font-size: 16px;padding: 20px 30px;}
	.greed_t{font-size: 18px;}
	.greed_t h6{font-size: 23px;line-height: 34px;}
 	.ethics_3box div{width:100%;min-height:auto;padding:25px;margin:0 0 10px}

 	
 
 
 	.sub01_box1_1{width:400px}
 	.sub01_box dl{width:290px}
 	.sub01_box dl dt{line-height:35px}
 	.sub01_box dl dd{width:185px;height:185px;padding:50px 40px}
 
 
 	.youth_center_btn{width:400px;}
 	.purpose_box{padding:10px 0 140px}
 
 	.floor_box dl{width:100%}
 	.floor_box dl dt{width:100%;text-align:left}
 	.floor_box dl dd{width:100%}
 	.floor_box dl dd ul li{width:100%}
 
 	.apply_info ul li dl dt{width:100%;margin-bottom:20px}
 	.apply_info ul li dl dd{width:100%;margin:0}
 	.apply_info ul li{width:100%;height:auto;padding:15px 0}
 	.apply_form h3{font-size:24px}
 	.apply_bottom{font-size:22px;line-height:28px}
 
 	.box_type2 .box_left .txt{position:relative;top:0;left:0;width:100%;padding:20px 0;height:auto}
 	.box_type2 .box_left .img{width:100%;height:auto}
 	.box_type2 .box_left .img img{width:100%}
 	.box_type2 .box_right .txt{position:relative;top:0;left:0;width:100%;padding:20px 0;float:none;height:auto}
 	.box_type2 .box_right .img{width:100%;position:relative;height:auto}
 	.box_type2 .box_right .img img{width:100%}
 
 	.box_type4 .box_left .txt{position:relative;top:0;left:0;width:100%;padding:20px 0;height:auto}
 	.box_type4 .box_left .img{width:100%;height:auto}
 	.box_type4 .box_left .img img{width:100%}
 	.box_type4 .box_right .txt{position:relative;top:0;left:0;width:100%;padding:20px 0;float:none;height:auto}
 	.box_type4 .box_right .img{width:100%;position:relative;height:auto}
 	.box_type4.box_right .img img{width:100%}
 
 	.calendar p{text-align:center}
 	.calendar ul{width:100%;display:block;margin-bottom:15px;}
 	.calendar ul li{display:block;}
 	.calendar ul li div{width:100%;border-bottom:1px solid #dfd8c6;display:block;min-height:auto}
 	.calendar ul li div.text{border:none;display:table-cell;width:auto;padding:0;}
 	.calendar ul li.header{display:none;}
 	.calendar ul li div.empty{display:none;}
 	.calendar ul li div time{display:table-cell;vertical-align:middle;border-right:1px solid #dfd8c6;width:80px;text-align:left;padding:10px 5px;background:#fbfaf7;font-weight:300;}
 	.calendar ul li div time span.Ym{font-size:12px;display:block;margin-bottom:5px;}
 	.calendar ul li div time span.W{margin-left:5px;}
 	.calendar ul li div ul{display:table-cell;padding:5px 10px;vertical-align:middle;}
 	.calendar ul li div ul li{margin:2px 2px 2px 0px;padding:3px;}
 
 
  .onestop_box ul li{float:left;width:100% }
 
 	.apply_form_info{padding:25px 10px}
 	.apply_form_info h3{font-size:24px}
 	.apply_form_info .dl_header, .apply_form_info .dl_body{width:100% !important;height:auto}
 	.apply_form_info .dl_header{padding:5px 0;margin:0}
 	.apply_form_info .dl_body dl{border:none;padding:0}
 	.apply_form_info dt{width:33%}
 	.apply_form_info dd{width:67% !important;padding:5px}
 
 
 
 	.sub05_box div{width:100%}
 
 
 
 	.process_4step dl{width:44%}
 
 	.process_3step{width:100%;margin:0 0 20px; flex-direction: column; gap: 20px;}
 	.process_3step dl::after{top:auto;bottom: -21px;left:50%;margin-left:-10px;border-top: 10px solid #5068a7;border-left: 10px solid transparent;}
 
 
 	.goodproduct_list ul li a{width:45%}
 	.goodproduct_list ul li:nth-child(4n) a{margin-right:10px}
 	.goodproduct_list ul li:nth-child(2n) a{margin-right:0}
 	.goodproduct_list ul li a dt{height:60px}
 	
 	
 	.product_detail .imgbox{width:100%;}
 	.product_detail .imgbox .img{width:100%}
 	.product_detail .imgbox .thumb ul li a{width:22%}
 	.product_detail .txtbox{width:100%;margin-top:20px}
 	.product_detail .txtbox h4{height:120px;}
 	.product_detail .txtbox .btnbox{top:60px}
 
 	.appraisal .top{width:100%;border-right:none;}
 	.appraisal form{width:100%}
 	.appraisal .wrt_box textarea{width:100%;}
 	.appraisal .bottom ul li{margin-right:15px}
 	.appraisal .bottom{padding:0}


 
 
 	.login_user{width:100%;border-right:none;border-bottom:1px solid #ddd;padding:30px 0}
 	.login_social{width:100%;padding:0;padding:30px 0}
 
 	.sub0404_box{background:url(/pages/new_jepa/img/sub/sub0404_img01.jpg) no-repeat 60% top;padding:110px 0 130px;text-align:center;color:#fff}
 	.sub0404_box h4{width:100%;padding-top:5px;font-size:26px;margin-bottom:15px}
 	.sub0404_box p{width:60%;margin:0 auto;text-align:center;font-size:21px;background:url(/pages/new_jepa/img/sub/sub0404_icon01.png) no-repeat center top;}
 
 	.sub03060302_top .left_img{text-align:center; margin:0 auto 20px auto; padding:0; float:none;}
 	.sub03060302_top .left_img img{width:100%;}
 	.table_type3{width:100%;}
 
 
 
 	.cts_box .cts_box_wrap .logo_img img{width:80%;}

	.btn_type4{padding: 20px 40px;}
 	.btn_type_w a.ml_10{margin:0;}
 
 .human{font-size:16px}
 .human_box{width:100%;margin-bottom:28px }
 .human_box dl{margin-bottom:15px;border:solid 1px #eee;padding: 10px 10px;display: block;min-height:250px;line-height: 24px;}
 .human_box dt{width: 17%;font-size:18px;}
 .human_box dd{font-size: 17px;}
 .human_box dl dd span.c_fff {color:#333}
 
 
 .onestop img{width:100%}

	#sitemap .map_box > ul > li.sm-tit2{width: calc(100% / 2 - 15px);}
	#sitemap .map_box > ul > li.sm-tit2:nth-child(3n){margin-right:30px;}
	#sitemap .map_box > ul > li.sm-tit2:nth-child(2n){margin-right:0;}

 
 }
 
  @media screen and (max-width:400px){
	.process_4step{font-size:12px;}
	#sitemap .map_box > ul > li.sm-tit2{width:100%;min-height:inherit;margin-bottom:20px;}
 }
 
 
 /****** Tablet Device ******/
 @media screen and (min-width:691px) and (max-width:899px) {
 
 	.img_d{display:block}
 	.img_t{display:none}
 	.img_m{display:none}
 	
 	.img_d img{width:100%}
 
 
 	.sub_contentsbox{width:100%}
 	#lnb{display:none}
 	#contents{width:100%;padding:10px;box-sizing:border-box}
 	#contents .contents_top{padding:30px 0 }
 	#contents .contents_top h3{line-height:15px;margin-bottom:10px;font-size:20px}
 
 	.imgbox img{max-width:100%}
 
 
 
 
 	.history .section dl dt{font-size:28px;width:20%}
 	.history .section dl dd{width:80%}
 	.history .section dl dt span::after{display:none}
 
 	.ethics_3box div{width:32%;min-height:400px;margin-right:5px;padding:15px}
 
 
 
 	.apply_info ul li dl dt{width:100%;padding:20px;margin-bottom:20px}
 	.apply_info ul li dl dd{width:100%;margin:0}
 	.apply_info ul li{width:100%;height:auto;padding:15px 0}
 
 	.box_type2 .box_left .txt{position:relative;top:0;left:0;width:100%;padding:0;height:auto}
 	.box_type2 .box_left .img{width:100%}
 	.box_type2 .box_right .txt{position:relative;top:0;left:0;width:100%;padding:20px 0;float:none;height:auto}
 	.box_type2 .box_right .img{width:100%;position:relative}
 
 	.box_type4 .box_left .txt{position:relative;top:0;left:0;width:100%;padding:0;height:auto}
 	.box_type4 .box_left .img{width:100%}
 	.box_type4 .box_right .txt{position:relative;top:0;left:0;width:100%;padding:20px 0;float:none;height:auto}
 	.box_type4 .box_right .img{width:100%;position:relative}
 
 
 	.calendar p{text-align:center}
 	.calendar ul{display:table;width:100%;margin-bottom:15px;}
 	.calendar ul li{display:table-row;width:100%;font-size:13px}
 	.calendar ul li div{display:table-cell;width:14%;min-height:80px;border-right:1px solid #dfd8c6;border-bottom:1px solid #dfd8c6;}
 	.calendar ul li div.text{border:none;display:table-cell;width:70%}
 	.calendar ul li div:last-child{border-right:0px;}
 	.calendar ul li div.text{border:none;height:auto;min-height:auto;box-sizing:border-box;padding:12px 7px 12px 0}
 	.calendar ul li div.text ul{min-height:auto}
 	.calendar ul li div.text ul li{padding:0;margin:0;position:relative;color:#000;font-weight:400;font-size:12px;line-height:18px;text-align:left;letter-spacing:0}
 	.calendar ul li div.text ul li a{border:1px solid #ddd;display:block;padding:4px;border-radius:4px;margin-bottom:3px}
 	.calendar ul li div.text ul li a:hover{border:1px solid #333;text-decoration:none}
 	.calendar ul li.header div{height:30px;line-height:30px;min-height:0px;border-top:1px solid #dfd8c6;border-right:1px solid #dfd8c6;border-bottom:1px solid #dfd8c6;background:#fbfaf7;color:#777 !important;font-weight:bold;text-align:center;}
 	.calendar ul li.header div:last-child{border-right:0px;}
 	.calendar ul li.header div.Sun{color:#cc2220;}
 	.calendar ul li.header div.Sat{color:#2453a5;}
 	.calendar ul li div.empty{background:#fbfaf7;}
 	.calendar ul li div time{display:block;padding:3px 0 3px 3px;font-weight:600;min-height:15px;font-size:12px}
 	.calendar ul li div time span{display:none;}
 	.calendar ul li div ul{width:100%;font-size:0px;text-align:right;padding:0 3px;min-height:60px;}
 	.calendar ul li div ul li{margin:0px 3px 3px 0px;padding:3px;}
 
 
 	.floor_box dl{width:100%}
 	.floor_box dl dt{width:100%;text-align:left}
 	.floor_box dl dd{width:100%}

 
 
 	.process_4step dl{width:30%}
 
 

 
 
 
 	.process_3step dl{width:30%}
 
 	.goodproduct_list ul li a{width:30%}
 	.goodproduct_list ul li:nth-child(4n) a{margin-right:10px}
 	.goodproduct_list ul li:nth-child(3n) a{margin-right:0}
 	.goodproduct_list ul li a dt{height:60px}
 	
 	
 	.product_detail .imgbox{width:100%;}
 	.product_detail .imgbox .img{width:100%;height:450px}
 	.product_detail .txtbox{width:100%;margin-top:20px}
 	.product_detail .txtbox h4{height:120px;}
 	.product_detail .txtbox .btnbox{top:60px}
 	.goodproduct_view .product_detail{width:70%;margin:0 auto;display:block}
 

 
 

 
 
 	.sub03060302_top .left_img{text-align:center; margin:0 auto 20px auto; padding:0; float:none;}
 	.table_type3{width:100%;}

	 .greed_t {background:none;}
 
 	.greed_t{ background: url(/pages/new_jepa/img/sub/insa2024_lsh.png) 98% 250px no-repeat; background-size: 30%;}
 }
 
 
 
 
 
 
 
 
 
 /****** Desktop Device ******/
 @media screen and (min-width:900px) and (max-width:1150px) {
 
 	.sub_contentsbox{width:100%;padding-bottom:220px}
 	#lnb{width:100%}
 	#lnb h2{display:none}
 	#lnb .sub_2dmenu a{width:24.5%;float:left;margin:0 2px 4px;letter-spacing:-1px;padding:20px 5px}
 	#lnb .sub_2dmenu a.on{padding:17px 5px}
 	#lnb .sub_2dmenu .sub_3dmenu{position:absolute;top:120px;width:100%}
 	#lnb .sub_2dmenu li ul li a{width:auto}
 	#lnb .sub_2dmenu li ul{display:inline-block;width:calc(100% - 20px);box-sizing:border-box;margin:10px}
 
 	.pullDown{display:none !important}
 
 	#contents{width:100%;position:relative;top:130px;padding:10px;box-sizing:border-box}
 	#contents .contents_top{padding:15px 0 30px; }
 
 	.imgbox img{width:100%}
 
 
 
 	.history .section dl dt{font-size:28px;width:20%}
 	.history .section dl dd{width:80%}
 	.history .section dl dt span::after{display:none}
 
 	.ethics_3box div{width:32%;min-height:400px;margin-right:5px;padding:15px}
 
 	.process_4step dl{width:22%}
 
 
 
 	.floor_box dl{width:100%}
 	.floor_box dl dt{width:100%;text-align:left}
 	.floor_box dl dd{width:100%}
 
 	.box_type2 .box_left .txt{padding:0 20px}
 	.box_type2 .box_right .txt{padding:70px 20px}
 	.box_type2 .box_left .img{overflow:hidden}
 	.box_type2 .box_right .img{overflow:hidden}
 
 	.box_type4 .box_left .txt{padding:0 20px}
 	.box_type4 .box_right .txt{padding:70px 20px}
 	.box_type4 .box_left .img{overflow:hidden}
 	.box_type4 .box_right .img{overflow:hidden}
 
 
 	.goodproduct_list ul li a{width:22.8%}
 
 	.product_detail .imgbox{width:100%;}
 	.product_detail .imgbox .img{width:100%;height:600px}
 	.product_detail .txtbox{width:100%;margin-top:20px}
 	.product_detail .txtbox h4{height:120px;}
 	.product_detail .txtbox .btnbox{top:60px}
 	.goodproduct_view .product_detail{width:70%;margin:0 auto;display:block}
 

 
 	.sub03060302_top .left_img{text-align:center; margin:0 auto 20px auto; padding:0; float:none;}
 	.table_type3{width:100%;}
 }
 
 

 @media screen and (max-width: 800px){
 	.process_4step dl {flex: 1 1 calc(50% - 20px);}

 
 }
 
 @media screen and (max-width: 400px){
 
 	.process_4step {flex-direction: column; gap: 20px;}
 	.process_4step dl {flex: 1; width: auto;}
 	.process_4step dl:after {right: 50%;top: 100%;transform: translate(50%, 0);border-top-color: #5068a7;border-left-color: transparent;}
 	.process_4step dl.process_bg:after {right: 50%;border-top-color: #5068a7;border-left-color: transparent;}
 
 
 }