@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout { background-color: #fff; overflow-x: hidden;}
.body-layout.modal-open { padding-right: 0!important; }
a:hover { text-decoration: none; }

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
ol, ul, li { list-style: none; list-style-position: inside; }
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br { display: none; }
.topmarginLay_a { height: 98px !important; }
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    margin: 20px 0 !important;
    padding: 0;
    color: #444 !important;
}
.navbar-inverse .navbar-brand img {
    display: inline-block;
    margin: 0 !important;
    max-width: 70px;
    max-height: 58px;
}
.navbar-inverse .navbar-brand:after {
    content: '(주)신아해운';
    margin-left: 10px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 52px;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
    color: #444;
    -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);
    text-shadow: 0 0 0 rgba(0,0,0,0);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 2px 0 0;
    padding: 40px 20px;
}
 	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #00aeef;
}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
    left: 0;
    right: auto;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeInRight;
    -webkit-border-radius: 0;
    border-radius: 6px;
    border: none;
    background: #f4f4f4;
    margin: 0;
    padding: 10px;
    min-width: 180px;
}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.navbar-inverse .dropdown-menu > li > a {
    padding: 12px 15px;
    margin: 4px 0;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #444;
    border-radius: 50px;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: none;
    color: #00aeef;
    background: #fff;
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #444;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.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 .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: 14px;
	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: #00aeef;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */
/* personal setting 0.46v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li {
    margin-bottom: 60px;
}
.location-li li {
    margin: 14px 0;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.location-li span {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 20px;
    min-width: 120px;
    font-weight: 500;
    color: #fff;
    background: #3c77bc;
    border-radius: 50px;
}
.location-li span i{
	margin-right:5px;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:16.666%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	max-width:920px;
	padding:10px 40px;
	margin:40px auto;
	border-left:10px solid #3d77bc;
}
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
#island03 .subpage-content section h4{
    margin: 0;
}
#island03 .subpage-content section h4::after{
    display: none;
}
#island03 p.quote{
    margin: 0;
}
/* custom setting */
/*가로 100% 레이아웃 정의*/
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table-style {
    margin: 0 0 20px;
    border: none;
    border-top: 2px solid #3d77bc !important;
    border-bottom: 2px solid #dedede !important;
}
.table-style tr th, .table-style tr td {
    padding: 14px 16px !important;
/*     border: none !important; */
    border-bottom: 1px solid #e6e6e6 !important;
    color: #444;
    letter-spacing: -0.02em;
    line-height: 1.6 !important;
    word-break: keep-all;
    vertical-align: middle !important;
}
/* .table-vehicle.table-style tr th, .table-vehicle.table-style tr td{
    padding: 13.7px 16px !important;
} */
.table-style tr .text-danger{
	line-height: 1.8;
}
.table-style tr th {
    color: #222;
    font-weight: 500;
    text-align: center;
    background: #f8f8f8;
}
.table-style thead tr th {
	background: #f8f8f8;
}
.table-style tr.thrd{
    background: #fafafa;
}
.table-style tr .arrow{
    color: #5abef9;
}
.table-style tr .forward{
    background: #f6fcff;
}
.table-style tr .backward{
    background: #fffcfc;
}
.table-style tr .both{
    background: #fcfff6;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/* personal setting 0.46v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.carousel li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 2px !important;
    background: rgba(255, 255, 255, 0.4);
    border: none;
}
.carousel-inner>.item {
    height: 500px;
    overflow: hidden;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1170px;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    margin: 0 0 10px;
    font-size: 66px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.06em;
}
.carousel-caption h2 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
}
.carousel-caption p{
    margin: 0;
	font-size: 25px;
    color: #f9f295;
    font-weight: 600;
	line-height:1.2;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.main-content { padding-bottom: 80px; }
.main-banner { background: #3d77bc; }
.main-banner .row{
	margin:0;
}
.main-banner .col-sm-4 {
    min-height: 190px;
    padding: 0;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.main-banner .col-sm-4:first-of-type {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.main-banner a, .main-banner .main-customer {
    position: relative;
    display: block;
    height: 190px;
    padding: 30px 20px;
    color: #fff;
    overflow: hidden;
}
.main-customer:after,
.main-banner a:after{
	content:'\f145';
	font-family:"fontawesome";
	font-size:130px;
	opacity:.1;
	position:absolute;
	right:-50px;
	top:50%;
	transform:translatey(-50%);
	transition:all .3s ease;
}
.main-banner a:hover{
	background:#00aeef;
}
.main-customer:after{
	content:'\f05a';
}
.main-banner a:hover:after{
	right:-10px;
}
.main-banner h4 {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-banner h4:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main-banner p {
    margin: 0;
    color: rgba(255,255,255,0.8);
}
.main-customer .tel {
    margin: 0 0 3px;
    color: #f9f295;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.main-customer .tel span:after{
    content: '';
    display: inline-block;
	margin-left: 10px;
    margin-right: 10px;
    width: 3px;
    height: 14px;
    background: #f9f295;
}
.intro-boardbox {
    min-height: 200px;
}
.main-link {
    width: 100%;
    display: inline-block;
    margin: 0 0 80px;
    padding: 20px 0;
    background: #000;
    border-radius: 6px;
    background-image: linear-gradient(to right, #00aeef, #3d77bc);
}
.main-link .col-sm-20{
	padding:0;
	text-align:center;
}
.main-link a {
    display: block;
    padding: 10px 10px;
    background: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.main-link a:hover {
    color: #f9f295;
}
.main-link a .fas {
    margin-bottom: 16px;
    font-size: 40px;
}
.main-link p {
    margin: 0;
}
.main-link .col-sm-3:last-child a{
    border-right: 0;
}

.bottom-banner {
    margin: 0 0 80px;
}
.bottom-banner a {
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}
@media(min-width:768px){
	.intro-boardbox{
		width:50%;
	}
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 0;
    background: #f4f4f4;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.02em;
}
.footer_copy .container {
    padding-left: 15px;
    padding-right: 15px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.foot-top {
    padding: 14px 0;
    background: #f4f4f4;
    border-bottom: 1px solid #dedede;
}
.foot-top ul { margin: 0; }
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}
.foot-top a {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    letter-spacing: -0.04em;
}
.foot-top li:after {
    content: '|';
    margin-left: 20px;
    font-weight: 400;
}
.foot-top li:last-child:after{
	display:none;
}
.foot-bottom{
	padding:30px 0;
}
.foot-bottom li{
	border-right:2px solid rgba(255,255,255,0.2);
}
.foot-bottom li:last-of-type{
	border-right:none;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 260px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin-top: 110px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #fff;
}
.snb{
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
}
.snb:after{
	content:'';
	display:block;
	clear:both;
}
.snb li{
	float:left;
}
.snb a{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	color:#ccc;
	text-align:center;
}
.snb .active a{
	color:#fff;
}
.snb .active a:after{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	bottom:-1px;
	transform:translatex(-50%);
	border-bottom:10px solid #fff;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
}
.breadcrumb {
    margin: 14px 0 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #888;
    letter-spacing: -0.04em;
    text-align: right;
}
.breadcrumb .active{
	color:#3d77bc;
	font-weight:500;
}
.subpage-content .emp{
	font-weight:500;
	color:#3d77bc;
}
.subpage-content .title h3 {
    position: relative;
    margin: 60px 0 0;
    padding: 24px 0 0;
    color: #222;
    font-size: 34px;
    letter-spacing: -0.06em;
    line-height: 1;
    text-align: center;
}
.subpage-content .title h3:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    background: #3d77bc;
    border-radius: 50px;
}
.subpage-content .title, .subpage-content section {
    padding-bottom: 60px;
}
.subpage-content section h4 {
    margin: 0 0 40px;
    color: #444;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content section h5 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #444;
    letter-spacing: -0.04em;
}

/* subpage about */
#about01 .se1 p{
	margin-bottom:30px;
	font-size:15px;
}
#about01 .se1 p.name{
	margin-top:40px;
	font-size:18px;
	font-weight:600;
	text-align:right;
}
#about01 .se1 p.name small{
	display:block;
}
/* subbapge location */
.transportation{
	margin:30px 0;
}
.transportation > div{
	padding:10px 40px;
	margin:10px 0;
	border-left:10px solid;
}	
.transportation h5{
	margin-top:0;
}
.transportation h5 i{
	margin-right:10px;
}
.transportation .t1{
	border-color:#5397E2;
}
.transportation .t1 h5 i{
	color:#5397E2;
}
.transportation .t2{
	border-color:#3d77bc;
}
.transportation .t2 h5 i{
	color:#3d77bc;
}
.transportation .t3{
	border-color:#25548C;
}
.transportation .t3 h5 i{
	color:#25548C;
}

/* subpage ship */
.ship-banner{
	width:100%;
	margin:0 auto;
	max-width:920px;
	padding:15px;
	background:url(/skin/img/sub/ship-banner.jpg) no-repeat center / cover;
}
.ship-banner > .inner {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    text-align: center;
    background: rgba(255,255,255,0.8);
}
.ship-banner h4 {
    position: relative;
    margin-top: 0 !important;
}
.ship-banner h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #444;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translatex(-50%);
}
.ship-banner p {
    margin: 0;
    font-size: 14px;
    color: #444;
    letter-spacing: -0.04em;
}
.ship-li{
	display:inline-block;
	margin:40px auto;
	position:relative;
	left:50%;
	transform:translatex(-50%);
}
.ship-li li{
	float:left;
	padding:5px;
}
.ship-li li a {
    display: block;
    min-width: 160px;
    padding: 14px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    background: #3d77bc;
}
.ship-li li a:hover {
    background: #00aeef;
}
.ship-info {
    position: relative;
    max-width: 920px;
    margin: 40px auto;
    border: 1px solid #444;
    padding: 40px 30px;
}
.ship-info:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #3d77bc;
    position: absolute;
    left: -1px;
    top: -1px;
}
.ship-info > div{
	padding:0;
}
.ship-info > div p {
    color: #444;
    font-size: 14px;
    letter-spacing: -0.04em;
}
.ship-info .location-li {
    column-gap: 10px;
    margin: 0;
}
.ship-info .location-li li {
    font-size: 15px;
    margin: 0 0 14px;
    padding-left: 20px;
}
.ship-info .location-li li span {
    min-width: 100px;
    padding: 4px 15px;
}

/* subpage sail */

.tab-menu{
	
}
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.tab-menu li{
	float:left;
	width:50%;
	padding:0 1px;
}
.tab-menu li a {
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #666;
    background: #f4f4f4;
    border-top: 2px solid #f4f4f4;
}
.tab-menu li.active a {
    border-top: 2px solid #3d77bc;
    color: #3d77bc;
    background: #fff;
}
.tab-pane{
	padding-top:40px;
}
.tab-pane > h4{
	margin-top:40px;
}
#sail01 .ship-banner {
    margin-bottom: 60px;
}
#sail01 .subpage-content section h4 {
    margin-top: 60px;
}
#sail01 .subpage-content section h4 .red{
    color: #b81d1b;
    margin-left: 15px;
}
#sail01 .title{
	text-align: center;
}
#sail01 .info-wrap{
	display: inline-block;
    min-width: 280px;
    margin: 30px 0 0;
    padding: 14px;
    background: #f4f4f4;
    border-radius: 50px;
    color: #3d77bc !important;
    font-weight: 400;
	font-size: 16px;
}
#sail02 .se1 .ship-banner{
	margin-bottom:40px;
}
.modal{
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%,-50%);
}
.modal-header{
	padding:0;
}
.modal-header .close {
    margin-top: 5px;
    margin-right: 15px;
}
.modal-lg{
	width:auto;
	max-width:1200px;
}
.cert-wrap .more{
	display: inline-block;
    margin-left: 5px;
    padding: 0px 3px;
    font-size: 11px;
    color: #fff;
    background: #3d77bc;
    border-radius: 4px;
}
/* subpage island */
.course {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px dashed #dedede;
    text-align: center;
}
.course:last-child{
	border-bottom:none;
}
.thumb-wrap,
.course .row{
	margin:20px auto;
	max-width:940px;
}
.course .row .col-sm-6{
	padding:0 10px;
}
.course h5 {
    display: inline-block;
    min-width: 280px;
    margin: 0 0 20px;
    padding: 14px 0;
    background: #f4f4f4;
    border-radius: 50px;
    color: #3d77bc !important;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.course h5 i {
    margin-right: 8px;
}
.course h5 span {
    display: inline-block;
    margin-left: 4px;
    padding-left: 10px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    border-left: 2px solid #3d77bc;
    letter-spacing: -0.02em;
}
.course ul{
	display:inline-block;
	margin:20px 0;
}
.course ul:before,
.course ul:after{
	content:'';
	display:block;
	clear:both;
}
.course ul li{
	float:left;
	display:inline-block;
	width:180px;
	padding-top:15px;
	border-top:1px solid #ddd;
	position:relative;
	font-size:15px;
	font-weight:500;
}
.course ul li:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	left:50%;
	top:-8px;
	transform:translatex(-50%);
	border-radius:50%;
	border:4px solid #3d77bc;
	background:#fff;
}

.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top:10px!important;
	text-align:center;
	font-size:16px!important;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}

.text-red{
	font-weight:500;
	color:#c00;
}

.dh-popup {
    padding: 0;
    border-color: #ddd;
    top: 115px;
}
.dh-popup.myModal13{
    left: 550px;
}
.dh-popup.myModal13 p:nth-of-type(1),
.dh-popup.myModal13 p:nth-of-type(3){
    display: none;
}
/* 7월 유류할증료 부과 안내 */
.dh-popup.myModal21 {
    left: 416px !important;
}

.dh-front-blog>.col-md-4>.thumbnail{
    height: 155px;
    min-height: auto;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb{
    height: 155px;
    border: 0;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 60px 1px;
    opacity: 0;
    transition: all .3s ease;
}
.dh-front-blog>.col-md-4>.thumbnail:hover>.caption{
    opacity: 1;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption > .blog-row-subject{
    text-align: center;
    font-size: 15px;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption > p.blog-row-contents{
    display: none;
}
.bbs-area{
    margin-bottom: 80px;
}

@media(max-width:767px){
	/* 7월 유류할증료 부과 안내 */
    .dh-popup.myModal21 {
        left: 19.5px !important;
    }
}