/*reset css*/
*{padding: 0; margin: 0; box-sizing: border-box;}
ol,ul,li{list-style: none;}
.clear:after{content: ""; display: block; clear: both;}
a{text-decoration: none;}
a:hover{text-decoration: none; color: #000;}
/*header*/
#page-wrapper{position: relative;}
#page-wrapper header{padding-bottom: 5px;}
#page-wrapper header h1{
	width:90px; margin:10px auto;
}

/*
#page-wrapper  nav {height: 45px!important; line-height: 45px;}
#page-wrapper  nav ul li {
    height: 45px;
	width:20%;
	float:left;
	text-align: center;
	display:inline-block;
	cursor:pointer;
}
*/
nav{display:block;}
#page-wrapper header{height: 60px;}
header img{display: block; margin: 20px auto; width: 30%;}



        /*mobile*/
        .menu_btn{position: absolute; top: 30px; right: 30px; z-index: 2000; cursor: pointer;}
        .mobile_gnb{position: absolute; top: 85px; right: 0; width: 100%; height:auto; background-color: #fff; z-index: 10010; display: none; border-top: 1px solid #ddd;}
        .mobile_gnb_ul{margin-bottom: 0;}
        .mobile_gnb_ul > li{width: 100%; height: auto; line-height: 60px; text-align: center; border-bottom: 1px solid #ddd; font-size: 19px;}
        .mobile_gnb_ul > li a{display: block; height: 100%; padding: 0 20px; font-weight: bold;}
        .mobile_gnb_ul > li:hover> a{text-decoration: none; color:#fff; background-color: #1663a7;}
        
        .mobile_util{width: 100%; height: 60px; line-height: 60px; padding-left: 40%; border-bottom: 1px solid #ddd;}
        .mobile_util li{float: left; margin: 0 10px;}
        .mobile_util li a{font-weight: bold; color: #999; font-size: 16px; display: block; height: 100%;}
        .mobile_util li:hover a{color: #1663a7;}
        
        .menu_btn{background-image:url(/images/skin/tp09/menu_btn.png); background-repeat:no-repeat; width:24px; height:24px;}
        .menu_btn.on{background-image:url(/images/skin/tp09/close_btn.png); background-size: cover; width:22px; height:22px;}
        
        .mobile_sub{display: none; width: 100%; height: auto; background-color: #e0e0e0; text-align: center;}
        .mobile_sub > li{width: 100%; height: 60px; line-height: 60px;}
        .mobile_sub > li a{display: block; height: 100%; padding: 0 20px; color: #000;}
        .mobile_sub > li:hover a{text-decoration: none; color: #000; background-color: #ccc;}
        /*mobile*/



/*container*/
 .row-full{
 width: 99.225vw;
 position: relative;
 margin-left: -49.65vw;
 height: auto;
 margin-top: -51px;
 left: 50%;
}

.m_cont_menu{width: 100%; height: auto; background-color: #fff;}
.m_bot_icon{width: 100%; background-color: #797979; margin-bottom: 0;}
.m_bot_icon li{width: 20%; float: left; padding: 10px; text-align: center;}
.m_bot_icon li img{width: 70%;}
.m_bot_icon li .m_bot_text{margin-top: 5px; color: #fff; font-weight: bold; font-size: 12px;}


/*cont-center*/
.cont-center{width: 100%;}
.cont-center > div{float: none; width: 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: 25px;}

.link-btn{display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; color: #000; border: 1px solid #000; margin:30px auto; font-size: 17px;}

.cont-icon{position: absolute; top: 45%; margin-top: -39px; right: 0; width: 100%; text-align: center; z-index: 13;}
.cont-icon img{width: 50px;}
.cont-icon h4{color: #fff; text-align: center; margin-top: 20px; font-size: 20px;}


/*cont-left*/
/*cont-left-intro*/
.cont-left-intro{position: relative; padding: 60px; background-color: #fff;}
.cont-left-intro h3{font-size: 30px; font-weight: 900; line-height: 40px; margin-top: 0}
.cont-left-intro h3:after{content: ""; display: block;  width: 40px; height: 3px; background-color: #000; margin: 30px 0;}
.cont-left-intro p{font-size: 16px; line-height: 32px;}
.intro-btn{display: block; font-weight: bold; margin-top: 40px;  position: relative; font-size: 17px;}
.intro-btn img{width: auto; position: absolute; left: 150px; top: 6px; transition: all 0.7s;}
.cont-left-intro:hover img{left: 200px;}


/*cont-left-gal*/
.cont-left-gal{height: 400px; width: 100%; 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: 30px;}
.cont-right-cs > .call p{font-size: 22px; line-height: 35px;}


/*footer*/
footer {background-color:#797979;}
footer .copyright {width: 90%; margin: 0 auto; line-height: 17px;}
.copyright ul {height: auto;}


/*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: 90%; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.map_table table tr th{padding-left: 30px;}
.map_table table tr td{padding-left: 30px; text-align: left;}


/*page-header*/
.page-header {
    padding-bottom: 9px;
    margin: 40px 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; }