@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);

.dataList,
.serviceArea .itemBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

* {
    font-family: "Noto Sans TC", sans-serif;
}

.bannerArea,
.workArea .iconBox .dataItem:last-child:after {
    display: none;
}

.wrap {
    max-width: 1420px;
    padding: 0 20px;
}

.mainArea {
    padding-top: 0 !important;
}

.introArea {
    position: relative;
    padding-top: 190px;
    padding-bottom: 190px;
    background-color: #121212;
}

.introArea .pic {
    position: absolute;
    z-index: 10;
}

@media (max-width: 1350px) {
    .introArea {
        padding-top: 80px;
    }

    .introArea .pic {
        display: none;
    }
}

.introArea .pic.pic-01 {
    top: 50%;
    left: -80px;
}

.introArea .pic.pic-02 {
    top: 40%;
    left: 7%;
}

.introArea .pic.pic-03 {
    left: 17%;
    top: 40%;
}

.introArea .pic.pic-04 {
    bottom: 18%;
    left: 4%;
}

.introArea .pic.pic-05 {
    left: 13%;
    bottom: 19%;
}

.introArea .pic.pic-06 {
    right: 18%;
    top: 50%;
}

.introArea .pic.pic-07 {
    right: 12%;
    bottom: 12%;
}

.introArea .pic.pic-08 {
    right: 5%;
    top: 39%;
}

.introArea .pic.pic-09 {
    bottom: 18%;
    right: 3%;
}

.introArea .pic.pic-10 {
    right: -3%;
    top: 46%;
}

.introArea .titleBox {
    text-align: center;
    margin-bottom: 60px;
}

.introArea .decoTitle {
    color: #fff;
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
}

.introArea .title {
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.introArea .text {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.introArea .mainPic {
    width: 860px;
    height: 490px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.introArea .mainPic iframe,
.introArea .mainPic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.introArea .mainPic img {
    display: block;
    width: 100%;
}

.introArea .text_bg,
.introArea a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
}

.introArea a.btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 240px;
    height: 60px;
    background-color: #c4252b;
    border: 1px solid #c4252b;
    color: #fff;
    margin: 40px auto 0;
    font-size: 20px;
    cursor: pointer;
}

.introArea a.btn:hover,
.videoArea .btnBox a:hover {
    border: 1px solid #c4252b;
    background-color: transparent;
}

.compareArea .image-comparison .comparison-after::after,
.compareArea .image-comparison .comparison-before::after {
    top: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 3;
}

.introArea .text_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    -webkit-animation: 20s linear infinite marquee;
    animation: 20s linear infinite marquee;
    display: flex;
    pointer-events: none;
}

.introArea .text_bg img {
    display: block;
    height: auto;
    margin-left: 100px;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.compareArea {
    position: relative;
    padding-top: 145px;
    padding-bottom: 145px;
    background-color: #f6f6f6;
}

.compareArea::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ededed;
    z-index: 1;
}

.compareArea .p-01,
.compareArea .p-02 {
    top: 230px;
    z-index: 5;
    position: absolute;
}

.compareArea .p-01 {
    right: 20px;
}

.compareArea .itemBox .vs_img img,
.compareArea .p-01 img,
.compareArea .p-02 img,
.videoArea .mainVideo img {
    display: block;
    max-width: 100%;
}

.compareArea .p-02 {
    left: 20px;
}

@media (max-width: 1620px) {

    .compareArea .p-01,
    .compareArea .p-02 {
        display: none;
    }
}

.compareArea .itemBox,
.compareArea .itemBox .title {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}

.compareArea .image-comparison {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: ew-resize;
    z-index: 2;
}

.compareArea .image-comparison::before {
    content: "";
    display: block;
    padding-top: 57.02%;
}

.compareArea .image-comparison.dragging,
.compareArea .image-comparison.dragging .comparison-slider {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.compareArea .image-comparison .comparison-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.compareArea .image-comparison .comparison-before img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.compareArea .image-comparison .comparison-before::after {
    content: "Before";
    position: absolute;
    left: 20px;
}

.compareArea .image-comparison .comparison-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.compareArea .image-comparison .comparison-after img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.compareArea .image-comparison .comparison-after::after {
    content: "After";
    position: absolute;
    right: 20px;
}

.compareArea .image-comparison .comparison-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    cursor: ew-resize;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.compareArea .image-comparison .comparison-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.compareArea .image-comparison .comparison-slider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-image: url(./images/photography/arrow_g.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.compareArea .image-comparison .comparison-slider:hover::before {
    background: #f0f0f0;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.compareArea .image-comparison .comparison-slider.active::before {
    background: #e0e0e0;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
}

.compareArea .titleBox {
    position: relative;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
    z-index: 2;
}

.compareArea .titleBox .title,
.serviceArea .titleBox .title,
.videoArea .titleBox .title {
    font-size: 55px;
    font-weight: 700;
    color: #000;
}

.compareArea .titleBox .decoTitle,
.serviceArea .titleBox .decoTitle {
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
}

.compareArea .itemBox {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}

.compareArea .itemBox .item {
    width: calc((100% - 115px) / 2);
}

@media (max-width: 1180px) {

    .compareArea .titleBox .title,
    .introArea .title {
        font-size: 35px;
    }

    .compareArea {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .compareArea .itemBox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .compareArea .itemBox .item {
        width: calc((100% - 80px) / 2);
    }
}

.compareArea .itemBox .item:first-child {
    padding-right: 50px;
}

@media (max-width: 1180px) {
    .compareArea .itemBox .item:first-child {
        padding-right: 25px;
    }
}

.compareArea .itemBox .item:last-child {
    padding-left: 50px;
}

@media (max-width: 1180px) {
    .compareArea .itemBox .item:last-child {
        padding-left: 25px;
    }
}

.compareArea .itemBox .vs_img {
    width: 115px;
    -webkit-animation: 2s ease-in-out infinite vsPulse;
    animation: 2s ease-in-out infinite vsPulse;
}

@-webkit-keyframes vsPulse {

    0%,
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes vsPulse {

    0%,
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.compareArea .itemBox .title {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.compareArea .itemBox .title .left_line,
.compareArea .itemBox .title .right_line {
    width: 130px;
}

@media (max-width: 1180px) {
    .compareArea .itemBox .vs_img {
        width: 80px;
    }

    .compareArea .itemBox .title {
        font-size: 20px;
    }

    .compareArea .itemBox .title .left_line,
    .compareArea .itemBox .title .right_line {
        width: 100px;
    }
}

@media (max-width: 810px) {

    .compareArea .itemBox .title .left_line,
    .compareArea .itemBox .title .right_line {
        width: 60px;
    }
}

@media (max-width: 630px) {
    .compareArea .itemBox .item {
        width: 100%;
    }

    .compareArea .itemBox .item:first-child {
        padding-right: 0;
    }

    .compareArea .itemBox .item:last-child {
        padding-left: 0;
    }

    .compareArea .itemBox .vs_img {
        margin: 30px auto;
    }

    .compareArea .itemBox .title .left_line,
    .compareArea .itemBox .title .right_line {
        width: 150px;
    }
}

.compareArea .itemBox .title .left_line::after,
.compareArea .itemBox .title .left_line::before,
.compareArea .itemBox .title .right_line::after,
.compareArea .itemBox .title .right_line::before,
.workArea .iconBox .iconTitle .left_line::after,
.workArea .iconBox .iconTitle .left_line::before,
.workArea .iconBox .iconTitle .right_line::after,
.workArea .iconBox .iconTitle .right_line::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 3px 0;
    display: block;
}

.compareArea .itemBox li {
    background-color: #fff;
    padding: 23px 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 40px;
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 1200px) {
    .compareArea .itemBox li {
        font-size: 16px;
    }
}

.compareArea .itemBox li span {
    font-size: 16px;
    background-color: #c4252b;
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
}

.serviceArea {
    padding: 100px 0;
}

.serviceArea .titleBox,
.videoArea .titleBox {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}

.serviceArea .itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serviceArea .itemBox .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #585858;
}

.serviceArea .itemBox .item ul li:last-child,
.serviceArea .itemBox .item:last-child {
    border-right: none;
}

@media (max-width: 940px) {
    .serviceArea .itemBox .item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #585858;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .serviceArea .itemBox .item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}

.serviceArea .itemBox .item .icon {
    width: 50px;
    margin: 0 auto 20px;
}

.serviceArea .itemBox .item .icon img,
.workArea .dataBox .dataList .dataItem .play img,
.workArea .iconBox .icon img {
    max-width: 100%;
    display: block;
}

.serviceArea .itemBox .item .title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.serviceArea .itemBox .item .text {
    font-size: 18px;
    color: #c4252b;
    text-align: center;
    display: inline-block;
    border: 1px solid #c4252b;
    padding: 5px 50px;
    border-radius: 30px;
    margin-bottom: 45px;
}

.creationArea .bottomBox .marquee-wrapper,
.creationArea .topBox .marquee-wrapper,
.formList .checkArea,
.serviceArea .itemBox .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.serviceArea .itemBox .item ul li {
    width: 33.3333333333%;
    padding: 0 30px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.serviceArea .itemBox .item ul li .s_title {
    font-size: 22px;
    font-weight: 700;
}

.serviceArea .itemBox .item ul li .s_text {
    font-size: 18px;
    color: #444;
}

@media (max-width: 1240px) {
    .serviceArea .itemBox .item ul li {
        padding: 0 10px;
    }

    .serviceArea .itemBox .item ul li .s_title {
        font-size: 18px;
    }

    .serviceArea .itemBox .item ul li .s_text {
        font-size: 16px;
    }
}

@media (max-width: 450px) {

    .compareArea .itemBox .title .left_line,
    .compareArea .itemBox .title .right_line {
        width: 100px;
    }

    .serviceArea .itemBox .item .title {
        font-size: 24px;
    }

    .serviceArea .itemBox .item .text,
    .serviceArea .itemBox .item ul li .s_text {
        font-size: 14px;
    }

    .serviceArea .itemBox .item ul li .s_title {
        font-size: 16px;
    }
}

.videoArea {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #262626;
}

.videoArea .titleBox .title span {
    color: #fff;
}

.videoArea .titleBox .text {
    color: #fff;
    font-size: 22px;
}

.videoArea .mainVideo {
    width: 795px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 850px) {
    .videoArea .mainVideo {
        width: 100%;
    }
}

.videoArea .dataList {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1280px) {
    .videoArea .dataList {
        display: none;
    }
}

.videoArea .dataItem {
    position: absolute;
    pointer-events: auto;
    z-index: 10;
}

.videoArea .dataItem img {
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.videoArea .dataItem:first-child {
    top: 16%;
    left: 6%;
}

.videoArea .dataItem:first-child img {
    width: 380px;
    height: 187px;
}

.videoArea .dataItem:nth-child(2) {
    top: 50%;
    left: -1%;
}

.videoArea .dataItem:nth-child(2) img {
    width: 280px;
    height: 250px;
}

.videoArea .dataItem:nth-child(3) {
    bottom: 10%;
    left: 16%;
}

.videoArea .dataItem:nth-child(3) img {
    width: 200px;
    height: 200px;
}

.videoArea .dataItem:nth-child(4) {
    top: 19%;
    right: -2%;
}

.videoArea .dataItem:nth-child(4) img {
    width: 317px;
    height: 317px;
}

.videoArea .dataItem:nth-child(5) {
    bottom: 7%;
    right: 10%;
}

@media (max-width: 1800px) {

    .compareArea .p-01,
    .compareArea .p-02 {
        width: 200px;
    }

    .videoArea .dataItem:first-child {
        left: -1%;
    }

    .videoArea .dataItem:nth-child(3) {
        left: 8%;
    }

    .videoArea .dataItem:nth-child(5) {
        right: -1%;
    }
}

.videoArea .dataItem:nth-child(5) img {
    width: 250px;
    height: 250px;
}

@media (max-width: 1480px) {
    .videoArea .dataItem:first-child img {
        width: 266px;
        height: 130.9px;
    }

    .videoArea .dataItem:nth-child(2) img {
        width: 196px;
        height: 175px;
    }

    .videoArea .dataItem:nth-child(3) img {
        width: 140px;
        height: 140px;
    }

    .videoArea .dataItem:nth-child(4) img {
        width: 221.9px;
        height: 221.9px;
    }

    .videoArea .dataItem:nth-child(5) img {
        width: 175px;
        height: 175px;
    }
}

.creationArea .btnBox,
.videoArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.creationArea .btnBox a,
.videoArea .btnBox a {
    width: 240px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c4252b;
    background-color: #c4252b;
    color: #fff;
    margin: 0 3px;
    font-size: 20px;
}

.workArea {
    padding: 135px 0;
    background-color: #ededed;
}

.contactArea .titleBox,
.creationArea .titleBox,
.workArea .titleBox {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
    color: #000;
}

.contactArea .titleBox .title,
.creationArea .titleBox .title,
.workArea .titleBox .title {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 10px;
    color: #000;
}

.contactArea .titleBox .text,
.creationArea .titleBox .text,
.workArea .titleBox .text {
    font-size: 22px;
}

.workArea .iconBox .iconTitle {
    font-size: 32px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.workArea .iconBox .iconTitle .left_line,
.workArea .iconBox .iconTitle .right_line {
    width: 38%;
}

@media (max-width: 1180px) {
    .compareArea .itemBox li {
        text-align: center;
        border-radius: 5px;
        padding: 10px 25px;
    }

    .compareArea .itemBox li span {
        display: block;
        width: 110px;
        font-size: 14px;
        text-align: center;
        margin: 5px auto 0;
    }

    .serviceArea {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .serviceArea .titleBox .title,
    .videoArea .titleBox .title,
    .workArea .titleBox .title {
        font-size: 35px;
    }

    .videoArea,
    .workArea {
        padding: 60px 0;
    }

    .workArea .iconBox .iconTitle {
        font-size: 24px;
    }

    .workArea .iconBox .iconTitle .left_line,
    .workArea .iconBox .iconTitle .right_line {
        width: 30%;
    }
}

.workArea .iconBox .dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.workArea .iconBox .dataItem {
    position: relative;
    width: 20%;
}

.workArea .iconBox .dataItem:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: #ccc;
    right: 0;
    bottom: -10px;
}

@media (max-width: 900px) {
    .introArea .mainPic {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .workArea .iconBox .dataItem {
        width: 50%;
        margin-bottom: 40px;
    }

    .workArea .iconBox .dataItem:after {
        display: none;
    }
}

.workArea .iconBox .icon {
    position: relative;
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 -1px 10px 8px rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0 -1px 10px 8px rgba(0, 0, 0, 0.0392156863);
}

.creationArea .bottomList,
.creationArea .topList,
.workArea .dataBox .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
}

.workArea .iconBox .icon:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 1px solid #868686;
}

.workArea .iconBox .t_title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.workArea .dataBox {
    margin-top: 100px;
    position: relative;
}

.workArea .dataBox.limited-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contactArea .rightItem,
.formList li.full,
.workArea .dataBox .Img img,
.workArea .dataBox .dataList .dataItem.slick-current .title::before {
    width: 100%;
}

.workArea .dataBox .dataList .slick-slide {
    padding: 0 37px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.workArea .dataBox .dataList .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.workArea .dataBox .dataList .slick-center .dataItem .Img {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.workArea .dataBox .dataList .dataItem {
    position: relative;
    outline: 0;
}

.workArea .dataBox .dataList .dataItem .play {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -49px;
    margin-left: -49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 1440px) {
    .workArea .dataBox .dataList .dataItem .play {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }

    .workArea .dataBox .dataList .dataItem .play img {
        max-width: 20%;
    }
}

.workArea .dataBox .dataList .dataItem .Img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.workArea .dataBox .dataList .dataItem .Img img {
    width: 100%;
    height: auto;
    display: block;
}

.workArea .dataBox .dataList .dataItem .title {
    position: absolute;
    width: 70%;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.workArea .dataBox .dataList .dataItem .title:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: width 1s;
    transition: width 1s;
}

@media (max-width: 768px) {

    .compareArea .image-comparison .comparison-after::after,
    .compareArea .image-comparison .comparison-before::after {
        font-size: 12px;
        padding: 6px 12px;
        top: 15px;
    }

    .compareArea .image-comparison .comparison-before::after {
        left: 15px;
    }

    .compareArea .image-comparison .comparison-after::after {
        right: 15px;
    }

    .compareArea .image-comparison .comparison-slider::before {
        width: 40px;
        height: 40px;
    }

    .compareArea .image-comparison .comparison-slider::after {
        width: 16px;
        height: 16px;
    }

    .workArea .dataBox .dataList .slick-slide {
        padding: 0 10px;
    }

    .workArea .dataBox .dataList .slick-center .dataItem .Img {
        border-radius: 15px;
    }

    .workArea .dataBox .dataList .dataItem .title {
        font-size: 18px;
        bottom: 15px;
    }
}

.workArea .dataBox .dataList .dataItem.slick-current {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.workArea .dataBox .dataList .dataItem.slick-current .title {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.workArea .dataBox .dataList .dataItem.slick-current .play {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.workArea .dataBox .dataList .dataItem.slick-current .play:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.workArea .dataBox .dataList .slick-dots {
    bottom: -50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.workArea .dataBox .dataList .slick-dots li button:before {
    font-size: 12px;
    color: #000;
    opacity: 1;
    background-color: #000;
}

.workArea .dataBox .dataList .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
    background-color: #c4252b;
}

.workArea .dataBox .arrowBox {
    width: 100%;
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
}

@media (max-width: 1090px) {
    .workArea .dataBox .arrowBox {
        display: none;
    }
}

.workArea .dataBox .arrowBox .arrow {
    position: absolute;
    cursor: pointer;
}

.workArea .dataBox .arrowBox .prev {
    left: 24.5%;
}

.workArea .dataBox .arrowBox .next {
    right: 24.5%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.creationArea {
    background-color: #f6f6f6;
    padding: 140px 0;
}

.creationArea .bottomBox,
.creationArea .topBox,
.titleBox .title {
    overflow: hidden;
}

.creationArea .topList {
    display: flex;
    -webkit-animation: 40s linear infinite marqueeLeft;
    animation: 40s linear infinite marqueeLeft;
}

.creationArea .topList .item {
    width: 400px;
    padding: 0 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.creationArea .bottomList .item img,
.creationArea .topList .item img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

@-webkit-keyframes marqueeLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marqueeLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marqueeRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes marqueeRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.creationArea .bottomBox {
    margin-top: 30px;
}

.creationArea .bottomList {
    display: flex;
    -webkit-animation: 40s linear infinite marqueeRight;
    animation: 40s linear infinite marqueeRight;
}

.creationArea .bottomList .item {
    width: 260px;
    padding: 0 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 800px) {

    .creationArea .btnBox a,
    .videoArea .btnBox a {
        width: calc(33.3333333333% - 10px);
        font-size: 16px;
    }
}

.creationArea .btnBox a:hover {
    color: #c4252b;
    border: 1px solid #c4252b;
    background-color: transparent;
}

.contactArea {
    position: relative;
    padding-bottom: 100px;
    margin-top: 100px;
}

.contactArea .wrapBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formList,
.formList .item {
    display: -webkit-box;
    display: -ms-flexbox;
}

@media (max-width: 500px) {

    .contactArea .titleBox,
    .creationArea .titleBox,
    .videoArea .titleBox,
    .workArea .titleBox {
        margin-bottom: 30px;
    }

    .creationArea .btnBox,
    .videoArea .btnBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

    .creationArea .btnBox a,
    .videoArea .btnBox a {
        width: 240px;
        margin-bottom: 10px;
    }

    .workArea .iconBox .iconTitle .left_line,
    .workArea .iconBox .iconTitle .right_line {
        width: 20%;
    }
}

@media (max-width: 1180px) {
    .workArea .iconBox .t_title {
        font-size: 18px;
    }

    .workArea .dataBox {
        margin-top: 30px;
    }

    .creationArea {
        padding: 60px 0;
    }

    .contactArea .titleBox .title,
    .creationArea .titleBox .title {
        font-size: 35px;
    }

    .contactArea {
        padding-bottom: 60px;
    }
}

@media (max-width: 600px) {

    .contactArea .titleBox .text,
    .creationArea .titleBox .text,
    .videoArea .titleBox .text,
    .workArea .titleBox .text {
        font-size: 16px;
    }

    .workArea .iconBox .iconTitle {
        font-size: 18px;
    }
}

.contactArea .btn04 {
    width: 100%;
    max-width: 220px;
}

.contactArea .btn04 a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}

.formTitle {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #383838;
    border-bottom: 1px solid #df9597;
}

.formList {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
}

.formList li {
    width: 50%;
    padding: 0 15px 30px;
}

@media (max-width: 550px) {
    .introArea .decoTitle {
        font-size: 20px;
    }

    .compareArea .titleBox .title,
    .contactArea .titleBox .title,
    .creationArea .titleBox .title,
    .introArea .title,
    .serviceArea .titleBox .title,
    .videoArea .titleBox .title,
    .workArea .titleBox .title {
        font-size: 30px;
    }

    .introArea .text {
        font-size: 12px;
    }

    .workArea .dataBox .dataList .dataItem .play {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }

    .formList li {
        width: 100%;
    }
}

.formList li.focus .title {
    font-size: 12px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.formList li.name .inputBox input {
    padding-right: 120px;
}

.formList .item {
    position: relative;
    display: flex;
}

.formList .title {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    color: #444;
    letter-spacing: 0.05em;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.formList .title em {
    color: #bb1b21;
}

.formList .sexBox {
    position: absolute;
    right: 0;
    top: 3px;
    width: 120px;
}

.formList .inputBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.formList input[type="text"],
.formList select,
.formList textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #dbdada;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.formList input[type="text"].error,
.formList select.error,
.formList textarea.error {
    border-bottom-color: #bb1b21;
}

.formList input[type="text"]:focus,
.formList select:focus,
.formList textarea:focus {
    outline: 0;
}

.formList input[type="text"],
.formList select {
    height: 40px;
}

.formList textarea {
    margin-top: 12px;
    height: 100px;
}

.formList .checkArea .captchaArea {
    margin-right: 10px;
}

@-webkit-keyframes circularMotion {
    0% {
        -webkit-transform: rotate(0) translateX(120px) rotate(0);
        transform: rotate(0) translateX(120px) rotate(0);
        -webkit-filter: blur(200px);
        filter: blur(200px);
    }

    25% {
        -webkit-transform: rotate(90deg) translateX(120px) rotate(-90deg);
        transform: rotate(90deg) translateX(120px) rotate(-90deg);
        -webkit-filter: blur(150px);
        filter: blur(150px);
    }

    50% {
        -webkit-transform: rotate(180deg) translateX(120px) rotate(-180deg);
        transform: rotate(180deg) translateX(120px) rotate(-180deg);
        -webkit-filter: blur(250px);
        filter: blur(250px);
    }

    75% {
        -webkit-transform: rotate(270deg) translateX(120px) rotate(-270deg);
        transform: rotate(270deg) translateX(120px) rotate(-270deg);
        -webkit-filter: blur(180px);
        filter: blur(180px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
        -webkit-filter: blur(200px);
        filter: blur(200px);
    }
}

@keyframes circularMotion {
    0% {
        -webkit-transform: rotate(0) translateX(120px) rotate(0);
        transform: rotate(0) translateX(120px) rotate(0);
        -webkit-filter: blur(200px);
        filter: blur(200px);
    }

    25% {
        -webkit-transform: rotate(90deg) translateX(120px) rotate(-90deg);
        transform: rotate(90deg) translateX(120px) rotate(-90deg);
        -webkit-filter: blur(150px);
        filter: blur(150px);
    }

    50% {
        -webkit-transform: rotate(180deg) translateX(120px) rotate(-180deg);
        transform: rotate(180deg) translateX(120px) rotate(-180deg);
        -webkit-filter: blur(250px);
        filter: blur(250px);
    }

    75% {
        -webkit-transform: rotate(270deg) translateX(120px) rotate(-270deg);
        transform: rotate(270deg) translateX(120px) rotate(-270deg);
        -webkit-filter: blur(180px);
        filter: blur(180px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
        -webkit-filter: blur(200px);
        filter: blur(200px);
    }
}

.titleBox .title .title-mask {
    display: inline-block;
}

.titleBox .title span {
    color: unset;
}