html {
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: "NanumBarunGothic", sans-serif;
}

h1 {
  margin: 0;
  font-size: 3em;
}
p {
  margin: 0;
}

a:any-link {
  text-decoration: none;
}

.divider {
  width: 10px;
  display: inline-block;
}

header {
  position: absolute;
  padding: 35px 50px 17px;
  right: 0px;
  left: 0px;
}

header img {
  height: 33px;
  z-index: 1;
  position: relative;
}

header div {
  z-index: 5;
  position: relative;
  font-weight: bold;
  color: rgba(14 139 255);
  font-size: 24px;
}


.content,
.page {
  width: 100%;
  height: 100%;
  position: relative;
}

.content .page:nth-child(1) {
  /* background-image: url(./../assets/images/MainBg.jpg); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: rgb(207 237 255);
}

.content .page:nth-child(2) {
  background-color: rgb(255, 255, 255);
}

.content .page:nth-child(3) {
    background-color: rgb(218 226 255);
}

.content .page:nth-child(4) {
	background-color: rgb(255, 255, 255);
}

.content .page:nth-child(5) {
    background-color: rgb(93 177 255);
}

.content .page .content-wrap {
  position: relative;
  margin: auto;
  width: 1190px;
  height: 100%;
}

.content .page .content-wrap .sep-h-2 {
  display: flex;
}

.content .page .content-wrap .text-area {
  position: absolute;
  display: none;
  font-size: 18px;
}

.content .page .content-wrap .img-area {
  display: none;
  position: absolute;
}

.content .page .content-wrap .img-phone {
  border-radius: 51px;
  box-shadow: 0px 3px 11px 2px #4aaef373;
}

.content .page .content-wrap .img-area.s1 img {
  width: 470px;
}
.content .page .content-wrap .img-area.s2 img {
  width: 308px;
  box-shadow: 0px 3px 11px 2px #bdbdbd73;
}

.page.temp-1 > .content-wrap .text-area {
  inset: 190px auto auto 100px;
  color: #000000;
}
.page.temp-1 > .content-wrap .text-area p {
  font-size: 35px;
  color: #5f5f5f;
}

.page.temp-1 > .content-wrap .text-area .title-main {
  font-size: 90px;
  margin: 20px 0 0 -10px;
  line-height: 1.1em;
}

.page.temp-1 > .content-wrap .text-area .title-main > span {
  color: rgb(14 139 255);
}

.page.temp-1 > .content-wrap .text-area .btn-app-install {
  width: 200px;
  height: 50px;
  margin: 60px 0 0 0;
}

.page.temp-1 > .content-wrap .text-area .btn-app-install a {
	position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(14 139 255);
    border: 5px solid rgb(255, 255, 255);
    font-weight: bold;
    transition: all 200ms ease-in-out 0s;
    width: 251px;
    height: 84px;
    line-height: 76px;
    border-radius: 403px;
    color: rgb(255, 255, 255);
    font-size: 29px;
}

.page.temp-1 > .content-wrap .text-area .btn-app-install a:hover {
  color: rgba(14 139 255);
  background-color: rgb(255, 255, 255);
}

.page.temp-1 > .content-wrap .img-area {
  inset: 240px 40px auto auto;
}

.page.temp-2,
.page.temp-3,
.page.temp-4,
.page.temp-5 {
  text-align: center;
}

.content .page.temp-2 .content-wrap .img-phone
{
  height: 605px;
}

.page.temp-2 > .content-wrap .text-area,
.page.temp-3 > .content-wrap .text-area {
  width: 100%;
  top: 30px;
}

.page.temp-2 > .content-wrap .text-area .title-main,
.page.temp-4 > .content-wrap .text-area .title-main,
.page.temp-3 > .content-wrap .text-area .title-main {
  font-size: 45px;
  margin: 20px 0 12px -10px;
  line-height: 1.3em;
  font-weight: 400;
}

.page.temp-2 > .content-wrap .text-area p,
.page.temp-3 > .content-wrap .text-area p,
.page.temp-4 > .content-wrap .text-area p
 {
  line-height: 1.3em;
  font-weight: 100;
  font-size: 1.8em;
}


.page.temp-2 > .content-wrap .img-area,
.page.temp-3 > .content-wrap .img-area {
  top: 320px;
  width: 100%;
}

.page.temp-3 .content-wrap .img-area.s2 img{
	width: 435px;
}



.page.temp-4 > .content-wrap .text-area .title-main {
  font-size: 45px;
  margin: 0 0 20px 0px;
  line-height: 1.3em;
  font-weight: 400;
}

.page.temp-4 > .content-wrap .text-area {
  inset: 35vh auto auto auto;
  color: #000000;
  left: -34px;
}

.page.temp-4 > .content-wrap .img-area {
  float: right;
  top: 22vh;
  right: -94px;
  width: 970;
}
.page.temp-4 .content-wrap .img-area.s2 img{
	width: 435px;
}

.page.temp-4 > .content-wrap .img-area .img-divider {
  margin-bottom: 13px;
  margin-left: -54px;
}

.page.temp-5 .content-header {

}
.page.temp-5 .content-header > div:nth-child(1) {
  position: absolute;
  left: 45px;
  top: 35px;
}
.page.temp-5 .content-header > div:nth-child(1) img {
  width: 80px;
}
.page.temp-5 .content-header > div:nth-child(2) {
  position: absolute;
  right: 45px;
  top: 35px;
  z-index: 10;
}
.page.temp-5 .content-header > div:nth-child(2) img {
  width: 50px;
  margin-left: 10px;
}

.page.temp-5 > .content-wrap .text-area .title-main {
  font-size: 60px;
  margin: 0 0 20px 0px;
  line-height: 1.3em;
  font-weight: 400;
}

.page.temp-5 > .content-wrap .text-area .title-main strong {
	color: #ffffff;
}

.page.temp-5 > .content-wrap .text-area {
  inset: 20vh auto auto auto;
  color: #ffffff;
  width: 100%;
}

.page.temp-5 > .content-wrap .text-area p {
	font-size: 36px;
    line-height: 1.5em;
    font-weight: 300;
    color: #ffffff;
	margin-top: 20px;
}

.page.temp-5 > .content-wrap .btn-app-install-android {
  margin: 40px 0 0 0;
}

.page.temp-5 > .content-wrap .btn-app-install-android a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    background-color: rgb(255 255 255);
    font-weight: bold;
    transition: all 200ms ease-in-out 0s;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: rgba(14 139 255);
}

.page.temp-5 > .content-wrap .text-area .btn-app-install-android a:hover {
  color: rgba(14 139 255);
  background-color: rgb(255, 255, 255);
  border:1px solid rgba(14 139 255);;
}

.page.temp-5 .content-footer {
  text-align: left;
  width: 100%;
  height: 135px;
  background-color: rgb(70 70 70);
  position: absolute;
  bottom: 0px;
  color: rgb(255 255 255 / 50%);
}

.page.temp-5 .content-footer > div {
  padding: 14px 0px 0px 0px;
  text-align: center;
}

.page.temp-5 .content-footer > div > div:first-child {
  font-size: 13px;
  font-weight: bold;
}
.page.temp-5 .content-footer > div > div {
  text-decoration: none;
  padding: 5px;
  font-size: 12px;
}

.page.temp-5 .content-footer a {
  text-decoration: none;
  color: rgb(255 255 255);
}
