/* ì›¹í°íŠ¸ Import */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('/skin/notokr/notokr.css');

/* ìŠ¤í¬ë¡¤ ì„¤ì • */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* í°íŠ¸ ì„¤ì • */
* {font-family: 'Raleway', 'NanumBarunGothic', 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important; word-break: keep-all !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Raleway', 'NanumBarunGothic', 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}


/* ë©”ë‰´ ì„¤ì • ì‹œìž‘ */
.navbar-inverse{background: #fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: absolute; top: auto;}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
/* .topmarginLay_a{height: 115px !important;} */
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 64px !important;}
}

/* ----- ë©”ë‰´ ìƒë‹¨ ì˜ì—­ ì„¤ì • ----- */
.navbar-top {
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #dedede;
}
.navbar-top-wrap{width: 100%; max-width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul{margin:0; padding: 0;}
.navbar-top-wrap ul li{float: left;}
.navbar-top-wrap .navbar-top-btn {
    margin: 0;
    padding: 8px 10px;
    display: inline-block;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 1;
}
.navbar-top-wrap .navbar-top-btn.blog {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    padding-right: 13px;
    padding-left: 13px;
    color: #999;
    text-decoration: none;
    background: #eee;
}
.navbar-top-wrap .navbar-top-btn.blog::before {
    content: '';
    width: 13px;
    height: 12px;
    background: url(/skin/img/main/icon_naver_blog.png) no-repeat center / cover;
}
.navbar-top-wrap .navbar-top-btn.blog:hover::before {
    background: url(/skin/img/main/icon_naver_blog_w.png) no-repeat center / cover;
}
.navbar-top-wrap .navbar-top-btn.blog:hover {
    color: #fff;
    background: #2db400;
}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
}

/* ----- ë¡œê³  ì„¤ì • ----- */
.navbar-brand{margin: 30px 0 0; padding: 10px 15px;}
.navbar-inverse .navbar-brand{color: #333; font-size: 28px; font-weight: 400; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); letter-spacing: -1px;margin:0;padding: 22px 0 !important;}
.navbar-brand img {
	max-width: 293px;
    width: 100%;
    margin: 0 !important;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; background-color: transparent;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand{margin: 32px 0 0;}
    .navbar-brand img{width: 180px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

/* ----- ë©”ì¸ ë©”ë‰´ ì„¤ì • -----*/
.navbar-right { margin-top: 10px; }
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    padding: 10px 0 8px;
    margin: 25px 30px;
    font-weight: 500;
    font-family: "notokr" !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    font-weight: 600;
    color: #222222;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
	background: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    border: none;
    color: #222222;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
	.navbar-nav .open .dropdown-menu{padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/* ----- ì„œë¸Œ ë©”ë‰´ ì„¤ì • -----*/
.dropdown-menu {
    background: rgba(0,0,0,0.9);
    left: 0 !important;
    right: auto !important;
    padding: 15px 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.dropdown-menu > li > a {
    color: #adadad;
    padding: 6px 30px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(0,0,0,0);
    color: #ffffff;
    text-decoration: underline !important;
}

/* ----- ëª¨ë°”ì¼ ë©”ë‰´ ì„¤ì • ----- */
.navbar-toggle{
	background: #4996a8;
    border-radius: 0;
    border: none;
    margin: 45px 20px 15px;
    padding: 10px 10px;
}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #d50d0d;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* //ë©”ë‰´ ì„¤ì • ë */


/* í‘¸í„° ì˜ì—­ ì„¤ì • ì‹œìž‘ */
.footer_copy .text-center{background: #eeeeee; border-top: 1px solid #eeeeee; color: #ababab; font-size: 12px; text-align: left; padding: 30px 0 10px; margin: 0;}
.footer-top {width: 100%; max-width: 1170px; margin: 0 auto 10px; padding: 0 15px;}
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%;}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a{color: #666;font-size: 15px;margin-right: 30px;}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {width: 100%; max-width: 1170px; margin: 0 auto 20px; padding: 0 15px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{/* float: left; */display: inline-block;font-size: 14px;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //í‘¸í„° ì˜ì—­ ì„¤ì • ë*/


/* ìŠ¬ë¼ì´ë“œ ì„¤ì • ì‹œìž‘ */
.carousel.slide{
	position: relative; 
	height: 580px;
}
.carousel-inner{
	width: 100%;
	height: 100%; 
}
.carousel-inner > div:nth-child(1) {
	width: 100%;
	height: 100%; 
	background: url(/skin/img/slide/slide01.jpg) no-repeat center center / cover; 
}
.carousel-inner > div:nth-child(2) {
	width: 100%;
	height: 100%; 
	background: url(/skin/img/slide/slide05.jpg) no-repeat center center / cover; 
}
.carousel-inner > div:nth-child(3) {
	width: 100%;
	height: 100%; 
	background: url(/skin/img/slide/slide03.jpg) no-repeat center center / cover; 
}
.carousel-inner > div:nth-child(4) {
	width: 100%;
	height: 100%; 
	background: url(/skin/img/slide/slide06.jpg) no-repeat center center / cover; 
}
/* ----- ìŠ¬ë¼ì´ë“œ í™”ì‚´í‘œ ë²„íŠ¼ ----- */
.carousel-control{opacity: 1; display:none;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{margin-top: -50px;}
/* .glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow.png);}
.glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow.png);}
.carousel-control:hover .glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow-hover.png);}
.carousel-control:hover .glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow-hover.png);} */

/* ----- ìŠ¬ë¼ì´ë“œ ì¸ë””ì¼€ì´í„° ----- */
.carousel-indicators li {
    width: 60px;
    height: 10px;
    border-radius: 0;
    background: rgba(255,255,255,0.4);
    border: none;
	margin: 0 5px 0 0 !important;
}
.carousel-indicators li.active {
    width: 60px;
    height: 10px;
    border: none;
    background: #fff;
	margin-right: 5px;
}

/* ----- ìŠ¬ë¼ì´ë“œ í…ìŠ¤íŠ¸ ----- */
.slide-box-left{height: 100%; width: 280px; float: left; position: relative;}
.slide-left-wrap{top: 50%; margin-top: -190px; position: absolute; width: 100%;  height: 380px;}
.slide-left-wrap h5{color: #c80e0e; font-size: 15px; font-weight: 400; font-family: "ë‚˜ëˆ”ê³ ë”•" !important; margin: 0 0 8px;}
.slide-left-wrap h3{color: #333; font-size: 21px; font-weight: 500; line-height: 1.3; margin: 0 0 15px;}
.slide-left-wrap p{font-size: 13px; color: #999;}
.slide-banner-top, .slide-banner-bottom{position: absolute; width: 100%; height: 180px;}
.slide-banner-top{top: 0; background: url('/skin/img/default/slide-banner-top.jpg'); padding: 28px 30px 30px;}
.slide-banner-bottom{bottom: 0; background: url('/skin/img/default/slide-banner-bottom.jpg'); padding: 30px 30px 30px;}
.slide-box-right{position: relative; float: right; height: 100%; width: 640px; margin: 0 150px 0 0;}
.slide-right-wrap{color: #fff; top: 50%; margin-top: -190px; position: absolute; width: 100%; height: 380px; border: 7px solid #fff; background: rgba(0,0,0,0.3);}
.slide-caption {height: 100%; margin: 0; padding: 60px 50px 60px;}
.slide-caption h3{margin: 0 0 30px; font-size: 54px; font-weight: 500; font-family: "ë‚˜ëˆ”ê³ ë”•" !important; line-height: 1.1; letter-spacing: -.02em; display: inline-block;}
.slide-caption h5{color: #ff6666; font-size: 18px; font-weight: 600; display: block; margin: 0 0 20px;}
.slide-caption p{margin: 0; font-size: 17px; font-weight: 300; line-height: 1.6;}

.carousel-caption {
    top: 10%;
    bottom: auto;
    padding: 35px 40px;
    text-align: left;
    width: 400px;
    background: rgba(0,0,0,0.6);
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-caption { left: 3% }
}
#main-slide .item:nth-child(1) .carousel-caption{
	top:170px;
}
#main-slide .item:nth-child(2) .carousel-caption,
#main-slide .item:nth-child(3) .carousel-caption{
    top: 35%;
}
#main-slide .item:nth-child(4) .carousel-caption{
	top:140px;
}
.carousel-caption h2 {
    margin: 0 0 10px;
}
.carousel-caption p {
	font-size: 18px;
}

.first-slide-text span{
	font-size: 13px;
	color: white;
}

.caption-small-text2 { padding-left: 10px; }
.caption-small-text3 { padding-left: 46px; }
.caption-small-text4 {padding-left: 28px;}


.second-slide-text p, .third-slide-text p{margin-bottom:0; text-align:right}
.second-slide-text h2, .third-slide-text h2{
	border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
}
.forth-slide-text {
    padding-left: 15px;
    margin-bottom: 20px;
}

/* ----- ìŠ¬ë¼ì´ë“œ í€µ ë©”ë‰´ ì„¤ì • ----- */
.carousel.slide #main_btn{position: absolute; z-index: 1000; bottom: 0; height: 100%; width: 20%; right: 0; background: rgba(0,0,0,0.6);}
#main_btn ul{margin: 0; padding: 0; height: 100%;}
#main_btn ul li{width: 100%; margin: 0; height: 20%; border-bottom: 1px solid rgba(255,255,255,0.2);}
#main_btn ul li:last-child{border-right: none;}
#main_btn ul li a{display: block; width: 100%; height: 100%; padding: 45px 30px 30px; color: #fff;}
#main_btn ul li a:hover, #main_btn ul li a:focus{background: #000;}
#main_btn ul li a h3{margin: -8px 10px 0 3px; float: left; display: inline-block;}
#main_btn ul li a h4{font-size: 19px; font-weight: 400; margin: 0;}
#main_btn ul li a p{font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); margin: 0;}
/* ----- //ìŠ¬ë¼ì´ë“œ í€µ ë©”ë‰´ ì„¤ì • ----- */

@media screen and (max-width: 991px) {
	#main_btn > ul{width: 100%}
}
@media screen and (max-width: 767px) {
	.gu-slider{display: none;}
}
/* //ìŠ¬ë¼ì´ë“œ ì„¤ì • ë */




/* ë©”ì¸ íŽ˜ì´ì§€ ì„¤ì • ì‹œìž‘ */
.container_contents {width: 100%; padding: 0; background: #fff;}

/* ----- main-html-area ----- */
.intro-html-layout{margin: 0 0 60px;}
.intro-html-layout > div{padding: 0;}
.intro-html-layout > div > div:nth-child(2){max-width: 1170px; width: 100%; height: auto; margin: 0 auto; padding: 50px 0 0;}
@media screen and (max-width: 991px) {
	.intro-html-layout > div > div:nth-child(2){width: 100%;}
}

/* ---------- ì œí’ˆì†Œê°œ ë°•ìŠ¤ ---------- */

#section02 {
    max-width: 1300px;
    margin: 60px auto 0;
    padding: 0 15px;
}
.main-con .tab-wrap {
    padding: 0;
}
.main-con .tab-wrap > div {padding: 0; width: 33.333333%;}
.main-con .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
.main-con .tab-wrap > a {
    margin:0 -0.25px;
	width: calc(100% / 6); 
	float: left; 
	padding: 0px 10px;
/* 	padding: 0 15px 0; */
}
.main-con .tab-wrap > a .main-ani > div {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    margin: 0;
    letter-spacing: -0.02em;
    padding: 10px 10px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
    font-size: 14px;
    color: #cecece;
}
/* .main-con .tab-wrap > a .main-ani:hover > div{background: #000;} */
.main-con .tab-wrap > a .main-ani > div h4{font-size: 17px; font-weight: 400; color: #fff; display: block; margin: 0;}
.main-con .tab-wrap > a .main-ani > div h4:after{content: url('/skin/img/main/plus.png'); display: inline-block; float: right;}
.main-con .tab-wrap img { width: 100%; height: 100%; }
.main-con .tab-wrap [class*=ani]{overflow: hidden; padding: 0; width: 100%; height: 100%;}
@media screen and (min-width:992px){
	.main-con .tab-wrap [class*=ani]{max-height:252px}
}

@media screen and (max-width: 991px) {
    .main-con .tab-wrap > div{width: 100%; margin: 0 0 5px;}
	.main-con .tab-wrap > a {width: 50%; float: left; padding: 0 15px 10px;}
}

@media screen and (max-width: 768px) {
	.second-slide-text { width: 165x; }
	.third-slide-text { width: 165px; }
}
.hide_txt {
	display: inline-block!important;
    overflow: hidden!important;
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: 0!important;
    padding: 0!important;
    font-size: 1px;
    line-height: 0;
    clip: rect(1px 1px 1px 1px);
}
.main_prod{
	overflow: hidden;
    height: 600px;
    max-width: 1410px;
    margin: -85px auto 40px;
}
.box_prod{overflow:hidden;float:left;position:relative;width:calc(100% / 4);height:300px;text-align:center;letter-spacing: 1px}
.box_prod dl{margin-top:70px}
.box_prod dt{
	margin-bottom: 13px;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 5px;
    font-weight: 400;
}
.box_prod dd{
	color: #fff;
    font-size: 14px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: .8;
    -moz-opacity: .8;
    letter-spacing: 1px;
}
.box_prod.prod01{height:600px;  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/skin/img/sub/product/product01_1.jpg) repeat !important;}
.box_prod.prod02{background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/skin/img/sub/product/product02_3.jpg) no-repeat center / cover !important; background: #A1422D;}
.box_prod.prod03{background: #774C31;}
.box_prod.prod04{background: #48423C;}
.box_prod.prod05{background:url(../images/main/bg_product05.png) no-repeat;background: #9A8957;}
.box_prod.prod06{background:url(../images/main/bg_product06.png) no-repeat;background: #828483;}
.box_prod.prod07{background:url(../images/main/bg_product06.png) no-repeat;background: #8a5151;}
.box_prod dl.comming dt{padding:10px 0 25px;background:url(../images/main/bg_line_w.png) bottom center no-repeat;font-size:15px;line-height:15px;letter-spacing:-2px}
.box_prod dl.comming dd{font-size:32px;line-height:40px;letter-spacing:-1.5px}
.box_prod dl.comming dd span{display:block;font-size:36px}
#main_layout .more_btn{
	width: 125px;
    height: 35px;
    border: 2px solid;
    line-height: 32px;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin: 55px auto 0;
}

#main_layout .more_btn:hover {
	border: 2px solid #fff !important;
}

#main_layout .more_btn span{font-size:14px;letter-spacing:2px}
#main_layout .btn_detail{display:inline-block;position:absolute;top:16px;right:16px;width:48px;height:48px;background:url(../images/common/btn_ico_spt.png) 0 -278px no-repeat;text-indent:-9999px}
/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */
.intro-board-widget-layout{max-width: 1300px; width: 100%; margin: 0 auto; padding: 0px; display: none;}
.intro-boardbox {width: 50%;}
@media screen and (max-width: 991px) {
	.intro-board-widget-layout{width: 100%;}
	.intro-boardbox{width: 100%;}
}

/* ---------- ê²Œì‹œíŒ íƒ€ì´í‹€ ì„¤ì • ---------- */
.intro-boardbox .page-header{padding: 0 0 10px; margin: 20px 0 10px; border-bottom: 1px solid #6d6d6d;}
.intro-boardbox .page-header h4{margin: 0; color: #555; font-size: 17px; font-weight: 600; letter-spacing: -0.01em;}
.intro-boardbox .page-header h4 .btn{padding: 5px 0 0; margin: 0; line-height: 1;}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active{box-shadow: 0 0 0 rgba(0,0,0,0) !important;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/default/board-plus-icon.png');}

/* ---------- ê²Œì‹œíŒ ë¦¬ìŠ¤íŠ¸ ì„¤ì • ---------- */
.intro-boardbox .front-panel > .panel{padding: 0; border: none; border-radius: 0px; background: transparent; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.intro-boardbox .panel-body{padding: 5px 0px 5px;}
.dh-front-list2-words{margin: 0 !important; padding: 0;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #666; font-weight: 400; font-size: 13px; padding: 8px 0;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #303030;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 380px; white-space: nowrap;}
.list-row-subject:before{content: "âˆ™"; color: #4996a8; font-weight: bold; padding-right: 11px;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
/* //ë©”ì¸ íŽ˜ì´ì§€ ì„¤ì • ë */


/* ì„œë¸Œ íŽ˜ì´ì§€ ì„¤ì • ì‹œìž‘ */
/* ----- ì„œë¸ŒíŽ˜ì´ì§€ common ì„¤ì • ----- */
.sub-layout{width: 100%; padding: 0;}

/* ----- ì„œë¸ŒíŽ˜ì´ì§€ ìƒë‹¨ ì´ë¯¸ì§€ ì„¤ì • ----- */
#sub_top {
	background: url(/skin/img/sub/sub_top2.jpg) no-repeat center / cover;
    height: 250px;
    text-align: center;
	padding-top: 95px;
}
#sub_top .sub_top_title {
    font-size: 50px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 1;
	letter-spacing: 15px;
}
#sub_top .sub_top_des {
    font-size: 20px;
    margin: 0px;
    color: #fff;
    opacity: 0.7;
}

/* ----- ì„œë¸ŒíŽ˜ì´ì§€ ìƒë‹¨ ë©”ë‰´ ì„¤ì • ----- */
#sub_nav {
	border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.4);
}
#sub_nav .navbar-nav { max-width: 1200px; width: 100%; margin: 0 auto; }
#sub_nav .navbar-nav li a {
    padding: 15px 0 15px 20px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    height: 100%;
    color: #aaa;
    line-height: 1.5;
}

.nav-justified>li {
    width: 50%;
    display: inline-block;
    float: left;
}


@media (min-width: 768px){
    #sub_nav .navbar-nav {
        margin: 0 auto !important;
        display: table !important;
        table-layout: auto !important;
        float: none;
        width: 100%;
    }
	
    #sub_nav .navbar-nav > li {
		width: calc(100% / 7) !important;
		height: 100%;
        display: table-cell;
        float: none;
        text-align: center;
    }
	
    #sub_nav .navbar-nav > li.company_nav {
		width: 33.33333% !important;
		height: 100%;
        display: table-cell;
        float: none;
        text-align: center;
    }
} 

#sub_nav .navbar-nav>li.active a {
    color: #222222;
    box-shadow: none;
    background: #fff;
}
#sub_nav .navbar-nav>li:hover:not(.active) a {
    background: #ffffff;
    color: #222;
}

#sub_nav .navbar-nav>li a span {
	display: block;
	font-weight: normal;
	font-size: 17px;
}

/* ----- ì„œë¸ŒíŽ˜ì´ì§€ í•˜ë‹¨ ì‚¬ì´ë“œ ì„¤ì • ----- */
.sub_side_title {
	margin: 0 0 25px;
	font-weight: bold;
}

.product_summary {
	border-top: 1px solid #ccc;
    padding-top: 25px;
}

.product_summary_list { padding-left: 25px; }
.product_summary_list li {
	list-style-type: disc !important;
	line-height: 1.8;
}

dl.product_summary dt { margin-bottom: 8px; }

.side-table {
	font-size: 15px;
	padding: 5px !important;
	border-top: none !important;
	border-bottom: none !important;
}

.side-table th {
	width: 35%;
	border: none !important;
	padding: 3px !important;
	background-color: #fff;
	font-weight: 600;
}

.side-table td {
	border: none !important;
	padding: 5px !important;
}

.side-inner-table {
	margin-left: 10px;
	border-top: none !important;
	border-bottom: none !important;
}

.td-left-margin {
	margin-left: 20px;
}

/* ----- ì„œë¸ŒíŽ˜ì´ì§€ í•˜ë‹¨ ì»¨í…ì¸  ì„¤ì • ----- */
#sub_bottom {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
}

.list-certi {
    margin: 30px 0 10px -65px;
    padding: 0;
}
.list-certi > li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.list-certi > li+li {
    margin-top: 5px;
}
.list-certi > li .w_img {
    width: 18%;
}
.list-certi > li img {
    margin: 0 auto;
}
.list-certi > li .txt {
    font-size: 15px;
}
/* .list-certi > li .txt {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0em;
} */

.sub_content_title {
	margin: 0 0 30px;
    border-left: 3px solid #222222;
    padding-left: 10px;
	font-weight: bold;
}

#product03_sub_title.sub_content_title {
	margin: 0 !important;
}

.sub_content p {
	margin-left: 15px !important;
	font-size: 18px !important;
}

.product_image_wrap_row { 
	padding: 5px;
    margin-top: 5px;
}

.product_image_wrap_row div.col-sm-3 {
	padding: 5px !important;
}

.product_image_wrap_row > div > figure {
	display: none; 
}

.product_image_wrap_row div.col-sm-3 figcaption dl {
    border-top: 1px solid #9a9a9a;
	padding: 10px;
	margin: 0 !important;
}

.product_image_wrap_row figure img {
    padding: 5px;
    /* width:100%; */
}
.product_image_wrap_row figure .img-quarter {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    gap: 4px;
    padding: 5px;
}
.product_image_wrap_row figure .img-quarter img {
    width: 100%;
    height: 121px;
    padding: 0 !important;
}

#product05  .product_image_wrap_row figure img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.product_image_wrap_row figure figcaption {
	padding-top: 5px;
}

.product_image_wrap_row figure figcaption dt {
	float: left;
    margin-right: 5px;
	font-size: 12px;
}

.product_image_wrap_row figure figcaption dd {
	margin-bottom: 5px;
	font-size: 12px;
}

/* Product - Modulyss */
.box-collection {
    display: grid;
    margin-bottom: 60px;
}
.box-collection > .block {
    width: 100%;
    display: none;
    margin: 0 -10px;
}
.box-collection > .block .item {
    float: left;
    width: 20%;
    display: inline-block;
    padding: 0 10px;
}
.box-collection figure figcaption {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}
.box-collection > .block:last-child figure figcaption {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	
	.product_image_wrap_row{
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.product_image_wrap_row div.col-sm-3 {
		float: left;
		padding: 0 !important;
		width: 100% !important;
		border-top: 1px solid #9a9a9a;
	}
	
	.product_image_wrap_row div.col-sm-3:last-child {
		border-bottom: 1px solid #9a9a9a;
	}
	
	.product_image_wrap_row figure {
    	border: none !important;
		float: left;
	}
	
	.product_image_wrap_row figure img {
		padding: 15px !important;
		float: left;
	}
	
	.product_image_wrap_row figure figcaption {
		float: left;
	}

    .product_image_wrap_row figure .img-quarter {
        padding: 15px;
    }

    .product_image_wrap_row figure .img-quarter img {
        height: 185px;
    }
	
	.product_image_wrap_row div.col-sm-3 figcaption dl {
		padding: 10px !important;
		border-top: none;
	}

    .box-collection > .block {
        margin: 0 -15px;
    }
    .box-collection > .block .item {
        width: 50%;
        padding: 0 15px;
    }
	
}

@media screen and (max-width: 600px) {
	.product_image_wrap_row figure img {
		width: 100%;
		padding: 15px !important;
		float: left;
	}
	
	.product_image_wrap_row figure figcaption {
		width: 100%;
		float: left;
	} 
}

.other p {
	margin: 0 !important;
}

/* ---------- sub íŽ˜ì´ì§€ ì„¤ì • ------------ */
.sub_layout article {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 !important;
}

.greeting-content {
    margin-bottom: 40px;
}
.greeting-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.greeting-content h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

.greeting-content p.greeting-sub-title {
	font-size: 20px;
	font-weight: bold;
}

#greeting .images {
    margin: 0 -5px;
}
#greeting .images > div {
    padding: 0 5px;
}

.history-header {
    color: #313131;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #E3E3E3;
}


.history-header h1 { 
	margin: 0 !important;
}

.history-body {
	padding: 0 !important;
}

.history-body h3 {
	margin-top: 0 !important;
}

.table-style td {
	font-size: 16px !important;
}

.table-style th {
	font-size: 16px !important;
	width: 20%;
}

.location-map {
	padding: 0 !important;
	margin-bottom: 15px;
}




/* ---------- table ì˜ì—­ ì„¤ì • ---------- */
table{font-size: 14px; width: 100%; border-top: 1px solid #222222; border-bottom: 1px solid #dedede; margin-bottom: 30px;}
tr{line-height: 20pt;}
th{padding: 14px 15px; color: #333; font-weight: 500; border-bottom: 1px solid #ddd; background-color: #F3F3F3;}
td{padding: 14px 15px; background-color: #fff; border-bottom: 1px solid #ddd; color: #565656;}

/* --------------- sub page - ë©”ì¼ë¬¸ì˜ --------------- */
.form-control{padding: auto 16px; height: auto; font-size: 13px; line-height: 1.6; color: #666; border-radius: 0;}
#mailForm .btn-primary{background: #414141; border-radius: 0; border: 1px solid #414141 !important; padding: 8px 0 8px;}
#mailForm .btn-primary:focus, .btn-primary:hover{background-color: #414141 !important; border: 1px solid #414141 !important;}

/* --------------- sub page - íšŒì›ê°€ìž… --------------- */
/* .login-layout{width: 100%; max-width: 1170px; margin: 0 auto;}
.join-agree-layout .sub_top_wrap{margin-top: -40px; margin-bottom: 40px;}
@media screen and (max-width: 991px) {
	.login-layout{width: 100%;}
} */

/* --------------- sub page - ë¡œê·¸ì¸ --------------- */
/* .login-layout .panel{border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid transparent;}
.login-layout .panel-body h2{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p{font-size: 13px; color: #666;}
.login-layout .inner-box-form form label{font-size: 14px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning{background-image: none; background-color: #414141; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover{background: #c80e0e;}
.login-layout form > div > p > a{display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover{color: #303030;}
.login-layout form > div > p > a:after{content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after{content: "";} */
/* //ì„œë¸Œ íŽ˜ì´ì§€ ì„¤ì • ë */


/* ê²Œì‹œíŒ ì„¤ì • ì‹œìž‘ */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%; max-width: 1170px; margin: 0 auto;}
.dh-board{padding: 50px 30px 20px;}
.img-bbs-default-index-layout .row:nth-child(2){padding: 75px 30px 0;}
.dh-view-box{padding: 50px 30px 40px;}
.form-horizontal{padding: 70px 0 50px;}
#mailForm{padding: 90px 30px 20px;}
@media screen and (max-width: 991px) {
	.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%;}
}

/* ----- í…ìŠ¤íŠ¸ ê²Œì‹œíŒ ì„¤ì • ----- */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 14px 10px; color: #555; font-size: 16px;    letter-spacing: -0.034em;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 1px solid #4996a8; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- ë¹„ë””ì˜¤ ê²Œì‹œíŒ ì„¤ì • ----- */
.vod-index-layout .dhb-txt-box{margin: 0px 5px 10px; width: 48%; float: left; border: 1px solid #d5d5d5; background-color: #fff;}
@media screen and (max-width: 767px) {.vod-index-layout .dhb-txt-box{width: 100%; margin: 10px 0 10px;}}
.vod-index-layout .dhb-txt-box > .dhb-txt-list{width: 100%; border-right: none;}
.vod-index-layout .dhb-txt-box > .col-md-4{display: none;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list > .row > div:nth-child(2) > a.btnRead{border-bottom: 0px solid transparent !important;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list h5 > a{color: #767676; font-weight: 400;}

/* ----- ê²Œì‹œíŒ ë²„íŠ¼ ì„¤ì • ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #d50d0d;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #fff;
    border: none;
    color: #222222;
    font-weight: 600;
}
.pagination > li > a, .pagination > li > span {
    color: #222222;
    border: none;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 12px;
    font-size: 13px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover {
    color: #222222;
    background: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

/* ----- ê²Œì‹œê¸€ ë·° íŽ˜ì´ì§€ ì„¤ì • ----- */
.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

/* ----- ì´ë¯¸ì§€ ê²Œì‹œíŒ ì»¤ìŠ¤í…€ -----*/
.img-bbs-default-index-layout .dh-front-gallery .filter-items {
    padding: 0 9px 0;
    margin: 40px auto 0px !important;
    display: table !important;
    table-layout: auto !important;
    float: none;
    width: 100%;
    max-width: 1200px;
}

.img-bbs-default-index-layout .dh-front-gallery a {
	width: auto !important;
    height: 100%;
    float: none;
    text-align: center;
    display: table-cell;
    position: relative;
}


.img-bbs-default-index-layout .dh-front-gallery .filter-items > a {
	width: calc(100% / 10) !important;
}

@media screen and (max-width: 767px) {
	.img-bbs-default-index-layout .dh-front-gallery .filter-items > a {
		width: calc(100% / 5) !important;
		display: inline-block;
	}
}

.img-bbs-default-index-layout .dh-front-gallery .filter-items .filter-label {
    margin: 0 5px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    height: 100%;
    position: relative;
    display: block;
    background: #fff;
    border-bottom: 2px solid #dedede;
    color: #aaa;
    padding: 0 0 10px;
}

.img-bbs-default-index-layout .dh-front-gallery .filter-items .filter-label:hover {
	color: #222222;
    background-color: #fff;
	border-bottom-color:#222222
}

.img-bbs-default-index-layout #portfolio ~ .row {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.img-bbs-default-index-layout #portfolio ~ .row .col-lg-12  {
	padding: 0px;
}




/* ----- tab ë©”ë‰´ ì„¤ì • ----- */
.filter-items{padding: 0 0 0;}
.filter-items .filter-label{color: #333; font-size: 13px; background-color: #f7f7f7; border: none; margin: 0px 1px 5px; padding: 12px 28px 12px;}
.filter-items .filter-label:hover{color: #fff; background-color: #d50d0d;}
/* //ê²Œì‹œíŒ ì„¤ì • ë */


/* ----19.04.30--- */
.img-wrap img{
	margin-bottom:15px;
}
.sub_content .quote{
	font-weight:bold!important;
	font-size:28px !important;
}


/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    /* background: #f5f5f5; */
    padding: 100px 15px;
}
.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{
    box-shadow: none;
    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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #333;
    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: #111;
}
.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;
    }
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    margin: 60px 40px;
    background-color: #f9f9f9;
}
.prepare-page {
    padding: 60px 30px;
    text-align: center;
}
.prepare-page > .exclamation {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    line-height: 1em;
    border: 4px solid #333;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: '\f12a';
    font-size: 32px;
    font-weight: 900;
    font-family: 'FontAwesome';
    color: #333;
}
.prepare-page > h4 {
    margin: 25px 0 20px;
    font-size: 25px;
    font-weight: 300;
    color: #777;
}
.prepare-page > h4 strong {
    font-weight: 500;
}
.prepare-page > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
}