@charset "utf-8";

#wrap {
	width: 1800px;
	margin: auto;
}

/* 헤더 */
/* start 20250725 */
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 260px;
	height: 68px;
	position: fixed;
	width: 1800px;
	background: #fff;
	z-index: 9999;
}

#header .logo img {
	width: 140px;
}

#header p {
	font-size: 16px;
}

#header a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 40px;
	background-color: #4F63D2;
	border-radius: 50px;
	font-size: 15px;
	color: #fff;
}

/* 본문 */
#container {
	padding-top: 68px;
	background-image: url(../../img/home/bg1.png), url(../../img/home/bg2.png);
	background-position: center -70px, center 100%;
	background-repeat: no-repeat;
}

/* end 20250725 */

/* 푸터 */
#footer {
	height: 353px;
	padding: 80px 260px 48px 260px;
}

#footer .corp_area {
	display: flex;
	align-items: center;
	gap: 30px;
}

#footer .corp_area a {
	font-size: 15px;
	font-weight: 700;
}

#footer address {
	margin-top: 24px;
}

#footer address .line {
	display: flex;
}

#footer address p {
	display: flex;
	gap: 5px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}

#footer address p+p {
	margin-left: 10px;
}

#footer address p em {
	color: rgba(1, 3, 20, 0.6)
}

#footer .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 86px;
}

#footer .bottom .sns_area {
	display: flex;
	align-items: center;
	gap: 20px;
}


#footer .bottom .copyright {
	font-size: 13px;
	font-weight: 400;
	color: #666;
}

/* 공통 */
section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.txt {
	font-size: 26px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}

.point_color {
	color: #4F63D2;
}

.section_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1000px;
	padding: 60px 0 100px;
}

.section_content.round {
	background-color: #fff;
	border: 1px solid rgba(73, 67, 112, 0.2);
	border-radius: 30px;
	position: relative;
}


.border_box {
	width: 626px;
	margin-top: 10px;
	padding: 30px 10px 15px 10px;
	border: 10px solid rgba(229, 231, 235, 0.5);
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.border_box::after {
	content: '';
	display: block;
	width: 626px;
	height: calc(100% + 20px);
	border: 1px solid rgba(217, 217, 217, 0.5);
	border-radius: 20px;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1;
}

.border_box .question {
	margin-left: 10px;
	font-size: 17px;
	line-height: 1.4;
	color: #4F63D2;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.border_box .answer_box {
	display: flex;
	flex-direction: column;
	min-height: 28px;
	margin-top: 22px;
	padding-left: 34px;
	background-image: url(../../img/home/ic_question.png);
	background-repeat: no-repeat;
}

.border_box .answer_box .answer_txt {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.025em;
	color: #0F0F0F
}

.border_box .answer_box .answer_txt:nth-child(n+2)::before {
	content: '';
	display: flex;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #0F0F0F;
}

.search_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 400px;
	height: 60px;
	border: 1px solid transparent;
	border-radius: 12px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #C8D0FE 0%, #4F63D2 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	position: relative;
}

.search_box::after {
	content: '';
	display: block;
	width: 24px;
	height: 23px;
	background-image: url(../../img/home/ic_search.png);
	position: absolute;
	top: 19px;
	right: 20px;
}

.search_box p {
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.025em;
}

.table_tit {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: #0F0F0F;
}

.table_box {
	margin-top: 3px;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
}

.table_box table thead tr th {
	height: 26px;
	background-color: #EAEAEA;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #0F0F0F;
}

.table_box table thead tr th:first-child {
	border-top-left-radius: 8px;
}

.table_box table thead tr th:last-child {
	border-top-right-radius: 8px;
}

.table_box table tbody tr td {
	height: 26px;
	padding: 0 12px;
	border-top: 1px solid #D9D9D9;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.025em;
	color: #0F0F0F;
	text-align: center;
}

.button_box {
	display: flex;
	justify-content: space-between;
}

.button_box .right {
	display: flex;
	align-items: center;
	gap: 5px;
}

.button_box {
	margin-top: 12px;
	padding: 0 8px;
}

.button_box .right img:last-child {
	margin-left: 7px;
}

.txt_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 90px;
	position: relative;
}

.txt_list::before {
	content: '';
	display: block;
	width: 2px;
	height: 50px;
	background-image: url(../../img/home/line2.png);
	position: absolute;
	top: -70px;
}

.txt_list::after {
	content: '';
	display: block;
	width: 100%;
	height: 325px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 87.02%);
	position: absolute;
	bottom: -100px;
}

.txt_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 60px;
	background-color: rgba(79, 99, 210, 0.1);
	border: 1px solid rgba(79, 99, 210, 0.3);
	border-radius: 12px;
	font-size: 16px;
	letter-spacing: -0.025em;
	color: #4F63D2;
}

.iphone_box {
	display: flex;
	gap: 20px;
}

/* start 20250625 */
/* scrollbar */
::-webkit-scrollbar {
	width: 8px;
	height: 20px;
}

::-webkit-scrollbar-track {
	border-radius: 6px;
	background: #dddd;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #666;
}

::-webkit-scrollbar {
	height: 6px;
}

/* end 20250625 */

/* section */
/* section1 */
.section1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 116px;
}

.section1 .logo {
	width: 200px;
}

.section1 .explain {
	margin-top: 23px;
	font-size: 32px;
	font-weight: 700;
	line-height: 46px;
	text-align: center;
}

.section1 .main_banner {
	width: 100%;
}

.section1 .main_banner .banner_item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.section1 .main_banner .banner_tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 60px;
	margin-top: 70px;
	border: 1px solid transparent;
	border-radius: 12px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #C8D0FE 0%, #4F63D2 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #4F63D2;
}

/* section2 */
.section2 {
	margin-top: 214px;
}

.section2::before {
	content: '';
	display: block;
	width: 2px;
	height: 120px;
	background-image: url(../../img/home/line1.png);
	position: absolute;
	top: -172px;
}

.section2 .section_content {
	margin-top: 30px;
}

.section2 .section_content.round::before {
	content: '';
	display: block;
	width: 63px;
	height: 62px;
	background-image: url(../../img/home/section2_bg1.png);
	position: absolute;
	left: -42px;
	bottom: 159px;
}

.section2 .section_content.round::after {
	content: '';
	display: block;
	width: 96px;
	height: 87px;
	background-image: url(../../img/home/section2_bg2.png);
	position: absolute;
	right: -75px;
	top: 346px;
	z-index: -1;
}

.section2 .section_content .table_tit {
	margin-top: 16px;
	padding-left: 8px;
}

.section2 .section_content .table_box+.table_tit {
	margin-top: 10px;
}

/* section3 */
.section3 {
	margin-top: 120px;
	padding-bottom: 192px;
}

.section3::before {
	content: '';
	display: block;
	width: 303px;
	height: 496px;
	background-image: url(../../img/home/section3_bg1.png);
	position: absolute;
	left: 0;
	top: 30px;
}

.section3::after {
	content: '';
	display: block;
	width: 248px;
	height: 383px;
	background-image: url(../../img/home/section3_bg2.png);
	position: absolute;
	right: 0;
	bottom: -15px;
}

.section3 .iphone_box {
	margin-top: 39px;
}

.section3 .txt_list {
	margin-top: 83px;
}

.section3 .txt_list::after {
	height: 375px;
	bottom: -120px;
}

/* section4 */
.section4 {
	margin: 100px 60px 0 60px;
	padding-bottom: 100px;
}

.section4::before {
	content: '';
	display: block;
	width: 2px;
	height: 172px;
	background-image: url(../../img/home/line3.png);
	position: absolute;
	top: -272px;
}

.section4::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/home/section4_bg1.png), url(../../img/home/section4_bg2.png);
	background-repeat: no-repeat;
	background-position: 0 227px, 100% 897px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.section4 .gradient_box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 52px;
	width: 100%;
	padding: 120px 0 18px;
	background: linear-gradient(180deg, #EFF5FF 0%, rgba(255, 255, 255, 0) 75%);
	border-top-left-radius: 86px;
	border-top-right-radius: 50px;
}

.section4 .txt_list::after {
	height: 375px;
}

/* section5 */
.section5 {
	margin-top: 66px;
}

.section5 .section_content {
	margin-top: 36px;
}

.section5 .section_content::before {
	content: '';
	display: block;
	width: 376px;
	height: 348px;
	background-image: url(../../img/home/section5_bg1.png);
	position: absolute;
	left: -187px;
	top: -76px;
	z-index: -1;
}

.section5 .section_content::after {
	content: '';
	display: block;
	width: 76px;
	height: 74px;
	background-image: url(../../img/home/section5_bg2.png);
	position: absolute;
	right: 9px;
	bottom: -36px;
}

.section5 .section_content .border_box .table_box {
	margin-top: 20px;
}

.section5 .section_content .border_box+.search_box {
	margin-top: 40px;
}

/* section6 */
.section6 {
	margin: 131px 60px 0 60px;
	padding: 173px 0 213px;
	background-repeat: no-repeat;
	background-image: url(../../img/home/section6_bg2.png);
	background-position: 0 598px;
}

.section6::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #EFF5FF 0%, rgba(255, 255, 255, 0) 75%);
	border-top-left-radius: 86px;
	border-top-right-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(180deg);
	z-index: -1;
}

.section6::after {
	content: '';
	display: block;
	width: 257px;
	height: 527px;
	background-image: url(../../img/home/section6_bg3.png);
	position: absolute;
	right: 0;
	top: -23px;
}

.section6 .txt::before {
	content: '';
	display: block;
	width: 638px;
	height: 6px;
	background-image: url(../../img/home/section6_bg1.png);
	position: absolute;
	top: 92px;
}

.section6 .branchQ_table {
	margin-top: 54px;
}

.section6 .branchQ_table .thead {
	display: flex;
	gap: 8px;
	margin-left: 210px;
	border-bottom: 1px dashed rgba(167, 170, 200, 0.4);
}

.section6 .branchQ_table .thead .th {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 347px;
	height: 74px;
	font-size: 18px;
	font-weight: 600;
	border-left: 1px dashed rgba(167, 170, 200, 0.4);
	border-right: 1px dashed rgba(167, 170, 200, 0.4);
}

.section6 .branchQ_table .thead .th:first-child {
	background-color: #F3F3F4;
	border-top: 2px solid #6E6E6E;
	color: #4F4F4F;
}

.section6 .branchQ_table .thead .th:last-child {
	background-color: #EEF0FB;
	border-top: 2px solid #4F63D2;
	color: #020416;
}

.section6 .branchQ_table .tbody {
	display: flex;
	flex-direction: column;
}

.section6 .branchQ_table .tbody .tr {
	display: flex;
}

.section6 .branchQ_table .tbody .tr:nth-child(2) {
	border-top: 1px solid rgba(167, 170, 200, 0.4)
}

.section6 .branchQ_table .tbody .tr:nth-child(5) {
	border-bottom: 1px solid rgba(167, 170, 200, 0.4)
}

.section6 .branchQ_table .tbody .tr:nth-child(n+3) {
	border-top: 1px dashed rgba(167, 170, 200, 0.4)
}

.section6 .branchQ_table .tbody .tr .td {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 75px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

.section6 .branchQ_table .tbody .tr .td.gray {
	color: #C8C8C8 !important;
}

.section6 .branchQ_table .tbody .tr:first-child .td {
	height: 55px;
	font-size: 14px;
	font-weight: 400;
}

.section6 .branchQ_table .tbody .tr:first-child .td:nth-child(n+2) {
	background-color: transparent;
}

.section6 .branchQ_table .tbody .tr .td:nth-child(1) {
	width: 211px;
	padding-left: 20px;
	background-color: #fff;
	border-right: 1px dashed rgba(167, 170, 200, 0.4);
	color: #4F4F4F;
}

.section6 .branchQ_table .tbody .tr .td:nth-child(2) {
	width: 346px;
	padding-left: 35px;
	background-color: #F3F3F4;
	border-right: 1px dashed rgba(167, 170, 200, 0.4);
	color: #4F4F4F;
}

.section6 .branchQ_table .tbody .tr .td:nth-child(3) {
	margin-left: 8px;
	padding-left: 35px;
	width: 347px;
	background-color: #EEF0FB;
	color: #020416;
	border-left: 1px dashed rgba(167, 170, 200, 0.4);
	border-right: 1px dashed rgba(167, 170, 200, 0.4);
}

.section6 .branchQ_table .tbody .tr:nth-child(2) .td:nth-child(2)::before,
.section6 .branchQ_table .tbody .tr:nth-child(2) .td:nth-child(3)::before,
.section6 .branchQ_table .tbody .tr:nth-child(5) .td:nth-child(2)::before,
.section6 .branchQ_table .tbody .tr:nth-child(5) .td:nth-child(3)::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../../img/home/ic_plus.png);
	position: absolute;
	top: -6px;
	left: -6px;
}

.section6 .branchQ_table .tbody .tr:nth-child(2) .td:nth-child(3)::before {
	left: auto;
	right: -5px;
}

.section6 .branchQ_table .tbody .tr:nth-child(5) .td:nth-child(2)::before {
	top: auto;
	bottom: -5px;
}

.section6 .branchQ_table .tbody .tr:nth-child(5) .td:nth-child(3)::before {
	left: auto;
	right: -5px;
	top: auto;
	bottom: -5px;
}

/* start 20250625 */

.tx_0000EE {
	color: #0000EE !important;
}

.dimmed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 40002;
	background-color: #000;
	opacity: .45;
}

/* LyPopuo */
.ly_pop_wrap {
	/* display: none; */
	position: fixed;
	/*top:calc(50% + 52px);*/
	top: 50%;
	left: 50%;
	z-index: 40003;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* LyPopuo - 개인정보처리방침 */
.ly_pop_privacy {
	width: 918px;
}

.ly_pop_privacy .ly_pop_header {
	height: auto;
	padding: 17px 35px 18px;
	background: #222;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_pop_privacy .ly_pop_content {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/*height:720px;*/
	height: calc(100vh - 176px);
}

.ly_pop_privacy .tab_area {
	padding: 33px 0 0;
}

.ly_pop_privacy .tab_area .tab_menu {
	/*width:440px;*/
	margin: 0 0 0 50px;
}

.ly_pop_privacy .tab_area .tab_menu li {
	float: left;
	margin-left: 0;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #e0e0e0;
}

.ly_pop_privacy .tab_area .tab_menu li:first-child {
	padding: 0;
}

.ly_pop_privacy .tab_area .tab_menu a {
	position: relative;
	display: block;
	padding: 12px 0 13px;
	background-color: #fff;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 18px;
	color: #777;
	text-align: center;
	outline: none;
}

.ly_pop_privacy .tab_area .tab_menu a:after {
	display: none;
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background-color: #2e90f9;
}

.ly_pop_privacy .tab_area .tab_menu a[aria-selected=true]:after {
	display: block;
}

.ly_pop_privacy .tab_area .tab_cont {
	/*padding:25px 50px 50px;*/
	padding: 0 50px 50px;
	background-color: #fff;
	outline: none;
}

.ly_pop_privacy .ly_pop_footer .btn_clse {
	position: absolute;
	top: 28px;
	right: 25px;
	width: 24px;
	height: 24px;
	background: url(../../img/home/ic_close.png) no-repeat
}

.blind {
	position: absolute;
	top: -100000px;
	left: -100000px;
	width: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.ly_pop_privacy .ly_pop_footer {
	margin-top: 0;
}

/* Privacy Area */
.privacy_area {
	padding: 0 0 3px;
}

.privacy_area hr {
	display: none;
}

.privacy_area .p1 {
	margin: 0 0 16px;
	padding: 4px 0 4px;
	font-family: 'Noto Sans KR';
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 25px;
	letter-spacing: -1px;
}

.privacy_area .p1>strong {
	font-weight: 700;
}

/* Privacy Link */
.privacy_link {
	position: relative;
	margin: 0;
	padding: 26px 0 28px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.privacy_link>ol {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0 0 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.privacy_link>ol li {
	display: block;
	margin: 1px 0 0;
}

.privacy_link>ol li>a {
	display: block;
	padding: 0;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #222;
	text-align: left;
	line-height: 30px;
}

.privacy_link>ol li>a:hover {
	text-decoration: underline;
}

/* Privacy Definition */
.privacy_dl {
	position: relative;
	margin: 0;
	padding: 0;
}

.privacy_dl.first {
	margin: 43px 0 0;
}

.privacy_dl dt {
	margin: 46px 0 8px;
	padding: 4px 0 6px;
	font-family: 'Noto Sans KR';
	font-weight: 700;
	font-size: 20px;
	color: #222;
	text-align: left;
	line-height: normal;
}

.privacy_dl>dd:first-child {
	margin: 0
}

.privacy_dl dd {
	margin: 12px 0 0;
}

.privacy_dl dd .p2 {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
}

.privacy_dl dd .p2.txt_indent {
	padding-left: 20px;
	text-indent: -20px
}

.privacy_dl .ul_lv1 {
	padding: 0 0 0 23px;
}

.privacy_dl .ul_lv1 .li_lv1 {
	padding: 0 0 0 13px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
	background-image: url("../../img/home/ic_privacy_dotB1.png");
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.privacy_dl .ul_lv1 .li_lv1>a {
	color: #000
}

.privacy_dl .ul_lv1 .li_lv1>a:hover {
	text-decoration: underline
}

.privacy_dl .ul_lv1 .li_lv1>p {
	margin: 4px 0 13px;
	padding-left: 4px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
	text-indent: 0;
}

.privacy_dl .ul_lv2 {
	margin: 4px 0 15px;
}

.privacy_dl .ul_lv2 .li_lv2 {
	padding: 0 0 0 14px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
	text-indent: -9px;
}

.tbl_privacy .tbl_privacy_div {
	margin: 12px 0 0;
}

.tbl_privacy .tbl_privacy_div dl dt {
	margin: 0 0 2px;
	padding: 2px 0 1px;
	font-family: 'Noto Sans KR';
	font-weight: 700;
	font-size: 15px;
	color: #222;
	text-align: left;
	line-height: 25px;
}

.tbl_privacy .tbl_privacy_div dl dd {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
}

.tbl_privacy .tbl_privacy_div dl dd ul {
	margin: 0 0 5px;
}

.tbl_privacy .tbl_privacy_div dl dd ul li {
	margin: 0;
	padding: 0 0 0 7px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
	text-indent: -7px;
}

.tbl_privacy .tbl_privacy_table {
	margin: 5px 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #fff;
}

.tbl_privacy .tbl_privacy_table tr th,
.tbl_privacy .tbl_privacy_table tr td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.tbl_privacy .tbl_privacy_table tr th div,
.tbl_privacy .tbl_privacy_table tr td div {
	margin: 0;
	padding: 5px 15px;
	font-family: 'Noto Sans KR';
	font-size: 15px;
	line-height: 24px;
}

.tbl_privacy .tbl_privacy_table tr th div {
	font-weight: 500;
	color: #222;
	text-align: center;
}

.tbl_privacy .tbl_privacy_table tr td div {
	font-weight: 400;
	color: #000;
	text-align: left;
}

.tbl_privacy .tbl_privacy_table tr td ul li {
	margin: 0;
	padding: 0 0 0 13px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 25px;
	background-image: url("../../img/home/ic_privacy_dotB2.png");
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-size: auto 4px;
}

.privacy_formSelect {
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 10px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 36px;
	border: 1px solid #dfdfe1;
	border-radius: 4px;
}

/* scrollbar */
.ly_pop_privacy .ly_pop_content::-webkit-scrollbar {
	width: 6px;
	height: 20px;
}

.ly_pop_privacy .ly_pop_content::-webkit-scrollbar-track {
	border-radius: 6px;
	background: #dddd;
}

.ly_pop_privacy .ly_pop_content::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #666;
}

.ly_pop_privacy .ly_pop_content::-webkit-scrollbar {
	height: 6px;
}



/****************************************************************************************************

Tablet

****************************************************************************************************/

@media only screen and (max-width:1023px) {
	.ly_pop_wrap {
		display: ;
		width: calc(100% - 100px)
	}

	.dimmed {
		display: ;
	}
}


/****************************************************************************************************

mobile phone

****************************************************************************************************/

@media only screen and (max-width:767px) {
	.ly_pop_wrap {
		width: calc(100% - 50px)
	}

	.ly_pop_privacy .ly_pop_content {
		height: calc(100vh - 118px);
	}

	.ly_pop_privacy .ly_pop_header {
		padding: 13px 52px 14px 24px;
	}

	.ly_pop_privacy .tab_area .tab_cont {
		padding: 0 24px 50px;
	}

	.ly_pop_privacy .ly_pop_footer .btn_clse {
		top: 22px;
	}
}

@media only screen and (max-width:427px) {
	.ly_pop_privacy .ly_pop_content {
		height: calc(100vh - 159px);
	}
}

@media only screen and (max-width:360px) {
	.ly_pop_wrap {
		width: calc(100% - 40px)
	}
}

/* end 20250625 */