@charset "UTF-8";
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../fonts/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/** setting s **/
/** setting e **/

body {
  background: #d6d7d7;
}

.mo {
  display: none;
}
#quizContainer {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}
.prizewinnerObj > ul > li {
  text-align: center;
}
.highlight {
  background-color: yellow;
}
/* input과 버튼 스타일 */
input {
  font-size: 16px;
}
button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
/* 퀴즈 영역 및 스타일 */
.quiz.hidden {
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
.quiz {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hint {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24%;
  padding-right: 3%;
  padding-bottom: 6%;
  height: 22%;
  cursor: pointer;
}
input::placeholder {
  font-size: 110%;
  color: #b8b8b8;
  font-family: "GmarketSansMedium", sans-serif;
}
.hidden {
  visibility: hidden;
  pointer-events: none; /* 클릭 및 포커스 방지 */
}
input.copy_url {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

#fog {
  display: none;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 100%;
}

button,
a {
  border: none;
}

.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.sr-only {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: unset;
}
.container.mo {
  max-width: 1080px;
}
.container .inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.section {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.section img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.section .inner {
  max-width: 1850px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section01 .zone_video {
  width: 100%;
  max-width: 370px;
  max-height: 673px;
  margin: 0 auto;
  position: absolute;
  top: 310px;
  left: 50%;
  margin-left: -435px;
}

.section01 .area_video {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 177.6%;
}
.section01 .area_video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  background: #4e4e4e;
}
.footer .tab_caution_head {
  height: 120px;
  box-shadow: 0px 4px 4px #444;
  background-color: #fff;
}
.footer .tab_caution_head .area_btn {
  position: relative;
  width: 1202px;
  height: 120px;
  margin: 0 auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  cursor: pointer;
  color: transparent;
  text-shadow: 0 0 0 black;
  display: block;
  background-color: transparent;
}
.footer .tab_caution_head.no_close .area_btn {
  cursor: auto;
}
.footer .tab_caution_head.head1 .area_btn {
  background-image: url("../images/6-01-title_1.png");
}
.footer .tab_caution_head.head2 .area_btn {
  background-image: url("../images/6-02-title_1.png");
}
.footer .tab_caution_head.head3 .area_btn {
  background-image: url("../images/6-03-title_1.png");
}
.footer .tab_caution_head.head4 .area_btn {
  background-image: url("../images/6-04-title_1.png");
}
.footer .tab_caution_head.head5 .area_btn {
  background-image: url("../images/6-05-title_1.png");
}
.footer .tab_caution_head.head6 .area_btn {
  background-image: url("../images/6-06-title_1.png");
}

.footer .tab_caution_content {
  background-color: white;
}
.footer .tab_caution_content.close {
  display: none;
}
.footer .tab_caution_content.open {
  display: block;
}
.footer .tab_caution_content.open:not(:last-of-type) {
  box-shadow: 0px 4px 4px #444;
}
.tab_caution_head .btn_arrow {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
}
.tab_caution_head.close .btn_arrow {
  top: 45px;
  border-top: 34px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid transparent;
}
.tab_caution_head.open .btn_arrow {
  top: 10px;
  border-top: 34px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 34px solid #000;
  border-left: 20px solid transparent;
}

.line_bookmark {
  width: 100%;
  height: 1px;
  background: #f00;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.line_bookmark.test {
  opacity: 0;
}

.line_bookmark.guide {
  top: 0;
}

.section.company_info {
  background: #3c3c3c;
}
.section.company_info img {
  width: 100%;
}
/* 슬라이드 */
<style > .swiper-container {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.swiper-slide img {
  min-width: 188px;
  width: 56vw;
  max-width: 482px;
}

/* 텍스트 버튼 스타일 */
.text-buttons {
  display: flex;
  justify-content: center;
}

.text-buttons span {
  margin: 0 10px;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
</style>
/* 팝업창 */
.popup {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 50;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
}
.pop_exit {
  width: 4vw;
  height: 4vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0.4;
  cursor: pointer;
  background: transparent;
}

.popup_faq {
  height: 1133px;
}

.box_link {
  opacity: 0.3;
  background: transparent; /* transparent */
  display: block;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.box_link.video01 {
  width: 512px;
  height: 164px;
  margin-left: -42px;
  top: 301px;
}
.box_link.video02 {
  width: 512px;
  height: 164px;
  margin-left: -42px;
  top: 471px;
}
.box_link.video03 {
  width: 512px;
  height: 164px;
  margin-left: -42px;
  top: 641px;
}
.box_link.video04 {
  width: 512px;
  height: 164px;
  margin-left: -42px;
  top: 810px;
}
.box_link.qr01 {
  width: 660px;
  height: 112px;
  top: 1003px;
  margin-left: -330px;
}

.box_link.benefit01 {
  width: 384px;
  height: 526px;
  top: 354px;
  margin-left: -599px;
}
.box_link.benefit02 {
  width: 384px;
  height: 526px;
  top: 354px;
  margin-left: -190px;
}
.box_link.benefit03 {
  width: 384px;
  height: 526px;
  top: 354px;
  margin-left: 218px;
}

.box_link.qr02 {
  width: 770px;
  height: 114px;
  top: 114px;
  margin-left: -385px;
}
.box_link.faq {
  width: 770px;
  height: 114px;
  top: 241px;
  margin-left: -385px;
}
.box_link.fn00 {
  width: 96px;
  height: 96px;
  top: 510px;
  margin-left: -182px;
}
.box_link.fn01 {
  width: 96px;
  height: 96px;
  top: 510px;
  margin-left: -182px;
}
.box_link.fn02 {
  width: 96px;
  height: 96px;
  top: 510px;
  margin-left: -52px;
}
.box_link.fn03 {
  width: 96px;
  height: 96px;
  top: 510px;
  margin-left: 77px;
}
.footer .tab_caution_content.open {
  /* padding: 10px 0px; */
}
.answer_element {
  width: 32%;
  padding-left: 5%;
  font-family: "GmarketSansMedium", sans-serif;
  font-size: 115%;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.objAllowVisible {
  font-size: 120%;
}
.label-wrapper {
  padding: 1.5% 2%;
}
.quizment_wrapper {
  margin-top: 10px;
}
.checkbox {
  appearance: auto;
  accent-color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border: 2px solid #000;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.popup_personal_obj_wrapper {
  display: flex;
  align-items: center;
  margin-top: 2%;
}
.popup_personal_obj {
  font-family: "GmarketSansMedium", sans-serif;
  font-size: 120%;
  cursor: pointer;
}
.quiz-input-wrapper {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 68%;
  max-width: 600px;
}
.quiz-input-phone,
.quiz-input-name {
  font-size: 130%;
}
@media only screen and (max-width: 1920px) {
  .popup_personal_obj_wrapper {
    display: flex;
    align-items: center;
    margin-top: 2%;
  }

  .answer_element {
    width: 32%;
    padding-left: 5%;
    font-family: "GmarketSansMedium", sans-serif;
    font-size: 1.2vw;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .container .inner {
    max-width: 64.58vw;
  }

  .section .inner {
    max-width: 96.31vw;
  }
  .section img {
    max-width: 100vw;
  }

  .section01 .zone_video {
    max-width: 19.1vw;
    max-height: 35.05vw;
    top: 16vw;
    margin-left: -22.66vw;
  }

  .footer img {
    max-width: 100vw;
  }
  .footer .tab_caution_head {
    height: 6.25vw;
    background-color: #fff;
    box-shadow: 0vw 0.21vw 0.21vw #444;
  }
  .footer .tab_caution_head .area_btn {
    width: 62.6vw;
    height: 6.25vw;
    background-size: auto 1.3vw;
  }

  .footer .tab_caution_content.open:not(:last-of-type) {
    box-shadow: 0vw 0.21vw 0.21vw #444;
  }
  .tab_caution_head.close .btn_arrow {
    top: 2.34vw;
    border-top: 1.77vw solid #000;
    border-right: 1.04vw solid transparent;
    border-bottom: 1.77vw solid transparent;
    border-left: 1.04vw solid transparent;
  }
  .tab_caution_head.open .btn_arrow {
    top: 0.52vw;
    border-top: 1.77vw solid transparent;
    border-right: 1.04vw solid transparent;
    border-bottom: 1.77vw solid #000;
    border-left: 1.04vw solid transparent;
  }

  .line_bookmark {
    top: 0;
  }
  .line_bookmark.guide {
    top: 0;
  }

  .section.company_info img {
    max-width: 100%;
  }
  /* 슬라이드 */
  .swiper-container {
    width: 100%;
  }

  .swiper-wrapper {
    display: flex;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }

  .swiper-slide img {
    min-width: 188px;
    width: 25vw;
    max-width: 482px;
  }

  /* 텍스트 버튼 스타일 */
  .text-buttons {
    display: flex;
    justify-content: center;
  }

  .text-buttons span {
    margin: 0 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
  }
  /* 팝업창 */

  .popup {
    display: none;
  }
  .pop_exit {
    width: 4vw;
    height: 4vw;
    z-index: 1;
  }
  .pop_exit {
    width: 4vw;
    height: 4vw;
  }

  .popup_faq {
    height: 68.7vw;
  }

  .box_link.qr00 {
    width: 15.38vw;
    height: 5.83vw;
    top: 0.2vw;
    margin-left: -32.19vw;
  }
  .box_link.qr01 {
    width: 34.38vw;
    height: 5.83vw;
    top: 43.2vw;
    margin-left: -17.19vw;
  }

  .box_link.benefit01 {
    width: 46vw;
    height: 11.4vw;
    top: 20.1vw;
    margin-left: -23vw;
  }
  .box_link.benefit02 {
    width: 46vw;
    height: 11.4vw;
    top: 32.5vw;
    margin-left: -23vw;
  }
  .box_link.benefit03 {
    width: 46vw;
    height: 11.4vw;
    top: 45.1vw;
    margin-left: -23vw;
  }

  .box_link.qr02 {
    width: 36.1vw;
    height: 5.94vw;
    top: 58.5vw;
    margin-left: -18.05vw;
  }
  .box_link.faq {
    width: 40.1vw;
    height: 5.94vw;
    top: 12.4vw;
    margin-left: -20.05vw;
  }
  .box_link.fn00 {
    width: 32.6vw;
    height: 6.2vw;
    top: 55.5vw;
    margin-left: -16.4vw;
  }
  .box_link.fn01 {
    width: 5vw;
    height: 5vw;
    top: 2.88vw;
    margin-left: -10.45vw;
  }
  .box_link.fn02 {
    width: 5vw;
    height: 5vw;
    top: 2.88vw;
    margin-left: -2.45vw;
  }
  .box_link.fn03 {
    width: 5vw;
    height: 5vw;
    top: 2.88vw;
    margin-left: 5.55vw;
  }
  .box_link.fn04 {
    width: 22vw;
    height: 35.3vw;
    top: 18.5vw;
    margin-left: -23.25vw;
  }
  .box_link.fn05 {
    width: 22vw;
    height: 35.3vw;
    top: 18.5vw;
    margin-left: 1.35vw;
  }
  .tab_wrapper {
    width: 100%;
    display: flex;
    height: 5.1vw;
    position: absolute;
    top: 0;
  }
  .quiz-button {
    font-size: 1.2vw;
  }
  .popup_personal_obj {
    font-size: 120% !important;
  }
  .checkbox {
    width: 27px;
    height: 27px;
  }
  .quizment {
    font-size: 0.9vw;
  }
  .label-wrapper {
    padding: 1.5% 2%;
  }
  .phone {
    font-size: 130%;
  }
  .name {
    font-size: 130%;
  }
}
@media only screen and (max-width: 1500px) {
  .quiz-input-phone,
  .quiz-input-name {
    font-size: 95%;
  }
}
@media only screen and (max-width: 1120px) {
  .quiz-input-name,
  .quiz-input-phone {
    font-size: 66%;
  }

  .phone {
    font-size: 1.5vw !important;
  }
  .name {
    font-size: 1.5vw !important;
  }
  .quizment_wrapper {
    margin-top: 0.3vw;
  }
  .popup_personal_obj {
    font-size: 1.2vw !important;
  }
  .submitButton {
    width: 48% !important;
  }
  .popup_personal_obj_wrapper {
    display: flex;
    align-items: center;
    margin-top: 1%;
  }
  .checkbox {
    width: 16px !important;
    height: 16px !important;
  }
  .label-wrapper {
    padding: 0.5% 2% !important;
  }
  .quiz-input-wrapper {
    top: 24%;
  }
}
/*@media only screen and ( max-width:1920px )*/
/* @media only screen and (max-width: 1900) {
  .answer_element {
    font-size: 1vw;
    }
    } */
@media only screen and (max-width: 768px) {
  #searchButton {
    width: 28% !important;
    font-size: 14px !important;
  }
  .prizewinnerObj > ul {
    font-size: 3vw !important;
  }
  .label-wrapper {
    padding: 0.5% 2% !important;
  }
  .checkbox {
    width: 5vw !important;
    height: 5vw !important;
  }
  .submitButton {
    width: 57% !important;
    margin-top: 3vw !important;
  }
  .name,
  .phone {
    font-size: 3.5vw !important;
  }
  .quiz-input-phone,
  .quiz-input-name {
    font-size: 4.5vw;
  }

  .answer_element {
    font-size: 3.8vw !important;
    width: 46% !important;
  }
  .quiz-input-wrapper {
    position: absolute;
    top: 42vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    max-width: 600px;
  }
  .quizment_wrapper {
    margin-top: 2%;
  }
  /* label {
    font-size: 2.6vw !important;
  } */
  .quizment {
    font-size: 2.3vw;
  }
  .popup_personal_obj {
    font-size: 3.5vw !important;
  }
  .quiz-button {
    font-size: 3vw !important;
  }
  body {
    background: #4e4e4e;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  input {
    font-size: 13px;
  }
  #quizContainer {
    width: 98%;
    height: 77vw;
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
  }
  .quiz.hidden {
    z-index: 1;
    transform: translateX(98%);
    transition: transform 0.5s ease;
  }
  input::placeholder {
    font-size: 90%;
    color: #b8b8b8;
    font-family: "GmarketSansMedium", sans-serif;
  }
  .checkbox:checked {
    background-color: #000;
    border-color: #000;
  }

  .checkbox:checked::after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: "✔";
    color: #000;
    font-size: 14px;
    border: 1px solid #000;
    position: absolute;
    border-radius: 4px;
    top: -1px;
    left: -1px;
    font-weight: bold;
  }

  .section .inner {
    max-width: 100vw;
  }
  .section .zone_gnb .inner {
    display: block;
  }

  .section01 .zone_video {
    max-width: 90vw;
    max-height: unset;
    top: 54.2vw;
    margin-left: -45vw;
  }
  .section01 .area_video {
    padding-top: 152.5%; /* 177.8% */
  }

  .footer {
    padding: 0;
  }
  .footer img {
    max-width: unset;
  }
  .footer .tab_caution_head {
    height: 14.25vw;
    /* box-shadow: 0 0.81vw 0.81vw #444; */
  }
  .footer .tab_caution_head .area_btn {
    width: 85.6vw;
    height: 14.25vw;
    /* background-size: auto 3.5vw; */
  }

  .footer .tab_caution_content.open {
    /* padding: 3.34vw 2.2vw; */
  }
  .footer .tab_caution_content.open:not(:last-of-type) {
    box-shadow: 0 0.81vw 0.81vw #444;
  }
  .tab_caution_head.close .btn_arrow {
    top: 5.34vw;
    border-top: 3.77vw solid #000;
    border-right: 2.54vw solid transparent;
    border-bottom: 3.77vw solid transparent;
    border-left: 2.54vw solid transparent;
  }
  .tab_caution_head.open .btn_arrow {
    top: 1.32vw;
    border-top: 3.77vw solid transparent;
    border-right: 2.54vw solid transparent;
    border-bottom: 3.77vw solid #000;
    border-left: 2.54vw solid transparent;
  }

  .line_bookmark {
    top: 0;
  }
  .line_bookmark.guide {
    top: 0;
  }

  .section.company_info {
    padding-bottom: 0; /* 12.5vw */
  }
  .section.company_info img {
    max-width: unset;
  }

  .bottom_banner {
    z-index: 100;
    position: fixed;
    bottom: 0;
    height: 12.5vw;
    background: url("/assets/img_common2/bottom_banner01.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  /* 슬라이드 */
  .swiper-container {
    width: 100%;
  }

  .swiper-wrapper {
    display: flex;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }

  .swiper-slide img {
    min-width: 188px;
    width: 55vw;
    max-width: 482px;
  }

  /* 텍스트 버튼 스타일 */
  .text-buttons {
    display: flex;
    justify-content: center;
  }

  .text-buttons span {
    margin: 0 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
  }
  /* 팝업창 */
  .popup {
    width: 90vw;
  }
  .pop_exit {
    width: 10vw;
    height: 10vw;
    z-index: 1;
  }

  .popup_faq {
    height: 128vw;
  }
  .popup_share {
    height: 34.5vw;
  }

  .box_link.video01 {
    width: 44.5vw;
    height: 35.2vw;
    top: 193.5vw;
    margin-left: -45.1vw;
  }
  .box_link.video02 {
    width: 44.5vw;
    height: 35.2vw;
    top: 193.5vw;
    margin-left: 0.5vw;
  }
  .box_link.video03 {
    width: 44.5vw;
    height: 35.2vw;
    top: 229.5vw;
    margin-left: -45.1vw;
  }
  .box_link.video04 {
    width: 44.5vw;
    height: 35.2vw;
    top: 229.5vw;
    margin-left: 0.5vw;
  }
  .box_link.qr00 {
    width: 86vw;
    height: 16vw;
    top: 267.1vw;
    margin-left: -43vw;
  }
  .box_link.qr01 {
    width: 86vw;
    height: 18vw;
    top: 133.5vw;
    margin-left: -43vw;
  }

  .box_link.benefit01 {
    width: 86vw;
    height: 21vw;
    top: 34.5vw;
    margin-left: -43vw;
  }
  .box_link.benefit02 {
    width: 86vw;
    height: 21vw;
    top: 56.5vw;
    margin-left: -43vw;
  }
  .box_link.benefit03 {
    width: 86vw;
    height: 21vw;
    top: 79vw;
    margin-left: -43vw;
  }

  .box_link.qr02 {
    width: 86vw;
    height: 15.5vw;
    top: 101.7vw;
    margin-left: -43vw;
  }
  .box_link.faq {
    width: 86vw;
    height: 13.5vw;
    top: 21.9vw;
    margin-left: -43vw;
  }
  .box_link.fn00 {
    width: 80.6vw;
    height: 15.2vw;
    top: 99.5vw;
    margin-left: -40.4vw;
  }
  .box_link.fn01 {
    width: 10vw;
    height: 10vw;
    top: 3.5vw;
    margin-left: -17.4vw;
  }
  .box_link.fn02 {
    width: 10vw;
    height: 10vw;
    top: 3.5vw;
    margin-left: -4.7vw;
  }
  .box_link.fn03 {
    width: 10vw;
    height: 10vw;
    top: 3.5vw;
    margin-left: 8vw;
  }
  .box_link.fn04 {
    width: 37.5vw;
    height: 60vw;
    top: 33vw;
    margin-left: -39.25vw;
  }
  .box_link.fn05 {
    width: 37.5vw;
    height: 60vw;
    top: 33vw;
    margin-left: 2.25vw;
  }

  .box_link.btn_share01 {
    width: 13vw;
    height: 13vw;
    top: 14vw;
    margin-left: -34vw;
  }
  .box_link.btn_share02 {
    width: 13vw;
    height: 13vw;
    top: 14vw;
    margin-left: -16vw;
  }
  .box_link.btn_share03 {
    width: 13vw;
    height: 13vw;
    top: 14vw;
    margin-left: 2vw;
  }
  .box_link.btn_share04 {
    width: 13vw;
    height: 13vw;
    top: 14vw;
    margin-left: 20.3vw;
  }
  #motab {
    width: 50%;
    height: 13vw;
    top: 0px;
    right: 0;
    padding: 0;
    background: none !important;
  }
  .mo_tab_wrapper {
    width: 100%;
    display: flex;
  }
  .footer .tab_caution_head.head1 {
    background-size: 52%;
    background-image: url("../images/6-01-title.png");
    background-repeat: no-repeat;
    background-position: 11% center;
  }
  .footer .tab_caution_head.head2 {
    background-size: 37%;
    background-image: url("../images/6-02-title.png");
    background-repeat: no-repeat;
    background-position: 9% center;
  }
  .footer .tab_caution_head.head3 {
    background-size: 42%;
    background-image: url("../images/6-03-title.png");
    background-repeat: no-repeat;
    background-position: 10% center;
  }
  .footer .tab_caution_head.head4 {
    background-size: 34%;
    background-image: url("../images/6-04-title.png");
    background-repeat: no-repeat;
    background-position: 8% center;
  }
  .footer .tab_caution_head.head5 {
    background-size: 38%;
    background-image: url("../images/6-05-title.png");
    background-repeat: no-repeat;
    background-position: 9% center;
  }
  .footer .tab_caution_head.head6 {
    background-size: 24%;
    background-image: url("../images/6-06-title.png");
    background-repeat: no-repeat;
    background-position: 7% center;
  }

  .footer .tab_caution_head.head1 .area_btn {
    background-image: none;
  }
  .footer .tab_caution_head.head2 .area_btn {
    background-image: none;
  }
  .footer .tab_caution_head.head3 .area_btn {
    background-image: none;
  }
  .footer .tab_caution_head.head4 .area_btn {
    background-image: none;
  }
  .footer .tab_caution_head.head5 .area_btn {
    background-image: none;
  }
  .footer .tab_caution_head.head6 .area_btn {
    background-image: none;
  }
}
/*@media only screen and ( max-width:750px )*/

@media screen and (max-width: 480px) {
}
