12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .Over-box {
- .Over-index-box {
- background: #fff;
- border: 2px solid #dce6e3;
- border-radius: 10px;
- margin: 20px 30px;
- .OI-image {
- width: 630px;
- height: 223px;
- margin: 30px;
- }
- .OI-text-box {
- padding: 25px 38px 0 38px;
-
- .OI-text {
- text-indent: 2em;
- display: block;
- font-size: 28px;
- font-weight: 400;
- color: #202020;
- line-height: 80px;
- margin-bottom: 30px;
- }
- .bottom-text {
- transform: rotate(90deg);
- width: 200px;
- text-align: center;
- margin: 0 auto;
- position: relative;
- }
- }
- }
- .content {
- background: transparent;
- padding: 0;
- margin: 26px 30px;
- &::after {
- border: none;
- }
- .shareImg {
- height: 120px;
- background: url("../../../assets/icons/GuideCheck/shareImage.png") no-repeat;
- background-size: 100%;
- font-size: 29px;
- color: #1a3b83;
- line-height: 120px;
- }
- }
- }
|