@import '../css/animation.css';
.fix_menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 45px;
  background-color: #ffffff;
  position: fixed;
  top: 110px;
  right: 0%;
  color: #888888;
  padding: 0px 16px;
  z-index: 99;
}
.fix_menus span {
  opacity: 0.3;
}
.fix_menus .fix_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.fix_menus .fix_down {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.fix_top {
  width: 42px;
  height: 42px;
  background-color: #2c2c2c;
  position: fixed;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  cursor: pointer;
}

.sect2,
.sect3,
.board,
footer {
  position: relative;
  z-index: 1;
}

header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 48px;
  padding: 0px 0px 0px 48px;
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  position: fixed;
  top: 0%;
  z-index: 99;
}
header h1 {
  width: 185px;
}
header h1 img {
  width: 100%;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 105px;
}
header nav .gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
}
header nav .gnb .main_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  padding: 40px 0px;
  width: 20%;
  position: relative;
  cursor: pointer;
}
header nav .gnb .main_menu .sub_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../imgs/header/underline_orange.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 138px 4px;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 100px;
  display: none;
}
header nav .gnb .main_menu .sub_menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(6px);
}
header nav .gnb .main_menu .sub_menu li a {
  font-size: 13px;
  color: #888888;
}

.sect {
  border: 1px solid #000;
  width: 100%;
}

.sect1 {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  background: url(../imgs/sect1_img/sect1_bg.jpg) no-repeat center/cover;
  height: 1000px;
  background-attachment: fixed;
}
.sect1 .title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  opacity: 0.5;
  position: fixed;
  top: 200px;
}
.sect1 .title1 span {
  font-size: 48px;
  letter-spacing: 16px;
}
.sect1 .title1 strong {
  font-size: 20px;
  letter-spacing: 16px;
}
.sect1 .title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  letter-spacing: 24px;
  line-height: 80px;
  position: fixed;
  top: 280px;
}
.sect1 .title2 b {
  font-size: 50px;
}
.sect1 .title2 b span {
  color: #f47a20;
  text-decoration: underline;
}
.sect1 .title2 b:nth-of-type(2) {
  font-size: 56px;
}

.sect2 {
  height: 880px;
  position: relative;
}
.sect2 .sect2_swiper {
  width: 100%;
  height: 880px;
}
.sect2 .sect2_swiper .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  height: 880px;
}
.sect2 .sect2_menus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 10%;
  left: 200px;
  z-index: 1;
  width: 100px;
  height: 600px;
}
.sect2 .sect2_menus li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.sect2 .sect2_menus li:nth-of-type(1) {
  background-color: #f47a20;
}
.sect2 .sect2_menus li:hover {
  color: #f47a20;
}
.sect2 .sect2_title {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  top: 10%;
  left: 400px;
  z-index: 1;
}
.sect2 .sect2_title p {
  color: #ffffff;
}
.sect2 .sect2_title p:nth-of-type(1) {
  font-size: 28px;
}
.sect2 .sect2_title p:nth-of-type(2) {
  width: 452px;
  font-size: 30px;
}
.sect2 .sect2_title p:nth-of-type(3) {
  width: 370px;
  font-size: 14px;
  line-height: 24px;
}

.sect3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 530px;
}
.sect3 .left {
  background: url(../imgs/sect3_img/sect3_bg1.jpg) no-repeat center/cover;
  width: 35%;
  height: 530px;
}
.sect3 .left .sect3_left_title {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  padding: 75px 0px 0px 50px;
}
.sect3 .left .sect3_left_title .line {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
}
.sect3 .left .sect3_left_title p:nth-of-type(1) {
  font-size: 40px;
}
.sect3 .left .sect3_left_title p:nth-of-type(2) {
  font-size: 14px;
  opacity: 0.5;
}
.sect3 .left img {
  position: absolute;
  left: 50px;
  bottom: 0;
}
.sect3 .right {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../imgs/sect3_img/sect3_bg2.jpg) no-repeat center/cover;
  width: 65%;
  height: 530px;
}
.sect3 .right .sect3_right_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.sect3 .right .sect3_right_title p {
  text-align: center;
  color: #ffffff;
}
.sect3 .right .sect3_right_title p span {
  font-size: 32px;
}
.sect3 .right .sect3_right_title p:nth-of-type(1) {
  font-size: 42px;
}
.sect3 .right .sect3_right_title p:nth-of-type(2) {
  line-height: 20px;
  width: 430px;
  font-size: 14px;
  opacity: 0.5;
}
.sect3 .right .sect3_right_title .btn_wrap button {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.sect3 .right .sect3_right_title .btn_wrap button:hover {
  opacity: 1;
}

.board {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
}
.board .left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  width: 50%;
  height: 82px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.board .right {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  width: 50%;
  height: 82px;
}
.board .common .board_title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
}
.board .common .board_title img {
  margin: 0px 0px 0px 12px;
  height: 80px;
}
.board .common .board_title p span {
  margin-left: 8px;
  opacity: 0.5;
}
.board .common .y_slide_wrapper {
  overflow: hidden;
  width: 400px;
  height: 42px;
}
.board .common .y_slide_wrapper .y_slide {
  position: relative;
  transition: transform 2s ease-in-out;
}
.board .common .y_slide_wrapper .y_slide li {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 400px;
  height: 42px;
}

footer {
  width: 100%;
  background-color: #f3f1f4;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px;
  width: 100%;
  height: 341px;
}
footer .top .wrap {
  display: flex;
  justify-content: center;
  align-items: start;
}
footer .top .wrap .contact_info {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  padding: 0px 60px 0px 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
footer .top .wrap .contact_info .c_s p {
  font-size: 16px;
  color: #6c6c6c;
}
footer .top .wrap .contact_info .c_s b {
  font-size: 22px;
}
footer .top .wrap .contact_info .tel {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
footer .top .wrap .contact_info .tel span {
  font-size: 22px;
  color: #2c2c2c;
}
footer .top .wrap .contact_info .tel p {
  font-size: 32px;
  color: #2c2c2c;
}
footer .top .wrap .contact_info .tel p:nth-of-type(2) {
  font-size: 14px;
  color: #6c6c6c;
}
footer .top .wrap .contact_info .lcons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
}
footer .top .wrap .contact_info .lcons li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background-color: #2c2c2c;
}
footer .top .wrap .copy_right {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 48px;
  margin: 0px 0px 0px 60px;
  letter-spacing: -1px;
}
footer .top .wrap .copy_right .wrap p .st1 {
  padding-right: 10px;
}
footer .top .wrap .copy_right .wrap p span .st3 {
  padding-left: 4px;
}
footer .top .wrap .copy_right .wrap p span:nth-of-type(1) {
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
footer .top .wrap .copy_right .address {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 16px;
}
footer .top .wrap .copy_right .address b {
  font-size: 14px;
  color: #2c2c2c;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0px 16px 0px 0px;
}
footer .top .wrap .copy_right .address span {
  font-size: 14px;
}
footer .i_w {
  border: 1px solid #000;
  position: relative;
  width: 220px;
  height: 220px;
}
footer .i_w .f_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  top: 0%;
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .i_w .f_title p {
  padding: 4px 12px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  opacity: 0.3;
}
footer .i_w .f_title b {
  text-align: center;
  font-size: 17px;
  width: 150px;
}

.bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 32px;
  margin-left: -40px;
}
.bottom p {
  font-size: 14px;
  color: #7e7e7e;
}
.bottom img {
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */