@charset "UTF-8";

/* ** Main: Contents wrapper ** */
#main {
	min-width: 1400px;
	background-color: #D0DEE7;
	padding: 30px 0;
}

.container:after {
	display: block;
	content: '';
	clear: both;
}

/* Main Section */
section {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

/* section:last-child {
	margin-bottom: 0;
}
 */
/* Main table */
.main-table {
    width: 100%;        
    font-size: 12px;
    color: #888888;
    border-collapse: collapse;
}

.main-table tr th,
.main-table tr td {
    border: 1px solid #ffffff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.main-table tr th {
    background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 2px, #e8e8e8 2px, #e8e8e8 4px);    
}

.main-table tr td {
    padding: 5px 0;
}

.main-table tr td.pd-no {
    padding: 0;
}

.main-table tr td > div.yscroll-table {
	width: 103%;
	height: 120px;
    overflow: hidden;
    overflow-y: scroll;
}

div.xscroll-table {
	width: 100%;
	overflow: hidden;
    overflow-x: scroll;
}

div.xscroll-table > table {
	table-layout: fixed;
	white-space: nowrap;
}

div.xscroll-table > table tr th,
div.xscroll-table > table tr td {
	width: 50px;
	padding: 10px 0;
}

div.xscroll-table > table tr th:first-child {
	width: 100px;
}

/* Main cntrSearch */
.cntrSearch-wrap {
	display: flex;
	height: 50px;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.cntrSearch-wrap .head-txt {
	width: 90px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	background-color: #0F5EA9;
	color: #ffffff;
	font-size: 12px;
}

.cntrSearch-wrap .cntrSearch-box {
	display: flex;
	width: calc(100% - 90px);
	height: 100%;
	border-radius: 15px;
	padding: 10px;
}

.cntrSearch-wrap .cntrSearch-box > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
}

.cntrSearch-wrap .cntrSearch-box label {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-right: 30px;
}

.cntrSearch-wrap .cntrSearch-box label > img {
	margin-right: 10px;
}

.cntrSearch-wrap .cntrSearch-box input[type=text] {
	display: flex;
    align-items: center;
    width: 280px;
    height: 100%;
    border: 1px solid #d2d2d2;
    border-right: 0;   
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 8px;
}

.cntrSearch-wrap .cntrSearch-box button[type=button] {
	display: flex;
    align-items: center;
    width: 40px;
    height: 100%;
    border: 1px solid #d2d2d2;
    border-left: 0;    
    border-radius: 0 5px 5px 0;
    background: url('../../images/esvc/ic_search.png') center no-repeat;
    background-color: #ffffff;
}

/* Main terminal-wrap */ 
.terminal-wrap {
	display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 470px 470px 1fr;
    gap: 10px;
	height: 490px;	
}

.terminal-wrap > div {
	background-color: #1D7CC0;
	border-radius: 5px;
	overflow: hidden;
}

.terminal-wrap > div:nth-child(1) {
	grid-row: 1/3;
}

.terminal-wrap > div:nth-child(2) {
	background-color: #0F5EA9;
}

.terminal-wrap > div:nth-child(3) {
	background-color: #1C62BA;
}

.terminal-wrap > div:nth-child(4) {
	background-color: #224F79;
}

.terminal-wrap > div:nth-child(5) {
	background-color: #2F455A;
}

.terminal-wrap > div .title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 15px;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.terminal-wrap > div .content-wrap {
	height: calc(100% - 56px);
	padding: 20px 15px;
	overflow: hidden;
}

/* Main terminal-wrap : berthStatus-box */ 
.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box {
	height: 120px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 5px;	
	margin-bottom: 12px;	
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box:last-child {
	margin-bottom: 0;	
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 > div:first-child {
	display: flex;
	align-items: center;
	gap: 5px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .berthNm {
	width: 26px;
    height: 26px;
	background-color: #112943;
    color: #ffffff;
    border-radius: 5px;    
    text-align: center;
    line-height: 27px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .shipNum {
	font-size: 16px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .shipNm {
	font-size: 12px;
	color: #666666;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .berth-status {
	display: inline-block;
	width: 80px;
	height: 26px;
	border-radius: 5px;
	background-color: #112943;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .berth-status::before {
	content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .berth-status.Working::before {
	background-color: #33B26D;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .berth-status.Berthed::before {
	background-color: #ffc258;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info01 .berth-status.Planned::before {
	background-color: #E22F28;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 {
    padding-top: 15px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-time {
	width: 200px;
	font-size: 11px;
	letter-spacing: -0.5px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-time > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-time > div:last-child {
	margin-bottom: 0;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-time > div > span.tit {
	color: #888888;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-time > div > span.tit::before {
	content: '·';
	display: inline-block;
	font-size: 10px;
	margin-right: 2px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info {
	position: relative;
	text-align: center;
	font-size: 12px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info:nth-of-type(2) {
    width: 70px;	
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info:nth-of-type(3) {
    width: 120px;	
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -5px;
    height: 80%;
    border-right: 1px dashed #888888;	
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info:nth-of-type(3)::after {
    display: none;	
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info > div:nth-of-type(1) {
	color: #888888;
	margin-bottom: 15px;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info > div:nth-of-type(2) {
	font-size: 18px;
	color: #1A7BBF;
}

.terminal-wrap > div.berthStatus-box > .content-wrap > .berth-box > .berth-info02 > .work-info > div:nth-of-type(2) > span.per {
	/*font-size: 14px;*/
}

/* Main terminal-wrap : inOutStatus-box */
.terminal-wrap > div.inOutStatus-box > .content-wrap {
	color: #ffffff;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div {
	width: 50%;
	text-align: center;	
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div.in {
	position: relative;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div.in::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div > div:nth-of-type(1) {
	margin-bottom: 10px;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div > div:nth-of-type(2) {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div > div > span.circle {
	display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #33B26D;
    margin-right: 10px;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div.out > div > span.circle {
	background-color: #E22F28;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-info > div > div > div > span.num {
	font-size: 24px;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-progress {
	position: relative;
	width: 400px;
	height: 16px;
	border-radius: 15px;
	background: linear-gradient(to right, #52A8B7, #EAB450, #EB5D51);
    margin: 0 auto;
}

.terminal-wrap > div.inOutStatus-box > .content-wrap > .inOutStatus-progress > .progress-circle {
	position: absolute;
	top: -7px;
	width: 50px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: #52A8B7;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
}

/* Main terminal-wrap : vesselStatus-box */
.terminal-wrap > div.vesselStatus-box > .content-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	font-size: 14px;
	color: #ffffff;
}

.terminal-wrap > div.vesselStatus-box > .content-wrap > div > span.num {
	font-size: 24px;
}

.terminal-wrap > div.vesselStatus-box > .content-wrap > div > span.status {
	display: block;
	background-color: #ffffff;
	color: #52A8B7;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
}

.terminal-wrap > div.vesselStatus-box > .content-wrap > div > span.status.busy {
	color: #EB5D51;
}

/* Main terminal-wrap : turnTime-box */
.terminal-wrap > div.turnTime-box > .content-wrap {
	color: #ffffff;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div {
	width: 50%;
	text-align: center;
	padding: 20px 0;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div.in {
	position: relative;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div.in::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div > div:nth-of-type(1) {
	margin-bottom: 10px;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div > div:nth-of-type(2) {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div > div > span.circle {
	display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #33B26D;
    margin-right: 10px;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div.out > div > span.circle {
	background-color: #E22F28;
}

.terminal-wrap > div.turnTime-box > .content-wrap > .turnTime-info > div > div > div > span.num {
	font-size: 24px;
}

/* Main terminal-wrap : notice-box */
.terminal-wrap > div.notice-box > .content-wrap {
	color: #ffffff;
}

.terminal-wrap > div.notice-box > .content-wrap > .swiper > .swiper-wrapper > .swiper-slide > .notice-view {
    height: 100px;
    font-size: 12px;
    margin-bottom: 25px;
}

.terminal-wrap > div.notice-box > .content-wrap > .swiper > .swiper-wrapper > .swiper-slide > .notice-view > div > span.ctgy {
    display: inline-block;
    background-color: #E22F2A;
    border-radius: 5px;
    padding: 3px 8px;
    margin-bottom: 10px;
}

.terminal-wrap > div.notice-box > .content-wrap > .swiper > .swiper-wrapper > .swiper-slide > .notice-view > div.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    margin-bottom: 18px;
}

.terminal-wrap > div.notice-box > .content-wrap > .swiper > .swiper-wrapper > .swiper-slide > .notice-view > div.date {
    font-size: 10px;
}

.terminal-wrap > div.notice-box > .content-wrap > .swiper > .swiper-wrapper > .swiper-slide > .notice-view > div.date > img {
    margin-right: 5px;
    vertical-align: middle;
}

.terminal-wrap > div.notice-box > .content-wrap > .btn-wrap {
    text-align: right;
}

.terminal-wrap > div.notice-box > .content-wrap > .btn-wrap > a + a {
    margin-left: 10px;
}

/* Main cntrTable-wrap */ 
.cntrTable-wrap {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	height: 266px;
}

.cntrTable-wrap > div {
	width: 50%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.cntrTable-wrap > div .title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #d2d2d2;
}

.cntrTable-wrap > div .table-wrap {
	padding: 0 24px;
	padding-top: 20px;	
}

/* Main quickMenu-wrap */ 
.quickMenu-wrap {
	display: flex;
    height: 150px;
	background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.quickMenu-wrap .head-txt {
	width: 150px;
    height: 100%;
    text-align: center;
    line-height: 150px;
    background-color: #E1302A;
    color: #ffffff;
    font-size: 14px;
}

.quickMenu-wrap .quickMenu-box {
	width: calc(100% - 150px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item {	
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item:nth-child(4),
.quickMenu-wrap .quickMenu-box > .quickMeun-item:nth-child(8) {
	border-right: 0;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item:nth-child(n+5) {
	border-bottom: 0;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding-left: 25px;
	color: #222222;
	text-decoration: none;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a:hover {
	color: #ffffff;
	background-color: #224F79;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic01 {
	background: url(../../images/esvc/main/ic_f_b_1.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic02 {
	background: url(../../images/esvc/main/ic_f_b_2.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic03 {
	background: url(../../images/esvc/main/ic_f_b_3.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic04 {
	background: url(../../images/esvc/main/ic_f_b_4.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic05 {
	background: url(../../images/esvc/main/ic_f_b_5.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic06 {
	background: url(../../images/esvc/main/ic_f_b_6.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic07 {
	background: url(../../images/esvc/main/ic_f_b_7.png) center no-repeat;
	background-color: #808E99;
}

.quickMenu-wrap .quickMenu-box > .quickMeun-item > a > span.quick-ic.ic08 {
	background: url(../../images/esvc/main/ic_f_b_8.png) center no-repeat;
	background-color: #808E99;
}

/* popup slider */
.popup-wrap {	
	position: relative;
	z-index: 9999;
}

.popup-wrap .btn-close-wrap {	
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    top: 77%;
	margin-top: 15px;
    text-align: center;
    z-index: 104;
}

.popup-wrap .btn-close-wrap button {	
    padding: 12px 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
}

.popup-wrap .popup-layer {	
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.popup-swiper {
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;    
    text-align: center;
    z-index: 103;
}

.popup-swiper > .slide-content-wrap {
	overflow: hidden;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide {
	position: relative;
	height: 500px;
	color: #ffffff;
	background: url(../../images/esvc/popup/popup_bg.png) center no-repeat;
	background-color: #1D7CC0;
	overflow: hidden;
	border-radius: 10px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .content-wrap {
	height: calc(100% - 40px);
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .tit {
	height: 160px;
    color: #222222;
    text-align: left;    
    padding: 50px 50px 0 20px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .tit span {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .cont {
	height: calc(100% - 220px);
	padding: 20px;
	padding-bottom: 0;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .cont .cont-box {
	height: 100%;
	background-color: #ffffff;
	border-radius: 5px;
    overflow: hidden;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .cont .cont-box span {
	display: block;
	height: 100%;
	color: #555555;
    font-size: 12px;
    text-align: left;
    padding: 15px;
    line-height: 160%;
    overflow: hidden;
    overflow-y: auto;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .cont .cont-box span img {
	max-width: 100%;
	height: auto;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .btn-detail-wrap {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 60px;
	padding: 12px 20px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .btn-detail-wrap a.btn-detail {
	display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	width: 100%;
    height: 100%;
	font-size: 12px; 
    background-color: #3E72BD;
    border-radius: 5px;
    color: #ffffff;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .close-wrap {
	height: 40px;
	background-color: #3C4252;
	padding: 10px 20px;
	text-align: left;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .close-wrap > * {
	vertical-align: middle;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .close-wrap lable {
	font-size: 10px;
    cursor: pointer;
}

.swiper-button-next, 
.swiper-button-prev,
.swiper-pagination {
	position: fixed;	
}

.swiper-button-next, 
.swiper-button-prev {
	top: 50%;
	width: 34px;
    height: 10px;	
    z-index: 104;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next {
    right: -70px;
	padding: 25px 0px;
    background: url(../../images/esvc/popup/arrow_r.png) center no-repeat;	
}

.swiper-button-prev {
	left: -70px;
	padding: 25px 0px;
    background: url(../../images/esvc/popup/arrow_l.png) center no-repeat;
}

.swiper-pagination {
	top: -40px !important;
	bottom: auto !important;
	z-index: 101;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    background-color: #8D989E;
    color: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3480EE;
}

/* .popup-swiper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	width: 761px;
	text-align: center;
	overflow: hidden;
	z-index: 103;
}

.popup-swiper > .slide-content-wrap {
	overflow: hidden;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide {
	height: 450px;
	color: #ffffff;
	background: url(../../images/esvc/popup/popup_bg.png) center no-repeat;
	background-color: #1D7CC0;
	overflow: hidden;
	border-radius: 18px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .tit {
	height: 115px;
	color: #222222;
	text-align: left;
	padding: 0 20px;
	padding-top: 48px;
	font-size: 18px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .tit span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 130%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .cont {
	height: calc(100% - 185px);
	background-color: #ffffff;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding: 20px;
	line-height: 160%;
	overflow: hidden;
	overflow-y: auto;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .cont img {
	max-width: 100%;
	height: auto;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .btn-detail-wrap {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 70px;
	padding: 14px;
}

.popup-swiper > .slide-content-wrap > .swiper-wrapper > .swiper-slide .btn-detail-wrap a.btn-detail {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 500;
	background-color: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
	position: fixed;
}

.swiper-button-next {
	right: -70px;
	top: 45%;
	z-index: 104;
}

.swiper-button-prev {
	left: -70px;
	top: 45%;
	z-index: 104;
}

.swiper-pagination {
	top: -50px !important;
	bottom: auto !important;
	z-index: 101;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: 500;
	background-color: #154182;
	color: #ffffff;
	border-radius: 0;
	padding: 5px;
	opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #eb5005;
} */