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: "KoPub Dotum"; */
  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;
  position: relative;
}

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;
}

.br412,
.br640,
.br1200 {
  display: none;
} */

.inner {
  width: 90%;
  margin: 0 auto;
}

/* font */

html {
  font-size: 62.5%;
  /*font-size:10px;*/
}

/* margin,padding */

/*form*/

/* form validator */

p {
  display: block;
}

p.error {
  font-size: ;
  margin-left: 0;
  color: white;
}

.control-group {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*-----------------------------form메일 라인색깔 바꾸는 부분--------------------------*/

.control-group.warning > p,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #02b0e8;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #02b0e8;
  border-color: #02b0e8;
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #02b0e8;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #02b0e8;
  background-color: #02b0e8;
  border-color: #02b0e8;
}

.control-group.error > p,
.control-group.error .help-block,
.control-group.error .help-inline {
  position: absolute;
  left: 15px;
  bottom: 2px;
  padding: 4px 8px 0 24%;
  font-size: 0.8rem;
  color: #999;
}

.agree.control-group.error > p,
.agree.control-group.error .help-block,
.agree.control-group.error .help-inline {
  position: absolute;
  left: 3px;
  bottom: -1rem;
  padding: 0.4rem 0.8rem 0 0;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #222;
  background-color: white;
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #02b0e8;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #02b0e8;
  background-color: #02b0e8;
  border-color: #02b0e8;
}

.time .error {
  margin-bottom: 1.8rem;
}

.time p {
  position: absolute;
  left: 0px;
  bottom: -20px;
  font-size: 0.8rem;
}

.area p.error {
  position: absolute;
  left: 28%;
  bottom: 0;
  font-size: 0.8rem;
  color: #999;
}

.gender p.error {
  position: absolute;
  left: 24%;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffe5e6;
}

.agree p.error {
  position: absolute;
  left: 2px;
  top: 10px;
  font-size: 0.8rem;
  color: #ffe5e6;
}

/* browser placeholder */

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

/* form setting */

.hope,
.name,
.brand,
.model,
.age,
.phone,
.email,
.time,
.money,
.job,
.area,
.memo {
  background: #ffffff;
  /*    border: 2px solid #31a05e; */
  width: 100%;
  height: 52px;
  overflow: hidden;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hope input:focus,
.name input:focus,
.brand input:focus,
.model input:focus,
.age input:focus,
.area input:focus,
.phone input:focus,
.email input:focus,
.memo textarea:focus,
.money input:focus {
  background: #f5f5f5;
  outline: none;
}

.memo {
  height: 85px;
}

.hope input,
.name input,
.brand input,
.model input,
.age input,
.phone input,
.email input,
.money input,
.area input,
.memo textarea {
  outline: none;
  overflow: hidden;
  float: right;
  color: #666;
  font-size: 1.6rem;
  padding: 1.6rem 1.5rem 1.8rem;
  margin-top: -0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.money span {
  float: right;
  font-size: 1.6rem;
  color: #666;
  padding: 1.6rem 2rem 1.6rem 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.time_select_wrap,
.money_select_wrap,
.job_select_wrap,
.area_select_wrap {
  outline: none;
  overflow: hidden;
  float: right;
  padding: 1.5rem 1.5rem 1.8rem 0;
  margin-top: -0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.time select,
.money_select,
.job_select,
.area_select {
  color: #666;
  font-size: 1.6rem;
  width: 100%;
  background: transparent;
}

div.formLabel {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  vertical-align: top;
  float: left;
  padding: 1.8rem 0 1.6rem 1.2rem;
  margin-top: -0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gender label {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.5rem;
}

.gender label span {
  cursor: pointer;
}

.gender label input {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 30px;
  border-radius: 50%;
}

.gender label span {
  display: inline-block;
  margin-left: 3%;
}

#user_name {
  background-position: 13px 22px !important;
}

#user_name02 {
  background-position: 13px 22px !important;
}

#user_name03 {
  background-position: 13px 22px !important;
}

#user_age {
  background-position: 13px -30px !important;
}

#user_age02 {
  background-position: 13px -30px !important;
}

#user_age03 {
  background-position: 13px -30px !important;
}

#user_phone {
  background-position: 13px -78px !important;
}

#user_phone02 {
  background-position: 13px -78px !important;
}

#user_phone03 {
  background-position: 13px -78px !important;
}

#user_email {
  background-position: 13px -328px !important;
}

#user_comment {
  background-position: 13px -428px !important;
}

#user_hope {
  background-position: 13px -378px !important;
}

#user_money {
  background-position: 13px -228px !important;
}

.time_select_wrap {
  background-position: 13px -178px !important;
}

input,
select,
textarea,
button {
  font-family: "KoPub Dotum";
  font-weight: 100;
  border: 0;
  -webkit-border-radius: 0;
  /*-webkit-appearance:none;*/
}

.form_button {
  position: relative;
  text-align: center;
}

.form_button button {
  outline: none;
  font-family: "KoPub Dotum";
  font-weight: 300;
  /*-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;*/
}

/*----------------------------form동의 체크하기 부분 -----------------------------*/

.agree {
  width: 100%;
  font-size: 1.4rem;
  cursor: pointer;
  color: #fff;
  border-top: px solid #433830;
  margin: 0;
  padding-top: ;
}

.agree a {
  margin: 0 0 0 3px;
  color: #fff;
  padding: 3px 7px;
  background: #484848;
  font-size: 1.2rem;
  display: inline-block;
}

.agree a:link {
  color: #fff;
}

.agree a:visited,
.agree a:active {
  color: #fff;
}

.agree a:hover {
  color: #fff;
  text-decoration: none;
}

.agree input {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  border-radius: 20px;
  background-color: #008ed5;
}

/* main */
#slider-type01 {
  position: relative;
}
.main01 {
  background: url("../img/main_bg01.png") 62% top no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}

.mainTitle {
  padding: 11rem 0 0 2rem;
  text-shadow: 2px 2px 5px #100518;
}
.mainTitle h1 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.2em;
  text-shadow: 2px 2px 10px #100518;
}
.mainTitle h1 p {
  font-weight: 100;
}
.mainTitle h2 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 100;
  line-height: 1.3em;
}

.mainBtn {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 38rem;
}
.mainBtn div button {
  display: inline-block;
  color: #fff;
  /* margin-left: 2rem; */
  padding: 1rem;
  width: 200px;
  text-align: center;
  border-radius: 2rem;
  outline: none;
  border: 0;
  box-shadow: 2px 2px 5px #100518;
  transition: 0.2s;
  background-color: #eec64d;
}
.mainBtn div button:hover {
  background: rgb(124, 21, 187);
  background: #e65c00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #f9d423,
    #e65c00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #f9d423,
    #e65c00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  transition: 0.2s;
}
.mainBtn div button p {
  font-size: 1.8rem;
  display: inline-block;
}
.mainBtn div button img {
  margin: 0.8rem 0 0 1.5rem;
}

/* SEC01 */
#process-type02-Bg {
  width: 100%;
  background-color: #fff;
  text-align: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#process-type02-Bg .conWrap {
  width: 100%;
}
#process-type02-Bg #process-type02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5rem 0rem;
}
#process-type02-Bg #process-type02 article {
  width: 100%;
  height: auto;
}
#process-type02-Bg h2 {
  text-align: center;
  font-size: 3.4rem;
  font-family: "KoPub Dotum";
  line-height: 1.2em;
  color: white;
}

#process-type02-Bg article > p {
  text-align: center;
  font-size: 1.8rem;
  font-family: "KoPub Dotum";
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #eee;
}
#process-type02-Bg ul {
  overflow: hidden;
  width: 96%;
  margin: 2rem auto;
}
#process-type02-Bg ul li {
  background-color: #fff;
  box-shadow: 3px 3px 10px #ddd;
  float: left;
  width: 87%;
  height: auto;
  border-radius: 20px;
  margin: 0.5rem;
  padding: 1.5rem 2.5rem;
}
#process-type02-Bg ul li img {
  float: left;
}
#process-type02-Bg ul li h4 {
  font-family: "KoPub Dotum";
  color: #eec64d;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

#process-type02-Bg ul li h3 {
  font-size: 1.8rem;
  font-family: "KoPub Dotum";
}
#process-type02-Bg ul li p {
  margin-top: 1rem;
  font-size: 1.5rem;
  /* color: white; */
  font-family: "KoPub Dotum";
  /* display: block; */
  font-weight: 500;
}

#sec01 {
  /* padding: 0 2rem; */
}
#sec01 .con01 {
  background-image: url(../img/con01_bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  padding: 2rem 0;
  margin-top: 8rem;
}
#sec01 h2 {
  padding: 0 2rem;
  margin-bottom: 6rem;
  text-align: center;
}

#sec01 .con01 div {
  padding: 2rem 1rem;
}

#sec01 .con01 .con01_con p {
  margin: 4rem 1rem 0;
}

#sec01 .con02 {
  position: relative;
  margin: 10rem 0 0;
  padding: 1rem 0 8rem;
  background-image: url(../img/sec01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: auto;
}

#sec01 .con02 h2 {
  margin-bottom: 3rem;
}
#sec01 .con02 h3 {
  text-align: center;
  margin: 7rem 0 4rem;
}

#sec01 .con02.on ul {
  /* background-color: #ffffffe7; */
  border-radius: 40px;
  opacity: 1;
  transform: translateY(0px);
}
#sec01 .con02 ul {
  margin-top: 5rem;
  overflow: hidden;
  transition: 2s;
  transform: translateY(300px);
  opacity: 0;
}
#sec01 .con02 ul li {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: left;
  width: 43%;
  margin: 0.5rem;
}
#sec01 .con02 ul li .hover_text {
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 3.5rem 0;
  border-radius: 11px;
  display: none;
  font-weight: bold;
  width: 100%;
  background-color: #1005188a;
}
#sec01 .con02 ul li:hover {
}
#sec01 .con02 ul li:hover .hover_text {
  top: 0;
  left: 0;
  display: block;
}
#sec01 .con02 .con02_mobile {
  display: block;
  width: 38%;
  position: absolute;
  bottom: 1%;
  right: 10%;
  /* z-index: -1;*/
}

#sec01 .con03 {
  /*margin: 4rem 0 0; */
  padding: 4rem 0 3rem;
  background-image: url(../img/con02_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 99%;
  width: 100%;
  height: auto;
}
#sec01 .con03 h3 {
  text-align: right;
  margin: 3rem 0rem 4rem 7rem;
}
#sec01 .con03 ul {
  margin: 0rem auto 0;
  overflow: hidden;
  text-align: center;
}
#sec01 .con03 ul li {
  width: 31.8%;
  height: auto;
  margin: 0.2rem;
  float: left;
}
#sec01 .con03 ul li .hover_text {
  display: none;
}
#sec01 .con03 p {
  margin: 0 auto;
  /* width: 60%; */
  font-size: 1.6rem;
  margin-top: 2rem;
  font-family: "KoPub Dotum";
  text-align: center;
  padding: 1rem;
  border: 1px solid #fff;
  color: #433830;
}
#sec01 .con04 {
  background-image: url(../img/con04_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: auto;
  width: 100%;
  padding: 5rem 0 8rem;
}
#sec01 .con04_coco h3 {
  margin-bottom: 4rem;
}
#sec01 .con04_coco {
  text-align: center;
  transition: 1s;
  transform: translateY(300px);
  opacity: 0;
}

#sec01 .con04_coco.on {
  opacity: 1;
  transform: translateY(0px);
}

/* sec02 */
#sec02 {
  padding: 1rem;
  margin-top: 8rem;
}
#sec02 h2 {
  text-align: center;
  margin-bottom: 3rem;
}

#sec02 .responsive .slick-slide {
  margin: 0 10px;
}

button {
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
}

.modal_content {
  /* width: 400px; */
  /* height: 200px; */
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 36%;
  left: 32%;
  margin-top: -100px;
  margin-left: -200px;
  text-align: center;
  box-sizing: border-box;
  /* padding: 74px 0; */
  line-height: 23px;
  cursor: pointer;
}

/* #sec02 .center01 {
  border-radius: 9%;
  border: 5px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #ffe87b 0%, #ffa970 100%);
  border-image-slice: 1;
  background-color: #fff;
  height: auto;
  width: 100%;
  background-origin: border-box;
  background-clip: content-box, border-box;
} */

/* sec04 */
#slider-type03-Bg {
  padding-bottom: 15rem;
  margin-top: 8rem;
}
#slider-type03 .title {
  padding: 10rem 0;
  background: url("../img/gallery_bg.jpg") center top no-repeat;
  background-size: cover;
}
#slider-type03 .title span {
  display: flex;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
}
#slider-type03 h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
#slider-type03 h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 2rem;
  padding: 1rem;
}
#slider-type03 .mapBox {
  width: 90%;
  margin: 4rem auto 0;
}
#slider-type03 .tabBox {
  margin-top: 4rem;
}
#slider-type03 .tabBox .tabMenu {
  border-bottom: 1px solid #dbdbdb;
}
#slider-type03 .tabBox .tabMenu ul {
  text-align: center;
}
#slider-type03 .tabBox .tabMenu ul li {
  display: inline-block;
  width: 50%;
}
#slider-type03 .tabBox .tabMenu ul li p {
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
}
#slider-type03 .tabBox .tabConWrap {
  width: 280px;
  margin: 2rem auto 0;
  position: relative;
}
#aa {
  position: relative;
}
#slider-type03 .slider-nav {
  margin-top: 1rem;
}
#slider-type03 .slick-slide {
  margin: 0 0.1rem;
}

#slider-type03 .mapBox .mapTitle h3 {
  font-size: 1.8rem;
  padding-top: 2.5rem;
  font-weight: bold;
}
#slider-type03 .mapBox .mapTitle button {
  margin-top: 1rem;
  background: #f5a21d;
  width: 156px;
  height: 44px;
  border: 0;
  outline: none;
  font-family: "KoPub Dotum";
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 2px;
}
#slider-type03 .mapBox .mapTitle button:hover {
  background: #fdc830; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #f37335,
    #fdc830
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #f37335,
    #fdc830
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  transition: 0.2s;
  transition: 0.2s;
}
#slider-type03 .mapBox .mapTitle button img {
  margin-top: 0.5rem;
}
#slider-type03 .mapBox .mapText {
  margin-top: 2rem;
}
#slider-type03 .mapBox .mapText ul {
  /* width: 250px; */
  margin: 0 auto;
}
#slider-type03 .mapBox .mapText ul:first-child {
}
#slider-type03 .mapBox .mapText ul.checkTime li p {
  display: inline-block;
  font-size: 1.8rem;
}
#slider-type03 .mapBox .mapText ul.checkTime li p:nth-child(2n-1) {
  width: 130px;
}
#slider-type03 .mapBox .mapText ul.dirAme {
  margin-top: 3rem;
}
#slider-type03 .mapBox .mapText ul.dirAme li {
  display: inline-block;
  width: 33%;
  text-align: center;
  margin-bottom: 2rem;
}
#slider-type03 .mapBox .mapText ul.dirAme li p {
  font-size: 1.6rem;
  margin-top: 1rem;
}

/*form*/

#formBg {
  width: 100%;
  height: auto;
}
#formWrap {
  padding: 5rem 0rem;
  /* background-color: #414141; */
  background-image: url(../img/form_bg.png);
}

.formBox {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
#formBg h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5rem;
  color: white;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1.2em;
  font-family: "KoPub Dotum";
}
#formBg h1::before {
  content: "";
  display: block;
  width: 40%;
  height: 54px;
  /* background-color: #008ed5; */
  background-image: url(../img/tit_img.png);
  margin-bottom: 4rem;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

#formBg h2 {
  font-size: 3rem;
  color: white;
  text-align: center;
  margin-top: 2rem;
  font-weight: 200;
  font-size: 1.8rem;
}
#formBg h3 {
  text-align: center;
  color: white;
  font-size: 2.4rem;
}
#form article h3 img {
  margin-top: 0.2rem;
  margin-right: 1rem;
  width: 30px;
}
#formBg h3 a {
  color: white;
}
div.formLabel {
  width: 28%;
}
.asterisk_name {
  position: absolute;
  top: 4px;
  right: 7%;
  color: #fa6969;
  font-size: 1.8rem;
  z-index: 1;
}
.asterisk_phone {
  position: absolute;
  top: 4px;
  right: 7%;
  color: #fa6969;
  font-size: 1.8rem;
  z-index: 1;
}
.asterisk_area {
  position: absolute;
  top: 4px;
  right: 7%;
  color: #fa6969;
  font-size: 1.8rem;
  z-index: 1;
}
.name,
.phone,
.job,
.area,
.memo {
  position: relative;
  margin-bottom: 15px;
}
.name input {
  display: inline-block;
  width: 72%;
}
.phone input {
  display: inline-block;
  width: 72%;
}
.area input {
  display: inline-block;
  width: 72%;
}
.job_select_wrap {
  display: inline-block;
  width: 72%;
}
.area_select_wrap {
  display: inline-block;
  width: 72%;
}
.memo textarea {
  display: inline-block;
  width: 72%;
  height: 85px;
}
.area textarea {
  display: inline-block;
  width: 72%;
  height: 85px;
}
.form_button {
  margin-top: 3rem;
}
.form_button button {
  background: #fcf7a2;
  color: #000;
  font-size: 2.4rem;
  padding: 1.5rem 5rem;
  display: inline-block;
}

.form_button button {
  background: #f5a21d;
  width: auto;
  color: white;
  font-size: 2.4rem;
  padding: 1.5rem 5rem;
  display: inline-block;
  margin-top: 3rem;
  transition: 0.5s;
  border-radius: 5px;
  font-family: "KoPub Dotum";
  box-shadow: 5px 5px 10px #222;
}

.form_button button:hover {
  transform: scale(0.97);
  background: #fdc830; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #f37335,
    #fdc830
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #f37335,
    #fdc830
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  transition: 0.2s;
}
@media screen and (min-width: 412px) {
  #slider-type03 .tabBox .tabConWrap {
    width: 390px;
  }
}

@media screen and (min-width: 1200px) {
  /* main */

  #slider-type01-Bg article {
    height: auto;
  }
  .main01 {
    background-image: url(../img/main_bg01.png);
    background-position: center;
    height: 840px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mainTitle {
    padding: 24.5rem 0 0 2.6rem;
  }
  .mainTitle h1 {
    font-size: 7.2rem;
    margin-bottom: 4rem;
    line-height: 1.1em;
  }
  .mainTitle h2 {
    font-size: 2.6rem;
  }

  .mainBtn {
  }
  .mainBtn div button {
    margin: 48rem;
  }
  .mainBtn div button p {
    font-size: 2.6rem;
  }
  .mainBtn div button img {
    margin: 1.2rem 0 0 1.5rem;
  }

  /* SEC01 */
  #process-type02-Bg {
    width: 100%;
  }
  #process-type02-Bg .conWrap {
    width: 100%;
  }
  #process-type02-Bg #process-type02 {
    text-align: center;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 15rem 0rem 10rem 0rem;
  }
  #process-type02-Bg #process-type02 article {
    width: 100%;
    height: auto;
  }
  #process-type02-Bg h2 {
    text-align: center;
    font-size: 6rem;
    font-family: "KoPub Dotum";
    line-height: 1.2em;
    color: black;
    margin-bottom: 8rem;
  }

  #process-type02-Bg ul {
    overflow: hidden;
    width: 100%;
  }
  #process-type02.on ul li {
    opacity: 1;
    transform: translateY(0px);
  }
  #process-type02-Bg ul li img {
    float: none;
  }
  #process-type02-Bg ul li {
    text-align: center;
    color: #100518;
    float: left;
    width: 18.5%;
    margin-bottom: 2rem;
    transition: 1s;
    height: auto;
    padding: 2rem 0.5rem;
    margin: 0.5rem;
    transform: translateY(-300px);
    opacity: 0;
  }
  #process-type02-Bg ul li:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  #process-type02-Bg ul li:nth-of-type(3) {
    transition-delay: 0.6s;
  }
  #process-type02-Bg ul li:nth-of-type(4) {
    transition-delay: 0.8s;
  }
  #process-type02-Bg ul li:nth-of-type(5) {
    transition-delay: 1.2s;
    margin-right: 0;
  }
  #process-type02-Bg ul li h4 {
    font-family: "KoPub Dotum";
    color: #eec64d;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 1rem 0 0.5rem;
  }
  #process-type02-Bg ul li h3 {
    font-size: 2.2rem;
    font-family: "KoPub Dotum";
    transition: 0.3s;
    letter-spacing: -0.2rem;
    font-weight: bold;
    color: #5e4f22;
  }

  #process-type02-Bg ul li p {
    margin-top: 1rem;
    font-size: 1.5rem;
    /* color: white; */
    font-family: "KoPub Dotum";
    /* display: block; */
    font-weight: 500;
  }

  #process-type02-Bg ul li:nth-of-type(4) {
    margin-left: 0%;
  }
  #process-type02-Bg ul li:nth-of-type(5) {
    margin-left: 0%;
  }

  /* sec01 */
  #sec01 {
    margin: 10rem 0;
  }
  #sec01 h2 {
    text-align: center;
  }
  #sec01 .con01 {
    background-image: url(../img/con01_bg.png);
    background-position: 43%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 5rem 0;
    margin-top: 8rem;
  }
  #sec01 .con01 .con01_img {
    float: left;
    width: 44%;
    margin-left: 7rem;
  }
  #sec01 .con01 .con01_img p {
    width: 84%;
  }
  #sec01 .con01 .con01_con {
    transition: 2s;
    transform: translateY(300px);
    opacity: 0;
    height: 680px;
  }
  #sec01 .con01 div {
    padding: 2rem 0rem;
  }
  #sec01 .con01 .con01_con.on {
    opacity: 1;
    transform: translateY(0px);
  }
  #sec01 .con01 .con01_con h3 {
    margin-top: 2rem;
  }
  #sec01 .con01 .con01_con p {
    margin: 8rem 2rem 0;
  }
  #sec01 .con01 .con01_con p img {
    margin-left: 2rem;
  }
  #sec01 .con02 {
    margin: 10rem 0 0;
    padding: 10rem 0 20rem;
    background-image: url(../img/sec01_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
  }
  #sec01 .con02 h3 {
    text-align: center;
    margin: 10rem 0 8rem;
  }

  #sec01 .con02.on ul {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 2rem;
    opacity: 1;
    transform: translateY(0px);
    box-shadow: 4px 5px 10px #3333335c;
  }
  #sec01 .con02 ul {
    margin-top: 5rem;
    overflow: hidden;
    transition: 2s;
    transform: translateY(300px);
    opacity: 0;
  }
  #sec01 .con02 ul li {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: left;
    width: 30.5%;
    margin: 1.5rem;
  }
  #sec01 .con02 ul li .hover_text {
    position: absolute;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 9.4rem 0;
    border-radius: 20px;
    display: none;
    font-weight: bold;
    width: 100%;
    background-color: #1005188a;
  }
  #sec01 .con02 .con02_mobile {
    display: none;
  }
  #sec01 .con03 {
    margin: 0;
    padding: 25rem 0 8rem;
    background-image: url(../img/con02_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
  }
  #sec01 .con03 h3 {
    text-align: right;
    margin: 0rem 6rem 21rem;
  }
  #sec01 .con03 ul {
    margin: 14rem auto 0;
    overflow: hidden;
    text-align: center;
  }
  #sec01 .con03 ul li {
    width: 30%;
    height: auto;
    margin: 1rem;
    float: left;
  }
  #sec01 .con03 p {
    width: 60%;
    margin-top: 4rem;
  }
  #sec01 .con04_coco h3 {
    margin-bottom: 6rem;
  }
  #sec01 .con04_coco {
    margin-top: 5rem;
    text-align: center;
    transition: 1s;
    transform: translateY(300px);
    opacity: 0;
  }
  #sec01 .con04_coco.on {
    opacity: 1;
    transform: translateY(0px);
  }

  /* sec02 */
  #sec02 {
    margin-top: 15rem;
    background-image: url(../img/con03_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 10rem 0;
  }
  #sec02 h2 {
    text-align: center;
    margin-bottom: 8rem;
  }

  /* #sec02 .modal {
    display: none;
    z-index: 500;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #sec02 .modalBox {
    position: relative;
    text-align: center;
    top: 15%;
    left: 30%;
    width: 50%;
    max-height: 50%;
    position: sticky;
  }
  span img:hover {
    cursor: -webkit-zoom-in;
  } */
  /* image modal end */

  /* #sec02 button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 30px;
    margin-top: -15px;
    margin-left: -60px;
    line-height: 15px;
    cursor: pointer;
  } */

  /* #sec02 .modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: none;
  }
  #sec02 .modal::after {
    background: #1d1d1d2a;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
  #sec02 .modal_content {
    width: 400px;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    text-align: center;
    box-sizing: border-box;
    padding: 74px 0;
    line-height: 23px;
    cursor: pointer;
  } */

  /* sec04 */
  .sec04 {
    height: auto;
  }
  .sec04 h2 {
    text-align: center;
  }
  #slider-type03-Bg {
    background-color: #fefbf5;
    padding: 10rem;
  }
  #slider-type03 .title {
    padding: 15rem 0 0;
    height: 319px;
  }
  #slider-type03 .title span {
    display: flex;
    width: 134px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
  }
  #slider-type03 .title h1 {
    font-size: 6rem;
  }
  #slider-type03 .title h2 {
    font-size: 2.2rem;
    margin-top: 3.5rem;
  }
  #slider-type03 .tabBox {
    margin-top: 10rem;
  }
  #slider-type03 .tabBox .tabMenu ul {
    text-align: center;
  }
  #slider-type03 .tabBox .tabMenu ul li {
    display: inline-block;
    width: auto;
  }
  #slider-type03 .tabBox .tabMenu ul li p {
    width: 190px;
    padding-bottom: 1.4rem;
    font-size: 2.2rem;
  }
  #slider-type03 .tabBox .tabConWrap {
    width: 960px;
    margin: 5rem auto 0;
    position: relative;
  }
  #aa {
    position: relative;
  }
  #bb {
    margin-top: -580px;
    position: relative;
    z-index: -999;
    opacity: 0;
  }
  #slider-type03 .slider-nav {
    margin-top: 2.5rem;
  }
  #slider-type03 .slick-slide {
    margin: 0 0.5rem;
  }

  #slider-type03 .slider-for .slick-list {
    height: 620px;
  }
  #slider-type03 .slider-for .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #slider-type03-Bg .mapBox .mapTitle {
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dbdbdb;
  }
  #slider-type03-Bg .mapBox .mapTitle h3 {
    font-size: 1.8rem;
    padding-top: 2.5rem;
    font-weight: bold;
  }
  #slider-type03-Bg .mapBox .mapTitle button {
    margin-top: 1rem;
    background: #f5a21d;
    width: 156px;
    height: 44px;
    border: 0;
    outline: none;
    font-family: "KoPub Dotum";
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 2px;
  }
  #slider-type03-Bg .mapBox .mapTitle button:hover {
    background: #399aff;
    transition: 0.2s;
  }
  #slider-type03-Bg .mapBox .mapTitle button img {
    margin-top: 0.5rem;
  }
  #slider-type03-Bg .mapBox .mapText {
    margin-top: 2rem;
  }
  #slider-type03-Bg .mapBox .mapText ul {
    width: 250px;
    margin: 0 auto;
  }
  #slider-type03-Bg .mapBox .mapText ul:first-child {
  }
  #slider-type03-Bg .mapBox .mapText ul.checkTime li p {
    display: inline-block;
    font-size: 1.8rem;
  }
  #slider-type03-Bg .mapBox .mapText ul.checkTime li p:nth-child(2n-1) {
    width: 130px;
  }
  #slider-type03-Bg .mapBox .mapText ul.dirAme {
    margin-top: 3rem;
  }
  #slider-type03-Bg .mapBox .mapText ul.dirAme li {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-bottom: 2rem;
  }
  #slider-type03-Bg .mapBox .mapText ul.dirAme li p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  #slider-type03-Bg .mapBox {
    width: 953px;
    margin: 3rem auto 0;
  }

  #slider-type03-Bg .mapBox .mapTitle {
    text-align: left;
    padding-bottom: 0rem;
    border-bottom: 0;
  }
  #slider-type03-Bg .mapBox .mapTitle h3 {
    font-size: 22px;
    padding: 3.5rem 0 3rem;
    border-bottom: 1px solid #dbdbdb;
  }
  #slider-type03-Bg .mapBox .mapTitle button {
    position: absolute;
    right: 0;
    top: 3.2rem;
    margin-top: 0;
  }
  #slider-type03-Bg .mapBox .mapText {
    margin-top: 3rem;
  }
  #slider-type03-Bg .mapBox .mapText ul {
    width: auto;
    display: inline-block;
  }
  #slider-type03-Bg .mapBox .mapText ul:first-child {
    width: 50%;
  }
  #slider-type03-Bg .mapBox .mapText ul.dirAme {
    width: 50%;
    text-align: right;
    margin-top: 0;
  }
  #slider-type03-Bg .mapBox .mapText ul.dirAme li {
    width: 60px;
    margin-bottom: 0;
    margin-left: 2rem;
  }
  #slider-type03-Bg .mapBox .mapText ul.dirAme li p {
    margin-top: 1.5rem;
  }

  /*   form */

  #formBg {
    background-image: url(../img/form_bg.png);
    width: 100%;
  }
  #formWrap {
    padding: 13rem 0rem 10rem 0rem;
    background-color: #414141;
    background-image: url(../img/form_bg.png);
  }

  #formBg h1 {
    font-size: 6rem;
    width: auto;
    text-align: center;
    margin-bottom: 4rem;
    color: white;
    font-family: "KoPub Dotum";
    line-height: 1.2em;
    opacity: 0;
    transform: translateY(-300px);
    transition: 1s;
  }
  #formBg.on h1 {
    transform: translateY(0px);
    opacity: 1;
  }

  #formBg h1::before {
    content: "";
    display: block;
    background-position: center;
    background-image: url(../img/tit_img.png);
    width: 296px;
    height: 44px;
    /* background-color: #008ed5; */
    margin-bottom: 4rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  #form article h2 {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-family: "KoPub Dotum";
    margin-bottom: 3rem;
    font-weight: 500;
  }

  #form article h3 {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    font-family: "KoPub Dotum";
    font-weight: 400;
  }
  #form article h3 img {
    margin-top: 1rem;
    margin-right: 1rem;
    width: 40px;
    height: 40px;
  }

  #user_job {
    width: 99%;
  }

  div.formLabel {
    width: 27%;
  }
  .formBox {
    width: 580px;
    margin: 6rem auto 0;
  }
  div.formLabel {
    width: 27%;
  }
  .name,
  .phone,
  .job,
  .area,
  .memo {
    margin-bottom: 1.5rem;
  }
  .name {
    width: 47%;
    margin-right: 4%;
  }
  .name input {
    width: 72%;
  }
  .phone {
    width: 47%;
  }
  .phone input {
    width: 72%;
  }
  .job {
    width: 47%;
    margin-right: 4%;
  }
  .job_select_wrap {
    width: 72%;
  }
  .area {
    width: 99%;
  }
  .area input {
    width: 72%;
  }
  .memo {
    width: 99%;
  }
  .memo textarea {
    width: 72%;
  }

  .form_button button {
    background-color: #f5a21d;
    width: auto;
    color: white;
    font-size: 3rem;
    padding: 1.5rem 5rem;
    display: inline-block;
    margin-top: 3rem;
    transition: 0.5s;
    font-family: "Cafe24Dangdanghae";
    border-radius: 5px;
    box-shadow: 5px 5px 10px #222;
  }

  .form_button button:hover {
    transform: scale(0.97);
    background-color: #db991e;
  }
}
