/* General styles */
@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

body {
    font-size: 15px;
    line-height: 24px;
    color: #484848;
           padding-top: 88px; /* 네비게이션 바의 높이만큼 패딩 추가 */
           font-family: 'Paperlogy-8ExtraBold';


} 



h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;

}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 30px; margin: 0 0 20px;}
h3 {font-size: 20px; margin: 0 0 10px;}
h4 {margin: 0 0 10px; line-height: 1.5;}
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.hidden-info {
    opacity: 0;
  }

/* Header */

.header_right_form{
    position: relative; 
    top: 3px; 
    font-size: 22px

}

/*Preloader css*/
#loading{
    background-color: #ffcb0f;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/

@media (min-width: 768px) {
    .top_nav_m {
        display: flex;
        justify-content: space-between; /* 각 div를 양쪽 끝에 배치 */
        align-items: center; /* 세로 정렬을 중앙으로 맞춤 */
        width: 100%;
        background-color: #fff;
        position: fixed; /* 상단 고정 */
        top: 0; /* 브라우저의 상단에 고정 */
        left: 0; /* 화면의 왼쪽 끝에 고정 */
        z-index: 1000; /* 다른 요소들 위에 표시되도록 z-index 설정 */

    }
    .header_left{margin : 10px 8%; }
    .header_left p {        margin: 0 0 0 !important;}
    .header_left p span {font-size: 20px; font-weight: 700; }
    .header_left p red { color: #ff0000;}
    .header_left p yl { color: #19AEAA; }
 
    .header_right{ margin : 10px 8%;}
    .header_right a { 
        width: 100%; 
        text-align: center; 
        padding: 10px 15px; 
        display: block; 
        text-decoration: none; 
        text-align: center; 
        color:#000000; 
        font-weight: 700;}
    .header_right bold { font-size: 20px; font-weight: bold; }
    .header_right span {
        color : #ffffff;
        font-size: 20px;
        padding: 12px; /* 텍스트와 테두리 사이의 간격 */
        display: inline-block; /* 텍스트 크기에 맞게 박스 크기 조절 */
        border-radius: 30px; /* 모서리를 둥글게 */
        background-color: #19AEAA; /* 배경색 */
        font-weight: bold;
    }
}


@media (max-width: 767px) {
    body {
        padding-top: 100px; /* 네비게이션 바의 높이만큼 패딩 추가 */
    }
    .top_nav_m {
        width: 100%;
        position: fixed; /* 상단 고정 */
        top: 0; /* 브라우저의 상단에 고정 */
        left: 0; /* 화면의 왼쪽 끝에 고정 */
        z-index: 1000; /* 다른 요소들 위에 표시되도록 z-index 설정 */
    }
    .header_left {
        width: 100%; 
        padding: 10px;
        display: flex; 
        flex-direction: row; 
        justify-content: center; /* 수평 중앙 정렬 */
        align-items: center;     /* 수직 중앙 정렬 */
        background-color:#fff; 

    }
    .header_left p {
        font-size: 11px; 
        word-break: keep-all; 
        line-height: 18px; 
        font-weight: 700;
        margin: 0 0 0 !important;
     }
    .header_left p span {font-size: 15px; font-weight: 700; }
    .header_left p red { color: #ff0000;}
    .header_left p yl { color: #19AEAA; }
    
    .header_right {width: 100%; }
    .header_right a { 
        width: 100%; 
        background: #19AEAA; 
        text-align: center; 
        padding: 10px 15px; 
        display: block; 
        text-decoration: none; 
        text-align: center; 
        color:#ffffff; 
        font-size: 13px; 
        font-weight: 700;
    }
    .header_right a span { 
        font-size: 20px; 
        font-weight: 900;
        padding-left: 15px;
    }
    
    nav.navbar.bootsnav {
        display: none; /*모바일 환경에서 상단 메뉴 블라인드 */
    }

}

/* ---------------------------------------------- 하단 고정바 시작 -----------------------------------*/

@media (min-width: 768px) {
    .btm_bn_wrap {
        width :100%;  
        background-color: #181818; 
        border-top: 2px solid #19AEAA; 
        position: fixed; 
        bottom: 0; 
        left: 0; 
        z-index: 99
    }
    .btm_bn {
        width: 1280px; 
        margin: 0 auto; 
        position: relative;
    }
    .btm_txt {
        width :100%; 
        display: flex; 
        flex-direction: row; 
        justify-content: space-between; 

    }
    .btm_txt h1 {
        font-size: 26px; 
        color:#fff; 

    }
    .btm_txt h1 span {
        font-size: 30px; 
        color:#fecd07; 
        padding-left: 15px; 
        font-weight: bold;
    }
    .btm_bn_btn {
        display: inline-flex; /* inline-block 대신 사용하여 상하 중앙 정렬 */
        align-items: center; /* 상하 중앙 정렬 */
    }
    .btm_bn_btn span {
        color: #ffffff;
        font-size: 20px;
        padding: 10px 40px; /* 텍스트와 테두리 사이의 간격 */
        display: inline-flex; /* inline-block 대신 사용하여 상하 중앙 정렬 */
        align-items: center; /* 상하 중앙 정렬 */
        justify-content: center; /* 좌우 중앙 정렬 */
        border-radius: 30px; /* 모서리를 둥글게 */
        background-color: #19AEAA; /* 배경색 */
        font-weight: bold;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .btm_bn_wrap {
        width :100%; 
        background-size: cover; 
        background-color: #ffffff; 
        border-top: 2px solid #19AEAA;
        position: fixed; 
        bottom: 0; 
        left: 0; 
        z-index: 99;
    }
    .btm_bn {
        width: 100%; 
        margin: 0 auto; 
        position: relative;
    }
    .btm_txt {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        width: 100%;
    }
    .btm_txt h1 {
        font-size: 14px; 
        color:#000000; 
        line-height: 26px;
    }
    .btm_txt h1 span {
        font-size: 20px; 
        color:#19AEAA; 
        display: block;
    }
    .btm_bn_btn {    
        width: 70px; /* 고정 너비 */
        height: auto; /* 높이 자동 */
        margin: 0 20px; /* 좌우 균등 여백으로 중앙 정렬에 도움 */
    }
    .btm_bn_btn a {    
        color: #ffffff;
        font-size: 15px;
        padding: 7px 8px; /* 텍스트와 테두리 사이의 간격 */
        display: inline-flex; /* inline-block 대신 사용하여 상하 중앙 정렬 */
        align-items: center; /* 상하 중앙 정렬 */
        justify-content: center; /* 좌우 중앙 정렬 */
        border-radius: 13px; /* 모서리를 둥글게 */
        background-color: #19AEAA;; /* 배경색 */
        font-weight: bold;

}


#portfolio{
    display: none;
}


}






/* ---------------------------------------------- 하단 고정바 끝 -----------------------------------*/











/* Top Nav */

.list-inline.info {
    float: left;
    margin: 0;
}

.list-inline.social_icon {
    float: right;
    margin: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
    background: #222533 none repeat scroll 0 0;
    border: 0 none;
    height: 80px;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #aaa;
}
.navbar-brand {
    height: auto;

}
.navbar-brand p{
    color: #ffffff;
    font-size: 22px;
    margin: 0px;
    font-weight: 900;
}
.navbar-brand yl{color:#19AEAA;
}

.nav.navbar-nav.menu {
    float: right;
}
.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: #19AEAA;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #19AEAA;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: 800px;

}
.home .carousel .item img{
    width:100%;
    height: 800px;
    object-fit: cover;
}

.imageim {
    width: 600px !important;
    height: auto !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}


@media (max-width: 768px) {
.imageim {
    width: 95% !important;
    height: auto !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
}

.image-mobile {
    display: none;
}
.p-desktop {
    display: block; /* 기본 텍스트 */
}
.p-mobile {
    display: none; /* 모바일 텍스트 표시 */
}

/* 화면 너비가 767px 이하일 때 */
@media (max-width: 768px) {
    .image-desktop {
        display: none;  /* 데스크톱 이미지 숨기기 */
    }
    .image-mobile {
        display: block; /* 모바일 이미지 표시 */
        width: 90% !important;
        margin: 0 auto !important;
     }
.p-desktop {
    display: none; /* 데스크톱 텍스트 숨김 */
}
.p-mobile {
    display: block; /* 모바일 텍스트 표시 */
}}
/*.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 700px;
}*/
.carousel .overlay {
    background: rgba(0, 0, 0, 0.638) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
    left: 5%;
    right: 5%;

}
.carousel-caption h1 {
    color: #fff;
    margin-bottom:20px;
    font-weight: 900;
    letter-spacing: 3px;
}
.carousel-caption h1.second_heading {
    color:#ffcb0f;
    margin-bottom:35px;
}
.carousel-caption > h3 {
    color:#ffcb0f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 23px;
    line-height: 28px;
    max-width: 600px; /* 원하는 최대 너비 설정 */
    margin: 0 auto; /* 가운데 정렬을 위한 margin 설정 */
    text-align: center; /* 텍스트 가운데 정렬 */
    word-wrap: break-word; /* 단어 단위로 줄바꿈 */
    line-height: 50px;
    
}

.carousel-caption p red { color: #ff0000;}
.carousel-caption p yl { color: #19AEAA; }
.carousel-caption p font25 { font-size: 25px; }
.carousel-caption p font30 { font-size: 28px; }
.carousel-caption p font35 { font-size: 35px; line-height: 2;}
.carousel-caption p bold { font-weight: bold;}
.carousel-caption p b300 { font-weight: 300;}
.carousel-caption p b700 { font-weight: 700;}
.carousel-caption p b900 { font-weight: 900;}
.carousel-caption p s17 { font-size : 17px;}

.btn.know_btn {
    background: #ffcb0f none repeat scroll 0 0;
    border-radius: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
}
.carousel-caption .btn.know_btn {
    margin-top: 40px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#ffcb0f;
    border:1px solid #ffcb0f;
}




.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:50%;
}

/* About */
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 50px;
    margin: 90px 0 15px;
    color:#121212;
    line-height: 1.2; /* 행간 조절을 위한 line-height 추가 */
}
.about_content > h3 {
    color:#494949;  
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
    line-height: 1.5; /* 행간 조절을 위한 line-height 추가 */
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
    line-height: 1.5; /* 행간 조절을 위한 line-height 추가 */
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}

.about_banner img {
    margin-top: 80px;
}


/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #ffcb0f, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 38px;
    font-size:45px;
}
.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

/* Services */
#services h2 {
    margin: 85px 0 50px;
    text-align:center;
}
.service_item > h3 {
    margin: 25px 0 15px;
}
.service_item .btn.know_btn {
    margin: 20px 0 100px;
}

/* Portfolio */
#portfolio {
    background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
    border-bottom:2px solid #ffcb0f;
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(255,203,15,0.85);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:6px solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: #ffcb0f none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border:1px solid transparent;
}
.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #ffcb0f;
    background:transparent;
    color:#ffcb0f;
}

/* Testimonial */
#testimonial {
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: "GillSansMT-UltraBold";
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #ffcb0f none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {
    font-family: "futura_ltbold",sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#contact_form {
    background: #fedb5d none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#73757e;
}
#contact_form .second_heading {
    font-size: 40px;
    
    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #ffcb0f;
    box-shadow: 0px 0px 5px 1px #ffcb0f;
}
#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: url(../images/footer_bg.jpg)no-repeat;
    background-size:cover;
    position:relative;
    padding-top:45px;
}
footer::before {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer::after {
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}
.footer_item {
    margin-top: 75px;
}
.footer_item > h4 {
    color: #fff;
    
    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}
.footer_item .list-unstyled > li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: 200px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #ffcb0f none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #d7a300 none repeat scroll 0 0;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding: 14px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top:55px;
}
.footer_bottom a {
    color: #ffcb0f;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d7a300;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 150px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

/* Responsive Styles for various devices */

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .carousel-caption {
        top: 50px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;
    }
    .carousel-caption > h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 20px;
        line-height: 35px;
        max-width: 300px; /* 원하는 최대 너비 설정 */
        margin: 0 auto; /* 가운데 정렬을 위한 margin 설정 */
        text-align: center; /* 텍스트 가운데 정렬 */
        word-wrap: break-word; /* 단어 단위로 줄바꿈 */
    }
    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }
    .carousel-caption p b700 {
       font-size: 17px;
    }
    #about{
        text-align: center; /* 텍스트 가운데 정렬 */
        justify-content: center; /* 수평 중앙 정렬 */
    }
    .about_content {
        margin-right: 0px;
    }
    .about_content > h2 {
        font-size: 35px;
        margin-top: 70px;
    }
    .about_content > h3 {
        font-size: 20px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }

    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }
    .about_banner img {
        margin-top: 0px;
    }

}



