@charset "UTF-8";
@font-face {
  font-family: "bitter";
  src: url("/theme/ety_wide_theme/font/Bitter-Light.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "bitter";
  src: url("/theme/ety_wide_theme/font/Bitter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "bitter";
  src: url("/theme/ety_wide_theme/font/Bitter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "bitter";
  src: url("/theme/ety_wide_theme/font/Bitter-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "bitter";
  src: url("/theme/ety_wide_theme/font/Bitter-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "omni";
  src: url("/theme/ety_wide_theme/font/210omni010.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "omni";
  src: url("/theme/ety_wide_theme/font/210omni030.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "omni";
  src: url("/theme/ety_wide_theme/font/210omni040.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "omni";
  src: url("/theme/ety_wide_theme/font/210omni050.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "omni";
  src: url("/theme/ety_wide_theme/font/210omni055.ttf");
  font-weight: 900;
  font-style: normal;
}
/* .menuWrap{
    position: relative;
} */
/* 헤더영역 */
/* .categoryWrap{
    position: fixed;
    left: 0;

    top: 107.19px;
    width: 100vw;
    background-color: #fff;
    padding-bottom: 20px;
    display: none;
    z-index: 100;
}
.categoryWrap .category{
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.categoryWrap .category .wall{
    width: 240px;
    height: 100%;
}
.categoryWrap .categoryList{
    width: 55%;
    display: flex;
}
.categoryWrap .categoryList .list{
    width: 20%;
}
.categoryWrap .categoryList .list ol{}
.categoryWrap .categoryList .list ol li{
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    transition: transform .4s;
    padding: 10px 0;
    cursor: pointer;
}
.categoryWrap .categoryList .consult{
    width: 68px;
}
.categoryWrap .categoryList .list ol li:hover{
    color: #000;
    transform: translateX(5px);
} */
/* 헤더 스크롤 애니메이션 */
/* 메인페이지 섹션 영역 */
/* 메인페이지-메인 */
/* 물방울 페이지네이션 */
/* .page.mainPage .section .swiper-wrapper{
    width: 400%;
    display: flex;
    margin-left: 0;
} */
.btn {
  margin-top: 50px;
}
.btn button {
  width: 161px;
  height: 50px;
  font-family: "bitter";
  font-size: 14px;
  color: #fff;
  color: #fff;
  border: 2px solid #0097ff;
  background-image: linear-gradient(30deg, #0097ff 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background 300ms ease-in-out;
  border-radius: 0;
}
.btn button:hover {
  background-position: 100%;
  color: #0097ff;
}

/* 메인페이지 마우스 애니메이션 영역 */
@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* 메인페이지-컴퍼니 */
/* 푸터 */
/* 사이드 페이지네이션 */
/* .pageScroll ul li .circle::before {
    content: '';
    width: 12px;
    height: 12px;


} */
/* 사이드 네비게이션 클릭 후 */
body {
  font-family: "omni";
  font-weight: 400;
  line-height: 1;
  color: #000001;
  width: 100vw;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

button {
  margin: 0;
  padding: 0;
}

.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin: auto;
  padding: 25px 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition: all 0.5s;
}
.headerWrap header {
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
}
.headerWrap header h1 {
  width: 240px;
  cursor: pointer;
}
.headerWrap header h1 .logoB {
  display: none;
}
.headerWrap header .nav {
  display: flex;
  width: 55%;
}
.headerWrap header .nav li {
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  font-family: "omni";
  color: #fff;
  width: 20%;
  cursor: pointer;
}
.headerWrap header .nav li:hover h2 {
  color: #0070c0;
}
.headerWrap header .nav li .subCategory {
  padding: 30px 0;
  display: none;
}
.headerWrap header .nav li .subCategory li {
  width: 100%;
  padding: 8px 0;
  transition: transform 0.4s;
  cursor: pointer;
  color: #999;
  line-height: 1;
}
.headerWrap header .nav li .subCategory li:hover {
  color: #000;
  transform: translateX(5px);
}
.headerWrap header .nav li .subCategory li .addMenu {
    display: none;
    padding-top: 10px;
    padding-left: 5px;
}
.headerWrap header .nav li .subCategory li:hover .addMenu {
    display: block;
}
.headerWrap header .nav li .subCategory li .addMenu li a {
    font-size: 14px;
    letter-spacing: -1px;
}
.headerWrap header .nav li.consult {
  width: 69px;
}
.headerWrap header .mobBtn {
  color: #fff;
  display: none;
}
.headerWrap:hover {
  background-color: #fff;
}
.headerWrap:hover h2 {
  color: #000;
}
.headerWrap:hover .logoF {
  display: none;
}
.headerWrap:hover .logoB {
  display: block;
}
.headerWrap:hover header .nav li .subCategory {
  display: block;
  opacity: 1;
}
.headerWrap:hover header .mobBtn {
  color: #000;
}

.scrolling {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 0;
}
.scrolling header h1 .logoF {
  display: none;
}
.scrolling header h1 .logoB {
  display: block;
}
.scrolling header .nav li {
  color: #000;
  font-weight: 500;
}
.scrolling header .nav li:hover {
  color: #0070c0;
}
.scrolling header .mobBtn {
  color: #000;
}

.page {
  width: 100%;
  height: 100vh;
}

.page.mainPage {
  position: relative;
}
.page.mainPage .mainText {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -80%);
  height: 187px;
  z-index: 10;
}
.page.mainPage .mainText p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 12px 0 9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  font-family: "omni";
  word-break: keep-all;
}
.page.mainPage .mainText h2 {
  font-weight: 900;
  color: #fff;
  font-size: 80px;
  font-family: "omni";
  margin-top: 30px;
  word-break: keep-all;
}
.page.mainPage .mainText h2 span {
  color: #0097ff;
}
.page.mainPage .mainText .pagenation {
  width: calc(33px * 3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 50px;
}
.page.mainPage .mainText .pagenation li {
  width: 100%;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.page.mainPage .mainText .pagenation li .xi-tint {
  font-size: 20px;
  color: #ddd;
}
.page.mainPage .mainText .pagenation li .xi-tint-o {
  display: none;
}
.page.mainPage .mainText .pagenation li.clicked .xi-tint-o {
  display: block;
  font-size: 35px;
  color: #0097ff;
}
.page.mainPage .mainText .pagenation li.clicked .xi-tint {
  display: none;
}
.page.mainPage .sections {
  height: 100%;
}
.page.mainPage .sections .swiper-wrapper .swiper-slide {
  height: 100%;
}
.page.mainPage .sections .swiper-wrapper .swiper-slide .image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page.mainPage .scrollDown {
  position: relative;
  cursor: pointer;
}
.page.mainPage .scrollDown h2 {
  font-family: "Bitter";
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}
#mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
  height: 30px;
  width: 21px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 3px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
  border-radius: 2px;
  -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

.page.company {
  display: flex;
}
.page.company .leftSide {
  width: 50%;
  height: 100%;
}
.page.company .leftSide .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page.company .rightSide {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.page.company .rightSide .companyInfo {
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.page.company .rightSide .companyInfo .text {
  margin-left: 70px;
  width: 661px;
  font-family: "omni";
}
.page.company .rightSide .companyInfo h2 {
  font-family: "bitter";
  font-weight: 600;
  font-size: 60px;
  color: #0070c0;
}
.page.company .rightSide .companyInfo p {
  margin-top: 28px;
  color: 999px;
  color: #666;
  line-height: 1.5;
  font-family: "omni";
  word-break: keep-all;
}
.page.company .rightSide .companyInfo h4 {
  font-family: "omni";
  margin-top: 28px;
}
.page.company .rightSide .companyInfo .btn {
  margin-top: 50px;
}
.page.company .rightSide .companyInfo .btn button {
  width: 171px;
  height: 55px;
  font-family: "bitter";
  font-size: 14px;
  color: #fff;
  border: 2px solid #0097ff;
  background-image: linear-gradient(30deg, #0097ff 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background 300ms ease-in-out;
}
.page.company .rightSide .companyInfo .btn button:hover {
  background-position: 100%;
  color: #0097ff;
}
.page.company .rightSide .image {
  width: 100%;
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page.information {
  background-image: url(/theme/ety_wide_theme/img/index/bgInformation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page.information .content {
  padding: 0 7%;
  box-sizing: border-box;
  transform: translate(0%, 50%);
}
.page.information .content .information-header {
  text-align: center;
}
.page.information .content .information-header h2 {
  font-family: "bitter";
  font-size: 60px;
  font-weight: 600;
  color: #0070c0;
  line-height: 1;
}
.page.information .content .information-header p {
  font-family: "omni";
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-top: 30px;
}
.page.information .content .information-body {
  margin-top: 110px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page.information .content .information-body article {
  text-align: center;
  width: calc(25% - 193px);
  min-width: 220px;
}
.page.information .content .information-body article .image {
  margin: 0 auto;
}
.page.information .content .information-body article .image.im1 {
  width: 56px;
}
.page.information .content .information-body article .image.im2 {
  width: 46px;
}
.page.information .content .information-body article .image.im3 {
  width: 56px;
}
.page.information .content .information-body article .image.im4 {
  width: 52px;
}
.page.information .content .information-body article h2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.page.information .content .information-body article .count {
  font-family: "bitter";
  font-size: 48px;
  color: #0070c0;
  line-height: 1;
  font-weight: 600;
  margin-top: 49px;
}
.page.information .content .information-body article p {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 30px;
  word-break: keep-all;
}
.page.information .content .information-body article.test1 {
  transition-delay: 0.1s;
}
.page.information .content .information-body article.test2 {
  transition-delay: 0.2s;
}
.page.information .content .information-body article.test3 {
  transition-delay: 0.3s;
}
.page.information .content .information-body article.test4 {
  transition-delay: 0.4s;
}

.page.product {
  display: flex;
}
.page.product .leftSide {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.page.product .leftSide .left-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.page.product .leftSide .left-content .image {
  width: 100%;
  height: 106%;
  background-position: center;
  background-size: 210%;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}
.page.product .leftSide .left-content .image:hover {
  background-size: 214%;
}
.page.product .leftSide .left-content .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}
.page.product .leftSide .left-content .text h2 {
  font-family: "Bitter";
  font-size: 36px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.page.product .leftSide .left-content .text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.page.product .rightSide {
  width: 50%;
  height: 100%;
}
.page.product .rightSide .right-top {
  width: 100%;
  height: 43%;
  position: relative;
}
.page.product .rightSide .right-top .image {
  background-position: center;
  background-size: 215%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: background-size 0.3s;
}
.page.product .rightSide .right-top .image:hover {
  background-size: 219%;
}
.page.product .rightSide .right-top .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}
.page.product .rightSide .right-top .text h2 {
  font-family: "Bitter";
  font-size: 36px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.page.product .rightSide .right-top .text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.page.product .rightSide .right-middle {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}
.page.product .rightSide .right-middle .text {
  margin-left: 10%;
}
.page.product .rightSide .right-middle .text h2 {
  font-family: "Bitter";
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #0070c0;
}
.page.product .rightSide .right-middle .text p {
  font-size: 16px;
  line-height: 3;
  color: #999;
}
.page.product .rightSide .right-bottom {
  width: 100%;
  height: 27%;
  position: relative;
}
.page.product .rightSide .right-bottom .image {
  background-position: center;
  background-size: 148%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: background-size 0.3s;
}
.page.product .rightSide .right-bottom .image:hover {
  background-size: 152%;
}
.page.product .rightSide .right-bottom .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}
.page.product .rightSide .right-bottom .text h2 {
  font-family: "Bitter";
  font-size: 36px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.page.product .rightSide .right-bottom .text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.page.contact {
  background-image: url(/theme/ety_wide_theme/img/index/consultBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.contact .content {
  min-width: 1200px;
  margin-top: 93px;
}
.page.contact .content .consult-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page.contact .content .consult-header h2 {
  font-size: 60px;
  line-height: 1;
  color: #0097ff;
  font-weight: 600;
}
.page.contact .content .consult-header p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
}
.page.contact .content .consult-body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4%;
}
.page.contact .content .consult-body .line2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page.contact .content .consult-body .line2 .list {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  border-bottom: 2px solid #ddd;
  line-height: 3;
}
.page.contact .content .consult-body .line2 .list .left {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 77px;
  font-family:'omni';
}
.page.contact .content .consult-body .line2 .list .right {
  width: calc(100% - 77px);
  color: #fff;
}
.page.contact .content .consult-body .line2 .list .right input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
}
.page.contact .content .consult-body .line2 .list .right input::-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body .line2 .list .right input:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body .line2 .list .right input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body .project {
  display: flex;
  align-items: center;
  line-height: 3;
  color: #fff;
  width: 100%;
  border-bottom: 2px solid #ddd;
  margin-top: 30px;
}
.page.contact .content .consult-body .project .left {
  width: 156px;
  font-family:'omni';
}
.page.contact .content .consult-body .project .right {
  width: calc(100% - 156px);
  color: #fff;
}
.page.contact .content .consult-body .project .right input {
  background-color: transparent;
  border: 0;
  width: 100%;
  color: #fff;
}
.page.contact .content .consult-body .project .right input::-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body .project .right input:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body .project .right input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body .project.file {
  margin-top: 0;
}
.page.contact .content .consult-body .project.file .right {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page.contact .content .consult-body .project.file .right .noLook {
  display: none;
}
.page.contact .content .consult-body .project.file .right input {
  width: calc(100% - 100px);
}
.page.contact .content .consult-body .project.file .right label {
  font-family: 'omni';
  font-size: 14px;
  color: #0097ff;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  position: absolute;
  right: 0;
  height: 30px;
  top: -12px;
  cursor: pointer;
}
.page.contact .content .consult-body textarea {
  width: 100%;
  height: 141px;
  background-color: transparent;
  line-height: 1.3;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #ddd;
  margin-top: 40px;
  font-family: "omni";
}
.page.contact .content .consult-body textarea::-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body textarea:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}
.page.contact .content .consult-body textarea::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "omni";
}

.page.contact .content .consult-body .blank {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 23px;
  width: 265px;
  margin-left: auto;
}
.page.contact .content .consult-body .blank > label {
    position: relative;
    padding-left: 26px;
    font-family:'omni';
    color: #fff;
    cursor: pointer;
}   
.page.contact .content .consult-body .blank > label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    appearance: none;
    border-radius: 0;
}
.page.contact .content .consult-body .blank > label .checkboxCustom {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    transition: opacity 0.25s;
    border-radius: 50%;
}
.page.contact .content .consult-body .blank > label .checkboxCustom::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 3px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%,-50%) rotate(45deg);
}
.page.contact .content .consult-body .blank > label input[type="checkbox"]:checked + .checkboxCustom {
    border-color: #0097ff;
}
.page.contact .content .consult-body .blank > label input[type="checkbox"]:checked + .checkboxCustom:after {
    border-color: #0097ff;
}

/* .page.contact .content .consult-body .blank i {
  margin-right: 10px;
  cursor: pointer;
}
.page.contact .content .consult-body .blank i.xi-check-circle-o {
  display: none;
}
.page.contact .content .consult-body .blank.agree .xi-radiobox-blank {
  display: none;
}
.page.contact .content .consult-body .blank.agree .xi-check-circle-o {
  display: block;
} */
.page.contact .content .consult-body .btn {
  margin: 0 auto;
  margin-top: 10px;
  width: 171px;
}

.ftrWrap {
  background-color: #222;
}
.ftrWrap footer {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
}
.ftrWrap footer h1 {
  width: 200px;
}
.ftrWrap footer .footer-category {
  overflow: hidden;
  margin-top: 30px;
}
.ftrWrap footer .footer-category li.detail-list {
  float: left;
  display: flex;
}
.ftrWrap footer .footer-category li.detail-list h2 {
  color: #fff;
  font-family: "botter";
  font-size: 14px;
  font-weight: 600;
}
.ftrWrap footer .footer-category li.detail-list .detail {
  margin-left: 29px;
  line-height: 1.3;
  color: #ababb1;
  font-size: 14px;
  font-family: "bitter";
}
.ftrWrap footer .footer-category li.detail-list .detail.mt10 {
  margin-top: 10px;
}
.ftrWrap footer .footer-category li.detail-list .detail.korean {
  font-family: "omni";
}
.ftrWrap footer .footer-category li.detail-list.ml150 {
  margin-left: 150px;
}
.ftrWrap .copyright {
  font-size: 14px;
  color: #ababb1;
  font-family: "bitter";
  border-top: 1px solid #444;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
}

.toTop {
  position: fixed;
  bottom: 100px;
  right: 70px;
  cursor: pointer;
}
.toTop .toTopBtn {
  -webkit-animation: rotate_image 10s linear infinite;
          animation: rotate_image 10s linear infinite;
  transform-origin: 50% 50%;
}
@-webkit-keyframes rotate_image {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate_image {
  100% {
    transform: rotate(-360deg);
  }
}
.toTop.front {
  position: fixed;
  bottom: 17px;
  right: 33px;
}
.toTop.active {
  opacity: 1;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
}
.toTop.deactive {
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
}

.pageScroll {
  height: 155px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
.pageScroll ul li {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  align-items: center;
}
.pageScroll ul li .navitem {
  width: 0px;
  overflow: hidden;
  transition: width 0.3s;
  margin-right: 10px;
}
.pageScroll ul li h2 {
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  font-family: "bitter";
}
.pageScroll ul li h2.textWhite {
  color: #fff;
}
.pageScroll ul li .circle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pageScroll ul li .circle .in {
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.pageScroll ul li .circle .in.white {
  background-color: #fff;
}
.pageScroll ul li.clicked .navitem {
  width: 120px;
}
.pageScroll ul li.clicked .circle {
  border: 3px solid #999;
}

.navM {
  display: none;
}/*# sourceMappingURL=layout.css.map */