@font-face {
  font-family: 'GmarketSans';
  font-weight: 300;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'GmarketSans';
  font-weight: 500;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
  font-display: swap;
} 

/*모바일*/

.introPagem_wrap{
  position: relative;
  padding-bottom: 40px;
  height: 100vh;
}

/* 공통 */
.introPagem_wrap .bg,
.introPagem_wrap .bg > div,
.introPagem_wrap .bg > div .off{
  height: 100%;
}

.introPagem_wrap .bg{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
}
.introPagem_wrap .bg > div{
  position: relative;
  width: 100%;
  height:50%;
}
.introPagem_wrap .bg .left{
  color: #fff;
  background: url(../img/intro/bg1.jpg) no-repeat center center / cover;
}
.introPagem_wrap .bg .right{
  color: #003894;
  /* background: url(../img/intro/bg2.jpg) no-repeat center center / cover; */
  background: url(../img/intro/bg3.jpg) no-repeat center center / cover;
}
.introPagem_wrap .bg > div .off{
  z-index: -1;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: all 0.5s;
}
.introPagem_wrap .bg > div .off.active{
  z-index: 10;
  opacity: 1;
}
.introPagem_wrap .bg > div{
  text-align:center;
  display:flex;
  align-items: center;
  justify-content: center;
}

.introPagem_wrap .bg .inner{
  
}
.introPagem_wrap .bg .txt{

}


.introPagem_wrap .bg ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  opacity: 1;
  padding-bottom: 30px;
  display:none;
}
.introPagem_wrap .bg ul li{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width:50%;
}
.introPagem_wrap .bg  ul li img{
  margin-right: 10px;
}


.introPagem_wrap .bg h1{
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: 'GmarketSans';
  font-size: 22px;
  font-weight: bold;
}
.introPagem_wrap .bg h1 p{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}




.introPagem_wrap .bg .desc{
  font-size: 15px;
  font-weight: 300;
}
.introPagem_wrap .bg .desc span{
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.introPagem_wrap .bg .desc span::after{
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
}
.introPagem_wrap .bg .left .desc span::after{
  background: #fff;
}
.introPagem_wrap .bg .right .desc span::after{
  background: #003894;
}


.introPagem_wrap .bg .on{
  font-family: 'GmarketSans';
  font-size: 18px;
  font-family: 500;
  opacity: 0;
  transform: translateY(100px);
  transition: height .5s , opacity 0.3s, transform .5s;
  margin-top:20px;
}
.introPagem_wrap .bg .on p + p{
  margin-top: 5px;
}
.introPagem_wrap .bg .on i{
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  margin-right:5px;
}
.introPagem_wrap .bg .left .on i{
  color: #003894;
  background: #fff;
}
.introPagem_wrap .bg .right .on i{
  color: #fff;
  background: #003894;
}
.introPagem_wrap .bg > div .on{
  opacity: 1;
  transform: translateY(0);
}





.introPagem_wrap .bg a.go_btn{
  margin:0 auto;
  margin-top: 20px;
  display: block;
  padding-left: 40px;
  padding-right: 70px;
  width: 200px;
  height: 50px;
  line-height: 52px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 27px;
  background-repeat: no-repeat;
  background-position: right 18px bottom;
  background-size: 62px 39px;
}
.introPagem_wrap .bg .left a.go_btn{
  color: #fff;
  border: 1px solid #fff;
  background-image: url(../img/intro/link_bg1.png);
}
.introPagem_wrap .bg .right a.go_btn{
  color: #003894;
  border: 1px solid #003894;
  background-image: url(../img/intro/link_bg2.png);
}


.introPagem_wrap .footer{
  position: absolute;
  bottom: 0; left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  background: #252525;
}

