@font-face {
    font-family: 'brlfont';
    src: url('../font/brlfont.eot');
    src: url('../font/brlfont.eot?#iefix') format('embedded-opentype'),
        url('../font/brlfont.woff2') format('woff2'),
        url('../font/brlfont.woff') format('woff');        
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'BMJUA';
    src: url('../font/BMJUA.eot');
    src: url('../font/BMJUA.eot?#iefix') format('embedded-opentype'),
        url('../font/BMJUA.woff2') format('woff2'),
        url('../font/BMJUA.woff') format('woff');        
    font-weight: 900;
    font-style: normal;
}
::-moz-selection {
    color: rgb(223, 223, 223);
    background: #077cb4;
}
::selection {
    color:white;
    background: hsl(199, 93%, 37%);
}
html,body
{
    background-color: #fafafa;
    color: #222222;
    width: 100%;
    /* height: 100%; */
    display: contents;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    position: relative;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/*.wrapper {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.fullscreen {
    height: 100%;
} */

nav {
    background-color: #077cb4;    
}
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}
.dropdown-toggle img {
    width:25px;
    height:25px;
    margin-left: 5px;
}
.dropdown-item img {
    width:25px;
    height:25px;
    margin-right:5px;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.0) !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.rounded-circle {
    object-fit: cover;
    object-position: center;
}
main {
    margin: auto;
    /* margin-top: 10px; */
    margin-bottom: 30px;
    padding: 0 0;
    min-height: 100vh;
    height: auto;    
    max-width:100%;
}
#ofb-container {
    max-width: 1560px;
    width:auto;
    margin: auto;
    padding: auto;
    border: 0px solid #bcbcbc;
}
#ofb-container:after {
    content: "";
    display: block;
    clear: both;
}
#ofb-section {        
    padding: 0px;
    margin: 20px 0px 0px;
    /* position: -webkit-sticky; */
    /* position: sticky; */
    float:left;    
    top: 20px;
    text-align: center;
    width:280px;
    /* z-index: 2147483647; */
}
#ofb-section-container {
    padding:0px;
    background-color: #f1f1f1;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ofb-section a {
    display: block;
    margin: 0px;
    padding: 0px;
    border:3px solid #f2f2f2;
    transition: 0.3s;
    color: #222222;
    text-decoration: none;
    font-size: 30px;
}
#ofb-section a div {
    display:inline-block;
    width: 62px;
    height: 52px;
    text-align: center;
}
#ofb-section a img {
    display:inline-block;
    vertical-align: middle;    
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#ofb-section a:hover, #ofb-section a:focus {
    background-color: #077cb4;
    color: #f2f2f2;
    border-radius: 4px;
    border:3px solid #222222;
}
#ofb-section a.active {
    background-color: orange;   
    color: white;
    border-radius: 4px;
    border:3px solid #222222;
    box-shadow: 0 0 10px #719ECE;
}
.ofb-section-product-name {
    vertical-align: middle;
    min-width: 170px;
    text-align: left;
    display:inline-block;
}
#ofb-section a.section_blank_dot {
    border: 3px dashed #4a4a4a;
    border-radius: 4px;
    min-width: 62px;
    height: 58px;
    margin: 0px;
    padding: 0px;
    background-image: url(../img/plus_iconB.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px;
}
#ofb-section a.section_blank_dot:hover, #ofb-section a.section_blank_dot:focus {
    border: 3px solid #222222;
    background-image: url(../img/plus_icon.png);
}
#ofb-section a.section_blank_dot.active{
    border: 3px solid #222222;
    background-image: url(../img/plus_icon.png);
}
/* #ofb-section:after {
    content: "";
    display: block;
    clear: both;
} */
#ofb-header {
    margin: auto;
    padding: 20px;
    max-width: 1000px;
    z-index: 0;
    /* overflow-y: hidden; */
}
#ofb-header:after {
    content: "";
    display: block;
    clear: both;
}
#ofb-textarea {
    width:100%;
    resize: vertical; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    margin: auto;
    width: 100%;
    border:1px solid #bcbcbc;
    font-size: 30px;
    background-color: #f1f1f1;
    color: #222222;
}
#ofb-textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
    background-color: #f2f2f2;
}
#ofb-header-bottom-box {
    display:block;
    margin: 8px;
}
#ofb-header-box-left {    
    float:left;   
    text-align: center;
    display:table;
    vertical-align: middle;
    height: 40px;
}
#ofb-byte-box {
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}
#ofb-header-box-right {    
    float:right;
    text-align: center;
}
#ofb-translate-btn {
    background-color: #2199d3;
    color: #fff;
}
#ofb-translate-btn:hover, #ofb-translate-btn:focus {
    background-color: #faa70b;
    color: #fff;
}
#ofb-error-report-btn {
    display:none;
    color: #969696;
    vertical-align: middle;
    text-align: center; 
    min-width:100px;
    font-size: 16px;
}
#ofb-error-report-btn img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-bottom: 4px;    
}
#ofb-error-report-btn:hover, #ofb-error-report-btn:focus {
    color: #535353;
}
#ofb-header-bottom-box:after {
    content: "";
    display: block;
    clear: both;
}
#ofb-top {
    display:block;
    margin: auto;
    padding: 20px;
    max-width: 1000px;
    min-height: 100px;    
    height:auto;
}
#ofb-top:after {
    content: "";
    display: block;
    clear: both;
}
#ofb-top-container {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    /* flex-wrap: nowrap; */
    height:100%;
    background-color: #fafafa;
}
.ofb-top-content {
    text-align: center;
    padding: 0px;
    /* height: 300px; */
    width: 100%;
}
#top-ytplayer {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    justify-content:center;
    -ms-flex-pack: center;
    margin-right:8px;
    overflow:hidden;
    width: 100%;
}
#top-ytplayer img {
    height:300px;
    min-width:100%;
}
.versa_gif {
    width: 472px;
}
/* 공지사항 */
.table-borderless {

}
a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #666;
	font-weight:bold;
	text-decoration:none;
}
a:active,
a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
#top-notice {
    /* width: 780px; */
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

.table-borderless a:link {
    font-size: 1rem;
    font-weight: bold;
    color: #2d5d9c;
}
.table-borderless a:visited {
	color: #2d5d9c;
	font-weight:bold;
	text-decoration:none;
}
.table-borderless a:active,
.table-borderless a:hover {
	color: #e94606;
	text-decoration:none;
}
.table-borderless {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0 auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    border-radius:3px;
    width: 100%;
    table-layout: fixed;
  
}
.table-borderless th {
    font-size: 1rem;
	padding:15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.table-borderless tr{
	text-align: center;
    padding-left:20px;
    font-size: 0.9rem;
    color: darkslategrey;
}

.table-borderless tr td {
	padding:12px;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    /* overflow:hidden;  */
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.table-borderless tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table-borderless tr:last-child td{
	border-bottom:0;
}
.table-borderless tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

.table-borderless tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


#ofb-braille-content {
    margin: auto;
    padding: 0;
    max-width: 1000px;
    min-height: 100px;
    /* width: 100%; */
}
#ofb-powerlink {
    display: block;
    margin: 0px 28px;
}
#ofb-powerlink:after {
    content: "";
    display: block;
    clear: both;
}
#ofb-partner {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
    height: 40px;
}
#ofb-partner > a {
    margin: 0px 8px;
}
#ofb-partner > a:first-child {
    margin-left:0px;
}
#ofb-partner > a:last-child {
    margin-right:0px;
}
.ofb-partner-banner img {
    max-width:200px;
    height:40px;
}
.ofb-partner-link img {
    height:40px;    
}
#ofb-product-count {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
    height: 40px;        
}
#ofb-product-count > div {    
    text-align: center;
}
#ofb-product-count div:first-child {
    margin-left:0px;
}
#ofb-product-count div:last-child {
    margin-right:0px;
}
.ofb-use-count {
    height:40px;
}
#ofb-sidebar {
    width: 500px;
    padding: 7px;
    margin-bottom: 20px;
    float: right;
    border: 1px solid #bcbcbc;
}
#ofb-step-progress-text, #ofb-page-progress-text, #ofb-download-progress-text {
    color : black;
}
article {
    padding: 20px;
}
footer {
    height: auto !important;
    padding: 10px;
    background-color: #d7edfc;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
}
footer img {
    width: 20px;
}
#ofb-footer-link {
    margin-bottom: 5px;
}
#ofb-footer-link img{
    margin: 0 5px 0 0;
}
#ofb-footer-address {
    margin-bottom: 0px;
}
#ofb-footer-agreement {
    margin: 8px 0px;
}
#ofb-footer-agreement > a {
    margin: 0px 8px;
    color: #222222;
}
#ofb-footer-copyright {
    margin-bottom: 3px;
}
#ofb-step-progress-text, #ofb-page-progress-text, #ofb-download-progress-text {
    cursor: default;
    position: absolute;
    text-align: center;
    overflow: hidden;
    right: 0;
    left: 0;
    top: 0;
}
#ofb-profile {
    display:flex;
}
#ofb-profile > * {
    display:flex;
    justify-content:center;
    align-self: center;
}
#ofb-profile > *:first-child {
    margin-right: 8px;
}
.ofb-cropped
{   
    width: 24px;    
    height: 24px;    
    padding: 0px;
    margin: 0px;
    border: 0.1 solid #000;
    /* display:flex;
    justify-content:center;
    align-self: center; */
}
.ofb-cropped > img {
    object-position: center;
    object-fit: cover;
    margin:0px;
    padding:0px;
    width: 100%;
    height: 100%;
    vertical-align: center;
}
.tooltip-face {
    font-size: 30px;
}
.bounce {
    animation-name: bounce;
    animation-duration: 0.3s;
    animation-direction: alternate;        
    animation-iteration-count: infinite; 
}
@-webkit-keyframes bounce {
    from {
      margin-top: 21px;
    }
    to {
      margin-top: 0px;          
    }
}
@keyframes bounce {
    from {
      margin-top: 21px;
    }
    to {
      margin-top: 0px;          
    }
}
@media (prefers-color-scheme: dark) {
    html,body {
    	background-color: #222222 !important;
        color: #fafafa !important;
    }
    .notice-contents {
        background-color: #555555;
    }
    #ofb-textarea {
        background-color: #2f2f2f;
        color: #f2f2f2;
    }
    #ofb-textarea:focus {
        background-color: #222222;
    }
    #ofb-section-container {        
        background-color: #2f2f2f;
    }
    /* .ofb-top-content {
        background-color: #2f2f2f;
    } */
    #ofb-section a {
        border:3px solid #2f2f2f;
        color: #f2f2f2;        
    }
    #ofb-section a:hover, #ofb-section a:focus {
        color: #f2f2f2;
        border:3px solid #f2f2f2;
    }      
    #ofb-section a.active {
        background-color: orange;   
        color: #f2f2f2;
        border:3px solid #f2f2f2;
    }
    #ofb-section a.section_blank_dot {
        background-image: url(../img/plus_icon.png);        
    }
    #ofb-section a.section_blank_dot:hover, #ofb-section a.section_blank_dot:focus {
        border: 3px solid #f2f2f2;
    }
    #ofb-section a.section_blank_dot.active{
        border: 3px solid #f2f2f2;
    }
    footer {
        /* background-color: #095486; */
        background-color: #025d88;
    }
    #ofb-footer-agreement > a {
        color: #f2f2f2;
    }
    .modal-header, .modal-body, .modal-footer {
        background-color: #222222;
    }
    #ofb-error-report-close, #ofb-download-close {
        color: #f2f2f2;
    }
    #ofb-error-report-email, #ofb-error-report-description {
        background-color: #222222;
        color: #f2f2f2;
        border-color: #aaaaaa;
    }
    /* 공지사항 */
        #ofb-top-container {
            background-color: #222;
        }
        #top-notice {
            background-color: #333;
            color: #f2f2f2;
        }

    .notice-contents {
        color: #000;
    }
        .table-borderless a:link {
   
            color: #f2f2f2;
        }
        .table-borderless a:visited {
            color: #f2f2f2;

        }
        .table-borderless a:active,
        .table-borderless a:hover {
            color: #e94606;

        }
        .table-borderless tr.even td{
            background: #333;
            background: -webkit-(#333);
            background: -moz-(#333);
        }
        .table-borderless {
            text-shadow: 1px 1px 0px #555555;
        }
        .table-borderless tr{
            color: #f2f2f2;
        }
    
}

@media ( max-width: 1600px ) {
    #ofb-container {
        max-width:1136px;
    }
    #ofb-section {
        width:68px;
    }
    .ofb-section-product-name {     
        display:none;
    }
}
@media ( max-width: 1176px ) {   
    #ofb-container {
        max-width:1176%;
        padding:0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }      
    #ofb-top {
        order: 1;
        width: 100%;        
    }
    #ofb-ad-container {
        order: 2;        
    }
    #ofb-header {
        order: 4;     
        width: 100%;           
    }       
    #ofb-section {        
        margin: 20px auto 0px;
        padding: 20px;
        float:none;
        text-align: left;
        max-width: 1000px;
        width:100%;
        order: 3;
    }
    #ofb-section-container {
        padding:8px;
        -webkit-box-shadow: 0 4px 4px -2px #aaaaaa;
        -moz-box-shadow: 0 4px 4px -2px #aaaaaa;
        box-shadow: 0 4px 4px -2px #aaaaaa;
    }
    #ofb-section a {
        display: inline-block;    
        vertical-align: middle;
    }
    #ofb-braille-content {
        order: 5;
        width: 100%;
    }   
}
@media ( max-width: 1176px ) and ( prefers-color-scheme: dark ) {
    #ofb-section-container {  
        -webkit-box-shadow: 0 4px 4px -2px #010101;
        -moz-box-shadow: 0 4px 4px -2px #010101;
        box-shadow: 0 4px 4px -2px #010101;        
    }
    td {
        color: #fff;
    }
}
@media ( max-width: 830px ) {
    .table-borderless tr td {
        overflow:hidden; 
    } 
}
@media ( max-width: 720px ) {
    #ofb-top-container {
        flex-direction: column;
    }
    /* .ofb-top-content {
        height:200px;
    } */
    #top-ytplayer {
        margin-right: 0px;
        margin-bottom: 8px;        
    }
    #top-ytplayer img {
        height:200px;        
    }
    /* #top-notice {
        margin-left: 0px;
        margin-top: 8px;
    } */
    .table-borderless tr td {
        overflow: visible; 
    } 
  
}
@media ( max-width: 560px ) {
    /*#ofb-section {
        text-align:center;
    }
    #ofb-section a {
        display: block;    
    }
    .ofb-section-product-name {     
        display:inline-block;
    }*/
    #ofb-powerlink {
        text-align: center;
    }
    #ofb-partner {
        height:34px;
    }
    #ofb-partner > a {
        margin: 0px 4px;
    }
    .ofb-partner-banner img {
        height:34px;
    }        
    .ofb-partner-link img {
        height:34px;
    }
    #ofb-product-count {
        height:34px;
    }
    #ofb-product-count > div {
        margin: 0px 4px;
    }
    .ofb-use-count {
        height:34px;
    }
  
    .table-borderless tr td {
        overflow: visible; 
    } 
}
@media ( max-width: 468px ) {        
    html, body {
        overflow-x: auto;
    }  
    .table-borderless tr td {
        overflow: hidden; 
    } 
}
@media ( max-width: 350px ) {
    #ofb-header-box-left {
        float:none;
        width:100%;
    }
    #ofb-header-box-right {
        float:none;
    }
    #ofb-partner {
        float:none;
    }         
    #ofb-product-count {
        float:none;
    }
  

}
@media ( max-width: 350px ) {        
    .ofb-section-product-name {     
        display:none;
    }
}
@keyframes slideIn {
    from {          
        margin-left: 30px;
        width: 110%;          
    }
    to {
        margin-left: 0%;          
        width: 100%;          
    }
}
@keyframes slideOut {    
    from {
        margin-left: -30px;          
        width: 100%;          
    }
    to {
        margin-left: 0%;          
        width: 100%;          
    }
}  
@keyframes fadeIn {
    from {
        opacity: .5
    } 
    to {
        opacity: 1
    }
}
@keyframes fadeOut {
    from {
        opacity: .5
    } 
    to {
        opacity: 1
    }
}
