.header-wrap{/* border-bottom:none; *//* width: 100%; *//* margin-left: 90px; */}
.header-wrap .header-box{/* width:100%; */}

.z-axis-box{
    padding-top: 275px;
    padding-left: 100px;
    padding-right: 100px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.process{position: relative;}

.z-button {
}

h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

p {
  font-size: 16px;
}

.button-close {
  /* padding: 10px; */
  /* align-self: flex-end; */
  background-color: transparent;
  box-shadow: none;
  /* color: #838282; */
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  padding: 0;
  cursor: pointer;
}

dialog {
  position: fixed;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-animation: appear 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: appear 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  box-shadow: 0 25px 40px -20px #3c4a56;
  width:1200px;
  min-height:450px;
  top:50%;
  left:50%;
  margin-top:-270px;
  margin-left:-600px;
}

.dialog__animate-out {
  -webkit-animation: dissappear 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: dissappear 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.dialog__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #838282;
  padding:0;
     	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dialog-pop-img{width:50%;height:450px;}
.dialog-pop-img img{width:100%;height:100%;}

/* 상담하기  */
.dialog-pop-img5{padding:60px 40px 60px 60px;}


.dialog-text5{align-self: stretch;padding:60px 60px 60px 40px !important;width: 100%;}





.dialog__close-btn {
  align-self: flex-end;
}

.dialog__content {
  width: 50%;
  display: flex;
    align-items: center;
}

.dialog__footer {
  padding: 55px 55px 0 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes dissappear {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes dissappear {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}



.dialog-img{
    display: table-cell;
    width: 892px;
    height: 630px;
    vertical-align: middle;
}
.dialog-img img{
    width: 100%;
    height: 100%;
}

.dialog-pop-img{display:none;}

.dialog-text{
    text-align: left;
	display:none;
	padding: 30px 60px;
}
.dialog-text .txt1{
	font-size: 18px;
	color:#1988ff;
	line-height: 25px;
	font-family: 'Poppins',sans-serif;
	font-weight: 700;
	letter-spacing:-0.5px;
}
.dialog-text .txt2{
	font-size: 36px;
	color:#0080d5;
	line-height: 52px;
	color:#000;
	letter-spacing: -1px;
	font-weight: 700;
	margin:15px 0 5px 0;
}
.dialog-text .txt3{
	font-size: 18px;
	color:#666;
	line-height: 30px;
	letter-spacing: -0.5px;
}
.dialog-text .txt5{
	font-size: 18px;
	color:#00adab;
	line-height: 20px;
	letter-spacing: -0.5px;
	margin-top:26px;
}



.dialog-pop-img .txt1{
	font-size: 18px;
	color:#1988ff;
	line-height: 25px;
	font-family: 'Poppins',sans-serif;
	font-weight: 700;
	letter-spacing:-0.5px;
}
.dialog-pop-img .txt2{
	font-size: 36px;
	line-height: 52px;
	color:#000;
	letter-spacing: -1px;
	font-weight: 700;
	margin:15px 0 5px 0;
}
.dialog-pop-img .txt3{
	font-size: 18px;
	color:#666;
	line-height: 30px;
	letter-spacing: -0.5px;
}
.dialog-pop-img .txt5{
	font-size: 18px;
	color:#00adab;
	line-height: 20px;
	letter-spacing: -0.5px;
	margin-top:26px;
}


dialog::backdrop {
/*   background: rgba(0,0,0,.1); */
}


.axis-popup{
    display: inline-block;
    width: 500px;
    position: relative;
}
.axis-popup .axis-top{
	width: 500px;
    height: 400px;
}
.axis-popup .axis-top img{
    width: 100%;
    height: 100%;
}
.axis-popup .axis-center{
    padding: 28px 32px 45px;
    min-height:100px;
    background-color: #fff;
    margin-top: -1px;
}
.axis-popup .axis-center .ax-p{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #0069f7;
    margin-bottom: 9px;
    white-space: normal;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    line-height: normal;
    letter-spacing: -1px;
    word-break: keep-all;
}
.axis-popup .axis-center .txt2{
	font-size:24px;
	letter-spacing:0;
	line-height:29px;
	color:#000;
	font-weight: bold;
	margin-bottom: 18px
}
.axis-popup .axis-center .txt3{
	font-size:16px;
	letter-spacing:-0.5px;
	line-height:24px;
	color:#666;
}
.axis-popup .axis-center .txt4{
	font-size:15px;
	letter-spacing:-0.1px;
	line-height:29px;
	color:#666;
	position: relative;
	padding-left:15px;
}
.axis-popup .axis-center .txt4:before{
	position: absolute;
	top:50%;
	left:0;
	margin-top:-1.5px;
	content:'';
	width: 3px;
	height: 3px;
	background: #8c8c8c;
	border-radius: 50%;
}
.axis-popup .axis-center .txt5{
	font-size:16px;
	letter-spacing:-0.5px;
	line-height:20px;
	color:#00adab;
	margin-top:20px;
}

.axis-popup .axis-center .hr{
	background:#eeeeee;
	width:100%;
	height:1px;
	margin:19px 0
}

.axis-popup .axis-center .ax-span{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.2px;
    color: #67daff;
    padding-left: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.axis-popup .axis-center .ax-span:after{content:'';background:url('/pc/include/images/black.png');width: 20px;height: 20px;position: absolute;left: 0;top: 2px;}



.axis-popup-left{/* padding-left: 45px; */}
.axis-popup-left .axis-title{text-align:left;}
.axis-popup-left:after{
	content:'';background: url('/pc/include/img/process/div-bottom-round.png') no-repeat center center;position: absolute;left: 50%;bottom:-90px;width:128px;height: 44px;background-size: auto;
	 -moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}


.axis-popup-right{/* padding-right: 45px; */}
.axis-popup-right .axis-title{text-align:right;}
.axis-popup-right:after{
	content:'';background: url('/pc/include/img/process/div-bottom-round.png') no-repeat center center;position: absolute;left: 50%;bottom:-90px;width:128px;height: 44px;background-size: auto;
	 -moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}



.axis-title{
	font-size: 32px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	/* line-height: normal; */
	letter-spacing: -1px;
	color: #000000;
	vertical-align: top;
	padding-bottom: 18px;
	margin-top: -4px;
}

.z-axis-box{}
/* .z-axis-box:after{content:'';background: url('/pc/include/images/invalid-name.png');position: absolute;width: 520px;height: 702px;left: 50%;margin-left: -260px;} */

.scene3D > div{
	position: absolute;
	display: block;
	top: 40%;
	box-shadow:4px 0px 40px rgba(0,0,0,.2);
	
}	

.rails {
	/* bottom : -480px;
	position: absolute;
	height: 940px;
	width: 456px;
	left : 39%;
	background: url(/pc/include/images/rails1-wood.png); */
}



.axis-popup-center{
    display: inline-block;
    width: 667px;
    position: relative;
    padding-right:0;
}
.axis-popup-center:after{display:none;}
.axis-popup-center .axis-top{
    /* width: 400px; */
    /* height: 274px; */
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 0 67px 75px 67px;
}
.axis-popup-center .axis-top img{
    width: 100%;
    height: 364px;
}
.axis-popup-center .axis-center{
    padding: 75px 67px 55px 67px;
    /* min-height: 174px; */
    background-color: #fff;
}
.axis-popup-center .axis-center .ax-h3{
	 font-size: 39px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2px;
    color: #0088ff;
}
.axis-popup-center .axis-center .ax-p{
    font-size: 23px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 30px;
}
.axis-popup-center .axis-center .ax-span{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.2px;
    color: #67daff;
    padding-left: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.axis-popup-center .axis-title{
    text-align: left;
    color: #69b7ff;
}
.axis-popup-center .axis-center .ax-span:after{content:'';background:url('/pc/include/images/black.png');width: 20px;height: 20px;position: absolute;left: 0;top: 2px;}

.con-button{width: 100%;
    height: 60px;
    border: none;
    background-color: #0088ff;
    margin: 20px 0 0 0;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -1.73px;
    color: #ffffff;}
    
.scene3D-container{/* background: url(/pc/include/images/history/history-bg.png) no-repeat center center;background-size: 100% 100%; */}
.rails-wrap{/* background: url(/pc/include/images/history/history-bg.png) no-repeat center center;background-size: 100% 100%; */}



