@charset "utf-8";
/*======================



tw2022_wovn.css
2022/10 wovn css



======================*/
#tw2022_wovn_area{
	position: fixed;
	z-index: 202;
    bottom: 0;
    right: 16px;
    display: flex;
    flex-direction: row-reverse;
}

#tw2022_wovn_area .language_btn {
    display: inline-block;
    padding: 9px 15px 9px 40px;
    margin: auto;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 8%), 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    border-radius: 3px;
	background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    /*width: 100%;*/
    cursor: pointer;
    z-index: 1;
}
#tw2022_wovn_area .language_btn span{
    white-space: nowrap;
}

#tw2022_wovn_area .language_btn:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: url(../png/ico_lang.png);
    width: 26px;
    height: 13px;
    transition: all .3s;
}

#tw2022_wovn_area .language_btn:hover:before{
    background: url(../png/ico_lang_on.png);
}

#tw2022_wovn_area .language_btn:hover {
    cursor: pointer;
    color: #fff;
    background-color: #000;
}

#tw2022_wovn_area .language_contents_wrap {
    position: relative;
    width: 100%;
}
#tw2022_wovn_area .wovn-lang-list{
    display: flex;
    flex-direction: row-reverse;
}
#tw2022_wovn_area .language_contents {
    text-align: left;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 9;
}

#tw2022_wovn_area .language_contents li.wovn-switch {
    background: #000;
    color: #848484;
    transition: all .2s linear;
    white-space: nowrap;
    position: relative;
    padding: 9px 28px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
#tw2022_wovn_area .language_contents li.wovn-switch:hover {
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
#tw2022_wovn_area .language_contents li.wovn-switch.selected {
    color: #fff;
    position: relative;
}
#tw2022_wovn_area .language_contents li.wovn-switch.selected::before{
	top: calc(50% - 5px);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 12px;
    background-image: url(../png/ico_arrow_rt.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#wovn-machine-translated-modal .wovn-modal-background button.wovn-modal-ok-button{
    text-align: center;
}
#wovn-machine-translated-modal .wovn-modal-background .wovn-modal-content h3{
    margin-bottom: 1em;
}