.my-title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.my-title .xs {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 35px;
    margin-top: 5px;
    line-height: 1;
}
.mytop {
	background-color:#f5f5f5;
	padding-top:30px;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:45px;
	border-radius:10px;
}
.mytop:after{
	clear:both;
	display:table;
	content:"";
}
.mytop .mybw-info{
	display:inline-block;
	float:left;
	width:45%;
}
.mytop .mybw-menu{
	display:inline-block;
	float:left;
	width:55%;
}
.mytop .mybw-info .inner{
	display:table;
	width:100%;
}
.mytop .mybw-info .inner .image,
.mytop .mybw-info .inner .item{
	display:table-cell;
	vertical-align:middle;
}
.mytop .mybw-info .inner .image{
	width:33%;
	
	
	text-align:center;
}
.mytop .mybw-info .inner .image .img-item{
	display:inline-block;
	position:relative;
}
.mytop .mybw-info .inner .item{
	width:67%;
}

.mytop .mybw-info .inner .item .name{
	font-size:14px;
	font-weight:500;
	line-height:1.6;
}
.mytop .mybw-info .inner .item .cap span{
	font-weight:600;
	color: #33cc33;
}
.mytop .mybw-info .inner .image .profile-img{
	width:120px;
	height:120px;
	border-radius:50%;
	overflow:hidden;
	
}
.mytop .mybw-info .inner .image .profile-icon{
	position: absolute;
    left: 0;
	bottom:0;
    z-index: 10;
}
.mybw-menu ul li{
	display:inline-block;
	vertical-align:top;
	width:120px;
	height:120px;
	border-radius:50%;
	
	margin-left:50px;
}
.mybw-menu ul li:first-of-type{
	margin-left:0;
}
.mybw-menu ul li .mybw-menu-link{
	background-repeat:no-repeat;
	background-position:top 20px center;
}
.mybw-menu ul li .mybw-menu-link .image{
	position:relative;
	padding-top:56%;
}
.mybw-menu ul li .mybw-menu-link span{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.mybw-menu ul li.item1 .mybw-menu-link span{
	background-image:url("/assets/bw/images/mytop-img01.png");
	display:inline-block;
	background-size:23px 31px;
	background-repeat:no-repeat;
	background-position:center;
}
.mybw-menu ul li.item2 .mybw-menu-link span{
	background-image:url("/assets/bw/images/mytop-img02.png");	
	display:inline-block;
	width:39px;
	height:32px;
}
.mybw-menu ul li.item3 .mybw-menu-link span{
	background-image:url("/assets/bw/images/mytop-img03.png");
	display:inline-block;
	width:34px;
	height:31px;
}

.mybw-menu ul li.item1 .mybw-menu-link:hover span,
.mybw-menu ul li.item1 .mybw-menu-link.active span{
	background-image:url("/assets/bw/images/mytop-img01-active.png");
	
}
.mybw-menu ul li.item2 .mybw-menu-link:hover span,
.mybw-menu ul li.item2 .mybw-menu-link.active span{
	background-image:url("/assets/bw/images/mytop-img02-active.png");	
}
.mybw-menu ul li.item3 .mybw-menu-link:hover span,
.mybw-menu ul li.item3 .mybw-menu-link.active span{
	background-image:url("/assets/bw/images/mytop-img03-active.png");	
}


.mybw-menu ul li.item1 .mybw-menu-link.active p,
.mybw-menu ul li.item2 .mybw-menu-link.active p,
.mybw-menu ul li.item3 .mybw-menu-link.active p{
	color:#33cc33;
}
.mybw-menu .mybw-menu-link{
	display:block;
	width:100%;
	height:100%;
	
	position:relative;
}
.mybw-menu .mybw-menu-link .tit,
.mybw-menu .mybw-menu-link .num{
	font-weight:500;
	text-align:center;
	line-height:1;
}
.mybw-menu .mybw-menu-link .num{
	margin-top:8px;
}
.mytop .mybw-info .inner .item .edit-p{
	margin-top:10px;
}
.mytop .mybw-info .inner .item .edit-link{
	display:inline-block;
}
.mytop .mybw-info .inner .item .edit-link .edit-icon{
	vertical-align:middle;
	margin-right:1px;
}
.cap-icon{
	vertical-align:middle;
	margin-left:1px;
}

.profile-item-wrap{
    position:relative;
    border:1px solid #e1e1e1;
    width:168px;
    height:168px;    
    text-align:center;
    overflow:hidden;
	
}

.profile-item-wrap .profile-file{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    width:168px;
    height:168px;
	z-index:10;
	
}
.profile-item-wrap input[type='file']{
	cursor:pointer;
}
.preview-profile img{
    display:none;
} 
.profile-item{    
    position:relative;
	top:50%;
	transform:translate3d(0, -50%, 0);
	-webkit-transform:translate3d(0, -50%, 0);   
	-moz-transform:translate3d(0, -50%, 0);  
	-o-transform:translate3d(0, -50%, 0); 
	-ms-transform:translate3d(0, -50%, 0);  
	z-index:5;
}
.profile-item i{
    font-size:50px;
}
.profile-item p{
    margin-top:15px;
    color:#333;
}
.profile-item .img-responsive{
    margin:0 auto;
    max-height:168px;
}

.three-row:after{
	clear:both;
	display:table;
	content:"";
}
.three-row .three{
	display:inline-block;
	float:left;
	width:33.33%;
}
.my {
    margin-top: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}

.my-head {
    padding: 20px 10px;
    background-color: #f7f7f7;
    text-align: center;
}

.my-head .my-desc {
    font-size: 14px;
    line-height: 1;
}

.my-head .my-desc.desc1 {
    margin-top: 15px;
}

.my-head .my-desc.desc1 span {
    font-weight: 600;
}

.my-head .my-desc.desc2 {
    margin-top: 5px;
}

.my-body {
    padding: 55px 160px;
    overflow: hidden;
}

.profile-info {
    display:inline-block;
	vertical-align:middle;
	padding:0;
	background-color:transparent;
	border:0;
}



.my-info {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    width: 50%;
}

.my-info1 .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info01.png');
    background-repeat: no-repeat;
    background-position: center;
}

.my-info2 .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info02.png');
    background-repeat: no-repeat;
    background-position: center;
}

.my-info3 .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info03.png');
    background-repeat: no-repeat;
    background-position: center;
}

.my-info4 .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info04.png');
    background-repeat: no-repeat;
    background-position: center;
}

.my-info1 .my-info-link:hover .my-info-img,
.my-info1 .my-info-link.active .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info01-active.png');
}

.my-info2 .my-info-link:hover .my-info-img,
.my-info2 .my-info-link.active .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info02-active.png');
}

.my-info3 .my-info-link:hover .my-info-img,
.my-info3 .my-info-link.active .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info03-active.png');
}

.my-info4 .my-info-link:hover .my-info-img,
.my-info4 .my-info-link.active .my-info-img {
    background-image: url('/assets/bw/images/mypage/my-info04-active.png');
}

.my-info1 .my-info-link:hover .tit,
.my-info1 .my-info-link.active .tit,
.my-info2 .my-info-link:hover .tit,
.my-info2 .my-info-link.active .tit,
.my-info3 .my-info-link:hover .tit,
.my-info3 .my-info-link.active .tit,
.my-info4 .my-info-link:hover .tit,
.my-info4 .my-info-link.active .tit {
    color: #ade600 !important;
}

.my-info-link {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    padding: 15px 5px;
}

.my-info-link:hover {
    box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
}

.my-info-img {
    position: relative;
    padding-top: 30%;
}

.my-info img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.my-info .tit {
    line-height: 1;
    font-size: 18px;
    margin-top: 10px;
    color: #000;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.my-info .desc {
    font-size: 18px;
    margin-top: 3px;
}

.my-info .desc span {
    font-size: 18px;
}

.my-menu {
    display: table;
    width: 100%;
    margin-top: 45px;
}

.my-menu .item {
    display: table-cell;
    width: 20%;
    vertical-align: top;
	position:relative;
	
}
.my-menu .item .my-icon{
	position:absolute;
	top:0;
	left:0;
	max-width:20px;
}

.my-menu .item .tit {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.my-menu .item .list li {
    line-height:2;
}
.my-menu .item .list li a{
	letter-spacing:-0.5px;
}
.my-menu .item .list li .active {
    color: #33cc33;
    font-weight: 600;
}

.my-menu .item .list {
    list-style: none;
	margin-top:15px;
    padding-bottom: 45px;
}

.board-empty {
    padding: 90px 10px;
    text-align: center;
}

.my-table {
    width: 100%;
}

.my-table thead th {
    border-bottom: 1px solid #ddd;
    padding: 10px;
	white-space:nowrap;
}

.my-table tbody td {
    padding: 10px;
}

.my-title-sub {
    margin-top: 45px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
}


/*gradepopup*/

.grade {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.grade-item {
    display: table-cell;
    padding: 10px 3px;
    height: 100%;
}

.grade-summary {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.grade-name {
    padding: 10px;
    text-align: center;
    background-color: #33cc33;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.grade-desc {
    padding: 15px 3px 15px 7px;
    height: 119px;
}

.grade-desc .tit {
    color: #666;
    font-weight: 600;
    font-size: 13px;
}

.grade-desc .desc {
    margin-top: 3px;
    color: #555;
    word-break: keep-all;
}

.delivery-band {
    margin-top: 40px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
}

.delivery-tbl {
    width: 100%;
}

.delivery-tbl th,
.delivery-tbl td {
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

.delivery-tbl th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 5px;
}

.delivery-tbl td {
    padding: 10px 5px;
}

.product-summary .image,
.product-summary .summary {
    display: inline-block;
    vertical-align: middle;
}

.product-summary .image {
    width: 120px;
    height: 170px;
}

.product-summary .image img {
    max-width: 120px;
    max-height: 170px;
}

.product-summary .summary {
    padding-top: 10px;
    text-align: left;
}

.delivery-result {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f0f0f0;
    padding: 10px 25px;
}

.delivery-result .row {
    margin-top: 5px;
    font-size: 14px;
    text-align:right;
}

.delivery-result .row:after {
    clear: both;
    display: table;
    content: "";
}
.shipping-tbl{
    width:100%;
    border:1px solid #e1e1e1;
    border-top:0;
    margin-top:10px;
}
.shipping-tbl th{
    padding: 20px 15px;
    font-size: 12px;
    border-top: 1px solid #e1e1e1;
    vertical-align: middle;
    background-color:#f2f2f2;
    width:40%;
}
.shipping-tbl td{
    padding: 20px 15px;
    font-size: 12px;
    border-top: 1px solid #e1e1e1;
    vertical-align: middle;
    width:60%;
}
.amount .row:after{
    clear: both;
    display: table;
    content: "";
}
.amount .row{
    margin-top:19px;
}
.amount .row:nth-child(1){
    margin-top:0;
}
.amount .row .tit,
.amount .row .num{
    display:inline-block;
    float:left;
    width:50%;
    line-height:1;
}
.shipping-total span{
    display:inline-block;
    float:left;
    width:50%;
    background-color:#f2f2f2;
    font-weight:600;
}
.myinfo-btn-wrap {
	text-align:center;
	margin-top:30px;
}
.myinfo-btn-wrap .btn{
	display:inline-block;
	vertical-align:top;
	width:100px;
	height:100px;
	border-radius:50%;
}
.myinfo-btn-wrap .btn-green{
	background-color:#32cd32;
	border:1px solid #32cd32;
	color:#fff;
	line-height:100px;
}
.myinfo-btn-wrap .btn-default{
	background-color:#fff;
	border:1px solid #e1e1e1;
	color:#000;
	line-height:100px;
	margin-left:10px;
}
.myinfo-btn-wrap .btn-dark{
	background-color:#949494;
	border:1px solid #949494;
	color:#fff;
	line-height:100px;
	margin-left:10px;
}
.edit {
    padding-left:10px;
    padding-right:10px;
}
.edit-row:after{
    clear:both;
    display:table;
    content:"";    
}
.edit-row{    
    margin-left:-10px;
    margin-right:-10px;
    margin-top:10px;
    position:relative;
}
.edit .edit-half{
    position:relative;
    display:inline-block;
    float:left;
    width:50%;
    padding-left:10px;
    padding-right:10px;
}
.edit .tit{
    position:absolute;
    top:0;
    left:0;
    width:90px;
}
.edit .content{
    padding-left:90px;
}
.edit .edit-full{
    padding-left:10px;
    padding-right:10px;
}
.city-wrap .item{
    display:block;
    margin-top:5px;
}
.city-wrap .item{
    display:block;
    width:100%;
    border: 1px solid #959595;
    border-radius:4px;
    height:34px;
    
}
.edit .birthday .birthday-item select{
    min-width:70%;
}
.tot-wrap{
    margin-top:30px;
    border-top: 2px solid #50c751;
    text-align: right;
    padding: 20px;
    background-color: #f7f7f7;
}
.tot-wrap p{
    color: #555;
    font-size: 20px;
    font-weight: 600;
}
.tot-wrap p span{
    font-size: 20px;
    color:#33cc33;
}
.pw{
    border:1px solid #e1e1e1;
    padding:40px 10px;  
    margin-top:40px;
    text-align:center;
}
.pw .tit{
    font-size:14px;
}
.pw .desc{
    font-size:14px;
    margin-top:10px;
	word-break:keep-all;
}
.pw .input-wrap{
    width:400px;    
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}
.pw .input-wrap input{
    width:100%;
    height:43px;
    line-height:43px;
    padding-left:15px;
    padding-right:15px;
    border:1px solid #000;
}
.withdrawal{
    border:1px solid #e1e1e1;
    padding:30px 10px;
    margin-top:80px;
    box-sizing: border-box;
}
.withdrawal .inner{
    width:600px;
    margin-left:auto;
    margin-right:auto;
    box-sizing: border-box;
}
.withdrawal .input-wrap{
    position:relative;
    margin-top:20px;
    box-sizing: border-box;
}
.withdrawal .input-wrap span{
    position:absolute;
    top:0;
    left:0;
    width:90px;
    font-weight:600;
    line-height:43px;
}
.withdrawal .input-wrap .item{
    padding-left:90px;
}
.withdrawal .input-wrap input{
    display:block;    
    width:100%;
    height:43px;
    border:1px solid #000;
    padding-left:15px;
    padding-right:15px;
}
.withdrawal .txt-wrap{
    position:relative;
    margin-top:20px;
    box-sizing: border-box;
}
.withdrawal .txt-wrap span{
    position:absolute;
    top:0;
    left:0;
    width:90px;
    font-weight:600;
    line-height:43px;
}
.withdrawal .txt-wrap .item{
    padding-left:90px;
}
.withdrawal .txt-wrap textarea{
    display:block;
    border:1px solid #e1e1e1;
    width:100%;
    height:300px;
    box-sizing: border-box;
    padding:15px;
    resize:none;
}
.withdrawal .tit{
    font-size:12px;
    font-weight:600;
    text-align:center;
}
.withdrawal .desc{
    font-size:12px;
    text-align:center;
    margin-top:20px;
    line-height:1.5;
}
.g-table .bg-color01{
	background-color:#EBE5E4	 !important;
}
.g-table .bg-color02{
	background-color:#C8EE9D !important;
}
.g-table .bg-color03{
	background-color:#A9E2C5 !important;
}
.g-table .bg-color04{
	background-color:#C2E0BA !important;
}
.g-table{
	border-collapse: collapse;
	width:100%;
}
.g-table tr td{
	padding:5px 10px;
	font-size:12px;
	border: 1px solid black;
	word-break:keep-all;
	
}
.g-table tr .title{
	white-space:nowrap;
	padding:5px 20px;
	vertical-align:middle;
	font-weight:600;
	background-color:#fbfbfb;
}
.g-modal-m{
	display:none;
}
.g-modal-pc{
		display:block;
	}
.g-modal-m .g-table .g-modal-depth1{
	background-color:#f1f1f1;
}
.g-modal-depth1{
	text-align:center;
	font-weight:600;
}
.g-modal-depth2{
	text-align:center;
	font-weight:600;
}
.g-modal-depth3{
	text-align:center;
}
.g-modal-depth4{

}
.g-modal .table-responsive{
	margin-top:20px;
}
.g-modal .desc{
	text-align: center;
    padding: 10px 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	word-break:keep-all;
}
.g-modal .btn-wrap{
	text-align:center;
	padding-bottom:15px;
}
.g-modal .btn-wrap .btn{
	background-color:#33cc33;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	border-radius:10px;
	display:inline-block;
}

@media all and (max-width: 992px) {
	.g-modal-m{
		display:block;
	}
	.g-modal-pc{
		display:none;
	}
	.mybw-menu .mybw-menu-link .tit, .mybw-menu .mybw-menu-link .num{
		letter-spacing:-0.5px;
	}
	.mytop{
		padding:20px 10px;
	}
	.mytop .mybw-info,
	.mytop .mybw-menu{
		display:block;
		width:100%;
	}
	.mytop .mybw-info .inner .image{
		width:40%;
	}
	.mytop .mybw-info .inner .item{
		width:60%;
	}
	.mytop .mybw-info .inner .image .profile-img{
		width:90px;
		height:90px;
		margin-left:auto;
		margin-right:auto;
	}
	.mytop .mybw-info .inner .image .profile-icon{
		left:0;
	}
	.mytop .mybw-info .inner .image{
		padding-top:0;
	}
	.mytop .mybw-info .inner .image .profile-img{
		position:relative;
	}
	.mybw-menu ul{
		margin-top:20px;
		text-align:center;
	}
	.mybw-menu ul li{
		width:90px;
		height:90px;
		margin-left:2px;
	}
	
	.mybw-menu ul li .mybw-menu-link{
		background-size:20px auto;
		background-position:top 10px center;
	}
	.pw .input-wrap{
		width:100%;
	}
    .my-body{
        padding:30px 10px;
    }
    .my-info-link .my-info-img,
    .my-info-link .my-info-img{        
        background-size:40px;
    }
    .my-info .tit{
        font-size:16px        
    }
    .my-head{
        padding:10px;
    }
    
    .my-menu{
        border:0;
    }
    .my-menu .item{
        display:table;
        width:100%;
        margin-top:7px;
        border-bottom:1px solid #e1e1e1;
    }
    .my-menu .item .tit{
        padding:0 10px;
    }
    .my-menu .item .list{
		margin-top:5px;
        padding-bottom:7px;
    }
    .my-menu .item .list li{
        padding-left:10px;
        margin-top:3px;
		line-height:1.3;
    }
    .my-menu{
        margin-top:20px;
    }
    .my-title-sub{
        margin-top:0;
    }
	.grade-item{
		display:table;
		width:100%;
	}
	.grade-name{
		font-size:14px;
	}
	.grade-desc{
		height:auto;
	}
	.edit .edit-half{
		float:none;
		width:100%;
		margin-top:10px;
	}
	.edit .edit-half:first-of-type{
		margin-top:0;
	}
	
}
@media all and (max-width: 480px) {
	.mytop .mybw-info .inner .item .date span{
		display:block;
	}
	.mytop{
		padding:30px 10px;
	}
	.profile-item-wrap{
		margin-left:auto;
		margin-right:auto;
		width:90px;
		height:90px;
	}
	.three-row .three{
		
	}
	.profile-item-wrap .profile-file{
		width:90px;
		height:90px;
	}
	.profile-item i{
		font-size:23px;
	}
}