/* common */
.sec {
    position: relative;
    width: 100%;

    background-color: rgba(18, 22, 25, 1);
    color: rgba(255, 255, 255, 1);
}
.sec > .inner {
    margin: 0 auto;
}
.content {
    min-height: fit-content;
    padding-bottom: 0;
}
.content.custom_tooling {
    font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
}
.sec .sec_tit {
    font-weight: 700;
    font-size: 36px;
    line-height: var(--fs_tit);
    color: #FFFFFF;
}
.sec .sec_cont {
    margin-top: 0;
}
.row {
    display: flex;
}
.row.center {
    align-items: center;
    justify-content: center;
}
.col {
    display: flex;
    flex-direction: column;
}
.col.center {
    align-items: center;
    justify-content: center;
}
.step_tit {
    text-transform: uppercase;
}
.step_tit > .label {
    font-weight: 600;
    font-size: 32px;

    color: #fff;
    padding: 0 8px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.step_tit > p {
    font-weight: 700;
    font-size: 32px;
    line-height: var(--fs_tit);
    color: #fff;
    margin-left: 16px;
}
video {
    width: 102%;
    height: 104%;
    position: relative;
    overflow: hidden;
    margin: -1% -2%;
}

/* tablet */
.wrap .not_tablet .pc_only {
    display: block;
}
.wrap .not_tablet .tab_only {
    display: none;
}
.wrap .tablet .pc_only {
    display: none;
}
.wrap .tablet .tab_only {
    display: block;
}

/* home */
#home {
    position: relative;
    background: #F5F5F5;
}
#home > .inner {
    padding: 0 50px;
    max-width: 1644px;
    justify-content: space-between;
}
#home .video_w {
    height: 680px;
    overflow: hidden;
}
#home .overlay_w {
    height: 100%;
    font-weight: 700;
    margin: auto 0;
}
#home .overlay_w .main_txt {
    text-transform: uppercase;
    font-size: 68px;
    line-height: var(--fs_tit);
    color: #000000;
}
#home .overlay_w .main_txt span {
    color: #6B6B6B;
}
#home .overlay_w .main_desc {
    margin-top: 16px;
    font-size: 30px;

    color: #555;
}


/* project */
#project {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #E5E7F0 100%);
}
#project > .inner {
    position: relative;
    padding: 60px 50px;
    max-width: 1644px;
}
#project .sec_tit {
    color: #000000;
}
#project .sec_cont .count_w {
    margin-top: 27px;
    gap: 32px;
}
#project .sec_cont .count_w .count .row {
    width: 100%;
    align-items: center;
}
#project .sec_cont .count_w .count p {
    font-weight: 700;
    font-size: 44px;

    color: #000;
    display: flex;
}
#project .sec_cont .count_w i {}
#project .sec_cont .count_w span {
    font-weight: 500;
    margin-top: 8px;
    font-size: 18px;

    color: #838383;
}
#project .sec_cont .swiper-container {
    margin-top: 100px;
    margin-left: -140px;
}
#project .sec_cont .swiper-container .swiper-slide {
    width: 320px;
    height: 320px;
}
#project .sec_cont .swiper-container .swiper-wrapper {
    transition-timing-function : linear;
}
#project .rec {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #121619;
}

/* order */
#order > .inner {
    padding: 140px 50px 70px 50px;
    max-width: 1540px;
}
#order .sec_tit {
    text-align: center;
}
#order .sec_cont {
    margin-top: 32px;
}
#order .sec_cont .order_process {
    width: 100%;
    padding: 24px 36px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 40px;
    border: 1px solid #555555;
    border-radius: 16px;
    margin: 0 auto;
}
#order .sec_cont .order_process > div {
    text-align: center;
    align-items: center;
}
#order .sec_cont .order_process .icon_box {
    width: 100px;
    height: 75px;
}
#order .sec_cont .order_process .step_no {
    margin-top: 16px;
}
#order .sec_cont .order_process .step_no .label {
    padding: 0 9px;
    font-size: 18px;

    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
#order .sec_cont .order_process .step_tit {
    margin-top: 4px;
    font-size: 20px;
    line-height: var(--fs_tit);
    font-weight: 700;
    text-transform: none;
}
#order .sec_cont .order_process .step_desc {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;

    color: #A8A8A8;
}

/* product */
#product, #inquiry { background: #121619;}
#product > .inner {
    padding: 70px 0;
}
#product .sec_tit span {
    background: linear-gradient(90deg, #FF4B91 0%, #0080FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#product .sec_tit,
#product .step_tit {
    text-align: center;
    text-transform: uppercase;
}
#product .step_tit {
    margin-top: 140px;
}
#product .sec_cont {
    padding: 0 100px;
}
#product .sec_cont .cont_w:first-child {
    margin-top: 32px;
}
#product .sec_cont .cont_w:not(:first-child) {
    margin-top: 60px;
}
#product .sec_cont .cont_w .product_w {
    display: grid;
    grid-template-columns: repeat(3, 298px);
    column-gap: 16px;
    row-gap: 32px;
    justify-content: center;
}
#product .sec_cont .cont_w .product_w p {
    display: block;
    margin-top: 16px;
    font-size: 16px;

    color: #FFFFFF;
    text-transform: uppercase;
}
#product .sec_cont .cont_w .product_w span {
    margin-top: 4px;
    display: block;
    font-size: 12px;

    color: #C4C4C4;
}
#product .sec_cont .cont_w .product_w .prod .img_w {
    position: relative;
    height: 334px;
}
#product .sec_cont .cont_w .product_w img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #E1E1E1;
}
#product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;

    display: none;
    align-items: center;
    justify-content: center;
}
#product .sec_cont .cont_w .product_w .prod .img_w:hover .prod_overlay {
    display: flex;
}
#product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont {width: 103px;}
#product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont a {

    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
#product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont i {}
#product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont p {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;

}
#product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .line {
    margin: 0 16px;
    width: 1px;
    height: 53px;
    background: #E1E1E1;
}

/* service */
#service {
    background: #121619;
}
#service  > .inner {
    padding: 70px 50px;
    max-width: 1352px;
}
#service .sec_cont {margin: 0 auto;}
#service .sec_cont .card_w {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#service .sec_cont .card_w .service {
    border: 1px solid #a8a8a8;
    border-radius: 16px;
    padding: 24px;
    height: fit-content;
    width: calc(50% - 16px);
}
#service .sec_cont .card_w .service .info .serv_tit {
    font-size: 32px;
    line-height: var(--fs_tit);
    font-weight: 700;
}
#service .sec_cont .card_w .service .info .serv_desc {
    margin-top: 8px;
    font-size: 17px;

}
#service .sec_cont .card_w .service .tags {
    margin-top: 32px;
}
#service .sec_cont .card_w .service .tags span {
    font-size: 16px;
    font-weight: 600;

    padding: 7px 16px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
}
#service .sec_cont .card_w .service .price {
    margin-top: 40px;
    font-size: 20px;

}
#service .sec_cont .card_w .service .price .row {
    align-items: end;
}
#service .sec_cont .card_w .service .price p:first-child {
    font-size: 36px;
    font-weight: 700;

}
#service .sec_cont .card_w .service .price p:last-child {
    font-size: 24px;
    font-weight: 700;

    margin-left: 8px;
}
#service .sec_cont .card_w .video_w {
    margin: 32px 0 -6px 0;
    overflow: hidden;
}
#service .sec_cont .card_w .txt_w {
    margin-top: 32px;
}
#service .sec_cont .card_w .txt_w .box:last-child {
    margin-top: 16px;
}
#service .sec_cont .card_w .txt_w .box .quest {
    font-size: 20px;

    font-weight: 700;
}
#service .sec_cont .card_w .txt_w .box .ans {
    font-size: 16px;

    margin-top: 8px;
}
#service .sec_cont .card_w .txt_w .box .ans em {
    font-size: 16px;

    font-weight: 700;
    font-style: normal;
}

/* inquiry */
#inquiry > .inner {
    padding: 100px 50px;
    max-width: 1352px;
}
#inquiry .sec_tit {
    font-size: 32px;
    line-height: var(--fs_tit);
    font-weight: 700;
    margin-top: 8px;
}
#inquiry .sec_cont {margin-top: 8px;}
#inquiry .sec_cont .left {width: 45%; padding-right: 32px;}
#inquiry .sec_cont .left .l_desc {
    font-size: 14px;

}
#inquiry .sec_cont .left .l_desc span {
    font-weight: 700;
}
#inquiry .sec_cont .left .l_cont {margin-top: 40px;}
#inquiry .sec_cont .left .l_cont ul {
    padding-left: 32px;
    position: relative;
}
#inquiry .sec_cont .left .l_cont ul li {position: relative;}
#inquiry .sec_cont .left .l_cont ul li:not(:first-child) {
    margin-top: 24px;
}
#inquiry .sec_cont .left .l_cont ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);;
}
#inquiry .sec_cont .left .l_cont ul li:nth-child(5):before,
#inquiry .sec_cont .left .l_cont ul li:nth-child(6):before {
    background: #121619;
    border: 1px solid rgba(255, 255, 255, 1);
}
#inquiry .sec_cont .left .l_cont ul li span {
    font-size: 14px;

    color: rgba(168, 168, 168, 1);
}
#inquiry .sec_cont .left .l_cont ul li p {
    font-size: 16px;

    color: rgba(246, 247, 251, 1);
}
#inquiry .sec_cont .left .l_cont .line {
    width: 2px;
    background: rgba(221, 221, 221, 1);
    height: 270px;
    position: absolute;
    top: 50px;
    left: 7px;
}
#inquiry .sec_cont .right {width: 55%;}
#inquiry .sec_cont .right .step:not(:first-child) {
    margin-top: 40px;
}
#inquiry .sec_cont .right .step > span {
    color: rgba(18, 22, 25, 1);
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;

    padding: 0 8px;
    border-radius: 16px;
}
#inquiry .sec_cont .right .step > .tit {
    margin-top: 12px;
    font-size: 24px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
#inquiry .sec_cont .right .step > .cont {
    margin-top: 16px;
}
#inquiry .sec_cont .right .step > .cont .item {
    justify-content: space-between;
}
#inquiry .sec_cont .right .step > .cont .item:not(:first-child) {
    margin-top: 16px;
}
#inquiry .sec_cont .right .step > .cont .item label {
    width: 145px;
    font-size: 16px;

    font-weight: 600;
    margin-right: 32px;
    display: flex;
    align-items: center;
    color: rgba(196, 196, 196, 1);
}
#inquiry .sec_cont .right .step > .cont .item .input_box {
    width: 75%;
    border: 1px solid rgba(221, 221, 221, 1);
}
#inquiry .sec_cont .right .step > .cont .item .input_box input,
#inquiry .sec_cont .right .step > .cont .item .input_box select,
#inquiry .sec_cont .right .step > .cont .item .input_box textarea {
    width: 100%;
    height: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 300;

    color: rgba(168, 168, 168, 1);
    background: rgba(18, 22, 25, 1);
}
#inquiry .sec_cont .right .step > .cont .item .input_box.msg {
    width: 100%;
}
#inquiry .sec_cont .right .step > .cont .item.phone .input_box {
    border: none;
}
#inquiry .sec_cont .right .step > .cont .item.phone .input_box select {
    width: 165px;
    margin-right: 8px;
    border: 1px solid rgba(221, 221, 221, 1);
    -webkit-padding-end: 35px !important;
    -webkit-padding-start: 12px !important;
}
#inquiry .sec_cont .right .step > .cont .item.phone .input_box input {
    width: calc(100% - 148px);
    border: 1px solid rgba(221, 221, 221, 1);
}
#inquiry .sec_cont .right .step > .cont .item .input_box select {
    background-image: url('/v2/img/ico_down_w.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center right 14px;
}
#inquiry .sec_cont .right .step.s1 > .cont {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}
#inquiry .sec_cont .right .step.s1 > .cont .selected_pub_img {
    width: 120px;
    aspect-ratio: 1;
    background: #f7f7f7;
}
#inquiry .sec_cont .right .step.s1 > .cont p {
    font-size: 16px;

    padding-left: 16px;
}
#inquiry .sec_cont .right .step.s3 .cont .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk {
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 18px 0;
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label {
    margin: 0 auto;
    pointer-events: none;
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label i {
    pointer-events: all;
    cursor: pointer;
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label .ico_area {
    width: 60px;
    height: 60px;
    background-size: cover;
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label .ico_area.target1 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_skincare.png');}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label .ico_area.target2 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_makeup.png');}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk p {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    /*margin-top: 10px;*/
    font-weight: 400;
    font-size: 14px;

    color: rgba(255, 255, 255, 1);
    text-align: center;
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk {
    background: rgba(18, 22, 25, 1);
    border: 1px solid rgba(225, 225, 225, 1);
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk p {
    color: rgba(225, 225, 225, 1);
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk input[type="checkbox"] + label i.tooltip_ask_ico {
    display: block;
    width: 24px;
    height: 24px;
    left: 4px;
    flex-shrink: 0;
    background-image: url(/v2/img/ico_tooltip_ask_w.png);
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk.active {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk.active p {
    color: rgba(18, 22, 25, 1);
}
#inquiry .sec_cont .right .step.s3 .cont .list .ico_chk.active input[type="checkbox"] + label i.tooltip_ask_ico {
    background-image: url(/v2/img/ico_tooltip_ask_b.png);
}
#inquiry .sec_cont .right .file_w {
    margin-top: 24px;
    color: #FFFFFF;
    position: relative;
}
#inquiry .sec_cont .right .file_w > p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3750;
}
#inquiry .sec_cont .right .file_w input[type=file] {
    display: none;
}
#inquiry .sec_cont .right .file_w input[type=file] + label {
    background-color: #DDDDDD;
    display: inline-flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 16px 0;
    color: #121619;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2857;
}
#inquiry .sec_cont .right .file_w input[type=file] + label img {
    display: inline-flex;
    margin-right: 4px;
    max-width: 14px;
}
#inquiry .sec_cont .right .file_w .file_list p {
    display: flex;
}
#inquiry .sec_cont .right .file_w .file_list p a {
    color: #FFFFFF;
    font-weight: 300;
}
#inquiry .sec_cont .right .file_w p.etc {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
}
#inquiry .sec_cont .right .file_w p.etc:not(:first-child) {
    margin-top: 4px;
}
#inquiry .sec_cont .right .file_w p.etc img {
    display: inline-flex;
    vertical-align: middle;
    max-width: 12px;
}
#inquiry .sec_cont .right .file_w .toast_popup_w {
    display: none;
    width: 336px;
    position: absolute;
    top: 30px;
    right: 0;
    border-radius: 8px;
    background-color: rgba(68,68,68,0.9);
    z-index: 1;
}
#inquiry .sec_cont .right .file_w .toast_popup_w .toast_in {
    padding: 16px;
    display: flex;
    align-items: center;
}
#inquiry .sec_cont .right .file_w .toast_popup_w .toast_ico {
    margin-right: 8px;
}
#inquiry .sec_cont .right .file_w .toast_popup_w p {
    font-size: 14px;

    font-weight: 300;
    color: #FFFFFF;
}
#inquiry .form_check.chk_w .chk_item {
    border: none;
    background-color: rgba(18, 22, 25, 1);
    color: #fff;
}
#inquiry .form_check.chk_w .chk_item:first-child {
    margin-top: 24px;
}
#inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label {
    font-size: 14px;

    display: flex;
    align-items: center;
    cursor: pointer;
}
#inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label span {
    text-decoration: underline;
    margin-left: 0.29em;
}
#inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: url(/v2/img/ico_check_w.png);
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}
#inquiry .form_check.chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: url(/v2/img/ico_check_blk.png);
    background-position: center;
    background-size: 20px auto;
    background-repeat: no-repeat;
}
#inquiry .sec_cont .right .submit_btn {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
#inquiry .sec_cont .right .submit_btn a {
    font-size: 18px;
    font-weight: 600;

    color: rgba(18, 22, 25, 1);
    background: rgba(255, 255, 255, 1);
    padding: 12px 24px;
    display: inline-block;
}

/* popup */
.popup_comm.tooltip {
    width: 440px;
    max-width: 440px;
}
.popup_comm.tooltip .cont {
    margin-top: 16px;
}
.popup_comm.tooltip .cont .video_w {
    overflow: hidden;
}
.popup_comm.tooltip .cont .txt_w {
    margin-top: 16px;
    font-size: 16px;

    color: #444444;
}
.popup_comm.product_detail {
    width: 814px;
    max-width: 820px;
}
.popup_comm.product_detail > .inner {
    padding: 20px;
}
.popup_comm.product_detail .cont {
    margin-top: 32px;
}
.popup_comm.product_detail .cont .description_w {
    width: calc(100% - 324px - 32px);
    height: 352px;
    overflow-y: scroll;
    margin-right: 32px;
}
.popup_comm.product_detail .cont .description_w::-webkit-scrollbar {
    width: 5px;
}
.popup_comm.product_detail .cont .description_w::-webkit-scrollbar-thumb {
    background: #888;
}
.popup_comm.product_detail .cont .description_w::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.popup_comm.product_detail .cont .description_w .col:not(:first-child) {margin-top: 24px;}
.popup_comm.product_detail .cont .description_w .item_title {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 700;
    color: #121619;
}
.popup_comm.product_detail .cont .description_w .item_desc {
    margin-top: 8px;
    font-size: 14px;

    color: #555;
}
.popup_comm.product_detail .cont .img_w {
    width: 324px;
    aspect-ratio: 1;
}
.popup_comm.product_detail .cont .img_w img {display: block;}
.popup_comm.product_detail .btn_w .btn_comm a {
    min-width: auto;
    padding: 12px 24px;
}

@media (max-width: 1530px) {
    #home .video_w {
        height: 540px;
        width: 44vw;
    }
    #home .overlay_w .main_txt {
        font-size: 44px;

    }
    #home .overlay_w .main_desc {
        margin-top: 16px;
        font-size: 20px;

    }
    #project .sec_cont .swiper-container .swiper-slide {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 1300px) {
    .content {
        padding-bottom: 0;
    }
    .sec .sec_tit {
        font-size: 2.77vw;

    }
    .sec .sec_cont {
        margin-top: 0;
    }
    .step_tit > .label {
        font-size: 2.46vw;

        padding: 0 0.62vw;
    }
    .step_tit > p {
        font-size: 2.46vw;

        margin-left: 1.23vw;
    }

    /* home */
    #home > .inner {
        padding: 0 3.85vw;
        max-width: 126.46vw;
    }
    #home .video_w {
        height: 41.54vw;
    }
    #home .overlay_w .main_txt {
        font-size: 3.38vw;

    }
    #home .overlay_w .main_desc {
        margin-top: 1.23vw;
        font-size: 1.54vw;

    }

    /* project */
    #project > .inner {
        padding: 4.62vw 3.85vw;
        max-width: 126.46vw;
    }
    #project .sec_cont .count_w {
        margin-top: 2.08vw;
        gap: 2.46vw;
    }
    #project .sec_cont .count_w .count p {

        font-size: 3.38vw;

    }
    #project .sec_cont .count_w i {}
    #project .sec_cont .count_w span {
        margin-top: 0.62vw;
        font-size: 1.38vw;

    }
    #project .sec_cont .swiper-container {
        margin-top: 7.69vw;
        margin-left: -10.77vw;
    }
    #project .sec_cont .swiper-container .swiper-slide {
        width: 19.23vw;
        height: 19.23vw;
    }
    #project .rec {
        height: 15.38vw;
    }

    /* order */
    #order > .inner {
        padding: 10.77vw 3.85vw 5.38vw 3.85vw;
        max-width: 118.46vw;
    }
    #order .sec_cont {
        margin-top: 2.46vw;
    }
    #order .sec_cont .order_process {
        padding: 1.85vw 2.77vw;
        column-gap: 3.08vw;
        border-radius: 1.23vw;
    }
    #order .sec_cont .order_process .icon_box {
        width: 7.69vw;
        height: 5.77vw;
    }
    #order .sec_cont .order_process .step_no {
        margin-top: 1.23vw;
    }
    #order .sec_cont .order_process .step_no .label {
        padding: 0 0.69vw;
        font-size: 1.38vw;

    }
    #order .sec_cont .order_process .step_tit {
        margin-top: 0.31vw;
        font-size: 1.54vw;

    }
    #order .sec_cont .order_process .step_desc {
        margin-top: 1.23vw;
        font-size: 1.23vw;

    }

    /* product */
    #product > .inner {
        padding: 5.38vw 0;
    }
    #product .step_tit {
        margin-top: 10.77vw;
    }
    #product .sec_cont {
        padding: 0 7.69vw;
    }
    #product .sec_cont .cont_w:first-child {
        margin-top: 2.46vw;
    }
    #product .sec_cont .cont_w:not(:first-child) {
        margin-top: 4.62vw;
    }
    #product .sec_cont .cont_w .product_w {
        grid-template-columns: repeat(3, 22.92vw);
        column-gap: 1.23vw;
        row-gap: 2.46vw;
    }
    #product .sec_cont .cont_w .product_w p {
        margin-top: 1.23vw;
        font-size: 1.23vw;

    }
    #product .sec_cont .cont_w .product_w span {
        margin-top: 0.31vw;
        font-size: 0.92vw;

    }
    #product .sec_cont .cont_w .product_w .prod .img_w {
        height: 25.69vw;
    }
    #product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont i {}
    #product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont p {
        margin-top: 0.77vw;
        font-size: 1.08vw;

    }
    #product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .line {
        margin: 0 1.23vw;
        height: 4.08vw;
    }

    /* service */
    #service  > .inner {
        padding: 7.69vw 3.85vw;
        max-width: 104vw;
    }
    #service .sec_cont .card_w {
        margin-top: 2.46vw;
    }
    #service .sec_cont .card_w .service {
        border-radius: 1.23vw;
        padding: 1.85vw;
        width: calc(50% - 1.23vw);
    }
    #service .sec_cont .card_w .service .info .serv_tit {
        font-size: 2.46vw;

    }
    #service .sec_cont .card_w .service .info .serv_desc {
        margin-top: 0.62vw;
        font-size: 1.31vw;

    }
    #service .sec_cont .card_w .service .tags {
        margin-top: 2.46vw;
    }
    #service .sec_cont .card_w .service .tags span {
        font-size: 1.23vw;

        padding: 0.54vw 1.23vw;
        border-radius: 2.31vw;
    }
    #service .sec_cont .card_w .service .price {
        margin-top: 3.08vw;
        font-size: 1.54vw;

    }
    #service .sec_cont .card_w .service .price p:first-child {
        font-size: 2.77vw;

    }
    #service .sec_cont .card_w .service .price p:last-child {
        font-size: 1.85vw;

        margin-left: 0.62vw;
    }
    #service .sec_cont .card_w .video_w {
        margin: 2.46vw 0 -0.46vw 0;
    }
    #service .sec_cont .card_w .txt_w {
        margin-top: 2.46vw;
    }
    #service .sec_cont .card_w .txt_w .box:last-child {
        margin-top: 1.23vw;
    }
    #service .sec_cont .card_w .txt_w .box .quest {
        font-size: 1.54vw;

    }
    #service .sec_cont .card_w .txt_w .box .ans {
        font-size: 1.23vw;

        margin-top: 0.62vw;
    }
    #service .sec_cont .card_w .txt_w .box .ans em {
        font-size: 1.23vw;

    }

    /* inquiry */
    #inquiry > .inner {
        padding: 7.69vw 3.85vw;
        max-width: 104vw;
    }
    #inquiry .sec_tit {
        font-size: 2.46vw;

        margin-top: 0.62vw;
    }
    #inquiry .sec_cont {margin-top: 0.62vw;}
    #inquiry .sec_cont .left {padding-right: 2.46vw;}
    #inquiry .sec_cont .left .l_desc {
        font-size: 1.08vw;

    }
    #inquiry .sec_cont .left .l_cont {margin-top: 3.08vw;}
    #inquiry .sec_cont .left .l_cont ul {
        padding-left: 2.46vw;
    }
    #inquiry .sec_cont .left .l_cont ul li:not(:first-child) {
        margin-top: 1.85vw;
    }
    #inquiry .sec_cont .left .l_cont ul li:before {
        width: 1.23vw;
        height: 1.23vw;
        left: -2.46vw;
        top: 1.08vw;
    }
    #inquiry .sec_cont .left .l_cont ul li span {
        font-size: 1.08vw;

    }
    #inquiry .sec_cont .left .l_cont ul li p {
        font-size: 1.23vw;

    }
    #inquiry .sec_cont .left .l_cont .line {
        width: 0.15vw;
        height: 20.77vw;
        top: 3.85vw;
        left: 0.54vw;
    }
    #inquiry .sec_cont .right .step:not(:first-child) {
        margin-top: 3.08vw;
    }
    #inquiry .sec_cont .right .step > span {
        font-size: 1.23vw;

        padding: 0 0.62vw;
        border-radius: 1.23vw;
    }
    #inquiry .sec_cont .right .step > .tit {
        margin-top: 0.92vw;
        font-size: 1.85vw;

    }
    #inquiry .sec_cont .right .step > .cont {
        margin-top: 1.23vw;
    }
    #inquiry .sec_cont .right .step > .cont .item:not(:first-child) {
        margin-top: 1.23vw;
    }
    #inquiry .sec_cont .right .step > .cont .item label {
        width: 11.15vw;
        font-size: 1.23vw;

        margin-right: 2.46vw;
    }
    #inquiry .sec_cont .right .step > .cont .item .input_box input,
    #inquiry .sec_cont .right .step > .cont .item .input_box select,
    #inquiry .sec_cont .right .step > .cont .item .input_box textarea {
        padding: 0.92vw;
        font-size: 1.08vw;

    }
    #inquiry .sec_cont .right .step > .cont .item.phone .input_box select {
        width: 12.69vw;
        margin-right: 0.62vw;
        -webkit-padding-end: 2.69vw !important;
        -webkit-padding-start: 0.92vw !important;
    }
    #inquiry .sec_cont .right .step > .cont .item.phone .input_box input {
        width: calc(100% - 11.38vw);
    }
    #inquiry .sec_cont .right .step > .cont .item .input_box select {
        background-size: 1.23vw auto;
        background-position: center right 1.08vw;
    }
    #inquiry .sec_cont .right .step.s1 > .cont {
        padding: 0.62vw;
    }
    #inquiry .sec_cont .right .step.s1 > .cont .selected_pub_img {
        width: 9.23vw;
    }
    #inquiry .sec_cont .right .step.s1 > .cont p {

        font-size: 1.23vw;

        padding-left: 1.23vw;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list {
        column-gap: 0.62vw;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk {
        padding: 1.38vw 0;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label .ico_area {
        width: 4.62vw;
        height: 4.62vw;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk p {
        font-size: 1.08vw;

    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk input[type="checkbox"] + label i.tooltip_ask_ico {
        width: 1.85vw;
        height: 1.85vw;
        left: 0.31vw;
    }
    #inquiry .sec_cont .right .file_w {
        margin-top: 1.85vw;
    }
    #inquiry .sec_cont .right .file_w > p {
        font-size: 1.23vw;
    }
    #inquiry .sec_cont .right .file_w input[type=file] + label {
        padding: 0.46vw 1.23vw;
        margin: 1.23vw 0;
        font-size: 1.08vw;
    }
    #inquiry .sec_cont .right .file_w input[type=file] + label img {
        margin-right: 0.31vw;
        max-width: 1.08vw;
    }
    #inquiry .sec_cont .right .file_w p.etc {
        font-size: 1.08vw;
    }
    #inquiry .sec_cont .right .file_w p.etc:not(:first-child) {
        margin-top: 0.31vw;
    }
    #inquiry .sec_cont .right .file_w p.etc img {
        max-width: 0.92vw;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w {
        width: 25.85vw;
        top: 2.31vw;
        right: 0;
        border-radius: 0.62vw;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w .toast_in {
        padding: 1.23vw;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w .toast_ico {
        margin-right: 0.62vw;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w p {
        font-size: 1.08vw;

    }
    #inquiry .form_check.chk_w .chk_item:first-child {
        margin-top: 1.85vw;
    }
    #inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label {
        font-size: 1.08vw;

    }
    #inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
        width: 1.54vw;
        height: 1.54vw;
        border-radius: 0.31vw;
        margin-right: 0.62vw;
    }
    #inquiry .form_check.chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
        background-size: 1.54vw auto;
    }
    #inquiry .sec_cont .right .submit_btn {
        margin-top: 2.46vw;
    }
    #inquiry .sec_cont .right .submit_btn a {
        font-size: 1.38vw;

        padding: 0.92vw 1.85vw;
    }

    /* popup */
    .popup_comm.tooltip {
        width: 33.85vw;
        max-width: 33.85vw;
    }
    .popup_comm.tooltip .cont {
        margin-top: 1.23vw;
    }
    .popup_comm.tooltip .cont .txt_w {
        margin-top: 1.23vw;
        font-size: 1.23vw;

    }
    .popup_comm.product_detail {
        width: 62.62vw;
        max-width: 63.08vw;
    }
    .popup_comm.product_detail > .inner {
        padding: 1.54vw;
    }
    .popup_comm.product_detail .cont {
        margin-top: 2.46vw;
    }
    .popup_comm.product_detail .cont .description_w {
        width: calc(100% - 24.92vw - 2.46vw);
        height: 27.08vw;
        margin-right: 2.46vw;
    }
    .popup_comm.product_detail .cont .description_w::-webkit-scrollbar {
        width: 0.38vw;
    }
    .popup_comm.product_detail .cont .description_w::-webkit-scrollbar-track {
        border-radius: 0.77vw;
    }
    .popup_comm.product_detail .cont .description_w .col:not(:first-child) {margin-top: 1.85vw;}
    .popup_comm.product_detail .cont .description_w .item_title {
        font-size: 1.38vw;

    }
    .popup_comm.product_detail .cont .description_w .item_desc {
        margin-top: 0.62vw;
        font-size: 1.08vw;

    }
    .popup_comm.product_detail .cont .img_w {
        width: 24.92vw;
    }
    .popup_comm.product_detail .btn_w .btn_comm a {
        padding: 0.92vw 1.85vw;
    }
}

@media (max-width: 768px) {
    .content {
        padding-bottom: 0;
    }
    .sec .sec_tit {
        font-size: 21px;

    }
    .sec .sec_cont {
        margin-top: 0;
    }
    .step_tit > .label {
        font-size: 19px;

        padding: 0 5px;
    }
    .step_tit > p {
        font-size: 19px;

        margin-left: 9px;
    }

    /* home */
    #home > .inner {
        padding: 0 30px;
        max-width: 971px;
    }
    #home .video_w {
        height: 319px;
        width: unset;
    }
    #home .overlay_w .main_txt {
        font-size: 26px;

    }
    #home .overlay_w .main_desc {
        margin-top: 9px;
        font-size: 12px;

    }


    /* project */
    #project > .inner {
        padding: 35px 30px;
        max-width: 971px;
    }
    #project .sec_cont .count_w {
        margin-top: 16px;
        gap: 19px;
    }
    #project .sec_cont .count_w .count p {

        font-size: 26px;

    }
    #project .sec_cont .count_w i {}
    #project .sec_cont .count_w span {
        margin-top: 5px;
        font-size: 11px;

    }
    #project .sec_cont .swiper-container {
        margin-top: 59px;
        margin-left: -83px;
    }
    #project .sec_cont .swiper-container .swiper-slide {
        width: 148px;
        height: 148px;
    }
    #project .rec {
        height: 118px;
    }

    /* order */
    #order > .inner {
        padding: 83px 30px 41px 30px;
        max-width: 910px;
    }
    #order .sec_cont {
        margin-top: 19px;
    }
    #order .sec_cont .order_process {
        width: 851px;
        padding: 14px 21px;
        column-gap: 24px;
        border-radius: 9px;
    }
    #order .sec_cont .order_process .icon_box {
        width: 59px;
        height: 44px;
    }
    #order .sec_cont .order_process .step_no {
        margin-top: 9px;
    }
    #order .sec_cont .order_process .step_no .label {
        padding: 0 5px;
        font-size: 11px;

    }
    #order .sec_cont .order_process .step_tit {
        margin-top: 2px;
        font-size: 12px;

    }
    #order .sec_cont .order_process .step_desc {
        margin-top: 9px;
        font-size: 9px;

    }

    /* product */
    #product > .inner {
        padding: 41px 0;
    }
    #product .step_tit {
        margin-top: 83px;
    }
    #product .sec_cont {
        padding: 0 59px;
    }
    #product .sec_cont .cont_w:first-child {
        margin-top: 19px;
    }
    #product .sec_cont .cont_w:not(:first-child) {
        margin-top: 35px;
    }
    #product .sec_cont .cont_w .product_w {
        grid-template-columns: repeat(3, 176px);
        column-gap: 9px;
        row-gap: 19px;
    }
    #product .sec_cont .cont_w .product_w p {
        margin-top: 9px;
        font-size: 9px;

    }
    #product .sec_cont .cont_w .product_w span {
        margin-top: 2px;
        font-size: 7px;

    }
    #product .sec_cont .cont_w .product_w .prod .img_w {
        height: 197px;
    }
    #product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont i {}
    #product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .cont p {
        margin-top: 6px;
        font-size: 8px;

    }
    #product .sec_cont .cont_w .product_w .prod .img_w .prod_overlay .line {
        margin: 0 9px;
        height: 31px;
    }

    /* service */
    #service  > .inner {
        padding: 59px 30px;
        max-width: 799px;
    }
    #service .sec_cont .card_w {
        margin-top: 19px;
    }
    #service .sec_cont .card_w .service {
        border-radius: 9px;
        padding: 14px;
        width: calc(50% - 9px);
    }
    #service .sec_cont .card_w .service .info .serv_tit {
        font-size: 19px;

    }
    #service .sec_cont .card_w .service .info .serv_desc {
        margin-top: 5px;
        font-size: 10px;

    }
    #service .sec_cont .card_w .service .tags {
        margin-top: 19px;
    }
    #service .sec_cont .card_w .service .tags span {
        font-size: 9px;

        padding: 4px 9px;
        border-radius: 18px;
    }
    #service .sec_cont .card_w .service .price {
        margin-top: 24px;
        font-size: 12px;

    }
    #service .sec_cont .card_w .service .price p:first-child {
        font-size: 21px;

    }
    #service .sec_cont .card_w .service .price p:last-child {
        font-size: 14px;

        margin-left: 5px;
    }
    #service .sec_cont .card_w .video_w {
        margin: 19px 0 -4px 0;
    }
    #service .sec_cont .card_w .txt_w {
        margin-top: 19px;
    }
    #service .sec_cont .card_w .txt_w .box:last-child {
        margin-top: 9px;
    }
    #service .sec_cont .card_w .txt_w .box .quest {
        font-size: 12px;

    }
    #service .sec_cont .card_w .txt_w .box .ans {
        font-size: 9px;

        margin-top: 5px;
    }
    #service .sec_cont .card_w .txt_w .box .ans em {
        font-size: 9px;

    }

    /* inquiry */
    #inquiry > .inner {
        padding: 59px 30px;
        max-width: 799px;
    }
    #inquiry .sec_tit {
        font-size: 19px;

        margin-top: 5px;
    }
    #inquiry .sec_cont {margin-top: 5px;}
    #inquiry .sec_cont .left {padding-right: 19px;}
    #inquiry .sec_cont .left .l_desc {
        font-size: 8px;

    }
    #inquiry .sec_cont .left .l_cont {margin-top: 24px;}
    #inquiry .sec_cont .left .l_cont ul {
        padding-left: 19px;
    }
    #inquiry .sec_cont .left .l_cont ul li:not(:first-child) {
        margin-top: 14px;
    }
    #inquiry .sec_cont .left .l_cont ul li:before {
        width: 9px;
        height: 9px;
        left: -19px;
        top: 8px;
    }
    #inquiry .sec_cont .left .l_cont ul li span {
        font-size: 8px;

    }
    #inquiry .sec_cont .left .l_cont ul li p {
        font-size: 9px;

    }
    #inquiry .sec_cont .left .l_cont .line {
        width: 1px;
        height: 160px;
        top: 30px;
        left: 4px;
    }
    #inquiry .sec_cont .right .step:not(:first-child) {
        margin-top: 24px;
    }
    #inquiry .sec_cont .right .step > span {
        font-size: 9px;

        padding: 0 5px;
        border-radius: 9px;
    }
    #inquiry .sec_cont .right .step > .tit {
        margin-top: 7px;
        font-size: 14px;

    }
    #inquiry .sec_cont .right .step > .cont {
        margin-top: 9px;
    }
    #inquiry .sec_cont .right .step > .cont .item:not(:first-child) {
        margin-top: 9px;
    }
    #inquiry .sec_cont .right .step > .cont .item label {
        width: 86px;
        font-size: 9px;

        margin-right: 19px;
    }
    #inquiry .sec_cont .right .step > .cont .item .input_box input,
    #inquiry .sec_cont .right .step > .cont .item .input_box select,
    #inquiry .sec_cont .right .step > .cont .item .input_box textarea {
        padding: 7px;
        font-size: 8px;

    }
    #inquiry .sec_cont .right .step > .cont .item.phone .input_box select {
        width: 97px;
        margin-right: 5px;
        -webkit-padding-end: 21px !important;
        -webkit-padding-start: 7px !important;
    }
    #inquiry .sec_cont .right .step > .cont .item.phone .input_box input {
        width: calc(100% - 87px);
    }
    #inquiry .sec_cont .right .step > .cont .item .input_box select {
        background-size: 9px auto;
        background-position: center right 8px;
    }
    #inquiry .sec_cont .right .step.s1 > .cont {
        padding: 5px;
    }
    #inquiry .sec_cont .right .step.s1 > .cont .selected_pub_img {
        width: 71px;
    }
    #inquiry .sec_cont .right .step.s1 > .cont p {

        font-size: 9px;

        padding-left: 9px;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list {
        column-gap: 5px;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk {
        padding: 11px 0;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk label .ico_area {
        width: 35px;
        height: 35px;
    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk p {
        font-size: 8px;

    }
    #inquiry .sec_cont .right .step.s3 .cont .list .ico_chk input[type="checkbox"] + label i.tooltip_ask_ico {
        width: 14px;
        height: 14px;
        left: 2px;
    }
    #inquiry .sec_cont .right .file_w {
        margin-top: 14px;
    }
    #inquiry .sec_cont .right .file_w > p {
        font-size: 9px;
    }
    #inquiry .sec_cont .right .file_w input[type=file] + label {
        padding: 4px 9px;
        margin: 9px 0;
        font-size: 8px;
    }
    #inquiry .sec_cont .right .file_w input[type=file] + label img {
        margin-right: 2px;
        max-width: 8px;
    }
    #inquiry .sec_cont .right .file_w p.etc {
        font-size: 8px;
    }
    #inquiry .sec_cont .right .file_w p.etc:not(:first-child) {
        margin-top: 2px;
    }
    #inquiry .sec_cont .right .file_w p.etc img {
        max-width: 7px;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w {
        width: 199px;
        top: 18px;
        right: 0;
        border-radius: 5px;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w .toast_in {
        padding: 9px;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w .toast_ico {
        margin-right: 5px;
    }
    #inquiry .sec_cont .right .file_w .toast_popup_w p {
        font-size: 8px;

    }
    #inquiry .form_check.chk_w .chk_item:first-child {
        margin-top: 14px;
    }
    #inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label {
        font-size: 8px;

    }
    #inquiry .form_check.chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
        width: 12px;
        height: 12px;
        border-radius: 2px;
        margin-right: 5px;
    }
    #inquiry .form_check.chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
        background-size: 12px auto;
    }
    #inquiry .sec_cont .right .submit_btn {
        margin-top: 19px;
    }
    #inquiry .sec_cont .right .submit_btn a {
        font-size: 11px;

        padding: 7px 14px;
    }

    /* popup */
    .popup_comm.tooltip {
        width: 260px;
        max-width: 260px;
    }
    .popup_comm.tooltip .cont {
        margin-top: 9px;
    }
    .popup_comm.tooltip .cont .txt_w {
        margin-top: 9px;
        font-size: 9px;

    }
    .popup_comm.product_detail {
        width: 481px;
        max-width: 484px;
    }
    .popup_comm.product_detail > .inner {
        padding: 12px;
    }
    .popup_comm.product_detail .cont {
        margin-top: 19px;
    }
    .popup_comm.product_detail .cont .description_w {
        width: calc(100% - 191px - 19px);
        height: 208px;
        margin-right: 19px;
    }
    .popup_comm.product_detail .cont .description_w::-webkit-scrollbar {
        width: 3px;
    }
    .popup_comm.product_detail .cont .description_w::-webkit-scrollbar-track {
        border-radius: 6px;
    }
    .popup_comm.product_detail .cont .description_w .col:not(:first-child) {margin-top: 14px;}
    .popup_comm.product_detail .cont .description_w .item_title {
        font-size: 11px;

    }
    .popup_comm.product_detail .cont .description_w .item_desc {
        margin-top: 5px;
        font-size: 8px;

    }
    .popup_comm.product_detail .cont .img_w {
        width: 191px;
    }
    .popup_comm.product_detail .btn_w .btn_comm a {
        padding: 7px 14px;
    }
}
