@charset "utf-8";
/*Noto Sans*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
/*font-family: 'Noto Sans KR', sans-serif;*/
/*Gmarketsans*/
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf")
      format("truetype");
  font-display: swap;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
dl,
dt,
dd,
form,
fieldset,
legend,
table,
thead,
tbody,
tfoot,
tr,
td,
th,
span {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
em,
address {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-text-size-adjust: none; /*ios 확대방지*/
}
a img {
  border: 0;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
body,
html,
button,
select,
input,
pre {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
pre {
  white-space: pre-line;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  display: none;
}
a:active,
a:focus,
button:focus,
button:active {
  outline-style: dotted !important;
  outline-color: #ccc !important;
  outline-width: 1px !important;
}

/*공통*/
.wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  padding: 30px 40px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .right {
  display: flex;
  align-items: flex-start;
}
header .nav.swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: auto;
  right: auto;
  transform: none;
}
header .nav .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  border-radius: 0;
  padding: 0 42px;
  margin: 0;
}
header .nav .swiper-pagination-bullet i {
  font-size: 18px;
  font-style: normal;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
header .nav .swiper-pagination-bullet i:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.6s;
}
header .nav .swiper-pagination-bullet.swiper-pagination-bullet-active i:before,
header .nav .swiper-pagination-bullet:hover i:before {
  width: 100%;
}
header .autodesk_logo {
  margin-left: 100px;
}

.m_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.m_nav a {
  font-size: 20px;
  font-style: normal;
  color: #fff;
  position: relative;
  margin: 0 42px;
  padding-bottom: 5px;
}
.m_nav a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.6s;
}
.m_nav a:hover:before {
  width: 100%;
}

footer {
  background-color: #202020;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

footer .wrap {
  display: flex;
  max-width: 1163px;
  align-items: center;
  justify-content: space-between;
}
footer .left {
  display: flex;
  /* align-items: center; */
}
footer .copyright,
footer .address {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 25px;
  font-weight: 300;
  line-height: 1.5;
}
footer .sns {
  display: flex;
  align-items: center;
}
footer .sns a {
  display: block;
  padding: 0 10px;
}

/*반응형*/
@media screen and (max-width: 1600px) {
  header {
    padding: 1.5vw 3vw 1vw 3vw;
  }
  header .logo img {
    width: 4.8vw;
  }
  header .nav .swiper-pagination-bullet {
    padding: 0 2vw;
  }
  header .nav .swiper-pagination-bullet i {
    font-size: 1.2vw;
    padding-bottom: 0.3vw;
  }
  header .autodesk_logo {
    margin-left: 2vw;
  }
  header .autodesk_logo img {
    width: 10vw;
  }
  footer {
    height: 5.5vw;
    padding: 15px;
  }
  .f_logo img {
    width: 6vw;
  }
  footer .copyright,
  footer .address {
    font-size: 0.9vw;
    margin-left: 2vw;
  }
  footer .sns a {
    padding: 0 .5vw;
  }
  footer .sns a img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1340px) {
  .wrap {
    padding: 0 6vw;
  }
}

@media screen and (max-width: 1200px) {
  header .logo img {
    width: 5.8vw;
  }
  header .right {
    align-items: center;
  }
  header .nav .swiper-pagination-bullet i {
    font-size: 1.5vw;
    padding-bottom: 0.8vw;
  }
  header .autodesk_logo img {
    width: 11vw;
  }
  .f_logo img {
    width: 8vw;
  }
  footer .copyright,
  footer .address {
    font-size: 1vw;
  }
  footer .sns a img {
    width: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 2vw 3vw 2vw 3vw;
    background: #000000aa;
  }
  header .logo img {
    width: 7vw;
  }
  header .nav .swiper-pagination-bullet i {
    font-size: 2vw;
  }
  header .autodesk_logo img {
    width: 15vw;
  }
  body {  overflow-y :auto;}
  
  .m_nav {
    display: flex;
  }
  .m_nav a {
    font-size: 2.5vw;
    margin: 0 2vw;
  }
  footer {
    height: auto;
    padding: 3vw 0;
  }
  footer .wrap {
    flex-wrap: wrap;
  }
  footer .left {
    width: 100%;
  }
  .f_logo img {
    width: 14vw;
  }
  footer .copyright,
  footer .address {
    font-size: 1.5vw;
  }
  footer .sns {
    margin-top: 2vw;
    width: 100%;
    justify-content: flex-end;
  }
  footer .sns a {
    padding: 0 1.5vw;
    width: 6vw;
  }
  footer .sns a img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .wrap {
    padding: 0 20px;
  }
  header {
    padding: 15px;
  }
  header .logo img {
    width: 48px;
    display: block;
  }
  .m_nav a {
    font-size: 13px;
    margin: 0 8px;
  }
  header .autodesk_logo img {
    width: 57px;
  }
  footer {
    padding: 20px 0;
  }
  footer .left {
    flex-wrap: wrap;
  }
  .f_logo img {
    width: 84px;
  }
  footer .copyright,
  footer .address {
    font-size: 12px;
    width: 100%;
    margin: 6px 0 0 0;
  }
  footer .sns {
    margin-top: 20px;
  }
  footer .sns a {
    padding: 0;
    width: 19px;
    margin: 0 9px;
  }
}

@media screen and (max-width: 380px) {
  .m_nav a {
    font-size: 11px;
  }
}


/* plus */
#semi_visual > div > .sub {
  font-size: 25px;
}

