@charset "utf-8";
footer.footer {
  background-color: #46484A;
  padding-bottom: 5rem;
  padding-top: 6.75rem;
  color: #FFFFFF;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1em;
  position: relative;
}
footer.footer a {
  color: #FFFFFF;
}
footer.footer .grid {
  display: grid;
  grid-template-columns: 55.6% 44.4%;
  position: relative;
}
footer.footer .grid .logo {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 9.05rem;
}
footer.footer .grid .logo a {
  display: block;
  aspect-ratio: 1206 / 573;
  -webkit-mask: url(../common/dvec.svg) center/contain no-repeat;
  mask: url(../common/dvec.svg) center/contain no-repeat;
  width: 5.95rem;
  background: #FFFFFF;
}
footer.footer .grid .box1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  font-size: 1.8rem;
  padding-left: 0.1rem;
  font-feature-settings: normal;
}
footer.footer .grid .box1 ul li + li {
  margin-top: 1.3rem;
}
footer.footer .grid .box2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 1.2rem;
  font-feature-settings: normal;
  margin-top: 0.5rem;
}
footer.footer .grid .box2 ul li + li {
  margin-top: 0.9rem;
}
footer.footer .grid .box3 {
  margin-top: 4.3rem;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  font-size: 1.2rem;
  font-feature-settings: normal;
}
footer.footer .grid .box3 dl.base dt {
  font-weight: bold;
}
footer.footer .grid .box3 dl.base dd {
  margin-top: 1.8rem;
}
footer.footer .grid .box3 dl.base dd ul li + li {
  margin-top: 0.45rem;
}
footer.footer .grid .box3 dl.base dd ul li a:before {
  display: block;
  aspect-ratio: 1 / 1;
  width: 2.55rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 0.99rem;
}
footer.footer .grid .box3 dl.base dd ul li a.tw:before {
  /*background-image: url(f_tw.svg);*/
  background-image: url(f_x.svg);
}
footer.footer .grid .box3 dl.base dd ul li a.in:before {
  background-image: url(f_insta.svg);
}
footer.footer .grid .box3 dl.base dd ul li a.fa:before {
  background-image: url(f_fb.svg);
}
footer.footer .grid .box3 dl.base dd ul li a.yo:before {
  background-image: url(f_yt.svg);
}
footer.footer .grid .box3 dl.base dd ul li a.ti:before {
  background-image: url(f_tictok.svg);
}
footer.footer .grid .box4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  margin-top: 4.7rem;
  font-size: 1.2rem;
  font-feature-settings: normal;
}
footer.footer .grid .box4 ul li + li {
  margin-top: 1.5rem;
}
footer.footer .grid .box4 ul li a {
  border: 1px solid #5A5D60;
  border-radius: 0.5rem;
  height: 7.359rem;
  padding-right: 5.8rem;
  padding-left: 2.5rem;
  position: relative;
}
footer.footer .grid .box4 ul li:nth-child(2) a {
  height: 7.5rem;
}
footer.footer .grid .box4 ul li a span.logo_icon {
  display: inline-block;
  width: 8.45rem;
  margin-right: 2.2rem;
}
footer.footer .grid .box4 ul li a span.text_inline {
  width: 15rem;
}
footer.footer .grid .box4 ul li a span.arrow_box {
  position: absolute;
  right: 1.9rem;
  width: 2rem;
}
footer.footer .grid .box4 ul li a span.arrow_box:after {
  width: 50%;
}
footer.footer .grid .copyright {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  margin-top: 4.8rem;
  color: #898B8D;
  font-size: max(10px, 0.75vw);
  font-feature-settings: normal;
  letter-spacing: 0;
}
footer.footer .grid .page_top {
  width: 1.05rem;
  position: absolute;
  bottom: 0.3rem;
  right: -0.05rem;
}
footer.footer .grid .page_top a {
  display: inline-block;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
footer.footer .grid .page_top a img {
  opacity: 0;
}
@keyframes page_top {
  0% {
    transform: translate(0, 0);
  }
  45% {
    opacity: 1;
    transform: translate(0, -150%);
  }
  46% {
    opacity: 0;
    transform: translate(0, -150%);
  }
  47% {
    opacity: 0;
    transform: translate(0, 150%);
  }
  48% {
    opacity: 1
  }
  55% {
    transform: translate(0, 150%);
  }
  to {
    transform: translate(0, 0);
  }
}
footer.footer .grid .page_top a:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(yaji3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0%;
}
footer.footer .grid .page_top a:hover:before {
  animation: page_top .3s 1 forwards linear;
}
/***********************************************/
@media only screen and (min-width:768px) {
  footer.footer {
    padding-top: 12.5rem;
    padding-bottom: 20.5rem;
  }
  footer.footer .grid {
    width: 152rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7rem;
    padding-right: 7rem;
    position: relative;
    grid-template-columns: 23.5% 21.2% 19.3% 23.5% 12.5%;
  }
  footer.footer .grid .logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
	footer.footer .grid .logo a {
		margin-top: -0.5rem;
	}
  footer.footer .grid .box1 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: max(10px, 1.25vw);
    margin-top: -1.3rem;
  }
  footer.footer .grid .box1 ul li + li {
    margin-top: 1.95rem;
  }
  footer.footer .grid .box1 ul li a {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    transition: 0.2s padding;
  }
  footer.footer .grid .box1 ul li a:before {
    width: 1.8rem;
    height: 100%;
    display: block;
    position: absolute;
    left: -4rem;
    top: 0px;
    content: "";
    background-image: url(yaji2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: 0.2s left;
  }
  footer.footer .grid .box1 ul li a:hover {
    padding-left: 4rem;
    transition: 0.2s padding;
  }
  footer.footer .grid .box1 ul li a:hover:before {
    left: 0rem;
    transition: 0.2s left;
  }
  footer.footer .grid .box2 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 0rem;
    letter-spacing: 0.2rem;
  }
  footer.footer .grid .box2 ul li + li {
    margin-top: 1.45rem;
  }
  footer.footer .grid .box2 a {
    display: inline-block;
    position: relative;
  }
  footer.footer .grid .box2 a:after {
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -0.5rem;
    left: 0px;
    content: "";
    background-color: #FFFFFF;
    transition: 0.2s width;
  }
  footer.footer .grid .box2 a:hover:after {
    width: 100%;
    transition: 0.2s width;
  }
  footer.footer .grid .box3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: 0px;
    font-size: max(10px, 0.875vw);
	  margin-top: -0.4rem;
  }
  footer.footer .grid .box3 dl.base dd {
    margin-top: 2.5rem;
  }
  footer.footer .grid .box3 dl.base dd ul {
    font-size: max(10px, 1vw);
  }
  footer.footer .grid .box3 dl.base dd ul li + li {
    margin-top: 1rem;
  }
  footer.footer .grid .box3 dl.base dd ul li a:before {
    width: 3.4rem;
    margin-right: 1rem;
  }
  footer.footer .grid .box3 dl.base dd ul li a.tw:hover:before {
    /*background-image: url(f_tw_on.svg);*/
    background-image: url(f_x_on.svg);
  }
  footer.footer .grid .box3 dl.base dd ul li a.in:hover:before {
    background-image: url(f_insta_on.svg);
  }
  footer.footer .grid .box3 dl.base dd ul li a.fa:hover:before {
    background-image: url(f_fb_on.svg);
  }
  footer.footer .grid .box3 dl.base dd ul li a.yo:hover:before {
    background-image: url(f_yt_on.svg);
  }
  footer.footer .grid .box3 dl.base dd ul li a.ti:hover:before {
    background-image: url(f_tictok_on.svg);
  }
  footer.footer .grid .box4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 0px;
  }
  footer.footer .grid .box4 ul li + li {
    margin-top: 1rem;
  }
  footer.footer .grid .box4 ul li a {
    padding-right: 4rem;
    transition: background .3s ease-out;
    height: 5.7rem !important;
    padding-left: 3rem;
  }
  footer.footer .grid .box4 ul li a:hover {
    background: #5A5D60;
    transition: background .3s ease-out;
  }
  footer.footer .grid .box4 ul li a span.logo_icon {
    width: 7.5rem;
    margin-right: 3rem;
  }
  footer.footer .grid .box4 ul li a span.text_inline {
    width: 18rem;
    letter-spacing: 0.2rem;
  }
  footer.footer .grid .copyright {
    grid-column-start: none;
    grid-column-end: none;
    grid-row-start: none;
    grid-row-end: none;
    position: absolute;
    bottom: -8.2rem;
    transform: rotate(90deg);
    right: 9rem;
    transform-origin: right bottom 0;
    height: 9rem;
    display: flex;
    align-items: center;
    padding-left: 10.7rem;
    border-left: 1px solid #5A5D60;
    margin-top: 0px;
  }
  footer.footer .grid .page_top {
    width: 9rem;
    top: -4.7rem;
    bottom: auto;
  }
  footer.footer .grid .page_top a {
    display: inline-block;
    width: 1.05rem;
  }
}




/**************************************************/
/*    ■korea                                      */
/**************************************************/
@media screen and (max-width: 767px) {/* // Mobile // */
	/*============================================================================*/
	/* footer*/
	.footer_box{
		display: flex;
		flex-direction:column;
		padding-top: 10rem;
		margin: 0 auto;
		max-width: 100rem;
	}
	.footer_box_item{
		/*width: 50%;*/
		text-align: left;
	}
	.footer_box_item img{
		width: 8rem;
		margin: 0 auto;
	}
	.footer_box_item:nth-child(2){
		/*padding-left: 5rem;*/
	}
	.footer_txt{
		font-size: 1.1rem;
		padding-bottom: 1.5rem
	}
	
	/*--footer sns --*/	
	.sns_title{
		margin-top: 1rem;
		font-weight: bold;
	}
	.footSNSLink{
		margin-top: 2rem;
		display: flex;
		align-items: flex-start;
	}
	.footSNSLink a {
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 1rem;
		font-size: 0;
		background: rgba(255, 255, 255, 0.0);
		/*opacity: 0.4;*/
		border-radius: 50%;
		border: solid 1px #5A5D60;
		transition: opacity 0.15sease 0s;
	}

	.footSNSLink a:focus {
		opacity: 0.6;
	}

	.footSNSLink a:hover,.footerWrap .footSNSLink a:focus {
		/*opacity: 0.6;*/
		background-color: #5A5D60;
		transition: background .3s ease-out;	
	}

	.footSNSLink a:before {
		display: block;
		content: "";
		width: 1.5rem;
		height: 1.5rem;
		/*margin: 7px;*/
		background: url(/-/media/Project/globeride/daiwa_com_kr/footer/snsIcons.png) no-repeat 0 0;
		background-size: auto 1.5rem;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}	

	.footSNSLink .iconYU:before {
		background-position-x: 0rem;
	}

	.footSNSLink .iconCH:before {
		background-position-x: -1.5rem;
	}

	.footSNSLink .iconIN:before {
		background-position-x: -3rem;
	}

	.footSNSLink .iconFA:before {
		background-position-x: -4.5rem;
	}

	.footSNSLink .iconNA:before {
		background-position-x: -7.5rem;
	}	
	

	footer.footer .grid .box5 {
	  grid-column-start: 1;
	  grid-column-end: 3;
	  grid-row-start: 4;
	  grid-row-end: 5;
	  margin-top: 4.7rem;
	  font-size: 1.2rem;
	  font-feature-settings: normal;
	}
	
	footer.footer .grid .box6 {
	  grid-column-start: 1;
	  grid-column-end: 3;
	  grid-row-start: 7;
	  grid-row-end: 8;
	  margin-top: 4.7rem;
	  font-size: 1.2rem;
	  font-feature-settings: normal;
	}


	footer.footer .grid .box7 {
		grid-column: 1 / -1;
		grid-row: 5 / 6;
		padding-top: 5rem;
	}
	footer.footer .grid .box8 {
		grid-column: 1 / -1;
		grid-row: 6 / 7;
		padding-top: 5rem;
	}

	
	/*============================================================================*/
	.onlyPC {display: none;}
	/*============================================================================*/	
}
	
@media screen and (min-width: 768px) {/* // PC // */
	/*============================================================================*/
	/* footer*/
	.footer_box{
		display: flex;
		flex-direction:row;
		padding-top: 5rem;
		margin: 0 auto;
		/*max-width: 100rem;*/
		justify-content: center;
	}
	.footer_box_item{
		/*width: 50%;*/
		text-align: left;
	}
	.footer_box_item img{
		width: 10rem;
	}
	.footer_box_item:nth-child(2){
		padding-left: 5rem;
	}


	.footer_txt{
		font-size: 2rem;
		padding-bottom: 1.5rem
	}

	/*--footer sns --*/	
	.sns_title{
		margin-top: 1rem;
		font-weight: bold;
	}
	
	.footSNSLink a {
		display: inline-block;
		width: 3.4rem;
		height: 3.4rem;
		margin: 0 1rem;
		font-size: 0;
		background: rgba(255, 255, 255, 0.0);
		/*opacity: 0.4;*/
		border-radius: 50%;
		border: solid 1px #5A5D60;
		transition: opacity 0.15sease 0s;
	}	

	.footSNSLink a:focus {
		opacity: 0.6;
	}	

	.footSNSLink a:hover,.footerWrap .footSNSLink a:focus {
		/*opacity: 0.6;*/
		background-color: #5A5D60;
		transition: background .3s ease-out;	
	}	

	.footSNSLink a:before {
		display: block;
		content: "";
		width: 2rem;
		height: 2rem;
		/*margin: 7px;*/
		background: url(/-/media/Project/globeride/daiwa_com_kr/footer/snsIcons.png) no-repeat 0 0;
		background-size: auto 2rem;
		margin-top: 0.65rem;
		margin-left: 0.65rem;
	}	

	.footSNSLink .iconYU:before {
		background-position-x: 0rem;
	}

	.footSNSLink .iconCH:before {
		background-position-x: -2rem;
	}

	.footSNSLink .iconIN:before {
		background-position-x: -4rem;
	}

	.footSNSLink .iconFA:before {
		background-position-x: -6rem;
	}

	.footSNSLink .iconNA:before {
		background-position-x: -10rem;
	}

	footer.footer .grid .box7 {
		grid-column: 1 / -1;
		grid-row: 3 / 4;
	}
	footer.footer .grid .box8 {
		grid-column: 2 / -1;
		grid-row: 4 / 5;
		margin-left: 0;
	}

	/*============================================================================*/
	.onlyMO {display: none;}
	/*============================================================================*/	
}		
