/* 웹폰트 Import */
@import url('http://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
* {font-family: 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}


/* 상단 메뉴 설정 시작 */
.navbar-inverse{
	background: #fff;
    border-bottom: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* //상단 메뉴 설정 끝 */


/* 상단 메뉴 로고 시작 */
.navbar-brand img {
	padding-top: 22px;
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .navbar-brand{padding: 15px 0px 15px 15px;}
    .navbar-brand img{
        width: 80%;
        margin: 10px 0 0;
        padding: 0 0 0;
    }
}
/* //상단 메뉴 로고 끝 */


/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.navbar-inverse .navbar-nav > li > a{
	background-color: transparent;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 40px 0px 40px;
    margin: 44px 0px 26px 0px;
    border-right: 1px solid #ddd;
}
/*
.navbar-inverse .navbar-nav > li:nth-of-type(5) > a{font-size:0px;}
.navbar-inverse .navbar-nav > li:nth-of-type(5):before > a{
	color: #555;
    font-size: 15px;
    font-weight: 500;
display:block;
content: 'Login';}
*/

.navbar-inverse .divider-vertical+li,
.navbar-inverse .divider-vertical+li+li {
 display: none !important;
}

.navbar-inverse .navbar-nav > li:last-child > a{border-right:none !important;}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {padding: 10px 40px 10px 40px; margin: 20px 0px 20px 0px;}
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #f1592a;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    color: #f1592a;
    background-image: none;
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-right: 1px solid #ddd;
}

.navbar-inverse .divider-vertical {display:none;}
.caret {display:none;}
.topmarginLay_a {margin-top: -20px !important;}
.nav.navbar-nav.navbar-right li:hover:afger {width: 100%;}
.nav.navbar-nav.navbar-right li:after {
    color: #000;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-top: 2px solid #ec7550;
    margin-top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ----- 모바일 메뉴 ----- */
.navbar-toggle {
    background-color: #f15a28;
    border: 1px solid #f15a28 !important;
    margin: 20px 15px 20px 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #4ca4ff;
}
/* //상단 메인 메뉴 설정 끝*/


/* 상단 서브 메뉴 설정 시작*/
.navbar-nav .dropdown-menu{
    left: 0 !important;
    right: auto !important;
    padding: 0;
    margin: 0;
    font-size: 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    min-width: 170px;
}
.navbar-nav .dropdown-menu > li > a{
	background: #fff;
    color: #666;
    padding: 16px 20px 16px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.navbar-nav .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #fff;
    color: #9a8b85;
}
/* //상단 서브 메뉴 설정 끝*/


/* 슬라이드 설정 시작 */
.container_slide {
    width: 100%;
    padding: 0;
}
.fill {
    height: 460px;
}
.carousel-caption{
    bottom: 55px;
    padding: 0;
}
.fill h1 span, .fill p span{
    background: transparent !important;
    opacity: 1 !important;
}
.fill h1 span {
    text-shadow: 0px 0px 0px !important;
    margin: 0 0 15px !important;
    font-family: 'Times New Roman' !important;
}

.fill p span {
    color: #fff;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.3) !important;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
}

.sl-logo {margin: 10px 0 10px;}
.sl-title {
    color: #f1592a;
    margin: 0px 0px 15px !important;
    display: inline-block;
    font-size: 42px;
    font-style: italic;
}
.sl-phrase {
    line-height: 1.8;
    display: inline-block;
    margin: 0 0 36px;
    font-size: 21px !important;
}
/* //슬라이드 설정 끝 */


/* 푸터 영역 설정 시작*/
.footer-social-layout {display: none;}
.footer_copy .text-center {
    background-color: #fcfcfc;
    color: #999;
    font-size: 12px;
    padding: 30px 20px;
    margin: 0px;
    text-align: center;
}
/* //푸터 영역 설정 끝*/


/* 메인 페이지 설정 시작 */
.container_contents {width: auto; padding: 0;}

/* main-html-area */
.thumb-box2 {
    margin: 0 0 0;
    padding: 40px 0px 60px;
    text-align: center;
    background: #f3f3f3;
}

.thumb-box2 h3{
    font-style: italic;
    color: #797979;
    font-weight: 500;
}
.thumb-box2 p {
    margin: 10px 0 50px;
    color: #FE4300;
    line-height: 20px;
    font-style: italic;
    font-size:13px;
}
.thumb-box2 .title-line{
    height:1px;
    background-color:#FE4300;
}

.service_des{
    border-left: 1px solid #B1CFD7;
    padding: 0 34px;  
    min-height:107px
}

.thumb-box2 .col-sm-4:nth-of-type(1){
    padding-right:0;
}

.thumb-box2 .col-sm-4:nth-of-type(1) .service_des{
    border-left:none;  
}
.thumb-box2 .service_img a{margin-top:15px;display:inline-block}
.thumb-box2 .service_img a,.thumb-box2 .service_img i{
    color:#FE4300;
}

.thumb-box2 .service_img a:hover,.thumb-box2 .service_img a:active{
    color:#FE4300;
}

.sec-title{
    color: #F15A28;
    font-size: 28px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    margin: 20px 0 10px;
}

.thumb-wrap {width: 85%; margin: 0 auto;}
@media screen and (max-width: 767px) {
    .thumb-wrap {width: 260px;}
	.thumb-wrap .item-wrap{margin-bottom:20px;}
	.service_des{
		border-left: none;
		padding: 0 15px;  
	}
	.thumb-box2 p{margin-bottom:0;}
}
.thumb-pad5 .thumbnail {
    position: relative;
    margin: 20px 30px 0;
    border-radius: 100%;
    box-shadow: none;
    width: 210px;
    height: 210px;
    border: 1px solid #dedede;
    padding: 40px 20px 30px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.thumb-pad5 .thumbnail p {
    margin-bottom: 15px;
    text-align: left;
}
.thumb-pad5 .thumbnail span {
    color: #272b37;
    font-size: 100px;
    text-shadow: 3px 4px 0px #c2c2c2;
    height: 111px;
}
.thumb-pad5 .thumbnail .caption .title {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.thumb-pad5 a:hover .thumbnail{
    border: 1px solid #FFBBA5;
    background: #FFFBF6;
}

.sec-sub{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 8px 5px;
    margin: 0px 6px 5px;
    display: inline-block;
    background-color: #F15A28;
}

/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 공통 ----- */
.sub-content {padding: 0px 0px 90px;}
.sub-content > div {padding: 0;}

/* ----- 상단 이미지 영역 ----- */
.sub-bar-title {
    height: 300px;
}
.sub-bar-title > div {
    position: relative;
    height: 100%;
    padding: 0;
}
.sub-bar-title > div > h2 {
    margin: 0;
    padding: 0 30px 0;
    position: absolute;
    bottom: 20px;
    font-size: 24px;
    font-family: 'Tahoma' !important;
    font-weight: 600;
}

/* ----- 사이드 바 영역 ----- */
.sub-sidemenu {
    padding: 0px;
}


.sub-sidemenu ul.sub-sidemenu-f {
    padding-left: 0px;
}
.sub-sidemenu .sub-sidemenu-f > li {
    padding: 0px 40px 0px 0px;
    list-style: none;
    margin-left: 0px;
}
.sub-sidemenu .sub-sidemenu-f > li.title h3{
    margin: 0;
    padding: 35px 20px 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Tahoma' !important;
    color: #9a8b85;
    border-bottom: 2px solid #9a8b85;
}
.sub-sidemenu .sub-sidemenu-f > li a {
    color: #777;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Tahoma' !important;
    display: block;
    border-bottom: 1px solid #ededed ;
    padding: 14px 20px 14px;
}
.sub-sidemenu li.active >a {
    color: #f1592a;
}

.sub-sidemenu .sub-inner-sidemenu{
	padding-left:20px;
}

.sub-sidemenu .sub-inner-sidemenu li {
	list-style:none;
}

.sub-sidemenu .sub-inner-sidemenu li a{
	border-bottom:none;
	font-size: 14px;
}
/* ----- breadscrumb 영역 ----- */
.breadcrumb {
    background-color: #fff;
    width: 100%;
    text-align: right;
    padding: 10px 0 10px;
    margin: 0 0 30px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}
.breadcrumb>.active {color: #333;}

/* ----- 콘텐츠 영역 ----- */
.content-inner h2{
    color: #555;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 16px;
}
.content-inner p.p-style01{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin: 0 0 10px;
}
.content-inner h5.h5-style02{
    color: #f1592a;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Times New Roman', 'Noto Sans CJK KR' !important;
    margin: 5px 0 50px;
    line-height: 1.5;
}
.content-inner p{
    color: #7a716c;
    margin: 0 0 15px;
    line-height: 1.6;
    font-size: 15px;
}
.content-inner .line-bottom{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin: 10px 0 10px;
}

/* ----- page - Who We Are ----- */
.sub-greeting { 
    background-image: url('/skin/img/sub/bg_menuTitle1.png'); background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.greeting-orange {color: #f1592a;}
.greeting-title01 {
    color: #333 !important;
    font-size: 22px !important;
    font-style: italic;
    font-weight: 600;
    font-family: 'Times New Roman' !important;
}
.greeting-title02 {font-size: 18px;}
.greeting-caution {
    color: #f1592a;
    font-size: 13px;
    font-style: italic;
    padding: 0 0px 0 5px;
}

.font-newroman {
    font-family: 'Times New Roman' !important;
    font-weight: 600;
    font-size: 22px;
}
.font-tahoma {font-family: 'Tahoma' !important;}

/* ----- page - What We Do ----- */
.sub-service {
    background-image: url('/skin/img/sub/bg_menuTitle2.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.table-caption {margin: 10px 0 20px !important; font-size: 13px !important;}

/* ----- page - Contact Us ----- */
.sub-contact {
    background-image: url('/skin/img/sub/bg_menuTitle3.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.p-caption {color: #f1592a !important; font-size: 13px !important;}
.p-contact {color: #6e6eec; text-decoration: underline;}
.btn-contact {font-weight: 500; background-color: #f1592a; display: inline-block; padding: 8px 30px 8px; margin: 20px 0 0;}
.btn-contact > a {color: #fff;}
.sub-join {margin: -40px -15px 40px;}
.join-agree-layout .btn-primary {background: #f1592a; border: 1px solid #f1592a;}

/* ----- button 설정 ----- */
.btn-primary, .btn-danger{background-image: none; box-shadow: 0 0 0 rgba(0,0,0,0); border-radius: 0; text-shadow: 0 0 0 rgba(0,0,0,0);}

/* ----- table 영역 설정 ----- */
.table{
    font-size: 13px;
    width:100%;
    border-top: 2px solid #F1592A;
    border-bottom: 2px solid #cecece;
    word-break: break-word;
}
.table tr{line-height: 20pt;}
.table th{
    padding:8px 14px;
    color:#333;
    font-weight: 500;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-break: break-word;
}
.table td{
    padding:11px 14px;
    background-color:#fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    word-break: break-word;
}
/* //서브 페이지 설정 끝 */
/*.navbar-right>li:last-of-type>a{color:#fff;}*/


/*=================================================
		. ourteam
=================================================*/
/*****#####===== ourteam =====#####*****/
.team-introduce{margin-top:40px;}
.team-introduce .item-wrap h3{    
	font-size: 16px;
	color: #333;
    margin-bottom: 0;
}

.team-introduce .item-wrap h4{    
	font-size: 13px;
    color: #7a716c;
    margin-top: 5px;
    font-weight: 400;
}

.team-introduce .item-wrap p{    
	color: #333;
    margin: 0 0 15px;
    line-height: 1.6;
    font-size: 13px;
}

.team-introduce .item-wrap{
	border: 1px solid #ccc;
    border-bottom: 2px solid #f1592a;
}

.team-introduce .item-wrap:hover .img-wrap{
	opacity:0.8
}

.team-info-wrap{
    margin-top: 20px;
    padding: 15px;
    background: #fafafa;
}

/*****#####===== =====#####*****/
.personal-introduce{margin-top:20px;}
.personal-introduce p{font-size:13px;}
.personal-introduce .name{font-weight:600;font-size:16px;}
.personal-introduce .subject{font-size: 15px; font-weight: 600; margin-top: 20px;color:#F1592A}
.personal-introduce .subject .email{color:#7a716c;font-size:13px;}
.personal-introduce .text-content{margin-top:20px;}
.personal-introduce .text-content p{word-break:break-word;}


/*****#####===== contact us=====#####*****/
/* 이용약관 없애기 */
.join-agree-layout .panel .panel-heading{display:none;}
.join-agree-layout .panel .panel-body .form-group:first-child{display:none;}
/* 회우너가입 개인정보입력없애기 */
.join-layout .joinForm-id{display:none}
.join-layout .joinForm-pw{display:none}
.join-layout .joinForm-pw2{display:none}
.join-layout .joinForm-birthdate{display:none}
.join-layout button,.join-layout button:hover,.join-layout .btn-primary:focus,.join-layout .btn-primary:hover{ background-color: #f1592a !important; border: 1px solid #f1592a !important;}

/* 2018-06-25 */
.dh-popup > p:first-child {
    display: none;
}

.dh-popup {
    border: 6px solid #F15929;
    top: 100px;
    padding: 0;
	z-index: 1020 !important;
}

.popup_design01 {
    padding: 30px 30px 20px;
	max-width: 600px;
}

.popup_top {
    font-size: 24px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #F15929;
    margin: 0 0 20px;
}

.popup_content p {
    font-size: 13px;
    color: #555;
    letter-spacing: -0.03em;
    line-height: 1.7;
    word-break: keep-all;
}

.popup_content p > strong {
    font-size: 16px;
    color: #F15929;
    text-decoration: underline;
}