.country-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.country-list li {
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	padding: 0 9px;
	margin: 4px;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #020916;
	cursor: pointer;
	text-decoration: none;
}

/* 일반 hover/선택 시 강조 */
.country-list li:hover,
.country-list li.on {
	background-color: #020916;
	color: #fff;
}

/* 최근(recent) 항목은 반대로 적용 */
.country-list li.recent {
	background-color: #020916;
	color: #fff;
}

.country-list li.recent:hover,
.country-list li.recent.on {
	background-color: #f9f9f9;
	color: #020916;
}


.npagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.npagination > li {
  display: inline;
}
.npagination > li > span.active {
  position: relative;
  float: left;
  padding: 1px 12px;	/*	숫자 상하, 좌우의 패딩값		*/
  margin-left: -1px;
  margin:3px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}
.npagination > li > a,
.npagination > li > span {
  position: relative;
  float: left;
  padding: 1px 12px;	/*	숫자 상하, 좌우의 패딩값		*/
  margin-left: -1px;
  margin:3px;
  line-height: 1.42857143;
  color: #3a3a3a;
  text-decoration: none;
  border: 0px solid #ddd;
}

.npagination > li > span:hover.nolink,
.npagination > li > span.nolink {
  position: relative;
  color: #cdcdcd;
}
.npagination > li:first-child > a,
.npagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.npagination > li:last-child > a,
.npagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.npagination > li > a:hover,
.npagination > li > span:hover,
.npagination > li > a:focus,
.npagination > li > span:focus {
  color: #3a3a3a;
  background-color: #fff;
  border-color: #ddd;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.npagination > .active > a,
.npagination > .active > span,
.npagination > .active > a:hover,
.npagination > .active > span:hover,
.npagination > .active > a:focus,
.npagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.npagination > .disabled > span,
.npagination > .disabled > span:hover,
.npagination > .disabled > span:focus,
.npagination > .disabled > a,
.npagination > .disabled > a:hover,
.npagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.divider-line-flowchart{
	width:100%;
	height:1px;
	padding:0px;
	background-color: #525252;
}
.xtoggle_wrap {
    width: 100%;
    position: relative;
}
.xtoggle_wrap .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xtoggle_wrap .header .left {
	flex: 1;
	overflow: hidden;
}
.xtoggle_wrap .header .right {
    width: 25px;
    text-align: right;
    flex-shrink: 0;
	cursor: pointer;
}
.xtoggle_wrap .content {
    display: none;
}
.xtoggle_wrap .content.xcounsel {
    display: block;
}
.rotate180 {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.rotate0 {
    transform: rotate(0deg);
    transition: transform 0.3s;
}
.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	min-width:200px;
    max-width: 100%;
}

.esim_plan_title {
	background: #f2f2f6;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.esim_plan_title_image {
}

@media (min-width: 768px) {
	.esim_plan_title {
		padding: 25px;
	}
}
@media (max-width: 767px) {	
	.esim_plan_title {
		padding: 5px;
	}
}
.xbottom_menu_esim_close {
  width: 100%;
  text-align: center;
}


.flex-container {
	display: flex;
	padding:0px;
	width:100%;
	gap:5px;
	flex-wrap: auto;
	
}

.flex-item {
	width:100%;
	
}

.flex-item-1 {
	flex: 5;
	margin:0px;
}

.flex-item-2 {
	flex: 5;
	margin:0px;
}

.banner_esim_xrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0px;
}

@media (min-width: 768px) {
	.banner_esim_wrap {	width: 50%;		}
}
@media (max-width: 767px) {
	.banner_esim_wrap {	width: 100%;	}
}

.xbottom_menu_esim {	
	background:#fff;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 2px 4px 10px -3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.1);
	
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border:1px solid #cbcbcb;
}
.xbottom_menu_esim.order_phone {
	overflow: hidden;
	height: auto;
	float:left;
	z-index:10000; 
	padding: 30px;
	width: 100%; 
}
@media (min-width: 992px) {
	.xbottom_menu_esim.open, .xbottom_menu_esim_close {
		display:none;
	}
	.xbottom_menu_esim.plan,.cart,.order,.compleated {
		overflow: hidden;
		height: auto;
		float:left;
		z-index:10000; 
		padding: 30px;
		width: 100%; 
	}
	.xbottom_menu_esim.cart {
		padding: 30px;
	}
	.xbottom_menu_esim.mobile {
		display:none;
	}
}

@media (max-width: 991px) {	
	.xbottom_menu_esim.open,.plan,.cart,.order,.compleated,.mobile {
		left: 0px; 
		width: 100%; 
		position: fixed; 
		padding-right:0px; 
		padding-top:2px;
		padding:20px;
		z-index:9000; 
	}
	.xbottom_menu_esim.open {
		height: 115px;
		bottom: -15px; 
		z-index:9002; 
	}
	.xbottom_menu_esim.mobile {
		overflow-y: auto;
		height:600px;
		width:100%;
		bottom: -2000px; 
		padding-bottom: 100px;
	}
	.xbottom_menu_esim.compleated {
		height: 180px;
		bottom: -15px; 
	}
	.xbottom_menu_esim.cart {
		height: 205px;
		bottom: -61px; 
	}
	.xbottom_menu_esim.order {
		height: 205px;
		bottom: -2px; 
	}
	#plan_buy_btn {
		position: fixed;
		left:0px;
		bottom: 0px;
		padding:20px;
		width: 100%;
		background:#fff;
		z-index:9001; 
	}
}

/*
@media (max-width: 991px) {	
	.xbottom_menu_esim.open {
		height: 115px;
		bottom: -15px; 
		z-index:9002; 
	}
	.xbottom_menu_esim.mobile {
		height:600px;
		width:100%;
		bottom: -2000px;
		padding-bottom: 100px;
	}
	.xbottom_menu_esim.compleated {
		height: 180px;
		bottom: -15px; 
	}
	.xbottom_menu_esim.cart {
		height: 205px;
		bottom: -61px; 
	}
	.xbottom_menu_esim.order {
		height: 205px;
		bottom: -2px; 
	}
	#plan_buy_btn {
		position: fixed;
		left:0px;
		bottom: 0px;
		padding:20px;
		width: 100%;
		background:#fff;
		z-index:9001; 
	}
}
*/

.xalert-box span,
.xalert-box strong.red {
	color:#250000;
}
.xalert-box span,
.xalert-box strong.blue {
	color:#151920;
}
.loader-live-spinner {
	display:none;
	opacity:1;
}
.esim_text_box{
	position:relative;
	width:100%;
	float:left;
	padding:12px;
	background-color:#fff;
	color:#2a3037;
	font-weight:400;
	
	-webkit-box-shadow: 1px 2px 3px -2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 3px -2px rgba(0,0,0,0.1);
	
	transition: all 0.3s ease-out 0s;
	border:1px solid #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.xbadge {
    display: inline-block;
    padding: 1px 7px;
    background-color: #f6f7fc;
    color: #000000; 
    border-radius: 5px;
	font-weight:600;
    font-size: 16px;
}

@keyframes fadeDown {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

.tippy-box[data-animation="fadeDown"] {
	animation: fadeDown 0.5s ease-out forwards;
}

.modal-body-custom {
    overflow-y: auto;
}
.modal-body-custom::-webkit-scrollbar {
    display: none;
}
.modal-body-custom {
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.esim_table {
    display: flex;
    width: 100%;
}
.esim_table .xtd {
	flex-shrink: 0;
}
.esim_table .xlast {
    flex-grow: 1;
    white-space: normal;
    word-wrap: break-word;
	float:right;
	text-align:right;
}

.esim_box {
	padding:5px;
}
.esim_box.trans {
	padding:5px;
}

.esim_underline {
    display: block;
	border: 0;
	outline: 0;
	font-size:18px;
	color:#313131;
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	height: 46px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0px;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	box-sizing: border-box;
}


.esim_underline:-webkit-autofill,
.esim_underline:focus:-webkit-autofill,
.esim_underline:focus:active:-webkit-autofill {
	outline: medium none !important;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	box-shadow: 0 0 0px 1000px #fff inset;
}
.esim_underline:focus {
	border-bottom: 1px solid #202124;
    outline: medium none !important;
}
.esim_underline::placeholder {
	color:#d4d4d4;
}
.esim_underline::-moz-placeholder, 
.esim_underline::-webkit-input-placeholder, 
.esim_underline:-ms-input-placeholder {
	color:#d4d4d4;
}
