/* Start PC Device */
@media screen and (min-width: 1440px) {
    form {
        padding: 0 30px;
    }
    .form-control {
        font-size: 18px;
        width: 100%;
        height: 13px;
        border-radius: 4px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 20px 16px;
        flex-shrink: 0;
    }
    .form-group input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }
    .form-control:read-only {
        background: #F2F9FD;
    }
    /* Start Visual */
    /* Start 1단 배경이미지 */
    section.visual {
        position: relative;
    }
    section.visual .image__area {
        position: absolute;
        top: 0;
        left: 0;
        filter: brightness(.5);
        width: 100%;
    }
    section.visual .image__area > img {
        width: 100%;
        height: 470px;
    }
    /* End 1단 배경이미지 */
    /* End Visual */

    /* Start oneLayer-title */
    section.oneLayer-title {
        position: relative;
    }
    section.oneLayer-title .inner {
        height: 100%;
        min-height: 470px;
    }
    section.oneLayer-title .inner .title__txt {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
    }
    section.oneLayer-title .inner .title__txt > span {
        color: #FFF;
        text-align: center;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    /* End oneLayer-title */

    /* Start twoLayer */
    section.twoLayer {
        position: relative;
    }
    section.twoLayer .inner {
        height: 100%;
        min-height: 500px;
    }
    section.twoLayer .inner .error-msg {
        margin-top: 10px;
        color: #F00;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    section.twoLayer .inner .content-title {
        position: relative;
        height: 130px;
        margin-top: 150px;
    }
    section.twoLayer .inner .content-title .title-txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
    }
    section.twoLayer .inner .content-title .title-txt {
        & .txt-order__1 {
            color: #000;
            text-align: center;
            font-size: 45px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.9px;
        }
        & .txt-order__2 {
            margin-top: 100px;
            color: #959595;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            letter-spacing: -0.48px;
        }
    }
    section.twoLayer .inner .contact-person {
        margin-top: 100px;
    }
    section.twoLayer .inner .contact-person .contact-title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .contact-person .contact-email {
        margin-top: 24px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        max-width: 328px;
    }

    section.twoLayer .inner .sender-info {
        margin-top: 88px;
    }
    section.twoLayer .inner .sender-info .sender-info__title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__line {
        margin-top: 24px;
        width: 100%;
        height: 1px;
        background: #000;
    }
    section.twoLayer .inner .sender-info .sender-info__form {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group {

    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .label-txt {
        margin-bottom: 20px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .required-label-txt {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .required-label-txt:after {
        content: ' *';
        color: #ED4444;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > input {
        margin-top: 20px;
        max-width: 328px;
    }
    section.twoLayer .inner .inquiry-info {
        margin-top: 88px;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__line {
        margin-top: 24px;
        width: 100%;
        height: 1px;
        background: #000;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form {
        margin-top: 40px;
        width: 100%;
        display: block;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group {

    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .label-txt {
        display: block;
        margin-bottom: 20px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .required-label-txt {
        display: block;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .required-label-txt:after {
        content: ' *';
        color: #ED4444;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group {
        margin-top: 50px;

        & .inquiry-title {
            margin-top: 20px;
            max-width: 1348px;
        }

        & .inquiry-contents {
            margin-top: 20px;
            max-width: 1348px;
            height: 200px;
            resize: none;
        }

        & .inquiry-file-name {
            margin-right: 30px;
            display: inline-block;
            border: 1px solid #D9D9D9;
            border-radius: 4px;
            background: #FFF;
            height: 14px;
            font-size: 14px;
            width: 100%;
            max-width: 328px;
            padding: 20px 16px;
        }
        & .inquiry-file-search {
            display: inline-block;
            width: 150px;
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            vertical-align: top;
            margin-top: 5px;
        }

        & .privacy-policy-check {
            width: 20px;
            height: 20px;
            border: 1px solid #959595;
            border-radius: 2px;
            background: #FFF;
        }
        & .privacy-policy-title {
            display: inline-block;
            vertical-align: top;
        }
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .privacy-policy {
        height: 200px;
        padding: 20px 16px;
        overflow: auto;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        background: #F8F8F8;

        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }
    section.twoLayer .inner .submit {
        margin-top: 60px;
        display: block;
        text-align: center;
        text-align: -webkit-center;
    }
    section.twoLayer .inner .submit > button {
        width: 200px;
        height: 60px;
        flex-shrink: 0;

        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    /* End twoLayer */
    /* Start threeLayer */
    section.threeLayer {
        position: relative;
    }
    section.threeLayer .inner {

    }
    section.threeLayer .inner .contents {
        position: relative;
        height: 680px;
        margin-top: 210px;
        margin-bottom: 384px;
        padding-left: 30px;
        padding-right: 50px;
    }
    section.threeLayer .inner .contents .content-txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
        text-align: center;
    }
    section.threeLayer .inner .contents .content-txt > span {
        color: #000;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.9px;
    }
    section.threeLayer .inner .contents .google-map {
        margin-top: 130px;
        width: 100%;
        height: 550px;
    }
    /* End threeLayer */
}
/* End PC Device */
/* Start Tablet Device */
@media screen and (min-width: 834px) and (max-width: 1439px) {
    form {
        width: 89vw;
        padding-left: 30px;
    }
    .form-control {
        font-size: 18px;
        width: 100%;
        height: 13px;
        border-radius: 4px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 20px 16px;
        flex-shrink: 0;
    }
    .form-group input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }
    .form-control:read-only {
        background: #F2F9FD;
    }
    /* Start Visual */
    /* Start 1단 배경이미지 */
    section.visual {
        position: relative;
    }
    section.visual .image__area {
        position: absolute;
        top: 0;
        left: 0;
        filter: brightness(.5);
        width: 100%;
    }
    section.visual .image__area > img {
        width: 100%;
        height: 100%;
        min-height: 390px;
        max-height: 470px;
    }
    /* End 1단 배경이미지 */
    /* End Visual */

    /* Start oneLayer-title */
    section.oneLayer-title {
        position: relative;
    }
    section.oneLayer-title .inner {
        height: 100%;
        min-height: 390px;
        max-height: 470px;
    }
    section.oneLayer-title .inner .title__txt {
        position: absolute;
        top: 55%;
        left: 0;
        right: 0;
    }
    section.oneLayer-title .inner .title__txt > span {
        color: #FFF;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    /* End oneLayer-title */

    /* Start twoLayer */
    section.twoLayer {
        position: relative;
    }
    section.twoLayer .inner {
        height: 100%;
        min-height: 500px;
    }
    section.twoLayer .inner .error-msg {
        margin-top: 10px;
        color: #F00;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    section.twoLayer .inner .content-title {
        position: relative;
        height: 125px;
        margin-top: 170px;
    }
    section.twoLayer .inner .content-title .title-txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
    }
    section.twoLayer .inner .content-title .title-txt {
        & .txt-order__1 {
            color: #000;
            text-align: center;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.72px;
        }
        & .txt-order__2 {
            margin-top: 95px;
            color: #959595;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            letter-spacing: -0.48px;
        }
    }
    section.twoLayer .inner .contact-person {
        margin-top: 100px;
    }
    section.twoLayer .inner .contact-person .contact-title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .contact-person .contact-email {
        margin-top: 24px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }

    section.twoLayer .inner .sender-info {
        margin-top: 88px;
    }
    section.twoLayer .inner .sender-info .sender-info__title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__line {
        margin-top: 24px;
        width: 93vw;
        height: 1px;
        background: #000;
    }
    section.twoLayer .inner .sender-info .sender-info__form {
        margin-top: 40px;
        display: block;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group {
        margin-top: 48px;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group:first-child {
        margin-top: 0;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .label-txt {
        margin-bottom: 20px;
        display: block;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .required-label-txt {
        display: block;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .required-label-txt:after {
        content: ' *';
        color: #ED4444;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > input {
        margin-top: 20px;
    }
    section.twoLayer .inner .inquiry-info {
        margin-top: 80px;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__line {
        margin-top: 24px;
        width: 93vw;
        height: 1px;
        background: #000;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form {
        margin-top: 40px;
        width: 100%;
        display: block;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group {
        margin-top: 48px;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group:first-child {
        margin-top: 0;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .label-txt {
        display: block;
        margin-bottom: 20px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .required-label-txt {
        display: block;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .required-label-txt:after {
        content: ' *';
        color: #ED4444;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group {
        margin-top: 50px;

        & .inquiry-title {
            margin-top: 20px;
            max-width: 1408px;
        }

        & .inquiry-contents {
            margin-top: 20px;
            max-width: 1408px;
            height: 200px;
            resize: none;
        }

        & .inquiry-file-name {
            margin-right: 30px;
            display: inline-block;
            border: 1px solid #D9D9D9;
            border-radius: 4px;
            background: #FFF;
            height: 14px;
            font-size: 14px;
            width: 70%;
            max-width: 1219px;
            padding: 20px 16px;
        }
        & .inquiry-file-search {
            display: inline-block;
            width: 150px;
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            vertical-align: top;
            margin-top: 5px;
        }

        & .privacy-policy-check {
            width: 20px;
            height: 20px;
            border: 1px solid #959595;
            border-radius: 2px;
            background: #FFF;
        }
        & .privacy-policy-title {
            display: inline-block;
            vertical-align: top;
        }
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .privacy-policy {
        width: 89vw;
        height: 200px;
        padding: 20px 16px;
        overflow: auto;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        background: #F8F8F8;

        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }
    section.twoLayer .inner .submit {
        margin-top: 60px;
        width: 97vw;
        display: block;
        text-align: center;
        text-align: -webkit-center;
    }
    section.twoLayer .inner .submit > button {
        width: 200px;
        height: 60px;
        flex-shrink: 0;

        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    /* End twoLayer */
    /* Start threeLayer */
    section.threeLayer {
        position: relative;
    }
    section.threeLayer .inner {

    }
    section.threeLayer .inner .contents {
        position: relative;
        height: 680px;
        margin-top: 210px;
        margin-bottom: 137px;
        padding-left: 30px;
        padding-right: 50px;
    }
    section.threeLayer .inner .contents .content-txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
        text-align: center;
    }
    section.threeLayer .inner .contents .content-txt > span {
        color: #000;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.72px;
    }
    section.threeLayer .inner .contents .google-map {
        margin-top: 130px;
        width: 100%;
        height: 550px;
    }
    /* End threeLayer */
}
/* End Tablet Device */
/* Start Mobile Device */
@media screen and (max-width: 833px) {
    form {
        /*width: 89vw;*/
        padding-left: 30px;
    }
    .form-control {
        font-size: 18px;
        width: 90%;
        min-width: 293px;
        max-width: 801px;
        height: 13px;
        border-radius: 4px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 20px 16px;
        flex-shrink: 0;
    }
    .form-group input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }
    .form-control:read-only {
        background: #F2F9FD;
    }
    /* Start Visual */
    /* Start 1단 배경이미지 */
    section.visual {
        position: relative;
    }
    section.visual .image__area {
        position: absolute;
        top: 0;
        left: 0;
        filter: brightness(.5);
        width: 100%;
    }
    section.visual .image__area > img {
        width: 100%;
        height: 100%;
        min-height: 225px;
        max-height: 390px;
    }
    /* End 1단 배경이미지 */
    /* End Visual */

    /* Start oneLayer-title */
    section.oneLayer-title {
        position: relative;
    }
    section.oneLayer-title .inner {
        height: 100%;
        min-height: 225px;
        max-height: 390px;
    }
    section.oneLayer-title .inner .title__txt {
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
    }
    section.oneLayer-title .inner .title__txt > span {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    /* End oneLayer-title */

    /* Start twoLayer */
    section.twoLayer {
        position: relative;
    }
    section.twoLayer .inner {
        height: 100%;
        min-height: 500px;
    }
    section.twoLayer .inner .error-msg {
        margin-top: 10px;
        color: #F00;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    section.twoLayer .inner .content-title {
        position: relative;
        height: 75px;
        margin-top: 80px;
    }
    section.twoLayer .inner .content-title .title-txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
    }
    section.twoLayer .inner .content-title .title-txt {
        & .txt-order__1 {
            color: #000;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.48px;
        }
        & .txt-order__2 {
            margin-top: 54px;
            color: #959595;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            letter-spacing: -0.32px;
        }
    }
    section.twoLayer .inner .contact-person {
        margin-top: 60px;
    }
    section.twoLayer .inner .contact-person .contact-title {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .contact-person .contact-email {
        margin-top: 20px;
        max-width: 293px;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }

    section.twoLayer .inner .sender-info {
        margin-top: 80px;
        margin-right: 20px;
    }
    section.twoLayer .inner .sender-info .sender-info__title {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__line {
        margin-top: 20px;
        width: 90vw;
        height: 1px;
        background: #000;
    }
    section.twoLayer .inner .sender-info .sender-info__form {
        margin-top: 32px;
        /*width: 80vw;
        max-width: 742px;*/
        display: block;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group {
        margin-top: 40px;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group:first-child {
        margin-top: 0;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .label-txt {
        /*margin-bottom: 20px;*/
        display: block;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .required-label-txt {
        display: block;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > .required-label-txt:after {
        content: ' *';
        color: #ED4444;
    }
    section.twoLayer .inner .sender-info .sender-info__form .form-group > input {
        margin-top: 16px;
    }
    section.twoLayer .inner .inquiry-info {
        margin-top: 80px;
        margin-right: 20px;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__title {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__line {
        margin-top: 20px;
        width: 90vw;
        height: 1px;
        background: #000;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form {
        margin-top: 32px;
        /*width: 80vw;
        max-width: 742px;*/
        display: block;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group {
        margin-top: 40px;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group:first-child {
        margin-top: 0;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .label-txt {
        display: block;
        /*margin-bottom: 20px;*/
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .required-label-txt {
        display: block;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group > .required-label-txt:after {
        content: ' *';
        color: #ED4444;
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .form-group {
        margin-top: 50px;

        & .inquiry-title {
            margin-top: 20px;
            max-width: 1408px;
        }

        & .inquiry-contents {
            margin-top: 20px;
            max-width: 1408px;
            height: 200px;
            resize: none;
        }

        & .inquiry-file-name {
            margin-top: 20px;
            margin-right: 10px;
            width: 100%;
            max-width: 173px;
            padding: 20px 16px;
            display: inline-block;
            border: 1px solid #D9D9D9;
            border-radius: 4px;
            background: #FFF;
            height: 14px;
            font-size: 14px;
        }
        & .inquiry-file-search {
            display: inline-block;
            width: 100px;
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            vertical-align: top;
            margin-top: 25px;
        }

        & .privacy-policy-check {
            width: 20px;
            height: 20px;
            border: 1px solid #959595;
            border-radius: 2px;
            background: #FFF;
        }
        & .privacy-policy-title {
            display: inline-block;
            vertical-align: top;
        }
    }
    section.twoLayer .inner .inquiry-info .inquiry-info__form .privacy-policy {
        height: 200px;
        padding: 20px 16px;
        overflow: auto;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        background: #F8F8F8;

        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }
    section.twoLayer .inner .submit {
        margin-top: 60px;
        display: block;
        text-align: center;
        text-align: -webkit-center;
    }
    section.twoLayer .inner .submit > button {
        width: 150px;
        height: 50px;
        flex-shrink: 0;

        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    /* End twoLayer */
    /* Start threeLayer */
    section.threeLayer {
        position: relative;
    }
    section.threeLayer .inner {

    }
    section.threeLayer .inner .contents {
        position: relative;
        height: 445px;
        margin-top: 180px;
        margin-bottom: 119px;
        padding-left: 25px;
        padding-right: 25px;
    }
    section.threeLayer .inner .contents .content-txt {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
        text-align: center;
    }
    section.threeLayer .inner .contents .content-txt > span {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    section.threeLayer .inner .contents .google-map {
        margin-top: 72px;
        width: 100%;
        height: 400px;
    }
    /* End threeLayer */
}
/* End Mobile Device */