@charset "UTF-8";
@font-face {
  font-family: "Jalnan";
  src: url("../fonts/Jalnan.ttf");
  /* src: url("public/fonts/Jalnan.ttf"); */
}

* {
  box-sizing: border-box;
  font-family: "NanumSquare", sans-serif;
}
#menu {
  position: fixed;
  top: 33px;
  right: 1.5%;
  height: 40px;
  z-index: 70;
  padding: 0;
  margin: 0;
}

#menu li {
  display: inline-block;
  padding: 0 24px;
}
#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#menu li a {
  text-decoration: none;
  color: #000;
}

#menu li a {
  display: block;
  width: 106px;
  text-align: center;
  position: relative;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  display: inline-block;
  overflow: hidden;
}
#menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 8px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu li a:hover:before {
  left: 0;
  right: 0;
}

#menu li.on a:before {
  left: 0;
  right: 0;
}

#menu li .logo {
  position: fixed;
  padding: 9px 18px;
  width: 228px;
}
#menu li .logo:before {
  display: none;
}
#menu li.active a {
  color: #fff;
}
#section1 .bg,
.new-section .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.twitter-share-button {
  position: fixed;
  z-index: 99;
  right: 149px;
  top: 9px;
}
#download {
  margin: 10px 0 0 0;
  padding: 15px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
#download a {
  text-decoration: none;
  color: #fff;
}
#download:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2f96b4;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0;
}
#infoMenu ul {
  padding: 0 40px;
}
#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333;
}
#infoMenu li a:hover {
  text-decoration: underline;
}
#infoMenu li {
  display: inline-block;
  position: relative;
}
#examplesList {
  display: none;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left;
}
#examplesList ul {
  padding: 0;
}
#examplesList ul li {
  display: block;
  margin: 5px 0;
}
#examplesList ul li a {
  color: #bdbdbd;
  margin: 0;
}
#examplesList ul li a:hover {
  color: #f2f2f2;
}
#examplesList .column {
  float: left;
  margin: 0 20px 0 0;
}
#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0;
}

/* Demos Menu
 * --------------------------------------- */
#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

/* Fixed header and footer.
	* --------------------------------------- */
#header,
#footer {
  position: fixed;
  height: 50px;
  display: block;
  width: 100%;
  background: #333;
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  padding: 20px 0 0 0;
}

#header {
  top: 0px;
}
#footer {
  bottom: 0px;
}
/*
    20180411 이후 수정
*/
/*COMMON*/
.container {
  position: relative;
  top: 2000px;
}
#section0 {
  background: url(bg01.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 23px;
}
.section {
  text-align: center;
  background-color: #121b49;
}
#section0 h2 {
  font-weight: lighter;
  font-size: 80px;
}
#section0 h2 strong {
  color: #ee1d44;
}
#section1,
.new-section {
  color: #fff;
  text-align: left;
  position: relative;
}
#section1 h3,
.new-section h3 {
  font-size: 48px;
}
#section1 h3 p,
.new-section h3 p {
  margin-bottom: 20px;
}
#section1 strong,
.new-section strong {
  font-weight: bold;
}

.service-title {
  font-family: 'Jalnan', serif !important;
}

/*ABOUT*/
.about {
  text-align: center;
}
#section0 .about p {
  line-height: 30px;
}
.about img {
  margin-bottom: 60px;
}
.about h3 {
  display: inline-block;
  padding-left: 20px;
  font-weight: lighter;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin-bottom: 30px;
}
.about .desc {
  padding-left: 5%;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.about .point {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 5px solid #ee1d44;
  display: block;
  height: 100px;
}
/*SERVICE*/
.service {
  text-align: center;
}
.service h3 {
  margin-bottom: 150px;
}
.service h3 span {
  display: block;
  margin: 0 auto 20px auto;
}
.service h3 img {
  /* width: 210px; */
}
.service h3 img,
.service h3 span {
  vertical-align: middle;
}
.service figure {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  max-width: 380px;
}
.service figure:nth-of-type(2) {
  margin: 0 3%;
}
.service figure img {
  height: 80px;
  margin-bottom: 80px;
}
.service figcaption {
  font-size: 18px;
  font-weight: lighter;
  line-height: 24px;
  letter-spacing: -1px;
}
/*CONTACT*/
.contact {
  text-align: center;
}
#section1 .container:after,
.new-section .container:after {
  display: block;
  content: "";
  clear: both;
}
.contact .info,
.contact .map {
  display: inline-block;
  vertical-align: top;
}
.contact .info {
  padding: 0 20px;
  text-align: left;
  margin-top: 5%;
}
.contact h3 {
  margin-bottom: 20px;
}
.contact h3 strong {
  color: #ee1d44;
}
.contact address {
  font-weight: 100;
  color: #ddd;
  font-size: 24px;
  margin-bottom: 80px;
}
.contact .tel {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact .tel .call {
  padding: 0 30px 0 50px;
  background-image: url("/images/phone.png");
  background-size: 10%;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.contact .popup_btn {
  border: 1px solid #fff;
  background-color: transparent;
  width: 250px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.contact .popup_btn.kakao {
  margin-left: 15px;
}

.contact .popup_btn a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .popup_btn a span {
  margin-bottom: -2px;
}

.contact .popup_btn img {
  width: 30px;
  margin-right: 10px;
}
.contact .map {
  width: 40%;
}
/*FOOTER*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  color: #86889b;
  font-size: 16px;
}
.section-img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.intro-btn {
  position: fixed;
  left: 50%;
  display: inline-block;
  bottom: 66px;
  width: 83px;
  height: 81px;
  margin-left: -41px;
  background: url("02.png") no-repeat center center;
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
}

.cnt-list li,
.cnt-list-sub li {
  display: none;
}
.cnt-list .on,
.cnt-list-sub .on {
  display: block;
}

.intro-btn span {
  position: absolute;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
}
.intro-btn__bg01 {
  left: 100%;
  top: 0;
  right: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
}
.intro-btn__bg02 {
  left: 0;
  bottom: 0;
  right: 100%;
  background: #fff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
}
.intro-btn__bg03 {
  width: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transition: all 4s;
}
.intro-btn__bg04 {
  width: 2px;
  right: 0;
  top: 0;
  right: 0;
  background: #fff;
  height: 2px;
  transition: all 4s;
}

#fullpage.on {
  transform: none !important;
  transition: none !important;
}

.intro-btn:hover .intro-btn__bg01 {
  left: 0;
}
.intro-btn:hover .intro-btn__bg02 {
  right: 0;
}
.intro-btn:hover .intro-btn__bg03,
.intro-btn:hover .intro-btn__bg04 {
  height: 81px;
}

/* .cnt-list li + li .section-img {
  margin: -93px 0 0 -417.5px;
}
.cnt-list li + li + li .section-img {
  margin: -93px 0 0 -497.5px;
} */
/* .cnt-list-sub li:first-child img {
  margin: -117px 0 0 -569px;
} */

.logo {
  position: fixed;
  display: inline-block;
  z-index: 9999;
  left: 2%;
  top: 28px;
}

#section1.on .bg {
  background-image: url(bg04.jpg);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -296px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 50px 69px 44px 69px;
  background: #161a31;
  width: 592px;
  height: 80%;
  overflow-y: scroll;
}
.contact-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.contact-btn.pc {
}

.boardcust {
  width: 100%;
  text-align: left;
  color: #666;
  font-family: "Noto Sans KR", sans-serif !important;
}
.boardcust tr {
  margin-bottom: 18px;
  display: block;
}
.boardcust td {
  height: 64px;
  display: block;
}

.boardcust .textswas-wrap {
  height: 187px;
}
.boardcust .file-wrap td {
  height: 50px;
}
.boardcust .file-wrap label {
  display: inline-block;
  cursor: pointer;
  width: 173px;
  height: 50px;
  color: #1a1e39;
  background: #d0d1d6;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}

.boardcust td span {
  margin-right: 15px;
}
.boardcust td .radiosins {
  font-size: 20px;
  outline: none;
  border: 1px solid #737683;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  width: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  height: 18px;
}
.boardcust td .inputsd {
  font-size: 20px;
  line-height: 64px;
  outline: none;
  border: 1px solid #737683;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  width: 100%;
  padding-left: 10px;
  padding: 0 5%;
  height: 64px;
  background: #22263c;
  font-weight: 300;
}
.boardcust td .textswas {
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  padding: 30px 32px;

  font-size: 20px;
  outline: none;
  border: 1px solid #737683;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  width: 100%;
  height: 185px;
  background: #22263c;
}

.boardcust td .radiosins:focus,
.boardcust td .inputsd:focus,
.boardcust td .textswas:focus {
  border: 1px solid #fff;
  background: #34384c;
}

.boardcust td .inputsd::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  opacity: 0.6;
}
.boardcust td .inputsd:-moz-placeholder,
.boardcust td .inputsd::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.6;
}
.boardcust td .inputsd:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.6;
}
.boardcust td .inputsd::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.6;
}

.boardcust td .textswas::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  opacity: 0.6;
}
.boardcust td .textswas:-moz-placeholder,
.boardcust td .textswas::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.6;
}
.boardcust td .textswas:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.6;
}
.boardcust td .textswas::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.6;
}

.boardbtnsWrap {
  margin-top: 7px;
  width: 100%;
  font-weight: 200;
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  height: 60px;
}
.boardbtnsWrap .btns01 {
  cursor: pointer;
  width: 47.64%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: #dcdde0;
  color: #1a1e39;
  font-weight: bold;
  float: right;
}
.boardbtnsWrap .btns02 {
  float: left;
  cursor: pointer;
  width: 47.64%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: #999;
  color: #1a1e39;
  font-weight: bold;
}

.pc {
  display: block;
}
.ta {
  display: none;
}
.mo {
  display: none;
}

.filebox {
  overflow: hidden;
}
.filebox.bs3-primary label {
  float: left;
}
#FILE_FORM {
  float: left;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 0;
  background: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#section1 li .contact-btn2 {
  position: absolute;
  width: 271px;
  height: 66px;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: none;
}

#section1 li .contact-btn.pc .pc {
  top: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: inherit;
  left: 0;
}

.contact-btn2,
.pc.rwdmap {
  display: none;
}

@media (min-width: 769px) and (max-width: 1386px) {
  .cnt-list-sub li:first-child img {
    margin: -6% 0 0 0;
  }
  #section1 li + li + li .contact-btn2 img {
    margin: 0;
    left: 0;
    top: 0;
  }

  #section1 li .contact-btn.pc .pc {
    top: 411px;
    margin: 0;
    width: 26%;
    max-width: 100%;
  }

  #section1 li .contact-btn2 {
    display: inline-block;
    width: 21%;
    left: 5%;
  }
  #section1 li .contact-btn2 .pc {
    width: 100%;
  }
  .pc.rwdmap {
    display: block;
  }
  .pc.rwdmap_new {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  img {
    max-width: 90%;
  }
  .section-img {
    left: 5%;
  }

  .cnt-list li:first-child .section-img {
    margin: -11% 0 0 0;
  }
  .cnt-list li + li .section-img {
    margin: -93px 0 0 0;
  }

  .cnt-list li + li + li .section-img {
    margin: -93px 0 0 0;
  }
}

/*TABLET IPAD*/
@media only screen and (max-width: 1044px) {
  .pc {
    display: none;
  }
  .ta {
    display: block;
  }
  .about .container {
    padding: 0 80px;
    text-align: left;
  }
  .about h3,
  .about .desc {
    width: auto;
    padding: 0;
  }
  .about h3 {
    padding-top: 20px;
  }
  .about .point {
    width: 100px;
    height: 0;
    border: none;
    border: 4px solid #ee1d44;
  }
  .contact .map {
    display: none;
  }
}
/* TABLET */
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 20px;
  }
  .ta {
    display: none;
  }
  .about .container {
    padding: 0 2rem;
  }
  #section1 .about h3 {
    font-size: 1.65rem;
  }
  .about img {
    width: 80%;
  }
  #section0 .about p {
    font-size: 1rem;
    padding: 0 0.7rem;
  }
  #section0 h2 {
    font-size: 2.2rem;
  }
  .about .desc {
    font-size: 0.8rem;
  }
  #section1 .service h3,
  .new-section .service h3 {
    text-align: left;
    width: 80%;
    margin: 0 auto 3.2rem auto;
    font-size: 1.5rem;
  }

  .service h3 span {
    display: inline;
  }
  .service h3 img {
    height: 32px;
  }
  .service .desc {
    width: 80%;
    margin: 0 auto;
  }
  .service figure {
    width: 100%;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .service figure:nth-of-type(2) {
    margin: 0 0 1rem 0;
  }
  .service figure img {
    position: absolute;
    top: 5px;
    left: 0%;
    width: 1.3rem;
    height: auto;
    margin: 0;
  }
  .service figcaption {
    text-align: left;
    font-size: 0.8rem;
  }
  #section1 .contact h3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: normal;
  }
  #section1 .contact h3 strong {
    color: #fff;
    font-weight: normal;
  }
  .contact address {
    text-align: center;
    font-size: 18px;
  }
  .contact .popup_btn {
    display: none;
  }
  .contact .mobile_btn_wrap {
    text-align: center;
    font-size: 0.7rem;
  }
  .contact .mobile_btn_wrap button {
    background-color: inherit;
    color: #fff;
    width: 5rem;
    vertical-align: middle;
  }
  .contact .mobile_btn_wrap img {
    height: 1.2rem;
    display: block;
    margin: 0 auto 0.7rem auto;
  }
  .popup {
    width: 80%;
    height: 65%;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 1rem;
  }
  footer {
    font-size: 0.7rem;
    padding: 0.4rem;
  }
  .logo {
    position: fixed;
    left: 16px;
    top: 16px;
  }
  #section1,
  .new-section {
    background-image: url(bg02_mo.png);
  }
  #section1.on {
    background: url(bg04_mo.png);
  }
  .cnt-list .mo {
    margin: 0 auto;
  }

  .menu-wrap {
    display: none;
    width: 100%;
    height: 100%;
  }
  #menu {
    display: table-cell;
    vertical-align: middle;
    top: 0;
    right: 0;
    position: relative;
    z-index: 500;
    background: #121b49;
  }
  #menu li {
    width: 100%;
    text-align: center;
    margin-top: 49px;
    padding: 0;
  }
  #menu li:first-child {
    margin-top: 0;
  }
  #section0 {
    background: url(bg01_mo.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .cnt-list-sub li:first-child img {
    /* margin: 0; */
  }
  img {
    max-width: 100%;
  }

  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .nav {
    outline: none;
    position: fixed;
    right: 0;
    top: 14px;
    border: 0;
    background: none;
    z-index: 1000;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 61px;
    height: 40px;
  }

  /*.nav span {display: block;width:23px;height: 3px;background: #fff;}*/
  .logo img {
    width: 120px;
  }

  .cnt-list li:first-child .section-img {
    margin: -58px 0 0 -190px;
  }

  .intro-btn {
    position: fixed;
    margin-left: -25px;
    width: 50px;
    height: 49px;
    bottom: 33px;
    background-size: 50px 49px;
  }
  .intro-btn__bg01,
  .intro-btn__bg02 {
    height: 1px;
  }
  .intro-btn:hover .intro-btn__bg03,
  .intro-btn:hover .intro-btn__bg04 {
    height: 49px;
  }

  .nav.on span:first-child {
    -webkit-transform: translateY(3px) rotate(-315deg);
    transform: translateY(3px) rotate(-315deg);
  }
  .nav.on span + span {
    opacity: 0;
  }
  .nav.on span:last-child {
    opacity: 1;
    -webkit-transform: translateY(-13px) rotate(315deg);
    transform: translateY(-13px) rotate(315deg);
  }

  #btn-list {
    position: absolute;
    top: 57%;
    left: 50%;
    margin-left: -89px;
  }
  #btn-list a {
    margin: 0 23px;
  }
  #section1 #btn-list img,
  .new-section #btn-list img {
    position: inherit;
  }
  .call-btn {
    width: 35px;
    height: 55px;
    display: inline-block;
  }

  .contact-btn.pc {
    width: 47px;
    height: 47px;
    display: inline-block;
    width: 21%;
    left: 16%;
    display: block;
  }
  .boardcust tr {
    margin-bottom: 9px;
  }
  .boardcust td {
    height: 32px;
  }
  .boardcust td .inputsd {
    font-size: 10px;
    line-height: 32px;
    height: 32px;
  }

  .boardcust .file-wrap label {
    width: 86px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
  .filebox .upload-name {
    height: 25px;
    padding: 0 5px;
    font-size: 10px;
  }

  .boardcust td .textswas {
    padding: 15px 16px;
    height: 94px;
    font-size: 10px;
  }

  .boardbtnsWrap {
    height: 30px;
    font-size: 9px;
  }

  .boardbtnsWrap .btns02 {
    height: 30px;
    line-height: 30px;
  }

  .boardbtnsWrap .btns01 {
    height: 30px;
    line-height: 30px;
  }

  .boardcust .textswas-wrap {
    height: 94px;
  }

  .boardcust .file-wrap td {
    height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #section0 .about p {
    font-size: 0.8rem;
  }
}
/*MOBILE*/
@media only screen and (max-width: 400px) {
  html,
  body {
    font-size: 16px;
  }
  #section1 h3 p,
  .new-section h3 p {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 19px;
  padding: 0 20px;
  right: -20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* type-07 */
/* 라인이 하나로 합쳐졌다가 엑스자 만들기 */
.menu-trigger.type7 span:nth-of-type(1) {
  -webkit-animation: menu-bar07-01 0.75s forwards;
  animation: menu-bar07-01 0.75s forwards;
}
@-webkit-keyframes menu-bar07-01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar07-01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.type7 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu-trigger.type7 span:nth-of-type(3) {
  -webkit-animation: menu-bar07-02 0.75s forwards;
  animation: menu-bar07-02 0.75s forwards;
}
@-webkit-keyframes menu-bar07-02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar07-02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active-7 span:nth-of-type(1) {
  -webkit-animation: active-menu-bar07-01 0.75s forwards;
  animation: active-menu-bar07-01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar07-01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar07-01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
.menu-trigger.active-7 span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active-7 span:nth-of-type(3) {
  -webkit-animation: active-menu-bar07-02 0.75s forwards;
  animation: active-menu-bar07-02 0.75s forwards;
}
@-webkit-keyframes active-menu-bar07-02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar07-02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
