@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
#site {
	padding-top: 0;
	font-family: 'Lato', 'notokr', sans-serif;
	font-size: 15px;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing: -0.03em;
}
ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}
#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 0;
	transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar-inverse.on {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#site .navbar-brand {
	margin-left:0;
	height: auto;
	padding: 20px 0 0;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 400;
	color: #222;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #cd212d;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #cd212d;
}
.navbar-inverse.on .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse.on .navbar-nav .dropdown.open .dropdown-toggle, .navbar-inverse.on .navbar-nav .dropdown.open:hover .dropdown-toggle {
    color: #72ccff;
}
@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: 0;
		padding: 0;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.5);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		font-size: 15px;
		padding: 10px 20px;
		color: #fff;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #000;
		font-weight: 500;
		color: #9edbff;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -25px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 35px 13px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}
.carousel-caption h1{
	font-size: 56px;
	font-weight: 500;
	letter-spacing: -0.04em;
}
.carousel-caption p{
	font-size: 16px;
	display: inline-block;
	padding-top: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1em;
	margin-top: 0;
	color: #a2d0ff;
}
.carousel-caption {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	text-shadow: none;
}
.carousel-indicators {
    bottom: 250px;
}
@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 44px 0;
	background-color: #2b2b32;
	color: #bfbfbf;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 850px;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}
/* personal setting 0.71v */
.flex-row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.flex-row > .col{
	flex:1;
	padding:0 15px;
}
@media(min-width:768px){
	
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
@media(max-width:767px){
	.flex-row{
		display:block;
	}
	.flex-row > .col{
		width:100%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size: 15px;
	color: #333;
	font-weight: 500;
}
/* align */
.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 */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #cd212d;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
li > ul{
	padding-left:20px;
}
.li-dash > li {
    padding-left: 15px;
    line-height: 1.35em;
    padding: 1px 0 2px;
}
ul[class^="li-"] > li{padding-left: 15px;position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top: 11px;
}
.li-dash > li:before{
	width: 5px;
	height:2px;
	background: #666;
	left: 2px;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#cd212d;
}
.li-dot > li:before{
	width: 4px;
	height: 4px;
	background: #666;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #cd212d;
}
.location-li{
    margin: 15px 0 60px;
    text-align: right;
    float: right;
}
.location-li li {
    padding: 2px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    text-align: right;
    font-weight: 500;
    display: inline-block;
}
.location-li span {
    display: inline-block;
    min-width: 100px;
    font-weight: 800;
    color: #222;
    letter-spacing: 0;
    margin-right: 20px;
    font-size: 15px;
}
#location .se2 ul + h5 {
    margin-top: 50px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #cd212d;
}
.partner-li{
	margin:0 0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.partner-li > li{
	flex:1;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:0 auto 30px;
	display:flex;
	align-items: center;
}
.category-li > li{
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#fff;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#cd212d;
}
.trait-dl{
	margin:40px 0;
	display:flex;
	flex-wrap: wrap;
}
.trait-dl dt,
.trait-dl dd{
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#cd212d;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:30px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	padding: 15px 0;
	text-align:center;
	font-size: 18px;
	font-weight:500;
	background: content-box;
}
.card .card-ttl::before{
	display: none;
}
.column-2{
	column-count:2;
	column-gap:30px;
}
.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #cd212d;
	background:#cd212d;
}
.more-btn:hover{
	color:#cd212d;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.circle-wrap .circle{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:200px;
	height:200px;
	margin:0 15px;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#cd212d;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.greet .quote,
p.quote{
	margin: 15px 0 20px;
	font-size: 24px;
	color: #111;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-weight: 500;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height: 1.6;letter-spacing: -0.03em;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 30px;
	border: 0;
	border-top: 2px solid #333;
}
.table-bordered>tbody>tr>td>ul {
    margin: 10px 5px;
}
.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.table>thead>tr>th {
    padding: 20px 0 !important;
    font-size: 16px;
    border-bottom: 1px solid #c3cacd !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0;
    border-left: 1px solid #e1e4e5;
}

.table-bordered>thead>tr>th:first-child, .table-bordered>tbody>tr>th:first-child {
    border: 0;
}
.table-bordered>tbody>tr>th:first-child {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.034em;
    border-right: 1px solid #e1e4e5;
}
#logistic0313 .table-style tr td {
    padding: 15px 15px !important;
}
.history-wrap{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #ededed;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap.zigzag:before{
	left: 50%;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:100%;
	padding:20px 50px;
}
.history-wrap.zigzag .history-box{
	position:relative;
	width:50%;
	padding: 20px 50px 0;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 10px;
    color: #141414;
    font-size: 30px;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -45px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #53b5e7;
	width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -49px;
    transform: translate(-50%, -50%);
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #2b97cf;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #313131;
	display: flex;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 17px;
	line-height: 28px;
	color: #006091;
}
@media(min-width:768px){
	.history-wrap.zigzag .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap.zigzag .history-box:nth-child(even){
		margin-top: 70px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -64px;
	}
	
	.history-wrap.zigzag .history-box:nth-child(odd) li{
		flex-flow: row-reverse;
		text-align: right;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) li span{
		margin-left: 10px;
	}
	.history-wrap.zigzag .history-box:nth-child(even) li span{
		margin-right: 10px;
	}
}
@media(max-width:767px){
	.history-wrap.zigzag:before{
		left:15px;
	}
	.history-wrap.zigzag .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
		align-items: center;
	}
}

/* personal setting 0.71v end */
/* navigation setting */
.navbar-brand>img{
	margin-top: 5px;
}
/* mainpage setting */
.main-company{
	position:relative;
	margin-top: -155px;
}
.main-company .container{
	position:relative;
	z-index: 10;
	display: flex;
}
.main-company .container > div{
	flex:1;
	background: #fff;
	border-top: 5px solid #c72323;
}
.main-company .container > .bs-link{border-left: 1px dashed #ccc;border-top: 5px solid #017cc6;}
.main-company .inner{
	text-align: center;
	padding: 35px 40px;
	display: flex;
	position: relative;
}
.main-company img{
	margin-bottom: 5px;
	height: 75px;
	background: #fff;
}
.main-company h5{
	font-size: 22px;
	font-weight: 700;
	color: #111;
	width: 50%;
	text-align: left;
	letter-spacing: -0.06em;
	padding: 20px 0 0;
	border-bottom: 2px solid #333;
}
.main-company a{
	display: block;
	margin:0 auto;
	width: 80px;
	height:30px;
	line-height:28px;
	color: #333;
	border: 1px solid #ddd;
	position: absolute;
	bottom: 58px;
	right: 41px;
	font-size: 13px;
	text-align: left;
	padding: 0 0 0 8px;
	letter-spacing: -0.034em;
}
.main-company a::after {
    content: '\f054';
    top: 0px;
    right: 8px;
    position: absolute;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}
.main-company a:hover{
	background: #333;
	border-color: #333;
	color: #fff;
	font-weight: 500;
}
.main-business{
	padding: 150px 0 130px;
	text-align: center;
	background: url(/public/img/main/main_bg.jpg) no-repeat center /cover;
}
.main-business h4{
	margin:0 0 20px;
	font-size: 42px;
	font-weight: 800;
}
.main-business p{
	margin-bottom: 80px;
	font-size: 18px;
	line-height: 1.4;
	color: #555;
}
.m-busi > div +  div::before{
	content:'';
	width: 1px;
	height: 20px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-20px;
}
.m-busi i{
	font-size: 54px;
	margin-bottom: 20px;
	background: #111;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	color: #fff;
	padding-top: 70px;
	position: relative;
}
.m-busi i::after {
    content: '';
    display: block;
    width: 170px;
    height: 170px;
    border: 2px solid rgba(105, 154, 183);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.m-busi h5{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.034em;
}
.m-busi h5 small{
	display: block;
	font-size: 15px;
	margin-top: 12px;
	letter-spacing: 0.034em;
}
.main-banner{
	position:relative;
	padding: 110px 0 100px;
	text-align: center;
	color:#fff;
	background: #262626;
}
.main-banner::before{
	content:'';
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background:url(/public/img/main/main-banner.jpg) no-repeat center /cover;
	opacity: 1;
}
.main-banner p{
	z-index: 10;
	position:relative;
	margin:0;
	font-size: 20px;
	line-height: 1.5;
}
.main-banner p span {
    display: block;
    font-size: 36px;
    position: relative;
}

.main-banner p > strong {
    font-weight: 500;
}

.main-banner p span::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 7px auto 20px;
    opacity: 0.7;
}
/* footer setting */
#site footer ul {
    margin: 7px 0 10px;
}
/* #site footer ul li:first-child {
    display: none;
} */
#site footer .copy {
    font-size: 11px;
    color: #88888b;
    letter-spacing: 0;
}
#site footer li{
	display:inline-block;
	margin-right: 12px;
	font-size: 14px;
}
footer .left-con{
	display: flex;
    align-items: flex-end;
	flex-wrap:wrap;
}
.foot-logo{
	padding-right:30px;
	height: 40px;
}
.foot-logo2{    display: flex;
    align-items: center;}
.foot-logo2 span{    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #9a9a9a;}
.foot-logo2 img{
	max-height: 39px;
}
/* subpage setting */
.pageheader{
	height: 350px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-flow: column;
}
.pageheader h2{
    margin: 0 0 15px;
    font-size: 48px;
    color:#fff;
    font-weight: 700;
}
.breadcrumb{
	margin: 0 0 60px;
	padding:0;
	background:transparent;
	font-size: 13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.breadcrumb>li {
    font-size: 13px;
}
.subpage-content{
	padding: 60px 15px 50px 25px;
}
.s-title{
	margin-bottom: 45px;
}
.s-title h3{
	position:relative;
	margin:0;
	font-size: 32px;
	font-weight: 500;
	color:#111;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	letter-spacing: -0.05em;
}
.s-title h3:before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	top: 2px;
	width: 9px;
	height: 95%;
}
.s-title p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
}
.subpage-content .emp{
	font-weight:500;
	color:#cd212d;
}
.subpage-content section{
	padding-bottom: 80px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.06em;
}
.subpage-content section h4 + p {
    letter-spacing: -0.034em;
    font-size: 17px;
    margin-bottom: 30px;
}
.subpage-content section h5{
	position:relative;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #006091;
	line-height: 2em;
	padding: 0;
}
.subpage-content section h5::before{
	content: '';
    display: block;
    width: 17px;
    background: #367b9e;
    height: 1px;
    top: 0;
	position: absolute;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.snb{
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
}
.snb a{
	position:relative;
	display: block;
	overflow: hidden;
}
.snb-1d ul{
	display: none;
}
.snb-1d .active > ul{
	display: block;
	margin-top: -7px;
	margin-bottom: 5px;
}
.snb-1d{
	/* border-top:2px solid #333; */
	/* border-bottom:1px solid #ddd; */
}
.snb-1d > li > a{
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	border: 1px solid #eaeaea;
	margin-bottom: 5px;
	border-radius: 2px;
}
.snb-1d > li.active > a{
	border-color: #3485d7;
	background: #3485d7;
	color: #fff;
	font-weight: 500;
}
.snb-2d{
	padding: 15px 20px;
	background: #f5f5f5;
	border-radius: 0 0 5px 5px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}
.snb-2d > li > a{
	font-size: 15px;
	color: #777;
	font-weight: 500;
	padding-left: 13px;
}
.snb-2d > li > a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #777;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 10px;
}

.snb-2d > li.active > a::before {
    background: #3e94c0;
}
.snb-2d > li + li> a {
	margin-top:5px;
}
.snb-2d > li.active > a{
	color: #006090;
}
.snb-1d .active > .snb-3d {
    margin: 3px 0 7px 12px;
    padding:0;
}
.snb-3d > li > a{
	color: #777;
	line-height: 1.75em;
	letter-spacing: -0.03em;
}
.snb-3d > li.active > a{
	color:#111;
	font-weight:500;
}
.snb-3d > li > a:before{
	content:'-';
	display: inline-block;
	margin-right: 10px;
}



/* subpage logistic */
.greet .right-con{
	padding-left: 60px;
}
.greet .quote small{
	display: block;
	font-weight: 600;
	letter-spacing: -0.04em;
	color:#111;
	font-size: 27px;
}
.greet p{
	margin-bottom: 25px;
	font-size: 16px;
}
.greet .name{
	margin-top:40px;
	text-align: right;
	font-weight: 700;
	font-size: 20px;
}
.greet .name small {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.arti-wrap article + article{
	padding-top: 30px;
}
.cctv-wrap dl{
	padding: 15px 0 0 5px;
	margin-bottom: 30px;
}
.cctv-wrap dt{
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 3px;
}
.cctv-wrap dl dd ul li {
    font-size: 14px;
    line-height: 1.45em;
}

.cctv-wrap dl dd ul li::before {
    top: 9px;
    width: 3px;
    height: 3px;
}

.text-muted {
    font-size: 14px;
}
.custom_checkbox+span a {
    font-weight: 500;
    letter-spacing: -0.034em;
}
.alert-info {
    border: 3px solid #eee;
    border-radius: 0;
    background: transparent;
    color: #333;
    margin-bottom: 30px;
}

.alert-info ul li {
    position: relative;
}

.alert-info ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background: #999;
    position: absolute;
    left: -13px;
    top: 11px;
}
.table_video dd .inner, .table_blog2 dd .inner {
	border:0;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom{
	padding:10px 0;
}
.table_video dd .inner .bottom .info, .table_blog2 dd .inner .bottom .info{
	display: none;
}
.table_video dd .inner .bottom .title, .table_blog2 dd .inner .bottom .title{
	padding:0;
}
.table_video dd .inner .bottom .title a, .table_blog2 dd .inner .bottom .title a{
	font-size:16px;
	font-weight: 500;
}
.img-slide .item{
	padding:0 10px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots{
	bottom:-40px;
}
.slick-prev:before, .slick-next:before{
	color: #666;
	font-size: 24px;
	opacity: 0.4;
}
/* subpage bosung */
.cert-wrap{
	margin:0 -10px
}
.cert-wrap > div{
	padding:0 10px;
}
.cert-wrap img{
	padding: 10px;
	border: 1px solid #eaeaea;
}
.cert-wrap .clearfix{
	padding-bottom: 20px;
}

.img-wrap{
	margin:0 -10px;
}
.img-wrap > div{
	padding:0 10px;
}
.img-wrap .clearfix{
	padding-bottom: 20px;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.board_data_view {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap {
    text-align: left;
    padding: 0 0 30px;
}

.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.05em;
}

.board_data_view .header_wrap .info {
    margin-top: 12px;
}

.board_data_view .contents_wrap {
    padding:  50px 0;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 190px;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 1px 2px;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    padding-top: 0;
    border-color: #eee;
}
#form_history_list .board_wrapper,
#form_history_nologin .board_wrapper{
    visibility:visible;
}
.pagination_wrap, 
.search_wrap{
    visibility: hidden;
}
#bosung02 img + .arti-wrap {
    margin-top: 35px;
}
#bosung02 .arti-wrap{
	border: 4px solid #e2e9ed;
	padding: 40px 40px 15px;
}
.arti-wrap {
    border: 4px solid #eceeef;
    padding: 40px 40px;
}
.arti-wrap > article > h5 {
    color: #2063a7;
    font-size: 19px;
    letter-spacing: -0.04em;
    padding: 0;
    margin: 0 0 8px;
    line-height: 1em;
}

.arti-wrap > article > h5::before {
    content: '';
    display: block;
    width: 17px;
    background: #367b9e;
    height: 1px;
    top: 0;
    display: none;
}
.arti-wrap > article > h5 + img, .arti-wrap > article > h5 + table, .arti-wrap > article > h5 + .icon-wrap{
    margin-top: 15px;
}
.icon-wrap {
    display: flex;
    background: #f8f8f8;
    margin-bottom: 20px;
}
.icon-wrap .item {width: 33.33333333333333%;}
.icon-wrap ul li {
    font-size: 14px;
    line-height: 1.4em;
    padding: 2px 0 2px 17px;
}
.icon-wrap .item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-wrap .inner{}
.icon-wrap .inner h5{
	text-align: center;
	font-size: 17px;
	padding: 0;
	color: #fff;
	background: #295f97;
	padding: 17px 0 15px;
	line-height: 1.2em;
	font-weight: 500;
	margin: 0;
}
.icon-wrap .inner h5:before{
	display: none;
}
.icon-wrap i{
	background: #295f97;
	font-size: 21px;
	margin-right: 15px;
}
.icon-wrap ul{
	padding: 15px 20px 20px;
	margin: 0;
}
#bosung02 .se2 .img-wrap {
    margin: 0 -5px;
}

#bosung02 .se2 .img-wrap > div {
    padding: 0 5px;
}
.card-wrap.horizontal .card{padding: 0;border: 0;border-top: 1px solid #c7ced3;margin-bottom: 40px;}
.card-wrap .card li{
	margin-bottom: 5px;
}
.card-wrap.horizontal .card::after {
    content: '';
    display: block;
    clear: both;
}
.card-wrap.horizontal .card h5 {
    letter-spacing: -0.03em;
    float: left;
    margin: 0;
    color: #fff;
    padding: 37px 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3em;
    background: #295f97;
    width: 120px;
    height: 120px;
}

.card-wrap.horizontal .card h5 + ul {
    float: right;
    width: 85%;
    padding: 30px 0 0 50px;
}
.busi-wrap {
    margin-bottom: 30px;
}
.busi-wrap h6{
	font-size: 17px;
	font-weight: 700;
	margin: 5px 0 15px;
}
.busi-wrap img{
	margin-bottom:15px;
}
.busi-wrap .li-dash li{
	padding: 2px 0 3px 120px;
}
.busi-wrap .li-dash > li::before {
    width: 5px;
    left: 0;
    top: 9px;
    background: #666;
}
.busi-wrap li span{
	position:absolute;
	left: 10px;
	top:0;
	font-weight: 500;
	color: #333;
}

.warehouse-spec .item{
	margin-bottom: 30px;
	display: flex;
}
.warehouse-spec .img-box{
	flex: 0 0 240px;
	max-width: 240px;
}
.warehouse-spec .txt-box{
	flex:1;
	padding-left: 10px;
	display: flex;
}
.warehouse-spec .txt-box dl{
	flex:1;
	margin: 0 0 0 30px;
	padding-top: 15px;
}
.warehouse-spec .txt-box dt{
	margin-bottom: 12px;
	font-size: 17px;
	padding: 10px 0;
	border-top: 2px solid #333;
	border-bottom: 1px solid #ddd;
	letter-spacing: -0.034em;
}
.s-title + section > p {
    font-size: 17px;
    margin-bottom: 20px;
}
#logistic021 .se1 .img-wrap > div + div {
    padding-top: 25px;
}
/* #logistic032 .se1 h5, */
 #bosung032 .se1 h5{
	margin-top: 50px;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text{
	color:#cd212d;
}
#inquiry .snb, #location .snb {
    display: none;
}

#inquiry .subpage-content, #location .subpage-content {
    width: 100%;
    padding: 60px 15px;
}
#location .se2 p {
    font-size: 22px;
    float: left;
    margin: 15px 0 0;
    font-weight: 700;
    color: #006091;
    letter-spacing: -0.04em;
}
#location section {
    padding-bottom: 20px;
}
#location section::after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width:767px) {
	#site{
		padding-top:50px;
	}
	#site .navbar-brand{
		padding:12px 0;
	}
	.navbar-brand>img{
		margin:0 10px;
		width: 235px;
	}
	.carousel-control{
		display: none!important;
	}
	.carousel-caption{
		left:15px;
		right:15px;
	}
	.carousel-caption h1 {
		font-size: 31px;
	}
	#mainCarousel .carousel-inner .item {
		height:400px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.carousel-caption p{
		line-height:1.4;
	}
	.main-company{
		margin-top:0;
	}
	.main-company .container{
		/* display: block; */
		padding:0;
	}
	.main-company .inner{
		flex-flow: column;
		padding: 25px;
	}
	.main-company h5{
		width:100%;
		font-size: 18px;
		padding: 0;
		border: 0;
	}
	.main-company a{
		position:
		relative;
		right: auto;
		bottom: auto;
		width: 100%;
	}
	.main-company img{
		height:auto;
	}
	.main-business {
		padding: 60px 0 70px;
	}
	.main-business h4{
		font-size:36px;
	}
	.main-business p{
		font-size: 16px;
		margin-bottom: 50px;
	}
	.m-busi i {
		font-size: 41px;
		margin-bottom: 10px;
		width: 130px;
		height: 130px;
		padding-top: 42px;
	}
	.m-busi i::after{
		width: 110px;
   		height: 110px;
	}
	.m-busi{
		display: flex;
		flex-wrap: wrap;
	}
	.m-busi > div{
		width:50%;
		float:left;
	}
	.m-busi h5 {
		margin-bottom:30px;
		font-size: 18px;
	}
	.main-banner p{
		font-size:18px;
	}
	.main-banner p span {
		font-size: 25px;
	}
	footer .left-con{
		margin-bottom:20px;
	}
	.pageheader {
		height: 200px;
	}
	.pageheader h2{
		font-size: 35px;
	}
	.breadcrumb {
		margin: 0 0 40px;
	}
	.snb {
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 0px;
	}
	.s-title h3{
		font-size: 28px;
	}
	.subpage-content section h4{
		font-size:26px;
	}
	.subpage-content{
		padding-left:15px;
	}
	.greet .right-con{
		padding:50px 15px 0;
	}
	.greet .quote, p.quote{
		font-size: 18px;
	}
	.greet .quote small{
		font-size: 24px;
	}
	.cert-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.cert-wrap > div{
		margin-bottom:15px;
		flex:0 0 50%;
		max-width:50%;
	}
	.img-caption{
		font-size:14px;
		line-height:1.4;
	}
	.arti-wrap{
		padding:25px;
	}
	.arti-wrap > article > h5{
		font-size:16px;
	}
	.subpage-content section h5{
		font-size:18px;
	}
	.img-wrap > div{
		margin-bottom:20px;
	}
	.clearfix{
		display: none;
	}
	.greet img{
		width: 100%;
		height:300px;
		object-fit:cover;
	}
	.history-wrap li span{
		margin-right:10px;
	}

	.icon-wrap{
		display: block;
		background:transparent;
	}
	.icon-wrap .item{
		margin-bottom:15px;
		width:100%;
		border:1px solid #ddd;
	}
	#bosung02 .arti-wrap{
		padding:25px 25px 10px;
	}
	.card-wrap.horizontal .card h5{
		float: none;
		width: 100%;
		height:auto;
		padding:15px 0;
	}
	.card-wrap.horizontal .card h5 + ul{
		float: none;
		width:100%;
		padding:30px 20px;
	}
	.warehouse-spec .txt-box,
	.warehouse-spec .item{
		display: block;
	}
	.warehouse-spec .img-box,
	.warehouse-spec .txt-box dl{
		margin:0;
		width:100%;
		max-width: 100%;
	}
	.form-control{
		max-width: 100%;
	}
	.board_wrapper .text-center .btn.btn-lg {
		min-width: 135px;
	}
	#location .se2 p,
	.location-li{
		float: none;
		text-align: left;
	}
	.location-li li{
		display: block;
		text-align: left;
	}
	#location .se2 p {
		font-size: 20px;
	}

	/* POPUP */
	.main_popup_contents {
		padding: 15px;
	}
	.main_popup_contents img {
		width: 100%;
		height: auto;
	}
	.main_popup_optional {
		padding: 10px;
		font-size: 0.85em;
	}
}