@charset "euc-kr";


/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* common */
*{margin:0; padding:0; box-sizing:border-box; word-break:keep-all; color:#000; font-size:14px; font-weight:400;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
html, body{-webkit-text-size-adjust : none; -ms-text-size-adjust : none; -moz-text-size-adjust : none; -o-text-size-adjust : none; }
body.scrollDisable{overflow:hidden;}
/* a */
a{color:inherit; text-decoration:none; cursor:pointer;}
/* list */
ul, li{list-style:none}
/* table */
table{border-collapse: collapse; border-spacing: 0;}
/* input */
label{cursor:pointer;}
input:focus{outline:none;}
select:focus-visible{outline:none;}
textarea:focus-visible{outline:none;}
input[type=text],
input[type=password],
input[type=tel],
input[type=email]{ appearance: none; -webkit-appearance: none; border:solid 1px #D9D9D9; padding:12px 16px; font-size:16px; line-height:19px; background:none; width:100%;}
input[type=checkbox]{width:20px; height:20px; background:none; border:solid 1px #E0E0E0; border-radius:2px; appearance: none; -webkit-appearance: none; vertical-align: bottom;}
input[type=checkbox]:checked{background-image:url(/design/justmysize/ECHO/icon/ico_20_check%205.svg); background-position:center center; background-size:contain; background-repeat:no-repeat; border:none;}
input[type=checkbox] + label{margin-left:8px; font-size:14px; font-weight:500; line-height:17px; color:#242424;}
input[type=checkbox] + label + input[type=checkbox]{margin-left:16px;}
input[type=radio]{appearance: none; -webkit-appearance: none; width:20px; height:20px; border:solid 1px #D9D9D9; border-radius:50%; box-sizing:border-box; vertical-align: bottom;}
input[type=radio]:checked{border:solid 6px #000;}
input[type=radio] + label{margin-left:8px; font-size:14px; font-weight:500; line-height:17px; color:#242424;}
input[type=radio] + label + input[type=radio]{margin-left:16px;}

select{appearance: none; -webkit-appearance: none; border:solid 1px #E0E0E0; padding:12px 36px 12px 16px; font-size:15px; font-weight:500; line-height:19px; background:none; background-image:url(/design/justmysize/ECHO/icon/ico_20_arrow_down%201.svg); background-repeat:no-repeat; background-position:right 16px center; background-size:20px 20px;}

.inner{padding:0 1rem;}

#headerTitle{display:none;}

/* ¹Ì¸®º¸±â ¼û±â±â */
#m_preview_wrap {display:none;}



/* swiper */
.swiper .swiper-wrapper .swiper-slide { width: auto; }

