/*     1414875 : HTML 편집기      */
.sub_start_2 {position: relative;}
.sub_start_2:before {
content: 'DK WASH';
    font-family: var(--en-font) !important;
    font-size: clamp(5rem, 7vw, 10rem);
    position: absolute;
    color: #00000005;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -0.13rem;
    top: 10%;
    right: 4%;
}


.sub_start_2 dd {margin: 0}
.sub_start_2 p {margin: 0}


.sub_start_2 .tit_area .tit {
	text-align: center;
	line-height: 1.3;
	margin-bottom: clamp(2.5rem, 4vw, 5rem);
}

.sub_start_2 .conts_wrap dl {
	border: 1px solid #0000002e;
	position: relative;
	padding: clamp(2rem, 4.4vw, 6rem);
	background: linear-gradient(0deg, #00000005 50%, transparent 50%);
	border-radius: clamp(1rem, 1.5vw, 3rem);
	overflow: hidden;
}

.sub_start_2 .conts_wrap dl img {
	position: absolute;
	width: clamp(17rem, 31.8vw, 40rem);
	height: 100%;
	bottom: 0;
	right: 0;
	object-fit: cover;
	opacity: .2;
	transition: .3s;
	border-radius: clamp(1rem, 1.5vw, 3rem);
}

.sub_start_2 .conts_wrap dl.on img {
	opacity: 1;
	transition: .3s;
}

.sub_start_2 .conts_wrap dt {
	    font-size: clamp(1.2rem, 1.4vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.03rem;
    margin-bottom: clamp(0.6rem, 1vw, 3rem);

}

.sub_start_2 .conts_wrap dt .dec {
    text-transform: uppercase;
    font-family: var(--en-font) !important;
    color: var(--prm-clr);
    font-size: clamp(0.8rem, 0.8vw, 2rem);
    font-weight: 700;
}

.sub_start_2 dd p {
	font-size: clamp(.88rem, .88vw, 2rem);
}


@media (max-width:1023px) {
.sub_start_2 .conts_wrap dl {display: flex; flex-direction: column;}
.sub_start_2 .conts_wrap dl img {position: relative; width: 100%; margin-top: clamp(1rem, 2vw, 3rem);}
}

/*     1376835 : HTML 편집기      */
.sub_startup {
    overflow: hidden;
}

.sub_startup ul {
    margin: 0;
    padding: 0;
}

.sub_startup .tit {
    font-size: clamp(1.6rem, 2.1vw, 3rem);
    font-weight: 700;
    text-align: center;
}

.sub_startup .dec {
    text-align: center;
    margin-top: clamp(1rem, 1.5vw, 2rem);
    font-size: clamp(.95rem, .95vw, 3rem);
}

.sub_startup .sec1 {display: none;}

.sub_startup .sec1 .flex {
    display: flex;
    justify-content: space-between;
}

.sub_startup .conts_area {
    margin-top: clamp(2.5rem, 6vw, 7rem);
}

.sub_startup .sec1 .item {
    width: calc(33.333% - clamp(1rem, 1vw, 2rem));
}

.sub_startup .sec1 .item img {
    width: 100%;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: clamp(1rem, 1vw, 2rem);
}

.sub_startup .sec1 .item .cap {
    border: 1px solid #0000002e;
    color: #000;
    background: linear-gradient(0deg, #0000000a 50%, transparent 50%);
    padding: clamp(1rem, 2vw, 3rem);
    margin-top: clamp(1rem, 1.5vw, 3rem);
    border-radius: clamp(1rem, 1vw, 2rem);
    height: clamp(8.7rem, 12vw, 20rem);
    position: relative;
    text-align: center;
}

.sub_startup .sec1 .item .cap::before {
    content: '';
    position: absolute;
    width: clamp(0.8rem, 0.8vw, 2rem);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #d00000;
    left: 50%;
    transform: translatex(-50%);
    top: -.5vw;
    box-sizing: border-box;
    border: 3px solid #ffb2b2;
    box-shadow: 0 0 0 4px #ffebeb;
}

.sub_startup .sec1 .item .cap .subj {
    font-size: clamp(1.1rem, 1vw, 2rem);
    font-weight: 700;
    margin-bottom: clamp(1rem, 1vw, 2rem);
}

.sub_startup .sec1 .item .cap .conts {
    font-size: clamp(.88rem, .88vw, 2rem);
    line-height: 1.7em;
}


.sub_startup .sec2 {
    margin-top: clamp(4rem, 8vw, 14rem);
    padding: clamp(4rem, 8vw, 14rem) 0px;
    background-image: url('/img_up/shop_pds/ehompy0534/design/2024/sub/sub_startup_img2_bg.jpg');
    background-attachment: fixed;
}

.sub_startup .sec2 .inner {
    margin-bottom: clamp(2rem, 3vw, 4rem);
}

.sub_startup .sec2 .tit {
    color: #fff;

}

.sub_startup .sec2 .cont {
    text-align: center;
    color: #ffffffba;
    margin-top: clamp(1rem, 1.5vw, 2rem);
    font-size: clamp(.95rem, .95vw, 3rem);
}



.sub_startup .sec2 .conts {
    width: 100%;
    position: relative;
}

.sub_startup .sec2 .conts ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1440px;
    margin: 0 auto;
}

/*
.sub_startup .sec2 .conts:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -40%;
    transform: translateY(-50%);
    width: calc(100% / 4.6);
    height: 2px;
    background-color: #fff
}

.sub_startup .sec2 .conts:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
    width: calc(100% / 4.6);
    height: 2px;
    background-color: #fff
}



.sub_startup .sec2 .conts.on:after {
    animation: bar_left_ani 0.9s ease-in forwards
}

.sub_startup .sec2 .conts.on:before {
    animation: bar_right_ani 0.9s ease-in forwards;
    animation-delay: 2s
}
 */

.sub_startup .sec2 .conts ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 16.666%;

    border-radius: 50%;
    background-color: transparent;
    box-sizing: border-box;
}

/*.sub_startup .sec2 .conts ul li:first-child{z-index:1;right:-50px}*/
.sub_startup .sec2 .conts ul li:nth-child(2) {
    z-index: 2
}

/*.sub_startup .sec2 .conts ul li:last-child{z-index:3;left:-50px}*/
.sub_startup .sec2 .conts ul li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260pc;
}

.sub_startup .sec2 .conts ul li svg path {
    stroke-width: 1.2;
    fill: none;
    stroke-dasharray: 610px;
    stroke-dashoffset: 610px;
    stroke: #fff
}


.sub_startup .sec2 .conts ul li .cap {
    text-align: center;
}

.sub_startup .sec2 .conts ul li .cap .num {
    font-weight: 700;
    opacity: .4;
    font-size: clamp(1rem, 1vw, 2rem);
}

.sub_startup .sec2 .conts ul li .cap .subj {
    font-weight: 700;
    font-size: clamp(1rem, 1.1vw, 2rem);
    margin-bottom: clamp(.8rem, .8vw, 2rem);
}

.sub_startup .sec2 .conts ul li .cap * {
    color: #fff;
}

.sub_startup .sec0 img {
    border-radius: clamp(1rem, 2vw, 3rem);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.1)
}


@keyframes stroke_ani {
    0% {
        stroke-dashoffset: 610px
    }

    100% {
        stroke-dashoffset: 0
    }
}



    .sub_startup .sec2 .conts.on ul li svg path {
        animation: stroke_ani 0.9s ease-in forwards
    }

    .sub_startup .sec2 .conts ul li:nth-child(1) svg path {
        animation-delay: 0.5s
    }

    .sub_startup .sec2 .conts ul li:nth-child(2) svg path {
        animation-delay: 0.75s
    }

    .sub_startup .sec2 .conts ul li:nth-child(3) svg path {
        animation-delay: 1s
    }

    .sub_startup .sec2 .conts ul li:nth-child(4) svg path {
        animation-delay: 1.5s
    }

    .sub_startup .sec2 .conts ul li:nth-child(5) svg path {
        animation-delay: 1.75s
    }

    .sub_startup .sec2 .conts ul li:nth-child(6) svg path {
        animation-delay: 2s
    }


@media (max-width:1440px) {
    .sub_startup .sec2 .conts ul {padding: 0 15px; width: 100%;}
    .sub_startup .sec2 .conts ul li svg {width: 100%; height: unset; aspect-ratio: 1/1}
}

@media (max-width:1023px) {
.sub_startup .sec2 .conts ul {flex-wrap: wrap;}
.sub_startup .sec2 .conts ul li {width: 33.333%}

.sub_startup .sec1 .flex {flex-wrap: wrap;}
.sub_startup .sec1 .item {width: 100%; margin-bottom: clamp(2rem, 3vw, 4rem);}
.sub_startup .sec1 .item .cap {height: unset;}

.sub_page .tit_area .tit {font-size: clamp(1.5rem, 2vw, 3rem);}
}

@media (max-width:767px) {
    .sub_startup .sec2 .conts ul li {width: 50%}
    .sub_startup .dec br {display: none;}
}

/*     1414865 : 맞춤전송폼      */
.myreg_form__1414865__ {
    padding: 30px 15px;
}

.myreg_form__1414865__ .title_wrap {
    margin-bottom: 20px;
}

.myreg_form__1414865__ .title_wrap .title1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    letter-spacing: -.03em;
}

.myreg_form__1414865__ .title_wrap .title2 {
    margin: 5px 0 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    letter-spacing: -.03em;
    opacity: .4;
}

.form__1414865__ .form_title {
    margin: 25px 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    letter-spacing: -.03em;
}

.form__1414865__ .form_title:first-child {
    margin-top: 0;
}

.form__1414865__>ul {
    margin: 0;
    padding: 0;
}

.form__1414865__>ul>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.form__1414865__>ul>li>dl {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #555;
}

.form__1414865__>ul>li>dl>dt {
    display: table-cell;
    width: 100px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #aaa;
    line-height: 22px;
    vertical-align: middle;
    letter-spacing: -.03em;
}

.form__1414865__>ul>li>dl>dt i {
    margin-left: 5px;
    font-style: normal;
    color: #f50000;
}

.form__1414865__>ul>li>dl>dd {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #888;
    line-height: 22px;
    vertical-align: middle;
    letter-spacing: -.03em;
}

.form__1414865__>ul>li>dl>dd input[type='text'],
.form__1414865__>ul>li>dl>dd input[type='password'],
.form__1414865__>ul>li>dl>dd input[type='number'] {
    box-sizing: border-box;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #555;
    background: transparent;
    font-size: 15px;
    color: #888;
    vertical-align: middle;
}

.form__1414865__>ul>li>dl>dd select {
    height: 35px;
    background: transparent;
    font-size: 15px;
    color: #888;
    vertical-align: middle;
}

.form__1414865__>ul>li>dl>dd textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #555;
    background: transparent;
    font-size: 15px;
    color: #888;
    vertical-align: middle;
}

.form__1414865__>ul>li>dl>dd input[type='radio'],
.form__1414865__>ul>li>dl>dd input[type='checkbox'] {
    margin: 0 5px 0 0
}

.form__1414865__>ul>li>dl>dd a,
.form__1414865__>ul>li>dl>dd button,
.form__1414865__>ul>li>dl>dd input[type='button'] {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    height: 35px;
    margin: 2px 0 2px 5px;
    padding: 0 15px;
    background: #000;
    font-family: 'Malgun Gothic', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
}

.form__1414865__>ul>li>dl>dd label {
    margin-right: 15px;
    cursor: pointer;
}

.form__1414865__>ul>li>dl>dd #s_v3 {
    width: 100%;
}

.form__1414865__>ul>li>dl>dd .form_help_text {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    letter-spacing: -.03em;
}

.form__1414865__>ul>li:nth-child(1)>dl {
    padding-top: 0;
}

.privacy__1414865__ {
    position: relative;
    margin-top: 10px;
}

.privacy__1414865__ .argree_text {
    margin: 0;
    padding: 0;
}

.privacy__1414865__ .argree_text input[type='checkbox'] {
    margin: 0 3px 0 0;
}

.privacy__1414865__ .argree_text label {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    letter-spacing: -.03em;
    cursor: pointer;
}

.privacy__1414865__ .argree_text .btn_privacy_view {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    letter-spacing: -.03em;
}

.privacy__1414865__ .form_privacy_layer {
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 280px;
    border: 1px solid #333;
    background: #fff;
}

.privacy__1414865__ .form_privacy_layer.on {
    display: block;
}

.privacy__1414865__ .form_privacy_layer>dl {
    margin: 0;
    padding: 0;
}

.privacy__1414865__ .form_privacy_layer>dl>dt {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    background: #e5e5e5;
    font-size: 14px;
    font-weight: bold;
    color: #101010;
    line-height: 18px;
    letter-spacing: -.03em;
}

.privacy__1414865__ .form_privacy_layer>dl>dt .btn_layer_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 0;
}

.privacy__1414865__ .form_privacy_layer>dl>dt .btn_layer_close:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 1px;
    margin: auto;
    background: #101010;
    transform: rotate(-45deg);
}

.privacy__1414865__ .form_privacy_layer>dl>dt .btn_layer_close:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 1px;
    margin: auto;
    background: #101010;
    transform: rotate(45deg);
}

.privacy__1414865__ .form_privacy_layer>dl>dd {
    overflow-y: auto;
    max-height: 150px;
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    color: #666;
    line-height: 17px;
    letter-spacing: -.03em;
}

.privacy__1414865__ .form_privacy_layer>dl p {
    margin: 0;
    padding: 0;
}

.myreg_form__1414865__ .form_btns {
    margin-top: 20px;
}

.myreg_form__1414865__ .form_btns button {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background: #5b00cc;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 23px;
    letter-spacing: -.03em;
    vertical-align: top;
}

.myreg_form__1414865__ .form_btns button:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 25px;
    width: 25px;
    height: 1px;
    background: #fff;
}

.myreg_form__1414865__ .form_btns button:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 7px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}

.myreg_form__1414865__ .captcha_str {
    vertical-align: middle;
}

.myreg_form__1414865__ .captcha_input {
    margin-left: 10px;
}

@media all and (min-width:768px) {
    .form__1414865__ {
        overflow: hidden;
    }

    .form__1414865__>ul {
        margin-left: -20px;
    }

    .form__1414865__>ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .form__1414865__>ul>li {
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding-left: 20px;
    }

    .form__1414865__>ul>li.full_width {
        width: 100%;
    }
}

@media all and (min-width:1024px) {
    .myreg_form__1414865__ {
        position: relative;
        padding: 50px;
    }

    .myreg_form__1414865__ .title_wrap {
        margin-bottom: 35px;
    }

    .myreg_form__1414865__ .title_wrap .title1 {
        font-size: 26px;
        line-height: 32px;
    }

    .myreg_form__1414865__ .title_wrap .title2 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .form__1414865__ .form_title {
        margin: 35px 0 15px;
        font-size: 18px;
        line-height: 25px;
    }

    .form__1414865__>ul {
        margin-left: -50px;
    }

    .form__1414865__>ul>li {
        padding-left: 50px;
    }

    .form__1414865__>ul>li>dl {
        padding: 20px 5px;
    }

    .form__1414865__>ul>li>dl>dt {
        width: 150px;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
    }

    .form__1414865__>ul>li>dl>dd input[type='text'],
    .form__1414865__>ul>li>dl>dd input[type='password'],
    .form__1414865__>ul>li>dl>dd input[type='number'] {
        height: 45px;
    }

    .form__1414865__>ul>li>dl>dd select {
        height: 45px;
        font-size: 16px;
    }

    .form__1414865__>ul>li>dl>dd textarea {
        height: 45px;
        font-size: 16px;
    }

    .form__1414865__>ul>li>dl>dd input[type='radio'],
    .form__1414865__>ul>li>dl>dd input[type='checkbox'] {
        font-size: 16px;
    }

    .form__1414865__>ul>li>dl>dd a,
    .form__1414865__>ul>li>dl>dd button,
    .form__1414865__>ul>li>dl>dd input[type='button'] {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
    }

    .form__1414865__>ul>li>dl>dd .form_help_text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .form__1414865__>ul>li:nth-child(2)>dl {
        padding-top: 0;
    }

    .privacy__1414865__ {
        margin-top: 15px;
    }

    .privacy__1414865__ .argree_text label {
        font-size: 16px;
        line-height: 22px;
    }

    .privacy__1414865__ .argree_text .btn_privacy_view {
        font-size: 16px;
        line-height: 22px;
    }

    .privacy__1414865__ .form_privacy_layer {
        width: 550px;
    }

    .privacy__1414865__ .form_privacy_layer>dl>dt {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .privacy__1414865__ .form_privacy_layer>dl>dt .btn_layer_close {
        width: 50px;
        height: 50px;
    }

    .privacy__1414865__ .form_privacy_layer>dl>dt .btn_layer_close:before {
        width: 20px;
    }

    .privacy__1414865__ .form_privacy_layer>dl>dt .btn_layer_close:after {
        width: 20px;
    }

    .privacy__1414865__ .form_privacy_layer>dl>dd {
        max-height: 200px;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .myreg_form__1414865__ .form_btns {
        position: absolute;
        top: 50px;
        right: 50px;
        margin-top: 0;
        text-align: right;
    }

    .myreg_form__1414865__ .form_btns button {
        display: inline-block;
        width: auto;
        height: 65px;
        padding: 0 110px 0 25px;
        font-size: 20px;
        line-height: 25px;
    }

    .myreg_form__1414865__ .form_btns button:before {
        width: 35px;
    }

    .myreg_form__1414865__ .form_btns button:after {
        top: calc(50% - 5px);
        width: 9px;
    }
}




.sub_form {
    background: #000;
    padding: clamp(5.5rem, 8vw, 10rem) 0;

    text-align: center;
    background-image: url(/img_up/shop_pds/ehompy0534/design/2024/main/main_onestep.png);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}


.sub_form .tit {
    color: #fff;
    font-size: clamp(2.1rem, 2.5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    font-style: italic;
    line-height: 1em;
}

.sub_form .tit .red {
    color:var(--prm-clr);
}


.sub_form .conts_txt {
    font-size: clamp(1rem, 1vw, 2rem);
    font-weight: 500;
    line-height: 1.6em;
    margin: clamp(1rem, 2vw, 3rem) 0;
    color: #b1b1b1;
}

.sub_form .vm_btn {
    background: linear-gradient(0deg, #0000002b 50%, transparent 50%), linear-gradient(32deg, #ff5766, #b469ff, #ffda4e);
    color: #000;
    display: inline-block;
    padding: clamp(0.7rem, 0.9vw, 2rem) clamp(1.5rem, 3vw, 4rem);
    font-size: clamp(1rem, 1vw, 2rem);
    font-weight: 700;
    border-radius: clamp(.5rem, .5vw, 1rem);
}


.cursor {
    opacity: 0;
    position: fixed;
    z-index: 1000;
    transform: translate(-50%, -50%) scale(0.5);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    transition-property: background, transform;
    transition-duration: .4s;
    /*background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgb(255 186 252 / 15%), rgb(255 229 153 / 3%), rgb(255 223 98 / 0%));*/

}

.cursor.on {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.sub_form .form_btns {
    position: relative;
    top: unset;
    right: unset;
}

.sub_form .form_area {
    padding-top: clamp(1rem, 2vw, 3rem);
}

.privacy__1414865__ {
    text-align: left;
}

.sub_form .form_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: clamp(1rem, 1.2vw, 2rem);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.myreg_form__1414865__ .form_btns button {
    background: transparent;


    line-height: 25px;
height: unset;
    font-size: clamp(1rem, 1vw, 2rem);

}

.form__1414865__ input {border-radius: 10px;}
.form__1414865__ textarea {border-radius: 10px}
.form__1414865__ select {border-radius: 10px}



.tit.word {
    overflow: hidden;
}

.sub_form .tit.word span {
  transform: translateY(130px);
  display: inline-block;
  transition: all 0.5s ease-out;
  letter-spacing: -0.2em;

}

.sub_form .tit.word span.active {
    transform: translateY(0);
}

.form__1414865__>ul {display: flex; flex-direction: column; margin:0; width:100%;}
.form__1414865__>ul>li {    margin: 0 auto;
    padding: 0;
    border: 1px solid #ffffff40;
    border-radius: 10px;
    margin-bottom: clamp(1rem, 1.1vw, 3rem);
width: 28%;}
.form__1414865__>ul>li>dl {border:none; padding:0; height: 65px; display: flex; align-items: center;}
.form__1414865__>ul>li>dl>dd input[type='text'], .form__1414865__>ul>li>dl>dd input[type='password'], .form__1414865__>ul>li>dl>dd input[type='number'], .form__1414865__>ul>li>dl>dd select {border:none;}
.form__1414865__>ul>li>dl>dt {font-size: clamp(.85rem, .85vw, 2rem);}
.form__1414865__>ul>li>dl>dd {display: flex; align-items: center;}


.privacy__1414865__ {margin-top: 0}

@media (max-width:1560px) {
    .sub_form .inner {
        padding: 0 15px;
    }

    .form__1414865__>ul>li {
        width: clamp(30rem, 30vw, 40rem)
    }
}

@media (max-width:1023px) {

    .sub_form .tit.word span {
        transform: translateY(0);
    }
}

@media (max-width:767px) {
    .sub_form .conts_txt br {
        display: none
    }

    .form__1414865__>ul>li {
        width: 100%;
    }

    .form__1414865__>ul>li>dl {
        height: clamp(3.2rem, 5vw, 7rem);
    }

    .sub_form .tit.word  {
        font-style: unset;
    }

    .sub_form .form_bottom {
        width: 100%;
        display: block;
    }

    .myreg_form__1414865__ .form_btns button {
        width: 40%;
        text-align: left;
    }

    .privacy__1414865__ .argree_text {
        text-align: center;
    }
}

