body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
}

.mypageWrapper {
    background: #fff;
    background-color: #f9fbfc;
    background-color: #f9fbfc;
    margin: 0px auto;
    width: 700px;
    max-width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 95px;
}
.mypageWrapper header {
    padding: 0px 25px 0 25px;
    box-shadow: 1px 1px 16px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    position: fixed;
    top: 0; right: 0; left: 0; 
    margin: auto;
    width: 700px;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 100;
}
.mypageWrapper header h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.0;
    letter-spacing: -1px;
    position: relative;
    height: 48px;
    padding: 16px 10px 10px 0px;
    box-sizing: border-box;
    color: #2a3954;
}
.mypageWrapper header h1 .cafe {
    position: absolute;
    right: 0;
    top: 16px;
    height: 26px;
}
.mypageWrapper header h1 .kakao {
    position: absolute;
    right: 32px;
    top: 16px;
    height: 26px;
}

.mypageWrapper header .nv {
    display: block;
}
.mypageWrapper header .nv li {
    display: inline-block;
    padding-right: 25px;
}
.mypageWrapper header .nv li a {
    display: block;
    margin: 20px 0 12px;
    position: relative;
}
.mypageWrapper header .nv li a .lnb_txt {
    padding: 0 3px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.2px;
    text-align: right;
    color: #767678;
}
.mypageWrapper header .nv li a .lnb_txt.on {
    position: relative;
    font-weight: 700;
    color: #1e1e23;
}
.mypageWrapper header .nv li a .lnb_txt.on:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 2px;
    background-color: #1e1e23;
    border-radius: 1px;
}

.mypageWrapper {
    background-image: url('/src/img/my_bg.png');
    background-size: cover;
    background-position: top 100px center;
    background-repeat: no-repeat;
}
.myblock {

    box-sizing: border-box;
    margin: 0px auto;

    
}
.myblockInner {
    padding: 0px 15px 25px 15px;
}



.xxx {
    padding-top: 24px;
}
.xxx .onebox {
    position: relative;
    padding: 19px 17px;
    /*border-radius: 12px;*/
    box-shadow: 1px 1px 10px 0 rgb(72 75 108 / 8%);
    border: solid 1px #e3e9ed;
    background-color: #fff;
    box-sizing: border-box;
}
.xxx .onebox .onebox_title {
    display: inline-block;
}
.xxx .onebox .onebox_title h2 {
    display: inline;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.2px;
    color: #303038;
}
.xxx .onebox .link_right {
    position: relative;
    top: 3px;
    float: right;
    padding-right: 12px;  
    display: block;
    white-space: nowrap !important;
}
.link_right::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background-position: -258px -161px;
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-image: url(https://ssl.pstatic.net/static/nid/account/m_sp_01_home_849a216f.png);
    background-size: 264px 230px;
}
.link_right .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.2px;
    color: #b0b8bf;
}
.link_right .case {
    padding-left: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.2px;
    color: #03c75a;
    color: #004c98;
}
.link_right .text,
.link_right .case {
    display: inline;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    white-space: nowrap !important;
}
.naverLoginText {
    background-image: url('https://theirmood.com/src/img/n.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left center;
    display: inline-block;
    font-weight: 500; color: #000;
    font-size: 13px;
}



.mypageWrapper .myBottomWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 45px;
}
.myBottomWrap {
    text-align: center;
}
.myBottomWrap .guide_link li {display: inline-block;}
.myBottomWrap li .footer_text {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.46px;
    color: #929294;
    vertical-align: top;    
    white-space: nowrap;
}
.myBottomWrap li .cafe {
    position: relative;
    padding-left: 20px;
}
.myBottomWrap li .cafe:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0; bottom: 0; margin: auto;
    background-image : url('/src/img/icon-navercafe2.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    height: 15px; width: 15px;
}

.myBottomWrap li .kakao {
    position: relative;
    padding-left: 20px;
}
.myBottomWrap li .kakao:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0; bottom: 0; margin: auto;
    background-image : url('/src/img/icon-kakaotalk.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    height: 15px; width: 15px;
}

.myBottomWrap .footer_list {
    margin-top: 16px;
}
.myBottomWrap .footer_list li {display: inline-block;}
.myBottomWrap .footer_list li .footer_text {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.46px;
    color: #929294;
    vertical-align: top;    
}
.myBottomWrap li .footer_text.bold {
    font-weight: 600;
}
.myBottomWrap li+li {
    position: relative;
    margin-left: 14px;
}
.myBottomWrap li+li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    background-color: rgba(146,146,148,.3);
    opacity: .52;
}
.footer_logo {
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('img/logo_text.svg');
    width: 54px;
    height: 14px;
}
.blind {display: none;}


.compbox {
    text-align: left;
    background: #fff;
    margin-top: 10px;
    padding: 15px 20px;
}
.compbox.v2 {
    padding: 0;
}

































.point-mng-wrapper { 
	margin-top: 0px;  
    padding: 0 0px;
}
.point-mng-wrapper .current-area {
	overflow: hidden;   
	height: 47.6px;
    margin-bottom: 15px;
}
.point-mng-wrapper .current-area .point-title {
	font-size: 18px; 
	vertical-align: bottom;
	line-height: 47.6px;
	color: #343434; 
}
.point-mng-wrapper .current-area .point {
	font-size: 40px;
    font-size: 28px;
	vertical-align: bottom;
	float: right;
	color: #343434; 
	letter-spacing: -2px;
}
.point-mng-wrapper .point-desc-area {
	height: 36px;
	background-image: url('./img/dot-line.png');
	background-position: 0px center;
	background-repeat: repeat-x;
	position: relative;  
}
.point-mng-wrapper .point-desc-area .point-title,
.point-mng-wrapper .point-desc-area .point {
	position: absolute;
	height: 36px; line-height: 36px;
	top: 0px;   
	font-size: 16px;  
}
.point-mng-wrapper .point-desc-area .point-title {
	left: 0px;
	padding-right: 15px;
	color: #343434; 
}
.point-mng-wrapper .point-desc-area .point {
	right: 0px;
	padding-left: 15px;
}
.point-mng-wrapper .point-bottom-area {
	border-top:1px solid #efefef; 
	position: relative;
	height: 75px;
	padding-top: 10px;
    margin-top: 20px;
}
.point-mng-wrapper .point-bottom-area p {
	font-size: 16px;
	line-height: 75px;
	color: #343434; 
    font-size: 12px;
    line-height: 1.5;
    color: #343434;
    float: left;
    width: calc(100% - 140px);
}
.point-mng-wrapper .point-bottom-area .comm-btn-style {

    font-size: 14px;
    height: 46px;
    line-height: 44px;
    padding: 0px 3px;

    background: #2a3954;
    border: 1px solid #2a3954;
    color: #fff;

    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 0px;

    position: static;
    float: right;
    max-width: 130px !important;
    
}
.point-mng-wrapper .desc-notice {
    color: #4c4c4c;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 40px;
    line-height: 1.7;
}



.point-mng-wrapper .point-desc-area .point-title, 
.point-mng-wrapper .point-desc-area .point {
    position: absolute;
    background: #f9fbfc;
    background: #fff;
    top: 0px;   
}


.tab-group {
    display: block;
    overflow: hidden;
}
.tab-group li {
	display: inline-block;
	margin-right: 25px;
    float: left;
}
.tab-group.absol-right li {
	margin-left: 25px;
	margin-right: 0px;
}
.tab-group li .tab { 
	font-size: 14px;
	line-height: 2.75;
	font-weight: 400; 
	display: block;
	position: relative;  
/* 	letter-spacing: -2px;   */      
	padding: 0px 3px;  
	color: #777;      
	cursor: pointer;   
	padding-top: 1px;   
    letter-spacing: -1px;
}
.tab-group li .tab.on {
    color: #000;
    font-weight: 600;
}
.tab-group li .tab.on:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}







.board-table-style1 {
	padding-top: 10px;
	width: 100%;     
	border-collapse: collapse !important;
}
.board-table-style1 thead { 
}
.board-table-style1 thead tr {
	background: #343434;   
}
.board-table-style1 thead th {
	color: #fff; 
	padding: 10px 5px;
	text-align: center; 
	font-size: 12px; 
}
/*
.board-table-style1 thead th:first-child {
	border-radius: 10px 0px 0px 10px !important;   
}
.board-table-style1 thead th:last-child {
	border-radius: 0px 10px 10px 0px !important;   
}*/

.board-table-style1 thead th a {
	color: #fff; 
}
.board-table-style1 thead th img { 
	margin-left: 5px;
	margin-bottom: 3px; 
}	
.board-table-style1 tbody tr {
	border-bottom: 1px solid #efefef; 
}
.board-table-style1 tbody td {
	padding: 10px 5px;	
	text-align: center;
	font-size: 12px;
	color: #000; 
}
table .tw100 {width: 80px;}














.juoWrapper .addrBox { 
    text-align: left;
    background: #fff;
    margin-top: 10px;
    padding: 15px 20px;
}

.tbl_register {
    font-size: 14px;
    line-height: 18px;
    font-family: HelveticaNeue-Light,Helvetica,AppleSDGothicNeo-Regular,"나눔고딕",nanumgothic,sans-serif;
    color: #252525;

    width: 100%;
    table-layout: fixed;
}
.tbl_register th, .tbl_register td {
    padding: 4px 0 5px;
}
.tbl_register .cell_title {
    width: 84px;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    color: #8f8f8f;
    text-align: left;
    vertical-align: top;
}
.tbl_register th.cell_title {
    padding-top: 12px;
}
.tbl_register .tel_input_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.tbl_register .setting_input {
    display: block;
    height: 40px;
    padding: 9px 8px 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    font-size: 17px;
    color: #222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tbl_register .setting_input .input_text {
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    font-size: 15px;
    color: #222;
    line-height: 22px;
}
.tbl_register .setting_input .input_text::-webkit-input-placeholder {
	color: #cbcbcb;
    font-size: 15px;
}

.tbl_register .zipcode_search {
    position: relative;
    padding-right: 71px;
}
.tbl_register .zipcode_search .bttn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #2a3954;
    font-size: 15px;
    line-height: 40px;
    color: #2a3954;
    text-align: center;
}
.tbl_register .ship_address {
    margin-top: 9px;
}
.tbl_register .tel_select {
    display: block;
    position: relative;
}
.tbl_register .tel_select select {
    width: 100%;
    height: 40px;
    padding-left: 9px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    box-sizing: border-box;
    vertical-align: top;
}
.tbl_register .tel_select:after {
    position: absolute;
    right: 8px;
    top: 16px;
    width: 13px;
    height: 7px;
    background-image: url(https://ssl.pstatic.net/static.pay/u/c/static/202206151500/images/mobile/sp_icon.png);
    background-repeat: no-repeat;
    background-position: -9px -360px;
    background-size: 28px auto;
    -webkit-background-size: 28px auto;
    content: '';
}
.tbl_register .tel_input_box .cell {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    position: relative;
    width: 100%;
    flex: auto;
    flex-flow: column;
    white-space: nowrap;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -webkit-flex-flow: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    padding-left: 9px;
}
.tbl_register .tel_input_box .cell:first-child {
    padding-left: 0;
}
.tbl_register .mark_necessity {
    display: inline-block;
    width: 6px;
    height: 6px; 
    margin: 7px 0 0 3px;
    background-image: url(https://ssl.pstatic.net/static.pay/u/c/static/202206151500/images/mobile/sp_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -360px;
    background-size: 28px auto;
    -webkit-background-size: 28px auto;
    vertical-align: top;
}

.checkbox-style-v1:checked + label, .checkbox-style-v1:not(:checked) + label {
    margin-right: 15px;
    padding-left: 28px !important;
    font-size: 15px;
}
.rdfd {
    padding-top: 9px;
}
@media only screen and (max-width: 700px) {
    .checkbox-style-v1:checked + label, .checkbox-style-v1:not(:checked) + label {
        font-size: 15px !important;
        margin-right: 15px;
    }
    .rdfd {
        padding-top: 9px;
    }


    .mypageWrapper header .nv li {
        padding-right: 10px;
    }
    .mypageWrapper header {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 375px) {
    .mypageWrapper header .nv li {
        padding-right: 10px;
    }
    .mypageWrapper header .nv li a .lnb_txt {
        font-size: 15px;
    }
    .mypageWrapper header {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 365px) {
    .mypageWrapper header .nv li {
        padding-right: 5px;
    }
    .mypageWrapper header .nv li a .lnb_txt {
        font-size: 14px;
    }
    .mypageWrapper header {
        padding: 0 10px; 
    }
    
}












.background_black_cover {position: fixed;width: 100%; height: 100%;background: rgba(0,0,0,0.8);z-index: 120;}
.popup_layer {position: absolute;z-index: 140;top: 50px; left: 0; right: 0; margin: auto;}
.popup_layer.no_a {position: static; top: 0px; height: 100%;}
.popup_layer .box {margin: 0px auto; background: #fff;}
.popup_layer .box .p_headline {
	font-size: 20px; font-weight: bold;
	position: relative; padding: 0px 20px;   
	height: 60px; line-height: 60px; 
	background: #f4f5f9; color: #313234;
	border-bottom: 1px solid #dedede; 
}
.popup_layer .float50 {box-sizing: border-box;}
.popup_layer .box .p_headline .x {position: absolute; right: 20px; top: 0; bottom: 0; margin: auto;font-size: 24px; height: 24px; color: #636260;}
.popup_layer .full_selbox {background: #f4f4f4; color: #444;height: 60px; line-height: 60px;box-sizing: border-box;width: 100%; border: 0px; border-bottom: 1px solid #dedede; padding: 0px 0px 0px 20px; font-size: 17px;}
.popup_layer .full_txt {color: #444;height: 60px; line-height: 60px;box-sizing: border-box;width: 100%; border: 0px; border-bottom: 1px solid #dedede; padding: 0px 20px; font-size: 17px;position: relative; overflow: hidden; }
.popup_layer .full_txt input[type="text"] {border: 0px; box-sizing: border-box;width: 100%;height: 100%; font-size: 17px; color: #333;}
.popup_layer .full_txt .btns {position: absolute;top: 0; bottom: 0; right: 16px; margin: auto;}
.popup_layer .full_txt .btns a {color: #666; display: inline-block; margin: 0px 4px;}
.popup_layer .full_box {color: #444;height: 60px; line-height: 60px;box-sizing: border-box;width: 100%; border: 0px; border-bottom: 1px solid #dedede; padding: 0px 20px; font-size: 17px;position: relative; overflow: hidden; font-weight: bold;}
.popup_layer .full_box .btns {position: absolute;top: 0; bottom: 0; right: 16px; margin: auto;}
.popup_layer .folder {color: #f8c206;font-size: 20px; position: relative;display: inline-block; margin-right: 8px; z-index: 5;}
.popup_layer .rect {cursor:pointer; display: inline-block; color: #e1e1e1; width: 20px; text-align: center; margin-right: 8px; position: relative; z-index: 5;}
.popup_layer .user {color: #989898; margin-right: 8px; display: inline-block; }
.popup_layer .tree {position: relative;}
.popup_layer .tree li {font-size: 17px;line-height: 20px;padding-bottom: 10px;position: relative; z-index: 10;}
.popup_layer .tree > li { background-image: url(../img/bar_line.png); background-repeat: no-repeat; background-position: 15px 10px;background-size: 12px 1px;}
.popup_layer .tree .line {margin: 0px !important; padding: 0px !important;position: absolute; left: 9px; top: 10px;width: 1px; background: #dedede;height: calc(100% - 38px); z-index: 0; }
.popup_layer .tree .depth2 { display: none; }
.popup_layer .tree .depth2 > li {padding-left: 65px; padding-top: 8px;background-image: url(../img/bar_line.png);background-repeat: no-repeat; background-position: 41px center; background-size: 17px 1px;}
.popup_layer .tree .depth2 .line { left: 41px; }
.popup_layer .scrollbox {padding: 30px 20px; box-sizing: border-box; height: 296px; overflow-y: scroll;}

.popup_layer .ulist {}
.popup_layer .ulist li {font-size: 17px;line-height: 20px;padding: 10px 0px;position: relative;}
.popup_layer .ulist li .b {float: right; color: #cccccc; }

.popup_layer.global_p {
    height: auto;
    top: 50px;
    bottom: 0;
}
.popup_layer.global_p > .box {
    --animate-duration: 0.5s;
    width: 500px;
    min-height: 500px;
    border-radius: 6px;
}
@media only screen and (max-width:700px) { 
    .popup_layer.global_p {
        height: 100%;
        top: 0;
    }
    .popup_layer.global_p > .box {
        width: 100%; min-height: auto; height: 100%; border-radius: 0px;
    }
    .popup_layer.global_p.v2 {
        height: 100%;
    }
    .popup_layer.global_p.v2 > .box {
        width: 100%; min-height: auto; height: 100%; border-radius: 0px;
    }
}
