@keyframes body-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes body-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    background: #060606;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.profileBody {
    background: #060606;
}

body.topBody {
    background: #060606;
}

#allWrap {
    position: relative;
    min-width: 1200px;
    animation: body-fadeIn 2s ease 0s 1 normal;
    -webkit-animation: body-fadeIn 2s ease 0s 1 normal;
}
.hane {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/index/img/hane.png);
    background-position: 50% 0;
    background-repeat: repeat;

    width: 100%;
    height: 100%;
    min-height: 200vh;
}
.hane2 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/index/img/hane2.png);
    background-position: 50% 0;
    background-repeat: repeat;

    width: 100%;
    height: 100%;
    min-height: 200vh;
}
#headerWrap {
    position: fixed;
    top: 0;
    left: 0;
    background: #060606;
    /*
    background: -moz-linear-gradient(45deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(45deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(45deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);
*/
    z-index: 9000;
    width: 280px;
    height: 100%;
    overflow: auto;
    animation: translate 2s;
    animation-iteration-count: 1;
    -webkit-animation: translate 4s;
    -webkit-animation-iteration-count: 1;
    animation-delay: 0.3s visibility: hidden;
}

#header {
    position: relative;
    padding: 0 0 30px 0;
}

.textLength {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-family: "Cormorant", serif;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 16px;
    background: #917d60;
    height: 100%;
    text-align: left;

}

.textLength span {
    color: #fff;
}

.logo {
    width: 180px;
    margin: 20px auto 10px auto;
}

.logo img {
    width: 100%;
}

#headerWrap #header table.header-tel {
    margin: 0 0 10px 20px;
    border-collapse: collapse;
}

#headerWrap #header table.header-tel {}

#headerWrap #header table.header-tel tr th {
    width: 34px;
}

#headerWrap #header table.header-tel tr th img {
    width: 100%;
}

#headerWrap #header table.header-tel tr td {
    vertical-align: middle;
    font-family: "Roboto", "���C���I", sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    padding: 0 0 0 6px;
}

#headerWrap #header table.header-tel tr td span.openTime {
    vertical-align: middle;
    font-family: "Roboto", "���C���I", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: left;
    padding-left: 2px;
    display: block;
}

#contentsMenu {
    position: relative;
}

#contentsMenu li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    height: 34px;
    overflow: hidden;

}

#contentsMenu li a b {
    font-family: 'Oswald', "���C���I", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: block;
    padding: 3px 0 0 20px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    vertical-align: middle;
}

#contentsMenu li a.active b {
    color: #5b5b5b;
}

#contentsMenu li a:hover b {
    padding: 3px 0 0 30px;
    color: #fff;
}

#contentsMenu li a span.en {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Nanum Myeongjo', "���C���I", serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2;
    opacity: 1;
    line-height: 1;
    position: absolute;
    top: 6px;
    left: 34px;
}

#contentsMenu li a:hover span.en {
    opacity: 0;
}

#contentsMenu li a.active span.en {
    color: #5b5b5b;
}

#contentsMenu li a span.ja {
    display: block;
    position: absolute;
    font-size: 14px;
    opacity: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 5px;
    left: 70px;
}


#contentsMenu li a:hover span.ja {
    opacity: 1;
    color: #fff;
    left: 48px;
}

.menu_list_effect {
    opacity: 0;
    margin-left: -10px;
      transition-delay: 0.6s;
}

.menu_list_move {
    opacity: 1;
    margin-left: 0;
}

li.menu_list_move:nth-child(1) {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(2) {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(3) {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(4) {
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(5) {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(6) {
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(7) {
    transition-duration: 0.9s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(8) {
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(9) {
    transition-duration: 1.1s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(10) {
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(11) {
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);}

li.menu_list_move:nth-child(12) {
    transition-duration: 1.4s;
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
.menu_list_effect2 {
    opacity: 0;
    margin-top: -20px;
}

.menu_list_move2 {
    opacity: 1;
    margin-top: 0;
}

li.menu_list_move2:nth-child(1) {
    transition: all 100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(2) {
    transition: all 200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(3) {
    transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(4) {
    transition: all 400ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(5) {
    transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(6) {
    transition: all 600ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(7) {
    transition: all 700ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(8) {
    transition: all 800ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(9) {
    transition: all 900ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move2:nth-child(10) {
    transition: all 1000ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
li.menu_list_move2:nth-child(11) {
    transition: all 1100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
/***********************���O�C��*********************/
.contents-loginWrap {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100;
    width: 480px;
}

.contents-loginWrap form small {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 16px;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 20px;
}

.contents-loginWrap form span {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.contents-loginWrap form input.text {
    width: 70px;
    border: 3px solid #000;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 1px 0;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contents-loginWrap form input:focus {
    box-shadow: 0 0 8px #fff;
    border: 3px double #bde6fa;
}

.contents-loginWrap form input.button {
    width: 80px;
    padding: 3px 10px;
    cursor: pointer;
    font-family: 'Cinzel', serif;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 3px solid #000;
}

.contents-loginWrap form input.button:hover {
    color: #e1005b;
    border: 3px double #bde6fa;
}

.form_open {
    text-align: center;
    width: 200px;
    margin: 20px auto;
}

.form_open a {
    font-family: "Cormorant", "���C���I", sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 3px 30px 2px 30px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 2px;
}

.form_open a:hover {
    background: #000;
    color: #fff;
    border: 3px double #222222;
}

.form_open a span {
    display: block;

}

#shadowing {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.95;
    z-index: 9949;
}

#box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    padding: 100px 20px;
    margin: -250px 0 0 -400px;
    border: 5px solid #1e1e1d;
    background: #060606;
    z-index: 9950;
}

#boxtitle {}

dl.loginWrap {
    position: relative;
    margin: 0 50px;
    text-align: center;
}

dl.loginWrap dt {
    font-family: 'Nanum Myeongjo', "���C���I", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 6px;
    color: #c09f68;
    vertical-align: middle;
    border-bottom: 1px solid #141414;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

dl.loginWrap dd {
    margin: 10px 0;
}

dl.loginWrap dd span {
    font-family: 'Nanum Myeongjo', "���C���I", serif;
    font-weight: 600;
    color: #fafafa;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    text-align: left;
}

dl.loginWrap dd input[type="text"] {
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #1e1e1d;
    color: #fafafa;
}

dl.loginWrap input.text:focus {
    box-shadow: 0 0 8px 0 #a8a8a8;
}

dl.loginWrap dd.login_button {
    border: 1px solid #141414;
    width: 426px;
    margin: 10px auto 0 auto;
    letter-spacing: 2px;
}

dl.loginWrap dd.login_button input.button {
    padding: 10px;
    cursor: pointer;
    font-family: 'Nanum Myeongjo', "���C���I", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    overflow: hidden;
    color: #fafafa;
    margin: 2px;
    border: 1px solid #141414;
    display: block;
    width: 420px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #1e1e1d;
}

dl.loginWrap dd.login_button input.button:hover {
    background: #272727;
    color: #fff;
}

.formClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

#return_public {
    position: relative;
    text-align: center;
}

#return_public form .memberOut {
    font-family: "Cormorant", "���C���I", sans-serif;
    width: 190px font-size:14px;
    line-height: 14px;
    display: block;
    padding: 3px 40px 2px 40px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 20px 0 0 45px;

}

#return_public .memberOut:hover {
    background: #000;
    color: #fff;
}

#contents_return_public {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: center;
}
.genral form .contents_member_out {
    font-family: 'Oswald', "���C���I", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: block;
    padding: 3px 0 0 20px;
    color: #5b5b5b;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}
.contents_genral{
    position: relative;

}
.contents_genral form .contents_member_out {
    font-family: 'Oswald', "���C���I", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    padding: 3px;
    color: #5b5b5b;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contents_genral form .contents_member_out:hover{
    color: #9a9a9a;
}

.top_genral form .top_member_out {
    font-family: 'Oswald', "���C���I", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-align: center;
    width: auto;
    margin: 0 30px 0 auto;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.top_genral form .top_member_out:hover{
    color: #9a9a9a;
}

.prof_genral form .prof_member_out {
    font-family: 'Oswald', "���C���I", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    text-align: center;
    width: auto;
    margin: 0 30px 0 auto;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 10px;right: 10px;
    z-index: 8000;
}
.prof_genral form .prof_member_out:hover{
    color: #9a9a9a;
}


#contents_return_public form .contents_memberOut {
    font-family: "Cormorant", "���C���I", sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 3px 30px 2px 30px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 4px;
    width: 190px;
    cursor: pointer;
}

#contents_return_public .contents_memberOut:hover {
    background: #656565;
    color: #fff;
    border: 3px double #222222;
}

h1 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #c09f68;
}

#contentsWrap {
    position: relative;
    margin: 0 0 150px 280px;
    min-height: 1000px;
}

.profFooter {
    display: none;
}

#footerWrap {
    position: relative;
    /*    background-image: url(/p/img/footer_bg2.svg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 0;
    padding: 50px 0 50px 0;
}

#footerLine {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

/*
#footerContainer {
    position: absolute;
    width: 450px;
    height: 220px;
    overflow: hidden;
    bottom: 0;
    right: 0;
}
*/
#footerContainer {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

#footer {
    position: relative;
}

#footer dl {}

#footer dl dt {
    position: relative;
    width: 120px;
    float: left;
}

#footer dl dt img {
    width: 100%;
}

#footer dl dd.infomation {
    margin-left: 140px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 12px 0 0 0;
}

#footer dl dd.infomation span.infomationTitle {
    color: #fff;
    line-height: 1;
    display: block;
    font-family: "Oswald", "Noto Sans JP", "���C���I", sans-serif;
    font-size: 16px;
    margin: 7px 0;

}

#footer dl dd.infomation span.infomationTitle b {
    font-weight: 400;
    font-family: "Oswald", "Noto Sans JP", "���C���I", sans-serif;
    color: #fff;
}

#footer dl dd ul.footerMenu {
    position: relative;
    margin: 50px auto 0 auto;
}

#footer dl dd ul.footerMenu li.footerMenu-inner {
    position: relative;
    width: 33.3%;
    float: left;

}

#footer dl dd ul.footerMenu li.footerMenu-inner b {
    display: block;
    color: #505050;
    text-align: left;
    font-family: 'Crimson Text', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

#footer dl dd ul.footerMenu li.footerMenu-inner ul.footerMenu-list {
    border-top: 1px solid #fff;
    padding-top: 16px;
}

#footer dl dd ul.footerMenu li.footerMenu-inner ul.footerMenu-list li {
    text-align: left;
}

#footer dl dd ul.footerMenu li.footerMenu-inner ul.footerMenu-list li a {
    display: block;
    margin: 6px 0;
}

#footer dl dd ul.footerMenu li.footerMenu-inner ul.footerMenu-list li a.active span {
    color: #505050;
}

#footer dl dd ul.footerMenu li.footerMenu-inner ul.footerMenu-list li a span {
    color: #888888;
    line-height: 1;
    padding: 5px 0;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

#footer dl dd ul.footerMenu li.footerMenu-inner ul.footerMenu-list li a:hover span {
    color: #505050;
}

#footer dl dd.footerBorder {
    background: url(/p/img/footer_border.png) repeat;
    height: 6px;
    width: 100%;
    margin: 50px 0;
}

#footer dl dd#copyRight {
    color: #868686;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: '�l�r �o�S�V�b�N', serif;
    text-align: right;
    margin: 40px 0 0 0;
}

#footer dl dd#linkBanner {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 240px;
    border: 1px solid #fff;
}

#footer dl dd#linkBanner a img {
    width: 100%;
    border: 3px solid #ddd;
}

#footerBottomWrap {
    position: relative;
    background: #202020;
    margin: 0 0 0 280px;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

#footerBottom span {
    display: block;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #666666;
}

.scroll-top {
    position: absolute;
    width: 100px;
    left: 50%;
    top: -120px;
    margin-left: -50px;
}

.scroll-top a.pageTopBtn {
    display: block;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.scroll-top a.pageTopBtn img {
    width: 100%;
}

.scroll-top a.pageTopBtn:hover {
    transform: rotateY(360deg);
}

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    text-align: center;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
}

.breadcrumb_list li.act {
    text-decoration: underline;
}

.breadcrumb_list li a {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
}

.breadcrumb_list li a:hover {
    color: #41295a;
}

.breadcrumb_list li span {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list_profile {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    text-align: center;
}

.breadcrumb_list_profile li {
    display: inline-block;
    margin: 0 5px;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
}

.breadcrumb_list_profile li.act {
    text-decoration: underline;
}

.breadcrumb_list_profile li a {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
}

.breadcrumb_list_profile li a:hover {
    color: #41295a;
}

.breadcrumb_list_profile li span {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
}
.loginNow{
    text-align: center;
    font-family: 'Oswald', "���C���I", serif;
    font-weight: 600;
    font-size: 12px;
    color: #fafafa;
}
