/* 공통 */
h1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
}
h2,
.bullet {
  position: relative;
  overflow: visible;
  display: inline-block;
  margin: 0 auto;
  max-width: 980px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #111111;
}
.bullet {
  margin: 0 !important;
}
h2::after,
.bullet::after {
  position: absolute;
  content: " ";
  top: 1px;
  left: -13px;
  width: 10px;
  height: 10px;
  background-color: #f05014;
  border-radius: 100%;
}
h2 strong {
  font-weight: 600;
  color: #f05014;
}
h3 {
  position: relative;
  overflow: visible;
  margin-bottom: 58px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
  color: #111111;
}
h3::after {
  position: absolute;
  content: " ";
  top: 50%;
  left: -20px;
  width: 10px;
  height: 30px;
  margin-top: -15px;
  background: #f05014;
}
h3 + .depth_area {
  padding: 0 20px;
}
div + h3 {
  margin-top: 90px;
}
h4 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75; /* 35px */
  letter-spacing: -1px;
  color: #333333;
}

.text_area {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.67;
  letter-spacing: -1px;
  color: #111111;
}
.text_area div {
}
.text_area + .text_area {
  margin-top: 40px;
}
.text_area p + ul,
.text_area + .text_list {
  margin-top: 30px;
}
.text_area p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
}
.text_area strong,
.text_area b {
  font-weight: 700;
}
.text_area .point {
  color: #f05014;
}
.text_area a.point {
  text-decoration: underline;
}

.text_list li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.67;
  letter-spacing: -1px;
  color: #111111;
}
.text_list li::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #333333;
}
.text_list li p {
  font-size: 18px;
  color: #888888;
  letter-spacing: -1px;
}

.image_area img {
  max-width: 100%;
}
.image_area p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #111111;
}

.hl {
  background-image: repeating-linear-gradient(
    transparent,
    transparent 60%,
    rgba(240, 80, 20, 0.2) 60%,
    rgba(240, 80, 20, 0.2) 92%,
    transparent 92%,
    transparent 100%
  );
}

.floating_btn {
  display: none;
  position: fixed;
  width: calc(100% - 40px);
  height: 50px;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: #f05014;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -1px;
  color: #ffffff;
  top: auto !important;
  bottom: 15px;
}

.position_wrap {
  position: relative;
}

.cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 21px 20px;
  background: #f05014;
  border: 2px solid #f05014;
  border-radius: 37px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
  color: #ffffff;
}
.cta_btn.line {
  background-color: transparent;
  color: #f05014;
}

@media all and (max-width: 1200px) {
  h1,
  h2,
  h3,
  .text_area {
    word-break: keep-all;
  }
  h1 {
    font-size: calc(50px * 0.75);
  }
  h2,
  .bullet {
    font-size: calc(40px * 0.75);
  }
  h2::after,
  .bullet::after {
    left: -13px;
    width: 8px;
    height: 8px;
  }
  h3 {
    font-size: calc(30px * 0.8);
  }
  .text_area {
    font-size: calc(18px * 0.85);
  }
  .text_area p {
    font-size: calc(20px * 0.85);
  }
  .text_list li {
    font-size: calc(18px * 0.85);
  }
  .text_list li::after {
    top: 10px;
  }
}
@media all and (max-width: 960px) {
  h1 {
    font-size: calc(50px * 0.65);
  }
  h2,
  .bullet {
    font-size: calc(40px * 0.65);
  }
  h3 {
    margin-bottom: 32px;
    font-size: calc(30px * 0.7);
    padding-left: 16px;
    line-height: 25px;
  }
  h3::after {
    top: 0;
    left: 0;
    width: 6px;
    height: 24px;
    margin-top: 0;
  }
  br {
    display: none;
  }
  .image_area p {
    font-size: calc(20px * 0.85);
  }
  .text_area + .text_area {
    margin-top: 16px;
  }
  .text_area p + ul,
  .text_area + .text_list {
    margin-top: 16px;
  }
}

@media all and (max-width: 640px) {
  h1,
  h2,
  h3 {
    word-break: keep-all;
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2,
  .bullet {
    margin: 0 auto 19px;
    font-size: 20px;
    line-height: 24px;
  }
  h2::after,
  .bullet::after {
    top: -2px;
    left: -10px;
    width: 5px;
    height: 5px;
  }

  h3 {
    margin-bottom: 20px;
    padding-left: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
  }
  h3::after {
    top: 3px;
    width: 3px;
    height: 18px;
    margin-top: 0;
  }
  div + h3 {
    margin-top: 60px;
  }
  h3 + .depth_area {
    padding: 0;
  }
  h4 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .cta_btn {
    padding: 11px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .text_area {
    font-size: 14px;
  }
  .text_area p {
    font-size: 16px;
    line-height: 23px;
  }
  .text_list li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .text_list li::after {
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .text_list li p {
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .text_area + .text_area {
    margin-top: 15px;
  }
  .image_area p {
    font-size: 16px;
  }
  .floating_btn {
    display: flex;
  }
}
@media all and (max-width: 360px) {
  .floating_btn {
    font-size: 15px;
  }
}

.depth_area {
  position: relative;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.flex_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.flex_box {
  padding: 40px 50px 28px;
  background: #efefef;
}
.flex_box h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
}
.flex_box_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.flex_box_list > li {
  padding: 6px 0 14px;
  text-align: center;
}
.flex_box_list strong {
  display: block;
  margin-bottom: 17px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
  color: #bababa;
}
.flex_box_list p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
}

.flex_box_list.line > li::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #fff;
  opacity: 0;
}
.flex_box_list.type3 > li {
  width: 33.33%;
}
.flex_box_list.type3.line > li:nth-child(2)::after {
  left: 33.33%;
  opacity: 1;
}
.flex_box_list.type3.line > li:nth-child(3)::after {
  left: 66.66%;
  opacity: 1;
}

@media all and (max-width: 1200px) {
  .flex_box {
    padding: 45px 20px 28px;
  }
}
@media all and (max-width: 960px) {
  .flex_box {
    padding: 26px 50px 16px;
  }
  .flex_box h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .flex_box_list {
    flex-direction: column;
    justify-content: center;
  }
  .flex_box_list > li {
    padding: 6px 0 14px;
    text-align: center;
  }
  .flex_box_list.type3 > li {
    width: 100%;
  }
  .flex_box_list > li {
    padding: 18px 0 10px;
    text-align: center;
  }
  .flex_box_list strong {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .flex_box_list p {
    font-size: 14px;
    line-height: 20px;
  }
  .flex_box_list.type3 > li + li {
    border-top: 1px solid #fff;
  }
  .flex_box_list.type3.line > li:nth-child(2)::after,
  .flex_box_list.type3.line > li:nth-child(3)::after {
    display: none;
  }
}
@media all and (max-width: 640px) {
}

@media all and (max-width: 480px) {
  .flex_box {
    padding: 26px 30px 16px;
  }
}

.number_table {
  width: 100%;
  margin-top: 70px;
}
.number_table td {
  padding: 65px 44px 60px 58px;
  font-size: 0;
}
.number_table tr + tr td {
  border-top: 1px solid #cccccc;
}
.number_table td + td {
  padding: 65px 20px 60px 80px;
  border-left: 1px solid #cccccc;
}
.number_table tr:first-child td {
  padding-top: 26px;
}
.number_table tr:fast-child td {
  padding-bottom: 50px;
}
.number_table h4 {
  position: relative;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #111111;
}
.number_table h4 i {
  position: absolute;
  top: 0;
  left: -38px;
  width: 28px;
  height: 28px;
  border: 2px solid #f05014;
  border-radius: 5px;
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #f05014;
  text-align: center;
}
.number_table div {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #111111;
}

@media all and (max-width: 1200px) {
}
@media all and (max-width: 960px) {
  .number_table {
    width: 100%;
    margin-top: 30px;
  }
  .number_table td {
    padding: 30px 20px 30px 38px;
  }
  .number_table td + td {
    padding: 30px 20px 30px 60px;
  }
  .number_table tr:first-child td {
    padding-top: 20px;
  }
  .number_table tr:fast-child td {
    padding-bottom: 30px;
  }
  .number_table h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .number_table h4 i {
    left: -30px;
    width: 20px;
    height: 20px;
    border: 2px solid #f05014;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  .number_table div {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 640px) {
  .number_table {
    width: 100%;
    margin-top: 20px;
  }
  .number_table td {
    padding: 20px 0 20px 30px;
  }
  .number_table td + td {
    padding: 20px 0 20px 30px;
  }
  .number_table tr:first-child td {
    padding-top: 20px;
  }
  .number_table tr:fast-child td {
    padding-bottom: 20px;
  }
  .number_table col {
    display: none;
  }
  .number_table td {
    display: block;
    width: 100%;
  }
  .number_table td + td {
    border-left: 0 none;
    border-top: 1px solid #cccccc;
  }
}

.number_list {
  position: relative;
  margin: 0 -5px;
}
.number_list::after {
  display: block;
  clear: both;
  content: "";
}
.number_list li {
  float: left;
  width: 50%;
  padding: 0 5px 10px;
}
.number_list li > div {
  position: relative;
  height: 210px;
  padding: 24px 62px 0;
  background: #ffffff;
  border: 1px solid #f05014;
}
.number_list li strong {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f05014;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
  color: #ffffff;
}
.number_list li h4 {
  margin: 0 0 12px;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #111111;
}
.number_list li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #111111;
}

.number_list {
  position: relative;
  margin: 0 -5px;
}
.number_list::after {
  display: block;
  clear: both;
  content: "";
}
.number_list li {
  float: left;
  width: 50%;
  padding: 0 5px 10px;
}
.number_list li > div {
  position: relative;
  height: 210px;
  padding: 24px 62px 0;
  background: #ffffff;
  border: 1px solid #f05014;
}

@media all and (max-width: 1200px) {
  .number_list li > div {
    padding: 22px 50px 0 55px;
  }
  .number_list li h4 {
    font-size: 22px;
  }
  .number_list li p {
    font-size: 18px;
  }
}
@media all and (max-width: 960px) {
  .number_list {
    margin: 0;
  }
  .number_list li {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .number_list li > div {
    height: auto;
    padding: 24px 62px 30px;
  }
}
@media all and (max-width: 640px) {
  .number_list li > div {
    padding: 18px 18px 18px 30px;
  }
  .number_list li strong {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .number_list li h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .number_list li p {
    font-size: 14px;
    line-height: 20px;
  }
}

.star_list {
  position: relative;
  margin: 0 -5px;
}
.star_list::after {
  display: block;
  clear: both;
  content: "";
}
.star_list li {
  float: left;
  width: 33.33%;
  padding: 0 5px 10px;
}
.star_list li dl {
  position: relative;
  height: 380px;
  padding: 24px 19px 0;
  background: #ffffff;
  border: 1px solid #ccc;
}
.star_list li dt {
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}
.star_list li dt i {
  display: block;
  width: 51px;
  height: 51px;
  margin: 0 auto;
  background: url(../images/star_smile.png) no-repeat 50% 50% / 100% 100%;
}
.star_list li dt p {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
}
.star_list li dd {
  padding: 18px 5px 0;
}
.star_list li dd div {
  margin-bottom: 10px;
  vertical-align: top;
}
.star_list li dd em {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -1px;
  color: #111111;
  vertical-align: top;
}
.star_list li dd span {
  display: inline-block;
  width: 115px;
  vertical-align: top;
}
.star_list li dd span b {
  display: block;
  height: 23px;
  background: url(../images/star_icon.png) no-repeat 0 0 / 115px auto;
}
.star_list li dd p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #111111;
}

@media all and (max-width: 1200px) {
  .star_list li dt i {
    width: 40px;
    height: 40px;
  }
  .star_list li dt p {
    font-size: 22px;
  }
  .star_list li dd {
    padding: 15px 10px 0;
  }
  .star_list li dd p {
    font-size: 18px;
  }
}
@media all and (max-width: 960px) {
  .star_list {
    margin: 0;
  }
  .star_list li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .star_list li + li {
    margin-top: 10px;
  }
  .star_list li dl {
    height: auto;
    padding: 25px 15px;
  }
  .star_list li dt {
    padding-bottom: 15px;
  }
  .star_list li dt p {
    font-size: 20px;
    line-height: 1.6;
  }
  .star_list li dd {
    padding: 15px 10px 0;
  }
  .star_list li dd div {
    margin-bottom: 10px;
  }
  .star_list li dd em {
    font-size: 16px;
    line-height: 20px;
  }
  .star_list li dd span {
    display: inline-block;
    width: 100px;
  }
  .star_list li dd span b {
    display: block;
    height: 23px;
    background: url(../images/star_icon.png) no-repeat 0 0 / 100px auto;
  }
  .star_list li dd p {
    font-size: 14px;
    line-height: 20px;
  }
}

.line_list {
  border-top: 1px solid #cccccc;
}
.line_list li {
  padding: 12px 5px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  line-height: 2.22;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
}

@media all and (max-width: 960px) {
  .line_list li {
    font-size: 14px;
    line-height: 20px;
  }
}

.estimate_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: #f05014;
  border: 2px solid #f05014;
  border-radius: 20px;
  overflow: hidden;
}
.estimate_link > div {
  letter-spacing: -1px;
  line-height: 72px;
}
.estimate_link > .text {
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  color: #f05014;
  text-align: left;
}
.estimate_link > .link {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .estimate_link {
    border: 1px solid #f05014;
    border-radius: 29px;
  }
  .estimate_link > div {
    line-height: 58px;
  }
  .estimate_link > .text {
    font-size: calc(20px * 0.85);
  }
  .estimate_link > .link {
    font-size: calc(20px * 0.85);
  }
}
@media all and (max-width: 640px) {
  .estimate_link {
    display: block;
    background: #fff;
    border: 0 none;
    border-radius: 0;
  }
  .estimate_link > .text {
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .estimate_link > .link {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    background: #f05014;
    border-radius: 27px;
  }
}

br.all {
  display: block !important;
}
br.lg {
  display: block;
} /* 1200 */
br.md {
  display: none;
} /* 960 */
br.sm {
  display: none;
} /* 640 */

.all_block {
  display: block !important;
}
.lg_block {
  display: block !important;
}
.md_block {
  display: none !important;
}
.sm_block {
  display: none !important;
}

.all_inline {
  display: inline-block !important;
}
.lg_inline {
  display: inline-block !important;
}
.md_inline {
  display: none !important;
}
.sm_inline {
  display: none !important;
}

.all_flex {
  display: flex !important;
}
.lg_flex {
  display: flex !important;
}
.md_flex {
  display: none !important;
}
.sm_flex {
  display: none !important;
}

.lg_none {
  display: none !important;
}

@media all and (max-width: 960px) {
  br.lg {
    display: none !important;
  } /* 1200 */
  br.md {
    display: block !important;
  } /* 960 */
  br.sm {
    display: none;
  } /* 640 */

  .lg_block {
    display: none !important;
  }
  .md_block {
    display: block !important;
  }
  .sm_block {
    display: none !important;
  }
  .lg_inline {
    display: none !important;
  }
  .md_inline {
    display: inline-block !important;
  }
  .sm_inline {
    display: none !important;
  }
  .lg_flex {
    display: none !important;
  }
  .md_flex {
    display: flex !important;
  }
  .sm_flex {
    display: none !important;
  }
  .md_none {
    display: none !important;
  }
}
@media all and (max-width: 640px) {
  br.sm {
    display: block !important;
  } /* 640 */
  .sm_block {
    display: block !important;
  }
  .sm_inline {
    display: inline-block !important;
  }
  .sm_flex {
    display: flex !important;
  }
  .sm_none {
    display: none !important;
  }
}

/* header */
header {
  position: relative;
  z-index: 3;
  background: #fff;
}
header .inner {
  display: flex;
  width: 1180px;
  height: 130px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
header .inner a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -1px;
  color: #111111;
}
header img {
  width: 90px;
}

@media all and (max-width: 1200px) {
  header {
    padding: 0 40px;
  }
  header .inner {
    width: 100%;
    height: 120px;
  }
}
@media all and (max-width: 960px) {
  header {
    padding: 0 30px;
  }
}
@media all and (max-width: 640px) {
  header {
    padding: 0 20px;
  }
  header .inner {
    height: 63px;
  }
  header .inner img {
    width: 50px;
  }
  header .inner a {
    font-size: 18px;
  }
}
.container {
  position: relative;
  background: #ffeade url(../images/container_bg@2x.png) no-repeat 50% -104px;
}
.section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  z-index: 2;
}
.section .inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.section .inner_head {
  background: #fff;
}
.section .inner_part {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.6);
}

@media all and (max-width: 1200px) {
  .container {
    background-size: 1600px auto;
  }
  .section {
    padding: 0 40px;
  }
  .section .inner {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .container {
    background-size: 1400px auto;
  }
  .section {
    padding: 0 30px;
  }
}
@media all and (max-width: 640px) {
  .container {
    background: #ffeade url(../images/container_bg_m@2x.png) no-repeat 50% -56px / 545px auto;
  }
  .section {
    padding: 0 20px;
  }
}

/* section1 */
.section1 {
  position: relative;
  margin: 0;
  padding: 160px 0 166px;
  overflow: hidden;
  text-align: center;
}
.section1 h1 span {
  display: block;
}
.section1 .cta_btn {
  max-width: 450px;
  margin-top: 60px;
}

@media all and (max-width: 1200px) {
  .section1 {
    padding-top: calc(160px * 0.8);
    padding-bottom: calc(160px * 0.8);
  }
}
@media all and (max-width: 960px) {
  .section1 {
    padding-top: calc(160px * 0.7);
    padding-bottom: calc(160px * 0.7);
  }
}
@media all and (max-width: 640px) {
  .section1 {
    padding: 100px 0 80px;
  }
  .section1 h1 span + span {
    margin-top: 5px;
  }
  .section1 .text_area {
    padding: 0 30px;
  }
}

/* section2 */
.section2 {
  margin-bottom: 100px;
}
.section2 .inner_head {
  padding: 76px 45px 62px;
}
.section2 .inner_head h2 {
  display: block;
}
.section2 .inner_head .item1 {
  width: 268px;
}
.section2 .inner_head .item2 {
  width: calc(100% - 268px);
  padding: 0 75px 0 30px;
}
.section2 .inner_head .text_area {
  margin-top: 50px;
}
.section2 .inner_head .text_area p {
  text-align: left;
  line-height: 35px;
  line-height: 1.75;
}

.section2 .inner_part {
  padding: 104px 100px 54px;
}
.section2 .inner_part .text_area p {
  text-align: left;
}
.section2 .item1 img {
  width: 80%;
}

@media all and (max-width: 1200px) {
  .section2 {
    margin-bottom: 80px;
  }
  .section2 .inner_head .item1 {
    width: 240px;
  }
  .section2 .inner_head .item2 {
    width: calc(100% - 240px);
    padding: 0 60px 0 30px;
  }
  .section2 .inner_part {
    padding: 104px 60px 54px;
  }
}
@media all and (max-width: 960px) {
  .section2 .inner_head {
    padding: 40px;
    text-align: center;
  }
  .section2 .flex_between {
    flex-direction: column;
    justify-content: center;
  }
  .section2 .inner_head h2 {
    display: inline-block;
  }
  .section2 .inner_head .item2 {
    width: 100%;
    padding: 0;
  }
  .section2 .inner_head .image_area img {
    width: 200px;
  }
  .section2 .inner_head .text_area {
    margin-top: 10px;
  }
  .section2 .inner_part {
    padding: 40px 34px 20px;
  }
}
@media all and (max-width: 640px) {
  .section2 .inner_head {
    padding: 40px 26px;
  }
  .section2 .inner_head .image_area img {
    width: 140px;
  }
}

/* section3 */
.section3 {
  margin-bottom: 100px;
}
.section3 .inner {
  padding: 100px 20px 73px;
  background: #ffffff;
  border: 2px solid #f05014;
  text-align: center;
}
.section3 .image_area {
  margin-top: 50px;
  margin-bottom: 30px;
}
.section3 .image_area img {
  width: 360px;
}
.section3 .text_area {
  margin-bottom: 60px;
}
.section3 .cta_btn {
  max-width: 400px;
}

@media all and (max-width: 960px) {
  .section3 .inner {
    padding: 60px 26px 40px;
  }
  .section3 .image_area {
    margin: 30px 0;
  }
  .section3 .image_area img {
    width: 270px;
  }
  .section3 .text_area {
    margin-bottom: 30px;
    padding: 0 50px;
  }
}
@media all and (max-width: 640px) {
  .section3 {
    margin-bottom: 80px;
  }
  .section3 .inner {
    padding: 46px 26px 40px;
  }
  .section3 .image_area {
    margin-top: 0;
  }
  .section3 .text_area {
    padding: 0;
  }
  .section3 .text_area p + p {
    margin-top: 22px;
  }
}

/* section4 */
.section4 {
  margin-bottom: 50px;
}
.section4 .inner_head {
  padding: 80px 20px 75px;
  text-align: center;
}
.section4 .inner_head .text_area {
  margin-top: 50px;
}
.section4 .inner_head .text_area p {
  line-height: 35px;
  line-height: 1.75;
}

.section4 .inner_part {
  margin-top: 10px;
  padding: 104px 120px 100px;
}
.section4 .inner_part.part1 {
}
.section4 .inner_part.part1 .flex_between {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.section4 .inner_part.part1 .flex_between .item1 {
  position: relative;
}
.section4 .inner_part.part1 .flex_between .item1 img {
  display: block;
  margin-right: -7px;
  width: 291px;
}
.section4 .inner_part.part1 .flex_between .item2 {
  padding-right: 42px;
}
.section4 .inner_part.part1 .text_area p {
  text-align: left;
}
.section4 .inner_part.part1 .text_list {
}
.section4 .inner_part.part1 .flex_box {
  margin-top: 60px;
}
.section4 .inner_part.part1 .cta_btn {
  margin-top: 50px;
  max-width: 508px;
}

.section4 .inner_part.part2 {
}
.section4 .inner_part.part2 .flex_between {
  margin-top: 38px;
  /* flex-direction: row-reverse; */
  justify-content: center;
}
.section4 .inner_part.part2 .flex_between .item1 {
  position: relative;
}
.section4 .inner_part.part2 .flex_between .item1 img {
  display: block;
  margin-right: -20px;
  width: 378px;
}
.section4 .inner_part.part2 .image_area img {
  width: 378px;
}
.section4 .inner_part.part2 .flex_between .item2 {
  padding-right: 42px;
}
.section4 .inner_part.part2 .text_area p {
  text-align: left;
}
.section4 .inner_part.part2 .flex_box {
  margin-top: 60px;
}
.section4 .inner_part.part2 .cta_btn {
  margin-top: 50px;
  max-width: 508px;
}

@media all and (max-width: 1200px) {
  .section4 .inner_part {
    padding: 104px 60px 100px;
  }
}
@media all and (max-width: 960px) {
  .section4 .inner_head {
    padding: 60px 26px;
  }
  .section4 .inner_head .text_area {
    margin-top: 20px;
  }
  .section4 .inner_part {
    padding: 60px 40px;
  }
  .section4 .inner_part.part1 .flex_between {
    flex-direction: column;
    justify-content: center;
  }
  .section4 .inner_part.part1 .flex_between .item1 {
    margin-bottom: 10px;
  }
  .section4 .inner_part.part1 .flex_between .item1 img {
    margin-right: 0;
  }
  .section4 .inner_part.part1 .flex_between .item2 {
    padding-right: 0;
  }
  .section4 .inner_part.part1 .flex_box {
    margin-top: 40px;
  }
  .section4 .inner_part.part2 .image_area {
    margin-bottom: 10px;
    text-align: center;
  }
  .section4 .inner_part.part2 .flex_between {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .section4 .inner_part.part2 .flex_between .item1 {
    margin-bottom: 10px;
  }
  .section4 .inner_part.part2 .flex_between .item1 img {
    margin-right: 0;
  }
  .section4 .inner_part.part2 .flex_between .item2 {
    padding-right: 0;
  }
  .section4 .inner_part.part2 .flex_box {
    margin-top: 40px;
  }
}
@media all and (max-width: 640px) {
  .section4 .inner_head {
    padding: 40px 26px;
  }
  .section4 .inner_head .text_area {
    margin-top: 0;
  }
  .section4 .inner_part {
    padding: 40px 26px;
  }
}

/* section5 */
.section5 {
  margin-bottom: 50px;
}
.section5 .inner {
  padding: 45px 20px;
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  line-height: 1.52;
  text-align: center;
  letter-spacing: -1px;
  color: #111111;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0 10px rgba(240, 80, 20, 0.5);
}

@media all and (max-width: 960px) {
  .section5 .inner {
    padding: 60px 40px;
    font-size: 21px;
  }
  .section5 .inner span {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .section5 .inner {
    padding: 40px 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .section5 .inner span + span {
    margin-top: 5px;
  }
}

/* section6 */
.section6 {
  margin-bottom: 50px;
}
.section6 .inner_head {
  padding: 100px 120px 90px;
  text-align: center;
}
.section6 .inner_head h2::after {
  display: none;
}
.section6 .inner_head .text_area {
  margin-top: 50px;
}
.section6 .inner_head .text_area p {
  line-height: 35px;
  line-height: 1.75;
}

.section6 .inner_part {
  margin-top: 10px;
  padding: 104px 120px 100px;
}
.section6 .inner_part.part1 .text_area p {
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  line-height: 1.6;
}
.section6 .inner_part.part1 .image_area {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.section6 .inner_part.part1 .image_area img {
  width: 378px;
}
.section6 .inner_part.part1 .number_list {
  margin-bottom: 60px;
}

.section6 .inner_part.part2 {
}
.section6 .inner_part.part2 .image_area {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.section6 .inner_part.part2 .image_area img {
  width: 377px;
}
.section6 .inner_part.part2 .text_area {
  margin-bottom: 60px;
}
.section6 .inner_part.part2 .text_area p {
  font-weight: 500;
}
.section6 .inner_part.part2 .cta_btn {
  margin-top: 80px;
  max-width: 604px;
}

.section6 .inner_part.part3 {
}
.section6 .inner_part.part3 .text_area {
  margin-bottom: 70px;
}
.section6 .inner_part.part3 .text_area p {
  text-align: left;
}
.section6 .inner_part.part3 .text_area p + p {
  margin-top: 20px;
}
.section6 .inner_part.part3 .cta_btn {
  margin-top: 70px;
  max-width: 480px;
}

@media all and (max-width: 1200px) {
  .section6 .inner_head {
    padding: 100px 60px 90px;
  }
  .section6 .inner_part {
    padding: 104px 60px 100px;
  }
}
@media all and (max-width: 960px) {
  .section6 {
    margin-bottom: 0;
  }
  .section6 .inner_head {
    padding: 60px 40px;
  }
  .section6 .inner_head .text_area {
    margin-top: 30px;
  }
  .section6 .inner_part {
    padding: 60px 40px;
  }
  .section6 .inner_part.part1 .image_area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section6 .inner_part.part1 .number_list {
    margin-bottom: 40px;
  }
  .section6 .inner_part.part1 .text_area p {
    font-size: calc(25px * 0.8);
  }
  .section6 .inner_part.part2 .text_area {
    margin-bottom: 40px;
  }
  .section6 .inner_part.part2 .image_area {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .section6 .inner_part.part2 .cta_btn {
    margin-top: 50px;
  }
  .section6 .inner_part.part3 .text_area {
    margin-bottom: 50px;
  }
  .section6 .inner_part.part3 .cta_btn {
    margin-top: 30px;
  }
}
@media all and (max-width: 640px) {
  .section6 .inner_head {
    padding: 40px 26px;
  }
  .section6 .inner_head .text_area {
    margin-top: 10px;
  }
  .section6 .inner_part {
    padding: 40px 26px;
  }
  .section6 .inner_part.part1 .image_area,
  .section6 .inner_part.part2 .image_area {
    margin-top: 25px;
  }
  .section6 .inner_part.part1 .text_area p {
    display: inline;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
  }
  .section6 .inner_part.part2 .text_area p {
    text-align: left;
  }
}

/* section7 */
.section7 {
  margin-top: 150px;
  padding-bottom: 200px;
}
.section7 .inner {
  padding: 0 100px;
}
.section7 h2 {
  width: 100%;
  margin: 0;
  padding-bottom: 16px;
  line-height: 1.2;
  border-bottom: 2px solid #fff;
}
.section7 h2::after {
  display: none;
}

@media all and (max-width: 1200px) {
  .section7 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section7 .inner {
    padding: 0;
  }
}

.qna_area > li {
  border-bottom: 2px solid #fff;
}
.qna_area > li button {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding: 31px 18px 32px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1px;
  color: #333333;
}
.qna_area > li button::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/faq_arrow.png) no-repeat 50% 50%;
  transition: all 0.3s;
}
.qna_area > li.active button::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}
.qna_area > li button:hover::after {
  opacity: 1;
}

.qna_area > li .cate {
  padding-right: 16px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #f05014;
}
.qna_area > li button div {
  display: inline-block;
  letter-spacing: -1.2px;
}
.qna_area > li button h3 {
  width: calc(100% - 60px);
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -1px;
  color: #333333;
}
.qna_area > li button h3::after {
  display: none;
}
.qna_area > li .answer {
  display: flex;
  background-color: #fff;
  padding: 20px;
}
.qna_area > li .answer .text {
  padding-right: 30px;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #333333;
}
.qna_area > li .answer .cate {
  color: #333;
}
.qna_area > li .answer .text b {
  font-weight: 700;
}
.qna_area > li .answer .text a {
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
}
.qna_area > li .answer ul {
  margin-top: 10px;
  padding: 0;
}
.qna_area > li .answer ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
  color: #333333;
}
.qna_area > li .answer ul li::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background: #333333;
}
.qna_area > li .answer ol {
  margin-left: 25px;
  margin-top: 10px;
  list-style-type: decimal;
}
.qna_area > li .answer ol li {
  list-style-type: decimal;
}

@media all and (max-width: 1200px) {
  .qna_area > li button,
  .qna_area > li button h3 {
    font-size: calc(20px * 0.9);
  }
  .qna_area > li .cate {
    font-size: calc(25px * 0.9);
  }
  .qna_area > li .answer .text {
    font-size: calc(20px * 0.9);
  }
}
@media all and (max-width: 960px) {
  .qna_area > li button,
  .qna_area > li button h3 {
    font-size: calc(20px * 0.85);
  }
  .qna_area > li .cate {
    font-size: calc(25px * 0.85);
  }
  .qna_area > li .answer .text {
    font-size: calc(20px * 0.85);
  }
}
@media all and (max-width: 640px) {
  .qna_area > li button {
    padding: 14px 8px;
    font-size: 14px;
    font-size: 14px;
    line-height: 24px;
  }
  .qna_area > li button::after {
    right: 10px;
    width: 10px;
    background-size: 10px auto;
  }
  .qna_area > li button h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .qna_area > li .cate {
    padding-right: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .qna_area > li .answer {
    padding: 18px 7px;
  }
  .qna_area > li .answer .text {
    font-size: 14px;
    line-height: 23px;
  }
  .qna_area > li .answer .text {
    padding-right: 10px;
  }
  .qna_area > li .answer ul li {
    padding-left: 15px;
    line-height: 22px;
  }
  .qna_area > li .answer ul li::after {
    top: 11px;
    left: 4px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}

/* footer */
footer {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 140px;
  background-color: #232328;
  z-index: 2;
}
footer .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
footer h2 {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.7);
}
footer h2::after {
  display: none;
}
footer p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.7);
}
footer p + p {
  margin-top: 32px;
}

@media all and (max-width: 1200px) {
  footer {
    padding: 80px 40px 100px;
  }
  footer .inner {
    width: 100%;
  }
  footer h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.8);
  }
  footer p {
    font-size: calc(20px * 0.9);
  }
  footer p + p {
    margin-top: 20px;
  }
}
@media all and (max-width: 960px) {
  footer {
    padding: 60px 30px 100px;
  }
}
@media all and (max-width: 640px) {
  footer {
    padding: 60px 20px 100px;
  }
  footer h2 {
    font-size: 16px;
    line-height: 20px;
  }
  footer p {
    font-size: 14px;
    line-height: 20px;
  }
}










































