/* Layout */
html, body {font-family: 'Pretendard', sans-serif; contain: paint;}
.container {width: 1720px; margin-inline: auto;}
.view_pc {display: block;}
.view_mo {display: none;}
.hide {display: none !important;}

.color-red {
	color: #ff3737;
}

/* Custom */
header {width: 100%; 
/* background-color: #0046FD; */
background-image: linear-gradient(#0038b3, #00277b, #0038b3);
}
header .header {display: flex; justify-content: space-between; align-items: center; height: 80px;}
header .header .logo {width: 250px;}
header .header .logo > img {width: 100%;}
header .header .gnb {display: flex; align-items: center; height: 100%;}
header .header .gnb .btn-gnb {display: inline-flex; justify-content: center; align-items: center; gap: 4px; height: 100%; padding: 0 12px;}
header .header .gnb .btn-gnb.active {background-color: rgba(0, 56, 179, 1);}
header .header .gnb .btn-gnb .btn-gnb_icon {display: inline-flex; align-items: center;}
header .header .gnb .btn-gnb .btn-gnb_icon > img {}
header .header .gnb .btn-gnb .btn-gnb_txt {color: white; font-size: 16px; font-weight: 700; line-height: 16px; word-wrap: break-word}
header .header .gnb .btn-gnb .btn-gnb_year {color: #ACE0FD; font-size: 14px; font-weight: 500; line-height: 14px; word-wrap: break-word}
header .header .log {}
header .header .log .btn-log {display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 16px; font-weight: 800; line-height: 16px; word-wrap: break-word}

.sub-header {width: 100%; height: 70px; background-color: #fff; border-bottom: 1px solid rgba(237, 238, 242, 1);}
.sub-header .page-nav {display: flex; justify-content: space-between; align-items: center; height: 100%;}
.sub-header .page-nav .btn-nav {display: inline-flex; justify-content: center; align-items: center; width: 48px; height: 48px; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08); border: 1px solid #f2f2f2;}
.sub-header .page-nav .btn-nav.disabled {opacity: 0.5; pointer-events: none;}
.sub-header .page-nav .btn-nav > img {width: 17px;}
.sub-header .page-nav .page-title {color: #373B50; font-size: 24px; font-weight: 600; line-height: 24px; word-wrap: break-word}
.sub-header .page-nav .page-title b {color: #FF3737; font-size: 18px; line-height: 18px; margin-left: 4px;}

footer {width: 100%; height: 70px; background-color: #fff; border-top: 1px solid rgba(237, 238, 242, 1);}
footer .footer {display: flex; justify-content: flex-end; align-items: center; height: 100%; padding-right: 76px;}
footer .footer .btn-save {display: inline-flex; justify-content: center; align-items: center; padding: 12px 20px; background-color: #0038B3; color: white; font-size: 18px; font-weight: 600; line-height: 18px; word-wrap: break-word}

main {padding: 60px 0; background-color: #FBFBFD;}
main section {}

.table-container {display: flex; flex-direction: column; gap: 40px; width: fit-content;}
.table-container .table-wrapper {display: flex; flex-direction: column; gap: 16px;}
.table-container .table-wrapper .table-head {display: flex; justify-content: space-between; align-items: center;}
.table-container .table-wrapper .table-head .table-head-tit {display: flex; align-items: center; gap: 8px;}
.table-container .table-wrapper .table-head .table-head-tit .table-head-icon {width: 30px;}
.table-container .table-wrapper .table-head .table-head-tit .table-head-icon img {width: 100%;}
.table-container .table-wrapper .table-head .table-head-tit .table-head-txt {color: #373B50; font-size: 30px; font-weight: 600; line-height: 24px; word-wrap: break-word;}
.table-container .table-wrapper .table-head .table-head-tit .table-head-sub {color: #FF3737; font-size: 16px; font-weight: 500; line-height: 16px; word-wrap: break-word; margin-left: 4px;}
.table-container .table-wrapper .table-head .table-sub-txt {}
.table-container .table-wrapper .table-head .table-sub-txt > span {color: #373B50; font-size: 24px; font-weight: 600; line-height: 24px; word-wrap: break-word}
.table-container .table-wrapper .table-head .table-sub-txt > span > b {position: relative; display: inline-block; margin-left: 12px; padding-left: 12px; color: #0046FD; font-size: 24px; font-weight: 500; line-height: 24px; word-wrap: break-word}
.table-container .table-wrapper .table-head .table-sub-txt > span > b::after {content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 20px; background-color: #C3CBE0;}
.table-container .table-wrapper .table-head .table-sub-txt > span > b > strong {font-weight: 600;}
.table-container .table-wrapper .table {display: flex; align-items: flex-start; gap: 32px;}
.table-container .table-wrapper .table > table {table-layout: fixed; border-collapse: collapse;}
.table-container .table-wrapper .table > table > thead {}
.table-container .table-wrapper .table > table > thead > tr {}
.table-container .table-wrapper .table > table > thead > tr > th {height: 48px; vertical-align: middle; border: solid #fff; border-width: 1px; color: #fff;}
.table-container .table-wrapper .table > table > thead > tr > th:first-child {border-width: 1px 1px 1px 0;}
.table-container .table-wrapper .table > table > thead > tr > th:last-child {border-width: 1px 0 1px 1px;}
.table-container .table-wrapper .table > table > tbody {}
.table-container .table-wrapper .table > table > tbody > tr {}
.table-container .table-wrapper .table > table > tbody > tr > td {height: 54px; vertical-align: middle; border: solid #C8CDE1; border-width: 1px;}
.table-container .table-wrapper .table.td-36 > table > thead > tr > th,
.table-container .table-wrapper .table.td-36 > table > tbody > tr > td {height: 36px;}
.table-container .table-wrapper .table.td-48 > table > thead > tr > th,
.table-container .table-wrapper .table.td-48 > table > tbody > tr > td {height: 48px;}
.table-container .table-wrapper .table > table > tbody > tr > td.disalbed {background-color: #F5F6F8;}
.table-container .table-wrapper .table > table > tbody > tr > td:first-child {border-width: 1px 1px 1px 0;}
.table-container .table-wrapper .table > table > tbody > tr > td:last-child {border-width: 1px 0 1px 1px;}
.table-container .table-wrapper .table > table > tbody > tr > td > div {position: relative; display: inline-flex; align-items: center; width: 100%; height: 100%;}
.table-container .table-wrapper .table > table > tbody > tr > td > div span,
.table-container .table-wrapper .table > table > tbody > tr > td > div input {display: inline-flex; align-items: center; width: 100%; height: 100%; padding-inline: 20px; color: #373B50; font-size: 16px; font-weight: 600; line-height: 16px; word-wrap: break-word;}
.table-container .table-wrapper .table > table > tbody > tr > td > div .td-desc {display: inline-block; color: #373B50; font-size: 15px; font-weight: 500; line-height: 22.50px; word-wrap: break-word;}
.table-container .table-wrapper .table > table > tbody > tr > td > div .td-desc b {font-weight: 700;}
.table-container .table-wrapper .table > table > tbody > tr > td > div em {color: #0046FD;}
.table-container .table-wrapper .table > table > tbody > tr > td > div em b {font-weight: 700;}
.table-container .table-wrapper .table > table > tbody > tr > td > div .td-guide {position: absolute; top: 50%; left: 100%; transform: translate(16px, -50%); display: inline-flex; justify-content: center; align-items: center; gap: 10px; width: max-content; color: #373B50; font-size: 20px; font-weight: 600; line-height: 20px; word-wrap: break-word;}
.table-container .table-wrapper .table > table > tbody > tr > td > div .btn-td {flex-shrink: 0; display: inline-flex; justify-content: center; align-items: center; gap: 4px; margin-right: 10px; padding: 8px 12px; border: 1px solid #0038B3; color: #0038B3; font-size: 14px; font-weight: 600; line-height: 14px; word-wrap: break-word;}

.table-container .table-wrapper .descriptions {}
.table-container .table-wrapper .descriptions > p {color: #54586D; font-size: 18px; font-weight: 500; line-height: 31.50px; word-wrap: break-word;}
.table-container .table-wrapper .descriptions > p.row-desc {position: relative; padding-left: 20px; line-height: 1;}
.table-container .table-wrapper .descriptions > p.row-desc:not(:last-child) {margin-bottom: 10px;}
.table-container .table-wrapper .descriptions > p.row-desc::before {content: ""; position: absolute; top: 50%; left: 4px; transform: translateY(-50%); width: 4px; height: 4px; background-color: #54586D; border-radius: 50%;}
.table-container .table-wrapper .descriptions > p.row-desc b {color: #373B50; font-weight: 600;}
.table-container .table-wrapper .descriptions > p.row-desc strong {color: #373B50; font-weight: 700;}
.table-container .table-wrapper .descriptions .desc-box {width: 505px; background-color: #F8FAFF; border-top: 1px #E5E9FD solid; padding: 32px 36px; margin-top: 20px;}
.table-container .table-wrapper .descriptions .desc-box > h6 {margin-bottom: 12px; color: #373B50; font-size: 18px; font-weight: 700; line-height: 18px; word-wrap: break-word;}
.table-container .table-wrapper .descriptions .desc-box > p {color: #54586D; font-size: 15px; font-weight: 500; line-height: 26.25px; word-wrap: break-word;}
.table-container .table-wrapper .tag-list {display: flex; align-items: center; gap: 12px;}
.table-container .table-wrapper .tag-list .tag {display: inline-flex; justify-content: center; align-items: center; height: 48px; padding: 0 60px; background-color: #fff; border: 1px solid #0046FD; border-radius: 999px; font-family: "Poppins", sans-serif; color: #0046FD; font-size: 16px; font-weight: 500; line-height: 16px; word-wrap: break-word;}

.form-desc {display: flex; align-items: center; margin-top: 48px;}
.form-desc .textarea-wrap {position: relative; width: 1501px; height: 147px; background: url("../images/box.png") center center / cover no-repeat;}
.form-desc .textarea-wrap textarea {position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px; width: calc(100% - 140px); height: calc(100% - 80px); resize: none; color: #373B50; font-size: 16px; font-weight: 500; line-height: 16px; word-wrap: break-word;}
.form-desc .textarea-wrap .textarea-placeholder {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #373B50; font-size: 16px; font-weight: 500; line-height: 16px; word-wrap: break-word;}
.form-desc .character {}

.login-wrapper {position: relative; width: 100%; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 55px; background: url("../images/login.png") center center / cover no-repeat;}
.login-wrapper .login-title {}
.login-wrapper .login-form {width: 430px; padding: 40px 28px 20px; background-color: #fff; box-shadow: 4px 4px 30px rgba(0, 78, 255, 0.12);}
.login-wrapper .login-form .login-form-tit {display: block; color: #54586D; font-size: 20px; font-weight: 500; line-height: 20px; word-wrap: break-word; text-align: center; margin-bottom: 52px;}
.login-wrapper .login-form .login-form-tit em {color: #004EFF;}
.login-wrapper .login-form .form {display: flex; flex-direction: column; gap: 20px;}
.login-wrapper .login-form .form .input-element {display: flex; flex-direction: column; gap: 8px;}
.login-wrapper .login-form .form .input-element > label {color: #111111; font-size: 16px; font-weight: 500; line-height: 16px; word-wrap: break-word;}
.login-wrapper .login-form .form .input-element > input {width: 100%; height: 52px; padding: 0 16px; background-color: #EFEFF3; border: 1px solid #EFEFF3; color: #111; font-size: 16px; font-weight: 400; line-height: 16px; word-wrap: break-word; transition: border-color 0.15s;}
.login-wrapper .login-form .form .input-element > input::placeholder {color: #9195A9;}
.login-wrapper .login-form .form .input-element > input:focus {border-color: #004EFF;}
.login-wrapper .login-form .btn-login {display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 52px; background-color: #004EFF; color: white; font-size: 16px; font-weight: 600; line-height: 16px; word-wrap: break-word; margin-top: 70px;}

.size-480 {width: 480px;}
.size-486 {width: 486px;}
.size-560 {width: 560px;}
.size-780 {width: 780px;}
.size-910 {width: 910px;}
.size-1040 {width: 1040px;}
.size-1285 {width: 1285px;}
.size-1430 {width: 1430px;}

.bg-color-white {background-color: #fff;}
.bg-color-01 {background-color: #EBEDF6;}
.bg-color-02 {background-color: #54586D;}
.bg-color-03 {background-color: #F1F6FF;}
.bg-color-04 {background-color: #F5F6F8;}
.bg-color-05 {background-color: #F8FAFF;}
.color-01 {color: #0046fd !important;}
.align-center input,
.align-center span {justify-content: center; text-align: center;}
input[disabled] {background-color: #F5F6F8; pointer-events: none;}


/* 2023-12-10 UPDATE */
.nice-select {border: none; background: white; box-shadow: 4px 4px 10px rgba(0, 70, 253, 0.04); font-size: 16px; font-weight: 600;}

.border-top {border-top: 2px solid #373b50;}

.align-left input,
.align-left span {justify-content: flex-start; text-align: left;}
.align-right input,
.align-right span {justify-content: flex-end; text-align: right;}

.fw400 {font-weight: 400 !important;}
.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}
.fw700 {font-weight: 700 !important;}
.color-black {color: #000 !important;}
.color-white {color: #fff !important;}
.bg-color-primary {background-color: #0046FD;}
.bg-color-06 {background-color: #C8CDE1;}

.fz14 {font-size: 14px !important;}
.fz16 {font-size: 16px !important;}
.fz18 {font-size: 18px !important;}

.table-option {position: absolute; top: 0; left: 100%; padding-left: 30px;}
.table-container.grid-2 {flex-direction: row; gap: 120px;}
.table-container.grid-2 .table-wrapper {position: relative;}
.table-container.grid-2 .table-wrapper:not(:first-child)::before {content: ""; position: absolute; top: -60px; left: -60px; width: 4px; height: calc(100% + 120px); background: #EBEDF6; box-shadow: 1px 0px 0px #C8CDE1 inset;}
.table.table-col {display: flex; flex-direction: column; gap: 40px; padding: 40px 20px; background-color: #fff; box-shadow: 8px 8px 16px rgba(0, 70, 253, 0.12)}
.table-container .table-wrapper .table.table-col	> table > tbody > tr > td > div span, 
.table-container .table-wrapper .table.table-col	> table > tbody > tr > td > div input {padding-inline: 12px;}
table caption {font-size: 16px; font-weight: 600; line-height: 135%; margin-bottom: 16px; color: #373b50; text-align: left;}
.table-container .table-wrapper .table-head .table-head-tit .table-head-txt em {color: #004EFF;}
.table-container .table-wrapper .table > table > thead > tr > th > span {display: inline-flex; align-items: center; width: 100%; height: 100%; padding-inline: 20px;}
.table-container .table-wrapper .table > table > tbody > tr > td > div span strong {color: #F25A5A; font-weight: inherit;}
tr.height-28 > th,
tr.height-28 > td {height: 28px !important;}
tr.height-32 > th,
tr.height-32 > td {height: 32px !important;}
tr.height-36 > th,
tr.height-36 > td {height: 36px !important;}
tr.height-38 > th,
tr.height-38 > td {height: 38px !important;}

.advice-container {flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end;}
.advice-container .advice-section {position: relative; display: flex; background: white;}
.advice-container .advice-section.advice-1,
.advice-container .advice-section.advice-4,
.advice-container .advice-section.advice-5 {width: 373px; padding: 16px 20px 16px 30px;}
.advice-container .advice-section.advice-2,
.advice-container .advice-section.advice-3,
.advice-container .advice-section.advice-6,
.advice-container .advice-section.advice-7 {width: 363px; padding: 16px 20px 16px 20px;}
.advice-container .advice-section.advice-1::before,
.advice-container .advice-section.advice-4::before,
.advice-container .advice-section.advice-5::before {content: ""; position: absolute; top: 0; right: 0; width: 100%; max-width: 363px; height: 100%; box-shadow: 8px 8px 16px rgba(0, 70, 253, 0.12);}
.advice-container .advice-section.advice-2::before,
.advice-container .advice-section.advice-3::before,
.advice-container .advice-section.advice-6::before,
.advice-container .advice-section.advice-7::before {content: ""; position: absolute; top: 0; right: 0; width: 100%; max-width: 363px; height: 100%; box-shadow: 4px 4px 10px rgba(0, 70, 253, 0.04);}
.advice-container .advice-section.advice-1 {flex-direction: column; gap: 12px; height: 90px; margin-bottom: 30px; background: url("../images/advice-1.png") center center / cover no-repeat; }
.advice-container .advice-section.advice-2 {height: 101px; margin-bottom: 12px; background: url("../images/advice-2.png") center center / cover no-repeat;}
.advice-container .advice-section.advice-3 {gap: 25px; height: 219px; margin-bottom: 32px; background: url("../images/advice-3.png") center center / cover no-repeat;}
.advice-container .advice-section.advice-4 {gap: 69px; height: 62px; margin-bottom: 12px; background: url("../images/advice-4.png") center center / cover no-repeat;}
.advice-container .advice-section.advice-5 {flex-direction: column; gap: 10px; height: 253px; margin-bottom: 12px; background: url("../images/advice-5.png") center center / cover no-repeat;}
.advice-container .advice-section.advice-6 {height: 101px; margin-bottom: 12px; background: url("../images/advice-6.png") center center / cover no-repeat;}
.advice-container .advice-section.advice-7 {height: 101px; margin-bottom: 12px; background: url("../images/advice-7.png") center center / cover no-repeat;}
.advice-container .advice-section * {z-index: 1;}
.advice-container .advice-section .section-title {font-size: 16px; font-weight: 600; line-height: 135%; color: #373b50;}
.advice-container .advice-section .financial-figure {font-size: 18px; font-weight: 400; color: #0046fd;}
.advice-container .advice-section .financial-figure > b {font-weight: 600;}
.advice-container .advice-section .financial-figure > b > em {font-size: 24px;}
.advice-container .advice-section .tax-advice {font-size: 15px; font-weight: 500; line-height: 22.5px; white-space: pre-line;}
.advice-container .advice-section .tax-advice em {color: #0046fd;}
.advice-container .advice-section .reference-section {display: flex; flex-direction: column; justify-content: space-between;}
.advice-container .advice-section .reference-section .reference-title {display: inline-flex; justify-content: center; align-items: center; width: 38px; height: 28px; background-color: #373b50; font-size: 15px; font-weight: 600; color: #fff;}
.advice-container .advice-section .reference-section .tax-note {font-size: 13px; font-weight: 400; line-height: 135%; color: #f25a5a; white-space: pre-line;}
.advice-container .advice-section .rate-section {}
.advice-container .advice-section .rate-section .rate-title {font-size: 16px; font-weight: 600; color: #373b50;}
.advice-container .advice-section .rate-section .rate-values {margin-top: 4px; width: 203px;}
.advice-container .advice-section .rate-section .rate-values .tax-bracket {position: relative; width: 100%; height: 27px; padding-left: 26px;}
.advice-container .advice-section .rate-section .rate-values .tax-bracket::before {content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 18px; height: 27px; background: url("../images/icon-check.svg") center center / cover no-repeat;}
.advice-container .advice-section .rate-section .rate-values .tax-bracket > span {display: inline-flex; align-items: center; width: 100%; height: 100%; border-bottom: 1px solid #E8EBF6; font-size: 15px; font-weight: 500; color: #373b50; word-break: break-word; white-space: nowrap;}
.advice-container .advice-section .rate-section .rate-values .tax-bracket > span > b {font-weight: 800;}
.advice-container .advice-section .difference-title {display: inline-flex; align-items: center; height: 100%; font-size: 16px; font-weight: 600; color: #373b50;}
.advice-container .advice-section .financial-figure-negative {display: inline-flex; align-items: center; height: 100%; font-size: 18px; font-weight: 600; color: #0046fd;}
.advice-container .advice-section .financial-figure-negative > b {}
.advice-container .advice-section .financial-figure-negative > b > em {font-size: 22px;}
.advice-container .advice-section .tax-benefits {}
.advice-container .advice-section .tax-benefits > p {display: inline-flex; align-items: center; width: 100%; height: 27px; border-bottom: 1px solid #E8EBF6; font-size: 15px; font-weight: 500; color: #373b50; line-height: 150%;}
.advice-container .advice-section .tax-benefits > p > b {font-weight: 700; margin-right: 4px;}
.advice-container .advice-section .tax-benefits .txt-additional {padding-left: 14px;}
.advice-container .advice-section .tax-benefits .txt-warn {color: #F25A5A;}
.advice-container .advice-section .tax-obligation {font-size: 15px; font-weight: 500; line-height: 150%; color: #373b50; white-space: pre-line;}
.advice-container .advice-section .tax-rebate-info {font-size: 15px; font-weight: 500; line-height: 150%; color: #373b50; white-space: pre-line;}

.sec-title-box {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.sec-title-box img {
	display: block;
	width: 35px;
	margin-right: 8px;
}
.sec-title-box p {
	font-size: 20px;
	font-weight: 600;
}
.sec-title-box span {
	font-size: 16px;
	display: block;
	font-weight: 500;
	margin-left: 12px;
}
.sec-title-box.red p {
	font-size: 28px;
	font-weight: bold;
	color: #f03b3b;
}

.tax-strategy .comm-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-bottom: 1px solid #e5e9fd;
}
.tax-strategy .comm-table .fw600 {
	font-weight: 600 !important;
}
.tax-strategy .comm-table thead th {
	background: #54586d;
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	font-weight: 600;
	border-right: 1px solid #fff;
	font-size: 16px;
}
.tax-strategy .comm-table thead th:last-child {
	border-right: none;
}
.tax-strategy .comm-table tbody th {
	font-size: 16px;
	padding: 10px;
	border-top: 1px solid #edeef2;
	vertical-align: middle;
	background: #fff;
	text-align: center;
	font-weight: 600;
}
.tax-strategy .comm-table tbody td {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	border-top: 1px solid #edeef2;
	vertical-align: middle;
	background: #fff;
	text-align: center;
}
.tax-strategy .comm-table tbody tr.summary th,
.tax-strategy .comm-table tbody tr.summary td {
	background: #f1f6ff;
	border-bottom: 1px solid #c8cde1;
	border-top: 1px solid #c8cde1;
}
.tax-strategy .comm-table tbody tr.summary th {
	color: #0046fd;
	font-weight: 700;
}
.tax-strategy .comm-table tbody tr.summary .strong {
	color: #0046fd;
	font-weight: 700;
}

.tax-strategy .wrap {
	display: flex;
	gap: 80px;
	margin-top: 30px;
	padding-top: 30px;
	width: 1740px;
	margin: 0 auto;
}
.tax-strategy .pg_nav .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-bottom: 1px solid #edeef2;
	height: 70px;
	margin-bottom: 30px;
}
.tax-strategy .pg_nav button {
	display: block;
	width: 49px;
	border: none;
}
.tax-strategy .pg_nav button img {
	width: 100%;
	display: block;
}
.tax-strategy .pg_nav h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.tax-strategy .conts section + section {
	margin-top: 28px;
}
.tax-strategy .sec-bubble {
	width: 100%;
	border-bottom: 1px solid #e5e9fd;
	display: flex;
	justify-content: space-between;
}
.tax-strategy .donation-info {
	width: 100%;
	border-top: 1px solid #e5e9fd;
	border-bottom: 1px solid #e5e9fd;
	display: grid;
	grid-template-columns: 350fr 470fr;
}
.tax-strategy .donation-info .col {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tax-strategy .donation-info .col.right {
	background: #f8faff;
	padding-left: 20px;
}
.tax-strategy .donation-info h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
}
.tax-strategy .sec06,
.tax-strategy .sec05 {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.tax-strategy .keyword-list ul {
	width: 100%;
	max-width: 380px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bubble-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.bubble-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 20px;
	font-weight: 500;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
}
.bubble-btn img {
	width: 22px;
	display: block;
}
.bubble-btn:focus {
	outline: none;
}

/* 말풍선 박스 */
.bubble {
	position: absolute;
	top: calc(100% + 10px);
	right: -35px;
	z-index: 1000;
	width: 647px;
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
	opacity: 0;
	transform: translate(100%, -80%);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease;
	/* 화살표 (아래쪽 방향) */
}
.bubble[data-placement=top] {
	bottom: calc(100% + 10px);
	top: auto;
	transform: translateY(-6px);
}
.bubble.is-open {
	opacity: 1;
	pointer-events: auto;
}
.bubble .bubble__inner {
	position: relative;
	z-index: 8;
	padding: 12px 24px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	background: #fff;
}
.bubble .bubble__inner p {
	word-break: keep-all;
}
.bubble .bubble__inner b {
	font-weight: 600;
}
.bubble .bubble__inner strong {
	font-weight: 700;
}
.bubble .bubble__inner hr {
	border: 0;
	height: 1px;
	background: #eef1f6;
	margin: 12px 0;
}
.bubble .bubble__arrow {
	position: absolute;
	left: -40px;
	top: 50%;
	content: "";
	background: url(/assets/images/bubble_img.png) no-repeat left center;
	width: 50px;
	height: 28px;
	background-size: contain;
	z-index: 5;
}

.num-note {
	margin: 0;
	padding: 0;
	list-style: none; /* 기본 숫자 제거 */
	counter-reset: note; /* 카운터 초기화 */
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	color: #54586d;
}
.num-note li {
	line-height: 1.75;
	position: relative;
	padding-left: 20px; /* 숫자 여백 */
}
.num-note li::before {
	counter-increment: note;
	content: counter(note) ")"; /* 1) 2) 3) */
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
	color: #54586d;
}

.dot-list li {
	position: relative;
	font-size: 16px;
	line-height: 1;
	padding-left: 16px;
}
.dot-list li::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #54586d;
}
.dot-list li strong {
	font-weight: 600;
	color: #373b50;
}
.dot-list li + li {
	margin-top: 12px;
}

.btn-keyword {
	font-family: "Poppins", sans-serif;
	display: inline-block;
	min-width: 120px;
	padding: 8px 10px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	border: 1px solid #0046fd;
	color: #0046fd !important;
}