@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* 초기화 */
html {overflow-y:scroll;word-break:normal}
body {margin:0;padding:0;font-size:16px;color:#666;font-family: 'Noto Sans KR', sans-serif;background:#fff}
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: 'Noto Sans KR', 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: 'Noto Sans KR', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

.eng {font-family: 'Ubuntu', sans-serif;}

textarea, select {font-family: 'Noto Sans KR', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:normal}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration: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}

/* 레이아웃 크기 지정 */
#wrapper, #ft {min-width:1400px}
#hd {position:relative; width:100%; height:100% }
#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1400px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;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 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}

@media screen and (max-width: 1600px) {
	.hd_pops {left: 20px !important; top: 100px !important;}
	.hd_pops_con img {width: 100%;}
}

@media screen and (max-width: 1024px) {
	#hd_pop {width:96%; margin:0 2%; }
	.hd_pops {left: 0 !important; right: 0 !important; top: 100px !important;}
	.hd_pops_con{width:100% !important; height:auto !important;}
	.hd_pops_con img {width: 100%;}
}

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

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
/* pc, 모바일 상태에 따라 숨김처리 */ 
.pc {display:block;}
.mobile1 {display:none;}
.header_pc {display:block;}
.header_mobile {display:none;}
.mo_none{display:none;}

.hey{z-index:999;}
.hey #header{background:#fff; border-bottom:1px solid #ddd; }
.hey .gnbDiv .gnbWrap .gnb ul li a.oneDep{color:#333 !important}
.hey #header .header_in .topbox .fm_btn a{background:#f37021 !important}
.hey .gnbDiv .gnbWrap h1 a{width:250px; height:62px; background:url('../images/top_logo.jpg') no-repeat; background-size:250px; display:block;}
.hey #header .header_in .topbox .sitemap a{width:22px; height:18px; background:url('../images/sitemap_on.png') no-repeat;}
.hey .topbox .sitemap a{background:url('../images/sitemap_on.png') no-repeat;}

/* 레이아웃 */
#header {position:absolute; z-index:999; width:100%; clear:both;}
#header .header_in {position:relative; width:100%; margin:0 auto; max-width:1360px; height:100px;}
#header .header_in h1{position:relative; float:left; padding:35px 0 0 0; z-index:9999; }
#header2 {position:relative; z-index:999; width:100%; clear:both; border-bottom: 1px solid #ddd; box-sizing:border-box; background:#fff}
#header2 .header_in {position:relative; width:100%; margin:0 auto; max-width:1360px; height:100px;}
#header2 .header_in h1{position:relative; float:left; padding:35px 0 0 0; z-index:9999; }
.topbox {position:absolute; top:0px; right:0; z-index:9999;}
.topbox .sitemap {position:absolute; right:0; top:41px; width:22px; height:18px;}
.topbox .sitemap a {display:block; width:22px; height:18px; background:url('../images/sitemap.png') no-repeat;}

/* TOP 메뉴 */
#menu {position:absolute; width:100%; top:0; height:100px; z-index:1030; }
.gnbDiv {width:100%; height:101px; overflow:hidden; position:absolute; top:0px; left:0; z-index:10000; transition:all 0.5s; }
.gnbDiv.menu_o {height:320px; border-bottom:1px solid #ddd; background:#fff; transition:all 0.5s;}
.gnbDiv .gnbWrap {position:absolute; top:0; margin: 0 auto; overflow: hidden; position: relative; max-width:1360px; z-index: 10000;} 
.gnbDiv .gnbWrap h1{position:absolute; padding:19px 0 0 0; z-index:1040;  }
.gnbDiv.menu_o .gnbWrap h1 a{width:250px; height:62px; background:url('../images/top_logo.jpg') no-repeat; background-size:250px; display:block;}
.gnbDiv.menu_o .gnbWrap .sitemap a{background:url('../images/sitemap_on.png') no-repeat;}
.gnbDiv .gnbWrap h1 a{width:250px; height:62px; background:url('../images/top_logo.jpg') no-repeat; background-size:250px; display:block;}
#header2 .gnbDiv .gnbWrap h1 a{background:url('../images/top_logo.jpg') no-repeat;}
#header2 .gnbDiv .gnbWrap .gnb ul li a.oneDep{color: #333 !important;}
#header2 .topbox .sitemap a{background: url('../images/sitemap_on.png') no-repeat;}
#header2 .gnbDiv{background:#fff}
.gnbDiv .gnbWrap .gnb {max-width:800px; z-index:10000; height:300px; float:left;  margin:0 0 0 35%;}
.gnbDiv .gnbWrap .gnb .oneDep {font-size:18px; font-weight:400; color:#fff; letter-spacing:-0.5pt; line-height:100px; width:160px; text-align:center;}
.gnbDiv .gnbWrap .gnb .oneDep.black {color:#333;}
.gnbDiv .gnbWrap .gnb ul {overflow:hidden; width:100%; height:300px;}
.gnbDiv .gnbWrap .gnb ul li {height:300px; position:relative; float:left; text-align:center; line-height:100%;}	
.gnbDiv .gnbWrap .gnb ul li a.oneDep{display:block; position:relative; color:#fff; text-decoration:none !important; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.gnbDiv .gnbWrap .gnb ul li a.oneDep:after{position:absolute; bottom:0px; display:block; content:""; overflow:hidden; width:0; height:3px; background:#1a4a92; transition:all 0.3s;}
.gnbDiv .gnbWrap .gnb ul li.on a.oneDep {color:#1a4a92 !important; text-decoration:none; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.gnbDiv .gnbWrap .gnb ul li.on a.oneDep:after{width:100%; transition:all 0.3s;}
.gnbDiv .gnbWrap .twoDep {display:block; padding-top:35px; box-sizing:border-box; position:relative; visibility: visible; height:300px;}
.gnbDiv .gnbWrap li.on .twoDep{}
.gnbDiv .gnbWrap li.on .twoDep a.off:hover{color:#1a4a92; text-decoration:underline; transition:all 0.3s; vertical-align:top;}
.gnbDiv .gnbWrap li .twoDep a.on{color:#1a4a92; vertical-align:top;}
.gnbDiv .gnbWrap li .twoDep a {display:block; font-size:16px; line-height:100%; letter-spacing:-0.3pt; padding:10px 0; margin-bottom:3px; text-align:center; transition:all 0.3s;}
.disB{display:block;}
.gnbDiv .gnbWrap li.one .twoDep{ box-sizing:border-box;}
.twoDbg {display:; position:absolute; top:100px; left:0; height:300px; border-bottom:1px solid #ddd; width:100%; z-index:1030; line-height:100%; border-top:1px solid #ddd;transition:all 0.5s;}

/* 메뉴 : 슬라이드 메뉴 */
#menuArea {width:100%; height:100%; position:fixed; right:0; top:0; z-index:99999; overflow-x:hidden;overflow-y:auto;display:none;}
#menuArea .mlogo{overflow:hidden; clear:both; padding:22px 3%;border-bottom:1px solid #ddd;}
#menuArea .mlogo img{width:120px;}

#menuArea .menuList {width:100%; min-height:100%;  background: #fff; position:absolute; right:-100%; box-sizing:border-box;overflow-y:auto; box-shadow:-2px 0 2px rgba(0,0,0,0.8);}
#menuArea .menuList>.list {background-color:#fff;}
#menuArea .menuList>.list>li {background:#fff;}
#menuArea .menuList>.list>li>a:after{content: "";position: absolute;right:15px; top: 50%;  margin-top: -6px;  width: 12px; height: 12px; background: url('../images/plus.png') no-repeat center; background-size: 100%}
#menuArea .menuList>.list>li.active>a:after{background: url('../images/plus2.gif') no-repeat center; background-size: 100%;}
#menuArea .menuList>.list>li.active>a{background:#1a4a92; background-size:12px;color: #fff !important; font-weight:700; border-bottom: 1px solid #ddd;}
#menuArea .menuList>.list>li>a {letter-spacing: -0.3pt;position: relative;  padding: 0 0 0 18px; padding:13px 0 13px 15px; display:block; font-size:14px; line-height:100%; border-bottom:1px solid #ddd; color:#666; }
#menuArea .menuList>.list>li.icon02>a {background:#fff;}
#menuArea .menuList>.list .sMenu {background-color: #f9f9f9; position: relative;  width: 100%;  padding:14px 0 14px 15px; display:none;  border-bottom:1px solid rgba(255,255,255,.4);}
#menuArea .menuList>.list .sMenu>li {}
#menuArea .menuList>.list .sMenu>li>a {display:block; padding:2px 0 2px 0px; border:none;font-size:13px; color:#666; letter-spacing: -0.3pt; }
.tdeplist{position:relative; overflow:hidden; padding-left:10px ; margin:5px 0 }
.tdeplist:before{position: absolute; left: 0; top: 0; content: ''; display: block;width: 2px;height: 100%;background: rgba(0,0,0,0.2);}
.tdeplist a{font-size:13px; line-height:100%;color:#777;  }
.tdeplist dt{margin-bottom:10px}
.tdeplist dt:last-child{margin-bottom:0}
#menuArea .menuList .btnMenu_mClose {display:block; width:96%; line-height:130%; padding:10px 0; text-align:center; font-size:13px; background:#333; color:#fff; margin:10px auto; border:none;}
#menuArea .menuList>.list>li.icon05 img{width:60px;}

#grayLayer {width:100%; height:100% !important; background:rgba(30,30,30,0.8); position:fixed; left:0; top:0; z-index:999; overflow-x:hidden;overflow-y:auto;display:none;}
#grayLayer > a {display:block;width:100%;height:100%}

/* 전체메뉴 버튼 */
button.menu-trigger {padding:0; width:25px; height:23px; background-color: transparent; position: relative; border:none; cursor: pointer;}
button.menu-trigger span{background:url('../images/sitemap.png') no-repeat; width:22px; display:block; height:27px;}
#header2 button.menu-trigger span{background: url('../images/sitemap_on.png') no-repeat;}
.hey button.menu-trigger span{background:url('../images/sitemap_on.png') no-repeat;}

/*******************************************************************************
	@media 981px~1200px
*******************************************************************************/
@media all and (max-width:1280px){
#header .header_in{ position: relative; margin: 0 auto;width: 96%; height:100px;}
#header2 .header_in{ position: relative; margin: 0 auto;width: 96%; height:100px;}
#menu{height:100px;}
.gnbDiv{height:100px;}
.gnbDiv .gnbWrap h1{left:2%; padding:29px 0 0 0}
.gnbDiv .gnbWrap h1 a{width:169px; background-size:169px; height:42px; }
#header2 .gnbDiv .gnbWrap h1 a{background-size:169px;}
.gnbDiv .gnbWrap .gnb{margin:0 0 0 26%}
.gnbDiv .gnbWrap .gnb ul li a.oneDep:after{bottom:0px;}
.gnbDiv .gnbWrap .gnb .oneDep{font-size:16px; width:120px;}
.gnbDiv .gnbWrap li .twoDep a{font-size:14px;}
.gnbDiv .gnbWrap .twoDep{padding-top:24px;}
.twoDbg{top:100px;}

#header .header_in .topbox .sitemap{top:38px;}
.searchZone{top:38px;}
.hey .gnbDiv .gnbWrap h1 a{width:169px; height:42px; background-size:169px;}
.gnbDiv.menu_o .gnbWrap h1 a{width:169px; height:42px; background-size:169px;}
.gnbDiv .gnbWrap .gnb ul li a.oneDep:after{}

.topbox{right:2%; width:22px; height:18px;}
.topbox .sitemap{top:38px;}
}


@media all and (max-width:1024px){
.header_pc {display:none;}
.header_mobile {display:inline-block;}
.mo_none{display:block;}
.all_cate{position:relative; z-index:99999; top:31px;}
.all_cate button{background:none; cursor:pointer}
button.menu-trigger{width:22px; height:18px;}

.topbox{right:0%}
.searchZone{top:33px;}


#header .header_in h1 a{width:169px; height:42px; background:url('../images/top_logo.jpg') no-repeat; display:block; background-size:cover;}
#header2 .header_in h1 a{width:169px; height:42px; background:url('../images/top_logo.jpg') no-repeat; display:block; background-size:cover;}
.hey #header .header_in h1 a{width:169px; height:42px; background:url('../images/top_logo.jpg') no-repeat; background-size:169px;}
.hey #header2 .header_in h1 a{width:169px; height:42px; background:url('../images/top_logo.jpg') no-repeat; background-size:169px;}
}


@media all and (max-width:980px){
#header .header_in{height:80px;}
#header .header_in h1{padding:14px 0 0 0}
#header2 .header_in{height:80px;}
#header2 .header_in h1{padding:14px 0 0 0}
.all_cate{top:25px;}
#header .header_in .topbox .fm_btn{top:19px;}
#header2 .header_in .topbox .fm_btn{top:19px;}
.searchZone{top:28px;}
}


@media all and (max-width:780px){
#header .header_in{height:70px;}
#header .header_in h1{padding:15px 0 0 0}
#header .header_in h1 a{width:160px; height:40px; background-size:160px;}
.hey #header .header_in h1 a{width:160px; height:40px; background-size:160px;}
#header2 .header_in{height:70px;}
#header2 .header_in h1{padding:13px 0 0 0}
#header2 .header_in h1 a{width:160px; height:40px; background-size:160px;}
.hey #header2 .header_in h1 a{width:160px; height:40px; background-size:160px;}


.searchZone{top:25px;}
.all_cate{top:23px;}
}

/*******************************************************************************
	@media ~480px
*******************************************************************************/
@media all and (max-width:480px){
#header .header_in{height:60px;}
#header .header_in h1{padding:13px 0 0 0}
#header .header_in h1 a{width: 140px;height: 35px; background-size:140px;}
#header2 .header_in{height:60px;}
#header2 .header_in h1{padding:12px 0 0 0}
#header2 .header_in h1 a{width: 140px;height: 35px; background-size:140px;}

.all_cate{top:16px}
button.menu-trigger span{width:22px; height:18px; background-size:22px;}
#header2 button.menu-trigger span{background-size:18px;}
button.menu-trigger{width:18px; height:22px}

.searchZone{width:18px; height:19px; top:20px; right:35px}
.searchZone a{width:18px; height:19px; background-size:18px;}

.hey .searchZone a{width:18px; height:19px; background-size:18px;}
.hey #header .header_in h1 a{width: 140px;height: 35px; background-size:140px;}
.hey #header2 .header_in h1 a{width: 140px;height: 35px; background-size:140px;}
.hey button.menu-trigger span{width:22px; height:18px; background-size:22px;}
}

/*******************************************************************************
	@media ~320px
*******************************************************************************/
@media all and (max-width:320px){
#header .header_in{height:50px;}
#header .header_in h1{padding:11px 0 0 0}
#header .header_in h1 a{width:120px; height:30px; background-size:120px;}
.hey #header .header_in h1 a{width:120px; height:30px; background-size:120px;}
#header2 .header_in{height:50px;}
#header2 .header_in h1{padding:19px 0 0 0}
#header2 .header_in h1 a{width:120px; height:13px; background-size:120px;}
.hey #header2 .header_in h1 a{width:120px; height:13px; background-size:120px;}
}


/* Visual */

#visual{ position:relative; width:100%; /*height:100%;*/height:100vh; overflow:hidden; z-index:-1;}
#visual .visual_in {position:relative; width:100%; height:100%; overflow:hidden;}
#visual .visual_in .roll{position:Relative; width:100%; height:100%; overflow:hidden;}
#visual .visual_in .img {height:100vh; height:100vh; background-repeat: no-repeat; background-position: center; background-color:#000;
	background-size: cover; background-position: 50% 0;  border:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1); }
#visual .visual_in .action .img {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
#visual .visual_in .visual_01 .img{ background-image:url("../images/main_visu01.jpg"); }
#visual .visual_in .visual_02 .img{ background-image:url("../images/main_visu01.jpg"); }
#visual .visual_in .visual_03 .img{ background-image:url("../images/main_visu01.jpg"); }

.visual_in .slick-dots{position:absolute; top:30px; left:50%; margin:190px 0 0 -588px; text-align:center; font-size:0; z-index:10; }
.visual_in .slick-dots li{display:inline-block; width:12px; height:12px; border-radius:50%;  margin:0 3px; cursor:pointer; background-color:rgba(255,255,255,0.5);}
.visual_in .slick-dots li.slick-active{ background-color:#fff;}
.visual_in .slick-dots li button{border:none; background:none; cursor:pointer; text-indent:-99999999px; margin:0; padding:0;}

#visual .visual_in>div .visual_tit{ position:absolute; width:100%; color:#fff;top:48%;-moz-transform:translateY(-45%);-ms-transform:translateY(-45%);-webkit-transform:translateY(-45%);transform:translateY(-45%);z-index:1}
#visual .visual_in>div .visual_tit h2{-webkit-text-size-adjust: 100%; max-width:1360px; margin:0 auto; text-align:left; font-weight: 700; font-size:60px; line-height:130%; color:#fff; margin-bottom:40px;}
#visual .visual_in>div .visual_tit p{-webkit-text-size-adjust: 100%; text-align:left; max-width:1360px; margin:0 auto; color:#fff; font-size:35px; line-height:45px; letter-spacing:-0.5pt}
#visual .visual_in>div .visual_tit p span {font-weight:700;}

.vjs-control-bar {display:none;}
#videoEle {margin:0 auto; width:100%; height:100%;}
#videoEle img {width:100%; margin:0 auto; display:block;}


/* Start */
.slick-slider{ min-height: 1px;position: relative;display: block;box-sizing: border-box;
		-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;
			touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin:0;padding: 0; }
.slick-slide{display: none;float: left; }
.slick-initialized .slick-slide{display: block;}
/* End */


#visual .scroll_down{position:absolute; bottom:20px; left:50%; transform: translate(-50%, 0);box-sizing:border-box; text-align:center; z-index:9999;}
#visual .scroll_down p {color:#fff; font-size:10px; font-weight:700; line-height:100%; letter-spacing:1pt}

#visual .scroll-circle-box{display: block; position: relative;width: 11px;  height: 20px; border: 2px solid #fff;margin: 10px auto 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px;}
#visual .scroll-circle-box:before{
	position:absolute; content:""; left:2px; top:5px; width:3px; height:3px; background-color:#fff; opacity:0; -webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;;
	animation:mouseScroll 1.5s infinite;
}
@keyframes mouseScroll {
  0% { opacity:1; transform: translateY(0px) }
  100% {opacity:0; transform: translateY(8px)}
}


h3.main_title{text-align:center; font-size:50px; font-weight:700; color:#000;}
#news_wrap{position: relative; overflow:hidden; max-width:1360px; margin:100px auto; z-index:-1;}
#news_wrap ul{position: relative; overflow:hidden; margin-top:50px; border-top:1px solid #333; box-sizing:border-box; }
#news_wrap li{position: relative; border-bottom:1px solid #ddd;box-sizing:border-box; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
#news_wrap li .date {float:left; width:11%;}
#news_wrap li a p.lt_y {font-size:23px; color:#aaaaaa; font-weight:600; padding-top:8px;}
#news_wrap li a p.lt_m {font-size:40px; color:#aaaaaa; font-weight:bold;}
#news_wrap li a:hover p.lt_y {color:#222222;}
#news_wrap li a:hover p.lt_m {color:#222222;}
#news_wrap li .catwrap{position: relative; overflow:hidden; float:left; width:75%; margin-right:5%; top:5px;}
#news_wrap li .catwrap p.main_txt2{position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:20px; color:#000;}
#news_wrap li .catwrap p.main_txt3{position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:18px; color:#5b5b5b;}
#news_wrap li a{position: relative; overflow:hidden; display:block; padding:15px 80px 15px 30px}
#news_wrap li:hover{background:#f3f3f3; }
#news_wrap li .cat{color:#000 !important; margin-bottom:10px;}
#news_wrap li p.main_txt2{color:#333}
#news_wrap li .ar_btn{right: 30px;top: 13px; position: absolute; width:45px; height:45px; border:1px solid #ddd; box-sizing:border-box; border-radius: 100%; background:url('../images/var.png') center no-repeat; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
#news_wrap li:hover .ar_btn{ background:url('../images/var_w.png') center no-repeat, #1a4a92; border-color:#1a4a92}


#service_wrap{position: relative; overflow:hidden; width:100%; margin:0 auto; padding:100px 0; background-color:#f1f2f6; z-index:-1;}
.service_wrap{overflow:hidden; max-width:1359px; margin:50px auto 0; z-index:-1;}
.service_wrap ul:after{content: ''; display: block; clear: both}
.service_wrap ul li{float: left; width: 33.333%; overflow: hidden;position: relative}
.service_wrap ul li .txt{position: absolute; width: 100%; height: 100%; top: 0;}
.service_wrap ul li .txt > div{transition: 1s; width: 100%; height: 100%; top: 0; border: 10px solid transparent;}
.service_wrap ul li:hover .txt > div{border: 10px solid #1a4a92; }
.service_wrap ul li .txt > div strong:after{content: ''; display: block; width: 20px; height: 1px; display: block; margin: 25px auto; background:rgba(255,255,255,0.4); transition: 1s}
.service_wrap ul li .txt > div strong{display: block; text-align: center; color: #ffffff; font-size: 25px; letter-spacing: -0.4px; font-weight:500;}
.service_wrap ul li .txt > div p{display: block; text-align: center; color: #ffffff; font-size: 18px; letter-spacing: -0.5px; margin-top: 26px;}
.service_wrap ul li .txt .txt_wrap div{position: absolute; display: block; width: 100%; top: 50%; margin-top: -75px; transition: 1s; margin-left:-10px}
.service_wrap ul li:hover .txt .txt_wrap div{margin-top: -120px;}
.service_wrap ul li .txt .txt_wrap a{display: block; margin: 0 auto; border: 1px solid rgba(255,255,255,0.4); width: 170px; height: 50px; margin-top: 40px; position: relative; overflow: hidden; opacity: 0; transition: 1s}
.service_wrap ul li:hover .txt .txt_wrap a{opacity: 1}
.service_wrap ul li .txt .txt_wrap a span{color: #fff; line-height: 50px; display: block; text-align: center; position: relative;z-index: 3;}
.service_wrap ul li .txt .txt_wrap a:after{content: ''; display: block; width: 248px; height: 248px; background: url(../images/btn_bg.png); position: absolute; left: -104px; top: -104px; transition: 1s; }
.service_wrap ul li .txt .txt_wrap a:hover:after{top: 0; left: 0}

.service_wrap ul li .img img{
  display: block;
  transition: 1.5s;
  transform: scale(1);
}
.service_wrap ul li:hover .img img{ transform: scale(1.1);}

._banner{padding:60px 0 0;}
._banner > ul{display:flex;}
._banner .item{position:relative;width:50%;}
._banner .img{overflow:hidden;display:block;width:100%;height:200px;}
._banner .img img{transition:all .2s ease-in-out;transform:scale(1);}
._banner .info{position:absolute;top:40px;left:40px;}
._banner .tit{display:block;margin-bottom:20px;font-size:25px;color:#fff;line-height:1; font-weight:500;}
._banner p{color:#fff; font-size:15px; padding-bottom:15px}
._banner .view-detail{display:block;font-size:16px;color:#fff;font-weight:500;line-height:1;}
._banner .view-detail img{position:relative; transition:all .2s ease-in-out;transform:translateX(0);}
._banner a{display:block;width:100%;height:200px;}
._banner a:hover .view-detail img{transform:translateX(20px);}
._banner a:hover .img img{transform:scale(1.1);}


#client_wrap{position: relative; overflow:hidden; width:100%; margin:0 auto; padding:100px 0; background-color:#333333; z-index:-1;}
#client_wrap h3.main_title{text-align:center; font-size:50px; font-weight:700; color:#fff;}
.client_wrap{overflow:hidden; max-width:1360px; margin:50px auto 0; z-index:-1;}
.main-floor3-2{width:100%;margin: 0 auto;position: relative;}
.main-floor3-2 .item{overflow: hidden;}
.main-floor3-2 .item a{position:relative;display:block;box-sizing:border-box;padding:15px 15px;font-size:0;text-align:center;}
.main-floor3-2 .item a img{width:100%;}
.main-floor3-2 .owl-controls .owl-nav a{display:none;width: 13px;height: 23px;position: absolute;top: 50%;margin-top: -11px;text-indent: -9999em}
.main-floor3-2 .owl-controls .owl-dots{text-align: center;margin: 25px 0 0;}
.main-floor3-2 .owl-controls .owl-dot{display:inline-block;margin: 0 10px;vertical-align:middle;}
.main-floor3-2 .owl-controls .owl-dot a{display:inline-block;width: 10px;height: 10px;border-radius:10px;background:#dfdfdf; font-size: 0;}
.main-floor3-2 .owl-controls .owl-dot.active a{width: 30px;background:#fff;}



@media all and (max-width:1399px) {
	.service_wrap ul li{float: left; width: 33.333%;}
}

@media all and (max-width:980px) {	
	.service_wrap ul li .txt > div strong{font-size: 20px;}
	.service_wrap ul li .txt > div p{font-size: 15px;}
	
	._banner .info{position:absolute;top:30px;left:30px;}
	._banner .tit{display:block;margin-bottom:20px;font-size:20px;color:#fff;line-height:1; font-weight:500;}
	._banner p{color:#fff; font-size:16px; padding-bottom:15px}

	#news_wrap li .date {float:none; width:100%; padding-bottom:5px}
	#news_wrap li a p.lt_y {font-size:20px; color:#aaaaaa; font-weight:700; display:inline-block}
	#news_wrap li a p.lt_m {font-size:20px; color:#aaaaaa; font-weight:700; display:inline-block}
	#news_wrap li .catwrap{position: relative; overflow:hidden; float:left; width:100%; margin-right:0%; top:0px;}
	#news_wrap li .catwrap p.main_txt2{position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:15px; color:#000;}
	#news_wrap li .catwrap p.main_txt3{position:relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:13px; color:#5b5b5b;}
	#news_wrap li a{position: relative; overflow:hidden; display:block; padding:10px 80px 10px 30px}
	#news_wrap li .ar_btn{right: 30px;top: 25px; position: absolute; width:45px; height:45px; border:1px solid #ddd; box-sizing:border-box; border-radius: 100%; background:url('../images/var.png') center no-repeat; transition: all 0.3s ease; -o-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
}

@media all and (max-width:640px){  	
	.service_wrap{margin:30px 2% 0;}
	.service_wrap ul li{ float: none; width: 100%; height:250px;}
	.service_wrap ul li .img img{ width: 100%;
    transform: translate( 0,0) scale(1.1);
  	}
	.service_wrap ul li:hover .img img{ width: 100%;
    transform: translate( 0,0) scale(1.1);
  	}
	.service_wrap ul li .txt > div strong{font-size: 18px;}
	.service_wrap ul li .txt > div strong:after{margin: 15px auto;}
	.service_wrap ul li .txt > div p{font-size: 15px; margin-top: 20px;}
	
	.service_wrap ul li .txt .txt_wrap a{width: 150px; height: 35px; margin-top: 20px;}
	.service_wrap ul li:hover .txt .txt_wrap div{ margin-top: -80px; }
	.service_wrap ul li .txt .txt_wrap div{margin-top: -55px;}
	.service_wrap ul li .txt .txt_wrap a{ height: 35px; }
	.service_wrap ul li .txt .txt_wrap a span{ line-height: 35px; font-size:13px;}	
	
	#news_wrap li .catwrap p.main_txt2{font-size:15px;}
	#news_wrap li .catwrap p {font-size:13px;}
	
	._banner{padding:20px 0 0;}
	._banner > ul{display:block;}
	._banner > ul > li {float: none; width: 100%; height:180px;}
	._banner .item{position:relative; width:100%;}
	._banner .img{overflow:hidden;display:block;}
	._banner .img img{width:auto; height:180px}
	._banner .info{position:absolute;top:40px;left:30px; margin-bottom:30px}
	._banner .tit{display:block;margin-bottom:15px;font-size:20px;color:#fff;line-height:1;}
	._banner .view-detail{display:block;font-size:13px;color:#fff;font-weight:600;line-height:1;}
	._banner a{display:block;}
	._banner p{color:#fff; font-size:13px; padding-bottom:15px}
}

@media all and (max-width:320px){  	
	.service_wrap ul li{ float: none; width: 100%;}
	.service_wrap ul li .img img{ width: 100%;
    transform: translate( 0,0) scale(1.1);
  	}
	.service_wrap ul li:hover .img img{ width: 100%;
    transform: translate( 0,0) scale(1.1);
  	}

	.service_wrap ul li:hover .txt .txt_wrap div{ margin-top: -100px; }
	.service_wrap ul li .txt .txt_wrap a{ height: 60px; }
	.service_wrap ul li .txt .txt_wrap a span{ line-height: 60px; }
	
	.service_wrap ul li .txt > div strong{display: block; text-align: center; color: #ffffff; font-size: 20px; letter-spacing: -0.4px; font-family: 'Play', sans-serif; font-weight:700;}
	.service_wrap ul li .txt > div p{display: block; text-align: center; color: #ffffff; font-size: 20px; letter-spacing: -0.5px; font-weight: 600;margin-top: 15px; font-family: 'Play', sans-serif; }
}


/* Visual */

/*******************************************************************************
	@media 981px~1200px
*******************************************************************************/
@media all and (max-width:1280px){
#visual .visual_in>div .visual_tit{margin:0 2%; width:96%}

#news_wrap{width:96%; margin:150px auto}
}


/*******************************************************************************
	@media 768~980px
*******************************************************************************/
@media all and (max-width:1024px){
#visual .visual_in>div .visual_tit h2{font-size:48px;}

h3.main_title{font-size:36px; letter-spacing:-2.5pt;}
#client_wrap h3.main_title{font-size:36px; letter-spacing:-2.5pt;}
}


/*******************************************************************************
	@media 768~980px
*******************************************************************************/
@media all and (max-width:980px){
#visual .visual_in>div .visual_tit h2{font-size:40px; margin-bottom:30px}
#visual .visual_in>div .visual_tit p{font-size:17px; line-height:28px;}

#news_wrap{margin:8rem auto}
#news_wrap ul{margin-top:40px;}
#news_wrap li a{padding:15px 80px 15px 25px}
#news_wrap li .ar_btn{right:25px; top:30px;}
#news_wrap li .catwrap{float:none; width:95%}
#news_wrap li .date{width:100%; float:none;}
}

@media all and (max-width:780px){
h3.main_title{font-size:28px; letter-spacing:-1.5pt;}
#client_wrap h3.main_title{font-size:28px; letter-spacing:-1.5pt;}

#news_wrap{margin:6rem auto;}
#news_wrap ul{margin-top:30px;}
#news_wrap li .ar_btn{width:40px; height:40px; top:30px;}
#news_wrap li .catwrap p.main_txt2{margin-bottom:5px;}
#news_wrap li .date{font-size:13px; margin-top:0px;}
#news_wrap li .date:before{margin-right:10px;}
}



/*******************************************************************************
	@media ~640px
*******************************************************************************/
@media all and (max-width:640px){
#visual .visual_in>div .visual_tit h2{font-size:34px; margin-bottom:25px}
#visual .visual_in>div .visual_tit p{font-size:16px; line-height:26px;}

#news_wrap{margin:5rem auto}
#news_wrap li a{padding:10px 80px 10px 20px }
#news_wrap li .ar_btn{width:35px; height:35px; right:20px; top:25px;}
}

/*******************************************************************************
	@media ~480px
*******************************************************************************/
@media all and (max-width:480px){
#visual .visual_in>div .visual_tit h2{font-size:28px; margin-bottom:20px;}
#visual .visual_in>div .visual_tit p{font-size:15px;  line-height:24px;}
#visual .visual_in .visual_03 .img{}
}

/*******************************************************************************
	@media ~320px
*******************************************************************************/
@media all and (max-width:375px){
#visual .visual_in>div .visual_tit h2{font-size:22px; }
#visual .visual_in>div .visual_tit p{font-size:14px; line-height:22px;}

#news_wrap{margin:4rem auto}
#news_wrap ul{margin-top:25px;}
#news_wrap li a{padding:15px 60px 15px 15px}
#news_wrap li .date{font-size:12px; margin-top:5px}
#news_wrap li .ar_btn{right:15px; top:31px;}
#news_wrap li .date:before{background-size:15px; width:15px; height:13px}
}

/*******************************************************************************
	@media ~320px
*******************************************************************************/
@media all and (max-width:320px){
#visual .visual_in>div .visual_tit h2{font-size:20px; margin-bottom:15px; }
#visual .visual_in>div .visual_tit p{font-size:13px; line-height:20px;}
}









/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#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:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#Footer{position:relative;clear:both;padding:68px 0 68px;text-align:center;background:#222222;z-index:1;}
.footer-inner{position:relative;max-width:1360px;margin:0 auto;}
.footer-inner .logo{position:absolute;bottom:32px;left:0;overflow:hidden;width:251px;height:23px;font-size:0;background:url(../images/footer_logo.png) no-repeat center bottom / cover;}
.footer-copy {position:absolute;bottom:-20px;color:#eaeaea; left:333px;}
.footer-inner .innobiz{position:absolute;bottom:10px;right:0;overflow:hidden;width:125px;height:47px;font-size:0;background:url(../images/innobiz.png) no-repeat center bottom / cover;}

.footer-sitemap{max-width:1360px;margin:0 auto; padding-bottom:50px; border-bottom:1px solid #595959;}
.footer-sitemap .dep01 > li{display:inline-block;text-align:left;vertical-align:top;}
.footer-sitemap .dep01 > li:first-child{width:16%;}
.footer-sitemap .dep01 > li:nth-child(2){width:16%;}
.footer-sitemap .dep01 > li:nth-child(3){width:16%;}
.footer-sitemap .dep01 > li:nth-child(4){width:20%;}
.footer-sitemap .dep01 > li:nth-child(5){width:16%;}
.footer-sitemap .dep01 > li:last-child{width:16%; text-align:right}
.footer-sitemap .dep01 > li + li{margin-left:-4px;}
.footer-sitemap .dep01 > li > strong{display:block;font-weight:500;}
.footer-sitemap .dep01 > li > strong a{position:relative; color:#fff; font-size:20px;}
.footer-sitemap .dep01 > li > strong a::after{content:"";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:#fff;transition-duration:.3s;}
.footer-sitemap .dep01 > li > strong a:focus::after,
.footer-sitemap .dep01 > li > strong a:hover::after{width:100%;}
.footer-sitemap .dep01 > li .dep02{margin-top:30px;}
.footer-sitemap .dep01 > li .dep02 > li{margin-top:15px;}
.footer-sitemap .dep01 > li .dep02 > li > a{display:inline-block;position:relative;padding-bottom:2px;color:#979797; font-size:15px;}
.footer-sitemap .dep01 > li .dep02 > li > a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#979797;transition-duration:.3s;}
.footer-sitemap .dep01 > li .dep02 > li > a:focus::after,
.footer-sitemap .dep01 > li .dep02 > li > a:hover::after{width:100%;}

.footer-util {display:inline-block;position:relative;line-height:1.7em;padding:40px 0;font-size:0.875em;color:#a0a0a0; text-align:left; left:0px; padding-bottom:15px}
.footer-util .pc {display:inline-block;}
.footer-util .mobile {display:none}

#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)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

@media all and (max-width:1080px){
	#Footer{padding:8px 2% 90px;}
	.footer-inner .logo{bottom:-50px;width:251px;height:23px;}
	.footer-inner .innobiz{bottom:-65px;;width:125px;height:47px; left:300px; right:inherit;}
	.footer-sitemap{display:none;}
	.footer-text{text-align:left;border-bottom:1px solid #595959;}
	.footer-util{margin-top:0;padding-bottom:40px; text-align:center; left:inherit; width:100%;}
	.footer-util a{margin-right:22px;padding:16px 0 5px;}
	.footer-util .pc {display:inline-block;}
	.footer-util .mobile {display:none}
	.footer-copy{bottom:-50px; right:0; left:inherit;}
	.footer-copy p + p{margin-top:20px;}
}

@media all and (max-width:680px){
	#Footer{padding:8px 2% 100px;}
	.footer-inner .logo{ width:220px;height:20px; bottom:inherit; top:30px; left:50%; margin-left:-110px;}
	.footer-inner .innobiz{ width:93px;height:35px; bottom:inherit; bottom:-35px; left:50%; margin-left:-47px;}
	.footer-sitemap{display:none; border-bottom:none;}
	.footer-text{text-align:left; border-bottom:none;}
	.footer-util{margin-top:30px;padding-bottom:13px; text-align:center; left:inherit; width:100%; font-size:13px;}
	.footer-util a{margin-right:22px;padding:16px 0 5px;}
	.footer-util .pc {display:none;}
	.footer-util .mobile {display:block}
	.footer-copy {position:none; text-align:center;left:inherit;right:inherit;bottom:-70px; font-size:13px; width:100%;}
}

/* 게시물 선택복사 선택이동 */
#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;width:0;height: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;font-size:1.4em;
-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:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

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;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;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;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
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;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.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:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;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;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom: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, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;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}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.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 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.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.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 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;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;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:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

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


.line_wrap_m{display:block}
@media only screen and (max-width:767px) {
	.line_wrap_m{display:inline}
}

.sec_tit_comm{padding-bottom: 2em; font-size: 2.66rem; line-height: 1.4; font-weight: 600; text-align:center; color:#333333;}
.sec_tit_comm2{margin-top: 130px; font-size: 2.66rem; padding-top: 100px;padding-bottom: 1em; border-top: 1px solid #dedede; text-align:center; color:#333333;}
.sec_desc_comm{font-size: 1.33rem; font-weight: 500; text-align:center;}
.sec_tit_comm .light{font-weight: 300;}
.sec_tit_comm + .sec_desc_comm{margin-top: -2em; padding-bottom: 4em;}
.sub_tit_comm{padding-bottom: 1em; font-size: 1.53rem; line-height: 1;}
section.space, .w_container.space{padding-top: 130px; padding-bottom: 130px;}

@media only screen and (max-width: 1023px) {
	.sec_tit_comm{padding-bottom: 1.5em;}
	.sec_tit_comm2{padding-bottom: 1.5em;}
	.sec_tit_comm + .sec_desc_comm{padding-bottom: 3em;}
	section.space{padding-top: 90px; padding-bottom: 90px;}
}
@media only screen and (max-width: 767px) {
	.sec_tit_comm{font-size: 1.5rem;}
	.sec_tit_comm br {display:none;}
	.sec_tit_comm2{font-size: 1.5rem;margin-top: 60px; padding-top: 60px;}
	.sec_desc_comm{font-size: 1rem}
	.sec_tit_comm + .sec_desc_comm{margin-top: -1em; padding-bottom: 2em;}
	.sub_tit_comm{font-size: 1.2rem;}
	section.space{padding-top: 65px; padding-bottom: 65px;}
}

@media only screen and (max-width: 1023px) {
	.sec_tit_comm{padding-bottom: 1.5em;}
	.sec_tit_comm2{padding-bottom: 1.5em;}
}
@media only screen and (max-width: 767px) {
	.sec_tit_comm{font-size: 1.5rem;}
	.sec_tit_comm2{font-size: 1.5rem;}
}

.network {padding:60px 0;background:#fafafa;}
.network .sub_title {color:#fff;}
.network .sub_desc1 {color:#fff;margin-bottom:80px;}
.network .branch {padding-top:600px;background-repeat:no-repeat;background-position:center top;background-size:contain;position:relative;}
.network .branch .tab_type2 {position:absolute;left:0;top:490px;}

.network .branch .layer_corp.all .mapAll {width:100%;opacity:1;transition:0.3s;-webkit-transition:0.3s;}
.network .branch .layer_corp.all .mapAll.blur {width:100%;opacity:0.7;transition:0.3s;-webkit-transition:0.3s;}
.network .branch .layer_corp.all .continent {width:100%;position:absolute;left:0;top:10px;opacity:0;transition:0.3s;-webkit-transition:0.3s;}
.network .branch .layer_corp.all .continent.over {top:0;opacity:1;transition:0.3s;-webkit-transition:0.3s;}
.network .branch .layer_corp.all .continent img {}

.network .branch .layer_corp.all .more {background:url(../images/icon_more.png) no-repeat center;background-size:28px;position:absolute;opacity:1;transition:0.3s;-webkit-transition:0.3s;z-index:2; cursor:default}
.network .branch .layer_corp.all .more.over {opacity:0;transition:0.3s;-webkit-transition:0.3s;}
.network .branch .layer_corp.all .more1 {width:10%;height:18%;left:12%;top:20%;}
.network .branch .layer_corp.all .more2 {width:16%;height:34%;left:25%;top:12%;}
.network .branch .layer_corp.all .more3 {width:6%;height:12%;left:18%;top:40%;}
.network .branch .layer_corp.all .more4 {width:10%;height:24%;left:11.5%;top:54%;}
.network .branch .layer_corp.all .more5 {width:10%;height:14%;left:38%;top:67%;}
.network .branch .layer_corp.all .more6 {width:18%;height:40%;left:65%;top:11%;}
.network .branch .layer_corp.all .more7 {width:12%;height:30%;left:79%;top:55%;}

.network .branch .layer_corp.all .no {font-family: 'Ubuntu', sans-serif;font-size:20px; font-weight:700; color:#000;text-align:center;margin-left:-10px;opacity:0;position:absolute;z-index:1;transition-duration:0.3s;-webkit-transition-duration:0.3s;}
.network .branch .layer_corp.all .no.on {margin-left:0px;opacity:1;transition-duration:0.5s;-webkit-transition-duration:0.5s;transition-delay:0.2s;-webkit-transition-delay:0.2s;}
.network .branch .layer_corp.all .no1 {width:10%;height:18%;left:4%;top:20%;}
.network .branch .layer_corp.all .no2 {width:16%;height:34%;left:33%;top:12%;}
.network .branch .layer_corp.all .no3 {width:18%;height:12%;left:17%;top:56%;}
.network .branch .layer_corp.all .no4 {width:10%;height:24%;left:3.3%;top:64%;}
.network .branch .layer_corp.all .no5 {width:10%;height:14%;left:34%;top:83%;}
.network .branch .layer_corp.all .no6 {width:18%;height:40%;left:50%;top:40%;}
.network .branch .layer_corp.all .no7 {width:18%;height:30%;left:62%;top:67%;}
.network .branch .layer_corp.all .dp_mobile {display:none;}


@media screen and (max-width: 1024px) {
.network .branch {padding-top:420px;}
.network .branch .tab_type2 {position:absolute;left:0;top:360px;}
.network .branch .layer_corp.all .more {background-size:20px;}
.network .branch .layer_corp.all .no {font-size:16px;}
.network .branch .layer_corp.all .no em {font-size:36px;}

}

@media screen and (max-width: 900px) {
.network .branch .layer_corp.all .dp_mobile {display:block;}
}

@media screen and (max-width: 768px) {
.network {padding:40px 0;}
}


@media screen and (max-width: 767px) {
.network {padding:40px 0 0;}
.network .sub_desc1 {}
.network .branch {padding-top:60%;background-size:contain;background-position:center 15px;}
.network .branch .layer_corp.all .more {background-size:16px;}
.network .branch .layer_corp.all .no {font-size:15px;}
.network .branch .layer_corp.all .no em {font-size:30px;line-height:30px;margin-top:0;}
.network .branch .layer_corp.all .no1 {width:20%;left:1%;top:16%;}
.network .branch .layer_corp.all .no2 {width:16%;left:33%;top:11%;}
.network .branch .layer_corp.all .no3 {width:19%;left:20%;top:50%;}
.network .branch .layer_corp.all .no4 {width:18%;left:-2%;top:63%;}
.network .branch .layer_corp.all .no5 {width:22%;left:28%;top:83%;}
.network .branch .layer_corp.all .no6 {width:24%;left:48%;top:37%;}
.network .branch .layer_corp.all .no7 {width:24%;left:60%;top:70%;}
}

@media screen and (max-width: 680px) {
.network {padding:40px 0 0;}
.network .sub_desc1 {}
.network .branch {padding-top:60%;background-size:contain;background-position:center 15px;}
.network .branch .layer_corp.all .more {background-size:16px;}
.network .branch .layer_corp.all .no {font-size:13px;}
.network .branch .layer_corp.all .no em {font-size:30px;line-height:30px;margin-top:0;}
.network .branch .layer_corp.all .no1 {width:20%;left:1%;top:15%;}
.network .branch .layer_corp.all .no2 {width:16%;left:33%;top:9%;}
.network .branch .layer_corp.all .no3 {width:19%;left:20%;top:50%;}
.network .branch .layer_corp.all .no4 {width:24%;left:-4%;top:63%;}
.network .branch .layer_corp.all .no5 {width:24%;left:28%;top:85%;}
.network .branch .layer_corp.all .no6 {width:24%;left:48%;top:37%;}
.network .branch .layer_corp.all .no7 {width:24%;left:60%;top:70%;}
}

@media screen and (max-width: 320px) {
.network .branch .layer_corp.all .more {background-size:14px;}
}



.service_list{display: flex; flex-wrap: wrap;}
.service_list li{position: relative; width: 50%; margin-top: 5em; padding-left: 15%; padding-bottom: 3em;border-bottom: 1px solid #ebebeb;}
.service_list li:nth-child(9),
.service_list li:nth-child(10){border-bottom:none;}
.service_list li a{display:inline-block;}
.service_list .ico{display: inline-block; position: absolute; top: 0; left: 11%; width: 13.43%; max-width: 94px; height: auto; border-radius: 20px; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.05);}
.service_list .ico img{width: 100%; height: auto;}
.service_list .tit{font-size: 23px; font-weight: 600; line-height: 1; vertical-align: middle; font-style:normal; color:#333;}
.service_list .desc{padding-top: 1.5em; color: #777; font-size:17px;}

.process_img {margin-top:50px;}
.process_img img {width:100%;}
.process_img_m {display:none;}

@media only screen and (max-width: 1023px) {
	.service_list li{padding-left: 5%;}
	.service_list li .ico{position: static; width: 3em; margin-right: .5em; vertical-align: middle; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,.05)}
}

@media only screen and (max-width: 767px) {
	.service_list{flex-flow: column;}
	.service_list li{width: 100%; margin-top: 2em; padding:0 3% 2em;}
	.service_list li:nth-child(9){border-bottom: 1px solid #ebebeb;}
	.service_list .tit{font-size: 20px;}
	.service_list .desc{font-size:13px;}
	
	.process_img {display:none;}
	.process_img_m {display:block;margin-top:50px;}
	.process_img_m img {width:100%;}
}


.process_summary{display: flex; justify-content: space-between; margin-top:50px;}
.process_summary li{display: flex; flex-flow: column; justify-content: center; align-items: center; position: relative; width: 150px; height: 150px; padding-bottom: 20px; border-radius: 50%; text-align: center; color: #fff; background: #2598e8;}
.process_summary li{width: 16.13%;}
.process_summary li{width: 22%; height:181px}
.process_summary li + li{margin-left: 4.8%;}
.process_summary li + li{margin-left: 6.12%;}
.process_summary li + li::after{content: ''; display: inline-block; position: absolute; top: calc(50% - 8px); left: calc(-15% - 10px); width: 9px; height: 17px; background: url(../images/arr_process.png) center / contain no-repeat;}
.process_summary li::before{display: inline-block; margin-bottom: 15px; padding-left: 2px; padding-right: 2px; border-bottom: 1px solid #fff; font-size: 1.2rem;font-family: 'Ubuntu', sans-serif;font-weight: 300; line-height: 1.1;}
.process_summary li:nth-child(1)::before{content: 'STEP1';}
.process_summary li:nth-child(2)::before{content: 'STEP2';}
.process_summary li:nth-child(3)::before{content: 'STEP3';}
.process_summary li:nth-child(4)::before{content: 'STEP4';}
.process_summary li:nth-child(5)::before{content: 'STEP5';}
.process_summary li .txt{font-size: 1.3rem; line-height:1.4; padding-top:10px;}
.process_desc{margin-top: 50px;}
.process_desc li{position: relative; padding-left: 4.5em;}
.process_desc li + li{margin-top: 1em;}
.process_desc .step{position: absolute; top: 1px; left: 0; font-size: 1.1rem; font-weight: 600; line-height: 1.1; color: #333; padding-left:80px;}
.process_desc .step::before{display: inline-block; margin-right: .5em; font-family: 'Ubuntu', sans-serif;  color: #333;}
.process_desc li:nth-child(1) .step::before{content: 'STEP1';}
.process_desc li:nth-child(2) .step::before{content: 'STEP2';}
.process_desc li:nth-child(3) .step::before{content: 'STEP3';}
.process_desc li:nth-child(4) .step::before{content: 'STEP4';}
.process_desc li:nth-child(5) .step::before{content: 'STEP5';}
.process_desc p{position: relative; padding-left: 250px; font-size: 1.04rem}
.process_desc p::after {width:1px; height:10px; content:''; position:absolute; left:235px; top:7px; background-color:#dfdfdf;}
.process_desc p + p{margin-top: 5px;}
.process_desc li .step::before{display: inline-block; position: absolute; top: 1px; left: 0; padding-left: .5em; padding-right:.5em; height:1.46rem; border-radius:.73em; border:1px solid #2598e8; font-size: 1rem; color:#2598e8; line-height:1.3; }

@media only screen and (max-width:1023px) {
	.process_summary li::before{margin-bottom: 5px;}
	.process_summary li .txt{font-size: 1.3rem;}
}
@media only screen and (max-width:767px) {
	.process_summary{display: none;}
	.process_desc{margin-top: 50px;}
	.process_desc li{padding-left: 0;}
	.process_desc li + li{margin-top: 2em;}
	.process_desc li::before{top: 3px; font-size: 1rem;}
	.process_desc p{margin-top: .5em; font-size: 1rem; padding-left:80px;}
	.process_desc .step{position: static; font-size: 1.1rem; color: #333; padding-left:80px}
}
@media only screen and (max-width:930px) {
	.process_summary li{height: 16vw;}
}
@media only screen and (max-width:735px) {
	.process_summary li{height: 16vw;}
}


.ftCon > ul, .mfCon >  ul {overflow:hidden;}
.ftCon > ul > li{float:left;width:48%;overflow:hidden;height:210px;letter-spacing:-1px; margin-right:4%}
.ftCon > ul > li:nth-child(2n){float:right;margin-right:0%}
.ftCon > ul > li i{float:left;width:170px;font-size:130px;font-style:normal;color:#f5f5f5;font-weight:900;}
.ftCon > ul > li dl {margin-left:170px; padding-top:17px;color:#1c1c1f;}
.ftCon ul li dl p {font-size:25px; line-height:35px;font-weight:600;margin-bottom:15px;}
.ftCon ul li dl p br {display:block;}
.ftCon ul li dl dt, .mfCon ul li dl dt{font-size:20px;color:#333;font-weight:500;margin-bottom:10px;}
.ftCon ul li dl dd, .mfCon ul li dl dd{position: relative;font-size:18px;line-height:1.5;padding-left:10px;font-weight:300;}
.ftCon ul li dl dd em{font-size:16px;}
.ftCon ul li dl dd:before{content: ""; position: absolute; top: 12px; left:0;width: 4px; height:4px; background: #307fdc;}

@media screen and (max-width:1200px){
	.ftCon >  ul, .mfCon >  ul {overflow:hidden;}
	.ftCon >  ul li{float:none;width:100%;overflow:hidden;height:auto;margin-bottom:20px; margin-right:0%}
	.ftCon >  ul >  li i{float:none;width:100%;font-size:130px;}
	.ftCon >  ul >  li dl {margin-left:0;padding-top:0;margin-top:-70px;}
	.ftCon ul li dl p {font-size:20px; line-height:30px;margin-bottom:10px;}
	.ftCon ul li dl p br {display:inline-block;}
	.ftCon ul li dl dt, .mfCon ul li dl dt{font-size:18px;color:#1c1c1f;font-weight:700;margin-bottom:5px;}
	.ftCon ul li dl dd, .mfCon ul li dl dd{position: relative;font-size:13px;line-height:1.5;padding-left:10px;font-weight:300;}
	.ftCon ul li dl dd:before{content: ""; position: absolute; top: 8px; left:0;width: 4px; height:4px; background: #307fdc;}
}



.process_summary2{display: flex; justify-content: space-between; margin-top:50px;}
.process_summary2 li{display: flex; flex-flow: column; justify-content: center; align-items: center; position: relative; width: 150px; height: 150px; padding-bottom: 20px; border-radius: 50%; text-align: center; color: #fff; background: #2598e8;}
.process_summary2 li{width: 16.13%;}
.process_summary2 li{width: 22%; height:244px}
.process_summary2 li + li{margin-left: 4.8%;}
.process_summary2 li + li{margin-left: 6.12%;}
.process_summary2 li + li::after{content: ''; display: inline-block; position: absolute; top: calc(50% - 8px); left: calc(-15% - 4px); width: 9px; height: 17px; background: url(../images/arr_process.png) center / contain no-repeat;}
.process_summary2 li::before{display: inline-block; margin-bottom: 15px; padding-left: 2px; padding-right: 2px; border-bottom: 1px solid #fff; font-size: 1.2rem;font-family: 'Ubuntu', sans-serif;font-weight: 300; line-height: 1.1;}
.process_summary2 li:nth-child(1)::before{content: 'STEP1';}
.process_summary2 li:nth-child(2)::before{content: 'STEP2';}
.process_summary2 li:nth-child(3)::before{content: 'STEP3';}
.process_summary2 li:nth-child(4)::before{content: 'STEP4';}
.process_summary2 li .txt{font-size: 1.3rem; line-height:1.4; padding-top:10px;}
.process_desc2{margin-top: 50px;}
.process_desc2 li{position: relative; padding-left: 4.5em;}
.process_desc2 li + li{margin-top: 1em;}
.process_desc2 .step{position: absolute; top: 1px; left: 0; font-size: 1.1rem; font-weight: 600; line-height: 1.1; color: #333; padding-left:80px;}
.process_desc2 .step::before{display: inline-block; margin-right: .5em; font-family: 'Ubuntu', sans-serif;  color: #333;}
.process_desc2 li:nth-child(1) .step::before{content: 'STEP1';}
.process_desc2 li:nth-child(2) .step::before{content: 'STEP2';}
.process_desc2 li:nth-child(3) .step::before{content: 'STEP3';}
.process_desc2 li:nth-child(4) .step::before{content: 'STEP4';}
.process_desc2 p{position: relative; padding-left: 260px; font-size: 1.04rem}
.process_desc2 p::after {width:1px; height:10px; content:''; position:absolute; left:245px; top:7px; background-color:#dfdfdf;}
.process_desc2 p + p{margin-top: 5px;}
.process_desc2 li .step::before{display: inline-block; position: absolute; top: 1px; left: 0; padding-left: .5em; padding-right:.5em; height:1.46rem; border-radius:.73em; border:1px solid #2598e8; font-size: 1rem; color:#2598e8; line-height:1.3; }

@media only screen and (max-width:1023px) {
	.process_summary2 li::before{margin-bottom: 5px;}
	.process_summary2 li .txt{font-size: 1.3rem;}
}
@media only screen and (max-width:767px) {
	.process_summary2{display: none;}
	.process_desc2{margin-top: 0px;}
	.process_desc2 li{padding-left: 0;}
	.process_desc2 li + li{margin-top: 2em;}
	.process_desc2 li::before{top: 3px; font-size: 1rem;}
	.process_desc2 p{margin-top: .5em; font-size: 1rem; padding-left:80px;}
	.process_desc2 .step{position: static; font-size: 1.1rem; color: #333; padding-left:80px}
}
@media only screen and (max-width:930px) {
	.process_summary2 li{height: 16vw;}
}
@media only screen and (max-width:735px) {
	.process_summary2 li{height: 16vw;}
}


.brochure_area {min-height:760px; width:100%; position:relative;}
.brochure_area .img {position:absolute; top:55px; left:0; display:block; box-shadow: 5px 5px 45px 0px rgba(42,42,42,0.2);}
.brochure_area .cont {padding:100px 0 0 550px; color:#666; font-size:17px; line-height:1.5}
.brochure_area .cont .tit {margin-bottom:50px;}
.brochure_area .cont .tit em {display:block; margin-bottom:10px; color:#0053a5; font-weight:500; letter-spacing:1px; font-style:normal;}
.brochure_area .cont .tit strong {display:block; color:#222; font-size:32px; letter-spacing:-0.8px;}
.brochure_area .cont p {line-height:27px;}
.brochure_area .cont p.mb20 {margin-bottom:20px;}
.brochure_area .cont .brochure_btn a{display: block; border: 1px solid rgba(0,0,0,0.4); width: 200px; height: 50px; margin-top: 40px; position: relative; overflow: hidden; opacity: 0; transition: 1s}
.brochure_area .cont .brochure_btn a{opacity: 1}
.brochure_area .cont .brochure_btn a span{color: #333; line-height: 50px; display: block; text-align: center; position: relative;z-index: 3; font-size:15px; font-weight:normal;}
.brochure_area .cont .brochure_btn a:after{content: ''; display: block; width: 248px; height: 248px; background: url(../images/btn_bg.png); position: absolute; left: -104px; top: -104px; transition: 1s; }
.brochure_area .cont .brochure_btn a:hover {border: 1px solid #1a4a92; box-shadow: 5px 5px 5px rgba(0,0,0,0.5);}
.brochure_area .cont .brochure_btn a:hover span {color:#fff;}
.brochure_area .cont .brochure_btn a:hover:after{top: 0; left: 0;}


@media screen and (max-width:1200px) {
	/* 브로슈어 */
	.brochure_area {min-height:700px; background:#eef3f6; padding:0 40px 0 0; }
	.brochure_area .img {top:35px; left:40px; box-shadow:none;}
	.brochure_area .img img {width:100%;}
	.brochure_area .cont {padding:60px 0 0px 560px; }
	.brochure_area .cont .tit {margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #d2d8db;}
	.brochure_area .cont .tit em {font-size:14px}
	.brochure_area .cont .tit strong {font-size:25px}
	.brochure_area .cont p .bk {display:inline}
	.brochure_area .cont .btn {width:100%; padding-top:40px;}
	.brochure_area .cont .btn a {height:auto !important; line-height:45px; font-size:16px}
}
@media screen and (max-width:1024px) {
	/* 브로슈어 */
	.brochure_area {min-height:640px;}
	.brochure_area .img {top:30px; left:30px;}
	.brochure_area .img img {width:90%;}
	.brochure_area .cont {padding:60px 0 0 500px}
	.brochure_area .cont .tit {margin-bottom:20px; padding-bottom:20px; }
	.brochure_area .cont .tit em {letter-spacing:2px;}
	.brochure_area .cont p {font-size:15px}
	.brochure_area .cont .btn a {font-size:14px}
}
@media screen and (max-width:810px) {
	/* 브로슈어 */
	.brochure_area {min-height:auto; padding:40px}
	.brochure_area .img {position:static; top:auto; left:auto; width:200px; margin:0 auto; margin-bottom:20px;}
	.brochure_area .cont {padding:0; text-align:center}
	.brochure_area .cont .tit {margin-bottom:15px; padding-bottom:15px; }
	.brochure_area .cont .tit em {margin-bottom:5px; font-size:13px}
	.brochure_area .cont .tit strong {font-size:16px}
	.brochure_area .cont p {font-size:13px; text-align:left}
	.brochure_area .cont .brochure_btn a{margin:0 auto;}
}
@media screen and (max-width:620px) {
	/* 브로슈어 */
	.brochure_area {padding:30px}
	.brochure_area .cont .tit em {letter-spacing:1px;}
	.brochure_area .cont .brochure_btn a {width:100%; margin-bottom:5px; margin-right:0; font-size:13px}	
}


#sub_con_wrap .sub_con_txt{width: 800px; height: auto; overflow: hidden; min-height: 500px; margin: 30px auto; padding: 0 15px;}
#sub_con_wrap .sub_con_txt h1{font-size: 26px; font-weight: 500; line-height: 190%; text-align: left;}
#sub_con_wrap .sub_con_txt h1 span{color: #026fb5;}
#sub_con_wrap .sub_con_txt h2{font-size: 22px; font-weight: 500; line-height: 190%; text-align: left; margin-top: 30px; background-image: url('/html/images/sub/page02/dot.png'); background-repeat: no-repeat; /*padding-left: 33px;*/}
#sub_con_wrap .sub_con_txt h2 span{color: #026fb5;}
#sub_con_wrap .sub_con_txt h3{font-size: 18px; font-weight: 500; line-height: 190%; text-align: left; background-image: url('/html/images/sub/page02/dot.png'); background-repeat: no-repeat; /*padding-left: 33px;*/}
#sub_con_wrap .sub_con_txt h3 span{color: #026fb5;}
#sub_con_wrap .sub_con_txt p{font-size: 1em; /*margin-left: 33px;*/ line-height: 2;}

#sub_con_wrap .sub_con_tit{height: 90px; padding-top: 10px; background-image: url('/html/images/sub/common/bg_tit.png'); background-repeat: no-repeat;}
#sub_con_wrap .sub_con_tit ul li{font-size: 32px; font-weight: 500;}
#sub_con_wrap .sub_con_tit ul li.location{font-size: 14px; color: #666; margin-top: 12px; background-image: url('/html/images/sub/common/ico_home.png'); background-repeat: no-repeat; padding-left: 20px;}
#sub_con_wrap .sub_con_tit ul li span{margin: 0 12px;}


/* ******************   게시판 :: 쓰기, 문의폼(기본1)  ********************** */
/* 게시판 :: 쓰기, 문의폼 :: 개인정보취급방침 */
.inquiry-agree-con-wrap{padding-bottom:50px}
.bbs-inquiry-agree-con{margin-bottom:0px;}
.bbs-write-tbl-box + .bbs-inquiry-agree-con{margin-top:50px;}
.bbs-inquiry-agree-con .agree-tit{color:#222; font-size:20px; letter-spacing:-0.5px; font-weight:500; padding-bottom:15px;}
.inquiry-agreement-con{height:220px; overflow-y:auto; overflow-x:hidden; padding:20px; border:1px solid #ddd; box-sizing:border-box;}
.bbs-inquiry-agree-con .agree-txt{margin-top:10px; font-size:15px; letter-spacing:-0.3px; color:#333;}
.bbs-inquiry-agree-con .agree-txt:first-child{margin-top:0}
.bbs-inquiry-agree-con .agree-txt input{display:none;}
.bbs-inquiry-agree-con .agree-txt label{position:relative; }
.bbs-inquiry-agree-con .agree-txt label i{position:absolute; top:2px; left:0px; font-size:20px; color:#ddd;}
.bbs-inquiry-agree-con .agree-txt label .check-icon{position:relative; display:inline-block; width:15px; height:15px; border:2px solid #ddd; box-sizing:border-box; margin-right:7px; top:2px; }
.bbs-inquiry-agree-con .agree-txt label .check-icon:after{position:absolute; display:inline-block;  content: "\e928"; font-family: xeicon; top:-4px; left:0; opacity:0; font-size:16px}
.bbs-inquiry-agree-con .agree-txt input:checked + label .check-icon:after{opacity:1}
.inquiry-essential-txt{text-align:right; color:#373737; font-size:13px; letter-spacing:-0.3px; padding-bottom:15px;}
.essential-icon{color:#cf0505;}
.bbs-inquiry-agree-con .agree-txt label span{color:#c23a3a; display:inline-block; margin-right:3px}

/* 게시판 :: 쓰기, 문의폼 :: 작성영역 */
.bbs-write-tbl{width:100%; border-top:1px solid #333;}
.bbs-write-tbl th,.bbs-write-tbl td{padding:12px 20px 10px; letter-spacing:-0.5px; border-bottom:1px solid #ddd; font-size:16px; letter-spacing:-0.35px; color:#000; text-align:left}
.bbs-write-tbl th{font-weight:500; padding-right:0}
.bbs-write-tbl th.vertical-top{vertical-align:top}
.bbs-write-tbl th.vertical-top span{display:block; margin-top:7px}
.bbs-write-tbl .write-input,
.bbs-write-tbl select,
.bbs-write-tbl textarea{
    height:38px; width:50%; background-color:#fff; border:1px solid #e5e5e5; font-size:14px; vertical-align:middle;
}
/*.bbs-write-tbl .write-select{border:0; height:33px}*/
.bbs-write-tbl .write-input:focus{border-color:#333;}
.bbs-write-tbl .write-input,
.bbs-write-tbl select{text-indent:10px; width:100%; border:1px solid #ddd;}
.bbs-write-tbl textarea{width:100%; height:200px; resize:none; margin:6px 0; padding:20px 15px}
.bbs-write-tbl td input[type="file"]{height:auto; padding:0;text-indent:0; border:0;}
.bbs-write-tbl td .write-sub-txt{margin-left:10px; font-size:11px; color:#aaa; font-family:"돋움",dotum,sans-serif; letter-spacing:-0.5px;}
.bbs-write-tbl td .write-sub-txt2{display:block;margin-top:5px; font-size:11px; color:#aaa; font-family:"돋움",dotum,sans-serif; letter-spacing:-0.5px;}
.bbs-write-tbl .hypen{display:inline-block; vertical-align:middle;width:12px; margin:0 5px; text-align:center;}

/* 게시판 :: 쓰기,문의폼 :: 우편번호 검색 등의 버튼 */
.bbs-write-tbl .with-sub-btn-input{float:left; width:calc(100% - 116px) !important;}
.bbs-write-tbl .bbs-write-sub-btn{float:left; width:110px; padding:0 10px; height:38px; margin-left:5px; border:1px solid #645c54; vertical-align:middle; text-align:center; color:#645c54; font-size:13px; letter-spacing:-0.5px; font-weight:400; }
.bbs-write-tbl .bbs-write-sub-btn:hover{background-color:#645c54; color:#fff;}
.bbs-write-tbl .bbs-write-sub-btn + .write-input{clear:both;}


/* 게시판 :: 쓰기, 문의폼 :: 기타 */
.bbs-write-tbl .input-check span{}
.bbs-write-tbl .input-check span label{vertical-align:middle; font-size:14px;}
.phone-fieldset select,
.email-fieldset .write-input{max-width:150px}
.address-fieldset .write-input{display:block; margin-bottom:6px; max-width:800px; }
.address-fieldset .write-input:first-child{display:inline-block; max-width:400px}
.address-fieldset .write-input:last-child{margin-bottom:0;}

.esti_tit {font-size:23px; padding:20px 0 5px; font-weight:normal; color:#333;}

.rules{background-color:#f8f8f8;color:#888;line-height:1.4;max-height:200px;overflow:scroll;overflow-x:hidden; width:100%;}
.rules .subject{padding:0;margin-top:7px; }
.rules .padder{padding:0}
.rules .inner{padding:25px 40px 30px 40px}
.rules h3,.rules h4,.rules h5,.rules h6,.rules p{font-size:14px;color:#222;font-weight:normal}
.bbs-agree {margin-top:20px;}
.bbs-agree .rules .subject,.rules .subject{margin:20px 0 10px;padding:0;line-height:1.4;font-size:16px;height:auto}
.rules p{margin:10px 0;color:#888;line-height:25px}
.send_btn{
	margin-top:40px;
    text-align: center;
    box-sizing: border-box;
    /* padding-left: 0!important; */
    width: 100%!important;
    display: inline-block;
	font-size:15px;
}
.send_btn a {width:180px; height:48px;}

@media all and (max-width:800px){
	/* 게시판 :: 쓰기, 문의폼 :: 개인정보취급방침 */
	.inquiry-agree-con-wrap{padding-bottom:25px}
	.bbs-inquiry-agree-con{margin-bottom:0px;}
	.bbs-inquiry-agree-con .agree-tit{font-size:16px; padding-bottom:10px}
	.inquiry-agreement-con{height:150px; padding:15px}
	.bbs-inquiry-agree-con .agree-txt{font-size:13px;}
	.bbs-inquiry-agree-con .agree-txt label i{top:1px;}

	/* 게시판 :: 쓰기, 문의폼 :: 작성영역 */
	.bbs-write-tbl tr,.bbs-write-tbl th,.bbs-write-tbl td {display:block; padding:0; width:100% !important; border-bottom:0; text-indent:0;}
	.bbs-write-tbl th{font-size:13px; padding-top:15px; font-weight:600;}
	.bbs-write-tbl td{padding:10px 0; border-bottom:1px solid #ddd; font-size:13px; }
	.bbs-write-tbl td .write-input,
	.bbs-write-tbl td select,
	.bbs-write-tbl td textarea{width:100% ; border:0; background-color:#f0f0f0; -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px; height:33px}
	.bbs-write-tbl td textarea{height:80px;}
	.bbs-write-tbl td .write-sub-txt, .bbs-write-tbl td .write-sub-txt2{display:block; margin-left:0; margin-top:5px; text-align:right; font-size:12px; }

	/* 게시판 :: 쓰기, 문의폼 :: 기타 */
	.bbs-write-tbl .input-check{padding:5px 0;}
	.bbs-write-tbl .input-check span{margin-right:12px;}
	.bbs-write-tbl .input-check span label{font-size:13px; line-height:22px}
	.phone-fieldset .write-input,
    .phone-fieldset select{width:calc(33.33% - 18px) !important;}
	.email-fieldset .write-input{width:calc(50% - 14px) !important;}
	.email-fieldset .write-select{width:100% !important; margin-top:5px; max-width:none;}
	.bbs-write-tbl .address-btn{min-width:auto; font-size:12px; margin-left:5px; -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
	
	.esti_tit {font-size:17px; padding:20px 0 5px; font-weight:normal; color:#333;}
	.warning1 {font-size:13px;}
	
	.rules .inner{padding:20px}
	.agreement {font-size:13px;}
}

/* ****************** 게시판 :: 비밀번호입력 ********************** */
.bbs-password-input-con{width:100%; padding:50px 0; text-align:center; border-top:1px solid #333; border-bottom:1px solid #ddd; margin-bottom:50px;}
.password-input-tit{color:#444; font-size:15px; font-weight:400; margin-bottom:30px; }
.password-input-tit b{font-weight:600;}
.password-input-tit br{display:none;}
.bbs-password-input-box{padding:50px 0; border:1px solid #eee; background-color:#fafafa;}
.bbs-password-input-box i{vertical-align:middle; color:#888 }
.bbs-password-input-box label{margin:0 10px 0 5px; font-size:15px; font-weight:600; color:#333; vertical-align:middle;}
.bbs-password-input-box #pwdInput{height:30px; width:30%; max-width:200px; border:1px solid #ddd; text-indent:10px;}

@media all and (max-width:800px){
	/* 게시판 :: 비밀번호입력 */
	.password-input-tit{line-height:24px; font-size:13px;}
	.password-input-tit br{display:block; }
	.bbs-password-input-box label{font-size:13px;}
	.bbs-password-input-box i{font-size:18px}
	.bbs-password-input-box #pwdInput{width:90%; margin-top:10px;}
}

table {border-collapse:collapse;border-spacing:0;width:100%;}
.table2.mod{width:100%; margin-top:30px;}
.table2.mod table { border-top:2px solid #565656; margin:0 0 0 0; font-size:15px;}
.table2.mod table th { background:#f5f7f7; font-weight:700;}
.table2.mod table th { padding:15px 20px; border:1px solid #c9c9c9; line-height:1.4; text-align: center;}
.table2.mod table th.left { padding:15px 20px; border:1px solid #c9c9c9; line-height:1.4; text-align: left;}
.table2.mod table td { padding:15px 10px 15px 20px; border:1px solid #c9c9c9; line-height:1.4; text-align: left;}
.table2.mod table td.center { padding:15px 10px; border:1px solid #c9c9c9; line-height:1.4; text-align: center;}
.table2.mod table td.h163 {height:163px;}
.table2.mod table th:first-child,
.table2.mod table td:first-child { border-left:none;}
.table2.mod table th:last-child,
.table2.mod table td:last-child { border-right:none;}
.table2.mod table td p { margin:0 0 8px 0;}
.table2.mod table td p:last-child { margin:0; }
.table2.mod table td li {width:32%; display:inline-block; margin-right:1%;}
.table2.mod table td li:last-child {margin-right:0;}
.table2.mod table td li img {width:100%;}
.table2.mod table td li p {text-align:center; padding-top:5px; font-size:1rem}
.table2.mod table td span {font-weight:500; color:#000;}

.table3.mod{width:100%;}
.table3.mod table { border-top:2px solid #565656; margin:0 0 0 0; font-size:15px;}
.table3.mod table th { background:#f5f7f7; font-weight:700;}
.table3.mod table th { padding:15px 20px; border:1px solid #c9c9c9; line-height:1.4; text-align: center;}
.table3.mod table th.left { padding:15px 20px; border:1px solid #c9c9c9; line-height:1.4; text-align: left;}
.table3.mod table td { padding:15px 10px 15px 20px; border:1px solid #c9c9c9; line-height:1.4; text-align: left;}
.table3.mod table td.center { padding:15px 10px; border:1px solid #c9c9c9; line-height:1.4; text-align: center;}
.table3.mod table td.h163 {height:163px;}
.table3.mod table th:first-child,
.table3.mod table td:first-child { border-left:none;}
.table3.mod table th:last-child,
.table3.mod table td:last-child { border-right:none;}
.table3.mod table td p { margin:0 0 8px 0;}
.table3.mod table td p:last-child { margin:0; }
.table3.mod table td li {width:32%; display:inline-block; margin-right:1%;}
.table3.mod table td li:last-child {margin-right:0;}
.table3.mod table td li img {width:100%;}
.table3.mod table td li p {text-align:center; padding-top:5px; font-size:1rem}
.table3.mod table td span {font-weight:500; color:#000;}


/* layerpopup */
.layerpopup{display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:9999;overflow:auto;}
.layerpopup .pop_wrap{margin:50px auto;padding:47px 37px 48px;background:#fff;box-sizing:border-box;border:1px solid #c1c1c1;position:relative;}
.layerpopup .pop_wrap .pop_head{text-align:center;padding-bottom:50px;font-size:30px;color:#08a7dd;letter-spacing:-0.05em;line-height:35px; font-weight:bold;}
.layerpopup .pop_wrap .btn_wrap_pop{margin:46px 0 0;text-align:center;}
.layerpopup .pop_wrap .btn_wrap_pop .btn{display:inline-block;width:250px;height:70px;line-height:70px;background:#0060b9;font-size:18px;color:#fff;font-weight:500;}
.layerpopup .pop_wrap .btn_pop_close{display:block;width:55px;height:55px;position:absolute;right:37px;top:33px;box-sizing:border-box;text-indent:-9999px;border:1px solid #08a7dd;overflow:hidden;padding:12px 0}
.layerpopup .pop_wrap .btn_pop_close:after{content:'';display:block;width:30px;height:30px;position:absolute;top:12px;left:12px;background:url(../images/btn_pop_close.png) no-repeat 0 0;margin:0 auto;transition:all 0.3s}
.layerpopup .pop_wrap .btn_pop_close:hover:after{transform:rotate(180deg);}

/* 개인정보 동의 팝업 */
.pop_privacy_term .pop_wrap{width:1000px}
.pop_privacy_foot .pop_wrap{width:1000px}

/* 이메일 무단 수집 거부 */
.pop_email_reject .pop_wrap{width:1000px}
.pop_email_reject .pop_wrap .text_top{font-size:18px;line-height:28px;letter-spacing:-0.05em;text-align:center;color:#666}
.pop_email_reject .pop_wrap .box{margin:35px 0 0;padding:24px 23px 24px 27px;border:1px solid #c3c3c3;background:#fafafa;}
.pop_email_reject .pop_wrap .box .list_txt_01 li{color:#666; position:relative; padding-left:13px; padding-bottom:8px; line-height:20px;font-size:15px;}
.pop_email_reject .pop_wrap .box .list_txt_01 li:last-child {padding-bottom:0;}
.pop_email_reject .pop_wrap .box .list_txt_01 li:before {content:''; width:5px; height:5px; border-radius:50%; background-color:#666; position:absolute; left:0; top:6px;}

.pop_cont {margin-top:30px;}
.term_wrap{font-size:16px;color:#666;line-height:26px;letter-spacing:-0.05em}
.term_wrap strong{font-weight:500}
.term_wrap .txt_top{padding:0 0 15px;text-align:center;font-size:17px;color:#666;line-height:25px;letter-spacing:-0.05em}
.term_wrap .tit_term{margin:25px 0 12px;font-size:20px;color:#222;font-weight:500;letter-spacing:-0.05em}
.term_wrap .tit_term:first-child{margin-top:0}
.term_wrap .tbl_box{display:table;width:100%;border:1px solid #c3c3c3;letter-spacing:-0.05em}
.term_wrap .tbl_box .row{display:table-row;}
.term_wrap .tbl_box .col_th{display:table-cell;width:216px;background:#fafafa;border-top:1px solid #dedede;vertical-align:middle;text-align:center;font-weight:500;}
.term_wrap .tbl_box .col_td{display:table-cell;padding:25px 20px;border-top:1px solid #dedede;}
.term_wrap .tbl_box .col_td strong{font-weight:500;}
.term_wrap .tbl_box .row:first-child .col_th,
.term_wrap .tbl_box .row:first-child .col_td{border-top:none}
.term_wrap .bd_box{border:1px solid #c3c3c3;background:#fcfcfc;padding:25px;}
.term_wrap .bd_box span {padding-left:10px;}
.term_wrap .bd_box strong {font-weight:bold;}
.term_wrap .bu_dot li{padding-left:5px;}
.term_wrap .bu_dot li i{display:inline-block;width:5px;margin-left:-5px}
.term_wrap .bu_etc{padding:25px 25px 15px;}
.term_wrap .bu_etc li{padding-left:17px;}
.term_wrap .bu_etc li i{display:inline-block;width:17px;margin-left:-17px; }


.refund {width:100%; background-color:#f9f9f9; padding:50px; margin-top:150px;}
.refund_tit1 {font-size:23px; line-height:33px; color:#333; padding:0 0 10px; font-weight:700}
.refund_txt1 {font-size:20px; line-height:30px;}
.refund_tit {font-size:20px; line-height:30px; color:#333; padding:50px 0 10px;}
.refund li {font-size:17px; line-height:20px; padding-bottom:10px; position:relative; padding-left:15px; color:#666}
.refund li:last-child {padding-bottom:0;}
.refund li:before {width:5px; height:5px; border-radius:50%; background-color:#666; content:''; position:absolute; left:0; top:8px;}

@media all and (max-width:800px){
	.refund {padding:30px; margin-top:80px;}
	.refund_tit1 {font-size:20px; line-height:30px; color:#333; padding:0 0 10px;}
	.refund_txt1 {font-size:17px; line-height:27px;}
	.refund_tit {font-size:17px; line-height:27px; color:#333; padding:30px 0 5px;}
	.refund li {font-size:13px; line-height:20px; padding-bottom:5px; position:relative; padding-left:10px; color:#666}
	.refund li:before {width:3px; height:3px; border-radius:50%; background-color:#666; content:''; position:absolute; left:0; top:8px;}
}