@charset "UTF-8";
/*common.css*/
html,
body {
  -webkit-overflow-x: hidden;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

/* 공통 Class */
.fa-spin {
  -webkit-animation: none;
          animation: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}



.ell {
  -webkit-overflow: hidden;
  -ms-overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}


/*********** 서브 페이지 *************/
#container_title {
  display: none;
}

.sub_sec {
  padding: 100px 0 130px;
}

/* 서브페이지 배너 */
.sub_banner {
  display: table;
  width: 100%;
  height: 470px;
  -webkit-overflow: hidden;
  -ms-overflow: hidden;
  overflow: hidden;
  background: url(../../img/company/sub-banner.jpg);
  background-position: center;
  background-size: cover;
}

.sub_banner.business {
  background-image: url(../../img/business/sub-banner.jpg);
}

.sub_banner.board_banner{
  background-image: url(../../img/board/sub-banner2.jpg);
}

.sub_banner.board_banner2{
  background-image: url(../../img/board/sub-banner.jpg);
}

.sub_banner.board_banner3{
  background-image: url(../../img/board/sub-banner3.jpg);
}

.sub_banner.board_banner4{
  background-image: url(../../img/board/sub-banner4.jpg);
}



.sub_banner.map {
  background-image: url(../../img/company/map-banner.jpg);
}

.sub_banner.sub_content {
  background-image: url(../../img/sub/sub-banner.jpg);
}
.sub_banner .text_area {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.sub_banner h2 {
  font-size: 40px;
  color: rgba(255,255,255,0.8);
  line-height: 50px;
  text-align: center;
  width: 100%;

}

.text_area .sub-banner-text{
  font-size: 24px;
  color: rgba(255,255,255,0.8);
  line-height: 30px;
  text-align: center;
  width: 60%;
}



/* 서브페이지 타이틀 */
.tit_area.subpage * {
  text-align: left;
}

.tit_area.subpage .parallelogram {
  display: block;
  margin: 0 0 25px 10px;
  width: 15px;
  height: 25px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #00387D;
}

.tit_area.subpage .main_tit {
  color: #222;
  line-height: 1.3;
  font-weight: 700;
}

.tit_area.subpage .sub_tit {
  display: block;
  margin-bottom: 4px;
  color: #787878;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.4px;
}

.tit_area.subpage .desc {
  margin: 36px auto 0;
  padding: 0;
  letter-spacing: -0.4px;
  width: 100%;
  font-weight: 400;
  color: #535353;
  font-size: 16px;
  line-height: 24px;
}

/* 서브 네비게이션 */
.mysubmenu {
  position: relative;
  margin: -35px auto 0;
  width: 1200px;
  padding: 0 20px;
  z-index: 21;
}

.mysubmenu .inner {
  padding: 0;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  /*     border-radius: 6px;
    overflow: hidden; */
}

.mysubmenu .menu_select {
  float: left;

  position: relative;
  width: 300px;
  border-right: 1px solid #ddd;
}

.mysubmenu .menu_select.home {
  padding: 0;
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-position: center;
}

.mysubmenu .menu_select.home a {
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  padding: 0;
}

.mysubmenu .menu_select.home a i {
  color: #353535;
}

.mysubmenu .menu_select li  {
  position: relative;
}
.mysubmenu .menu_select li.on a::before {
    content: '';
    display: block;
    width: 4px;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00387D;
}

.mysubmenu .menu_select li.on a {
 
}

.mysubmenu .menu_select li a {
  padding:0 24px;
}

.mysubmenu .current_menu {
  background-repeat: no-repeat;
  background-image: url(../../img/common/navi_arrow.png) ;
  background-position: 92% center;
  background-size: 20px;
}

.mysubmenu .all_menu {
  position: absolute;
  top: 71px;
  left: 0;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
  width:100%;
  z-index: 20;
  background: #fff;
}

.mysubmenu li,
.mysubmenu li a,
.mysubmenu h3 {
  line-height: 70px;
  letter-spacing: 0.6px;
  color: #353535;
  font-weight: 400;
}

.mysubmenu .all_menu ul+ul li {
  border-top: 1px solid #ddd;
}

.mysubmenu .all_menu li:hover {
  background: #00387D;
}

.mysubmenu .all_menu li:hover a {
  color: #fff;
}

.mysubmenu .all_menu.all_submenu li{
  border-top: 1px solid #ddd;
}

.mysubmenu .all_menu.all_submenu li:first-child{
  border-top: 0;
}

@media screen and (max-width: 1199px) {
  /* 공통 Class */
  .ell {
    -webkit-line-clamp: 3;
    height: 66px;
  }
  .inner {
    width: 100%;
    max-width: 1170px;
  }
  
  /* 서브 페이지 */
  .sub_sec {
    padding: 80px 0 90px;
  }
  .tit_area.subpage .parallelogram {
    margin: 0 0 22px 8px;
    width: 12px;
    height: 20px;
  }
  .tit_area.subpage .sub_tit {
    font-size: 16px;
    line-height: 20px;
  }
  .tit_area.subpage .desc {
    margin: 32px auto 0;
    font-size: 15px;
  }
  /* 서브 배너 */
  .sub_banner h2 {
    font-size: 32px;
  }

  .text_area .sub-banner-text{
    font-size: 16px;

    line-height: 20px;
    width: 80%;
  }


  .sub_banner span {
    font-size: 15px;
    line-height: 22px;
  }
  /* 서브 네비게이션 */
  .mysubmenu {
    margin: -30px auto 0;
    width: 100%;
  }
  .mysubmenu .menu_select {
    width: 230px;

  }
  .mysubmenu .menu_select.home {
    width: 60px;
    height: 60px;
    background-size: 18px auto;
  }
  .mysubmenu .menu_select.home a {
    line-height: 60px;
  }
  .mysubmenu .menu_select li a {
    padding: 0 15px;
  }
  .mysubmenu .all_menu {
    top: 61px;
  }
  .mysubmenu li,
  .mysubmenu li a,
  .mysubmenu h3 {
    font-size: 14px;
    line-height: 60px;
  }
  .mysubmenu .current_menu {
    background-size: 15px auto;
  }
  
}



@media screen and (max-width: 767px) {


  /* 서브 페이지 */
  .sub_banner { 
    height: 360px;
  }
  .sub_sec {
    padding: 60px 0 70px;
  }

  /* 서브 네비게이션*/
  .mysubmenu {
    margin: -25px auto 0;
  }

  .mysubmenu .inner {
    display: flex;
  }
  .mysubmenu .main_menulist_area {
    display: none;
  }
  .mysubmenu .inner {
    position: relative;
  }
  .mysubmenu .menu_select.home {
    z-index: 30;
    width: 50px;
    height: 50px;
    border-right: 1px solid #ddd;
    background-size: 15px auto;
    flex: 0 0 50px;
  }
  .mysubmenu .menu_select.home a {
    line-height: 50px;
  }
  .mysubmenu .menu_select {
    
    flex-grow: 1;
    border-right: none;
  }
  .mysubmenu .menu_select li a{
    padding: 0 15px;
  }
  .mysubmenu .all_menu {
    top: 51px;
    background: none;
    border: none;
  }
  .mysubmenu li,
  .mysubmenu li a,
  .mysubmenu h3 {
    line-height: 50px;
  }
  .mysubmenu .all_menu > div {
    padding-right: 1px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
  }
  .mysubmenu .current_menu {
    background-size: 13px auto;
  }

}

@media screen and (max-width: 480px) {
  /* 공통 Class */
  .ell {
    -webkit-line-clamp: 2;
    height: 42px;
  }

  /* 서브페이지 */
  .sub_sec {
    padding: 50px 0;
  }
  .tit_area.subpage .parallelogram {
    margin: 0 0 15px 5px;
    width: 8px;
    height: 15px;
  }
  .tit_area.subpage .sub_tit {
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
  }
  .tit_area.subpage .desc {
    margin: 30px auto 0;
  }
  /* 서브페이지 배너 */
  .sub_banner {
    height: 300px;
  }
  .sub_banner h2 {
    font-size: 24px;
  }
  .sub_banner span {
    font-size: 13px;
    line-height: 20px;
  }
  /* 서브 네비게이션 */
  .mysubmenu li,
  .mysubmenu li a,
  .mysubmenu h3 {
    font-size: 13px;
  }
 
}


/*# sourceMappingURL=widget.css.map */
	.fc_pointer {color:#3375C0; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:1200px; margin:50px auto; margin-bottom:100px;}
	.daon_page_title{width:100%; margin-bottom:70px;}
	.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
	.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
	.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

	.vision_type1 {width:100%; min-width:320px;  margin:0 auto; }
	.vision_type1:after{content:""; clear:both; display:block;}
	.vision_type1 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
	.vision_type1 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#666; line-height:1.6em; margin-bottom:40px; }
	.vision_type1 .img_div img{width:100%; max-width:1200px;}
	.vision_type1 ul {margin:0; border:1px solid #ddd; overflow:hidden;}
	.vision_type1 ul li {float:left; display:inline-block; padding:30px 0; padding-bottom:15px; width:33.33333%; height:280px; text-align:center;  }
	.vision_type1 ul li:nth-child(3n) {border-right:0; }
	.vision_type1 ul li:nth-child(2n) {background-color:#f7f7f7;}
	.vision_type1 ul li .icon {display:block; width:100px; height:100px; margin:0 auto; overflow:hidden;}
	.vision_type1 ul li .icon i {display:inline-block; font-size:4em; line-height:100px; color:#333;}
	.vision_type1 ul li p {display:block; font-size:1.85em; color:#BC0000; margin-top:10px;}
	.vision_type1 ul li span { display:block; font-size:1em; color:#555; margin-top:10px; line-height:1.5em;}
    .vision_type1 .ceo_area{position:relative; clear:both; width:100%; max-width:1200px; margin:0 auto; } 
	.vision_type1 .ceo_area .ceo_txt {padding:40px 0px; text-align: left; z-index:0;}
	.vision_type1 .ceo_area .ceo_txt h4 {font-size:1.5em;  line-height:1.5em;  color: #000; }
	.vision_type1 .ceo_area .ceo_txt p {margin-top:20px; line-height:1.5em; color: #333; word-break: keep-all;}
	.vision_type1 .ceo_area .ceo_txt span.ceo_sign{ display:block; float:right; font-size:1.5em; color:#000; margin-top:50px; font-family: 'Satisfy', 'Noto Sans KR', sans-serif;}
	.vision_type1 .ceo_area .ceo_txt span.ceo_sign span{font-family:'Noto Sans KR', sans-serif; font-size:0.8em;}
	.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10;}

	
	@media screen and (max-width: 992px){

		.daon_content_wrap{width:96%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

		.vision_type1 h2.title { font-size:1.5em; }
		.vision_type1 span.stitle{font-size:1em; width:90%;}
		.vision_type1 ul{border-bottom:0px;}
		.vision_type1 ul li { width:49.8%; border-bottom:1px solid #ddd; height:260px; border-right:1px solid #ddd;}
		.vision_type1 ul li:nth-child(3n) {border-right:1px solid #ddd;; }
		.vision_type1 ul li:nth-child(2n) {border-right:0px; }
		.vision_type1 ul li p {font-size:1.2em;}
		.vision_type1 ul li span{font-size:0.8em; padding:0px 5px}
		.vision_type1 ul li:nth-child(2n) {background-color:#fff;}

		.vision_type1 .ceo_area{width:95%; margin:0 auto;} 
		.vision_type1 .ceo_area .ceo_txt h4 {font-size:1.2em; word-break: keep-all;}

	}

	 .company_type1 {width:100%; margin:0 auto; }
	.company_type1:after{content:""; clear:both; display:block;}
	.company_type1 .ceo_img {position: relative; float:right; width:600px; text-align:right; padding-left:30px;}
	.company_type1 .ceo_img img {width:100%; height:auto; }
	.company_type1 .ceo_img2 {position: relative; float:right; width:380px; text-align:right; padding-left:30px;}
	.company_type1 .ceo_img2 img {width:100%; height:auto; }
	.company_type1 .ceo_img3 {position: relative; float:right; width:380px; text-align:right; padding-left:30px;}
	.company_type1 .ceo_img3 img {width:100%; height:auto; }

	.company_type1 .ceo_area{ float:left; width:50%;} 
	.company_type1 .ceo_area .ceo_tit { position:relative; float:left; width:100%; font-size:2em; line-height:1.4em; letter-spacing:-0.05em;  }
	.company_type1 .ceo_area .ceo_txt { float:right; width:100%; padding-top:0px; }
	.company_type1 .ceo_area .ceo_txt p {margin-top:20px; line-height:1.5em; color: #000; word-break: keep-all;  }
	.company_type1 .ceo_area .ceo_txt span.ceo_sign{ display:block; font-size:1.1em; color:#000; margin-top:50px; font-family: 'Satisfy', 'Noto Sans KR', sans-serif;}

	.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10px;}
	.tbla{width:100%; border-collapse: collapse; margin:0 auto; border:1px solid #ddd; border-bottom:0px;}
	.tbla tr th{width:20%; height:45px; padding:15px 0; text-align:center; border-bottom:1px solid #666; font-size:1em;}
	.tbla tr td{width:40%; border-bottom:1px solid #ddd; padding-left:15px; height:45px; text-align:left;}


		
	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:96%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

		.company_type1 .ceo_img {width:100%; text-align:center; margin-bottom:30px; padding-left:0; }
		.company_type1 .ceo_img img{width:100%;}
		.company_type1 .ceo_img2 {width:100%; text-align:center; margin-bottom:30px; padding-left:0; }
		.company_type1 .ceo_img2 img{width:100%;}
		.company_type1 .ceo_img3 {width:100%; text-align:center; margin-bottom:30px; padding-left:0; }
		.company_type1 .ceo_img3 img{width:100%;}
		.company_type1 .ceo_area{ float:none; width:95%; margin:0 auto; } 
		.company_type1 .ceo_area .ceo_tit { font-size:1.8em; text-align:center;}
		.company_type1 .ceo_area .ceo_txt{padding-top:10px;}

		.tbla tr th{width:20%; font-size:0.9em;}
		.tbla tr td{width:40%; font-size:0.9em;}

	}

	.vision_type4 {width:100%; min-width:320px;  margin:0 auto; }
	.vision_type4:after{content:""; clear:both; display:block;}
	.vision_type4 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
	.vision_type4 h2.title i{color:#aaa;}

	.vision_type4 .vision_area4 { width:100%; padding:0;  text-align: center; margin-top:50px; overflow:hidden;}
	.vision_type4 .vision_area4::after {content:'';display:table; clear:both;}
    .vision_type4 .vision_area4 li {display:inline-block; padding:0; margin-left:-20px;}
    .vision_type4 .vision_area4 li:first-child {margin-left: 0;} 
    .vision_type4 .vision_area4 .i_box {position:relative; display:inline-block; padding-top:30%; width:13rem; height:13rem; text-align:center; background:rgba(43,129,208,0.9); border-radius:100%; box-sizing: border-box;}
    .vision_type4 .vision_area4 li:nth-child(2n) .i_box {background: rgba(137,137,137,0.65);}
	.vision_type4 .vision_area4 .i_box i {display: inline-block; padding:0; margin:0; font-size:3em; color:#fff;}
    .vision_type4 .vision_area4 .i_box strong {display:block; margin-top:10%; font-size:2em; color:#fff; font-weight:500; letter-spacing:-0.03em;}	

	.vision_type4 .con_bg{ width:100%; max-width:100%; margin:60px auto; background:#fcfcfc;}
    .vision_type4 .con_txt { width:100%; max-width:1200px; margin:60px auto; }
	.vision_type4 .con_txt:after{ content:""; display:block; clear:both;}
	.vision_type4 .con_box { float:left; width:49.5%; height:100px; ; margin:25px 0; text-align:left; overflow:hidden; border-right:1px solid #ddd; }
	.vision_type4 .con_box:nth-child(2n){border-right:0px;}
	.vision_type4 .con_box:after{ content:""; display:block; clear:both;}
	.vision_type4 .con_box .icon { float:left; width:15%; text-align:center; }
	.vision_type4 .con_box .icon i {width:50px; height:50px; line-height:50px; text-align:center; color:#8BCE7B; font-size:2em; }
	.vision_type4 .con_box .info { float:left; width:80%;}
	.vision_type4 .con_box .info .txt_tit { font-size:1.5em; }
	.vision_type4 .con_box .info .txt_list { font-size:1em; color:#777; line-height:1.6em; margin-top:20px;  }


	@media screen and (max-width: 992px){

		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}

		.vision_type4 h2.title { font-size:1.5em; }
		.vision_type4 span.stitle{font-size:1em; width:90%;}

	}

	@media screen and (max-width: 768px){

		.vision_type4 .vision_area4 li {float:left; width:50%; padding:0; margin:0; margin-bottom:5%; }
		.vision_type4 .vision_area4 li:nth-child(even) {margin-left: 0;} 
		.vision_type4 .vision_area4 li:last-child {margin-bottom:0;}
		.vision_type4 .vision_area4 .i_box {  padding-top:25%; }
		.vision_type4 .vision_area4 .i_box strong { font-size:2em;}

		.vision_type4 .con_box { float:left; width:100%; height:auto; padding-bottom:50px; padding-left:0px;  border-bottom:1px solid #ddd; border-right:0px;}
		.vision_type4 .con_box:last-child { border-bottom:0;}
	
	}


	@media screen and (max-width: 480px) {		
		
		.vision_type4 h2.title br{ display:inline !important; }
		.vision_type4 .vision_area4 li { width:100%; }
		.vision_type4 .vision_area4 .i_box {padding-top:12%; width:12rem; height:12rem; }
		.vision_type4 .vision_area4 .i_box strong { font-size:1.5em;}

	}

	
	.history_type1 {width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
	.history_type1 .innerBox{position:relative; width:100%; }
	.history_type1 .innerBox:after{content:'';display:block;clear:both;}
	.history_type1 h3 {text-align:center; padding-bottom:20px; font-size:2em; font-weight:100; color:#aaa;}
	.history_type1:first-child h3 { padding:0px 0 50px 0;}
	.history_type1 .history { position:relative; margin-bottom:100px;}
	.history_type1 .history:last-child{margin-bottom:0px;}
	.history_type1 .history:before { content:''; display:block; position:absolute; top:0; left:50%; width:1px; height:100%; background:#eee;} /* 라인색상 */
	.history_type1 .history .img_box {position:absolute; top:0; left:0; padding:0; margin:0; width:50%; text-align:left; }
	.history_type1 .history .img_box img { width:auto;}

	.history_type1 .history > div { position:relative; margin-left:50%; padding-left:90px; margin-bottom:45px; }
	.history_type1 .history > div:before { content:''; display:block; position:absolute; top:10px; left:-2px; width:5px; height:5px; border-radius:50%; background:#555;} /* 라인포인트색상 */
	.history_type1 .history > div .year { position:absolute; top:0; left:20px; font-size:1em; color:#555; padding:0 10px; margin-bottom:15px; display:inline-block; border:1px solid #ddd;}
	.history_type1 .history > div ul {padding:0; margin:0; }
	.history_type1 .history > div ul li { padding:0; margin:0;}
	.history_type1 .history > div ul li p {margin-top:0px; }
	.history_type1 .history > div ul li p strong { width:15%; display:inline-block; vertical-align:top; font-size:0.9em; text-align:center; }
	.history_type1 .history > div ul li p span {width:85%; display:inline-block; font-size:0.9em;  }

		
	@media screen and (max-width: 992px) {

		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:40px;}
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}

		.history_type1 .history .img_box { display:block; position:relative; top:0; left:0; width:100%; padding:0; margin-bottom:40px;}
		.history_type1 .history .img_box img { width:100%;}
		.history_type1 .history:before { left:20px; } /* 라인 */
		.history_type1 .history > div { margin-left:0; }
		.history_type1 .history > div:before {left:18px; }
		.history_type1 .history > div .year { top:0px; left:40px; font-size:0.9em;}
		.history_type1 .history > div ul li { font-size:0.9em;}

	}

	@media screen and (max-width: 480px) {
	
		.history_type1 .history > div {padding-left:40px;  }
		.history_type1 .history > div .year { position:relative; left:0; }
		.history_type1 .history > div ul li p strong { text-align:left; }

	}

	
	.partner_type1{width:100%; min-width:320px; overflow:hidden;}
	.partner_type1:after{content:""; clear:both; display:block;}
	.partner_type1 .partner_img{width:100%; min-width:320px; height:500px;  background-size:cover;}
	.partner_type1 .partner_wrap {position:relative; top:-50px; width:100%; max-width:1200px; margin:0 auto;  background:#fff; overflow:hidden;}
	.partner_type1 .partner_wrap .txt{text-align:center; padding-top:50px; font-size:1em; line-height:2em;}
	.partner_type1 .partner_wrap .txt span{font-weight:700; font-size:1.4em;}
	.partner_type1 .partner_list { width:100%; max-width:1100px; padding-top:50px; margin:0 auto;}
	.partner_type1 .partner_list:after{content:""; clear:both; display:block;}
	.partner_type1 .partner_list ul {width:100%; margin:0; padding:0; }
	.partner_type1 .partner_list ul li {float: left; width:18%; padding:10px 0; margin:0 2% 2% 0; box-sizing: border-box; border: 1px solid #d6d6d6;  background: #fff; border-radius: 0px; text-align: center;}
	.partner_type1 .partner_list ul li:nth-child(5n){margin-right:0;}
	.partner_type1 .partner_list ul li img {max-width:100%; margin:0 auto;}

		
	@media screen and (max-width:992px){		
		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:40px;}
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}

		.partner_type1 .partner_img{height:300px;}
		.partner_type1 .partner_wrap{width:95%; top:-30px;}
		.partner_type1 .partner_wrap .txt{width:90%; margin:0 auto; font-size:0.9em; padding-top:30px;}
		.partner_type1 .partner_list {  width:92%; padding-top:30px;}
		.partner_type1 .partner_list ul li { width:49%; margin:0 auto; margin-bottom:2%;}
		.partner_type1 .partner_list ul li:nth-child(2n){float:right;}
		.partner_type1 .partner_list ul li img {max-width:68%; margin:0 auto;}
	}

	@media screen and (max-width: 360px) {

		.partner_type1 .partner_list ul li { width:100%; margin-bottom:5%;}

	}
	.business_type1 {width:100%; max-width:1200px; margin:0 auto; }
	.business_type1:after{content:""; display:block; clear:both;}
	.business_type1 .con_img {width:100%; }
	.business_type1 .con_img img {width:100%; height:auto; }
	.business_type1 .txt_area {width:100%; padding:0px; padding-bottom:50px; margin-top:0px; word-break: keep-all;}
	.business_type1 .txt_area:after{content:""; display:block; clear:both;}
	.business_type1 .txt_area .txt01 { position:relative; float:left; width:50%;  }
	.business_type1 .txt_area .txt01:after { position:absolute; left:5%; top:0;  content:""; display:inline-block; width:4px; height:100%; background:#222; }
	.business_type1 .txt_area .txt01 p { padding:0; margin:0; padding-left:10%; padding-right:20px;}
	.business_type1 .txt_area .txt01 span.tit { display:block; font-size:2.2em; color:#000; font-weight:700; line-height:1.2em; margin-bottom:20px; }
	.business_type1 .txt_area .txt01 span.txt { display:block; font-size:1.15em; color:#333; font-weight:400; }
	.business_type1 .txt_area .txt02 { float:left; width:50%; }
	.business_type1 .txt_area .txt02 ul {margin:0; padding:0;}
	.business_type1 .txt_area .txt02 ul li { position:relative; font-size:1em; color:#555; font-weight:400; line-height:1.4em; list-style:none; padding-left:3%; margin-bottom:10px; }
	.business_type1 .txt_area .txt02 ul li:before {position:absolute; top:8px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px;vertical-align:middle;}
	.business_type1 .business_info { width:100%; margin-bottom:50px;}
	.business_type1 .business_info:after { content:""; display:block; clear:both;}
	.business_type1 .business_info li {float:left; overflow:hidden; position:relative; width:25%; height:450px; text-align:center; box-sizing:border-box; border-right:1px solid #fff;}
	.business_type1 .business_info li:nth-child(1) {background:url('/0-pkcord/theme/idt1/img/02011.jpg')no-repeat 50% 0;  background-size:cover;}
	.business_type1 .business_info li:nth-child(2) {background:url('/0-pkcord/theme/idt1/img/02012.jpg')no-repeat 50% 0;  background-size:cover;}
	.business_type1 .business_info li:nth-child(3) {background:url('/0-pkcord/theme/idt1/img/02013.jpg')no-repeat 50% 0;  background-size:cover;}
	.business_type1 .business_info li:nth-child(4) {background:url('/0-pkcord/theme/idt1/img/02014.jpg')no-repeat 50% 0;  background-size:cover; border-right:0px;}
	.business_type1 .business_info li .summary {position:absolute; width:100%; height:100%; cursor:pointer; z-index:10; transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
	.business_type1 .business_info li .summary:after{ content:""; display:block; clear:both;}
	.business_type1 .business_info li .summary p.title {position:absolute; top:45%; width:100%;  color:#fff; font-size:1.5em; text-shadow: 0px 0px 2px #000; }
	.business_type1 .business_info li .summary p.title:after { display: block; content: ""; width:7%; height:1px; margin:10px auto; background: #eee; }
	.business_type1 .business_info li .summary span.txt { display:none;}
	.business_type1 .business_info li .summary a { display:none; }
	.business_type1 .business_info li:hover .summary, .business_type1 .business_info li.on .summary { position:absolute; width:100%; height:100%; background:rgba(0,0,0,.7); }
	.business_type1 .business_info li:hover .summary p.title, .business_type1 .business_info li.on .summary p.title { display:block; top:10%; left:5%; margin-left:0; text-align:left; text-shadow:none; }
	.business_type1 .business_info li:hover .summary p.title:after, .business_type1 .business_info li.on .summary p.title:after { display: block; content: ""; width:90%; height:1px; margin:10px 0; background: #eee; text-align:left; }
	.business_type1 .business_info li:hover .summary span.txt, .business_type1 .business_info li.on .summary span.txt { position:absolute; display:inline-block; left:5%; top:25%; width:100%; color:#fff; font-size:0.95em; text-align:left;  }
	.business_type1 .business_info li:hover .summary a, .business_type1 .business_info li.on .summary a{position:absolute; display:inline-block; left:5%; bottom:5%; width:40%; height:40px; line-height:40px; font-size:1em; color:#fff;  text-decoration:none; background:rgba(0,0,0,0);  border:1px solid #fff;  margin:20px auto; transition: 0.5s all ease;   }
	.business_type1 .business_info li:hover .summary a:hover, .business_type1 .business_info li.on .summary a:hover{color:#000; background:#fff; border:1px solid #fff;}

		
	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

		.business_type1 .txt_area .txt01 { width:100%; }
		.business_type1 .txt_area .txt02 { width:100%; margin-top:40px;}
		.business_type1 .txt_area .txt02 li {padding:0 5%;}
		.business_type1 .txt_area .txt02 ul li {padding-left:7%;}
		.business_type1 .txt_area .txt02 ul li:before { left:5%;  }

		.business_type1 .txt_area .txt01 span.tit  { display:inline-block; font-size:1.85em; }
		.business_type1 .txt_area .txt01 span.txt { display:inline-block; }
		.business_type1 .business_info li { width:50%; height:400px; border-top:1px solid #fff;}
		.business_type1 .business_info li:nth-child(2n){border-right:0px !important;}
		.business_type1 .business_info li:nth-child(3){border-top:1px solid #fff;}
		.business_type1 .business_info li:nth-child(4){border-top:1px solid #fff;}

	}

	@media screen and (max-width:480px){

		.business_type1 .txt_area {width:100%; padding-top:20px; }
		.business_type1 .txt_area .txt02 ul li {padding-left:9%;}
		.business_type1 .business_info li { width:100%; height:350px;}
		.business_type1 .business_info li:hover .summary span.txt { top:30%;}

	}


	.business_type4 {width:100%; max-width:1200px;  margin:0 auto;}
	.business_type4:after{ content:""; display:block; clear:both;}
	.business_type4 .business_info { position:relative; width:100%; height:400px; margin:150px auto; background:none;}
	.business_type4 .business_info:after{ content:""; display:block; clear:both;}
	.business_type4 .business_info:first-child {margin-top:0px;}
	.business_type4 .business_info .img_left { position:absolute; left:0; top:0; width:650px; height:400px; background:blue; }
	.business_type4 .business_info .img_left img{ width:100%; height:100%;}
	.business_type4 .business_info .img_right { position:absolute; right:0; top:0; width:650px; height:400px; background:blue; }
	.business_type4 .business_info .img_right img{ width:100%; height:100%;}
	.business_type4 .business_info .con_box { position: absolute; right:0; top:25%; width:55%; height:350px; background:rgba(255,255,255,1); box-shadow:10px 10px 5px rgba(0,0,0,0.04); }
	.business_type4 .business_info .con_box .txt_area {padding:10%; }

	.business_type4 .business_info .con_box .txt_area em { position:relative; display:block; vertical-align:middle; color:#ddd;  font-size:3em;}
	.business_type4 .business_info .con_box .txt_area strong {display:block; color:#333;  font-size:1.5em; font-weight: 600;  line-height:1.5em; margin:30px 0 20px 0;}
	.business_type4 .business_info .con_box .txt_area p.box_txt {display:block; color:#555; font-size:1em;  font-weight: 300;  line-height:1.5em; text-align:justify;  }
	.business_type4 .business_info .type_other { position: absolute; left: 0; top:25%; width:55%; height:350px; background:rgba(255,255,255,1);  box-shadow:10px 10px 5px rgba(0,0,0,0.04); }
	.business_type4 .business_info .type_other .txt_area:before {display:none;}



	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

	}

	@media screen and (max-width:768px){

		.business_type4 .business_info { height:auto; margin:50px auto;}
		.business_type4 .business_info .img_left { position:relative; width:100%; height:auto;  background:#000; }
		.business_type4 .business_info .img_left img{ height:auto;}
		.business_type4 .business_info .img_right { position:relative; width:100%; height:auto;  background:#000; }
		.business_type4 .business_info .img_right img{ height:auto;}
		.business_type4 .business_info .con_box { position:relative; width:90%; left:50%; top:-50px; margin-left:-45%; height:auto; }
		.business_type4 .business_info .con_box .txt_area:before { display: none;}
		.business_type4 .business_info .type_other .txt_area:after {display:none;}
		.business_type4 .business_info .con_box .txt_area{padding:15px;}
		.business_type4 .business_info .con_box .txt_area strong{font-size:1.2em;}

	}