style>
                                    .ebc-greetings {
                                        position: relative
                                    }/* 마스터 타이틀 */

                                    .ebc-greetings .master-title {
                                        position: relative;
                                        padding: 30px;
                                        margin-bottom: 60px;
                                        text-align: center;
                                        background-color: #fff;
                                        border: 15px solid #004c8c;
                                    }

                                    .ebc-greetings .master-title:before, .ebc-greetings .master-title:after {
                                        content: "";
                                        display: block;
                                        position: absolute;
                                        left: 50%;
                                        transform: translateX(-50%);
                                        width: 90%;
                                        height: 15px;
                                        background-color: #fff;
                                    }

                                    .ebc-greetings .master-title:before {
                                        top: -15px;
                                    }

                                    .ebc-greetings .master-title:after {
                                        bottom: -15px;
                                    }

                                    .ebc-greetings .master-title h2 {
                                        position: relative;
                                        margin-bottom: 30px;
                                        font-size: 24px;
                                        font-weight: 700;
                                    }

                                    .ebc-greetings .master-title h2:before {
                                        content: "";
                                        display: block;
                                        position: absolute;
                                        bottom: -15px;
                                        left: 50%;
                                        width: 40px;
                                        height: 2px;
                                        margin-left: -20px;
                                        background-color: #0277bd;
                                    }

                                    .ebc-greetings .master-title p {
                                        font-size: 17px;
                                    }

                                    @media (max-width: 991px) {
                                        .ebc-greetings .master-title {
                                            padding: 20px;
                                            margin-bottom: 30px;
                                            border-width: 10px;
                                        }

                                        .ebc-greetings .master-title:before, .ebc-greetings .master-title:after {
                                            height: 10px;
                                        }

                                        .ebc-greetings .master-title:before {
                                            top: -10px;
                                        }

                                        .ebc-greetings .master-title:after {
                                            bottom: -10px;
                                        }

                                        .ebc-greetings .master-title h2 {
                                            font-size: 20px;
                                        }

                                        .ebc-greetings .master-title p {
                                            font-size: 14px;
                                        }

                                        .ebc-greetings .master-title p br {
                                            display: none;
                                        }
                                    }/* 아이템 */

                                    .ebc-greetings .item {
                                        position: relative;
                                        margin-top: 60px;
                                        padding-top: 60px;
                                        border-top: 1px solid #eee;
                                    }

                                    .ebc-greetings .item.item-1 {
                                        margin-top: 0;
                                        padding-top: 0;
                                        border-top: 0 none;
                                    }

                                    .ebc-greetings .item .item-image {
                                        overflow: hidden;
                                        position: relative;
                                        height: fit-content;
                                        padding: 0 0 30px 30px;
                                    }

                                    .ebc-greetings .item .item-image:before {
                                        content: "";
                                        display: block;
                                        z-index: -1;
                                        position: absolute;
                                        left: 0;
                                        top: 30px;
                                        width: 92%;
                                        height: 100%;
                                        background-color: #004c8c;
                                        background: linear-gradient(to right bottom, #25abb2, #080e58);
                                    }

                                    .ebc-greetings .item .item-image img {
                                    }

                                    .ebc-greetings .item .item-image h6 {
                                        position: absolute;
                                        left: 0;
                                        bottom: 0;
                                        height: 30px;
                                        line-height: 30px;
                                        padding: 0 20px;
                                        font-size: 13px;
                                        font-weight: 300;
                                        color: rgba(255, 255, 255, .6);
                                    }

                                    .ebc-greetings .item .item-content {
                                        position: relative;
                                    }

                                    .ebc-greetings .item .item-content h5 {
                                        margin-top: 15px;
                                        font-size: 15px;
                                        font-weight: 700;
                                        color: #707070;
                                    }

                                    .ebc-greetings .item .item-content h4 {
                                        display: inline-block;
                                        position: relative;
                                        margin: 10px 0 20px;
                                        padding: 10px 0;
                                        line-height: 1.4em;
                                        font-size: 20px;
                                        border-top: 1px solid #909090;
                                        border-bottom: 1px solid #909090;
                                    }

                                    .ebc-greetings .item .item-content h4 strong {
                                        color: #004c8c;
                                    }

                                    .ebc-greetings .item .item-content p {
                                        line-height: 1.6em;
                                        font-size: 14px;
                                        font-weight: 300;
                                    }

                                    .ebc-greetings .item .item-content h6 {
                                        margin-top: 20px;
                                        font-size: 15px;
                                        text-align: right;
                                        color: #707070;
                                    }

                                    .ebc-greetings .item .item-content h6 strong {
                                        display: block;
                                        margin-top: 5px;
                                        font-size: 17px;
                                        color: #333;
                                    }

                                    @media (max-width: 991px) {
                                        .ebc-greetings .item .item-image {
                                            margin-bottom: 30px;
                                        }
                                    }

                                    @media (max-width: 500px) {
                                        .ebc-greetings .item .item-image h6 {
                                            font-size: 11px;
                                        }

                                        .ebc-greetings .item .item-content h5 {
                                            font-size: 14px;
                                        }

                                        .ebc-greetings .item .item-content h4 {
                                            font-size: 18px;
                                        }
                                    }

                                    @media (min-width: 992px) {
                                        .ebc-greetings .item {
                                            display: flex;
                                            flex-wrap: wrap;
                                            justify-content: space-between;
                                        }

                                        .ebc-greetings .item .item-image {
                                            flex: 0 0 auto;
                                            width: 40%;
                                            padding: 0 0 50px 50px;
                                        }

                                        .ebc-greetings .item .item-image:before {
                                            top: 50px;
                                            width: 90%;
                                        }

                                        .ebc-greetings .item .item-image h6 {
                                            height: 50px;
                                            line-height: 50px;
                                        }

                                        .ebc-greetings .item .item-content {
                                            flex: 0 0 auto;
                                            width: 55%;
                                        }
                                    }

                                    @media (min-width: 1200px) {
                                        .ebc-greetings .item .item-image {
                                            width: 43%;
                                        }

                                        .ebc-greetings .item .item-image h6 {
                                            font-size: 14px;
                                        }

                                        .ebc-greetings .item .item-content {
                                            width: 50%;
                                        }

                                        .ebc-greetings .item .item-content h5 {
                                            font-size: 17px;
                                        }

                                        .ebc-greetings .item .item-content h4 {
                                            font-size: 24px;
                                        }

                                        .ebc-greetings .item .item-content p {
                                            font-size: 17px;
                                        }

                                        .ebc-greetings .item .item-content h6 {
                                            font-size: 17px;
                                        }

                                        .ebc-greetings .item .item-content h6 strong {
                                            font-size: 20px;
                                        }
                                    }
				    /style>
