h1 {
    font-family: 'NanumSquareB';
    font-size: 38px;
    color: #444444;    
}
h3 {
    font-family: 'NanumSquareB';
    font-size: 24px;
    color: #393939;
}
h4 {
    font-size: 19px;
    color: #6a6a6a;
}
.section-title {
    text-align: center;
}

a:focus, a:hover {
    text-decoration: none;
}

/*---------------------------------------
    OUR-VISION               
-----------------------------------------*/
#our-vision {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.single-feature {
    padding-top: 50px;
}
.single-feature span i {
    font-size: 138px;
    color: #b0b0b0;
}
.single-feature p {
    font-size: .95em; /* 원본크키의 95% */
    color: #777777;
    letter-spacing: -.5px;
}

.icon-human
{background:url('m_con01.jpg') no-repeat center; width:134px; height:149px; display : inline-block; }
.icon-globe2
{background:url('m_con02.jpg') no-repeat center; width: 134px;height:149px; display : inline-block;}
.icon-lights2
{background:url('m_con03.jpg') no-repeat center; width:134px; height: 149px; display : inline-block;}

.single-feature
{padding:0px;}
#our-vision .col-md-4 span
{float:left;}
#our-vision .col-md-4 .sec01_txt
{padding-left:177px; text-align:left;}
#our-vision .col-md-4 .sec01_txt h3
{font-size:22px; color:#333;}
#our-vision .col-md-4 .sec01_txt p
{padding-top : 10px; color:#767676; font-size:16px;}
#our-vision .col-md-4 .sec01_txt p a
{margin-top:20px; display : inline-block; border:1px solid #333; padding : 5px 37px; color:#333; font-size:14px;}
#our-vision .col-md-4 .sec01_txt p a:hover
{background:#006030; color:white; transition-duration:0.15s; border-color:#006030}



/*---------------------------------------
    PRODUCT               
-----------------------------------------*/
#product {
    padding-top: 60px;
    padding-bottom: 40px;

}
#product .gallery-output {
    padding-top: 30px;
    background:#f2f2f2;
}
#gallery .section-title 
{ text-align:left;}
#gallery .col-md-12:first-child
{border-bottom:2px solid #333;}
#gallery .section-title h1
{color:#2d2d2d; font-size:27px; display : inline-block; text-align:left; padding:15px 0px;}

#gallery .section-title .navi
{position:absolute; top : 25px; right:0px;}
#gallery .section-title .navi_wrap
{display : inline-block;}
#gallery .section-title .navi .pro_plus
{background:url('plus.png') no-repeat center; width:11px; height:17px; display:inline-block; padding:18.5px; border:1px solid #cfcfcf; border-right:none; border-left:none; z-index:1; position:relative;right:44px;}
#gallery .owl-carousel .owl-controls .owl-buttons div.owl-prev
{background:url('product-prev.jpg') no-repeat center; width:40px; height:39px; display : inline-block; border:1px solid #cfcfcf; z-index:1;}
#gallery .owl-carousel .owl-controls .owl-buttons div.owl-next
{background:url('product-next.jpg') no-repeat center; width:40px; height:39px; display : inline-block;border:1px solid #cfcfcf; z-index:1;}
#gallery .owl-next:hover
{background:url('product-next-hover.jpg') no-repeat center; border-color:#7f280b;}
#gallery .owl-prev:hover
{background:url('product-prev-hover.jpg') no-repeat center; border-color:#7f280b;}




/*---------------------------------------
    QUICK-MUNU               
-----------------------------------------*/
#quick-menu {
    padding-top: 60px;
    padding-bottom: 30px;
}
.inner-con {
    margin-top: 40px;
    background: white;
	-webkit-box-shadow: 0px 6px 62px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 62px -6px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 6px 62px -6px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 6px 62px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 62px -6px rgba(0,0,0,0.3);
    overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.inner-con .desc {
    padding: 25px;
}
.inner-con .desc h4 {
    font-family: 'NanumSquareB';	
    font-size: 21px;
    color: #333333;
    margin: 0;
}
.inner-con .desc span {
    font-size: 15px;
    font-weight: bold;
	color: rgba(0,0,0,0.356);
}
.inner-con .desc p {
    font-size: 0.875em; /* 14px */
    color: rgba(0,0,0,0.7);
	padding: 15px 0 20px 0;
}
.inner-con .desc .btn {
    font-size: 1em; /* 16px */
    letter-spacing: -1px;
}
.btn-blue {
    background: #2d5b79;
    color: #ffffff;
    border: 1px solid #2d5b79;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	background: #fff;
	border-color: #2d5b79;
	color: #2d5b79;
}

/*---------------------------------------
    게시판 및 고객센터               
-----------------------------------------*/
#customer {
    padding-bottom: 80px;
    padding-top:40px;
}
#customer .col-md-6
{border:1px solid #ddd; padding: 30px 40px; width:48.5%; height:250px;}

#customer .col-md-6.cs-center
{float:right;}


#customer h2 {
    color: #222;
	font-size: 28px;
    letter-spacing: -2px;
    margin-top:0px;
}



.notice a.btn, .qna a.btn {
    float: right;
    width:34px;
    height:34px;
    position:relative;
    padding:0px;
}


#customer .cs-center
{background:url('cs-center-man.jpg') no-repeat right bottom;}
#customer .cs-center .cs-center-wrap:hover .cs-center-txt h2
{color:#461302}
#customer .cs-center .cs-center-wrap .cs-center-txt
{background:url('cs-center-call.png') no-repeat;  display:inline-block; width:100%; padding-left:50px; margin-top:20px;}
#customer .cs-center .cs-center-wrap .cs-center-txt h2
{color:#7f280b; font-size:32px; margin:0px; letter-spacing:0px;}
#customer .cs-center .cs-center-wrap .cs-center-txt p
{font-size:21px; color:#979797; margin:0px;}
#customer .cs-center .cs-center-wrap .cs-center-txt span
{font-size:15px; color:#878787;}


.notice a.btn .row, .qna a.btn .row
{width:17px;height:1px; background:#c1c1c1; margin-top:16px; text-align:center; display : inline-block;}
.notice a.btn .col, .qna a.btn .col
{width:1px; height:16px; background:#c1c1c1; position:absolute; top : 9px; left:15px;}
.notice a.btn:hover, .qna a.btn:hover
{transform:rotate(90deg); transition-duration:0.2s;background:#7f280b; border-color:#7f280b; }
.notice a.btn:hover .row, .qna a.btn:hover .col
{background:white;}

.notice p, .qna p {
    width: 100%;
    padding-top: 7px;
}
.btn-sm {
	padding: 4px 10px;
}
.btn-more {
	background: #fff;
	font-size: 13px;
	color: #333333;
	border: 1px solid #e5e5e5;
}
.btn-more:hover, .btn-more:focus, .btn-more:active {
	background: #fff;
	border-color: #2877aa;
	color: #2877aa;
}
.cs-center span.comment {
    font-family: 'NanumSquareB';
	color: #2877aa;
	font-size: 42px;
    letter-spacing: -3px;
    line-height: 1;
}
.cs-center span.comment i {
	position: relative;
	left: 0;
	top: 4px;
	width: 45px;
	height: 45px;
	color: #2877aa;
	padding: 0 5px 15px 0;
	letter-spacing: 0;
}

.cs-exp {
    line-height: 1.2;
}
.cs-exp p {
    padding-top: 12px; 
    margin: 0;
}
.cs-exp span {
    font-size: 0.9em; /* 16px의 90% */
    color: #707070;
    padding-top: -5px;
}
.container
{padding:0px;}



#customer .mob
{display : none;}
@media screen and (max-width:991px) {
    #customer {
        padding-top: 15px;
        padding-bottom: 55px;
    }
	#customer .notice {
		padding-bottom: 20px;
	}
}
@media screen and (max-width:991px) {
	#customer .qna {
		padding-bottom: 20px;
	}
}






@media screen and (max-width : 420px)
{
    .container
    {padding:0px 20px;}

    #our-vision .col-md-4
    {margin-bottom:15px; display : inline-block;}
    #our-vision .col-md-4 .sec01_txt
    {padding-left:150px;}

    #product .section-title h1
    {font-size:32px;}
    #our-vision .col-md-4 .sec01_txt p
    {word-break:keep-all;}
    #our-vision .col-md-4 .sec01_txt p br
    {display:none;}
    
    #gallery .owl-carousel .owl-controls
    {width:7%;}
    #gallery .owl-carousel .owl-controls .owl-buttons div.owl-prev
    {border-right:none;}
    #gallery .section-title .navi .pro_plus
    {display : none;}

    

    #customer .notice
    {width:100%;}
    #customer .col-md-6
    {width:100%; margin:0 0 20px; padding:30px 15px;}

    .cs-center 
    {width:100%; background-size:100% 100%;}
    #customer .mob
    {display : inline-block;}
    #customer .com
    {display : none;}
    #fooer .footer_box
    {float:none; position:static; top:0px; text-align:center; padding-bottom:10px; }
    #fooer .footer_box a
    {padding:10px 20px; margin-bottom:8px;}
}





#gallery {
	padding-top: 60px;
    padding-bottom: 60px;
}

.gallery-area {
	text-align:center;
}
#gallery .block-bottom {
	text-align:center;
}
.gallery-list {

}
.gallery-items {
}
.gallery-img {
}
.gallery-items-text {    

}
.gallery-items-text h1 {
    font-family: 'NanumSquareB';
    color: #333;
	font-size: 20px;
	padding-top: 15px;
}
.gallery-items-text p {
	color: #565656;
	font-size: 15px;
	margin:0;
	padding-bottom: 30px;
	font-family: 'NanumSquareR';
	font-weight: 400;
}
#gallery .col-md-12:nth-child(2)
{
    background:#f2f2f2;
    padding:15px;
}
