html,
body {
    height: 100%;
    background-color: #251c19;
}

body,
form,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
textarea,
input,
select,
hr,
th,
td,
a,
span,
em {
    /*color: #77655e;*/
    font-family: Times-New-Roman;
    font-weight: 400;
    /*font-size: 18px;*/
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption {
    display: none;
}

ul,
dl {
    list-style: none;
}

article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
    display: block;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #a99992;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.hide {
    display: none;
}

.strong {
    color: #ac9e98;
}

.notice {
    color: #d47c17;
}

section#TOP {}

div#Top_Logo {
    position: relative;
    margin: 0 auto;
    top: 7px;
    width: 180px;
    height: 64px;
    z-index: 5;
}

div#Top_Logo a {
    display: block;
    height: 64px;
    background: url('../images/common/top_logo.png') no-repeat center top;
    cursor: pointer;
}

div.All_Menu {
    position: absolute;
    display: none;
    float: left;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 4;
}

div.All_Menu a {
    width: 40px;
    height: 40px;
    background: url('../images/common/btn_menu_showhide.png') no-repeat center 4px;
    margin-left: 8px;
}

div#Top_Menu {
    margin: 0 auto;
    width: 1000px;
    height: 300px;
    z-index: 4;
    background: url('../images/common/menu_bar.png') no-repeat center top;
}

ul.TMenu {
    position: relative;
    width: 910px;
    padding: 22px 45px;
    text-align: center;
    zoom: 1;
}

ul.TMenu:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

ul.TMenu>li.All_Menu,
ul.TMenu>li.dropdown>a>em {
    display: none;
}

ul.TMenu>li.dropdown {
    position: relative;
    float: left;
    width: 130px;
    height: auto;
}

ul.TMenu>li.dropdown>a {
    display: inline-block;
    width: 100%;
    height: 80px;
    background-position: 0 0;
}

ul.TMenu>li.dropdown>a:hover,
ul.TMenu>li.dropdown>a.on {
    background-position: 0 -90px;
}

ul.TMenu>li.download>a>span {
    display: inline-block;
    margin-top: 54px;
    color: #dbc199;
    font-size: 11px;
    font-weight: 400;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

ul.TMenu>li.download>a:hover>span {
    color: #f0c10d;
}

ul.TMenu.en>li:nth-of-type(2)>a {
    background-image: url(../images/common/menu1.png);
}

ul.TMenu.en>li:nth-of-type(3)>a {
    background-image: url(../images/common/menu2.png);
}

ul.TMenu.en>li:nth-of-type(4)>a {
    background-image: url(../images/common/menu3.png);
}

ul.TMenu.en>li:nth-of-type(5)>a {
    background-image: url(../images/common/menu_download.png);
}

ul.TMenu.en>li:nth-of-type(6)>a {
    background-image: url(../images/common/menu4.png);
}

ul.TMenu.en>li:nth-of-type(7)>a {
    background-image: url(../images/common/menu5.png);
}

ul.TMenu.en>li:nth-of-type(8)>a {
    background-image: url(../images/common/menu6.png);
}

ul.TMenu.tr>li:nth-of-type(2)>a {
    background-image: url(../images/common/menu1.png);
}

ul.TMenu.tr>li:nth-of-type(3)>a {
    background-image: url(../images/common/menu2.png);
}

ul.TMenu.tr>li:nth-of-type(4)>a {
    background-image: url(../images/common/menu3.png);
}

ul.TMenu.tr>li:nth-of-type(5)>a {
    background-image: url(../images/common/menu_download.png);
}

ul.TMenu.tr>li:nth-of-type(6)>a {
    background-image: url(../images/common/menu4.png);
}

ul.TMenu.tr>li:nth-of-type(7)>a {
    background-image: url(../images/common/menu5.png);
}

ul.TMenu.tr>li:nth-of-type(8)>a {
    background-image: url(../images/common/menu6.png);
}

ul.TMenu>li>ul.sub_menu {
    position: relative;
    display: none;
    height: auto;
    max-height: 170px;
    padding: 7px 0 25px;
    z-index: 4;
    background: url(../images/common/menu_sub.png) no-repeat center bottom;
    line-height: 0;
}

ul.TMenu>li>ul.sub_menu>li>a {
    position: relative;
    display: inline-block;
    width: 98%;
    height: auto;
    padding: 2px 0 7px 0;
    color: #79634c;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -.04em;
}

ul.TMenu>li>ul.sub_menu>li>a:hover {
    color: #e19e56;
    cursor: pointer;
}

ul.TMenu>li>ul.sub_menu>li>a.active {
    color: #e19e56;
}

ul.TMenu li#All_Hide {
    height: 45px;
    display: none;
    border-bottom: 1px solid #3f332f;
}

div#log {
    position: absolute;
    bottom: -6px;
    -moz-calc(50% - 112px);
    left: -webkit-calc(50% - 112px);
    left: -o-calc(50% - 112px);
    left: calc(50% - 112px);
    width: 225px;
    height: 62px;
    background: url(../images/common/login_area.png) no-repeat center top;
}

#log ul.user_out {
    padding: 15px 5px 8px 10px;
    background: url(../images/common/login_area1.png) no-repeat center top;
}

#log ul.user_out li {
    margin: 1px 0 7px;
    width: 98%;
    height: 18px;
}

#log ul.user_out li span {
    color: #e19e56;
    font-size: 13px;
    line-height: 14px;
    vertical-align: top;
}

#log ul.user_out li em {
    float: right;
    color: #79634c;
    font-size: 11px;
    line-height: 13px;
}

#log ul.user_out li:hover span,
#log ul.user_out li:hover em {
    color: #d47c17;
    cursor: pointer;
}

#log dl.user_info {
    padding: 15px 5px 0 10px;
    height: 22px;
    overflow: hidden;
}

#log dl.user_info dt {
    -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
    height: 20px;
    color: #e19e56;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

#log dl.user_info dd {
    float: right;
    margin-top: -1px;
    width: 40px;
    height: 20px;
    font-size: 0;
}

#log dl.user_info dd a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: left top;
    color: #e19e56;
    font-size: 0;
}

#log dl.user_info dd a.account {
    background: url(../images/common/user_account.png) no-repeat;
}

#log dl.user_info dd a.logout {
    background: url(../images/common/user_logout.png) no-repeat;
}

#log dl.user_info dd a:hover {
    background-position: left -20px;
    color: #d47c17;
    cursor: pointer;
}

#log ul.user_point {
    padding: 2px 5px 8px 10px;
    line-height: 11px;
}

#log ul.user_point li {
    display: inline-block;
    width: 48%;
    color: #e19e56;
    font-size: 11px;
    letter-spacing: -.02em;
}

#log ul.user_point li span {
    font-size: 11px;
    letter-spacing: -.03em;
}

div#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(28, 23, 21, .8);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

section#CNT {
    margin: 0 auto;
    padding: 1.5em 0 3em;
    width: 1000px;
    zoom: 1;
}

section#CNT:After {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

select {
    display: inline-block;
    padding: 2px 20px 2px 5px;
    background: #1c1715 none repeat scroll 0 0;
    border: 1px solid #3f332f;
    min-width: 100px;
    color: #ac9e98;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

select:hover,
select:focus {
    color: #ac9e98;
    background: #1c1715;
}

select:disabled {
    opacity: .5;
    pointer-events: none;
}

.select_arrow {
    position: relative;
    display: inline-block;
    right: 20px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ac9e98 transparent transparent transparent;
}

select:hover~.select_arrow,
select:focus~.select_arrow {
    border-top-color: #ac9e98;
}

select:disabled~.select_arrow {
    border-top-color: #ac9e98;
}

input {
    margin-left: 5px;
    padding: 0 5px;
    border: 2px solid #3f332f;
    background: #251c19;
    height: 30px;
}

input::-ms-clear {
    display: none;
}

H2 {
    padding: 0 0 3px 5px;
    border-bottom: 2px solid #3f332f;
    color: #ac9e98;
    font-size: 36px;
    line-height: 42px;
}


/*UserInformation*/
article#UserInformation {
    width: 35%;
    min-width: 330px;
    float: left;
    height: 482px;
    color: white;
    background: no-repeat url('../images/character/CharacterInfo.png');
    font-size: 1.5em;
    margin-top: 75px;
}

dl.userinformation_list {
    clear: both;
    display: block;
    margin: 58px 0 0 42px;
    padding: 10px 0 16px;
}

dl.userinformation_list>dt.username {
    color: white;
    float: left;
    padding-top: 2px;
    height: 28px;
    width: -webkit-calc(100% - 145px);
    width: -o-calc(100% - 145px);
    width: calc(100% - 145px);
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

dl.userinformation_list>dt.level {
    margin: 4px 0 0 69px;
    color: white;
    float: left;
    height: 14px;
    width: 30%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.nation {
    margin: 9px 0 0 42px;
    color: white;
    float: left;
    height: 14px;
    width: 30%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.experience {
    margin: 9px 0 0 45px;
    color: white;
    float: left;
    height: 14px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.nationalpoint {
    margin: 8px 0 0 1px;
    color: white;
    float: inline-end;
    height: 14px;
    width: 69%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.attack {
    margin: 40px 0 0 76px;
    color: white;
    float: left;
    height: 14px;
    width: 30%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.strong {
    margin: 40px 0 0 20px;
    color: white;
    float: left;
    height: 14px;
    /* width: 30%; */
    font-size: 16px;
    line-height: 26px;
}

dl.userinformation_list>dt.defence {
    margin: 8px 0 0 75px;
    color: white;
    float: left;
    height: 14px;
    width: 30%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.stamina {
    margin: 8px 0 0 20px;
    color: white;
    float: left;
    height: 14px;
    /* width: 30%; */
    font-size: 16px;
    line-height: 26px;
}

dl.userinformation_list>dt.manner {
    margin: 8px 0 0 75px;
    color: white;
    float: left;
    height: 14px;
    width: 30%;
    font-size: 18px;
    line-height: 26px;
}

dl.userinformation_list>dt.dexterity {
    margin: 10px 0 0 20px;
    color: white;
    float: left;
    height: 14px;
    /* width: 30%; */
    font-size: 16px;
    line-height: 26px;
}

dl.userinformation_list>dt.charm {
    margin: 11px 0 0 186px;
    color: white;
    float: left;
    height: 14px;
    /* width: 100%; */
    font-size: 16px;
    line-height: 26px;
}

dl.userinformation_list>dt.remainingpoints {
    margin: 10px 0 0 50px;
    color: white;
    float: left;
    height: 14px;
    width: 30%;
    font-size: 16px;
    line-height: 26px;
}

dl.userinformation_list>dt.intelligence {
    margin: 10px 0 0 46px;
    color: white;
    float: left;
    height: 14px;
    /* width: 30%; */
    font-size: 16px;
    line-height: 26px;
}

dl.userinformation_list>dd.image {
    float: left;
}

/*UserInventory*/
article#UserInventory {
    min-width: 600px;
    width: 60%;
    float: left;
    height: 592px;
    background: no-repeat url('../images/character/Inventory.png');
    font-size: 1.5em;
}

div.userinventory_list_left {
    clear: both;
    display: block;
    width: 35%;
    float: left;
}

div.userinventory_list_left>table.copsre {
    margin: 76px 0 0 24px;
    color: white;
    font-size: 16px;
    width: 75%;
    border: none;
}

div.userinventory_list_left>table.copsre>tbody {
    padding: 0 0 0 0;
}

div.userinventory_list_left>table.copsre>tbody>tr {
    width: 155px;
}

div.userinventory_list_left>table.copsre>tbody>tr>td {
    width: 52px;
    padding: 3px 0 0 2px;
    border: none;
}

div.userinventory_list_left>table.magicbag {
    margin: 23px 0 0 50px;
    color: white;
    width: 50%;
    font-size: 16px;
    border: none;
}

div.userinventory_list_left>table.magicbag>tbody {
    padding: 0 0 0 0;
}

div.userinventory_list_left>table.magicbag>tbody>tr {
    margin-top: 4px;
}

div.userinventory_list_left>table.magicbag>tbody>tr>td {
    border: none;
    width: 52px;
    padding: 6px 0 0 8px;
}

div.userinventory_list_left>table.magicbagitems {
    margin: 41px 0 0 26px;
    color: white;
    font-size: 16px;
    width: 75%;
    border: none;
}

div.userinventory_list_left>table.magicbagitems>tbody {
    padding: 0 0 0 0;
}

div.userinventory_list_left>table.magicbagitems>tbody>tr {
    margin-top: 4px;
}

div.userinventory_list_left>table.magicbagitems>tbody>tr>td {
    border: none;
    width: 45px;
    padding: 2px 0 0 1px;
}

div.userinventory_list_right {
    display: block;
    width: 40%;
    float: right;
}

div.userinventory_list_right>table.inventory {
    margin: 97px 0 0 49px;
    color: white;
    width: 60%;
    font-size: 16px;
    border: none;
}

div.userinventory_list_right>table.inventory>tbody {
    padding: 0 0 0 0;
}

div.userinventory_list_right>table.inventory>tbody>tr {
    width: 154px;
}

div.userinventory_list_right>table.inventory>tbody>tr>td {
    width: 52px;
    padding: 3px 0 0 7px;
    margin-left: 15px;
    border: none;
}


#itemicon {
    left: 0px;
    width: 45px;
    height: 45px;
}

.itemInfo {
    display: none;
    padding: 5px;
    opacity: 0.8;
    min-width: 240px;
    color: #FFFFFF;
    background: #000000;
    z-index: 999;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.itemInfo>div {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
}



#itemType-0 {
    color: white;
}

#itemType-1 {
    color: #8080ff;
}

#itemType-2 {
    color: #ffff00;
}

#itemType-3 {
    color: #80ff00;
}

#itemType-4 {
    color: #dcc77c;
}

#itemType-5 {
    color: #c87cc7;
}

#itemType-8 {
    color: #58FAF4;
}

#itemType-11 {
    color: #F781BE;
    font-weight: bold;
}

#itemType-12 {
    color: #FE9A2E;
    font-weight: bold;
}

#itemBonuses {
    color: #80ff00;
}

article#ClanInfo {
    margin: auto;
    width: 100%;
    background: no-repeat center top url('../images/common/media_bg.jpg');
    height: 351px;
}

.ClanGrade {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 40px 0 0 0;
    min-width: 204px;
    width: 30%;
    float: left;
    height: 192px;
    background: no-repeat center top url('../images/common/shield_bottom.png');
    position: relative;
}

.ClanGrade .image {
    text-align: center;
    vertical-align: top;
    margin: 25px 0 0 0;
}

.ClanGrade .wrapper {
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

.ClanGrade .name {
    text-align: center;
    font-size: 22px;
    color: white;
}

div.ClanDetails {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
    vertical-align: top;
    margin: 20px 0 0 0;
    min-width: 40%;
    height: 292px;
    text-align: left;
}

div.ClanDetails>table.Information {
    vertical-align: top;
    margin: 25px 0 0 0;
    text-align: left;
}

div.ClanDetails>table.Information>tbody>tr>td {
    text-align: left;
}

div.ClanDetails>table.Information>tbody>tr>td>span {
    padding: 0 0 0 10px;
    color: white;
    text-align: left;
}


article#Announcement {
    float: left;
    width: 100%;
}

hr {
    border: none;
    border-top: 1px solid #3f332f;
}

dl.announce_list {
    clear: both;
    display: block;
    margin: 0 8px 0 5px;
    padding: 10px 0 16px;
    cursor: pointer;
}

dl.announce_list>dt.title {
    float: right;
    padding-top: 2px;
    height: 28px;
    -moz-calc(100% - 145px);
    width: -webkit-calc(100% - 145px);
    width: -o-calc(100% - 145px);
    width: calc(100% - 145px);
    font-size: 26px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

dl.announce_list>dd.image {
    float: left;
    width: 145px;
}

dl.announce_list>dd.image>img {
    margin: 5px;
    border: 1px solid #000;
    width: 130px;
    height: 85px;
    overflow: hidden;
}

dl.announce_list>dd.date {
    color: #5d4b45;
    font-size: 13px;
    line-height: 15px;
}

dl.announce_list>dd.detail {
    padding-top: 10px;
    color: #5d4b45;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

dl.announce_list:hover {
    transform: scale(1.04);
    padding-left: 10px;
}

dl.announce_list:hover>dt {
    color: #a99992;
}

dl.announce_list:hover>dd {
    color: #77655e;
}

div.pages {
    display: block;
    margin: 1em;
    text-align: center;
}

div.pages a {
    font-size: 14px;
    display: inline-block;
    padding: 3px .5em 2px;
}

div.pages a.jump_pages {
    font-size: 12px;
    letter-spacing: -.2em;
    padding: 3px .5em 2px .1em;
}

div.pages a.active {
    background: #6f5d57;
    color: #251c19;
    border: 1px solid #251c19;
    box-shadow: 0 0 0 1px #6f5d57;
}

.btns {
    display: block;
    padding: 10px;
    text-align: center;
}

.btns a,
a[class^="btn_"] {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    width: 100px;
    height: 27px;
    background: url(../images/common/btn.png) no-repeat;
    background-position: 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2), 0 4px 4px 0 rgba(0, 0, 0, .2);
    color: #bd8671;
    font-size: 14px;
    line-height: 18px;
}

.btns a:hover {
    background-position: 0 -40px;
    color: #ffa973;
}

.btns a.prev {
    float: left;
}

.btns a.next {
    float: right;
}

.btns a.btn_L {
    clear: both;
    float: left;
    margin: 0 10px 8px;
    width: 180px;
    background: url(../images/common/btn_L.png) no-repeat center 0;
    font-size: 14px;
    line-height: 18px;
}

.btns a[class^="btn_"]:hover {
    background-position: center -40px;
    color: #ffa973;
}

footer {
    width: 100%;
    bottom: 0;
    background: #3b312c;
    color: #77655e;
}

div.foot {
    margin: 0 auto;
    width: 1000px;
    font-size: 14px;
    padding: 2em 0;
    zoom: 1;
}

div.foot:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

dl.FootMenu {
    float: left;
    width: 13%;
    padding-right: 3%;
}

dl.FootMenu dt {
    color: #77655e;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 10px;
}

dl.FootMenu dd {
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 8px;
}

dl.FootMenu dd a {
    color: #77655e;
    font-size: 12px;
    line-height: 13px;
}

dl.FootMenu dd a:hover {
    color: #ac9c96;
}

div.security {
    float: right;
    width: 132px;
}

div.copyright {
    clear: both;
    float: center;
    width: 65%;
    font-size: 14px;
    padding-top: 3em;
    line-height: 13px;
}

ul.relevant_co {
    clear: both;
    float: left;
    width: auto;
    padding-top: 10px;
}

ul.relevant_co li {
    display: inline-block;
}

ul.relevant_co li.stonesoftware {
    width: 150px;
    height: 50px;
    background: url(../images/common/stonesoftware_logo.png) no-repeat;
    padding-right: 10px;
}

ul.social {
    float: right;
    width: 30%;
    text-align: right;
}

ul.social li {
    display: inline-block;
    width: 35px;
    height: 40px;
    padding-left: 10px;
}

ul.social li a {
    display: inline-block;
    width: 35px;
    height: 40px;
    background-position: 0 0;
}

ul.social li a.facebook {
    background-image: url(../images/common/sns_facebook.png);
}

ul.social li a.twitter {
    background-image: url(../images/common/sns_twitter.png);
}

ul.social li a.instagram {
    background-image: url(../images/common/sns_instagram.png);
}

ul.social li a.twitch {
    background-image: url(../images/common/sns_twitch.png);
}

ul.social li a.youtube {
    background-image: url(../images/common/sns_youtube.png);
}

ul.social li a:hover {
    background-position: 0 -40px;
}

@media screen and (min-width:1000px) {
    ul.TMenu {
        display: block !important;
    }

    div#log {
        display: block !important;
    }

    div#cover {
        display: none !important;
    }
}

@media screen and (max-width:999px) {
    nav#navi {
        height: auto;
    }

    div.All_Menu {
        display: inline-block;
    }

    div.All_Menu a {
        display: block;
        width: 40px;
        height: 40px;
    }

    div#Top_Menu {
        position: absolute;
        margin-top: 10px;
        width: 80%;
        height: auto;
        background: none;
    }

    ul.TMenu {
        float: left;
        margin-bottom: 170px;
        padding: 0 25px 40px;
        width: 100%;
        height: auto;
        text-align: left;
        background: #1c1715;
        display: none;
    }

    ul.TMenu>li.dropdown {
        width: 100%;
        display: left;
        height: auto;
        border-bottom: 1px solid #3f332f;
    }

    ul.TMenu>li.dropdown>a {
        height: auto;
        padding: 1em;
        color: #e19e56;
        background: none !important;
    }

    ul.TMenu>li.dropdown:hover {
        background: #130f0e;
    }

    ul.TMenu>li.dropdown:hover>a>em {
        color: #e19e56;
    }

    ul.TMenu>li.dropdown>a>em {
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -.03em;
    }

    ul.TMenu>li.download {
        display: none;
    }

    ul.TMenu>li#All_Hide {
        display: block;
    }

    ul.TMenu>li>ul.sub_menu {
        padding: 10px 10px 10px 35px;
        border-top: 1px dashed #3f332f;
        min-height: 0;
        height: auto;
        background: none;
    }

    ul.TMenu>li>ul.sub_menu>li {
        list-style-type: disc;
    }

    div#log {
        display: none;
        float: left;
        left: 0;
        padding: 10px 25px;
        width: 100%;
        height: auto;
        background: #1c1715;
        zoom: 1;
    }

    div#log:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    #log ul.user_out {
        position: relative;
        margin: 20px 0;
        background: #130f0e;
        border: 1px solid #3f332f;
        overflow: hidden;
    }

    #log ul.user_out li {
        display: block;
        width: 93%;
        padding: 15px;
    }

    #log ul.user_out li:nth-of-type(1) {
        border-bottom: 1px dashed #3f332f;
    }

    #log ul.user_out li span {
        float: left;
        display: inline-block;
        color: #e19e56;
        font-size: 22px;
        line-height: 22px;
    }

    #log ul.user_out li em {
        float: left;
        display: inline-block;
        padding-left: 10px;
        font-size: 13px;
        line-height: 22px;
    }

    #log dl.user_info {
        position: relative;
        margin-top: 10px;
        display: block;
        width: 97%;
        height: auto;
        background: #130f0e;
        border: 1px solid #3f332f;
        border-bottom: none;
        overflow: visible;
        zoom: 1;
    }

    #log dl.user_info:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    #log dl.user_info dt {
        clear: both;
        width: 100%;
        padding: 0 0 10px;
        color: #d47c17;
        font-size: 20px;
        border-bottom: 1px dashed #3f332f;
    }

    #log dl.user_info dd {
        clear: both;
        width: 100%;
        padding: 10px 0;
        height: auto;
        border-bottom: 1px dashed #3f332f;
    }

    #log dl.user_info dd a {
        display: block;
        width: auto;
        padding-left: 20px;
        font-size: 14px;
        vertical-align: bottom;
    }

    #log ul.user_point {
        position: relative;
        display: block;
        margin-bottom: 10px;
        width: 97%;
        background: #130f0e;
        border: 1px solid #3f332f;
        border-top: none;
        zoom: 1;
    }

    #log ul.user_point:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    #log ul.user_point li {
        float: left;
        display: block;
        padding-top: 5px;
        width: 100%;
        color: #79634c;
        font-size: 14px;
        letter-spacing: -.02em;
    }

    #log ul.user_point li span {
        color: #79634c;
        font-size: 14px;
        letter-spacing: -.02em;
    }

    section#CNT {
        padding-top: .5em;
        width: 95%;
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    div.foot {
        margin: 0 auto;
        width: 96%;
    }

    dl.FootMenu {
        width: 12%;
    }

    ul.social {
        width: auto;
        text-align: right;
    }
}

@media screen and (max-width:767px) {
    div.foot {
        margin: 0 auto;
        width: 92%;
        text-align: center;
    }

    dl.FootMenu {
        width: 22%;
        padding: 0 1.5%;
    }

    dl.FootMenu dt {
        font-weight: 600;
    }

    dl.FootMenu dd {
        font-size: 11px;
    }

    div.copyright,
    ul.relevant_co {
        width: 100%;
    }

    div.security {
        clear: both;
        float: inherit;
        margin: 0 auto;
        padding-top: 10px;
        width: 100%;
    }

    ul.social {
        width: 100%;
        padding: 10px 10px 0 0;
        text-align: center;
    }
}

@media screen and (max-width:585px) {
    div.All_Menu {
        display: inline-block;
    }

    div.All_Menu a {
        display: block;
        width: 40px;
        height: 40px;
    }

    #log ul.user_out li em {
        display: none;
    }

    div.btns {
        padding: 10px .1em;
    }

    dl.announce_list>dt.title {
        height: 75px;
        font-size: 24px;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }

    dl.announce_list>dd.detail {
        display: none;
    }
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #77655e;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #77655e;
}