@import url(./reset.css);
@import url(./common.css);
body {
  word-break: keep-all;
}
.lang {
    padding: 3px 3px;
    display: block;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    width: 70px;
    margin: 0 auto;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 0.8rem;
    text-align: center;
}
article .mapWrap {
  position: relative;
  padding-top: 0;
  background-color: #151519;
  z-index: 2;
}

article .mapWrap .fixedInnerWrap {
  position: sticky;
  top: 0;
  overflow: hidden;
}

article .mapWrap .fixedInnerWrap .mapImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article .mapWrap .fixedInnerWrap .mapImg .map {
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
}

article .mapWrap .fixedInnerWrap .mapImg .map img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

article .mapWrap .fixedInnerWrap .fixedText {
  position: absolute;
  top: 50%;
  width: 100%;
}

article .mapWrap .fixedInnerWrap .fixedText .subText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

article .mapWrap .fixedInnerWrap .fixedText .subText.active {
  opacity: 1;
}

article .mapWrap .fixedInnerWrap .fixedText .subText h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  line-height: 140px;
}

article .mapWrap .fixedInnerWrap .fixedText .subText h2 strong {
  font-size: 122px;
  line-height: 0;
  font-weight: 700;
}

article .mapWrap .fixedInnerWrap .fixedText .subText h2 em {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 0;
  letter-spacing: 0.5px;
  color: #a9a9a9;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .mapWrap .fixedInnerWrap .fixedText .subText h2 {
    font-size: 34px;
    line-height: 70px;
  }
  article .mapWrap .fixedInnerWrap .fixedText .subText h2 strong {
    font-size: 50px;
  }
  article .mapWrap .fixedInnerWrap .fixedText .subText h2 em {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
}

article .mapWrap .fixedInnerWrap .fixedText .subText:nth-child(2) h2 strong {
  font-size: 130px;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .mapWrap .fixedInnerWrap .fixedText .subText:nth-child(2) h2 strong {
    font-size: 60px;
  }
}

article .mapWrap .fixedInnerWrap .fixedText .subText:nth-child(3) h2 strong {
  font-size: 130px;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .mapWrap .fixedInnerWrap .fixedText .subText:nth-child(3) h2 strong {
    font-size: 60px;
  }
}

article .introText {
  position: relative;
  z-index: 1;
  background-color: #151519;
  padding: 10vh 0 10vh;
  text-align: center;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .introText {
    padding: 20vh 25px 10vh;
  }
}

article .introText .innerWrap h3,
article .introText .innerWrap p {
  color: #fff;
  max-width: 800px;
}

article .introText .innerWrap h3 {
  padding-bottom: 20px;
}

article .introText .innerWrap em {
  color: #686868;
  margin-top: 80px;
  display: inline-block;
  font-style: normal;
}

article .introText .innerWrap em .popupMsgInfo {
  position: relative;
  padding: 0 0px 0 5px;
  margin-right: 2px;
  text-align: left;
}

article .introText .innerWrap em .popupMsgInfo img {
  width: 18px;
  height: 18px;
  display: inherit;
  margin: 0 0 4px 5px;
  background: #30779f;
  border-radius: 50%;
  padding: 2px;
}

article .fixedTextWrap {
  position: relative;
  background-color: #151519;
  z-index: 1;
}

article .fixedTextWrap .fixedInnerWrap {
  position: sticky;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .fixedTextWrap .fixedInnerWrap {
    flex-direction: column;
  }
}

article .fixedTextWrap .fixedInnerWrap .textWrap {
  padding: 24vh 100px;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .fixedTextWrap .fixedInnerWrap .textWrap {
    padding: 10vh 25px 20px;
  }
}

article .fixedTextWrap .fixedInnerWrap .textWrap p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
  transition: all 0.5s ease-out;
  margin: 0px 0;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .fixedTextWrap .fixedInnerWrap .textWrap p {
    font-size: 20px;
    line-height: 30px;
  }
}

article .fixedTextWrap .fixedInnerWrap .textWrap p.text-stroke {
  color: #151519;
  text-shadow: -1px -1px 0 #525252, 1px -1px 0 #525252, -1px 1px 0 #525252, 1px 1px 0 #525252;
}

article .fixedTextWrap .fixedInnerWrap .textWrap p.boxText {
  margin-top: 30px;
}

article .fixedTextWrap .fixedInnerWrap .textWrap p.active {
  color: #fff;
  text-shadow: none;
}

article .fixedTextWrap .fixedInnerWrap .imageWrap {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .fixedTextWrap .fixedInnerWrap .imageWrap {
    width: 100%;
  }
}

article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap {
  position: absolute;
  transition: all 0.5s ease-in-out;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap.active {
  opacity: 1;
  visibility: visible;
}

article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap .slideImg {
  padding-left: 10px;
}

article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap .slideImg:first-child {
  padding-left: 0;
}

article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap .slideImg img {
  object-fit: cover;
  width: 100%;
}

article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap .slideImg em {
  display: block;
  padding: 4px 6px;
  color: #858585;
  font-size: 14px;
  font-style: normal;
  font-family: "Noto Sans KR", sans-serif;
  word-break: normal;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .fixedTextWrap .fixedInnerWrap .imageWrap .slideWrap .slideImg em {
    font-size: 12px;
  }
}

article .outroWrap {
  padding: 0;
}

article .outroWrap .innerWrap {
  width: 100%;
}

article .outroWrap .innerWrap .naviWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .outroWrap .innerWrap .naviWrap {
    flex-direction: row;
	overflow-y: auto;
  }
}

article .outroWrap .innerWrap .naviWrap a.btnWrap {
  position: relative;
  width: 25%;
  height: 60vh;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .outroWrap .innerWrap .naviWrap a.btnWrap {
    width: 100%;
	min-width:333px;
  }
}

article .outroWrap .innerWrap .naviWrap a.btnWrap .bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: inherit;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap:nth-child(1) .bg {
  background: url(../images/172.png) center center/cover;
}


article .outroWrap .innerWrap .naviWrap a.btnWrap:nth-child(2) .bg {
  background: url(../images/14.png) center center/cover;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap:nth-child(3) .bg {
  background: url(../images/227.png) center center/cover;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap:nth-child(4) .bg {
  background: url(../images/228.png) center center/cover;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap:nth-child(5) .bg {
    background: url(../images/203.png) center center/cover;
}


article .outroWrap .innerWrap .naviWrap a.btnWrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease-out;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap .title {
    display: flex;
    padding: 31px 10px;
    flex-direction: column;
    justify-content: center;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap .title .titleInner em {
  color: #fff;
  text-align: center;
  display: block;
  font-style: normal;
  font-size: 14px;
  padding-bottom: 3px;
}

article .outroWrap .innerWrap .naviWrap a.btnWrap .title .titleInner h2 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

@media only screen and (max-width: 768px), (max-height: 380px) {
  article .outroWrap .innerWrap .naviWrap a.btnWrap .title .titleInner h2 {
    font-size: 18px;
  }
}

article .outroWrap .innerWrap .naviWrap a.btnWrap:hover .cover, article .outroWrap .innerWrap .naviWrap a.btnWrap.active .cover {
  background-color: rgba(0, 0, 0, 0.2);
}

.main_index{
    width: auto !important;
    height: 100%;
    margin-left: 300px;
    opacity: 0.6;	
}	
.titleWrap .full_page {
    position: fixed;
    width: inherit;
    height: inherit;
    overflow: hidden;
    position: fixed;
    width: inherit;
    height: inherit;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(../img/pattern.png) repeat;
    opacity: 1.0 !important;
}
.titleWrap .main_index_title {
    position: fixed;
    z-index: 2;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
	text-align: center;
    margin: 0 auto;
    width: 673px;	
}
.logo_wyd_footer {
    width: 200px;
    margin: 0 auto;
}	
.full_page img{
	opacity: 0.3;
}	
.main_index_title img {
    max-width: 650px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1080px){
	.main_index {
		width: auto !important;
		height: 100%;
		opacity: 0.6;
		margin: 0 auto;
	}
	.titleWrap .main_index_title {
        top: calc(50% - -48px);
        margin: 0 auto;
        width: 80%;
		transform: translate(-50%, -50%);		
	}	
	.main_index_title img {
		max-width: 100%;
		margin: 0 auto;
	}	
    article .outroWrap .innerWrap .naviWrap {
        flex-direction: row;
        overflow-y: auto;
    }	
    article .outroWrap .innerWrap .naviWrap a.btnWrap {
        width: 100%;
        min-width: 333px;
    }	
}

@media (min-width: 481px) and (max-width: 767px){
	.main_index {
		width: auto !important;
		height: 100%;
		opacity: 0.6;
		margin: 0 auto;
	}
	.titleWrap .main_index_title {
        top: calc(50% - -48px);
        margin: 0 auto;
        width: 80%;
		transform: translate(-50%, -50%);		
	}	
	.main_index_title img {
		max-width: 100%;
		margin: 0 auto;
	}	
    article .outroWrap .innerWrap .naviWrap {
        flex-direction: row;
        overflow-y: auto;
    }	
    article .outroWrap .innerWrap .naviWrap a.btnWrap {
        width: 100%;
        min-width: 333px;
    }	
}


@media (min-width: 200px) and (max-width: 480px){
	.main_index {
		width: 100% !important;
		height: 100%;
		opacity: 0.6;
		margin: 0 auto;
		position: absolute;
		top: 120px;		
	}
	.pc {
        display:none;
	}		
	.mobile {
        display:block;
	}		
    .full_page img.mobile {
        width: 100vw;
        height: 100vh;
        opacity: 0.8;
        margin: 0;
    }	
	.titleWrap .main_index_title {
        top: calc(50% - -80px);
        margin: 0 auto;
        width: 80%;
	}
    .titleWrap .main_index_title img.mobile{
		width: 100%;
	}	
    .titleWrap .main_index_title img{
		width: 90%;
		margin: 0 auto;		
	}
    .titleWrap .center_wrap h1.mainTitle {
        font-size: 1.2rem;
        line-height: 1.2rem;
        width: 70%;
        margin: 0 auto;
    }	
}