/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  /*box-sizing: border-box;*/
   /*-webkit-box-sizing: border-box;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cc_style {
	/*line-height: 1.5;*/
	/*font-size: 14px;*/
	text-align: center;
	margin: auto;
}
.cc_style * {
	box-sizing: border-box;
    webkit-box-sizing: border-box;
}
header,
footer,
nav,
aside,
section,
article {
  display: block;
}
body {
  max-width: 1920px;
  /* font-family: "font-family", "font-family"; */
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
ol,
ul {
  list-style-type: none;
}
a,
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  width: 100%;
  border: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.blind {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.wrap {
  width: 90%;
  max-width: 500px;
  margin: auto;
}

.bg_attach {
  background-attachment: fixed;
}
.tp_on_pc {
  display: none;
}
@media all and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
:root {
  --swiper-theme-color: #ccc;
}
@media all and (min-width: 1280px) {
  .wrap {
    width: 90%;
  }
  .tp_on_pc {
    display: inherit;
  }
  .tp_on_mo {
    display: none;
  }
}

/* 개발자 추가 */
.processing img {
	width: auto;
}

.main_content .headline,
.main_content ol li h1,
.main_content .more_btn,
.main_content .main_item .tab,
.main_content .main_item .progress_step,
.main_content .item_select h2,
.main_content .main_item .center_item_list {
	text-align: center
}

.main_content * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
