@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;word-break: keep-all !important;position: relative;padding-top: 141px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Roboto', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}



.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.sub-layout{
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
	background-color: #fff;
	border: 0;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.09);
}
.navbar.navbar-inverse > .container{
	width: 100%;
	padding: 0;
}
.navbar-inverse .navbar-header{
	padding: 30px 0 25px;
	float: none;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    vertical-align: bottom;
    font-size: 20px;
	margin: 0 auto !important;
	width: 100px;
	float: none;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.navbar-collapse{
	background: #003a4c;
	padding: 0;
}
.nav.navbar-nav {
	float: none !important;
	width: 1170px;
	margin: 0 auto;
	text-align: center;
}
.nav.navbar-nav > li.divider-vertical{
	display: none;
}
.nav.navbar-nav > li{
	float: none;
	display: inline-block;
}
.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 13px 20px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.034em;
}
.nav.navbar-nav > li.active > a,
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #7fe0fd !important;
    border-color: #1bc19b !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding-top: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px){
	.navbar-inverse .navbar-toggle{
		margin-top: 4px;
		margin-bottom: 0;
		margin-right: 30px;
		background: #5CB8A3;
		border-color: #5CB8A3;
	}
	.navbar-inverse .navbar-toggle:hover{
		
		background: #5CB8A3;
		border-color: #5CB8A3;
	}
	.navbar-header .navbar-brand{
		margin-lefT: 30px !important;
	}
	.nav.navbar-nav{
		margin: inherit;
		width: auto;
	}
	.nav.navbar-nav > li{
		display: block;
	}
	.body-layout{
		padding-top: 85px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.nav.navbar-nav{
		width: auto;
	}
	.body-layout{
		padding-top: 186px;
	}
	.nav.navbar-nav > li > a{
		font-size: 15px;
		padding: 13px 10px 12px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.nav.navbar-nav{
		width: auto;
	}
	.body-layout{
		padding-top: 141px;
	}
}
@media (min-width: 1200px){

}
/* //상단 네비게이션 */

.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12{
	width: 100%;
	padding: 0;
	margin: 0;
}


/* 슬라이드 영역 */
#Main {
	height: calc(100vh - 104px);
	width: 100%;
}
#Main .carousel-inner{
	width: 100%;
	height: 100%;
}
#Main .carousel-inner .item{
	background: url('/skin/img/slide/slide01.jpg') no-repeat center /cover;
	width: 100%;
	height: 100%;
}
.carousel-inner .item .carousel-caption{
    top: 50%;
    bottom: auto;
    left: 25%;
    right: 25%;
    transform: translateY(-50%);
    padding: 0;
}

.carousel-inner .item .carousel-caption .list-title{
	padding: 10px 40px;
	/* border-left: 3px solid #5CB8A3; */
	/* background: rgba(0,0,0,0.3); */
	width: 70%;
	margin: 30px auto;
}
.carousel-inner .item .carousel-caption .list-title > li{
    font-size: 32px;
    text-align: left;
    line-height: 1.4;
    text-align: center;
    padding: 8px 0;
}

@media (max-width: 767px){
	#Main{
		height: 315px;
	}
	.carousel-inner .item .carousel-caption{
		left: 5%;
		right: 5%;
		transform: translateY(-50%);
	}
	.carousel-inner .item .carousel-caption .list-title{
		width: 100%;
		padding: 10px 15px;
	}
	.carousel-inner .item .carousel-caption .list-title > li{
		font-size: 18px;
		line-height: 1.2;
		padding: 5px 0;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	#Main{
		height: 500px;
	}
	.carousel-inner .item .carousel-caption .list-title{
		padding: 10px 0px;
		width: 100%;
	}
	.carousel-inner .item .carousel-caption .list-title > li{
		font-size: 25px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.carousel-inner .item .carousel-caption .list-title{
		padding: 10px 0px;
		width: 100%;
	}
}


/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
section{
	padding-top: 100px;
	padding-bottom: 60px;
}
#DataCenter, #Heat{
	background: #f3f8fa;
}
section h3{
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.01em;
}
section h3:after{
	content: '';
	display: block;
	width: 60px;
	height: 5px;
	border-radius: 2px;
	background: #18bf99;
	margin: 12px 0 30px;
}
section .content{
	padding-top: 30px;
	padding-bottom: 30px;
}
section .content h4{
	font-size: 28px;
	padding: 0;
	font-weight: 600;
	/* border-bottom: 1px solid #ddd; */
	color: #227ab6;
	margin: 0 0 30px;
}
section .content .content-box{
	margin-bottom: 30px;
}
section .content .content-box h5{
	font-size: 22px;
	font-weight: 600;
	padding-left: 7px;
	/* border-left: 2px solid #5CB8A3; */
	line-height: 1;
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
	z-index: 1;
}
section .content .content-box p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}
section .content .content-box p.label{
	font-size: 14px;
	color: #6a757e;
	font-weight: 500;
	padding: 8px 0;
	white-space: normal;
	display: block;
	line-height: 1.4em;
	padding: 15px 0 0;
	margin-bottom: 0;
}
section .content .content-box .img-box{
	padding: 35px;
	background: #f2f2f2;
	border-radius: 5px;
	margin: 30px 0 20px;
}
#Thermal .con2 .content-box:nth-child(3) .img-box, #Insulation .content .img-box, #Heat .con1 .img-box, #DataCenter .content .img-box{
	margin-top: 0;
}
#Thermal .con2 .content-box:last-child .img-box > .row{
	text-align: center;
}
#Thermal .con2 .content-box:last-child .img-box > .row > .col-xs-12{
	display: inline-block;
	margin-bottom: 30px;
	float: none;
}
section .content .content-box .list-content{
	padding-left: 30px;
	margin-bottom: 60px;
}
section .content .content-box .list-content > li{
	position: relative;
	font-size: 16px;
	margin-bottom: 6px;
}
section .content .content-box .list-content > li:before{
	content: '';
	position: absolute;
	top: 8px;
	left: -17px;
	display: block;
	width: 6px;
	height: 6px;
	background: #0098c8;
}
section .content .content-box .list-content.bullet-none > li:before{
	display: none;
}
section .content .content-box .list-content > li > h6{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}
section .content .content-box .list-content > li > p{
	font-size: 16px;
}
section .content .content-box .list-inner{
	padding-left: 30px;
	margin-bottom: 60px;
}
section .content .content-box .list-inner li{
	position: relative;
	font-size: 16px;
	margin-bottom: 6px;
}
section .content .content-box .list-inner > li:before{
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: 700;
    color: #1488ad;
}
section .content .content-box .list-inner > li:nth-child(1)::before{
	content: '1';
}
section .content .content-box .list-inner > li:nth-child(2)::before{
	content: '2';
}
section .content .content-box .list-inner > li:nth-child(3)::before{
	content: '3';
}
section .content .content-box .list-inner > li:nth-child(4)::before{
	content: '4';
}
section .content .content-box .list-inner > li:nth-child(5)::before{
	content: '5';
}
section .content .content-box .list-inner > li:nth-child(6)::before{
	content: '6';
}
section .content .content-box .list-inner > li:nth-child(7)::before{
	content: '7';
}
section .content .content-box .list-inner > li:nth-child(8)::before{
	content: '8';
}
section .content .content-box .list-inner > li:nth-child(9)::before{
	content: '9';
}
section .content .table-responsive{
	margin-bottom: 50px;
}
section .content .table-responsive table{

border-top: 1px solid #046c91;

margin-top: 10px;
}
section .content .table-responsive table tr{
	border-bottom: 1px solid #ddd;
}
section .content .table-responsive table tr th{
	background: #2d92b4;
	font-size: 16px;
	letter-spacing: 0.034em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #70b1c8;
	border-right: 1px solid #70b1c8;
}
section .content .table-responsive table tr td{
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid #ddd;
}
.location-li {
    border-top: 1px solid #3f7a8d;
    padding-left: 0;
    margin-top: 10px;
}
.location-li li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    letter-spacing: 0.034em;
    padding: 25px 25px;
    font-weight: 300;
    border-bottom: 1px solid #3f7a8d;
}
.location-li span {
    float: left;
    margin-right: auto;
    min-width: 200px;
    font-weight: 400;
    color: #fff;
    height: 2em;
    font-size: 16px;
}
.location-li > li:last-child > span{
	height: 4em;
}
/* #Contact h4{
	margin-top: 45px;
} */

@media (max-width: 767px){
	.navbar-inverse .navbar-header{padding: 10px 0;}
	.navbar-header .navbar-brand img{max-width: 80px;}
	section h3{
		font-size: 30px;
	}
	section .content .content-box h5{
		font-size: 22px;
	}
	section .content .content-box .img-box{
		padding: 25px;
	}
	#Thermal .con1 .col-sm-6:last-child{
		padding-left: 15px !important;
	}
	.video-box .col-xs-12{
		margin-bottom: 30px
	}
	#Contact .col-sm-6:last-child{
		padding-left: 15px !important;
	}
	.location-li span{
		width: 100%;
	}
	#Contact img{
		padding-right: 15px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	section h3{
		font-size: 35px;
	}
	section .content h4{
		font-size: 25px;
	}
	#Insulation img{
		margin-bottom: 15px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  height: 250px;
  background-image: url(/skin/img/sub/sub_title.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
	line-height: 250px;
}
.subBody {
  padding-bottom: 50px;
}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
	text-align: left;
	padding: 40px 0 50px;
	background: #233034;
	color: #a8a9a4;
	font-size: 15px;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer .footer-text{

}
.footer_copy .wrap-footer .footer-text ul{
    padding-left: 0;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li{

line-height: 1.65em;

letter-spacing: 0.034em;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
}
.footer_copy .wrap-footer .footer-text .copyrights{
	display: block;
	font-size: 12px;
	color: #6b6b6b;
}
@media (max-width: 767px){

}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
	margin-top:-30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
	border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #41b6f9;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #41b6f9;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #2494d4;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.footer-text p strong {
    font-size: 20px;
}
#Contact h3 {
    color: #fff;
    margin-bottom: 80px;
}
#Contact {
    background: #275766;
    padding: 100px 0 150px;
}

#Contact img {
    padding-right: 350px;
	height: 150px;
}
#Contact .col-sm-6:last-child {
    padding-left: 50px;
}
section .content .content-box h5:before {
    display: block;
    z-index: -20;
    position: absolute;
    top: -8px;
    left: -3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #9ee7fe;
    content: '';
}
#Thermal .con1 .col-sm-6:last-child {
    padding-left: 60px;
}
#Insulation .content .img-box, #DataCenter .content .img-box{
	background:#d8dfe3;
}
#Insulation .table-responsive {
    padding-right: 30px;
}
section .content .table-responsive table tr td:last-child {
    border-right: 0px solid #ddd;
}



.body-layout .dh-popup{
	max-width: 350px !important;
	padding: 0;
	top: 230px;
	z-index: 1020;
}
.body-layout .dh-popup>p:nth-child(1){
	display: none;
}
.body-layout .dh-popup p sup{
	display: block;
	top: auto
}
.myModal13{
	left: 400px !important;
}


@media (max-width: 767px){
	#Contact img{
		padding-right: 15px;
	}
	.body-layout .dh-popup{
		top: 100px;
	}
	.myModal13{
		left: 15px !important;
	}
}