body.overflow_hidden {
	overflow: hidden;
}

.page {
	width: 100%;
	height: auto;
}
.page.main * {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

/* 이미지 렌더링 방식 변경 */
.page.main img, .page.main i.img, .page.main i.ico {
	/* image-rendering: -webkit-optimize-contrast; */
	transform: translateZ(0);
    backface-visibility: hidden;
}

.page.main table {
	border-collapse: collapse;
	border-spacing: 0;
}

.page.main.off {
	height: 100vh;
}
.page.main.off * {
	display: none;
}

.page.main .section {
	width: 100%;
	height: auto;
}
.page.main .padding_contents_group {
	padding-bottom: 64px;
}
.page.main .padding_contents {
	padding-bottom: 40px;
}
.page.main .padding_bottom_ft {
	padding-bottom: 80px;
}
.page.main .padding_all_12 {
	padding: 12px;
	padding: 1em;
}
.page.main .page_maxwidth {
	width: 100%;
	max-width: 1136px;
	min-width: 1136px;
	margin: 0 auto;
}
.page.main .contents_outer {
	width: 100%;
	height: auto;
}
.page.main .contents {
	width: 100%;
	height: auto;
}

.page.main .lay_1_1 {
	width: 100%;
}

.page.main .wordbreak_all {
	word-break: keep-all;
}
.page.main .txt {
	font-weight: 400;
}
.page.main .skyblue {
	color: #4678ff;
}
.page.main .txt_style_contents {
	font-size: 14px;
	font-size: 1.166em;
}
.page.main .txt_style_contents_small {
	font-size: 13px;
	font-size: 1.083em;
}
.page.main .txt_style_contents_large {
	font-size: 16px;
	font-size: 1.333em;
}

.page.main .lavel_round {
	padding: 2px 8px;
	border-radius: 36px;
	background-color: #e0e0e2;
}
.page.main .lavel_round .txt {
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}
.page.main .lavel_round.blue {
	background-color: #edf3ff;
}
.page.main .lavel_round.blue .txt {
	color: #233cfa;
}

.page.main .badge {
	display: inline-block;
	
	height: 16px;
	line-height: 17px;
	background-color: #e0e0e2;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	color: #fff;

	min-width: 16px;
    width: auto;
    padding: 0 4px;
    border-radius: 32px;
}
.page.main .badge.red {
	background-color: #fc2441;
}
.page.main .badge.yellow {
	background-color: #f7941d;
}

/* 롤링 배너 */
.page.main .visual_area {
	width: 100%;
	height: auto;
}
.page.main .visual_area .visual_banner {
	width: 100%;
	height: 400px;
	background-color: transparent;
}
.page.main .visual_area .visual_banner ul {
	width: 100%;
	height: auto;
}

.page.main .section.contents_section > .inner_wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.page.main .section.contents_section .wide_area {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-grow: 1;
}
.page.main .section.contents_section .wide_area .wide_inner {
	width: 100%;
	height: auto;
	min-height:100%;
	padding-right: 40px;
	border-right: 1px solid #e0e0e2;
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: flex-start;
}
.page.main .section.contents_section .side_area {
	width: 367px;
	min-width: 367px;
}
.page.main .section.contents_section .side_area .side_inner {
	width: 100%;
	height: auto;
	padding-left: 40px;
}

/* 만료안내, 충전안내 메세지 */
.page.main .contents.content_alim {
}
.page.main .contents.content_alim ul {
	width: 100%;
	height: auto;
}
.page.main .contents.content_alim li {
	width: 100%;
	height: auto;
	padding-bottom: 16px;
}
.page.main .contents.content_alim li:last-child {
	padding-bottom: 0;
}
.page.main .contents.content_alim li > .inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	background-color: #fafafb;
	border-radius: 8px;
}
.page.main .contents.content_alim li:hover > .inner {
	background-color: #f5f5f6;
}
.page.main .contents.content_alim li .txt_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
}
.page.main .contents.content_alim li .ico_frame {
	width: 2.666em;
	height: 2.666em;
}
.page.main .contents.content_alim li .ico.ico_alim {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ff8a80;
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_notice.svg");
	background-size: 1.333em auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.page.main .contents.content_alim li .txt_frame {
	padding-left: 1.333em;
}
.page.main .contents.content_alim li .txt_box .txt b {
	font-weight: 500;
}
.page.main .contents.content_alim li .txt_box .txt .red {
	color: #fc2441;
	font-weight: inherit;
}
.page.main .contents.content_alim li .btn_frame {
	padding-left: 16px;
}
.page.main .contents.content_alim li .btn {
	width: 100%;
	height: auto;
}

/* button */
.page.main .btn_white_border {
	background-color: #fff;
	border: 1px solid #e0e0e2;
	border-radius: 2px;
	color: #181818;
}
.page.main .btn_txt.small {
	font-size: 1em;
	font-weight: 500;
	padding: 6px 13px;
}
.page.main .btn_txt.regular {
	font-size: 1.166em;
	font-weight: 500;
	padding: 13px;
}

/* MY광고관리, MY매입관리 */
.page.main .contents.content_my_manage {
}
.page.main .list_my_manage {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.page.main .list_my_manage li {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: 50%;
}
.page.main .list_my_manage li:nth-child(odd) {
	padding-right: 8px;
}
.page.main .list_my_manage li:nth-child(even) {
	padding-left: 8px;
}
.page.main .list_my_manage li .item_inner {
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e2;
	border-radius: 8px;
	padding: 0.88em 1em;
}
.page.main .list_my_manage li .top_sec {
	width: 100%;
	height: auto;
}
.page.main .list_my_manage li .top_sec a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .list_my_manage li .top_sec .txt_frame {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
}
.page.main .list_my_manage li .txt.title {
	font-size: 1.5em;
	font-weight: 700;
	padding-right: 8px;
}
.page.main .list_my_manage li .txt.title .middot {
	display: inline-block;
	min-width: 11px;
	text-align: center;
}
.page.main .list_my_manage li .ico_frame {
	width: 16px;
	height: 16px;
}
.page.main .list_my_manage li .ico_arrow_right {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_arrow_right.svg");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.page.main .list_my_manage li .mid_sec {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .list_my_manage li .mid_sec .img_box {
}
.page.main .list_my_manage li .mid_sec .img_frame {
	width: 8.666em;
	height: 8.666em;
}
.page.main .list_my_manage li .mid_sec .img_frame .img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.page.main .list_my_manage li .mid_sec .img_frame .img.img_my1 {
	background-image: url("//img.chutcha.net/files/website/dealer/common/img_main_my1.svg");
}
.page.main .list_my_manage li .mid_sec .img_frame .img.img_my2 {
	background-image: url("//img.chutcha.net/files/website/dealer/common/img_main_my2.svg");
}
.page.main .list_my_manage li .mid_sec .txt_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
	padding-left: 24px;
}
.page.main .list_my_manage li .mid_sec .txt.big {
	font-size: 2.333em;
	padding-bottom: 4px;
	letter-spacing: -0.4px;
}
.page.main .list_my_manage li .mid_sec .txt.big b {
	font-weight: 500;
}
.page.main .list_my_manage li .mid_sec .txt_frame {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .list_my_manage li .mid_sec .txt_frame .txt {
	padding-right: 8px;
}
.page.main .list_my_manage li .mid_sec .txt .mid_dot {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background-color: #bdbdbf;
	margin-right: 4px;
}
.page.main .list_my_manage li .bottom_sec {
	width: 100%;
	height: auto;
}
.page.main .list_my_manage li .bottom_sec .btn_box {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .list_my_manage li .bottom_sec .btn_box .blank_box_8 {
	width: 8px;
	min-width: 8px;
	height: 8px;
}
.page.main .list_my_manage li .bottom_sec .btn_frame {
	display: flex;
	flex-grow: 1;
	width: 50%;
}
.page.main .list_my_manage li .bottom_sec .btn_frame .btn {
	width: 100%;
}
.page.main .list_my_manage li .bottom_sec .btn_frame .btn .badge {
	margin-top: -2px;
}

/* 중간 배너 */
.page.main .mid_banner_group {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .mid_banner_group li {
	display: flex;
	flex-grow: 1;
	width: 100%;
}
.page.main .mid_banner_group li:nth-child(odd) {
	padding-right: 8px;
}
.page.main .mid_banner_group li:nth-child(even) {
	padding-left: 8px;
}
.page.main .mid_banner_group .img_frame {
	width: 100%;
	height: 14em;
	border-radius: 8px;
	overflow: hidden;
}
.page.main .mid_banner_group .img_frame a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page.main .mid_banner_group .img_frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 게시판 목록 */
.page.main .content_board {
	width: 100%;
	height: auto;
}
.page.main .content_board .title_sec {
	width: 100%;
	height: auto;
	padding-bottom: 1.333em;
}
.page.main .content_board .title_sec a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.5em;
	font-weight: 700;
}
.page.main .content_board .title_sec a .ico_arrow_right {
	display: block;
	width: 0.9em;
	height: 0.9em;
	margin-left: 8px;
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_arrow_right.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -2px;
}
.page.main .content_board .board_list_group {
	width: 100%;
	height: auto;
}
.page.main .content_board .board_list_group .list_item {
}
.page.main .content_board .board_list_group .list_item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	padding: 0.833em 0;
}
.page.main .content_board .board_list_group .list_item a:hover .txt.subject {
	transition: 0.2s;
}
.page.main
	.content_board
	.board_list_group:not(.card_style)
	.list_item
	a:hover
	.txt.subject {
	font-weight: 500;
}

.page.main .content_board .board_list_group .list_item .txt_frame:first-child {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.page.main .content_board .board_list_group .list_item .txt.subject {
	padding-right: 6px;
}
.page.main .content_board .board_list_group .list_item .txt.date {
	color: #757579;
	min-width: 88px;
	min-width: 7.333em;
	text-align: right;
	padding-right: 4px;
}
.page.main .content_board .board_list_group.card_style {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 16px;
	padding-bottom: 1.333em;
}
.page.main .content_board .board_list_group.card_style:last-child {
	padding-bottom: 0;
}
.page.main .content_board .board_list_group.card_style .list_item {
	display: flex;
	flex-grow: 1;
	max-width: 32%;
}
.page.main .content_board .board_list_group.card_style .list_item a {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 133px;
	height: 11.083em;
	padding: 24px;
	padding: 2em;
	border-radius: 8px;
	background-color: #fafafb;
}
.page.main .content_board .board_list_group.card_style .list_item a {
	transition: 0.2s;
}
.page.main .content_board .board_list_group.card_style .list_item:hover a {
	background-color: #f5f5f6;
}
.page.main
	.content_board
	.board_list_group.card_style
	.list_item
	.txt_frame:first-child {
	flex-grow: 0;
}
.page.main .content_board .board_list_group.card_style .list_item .txt.subject {
	padding-right: 0;
}
.page.main
	.content_board
	.board_list_group.card_style
	.list_item
	.txt_frame:last-child
	.txt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	min-height: 3.02em;
	max-height: 42px;
}
.blank_box_16 {
	width: 16px;
	height: 16px;
	min-width: 16px;
}
.blank_box_8 {
	width: 8px;
	height: 8px;
	min-width: 8px;
}

/* 가로세로 정사각형 비율 반응형으로 유지 */
.page.main .box_square {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.page.main .box_square .box_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 우측 사이드 영역 */
/* 알림,쿠폰,쪽지 */
.page.main .user_alim_list_group {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .user_alim_list_group li {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	width: 33.3333%;
	background-color: #f6faff;
	border-radius: 8px;
	cursor: pointer;
}
.page.main .user_alim_list_group li:hover {
	background-color: #edf4ff;
}
.page.main .user_alim_list_group li .box_square .box_inner {
	padding: 16px;
	padding: 1.333em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.page.main .user_alim_list_group .ico_frame {
	width: 100%;
	height: auto;
}
.page.main .user_alim_list_group .ico_user_alim {
	display: block;
	width: 100%;
	height: 24px;
	height: 2em;
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
.page.main .user_alim_list_group .ico_user_alim.alim {
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_main_alim_alim.svg");
}
.page.main .user_alim_list_group .ico_user_alim.cupon {
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_main_alim_cupon.svg");
}
.page.main .user_alim_list_group .ico_user_alim.message {
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_main_alim_message.svg");
}
.page.main .user_alim_list_group .txt_frame {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .user_alim_list_group .txt_frame .txt {
	font-weight: 500;
}

.page.main .quickmenu_list_group {
	width: 100%;
	height: auto;
}
.page.main .quickmenu_list_group li {
	width: 100%;
	height: auto;
	padding-bottom: 12px;
	padding-bottom: 1em;
}
.page.main .quickmenu_list_group li:last-child {
	padding-bottom: 0;
}
.page.main .quickmenu_list_group a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

/* checkbox */
.input_frame.checkbox {
	position: relative;
	overflow: hidden;
}
.input_frame.checkbox input[type="checkbox"] {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	opacity: 0;
	text-indent: -999px;
}
.input_frame.checkbox input[type="checkbox"] + label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.input_frame.checkbox input[type="checkbox"] + label .ico {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(" //img.chutcha.net/files/website/dealer/common/check-off-btn.svg");
	background-size: 100% auto;
	background-position: center center;
}
.input_frame.checkbox input[type="checkbox"] + label .txt {
	font-size: 14px;
	font-weight: 400;
	padding-left: 8px;
}
.input_frame.checkbox input[type="checkbox"]:checked + label .ico {
	background-image: url(" //img.chutcha.net/files/website/dealer/common/check-on-btn.svg");
}
.input_frame.checkbox.small input[type="checkbox"] + label .ico {
	width: 16px;
	height: 16px;
	width: 1.333em;
	height: 1.333em;
}
.input_frame.checkbox.small input[type="checkbox"] + label .txt {
	font-size: 13px;
	font-size: 1.083em;
}

.page.main .content_user_loginform .title_sec {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-bottom: 1.666em;
}
.page.main .content_user_loginform .title_sec .txt {
	font-size: 18px;
	font-size: 1.5em;
	font-weight: 700;
}
.page.main .login_form_group {
	width: 100%;
	height: auto;
}
.page.main .login_form_group .input_group {
	width: 100%;
	height: auto;
}
.page.main .login_form_group .input_group .input_frame {
	width: 100%;
	height: auto;
}
.page.main .login_form_group .input_group .input_frame input {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e2;
	padding: 0 16px;
	height: 56px;
}
.page.main .login_form_group .input_group .input_frame:first-child input {
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}
.page.main .login_form_group .input_group .input_frame:last-child input {
	border-radius: 0 0 8px 8px;
}
.page.main .login_form_group .input_group .input_frame input:focus {
	outline: 0;
}
.page.main .login_form_group .btn_group {
	width: 100%;
	height: auto;
	padding: 16px 0 24px 0;
	padding: 1.333em 0 2em 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .login_form_group .btn_group .btn_frame a.txt {
	padding: 0 8px;
}
.page.main .login_form_group .btn_group .btn_frame a.txt:last-child {
	padding-right: 0;
}
.page.main .login_form_group .submit_frame {
	width: 100%;
	height: auto;
}
.page.main .login_form_group .btn {
	display: block;
	width: 100%;
	height: auto;
	padding: 16px 0;
	font-size: 16px;
	font-size: 1.333em;
	font-weight: 400;
	border-radius: 8px;
}

/* 퀵메뉴 */
.page.main .content_quickmenu {
}
.page.main .quickmenu_list_group {
	width: 100%;
	height: auto;
}
.page.main .quickmenu_list_group li {
	width: 100%;
	height: auto;
	padding-bottom: 12px;
	padding-bottom: 1em;
}
.page.main .quickmenu_list_group li:last-child {
	padding-bottom: 0;
}
.page.main .quickmenu_list_group li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #fafafb;
	padding: 24px;
	padding: 2em;
	border-radius: 8px;
}
.page.main .quickmenu_list_group li:hover a {
	background-color: #f5f5f6;
}
.page.main .quickmenu_list_group li .txt_frame .txt:first-child {
	padding-bottom: 4px;
	font-weight: 500;
}
.page.main .quickmenu_list_group li .ico_frame {
	width: 48px;
	height: 48px;
	width: 4em;
	height: 4em;
}
.page.main .quickmenu_list_group li .ico_quickmenu {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.page.main .quickmenu_list_group li .ico_quickmenu.premium_ad {
	background-image: url("//img.chutcha.net/files/website/dealer/common/ico_main_quickmenu_1.svg");
}
.page.main .quickmenu_list_group li .ico_quickmenu.lease {
	background-image: url("//img.chutcha.net/files/website/dealer/common/ico_main_quickmenu_2.svg");
}
.page.main .quickmenu_list_group li .ico_quickmenu.support {
	background-image: url("//img.chutcha.net/files/website/dealer/common/ico_main_quickmenu_3.svg");
}

/* 고객센터 */
.page.main .content_cs .title_sec {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-bottom: 1.666em;
}
.page.main .content_cs .title_sec .txt {
	font-size: 18px;
	font-size: 1.5em;
	font-weight: 700;
}
.page.main .cs_list_group {
	width: 100%;
	height: auto;
}
.page.main .content_cs .border_box_grey {
	border: 1px solid #e0e0e2;
	margin-bottom: 16px;
	margin-bottom: 1.333em;
}
.page.main .content_cs .border_box_grey:last-child {
	margin-bottom: 0;
}
.page.main .content_cs .border_box_grey.rounded {
	border-radius: 8px;
	overflow: hidden;
}
.page.main .cs_list_group dl {
	width: 100%;
	height: auto;
	padding: 24px;
	padding: 2em;
	border-bottom: 1px solid #e0e0e2;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page.main .cs_list_group dl:last-child {
	border-bottom: 0;
}
.page.main .cs_list_group dl dt .txt.txt_style_contents_small {
	color: #757579;
}
.page.main .cs_list_group dl dt .txt {
	padding-bottom: 2px;
}
.page.main .cs_list_group dl dt .txt:last-child {
	padding-bottom: 0;
}
.page.main .cs_list_group dl dd .txt {
	font-size: 20px;
	font-size: 1.666em;
	font-weight: 400;
	text-align: right;
}
.page.main .cs_list_group dl dt .txt.txt_style_contents {
	font-weight: 500;
}
.page.main .cs_list_group dl dd.btn_frame {width: 100%; height: auto; padding-top: 16px; padding-top: 1.142em;}
.page.main .cs_list_group .btn_channeltalk {
	width: 100%; height: auto;
	display: flex; flex-direction: row; align-items: center;
	justify-content: center;
	font-size: 14px; font-size: 1.166em;
	padding: 0.857em;
	border-radius: 4px;
	background-color: #edf3ff;
}
.page.main .cs_list_group .btn_channeltalk .ico {
	display: block;
	width: 24px; height: 24px;
	width: 1.714em; height: 1.714em;
	background-image: url("//img.chutcha.net/files/website/dealer/common/ic_channeltalk.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.page.main .cs_list_group .btn_channeltalk .txt {
	font-size: 1em;
	font-weight: 500;
	color: #181818;
	padding-left: 8px; padding-left: 0.571em;
}

/* 첫차앱 다운로드 안내 */
.page.main .app_list_group {
	width: 100%;
	height: auto;
}
.page.main .app_list_group li {
	width: 100%;
	height: auto;
	padding: 24px;
	padding: 2em;
}
.page.main .app_list_group .txt_sec {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 16px;
	padding-bottom: 1.333em;
}
.page.main .app_list_group .txt_sec .img_frame {
	width: 56px;
	width: 4.666em;
	height: 56px;
	height: 4.666em;
}
.page.main .app_list_group .txt_sec .img_frame .img_chutcha_app {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("//img.chutcha.net/files/website/dealer/common/icon_chutcha_app.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page.main .app_list_group .txt_sec .txt_frame {
	padding-left: 16px;
	padding-left: 1.333em;
}
.page.main .app_list_group .txt_sec .txt {
	padding-bottom: 4px;
}
.page.main .app_list_group .txt_sec .txt.txt_style_contents_large {
	font-weight: 500;
}
.page.main .app_list_group .txt_sec .txt:last-child {
	padding-bottom: 0;
}
.page.main .app_list_group .btn_sec {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.page.main .app_list_group .btn_sec .btn_frame {
	display: flex;
	flex-grow: 1;
	width: 50%;
}
.page.main .app_list_group .btn_sec .btn_appdown {
	width: 100%;
	height: 40px;
	height: 3.333em;
	background-color: #fafafb;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page.main .app_list_group .btn_sec .btn_appdown:hover {
	background-color: #f5f5f6;
}
.page.main .app_list_group .btn_sec .btn_appdown .ico {
	display: block;
	width: 100%;
	height: 18px;
	height: 1.5em;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.page.main .app_list_group .btn_sec .btn_appdown .ico.ico_appstore {
	background-image: url("//img.chutcha.net/files/website/dealer/common/img_iOS.svg");
}
.page.main .app_list_group .btn_sec .btn_appdown .ico.ico_googleplay {
	background-image: url("//img.chutcha.net/files/website/dealer/common/img_android.svg");
}

/* 롤링 배너 */
.visual_banner {
}
.visual_banner .slider_inner {
	width: 100%;
	height: auto;
	position: relative;
}
.visual_banner .slider_inner .slide_frame {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff;
}
.visual_banner .slider_inner .slide_frame.slide_background {
	background-color: #38464E;
}
.visual_banner .slider_inner .slide_frame.slide_image {
	z-index: 15;
}

.visual_banner
	.slider_inner
	.slide_frame.slide_image
	.vueperslide
	.vueperslide__image {
	background-size: 1136px auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	
	image-rendering: -webkit-optimize-contrast !important;
    transform: translateZ(0);
    backface-visibility: hidden !important;
}
.visual_banner
	.slider_inner
	.slide_frame.slide_image
	.vueperslide
	.vueperslide__image {
	transition-duration: 0.3s;
	transition-delay: 0.2s;
	opacity: 0;
	/* transform: translateX(8%); */
}
.visual_banner
	.slider_inner
	.slide_frame.slide_image
	.vueperslide.vueperslide--active
	.vueperslide__image {
	opacity: 1;
	/* transform: translateX(0); */
}
.visual_banner .vueperslides__bullets {
	width: 100%;
	max-width: 1136px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	bottom: 40px;
}
.visual_banner .vueperslides__bullet .default {
	width: 8px;
	height: 8px;
	background-color: rgba(189, 189, 191, 0.4);
	border: 0;
	margin-right: 12px;
	box-shadow: none;
}
.visual_banner .vueperslides__bullet.vueperslides__bullet--active .default {
	background-color: rgba(189, 189, 191, 1);
}

/* 서약서 동의 모달 */
/* 프리미엄 상품정책 모달 */
.modal_wrapper {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 5555;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}
#dealer_agree_modal {
	width: auto;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
#dealer_agree_modal * {
	margin: 0;
	box-sizing: border-box;
}
#dealer_agree_modal .modal_confirm {
	width: 100%;
	font-size: 1.333em;
	font-weight: 500;
	padding: 1.25em 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#dealer_agree_modal .close_btn {
	position: absolute;
	top: 14px;
	right: 14px;
	border: 0;
	cursor: pointer;
	background: transparent;
	width: 30px;
	height: auto;
	padding: 0;
	margin: 0;
}
#dealer_agree_modal .close_btn img {
	width: 100%;
	position: relative;
}
#dealer_agree_modal .pop_content_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#dealer_agree_modal .inner_wrap {
	padding: 32px;
	max-width: 519px;
	position: relative;
	min-height: 698px;
}
#dealer_agree_modal .inner_wrap:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #eeeef0;
	position: absolute;
	top: 0;
	right: 0;
	max-height: calc(100% - 88px);
	margin-top: 40px;
}
#dealer_agree_modal .inner_wrap:last-child:after {
	display: none;
}
#dealer_agree_modal .title_sec {
	width: 100%;
	height: auto;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#dealer_agree_modal .title_sec .ico_leaf {
	display: block;
	width: 30px;
	height: 56px;
	background-image: url("//img.chutcha.net/files/website/dealer/common/img_bg_leaf_l.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#dealer_agree_modal .title_sec .ico_leaf.leaf_r {
	display: block;
	width: 30px;
	height: 56px;
	background-image: url("//img.chutcha.net/files/website/dealer/common/img_bg_leaf_r.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#dealer_agree_modal .inner_wrap .modal_title {
	font-size: 2em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	padding: 0 32px;
}
#dealer_agree_modal .inner_wrap .modal_title .txt.deco {
	display: block;
	width: 100%;
	height: auto;
	color: rgba(238, 238, 240, 1);
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 7.1px;
	padding-top: 8px;
}
#dealer_agree_modal .list_group ul {
	height: 362px;
}
#dealer_agree_modal .txt_style_contents {
	font-size: 14px;
	font-weight: 400;
}
#dealer_agree_modal .padding_bottom_contents {
	padding-bottom: 24px;
}
#dealer_agree_modal .txtalign_center {
	text-align: center;
	max-width: 309px;
	word-break: keep-all;
	margin: 0 auto;
}
#dealer_agree_modal .inner_wrap ul {
	margin: 0;
	padding: 2em;
	background-color: #fafafb;
	border-radius: 4px;
}
#dealer_agree_modal .inner_wrap ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 1em 0.857em;
	background-image: url("//img.chutcha.kr/files/website/dealer/common/bullet_dot_light_gray.png");
	background-repeat: no-repeat;
	background-position: left top 0.6em;
}
#dealer_agree_modal .input_frame {
	padding-bottom: 16px;
}
#dealer_agree_modal .txt_frame:last-child {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-font-size: 16px !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #181818 !important;
}

.visual_banner
	.slider_inner
	.slide_frame.slide_image
	.vueperslide
	.vueperslide__image {
	background-size: auto 100% !important;
}

/* 메인 레이어 팝업 */
.main_popup_layer_dim {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3320;
}
.main_popup_layer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main_popup_layer img {
	max-width: 100%;
	line-height: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.main_popup_layer a {
	line-height: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.main_popup_layer .main_popup_btn {
	background: #2e2e2e;
	padding: 7px 15px;
	color: #a1a1a1;
}
.main_popup_layer .main_popup_btn::after {
	content: "";
	display: block;
	clear: both;
}
.main_popup_layer .main_popup_btn input[type="checkbox"] {
	margin: 6px 0 4px 5px;
	vertical-align: middle;
	float: left;
	line-height: 1.6em;
}
.main_popup_layer .main_popup_btn label {
	float: left;
	font-size: 0.9em;
	padding: 2px 5px 0 5px;
	vertical-align: middle;
	line-height: 1.6em;
	color: #a1a1a1;
}
.main_popup_layer .main_popup_btn button {
	background: transparent;
	border: 0;
	float: left;
	font-size: 0.9em;
	cursor: pointer;
	line-height: 1.6em;
	color: #a1a1a1;
	margin-left: 16px;
}
.main_popup_layer .main_popup_btn button.main_pclose {
	float: right;
}
.main_popup_layer .main_popup_btn button:first-child {
	margin-left: 0;
}

.vue_loading .spinner {
	border: 0.5em solid #f3f3f3 !important;
	border-top: 0.5em solid #233cfa !important;
}


.page.main .list_my_manage li .mid_sec .txt_frame .txt.red {color: #fc2441;;}

.vue_modal_custom.marketing_agree_complete_modal .modal-content .modal_section.modal_section_top {
	padding-top: 40px; padding-top: 3.333em;
}
.vue_modal_custom.marketing_agree_complete_modal .modal-content .modal_section.modal_section_top .txt_frame {
	justify-content: center;
}
.vue_modal_custom.marketing_agree_complete_modal .modal-content .modal_section.modal_section_top .txt_title {
	font-size: 18px; font-size: 1.5em;
}
.vue_modal_custom.marketing_agree_complete_modal .modal-content .modal_section.modal_section_top .btn_frame {
	display: none;
}
.vue_modal_custom.view_modal_msg.marketing_agree_complete_modal .modal-content .modal_section.modal_section_top ~ .modal_section.modal_section_mid {
	padding-top: 16px; padding-top: 1.333em;
	padding-bottom: 40px; padding-bottom: 3.333em;
}
