body {
    background-color: #F0F0F5;
}

/******************************************************** 카피 ********/
@media (max-width:419.99px) {
    .dm3copy-sec {
        position: relative;
        background-color: rgb(232, 232, 238);
        border-top: 10px solid rgb(225, 225, 232);
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 310px;
    }

    .dm3copy-12 {
        position: relative;     
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: rgb(120, 120, 129);
        letter-spacing: 0px;
        padding-top: 11px;
        background-color: rgb(225, 225, 232);
        border-top: 1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 300px;
    }

    .dm3copy-4:before {
        position: absolute;
        display: block;
        content: '';
        width: 90%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
        background-image: url('../img/d3-14.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center left;
    }

    .dm3copy-8 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height: 300px;
    }

    .dm3copy-8:before {
        position: absolute;
        display: block;
        content: '';
        width: 95%;
        height: 80%;
        left: 5%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
    }

    .dm3copy-8 h2 {
        position: absolute;
        top: 12%;
        left: 10%;
        font-size: 16px;
        font-weight: 600;
        color: rgb(108, 98, 119);
        letter-spacing: -1px;
    }

    .dm3copy-8 h5 {
        position: absolute;
        top: 25%;
        left: 10%;
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        color: rgb(108, 98, 119);
        width: 85%;
    }

    .dm3copy-8 img {
        display: none;
    }

    .dm3copy-8 h6 {
        position: absolute;
        top: 50%;
        left: 10%;
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        color: rgb(108, 98, 119);
        width: 85%;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .dm3copy-sec {
        position: relative;
        background-color: rgb(232, 232, 238);
        border-top: 10px solid rgb(225, 225, 232);
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: rgb(120, 120, 129);
        letter-spacing: 0px;
        padding-top: 11px;
        background-color: rgb(225, 225, 232);
        border-top: 1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 400px;
    }

    .dm3copy-4:before {
        position: absolute;
        display: block;
        content: '';
        width: 90%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
        background-image: url('../img/d3-14.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height: 400px;
    }

    .dm3copy-8:before {
        position: absolute;
        display: block;
        content: '';
        width: 95%;
        height: 80%;
        left: 5%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
    }

    .dm3copy-8 h2 {
        position: absolute;
        top: 12%;
        left: 10%;
        font-size: 18px;
        font-weight: 600;
        color: rgb(108, 98, 119);
        letter-spacing: -1px;
    }

    .dm3copy-8 h5 {
        position: absolute;
        top: 30%;
        left: 10%;
        font-size: 11px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
        width: 85%;
    }

    .dm3copy-8 img {
        display: none;
    }

    .dm3copy-8 h6 {
        position: absolute;
        top: 50%;
        left: 10%;
        font-size: 11px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
        width: 80%;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .dm3copy-sec {
        position: relative;
        background-color: rgb(232, 232, 238);
        border-top: 10px solid rgb(225, 225, 232);
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: rgb(120, 120, 129);
        letter-spacing: 0px;
        padding-top: 11px;
        background-color: rgb(225, 225, 232);
        border-top: 1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 400px;
    }

    .dm3copy-4:before {
        position: absolute;
        display: block;
        content: '';
        width: 90%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
        background-image: url('../img/d3-14.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height: 400px;
    }

    .dm3copy-8:before {
        position: absolute;
        display: block;
        content: '';
        width: 95%;
        height: 80%;
        left: 5%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
    }

    .dm3copy-8 h2 {
        position: absolute;
        top: 13%;
        left: 10%;
        font-size: 18px;
        font-weight: 600;
        color: rgb(108, 98, 119);
        letter-spacing: -1px;
    }

    .dm3copy-8 h5 {
        position: absolute;
        top: 23%;
        left: 10%;
        font-size: 12px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
        width: 70%;
    }

    .dm3copy-8 img {
        position: absolute;
        top: 16%;
        right: 5%;
        width: 70px;
    }

    .dm3copy-8 h6 {
        position: absolute;
        top: 58%;
        left: 10%;
        font-size: 12px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
        width: 80%;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .dm3copy-sec {
        position: relative;
        background-color: rgb(232, 232, 238);
        border-top: 10px solid rgb(225, 225, 232);
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: rgb(120, 120, 129);
        letter-spacing: 0px;
        padding-top: 11px;
        background-color: rgb(225, 225, 232);
        border-top: 1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 400px;
    }

    .dm3copy-4:before {
        position: absolute;
        display: block;
        content: '';
        width: 90%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
        background-image: url('../img/d3-14.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height: 400px;
    }

    .dm3copy-8:before {
        position: absolute;
        display: block;
        content: '';
        width: 90%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
    }

    .dm3copy-8 h2 {
        position: absolute;
        top: 10%;
        left: 17%;
        font-size: 24px;
        font-weight: 600;
        color: rgb(108, 98, 119);
        letter-spacing: -1px;
    }

    .dm3copy-8 h5 {
        position: absolute;
        top: 23%;
        left: 17%;
        font-size: 13px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
        width: 70%;
    }

    .dm3copy-8 img {
        position: absolute;
        top: 15%;
        right: 10%;
        width: 70px;
    }

    .dm3copy-8 h6 {
        position: absolute;
        top: 58%;
        left: 17%;
        font-size: 12px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .dm3copy-sec {
        position: relative;
        background-color: rgb(232, 232, 238);
        border-top: 10px solid rgb(225, 225, 232);
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: rgb(120, 120, 129);
        letter-spacing: 0px;
        padding-top: 11px;
        background-color: rgb(225, 225, 232);
        border-top: 1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 400px;
    }

    .dm3copy-4:before {
        position: absolute;
        display: block;
        content: '';
        width: 80%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
        background-image: url('../img/d3-14.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height: 400px;
    }

    .dm3copy-8:before {
        position: absolute;
        display: block;
        content: '';
        width: 90%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
    }

    .dm3copy-8 h2 {
        position: absolute;
        top: 10%;
        left: 17%;
        font-size: 34px;
        font-weight: 600;
        color: rgb(108, 98, 119);
        letter-spacing: -1px;
    }

    .dm3copy-8 h5 {
        position: absolute;
        top: 30%;
        left: 17%;
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        color: rgb(108, 98, 119);
    }

    .dm3copy-8 img {
        position: absolute;
        top: 20%;
        right: 10%;
    }

    .dm3copy-8 h6 {
        position: absolute;
        top: 53%;
        left: 17%;
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        color: rgb(108, 98, 119);
    }
}

@media (min-width: 1200px) {
    .dm3copy-sec {
        position: relative;
        background-color: rgb(232, 232, 238);
        border-top: 10px solid rgb(225, 225, 232);
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
    }

    .dm3copy-12 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: rgb(120, 120, 129);
        letter-spacing: 0px;
        padding-top: 11px;
        background-color: rgb(225, 225, 232);
        border-top: 1px solid rgb(214, 214, 221);
    }

    .dm3copy-4 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 400px;
    }

    .dm3copy-4:before {
        position: absolute;
        display: block;
        content: '';
        width: 80%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
        background-image: url('../img/d3-14.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .dm3copy-8 {
        position: relative;
        overflow: hidden;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        height: 400px;
    }

    .dm3copy-8:before {
        position: absolute;
        display: block;
        content: '';
        width: 80%;
        height: 80%;
        left: 10%;
        top: 10%;
        border: 1px solid rgb(194, 194, 205);
    }

    .dm3copy-8 h2 {
        position: absolute;
        top: 10%;
        left: 17%;
        font-size: 34px;
        font-weight: 600;
        color: rgb(108, 98, 119);
        letter-spacing: -1px;
    }

    .dm3copy-8 h5 {
        position: absolute;
        top: 30%;
        left: 17%;
        font-size: 13px;
        font-weight: 300;
        line-height: 21px;
        color: rgb(108, 98, 119);
    }

    .dm3copy-8 img {
        position: absolute;
        top: 20%;
        right: 15%;
    }

    .dm3copy-8 h6 {
        position: absolute;
        top: 50%;
        left: 17%;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: rgb(108, 98, 119);
    }
}

/******************************************************** 카피 끝 ********/
/******************************************************** 폼 ********/
@media (max-width:419.99px) {
    #formsec-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/motivo2.png');
        background-repeat: repeat;
        opacity: 0.2;
		
    }

    .d3form-sec {
        position: relative;
        height: 780px;
        padding-top: 170px;
		margin-bottom: 750px;
		
    }

    .d3form-12 {
        position: relative;
        -ms-flex: 0 0 10%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

    .d3form-12:before {
        position: absolute;
        z-index: 0;
        display: block;
        content: '';
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #ececec;
    }

    textarea {
        resize: none;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .form-label {
        font-size: 12px;
        color: rgb(76, 76, 82);
        margin: 0;
        display: block;
        opacity: 1;
        -webkit-transition: .333s ease top, .333s ease opacity;
        transition: .333s ease top, .333s ease opacity;
    }

    .form-control {
        position: relative;
        z-index: 2;
        border-radius: 0;
        border-color: #eee;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        color: #4f4f56;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgb(76, 76, 82);
    }

    .js-hide-label {
        opacity: 0;
    }

    .js-unhighlight-label {
        color: rgb(153, 153, 153);
    }

    .btn-start-order {
        position: relative;
        z-index: 2;
        background: 0 0 #ffffff;
        border: 1px solid #d4d7dd;
        border-radius: 3px;
        color: rgb(142, 145, 151);
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 30px 0;
        padding: 10px 50px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
    }

    .btn-start-order:hover,
    .btn-start-order:active,
    .btn-start-order:focus {
        border-color: #4f4f56;
        color: #4f4f56;
    }

    #formlogo {
        position: absolute;
        top: -100px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    #formsec-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/motivo2.png');
        background-repeat: repeat;
        opacity: 0.2;
    }

    .d3form-sec {
        position: relative;
        height: 780px;
        padding-top: 170px;
		margin-bottom: 750px;
    }

    .d3form-12 {
        position: relative;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

    .d3form-12:before {
        position: absolute;
        z-index: 0;
        display: block;
        content: '';
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #ececec;
    }

    textarea {
        resize: none;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .form-label {
        font-size: 12px;
        color: rgb(76, 76, 82);
        margin: 0;
        display: block;
        opacity: 1;
        -webkit-transition: .333s ease top, .333s ease opacity;
        transition: .333s ease top, .333s ease opacity;
    }

    .form-control {
        position: relative;
        z-index: 2;
        border-radius: 0;
        border-color: #eee;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        color: #4f4f56;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgb(76, 76, 82);
    }

    .js-hide-label {
        opacity: 0;
    }

    .js-unhighlight-label {
        color: rgb(153, 153, 153);
    }

    .btn-start-order {
        position: relative;
        z-index: 2;
        background: 0 0 #ffffff;
        border: 1px solid #d4d7dd;
        border-radius: 3px;
        color: rgb(142, 145, 151);
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 30px 0;
        padding: 10px 50px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
    }

    .btn-start-order:hover,
    .btn-start-order:active,
    .btn-start-order:focus {
        border-color: #4f4f56;
        color: #4f4f56;
    }

    #formlogo {
        position: absolute;
        top: -100px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #formsec-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/motivo2.png');
        background-repeat: repeat;
        opacity: 0.2;
    }

    .d3form-sec {
        position: relative;
        height: 780px;
        padding-top: 170px;
		margin-bottom: 100px;
    }

    .d3form-12 {
        position: relative;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-right: 50px;
        padding-left: 50px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

    .d3form-12:before {
        position: absolute;
        z-index: 0;
        display: block;
        content: '';
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #ececec;
    }

    textarea {
        resize: none;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .form-label {
        font-size: 12px;
        color: rgb(76, 76, 82);
        margin: 0;
        display: block;
        opacity: 1;
        -webkit-transition: .333s ease top, .333s ease opacity;
        transition: .333s ease top, .333s ease opacity;
    }

    .form-control {
        position: relative;
        z-index: 2;
        border-radius: 0;
        border-color: #eee;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        color: #4f4f56;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgb(76, 76, 82);
    }

    .js-hide-label {
        opacity: 0;
    }

    .js-unhighlight-label {
        color: rgb(153, 153, 153);
    }

    .btn-start-order {
        position: relative;
        z-index: 2;
        background: 0 0 #ffffff;
        border: 1px solid #d4d7dd;
        border-radius: 3px;
        color: rgb(142, 145, 151);
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 30px 0;
        padding: 10px 50px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
    }

    .btn-start-order:hover,
    .btn-start-order:active,
    .btn-start-order:focus {
        border-color: #4f4f56;
        color: #4f4f56;
    }

    #formlogo {
        position: absolute;
        top: -100px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #formsec-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/motivo2.png');
        background-repeat: repeat;
        opacity: 0.2;
    }

    .d3form-sec {
        position: relative;
        height: 780px;
        padding-top: 170px;
    }

    .d3form-12 {
        position: relative;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-right: 60px;
        padding-left: 60px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

    .d3form-12:before {
        position: absolute;
        z-index: 0;
        display: block;
        content: '';
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #ececec;
    }

    textarea {
        resize: none;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .form-label {
        font-size: 12px;
        color: rgb(76, 76, 82);
        margin: 0;
        display: block;
        opacity: 1;
        -webkit-transition: .333s ease top, .333s ease opacity;
        transition: .333s ease top, .333s ease opacity;
    }

    .form-control {
        position: relative;
        z-index: 2;
        border-radius: 0;
        border-color: #eee;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        color: #4f4f56;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgb(76, 76, 82);
    }

    .js-hide-label {
        opacity: 0;
    }

    .js-unhighlight-label {
        color: rgb(153, 153, 153);
    }

    .btn-start-order {
        position: relative;
        z-index: 2;
        background: 0 0 #ffffff;
        border: 1px solid #d4d7dd;
        border-radius: 3px;
        color: rgb(142, 145, 151);
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 30px 0;
        padding: 10px 50px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
    }

    .btn-start-order:hover,
    .btn-start-order:active,
    .btn-start-order:focus {
        border-color: #4f4f56;
        color: #4f4f56;
    }

    #formlogo {
        position: absolute;
        top: -100px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    #formsec-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/motivo2.png');
        background-repeat: repeat;
        opacity: 0.2;
    }

    .d3form-sec {
        position: relative;
        height: 800px;
        padding-top: 170px;
    }

    .d3form-12 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-right: 70px;
        padding-left: 70px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

    .d3form-12:before {
        position: absolute;
        z-index: 0;
        display: block;
        content: '';
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #ececec;
    }

    textarea {
        resize: none;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .form-label {
        font-size: 12px;
        color: rgb(76, 76, 82);
        margin: 0;
        display: block;
        opacity: 1;
        -webkit-transition: .333s ease top, .333s ease opacity;
        transition: .333s ease top, .333s ease opacity;
    }

    .form-control {
        position: relative;
        z-index: 2;
        border-radius: 0;
        border-color: #eee;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        color: #4f4f56;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgb(76, 76, 82);
    }

    .js-hide-label {
        opacity: 0;
    }

    .js-unhighlight-label {
        color: rgb(153, 153, 153);
    }

    .btn-start-order {
        position: relative;
        z-index: 2;
        background: 0 0 #ffffff;
        border: 1px solid #d4d7dd;
        border-radius: 3px;
        color: rgb(142, 145, 151);
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 30px 0;
        padding: 10px 50px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
    }

    .btn-start-order:hover,
    .btn-start-order:active,
    .btn-start-order:focus {
        border-color: #4f4f56;
        color: #4f4f56;
    }

    #formlogo {
        position: absolute;
        top: -100px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
    }
}

@media (min-width: 1200px) {
    #formsec-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/motivo2.png');
        background-repeat: repeat;
        opacity: 0.2;
        padding-bottom: 40px;
    }

    .d3form-sec {
        position: relative;
        height: 800px;
        padding-top: 170px;
    }

    .d3form-12 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-right: 70px;
        padding-left: 70px;
        padding-bottom: 50px;
        background-color: #ffffff;
    }

    .d3form-12:before {
        position: absolute;
        z-index: 0;
        display: block;
        content: '';
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #ececec;
    }

    textarea {
        resize: none;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .form-label {
        font-size: 12px;
        color: rgb(76, 76, 82);
        margin: 0;
        display: block;
        opacity: 1;
        -webkit-transition: .333s ease top, .333s ease opacity;
        transition: .333s ease top, .333s ease opacity;
    }

    .form-control {
        position: relative;
        z-index: 2;
        border-radius: 0;
        border-color: #eee;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        color: #4f4f56;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgb(76, 76, 82);
    }

    .js-hide-label {
        opacity: 0;
    }

    .js-unhighlight-label {
        color: rgb(153, 153, 153);
    }

    .btn-start-order {
        position: relative;
        z-index: 2;
        background: 0 0 #ffffff;
        border: 1px solid #d4d7dd;
        border-radius: 3px;
        color: rgb(142, 145, 151);
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 30px 0;
        padding: 10px 50px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
    }

    .btn-start-order:hover,
    .btn-start-order:active,
    .btn-start-order:focus {
        border-color: #4f4f56;
        color: #4f4f56;
    }

    #formlogo {
        position: absolute;
        top: -100px;
        left: 50%;
        margin-left: -70px;
        width: 170px;
    }
}

/******************************************************** 배너 이미지 ********/
@media (max-width:419.99px) {
    .background {
        position: relative;
        width: 100%;
        min-height: 220px;
        max-height: 220px;
        background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -180px;
    }

    .d3bn-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .background {
        position: relative;
        width: 100%;
        min-height: 250px;
        max-height: 250px;
        background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -180px;
    }

    .d3bn-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .background {
        position: relative;
        width: 100%;
        min-height: 300px;
        max-height: 300px;
        background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -130px;
    }

    .d3bn-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .background {
        position: relative;
        width: 100%;
        min-height: 300px;
        max-height: 300px;
        background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -130px;
    }

    .d3bn-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .background {
        position: relative;
        width: 100%;
        min-height: 400px;
        max-height: 400px;
        background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -70px;
    }

    .d3bn-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .background {
        position: relative;
        width: 100%;
        min-height: 500px;
        max-height: 500px;
        background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -70px;
    }

    .d3bn-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/******************************************************** 배너 시차카로우셀 ********/
@media (max-width:419.99px) {
    .d3con3-sec {
        position: relative;
        margin-top: 350px;
        height: 500px;
    }

    .d3con3-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d3con3-13 {
        margin-top: 80px;
    }

    #box1 {
        position: absolute;
        width: 200px;
        height: 200px;
        right: 0px;
        margin-top: -80px;
		z-index: 1;
        background-image: url('../img/d3-11.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }
	#box1 h2 {
        position: absolute;
        width: 100%;
        top: 140px;
		left: 25px;
        color: #000;
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #box2 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 250px;
        height: 300px;
        left: 50%;
        margin-left: -125px;
        margin-top: 0px;
        text-align: center;
    }

    #box2:before {
        position: absolute;
        display: block;
        content: '';
        width: 84%;
        height: 80%;
        border: 1px solid rgb(234, 234, 234);
        margin-top: 12%;
        margin-left: 8%;
    }

    #box2 img {
        position: absolute;
        left: 50%;
        width: 50px;
        margin-left: -25px;
        top: 10px;
    }

    #box2 h2 {
        position: absolute;
        width: 100%;
        top: 50px;
        color: #8b8a82;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    #box2 p {
        position: absolute;
        width: 100%;
        top: 90px;
        color: #8b8a82;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 30px;
    }

    #box3 {
        position: absolute;
        background: forestgreen;
        width: 130px;
        height: 130px;
        left: 0px;
        z-index: 1;
        top: -10px;
        background-image: url('../img/d3-12.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    #box2 #Arrow {
        position: absolute;
        top: 210px;
        width: 40px;
        opacity: 0.3;
        left: 50%;
        margin-left: -20px;
    }

    #box2 h6 {
        position: absolute;
        width: 100%;
        top: 150px;
        color: #8b8a82;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .d3con3-sec {
        position: relative;
        margin-top: 450px;
        height: 500px;
    }

    .d3con3-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d3con3-13 {
        margin-top: 100px;
    }

    #box1 {
        position: absolute;
        width: 250px;
        height: 250px;
        right: 0px;
        margin-top: -0px;
		z-index: 1;
        background-image: url('../img/d3-11.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }
	#box1 h2 {
        position: absolute;
        width: 100%;
        top: 175px;
		left: 35px;
        color: #000;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #box2 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 280px;
        height: 330px;
        left: 50%;
        margin-left: -140px;
        margin-top: 80px;
        text-align: center;
    }

    #box2:before {
        position: absolute;
        display: block;
        content: '';
        width: 84%;
        height: 80%;
        border: 1px solid rgb(234, 234, 234);
        margin-top: 12%;
        margin-left: 8%;
    }

    #box2 img {
        position: absolute;
        left: 50%;
        width: 60px;
        margin-left: -35px;
        top: 10px;
    }

    #box2 h2 {
        position: absolute;
        width: 100%;
        top: 60px;
        color: #8b8a82;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -3px;
    }

    #box2 p {
        position: absolute;
        width: 100%;
        top: 105px;
        color: #8b8a82;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 50px;
    }

    #box3 {
        position: absolute;
        background: forestgreen;
        width: 170px;
        height: 170px;
        left: 0px;
        z-index: 1;
        top: -230px;
        background-image: url('../img/d3-12.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    #box2 #Arrow {
        position: absolute;
        top: 240px;
        width: 40px;
        opacity: 0.3;
        left: 50%;
        margin-left: -20px;
    }

    #box2 h6 {
        position: absolute;
        width: 100%;
        top: 170px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .d3con3-sec {
        position: relative;
        margin-top: 500px;
        height: 500px;
    }

    .d3con3-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d3con3-13 {
        margin-top: 120px;
    }

    #box1 {
        position: absolute;
        width: 300px;
        height: 300px;
        right: 0px;
        margin-top: -80px;
		z-index: 1;
        background-image: url('../img/d3-11.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }
	#box1 h2 {
        position: absolute;
        width: 100%;
        top: 209px;
		left: 35px;
        color: #000;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #box2 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 350px;
        height: 350px;
        left: 50%;
        margin-left: -200px;
        margin-top: 100px;
        text-align: center;
    }

    #box2:before {
        position: absolute;
        display: block;
        content: '';
        width: 84%;
        height: 80%;
        border: 1px solid rgb(234, 234, 234);
        margin-top: 12%;
        margin-left: 8%;
    }

    #box2 img {
        position: absolute;
        left: 50%;
        width: 80px;
        margin-left: -35px;
        top: 10px;
    }

    #box2 h2 {
        position: absolute;
        width: 100%;
        top: 80px;
        color: #8b8a82;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -3px;
    }

    #box2 p {
        position: absolute;
        width: 100%;
        top: 140px;
        color: #8b8a82;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }

    #box3 {
        position: absolute;
        background: forestgreen;
        width: 200px;
        height: 200px;
        left: 0px;
        z-index: 1;
        top: -280px;
        background-image: url('../img/d3-12.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    #box2 #Arrow {
        position: absolute;
        top: 260px;
        width: 50px;
        opacity: 0.3;
    }

    #box2 h6 {
        position: absolute;
        width: 100%;
        top: 190px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .d3con3-sec {
        position: relative;
        margin-top: 350px;
        height: 500px;
    }

    .d3con3-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d3con3-13 {
        margin-top: 150px;
    }

    #box1 {
        position: absolute;
        width: 350px;
        height: 350px;
        right: 0px;
        margin-top: -60px;
		z-index: 2;
        background-image: url('../img/d3-11.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }
	#box1 h2 {
        position: absolute;
        width: 100%;
        top: 245px;
		left: 43px;
        color: #000;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #box2 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 350px;
        height: 350px;
		z-index: 1;
        left: 50%;
        margin-left: -200px;
        margin-top: 100px;
        text-align: center;
    }

    #box2:before {
        position: absolute;
        display: block;
        content: '';
        width: 84%;
        height: 80%;
        border: 1px solid rgb(234, 234, 234);
        margin-top: 12%;
        margin-left: 8%;
    }

    #box2 img {
        position: absolute;
        left: 50%;
        width: 80px;
        margin-left: -35px;
        top: 10px;
    }

    #box2 h2 {
        position: absolute;
        width: 100%;
        top: 80px;
        color: #8b8a82;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -3px;
    }

    #box2 p {
        position: absolute;
        width: 100%;
        top: 140px;
        color: #8b8a82;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }

    #box3 {
        position: absolute;
        background: forestgreen;
        width: 250px;
        height: 250px;
        left: 0px;
        /*z-index: -1;*/
        top: -200px;
        background-image: url('../img/d3-12.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    #box2 #Arrow {
        position: absolute;
        top: 260px;
        width: 50px;
        opacity: 0.3;
    }

    #box2 h6 {
        position: absolute;
        width: 100%;
        top: 190px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .d3con3-sec {
        position: relative;
        margin-top: 300px;
        height: 600px;
    }

    .d3con3-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d3con3-13 {
        margin-top: 180px;
    }

    #box1 {
        position: absolute;
        width: 500px;
        height: 500px;
        right: 0px;
        margin-top: 100px;
        background-image: url('../img/d3-11.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }
	#box1 h2 {
        position: absolute;
        width: 100%;
        top: 352px;
		left: 70px;
        color: #000;
        font-size: 55px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #box2 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 400px;
        height: 400px;
		z-index: 1;
        left: 50%;
        margin-left: -300px;
        margin-top: 100px;
        text-align: center;
    }

    #box2:before {
        position: absolute;
        display: block;
        content: '';
        width: 84%;
        height: 80%;
        border: 1px solid rgb(234, 234, 234);
        margin-top: 12%;
        margin-left: 8%;
    }

    #box2 img {
        position: absolute;
        left: 50%;
        width: 80px;
        margin-left: -35px;
        top: 10px;
    }

    #box2 h2 {
        position: absolute;
        width: 100%;
        top: 80px;
        color: #8b8a82;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -3px;
    }

    #box2 p {
        position: absolute;
        width: 100%;
        top: 160px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }

    #box3 {
        position: absolute;
        background: forestgreen;
        width: 300px;
        height: 300px;
        left: 0px;
        /*z-index: -1;*/
        top: -200px;
        background-image: url('../img/d3-12.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    #box2 #Arrow {
        position: absolute;
        top: 280px;
        width: 60px;
        opacity: 0.3;
    }

    #box2 h6 {
        position: absolute;
        width: 100%;
        top: 220px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }
}

@media (min-width: 1200px) {
    .d3con3-sec {
        position: relative;
        margin-top: 300px;
        height: 600px;
    }

    .d3con3-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d3con3-13 {
        margin-top: 180px;
    }

    #box1 {
        position: absolute;
        width: 500px;
        height: 500px;
        right: 0px;
        margin-top: 100px;
        background-image: url('../img/d3-11.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }
	#box1 h2 {
        position: absolute;
        width: 100%;
        top: 352px;
		left: 70px;
        color: #000;
        font-size: 55px;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #box2 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 400px;
        height: 400px;
		z-index: 1;
        left: 50%;
        margin-left: -300px;
        margin-top: 100px;
        text-align: center;
    }

    #box2:before {
        position: absolute;
        display: block;
        content: '';
        width: 84%;
        height: 80%;
        border: 1px solid rgb(234, 234, 234);
        margin-top: 12%;
        margin-left: 8%;
    }

    #box2 img {
        position: absolute;
        left: 50%;
        width: 80px;
        margin-left: -35px;
        top: 10px;
    }

    #box2 h2 {
        position: absolute;
        width: 100%;
        top: 80px;
        color: #8b8a82;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -3px;
    }

    #box2 p {
        position: absolute;
        width: 100%;
        top: 160px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }

    #box3 {
        position: absolute;
        background: forestgreen;
        width: 300px;
        height: 300px;
        left: 0px;
        /*z-index: -1;*/
        top: -200px;
        background-image: url('../img/d3-12.jpg');
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    #box2 #Arrow {
        position: absolute;
        top: 280px;
        width: 60px;
        opacity: 0.3;
    }

    #box2 h6 {
        position: absolute;
        width: 100%;
        top: 220px;
        color: #8b8a82;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0px 70px;
    }
}

/******************************************************** 컨텐츠-2 ********/
@media (max-width:419.99px) {
    #d3con2-sec .rowbd {
        height: 120px;
        /*background-color: #9c545400;
        margin-top: 30px;*/
    }

    .d3con2-box1 {
        position: absolute;
        top: 160px;
        width: 130px;
        height: 90px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .d3con2-box2 {
        position: absolute;
        top: 260px;
        left: 0px;
        width: 100%;
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .d3con2-box3 {
        position: absolute;
        top: 120px;
        width: 150px;
        right: 0px;
        height: 130px;
        background-repeat: repeat;
        background-size: cover;
    }

    #d3con2-sec h2 {
        position: absolute;
        top: 20px;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #212124;
    }

    #d3con2-sec p {
        position: absolute;
        top: 80px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #4f4f56;
    }

    #d3con2-sec p:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #7c7c83;
        margin-top: -15px;
    }

    .d3con2-box4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
        align-items: flex-start;
    } 

    .d3con2-box11,
    .d3con2-box21,
    .d3con2-box31,
    .d3con2-box41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }

    .d3con2-box111,
    .d3con2-box121,
    .d3con2-box131,
    .d3con2-box141 {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        color: #0d6fb8;
        margin-right: 20px;
    }

    .d3con2-box112,
    .d3con2-box122,
    .d3con2-box132,
    .d3con2-box142 {
        width: 100%;
        font-size: 12x;
        font-weight: 500;
        color: #000;
        text-shadow: -1px 0px #fff, 1px 0px #fff, 0px -1px #fff, 0px 1px #fff;
        margin-top: 5px;
    }

    .d3con2-box112 a,
    .d3con2-box122 a,
    .d3con2-box132 a,
    .d3con2-box142 a {
        color: #000;
    }

    .d3con2-box112 a span,
    .d3con2-box122 a span,
    .d3con2-box132 a span,
    .d3con2-box142 a span {
        padding-left: 20px;
    }

    .d3con2-box112 a:nth-of-type(1) span,
    .d3con2-box122 a:nth-of-type(1) span,
    .d3con2-box132 a:nth-of-type(1) span,
    .d3con2-box142 a:nth-of-type(1) span {
        padding-left: 0px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    #d3con2-sec .rowbd {
        height: 120px;
        /*background-color: #9c545400;
        margin-top: 30px;*/
    }

    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d3con2-box1 {
        position: absolute;
        top: 200px;
        width: 140px;
        height: 90px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .d3con2-box2 {
        position: absolute;
        top: 210px;
        left: 150px;
        width: 240px;
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .d3con2-box3 {
        position: absolute;
        top: 70px;
        width: 150px;
        right: 0px;
        height: 130px;
        background-repeat: repeat;
        background-size: cover;
    }

    #d3con2-sec h2 {
        position: absolute;
        top: 30px;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #212124;
    }

    #d3con2-sec p {
        position: absolute;
        top: 80px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #4f4f56;
    }

    #d3con2-sec p:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #7c7c83;
    }

    .d3con2-box4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
        align-items: flex-start;
    } 

    .d3con2-box11,
    .d3con2-box21,
    .d3con2-box31,
    .d3con2-box41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }

    .d3con2-box111,
    .d3con2-box121,
    .d3con2-box131,
    .d3con2-box141 {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #0d46b8;
        margin-right: 20px;
    }

    .d3con2-box112,
    .d3con2-box122,
    .d3con2-box132,
    .d3con2-box142 {
        width: 100%;
        font-size: 14x;
        font-weight: 500;
        color: #000;
        text-shadow: -1px 0px #fff, 1px 0px #fff, 0px -1px #fff, 0px 1px #fff;
        margin-top: 5px;
    }

    .d3con2-box112 a,
    .d3con2-box122 a,
    .d3con2-box132 a,
    .d3con2-box142 a {
        color: #000;
    }

    .d3con2-box112 a span,
    .d3con2-box122 a span,
    .d3con2-box132 a span,
    .d3con2-box142 a span {
        padding-left: 20px;
    }

    .d3con2-box112 a:nth-of-type(1) span,
    .d3con2-box122 a:nth-of-type(1) span,
    .d3con2-box132 a:nth-of-type(1) span,
    .d3con2-box142 a:nth-of-type(1) span {
        padding-left: 0px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #d3con2-sec .rowbd {
        height: 130px;
       /* background-color: #9c545400;
        margin-top: 30px;*/
    }

    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d3con2-box1 {
        position: absolute;
        top: 230px;
        width: 170px;
        height: 110px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .d3con2-box2 {
        position: absolute;
        top: 260px;
        left: 180px;
        width: 330px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .d3con2-box3 {
        position: absolute;
        top: 70px;
        width: 180px;
        right: 0px;
        height: 180px;
        background-repeat: repeat;
        background-size: cover;
    }

    #d3con2-sec h2 {
        position: absolute;
        top: 10px;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #212124;
    }

    #d3con2-sec p {
        position: absolute;
        top: 80px;
        font-size: 21px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #4f4f56;
    }

    #d3con2-sec p:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #7c7c83;
    }

    .d3con2-box4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
        align-items: flex-start;
    } 

    .d3con2-box11,
    .d3con2-box21,
    .d3con2-box31,
    .d3con2-box41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .d3con2-box111,
    .d3con2-box121,
    .d3con2-box131,
    .d3con2-box141 {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        color: #0d46b8;
        margin-right: 20px;
    }

    .d3con2-box112,
    .d3con2-box122,
    .d3con2-box132,
    .d3con2-box142 {
        width: 100%;
        font-size: 16x;
        font-weight: 500;
        color: #000;
        text-shadow: -1px 0px #fff, 1px 0px #fff, 0px -1px #fff, 0px 1px #fff;
        margin-top: 5px;
    }

    .d3con2-box112 a,
    .d3con2-box122 a,
    .d3con2-box132 a,
    .d3con2-box142 a {
        color: #000;
    }

    .d3con2-box112 a span,
    .d3con2-box122 a span,
    .d3con2-box132 a span,
    .d3con2-box142 a span {
        padding-left: 30px;
    }

    .d3con2-box112 a:nth-of-type(1) span,
    .d3con2-box122 a:nth-of-type(1) span,
    .d3con2-box132 a:nth-of-type(1) span,
    .d3con2-box142 a:nth-of-type(1) span {
        padding-left: 0px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #d3con2-sec .rowbd {
        height: 150px;
       /* background-color: #9c545400;
        margin-top: 30px;*/
    }

    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d3con2-box1 {
        position: absolute;
        top: 230px;
        width: 220px;
        height: 140px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .d3con2-box2 {
        position: absolute;
        top: 300px;
        left: 230px;
        width: 460px;
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .d3con2-box3 {
        position: absolute;
        top: 100px;
        width: 230px;
        right: 0px;
        height: 180px;
        background-repeat: repeat;
        background-size: cover;
    }

    #d3con2-sec h2 {
        position: absolute;
        top: 10px;
        font-size: 38px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #212124;
    }

    #d3con2-sec p {
        position: absolute;
        top: 80px;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #4f4f56;
    }

    #d3con2-sec p:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #7c7c83;
    }

    .d3con2-box4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
        align-items: flex-start;
    } 

    .d3con2-box11,
    .d3con2-box21,
    .d3con2-box31,
    .d3con2-box41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .d3con2-box111,
    .d3con2-box121,
    .d3con2-box131,
    .d3con2-box141 {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        color: #0d46b8;
        margin-right: 20px;
    }

    .d3con2-box112,
    .d3con2-box122,
    .d3con2-box132,
    .d3con2-box142 {
        width: 100%;
        font-size: 16x;
        font-weight: 500;
        color: #000;
        text-shadow: -1px 0px #fff, 1px 0px #fff, 0px -1px #fff, 0px 1px #fff;
        margin-top: 5px;
    }

    .d3con2-box112 a,
    .d3con2-box122 a,
    .d3con2-box132 a,
    .d3con2-box142 a {
        color: #000;
    }

    .d3con2-box112 a span,
    .d3con2-box122 a span,
    .d3con2-box132 a span,
    .d3con2-box142 a span {
        padding-left: 30px;
    }

    .d3con2-box112 a:nth-of-type(1) span,
    .d3con2-box122 a:nth-of-type(1) span,
    .d3con2-box132 a:nth-of-type(1) span,
    .d3con2-box142 a:nth-of-type(1) span {
        padding-left: 0px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    #d3con2-sec .rowbd {
        height: 150px;
        /*background-color: #9c545400;
        margin-top: 30px;*/
    }

    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d3con2-box1 {
        position: absolute;
        top: 200px;
        width: 220px;
        height: 140px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .d3con2-box2 {
        position: absolute;
        top: 200px;
        left: 230px;
        width: 460px;
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .d3con2-box3 {
        position: absolute;
        top: 100px;
        width: 230px;
        right: 0px;
        height: 180px;
        background-repeat: repeat;
        background-size: cover;
    }

    #d3con2-sec h2 {
        position: absolute;
        top: 10px;
        font-size: 38px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #212124;
    }

    #d3con2-sec p {
        position: absolute;
        top: 80px;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #4f4f56;
    }

    #d3con2-sec p:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #7c7c83;
    }

    .d3con2-box4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
        align-items: flex-start;
    } 

    .d3con2-box11,
    .d3con2-box21,
    .d3con2-box31,
    .d3con2-box41 {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
    }

    .d3con2-box111,
    .d3con2-box121,
    .d3con2-box131,
    .d3con2-box141 {
        width: 20%;
        font-size: 22px;
        font-weight: 700;
        color: #0d46b8;
        text-align: right;
        margin-right: 20px;
    }

    .d3con2-box112,
    .d3con2-box122,
    .d3con2-box132,
    .d3con2-box142 {
        width: 80%;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        text-shadow: -1px 0px #fff, 1px 0px #fff, 0px -1px #fff, 0px 1px #fff;
        margin-top: 5px;
    }

    .d3con2-box112 a,
    .d3con2-box122 a,
    .d3con2-box132 a,
    .d3con2-box142 a {
        color: #000;
    }

    .d3con2-box112 a span,
    .d3con2-box122 a span,
    .d3con2-box132 a span,
    .d3con2-box142 a span {
        padding-left: 20px;
    }

    .d3con2-box112 a:nth-of-type(1) span,
    .d3con2-box122 a:nth-of-type(1) span,
    .d3con2-box132 a:nth-of-type(1) span,
    .d3con2-box142 a:nth-of-type(1) span {
        padding-left: 0px;
    }
   
}

@media (min-width: 1200px) {
    #d3con2-sec .rowbd {
        height: 150px;
        /*background-color: #33333300;
        margin-top: 70px;
		background: img/d3-78.jpg;
		background-position: top center;
		background-image: url('../img/d3-13.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;*/
    }

    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d3con2-box1 {
        position: absolute;
        top: 200px;
        width: 250px;
        height: 150px;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .d3con2-box2 {
        position: absolute;
        top: 200px;
        left: 270px;
        width: 550px;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .d3con2-box3 {
        position: absolute;
        top: 100px;
        width: 270px;
        right: 0px;
        height: 200px;
        background-repeat: repeat;
        background-size: cover;
    }

    #d3con2-sec h2 {
        position: absolute;
        top: 10px;
        font-size: 45px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #212124;
    }

    #d3con2-sec p {
        position: absolute;
        top: 80px;
        font-size: 34px;
        font-weight: 400;
        letter-spacing: -2px;
        color: #4f4f56;
    }

    #d3con2-sec p:before {
        position: absolute;
        display: block;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #7c7c83;
    }

    .d3con2-box4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
        align-items: flex-start;
    } 

    .d3con2-box11,
    .d3con2-box21,
    .d3con2-box31,
    .d3con2-box41 {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
    }

    .d3con2-box111,
    .d3con2-box121,
    .d3con2-box131,
    .d3con2-box141 {
        width: 20%;
        font-size: 24px;
        font-weight: 700;
        color: #0d46b8;
        text-align: right;
        margin-right: 20px;
    }

    .d3con2-box112,
    .d3con2-box122,
    .d3con2-box132,
    .d3con2-box142 {
        width: 80%;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        text-shadow: -1px 0px #fff, 1px 0px #fff, 0px -1px #fff, 0px 1px #fff;
        margin-top: 5px;
    }

    .d3con2-box112 a,
    .d3con2-box122 a,
    .d3con2-box132 a,
    .d3con2-box142 a {
        color: #000;
    }

    .d3con2-box112 a span,
    .d3con2-box122 a span,
    .d3con2-box132 a span,
    .d3con2-box142 a span {
        padding-left: 30px;
    }

    .d3con2-box112 a:nth-of-type(1) span,
    .d3con2-box122 a:nth-of-type(1) span,
    .d3con2-box132 a:nth-of-type(1) span,
    .d3con2-box142 a:nth-of-type(1) span {
        padding-left: 0px;
    }

}

/******************************************************** 컨텐츠-1 ********/
@media (max-width:419.99px) {
    .tab {
        position: relative;
        display: inline-flex;
        top: 55px;
        height: 50px;
        width: 100px;
        padding-right: 5px;
        border-bottom: 0px solid #c0392b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        cursor: pointer;
    }

    #tabbox {
        position: relative;
        margin-top: 70px;
        width: 100%;
        height: 230px;
        overflow: hidden;
    }

    .box {
        position: absolute;
        width: 100%;
        height: 230px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #first {
        top: 0px;
        left: 0px;
    }

    #second {
        top: 0px;
        left: 600px;
    }

    #third {
        top: 0px;
        left: 1200px;
    }

    #slide {
        transition: transform 1s ease-in-out 0s;
        -moz-transition: -moz-transform 1s ease-in-out 0s;
        -webkit-transition: -webkit-transform 1s ease-in-out 0s;
    }

    .move-to-second {
        transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
    }

    .move-to-third {
        transform: translateX(-1200px);
        -moz-transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }

    .move-to-first {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    /******* 썸네일 갤러리 끝 ***/
    .d3con1-sec {
        position: relative;
        z-index: 0;
        background-color: #5F5C68;
    }

    .d3con1-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 280px;
    }

    .d3con1-6 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 280px;
    }

    .d3con1-6 h2 {
        position: relative;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 28px;
        top: 30px;
        color: #fff;
    }

    .d3con1-6 p {
        position: relative;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: -0px;
        line-height: 18px;
        top: 25px;
        color: rgb(255, 255, 255);
        padding-right: 20px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .tab {
        position: relative;
        display: inline-flex;
        top: 55px;
        height: 50px;
        width: 100px;
        padding-right: 5px;
        border-bottom: 0px solid #c0392b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        cursor: pointer;
    }

    #tabbox {
        position: relative;
        margin-top: -0px;
        width: 100%;
        height: 230px;
        overflow: hidden;
    }

    .box {
        position: absolute;
        width: 100%;
        height: 230px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #first {
        top: 0px;
        left: 0px;
    }

    #second {
        top: 0px;
        left: 600px;
    }

    #third {
        top: 0px;
        left: 1200px;
    }

    #slide {
        transition: transform 1s ease-in-out 0s;
        -moz-transition: -moz-transform 1s ease-in-out 0s;
        -webkit-transition: -webkit-transform 1s ease-in-out 0s;
    }

    .move-to-second {
        transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
    }

    .move-to-third {
        transform: translateX(-1200px);
        -moz-transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }

    .move-to-first {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    /******* 썸네일 갤러리 끝 ***/
    .d3con1-sec {
        position: relative;
        z-index: 0;
        background-color: #5F5C68;
    }

    .d3con1-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }

    .d3con1-6 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }

    .d3con1-6 h2 {
        position: relative;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 28px;
        top: 30px;
        color: #fff;
    }

    .d3con1-6 p {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -0px;
        line-height: 20px;
        top: 25px;
        color: rgb(255, 255, 255);
        padding-right: 30px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .tab {
        position: relative;
        display: inline-flex;
        top: 55px;
        height: 50px;
        width: 100px;
        padding-right: 5px;
        border-bottom: 0px solid #c0392b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        cursor: pointer;
    }

    #tabbox {
        position: relative;
        margin-top: -10px;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .box {
        position: absolute;
        width: 100%;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #first {
        top: 0px;
        left: 0px;
    }

    #second {
        top: 0px;
        left: 600px;
    }

    #third {
        top: 0px;
        left: 1200px;
    }

    #slide {
        transition: transform 1s ease-in-out 0s;
        -moz-transition: -moz-transform 1s ease-in-out 0s;
        -webkit-transition: -webkit-transform 1s ease-in-out 0s;
    }

    .move-to-second {
        transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
    }

    .move-to-third {
        transform: translateX(-1200px);
        -moz-transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }

    .move-to-first {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    /******* 썸네일 갤러리 끝 ***/
    .d3con1-sec {
        position: relative;
        z-index: 0;
        background-color: #5F5C68;
    }

    .d3con1-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 320px;
    }

    .d3con1-6 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }

    .d3con1-6 h2 {
        position: relative;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 28px;
        top: 30px;
        color: #fff;
    }

    .d3con1-6 p {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -0px;
        line-height: 20px;
        top: 25px;
        color: rgb(255, 255, 255);
        padding-right: 30px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .tab {
        position: relative;
        display: inline-flex;
        top: 55px;
        height: 50px;
        width: 100px;
        padding-right: 5px;
        border-bottom: 0px solid #c0392b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        cursor: pointer;
    }

    #tabbox {
        position: relative;
        margin-top: 50px;
        width: 100%;
        height: 230px;
        overflow: hidden;
    }

    .box {
        position: absolute;
        width: 600px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #first {
        top: 0px;
        left: 0px;
    }

    #second {
        top: 0px;
        left: 600px;
    }

    #third {
        top: 0px;
        left: 1200px;
    }

    #slide {
        transition: transform 1s ease-in-out 0s;
        -moz-transition: -moz-transform 1s ease-in-out 0s;
        -webkit-transition: -webkit-transform 1s ease-in-out 0s;
    }

    .move-to-second {
        transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
    }

    .move-to-third {
        transform: translateX(-1200px);
        -moz-transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }

    .move-to-first {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    /******* 썸네일 갤러리 끝 ***/
    .d3con1-sec {
        position: relative;
        z-index: 0;
        background-color: #5F5C68;
    }

    .d3con1-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 320px;
    }

    .d3con1-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        height: 320px;
    }

    .d3con1-6 h2 {
        position: relative;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 26px;
        top: 30px;
        color: #fff;
    }

    .d3con1-6 p {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -0px;
        line-height: 20px;
        top: 25px;
        color: rgb(255, 255, 255);
        padding-right: 30px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .tab {
        position: relative;
        display: inline-flex;
        top: 70px;
        height: 60px;
        width: 110px;
        padding-right: 5px;
        border-bottom: 0px solid #c0392b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        cursor: pointer;
    }

    #tabbox {
        position: relative;
        margin-top: 50px;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .box {
        position: absolute;
        width: 600px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #first {
        top: 0px;
        left: 0px;
    }

    #second {
        top: 0px;
        left: 600px;
    }

    #third {
        top: 0px;
        left: 1200px;
    }

    #slide {
        transition: transform 1s ease-in-out 0s;
        -moz-transition: -moz-transform 1s ease-in-out 0s;
        -webkit-transition: -webkit-transform 1s ease-in-out 0s;
    }

    .move-to-second {
        transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
    }

    .move-to-third {
        transform: translateX(-1200px);
        -moz-transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }

    .move-to-first {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    /******* 썸네일 갤러리 끝 ***/
    .d3con1-sec {
        position: relative;
        z-index: 0;
        background-color: #5F5C68;
    }

    .d3con1-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 340px;
    }

    .d3con1-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        height: 340px;
    }

    .d3con1-6 h2 {
        position: relative;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 30px;
        top: 30px;
        color: #fff;
    }

    .d3con1-6 p {
        position: relative;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0px;
        line-height: 21px;
        top: 30px;
        color: rgb(255, 255, 255);
        padding-right: 70px;
    }

    #con1-imgbox {
        position: absolute;
        z-index: 30;
        overflow: hidden;
        width: 100%;
        height: 230px;
        margin-top: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 0px;
    }

    #con1-imgbox2 {
        position: absolute;
        z-index: 20;
        overflow: hidden;
        width: 100%;
        height: 230px;
        margin-top: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width: 1200px) {
    /******* 썸네일 갤러리 ***/
    .tab {
        position: relative;
        display: inline-flex;
        top: 70px;
        height: 60px;
        width: 120px;
        padding-right: 5px;
        border-bottom: 0px solid #c0392b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        cursor: pointer;
    }

    #tabbox {
        position: relative;
        margin-top: 50px;
        width: 600px;
        height: 250px;
        overflow: hidden;
    }

    .box {
        position: absolute;
        width: 600px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #first {
        top: 0px;
        left: 0px;
    }

    #second {
        top: 0px;
        left: 600px;
    }

    #third {
        top: 0px;
        left: 1200px;
    }

    #slide {
        transition: transform 1s ease-in-out 0s;
        -moz-transition: -moz-transform 1s ease-in-out 0s;
        -webkit-transition: -webkit-transform 1s ease-in-out 0s;
    }

    .move-to-second {
        transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
    }

    .move-to-third {
        transform: translateX(-1200px);
        -moz-transform: translateX(-1200px);
        -webkit-transform: translateX(-1200px);
    }

    .move-to-first {
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    /******* 썸네일 갤러리 끝 ***/
    .d3con1-sec {
        position: relative;
        z-index: 0;
        background-color: #5F5C68;
    }

    .d3con1-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 340px;
    }

    .d3con1-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        height: 340px;
    }

    .d3con1-6 h2 {
        position: relative;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 35px;
        top: 30px;
        color: #fff;
    }

    .d3con1-6 p {
        position: relative;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0px;
        line-height: 24px;
        top: 30px;
        color: rgb(255, 255, 255);
        padding-right: 170px;
    }

    #con1-imgbox {
        position: absolute;
        z-index: 30;
        overflow: hidden;
        width: 100%;
        height: 230px;
        margin-top: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 0px;
    }

    #con1-imgbox2 {
        position: absolute;
        z-index: 20;
        overflow: hidden;
        width: 100%;
        height: 230px;
        margin-top: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

/******************************************************** 비주얼 ********/
@keyframes h2{
    0% {
        transform: rotate(0) scale(1) translateX(0) translateY(-300px) skewX(0) skewY(0);
    }

    25% {
        transform: rotate(0) scale(1) translateX(0) translateY(150px) skewX(0) skewY(0);
    }

    45% {
        transform: rotate(0) scale(1) translateX(0) translateY(-80px) skewX(0) skewY(0);
    }

    75% {
        transform: rotate(0) scale(1) translateX(0) translateY(-30px) skewX(0) skewY(0);
    }

    100% {
        transform: rotate(0) scale(1) translateX(0) translateY(0px) skewX(0) skewY(0);
    }
}

.tit {
    animation: h2 3s both 0s linear;
}

@keyframes h5{
    0% {
        transform: rotate(0) scale(1) translateX(0px) translateY(150px) skewX(0) skewY(0);
        opacity: 0;
    }

    100% {
        transform: rotate(0) scale(1) translateX(opx) translateY(0px) skewX(0) skewY(0);
        opacity: 1;
    }
}

.tex {
    animation: h5 1.2s both 0s linear;
}

@media (max-width:419.99px) {
    #para-img {
        position: absolute;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 230px;
        overflow: hidden;
    }

    #topgab {
        display: none;
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 60px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #F0F0F5;
        margin-left: 20px;
    }

    .tit-12 h5 {
        position: absolute;
        top: 120px;
        font-size: 10px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 90%;
        line-height: 16px;
        margin-left: 20px;
    }

    .tit-12 a {
        text-decoration: none;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        top: 180px;
        padding: 5px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 11px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
        margin-left: 20px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    #para-img {
        position: absolute;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 310px;
        overflow: hidden;
    }

    #topgab {
        display: none;
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 80px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #F0F0F5;
        margin-left: 20px;
    }

    .tit-12 h5 {
        position: absolute;
        top: 170px;
        font-size: 11px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 90%;
        line-height: 18px;
        margin-left: 20px;
    }

    .tit-12 a {
        text-decoration: none;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        top: 240px;
        padding: 5px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 13px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
        margin-left: 20px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #para-img {
        position: absolute;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 460px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: 0px;
        height: 50px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 190px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #F0F0F5;
        margin-left: 40px;
    }

    .tit-12 h5 {
        position: absolute;
        top: 250px;
        font-size: 12px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 90%;
        line-height: 18px;
        margin-left: 40px;
    }

    .tit-12 a {
        text-decoration: none;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        top: 340px;
        padding: 7px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 13px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
        margin-left: 40px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #para-img {
        position: absolute;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: 0px;
        height: 50px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 250px;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #F0F0F5;
        margin-left: 40px;
    }

    .tit-12 h5 {
        position: absolute;
        top: 330px;
        font-size: 12px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 70%;
        line-height: 20px;
        margin-left: 40px;
    }

    .tit-12 a {
        text-decoration: none;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        top: 460px;
        padding: 7px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 13px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
        margin-left: 40px;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    #para-img {
        position: absolute;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 750px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 370px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #F0F0F5;
        margin-left: 40px;
    }

    .tit-12 h5 {
        position: absolute;
        top: 420px;
        font-size: 17px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 620px;
        line-height: 23px;
        margin-left: 40px;
    }

    .tit-12 a {
        text-decoration: none;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        top: 630px;
        padding: 7px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 13px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    #para-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .simple-parallax {
        width: 100%;
        margin-left: 0px;
    }

    .tit-sec {
        position: relative;
        z-index: -1;
        width: 100%;
        height: 900px;
        overflow: hidden;
    }

    #topgab {
        position: relative;
        top: -0px;
        height: 0px;
        background-color: rgb(24, 24, 22);
    }

    .tit-12 {
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 5;
    }

    .over3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background: url(../img/pat-1.png) repeat;
        background-size: initial;
        opacity: 0.5;
    }

    .over4 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background-size: initial;
    }

    .tit-12 h2 {
        position: absolute;
        top: 500px;
        font-size: 52px;
        font-weight: 700;
        letter-spacing: -3px;
        color: #ffffff;
    }

    .tit-12 h5 {
        position: absolute;
        top: 620px;
        font-size: 24px;
        font-weight: 300;
        color: rgb(255, 255, 255);
        width: 700px;
        line-height: 23px;
    }

    .tit-12 a {
        text-decoration: none;
        display: block;
    }

    #linkbt {
        position: absolute;
        overflow: hidden;
        z-index: 2;
        cursor: pointer;
        top: 780px;
        padding: 7px 25px;
        background-color: rgb(38, 38, 38);
        font-size: 13px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        transition: 0.5s ease-out;
    }
}

/******************************************************** 해더 ********/
/*******   모바일 ********/
@media (max-width: 575.99px) {
    .menu-item {
        position: relative;
        display: block;
        width: 100%;
    }

    .menu .menu-item a {
        width: 100%;
    }

    .window {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0px;
        position: relative;
        display: block;
    }

    .window .header {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: all 0.5s ease-out, background 1s ease-out;
        transition-delay: 0.2s;
        z-index: 99;
    }

    .window .header .burger-container {
        position: relative;
        z-index: 10;
        display: inline-block;
        height: 50px;
        width: 50px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
	.window .header .burger-container1 {
        position: relative;
        z-index: 12;
        display: inline-block;
        height: 50px;
        width: 50px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        /*transform: rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;*/
		left: 20%;
		top: -20px;
    }

    .window .header .burger-container #burger {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
    }
	
    .window .header .burger-container #burger .bar {
        width: 100%;
        height: 1px;
        display: block;
        position: relative;
        background: #FFF;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s;
    }

    .window .header .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    .window .header .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }

    .window .header .icon {
        display: inline-block;
        position: absolute;
        height: 100%;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .window .header .icon.icon-bag {
        right: 0;
        top: 0;
        left: auto;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.65s;
    }

    .window .header ul.menu {
        position: relative;
        display: block;
        padding: 0px 48px 0;
        list-style: none;
    }

    .window .header ul.menu li.menu-item {
        border-bottom: 1px solid #272728;
        margin-top: 5px;
        -webkit-transform: scale(1.15) translateY(-30px);
        transform: scale(1.15) translateY(-30px);
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .window .header ul.menu li.menu-item:nth-child(1) {
        transition-delay: 0.49s;
    }

    .window .header ul.menu li.menu-item:nth-child(2) {
        transition-delay: 0.42s;
    }

    .window .header ul.menu li.menu-item:nth-child(3) {
        transition-delay: 0.35s;
    }

    .window .header ul.menu li.menu-item:nth-child(4) {
        transition-delay: 0.28s;
    }

    .window .header ul.menu li.menu-item:nth-child(5) {
        transition-delay: 0.21s;
    }

    .window .header ul.menu li.menu-item:nth-child(6) {
        transition-delay: 0.14s;
    }

    .window .header ul.menu li.menu-item:nth-child(7) {
        transition-delay: 0.07s;
    }

    .window .header ul.menu li.menu-item a {
        display: block;
        position: relative;
        color: #FFF;
        font-weight: 100;
        text-decoration: none;
        font-size: 14px;
        line-height: 40px;
        font-weight: 300;
        width: 100%;
        padding-left: 20px;
        transition: 0.5s ease-in;
    }

    .window .header ul.menu li.menu-item:hover a {
        background-color: #000;
        transition: 0.5s ease-in;
    }

    .window .header.menu-opened {
        height: 100%;
        background-color: #0f0f10;
        transition: all 0.3s ease-in, background 0.5s ease-in;
        transition-delay: 0.25s;
    }

    .window .header.menu-opened .burger-container {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .window .header.menu-opened .burger-container #burger .bar {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.2s;
    }

    .window .header.menu-opened .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }

    .window .header.menu-opened .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
    }

    .window .header.menu-opened ul.menu li.menu-item {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
        transition-delay: 0.27s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
        transition-delay: 0.34s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
        transition-delay: 0.41s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
        transition-delay: 0.48s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
        transition-delay: 0.55s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
        transition-delay: 0.62s;
    }

    .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
        transition-delay: 0.69s;
    }

    .window .header.menu-opened .icon.icon-bag {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        transition-delay: 0.3s;
    }

    .window .content {
        font-family: "Ek Mukta", sans-serif;
        padding: 67px 4% 0;
        text-align: justify;
        overflow: scroll;
        max-height: 100%;
    }

    .window .content::-webkit-scrollbar {
        display: none;
    }

    .window .content h2 {
        margin-bottom: 0px;
        letter-spacing: 1px;
    }

    .window .content img {
        width: 95%;
        position: relative;
        display: block;
        margin: 75px auto 75px;
    }

    .window .content img:nth-of-type(2) {
        margin: 75px auto;
    }
}

/******* 모바일 끝  ********/


/******* pc메뉴 시작  ********/

@media (max-width:419.99px) {
    .main-menu {
        display: none;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
        min-width: 110px;
        max-width: 110px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 110px;
        text-align: center;
    }

    header {
        display: none;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        display: none;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 50px;
        background-color: rgba(34, 34, 32, 0.9);
    }

    body.sticky-header .nav12 {
        height: 50px;
        background-color: rgb(29, 29, 30);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        max-width: 100px;
        max-height: 57px;
        margin-top: 0px;
    }

    /**** 드롭메뉴 ***/
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 600px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .main-menu {
        display: none;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
        min-width: 110px;
        max-width: 110px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 110px;
        text-align: center;
    }

    header {
        display: none;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        display: none;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 50px;
        background-color: rgba(34, 34, 32, 0.9);
    }

    body.sticky-header .nav12 {
        height: 50px;
        background-color: rgb(29, 29, 30);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        max-width: 100px;
        max-height: 57px;
        margin-top: 0px;
    }

    /**** 드롭메뉴 ***/
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 600px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
        min-width: 110px;
        max-width: 110px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 110px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 160px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
        padding-top: 8px;
    }

    .nav12-bg {
        position: absolute;
        z-index: 0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top: 1px solid rgb(43, 41, 45);
        width: 100%;
        left: 0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        position: absolute;
        max-width: 100px;
        max-height: 57px;
        top: 30px;
        left: 50%;
        margin-left: -35px;
    }

    /**** 드롭메뉴 ***/
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 600px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 740px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 20px;
        min-width: 130px;
        max-width: 130px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 130px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 220px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }

    .nav12-bg {
        position: absolute;
        z-index: 0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top: 1px solid rgb(43, 41, 45);
        width: 100%;
        left: 0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        position: absolute;
        max-width: 200px;
        max-height: 114px;
        top: 60px;
        left: 50%;
        margin-left: -35px;
    }

    /**** 드롭메뉴 ***/
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 600px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 960px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 20px;
        min-width: 160px;
        max-width: 160px;
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 160px;
        text-align: center;
    }

    header {
        width: 100%;
        height: 300px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }

    .nav12-bg {
        position: absolute;
        z-index: 0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top: 1px solid rgb(43, 41, 45);
        width: 100%;
        left: 0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        position: absolute;
        max-width: 200px;
        max-height: 114px;
        top: 80px;
        left: 50%;
        margin-left: -50px;
    }

    /**** 드롭메뉴 ***/
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

    .dropdown-wrapper:hover .drop-menu {
        max-height: 600px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
}

@media (min-width: 1200px) {
    .main-menu {
        position: relative;
        width: 100%;
        max-width: 1140px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: visible;
    }

    .main-menu a {
        text-decoration: none;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 20px;
        min-width: 200px;
        max-width: 200px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #F0F0F5;
        border-bottom: 2px solid #ddd0;
    }

    .main-menu a:hover {
        color: #F0F0F5;
        border-bottom-color: #9b99a6;
        transition: 0.5s ease-in;
        background-color: rgb(24, 24, 22);
    }

    .main-menu > .menu-button {
        width: 23%;
        max-width: 200px;
        text-align: center;
    
    }

    header {
        width: 100%;
        height: 300px;
        background-color: rgb(38, 37, 40);
        text-align: center;
        position: relative;
        position: fixed;
        top: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header h1 {
        font-size: 42px;
        color: #666;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav12 {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: #26252800;
        border-top: 1px solid rgba(255, 255, 255, 0);
        justify-content: center;
        align-self: center;
        left: 50%;
        margin-left: -570px;
        width: 1140px;
    }

    .nav12-bg {
        position: absolute;
        z-index: 0;
        bottom: 0px;
        height: 60px;
        display: flex;
        background-color: rgb(35, 34, 36);
        border-top: 1px solid rgb(43, 41, 45);
        width: 100%;
        left: 0px;
    }

    body.sticky-header {
        padding-top: 100px;
    }

    body.sticky-header header {
        z-index: 10;
        height: 60px;
        background-color: rgb(38, 37, 40);
    }

    body.sticky-header .nav12-bg {
        height: 60px;
        background-color: rgb(45, 43, 47);
    }

    body.sticky-header header h1 {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    .header-container {
        width: 100%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100px;
    }

    .logo {
        position: absolute;
        max-width: 243px;
        max-height: 138px;
        top: 50px;
        left: 50%;
        margin-left: -121px;
    }

    /**** 드롭메뉴 ***/
    .drop-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transition: max-height .4s, opacity .3s;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .drop-menu > .menu-button {
        padding-top: 15px;
        padding-bottom: 15px;
        transition: transform .6s;
        transform: translateY(-300%);
        background: rgb(38, 37, 40);
        font-size: 12px;
        font-weight: 300;
    }

	
    .dropdown-wrapper:hover > .menu-button {
        color: #F0F0F5;
        background: rgb(38, 37, 40);
    }

	.dropdown-wrapper:hover .drop-menu {
        max-height: 600px;
        opacity: 1;
    }

    .dropdown-wrapper:hover > .drop-menu .menu-button {
        transform: translateY(0%);
    }
	
}

/******************************************************** 해더 끝 ********/
/** 톱 스크롤 **/
a.top {
    position: fixed;
    z-index: 5;
    right: 10px;
    bottom: 50px;
    display: none;
    color: #fff;
    text-decoration: none;
}

.top {
    font-size: 14px;
    font-weight: 400;
    background-color: rgb(205, 220, 57);
    padding: 15px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: 1s ease-in-out;
}

.top:hover {
    background-color: #FF5722;
}

/******************************************* 
                  오버레이 
********************************************/
.overbd {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    left: 0px;
    right: 0px;
    background: url(../img/pat-1.png) repeat;
    background-size: initial;
}

.overbd {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: initial;
}

/* 파라렉스 */
/*
.parallax-wrapper {
    z-index: 0;
    position: relative;
    max-height: 500px;
    min-height: 500px;
    overflow: hidden;
    margin: 90px 0px 0px 0px;
}
*/
.pacontainer {
    margin: 150px auto;
}

.half {
    width: 50%;
    float: left;
}

@media (max-width: 600px){
    .half {
        width: 100%;
    }
}

/*
.parallax-1 {
    position: relative;
    background-image: url('../img/md3.jpg');
    background-size: cover;
    height: 1000px;
    top: -570px;
    left: 8%;
    margin-left: -300px;
    background-position: center center;
    background-repeat: no-repeat;
}
*/
/** bd 컨테이너 **/
.containerbd {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-bottom: 50px;
}

/*@media (max-width:419.99px) {
	.containerbd {
        max-width: 370px;
}*/

@media (min-width: 576px) {
    .containerbd {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containerbd {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header-container {
        max-width: 960px;
    }

    .containerbd {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 1140px;
    }

    .containerbd {
        max-width: 1140px;
        margin-bottom: 0px;
    }
}

.containerbd-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.rowbdd {
    /*display: -ms-flexbox*/
    display: flex;
    -ms-flex-wrap: wrap;
    position: relative;
    z-index: 0;
    flex-wrap: wrap;
}

/** bd 컨테이너 끝 **/
/*********************************기본 스크린 사이즈 **/
.con {
    position: relative;
    width: 100%;
    min-height: 1px;
}

/******************************************************** 스크린 ********/
@media (max-width:419.99px) {
}

@media (max-width: 575.99px) and (min-width: 420px) {
}

@media (max-width: 767.99px) and (min-width: 576px) {
}

@media (max-width: 991.99px) and (min-width: 768px) {
}

@media (max-width: 1199.99px) and (min-width: 992px) {
}

@media (min-width: 1200px) {
    .con-6 {
        position: relative;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/******************************************************** 스크린 끝 ********/
/*********************************기본 스크린 사이즈 끝 **/