/* common */
.sec {
    position: relative;
    width: 100%;

    background-color: rgba(18, 22, 25, 1);
    color: rgba(255, 255, 255, 1);
}
.sec .inner {
    height: 100%;
}
.content {
    min-height: fit-content;
    padding-bottom: 0;
}
.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;
}
.parallax__item {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
}
.parallax__item.desktop {
    display: flex;
}
.parallax__item.mobile {
    display: none;
}
.pin-spacer {
    background-color: rgba(18, 22, 25, 1);
    color: rgba(255, 255, 255, 1);
}
.error_msg {
    margin-left: 152px;
    margin-top: 4px;
}
.error_msg.agree, .step.s2 .error_msg {
    margin-left: 0;
}

/* sec1 */
#sec1 {
    height: calc(100vh - 100px);
}
#sec1 video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: calc(100% + 100px);
}
#sec1 .inner {
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 30px 0;
}
#sec1 .main_tit {
    font-family: 'adobe-caslon-pro', serif;
    text-align: center;
    font-size: 100px;
    line-height: var(--fs_tit);
    color: rgba(255, 255, 255, 1);
}
#sec1 .circle {
    width: 200px;
    height: 200px;
}
#cir_txt {

}

/* sec2 */
#sec2 {
    background-image: url("https://d18khqjaxnxujq.cloudfront.net/page_image/branding/bg_circle.png");
    background-repeat: no-repeat;
    background-position: -20% 50%;
    background-size: 700px 700px;
    background-attachment: fixed;
}
.sec2 .sec_cont {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec2 .sec_cont.left {
    align-items: baseline;
}
.sec2 .sec_cont.right {
    right: 0;
    align-items: flex-end;
    text-align: right;
}
.sec2 .sec_cont.center {
    text-align: center;
}
.sec2 .sec_cont .img {
    width: 800px;
}
.sec2 .sec_cont .txt {
    margin-top: 40px;
    font-size: 32px;

    color: rgba(255, 255, 255, 1);
}
.sec2 .sec_cont .txt span {
    font-weight: 700;
    font-size: 44px;

}
.en #sec2 .sec_cont .txt {
    margin-top: 0;
}
.en #sec2 .sec_cont.right .txt {
    margin-top: 40px;
}
.en #sec2 .sec_cont .txt .tit {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 60px;
    line-height: var(--fs_tit);
    letter-spacing: -0.65px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
.en #sec2 .sec_cont .txt .desc {
    margin-top: 0;
    font-size: 22px;

    color: rgba(255, 255, 255, 1);
}
.en #sec2 .sec_cont .img {
    margin-top: 38px;
    width: 800px;
}
.en .sec2 .sec_cont.center .desc,
.en .sec2 .sec_cont.left .desc {
    font-size: 24px;

    color: rgba(255, 255, 255, 1);
    margin-bottom: 100px;
    width: 1150px;
}
.en .sec2 .sec_cont.center .txt {
    font-family: 'adobe-caslon-pro', serif;
    margin-top: 100px;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}
#sec2_2 {
    background: rgba(32, 50, 66, 1);
}

/* sec3 */
#sec3 {
    height: calc(100vh - 55px);
}
#sec3 .sec_tit {
    font-weight: 600;
    font-size: 44px;
    line-height: var(--fs_tit);
    color: rgba(255, 255, 255, 1);
}
#sec3 .sec_desc {
    margin-top: 16px;
    font-size: 18px;

    text-align: center;
    color: rgba(240, 240, 240, 1);
}
#sec3 .sec_cont {
    margin-top: 60px;
    position: relative;
    width: 100%;
    height: fit-content;
}
#sec3 .sec_cont .cont {
    text-align: center;
    width: 320px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid rgba(85, 85, 85, 1);
    transform: translate(0);
}
#sec3 .sec_cont .cont.c1 {transform: translateX(18%);}
#sec3 .sec_cont .cont.c2 {transform: translateX(6%);}
#sec3 .sec_cont .cont.c3 {transform: translateX(-6%);}
#sec3 .sec_cont .cont.c4 {transform: translateX(-18%);}
#sec3 .sec_cont .cont p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-weight: 700;
    font-size: 24px;

}
#sec3 .sec_cont .cont.center {
    position: absolute;
    text-align: center;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(85, 85, 85, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(85, 85, 85, 1);
    opacity: 0;
}
#sec3 .sec_cont .cont.center p {width: 250px;}

#sec3 .row.desktop {
    display: flex;
}
#sec3 .row.mobile,
.sec_cont.col.center.mobile {
    display: none;
}
 

/* sec4 */
#sec4 > .inner {
    padding: 120px 92px 140px 92px;
}
#sec4 .sec_cont {
    margin-top: 0;
    border-top: 1px solid rgba(240, 240, 240, 1);
    padding: 16px 0;
    justify-content: space-between;
}
#sec4 .sec_cont:last-child {
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}
#sec4 .sec_cont .left {
    width: calc(60% - 32px);
    align-items: start;
}
#sec4 .sec_cont .left .tit {
    margin-top: 32px;
    font-size: 44px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
#sec4 .sec_cont .left .desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;

}
#sec4 .sec_cont .left .tag_cont {
    margin-top: 40px;
}
#sec4 .sec_cont .left .tag_cont .tag p {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;

    padding: 4px 16px;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 32px;
}
#sec4 .sec_cont .left .tag_cont .tag:not(:first-child) {
    margin-top: 12px;
}
#sec4 .sec_cont .left .tag_cont.visual {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
#sec4 .sec_cont .left .tag_cont.visual .tag:not(:first-child) {
    margin-top: 0;
}
#sec4 .sec_cont .right {
    width: 40%;
}
#sec4 .sec_cont .right img {
    object-fit: contain;
    height: 100%;
}

/* sec5 */
#sec5 > .inner {
    padding: 100px 92px 0 92px;
}
#sec5 .sec_tit {
    font-size: 48px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
#sec5 .sec_desc {
    margin-top: 8px;
    font-size: 24px;

    color: rgba(196, 196, 196, 1);
    text-align: center;
}
#sec5 .sec_cont {
    margin-top: 32px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
}
#sec5 .sec_cont .cont {
    position: relative;
    padding: 24px;
    width: 100%;
}
#sec5 .sec_cont > [style^='--aspect-ratio']::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
}
#sec5 .sec_cont .cont img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sec5 .sec_cont .cont .txt_wrap {
    position: absolute;
    bottom: 24px;
    left: 24px;
}
#sec5 .sec_cont .cont .txt_wrap span {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 40px;

    color: rgba(255, 255, 255, 1);
}
#sec5 .sec_cont .cont .txt_wrap .tag_wrap {
    margin-top: 32px;
}
#sec5 .sec_cont .cont .txt_wrap .tag_wrap > div:first-child {
    margin-bottom: 8px;
}
#sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag {
    margin-right: 8px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
}
#sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag p {
    font-size: 12px;

    color: rgba(68, 68, 68, 1);
    padding: 4px 10px;
}

/* sec6 */
#sec6 > .inner {
    padding: 100px 92px;
}
#sec6 .sec_tit {
    font-size: 44px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
#sec6 .sec_cont {margin-top: 8px;}
#sec6 .sec_cont .left {width: 45%;}
#sec6 .sec_cont .left .l_desc p {
    font-size: 14px;

}
#sec6 .sec_cont .left .l_desc span {
    font-weight: 700;
}
#sec6 .sec_cont .left .l_cont {margin-top: 40px;}
#sec6 .sec_cont .left .l_cont ul {
    padding-left: 32px;
    position: relative;
}
#sec6 .sec_cont .left .l_cont ul li {position: relative;}
#sec6 .sec_cont .left .l_cont ul li:not(:first-child) {
    margin-top: 24px;
}
#sec6 .sec_cont .left .l_cont ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 14px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}
#sec6 .sec_cont .left .l_cont ul li span {
    font-size: 14px;

    color: rgba(168, 168, 168, 1);
}
#sec6 .sec_cont .left .l_cont ul li p {
    font-size: 16px;

    color: rgba(246, 247, 251, 1);
}
#sec6 .sec_cont .left .l_cont .line {
    width: 2px;
    background: rgba(221, 221, 221, 1);
    height: 200px;
    position: absolute;
    top: 50px;
    left: 7px;
}
#sec6 .sec_cont .right {width: 55%;}
#sec6 .sec_cont .right .step:not(:first-child) {
    margin-top: 40px;
}
#sec6 .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;
}
#sec6 .sec_cont .right .step > .tit {
    margin-top: 8px;
    font-size: 24px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
#sec6 .sec_cont .right .step > .cont {
    margin-top: 16px;
}
#sec6 .sec_cont .right .step > .cont .item:not(:first-child) {
    margin-top: 16px;
}
#sec6 .sec_cont .right .step > .cont .item label {
    width: 120px;
    font-size: 16px;

    font-weight: 600;
    margin-right: 32px;
    display: flex;
    align-items: center;
    color: rgba(196, 196, 196, 1);
}
#sec6 .sec_cont .right .step > .cont .item .input_box {
    width: 368px;
    border: 1px solid rgba(221, 221, 221, 1);
}
#sec6 .sec_cont .right .step > .cont .item .input_box input,
#sec6 .sec_cont .right .step > .cont .item .input_box select,
#sec6 .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);
}
#sec6 .sec_cont .right .step > .cont .item .input_box.msg {
    width: 100%;
}
#sec6 .sec_cont .right .step > .cont .item.phone .input_box {
    border: none;
}
#sec6 .sec_cont .right .step > .cont .item.phone .input_box select {
    width: 140px;
    margin-right: 8px;
    border: 1px solid rgba(221, 221, 221, 1);
}
#sec6 .sec_cont .right .step > .cont .item.phone .input_box input {
    width: calc(100% - 148px);
    border: 1px solid rgba(221, 221, 221, 1);
}
#sec6 .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;
}
#sec6 .sec_cont .right .step.s2 .cont .item .item_tit {
    font-weight: 600;
    font-size: 16px;
    line-height: var(--fs_tit);
    color: rgba(196, 196, 196, 1);
}
#sec6 .sec_cont .right .step.s2 .cont .item .list {
    margin-top: 8px;
    gap: 8px;
    justify-content: space-between;
}
#sec6 .sec_cont .right .step.s2 .cont .item:nth-child(2) .list {
    width: 75%;
}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk {
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 24px 0;
}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label {
    margin: 0 auto;
}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area {
    width: 60px;
    height: 60px;
    background-size: cover;
}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target1 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_skincare.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target2 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_makeup.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target3 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_hairbody.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target4 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_etc.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target1_2 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_branding.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target2_2 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_brand_design.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area.target3_2 {background-image: url('https://d18khqjaxnxujq.cloudfront.net/page_image/branding/ico_package_design.png');}
#sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;

    color: rgba(255, 255, 255, 1);
    text-align: center;
}
#sec6 .sec_cont .right .file_w {
    margin-top: 16px;
    color: #FFFFFF;
    position: relative;
}
#sec6 .sec_cont .right .file_w p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3750;
}
#sec6 .sec_cont .right .file_w input[type=file] {
    display: none;
}
#sec6 .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: 8px 0;
    color: #121619;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2857;
}
#sec6 .sec_cont .right .file_w input[type=file] + label img {
    display: inline-flex;
    margin-right: 4px;
    max-width: 14px;
}
#sec6 .sec_cont .right .file_w .file_list p {
    display: flex;
}
#sec6 .sec_cont .right .file_w .file_list p a {
    color: #FFFFFF;
    font-weight: 300;
}
#sec6 .sec_cont .right .file_w p.etc {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    margin-top: 8px;
}
#sec6 .sec_cont .right .file_w p.etc img {
    display: inline-flex;
    vertical-align: middle;
    max-width: 12px;
}
#sec6 .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;
}
#sec6 .sec_cont .right .file_w .toast_popup_w .toast_in {
    padding: 16px;
    display: flex;
    align-items: center;
}
#sec6 .sec_cont .right .file_w .toast_popup_w .toast_ico {
    margin-right: 8px;
}
#sec6 .sec_cont .right .file_w .toast_popup_w p {
    font-size: 14px;

    font-weight: 300;
    color: #FFFFFF;
}
#sec6 .sec_cont .right .submit_btn {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
#sec6 .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;
    text-transform: uppercase;
}
#sec6 .chk_w .chk_item {
    border: none;
    background-color: rgba(18, 22, 25, 1);
    color: #fff;
}
#sec6 .chk_w .chk_item:first-child {
    margin-top: 24px;
}
#sec6 .chk_w .chk_item input[type="checkbox"] + label {
    font-size: 14px;

    display: flex;
    align-items: center;
    cursor: pointer;
}
#sec6 .chk_w .chk_item input[type="checkbox"] + label span {
    text-decoration: underline;
}
#sec6 .chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
    display: block;
    width: 20px;
    height: 20px;
    /*border: 1px solid #ddd;*/
    /*background-color: #fff;*/
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}
#sec6 .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;
}

/* popup */
.popup_comm.branding {
    width: 860px;
    max-width: 860px;
}
.popup_comm.branding .cont {
    margin-top: 16px;
}
.popup_comm.branding .cont .box:not(:first-child) {
    margin-top: 40px;
}
.popup_comm.branding .cont .box .tit {
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 0.95;
    color: rgba(18, 22, 25, 1);
}
.popup_comm.branding .cont .box .link {
    display: flex;
    margin-top: 8px;
    align-items: center;
}
.popup_comm.branding .cont .box .link i {
    margin-right: 8px;
}
.popup_comm.branding .cont .box .link a {
    font-size: 16px;

    color: #838383;
}
.popup_comm.branding .cont .box .tag_wrap {
    margin-top: 32px;
    margin-bottom: 40px;
    gap: 8px;
}
.popup_comm.branding .cont .box .tag_wrap .tag p {
    font-size: 12px;

    padding: 4px 10px;
    border: 1px solid rgba(18, 22, 25, 1);
    color: rgba(18, 22, 25, 1);
    background: rgba(255, 255, 255, 1);
}
.popup_comm.branding .cont .box .subtit {
    font-weight: 600;
    font-size: 24px;

    color: rgba(68, 68, 68, 1);
}
.popup_comm.branding .cont .box .desc {
    margin-top: 8px;
    font-size: 16px;

    color: rgba(68, 68, 68, 1);
}


/* mediaquery */
@media (max-width: 1400px) {
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap {
        margin-top: 22px;
    }
    #sec5 .sec_cont .cont .txt_wrap span {
        font-size: 36px;

    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag p {
        padding: 3px 7px;
    }
}

@media (max-width: 1300px) {
    /* common */
    .error_msg {
        margin-left: 11.69vw;
        margin-top: 0.31vw;
    }

    /* sec1 */
    #sec1 {
        height: calc(100vh - 7.69vw);
    }
    #sec1 video {
        height: calc(100% + 7.69vw);
    }
    #sec1 .inner {
        /*padding: 3.69vw 0;*/
        padding: 6.15vw 0 2.31vw 0;
    }
    #sec1 .main_tit {
        font-size: 7.69vw;

    }
    #sec1 .circle {
        width: 15.38vw;
        height: 15.38vw;
    }

    /* sec2 */
    #sec2 {
        background-size: 53.85vw 53.85vw;
    }
    .sec2 .sec_cont .img {
        width: 61.54vw;
    }
    .sec2 .sec_cont .txt {
        margin-top: 3.08vw;
        font-size: 2.46vw;

    }
    .sec2 .sec_cont .txt span {
        font-size: 3.38vw;

    }
    .en #sec2 .sec_cont.right .txt {
        margin-top: 3.08vw;
    }
    .en #sec2 .sec_cont .txt .tit {
        font-size: 4.62vw;

    }
    .en #sec2 .sec_cont .txt .desc {
        font-size: 1.69vw;

    }
    .en #sec2 .sec_cont .img {
        margin-top: 7.69vw;
        width: 61.54vw;
    }
    .en .sec2 .sec_cont.center .desc,
    .en .sec2 .sec_cont.left .desc {
        font-size: 1.85vw;

        margin-bottom: 7.69vw;
        width: 88.46vw;
    }
    .en .sec2 .sec_cont.center .txt {
        margin-top: 7.69vw;
        font-size: 3.85vw;

    }

    /* sec3 */
    #sec3 {
        height: calc(100vh - 4.23vw);
    }
    #sec3 .sec_tit {
        font-size: 3.38vw;

    }
    #sec3 .sec_desc {
        margin-top: 1.23vw;
        font-size: 1.38vw;

    }
    #sec3 .sec_cont {
        margin-top: 4.62vw;
    }
    #sec3 .sec_cont .cont {
        width: 24.62vw;
    }
    #sec3 .sec_cont .cont p {
        font-size: 1.85vw;

    }
    #sec3 .sec_cont .cont.center {
        width: 24.62vw;
        height: 24.62vw;
    }
    #sec3 .sec_cont .cont.center p {width: 19.23vw;}

    /* sec4 */
    #sec4 > .inner {
        padding: 9.23vw 7.08vw 10.77vw 7.08vw;
    }
    #sec4 .sec_cont {
        padding: 1.23vw 0;
    }
    #sec4 .sec_cont .left {
        width: calc(60% - 2.46vw);
    }
    #sec4 .sec_cont .left .tit {
        margin-top: 2.46vw;
        font-size: 3.38vw;

    }
    #sec4 .sec_cont .left .desc {
        margin-top: 0.62vw;
        font-size: 1.23vw;

    }
    #sec4 .sec_cont .left .tag_cont {
        margin-top: 3.08vw;
    }
    #sec4 .sec_cont .left .tag_cont .tag p {
        font-size: 1.54vw;

        padding: 0.31vw 1.23vw;
        border-radius: 2.46vw;
    }
    #sec4 .sec_cont .left .tag_cont .tag:not(:first-child) {
        margin-top: 0.92vw;
    }
    #sec4 .sec_cont .left .tag_cont.visual {
        gap: 0.92vw;
    }

    /* sec5 */
    #sec5 > .inner {
        padding: 7.69vw 7.08vw 0 7.08vw;
    }
    #sec5 .sec_tit {
        font-size: 3.69vw;

    }
    #sec5 .sec_desc {
        margin-top: 0.62vw;
        font-size: 1.85vw;

    }
    #sec5 .sec_cont {
        margin-top: 2.46vw;
    }
    #sec5 .sec_cont .cont {
        padding: 1.85vw;
    }
    #sec5 .sec_cont > [style^='--aspect-ratio']::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    #sec5 .sec_cont .cont .txt_wrap {
        bottom: 1.85vw;
        left: 1.85vw;
    }
    #sec5 .sec_cont .cont .txt_wrap span {
        font-size: 2.77vw;

    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap {
        margin-top: 1.69vw;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap > div:first-child {
        margin-bottom: 0.62vw;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag {
        margin-right: 0.62vw;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag p {
        font-size: 0.92vw;

        padding: 0.23vw 0.54vw;
    }

    /* sec6 */
    #sec6 > .inner {
        padding: 7.69vw 7.08vw;
    }
    #sec6 .sec_tit {
        font-size: 3.38vw;

    }
    #sec6 .sec_cont {margin-top: 0.62vw;}
    #sec6 .sec_cont .left .l_desc p {
        font-size: 1.08vw;

    }
    #sec6 .sec_cont .left .l_cont {margin-top: 3.08vw;}
    #sec6 .sec_cont .left .l_cont ul {
        padding-left: 2.46vw;
    }
    #sec6 .sec_cont .left .l_cont ul li:not(:first-child) {
        margin-top: 1.85vw;
    }
    #sec6 .sec_cont .left .l_cont ul li:before {
        content: '';
        width: 1.23vw;
        height: 1.23vw;
        left: -2.46vw;
        top: 1.08vw;
    }
    #sec6 .sec_cont .left .l_cont ul li span {
        font-size: 1.08vw;

    }
    #sec6 .sec_cont .left .l_cont ul li p {
        font-size: 1.23vw;

    }
    #sec6 .sec_cont .left .l_cont .line {
        width: 0.15vw;
        height: 15.38vw;
        top: 3.85vw;
        left: 0.54vw;
    }
    #sec6 .sec_cont .right .step:not(:first-child) {
        margin-top: 3.08vw;
    }
    #sec6 .sec_cont .right .step > span {
        font-size: 1.23vw;

        padding: 0 0.62vw;
        border-radius: 1.23vw;
    }
    #sec6 .sec_cont .right .step > .tit {
        margin-top: 0.62vw;
        font-size: 1.85vw;

    }
    #sec6 .sec_cont .right .step > .cont {
        margin-top: 1.23vw;
    }
    #sec6 .sec_cont .right .step > .cont .item:not(:first-child) {
        margin-top: 1.23vw;
    }
    #sec6 .sec_cont .right .step > .cont .item label {
        width: 9.23vw;
        font-size: 1.23vw;

        margin-right: 2.46vw;
    }
    #sec6 .sec_cont .right .step > .cont .item .input_box {
        width: 28.31vw;
    }
    #sec6 .sec_cont .right .step > .cont .item .input_box input,
    #sec6 .sec_cont .right .step > .cont .item .input_box select,
    #sec6 .sec_cont .right .step > .cont .item .input_box textarea {
        padding: 0.92vw;
        font-size: 1.08vw;

    }
    #sec6 .sec_cont .right .step > .cont .item.phone .input_box select {
        width: 10.77vw;
        margin-right: 0.62vw;
    }
    #sec6 .sec_cont .right .step > .cont .item.phone .input_box input {
        width: calc(100% - 11.38vw);
    }
    #sec6 .sec_cont .right .step > .cont .item .input_box select {
        background-size: 1.23vw auto;
        background-position: center right 1.08vw;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .item_tit {
        font-size: 1.23vw;

    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list {
        margin-top: 0.62vw;
        gap: 0.62vw;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk {
        padding: 1.85vw 0;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area {
        width: 4.62vw;
        height: 4.62vw;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk p {
        margin-top: 0.77vw;
        font-size: 1.08vw;

    }
    #sec6 .sec_cont .right .file_w {
        margin-top: 1.23vw;
    }
    #sec6 .sec_cont .right .file_w p {
        font-size: 1.23vw;
    }
    #sec6 .sec_cont .right .file_w input[type=file] + label {
        padding: 0.46vw 1.23vw;
        margin: 0.62vw 0;
        font-size: 1.08vw;
    }
    #sec6 .sec_cont .right .file_w input[type=file] + label img {
        margin-right: 0.31vw;
        max-width: 1.08vw;
    }
    #sec6 .sec_cont .right .file_w p.etc {
        font-size: 1.08vw;
        margin-top: 0.62vw;
    }
    #sec6 .sec_cont .right .file_w p.etc img {
        max-width: 0.92vw;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w {
        width: 25.85vw;
        top: 2.31vw;
        border-radius: 0.62vw;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w .toast_in {
        padding: 1.23vw;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w .toast_ico {
        margin-right: 0.62vw;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w p {
        font-size: 1.08vw;

    }
    #sec6 .sec_cont .right .submit_btn {
        margin-top: 2.46vw;
    }
    #sec6 .sec_cont .right .submit_btn a {
        font-size: 1.38vw;

        padding: 0.92vw 1.85vw;
    }
    #sec6 .chk_w .chk_item:first-child {
        margin-top: 1.85vw;
    }
    #sec6 .chk_w .chk_item input[type="checkbox"] + label {
        font-size: 1.08vw;

    }
    #sec6 .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;
    }
    #sec6 .chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
        background-size: 1.54vw auto;
    }

    /* popup */
    .popup_comm.branding {
        width: 66.15vw;
        max-width: 66.15vw;
    }
    .popup_comm.branding .cont {
        margin-top: 1.23vw;
    }
    .popup_comm.branding .cont .box:not(:first-child) {
        margin-top: 3.08vw;
    }
    .popup_comm.branding .cont .box .tit {
        font-size: 3.08vw;

    }
    .popup_comm.branding .cont .box .link {
        margin-top: 0.62vw;
    }
    .popup_comm.branding .cont .box .link i {
        margin-right: 0.62vw;
    }
    .popup_comm.branding .cont .box .link a {
        font-size: 1.23vw;

    }
    .popup_comm.branding .cont .box .tag_wrap {
        margin-top: 2.46vw;
        margin-bottom: 3.08vw;
        gap: 0.62vw;
    }
    .popup_comm.branding .cont .box .tag_wrap .tag p {
        font-size: 0.92vw;

        padding: 0.31vw 0.77vw;
    }
    .popup_comm.branding .cont .box .subtit {
        font-size: 1.85vw;

    }
    .popup_comm.branding .cont .box .desc {
        margin-top: 0.62vw;
        font-size: 1.23vw;

    }
}

@media (max-width: 768px) {
    /* common */
    .error_msg {
        margin-left: 0;
        margin-top: 8px;
    }
    .sec .inner {
        padding: 0 20px;
    }

    /* sec1 */
    #sec1 {
        height: 550px;
        /*height: 160vw;*/
    }
    #sec1 .main_bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        min-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("https://d18khqjaxnxujq.cloudfront.net/page_image/branding/branding_mobile_main.png");
    }
    #sec1 .inner {
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 32px;
        height: 100%;
    }
    #sec1 .main_tit {
        font-family: 'adobe-caslon-pro', serif;
        text-align: left;
        font-size: 32px;
        line-height: var(--fs_tit);
        color: rgba(255, 255, 255, 1);
    }
    #sec1 .circle {
        width: 80px;
        height: 80px;
    }
    .parallax__item.desktop {
        display: none;
    }
    .parallax__item.mobile {
        display: flex;
    }
    .pin-spacer{
        display: none;
    }

    /* sec2 */
    #sec2 {
        background-image: url(https://d18khqjaxnxujq.cloudfront.net/page_image/branding/bg_circle.png);
        background-repeat: no-repeat;
        background-position: -120px 60px;
        background-size: 300px 300px;
        background-attachment: fixed;
        /* background-size: 414px 414px; */
    }
    #sec2.parallax__item {
        height: auto;
    }
    .sec2 .sec_cont {
        height: auto;
        padding: 108px 0;
    }
    .sec2 .sec_cont .img {
        width: 473px;
    }
    .sec2 .sec_cont .txt {
        margin-top: 32px;
        font-size: 16px;
        text-align: center;
    }
    .sec2 .sec_cont .txt span {
        font-size: 20px;
        font-weight: 600;
    }
    .sec2 .sec_cont .txt p:not(:first-child) {
        margin-top: 8px;
    }
    .en #sec2 .sec_cont.right .txt {
        margin-top: 24px;
    }
    .en #sec2 .sec_cont .txt .tit {
        font-family: 'adobe-caslon-pro', serif;
        font-size: 23px;
        line-height: var(--fs_tit);
        margin-bottom: 32px;
        text-transform: uppercase;
    }
    .en #sec2 .sec_cont .desc,
    .en #sec2 .sec_cont .txt .desc {
        margin-top: 32px;
        text-align: center;
        font-size: 16px;
    }
    .en #sec2 .sec_cont .img {
        margin-top: 0;
        width: 473px;
    }
    .en .sec2 .sec_cont.center .desc,
    .en .sec2 .sec_cont.left .desc {
        font-size: 14px;

        margin-bottom: 59px;
        width: 679px;
    }
    .en .sec2 .sec_cont.center .txt {
        margin-top: 59px;
        font-size: 30px;

    }

    /* sec3 */
    /* #sec3 {
        height: calc(100vh - 32px);
    }
    #sec3 .sec_tit {
        font-size: 26px;

    }
    #sec3 .sec_desc {
        margin-top: 9px;
        font-size: 11px;

    }
    #sec3 .sec_cont {
        margin-top: 35px;
    }
    #sec3 .sec_cont .cont {
        width: 189px;
    }
    #sec3 .sec_cont .cont p {
        font-size: 14px;

    }
    #sec3 .sec_cont .cont.center {
        width: 189px;
        height: 189px;
    }
    #sec3 .sec_cont .cont.center p {width: 148px;} */
	
	
    #sec3 {
        padding: 60px 0;
        height: auto;
    }
    #sec3 .inner {
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: none;
        /*justify-content: flex-start;*/
    }
    #sec3 .sec_cont {
        margin-top: 32px;
        width: 200px;
    }
    #sec3 .sec_tit {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
    }
    #sec3 .sec_desc {
        margin-top: 8px;
        font-size: 14px;
        color: rgba(240, 240, 240, 1);
        text-align: center;
    }
    #sec3 .sec_cont .cont {
        position: relative;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        border: 1px solid rgba(85, 85, 85, 1);
        /*background: rgba(18, 22, 25, 1);*/
    }
    #sec3 .sec_cont .cont p {
        font-weight: 600;
        font-size: 16px;
    
        color: rgba(255, 255, 255, 1);
    
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    #sec3 .sec_cont .cont.c1 {transform: none;}
    #sec3 .sec_cont .cont.c2 {transform: translateY(-15px);}
    #sec3 .sec_cont .cont.c3 {transform: translateY(-30px);}
    #sec3 .sec_cont .cont.c4 {transform: translateY(-45px);}
    #sec3 .sec_cont .cont.center {
        position: relative;
        width: 200px;
        height: 200px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(85, 85, 85, 1);
        transform: translateY(-60px);
        /*transform: translateY(-670px);*/
        opacity: 1;
    }

    #sec3 .sec_cont .cont.center p{
        color: rgba(85, 85, 85, 1);
        width: 175px;
    }

    #sec3 .row {
        display: flex;
    }
    #sec3 .row.center {
        align-items: center;
        justify-content: center;
    }
    #sec3 .row.desktop {
        display: none;
    }
    #sec3 .row.mobile {
        display: flex;
    }
    #sec3 .col {
        display: flex;
        flex-direction: column;
    }
    /* #sec3 .col.center {
        align-items: center;
        justify-content: center;
    } */
    #sec3 .pin-spacer {
        background-color: rgba(18, 22, 25, 1);
        color: rgba(255, 255, 255, 1);
    }

    /* sec4 */
    /* #sec4 > .inner {
        padding: 71px 54px 83px 54px;
    }
    #sec4 .sec_cont {
        padding: 9px 0;
    }
    #sec4 .sec_cont .left {
        width: calc(60% - 19px);
    }
    #sec4 .sec_cont .left .tit {
        margin-top: 19px;
        font-size: 26px;

    }
    #sec4 .sec_cont .left .desc {
        margin-top: 5px;
        font-size: 9px;

    }
    #sec4 .sec_cont .left .tag_cont {
        margin-top: 24px;
    }
    #sec4 .sec_cont .left .tag_cont .tag p {
        font-size: 12px;

        padding: 2px 9px;
        border-radius: 19px;
    }
    #sec4 .sec_cont .left .tag_cont .tag:not(:first-child) {
        margin-top: 7px;
    }
    #sec4 .sec_cont .left .tag_cont.visual {
        gap: 7px;
    } */
    #sec4 > .inner {
        width: 100%;
        height: 100%;
        padding: 0 20px;
    }
    #sec4 .sec_cont {
        margin-top: 0;
        border-top: 1px solid rgba(240, 240, 240, 1);
        padding: 16px 0 24px 0;
        justify-content: space-between;
    }
    #sec4 .sec_cont:last-child {
        border-bottom: 1px solid rgba(240, 240, 240, 1);
    }
    #sec4 .sec_cont .left {
        width: 100%;
    }
    #sec4 .sec_cont .left .tit {
        font-size: 24px;
        line-height: var(--fs_tit);
        font-weight: 600;
        margin-top: 0;
    }
    #sec4 .sec_cont .left .desc {
        margin-top: 8px;
        font-size: 16px;
        font-weight: 400;
    
    }
    #sec4 .sec_cont .left .img_w {
        margin-top: 24px;
        width: 100%;
    }
    #sec4 .sec_cont .left .tag_cont {
        margin-top: 24px;
    }
    #sec4 .sec_cont .left .tag_cont .tag {
        width: 100%;
    }
    #sec4 .sec_cont .left .tag_cont .tag p {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
    
        padding: 8px 12px;
        border: 1px solid rgba(196, 196, 196, 1);
        border-radius: 32px;
    }
    #sec4 .sec_cont .left .tag_cont .tag:not(:first-child),
    #sec4 .sec_cont .left .tag_cont.visual .tag:not(:first-child) {
        margin-top: 12px;
    }

    /* sec5 */
    /* #sec5 > .inner {
        padding: 59px 54px 0 54px;
    }
    #sec5 .sec_tit {
        font-size: 28px;

    }
    #sec5 .sec_desc {
        margin-top: 5px;
        font-size: 14px;

    }
    #sec5 .sec_cont {
        margin-top: 19px;
    }
    #sec5 .sec_cont .cont {
        padding: 14px;
    }
    #sec5 .sec_cont > [style^='--aspect-ratio']::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    #sec5 .sec_cont .cont .txt_wrap {
        bottom: 14px;
        left: 14px;
    }
    #sec5 .sec_cont .cont .txt_wrap span {
        font-size: 21px;

    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap {
        margin-top: 13px;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap > div:first-child {
        margin-bottom: 5px;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag {
        margin-right: 5px;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag p {
        font-size: 7px;

        padding: 2px 4px;
    } */
    #sec5 {padding: 60px 0;}
    #sec5 .inner {
        padding: 0 20px;
    }
    #sec5 .sec_tit {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
    }
    #sec5 .sec_desc {
        margin-top: 8px;
        font-size: 14px;
    
        color: rgba(240, 240, 240, 1);
        text-align: center;
    }
    #sec5 .sec_cont {
        width: 100%;
        margin-top: 32px;
        display: block;
    }
    #sec5 .sec_cont .cont {
        position: relative;
        padding: 16px;
        width: 100%;
        height: calc(100vw - 40px);
    }
    #sec5 .sec_cont .cont img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #sec5 .sec_cont .cont .txt_wrap {
        position: absolute;
        bottom: 16px;
        left: 16px;
    }
    #sec5 .sec_cont .cont .txt_wrap span {
        font-family: 'adobe-caslon-pro', serif;
        font-size: 25px;
        line-height: 0.96;
        color: rgba(255, 255, 255, 1);
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap {
        margin-top: 8px;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap > div:first-child {
        margin-bottom: 8px;
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag {
        margin-right: 8px;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 1);
        background: rgba(255, 255, 255, 1);
    }
    #sec5 .sec_cont .cont .txt_wrap .tag_wrap .tag p {
        font-size: 8px;
    
        color: rgba(68, 68, 68, 1);
        padding: 2px 6px;
    }

    /* sec6 */
    #sec6 {
        padding: 60px 0;
    }
    #sec6 > .inner {
        padding: 0 20px;
    }
    #sec6 .sec_tit {
        font-weight: 600;
        font-size: 32px;
        line-height: 1.2;
        color: rgba(255, 255, 255, 1);
        text-align: left;
    }
    #sec6 .sec_cont {
        margin-top: 5px;
        flex-direction: column;
    }
    #sec6 .sec_cont .left {
        width: 100%;
    }

    #sec6 .sec_cont .left .l_desc p {
        font-size: 14px;
        color: rgba(221, 221, 221, 1);
    }
    #sec6 .sec_cont .left .l_cont {margin-top: 40px;}
    #sec6 .sec_cont .left .l_cont ul {
        padding-left: 32px;
        position: relative;
    }
    #sec6 .sec_cont .left .l_cont ul li:nth-child(2) {
        margin-top: 0;
    }
    #sec6 .sec_cont .left .l_cont ul li:nth-child(3),
    #sec6 .sec_cont .left .l_cont ul li:nth-child(4),
    #sec6 .sec_cont .left .l_cont ul li:nth-child(5) {
        margin-top: 24px;
    }
    
    #sec6 .sec_cont .left .l_cont ul li:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        left: -32px;
        top: 14px;
        background: rgba(255, 255, 255, 1);
        border-radius: 50%;
    }
    #sec6 .sec_cont .left .l_cont ul li span {
        font-size: 14px;

    }
    #sec6 .sec_cont .left .l_cont ul li p {
        font-size: 16px;

    }
    #sec6 .sec_cont .left .l_cont .line {
        width: 2px;
        background: rgba(221, 221, 221, 1);
        height: 200px;
        position: absolute;
        top: 25px;
        left: 7px;
    }
    #sec6 .sec_cont .right {
        width: 100%;
        margin-top: 32px;
    }
    #sec6 .sec_cont .right .step:not(:first-child) {
        margin-top: 40px;
    }
    #sec6 .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;
    }
    #sec6 .sec_cont .right .step > .tit {
        margin-top: 8px;
        font-size: 18px;
        line-height: var(--fs_tit);
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
    }
    #sec6 .sec_cont .right .step > .cont {
        margin-top: 16px;
    }
    #sec6 .sec_cont .right .step > .cont .item:not(:first-child) {
        margin-top: 16px;
    }
    #sec6 .sec_cont .right .step > .cont .item.row {
        flex-direction: column;
    }
    #sec6 .sec_cont .right .step > .cont .item label {
        width: 120px;
        font-size: 16px;

        font-weight: 600;
        margin-right: 32px;
        display: flex;
        align-items: center;
        color: rgba(196, 196, 196, 1);
    }
    #sec6 .sec_cont .right .step > .cont .item .input_box {
        border: 1px solid rgba(221, 221, 221, 1);
        margin-top: 8px;
        width: 100%;
    }
    #sec6 .sec_cont .right .step > .cont .item .input_box input,
    #sec6 .sec_cont .right .step > .cont .item .input_box select,
    #sec6 .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);
    }
    #sec6 .sec_cont .right .step > .cont .item.phone .input_box select {
        width: 140px;
        margin-right: 8px;
        border: 1px solid rgba(221, 221, 221, 1);
    }
    #sec6 .sec_cont .right .step > .cont .item.phone .input_box input {
        width: calc(100% - 87px);
    }
    #sec6 .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;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .item_tit {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
        color: rgba(196, 196, 196, 1);
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list {
        margin-top: 8px;
        gap: 8px;
        /* flex-wrap: wrap; */
        flex-direction:initial;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item:nth-child(2) .list {
        width: 100%;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk {
        padding: 24px 0;
        box-sizing: border-box;
        width:calc((100% - 8px) / 2);
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk label .ico_area {
        width: 60px;
        height: 60px;
        background-size: cover;
    }
    #sec6 .sec_cont .right .step.s2 .cont .item .list .ico_chk p {
        margin-top: 10px;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }
    #sec6 .sec_cont .right .file_w {
        margin-top: 24px;
        color: #FFFFFF;
        position: relative;
    }
    #sec6 .sec_cont .right .file_w p {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3750;
    }
    #sec6 .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: 8px 0;
        color: #121619;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2857;
    }
    #sec6 .sec_cont .right .file_w input[type=file] + label img {
        display: inline-flex;
        margin-right: 4px;
        max-width: 10px;
    }
    #sec6 .sec_cont .right .file_w p.etc {
        color: #838383;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4285;
        margin-top: 8px;
    }
    #sec6 .sec_cont .right .file_w p.etc img {
        max-width: 7px;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w {
        width: 199px;
        top: 18px;
        border-radius: 5px;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w .toast_in {
        padding: 9px;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w .toast_ico {
        margin-right: 5px;
    }
    #sec6 .sec_cont .right .file_w .toast_popup_w p {
        font-size: 8px;

    }
    #sec6 .sec_cont .right .submit_btn {
        margin-top: 32px;
        display: flex;
        justify-content: center;
    }
    #sec6 .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;
    }
    #sec6 .chk_w .chk_item:first-child {
        margin-top: 24px;
    }
    #sec6 .chk_w .chk_item input[type="checkbox"] + label {
        font-size: 14px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    #sec6 .chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
        display: block;
        width: 20px;
        height: 20px;
        /*border: 1px solid #ddd;*/
        /*background-color: #fff;*/
        border-radius: 4px;
        margin-right: 8px;
        flex-shrink: 0;
    }
    #sec6 .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;
    }

    

    /* popup */
    .popup_comm.branding {
        /* width: 508px;
        max-width: 508px; */
        width: auto;
        max-width: none;
        margin: 0;
        height: 100%;
    }
    .popup_comm.branding .cont {
        margin-top: 16px;
        max-height: calc(100vh - 140px);
    }
    .popup_comm.branding .cont .box {
        margin-top: 32px;
    }
    .popup_comm.branding .cont .box:not(:first-child) {
        margin-top: 24px;
    }
    .popup_comm.branding .cont .box .tit {
        font-family: 'adobe-caslon-pro', serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 0.81;
        color: rgba(18, 22, 25, 1);
    }
    .popup_comm.branding .cont .box .link {
        margin-top: 5px;
    }
    .popup_comm.branding .cont .box .link i {
        margin-right: 5px;
    }
    .popup_comm.branding .cont .box .link a {
        font-size: 16px;
        color: #838383;
    }
    .popup_comm.branding .cont .box .tag_wrap {
        margin-top: 24px;
        margin-bottom: 32px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .popup_comm.branding .cont .box .tag_wrap .tag p {
        font-size: 12px;    
        color: rgba(68, 68, 68, 1);
        padding: 4px 10px;
        border: 1px solid rgba(18, 22, 25, 1);
        color: rgba(18, 22, 25, 1);
        background: rgba(255, 255, 255, 1);
    }
    .popup_comm.branding .cont .box .subtit {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2;
        color: rgba(68, 68, 68, 1);
    }
    .popup_comm.branding .cont .box .desc {
        margin-top: 8px;
        font-size: 16px;
        color: rgba(68, 68, 68, 1);
    }
}
