.container {
  position: relative;
  width: 60rem;
  margin: 0 auto;
  padding-top: 0;
}
@media (max-width: 990px) {
  .container {
    width: 100%;
    padding: 0;
  }
  article.container {
	margin: 0;
  }
}

.contents {
  min-height: 30rem;
}

section {
  display: flex;
  width: 100%;
}

h1 {
  font-family: Roboto;
  font-size: 3.75rem;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.75rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
h3 b {
  font-weight: 600;
}

h4 {
  font-size: 2rem;
  color: #fefefe;
}

h5 {
  font-size: 1.2rem;
  color: #5982f6;
}

p {
  font-size: 0.7rem;
  line-height: 1.3;
  color: #555555;
}
p.f15 {
  font-size: 0.75rem;
}
p.f16 {
  font-size: 0.8rem;
}
p.f18 {
  font-size: 0.9rem;
}
p.f20 {
  font-size: 1rem;
}
p.gray {
  color: #888888;
}
p.gray2 {
  color: #d7d7d7;
}
p.blue {
  color: #4e7fff;
}
p.white {
  color: #ffffff;
}

a {
  font-size: 0.9rem;
  color: #ffffff;
}

section.part3 h3,
section.part4 h3 {
  margin-bottom: 26px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
}
header div.fix {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
  top: 0;
  left: 0;
}
header div.fix .container{
  margin: 0;
}
@media (max-width: 1200px) {
  header div.fix {
    height: 3rem;
    background: rgba(0, 0, 0, 0.9);
  }
}
header div.fix article {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 1200px) {
  header div.fix article a.logo {
    margin: 1rem 0 0 1rem;
  }
}
@media (max-width: 1200px) {
  header div.fix article nav {
    position: fixed;
    right: -100rem;
    top: 3rem;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 10;
  }
}
@media (max-width: 1200px) {
  header div.fix article nav ul {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  header div.fix article nav ul li:after {
    content: " ";
    display: block;
    width: 98%;
    height: 0.05rem;
    background-color: #fafafa;
  }
}
header div.fix article nav ul li a {
  width: 100%;
  margin-left: 4rem;
  padding: 1.5rem 0;
  opacity: 1;
}
@media (max-width: 1200px) {
  header div.fix article nav ul li a {
    padding: 0.5rem;
    color: #000;
  }
}
header div.fix article nav ul li a:hover {
  color: #5982f6;
}
header a.btn-mobile-top-menu {
  z-index: 100;
  display: none;
}
@media (max-width: 1200px) {
  header a.btn-mobile-top-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem;
    display: block;
  }
}
@media (max-width: 1200px) {
  header a.btn-mobile-top-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
    transform: translate(0, -50%);
    transition: all 0.5s;
  }
  header a.btn-mobile-top-menu span:before, header a.btn-mobile-top-menu span:after {
    content: "";
    display: block;
    background-color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.1rem;
    transition: all 0.5s;
  }
  header a.btn-mobile-top-menu span:before {
    top: -0.5rem;
  }
  header a.btn-mobile-top-menu span:after {
    top: 0.5rem;
  }
}
@media (max-width: 1200px) {
  header a.btn-mobile-top-menu.on span {
    background-color: rgba(0, 0, 0, 0);
  }
  header a.btn-mobile-top-menu.on span:before {
    top: 0;
    transform: rotate(45deg);
  }
  header a.btn-mobile-top-menu.on span:after {
    top: 0;
    transform: rotate(-45deg);
  }
}

main {
  margin: 0 auto;
}
main section.visual {
  height: 52.35rem;
}
@media (max-width: 1200px) {
  main section.visual {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
  }
}
main section.visual div.slogan {
  position: absolute;
  width: 100%;
  /* margin: 0 auto 7.3rem auto; */
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  width: 100%;
}
@media (max-width: 1200px) {
  main section.visual div.slogan {
    /* margin: 20vh 0 0 1vh; */
    width: auto;
  }
}
main section.visual div.slogan h1 {
  margin-bottom: 0.75rem;
}
main section.visual div.slogan p {
  margin-bottom: 14.35rem;
}
@media (max-width: 1200px) {
  main section.visual div.slogan p {
    margin-bottom: 20vh;
  }
}
main section.visual div.slogan a {
  border-radius: 0.25rem;
  border: solid 0.1rem #ffffff;
  padding: 1.25rem 3.3rem;
}
main section.visual div.slogan a:hover {
  background: #5982f6;
}
main section.visual ul li {
  width: 100%;
  height: 52.35rem;
}
@media (max-width: 1200px) {
  main section.visual ul li {
    height: 100vh;
  }
}
main section.part1 {
  padding: 10.4rem 0 6.25rem 0;
}
@media (max-width: 1200px) {
  main section.part1 {
    flex-direction: column;
    padding: 1rem 0 1rem 0;
  }
}
main section.part1 article {
  display: flex;
}
@media (max-width: 1200px) {
  main section.part1 article {
    flex-direction: column;
  }
}
main section.part1 article div {
  margin-right: 3.35rem;
}
@media (max-width: 1200px) {
  main section.part1 article div {
    margin-right: 0;
    padding: 0 0.5rem 1rem 0.5rem;
  }
}
main section.part1 article div h3 {
  font-weight: 400;
  margin-bottom: 2.8rem;
}
@media (max-width: 1200px) {
  main section.part1 article div h3 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1200px) {
  main section.part1 article img {
    display: none;
  }
}
main section.part2 {
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  main section.part2 {
    flex-direction: column;
  }
}
main section.part2 div.biz,
main section.part2 div.com {
  display: flex;
  height: 18.75rem;
}
@media (max-width: 1200px) {
  main section.part2 div.biz,
main section.part2 div.com {
    height: unset;
  }
}
main section.part2 div.biz.biz,
main section.part2 div.com.biz {
  position: absolute;
  left: 0;
  top: -4.85rem;
  background-color: #5982f6;
  justify-content: flex-end;
  align-items: center;
  padding-right: 9.4rem;
  width: 40%;
}
@media (max-width: 1200px) {
  main section.part2 div.biz.biz,
main section.part2 div.com.biz {
    position: relative;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 1200px) {
  main section.part2 div.biz.biz h4 br,
main section.part2 div.com.biz h4 br {
    display: none;
  }
}
main section.part2 div.biz.com,
main section.part2 div.com.com {
  background-color: #282c2f;
  align-items: center;
  padding-left: 16.2rem;
  width: 70%;
}
@media (max-width: 1200px) {
  main section.part2 div.biz.com,
main section.part2 div.com.com {
    width: 100%;
    padding-left: 0;
  }
}
main section.part2 div.biz.com ul,
main section.part2 div.com.com ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31.7rem;
}
@media (max-width: 1200px) {
  main section.part2 div.biz.com ul,
main section.part2 div.com.com ul {
    width: 100%;
    flex-direction: column;
  }
}
main section.part2 div.biz.com ul li,
main section.part2 div.com.com ul li {
  text-align: center;
}
@media (max-width: 1200px) {
  main section.part2 div.biz.com ul li,
main section.part2 div.com.com ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
  }
  main section.part2 div.biz.com ul li:after,
main section.part2 div.com.com ul li:after {
    position: absolute;
    content: " ";
    display: block;
    width: 98%;
    height: 0.05rem;
    background-color: #fefefe;
    left: 0;
    bottom: 0;
    margin-left: 1%;
  }
  main section.part2 div.biz.com ul li:last-child:after,
main section.part2 div.com.com ul li:last-child:after {
    display: none;
  }
}
main section.part2 div.biz.com ul li img,
main section.part2 div.com.com ul li img {
  margin-bottom: 1.95rem;
}
@media (max-width: 1200px) {
  main section.part2 div.biz.com ul li img,
main section.part2 div.com.com ul li img {
    margin-bottom: 0;
    margin-left: 1.2rem;
  }
}
@media (max-width: 1200px) {
  main section.part2 div.biz.com ul li p,
main section.part2 div.com.com ul li p {
    font-size: 1rem;
    width: 70%;
    text-align: left;
  }
}
main section.part2 div.biz.com ul li div.group img,
main section.part2 div.com.com ul li div.group img {
  padding: 0 0.25rem;
  margin-left: 0;
  max-width: 100%;
  max-height: 100%;
}
main section.part3 {
  padding: 7.8rem 0 7.45rem;
}
@media (max-width: 1200px) {
  main section.part3 {
    padding: 1rem 0.5rem;
  }
}
main section.part3 div.head {
  margin-bottom: 4.85rem;
}
@media (max-width: 1200px) {
  main section.part3 div.head {
    margin-bottom: 1rem;
  }
}
main section.part3 div.head p {
  text-align: center;
}
main section.part3 ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  main section.part3 ul {
    flex-direction: column;
  }
}
main section.part3 ul li {
  width: 33.3%;
}
@media (max-width: 1200px) {
  main section.part3 ul li {
    position: relative;
    display: flex;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  main section.part3 ul li:after {
    position: absolute;
    content: " ";
    display: block;
    width: 98%;
    height: 0.05rem;
    background-color: #f1f1f1;
    bottom: 0;
    left: 0;
  }
}
main section.part3 ul li img {
  margin-bottom: 1.45rem;
  width: 98%;
}
@media (max-width: 1200px) {
  main section.part3 ul li img {
    margin-bottom: 0.3rem;
    width: 45%;
  }
}
@media (max-width: 1200px) {
  main section.part3 ul li div.box {
    width: 55%;
  }
}
main section.part3 ul li div.box p {
  text-align: center;
}
@media (max-width: 1200px) {
  main section.part3 ul li div.box p {
    text-align: left;
    padding-left: 0.2rem;
  }
  main section.part3 ul li div.box p br {
    display: none;
  }
}
main section.part3 ul li div.box p.blue {
  margin-bottom: 1.2rem;
}
@media (max-width: 1200px) {
  main section.part3 ul li div.box p.blue {
    margin-bottom: 0.2rem;
  }
}
main section.part4 {
  background-color: #fafafa;
  padding: 5.35rem 0 8.9rem;
}
@media (max-width: 1200px) {
  main section.part4 {
    padding: 1rem 0 1rem;
  }
}
main section.part4 div.head {
  margin-bottom: 5.1rem;
}
@media (max-width: 1200px) {
  main section.part4 div.head {
    margin-bottom: 1rem;
  }
}
main section.part4 div.gallery-wrap {
  position: relative;
  padding: 0 5.85rem;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap {
    width: 99.9%;
    padding: 0 1rem;
  }
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.gallery ul li {
    display: flex;
    flex-direction: column;
  }
}
main section.part4 div.gallery-wrap div.gallery ul li img {
  width: 30rem;
  height: 21.15rem;
  margin-right: 2.05rem;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.gallery ul li img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
main section.part4 div.gallery-wrap div.gallery ul li article {
  position: relative;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.gallery ul li article {
    width: 100%;
  }
}
main section.part4 div.gallery-wrap div.gallery ul li article h5 {
  margin-bottom: 3.5rem;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.gallery ul li article h5 {
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
  }
}
main section.part4 div.gallery-wrap div.gallery ul li article h5:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.05rem;
  background-color: #7d7d7d;
  margin-top: 1.7rem;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.gallery ul li article h5:after {
    margin-top: 0.4rem;
  }
}
main section.part4 div.gallery-wrap div.gallery ul li article div.box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 0.35rem;
  margin-bottom: 3.1rem;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.gallery ul li article div.box {
    position: relative;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
main section.part4 div.gallery-wrap div.gallery ul li article div.box:before {
  content: " ";
  display: block;
  width: 0.15rem;
  height: 2.05rem;
  background-color: #5982f6;
  position: absolute;
  left: 0;
  top: 0;
}
main section.part4 div.gallery-wrap div.gallery ul li article div.box p span {
  width: 4.5rem;
}
main section.part4 div.gallery-wrap div.swiper-button-prev, main section.part4 div.gallery-wrap div.swiper-button-next {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.swiper-button-prev, main section.part4 div.gallery-wrap div.swiper-button-next {
    top: 20%;
  }
}
main section.part4 div.gallery-wrap div.swiper-button-prev:after, main section.part4 div.gallery-wrap div.swiper-button-next:after {
  display: none;
}
main section.part4 div.gallery-wrap div.swiper-button-prev {
  background: url("/images/arrow-01.png") no-repeat center center;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.swiper-button-prev {
    background-size: 50%;
  }
}
main section.part4 div.gallery-wrap div.swiper-button-next {
  background: url("/images/arrow-02.png") no-repeat center center;
}
@media (max-width: 1200px) {
  main section.part4 div.gallery-wrap div.swiper-button-next {
    background-size: 50%;
  }
}
main section.part5 {
  background-color: #f1f1f1;
  padding: 3.15rem 0 3.3rem;
}
@media (max-width: 1200px) {
  main section.part5 {
    flex-direction: column;
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 1200px) {
  main section.part5 div.container {
    flex-direction: column;
    width: 100%;
  }
}
main section.part5 div.container div {
  width: 50%;
}
@media (max-width: 1200px) {
  main section.part5 div.container div {
    width: 100%;
  }
}
main section.part5 div.container div.contact h3 {
  margin-bottom: 1.75rem;
}
main section.part5 div.container div.contact div.box {
  margin: 2.25rem 0 0 0.4rem;
}
main section.part5 div.container div.contact div.box img {
  margin-right: 1.05rem;
}
main section.part5 div.container div.consult p {
  margin-bottom: 1.9rem;
}
@media (max-width: 1200px) {
  main section.part5 div.container div.consult p {
    margin-bottom: 0.3rem;
  }
}
main section.part5 div.container div.consult ul {
  display: flex;
  flex-direction: column;
}
main section.part5 div.container div.consult ul li {
  margin-bottom: 0.95rem;
}
@media (max-width: 1200px) {
  main section.part5 div.container div.consult ul li {
    margin-bottom: 0.5rem;
  }
}
main section.part5 div.container div.consult ul li input[type=text], main section.part5 div.container div.consult ul li textarea {
  padding: 0.8rem;
  font-size: 0.8rem;
  color: #999999;
  width: 100%;
  border-radius: 0.15rem;
  border: solid 0.05rem #d6d6d6;
  background-color: #ffffff;
}
main section.part5 div.container div.consult a {
  border: solid 0.05rem #5982f6;
  padding: 0.8rem 2rem;
  background-color: #5982f6;
}
@media (max-width: 1200px) {
  main section.part5 div.container div.consult a {
    width: 100%;
    padding: 0.8rem 0;
    text-align: center;
  }
}
main section.part5 div.container div.consult a:hover {
  border: solid 0.05rem #d6d6d6;
  color: #5982f6;
  background-color: #fff;
}
main section.part6 {
  height: 30.75rem;
  padding: 7.1rem 0 0 0;
  background: url("/images/p6-bg.png") no-repeat top center;
}
@media (max-width: 1200px) {
  main section.part6 div.container {
    padding: 0 0.5rem;
  }
}
main section.part6 div.container h2 {
  margin-bottom: 1.2rem;
}

footer {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0 1.5rem 0;
  background-color: #333333;
}
@media (max-width: 1200px) {
  footer {
    padding: 0.5rem;
  }
}
footer address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
}
footer address p {
  font-family: NotoSansCJKkr;
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: -0.035rem;
  color: #a2a2a2;
}


@media (max-width: 414px) {
	main section.visual div.slogan {width: 80%;}
	main section.visual div.slogan h1 {font-size:2.5rem;}
	main section.visual div.slogan p {margin-bottom: 50px;font-size:0.8rem;}
}

/*# sourceMappingURL=styles.css.map */
