#main-inner {
	width:960px;
}

#main .c-header .h {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

#main .c-header .h.edit{
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
#main .c-header .h.edit .h_title{
	color: #87b4a8;
	padding-bottom: 10px;
}
#main .c-header .h.edit .h_title.edit{
	padding-top: 40px;
}

.tutorial_step{
	width: 100%;
	height: 245px;
	background-color: #f6ebec;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.tutorial_step h2 {
	font-size: 26px;
	font-weight: 400;
	color: #606060;
}
.tutorial_content .tutorial_text1{
	font-size: 22px;
}
.tutorial_content .tutorial_text2{
	font-size: 12px;
}
.tutorial_step .step{
	display: flex;
	max-width: 740px;
	width: 100%;
	justify-content: space-between;
	margin-top: 10px;
	flex-wrap: wrap;
}
.step .step__p{
	background-color: #979595;
	border-radius: 10px;
	padding: 10px 0px;
	width: calc(33.3333% - 10px);
}
.step .step__p.active{
	background-color: #ffffff;
}
.step .step__p a {
	text-decoration: none;
}

.tutorial_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #89B9AD;
  padding: 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: fit-content;
  position: relative;
}
.tutorial_title:before{
	content: "";
	display: block;
	--r: 5px;
	position: absolute;
	width: 25px;
	height: 100%;
	left: 97%;
	aspect-ratio: 1 / 2;
	-webkit-mask: linear-gradient(-90deg, #0000 calc(var(--r) / sqrt(2)), #000 0), radial-gradient(var(--r) at calc(100% - var(--r)* sqrt(2)) 50%, #000 98%, #0000 101%);
	clip-path: polygon(100% 50%, 0 100%, 0 0);
	background-color: #89B9AD;
}

.tutorial_title span{
	font-size: 24px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.tutorial_content{
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 25px;
}
.step__p2 .tutorial_content,
.step__p3 .tutorial_content{
	color: #ffffff;
}
.tutorial_title2{
	display: none;
}
.tutorial_content{
	padding-top: 10px;
}



#main .category {
	margin-bottom:50px;
}
#main .category .listnew {
	width: 100%;
	margin: 0 auto;
}
#main .category .listnew .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .category .listnew .box {
	width:33.3%;
	margin-bottom:20px;
	display: flex;
	align-items: center;
}
#main .category .listnew .box .inn {
	width: 96%;
	margin: 0 auto;
}

.step-progress {
  display: flex;
  padding: 0px 20px;
  width: 100%;
  margin-bottom: 40px;
  overflow-y: hidden;
}
.step-progress__step {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  height: 74px;
}
.step-progress__step--01 {
  position: relative;
  width: calc(34% - 7px);
  background-color: #e0f1f4;
  border: 2px solid #00578e;
  border-right: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 0;
  
}
.step-progress__step--01:before {
  content: "";
  position: absolute;
  --s: 3px;
  height: calc(100% + 10px);
  aspect-ratio: 1 / 3.3;
  clip-path: polygon(
    0 0,
    var(--s) 0,
    100% 50%,
    var(--s) 100%,
    0 100%,
    calc(100% - var(--s)) 50%
  );
  background: #00578e;
  top: -5px;
  right: -19.5px;
}
.step-progress__step--01:after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: cos(75deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #e0f1f4;
  height: calc(100% + 11px);
  top: -5.5px;
  right: -18px;
}
.step-progress__step--02 {
  position: relative;
  --s: 20px;
  line-height: 1.8;
  padding-inline: calc(var(--s) + 0.3em) 0.3em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--s) 50%);
  background: #e0f1f4;
  width: calc(34% + 25px);
  z-index: 1;
  color: #fff;
  margin-left: 2px;
  border: 2px solid #00578e;
}
.step-progress__step--02:before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: cos(75deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #00578e;
  height: calc(100% + 15px);
  top: -7.5px;
  left: -1px;
}
.step-progress__step--02:after {
  content: "";
  position: absolute;
  --s: 3px;
  height: calc(100% + 10px);
  aspect-ratio: 1 / 3.3;
  clip-path: polygon(
    0 0,
    var(--s) 0,
    100% 50%,
    var(--s) 100%,
    0 100%,
    calc(100% - var(--s)) 50%
  );
  background: #fff;
  top: -5px;
  right: 0px;
}

.step-progress__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-progress__inner--center:before {
  content: "";
  position: absolute;
  --s: 3px;
  height: calc(100% + 10px);
  aspect-ratio: 1 / 3.3;
  clip-path: polygon(
    0 0,
    var(--s) 0,
    100% 50%,
    var(--s) 100%,
    0 100%,
    calc(100% - var(--s)) 50%
  );
  background: #00578e;
  top: -5px;
  right: 3px;
}
.step-progress__step--03 {
  position: relative;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  --s: 20px;
  line-height: 1.8;
  padding-inline: calc(var(--s) + 0.3em) 0.3em;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--s) 50%);
  background: #e0f1f4;
  width: calc(32% + 25px);
  z-index: 1;
  color: #fff;
  margin-left: 2px;
  margin-left: -23px;
  border: 2px solid #00578e;
}

.step-progress__step--03:before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: cos(75deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #00578e;
  height: calc(100% + 15px);
  top: -7.5px;
  left: -1px;
}

.step-progress__content {
  color: #000;
  line-height: 1.8;
  font-size: 24px;
}

.step-progress__step--01 .step-progress__content {
  padding-left: 10px;
}
.step-progress__step--02 .step-progress__content {
  padding-right: 15px;
}
.step-progress__step--03 .step-progress__content {
  padding-left: 0px;
}
.step-progress__step.active .step-progress__content {
  color: #fff;
}
.step-progress__step.active {
  background-color: #00578e;
}

.step-progress__step--01.active:after {
  background: #00578e;
}
.step-progress a {
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  justify-self: center;
  align-items: center;
}