@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#fff;     /*배경 색*/
	border-color:#080808;         /*테두리 색*/
	border-bottom: none;
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    margin:10px 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
	background-color:#fff;	      /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:15px;               /*텍스트 크기*/
	padding:23px 24px 15px 24px;  /*내부 여백*/
	/*margin-top:8px;*/       /*외부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu{
    border-radius:0;
    box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    padding:0;
}
.dropdown-menu > li > a{
	background-color:#ffffff;     /*배경 색*/
	color:#05153a;                /*텍스트 색*/
	padding:15px 20px 15px 20px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	font-size:14px;
}
.dropdown-menu > li > a:hover{
    background-color:#eee;
    background-image:none;
    color:#ff7f27;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body {
    font-family: "나눔고딕","NanumGothic","맑은 고딕","Malgun Gothic","Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
	background-color:#ffffff;     /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption{
    width:auto;
    bottom:auto;
}
.flex-caption {
    position: absolute;
    display:inline-block;
    left: 20%;
    top:50%;
    text-align: left;
    margin-bottom:0;
    margin-top:-84px;
    margin-left:-60px;
    padding:45px 40px 5px 40px;
    background:rgba(0, 0, 0, 0.53);
    border:1px solid #000;
}
/*
.flex-caption span{
    background:none;
    color:#05153a;
}
*/
.flex-caption span.intro-title {
	background: none;        /*배경 색*/
	color: #05153a;                /*텍스트 색*/
	padding: 0px 0px 0px 0px;      /*내부 여백*/
	margin: 0px 0px 0px 0px;   /*외부 여백*/
	display: inline-block;
	text-shadow: none;
	letter-spacing: -2px;
	font-weight:600;
	margin-bottom:10px;
}
.flex-caption span.intro-title strong {
    font-family: 'NanumGothic';
}
.flex-caption span.intro-text {
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	/*margin:10px 10px 10px 10px;   외부 여백*/
	font: 18px/1 'NanumGothic';
	margin-bottom: 22px;
    text-shadow: none;
}

.flex-caption span.slide-font{
    font-size:32px;
    background:none;
    text-shadow:none;
    padding:0;
    margin-bottom:8px;
    display:inline-block;
}
/*
.flex-caption span.slide-font-red{
    color:#cc021c;
}
*/

.flex-caption span.slide-sub{
    font-size:19px;
    background:none;
    text-shadow:none;
    padding:0;
    font-weight:400;
}

/*인트로 텍스트 설정 끝*/



/*---------------------------------------skin design---------------------------------------------*/

.navbar-toggle {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #ff7f27;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #2c2c2c;
    }
}

.navbar-inverse {
    color: #fff;
    border-color: #fff;
    box-shadow:1px 1px 1px rgba(0,0,0,0.2);

}
.navbar-inverse .divider-vertical {
display:none;
}

.navbar-brand img{
    max-width:80%;
}
/*
.navbar-brand img{
width:80%;
transition-duration: 0.3s;
transition-timing-function: ease;
}
*/

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #ff7f27;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #05153a;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
    font-weight:500;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.flexslider {
    margin: 0px;
    background: #FFF url("./ajax-loader-.gif") no-repeat scroll center center;
    border: 0px solid #FFF;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-brand{font-family: 'Lobster', cursive; font-size: 22px;}

.intro-widgetbox{display:none;}

.container_contents{width:auto;}


.container_contents section{overflow:hidden;min-height:100px;}
.container_contents section>div{padding:0px; text-align:center;}

.intro-html-layout>div.col-sm-12{padding:0px;}

.con-area1{background:#fff;}
.con-area2{background:#fff;position:relative;}
.con-area3{}
.con-area4{}

.gu-slider .carousel-inner .item{height:600px;background-size:cover!important;background-position:center!important;}

.topmarginLay_a {
    height: 40px !important;
}

.carousel li {margin-right: 0px;}

.sl-con{display:table; width:100%; height:600px;;}
.sl-con>span{display:table-cell !important; vertical-align:middle;}
.sl-con img{margin: 0 auto;}
.sl-con-small>img{width:290px;}

video{min-width: 100%;min-height: 100%;width: auto;height: auto;background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;transition: 1s opacity;}

.section-about{position: absolute;top: 0px;right: 0px;max-width: 450px;text-align: left;padding: 35px;color:#000;background:rgba(255,255,255,0.5);}

.title-font1{font-family:Impact !important;font-size: 45px;}
.con-area3{padding:35px 0!important;}


.con-area4{min-height:150px;}
.gu-parallax { background: url(/skin/img/pcg24-bg1.jpg) 50% 0 fixed; height: auto;  margin: 0 auto; width: 100%; position: relative;   box-shadow: 0 0 50px rgba(0,0,0,0);padding: 0px; }
.con-area4 .text{padding:80px 20px;background:rgba(0,0,0,0.3);color:#fff;max-width:650px;margin:0 auto;}
.con-area4 .text h3{margin-bottom:15px;font-weight:bold;}

.socialArea img{border-radius: 50% !important;}

#map-canvas {width: 100%; height: 500px;margin: 0;padding: 15px;}
.gu-address{padding:25px;text-align:right;}

.addressmap{background: #f5f5f5;overflow: hidden;}

.intro-board-layout{width: 100%;}
.intro-board-layout .page-header{display:none;}


.section-board1{min-height:0px;background:#6EBFAC;}
.section-board1 h1{padding:45px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 50px !important;}
.section-board1 a.btnBoard1{padding: 20px;color: #fff;background:#83CEBC;}

.gu-gotop{padding: 15px;display: block;background: #f5f5f5;margin-bottom: 35px;color: #000;}

.gu-btn-contact{}

.footer_copy .text-center {padding-bottom: 40px;}


/*블로그게시판 custom*/
.dhb-txt-box{width:33.3%;float:left;min-height: 300px;background: #FFF none repeat scroll 0% 0%;border: 0px solid #D9D9D9;}
.dhb-txt-box .text-right{display:none;}
.dhb-txt-list{width:100%!important;border-right: 0px solid #D9D9D9;}
.dhb-txt-list>.row div:first-child{width:100%;}
.dhb-txt-list>.row div:nth-child(2){width:100%;padding-top:15px;}

.thumb-hidden {border: 0px solid #FFF; box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);}


.dhb-txt-box{width:100%;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dhb-txt-box{width:50% !important;}
    .dhb-txt-box:nth-child(2n+2) { clear:left; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dhb-txt-box{width:33.3% !important;}
    .dhb-txt-box:nth-child(2n+2) { clear:none; }
    .dhb-txt-box:nth-child(3n+2) { clear:left; }
}

.gu-title{min-height:0px;background:#6EBFAC;}
.gu-title h1{padding:25px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 20px !important;text-align:center;}

.mod-custom-form-index { margin-top: 32px; }

.dh-margin-top{clear:both;}
@media (max-width: 768px) {
    .navbar-inverse .navbar-toggle .icon-bar
    {background-color: #333;}
    
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar
    {background-color: #fff;}
}


/* Small devices sub menu */
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover{
    background-color:#05153a;
    color:#ff7f27;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
    color:#05153a;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
    color:#ff7f27;}

/*
.navbar-nav {
    margin-top: 13px;
}
*/
.navbar-inverse .navbar-brand {
    display: inline-block;
    font: bold 55px/65px 'Times New Roman';
    text-transform: uppercase;    
    color: #fff; 
    padding: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ff7f27;
    background-color: transparent;
}










.mainthumbs{margin-top:17px;padding:10px; margin-bottom:30px;}
.mainthumbs div>img{width:65%;border: 10px solid #dfdfdf;}
.mainthumbs div h4{margin-top:17px;font-weight:bold;}
.mainthumbs div p{font-size:11px;}

.maintxt{border-radius: 0px;}
.maintxt p{font-weight:bold;font-size:16px; color:#333;}


.footer_copy .text-center {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    padding: 30px 20px;
    margin: 0px;
    text-align: center;
    border-top: 5px solid #333;
}

.intro-boardbox{padding:0px;}
.intro-boardbox>.page-header{display:none;}
.intro-widgetbox{margin-top: 0px;margin-bottom: 15px;}
.intro-widgetBoardbox>a,.intro-widgetbox>.page-header{display:none;}


.skin-page-title p{margin: 0px 0px 0px;}

.page-company{

box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
border-radius: 0px;
background:url('/skin/img/i-company.jpg');
background-size:cover;
background-position:center;

}
.page-company>.panel-body{

color:#fff;
font-weight:normal;
text-align:center;
padding:45px 10px;

}

.page-company>.panel-body>h1{

font-family: 'Oleo Script', cursive !important;
margin-bottom:25px;

}

.none-radius{border-radius:0px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);}
.none-radius img{border: 10px solid #dfdfdf;}
.reset-padding {padding: 10px 0;}

.caret{display:none;;}












/* main top */

.main-top{
    background: #2d2d2d url(/skin/img/pattern1.png) repeat;
    padding: 15px;
}
.main-top .title {
    font: 60px/60px 'Droid Serif';
    color: #ffffff;
}
.main-top .description {
    font: 10px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}


.thumbnail figure img{
    width: 100%;
}

.extra-wrap {
    overflow: hidden;
}


/* main tag */
h2 {
    font-size: 29px;
    font-weight: 500;
    color: #05153a;
    margin: 60px 0 30px 0;
    line-height: 1.4;
}
h3 {
    /*font: 72px/72px 'Droid Serif';*/
    color: #ffffff;
    margin: 0 0 23px 0;
}
h4 {
    font: 32px/32px '나눔 고딕';
    color: #05153a;
    font-weight:600;
    letter-spacing:-1px;
}
p {
    margin-bottom: 20px;
    line-height: 24px;
}
p span {
    color: #05153a;
    font-size: 14px;
    line-height:23pt;
}




/* btn-default */

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: bold 14px/32px 'Droid Sans';
    color: #2c2c2c;
    border-top: 1px solid #2c2c2c;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn1:hover {
    border-color: #6bb360;
    color: #6bb360;
    background: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
    font: bold 14px/45px 'Droid Sans';
    margin: 0;
    border: 1px solid #b4b4b4;
    text-shadow: none;
    border-radius: 5px;
    color: #2c2c2c;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}




/* thumb-box */
/*
.thumb-box1 {
    overflow: hidden;
    padding: 60px 0 20px 0;
    margin-bottom: 35px;
}
*/
.thumb-box2 {
    text-align: center;
    padding: 60px 0px 30px;
    background: #fff;
    overflow: hidden;
}
.thumb-box2 h2 {
    margin: 0px 0px 30px 0px;
    font-size: 29px;
    display:inline-block;
    border-bottom:1px solid #05153a;
}
.thumb-box2 h3 {
    color: #272b37;
    margin: 0 0 23px 0;
    font-size: 34px;
    font-weight: 34px;
    font-weight: 500;
}
.thumb-box2 p {
    margin-bottom: 45px;
    color: #888888;
    line-height: 20px;
}
.thumb-box3 {
    padding: 70px 0px;
}
.thumb-box4 {
    padding: 5px 0px;
    overflow: hidden;
}
.thumb-box4 h2 {
    margin: 0px 0px 30px 0px;
    font-size: 29px;
    display:inline-block;
    border-bottom:1px solid #05153a;
}


.thumb-box4 h3 {
    color: #000000;
}
.thumb-box4 p {
    color: #444;
    font-size: 14px;
    line-height: 22px;
    margin-bottom:40px;
}
.thumb-box4 .title {
    margin-bottom: 15px;
    color: #303441;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
}
.thumb-box4 .btn2 {
    padding: 0px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background-color: #05153a;
    border-radius:0;
}
.thumb-box4 .btn2:hover {
    background-color:#ff7f27;
}
.thumb-box5 {
    padding: 40px 15px;
}
.thumb-box5 p {
    font-size: 13px;
}

.thumb-box6 {
    padding: 48px 15px 0px;
}


/* thumb-pad 1 */
/*
.thumb-pad1 {
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    background: #f2f2f2;
}
.thumb-pad1 figure {
    margin: 0;
    float: left;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
    padding: 20px;
    overflow: hidden;
    color: #2c2c2c;
}
.thumb-pad1 .thumbnail .caption p {
    font: italic 16px/24px 'Droid Serif';
    color: #000000;
    margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p span {
    color: #9f9f9f;
}
.thumb-pad1 .thumbnail .caption a {
    color: #2c2c2c;
    font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
*/


/* thumb-pad 2 */
/*
.thumb-pad2 {
    margin: 0;
    overflow: hidden;
    background: #f2f2f2;
}
.thumb-pad2 figure {
    margin: 0;
    float: right;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
    padding: 17px;
    color: #2c2c2c;
    width: 352px;
    float: left;
}
.thumb-pad2 .thumbnail .caption .lnk {
    margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption h2 {
    margin-bottom: 5px;
}
*/

/* thumb-pad 3 */
.thumb-pad3 h3 {
    margin: 20px 0px;
    color: #4ca4ff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
}
.thumb-pad3 p {
    color: #888888;
    line-height: 19px;
}

/* thumb-pad 5 */

.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: center;
    background: none;
    overflow: hidden;
}
.thumb-pad5 .thumbnail p {
    margin-bottom: 15px;
}
.thumb-pad5 .thumbnail span {
    color: #272b37;
    font-size: 14px;
}
.thumb-pad5 .thumbnail .caption .title {
    padding-bottom: 10px;
    color: #05153a;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #cacaca;
    margin-top:15px;
}


/* thumb-pad 6 */

.thumb-pad6 {
    overflow: hidden;
    margin-bottom: 25px;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad6 .thumbnail figure {
    float: left;
    width:40%;
}
.thumb-pad6 .thumbnail figure img {
    padding: 0px 10px;
    width: 100%;
}
.thumb-pad6 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #2c2c2c;
}
.thumb-pad6 .thumbnail .caption p {
    font-size: 16px;
    margin-top:30px;
}
.thumb-pad6 .thumbnail .caption .lnk {
    font: 20px 'Droid Serif' !important;
    color: #6bb360;
    display: inline-block;
    margin-bottom: 9px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption .lnk:hover {
    color: #000000;
}
.thumb-pad6 .thumbnail .caption time {
    font: 20px '나눔 고딕','Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    margin-bottom: 15px;
    display: block;
}


/* list 1 */

.list1-1 {
    margin: 0 0 28px 0;
    padding-left: 10px;
    list-style: none;
    overflow: hidden;
}
.list1-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 8px;
    padding-left: 20px;
    background: url(/skin/img/sub/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
    font: 14px '나눔 고딕','Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #6bb360;
}

.footer-social-layout {
    display: none;
}


/* list 6 */

.list6 li .badge {
    padding: 10px 0 0 0;
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 100%;
    background: #6bb360;
    float: left;
    margin: 0 23px 0 0;
    font: 22px/22px 'Droid Serif';
    color: #ffffff;
}
.list6 {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
}
.list6 li a {
    font: 20px/22px 'Droid Serif';
    color: #6bb360;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list6 li a:hover {
    color: #2c2c2c;
}


/* footer */

footer {
    padding: 20px 0;
    text-align: center;
}
footer p {
    font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin: 0;
}
footer p a:hover {
    color: #6bb360;
}
footer p a {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.footer_copy .text-center {
    background-color: #2c2c2c;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: none;
}



#toTop {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 30px;
	bottom: 30px;
	padding: 20px 5px;
	overflow: hidden;
	color: #f2f2f2;
	font-size: 40px;
	line-height: 0px;
	text-decoration: none;
	border: none;
	background-color: #2c2c2c;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	background-color: #4ca4ff;
	
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}





.container_slide, .flexslider {
    width: 100%;
    padding: 0;
}




/*     sub page design     */
.sub-layout{
    margin-bottom:30px;
}

.top-sub-bg{
    padding:50px 0 50px 150px;
    background:url(/skin/img/sub-bg.jpg) no-repeat;
}
.top-sub-bg p{
    margin:0;
    line-height:0;
    border-bottom:2px solid #05153a;
    width:50px;
}

.page-header{
    padding:0;
    margin:0;
    border:none;
}

.breadcrumb{
    padding:6px 15px;
    margin-bottom:0;
    background-color:#f7f7f7;
    border-radius:0;
    font-size:12px;
    text-align:right;
}
.breadcrumb>li{
    color:#999;
}
.breadcrumb>.active{
    color:#000;
}


.caption-title{
    font-weight:bold;
    border-bottom:1px solid #05153a;
    display:inline-block;
    margin:0;
}

/*     sub page1     */
table{
    width:100%;
    margin-top:30px;
}

th{
    padding:12px 15px;
    border-top:1px solid #ddd;
    background-color:#f7f7f7;
}

td{
    padding:12px 15px;
    border-top:1px solid #ddd
}



ul.contact{
    list-style: none;
padding: 0;margin: 65px 0 0;}
ul.contact li{
    font-size: 15px;
position: relative;padding-left: 22px;margin-bottom: 7px;letter-spacing: 0.023em;}
ul.contact li > i{
    position: absolute;
    top: 3px;
    left: 0;
}
ul.contact li > a{
    color: #000;
    text-decoration: underline;
}


/*     sub page design     */