@charset "UTF-/8";
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  z-index: 10000;
  transition: transform 0.6s;
  transform: translateY(0);
}
header.active {
  transform: translateY(-100%);
}
header > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
  border-bottom: 1px solid #BEDEFC;
  transition: background 0.3s, border 0.3s;
}
header .inner {
  width: calc(100% - 154px);
  max-width: 100%;
  padding: 0;
}
header h1 a {
  display: block;
}
header h1 a .logo {
  font-size: 0;
  text-indent: -9999px;
  display: block;
  width: 192px;
  height: 47px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("https://www.dasoltax.com/layout/dasol/asset/img/common/logo_c.png");
  position:relative;
  top:24px;
 
}
header nav {
  margin: 0 auto;
}
header nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
}
header nav > ul > li {
  position: relative;
  padding: 0 0px;
  cursor: pointer;
}
header nav > ul > li.long {
  margin: 0;
}
header nav > ul > li.on > a, header nav > ul > li.current > a {
  color: #107AF2;
}
header nav > ul > li.on > a:after, header nav > ul > li.current > a:after {
  width: 100%;
}

header nav .depth2 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 0.875rem;
}

header .mo_menu {
  display: none;
}

body.gnb-open:before {
  display: block;
}
@media (max-width: 1260px) {
  body.gnb-open {
    overflow: hidden;
  }
  body.gnb-open:before {
    display: none;
  }
}
body.gnb-open header {
  background-color: transparent;
}
body.gnb-open header nav .depth2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
@media (max-width: 1260px) {
  body.gnb-open header nav .depth2 {
    transition: none;
    transition-delay: unset;
  }
}

@media (min-width: 1260px) {
header .gnb_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position:relative;
  top:-45px;
  left:165px;
}
header nav > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  width: 160px;
  padding: 40px 40px;
  color: var(--, #F0F0F0);
  font-family: "Noto Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  transition: all 0.15s ease-in-out;
  text-align:center;
}
header nav > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -0.8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #107AF2;
  transition: all 0.15s ease-in-out;
  color: var(--TEXT, #2D2D2D);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
header nav .depth2 {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 15px 0 40px;
}
header nav .depth2:hover {
 background:#FBFBFB;
 width:160px;
 height:478px;
}

header nav .depth2 a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  letter-spacing: -0.03em;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing:-0.1px;
}

header nav .depth2 a.current, header nav .depth2 a:hover {
  color: var(--dasol-blue, #0067B8);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 32px */
  letter-spacing:-0.1px;
}
  #gnbDim {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0;
   background-color : #fff;
   box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: -9999;
    transition: height 0.2s linear;
  }
  body.gnb-open #gnbDim {
    border-bottom: 1px solid #BEDEFC;
  }
  #wrap.about .sec04 .txt_area {  max-width: 568px;  }
.input-holder {
width: 505px;
height:65px;
background: transparent;
border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.input-holder .search-input {
width: 100%;
height: 50px;
padding-left:5px;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
background: transparent;
box-sizing: border-box;
border: none;
outline: none;
color: #FFF;
font-family: "Noto Sans KR";
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 120%;
transform: translate(0, 60px);
transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
transition-delay: 0.3s;
}

.input-holder .search-input::placeholder {
color: #A9A9A9 !important;
font-size: 18px;
padding-left: 5px;
font-weight: 400;
}
.input-holder .search-input:focus {
outline:none;
}

.input-holder .search-input {
opacity: 1;
transform: translate(0, 10px);
}

.input-holder .search-icon {
width: 50px;
height: 50px;
border: none;
border-radius: 0px;
background: transparent;
padding: 0px;
outline: none;
position: relative;
top:2px;
z-index: 2;
float: right;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.search-icon { width: 50px; height:50px; margin: 10px; border-radius: 30px;}
}



@media (max-width: 1260px) {
.mobile_menu_logo { 
        display: flex;
        align-items: center;
        height: 66px;
position:relative; padding-left: 26px; top:0px; border-bottom:1px solid #ddd;  margin-bottom:25px; }
body.gnb-open {
overflow: hidden;
}
body.gnb-open header .inner,
body.gnb-open header .utility,
body.gnb-open header .search-box {
    right: 0;
  }
  body.gnb-open header .search-box {
    opacity: 1;
    visibility: visible;
  }
  body.gnb-open header .help {
    display: none;
  }
  body.gnb-open header .mo_menu {
    top: 18px;
    right: 20px;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    z-index: 999;
  }
  body.gnb-open header .mo_menu:after {
    background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_close_bk.svg");
  }
  body.gnb-open #gnbDim {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.3);
    transition: none !important;
    z-index: -1;
  }
  header {
    height: 68px;
  }
  header > div {
    align-items: flex-start;
    padding: 10px 65px;
  }
  header .inner {
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.3s linear;
    z-index: 9;
  }
  header .gnb_wrap {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 440px;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 999;
  }
  header .gnb_wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  header nav {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0 20px;
    overflow-y: auto;
    background-color: #fff;
  }
  header nav > ul {
    flex-direction: column;
    align-items: baseline;
  }
  header nav > ul > li {
    width: 100%;
    margin: 0;
   font-size:18px;
   line-height:45px;
  }
  header nav > ul > li.on > a:after, header nav > ul > li.current > a:after {
    width: 0;
  }
  header nav > ul > li.on .depth2, header nav > ul > li.current .depth2 {
    height: auto;
    opacity: 1;
  }
  header nav > ul > li > a {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
  }
  header nav > ul > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url(https://www.dasoltax.com/layout/dasol/asset/images/common/icon_plus_bk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  header nav > ul > li .depth2 { font-size:15px; } 
  header nav > ul > li .depth2 a {
    padding: 12px 0;
   display: block;
   height: 100%;
   line-height: normal;
  }
  header nav > ul > li .depth2 ul > li {
   height: 40px;
  }
  header nav > ul > li .depth2 a.active {
    color: #107AF2 !important;
  }
  header nav > ul > li .depth2 span {
    display: inline-block;
  }
  header nav > ul > li.open > a {
    color: #107AF2 !important;
  }
  header nav .depth2 {
    position: static;
    transform: none;
    height: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }
  header nav .depth2 a {
    text-align: left;
  }
  header .banner {
    position: static;
    width: 100%;
    margin: 40px 0 80px;
    opacity: 1;
    visibility: visible;
  }
  header .banner a {
    padding: 20px 65px 20px 24px;
    font-size: 18px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  header .banner a:after {
    display: none;
  }
  header .banner .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    margin-top: 0;
  }
  header .banner .icon img {
    transform: translateY(0);
  }
  header .utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 440px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    transition: right 0.3s linear;
  }
  header .utility > li {
    margin-right: 0;
  }
  header .utility > li.search button {
    display: none;
  }
  header .utility > li.lang {
    background-color: transparent;
  }
  header .utility > li.lang button {
    display: none;
  }
  header .utility > li .lang_box {
    display: block;
    position: static;
    transform: none;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  header .utility > li .lang_box li {
    display: inline-block;
  }
  header .utility > li .lang_box a {
    padding: 6px;
  }
  header .help {
    position: fixed;
    top: 17px;
    right: 102px;
    min-width: auto;
    z-index: -1;
  }
  header .help button {
    padding: 7px 12px;
  }
  header .help button span {
    margin-left: 6px;
  }
  header .search-box {
    display: block;
    position: fixed;
    top: 68px;
    left: unset;
    right: -100%;
    max-width: 440px;
    padding: 16px 20px;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s linear;
  }
  header .search-box .input_area {
    width: 100%;
  }
  header .search-box .input_area input {
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }
  header .search-box .input_area label {
    right: 0;
    transform: translateY(-50%);
  }
  header .search-box .recommended {
    display: none;
  }
  #wrap.main header.white > div {
  background-color: #fff;
  border-bottom-color: #BEDEFC;
  }
  #wrap.main header.white h1 a .logo {
    width:192px;
    height:45px;
    background-image: url("../img/common/logo_c_v-2.png");
  }
  #wrap.main header.white nav > ul > li > a {  
    color: #333;
  }

}
@media (max-width: 1260px) {
  header > div {
    padding: 16px 20px;
  }
  header .mo_menu {
    right: 20px;
  }
  header .help {
    right: 60px;
  }
}
@media (max-width: 767px) {
  header .inner {
    width: 100%;
  }
  header .gnb_wrap,
header .utility,
header .search-box {
    max-width: 100%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#wrap {
  overflow: hidden;
}

body {
  position: relative;
}



@media (max-width: 767px) {
  .sub_visual[data-motion] p {
    transform: translateY(50%);
  }
  .sub_visual[data-motion].is_animated p {
    transform: translateY(0);
  }
}
@media (max-width: 1260px) {
  .sub_visual {
    padding-top: 145px;
  }
}

/* components */
/* loading */
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  display: none;
}
.loading i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1260px) {
  .loading i img {
    width: 60px;
    height: 60px;
  }
}

#wrap.main header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#wrap.main header > div {
  background-color: transparent;
  border-bottom-color: transparent;
}
#wrap.main header h1 a .logo {
  background-image: url("../img/common/logo_w.png");
}
#wrap.main header nav > ul > li > a {
  color: #fff;
}

#wrap.main header nav > ul > li.on > a, #wrap.main header nav > ul > li.current > a {
  color: #107AF2;
}
#wrap.main header .mo_menu:after {
  background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_menu.svg");
}
#wrap.main header.white > div {
  background-color: #fff;
  border-bottom-color: #BEDEFC;
}
#wrap.main header.white h1 a .logo {
  width:152px;
  height:35px;
  background-image: url("../img/common/logo_c_v-2.png");
}
#wrap.main header.white nav > ul > li > a {  
  color: #333;
}
#wrap.main header.white .utility > li.search button:before {
  background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_search.svg");
}
#wrap.main header.white .utility > li.search button:hover:before {
  background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_search_hover.svg");
}
#wrap.main header.white .utility > li.search button:hover:after {
  width: 100%;
}
#wrap.main header.white .utility > li.lang button:before {
  background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_lang.svg");
}
#wrap.main header.white .utility > li.lang button:hover:before {
  background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_lang_hover.svg");
}
#wrap.main header.white .help {
  background: #107AF2;
}
@media (min-width: 1260px) {
  #wrap.main header.white .help:hover {
    background-color: #3463C1;
  }
  #wrap.main header.white .help:hover span {
    transform: rotate(180deg);
    transition: transform 0.5s;
  }
}
#wrap.main header.white .mo_menu:after {
  background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_menu_bk.svg");
}

.sub_visual .vision_area {
  position: relative;
  width: 100%;
  height: 562px;
  padding: 1px 0;
  margin: 0 auto 160px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sub_visual .vision_area:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
}
.sub_visual .vision_area:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
}
.sub_visual .vision_area .curtain_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.sub_visual .vision_area .curtain_wrap > div {
  position: absolute;
  top: 0;
  width: calc(50% - 600px);
  height: 100%;
  background-color: #fff;
}
.sub_visual .vision_area .curtain_wrap .left {
  left: 0;
}
.sub_visual .vision_area .curtain_wrap .right {
  right: 0;
}
.sub_visual .vision_area .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  min-width: 1920px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  z-index: 10;
}

#wrap.main #content .header_main {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.main #content .header_main header {
  width: 100%;
  position: absolute;
}
#wrap.main #content .header_main header .inner {
  width: calc(100% - 154px);
  max-width: none;
}

#wrap.main #content .inner {
  width: 100%;
  max-width: 1730px;
  margin: 0 auto;
  position: relative;
}
#wrap.main .sec_visual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#wrap.main .sec_visual .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
}
#wrap.main .sec_visual .video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#wrap.main .sec_visual .video_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrap.main .sec_visual .box {
  position: absolute;
  left: 0;
  top: 445px;
  width: 100%;
  z-index: 2;
}
#wrap.main .sec_visual .box .txt_area {
  position: relative;
  overflow: hidden;
}
#wrap.main .sec_visual .box .txt_area .motion {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0.3s;
}
#wrap.main .sec_visual .box .txt_area h3 {
  font-size: 100px;
  letter-spacing: 0em;
  /* 0.0625 * 16 = 1px */
  line-height: 6.875rem;
  color: #fff;
  font-weight: 600;
}
#wrap.main .sec_visual .box .txt_area h3 span {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
#wrap.main .sec_visual .box .txt_area p {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  word-break: keep-all;
  word-wrap: break-word;
}
#wrap.main .sec_visual .box .txt_area p br {
  display: none;
}
#wrap.main .sec_visual .box .txt_area.active .motion {
  transform: translateY(0);
}
#wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
  width: 413px;
  transition: width 1s 1.5s;
}
#wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
  width: 135px;
  transition: width 1s 2s;
}
#wrap.main .sec_visual .box .bot_btn {
  position: relative;
}
@media (min-width: 1539px) {
#wrap.main .sec_visual .box .bot_btn .progress_area {
  margin-top: 143px;
  width: 94%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  top:285px;
  left:50px;
}
#wrap.main .sec_visual .box .bot_btn .progress_area .bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  animation: progressAnimationStrike 24s; animation-iteration-count: infinite;
}
@keyframes progressAnimationStrike {  from { width: 0 }    to   { width: 100% } }

}
#wrap.main .sec_visual .box .bot_btn .controller_btn {
  position: absolute;
  right: 30px;
  bottom: -199px;
}
#wrap.main .sec_visual .box .bot_btn .controller_btn a {
  display: block;
  width: 56px;
  height: 56px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  right:35px;

}
#wrap.main .sec_visual .box .bot_btn .controller_btn a.pause {
  background-image: url("../../../../resources/kr/images/main/btn_pause.svg");
}
#wrap.main .sec_visual .box .bot_btn .controller_btn a.play {
  background-image: url("../../../../resources/kr/images/main/btn_play.svg");
}
@media (max-width: 1539px) {
  
/*  #wrap.main .sec_visual .box {*/
/*   position:absolute;*/
/*   top:-100px;*/
/*  }*/
  #wrap.main .sec_visual .box .txt_area h3 {
    font-size: 84px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec_visual .box .txt_area p {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
    width: 346px;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
    width: 114px;
  }
  #wrap.main .sec_visual .box .bot_btn .progress_area {
    margin-top: 67px;
  }
  #wrap.main .sec_visual .box .bot_btn .controller_btn {
    bottom: 70px;
  }
}
@media (max-width: 1260px) {
  #wrap.main .sec_visual .box {
    bottom: 248px;
  }
  #wrap.main .sec_visual .box .txt_area h3 {
    font-size: 60px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec_visual .box .txt_area p {
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
    margin-top: 24px;
  }
  #wrap.main .sec_visual .box .txt_area p br {
    display: block;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
    width: 248px;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
    width: 81px;
  }
  #wrap.main .sec_visual .box .bot_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  #wrap.main .sec_visual .box .bot_btn .progress_area {
    width: calc(100% - 66px);
    margin-top: 0;
  }
  #wrap.main .sec_visual .box .bot_btn .controller_btn {
    width: 66px;
    padding-left: 26px;
    box-sizing: border-box;
    position: absolute;
   bottom:200px;
    inset: auto;
  }
  #wrap.main .sec_visual .box .bot_btn .controller_btn a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec_visual .box .txt_area h3 {
    font-size: 46px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(1) {
    width: 178px;
  }
  #wrap.main .sec_visual .box .txt_area.active .motion h3 span:nth-of-type(2) {
    width: 58px;
  }
}

@media (max-width: 1539px) {
  #wrap.main .sec04 {
    padding: 144px 0;
  }
  #wrap.main .sec04 .box_wrap {
    width: 100%;
    height: 556px;
  }
  #wrap.main .sec04 .box_wrap .list_area {
    padding: 0 53px;
  }
  #wrap.main .sec04 .box_wrap .list_area li .counter .digit {
    font-size: 80px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 5rem;
    height: 80px;
  }
  #wrap.main .sec04 .box_wrap .list_area li p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  #wrap.main .sec04 .box_wrap .list_area {
    padding: 0 30px;
  }
  #wrap.main .sec04 .box_wrap .list_area li .counter .digit {
    font-size: 70px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 4.375rem;
    height: 70px;
  }
  #wrap.main .sec04 .box_wrap .list_area li p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
}
@media (max-width: 1260px) {
  #wrap.main .sec04 {
    padding: 80px 0;
  }
  #wrap.main .sec04 .box_wrap {
    height: 430px;
  }
  #wrap.main .sec04 .box_wrap .list_area {
    display: flex;
    padding: 0;
  }
  #wrap.main .sec04 .box_wrap .list_area > li .icon {
    display: block;
    margin: 0 auto;
  }
  #wrap.main .sec04 .box_wrap .list_area > li .counter .digit {
    font-size: 48px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 3rem;
    height: 48px;
  }
  #wrap.main .sec04 .box_wrap .list_area > li p {
    font-size: 13px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
  #wrap.main .sec04 .box_wrap .list_area > li p + p {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #wrap.main .sec04 .box_wrap {
    height: 712px;
  }
  #wrap.main .sec04 .box_wrap .list_area {
    display: flex;
    padding: 0;
  }
  #wrap.main .sec04 .box_wrap .list_area > li {
    width: 50%;
  }
  #wrap.main .sec04 .box_wrap .list_area > li:nth-of-type(1) {
    width: 100%;
  }
  #wrap.main .sec04 .box_wrap .list_area > li + li {
    margin-top: 60px;
  }
  #wrap.main .sec04 .box_wrap .list_area > li .counter .digit {
    font-size: 56px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 3.5rem;
    height: 56px;
  }
  #wrap.main .sec04 .box_wrap .list_area > li p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.1;
  }
}

@media (min-width: 1260px) {
  body.gnb-open #wrap.main header > div, body.gnb-search #wrap.main header > div {
    background: #fff;
    border-bottom-color: #BEDEFC;
  }
  body.gnb-open #wrap.main header > div:not(.bg), body.gnb-search #wrap.main header > div:not(.bg) {
    transition: 0s;
  }
  body.gnb-open #wrap.main header h1 a .logo, body.gnb-search #wrap.main header h1 a .logo {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/img/common/logo_c.png");
  }
  body.gnb-open #wrap.main header nav > ul > li > a, body.gnb-search #wrap.main header nav > ul > li > a {
    color: #333333;
  }
  body.gnb-open #wrap.main header nav > ul > li.current > a, body.gnb-search #wrap.main header nav > ul > li.current > a {
    color: #107AF2;
  }
  body.gnb-open #wrap.main header .utility > li.search button:before, body.gnb-search #wrap.main header .utility > li.search button:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_search.svg");
  }
  body.gnb-open #wrap.main header .utility > li.search button:hover:before, body.gnb-search #wrap.main header .utility > li.search button:hover:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_search_hover.svg");
  }
  body.gnb-open #wrap.main header .utility > li.search button:hover:after, body.gnb-search #wrap.main header .utility > li.search button:hover:after {
    width: 100%;
  }
  body.gnb-open #wrap.main header .utility > li.search.open button:before, body.gnb-search #wrap.main header .utility > li.search.open button:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_close.svg");
  }
  body.gnb-open #wrap.main header .utility > li.lang button:before, body.gnb-search #wrap.main header .utility > li.lang button:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_lang.svg");
  }
  body.gnb-open #wrap.main header .utility > li.lang button:hover:before, body.gnb-search #wrap.main header .utility > li.lang button:hover:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_lang_hover.svg");
  }
  body.gnb-open #wrap.main header .help, body.gnb-search #wrap.main header .help {
    background: #107AF2;
  }
  body.gnb-open #wrap.main header .mo_menu:after, body.gnb-search #wrap.main header .mo_menu:after {
    background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_close_bk.svg");
  }
}
@media (max-width: 1260px) {
  body.gnb-open #wrap.main header nav > ul > li > a, body.gnb-search #wrap.main header nav > ul > li > a {
    color: #333333;
  }
  body.gnb-open #wrap.main header nav > ul > li.current > a, body.gnb-search #wrap.main header nav > ul > li.current > a {
    color: #107AF2;
  }
  body.gnb-open #wrap.main header .utility > li.search button:before, body.gnb-search #wrap.main header .utility > li.search button:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_search.svg");
  }
  body.gnb-open #wrap.main header .utility > li.search button:hover:before, body.gnb-search #wrap.main header .utility > li.search button:hover:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_search_hover.svg");
  }
  body.gnb-open #wrap.main header .utility > li.search button:hover:after, body.gnb-search #wrap.main header .utility > li.search button:hover:after {
    width: 100%;
  }
  body.gnb-open #wrap.main header .utility > li.search.open button:before, body.gnb-search #wrap.main header .utility > li.search.open button:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_close.svg");
  }
  body.gnb-open #wrap.main header .utility > li.lang button:before, body.gnb-search #wrap.main header .utility > li.lang button:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_lang.svg");
  }
  body.gnb-open #wrap.main header .utility > li.lang button:hover:before, body.gnb-search #wrap.main header .utility > li.lang button:hover:before {
    background-image: url("https://www.dasoltax.com/layout/dasol/asset/images/common/icon_lang_hover.svg");
  }
  body.gnb-open #wrap.main header .utility > li.help, body.gnb-search #wrap.main header .utility > li.help {
    background: #107AF2;
  }
  body.gnb-open #wrap.main header .mo_menu:after, body.gnb-search #wrap.main header .mo_menu:after {
    background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_close_bk.svg");
  }
}


#wrap.welfare .sec04 {
  margin: 160px auto 0;
}
#wrap.welfare .sec04 .txt_area {
  margin: 72px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#wrap.welfare .sec04 .txt_area p {
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
  line-height: 1.45;
  font-weight: 300;
  color: #ccc;
  text-align: center;
}
#wrap.welfare .sec04 .txt_area p > span {
  display: block;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(1) {
  letter-spacing: -0.03em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(2) {
  letter-spacing: -0.05em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(3) {
  letter-spacing: -0.05em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(4) {
  letter-spacing: -0.09em;
}
#wrap.welfare .sec04 .txt_area p > span:nth-of-type(5) {
  letter-spacing: -0.05em;
}
#wrap.welfare .sec04 .icon_list ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap.welfare .sec04 .icon_list ul li {
  width: 33.333333%;
  padding: 0 24px;
  box-sizing: border-box;
  border-right: 1px solid #CACACA;
  text-align: center;
}
#wrap.welfare .sec04 .icon_list ul li:last-child {
  border-right: 0;
}
#wrap.welfare .sec04 .icon_list ul li i {
  display: block;
  margin: 0 auto;
}
#wrap.welfare .sec04 .icon_list ul li p {
  margin-top: 24px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}
#wrap.welfare .sec04 .icon_list ul li p br {
  display: none;
}
#wrap.welfare .sec04 .icon_list[data-motion] ul li {
  opacity: 0;
  transform: translateY(60%);
  transition: 0.75s;
}
#wrap.welfare .sec04 .icon_list[data-motion] ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#wrap.welfare .sec04 .icon_list[data-motion] ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
#wrap.welfare .sec04 .icon_list[data-motion].is_animated ul li {
  opacity: 1;
  transform: translateY(0);
}
#wrap.welfare .sec04 .diagram_list {
  margin-top: 80px;
}
#wrap.welfare .sec04 .diagram_list ul {
  width: 100%;
  height: 460px;
  position: relative;
}
#wrap.welfare .sec04 .diagram_list ul:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 32.8%;
  transform: translateY(-50%);
  background: url("https://www.dasoltax.com/layout/dasol/asset/images/career/welfare_sec04_icon_plus.svg") no-repeat center/cover;
  z-index: 4;
}
#wrap.welfare .sec04 .diagram_list ul:after {
  content: "";
  width: 39px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 32.8%;
  transform: translateY(-50%);
  background: url("https://www.dasoltax.com/layout/dasol/asset/images/career/welfare_sec04_icon_is.svg") no-repeat center/cover;
  z-index: 4;
}
#wrap.welfare .sec04 .diagram_list ul li {
  width: 38.33%;
  height: 100%;
  border-radius: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  text-align: center;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(1) {
  left: 0;
  background: #01D1D3;
  z-index: 2;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(1) .top p {
  color: #B5EEF1;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(1) .bot p {
  color: #B5EEF1;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  background: #08B0E6;
  z-index: 2;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) .top p {
  color: #BEDEFC;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) .bot p {
  color: #BEDEFC;
}
#wrap.welfare .sec04 .diagram_list ul li:nth-of-type(3) {
  right: 0;
  background: #107AF2;
}
#wrap.welfare .sec04 .diagram_list ul li .top {
  margin-bottom: 50px;
}
#wrap.welfare .sec04 .diagram_list ul li .top p {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
}
#wrap.welfare .sec04 .diagram_list ul li .center p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
#wrap.welfare .sec04 .diagram_list ul li .center strong {
  display: block;
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
}
#wrap.welfare .sec04 .diagram_list ul li .center strong b {
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-top: 20px;
}
#wrap.welfare .sec04 .diagram_list ul li .bot {
  margin-top: 60px;
}
#wrap.welfare .sec04 .diagram_list ul li .bot p {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 500;
  line-height: 1.4;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul:before {
  opacity: 0;
  transition: 0.75s;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul:after {
  opacity: 0;
  transition: 0.75s;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li {
  opacity: 0;
  transition: 0.75s;
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(1) {
  transform: translateX(-150px);
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(2) {
  transform: translateX(calc(-50% - 150px));
}
#wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(3) {
  transform: translateX(-150px);
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul:before {
  opacity: 1;
  transition: 0.75s;
  transition-delay: 0.4s;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul:after {
  opacity: 1;
  transition-delay: 0.6s;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li {
  opacity: 1;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(1) {
  transform: translateX(0);
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(2) {
  transform: translateX(-50%);
  transition-delay: 0.2s;
}
#wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(3) {
  transform: translateX(0);
  transition-delay: 0.4s;
}
@media (max-width: 1539px) {
  #wrap.welfare .sec04 .txt_area p {
    word-break: keep-all;
  }
  #wrap.welfare .sec04 .txt_area p > span {
    display: inline;
  }
  #wrap.welfare .sec04 .txt_area p br {
    display: block;
  }
  #wrap.welfare .sec04 .icon_list ul li p br {
    display: block;
  }
}
@media (max-width: 1260px) {
  #wrap.welfare .sec04 {
    margin: 80px auto 0;
  }
  #wrap.welfare .sec04 .txt_area {
    margin: 32px 0 40px;
  }
  #wrap.welfare .sec04 .txt_area p {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1;
    line-height: 1.4;
    text-align: left;
  }
  #wrap.welfare .sec04 .icon_list ul li {
    padding: 0 12px;
  }
  #wrap.welfare .sec04 .icon_list ul li i img {
    width: 80px;
  }
  #wrap.welfare .sec04 .icon_list ul li p {
    margin-top: 16px;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
  #wrap.welfare .sec04 .diagram_list {
    margin-top: 80px;
  }
  #wrap.welfare .sec04 .diagram_list ul {
    width: 100%;
    height: 280px;
    position: relative;
  }
  #wrap.welfare .sec04 .diagram_list ul:before {
    width: 24px;
    height: 24px;
    left: 33.4%;
  }
  #wrap.welfare .sec04 .diagram_list ul:after {
    content: "";
    width: 20px;
    height: 11px;
    right: 33.4%;
  }
  #wrap.welfare .sec04 .diagram_list ul li {
    width: 38.33%;
    height: 100%;
    border-radius: 280px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .top {
    margin-bottom: 24px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .top p {
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.welfare .sec04 .diagram_list ul li .center p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  #wrap.welfare .sec04 .diagram_list ul li .center strong {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: 4px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .center strong b {
    font-size: 34px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: 15px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .bot {
    margin-top: 32px;
  }
  #wrap.welfare .sec04 .diagram_list ul li .bot p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #wrap.welfare .sec04 .txt_area {
    margin: 32px 0 16px;
  }
  #wrap.welfare .sec04 .icon_list ul li {
    width: 100%;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #CACACA;
  }
  #wrap.welfare .sec04 .icon_list ul li:last-child {
    border-bottom: 0;
  }
  #wrap.welfare .sec04 .icon_list ul li p br {
    display: none;
  }
  #wrap.welfare .sec04 .diagram_list {
    margin-top: 40px;
  }
  #wrap.welfare .sec04 .diagram_list ul {
    height: auto;
    position: relative;
  }
  #wrap.welfare .sec04 .diagram_list ul:before {
    left: 50%;
    top: 32.4%;
    transform: translateX(-50%);
  }
  #wrap.welfare .sec04 .diagram_list ul:after {
    content: "";
    right: 50%;
    top: 65.2%;
    transform: translateX(50%);
  }
  #wrap.welfare .sec04 .diagram_list ul li {
    margin: 0 auto;
    max-width: 100%;
    width: 280px;
    height: 280px;
    border-radius: 280px;
    position: relative;
    top: 0;
  }
  #wrap.welfare .sec04 .diagram_list ul li:nth-of-type(2) {
    left: auto;
    transform: translateX(0);
    margin-top: -33px;
  }
  #wrap.welfare .sec04 .diagram_list ul li:nth-of-type(3) {
    margin-top: -33px;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li {
    opacity: 0;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(1) {
    left: 0;
    transform: translateY(30%);
    transition-delay: 0.1s;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(2) {
    transform: translateY(30%);
    transition-delay: 0.2s;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion] ul li:nth-of-type(3) {
    transform: translateY(30%);
    transition-delay: 0.3s;
    right: 0;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li {
    opacity: 1;
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(1) {
    transform: translateY(0);
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(2) {
    transform: translateY(0);
  }
  #wrap.welfare .sec04 .diagram_list[data-motion].is_animated ul li:nth-of-type(3) {
    transform: translateY(0);
  }
}


@media (max-width: 1260px) {
  body.gnb-open {
    overflow: hidden;
  }
  
  body.gnb-open header .search-box {
    opacity: 1;
    visibility: visible;
  }
  body.gnb-open header .help {
    display: none;
  }
  body.gnb-open header .mo_menu {
    top: 8px;
    right: 45px;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    z-index: 999;
  }
  body.gnb-open header .mo_menu:after {
    background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_close_bk.svg");
  }
  body.gnb-open #gnbDim {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.3);
    transition: none !important;
    z-index: -1;
  }
  header {
    height: 68px;
  }
  header > div {
    align-items: flex-start;
    padding: 16px 65px;
  }
  header .inner {
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.3s linear;
    z-index: 9;
  }
  header .gnb_wrap {
    position: absolute;
    top: 0;
    right: -0;
    max-width: 440px;
    min-height: 100vh;
    width: 93%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 999;
  }
  header .gnb_wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  header .mo_menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 65px;
    width: 28px;
    height: 45px;
   background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
   margin-right: -8px;
    z-index: 10;
  }
  header .mo_menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("https://www.gselevators.co.kr/resources/kr/images/common/icon_close_bk.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  header nav {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 20px);
    padding: 0 0 60px;
    overflow-y: auto;
    background-color: #fff;
  }
  header nav > ul {
    flex-direction: column;
    align-items: baseline;
  }
  header nav > ul > li {
    width: 100%;
    margin: 0;
   line-height: 59px;
  }
  header nav > ul > li.on > a:after, header nav > ul > li.current > a:after {
    width: 0;
  }
  header nav > ul > li.on .depth2, header nav > ul > li.current .depth2 {
   width: 100%;
   height: auto;
    opacity: 1;
  }
  header nav > ul > li > a {
    width: 100%;
    padding: 20px 0;
   height: 60px; 
    text-align: left;
    font-size: 18px !important;
    letter-spacing: 0;
   font-family: "Noto Sans KR";
    line-height: 1;
   display: block;
    height: 100%;
   color: #2d2d2d;
    line-height: 50px;
    padding-top: 0 !important; 
    padding-left: 48px !important;
    position: relative;
  }
  header nav > ul > li > a:before {
     position: absolute;
    content: "";
    right: 40px;
    transform: translateY(-50%);
    width: 24px;
    height: 15px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="14" viewBox="0 0 24 14" fill="none"><path d="M22.7153 0.857865L11.8574 11.7157L0.999557 0.857865" stroke="%23808080" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  header nav > ul > li .depth2 ul {
    padding: 20px 48px;
    background-color: #FBFBFB
  }
  header nav > ul > li .depth2 a {
    padding: 8px 0;
   font-size:15px;   
  }
  header nav > ul > li .depth2 a.active {
  }
  header nav > ul > li .depth2 span {
    display: inline-block;
  }
  header nav > ul > li.open > a {
    color: #333 !important;
  }
  header nav > ul > li.open > a:before {
 }
  header nav .depth2 {
    position: static;
    transform: none;
    height: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }
  header nav .depth2 a {
    text-align: left;
  }
  header .banner {
    position: static;
    width: 100%;
    margin: 40px 0 80px;
    opacity: 1;
    visibility: visible;
  }
  header .banner a {
    padding: 20px 65px 20px 24px;
    font-size: 18px;
    letter-spacing: 0em;
    /* 0.0625 * 16 = 1px */
    line-height: 1.5rem;
  }
  header .banner a:after {
    display: none;
  }
  header .banner .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    margin-top: 0;
  }
  header .banner .icon img {
    transform: translateY(0);
  }
  header .utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 440px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    transition: right 0.3s linear;
  }
  header .utility > li {
    margin-right: 0;
  }
  header .utility > li.search button {
    display: none;
  }
  header .utility > li.lang {
    background-color: transparent;
  }
  header .utility > li.lang button {
    display: none;
  }
  header .utility > li .lang_box {
    display: block;
    position: static;
    transform: none;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  header .utility > li .lang_box li {
    display: inline-block;
  }
  header .utility > li .lang_box a {
    padding: 6px;
  }
  header .help {
    position: fixed;
    top: 17px;
    right: 102px;
    min-width: auto;
    z-index: -1;
  }
  header .help button {
    padding: 7px 12px;
  }
  header .help button span {
    margin-left: 6px;
  }
  header .search-box {
    display: block;
    position: fixed;
    top: 68px;
    left: unset;
    right: -100%;
    max-width: 440px;
    padding: 16px 20px;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s linear;
  }
  header .search-box .input_area {
    width: 100%;
  }
  header .search-box .input_area input {
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }
  header .search-box .input_area label {
    right: 0;
    transform: translateY(-50%);
  }
  header .search-box .recommended {
    display: none;
  }
}
@media (max-width: 1260px) {
  header > div {
    padding: 16px 20px;
  }
  header .mo_menu {
    right: 28px;
  }
  header .help {
    right: 60px;
  }
}
@media (max-width: 767px) {
  header .inner {
    width: 100%;
  }
  header .gnb_wrap,
header .utility,
header .search-box {
    max-width: 100%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 1260px) {
	#wrap.main header.white h1 a .logo {
	  width:200px;
	  height:47px;

}
}