/*swiper start*/
.swiper-container{width:100%; height:100%;}
.swiper-slide {
	/* Center slide text vertically */
	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;
}
.business-wrapper{display:block;}
/*swiper end*/

/*select 珥덇린�� start*/
select{
	width: 100%;
	height: 40px;
	padding-left:20px;
	font-size: 14px;
	color: #fff;
	background-color:transparent;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background: url(/images/pc/icon/select_arrow_d.png) no-repeat 90% 50%; /* �붿궡�� �꾩씠肄� 異붽� */
}
select::-ms-expand {display: none; /* �붿궡�� �놁븷湲� for IE10, 11*/}
option{color:#888}
/*select 珥덇린�� end*/

/*header start*/
html.scrollHidden{overflow:hidden;}
#header{width:100%; height:80px; position:fixed; top:0px; color:#fff; z-index:60; /* box-shadow:inset 0px -1px 0 0 rgba(228, 228, 228, 0.3); */}
#header.gnbOn{background-color:#fff; color:#545859;}
#header.gnbOn:after{content:""; width:100%; height:60px; background-color:#000; display:block;}
#header .header-wrap{padding:0 60px;}
#header .header-in{position:relative;}
#header .header-in .logo{margin-top:7px; float:right}
#header .header-in .logo img{height:36px;}
#header .header-in .logo img{vertical-align:middle;}
#header .header-in .gnb{width:100%; margin:0 auto; text-align:center;}
#header .header-in .gnb ul.gnb-type{width:900px; height:80px; line-height:80px; margin:0 auto; font-size:0;}
#header .header-in .gnb ul.gnb-type > li{width:14.2857%; font-size:20px; display:inline-block; font-weight:400;}
.gnbBox{display:inline-block; position:relative;}
.sub-gnb-type{width:1070px; height:60px; line-height:59px; position:absolute; top:100%; left:0; color:#888; text-align:left; display:none;}
.sub-gnb-type li{display:inline-block; font-size:0.75em; vertical-align:middle;}
.sub-gnb-type li~li{margin-left:40px;}
.sub-gnb-type a:hover{color:#fff;}
.sub-gnb-type li > a.subListOn{color:#fff;}
#header .header-in .rt-box{position:absolute; top:50%; right:0; transform:translateY(-50%);}
#header .header-in .languageList{
	height:47px;
	line-height:47px;
	font-size:18px;
	margin-right:35px;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	float:left;
}
.languageSelectBox{
	width:80px;
	padding:5px 12px;
	position:absolute;
	top:100%;
	left:-11px;
	background-color:#fff;
	color:#888;
	border:1px solid #e4e4e4;
	cursor:auto;
	display:none;
}
.languageSelectBox:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 5px;
	top: -16px;
	border: 8px solid transparent;
	border-bottom: 10px solid rgba(255,255,255,1);
	z-index: 2;
}
.languageSelectBox li{line-height:1.8; cursor:pointer;}
#header .header-in .languageList.off{visibility:hidden;}
#header .header-in .languageList:after{
	content:'';
	border:solid #fff;
	border-width:0 2px 2px 0; /*arrow �먭묠*/
	display:inline-block;
	padding:3px; /*arrow �ш린*/
	transform: rotate(45deg); /*45�꾨옒, 135�쇱そ*/
	-webkit-transform: rotate(45deg);
	margin-left:10px;
	vertical-align:4px;
}
#header .header-in .languageList.languageListOn:after{border-width:2px 0 0 2px; vertical-align:1px;}

#header.gnbOn .header-in .languageList:after{content:''; border:solid #545859;	border-width:0 2px 2px 0; /*arrow �먭묠*/}
.gnbList.listOn{color: #8aec15;}
.burgger-wrap{padding:10px; border:1px solid #fff; cursor:pointer; position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:200;}
.gnbOn .burgger-wrap{border:1px solid #000;}
.burger-menu{width:23px; height:23px; position:relative;}
.burger{width:23px; height:2px; position:absolute; top:50%; right:0px; background:#fff; opacity:1;}
.gnbOn .burger{background:#000;}
.burger.changed{width:23px; height:2px; position:absolute; top:50%; right:0px; background:#bfbfcd; opacity:1;}
.burger::before{content:""; width:23px; height:2px; position:absolute; top:9px; background:#fff; display:block;}
.gnbOn .burger::before{background:#000;}
.burger.changed::before{content:""; width:23px; height:2px; position:absolute; top:9px; background:#bfbfcd; display:block;}
.burger::after{content:""; width:23px; height:2px; position:absolute; bottom:9px; background:#fff; display:block;}
.gnbOn .burger::after{background:#000;}
.burger.changed::after{content:""; width:23px; height:2px; position:absolute; bottom:9px; background:#bfbfcd; display:block;}
.burger::after, .burger::before, .burger{transition:all .2s ease-in-out; -webkit-transition:all .3s ease-in-out;}
.burger-menu.menu-on .burger::after{transform:rotate(-45deg); -webkit-transform:rotate(-45deg); bottom:0px;}
.burger-menu.menu-on .burger::before{transform:rotate(45deg); -webkit-transform:rotate(45deg); top:0px;}
.burger-menu.menu-on .burger{background:rgba(111,111,111,.0);}
.allMenu{position:fixed; top:0; bottom:0; left:0; right:0; display:none;}
.allMenu .allMenu-in{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	color:#888;
	z-index:110;
}
.allMenu .allMenu-in .allMenu-wrap{border-bottom:1px solid #545859; height:20vh; /* height:16.66666vh; */}
.allMenu .allMenu-in .allMenu-wrap:last-child{border:0;}
.allMenu .allMenu-in dl.allMenu-box{height:100%; display:flex; justify-content:center; align-items:center;}
.allMenu .allMenu-in dl.allMenu-box:after{content:""; clear:both; display:block;}
.allMenu .allMenu-in dt.allMenu-title{font-size:42px; line-height:1; letter-spacing:-0.84px; float:left;}
.allMenu .allMenu-in dd.allMenu-list-box{width:75%; font-size:18px; float:left;}
.allMenu .allMenu-in dd.allMenu-list-box > ul{margin-left:90px;}
.allMenu .allMenu-in dd.allMenu-list-box > ul > li{width:36%; line-height:2.1; display:inline-block;}
.allMenu .allMenu-in dd.allMenu-list-box > ul > li > a:hover{color:#fff;}
.allMenuOn{color:#fff;}
#header.sectionOn{/* box-shadow: inset 0px -1px 0 0 #e4e4e4; */ background-color:#fff; color:#545859; transition:all .4s}
#header.sectionOn .header-in .languageList:after{content:''; border:solid #000; border-width:0 2px 2px 0; /*arrow �먭묠*/}
#header.sectionOn .header-in .languageListOn:after{border-width:2px 0 0 2px; vertical-align:1px;}
.sectionOn .burgger-wrap{border:1px solid #000;}
.sectionOn .burger{background:#000;}
.sectionOn .burger::before{background:#000;}
.sectionOn .burger::after{background:#000;}
.allmenuOn .burgger-wrap{border:1px solid #fff;}
.allmenuOn .burger{background:#fff;}
.allmenuOn .burger::before{background:#fff;}
.allmenuOn .burger::after{background:#fff;}
/*header end*/

/*pageNumber start*/
#length-paging{position:absolute; top:50%; right:0; transform:translateY(-50%); margin-right:60px;  z-index:50;}
#length-paging .top-arrow{
	border:solid #fff;
	border-width:2px 0 0 2px; /*arrow �먭묠*/
	display:inline-block;
	padding:9px; /*arrow �ш린*/
	transform: rotate(50deg); /*45�꾨옒, 135�쇱そ*/
	-webkit-transform: rotate(45deg);
	margin-left:5px;
	margin-bottom:50px;
	cursor:pointer;
}
#length-paging .down-arrow{
	border:solid #fff;
	border-width:0 2px 2px 0; /*arrow �먭묠*/
	display:inline-block;
	padding:9px; /*arrow �ш린*/
	transform: rotate(50deg); /*45�꾨옒, 135�쇱そ*/
	-webkit-transform: rotate(45deg);
	margin-left:5px;
	margin-top:50px;
	cursor:pointer;
}
#length-paging .paging-num{width:35px; height:1em; line-height:1; position:relative; font-weight:bold; font-size:20px; color:#fff; overflow:hidden;}
#length-paging .paging-num:after{content:'/6'; width:30px; position:absolute; top:0; left:12px; font-weight:300;}
#length-paging .paging-num .sectionNumber{transition:transform .4s;}
#length-paging.pagingOn .top-arrow{border:solid #888; border-width:2px 0 0 2px;}
#length-paging.pagingOn .down-arrow{border:solid #888; border-width:0 2px 2px 0;}
#length-paging.pagingOn .paging-num{color:#888;}
/*pageNumber end*/

/*popup start*/
#popup{width:100%; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index:9999; display:none;}
#popup .popup-in{
	width: 620px;
	height: 400px;
	margin:0 auto;
	box-shadow: 3px 5.2px 5.4px 0.6px rgba(0, 0, 0, 0.35);
	background-color: #ffffff;
}
#popup .popup-in .popup_close{padding:11px 11px 0 0}
#popup .popup-in .popup_close img{cursor:pointer;}
#popup .popup-in .popupBox{color:#002d72; padding-top:35px;}
#popup .popup-in .popupBox p{font-size:38px; line-height:1.26; letter-spacing:-1.9px; font-weight:bold; margin-top:20px;}
#popup .popup-in .popupBox p > span{font-weight:900;}
#popup .popup-in .popupBox .popup_btn{
	width:198px;
	height:56px;
	line-height:56px;
	margin:0 auto;
	border:solid 1px #002d72;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1.17px;
	margin-top:60px;
	display:block;
}
/*popup end*/

/*scroll down start*/
.downScroll{position:absolute; bottom:0; left:50%; transform:translateX(-50%); font-size:12px; letter-spacing:0.6px; z-index:9;}
.downScroll:after{content:''; width:1px; height:50px; background-color:#ecf0f2; display:block; margin:0 auto; margin-top:10px;}
/*scroll down end*/

/*泥ル쾲吏� section start*/
#section01{color:#fff; text-align:center;}
#section01 .sec01-in{width:100%; height:100%;}
#section01 .sec01-in .comSlide{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:table;
}
#section01 .sec01-in .sliede01{background-image:url(/images/pc/main/section01/bg_slide05.jpg);}
#section01 .sec01-in .sliede02{background-image:url(/images/pc/main/section01/bg_slide01.jpg);}
#section01 .sec01-in .sliede03{background-image:url(/images/pc/main/section01/bg_slide03.jpg);}
#section01 .sec01-in .sliede04{background-image:url(/images/pc/main/section01/bg_slide04.jpg);}
#section01 .sec01-in .title-wrap{display:table-cell; vertical-align:middle;}
#section01 .sec01-in .sliede01 .title-wrap .title-box{position:relative; z-index:200;}
#section01 .sec01-in .sliede02 .title-wrap .title-box,
#section01 .sec01-in .sliede03 .title-wrap .title-box{margin-top:10px;}
#section01 .sec01-in .sliede04 .title-wrap .title-box{}

.slide01_video{min-width:100%; min-height:100%; position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}

.lineBar:after{content:''; width:40px; height:3px; background-color:#f3f4f8; margin:0 auto; margin-top:30px; display:block; transform:rotate(-35deg);}
.sub-tit{font-size:18px; font-weight:300; margin-top:38px; line-height:1.33;}
.inro-pagination{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:175px;}
.swiper-pagination-bullet{width:10px; height:10px; border:1px solid #fff; margin-left:10px; background-color:transparent; opacity:1;}
.swiper-pagination-bullet:first-child{margin-left:0;}
.swiper-pagination-bullet-active{background-color:#fff;}
/*Animation CSS*/
.title-wrap{opacity:0; transform:translateY(-50px); transition:all 0.4s}
.introTitle01.introAnimate,
.introTitle02.introAnimate,
.introTitle03.introAnimate,
.introTitle04.introAnimate{opacity:1; transform:translateY(0);}

/*.fade-down{opacity:0; transform:translateY(-50px); transition:all 0.4s 0.4s;}
.fade-up.animate{opacity:1; transform:translateY(0);}
.fade-up{opacity:0; transform:translateY(50px); transition:all 0.4s 0.4s;}
.fade-up.animate{opacity:1; transform:translateY(0);}
.width100.lineBar:after{width:100px; transition:width .4s;}*/
/*泥ル쾲吏� section end*/

/*�먮쾲吏� section start*/
#section02{text-align:center;}
#section02 .sec02-in{width:100%; height:100%;}
#section02 .sec02-in .sec02-box{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
.subTitle{font-size:18px; font-weight:300; line-height:1.56; color:#888; text-align:center; margin-top:20px; word-break:keep-all;}
.businessThumbnailList{max-width:1140px; margin:0 auto; font-size:0;}
.businessThumbnailList.list01{margin-top:80px;}
.businessThumbnailList.list02{margin-top:40px;}
.businessThumbnailList li{width:22.7%; border:1px solid #e4e4e4; color:#888; padding:35px 0; display:inline-block; cursor:pointer;}
.businessThumbnailList li.businessOn{border:1px solid #002d72; color:#fff; background-color:#002d72;}
.businessThumbnailList li~li{margin-left:3%;}
.businessIcon{width:64px; height:64px; background:url(/images/pc/main/section02/business_icon.png) no-repeat; margin:0 auto; display:block;}
.businessIcon.icon01{background-position-x:left;}
.businessIcon.icon02{background-position-x:-67px;}
.businessIcon.icon03{background-position-x:-132px;}
.businessIcon.icon04{background-position-x:-198px;}
.businessIcon.icon05{background-position-x:-264px;}
.businessIcon.icon06{background-position-x:-330px;}
.businessIcon.icon07{background-position-x:-396px;}
.businessIcon.icon08{background-position:right 0;}
.businessOn .businessIcon{background-position-y:bottom !important;}
.businessText{font-size:20px; letter-spacing:-0.8px; margin-top:20px;}
/*�먮쾲吏� section end*/

/*�몃쾲吏� section start*/
#section03{text-align:center;}
#section03 .sec03-in{width:100%; height:100%; background:url(/images/pc/main/section03/bg_subsidiary.jpg) no-repeat center; background-size:cover;}
#section03 .sec03-in .sec03-box{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:30px;}
.overImage{max-width:1140px; margin:0 auto; margin-top:80px; position:relative;}
.suibsidiaryImg{width:100%; height:100%; position:absolute; top:0; left:0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.suibsidiaryImg01{background-image:url(/images/pc/main/section03/subsidiary_img01_over.jpg); z-index:0;}
.suibsidiaryImg02{background-image:url(/images/pc/main/section03/subsidiary_img02_over.jpg); z-index:0;}
.suibsidiaryImg03{background-image:url(/images/pc/main/section03/subsidiary_img03_over.jpg); z-index:0;}
.suibsidiaryImg04{background-image:url(/images/pc/main/section03/subsidiary_img04_over.jpg); z-index:0;}
.suibsidiaryImg05{background-image:url(/images/pc/main/section03/subsidiary_img05_over.jpg); z-index:0;}
.suibsidiaryImg06{background-image:url(/images/pc/main/section03/subsidiary_img06_over.jpg); z-index:0;}
.suibsidiaryImg07{background-image:url(/images/pc/main/section03/subsidiary_img07_over.jpg); z-index:0;}
.suibsidiaryImg08{background-image:url(/images/pc/main/section03/subsidiary_img08_over.jpg); z-index:0;}
.suibsidiaryThumbnailList{font-size:0; color:#fff;}
.suibsidiaryThumbnailList li{
	width:25%;
	height:239px;
	position:relative;
	display:inline-block;
	cursor:pointer;
	border:1px solid rgba(255,255,255,.2);
	z-index:11;
}
.suibsidiaryContent{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:30}
.suibsidiaryThumbnail{background-repeat:no-repeat; background-position:center; background-size:cover;}
.suibsidiaryThumbnail.Thumbnail01{background-image:url(/images/pc/main/section03/subsidiary_img01.jpg); border-top:0; border-left:0;}
.suibsidiaryThumbnail.Thumbnail02{background-image:url(/images/pc/main/section03/subsidiary_img02.jpg); border-top:0;}
.suibsidiaryThumbnail.Thumbnail03{background-image:url(/images/pc/main/section03/subsidiary_img03.jpg); border-top:0;}
.suibsidiaryThumbnail.Thumbnail04{background-image:url(/images/pc/main/section03/subsidiary_img04.jpg); border-top:0; border-right:0;}
.suibsidiaryThumbnail.Thumbnail05{background-image:url(/images/pc/main/section03/subsidiary_img05.jpg); border-bottom:0; border-left:0;}
.suibsidiaryThumbnail.Thumbnail06{background-image:url(/images/pc/main/section03/subsidiary_img06.jpg); border-bottom:0;}
.suibsidiaryThumbnail.Thumbnail07{background-image:url(/images/pc/main/section03/subsidiary_img07.jpg); border-bottom:0;}
.suibsidiaryThumbnail.Thumbnail08{background-image:url(/images/pc/main/section03/subsidiary_img08.jpg); border-bottom:0; border-right:0;}
.suibsidiaryThumbnail.margin0{margin-left:0;}
.suibsidiaryText-b{font-size:24px; font-weight:900;}
.suibsidiaryText-s{font-size:16px; font-weight:300; margin-top:5px; display:none; padding:0 40px}
.lineHover{
	width:90%;
	height:84%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:100;
}
.lineHover .line-top{
	width:0;
	height:2px;
	background-color:rgba(255,255,255,.2);
	display:inline-block;
	position:absolute;
	top:-3px;
	left:0;
	transition: width 0.2s ease-out;
}
.lineHover .line-bottom{
	width:0;
	height:2px;
	background-color:rgba(255,255,255,.2);
	display:inline-block;
	position:absolute;
	bottom:-3px;
	right:0;
	transition: width 0.2s ease-out;
}
.lineHover .line-left{
	width:2px;
	height:0;
	background-color:rgba(255,255,255,.2);
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	transition: height 0.2s ease-out;
}
.lineHover .line-right{
	width:2px;
	height:0;
	background-color:rgba(255,255,255,.2);
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	transition: height 0.2s ease-out;
}
.suibsidiaryOn .lineHover .line-left,
.suibsidiaryOn .lineHover .line-right{height:100%}
.suibsidiaryOn .lineHover .line-top,
.suibsidiaryOn .lineHover .line-bottom{width:100%}
.suibsidiaryOn{position:relative;}
.suibsidiaryOn.suibsidiaryThumbnail:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,45,114,.6);
	display:inline-block;
	z-index:20;
}
.suibsidiaryOn .suibsidiaryText-s{display:block;}
.imageChange .suibsidiaryThumbnail{background-position:-99999px;}
 .suibsidiaryImgOver.suibsidiaryImg01{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg02{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg03{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg04{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg05{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg06{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg07{z-index:10;}
 .suibsidiaryImgOver.suibsidiaryImg08{z-index:10;}
/*�몃쾲吏� section end*/

/*�ㅻ쾲夷� section start*/
#section04{text-align:center;}
#section04 .sec04-in{width:100%; height:100%; background:url(/images/pc/main/section04/bg_cmmunity.jpg) no-repeat center; background-size:cover;}
.commucityVideo{min-width:100%; min-height:100%; position:absolute; left:50%; top:0; transform:translateX(-50%);}
#section04 .sec04-in:after{content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,.3); display:inline-block;}
#section04 .sec04-in .sec04-box{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:20;}
.cummunityIcon{
	width:60px;
	height:60px;
	background-color:rgba(0,163,224,.8);
	border-radius:50%;
	margin:0 auto;
	margin-top:120px;
	position:relative;
	display:inline-block;
}
.cummunityIcon:before{
	content:"";
	width:1px;
	height:80px;
	position:absolute;
	top:0;
	left:50%;
	margin-top:-100px;
	transform:translateX(-50%);
	background-color:rgba(254,254,254,.4);
	display:inline-block;
}
.cummunityIcon .plus-btn{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:0;}
/*�ㅻ쾲夷� section end*/

/*�ㅼ꽢踰덉㎏ section start*/
#section05{text-align:center; background-color:#fff;}
#section05 .sec05-in{width:100%; height:100%;}
#section05 .sec05-in .sec05-box{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:40px;}
.newsWrap{position:relative; margin-top:80px;}
.newsArrow-prev{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	margin-left:-80px;
	margin-top:10px;
	background:url(/images/pc/icon/news_arrow.png);
	background-position-y:bottom;
	background-position-x:left;
	z-index:20;
}
.newsArrow-next{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	margin-right:-80px;
	margin-top:10px;
	background:url(/images/pc/icon/news_arrow.png);
	background-position-y:bottom;
	background-position-x:right;
	z-index:20;
}
.newsArrow-prev.swiper-button-disabled,
.newsArrow-next.swiper-button-disabled{opacity:1;  background-position-y:top;}

.news-list{text-align:left; font-size:0;}
.news-list li{width:400px; height:320px; display:inline-block; border:1px solid #e4e4e4; padding:37px 28px;}
.news-list li > a{width:100%; height:100%; display:inline-block; position:relative;}
.newPlus{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); display:none; z-index:21}
.newsText-type{
	width:75px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.64px;
	background-color:#002d72;
	text-align:center;
	color:#fff;
}
.newsText-tite{margin-top:20px; font-size:24px; letter-spacing:-0.8px; color:#545859;}
.newsText-con{margin-top:30px; font-size:16px; font-weight:300; line-height:1.5; color:#888;}
.newsText-date{margin-top:20px; font-size:14px; color:#b4b4b4}
.news-pagination{margin-top:50px;}
.news-pagination .swiper-pagination-bullet{border:1px solid #002d72;}
.news-pagination .swiper-pagination-bullet-active{background-color:#002d72;}

.newsImageOn{border:1px solid #002d72; background-color:#002d72;}
.newsImageOn .newsText-type{background-color:#fff; color:#002d72;}
.newsImageOn .newsText-tite{color:#fff;}
.newsImageOn .newsText-con{color:#fff;}
.newsImageOn .newsText-date{color:#fff;}
/*�ㅼ꽢踰덉㎏ section end*/

/*�ъ꽢踰덉㎏ section start*/
#section06{text-align:center;}
#section06 .sec06-in{width:100%; height:100%;}
#section06 .sec06-in .sec06-box{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:30px;}
.aboutThumbnailList{margin-top:80px; font-size:0;}
.aboutThumbnailList li{width:22.7%; height:480px; position:relative; display:inline-block;}
.aboutThumbnailList li~li{margin-left:3%}
.aboutThumbnailList li > a{width:100%; height:100%; display:block;}
.aboutThumbnai{background-repeat:no-repeat; background-position:center; background-size:cover;}
.aboutThumbnai.Thumbnai01{background-image:url(/images/pc/main/section06/about_img01.jpg);}
.aboutThumbnai.Thumbnai02{background-image:url(/images/pc/main/section06/about_img02.jpg);}
.aboutThumbnai.Thumbnai03{background-image:url(/images/pc/main/section06/about_img03.jpg);}
.aboutThumbnai.Thumbnai04{background-image:url(/images/pc/main/section06/about_img04.jpg);}
.aboutThumbnai .aboutPlus{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); display:none;}
.aboutThumbnai .aboutText{position:absolute; bottom:40px; left:30px; color:#fff; font-size:24px; letter-spacing:-0.96px;}
.aboutThumbnai .aboutText .arrows-btn{border:solid #fff;	border-width:1px 1px 0 0; padding:4px; margin-left:10px; vertical-align:4px;}
.aboutOn{background-color:rgba(0,45,114,.5); box-shadow:20px 20px 6px 3px rgba(0,0,0,.2);}
.aboutOn .aboutPlus{display:block;}
.right_img a img{width:240px;}
.right_img2 a img{width:240px;}
/*�ъ꽢踰덉㎏ section end*/

/*footer start*/
#footer{position:relative; background-color:#545859; color:#fff;}
#footer .footer-in{padding:80px 20px;}
#footer .footer-in:after{content:""; clear:both; display:block;}
#footer .footer-in .logo{float:left;}
#footer .footer-in .info{margin-left:100px; float:left;}
#footer .footer-in .info .info-list{font-size:0;}
#footer .footer-in .info .info-list span{font-size:14px; font-weight:300;}
#footer .footer-in .info .individual:after{content:""; width:1px; height:12px; margin:0 15px; background-color:#9e9f9e; display:inline-block;}
#footer .footer-in .info .address-list{font-size:12px; line-height:1.67; margin-top:26px; color:rgba(255,255,255,.6);}
#footer .footer-in .info .address-list p > span.addre01{width:350px; display:inline-block;border:0px solid red}
#footer .footer-in .info .address-list p > span.phonNum01{margin-left:0;}
#footer .footer-in .info .address-list p > span.phonNum02{margin-left:0;}

#footer .footer-in .info .address-list p > span.en_phonNum01{margin-left:0;}
#footer .footer-in .info .address-list p > span.en_phonNum02{margin-left:0;}

#footer .footer-in .familySite{width:180px; height:40px; float:right;}

#footer .info-popup{
	width:912px;
	height:704px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:140;
	margin:auto;
	display:none;
}
#footer .info-popup.popup_two{height:380px;}

#footer .info-popup .info-popup-in{display:flex; align-items:center;}
#footer .info-popup .info-popup-in h2{font-size:34px; font-weight:400; margin-left:30px; line-height:1;}
#footer .info-popup .info-popup-in h2:before{display:none;}
#footer .info-popup .info-popup-in .close-btn{margin:auto 0 auto auto; font-size:0; padding-right:10px; cursor:pointer;}
#footer .info-popup .info-popup-txt{background-color:#fff; margin-top:16px;}
#footer .info-popup .info-popup-txt pre{
	width:100%;
	height:640px;
	font-size:1rem;
	font-weight:100;
	line-height:1.6;
	white-space:pre-line;
	overflow-y:auto;
	color:#333;
	padding:30px;
}

#footer .info-popup.popup_two .info-popup-txt pre{height:auto;}

#footer .info-popup .info-popup-txt pre::-webkit-scrollbar{width:14px; height:50px;}
#footer .info-popup .info-popup-txt pre::-webkit-scrollbar-button{display:none;}
#footer .info-popup .info-popup-txt pre::-webkit-scrollbar-thumb{background-color:#6d9fff; border:4px solid #fff; border-radius:10px;}
/*footer end*/

/*媛�濡� 諛섏쓳��*/
@media(max-width:1280px){/*1280px 誘몃뵒�� �쒖옉*/
	h1{font-size:67px}
	h2{font-size:40px}
	#header .header-wrap{padding:0 20px;}
	#header .header-in .languageList{margin-right:15px;}
	#header .header-in .gnb ul.gnb-type > li{width:12.6666%}
	#length-paging{display:none !important;}
	#header .header-in .logo img{height:48px;}
	#header .header-in .gnb ul.gnb-type > li{font-size:20px;}
	#header .header-in .languageList{font-size:17px;}
	.burgger-wrap{padding:7px; margin-top:6px;}
	.burger-menu{width:20px; height:20px;}
	.burger{width:20px;}
	.burger::before{width:20px;}
	.burger::after{width:20px; bottom:8px;}
	#header.gnbOn:after{height:65px; top:8px;}
	.sub-gnb-type li~li{margin-left:24px;}
	.sub-gnb-type{width:100vw; height:65px; line-height:64px;}
	.newsArrow-prev{margin-left:5px;}
	.newsArrow-next{margin-right:5px;}
	.businessThumbnailList.list02{margin-top:20px;}
	#section02 .sec02-in .sec02-box{margin-top:40px;}
	.news-pagination{margin-top:15px;}
	.suibsidiaryThumbnailList li{height:188px;}
	.aboutThumbnailList li{height:369px;}
	.subTitle{margin-top:0;}
	.businessThumbnailList.list01{margin-top:30px;}
	.overImage{margin-top:30px;}
	.newsWrap{margin-top:30px;}
	.aboutThumbnailList{margin-top:30px;}
	.subTitle{font-size:16px;}
}/*1280px 誘몃뵒�� ��*/

@media(min-width:1025px){/*1025px 誘몃뵒�� �쒖옉*/
	/*�몃줈 諛섏쓳��*/
	@media(max-height:800px){/*800px 誘몃뵒�� �쒖옉*/
		h1{font-size:67px}
		h2{font-size:40px}
		#header .header-wrap{padding:0 20px;}
		#header .header-in .languageList{margin-right:15px;}
		#header .header-in .gnb ul.gnb-type > li{width:12.6666%}
		#length-paging{display:none !important;}
		#header .header-in .logo img{height:48px;}
		#header .header-in .gnb ul.gnb-type > li{font-size:20px;}
		#header .header-in .languageList{font-size:17px;}
		.burgger-wrap{padding:7px; margin-top:6px;}
		.burger-menu{width:20px; height:20px;}
		.burger{width:20px;}
		.burger::before{width:20px;}
		.burger::after{width:20px; bottom:8px;}
		#header.gnbOn:after{height:65px; top:8px;}
		.sub-gnb-type li~li{margin-left:24px;}
		.sub-gnb-type{width:100vw; height:65px; line-height:64px;}
		.newsArrow-prev{margin-left:5px;}
		.newsArrow-next{margin-right:5px;}
		.businessThumbnailList.list02{margin-top:20px;}
		#section02 .sec02-in .sec02-box{margin-top:40px;}
		.news-pagination{margin-top:15px;}
		.suibsidiaryThumbnailList li{height:188px;}
		.aboutThumbnailList li{height:369px;}
		.subTitle{margin-top:0;}
		.businessThumbnailList.list01{margin-top:30px;}
		.overImage{margin-top:30px;}
		.newsWrap{margin-top:30px;}
		.aboutThumbnailList{margin-top:30px;}
		.subTitle{font-size:16px;}
	}/*800px 誘몃뵒�� ��*/
}/*1025px 誘몃뵒�� ��*/

@media(max-width:1024px){/*1024px 誘몃뵒�� �쒖옉*/
	.p_c{display:none;}
	.m_b{display:block;}
	.mb_left0{margin-left:0 !important;}
	.pc_left0{margin-left:unset !important;}
	.co-siz{padding:0 15px;}
	.business-wrapper{display:flex;}
	p{word-break: normal;}
	h1{font-size:35px; line-height:1.11; padding:0 15px;}
	h2{font-size:28px; letter-spacing:-0.68px;}
	h2:before{width:11px; height:1px; margin-bottom:3px;}
	.subTitle{font-size:13px; line-height:1.38; margin-top:10px;}

	.suibsidiaryText-s{padding:0;}
	#popup .popup-in{width:90%; height:250px;}
	#popup .popup-in .popup_close img{height:14px;}
	#popup .popup-in .popupBox .popup_logo img{height:30px;}
	#popup .popup-in .popupBox p{font-size:18px;}
	#popup .popup-in .popupBox .popup_btn {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		margin-top: 20px;
	}

	#header{padding-top:0; height:60px;}
	#header .header-wrap{padding:0 15px;}
	#header .header-in .logo{margin-top:11px}
	#header .header-in .languageList{font-size:14px; margin-right:19px;}
	#header .header-in .gnb{visibility:hidden;}
	#header .header-in .gnb ul.gnb-type{width:0; height:60px; line-height:60px;}
	.languageSelectBox{left:-27px;}
	#header .header-in .languageList:after{padding:2px; margin-left:3px; vertical-align:2px;}
	#header .header-in .languageList.languageListOn:after{vertical-align:0}
	#header .header-in .logo img{height:27px;}
	.lineBar:after{width:20px; height:1px; margin-top:15px;}
	.sub-tit{font-size:13px; margin-top:20px}
	.burgger-wrap{ padding:6px; margin-top:0;}
	.burger-menu{width:15px; height:15px;}
	.burger{width:15px; height:1px;}
	.burger:before{width:15px; height:1px; top:5px;}
	.burger:after{width:15px; height:1px; bottom:5px;}
	.inro-pagination{margin-top:120px;}
	.swiper-pagination-bullet{width:8px; height:8px; margin-left:5px;}
	.downScroll{font-size:10px; letter-spacing:0.45px;}
	.downScroll:after{width:2px; height:36px;}
	.allMenu .allMenu-in{padding:0 15px; color:#fff; top:70px;}
	.allMenu .allMenu-in dl.allMenu-box{padding:12px 0; border-bottom:0; box-shadow: inset 0px -1px 0 0 #545859; display:block;}
	.allMenu .allMenu-in dt.allMenu-title{font-size:18px; letter-spacing:-0.72px; padding-left:10px; float:none; clear:none;}
	.allMenu .allMenu-in .allMenu-wrap{height:auto;}
	.allMenu-list{display:none;}
	.M_allMenuOn .allMenu-list.list01{display:block;}
	.M_allMenuOn .allMenu-list.list02{display:block;}
	.M_allMenuOn .allMenu-list.list03{display:block;}
	.M_allMenuOn .allMenu-list.list04{display:block;}
	.M_allMenuOn .allMenu-list.list05{display:block;}
	.M_allMenuOn .allMenu-list.list06{display:block;}
	.M_allMenuOn .allMenu-list.list07{display:block;}
	.allMenu .allMenu-in dd.allMenu-list-box{width:100%; font-size:12px; float:none; clear:none;}
	.allMenu .allMenu-in dd.allMenu-list-box > ul{width:100%; margin-top:20px; margin-left:10px;}
	.allMenu .allMenu-in dd.allMenu-list-box > ul > li{width:49.3%; line-height:2.5;}

	#section01 .sec01-in .sliede01{background-image:url(/images/mobile/main/section01/M_bg_slide01.jpg);}
	#section01 .sec01-in .sliede02{background-image:url(/images/mobile/main/section01/M_bg_slide02.jpg);}
	#section01 .sec01-in .sliede03{background-image:url(/images/mobile/main/section01/M_bg_slide03.jpg);}
	#section01 .sec01-in .sliede04{background-image:url(/images/mobile/main/section01/M_bg_slide04.jpg);}
	#section01 .sec01-in .sliede01 .title-wrap .title-box,
	#section01 .sec01-in .sliede02 .title-wrap .title-box,
	#section01 .sec01-in .sliede03 .title-wrap .title-box,
	#section01 .sec01-in .sliede04 .title-wrap .title-box{margin-top:-90px;}
	.main_video{width:100%; position:absolute; top:0; bottom:0; z-index:100;}

	#section02 .sec02-in .sec02-box{margin-top:15px;}
	.businessThumbnailList{display:block;}
	.businessThumbnailList.list01{margin-top:40px;}
	.businessThumbnailList.list02{margin-top:40px;}
	.businessThumbnailList li{width:48.5%; padding:20px 0; margin-bottom:3%;}
	.businessIcon{width:34px; height:33px; background:url(/images/mobile/main/section02/M_business_icon.png) no-repeat;}
	.businessIcon.icon01{background-position-x:left;}
	.businessIcon.icon02{background-position-x:-34px;}
	.businessIcon.icon03{background-position-x:-68px;}
	.businessIcon.icon04{background-position-x:-103px;}
	.businessIcon.icon05{background-position-x:-137px;}
	.businessIcon.icon06{background-position-x:-171px;}
	.businessIcon.icon07{background-position-x:-205px;}
	.businessIcon.icon08{background-position:right 0;}
	.businessText{font-size:15px; letter-spacing:-0.6px; margin-top:9px;}
	.business-pagination{margin-top:5px;}
	.business-pagination .swiper-pagination-bullet-active{background-color:#002d72;}
	.business-pagination .swiper-pagination-bullet{width:9px; height:9px; border:1px solid #002d72;}

	#section03 .sec03-in{background: url(/images/mobile/main/section03/M_bg_subsidiary.jpg) no-repeat center; background-size:cover;}
	.suibsidiaryImg{display:none;}
	.suibsidiaryThumbnailList li{width:48.5%; height:95px; margin-bottom:10px;}
	.suibsidiaryThumbnailList li~li{margin-left:3%;}
	.suibsidiaryThumbnail{border:0 !important;}
	.suibsidiaryText-b{font-size:12px;}
	.plus-btn{width:12px; height:12px; margin-top:9px;}
	.plus-btn:before{width:1px; margin-left:0;}
	.plus-btn:after{height:1px; margin-top:0;}
	.overImage{margin-top:40px;}
	.M_commucityVideo{width:100%;}
	.cummunityIcon{width:40px; height:40px; margin-top:60px;}
	.cummunityIcon:before{width:2px; height:41px; margin-top:-52px;}
	.cummunityIcon .plus-btn{width:18px; height:18px;}

	.news-list li.swiper-slide{width:80%; max-height:240px;}

	#section05 .sec05-in .sec05-box{margin-top:30px;}
	.newsArrow-next{width:30px; height:30px; background:url(/images/mobile/icon/M_news_arrow_next.png); top:32%;}
	.newsArrow-prev{width:30px; height:30px; background:url(/images/mobile/icon/M_news_arrow_prev.png); top:32%;}
	.newsWrap{margin-top:40px;}
	.newsText{margin-top:20px;}
	.newsText-type{width:60px; height:21px; line-height:21px; font-size:12px; letter-spacing:-0.48px;}
	.newsText-tite{font-size:15px; letter-spacing:-0.6px; margin-top:10px;}
	.newsText-con{font-size:12px; line-height:1.42; margin-top:6px;}
	.newsText-date{font-size:10px; margin-top:3px;}
	.news-pagination{margin-top: 12px;}
	.newsImageOn .newPlus img{height:40px;}

	.aboutThumbnailList li{width:48.5%; height:150px; margin-bottom:3%;}
	.aboutThumbnailList li~li{margin-left:3%;}
	.aboutOn{box-shadow:none;}
	.aboutThumbnailList{margin-top:40px;}
	.aboutThumbnai .aboutText{left:15px; bottom:19px; font-size:18px;}
	.aboutThumbnai .aboutText .arrows-btn{padding:3px; vertical-align:3px;}
	.aboutThumbnai.Thumbnai02{background-image:url(/images/mobile/main/section06/M_about_img02.jpg);}
	.aboutThumbnai.Thumbnai03{background-image:url(/images/mobile/main/section06/M_about_img03.jpg);}
	.aboutThumbnai.Thumbnai04{background-image:url(/images/mobile/main/section06/M_about_img04.jpg);}
	.aboutOn .aboutPlus img{height:40px;}
	.right_img a img{min-width:120px;height:150px;float:right;position:relative;right:50%;top:0%}
	.right_img2 a img{min-width:120px;height:63px;float:right;position:relative;right:50%;top:0%}
	#footer .footer-in{padding:20px 15px; position:relative;}
	#footer .footer-in .logo img{height:30px;}
	#footer .footer-in .logo{float:none; clear:both;}
	#footer .footer-in .info{float:none; clear:both; margin-left:0;}
	#footer .footer-in .info .info-list{margin-top:20px}
	#footer .footer-in .info .info-list span{font-size:11px; display:block; text-align:center;}
	#footer .footer-in .info .individual:after{display:none;}
	.copy-right{margin-top:3px;}
	#footer .footer-in .info .address-list{max-width:330px; margin:0 auto; margin-top:26px; font-size:9px; line-height:1.67;}
	#footer .footer-in .info .address-list p > span.addre01{width:175px;}
	#footer .footer-in .info .address-list p > span.phonNum01,
	#footer .footer-in .info .address-list p > span.phonNum02{margin-left:0;}
	#footer .footer-in .familySite{width:141px; height:31px; position:absolute; top:20px; right:15px; float:none; clear:both;}
	#footer .footer-in .familySite select{font-size:11px; height:31px; padding-left:15px; background-size:9px;}

	#footer .info-popup{width:100%; height:430px; padding:0 20px;}
	#footer .info-popup .info-popup-in h2{margin-left:0;}
	#footer .info-popup .info-popup-txt pre{height:350px; padding:15px; font-size:12px;}
	#footer .info-popup .info-popup-in .close-btn{padding-right:0;}
	#footer .info-popup .info-popup-in .close-btn img{width:18px;}

	#footer .info-popup.popup_two{max-height:455px;}
	#footer .info-popup.popup_two .info-popup-txt pre{max-height:413px;}
}/*1024px 誘몃뵒�� ��*/

