/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    color: #555;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    overflow-x: hidden;
    line-height: 25px;
    padding-top: 50px;
}

* {
    font-family: 'Noto Sans TC', sans-serif !important;
}

a {
    color: #EC6500;
    text-decoration: none;
}

a:hover {
    color: #6EB1E1;
    text-decoration: none;
}

.wrapper {
    width: calc(100% - 30px);
    max-width: 1280px;
    margin: 0px auto;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

header.interview {
    position: absolute;
}

header nav {
    height: 50px;
}

header nav .logo {
    margin: 0 30px 0 0;
}

header.interview nav .logo {
    margin: 0;
}

header nav .logo img {
    display: block;
    height: 40px;
}

header nav .uk-navbar-nav li a {
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

header nav #uk-navbar-nav li a {
    padding: 0 9px;
    border-bottom: 2px solid #fff;
}

header nav #uk-navbar-nav li.uk-active a,
header nav #uk-navbar-nav li:hover a {
    border-color: #1e87f0;
    color: #1e87f0;
    font-weight: 400;
}

header nav .uk-button {
    padding: 0;
    border: 1px solid #FEDB47;
    height: 35px;
}

header nav .uk-button:last-of-type {
    border-right: 1px solid #FEDB47;
}

header nav .uk-button a {
    height: 32px;
}

header nav .uk-button.color {
    background: #FEDB47;
}

header nav .uk-button:hover {
    border-color: #6EB1E1;
    background: #6EB1E1;
}

header nav .uk-button:hover a {
    color: #fff;
}

header nav .uk-button.small {
    height: 50px;
    padding: 5px 0;
    background: #fff;
}

header nav .uk-button.small a {
    font-size: 13px;
    display: block;
    text-align: center;
    color: #555;
    padding: 0 10px;
}

header nav .uk-button.small a .uk-badge {
    background: #DC0000;
    font-size: 11px;
    min-width: 16px;
    height: 16px;
    margin: -3px 0 0 0;
}

header nav .uk-button.small a svg {
    display: block;
    margin: 0px auto -5px auto;
    color: #ccc;
    font-size: 16px;
}

header nav .uk-button.small:hover {
    border-color: #eee;
    background: #eee;
}

header nav .uk-button.small:hover a,
header nav .uk-button.small:hover a svg {
    color: normal;
}

header nav .uk-button.small.active a,
header nav .uk-button.small.active svg {
    color: #fff;
}

#online-check a:after {
    content: "離線";
}

#online-check.active a:after {
    content: "在線";
}

header nav .uk-button.small.active {
    border-color: #32d296;
    background: #32d296;
    color: #fff;
}

header nav .uk-navbar-toggle,
header nav .uk-navbar-toggle > span {
    display: none;
}

.uk-slideshow-items h1,
.uk-slideshow-items h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
}

.uk-slideshow-items li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.uk-slideshow-items li div {
    position: relative;
    z-index: 2;
    width: 80%;
}

.uk-slideshow-items li div p {
    font-size: 20px;
    line-height: 30px;
}

.uk-slideshow-items li div .uk-button {
    display: inline-block;
    margin: 15px;
}

.uk-slideshow-items .uk-button,
.uk-button.orange {
    display: block;
    border: 1px solid #FEDB47;
    background: #FEDB47;
    width: 130px;
    line-height: 40px;
    color: #333 !important;
    font-size: 15px;
    font-weight: 400;
}

.uk-slideshow-items .uk-button.white,
.uk-button.white {
    background: #fff;
    border: 1px solid #FEDB47;
}

.uk-slideshow-items .uk-button:hover,
.uk-button.orange:hover,
.uk-button.white:hover {
    border: 1px solid #6EB1E1;
    background: #6EB1E1;
    color: #fff !important;
}

.main {
    padding: 100px 0;
}

.main .main-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: block;
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.main h3 a {
    color: #000;
}

.main h3 a:hover {
    color: #6EB1E1;
}

.main div a {
    overflow: hidden;
}

.main div a .uk-overlay-primary {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.main div:hover > a .uk-overlay-primary {
    max-height: 100%;
}

footer {
    background: #F6AB01;
    padding: 50px 0;
    color: #fff;
    position: relative
}

footer.interview {
    padding: 2px 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    float: left;
    padding: 0 50px;
    margin: 0;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

footer ul:first-of-type {
    border: 0;
    margin-left: -50px;
}

footer ul .title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

footer ul .icon a {
    display: inline-block;
    margin: 10px 5px;
}

footer ul .icon a img {
    height: 35px;
}

footer ul .icon a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

footer .logo {
    float: right;
    width: 150px;
    height: 150px;
    padding: 35px 16px;
    background: #fff;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .logo img {
    display: block;
    height: 80px;
}

.copyright {
    background: #fff;
    color: #000;
    padding: 12px 0;
    font-size: 13px;
}

.copyright div + div {
    text-align: right;
}

footer.interview + .copyright div {
    text-align: center;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #555;
    text-decoration: underline;
}

.main.page {
    background: #eee;
    padding: 0 0 50px 0;
}

header.interview + .main.page {
    padding: 50px 0;
}

.main.page .wrapper {
    background: #fff;
    max-width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main.page h1 {
    padding: 30px 10px;
    margin: 0 auto;
    font-size: 35px;
    color: #000;
}

.main.page .uk-breadcrumb {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto 10px auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main.page.detail .wrapper,
.main.page.detail .uk-breadcrumb {
    max-width: 1280px;
    overflow: hidden;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}

.uk-table tr th {
    text-align: center;
}

.uk-table tr td {
    vertical-align: middle;
}

.uk-table.combo {
    margin-left: 20px;
}

.uk-button {
    white-space: nowrap;
}

.main.page a.uk-label:hover {
    background: #1e87f0;
    color: #fff;
}

.main.page .login {
    width: calc(100% - 90px);
    max-width: 500px;
    background: #fff;
    margin: 0px auto;
}

.uk-form-stacked .uk-inline {
    width: 100%;
}

.uk-form-stacked .code {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: red;
    font-weight: 500;
}

.time-checkbox {
    width: calc(100% - 90px);
    margin: 0px auto;
}

.time-checkbox ul li ul {
    border-right: 0;
    border-bottom: 0;
    margin-right: 10px !important;
}

.time-checkbox ul li ul li {
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
    width: 67px;
    text-align: center;
}

.time-checkbox ul li ul li.title {
    padding: 10px 0;
    background: #fff;
}

.time-checkbox ul li ul li label span {
    display: block;
    cursor: pointer;
    padding: 10px;
}

.time-checkbox ul li ul li input {
    display: none;
}

.time-checkbox ul li ul li input:checked + span {
    background: #6EB1E1;
    color: #fff;
}

.time-checkbox ul li ul li input:disabled + span {
    background: #fff;
    color: #ccc;
    cursor: not-allowed;
}

.time-checkbox .uk-position-top-left {
    left: -48px;
    top: 35px;
    background: #ccc;
    color: #fff;
}

.time-checkbox .uk-position-top-right {
    right: -48px;
    top: 35px;
    background: #ccc;
    color: #fff;
}

.time-checkbox .uk-position-top-left:hover,
.time-checkbox .uk-position-top-right:hover {
    background: #aaa;
    color: #fff;
}

@import url(http: //weloveiconfonts.com/api/?family=fontawesome);


[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.switch input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.switch {
    height: 28px;
    position: relative;
    width: 63px;
    padding-top: 7px;
}

.switch label {
    background: #e9513a;
    color: #c72f18;
    border-radius: 2px;
    display: block;
    height: 100%;
    position: relative;
    transition: all .15s ease;
    width: 100%;
}

.switch label div {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 22px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: all .15s ease;
    width: 26px;
    z-index: 3;
}

.switch label div:before {
    background: #d3d3d3;
    bottom: 0;
    box-shadow: -6px 0 0 0 #d3d3d3,
        6px 0 0 0 #d3d3d3;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .15s ease;
    width: 3px;
}

.switch .fontawesome-ok {
    font-size: 28px;
    left: 20px;
    position: relative;
    top: 13px;
    z-index: 2;
}


.switch .fontawesome-remove {
    font-size: 29px;
    left: 51px;
    position: relative;
    top: 12px;
    z-index: 2;
}

.switch input:checked ~ label {
    background: #2fca6c;
    color: #13ad4f;
}

.switch input:checked ~ label div {
    left: 33px;
}

.switch input + div {
    position: absolute;
    left: 80px;
    top: 0;
    width: 50px;
    display: inline-block;
    line-height: 27px;
    padding-top: 7px;
}

.switch input:not(:checked) + div span.uk-text-success {
    display: none;
}

.switch input:checked + div span.uk-text-danger {
    display: none;
}

#interview-more {
    max-width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 0;
    opacity: 0;
}

#interview-more.show {
    max-width: 50vh;
    opacity: 1;
    padding-left: 30px;
    overflow: hidden;
}

.uk-alert {
    padding: 15px;
}

.type {
    background: #eee;
}

.type .uk-subnav {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
    background: #fff;
}

.type .uk-subnav li {
    width: calc(25% - 0px);
    float: left;
    padding: 0;
    margin: 0;
}

.type .uk-subnav li:not(.uk-active) a {
    border: 1px solid #fff;
    background: #fff;
    line-height: 40px;
    text-align: center;
}

.type .uk-subnav li.uk-active a {
    border: 1px solid #eee;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background: #eee;
}

.type .uk-subnav::before {
    content: none;
}

.type .tab-pane {
    padding: 5px;
    border: 0;
}

.type .tab-pane .message {
    height: calc(60vh - 40px);
    overflow-y: scroll;
    width: calc(100% + 3px);
    padding-right: 3px;
    margin-bottom: 0;
}

.type .tab-pane .message li {
    display: block;
    float: left;
    clear: both;
    margin: 10px 0;
    position: relative;
}

.type .tab-pane .message li svg {
    display: none;
}

.type .tab-pane .message li:not(.self) .fa-caret-left {
    content: "\25C0";
    color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    font-size: 20px;
}

.type .tab-pane .message li.self .fa-caret-right {
    content: "\25b6";
    position: absolute;
    top: 2px;
    right: 2px;
    color: #c7defe;
    display: block;
    font-size: 20px;
}

.type .tab-pane .message li span {
    display: inline-block;
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    margin: 0 9px;
}

.type .tab-pane .message li.self {
    float: right;
}

.type .tab-pane .message li.self span {
    background: #c7defe;
}

.type .tab-pane .message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.type .tab-pane .message::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.type .tab-pane .message::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(44, 62, 80, 0.3);
}

.type .tab-pane .message::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.type .tab-pane .message::-moz-scrollbar {
    width: 8px;
    background-color: #fff;
}

.type .tab-pane .message::-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(44, 62, 80, 0.3);
}

.type .tab-pane .message li .time {
    display: block;
    font-size: 10px;
    color: #aaa;
    position: absolute;
    left: 15px;
    bottom: -20px;
    white-space: nowrap;
}

.type .tab-pane .message li.self .time {
    left: auto;
    right: 15px;
}

.type .tab-pane .form-group {
    margin: 0;
    position: relative;
}

.type .tab-pane .form-group input {
    font-size: 13px;
}

.type .tab-pane .form-group textarea {
    height: 60vh;
    resize: none;
    font-size: 13px;
}

.type .tab-pane .form-group .orange {
    position: absolute;
    right: 3px;
    bottom: 3px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    width: 50px;
    font-size: 13px;
}

.uk-modal {
    z-index: 201;
}

.uk-pagination .uk-active a {
    background: #aaa;
    color: #fff;
    padding: 0 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(to right, black 0%, white 0%, white 100%, black 100%) repeat;
    background-size: 200% 100%;
    border: none;
    border-radius: 1rem;
    color: black;
    height: 0.5rem;
    width: 100%;
}

progress::-ms-fill {
    animation-name: none;
}

progress[value],
progress::-webkit-progress-bar,
progress[value]::-webkit-progress-value {
    background: none;
    border: none;
    border-radius: 1rem;
}

progress[value]::-webkit-progress-bar {
    background: white;
}

progress[value]::-webkit-progress-value {
    background-color: black;
}

progress:not([value]) {
    -webkit-animation: animate-progress 2s ease infinite;
    animation: animate-progress 2s ease infinite;
}

@-moz-document url-prefix() {
    progress::-moz-progress-bar {
        background-color: transparent;
    }

    progress[value],
    progress[value]::-moz-progress-bar {
        border: none;
        border-radius: 1rem;
        height: 0.5rem;
    }

    progress[value] {
        background-color: white;
    }

    progress[value]::-moz-progress-bar {
        background-color: black;
    }
}

audio {
    width: 100%;
}

.audio {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    align-items: center;
    background-color: #F6AB01;
    display: flex;
    padding: 0.3rem 0.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 198;
    box-sizing: inherit;
}

.audio__src,
.audio__icon {
    display: none;
}

.audio__bar {
    box-sizing: content-box;
    flex-grow: 1;
    margin: 0 0.25rem;
}

.audio__time {
    cursor: default;
    flex-shrink: 0;
    font-size: 0.875rem;
    margin: 0 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.audio__vol {
    background-color: white;
    border-radius: 4px;
    box-sizing: content-box;
    cursor: -webkit-grab;
    cursor: grab;
    display: block;
    height: 0.5rem;
    width: 4rem;
    margin: 0.6875rem 0.5rem 0.6875rem 1.5rem;
}

.audio__vol:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.audio__vol-pop:hover,
.audio__vol-pop:active,
.audio__icon--vol:hover + .audio__vol-pop {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
}

[controls] ~ .audio__bar {
    cursor: -webkit-grab;
    cursor: grab;
}

[controls] ~ .audio__bar:active {
    cursor: pointer;
}

[controls] ~ .audio__icon {
    background-color: transparent;
    background-position: center;
    background-size: auto 1rem;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 1.75rem;
    width: 1.875rem;
    margin: 0 0.125rem;
}

[controls] ~ .audio__icon--play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='642 1417.544 12.853 16.456'%3E%3Cpath d='M642,1434v-16.456l12.853,8.09Z'/%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='642 1586 12 16'%3E%3Cg transform='translate(0 717)'%3E%3Crect width='4' height='16' rx='2' transform='translate(642 869)'/%3E%3Crect width='4' height='16' rx='2' transform='translate(650 869)'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--loop {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1022 1586.865 18.8 14.328'%3E%3Cg transform='translate(1022 1587.014)' fill='none' stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M13,7l2.4,2.4L17.8,7'/%3E%3Cpath d='M5.8,7,3.4,4.6,1,7'/%3E%3Cpath d='M12.2,12.3a5.939,5.939,0,0,1-7-1A6.169,6.169,0,0,1,3.8,5'/%3E%3Cpath d='M6.6,1.7a5.919,5.919,0,0,1,7,1A6.169,6.169,0,0,1,15,9'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--vol-mute {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1418 19.077 16'%3E%3Cg transform='translate(1059 1418)' fill='black'%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3Cpath d='M24.938,11.077l2.031-2.031a.609.609,0,0,0-.862-.862l-2.031,2.031L22.046,8.185a.609.609,0,0,0-.862.862l2.031,2.031-2.031,2.031a.6.6,0,0,0,0,.862.665.665,0,0,0,.431.185.559.559,0,0,0,.431-.185l2.031-2.031,2.031,2.031a.665.665,0,0,0,.431.185.559.559,0,0,0,.431-.185.6.6,0,0,0,0-.862Z' transform='translate(-8.077 -3.077)'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--vol-lo {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1474 14.215 16'%3E%3Cg transform='translate(1059 1474)' fill='black'%3E%3Cpath d='M19.006,6.944a.623.623,0,1,0-.677,1.046,2.977,2.977,0,0,1,1.538,2.646,3.047,3.047,0,0,1-1.477,2.646.605.605,0,0,0-.185.862.646.646,0,0,0,.554.308.461.461,0,0,0,.308-.062A4.313,4.313,0,0,0,21.16,10.7,4.534,4.534,0,0,0,19.006,6.944Z' transform='translate(-6.944 -2.637)'/%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--vol-mid {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1530 16.615 16'%3E%3Cg transform='translate(1059 1530)' fill='black'%3E%3Cpath d='M21.1,10.637a4.313,4.313,0,0,0-2.092-3.692.623.623,0,1,0-.677,1.046,2.977,2.977,0,0,1,1.538,2.646,3.047,3.047,0,0,1-1.477,2.646.605.605,0,0,0-.185.862.646.646,0,0,0,.554.308.461.461,0,0,0,.308-.062A4.586,4.586,0,0,0,21.1,10.637Z' transform='translate(-6.944 -2.637)'/%3E%3Cpath d='M21.994,4.133a.662.662,0,0,0-.862.123.662.662,0,0,0,.123.862,5.424,5.424,0,0,1,2.215,4.431,5.424,5.424,0,0,1-2.215,4.431.662.662,0,0,0-.123.862.56.56,0,0,0,.492.246.875.875,0,0,0,.369-.123,6.769,6.769,0,0,0,0-10.831Z' transform='translate(-8.087 -1.548)'/%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--vol-hi {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1586 19.077 16'%3E%3Cg transform='translate(1059 1586)' fill='black'%3E%3Cpath d='M21.1,10.637a4.313,4.313,0,0,0-2.092-3.692.623.623,0,1,0-.677,1.046,2.977,2.977,0,0,1,1.538,2.646,3.047,3.047,0,0,1-1.477,2.646.605.605,0,0,0-.185.862.646.646,0,0,0,.554.308.461.461,0,0,0,.308-.062A4.586,4.586,0,0,0,21.1,10.637Z' transform='translate(-6.944 -2.637)'/%3E%3Cpath d='M21.994,4.133a.662.662,0,0,0-.862.123.662.662,0,0,0,.123.862,5.424,5.424,0,0,1,2.215,4.431,5.424,5.424,0,0,1-2.215,4.431.662.662,0,0,0-.123.862.56.56,0,0,0,.492.246.875.875,0,0,0,.369-.123,6.769,6.769,0,0,0,0-10.831Z' transform='translate(-8.087 -1.548)'/%3E%3Cpath d='M24.879,1.318a.654.654,0,0,0-.862.062.654.654,0,0,0,.062.862,7.935,7.935,0,0,1,2.954,6.215,7.856,7.856,0,0,1-2.892,6.154.6.6,0,0,0-.062.862.76.76,0,0,0,.492.246.66.66,0,0,0,.369-.123,9.371,9.371,0,0,0,3.323-7.138A9.138,9.138,0,0,0,24.879,1.318Z' transform='translate(-9.187 -0.456)'/%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon--download {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1093 1417 16.545 18'%3E%3Cg transform='translate(1093 1417)' fill='none' stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M7,14l2.909,3.273L12.818,14' transform='translate(-1.636 -3.545)'/%3E%3Cline y2='12.364' transform='translate(8.273 1)'/%3E%3Cline x2='14.545' transform='translate(1 17)'/%3E%3C/g%3E%3C/svg%3E");
}

[controls] ~ .audio__icon:hover,
[controls] ~ .audio__icon--active {
    background-color: #DFDFDF;
}

[controls] ~ .audio__icon:active,
[controls] ~ .audio__icon:focus {
    outline: none;
}

[controls] ~ .audio__icon:active {
    background-color: #D5D5D5;
}

[controls] ~ .audio__icon--play,
[controls] ~ .audio__icon--pause {
    width: 3rem;
    height: 3rem;
    background-size: 50%;
}

.audio *,
.audio ::before,
.audio ::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}

.money-card > div {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #eee;
    position: relative;
    padding-bottom: 50px;
}

.money-card > div:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.money-card > div .uk-button-danger {
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
}

center b,
center .uk-label {
    display: inline-block;
    vertical-align: middle;
}

.main-list div img {
    width: 200px;
    height: 200px;
}

header.interview nav {
    height: 50px;
}

header.interview nav .logo img {
    height: 50px;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    height: 50px;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#back-to-top:hover {
    background: #000;
}

#back-to-top svg {
    width: 30px;
    height: 30px;
}

.vote > div a img {
    height: 200px;
    object-fit: cover;
}

.vote > div p {
    min-height: 225px;
}

.class-list.combo > div {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.class-list.combo .cover {
    float: left;
    width: 20%;
}

.class-list.combo .cover + div {
    float: right;
    width: calc(80% - 15px);
    text-align: left;
}

.class-list.combo .cover + div p {
    text-align: left !important;
    margin: 0;
}

@media screen and (min-width: 960px) {
    #interview-black {
        display: none !important;
    }
}

@media screen and (max-width: 1250px) {
    body.interview {
        padding-bottom: 0;
    }

    header nav .uk-navbar-toggle {
        display: block;
        line-height: 50px;
        padding: 0;
    }

    header nav .uk-navbar-toggle svg {
        fill: #EC6500;
        width: 30px;
        height: 30px;
    }


    header nav .uk-navbar-toggle > span {
        margin: 10px 0 0 -5px;
    }

    header nav #uk-navbar-nav {
        display: block;
        width: 100vw;
        background: #FEDB47;
        position: fixed;
        top: 50px;
        left: 0;
        max-height: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

    header nav #uk-navbar-nav li a {
        height: 50px;
    }

    header nav #uk-navbar-nav li.uk-active a,
    header nav #uk-navbar-nav li:hover a {
        border-color: #fff;
        background: #6EB1E1;
        color: #fff;
    }

    header nav #uk-navbar-nav.active {
        max-height: calc(100vh - 50px);
        overflow: auto;
    }

    header:not(.interview) nav .logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 117px;
    }

    header nav .uk-button:not(.color) {
        display: none;
    }

    header nav .uk-button.small {
        display: block;
    }

    header nav .uk-button.small a {
        display: block;
        height: 40px;
    }

    header nav .log-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.3);
    }

    header nav .log-btn ul {
        width: 100%;
        display: table;
    }

    header nav .uk-button.small {
        display: table-cell;
    }

    header nav .uk-button.small:hover {
        border-color: #FEDB47;
        background: #fff;
    }

    header nav .uk-button.small.active:hover {
        border-color: #32d296;
        background: #32d296;
        color: #fff;
    }

    header nav .uk-navbar-toggle > span {
        display: block;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: absolute;
        left: 0;
        top: 0;
    }

    header nav .uk-navbar-toggle.open > span {
        opacity: 1;
    }

    header nav .uk-navbar-toggle.open > svg {
        opacity: 0;
    }

    header nav .uk-navbar-toggle.open > span svg {
        color: #EC6500;
        width: 40px;
        height: 30px;
    }
}

@media screen and (max-width: 959px) {
    body.interview {
        padding-top: 80px;
    }

    header.interview {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    header.interview + .main.page {
        padding: 0;
    }

    header.interview + .main.page .wrapper {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    footer ul {
        width: calc(50% - 10px);
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 0 !important;
        padding: 0;
        border: 0;
    }

    footer .logo {
        display: none;
    }

    .copyright div,
    .copyright div + div {
        text-align: center;
    }

    .copyright div + div {
        margin-top: 5px !important;
    }

    #interview-more {
        position: fixed;
        right: 0;
        top: 0;
        width: 70%;
        padding: 10px !important;
        background: #fff;
        height: 100%;
        z-index: 201;
    }

    #interview-black {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 200;
        background: rgba(0, 0, 0, .6);
    }

    .main-list div img {
        width: calc(33vw - 100px);
        height: calc(33vw - 100px);
    }
}

@media screen and (max-width: 755px) {

    .main.page .login center button.uk-button-primary,
    .main.page .login center button.uk-button-danger {
        display: block;
        margin-bottom: 10px;
        width: 230px;
    }
}

@media screen and (max-width: 640px) {
    .main-list div img {
        width: calc(50vw - 50px);
        height: calc(50vw - 50px);
    }

    .vote > div a img {
        height: auto;
        object-fit: cover;
    }

    .vote > div p {
        min-height: auto;
    }

    .class-list > div {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }

    .class-list .cover {
        float: left;
        width: 20%;
    }

    .class-list .cover + div {
        float: right;
        width: calc(80% - 15px);
        text-align: left;
    }

    .class-list .cover + div p {
        text-align: left !important;
    }
}

@media screen and (max-width: 507px) {

    .main.page .name,
    .main.page .name + div {
        float: none;
    }

    .main.page .name + div {
        margin-top: 10px;
    }

    .time-checkbox {
        width: calc(100% - 60px);
    }

    .audio {
        top: 50px;
    }

    .uk-slideshow-items li div p br {
        display: none;
    }

    .select-sub select {
        width: 100%;
        margin: 10px 0;
    }

    .select-sub .uk-button {
        display: block;
        width: 100%;
        float: none !important;
    }
}


/* ------------------------------------------------------------------- 
 * class-meta
 * ------------------------------------------------------------------- */

.class-meta{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    background: #f5f5f5;
    border: 1px solid #dedede;
    padding: 10px 0;
}

.class-meta:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.class-meta .entry-items-l{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 80%;
    padding-left: 20px;
}

.class-meta .entry-items-r{
    flex: 0 0 18%;
}

.class-meta .entry-item{
    flex: 0 0 33%;
    display: flex;
    line-height: 1.6;
    padding: 5px 0;
}

.class-meta .entry-item.w-100{
    flex: 0 0 100%;
}

.class-meta .entry-items-r .entry-item{
    display: block;
}

.class-meta .entry-item.entry-time{
    flex: 0 0 60%;
}

.class-meta small{
    font-size: 15px;
}

.class-meta p{
    margin: 0;
    line-height: 1.2;
    color: #000;
    padding-left: 10px;
}

.class-meta .entry-icon{
    font-size: 2em;
    display: block;
}

.class-meta .entry-num{
    font-size: 18px;
    font-weight: 400;
}

.class-meta .entry-name{
    font-size: 18px;
    font-weight: 400;
}

.class-meta .entry-price{
    font-size: 26px;
    color: #cf1c1c;
}

.entry-items-r p{
    padding-left: 0;
}

@media (max-width: 900px) {

    .class-meta .entry-items-l{
        flex: 0 0 75%;
        padding-left: 0;
    }

    .class-meta .entry-item{
        flex: 0 0 100%;
        padding:5px 10px 5px 20px;
    }

    .class-meta .entry-item.entry-time{
        flex: 0 0 100%;
    }

    .class-meta .entry-items-r{
        flex: 0 0 25%;
    }

}

@media (max-width: 768px) {

    .class-meta .entry-items-l{
        display: block;
    }

    .class-meta .entry-item{
        display: block;
    }

    .class-meta p{
        padding-left: 0;
    }

    .class-meta {
        display: block;
    }

    .class-meta .entry-items-r .entry-item{
        display: flex;
    }

    .class-meta .entry-item.w-100 small{
        width: 75px;
    }


}

/* ------------------------------------------------------------------- 
 * uk-alert-1
 * ------------------------------------------------------------------- */

.uk-alert-1{
    padding: 3px 29px 3px 15px;
    margin: 0;
}

.uk-alert-1 .uk-alert-close{
    top: 8px;
    right: 10px;
}


/* ------------------------------------------------------------------- 
 * class-meta-1
 * ------------------------------------------------------------------- */

.class-meta-1{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    background: #f5f5f5;
    border: 1px solid #dedede;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
}

.class-meta-1 .entry-item{
    color: #555;
}

.class-meta-1 .entry-items-l{
    flex: 0 0 70%;
}

.class-meta-1 .entry-items-r{
    flex: 0 0 30%;
}

.class-meta-1 .entry-price{
    font-size: 26px;
    color: #cf1c1c;
    font-weight: 400;
}

@media (max-width: 768px) {

    .class-meta-1{
        display: block;
    }

    .class-meta-1 .entry-items-r{
        margin-top: 15px;
    }

}


/* ------------------------------------------------------------------- 
 * accordion-group
 * ------------------------------------------------------------------- */

.accordion-group .uk-accordion-title{
    font-weight: 300;
}

.accordion-group .uk-accordion-content{
    margin-top: 10px;
}

/* ------------------------------------------------------------------- 
 * chapters-list
 * ------------------------------------------------------------------- */

.chapters-list{
    padding-left: 0;
}

.chapters-list li{
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    display: flex;
}

.chapters-list .no{
    width: 20px;
}

.chapters-list .entry-title{
    flex: 1;
}

.chapters-list .entry-title a{
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}

.chapters-list .entry-title a:hover{
    color: #1e87f0;
}

.chapters-list .entry-tag{
    margin-left: 30px;
    width: 80px;
    text-align: center;
}

video:focus{
    outline:none!important;
}

#ClassAnchor{
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}

@media (max-width: 768px) {

    .chapters-list .entry-tag{
        width: auto;
        margin-left: 10px;
    }

}

.uk-grid.mg-l-0{
    margin-left: 0;
}

.uk-grid.mg-l-0 >*{
    padding-left: 0;
}