/* reset */
.customer * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/* font style */
.txt.size_13 {
  font-size: 13px;
}

.txt.size_14 {
  font-size: 14px;
}

.txt.weight_r {
  font-weight: 400;
}

.txt.weight_m {
  font-weight: 500;
}

.txt.weight_b {
  font-weight: 700;
}

.txt.description {
  font-size: 13px;
  font-weight: 400;
  color: #9e9ea1;
}

.txtalign_c {
  text-align: center;
}

.txtalign_l {
  text-align: left;
}

.txtalign_r {
  text-align: right;
}

.blank_box_8 {
  width: 8px;
  min-width: 8px;
  height: 8px;
}

.blank_box_12 {
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.blank_box_32 {
  width: 32px;
  min-width: 32px;
  text-align: center;
}

.blank_box_16 {
  width: 16px;
  min-width: 16px;
  height: 16px;
  text-align: center;
}

.blank_box_28 {
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.pd_top_56 {
  padding-top: 56px;
}

.lay_1 {
  width: 100%;
}

.maxwidth_100 {
  max-width: 100px;
}

.minwidth_100 {
  min-width: 100px;
}

.minwidth_200 {
  min-width: 200px;
}

.maxwidth_560 {
  max-width: 560px;
}

.maxwidth_752 {
  max-width: 752px;
}

.flex {
  display: flex;
}

.flex.row {
  flex-direction: row;
}

.flex.col {
  flex-direction: column;
}

.flex.align_start {
  align-items: flex-start;
}

.flex.align_center {
  align-items: center;
}

.flex.align_end {
  align-items: flex-end;
}

.flex.justify_start {
  justify-content: flex-start;
}

.flex.justify_center {
  justify-content: center;
}

.flex.justify_end {
  justify-content: flex-end;
}

.flex.justify_between {
  justify-content: space-between;
}

.flex.justify_around {
  justify-content: space-around;
}

/* layout */
.customer.contents_wrap .inner_wrap {
  display: flex;
  padding: 48px 0;
  padding-bottom: 80px;
}

.customer.contents_wrap .inner_wrap>.left_area,
.customer.contents_wrap .inner_wrap>.right_area {
  display: flex;
}

.customer.contents_wrap .inner_wrap>.left_area {
  width: 150px;
  min-width: 150px;
}

.customer.contents_wrap .inner_wrap>.right_area {
  flex-grow: 1;
}

.customer.contents_wrap .contents_area {
  width: 100%;
  height: auto;
  padding-left: 40px;
}

/* 사이드 메뉴 */
.customer aside {
  width: 100%;
  height: auto;
  border-right: 1px solid #e0e0e2;
}

.customer aside nav {
  width: 100%;
  height: auto;
}

.customer aside nav ul {
  width: 100%;
  height: auto;
  padding-right: 12px;
}

.customer aside nav li {
  width: 100%;
  height: auto;
  padding: 12px 0;
}

.customer aside nav li:first-child {
  padding-top: 0;
}

.customer aside nav li:last-child {
  padding-bottom: 0;
}

.customer aside nav li a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
}

.customer aside nav li.on a {
  font-weight: 700;
}

/* 페이지 서브 타이틀 */
.customer .sub_title_area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.customer .sub_title_area .sub_title {
  font-size: 22px;
  font-weight: 700;
}

.sub_title_area.board_detail {
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeef0;
}

.sub_title_area.board_detail .description {
  font-size: 13px;
  font-weight: 400;
  color: #9e9ea1;
  padding: 12px 0;
}

/* 게시판 검색 영역 */
/* 게시판 상단 검색 */
.board_top_search {
  float: right;
}

.board_top_search .selectBox-dropdown {
  float: left;
  margin-right: 5px;
  font-size: 0.75em;
}

.board_top_search .input_frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 272px;
}

.board_top_search input {
  outline: none;
  border: 0;
}

.board_top_search input[type="text"] {
  padding: 0 8px;
  padding-right: 12px;
  font-size: 14px;
  max-width: 232px;
  width: 232px;
  height: 32px;
  max-height: 32px;
  text-align: right;
}

.board_top_search input[type="text"]:focus::placeholder {
  color: transparent;
}

.board_top_search input[type="submit"] {
  width: 28px;
  height: 32px;
  max-height: 32px;
  overflow: hidden;
  background-image: url("//img.chutcha.kr/files/website/dealer/common/ic_search.svg");
  background-position: left center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  float: left;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
}

/* 상단 공지영역 */
.mtm_end_notice_wrap {
  width: 100%;
  background-color: #FAFAFB;
  border-radius: 4px;
  margin: 32px 0 0 0;
  padding: 24px 0;
}

.mtm_end_notice_wrap p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px
}

.mtm_end_notice_wrap button {
  display: inline;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: #233cfa;
  text-decoration: underline;
}

.mtm_end_notice_wrap+.board_wrap {
  padding-top: 30px;
}

/* 게시판 상세페이지 */
.board_detail_table {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.board_detail_table td.txt_th {
  font-weight: 500;
}

.board_detail_table .article_content {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding-bottom: 40px;
}

.board_detail_table .article_content *:not(.txt) {
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-family: "Heebo", "Noto Sans Kr" !important;
}

.board_detail_table .article_content p {
  line-height: 1.6 !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.board_detail_table .article_content .content_frame {
  padding-top: 8px;
}

.board_detail_table .article_content p:first-child {
  margin-top: 0;
}

.board_detail_table .article_content img {
  display: block;
  width: auto;
  max-width: 656px;
  height: auto;
}

.mtm_detail .sub_title_area.board_detail {
  border-bottom: 0;
  padding-bottom: 0;
}

.mtm_detail .board_detail_table tr.content_tr td {
  padding: 17px 0;
  border-bottom: 1px solid #eeeef0;
}

.mtm_detail .board_detail_table tr.content_tr td.article_content {
  border-bottom: 0;
}

.mtm_detail .board_detail_table tr.content_tr:last-child td {
  border-bottom: 0;
}

.mtm_detail .board_detail_table .article_content .txt_frame {
  padding: 20px 0;
  max-width: 752px;
}

.mtm_detail .board_detail_table .article_content .txt_frame.answer {}

.mtm_detail .board_detail_table .article_content .txt_frame.answer>.inner {
  padding: 32px;
  background-color: #fafafb;
}

.mtm_detail .board_detail_table .article_content .txt_frame.answer .img_frame {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.mtm_detail .board_detail_table .article_content .txt_frame.answer .txt {
  padding-left: 16px;
}

.mtm_detail .board_detail_table .article_content .txt_frame.answer .img_frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 게시판 */
.customer .board_wrap {
  width: 100%;
  height: auto;
  padding-top: 32px;
}

.customer.faq .board_wrap {
  padding-top: 12px;
}

/* 게시판 리스트 */
.customer .board_list_table {
  width: 100%;
  height: auto;
  padding-bottom: 12px;
}

.customer .board_list_table tbody tr {
  width: 100%;
  height: auto;
  padding: 16px 0;
  border-bottom: 1px solid #eeeef0;
  background-color: #fff;
  transition: 0.2s;
}

.customer .board_list_table tbody td {
  padding: 16px 8px;
  border-bottom: 1px solid #eeeef0;
  font-size: 14px;
  font-weight: 400;
}

.customer .board_list_table.mtm tbody td {
  padding: 16px 8px;
}

.customer .board_list_table tbody td.list_empty,
.list_empty {
  border-bottom: 0;
  padding: 120px 0;
}

.customer .board_list_table tbody td:first-child {
  padding-left: 0;
}

.customer .board_list_table tbody td:last-child {
  padding-right: 0;
}

.customer .board_list_table td.list_subject {
  width: 100%;
  font-weight: 500;
}

.customer .board_list_table td.list_subject a {
  display: block;
}

.customer .board_list_table td.list_subject a b,
.faq_list_area .faq_list dl dt b {
  font-weight: 500;
  color: #233cfa;
}

.customer .board_list_table td.list_date {
  min-width: 70px;
  color: #757579;
}

.customer .board_list_table tbody tr:hover {
  /* cursor: pointer; */
}

.customer .board_list_table tbody tr:hover td.list_subject {
  font-weight: 600;
}

.customer .board_list_table tbody tr td.list_subject .icon_new {
  margin-left: 5px;
}

.customer .board_list_table tbody td.list_status {
  min-width: 80px;
}

.list_status .label_stat {
  font-size: 10px;
  font-weight: 400;
  padding: 2px 6px;
  width: 52px;
  border-radius: 2px;
  text-align: center;
  color: #757579;
  background-color: #fafafb;
}

.list_status.fin .label_stat {
  color: #233cfa;
  background-color: #edf3ff;
}

.customer .board_list_table.mtm tbody td.list_cate {
  min-width: 140px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #757579;
}

.list_empty .img_frame,
.list_empty .txt_frame {
  width: 100%;
  height: auto;
}

.list_empty img {
  display: block;
  width: 100%;
  max-width: 144px;
  height: auto;
  margin: 0 auto;
}

.list_empty .txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

/* 게시판 상세보기 */
.board_detail_table .article_btn_group td {
  padding: 16px 0;
  border-top: 1px solid #eeeef0;
}

.board_detail_table .article_btn_group:last-child td {
  border-bottom: 1px solid #eeeef0;
}

.board_detail_table .article_btn_group td.list_num {
  width: 80px;
  color: #656565;
  font-size: 13px;
  font-weight: 400;
}

.board_detail_table .article_btn_group td.list_num img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: auto;
}

.board_detail_table .article_btn_group td.list_photo {
  width: 95px;
  padding-left: 20px;
}

.board_detail_table .article_btn_group td.list_subject {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}

.board_detail_table .article_btn_group td.list_subject p {
  width: 510px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.board_detail_table .article_btn_group td.list_subject.ggultip_subject {
  padding-left: 20px;
}

.board_detail_table .article_btn_group td.list_subject a img {
  vertical-align: middle;
}

.board_detail_table .article_btn_group td.list_date {
  width: 75px;
  padding-right: 20px;
  color: #656565;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
}

/* 게시판 작성하기 */

/* 게시판 쓰기 테이블 */
.board_write_table {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
}

.board_write_table .input_group {
  width: 100%;
  height: auto;
}

.board_write_table .input_group .input_set {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.board_write_table .input_group .input_set .left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 192px;
}

.board_write_table .input_group .input_set .align_self_start {
  align-self: flex-start;
  padding-top: 12px;
}

.board_write_table .input_group .input_set .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  max-width: 560px;
}

.board_write_table .input_group .input_set .txt_frame {
  width: 100%;
  height: auto;
  padding: 12px 0;
}

.board_write_table .input_group .input_set .txt_frame.description {
  padding-top: 8px;
}

.board_write_table .input_group .input_set .txt_frame.pd_top_0 {
  padding-top: 0;
}

.board_write_table .input_group .input_set .txt_frame.description .txt {
  font-size: 13px;
  font-weight: 400;
  color: #9e9ea1;
}

.board_write_table .input_group .input_set .txt.title {
  font-weight: 500;
}

.board_write_table .input_group .input_set .input_frame,
.board_write_table .input_group .input_set .btn_frame {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.board_write_table .input_group .input_set:first-child .input_frame,
.board_write_table .input_group .input_set:first-child .btn_frame,
.board_write_table .input_group .input_set:first-child .txt_frame {
  padding-top: 0;
}

.board_write_table .input_group .input_set .input_frame.has_description,
.board_write_table .input_group .input_set .btn_frame.has_description {
  padding-bottom: 0px;
}

.board_write_table .input_group .input_set .input_row {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
}

.basic_input {
  width: 100%;
  /* max-width: 560px; */
  min-height: 48px;
  padding: 11px 16px;
  font-weight: 400;
  color: #181818;
  border: 1px solid #e0e0e2;
  border-radius: 2px;
}

textarea.basic_input {
  min-height: 240px;
  resize: none;
}

select.basic_input.select_custom {
  display: none !important;
}

.basic_input.select_custom {
  width: 100% !important;
  height: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.basic_input.select_custom.selectBox-dropdown .selectBox-label {}

.basic_input.select_custom.selectBox-dropdown .selectBox-arrow {
  width: 32px;
  background-image: url("//img.chutcha.kr/files/website/dealer/common/ic_arrow_down.svg");
  background-size: 16px auto;
  background-position: left center;
}

.basic_input.select_custom.selectBox-dropdown .selectBox-label {
  font-weight: 400;
  display: flex;
  flex-grow: 1;
  width: 100% !important;
  max-width: 92%;
}

/* 파일 */
/* 파일 업로드 꾸미기 */
.input_row.file_upload_area .input_frame {
  flex-grow: 1;
}

.board_write_table .input_group .input_set .file_upload_area .btn_frame {
  width: 100px;
  min-width: 100px;
}

.file_upload_area input[type="text"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

.file_upload_area input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file_upload_area label {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}

.file_upload_area p.file_upload_name {
  display: inline-block;
  color: #245cf9;
  padding-left: 10px;
}

.file_upload_area .btn_file {
  width: 100%;
  height: 48px;
  border: 1px solid #e0e0e2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

/* 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.kr/files/website/dealer/common/check-off-btn.png");
  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.kr/files/website/dealer/common/check-on-btn.png");
}

/* Modal */
.modal_wrap .modal_win .modal_btn {
  width: 100%;
}

/* 게시판 버튼 영역 */
.board_btn_area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.board_btn_area.justify_end {
  justify-content: flex-end;
}

.board_btn_area.pd_top_56 {
  padding-top: 56px;
}

.board_btn_area .center_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.board_btn_area .left_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
}

.board_btn_area .right_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0;
}

.board_btn_area .right_area,
.board_btn_area .left_area {
  flex-grow: 1;
}

.btn.btn_whiteline {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #212124;
  color: #181818;
}

.btn.btn_regular {
  font-size: 14px;
  padding: 14px;
  min-width: 104px;
}

.btn.btn_large {
  font-size: 16px;
  padding: 18px;
  min-width: 136px;
  font-weight: 400;
}

/* 페이지네이션 */
.customer .pagenation {
  padding: 20px 0;
}

/* 
.customer .pagenation ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.customer .pagenation .btn,
.customer .pagenation li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin: 0 4px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #fff;
}
.customer .pagenation .btn {
	border-color: #e0e0e2;
}
.customer .pagenation .btn path {
	fill: #212124;
}
.customer .pagenation li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #9e9ea1;
}
.customer .pagenation li:hover,
.customer .pagenation li.on {
	background-color: #fafafb;
}
.customer .pagenation li.on a {
	font-weight: 600;
	color: #181818;
} */

/* 탭메뉴 */
/* faq 탭메뉴 */
.sub_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
}

.sub_tab.faq_tab li {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.sub_tab.faq_tab li a {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  border-right: 0;
}

.sub_tab.faq_tab li:last-child a {
  border-right: 1px solid #e0e0e2;
}

.sub_tab.faq_tab li span {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.sub_tab.faq_tab li.on a {
  border: 1px solid #233cfa;
}

.sub_tab.faq_tab li.on span {
  color: #233cfa;
  font-weight: 500;
}

.sub_tab.faq_tab li.on+li a {
  border-left: 0;
}

.sub_tab.underline_tab {
  padding: 0;
  padding-top: 16px;
  position: relative;
}

.sub_tab.underline_tab:after,
.sub_tab.underline_tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e0e0e2;
}

.sub_tab.underline_tab li {
  padding: 0 16px;
  margin-top: 1px;
}

.sub_tab.underline_tab li:first-child {
  padding-left: 0;
}

.sub_tab.underline_tab li:last-child {
  padding-right: 0;
}

.sub_tab.underline_tab li a {
  display: block;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 400;
}

.sub_tab.underline_tab li.on a {
  border-bottom: 2px solid #181818;
}

.sub_tab.underline_tab li.on a span {
  font-weight: 700;
}

/* faq 리스트 */
.faq_list_area {
  padding: 12px 0;
}

.faq_list_area .faq_list dl {
  /* display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between; */
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-y: auto;
  font-size: 14px;
}

.faq_list_area .faq_list dl dt {
  box-sizing: content-box;
  width: 80%;
  min-width: 826px;
  max-height: 16px;
  float: right;
  cursor: pointer;
  margin: 0;
  padding: 18px 10px;
  border-bottom: 1px solid #eaeaea;
  background: url("//img.chutcha.kr/files/website/dealer/common/ic_arrow_down.svg") no-repeat;
  background-position: right center;
  background-size: 16px auto;
}

.faq_list_area .faq_list dl dt:hover {
  /* text-decoration: underline; */
}

.faq_list_area .faq_list dl dt.show {
  background: url("//img.chutcha.kr/files/website/dealer/common/ic_arrow_up.svg") no-repeat;
  background-position: right center;
  background-size: 16px auto;
  font-weight: 500;
}

.faq_list_area .faq_list dl dd:first-of-type {
  box-sizing: content-box;
  width: 20%;
  max-width: 100px;
  min-width: 100px;
  max-height: 16px;
  cursor: pointer;
  float: left;
  padding: 18px 0 18px 0;
  text-align: center;
  margin: 0;
  color: #757579;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
}

.faq_list_area .faq_list dl dd:last-of-type {
  width: 100%;
  clear: both;
  padding: 40px 60px 40px 110px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  background: #fafafb;
  font-weight: 400;
  display: none;
  line-height: 1.6em;
}

.faq_list_area .faq_list dl .faq_content * {
  background-color: transparent !important;
  font-family: "Heebo", "Noto Sans KR" !important;
}

.faq_list_area .faq_list dl dd:last-of-type img {
  max-width: 480px;
}

.faq_list_area .faq_list dl dd:last-of-type p {
  /* margin-top: 20px;
	margin-bottom: 20px; */
}

.faq_list_area .faq_list dl dd:last-of-type strong {
  font-weight: 700;
}

/* display none 클래스 추가 */
.vue_loading.hide {
  display: none;
}

.btn_downfile {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  border-radius: 2px;
  padding: 12px 13px;
  font-size: 13px;
  font-weight: 400;
  color: #757579;
  margin-top: 24px;
}

.btn_downfile .txt {
  margin: 0 !important;
}

.btn_downfile .ico_docs {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("//img.chutcha.kr/files/website/dealer/common/ic_file.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.btn_downfile .ico_download {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("//img.chutcha.kr/files/website/dealer/common/ic__download.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.overflow_y_scroll {
  overflow-y: scroll;
}

.file_btn_frame .btn_downfile .txt {
  color: #757579;
  line-height: 1 !important;
}