﻿@charset "utf-8";
@import url("/css/common.css");
@import url("/css/styleB.css");
/**
* CSS 목차
* --------------------------------------------------------------------------
* 1 - CSS RESET - common.css
* 2 - 레이아웃
* 3 - 애니메이션 및 이펙트
* 4 - 라이브러리 활용 오브젝트
* 5 - 미디어 쿼리
* --------------------------------------------------------------------------
*/

/* ==========================================================================
	2. 레이아웃
========================================================================== */
a { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000;}
a:hover { text-decoration: none; color:#ff7800;}
::selection {background: #ff7800;color: #fff;}

@keyframes listshow {0% {opacity: 0;}100% {opacity: 1;}}
 
.wrap{}
 
.innWrap{margin:0 auto;width:1200px;}   
.globalHeader{width:100%;height:85px;position:absolute;top:0;left:0;z-index:6;} 
.globalHeader.headHover{background:#fff; }
.globalHeader .headerWrap{max-width:1920px;width:100%;min-width:1200px;margin:0 auto;position:relative;}
.globalHeader .headerWrap .logo{width: 136px; height: 42px; position: absolute;top: 20px; left: 130px; background: url('/img/comm/logo01.png') no-repeat 50% 50%;  background-size: contain;}  
.globalHeader .headerWrap .logo.on{width:136px;height:42px;position:absolute;top:20px;left:130px;background:url('/img/comm/logo02.png') no-repeat 50% 50%;  background-size: contain;}  
.globalHeader .headerWrap .logo02.on{width:136px;height:42px;position:absolute;top:20px;left:130px;background:url('/img/comm/logo02.png') no-repeat 50% 50%;  background-size: contain;}  
.globalHeader.headHover .logo{background:url('/img/comm/logo02.png') no-repeat 50% 50%;  background-size: contain;}
.globalHeader .headerWrap .nav{position:absolute; top:0; right:80px;height:85px; }
.globalHeader .headerWrap .nav li{float: left; margin:0 30px;line-height:85px;width:125px;}

.globalHeader .headerWrap .nav li:last-child{margin-right:0}
.globalHeader .headerWrap .nav li a{font-size:17px; color:#fff;font-weight: 600;}
.globalHeader .headerWrap .nav li .nav_sub{display:none;position:absolute;}
.globalHeader.moveGnb{background:rgb(255, 255, 255); position: fixed; border-bottom:1px solid rgba(115,115,115,0.3);z-index:999;}
.globalHeader.moveGnb .headerWrap .nav li a{font-size:17px; color:#000;}
.globalHeader.mainView .headerWrap .nav li a{text-shadow:0px 0px 2px #000}
.globalHeader.mainView.headHover .headerWrap .nav li a, .globalHeader.mainView.moveGnb .headerWrap .nav li a{text-shadow:none !important;}

/*ddd */
.globalHeader .headerWrap .nav:hover ~ .subGnbList{ display:block;height:250px;transition:All 0.4s ease;-webkit-transition:All 0.4s ease;-moz-transition:All 0.4s ease;-o-transition:All 0.4s ease;}
.globalHeader .headerWrap .subGnbList{background:rgba(255, 255, 255, 1);display:block;position:absolute;width:100%;top:84px;height:0;transition:All 0.1s ease;-webkit-transition:All 0.1s ease;-moz-transition:All 0.1s ease;-o-transition:All 0.1s ease;
box-shadow:0 5px 10px -5px rgba(0, 0, 0, 0.2) }
.globalHeader .headerWrap .nav:hover li a{color:#000;}
.globalHeader .headerWrap .nav.on li a{color:#000 !important;}
.globalHeader.headHover .headerWrap .nav a{color:#000 !important;}
.globalHeader .headerWrap .subGnbList .subGnb{display:none;position:absolute;top:0;right:62px;animation: listshow 0.9s ease normal;}
.globalHeader .headerWrap .subGnbList:hover{height:250px;display:block;transition:All 0.4s ease;-webkit-transition:All 0.4s ease;-moz-transition:All 0.4s ease;-o-transition:All 0.4s ease;}
.globalHeader .headerWrap .nav:hover ~ .subGnbList .subGnb, .globalHeader .headerWrap .subGnbList:hover .subGnb{display:block;}
.globalHeader .headerWrap .subGnbList .nav_sub{float:left;text-align:left;margin:0 30px;width:120px;padding:0 0 10px;}
.globalHeader .headerWrap .subGnbList ul:first-child{margin-left: 0px;}
.globalHeader .headerWrap .subGnbList .nav_sub .subMn01{}
.globalHeader .headerWrap .subGnbList .nav_sub .subMn02{}
.globalHeader .headerWrap .subGnbList .nav_sub .subMn03{}
.globalHeader .headerWrap .subGnbList .nav_sub .subMn04{}
.globalHeader .headerWrap .subGnbList .nav_sub li{font-size:15px; line-height:40px;padding-left:0px;letter-spacing:0.05em; }
.globalHeader .headerWrap .subGnbList .nav_sub li a{color:#000;}
.globalHeader .headerWrap .subGnbList .nav_sub li a:hover{color:#ff7800;}
.globalHeader .headerWrap .nav li.on a{font-weight:bold;position:relative;overflow:hidden;}
.globalHeader .headerWrap .nav li.on a:before{z-index:-1;display:block;width:100%;height:7px;background:rgba(255, 120, 0, 0.3);content:'';position:absolute;bottom:0;left:0;}
.globalHeader .headerWrap .subGnbList .nav_sub li a{display:inline-block;line-height:18px;overflow:hidden;}
.globalHeader .headerWrap .subGnbList .nav_sub li.on a{color:#ff8700;font-weight:bold;}

.globalVisual{height:772px; background:url('/img/main/bg01.png') no-repeat 50% 0; min-width: 1200px;background-size:cover; position:relative;z-index:1; padding-top:85px;}
.globalVisual > .txtBlock{width: 1100px;max-width: 1100px;min-width: 1100px; text-align: left; margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); bottom: 100px;text-shadow:0px 0px 2px #000}
.globalVisual .txtBlock span{font-size:65px;color:#fff;text-shadow:0 0 10px rgba(0, 0, 0, 0.2);line-height:1.2;font-weight: 700;}
.globalVisual .txtBlock span.strong{font-weight:bold;font-size:50px;display:inline-block;margin-top:20px;}
.globalVisual .txtBlock .minTxt{font-size: 16px; color: #fff;letter-spacing: -0.03em; margin-top: 35px;}
.globalVisual .txtBlock .borderB{height: 1px;background: rgb(255 255 255 / 60%); width: 100%; margin-top: 30px;}
.btnVisual{display:block;width:202px;height:56px;line-height:56px;background:#ff7800;color:#fff;font-size:18px;text-align:center;margin-top:72px;}
.btnVisual:hover{box-shadow: 5px 5px 5px rgba(0, 0, 0,0.3); transition:0.5s;}

.page_inner{max-width: 1600px; width: 1340px; min-width: 1200px; position: relative; margin: 0 auto; padding-bottom: 100px;}
.footer .page_inner,.detailHead.page_inner {padding-bottom:0 !important}
.page_inner .detailP_title{margin-top: 120px;text-align: center; font-size: 42px;font-weight: 800;}
.page_inner>p{font-size: 14px;}


/**/
.main_Wrap{}
.main_Wrap > .title{text-align: center; padding-top: 120px;font-size: 42px; font-weight: 800; margin-bottom: 30px;} 
.main_Wrap > .addCon{text-align: center; font-size: 20px;margin-bottom: 60px; line-height: 1.3;}
.main_Wrap > .title02{text-align: center; padding-top: 120px;font-size: 42px; font-weight: 600; margin-bottom: 30px; color:#fff} 
.main_Wrap > .addCon02{text-align: center; font-size: 20px;margin-bottom: 60px; line-height: 1.3; color:#fff}
.main_Wrap > .title03{text-align: left; padding-top: 120px;font-size: 26px; font-weight: 600; margin-bottom: 30px; color:#000}

.serviceWrap{display: flex; justify-content: space-between;padding-bottom: 120px;}
.serviceWrap > .item{width: 230px; height: 315px;transition: all 0.4s;}
.serviceWrap > .item:hover{transform: translateY(-10px);transition-timing-function: ease-in-out;transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); box-shadow: 0 15px 10px 0 rgb(0 0 0 / 19%);}
.serviceWrap > .item > .bakImg{height: 195px; width: 100%;}
.serviceWrap > .item > .txt_Box{padding: 15px; height: 150px; background: #fff;}
.serviceWrap > .item > .txt_Box > .title{font-size: 20px; font-weight: 700; margin-top: 8px;}
.serviceWrap > .item > .txt_Box > .intro{margin-top: 16px;font-size: 15px; line-height: 1.5rem;}

.strength{display: flex; justify-content: space-between;padding-bottom: 120px;}
.strength > .item{color: #fff; text-align: center;width: 33%; cursor: pointer;}
.strength > .item:hover{ transition: all 0.5s;color: #ff7900;}
.strength > .item > .main_icon01{width: 70px; height: 70px; background: url('/img/main/mainIcon01.png') no-repeat 50% 50%; background-size: contain; display: inline-block;margin-bottom: 20px;}
.strength > .item:hover > .main_icon01{ transition: all 0.5s;background: url('/img/main/mainIcon01_h.png') no-repeat 50% 50%; background-size: contain;}
.strength > .item > .main_icon02{width: 70px; height: 70px; background: url('/img/main/mainIcon02.png') no-repeat 50% 50%; background-size: contain; display: inline-block;margin-bottom: 20px;}
.strength > .item:hover > .main_icon02{ transition: all 0.5s;background: url('/img/main/mainIcon02_h.png') no-repeat 50% 50%; background-size: contain;}
.strength > .item > .main_icon03{width: 70px; height: 70px; background: url('/img/main/mainIcon03.png') no-repeat 50% 50%; background-size: contain; display: inline-block;margin-bottom: 20px;}
.strength > .item:hover > .main_icon03{ transition: all 0.5s;background: url('/img/main/mainIcon03_h.png') no-repeat 50% 50%; background-size: contain;}
.strength > .item > .title{font-size: 22px; font-weight: 600;}
.strength > .item > .intro{margin-top: 20px; line-height: 1.2; font-size: 16px; font-weight: 300;}
.strength > .item > .active_icon{width: 50px; height: 50px; background: url('/img/main/arrowMain.png') no-repeat 50% 50%; background-size: contain; display: inline-block; margin-top: 40px;}
.strength > .item:hover > .active_icon{ transition: all 0.5s;background: url('/img/main/arrowMain_h.png') no-repeat 50% 50%; background-size: contain;}

.objective{margin-bottom: 60px;}
.objective > .tab{float: left;width: 27%; margin-right: 2%;height: 330px;position: relative;}
.objective > .tab > .tabUl{}
.objective > .tab > .tabUl li{height: 70px;line-height: 70px; padding-left: 20px; font-size: 20px;cursor: pointer;}
.objective > .tab > .tabUl li.on{background:#ff7900; color: #fff; box-shadow: 0 5px 20px rgb(0 0 0 / 15%); transition: all 0.5s;}
.objective > .tab > .tabUl li:hover{background:#ff7900; color: #fff; box-shadow: 0 5px 20px rgb(0 0 0 / 15%); transition: all 0.5s;}
.objective > .tab > .pagenation{position: absolute; bottom: 0px; font-size: 16px; left: 22px;}
.objective > .tab > .controls{position: absolute; bottom: 0px;right: 0px;}

.objective > .keywordWrap{float: right; width: 70%; display: flex; justify-content: space-between;}
.objective > .keywordWrap > .item{width: 30%; height: 330px; padding: 25px;background-size: auto 100%;transition: all 800ms;background-position: center center; background-repeat: no-repeat;}
.objective > .keywordWrap > .item:hover {background-size: auto 120%;}
.objective > .keywordWrap > .item.bg01{background-image:url('/img/main/porBak01.png');}
.objective > .keywordWrap > .item.bg02{background-image:url('/img/main/porBak02.png');}
.objective > .keywordWrap > .item.bg03{background-image:url('/img/main/porBak03.png');}
.objective > .keywordWrap > .item > .title{color: #fff; font-size: 28px; font-weight: 700; margin: 80px 0px 20px;text-align:center;}
.objective > .keywordWrap > .item > .kcont{color: #fff; font-size: 60px; font-weight: 700; line-height: 1.3;  letter-spacing: -0.03em;text-align:center;}

.inquiryWrap{margin-bottom: 120px;}
.inquiryWrap .inquiry{width: 100%; display: inline-block; float: left; height: 100px;background: #ccc; line-height: 100px; padding-left: 20px; position: relative;}
.inquiryWrap .inquiry > .title{font-size: 26px;color: #fff;}
.inquiryWrap .inquiry > .arrow{background: url('/img/main/arrowIq.png') no-repeat 50% 50%; background-size: contain; height: 100px; width: 115px; position: absolute;top: -5px;  right: 25px;display: inline-block;}

.detailHead{padding-top: 100px;}
.detailHead > .detailHeadWrap{}
.detailHead > .detailHeadWrap > .title{font-size: 28px; font-weight: 700; float: left;}
.detailHead > .detailHeadWrap > .breadcrumb{ float: right;line-height: 26px;}
.detailHead > .detailHeadWrap > .breadcrumb a{font-size: 14px;color: #6c6c6c;}
.detailHead > .detailHeadWrap > .breadcrumb > .arrow{background:url('/img/main/arrowCrum.png') no-repeat 0 0;
 background-size:contain; width: 10px; height: 10px; display: inline-block; }
.detailHead > .intro{font-size: 16px; margin-top: 10px;}

.detailVisual{width:100%; height:320px; background:url('/img/comm/detailVisual.png') no-repeat 0 0; background-size:cover; margin-top: 50px;}

.globalContent.bg01{background:#f3f5f8 }
.globalContent.bg02{background:url('/img/main/bg02.png') no-repeat 0 0; background-size:cover; position:relative; }
.globalContent{}/*height:710px;*/

/*
.globalContent .title{font-size:40px; color:#000; font-weight:bold; padding:100px 20px 0;}
.globalContent .title .num{color:#ff7800;}
.globalContent.bg01{position:relative; width:1200px; margin:0 auto;  }
.globalContent.bg02{background:url('/img/main/bg02.png') no-repeat 0 0; background-size:cover; position:relative; }
.globalContent.bg02 .title{color:#fff;}
.globalContent.bg02 .gc2wrap{position:relative; width:1200px; margin:0 auto; }
.globalContent.bg03{position:relative; width:1200px; margin:0 auto; }

*/



.globalContent .gc1List{margin-top:145px;display: table; margin-left: auto; margin-right: auto;} 
.globalContent .gc1List li{width:33%;  height: 347px; float:left; padding:0 60px;}
.globalContent .gc1List li strong{font-size:22px; color:#000; font-weight: bold;}
.globalContent .gc1List li strong:before{clear:both;display:inline-block;content:''; width:50px; height:50px;vertical-align:middle;margin-right:10px;}
.globalContent .gc1List li:nth-child(1) strong:before{background:url('/img/bul/gc02_1.png') no-repeat 50% 50%}
.globalContent .gc1List li:nth-child(2) strong:before{background:url('/img/bul/gc02_2.png') no-repeat 50% 50%}
.globalContent .gc1List li:nth-child(3) strong:before{background:url('/img/bul/gc02_3.png') no-repeat 50% 50%}
.globalContent .gc1List li p{text-align:justify; font-size:15px; line-height:25px; margin-top:20px;min-height:102px;}

.tagWrap{margin-top:40px;}
.tagWrap span{border-radius:1000px;padding:8px 20px; border:1px solid #ffeadb; color:#ff7800; background:#ffeadb; font-size:15px; margin-right:5px; margin-bottom:0px ;}


.globalContent .gc2card{display: table; margin-left: auto; margin-right: auto; margin-top:60px;}
.globalContent .gc2card li{float:left; height:374px; width:374px; position:relative; overflow:hidden;}

.globalContent .gc2card .gc2cardFront{width:100%; height:100%; position:absolute; background:rgba(255,255,255,0.3);border:1px solid rgba(255,255,255,0.5);   bottom:0px; overflow:hidden; }
.globalContent .gc2card li.upStyle01:hover .gc2cardBack{top:0px;}
.globalContent .gc2card li.upStyle02:hover .gc2cardBack{top:0px;}
.globalContent .gc2card li.upStyle03:hover .gc2cardBack{top:0px;}
.globalContent .gc2card .gc2cardFront span{display:table; margin-left:auto; margin-right:auto;  font-size:25px; color:#fff;}
.globalContent .gc2card .gc2cardFront .gc2img{display:block; width:79px; height:79px; margin-top:73px; margin-left: auto; margin-right: auto; margin-bottom:107px;}
.globalContent .gc2card .upStyle01 .gc2cardFront .gc2img{background:url('/img/main/F_1.png') no-repeat 50% 50%}
.globalContent .gc2card .upStyle02 .gc2cardFront .gc2img{background:url('/img/main/F_2.png') no-repeat 50% 50%}
.globalContent .gc2card .upStyle03 .gc2cardFront .gc2img{background:url('/img/main/F_3.png') no-repeat 50% 50%}


.globalContent .gc2card .gc2cardFront .gc2img:before{content:''; display:inline-block; border-left: 1px solid rgba(255,255,255,0.5); height: 80px;position: absolute;left: 50%; margin-left: -3px; top:160px; }

.globalContent .gc2card .gc2cardBack{width:100%; height:100%; background:#ff7800; color:#fff; position: absolute; top:374px; padding:10px;transition:.5s;}
.globalContent .gc2card .gc2cardBack .gc2cardBackimg{display:block; width:79px; height:79px;  margin-top:65px; margin-left: auto; margin-right: auto; margin-bottom:15px;}
.globalContent .gc2card .gc2cardBack .gc2cardBacktitle{font-size:25px; text-align:center;}
.globalContent .gc2card .gc2cardBack .gc2cardBacktxt{text-align:center; margin-top:15px; font-size:15px; line-height:20px;}
.globalContent .gc2card .upStyle01 .gc2cardBack .gc2cardBackimg{background:url('/img/main/F_1.png') no-repeat 50% 50%}
.globalContent .gc2card .upStyle02 .gc2cardBack .gc2cardBackimg{background:url('/img/main/F_2.png') no-repeat 50% 50%}
.globalContent .gc2card .upStyle03 .gc2cardBack .gc2cardBackimg{background:url('/img/main/F_3.png') no-repeat 50% 50%}


.globalContent .gc3txt{padding-top:204px;}
.globalContent .gc3txt span{font-size:40px;}
.globalContent .gc3img{display:block; width:462px; height:504px; background:url('/img/main/pc.png') no-repeat 50% 50%; position:absolute; right:0px; top:145px;}

.main_btn{display:block;width:448px;height:77px;line-height:75px;color:#ff7800;font-size:25px;text-align:left;margin-top:72px; padding-left:72px; border:1px solid #ff7800;}
.main_btn:after{display:inline-block; content:'';width:79px; height:39px; background:url('/img/bn/an.png') no-repeat 50% 50%;vertical-align:middle; margin-left:10px;}
.main_btn:hover{display:block; width:448px;height:77px;line-height:75px;color:#fff;font-size:25px;text-align:left;margin-top:72px; padding-left:72px; border:1px solid #ff7800; background:#ff7800;}
.main_btn:hover:after{display:inline-block; content:'';width:79px; height:39px; background:url('/img/bn/an2.png') no-repeat 50% 50%;vertical-align:middle; margin-left:10px;}

.highlight{font-weight:bold; z-index:5; position:relative; display: inline-block;}
.highlight:before{content:'';display:block; width:100%; height:50%; background:#ff7800; position:absolute; z-index:-2; left:0; top:28px;}
.highlight02{font-weight:bold; z-index:5; position:relative; display: inline-block;}
.highlight02:before{content:'';display:block; width:100%; height:50%; background:#ff7800; position:absolute; z-index:-2; left:0; top:15px;}


.btn{}

.border{display:block; width:100%; height:1px; border-top:1px solid rgba(137,137,137,0.5)}

.globalFooter{position:relative;margin:0 auto;}
.globalFooter .footMenu{padding:80px 0;}
.globalFooter .footMenu:after{clear:both;display:block;content:'';}
.globalFooter .footMenu dl{float:left; margin: 0px 100px;}
.globalFooter .footMenu dt{font-size:20px; font-weight:bold; padding-bottom:32px;}
.globalFooter .footMenu dd{font-size:18px; padding-bottom:32px;}
.globalFooter .footer{overflow:hidden;font-size:13px;color:#999;text-align:center;padding:33px 0;border-top:1px solid #dedede;background:#161616}
.globalFooter .footer .footLogo{background: url(/img/comm/footLogo.png) no-repeat 0 0; background-size: contain; width: 140px; height: 45px;}
.globalFooter .footer .familySite{color:#fff; font-size:20px;text-align: left;margin: 20px 0px 30px;}
.globalFooter .footer .familySite a{color:#fff;}
.globalFooter .footer .addr{width:100% ;text-align:left; }
.globalFooter .footer .addr span{padding:0 10px;}
.globalFooter .footer .copy{float:right;text-align:right;}

.globalHeader .headerWrap .subGnbList .nav_sub li a{position:relative;transition:All 0.1s ease;-webkit-transition:All 0.1s ease;-moz-transition:All 0.1s ease;-o-transition:All 0.1s ease;z-index:2;}
.globalHeader .headerWrap .subGnbList .nav_sub li a:hover{font-weight:bold;}
.globalHeader .headerWrap .subGnbList .nav_sub li a:before{z-index:-1;display:block;width:0;height:7px;background:rgba(255, 120, 0, 0.2);content:'';position:absolute;bottom:0;left:0;transition:All 0.1s ease;-webkit-transition:All 0.1s ease;-moz-transition:All 0.1s ease;-o-transition:All 0.1s ease;}
.globalHeader .headerWrap .subGnbList .nav_sub li a:hover:before{z-index:-1;width:100%;transition:All 0.4s ease;-webkit-transition:All 0.4s ease;-moz-transition:All 0.4s ease;-o-transition:All 0.4s ease;}

.btnVisual{color:#fff !important;position:relative;z-index:2;transform:translateY(0);transition:All 0.1s ease;-webkit-transition:All 0.1s ease;-moz-transition:All 0.1s ease;-o-transition:All 0.1s ease;}
.btnVisual:hover{transform:translateY(-2px);transition:All 0.3s ease;-webkit-transition:All 0.3s ease;-moz-transition:All 0.3s ease;-o-transition:All 0.3s ease;}
.btnVisual:after{content: '';position: absolute;background:rgba(255,255,255,0.1);width: 0;height: 100%;left: 0;top: 0;transition: width 0.3s ease;z-index:-1;border-radius:8px;}
.btnVisual:hover:after{width: 100%;}

.footMenu dd a{font-size:15px;position:relative;transition:All 0.1s ease;-webkit-transition:All 0.1s ease;-moz-transition:All 0.1s ease;-o-transition:All 0.1s ease;z-index:2;}
.footMenu dd a:hover{font-weight:bold;}
.footMenu dd a:before{z-index:-1;display:block;width:0;height:7px;background:rgba(255, 120, 0, 0.2);content:'';position:absolute;bottom:0;left:0;transition:All 0.1s ease;-webkit-transition:All 0.1s ease;-moz-transition:All 0.1s ease;-o-transition:All 0.1s ease;}
.footMenu dd a:hover:before{z-index:-1;width:100%;transition:All 0.4s ease;-webkit-transition:All 0.4s ease;-moz-transition:All 0.4s ease;-o-transition:All 0.4s ease;}


.subVisual{height:470px; background:url('/img/subi/company.png') no-repeat 0 0; background-size:cover; z-index:1; padding-top:85px;}
.subVisual_02{height:470px; background:url('/img/subi/service.png') no-repeat center center; background-size:cover; z-index:1; padding-top:85px;}
.subVisual_03{height:470px; background:url('/img/subi/add.png') no-repeat center center; background-size:cover; z-index:1; padding-top:85px;}
.subVisual_04{height:470px; background:url('/img/subi/notice.png') no-repeat center center; background-size:cover; z-index:1; padding-top:85px;}

/*
.txtBlock{width:1200px;text-align:center;margin:0 auto;padding:102px 0 0 0 ;position:relative;}
.txtBlock .title{font-size:45px;color:#fff;margin-bottom:80px;}
.txtBlock .title:after{width:52px; height:3px; background: #fff; display:block;content:'';position:absolute;margin-left:574px; margin-top:35px;}
.txtBlock .des{font-size:18px;color:#fff;}
*/

.contents{margin:120px auto;width:1200px;}

/*.globalContent{height:710px;}*/
.subContents.bg01{position:relative; width:1200px; height:455px; margin:0 auto;  }
.subContents.bg01 .purp{display:table; margin-left:auto; margin-right:auto; font-size:40px; text-align:center;line-height:50px; padding-top:184px;}
.subContents.bg01 .purp .purpStrong{font-weight:bold; color:#ff7800;}

.subContents.bg02{position:relative; width:1200px; height:754px; margin:0 auto; }
.subContents.bg02 .subbg02img{position:absolute; display:inline-block; width:712px; height:681px;background:url('/img/subi/company_1.png') no-repeat 50% 50% ;background-size:contain;left:-150px;}
.subContents.bg02 .subbg02wrap{float:right;padding-top:88px;}
.subContents.bg02 .subbg02wrap:after{clear:both;display:block;content:'';}
.subContents.bg02 .subbg02wrap h2{font-size:40px; font-weight:bold;padding-bottom:50px;}
.subContents.bg02 .subbg02wrap p{font-size:16px; font-weight:bold;line-height:30px;}

.subContents.bg03{position:relative; width:1200px; height:754px; margin:0 auto; margin-top:80px;margin-bottom:140px;  }
.subContents.bg03 .subbg03img{position:absolute; display:inline-block; width:640px; height:746px;background:url('/img/subi/company_2.png') no-repeat 50% 50% ;background-size:contain;right:-150px;}
.subContents.bg03 .subbg03wrap{padding-top:155px;}
.subContents.bg03 .subbg03wrap h2{font-size:40px; font-weight:bold;padding-bottom:50px;}
.subContents.bg03 .subbg03wrap p{font-size:16px; font-weight:bold;line-height:30px;}
.subContents.bg03 .subbg03staff{font-size:16px; font-weight:bold; position:absolute; top:578px;; left:360px; }

.historyCont{max-width:1920px;min-width:1200px;margin:0 auto;}
.historyTab{}
.historyTab ul{width:690px;margin:95px auto 80px;overflow:hidden;}
.historyTab li{height:87px;line-height:87px;text-align:center;float:left;border:1px solid #ffb177;margin-left:-1px;cursor:pointer;}
.historyTab li:hover{background:rgba(255, 108, 0, 0.2);}
.historyTab li:first-child{margin-left:0;}
.historyTab li.on{background:#ff7800}
.historyTab li a{font-size:18px;color:#000;}
.historyTab li.on a{color:#fff;}

.historyWrap{position:relative;overflow:hidden;margin-bottom:95px;}
.historyWrap:before{position:absolute;top:0;left:50%;margin-left:-1px;display:block;content:'';width:2px;height:100%;background:#ff7800;}
.historyWrap .historyBLock{clear:both;overflow:hidden;margin:50px auto}
.historyWrap .historyBLock dl{width:50%;}
.historyWrap .historyBLock dl dt{font-size:35px;font-weight:bold;color:#ff7800;margin-bottom:20px;position:relative;padding:0 50px 0 50px;}
.historyWrap .historyBLock dl dd{line-height:1.2;font-size:20px;color:#000;margin-bottom:10px;padding:0 50px;letter-spacing:-0.05em;}
.historyWrap .historyBLock dl dd ul{margin:15px auto 0;}
.historyWrap .historyBLock dl dd ul li{font-size:15px;padding:0 0 12px;line-height:1;}
.historyWrap .historyBLock dl dd ul li:before{content:'· ';}
.historyWrap .historyBLock dl.lt{text-align:right;float:left;}
.historyWrap .historyBLock dl.rt{text-align:left;float:right;}
.historyWrap .historyBLock dl.lt dt:before{display:block;content:'';width:20px;height:20px;border:2px solid #ff7800;border-radius:1000px;background:#fff;position:absolute;top:0;right:0;margin-right:-10px;box-sizing:border-box;}
.historyWrap .historyBLock dl.rt dt:before{display:block;content:'';width:20px;height:20px;border:2px solid #ff7800;border-radius:1000px;background:#fff;position:absolute;top:0;left:0;margin-left:-10px;box-sizing:border-box;}


.imporCont{}
.impor.bg01{height:1000px;width:1200px; margin:0 auto;}
.impor.bg01 .imporbg01ulWrap{padding-top:120px;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul{display:table; margin-right:auto; margin-left:auto;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li{float:left; text-align:center; padding: 0 30px;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li .img{display:inline-block;width:98px; height:98px; border-radius:100%; background:#ff7800;position:relative;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li:nth-child(1) .img:after{content:'';display:block;width:70px;height:70px; background:url('/img/bul/service_2.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-30px; margin-left:-30px;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li:nth-child(2) .img:after{content:'';display:block;width:70px;height:70px; background:url('/img/bul/service_3.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-30px; margin-left:-30px;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li:nth-child(3) .img:after{content:'';display:block;width:70px;height:70px; background:url('/img/bul/service_4.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-30px; margin-left:-30px;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li:nth-child(4) .img:after{content:'';display:block;width:70px;height:70px; background:url('/img/bul/service_5.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-30px; margin-left:-30px;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li .imporbg01litit{font-size:17px;font-weight:bold;padding-bottom:50px;padding-top:31px; position:relative;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li .imporbg01litit:after{content:'';display:block ;background:#000;width:28px; height:3px;left: 50%;margin-left:-14px; margin-top:25px; position:absolute;}
.impor.bg01 .imporbg01ulWrap .imporbg01ul li p{font-size:15px;line-height:20px;}
.impor.bg01 .imporbg01ulWrap .imporbg01img{width:1033px; height:377px; background:url('/img/subi/service_1.png') no-repeat 0 0;background-size:cover;margin-right:auto; margin-left:auto; margin-top:50px;}


.impor.bg02{height:827px;min-width:1200px; margin:0 auto; background:#f8f8f8; max-width:1920px;}
.impor.bg02 .imporbg02titleWrap {padding-top: 60px;}
.impor.bg02 .imporbg02titleWrap .imporbg02title{text-align:center; font-size: 30px; font-weight:bold;}
.impor.bg02 .imporbg02titleWrap .imporbg02title .highlight02{font-weight:bold; z-index:5; position:relative; display: inline-block;}
.impor.bg02 .imporbg02titleWrap .imporbg02title .highlight02:before{content:'';display:block; width:100%; height:50%; background:#ff7800; position:absolute; z-index:-2; left:0; top:18px;}
.impor.bg02 .imporbg02titleWrap p{font-size: 18px;text-align:center; padding-top: 50px;}
.impor.bg02 .imporbg02tableWrap {padding-top:109px;}
.impor.bg02 .imporbg02tableWrap table{ height:478px; width:1200px;  margin-right:auto; margin-left:auto; }
.impor.bg02 .imporbg02tableWrap table th{text-align:center;font-size: 20px; font-weight:bold;border-top:2px solid #000;border-bottom:1px solid #000;}
.impor.bg02 .imporbg02tableWrap table .tobe{color:#ff7800;}
.impor.bg02 .imporbg02tableWrap table tr{padding-bottom:-25px; }
.impor.bg02 .imporbg02tableWrap table tr td{padding-left:30px;font-size: 15px;line-height:20px;background:#f8f8f8; }


.maptitle{text-align:center; font-size: 30px; font-weight:bold;padding: 80px 0px 80px 0px;}

.overviewCont{width:1200px; margin:0 auto;}
.overviewCont .overviewbg01{height:1000px;}
.overviewCont .overviewbg01 .overviewbg01dlWrap{padding-top:120px;}
.overviewCont .overviewbg01 .overviewbg01dlWrap ul{}
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li{float:left;width:31%;margin:5% 1.1%; height:184px;}
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li h4{font-size:17px; font-weight:bold; }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li h4:before{content:'';display:inline-block; width:90px; height:80px;vertical-align:middle;margin-right:10px; }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(1) h4:before{background:url('/img/subi/overview_1.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(2) h4:before{background:url('/img/subi/overview_2.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(3) h4:before{background:url('/img/subi/overview_3.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(4) h4:before{background:url('/img/subi/overview_4.png') no-repeat 50% 10% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(5) h4:before{background:url('/img/subi/overview_5.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(6) h4:before{background:url('/img/subi/overview_6.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(7) h4:before{background:url('/img/subi/overview_7.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(8) h4:before{background:url('/img/subi/overview_8.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li:nth-child(9) h4:before{background:url('/img/subi/overview_9.png') no-repeat 50% 50% }
.overviewCont .overviewbg01 .overviewbg01dlWrap ul li p{font-size:15px;padding-left:100px; line-height:20px;}

.overviewCont .overviewbg02Wrap{display:table;margin-right:auto; margin-left:auto; height:315px;}


.meritCont{width:1200px; margin:50px auto 100px;}
.meritCont .meritList{}
.meritCont .meritList:after{content:'';display:block;clear:both;}
.meritCont .meritList li{width:100%; height: 632px; border-bottom:1px solid rgba(0,0,0,0.2);}
.meritCont .meritList li:last-child{border-bottom:none; }
.meritCont .meritList li .meritimg{width:640px; height:463px; background:#000; float:left; margin-right:150px;margin-top:90px;box-shadow:3px 5px 10px 0px rgba(0, 0, 0, 0.2)}
.meritCont .meritList li .meritimg:after{clear:both;display:inline-block;content:''; width:50px; height:50px;}
.meritCont .meritList li:nth-child(1) .meritimg{background:url('/img/subi/img_pointNew01.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(2) .meritimg{background:url('/img/subi/img_pointNew02.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(3) .meritimg{background:url('/img/subi/img_pointNew03.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(4) .meritimg{background:url('/img/subi/img_pointNew04.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(5) .meritimg{background:url('/img/subi/img_pointNew05.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(6) .meritimg{background:url('/img/subi/img_pointNew06.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(7) .meritimg{background:url('/img/subi/img_pointNew07.png') no-repeat 50% 50% }
.meritCont .meritList li:nth-child(8) .meritimg{background:url('/img/subi/img_pointNew08.png') no-repeat 50% 50% }
.meritCont .meritList li h3{font-size:32px; ;padding-top:170px;font-weight:bold;letter-spacing:-0.05em;}
.meritCont .meritList li .subp{font-size:15px; padding-top:30px; color:#ff7800;font-weight:bold;}
.meritCont .meritList li p{font-size:15px;padding-top:45px;line-height:20px;}



.chargeCont{}
.chargeCont .chargeContbg01{margin:100px auto; text-align:center;max-width:1920px; min-width:1200px;background:url('/img/subi/charge.png') no-repeat 50% 100%;margin:80px 0 80px 0;height:1000px;}
.chargeCont .chargeContbg01 h4{font-size:40px;font-weight:bold;}
.chargeCont .chargeContbg01 h4 .try{color:#ff7800;}
.chargeCont .chargeContbg01 p{padding-top:20px; font-size:18px;}
.chargeCont .chargeContbg01 .chargeContbg01subp{margin-top:75px; font-size:20px;font-weight:bold;color:#000;}

.chargeCont .main_btn2{display:block;width:448px;height:77px;text-align:center;margin:80px auto 0;line-height:75px;color:#ff7800;font-size:25px;border:1px solid #ff7800;}
.chargeCont .main_btn2:hover{color:#fff;border:1px solid #ff7800; background:#ff7800;}

.notice{width: 100%;vertical-align: middle;}
.notice thead{}
.notice thead tr{}
.notice thead tr th{font-size: 15px; border-bottom: solid 2px #000; padding-bottom: 30px;font-weight:bold;}
.notice thead tr .th_num{width:90px;padding-left:40px;}
.notice thead tr .th_title{width:900px;text-align:center;} 
.notice thead tr .th_date{width:90px;padding-left:20px;}

.notice tbody{}
.notice tbody tr{border-bottom: solid 1px rgba(0,0,0,0.5);} 
.notice tbody tr td{ font-size: 15px; padding:30px 0px;}
.notice tbody tr .td_num{color:#515151;text-align:center;width:90px; padding:0 5px;}
.notice tbody tr .td_title{text-align:left; font-weight:bold;width:800px;padding:0px 70px;} 
.notice tbody tr .td_title a{}
.notice tbody tr .td_title a:hover{text-decoration:underline;}
.notice tbody tr .td_date{color:#515151;width:140px;} 

.page {text-align: center; margin: 100px 0;}
.pagination {display: inline-block;}
.pagination a { border: 1px solid #ddd; color: black;float: left;padding: 13px 16px;transition: background-color .3s; margin: 0 4px;}
.pagination a.active {background-color: #ff7800 ;color: white; }
.pagination a:hover:not(.active) {background-color: #ddd;}




.search{margin:70px auto; display:table;}
.searchWrap input.ipsearch{;outline: none;padding-left:40px; width: 500px; height: 50px;border-bottom: 2px solid #000;font-size: 10pt; color: #262626;  position: relative;}
.searchWrap input.ipsearch:hover{outline: none;}
.searchWrap .icon{position: absolute; margin-left: 17px; margin-top: 20px; z-index: 1;color: #4f5b66;}
.search input{-webkit-appearance: none; -moz-appearance: none; appearance: none;border:none; border-radius:0;}



.form{width:1200px; height:950px; background: #000;position:relative;box-shadow:3px 3px 30px -5px rgba(0, 0, 0, 0.2);overflow:hidden;}
.form .form01{width:400px; height:950px; background: #ff7800;position:absolute;top:0; left:0; display:inline-block;}
.form .form01 p{font-size:30px; color:#fff;line-height:1.3; padding:50px 30px;}
.form .form01 p:after{display:block;content:''; width:50px; height: 2px; background:#fff; margin-top:30px;}
.form .form01 span{position:absolute;bottom:-170px;background:url('/img/subi/ill.png') no-repeat 0% 0%;background-size:contain; width:400px; height:400px; z-index:1; display:block;}

.form .form02{width:800px; height:950px; background: #fff;position:absolute;top:0; right:0;display:inline-block;padding:30px 0px 0px 70px;}
.form .form02 .partnerform{overflow:hidden;}
.form .form02 .partnerform input{-webkit-appearance: none; -moz-appearance: none; appearance: none;border:none; border-radius:0;}
.form .form02 .partnerform input:focus{border:1px solid #ff7800 !important;outline: none !important}
.form .form02 .partnerform textarea:focus{border:1px solid #ff7800 !important;outline: none !important}
.form .form02 button{border:0; outline:none;}
.form .form02 .partnerform li{}
.form .form02 .partnerform li .formdl{float:left;}
.form .form02 .partnerform li dl{float:left;}
.form .form02 .partnerform li dl dt{font-size:15px;}
.form .form02 .partnerform li dl dd{}
.form .form02 .partnerform li dl dd input{padding-left:20px;}
.form .form02 .partnerform li dl dd .dltext{width:300px; height:50px; margin:10px 60px 20px 0;border:1px solid #ddd; border-radius: 1000px; }

.form .form02 .partnerform li dl dd .dltext02{width:660px; height:50px;margin:10px 60px 20px 0;border:1px solid #ddd; border-radius: 1000px; }
.form .form02 .partnerform li dl dd .dltext02{width:660px; height:50px;margin:10px 60px 20px 0; padding-left: 20px; border:1px solid #ddd; border-radius: 1000px; }
.form .form02 .partnerform li dl dd .dltext03{ width:660px; height:200px;margin:10px 0px 20px 0;border:1px solid #ddd; border-radius: 10px;padding:15px}
.form .form02 .partnerform li dl dd .dltext:hover{border:1px solid #87a8ff;}

.filebox{margin:10px 0 0;padding:15px; width: 660px;font-size:15px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;  }
.filebox label{padding-right:20px;}
.submit_btn{display:table; margin-left: auto; margin-right: auto; transform: translateX(-25px); margin-top:45px; }
.submit_btn span{padding: 15px 60px; background:#234766; border-radius: 1000px; font-size:15px; color:#fff;}



.noticeContHead{height:50px; display: table; table-layout: auto; border-spacing: 0; border-collapse: separate;}
.noticeContHead b{width: 200px;font-size:35px;display:inline-block;}
.noticeContHead b:after{display:block;content:''; width:200px; height:5px;background:#ff7800;margin-top:30px;}
.noticeContHead strong{width:900px; font-size:25px;display:inline-block; }
.noticeContHead strong:after{display:block;content:''; width:900px; height:1px;background:#535353;margin-top:35px;}
.noticeContHead .noticeTime{width:100px;text-align:right; font-size:15px;display:inline-block; }
.noticeContHead .noticeTime:after{display:block;content:''; width:100px; height:1px;background:#535353;margin-top:37px;}

.noticeContBody{width:1200px;}
.noticeContBody:after{display:block;content:''; width:100%; height:1px;background:#535353;margin-bottom:50px;}
.noticeContGolist{text-align:center; margin: 0 auto;}
.noticeContGolist a{padding:20px 60px; background:#ff7800; color:#fff;font-size:15px;}
.editorWrap{padding:50px 20px;font-size:15px;vertical-align:top;min-height:400px;}
.editorWrap table, .editorWrap img{max-width:100% !important;}

.organizationTitle span{font-size:30px;display:table; margin:50px auto;}
.partnerTitle span{font-size:30px;display:table; margin:50px auto; }

.partnerDiv{width:1200px;height:250px;margin:100px 0;}
.partnerDiv h3{font-size:20px; line-height:2;}
.partnerDl { width: 150px;float: left; margin:10px 25px; }
.partnerDl dt {height: 150px;text-align: center; overflow: hidden;border: 1px solid #e3e3e3;border-radius: 100px;padding:50px 0; margin-bottom:20px; box-sizing: border-box;}
.partnerDl dt img { width: 150px;}
.partnerDl dd { font-size: 15px;  text-align: center;  letter-spacing: -1px;}
.partnerDl dd a {  color: #ff7800; font-size: 15px;text-align: center;}
.partnerDl dd a:hover{color: #000; }

.businesscardul01{display:table; margin:30px auto;}
.businesscardul01 li{float:left; padding: 90px 0;font-size:18px;font-weight:bold; text-align:center;margin:20px 50px; width:200px; height:200px;border:3px solid #d1d1d1; border-radius:100%; }

.businesscardul02{display:table; margin-right:auto; margin-left:auto;}
.businesscardul02 li{float:left; text-align:center; padding: 0 30px;}
.businesscardul02 li .img{display:inline-block;width:98px; height:98px; border-radius:100%; background:#ff7800;position:relative;}
.businesscardul02 li:nth-child(1) .img:after{content:'';display:block;width:85px;height:85px; background:url('/img/bul/add_1.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-43px; margin-left:-43px;}
.businesscardul02 li:nth-child(2) .img:after{content:'';display:block;width:85px;height:85px; background:url('/img/bul/add_2.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-43px; margin-left:-43px;}
.businesscardul02 li:nth-child(3) .img:after{content:'';display:block;width:85px;height:85px; background:url('/img/bul/add_3.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-43px; margin-left:-43px;}
.businesscardul02 li:nth-child(4) .img:after{content:'';display:block;width:85px;height:85px; background:url('/img/bul/add_4.png') no-repeat;position:absolute; top:50%; left:50%;margin-top:-43px; margin-left:-43px;}
.businesscardul02 li .businesscardLiTit{font-size:17px;font-weight:bold;padding-bottom:50px;padding-top:31px; position:relative;}
.businesscardul02 li .businesscardLiTit:after{content:'';display:block ;background:#000;width:28px; height:3px;left: 50%;margin-left:-14px; margin-top:25px; position:absolute;}
.businesscardul02 li p{font-size:15px;line-height:20px; text-align:left;}

.businessCardWrap p{text-align:center;line-height:1.2;font-size:15px;}

.bussinessCardtable01{display:table;margin:50px auto; width:1000px;}
.bussinessCardtable01 thead{background:#e1e1e1;}
.bussinessCardtable01 thead th{font-size:16px; padding:20px;border:1px solid #000;}
.bussinessCardtable01 tbody{}
.bussinessCardtable01 tbody tr{}
.bussinessCardtable01 tbody tr td{padding:15px;font-size:16px;line-height:1.5;border:1px solid #000;}

.bussinessCardtable02{display:table;margin:50px auto; width:1000px;}
.bussinessCardtable02 thead{background:#e1e1e1;}
.bussinessCardtable02 thead th{font-size:16px; padding:20px;border:1px solid #000;}
.bussinessCardtable02 tbody{}
.bussinessCardtable02 tbody tr{}
.bussinessCardtable02 tbody tr td{padding:15px;font-size:16px;line-height:1.5;border:1px solid #000;}

.platformTable{display:table;margin:50px auto; width:1000px;}
.platformTable thead{background:#e1e1e1;}
.platformTable thead th,.platformTable th {font-size:16px; padding:20px;border:1px solid #333; background-color: #f5f5f5; font-weight: bold;}
.platformTable tbody{}
.platformTable tbody tr{}
.platformTable tbody tr td{padding:15px;font-size:16px;line-height:1.5;border:1px solid #000;}

.shinhan{transition: all .15s ease-out;width:550px;height:800px; display:inline-block;background:url('/img/subi/case_1.png') no-repeat 50% 90%/80%;box-shadow:3px 5px 10px 0px rgba(0, 0, 0, 0.2);margin-right:50px;}
.shinhan:hover{color:#000; transform: translateY(-5px) translateZ(0);box-shadow: 10px 15px 24px 0px rgba(63, 78, 150, 0.15);}
.shinhan strong{font-size:30px;font-weight:bolder;display:table;margin:30px auto;color:#ff7800;}
.shinhan b{display:table;margin:20px auto;font-size:25px;}
.shinhan p{text-align:center;font-size:20px;}

.ecard{transition: all .15s ease-out;width:550px;height:800px;display:inline-block;background:url('/img/subi/case_2.png') no-repeat 50% 90%/80%;box-shadow:3px 5px 10px 0px rgba(0, 0, 0, 0.2)}
.ecard:hover{color:#000; transform: translateY(-5px) translateZ(0);box-shadow: 10px 15px 24px 0px rgba(63, 78, 150, 0.15);}
.ecard strong{font-size:30px;font-weight:bolder;display:table;margin:30px auto;color:#ff7800;}
.ecard b{display:table;margin:20px auto;font-size:25px;}
.ecard p{text-align:center;font-size:20px;}
.titLine{display: block;width: 80px;height: 1px;margin:0 auto; background: #000000;margin: 30px auto;}


/*211110추가*/
.imgWrap{text-align: center;}
.imgWrap img{width:100%;}

.hisMaker{width: 60%; padding-top:100px; margin: auto;}
.hisMaker li{display: flex; padding-bottom: 20px;	margin-bottom: 20px; border-bottom: 1px solid #eee;}
.hisMaker li .hisYear{width:200px; font-size: 20px; color: #333; font-weight: bold; margin-top: 5px;}
.hisMaker li dl dd{font-size: 18px; line-height: 1.8; color:#666}

.imgWrap{text-align: center;}
.imgWrap img{width:100%;}

.hisMaker{width: 70%; padding-top:100px; margin: auto;}
.hisMaker li{display: flex; padding-bottom: 20px;	margin-bottom: 20px; border-bottom: 1px solid #eee;}
.hisMaker li .hisYear{width:300px; font-size: 20px; color: #333; font-weight: bold; margin-top: 5px;}
.hisMaker li dl dd{font-size: 18px; line-height: 1.8; color:#666}

.page_inner .detailP_info{padding: 30px 0 25px; font-size: 20px; color: #333; line-height: 32px;}
.servDiv.one{width: 80%; margin: auto; padding-bottom:50px;}
.servBox{box-shadow: -1px -1px 6px #eee; position: relative; min-height:300px; padding:30px 40px; border-radius: 5px; margin-bottom: 30px;}
.servBox .txt .servNm{font-size: 28px; margin-bottom: 10px; font-weight:600; color:#000;}
/* .servBox .homeIco{background: url('/img/subi/hmLink.png') no-repeat; background-size: contain; width:35px; height:35px;display:block; position: absolute; bottom:60px; } */
.servBox .homeIco{/*position: absolute; bottom:50px;*/ color:#ff7800; font-weight: bold;}
.servBox .txt {font-size: 16px; line-height: 1.5;}
.servBox .txt .servInfo{font-size: 20px;}
/* .servBox .servImg{position: absolute; right:50px; bottom:50px;} */
.servBox .servImg img{height:300px;}

.servDiv.three{width:80%; margin:auto; display:grid; gap: 20px 10px; grid-template-columns: 33% 33% 33%; }
.servDiv.three .servTitle{grid-column: 1 / span 2; padding:20px;  font-size: 30px; font-weight: 500; background: linear-gradient(#0071bc, #0072bc);; color:  #fff; border-radius: 5px;}
.servTitle .imgWrap{width:40%; margin-left: auto;}
.servTitle.one{grid-column: 1 / span 1}
.servBox.two{grid-column: 2 / span 2}

.servDiv.three .servTitle.tp02{background: #677aff;} 

.servDiv.three .servBox{width:100%; min-height:300px; padding: 25px; margin-bottom: 0;}
.servDiv.three.large .servBox{height: 350px;}
.servDiv.three.small .servBox{min-height: 150px; padding: 20px;}
/* .servDiv.three .servImg{bottom:15px; right:15px;} 
.servDiv.three .servImg img{height:100px;}*/
.servDiv.three .servImg{width: 100%; margin-top: 20px;}
.servDiv.three .servImg img{height:180px;}

.visionDiv{display: flex; justify-content: space-between; margin-top: 50px; margin-bottom: 100px;}
.visionDiv dl{width: 30%; min-height: 300px;}
.visionDiv dl dt{color:#ff7800; font-size: 34px; font-weight: 600; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 5px solid #eee;}
.visionDiv dl dd{font-size: 20px; line-height: 1.3;}
.visionDiv dl dd span{font-weight: 600;}
.visionDiv dl dd.visIco{margin-top: 100px;}
.visionDiv dl dd.visIco:after{display: block; content: ''; clear: both;}
.visionDiv dl dd.visIco img{float: right;}

.inarticle{font-size: 16px;}
.listFlow{max-width:1000px;margin:0 auto;}
.listFlow .portfolio_list{display: flex; padding:15px 0;}
.listFlow .list_text{margin-left:30px;}
.list_text_title{font-weight: bold; font-size: 16px;}
.list_text ul li{padding-bottom: 5px;}
.portfolio_list .list_text{}
.portfolio_list .list_text li{}
.portfolio_list .list_text .list_text_title{font-size:20px;}



.pagenate{text-align:center;margin:20px auto 0;line-height:27px;}
.pagenate a{position:relative;z-index:1;border:1px solid #e1e1e1;padding:3px 13px;color: #666;border-radius: 15px;display:inline-block;box-sizing: border-box;margin:0 2px;font-size:13px;background:#fff;}
.pagenate a:hover{background:#f75364;color: #fff;border:1px solid #f75364;z-index:9;}
.pagenate a.now{background:#f75364;box-shadow:0 5px 10px -5px rgba(0, 0, 0, 0.5);border:1px solid #f75364;z-index:10;color:#fff;}
.pagenate a.angle{background:#e4e7e8;border:1px solid #e4e7e8;}
.pagenate a.anglePadding{padding: 3px 10.6px;}
.pagenate a.angle:hover{background:#f75364;border:1px solid #f75364;color: #fff;}


.page_no{text-align:center;margin:20px auto 0;line-height:27px;}
.page_no a{position:relative;z-index:1;border:1px solid #e1e1e1;padding:3px 13px;color: #666;border-radius: 15px;display:inline-block;box-sizing: border-box;margin:0 2px;font-size:13px;background:#fff;}
.page_no a:hover{background:#f75364;color: #fff;border:1px solid #ff7801;z-index:9;color:#ff7801;}
.page_no a.now{background:#ff7801;box-shadow:0 5px 10px -5px rgba(0, 0, 0, 0.5);border:1px solid #ff7801;z-index:10;color:#fff !important;}
.page_no a.angle{background:#e4e7e8;border:1px solid #e4e7e8;}
.page_no a.anglePadding{padding: 3px 10.6px;}
.page_no a.angle:hover{background:#f75364;border:1px solid #f75364;color: #fff;}

.listFlow .list_img img{width:152px;}



/*211110추가*/
.form .form01{background: url('/img/main/iqBak01.png') !important;}
.form .form02 input, .form .form02 select , .form .form02 textarea{font-size: 14px;}

.ceoSign{text-align: right; font-size: 32px; font-weight: 500; margin-bottom: 50px; margin-top: 50px;}
.ceoSign strong{font-weight: 800;}
.ceoWrap{display: flex; margin-top:50px;}
.ceoWrap .ceoImg img{width:500px;}
.ceoIntro{font-size: 20px; line-height: 1.5; margin-left: 25px;}


/* ==========================================================================
	3. 애니메이션 및 이펙트  
========================================================================== */


/* ==========================================================================
	4. 라이브러리 활용 오브젝트
========================================================================== */


/* ==========================================================================
	5. 미디어쿼리
========================================================================== */
