@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@font-face {
  font-family: "TheJamsil5Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SUITE-Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}

body,
input,
textarea,
select,
button,
table {
  font-size: 14px;
  font-family: "SUITE-Regular";
}

h1 {
  font-size: 0;
}

header {
  height: 110px;
  background-color: #fff;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  scroll-behavior: smooth;
  transition: top 0.2s ease-in-out;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 18px #00539c solid;
}
.nav-up {
  top: -110px;
}

a:link {
  color: #000000;
  text-decoration: none;
  font-family: "SUITE-Regular";
  font-weight: 300;
  font-size: 18px;
}
a:visited {
  color: #000000;
  text-decoration: none;
  font-family: "SUITE-Regular";
  font-weight: 300;
  font-size: 18px;
}
/* a:hover {
  color: #ffd662;
  text-decoration: none;
  font-family: "SUITE-Regular";
  font-weight: 300;
  font-size: 18px;
} */
a:active {
  color: #a7a7a7;
  text-decoration: none;
  font-family: "SUITE-Regular";
  font-weight: 300;
  font-size: 18px;
}

main {
  padding-top: 75px;
}

.pc_show {
  display: block;
}

.mb_show {
  display: none;
}

.clearfix {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#wrap {
  width: 100%;
  min-width: 1000px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff00;
  position: relative;
}

#wrap img {
  max-width: 100%;
}

/* 플레이스홀더 색상변경 */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
}

/* 스크롤바의 너비를 조절합니다. */
::-webkit-scrollbar {
  width: 15px; /* Chrome 및 Safari에서 적용 */
}

/* 스크롤바의 스타일을 변경합니다. */
::-webkit-scrollbar-thumb {
  background-color: #00539c; /* 스크롤바 색상 설정 */
  border-radius: 0px; /* 둥근 모서리 설정 */
}

/* 스크롤바 트랙 스타일을 변경합니다. */
::-webkit-scrollbar-track {
  background-color: #ffffff; /* 스크롤바 트랙 색상 설정 */
}
/* --------------------------------------------
   common
----------------------------------------------*/
.inner {
  width: 1000px;
  margin: 0 auto;
}
#reviewnum {
  font-family: "SUITE-Regular";
  width: 70%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40%;
  height: 0.1px;
  color: #ffc400;
  font-size: 40px;
  font-weight: 900;
  z-index: 30;
  text-shadow: #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px,
    #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px;
}
#reviewnum2 {
  font-family: "SUITE-Regular";
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 43%;
  height: 0.1px;
  color: #ffc400;
  font-size: 25px;
  font-weight: 900;
  z-index: 30;
  text-shadow: #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px,
    #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px;
}
#reviewnum3 {
  font-family: "SUITE-Regular";
  width: 60%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  height: 0.1px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  z-index: 30;
  text-shadow: #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px,
    #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px;
}
#reviewnum4 {
  font-family: "SUITE-Regular";
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  height: 0.1px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  z-index: 30;
  text-shadow: #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px,
    #000000 0px 0px 20px, #000000 0px 0px 20px, #000000 0px 0px 20px;
}
.quick-wrap {
  position: fixed;
  bottom: 0px;
  z-index: 3;
}
.quick-wrap .btn_quick {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  cursor: pointer;
}
.quick-wrap .quick_open {
  display: block;
  position: relative;
  background-color: #0066ff9d;
  height: 130px;
  padding: 6px 5px 15px 5px;
  text-align: center;
  border-radius: 20px;
}
.quick-wrap .quick_open a {
  display: block;
  margin: 5px 0 0;
}

.quick-wrap2 {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: fixed;
  bottom: 1px;
  z-index: 7;
}
.quick-wrap2 .quick_open2 {
  padding: 5px;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-size: 15px;
  background-color: #000000a8;
}
.quick-wrap2 .quick_open2 .datedate {
  display: inline;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.right-quick-wrap {
  /* position: fixed;
  bottom: 40px;
  right: clamp(40px, calc((100vw - 1900px) / 2 + 10px), 400px); */
  width: 200px;
  position: absolute;
  bottom: -270px;
  z-index: 55;
}

.right-quick {
  font-size: 14px;
  line-height: 1.4em;
}
.right-quick .item {
  width: 100%;
  border: 0px solid #1565c0;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: #000 2px 2px 2px 2px;
}
.right-quick .box {
  padding: 15px 13px;
}
.right-quick .group {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.right-quick .group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.right-quick .group a {
  display: flex;
  align-items: center;
}
.right-quick .group .icon {
  width: 41px;
  text-align: center;
  margin-right: 15px;
  /* filter: drop-shadow(1px 1px 1px #000000); */
}
.right-quick .group .info {
  flex: 1 1 auto;
  min-width: 0;
  width: 1%;
}
.right-quick .group .info dl dt {
  font-size: 12px;
  line-height: 1.3em;
  color: #ff0000;
  font-weight: 500;
  text-align: left;
}
.right-quick .group .info dl dd {
  font-size: 20px;
  line-height: 1.3em;
  /* color: #f8be00; */
  /* font-weight: 500; */
  text-align: left;
  /* text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px; */
}
.boxbanner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: clamp(40px, calc((100vw - 1900px) / 2 + 10px), 400px);
  top: 50%; /* 화면 높이(100vh)의 50% 지점 */ /* 왼쪽 여백(혹은 right:10px 등 원하는 위치) */
  transform: translateY(-50%);
  z-index: 6;
  width: 180px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 20px;
}
.tel233box .tel233 {
  width: 100%;
  color: #f8be00;
  font-size: 17px;
  font-weight: 700;
}
/* .tel24box .tel24 img { filter: drop-shadow(2px 2px 2px #000000);} */

.tel25box .tel25 {
  width: 100%;
  color: #f8be00;
  font-size: 17px;
  font-weight: 700;
}
/* .tel24box .tel24 img { filter: drop-shadow(2px 2px 2px #000000);} */

.yosobanner .yosoban {
  width: 100%;
  margin: 0 auto;
  color: #f8be00;
  font-size: 17px;
  font-weight: 700;
}
/* .tel24box .tel24 img { filter: drop-shadow(2px 2px 2px #000000);} */

.tellkbox .tellk {
  width: 100%;
  color: #f8be00;
  font-size: 17px;
  font-weight: 700;
  z-index: 2;
}
/* .tel24box .tel24 img { filter: drop-shadow(2px 2px 2px #000000);} */
.tellkbox2 {
  display: flex;
  position: absolute;
  top: 120%;
  left: 50%;
  /* 부모의 정중앙 기준으로 -50%만큼 이동 */
  transform: translate(-50%, -50%);
  /* 필요한 다른 속성들 */
  width: 50%;
  animation: widthAnimation 1.5s ease-in-out infinite alternate;
  z-index: 55;
}
@keyframes widthAnimation {
  0% {
    width: 40%;
  }
  100% {
    width: 65%;
  }
}

.prdBt-top2 {
  padding: 5px 15px;
  background-color: #0844c5;
  border-radius: 20px;
  display: block;
  position: fixed;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  z-index: 1002;
}
/* --------------------------------------------
   visual
----------------------------------------------*/

.svisual-01 {
  width: 100%;
  height: 344px;
  display: flex;
  position: relative;
  margin: 74px 0px -53px 0px;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}
.svisual-01 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease; /* 트랜지션 효과 적용 (0.5초 동안 서서히 변화) */
}
.svisual-01 .hidden {
  opacity: 0; /* 다른 이미지는 처음에 투명하게 설정하여 보이지 않도록 함 */
}

.svisual-01 .sec01 {
  /* border: 1px solid #ff0000; */
  width: 37%;
  height: 103%;
  text-align: center;
  position: absolute;
  margin: 1% 3% 0% 17%;
  display: block;
  /* vertical-align: top; */
  box-sizing: content-box;
  top: 0%;
  z-index: 1;
}

.svisual-01 .sec01 .titleft {
  background-color: rgba(255, 255, 255, 0);
  border-color: #ffffff00;
  border-radius: 15px;
  position: absolute;
  border-style: solid;
  top: 11%;
  left: 0%;
}
.svisual-01 .sec01 .titleft #tit {
  color: #ffffff;
  font-size: 56px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  line-height: 58px;
  padding-top: 0px;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.svisual-01 .sec01 .titleft #tit-strong {
  color: #f8be00;
  font-size: 60px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0px;
  line-height: 60px;
  padding-top: 0px;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
#tit-img {
  position: absolute;
  top: 9%;
  right: 20%;
}
.svisual-01 .sec01 .titleft #titlemi {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -1px;
  padding: 2%;
  width: 100%;
  top: 72%;
  left: 1%;
  line-height: 25px;
}
.svisual-01 .sec01 .pricebtn {
  position: fixed;
  top: 20%;
  left: 3%;
  z-index: 14;
}

.svisual-33 {
  width: 100%;
  display: flex;
  position: relative;
}
.svisual-33 .svisual-34 {
  background-color: #00539c;
  display: block;
  width: 50%;
  float: left;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.svisual-33 .svisual-34 .svisual-341 {
  margin: 7% 5% 7% 25%;
}
.svisual-33 .svisual-35 {
  padding: 7% 0;
  background-color: #00539c;
  width: 50%;
  display: block;
  width: 50%;
  float: left;
  position: relative;
  border-radius: 0px 30px 30px 0px;
}
.svisual-33 .svisual-35 .svisual-351 {
  background-color: #ffffff;
  width: 65%;
  padding: 3% 3% 3% 3%;
  border-radius: 20px;
}
.svisual-33 .svisual-35 .titright {
  color: #030303;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-33 .svisual-35 .titright2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}
.svisual-33 .svisual-35 .titright3 {
  color: #00539c;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-33 .svisual-35 .titright4 {
  color: #030303;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}

.svisual-36 {
  border-top: 3px solid black;
  z-index: 1;
  margin-top: 1px;
  margin-bottom: 112px;
  border-radius: 30px;
  width: 100%;
  display: flex;
  position: relative;
  background: linear-gradient(to top, rgb(255, 255, 255), #00539c);
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
.teslanmodel3 {
  position: absolute;
  top: 95px;
  right: 210px;
  width: 200px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* .svisual-36 .svisual-37 {  background-color:#ffffff; display:block; width:50%; float:left; position:relative; 
} */
.svisual-36 .svisual-371 {
  width: 100%;
  margin: 145px 205px 0px 0px;
  overflow: hidden;
}
.svisual-36 .svisual-371 img {
  border-radius: 0px 15px 15px 0px;
  height: 537px;
}
/* .svisual-36 .svisual-38 {  padding: 7% 0 7% 0; background-color:#ffffff;   width:50%; display:block; width:50%; display: flex; flex-direction: row; justify-content: flex-end; 
} */
.svisual-36 .svisual-381 {
  box-sizing: border-box;
  width: 100%;
  margin: 1% 0% 6% 16%;
}
.svisual-36 .titright {
  color: #ffffff;
  font-size: 45px;
  text-align: left;
  margin: 8px 10px 6px 20px;
  letter-spacing: -2px;
}
.svisual-36 .titright2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}
.svisual-36 .titright3 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-family: "TheJamsil5Bold";
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-36 .titright4 {
  background-color: white;
  border-radius: 15px 15px 0px 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-family: "SUITE-Regular";
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding: 66px 66px 121px 62px;
  letter-spacing: -1px;
  margin-top: -33px;
  margin-bottom: -113px;
}

.svisual-39 {
  width: 100%;
  display: flex;
  position: relative;
}
.svisual-39 .svisual-40 {
  background-color: #00539c;
  display: block;
  width: 50%;
  float: left;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.svisual-39 .svisual-40 .svisual-401 {
  padding: 11% 5% 0% 15%;
}
.svisual-39 .svisual-41 {
  padding: 7% 0;
  background-color: #00539c;
  width: 50%;
  display: block;
  width: 50%;
  float: left;
  position: relative;
  border-radius: 0px 30px 30px 0px;
}
.svisual-39 .svisual-41 .svisual-411 {
  background-color: #ffffff;
  width: 65%;
  padding: 3% 3% 3% 3%;
  border-radius: 20px;
}
.svisual-39 .svisual-41 .titright {
  color: #030303;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-39 .svisual-41 .titright2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}
.svisual-39 .svisual-41 .titright3 {
  color: #00539c;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-39 .svisual-41 .titright4 {
  color: #030303;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}

.svisual-42 {
  width: 100%;
  display: flex;
  position: relative;
}
.svisual-42 .svisual-43 {
  background-color: #ffffff;
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.svisual-42 .svisual-43 .svisual-431 {
  padding: 11% 20% 0% 0%;
}
.svisual-42 .svisual-44 {
  padding: 7% 0;
  background-color: #ffffff;
  width: 50%;
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.svisual-42 .svisual-44 .svisual-441 {
  background-color: #00539c;
  margin: auto 0% auto 25%;
  width: 65%;
  padding: 3% 3% 3% 3%;
  border-radius: 20px;
}
.svisual-42 .svisual-44 .titright {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-42 .svisual-44 .titright2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}
.svisual-42 .svisual-44 .titright3 {
  color: #f8be00;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -2px;
}
.svisual-42 .svisual-44 .titright4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  letter-spacing: -1px;
}

.lkwith {
  width: 100%; /* div 요소의 크기 */
  height: 79px; /* div 요소의 크기 */
  border-radius: 0px 0px 20px 20px;
  font-size: 31px;
  font-weight: 500;
  text-align: left;
  padding-top: 95px;
  padding-bottom: 5px;
}

.lkwith img {
  width: auto; /* 이미지 크기 조정 */
  height: 80px; /* 이미지 비율 유지 */
}

.image-container {
  width: 100%;
  height: auto; /* 이미지 높이에 맞게 조절하세요 */
  white-space: nowrap; /* 요소들이 한 줄에 배치되도록 설정 */
  overflow: hidden; /* 요소 외부 영역은 숨김 */
  border: 0px solid #000;
  padding-top: 38px;
  padding-bottom: 38px;
  border-radius: 20px 20px 0px 0px;
  border-bottom: none;
  border-top: 3px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.image {
  display: inline-block; /* 요소들이 한 줄에 배치되도록 설정 */
  width: 500px;
  height: 200px; /* 이미지 높이에 맞게 조절하세요 */
  background-size: contain; /* 이미지 크기 유지 */
  background-repeat: no-repeat; /* 이미지 반복 안 함 */
  animation: slide 50s linear infinite; /* 애니메이션 지정 */
  max-width: 100%; /* 추가된 코드 */
}

/* 애니메이션 효과 */
@keyframes slide {
  from {
    transform: translateX(100px); /* 초기 위치 */
  }
  to {
    transform: translateX(-13500px); /* 최종 위치 */
  }
}

.pull-right {
  float: right;
}
.popup_image {
  position: fixed;
  z-index: 10000;
  top: 18%;
  left: 45%;
  display: none;
}
.popup_image .up_image {
  width: 600px;
  height: 600px;
  border-radius: 20px 20px 0 0;
  border: 3px solid #00539c;
  overflow: hidden;
}
.popup_image .video-container {
  width: 700px;
  height: 393.75px;
  border-radius: 20px 20px 0 0;
  border: 3px solid #00539c;
  overflow: hidden;
}
.popup_image .video-container iframe {
  width: 100%;
  height: 100%;
}
.popup_image .popup_write {
  width: 600px;
  height: 600px;
  background-color: #ffd662;
  border-radius: 20px 20px 0 0;
  border: 3px solid #00539c;
}
.popup_image .popup_write .title {
  padding: 20px;
  color: #00539c;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
}
.popup_image .popup_write .content {
  margin: auto;
}
.popup_image .popup_write .content td {
  font-size: 15px;
}
.popup_image .popup_write .subtit {
  padding: 20px;
  color: #00539c;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
}
.popup_bar {
  background-color: #00539c;
  color: #ffffff;
  height: 35px;
  padding: 5px 6px 3px 0px;
  width: 700px;
  border-radius: 0px 0px 20px 20px;
}
.white {
  padding: 0px 19% 0px 0px;
  opacity: 1;
}
.det-box {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.det-box .det-img {
  display: block;
  margin: auto;
}
.det-box .det-img img {
  display: block;
  margin: 100px 0px;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.quesm {
  display: flex;
  width: 100%;
  opacity: 1;
  border-radius: 30px;
  border-top: 3px solid #000;
}
.quesm .question {
  display: flex;
  border-top: 5px;
  margin: auto;
  width: 100%;
  opacity: 1;
  margin: 1px 0px 139px 65px;
  text-align: left;
  /* border: 16px solid #00539c; */
  border-radius: 30px 30px 0px 0px;
  background-color: #ffffff;
  margin-top: 30px;
}
.quesm .question .divquestion {
  /* border: 1px solid red;
    padding : 5px 0px 5px 10px; */
  width: 300px;
}
.quesm .question .divquestion .divqtitle {
  font-size: 72px;
  font-weight: 900;
  margin-top: 89px;
  text-align: left;
  display: flex;
  line-height: 60px;
  position: sticky;
  top: 200px;
}
.quesm .question .divquestion .divqcontent {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  padding: 100px 0px 0px 20px;
  position: sticky;
  top: 300px;
}
.quesm .question .questionbox {
  max-width: 1920px;
  width: 50%;
  padding: 5% 10%;
  border-style: solid;
  text-align: left;
  margin: 3% auto 5% auto;
  border-radius: 5px;
  background-color: #ffc83d;
}
.quesm .question .questionbox .quest {
  padding: 5px 0px;
  font-weight: 500;
  color: white;
  font-size: 20px;
  letter-spacing: 0px;
}
.quesm .question .questionbox .answe {
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
.quesm .question .questionbox2 {
  padding: 80px 90px 15px 90px;
  text-align: left;
  width: 1017px;
  /* border: 1px solid #00539c; */
  border-radius: 30px 30px 0px 0px;
  background-color: #ffffff;
}
.quesm .question .questionbox2 .quest {
  padding: 15px 0px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 18px;
  letter-spacing: 0px;
}
.quesm .question .questionbox2 .answe {
  color: rgb(0, 0, 0);
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.quesm .question .questionbox2 .qdet {
  border-bottom: 1px solid #000;
  padding: 0px 0px 0px 0px;
}
/* visual-04 */
.visual-04 {
  width: 100%;
  border-radius: 30px;
  border-top: 3px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgb(255, 255, 255),
    rgb(255, 255, 255),
    rgb(255, 255, 255),
    #d6d6d6
  );
}

.visual-04 .con02-bg {
  position: absolute;
  z-index: 1;
}

.visual-04 .wideprice {
  position: relative;
  z-index: 1 !important;
  padding: 90px 0;
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.visual-04 .wideprice .prd-01-title {
  width: 100%;
}
.visual-04 .wideprice .prd-01-title .prd-01-title1 {
  font-size: 50px;
  font-weight: bold;
}
.visual-04 .wideprice .prd-01-title .prd-01-title2 {
  width: 100%;
  font-size: 19px;
  font-weight: 500;
  margin: 10px 0 20px 0;
}
.visual-04 .wideprice .prd-01-title .prd-01-title3 {
  text-align: right;
  font-size: 15px;
  margin: 0 0 -11px 0;
}

.visual-04 .worldsub {
  width: 100%;
  display: flex;
  justify-content: right;
  margin: 0px 0px -11px 0;
}
.visual-04 .worldsub .title {
  font-size: 15px;
}

.visual-04 .image-list {
  padding: 25px 0;
  overflow-x: auto;
  white-space: nowrap;
}

.visual-04 ul li {
  width: 27%;
  padding: 11px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.visual-04 ul .last {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.visual-04 .hiddenvalue {
  display: none;
}

.visual-04 .prd-11 {
  background: url(../img/img_logo11.png) no-repeat left 20px top 40px;
  /* display: inline-block; */
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}

.visual-04 .prd-12 {
  background: url(../img/img_logo12.png) no-repeat left 20px top 40px;

  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}
.visual-04 .prd-01 {
  background: url(../img/img_logo01.png) no-repeat left 20px top 40px;

  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}

.visual-04 .prd-02 {
  background: url(../img/img_logo02.png) no-repeat left 22px top 40px;
  /* display: inline-block; */
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}

.visual-04 .prd-03 {
  background: url(../img/img_logo03.png) no-repeat left 25px top 40px;
  /* display: inline-block; */
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}

.visual-04 .prd-04 {
  background: url(../img/img_logo099.png) no-repeat left 20px top 40px;
  /* display: inline-block; */
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}

.visual-04 .prd-05 {
  background: url(../img/img_logo05.png) no-repeat left 25px top 40px;
  /* display: inline-block; */
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-left: 60px;
  margin: 15px;
  width: 100%;
}
.prdBtn-wrap {
  margin: 0px 0px 0px 0px;
}
.prdBt-top {
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 20px;
  /* display: flex;
    justify-content: space-between; */
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
}

.carname {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.cartitle {
  font-size: 24px;
  width: 90%;
  text-align: left;
  margin: 15px 0px 0px 20px;
  font-weight: bold;
}
.cartitle2 {
  font-size: 14px;
  width: 90%;
  text-align: left;
  margin: 0px 0px 0px 20px;
}
.carpic2 {
  text-align: center;
  padding: 0px 30px 0px 30px;
  position: absolute;
  top: 60px;
  transform: translateX(35px);
}
.carpic2:hover {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.carpic2 img {
  width: 85%;
}
.carprice {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 15px 20px 12px 20px;
  margin-top: 54px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), #d1d1d1);
}
.money1,
.money2,
.money3 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-bottom: 1px solid rgb(223, 223, 223);
}
.moneytitle {
  display: flex;
  flex-direction: column;
  margin: 5px;
  justify-content: flex-start;
}
.moneytitle2 {
  font-size: 15px;
  color: #000000;
}
.moneytitle3 {
  margin: -6px 0px 0px 0px;
  font-size: 14px;
  color: #9b9b9b;
}

.moneycon {
  margin: -5px 0px 0px 0px;
  display: flex;
  font-size: 19px;
  justify-content: right;
  color: #4b4b4b;
}
.moneybutton {
  background-color: #f3f6ff;
  color: #000000;
  border: 3px solid #e1efff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 0px 0px 04px;
  cursor: pointer;
  border-radius: 15px;
}
.moneybutton:hover {
  background-color: #0056b3;
  color: #ffffff;
}

.visual-05 {
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
  border-left: 1px solid #073bad;
  border-right: 1px solid #073bad;
}
.visual-09 {
  border-radius: 0 0 30px 30px;
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  /* border:1px solid #073BAD; */
  z-index: 1;
}
.center_porche {
  position: absolute;
  top: 120px;
  left: 240px;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 15%;
}

.visual-09 .header {
  text-align: center;
  margin: 60px 0px 43px 0px;
}

.visual-09 .header h1 {
  font-size: 50px;
  /* font-family: 'TheJamsil5Bold'; */
  color: #000000;
  font-weight: bold;
}

.visual-09 .header h2 {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
}

.visual-09 .box {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 27px 0px;
  justify-content: center;
}

.visual-09 .box .small-box {
  width: 10%;
  border: 0px solid #000;
  padding: 40px 20px 40px 20px;
  margin: 6px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.829);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
}

.visual-09 .box .small-box img {
  max-height: 17%;
  height: auto;
  width: 37%;
}

.visual-09 .box .small-box h3 {
  font-size: 18px;
  margin: 10px 0px 0px 2px;
}

.visual-09 .box .small-box p {
  font-size: 16px;
  color: #000000;
  margin: 25px 0px 0px 2px;
  white-space: normal;
  text-align: left;
}
.center_porche {
  position: absolute;
  top: 138px;
  left: 240px;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 15%;
}

.visual-06 {
  border-radius: 0 0 30px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; /* border:1px solid #073BAD; */
  z-index: 1;
  margin-top: 57px;
}

.visual-06 .header {
  text-align: center;
  margin: 60px 0px 43px 0px;
}

.visual-06 .header h1 {
  font-size: 50px;
  /* font-family: 'TheJamsil5Bold'; */
  color: #000;
  font-weight: bold;
}

.visual-06 .header h2 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}

.visual-06 .divbox .box1 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 0px 0px;
  justify-content: center;
}
.visual-06 .divbox .box2 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 42px 0px;
  justify-content: center;
}

.visual-06 .divbox .small-box {
  width: 160px;
  border: 0px solid #000;
  padding: 40px 20px 40px 20px;
  margin: 6px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.829);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
}

.visual-06 .divbox .small-box img {
  max-height: 30%;
  height: 22%;
  width: 30%;
}

.visual-06 .divbox .small-box h3 {
  font-size: 18px;
  margin: 10px 0px 0px 2px;
}

.visual-06 .divbox .small-box p {
  font-size: 16px;
  color: #000000;
  margin: 25px 0px 0px 2px;
  white-space: normal;
  text-align: left;
}

.visual-06 .header .dsan23 {
  position: absolute;
  top: 155px;
  left: 838px;
  z-index: 1;
  width: 200px;
}

.visual-08 {
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
  border-top: 10px solid #00539c;
}

.jang {
  border-radius: 30px;
  width: 100%;
  height: 820px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(255, 255, 255), #00539c);
  /* border:1px solid #073BAD; */
  z-index: -2;
  border-top: 3px solid black;
}
.jang .header {
  text-align: center;
  margin: 58px 0px 20px 0px;
}

.jang .header h1 {
  font-size: 50px;
  color: #000000;
  font-weight: bold;
}

.jang .header h2 {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
}

.bonmoon {
  display: flex;
  margin: 30px auto 0px auto;
  width: 70%;
  /* border: 2px solid black; */
  height: 500px;
}

.lleft,
.mmiddle,
.rright {
  display: inline-block;
  width: 33%;
  margin: 0px;
  /* border:1px solid rgb(0, 255, 98); */
}
.ffirst {
  width: 20%;
  display: inline-block;
}

.ffirst .uup {
  font-size: 24px;
  color: #ffffff;
  background-color: #00539c96;
}
.ffirst .ddown {
  font-size: 19px;
  color: #000000;
  margin-top: 10px;
  background-color: #dbdbdb;
  text-align: left;
}

.rright .uup,
.lleft .uup {
  font-size: 24px;
  color: #ffffff;
  background-color: rgb(175, 175, 175);
}

.mmiddle .uup {
  font-size: 24px;
  color: #ffffff;
  background-color: #00539c;
}

.lleft .ddown,
.rright .ddown {
  font-size: 19px;
  font-weight: 500;
  color: #525252;
  margin-top: 10px;
  background-color: #e0e0e05d;
  text-align: right;
}
.mmiddle .ddown {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
  font-weight: bold;
  background-color: #ffffff;
  text-align: right;
}

.bbottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 30px auto;
  height: 50px;
  border-radius: 20px;
  color: white;
  font-size: 22px;
}

.center_image {
  position: absolute;
  top: 65%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.highlight {
  color: #0843c5;
  font-size: inherit;
  font-family: inherit;
}

.highlight2 {
  color: #c50808;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
}
.highlight1 {
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
}
.highlight3 {
  color: hwb(46 0% 0%);
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
}
.highlight4 {
  color: #c50808;
  font-size: 50px;
  font-family: inherit;
  font-weight: bold;
}
.highlight5 {
  color: #c50808;
  font-size: 26px;
  font-family: inherit;
  font-weight: bold;
}

.highlight6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  color: #003cff;
}

/* visual-10 */
.visual-10 {
  width: 100%;
  background: url(../img/sec_10.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}

.visual-10 .sec-10-tit {
  padding: 100px 0 30px;
}

.visual-10 .swiper-container {
  height: 450px;
}

/* .visual-10 .swiper-container .swiper-slide {
} */

.visual-10 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../img/prev.png") no-repeat;
  width: 52px;
  height: 100px;
  left: 350px;
  top: 45%;
}

.visual-10 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
}

.visual-10 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../img/next.png") no-repeat;
  width: 52px;
  height: 100px;
  right: 350px;
  top: 45%;
}

.visual-10 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}

.visual-10 .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}

.visual-10 .swiper-pagination-bullet {
  transform: none !important;
  border-radius: 100%;
  height: 10px;
}

.visual-10 .swiper-pagination-bullet-active {
  background: #33198b;
}

/* --------------------------------------------
   pop
----------------------------------------------*/
.backBlack {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 3;
  display: none;
}

.prdPopup {
  background-size: cover;
  width: 550px;
  background: #6b8df2;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 18%;
  margin-left: -275px;
  z-index: 5;
  display: none;
  border-radius: 30px;
}

.prdPopup .form-title {
  margin-bottom: 10px;
}

.prdPopup .topTitle {
  width: 100%;
  position: relative;
  background: #6b8df2;
  height: 100px;
  box-sizing: border-box;
  padding: 40px 40px;
  text-align: left;
}

.prdPopup .topTitle span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  line-height: 50px;
  letter-spacing: -0.06em;
}

.prdPopup .close {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 9px;
  width: 60px;
}

.popupForm {
  width: 100%;
  padding: 5px 50px 36px 50px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
}

.popupForm ul {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}

.popupForm ul li {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 50px;
  text-align: left;
  padding: 0px 0;
  cursor: auto;
  float: left;
  margin-right: 4%;
}

.popupForm ul li:nth-last-child(2n) {
  margin-right: 0;
}

.popupForm ul li dd.form-select {
  width: 48%;
  margin-right: 4%;
}

.popupForm ul li dd.form-select:nth-child(2) {
  margin-right: 0;
}

.popupForm ul li span.pop-title {
  width: 25%;
  display: block;
  float: left;
  font-size: 16px;
  letter-spacing: -0.06em;
  text-align: left;
  line-height: 40px;
  font-weight: 550;
  color: #000;
}

.popupForm ul li select {
  width: 100%;
  vertical-align: middle;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 3px 0px;
  border: 0;
  border: 1px solid #bbb;
}

.popupForm ul li input {
  display: block;
  height: 45px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 3px 13px;
  box-shadow: 0;
  width: 100%;
  border: 0;
  border: 1px solid #bbb;
  float: left;
  border-radius: 15px;
}

.popupForm input.ap_check {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  vertical-align: middle;
}

.popupForm input.pa_check {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  vertical-align: middle;
}

.popupForm .form-com label {
  font-size: 18px;
  color: #333;
  float: left;
  font-weight: 600;
  letter-spacing: -2px;
}

.popupForm .check-wrap {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  margin-top: 15px;
}

.popupForm .m-pop-check-01 {
  padding: 10px;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0;
}

.popupForm .m-pop-check-01 label {
  letter-spacing: -1px;
  padding-left: 11px;
}

.popupForm .m-pop-check-02 label {
  letter-spacing: -1px;
  padding-left: 11px;
}

.popupForm .m-pop-check-02 {
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 0;
}

.popupForm .pop-privacy {
  font-size: 9px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 1px 3px;
  text-align: center;
  background-color: #999;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
  color: #fff;
}

.popupForm .pop-agreement {
  font-size: 9px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 1px 3px;
  text-align: center;
  background-color: #999;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
  color: #fff;
}

.popupForm #c_agreepop {
  vertical-align: middle;
}
submit .popupForm .submitBox {
  width: 100%;
  margin: 30px 0;
}

.popupForm .submitBox input {
  width: 100%;
  height: 80px;
  background-color: #ffbb00;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  letter-spacing: -1.5px;
}

.prdPopup .sub-title {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

.popupForm .check-wrap input[id="c_privacy_p"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.popupForm .check-wrap input[id="c_privacy_p"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.popupForm .check-wrap input[id="c_privacy_p"] {
  display: none;
}

.popupForm .check-wrap input[id="c_agree_p"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.popupForm .check-wrap input[id="c_agree_p"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.popupForm .check-wrap input[id="c_agree_p"] {
  display: none;
}

/* 인증번호 추가셋팅 */
.pop-confirm {
}

.pop-confirm .send-number {
  width: 75%;
  float: left;
  cursor: auto;
}

.pop-confirm .number-confirm {
  height: 40px;
  line-height: 40px;
  border-color: #bbb;
}

.pop-confirm .send-number .sendbasic {
  height: 40px;
  line-height: 40px;
  border-color: #bbb;
}

.popupForm .rebtn-area {
  width: 75%;
  float: left;
  height: 42px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  background-color: #fff;
}

.popupForm .rebtn-area input {
  border: 0;
  width: 70%;
}

.popupForm .rebtn-area .resend {
  padding-left: 8px;
}

.popupForm .rebtn-area .resend > a {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.popupForm .rebtn-area span {
  color: red;
  font-weight: bold;
}

.pop-confirm .phnumber .rebtn-area {
  width: 22%;
  float: right;
  text-align: center;
}

.pop-confirm .phnumber .rebtn-area span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.pop-confirm .phnumber .rebtn-area .count-num {
  color: red;
  font-weight: bold;
}

.pop-confirm .phnumber .rebtn-area .resend > a {
  text-decoration: underline;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.prdPopup .info_wrap .info_agree {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.prdPopup .info_wrap .info_agree:first-child {
  margin-right: 30px;
}

.toggle-btn {
  font-size: 10px;
  background: #ddd;
  padding: 3px;
}

.popbtn {
  background-color: #f3f6ff;
  color: #000000;
  border: 3px solid #e1efff;
  padding: 10px 30%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  margin: 20px auto 0px auto;
  cursor: pointer;
  border-radius: 15px;
}
/* .moneybutton {
    background-color: #f3f6ff;
    color: #000000;
    border: 3px solid #e1efff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0px 0px 04px;
    cursor: pointer;
    border-radius: 15px;

} */
.popbtn:hover {
  background-color: #0056b3;
  color: #ffffff;
}

/* 팝업 */
.blackbg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 3;
  display: none;
}

.popup-full {
  width: 500px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 200px;
  z-index: 5;
  overflow: hidden;
  display: none;
}

.popup-full .title {
  width: 500px;
  background-color: #333;
  position: fixed;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.popup-full .pop-content {
  padding: 60px 20px 30px;
  height: 300px;
  font-size: 12px;
  background-color: #fff;
  overflow-y: hidden;
  border: 1px solid #ddd;
}

.popup-full .pop-esc {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 0 15px;
  font-size: 20px;
  right: 0;
  position: absolute;
  top: 0;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

.popupForm .form-label {
  width: 20%;
  float: left;
}

.popupForm .form-label label {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.08em;
  line-height: 50px;
  font-weight: 500;
}

.popupForm .form-com {
  width: 100%;
  float: left;
  background: #fff;
}
/****************************
pc 팝업 폼
******************************/
.popupForm input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 900;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: rgb(0, 4, 255);
}

.popupForm select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #bbb;
}

/* --------------------------------------------
   form 에어
----------------------------------------------*/

.form-air .inner {
}

.form-air .air-form {
  width: 496px;
  height: 180px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  position: fixed;
  bottom: 15px;
  z-index: 5;
}

.form-air .air-form .form-title {
  width: 496px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.form-air .air-com {
  text-align: left;
  overflow: hidden;
  background: #ddd;
  height: 78px;
  /* border-right: 3px solid  #000000;
    border-left: 3px solid  #000000; */
  padding: 10px 15px 21px 15px;
}

/* form input */

.form-air .air-com dl:nth-child(3) {
  margin-right: 0;
}

.form-air .form-label label {
  font-size: 25px;
  color: rgb(0, 0, 0);
  letter-spacing: -0.08em;
  line-height: 50px;
  font-weight: bold;
}

.form-air .form-com {
  width: 100%;
  float: left;
}

.form-air .form-com.form-select {
  width: 48%;
  margin-right: 4%;
}

.form-air .form-com.form-select:nth-child(3) {
  margin-right: 0;
}
/* --------------------------------------------
  PC 에어 폼
----------------------------------------------*/
.rightInput .air-form .air-com .air-submit button {
  width: 90%;
  border-radius: 10px;
  height: 30px;
  background-color: #00539c;
  color: #fff;
}
.rightInput {
  position: fixed;
  top: 50%; /* 화면 높이(100vh)의 50% 지점 */ /* 왼쪽 여백(혹은 right:10px 등 원하는 위치) */
  transform: translateY(-50%);
  right: clamp(40px, calc((100vw - 1900px) / 2 + 10px), 400px);
  width: 200px;
  z-index: 53;
  border: 0px solid #ddddddcc;
  margin-bottom: 0px;
  box-shadow: #000 2px 2px 2px 2px;
  border-radius: 15px;
  background-color: #ddddddcc;
  padding-top: 20px;
  padding-bottom: 262px;
}
.rightInput2 {
  position: relative;
  width: 100%;
}
.form-title11 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-title11 .consultWay {
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.rightInput .air-form .air-com dl {
  box-sizing: border-box;
  padding: 2px 0;
  display: inline-block;
}
.rightInput .air-form .air-com {
  margin-top: 10px;
  margin-bottom: 0px;
}
.rightInput .air-form .air-com input {
  /* width: 100%; */
  line-height: 40px;
  padding: 5px;
  font-size: 14px;
  border-color: #ddd;
  border-radius: 10px;
  height: 30px;
  box-sizing: border-box;
}
.form-title11 .consultWay input[type="radio"] + label {
  margin-left: 5px;
  margin-right: 5px;
}

.rightInput .air-form .air-com .info_agree {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-air .form-com input {
  width: 100%;
  height: 35px;
  line-height: 40px;
  padding: 5px;
  font-size: 20px;
  box-sizing: border-box;
  border-color: #ddd;
  border-radius: 10px;
}

.form-air .form-com select {
  width: 100%;
  height: 40px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #bbb;
}

.form-air .form-com input:focus {
  border-color: #1565c0;
}

.form-air .form-com select:focus {
  border-color: #1565c0;
}

/* submit btn */

/* @keyframes gradient {
  0% {background: linear-gradient(#1565c0, rgb(120, 190, 255));}
  15% {background: linear-gradient(#1565c0, rgb(144, 188, 255));}
  30% {background: linear-gradient(#1565c0, rgb(0, 17, 255));}
  45% {background: linear-gradient(#1565c0, rgb(191, 192, 255));}
  60% {background: linear-gradient(#1565c0, rgb(0, 140, 255));}
  90% {background: linear-gradient(#1565c0, rgb(0, 56, 121));}
  100% {background: linear-gradient(#1565c0, rgb(19, 0, 128));}
} */

@keyframes gradient {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.form-air .air-submit {
  width: 58%;
  margin-top: 5px;
  display: inline-block;
}
.form-air .air-submit .btn-submit {
  border: 0;
  cursor: pointer;
  float: right;
  padding: 5px 10px 5px 20px;
  margin-top: 5px;
  color: #ffffff;
  /* text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
    #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px; */
  font-size: 20px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 12px;
  background-size: 200% 200%;
  background-image: linear-gradient(45deg, aqua, #00539c, blue, red, yellow);
  animation: gradient 5s ease-in-out infinite;
  -webkit-animation: gradient 5s ease-in-out infinite; /* Chrome, Safari, Opera 사용자를 위한 코드 */
}

.form-air .air-submit .btn-submit:hover {
  padding: 5px 10px 5px 50px;
  transition: padding 0.5s;
  letter-spacing: 32px;
  transition: letter-spacing 0.5s;
}

/* .form-air .air-submit .btn-submit {
    border: 0;
    background: transparent;
    cursor: pointer;
    float: right;
} */

/* 이용약관 */
.form-air .air-com .info_wrap {
  width: 40%;
  height: 64px;
  font-size: 6px;
  margin-top: 10px;
}

.form-air .info_agree {
  width: 100%;
  text-align: left;
  font-size: 6px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  line-height: 40px;
  display: inline-block;
  float: left;
}

.form-air .info_agree input {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height: 20px;
}

.form-air .info_agree label {
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  line-height: 20px;
  cursor: pointer;
  padding-left: 25px;
}

.toggle-btn {
  background: none;
  margin-right: 0px;
}

.form-air .info_agree .toggle-btn {
  font-size: 9px;
  box-sizing: border-box;
  padding: 1px 3px;
  text-align: center;
  cursor: pointer;
  margin-left: 0px;
  vertical-align: middle;
  color: #000000;
  border: 1px solid #ddd;
  background: #aaa;
  color: rgb(0, 0, 0);
}

.form-air .info_agree input[id="c_privacy"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;

  background-size: 18px;
}

.form-air .info_agree input[id="c_privacy"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;

  background-size: 18px;
}

.form-air .info_agree input[id="c_privacy"] {
  display: none;
}

.form-air .info_agree input[id="c_agree"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.form-air .info_agree input[id="c_agree"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.form-air .info_agree input[id="c_agree"] {
  display: none;
}

.form-air .air-form .form-title .consultWay {
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgb(0, 0, 0), #215297);
}
.form-air
  .air-form
  .form-title
  .consultWay
  input[type="radio"]:checked
  + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
  background-size: 18px;
}
.form-air .air-form .form-title .consultWay input[type="radio"] + label {
  margin-right: 1px;
  margin-left: 12px;
  padding-left: 25px;
  font-weight: 500;
  display: inline-block;
  /* width: 55px; */
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  /* letter-spacing: 5px; */
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
  background-size: 18px;
  cursor: pointer;
}
.form-air .air-form .form-title .consultWay input[type="radio"] {
  display: none;
}

/* --------------------------------------------
  모바일 에어 폼
----------------------------------------------*/

/* --------------------------------------------
   form 에어
----------------------------------------------*/

.form-airm .inner {
}

#goto-airmm {
  width: 100%;
  height: 145px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  position: fixed;
  bottom: -12px;
  z-index: 10;
}

.form-airm .airm-form .form-titlem {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0), #215297);
}

.form-airm .airm-com {
  text-align: left;
  overflow: hidden;
  background: #ddd;
  padding: 1px 5px 20px 15px;
}

/* form input */
.form-airm .airm-com dl {
  width: 32%;
  box-sizing: border-box;
  float: left;
  padding: 2px 0;
  display: inline-block;
  margin-right: 1%;
}

.form-airm .airm-com dl:nth-child(3) {
  margin-right: 0;
}

.form-airm .form-label label {
  font-size: 25px;
  color: rgb(0, 0, 0);
  letter-spacing: -0.08em;
  line-height: 50px;
  font-weight: bold;
}

.form-airm .form-com {
  width: 100%;
  float: left;
  background: #ddd;
}

.form-airm .form-com.form-select {
  width: 48%;
  margin-right: 4%;
}

.form-airm .form-com.form-select:nth-child(3) {
  margin-right: 0;
}

.form-airm .form-com input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  font-size: 17px;
  box-sizing: border-box;
  /* border: 3px solid #ddd; */
  border-color: #ddd;
  box-shadow: 0;
  color: rgb(17, 0, 255);
  font-weight: 900;
  border-radius: 10px;
}

.form-airm .form-com select {
  width: 100%;
  height: 40px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #bbb;
}

.form-airm .form-com input:focus {
  border-color: #00539c;
}

.form-airm .form-com select:focus {
  border-color: #00539c;
}

/* submit btn */
.form-airm .mair-submit {
  width: 56%;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  float: right;
  margin: 0px 2% 0px 0px;
}

.form-airm .mair-submit .btn-submit {
  border: 0;
  cursor: pointer;
  float: right;
  padding: 7px 5px 7px 7px;
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 900;
  background-color: #00539c;
  letter-spacing: 4px;
  width: 100%;
  background-size: 200% 200%;
  background-image: linear-gradient(45deg, aqua, #00539c, blue, red, yellow);
  animation: gradient 5s ease-in-out infinite;
  -webkit-animation: gradient 5s ease-in-out infinite; /* Chrome, Safari, Opera 사용자를 위한 코드 */
}

/* 이용약관 */
.form-airm .airm-com .info_wrap {
  width: 41%;
  font-size: 6px;
  /* margin-top: 10px; */
}

.form-airm .info_agree {
  width: 100%;
  text-align: left;
  font-size: 6px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  display: inline-block;
  float: left;
}

.form-airm .info_agree input {
  vertical-align: middle;
  width: 10px;
  display: inline-block;
  line-height: 20px;
}

.form-airm .info_agree label {
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  line-height: 20px;
  cursor: pointer;
  padding-left: 17px;
}

.toggle-btn {
  background: none;
  margin-right: 0px;
}

.form-airm .info_agree .toggle-btn {
  font-size: 9px;
  box-sizing: border-box;
  padding: 1px 3px;
  text-align: center;
  cursor: pointer;
  margin-left: 0px;
  vertical-align: middle;
  color: #000000;
  border: 1px solid #ddd;
  background: #aaa;
  color: rgb(0, 0, 0);
}

.form-airm .info_agree input[id="c_privacy"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
  background-size: 17px;
}

.form-airm .info_agree input[id="c_privacy"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
  background-size: 17px;
}

.form-airm .info_agree input[id="c_privacy"] {
  display: none;
}

.form-airm .info_agree input[id="c_agree"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.form-airm .info_agree input[id="c_agree"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.form-airm .info_agree input[id="c_agree"] {
}

.form-airm .airm-form .form-titlem .mconsultWay {
  width: 100%;
  text-align: center;
}
.form-airm
  .airm-form
  .form-titlem
  .mconsultWay
  input[type="radio"]:checked
  + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
  background-size: 15px;
}
.form-airm .airm-form .form-titlem .mconsultWay input[type="radio"] + label {
  margin-right: -6px;
  margin-left: 24px;
  padding-left: 20px;
  display: inline-block;
  /* width: 55px; */
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 15px;
  /* letter-spacing: 2px; */
  cursor: pointer;
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
  background-size: 15px;
}
.form-airm .airm-form .form-titlem .mconsultWay input[type="radio"] {
  display: none;
}

/* --------------------------------------------
   form top
----------------------------------------------*/
.form-top {
  width: 100%;
  background: url("../img/sec_02.jpg") center no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}

.form-top .inner {
}

.form-top .area-form {
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
}

.form-top .area-form .form-title {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.form-top .area-com {
  width: 100%;
  text-align: left;
  margin: 5px 0 0 0;
  overflow: hidden;
}

/* form input */
.form-top .area-com dl {
  width: 32%;
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  display: inline-block;
  margin-right: 2%;
}

.form-top .area-com dl:nth-child(3) {
  margin-right: 0;
}

.form-top .form-label label {
  font-size: 16px;
  color: #333;
  letter-spacing: -0.08em;
  line-height: 50px;
  font-weight: bold;
}

.form-top .form-com {
  width: 100%;
  float: left;
  background: #fff;
}

.form-top .form-com.form-select {
  width: 48%;
  margin-right: 4%;
}

.form-top .form-com.form-select:nth-child(3) {
  margin-right: 0;
}
/* --------------------------------------------
  PC 상단 폼
----------------------------------------------*/
.form-top .form-com input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 18px;
  box-sizing: border-box;
  border: 0px solid black;
  border-bottom: 1px solid black;
  box-shadow: 0;
  color: rgb(17, 0, 255);
  font-weight: 900;
  background-color: #f8be00;
}

.form-top .form-com select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #6b6b6b;
}

.form-top .form-com input:focus {
  border-color: #00539c;
}

.form-top .form-com select:focus {
  border-color: #00539c;
}

/* submit btn */
.form-top .area-submit {
  width: 48%;
  margin-top: 20px;
  display: inline-block;
}

.form-top .area-submit .btn-submit {
  border: 0;
  cursor: pointer;
  float: right;
  padding: 10px 10px 10px 25px;
  margin-top: 5px;
  color: #f8be00;
  /* text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px; */
  font-size: 25px;
  border-radius: 10px;
  font-weight: 900;
  background-color: #00539c;
  letter-spacing: 12px;
}
.form-top .area-submit .btn-submit:hover {
  color: rgb(255, 255, 255);
  transition: color 0.5s;
}

/* 이용약관 */
.form-top .area-com .info_wrap {
  width: 50%;
  height: auto;
}

.form-top .info_agree {
  width: 50%;
  text-align: left;
  font-size: 12px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  line-height: 60px;
  display: inline-block;
  float: left;
}

.form-top .info_agree input {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: inline-block;
  line-height: 24px;
}

.form-top .info_agree label {
  display: inline-block;
  color: #777777;
  vertical-align: middle;
  line-height: 24px;
  cursor: pointer;
  padding-left: 30px;
}

.toggle-btn {
  background: none;
  margin-right: 30px;
}

.form-top .info_agree .toggle-btn {
  font-size: 10px;
  box-sizing: border-box;
  padding: 1px 3px;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
  color: #777777;
  border: 1px solid #ddd;
  background: #aaa;
  color: #fff;
}

.form-top .info_agree input[id="c_privacy"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.form-top .info_agree input[id="c_privacy"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.form-top .info_agree input[id="c_privacy"] {
  display: none;
}

.form-top .info_agree input[id="c_agree"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.form-top .info_agree input[id="c_agree"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.form-top .info_agree input[id="c_agree"] {
  display: none;
}

/* --------------------------------------------
   form bottom
----------------------------------------------*/
.form-btnwrap {
  width: 100%;
  z-index: 10;
  position: relative;
}

.form-btn {
  display: inline-block;
  cursor: pointer;
}

.form-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}

.from-arrow {
  margin-left: 10px;
}

.form-bottom {
  width: 100%;
  background: #00539c;
  position: relative;
  border-radius: 30px 30px 0 0px;
}

.form-bottom .inner {
  width: 100%;
  background: #00539c;
  border-radius: 30px;
}

.form-bottom .area-form {
  width: 1000px;
  box-sizing: border-box;
  margin: 0px auto 0;
  background: #00539c;
  overflow: hidden;
  padding: 0 20px 40px;
}

.form-bottom .area-form .form-title {
  padding-top: 70px;
  padding-bottom: 30px;
}

.form-bottom .area-form p.clearfix {
  padding: 0;
}

.form-bottom .area-com {
  width: 100%;
  float: left;
  text-align: left;
  margin: 5 0 0 0;
  background: none;
  border-radius: 10px;
}

.form-bottom .area-com .area-com-top {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding-top: 0;
}

.form-bottom .area-com .area-com-bottom {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  padding-top: 0;
}

/* form input */
.form-bottom .form-com.form-select {
  width: 100%;
  margin-right: 4%;
}

.form-bottom .form-com.form-select:nth-child(3) {
  margin-right: 0;
}

.form-bottom .area-com dl {
  width: 32%;
  box-sizing: border-box;
  float: none;
  clear: both;
  padding: 10px 0;
  display: inline-block;
  margin-right: 1.5%;
}

.form-bottom .area-com dl:nth-child(3) {
  margin-right: 0;
}

.form-bottom .area-com dl:nth-child(7) {
  margin-right: 0;
}

.form-bottom .area-com dl.last {
  margin-right: 0;
}

.form-bottom .form-label label {
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.08em;
  line-height: 50px;
  font-weight: bold;
}

.form-bottom .form-label .strong {
  color: #00539c;
}

.form-bottom .form-com {
  width: 100%;
  float: left;
  background: #fff;
}
/* --------------------------------------------
  PC 하단 폼
----------------------------------------------*/
.form-bottom .form-com input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 20px;
  font-weight: 900;
  box-sizing: border-box;
  border: 3px solid #00539c;
  box-shadow: 0;
  color: rgb(4, 0, 255);
  border-radius: 25px;
}

.form-bottom .form-com select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  box-shadow: 0;
  color: #bbb;
}

/* submit btn */
.form-bottom .area-submit {
  width: 34%;
  float: right;
  margin-top: 25px;
}

.form-bottom .area-submit .btn-submit {
  border: 0;
  background: transparent;
  cursor: pointer;
  float: right;
}

/* 이용약관 */
.form-bottom .info_wrap {
  width: auto;
  padding-left: 2%;
  background: #f1f1f1;
  height: auto;
  margin: 48px 0;
  border-radius: 50px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding: 0 60px;
}

.form-bottom .info_agree {
  text-align: left;
  font-size: 12px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  line-height: 70px;
  display: inline-block;
  float: left;
}

.form-bottom .info_agree input {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: inline-block;
  line-height: 24px;
}

.form-bottom .info_agree label {
  display: inline-block;
  color: #777777;
  vertical-align: middle;
  line-height: 24px;
  cursor: pointer;
  padding-left: 30px;
  letter-spacing: -1px;
}

.toggle-btn {
  background: none;
  margin-right: 15px;
}

.form-bottom .info_agree .toggle-btn {
  font-size: 10px;
  box-sizing: border-box;
  padding: 1px 3px;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #ddd;
  background: #aaa;
}

.form-bottom .form-gender {
  width: 100%;
  float: right;
}

.form-bottom .form-gender {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

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

.form-bottom .form-gender input[type="radio"] + label {
  display: block;
  position: relative;
  cursor: pointer;
  width: 33.333%;
  float: left;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.form-bottom .form-gender input[type="radio"] + label.gender-a {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
  border-right: 0;
}

.form-bottom .form-gender input[type="radio"] + label.gender-b {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
  border-right: 0;
}

.form-bottom .form-gender input[type="radio"] + label.gender-c {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
}

.form-bottom .form-gender input[type="radio"] + label:active {
  background-color: #00539c;
  color: #fff;
}

.form-bottom .form-gender input[type="radio"]:checked + label {
  color: #fff;
  z-index: 5;
  position: relative;
}

.form-bottom .form-gender input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00539c;
  color: #fff;
  text-align: center;
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-a:after {
  content: "개인";
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-b:after {
  content: "개인사업자";
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-c:after {
  content: "법인사업자";
}

.form-bottom .form-gender.form-gender2 input[type="radio"] + label {
  width: 25%;
}

.form-bottom .form-gender input[type="radio"] + label.gender-1 {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
  border-right: 0;
}

.form-bottom .form-gender input[type="radio"] + label.gender-2 {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
  border-right: 0;
}

.form-bottom .form-gender input[type="radio"] + label.gender-3 {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
  border-right: 0;
}

.form-bottom .form-gender input[type="radio"] + label.gender-4 {
  text-align: center;
  border: 1px solid #dddddd;
  color: #999;
}

.form-bottom .form-gender input[type="radio"]:checked + label {
  color: #fff;
  z-index: 5;
  position: relative;
}

.form-bottom .form-gender input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00539c;
  color: #fff;
  text-align: center;
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-1:after {
  content: "24개월";
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-2:after {
  content: "36개월";
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-3:after {
  content: "48개월";
}

.form-bottom .form-gender input[type="radio"]:checked + label.gender-4:after {
  content: "60개월";
}

.form-bottom .info_agree input[id="c_privacy2"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.form-bottom .info_agree input[id="c_privacy2"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.form-bottom .info_agree input[id="c_privacy2"] {
  display: none;
}

.form-bottom .info_agree input[id="c_agree2"] + label {
  background: url("../img/check_off.png") no-repeat;
  background-position: 0%;
}

.form-bottom .info_agree input[id="c_agree2"]:checked + label {
  background: url("../img/check_on.png") no-repeat;
  background-position: 0%;
}

.form-bottom .info_agree input[id="c_agree2"] {
  display: none;
}

.map-addr {
  border: 1px solid #ffffff;
  background-color: #00539c;
}
.map-addr .txt {
  font-size: 13px;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.root_daum_roughmap {
  width: 100% !important;
  height: 340px !important;
}
.doc-title {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
}
.root_daum_roughmap1 {
  width: 100% !important;
  height: 340px !important;
}
/* --------------------------------------------
   footer
----------------------------------------------*/
footer {
  width: 100%;
  background-color: #111111;
  padding: 30px 0 40px;
  height: 300px;
}

footer dl {
  width: 1200px;
  margin: 0 auto;
}

footer dl dd {
  color: #7e7e7e;
}

footer .copyright {
  font-size: 12px;
  line-height: 2em;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

.footer-right {
  float: right;
  margin-top: 55px;
}

/* --------------------------------------------
   popup
----------------------------------------------*/
.privacy {
  width: 100%;
  margin: 5px auto;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  font-size: 11px;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 20px;
}

.privacy b {
  font-weight: bold;
}

.layerPopup {
  background-color: #d5d5d5;
  width: 500px;
  height: 300px;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 300px;
  z-index: 2;
  overflow: hidden;
  display: none;
}

.layerPopup button {
  cursor: pointer;
  width: 100%;
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 10px 0;
  margin-top: 10px;
}

/*********************************************
  모바일
*********************************************/

@media (min-width: 230px) and (max-width: 1300px) {
  /* --------------------------------------------
   common
----------------------------------------------*/

  .pc_show {
    display: none;
  }

  .mb_show {
    display: block;
  }

  #wrap {
    width: 100%;
    min-width: 280px;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    position: relative;
  }

  #wrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .innner {
    width: 100%;
    margin: 0 auto;
  }

  .quick-sbutton {
    position: fixed;
    right: 9px;
    bottom: 57px;
    z-index: 5;
  }
  .quick-sbutton .quickcon {
    display: block;
    position: relative;
    background-color: #ff3300ec;
    padding: 8px 14px 8px 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
  }
  .quick-sbutton .quickcon {
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .quick-mbutton {
    position: fixed;
    left: 0px;
    top: 35px;
    z-index: 5;
  }
  .quick-mbutton .menu {
    display: block;
    position: relative;
    background-color: #00539c;
    padding: 15px 15px 15px 15px;
    text-align: center;
    border-radius: 0px 15px 15px 0px;
    cursor: pointer;
  }

  #m_nav {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    width: 69%;
    height: 415px;
    background-color: #1565c0;
    z-index: 1002;
    box-sizing: border-box;
    border-radius: 0px 15px 15px 0px;
    border-right: 8px solid #1565c0;
    border-bottom: 8px solid #1565c0;
  }

  #m_nav .deps1 {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
  }

  #m_nav .deps1 > li {
    padding: 0 15px;
  }

  #m_nav .deps1 > li > a {
    display: block;
    width: 100%;
    font-family: "TheJamsil5Bold";
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 12px 8px;
    box-sizing: border-box;
    letter-spacing: -2px;
    border-bottom: 1px solid #ddd;
  }

  #m_nav .deps1 > li > a:hover {
    color: rgb(255, 208, 0);
  }

  #m_nav .title {
    color: #fff;
    background: #1565c0;
    font-size: 34px;
    font-family: "TheJamsil5Bold";
    font-weight: 680;
    padding: 10px 8px !important;
    border-radius: 0px 5px 5px 0px;
  }

  #m_nav .close_icon {
    overflow: hidden;
    text-indent: -999px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: -80px;
    background: url(/img/btn_X.png) no-repeat 0 0;
    cursor: pointer;
  }

  #m_nav .deps2 {
    padding: 10px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
  }

  #m_nav .deps2 > li {
    margin-left: 38px;
  }

  #m_nav .deps2 > li > a {
    display: block;
    padding: 9px 0;
  }

  #m_nav .deps2 > li > a:hover {
    font-weight: 700;
  }

  #fade {
    display: none;
    position: fixed;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  #fade .close {
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
  }
  .quick-wrap {
    position: fixed;
    width: 77px;
    right: 10px;
    bottom: 132px;
    border-radius: 30px;
    text-align: center; /* 가운데 정렬을 위해 text-align 속성을 center로 변경 */
  }

  .quick-wrap .quick_float {
    display: flex; /* 가로 정렬을 위해 display 속성을 flex로 변경 */
    flex-direction: column;
    justify-content: space-between; /* 요소들 사이의 간격을 동일하게 설정 */
    align-items: center; /* 세로 정렬을 위해 요소들을 수직 가운데로 정렬 */
    width: 77px;

    box-sizing: border-box;
    background: #0844c500;
    z-index: 111;
  }

  .quick-wrap .quick_float a {
    display: inline-block; /* 요소들을 인라인 블록으로 설정하여 가로 정렬 적용 */
    margin-bottom: 10px; /* 요소들 사이의 간격을 조절할 수 있습니다 */
    border-radius: 15px;
    padding-right: 5px;
    padding-bottom: 2px;
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.377),
      #ffffff62,
      #ffffff73,
      #ffffff42,
      #ffffff67
    );
    animation: gradient 5s ease-in-out infinite;
    -webkit-animation: gradient 5s ease-in-out infinite;
  }
  .quick-wrap .quick_float:after {
    content: "";
    display: block;
    clear: both;
  }

  .quick-wrap .quick_float .icon-text {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 이미지 오른쪽에 글씨를 위치시키기 위해 flex-start로 설정 */
    margin: 0 5px;
  }
  .quick-wrap .quick_float .icon-text img {
    margin-right: 5px; /* 이미지와 글씨 사이의 간격을 조절합니다. */
  }
  .quick-wrap .quick_float span {
    font-size: 16px;
    line-height: 1;
    display: block; /* 블록 요소로 변경하여 줄바꿈 유지 */
    white-space: nowrap; /* 텍스트가 한 줄로만 유지되도록 방지 */
    text-align: center; /* 텍스트 가운데 정렬 */
  }
  /* .quick-wrapp { content:''; display:block; clear:both; position: fixed; width:100%; left:0; top:0px; text-align:right; z-index:60;}
    .quick-wrapp .notice1 {  box-sizing:border-box; background:#0844c500; height:35px;   color: rgb(255, 255, 255); font-size: 19px; letter-spacing: 0px; text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
        #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px; line-height:40px; } */
  /* .quick-wrap .quick_float .title img {
  }
  .quick-wrap .quick_float .tel {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    margin-top: -8px;
    z-index: 111;
  }
  .quick-wrap .quick_float .tel img {
    padding-top: 9px;

    height: 33px;
    filter: drop-shadow(1px 1px 1px #000000);
  }
  .quick-wrap .quick_float .tel .icon-text a{
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #f8be00;
    text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
        #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
 
  }
  .quick-wrap .quick_float .kakao {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    z-index: 111;
  }
  .quick-wrap .quick_float .kakao img {
    padding-top: 6px;
    height: 30px;
    filter: drop-shadow(1px 1px 1px #000000);
  }
  .quick-wrap .quick_float .kakao .icon-text a{
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #f8be00;
    text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
        #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
 
  } */
  @keyframes font-ani {
    0% {
      color: #f8be00;
    }

    50% {
      color: #ffffff;
    }

    100% {
      color: #f8be00;
    }
  }
  .quick-wrap .quick_float .icon-text {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    z-index: 111;
    height: 50px;
  }
  .quick-wrap .quick_float .icon-text img {
    padding-top: 3px;
    height: 36px;
    /* filter: drop-shadow(3px 3px 3px #000000); */
  }
  .quick-wrap .quick_float .icon-text span {
    font-weight: 700;
    /* color: #f8be00; */
    line-height: 15px;
    animation: font-ani 5s linear infinite;
    text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
  }
  .tel24box .tel24 {
    width: 100%;
    margin: 0 auto;
    color: #f8be00;
    font-size: 17px;
    font-weight: 700;
  }
  /* .tel24box .tel24 img { filter: drop-shadow(2px 2px 2px #000000);} */
  .tel24box {
    display: flex;
    flex-direction: row;
    position: fixed;
  }
  .tel24box {
    bottom: 310px;
    right: 46px;
    z-index: 5;
    width: 45px;
  }
  .tellkbox .tellk {
    width: 100%;
    margin: 0 auto;

    /* filter: drop-shadow(1px 1px 2px #000000); */
  }
  /* .tel24box .tel24 img { filter: drop-shadow(2px 2px 2px #000000);} */
  .tellkbox {
    display: flex;
    position: fixed;
    transform: translateX(3%);
    bottom: 132px;
    z-index: 6;
    width: 120px;
  }

  /* --------------------------------------------
   visualposition:absolute; top:160px; left:215px;//    .quick-wrap .quick_float .notice1 { height:25px;   color: rgb(255, 255, 255); font-size: 22px; letter-spacing: 0px; text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
        #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;}  //
----------------------------------------------*/
  .mlkwith {
    width: 100%; /* div 요소의 크기 */
    height: 88px; /* div 요소의 크기 */
    font-size: 20px;

    font-weight: 500;
    padding-top: 63px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .mlkwith2 {
    position: absolute;
    bottom: -5px; /* 하단에 고정 */
    left: 3%; /* 왼쪽에 고정 */
    display: flex;
    align-items: center;
  }
  .mlkwith2 p {
    padding-top: 30px;
    font-size: 14px;
  }

  .mlkwith .mlkwith2 img {
    width: 120px; /* 이미지 크기 조정 */
    height: auto; /* 이미지 비율 유지 */
  }
  .mimage-container {
    width: calc(100% - 4px);
    height: auto; /* 이미지 높이에 맞게 조절하세요 */
    white-space: nowrap; /* 요소들이 한 줄에 배치되도록 설정 */
    overflow: hidden; /* 요소 외부 영역은 숨김 */
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: none;
  }

  .mimage {
    display: inline-block; /* 요소들이 한 줄에 배치되도록 설정 */
    width: 300px;
    height: 150px; /* 이미지 높이에 맞게 조절하세요 */
    background-size: contain; /* 이미지 크기 유지 */
    background-repeat: no-repeat; /* 이미지 반복 안 함 */
    animation: mslide 30s linear infinite; /* 애니메이션 지정 */
    max-width: 100%; /* 추가된 코드 */
  }
  /* 애니메이션 효과 */
  @keyframes mslide {
    from {
      transform: translateX(400px); /* 초기 위치 */
    }
    to {
      transform: translateX(-8100px); /* 최종 위치 */
    }
  }
  /* .mvisual-05 {
    border-radius: 20px;
    margin:3%;
  } */
  /* visual visual-01 */

  .mvisual-01 .innner {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .mvisual-01 .innner .left {
    margin: 0;
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    padding: 0px;
    box-sizing: content-box;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 80%;
  }
  .mvisual-01 .innner .left .mlogo {
    padding: 15% 0% 5% 0%;
    margin: 0% 0% 30% 0%;
  }
  .mvisual-01 .innner .left .pricebtn {
    position: fixed;
    top: 6%;
    right: 3%;
    z-index: 14;
    transition: opacity 1s;
  }
  .mvisual-01 .innner .left .mpado {
    position: absolute;
    top: 15%;
    z-index: 2;
  }
  .mvisual-01 .innner .left .mlogo2 {
    padding: 5% 0% 0% 0%;
    margin: 0% 0% 10% 0%;
  }
  .mvisual-01 .innner .left .titleft11 {
    position: relative;
    margin: auto;
  }
  .mvisual-01 .innner .left .titleft11 .titleft111 {
    position: absolute;
    margin: auto;
    width: 80%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mvisual-01 .innner .left .titleft {
    position: relative;
    margin: auto;
    width: 80%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
  .mvisual-01 .innner .left .titleft12 {
    border-radius: 15px;
    position: absolute;
    margin: 5% auto;
    width: 330px;
  }
  .mvisual-01 .innner .left .titleft2 {
    padding: 0% 0% 0% 0%;
    margin: 0% auto 0% auto;
  }
  .mvisual-01 .innner .left .titleft4 {
    padding: 20% 0% 5% 0%;
    margin: 200px auto 1% auto;
  }
  .mvisual-01 .innner .left .titleft5 {
    padding: 0% 0% 40% 0%;
    margin: 0% auto 0% auto;
  }
  .mvisual-01 .innner .left .titleft3 {
    margin: 45% 0% 0% 0%;
    z-index: 2;
    width: 100%;
    height: 150px;
    position: absolute;
  }

  .mvisual-01 .innner .left .titleft33 {
    margin: -12% auto 0% auto;
    width: 100%;
    height: 150px;
    position: relative;
  }
  #sub-tit {
    color: #f8be00;
    line-height: 23px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-shadow: 2px 2px 2px black;
  }
  #sub-con {
    color: #ffffff;
    line-height: 23px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    text-shadow: 2px 2px 2px black;
  }
  #sub-con2 {
    color: #f8be00;
    line-height: 23px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0px;
    text-shadow: 2px 2px 2px black;
  }
  #tit {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -1px;
    /* line-height: 65px; */
    padding-top: 0px;

    text-shadow: #000 3px 3px 5px;
  }
  #tittt {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -1px;
    line-height: 65px;
    padding-top: 0px;
    text-shadow: #000 3px 3px 5px;
    font-family: sans-serif;
    /* background-color: rgba(0, 0, 0, 0.2); */
  }
  #tit2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -1px;
    line-height: 65px;
    padding-top: 0px;
    text-shadow: 2px 2px 5px black;
  }
  #tit-img {
    position: absolute;
    top: 0%;
    right: 15%;
  }
  #tit-strong {
    color: #f8be00;
    font-size: 80px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    line-height: 65px;
    padding-top: 0px;

    text-shadow: #000 3px 3px 5px;
  }
  #tit-stronggg {
    color: #f8be00;
    font-size: 70px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    line-height: 65px;
    padding-top: 0px;
    font-family: sans-serif;
    text-shadow: #000 3px 3px 5px;
  }

  #tit-strong2 {
    color: #f8be00;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -1px;
    line-height: 65px;
    padding-top: 0px;
    text-shadow: 2px 2px 5px black;
  }

  /* .mvisual-04 {
        border-radius: 15px;
        border-top: 3px solid black; */

  .mvisual-04 .prd-01-title {
    width: 100%;
    margin: 40px 0 20px 0;
  }
  .mvisual-04 .prd-01-title .prd-01-title1 {
    font-size: 24px;
    font-weight: bold;
  }
  .mvisual-04 .prd-01-title .prd-01-title2 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0px 0;
  }
  .mvisual-04 .prd-01-title .prd-01-title3 {
    text-align: center;
    font-size: 13px;
  }

  .prdBtn-wrap {
    margin-right: 2%;
    width: 258px;
  }
  .prdBtn {
    margin-right: 2%;
    width: 407px;
  }
  .prdBt-top {
    padding: 5px;
    position: relative;
    box-sizing: border-box;
    border: 0px solid rgb(0, 0, 0);
    border-radius: 20px;
    /* display: flex; */
    width: 258px;
    justify-content: flex-end;
    -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: left; /* 배경 이미지를 왼쪽 정렬 */
    background-position-x: -30px;
    background-size: 70%;
  }
  /* .carmain {
        display: flex;
        width:100%;
    } */
  .carname {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .cartitle {
    font-size: 20px;
    width: 90%;
    text-align: left;
    margin: 10px 0px 0px 10px;
    font-weight: bold;
  }
  .cartitle2 {
    font-size: 14px;
    text-align: left;
    margin: 0px 0px 0px -16px;
    background-color: #ffffffb4;
    border-radius: 15px;
    width: 80%;
  }
  .carpic2 {
    padding: 0px 0px 0px 00px;
    position: absolute;
    top: 26px;
    right: -5px;
    transform: translateX(0px);
    width: 60%;
    height: auto;
  }
  .carsub {
    text-align: right;
    margin-right: 5px;
    color: #858585;
    font-size: 14px;
  }
  /* .carpic2:hover {
        transform: scale(1.2);
        transition: all 0.5s ease-in-out;
    } */

  .carpic2 img {
    width: 100%;
  }
  .carprice {
    display: flex;
    border-radius: 15px;
    margin: 25px 5px 6px 0;
    width: 226px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.83), #d1d1d1);
    padding: 22px 10px 8px 10px;
    justify-content: space-between;
    /* border-left:1px solid #000; */
  }
  .carprice img {
    object-fit: cover;
  }
  .money1,
  .money2,
  .money3 {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(223, 223, 223);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .moneytitle {
    display: flex;
    flex-direction: column;
    margin: 0px;
    justify-content: flex-start;
  }
  .moneytitle2 {
    font-size: 15px;
    color: #686868;
  }
  .moneytitle3 {
    margin: -6px 0px 0px 0px;
    font-size: 14px;
    color: #a7a7a7;
    letter-spacing: -1.5px;
  }

  .moneycon {
    margin: -5px 0px 0px 0px;
    display: flex;
    font-size: 16px;
    justify-content: right;
    color: #4b4b4b;
  }
  .moneybutton {
    background-color: #f3f6ff;
    color: #000000;
    border: 3px solid #e1efff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0px 0px 04px;
    cursor: pointer;
    border-radius: 15px;
  }

  .visual-09 {
    width: 100%;
    border-radius: 20px;
    z-index: 1;
    position: relative;
  }

  .visual-09 .header {
    text-align: center;
    margin: 60px 0px 30px 0px;
  }

  .visual-09 .header h1 {
    font-size: 26px;
    color: #f8be00;
  }

  .visual-09 .header h2 {
    font-size: 18px;
    color: #ffffff;
  }

  .visual-09 .box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0px 0px 10% 0px;
    align-items: center;
  }

  .visual-09 .box .small-box {
    width: 75%;
    padding: 10px 20px 10px 0px;
    margin: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.856);
    border-radius: 20px;
    flex-direction: row;
    display: flex;
    text-align: left;
    align-items: center;
  }

  .visual-09 .box .small-box .small-box-box {
    display: flex;
    flex-direction: column;
    width: 53%;
    height: 100%;
  }

  .visual-09 .box .small-box .small-box-box img {
    width: 20%;
    height: auto;
  }

  .visual-09 .box .small-box .small-box-box h3 {
    font-size: 20px;
    margin: 10px 0px 0px 0px;
  }

  .visual-09 .box .small-box p {
    font-size: 18px;
    color: #000000;
    width: 150%;
    margin: auto;
  }
  .jang {
    width: 100%;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    height: 732px;
  }
  .jang .header {
    text-align: center;
    margin: 60px 0px 30px 0px;
  }

  .jang .header h1 {
    font-size: 26px;
    color: #000000;
  }

  .jang .header h2 {
    font-size: 18px;
    color: #000000;
  }

  .bonmoon {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 3% 5% 0% 5%;
    align-items: center;
    overflow-x: scroll;
    height: 427px;
  }

  .lleft,
  .mmiddle,
  .rright {
    display: inline-block;
    width: 180px;
    margin: 0px;
    /* border:1px solid rgb(0, 255, 98); */
  }
  .ffirst {
    width: 110px;
    display: inline-block;
  }

  .ffirst .uup {
    font-size: 18px;
    color: #ffffff;
    background-color: #00539c96;
  }
  .ffirst .ddown {
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
    background-color: #dbdbdb;
    text-align: left;
  }

  .rright .uup,
  .lleft .uup {
    font-size: 18px;
    color: #ffffff;
    background-color: rgb(175, 175, 175);
  }

  .mmiddle .uup {
    font-size: 18px;
    color: #ffffff;
    background-color: #00539c;
  }

  .lleft .ddown,
  .rright .ddown {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
    margin-top: 10px;
    background-color: #e0e0e05d;
    text-align: right;
  }
  .mmiddle .ddown {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: right;
  }

  .bbottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 30px auto;
    height: 50px;
    border-radius: 20px;
    color: rgb(255, 196, 0);
    font-size: 20px;
    font-weight: bold;
  }

  .center_image {
    position: absolute;
    top: 70%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .mvisual-06 {
    border-radius: 0 0 30px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* border:1px solid #073BAD; */
    z-index: 1;
  }

  .mvisual-06 .header {
    text-align: center;
    position: relative;
    margin: 60px 0px 43px 0px;
  }

  .mvisual-06 .header .dsan {
    position: absolute;
    top: 116%;
    left: 61%;
    z-index: 1;
    width: 160px;
  }

  .mvisual-06 .header h1 {
    font-size: 24px;
    /* font-family: 'TheJamsil5Bold'; */
    color: #000;
    font-weight: bold;
  }

  .mvisual-06 .header h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
  }

  .mvisual-06 .divbox .box1 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 45px 0px;
    justify-content: center;
  }
  .mvisual-06 .divbox .box2 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 100px 0px;
    justify-content: center;
  }

  .mvisual-06 .divbox .small-box {
    width: 160px;
    border: 0px solid #000;
    padding: 30px 0px 19px 0px;
    margin: 6px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.829);
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
  }

  .mvisual-06 .divbox .small-box img {
    max-height: 30%;
    height: 22%;
    width: 29%;
  }

  .mvisual-06 .divbox .small-box h3 {
    font-size: 17px;
    margin: 16px 0px 0px 2px;
  }

  .mvisual-06 .divbox .small-box p {
    font-size: 15px;
    color: #000000;
    margin: 26px 5px 0px 5px;
    white-space: normal;
    text-align: left;
  }

  .mvisual-01 {
    border-radius: 20px;
    overflow: hidden;
    /* margin: 5%; */
  }
  .mvisual-01 .innner {
    position: relative;
  }
  .mvisual-01 .innner .titleft3 {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 50%;
  }
  .mvisual-01 .innner .titleft4 {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 20%;
  }
  .mvisual-01 .innner .titleft4 .titleft45 {
    padding-top: 50px;
    width: 100%;
  }
  .mvisual-01 .innner .titleft3 .car-img {
    position: absolute;
    bottom: 0%;
    left: 10%;
    z-index: 3;
  }
  .mvisual-01 .innner .titleft3 .car-img2 {
    position: absolute;
    bottom: 20%;
    left: 25%;
    z-index: 2;
  }
  .mvisual-01 .innner .titleft3 .car-img3 {
    position: absolute;
    bottom: 40%;
    left: 50%;
    z-index: 1;
  }

  .mvisual-02 {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
  }
  .mvisual-02 .m2visual {
    position: relative;
    width: 400px;
    height: 750px;
  }
  .mvisual-02 .m2visual .m2title {
    background-color: #00539c;
    padding: 40px 0px 40px 0px;
    text-align: left;
    font-weight: 700;
    color: #f8be00;
    font-size: 30px;
    letter-spacing: 0px;
  }
  .mvisual-02 .m2visual .m2titleimg {
    position: absolute;
    top: 40px;
    right: 1%;
  }
  .mvisual-02 .m2visual .m2content {
    padding: 50px 0px 50px 0px;
    text-align: center;
    font-weight: 700;
    color: rgb(255, 217, 0);
    font-size: 25px;
    letter-spacing: 0px;
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
      #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  }
  .mvisual-02 .m2visual .m2content1 {
    font-family: "Stylish", sans-serif;
    padding: 80px 0px 10px 0px;
    text-align: center;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 18px;
    letter-spacing: 0px;
  }
  .mvisual-02 .m2visual .m2content2 {
    font-family: "Stylish", sans-serif;
    padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .mvisual-02 .m2visual .m2content3 {
    font-family: "Stylish", sans-serif;
    padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0px;
  }
  .mvisual-02 .m2visual .m2content4 {
    font-family: "Stylish", sans-serif;
    padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0px;
  }

  .ques {
    display: flex;
    width: 100%;
  }
  .ques .question {
    display: block;
    border-top: 5px;
    margin: auto;
    width: 100%;
    background-color: #fad02e;
  }
  .ques .question .questionbox {
    padding: 10% 5%;
    border-style: solid;
    text-align: left;
    margin: 5% 5%;
    border-radius: 20px;
    background-color: #ffffff;
  }
  .ques .question .questionbox .quest {
    padding: 5px 0px;
    font-weight: 500;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: bold;
  }
  .ques .question .questionbox .answe {
    color: #000000;
    font-size: 17px;
    letter-spacing: 1px;
  }

  .ques {
    display: flex;
    width: 100%;
  }
  .ques .question {
    display: block;
    border-top: 5px;
    margin: auto;
    width: 100%;
    background-color: #fff;
  }
  .mdet-box {
    display: flex;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
  }
  .mdet-box .mdet-img {
    display: block;
    margin: auto;
  }
  .mdet-box .mdet-img img {
    display: block;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
  }
  .yosoimg {
    width: 100%;
  }
  .bannabimg {
    width: 100%;
  }
  .youtube-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
  }
  .webzine {
    border-radius: 30px;
    overflow: hidden;
    border-top: 3px solid black;
  }
  /* visual-033 */

  .mvisual-33 {
    width: 100%;
    position: relative;
  }
  .mvisual-33 .mvisual-34 {
    background-color: #00539c;
    display: block;
  }
  .mvisual-33 .mvisual-34 .mvisual-341 {
    padding: 6% 5% 3% 5%;
  }
  .mvisual-33 .mvisual-35 {
    background-color: #00539c;
    display: block;
  }
  .mvisual-33 .mvisual-35 .mvisual-351 {
    padding: 25% 10% 10% 10%;
  }
  .mvisual-33 .mvisual-35 .mvisual-352 {
    background-color: #ffffff;
    padding: 5% 5% 5% 5%;
    border-radius: 20px;
  }
  .mvisual-33 .mvisual-35 .titright {
    color: #000;
    font-size: 6vw;
    font-weight: 500;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .mvisual-33 .mvisual-35 .titright2 {
    color: #000;
    font-size: 5vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 0px;
  }
  .mvisual-33 .mvisual-35 .titright3 {
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
      #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    color: #f8be00;
    font-size: 6vw;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -2px;
  }
  .mvisual-33 .mvisual-35 .titright4 {
    color: #000000;
    font-size: 4vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }

  .mvisual-36 {
    width: 100%;
    position: relative;
    border-radius: 20px;
    border-top: 3px solid black;
    overflow: hidden;
  }
  .mvisual-36 .mvisual-37 {
    background-color: #ffffff;
    display: block;
  }
  .mvisual-36 .mvisual-37 .mvisual-371 {
    padding: 16% 5% 16% 5%;
    z-index: 1;
  }
  .mvisual-36 .mvisual-38 {
    background-color: #ffffff;
    display: block;
    position: relative;
  }
  .teslanmodel4 {
    position: absolute;
    top: 4%;
    right: 45%;
    width: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .mvisual-36 .mvisual-38 .mvisual-381 {
    padding: 22% 5% 10% 5%;
  }
  .mvisual-36 .mvisual-38 .mvisual-382 {
    background-color: #00539c;
    padding: 5% 12% 5% 12%;
    border-radius: 20px;
  }
  .mvisual-36 .mvisual-38 .titright {
    font-family: "TheJamsil5Bold";
    color: #fe9e2a;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .mvisual-36 .mvisual-38 .titright2 {
    color: #000;
    font-size: 5vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 0px;
  }
  .mvisual-36 .mvisual-38 .titright3 {
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
      #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    color: #f8be00;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -2px;
  }
  .mvisual-36 .mvisual-38 .titright4 {
    font-family: "SUITE-Regular";
    color: #ffffff;
    font-size: 28px;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .center_porche2 {
    position: absolute;
    top: 70%;
    left: -10%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 70%;
  }

  .mvisual-39 {
    width: 100%;
    position: relative;
  }
  .mvisual-39 .mvisual-40 {
    background-color: #00539c;
    display: block;
  }
  .mvisual-39 .mvisual-40 .mvisual-401 {
    padding: 6% 2% 3% 2%;
  }
  .mvisual-39 .mvisual-41 {
    background-color: #00539c;
    display: block;
  }
  .mvisual-39 .mvisual-41 .mvisual-411 {
    padding: 5% 10% 10% 10%;
  }
  .mvisual-39 .mvisual-41 .mvisual-412 {
    background-color: #ffffff;
    padding: 5% 5% 5% 5%;
    border-radius: 20px;
  }
  .mvisual-39 .mvisual-41 .titright {
    color: #000;
    font-size: 6vw;
    font-weight: 500;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .mvisual-39 .mvisual-41 .titright2 {
    color: #000;
    font-size: 5vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 0px;
  }
  .mvisual-39 .mvisual-41 .titright3 {
    color: #00539c;
    font-size: 5.6vw;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -2px;
  }
  .mvisual-39 .mvisual-41 .titright4 {
    color: #000000;
    font-size: 4vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }

  .mvisual-42 {
    width: 100%;
    position: relative;
  }
  .mvisual-42 .mvisual-43 {
    background-color: #ffffff;
    display: block;
  }
  .mvisual-42 .mvisual-43 .mvisual-431 {
    padding: 6% 2% 3% 2%;
  }
  .mvisual-42 .mvisual-44 {
    background-color: #ffffff;
    display: block;
  }
  .mvisual-42 .mvisual-44 .mvisual-441 {
    padding: 5% 10% 10% 10%;
  }
  .mvisual-42 .mvisual-44 .mvisual-442 {
    background-color: #00539c;
    padding: 5% 5% 5% 5%;
    border-radius: 20px;
  }
  .mvisual-42 .mvisual-44 .titright {
    color: #ffffff;
    font-size: 6vw;
    font-weight: 500;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .mvisual-42 .mvisual-44 .titright2 {
    color: #000;
    font-size: 5vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: 0px;
  }
  .mvisual-42 .mvisual-44 .titright3 {
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
      #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    color: #f8be00;
    font-size: 6vw;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -2px;
  }
  .mvisual-42 .mvisual-44 .titright4 {
    color: #ffffff;
    font-size: 4vw;
    text-align: left;
    padding-top: 0px;
    letter-spacing: -1px;
  }
  .mvisual-03 {
    border-radius: 30px;
    overflow: hidden;
  }
  .mvisual-06 {
    border-radius: 30px;
    overflow: hidden;
  }

  /* visual-04 */
  .mvisual-04 {
    background: #fff;
    position: relative;
  }

  .mvisual-04 .inner {
    position: relative;
    z-index: 2 !important;
    padding: 30px 0 50px;
    border-radius: 30px;
    border-top: 3px solid #000;
  }

  .mvisual-04 h5 img {
    padding: 0px 20px 0px;
    box-sizing: border-box;
  }

  .mvisual-04 ul {
    padding: 0px 20px;
  }

  .mvisual-04 ul li {
    width: 258px;
    padding-top: 0px;
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 0px;
    display: inline-block;
    margin: 17px 2px 0px 7px;
    vertical-align: top;
  }

  .mvisual-04 .hiddenvalue {
    display: none;
  }

  .mvisual-04 .inner h5 {
    padding: 20px 10px;
  }

  .mvisual-04 .prd-tit-img {
    -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 10px 0px 0px 0px !important;
    display: inline-block !important;
    width: 90%;
  }

  .mvisual-04 .prd-tit-img.first {
    margin-top: 10px !important;
  }

  .image-list {
    overflow-x: auto;
    white-space: nowrap;
    width: 89%;
  }

  .image-list li {
    display: inline-block;
  }

  .bg_mimg {
    position: absolute;
    left: 0;
    top: -2%;
    width: 18vw;
  }

  .prdBt-top > img {
    width: 90%;
  }

  /* visual-10 */
  .visual-10 {
    background: url("../img/m_sec_10.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .visual-10 .m-sec-10-tit {
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }

  .visual-10 .m-swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
  }

  .visual-10 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-size: 100%;
    right: 10px;
    width: 30px;
    top: 50%;
    outline: none;
  }

  .visual-10 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-size: 100%;
    left: 10px;
    width: 30px;
    top: 50%;
    outline: none;
  }

  .visual-10 .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px;
  }

  #list {
    margin-top: 66px;
  }
  #list > ul > li > div {
    margin-bottom: 7px;
  }
  #list > ul > li > div:first-child {
    padding-right: 25px;
  }
  #list > ul > li > div:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  .txt_mint {
    color: #29d1ad;
    font-weight: 700;
  }
  .txt_gray {
    color: #868688;
    font-weight: 700;
  }
  .txt_blue {
    color: #155f9e;
    font-weight: 700;
  }
  .mvisual-08 {
    overflow: hidden;
    border-radius: 20px;
  }
  @media (min-width: 561px) and (max-width: 760px) {
    #tittt {
      font-size: 50px;
    }
    #tit-stronggg {
      font-size: 55px;
    }
    #tit {
      font-size: 50px;
    }
    #tit-strong {
      font-size: 55px;
    }
  }
  @media (min-width: 376px) and (max-width: 560px) {
    #m_nav .deps1 > li > a {
      font-size: 20px;
    }
    #tit {
      font-size: 40px;
    }
    #tit-strong {
      font-size: 45px;
    }
    #titright {
      font-size: 25px;
    }
    #titright3 {
      font-size: 30px;
    }
    #titright4 {
      font-size: 17px;
    }
    #tittt {
      font-size: 40px;
    }
    #tit-stronggg {
      font-size: 40px;
    }
    .visual-09 {
      width: 100%;
      border-radius: 20px;
      border: 0px solid red;
      /* background: linear-gradient(to top, rgb(255, 255, 255), #0743c5); */
      margin-top: 50px;
    }

    .visual-09 .header {
      text-align: center;
      margin: 40px 0px 10px 0px;
    }

    .visual-09 .header h1 {
      font-size: 24px;
      color: #0843c5;
    }

    .visual-09 .header h2 {
      font-size: 18px;
      color: #ffffff;
    }

    .visual-09 .box {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      flex-direction: column;
      margin: 0px 0px 6% 0px;
      align-items: center;
    }

    .visual-09 .box .small-box {
      width: 85%;
      padding: 10px 20px 10px 0px;
      margin: 10px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.856);
      border-radius: 20px;
      flex-direction: row;
      display: flex;
      text-align: center;
      align-items: center;
    }

    .visual-09 .box .small-box .small-box-box {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
    }

    .visual-09 .box .small-box .small-box-box img {
      width: 18%;
      height: auto;
    }

    .visual-09 .box .small-box .small-box-box h3 {
      font-size: 17px;
      margin: 10px 0px 0px 0px;
    }

    .visual-09 .box .small-box p {
      font-size: 15px;
      color: #000000;
      width: 150%;
      margin: auto;
    }
    .mvisual-36 .mvisual-38 .titright {
      font-size: 22px;
    }
    .jang .header {
      text-align: center;
      margin: 60px 0px 30px 0px;
    }

    .jang .header h1 {
      font-size: 24px;
      color: #000000;
    }

    .jang .header h2 {
      font-size: 14px;
      color: #000000;
    }
    .bbottom {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70%;
      margin: 30px auto;
      height: 50px;
      border-radius: 20px;
      color: #edb301;
      font-size: 18px;
      font-weight: bold;
    }

    .mvisual-06 .divbox .box1 {
      display: flex;
      flex-wrap: wrap;
      margin: 10px 0px 45px 0px;
      justify-content: center;
    }
    .mvisual-06 .divbox .box2 {
      display: flex;
      flex-wrap: wrap;
      margin: 10px 0px 100px 0px;
      justify-content: center;
    }

    .mvisual-06 .divbox .small-box {
      width: 160px;
      border: 0px solid #000;
      padding: 25px 2px 10px 2px;
      margin: 6px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.829);
      border-radius: 15px;
      -webkit-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.15);
    }
    .mvisual-06 .header .dsan {
      position: absolute;
      top: 116%;
      left: 61%;
      z-index: 1;
      width: 130px;
    }

    .tel24box {
      bottom: 310px;
      right: 46px;
      z-index: 5;
      width: 45px;
    }
    .quick-wrap {
      position: fixed;
      width: 77px;
      right: 10px;
      bottom: 132px;
      border-radius: 30px;
      text-align: center; /* 가운데 정렬을 위해 text-align 속성을 center로 변경 */
    }
    .quick-wrap .quick_float {
      display: flex; /* 가로 정렬을 위해 display 속성을 flex로 변경 */
      flex-direction: column;
      justify-content: space-between; /* 요소들 사이의 간격을 동일하게 설정 */
      align-items: center; /* 세로 정렬을 위해 요소들을 수직 가운데로 정렬 */
      width: 77px;

      box-sizing: border-box;
      background: #0844c500;
      z-index: 111;
    }
    .quick-wrap .quick_float span {
      font-size: 15px;
      line-height: 1;
      display: block; /* 블록 요소로 변경하여 줄바꿈 유지 */
      white-space: nowrap; /* 텍스트가 한 줄로만 유지되도록 방지 */
      text-align: center; /* 텍스트 가운데 정렬 */
    }
  }

  @media (min-width: 250px) and (max-width: 375px) {
    .tel24box {
      bottom: 310px;
      right: 46px;
      z-index: 5;
      width: 35px;
    }
    #tittt {
      font-size: 39px;
    }
    #tit-stronggg {
      font-size: 39px;
    }
    #tit {
      font-size: 35px;
    }
    #tit-strong {
      font-size: 37px;
    }
    #sub-con {
      font-size: 14px;
    }
    #sub-con2 {
      font-size: 17px;
    }
    .form-airm
      .airm-form
      .form-titlem
      .mconsultWay
      input[type="radio"]
      + label {
      margin-right: -12px;
      padding-left: 15px;
      font-weight: 500;
      color: #ffffff;
    }
    .form-airm .mair-submit .btn-submit {
      padding: 7px 5px 7px 7px;
      margin-top: 4px;
      font-size: 17px;
    }
    .form-airm .info_agree {
      letter-spacing: -2px;
    }
    .form-airm .info_agree label {
      padding-left: 20px;
    }
    #titright {
      font-size: 15px;
    }
    #titright3 {
      font-size: 25px;
    }
    #titright4 {
      font-size: 15px;
    }
    .form-top .area-submit .btn-submit {
      font-size: 15px;
    }
    .mvisual-01 .innner .titleft4 {
      margin: 0px auto 1% auto;
    }
    .form-airm
      .airm-form
      .form-titlem
      .mconsultWay
      input[type="radio"]
      + label {
      margin-right: -7px;
      margin-left: 9px;
      padding-left: 17px;
    }
    .visual-09 {
      border: 0px solid red;
      margin-top: 40px;
    }
    .visual-09 .header {
      text-align: center;
      margin: 30px 0px 30px 0px;
    }

    .visual-09 .header h1 {
      font-size: 20px;
      color: #0843c5;
    }

    .visual-09 .header h2 {
      font-size: 16px;
      color: #000;
    }
    .visual-09 .box .small-box .small-box-box {
      display: flex;
      flex-direction: column;
      width: 67%;
      height: 100%;
    }
    .visual-09 .box .small-box .small-box-box h3 {
      font-size: 12px;
      margin: 5px 0px -7px 9px;
    }

    .visual-09 .box .small-box p {
      font-size: 13px;
      color: #000000;
      width: 150%;
      margin: auto;
    }
    .visual-09 .box .small-box .small-box-box img {
      width: 41%;
      height: auto;
    }
    .mvisual-36 .mvisual-38 .titright {
      font-size: 18px;
    }

    .mvisual-06 .header h1 {
      font-size: 20px;
      /* font-family: 'TheJamsil5Bold'; */
      color: #000;
      font-weight: bold;
    }
    .mvisual-06 .header .dsan {
      position: absolute;
      top: 116%;
      left: 61%;
      z-index: 1;
      width: 140px;
    }

    .jang {
      height: 662px;
    }
    .jang .header {
      text-align: center;
      margin: 60px 0px 30px 0px;
    }

    .jang .header h1 {
      font-size: 22px;
      color: #000000;
    }

    .jang .header h2 {
      font-size: 12px;
      color: #000000;
    }
    .bbottom {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70%;
      margin: 0px auto;
      height: 50px;
      border-radius: 20px;
      color: #edb301;
      font-size: 16px;
      font-weight: bold;
    }
    .quick-wrap .quick_float .icon-text img {
      padding-top: 3px;
      height: 28px;
      padding-right: 2px;
    }
    .quick-wrap .quick_float span {
      font-size: 13px;
      line-height: 1;
      display: block; /* 블록 요소로 변경하여 줄바꿈 유지 */
      white-space: nowrap; /* 텍스트가 한 줄로만 유지되도록 방지 */
      text-align: center; /* 텍스트 가운데 정렬 */
    }
    .quick-wrap {
      position: fixed;
      width: 77px;
      right: 10px;
      bottom: 132px;
      border-radius: 30px;
      text-align: center; /* 가운데 정렬을 위해 text-align 속성을 center로 변경 */
    }

    .quick-wrap .quick_float {
      display: flex; /* 가로 정렬을 위해 display 속성을 flex로 변경 */
      flex-direction: column;
      justify-content: space-between; /* 요소들 사이의 간격을 동일하게 설정 */
      align-items: center; /* 세로 정렬을 위해 요소들을 수직 가운데로 정렬 */
      width: 77px;

      box-sizing: border-box;
      background: #0844c500;
      z-index: 111;
    }
  }

  /* --------------------------------------------
   pop
----------------------------------------------*/
  .backBlack {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 11;
  }

  .prdPopup {
    width: 90%;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    z-index: 12;
    overflow: hidden;
    background: none;
    overflow: visible;
    transform: translateX(-50%) translateY(-50%);
    max-height: 600px;
    border-radius: 10px;
  }

  .prdPopup .topTitle {
    width: 100%;
    background: #6b8df2;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
    padding: 20px;
    height: 60px;
  }

  .prdPopup .topTitle img {
    text-align: left;
    display: inline-block;
    float: left;
  }

  .popupForm ul li input {
    width: 100%;
  }

  .prdPopup .close {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: -60px;
    width: 50px;
  }

  .prdPopup .sub-title {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 0px;
  }

  .popupForm {
    width: 100%;
    padding: 0px 4% 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
  }

  .popupForm ul {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
  }

  .popupForm ul li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
    display: inline-block;
    line-height: 40px;
    text-align: left;
    padding: 10px 0;
    min-height: 0;
    margin-right: 2%;
  }

  .popupForm ul li span.pop-title {
    width: 25%;
    font-size: 14px;
    letter-spacing: -0.06em;
    text-align: left;
    line-height: 38px;
    font-weight: 550;
    float: left;
    color: #000;
  }

  .popupForm ul li select {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 3px 0px;
    border: 0;
    border: 1px solid #bbb;
    font-size: 12px;
  }
  /*********
모바일 팝업 폼
*****/
  .popupForm ul li input {
    width: 70%;
    margin-left: 5%;
    vertical-align: middle;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 3px 4px;
    box-shadow: 0;
    border: 0;
    border: 3px solid #073bad;
    font-size: 17px;
    font-weight: 900;
    color: #003cff;
  }

  .popupForm input.ap_check {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    vertical-align: middle;
  }

  .popupForm input.pa_check {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    vertical-align: middle;
  }

  .popupForm .form-com label {
    float: left;
    width: 25%;
  }

  .popupForm label {
    font-size: 12px;
    color: #999;
  }

  .popupForm .check-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .popupForm .m-pop-check-01 {
    padding: 0px;
    display: inline-block;
    text-align: left;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 0px;
    color: #777;
    margin-bottom: 15px;
  }

  .popupForm .m-pop-check-02 {
    padding: 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    color: #777;
  }

  .popupForm .pop-privacy {
    font-size: 9px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 1px 3px;
    text-align: center;
    background-color: #999;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
  }

  .popupForm .pop-agreement {
    font-size: 9px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 1px 3px;
    text-align: center;
    background-color: #999;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
  }

  .popupForm #c_agreepop {
    vertical-align: middle;
  }

  .popupForm .submitBox {
    width: 100%;
    margin: 0px 0;
    background: #fff;
  }

  .prdPopup .info_wrap .info_agree {
    width: 100%;
    float: none;
  }

  .prdPopup .info_wrap .info_agree:nth-child(2) {
    padding-bottom: 20px;
  }

  .prdPopup .info_wrap .info_agree label {
    color: #333;
  }

  .poptext {
    width: 80%;
  }

  /* 인증번호 추가셋팅 */
  .pop-confirm {
  }

  .pop-confirm .send-number {
    width: 75%;
    float: left;
    cursor: auto;
  }

  .pop-confirm .number-confirm {
    height: 40px;
    line-height: 40px;
    border-color: #bbb;
  }

  .pop-confirm .send-number .sendbasic {
    height: 40px;
    line-height: 40px;
    border-color: #bbb;
  }

  .popupForm .rebtn-area {
    width: 75%;
    float: left;
    height: 42px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    background-color: #fff;
  }

  .popupForm .rebtn-area input {
    border: 0;
    width: 50%;
  }

  .popupForm .rebtn-area .resend {
    padding-left: 8px;
  }

  .popupForm .rebtn-area .resend > a {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
  }

  .popupForm .rebtn-area span {
    color: red;
    font-weight: bold;
  }

  .pop-confirm .phnumber .rebtn-area {
    width: 22%;
    float: right;
    text-align: center;
  }

  .pop-confirm .phnumber .rebtn-area span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }

  .pop-confirm .phnumber .rebtn-area .count-num {
    color: red;
    font-weight: bold;
  }

  .pop-confirm .phnumber .rebtn-area .resend > a {
    text-decoration: underline;
    font-size: 12px;
    color: #333;
    cursor: pointer;
  }

  .popupForm .check-wrap input[id="c_aprivacy_mp1"] + label {
    background: url("../img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_aprivacy_mp1"]:checked + label {
    background: url("../img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_aprivacy_mp1"] {
    display: none;
  }

  .popupForm .check-wrap input[id="c_agree_mp"] + label {
    background: url("../img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_agree_mp"]:checked + label {
    background: url("../img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .popupForm .check-wrap input[id="c_agree_mp"] {
    display: none;
  }

  /* --------------------------------------------
popup
----------------------------------------------*/
  .privacy {
    width: 100%;
    margin: 5px auto;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    font-size: 11px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 20px;
    box-sizing: border-box;
  }

  .privacy b {
    font-weight: bold;
  }

  .layerPopup {
    background-color: #d5d5d5;
    width: 90%;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    left: 5%;
    margin-left: 0;
    top: 30%;
    z-index: 4;
    overflow: hidden;
  }

  .layerPopup button {
    cursor: pointer;
    width: 100%;
    background-color: #333;
    color: #fff;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
  }

  .popup-full {
    width: 90%;
    height: 80%;
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    margin-left: 0px;
    top: 50%;
    z-index: 5;
    overflow: hidden;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    z-index: 16;
  }

  .popup-full .title {
    width: 100%;
    background-color: #333;
    position: fixed;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
  }

  .popup-full .pop-content {
    padding: 60px 20px 30px;
    height: 100%;
    overflow: auto;
    font-size: 25px;
    background-color: #fff;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .popup-full .pop-esc {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 0 15px;
    font-size: 11px;
    right: 0;
    position: absolute;
    top: 0;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
  }

  /* --------------------------------------------
   form top
----------------------------------------------*/
  .form-top {
    width: 100%;
    background: none;
    float: none;
    margin-top: 0;
    padding: 0;
    padding-bottom: 30px;
    z-index: 2;
    border-left: 0px solid #073bad;
    border-right: 0px solid #073bad;
  }

  .form-top .inner {
    width: 100%;
    height: auto;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .form-top .area-form {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px;
    box-sizing: border-box;
    float: none;
    margin-top: 0;
  }

  .form-top .area-form .form-title {
    padding: 40px 0px 30px 0;
  }

  .form-top .area-com {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .form-top.area-comdisplay .info _wrap {
    padding: 0;
  }

  .form-top .area-com dl.info_wrap {
    padding: 0;
  }

  /* form input */
  .form-top .area-com dl {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    float: none;
    clear: both;
    padding: 5px 0;
    display: inline-block;
  }

  .form-top .form-label {
    width: 25%;
    float: left;
    padding: 0px 0;
    color: #333;
    margin: 14px 0px 0px 0px;
  }

  .form-top .form-label label {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.08em;
    line-height: 50px;
    font-weight: bold;
  }

  .form-top .form-com {
    width: 75%;
    float: left;
  }
  /********
모바일 상단 폼
*********/
  .form-top .form-com input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    font-size: 17px;
    box-sizing: border-box;
    box-shadow: 0;
    font-weight: 900;
  }

  .form-top .form-com select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    box-shadow: 0;
  }

  /* submit btn */
  .form-top .area-submit {
    width: 100%;
    margin-top: 0;
  }

  .form-top .area-submit .btn-submit {
    border: 0;
    cursor: pointer;
    float: left;
    padding: 10px 6px 10px 20px;
    margin-top: 15px;
    color: #f8be00;
    /* text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px; */
    border-radius: 10px;
    font-weight: 900;
    width: 100%;
    background-color: #00539c;
    letter-spacing: 12px;
  }

  /* 이용약관 */
  .form-top .info_wrap {
    width: 100% !important;
    padding: 20px 0;
    float: none;
    display: inline-block;
    margin-top: 20px;
  }

  .form-top .info_agree {
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    letter-spacing: -0.05em;
    line-height: 25px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }

  .form-top .info_agree input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: inline-block;
    line-height: 24px;
  }

  .form-top .info_agree label {
    display: inline-block;
    color: #d5d5d5;
    vertical-align: middle;
    line-height: 24px;
    cursor: pointer;
    color: #777;
  }

  .form-top .info_agree .toggle-btn {
    font-size: 12px;
    box-sizing: border-box;
    padding: 1px 3px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    vertical-align: middle;
    float: right;
    margin-right: 0;
  }

  .form-top .info_agree input[id="c_privacy_m1"] + label {
    background: url("../img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .form-top .info_agree input[id="c_privacy_m1"]:checked + label {
    background: url("../img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .form-top .info_agree input[id="c_privacy_m1"] {
    display: none;
  }

  .form-top .info_agree input[id="c_agree_m2"] + label {
    background: url("../img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .form-top .info_agree input[id="c_agree_m2"]:checked + label {
    background: url("../img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .form-top .info_agree input[id="c_agree_m2"] {
    display: none;
  }

  /* --------------------------------------------
   form bottom
----------------------------------------------*/

  #wrap img.from-arrow {
    margin-left: 5px;
    display: inline-block;
  }

  .form-btn span {
    font-size: 16px;
  }

  .form-bottom {
    padding: 20px 0 5px;
  }

  .form-bottom .area-title {
    width: 100%;
    margin: 0 auto 0px;
  }

  .form-bottom .area-form {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  }

  .form-bottom .area-form .form-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .form-label p {
    color: #730000;
    font-size: 16px;
    letter-spacing: -0.08em;
    line-height: 50px;
    font-weight: 800;
  }

  .form-bottom .area-com {
    width: 100%;
    float: 0;
    text-align: left;
    background: #00539c;
    padding: 0;
  }

  .form-bottom .area-com .title-ment {
    border-bottom: 1px solid #730000;
    color: #730000;
    font-size: 13px;
    padding: 5px 0;
    margin-bottom: 10px;
  }

  .form-bottom .area-com .title-ment.choose {
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 10px;
  }

  /* form input */
  .form-bottom .area-com dl {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 8px 0;
    display: inline-block;
  }

  .form-bottom .form-label {
    width: 30%;
    float: left;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
  }

  .form-bottom .form-label label {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.08em;
    line-height: 50px;
    font-weight: bold;
  }

  .form-bottom .form-label .strong {
    color: #fff;
  }

  .form-bottom .form-com {
    width: 70% !important;
    float: left;
    margin-right: 0 !important;

    background-color: #00539c;
  }
  /* --------------------------------------------
  모바일  하단 폼
----------------------------------------------*/
  .form-bottom .form-com input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0;
    color: #00539c;
    font-weight: 900;
  }

  .form-bottom .form-com select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    box-shadow: 0;
  }

  .form-bottom .area-com dl.form-contact {
    width: 100%;
  }

  .form-bottom .area-com dl.form-contact input {
    float: none;
    clear: both;
    width: 100%;
  }

  .form-bottom dl.form-contact .form-com {
    width: 100%;
  }

  /* submit btn */
  .form-bottom .area-submit {
    width: 100%;
    float: none;
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 15px;
  }

  .form-bottom .area-submit .btn-submit {
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-top: 15px;
  }

  .form-bottom .area-submit .btn-icon {
    position: absolute;
    top: -20px;
    right: 20px;
  }

  /* 이용약관 */
  .form-bottom .info_wrap {
    width: 100%;
    float: none;
    padding-top: 0px;
    margin: 20px 0;
  }

  .form-bottom .area-com .info_wrap {
    background: none;
    padding: 0;
  }

  .form-bottom .area-com dl.info_wrap {
    padding: 0;
  }

  .form-bottom .info_agree:nth-child(1) {
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    letter-spacing: -0.05em;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 0px;
    margin-bottom: 15px;
  }

  .form-bottom .info_agree:nth-child(2) {
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    letter-spacing: -0.05em;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 0px;
  }

  .form-bottom .info_agree input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: inline-block;
    line-height: 24px;
  }

  .form-bottom .info_agree label {
    display: inline-block;
    color: rgb(194, 194, 194);
    vertical-align: middle;
    line-height: 24px;
    cursor: pointer;
    letter-spacing: -1px;
  }

  .form-bottom .info_agree .toggle-btn {
    font-size: 12px;
    box-sizing: border-box;
    padding: 1px 3px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    vertical-align: middle;
    float: right;
    background: #999;
    margin-right: 0;
    border: none;
  }

  .form-bottom .area-submit {
    background: none;
  }

  .form-bottom .info_agree input[id="c_privacy_mb"] + label {
    background: url("../img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .form-bottom .info_agree input[id="c_privacy_mb"]:checked + label {
    background: url("../img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .form-bottom .info_agree input[id="c_privacy_mb"] {
    display: none;
  }

  .form-bottom .info_agree input[id="c_agree_mb"] + label {
    background: url("../img/check_off.png") no-repeat;
    background-position: 0%;
  }

  .form-bottom .info_agree input[id="c_agree_mb"]:checked + label {
    background: url("../img/check_on.png") no-repeat;
    background-position: 0%;
  }

  .form-bottom .info_agree input[id="c_agree_mb"] {
    display: none;
  }

  /* --------------------------------------------
   footer
----------------------------------------------*/
  footer {
    width: 100%;
    background-color: #111111;
    padding: 0px 10px;
    box-sizing: border-box;
  }

  .copyright b img {
    position: relative;
    width: 30%;
    bottom: -20px;
  }

  footer dl {
    width: 100%;
    margin: 0 auto;
    color: #7e7e7e;
  }

  footer .logo-b {
    width: 15%;
    float: none;
    margin: 0 auto;
  }

  footer .copyright {
    font-size: 12px;
    word-break: keep-all;
    line-height: 1.8em;
    padding: 15px 0;
    width: 100%;
    float: none;
    letter-spacing: -0.03em;
    text-align: center;
    font-weight: bold;
  }

  footer .copyright span {
    font-weight: 400;
    font-size: 12px;
  }

  footer .pop-privacy {
    display: inline-block;
    padding: 10px 20px;
    float: none;
    margin: 20px 0;
    box-sizing: border-box;
    border: 1px solid #7e7e7e;
    cursor: pointer;
  }

  #wrap .m-footer-img {
    width: 50%;
    display: block;
    margin-bottom: 10px;
  }
}
