/*==================================================================
	Modal
===================================================================*/
        .overlay {
            position: fixed;
            top: -50%;
            left: 0;
            width: 100%;
            height: 200%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .modal {
            display: none;
            position: fixed;
            top: 50%;
            left: 0;
            z-index: 1000;
            width: 100%;
            min-height: 620px;
            padding: 20px;
            color: #4C4C4C;
        }

        .modal .modalInner {
            position: relative;
            max-width: 980px;
            margin: 0 auto;
            background: #fff;
        }

        .modal .modalInner .inner .image {
            float: left;
            width: 368px;
            margin-right: 50px;
            padding-bottom: 0;
            font-size: 0;
        }

        .modal .modalInner .inner div:not(:has(iframe)) {
            float: left;
            width: calc(100% - 418px);
            padding: 49px 50px 16px 0;
        }

        .modal .modalInner .inner .messageImage {
            padding-bottom: 16px;
        }

        .modal .modalInner .inner .title {
            padding-bottom: 30px;
            font-size: 28px;
            line-height: 1.6;
        }

        .modal .modalInner .inner .title span {
            font-size: 30px;
        }

        .modal .modalInner .inner p {
            padding-bottom: 21px;
            font-size: 14px;
            line-height: 1.85;
        }

        .modal .modalInner01 .inner {
            padding: 49px 28px 0 50px;
        }

        .btnClose {
            position: absolute;
            top: 21px;
            right: 19px;
        }

        @media screen and (max-width:800px) {
            .modal .modalInner .inner .image {
                width: 320px;
            }

            .modal .modalInner .inner div {
                width: calc(100% - 370px);
            }
        }

        @media screen and (max-width:736px) {
            .modal {
                overflow-y: auto;
                max-width: inherit;
                max-height: 100%;
                min-height: inherit;
            }

            .modal .modalInner .inner {
                position: relative;
            }

            .modal .modalInner .inner .image {
                float: none;
                width: 100%;
                margin-right: 0;
                padding-bottom: 0;
                font-size: 0;
            }

            .modal .modalInner .inner .image img {
                width: 100%;
                height: auto;
            }

            .modal .modalInner .inner div {
                position: relative;
                float: none;
                width: 100%;
                padding: 25px 25px;
            }

            .modal .modalInner .inner .title {
                padding-bottom: 11px;
                padding-right: 26px;
                font-size: 14px;
                line-height: 1.5;
            }

            .modal .modalInner .inner .title span {
                font-size: 19px;
            }

            .modal .modalInner .inner p {
                padding-bottom: 21px;
                font-size: 12px;
                line-height: 1.5;
            }

            .modal .modalInner01 .inner {
                padding: 25px 25px 0 25px;
                text-align: left;
                height: 60vw;
                min-height: 50vh
            }

            .btnClose {
                position: absolute;
                top: 21px;
                right: 19px;
            }

            .btnClose img {
                height: auto;
            }
        }


/*==================================================================
	YouTube
===================================================================*/

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90vh;
    max-width: 80vw;
    height: 50vh;
    max-height: 44.4vw
}
