@charset "euc-kr";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600");
/* CSS Document */

body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat", "Quicksand", "Tenor Sans", "Play", "Lato", "Raleway", "Roboto Mono", "Open Sans", "Apple SD Gothic Neo", "Noto Sans KR", NanumBarunGothic, "³ª´®¹Ù¸¥°íµñ", Malgun Gothic, "¸¼Àº °íµñ", dotum;
}
#wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.flex{display:flex;}

/*header*/

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear {
  clear: both;
}

.blue {
  color: #004db2;
}

.t-left {
  text-align: left;
}

.padding {
  padding: 0px 15px;
}
.padding1 {
  padding: 10px 0px 10px 40px;
}
.padding2 {
  padding: 20px 0px;
}
.padding3 {
  padding: 10px 0px 50px 40px;
}
.padding4 {
  padding: 15px 0px;
}
.padding5 {
  padding-bottom: 50px;
}

.margin {
  margin: 20px 0px;
}
.margin1 {
  margin: 0px 0px 80px;
}
.margin2 {
  margin: 0px 0px 20px;
}
.margin3 {
  margin-bottom: 30px;
}

.strong_black_text {
  font-size: 1.3em;
  font-weight: bold;
  color: #333333;
  margin: 30px 0px;
  line-height: 40px;
}

.btnWrap{
	margin: 15px;
    text-align: center;
    box-sizing: border-box;
}
.btnWrap a{
	border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 1rem;
}
.btn_blue3 {
  text-decoration: none;
  text-decoration: none;
  background: #004db2;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue3:hover {
  background: #004db2;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
}
.btn_blue1a {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background: #004db2 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 90%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue1a:hover {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background: #004db2 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 90%;
}

.list-bullet li {
  background: url(/new_hsvalve/images/cmn/icon_point01.png) no-repeat;
  padding-left: 12px;
  background-position: left 10px;
  padding: 0px 0px 10px 12px;
}
#sub_cont .view .blue_icon {
  background: url(/new_hsvalve/images/cmn/icon_bullet.png) no-repeat;
  padding-left: 40px;
  font-size: 22px;
  color: #333;
  margin: 40px 0px 10px;
}
#sub_cont .view .strong_black_text span {
  display: block;
}
.tableWrap,
.tableWrap1,
.tableWrap2 {
  overflow: hidden;
  overflow-x: scroll;
  margin-bottom: 40px;
}
.table1 td {
  line-height: 35px;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 10px;
}
.tableWrap_title,
.tableWrap1_title,
.tableWrap2_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.tableWrap .table1 {
  width: max-content !important;
}
.tableWrap2 .table1 {
  width: 200%;
}
.tableWrap .table1 th,
.tableWrap1 .table1 th,
.tableWrap2 .table1 th {
  background: #b2bdc9 !important;
  height: 35px;
  padding: 0px 5px;
}
.tableWrap .table1 th p,
.tableWrap1 .table1 th p,
.tableWrap2 .table1 th p {
  line-height: 15px;
}
.tableWrap strong{
	position:absolute;
    top: 50px;
}

.boxB {
  background: #f4f4f4;
  border: 1px solid #e2e3e4;
  border-top: 2px solid #004db2;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
}
.boxB h5 {
  color: #004db2;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
  background: url(/new_hsvalve/images/cmn/icon_bullet01.png) no-repeat;
  background-position: 0% 40%;
}

.boxB .tableA {
  width: 300%;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}

.tableA,
.tableC {
  width: 100%;
  font-size: 15px;
  border: 1px solid #e2e3e4;
  border-top: 2px solid #004db2;
}
.margin_4 {
  margin: 0px 0px 40px;
}
.tableA th,
.tableC th {
  background: #004db2;
  color: #ffffff;
}

.boxB table tr th {
  padding: 3px 5px;
}
.boxB table tr td {
  text-align: left;
  font-size: 13px;
  padding: 3px 5px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  height: 35px;
}

.strong_blue_text1 {
  font-size: 26px;
  font-weight: bold;
  color: #004db2;
  line-height: 35px;
}
.strong_blue_text {
  font-size: 1.7em;
  font-weight: bold;
  color: #004db2;
  padding: 30px 0px;
  line-height: 40px;
}
.btn_blue1 {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  background: #004db2 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 95%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_blue2 {
  text-decoration: none;
  background: #8e9faf url(/new_hsvalve/images/cmn/icon_fileDown.png) no-repeat;
  background-position: 93%;
  padding: 7px 40px 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 68px;
  margin: 0;
  padding: 0;
  z-index: 9;
}

#header .logo {
  width: 180px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  background: url("/new_hsvalve/images/top/logo.png") center center no-repeat;
  -webkit-background-size: 73px 18px;
  background-size: 100%;
}
#header .logo1 {
  width: 150px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  background: url("/new_hsvalve/images/top/logo_h.png") center center no-repeat;
  -webkit-background-size: 73px 18px;
  background-size: 100%;
}

#header .slogo {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0px;
  left: -3px;
  display: block;
  background: url("../../images/common/sub_logo.gif") center center no-repeat;
  -webkit-background-size: 51px 51px;
  -moz-background-size: 51px 51px;
  -0-background-size: 51px 51px;
  -khtml-background-size: 51px 51px;
  background-size: 51px 51px;
}

#header .span {
  display: table;
  width: 90%;
  padding: 14px 10px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: -0.5px;
  font-size: 19px;
  font-weight: bold;
  color: #2c363d;
  margin: 0 auto;
}

#header .menu {
  width: 51px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 5px;
  background: url("../../images/common/menu2.png") center center no-repeat;
  background-size: 50%;
}
#header .menu1 {
  width: 51px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 5px;
  background: url("../../images/common/menu2a.png") center center no-repeat;
  background-size: 50%;
}

/*¸ÞÀÎ»ó´Ü*/

#main_top {
}

#main_top .main_top_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 425px;
  background: url("../../images/main/m_top_bg02.gif") center center no-repeat;
  -webkit-background-size: 320px 425px;
  -moz-background-size: 320px 425px;
  -0-background-size: 320px 425px;
  -khtml-background-size: 320px 425px;
  background-size: 320px 425px;
}
.menu1_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual01.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu2_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual02.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu3_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual03.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu4_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual04.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu5_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual05.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu6_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual06.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu7_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual06.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu8_det {
  display:none;
  padding-top: 100px;
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)),url(/new_hsvalve/images/sub/subvisual07.jpg) no-repeat;
  height: 150px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.menu1_det span,
.menu2_det span,
.menu3_det span,
.menu4_det span,
.menu5_det span,
.menu6_det span,
.menu7_det span,
.menu8_det span {
  display: block;
  color: #ffffff;
  font-size: 30px;
  padding-top: 30px;
  font-weight:bold;
}

.subvisual .container .mtop {
  animation: topBg 5s forwards;
}
.subvisual .container .mtop1 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual01.jpg) center -150px no-repeat;
  background-size: 140%;
  background-position: 50% 35%;
}
.subvisual .container .mtop2 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual02.jpg) center no-repeat;
  background-size: 140%;
}
.subvisual .container .mtop3 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual03.jpg) center no-repeat;
  background-size: 140%;
}
.subvisual .container .mtop4 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual04.jpg) center no-repeat;
  background-size: 140%;
}
.subvisual .container .mtop5 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual05.jpg) center no-repeat;
  background-size: 140%;
}
.subvisual .container .mtop6 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual06.jpg) center no-repeat;
  background-size: 140%;
}
.subvisual .container .mtop7 {
  background: linear-gradient(rgba(0, 32, 81, 0.3), rgba(0, 32, 81, 0.3)), url(/mobile/images/subvisual07.jpg) center no-repeat;
  background-size: 140%;
}
.subvisual .container .inner {
	padding-top: 1.25rem;
    padding-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vw;
}
@keyframes topBg {
  to {
    background-size: 160%;
  }
}
.subvisual .page-title {
	display: inline-block;
    margin-top: 4rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    animation: toTop 0.8s 0.5s forwards;
}

@keyframes toTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*¸ÞÀÎ*/
.mainvisual .btn{
	position: absolute;
    width: 100%;
    bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    border: 0px;
    line-height: 20px;
}
.mainvisual .btn a{
	float:left;font-weight:bold;padding:5px;font-size:1em;border: 1px solid #ffffff;width: 49%;border-radius:50px;text-align: center;color: #ffffff;box-sizing: border-box;
}
.mainvisual .swiper-container-android .swiper-slide div::before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0, 24, 58, 0.4);
}


/* °øÁö»çÇ×*/
.noticeWrap .panel ul li{
	display: flex;
    justify-content: space-between;
}
.noticeWrap .panel ul li span{
	font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.noticeWrap .panel ul li a{
    padding: 0px 0px 7px;
    display: block;
}
.board {
  padding: 20px 20px 60px;
}
.board .tab {
	overflow: hidden;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}
.board .tab .selected {
	font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #222222;
    border-bottom: 2px solid #222222;
}
.board .tab a {
	display: block;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.board .tab li{
	width:50%;
}

/*ecatalog*/
.ecatalog_cont {
  background: url("../../images/main/ecatalog_bg.jpg") no-repeat;
  height: 210px;
  background-size: 100%;
  padding: 80px 30px;
  box-sizing: border-box;
}
.ecatalog_cont p {
  font-size: 1.7em;
  font-weight: bold;
  color: #004db2;
}
.ecatalog_cont .pd_btn {
  font-size: 0.9em;
  border: 1px solid #004db2;
  color: #004db2;
  display: block;
  width: 90px;
  text-align: center;
  padding: 2px;
  margin: 13px 0px;
  border-radius:30px;
  line-height: 30px;
}

/* Á¦Ç°*/
.pd_cont {
	background: url(../../images/main/product_bg.jpg) no-repeat;
    height: 205px;
    background-size: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    line-height: 35px;
}
.pd_cont p {
  font-size: 1.7em;
  font-weight: bold;
  color: #004db2;
}
.pd_cont .pd_btn {
  font-size: 0.9em;
  border: 1px solid #004db2;
  color: #004db2;
  border-radius:30px;
  display: block;
  width: 70px;
  text-align: center;
  padding: 2px;
  margin: 13px 0px;
  line-height: 30px;
}
.productWrap .tableWrap{
	position:relative;
    padding-top: 80px;
}
.productWrap .tableWrap::before{
    content: '*Ç¥¸¦ ÁÂ¿ì·Î ¿òÁ÷ÀÌ½Ã¸é ÀüÃ¼³»¿ëÀ» È®ÀÎ ÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.';
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
    color: rgb(0, 77, 178);
    margin-bottom: 30px;
    line-height: 20px;
}


/* °Ô½ÃÆÇ */
.writeWrap{padding:15px;}
.writeWrap .bbs_table2 th,.writeWrap .bbs_table2 td{
	display:block;
	text-align: left;
}
.writeWrap .bbs_table2 td input,.writeWrap .bbs_table2 td textarea{
	width: -webkit-fill-available;
    margin-bottom: 15px;
	padding:7px;
	font-family: "Montserrat", "Quicksand", "Tenor Sans", "Play", "Lato", "Raleway", "Roboto Mono", "Open Sans", "Apple SD Gothic Neo", "Noto Sans KR", NanumBarunGothic, "³ª´®¹Ù¸¥°íµñ", Malgun Gothic, "¸¼Àº °íµñ", dotum;
	font-size:1rem;
}
.b_contents_body{
	padding: 10px;
    box-sizing: border-box;
}
.b_contents_body img{
    width: 100% !important;
    height: auto;
}

/* ÇÏ´Ü¸Þ´º */

#cont {
  background: url("../../images/main/companyInfo_bg.jpg") no-repeat;
  background-size: 100%;
  padding: 80px 30px;
  box-sizing: border-box;
}
#cont .text {
  font-size: 1.7em;
  color: #ffffff;
  line-height: 1.4em;
}
#cont .text span {
  font-weight: bold;
}
#cont ul {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0px;
}
#cont ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}
#cont ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.2em;
  background: url(/mobile/images/common/icon_nero.png) no-repeat;
  background-position: 100%;
  background-size: 7px;
}

/* bottom */

#footer {
  border-top: 1px solid #e9e9e9;
}
#footer .banner {
  padding: 15px 0px;
  text-align: center;
}
#footer .banner a {
}
#footer .banner a span {
  font-size: 14px;
}
#footer .banner a img {
  zoom: 1;
}

#footer .copyright {
  background: #002c67;
  color: rgba(255, 255, 255, 0.6);
  padding: 35px 0px;
  box-sizing: border-box;
  font-size: 15px;
}
#footer .body,c
.footer .banner {
  width: 90%;
  margin: 0px auto;
}
#footer .body .country_branch {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 7px 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  background: url(/new_hsvalve/images/cmn/icon_nero03.png) no-repeat;
  background-position: 95%;
  box-sizing: border-box;
  display: block;
  margin: 10px 0px;
  border-radius: 5px;
}
#footer .body .bmenu {
  padding: 0px;
  margin-bottom: 20px;
}
#footer .body .bmenu > a {
  font-weight: bold;
  color: #ffffff;
  padding-right: 20px;
  font-size: 16px;
}
#footer .branchOfficeWrap .showhide {
  color: #333333;
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0px;
  width: 320px;
  height: 300px;
  border: 1px solid #eee;
  box-sizing: boder-box;
  background: #fff;
  overflow-y: scroll;
  box-shadow: rgb(0 0 0 / 10%) 10px 10px 40px;
  z-index:9;
}
#footer .branchOfficeWrap .branchOfficeList li {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#footer .branchOfficeWrap .branchOfficeList li .OfficeName {
  font-weight: bold;
  color: #004db2;
  font-size: 16px;
}
#footer .branchOfficeWrap .branchOfficeList li p {
  font-size: 14px;
}
#footer .branchOfficeWrap .branchOfficeList li p {
  font-size: 14px;
}
#footer .branchOfficeWrap {
  position: relative;
}
#footer .swiper-wrapper{
	display: flex;
    align-items: center;
}
.top {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.4);
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  color: #ffffff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 15px;
}

/* ////////////////////////////////////////////////////////////////////// */

/* mv Ãß°¡ */

.allmenu {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
}
.allmenu .dim {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 100;
}
.allmenuIn {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 85%;
  z-index: 200;
}
.allmenuIn strong {
  display: block;
  padding: 12px 12px;
  border-bottom: 1px solid #004db2;
  position: relative;
  background: #004db2;
}
.allmenuIn strong a {
  position: absolute;
  right: 12px;
  top: 13px;
}
.allmenuIn ul {
  overflow: hidden;
  width: 90%;
  margin: 0px auto;
}

.allmenuIn ul li > a {
  display: block;
  padding: 11px 0;
  /* border-bottom: 1px solid #13448c; */
  /* padding-left: 10px; */
  font-size: 16px;
  font-weight: bold;
  /* color: #fff; */
}
.allmenuIn ul li a.bgm {
  background-image: url(../../images/common/m_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 70%;
  background-size: 13px;
  border-bottom: 2px solid #004db2;
  padding-top: 30px;
  color: #004db2;
  font-size: 1em;
}

.allmenuIn ul li ul li {
  float: left;
  width: 50%;
}
.allmenuIn ul li ul li a {
  font-size: 15px;
  font-weight: normal;
  /* padding-left: 12px; */
  /* color: #9fb8dc;*/
  padding: 12px 0px 0px;
}
.allmenuIn ul li ul {
  width: 100%;
}

.load-animation {
  transition: 1s ease all;
  opacity: 0;
  transform: translateY(10%);
}
.load-animation.loaded {
  opacity: 1;
  transform: translateY(0);
}
