@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
 */
:root{
 --main-color:#c30036;
}
/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: Poppins, OpenSans, 'Noto Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Segoe UI Emoji","Segoe UI Symbol", sans-serif;background:#e7e7e7;width:100%;overflow:hidden;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:Poppins, OpenSans, 'Noto Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Segoe UI Emoji","Segoe UI Symbol", sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:Poppins, OpenSans, 'Noto Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Segoe UI Emoji","Segoe UI Symbol", sans-serif;;font-size:1em;outline:none;}
input[type="submit"], input[type="text"], input[type="password"], input[type="tel"]{-webkit-appearance: none; -webkit-border-radius:0;-moz-appearance:none;appearance:none;}
input[type="submit"]{cursor:pointer}
button {cursor:pointer;-webkit-appearance: none; -webkit-border-radius:0;-moz-appearance:none;appearance:none;}
textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em;-webkit-appearance: none; -webkit-border-radius:0;-moz-appearance:none;appearance:none;}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;outline:none;}
*, :after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type=text],input[type=password], textarea {-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out;outline: none;}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {-webkit-box-shadow:  0 0 5px #9ed4ff;-moz-box-shadow:  0 0 5px #9ed4ff;box-shadow: 0 0 5px #9ed4ff;border: 1px solid #558ab7 !important;}
.placeholdersjs { color: #aaa !important; }

.clr:after{content:'';display:block;clear:both;}
.fl{float:left;}
.fr{float:right;}
.bl{display:block;}
.max100p{max-width:100%;display:block;margin:0 auto;}
.max100p2{max-width:100%;display:block;}

/* 레이아웃 크기 지정 */
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0;max-width:1200px;padding:0 10px;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#header{position:fixed;width:100%;z-index:10;background-color:#05141f;box-shadow:0 2px 2px rgba(6,0,1,0.1)}
#header .container{padding-top:33px;padding-bottom:33px;}
#header .h_logo{position:absolute;left:10px;top:24px;}
#header .h_menu{text-align:center;font-size:0;}
#header .h_menu ul{display:inline-block;}
#header .h_menu li{float:left;}
#header .h_menu li + li{margin-left:82px;}
#header .h_menu li a{display:block;height:28px;font-size:18px;color:#fff;font-weight:600;line-height:30px;}
#header .h_menu li:nth-child(1) a{width: 185px;}
#header .h_menu li:nth-child(2) a{width: 195px;}
#header .h_menu li:nth-child(3) a{width: 95px;}
#header .h_menu li a:hover, #header .h_menu li a.dep1_on{color:#c31d23;font-weight:700;}
#header .leng_choice{position:absolute;right:10px;top:42px;}
#header .leng_choice li{float:left;line-height:18px;}
#header .leng_choice li + li{margin-left:15px;padding-left:17px;border-left:1px solid #ccc}
#header .leng_choice li a{font-size:15px;color:#fff;border:1px solid #ffffff50;padding: 5px 10px;border-radius: 21px;}
#header .leng_choice li .allse{margin-top:-27px;}

.sub_menu_wrap{position:fixed;width:100%;top:94px;background-color:#fff;z-index:8;border-bottom:1px solid #e6e6e6;}
.sub_menu_wrap .list{display: flex;flex-wrap: nowrap;}
.sub_menu_wrap .list:after{content:'';display:block;clear:both;}
.sub_menu_wrap .list li{float:left;height:59px;border-right:1px solid #e6e6e6;text-align:center;}
.sub_menu_wrap .list .home{width:71px;border-left:1px solid #e6e6e6;}
.sub_menu_wrap .list .home a{display:block;font-size:0;line-height:0;height:100%;background:url(../img/icon_sub_menu_home.jpg) center center no-repeat;}
.sub_menu_wrap .list .dep1{height:59px;line-height:59px;width:220px;font-size:14px;color:#424242;}
.sub_menu_wrap .list .dep2{position:relative;font-size:14px;color:#424242;font-weight:500;}
.sub_menu_wrap .list .dep2 .tt{height:59px;padding-right:25px;background:#fff url(../img/icon_menu_arrow_g.png) 92% center no-repeat;cursor:pointer;display:flex;align-items:center;flex-direction:row;flex-flow:wrap;}
.sub_menu_wrap .list .dep2.long_type{color:#fff;}
.sub_menu_wrap .list .dep2.long_type .tt{background: #c30036 url(../img/icon_menu_arrow_w.png) 92% center no-repeat;}
.sub_menu_wrap .list .dep3{position:relative;font-size:14px;color:#fff;font-weight:500;}
.sub_menu_wrap .list .dep3 .tt{height:59px;padding-right:25px;background:#c30036 url(../img/icon_menu_arrow_w.png) 92% center no-repeat;cursor:pointer;display:flex;align-items:center;flex-direction:row;flex-flow:wrap;}
.sub_menu_wrap .list .list_type dl{position:absolute;top:59px;width:100%;left:0;background-color:#f5f5f5;border:1px solid #e6e6e6;box-shadow: 0px 6px 15px 3px #0e0e0e36;display:none;}
.sub_menu_wrap .list .list_type dd:first-child{padding-top: 10px;}
.sub_menu_wrap .list .list_type dd a{    display: flex;justify-content: center;align-items: center;height:46px; line-height:1.3;color:#424242;}
.sub_menu_wrap .list .list_type dd a:hover{background-color:#c30036;color:#fff;}
.sub_menu_wrap .list .list_type dd a .lh_1{display: block;line-height: 1.1;}
.sub_menu_wrap .list .list_type .tt .in{display:block;width:100%;text-align:center;padding:0 30px;}


/****** 중간 레이아웃 ******/
#wrapper{padding-top:94px;background-color:#fff;}
/* 공통 */
.container{position:relative;max-width:1560px;padding-left:10px;padding-right:10px;margin:0 auto;}
.container:after{content:'';display:block;clear:both;}
.section{position:relative;padding-top:120px;padding-bottom:120px;}
.color_r{color:#c20037}

/* main */
.main_visual{position:relative;width: 100%;background: #860019 url('../img/main_visual.png') no-repeat center top; background-size: cover;}
.main_visual .visual_slider_wrap{margin: 0 auto;width: 1540px; height: 794px;}
.main_visual .con_box{position:relative;overflow:hidden;}
.main_visual .txt_box{position:relative;max-width:1320px;margin:0 auto;}
.main_visual .txt_box img{display:block;}


.main_visual .txt_box .ab_wrap{position:absolute;width:100%;max-width:1320px;z-index:2;top:150px;}
	.main_visual .txt_box .ab_wrap .box{width: 700px;height: 390px;padding: 50px;color: #fff;background: #29282661;background: #77292950;background:#00000030;}
	.main_visual .txt_box .ab_wrap .box:after{content:'';display:block;clear:both;}
	.main_visual .txt_box .txt1{position:absolute;top:70px;opacity:0;}
	.main_visual .txt_box .txt2{position:absolute;top:60px;left: 170px;font-size: 30px;opacity:0;}
	.main_visual .txt_box .txt3{position:absolute;top:108px;opacity:0;}
	.main_visual .txt_box .txt4{position:absolute;top:160px;width: 600px;font-size: 18px;font-weight: 200;line-height: 1.5;opacity:0}
	.main_visual .txt_box.action .txt1{top:70px;opacity:1;transition:opacity 1s ease-out;}
	.main_visual .txt_box.action .txt2{top:80px;opacity:1;transition:all 0.6s ease 0.3s;}
	.main_visual .txt_box.action .txt3{top:128px;opacity:1;transition:all 0.6s ease 0.6s;}
	.main_visual .txt_box.action .txt4{top: 200px;opacity:1;transition:all 0.6s ease 0.9s;}


.main_visual .mv_pager{position:absolute;width:100%;bottom:25px;text-align:center;z-index:3;}
.main_visual .mv_pager .swiper-pagination-bullet{width:5px;height:5px;border-radius:0;background-color:#464646;opacity:1;}
.main_visual .mv_pager .swiper-pagination-bullet-active{width:52px;}

.main_section1{border-top:1px solid #eaeaea;padding-left:1.79%;/* padding-left:5.79%;padding-right:5.79%; */}

.main_section2{border-top:1px solid #eaeaea;}

.main_section3{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding-left:4.61%;padding-right:4.61%;}
.movie_pop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);z-index:99;display:none;}
.movie_pop .movie_wrap{max-width:1160px;padding:0 60px;margin:0 auto;height:100%;display:flex;align-items:center;flex-direction:row;flex-flow:wrap;}
.movie_pop .movie_wrap .inner{position:relative;width:100%;padding-bottom:56%;}
.movie_pop .movie_wrap .inner .close{position:absolute;top:0;right:-60px;background:none;border:none;}
.movie_pop .movie_wrap .inner iframe{position:absolute;width:100%;height:100%;}

.main_section4 .ms4_top{padding-top:60px;padding-bottom:65px;max-width:1300px;margin:0 auto;}
.main_section4 .container{padding-left: 4.61%;padding-right: 4.61%;}

.main_section4{margin: 120px 0;background:url(../img/main_section4_bg2.jpg) center 0 no-repeat;}
.main_section4:after{content:'';display:block;clear:both;}
.main_section4 .inner{padding: 120px 0 0;border-top: 1px solid #eaeaea;}
.main_section4 .inner:after{content:'';display:block;clear:both;}

.main_section4 .text_box{margin: 0 auto;width: 86%;}
.main_section4 .text_box .tt{font-size:23px;color:var(--main-color);font-weight:600;transition:all 0.3s ease}
.main_section4 .text_box .txt{font-size: 36px;	font-weight: 600; color: #000;	margin-top: 10px;	line-height:1.5;}
.main_section4 .content{margin-top: 80px;}
.main_section4 .content{margin: 80px auto 0;width: 86%; display: flex;justify-content: space-between;align-items: stretch;gap: 30px;}
.main_section4 .conbox{flex:1}
.main_section4 .title{font-size:32px;color:#5d5d5d;margin-bottom:20px;}
.main_section4 .bbs-latest{padding: 50px; border-radius:5px;background: #ebebeb;}
.main_section4 .company {border:1px solid var(--main-color);padding: 50px; border-radius:5px; background:var(--main-color);}
.main_section4 .company .txt_box .tt{font-size:32px;color:#fff;letter-spacing:0;}
.main_section4 .company .txt_box .tel{margin:30px 0 0 100px;display: flex;align-items: center;font-size:30px;color:#fff;line-height:20px;letter-spacing:0;cursor:text;font-weight:normal;}
.main_section4 .company .txt_box .tel + .tel{margin:30px 0 0 100px;}
.main_section4 .company .txt_box .tel span{padding-right:20px;}
.main_section4 .company .btn{margin: 40px auto 0;display:block;width:80%;height:59px;line-height:55px;border:2px solid #fff;border-radius:3px;text-align:center;font-size:18px;color:#fff;font-weight:800;}
.main_section4 .company .btn:hover{background: #fff; color:var(--main-color);}


.main_section5{padding-left: 4.61%;padding-right: 4.61%;}
.main_section5 .container{max-width:1240px;padding:0;}
.main_section5 .list li.bg1{background:url(../img/ms5_bg_img1.jpg) center center no-repeat;background-size:cover;}
.main_section5 .list li.bg2{background:url(../img/ms5_bg_img2.jpg) center center no-repeat;background-size:cover;}
.main_section5 .list li.bg3{background:url(../img/ms5_bg_img3.jpg) center center no-repeat;background-size:cover;}
.main_section5 .list li.bg a{display:block;height:100%;display:flex;align-items:center;flex-direction:row;flex-flow:wrap;background:rgba(0,0,0,0.5);transition:all 0.3s ease;}
.main_section5 .list li.bg a:hover{background:none;transition:all 0.3s ease;}
.main_section5 .list li.bg .text{display:block;width:100%;text-align:center;}
.main_section5 .list li.bg .text .in{font-size:28px;color:#fff;font-weight:500;display:inline-block;line-height:1;padding-bottom:12px;border-bottom:2px solid #fff;}
.main_section5 .list li.exp{display:flex;align-items:center;flex-direction:row;flex-flow:wrap;}
.main_section5 .list li.exp .tt{font-size:52px;color:#303030;font-weight:400;line-height:1;}
.main_section5 .list li.exp .txt{font-size:15px;color:#4e4e4e;font-weight:300;line-height:24px;margin-top:30px;}


/* sub */
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

.sub_wrap{padding-top:60px;padding-bottom:160px;}
.sub_wrap .container{max-width:1200px;padding-top:87px;}
.sub_title{font-size:42px;color:#464646;font-weight:500;letter-spacing:-1px; line-height:1;text-align:center;padding-bottom:90px;}
.gray_box{background-color:#f5f5f5;padding:85px 40px 80px;}
.gray_box .text{font-size:22px;color:#464646;line-height:33px;text-align:center;}
.gray_box .s_tt{font-size:22px;color:#464646;line-height:1;margin-top:65px;margin-bottom:20px;}
.gray_box .text2{font-size:17px;color:#464646;line-height:26px;text-align:left; margin-top:40px}
.gray_box .text3{font-size:13px;color:#7c7c7c;line-height:18px;text-align:left; margin-top:30px}
.gray_box img{border:1px solid #ddd;}

.sub1_1_bg_wrap{max-width: 1180px;margin:0 auto;padding:310px 20px 87px;background:url(../img/greeting_img_head.png?1) center center no-repeat;background-size:cover;text-align:center;}
.sub1_1_bg_wrap .txt{font-size:32px;color:#fff;font-weight:700;line-height:1.5;}
.sub1_1_bg_wrap .b_txt{font-size:28px;color:#fff;font-weight:600;line-height:45px;}
.sub1_1_wrap{padding-left:90px;padding-right:90px;}
.sub1_1_wrap .text{font-size:16px;color:#464646;line-height:1.75;}
.sub1_1_wrap .ceo{margin-top:100px;font-size:18px;color:#000;line-height:24px;text-align:right;}

.sub1_2_1_wrap .text_box{margin-top:20px;border-top:3px solid #c30036;border-bottom:3px solid #c30036;}
.sub1_2_1_wrap .text_box .subs{font-size:15px;color:#c30036;font-weight:500;}
.sub1_2_1_wrap .text_box .tt{font-size:34px;line-height:45px;color:#c30036;position:relative;font-weight:500}
.sub1_2_1_wrap .text_box .tt span{position:relative;z-index:2;background-color:#fff;padding-right:20px;}
.sub1_2_1_wrap .text_box .tt:before{content:'';position:absolute;width:100%;height:1px;background-color:#333;top:50%;left:0;}
.sub1_2_1_wrap .text_box .txt{font-size:15px;color:#7c7c7c;line-height:1.75;margin-top:30px;}

.sub1_2_1_bg_wrap{max-width: 1180px;margin:135px auto 0;padding:70px 20px;background:url(../img/sub1_2_1_bg.png) center center no-repeat;background-size:cover;text-align:center;padding-top:225px;padding-bottom:150px}
.sub1_2_1_bg_wrap .text{font-size:54px;color:#fff;line-height:72px;font-weight:300;margin-top:35px;}


.sub1_2_2_wrap .img_box{text-align:center;}
.sub1_2_2_wrap .img_box img{max-width:100%;}

.sub1_2_3_wrap .text_box{margin-top:140px;}
.sub1_2_3_wrap .text_box .num_box:after{content:'';display:block;clear:both;}
.sub1_2_3_wrap .text_box .num_box li{float:left;padding-right:35px;font-size:18px;color:#464646;line-height:1;}
.sub1_2_3_wrap .text_box .num_box li + li{padding:0;padding-left:35px;border-left:1px solid #ccc;}
.sub1_2_3_wrap .text_box .num_box li .tt{font-weight:600;display:inline-block;margin-right:15px;}
.sub1_2_3_wrap .text_box .num_box li .num{font-weight:300;}
.sub1_2_3_wrap .extension{margin-top:35px;}
.sub1_2_3_wrap .extension .s_tt{font-size:18px;color:#464646;font-weight:600;line-height:1;margin-bottom:12px;}
.sub1_2_3_wrap .extension ul{border-top:3px solid #dcdcdc;}
.sub1_2_3_wrap .extension li .color_r{color:#c30036}

.sub1_2_4_wrap .list{margin-top:-1.694%;margin-bottom:-1.694%}
.sub1_2_4_wrap .list:after{content:'';display:block;clear:both;}
.sub1_2_4_wrap .list li{float:left;border:1px solid #ddd;margin-top:1.694%;margin-bottom:1.694%;}
.sub1_2_4_wrap .list li img{width:99%;}

.sub1_2_5_wrap .map_list ul{margin-left:1px;}
.sub1_2_5_wrap .map_list li{float:left;border:1px solid #ddd;margin-top:-1px;margin-left:-1px;height:56px;line-height:54px;}
.sub1_2_5_wrap .map_wrap{margin-top:60px;height:653px;position:relative;}
.sub1_2_5_wrap .map_wrap .map_inner{position:absolute;width:100%;top:0;opacity:0;z-index:1;}
.sub1_2_5_wrap .map_wrap .map_inner.on{opacity:1;z-index:2;}
.sub1_2_5_wrap .map_wrap .map{margin-top:60px}
.sub1_2_5_wrap .map_wrap .map iframe{width:100%;height:535px;display:block;}
.sub1_2_5_wrap .map_wrap .map_inner .s_tt{font-size:20px;color:#464646;font-weight:600;line-height:1;margin-bottom:20px;}
.sub1_2_5_wrap .map_wrap .map_inner ul:after{content:'';display:block;clear:both;}
.sub1_2_5_wrap .map_wrap .map_inner li{float:left; padding-right:3.55%;margin:10px 0; font-size:18px;color:#464646;line-height:1;}
.sub1_2_5_wrap .map_wrap .map_inner li + li{padding-left:3.55%;border-left:1px solid #ccc;}
.sub1_2_5_wrap .map_wrap .map_inner li .tt{font-weight:600;display:inline-block;margin-right:10px;}
.sub1_2_5_wrap .map_wrap .map_inner li .num, .sub1_2_5_wrap .map_wrap .map_inner li .add{color:#464646;font-weight:300;}

.sub1_2_6_wrap .s_title{font-size:28px;color:#464646;font-weight:300;line-height:1;padding-bottom:16px;border-bottom:2px solid #ddd;}
.sub1_2_6_wrap .list:after{content:'';display:block;clear:both;}
.sub1_2_6_wrap .list li img{border:1px solid #ddd;}
.sub1_2_6_wrap .section2{margin-top:100px;}
.sub1_2_6_wrap .tt{font-size:18px;color:#777;line-height:1;font-weight:bold;margin-top:20px;}
.sub1_2_6_wrap .txt{font-size:18px;color:#777;margin-top:10px;font-weight:300;}

.sub1_2_6_wrap .btn_box{margin-top:120px;text-align:center;font-size:0;line-height:0;}
.sub1_2_6_wrap .btn_box a{display:inline-block;width:38.559%;height:64px;line-height:62px;font-size:18px;color:#fff;font-weight:500;}
.sub1_2_6_wrap .btn_box .btn_r{background-color:#c30036;border:1px solid #a6002e;}
.sub1_2_6_wrap .btn_box a .icon{vertical-align:middle;margin-top:-4px;margin-right:10px;}


.sub1_2_7_wrap .sub2_1_7_table{width: 90%; border-collapse: collapse; font-family: Poppins, OpenSans, 'Noto Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Segoe UI Emoji","Segoe UI Symbol", sans-serif;; border:1px solid #ddd; margin:20px auto 0 auto;}
.sub1_2_7_wrap .sub2_1_7_table th{border: 1px solid #ddd; font-size: 15px; line-height: 16px; padding:18px; color: #464646; background: #f3f3f3;}
.sub1_2_7_wrap .sub2_1_7_table td{border: 1px solid #ddd; font-size: 15px; line-height: 24px; padding:18px; color: #7c7c7c; }

.sub1_2_7_wrap .tab_list{margin-bottom:80px;}
.sub1_2_7_wrap .tab_list ul{max-width:393px;margin:0 auto; }
.sub1_2_7_wrap .tab_list ul:after{content:'';display:block;clear:both;}
.sub1_2_7_wrap .tab_list ul li{float:left;width:50%;display: flex;align-items: center;justify-content: center;border:1px solid #ddd;border-right:0;height:58px;line-height:56px;text-align:center;font-size:16px;color:#464646;cursor:pointer;}
.sub1_2_7_wrap .tab_list ul li + li{border-right:1px solid #ddd;}
.sub1_2_7_wrap .tab_list ul li.on{background-color:#c30036;color:#fff;font-weight:500;}
.sub1_2_7_wrap .tab_wrap .tab_inner{display:none;}
.sub1_2_7_wrap .tab_wrap .tab_inner.tab_on{display:block;}

.contents_r{margin-top:115px;}
.contents_r .b_title{font-size:30px;color:#444;font-weight:normal;padding-bottom:15px;border-bottom:2px solid #ddd; }
.contents_r .num_list:after{content:'';display:block;clear:both;}
.contents_r .num_list li{float:left;margin-top:50px;}
.contents_r .num_list .tt{font-size:22px;color:#464646;font-weight:bold;line-height:30px;}
.contents_r .num_list .tt2{font-size:22px;color:#464646;font-weight:bold;line-height:30px;margin-top:40px; text-align:center;}
.contents_r .num_list .color_r{padding-right:6px;}
.contents_r .num_list .txt{font-size:15px;color:#464646;line-height:19px;margin-top:10px;font-weight:300;}
.contents_r .num_list .txt2{font-size:14px;color:#464646;line-height:26px;margin-top:5px;font-weight:300;}
.contents_r .gray_line{border:1px solid #ddd;}
.contents_r .mt50{margin-top:50px;}
.contents_r .mt30{margin-top:30px;}

.sub2_1_all .btn_box{margin-top:120px;text-align:center;font-size:0;line-height:0;}
.sub2_1_all .btn_box a{display:inline-block;width:38.559%;height:64px;line-height:62px;font-size:18px;color:#fff;font-weight:500;}
.sub2_1_all .btn_box .btn_g{background-color:#464646;border:1px solid #363636}
.sub2_1_all .btn_box .btn_r{background-color:#c30036;border:1px solid #a6002e;margin-left:19px;}
.sub2_1_all .btn_box a .icon{vertical-align:middle;margin-top:-4px;margin-right:10px;}

.sub2_1_1_wrap{}
.sub2_1_1_wrap .graph{margin-top:15px;border:1px solid #ddd;}
.sub2_1_1_wrap .graph .con{float:left;width:50%;text-align:center;padding:40px 0;}
.sub2_1_1_wrap .graph .con .s_tt{font-size:18px;color:#464646;font-weight:bold;line-height:1;margin-bottom:15px;}
.sub2_1_1_wrap .graph2{margin-top:50px;border:1px solid #ddd;}
.sub2_1_1_wrap .graph2 .con{float:left;width:50%;text-align:center;padding:40px 0;}
.sub2_1_1_wrap .graph2 .con .s_tt{font-size:18px;color:#464646;font-weight:bold;line-height:1;margin-bottom:15px;}
.sub2_1_1_wrap .cen_txt{text-align:center;margin-top:20px;font-size:22px;color:#464646;font-weight:bold;}

.sub2_1_2_wrap .img_box img{margin-top:60px;}

.sub2_1_5_wrap .gray_box .text{margin-bottom:60px;}
.sub2_1_5_wrap .contents_r .num_list .tt{position:relative;padding-left:30px;}
.sub2_1_5_wrap .contents_r .num_list .lh30{line-height:30px;}
.sub2_1_5_wrap .contents_r .num_list .tt .color_r{position:absolute;left:0;top:0;}
.sub2_1_5_wrap .line_img_box{border:1px  solid #ddd;text-align:center;padding:40px 4.491%;margin-top:50px;}
.sub2_1_5_wrap .line_img_box:after{content:'';display:block;clear:both;}
.sub2_1_5_wrap .line_img_box .txt{font-size:18px;color:#464646;font-weight:bold;line-height:1;margin-top:22px;}
.sub2_1_5_wrap .img_box{margin-top:55px;}
.sub2_1_5_wrap .cen_txt{text-align:center;margin-top:50px;font-size:22px;color:#464646;font-weight:bold;}

.sub2_1_8_wrap .cen_txt{text-align:center;margin-top:50px;font-size:22px;color:#464646;font-weight:bold;}
.sub2_1_8_wrap .left_txt li p{padding-left:40px; }

/* .sub2_product{min-height:1100px;} */
.sub2_product .info{background-color:#f5f5f5;padding:6.44%;}
.sub2_product .info .tt{font-size:30px;color:#c30036;font-weight:500;letter-spacing:-0.05em;padding-bottom:20px;border-bottom:2px solid #ddd;}
.sub2_product .info .txt_box{margin-top:23px;}
.sub2_product .info .txt_box .txt{font-size:16px;color:#464646;margin-top:12px;position:relative;padding-left:10px;}
.sub2_product .info .txt_box .txt:before{content:'-';position:absolute;top:0;left:0;}
.sub2_product .info .txt_box .txt .g_txt{color:#8a8a8a;}
.sub2_product .info .l_txt{font-size:16px;color:#464646;line-height:36px;}

.sub2_product .tab_list{margin-top:80px;}
.sub2_product .tab_list ul{max-width:393px;margin:0 auto;}
.sub2_3_7_wrap .tab_list ul {max-width:542px;}
.sub2_product .tab_list ul:after{content:'';display:block;clear:both;}
.sub2_product .tab_list ul li{float:left;width:50%;display: flex;align-items: center;justify-content: center;border:1px solid #ddd;border-right:0;height:58px;line-height:1.3;text-align:center;font-size:16px;color:#464646;cursor:pointer;}
.sub2_product .tab_list ul li + li{border-right:1px solid #ddd;}
.sub2_product .tab_list ul li.on{background-color:#c30036;color:#fff;font-weight:500;}

.sub2_2_1_wrap  .tab_list ul {max-width: 800px;}

.sub2_product .tab_wrap .tab_inner{display:none;}
.sub2_product .tab_wrap .tab_inner.tab_on{display:block;}
.sub2_product .tab_wrap .con_box{margin-top:70px;}
.sub2_product .tab_wrap .con_box + .con_box{margin-top:80px;}
.sub2_product .tab_wrap .con_box .title{font-size:28px;color:#464646;font-weight:500;line-height:1;padding-bottom:16px;border-bottom:2px solid #ddd;}
.sub2_product .tab_wrap .con_box .con_list li{width:100%;}
.sub2_product .tab_wrap .con_box img{width: 100%;border:1px solid #eee;border-bottom:0;cursor:pointer;}
.sub2_product .tab_wrap .con_box .down_box{border-left:1px solid #eee;border-right:1px solid #eee;width:100%; padding:20px;}
.sub2_product .tab_wrap .con_box .down_box dl:after{content:'';display:block;clear:both; }
.sub2_product .tab_wrap .con_box .down_box dd{width:100%;text-align:left;}
.sub2_product .tab_wrap .con_box .down_box dd + dd{width:100%;}
.sub2_product .tab_wrap .con_box .down_box dd a{display:block;padding:10px 0 10px 0; font-size:14px;line-height:1;color:#727272;font-weight:500;}
.sub2_product .tab_wrap .con_box .down_box dd a .down{display:inline-block;width:16px;height:14px;background:url(../img/icon_down_red.png) 0 0 no-repeat;margin-right:6px;color:#464646;}
.sub2_product .tab_wrap .con_box .text_box{display:block;background-color:#eee;padding:28px 100px 28px 30px;;position:relative;letter-spacing:-1px;}
.sub2_product .tab_wrap .con_box .text_box .num{font-size:15px;color:#777;font-weight:300;line-height:1;margin-bottom:8px;}
.sub2_product .tab_wrap .con_box .text_box .name{font-size:20px;line-height:1.5;}
.sub2_product .tab_wrap .con_box .text_box.type2 .name{min-height:51px;display:flex;align-items:center;flex-direction:row;flex-flow:wrap;}
.sub2_product .tab_wrap .con_box .text_box .arrow{width:40px;height:40px;background:url(../img/product_arrow_g.png) 0 0 no-repeat;background-size:cover;position:absolute;top:50%;margin-top:-20px;right:30px;}
.sub2_product .tab_wrap .con_box .con_list li:hover .text_box{background-color:#c30036;color:#fff;}
.sub2_product .tab_wrap .con_box .con_list li:hover .text_box .num{color:#fff;}
.sub2_product .tab_wrap .con_box .con_list li:hover .text_box:before, .sub2_product .tab_wrap .con_box .con_list li:hover .text_box:after{background-color:#fff;}
.sub2_product .tab_wrap .con_box .con_list li:hover .text_box .arrow{background:url(../img/product_arrow_w.png) 0 0 no-repeat;background-size:cover;}

.sub_all_list{margin-bottom: 100px ;}
.sub_all_list .b_title{font-size:30px;color:#444;font-weight:normal;padding-bottom:15px;border-bottom:2px solid #ddd; }
.sub_all_list .tab_wrap .con_box{}
.sub_all_list .tab_wrap .con_box + .con_box{margin-top:80px;}
.sub_all_list .tab_wrap .con_box .title{font-size:28px;color:#464646;font-weight:500;line-height:1;padding-bottom:16px;border-bottom:2px solid #ddd;}
/* .sub_all_list .tab_wrap .con_box .con_list li{float:left;width:32.2035%;margin-left:1.694%;margin-top:40px;} */
.sub_all_list .tab_wrap .con_box img{border:1px solid #eee;border-bottom:0;cursor:pointer;}
.sub_all_list .tab_wrap .con_box .down_box{border-left:1px solid #eee;border-right:1px solid #eee;width:100%; padding:20px;}
.sub_all_list .tab_wrap .con_box .down_box dl:after{content:'';display:block;clear:both; }
.sub_all_list .tab_wrap .con_box .down_box dd{width:100%;text-align:left;}
.sub_all_list .tab_wrap .con_box .down_box dd + dd{width:100%;}
.sub_all_list .tab_wrap .con_box .down_box dd a{display:block;padding:10px 20px; font-size:15px;line-height:1;color:#727272;font-weight:500;}
.sub_all_list .tab_wrap .con_box .down_box dd a .down{display:inline-block;width:16px;height:14px;background:url(../img/icon_down_red.png) 0 0 no-repeat;margin-right:6px;color:#464646;}
.sub_all_list .tab_wrap .con_box .text_box{display:block;background-color:#eee;padding:28px 100px 28px 30px;;position:relative;letter-spacing:-1px;}
.sub_all_list .tab_wrap .con_box .text_box .num{font-size:15px;color:#777;font-weight:300;line-height:1;margin-bottom:8px;}
.sub_all_list .tab_wrap .con_box .text_box .name{font-size:20px;line-height:1.5;}
.sub_all_list .tab_wrap .con_box .text_box.type2 .name{min-height:51px;display:flex;align-items:center;flex-direction:row;flex-flow:wrap;}
.sub_all_list .tab_wrap .con_box .text_box .arrow{width:40px;height:40px;background:url(../img/product_arrow_g.png) 0 0 no-repeat;background-size:cover;position:absolute;top:50%;margin-top:-20px;right:30px;}
.sub_all_list .tab_wrap .con_box .con_list li:hover .text_box{background-color:#c30036;color:#fff;}
.sub_all_list .tab_wrap .con_box .con_list li:hover .text_box .num{color:#fff;}
.sub_all_list .tab_wrap .con_box .con_list li:hover .text_box:before, .sub_all_list .tab_wrap .con_box .con_list li:hover .text_box:after{background-color:#fff;}
.sub_all_list .tab_wrap .con_box .con_list li:hover .text_box .arrow{background:url(../img/product_arrow_w.png) 0 0 no-repeat;background-size:cover;}


.sub_pop_cover{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99;background-color: rgba(0,0,0,0.42);display:none;}
.sub_pop_wrap{position:absolute;background-color:#fff;z-index:100;top:200px;display:none;}
.sub_pop_wrap .pop_close{position:absolute;top:0;right:-60px;width:40px;height:40px;background:none;border:none;background:url(../img/btn_pop_close.png) no-repeat;}
.sub_pop_wrap .inner{padding:70px 60px;}
.sub_pop_wrap .inner .prod_num{text-align:center;font-size:18px;color:#646464;font-weight:300;}
.sub_pop_wrap .inner .pd_title{font-size:27px;color:#646464;font-weight:300;padding-bottom:12px;border-bottom:3px solid #c30036;text-align:center;margin-bottom:45px;font-weight:500;}
.sub_pop_wrap .inner .content:after{content:'';display:block;clear:both;}
.sub_pop_wrap .inner .content .left{float:left;width:45.2835%;}
.sub_pop_wrap .inner .content .left .top_img{border:2px solid #c9c9c9;}
.sub_pop_wrap .inner .content .left .s_tt{font-size:16px;color:#636363;font-weight:500;margin-top:40px;margin-bottom:20px;}
.sub_pop_wrap .inner .content .left .img_box{background-color:#f8f8f8;}
.sub_pop_wrap .inner .content .left .bt_img{}
.sub_pop_wrap .inner .content .right{float:right;width:50%;}
.sub_pop_wrap .inner .content .right table{border-collapse:collapse;width:100%;border-top:1px solid #dfdfdf;}
.sub_pop_wrap .inner .content .right th{width:143px;padding:15px 5px 17px 15px;background-color:#f9f9f9;font-size:14px;line-height:24px;color:#636363;font-weight:500;border-bottom:1px solid #dfdfdf;text-align:left;vertical-align:top;}
.sub_pop_wrap .inner .content .right td{font-size:15px;color:#636363;font-weight:300;line-height:24px;padding:15px 20px;border-bottom:1px solid #dfdfdf;vertical-align:middle;;word-break:keep-all;}
.sub_pop_wrap .inner .content .right td .mark_wrap{float:left;text-align:center;padding:5px 15px;}
.sub_pop_wrap .inner .content .right td .tt{font-size:14px;color:#636363;font-weight:300;}
.sub_pop_wrap .inner .content .right td .point{position:relative;padding-left:10px;}
.sub_pop_wrap .inner .content .right td .point:before{content: '';position: absolute;width: 3px;height: 3px;background-color: #c31d23;border-radius: 50%;top: 9px;left: 0;}
.sub_pop_wrap .inner .content .right .thstyle_col {background:#efefef; text-align:center; font-weight:bold;}

.sub2_2_6_wrap.sub2_product .tab_wrap .con_box, .sub2_3_2_wrap.sub2_product .tab_wrap .con_box, .sub2_3_4_wrap.sub2_product .tab_wrap .con_box, .sub2_3_6_wrap.sub2_product .tab_wrap .con_box, .sub2_3_7_wrap.sub2_product .tab_wrap .con_box, .sub2_3_7_wrap.sub2_product .tab_list{margin-top:0;}
.sub2_2_6_wrap.sub2_product .tab_wrap .con_box ul, .sub2_3_2_wrap.sub2_product .tab_wrap .con_box ul, .sub2_3_6_wrap.sub2_product .tab_wrap .con_box ul{margin-top:-40px;}
.sub2_3_4_wrap.sub2_product .tab_wrap .con_box + .con_box, .sub2_3_7_wrap.sub2_product .tab_wrap .con_box + .con_box{margin-top:70px;}

.sub2_2_2_wrap, .sub2_2_3_wrap{min-height:1400px;}
.sub2_3_2_wrap{min-height:800px}

.sub2_3_1_wrap .info ul{}
.sub2_3_1_wrap .info ul li{padding-right: 15px;}
.sub2_3_1_wrap .info ul li + li{padding-left: 15px;padding-right:0;}
.sub2_3_1_wrap .info .text_box{margin-top:0;}
.sub2_3_1_wrap .tab_wrap .con_box .con_list li{margin-top:0;}
.sub2_3_1_wrap .tab_list ul {max-width:650px;}
.sub2_3_1_wrap .tab_list ul li{width:55%;}
.sub2_3_1_wrap .tab_list ul li + li{width:45%;}
.sub2_3_5_wrap.sub2_product .tab_wrap .con_box{margin-top:30px}
.sub2_3_5_wrap.sub2_product .tab_list{max-width:960px;margin:0 auto;}
.sub2_3_5_wrap.sub2_product .tab_list ul{max-width:100%;}
.sub2_3_5_wrap.sub2_product .tab_list ul li + li{border-right:0;}
.sub2_3_5_wrap.sub2_product .tab_list ul li:last-child{border-right:1px solid #ddd;}

.sub2_3_5_wrap .g_btn_wrap{padding:70px 20px;text-align:center;background-color:#f9f8f8;margin-top:80px;}
.sub2_3_5_wrap .g_btn_wrap .tt{font-size:28px;color:#464646;font-weight:500;line-height:1.2;margin-bottom:25px;}
.sub2_3_5_wrap .g_btn_wrap ul:after{content:'';display:block;clear:both;}
.sub2_3_5_wrap .g_btn_wrap li{float:left;width:48%;margin:12px 1%;}
/* .sub2_3_5_wrap .g_btn_wrap li{float:left;width:24%;margin-left:1.333%;}
.sub2_3_5_wrap .g_btn_wrap li:first-child{margin-left:0;} */
.sub2_3_5_wrap .g_btn_wrap .btn_r{display:block;height:64px;line-height:62px;border:1px solid #a6002e;background-color:#c30036;font-size:18px;color:#fff;font-weight:500;letter-spacing:-1px;}
.sub2_3_5_wrap .g_btn_wrap .btn_r .icon{display:inline-block;width:19px;height:17px;background:url(../img/sub2_3_5_icon_down.jpg) 0 0 no-repeat;margin-right:15px;}

.pc347{width:347px;}

.sub3_2_wrap .map_wrap iframe{width:100%;height:535px;}
.sub3_2_wrap .info{margin-top:50px;}
.sub3_2_wrap .info .s_tt{font-size:20px;color:#464646;font-weight:600;line-height:1;margin-bottom:20px;}
.sub3_2_wrap .info ul{margin-top:20px;}
.sub3_2_wrap .info ul:after{content:'';display:block;clear:both;}
.sub3_2_wrap .info li{float:left; padding-right:3.55%;font-size:18px;color:#464646;line-height:1;}
.sub3_2_wrap .info li + li{padding-left:3.55%;border-left:1px solid #ccc}
.sub3_2_wrap .info li .tt{font-weight:600;display:inline-block;margin-right:10px;}
.sub3_2_wrap .info li .num, .sub3_2_wrap .info li .add{color:#464646;font-weight:300;}

.sub3_4_1_wrap .s_txt{font-size:20px;color:#777;font-weight:bold;text-align:center;line-height:30px;}
.sub3_4_1_wrap .con_box{position:relative;margin-top:90px;}
.sub3_4_1_wrap .con_box .ab_img{position:absolute;top:0;width:46.271%;left:26.864%;}
.sub3_4_1_wrap .con_box .tt{font-size:28px;line-height:40px;padding:11px 0;letter-spacing:-1px;}
.sub3_4_1_wrap .con_box .txt{font-size:16px;color:#7c7c7c;line-height:24px;margin-top:17px;}
.sub3_4_1_wrap .con_box .top_box .con1 .tt{color:#bf0035;border-bottom:1px solid #bf0035;}
.sub3_4_1_wrap .con_box .top_box .con2 .tt{color:#e32b2b;border-bottom:1px solid #e32b2b;}
.sub3_4_1_wrap .con_box .bottom_box .con1 .tt{color:#ffa800;border-bottom:1px solid #ffa800;}
.sub3_4_1_wrap .con_box .bottom_box .con2 .tt{color:#fb6930;border-bottom:1px solid #fb6930;}

.sub2_product .tab_wrap .con_box img.icon.down_book {width: unset;border: none;}


.sub2_product .tab_wrap .about_asd_2025 .con_desc1 .b_title{text-align: center;font-size: 30px;color: #444;font-weight: normal;padding-bottom: 15px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc1 picture{margin: 30px auto 0;display: block;width: 80%;padding: 50px 0;background: #fff;border: 1px solid #f2f1f1;text-align: center;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc1 img{width: 50%;border:none;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc2 .box_graph{margin: 30px auto 0;display: block;width: 100%;padding: 30px;background: #fff;border: 1px solid #eee;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc2 img{border:none;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc3 .field_list {margin: 30px;display: flex;gap: 30px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc3 .field_list li{display: flex;flex-direction: column;align-items: center;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc3 .field_list img{width: 80%;border-radius: 50%;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc3 .field_list p{margin-top: 12px;text-align: center;font-size: 20px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc4 .con_dep2box{margin-top: 30px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc4 .s_title{margin-bottom: 30px;font-size: 25px;color:#a7765f;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc4 .list {margin: 60px 30px 110px;display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 26px;row-gap: 25px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc4 .list li{padding: 55px 15px;background: #fff;border: 1px solid #D8D8D8;border-radius: 5px;font-size: 20px;font-weight: 700;text-align: center;word-break:keep-all;}

.sub2_product .tab_wrap .about_asd_2025 .list_won {margin-top: 10px;}
.sub2_product .tab_wrap .about_asd_2025 .list_won li{position:relative;padding-left:13px;    font-size: 15px;    font-weight: 300;color: #464646;line-height: 19px;}
.sub2_product .tab_wrap .about_asd_2025 .list_won li:before{content:'-';display:block;clear:both;position:absolute;top:0; left:0; width:4px; height:4px;}
/* .sub2_product .tab_wrap .about_asd_2025 .list_won li:before{content:'';display:block;clear:both;position:absolute;top:0.55em; left:0; width:4px; height:4px; background:#000; border-radius:50%;} */
.sub2_product .tab_wrap .about_asd_2025 .list_won li + li{margin-top:10px;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list_wonnum{margin: 50px 0 ;display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list_wonnum > li{position:relative; counter-increment: number; padding-left:54px;font-size: 22px;color: #464646;font-weight: bold;line-height: 30px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list_wonnum > li:before{content:counter(number);display:block;clear:both;position:absolute;top:-2px; left:0; font-size:18px; color:#fff; font-weight:700; text-align:center; width:36px; height:36px; line-height: 36px; background:#c20037; border-radius:50%;}


.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list{margin-top: 20px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .colbox {margin-bottom: 50px;float:left; width: 50%; padding: 0 25px 0 0;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .colbox + .colbox{padding: 0 0 0  25px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .s_title{background: #9f8c83;width: 100%;color: #fff;display: block;clear: both;padding: 10px 0;text-align: center;font-size: 20px;border-radius: 50px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .colbox .con{width: 80%;margin: 30px auto;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .colbox .img_wrap{display: block;width: 100%;padding: 50px 0;background: #fff;border: 1px solid #f2f1f1;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .colbox img{padding: 15px;border:none;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .rowbox {margin-top: 80px;width: 100%;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .rowbox .con{width: 90%;margin: 30px auto;display: flex;justify-content: flex-start;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .rowbox .list_won{padding-left: 20px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .rowbox picture{width: 20%;border: 1px solid #eee;padding: 20px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc5 .list .rowbox img{border:none;}

.sub2_product .tab_wrap .about_asd_2025 .contents_r .num_list.col2 .txtbox{padding-left: 50px;}
.sub2_product .tab_wrap .about_asd_2025 .contents_r .num_list.col2 .tt  {background: #9f8c83;width: 100%;color: #fff;display: block;clear: both;padding: 10px 0;text-align: center;font-size: 20px;border-radius: 50px;}
.sub2_product .tab_wrap .about_asd_2025 .contents_r .num_list.col2 img{padding: 30px;border: 1px solid #eee;}
.sub2_product .tab_wrap .about_asd_2025 .contents_r .num_list.col2 .li_3 img{width: 50%;border: none;text-align: center;margin: 20px auto;display: block;}





.sub2_product .tab_wrap .about_asd_2025 .con_desc6 picture{margin-top: 50px;display: block;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc6 picture img{border:none;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .title_box {padding-bottom: 10px;border-bottom: 2px solid #ddd;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .title_box dl{display: flex;align-items: center;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .title_box dt{margin-right: 16px;width: 70px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .title_box dt img{border:none;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .b_title{border:none;padding-bottom: 2px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 picture{margin-top: 50px;display: block;border:none;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .title_box dd {font-size: 20px;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 picture img{border:none;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .graph{display: flex;gap:50px; width: 80%;margin: 70px auto;}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .graph li{text-align: center;}

.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .graph li img{padding: 20px;border: 1px solid #eee}
.sub2_product .tab_wrap .about_asd_2025 .con_desc7 .graph p{margin-bottom: 20px;font-size: 16px; font-weight: 600;}

/* 하단 레이아웃 */
#footer{background-color:#464646;padding-top:45px;padding-bottom:45px;}
#footer .f_link{position:absolute;right:10px;top:0;}
#footer .f_link:after{content:'';display:block;clear:both;}
#footer .f_link li{float:left;padding:0 23px;}
#footer .f_link li + li{border-left:1px solid #717171;}
#footer .f_link li a{font-size:13px;color:#fff;font-weight:normal;opacity:0.8;}
#footer .f_info .info{font-size:13px;color:#fff;font-weight:300;line-height:24px;margin-top:15px;}
#footer .f_info .info span, #footer .f_info .info a{color:#fff;}
#footer .f_info .info .mar{display:inline-block;width:1px;height:15px;background-color:#fff;margin:0 30px;vertical-align:middle;}
#footer .f_info .copy{font-size:13px;color:#fff;font-weight:300;color:#fff;line-height:24px;}
#footer .f_info .btn {display:inline-block; height:15px; font-size:11px; line-height: 11px; vertical-align:top; padding-top:3px; color:#313131; border:1px solid #313131;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5);opacity:0;display:none;}
#top_btn.btn_on{display:block;opacity:1;}
#top_btn:hover{border-color:#c30036;background:#c30036;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:right} /* 서식단계 진행 */
.btn_submit {border:0;background:#253dbe;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}
a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}

/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ccc;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;padding:20px;}
.frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;padding-left:20px;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}
.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:300px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 Color */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

