@charset "UTF-8";

/* ** Body: Contents wrapper ** */
#body {
	
}

#body section:not (#main-visual ) {
	padding: 5.25rem 0 7.5rem;
}

body {
	position: relative;
    font-size: 16px;
    color: #222222;
    width: 360px;
    margin: 0 auto;
}

.container2 {
    width: 360px;
    margin: 0 auto;
    position: relative;
}

.container2:after {
	display: block;
	content: '';
	clear: both;
}

/* footer */
footer {
    min-width: 0;
}

/* header */
header {
    position: relative;
    height: 55px;  
    /* overflow: hidden; */
    z-index: 9999;
}

header h1 {
    width: 202px;
    height: 27px;
    margin-top: 14px;
    margin-left: 10px;
    float: left;
    z-index: 1001;
}

header h1 a {
    display: block;
    width: 202px;
    height: 27px;
    padding-top: 4px;
}

header .menu-list {
    position: absolute;
    top: 8px;
    right: 10px;
}

header .menu-list ul {
    list-style: none;
}

header .menu-list ul li {
    display: inline-block;
}

/* end */


.txt-blue {
	color: #0069b5;
}

.txt-green {
	color: #00a045;
}

.txt-orange {
	color: #f29710;
}

.txt-gray {
	color: #9fa0a0;
}

.txt-red {
	color: red;
}

.txt-distance {
	letter-spacing: -0.3rem;
}

.txt-distance2 {
	margin-right: 0.7rem;
}

.txt-distance3 {
	letter-spacing: -0.5rem;
}

/* mobile menu */
#site-navigation {
  display: block;
  background: #ffffff;
  height: auto;
}
 
#site-navigation #main-menu,
#site-navigation > input {
  display: none;
}
 
#site-navigation .pcMode {
	display: block;
	position: absolute;
	right: 45px;
	top: 21px;
	padding: 0.2rem;
	border: 1px solid #555;
	font-size: 0.8rem;
}

#site-navigation > label {
  display: block;
  font-size: 26px;
  color: #000000;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 26px;
  padding: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#site-navigation > label.person {
	margin-right: 25px;	
}
 
#site-navigation > input:checked + #main-menu {
  display: block;
  clear: both;
  top: 36px;
  position: relative;
  background: #ffffff;
  color: #000000;
}

#site-navigation ul li {
  display: block;
  padding: 30px 10px;
  border-bottom: 1px solid #e5e5e5;
}
 
#site-navigation a {
  text-decoration: none;
  color: #000000;
}

#site-navigation a:hover,
#site-navigation a:focus,
#site-navigation a:active {
  color: #004f95;
}
 
/* @media only screen and (min-device-width: 768px) {
  #site-navigation {
    height: auto;
  }
  #site-navigation #main-menu {
    display: block;
  }
  #site-navigation > label {
    display: none
  }
  #site-navigation ul li {
    display: inline-block;
  }
} */

/* Main Vessel */
#main-vessel {
	/*height: 455px;*/
	padding: 20px 7px;
	position: relative;
	background-color: #ffffff;
	color: #ffffff;
	font-size: 0.875rem;
	z-index: 130;
}

#main-vessel article {
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
}

#main-vessel article .title-wrap {
	display: flex;
	margin-bottom: 1rem;
}

#main-vessel article h1 {
	position: relative;
	float: left;
	font-size: 1.375rem;
	font-weight: bold;
	color: #222222;
}

#main-vessel article h1::after {
	/* content: '';
	position: absolute;
	bottom: 0;
	right: 2.8rem;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	border: 3px solid #56A9CB; */
	content: '。';
	font-size: 2.625rem;
	color: #58ABCB;
}

#main-vessel article h1 span {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: -0.02rem;
	line-height: 200%;
}

#main-vessel article h1 span.eng {
	font-size: 1.5rem;
	margin-right: 5px;
    margin-left: -8px;
}

#main-vessel article h1 span.eng.first {
	margin-left: 0;
}

#main-vessel article .btn-plus {
	position: absolute;
	top: 1.5rem;
	right: 0;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-bottom: 1rem;
	border: 1px solid #d2d2d2;
	background: url('../../images/m/ic_more.png') center no-repeat;
}

#main-vessel article .table-wrap {
	clear: both;
	margin: 0;
	padding: 0;
}

#main-vessel article .table-wrap .vessel-status {
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
}

#main-vessel article .table-wrap .vessel-status tr th {
	padding: 0.8rem 0;
	background-color: #033c6e;
	border: 1px solid #538fc3;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: -0.05rem;
	vertical-align: middle;
}

#main-vessel article .table-wrap .vessel-status tr th.bg-blue {
	background-color: #065faf;
}

#main-vessel article .table-wrap .vessel-status tr td {
	padding: 0.8rem 0;
	border: 1px solid #538fc3;
	vertical-align: middle;
}

#main-vessel article .table-wrap .vessel-status tr td.bg-blue {
	background-color: #024886;
}

#main-vessel article .table-wrap .vessel-status tr td img {
	margin-bottom: 0.5rem;
}

#main-vessel article .table-wrap .vessel-status tr td div {
	width: 8.125rem;
	height: 2rem;
	background-color: #1d79cb;
	font-size: 1.25rem;
	padding: 0.3rem 0;
	border-radius: 1.75rem;
	margin: 0 auto;
}

/* end */

/* Main Banner List */ 
#banner-list {
	position: relative;
	height: 100%;
    background-color: #163E62;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 1rem 0;
	z-index: 130;
}

#banner-list article {
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
}

#banner-list article .banner-wrap {
	/* display: flex; */
}

#banner-list article .banner-wrap .banner {
	position: relative;
	display: inline-block;
	width: 23.5%;
	/* height: 5.375rem; */
	padding: 10px 3px;
	vertical-align: top;
	cursor: pointer;
}

#banner-list article .banner-wrap .banner::after {
	position: absolute;
	top: 1rem;
	left: -3px;
	content: '';
	height: 3.375rem;
	border-left: 1px solid rgba(255,255,255,0.2);
}

#banner-list article .banner-wrap .banner:first-child::after {
	border-left: none;
}

#banner-list article .banner-wrap .banner:nth-of-type(5)::after {
	border-left: none;
}

#banner-list article .banner-wrap .banner .content {
	text-align: center;
	color: #ffffff;
}

#banner-list article .banner-wrap .banner .content .icon-img {
	height: 42px;
}

#banner-list article .banner-wrap .banner .content .icon-txt {
	font-size: 0.6875rem;
    line-height: 140%;
}

/* end*/

/* Main Search */
#main-search {
	position: relative;
	height: 105px;
    background-color: #0D5391;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	z-index: 130;
}

#main-search article:after {
	display: block;
	content: '';
	clear: both;
}

#main-search .container2 {
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
}

#main-search .container2 .search-wrap {
	width: 100%;
	height: 105px;
	display: flex;
	color: #ffffff;
	z-index: 200;
}

/* #main-search .container2 .search-wrap .icon-search {
	width: 50px;
	height: 105px;
	background: url('../../images/esvc/ic_main_search2.png') center 35% no-repeat;
	background-color: #00a045;
	text-align: center;
	float: left;
	padding-top: 55px;
} */

#main-search .container2 .search-wrap .search-box {
	width: 100%;
	height: 105px;
	padding: 15px 11px;	
	float: right;
	z-index: 1001;
}

#main-search .container2 .search-wrap .search-box .area > * {
	display: inline-block;
}

#main-search .container2 .search-wrap .search-box .area.first {
	margin-bottom: 8px;
}

#main-search .container2 .search-wrap .search-box .label-search {
	width: 112px;
	height: 100%;
	font-size: 0.75rem;
	text-align: left;
	vertical-align: middle;
	letter-spacing: -0.05rem;
	line-height: 140%;
}

#main-search .container2 .search-wrap .search-box .input-search {
	width: 150px;
	height: 32px;
	vertical-align: middle;
	outline: none;
}

#main-search .container2 .search-wrap .search-box .btn-search {
	width: 70px;
	height: 32px;
	background: url('../../images/esvc/ic_main_search.png') 20% center no-repeat;
	background-color: #163E62;
	margin-left: -5px;
	text-align: center;
	padding-left: 13px;
    padding-top: 10px;
    font-size: 0.75rem;
	cursor: pointer;
}

/* end */

/* Main VesselStatus */
#main-vesselStatus {
	position: relative;
	height: 16.875rem;
    background-color: #3472C5;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0 0.8rem;
	z-index: 130;
}

#main-vesselStatus article {
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
	padding: 1rem 0;
	overflow: hidden;
}

#main-vesselStatus article h1 {
	float: left;
	font-size: 1.125rem;
}

#main-vesselStatus article h1 span.eng {
	font-size: 0.875rem;
}

#main-vesselStatus article .berthStatus-wrap {
	clear:both;
	display: flex;
	width: 100%;
}

#main-vesselStatus article .berthStatus-wrap .berth {
	/* display: table;
	width: 20%;
    margin-right: 2rem; */
    display: inline-flex;
}

#main-vesselStatus article .berthStatus-wrap .berth .content {
	/* display: table-cell;
	text-align: center;
	vertical-align: middle; */
	display: inline-block;
	text-align: center;
	margin-right: 1rem;
	padding-left: 5.4rem;
}

#main-vesselStatus article .berthStatus-wrap .berth .content:nth-of-type(2) {
	margin-right: 0;
}

#main-vesselStatus article .berthStatus-wrap .berth .content .berth-num {
	position: relative;
	top: 2rem;
	color: #ffffff;
    font-size: 0.875rem;
	margin-bottom: 3rem;
}

#main-vesselStatus article .berthStatus-wrap .berth .content .berth-num::before {
	content: '';
	position: absolute;
	top: -0.5rem;
	left: 40%;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #1D467A;
	z-index: -1;
}

#main-vesselStatus article .berthStatus-wrap .berth .content .vessel-img {
	/* width: 9rem; */
	/* height: 4rem; */
	margin-bottom: 0.5rem;
}

#main-vesselStatus article .berthStatus-wrap .berth .content .berth-info {
	font-size: 0.75rem;
	line-height: 150%;
}

#main-vesselStatus article .berthStatus-wrap .berth .content .berth-info .berth-status {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

/* .bx-wrapper img {
    max-width: none;
} */

/* end */

/* Search Area */
#search-area {
    /* height: 41.25rem; */
	padding: 3rem 0;
	position: relative;
	background-color: #F1F2F4;
	color: #222222;
	font-size: 0.875rem;
	z-index: 130;
}

#search-area article {
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
}

#search-area article .title-wrap {
	text-align: center;
	margin-bottom: 3rem;
}

#search-area article .title-wrap .top-txt {
	font-size: 1rem;
}

#search-area article .title-wrap .title {
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

#search-area article .title-wrap .title::after {
	content: '。';
	font-size: 2.625rem;
	color: #58ABCB;
}

#search-area article .title-wrap .description {
	font-size: 0.75rem;
	font-weight: bold;
	color: #666666;
	letter-spacing: -0.03rem;
	line-height: 150%;
	word-break: keep-all;
}

#search-area article .terminal-wrap {
	width: 100%;
	/* height: 18.25rem; */
	margin-bottom: 1rem;
	/* display: flex;
	flex-flow: nowrap; */
}

#search-area article .terminal-wrap .inout-time {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #243B87;
	padding: 1rem 2rem;
}

#search-area article .terminal-wrap .inout-time .title {
	display: block;
	/* width: 12.25rem; */
	height: 7rem;
	text-align: center;
	color: #ffffff;
	background: url('../../images/main/ic_clock.jpg') center 20% no-repeat;
	font-size: 1.125rem;
	font-weight: bold;
	padding-top: 4.5rem;
	letter-spacing: -0.05rem;
}

#search-area article .terminal-wrap .inout-time .in-time,
#search-area article .terminal-wrap .inout-time .out-time {
	display: inline-block;
	width: 48%;
	height: calc(100% - 7rem);
	padding: 1.5rem 1rem;
	text-align: center;
	color: #ffffff;
}

#search-area article .terminal-wrap .inout-time .amount {
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

#search-area article .terminal-wrap .inout-time .txt {
	font-size: 0.8125rem;
	font-weight: bold;
}

#search-area article .terminal-wrap .terminal-status {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 1rem 0;
	margin-bottom: 1rem;
}

#search-area article .terminal-wrap .terminal-status .subject-wrap {
	display: inline-block;
	width: 100%;
	padding: 0 1rem;
	margin-bottom: 1.8rem;
}

#search-area article .terminal-wrap .terminal-status .subject-wrap .subject {
	font-size: 1.125rem;
	font-weight: bold;
	float: left;
	padding-top: 6px;
}

#search-area article .terminal-wrap .terminal-status .subject-wrap .btn-more {
	width: 1.875rem;
	height: 1.875rem;
	border: 1px solid #9EA1A6;
	color: #9EA1A6;
	font-size: 1.5rem;
	text-align: center;	
	float: right;
	cursor: pointer;
}

#search-area article .terminal-wrap .terminal-status .status-pic {
	display: flex;
	flex-flow: nowrap;
	width: 100%;
	height: 11.25rem;
}

#search-area article .terminal-wrap .terminal-status .status-pic .inout,
#search-area article .terminal-wrap .terminal-status .status-pic .vessel {
	width: 50%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}

#search-area article .terminal-wrap .terminal-status .status-pic .inout {
	border-right: none;
}

#search-area article .terminal-wrap .terminal-status .status-pic .inout .title,
#search-area article .terminal-wrap .terminal-status .status-pic .vessel .title {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: -0.03rem;
	margin-bottom: 1rem;
}

#search-area article .terminal-wrap .terminal-status .status-pic .inout .circle-wrap,
#search-area article .terminal-wrap .terminal-status .status-pic .vessel .circle-wrap {
	width: 6.125rem;
	height: 6.125rem;
	border-radius: 50%;
	background-color: #ffffff;
	padding: 0.8rem 0;
	margin: 0 2.5rem;
	margin-bottom: 1rem;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap.orange {
	border: 10px solid #FF6912;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap.green {
	border: 10px solid #30B16E;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap.red {
	border: 10px solid red;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap .number {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: -0.1rem;
	margin-bottom: 0.3rem;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap .number.orange {
	color: #FF6912;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap .number.green {
	color: #30B16E;
}

#search-area article .terminal-wrap .terminal-status .status-pic .circle-wrap .unit {
	font-size: 1rem;
	font-weight: bold;
}

#search-area article .terminal-wrap .terminal-status .status-pic .inout .status-txt,
#search-area article .terminal-wrap .terminal-status .status-pic .vessel .status-txt {
	font-size: 1.375rem;
	font-weight: bold;
}

#search-area article .terminal-wrap .terminal-status .status-pic .status-txt.orange::before {
	content: '●';
	font-size: 0.875rem;
	font-weight: bold;
	color: #FF6912;
	position: relative;
	top: -5px;
	left: -5px;
}

#search-area article .terminal-wrap .terminal-status .status-pic .status-txt.green::before {
	content: '●';
	font-size: 0.875rem;
	font-weight: bold;
	color: #30B16E;
	position: relative;
	top: -5px;
	left: -5px;
}

#search-area article .terminal-wrap .terminal-status .status-pic .inout {
	width: 50%;
}

#search-area article .terminal-wrap .empty-table {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
	overflow: hidden;
}

#search-area article .terminal-wrap .empty-table .subject-wrap {
	display: inline-block;
	width: 100%;
	height: 3.625rem;
	background-color: #6B6E7F;
	color: #ffffff;
	padding: 0.8rem 1rem;
}

#search-area article .terminal-wrap .empty-table .subject-wrap .subject {
	font-size: 1.125rem;
	font-weight: bold;
	float: left;
	padding-top: 6px;
}

#search-area article .terminal-wrap .empty-table .subject-wrap .btn-more {
	width: 1.875rem;
	height: 1.875rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;	
	float: right;
	cursor: pointer;
}

/* search-area table */
#search-area article .table-wrap {
	clear: both;
	height: calc(100% - 3.625rem);
	overflow: hidden;
	padding: 0;	
}

#search-area article .table-wrap .feature-table {
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
	color: #555555;
	border-collapse: collapse;
}

#search-area article .table-wrap .feature-table tr th {
	padding: 0.8rem 0;
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, rgba(255,255,255,0.8) 0, rgba(255,255,255,0.8) 6px);
	border: 1px solid #e5e5e5;
	border-top: none;
	vertical-align: middle;
}

#search-area article .table-wrap .feature-table tr td {
	padding: 0.8rem 0;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
}

#search-area article .table-wrap .feature-table tr td:first-child {
	border-left: 1px solid #e5e5e5;
}

#search-area article .table-wrap .feature-table tr td.pd-none {
	padding: 0;
	border-left: none;
}

#search-area article .table-wrap .orange {
	color: #FF6912;
}

#search-area article .table-wrap .red {
	color: red;
}

#search-area article .table-wrap .green {
	color: #30B16E;
}

/* end table*/

#search-area article .status-wrap {
	position: relative;
	width: 100%;
	/* height: 16rem; */
	margin-bottom: 2rem;
	/* display: flex;
	flex-flow: nowrap; */
}

#search-area article .status-wrap .subject-wrap {
	display: inline-block;
	width: 100%;
	height: 3.625rem;
	background-color: #6B6E7F;
	color: #ffffff;
	padding: 0.8rem 1rem;
}

#search-area article .status-wrap .subject-wrap .subject {
	font-size: 1.125rem;
	font-weight: bold;
	float: left;
	padding-top: 6px;
}

#search-area article .status-wrap .subject-wrap .btn-more {
	width: 1.875rem;
	height: 1.875rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;	
	float: right;
	cursor: pointer;
}

#search-area article .status-wrap .vessel-status {
	width: 100%;
	/* height: 16rem; */
	background-color: #e5e5e5;
	margin-bottom: 1rem;
}

#search-area article .status-wrap .yard-status {
	width: 100%;
	/* height: 16rem; */
	background-color: #e5e5e5;
}

#search-area article .status-wrap .yard-status .yard-notice {
	text-align: right;
	padding-top: 0.5rem;
	padding-right: 1rem;
	font-size: 0.75rem;
	letter-spacing: -0.03rem;
	color: red;
}

/* end */

/* Main Board */
#main-board {
	/* height: 13.5rem; */
	position: relative;
	background-color: #F7F7F7;
	color: #222222;
	font-size: 0.875rem;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 3.375rem;
	z-index: 130;
}

#main-board article {
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
}

#main-board article h2 {
	font-size: 1.3125rem;
	letter-spacing: -0.05rem;
	float: left;
    color: #666666;
}

#main-board article h2 span {
	font-size: 1.5rem;
	font-weight: normal;
	color: #222222;
}

#main-board article .btn-plus {
	width: 19px;
	height: 20px;
	background: url('../../images/esvc/ic_main_plus.jpg') center no-repeat;
	margin-bottom: 10px;
	float: right;
}

#main-board article div.left {
	/* float: left; */
	width: 100%;
	/* height: 13.5rem; */
	border-bottom: 1px solid #d2d2d2;
	padding: 1rem;
}

#main-board article div.left > div {
	clear: both;
}

#main-board article div.right {
	/* float: right; */
	width: 100%;
	height: 13.5rem;	
	/* border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2; */
}

#main-board article div.left .news-wrap {
	height: 7.625rem;
	padding-top: 1rem;
	padding-left: 6rem;
	padding-right: 1rem;
	background: url('../../images/esvc/ic_main_news.jpg') left center no-repeat;
	background-size: 22%;
}

#main-board article div.left .news-wrap .title {
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: -0.05rem;
	margin-bottom: 0.5rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

#main-board article div.left .news-wrap .title a {
	text-decoration: none;
    color: #333333;
}

#main-board article div.left .news-wrap .content {
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: -0.03rem;
	line-height: 150%;
	margin-bottom: 0.5rem;
	word-break: break-all;
	color: #666666;
	cursor: pointer;
}

#main-board article div.left .news-wrap .content a {
	text-decoration: none;
	color: #666666;
}

#main-board article div.left .news-wrap .date {
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: -0.03rem;
	color: #888888;
	text-align: right;
}

#main-board article div.right ul {
	width: 100%;
	font-size: 0; /* display: inline-block 속성의 margin 값 없애기 */
}

#main-board article div.right ul li {
	list-style: none;
	width: 50%;
	height: 6.75rem;
	display: inline-block;
}

#main-board article div.right ul li a {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: -0.03rem;
	text-decoration: none;
	color: #333333;
	padding-left: 1rem;
	cursor: pointer;
}

#main-board article div.right ul li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 4rem;
}

#main-board article div.right ul li:nth-of-type(1) {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: url('../../images/esvc/ic_main_search01.jpg') 9% center no-repeat;
	background-size: 39%;
}

#main-board article div.right ul li:nth-of-type(2) {
	border-bottom: 1px solid #d2d2d2;
	background: url('../../images/esvc/ic_main_search02.jpg') 9% center no-repeat;
	background-size: 39%;
}

#main-board article div.right ul li:nth-of-type(3) {
	border-right: 1px solid #d2d2d2;
	background: url('../../images/esvc/ic_main_search03.jpg') 9% center no-repeat;
	background-size: 39%;
}

#main-board article div.right ul li:nth-of-type(4) {
	/* border-right: 1px solid #d2d2d2; */
	background: url('../../images/esvc/ic_main_search04.jpg') 9% center no-repeat;
	background-size: 39%;
}

/* end */

/* Main Sitemap */
#main-sitemap {
	position: relative;
	height: 260px;
    background-color: #033c6e;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	z-index: 130;
}

#main-sitemap article:after {
	display: block;
	content: '';
	clear: both;
}

#main-sitemap .list-wrap {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#main-sitemap .list-wrap ul {
	list-style: none;
	border-collapse: collapse;
	font-size: 0;
	text-align: center;
}

#main-sitemap .list-wrap ul li {
	display: inline-block;
	width: 50%;
	height: 65px;
	background-color: #004f95;
	border-bottom: 1px solid #538fc3;
}

#main-sitemap .list-wrap ul li:nth-child(odd) {
	border-right: 1px solid #538fc3;
}

#main-sitemap .list-wrap ul li:nth-child(7) {
	width: 100%;
	border-right: none;
}

#main-sitemap .list-wrap ul li span {
	width: 100%;
	height: 100%;
	display: table;		
}

#main-sitemap .list-wrap ul li a {
	width: 100%;
	height: 100%;
	display: table-cell;	
	color: #ffffff;
	font-size: 0.875rem;
	text-decoration: none;
	vertical-align: middle;	
}

#main-sitemap .list-wrap ul li.navy {
	background-color: #033c6e;	
}

#main-sitemap .list-wrap ul li.lightblue {
	background-color: #1d79cb;	
}

/* ** Footer ** */
footer {
    height: 17.625rem;
    padding: 0 0 2rem;
    line-height: 100%;
    font-size: 0.75rem;
    color: #c5c8cb;
    background-color: #595F6B;
}

footer a {
    color: #808080;
    text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #33a1d2;
}

footer .etc-wrap {
	position: relative;    
    height: 3.5rem;
    background-color: #464C58;    
    margin-bottom: 2rem;
    font-size: 0.875rem;
	font-weight: bold;
	color: rgba(255,255,255,0.4);
	z-index: 130;
}

footer .etc-wrap .etc-list {
	width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

footer .etc-wrap .etc-list ul {
	list-style: none;
	display: flex;
	float: right;
}

footer .etc-wrap .etc-list ul li {
	display: table;
	table-layout: fixed;
	width: 50%;
	height: 3.5rem;
	border-left: 1px solid rgba(255,255,255,0.2);
}

footer .etc-wrap .etc-list ul li select {
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 3.5rem;
    background: url('../../images/ic_sel_plus.jpg') 92% center no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
	font-weight: bold;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
    padding-left: 8%;
}

footer .etc-wrap .etc-list ul li select option {
	background-color: #464C58;
}

footer .etc-wrap .etc-list ul li:last-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}

footer .etc-wrap .etc-list ul li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,0.4);
	font-size: 0.875rem;
	font-weight: bold;
}

footer .container {
    height: 100%;
    font-size: 0;
    text-align: center;
}

footer h2 {
    display: inline-block;
    width: 100%;
}

footer h2 a {
    display: block;
    width: 100%;
    height: 100%;
}

footer address {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px;
}

footer address p {
    font-size: 0.625rem;
    line-height: 160%;
    color: rgba(255,255,255,0.4);
    letter-spacing: -0.03rem;
}

footer .copyright {
    font-size: 0.75rem;
}

/* Sub Sub-title */
#sub-title {
	position: relative;
	height: 50px;
    background-color: #004f95;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	z-index: 130;
}

#sub-title article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-title .title {
	width: 100%;
	height: 100%;
	color: #ffffff;
	padding: 18px;
}

/* Sub Sub-Copino */
#sub-copino {
	position: relative;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	z-index: 130;
}

#sub-copino article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-copino article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
	margin-bottom: 20px;
}

.copino-list-wrap {
	padding: 2rem 0;
}

.copino-list {
	display: block;
	box-sizing: border-box;
	height: 4rem;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #ddd;
	font-size: 0;
	text-decoration: none;
	color: #222;
}

.copino-list span {
	display: inline-block;
	height: 100%;
	padding-top: 0.5rem;
	vertical-align: middle;
	font-size: 1rem;
}

.copino-list span:first-child {
	width: 50px;
}

.copino-list span:nth-child(2) {
	width: calc(100% - 130px);
}

.copino-list span:nth-child(3) {
	display: inline-block;
	width: 80px;
	height: 1.5rem;
	padding-top: 0.4rem;
	background-color: #7D7D7D;
	text-align: center;
	vertical-align: middle;
	font-size: 0.7rem;
	font-weight: normal;
	color: #fff;
}

#sub-copino .result-box {
	margin-bottom: 2rem;
	padding-top: 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	overflow: hidden;
}

#sub-copino .result-box .common-table tr td{
	padding-right: 15px;
}

#sub-copino .result-box .txt-red {
	font-weight: bold;
}

#sub-copino .table-wrap {
	width: 100%;
	overflow: hidden;
    overflow-x: auto;
    margin-top: 1rem;
}

#sub-copino [class*='col-'] {
	padding: 0;
}


/* Sub Sub-CntrInfo */
#sub-cntrInfo {
	position: relative;
	height: auto;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	z-index: 130;
}

#sub-cntrInfo article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-cntrInfo article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
	margin-bottom: 15px;
}

/* Sub Sub-vesselStatus */
#sub-vesselStatus {
	position: relative;
	height: auto;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	z-index: 130;
}

#sub-vesselStatus article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-vesselStatus article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
}

#sub-vesselStatus article .div-ul-wrap .vessel-status {
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
}

#sub-vesselStatus .div-ul-wrap {
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
}

#sub-vesselStatus .div-ul-wrap *{
	box-sizing: border-box;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap {
	display: inline-block;
	vertical-align: top;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left {
	width: 100px;
	/*height: 18rem;*/
	background-color: #3472C5;
	font-size: 0.8rem;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right {
	width: calc(100% - 100px);
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div {
	height: 40px;
	padding-top: 0.9rem;
	/* border-left: 1px solid #9dacbb;
	border-bottom: 1px solid #9dacbb; */
	text-align: center;
	color: #fff;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:first-child {
	height: 133px;
	padding-top: 4rem;
	border-top: 1px solid #9dacbb;
}

/* #sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child {
	height: 9rem;
	padding: 0;
	font-size: 0;
} */

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div {
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
	font-size: 0.8rem;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child {
	height: 521px;
	padding: 0;
	font-size: 0;
    border-top: 1px solid #538fc3;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div:first-child {
	padding-top: 12.4rem;
	line-height: 160%;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div:last-child {
	background-color: #065faf;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div:last-child span {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 0.5rem;
	border-left: 1px solid #538fc3;
	border-bottom: 1px solid #538fc3;
	font-weight: normal;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul > div {
	height: 40px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	color: #555555;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul > div:first-child {
	padding-top: 1rem;
	height: 133px;
	border-top: 1px solid #d2d2d2;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li {
	font-size: 0;
	position: relative;
}

/* #sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(3) {
	background-color: #e8edf2;
} */

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li span {
	display: inline-block;
	width: 100%;
	padding-top: 0.9rem;
	font-size: 0.8rem;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(2) {
	display: table;
	width: 100%;
	height: 40px;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(2) span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(2) .vesselName {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 0;
	font-size: 0.7rem;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-2 {
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-2.gray {
	background-color: #F5F5F7;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-2:nth-child(2) {
	border-right: none;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-3 {
	display: inline-block;
	width: 33.3%;
	height: 100%;
	vertical-align: top;
	border-right: 1px solid #9dacbb;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-3.gray {
	background-color: #F5F5F7;	
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-3:nth-child(3) {
	border-right: none;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm {
	/* height: 29px; */
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4 {
	width: 25%;
	height: 40px;
	/* padding-top: 0.5rem; */
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	/* font-size: 0.7rem;
	color: #333; */
}

#sub-vesselStatus.div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4.gray {
	background-color: #F5F5F7;	
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4.title {
	background-color: #e8edf2;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4:last-child {
	border-right: none
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li img{
	display: inline;
	max-width: none;
	width: auto;
	height: auto;
	max-height: 80px;
	margin-bottom: 0.5rem;
}

#sub-vesselStatus .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .block {
	width: 8.125rem;
	height: 2rem;
	background-color: #1d79cb;
	font-size: 1.25rem;
	font-weight: normal;
	padding: 0.3rem 0;
	border-radius: 1.75rem;
	margin: 0 auto;
	color: #ffffff;
}

/* Sub Sub-YardMap */
#sub-yardMap {
	position: relative;
	height: auto;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	z-index: 130;
}

#sub-yardMap article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-yardMap article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
}

#sub-yardMap article .yardmap-area {
	width: 100%;
	padding: 0;
}

#sub-yardMap article .yardmap-area img {
	display: block;
	width: 100%;
}

/* Sub Sub-YardStatus */
#sub-yardStatus {
	position: relative;
	height: auto;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	z-index: 130;
}

#sub-yardStatus article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-yardStatus article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
}

#sub-yardStatus .yardStat-wrap {
	width: 100%;
	height: 108px;
	border: 1px solid #d2d2d2;
	padding: 13px 28px;
	display: flex;
	margin-bottom: 20px;
}

#sub-yardStatus .yardStat-wrap .status-gauge {
	width: 80px;
	height: 80px;
	margin-right: 35px;
}

#sub-yardStatus .yardStat-wrap .status-gauge .circle {
	width: 80px;
	height: 80px;
	border: 5px solid #f8c170;
	border-radius: 50%;
	background-color: #f29710;
	text-align: center;
	color: #ffffff;
	padding: 1rem 0;
	font-size: 1.25rem;
	font-weight: bold;
	float: right;
}

#sub-yardStatus .yardStat-wrap .status-gauge .circle.green {
	border: 5px solid #00dd5e;
	background-color: #00a045;
}

#sub-yardStatus .yardStat-wrap .status-gauge .circle.red {
	border: 5px solid #ffb2b2;
	background-color: red;
}

#sub-yardStatus .yardStat-wrap .status-gauge .unit {
	font-size: 1rem;
}

#sub-yardStatus .yardStat-wrap .status-gauge .unit2 {
	padding-top: 11px;
	font-size: 1rem;
}

#sub-yardStatus .yardStat-wrap .status-info {
	width: 224px;
	height: 100%;
	padding: 14px 0;
}

#sub-yardStatus .yardStat-wrap .status-info p {
	font-size: 1.125rem;
	font-weight: bold;
	padding-left: 50px;
}

#sub-yardStatus .yardStat-wrap .status-info .carry-in {
	background: url('../../images/yard/ic_carry_in.png') left center no-repeat;
	margin-bottom: 16px;
}

#sub-yardStatus .yardStat-wrap .status-info .carry-out {
	background: url('../../images/yard/ic_carry_out.png') left center no-repeat;
}

#sub-yardStatus .blocknum {
	font-size: 1rem;
	padding-bottom: 10px;
}

#sub-yardStatus .yard-inout {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#sub-yardStatus .yard-inout ul {
	list-style: none;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	font-size: 0;
}

#sub-yardStatus .yard-inout ul li {
	width: 50%;
	display: inline-block;
}

#sub-yardStatus .yard-inout ul li p {
	font-size: 0.875rem;
	letter-spacing: -0.05rem;
	line-height: 160%;
}

#sub-yardStatus .yard-inout ul li p.num {
	font-size: 1.65rem;
	color: #004f95;
}

#sub-yardStatus .block-info {
	width: 100%;
	padding: 0 7px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
    padding-bottom: 16px;
}

#sub-yardStatus .block-info.detail {
	display: none;
}

#sub-yardStatus .block-info h3 {
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: -0.05rem;
}

#sub-yardStatus .block-info ul {
	list-style: none;
    text-align: left;	
	padding-bottom: 5px;
}

#sub-yardStatus .block-info ul.last {
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}

#sub-yardStatus .block-info ul li {
	display: inline-block;
	width: 42px;
	height: 30px;
	margin-bottom: 0.3rem;
}

#sub-yardStatus .block-info ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 7px;
	background-color: #444;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#sub-yardStatus .block-info ul li.on {
    background-color: #1d79cb;
}

#sub-yardStatus .block-info .cont-box {
	position: relative;
	display: table;
    width: 20rem;
	height: 3.375rem;
	border: 1px solid #888888;
	background-color: #C1D8EA;
}

#sub-yardStatus .block-info .cont-box .content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 45px;
}

#sub-yardStatus .block-info .cont-box .content.active {
	border: 2px solid red;
	background-color: #ffdede;
}

#sub-yardStatus .block-info .cont-box .crane-left{
	position: absolute; 
	top:-2px; 
	background: url('../../images/yard/ic_crane.jpg') no-repeat; 
	width: 28px; 
	height: 57px; 
	left: 10px; 
	display:none;
}

#sub-yardStatus .block-info .cont-box .crane-right{
	position: absolute; 
	top: -2px; 
	background: url('../../images/yard/ic_crane.jpg') no-repeat; 
	width: 28px; 
	height: 57px; 
	right: 10px; 
	display:none;
}

#sub-yardStatus .block-info #rfid-wrap {
	display: none;
}

#sub-yardStatus .block-info #rfid-wrap .table-wrap {
	min-height: 5rem;
	height: auto;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
}

/* Sub Sub-NoticeBoard */
#sub-noticeBoard {
	position: relative;
	height: auto;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	z-index: 130;
}

#sub-noticeBoard article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-noticeBoard article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
}

#sub-noticeBoard article .board-search button {
	width: 4.625rem;
    height: 2rem;
    background-color: #004f95;
    border: none;
    border-radius: 0.2rem;   
    color: #ffffff;
    font-size: 0.75rem;
    float: right;
    cursor: pointer;
    margin: 0.5rem 0;
}

/* Sub Sub-NoticeDetail */
#sub-noticeDeatail {
	position: relative;
	height: auto;
	color: #222222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	z-index: 130;
}

#sub-noticeDeatail article:after {
	display: block;
	content: '';
	clear: both;
}

#sub-noticeDeatail article h2 {
	font-size: 1.125rem;
	letter-spacing: -0.1rem;
}

#sub-noticeDeatail .board-detail-row {
    border-bottom: 1px solid #d2d2d2;
    font-size: 0;
    overflow: hidden;
}

#sub-noticeDeatail .board-detail-row:nth-of-type(1) {
    border-top: 2px solid #053661;
}

#sub-noticeDeatail .board-detail-row > * {
    display: inline-block;
    padding: 1.125rem 2%;
    font-size: 0.875rem;
    vertical-align: top;
}

#sub-noticeDeatail .board-detail-row .board-detail-label {
    width: 5rem;
    font-weight: bold;
    text-align: center;
    background-color: #f4f5f6;
}

#sub-noticeDeatail .board-detail-row .board-detail-text {
    width: 14rem;
    font-size: 0.875rem;
    padding-left: 1rem;
}

#sub-noticeDeatail .board-detail-row .board-detail-text .recruit-detail-contents-wrap {
    overflow: hidden;
    overflow-x: auto;
}

#sub-noticeDeatail .board-detail-row .board-detail-text.full-size {
    width: 100%;
}

#sub-noticeDeatail .board-detail-row .board-detail-label + .board-detail-text.full-size {
    width: calc(100% - 7.25rem);
}

#sub-noticeDeatail .board-detail-row .board-detail-text > span {
    display: inline-block;
}

#sub-noticeDeatail .board-detail-row .board-detail-text > a {
    display: block;
}

#sub-noticeDeatail .detail-navigation {
    margin: 3.375rem 0 10rem;
    font-size: 0;
}

#sub-noticeDeatail .detail-navigation > * {
    display: inline-block;
    height: 3.5rem;
    vertical-align: middle;
}

#sub-noticeDeatail .detail-navigation .nav-link-wrap {
    width: 30%;
    padding: 0.5rem 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position-y: center;
}

#sub-noticeDeatail .detail-navigation .nav-link-wrap.nav-prev {
    padding-left: 3.5rem;
    text-align: left;
    background-image: url('../../images/news/ic_prev.png');
    -ms-background-position-x: left;
    background-position-x: left;
}

#sub-noticeDeatail .detail-navigation .nav-link-wrap.nav-next {
    padding-right: 3.5rem;
    text-align: right;
    background-image: url('../../images/news/ic_next.png');
    -ms-background-position-x: right;
    background-position-x: right;
}

#sub-noticeDeatail .detail-navigation .nav-link-wrap .nav-text {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #888888;
    margin-top: 12px;
}

#sub-noticeDeatail .detail-navigation .nav-link-wrap .nav-title {
    font-size: 0.875rem;
    color: #222222;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

#sub-noticeDeatail .detail-navigation a.nav-link-wrap:hover .nav-title,
#sub-noticeDeatail .detail-navigation a.nav-link-wrap:focus .nav-title,
#sub-noticeDeatail .detail-navigation a.nav-link-wrap:active .nav-title {
    color: #33a1d2;
}

#sub-noticeDeatail .detail-navigation .button-group {
    width: 40%;
    text-align: center;
}

#sub-noticeDeatail .detail-navigation .button-group .button {
    margin: 0 2% 0.5rem;
    padding: 1rem 2rem;
    color: #555555;
    border-color: #555555;
}

#sub-noticeDeatail .detail-navigation .button-group2 {
    width: 100%;
    text-align: right;
}

#sub-noticeDeatail .detail-navigation .button-group2 .button {
    margin-left: 0.2rem;
    padding: 1rem 3rem;
    color: #555555;
    border-color: #555555;
}

/* Common: Search, Result */

.search-area {
	width: 100%;
	height: auto;
	background-color: #F5F5F7;
	border: 1px solid #d2d2d2;
	border-top: 2px solid #163E62;
	padding: 15px;
}

.search-area .input-wrap {
	/* height: 32px; */
	min-height: 32px;
	margin-bottom: 5px;
}

.search-area .input-wrap .sub-txt {
	display: inline-block;
	font-size: 0.625rem;
    letter-spacing: -0.04rem;
    margin-bottom: 5px;    
    padding-left: 113px;
}

.search-area .input-wrap.last {
	margin-bottom: 15px;
}

.search-area .input-wrap .label {
	font-size: 0.8125rem;
	text-align: left;
	margin-right: 14px;
	padding-top: 8px;
	letter-spacing: -0.05rem;
	display: inline-block;
}

.search-area .input-wrap input {
	height: 32px;
	border: 1px solid #d2d2d2;
	float: right;
}

.search-area .input-wrap select {
	height: 32px;
	border: 1px solid #d2d2d2;
	float: right;
}

.search-area .input-wrap .inputSize1 {
	width: 242px;
}

.search-area .input-wrap .inputSize2 {
	width: 200px;
}

.search-area .input-wrap .inputSize3 {
	width: 195px;
}

.search-area button{
	width: 308px;
	height: 38px;
	background-color: #163E62;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.search-area .sort-box {
    display: inline-block;
    height: 1.875rem;
    float: right;
}

.search-area .sort-box input {
    float: none;
    vertical-align: middle;
}

.result-box {
	width: 100%;
	height: auto;
	padding-top: 20px;
	/* text-align: center; */
}

.result-box .title {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.result-box .title2 {
	letter-spacing: -0.05rem;
	color: #004f95;
	text-align: left;
	margin-bottom: 10px;
}

/* Common: Table */
.common-table {
	width: 99%;
	text-align: left;
	/* white-space: nowrap; */
	letter-spacing: -0.05rem;
	font-size: 0.8125rem;
}

.common-table tr th {
	height: 34px;
	padding: 8px 16px;
	background-color: #f4f5f6;
	border: 1px solid #d2d2d2;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	/* word-break: keep-all; */
}

.common-table tr td {
	height: 34px;
	padding: 8px 8px 8px 15px;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
}

.common-table2 {
	width: 100%;
	text-align: left;
	white-space: nowrap;
	letter-spacing: -0.05rem;
	font-size: 0.8125rem;
	margin-bottom: 40px;
}

.common-table2.cntrInfo-table {
	white-space: unset;
}

.common-table2 tr th {
	height: 45px;
	padding-left: 8px;
	background-color: #F9F9F9;
	color: #222222;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;
}

.common-table2 tr td {
	height: 45px;
	/* padding-left: 15px; */
	padding: 0 10px;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;
}

.common-table2 tr:nth-of-type(1) th,
.common-table2 tr:nth-of-type(1) td {
	border-top: 1px solid #d2d2d2;
}

.common-table3 {
	width: 100%;
	text-align: left;
	white-space: nowrap;
	letter-spacing: -0.05rem;
	font-size: 0.8125rem;
	margin-bottom: 40px;	
	table-layout:fixed;
}

.common-table3 tr th {
	height: 45px;
	padding-left: 8px;
	background-color: #0069b5;
	color: #ffffff;
	border-bottom: 1px solid #9dacbb;
	vertical-align: middle;
}

.common-table3 tr td {
	height: 45px;
	padding-left: 15px;
	border-bottom: 1px solid #9dacbb;
	vertical-align: middle;
}

.common-table3 tr td.date {
	color: #555555;
}

.common-table3 tr td a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	color: #555555;
	padding-top: 15px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.common-table3 tr:nth-of-type(1) th,
.common-table3 tr:nth-of-type(1) td {
	border-top: 2px solid #004f95;
}

.txt-center {
	text-align: center;
	padding-right: 15px;
}

.txt-center2 {
	text-align: center;
}

.txt-red {
	color: red;
}

.bg-skyblue {
	background-color: #eaf1f7;
}

.board-search {
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}

.board-search select {
	width: 100%;
	height: 40px;
	background: url('../../images/ic_sel_arrow.jpg') 95% center no-repeat;
	background-color: #F9F9F9;
	border: 1px solid #d2d2d2;
	padding: 0 5px;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.board-search select::-ms-expand {
	display: none;
}

/* .board-search input {
	width: 237px;
	height: 40px;
	background: url('../../images/ic_search.png') 95% center no-repeat;
	border: 1px solid #d2d2d2;
	padding: 0 5px;
}

.board-search input::placeholder {
	font-size: 0.75rem;
} */

.board-search .search-box {
	width: 100%;
	height: 2.5rem;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	color: #555555;
	text-align: left;
	/* padding: 0.8rem; */
	font-weight: bold;
	display: flex;
	float: right;
	margin-bottom: 1rem;
	margint-left: 0.5rem;
}

.board-search .search-box .input-search {
	width: calc(100% - 2.5rem);
	border: none;
	padding: 0.1rem 0.5rem;
}

.board-search .search-box .input-search:focus {
	outline: none; /* input 클릭시 테두리 없애기 */
}

.board-search .search-box .btn-search {
	position: relative;
	width: 2.5rem;
	height: 2.4rem;
	border: none;
	background: url('../../images/ic_search.png') center no-repeat;
	cursor: pointer;
	border-left: 1px solid #d2d2d2;
	background-color: #F9F9F9;
}

.board-search .search-box .btn-search:focus {
	outline: none;
}

#sub-noticeBoard .total {
	width: 100%;
	padding: 0;
	padding-left: 1.3rem;
	margin-bottom: 1rem;
	background: url('../../images/ic_page_total.jpg') 0 37% no-repeat;
	font-size: 0.75rem;
}

#sub-noticeBoard .total span {
	/* color: red; */
}

/* 공지사항 테이블 */
#sub-noticeBoard .table-wrap.mobile {
	clear: both;
	margin-bottom: 2rem;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap {
	width: 100%;
	height: 4.5rem;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 1rem;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap:first-child {
	border-top: 2px solid #3472C5;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap .title-wrap {
	height: 2.25rem;		
	padding: 1rem 0 0 0;
	margin-bottom: 0.25rem;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap .title-wrap .num {
	display: inline-block;
	width: 2.65rem;
	padding-left: 5px;
	font-size: 0.8125rem;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap .title-wrap .title {
	display: inline-block;
	font-size: 0.8125rem;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap .title-wrap .title a {
	text-decoration: none;
	color: #555555;
}

#sub-noticeBoard .table-wrap.mobile .board-wrap .regDate {
	height: 2.25rem;
	font-size: 0.75rem;
	color: #888888;
}

/* pagination */
.pagination {
	clear: both;
    font-size: 0;
}

.pagination .page-item {
    display: inline-table;
    width: 2rem;
    height: 2rem;
    /* margin: 0 0.25rem 1rem; */
    vertical-align: middle;
}

.pagination .page-item .page-link {
    display: table-cell;
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 0.875rem;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: #222222;
    background-color: #ffffff;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -ms-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    /* border: 1px solid #e5e5e5; */
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:active,
.pagination .page-item.active .page-link {
    /* font-weight: bold;
    color: #ffffff;
    background-color: #1E64BA; */
    /* background-color: #004f95; */
    text-decoration: underline;
    color: #1E64BA;
    /* border-color: #1E64BA; */
}

/* .pagination .page-item.first .page-link,
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link,
.pagination .page-item.last .page-link {
    font-size: 1.25rem;
} */

.pagination .page-item.disabled .page-link {
    font-weight: normal;
    color: #4e555b;
    /* background-color: #efefef; */
    text-decoration: none;
    cursor: default;
}

/* .pagination .page-item.first .page-link {
	font-size: 0;
	background: url('../../images/ic_page_first.jpg') center no-repeat;
}

.pagination .page-item.prev .page-link {
	font-size: 0;
	background: url('../../images/ic_page_prev.jpg') center no-repeat;
}

.pagination .page-item.next .page-link {
	font-size: 0;
	background: url('../../images/ic_page_next.jpg') center no-repeat;
}

.pagination .page-item.last .page-link {
	font-size: 0;
	background: url('../../images/ic_page_last.jpg') center no-repeat;
} */

/* ** Initializing bxSlider wrappers ** */
#visual-contents-slider, #visual-background-slider, #main-visual .slider-control,
	#links-news .links-news-slider, #links-news .links-news-background-slider,
	#news-notice-list, #news-data-list {
	visibility: hidden;
}

/* 메인 슬라이드 */

#main-vessel.m .div-ul-wrap {
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
}

#main-vessel.m  .div-ul-wrap *{
	box-sizing: border-box;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap {
	display: inline-block;
	vertical-align: top;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.left {
	width: 100px;
	/*height: 18rem;*/
	background-color: #3472C5;
	font-size: 0.8rem;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right {
	width: calc(100% - 100px);
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div {
	height: 40px;
	padding-top: 0.9rem;
	/* border-left: 1px solid #538fc3;
	border-bottom: 1px solid #538fc3; */
	text-align: center;
	color: #fff
}

#main-vessel.m .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:first-child {
	height: 133px;
	padding-top: 4rem;
	border-top: 1px solid #9dacbb;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div {
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
	font-size: 0.8rem;
}

#main-vessel.m .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child {
	height: 521px;
	padding: 0;
	font-size: 0;
    border-top: 1px solid #538fc3;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div:first-child {
	padding-top: 12.4rem;
	line-height: 160%;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div:last-child {
	background-color: #065faf;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.left .div-ul > div:last-child > div:last-child span {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 0.5rem;
	border-left: 1px solid #538fc3;
	border-bottom: 1px solid #538fc3;
	font-weight: normal;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul > div {
	height: 40px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	color: #555555;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul > div:first-child {
	border-top: 1px solid #d2d2d2;
	padding-top: 1rem;
	height: 133px;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li {
	font-size: 0;
	position: relative;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li span {
	display: inline-block;
	width: 100%;
	padding-top: 0.9rem;
	font-size: 0.8rem;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(2) {
	display: table;
	width: 100%;
	height: 40px;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(2) span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li:nth-child(2) .vesselName {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 0;
	font-size: 0.7rem;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-2 {
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-2.gray  {
	background-color: #F5F5F7;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-2:nth-child(2) {
	border-right: none;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-3 {
	display: inline-block;
	width: 33.3%;
	height: 100%;
	vertical-align: top;
	border-right: 1px solid #d2d2d2;
}

#main-vessel.m .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-3.gray {
	background-color: #F5F5F7;	
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .span-3:nth-child(3) {
	border-right: none;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm {
	/* height: 29px; */
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4 {
	width: 25%;
	height: 40px;
	/* padding-top: 0.5rem; */
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
    vertical-align: top;
	/* vertical-align: top;
	font-size: 0.7rem; */
}

#main-vessel.m .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4.gray {
	background-color: #F5F5F7;	
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4.title {
	background-color: #e8edf2;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li.sm .span-4:last-child {
	border-right: none
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li img{
	display: inline;
	max-width: none;
	width: auto;
	height: auto;
	max-height: 80px;
	margin-bottom: 0.5rem;
}

#main-vessel.m  .div-ul-wrap .div-ul-inner-wrap.right .div-ul .div-li .block {
	width: 8.125rem;
	height: 2rem;
	background-color: #1d79cb;
	font-size: 1.25rem;
	font-weight: normal;
	padding: 0.3rem 0;
	border-radius: 1.75rem;
	margin: 0 auto;
	color: #ffffff;
}

.bx-wrapper {
	display: inline-block !important;
	/* max-width: calc(100% - 100px) !important; */
	background: none;
	border: none;
	box-shadow: none;
}

/* e */

.bx-viewport {
	/* width: 90% !important; */
	margin: 0 auto !important;
}

.bx-wrapper .bx-controls-direction a {
	top: 29px;
	z-index: 999;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	left: -50px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #ffffff;
}

/* main-vessel 테이블 관련 */
#sub-vesselStatus .bx-wrapper,
#main-vessel.m .bx-wrapper {
	display: inline-block !important;
	max-width: calc(100% - 100px) !important;
	background: none;
	border: none;
	box-shadow: none;
}

#sub-vesselStatus .bx-viewport,
#main-vessel.m .bx-viewport {
	/* width: 90% !important; */
	margin: 0 auto !important;
}

#sub-vesselStatus .bx-wrapper .bx-controls-direction a,
#main-vessel.m .bx-wrapper .bx-controls-direction a {
	top: 29px;
	z-index: 999;
}

#sub-vesselStatus .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager,
#main-vessel.m .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	left: -50px;
	/* padding-left: 6rem; */
}

#sub-vesselStatus .bx-wrapper .bx-pager.bx-default-pager a,
#main-vessel.m .bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px !important;
	height: 8px !important;
	background-color: #555555 !important;
}

#sub-vesselStatus .bx-wrapper .bx-pager.bx-default-pager a.active,
#sub-vesselStatus .bx-wrapper .bx-pager.bx-default-pager a:focus,
#sub-vesselStatus .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main-vessel.m .bx-wrapper .bx-pager.bx-default-pager a.active,
#main-vessel.m .bx-wrapper .bx-pager.bx-default-pager a:focus,
#main-vessel.m .bx-wrapper .bx-pager.bx-default-pager a:hover {
	position: relative;
	top: 1.5px;
	width: 11px !important;
	height: 11px !important;
	background-color: #3472C5 !important;
}

#main-vesselStatus .bx-wrapper .bx-pager {
	left: 0;
}

/* s */
#popupArea2 {
	z-index: 9900;
    position: fixed;
    top: 14%;
    left: 0;
    width: 100%;    
    text-align: center;
    display: none;
}

#popupArea2 .bx-wrapper {
	/* max-width: 71.375rem !important; */
	border: none;
	margin: 0 auto;
	padding-top: 1.5rem;
	background-color: transparent;
	box-shadow: 0 0 0 0;
}

#popupArea2 .popup-wrap {
	/* width: 71.375rem; */
	height: 500px;
	/* background-color: skyblue; */
}

#popupArea2 .popup-wrap > div {
	display: inline-block;
}

#popupArea2 .popup-wrap .popup-box {
	width: 300px;
	height: 388px;
	background-color: #CCD5DF;
	overflow: hidden;
}

#popupArea2 .popup-wrap .popup-box.red {
	background-color: red;
}

#popupArea2 .popup-wrap .popup-box .top-logo {
	display: table;
	width: 100%;
	height: 36px;
	background-color: #252178;
	color: #ffffff;
}

#popupArea2 .popup-wrap .popup-box .top-logo span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

#popupArea2 .popup-wrap .popup-box .content-wrap {
	display: block;
	width: 100%;
	height: 90%;
	background-color: #ffffff;
	border: 5px solid #CCD5DF;
	text-align: left;
}

#popupArea2 .popup-wrap .popup-box .content-wrap .subject {
	display: table;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #CCD5DF;
	color: #252178;
	font-size: 1rem;
	font-weight: bold;
	line-height: 140%;	
}

#popupArea2 .popup-wrap .popup-box .content-wrap .subject span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

#popupArea2 .popup-wrap .popup-box .content-wrap .content {
	width: 100%;
	height: calc(100% - 65px);
	font-size: 0.75rem;
	font-weight: bold;
	color: #555555;
	line-height: 150%;
	padding: 10px;
    word-break: keep-all;
}

#popupArea2 .bx-wrapper .bx-prev {
	display: block !important;
	left: -9%;
	background-size: 50%;
    border: 1px solid #ffffff;
}

#popupArea2 .bx-wrapper .bx-next {
	display: block !important;
	left: auto;
	right: -9%;
	background-size: 50%;
    border: 1px solid #ffffff;
}

#popupArea2 .modal_layer {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
	z-index:-1;
}

#popupArea2 .popup-close {
	position: absolute;
	left: 60%;
	bottom: -16%;
	display: table;
	color: #ffffff;
	width: 112px;
	height: 38px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 20px;
    cursor: pointer;
    z-index: 9999;
}

#popupArea2 .popup-close > div {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 25px;
	font-size: 0.75rem;
}

#popupArea2 .popup-close > div span {
	margin-left: 30px;
}

#popupArea2 .popup-close.dayHide {
	left: 10%;
	width: 182px;
}

#popupArea2 .popup-close.dayHide > div span {
	margin-left: 30px;
}

#popupArea2 .popup-pagination {
	height: 30px;
}

#popupArea2 .popup-pagination ul {
	list-style: none;
}

#popupArea2 .popup-pagination ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	margin-right: 5px;
}

#popupArea2 .popup-pagination ul li a {
	color: #ffffff;
	font-size: 1rem;
	width: 100%;
	height: 100%;
	display: table;
}

#popupArea2 .popup-pagination ul li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#popupArea2 .popup-pagination ul li a.active,
#popupArea2 .popup-pagination ul li a:focus,
#popupArea2 .popup-pagination ul li a:hover {
	background-color: #00A0E8;
	/* border-color: #00A0E8; */
}

#popupArea2 .bx-wrapper .bx-pager {
	top: -3rem;
	left: 0;
}

#popupArea2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    width: 25px;
    height: 25px;
    margin: 0 5px;
	border: 1px solid #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 0.875rem !important;
    color: #ffffff !important;
    text-indent: 0;
    padding-top: 10px;
    text-decoration: none;
}

#popupArea2 .bx-wrapper .bx-pager.bx-default-pager a.active, 
#popupArea2 .bx-wrapper .bx-pager.bx-default-pager a:focus, 
#popupArea2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #00A0E8 !important;
    font-size: 1rem !important;
    color: #ffffff !important;    
}

/* e */