@charset "utf-8";

.head_util .util_right { width: 60%; }
.head_util .util_right .quick_open { position: relative; color: #fff; cursor: pointer; white-space: nowrap; text-decoration: none; }
.head_util .util_right .quick_open:hover { font-weight: bold; color: #fff; }
.head_util .util_right .quick_open .quick_open_bubble {
	display: flex;
	align-items: center;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 1px 6px;
	border-radius: 50px;
	color: #F95845;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}
.head_util .util_right .util_quick .quick_menu_m .quick_menu_contain .quick_menu_cont .quick_menu_cont_row .quick_open_badge {
	margin-left: auto;
	padding: 2px 8px;
	border-radius: 20px;
	background: #F95845;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.open-page [hidden],
.op-pop[hidden] { display: none !important; }

.open-page { padding-top: 80px; background: #fff; }
.open-page .op-banner { padding: 20px 0; background-color: #F0FBFF; }
.open-page .op-banner .op-banner-area { max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 253px; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; }
.open-page .op-banner .op-bn-title { font-size: 24px; font-weight: 600; line-height: 28px; color: #333; }
.open-page .op-banner .op-bn-img { width: 253px; height: 253px; object-fit: contain; }

.open-page .op-plans { padding: 100px 0; }
.open-page .op-plans .op-plans-area { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.open-page .op-plans .op-pl-head { text-align: center; margin-bottom: 132px; }
.open-page .op-plans .op-pl-hd-title { font-size: 32px; font-weight: 700; line-height: 40px; color: #12142b; }
.open-page .op-plans .op-pl-hd-desc { margin-top: 16px; font-size: 15px; font-weight: 400; line-height: 19px; color: #868e96; }

.open-page .op-plan-box { max-width: 800px; margin: 0 auto; }

.open-page .op-tabs { width: fit-content; margin: 0 auto; display: flex; gap: 16px; padding: 8px; border-radius: 8px; background: #f0fbff; }
.open-page .op-tab { flex: 0 0 160px; min-width: 0; height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 8px; border: 1px solid transparent; border-radius: 4px; background: none; font-size: 17px; font-weight: 400; line-height: 32px; color: #34383d; cursor: pointer; box-sizing: border-box; }
.open-page .op-tab.active { border-color: #d3d8de; background: #fff; font-weight: 600; color: #25282c; }
.open-page .op-tab-logo { flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }
.open-page .op-tab-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.open-page .op-tab-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.open-page .op-panel { display: none; padding-top: 40px; }
.open-page .op-panel.active { display: block; }

.open-page .op-cards { display: flex; flex-direction: column; gap: 20px; }

.open-page .op-card { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid #d2d2d2; border-radius: 8px; background: #fff; box-sizing: border-box; }

.open-page .op-cd-best { position: absolute; top: 23px; right: 23px; padding: 2px 8px; border-radius: 4px; background: #fbd9d6; font-size: 12px; font-weight: 700; line-height: 16px; color: #ff3a3a; }

.open-page .op-cd-body { display: flex; flex-direction: column; gap: 12px; }
.open-page .op-cd-mvno { height: 16px; width: auto; max-width: 160px; object-fit: contain; object-position: left center; }
.open-page .op-cd-name { font-size: 19px; font-weight: 600; line-height: 24px; color: #555; word-break: break-word; }

.open-page .op-cd-row { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.open-page .op-cd-item { display: flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 400; line-height: 24px; color: #333; }
.open-page .op-cd-item img { flex-shrink: 0; width: 20px; height: 20px; }

.open-page .op-cd-sub { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; font-size: 15px; font-weight: 400; line-height: 16px; color: #333; }
.open-page .op-cd-dot { flex-shrink: 0; width: 12px; height: 12px; border-radius: 50%; border: 2px solid #d2d2d2; box-sizing: border-box; }
.open-page .op-cd-bar { flex-shrink: 0; width: 1px; height: 12px; background: #d2d2d2; }

.open-page .op-cd-benefit { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 15px; font-weight: 400; line-height: 24px; color: #333; }
.open-page .op-cd-sep { flex-shrink: 0; width: 4px; height: 4px; border-radius: 50%; background: #d2d2d2; }

.open-page .op-cd-price { text-align: right; font-size: 32px; font-weight: 700; line-height: 40px; color: #fa1e17; }

.open-page .op-cd-btn { display: flex; align-items: center; justify-content: center; height: 48px; padding: 0 16px; border: 1px solid #acb0b4; border-radius: 8px; background: #fff; font-size: 17px; font-weight: 700; line-height: 28px; color: #333; text-align: center; box-sizing: border-box; }
.open-page .op-cd-btn:hover { border-color: #333; }
.open-page .op-cd-btn.disabled { border-color: #d2d2d2; background: #f3f6fa; color: #adb5bd; cursor: default; }

.open-page .op-more { display: flex; align-items: center; justify-content: center; box-sizing: border-box; gap: 2px; margin: 28px auto 0; padding: 6px 12px 6px 16px; border: 1px solid #a7afb8; border-radius: 40px; background: #fff; font-size: 18px; font-weight: 700; line-height: 28px; color: #656d76; cursor: pointer; }
.open-page .op-more:hover { border-color: #656d76; color: #34383d; }
.open-page .op-more img { width: 20px; height: 20px; }

.open-page .op-how { padding: 100px 0; background-color: #F3F6FA; }
.open-page .op-how .op-how-area { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.open-page .op-how .op-how-head { text-align: center; margin-bottom: 32px; }
.open-page .op-how .op-hw-title { font-size: 32px; font-weight: 700; line-height: 40px; color: #12142b; }
.open-page .op-how .op-hw-desc { margin-top: 16px; font-size: 15px; font-weight: 400; line-height: 19px; color: #868e96; }
.open-page .op-steps { display: flex; align-items: center; gap: 24px; padding: 40px 80px; border: 1px solid #d2d2d2; border-radius: 12px; background: #fff; box-sizing: border-box; }
.open-page .op-step { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.open-page .op-step .op-st-icon { width: 120px; height: 120px; max-width: 100%; object-fit: contain; }
.open-page .op-step .op-st-text { font-size: 17px; font-weight: 400; line-height: 24px; color: #555; word-break: keep-all; }
.open-page .op-steps .op-st-arrow { flex: 0 0 32px; width: 32px; height: 32px; }

.open-page .op-cta { padding: 100px 0 40px; text-align: center; }
.open-page .op-cta .op-cta-title { font-size: 32px; font-weight: 700; line-height: 40px; color: #12142b; }
.open-page .op-cta-banner { padding: 0 0 100px; }
.open-page .op-cta-banner .op-cta-bn-link { display: flex; max-width: 1200px; margin: 0 auto; height: 120px; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px;
    background: url('/images/v2/open/open_charge_btn.png') no-repeat center / cover; }
.open-page .op-cta-banner .op-cta-bn-body { display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center; }
.open-page .op-cta-banner .op-cta-bn-text { font-size: 34px; font-weight: 700; line-height: normal; color: #fff; }
.open-page .op-cta-banner .op-cta-bn-sub { font-size: 21px; font-weight: 500; line-height: normal; color: #fff; }

.op-pop { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 20px; overflow: hidden; }
.op-pop[hidden] { display: none; }
.op-pop-dim { position: absolute; inset: 0; background: rgba(18, 20, 43, .55); }
body.op-pop-open { overflow: hidden; }

.op-pop-box { position: relative; width: 100%; max-width: 610px; max-height: 90vh; overflow-x: hidden; overflow-y: auto; padding: 56px 40px 40px; border-radius: 12px; background: #fff; box-sizing: border-box; min-width: 0; }

.op-pop-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; padding: 0; border: 0; background: none; cursor: pointer; z-index: 1; }
.op-pop-close::before, .op-pop-close::after { content: ""; position: absolute; top: 15px; left: 7px; width: 18px; height: 1.6px; background: #868e96; }
.op-pop-close::before { transform: rotate(45deg); }
.op-pop-close::after { transform: rotate(-45deg); }

.op-pop-title { font-size: 24px; font-weight: 600; line-height: 34px; color: #25282c; text-align: center; padding: 0 24px; overflow-wrap: anywhere; word-break: break-word; }

.op-pop-ready { display: flex; justify-content: center; align-items: flex-start; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.op-pop-ready li { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 1 1 140px; min-width: 0; max-width: 180px; text-align: center; box-sizing: border-box; }
.op-pop-rd-text { display: flex; flex-direction: column; gap: 2px; width: 100%; min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.op-pop-ic { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 102px; height: 102px; border-radius: 50%; background: #bed8ff; }
.op-pop-ic img { width: auto; height: auto; }
.op-pop-ready li:nth-child(1) .op-pop-ic img { width: 54px; height: 40px; }
.op-pop-ready li:nth-child(2) .op-pop-ic img { width: 38px; height: 50px; }
.op-pop-ready li:nth-child(3) .op-pop-ic img { width: 59px; height: 50.5px; }
.op-pop-ready strong { font-size: 17px; font-weight: 700; line-height: 24px; color: #12142b; overflow-wrap: anywhere; word-break: break-word; }
.op-pop-rd-desc { font-size: 15px; line-height: 22px; color: #656d76; overflow-wrap: anywhere; word-break: break-word; }

.op-pop-go { display: flex; align-items: center; justify-content: center; box-sizing: border-box; min-height: 60px; height: auto; margin-top: 40px; padding: 12px 16px; border-radius: 8px; background: #ff5959; font-size: 18px; font-weight: 500; line-height: 1.35; color: #fff; text-decoration: none; text-align: center; white-space: normal; overflow-wrap: anywhere; word-break: break-word; }
.op-pop-go:hover { background: #f04747; }

.op-pop-host { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px; margin-top: 8px; font-size: 15px; line-height: 22px; color: #656d76; text-align: center; overflow-wrap: anywhere; word-break: break-word; }
.op-pop-host span { min-width: 0; max-width: 100%; }
.op-pop-host img { flex-shrink: 0; }

.op-pop-coupon { display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; gap: 16px; min-height: 80px; margin-top: 12px; padding: 16px 24px; border-radius: 8px; background: linear-gradient(109deg, #d0f5ff 10%, #d8e0ff 87%); overflow: hidden; }
.op-pop-cp-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1 1 auto; color: #003d9b; }
.op-pop-cp-text { font-size: 24px; font-weight: 700; line-height: 1.3; overflow-wrap: anywhere; word-break: break-word; }
.op-pop-cp-sub { font-size: 16px; font-weight: 400; line-height: 1.4; overflow-wrap: anywhere; word-break: break-word; }
.op-pop-cp-img { width: 52px; height: 48px; object-fit: contain; flex-shrink: 0; }

@media (max-width: 767px) {
	.head_util .util_right { width: auto; }
	.head_util .util_right .quick_open { display: none; }

	.open-page { padding-top: 60px; }
	.open-page .op-banner .op-banner-area { height: auto; flex-direction: column; align-items: flex-start; gap: 20px; padding: 20px; }
	.open-page .op-banner .op-bn-title { font-size: 20px; line-height: 26px; }
	.open-page .op-banner .op-bn-img { width: 160px; height: 160px; align-self: center; }

	.open-page .op-plans { padding: 60px 0; }
	.open-page .op-plans .op-pl-head { margin-bottom: 40px; }
	.open-page .op-plans .op-pl-hd-title { font-size: 24px; line-height: 32px; }
	.open-page .op-tabs { width: auto; gap: 8px; }
	.open-page .op-tab { flex: 1 1 0; gap: 4px; padding: 0 4px; font-size: 15px; }
	.open-page .op-tab-logo { width: 24px; height: 24px; }
	.open-page .op-panel { padding-top: 24px; }

	.open-page .op-cards { gap: 12px; }
	.open-page .op-cd-name { font-size: 17px; }
	.open-page .op-cd-sub { flex-basis: 100%; }
	.open-page .op-cd-price { font-size: 28px; line-height: 36px; }
	.open-page .op-more { margin-top: 20px; padding: 8px 12px 8px 16px; }

	.open-page .op-how { padding: 60px 0; }
	.open-page .op-how .op-hw-title { font-size: 24px; line-height: 32px; }
	.open-page .op-steps { flex-wrap: wrap; justify-content: center; gap: 24px 16px; padding: 24px; }
	.open-page .op-steps .op-st-arrow { display: none; }
	.open-page .op-step { flex: 0 0 calc(50% - 8px); }
	.open-page .op-step .op-st-icon { width: 80px; height: 80px; }
	.open-page .op-step .op-st-text { font-size: 14px; }

	.open-page .op-cta { padding: 60px 0 24px; }
	.open-page .op-cta .op-cta-title { font-size: 22px; line-height: 30px; }
	.open-page .op-cta-banner { padding: 0 20px 60px; }
	.open-page .op-cta-banner .op-cta-bn-link { height: 96px; padding: 0 20px; }
	.open-page .op-cta-banner .op-cta-bn-text { font-size: 20px; line-height: 28px; }
	.open-page .op-cta-banner .op-cta-bn-sub { font-size: 14px; line-height: 20px; }

	.op-pop { padding: 16px; }
	.op-pop-box { padding: 40px 16px 20px; }
	.op-pop-title { font-size: 21px; line-height: 1.35; padding: 0 20px; }
	.op-pop-ready { flex-direction: column; flex-wrap: nowrap; gap: 20px; margin-top: 24px; padding: 0 8px; }
	.op-pop-ready li { flex: 0 0 auto; flex-direction: row; align-items: flex-start; gap: 16px; width: 100%; max-width: none; text-align: left; }
	.op-pop-rd-text { flex: 1 1 0; min-width: 0; }
	.op-pop-ic { flex-shrink: 0; width: 72px; height: 72px; }
	.op-pop-ready li:nth-child(1) .op-pop-ic img { width: 41px; height: 31px; }
	.op-pop-ready li:nth-child(2) .op-pop-ic img { width: 29px; height: 38px; }
	.op-pop-ready li:nth-child(3) .op-pop-ic img { width: 45px; height: 39px; }
	.op-pop-ready strong { font-size: 17px; color: #34383d; }
	.op-pop-rd-desc { font-size: 15px; line-height: 22px; }
	.op-pop-go { min-height: 48px; margin-top: 24px; font-size: 16px; }
	.op-pop-coupon { height: auto; padding: 16px; }
	.op-pop-cp-text { font-size: 18px; line-height: 1.3; }
	.op-pop-cp-sub { font-size: 15px; }
	.op-pop-cp-img { width: 52px; height: 48px; }
}

@media (max-width: 400px) {
	.open-page { padding-top: 50px; }
}
