@charset "utf-8";
/* SIR 지운아빠 */
@import url('https://fonts.googleapis.com/css?family=Arvo');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
	font-family: 'GodoM';
	src: url('fonts/GodoM.eot');
	src: url('fonts/GodoM.woff');
}
@font-face {
	font-family: 'Nanum Barun Gothic';
	src: url('fonts/Nanum Barun Gothic.eot');
	src: url('fonts/Nanum Barun Gothic.woff');
}
@font-face {
	font-family: 'nanumgothic';
	src: url('fonts/nanumgothic.eot');
	src: url('fonts/nanumgothic.eot?#iefix')format('embeded-opentype'), 
		 url('fonts/nanumgothic.otf')format('opentype'),
		 url('fonts/nanumgothic.woff')format('woff');
}
@font-face {
	font-family: 'nanumpen';
	src: url('fonts/nanumpen.eot');
	src: url('fonts/nanumpen.eot?#iefix')format('embeded-opentype'), 
		 url('fonts/nanumpen.otf')format('opentype'),
		 url('fonts/nanumpen.woff')format('woff');
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}



/* 초기화 */
html {overflow-y:scroll;overflow-x:hidden;}
/* body {margin:0;padding:0;font-size:0.75em;font-family: 'nanumgothic'} */
/*body {margin:0;padding:0;font-size:14px;font-family: 'Nanum Barun Gothic', sans-serif; }*/
body {margin:0;padding:0;font-size:14px;font-family: 'nanumgothic', sans-serif; }
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

#hd ul, nav ul, #ft ul {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}
/*input, button {margin:0;padding:0;font-family:dotum, 'Nanum Barun Gothic' !important;font-size:1em}*/
input, button {margin:0;padding:0;font-family:dotum, 'nanumgothic' !important;font-size:1em}
button {cursor:pointer}

/*textarea, select {font-family:'Nanum Barun Gothic' !important;font-size:1em}*/
textarea, select {font-family:'nanumgothic' !important;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#333;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none}
.clear_fix:after{content:'';display:block;clear:both;}
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#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_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}




#search{
width: 180px;
height:30px; 
position: absolute;
right:5px !important;
top: 5px;
}

form.example{
width: 180px;
height:30px; 
position: absolute;
right: 0;
top: 10px;
}

form.example input[type=text] {
    padding:5px 34px 5px 5px;
    font-size: 14px;
    border: 1px solid #58595b;
	border-right: none;
    float: left;
    width: 123px;
	height:28px;
	line-height:16px;
    background: #fff;
    box-sizing:border-box;
	border-radius:15px 0 0 15px;
}

form.example button {
    float: left;
    width: 36px;
	height:28px;
    padding: 5px 5px 5px 5px;
    color: #ddd;
    font-size: 14px;
    border: 1px solid #58595b;
    border-left: none;
    cursor: pointer;
	background: #fff;
    box-sizing:border-box;
	border-radius:0 15px 15px 0;
	
}

form.example button:hover {
    background: #fff;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}


/* #search{
width: 200px;
height:40px; 
position: absolute;
right: 0;
top: 10px;
}


form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #293b7b;
    float: left;
    width: 69%;
    background: #fff;
	border-radius: 5px 0 0 5px;
	font-family: dotum;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #293b7b;
    color: white;
    font-size: 17px;
    border: 1px solid #293b7b;
    border-left: none;
    cursor: pointer;
	border-radius: 0 5px 5px 0;
}

form.example button:hover {
    background: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
} */

/* 상단 레이아웃 */
#hd {z-index:4;position:relative;min-width:1200px;background:#fff}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper { position:relative; width:100%; height:100%; min-height:790px; z-index:9; }
/*#hd_wrapper { position:relative; width:100%; height:100%; min-height:612px; z-index:9; }*/
/*#hd_wrapper { position:relative; width:100%; height:100%; min-height:932px; z-index:9; }*/
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#hd_wrapper .bgbox { position:relative; width:100%; height:100%; min-height:1200px; float:left; background-color:#fff; }
#hd_wrapper .mv_bg { display:none; position:absolute; top:0; left:0; width:100%; height:100%; }
#hd_wrapper .mvisual1 { background:url(images/img11.jpg) left top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
#hd_wrapper .mvisual2 { background:url(images/img21.jpg) left top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
#hd_wrapper .mvisual3 { background:url(images/img31.jpg) left top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
#hd_wrapper .mvisual4 { background:url(images/img41.jpg) left top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }/* 
#hd_wrapper .mvisual5 { background:url(images/img5.jpg) left top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
#hd_wrapper .mvisual6 { background:url(images/img6.jpg) left top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; } */
#hd_wrapper .slidetabs,
#hd_wrapper a.backward,
#hd_wrapper a.forward { display:none; }

/*.main_txtbox { position:absolute; top:210px; left:50%; margin-left: -600px; z-index:999; color:#fff; width: 1200px; text-align: center; text-shadow:0px 2px 2px #333;}*/
.main_txtbox { position:absolute; top:80px; left:50%; margin-left: -600px; z-index:999; color:#fff; width: 1200px; text-align: center; text-shadow:0px 2px 2px #333;}
.main_txtbox_png { position:absolute; top:400px; left:30%; margin-left: -500px; z-index:999; color:#fff; width: 1200px; text-align: center; text-shadow:0px 2px 2px #333;}


.main_txtbox .txt1 { position:relative; font-size:23px; font-weight: bold;}
.main_txtbox .txt2 .red{color: #0579cc}
.main_txtbox .txt2 { position:relative; font-size:58px;font-weight: bold;line-height:1em;margin-bottom:10px; /*  font-family:'Arvo', sans-serif; :0.05em; */}
.main_txtbox .txt3 { position:relative; font-size:27px;  margin:15px 0 0 0; line-height:1.6em; }
.main_txtbox .txt3 b { color: red; }
.main_txtbox .txt_promotion3_1 {font-size:25px;line-height:1.6em;text-align:left;margin:120px 0 0 50px; }
.main_txtbox .txt_promotion3_2 {font-size:18px;line-height:1.4em;text-align:left;margin-left:50px;}
.main_txtbox .txt_promotion3_title {font-size:35px;line-height:90px;text-align:left;margin-left:50px;margin-bottom:15px;}
.main_txtbox .txt_promotion4_1 {font-size:25px;line-height:1.6em;text-align:center;margin:-80px 0 0 50px; }
.main_txtbox .txt_promotion4_2 {font-size:18px;line-height:1.4em;text-align:left;margin-left:50px;}
.main_txtbox .txt_promotion4_title {font-size:35px;line-height:90px;text-align:left;margin-left:50px;margin-bottom:10px;}




#logo {float:left; padding:0; margin-right:12px; margin-top: 10px; }

/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}


/*.top_nav{width: 1200px;margin: 10px auto;}*/
/*.top_nav{width: 1200px;margin: 0px auto;}*/
/*.top_nav { display: inline-block; float: right; }*/
.top_nav { display: none; float: right; } /* 2021. 06. 28. 최종. 노출 안함... */
/*.top_nav:after{content: ''; display: block; clear: both;}*/
/* 상단 회원가입 등 링크 */
/*#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1}*/
#tnb { display: inline-block; margin: 0; padding: 0; list-style: none; zoom: 1; }
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li { float:left; margin:0 0 0 10px; line-height: 52px; }
/*#tnb a {display:inline-block;padding:0 10px;height:28px;color:#5d5d5d; letter-spacing:-0.1em;line-height:2.4em; font-size: 13px; }*/
#tnb a {display:inline-block;padding:0 10px;height:28px; color: #000; letter-spacing: -0.4px; line-height:2.4em; font-size: 10px; }
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}



/*.menuWrap{background: rgba(255,255,255,0.8); position: absolute; z-index: 9999;width: 100%; height:80px;}*/
.menuWrap{background: rgba(255,255,255,0.8); position: absolute; z-index: 9999;width: 100%; height:90px;}
/*.menu{position:relative;width: 1250px; margin: 10px auto 0;}*/
/*.menu{position:relative;width: 1250px; margin: 0px auto 0;}*/
.menu{position:relative;width: 1250px; margin: 17px auto; }
.menu:after{content: ''; display: block; clear: both;}
/* 메인메뉴 */
/*#gnb {position:relative;margin:0 0 0 54px;background:#0d1a39;  float: left;}*/
/*#gnb {position:relative;margin:0 0 0 54px; float: right;}*/
#gnb { display: inline-block; margin: 0px;  float: right; }
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {margin:0 auto !important;padding:0;zoom:1}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left}
/*.gnb_1dli a{color: #2c2c2c;}*/
/*.gnb_1dli a{ color: #000; font-weight: 900; font-size: 11px; }*/
.gnb_1dli a{ font-family: 'Roboto', sans-serif; color: #000; font-weight: 500; font-size: 11px; }
/*.gnb_1da {display:inline-block;padding:0 35px;height:70px;line-height:60px; font-size:18px; margin: 0 12px; font-weight:bold; background: url(/img/menu_img_r.png) center center no-repeat; background-size: auto;}*/
/*.gnb_1da {display:inline-block;padding:0 35px;height:70px;line-height:60px; font-size:18pt; margin: 0 12px; font-weight:normal; background: url(/img/menu_img_r.png) center center no-repeat; background-size: auto;}*/
/*.gnb_1da {display:inline-block;padding:0 25px; line-height:62px; font-size: 17px; margin: 0 12px; font-weight:normal; background-size: auto;}*/
/*.gnb_1da {display:inline-block;padding:0 25px; line-height:62px; font-size: 12px; margin: 0 12px; font-weight:normal; background-size: auto;}*/
/*.gnb_1da {display:inline-block;padding: 0 25px 23px; line-height:52px; font-size: 12px; margin: 0 12px; font-weight:normal; background-size: auto;}*/
.gnb_1da {display:inline-block;padding: 5px 25px 17px; line-height:52px; font-size: 12px; margin: 0 12px; font-weight:normal; background-size: auto;}
/*.gnb_1da:focus, .gnb_1da:hover {text-decoration:none; border-bottom: 2px solid #03840f}
.gnb_1da:hover {text-decoration:none; border-bottom: 2px solid #03840f}*/
/*.gnb_1da:focus, .gnb_1da:hover {text-decoration:none; background: url(/img/menu_img_b.png) center center no-repeat; background-size: auto; }*/
/*.gnb_1da:hover {text-decoration:none;}*/
/*.gnb_1dli_air .gnb_1da {color:#fff;}
.gnb_1dli_on .gnb_1da {color:#fff;}*/

/*.gnb_2dul {display:none;position:absolute;top:70px;width:100%}*/
/*.gnb_2dul {display:none;position:absolute;top:62px;width:100%}*/
.gnb_2dul {display:none;position:absolute;top: 73px;width:100%}
.gnb_2da {display:block;padding:13px 15px;text-align:left;text-decoration:none;letter-spacing:-0.5px; text-align: center; }
/*.gnb_1dli_air .gnb_2da {background:rgba(20,26,39,0.8);color:#fff;}
.gnb_1dli_on .gnb_2da {background:rgba(20,26,39,0.8);color:#fff;}*/
.gnb_1dli_air .gnb_2da {color:#fff;}
.gnb_1dli_on .gnb_2da {color:#fff;}
.gnb_2da:focus, 
.gnb_2da:hover {text-decoration:none; color:#eb1c24;}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:rgba(20,26,39,0.8);}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:rgba(20,26,39,0.8);}

#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}


/*하단 애로우 버튼*/
.b_arrowbtn{width:75px; height: 75px;background: url(images/b_arrow_icon.png) no-repeat;background-size: 75px 156px; background-position: 0 0;display: block; text-indent: -99999px; position: absolute; bottom:30px; left:50%; margin-left:-37px;z-index: 10;}

/*버튼 호버*/
.b_arrowbtn:hover{opacity: 0.8;}

/*=========================================================
  타이틀 + 슬라이드박스
=========================================================*/
.main_slidebx{/* background:#d6f2f6; *//* background:url(images/slide_bg.jpg) no-repeat;background-position: center center;background-attachment: fixed;background-size: cover;  */margin-bottom: 0px;}
.main_slidebx2{background:url(images/dark-paths.png);background-position: center;background-size:; margin-bottom: 0px;}
/* .main_titlebx{padding:245px 0 149px;position: relative;} */
.main_titlebx{padding:245px 0 60px;position: relative;border-bottom:1px solid #f0f0f0}
.main_titlebx .bg{background: rgba(255,255,255,0.7);position: absolute; top:0; left:0; right:0; bottom:0;}
.main_titlebx .container{max-width: 1200px;padding:50px 0;margin: 0 auto;text-align: center;position: relative; z-index: 10;}
.main_titlebx h2{font-size: 18px; color:#39404b; line-height: 1.5em;margin-bottom: 5px;margin-top: 25px; z-index:999999;}
.main_titlebx .subtext{margin:40px 0 0}
.main_titlebx .subtext a{display:block; height:30px; font-size:14px; color:#39404b; line-height:30px; border:2px solid #0579cc; border-radius:30px; width:150px; text-align:center; margin:0 auto;}
.main_titlebx .subtext a:hover, .main_titlebx .subtext a:focus {background:rgba(0,0,0,0.3); color:#fff;text-decoration:none;}


.main_titlebx2{position: relative; background:#fff;}
.main_titlebx2 .bg{background: rgba(255,255,255,0.9);position: absolute; top:0; left:0; right:0; bottom:0;}
.main_titlebx2 .container{max-width: 1200px;padding:100px 0 30px 0;margin: 0 auto;text-align: center;position: relative; z-index: 10;}
.main_titlebx2 h2{font-size: 50px; color:#39404b; font-weight:bold;font-family:'Nanum Barun Gothic' !important, sans-serif;line-height: 1em;margin-bottom: 10px;letter-spacing: 7px;}
.main_titlebx2 .subtext{font-size: 18px; color:#39404b; line-height: 1.5em;font-weight: normal;}
.main_titlebx2 .subtext .blue{color: #0000ff}
.main_titlebx2 .subtext .red{color: #ff0000}


.slide_box{width: 1200px; margin: 0 auto;}
.slide_box:after{content: ''; display: block; clear: both;}
/* .slide_box .txt{float: left;width: 500px; color: #000;font-size: 30px;font-weight: bold; padding: 300px 0 0;}
 */.slide_box .latest{width: 1200px; margin:0 auto; }

.contact {text-align:center; width:1200px; margin:0 auto; padding:100px;}
.contact h2{color:#fff; font-weight: bold;line-height: 1;font-size: 50px; margin-bottom: 10px;letter-spacing: 7px;}
.contact span {display:block; color:#fff; font-size:2em; line-height:2;}
.contact span.tel {font-size:4em}
.contact span.tel b {display:inline-block; padding-left:20px; color:#ffed00;}
.contact span b {display:inline-block; padding-left:20px;}
.contact ul, .contact li {padding:0; margin:0; list-style:none;}
.contact ul {display:inline-block;	margin: 30px 0;}
.contact ul:after{display:block; content:''; clear:both;}
.contact ul li {float:left; margin: 0 20px;}
.contact ul li a {display:block; width:130px; text-align:center; background:#005696; padding: 10px 0; font-size:1.3em; color:#fff;}
.contact ul li a:hover, .contact ul li a:focus {text-decoration:none; background:#000; }
.f_ban_wrap{width:100%; padding:0 0 150px 0;}
.f_ban{width:1200px; height:450px;  margin:0 auto; /*  background:#e7e7e9; */}
.notice_wrap{width:100%;background:#eee;padding:17px 0 15px;}
.notice01{width:550px; height:250px; float:left; margin:0 30px 0 25px;}
.notice02{width:550px; height:250px; float:left; }
.f_ban_right{width:580px; height:207px; float:left; position:relative;}
.f_ban .container{max-width: 1200px;padding:100px 0 20px 0;margin: 0 auto;text-align: center;position: relative; z-index: 10;}
.f_ban h2{font-size: 50px; color:#39404b; font-weight:bold;line-height: 1em;margin-bottom: 10px;letter-spacing: 7px;}
.f_ban .subtext{font-size: 18px; color:#39404b; line-height: 1.5em;font-weight: normal;}
.f_ban .subtext .blue{color: #0000ff}
.f_ban .subtext .red{color: #ff0000}


/*=========================================================
  박스리스트
=========================================================*/
.box_listbx{clear: both; padding-bottom: 70px; background:#fff;}
.box_listbx .container{max-width: 1200px;padding: 0;margin: 0 auto;position: relative; }
.box_listbx ul{margin:0; list-style: none; padding: 0;}
.box_listbx ul:after{content: ""; display: table; clear: both;}
.box_listbx ul li{width:19.3%;padding:0 10px 0 0;float: left;}
.box_listbx ul li:last-child{width:19.3%;padding:0;float: left;}
.box_listbx ul li .itembx{height: 220px;position: relative;padding:130px 20px 0;text-align: center;transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-webkit-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-moz-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-ms-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;}
.box_listbx ul li .itembx .linkbx{position: absolute; top:0; left:0; right:0; bottom:0; z-index: 10;opacity: 0; visibility: hidden;}
.box_listbx ul li .itembx h3{font-size: 20px; color:#000; font-family: 'Nanum Barun Gothic' !important, sans-serif;line-height: 1.25em;text-align: center;font-weight: bold;position: relative;z-index: 5;transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-webkit-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-moz-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-ms-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;}
.box_listbx ul li .itembx .sub_text{font-size: 14px; color:rgba(255,255,255,0.8); margin-top:22px;line-height:1.6em;position: relative;z-index: 5;transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-webkit-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-moz-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-ms-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;opacity: 0;visibility: hidden;}
.box_listbx ul li .itembx .more{font-size: 12px; color:#fff; font-weight: bold;font-family:'Nanum Barun Gothic' !important, sans-serif; position: absolute; bottom:30px;left:0;z-index: 5;transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-webkit-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-moz-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-ms-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;opacity: 0;visibility: hidden;padding: 7px 5px;border: solid 1px rgba(255,255,255,0.5);left: 20px;right:20px;text-align: center;display: block;}
.box_listbx ul li .itembx .bg{background: #005696;position: absolute; bottom:0; left:0; width:100%;height:0%;z-index: 5;transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-webkit-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-moz-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;-ms-transition: all cubic-bezier(.74,.0,.12,.94) 0.2s;}


/*백그라운드*/
.box_listbx ul li.step1 .itembx{background:url(images/box_img1.jpg) no-repeat;background-size: cover;}
.box_listbx ul li.step2 .itembx{background:url(images/box_img2.jpg) no-repeat;background-size: cover;}
.box_listbx ul li.step3 .itembx{background:url(images/box_img3.jpg) no-repeat;background-size: cover;}
.box_listbx ul li.step4 .itembx{background:url(images/box_img4.jpg) no-repeat;background-size: cover;}
.box_listbx ul li.step5 .itembx{background:url(images/box_img5.jpg) no-repeat;background-size: cover;} 

/*호버*/
.box_listbx ul li .itembx:hover{padding:50px 20px 40px !important; height: 260px;}
.box_listbx ul li .itembx:hover h3 {color:#fff;}
.box_listbx ul li .itembx:hover .linkbx{opacity: 1; visibility: visible;}
.box_listbx ul li .itembx:hover .bg{height: 100%; opacity:0.9;}
.box_listbx ul li .itembx:hover .sub_text{opacity: 1; visibility: visible;}
.box_listbx ul li .itembx:hover .more{opacity: 1; visibility: visible;}



/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;min-width:1200px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {margin:0;}

#container {z-index:4;position:relative;padding:40px 0 15px;min-height:500px;height:auto !important;height:500px;background:#fff;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
/*#container_title {margin-bottom:20px;font-size:30px;font-weight:bold; text-align: center;}*/
#container_title {margin:70px 0 70px;font-size:25px;font-weight:bold; text-align: center;}
/*#container_title { margin: 70px 0 70px; font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 500; text-align: center; }*/



/* main_quick */
.center{width:1200px;margin:0 auto;}
#main_quick{margin-bottom:50px;text-align:center;}
#main_quick h2{font-size: 50px; color:#39404b; font-weight:bold;line-height: 1em;margin:100px 0 10px;letter-spacing: 7px;}
#main_quick ul{padding:30px 16px;border:20px solid #ebf3f9;box-sizing:border-box;}
#main_quick ul:after{content:'';display:block;clear:both;}
#main_quick ul li{float:left;width:228px;height:228px;margin:0 27px;}
#main_quick ul li a{display:block;width:228px;height:228px;transition:0.3s;}
#main_quick ul li.main_quick01 a{background:url(../img/main_quick01.png) no-repeat;}
#main_quick ul li.main_quick01:hover a,#main_quick ul li.main_quick01:focus a{background:url(../img/main_quick01_on.png) no-repeat;}
#main_quick ul li.main_quick02 a{background:url(../img/main_quick02.png) no-repeat;}
#main_quick ul li.main_quick02:hover a,#main_quick ul li.main_quick01:focus a{background:url(../img/main_quick02_on.png) no-repeat;}
#main_quick ul li.main_quick03 a{background:url(../img/main_quick03.png) no-repeat;}
#main_quick ul li.main_quick03:hover a,#main_quick ul li.main_quick01:focus a{background:url(../img/main_quick03_on.png) no-repeat;}
#main_quick ul li.main_quick04 a{background:url(../img/main_quick04.png) no-repeat;}
#main_quick ul li.main_quick04:hover a,#main_quick ul li.main_quick01:focus a{background:url(../img/main_quick04_on.png) no-repeat;}





.gw{position: fixed; top: 150px; right: 20px; z-index: 9999; background: #fff; border: 1px solid #eee}

.ft_menu{width:100%;min-width:1200px;left:0;background:#323236;}
.ft_wrap{width: 1200px; margin: 0 auto; }

/* 하단 레이아웃 */
/*#ft {min-width:1200px;border-top:1px solid #464649;background:#222226}*/
/*#ft {min-width:1200px; margin: 0 auto; border-top:1px solid #000;background:#eb1c24;height: 150px;}*/
#ft {min-width:1200px; margin: 0 auto; background:#efefef;height: 186px;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
/*#ft p {margin:0;padding:15px 0 0px;line-height:1.8em;font-weight: 200;color:#fff;}*/
/*#ft p { margin:0;padding:15px 0 0px;line-height:1.8em;color:#111; font-size:15px; font-weight: 500; }*/
/*#ft p { margin:0;padding:20px 0 0px;line-height:1.8em; color:#000; font-size: 13px; font-weight: 500; letter-spacing: -0.5pt; }
#ft p b { color:#000; font-size: 17px; font-weight: 800; }*/
#ft p { /*font-family: 'Roboto', sans-serif;*/ margin:0; padding: 10px 0 0px; line-height: 2em; color: #000; font-size: 13px; font-weight: 400; letter-spacing: -0.3px; }
#ft p b { color: #000; font-size: 13px; font-weight: 900; }
#ft p span { color: #000; font-size: 13px; font-weight: 600; }

#ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:1200px;text-align:center}

/*#ft_company {width:300px; text-align:center; float:left; height: 150px;}*/
/*#ft_company {width:1200px; text-align:left; float:left; height: 200px;}*/
#ft_company {width:1200px; text-align:left; float:left; height: 186px;}/**/
/*#ft_company img { padding: 35px 0 0px;}*/
#ft_company img { padding: 44px 0 0px; }

#ft_copy {width:600px;float:left;}

#ft_cs {width:300px;float:left;}

/*#ft_copy {width:1200px;margin:0 auto;position:relative;}*/
/*#ft_copy div {padding:10px 0 10px 200px;color:rgba(255,255,255,0.3); background: url(../img/f_logo.png) no-repeat;font-weight: normal;}*/
/*#ft_copy div {padding:10px 0 10px 200px;color:rgba(255,255,255,0.3); background: url(../img/logo_f.png) no-repeat;font-weight: normal;}
#ft_copy a {display:inline-block;margin:0 10px 0 0;color:#eee;font-weight: normal;}
#ft_copy #ft_totop {position:absolute;top:10px;right:0}*/

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.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 {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;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:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;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/captcha.png') no-repeat; 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%}

/* 버튼 */
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:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.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:12px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;color:#383838;font-size:0.95em;text-align:center;}
.tbl_head01 thead a {color:#383838}
.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-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.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}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;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}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.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}

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

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;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:100px;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 {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:'Nanum Barun Gothic';font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 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 {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* 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}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}


.btn_wrap {display:inline-block; padding:40px 0 0 !important;}
.btn_wrap:after{display:block; content:''; clear:both;}
.btn_wrap li {float:left; width:130px;}
.btn_wrap li:nth-child(2) {margin:0 40px;}
.btn_wrap li a {display:block; color:#fff; font-size:1.2em;}
.btn_wrap li a:hover, .btn_wrap li a:focus {text-decoration:none;}




#bo_v_table{display:none;}

/* sub_visal */
.sub_visual{width:100%;height:300px;background:url('/img/sub_visual.jpg') no-repeat center center}

/* product rolling banner */
.product_banner{width: 100%;background:#fff;padding-bottom:70px;}
.product_banner .center{width:1200px;margin:0 auto;padding-left:45px;box-sizing:border-box;position:relative;}
.product_more{display:block;position:absolute;top:4px;right:85px;font-size:15px;font-weight:normal;letter-spacing:3px;z-index:100;line-height:1.4;}
.product_more:hover{text-decoration:none;}
.product_rolling_banner {width:1100px;overflow:hidden;position:relative;z-index:99;}
.product_rolling_banner ul {width:5000px;margin-left:45px;}
.product_rolling_banner li {width: 370px;float: left;}
.product_rolling_banner a{display:block;margin:34px;position:relative;overflow:hidden;}
.product_rolling_banner a:before{content:'VIEW';display:block;clear:both;position:absolute;bottom:2px;width:100%;height:1px;font-size:30px;font-weight:normal;letter-spacing:1px;text-align:center;line-height:302px;background:#003f9c;transition:0.3s;}
.product_rolling_banner a:hover:before, .product_rolling_banner a:focus:before, .product_rolling_banner a:active:before{content:'VIEW';display:block;clear:both;position:absolute;bottom:0;width:100%;height:100%;font-size:30px;text-align:center;line-height:302px;color:#fff;background:rgba(0,63,156,0.4);}
.product_rolling_banner img {width:100%;}
.product_btn{position:absolute;width:100%;top:45%;left:0;}
.product_btn li:first-child{float:left;}
.product_btn li:last-child{float:right;}
.product_btn .product_leftBtn{display:block;width:24px;height:47px;background:url(/img/product_leftBtn.png) no-repeat center center;text-indent:-9999em;}
.product_btn .product_rightBtn{display:block;width:24px;height:47px;background:url(/img/product_rightBtn.png) no-repeat center center;text-indent:-9999em;}

/* product_popup */
.product_popup_bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:9999;}
.product_popup_bg.on{display:block;}
.product_popup_bg_wrap{width:700px;height:700px;position:absolute;top:50%;left:50%;margin-top:-350px;margin-left:-350px;}
.product_popup_bg ul{width:700px;height:700px;}
.product_popup_bg ul li{display:none;position:absolute;top:0;left:0;border:37px solid #003f9c;}
.product_popup_bg ul li.on{display:block;}
.product_close{display:none;position:absolute;top:13px;right:13px;cursor:pointer;}



.main_ban_1 {display:block;width:1200px;height:auto;margin:0 auto;padding:70px 0;overflow:hidden;}
.main_ban_1 h3 {font-size:25px;font-weight:500;line-height:2.0em;padding:50px 0 0 40px;}
.main_ban_1 p {font-size:15px;font-weight:300;color:#777;padding:0 0 0 40px;}

.main_ban_1 ul li {overflow: hidden;}
.main_ban_1 ul li a {font-size:15px;font-weight:500;padding:5px 20px;border:1px solid #ccc;border-radius:20px;float:right;margin:100px 50px 0 0;}
.main_ban_1 ul li a:hover {border:1px solid #106818;background:#106818;color:#fff;}
.main_ban_1 ul {list-style-type:none;padding:0;margin:0;}
.main_ban_1 ul li {float:left;width:300px;height:300px;padding:0;margin:0;box-sizing:border-box;background:#fff;}

.main_ban_1 ul li:nth-child(2), .main_ban_1 ul li:nth-child(4), .main_ban_1 ul li:nth-child(5), .main_ban_1 ul li:nth-child(7) {border:1px solid #ccc;}

.main_ban_1 ul li img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.main_ban_1 ul li:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);
}