html{font-size:20px;}
body{font-size:1rem;}

.tablet{display:none;}
.mob{display:none;}

h2{font-size:2.5rem;}
h3{font-size:2.2rem;}
h4{font-size:1.7rem; margin-bottom: 0.6rem;}
h5{font-size:1.3rem; }


/*헤더*/
#wrap{ position:relative;font-size:0.9rem;}
#wrap img { border:none; }
#wrap i{vertical-align:middle;}

#header{position: absolute; top:0; left: 0; width:100%; z-index:100;-webkit-transition:all .3s;transition:all .3s;background:#fff;}
#header .header_inner{position:relative;height:4.5rem;
width:100%;margin:0 auto;padding: 0 3rem;}
#header .header_inner h1{z-index:10;position:absolute;top:50%;transform:translateY(-50%);}
#header h1 img{max-width: 10rem;}

/*gnb*/
#header .header_inner .top_menu{ z-index:10; font-size: 0.7rem; font-weight:500; letter-spacing:0.02em; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
#header .header_inner .top_menu li{position: relative; display:inline-block; margin-right: 1.2rem; color: #fff; }
#header .header_inner .top_menu li.memN{margin-right:1.2rem; letter-spacing:0;}
#header .header_inner .top_menu li.memN:after{display:none;}
#header .header_inner .top_menu li:last-child{margin-right: 0;}
#header .header_inner .top_menu li a{display: block; color:#ffb306; font-weight: 200; font-family: 'DM Sans', sans-serif;}

/*language*/
#header .header_inner .top_menu .lan{margin-left:0; display:block; width:5rem; display: flex; flex-direction: row;border:1px solid #ababab;border-radius:25px;position:absolute;right:5rem;top:50%;transform:translateY(-50%);}
#header .header_inner .top_menu .lan a{color: #ababab;  width: 50%; height:1.5rem; text-align:center; line-height:1.5rem;position:relative;}
#header .header_inner .top_menu .lan a:first-child:after{height:0.5rem;right:0;background:#ababab;width:1px;content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);}
#header .header_inner .top_menu .lan .select_btn {color:#000;font-weight:600;}


/*탑메뉴*/
#header .header_inner #nav {text-align:center;height:100%}
#header .header_inner #nav ul {clear:both;  position:relative; box-sizing:border-box;height:100%;}
#header .header_inner #nav ul li { display:inline-block;width: auto; float:none; vertical-align:top;position:relative;}
#header .header_inner #nav ul li {position:relative; }
#header .header_inner #nav > ul > li:after{position: absolute; content: ''; display: block; width: 1px; height: 1rem; overflow: hidden; right:0; top: 62%; transform:translateY(-62%); background-color: #fff;}
#header .header_inner #nav > ul > li:last-child:after{background: none;}
#header .header_inner #nav > ul > li > div > a{color: #333; font-size:1rem; font-weight: 500; margin:0 3.5rem;}
#header .header_inner #nav ul li a{text-align:center; display:inline-block; height:4.5rem;line-height:4.5rem;  text-transform: uppercase; position:relative;margin:0 3rem;}
#header .header_inner #nav ul li  a strong{font-weight: 600;color:#00499d; }

#header .header_inner #nav ul li.active a:before{width:100%; left:0%;}


/*탑메뉴 2차*/
#header .header_inner #nav ul li ul {z-index: 100;position: absolute;  display:none; width:100%; height: 13.5rem; left:0; top:4.5rem; box-sizing:border-box; padding:1.5rem 0;   border-top:none; text-align:center;}
#header .header_inner #nav ul li ul li {display:block;margin:0; margin-bottom:.75rem; line-height:1; padding-bottom: 0.4rem; }
#header .header_inner #nav ul li ul li a{display:inline-block; font-size:0.9rem; text-align: left;  margin:0 1rem; height:auto; font-weight:normal; line-height:1.3;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease; transition: all 0.3s ease; }
#header .header_inner #nav ul li ul li a:after{position: absolute; display : block; content:''; width: 0%; height: 1px; bottom: -.25rem; left: 0; background-color: #00499d; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease; transition: all 0.3s ease;}
#header .header_inner #nav ul li ul li a:hover{position: relative; color:#00499d; }
#header .header_inner #nav ul li ul li a:hover:after{width: 100%;}

#header .header_inner #nav ul li.active ul li a strong{font-weight:normal;}

.bg_box{margin: 0 auto !important;  display:none; position: absolute; width: 100%; height: 13.5rem; top:4.5rem; z-index:10; box-sizing:border-box; border-top: 1px solid #DBDBDB; background-color:#f5f5f7; box-sizing: border-box; box-shadow:3px 15px 15px rgba(0,0,0,0.1);}
.bg_box .bg_img{position: absolute; right:0; top:0; width: 20%; height: 100%; z-index: -10; background:url("/images/default/main/menu_bg01.jpg") no-repeat top right;text-align:center;line-height:12.5rem;color:#fff;font-size:1.5rem;font-weight:500;}
.bg_box .add_bg{position:absolute;width:20%;height:100%;background:url("/images/default/main/menu_img.png")no-repeat left center;left:0;top:0;}


.sitemap{position:absolute; right:0; top: 2rem; width:5rem; height:2rem; line-height: 2rem; color: #fff; cursor:pointer; z-index:9999;text-align:center;}
.sitemap a{color: #fff;}
.sitemap a i{vertical-align: -2px !important;}

/*언어별*/
.lang_btn{display:none;}
@media (max-width:1030px){
	.lang_btn{display:block; position: absolute; right:4.5rem; top:50%;transform:translateY(-50%); font-size:1.4rem;}
	#header .header_inner .top_menu {display:block; }
	#header .header_inner .top_menu .lan{display:block; border-radius:0; width:50px; background:#fff; text-align: center; top:4rem;  right:3.5rem; transform:translateY(0);}
	#header .header_inner .top_menu .lan a{width:100%; height:40px; line-height:40px; font-size:1rem; }
	#header .header_inner .top_menu .lan a:first-child:after{display:none;}
}
@media (max-width:767px){
	.lang_btn{right:3.7rem;}
	#header .header_inner .top_menu .lan{top:3.7rem; right:2.8rem;}
}


/*사이트맵 버튼*/
#header .btn-gnb-menu{width:4.5rem; height:4.5rem;cursor:pointer; z-index:9999;text-align:center;position:absolute;right:0;top:50%;transform:translateY(-50%);}
#header .btnAll {position:relative; width:1.5rem; height:1.5rem; top:50%; transform:translateY(-50%);outline: none; z-index:9999;}
#header .btnAll span { display: block; width: 100%; height: 0.15rem; position: absolute; background-color: #000; -webkit-transition: all 0.25s; transition: all 0.25s; }
#header .btnAll > span:nth-child(1) { top: 0; right:0;}
#header .btnAll > span:nth-child(2) { top: 0.5rem; right:0; width:1.1rem;}
#header .btnAll > span:nth-child(3) { top: 1rem; right:0; width:1.4rem;}
#header.open .btn-gnb-menu{display:block; background: transparent;}
#header.open .btnAll > span{background-color: #000;}
#header.open .btnAll > span:nth-child(1) { top: 0.5rem; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); width: 1.5rem;}
#header.open .btnAll > span:nth-child(2) { top: 0; opacity: 0; width: 1.5rem;}
#header.open .btnAll > span:nth-child(3) { top: 0.5rem; -webkit-transform: rotate(135deg); transform: rotate(135deg); width: 1.5rem;}


/*사이트맵*/
#header #navi{background:#fff; position:fixed; right:-100%; top:0; width:100%; height:100%; padding-top:0;  z-index:100; transition:right 0.45s;}
#header.open #navi{transition:right 0.45s; right:0px;}
#menuAll h3{text-align: center; font-size:1.6rem; padding-top:5rem;  line-height:1.5; margin-bottom:1.5rem; color:#111;font-weight:300;width:72%;margin-left:21%;}
#menuAll h3 em{display:block;color:#0068b7;font-weight:500;}
#menuAll .mobile_top {height:100%;position:relative; display: flex; align-items:center;}
#menuAll .mobile_top .mbtop{padding-left:15%;flex-basis:100%;}
#menuAll .mobile_top .mbtop > li > a{position:relative;}
#menuAll .mobile_top .mbtop > li > a:after{content: ""; width: 12px;height: 12px;background: url("/images/default/content/sitemap_bg.png") no-repeat ;position: absolute;left: -0.8rem;top: 0.3rem;}
#menuAll .mobile_top ul > li{margin-bottom:2rem;}
#menuAll .mobile_top ul li:last-child{padding-right:0rem;}
#menuAll .mobile_top ul li:last-child ul{}
#menuAll .mobile_top ul li > a{display:block; font-size:2rem; font-weight:600;  padding:1rem 0 0 0;width:100%; ;position:relative;}
#menuAll .mobile_top ul li ul{display:flex;margin:-1%;margin-top:1.5rem;}
#menuAll .mobile_top ul li ul li{float:none;position:relative;margin:1%;}
#menuAll .mobile_top ul li ul li a{ display:block; font-size:1rem; color:#666; background:none; text-align: left; padding:0;font-weight:400;}
#menuAll .mobile_top ul li ul li a strong{font-weight:400;}
#menuAll .mobile_top ul li ul li a:hover{color:#00499d;}
#menuAll .mobile_top ul li ul li ul{margin:20px 0 30px;}
#menuAll .mobile_top ul li ul li ul li{position:relative;margin-top:0.5rem;}
#menuAll .mobile_top ul li ul li ul li:before{width:4px; height:4px; border-radius:50%; left:4px;top:6px;display:block;position:absolute;background:#666;content:'';}
#menuAll .mobile_top ul li ul li ul li a{color:#888; font-weight:400;padding-left:0.85rem;position:relative;font-size:0.8rem;}
#menuAll .menubg{background: url("/images/default/content/site_bg.jpg") no-repeat center top;background-size:cover;background-position:80%;height:100%;width:30%;position:relative;float:right;animation: AnimationName 5s ease ;
}


#menuAll .menubg span{background:#00499d;color:#fff;padding:1.5rem 5rem;position:absolute;bottom:0;transform:translateX(-50%);
}
#menuAll .menubg span:after{position:absolute;content:'';display:block;background:url(/images/default/content/w_text_icon.png)no-repeat;width:2.45rem;height:0.95rem;top:50%;transform:translateY(-50%);right:1.5rem;}
/*배경 에니메이션*/
-webkit-animation: AnimationName 16s ease infinite;
 -moz-animation: AnimationName 16s ease infinite; 
-o-animation: AnimationName 16s ease infinite; 
animation: AnimationName 16s ease infinite; 

@-webkit-keyframes AnimationName { 
0%{background-position:0% }

100%{background-position:80%} 
} 

@-moz-keyframes AnimationName { 
0%{background-position:0% }

100%{background-position:80%} 
}

 @-o-keyframes AnimationName {
 0%{background-position:0% } 

100%{background-position:80%} 
}

 @keyframes AnimationName { 
0%{background-position:0% } 

100%{background-position:80%}
 }
#menuAll .sns_mobile{display: none;}
#menuAll .menubg:after{content : ""; display : block; position : absolute; right :-1rem; top:0; height: 12.85rem; width:14rem;background: url("/images/default/content/bg_potin01.png") no-repeat center top; }
#menuAll .menubg:before{content : ""; display : block; position : absolute; left :0rem; bottom:0; height: 12rem; width:16.4rem;background: url("/images/default/content/bg_potin02.png") no-repeat center top; }
#menuAll .menubg h3{color:#fff;vertical-align:middle;top:50%;left:50%;transform: translate(-50%, -50%);
position:absolute;margin-left:0;padding-top:0;}



/*서브 비주얼*/
#wrap #sepration { clear:both; height:605px; background:url('/images/default/content/sub_visual01.jpg') no-repeat center top;text-align:center; font-family:'Montserrat', 'Noto Sans KR', '나눔고딕',  'Dotum', '돋움', 'sans-serif';position:relative;}
#wrap #sepration .section{width:100%; padding-top:4.5rem;opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px); -webkit-transition: 1s 0.4s;transition: 1s 0.4s;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;}
#wrap #sepration .section.on{opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
#wrap #sepration h2{font-size:50px; letter-spacing: -0.02em;font-weight:600; color:#fff; text-shadow:1px 2px 3px rgba(0, 0, 0, 0.1);text-transform: uppercase; margin-top:20px;margin-bottom:4.5rem;}
#wrap #sepration p{ font-size:17px; color:#fff;text-shadow:1px 2px 2px rgba(0, 0, 0, 0.1);letter-spacing: 0; line-height:1.5;position:relative;}
#wrap #sepration p:after{background:url(/images/default/content/w_text_icon.png)no-repeat;width:2.45rem;height:0.95rem;content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);top:-1.5rem;}

#wrap #sepration .sec_tit{display:none;background:#fff;width:1400px;margin:0 auto;border:1px solid #003e85;position:absolute;bottom:0;left: 50%;transform:translate(-50%,50%);box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);}
#wrap #sepration .sec_tit p{color:#666 ;margin:0;text-shadow:none;padding:1rem 0;}
/* 왼쪽메뉴 */
.tab_view{display:none;}
.lm_bg .left_bx{width:1400px;margin:0 auto;position:relative;}
.lm_bg {clear:both;  margin-top:-80px; position:relative; z-index:0; background:#fff;height:4rem;border-bottom:1px solid #e0e1dc;}
.lm_bg.jbFixed{position: fixed; top: 0; z-index: 100; margin-top: 0;  width: 100%; transition: all .3s; -webkit-transition: all .3s;}
.lm_bg .left_menu {width:1400px;margin:0 auto;}
.lm_bg .left_menu ul {width:1400px; padding-left:80px;margin:0 auto;text-align:center;}
.lm_bg .left_menu ul:after{content:'';display : block; position : absolute; top:0px; left:0;  width :100%; height : 1px; background : rgb(255,255,255,0.6);}
.lm_bg .left_menu ul li {width:20%; float:left; line-height:4rem; height:4rem;position : relative; box-sizing:border-box;}
.lm_bg .left_menu ul li a{ display:block; color : #333; font-weight:500; font-size:18px; letter-spacing:-0.04em;  box-sizing:border-box;}
.lm_bg .left_menu ul li a:before{content:'';display : block; position : absolute; right:0; top:0;width :1px; height : 100%; background :#e0e1dc;z-index:1;}

.lm_bg .left_menu ul li a strong{position:relative;  font-weight:500; display:inline-block; height:100%; }
.lm_bg .left_menu ul li.on{}
.lm_bg .left_menu ul li.on a{color:#003e85;font-weight:600; z-index:1;}
.lm_bg .left_menu ul li.on a:after{content:'';display : block; position : absolute;bottom:0; left:0;  width :100%; height : 4px; background : #003e85;z-index:1; }

.home{position:absolute;width:4rem;height:4rem;z-index:1;display:block;line-height:4rem;text-align:center;border-left:1px solid #e0e1dc;border-right:1px solid #e0e1dc;}
.home  img{padding:1.5rem 0;}


#container #section .right_content .content_body {padding: 3.25rem 0 6rem 0; min-height:400px; overflow:hidden; }
#container #section .right_content .page_main_title{width:1400px; margin:0 auto; text-align:center; }
#container #section .right_content .page_main_title h3{color:#333;font-size:1.9rem;margin-bottom:3rem;}
#container #section .right_content .page_main_title p{text-align:left; font-size:0.8rem; }
#container #section .right_content .page_main_title p a{color:#999; margin:0 5px;}

/* 탭메뉴 */
.tab_menu{width:1400px; margin:0 auto; position:relative; z-index:0;margin-bottom:3.5rem;}
.tab_menu ul{text-align:center; overflow:hidden;}
.tab_menu ul li{float:left; width: 33.3333%;}
.tab_menu ul li a{display:inline-block; width:100%; border-bottom: 4px solid #E2E2E2; box-sizing:border-box; padding:1rem 0; text-align:center; font-size:1.1rem; color:#8f8f8f; font-weight:500;}
.tab_menu ul li.on a{border-color:#0043c7; color:#0043c7;}


/*컨텐츠*/
#container{margin:0; padding:0; position:relative;clear:both;z-index:0;}
#container .inn{width:1400px; margin:0 auto; position:relative; line-height:1.3; padding: 4rem 0;} 
#container .inn h3{font-weight: 600;}
#container img{vertical-align:middle;max-width:100%;}

#container .inn{display: flex; justify-content:space-between; align-items: stretch; box-sizing: border-box; }


/*푸터*/
#footer{background:#3b3a38;color:#fff;}
#footer .copyright{width:1800px;margin:0 auto;display:flex;padding:3rem 0;position:relative;}
#footer .copyright .f_info{margin-left:3rem;}
#footer .copyright .f_info li{margin-bottom:1rem;}
#footer .copyright .f_info li span{padding:0 1rem;position:relative;}
#footer .copyright .f_info li span:first-child {padding-left:0;}
#footer .copyright .f_info li span:last-child {padding-right:0;}
#footer .copyright .f_info li span em{padding-right:0.5rem;}
#footer .copyright .f_info li span:after{width:1px;height:100%;background:#7b7b7b;content:'';display:block;position:absolute;top:0;right:0;}
#footer .copyright .f_info li span:last-child:after{display:none;}
#footer .copyright .f_info li.copy{margin-top:2.4rem;color:#7b7b7b;font-size:0.8rem;}
#footer .copyright .f_info li:last-child{margin-bottom:0;}
#footer .copyright .f_img{position:absolute;right:0;top:50%;transform:translateY(-50%);}

/********************************************************
■ 레이아웃 변경
********************************************************/

@media (max-width:1400px){
	/*탑메뉴*/
	#header .header_inner{width:100%;}
	#header .header_inner .top_menu {right: 1rem;}
	#header .header_inner{width:100%; padding:0 1rem;}
	#header .header_inner h1{left:1rem; width:9rem;}
	#header .header_inner #nav > ul > li > div > a {font-size: .95rem; margin: 0 3rem;}
	#header .header_inner #nav ul li ul li a{font-size:0.8rem;  margin:0 .5rem;}
	#header .header_inner .sitemap{right:1rem;}


	/*탑메뉴 2차*/
	.bg_box .box_txt{width:100%; margin: 0; padding:1rem 1rem 1rem 2rem;}
	.bg_box .bg_img{width: 35%;}

	#wrap .header_inner .sitemap p{right:10px;}
	#menuAll .mobile_top .mbtop{padding-left:5rem;}

	/* 탭메뉴 */
	.tab_menu{width:100%;}
	.tab_menu ul li a{font-size:1rem;}
	

	/*비주얼*/
	#visual .bxslider li .ptext,
	#visual .bx-wrapper .bx-pager{width: 100%; padding: 0 1rem;}
	#visual .bx-wrapper .bx-pager{width: 100%; left:0; margin-left:0;}

	/*왼쪽메뉴*/
	.lm_bg .left_menu ul{width:100%;}


	/*컨텐츠*/
	#container .inn{width:100%; padding: 4rem 2rem;}

	/*페이지 타이틀*/
		#container #section .right_content .page_main_title{width: 100%; padding: 0 1rem;}

	/*footer*/
	#footer .copyright{width:100%;display:block;padding:0 1rem;}
	#footer .copyright .f_info{margin-left:0;}
}

@media (max-width:1200px){

	/*헤더*/
#header .header_inner #nav > ul > li > div > a{margin:0 2rem;}
	/*서브비쥬얼 텍스트*/
	#wrap #sepration .section{width:100%;}
	
	#wrap #sepration h2{margin-top:1rem;font-size:2rem;margin-bottom:0;}

	/*탑메뉴 2차*/
	.bg_box .bg_img,
	.bg_box .box_txt{width: 30%;}
	.bg_box .box_txt p br{display: none;}

	/*푸터*/
	#footer .copyright .f_add{position:relative;transform:translateY(0);}
	#footer .copyright{flex-direction: column;align-items:flex-start;}
	#footer .copyright .f_add{right:0;font-size:0.9rem;}
	#footer .copyright .f_info{padding:1rem 0;}
}

@media (max-width:1100px){
	/*탑메뉴 2차*/
	.bg_box:after,
	.bg_box .box_txt{width: 25%;}
	.bg_box .bg_img{width:25%;}
}



/********************************************************
■ 태블릿
********************************************************/
@media (max-width:1030px){
	html{font-size:16px;}
    body{font-size:1rem}
	.web{display:none;}
    .tablet{display:block;}   
    
	/* 헤더 */
	#header h1 img,
	#footer h3 img{width: 14rem;}
	#header .header_inner {height: 4rem;}
	#header .header_inner .top_menu{display: none;}
	#header .header_inner #nav{display:none; }	
	#header .btn-gnb-menu{width:4rem; height:4rem;}
	

	/*사이트맵 버튼*/
	#header .btn-gnb-menu{display:block; position:absolute; right:0; top: 0; width:4rem; height:4rem; cursor:pointer; z-index:9999; text-align:center; transform: translateY(0);}
	#header .btnAll {position:relative; width:1.5rem; height:1.3rem; top:50%; transform:translateY(-40%);outline: none; z-index:9999;margin-top:0;}
	#header .btnAll span { display: block; width: 100%; height: 0.12rem; position: absolute; background-color: #000; -webkit-transition: all 0.25s; transition: all 0.25s; }
	#header .btnAll > span:nth-child(1) { top: 0;}
	#header .btnAll > span:nth-child(2) { top: 0.5rem; }
	#header .btnAll > span:nth-child(3) { top: 1rem;}
	#header.open .btn-gnb-menu{display:block; background: #00499d;}
	#header.open .btnAll > span{background-color: #fff;}
	#header.open .btnAll > span:nth-child(1) { top: 0.5rem; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); width: 1.5rem;}
	#header.open .btnAll > span:nth-child(2) { top: 0; opacity: 0; width: 1.5rem;}
	#header.open .btnAll > span:nth-child(3) { top: 0.5rem; -webkit-transform: rotate(135deg); transform: rotate(135deg); width: 1.5rem;}


	/*전체메뉴*/
	#header #navi{background:#fff; position:fixed; right:-100%; top:0; width:100%; height:100%; padding-top:4rem; z-index:100; transition:right 0.45s;}
    #header.open #navi{transition:right 0.45s; right:0px;}
    #menuAll{display: block;}
    #navi h3{font-size:1.2rem;color:#fff; padding:1rem 0.75rem; line-height:1.3; font-weight:normal; margin:0; text-align: center;background: #FFB306; }
    #navi h3 em{font-weight:600;}
	#menuAll .menubg{display:none;}
	#menuAll .mobile_top{width:100%;height:auto; flex-direction: column;}
	#menuAll .mobile_top .mbtop{display: block;padding:0;}
	#menuAll .mobile_top .mbtop > li > a:after{display:none;}
	#menuAll .slogan{width:100%;margin-left:0;}


    /*1차*/
    #navi ul.mbtop {width:100%; margin:0; padding:0;}
    #navi ul.mbtop li {margin:0; float:none; width:100%; padding-right:0; border-bottom:1px #eeeeee solid; position:relative; }
	#navi ul.mbtop li:after{ content :"\e941"; display : block; position : absolute; right:1rem;  top:15px;font-family:'xeicon'; font-weight:500; }

    #navi ul.mbtop li a {padding:0; background: none; text-align:left; display:block; width:100%; padding:15px 1rem;box-sizing:border-box; font-size:1.15rem;  color:#262626;}
    #navi ul.mbtop li.open_li{ position:relative;}
    #navi ul.mbtop li.open_li:after{ content :"\e944";}
   
    /*2차*/
    #navi ul.mbtop li ul {display:none; float:none; background-color:#f5f6f7; position:relative; left:0; top:0; width:auto; height:auto; visibility:visible;  padding:1rem 1rem; margin-top:0;}
    #navi ul.mbtop li ul li {float:none;border:none; box-sizing:border-box;  background: none; padding-left:0;margin:4% 2%;}
    #navi ul.mbtop li ul li a {color:#262626; background:url(none);  height:auto; padding-left:0;  font-size:1.1rem; font-weight:500;}
    #navi ul.mbtop li ul li:after,
	#navi ul.mbtop li ul li:before{display:none;}

    /*3차*/
    #navi ul.mbtop li ul li ul{display:none;border:none; height:0;background:none; margin:0; padding:0;}
    #navi ul.mbtop li ul li ul li {display:none;}

	#menuAll .mobile_top > ul > li:nth-child(2) > a{ background: #fff; }
	#menuAll .mobile_top > ul > li:nth-child(3) > a{ background: #fff; }
	#menuAll .mobile_top > ul > li:nth-child(4) > a{ background: #fff; }
	#menuAll .mobile_top > ul > li:nth-child(5) > a{ background: #fff; }

	#navi ul.mbtop li.open_li > a {color:#0068B7;}


	/* 서브비주얼 */	
	#wrap #sepration{height:18rem;}
	#wrap #sepration p{margin-top:0rem;font-size:0.9rem;}
	#wrap #sepration .section{padding-top:3.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;}

	/* 서브메뉴 */	
	.lm_bg{margin-top:-3rem; border-top:none;z-index:10;margin-top:0;height:auto;}
	.home{display:none;}
	.tab_view{display:block; cursor:pointer;background:#00499d; background-size:12px auto;padding:1rem .75rem; font-size:1.1rem; box-sizing:border-box; color:#fff; box-sizing:border-box; padding-left:1rem; font-weight:normal; position:relative; text-align: left;}
	
	.tab_view span{position:absolute; top:50%; right:1rem; margin-top:-4.5px; display:block; }
	.tab_view span img{width:13px;}
	.tab_view.on{cursor:pointer; }
	.tab_view.on span img{transform:rotateX(180deg);}
	.left_menu {position:relative;box-sizing:border-box; height:0; width:100% !important;}
	.left_menu ul{display:none; z-index:100;position:absolute;width:100%;left:0;  margin:0 auto; line-height:0; background:#383838;box-sizing:border-box; padding:1rem .75rem;box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);-webkit-box-shadow:   6px 6px 6px 0px rgba(25, 25, 25, 0.15);	-moz-box-shadow:  6px 6px 6px 0px rgba(25, 25, 25, 0.15);padding-left:1rem !important; }
	.lm_bg .left_menu ul:after{display:none;}
	.lm_bg .left_menu ul li {width:100% !important;border:none !important;height:auto; line-height:auto; margin-left:0; vertical-align:middle; box-sizing:border-box; }
	.lm_bg .left_menu ul li a {display:block; padding:.75rem .75rem;line-height: 1.0; height: auto;  font-weight:500; font-size:1.1rem; color:#888;text-transform:capitalize; }
	.lm_bg .left_menu ul li a:before{display:none;}
	.lm_bg .left_menu ul li strong{ font-weight:500;} 
	.lm_bg .left_menu ul li.on a:before{display:none;}
	.lm_bg .left_menu ul li.on a{background:none; color:#fff;}
	.lm_bg .left_menu ul li.on a:after{display:none;}

	/* 탭메뉴 */	
	.tab_menu{margin:2rem 0;}
	.tab_menu ul{display:flex; align-items: center; flex-flow: row wrap; justify-content: space-evenly; }



	/*비주얼*/
	#visual .bxslider li{height:36rem;}
	#visual .bx-wrapper .bx-controls{bottom: 7rem;}


	/*컨텐츠*/
	#container #section .right_content .content_body{padding:3.6rem 0;}
	#container .inn {padding: 3rem 1.5rem;}
	
	/*푸터*/
	#footer .copyright{padding:2rem 1rem 2rem 1rem;}
	#footer .copyright .f_img{right:1rem;top:2rem;transform: translateY(0);}
}


/********************************************************
■ 모바일
********************************************************/
@media (max-width:767px){
	html{font-size:15px;}
    body{font-size:1rem}
	.mob{display:block;}

	/*탑메뉴*/
	#wrap{font-size:1rem;}	
	#header h1{left: 1rem;}
	#header h1 img,
	#footer h3 img{max-width: 9rem;}
	#header .header_inner{height:3.6rem;}
	#header #navi{padding-top:3.6rem;}
	#header .btn-gnb-menu{width:3.6rem; height:3.6rem;}


	/*전체메뉴*/
	#menuAll .sns_mobile li a{height: 3.6rem; line-height: 3.6rem;}
	#menuAll .sns_mobile li:last-child a{line-height: 3.7rem;}
	

	/*비주얼*/
	#visual .bxslider li{height:32rem;}
	#visual .bx-wrapper .bx-controls{bottom: 5rem;}



	/*탭메뉴*/
	.tab_menu ul li a{display:block; text-transform:capitalize; display: -webkit-box; display: -ms-flexbox;	display: -webkit-flex; display: flex;	-webkit-box-pack: center;	-ms-flex-pack: center;	-webkit-justify-content: center;	justify-content: center;	-webkit-box-align: center;	-ms-flex-align: center;	-webkit-align-items: center; align-items: center; height:50px; line-height:1.1;}

	/*컨텐츠*/
	#container .inn {padding: 3rem 1rem;}
	#container #section .right_content .page_main_title h3{margin-bottom:2rem;font-size:1.4rem;}


/*푸터*/

	#footer .copyright .f_info li.copy{margin-top:1rem;}
	#footer .copyright .f_info{padding-top:1rem;}
	#footer .copyright .f_img {right:1rem;bottom:0;top:2rem;transform:translateY(0);width:3rem;}
	#footer .copyright .f_img img{width:3rem;}
	#footer .copyright .f_info li span{display:block;padding:0;line-height:1.5}
	#footer .copyright .f_info li span:after{display:none;}

}


@media (max-width:480px){
	/*비주얼*/
	#visual .bxslider li .ptext p br{display: none;}
}