@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  overflow-y:auto;
  overflow-x:hidden;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}
.btn.btn-red{
	background:#e10613;
	border:1px solid #e10613;
	color:#fff;
}
.btn.btn-red-o{
	background:none;
	border:1px solid #c02126;
	color:#c02126;
}
.btn.btn-blue-o{
	background:none;
	border:1px solid #0057b8;
	color:#0057b8;
}
.btn.btn-white-o{
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.radius-none{
	border-radius:0 !important
}
.btn.btn-bullet{
	border:1px solid #333;
	border-radius:0 !important;
	position:relative;
}
.btn.btn-bullet:after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:6px;
	height:4px;
	background:#333;
	transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
}

@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
	.container.container-lg{
		width:1280px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}

.m_blind{display:none !important;}

/*boots 추가 스타일*/
/* content styles */

.inside {

}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


#Wrapper {
 height: 100%;
  width: 100%;
  _overflow-x:hidden !important;
}

/*라인 설정*/
.titleLine {border-top:1px solid #00aeef;}
.titleLine.lineBlue{border-color:#00aeef;}
.titleLine.lineWhite{border-color:#fff;}
.titleLine.line-lg {border-width:6px;}
.titleLine.line-md {border-width:4px;}
.titleLine.line-sm {border-width:2px;}
.titleLine.line-left{display:inline-block;}


/**/
.listMore {
	padding:30px 0;
	text-align:center;
}


/*푸터*/
#footerWrap {
	background:#222;
	padding:50px;
}
#footerWrap > div{
	position: relative;
}
#footerWrap .footLogo{
	opacity:.4;
	margin:0;
	line-height:0;
}
#footerWrap .sns{
}
#footerWrap .sns > a{
	display:inline-block;
	margin-right:20px;
}
#footerWrap .sns > a:hover > img{
	-ms-transform: scale(1.6,1.6); /* IE 9 */
    -webkit-transform: scale(1.6,1.6); /* Safari */
    transform: scale(1.6,1.6); /* Standard syntax */
}
#footerWrap .btn.dropdown-toggle{
	background:#f1f1f1 !important;
	border:1px solid #eee !important;
}
#footerWrap > .CopyRight{
	background:#000;
}
#footerWrap address {}
#footerWrap address > p {
	font-size:16px;
}
@media(max-width:767px){
	#footerWrap {
		background:#222;
		padding:50px 15px;
	}
	#footerWrap address {}
	#footerWrap address > p {
		font-size:14px;
	}
}
#footerWrap .inforLink {}
#footerWrap .inforLink li {
	padding:3px 0;
}
@media(max-width:992px){
	#footerWrap .inforLink li {
		padding:3px 5px;
		display:inline-block;
	}
	#footerWrap address {}
	#footerWrap address > p {
		font-size:15px;
	}
}
#footerWrap .SocialLink li a{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#fff;
	line-height:50px;
	text-align:center;
	background:#52555a;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#footerWrap .SocialLink li a.facebook:hover {
	background:#3b5998;
}
#footerWrap .SocialLink li a.twitter:hover {
	background:#1DA1F3;
}
#footerWrap .SocialLink li a.blog:hover {
	background:#00C33B;
}
#footerWrap .SocialLink li a.instagram:hover {
	background:#3b5998;
}


/*서브*/
.div_textarea{
	border:1px solid #ddd;
	padding:30px;
}
.div_textarea > div{
	overflow-y:auto;
	height:250px;
	white-space:pre-line;
	font-size:14px;
	font-weight:300;
	color:#666;
	line-height:1.6
}

#footerWrap .goTop{
	position:fixed;
	right:50px;
	bottom:40px;
	padding:10px 8px 10px 8px;
	text-align:center;
	background:#3e3e40;
	line-height:1.1;
	z-index:50
}
#footerWrap .goTop:hover{
		padding-bottom:25px;
		background:#e60013;
}

#subVisual-Wrap {
	position:relative; 
	overflow:hidden;
	height:270px;
	margin-top: 100px;
}
@media(max-width:992px){
	#subVisual-Wrap {
		height:200px;
		margin-top: 66px;
	}
}
@media(max-width:767px){
	#subVisual-Wrap {
		height:160px;
		margin-top: 66px;
	}
}
#subVisual-Wrap  > img{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
#subVisual-Wrap .subVisual-text {
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

/*로케이션 메뉴*/
#sub_location_menu{
	text-align:center;
	background:#f5f5f5;
	position:relative;
	z-index:29;
}
#sub_location_menu .sub_location_inner{
	display:inline-block;
	vertical-align:top;
}
#sub_location_menu .sub_location_inner p{margin:0;padding:0;}
#sub_location_menu .sub_location_inner > div{
	float:left;
	position:relative;
	padding:0px 15px;
}
#sub_location_menu .sub_location_inner > div::after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	margin-top:-6px;
	height:12px;
	border-right:1px solid #ddd;
}
#sub_location_menu .sub_location_inner > div > a,
#sub_location_menu .sub_location_inner > div > .dp_title > a{
	display:block;
	padding:15px 5px;
	color:#000;
	font-size:14px;
	text-decoration:none;
}
#sub_location_menu .sub_location_inner > div > .dp_title > a{
	width:200px;
	text-align:left;
	position:relative;
}
#sub_location_menu .sub_location_inner > div > .dp_title > a > i{
	position:absolute;
	right:0px;
	top:50%;
	transform:translatey(-50%);
	font-size:16px;
}
#sub_location_menu .sub_location_inner > div  ul{
	list-style:none;
	text-align:left;
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	left:0;
	padding:15px;
	background:#f5f5f5;
	border:1px solid #ddd;
	display:none;
}
#sub_location_menu .sub_location_inner > div  ul  a{
	display:block;
	padding:3px 0;
	color:#333;
	text-decoration:none;
}
#sub_location_menu .sub_location_inner > div:hover  ul{
	display:block;
}
@media(max-width:767px){
	#sub_location_menu .sub_location_inner{width:100%;display:block;}
	#sub_location_menu .sub_location_inner > div.home{display:none;}
	#sub_location_menu .sub_location_inner > div{
		width:50%;
	}
	#sub_location_menu .sub_location_inner > div > .dp_title > a{
		width:100%;
	}
	#sub_location_menu .sub_location_inner > div.depth2::after{
		display:none;
	}
}

/*익명 건의사항 메뉴 감춤*/
#sub_location_menu .sub_location_inner .sub06{
	display:none;
}

/*depth3_tab*/
.depth3_tab{}
.depth3_tab > p.title{
	border-bottom:1px solid #000;
	position:relative;
	padding-right:35px;
	padding:10px 15px;
	margin-bottom:0;;
}
.depth3_tab > p.title i{
	position:absolute;
	right:10px;
	top:50%;
	transform:translatey(-50%);
}

.depth3_tab > ul{margin:0;display:table;width:100%;table-layout:fixed;}
.depth3_tab > ul > li{
	display:table-cell;
	border-bottom:1px solid #ddd;
	color:#999;
	font-weight:300;
}
.depth3_tab > ul > li.on{
	border-bottom:1px solid #000;
	color:#000;
	font-weight:500;
}
.depth3_tab > ul > li > a{
	display: block;
	text-align:center;
	padding:18px 0;
	font-size:16px;
	color:inherit;
	text-decoration:none;
}
@media(min-width:768px){
	.depth3_tab > ul{
		display:table !important;
	}
	.depth3_tab > ul.sub0101_tab_menu{
		display:flex !important;
	}
	.depth3_tab > ul.sub0101_tab_menu li{
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
	}
}
@media(max-width:767px){
	.depth3_tab > ul{
		display:none;
	}
	.depth3_tab > ul > li{
		display:block;
		border-bottom:0 !important;
		margin-bottom:1px;
	}
	.depth3_tab > ul > li > a{
		text-align:left;
		padding:15px 15px;
		font-size:14px;
		background:#f7f7f7;
	}
}


#sub-inner-wrap {
	padding:30px 0 120px 0;
	position:relative;
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;
	
}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;

}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px; 
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px; 
		background:#037bc1;
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}


/*메뉴 css*/

#all_nav_wrap{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#222;
	z-index:301;
	opacity:1;
	display:none;
}
#all_nav_wrap::after{
	content:"";
	position:absolute;
	background:url(../images/all_menu_bg.png) no-repeat center center / cover;
	width:800px;
	height:140px;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	opacity:.03
	
}
#all_nav_wrap h1{
	position:absolute;
	left:40px;
	top:36px;
	margin:0;
	font-size:0;
}
#all_nav_wrap .all_nav_close{
	position:absolute;
	right:36px;
	top:34px;
	width:28px;
	height:28px;
	font-size:0;
	overflow:hidden;
	text-indent:-100px;
}
#all_nav_wrap .all_nav_close::after,
#all_nav_wrap .all_nav_close::before{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	height:2px;
	background:#fff;
	transform:translate(-50%, -50%) rotate(45deg);
}
#all_nav_wrap .all_nav_close::before{
	transform:translate(-50%, -50%) rotate(-45deg);
}

#all_nav_wrap .category_box{
	position:absolute;
	padding-left:50px;
	width:100%;
	max-width:1450px;
	top:45%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:5;
}
#all_nav_wrap .category_box a{
	text-decoration:none;
}
#all_nav_wrap .category_box > ul > li{
	float:left;
	width:20%;
}
#all_nav_wrap .category_box > ul > li > a{
	display:block;
	font-size:22px;
	color:#fff;
	font-weight:600;
	margin-bottom:20px;
}
#all_nav_wrap .category_box .dp2-box > p{
	padding-top:15px;
}
#all_nav_wrap .category_box .dp2-box > p > a{
	display:block;
	color:#aaa;
	font-weight:400;
	font-size:18px;
	margin-bottom:10px;
}
#all_nav_wrap .category_box .dp3-box p{margin:0;padding-bottom:10px; padding-left:10px;position:relative;}
#all_nav_wrap .category_box .dp3-box p::after{
	content:"-";position:absolute;left:0;color:#999;
}
#all_nav_wrap .category_box .dp3-box a{
	color:#999;
	font-size:16px;
	font-weight:300;
}

#all_nav_wrap .category_box > ul > li:first-child .dp2-box{
	display: flex;
	flex-direction: column;
}
#all_nav_wrap .category_box > ul > li:first-child .dp2-box > p:last-of-type{
	order: -1;
}
#all_nav_wrap .category_box > ul > li:first-child .dp2-box > p:first-of-type{
	order: -4;
}
#all_nav_wrap .category_box > ul > li:first-child .dp2-box > p:nth-of-type(2){
	order: -2;
}
#all_nav_wrap .category_box > ul > li:first-child .dp2-box > div.dp3-box:first-of-type{
	order: -3;
}


#all_nav_wrap .sns_lan{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	bottom:100px;
}
#all_nav_wrap .sns_lan a{
	color:#999;
	display:inline-block;
	margin:0 10px;
}

@media(max-width:1400px){
	#all_nav_wrap .category_box > ul > li > a{
		font-size:20px;
	}
	#all_nav_wrap .category_box .dp2-box > p > a{
		font-size:15px;
	}
	#all_nav_wrap .category_box .dp3-box a{
		font-size:15px;
	}
}
@media(max-width:992px){
	#all_nav_wrap{
		display:none !important;
	}
}



#header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:30;
	background:#fff;
	padding:17px 0;
	text-align:center;
}
#header.top-nav-collapse{
	padding:0px 0;
}


#header:hover,
#header.top-nav-collapse{
	background:#fff;
}
#header .menu-over-bg{
	position:absolute;
	left:0;
	top:100px;
	width:100%;
	height:80px;
	background:rgba(0,0,0,.8);
	z-index:2;
	display:none;
}
#header.top-nav-collapse .menu-over-bg{
	top:65px;
	height:60px;
}
@media(max-width:1200px){
	#header .menu-over-bg{
		top:96px;
	}
	#header.top-nav-collapse .menu-over-bg{
		top:62px;
		height:60px;
	}
}
#header > div{
	z-index:3;
	position:relative;
}
#header h1.logo{
	margin:0;
	padding:0;
	font-size:0;
}

#header .gnb-pc-list {
	display:inline-block;
	vertical-align:bottom;
}
#header .gnb-pc-list > li{
	float:left;
	margin:0px 60px;
	position:relative;
}
#header .gnb-pc-list > li > a{
	display:block;
	padding:20px 0;
	position:relative;
	color:#000;
}
#header .gnb-pc-list > li.sub07 > a{
	width: 120px;
	color: transparent;
	background: url(../images/ens_logo.png) no-repeat center center / 100% auto;
}
#header .gnb-pc-list > li > a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:0;
	background:#fff;
	transition:all 0.3s ease-in-out ;
	-moz-transition:all 0.3s ease-in-out ;
	-webkit-transition:all 0.3s ease-in-out ;
	-o-transition:all 0.3s ease-in-out ;
}
#header .gnb-pc-list > li:hover > a:after,
#header .gnb-pc-list > li.opened > a:after{
	width:100%;
}
#header .gnb-pc-list > li > ul.dp2-box{
	position:absolute;
	text-align:left;
	width:500px;
	padding-top:0px;
	margin-left:-5px;
	display:none;
}
#header .gnb-pc-list > li.sub04 > ul.dp2-box{
	width:600px;
	left:-300px;
}

#header .gnb-pc-list > li.sub07 > ul.dp2-box{
	position:absolute;
	text-align:center;
	width:150px;
	padding-top:0px;
	margin-left:-10px;
	display:none;
}
/* #header .gnb-pc-list > li:last-child > ul.dp2-box{
	position:absolute;
	text-align:right;
	right:-15px;
	width:400px;
	padding-top:0px;
	display:none;
} */
#header .gnb-pc-list > li > ul.dp2-box > li{
	display:inline-block;
}
#header .gnb-pc-list > li > ul.dp2-box > li > a{
	display:block;
	padding:44px 10px;
	color:#fff;
}
#header.top-nav-collapse .gnb-pc-list > li > ul.dp2-box > li > a{
	padding:20px 10px;
}

#header .gnb-pc-list > li.sub01 > ul.dp2-box {
	align-items: center;
	width: 550px;
}
#header .gnb-pc-list > li.sub01 > ul.dp2-box > li:last-child{
	order: -1;
}
#header .gnb-pc-list > li.sub01 > ul.dp2-box > li:first-child{
	order: -3;
}
#header .gnb-pc-list > li.sub01 > ul.dp2-box > li:nth-child(2){
	order: -2;
}

#header .comm-nav{
	width:450px;
}

#header .sns_box{
	float:right;
}
#header .sns_box > a{
	float:left;
	margin-left:40px;
	color:#999;
	font-size:18px;
	position:relative;
	text-decoration:none;
}
#header .sns_box > a:first-child{
	margin-left:0;
}
#header .sns_box > a.blog{
	transform:translatey(-2px);
}
#header .sns_box > .sns,
#header .sns_box > .lan{
	padding:2px 0px 2px 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px auto;
	color:#222;
	font-size:14px;
	transform:translatey(-2px);
	float:left;
	position:relative;
}
#header .sns_box > .sns{
	background-image: url(../images/sns-icon.png);
}
#header .sns_box > .lan{
	margin-left:60px;
	background-image:url(../images/langage-icon@2x.png);
}
#header .sns_box > .sns > div,
#header .sns_box > .lan > div{
	position:absolute;
	width:100%;
	left:0;
	top:10px;
	text-align:left;
	display:none;
}
#header .sns_box > .sns > div{
	width:102px;
	left:-21px;
}
#header .sns_box > .sns:hover > div,
#header .sns_box > .lan:hover > div{
	display:block;
	padding-top:20px;
}
#header .sns_box > .sns > div > ul,
#header .sns_box > .lan > div > ul{
	background:#fff;
	border:1px solid #ddd;
	padding:5px 0;
}
#header .sns_box > .sns > div > ul > li > a,
#header .sns_box > .lan > div > ul > li > a{
	display:block;
	color:#333;
	text-align:center;
	padding:3px 0;
	font-size:13px;
}

#header .sns_box > a.all_menu_btn{
	width:20px;
	height:16px;
	transform:translatey(3px);
}
#header .sns_box > a.all_menu_btn span{
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	background:#000;
}
#header .sns_box > a.all_menu_btn span:nth-child(2){
	top:50%;
	margin-top:-1px;
}
#header .sns_box > a.all_menu_btn span:last-child{
	bottom:0;
}
@media(max-width:1860px){
	
	#header .gnb-pc-list > li{
		margin:0px 40px;
	}
	#header .sns_box > a{
		margin-left:20px;
	}
	#header .sns_box > .lan{
		margin-left:40px;
	}
	#header .comm-nav{
		width:350px;
	}
}

@media(max-width:1520px){
	#header .gnb-pc-list {
    padding-left: 50px;
	}
	#header .gnb-pc-list > li{
		margin:0px 20px;
	}
	#header .sns_box > a{
		margin-left:8px;
	}
	#header .gnb-pc-list > li.sub07 > a {
		width: 100px;
	}
	#header .sns_box > .lan{
		margin-left:30px;
	}
}
@media(max-width:1310px){
	#header h1.logo img{
		max-width: 105px !important;
	}
	#header .gnb-pc-list {
    padding-left: 0;
	}
	#header .gnb-pc-list > li{
		margin:0px 15px;
	}
	#header .comm-nav{
		width:230px;
	}
}



@media(max-width:991.98px){
	#header{
		padding:20px 0;
		background:none;
		border:none;
	}
	#header.top-nav-collapse{
		padding:15px 0;
	}
	#header h1 a{
		font-size:0;
		line-height:auto;
	}
	.gnb-m-wrap,
	.gnb-m-control{
		position:relative;
		z-index:10;
	}
	#gnb-m-list{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:80%;
		background:rgba(51,51,51,1);
		z-index:5;
		display:none;
	}
	.all-menu-bg{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:rgba(255,255,255,.3);
		z-index:4;
		display:none;
	}
	
	#header #gnb-m-list > ul {
		margin-top:65px;
		border-top:1px solid rgba(255,255,255,.2);
	}
	#header.top-nav-collapse #gnb-m-list > ul{
		margin-top:55px;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		padding:14px 15px;
		background:rgba(30,30,30,.9);
		margin-bottom:1px;
		position:relative;
	}
	#header #gnb-m-list > ul > li > a.dp1{
		display:block;
		padding:14px 15px;
		background:rgba(30,30,30,.9);
		margin-bottom:1px;
		position:relative;
	}
	#header #gnb-m-list > ul > li > a.dp1 > img{
		filter: brightness(0) invert(1);
	}
	#header #gnb-m-list > ul > li > a.dp1 > i {
		position:absolute;
		right:20px;
		top:50%;
		margin-top:-10px;
		font-weight:100;
		font-size:22px;
	}
	#header #gnb-m-list > ul > li > a.dp1.opened > i{
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Safari */
		transform: rotate(45deg);
	}
	#header #gnb-m-list > ul > li.sub07 > a.dp1 > i{
		display: block !important;
	}
	#header #gnb-m-list > ul > li > .dp2-box{
		padding:10px 0px 15px 20px;
		display:none;
	}
	#header #gnb-m-list > ul > li > .dp2-box > p{margin:0;}
	#header #gnb-m-list > ul > li > .dp2-box > p > a{
		display:block;
		padding:5px 0;
	}

	#header #gnb-m-list > ul > li.sub01 > .dp2-box{
		flex-direction: column;
	}
	#header #gnb-m-list > ul > li.sub01 > .dp2-box > p:last-child{
		order: -1;
	}
	#header #gnb-m-list > ul > li.sub01 > .dp2-box > p:first-child{
		order: -3;
	}
	#header #gnb-m-list > ul > li.sub01 > .dp2-box > p:nth-child(2){
		order: -2;
	}
	#header #gnb-m-list > ul > li.sub01 > a.dp1.opened ~ .dp2-box{
		display: flex;
	}
	
	/* #header .sns_box{
		float:none;
		margin-top:15px;
		text-align:left;
		padding-left:15px;
	}
	#header .sns_box > a{
		float:none;
		display:inline-block;
		margin:0px 10px;
	} */
	#header .sns_box,
	#header .lan_box{
		padding-left:55px;
		margin-top:15px;
		text-align:left;
		background:url(../images/langage-icon-gray@2x.png) no-repeat 15px center / 21px auto;
	}
	#header .sns_box,
	#header .sns_box > a{
		float: none;
	}
	#header .sns_box a,
	#header .lan_box a{
		color:#999;
		font-weight:500;
		display:inline-block;
		margin-right:10px;
		font-size: 14px;
	}
	#header .lan_box a.active{
		font-weight:800;
	}


}





/*모바일 메뉴 열기 아이콘 애니*/
.qodef-menu-appear {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}


.qodef-menu-appear span {
    display: block
}

.qodef-menu-appear .icon {
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.qodef-menu-appear .line {
    margin: 0 0 0 auto;
    position: relative;
    width: 100%;
    height: 2px;
    background: #000;
    -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
    transition: width .3s cubic-bezier(.77, 0, .175, 1)
}

.qodef-menu-appear .line:nth-child(1) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-appear .line:nth-child(2) {
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-appear .line:nth-child(3) {
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear .line + .line {
    margin-top: 6px
}

.qodef-menu-appear .close {
    position: absolute;
    top: 0px;
    left: 0;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	opacity:1;

}

.qodef-menu-appear .close:after, 
.qodef-menu-appear .close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    content: '';
    -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: -o-transform .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1)
}

.qodef-menu-appear .close:before {
    margin: -1px 0 0 -14px;
    width: 28px;
    height: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.qodef-menu-appear .close:after {
    margin: -14px 0 0 -1px;
    width: 2px;
    height: 28px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0

}

.qodef-menu-appear.opened .icon .close:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-appear.opened .icon .close:after {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-appear.opened .icon .line {
    width: 0
}

.qodef-menu-appear.opened .icon .line:nth-child(1) {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.qodef-menu-appear.opened .icon .line:nth-child(2) {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.qodef-menu-appear.opened .icon .line:nth-child(3) {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.qodef-main-menu > ul > li {
    position: relative;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-main-menu > ul > li:nth-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-main-menu > ul > li:nth-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-main-menu > ul > li:nth-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-main-menu > ul > li:nth-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-main-menu > ul > li:nth-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-main-menu > ul > li:nth-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-main-menu > ul > li:nth-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-main-menu > ul > li:nth-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-main-menu > ul > li:nth-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-main-menu > ul > li:nth-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: visible
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+2) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+6) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+8) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+9) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.qodef-menu-from-right.qodef-menu-from-right-oppened .qodef-main-menu > ul > li:nth-last-child(n+10) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}
/**/


/**/
.sub0101_wrap.greeting .section01{
	position:relative;
	background:url("../images/sub-0101-img.png") no-repeat center center / cover;
	height:425px;
}
.sub0101_wrap.greeting .section01 .box{
	background:#e60013;
	padding:50px 30px;
	position:absolute;
	color:#fff;
	right:40px;
	bottom:-40px;
	max-width:400px;
	width:100%;
	z-index:2;
}
.sub0101_wrap.greeting .row > div{
	word-break:keep-all;
}
.sub0101_wrap.greeting .row > div.bg {
	height:525px;
	position:relative;
	background:url("../images/sub-0101_bg.gif") no-repeat 30px 0;
}
.sub0101_wrap.greeting .row .sign {
	position:absolute;
	left:100px;
	bottom:0;
}
.sub0101_wrap.greeting .row .img {
	position:absolute;
	right:50px;
	bottom:0;
}
@media (max-width: 767px) {
	.sub0101_wrap.greeting .row > div.bg {
		height:300px;
		width:100%;
		background:url("../images/sub-0101_bg.gif") no-repeat center 0 / 90%;
	}
	.sub0101_wrap.greeting .row .sign {
		left:20px;
		text-align:left;
	}
	.sub0101_wrap.greeting .row .img {
		right:20px;
		width:40%;
	}
}

.sub0101_wrap.mvs .section01 .tit,
.sub0101_wrap.ci .section01 .tit,
.sub0101_wrap.mvs .section02 h4 span{
	display:inline-block;
	position:relative;
	padding-right:15px
}
.sub0101_wrap.mvs .section01 .tit::after,
.sub0101_wrap.ci .section01 .tit::after,
.sub0101_wrap.mvs .section02 h4 span::after{
	content:"";
	position:absolute;
	right:0;
	bottom:3px;
	width:6px;
	height:6px;
	border-radius:100%;
	background:#e60013;
}
.sub0101_wrap.mvs .section01 .box,
.sub0101_wrap.ci .section01 .box{
	border:1px solid #e0e0e0;
	position:relative;
	padding:25px 15px;
	text-align:center;
}
.sub0101_wrap.mvs .section01 .box::after,
.sub0101_wrap.ci .section01 .box::after{
	content:"";
	position:absolute;
	left:0;
	top:-1px;
	border-top:1px solid #000;
	width:50px;
}
.sub0101_wrap.mvs .section02{
	background:url(../images/value-bg.jpg) no-repeat center center / cover;
	padding:100px 0;
}

.sub0101_wrap.ci{}
.sub0101_wrap.ci .color_box {
	overflow:hidden;
	margin-left:-15px;
	margin-right:-15px;
}
.sub0101_wrap.ci .color_box > div{
	float:left;
	width:50%;
	padding:0px 15px;
	height:200px;
	position:relative;
}
.sub0101_wrap.ci .color_box > div > div:first-child{
	width:200px;
	height:100%;
}
.sub0101_wrap.ci .color_box > div > div:first-child > p{
	width:100%;
	height:100%;
	margin:0;
	padding:15px;
	color:#fff;
	font-weight:300;
}
.sub0101_wrap.ci .color_box > div > div:last-child{
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	padding:0px 15px;
	padding-left:230px;
}
.sub0101_wrap.ci .color_box > div > div:last-child > p{
	height:33.33%;
	margin:0;
	border-top:1px solid #ddd;
	font-size:16px;
	font-weight:500;
	padding-left:10px;
	padding-top:10px;
}
.sub0101_wrap.ci .color_box > div > div:last-child > p span{font-weight:300;}
.sub0101_wrap.ci .color_box > div > div:last-child > p:last-child{
	border-bottom:1px solid #ddd;
}

.sub0101_wrap.ci .color_box > div.c_red > div:first-child > p{
	background:#ed1c24;
}
.sub0101_wrap.ci .color_box > div.c_black > div:first-child > p{
	background:#231f20;
}
.sub0101_wrap.ci .ban_list .col p{
	height:46px;
}

@media(max-width:1200px){
	.sub0101_wrap.ci .color_box > div{
		float:left;
		width:100%;
		padding:0px 15px;
		height:200px;
		position:relative;
	}
}

@media(max-width:992px){
	.sub0101_wrap.ci .color_box > div{
		height:160px;
	}
	.sub0101_wrap.ci .color_box > div > div:first-child{
		width:160px;
		height:100%;
	}

	.sub0101_wrap.ci .color_box > div > div:last-child{
		padding:0px 10px;
		padding-left:190px;
	}
	.sub0101_wrap.ci .color_box > div > div:last-child > p{
		font-size:14px;
		padding-left:10px;
		padding-top:7px;
	}
}

.sub0101_wrap.licence .licence_visual{
	background:url(../images/sub01_010104_visual.jpg) no-repeat center center / cover;
	height:430px;
	color:#fff;
	font-weight:500;
	position:relative;
	overflow:hidden;
}
.sub0101_wrap.licence .licence_visual > div{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	transform:translatey(-50%);
}
.sub0101_wrap.licence .licence_visual > div > div{
	padding-left:4rem;
	position:relative;
}
.sub0101_wrap.licence .licence_visual > div > div::after{
	content:"";
	position:absolute;
	left:15px;
	bottom:0;
	height:400px;
	border-left:1px solid rgba(255,255,255,.2)
}


.sub0101_wrap.licence .col{
	margin-bottom:30px;
	text-align:center;
}
.sub0101_wrap.licence .col a{
	display:inline-block;
	text-decoration:none;
	text-align:center;
	color:#222;
}
.sub0101_wrap.licence .col a p{
	margin-bottom: 0;
}
.sub0101_wrap.licence .col > p{height:50px;}

@media(max-width:992px){
	.sub0101_wrap.licence .licence_visual{
		height:300px;
	}
	.sub0101_wrap.licence .col {margin-bottom:10px;}
}
}
@media(max-width:767px){
	.sub0101_wrap.licence .licence_visual{
		height:240px;
	}
	.sub0101_wrap.licence .col{
		padding-left:10px;
		padding-right:10px;
	}
	.sub0101_wrap.greeting .section01{
		height:240px;
	}
	.sub0101_wrap.greeting .section01 .box{
		background:#e60013;
		padding:30px 20px;
		position:absolute;
		color:#fff;
		right:40px;
		bottom:-40px;
		max-width:260px;
	}
}

.sub0102_wrap .con_header{
	background:url('../images/vector-smart-object@2x.png') no-repeat center top / 80% auto;
	padding:140px 0 100px 0;
}
.sub0102_wrap .count{
	background:#1d1d1d;
	padding:35px 0 25px 0;
	color:#fff;
	text-align:center;
}
.sub0102_wrap .count p{
	margin-bottom:0;
}
.sub0102_wrap .count .col{
	border-left:1px solid #333;
	padding:20px 0 15px 0;
}
.sub0102_wrap .count .col:first-child{
	border-left:none
}

.sub0102_wrap .history{
	position:relative;
	margin-top:80px;
}
.sub0102_wrap .history::before{
	content:"";
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	border-right:1px solid #ddd;
}
.sub0102_wrap .history .pointer{
	position:absolute;
	width:65px;
	height:65px;
	background:rgba(230,0,19,.1);
	border-radius:100%;
	left:50%;
	margin-left:-33px;
	margin-top:-33px;
	transform:scale(0);
	animation:move1 2s ease-in Infinite ;

}
.sub0102_wrap .history .pointer::after{
	content:"";
	position:absolute;
	width:41px;
	height:41px;
	background:rgba(230,0,19,.1);
	border-radius:100%;
	left:50%;
	margin-left:-20px;
	top:12px;
	transform:scale(0);
	animation:move2 2s ease-in Infinite ;
}

@keyframes move1 {
	0% { transform:scale(0); opacity:1}
	70% { opacity:1 }
	100%{ transform:scale(1.5);opacity:0 } 
}
@keyframes move2 {
	0% { transform:scale(0);opacity:1 }
	70% {opacity:1 }
	100%{  transform:scale(1.5);opacity:0 } 
}





.sub0102_wrap .history .inner{
	position:relative;
	z-index:5;
}
.sub0102_wrap .history .inner > .item{
	margin-left:50%;
	position:relative;
	margin-bottom:60px;
	padding-left:200px;
	margin-top:-10px;
	min-height:60px;
}
/* 이미지 추가 */
.sub0102_wrap .history .inner > .item:nth-child(2){
	margin-top: -140px;
}
.sub0102_wrap .history .inner > .item:nth-child(3){
	/* margin-top: -80px; */
	margin-top: 0;
}
.sub0102_wrap .history .inner > .item:nth-child(4){
	margin-top: -100px;
}
.sub0102_wrap .history .inner > .item:nth-child(7){
	margin-top: -40px;
}
.sub0102_wrap .history .inner > .item:nth-child(12){
	margin-top: -80px;
}
.sub0102_wrap .history .inner > .item:nth-child(13){
	margin-top: -80px;
}
.sub0102_wrap .history .inner > .item:last-child{
	margin-top: -120px;
}
/* //이미지 추가 */
.sub0102_wrap .history .inner > .item:nth-child(2n){
	margin-left:0;
	margin-right:50%;
	text-align:right;
	padding-left:0px;
	padding-right:200px;
}
.sub0102_wrap .history .inner > .item .y{
	font-size:32px;
	color:#e60013;
	font-family: "Montserrat",sans-serif !important;
	font-weight:500;
	position:absolute;
	left:0;
	top:-12px;
	padding-left:80px;
}
.sub0102_wrap .history .inner > .item:nth-child(2n) .y{
	left:auto;
	right:0;
	padding-left:0;
	padding-right:80px;
}
.sub0102_wrap .history .inner > .item .y::after{
	content:"";
	position:absolute;
	width:8px;
	height:8px;
	background:#e60013;
	border-radius:100%;
	left:-4px;
	top:50%;
	margin-top:-4px;
}
.sub0102_wrap .history .inner > .item:nth-child(2n) .y::after{
	left:auto;
	right:-4px;
}

.sub0102_wrap .history .inner > .item ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:300;
	color:#666;
	line-height:1.6;
}
.sub0102_wrap .history .inner > .item ul > li{
	margin-bottom:15px;
	position:relative;
	padding-left:40px;
}
.sub0102_wrap .history .inner > .item ul > li > span{
	position:absolute;
	font-weight:600;
	color:#333;
	left:0;
	font-family: "Montserrat",sans-serif !important;
}
.sub0102_wrap .history .inner > .item:nth-child(2n) ul > li{
	padding-left:0;
	padding-right:40px;
}
.sub0102_wrap .history .inner > .item:nth-child(2n) ul > li > span{
	left:auto;
	right:0;
}
.sub0102_wrap .history .inner > .item ul > li strong{
	color:#222;
	font-weight:500;
}
.sub0102_wrap .history .inner > .item ul > li.img p{
	padding-top:15px;
	margin-left:-40px;
	/* height:40px; */
	margin-bottom:30px;
}
.sub0102_wrap .history .inner > .item:nth-child(even) ul > li.img p{
	margin-left:0;
	margin-right: -40px;
}
.sub0102_wrap .history .inner > .item ul > li.img p.last{
	height:auto;
}

@media(max-width:992px){
	.sub0102_wrap .con_header {
		padding: 100px 0 70px 0;
	}
	.sub0102_wrap .history .inner > .item .y{
		font-size:26px;
		padding-left:50px;
		top:-9px;
	}
	.sub0102_wrap .history .inner > .item:nth-child(2n) .y{
		padding-left:0;
		padding-right:50px;
	}
	.sub0102_wrap .history .inner > .item{
		padding-left:140px;
		margin-top: 0 !important;
	}
	.sub0102_wrap .history .inner > .item:nth-child(2n){
		padding-left:0px;
		padding-right:140px;
	}
}
@media(max-width:767px){
	.sub0102_wrap .history::before{
		left:15px;
	}
	.sub0102_wrap .con_header {
		padding: 60px 0 30px 0;
	}
	.sub0102_wrap .count {
		padding: 25px 0 15px 0;
	}
	.sub0102_wrap .history .inner > .item{
		width:100%;
		margin-left:0;
	}
	.sub0102_wrap .history .inner > .item:nth-child(2n){
		margin-right:0;
		text-align:left;
		padding-left:0px;
	}
	.sub0102_wrap .history .inner > .item ul > li.img p{height:auto;}


	.sub0102_wrap .history .inner > .item .y{
		font-size:22px;
		padding-left:15px;
		top:-9px;
		position:relative;
	}
	.sub0102_wrap .history .inner > .item:nth-child(2n) .y{
		padding-left:15px;
		padding-right:0;
		left:0;
		right:auto;
	}
	.sub0102_wrap .history .inner > .item:nth-child(2n) .y::after{
		left:-4px;
		right:auto;
	}
	.sub0102_wrap .history .inner > .item{
		padding-left:0px;
	}
	.sub0102_wrap .history .inner > .item:nth-child(2n){
		padding-left:0px;
		padding-right:0;
	}
	.sub0102_wrap .history .inner > .item  ul > li,
	.sub0102_wrap .history .inner > .item:nth-child(2n) ul > li{
		padding-left:46px;
		padding-right:0;
	}
	.sub0102_wrap .history .inner > .item ul > li > span,
	.sub0102_wrap .history .inner > .item:nth-child(2n) ul > li > span{
		left:15px;
		right:auto;
	}
	.sub0102_wrap .history .pointer{
		display:none;
	}
	.sub0102_wrap .history .inner > .item ul > li.img p{
		margin-left:-30px;
	}
}


.sub0103_wrap.ehs{} 

.sub0103_wrap.ehs .cshp{
	text-align:center;
}
.sub0103_wrap.ehs .cshp h4{
	background:#e60013;
	width:260px;
	height:260px;
	border-radius:100%;
	margin:0 auto;
	margin-top:50px;
	position:relative;
	color:#fff;
}
.sub0103_wrap.ehs .cshp h4 > p{
	position:absolute;
	margin:0;
	left:0;
	width:100%;
	top:50%;
	transform:translatey(-50%);
	line-height:1
}
.sub0103_wrap.ehs .cshp h4 + div{
	background:url('../images/polygon-1@2x.png') no-repeat center top / cover;
	padding-top:150px;
	margin-top:-80px;
	position:relative;
	z-index:2;
}
.sub0103_wrap.ehs .cshp .step{
	margin-left:-12px;
	margin-right:-12px;
}
.sub0103_wrap.ehs .cshp .step .item{
	float:left;
	width:20%;
	padding:0px 12px;
}
.sub0103_wrap.ehs .cshp .step .item > p{
	color:#e50013;
	font-family: "Montserrat",sans-serif !important;
	font-weight:600;
	font-size:16px;
}
.sub0103_wrap.ehs .cshp .step .item > dl{
	border:1px solid #ddd;
}
.sub0103_wrap.ehs .cshp .step .item > dl > dt{
	background:#f7f7f7;
	position:relative;
	height:70px;
	font-weight:400;
}
.sub0103_wrap.ehs .cshp .step .item > dl > dt > p{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translatey(-50%);
	margin:0;
	padding:0px 10px;
}
.sub0103_wrap.ehs .cshp .step .item > dl > dd{
	padding:25px 10px;
	font-weight:300;
	line-height:1.6;
	letter-spacing:-0.02rem;
}
.sub0103_wrap.ehs .sfm > div{
	padding:0px 2%;
}
.sub0103_wrap.ehs .sfm > div > ul{
	color:#fff;
}
.sub0103_wrap.ehs .sfm > div > ul > li{
	float:left;
	width:25%;
	background:rgba(255,122,0,.8);
	padding:15px 15px;
	border-radius:30px;
	transform:scale(1.15);
}
.sub0103_wrap.ehs .sfm > div > ul > li:nth-child(2n){
	background:rgba(230,0,19,.8);
}

.sub0103_wrap.ehs .sfm dl{
	position:relative;
	margin-top:50px;
	padding:50px 0;
	padding-left:260px;
}
.sub0103_wrap.ehs .sfm dl img{
		width:200px;
}
.sub0103_wrap.ehs .sfm dl > dd:first-child{
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.sub0103_wrap.ehs .sfm dl > dt strong{
	color:#e60013
}
.sub0103_wrap.ehs .sec02{
	padding:100px 0;
	background:#f7f7f7;
}
.sub0103_wrap.ehs .sec02 h5{
	text-align:center;
	color:#fff;
	padding:50px 0;
	margin:0;
}
.sub0103_wrap.ehs .sec02 h5 p{
	height:50px;
}

.sub0103_wrap.ehs .sec02 dl{
	background:#fff;
	padding:30px 20px;
	height:820px;
}
.sub0103_wrap.ehs .sec02 dl > dt{
	font-size:16px;
	color:#222;
	line-height:1.8;
	margin-bottom:10px;
	margin-top:30px;
}
.sub0103_wrap.ehs .sec02 dl > dt:first-child{
	margin-top:0;
}
.sub0103_wrap.ehs .sec02 dl > dd{
	font-size:14px;
	font-weight:300;
	color:#666;
	line-height:1.8;
	padding-left:20px;
}
@media(max-width:992px){

	.sub0103_wrap.ehs .cshp h4{
		width:240px;
		height:240px;
	}
	.sub0103_wrap.ehs .cshp .step .item{
		float:none;
		display:inline-block;
		width:31%;
		padding:0px 5px;
	}
	.sub0103_wrap.ehs .cshp .step .item > p{
		color:#e50013;
		font-family: "Montserrat",sans-serif !important;
		font-weight:600;
		font-size:16px;
	}
	.sub0103_wrap.ehs .sfm > div > ul > li{
		width:50%;
	}
	.sub0103_wrap.ehs .sfm dl{
		padding-left:220px;
	}
	.sub0103_wrap.ehs .sfm dl img{
		width:180px;
	}
	.sub0103_wrap.ehs .sfm dl dd br{
		display:none;
	}

	.sub0103_wrap.ehs .sec02 dl{
		background:#fff;
		padding:25px 15px;
	}
	.sub0103_wrap.ehs .sec02 dl > dt{
		font-size:15px;
	}
	.sub0103_wrap.ehs .sec02 dl > dd{
		font-size:13px;
		padding-left:5px;
	}
}
@media(max-width:767px){
	.sub0103_wrap.ehs .cshp h4{
		width:200px;
		height:200px;
	}
	.sub0103_wrap.ehs .cshp h4 + div{
		padding-top:120px;
	}
	.sub0103_wrap.ehs .cshp .step .item{
		float:none;
		display:inline-block;
		width:100%;
		padding:0px 5px;
	}
	.sub0103_wrap.ehs .sfm > div > ul > li{
		font-size:12px;
	}
	.sub0103_wrap.ehs .sfm dl{
		padding: 10px 0;
		padding-left:140px;
	}
	.sub0103_wrap.ehs .sfm dl img{
		width:120px;
	}

	


	.sub0103_wrap.ehs .sec02 dl{
		height:auto;
	}

}


.sub0103_wrap.ir .red_title{
	color:#fff;
	background:#e60013;
	display:inline-block;
	border-radius:50px;
	padding:20px 40px;
	position:relative;
}
.sub0103_wrap.ir .red_title::after,
.sub0103_wrap.ir .red_title::before{
	content:"";
	position:absolute;
	width:103%;
	height:118%;
	left:-1.5%;
	top:-9%;
	border-radius:50px;
	background:#e60013;
	opacity:.3;
	z-index:-1;
}
.sub0103_wrap.ir .red_title::before{
	content:"";
	position:absolute;
	width:106%;
	height:136%;
	left:-3%;
	top:-18%;
	opacity:.2;
	z-index:-2;
}

.sub0103_wrap.ir .gray_sec{
	background:#f7f7f7;
	text-align:center;
}
.sub0103_wrap.ir .gray_sec dl{
	background:#fff;
	padding:100px 30px;
	border-radius:150px;
}
.sub0103_wrap.ir .gray_sec dd{
	text-align:left;
	margin-top:40px;
}
.sub0103_wrap.ir .gray_sec dd > p{
	position:relative;
	padding-left:15px;
	margin-bottom:0;
	margin-top:12px;
	color:#666;
}
.sub0103_wrap.ir .gray_sec dd > p::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	width:5px;
	height:5px;
	background:red;
	opacity:.4;
	border-radius:100%;
}

.sub0103_wrap.ir  .email_box{
	
}
.sub0103_wrap.ir  .email_box > div:first-child{
	border:1px solid #ddd;
	padding:50px 0px;
	text-align:center;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner{
	display:inline-block;
	overflow:hidden;
	width:80%;
	position:relative;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner::after{
	content:"";
	position:absolute;
	top:103px;
	left:15%;
	width:70%;
	border-top:2px dotted #eaeaea;
	z-index:-1;
}

.sub0103_wrap.ir  .email_box > div:first-child .inner > div{
	float:left;
	width:33.33%;
	position:relative;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner > div > p:first-child{
	font-size:18px;
	font-weight:700;
	color:#e60013;
	line-height:1.2;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner > div > p:first-child > span{
	font-weight:300;
	font-size:12px;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner > div > p:nth-child(2){
	width:100px;
	height:100px;
	margin:0 auto;
	background:#f7f7f7;
	position:relative;
	line-height:100px;
	border-radius:100%;
	margin-bottom:20px;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner > div::after{
	content:"";
	position:absolute;
	top:93px;
	left:-11px;
	width:22px;
	height:22px;
	background:url(../images/sub0103-ir-img9.png) no-repeat center center / cover;
}
.sub0103_wrap.ir  .email_box > div:first-child .inner > div:first-child::after{
	display:none;
}
.sub0103_wrap.ir  .email_box ul{
	background:#f7f7f7;
	padding:20px 30px;
}
.sub0103_wrap.ir  .email_box ul > li{
	padding-left:30px;
	position:relative;
	margin:8px 0;
}
.sub0103_wrap.ir  .email_box ul > li span{
	position:absolute;
	left:0;
	background:#333;
	font-size:11px;
	color:#fff;
	padding:3px 5px;
}

.ir_form table{
	border-top:1px solid #000;
	width:100%;
}
.ir_form table th{
	background:#f7f7f7;
	text-align:center;
}
.ir_form table th,
.ir_form table td{
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	font-size:16px;
	font-weight:400;
}
.ir_form table th:first-child,
.ir_form table td:first-child{
	border-left:0;
}

@media(max-width:1200px){
	.sub0103_wrap.ir .gray_sec dl{
		background:#fff;
		padding:80px 20px;
		border-radius:150px;
	}
}

@media(max-width:992px){
	.sub0103_wrap.ir .gray_sec dl{
		background:#fff;
		padding:80px 40px;
		border-radius:150px;
	}
}

@media(max-width:767px){
	.sub0103_wrap.ir .gray_sec dl{
		background:#fff;
		padding:60px 20px;
		border-radius:150px;
	}
	.sub0103_wrap.ir .gray_sec dd{margin-top:20px;}
	.sub0103_wrap.ir .gray_sec dd > p{
		padding-left:10px;
	}
	.sub0103_wrap.ir .gray_sec .row div{
		padding-left:8px;
		padding-right:8px;
	}
	.sub0103_wrap.ir .email_box > div:first-child{
		padding:30px 0;
	}
	.sub0103_wrap.ir .email_box > div:first-child .inner{
		width:100%;
	}
	.sub0103_wrap.ir .email_box > div:first-child .inner > div > p:nth-child(2){
		width:70px;
		height:70px;
		line-height:70px;
	}
	.sub0103_wrap.ir .email_box > div:first-child .inner > div > p:nth-child(2) img{
		width:34px !important;
	}
	.sub0103_wrap.ir .email_box > div:first-child .inner > div > p:first-child{
		font-size:14px;
	}
	.sub0103_wrap.ir .email_box > div:first-child .inner::after{
		top:80px;
	}
	.sub0103_wrap.ir .email_box > div:first-child .inner > div::after {
		top: 73px;
		width: 16px;
		height: 16px;
	}
	.sub0103_wrap.ir .email_box ul{
		padding:20px
	}


	.ir_form table th,
	.ir_form table td{
		font-size:14px;
	}
}


/*sub0301*/
.sub0301_wrap .scroll_view ul{
	padding:35px 22px 35px 35px;
	border:1px solid #e8e8e8;
	background:#f4f4f4
}
.sub0301_wrap .scroll_view ul > li{
	float:left;
	width:7.69%;
	text-align:center;
	margin-top:-1px;
	margin-left:-1px;
}
.sub0301_wrap .scroll_view ul > li > a{
	display:block;
	height:52px;
	line-height:50px;
	border:1px solid #e8e8e8;
	background:#fff;
	text-decoration:none;
	color:#999;
	font-size:16px;
	font-weight:300;
}
.sub0301_wrap .scroll_view ul > li > a:hover,
.sub0301_wrap .scroll_view ul > li > a.active{
	border:1px solid #e60013;
	color:#e60013;
	position:relative;
	z-index:1;
	font-weight:500;
}
.sub0301_wrap .search_wrap > ul{
	border:1px solid #ddd;
	padding:35px
}
.sub0301_wrap .search_wrap > ul > li{
	float:left;
	width:14.28%;
	padding:3px 6px;
}
.sub0301_wrap .search_wrap > ul > li:nth-child(n+29){
	display:none;
}
.sub0301_wrap .search_wrap > ul > li > p{
	margin:0;
	position:relative;
	overflow:hidden;
	
}
.sub0301_wrap .search_wrap > ul > li > p > input[type='checkbox']{
	position:absolute;
	left:0;
	opacity:0;
	width:0;
	height:0;
}
.sub0301_wrap .search_wrap > ul > li > p > label{
	display:block;
	position:relative;
	height:44px;
	background:#f2f2f2;
	margin:0;
	border-radius:30px;
	cursor:pointer;
}
.sub0301_wrap .search_wrap > ul > li > p > input[type='checkbox']:checked + label{
	background:#e60013;
	color:#fff;
}

.sub0301_wrap .search_wrap > ul > li > p > label > span{
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	padding-left:46px;
	font-weight:400;
	font-size:1.5rem;
	line-height:1.2;
}
.sub0301_wrap .search_wrap > ul > li > p > label > i{
	position:absolute;
	left:6px;
	top:6px;
	text-align:center;
	line-height:32px;
	width:32px;
	height:32px;
	background:#fff;
	border-radius:100%;
	font-size:20px;
}
.sub0301_wrap .search_wrap > ul > li > p > input[type='checkbox']:checked + label > i{
	color:#e60013
}

.sub0301_wrap .search_wrap .more{
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	margin-top: -1px;
	position: relative;
	cursor:pointer;
}

.sub0301_wrap section{
	padding-top:80px;
}
.sub0301_wrap .section_box{
	border:1px solid #ddd;
	background:#f7f7f7
}
.sub0301_wrap .section_box > p{
	margin:0;
	padding:5px 20px;
	font-weight:600;
	font-size:20px;
	border-bottom:1px solid #ddd;
	font-family: "Montserrat",sans-serif !important;
	background:#fff;
}
.sub0301_wrap .section_box > div{
	padding:30px 30px 10px 30px;
}
.sub0301_wrap .section_box > div > ul{
	margin-bottom:0;
}
.sub0301_wrap .section_box > div > ul > li {
	margin-bottom:20px;
}
.sub0301_wrap .section_box > div > ul > li > dl{
	background:#fff;
	padding:30px;
	margin:0;
	min-height:260px;
}
.sub0301_wrap .section_box > div > ul > li > dl > dt{
	font-size:24px;
	margin-bottom: 10px;
	font-family: "Montserrat",sans-serif !important;
}
.sub0301_wrap .section_box > div > ul > li > dl > dt > p{
	margin-bottom:0;
}
.sub0301_wrap .section_box > div > ul > li > dl > dt small{
	color:#e60013;
	font-size:12px;
	font-weight:400;
	display:inline-block;
	font-family: "Montserrat",sans-serif !important;
	margin-right:10px;
}
.sub0301_wrap .section_box > div > ul > li > dl > dd{
	position:relative;
	margin-bottom: 12px;
	padding-left:12px;
	font-size:15px;
	font-weight:300;
	line-height:1.8;
}
.sub0301_wrap .section_box > div > ul > li > dl > dd::after{
	content:"";
	position:absolute;
	left:0;
	top:12px;
	width:3px;
	height:3px;
	background:#e60013;
	border-radius:100%;
}

@media(max-width:1200px){
	.sub0301_wrap .search_wrap > ul{
		padding:30px;
	}
	.sub0301_wrap .search_wrap > ul > li{
		float:left;
		width:20%;
		padding:3px 6px;
	}
}
@media(max-width:992px){
	.sub0301_wrap .search_wrap > ul{
		padding:20px;
	}
	.sub0301_wrap .search_wrap > ul > li{
		float:left;
		width:25%;
		padding:3px 6px;
	}
	.sub0301_wrap .search_wrap > ul > li > p > label > span{
		font-size:14px;
	}
	.sub0301_wrap .scroll_view ul{
		padding:15px 2px 15px 15px;
		border:1px solid #e8e8e8;
		background:#f4f4f4
	}
	.sub0301_wrap .scroll_view ul > li{
		float:left;
		width:7.69%;
		text-align:center;
		margin-top:-1px;
		margin-left:-1px;
	}
	.sub0301_wrap .scroll_view ul > li > a{
		display:block;
		height:44px;
		line-height:42px;
		font-size:14px;
	}

}
@media(max-width:767px){
	.sub0301_wrap section{padding-top:50px;}
	.sub0301_wrap .search_wrap > ul{
		padding:10px 0;
		border-left:0;
		border-right:0;
	}
	.sub0301_wrap .section_box > p{
		font-size:18px;
	}
	.sub0301_wrap .section_box > div > ul > li > dl > dt{
		font-size:20px;
	}
	.sub0301_wrap .search_wrap > ul > li{
		float:left;
		width:50%;
		padding:3px 3px;
	}
	.sub0301_wrap .search_wrap > ul > li > p > label > span{
		font-size:13px;
	}
	.sub0301_wrap .section_box > div{
		padding:20px 20px 0px 20px
	}
	.sub0301_wrap .section_box > div > ul > li > dl{
		padding:20px;
		min-height:auto;
	}
}


.sub0104_wrap .has-gray-bg{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.sub0104_wrap .has-gray-bg::before{
	content:'';
	width:100%;
	background: #f7f7f7;
	height: 226px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.sub0104_wrap .has-gray-bg img{
	position: relative;
	z-index:1;
}


/*sub0501*/
.sub0501_wrap{
	background:url(../images/sub0501_img01.jpg) no-repeat center center /cover ;
}
.sub0501_wrap .container{
	max-width:800px;
	margin:0 auto;
	padding:50px 0;
	position: relative;
}
.sub0501_wrap .fb_iframe_widget{
	width:500px;
}
@media(max-width:992px){
	.sub0501_wrap .container{
		padding:60px 15px;
	}
	.sub0501_wrap .fb_iframe_widget{
		max-width:100%;
		width:100%;
	}
}

/*사업장소개*/
.company_wrap.network > .network_map{
	background:#3b3b3b;
	padding:11rem 0
}

.company_wrap.network > .network_map .word_map{
	position:relative;
}
.company_wrap.network > .network_map .word_map > p{
	position:absolute;
	color:#fff;
	font-family:'Play',sans-serif !important;
	font-size:16px;
}
.company_wrap.network > .network_map .word_map > p i{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	font-size:0;
}
.company_wrap.network > .network_map .word_map > p.l{
	padding-left:45px;
}
.company_wrap.network > .network_map .word_map > p.l i{
	left:0;
}
.company_wrap.network > .network_map .word_map > p.r{
	padding-right:45px;
}
.company_wrap.network > .network_map .word_map > p.r i{
	right:0;
}
.company_wrap.network > .network_map .word_map > p:nth-child(1){	left:43.5%;	top:41%;}
.company_wrap.network > .network_map .word_map > p:nth-child(2){	left:15.5%;	top:42%;}
.company_wrap.network > .network_map .word_map > p:nth-child(3){	left:40%;	top:49%;}
.company_wrap.network > .network_map .word_map > p:nth-child(4){	left:10.5%;	top:55.5%;}

.company_wrap.network > .network_map .word_map > p > span{
	position:absolute;
	width:80px;
	border-top:1px solid rgba(255,255,255,.3);
	top:50%;
}
.company_wrap.network > .network_map .word_map > p.l > span{
	left:-80px;
}
.company_wrap.network > .network_map .word_map > p.r > span{
	right:-80px;
}

.company_wrap.network > .office{}
.company_wrap.network > .office ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.6rem;
	font-weight:300;
}
.company_wrap.network > .office ul > li{
	position:relative;
	margin-top:15px;
	padding-left:150px;
}
.company_wrap.network > .office ul > li > span{
	position:absolute;
	left:0;
	font-weight:500;
	width:110px;
	color:#e60013;
}

.company_wrap.location .map_detail{
	display:none;
}
.company_wrap.location .map_detail > .map{
	height:360px;
}
.company_wrap.location .map_detail > .map .root_daum_roughmap {
	width:100% !important;
}
.company_wrap.location .map_view{
	position:absolute;
	right:15px;
	top:20px;
	background:#fff;
	border:1px solid #ddd;
	padding:7px 12px;
	background:#f2f2f2;
	color:#e60013;
	font-size:20px;
}
.company_wrap.location .map_view:hover,
.company_wrap.location .map_view.active{
	border:1px solid #e60013;
	background:#e60013;
	color:#fff;
}
.company_wrap.location .map_view.active i{
	transform:rotate(180deg);
}
.map_detail_7 .section_address{
	display: none;
}
/* .office .container .office_wrap{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.office .container .office_wrap > div{
	max-width:48%;
} */


@media(max-width:992px){
	.company_wrap.location .map_view{
		position:absolute;
		right:15px;
		top:20px;
		background:#fff;
		border:1px solid #ddd;
		padding:5px 10px;
		background:#f2f2f2;
		color:#e60013;
		font-size:16px;
	}
	.company_wrap.network > .office ul > li > span{
		font-size:15px;
		width:100
	}
	.company_wrap.network > .office ul > li{
		font-size:14px;
		padding-left: 130px;
	}
	.office .container .office_wrap > div{
	max-width:100%;
}
}

.video-list .title{
	text-align: center;	
	padding:15px 0;
	color:#333;
}
@media(max-width:767px){
	.video-list .row.row-sm{
		margin-left:-5px;
		margin-right:-5px;
	}
	.video-list .row.row-sm .col{
		padding-left:5px;
		padding-right:5px;
	}
}










/* MAGAZINE 231213 */
.sub0504_wrap .section01 .img{
	margin: 0 auto;
	max-width: 400px;
	box-shadow: .5rem 1rem 2rem rgba(0,0,0,.07);
}
.sub0504_wrap .section01 .d-flex{
	align-items: center;
}
.sub0504_wrap .section01 .d-flex > div{
	width: 50%;
}
.sub0504_wrap .section01 .txt{
	padding-left: 3rem;
}
.sub0504_wrap .section01 .txt p{
	color: #777;
}
.sub0504_wrap .section01 .txt .btn{
	color: #fff;
	background: #222;
}
.sub0504_wrap #gallery-list .thum {
	border: 1px solid #f2f2f2;
}
.sub0504_wrap #gallery-list .thum a{
	display: block;
	width: 100%;
}
.sub0504_wrap #gallery-list .inner .subject {
	border: none;
}
.sub0504_wrap .magazineBoard_btn  {
	border: 1px solid #000;
	color: #000;
}
.sub0504_wrap #paging a {
	width: 45px;
	height: 45px;
	line-height: 33.5px;
	border-radius: 50%;
	border: 1px solid #dedede;
}
.sub0504_wrap #paging a:not(.active):hover{
	background: #efefef;
}
@media (min-width:992px) {
	.sub0504_wrap #gallery-list .thum {
		height: 39rem;
	}
}
@media (min-width:768px) {
	.sub0504_wrap #gallery-list .thum a{
		width: 100%;
		height: 100%;
	}
	.sub0504_wrap #gallery-list .thum a img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.sub0504_wrap #gallery-list .thum {
		height: 32rem;
	}
}
@media (max-width:767.98px) {
	.sub0504_wrap .section01 .d-flex{
		flex-wrap: wrap;
	}
	.sub0504_wrap .section01 .d-flex > div{
		width: 100%;
	}
	.sub0504_wrap .section01 .txt{
		margin-top: 3rem;
		padding-left: 4rem;
	}
}
@media (max-width:575.98px) {
	.sub0504_wrap .section01 .txt .btn{
		width: 20rem !important;
	}
}




/* footer Family Site 추가 */
#footerWrap .sitemap{
	position: absolute;
	right: 1.5rem;
	bottom: 0;
	width: 30rem;
}
#footerWrap .sitemap > .trigger{
	color:#777;
	padding:1.5rem 6rem 1.5rem 2rem;
	cursor:pointer;
	position: relative;
	font-size:1.6rem;
	box-sizing:border-box;
	border:1px solid #444;
}
#footerWrap .sitemap > .trigger i{
	position: absolute;
	top:50%;
	transform:translatey(-50%);
	right:1.5rem;
}
#footerWrap .sitemap.on > .trigger i{
	transform:translatey(-50%) rotate(180deg);
}
#footerWrap .sitemap > .family_wrap{
	position: absolute;
	top:-55px;
	left:0;
	background:#242424;
	width:100%;
	text-align: left;
	border:1px solid #444;
	border-bottom: none;
	display:none;
}
#footerWrap .sitemap.on > .family_wrap{
	display:block;
	z-index:1;
}
#footerWrap .sitemap > .family_wrap ul > li > a{
	display:block;
	color:#777;
	font-size:1.6rem;
	padding:1.5rem 2rem;
	font-weight: 300;
}
#footerWrap .sitemap > .family_wrap ul > li > a:hover{
	background:#000;
	color:#fff;
}

@media(max-width:991.98px){
	#footerWrap .sitemap{
		position:relative;
		right:auto;
		top:0;
		width:30rem;
		margin:2rem auto;
	}
	#footerWrap .sitemap > .family_wrap{
		top:-53px;
	}
}
@media(max-width:991.98px){
	#footerWrap .sitemap > .family_wrap{
		top:-55px;
	}
}
@media (max-width: 575.98px) {
	#footerWrap .sitemap{
		margin:1rem auto;
		width: 26rem;
	}
	#footerWrap .sitemap > .family_wrap{
		top:-54px;
	}
	#footerWrap .sitemap > .family_wrap ul > li > a {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;

	}
}








/* 자회사 */
.sub0107_wrap.subsidiary{
	padding-top: 8rem;
}
.sub0107_wrap.subsidiary .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub0107_wrap.subsidiary .top p{
	font-family: 'Montserrat';
	font-size: 1.6rem;
}

.sub0107_wrap.subsidiary .bg{
	margin-top: 6.5rem;
	margin-bottom: 6rem;
}

.sub0107_wrap.subsidiary .sec01 h4{
	margin-top: 0;
	margin-bottom: 11rem;
	line-height: 1.3;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
}
.sub0107_wrap.subsidiary .sec01 div {
	display: flex;
	flex-wrap: wrap;
	gap:3rem;
	margin: 0;
	list-style: none;
	padding: 0;
}
.sub0107_wrap.subsidiary .sec01 div dl{
	position: relative;
	padding:3rem 2rem 3rem 3.5rem;
	width: calc(33.3% - 2rem);
	border: 1px solid #e0e0e0;
	margin: 0;
}
.sub0107_wrap.subsidiary .sec01 div dl::before{
	content: '';
	position: absolute;
	top: 0; left: 1px;
	width: 5rem; height: 1px;
	background: #000000;
}
.sub0107_wrap.subsidiary .sec01 div dl dt{
	position: relative;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 600;
}
.sub0107_wrap.subsidiary .sec01 div dl dt::before{
	content: '';
	position: absolute;
	top: -6.5px; left: -5.5px;
	width: 6.5px; height: 6.5px;
	border-radius: 50%;
	background: #e60012;
}
.sub0107_wrap.subsidiary .sec01 div dl dd{
	letter-spacing: -.5px;
	font-size: 1.8rem;
	font-weight: 600;
}

.sub0107_wrap.subsidiary .sec02{margin-top: 9.5rem;}
.sub0107_wrap.subsidiary .sec02 .title {
	position:relative;
	box-sizing:border-box;
}
.sub0107_wrap.subsidiary .sec02 .title h3 {
	margin: 0;
	font-family: 'Montserrat';
	font-size:3.5rem;
	font-weight:bold;
	line-height:1;
}
.sub0107_wrap.subsidiary .sec02 .title p {
	margin-top:3.5rem;
	margin-bottom: 0;
	font-size:2.2rem;
	font-weight:300;
}
.sub0107_wrap.subsidiary .sec02 .title .btn-more {
	position:absolute;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:22rem;
	color:#e60012;
	box-sizing:border-box;
	padding-bottom:1rem;
	font-size: 1.6rem;
	font-weight:500;
	border-bottom:1px solid #e60012;
	font-family: 'Montserrat';
}
.sub0107_wrap.subsidiary .sec02 ul {
	display: flex;
	flex-wrap: wrap;
	gap:0 3rem;
	margin-top:5rem;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
.sub0107_wrap.subsidiary .sec02 ul > li {
	width: calc(33.3% - 2rem);
}
.sub0107_wrap.subsidiary .sec02 ul > li > a {
	display:block;
	position:relative;
	height: 100%;
}
.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt {
	text-align:center;
	box-sizing:border-box;
	padding:3rem;
	background:#fff;
	color:#000;
	position:relative;
	top:-6rem;
	transition:all 0.3s;
	width:calc(100% - 4rem);
	margin:0 auto;
}
.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:1px;
	background:#e60012;
	transition:all 1s;
	z-index:10;
}
.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt > p {
	margin: 0;
	font-family: 'Montserrat';
	font-size:1.6rem;
	font-weight:400;
	color:#a5a5a5;
}
.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt > h4 {
	font-family: 'Montserrat';
	line-height: 1.5;
	font-size:2.4rem;
	font-weight:bold;
	margin-top:1.5rem;
	margin-bottom: 0;
}
.sub0107_wrap.subsidiary .sec02 ul > li > a:hover{text-decoration: none;}
.sub0107_wrap.subsidiary .sec02 ul > li > a:hover > .txt {
	top:-11rem;
}
.sub0107_wrap.subsidiary .sec02 ul > li > a:hover > .txt:before {
	width:100%;
}

@media (max-width: 1199.98px) {
	.sub0107_wrap.subsidiary .sec01 h4{
		margin-bottom: 8rem;
		font-size: 2.1rem;
	}

	.sub0107_wrap.subsidiary .sec02 .title {
		padding-right:20rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title .btn-more {
		bottom:0.5rem;
		width:18rem;
	}
}
@media (max-width: 991.98px) {
	.sub0107_wrap.subsidiary{
		padding-top: 5rem;
	}
	.sub0107_wrap.subsidiary .top p{font-size: 1.5rem;}
	.sub0107_wrap.subsidiary .top div img{
		width: 170px;
	}
	.sub0107_wrap.subsidiary .top a img{
		width: 280px;
	} 
	.sub0107_wrap.subsidiary .bg {
    margin-top: 5rem;
    margin-bottom: 5rem;	
	}

	.sub0107_wrap.subsidiary .sec01 h4{
		margin-bottom: 6rem;
		font-size: 1.9rem;
	}
	.sub0107_wrap.subsidiary .sec01 h4 br{display: none;}
	.sub0107_wrap.subsidiary .sec01 div dl {
    padding: 3rem;
    width: calc(50% - 1.5rem);
	}
	.sub0107_wrap.subsidiary .sec01 div dl dd{font-size: 1.6rem;}

	.sub0107_wrap.subsidiary .sec02 {
		margin-top: 0;
		padding:6rem 0 4rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title {
		padding-right:18rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title h3 {
		font-size:3rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title p {
		margin-top: 2rem;
		font-size:1.8rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title .btn-more {
		width:16rem;
		padding-bottom:0.5rem;
	}

	.sub0107_wrap.subsidiary .sec02 ul {margin-top:4rem;}
	.sub0107_wrap.subsidiary .sec02 ul > li {
		width: calc(50% - 1.5rem);
	}
	.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt {
		padding:2rem 2rem 0;
		top:-4rem;
	}
	.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt > p {
		font-size:1.4rem;
	}
	.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt > h4 {
		font-size:2rem;
	}
	.sub0107_wrap.subsidiary .sec02 ul > li > a:hover > .txt {
		top:-6rem;
	}
}
@media (max-width: 767.98px) {
	.sub0107_wrap.subsidiary{
		padding-top: 3rem;
	}
	.sub0107_wrap.subsidiary .top {display: block;}
	.sub0107_wrap.subsidiary .top div{margin-bottom: 2rem;}

	.sub0107_wrap.subsidiary .bg{margin-top: 4rem; margin-bottom: 4.5rem;}

	.sub0107_wrap.subsidiary .sec01 h4 {
		margin-bottom: 5rem;
		font-size: 1.8rem;
	}
	.sub0107_wrap.subsidiary .sec01 div dl {
    width: 100%;
	}

	.sub0107_wrap.subsidiary .sec02 .title {
		padding-right:0;
	}
	.sub0107_wrap.subsidiary .sec02 .title h3 {
		font-size: 2.5rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title p {
		margin-top: 1rem;
		font-size: 1.6rem;
	}
	.sub0107_wrap.subsidiary .sec02 .title .btn-more {
		position:relative;
		right:auto;
		bottom:auto;
		padding-bottom:0;
		margin-top:1.5rem;
	}
	.sub0107_wrap.subsidiary .sec02 ul > li{width: 100%;}
}
@media (max-width: 575.98px) {
	.sub0107_wrap.subsidiary .sec02 ul > li > a > .txt > h4 {
		font-size:1.8rem;
	}
}



/* CEO 인사말 */
.sub0101_wrap.greeting2 .bx{
	display: flex;
	margin-top: 2rem;
}
.sub0101_wrap.greeting2 .lb{
	padding-top: 4.5rem;
	width: 56.25%;
	order: -1;
}
.sub0101_wrap.greeting2 .lb p:first-of-type{
	font-size: 2.8rem;
	font-weight: bold;
}
.sub0101_wrap.greeting2 .lb p:last-of-type{
	margin: 3rem 0 3.5rem;
	line-height: 1.6;
	font-size: 1.8rem;
}
.sub0101_wrap.greeting2 .lb > div{
	display: flex;
	align-items: center;
	gap: 2.5rem;
	font-size: 2rem;
	font-weight: 500;
}
.sub0101_wrap.greeting2 .rb{
	position: relative;
	width: 43.75%;
	padding-top: 4.5rem;
	padding-left: 5rem;
}
.sub0101_wrap.greeting2 .rb > img{
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.sub0101_wrap.greeting2 .rb .bg{
	position: absolute;
	top: 0; left: 0;
}
@media (max-width:1199.98px) {
	.sub0101_wrap.greeting2 .br1{display: none;}
}
@media (max-width:991.98px) {
	.sub0101_wrap.greeting2 .bx{display: block;}
	.sub0101_wrap.greeting2 .bx > div{width: 100% !important;}
	.sub0101_wrap.greeting2 .rb{
		padding-left: 0;
		text-align: center;
	}
	.sub0101_wrap.greeting2 .rb .bg{left: 50%; transform: translateX(-50%);}
	.sub0101_wrap.greeting2 .lb{padding-top: 3rem;}
	.sub0101_wrap.greeting2 .lb p:first-of-type{
		font-size: 2.2rem;
	}
	.sub0101_wrap.greeting2 .lb p:last-of-type{
		margin: 2rem 0 2.5rem;
		font-size: 1.6rem;
	}
	.sub0101_wrap.greeting2 .lb > div{
		gap: 1.5rem;
		font-size: 1.8rem;
	}
	.sub0101_wrap.greeting2 br:not(.brx){display: none;}
}
@media (max-width:767.98px) {
	.sub0101_wrap.greeting2 > img{
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	.sub0101_wrap.greeting2 .rb{
		padding-top: 3rem;
	}
	.sub0101_wrap.greeting2 .rb .bg{
		width: 100%;
		height: 100%;
	}
	.sub0101_wrap.greeting2 .rb .bg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.sub0101_wrap.greeting2 .rb > img{width: 250px;}
	.sub0101_wrap.greeting2 .lb{
		position: relative;
		padding-top: 3rem;
		z-index: 1;
	}
	.sub0101_wrap.greeting2 .lb p:first-of-type{
		font-size: 2rem;
	}
	.sub0101_wrap.greeting2 .lb p:last-of-type{
		margin: 1.5rem 0 2rem;
		font-size: 1.4rem;
	}
	.sub0101_wrap.greeting2 .lb > div{
		gap: 1rem;
		font-size: 1.6rem;
	}
}



/* 경영진 */
.sub0106_wrap.member .bx1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 5rem 0 12rem;
}
.sub0106_wrap.member .bx1 p{
	flex-shrink: 0;
	font-size: 3.2rem;
	font-weight: bold;
}
.sub0106_wrap.member .bx1 p::after{
	content: '';
	display: inline-block;
	width: 6.5px; height: 6px;
	margin-left: 1rem;
	background: #e60013;
	border-radius: 50%;
	transform: translateY(1rem);
}
.sub0106_wrap.member .bx1 div{
	position: relative;
	width: 75.33%;
	padding: 2.5rem 2rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 200;
	font-size: 2.4rem;
	border: 1px solid #e0e0e0;
}
.sub0106_wrap.member .bx1 div::before{
	content: '';
	position: absolute;
	top: -1px; left: 0;
	width: 5rem; height: 1px;
	background: #000000;
}
.sub0106_wrap.member .bx2 ul{
	display: flex;
	justify-content: center;
	gap:3rem 6.5rem;
	list-style: none;
	padding: 0;
}
.sub0106_wrap.member .bx2 ul + ul{margin-top: 5rem;}
.sub0106_wrap.member .bx2 ul li{
	flex-shrink: 0;
	width: 25rem;
	text-align: center;
}
.sub0106_wrap.member .bx2 ul li p:first-of-type{
	margin: 1rem 0 7px;
	line-height: 1.3;
	font-size: 2.6rem;
	font-weight: bold;
}
.sub0106_wrap.member .bx2 ul li p:last-of-type{
	line-height: 1.3;
	font-size: 2rem;
	color: #555555;
}
@media (max-width:1199.98px) {
	.sub0106_wrap.member .bx2 ul li{width: 20rem;}
}
@media (max-width:991.98px) {
	.sub0106_wrap.member .bx1{
		display: block;
		margin: 4rem 0 8rem;
	}
	.sub0106_wrap.member .bx1 p{font-size: 2.5rem;}
	.sub0106_wrap.member .bx1 div{
		width: 100%;
		margin-top: 2.5rem;
		font-size: 2rem;
	}
	.sub0106_wrap.member .bx2 ul{gap:3rem;}
	.sub0106_wrap.member .bx2 ul + ul{margin-top: 4rem;}
	.sub0106_wrap.member .bx2 ul li{width: 16rem;}
	.sub0106_wrap.member .bx2 ul li p:first-of-type{font-size: 2rem;}
	.sub0106_wrap.member .bx2 ul li p:last-of-type{font-size: 1.6rem;}
}
@media (max-width:767.98px) {
	.sub0106_wrap.member .bx1{margin: 3rem 0 6rem;}
	.sub0106_wrap.member .bx1 p{font-size: 2.2rem;}
	.sub0106_wrap.member .bx1 div{
		margin-top: 2rem;
		font-size: 1.8rem;
	}
	.sub0106_wrap.member .bx2 ul{gap:2rem;}
	.sub0106_wrap.member .bx2 ul + ul{margin-top: 3rem;}
	.sub0106_wrap.member .bx2 ul li{width: 12.5rem;}
	.sub0106_wrap.member .bx2 ul li p:first-of-type{font-size: 1.8rem;}
	.sub0106_wrap.member .bx2 ul li p:last-of-type{font-size: 1.4rem;}
}
@media (max-width:575.98px) {
	.sub0106_wrap.member .bx2 ul{flex-wrap: wrap;}
	.sub0106_wrap.member .bx2 ul li{max-width: 25rem; width: 100%;}
	.sub0106_wrap.member .bx2 ul + ul{margin-top: 2rem;}
}




/* 직급체계 및 평가체계 */
.type_2 ul.afterX li::after{
	display: none;
}
.sub040302_wrap .txtBx{
	width: 908px;
  margin: 20px auto;
}
.sub040302_wrap .txtBx p {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 50px;
	margin-top: -5px;
	color: #555555;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.5px;
}
.sub040302_wrap .line{
	border-bottom: 1px solid #dddddd;
}
.sub040302_wrap p small{
	font-size: 16px;
	color: #555555;
}
@media (max-width:992px) {
	.sub040302_wrap .txtBx p {
		width: 90px;
		margin: 0 20px 0 0;
		font-size: 12px;
	}
	.sub040302_wrap .txtBx p br{display: none;}
	.sub040302_wrap p small{font-size: 14px;}
}