@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;
} 

.introPage_wrap{
  position: relative;
  padding-bottom: 180px;
  height: 100vh;
}

/* 공통 */
.introPage_wrap .bg,
.introPage_wrap .bg > div,
.introPage_wrap .bg > div .off{
  height: 100%;
}

.introPage_wrap .bg{
  display: flex;
  width: 100%;
}
.introPage_wrap .bg > div{
  position: relative;
  width: 50%;
}
.introPage_wrap .bg .left{
  color: #fff;
  background: url(../img/intro/bg1.jpg) no-repeat center center / cover;
}
.introPage_wrap .bg .right{
  color: #003894;
  background: url(../img/intro/bg2.jpg) no-repeat center center / cover;
}
.introPage_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;
}
.introPage_wrap .bg > div .off.active{
  z-index: 10;
  opacity: 1;
}


.introPage_wrap .bg .inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 510px;
}
.introPage_wrap .bg .left .inner{
  right: 190px;
}
.introPage_wrap .bg .right .inner{
  left: 190px;
}


.introPage_wrap .bg .txt{
  height: 454px;
}


.introPage_wrap .bg ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 360px;
  opacity: 1;
  height: 102px;
  padding-bottom: 30px;
  transition: all 0.5s;
}
.introPage_wrap .bg ul li{
  margin-top: 10px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.introPage_wrap .bg  ul li img{
  margin-right: 10px;
}


.introPage_wrap .bg h1{
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: 'GmarketSans';
  font-size: 74px;
  font-weight: bold;
}
.introPage_wrap .bg h1 p{
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
}

.introPage_wrap .bg .hover{
  position: relative;
  overflow: hidden;
}
.introPage_wrap .bg .left .hover{
  height: calc(100% - 273px);
}
.introPage_wrap .bg .right .hover{
  height: calc(100% - 186px);
}


.introPage_wrap .bg .desc{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
.introPage_wrap .bg .desc span{
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.introPage_wrap .bg .desc span::after{
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
}
.introPage_wrap .bg .left .desc span::after{
  background: #fff;
}
.introPage_wrap .bg .right .desc span::after{
  background: #003894;
}
.introPage_wrap .bg .desc2{
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 500;
}
.introPage_wrap .bg .desc2 i{
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
}
.introPage_wrap .bg .left .desc2 i{
  color: #003894;
  background: #fff;
}
.introPage_wrap .bg .right .desc2 i{
  color: #fff;
  background: #003894;
}


.introPage_wrap .bg a{
  margin-top: 40px;
  display: block;
  padding-left: 40px;
  padding-right: 75px;
  width: 202px;
  height: 56px;
  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;
}
.introPage_wrap .bg .left a{
  color: #fff;
  border: 1px solid #fff;
  background-image: url(../img/intro/link_bg1.png);
}
.introPage_wrap .bg .right a{
  color: #003894;
  border: 1px solid #003894;
  background-image: url(../img/intro/link_bg2.png);
}


.introPage_wrap .footer{
  position: absolute;
  bottom: 0; left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  background: #252525;
}
.introPage_wrap .footer p{
  margin-top: 10px;
}


