@charset "utf-8";


main {
  /* background: url(../images/616/03_쌓기나무갯수_2.png) no-repeat top left / contain; */
  display: block;
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    width: 1190px;
}


/* 가로 세로 높이 */
.flexBox .left_in {
    position: relative;
    top: 0; left: 0;
    align-items: center;
    justify-content: space-between;
}
.flexBox .left_in .colBox{
    background-color: #cef5ea;
    width: 220px;
    height: 100px;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}
.flexBox .left_in .colBox p {
    font-family: "GmarketB";
    font-size: 30px;
    margin: 5px 0 0 20px;
    color: #007e6b;
}
.flexBox .left_in .colBox > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "GmarketB";
    font-size: 30px;
    width: 130px;
    height: 70px;
    /* background: #fff; */
    border-radius: 10px;
    margin-right: 10px;
}

.flexBox .left_in .colBox > div .number {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-family: 'TmoneyEB';
    font-size: 45px;
    border: 4px solid #3bc099;
    border-radius: 10px;
    line-height: 47px;
    background: #fff;
}
.flexBox .left_in .colBox > div > span:nth-child(2) {
    position: relative;
    top: 5px;
    left: 5px;
    font-family: 'TmoneyEB';
    font-size: 35px;
}

.flexBox .left_in > div + div {
    margin-top: 15px;
}

.flexBox .center {
    /* position: relative;
    top: 0;
    left: 90px;
    outline: 2px solid red;
    width: 600px;
    height: 400px; */

    position: relative;
    /* top: 0px;
    left: 70px; */
    /* transform: translateX(-50%); */
    width: 600px;
    height: 530px;
    border-radius: 15px;
    background: #e9f0ff;
    overflow: hidden;
	z-index: 0;
}
/* 세로 */
.flexBox .left_in > div:nth-child(2) > p {color: #e28a00;}
.flexBox .left_in > div:nth-child(2) {background: #fff7cc;}
.flexBox .left_in > div:nth-child(2) .number {border: 4px solid #faba22;}

/* 높이 */
.flexBox .left_in > div:nth-child(3) > p {color: #c41a7e;}
.flexBox .left_in > div:nth-child(3) {background: #ffdeed;}
.flexBox .left_in > div:nth-child(3) .number {border: 4px solid #f169b9;}


/* 부피구하기 버튼 */
.nextBtn {
    display: block; 
    width: 160px;
    bottom: 54px;
    left: auto; right: 46px;
}
.nextBtn::after {
    content: '부피 구하기';
    min-width: 140px;
}



/* 2번 탭 */
.rightBox {
    position: relative;
    /* top: 0;
    left: 145px; */
    width: 220px;
    height: 330px;
}

.rightBox .Box {
    background-color: #dfecff;
    width: 100%;
    height: 150px;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgb(29 66 144 / 20%);
}

.rightBox .Box + .Box {margin-top: 25px;}

.rightBox .Box span {
    font-family: 'GmarketB';
    font-size: 25px;
}

.rightBox .Box:nth-of-type(2) span:nth-of-type(2) {
    font-family: 'TmoneyEB';
    font-size: 35px;
}
.rightBox .Box:nth-of-type(2) span:nth-of-type(2) sup {
    font-size: 20px;
}

.rightBox .Box span:nth-child(1) {color: #145ea4;}
.rightBox .Box .numberBox {
    width: 110px;
    height: 55px;
    border: 3px solid #5790fe;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 40px;
    font-family: 'TmoneyEB';
    line-height: 48px;
}



.cube_parent {
	position: absolute;
    left: 280px;
    top: 475px;
	width: 40px;
	height: 40px;

	pointer-events: none;
	perspective: 45000px;

}

.cube {
	position: absolute;
	width: 40px;
	height: 40px;

	/* border:3px red solid; */

	transform-style: preserve-3d;
	/* //	transform-origin: 50px 50px -50px;
//	transform : rotate3d(2.5, 5.5, -1.0, -50deg); */

	-webkit-transform-style: preserve-3d;
	/* //	-webkit-transform-origin: 50px 50px -50px;
//	-webkit-transform: rotate3d(2.5, 5.5, -1.0, -50deg) ; */
	/*transition: transform 1s; */

}


.face {
	width: 40px;
	height: 40px;
	
	background: rgba(39, 168, 228, 0.192);
	
	
	border: 2px solid rgb(57, 124, 224);

	position: absolute;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	/* //backface-visibility: hidden;
	//font-size: 1rem; */
	
}

.color_off {
	background-color : rgba(39, 168, 228, 0) !important;
    transition: 1s all ease;
}


.front {
	background: rgba(4, 98, 142, 0.23);
	transform-origin: 0px 0px 0px;
	transform: translateZ(20px);
}

.back {
	border-bottom-style: dashed;
	border-right-style: none;
	transform: translateZ(-20px) rotateY(180deg);
	/* border: none; */
}

.left {
	border-left-style: dashed;
	border-bottom-style: dashed;
	transform-origin: 0px 0px 0px;
	transform: translateX(0px) translateY(0px) translateZ(-20px) rotateY(-90deg);
	/* border: none; */
}

.right {
	background: rgba(7, 121, 171, 0.42);
	transform-origin: 0px 0px 0px;
	
	transform: translateX(40px) translateY(0px) translateZ(20px) rotateY(90deg);
}

.top {
	transform-origin: 0px 0px 0px;
	transform: translateX(40px) translateY(0px) translateZ(20px) rotateX(-90deg) rotateZ(90deg);

}

.bottom {
	border-right-style: none;
	border-bottom-style: none;
	transform-origin: 0px 0px 0px;
	transform: translateX(40px) translateY(40px) translateZ(20px) rotateX(-90deg) rotateZ(90deg);
	/* border:none; */
}


.cube_span {
	position: absolute;
	width: 40px;
	height: 40px;

	transform-style: preserve-3d;
	transform-origin: 0px 0px 0px;

	-webkit-transform-style: preserve-3d;
	/* //-webkit-transform-origin: 50% 50%; */



}

.face_p {
	width: 39px;
	height: 39px;
	background: rgb(236, 214, 154);
	/* border: 1px solid rgb(187, 110, 10); */
	position: absolute;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	
	/* backface-visibility: hidden;
	font-size: 1rem; */
}

.s_result {
transition: all 0.5s ease;
transform: translateX(44px) translateZ(-285px) rotate3d(2.4, 2.5, -1, -49deg);
}

.s_front {
	transform-origin: 0px 0px 0px;
	transform: translateZ(19px);
}

.s_back {
		transform: translateZ(-20px) rotateY(180deg);
		display: none;

}

.s_left {
	transform-origin: 0px 0px 0px;
	transform: translateX(0px) translateY(0px) translateZ(-20px) rotateY(-90deg);
	
	display: none;
}

.s_right {
	transform-origin: 0px 0px 0px;
	transform: translateX(39px) translateY(0px) translateZ(20px) rotateY(90deg);
}

.s_top {
	transform-origin: 0px 0px 0px;
	transform: translateX(40px) translateY(0px) translateZ(20px) rotateX(-90deg) rotateZ(90deg);

}

.s_bottom {
	transform-origin: 0px 0px 0px;
	transform: translateX(40px) translateY(40px) translateZ(20px) rotateX(-90deg) rotateZ(90deg);
	display: none;
}


.cube.show-origin {
	transform: translateZ(-100px) rotate3d(2.4, 5.2, -1, -50deg);
}

.cube.show-front {
	transform: translateZ(-100px) rotateY(0deg);
}

.cube.show-right {
	transform: translateZ(-100px) rotateY(-90deg);
}

.cube.show-back {
	transform: translateZ(-100px) rotateY(-180deg);
}

.cube.show-left {
	transform: translateZ(-100px) rotateY(90deg);
}

.cube.show-top {
	transform: translateZ(-100px) rotateX(-90deg);
}

.cube.show-bottom {
	transform: translateZ(-100px) rotateX(90deg);
}

/* .cube.show-front  { transform: translateZ(-100px) rotateY(   0deg); }
.cube.show-right  { transform: translateZ(-100px) rotateY( -90deg); }
.cube.show-back   { transform: translateZ(-100px) rotateY(-180deg); }
.cube.show-left   { transform: translateZ(-100px) rotateY(  90deg); }
.cube.show-top    { transform: translateZ(-100px) rotateX( -90deg); }
.cube.show-bottom { transform: translateZ(-100px) rotateX(  90deg); } */
#b_clone {
	top:0px;
	left: 0px;
	display: none;
}

.rtn_home
{
    /* display : none; */
    visibility: hidden;
}

.step_plus
{
    position: absolute;
    top: 285px;
    left: 1088px;
    font-size: 21px;
}

/* .sub_margin
{
margin-left: 32px;
} */

.plus_num {
    /* font-family: 'TmoneyEB'; */
    font-family: "TmoneyR";
}