/*Company start*/
.al_l{text-align: left !important;}
.al_c{text-align: center !important;}
.al_r{text-align: right !important;}
.announcement{cursor: pointer;}
.announcement__item{display: none;}
.announcement--on{display: table-row;}

.wrap{
	position: relative;
	overflow: hidden;
}

.tab_menu{
	margin-bottom: 40px;
}

.tab_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tab_menu ul li{
	width: 33.33333%;
	margin-bottom: -1px;
	padding: 10px 0;
	border: 1px solid #e4e4e4;
	font-size: 16px;
	letter-spacing: -0.8px;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.tab_menu ul li:hover{
	background-color: #002d72;
	color: #fff;
}

.tab_menu ul li.menu_on{
	background-color: #002d72;
	color: #fff;
}

.tab_menu ul li~li{
	margin-left: -1px;
}

.brd span{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.inputRadio{
	position: absolute;
	top: 50%;
	right: 299px;
	transform: translateY(-50%);
	width: 100px;
}

.inputRadio ul{
	display: flex;
}

.inputRadio ul li{
	font-size: 16px;
	font-weight: 300;
	color: #888;
}

.inputRadio ul li~li{margin-left: 20px;}

.IR_list{
	margin-top: 30px;
}

.IR_list ul{
	display: flex;
	flex-wrap: wrap;
}

.IR_list ul li{
	width: 23.4%;
	padding: 10px;
	border:1px solid #e4e4e4;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.IR_list ul li~li{margin-left: 20px;}
.IR_list ul li:nth-child(5n){margin-left: 0;}

.IR_list ul li .txt_box{
	padding: 40px 5px 30px;
}

.IR_list ul li .txt_box .tit{
	height: 95px;
	font-size: 24px;
	font-weight: 300;
	color: #545859;
	line-height: 1.33;
}

.IR_list ul li .txt_box .txt{
	margin: 30px 0 20px;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 1.5;
}

.IR_list ul li .txt_box .date{
	font-size: 14px;
	color: #b4b4b4;
}

.IR_list ul li .btn_down{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	background-color: #888;
	color: #fff;
}

.IR_list ul li .btn_down_on{
	background-color: #002d72;
}

.inp_ch, .inp_ra {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inp_ch+label, .inp_ra+label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 18px;
  color: #333;
}

.inp_ch+label::before, .inp_ra+label::before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #cacaca;
}

.inp_ch:checked+label::after, .inp_ra:checked+label::after {
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	left: 4px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	margin-top: 1px;
	border: 1px solid #cacaca;
	line-height: 8px;
	text-align: center;
	vertical-align: middle;
	background-color: #002d72;
}

.inp_ra+label::before,
.inp_ra+label::after {
  border-radius: 50%;
}

.select {
  width: 100%;
  /* �먰븯�� �덈퉬�ㅼ젙 */
  height: 40px;
  padding: 5px 10px;
  /* �щ갚�쇰줈 �믪씠 �ㅼ젙 */
  font-family: inherit;
  /* �고듃 �곸냽 */
  background: url("../images/pc/icon/bg_select01.png") no-repeat 95% 50%;
  /* �ㅼ씠�곕툕 �붿궡�쒕� 而ㅼ뒪�� �붿궡�쒕줈 ��泥� */
  border: 1px solid #cacaca;;
  color: #888;
  /* iOS �κ렐紐⑥꽌由� �쒓굅 */
  -webkit-appearance: none;
  /* �ㅼ씠�곕툕 �명삎 媛먯텛湲� */
  -moz-appearance: none;
  appearance: none;
}

.select::-ms-expand {
  display: none;
}


#sub-intro{position:relative; z-index:10;}
#sub-intro .sub-intro-in{height:420px; background-repeat:no-repeat; background-position:center; background-size:cover;}
.companyImg01{background-image:url(/images/pc/sub/company/bg_company.jpg);}
.sub-introTitle{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:10px; color:#fff; text-align:center;}
.subText-s{font-size:18px;}
.subText-s:after{content:""; width:30px; height:1px; background-color:#fff; margin:0 auto; margin-top:10px; display:block;}
.introDepth{width:100%; box-shadow:inset 0px -1px 0 0 #e4e4e4;}
.introDepth-in{height:60px; line-height:60px; margin:0 auto;}
.introDepth-in:after{content:""; clear:both; display:block;}
.depthIcon{
	width:60px;
	height:100%;
	float:left;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	text-align:center;
	font-size:0;
}
.depthIcon img{vertical-align:middle;margin-top:0px;}
.depthList{height:100%; margin-left:43px; float:left; font-size:0;}
.depthList li.depth{font-size:16px; display:inline-block; color:#888; vertical-align:top;}
.depthList li.depth~li.depth{margin-left:30px;}
.depth .arrows-btn{display:inline-block; border:solid #888; border-width:1px 1px 0 0; padding:4px; vertical-align:1px; margin-left:50px;}
.depthInfo{padding:0 30px; cursor:pointer;}
.depthImg{margin-left:60px;}
.depthImg img{vertical-align:middle;}
.depthOn{background-color:#000; color:#fff !important; cursor:pointer;}
.depth02_List{
	box-shadow:inset 0px 1px 0 0 #545859;
	margin-top:-1px;
	font-size:16px;
	line-height:2.25;
	color:#888;
	padding:20px 0;
	display:none;
}

.h_businessOn{line-height:1; padding:8px 0; vertical-align:middle;}

.depth02{padding:0 30px;}
#subContent{overflow:hidden;}
#subContent .subContent-in .bgTSK{width:50%;}
#subContent .subContent-in .btnWrap{width:50%;}
#subContent .subContent-in .btnWrap02{width:100%;}

#customer{position:absolute; top:50%; right:30px; transform: translateY(-200%); z-index:59; transition: all .5s ease-in-out; opacity:0.85;}
#customer a{width:150px; height:150px; border-radius:50%; background-color:#004b92; display:block; position:relative;}
#customer a:after{content:''; width:90%; height:90%; border-radius:50%; border:1px solid #fff; display:inline-block; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
#customer a p{font-size:26px; color:#fff; font-weight:bold; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}

/*CEO Message - �몄궗留�*/
.greetingContent{margin-bottom:100px;}
.greetingList{max-width:490px; margin-left:100px;}
.greetingText{margin-top:50px;}

/*CEO Message - 湲곗뾽鍮꾩쟾*/
.corporateVisionList{width:780px; text-align:center;}
.sub-section02{ margin-top:100px;}
.sub-section02 .corporateVisionTextList{padding:105px 0; background-image:url(../images/pc/sub/company/section02/vision.jpg); color:#fff;}
.corporateVisionText01:after{
	content:'';
	width:340px;
	height:2px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#fff;
	display:block;
}

.sub-section03{padding:100px 0; margin-top:50px; background-image:url(../images/pc/sub/company/section02/visiongoal.jpg);}
.sub-section03 p{color:#fff;}
.sub-section03 .sub-co-siz{margin-top:0;}
.sub-section03 .corporateVisionList{padding:80px 0; border:6px solid #fff; background-color:transparent;}
.subContent03{height:1003px; padding-top:100px; background-image:url(../images/pc/sub/company/section02/strategy.jpg);}
.sub-sectionLinst .sub-co-siz{margin-top:0;}
.sub-section04 .corporateVisionList{text-align:left;}
.sub-section04 .corporateVisionTextList{font-size:0;}
.sub-section04 li{width:31.5%; text-align:center; display:inline-block; color:#545859; vertical-align:top;}
.sub-section04 li~li{margin-left:2.5%;}
.sub-section04 .corporateVisionImg{width:240px; height:240px; border-radius:50%; display:inline-block;}
.sub-section04 .corporateVisionImg.img01{background-image:url(../images/pc/sub/company/section02/Strategy_icon01.png);}
.sub-section04 .corporateVisionImg.img02{background-image:url(../images/pc/sub/company/section02/Strategy_icon02.png);}
.sub-section04 .corporateVisionImg.img03{background-image:url(../images/pc/sub/company/section02/Strategy_icon03.png);}
.sub-section04 .corporateVisionText:before{
	content:'';
	width:1px;
	height:40px;
	background-color:#888;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
.sub-section05{margin-top:80px; color:#fff;}
.sub-section05 .corporateVisionTextList{position:relative; font-size:0;}
.sub-section05 .corporateVisionTextList:after{
	content:'';
	width:676px;
	height:2px;
	position:absolute;
	top:33%;
	left:25px;
	background:url(../images/pc/sub/company/section02/coreValue_icon2.png);
	display:inline-block;
}
.sub-section05 li{width:12.8%; text-align:center; display:inline-block;}
.sub-section05 li~li{margin-left:9%;}
.sub-section05 .corporateVisionImg{width:100px; height:100px; border-radius:50%; display:inline-block;}
.sub-section05 .corporateVisionImg.img01{
	background-image:url(../images/pc/sub/company/section02/coreValue_icon.png);
	background-position-x:left;
}
.sub-section05 .corporateVisionImg.img02{
	background-image:url(../images/pc/sub/company/section02/coreValue_icon.png);
	background-position-x:-100px;
}
.sub-section05 .corporateVisionImg.img03{
	background-image:url(../images/pc/sub/company/section02/coreValue_icon.png);
	background-position-x:-200px;
}
.sub-section05 .corporateVisionImg.img04{
	background-image:url(../images/pc/sub/company/section02/coreValue_icon.png);
	background-position-x:-300px;
}
.sub-section05 .corporateVisionImg.img05{
	background-image:url(../images/pc/sub/company/section02/coreValue_icon.png);
	background-position-x:right;
}
.sub-section05 .corporateVisionText{margin-top:20px;}
.sub-section06{margin-top:80px; color:#fff;}
.sub-section06 .corporateVisionTextList{font-size:0;}
.sub-section06 .corporateVisionTextList:before{content:''; width:100%; height:3px; margin-top:6px; background-color:#fff; display:block;}
.sub-section06 li{width:25%; text-align:center; display:inline-block; position:relative; margin-top:20px; vertical-align:middle;}
.sub-section06 li:after{
	content:'';
	width:1px;
	height:12px;
	background-color:#fff;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	display:inline-block;
}
.sub-section06 li:last-child:after{display:none;}
.sub-section06 .importantText{font-weight:500;}

/*CEO Message - �뚯궗�고쁺*/
.history-container{overflow:visible;}
.history-in{position:relative; z-index:5;}
.marking{
	width:100%;
	margin-top:110px;
	/* background:url(../images/pc/sub/company/section03/scale.png) no-repeat;
	background-position-x:center;  */
	border:1px solid rgba(0,0,0,0);
}
.marking:after{content:''; width:100%; height:1px; background-color:#ccc; display:inline-block; position: absolute; margin-top: -15px;}

.marking-container.swiper-container{max-width:1020px; margin:0 auto; margin-top:-50px; padding:0 10px;}
.markingYearList{font-size:0;}
.markingYearList li{width:10%; height:85px; position:relative; display:inline-block;}
.markingYearList .markingYearBox{position:absolute; left:50%; bottom:10px; transform:translateX(-50%);}
.markingYearList .years{font-size:14px; font-weight:bold; color:#cacaca; text-align:center;}
.markingYearList .point{
	width:9px;
	height:9px;
	margin:0 auto;
	margin-top:15px;
	background-color:#cacaca;
	position:relative;
	border-radius:50%;
	display:block;
}
.markingYear.swiper-slide-thumb-active .years{
	width:50px;
	margin:0 auto;
	margin-bottom:25px;
	padding:3px 7px 1px;
	border:solid 1px #002d72;
	background-color:#fff;
	color:#002d72;
	position:relative;
}
.markingYear.swiper-slide-thumb-active .years:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 17px;
	bottom: -19px;
	border: 7px solid transparent;
	border-top: 12px solid rgb(0,45,114); /* IE8 Fallback */
	border-top: 12px solid rgba(0,45,114);
	z-index: 2;
}
.markingYear.swiper-slide-thumb-active .years:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 18px;
	bottom: -16px;
	border: 6px solid transparent;
	border-top: 11px solid #fff;
	z-index: 3;
}
.markingYear.swiper-slide-thumb-active .point{
	background-color:#002d72;
	box-shadow: 0px 0px 0px 7px rgba(0,45,114,.5);
	border:1px solid #002d72;
}

.history{height:831px; margin-top:60px; padding-top:75px; position:relative;}
.history:after{content:''; width:100%; background-color:rgba(0,0,0,.3); position:absolute; top:0; bottom:0; right:0; left:0; z-index:4;}
.history .bg-history{width:100%; height:831px; position:absolute; top:0; left:0; transition:opacity 1s;}
.history .bg-history01{background-image:url(../images/pc/sub/company/section03/bg_history01.jpg); z-index:0; opacity:0; }
.history .bg-history02{background-image:url(../images/pc/sub/company/section03/bg_history02.jpg); z-index:0; opacity:0;}
.history .bg-history03{background-image:url(../images/pc/sub/company/section03/bg_history03.jpg); z-index:0; opacity:0;}
.history .bg-history04{background-image:url(../images/pc/sub/company/section03/bg_history04.jpg); z-index:0; opacity:0;}
.history .bg-history01.historyOn{z-index:1; opacity:1;}
.history .bg-history02.historyOn{z-index:1; opacity:1;}
.history .bg-history03.historyOn{z-index:1; opacity:1;}
.history .bg-history04.historyOn{z-index:1; opacity:1;}
.historyImg{width:880px; height:480px; position:relative; margin:0 auto; display:inline-block;}
.historyImg.img01{ background-image:url(../images/pc/sub/company/section03/history_img01.jpg);}
.historyImg.img02{ background-image:url(../images/pc/sub/company/section03/history_img02.jpg);}
.historyImg.img03{ background-image:url(../images/pc/sub/company/section03/history_img03.jpg);}
.historyImg.img04{ background-image:url(../images/pc/sub/company/section03/history_img04.jpg);}
.historyImg.img05{ background-image:url(../images/pc/sub/company/section03/history_img01.jpg);}
.historyImg.img06{ background-image:url(../images/pc/sub/company/section03/history_img02.jpg);}
.historyImg.img07{ background-image:url(../images/pc/sub/company/section03/history_img03.jpg);}
.historyImg.img08{ background-image:url(../images/pc/sub/company/section03/history_img04.jpg);}
.historyImg.img09{ background-image:url(../images/pc/sub/company/section03/history_img01.jpg);}
.historyImg.img10{ background-image:url(../images/pc/sub/company/section03/history_img02.jpg);}
.historyImg.img11{ background-image:url(../images/pc/sub/company/section03/history_img03.jpg);}
.historyImg.img12{ background-image:url(../images/pc/sub/company/section03/history_img04.jpg);}
.historyImg.img13{ background-image:url(../images/pc/sub/company/section03/history_img01.jpg);}
.historyImg.img14{ background-image:url(../images/pc/sub/company/section03/history_img02.jpg);}
.historyImg.img15{ background-image:url(../images/pc/sub/company/section03/history_img03.jpg);}
.historyImg.img16{ background-image:url(../images/pc/sub/company/section03/history_img04.jpg);}
.historyMark{position:absolute; top:74px; left:-100px; font-size:12px; color:#cacaca; transform:rotate(90deg);}
.historyMark:after{content:''; width:80px; height:1px; background-color:#cacaca; margin-left:7px; vertical-align:2px; display:inline-block;}
.historyYear{color:#fff; position:absolute; top:100%; left:-100px; transform:translateY(-50%); opacity:0;}
.historyYear .yearNum{font-size:120px; font-weight:900; letter-spacing:-4.9px;}
.historyTextList{font-size:0; margin-top:15px;}
.historyTextList li{width:45%; position:relative; display:inline-block; margin-bottom:20px; vertical-align:top;}
.historyTextList li~li{margin-left:5%;}
.historyTextList li:before{
	content:'';
	width:3px;
	height:3px;
	background-color:#fff;
	position:absolute;
	top:8px;
	left:-13px;
	display:inline-block;
}
.history-btn-prev.swiper-button-disabled, .history-btn-next.swiper-button-disabled{opacity:0; cursor:pointer;  pointer-events:auto;}
.history-btn-prev, .history-btn-next{width:60px; height:60px; background-size:auto; top:50%; transform:translateY(-50%); margin-top:0;}
.history-btn-prev{background-image:url(../images/pc/sub/company/section03/history_arrow_prev.png); left:18%;}
.history-btn-next{background-image:url(../images/pc/sub/company/section03/history_arrow_next.png); right:18%;}
.swiper-slide-active.historyImg.img01{background-image:url(../images/pc/sub/company/section03/history_img_on01.png);}
.swiper-slide-active.historyImg.img02{background-image:url(../images/pc/sub/company/section03/history_img_on02.png);}
.swiper-slide-active.historyImg.img03{background-image:url(../images/pc/sub/company/section03/history_img_on03.png);}
.swiper-slide-active.historyImg.img04{background-image:url(../images/pc/sub/company/section03/history_img_on04.png);}
.swiper-slide-active.historyImg.img05{background-image:url(../images/pc/sub/company/section03/history_img_on01.png);}
.swiper-slide-active.historyImg.img06{background-image:url(../images/pc/sub/company/section03/history_img_on02.png);}
.swiper-slide-active.historyImg.img07{background-image:url(../images/pc/sub/company/section03/history_img_on03.png);}
.swiper-slide-active.historyImg.img08{background-image:url(../images/pc/sub/company/section03/history_img_on04.png);}
.swiper-slide-active.historyImg.img09{background-image:url(../images/pc/sub/company/section03/history_img_on01.png);}
.swiper-slide-active.historyImg.img10{background-image:url(../images/pc/sub/company/section03/history_img_on02.png);}
.swiper-slide-active.historyImg.img11{background-image:url(../images/pc/sub/company/section03/history_img_on03.png);}
.swiper-slide-active.historyImg.img12{background-image:url(../images/pc/sub/company/section03/history_img_on04.png);}
.swiper-slide-active.historyImg.img13{background-image:url(../images/pc/sub/company/section03/history_img_on01.png);}
.swiper-slide-active.historyImg.img14{background-image:url(../images/pc/sub/company/section03/history_img_on02.png);}
.swiper-slide-active.historyImg.img15{background-image:url(../images/pc/sub/company/section03/history_img_on03.png);}
.swiper-slide-active.historyImg.img16{background-image:url(../images/pc/sub/company/section03/history_img_on04.png);}
.swiper-slide-active .historyYear{opacity:1; transition:all 1s;}

/*CEO Message - �ъ뾽�� �꾪솴*/
.company04{
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top:100px;
}
.company-btn1-list{width:580px; margin:0 auto; font-size:0; text-align:center;}
.company-btn1-list li{width:50%; height:70px; line-height:70px; display:inline-block; background-color:#fff; color:#888; cursor:pointer;}
.company-btn1-list li.company-btn1-on{background-color:#002d72; color:#fff;}
.company-btn2-list{width:980px; margin:0 auto; margin-top:50px; text-align:center;}
.company-btn2-list.list2{display:none;}
.company-btn2-list.list1 li{width:16.2%; vertical-align:middle; display:inline-block; color:#888; cursor:pointer;}
.company-btn2-list.list1 li.m-company-btn2,
.company-btn2-list.list2 li.m-company-btn2{display:none;}

.company-btn2-list.list2 li{width:16.2%; vertical-align:middle; display:inline-block; color:#888; cursor:pointer;}
.company-btn2-list.list1 li.textHeight{height:50px; line-height:50px;}
.company-btn2-list.list2 li.textHeight{height:61px; line-height:61px;}
.company-btn2-list li.company-btn2-on{border-bottom:2px solid #002d72; color:#002d72; font-weight:500;}
.situation{margin-top:50px; margin-bottom:100px;}
.situation02{display:none;}
.situation-in2{width:835px; margin:0 auto; position:relative;}
.situationTextList{margin-top:80px;}
.situationCircleOut{
	width:320px;
	height:320px;
	background-color:rgba(253,253,253,.6);
	border:1px solid #fdfdff;
	border-radius:50%;
	position:relative;
}
.situationCircleOut:after{
	content:url(../images/pc/sub/company/section04/shadow.png);
	width:262px;
	height:50px;
	position:absolute;
	bottom:-70px;
	left:50%;
	transform:translateX(-50%);
}
.situationCircleIn{
	width:280px;
	height:280px;
	background-color:#fdfdff;
	border:1px solid #fff;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align: center;
}
.situationText01{margin-top:40px; color:#545859;}
.situationText01:after{content:''; width:40px; height:2px; background-color:#535859; margin:0 auto; margin-top:16px; display:block;}
.situationText02{font-size:56px; font-weight:900; letter-spacing:-2.24px; color:#002d72;}
.situationText03{font-size:18px; color:#888; margin-top:6px;}
.situationImage{text-align:center;}
.firstContentMap01{display:none}
.firstContentMap02{display:none;}
.firstContentMap03{display:none;}
.firstContentMap04{display:none;}
.firstContentMap05{display:none;}
.firstContentMap06{display:none;}
.mapOn.firstContentMap01{display:inline-block;}
.mapOn.firstContentMap02{display:inline-block;}
.mapOn.firstContentMap03{display:inline-block;}
.mapOn.firstContentMap04{display:inline-block;}
.mapOn.firstContentMap05{display:inline-block;}
.mapOn.firstContentMap06{display:inline-block;}

/*CEO Message - �먰쉶�� �뚭컻*/
.company05{
	margin-bottom:150px;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 1%, #ffffff 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e4e4e4 1%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4e4e4 1%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.subsidiaryTopBox{text-align:center;}
.subsidiaryTopText01{color:#545859;}
.subsidiaryTopText01 span{color:#002d72; font-weight:900;}
.subsidiaryTopText02{color:#888;}
.subsidiaryTopText02:before{
	content:'';
	width:340px;
	height:2px;
	background-color:#888;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:8px;
	display:block;
}
.subsidiaryTopImg{margin-top:40px;}
.subsidiaryBottomList{font-size:0;}
.subsidiaryBottom:before{content:''; width:100%; height:3px; background-color:#545859; display:inline-block;}
.subsidiaryBottom:last-child:after{content:''; width:100%; height:3px; background-color:#545859; display:inline-block;}
.subsidiaryBottomDepth{padding:20px 30px;}
.subsidiaryBottomDepth .subsidiaryBottomText{float:left;}
.subsidiaryBottomDepth .subsidiaryBottomIcon{margin-top:8px; float:right; cursor:pointer;}
.subsidiaryBottomDepth .plus-btn:before,
.subsidiaryBottomDepth .plus-btn:after{background-color:#000;}
.subsidiaryBottomCon{font-size:16px; margin-bottom:100px; display:none;}
.subsidiaryBottomConLeft{float:left;}
.depthColorBox{width:380px; height:540px; border-bottom-right-radius:40px; background-color:#e4e4e4; padding-left:30px; overflow:hidden;}
.huvisHomeLogo{margin-top:30px; font-size:32px; font-weight:900; color:#595656;}
.huvisHomeText{max-width:260px; margin-top:50px;}
.huvisHomeText~.huvisHomeText{margin-top:10px;}
.huvisHomeText:before{content:''; width:4px; height:4px; border-radius:50%; vertical-align:4px; background-color:#333; margin-right:5px; display:inline-block;}
.subsidiaryBottomConRight{position:relative; padding-right:30px;}
.huvisImgBox{width:600px; height:360px; position:absolute; top:120px; left:300px; box-shadow:10px 20px 18px 0px #0000004f;}
.subsidiaryBottomConBox{position:relative;}
.subsidiaryBottomConBox .subsidiaryBottomIcon2{position:absolute; top:0; right:30px; cursor:pointer;}
.subsidiaryBottomConBox .plus-btn:before{width:0;}
.subsidiaryBottomConBox .plus-btn:after{background-color:#000;}
.subsidiaryBottomConBox.conBox2{margin-top:50px; padding-bottom:30px; border-bottom:1px solid #e4e4e4;}
.subsidiaryBottomConRight2{max-width:595px; padding-left:60px; color:#888;}
.conRight2-p1{margin-top:35px; color:#545859;}
.conRight2-p2{margin-top:49px;}
.conRight2-ul{font-size:0; margin-top:30px;}
.conRight2-ul li{display:inline-block;}
.conRight2-ul li~li{margin-left:25px;}
.conRight2-li-1:before{
	content:url(../images/pc/sub/company/section05/phone.png);
	width:13px;
	height:13px;
	margin-right:8px;
	display:inline-block;
}
.conRight2-li-2:before{
	content:url(../images/pc/sub/company/section05/fax.png);
	width:13px;
	height:13px;
	margin-right:8px;
	display:inline-block;
}
.subsidiary-pagination{position:absolute; top:50%; right:-43px; transform:translateY(-50%);}
.subsidiary-pagination .swiper-pagination-bullet{background-color:#cacaca; margin-left:0; margin-bottom:10px; display:block;}
.subsidiary-pagination .swiper-pagination-bullet-active{background-color:#000; border:1px solid #000;}
.subsidiary-btn{position:absolute; bottom:0; right:-60px;}
.subsidiary-btn-prev,
.subsidiary-btn-next{width:40px; height:40px; line-height:37px; border:1px solid #cacaca; text-align:center;}
.subsidiary-btn-next{margin-top:-1px;}
.subsidiary-btn-prev img,
.subsidiary-btn-next img{vertical-align:middle;}
.subsidiary-btn-prev.swiper-button-disabled img,
.subsidiary-btn-next.swiper-button-disabled img{opacity:0.35; cursor:auto; pointer-events:none;}
.subsidiaryBottomOn .subsidiaryBottomDepth{display:none;}
.subsidiaryBottomOn .subsidiaryBottomCon{display:block;}

/*CEO Message - 李얠븘�ㅼ떆�� 湲�*/
.shareSNS{
	width:410px;
	padding:32px 0;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#fff;
	text-align:center;
	box-shadow:4px 4px 6px 1px #00000061;
	display:none;
	z-index:150;
}
.shareSNS p{font-size:30px; color:#002d72;}
.shareSNS ul{font-size:0; margin-top:34px;}
.shareSNS ul > li{display:inline-block;}
.shareSNS ul > li~li{margin-left:24px;}
.mapWrap{border-bottom:3px solid #545859; padding-bottom:50px;}
.mapWrap .mapButton{margin-top:260px;}
.mapWrap a.btn-md-1{display:block; margin-top:10px; color:#888; border:1px solid #cacaca;}

.mapWrap .mapAPI{width:780px; height:420px; position:relative;}
.mapWrap .mapText{width:380px; position:absolute; bottom:20px; right:20px; background-color:#fff; color:#888; padding:22px 21px; z-index:10;}

.mapWrap.Box2{margin-top:50px; border:0;}
.mapWrap .map-box{position:relative;}
/*Company end*/

/*Business start*/
.businessImg01{background-image:url(/images/pc/sub/business/bg_business.jpg);}
.technologyImg01{background-image:url(/images/pc/sub/technology/bg_technology.jpg);}
.caseImg01{background-image:url(/images/pc/sub/case/bg_case.jpg);}
.communityImg01{background-image:url(/images/pc/sub/news/bg_community.jpg);}
/*�ъ뾽遺꾩빞*/
.sub-business.business01{background-image:url(../images/pc/sub/business/section01/bg_img01.jpg); background-position-y:bottom;}
.sub-business .imageText{text-align:center;}
.sub-business .imageText .text01{margin-top:28px; color:#545859}
.sub-business .nweTop-box{margin:100px 0 150px;}
.sub-business .nweTop-box ul.nweTop-list{font-size:0;}
.sub-business .nweTop-box ul.nweTop-list > li{display:inline-block;}
.sub-business .nweTop-box ul.nweTop-list > li~li{margin-left:40px;}
.sub-business .nweTop-box ul.nweTop-list > li .nweTop{width:300px; height:480px; position:relative; cursor:pointer;}
.sub-business .nweTop-box ul.nweTop-list > li .nweTop01{background-image:url(../images/pc/sub/business/section01/list_img01.jpg);}
.sub-business .nweTop-box ul.nweTop-list > li .nweTop02{background-image:url(../images/pc/sub/business/section01/list_img02.jpg);}
.sub-business .nweTop-box ul.nweTop-list > li .nweTop03{background-image:url(../images/pc/sub/business/section01/list_img03.jpg);}
.sub-business .nweTop-box ul.nweTop-list > li .newTopTextBox{position:absolute; bottom:50px; left:0; padding:0 30px; color:#fff;}
.sub-business .nweTop-box ul.nweTop-list > li .newTopTextBox .Text01{position:relative;}
.sub-business .nweTop-box ul.nweTop-list > li .newTopTextBox .Text01:after{
	content:'';
	width:20px;
	height:1px;
	background-color:#fff;
	margin:15px 0 29px;
	display:block;
}
.sub-business .nweTop-box ul.newTopTextList{display:none;}
.sub-business .nweTop-box ul.newTopTextList > li{line-height:1;}
.sub-business .nweTop-box ul.newTopTextList > li~li{margin-top:25px;}
.sub-business .nweTop-box ul.newTopTextList > li:after{content:}
.sub-business .nweTop-box ul.newTopTextList > li > a > span.arrows-btn{
	border:solid #fff;
	border-width: 1px 1px 0 0;
	padding:3px;
	vertical-align:2px;
	margin-left:10px;
}
.newTopTextHidden{visibility:hidden;}
.sub-business .nweTop-box .nweTopOn .overBg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,45,114,.5);
}
.sub-business .nweTop-box .nweTopOn .Text02{display:none;}
.sub-business .nweTop-box .nweTopOn ul.newTopTextList{display:block;}

/*��/�먯닔 泥섎━*/
.business03 .facilityImage2 img{max-height:385px;}
.business03 .En_facilityImage2 img{max-height:340px;}
.facilityExplanation{max-width:355px;}
.facilityExplanation .p1{color:#545859;}
.facilityExplanation .p2{color:#888; margin-top:15px;}
.facilityExplanation .p3{color:#888; margin-top:27px;}
.facilityImage{margin-top:-90px; text-align:right;}

.facilityTextBox{margin:55px 0 150px;}
.viweButton{border-bottom:3px solid #545859; text-align:right;}
.viweButton span{
	width:120px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	background-color:#545859;
	letter-spacing:-0.56px;
	display:inline-block;
	cursor:pointer;
}
.viweButton span > img{height:6px; vertical-align:middle; margin-left:11px;}
.viweButton.viweButtonAction span > img{transform:rotate(180deg);}
.disposalList.disposalListOn{display:none;}
.disposalList li.disposal{margin-top:50px;}
.disposalList li.disposal .con-left{width:23%; color:#010101;}
.disposalList li.disposal .con-right2{width:77%;}
.disposalList li.disposal~li.disposal{padding-top:50px; border-top:3px solid #545859;}

.disposalImageList{font-size:0;}
.disposalImageList.list01:after{content:''; width:100%; height:1px; background-color:#e4e4e4; margin:30px 0; display:block;}
.disposalImageList.list02{}
.disposalImageList li{width:48.5%; vertical-align:top; display:inline-block;}
.disposalImageList li~li{margin-left:3%;}
.disposalText{margin-top:20px;}
.disposalCommon{color:#888;}
.disposalCommon .p1{color:#545859;}
.disposalCommon .p2{margin-top:20px; }
.disposalCommon .p2 span,
.disposalCommon .p3 span,
.disposalCommon .p4 span{color:#545859; font-weight:400;}

/*�곸닔/�ъ씠�⑹닔/(珥�)�쒖닔*/
.facilityImgBox ul > li~li{margin-top:30px;}
.facilityImgBox ul > li .p3{color:#545859; font-weight:400;}
.facilityImgBox ul > li .p4{color:#888; margin-top:5px;}
.facilityImage2{margin-top:150px;}

.disposalList2.disposalList2On{display:none;}
.disposalList2 li.disposal{margin-top:50px;}
.disposalList2 li.disposal~li.disposal{padding-top:50px; border-top:3px solid #545859;}
.disposalList2 li.disposal~li.disposal .con-right2{min-width:780px;}

.disposalText2{margin-top:0; margin-left:50px;}
.disposalText2 .paragraph01:after{content:''; width:361px; height:1px; background-color:#e4e4e4; margin:30px 0; display:block;}
.disposalText2 .paragraph .spanTextBox{margin-top:20px;}
.disposalText2 .paragraph .spanTextBox .p3{margin-left:50px;}


/*�곗뾽�⑹닔泥섎━*/
.business04 .facilityImage{margin-top:-30px;}
.business04 .disposalImageList .disposalImg img{width:100%;}
.business04 .disposalList li.disposal .con-right2{width:100%;}

/*�먭린臾쇱뿉�덉�*/
.business05 .disposalList li.disposal .con-left p{line-height:1.1;}
.business05 .disposalList li.disposal .con-left p > span{font-weight:bold;}
.business05 .disposalImageList.list01 li{margin-bottom:29px;}
.business05 .disposalImageList.list01 li .p2{letter-spacing:-0.72px; line-height:1; color:#545859;}
.business05 .disposalImageList.list01 li .p2{line-height:1.5; color:#888;}
.business05 .disposalImageList.list01:after{margin:0;}

.srfList.list01:after{content:''; width:100%; height:1px; background-color:#e4e4e4; margin:30px 0; display:block;}
.srfList.list02 .p1{color:#888;}
.srfList.list02 .p2{color:#b4b4b4; margin-top:20px;}
.srfList.list03 .p1{font-size:24px; font-weight:300; letter-spacing:-0.96px; color:#545859;}
.srfList.list03 .p2{margin-top:20px; font-size:18px; font-weight:300; letter-spacing:-0.72px; color:#545859;}

.srfList.list03{font-size:0}
.srfList.list03 li{width:46%; display:inline-block}
.srfList.list03 li~li{margin-left:8%}
.srfList.list03 .txtBox{margin-top:50px;}
.srfList.list03 .txtBox .imgBox{width:48%; float:left; font-size:0;}
.srfList.list03 .txtBox .imgBox02{margin-left:4%;}
.disposalImageList .tit01{font-size:24px; font-weight:300; letter-spacing:-0.96px; color:#545859; margin-bottom:20px;}



/*�섍꼍�뚯옱*/
.business07 .disposalTextList {font-size:0;}
.disposalTextList li{width:31.3333%; display:inline-block; margin-bottom:30px; vertical-align:top;}
.disposalTextList li~li{margin-left:3%;}
.disposalTextList .disposalText01{height:150px; padding:30px 10px 0 20px; border:1px solid #e4e4e4;}
.disposalTextList .EN_disposalText01{padding:30px 10px 0 20px;}
.disposalTextList .disposalText01 .p1{color:#545859; letter-spacing:0.48px;}
.disposalTextList .disposalText01 .p2{color:#b4b4b4; margin-top:15px;}
.disposalTextList .disposalText02{height:100px; padding:20px 20px 0; background-color:#888;}
.disposalTextList .disposalText02.disposalTextDown{padding:0; background-color:#002d72; text-align:center;}
.disposalTextList .disposalText02.disposalTextDown .contentText{padding:20px 0; line-height:1;}
.disposalTextList .disposalText02.disposalTextDown .contentText img{height:60px;}
.disposalTextList .disposalText02 p{color:#fff;}
.business07 .facilityImage{margin-top:0;}

.disposalTextList2 li{margin-bottom:30px;}
.disposalTextList2 li~li{border-top:1px solid #e4e4e4; padding-top:30px;}
.disposalTextList2 .disposalText03 .p1{color:#002d72; display:inline-block;}
.disposalTextList2 .disposalText03 .p1:after{
	content:'';
	width:15px;
	height:8px;
	background:url(../images/pc/sub/business/section07/arrow_icon.png);
	margin:0 auto;
	margin-top:15px;
	display: block;
}
.disposalTextList2 .disposalText03 .p1.textMargin{margin-left:0.6em;}
.disposalTextList2 .disposalText03 .p1.textArrow{margin-left:0.2em;}
.disposalTextList2 .disposalText03 .p1.textArrow:after{display:none;}
.disposalTextList2 .disposalText04 .p2{color:#888;}
.disposalTextList2 .disposalText04 .p3{color:#b4b4b4; margin-top:15px;}


/*�좎뼇�뺥솕*/
.business09 .disposalImageList.border0:after{display:none;}
.business09 .disposalImageList.list02 li{width:100%;}
.business09 .disposalImageList.list02 li > p{margin-top:30px; color:#888;}
/*Business end*/


/*Recruitment start*/
/*�몄젣��*/
.recruitmentImg01{background-image:url(../images/pc/sub/recruitment/bg_recruitment.jpg);}
.titleText{text-align:center;}
.shapesWrap{height:380px; margin-top:100px; background-color:#f8f8f8; border-radius:300px; position:relative;}
.shapesWrap ul{width:950px; font-size:0; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.shapesWrap ul > li{vertical-align:top; display:inline-block;}
.shapesWrap ul > li > p{max-width:280px;}
.shapesWrap ul > li~li{margin-left:10px;}
.shapesWrap ul > li.shapePlus{margin-top:70px;}
.shapeBox{
	width:175px;
	height:175px;
	margin:0 auto;
	margin-bottom:25px;
	box-shadow:14.1px 14.1px 21px 0 rgba(137, 137, 137, 0.28);
	background-color:#00a3e0;
	border-radius:100%;
	position:relative;
}
.shapeBox2{background-color:#002d72;}
.shapesText{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff;}
.shapesText p{margin-top:7px;}
.shapesDot{margin-top:-30px; position:relative; z-index:10;}
.shapesDot img.p_c{display:inline-block;}
.shapesImg ul{font-size:0;}
.shapesImg ul > li{width:23.5%; display:inline-block; vertical-align:top;}
.shapesImg ul > li~li{margin-left:2%}
.shapesImgText{margin-top:30px;}
.shapesImgText .title-btnText{color:#545859;}
.shapesImgText .contentText{color:#888; margin-top:15px;}
.linkBox01{height:238px; position:relative; display:block; background-image:url(../images/pc/sub/recruitment/btn_bg.jpg); display:none;}
.linkBox01 .link_txt{width:50%; height:80px; line-height:80px; text-align:center; border:3px solid #fff; position:absolute; top:50%; left:50%;  transform:translate(-50%,-50%); color:#fff; font-size:24px;}

/*�몄궗�쒕룄*/
.recruitment02 .depthBox02{margin-top:100px;}
.recruitment02 .depthBox03{margin:50px 0 150px;}
.recruitment02 .tableBox{width:800px; border-top:3px solid #545859;}
.recruitment02 .tableBox p.smallButton{margin-top:13px;}
.recruitment02 .tableBox ul > li{border-bottom:1px solid #e4e4e4; padding:20px 0;}
.recruitment02 .tableBox ul > li > p{margin-left:20px; position:relative;}
.recruitment02 .tableBox ul > li > p.tableText01:after{
	content:'';
	width:3px;
	height:3px;
	background-color:#cacaca;
	position:absolute;
	top:11px;
	left:0;
	color:#cacaca;
	margin-left:-15px;
	display:inline-block;
}
.recruitment02 .tableBox ul > li > p.tableText02 > span.tableSubText~span.tableSubText{margin-left:45px;}

.recruitment02 .tableBox ul > li > p.tableText03{margin-left:35px;}
.recruitment02 .tableBox ul > li > p.tableText03:after{
	content:'';
	width:6px;
	height:9px;
	background-image:url(../images/pc/sub/recruitment/section02/dot2.png);
	position:absolute;
	top:9px;
	left:0;
	color:#cacaca;
	margin-left:-15px;
	display:inline-block;
}
.recruitment02 .tableBox ul > li .tableImg{margin:20px 0;}
.recruitment02 .tableBox ul > li .tableImg.p_c{display:inline-block;}
.recruitment02 .tableBox ul > li.bord0{border:0;}

/*蹂듭��쒕룄*/
.tableText{width:78%;}
.tableText ul{font-size:0; border-bottom:1px solid #e4e4e4; padding-bottom:50px;}
.tableText ul.tableDepth2{padding-top:50px;}
.tableText ul.tableDepth3{margin-bottom:100px; border:0;}
.tableText ul > li{width:33.33333%; display:inline-block; vertical-align:top; word-break:keep-all;}
.tableText ul > li.tableLI01{width:25%;}
.tableText ul > li.tableLI02{width:38%; padding:0 10px;}
.tableText ul > li.tableLI03{width:36%;}
.tableText ul > li > p.contentText{margin-bottom:15px; color:#888; position:relative;}
.tableText ul > li > p.contentText:after{
	content:'';
	width:3px;
	height:3px;
	background-color:#cacaca;
	position:absolute;
	top:12px;
	left:0;
	color:#cacaca;
	margin-left:-15px;
	display:inline-block;
}
/*Recruitment end*/

/* 異붽� �ы빆 (�좎�蹂댁닔) */
.rankBox{border-top: 0 !important;}

.rank{
	display: flex;
	justify-content: space-between;
}
.rank .rank__tit{
	width: 140px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.36px;
	color: #fff;
	background-color: #16abe3;
}

.rank .rank__list{
	display: flex;
	width: 80%;
	margin-left: 20px;
	font-size: 16px;
  font-weight: 300;
  color: #888888;
	line-height: 1.5;
	letter-spacing: -0.32px;
	text-align: center;
}

.rank .rank__list li{
	position: relative;
	width: 33.3333%;
  height: 80px;
	padding: 15px 20px !important;
	border: solid 1px #e4e4e4;
}

.rank .rank__list li::before{
	content: attr(data-year);
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5px;
	font-size: 18px;
  font-weight: 300;
	letter-spacing: -0.72px;
	color: #545859;
	text-align: center;
}

.rank .rank__list li+li{margin-left: 20px}

.order{
	display: flex;
	margin-top: 20px;
}

.order .order__tit{
	width: 140px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.36px;
	color: #fff;
	background-color: #012e72;
}

.order .order__list{
	display: flex;
	width: 80%;
	margin-left: 20px;
	font-size: 16px;
  font-weight: 300;
  color: #888888;
	line-height: 1.5;
	letter-spacing: -0.32px;
	text-align: center;
}

.order .order__list li{
	position: relative;
  height: 80px;
	padding: 27px 20px !important;
	border: solid 1px #e4e4e4;
	background-color: #f9f9f9;
}

.order .order__list li+li{margin-left: 20px}

.order .order__list li.order__list__imte01{
	max-width: 200px;
	width: 35%;
}

.order .order__list li.order__list__imte02{
	width: 67%;
}

.sub_txt{
	margin-top: 10px;
	font-size: 14px;
	line-height: 2.14;
	color: #b4b4b4;
	text-align: right;
}
.right_img a img{width:240px;}.right_img2 a img{width:240px;}
	
@media(max-width:1024px){/*1024px 誘몃뵒�� �쒖옉*/
	/* 異붽� �ы빆 (�좎�蹂댁닔) START */
		.right_img a img{min-width:120px;height:180px;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%}
	.rank{
		flex-direction: column;
	}

	.rank .rank__tit{
		width: 100%;
		height: 40px;
		margin-top: 25px;
		line-height: 40px;
		font-size: 13px;
	}

	.rank .rank__list{
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
		font-size: 9px;
		letter-spacing: -0.18px;
	}

	.rank .rank__list li::before{
		font-size: 13px;
		letter-spacing: -0.52px;
	}

	.rank .rank__list li{
		height: 40px;
		padding: 3px 20px !important;
	}
	.rank .rank__list li+li{
		margin-left: 10px;
	}

	.order{
		flex-direction: column;
	}
	.order .order__tit{
		width: 100%;
		height: 40px;
		margin-top: 25px;
		line-height: 40px;
		font-size: 13px;
	}

	.order .order__list{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		font-size: 9px;
		letter-spacing: -0.18px;
	}

	.order .order__list li{
		height: 40px;
		padding: 11px 20px !important;
	}
	.order .order__list li+li{
		margin-left: 10px;
	}
	.order .order__list li.order__list__imte01{
		max-width: 100%;
    width: 33.3333%;
	}

	.sub_txt{
		font-size: 10px;
		line-height: 1.5;
	}

	/* 異붽� �ы빆 (�좎�蹂댁닔) END */

	.brd span{
		text-align: left;
	}

	.IR_list ul li{
		width: 48%;
		margin-bottom: 25px;
	}

	.IR_list ul li .txt_box{
		padding: 25px 0 20px;
	}

	.IR_list ul li .txt_box .tit{
		max-height: 70px;
		font-size: 16px;
		line-height: 1.44;
		letter-spacing: -0.64
	}

	.IR_list ul li .txt_box .txt{
		margin: 15px 0;
		font-size: 12px;
	}

	.IR_list ul li .txt_box .date{
		font-size: 11px;
	}

	.IR_list ul li .btn_down{
		display: inline-block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
	.IR_list ul{justify-content: space-between;}
	.IR_list ul li~li {margin-left: 0;}
	.IR_list ul li:nth-child(5n){margin-left: auto;}

	#customer{transform: translateY(-150%); right:5px;}
	#customer a{width:50px; height:50px;}
	#customer a p{font-size:10px; text-align:center;}

	/*CEO Message - �몄궗留�*/
	#sub-intro .sub-intro-in{height:280px;}
	.greetingContent{margin-bottom:75px;}
	.greetingContent .con-left img{width:100%;}
	.companyImg01{background-image: url(/images/mobile/sub/company/M_bg_company.jpg);}
	.subText-s{font-size:13px;}
	.subText-s:after{width:20px; height:1px; margin-top:7px;}
	.largeText{font-size:36px; letter-spacing:-0.72px; margin-top:7px;}
	.introDepth-in{height:41px; line-height:41px;}
	.introDepth-in.sub-co-siz{padding:0; margin-top:0;}
	.depthIcon{width:50px;}
	.depthIcon img{height:13px;}
	.depthList{margin-left:15px;}
	.depthList li.depth{font-size:12px;}
	.depthList li.depth~li.depth{margin-left:10px;}
	.EN_introDepth-in .depthList li.depth~li.depth{margin-left:5px;}
	.depth .arrows-btn{padding:2.7px; margin-left:32px;}
	.EN_introDepth-in .depth .arrows-btn{margin-left:5px;}
	.depthImg{margin-left:52px;}
	.EN_introDepth-in .depthImg{margin-left:5px;}
	.depthImg.long{margin-left:4px;}
	.depthImg.long2{margin-left:30px;}
	.depthInfo{padding:0 15px;}
	.EN_introDepth-in .depthInfo{padding:0 7px;}
	.depth02_List{font-size:12px; line-height:2; padding:10px 0;}
	.depth02{padding:0 15px;}
	.greetingList{max-width:100%; margin-left:0; margin-top:49px; word-break:keep-all;}
	.greetingText{margin-top:28px;}

	/*CEO Message - 湲곗뾽鍮꾩쟾*/
	.corporateVisionContent{text-align:center;}
	.corporateVisionList{width:100%; margin-top:23px;}
	.sub-section02{margin-top:50px;}
	.sub-section02 .corporateVisionTextList{padding:38px 0; background-image:url(/images/mobile/sub/company/section02/M_vision.jpg);}
	.corporateVisionText01:after{width:215px; height:2px;}
	.sub-section03{padding:25px 0; margin-top:30px; background-image:url(/images/mobile/sub/company/section02/M_visiongoal.jpg);}
	.sub-section03 .corporateVisionList{padding:22px 0;}
	.subContent03{height:1024px; padding-top:50px; background-image:url(/images/mobile/sub/company/section02/M_strategy.jpg);}
	.sub-section04 .corporateVisionText:before{display:none;}
	.corporateVisionList{margin-top:25px;}
	.sub-section04 li{width:100%; display:block;}
	.sub-section04 li~li{margin-left:0; margin-top:15px;}
	.sub-section04 .corporateVisionBox{max-width:455px; height:120px; margin:0 auto; position:relative;}
	.sub-section04 .corporateVisionBox:after{content:''; clear:both; display:block;}
	.sub-section04 .corporateVisionImg{width:120px; height:120px; position:absolute; top:0; left:0;}
	.sub-section04 .corporateVisionText{
		margin-left:30px;
		text-align:left;
		position:absolute;
		top:50%;
		left:120px;
		transform:translateY(-50%);
	}
	.sub-section05{margin-top:35px;}
	.sub-section05 .corporateVisionTextList{display:flex; flex-wrap:wrap;}
	.sub-section05 .corporateVisionTextList:after{display:none;}
	.sub-section05 li{width:33.3333%; margin-bottom:25px; display:block;}
	.sub-section05 li~li{margin-left:0;}
	.sub-section05 .corporateVisionImg{width:50px; height:50px;}
	.sub-section05 .corporateVisionImg.img01{background-image:url(/images/mobile/sub/company/section02/M_coreValue_icon.png); background-position-x:left;}
	.sub-section05 .corporateVisionImg.img02{background-image:url(/images/mobile/sub/company/section02/M_coreValue_icon.png); background-position-x:-50px;}
	.sub-section05 .corporateVisionImg.img03{background-image:url(/images/mobile/sub/company/section02/M_coreValue_icon.png); background-position-x:-100px;}
	.sub-section05 .corporateVisionImg.img04{background-image:url(/images/mobile/sub/company/section02/M_coreValue_icon.png); background-position-x:-150px;}
	.sub-section05 .corporateVisionImg.img05{background-image:url(/images/mobile/sub/company/section02/M_coreValue_icon.png); background-position-x:right;}
	.sub-section05 .corporateVisionText{margin-top:14px;}
	.sub-section06{margin-top:10px;}
	.sub-section06 .corporateVisionTextList:before{height:2px; margin-top:-5px;}
	.sub-section06 li{width:50%; margin-top:15px;}
	.sub-section06 li:after{width:1px; height:9px;}
	.sub-section06 li:nth-child(2):after{display:none;}
	.sub-section06 .importantText{position:relative;}
	.sub-section06 .importantText.Text01:after,
	.sub-section06 .importantText.Text02:after{
		content:'';
		width:100%;
		height:2px;
		margin-top:15px;
		background-color:#fff;
		position:absolute;
		top:100%;
		left: 0;
		display:block;
	}
	.sub-section06 li:nth-child(3){margin-top:30px;}


	/*CEO Message - �뚯궗�고쁺*/
	.marking{margin-top:80px; /* background:url(../images/mobile/sub/company/section03/M_scale.png) no-repeat; background-position-x:center; */}
	.marking:after{margin-top:-13px;}
	.marking-container.swiper-container{margin-top:-52px;}
	.markingYearList li{height:75px;}
	.markingYearList .years{font-size:13px;}
	.markingYearList .point{width:5px; height:5px;}
	.markingYear.swiper-slide-thumb-active .point{box-shadow: 0px 0px 0px 5px rgba(0,45,114,.5);}
	.markingYear.swiper-slide-thumb-active .years:before{
		left: 19px;
		bottom: -14px;
		border: 5px solid transparent;
		border-top: 9px solid rgb(0,45,114);
		border-top: 9px solid rgba(0,45,114);
	}
	.markingYear.swiper-slide-thumb-active .years:after{
		left: 21px;
		bottom: -10px;
		border: 3px solid transparent;
		border-top: 7px solid #fff;
	}
	.history{margin-top:20px; padding-top:40px; background-image:url(/images/mobile/sub/company/section03/M_bg_history.jpg);}
	.m_paddingBox{padding:0 30px;}
	.historyMark{display:none;}
	.historyYear{width:100%; left:-15px; transform:translateY(0); margin-top: -35px;}
	.historyYear .yearNum{font-size:60px; letter-spacing:-2.4px;}
	.historyTextList{margin-top:10px;}
	.historyTextList li{width:100%; display:block; margin-left:10px; margin-bottom:13px;}
	.historyTextList li:before{width:2px; height:2px; margin-left:5px;}
	.historyTextList li~li{margin-left:10px !important;}
	.historyTextList li.pc_left0{margin-left:10px !important;}
	.history-btn-prev, .history-btn-next{width:40px; height:40px;}
	.history-btn-prev{left:-15px;}
	.history-btn-next{right:-15px;}

	/*CEO Message - �ъ뾽�� �꾪솴*/
	.company04{padding:50px 15px 0;}
	.situation{margin-bottom:70px;}
	.company-btn1-list{width:100%;}
	.company-btn1-list li{height:40px; line-height:40px;}
	.company-btn2-list{width:100%; margin-top:30px;}
	.company-btn2-list.list1 li{width:100%;}
	.company-btn2-list.list1 li.company-btn2{display:none;}
	.company-btn2-list.list1 li.m-company-btn2{padding:10px; display:block;}
	.m_selectMenu{color:#002d72; position:relative; border-bottom:2px solid #002d72; padding:10px 0;}
	.m_selectMenu:after{
		content:url(/images/mobile/sub/company/section04/M_arrow_d.png);
		position:absolute;
		top:50%;
		right:10px;
		transform:translateY(-50%);
		display:inline-block;
	}
	.m_imgChange .m_selectMenu:after{content:url(/images/mobile/sub/company/section04/M_arrow_u.png);}
	.m_menuList{background-color:#002d72; line-height:2.5; padding:8px 0; display:none;}
	.company-btn2-list.list1 li .m_menu,
	.company-btn2-list.list2 li .m_menu{color:#fff;}
	.firstContentText{background-color:#002d72; color:#fff; padding:5px 15px; margin-top:50px; position:relative;}
	.firstContentText:after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		left:50%;
		top: -18px;
		transform:translateX(-50%);
		border: 8px solid transparent;
		border-bottom: 10px solid #002d72;
		z-index: 2;
	}
	.firstContentText ul > li{border-bottom:2px solid rgba(255,255,255,.2); padding:8px 0;}
	.firstContentText ul > li:last-child{border:0;}
	.firstContentText .Text01{float:left;}
	.firstContentText .Text02{float:right; font-size:11px; color:rgba(255,255,255,.6); text-align:right;}
	.company-btn2-list.list2 li{width:100%;}
	.company-btn2-list.list2 li.company-btn2{display:none;}
	.company-btn2-list.list2 li.m-company-btn2{padding:10px; display:block;}
	.situationMap img{margin:0 auto;}
	.situation.situation02{margin-top:30px; margin-bottom:90px;}
	.situation-in2{width:100%;}
	.situationTextList{display:none;}
	.situationTextList2{border-bottom:2px solid #545859; margin-top:30px; padding-bottom:5px; position:relative;}
	.situationTextList2 .Text01{color:#545859; float:left;}
	.situationTextList2 .Text02{color:#002d72; font-weight:500; letter-spacing:-0.64px; float:right;}
	.situationTextList2 .Text02 strong{font-size:32px; font-weight:900; letter-spacing:-1.28px;}
	.situationTextList2 .Text03{font-size:13px; color:#888; text-align:right; position:absolute; bottom:-23px; right:0;}

	/*CEO Message - �먰쉶�� �뚭컻*/
	.company05{margin-bottom:74px;}
	.subsidiaryTopText02:before{width:170px; height:1px; margin-top:14px; margin-bottom:4px;}
	.subsidiaryTopImg{margin-top:21px;}
	.subsidiaryBottom:before,
	.subsidiaryBottom:after{height:2px;}
	.subsidiaryBottom:last-child:after{height:2px;}
	.subsidiaryBottomBox{margin-top:41px;}
	.subsidiaryBottomDepth{padding:10px 15px;}
	.depthColorBox{width:100%; height:auto; background-color:transparent; padding-left:0;}
	.huvisHomeLogo{height:25px; margin-top:15px; padding-left:15px; font-size:22px;}
	.subsidiaryBottomCon{margin-bottom:40px;}
	.subsidiaryBottomConRight{margin-top:20px; padding-right:0;}
	.huvisImgBox{width:100%; height:174px; position:relative; top:auto; left:auto; box-shadow:none;}
	.huvisImgBox img{width:100%;}
	.subsidiaryBottomConLeft{clear:both; float:none;}
	.subsidiaryBottomConBox .subsidiaryBottomIcon2{top:10px; right:15px;}
	.subsidiary-btn{display:none;}
	.subsidiary-pagination{left:50%; top:auto; bottom:-35px; transform:translateX(-50%); text-align:center;}
	.subsidiary-pagination .swiper-pagination-bullet{display:inline-block; margin-left:4px;}
	.subsidiaryBottomConRight2{padding-left:0;}
	.subsidiaryBottomConBox.conBox2{margin-top:20px; padding-bottom:20px;}
	.conRight2-p1{margin-top:15px;}
	.conRight2-p2{margin-top:22px;}
	.conRight2-ul{margin-top:15px;}
	.m_subsidiaryText{margin-top:40px; margin-bottom:30px; border-bottom-right-radius:30px; background-color:#e4e4e4; padding:25px 15px;}
	.m_subsidiaryText p.contentText{color:#888}
	.m_subsidiaryText p.contentText:before{content:''; width:2px; height:2px; border-radius:50%; vertical-align:3px; background-color:#333; margin-right:3px; display:inline-block;}
	.btn-md-1{width:80px; height:30px; line-height:30px; margin-top:24px; font-size:11px;}
	.subsidiaryBottomConLeft2{text-align:center;}
	.subsidiaryBottomConLeft2 img{width:100%;}

	/*CEO Message - 李얠븘�ㅼ떆�� 湲�*/
	.shareSNS{width:90%; padding:25px 0;}
	.shareSNS p{font-size:18px;}
	.shareSNS ul{margin-top:20px;}
	.shareSNS ul > li img{height:40px}
	.shareSNS ul > li~li{margin-left:10px;}

	.company06{width:100%; margin-bottom:40px;}
	.mapWrap{border-bottom:2px solid #545859; padding-bottom:30px;}
	.mapWrap a.btn-md-1{margin-top:0;}
	.mapWrap a.p_c{display:none;}
	.mapWrap .mapAPI{width:100%; height:156px;}
	.button-box{position:relative; height:30px;}
	.mapWrap .mapButton{margin:0; position:absolute; top:0; right:0;}
	.map-box{margin-top:25px;}
	.mapWrap.Box2{margin-top:30px;}
	.mapWrap .mapAPI .mapText{top:100%;}
	.mapWrap .mapText{width:auto; position:relative; bottom:auto; right:auto; padding:0; margin-top:14px;}
	.conRight2-ul li~li{margin-left:20px;}
	.conRight2-li-2:before{width:10px; height:10px;}


	/*�ъ뼱遺꾩빞 - �ъ뾽遺꾩빞*/
	.businessImg01{background-image:url(/images/mobile/sub/business/M_bg_business.jpg);}
	.sub-business.business01{background-image:url(/images/mobile/sub/business/section01/M_bg_img01.jpg);}
	.sub-business .imageText p > img{height:61px;}
	.sub-business .imageText .text01{margin-top:18px;}
	.sub-business .nweTop-box{margin:29px 0 74px;}
	.sub-business .nweTop-box ul.nweTop-list > li{display:block;}
	.sub-business .nweTop-box ul.nweTop-list > li~li{margin-left:0; margin-top:24px;}
	.sub-business .nweTop-box ul.nweTop-list > li .nweTop{width:100%; height:125px; display:block;}
	.sub-business .nweTop-box ul.nweTop-list > li .newTopTextBox{left:25px; bottom:25px;}
	.sub-business .nweTop-box ul.nweTop-list > li .newTopTextBox .Text01:after{margin:10px 0;}
	.sub-business .nweTop-box ul.nweTop-list > li .nweTop01{background-image: url(/images/mobile/sub/business/section01/M_list_img01.jpg);}
	.sub-business .nweTop-box ul.nweTop-list > li .nweTop02{background-image: url(/images/mobile/sub/business/section01/M_list_img02.jpg);}
	.sub-business .nweTop-box ul.nweTop-list > li .nweTop03{background-image: url(/images/mobile/sub/business/section01/M_list_img03.jpg);}
	.M_newTopTextList{
		width:100%;
		height:83px;
		border:1px solid #e8e8e8;
		background-color:#fff;
		padding:18px 23px 1px 23px;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.M_newTopTextList > li{margin-bottom:17px;}
	.M_newTopTextList > li~li{}
	.M_newTopTextList > li > a > span.arrows-btn{
		border:solid #888;
		border-width: 1px 1px 0 0;
		padding:2.5px;
		vertical-align:2px;
		margin-left:8px;
	}

	/*�ъ뼱遺꾩빞 - ��/�먯닔 泥섎━*/
	.facilityTextBox{margin:30px 0 75px;}
	.facilityExplanation .p3{margin-top:18px;}
	.facilityImage{margin-top:24px; text-align:center;}
	.facilityImage img{width:90%;}
	.viweButton span{width:80px; height:31px; line-height:31px;}
	.viweButton span > img{height:8px; margin-left:8px;}
	.disposalList li.disposal{margin-top:29px;}
	.disposalList li.disposal .con-left{width:100%;}
	.disposalList li.disposal .con-right2{width:100%; margin-top:25px;}
	.disposalText{margin-top:9px;}
	.disposalCommon .p2{margin-top:10px;}
	.business02 .disposalImageList li img{width:100%;}
	.disposalImageList.list01:after{margin:20px 0;}
	.disposalList li.disposal~li.disposal{padding-top:29px;}

	/*�ъ뼱遺꾩빞 - �곸닔/�ъ씠�⑹닔/(珥�)�쒖닔*/
	.facilityImage2{margin-top:24px; text-align:center;}
	.facilityImage2 img{width:70%;}
	.facilityImgBox ul > li~li{margin-top:20px;}
	.disposalList2 li.disposal{margin-top:30px;}
	.disposalList2 li.disposal .imgBox{width:100%; margin-left:0;}
	.disposalList2 li.disposal .imgBox img{width:100%;}
	.disposalText2{margin-top:9px; margin-left:0;}
	.disposalText2:after{content:''; clear:both; display:block;}
	.disposalText2 .paragraph01:after{display:none;}
	.business03 .disposalCommon .p2{display:block;}
	.disposalText2 .paragraph .spanTextBox{margin-top:10px;}
	.business03 .disposalText2 .paragraph .spanTextBox .p3{display:block; margin-left:0;}
	.disposalText2 .paragraph{width:50%; float:left;}
	.disposalImageList2{margin-top:25px;}
	.disposalList2 li.disposal~li.disposal{padding-top:30px;}
	.disposalList2 li.disposal~li.disposal .con-right2{min-width:100%;}

	/*�ъ뼱遺꾩빞 - �곗뾽�⑹닔泥섎━*/
	.business04 .facilityImage{margin-top:24px; text-align:center;}
	.business04 .facilityImage img{width:80%;}
	.business04 .disposalImageList li{width:100%;}
	.business04 .disposalImageList li img{width:100%;}
	.business04 .disposalImageList li~li{margin-top:19px; margin-left:0;}

	/*�ъ뼱遺꾩빞 - �먭린臾쇱뿉�덉�*/
	.business05 .disposalImageList.list01 li img{width:100%;}
	.srfList.list02 .p2{margin-top:10px;}
	.srfList.list01:after{margin:17px 0;}
	.disposalImg img{margin:0 auto;}

	/*�ъ뼱遺꾩빞 - �좎옱�앹뿉�덉�*/
	.business06 .disposalImageList.list01 li img{width:100%;}

	/*�ъ뼱遺꾩빞 - �좎뼇�뺥솕*/
	.disposalTextList .disposalText02.disposalTextDown .contentText{padding:10px 0;}
	.disposalTextList .disposalText02.disposalTextDown .contentText img{height:40px;}
	.disposalTextList li{width:47.5%; margin-bottom:19px;}
	.disposalTextList li~li{margin-left:5%;}
	.disposalTextList li.pc_left0{margin-left:5% !important;}
	.disposalTextList .disposalText01{height:84px; padding:18px 0 0 10px;}
	.disposalTextList .disposalText01 .p1{letter-spacing:-0.3px;}
	.disposalTextList .disposalText01 .p2{margin-top:5px; letter-spacing:normal;}
	.disposalTextList .disposalText02{height:60px; padding:5px 10px 0;}
	.disposalTextList .disposalText02 .M_p4{letter-spacing:-0.8px; font-size:10px;}
	.mb_bottom0{margin-bottom:0 !important;}
	.business07 .disposalList li.disposal .M_con-left{width:30%; float:left; clear:none;}
	.business07 .disposalList li.disposal .M_con-right{width:70%; float:left; clear:none;}
	.disposalTextList2 .disposalText03 .p1:after{
		width: 11px;
		height: 6px;
		background: url(/images/pc/sub/business/section07/arrow_icon.png);
		margin-top: 8px;
		background-size: cover;
	}
	.disposalTextList2 li{margin-bottom:15px;}
	.disposalTextList2 li~li{margin-top:15px;}
	.disposalTextList2 .disposalText04 .p2{color:#545859}
	.disposalTextList2 .disposalText04 .p3{margin-top:5px;}
	.business09 .disposalImageList.list02 li > p{margin-top:15px;}
	.business09 .disposalImageList.list01 li{margin-bottom:15px;}

	.srfList.list03 .p1{font-size:16px;}
	.disposalImageList .tit01{font-size:16px;}
	.srfList.list03 .txtBox{margin-top:20px;}
	.srfList.list03 .p2{font-size:12px}

	/*梨꾩슜�덈궡 - �몄옱��*/
	.shapesWrap{width:100%; height:691px; border-radius:0; margin-top:48px;}
	.shapesWrap ul{width:100%;}
	.shapesWrap ul > li{display:block; text-align:center;}
	.shapesWrap ul > li > p{max-width:none;}
	.shapeBox{width:101px; height:101px; box-shadow: 7.1px 7.1px 11px 0 rgba(137, 137, 137, 0.28); margin-bottom:15px;}
	.shapesText img{height:26px;}
	.shapesWrap ul > li.shapePlus{margin:27px 0;}
	.shapesWrap ul > li.shapePlus img{height:18px;}
	.shapesDot img.m_b{display:inline-block;}
	.shapesDot img.p_c{display:none;}
	.shapesImg{border-top:1px solid #e4e4e4; margin-top:-2px;}
	.shapesImg ul > li{width:100%; display:block; border-bottom:1px solid #e4e4e4; padding:25px 0;}
	.shapesImg ul > li~li{margin-left:0;}
	.shapesImg ul > li .imgBox img{width:100%;}
	.shapesImgText{margin-top:17px;}
	.shapesImgText .contentText{margin-top:10px;}
	.linkBox01{height:160px;}
	.linkBox01 .link_txt{width:90%; height:60px; line-height:60px; font-size:16px;}

	/*梨꾩슜�덈궡 - �몄궗�쒕룄*/
	.recruitment02 .tableBox{width:100%; border-top:0; margin-top:0;}
	.recruitment02 .tableBox img{width:100%;}
	.recruitment02 .tableBox p.smallButton{font-size:10px; margin-top:8px; text-align:left;}
	.recruitment02 .depthBox02{margin-top:28px; padding-top:25px; border-top:2px solid #545859;}
	.recruitment02 .tableBox ul > li{padding:15px 0;}
	.recruitment02 .tableBox ul > li > p{margin-left:5px;}
	.recruitment02 .tableBox ul > li > p.tableText01:after{
		content: '';
		width: 2px;
		height: 2px;
		top: 9px;
		margin-left: -6px;
	}
	.recruitment02 .tableBox ul > li > p.tableText02,
	.recruitment02 .tableBox ul > li > p.tableText03{margin-top:10px;}
	.recruitment02 .tableBox ul > li > p.tableText03{margin-left:15px;}
	.recruitment02 .tableBox ul > li > p.tableText03:after{width:4px; height:5px; top:7px; background-size:4px; margin-left:-8px;}
	.recruitment02 .tableBox ul > li > p.tableText02 > span.tableSubText~span.tableSubText{margin-left:20px;}
	.recruitment02 .depthBox03{margin:20px 0 75px;}
	.recruitment02 .tableBox ul > li .tableImg.p_c{display:none;}

	/*梨꾩슜�덈궡 - 蹂듭��쒕룄*/
	.tableText{width:100%;}
	.tableText ul > li.tableLI01{width:37%;}
	.tableText ul > li.tableLI02{width:63%;}
	.tableText ul > li.tableLI03{display:none !important;}
	.tableText ul.tableDepth1{margin-top:20px; padding-bottom:20px;}
	.tableText ul.tableDepth2{padding:20px 0;}
	.tableText ul.tableDepth3{margin-bottom:70px;}

	.tableText ul > li > p.contentText:after {
		width: 2px;
		height: 2px;
		position: absolute;
		top: 8px;
		margin-left: -7px;
	}
	.tableText ul > li > p.contentText{margin-bottom:3px;}

	.tab_menu ul{
		justify-content: flex-start;
	}
	.tab_menu ul li{
		width: 50%;
		font-size: 14px;
		letter-spacing: -0.8px;
		padding: 10px;
	}

}/*1024px 誘몃뵒�� �� */


@media(max-width:720px){/* 720px 誘몃뵒�� �쒖옉*/
	.history{height:627px;}
	.historyImg{height:350px;}
	.right_img a img{min-width:120px;height:180px;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%}
}
/* 720px 誘몃뵒�� �� */

@media(max-width:640px){/* 640px 誘몃뵒�� �쒖옉*/
	.inputRadio{
		right: auto;
		left: 0;
		z-index: 10;
		background-color: #fff;
	}

	.select{
		font-size: 12px;
	}

	.bbsSearchArea .IR_inputSearch input[type="text"]{
		padding-left: 115px !important;
	}
	.right_img a img{min-width:120px;height:180px;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%}
}/* 640px 誘몃뵒�� �� */

@media(max-width:510px){/* 510px 誘몃뵒�� �쒖옉*/
	.depthList{width:calc(100% - 65px);}
	.En_depth02{width:calc(100% - 101.5px);}
	.En_depth03{width:calc(100% - 117px);}
	.En_depth04{width:calc(100% - 118px);}
}
/* 510px 誘몃뵒�� �� */


@media(max-width:450px){/* 450px 誘몃뵒�� �쒖옉*/
	.history{height:427px;}
	.historyImg{height:150px;}
	.lht01{line-height:1.8;}
	.right_img a img{min-width:120px;height:180px;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%}
}
/* 450px 誘몃뵒�� �� */


@media(max-width:414px){/* 414px 誘몃뵒�� �쒖옉*/
	.select{
		height: 30px;
	}
}/* 414px 誘몃뵒�� �� */

@media(max-width:380px){/* 380px 誘몃뵒�� �쒖옉*/
	.lht02{line-height:1.8;}
	.right_img a img{min-width:120px;height:180px;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%}
}
/* 380px 誘몃뵒�� �� */


/* Print Styles */
@media print {
	/*'.print'clas媛��녿뒗 紐⑤뱺 寃껋쓣 �④린��떆��.*/
	#header{display: none;}
	#sub-intro{display: none;}
	.button-box{display: none;}
	.map-box{display:none;}
	.map-box.map-boxOn{display:block;}
	#footer{display:none;}
	.front {
		/*釉뚮씪�곗�媛� �묐갚�쇰줈 ��뼱 �곗� �딄퀬 二쇱뼱吏� �됱긽�쇰줈 �몄뇙�섎룄濡앺빀�덈떎.*/
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		background-color: #071c33;
		color: #fff;
	}

	/* 移대뱶�� 怨좎젙 移섏닔瑜� 吏��뺥븯��떆��.*/
	.map-box {
		width: 100%;
		height: 100%;
	}
	.mapWrap .mapAPI{
		width:100%;
		height:65vh;
	}

	/*癒몃━湲� 諛� 諛붾떏 湲� �띿뒪�몃� �쒓굅�섍퀬 釉뚮씪�곗� �μ냼瑜� url�⑸땲��.*/
	@page {
		margin: 0;
	}

}

.fx_right_menu{position:fixed; right:10px; top:50%; transform:translateY(-50%);}
.fx_inner{position:relative; width:200px; background-color: #fff; padding:10px; text-align: center;border:1px solid #ddd}
.fx_inner a{display: block;}
.fx_inner img{display: block; margin-bottom:10px;}

.more_btn{position:absolute;background-color: #fff;top:50%; border-width:1px 0 1px 1px; border-style:solid; border-color:#ddd; transform:translateY(-50%);color:#000;left:-25px; padding:10px 6px;}
.more_btn img{margin-bottom:0}

.map_tb td{width:50%;}
.map_tb td img{width:100%;}

@media(max-width:768px) {
	.fx_inner{width:130px}
	.fx_right_menu{right:10px;}
	.fx_right_menu.on{right:-130px; }

}
@media(min-width:769px){
	.more_btn{display:none;}
}