@import url('fonts.css');

body {
  margin: 0;
  padding: 0;
  font-family: "NanumSquareNeo-Variable";
  font-size: 1rem;
}
* {
  box-sizing: border-box;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1, h2, h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 2;
  transition: all 0.4s;
  border-bottom: 1px solid #efefef;
}
.header.scr {
  height: 70px;
}
.header .numb01 span {
  letter-spacing: -1px;
  margin-right: 10px;
}
.header .numb01 em {
  font-style: normal;
  font-weight: 500;
  color: #2c72ec;
}
.header .numb02 span {
  letter-spacing: -1px;
  margin-right: 10px;
}
.header .numb02 em {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #2c72ec;
}
.widthWrap {
  min-width: 1300px;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.flexR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flexC {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.rollimg .slidearea .inner {
  width: 100%;
  height: 700px;
}
.logo {
  font-size: 36px;
  font-weight: 500;
  font-family: "OTWelcomeBA";
  color: #000;
}
.logo > span {
  color: #218ad3;
}
.logo > img {
  height: 36px;
}
.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 150px 0;
}
.info.bg01 {
}
.info .card {
  display: flex;
  flex-direction: row;
  margin: 100px 0 0;
}
.info .card .inner {
  margin: 0 20px;
  width: 400px;
  border-radius: 10px;
  color: #000;
}
.info .card .inner .cardcont .img img {
  width: 30%;
}
.info .card .inner:nth-child(2) {
}
.info .card .inner:nth-child(3) {
  background: #218ad3;
}
.info > h1 {
  font-size: 70px;
  letter-spacing: -2px;
  font-family: "JalnanGothic";
  margin-bottom: 15px;
  color: #000;
}
.info > h1 span {
  color: #218ad3;
}
.info > h2 {
  font-size: 25px;
  font-family: "Iropke Batang";
  color: rgba(0, 0, 0, 0.7);
  line-height: 150%;
}
.info .img img {
  width: 80%;
}
.info .card h1 {
  margin: 30px 20px;
  padding-bottom: 20px;
  font-weight: 500;
  letter-spacing: -2px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.info .card h2 {
  font-weight: 500;
  font-size: 40px;
  font-family: "yg-jalnan";
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.info .card h2 span {
  color: #218ad3;
}
.info .card h3 {
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: -2px;
}
.product {
  width: 100%;
  padding: 150px 0 150px;
  background: linear-gradient(to right, #00a5b9, #0062c0);
  animation: gradient 15s ease infinite;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  text-align: center;
  color: #fff;
  position: relative;
}

.product .pdtcard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;              /* ¡ç ÁÙ¹Ù²Þ */
  gap: 20px;                    /* Ä«µå °£°Ý Á¤¸®¿ë(¼±ÅÃ) */
  margin: 100px 0 0;
}
.product .pdtcard a {
  text-decoration: none;
  color: #000;
  width: calc(33.333% - 20px);
  transition: all 0.3s;
}
.product .pdtcard a:hover {
  transform: translateY(-10px);
  box-shadow: 7px 15px 10px rgba(0, 0, 0, 0.1);
}
.product .pdtcard .inner:hover {
  background: #fff;
}
.product .pdtcard .inner {
  margin: 0;
  overflow: hidden;
  width: calc(100% / 3 - 30px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.product .pdtcard .inner h1 {
  margin: 0px;
  font-family: "OTWelcomeBA";
  letter-spacing: -1px;
  font-weight: normal;
  color: #333;
  padding: 20px 0;
  font-size: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.product .pdtcard .inner h1 span {
  color: #bb0808;
}
.product .pdtcard .inner h2 {
  margin: 30px 0 30px;
  font-family: "S-CoreDream-3Light";
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 17px;
  color: #585858;
  line-height: 1.4;
}
.product .pdtcard .inner h2 span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.product .pdtcard .inner .plus {
  width: 20px;
  height: 20px;
  background: coral;
  color: #fff;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.product .pdtcard .inner .img img {
  width: 100%;
}
.product > .widthWrap > h1 {
  font-size: 70px;
  letter-spacing: -2px;
  font-family: "JalnanGothic";
  margin-bottom: 15px;
}
.product > .widthWrap > h1 span {
  color: #00FFFF;
}
.product > .widthWrap > h2 {
  font-size: 25px;
  font-family: "Iropke Batang";
  font-weight: 500;
  color: white;
  line-height: 150%;
}
.textarea {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 150px 0 300px;
  text-align: center;
}
.textarea span {
  display: block;
  border-bottom: 1px dashed #efefef;
  padding: 7px 0;
  letter-spacing: -1px;
  color: #dd1b35;
  font-size: 18px;
  word-break: keep-all;
}
.textarea .license {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.textarea em {
  font-style: normal;
  font-size: 15px;
  margin-right: 10px;
  padding: 5px 0;
  word-break: keep-all;
}
.bottom {
  box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(to right, #0062c0, #003D77);
  animation: gradient2 10s ease infinite;
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: -300px;
  transition: all 0.5s;
}
.bottom.scr {
  bottom: 0;
}
.bottom .inputarea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.title{
padding-bottom:10px;
color:#2a2723;
text-align:center;
}
.title span{
display:block;
font-size:36px;
font-family:'Gms';
color:#79736c;
font-weight:700; line-height:1.2em;
}
.title .tit-sp2{
font-size:28px;
}
.title p{
font-family:'Gms';
font-weight:700;
font-size:56px;
}
.title p strong{
font-weight:700;
}
.title p strong.tit-color1{
color:#1f9a92;
}
.title p strong.tit-color2{
color:#d7604b;
}
.title p img{
width:360px;
vertical-align: -10px;
}
.title em{
display:block;
color:#424242;
font-size:22px;
font-family: suit;
font-weight:400;
}
.modal {
  max-width: 1150px !important;
}
.modal .sso {
  margin: 20px 0;
}
.modal .title h1 {
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: -1px;
}
.modal .title h2 {
  font-family: "ROKAFSansBold";
  font-size: 40px;
  color: #0462ff;
  margin-bottom: 20px;
}
.modal .infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  word-break: keep-all;
}
.modal .infos .img {
  width: 300px !important;
  border: 2px solid #efefef;
  border-radius: 10px;
  height: 220px;
  margin-right: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .infos .text {
  width: calc(100% - 320px);
}
.modal .infos .img img {
  width: 100%;
}
.modal .infos .text .subj {
  display: inline-block;
  font-family: "ROKAFSansBold";
  font-size: 25px;
  width: 120px;
  margin-bottom: 20px;
}
.modal .infos .text .cont {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 20px;
}
.modal .subsc {
  margin-top: 20px;
}
.modal .subsc h1 {
  font-size: 14px;
  font-weight: 500;
}
.modal .subsc span {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.modal table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.modal table th {
  width: 250px;
  font-weight: 400;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fafafa;
  padding: 10px;
}
.modal table td {
  border-bottom: 1px solid #efefef;
  padding: 10px;
  color: #dd1b35;
}
.modal table td span {
  display: block;
  padding: 3px 0;
}
.modal table td.tdblack {
  color: #585858;
}
.blocker {
  z-index: 10 !important;
}
.swiper {
  width: 100%;
  height: 800px;
}
.swiper .sl01 {
  background: url("../images/main1.jpg") no-repeat center;
}
.swiper .sl02 {
  background: url("../images/main2.jpg") no-repeat center;
}
.swiper .sl03 {
  background: url("../images/main3.jpg") no-repeat center;
}
.swiper .sl04 {
  background: url("/images/main4.jpg") no-repeat center;
}
.swiper .sl05 {
  background: url("/images/main5.jpg") no-repeat center;
}
.swiper .sl06 {
  background: url("/images/main6.jpg") no-repeat center;
}
.slidearea {
  padding-top: 100px;
}
.slidearea .inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.slidearea .inner .sog {
  width: 700px;
  display: flex;
  flex-direction: row;
  border-radius: 60px;
  overflow: hidden;
  margin-top: 30px;
}
.slidearea .inner .sog .perc {
  width: 55%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
  letter-spacing: -1px;
  font-weight: 500;
}
.slidearea .inner .sog .scr {
  width: 45%;
  background: #fff;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
  letter-spacing: -1px;
  font-weight: 500;
}
.slidearea .inner .bigt {
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: 500;
}
.slidearea .inner .bigt span {
  font-size: 40px;
  margin-right: 10px;
  font-weight: 300;
}
.slidearea .inner .bigt em {
  font-style: normal;
}
.slidearea .inner h1 {
  font-size: 100px;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: "Cafe24Ssurround";
}
.slidearea .inner h2 {
  font-size: 90px;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: "Cafe24Ssurround";
}
.sl01 .sog {
  border: 1px solid #ee7752;
}
.sl01 .sog .perc {
  background: #ee7752;
}
.sl01 .bigt em {
  color: #ee7752;
}
.sl02 .sog {
  border: 1px solid #01914d;
}
.sl02 .sog .perc {
  background: #01914d;
}
.sl02 .bigt em {
  color: #01914d;
}
.sl03 .sog {
  border: 1px solid #2c7dec;
}
.sl03 .sog .perc {
  background: #2c7dec;
}
.sl03 .bigt em {
  color: #2c7dec;
}
.sl03 h1 {
  color: #2c7dec;
}
.sl04 .sog {
  border: 1px solid #e62951;
}
.sl04 .sog .perc {
  background: #e62951;
}
.sl04 .bigt em {
  color: #e62951;
}
.sl04 h1 {
  color: #e62951;
}
.sl05 .sog {
  border: 1px solid #00d4be;
}
.sl05 .sog .perc {
  background: #00d4be;
}
.sl05 .bigt em {
  color: #00d4be;
}
.sl05 h1 {
  color: #00d4be;
}
.scrollbox {
  width: 100%;
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  word-break: keep-all;
}
.scrollbox .tabmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.scrollbox .tabmenu li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  cursor: pointer;
}
.scrollbox .tabmenu li:nth-child(2) {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.scrollbox .tabmenu li.on {
  background: #bb0808;
  color: #fff;
}
.scrollbox .tabcontbox {
  display: none;
}
.scrollbox .tabcontbox.on {
  display: block;
}
.callnumber {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.callnumber .icon {
  margin-right: 10px;
  width: 90px;
}
.callnumber .icon img {
  width: 100%;
}
.callnumber .cont {
  display: flex;
  flex-direction: column;
}
.callnumber .cont h1 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  letter-spacing: -1px;
}
.callnumber .cont h2 {
  font-weight: 700;
  font-size: 32px;
  color: #ffcc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.callnumber .cont h2 > a {
  text-decoration: none;
  color: #ffcc00;
}
.callinput {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.callinput .inputbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.callinput .inputbox span {
  color: #fff;
  letter-spacing: -1px;
  font-size: 20px;
  margin: 0 10px;
  display:inline-block;
  width:60px;
}
.callinput .inputbox input {
  border: none;
  border-radius: 10px;
  height: 36px;
  padding: 0 20px;
  width: 210px;
  outline: none;
  font-size: 20px;
  font-family: "SDR";
}
.callinput .inputbox input::placeholder {
  font-family: "SDR";
  font-size: 17px;
  color: #555;
  letter-spacing: -1px;
}
.callinput .inputoption {
  display: flex;
  gap: 10px;
  width: 100%;
}
.callinput .inputoption span {
  color: #fff;
  letter-spacing: -1px;
  font-size: 20px;
  margin: 0 10px;
  display:inline-block;
  width:60px;
}
.callinput .inputoption select {
  flex: 1; /* °¢°¢ 50% Â÷Áö */
  height: 36px;
  border: none;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 16px;
  font-family: "SDR";
  outline: none;
  box-sizing: border-box;
}
.callinput .agreebox {
  text-align: center;
  margin-top:2px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -1px;
}
.callinput .agreebox a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.callinput .agreebox a:hover {
  color: yellow;
}
.confirmbtn {
  width: 270px;
  height: 100px;
  background: linear-gradient(to bottom, #ffcc00, #ff8e00);
  margin-left: 40px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3),
    inset 1px 1px 0px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.confirmbtn .icon {
  width: 60px;
}
.confirmbtn .icon img {
  width: 100%;
}
.confirmbtn h1 {
  color: #FFFF99;
  font-size: 18px;
  font-weight: 700;
}
.confirmbtn h2 {
  color: #fff;
  font-family: "SDR";
  font-weight: 700;
  font-size: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.confirmbtn:hover {
  transform: translateY(10px);
}
.infos ul {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  background: #fafafa;
}

.infos li.redp {
  color: #dd1b35;
}
.infos div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.infos div:last-child {
  border-bottom: 0px;
}
.infos li:nth-child(odd) {
  width: 230px;
  height: auto;
  padding: 10px;
}
.infos li:nth-child(even) {
  width: calc(100% - 230px);
  background: #fff;
  padding: 10px;
}
.infos li span {
  display: block;
  padding: 2px 0;
}
.mobileIn {
  display: none;
}
.mbt {
  display: none;
}
.morebtn {
  font-size: 1.5em;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.morebtn:hover {
  color: #2c72ec;
}
.morebtn img {
  width: 30px;
  margin-right: 10px;
}
.amore {
  font-size: 0.85em;
  display: none;
}
.amore li {
  list-style: none;
}
.amore span {
  display: block;
  line-height: 1.3;
}
.amore .title {
  margin: 20px 0;
  color: #2c72ec;
}
.sim {
  display: block;
  position: absolute;
  left: 80px;
  color: #bb0808;
  top: 0;
  font-size: 20px;
  height: 100px;
  width: 100px;
  line-height: 100px;
}
.box{
padding:90px 0;
max-width:2000px;
width:100%;
margin:0 auto;
}
.box-area{
width:96%;
max-width:1280px;
margin:0 auto;
}
#box5 .box-area{
}
#box5 .title{

}
#box5 .title p{
line-height:1.4em;
}
#box5 .title em{
color:rgba(255,255,255,0.6);
}

.ba5-left a{
background-image:url(img/tel-ico.png);
background-size:80px 70px;
background-position:0 50%;
background-repeat: no-repeat;
display:flex;
align-items: center;
height:80px;
color:#fff;
padding-left:90px;
font-weight:700;
letter-spacing: 0.02em;
font-size:32px;
}
.ba5-left{

}
.ba5-right{
width:90%;
max-width:900px;
margin:10px auto 0;
background:#fff;
border-radius:20px;
box-sizing:border-box;
}
.b5r-tit{
text-align:center;
color: #424242;
font-size: 20px;
font-weight: 400;
margin-bottom:20px;
}
.b5r-tit span{
display:block;
font-weight:700;
color:#d41;
}
.b5r-tit img{
width:180px;
margin-bottom:10px;
}

.ba5-right ul{
margin:0 auto; padding:30px 50px; box-sizing:border-box;
}

.ba5-right li{
display:flex;
background:#fff;
height:82px;
align-items: center;
box-sizing:border-box;
gap:10px;
}
.ba5-right li p{
font-weight:600;
font-size:24px;
flex-shrink: 0;
width: 100px;
}
.ba5-right li p em{
font-weight:800;
color:#e56626;
 
}
.ba5-right li input[type="text"], .ba5-right li input[type="tel"]{
border:0;
border:1px #e8e8e8 solid;
border-radius:10px;
height:50px;
padding:0 10px;
box-sizing:border-box;
flex-grow: 1;
}
.ba5-right li input[type="radio"]{
border:0;
background:#e9f3ed;
border-radius:10px;
height:20px;
width:20px;
padding:0 5px;
box-sizing:border-box;
display:none;
}
.ba5-btn{
margin-top:40px;
}
.ba5-btn a{
display:flex;
align-items: center;
justify-content: center;
border-radius:0 0 20px 20px;
background:#230f01;
height:65px;
color:#fff;
font-size:20px;
font-weight:700;
text-decoration: none;
gap:5px;
transition: all 0.2s linear;
}
.ba5-btn a:hover{
background:#d15d0c;
}

.ba5-btn a i{
font-size:24px;
}

/*

*/
@media screen and (max-width: 1000px) {
  .sim {
    left: 10px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
  }
  .header {
    height: auto;
    align-items: center;
    padding: 3vw 3vw 2vw;
  }
  .header.scr {
    height: auto;
    padding: 2vw 3vw 1vw;
  }
  .header .flexR {
    justify-content: center;
  }
  .header .numb01 {
    display: none;
  }
  .header .numb02 {
    display: none;
  }
  .widthWrap {
    min-width: auto !important;
  }
  .bottom {
    padding: 0px;
  }

  .flexC {
    flex-direction: column;
  }
  .slidearea {
    padding-top: 8vw;
  }
  .slidearea .inner {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }
  .slidearea .inner .sog {
    width: 80vw;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 3vw;
  }
  .slidearea .inner .sog br {
    display: none;
  }
  .slidearea .inner .sog .perc {
    width: 100%;
    font-size: 1em;
    padding: 2vw 0;
  }
  .slidearea .inner .sog .scr {
    width: 100%;
    font-size: 1em;
    padding: 2vw 0;
  }
  .slidearea .inner .bigt {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.5em;
    margin-top: 2.2vw;
  }

  .slidearea .inner .bigt span {
    display: block;
    width: 100%;
    font-size: 0.8em;
  }
  .slidearea .inner h1 {
    font-size: 2.5em;
  }
  .slidearea .inner h2 {
    font-size: 2.5em;
  }
  .slidearea .inner h1 img {
    width: 40vw;
  }
  .info {
    padding: 20vw 0;
  }
  .info > h1 {
    font-size: 2em;
  }
  .info > h2 {
    font-size: 1em;
    padding: 0 3vw;
    word-break: keep-all;
  }
  .info > h2 span {
    display: none;
  }
  .info .card {
    flex-direction: column;
    width: 100%;
    padding: 0 3vw;
    margin: 10vw 0;
  }
  .info .card h1 {
    margin: 4vw;
    font-size: 1.2em;
    padding-bottom: 2.2vw;
  }
  .info .card .inner {
    margin: 1.5vw 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .info .card .inner .cardcont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .info .card .inner .cardcont .img {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .info .card .inner .cardcont .img img {
    width: 100%;
  }
  .info .card h2 {
    margin-bottom: 5vw;
  }
  .info .card .inner .cardcont .cont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .info .card .inner .cardcont .cont h3 {
    font-size: 1em;
  }
  .info .card .inner .cardcont .cont h2 {
    font-size: 2.2em;
  }
  .info .card .inner .cardcont .cardbr {
    display: none;
  }
  .product {
    padding: 15vw 0;
  }
  .product > .widthWrap > h1 {
    font-size: 2em;
  }
  .product > .widthWrap > h2 {
    font-size: 1em;
    padding: 0 3vw;
    word-break: keep-all;
  }
  .product > .widthWrap > h2 span {
    display: none;
  }
  .product .pdtcard .inner h1 {
    font-size: 1.3em;
    margin: 3vw 0 0vw;
  }
  .product .pdtcard .inner h2 {
    font-size: 0.8em;
    margin: 3vw 0;
    word-break: keep-all;
  }
  .product .pdtcard .inner .plus {
    margin-bottom: 3vw;
  }
  .textarea {
    padding: 11vw 3vw 90vw;
    text-align: left;
  }
  .textarea span {
    font-size: 0.8em;
    word-break: keep-all;
  }
  .textarea em {
    font-size: 0.8em;
    word-break: keep-all;
  }
  .logo {
    width: 40vw;
    text-align:center;
  }
  .logo img {
    width: 100%;
  }
  .swiper {
    height: 40vh;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    display: none !important;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none !important;
  }
  .swiper .sl01 {
    background: url("../images/m_main1.jpg") no-repeat center / cover;
  }
  .swiper .sl02 {
    background: url("../images/m_main2.jpg") no-repeat center / cover;
  }
  .swiper .sl03 {
    background: url("../images/m_main3.jpg") no-repeat center / cover;
  }
  .swiper .sl04 {
    background: url("/images/m_main4.jpg") no-repeat center / cover;
  }
  .swiper .sl05 {
    background: url("/images/m_main5.jpg") no-repeat center / cover;
  }
  .swiper .sl06 {
    background: url("/images/m_main6.jpg") no-repeat center / cover;
  }
  .swiper .inner {
    display: none;
  }
  .swiper .mbt {
    display: flex;
    height: 40vh;
    align-items: center;
    justify-content: center;
  }
  .swiper .mbt img {
    width: 100%;
    max-width: 700px;
  }
  .callnumber {
    width: 100%;
    padding: 2vw 0;
    background: #2c72ec;
    margin-right: 0;
    justify-content: center;
  }
  .callnumber .icon {
    width: 10vw;
  }
  .callnumber .cont {
    align-items: center;
    flex-direction: row;
  }
  .callnumber .cont h1 {
    font-size: 1em;
    margin-right: 10px;
  }
  .callnumber .cont h2 {
    font-size: 2em;
  }

  .callinput {
    width: 100%;
    padding: 3vw;
  }
  .callinput .inputbox {
    flex-direction: column;
    width: 100%;
  }
  .callinput .inputbox span {
    display: none;
  }
  .callinput .inputbox input {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 2vw;
    padding: 0 2vw;
    height: 40px;
  }
  .callinput .agreebox {
    margin-left: 0;
    margin-top: 2vw;
  }
  .confirmbtn {
    width: calc(100% - 6vw);
    margin-left: 0;
    margin: auto;
    margin-bottom: 3vw;
    justify-content: center;
    height: 80px;
  }
  .modal {
    width: 100% !important;
    padding: 2vw !important;
    font-size: 0.8em !important;
  }
  .scrollbox {
    height: 90vh;
  }
  .modal .title h1 {
    font-size: 1.2em;
  }
  .modal .title h2 {
    font-size: 2em;
  }

  .infos li.redp {
    color: #dd1b35;
  }
  .infos div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #efefef;
  }
  .infos div:last-child {
    border-bottom: 0px;
  }
  .infos li:nth-child(odd) {
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #efefef;
  }
  .infos li:nth-child(even) {
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px 20px;
  }
  .infos li span {
    display: block;
    padding: 2px 0;
    word-break: keep-all;
  }
  .mobileIn {
    display: flex;
    padding: 5vw 0;
    flex-direction: column;
    background: #218ad3;
  }
  .mobileIn .title {
    font-family: "ROKAFSansBold";
    color: #ffcc00;
    text-align: center;
    font-size: 1.7rem;
  }
  .mobileIn h1 {
    font-size: 1em;
    text-align: center;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
    .product .pdtcard {
      padding:0 10px;
    }
    .product .pdtcard a {
      width: calc(48% - 10px);
    }
    .product .pdtcard .inner {
      width: calc(100% / 2 - 10px);
    }
    .logo {
      font-size: 24px;
    }
    .box{
      padding:50px 0;
    }
    .title span{
      font-size:18px;
    }
    .title p{
      font-size:30px;
    }
    .b5r-tit{
      font-size: 14px;
    }
    .ba5-btn a{
      height:55px;
      font-size:16px;
    }
}