
.pop_wrap {
    display: block;
}

.pop_wrap h1 {
    transform: unset;
}

.mo_my-menu {
    padding: 40px 0 45px;
    display: flex;
    margin: 0 50px;
}

.mo_menu .mo_top {
    padding-left: 56px;
    padding-right: 0;
}

.mo_my-menu .profile-pic {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}

.mo_my-menu .user-id-menu {
    /* width: calc(100% - 100px);
	margin: 0 50px; */
}

.mo_my-menu .user-id-menu p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.mo_my-menu .user-id-menu p span {
    font-weight: normal;
    color: #0b0b1b !important;
    opacity: 1;
}

.mo_my-menu .user-id-menu span {
    font-size: 15px;
    color: #0b0b1b;
    opacity: 0.5;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.mo_my-menu .user-id-menu span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    position: absolute;
    background-color: #0b0b1b;
    opacity: 0.5;
    right: -11px;
    top: 2px;
}

.mo_my-menu .user-id-menu span:last-child {
    margin-right: 0;
}

.mo_my-menu .user-id-menu span:last-child::after {
    margin-right: 0;
    display: none;
}

.mo_my-menu .user-id-menu.logout p {
    font-size: 20px;
}

.header_top .util .login_wrap {
    margin-left: 15px;
}

.header_top .util .login_wrap div {
    padding: 14px 15px;
    height: 44px;
    line-height: 14px;
    margin-top: 8px;
    font-size: 15px;
}

.header_top .util .login_wrap div {
    position: relative;
}

.header_top .util .login_wrap div::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    right: -3.5px;
}

.header_top .util .login_wrap div:last-child:after {
    display: none;

}

h1 {
    transform: translateX(-50%);
    margin-left: 0;
}

input {
    outline: none;
}

.bR0 {
    border-right: 0;
}

.bL0 {
    border-left: 0;
}

.pL20 {
    padding-left: 20px !important;
}

.text-align-left {
    text-align: left !important;
}

.btn-black-radius {
    padding: 11px 24px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 4px;
}

.btn-white-radius {
    padding: 11px 24px;
    border: 1px solid #dbdbdb;
    color: rgba(11, 11, 27, 0.5);
    border-radius: 4px;
    background-color: #fff;
}

.btn-black {
    padding: 11px 26px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.btn-white {
    padding: 11px 26px;
    border: 1px solid #0b0b1b;
    color: #0b0b1b;
    background-color: #fff;
}

/* 셀렉트박스 */
.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    /* position: absolute; */
    /* content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent; */
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.container__mypage.info-change .select-selected {
    height: 44px;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.container__mypage.info-change .form-top {
    padding: 24px 34px;
    background-color: #c8c8ce;
    display: flex;
    justify-content: space-between;
}

.container__mypage.info-change .form-top .list-del-btn {
    background: none;
}

.container__mypage.info-change .form-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.container__mypage.info-change .select_wrap.address {
    min-width: 190px;
    margin: 50px 0 20px
}

.container__mypage.info-change .custom-select.address .select-items {
    height: unset;
}

.container__mypage.info-change .form-top span {
    font-weight: bold;
    color: #202020;
}

.container__mypage.info-change .form-top img {
    width: 19px;
}

.container__mypage.info-change .contents__mypage {
    border-bottom: 0;
    margin-bottom: 0;
}

.container__mypage.info-change .contents__mypage .title__mypage {
    border-bottom: 0;
    margin-bottom: 0;
}

.container__mypage.info-change .container__mypage-right>div ul li {
    padding: 0;
}

.container__mypage.info-change .custom-select {
    /* width: 100%; */
}

.container__mypage.info-change .select-items {
    position: absolute;
    width: 100%;
    height: 330px;
    overflow-y: scroll;
    top: 100%;
    left: 0px;
    right: 0;
    z-index: 99;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.container__mypage.info-change .select-selected {
    border: solid 1px #d6d6d6;
}

.container__mypage.info-change .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.container__mypage.info-change .btn-wrap span {
    letter-spacing: -0.4px;
    margin-right: 26px;
}

.container__mypage.info-change .save-btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.container__mypage.info-change .save-btn-wrap button {
    min-width: 134px;
}

.pop_dimm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 100;
    display: none;
}

.pop_wrap {
    z-index: 120;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
}

.w_90 {
    width: 90%;
    margin-left: -45%;
}

.pop_cont_search {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 30px;
    background-color: #fff;
}

.pop_cont_search .close {
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 10;
}

.pop_cont_search .close a {
    display: block;
    width: 19px;
    height: 19px;
}

.pop_cont_search .pop_header {
    position: relative;
    border-bottom: 2px solid #202020;
    height: 38px;
}

.pop_cont_search .pop_header .h1_title {
    width: auto;
    height: 38px;
    font-size: 26px;
    font-weight: 500;
    color: #c92512;
    padding: 0 20px 0 0;
    margin-left: 0;
    left: 0;
    top: 0;
    display: inline-block;
}

.pop_cont_search .pop_header .h1_title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #c92512;
    width: 100%;
}

.pop_cont_search .item {
    box-sizing: border-box;
    border-top: 1px solid #505050;
}

.pop_cont_search .item.First {
    border-top: 0 none;
}

.pop_cont_search .item dt {
    box-sizing: border-box;
    margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.55px;
    text-align: left;
    color: #202020;
}

.pop_cont_search .item dd ul {
    text-align: left;
}

.pop_cont_search .item dd li {
    display: inline-block;
    width: 25%;
    margin-top: 20px;
    text-align: left;
}

.pop_cont_search .item dd {
    box-sizing: border-box;
    margin-bottom: 40px;
}

.choose_region {}

.choose_region .scroll_wrap {
    overflow-y: scroll;
    height: 500px;
}

.choose_region dl.item dd>ul>li>a:hover {
    color: #c92512;
    text-decoration: underline;
}

.pop_wrap .pop_cont .header .h1_title {
    font-size: 20px;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-weight: bold;
}

.pop_wrap .pop_cont h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.pop_wrap.pop_member {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
}

.pop_wrap.pop_member .select_board {
    width: calc(50% - 5px);
    float: left;
    margin-bottom: 10px;
    z-index: 2;
}

.pop_wrap.pop_member .select_board .value,
.pop_wrap.pop_member .select_board .option,
.pop_wrap.pop_member .select_board .option li {
    width: 100%;
}

.pop_wrap.pop_member .select_board:first-child {
    margin-right: 10px;
}

.pop_wrap.pop_member input[type="text"] {
    line-height: 24px;
    padding: 9px 16px 10px;
    height: 44px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    background-color: white;
}

.pop_wrap.pop_member input[type="text"].error {
    border: 1px solid #c92412;
}

/* 왼쪽 프로필 */
.left_wrap {
    width: 280px;
    display: inline-block;
    float: left;
}

/* 10.26 jwg 수정*/
.user_profile_wrap {
    width: 280px;
    height: 620px;
    background: #f6f6f8;
}

.user_profile_wrap.h520 {
    height: 520px;
}

.user_img_wrap {
    position: relative;
    width: 230px;
    height: 420px;
    margin: 0 auto;
    padding-top: 30px;
}

.user_profile {
    position: absolute;
    bottom: 0px;
    width: 230px;
    background: #c92512;
}

.user_profile ul {
    margin: 0px 15px 16px 15px;
}

.user_profile ul li:first-child {
    font-size: 15px;
    color: #ffc1c4;
    letter-spacing: -0.38px;
}

.user_profile ul li:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.55px;
    color: #ffffff;
}

.user_profile ul li:nth-child(2):after {
    content: "";
    display: block;
    border-bottom: 1px solid #b61503;
    margin: 15px 0;
}

.user_profile ul li:nth-child(3),
.user_profile ul li:last-child {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.71;
}

.user_profile ul li:nth-child(3) span,
.user_profile ul li:last-child span {
    color: #ffcbce;
}

.user_profile .top_tri {
    width: 0;
    height: 0;
    position: absolute;
    top: -25px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #c92512;
    border-left: 115px solid #c92512;
    border-right: 115px solid transparent;
}

.user_info_wrap {
    margin: 40px 0 0 25px;
}

.user_info_wrap .member {
    font-size: 14px;
    padding: 3px 13px;
    height: 25px;
    border-radius: 12.5px;
    background: #000000;
    color: #ffffff;
    line-height: 25px;
}

.user_info_wrap .user_id {
    font-size: 22px;
    margin: 10px 0px 0px 5px;
}

.user_info_wrap .mail {
    font-size: 14px;
    color: #787878;
}

.user_info_wrap .btn_mypage button {
    font-size: 14px;
    color: #303030;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.user_info_wrap .btn_mypage.profile {
    margin-top: 16px;
}

.user_info_wrap .btn_mypage.profile img {
    margin-right: 10px;
    margin-top: 6px;
    width: 20px;
    height: 20px;
}

/* 10.26 jwg 수정*/
/* .user_info_wrap .btn_mypage.logout {width: 90px; float: left; margin: 7px 7px 0 0;} */
.user_info_wrap .btn_mypage.logout {
    width: 100px;
    float: left;
    margin: 7px 7px 0 0;
}

.user_info_wrap .btn_mypage.photo button {
    width: 100px;
    float: left;
    margin: 7px 7px 0 0;
}

.user_info_wrap .btn_mypage.password button {
    width: 120px;
    float: left;
    margin-top: 7px;
}

.left_wrap .basic_img>img {
    display: block;
    width: 230px;
    height: 280px;
    margin: 0 auto;
}

.left_wrap .player_img>img {
    display: block;
    width: 230px;
    height: 280px;
}

/* //왼쪽 프로필 */
/* 프로필 관리 */
.btn_middle {
    width: 109px;
    height: 44px;
    background: #fff;
    border: 1px solid #334779;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    background-color: #334779;
    color: #fff;
}

.input_wrap .select_wrap span.value {
    display: block;
    margin: 0 10px 0 17px;
    text-align: left;
    height: 44px;
    line-height: 44px;
    font-size: 1rem;
    color: #0d0e19;
    overflow: hidden;
}

.input_wrap .select_wrap span.value {
    display: block;
    margin: 0 10px 0 17px;
    text-align: left;
    height: 44px;
    line-height: 44px;
    font-size: 1rem;
    color: #0d0e19;
    overflow: hidden;
}

.withdraw-desc {
    text-align: right;
    margin: 20px 0 50px;
    font-size: 13px !important;
}

.deliveryMemo-wrpap {
    border: solid 1px #d6d6d6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.deliveryMemo-wrpap input.input_rg {
    border: 0 !important;
}

.deliveryMemo-wrpap>span {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 15px;
}

.deliveryMemo-wrpap span {
    font-size: 14px;
    opacity: 0.75;
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    padding: 5px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 12px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    transform: scale(2);
}

.ui-datepicker th {
    font-size: 16px;
    font-weight: bold !important;
}

.ui-datepicker td a {
    font-size: 16px;
    margin-bottom: 4px;
}

.profile_management {
    float: left;
    width: 966px;
    margin-left: 50px;
}

.profile_management .tit_area {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

.profile_management .tit_area .btn_area_top {
    margin-top: 32px;
}

h4.title {
    color: #151515;
    font-size: 1.625rem;
    letter-spacing: -0.65px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 40px 0 15px 0;
    display: inline-block;
}

.profile_subtitle {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin: 50px 0 20px;
}

.dl_list_tbl {
    position: relative;
    margin-bottom: 20px;
}

.dl_list_tbl dl {
    display: table;
    width: 100%;
    border: 1px solid #e7e7ed;
    border-left: 0;
    border-right: 0;
}

.dl_list_tbl dl dt {
    display: table-cell;
    width: 21.6%;
    background: #f6f6f8;
    box-sizing: border-box;
    padding: 24px 34px;
    text-align: left;
    color: #151515;
    vertical-align: middle;
    font-weight: bold;
    word-break: keep-all;
    position: relative;
}

dl.myinfo dt {
    min-width: 305px;
}

.dl_list_tbl dl dt p span {
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    display: block;
}

.dl_list_tbl dl dt .photo_wrap label {
    display: inline-block;
}

.dl_list_tbl dl dt .photo_add {
    width: 98px;
    font-size: 13px;
    font-weight: normal;
    color: #c92512;
    border: 1px solid #c92512;
    text-align: center;
    padding: 2.5px 10px;
    margin-top: 10px;
    background: #ffffff;
}

.dl_list_tbl dl dt .photo_add_input {
    width: 98px;
    height: 25px;
    border: #000000;
    background: none;
    position: absolute;
    left: 35px;
    top: 133px;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.dl_list_tbl dl dd {
    display: table-cell;
    width: 78.4%;
    box-sizing: border-box;
    padding: 10px 25px;
    text-align: left;
    color: #303030;
    vertical-align: middle;
}

.dl_list_tbl dl dd div.btn_input button {
    float: left;
    margin-right: 10px;
}

.dl_list_tbl dl dd div.btn_input input[type='text'] {
    width: calc(100% - 139px);
    height: 44px;
    padding: 0 22px;
    border: 1px solid #d6d6d6;
}

.dl_list_tbl dl dd div.sel_input .input_wrap {
    float: left;
    margin-right: 10px;
}

.dl_list_tbl dl dd div.sel_input .input_wrap .select_wrap {
    width: 190px;
}

.dl_list_tbl dl dd div.sel_input input[type='text'] {
    width: calc(100% - 200px);
    height: 44px;
    padding: 0 22px;
    border: 1px solid #d6d6d6;
}

.dl_list_tbl dl dd .input_btn_wrap li {
    float: left;
}

.dl_list_tbl dl dd .input_btn_wrap li:first-child {
    width: 359px;
    margin-right: 10px;
}

.dl_list_tbl dl dd .input_btn_wrap li input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.profile_management .dl_list_tbl dl.myinfo dt {
    width: 305px;
}

.profile_management .dl_list_tbl dl.myinfo dd {
    width: calc(100% - 305px);
}

.btn_rg_wrap {
    display: flex;
}

.btn_rg_wrap li {
    display: flex;
    align-items: center;
    margin-left: -1px;
}

.btn_rg_wrap li:first-child input.btn_chk[type=radio]:not(old)+label {
    /* border-radius:3px 0 0 3px; */
}

.btn_rg_wrap li:last-child input.btn_chk[type=radio]:not(old)+label {
    border-radius: 0 3px 3px 0;
}

.btn_rg_wrap input.btn_chk[type=radio]:not(old) {
    position: absolute;
    width: 17px;
    height: 17px;
    padding: 0;
    border: 0 none;
    background: #fff;
    cursor: pointer;
    display: none;
}

/* radio box */
.btn_rg_wrap input.btn_chk[type=radio]:not(old)+label {
    padding: 0 10px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    display: inline-block;
    min-width: 95px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    color: #202020;
    letter-spacing: -0.4px;
    cursor: pointer;
    vertical-align: top;
    z-index: 4
}

.btn_rg_wrap input.btn_chk[type=radio]:checked+label,
input.btn_chk[type=radio]:active+label {
    background: #333333;
    color: #fff;
}

.input_rg_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.input_rg_wrap>li {
    display: flex;
    align-items: center;
}

.input_rg_wrap>li:nth-child(n+2) {
    margin-left: 10px;
}

.input_rg_wrap.fill_li>li {
    width: 100%;
}

.input_rg_wrap.half_li>li {
    width: 50%;
}

.input_rg_wrap.sel_input>li:first-child {
    width: 236px;
}

.input_rg_wrap.sel_input>li:first-child .select_board .value,
.input_rg_wrap.sel_input>li:first-child .select_board .option li {
    width: 190px;
}

.input_rg_wrap.sel_input>li:nth-child(2) {
    width: calc(100% - 200px);
}

.input_rg_wrap.sel_input>li .select_wrap {
    width: 100%;
}

.input_rg_wrap.btn_input>li:nth-child(2) {
    width: 100%;
}

.input_rg_wrap>li label img {
    width: 130px;
    height: 160px;
}

.input_rg_wrap>li input.input_rg {
    padding: 0 15px;
    width: 100%;
    height: 44px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    /* border-radius: 3px; */
}

.input_rg_wrap>li input.input_rg.icon {
    padding-right: 40px;
}

.input_rg_wrap>li input.input_rg::placeholder {
    color: #909090;
}

.input_rg_wrap>li .btn_pickDate {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 10px;
    background: #fff url("/images/icon-calendar.webp") 0 0 no-repeat;
    border: 0 none;
    z-index: 5;
    cursor: pointer;
    background-size: cover;
}

.input_rg_wrap>li textarea {
    width: 100%;
    resize: none;
    background: #ffffff;
    padding: 20px;
    font-size: 1rem;
    min-height: 244px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.input_rg_wrap>li textarea::placeholder {
    color: #909090;
}

.half_input {
    position: relative;
}

.half_input .input_rg_wrap {
    float: left;
}

.half_input .chk_rg_wrap {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.half_input .chk_rg_wrap .rg_btn_check {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.half_input .chk_rg_wrap input.rg_btn_chk[type=radio]:not(old) {
    position: absolute;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0 none;
    background: #f6f5f8;
    cursor: pointer;
    accent-color: #c92412;
}

/* radio box */
.half_input .chk_rg_wrap input.rg_btn_chk[type=radio]:not(old)+label {
    position: relative;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding-left: 27px;
    color: #373737;
    letter-spacing: -0.4px;
    vertical-align: top;
    background-size: 14px;
    cursor: pointer;
    z-index: 4
}


.half_input .chk_rg_wrap .inner_select_wrap {
    display: none;
    float: left;
}

.half_input .chk_rg_wrap .inner_select_wrap .select_board {
    margin-top: 5px;
}

/* .half_input .chk_rg_wrap .inner_select_wrap .select_board .value{display: block;} */

.half_input .chk_rg_wrap.schre .schre_span {
    margin: 15px 0 0 0;
}

.half_input .chk_rg_wrap.schre li span.rg_btn_check {
    margin-top: 22px;
}

.half_input .chk_rg_wrap.schre li:nth-child(2) .select_wrap {
    margin: 8px 5px 0;
}

.full_input .chk_rg_wrap {
    width: 100%;
    display: inline-block;
    padding: 20px 0 10px;
}

.full_input .chk_rg_wrap li {
    margin-bottom: 20px;
    float: left;
}

.full_input .chk_rg_wrap input.rg_btn_chk[type=radio]:not(old) {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0 none;
    background: #f6f5f8;
    cursor: pointer;
    position: relative;
    accent-color: #c92412;
}

/* .full_input .chk_rg_wrap input.rg_btn_chk[type=radio]:checked, .full_input .chk_rg_wrap input.rg_btn_chk[type=radio]:active{background: #ffffff url('../images/rg_btn_chk_on.png') no-repeat 0 0;background-size: 14px;} */
.full_input .chk_rg_wrap li .profile_photo_wrap {
    position: relative;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full_input .chk_rg_wrap li .profile_photo_wrap img {
    height: 160px;
}

.full_input .chk_rg_wrap li .btn_del_photo {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
    background: url('../images/icon_close.svg') no-repeat;
    background-size: cover;
}

.full_input .chk_rg_wrap li.img_radio img {
    margin-bottom: 15px;
}

.video_play {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
}

.video_play i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    border-right: 20px transparent;
}

.prod_regi_btns {
    position: relative;
    height: 50px;
    margin: 0 0 198px 0;
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.prod_regi_btns ul {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.prod_regi_btns ul li {
    float: left;
}

.prod_regi_btns ul li:nth-child(n+2) {
    margin-left: 10px;
}

.prod_regi_btns ul li button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

.prod_regi_btns ul .prod_regi_btn1 {
    color: #ffffff;
    background: #c92512;
}

.prod_regi_btns ul .prod_regi_btn2 {
    color: #c92512;
    background: #ffffff;
    border: 1px solid #c92512;
}

/* //프로필 관리 */

#passwordChange div div {
    text-align: left;
    margin-bottom: 10px;
}

#passwordChange div div input {
    height: 44px;
    width: 100%;
    padding-left: 14px;
    border: 1px solid #d6d6d6;
    margin-top: 5px;
}

#passwordChange div div .pw-error-msg {
    font-size: 14px;
    margin: 5px 0;
    color: #c92412;
}

#passwordChange div div .new-pw-error-msg {
    font-size: 14px;
    margin: 5px 0;
    color: #c92412;
}

#passwordChange div div:last-child {
    margin-bottom: 0;
}

#orderCancel input {
    width: 100%;
    height: 200px;
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

#returnModal .text-box {
    margin-top: 10px;
    color: #334779;
    border: 1px solid #d6d6d6;
    height: 140px;
    text-align: left;
    padding: 10px;
}

#changeAddress {
    width: 60%;
}

#coupon .modal_content {
    display: flex;
    align-items: flex-start;
}

#coupon .modal_content p {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 15px;
}

#coupon .modal_content div {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}

#content {
    max-width: 1296px;
    min-height: calc(100vh - 755px);
    margin: 80px auto 100px;
}

#content h2 {
    margin-bottom: 80px;
    padding-bottom: 30px;
    border-bottom: 2px solid #0b0b1b;
}

#optionChangeModal {
    width: 600px;
    overflow-y: unset;
}

#optionChangeModal .optionModal {
    overflow-x: hidden;
}

#optionChangeModal .modal_title p {
    text-align: center;
}

#optionChangeModal p {
    text-align: left;
}

#optionChangeModal .product-box {
    display: flex;
    position: relative;
}

#optionChangeModal .product-box .destination-text {
    left: 74%;
    bottom: unset;
    top: unset;
}

#optionChangeModal .product-box .destination-text img {
    margin-right: 5px;
}

#optionChangeModal .product-box img {
    width: 80px;
    margin-right: 30px;
}

#optionChangeModal .size-option {
    margin: 30px 0;
}

#optionChangeModal .col-option {
    margin: 30px 0;
}

#optionChangeModal .custom-select {
    border: 1px solid #d6d6d6;
}

#optionChangeModal .select-items {
    border: 1px solid #d6d6d6;
    border-top: 0;
    width: 100%;
    top: 100%;
    left: 0px;
}

#optionChangeModal .total {
    margin: 30px 0;
    display: flex;
    justify-content: flex-end;
}

#optionChangeModal .total .price {
    font-size: 20px;
    font-weight: bold;
}

#optionChangeModal .total .total-quantity {
    margin-right: 22px;
}

#countryModal {
    padding: 0;
    height: fit-content;
    width: 85%;
}

#countryModal h1 {
    transform: unset;
}

.content-left-right {
    display: flex;
}

.order-info-left {
    width: calc(100% - 430px);
    margin-right: 24px;
}

.order-info-left .item-info ul {
    width: auto;
    border-right: 1px solid #d6d6d6;
}

.order-info-left .item-info ul li {
    justify-content: unset;
    border-bottom: 1px solid #d6d6d6;
}

.item-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.order-list-empty {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 100px 0 100px;
}

.order-list-empty img {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.order-list-container {
    display: flex;
}

.item-info .order-list-container ul {
    border: 1px solid #d6d6d6 !important;
    border-right: 0 !important;
    width: 55%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.item-info ul.btn-container {
    width: calc(100% - 55%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d6d6d6 !important;
    border-left: 0 !important;

}

.item-info .item-list p {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
}

.item-info .item-list p.price span {
    font-size: 16px;
    font-weight: 500;
}

.item-info .item-list p.option {
    margin: 5px 0;
    display: flex;
}

.item-info .item-list p.option span::after {
    content: '/';
    display: inline-block;
    width: auto;
    margin: 0 2px;
}

.item-info .item-list p.option span:last-child::after {
    display: none;
}

.item-info .item-list p span {
    font-size: 14px;
    font-weight: 300;
}

.item-list-btm {
    padding: 14px 30px;
    background-color: #efeff2;
    font-weight: 500;
    border: 1px solid #d6d6d6;
    border-top: 0;
    text-align: center;
}

.item-info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    /* border-bottom: 1px solid #d6d6d6; */
}

.item-info ul li:last-child {
    border-bottom: 0;
}

.item-info li .item-img-bg {
    background-color: #f6f6f6;
    width: 80px;
    margin-right: 24px;
}

.item-info li .item-img-bg img {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}

.orderer-info {
    margin: 57px 0;
}

#content .title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#content .title h3,
.item-info h3 {
    letter-spacing: -0.6px;
}

#content .title button {
    background: none;
    border: 1px solid #0b0b1b;
    padding: 12px 28px;
    font-weight: 500;
}

.orderer-info table {
    border: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
}

.orderer-info table th {
    width: 196px;
    padding: 18px 0 18px 40px;
    text-align: left;
    background-color: #f6f6f8;
    border-left: 0;
}

.orderer-info table td {
    padding-left: 24px;
    border-right: 0;
}

.orderer-info table td input:read-only {
    background-color: #f8f7f9;
}

input:read-only {
    background-color: #f8f7f9;
    border: 1px solid #d6d6d6;
    height: 44px;
    padding-left: 14px;
}

.orderer-info table td input {
    height: 44px;
    width: 306px;
    border: 1px solid #d6d6d6;
    padding-left: 14px;
}

.orderer-info table td input[name='address'] {
    width: 100%;
}

.delivery-info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.delivery-info .info-change-btn {
    display: none;
}

.delivery-info-box {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 40px;
    background-color: rgba(246, 246, 248, 0.4);
    text-align: left;
}

.delivery-info-box p {
    margin-bottom: 7px;
}

.delivery-info-box p.name,
.delivery-info-box p.zip-code {
    font-weight: bold;
}

.delivery-info-box p:last-child {
    margin-bottom: 0;
}

.radio-btn-black-radius {
    display: flex;
    margin-bottom: 32px;
}

.radio-btn-black-radius input {
    display: none;
}

.radio-btn-black-radius label {
    width: 170px;
    padding: 13px 0;
    border: 1px solid #ebeded;
    border-radius: 4px 0 0 4px;
    text-align: center;
    transition: all 0.2s;
    font-size: 14px;
    color: rgba(11, 11, 28, 0.5);
}

.radio-btn-black-radius label:first-child {
    border-radius: 4px 0 0 4px;
}

.radio-btn-black-radius label:last-child {
    border-radius: 0 4px 4px 0;
}

.radio-btn-black-radius input:checked+label {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000;
}

.delivery-info-check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.delivery-info-check span {
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: block;
    margin-right: 13px;
    position: relative;
}

.delivery-info-check input {
    display: none;
}

.delivery-info-check input:checked+span {
    border-radius: 2px;
    border: 1px solid #0b0b1b;
    background-color: #0b0b1b;
}

.delivery-info-check input[type='checkbox']:checked+span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    background-image: url(/images/chec-icon.webp);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.address-list>div {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
}

.address-list div:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.address-write .custom-select.country-select {
    width: 100%;
}

.address-write table td .input-list {
    display: flex;
    justify-content: space-between;
}

.address-write table {
    border: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    margin-bottom: 12px;
}

.address-write table th {
    width: 240px;
    padding: 18px 18px 18px 30px;
    text-align: left;
    background-color: #f6f6f8;
    border-left: 0;
}

.address-write table td {
    padding-left: 24px;
    border-right: 0;
}

.address-write table td input {
    width: 100%;
    height: 44px;
    border: 1px solid #d6d6d6;
    padding-left: 14px;
}

.address-write table td input.is-invalid {
    border: 1px solid #c92412 !important;
    background-color: #c9241210 !important;
}

.is-invalid {
    border: 1px solid #c92412 !important;
    background-color: #c9241210 !important;

}

.is-invalid .select-selected {
    background-color: #c9241210 !important;
}

.address-write .custom-select.call-select .select-items {
    max-height: 250px;
    overflow-y: scroll;
}

.is-invalid-msg {
    color: #c92412;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.address-write table td input[name='zip-code'] {
    /* width: 180px; */
}

.address-write .custom-select {
    height: 44px;
    border: 1px solid #d6d6d6;
    width: 30%;
    display: flex;
}

/* .address-write td {
	display: flex;
	justify-content: space-between;
} */
.address-write td div.phone-number {
    width: 28%;
}

.address-write td div.email {
    width: 40%;
}

.find-address-btn {
    height: 44px;
    margin-left: 10px;
    padding: 0 30px;
    background-color: #000000;
    color: #fff;
    font-weight: 500;
}

.btns {
    text-align: center;
}

.btns button {
    height: 44px;
    margin-left: 10px;
    padding: 0 47px;
    color: #fff;
    font-weight: 500;
}

.btns button.save-cancel {
    background-color: #fff;
    color: #07061e;
    border: 1px solid #07061e;
}

.btns button.save {
    background-color: #000;
}

.memo p {
    font-weight: bold;
    margin-bottom: 10px;
}

.memo textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 16px;
    letter-spacing: -0.4px;
    border: 1px solid #d6d6d6;
}

.memo textarea::placeholder {
    font-size: 16px;
    letter-spacing: -0.4px;
}

.order-info-right {
    width: 416px;
    margin-top: 44px;
}

.coupon {
    width: 100%;
    padding: 40px;
    border: 1px solid #d6d6d6;
}

.coupon p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.coupon input {
    width: 215px;
    color: #a5a5a5;
}

.coupon div div {
    background-color: #f8f7f9;
    border: 1px solid #d6d6d6;
    width: 215px;
    display: flex;
    justify-content: space-between;
}

.coupon div div input {
    width: 80%;
    border: 0;
}

.coupon div div button {
    background: none;
    padding: 0 10px;
}

.coupon div div button img {
    width: 24px;
    height: 24px;
}

.apply-coupon-btn {
    height: 44px;
    margin-left: 10px;
    padding: 0 20px;
    background: none;
    border: 1px solid #0b0b1b;
    font-weight: 500;
}

.order-summary {
    width: 100%;
    padding: 40px;
    background-color: #f6f6f8;
    margin: 50px 0;
}

.order-summary dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-summary dl dd {
    font-size: 18px;
}

.order-summary p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.order-summary dl.total-amount {
    border-top: 1px solid #0b0b1b;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.order-summary dl.total-amount dd {
    color: #fa3855;
    font-weight: bold;
}

.payment-type {
    border: 1px solid #d6d6d6;
    padding: 40px;
}

.payment-type p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.payment-type label {
    position: relative;
    right: 17px;
    display: flex;
    align-items: center;
}

.payment-type label img {
    width: 100px;
}

.payment-type span {
    width: 18px;
    height: 18px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 13px;
}

.agreeTerms span {
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: inline-block;
    margin-right: 13px;
    position: relative;
}

.payment-type input[type='radio'],
.agreeTerms input[type='checkbox'] {
    opacity: 0;
}

.payment-type input[type='radio']:checked+span,
.agreeTerms input[type='checkbox']:checked+span {
    background-color: #0b0b1b;
}

.agreeTerms input[type='checkbox']:checked+span {
    border-radius: 2px;
    border: 1px solid #0b0b1b;
}

.payment-type input[type='radio']:checked+span::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.agreeTerms input[type='checkbox']:checked+span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    background-image: url(/images/chec-icon.webp);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
}

.custom-select .select-items div {
    border-bottom: 1px solid #d6d6d6;
}

.custom-select .select-items div:first-child {
    border-top: 1px solid #d6d6d6;
}

.custom-select .select-items div:last-child {
    border-bottom: 0;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #d6d6d6;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    content: '';
    background-image: url(/images/icon-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: 7px;
}

.select-arrow-active {}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #202020;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
}

.select-selected {
    /* height: 44px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

/*style items (options):*/
.select-items {
    position: absolute;
    width: 101%;
    top: 100%;
    left: -1px;
    right: 0;
    z-index: 99;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #fff !important;
}

.country-select .select-items {
    position: absolute;
    width: 100.3%;
    top: 102%;
    left: -1px;
    right: 0;
    z-index: 99;
    border: 1px solid #d6d6d6;
    border-top: 0;
    max-height: 250px;
    overflow-y: scroll;
}

.country-select .select-items div:first-child {
    border-top: 0;
}

select:disabled+.select-selected {
    color: #d6d6d6;
    background-color: #f8f7f9;
    pointer-events: none;
}

.select-type-card {
    margin: 20px 0 10px;
}

div.line {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    margin: 30px 0;
}

.agreeTerms {
    padding: 40px;
    background-color: #f6f6f8;
}

.agreeTerms label {
    display: flex;
    align-items: center;
}

.agreeTerms label:first-child {
    margin-left: -20px;
    font-weight: bold;
}

.pay-btn {
    width: 100%;
    background-color: #0b0b1b;
    color: #fff;
    padding: 12px 0;
}

.order-complete {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.order-complete-desc {
    text-align: center;
    line-height: 1.5;
    margin-top: 30px;
}

.order-complete-desc span {
    color: #fa3855;
}

.order-fail-desc {
    margin-top: 40px;
    font-size: 14px;
}

.order-complete-wrap {
    margin: 80px auto 150px !important;
}

.order-complete .title {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.order-complete .title p:first-child {
    font-size: 24px;
    font-weight: bold;
}

.order-complete .title p:last-child {
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
}

.order-complete table {
    width: 636px;
    border: 1px solid #d6d6d6;
    margin: 40px auto;
}

.order-complete table th {
    width: 30%;
    background-color: #f6f6f8;
    text-align: left;
    padding-left: 40px;
    border-right: 0;
    word-break: keep-all;
}

.order-complete table tr:first-child td p {
    margin-bottom: 7px;
}

.order-complete table tr:first-child td p:last-child {
    margin-bottom: 0;
}

.order-complete table td {
    padding: 18px 14px;
    border-left: 0;
}

.order-complete-wrape .btns button {
    width: 196px;
    padding: 12px 0;
}

.order-complete-wrap .btns .go-order {
    background-color: #000;
    color: #fff;
}

.order-complete-wrap .btns .go-mypage {
    background-color: #000;
    color: #fff;
}

.order-complete-wrap .btns .go-shopping {
    background-color: #fff;
    border: 1px solid #0b0b1b;
    color: #0b0b1b;
}

.order-complete.fail .title p {
    margin-bottom: 40px;
}

.order-complete.fail .title span:nth-child(2) {
    margin-bottom: 40px;
}

.order-complete.fail .title span:nth-child(3) {
    margin-bottom: 5px;
}

.order-complete.fail .title span:nth-child(4) {
    font-weight: 500;
    margin-bottom: 80px;
}

.order-desc {
    font-size: 13px;
    letter-spacing: -0.33px;
}

.btn-white-radius {
    /* padding: 10px 18px; */
    background-color: #fff;
    /*  margin: 25px 0; */
    /* margin-left: 495px; */
}

.estimate-btn {
    margin: 25px 0;
    min-width: 140px !important;
}

.order-desc {
    margin: 30px 0;

}

.order-complete .title {
    display: flex;
    flex-flow: column wrap;
    align-items: center !important;
}

.top-title {
    border-bottom: 12px solid #f6f9fc;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none;
}

.top-title button {
    display: inline-block;
    position: absolute;
    left: 94px;
    background: none;
}

.top-title img {
    width: 24px;
    height: 24px;
}

.address-list>div {
    display: flex;
}

.address-list>div label {
    margin-left: 10px;
    display: flex;
}

.address-list>div input {
    visibility: hidden;
}

.address-list>div span {
    width: 18px;
    height: 18px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 13px;
    top: -40px;
    left: -13px;
}

.address-list>div label div:first-child {
    width: 20px;
}

.address-list>div input[type='radio']:checked+span {
    background-color: #0b0b1b;
}

.address-list>div input[type='radio']:checked+span::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-51%, -50%);
}
.product_top {
    justify-content: space-between;
}
.product_top .left_wrap {
    height: fit-content;
    width: 45%;
    margin-right: 0;
}
@media (max-width: 720px) {
    .product_top .left_wrap {
        width: 100%;
    }
    
}

.product_top .left_wrap .img-container {
    position: relative;
    background-color: #f6f6f6;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_top .left_wrap .btm-logo {
    width: 148px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.product_top .left_wrap .like-btn {
    width: 24px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
}

.product_top .left_wrap p {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.product_top .left_wrap span {
    display: block;
    line-height: 1.8;
    font-size: 14px;
}

.product_top .left_wrap span a {
    text-decoration: underline;
}

.product_top .left_wrap p img {
    display: inline-block;
    width: 16px;
    margin-right: 10px;
}

.product_top .right_wrap .title-top {
    display: flex;
    justify-content: space-between;
}
.product_top .right_wrap .title-top .title-text-gender {
    display: flex;
}
.product_top .right_wrap .title-top .title-text-gender .tit_gender {
    position: relative;
    top: -2px;
}

.product_top .right_wrap .title-top .title_text {
    font-size: 24px;
    font-weight: bold;
}

.product_top .right_wrap>div .list dt {
    margin-bottom: 10px;
    font-weight: 500;
}

.title-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.title-price .discount-rate {
    font-size: 24px;
    color: #fa3855;
    font-weight: 500;
}

.title-price .cost {
    opacity: 50%;
    text-decoration: line-through;
    margin: 0 10px;
}

.title-price .discount-cost {
    font-size: 24px;
    font-weight: bold;
}

.title-price .discount-cost span {
    font-size: 18px;
    font-weight: bold;
}

.product_top .right_wrap>ul>li dl dt,
.sub_title_text {
    color: #0b0b1b;
}

.num_list li {
    font-size: 14px;
    color: rgba(11, 11, 27, 0.8);
    line-height: 1.71;
}

.product_top .right_wrap>ul>li dl dd {
    font-size: 14px;
    color: rgba(11, 11, 27, 0.8);
}

.product_size li {
    cursor: pointer;
}

.product_size li.active {
    border: 1px solid #0b0b1b;
}

.product_size li.sold-out {
    pointer-events: none;
    background-color: #dadada;
    position: relative;
    line-height: 30px;
}

.product_size li.sold-out::after {
    content: 'sold out';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.product_color {
    display: flex;
    justify-content: left;
}

.product_color li {
    cursor: pointer;
    border: 1px solid #dadada;
    float: unset;
}

.product_color li.active {
    border: 1px solid #000;
}

/* .product_top .right_wrap > ul > li.product_list_wrap {
	display: none;
} */
.option-modal {
    transition: bottom 1s;
}

.product_list_bg {
    background-color: #f6f6f8;
    padding: 20px 30px;
}

.product_list li {
    margin-bottom: 30px;
    position: relative;
}

.product_list .del-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    right: -12px;
    background: none;
}

.product_list .del-btn img {
    width: 100%;
}

.product_list li:last-child {
    margin-bottom: 0;
}

.product_list li p {
    margin-bottom: 15px;
    color: #0b0b1b;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.quantity-box {
    border: 1px solid #dedede;
    height: 28px;
    width: fit-content;
    display: flex;
}

.quantity-box button {
    height: 100%;
    width: 40px;
    background-color: #ebebef;
    font-size: 18px;
    color: #9d9d9d;
}

.quantity-box .quantity {
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #0b0b1b;
    font-size: 14px;
    background-color: #fff;
}

.purchase_area {
    margin-bottom: 100px !important;
    height: fit-content;
}

.purchase_area .bulk-inquiry {
    margin: 10px 0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    width: 150px;
}

.purchase_area_left button {
    width: calc(48% - 20px);
}

.purchase_area .bulk-inquiry+.bulk-inquiry-text {
    display: none;
    position: absolute;
}

.purchase_area .bulk-inquiry:hover+.bulk-inquiry-text {
    display: block;
    width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 110%;
    left: 15%;
    font-size: 14px;
    line-height: 1.54;
}

.purchase_area .bulk-inquiry img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
}

/* .purchase_area .bulk-inquiry img::before {
	content: '대량 구매 문의 기분 문구 출력';
	display: block;
	width: 120px;
	height: 50px;
	border: 1px solid #ddd;
} */
.purchase_area button {
    height: 44px;
    background: #0b0b1b;
    color: #ffffff;
    float: left;
    padding: 0;
    margin-left: 0;
}

.purchase_area .bulk-purchase {
    background-color: #fff;
    color: #0b0b1b;
    border: 1px solid #0b0b1b;
    position: relative;
}

.purchase_area .purchase {
    margin: 0 10px;
}

.purchase_area .bulk-purchase span {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 5px;
    right: 5px;
}

.purchase_area span::after {
    content: '대량구매 기준 문구';
    width: 150px;
    height: 60px;
    background-color: yellow;
    display: none;
    position: absolute;
    bottom: 30px;
    right: -30px;
}

.purchase_area .bulk-purchase span:hover::after {
    display: block;
}

.purchase_area .cart-btn {
    width: 44px !important;
    height: 44px;
    background-color: #fff;
    border: 1px solid #0b0b1b;
}

.purchase_area .cart-btn img {
    width: 24px;
    height: 24px;
}

.product_size_list table tr {
    display: table-row !important;
}

/* .mo-tab-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.mo-tab-bar .purchase_area .bulk-purchase {
	margin: 0 0;
} */
.inquire .sub_banner {
    background: url(../images/inquiry_banner.png) center center no-repeat !important;
}

.nation select {
    width: 107px;
}

.mo-tab-bar .purchase_area {}

.bulk-item-info {
    margin-top: 70px;
}

.bulk-item-info h3 {
    margin-bottom: 0;
}

.bulk-item-info div.info-title {
    border-bottom: 2px solid #0b0b1b;
    padding-bottom: 30px;
    font-size: 20px;
}

.purchase-item-info div.info-title {
    display: flex;
    flex-flow: row nowrap;
    font-size: 18px;
}

.bulk-item-info div.info-title p {
    font-size: 14px;
    margin-top: 10px;
}

.bulk-item-info img {
    width: 80px;
}

.size-txt::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #cccbcb;
    position: relative;
    top: 2px;
    right: 5px;
}

.inquire .inq_text .inq_text_contents select+div {
    margin-left: 10px;
    width: calc(100% - 120px);
    display: inline-block;
}

.bulk-item-info .item-wrap {
    display: flex;
    margin-top: 30px;
}

.bulk-item-info .item-wrap .item-img {
    margin-right: 30px;
}

.bulk-item-info .item-wrap p {
    font-weight: 500;
}

.bulk-item-info .item-wrap .option {
    margin: 6px 0 14px;
    font-size: 14px;
    font-weight: 300;
}

#content>div.sub_banner>div>h2 {
    border-bottom: 0;
}

.inquire {
    max-width: none !important;
    margin-bottom: 0 !important;
}

.inquire .cnt_text .inq_text .inq_text_top>div {
    margin-bottom: 10px;
}

.inquire .inq_text .inq_text_top>div span {
    line-height: 1.5;
}

.container__mypage {
    display: flex;
}

.container__mypage.mypage-cart .product-table-wrap .btn-white-radius {
    padding: 10px 18px;
}

.container__mypage-left {
    width: 306px;
    margin-right: 24px;
}

.user-profile-wrap {
    width: 306px;
    height: 403px;
    background-color: #f6f6f8;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.user-profile-wrap>div {
    position: relative;
    margin-bottom: 30px;
}

.user-profile-wrap>div button {
    position: absolute;
    bottom: -1px;
    left: 89px;
    background: none;
}

.user-profile-wrap>div button img {
    width: 30px;
    height: 30px;
}

.user-profile-wrap>div button.del-btn {
    left: 122px;
}

.user-pic {
    /* background-image: url(../images/icon-profile-bg.webp);
background-size: cover; */
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.user-mark {
    background-color: #334779;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    width: 96px;
    padding: 4px 0;
    text-align: center;
    margin-bottom: 10px;
}

.user-id {
    font-size: 24px;
    font-weight: bold;
}

.user-email {
    margin: 10px 0 20px;
    color: #505050;
}

.pw-change-btn {
    border: 1px solid #d6d6d6;
    padding: 9px 16px;
    font-size: 15px;
    background-color: #fff;
    border-radius: 4px;
}

.mypage_management {
    float: left;
    margin-top: 20px;
}

.mypage-menu {
    display: flex;
    flex-flow: column wrap;
}

.mypage_management ul {
    width: 280px;
    border: 1px solid #e1e1e6;
    border-right: 0;
    border-left: 0;
}

.mypage_management ul li {
    height: 50px;
    border-bottom: 1px solid #e1e1e6;
    line-height: 50px;
}

.mypage_management ul li:last-child {
    border-bottom: 0;
}

.mypage_management ul li .hover_on {
    position: absolute;
    display: none;
}

.mypage_management ul li img {
    width: 24px;
    height: 24px;
    margin: 13px 16px 0 24px;
}

.mypage-menu a {
    padding: 18px 6px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
}

.mypage-menu a.active {
    font-weight: bold;
}

.mypage_management ul li a.active {
    font-weight: bold;
}

.mypage-menu a img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.container__mypage-right {
    width: calc(100% - 330px);
}

.order-list-wrap {
    margin-bottom: 50px;
}

.order-list-wrap .p-option {
    display: inline-block;
}

.order-list-wrap .color-option {
    position: relative;
    top: 3px;
}

.container__mypage-right>div ul li {
    /* padding: 20px 50px 20px 20px; */
}

.item-list {
    min-width: 96px;
}

.container__mypage-right .btn-wrap {
    text-align: center;
}

.container__mypage-right .more-btn {
    background-color: #000;
    color: #fff;
    padding: 12.5px 75px;
}

.delivery-status {
    text-align: center;
    color: rgba(11, 11, 27, 0.5);
    margin: 0 5px;
    width: 100%;
}

.delivery-status p span {
    display: inline-block;
}

.order-num-day {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 500;
}

.order-number {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.order-number img {
    width: 7px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.check-order-list-wrap {
    justify-content: space-between;
}

.check-order-list-wrap li {
    justify-content: space-between;
}

.price-quantity {
    display: flex;
}

.item-info .item-list .price-quantity span {
    font-size: 16px;
    font-weight: 500;
}

.list-left {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-left .option span:first-child::after {
    /* content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #d6d6d6;
	position: relative;
	left: 3px;
	top: 1px;
	margin: 0 3px; */
}

.list-right {
    /* width: 50%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-right .btns {
    display: flex;
    flex-flow: column wrap;
}

.list-right .btns button {
    width: 92px;
    height: 37px;
    padding: 0;
    background-color: #fff;
    color: #0b0b1b;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-left: 0;
}

.list-right .btns button {
    margin-bottom: 10px;
}

.list-right .btns button:last-child {
    margin-bottom: 0;
}

.check-order-list-wrap .title-searchbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(11, 11, 27, 0.6);
}

.check-order-list-wrap .title-searchbar h3 {
    margin-bottom: 20px;
}

.title-searchbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(11, 11, 27, 0.6);
}

.title-searchbar h3 {
    margin-bottom: 27px;
}

.title-searchbar>div {
    border: 1px solid #d6d6d6;
    padding: 10px 10px 10px 20px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-searchbar>div input {
    border: 0;
    width: 80%;
}

.title-searchbar>div input:focus {
    outline: none;
}

.title-searchbar>div input::placeholder {
    color: #d6d6d6;
}

.title-searchbar>div img {
    width: 24px;
    height: 24px;
}

.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total dt {
    font-size: 14px;
}

.total dd {
    font-size: 24px !important;
    font-weight: bold;
}

.total dd span {
    font-size: 18px;
}

.product_top .right_wrap>div .list {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid #e9e9e9;
}
.product_top .right_wrap>div .list * {
    white-space: normal;
}

.product_tab .tab_list li {
    width: 50%;
}

.tab_section_full .inner {
    width: 100%;
}

.title-searchbar h3 img {
    width: 24px;
    margin-right: 16px;
}

.order-num-order-day {
    border: 3px solid #f6f6f8;
    padding: 20px;
    margin-bottom: 30px;
}

.order-num-order-day span {
    font-weight: 500;
}

.order-num-order-day span:first-child {
    margin-right: 20px;
}

.product-table-wrap .item-list-btm {
    border-right: 0;
    border-left: 0;
    background-color: #f6f6f8;
}

.product-table-wrap table {
    border-right: 0;
    border-left: 0;
}

.product-table-wra tr {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.product-table-wrap th {
    padding: 12px 0;
    border: 0;
    background-color: #f6f6f8;
}

.product-table-wrap td.status {
    /* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between; */
}

.product-table-wrap td button {}

.product-table-wrap td.status p {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 8px;
    color: rgba(11, 11, 27, 0.5);
}

.product-table-wrap label {
    display: flex;
    align-items: center;
}

.product-table-wrap input {
    visibility: hidden;
}

.product-table-wrap input+span {
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

.product-table-wrap input:checked+span {
    border-radius: 2px;
    border: 1px solid #0b0b1b;
    background-color: #0b0b1b;
    width: 17px;
    height: 17px;
}

.product-table-wrap input:checked+span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    background-image: url(/images/chec-icon.webp);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.product-table-wrap th input+span {
    margin-right: 10px;
}

.product-table-wrap th:first-child {
    width: 67%;
}

.product-table-wrap th:last-child {}

.product-table-wrap th .inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.product-table-wrap td {
    padding: 20px;
    text-align: center;
}

.product-table-wrap td .inner {
    display: flex;
    align-items: center;
    width: auto;
}

#optionChangeModal .img-bg {
    width: 80px;
    height: 80px;
    background-color: #f6f6f6;
    margin-right: 30px;
}

.product-table-wrap td .inner .img-bg {
    min-width: 80px;
    height: 80px;
    position: relative;
    background-color: #f6f6f6;
    margin-right: 30px;
    margin-left: 10px;
}

.product-table-wrap td .inner .img-bg img {
    width: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-table-wrap td .inner div:last-child {
    /* display: flex;
	flex-flow: column wrap; */
}

.product-table-wrap .btn-wrap {
    text-align: right;
}

.product-table-wrap .btn-white-radius {
    /* min-width: 168px; */
    margin-left: 0;
    position: unset;
}

.container__mypage-right .orderer-info,
.container__mypage-right .shipping-info {
    border: 1px solid #dddddd;
    padding: 40px;
    margin: 20px 0 50px;
}

.order-amount-detail {
    margin: 20px 0 50px;
}

.container__mypage-right .orderer-info dl,
.container__mypage-right .shipping-info dl {
    display: flex;
    margin-bottom: 15px;
}

.container__mypage-right .orderer-info dl:last-child,
.container__mypage-right .shipping-info dl:last-child {
    margin-bottom: 0;
}

.container__mypage-right .orderer-info dl dt,
.container__mypage-right .shipping-info dl dt {
    width: 13%;
    font-weight: 500;
}

.order-amount-detail {
    border: 1px solid #dddddd;
}

.amount-top {
    background-color: #f6f6f8;
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.amount-top dl.discount {
    position: relative;
}

.amount-top dl.discount::after {
    content: '=';
    display: inline-block;
    position: absolute;
    left: 98%;
    opacity: 0.5;
}

.amount-top dl.discount::before {
    content: '-';
    display: inline-block;
    position: absolute;
    right: 98%;
    opacity: 0.5;
}

.amount-top dl {
    display: flex;
    padding: 30px 40px;
    width: 33.3%;
    justify-content: space-between;
    font-weight: bold;
}

.amount-top dd span:first-child {
    font-size: 18px;
}

.amount-btm ul {
    border: 0;
    display: flex;
}

.amount-btm li {
    border-bottom: 0 !important;
    border-right: 1px solid #dddddd;
    width: 33.3%;
    padding: 30px 40px !important;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start !important;
}

.amount-btm li div {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 20px;
}

.amount-btm li div:last-child {
    margin-bottom: 0;
}

.amount-btm li div .price {
    font-weight: 300;
}

.amount-btm li div span img {
    width: 80px;
    margin-bottom: 10px;
}

.cancel-order p {
    /*     resize: none; */
    height: 120px;
    width: 100%;
    vertical-align: top;
    border: 1px solid #dddddd;
    padding: 10px;
}

.p-name {
    font-weight: 500;
    line-height: 1.25;
}

.p-option {
    font-size: 14px;
    line-height: 1.86;
    color: rgba(11, 11, 27, 0.6);
}

.p-price {
    font-weight: 500;
    line-height: 1.63;
}

.mypage {
    margin: 0px auto 100px !important;
}

.mypage .container__mypage-left {
    width: 100%;
    margin-right: 0;
}

.mypage .user-profile-wrap {
    width: 100%;
}

.mypage .container__mypage-left {
    display: block !important;
}

.mypage .mypage-menu {
    margin: 0 10px;
}

.item-info li .item-img-bg {
    min-width: 65px;
}

.item-img-bg {
    background-color: #f6f6f6;
    width: 80px;
    height: 80px;
    margin-right: 24px;
    position: relative;
}

.item-img-bg img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bulk-item-info .item-img {
    background-color: #f6f6f6;
    width: 80px;
    margin-right: 24px;
}

.item-list.item-status {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
}

.product_top .right_wrap>div .list dd {
    color: rgba(11, 11, 27, 0.8);
}

.address-select-regi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.address-select-regi p {
    font-weight: bold;
}

.address-select-regi button {}

.mypage-cart .product-table-wrap th:first-child {
    width: 48%;
}

.mypage-cart .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    text-align: center;
}

.mypage-cart .warp-left {
    width: 100%;
    text-align: left;
}

.product-table-wrap td {
    position: relative;
    text-align: center;
}

.mypage-cart .item-del {
    background: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 10px;
}

.mypage-cart .item-del img {
    width: 100%;
    height: 100%;
}

.mypage-cart button.buy {
    margin-top: 10px;
}

.mypage-cart button.option-change {
    margin-top: 10px;
}

.mypage-cart .delivery-info>span {
    color: rgba(11, 11, 27, 0.5);
    margin-top: 10px;
    display: block;
}

.mypage-cart .unavailable-desc span {
    color: rgba(11, 11, 27, 0.5);
    margin-top: 10px;
}

.mypage-cart .product-table-wrap .item-list-btm {
    justify-content: center;
    align-items: center;
}

.mypage-cart .product-table-wrap .item-list-btm.unavailable {
    justify-content: space-between;
}

.mypage-cart .product-table-wrap .item-list-btm p {
    display: inline-block;
}

.destination-text {
    position: absolute;
    left: 174px;
    bottom: 14px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.destination-text img {
    width: 12px !important;
    margin-right: 5px;
}

.mypage-cart .quantity-box {
    width: auto;
}

.mypage-cart .p-option {
    color: #0b0b1b;
    width: 100%;
    line-height: 1;
    margin-top: 5px;
    white-space: nowrap;
}

.mypage-cart .product-table-wrap tr.soldout {
    /* opacity: 0.5; */
}

.mypage-cart .cart-tr td .product-price {
    display: inline;
}

.mypage-cart .p-option .soldout {
    margin-left: 10px;
    vertical-align: middle;
}

.mypage-cart .p-option .soldout img {
    width: 12px;
    height: 12px;
    margin-right: 0;
    margin-left: 0;
    position: unset;
}

.mypage-cart .product-table-wrap .item-list-btm {
    display: none;
}

.mypage-cart .product-table-wrap .btn-white-radius {
    min-width: unset;
    margin: 5px 0 0 0;
}

.mypage-cart h3.total-amount-title {
    margin-bottom: 20px;
    margin-top: 50px;
}

.mypage-cart .total-amout-wrap {
    border-top: 2px solid #0b0b1b;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    margin-bottom: 20px;
}

.mypage-cart .total-amout-wrap dl {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 33.3%;
    padding: 50px 60px;
    text-align: center;

}

.mypage-cart .total-amout-wrap dl dt {
    font-weight: 500;
}

.mypage-cart .total-amout-wrap dl dd .total-price {
    font-weight: bold;
    font-size: 24px;
}

.mypage-cart .total-amout-wrap dl dd span {
    font-size: 16px;
}

.mypage-cart .total-amout-wrap dl.delivery-fee-wrap {
    position: relative;
}

.mypage-cart .total-amout-wrap dl.delivery-fee-wrap::after {
    content: '=';
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 98%;
    opacity: 0.5;
    transform: scale(1.5);
}

.mypage-cart .total-amout-wrap dl.delivery-fee-wrap::before {
    content: '+';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 98%;
    opacity: 0.5;
    transform: scale(1.5);
}

.mypage-cart .delivery-fee-desc {
    text-align: right;
}

.mypage-cart .btns-wrap {
    text-align: center;
    margin-top: 50px;
}

.mypage-cart .btns-wrap button {
    min-width: 196px;
}

.product-table-wrap.cart-empty img {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.cart-empty {
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.cart-empty img {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

#content>div.container__mypage>div.container__mypage-right>div>div.order-amount-detail>div.amount-btm>ul>li:nth-child(3) {
    border-right: 0;
}

.status-select-wrap .status-select {
    width: 47%;
    display: none;
    font-size: 14px;
}

.status-select .select-selected {
    border: 1px solid #d6d6d6;
}

.status-select .select-items {
    width: 100%;
    left: 0;
    top: 98%;
}

.status-select-wrap {
    margin-bottom: 30px;
    padding: 0 10px;
}

.adress-save-btn-wrap {
    margin-top: 10px;
    text-align: right;
}

.deposit-details-tbl {
    margin-bottom: 50px;
    line-height: 1.54;
}

.deposit-details-tbl .order-complete-desc {
    text-align: left;
    margin-bottom: 20px;
}

.deposit-details-tbl {}

.deposit-details-tbl th {
    width: 30%;
    background-color: #f6f6f8;
    text-align: left;
    padding-left: 40px;
    border-right: 0;
    word-break: keep-all;
}

.deposit-details-tbl td {
    padding: 18px 14px;
    border-left: 0;
}

.product-table-wrap tr.soldout td:nth-child(2) button,
.product-table-wrap tr.soldout td:nth-child(3) button {
    pointer-events: none;
    opacity: 0.5;
}

p.option span {
    display: flex;
    align-items: flex-end;
}

.p-option {
    display: flex;
    align-items: center;
}

.img_board li a {
    height: unset;
}

.board-bottom {
    position: relative;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.pagenation {
    text-align: center;
    display: flex;
    align-items: center;
}

.pagenation * {
    margin-right: 15px;
    color: #a5a5a5;
}

.pagenation button {
    background: none;
}

.pagenation *:last-child {
    margin-right: 0px;
}

.pagenation .pre,
.pagenation .next {
    width: 30px;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
}

.pagenation .active {
    color: #0b0b1b;
    text-decoration: underline;
}

.select_board.sel-pagelist {
    position: absolute;
    right: 3%;
    bottom: -25%;
}

.tit_cate .tit_cates {
    height: 44px;
    line-height: 44px;
    width: auto !important;
    padding: 0 40px !important;
}

.board_top {
    margin-bottom: 30px;
}

.img_board li.seleted>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_board li.seleted .title-price {
    width: fit-content;
}

/* 상품 옵션 색상별 span */
.color-option {
    min-width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px !important;
    border: 1px solid #000;
}

.color-option.color-white {
    background-color: #fff;
    /* border: 1px solid #000; */
}

.cart-wrap.item-info .product-table-wrap .cart-list-tbl th {
    padding: 1px 0;
}

.search-container {
    border: 1px solid #d6d6d6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.board_top .search_wrap input {
    /* border: 0; */
}

.board_top .search_wrap button {
    background: none;
    width: 24px;
    height: 24px;
    margin: 0 10px;

}

.board_top .search_wrap button img {
    width: 100%;
}

.product-table-wrap th input+span {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

.select_wrap select {
    width: 100%;
    background-position-x: 95%;
}

.input_rg_wrap.sel_input>li .select_wrap .country-list {
    width: 100%;
}

.product-table-wrap .select-all input+span {
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

/* //상품 옵션 색상별 span */
.user_profile_wrap.mobile {
    width: 100%;
    height: 360px;
    background: #f6f6f8;
    padding: 40px 50px;
    display: flex;
}

/* //모바일 마이페이지 메인 */
@media screen and (max-width: 1290px) {
    .user_profile_wrap.mobile .user_img_wrap {
        width: 480px;
        height: 280px;
        position: relative;
        margin: 0 55px 0 0;
        padding-top: 0;
        float: left;
    }

    .user_profile_wrap.mobile .user_img_wrap .img_wrap {
        width: 230px;
        height: 280px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .user_profile_wrap.mobile .user_img_wrap .img_wrap>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user_profile_wrap.mobile .user_profile {
        width: 250px;
        height: 280px;
        right: 0;
        padding: 0 30px;
    }

    .user_profile_wrap.mobile .user_profile ul {
        margin: 50px 0 0 0;
    }

    .user_profile_wrap.mobile .user_profile .left_tri {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -16px;
        border-top: 140px solid #c92512;
        border-bottom: 140px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid #c92512;
    }

    .user_profile_wrap.mobile .user_info_wrap {
        margin: 50px 0 0 0;
    }

    .user_profile_wrap.mobile .user_info_wrap .mail {
        margin-left: 13px;
    }
}

@media screen and (max-width: 900px) {
    .user_profile_wrap.mobile {
        flex-direction: column;
        height: auto;
    }

    .user_profile_wrap.mobile .user_img_wrap {
        width: 100%;
        margin: 0;
    }

    .user_profile_wrap.mobile .user_profile {
        width: calc(100% - 220px);
    }

    .select_board.sel-pagelist {
        right: -5%;
    }
}

@media screen and (max-width: 720px) {
    .user_profile_wrap.mobile .user_profile_wrap {
        padding: 20px 25px;
    }

    .user_profile_wrap.mobile .user_profile {
        width: calc(100% - 150px);
        height: 184px;
        padding: 0 20px;
    }

    .user_profile_wrap.mobile .user_profile ul {
        margin-top: 27px;
    }

    .user_profile_wrap.mobile .user_profile .left_tri {
        border-top: 92px solid #c92512;
        border-bottom: 92px solid transparent;
    }

    .user_profile_wrap.mobile .user_info_wrap {
        margin-top: 30px;
    }

    .user_profile_wrap.mobile .user_info_wrap .member {
        width: 63px;
        height: 21px;
        line-height: 21px;
        font-size: 11px;
        padding: 3px 11px;
    }

    .user_profile_wrap.mobile .user_info_wrap .user_id {
        margin-top: 8px;
        font-size: 18px;
    }

    .user_profile_wrap.mobile .user_info_wrap .btn_mypage.logout {
        width: 100px;
        height: 32px;
        line-height: 32px;
    }

    .user_profile_wrap.mobile .user_info_wrap .btn_mypage.password {
        width: 110px;
        height: 32px;
        line-height: 32px;
    }

    .user_profile_wrap.mobile .user_img_wrap .img_wrap {
        width: 150px;
        height: 184px;
    }

    .user_profile_wrap.mobile .user_img_wrap {
        height: 184px;
    }

    .user_profile_wrap.mobile .user_profile ul li:nth-child(1) {
        font-size: 14px;
    }

    .user_profile_wrap.mobile .user_profile ul li:nth-child(2) {
        font-size: 21px;
    }

    .user_profile_wrap.mobile .user_profile ul li:nth-child(3),
    .user_profile_wrap.mobile .user_profile ul li:last-child {
        font-size: 13px;
    }

    .user_profile_wrap.mobile {
        padding: 20px 25px;
    }
}

/* //모바일 마이페이지 메인 */

@media (max-width: 1700px) {
    #changeAddress .select-selected {
        width: 80%;
    }
}

@media (max-width: 1290px) {
    .login_wrap {
        display: none;
    }
}

@media (max-width: 1280px) {
    #optionChangeModal {
        width: 100%;
        height: 100%;
        position: relative;
    }

    #optionChangeModal .modal_btns {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .displaynone {
        display: none;
    }

    #content h2 {
        display: none;
    }

    .top-title {
        display: flex;
    }

    .content-left-right {
        flex-flow: column wrap;
    }

    .order-info-left {
        width: 100%;
        padding: 0 100px;
    }

    .order-info-right {
        width: 100%;
        padding: 0 100px;
        margin-top: 0;
    }

    .pay-btn {
        margin-top: 40px;
    }

    .border {
        width: 100%;
        height: 12px;
        background-color: #f6f9fc;
        margin: 50px 0;
    }

    .coupon input {
        width: calc(100% - 115px);
    }

    .coupon div div {
        width: calc(100% - 115px);
    }

    .product_img_list {
        width: auto;
    }

    .container__mypage-left {
        display: none;
    }

    .check-order-list-wrap .title-searchbar {
        display: none;
    }

    .detail-order-wrap .title-searchbar {
        display: none;
    }

    .product-table-wrap .inner {
        margin: 0;
    }

    .container__mypage-right {
        width: 80%;
        margin: 0 auto;
    }

    .mypage .user-profile-wrap {
        margin-bottom: 0;
    }

    #changeAddress {
        width: 90%;
    }

    .destination-text {
        /* left: 169px;
		top: 10px; */
    }

    .mypage-cart .p-option {
        /* width: 130px; */
    }

    .mypage-cart .del-btn {
        right: 10px;
        top: 10px;
    }

    .mypage-cart .product-table-wrap .item-list-btm {
        display: flex;
        padding: 14px 30px;
    }

    .status-select-wrap .status-select {
        display: block;
    }

    /* .status-select-wrap .custom-select select {
		display: block;
	} */
    .status-select-wrap {
        padding: 0 0px;
    }

    .container__mypage.info-change .dl_list_tbl dl dt {
        border: none;
        padding: 0 14px;
    }

    .container__mypage.info-change {
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    .container__mypage.info-change .dl_list_tbl dl {
        /* border: 0; */
    }

    .container__mypage.info-change .container__mypage-right {
        width: 100%;
    }

    .dl_list_tbl dl dt {
        min-width: 165px;
        font-size: 14px;
    }

    .container__mypage.info-change * {
        font-size: 14px;
    }

    .profile_subtitle {
        margin: 90px 0 20px;
    }

    .btn_rg_wrap input.btn_chk[type=radio]:not(old)+label {
        min-width: 90px;
    }

    .container__mypage.info-change .form-top {
        padding: 14px;
    }

    .container__mypage.info-change h3 {
        display: none;
    }

    .profile_subtitle {
        font-size: 20px !important;
    }

    .img_board .title-price {
        margin-top: 5px;
    }

    .img_board .title-price .discount-rate {
        font-size: 18px;
    }

    .img_board .title-price .cost {
        font-size: 14px;
    }

    .img_board .title-price .discount-cost {
        font-size: 18px;
    }

    .img_board .title-price .discount-cost span {
        font-size: 14px;
    }

    .img_board .title-price .cost {
        margin: 0 5px;
    }

    .product_top .left_wrap {
        margin-right: 60px;
    }

    .amount-top dl {
        flex-direction: column;
        justify-content: center;
    }

    .mypage-cart .product-table-wrap td {
        border: 0;
        border-bottom: 0.03em solid #d8d8d8;
    }

    .product-table-wrap td .inner .img-bg {
        margin-right: 14px;
    }

    .purchase_area_left button.purchase {
        width: calc(100% - 54px) !important;
        margin: 0 0 10px 10px;
    }

    .purchase_area_left button.bulk-purchase {
        width: 100% !important;
    }

    .equip-section {
        padding: 0px;
    }

    .coupon-top {
        display: none !important;
    }

}


@media (max-width: 860px) {
    .product-table-wrap td .inner img {
        width: 68px;
        margin-right: 20px;
    }

    .destination-text {
        left: 152px;
    }


}

@media (max-width: 768px) {
    #countryModal {
        width: 100%;
    }

    button {
        font-size: 14px;
    }

    #content {
        margin: 40px auto 100px;
    }

    .top-title {
        font-size: 18px;
    }

    .top-title button {
        left: 20px;
    }

    .order-complete {
        padding: 0 20px;
    }

    .order-complete-wrap {
        margin: 40px auto 100px !important;
    }

    .order-complete button {
        font-size: 14px;
    }

    .order-complete .title p:first-child {
        font-size: 20px;
    }

    .order-complete .title p:last-child {
        font-size: 18px;
    }

    .order-complete table {
        width: 100%;
    }

    .btn-white-radius {
        margin-left: 0;
        position: absolute;
        right: 0;
    }

    #content>div.content-left-right>div.order-info-left>div.delivery-info>div.address-select-regi>button {
        position: unset;
    }

    .table-wrap {
        position: relative;
    }

    .order-complete table td,
    .order-complete table th {
        font-size: 14px;
    }

    .order-complete table th {
        padding-left: 25px;
        width: 34%;
    }

    .order-desc {
        margin-top: 90px;
        font-size: 12px;
    }

    .order-complete.fail * {
        font-size: 14px;
    }

    .order-fail-desc {
        margin-top: 40px;
        font-size: 12px !important;
    }

    .order-complete-desc {
        font-size: 14px;
    }

    .order-complete .btns {
        display: flex;
        flex-flow: row nowrap;
    }

    .order-complete .btns button {
        width: 153px;
    }

    .order-info-left {
        padding: 0 0;
    }

    .item-info h3 {
        margin-left: 20px;
        font-size: 18px;
    }

    .order-list-empty p {
        font-size: 14px;
    }

    .item-info .order-list-container ul {
        border-right: 0;
        border-left: 0;
        width: 48%;
    }

    .item-info ul.btn-container {
        width: calc(100% - 48%);
    }

    .item-info .item-list .price-quantity span {
        font-size: 14px;
    }

    .item-info .item-list p {
        font-size: 14px;
    }

    .item-info .item-list p.option {
        font-size: 12px;
    }

    .item-list-btm {
        font-size: 14px;
        border-left: 0;
        border-right: 0;
    }

    .orderer-info {
        padding: 0 20px;
    }

    #content .title h3 {
        font-size: 18px;
    }

    .delivery-info {
        margin: 0 20px 30px;
    }

    .memo {
        padding: 0 20px;
    }

    .order-info-right {
        padding: 0 0;
    }

    .coupon {
        border: 0;
        padding: 20px;
    }

    .payment-type {
        border: 0;
        padding: 20px;
    }

    .agreeTerms {
        padding: 30px 25px;
    }

    .pay-btn-wrap {
        text-align: center;
    }

    .pay-btn {
        width: 93%;
        /* position: absolute;
			left: 50%;
			transform: translateX(-50%); */
    }

    .orderer-info table td input {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .orderer-info table {
        border: 0;
    }

    .orderer-info table th {
        display: none;
    }

    .orderer-info table td {
        padding-left: 0;
        border: 0;
    }

    .delivery-info-box {
        padding: 30px 20px;
    }

    .delivery-info-box p {
        font-size: 14px;
    }

    .delivery-info-check {
        font-size: 14px;
    }

    .is-invalid-msg {
        font-size: 14px;
    }

    #content>div.content-left-right>div.order-info-left>div.delivery-info>div.change-btn-on-off.change-btn-on>div.address-write>div button {
        margin: 0;
    }

    .delivery-info-check span {
        margin-right: 10px;
    }

    .address-write table {
        border: 0;
    }

    .address-write table th {
        display: none;
    }

    .address-write table td {
        border: 0;
        padding-left: 0;
    }

    .address-write table td input {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .address-write table td input[name='zip-code'] {
        /* width: calc(100% - 130px); */
    }

    .btns button {
        width: 46%;
        padding: 0;
    }

    .memo textarea::placeholder {
        font-size: 14px;
    }

    .memo textarea {
        font-size: 14px;
    }

    .coupon input {
        font-size: 14px;
    }

    .order-summary {
        padding: 40px 20px;
    }

    .order-summary p {
        font-size: 16px;
    }

    .order-summary span {
        font-size: 14px;
    }

    .order-summary dl dt {
        font-size: 14px;
    }

    .order-summary dl dd {
        font-size: 16px;
    }

    div.line {
        margin: 20px 0;
    }

    .payment-type p {
        font-size: 16px;
    }

    .payment-type label {
        font-size: 14px;
    }

    .payment-type label img {
        width: 80px;
    }

    .agreeTerms label {
        font-size: 14px;
    }

    .product_top .left_wrap {
        margin-bottom: 30px;
    }

    .address-write .custom-select.country-select {
        margin-bottom: 10px;
    }

    #coupon .modal_content {
        display: flex;
        flex-flow: column wrap;
    }

    .container__mypage-right {
        width: 100%;
    }

    .mypage .pw-change-btn {
        font-size: 14px;
    }

    .mypage .mypage-menu a {
        font-size: 14px;
        padding: 20px 6px;
    }

    .detail-order-wrap .product-table-wrap tbody tr:first-child {
        display: none;
    }

    .product-table-wrap tbody tr:nth-child(2) td:first-child {
        width: 67%;
    }

    .product-table-wrap td {
        /* border: 0; */
        border-bottom: 1px solid #d8d8d8;
    }

    .product-table-wrap td .inner img {}

    .p-name,
    .p-price {
        font-size: 14px;
    }

    .p-option {
        font-size: 12px;
        width: 90%;
    }

    .product-table-wrap td {
        padding: 10px;
    }

    .product-table-wrap td.status p {
        font-size: 12px;
    }

    .btn-white-radius,
    .btn-black-radius {
        font-size: 12px !important;
        padding: 8px 8px;
    }

    .order-num-order-day span {
        font-size: 12px;
    }

    .container__mypage-right .orderer-info,
    .container__mypage-right .shipping-info {
        padding: 20px;
    }

    .container__mypage-right .orderer-info dl dt,
    .container__mypage-right .shipping-info dl dt {
        width: 40%;
        font-size: 14px;
    }

    .container__mypage-right .orderer-info dl dd,
    .container__mypage-right .shipping-info dl dd {
        font-size: 14px;
        width: 60%;
    }

    .container__mypage-right .orderer-info dl,
    .container__mypage-right .shipping-info dl {
        margin-bottom: 10px;
    }

    .cancel-order p {
        font-size: 14px;
        height: 100px;
    }

    .order-num-day * {
        font-size: 12px;
        padding: 0 10px;
    }

    .delivery-status {
        font-size: 12px;
        /* margin-top: 14px; */
    }

    .container__mypage-right>div ul li {
        padding: 25px 15px;
    }

    .item-info li .item-img-bg {
        margin-right: 10px;
    }

    .list-right .btns button {
        font-size: 12px;
        width: 70px;
    }

    .item-list.item-status {
        align-items: flex-start;
        justify-content: space-between;
        flex-flow: column;
    }

    #changeAddress {
        width: 90%;
    }

    .amount-top dl {
        padding: 10px 20px;
        flex-direction: column;
        justify-content: center;
    }

    .amount-top dl dt {
        font-size: 12px;
    }

    .amount-top dd {
        font-size: 12px;
    }

    .amount-top dd span {
        font-size: 14px;
    }

    .amount-btm li {
        padding: 10px 20px !important;
    }

    .amount-btm li div {
        margin-bottom: 15px;
    }

    .amount-btm li div span {
        font-size: 12px;
    }

    .amount-btm li div span img {
        width: 60px;
    }

    .mypage-cart .product-table-wrap th:first-child {
        padding-left: 10px !important;
    }

    .mypage-cart .product-table-wrap td {
        padding: 24px 10px;
        border: 0;
    }

    .mypage-cart .cart-tr {
        border-bottom: 1px solid #d8d8d8;
        ;
    }

    .mypage-cart .product-table-wrap tbody tr:nth-child(2) td:first-child {
        width: 50%;
    }

    .destination-text {
        /*         left: 36px;
		top: 4px; */
    }

    .mypage-cart .p-option {
        width: 115px;
    }

    .mypage-cart .product-table-wrap td p {
        font-size: 14px;
    }

    .mypage-cart .total-amout-wrap dl {
        padding: 10px 20px;
        justify-content: center;
    }

    .mypage-cart .total-amout-wrap dl dt {
        font-size: 14px;
    }

    .mypage-cart .total-amout-wrap dl dd {
        font-size: 18px;
    }

    .mypage-cart .total-amout-wrap dl.delivery-fee-wrap::before {
        top: 30%;
    }

    .mypage-cart .total-amout-wrap dl.delivery-fee-wrap::after {
        top: 30%;
    }

    .mypage-cart .total-amout-wrap dl dd span {
        font-size: 14px;
    }

    .mypage-cart .delivery-fee-desc {
        font-size: 13px;
        line-height: 1.63;
        margin-bottom: 5px;
    }

    .mypage-cart .btns-wrap button {
        min-width: 150px;
    }

    .container__mypage.mypage-cart .product-table-wrap .btn-white-radius {
        padding: 8px 8px;
    }

    .mypage-cart h3.total-amount-title {
        margin-left: 20px;
        font-size: 18px;
    }

    .status-select-wrap {
        padding: 0 10px;
    }

    .deposit-details-tbl th {
        padding-left: 25px;
        width: 34%;
        font-size: 14px;
    }

    .deposit-details-tbl td {
        font-size: 14px;
        padding: 18px 14px;
        border-left: 0;
    }

    .deposit-details-tbl .order-complete-desc {
        margin-left: 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .board-bottom {
        margin-top: 100px;
    }

    .select_board.sel-pagelist {
        bottom: 180%;
    }

    .pagenation .pre,
    .pagenation .next {
        width: 26px;
        height: 26px;
    }

    .pagenation a {
        margin-right: 12px;
        font-size: 14px;
    }

    .tit_cate .tit_cates {
        font-size: 14px;
        padding: 0 30px !important;
    }

    .modal_popup {
        padding: 20px;
    }

    .cart-wrap.item-info .product-table-wrap th {
        font-size: 14px;
    }

    .cart-empty {
        font-size: 14px;
    }

    .delivery-fee-desc {
        margin-right: 20px;
    }

    .mypage-cart .product-table-wrap .item-list-btm {
        padding: 14px 10px;
    }

}

@media (max-width : 720px) {
    .equip-section {
        width: 90% !important;
        margin: 0 auto;
    }

    .purchase_area {
        margin-bottom: 0px;
    }

    .product_top .right_wrap .purchase_area.fixed {
        padding: 0;
        margin-bottom: 0;
    }

    .purchase_area.fixed .purchase {
        height: 44px;
    }

    .purchase_area.fixed .bulk-purchase {
        margin: 0;
    }

    .purchase_area.fixed .cart-btn {}

    .purchase_area .bulk-inquiry {
        padding-left: 10px;
    }

    #product_size {
        width: auto;
    }

    .review_list_wrap li {
        flex-flow: column wrap;
    }

    .review_list_wrap .left_wrap img {
        display: none;
    }

    .review_list_wrap ul>li .right_wrap {
        width: 100%;
    }

    .swiper-wrapper {
        display: flex;
    }

    .poduct-section {
        width: 100%;
        margin: 0 auto;
    }

    .cnt_text-inner {
        width: calc(100% - 40px) !important;
        margin: 0 auto;
    }

    .inquire .cnt_info .info_checkBox_layer label {
        font-size: 12px;
    }

    .inquire .cnt_info .info_checkBox_layer {
        text-align: right;
        padding-top: 0;
    }

    .product_size li {
        font-size: 14px;
    }

    .product_top .right_wrap>ul>li dl dt,
    .sub_title_text {
        font-size: 14px;
    }

    .product_list li p {
        font-size: 14px;
    }

    li dl.total {
        display: flex;
        justify-content: space-between;
    }

    li dl.total dd {
        font-size: 24px !important;
        font-weight: bold !important;
    }

    li dl.total dd span {
        font-size: 18px !important;
    }

    .product_tab .tab_list ul {
        width: 100%;
    }

    .purchase_area button {}

    .purchase_area .purchase {
        margin: 0;
    }

    .product_top .right_wrap>ul>li .title_text {
        font-size: 20px;
    }

    .title-price .discount-rate {
        font-size: 20px;
    }

    .section.product {
        margin: 0 auto;
        width: 100%;
    }

    #product_info {
        width: 100%;
        margin: 0 auto;
    }

    .mo-hidden {
        display: none !important;
    }

    .order-num-order-day {
        border: 0;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .detail-order-wrap h3 {
        margin-left: 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .purchase_area {
        min-width: unset;
    }

    .purchase_area .btns {
        display: flex;
    }

    .purchase_area_left {
        width: calc(100% - 44px);
    }

    .purchase_area_left button.purchase {
        width: 50% !important;
        min-width: none;
        margin: 0;
    }

    .purchase_area_left button.bulk-purchase {
        width: 50% !important;
        min-width: none;
    }

    .purchase_area .cart-btn {
        margin-left: 0;
    }

    .purchase_area .btns button {
        padding: 0;
    }

    .container__mypage.info-change .dl_list_tbl dl {
        display: flex;
        flex-flow: column wrap;
        border: 0;
    }

    .container__mypage.info-change .dl_list_tbl dl dt {
        background: none;
        padding: 0;
    }

    .container__mypage.info-change .dl_list_tbl dd {
        padding: 10px 0 20px;
    }

    .dl_list_tbl dl dd {
        width: 100%;
    }

    .dl_list_tbl.myinfo {
        border: 0;
    }

    .container__mypage.info-change {
        width: calc(100% - 40px);
    }

    .input_rg_wrap.half_li>li {
        width: 100%;
    }

    .input_rg_wrap.half_li>li {
        min-width: 110px;
    }

    .container__mypage.info-change .dl_list_tbl dl dt {
        width: 100%;
    }

    .container__mypage.info-change .form-top {
        margin-bottom: 30px;
    }

    .input_rg_wrap.sel_input>li:first-child {
        width: 200px;
    }

    .container__mypage.info-change dl.contact dd ul {
        flex-flow: column wrap;
        display: flex;
    }

    .container__mypage.info-change dl.contact .input_rg_wrap>li:nth-child(n+2) {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .input_rg_wrap.sel_input>li:first-child {
        width: 100%;
    }

    .container__mypage.info-change .form-top {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    #memBasicInfoForm>dl:nth-child(24) {
        margin: 10px 0;
    }

    .btn_rg_wrap input.btn_chk[type=radio]:not(old)+label {
        min-width: 80px;
    }


}

@media (max-width : 720px) {
    .bulk-item-info h3 {
        font-size: 18px;
    }

    .purchase-item-info div.info-title {
        display: flex;
        font-size: 14px;
        align-items: center;
    }

    .inquire .inq_text .inq_text_top h3 {
        font-size: 18px;
    }

    .bulk-item-info .item-wrap p {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .inquire .inq_text .inq_text_contents label {
        font-size: 14px;
    }

    .inquire .inq_text .inq_text_contents select {
        font-size: 14px;
    }

    .list-mo-visible {
        display: block !important;
    }

    .product_top .right_wrap .title-top .title_text {
        font-size: 20px;
    }

    .product_top .right_wrap>div .list dd {
        font-size: 12px;
        color: rgba(11, 11, 27, 0.8);
    }

    .num_list li {
        font-size: 12px;
        line-height: 1.67;
    }

    .product_tab .tab_list li {
        font-size: 14px;
    }

    .tit_area h3 {
        font-size: 16px;
    }

    .product_text,
    .product_size_list .full_table_wrap ul li,
    .review_list_wrap ul>li .right_wrap .review_title_wrap p,
    .review_list_wrap ul>li .left_wrap dt {
        font-size: 14px;
    }

    .review_text,
    .review_list_wrap ul>li .left_wrap dd,
    .product_text,
    .review_list_wrap ul>li .right_wrap ul li {
        font-size: 12px;
        line-height: 1.67;
    }

    .review_list_wrap>ul>li {
        padding: 20px;
    }

    .review_list_wrap ul>li .left_wrap dd {
        margin-bottom: 20px;
    }

    .review_list_wrap ul>li .left_wrap dd,
    .product_size_list .table_dobok .title td,
    .product_size_list .table_dobok .options,
    .product_size_list .table_dobok td {
        font-size: 14px;
    }

    .product_size_list .size_info {
        font-size: 12px;
    }

    .product_top .left_wrap p,
    .product_top .left_wrap span {
        font-size: 12px;
    }

    .product_top .left_wrap p img {
        width: 14px;
        margin-right: 8px;
    }

    .product_size_list .unit {
        font-size: 14px;
    }

    .option-modal {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: -750px;
        background-color: #fff;
        z-index: 5;
        padding: 20px;
        padding-top: 0;
        border-radius: 10px 10px 0 0;
        max-height: calc(100vh - 200px);
        height: 70vh;
    }
    .wrap__scroll::-webkit-scrollbar {
        width: 6px;  /* 스크롤바의 너비 */
    }
    
    .wrap__scroll::-webkit-scrollbar-thumb {
        height: 30%; /* 스크롤바의 길이 */
        background: #d6d6d6; /* 스크롤바의 색상 */
    }
    
    .wrap__scroll::-webkit-scrollbar-track {
        background: transparent;  /*스크롤바 뒷 배경 색상*/
    }

    .option-modal.fixed {
        bottom: 82px;
    }

    .modal-close.mo-visible-btn {
        display: block !important;
    }

    .modal-layer.fixed {
        position: fixed;
        display: block;
    }
    .option-modal .wrap__scroll {
    height: 80%;
    overflow-y: scroll;
}

    .purchase_area {
        width: 100%;
        padding: 0;
        background: #ffffff;
        position: fixed;
        bottom: 0;
        right: 0;
        box-shadow: none;
        margin-bottom: 0 !important;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.09);
    }

    .purchase_area .bulk-purchase {
        margin: 0;
    }

    .product_top .right_wrap>div .list {
        font-size: 14px;
    }

    .modal_content {
        font-size: 14px;
    }

    .modal_btns button {
        font-size: 14px;
    }

    /* .purchase_area button {
		width: 46% !important;
	} */
    dl.withdraw dt {
        display: none;
    }

    dl.withdraw dd {
        padding: 0 !important;
    }

    dl.withdraw button {
        width: 100%;
    }

    .withdraw-desc {
        text-align: left;
    }

    .profile_subtitle {
        margin: 50px 0 20px;
    }

}

@media(max-width : 650px) {
    .mypage-cart .product-table-wrap tbody tr:nth-child(2) td:first-child {
        width: 31%;
    }

    .mypage-cart .product-table-wrap th:first-child {
        width: 35%;
        white-space: nowrap;
    }

    .mypage-cart .product-table-wrap td .inner {
        flex-flow: column wrap;
        align-items: flex-start;
        position: relative;
    }

    .mypage-cart .product-table-wrap td .inner label {
        position: absolute;
        top: -7px;
        left: -9px;
    }

    .mypage-cart .product-table-wrap th .inner label {
        position: relative;
        left: -9px;
    }

    .mypage-cart .product-table-wrap td .inner div:last-child {
        align-items: flex-start;
        margin-left: 30px;
    }

    .mypage-cart .product-table-wrap td .inner img {
        margin-right: 0;
    }

    .mypage-cart .product-table-wrap input+span {
        /* margin-left: -10px; */
    }

    .destination-text {
        right: -172%;
        top: 134px;
        left: unset;
    }

    .mypage-cart .item-del {
        background: none;
        position: absolute;
        width: 24px;
        height: 24px;
        right: -175%;
        top: 19px;
        z-index: 800;
    }

    .product-table-wrap td .inner .img-bg {
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 580px) {
    .mo_my-menu .user-id-menu {
        /* width: calc(100% - 10px);
		margin: 0 5px; */
    }

    #changeAddress .select-selected {
        width: 70%;
    }

    .tit_cate .tit_cates {
        margin-right: 10px;
    }

    .mo_menu .mo_top,
    .mo_menu .family,
    .mo_menu .mo_lang,
    .mo_menu .snb,
    .mo_my-menu {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .mo_menu {
        width: 94%;
    }

    .mo_my-menu .profile-pic {
        margin-right: 15px;
    }
}


@media(min-width : 721px) {
    .modal-layer {
        display: none !important;
    }

    .option-modal {
        position: unset !important;
    }
    .product_top .right_wrap {
        width: 48%;
    }

}

@media(max-width : 420px) {
    #optionChangeModal .product-box .destination-text {
        left: 70%;
    }
}


/* order.html 배송지 정보 변경 작동 css */
.radio-btn-black-radius {
    display: none;
}

.radio-btn-black-radius.change-btn-on {
    display: flex;
}

.delivery-info-box label div:first-child {
    display: none;
}

.delivery-info-box .address-list>div:not(:first-child) {
    display: none;
}

.address-write {
    /*  display: none; */
}

.address-write.change-btn-on {
    display: block;
}

.change-btn-on .delivery-info-box label div:first-child {
    display: block;
}

.change-btn-on .delivery-info-box .address-list>div:not(:first-child) {
    display: block;
}

/* .change-btn-on .address-write {
	display: block;
} */

.product_top .right_wrap>div .list-mo-visible {
    display: none;
    border-bottom: 0;
    margin-bottom: 0;
}

.modal-close.mo-visible-btn {
    display: none;
    margin-bottom: 10px;
}

.mo-visible-btn {
    text-align: center;
}

.mo-visible-btn img {
    width: 40px;
}

.modal-layer {
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
}

/* .modal-layer.fixed {
	display: block;
} */
.fixed-option-modal {
    height: 70%;
    overflow-y: scroll;
    position: fixed;
    bottom: -740px;
    left: 0;
    background-color: #fff;
    z-index: 4;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    margin-bottom: 0 !important;
    transition: bottom 1s;
}

.fixed-option-modal.up {
    bottom: 44px;
}

.fixed-option-modal .modal-close {
    display: flex !important;
    justify-content: center !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.fixed-option-modal .modal-close .modal-close-btn {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.title-price .price {
    display: flex;
    align-items: center;
}

/* required */
.is-invalid {
    /* input, select */
    position: relative !important;
    border: 1px solid #c92412 !important;
    background-color: #c9241210 !important;
}

.reqBubble {
    position: relative !important;
    /* width: 250px; */
}

.reqBubble::after {
    /* 말풍선 본체 */
    position: absolute !important;
    top: -60px;
    content: '내용을 입력해 주세요.';
    display: block;
    padding: 15px;
    background-color: #c92412;
    color: #fff;
    min-height: 45px;
    min-width: 105px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.reqBubble::before {
    /* 말풍선 꼬리 */
    position: absolute;
    content: '';
    top: -16px;
    left: 15px;
    border-top: 12px solid #c92412;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

@media screen and (max-width:768px) {
    .reqBubble::after {
        font-size: 12px;
    }

}

/* 주문조회 페이지 교환상품일 경우 아이콘 추가 */
.exchange-product::after {
    content: '교환상품';
    display: inline-block;
    padding: 4px 6px;
    background-color: #df6762;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.25px;
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    max-width: fit-content;
}

@media screen and (max-width:768px) {
    .exchange-product::after {
        margin: 4px 0px;
    }

    .exchange-product {
        display: flex;
        flex-flow: column wrap;
    }
}

.status-inner {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.status-inner p span {
    display: inline-block;
}

.status-inner button {
    margin-bottom: 10px;
}

.status-inner button:last-child {
    margin-bottom: 0;
}
select.select_s {
    min-width: 120px;
}

.box-flex {
    display: flex;
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.box-flex-col {
    display: flex;
    flex-direction: column;
}

.order-info-return {
    margin: 20px 0 80px 0;
}

.order-info-return table th {
    width: 196px;
    padding: 18px 0 18px 22px;
    text-align: left;
    background-color: #f6f6f8;
    border-left: 0;
}

.order-info-return table td {
    padding: 10px 24px;
}

.order-info-return table td input[type='text']:read-only {
    background-color: #f8f7f9;
}

.order-info-return table td input[type='text'] {
    height: 44px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding-left: 14px;
}

.order-info-return table td input[name='address'] {
    width: 100%;
}

.order-info-return table td textarea {
    margin-top: 5px;
    height: 200px;
}

.amount-size {
    margin-left: 10px;
    width: 80px;
}

.btn-cancel {
    width: 196px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #0b0b1b;
    margin-right: 10px;
    cursor: pointer;
}

.btn-submit {
    width: 196px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #0b0b1b;
    background-color: #0b0b1b;
    cursor: pointer;
}

.select-wrap-return {
    display: flex;
    /* align-items: center; */
}

.select-wrap-return select {
    width: 100%;
    height: 44px;
    border: 1px solid #d6d6d6;
    padding: 10px;
    padding-right: 20px;
    background: url('../images/icon_date.png') right no-repeat;
    background-color: #ffffff;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wid20 {
    width: 20px;
}

.order-return-sel {
    display: flex;
    width: 100%;
}

.order-exchange-sel {
    display: none;
}

.order-exchange-sel.show {
    display: flex;
    width: 100%;
    margin-top: -1px;
}

.memo-return p {
    font-weight: bold;
    margin-bottom: 10px;
}

.memo-return textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 16px;
    letter-spacing: -0.4px;
    border: 1px solid #d6d6d6;
}

.memo-return textarea::placeholder {
    font-size: 16px;
    letter-spacing: -0.4px;
}

.returnIconTr {
    display: none;
}

.file_upload label {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    color: #c92412;
    border: 1px solid #c92412;
}

.list_upload {
    border: 0;
    background-color: transparent !important;
    border: none !important;
    height: 0 !important;
    padding: 0 !important;
}

.iPlus {
    cursor: pointer;
}

.pic_upload {
    width: 100%;
    height: 100%;
}

.issue {
    display: flex;
    flex-direction: column;
    border: 0;
}

@media (max-width: 1280px) {

    .product-table-wrap th,
    .product-table-wrap td {
        border: 0;
        border-bottom: 0.03em solid #d8d8d8 !important;
    }

    .p-option-wrap {
        justify-content: start;
    }

    .p-option-wrap .p-option-item {
        flex-direction: column;
    }

    .p-option-wrap .p-option-arr {
        margin: 0 10px 0 0 !important;
    }

    .amount-item-wrap {
        flex-direction: column;
    }

    .amount-item p {
        display: block !important;
    }

    .amount-item .amount-app::after {
        padding-left: 60px !important;
    }

    .amount-item strong {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    #tbody1 {
        font-size: 12px;
    }

    .item-info h3 {
        margin-left: 20px;
        font-size: 18px;
    }

    .order-num-order-day p {
        font-size: 12px;
    }

    .container__mypage-right .order-info,
    .container__mypage-right .shipping-info {
        padding: 20px;
    }

    .order-return-sel {
        display: flex;
        width: 100%;
    }

    .order-exchange-sel {
        display: none;
    }

    .order-exchange-sel.show {
        display: flex;
        width: 100%;
    }

    .order-info-return table {
        border: 0;
    }

    .order-info-return table th {
        display: none;
    }

    .order-info-return table td {
        padding: 0px 20px;
        border: none;
    }

    .order-info-return table td select {
        width: 100%;
        font-size: 14px;
        color: rgb(122, 122, 122);
        margin-top: 15px;
    }

    .order-info-return table td input {
        margin-top: 5px;
    }

    .order-info-return table td textarea {
        margin: 0;
    }

    .order-info-return #pic_upload:first-child {
        margin-top: 15px;
    }

    .file_upload label {
        margin: 0;
        width: 100%;
        font-size: 14px;
    }

    .order-exchange-sel select {
        margin: 0 !important;
    }

    .returnIconTr {
        min-width: 200%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 0;
    }

    .select-wrap-return select {
        margin: 0;
    }

    .order-exchange-sel.show {
        margin: 0;
    }

    .memo-return textarea {
        width: 100%;
    }

    .amount-other {
        padding-left: 24px;
        display: flex;
        align-items: center;
    }

    .amount-other span {
        font-size: 12px;
    }

    .amount-other img {
        width: 60px;
    }

    .return-info span {
        font-size: 12px;
    }

    .btn-cancel {
        font-size: 14px;
        width: 130px;
    }

    .btn-submit {
        font-size: 14px;
        width: 130px;
    }

    .order-info-return table td input[type='text'] {
        width: 100%;
        font-size: 14px;
    }

    .prom_list_tbl .file_upload .file_choice {
        min-width: 100%;
    }

    .img_input_wrap.mini .file_upload_info .btn_file_info {
        min-width: 100%;
    }

    .file_upload_info {
        max-width: 100%;
    }

    .file_upload_info .btn_file_info .btn_del {
        top: 12px;
    }

    .order-info-return .return_info {
        padding: 0 20px;
        font-size: 12px;
    }

    .order-info-return .return_info div:last-child {
        text-align: right;
    }

    .order-info-return .issue {
        padding-right: 0px !important;
    }

    .before #tbody3 p {
        font-size: 14px;
    }

    .before #tbody3 td {
        border: 1px solid #d6d6d6;
        padding: 20px;
    }

    .before .return_info {
        margin-bottom: 5px;
    }

    .product-table-wrap td .inner .img_warp img {
        width: 56px !important;
    }

    .product-table-wrap .order-exg-warp {
        flex-direction: column;
        align-items: center;
    }

    .product-table-wrap .tr-add {
        margin: 0;
        margin-top: 5px;
    }

    .p-name,
    .p-price {
        display: block;
    }

    .p-option-wrap {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .p-option.m {
        width: 100%;
        display: inline;
        font-size: 12px !important;
    }

    .product-table-wrap td .inner .img-bg.m {
        margin: 0 !important;
        /* margin-right: 10px !important; */
        margin-bottom: 10px !important;
    }

    .product-table-wrap td .inner.m {
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .product-table-wrap td:first-child {
        width: 20% !important;
    }

    .product-table-wrap td {
        width: 10% !important;
    }

    .btn-white-radius-m {
        font-size: 12px;
        min-width: 65px !important;
    }

    .amount-item-wrap {
        font-size: 12px;
    }

    .p-option-state {
        margin: 0 15px !important;
    }
}

.bR0i {
    border-right: 0 !important;
}

/* order-return css */
.img_article .img_wrap img {
    width: 100%;
    height: 100%;
}

.img_input_wrap.mini .file_upload_info .btn_file_info {
    min-width: 120px;
    width: 100%;
}

.img_input_wrap.mini .file_upload_info .btn_file_info .file_txt {
    min-width: 120px;
    width: 100%;
}

.order-info-return .return_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.order-info-return .return_info a {
    color: #2185d0;
    text-decoration: underline;
}

/* 파일 첨부 - info */
.select-wrap-return #productImgFile0 {
    width: 50%;
}

.file_upload_info {
    display: flex;
    width: 100%;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
}

.file_upload_info:last-child {
    margin: 0;
}

.file_upload_info .btn_file_info {
    display: flex;
    align-items: center;
    min-width: 100%;
    /* line-height: 40px; */
    position: relative;
    background: #ebeaed;
    border: 1px solid #d6d6d6;
    padding-right: 45px;
    overflow: hidden;
}

.file_upload_info.ad .btn_file_info {
    position: relative;
    display: inline-block;
}

.file_upload_info .btn_file_info input[type='text'] {
    min-width: 100%;
    height: 100%;
    padding: 9px 40px 10px 16px;
    background: #f7f6f9;
}

.file_upload_info a {
    background: url('../images/common/icon_close.png') no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    text-indent: -20000px;
    width: 20px;
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 3;
}

.file_upload_info .btn_file_info .file_txt {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    white-space: nowrap;
}

.file_upload_info .btn_file_info .btn_del {
    background: url('../images/icon_close.png') no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    text-indent: -20000px;
    width: 20px;
    position: absolute;
    right: 16px;
    top: 7px;
    border: none;
}

.btn_del {
    display: block;
    width: 88px;
    height: 34px;
    line-height: 34px;
    background: #f7f6f9;
    font-size: 16px;
    font-weight: normal;
    color: #c92512;
    text-align: center;
    border: 1px solid #c92512;
}

.order-info-return .account.hide {
    display: none;
}

/* authentic-dobok css */
.select-selected_m {
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.product_list_m li {
    position: relative;
}

.product_list_bg_m {
    background-color: #f6f6f8;
    padding: 20px 30px;
}

.product_list_m .del-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
}

.product_list_m .del-btn img {
    width: 100%;
}

.product_list_m li p {
    margin-bottom: 15px;
    color: #0b0b1b;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.product_list_m li>div {
    text-align: left;
    margin-bottom: 15px;
    color: #0b0b1b;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.product_list_m li>div:last-child {
    margin-bottom: 0px;
}

.product_list_bg_m .product_list_m {
    margin-top: 20px;
}

.product_list_bg_m ul:first-child {
    margin-top: 0;
}

.product_color li.sold-out {
    pointer-events: none;
    position: relative;
    line-height: 30px;
}

.product_color li.sold-out::after {
    content: 'sold out';
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    text-align: center;
    line-height: 1.1;
    transform: translateX(-50%);
    font-size: 12px;
}

.product_color li.sold-out::before {
    background-color: #dadada !important;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    line-height: 1.1;
    transform: translateX(-50%);
    font-size: 12px;
}

.item-info ul {
    border: 0px !important;
    width: 64%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.product-table-wrap td .inner .img_warp img {
    width: 1000px;
    max-width: 112px;
    max-height: 112px;
    object-fit: cover;
    margin-right: 10px;
}

.exchange-item {
    width: 100%;
}

.order-item .btn-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-white-radius-m {
    margin-top: 5px;
    min-width: 80px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: rgba(11, 11, 27, 0.5);
    border-radius: 4px;
    background-color: #fff;
}

.product-table-wrap .tr-add {
    cursor: pointer;
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url(../images/invalid-minus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.product-table-wrap .order-exg-warp {
    display: flex;
    justify-content: center;
}

.product-table-wrap th {
    border-top: 1px solid #d8d8d8 !important;
}

.exchange-item-child {
    max-width: 30% !important;
}

.custom-select-root {
    width: 100%;
    /* min-width: 30%; */
    position: relative;
    cursor: pointer;
}

.custom-select-root .selected-item {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    width: 100%;
    height: 44px;
    border: 1px solid #d6d6d6;
    background: url(../images/icon_date.png) right no-repeat;
    /*background-color: #ffffff;*/
    appearance: none;
}

.custom-select-root ul.list__item {
    display: none;
    position: absolute;
    width: 100%;
    top: 44px;
    left: 0;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    /* border: 1px solid #d6d6d6; */
}

.list__color::-webkit-scrollbar {
    position: absolute;
    width: 5px;
}

.list__color::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
}

.custom-select-root.open ul.list__item {
    display: block;
    margin: 0;
    padding: 0;
}

.custom-select-root .list__item li {
    z-index: 100;
    list-style-type: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: -1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
}

.custom-select-root .list__item li>div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.custom-select-root.opt-item {
    display: flex;
}

.product-table-wrap th.th-w {
    width: 50% !important;
}

.issue__wrap .issue-reason {
    font-weight: 600;
    margin-bottom: 5px;
}

.issue__wrap .issue-content {
    color: #7a7a7a;
    font-size: 14px;
}

.p-option-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-option-wrap .p-option {
    font-size: 16px;
}

.p-option-wrap .p-option-exg {
    font-size: 12px;
    min-width: 50px;
    min-height: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #fff;
    margin-right: 10px;
}

.p-option-wrap .p-option-item {
    display: flex;
}

.p-option-wrap .p-option-arr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    min-height: 15px;
    margin: 0 15px;
    font-size: 10px;
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
}

.p-option-wrap .p-option-arr::after {
    content: '→';
}

.p-option-wrap .p-option.decision {
    color: #000000;
}

.order-amount-detail.m {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.order-amount-detail .amount-btm div {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.order-amount-detail ul {
    display: flex;
    flex-flow: row !important;
    flex-direction: row;
}

.before.order-info-return>h3 {
    margin-top: 20px !important;
}

.amount-ifno {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.amount-item-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.amount-item div {
    padding-right: 20px;
}

.amount-item strong {
    padding-left: 5px;
}

.amount-item p {
    display: inline;
}

.amount-app,
.amount-ded,
.amount-ref {
    width: 100%;
    position: relative;
}

.amount-item .amount-app::after {
    content: '-';
    position: absolute;
    right: 0;
    padding-right: 30px;
}

.amount-item .amount-ded::after {
    content: '=';
    position: absolute;
    right: 0;
    padding-right: 30px;
}

.amount-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.amount-amo {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.data_wrap {
    width: 100%;
}

.p-option-state {
    font-size: 12px;
    min-width: 50px;
    height: 20px;
    border: 1px solid #afafaf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #afafaf;
}

.p-option-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 모달 */
@keyframes positionDown {
    0% {
        /* 모달 콘텐츠를 상단에 위치시킴 */
        transform: translateY(-250px);
        opacity: 0;
    }

    100% {
        /* 모달 콘텐츠를 본래 위치로 돌려놓음 */
        transform: translateY(0);
        opacity: 1;
    }
}

.modal_container {
    position: fixed;
    display: none;
    z-index: 900;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.modal_container.show {
    display: flex !important;
    background-color: rgba(0, 0, 0, 0.5);

}

.modal_popup {
    text-align: center;
    background-color: #ffffff;
    padding: 45px 30px 42px 30px;
    position: relative;
    width: auto;
    width: 500px;
    min-height: 180px;
    padding: 30px;
    border: solid 1px #07061e;
    display: flex;
    flex-direction: column;
    animation: positionDown 0.4s;
}

.modal_title {
    margin-top: 50px;
}

.modal_title p {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.75px;
    color: #040404;
}

.modal_title button.close_btn {
    position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
}

.modal_content {
    margin-bottom: 40px;
}

.modal_btns {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.modal_btns button {
    width: 125px;
    height: 44px;
    background: #fff;
    border: 1px solid #07061e;
    font-size: 16px;
    cursor: pointer;
}

.modal_btns button:last-child {
    background-color: #07061e;
    color: #fff;
}

.contents__mypage {
    margin-bottom: 50px;
}

.contents__mypage .title__mypage {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(11, 11, 27, 0.6);
}

.contents__mypage .container__reg-coupon {
    max-width: 960px;
    border: solid 1px #ddd;
}

.container__reg-coupon .title__reg-coupon {
    height: 44px;
    box-sizing: border-box;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f6f6f8;
    letter-spacing: -0.4px;
    color: #0b0b1b;
}

.container__reg-coupon .contents__reg-coupon {
    padding: 30px;
}

.contents__reg-coupon .register-coupon.incorrect-coupon input {
    border-color: #ec5b62;
}

.contents__reg-coupon .register-coupon.incorrect-coupon::after {
    display: block;
    margin-top: 10px;
    content: "올바른 번호를 입력하세요.";
    color: #c9252d;
}

.contents__reg-coupon .register-coupon input {
    width: calc(100% - 200px);
    height: 44px;
    border: 1px solid #d6d6d6;
    padding: 10px 34px 10px 10px;
}

.contents__reg-coupon .register-coupon button {
    float: right;
    width: 170px;
    height: 44px;
    background-color: #000;
    color: #fff;
}

.contents__reg-coupon .register-info {
    margin-top: 15px;
}

.contents__reg-coupon .register-info p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #0b0b1b;
}

.contents__mypage ul.list__coupon li {
    display: flex;
    padding: 35px 25px;
    border-bottom: 1px solid #d6d6d6;
}

.contents__mypage ul.list__coupon .title__list {
    border-top: 1px solid #d6d6d6;
    background-color: #f6f6f8;
    padding: 20px 50px 20px 20px;
    width: 100%;
}

.content__list.content__nothing {
    justify-content: center;
    font-weight: bold;
}

.contents__mypage ul.list__coupon .title__list p {
    text-align: center;
    font-weight: bold;
}

.contents__mypage ul.list__coupon .title__list p:nth-child(1) {
    width: 48%;
}

.contents__mypage ul.list__coupon .title__list p:nth-child(2) {
    width: 32%;
}

.contents__mypage ul.list__coupon .title__list p:nth-child(3) {
    width: 20%;
}

ul.list__coupon .content__list dt {
    margin-right: 30px;
}

ul.list__coupon .content__list .img__coupon {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
}

.img__coupon img {
    width: 100px;
    height: 56px;
}

ul.list__coupon .content__list .img__coupon>span {
    width: 100px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    padding: 0 10px 0 5px;
    text-align: center;
}

ul.list__coupon .content__list dd {
    display: flex;
    width: 100%;
    height: 50px;
}

ul.list__coupon .content__list dd>div {
    align-self: center;
    padding: 5px;
}

ul.list__coupon .content__list dd .title__coupon {
    width: 40%;
    height: 45px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    justify-content: space-between;
}

ul.list__coupon .content__list dd .title__coupon span {
    font-weight: normal;
    color: #0b0b1b;
    font-size: 14px;
}

ul.list__coupon .content__list dd .req__coupon {
    width: 35%;
    color: #0b0b1b;
    opacity: 0.5;
}

ul.list__coupon .content__list dd .period__coupon {
    width: 25%;
    min-width: 190px;
    word-break: keep-all;
    letter-spacing: -0.4px;
    color: #0b0b1b;
    opacity: 0.5;
}

@media screen and (max-width:1280px) {
    .contents__mypage .title__mypage {
        margin-bottom: 0;
    }

    .contents__mypage ul.list__coupon .title__list {
        display: none;
    }

    .contents__mypage ul.list__coupon li:nth-child(2) {
        border-top: 1px solid #d6d6d6;
    }

    ul.list__coupon .content__list dd {
        height: 90px;
        flex-direction: column;
        justify-content: space-between;
    }

    ul.list__coupon .content__list dd>div {
        align-self: unset;
        width: 100% !important;
    }

    ul.list__coupon .content__list dd .title__coupon {
        height: 45px;
    }

    ul.list__coupon .content__list dd .req__coupon,
    ul.list__coupon .content__list dd .period__coupon {
        font-size: 14px;
    }

    ul.list__coupon .content__list .img__coupon span {
        position: absolute;
    }

    ul.list__coupon .content__list .img__coupon>span {
        left: -10px;
    }
}

@media screen and (max-width:600px) {
    .contents__reg-coupon .register-coupon input {
        width: calc(100% - 140px);
    }

    .contents__reg-coupon .register-coupon button {
        width: 120px;
    }

    .contents__mypage ul.list__coupon li {
        padding: 35px 20px;
    }

    ul.list__coupon .content__list dt {
        margin-right: 20px;
    }

    ul.list__coupon .content__list dd .title__coupon {
        font-size: 15px;
    }
}

.optionModal {
    max-height: calc(100dvh - 450px);
    overflow-y: auto;
}


@media screen and (max-width:1280px) {
    .modal_popup {
        border: none;
    }

    .optionModal {
        max-height: calc(100dvh - 350px);
    }
}

.color-option {
    width: 16px;
}

.product_color li span,
.color-option div {
    display: block;
    width: 50%;
    height: 100%;
    float: right;
}

.product_list li .options {
    text-align: left;
    margin-bottom: 15px;
    color: #0b0b1b;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* 로딩 css*/
.container__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.2);
}

.container__loading lottie-player {
    width: 100px;
    height: 100px;
}

.custom-color-select {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.custom-color-select .selected-color {
    width: 100%;
    height: 44px;
    border: 1px solid #d6d6d6;
    background: url(../images/icon_date.png) right no-repeat;
    background-color: #ffffff;
    appearance: none;
    text-align: center;
    line-height: 44px;
}

.custom-color-select ul.list__color {
    display: none;
    position: absolute;
    width: 100%;
    top: 44px;
    left: 0;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d6d6d6;
}

.custom-color-select.open ul.list__color {
    display: block;
    margin: 0;
    padding: 0;
}

.custom-color-select .list__color li {
    list-style-type: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    margin-top: -1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1280px) {
    .searchbar__mypage {
        display: none;
    }
}

.reqBubble.select__yet::after {
    content: "항목을 선택해주세요.";
}

li.item__site .img__site-mall{
    background: url(../images/icon-mall_on.svg);
}

li.item__site:hover .img__site-home{
    background: url(../images/icon-home_on.svg);
}

li.item__site .img__site-home{
    background: url(../images/icon-home_off.svg);
    opacity: 1;
}
@media (max-width: 600px){
    .header__gnb .header__logo .img__logo{
        width: 30px;
    }
}
.mallCheckPC, .mallCheckMobile {
    font-family: 'GmarketSansTFTBold';
}
.item__empty {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.item__empty > h3 {
    color: #7a7a7a;
}