header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
video,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
span,
a {
  display: inline-block;
}
a {
  text-decoration: none;
  font-style: normal;
}
html,
body {
  font-family: "Noto Sans KR";
  font-weight: 100;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  -webkit-overflow-scrolling: touch;
}
body {
  color: #000;
  letter-spacing: -1px;
  -webkit-text-size-adjust: none; /*아이폰가로 폰트확대 방지*/
  vertical-align: top;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
input,
select,
radio,
div {
  vertical-align: top;
}
input[type="submit"],
button {
  cursor: pointer;
}
input[type="radio"] {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* guide */
.br320 {
  display: block;
}
.br375,
.br412,
.br1200 {
  display: none;
}
.inner {
  width: 100%;
  margin: 0 auto;
}

/* font */
html {
  font-size: 62.5%; /*font-size:10px;*/
}

/* footer */
.footerBg {
  padding: 4rem 5%;
  background: #fff;
  text-align: center;
}
.footer {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #888;
}
.footer p {
  margin-top: 1.5rem;
}

@media screen and (min-width: 375px) {
  .br375 {
    display: block;
  }
  .br320,
  .br412,
  .br1200 {
    display: none;
  }
}
@media screen and (min-width: 412px) {
  /*galaxy note9*/
  .br412 {
    display: block;
  }
  .br320,
  .br375,
  .br1200 {
    display: none;
  }
}
@media screen and (min-width: 415px) {
  .inner {
    max-width: 41.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .br1200 {
    display: block;
  }
  .br320,
  .br375,
  .br412 {
    display: none;
  }
  .inner {
    max-width: 120rem;
  }
  /*footer*/
  .footerBg {
    padding: 4rem 0 6rem;
    background: none;
  }
  .footer {
    font-size: 1.4rem;
  }
}

/*=========================start css=============================*/
/*preloader*/
.spinner-wrapper {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2a7ced;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  text-align: center;
}
.spinner > div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 375px) {
}

@media screen and (min-width: 412px) {
}

@media screen and (min-width: 415px) {
}

@media screen and (min-width: 1200px) {
}

/*header*/
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  background: #fff;
  z-index: 999999;
  display: ;
  border-bottom: 1px solid #ddd;
}
.header .inner .logo {
  padding-top: 2rem;
  padding-left: 20px;
  z-index: 999;
}
.header .inner .logo a {
  cursor: pointer;
  width: 45%;
}
.header .inner .logo a img {
  width: 120px;
}
.header .inner nav {
  width: 50%;
  height: 100%;
  background: #ffd904;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: -3px 0px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
#gnb {
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
}
#gnb li {
  margin: 0px;
  text-align: right;
}
#gnb li:nth-of-type(1)::after {
  display: none;
}
#gnb li:nth-of-type(5) {
  margin-right: 0;
}
#gnb li a {
  font-weight: bold;
  display: block;
  color: #332f3a;
  padding: 1rem 20px 1rem 0;
  font-size: 1.6rem;
  line-height: 1.2em;
  transition: 0.2s;
  cursor: pointer;
  border-bottom: 0;
}
#gnb li a:hover {
  color: #694113;
  transition: 0.2s;
}
.header .inner .toggle {
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 9999999;
  font-size: 2rem;
  cursor: pointer;
  transition: 0.5s;
}
.header .inner .toggle i {
  color: #000;
}

/*main*/
#main-type02-Bg {
  width: 100%;
  background: url("../img/main_bg.png") 50% bottom no-repeat;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#main-type02-Wrap {
  width: 100%;
  position: relative;
}
#main-type02 {
  width: 100%;
  height: auto;
  padding: 20rem 0rem 5rem 0rem;
}
#main-type02-Bg h2 {
  font-size: 3rem;
  color: white;
  margin-bottom: 2rem;
  line-height: 4rem;
}
#main-type02-Bg h2 strong {
  color: #22256a;
}
#main-type02-Bg p {
  color: white;
  display: inline-block;
  margin-bottom: 5rem;
  font-size: 1.7rem;
  line-height: 1.4em;
}
#main-type02 .scroll {
  text-align: center;
  margin-bottom: 6rem;
  display: block;
  cursor: pointer;
  animation: move 1.5s alternate infinite;
  animation-name: move;
}
@keyframes move {
  0% {
    transform: translateY(30%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(30%);
  }
}

@media screen and (min-width: 412px) {
  #main-type02 p {
    padding: 2rem;
  }
}
#intro-Wrap {
  text-align: center;
  background-image: url(../img/con01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 0;
}
#intro h2 {
  font-size: 2.8rem;
  color: #1c1b1b;
  font-family: "KoPubWorldDotum";
  font-weight: 700;
  margin-bottom: 2rem;
}
#intro h3 {
  font-size: 1.8rem;
  color: #20362d;
  font-family: "KoPubWorldDotum";
  font-weight: 500;
  margin-top: 1rem;
}
#intro h3::before {
  content: "";
  display: block;
  width: 7%;
  height: 5%;
  background-image: url(../img/before_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
/* #intro .img-text-1x3 {
  padding: 6rem 5%;
} */
#intro .img-text-1x3 .img-box {
  overflow: hidden;
  text-align: center;
}
#intro .img-text-1x3 ul {
  overflow: hidden;
}
#intro .img-text-1x3 ul li {
  border-radius: 20px;
  float: left;
  width: 45%;
  margin: 0.5rem;
}

#intro .img-text-1x3 ul li .text-box h1 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2em;
  margin-top: -10.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #fff;
}

#intro .img-text-1x3 ul li .text-box p {
  display: none;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.2em;
}
#intro .img-text-1x3 ul li {
  margin-bottom: 10.4rem;
}
#intro .img-text-1x3 ul li:last-child {
  margin-bottom: 0;
}

/* two */
#two-Wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 0 10rem;
  /* margin: 5rem 0 10rem; */
}
#two-Wrap article {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#two-Wrap p {
  text-align: center;
}
#two-Wrap p.carrer {
  padding: 0 2rem;
}
#two-Wrap p.carrer img {
  margin-top: 8rem;
  /* text-align: center; */
  /* margin: 0 auto; */
}
#confirm-Bg {
  position: relative;
  padding: 10rem 0;
}
#confirm-Bg h1 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.2em;
  margin-top: 3.3rem;
}
#confirm-Bg h2 {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 3.8rem 0 4rem;
}

#slider-type04-Bg h2 {
  font-size: 2.8rem;
  color: #ffffff;
  font-family: "KoPubWorldDotum";
  font-weight: 700;
  margin-bottom: 2rem;
}
#slider-type04-Bg h3 {
  font-size: 1.4rem;
  color: #ffffff;
  font-family: "KoPubWorldDotum";
  font-weight: 500;
  margin-top: 1rem;
}
#slider-type04-Bg h3::before {
  content: "";
  display: block;
  width: 7%;
  height: 5%;
  background-image: url(../img/before_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
#slider-type04-Bg {
  background-image: url(../img/report_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10rem 0;
  background-position: center 9%;
}
.tabBox {
  text-align: center;
}
.tab-menus ul {
  overflow: hidden;
  margin: 0 auto;
}
.tab-menus ul li {
  overflow: hidden;
  float: left;
  margin-right: 2rem;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 1rem;
  margin-left: 10%;
}
.tab-menus ul li:hover {
  cursor: pointer;
}
.tab-menus ul li:hover p {
  background-color: rgb(255, 233, 39);
  color: rgb(37, 36, 35);
  border: 1px solid rgb(255, 233, 39);
}
.aa {
  color: #ffffff;
  display: block;
  border: 2px solid #ffffff;
  border-radius: 30px;
  transition: 0.3s;
  padding: 1rem 3rem;
  font-family: "KoPubWorldDotum";
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  font-size: 2rem;
}
.tab-contents {
  width: 100%;
  overflow: hidden;
}
.tab-contents ul {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 4.6rem;
  overflow: hidden;
  padding: 0rem;
}
.tab-contents ul li {
  float: left;
  width: 48.4%;
  margin-right: 26px;
  margin-bottom: 2%;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  margin-right: 1rem;
}
.tab-contents ul li .box {
  width: 100%;
  height: 100px;
  background-color: rgba(42, 150, 203, 0.63);
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.tab-contents ul li .box i {
  position: relative;
  margin-top: 4rem;
  font-size: 2rem;
  cursor: pointer;
  color: white;
  margin-bottom: 3rem;
}
.tab-contents ul li:hover .box {
  opacity: 1;
}
.tab-contents ul li:nth-of-type(even) {
  margin-right: 0rem;
}
.tab-contents ul li .box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 142, 213, 0.85);
  position: absolute;
  left: 0;
  top: 0px;
  transition: 0.5s;
  z-index: 9;
  opacity: 0;
  padding-top: 20px;
}
.tab-contents ul li .box .button {
  cursor: pointer;
  width: 51px;
  height: 51px;
  margin: 0 auto;
}
.tab-contents ul li a {
  transition: 0.5s;
  transform-origin: center;
}
.tab-contents ul li:hover a {
  transform: scale(1.15);
}
.ee {
  width: 100%;
  padding: 1rem 0rem;
}
.ee ul li {
  float: left;
  font-size: 1.5rem;
}
.ee ul li img {
  width: 15px;
}
.ee ul li p {
  margin-left: 10%;
  display: block;
  width: 230px;
  margin-top: -12px;
}
.ee ul li:nth-of-type(2) p {
  margin-top: -10px;
}
.ee ul li:nth-of-type(2) img {
  margin-top: 10px;
}
.active {
  color: rgb(39, 36, 36);
  background-color: rgb(255, 233, 39);
  border-radius: 30px;
  border: 2px solid rgb(255, 233, 39);
}

#con_bar-Bg {
  width: 100%;
  height: auto;
  background-image: url(../img/con_barbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0;
  text-align: center;
}

/*form*/
/* #formBg {
  position: relative;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 10rem;
}

#form .title {
  padding: 10rem 5% 0;
  text-align: center;
}
#form .title div img {
  width: 140px;
}
#form .title h1 {
  font-size: 3rem;
  color: #fff;
  font-family: "KoPubWorldDotum";
  font-weight: 700;
  margin-top: 2rem;
}

.form-info {
  margin: 2rem 0 4rem;
  text-align: cewnter;
}
.form-info div {
  margin-bottom: 1rem;
}
.form-info div p {
  color: #fff;
  font-size: 1.6rem;
}
.form-info div p:first-child {
  font-weight: 400;
}
.form-info div p:last-child {
  font-weight: 100;
}
.form-box {
  width: 260px;
  margin: 0 auto;
}
.form-btn {
  text-align: center;
  margin-top: 3rem;
}
.form-btn button {
  display: inline-block;
  color: #fff;
  padding: 1rem 0 1rem 3rem;
  width: 200px;
  text-align: left;
  border-radius: 5rem;
  outline: none;
  box-shadow: 2px 2px 5px #555;
  transition: 0.2s;
  background: #2a7ced;
}
.form-btn button:hover {
  background: #0964e1;
  transition: 0.2s;
}
.form-btn button p {
  font-size: 1.8rem;
  display: inline-block;
}
.form-btn button img {
  margin: 0.8rem 0 0 1.5rem;
} */

#file-Bg {
  padding: 10rem 0 3rem;
  width: 100%;
  height: auto;
  background-image: url(../img/file_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#file-Bg h2 {
  color: #fff;
  text-align: center;
  font-family: "KoPubWorldDotum";
  font-weight: 700;
  font-size: 2.8rem;
}

#file-Bg .img-text-1x2 {
  padding: 6rem 5%;
}
#file-Bg .img-text-1x2 .img-box {
  text-align: center;
}
#file-Bg .img-text-1x2 ul li .text-box h1 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
#file-Bg .img-text-1x2 ul li .text-box p {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2em;
}
#file-Bg .img-text-1x2 ul li {
  margin-bottom: 2.4rem;
}

/*footer*/
.footer {
  background: #fff;
}
.footer .inner {
  margin: 0 auto;
  padding: 4rem 0rem;
}
.footer .logo {
  margin-left: 2.1rem;
  width: 120px;
  height: auto;
}
.footer .info {
  display: inline-block;
  padding: 0rem 2rem;
  margin-top: 3rem;
}
.footer p {
  color: #666;
  line-height: 1.8em;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer p span {
  display: none;
}

/*floatMenu*/
.floatMenu {
  width: 40px;
  right: 5%;
  bottom: 20px;
  position: fixed;
  z-index: 9999;
}
.floatMenu div {
  text-align: center;
  width: 40px;
  height: 40px;
  margin-top: 1rem;
  border-radius: 20px;
  background: #ff9e1f;
  display: table;
}
.floatMenu div:hover {
  background: #ff8008; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #ffc837,
    #ff8008
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #ffc837,
    #ff8008
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  transition: 0.2s;
}
.floatMenu div a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.floatMenu div img {
  display: inline-block;
  cursor: pointer;
}
.floatMenu .goForm img {
  width: 25px;
}
.floatMenu .kakao img {
  width: 25px;
}
.floatMenu .blog img {
  width: 22px;
}
.floatMenu .insta img {
  width: 22px;
}
.floatMenu .call img {
  width: 22px;
}
.floatMenu .top img {
  width: 22px;
}

@media screen and (min-width: 1200px) {
  /* form setting */
  #form label {
    font-size: 1.8rem;
  }
  .name input,
  .phone input,
  .memo textarea,
  .date input,
  .select01 select,
  .select02 select {
    font-size: 1.6rem;
  }
  #ui-datepicker-div {
    font-size: 1.6rem;
  }

  /* header */
  .header {
    width: 100%;
    height: 94px;
  }
  .header .inner {
    padding: 0;
    position: relative;
  }
  .header .inner .logo {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
  }
  .header .inner .logo a {
    display: block;
    width: auto;
  }
  .header .inner .logo a img {
    width: auto;
  }
  .header .inner nav {
    background: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    display: block;
  }
  #gnb {
    width: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 3.6rem;
  }
  #gnb li {
    margin: 0px 2rem;
    text-align: left;
    float: left;
  }
  #gnb li a {
    padding: 0 1.5rem;
    font-weight: 400;
    font-size: 1.8rem;
  }
  #gnb li a:hover {
    background: none;
    color: #000;
  }
  .header .inner .toggle {
    display: none;
  }
  /* main */
  #main-type02-Bg {
    text-align: left;
  }
  #main-type02-Bg .line {
    background: white;
    width: 46%;
    height: 2px;
    position: absolute;
    top: 57rem;
    transform: translateX(-300px);
    opacity: 0;
    transition: 0.8s;
  }
  #main-type02-Bg.on .line {
    transform: translateX(0px);
    opacity: 1;
  }
  #main-type02-Wrap {
    width: 1200px;
    margin: 0 auto;
  }
  #main-type02 {
    padding: 36rem 0rem 3rem 0rem;
  }
  #main-type02-Bg h2 {
    font-family: "KoPubWorldDotum";
    font-weight: 700;
    font-size: 5.5rem;
    margin-bottom: 4rem;
    line-height: 6.5rem;
    transform: translateX(-300px);
    opacity: 0;
    transition: 0.8s;
  }
  #main-type02-Bg.on h2 {
    transform: translateX(0px);
    opacity: 1;
  }
  #main-type02-Bg p {
    margin-bottom: 18rem;
    font-size: 2.6rem;
    line-height: 1.6em;
    padding-top: 0rem;
    transform: translateX(-300px);
    opacity: 0;
    transition: 0.8s;
  }

  #main-type02-Bg.on p {
    transform: translateX(0px);
    opacity: 1;
  }
  #intro .img-text-1x3 ul li .text-box h1 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #1e1e1e;
  }

  #intro h2 {
    font-size: 5.5rem;
    color: #20362d;
    font-family: "KoPubWorldDotum";
    font-weight: 700;
  }
  #intro h3 {
    font-size: 2.8rem;
    color: #20362d;
    font-family: "KoPubWorldDotum";
    font-weight: 500;
    margin-top: 1rem;
  }
  #intro h3::before {
    content: "";
    display: block;
    width: 7%;
    height: 7%;
    background-image: url(../img/before_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  #intro .img-text-1x3 {
    padding: 6rem 2rem;
  }
  #intro .img-text-1x3 ul li .text-box h1 {
    font-size: 3rem;
  }
  #intro .img-text-1x3 ul li .text-box p {
    font-size: 2rem;
  }
  #intro .img-text-1x3 ul {
    position: relative;
    overflow: hidden;
    height: 105rem;
  }
  #intro .img-text-1x3 ul li {
    overflow: hidden;
    width: 30.8%;

    margin-right: 2.4rem;
  }

  /* #intro .img-text-1x3 ul li:nth-of-type(1) {
    background-image: url(../img/con01_liimg01.png);
    background-repeat: no-repeat;
    background-size: 100%;
  } */
  #intro .img-text-1x3 ul {
  }
  #intro .img-text-1x3 ul li img {
    height: 360px;
    transform: scale(1);
  }
  #intro .img-text-1x3 ul li:hover img {
    transform: scale(1.4);
    transition: all ease 1s;
    filter: grayscale(50%);
  }

  #intro .img-text-1x3 ul li:nth-child(2) {
    margin-top: 6rem;
  }
  #intro .img-text-1x3 ul li:nth-child(4),
  #intro .img-text-1x3 ul li:nth-child(5),
  #intro .img-text-1x3 ul li:nth-child(6) {
    position: absolute;

    height: 460px;
  }
  #intro .img-text-1x3 ul li:nth-child(4) {
    top: 50rem;
  }
  #intro .img-text-1x3 ul li:nth-child(5) {
    left: 39rem;
    top: 57rem;
  }
  #intro .img-text-1x3 ul li:nth-child(6) {
    right: 0;
    top: 50rem;
  }
  /* #intro .img-text-1x3 ul li:hover p {
    display: block;
    margin-top: -20rem;
  } */

  /* #intro .img-text-1x3 ul li:nth-child(2),
  #intro .img-text-1x3 ul li:nth-child(5) {
    margin-top: 2.4rem;
  } */
  #intro .img-text-1x3 ul li:last-child {
    margin-right: 0;
  }
  #two-Wrap p.carrer {
    padding: 0 0;
  }
  #two-Wrap p {
    text-align: center;
    width: 50%;
    float: left;
  }
  #two-Wrap p img {
    text-align: center;
    margin: 0 auto;
  }
  #two-Wrap p.carrer img {
    margin-top: 8rem;
    /* text-align: center; */
    /* margin: 0 auto; */
  }

  #slider-type04-Bg h2 {
    font-size: 5.5rem;
    color: #ffffff;
    font-family: "KoPubWorldDotum";
    font-weight: 700;
  }
  #slider-type04-Bg h3 {
    font-size: 2.8rem;
    color: #ffffff;
    font-family: "KoPubWorldDotum";
    font-weight: 500;
    margin-top: 1rem;
  }
  #slider-type04-Bg h3::before {
    content: "";
    display: block;
    width: 7%;
    height: 7%;
    background-image: url(../img/before_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  #slider-type04 .tab-menus {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1.2em;
    padding: 1rem;
    padding-bottom: 0.5rem;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .tab-menus ul li {
    margin-left: 1rem;
    width: 24%;
  }
  .tab-contents ul {
    width: 1200px;
  }
  .tab-contents ul li {
    width: 23.7%;
    height: 180px;
  }
  .tab-contents ul li .box {
    left: 0;
    top: 0px;
    z-index: 9;
    padding-top: 60px;
  }
  .bb ul li > img {
    transition: all ease 1s;
  }
  .ee ul li img {
    width: 20px;
  }
  .ee ul li p {
    width: 300px;
    margin-top: -10px;
  }
  .ee ul li:nth-of-type(2) img {
    margin-top: 0px;
  }
  .ee ul li:nth-of-type(2) p {
    margin-top: -10px;
  }
  .tab-contents ul li .box .button {
    cursor: pointer;
    width: 51px;
    height: 51px;
    margin: 0 auto;
  }
  .tab-contents ul li a {
    transition: 0.5s;
    transform-origin: center;
  }
  .tab-contents ul li:nth-of-type(4),
  .tab-contents ul li:nth-of-type(8),
  .tab-contents ul li:nth-of-type(12),
  .tab-contents ul li:nth-of-type(16),
  .tab-contents ul li:nth-of-type(20),
  .tab-contents ul li:nth-of-type(24),
  .tab-contents ul li:nth-of-type(28) {
    margin-right: 0px;
  }
  .tab-contents ul li:nth-of-type(2),
  .tab-contents ul li:nth-of-type(6),
  .tab-contents ul li:nth-of-type(10),
  .tab-contents ul li:nth-of-type(14),
  .tab-contents ul li:nth-of-type(18),
  .tab-contents ul li:nth-of-type(22),
  .tab-contents ul li:nth-of-type(26),
  .tab-contents ul li:nth-of-type(30) {
    margin-right: 2rem;
  }

  /* confirm */

  #confirm-Bg {
    padding: 17rem 0 14rem;
  }
  #confirm-Bg h1 {
    font-size: 6.2rem;
    margin-top: 3.3rem;
  }
  #confirm-Bg h2 {
    font-size: 2.4rem;
    margin: 3.8rem 0 11.2rem;
  }

  /*form*/
  /* #formBg {
    padding: 8rem 0;
  }
  #form {
    position: relative;
  }
  #form .title div img {
    width: auto;
  }
  #form .title h1 {
    font-size: 6rem;
    font-family: "KoPubWorldDotum";
    font-weight: 700;
    margin-top: 4.5rem;
    color: #fff;
  }

  .form-info {
    margin: 4rem 0 0;
  }
  .form-info div p {
    font-size: 2.4rem;
    display: inline-block;
  }
  .form-info div p:first-child {
    margin-right: 1rem;
  }
  .form-box {
    width: 100%;
    margin-top: 5rem;
  }
  .name,
  .phone,
  .date,
  .select01,
  .select02 {
    width: 23.9%;
    padding: 0 0.5%;
  }
  .memo {
    width: 98.9%;
    padding: 0 0.5%;
  }

  .form-btn button {
    width: 248px;
    margin-top: 0;
  }
  .form-btn button p {
    font-size: 2.6rem;
  }
  .form-btn button img {
    margin: 1.2rem 0 0 1.5rem;
  } */

  #file-Bg {
    width: 100%;
    height: auto;
    background-image: url(../img/file_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #file-Bg h2 {
    letter-spacing: -0.5rem;
    font-family: "KoPubWorldDotum";
    font-weight: 700;
    font-size: 5.5rem;
    color: #fff;
  }
  #file-Bg .img-text-1x2 {
    padding: 6rem 2.6rem;
  }
  #file-Bg .img-text-1x2 ul li .text-box h1 {
    font-size: 3rem;
  }
  #file-Bg .img-text-1x2 ul li .text-box p {
    font-size: 2rem;
  }
  #file-Bg .img-text-1x2 ul {
    overflow: hidden;
  }
  #file-Bg .img-text-1x2 ul li {
    float: left;
    width: 552px;
  }
  #file-Bg .img-text-1x2 ul li:nth-child(1),
  #file-Bg .img-text-1x2 ul li:nth-child(3) {
    margin-bottom: 0;
    margin-right: 2.4rem;
  }

  /*footer*/
  .footer .inner {
    padding: 5rem 0rem;
  }
  .footer .logo {
    display: inline-block;
    margin-right: 6.1rem;
    margin-left: 0;
    width: auto;
  }
  .footer .logo img {
    margin-top: 2rem;
  }
  .footer .info {
    width: 70%;
    padding: 0rem 2.5rem;
    margin-top: 0rem;
  }
  .footer p {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: normal;
  }
  .footer p span {
    display: inline-block;
  }

  .floatMenu {
    width: 60px;
    right: 20px;
  }
  .floatMenu div {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .floatMenu .goForm img {
    width: auto;
  }
  .floatMenu .kakao img {
    width: auto;
  }
  .floatMenu .blog img {
    width: auto;
  }
  .floatMenu .insta img {
    width: auto;
  }
  .floatMenu .call img {
    width: auto;
  }
  .floatMenu .top img {
    width: auto;
  }
}
