@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/*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;}
a:hover{text-decoration:none;}
p{margin: 0;}
.cont_menu h3, .cont_menu h4, .cont_menu h5, .cont_menu h6{margin: 0;}
.navy{color: #0d5fd0;}
.skyblue{color: #2293e3;}
body{font-family:'NanumSquare';}

/*header*/
.header h1{padding-top: 60px;}
.header .menu ul li ul li{background-color: rgb(179,179,179,0.5);}

/*container*/


/*blog-link*/
.center{width: 1200px; margin: 0 auto;}
.center > .title{padding: 30px 0; text-align: center;}
.center > .title h3{font-size: 35px; font-weight: 800;}
/*
.blog-link{background-image: url('sample/bg02.png'); background-size: cover; padding-top: 138px;}
.blog-link h4{color: #292929;position: relative;}
.blog-link h4:after{content: ''; dbtnisplay: block; width: 65px; height: 10px; background-color: #292929;position: absolute; top: -30px;}
*/
.blog-link{padding:0 0 70px; background-color:#dae0e7;}
.blog-link ul{overflow: hidden;}
.blog-link ul li{float: left; margin: 10px 1%;	width: 48%; height: 300px; 
	overflow: hidden; position: relative; background-repeat: no-repeat; background-size: cover;}
.blog-link ul li:first-child{background-image: url(/_upload/hankyul.jsid.kr/blog-link-img01.jpg);}
.blog-link ul li:nth-child(2){background-image: url(/_upload/hankyul.jsid.kr/blog-link-img02.jpg);}
.blog-link ul li:nth-child(3){background-image: url(/_upload/hankyul.jsid.kr/blog-link-img03.jpg);}
.blog-link ul li:last-child{background-image: url(/_upload/hankyul.jsid.kr/blog-link-img04.jpg);}
.blog-link ul li .title{text-align: center; font-size: 26px; font-weight: 900; color: #fff; position: absolute; bottom: 100px; left: 50%; bottom: 50%; margin-bottom: 0px; margin-left: -80px; z-index: 100; text-shadow:2px 2px 2px rgba(0,0,0,0.5); width: 160px; height: 50px; border-radius: 45px; line-height: 50px; background-color: #45bf46;}
.blog-link ul li a{display: block; width: 100%; height: 100%; text-align: center;}
.blog-link ul li:hover{}
.blog-link ul li .desc{font-size: 22px; font-weight: 700; color: #fff; position: absolute; line-height: 30px; bottom: 100px; left: 30px; right: 30px; z-index: 101; text-shadow:2px 2px 2px rgba(0,0,0,0.5);}
.blog-link ul li .bg{position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0); color: #fff;transition:  all 0.4s ease;}
.blog-link ul li .bg span{font-size: 48px; position: absolute; top: 30px; right: 20px; font-weight: 600;}
.blog-link ul li .bg .goBtn{display: block; 
/*	width: 150px; height: 40px; border-radius: 45px; line-height: 40px; bottom: 20px; right: 20px;*/
	text-align: center;position: absolute;  font-size: 16px; font-weight: 600; opacity: 0; 
	width:100%; height: 100%; transition: all 0.2s ease;}
/*.blog-link ul li .bg:before{content:''; display: block; width: 0px; height: 1px; background-color: #fff; position: absolute; top: 60px; left: 0;transition:  all 0.4s ease;}*/
.blog-link ul li .bg:after{content:''; display: block; width: 20px; height: 20px; border-radius: 10px; background-color: #fff; position: absolute; top: 50px; left: 150px; opacity: 0;transition:  all 0.4s ease;}

.blog-link ul li .bg.changed{ background-color: rgba(0,0,0,0.5);}
.blog-link ul li .bg.changed .goBtn{ opacity: 0.5;}
/*.blog-link ul li .bg.changed:before{content:''; display: block; width: 150px;}*/
/*.blog-link ul li .bg.changed:after{opacity: 1;}*/
.blog-link ul li .bg.changed:after{opacity: 0;}

.blog-link ul li:first-child .bg .goBtn{ background-color: #ddcdd5;}
.blog-link ul li:nth-child(2) .bg .goBtn{ background-color: #cdbfa8;}
.blog-link ul li:nth-child(3) .bg .goBtn{ background-color: #dff2f3;}
.blog-link ul li:last-child .bg .goBtn{ background-color: #e0f6e0;}


/*video-link*/
/*
.video-link{background-image: url('sample/bg02.png'); background-size: cover; padding-top: 138px;}
.video-link h4{color: #292929;position: relative;}
.video-link h4:after{content: ''; display: block; width: 65px; height: 10px; background-color: #292929;position: absolute; top: -30px;}
*/
.video-link{padding:50px 0 70px;}
.video-link ul{overflow: hidden;}
.video-link ul li{float: left;width: 48%; height: 300px; overflow: hidden; position: relative; margin: 10px 1%; background-repeat: no-repeat; background-size: cover;}
/*
.video-link ul li:first-child{background-image: url(/_upload/hankyul.jsid.kr/video-link-img01.jpg);}
.video-link ul li:nth-child(2){background-image: url(/_upload/hankyul.jsid.kr/video-link-img02.jpg);}
.video-link ul li:nth-child(3){background-image: url(/_upload/hankyul.jsid.kr/video-link-img03.jpg);}
.video-link ul li:last-child{background-image: url(/_upload/hankyul.jsid.kr/video-link-img04.jpg);}
*/
.video-link ul li .title{font-size: 26px; font-weight: 900; color: #fff; position: absolute; bottom: 166px; right: 27px; z-index: 100; text-shadow:2px 2px 2px rgba(0,0,0,0.5);}
.video-link ul li .desc{font-size: 18px;color: #fff; position: absolute; line-height: 30px; bottom: 100px; right: 30px; z-index: 101; text-shadow:2px 2px 2px rgba(0,0,0,0.5); text-align:right;}
.video-link ul li .bg{position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0); font-family: 'Montserrat'; color: #fff;transition:  all 0.4s ease;}
.video-link ul li .bg span{font-size: 48px; position: absolute; top: 30px; left: 20px; font-weight: 600;}
.video-link ul li .bg .goBtn{display: block; width: 150px; height: 40px; border-radius: 45px; line-height: 40px; text-align: center;position: absolute; bottom: 20px; right: 20px; font-size: 16px; font-weight: 600; opacity: 0;}
.video-link ul li .bg:before{content:''; display: block; width: 0px; height: 1px; background-color: #fff; position: absolute; top: 60px; right: 0;transition:  all 0.4s ease;}
.video-link ul li .bg:after{content:''; display: block; width: 20px; height: 20px; border-radius: 10px; background-color: #fff; position: absolute; top: 50px; right: 150px; opacity: 0;transition:  all 0.4s ease;}

.video-link ul li .bg.changed{ background-color: rgba(0,0,0,0.5);}
.video-link ul li .bg.changed .goBtn{ opacity: 1;}
.video-link ul li .bg.changed:before{content:''; display: block; width: 150px;}
.video-link ul li .bg.changed:after{opacity: 1;}

.video-link ul li .bg .goBtn{ background-color: #c11616; color:#fff;}



.business h4{text-align: center; font-weight: 900; font-size: 34px;}
.business > p{font-size: 24px; font-weight: 300; margin: 20px 0; margin-bottom: 50px;}
.business_content{text-align: center; width: 1200px; margin: 40px auto;}
.business_content .business_text{margin-top: 20px;}
.business_content .business_text h6{font-size: 15px;}
.business_content .business_list{width: 80%; margin: 40px auto;}
.business_content .business_list li{width: 23%; height: 200px; margin: 0 1%; float: left; border: 1px solid #999;}
.business_content .business_list li img{width: 100%; height: 100%;}

.business_content ul li{float: left; box-shadow: 6px 6px 6px rgba(0,0,0,0.3); margin: 20px 0; position: relative;}
.business_content ul li:nth-child(1){width: 800px; height: 345px; margin-right: 20px;}
.business_content ul li:nth-child(1) .service-text{background-color: rgba(79, 101, 126, 0.9);}
.business_content ul li:nth-child(2) .service-text{background-color: rgba(50, 100, 94, 0.9); width:130px; padding:20px;}
.business_content ul li:nth-child(3) .service-text{background-color: rgba(195, 145, 104, 0.9); width:130px; padding:20px;}
.business_content ul li:nth-child(4) .service-text{background-color: rgba(79, 129, 187, 0.9);}
.business_content ul li:nth-child(2){width: 380px; height: 345px;}
.business_content ul li:nth-child(3){width: 380px; height: 290px; margin-right: 20px;}
.business_content ul li:nth-child(4){width: 800px; height: 290px;}
.service-image{width: 100%; height: 100%; }
.service-image img{width: 100%; height: 100%;}
.service-text{padding: 30px; position: absolute; bottom: 0; right: 0; text-align: left; height: 100%; width:150px; }

.service-text a{display: block; width: 100%; height: 100%; text-decoration: none;}
.service-text a h5{font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 15px;}
.service-text a h6{font-size: 18px; font-weight: normal; color: #fff; line-height: 28px;}


.greeting{padding: 60px 0; margin: 50px 0; text-align: center;}
.greeting_content{width: 1200px; margin: 0 auto;}
.greeting h4{text-align: center; font-weight: bold; font-size: 25px; color: #fff;}
.greeting p{font-size: 22px; font-weight: 400; margin-bottom: 20px; color: #fff;}

.greeting_content ul li{float: left; width: 27.333333%; margin: 0 3%;}
.greeting_content ul li .greeting-text{padding: 10px; color: #fff;}
.greeting_content ul li .greeting-text h5{font-size: 23px; margin: 10px 0; font-weight: bold;}
.greeting_content ul li .greeting-text p{font-size: 18px; margin: 15px 0;}
.greeting_content ul li .greeting-text-btn{width: 200px; height: 50px; border: 1px solid #fff; margin: 10px auto; line-height: 50px;}
.greeting_content ul li .greeting-text-btn:hover{background-color: #fff;}
.greeting_content ul li .greeting-text-btn:hover a{color: #000;}
.greeting_content ul li .greeting-text-btn a{display: block; width: 100%; height: 100%; color: #fff; text-decoration: none; font-size: 18px;}

/*gallery*/
.photo{padding: 40px 0;}
.photo h4{padding: 0 0 20px; text-align: center; font-size: 30px; color: #000; font-weight: bold;}
.photo-list{width: 1200px; margin: 0 auto;}
.photo-list ul li{float: left; width:23%; margin: 15px 1%;}
.photo-list ul li img{width: 100%; height: 100%;}

#gallery { height:auto; padding: 0; padding: 0 0 20px;
/*overflow:hidden;*/
}
#gallery ul {  float:left;position:relative; height:100%; padding-left:0px;padding-right:0px;  width:1200px; margin: 0 auto;}
#gallery ul,#gallery li { list-style-type:none; }
#gallery li { float:left;position:relative; display:inline-block; width:23%; margin: 15px 1%;}
#gallery li a:hover{text-decoration:none;}
#gallery li a img{width:100%; height:100%;}

.detail_btn{width: 100px; margin: 0 auto; height: 30px; line-height: 31px; text-align: center; background-color: #fff; border: 1px solid #888; border-radius: 5px;}
.detail_btn a{display: block; height: 100%;}
.detail_btn:hover {background-color: #777;}
.detail_btn a:hover{color: #fff; text-decoration: none;}

.form-box-btn{width: 100%; background-color: #000; color: #fff; height: 60px; line-height: 60px; text-align: center; font-size: 20px; font-weight: 900; cursor: pointer;}


 .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_line{width: 100%; height: 2px; background-color: #ccc;}
.cont_gallery{width: 1200px; height: auto; margin: 0 auto; margin-bottom: 40px;  position: relative; padding: 20px 0;}
.cont_gallery h5{font-size: 25px; text-align: center; font-weight:bold;}
.cont_gallery h5:after{content: ""; display: block; clear: both; margin: 15px auto; width: 40px; height: 3px; background-color:#ef4218;}

.more_btn{position: absolute; top: 25px; right: 10px; border: 1px solid #ccc; padding: 5px; width: 28px; height: 26px; line-height: 13px; background-color: #fff;}
.more_btn a{font-size: 25px; line-height: 20px;}
.more_btn a:hover{text-decoration: none;}

/*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: #4f81bb;}
.nav-tabs > li > a {border-radius: 0; height: 61px; line-height: 40px; color: #fff; font-size: 15px;}
.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:#4f81bb; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}


.sidebarCs_logo{width: 220px; border-radius: 10px; text-align: center;}
.sidebarCs_logo a{display: block; height: 100%;}
.sidebarCs_logo a img{width: 100%;}
.sidebarCs .sidebarCs_call{padding: 0; height: 180px;}
.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-gsize: 13px;}
.call_btn{text-align: center; border-radius: 10px;}
.call_btn a{color: #333;}
.call_btn a h5{margin: 0; font-size: 18px; line-height: 30px;}
.cs_btn{text-align: center; border-radius: 10px;}
.cs_btn h5{margin: 0; font-size: 18px; line-height: 30px;}


/*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; }

