/* ----------------------------------------------------------------------------------
    Reset Css
---------------------------------------------------------------------------------- */
.mobile-show {
    display: none;
}
.drawer-hamburger {
    display: none !important;
}

/* ----------------------------------------------------------------------------------
    My page Css
---------------------------------------------------------------------------------- */
#mypage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#mypage .clearfix {
    content: '';
    display: block;
    clear: both;
}

/*dash-head*/
#mypage .dash-head {
    position: relative;
    padding: 0 0 20px 0;
    font-size: 17px;
    border-bottom: 1px solid #eee;
}
#mypage .dash-head .my-picture {
    position: relative;
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #dfdfdf url("/assets/images/system/mypicture_sample.png") center 15px no-repeat;
    background-size: 100px;
}
#mypage .dash-head .my-picture img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 140px;
    margin-left: -70px;
}
#mypage .dash-head .my-info {
    float: left;
    width: 720px;
    padding: 10px 0 0 30px;
}
#mypage .dash-head .my-info .label {
    margin: 0 10px 0 0;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    background-color: #6F4DCB;
}
#mypage .dash-head .my-info .name {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
#mypage .dash-head .my-info .name span {
    padding-left: 5px;
    font-size: 15px;
    color: #6F4DCB;
}
#mypage .dash-head .my-info .data {
    margin-bottom: 15px;
}
#mypage .dash-head .my-info .data li {
    display: inline-block;
    margin: 0 20px 0 0;
    list-style: none;
    font-size: 17px;
    color: #333;
}
#mypage .dash-head .my-info .data li:first-child {
    content: '/';
}
#mypage .dash-head .my-info .membership li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1.5;
    font-size: 15px;
}

#mypage .dash-head .my-info .membership li a:hover i,
#mypage .dash-head .my-info .membership li a:hover span {
    color: #6F4DCB;
}
#mypage .dash-head .my-info .membership li i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    font-size: 18px;
}
#mypage .dash-head .my-info .membership li span {
    display: inline-block;
    vertical-align: middle;
}
#mypage .dash-head .newsys {
    position: absolute;
    top: 10px;
    right: 0;
    width: 240px;
    border: 1px solid #dfdfdf;
    border-top: 3px solid #6F4DCB;
}
#mypage .dash-head .newsys .title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}
#mypage .dash-head .newsys ul {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
}
#mypage .dash-head .newsys ul li {
    line-height: 1.5;
}
#mypage .dash-head .newsys ul li i {
    display: inline-block;
    width: 18px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
#mypage .dash-head .newsys ul li span.label-newsys {
    vertical-align: middle;
}
#mypage .dash-head .newsys ul li span.num {
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #6F4DCB;
}
#mypage .dash-head .newsys ul li a:hover i,
#mypage .dash-head .newsys ul li a:hover span {
    color: #6F4DCB;
}

/*dash-contents*/
#mypage .dash-contents .member-info.first > div {
    min-height: 150px;
}
#mypage .dash-contents .member-info.second > div {
    min-height: 160px;
}
#mypage .dash-contents {
    padding: 30px 0 0 0;
}
#mypage .dash-contents h4 {
    margin: 0 0 30px 0 !important;
    font-size: 21px;
    font-weight: bold;
    color: #6F4DCB;
}
#mypage .dash-contents .member-info > div {
    position: relative;
    width: 50%;
    min-height: 140px;
    margin: 0 0 50px 0;
    float: left;
}
#mypage .dash-contents .member-info .empty {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    color: #999;
    border-radius: 5px;
    background-color: #f7f7f7;
}
#mypage .dash-contents .member-info > div h5 {
    margin: 0 0 10px 0;
    color: #6F4DCB;
    font-size: 17px;
    font-weight: bold;
}
#mypage .dash-contents .member-info > div .more {
    position: absolute;
}
#mypage .dash-contents .member-info > div .more a {
    font-size: 12px;
    color: #999;
}
#mypage .dash-contents .member-info > div .more a:hover {
    color: #6F4DCB;
}
#mypage .dash-contents .member-info > div a:hover,
#mypage .dash-contents .member-info > div a:hover i {
    color: #6F4DCB;
}
#mypage .dash-contents .member-info > div:nth-child(2n-1) {
    padding-right: 20px;
}
#mypage .dash-contents .member-info > div:nth-child(2n-1) .more {
    top: 0;
    right: 20px;
}
#mypage .dash-contents .member-info > div:nth-child(2n) {
    padding-left: 20px;
}
#mypage .dash-contents .member-info > div:nth-child(2n) .more {
    top: 0;
    right: -0;
}
/*member-picture*/
.member-picture li {
    display: block;
    float: left;
    width: 116px;
    height: 116px;
    margin-left: 6px;
    background-color: #fafafa;
}
.member-picture li img {
    display: block;
    width: 116px;
    height: 116px;
}
.member-picture li:first-child {
    margin-left: 0;
}
/*table*/
.tb-user-basic {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
}
.tb-user-basic th,
.tb-user-basic td {
    line-height: 2.2;
    font-size: 14px;
    font-weight: 700;
}
.tb-user-basic th {
    text-align: center;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    /*background-color: #c8c8c8;*/
    background: #fefefe;
    border-top: 1px solid #e0e0e0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
    /*background: #dfdfdf;*/
}
.tb-user-basic td {
    padding: 5px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
}

/* ----------------------------------------------------------------------------------
    Sub pages
---------------------------------------------------------------------------------- */
/* Çà»ç»çÁø */
.photo-select-area {
     margin: 0 0 10px;
     padding: 20px;
     text-align: center;
     border: 5px solid #eee;
 }
.highslide-gallery {
    width: 100% !important;
    margin: 0 0 30px !important;
}
a.highslide {
    display: block !important;
    float: left !important;
    width: 144px !important;
    height: 144px !important;
    margin: 0 10px 10px 0 !important;
}
a.highslide:nth-child(10n-1) {
    margin-right: 0 !important;
}
a.highslide img {
    width: 144px !important;
    height: 144px !important;
}


/* ----------------------------------------------------------------------------------
    Login area
---------------------------------------------------------------------------------- */
/*.login-block {*/
    /*width: 480px;*/
    /*padding: 20px 30px 30px;*/
    /*margin: 50px auto;*/
    /*!*border: 1px solid #dfdfdf;*!*/
    /*!*box-shadow: 1px 1px 1px rgba(0,0,0,0.5);*!*/
/*}*/
/*.login-block h3 {*/
    /*text-align: center;*/
/*}*/
/*.login-block h4 {*/
    /*text-align: center;*/
/*}*/
/*.login-form-area .form-area {*/
    /*float: left;*/
/*}*/
/*.login-form-area .form-inline {*/
    /*width: 300px;*/
/*}*/
/*.login-form-area .form-inline label {*/
    /*float: left;*/
    /*font-size: 13px;*/
/*}*/
/*.login-form-area .form-inline input {*/
    /*float: right;*/
/*}*/
/*.login-form-area .form-inline input {*/
    /*padding: 5px;*/
/*}*/

/*.login-form-area .login-btn-area {*/
    /*float: left;*/
/*}*/
/*.login-form-area .login-btn-area {*/
    /*padding-left: 10px;*/
/*}*/
/*.login-form-area .login-btn {*/
    /*line-height: 70px;*/
    /*width: 80px;*/
    /*border: 1px solid #3797e8;*/
    /*border-radius: 2px;*/
    /*background-color: #3c9bec;*/
    /*color: #fff;*/
    /*font-weight: 500;*/
/*}*/

/*!* ----------------------------------------------------------------------------------*/
    /*Table Modify*/
/*---------------------------------------------------------------------------------- *!*/
/*.users .tTypeList, .tTypeView {*/
    /*width: 100%;*/
    /*border-top: 1px solid #e0e0e0 !important;*/
/*}*/
/*.users .tTypeList th, .tTypeView th {*/
    /*background: #fefefe; !* Old browsers *!*/
    /*!* IE9 SVG, needs conditional override of 'filter' to 'none' *!*/
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); !* IE6-8 *!*/
/*}*/
/*#old_aik_style .tTypeList th, .tTypeView th {*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*border: 1px solid #dfdfdf;*/
/*}*/
/*#old_aik_style .tTypeList td, .tTypeView td {*/
    /*padding: 5px;*/
    /*font-size: 14px !Important;*/
    /*border: 1px solid #dfdfdf;*/
/*}*/
/*!*#old_aik_style .tTypeView td {*!*/
    /*!*padding: 5px;*!*/
    /*!*font-size: 14px !Important;*!*/
/*!*}*!*/
/*#old_aik_style .tTypeList td .important {*/
    /*font-size: 14px !Important;*/
/*}*/
/*#old_aik_style .tTypeView td .important {*/
    /*font-size: 14px !Important;*/
/*}*/





/*³í¹®ÆíÁý ÁÖ¿ä Ã¼Å©¸®½ºÆ®*/
.check-area {
    padding: 20px 20px;
    background-color: #f5f8fc;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin-bottom: 30px;
}
.check-area p {
    line-height: 1.5;
    color: #333;
}
.check-area p {
    padding-bottom: 8px;
}
.check-area .input {
    padding-right: 5px;
}

.users textarea {
    padding: 20px;
    font-size: 13px;
    color: #333;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
}

/*¹öÆ°½ºÅ¸ÀÏ º¯°æ*/
/*#old_aik_style .btns input[type^="button"] {*/
    /*border: 1px solid #2e6da4;*/
    /*padding: 6px 12px;*/
    /*background-color: #999;*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*line-height: 1.42857143;*/
    /*white-space: nowrap;*/
    /*background-color: #337ab7;*/
    /*color: #FFF;*/
    /*border-radius: 2px;*/
/*}*/
