/* Basic settings */
body.ie{
    overflow: hidden;
}
#dark_bg.ie{
    background-color: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#browser_guide{
    top: 10px;
    left: 10px;
    position: absolute;
    font-size: 0.9em;
    width: 320px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    opacity: .75;
    z-index: 3;
}
#browser_guide.ie{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 1.4em;
    width: 500px;
    opacity: .95;
    height: 150px;
}
#browser_guide span{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 7px;
    text-align: center;
}
#browser_guide.ie span{
    display: block;
    top: 27px;
}
#browser_guide span:after{
    content: '';
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 25px;
    margin-top: 5px;
    background: url(../images/icon/browser.png) no-repeat center;
    background-size: contain;
}
#browser_guide.ie span:after{
    content: '';
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 40px;
    margin-top: 13px;
    background: url(../images/icon/browser.png) no-repeat center;
    background-size: contain;
}
ul.skip_menu li a{
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
}
ul.skip_menu li a:focus{
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    z-index: 2;
}
.hidden{
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
}
.contents_title{
    font-size: 2em;
    /* background-color: blue; */
    text-align: center;
    font-weight: 300;
    color: white;
}
.contents_text{
    font-size: 0.875em;
    font-weight: 300;
}
/*End of basic settings*/

/* Header */
header#header_wrap{
    width: 100%;
    height: 162px;
    position: relative;
    top: 0px;
    left: 0px;
/*     background-color: rgba(255, 255, 255, 0.1); */
    background-color: #FFB000;
}
div#header_inner{
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: 0px;
/*     background-color: rgba(255, 255, 255, 0.5); */
    z-index: 2;
    float: left;
}
h1#logo{
    width: 150px;
    height: 95px;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /* background-color: rgb(0, 0, 139, 0.5); */
}
h1#logo img{
    position: relative;
}
div#main_menu_wrap{
    width: 100%;
    height: 60px;
    position: absolute;
    top: 162px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    float: left;
    z-index: 1;
    background-color: rgb(25, 25, 25);
    /* transition: .2s ease-out; */
/*     background-color: red; */
}
nav#main_menu{
    width: 100%;
/*     min-width: 750px; */
    position: relative;
    top: 162px;
    height: 60px;
    font-size: 1.125em;
    font-weight: 300;
    float: left;
    /* transition: .2s ease-out; */
}
.main_menu_list_wrapper{
    position: relative;
    width: 1200px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
ul#main_menu_list{
    position: absolute;
    width: 100%;
    /* float: left; */
    display: flex;
    color: black;
    left: 50%;
    flex-direction: row;
    justify-content: space-around;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
ul#main_menu_list>li{
    width: 20%;
/*     border: 1px solid white; */
}
ul#main_menu_list>li.height{
    height: 360px;
}
a.main_menu_title{
    display: block;
    line-height: 60px;
    text-align: center;
    height: 60px;
    color: white;
/*     background-color: green; */
}
ul.submenu_list{
    position: relative;
    top: -60px;
    font-size: 1em;
    margin-top: 10px;
    text-align: center;
    line-height: 3.3em;
    opacity: 0;
    display: none;
/*     display: none; */
}
ul.submenu_list li a{
    color: rgb(255, 255, 255, 0.75);
}
div#main_menu_bg_highlight{
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 13%;
    height: 5px;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
    background-color: #ffb000;
}
div#main_menu_bg_highlight.show{
    opacity: 1;
}
ul.submenu_list li a{
    transition: all 0.2s ease-in;
}
ul.submenu_list li a{
    width: 100%;
    height: 100%;
    display: block;
}
ul.submenu_list li a:hover, ul.submenu_list li a:focus{
    transform: scale(1.1);
    color: rgb(255, 255, 255, 1);
    cursor: pointer;
}
div#main_menu_bg{
    position: absolute;
    height: 300px;
    width: 100%;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
    display: none;
}
/* div#main_menu_bg{
    position: relative;
    top: -60px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
    display: none;
} */
section#login_menu{
    width: 1200px;
    height: 14px;
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875em;
    font-weight: 300;
}
ul#login_menu_list{
    position: absolute;
    right: 0;
    width: 125px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
ul#login_menu_list li#my_page{
    font-weight: 500;
}
ul#login_menu_list li a{
    color: black;
}
/* End of header */
/* Footer */
div#footer_wrap{
    width: 100%;
    height: 300px;
    position: relative;
    bottom: 0px;
    float: left;
    background-color: rgb(19, 19, 19);
/*     background-color: rgba(255,0,0, 0.3); */
    color: white;
}
footer#footer_inner{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
/*     background-color: rgba(255, 255, 255, 0.3); */
}
nav#footer_menu{
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 400px;
    font-size:  0.75em;
/*     background-color: blue; */
}
ul#footer_menu_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
img#footer_logo{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 160px;
    height: 100px;
/*     background-color: rgba(255, 255, 255, 0.3); */
}
section#customer_guide{
    width: 260px;
    height: 190px;
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
/*     background-color: rgba(0, 0, 255, 0.3); */
}
p.guide_text{
    line-height: 1.7em;
    font-weight: 300;
    position: absolute;
}
p#guide{
    top: 0px;
}
p#contect{
    bottom: 0px;
}
div#app_icons{
    width: 600px;
    height: 76px;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 30px;
/*     background-color:green; */
}
section#get_app{
    width: 320px;
    height: 76px;
    position: relative;
    left: 0px;
    float: left;
/*     background-color: rgba(0, 0, 255, 0.3); */
}
h2.footer_title{
/*     background-color: black; */
    text-align: center;
}
div#app_store{
    width: 126px;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
/*     background-color: rgba(255, 255, 255, 0.2); */
}
img.app_icon{
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
}
p.download{
    font-size: 0.65em;
    position: absolute;
    top: 10px;
    left: 60px;
/*     background-color: red; */
}
p.store_name{
    font-size: 0.85em;
    position: absolute;
    left: 60px;
    bottom: 10px;
/*     background-color: blue; */
}
div#google_play_store{
    width: 170px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
/*     background-color: rgba(255, 255, 255, 0.2); */
}
section#social{
    width: 230px;
    height: 76px;
    position: absolute;
    right: 0px;
    bottom: 0px;
/*     background-color: rgba(0, 0, 255, 0.3); */
}
div#social_icons{
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
/*     background-color: blue; */
}
p#copyright{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.625em;
/*     background-color: blue; */
}
.validator_mark{
    position: absolute;
    left: 10px;
    display: flex;
    flex-direction: row;
    top: 10px;
}
.validator_mark p:nth-child(1){
    margin-right: 5px;
}
/*End of footer*/
#move_top{
    position: fixed;
    bottom: -60px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 7px;
    background: url(../images/icon/go_top.png) no-repeat center;
    background-size: 35px 40px;
    background-color: #FFB000;
    cursor: pointer;
    opacity: 0;
    transition: all .5s ease-in-out;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
}
#move_top.show{
    opacity: 1;
    bottom: 25px;
}