.ex1 {
  position: relative;
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-direction:row-reverse;
  margin-bottom: 4rem;
  align-items: flex-start;
}
.ex1-left {
  display: flex;
  flex-direction: column;
  flex:1;
}
.ex1-right {
  position: relative;
  width: 17rem;
  flex-shrink: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.ex1-right-line {
  position: absolute;
  z-index: 3;
  width: 100%;
  pointer-events: none;
  top:0rem;left:0rem;
}
.ex1-drag button {
  width: 9.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  background-color: #FFBC3F;
  justify-content: center;
  border-radius: .6rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.ex1 [data-drag-id] {
  display: flex;
  gap:4rem;
}
.ex1 .btn-reset {
  width: 2.8rem;
  height: 2.8rem;
  background: url(../../assets/images/icon/icon-reest.svg) no-repeat 50% 50% / 2.4rem;
  box-shadow: none;
}
.ex1 [data-drag-target]::after{display: none;}
.ex1 .mdl-button-area {
  border:.1rem solid #E2E2E2;
  height: 5rem;
  background-color: #fff;
  border-radius: 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top:0;
  padding:0 2.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ex1 [data-drag-target]{
  border:.1rem solid #E2E2E2;
  height: 29.7rem;
  background-color: #fff;
  border-radius: 0;
  border-radius: 2rem;
}

[data-drag-object] {
  width: 4rem !important;
  height: 4rem !important;
  .rotate {display: none;}
}
[data-drag-group="object"] {
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  gap:1.8rem;
  height: 34rem;
  width: 100%;
}
/* [data-drag-object] [data-drag-rotate="item"]::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: .1rem dashed rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.05);
  position: absolute;
  z-index: 2;
} */
[data-drag-object] [data-drag-rotate] svg{
  pointer-events: none;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

[data-drag-group="object"] {
  position: absolute;
  top:1.5rem;
  left:0;
}

.obj1 {
  width: 2rem !important;
  height: 2rem !important;
}
.obj1 [data-drag-rotate="item"]:hover svg path[fill]{fill:#CF2663 !important;}
.obj1 [data-drag-rotate="item"]:hover svg path[stroke]{stroke:#EC7A8C !important;}
.obj1 [data-drag-rotate="item"] svg{
  width: 2.4rem;
}
.obj2 [data-drag-rotate="item"]:hover svg path[fill]{fill:#F6AB00 !important;}
.obj2 [data-drag-rotate="item"]:hover svg path[stroke]{stroke:#F3D497 !important;}
.obj2 {
  width: 3rem !important;
  height: 3rem !important;
}
.obj2 [data-drag-rotate="item"] svg{
  width: 3rem;
}
.obj3 [data-drag-rotate="item"]:hover svg path[fill]{fill:#1D99A0 !important;}
.obj3 [data-drag-rotate="item"]:hover svg path[stroke]{stroke:#91BDEB !important;}
.obj3 {
  width: 4rem !important;
  height: 4rem !important;
}
.obj3 [data-drag-rotate="item"] svg{
  width: 4.7rem;
}
.obj4 [data-drag-rotate="item"]:hover svg path[fill]{fill:#533F98 !important;}
.obj4 [data-drag-rotate="item"]:hover svg path[stroke]{stroke:#C3B9ED !important;}
.obj4 {
  width: 5.6rem !important;
  height: 5.6rem !important;
}
.obj4 [data-drag-rotate="item"] svg{
  width: 5.6rem;
}
.obj5 [data-drag-rotate="item"]:hover svg path[fill]{fill:#2379B8 !important;}
.obj5 [data-drag-rotate="item"]:hover svg path[stroke]{stroke:#A5E0E4 !important;}
.obj5 {
  width: 8.3rem !important;
  height: 8.3rem !important;
}
.obj5 [data-drag-rotate="item"] svg{
  width: 8.3rem;
}
 
.ex-img svg{width:18.7rem;}
.ex-img{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 4.4rem;
}


.page-result--item img {
  display:block;
  margin:4rem auto;
  width: calc(26rem * 0.8);
}

.bul-notice{
  position: absolute;
  top: 35rem;
}

.ex1-right h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}