/*reset css*/
*{padding: 0; margin: 0;}
ol,ul,li{list-style: none; margin: 0;}
.clear:after{content: ""; display: block; clear: both;}
img{vertical-align: top;}
p{margin: 0;}
.cont_menu h3, .cont_menu h4, .cont_menu h5, .cont_menu h6{margin: 0;}
.navy{color: #0d5fd0;}
.skyblue{color: #2293e3;}

a:hover{color: #000; text-decoration: none;}
body{font-family:NanumSquare;}


/*header*/
.header h1{padding-top: 15px;}
.header_tel>a>p{font-size: 25px; font-weight: bold; float: left; margin-right: 10px; color: #000;}
.header_tel>a>p img{width: 30px;}

.header_top .container-full {height: 50px;}
.header .menu{height: 50px; float: none; width: 1200px; margin: 0 auto;}
.header .menu > ul{width: 100%; height: 100%; }
.header .menu > ul > li{height: 100%; line-height: 50px; padding: 0; text-align: center;}
.header .menu > ul > li > a{position: relative; display: block; height: 100%;}
.header .menu > ul > li > a:after{ content:""; display:block; width:0; height:5px; background-color:#09c0e3; position:absolute; bottom:-1px; transition:all 0.5s; left:50%; transition:all 0.5s;}
.header .menu > ul > li:hover  > a:after{margin-left:-50%; width:100%;}
.header .menu > ul > li:hover>a{color:#09c0e3; font-weight: bold; width: 99%;}
.header .menu > ul a{color: #000; font-weight: bold; font-size: 20px;}
.header .menu > ul li .sub-menu{top: 58px; left: 0; width: 99%; height: 170px!important; z-index: 3; border-right: 1px solid #bbb; background-color: #fff;}
.header .menu > ul li:nth-child(1) .sub-menu{border-left: 1px solid #bbb;}
.header .menu > ul li .sub-menu li{width: 100%; height: 35px; line-height: 22px; text-align: center; min-width: 0;}
.header .menu ul li ul li a{display: block; height: 100%; font-size: 17px; font-weight: 500; color:#fff;}
.header .menu ul li:hover > .sub-menu{background-color: #e4e4e4; }
.header .menu ul li .sub-menu li:hover a{color: #000000; font-weight: bold;}

.whitebar{width: 100%; height: 150px!important; background-color: rgba(0,0,0,0.5); position: absolute; top: 150px; z-index: 2; display: none;}


 .main-row-full{
 width: 99.225vw;
 position: relative;
 margin-left: -49.65vw;
 height: auto;
 margin-top: 20px;
 left: 50%;
 background-color: #fff;
 margin-bottom: -1px;

}

/*cont-center*/
.cont-center{width: 1200px; margin: 100px auto 0; height: 1100px;
position: relative; top: -200px; z-index: 100;}
.cont-center > div{float: left; width: 600px; height: 100%;}
.cont-center > div > div{position: relative; overflow: hidden;}

.cont-text{position: absolute; z-index: 12; top: 100px; text-align: center; width: 100%; margin: 0 auto;}
.cont-text h4{font-weight: 900; font-size: 30px;}

.link-btn{display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; color: #000; border: 1px solid #000; margin:40px auto; font-size: 17px;}

.cont-icon{position: absolute; top: 40%; margin-top: -39px; right: 0; width: 100%; text-align: center; z-index: 13;}
.cont-icon h4{color: #fff; text-align: center; margin-top: 20px; font-size: 20px;}


/*cont-left*/
.cont-left{height: 100%;}

/*cont-left-intro*/
.cont-left-intro{position: relative; height: 600px; padding: 60px; background-color: #fff;}
.cont-left-intro h3{font-size: 40px; font-weight: 900; line-height:50px;}
.cont-left-intro h3:after{content: ""; display: block;  width: 50px; height: 3px; background-color: #000; margin: 50px 0;}
.cont-left-intro p{font-size: 18px; line-height: 32px;}
.intro-btn{display: block; font-weight: bold; margin-top: 80px;  position: relative; font-size: 17px;}
.intro-btn img{position: absolute; left: 150px; top: 6px; transition: all 0.7s;}
.cont-left-intro:hover img{left: 350px;}

/*arrow hover effect*/
.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0px;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0s;
  transition: all 0s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #4c4c4c;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #4c4c4c;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #4c4c4c;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #000;
}
.cont-left-intro:hover .animated-arrow > .the-arrow.-left > .shaft {
  width: 200px;
  transition-delay: 0.1s;
  background-color: #000;
}
.cont-left-intro:hover .animated-arrow > .the-arrow.-left > .shaft:before, .cont-left-intro:hover .animated-arrow > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #000;
}
.cont-left-intro:hover .animated-arrow > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.cont-left-intro:hover .animated-arrow > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.cont-left-intro:hover .animated-arrow > .main {
  transform: translateX(17px);
  transform: translateX(220px);
}
.cont-left-intro:hover .animated-arrow > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}

.cont-left-intro:hover .animated-arrow > .main > .the-arrow.-right > .shaft:before, .cont-left-intro:hover .animated-arrow > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0.5s;
  transition: all 0.5s;
}
.cont-left-intro:hover .animated-arrow > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.cont-left-intro:hover .animated-arrow > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.animated-arrow > .main > .text {
  margin: 5px 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}  
/*arrow hover effect*/


/*cont-left-gal*/
.cont-left-gal{height: 500px; width: 600px; text-align: center;}
.cont-left-gal img{width: 100%; height: 100%; transition: all 0.5s;}
.cont-left-gal:hover .cont-text h4{color: #fff;}
.cont-left-gal:hover .link-btn{background-color: #fff; color: #000; border: 1px solid #fff;}
.cont-left-gal:hover img{transform: scale(1.2);}
.cont-left-gal-bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.0); position: absolute; top: 0; right: 0; z-index: 11; transition: all 0.5s;}
.cont-left-gal:hover .cont-left-gal-bg{background-color: rgba(0,0,0,0.5);}

/*cont-right*/
/*cont-right-svc*/
.cont-right-svc{height: 400px;}
.cont-right-svc > div{float: left; width: 50%; position: relative;}
.cont-right-svc > .consult{height: 100%; position: relative;}
/*
.cont-right-svc > .consult > .consult-bg{width: 300px; height: 100%; background-color: rgba(0,0,0,0.0); position: absolute; top: 0; right: 0; z-index: 11; transition: all 0.5s;}
.cont-right-svc > .consult:hover .consult-bg{background-color: rgba(0,0,0,0.5);}
*/
.consult > a > img{width: 100%; height: 100%; transition: all 0.5s;}
.cont-right-svc > .consult:hover > a > img{transform: scale(1.5);}


.cont-right-svc > .notice{height: 50%; background-color: #09c0e3;}
.cont-right-svc > .notice:hover{background-color: #08a3c1;}
.cont-right-svc > .location{height: 50%; background-color: #0d4063;}
.cont-right-svc > .location:hover{background-color: #082a41;}


/*cont-right-biz*/
.cont-right-biz{height: 400px;}
.cont-right-biz img{width: 100%; height: 100%; transition: all 0.5s;}
.cont-right-biz:hover .cont-text h4{color: #fff;}
.cont-right-biz:hover .link-btn{background-color: #fff; color: #000; border: 1px solid #fff;}
.cont-right-biz:hover img{transform: scale(1.2);}
.cont-right-biz-bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.0); position: absolute; top: 0; right: 0; z-index: 11; transition: all 0.5s;}
.cont-right-biz:hover .cont-right-biz-bg{background-color: rgba(0,0,0,0.5);}


/*cont-right-cs*/
.cont-right-cs{height: 300px;}
.cont-right-cs > .call{position: absolute; z-index: 12; top: 80px; text-align: center; width: 100%; margin: 0 auto;}
.cont-right-cs > img{width: 100%; height: 100%; transition: all 0.5s;}
.cont-right-cs:hover > img{transform: scale(1.5);}
.cont-right-cs-bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.0); position: absolute; top: 0; right: 0; z-index: 11; transition: all 0.5s;}
.cont-right-cs:hover .cont-right-cs-bg{background-color: rgba(0,0,0,0.5);}
.cont-right-cs:hover .call{color: #fff;}
.cont-right-cs > .call h4{font-weight: 900; font-size: 40px;}
.cont-right-cs > .call p{font-size: 22px; line-height: 35px;}


/*footer*/
.footer .footer_logo{width: 200px;}
.footer_logo img{width: 100%;}


/*loadmap*/
.map_btn{width:140px; margin: 40px auto; height: 40px; text-align: center; background-color: #d34826; border-radius: 10px;}
.map_btn a{display: block; height: 100%; line-height: 40px; font-size: 15px; color: #fff; text-decoration: none;}

.map_table table{border-top: 2px solid #aaa; border-bottom: 2px solid #aaa; width: 800px; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ccc;}
.map_table table tr th{padding-left: 30px; background-color: #e4e4e4;}
.map_table table tr td{padding-left: 30px; text-align: left;}


/*sidebar*/
 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: auto;
 margin-top: 0px;
 left: 50%;
margin-bottom: 50px;
}

.mains {margin-top: 0;}
.nav-tabs.nav-justified{width: 50%; margin: 0 auto; font-size: 12px; font-weight: bold;}
.nav-tabs{height: 60px;}
.nav li{height: 60px; background-color:#bbb8b5;}
.nav-tabs > li > a {border-radius: 0; height: 61px; line-height: 40px; color: #fff; font-size: 18px;}
.nav-tabs.nav-justified > li > a{border-radius: 0;}
.nav-tabs.nav-justified > li{ border-left: 1px solid rgba(255,255,255,0.3); height: 60px;}
.nav-tabs.nav-justified > li:last-child{border-right: 1px solid rgba(255,255,255,0.3);}
.nav-tabs > li > a:hover{color: #000;}
.sidebar_bg{width: 100%; height: 60px; background-color:#bbb8b5; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}


.sidebarCs_logo{width: 220px; text-align: center;}
.sidebarCs_logo a{display: block; height: 100%;}
.sidebarCs_logo a img{width: 60%;;}
.sidebarCs .sidebarCs_call{padding: 0; height: 150px;}
.sidebarCs_call img{width: 100%; height: 100%;}
.sidebarCs{width: 220px;float: left; position: absolute;}
.sidebarCs>div{border: 1px solid #bbb; padding: 15px; margin: 15px auto;}
.sidebarCs h3{margin: 0;}
.sidebarCs h4{margin-top: 20px;}
.sidebarCs p{font-size: 13px;}
.call_btn{text-align: center;}
.call_btn a{color: #333;}
.call_btn a h5{margin: 0; font-size: 18px; line-height: 30px;}
.call_btn a h5 img{width: 25px; height: 25px; vertical-align: middle;}
.cs_btn{text-align: center;}
.cs_btn h5{margin: 0; font-size: 18px; line-height: 30px;}
.cs_btn h5 img{width: 25px; height: 25px; vertical-align: middle;}

/*page-header*/
.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    color: #000;
    border-bottom: 3px solid #c7c7c7; }

/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c9c9c;
    border-color: #9c9c9c; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }


.loadmap_btn{   margin-left: 10px;     margin-top: 10px;     background-color: #aad656;     width: 170px;     height: 30px;     line-height: 30px;     text-align: center;     font-size: 16px;     font-weight: bold;     border-radius: 10px;     box-shadow: 4px 4px 3px rgba(0,0,0,0.2);}
.loadmap_btn a{display:block; height:100%;}
