﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
body,
input,
textarea,
button,
select,
pre {
  font-family: 'Noto Sans KR', '본고딕 KR', sans-serif;
  font-weight: 500;
}
body {
  color: #4a4a4a;
  min-width: 1200px;
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
    width: 100%;
  }
}
hr {
  border-color: #cdcdcd;
  background: #cdcdcd;
}
h2 {
  margin-top: 81px;
  margin-bottom: 26px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.clearfix:after {
  clear: both;
  display: block;
  content: ' ';
}
.page-banner {
  position: relative;
  height: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-banner {
    height: 200px;
  }
}
.page-banner.page-banner-slim {
  height: 260px;
}
@media (max-width: 767px) {
  .page-banner.page-banner-slim {
    height: 200px;
  }
}
.page-banner .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.page-banner .page-banner-content {
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner .page-banner-content h3 {
  font-size: 26px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page-banner .page-banner-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-banner .page-banner-content p {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page-banner .page-banner-content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.container {
  width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
.container:after {
  clear: both;
  display: block;
  content: ' ';
}
.flex-container .flex-fixed-right {
  float: right;
}
.flex-container .flex-fixed-left {
  float: left;
}
.flex-container .flex-flexible {
  overflow: hidden;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  clear: both;
  display: block;
  content: ' ';
}
.rawrow:after {
  clear: both;
  display: block;
  content: ' ';
}
.col-4 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-3 {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-2 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col2-nav {
  width: 205px;
  height: auto;
  float: left;
}
.col2-nav .nav-item {
  display: block;
  height: 40px;
  width: 180px;
  text-decoration: none;
  color: #4a4a4a;
  background-color: #f4f4f2;
}
.col2-nav .nav-item-sub {
  display: block;
  height: 40px;
  width: 180px;
  font-size: 14px;
  padding: 0.8em 26px;
  text-decoration: none;
  color: #9b9b9b;
  -webkit-appearance: none;
  background-color: #FFFFFF;
}
.col2-nav .nav-active {
  color: #000000;
  font-weight: 500;
}
.col2-nav .nav-item-text {
  font-size: 15px;
  display: inline-block;
  width: 160px;
  padding-left: 22px;
  margin-top: 12px;
}
.col2-nav .nav-item-down {
  width: 5px;
  height: 12px;
}
.col2-nav .active {
  color: #FFFFFF;
  background-color: #7f756b;
  pointer-events: none;
  cursor: default;
}
.col2-nav .active .nav-item-left {
  content: url("/images/chevron-left-sm.svg");
}
.col2-nav .active .nav-item-down {
  content: url("/images/chevron-down-sm.svg");
  width: 13px;
  height: 6px;
  margin-left: -10px;
}
.col2-container {
  width: 845px;
  margin: 0 auto;
}
.wrapper {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
}
.wrapper .alert {
  z-index: 999;
  position: fixed;
  width: 340px;
  height: 208px;
  left: 50%;
  margin-left: -170px;
  top: 50%;
  margin-top: -104px;
  background-color: #FFFFFF;
  text-align: center;
}
.wrapper .alert-img {
  width: 16.8px;
  height: 15px;
  margin: 0 auto;
  margin-top: 26px;
}
.wrapper .alert-message {
  color: #000000;
  margin-top: 11px;
  text-align: center;
  margin-bottom: 31px;
}
.wrapper .alert-buttons {
  width: 285px;
  margin: 0 auto;
}
.wrapper .btn-yes {
  width: 136px;
  height: 40px;
  border-radius: 5px;
  margin-right: 13px;
  padding: 0.5em 0;
  float: left;
}
.wrapper .btn-no {
  width: 136px;
  height: 40px;
  padding: 0.5em 0;
  float: left;
  border-radius: 5px;
}
.btn-ending {
  margin-top: 50px;
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .container:after {
    clear: both;
    display: block;
    content: ' ';
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: initial;
  }
  .col2-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .col2-nav .sm-nav-item-2 {
    width: 50%;
    min-width: 80px;
    text-align: center;
    display: block;
    float: left;
  }
  .col2-nav .sm-nav-item-3 {
    width: 33%;
    min-width: 80px;
    text-align: center;
    display: block;
    float: left;
  }
  .col2-nav .nav-item-text {
    padding-left: 0px;
    width: 100%;
    font-size: 14px;
  }
  .col2-nav .nav-item-clear {
    clear: both;
    width: 100%;
    height: 40px;
  }
  .col2-nav .nav-item-sub {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .col2-nav .nav-item-left {
    display: none;
  }
  .col2-nav .nav-item-down {
    display: none;
  }
  .col2-container {
    width: 100%;
  }
  .col-2 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-3 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-4 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header {
  border-bottom: 2px solid #cdcdcd;
}
@media (max-width: 767px) {
  header .container {
    padding: 0;
  }
}
header .header-top:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  header .header-top {
    height: 70px;
  }
}
header .header-top .logo {
  float: left;
  margin-top: 43px;
  text-decoration: none;
}
header .header-top .logo > img {
  width: 74px;
}
header .header-top .logo .slogan {
  font-size: 15px;
}
header .header-top .logo .slogan img {
  margin-left: 34px;
  width: 132px;
  height: 19px;
}
@media (max-width: 767px) {
  header .header-top .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  header .header-top .logo > img {
    width: 57px;
  }
}
header .header-top .auth-menu {
  float: right;
  margin-top: 43px;
}
header .header-top .auth-menu a {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
header .header-top .auth-menu a:hover {
  color: #808080;
}
header .header-top .auth-menu .separator {
  font-weight: 800;
}
header .header-top .mobile-menu {
  float: right;
  font-size: 20px;
}
header .header-top .mobile-menu .btn-hamburger {
  padding: 22px;
}
header .navbar {
  margin-top: 40px;
}
header .navbar:after {
  clear: both;
  display: block;
  content: ' ';
}
header .navbar .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
header .navbar .nav:after {
  clear: both;
  display: block;
  content: ' ';
}
header .navbar .nav li {
  float: left;
}
header .navbar .nav li a {
  text-decoration: none;
  color: inherit;
}
header .navbar .nav li a:hover {
  color: #808080;
}
header .navbar .nav-left {
  float: left;
  margin-left: -25px;
  margin-bottom: 15px;
}
header .navbar .nav-left li a {
  display: inline-block;
  margin: 0 25px;
  padding: 13px 0;
}
header .navbar .nav-left li.active a {
  color: #b19172;
}
header .navbar .nav-right {
  float: right;
  margin-top: 6px;
}
header .navbar .nav-right .search-form .btn-search {
  display: block;
  float: right;
  margin-left: 5px;
  padding: 5px;
  cursor: pointer;
}
header .navbar .nav-right .search-form .btn-search:hover {
  color: #7f756b;
}
header .navbar .nav-right .search-form .input-wrap {
  overflow: hidden;
}
header .navbar .nav-right .search-form input {
  border: none;
  outline: none;
  border-bottom: 2px solid #4a4a4a;
  padding-bottom: 7px;
  width: 100%;
}
@media (max-width: 767px) {
  header .navbar {
    display: none;
  }
}
header .mobile-nav {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 1050;
  background: white;
  width: 100%;
}
header .mobile-nav > .separator {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 20px;
}
header .mobile-nav .search-form {
  padding: 20px 20px 5px 20px;
}
header .mobile-nav .search-form .btn-search {
  display: block;
  float: right;
  margin-left: 5px;
  padding: 5px;
}
header .mobile-nav .search-form .input-wrap {
  overflow: hidden;
}
header .mobile-nav .search-form input {
  border: none;
  border-bottom: 2px solid #4a4a4a;
  padding-bottom: 7px;
  outline: none;
  width: 100%;
}
header .mobile-nav .nav {
  list-style: none;
  padding: 0;
}
header .mobile-nav .nav .nav-item,
header .mobile-nav .nav li {
  padding: 24px 20px;
  font-weight: 700;
  font-size: 15px;
}
header .mobile-nav .nav .nav-item a,
header .mobile-nav .nav li a {
  color: inherit;
  text-decoration: none;
}
header .mobile-nav .nav .nav-item a:hover,
header .mobile-nav .nav li a:hover {
  color: #808080;
}
.header-tab {
  margin-bottom: 10px;
}
.header-tab .nav {
  list-style: none;
  padding: 0;
  margin: 0 -25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.header-tab .nav:after {
  clear: both;
  display: block;
  content: ' ';
}
.header-tab .nav li {
  float: left;
}
.header-tab .nav li a {
  display: block;
  padding: 19px 25px;
  color: inherit;
  text-decoration: none;
}
.header-tab .nav li a:hover {
  color: #7f756b;
}
.header-tab .nav li.active {
  color: #b19172;
}
@media (max-width: 767px) {
  .header-tab .nav.two-items {
    margin: 0 -15px;
  }
  .header-tab .nav.two-items li {
    width: 50%;
    text-align: center;
  }
  .header-tab .nav.more-items {
    margin: 0 -15px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .header-tab .nav.more-items li {
    display: inline-block;
    float: none;
  }
  .header-tab .nav.more-items li a {
    padding: 19px 15px;
  }
}
footer {
  color: white;
}
footer .footer-bottom {
  min-height: 216px;
  margin-top: -2px;
  background: #4d4a44;
}
footer .footer-bottom .container {
  padding-top: 41px;
}
footer .footer-bottom .container .logo {
  float: left;
  margin-top: 22px;
  width: 320px;
  margin-right: 10px;
}
footer .footer-bottom .container .logo img {
  display: block;
  width: 97px;
  height: 50px;
}
footer .footer-bottom .container .customer-center {
  float: right;
  width: 320px;
  margin-left: 10px;
}
footer .footer-bottom .container .customer-center .wrap {
  width: 183px;
  margin-left: 127px;
}
footer .footer-bottom .container .customer-center label {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 13px;
}
footer .footer-bottom .container .customer-center .phone {
  margin-bottom: 17px;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
}
footer .footer-bottom .container .customer-center .links {
  font-size: 13px;
  line-height: 1;
  color: #b19172;
  text-align: center;
}
footer .footer-bottom .container .customer-center .links .separator {
  display: inline-block;
  margin: -1px 22px;
  height: 11px;
  border-right: 1px solid #b19172;
}
footer .footer-bottom .container .company-info {
  margin-top: 11px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 767px) {
  footer .footer-bottom .container {
    padding-top: 10px;
  }
  footer .footer-bottom .container .logo {
    margin-top: 10px;
    margin-right: 0px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    float: left;
  }
  footer .footer-bottom .container .customer-center {
    width: 130px;
    margin-left: 10px;
    height: 88px;
    padding-top: 40px;
    float: left;
  }
  footer .footer-bottom .container .customer-center .wrap {
    width: 130px;
    margin-left: 0px;
  }
  footer .footer-bottom .container .customer-center .phone {
    font-size: 20px;
  }
  footer .footer-bottom .container .customer-center .links {
    font-size: 11px;
  }
  footer .footer-bottom .container .customer-center .links .separator {
    margin: -1px 10px;
  }
  footer .footer-bottom .container .company-info {
    width: 170px;
    font-size: 11px;
  }
}
.fixed-menu {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 145px;
}
.fixed-menu .fixed-menu-items {
  position: relative;
  right: 20px;
  transition: all ease 0.2s;
}
.fixed-menu .fixed-menu-btn {
  display: block;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.2s;
}
.fixed-menu .fixed-menu-btn:hover {
  transform: translateY(-5px);
  box-shadow: 7px 5px 13px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}
.fixed-menu .btn-blog-link {
  background: #7bd864;
  text-shadow: 0 0 3px #4bad44;
}
.fixed-menu .btn-blog-link:hover {
  background-color: #3a7e31;
}
.fixed-menu .btn-suggestion {
  background: #64b0d8;
  text-shadow: 0 0 3px #4488ad;
}
.fixed-menu .btn-suggestion:hover {
  background-color: #31637e;
}
.fixed-menu .btn-quick-join {
  background: #d87d64;
  text-shadow: 0 0 3px #ad5644;
}
.fixed-menu .btn-quick-join:hover {
  background-color: #7e4231;
}
.fixed-menu .fixed-menu-toggle {
  position: relative;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.3);
  background: #4d4a44;
  color: white;
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  right: 20px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.fixed-menu .fixed-menu-toggle:hover {
  transform: translateY(-5px);
  box-shadow: 7px 5px 13px rgba(0, 0, 0, 0.3);
  background-color: #34322d;
  transition: all ease 0.2s;
}
.fixed-menu.closed .fixed-menu-items {
  right: -155px;
  transition: all ease 0.2s;
}
.fixed-menu.closed .fixed-menu-toggle {
  transform: rotate(45deg);
  transition: all ease 0.2s;
}
button {
  background-color: white;
  border: none;
  padding: 0;
}
button:focus {
  outline: 0;
}
.btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0.8em 2em;
  -webkit-appearance: none;
  text-align: center;
  font-family: inherit;
  font-weight: 700;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.btn-gold {
  border: solid 1px #979797;
  color: #000000;
}
.btn-gold:hover,
.btn-gold:active,
.btn-gold.selected {
  color: #b19172;
  border: solid 1px #b19172;
}
.btn-blue {
  background: #4488ad;
  border-color: #4488ad;
  color: white;
}
.btn-blue:hover:not(.btn-line),
.btn-blue:active:not(.btn-line) {
  background: #31637e;
}
.btn-darker {
  background: #4f4c47;
  border-color: #4f4c47;
  color: white;
}
.btn-darker:hover:not(.btn-line) {
  background: #4a4a4a;
}
.btn-darker:active:not(.btn-line) {
  background: black;
}
.btn-darker:focus:not(.btn-line) {
  background: black;
}
.btn-dark {
  background: #7f756b;
  border-color: #7f756b;
  color: white;
}
.btn-dark:hover:not(.btn-line) {
  background: #4f4c47;
}
.btn-dark:hover.btn-line {
  background: #7f756b;
  color: white;
}
.btn-dark:active:not(.btn-line) {
  background: #4f4c47;
}
.btn-dark:focus:not(.btn-line) {
  background: #4f4c47;
}
.btn-light {
  background: #b19172;
  border-color: #b19172;
  color: white;
}
.btn-light:hover:not(.btn-line) {
  background: #7f756b;
}
.btn-light:active:not(.btn-line) {
  background: #4f4c47;
}
.btn-light:focus:not(.btn-line) {
  background: #4f4c47;
}
.btn-cancel {
  background: #f4f4f2;
  border-color: #f4f4f2;
  color: #8c8c8c;
}
.btn-cancel:hover:not(.btn-line) {
  background: #b19172;
}
.btn-cancel:active:not(.btn-line) {
  background: #7f756b;
}
.btn-cancel:hover,
.btn-cancel:active {
  color: white;
}
.btn-info {
  background: transparent;
  border: 2px solid #4488ad;
  color: #4488ad;
}
.btn-info:hover {
  background-color: #4488ad;
}
.btn-info:active {
  background-color: #31637e;
}
.btn-info:hover,
.btn-info:active {
  color: white;
}
.btn-danger {
  background: #bf1e2d;
  border-color: #bf1e2d;
  color: white;
}
.btn-danger:hover {
  background: #961622;
}
.btn-danger:active {
  background: #731019;
}
.btn-block {
  display: block;
  border-radius: 0;
}
.btn-inline-block {
  display: inline-block;
}
.btn-line {
  background: none;
  border-width: 2px;
  border-style: solid;
}
.btn-line.btn-light {
  color: #b19172;
}
.btn-line.btn-dark {
  color: #7f756b;
}
.btn-line.btn-darker {
  color: #4f4c47;
}
.btn-line.btn-cancel {
  color: #f4f4f2;
}
.btn-line.btn-blue {
  color: #4488ad;
}
.btn-sm {
  padding: 0.5em 2em;
}
.btn-xs {
  padding: 0.5em 1em;
  font-size: 0.7em;
  font-weight: 200;
}
.btn-xs.btn-line,
.btn-xs.btn-info {
  padding: calc(0.5em - 2px) calc(1em - 2px);
}
.btn-lg {
  font-size: 1.45em;
  padding: 1em 4em;
  height: auto;
}
.btn-lg.btn-line,
.btn-lg.btn-info {
  padding: calc(1em - 2px) calc(4em - 2px);
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.blocking {
  letter-spacing: -5px;
}
.section {
  padding: 40px 0 11px 0;
}
@media (max-width: 767px) {
  .section {
    padding-top: 25px;
    padding-bottom: 7px;
  }
}
.section .section-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
  text-align: center;
  margin-bottom: 9px;
}
.section .section-subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #4f4c47;
  text-align: center;
  margin-bottom: 80px;
}
.stars {
  font-size: 22px;
}
.stars .star {
  display: inline-block;
  margin-right: 3px;
  color: #bfbfbf;
}
.stars .star.active {
  color: #b19172;
}
.section-dark {
  background: #f6f6f6;
}
.show-more {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
}
.show-more .btn-show-more {
  padding: 0;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .show-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}
[v-cloak] {
  opacity: 0;
}
.review-featured {
  border-top: 3px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  padding: 16px 0;
}
.review-featured:after {
  clear: both;
  display: block;
  content: ' ';
}
.review-featured .profile-main {
  float: left;
  padding: 0 18px;
  width: 390px;
}
.review-featured .profile-main:after {
  clear: both;
  display: block;
  content: ' ';
}
.review-featured .profile-main img {
  float: left;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 1px solid #f4f4f2;
}
.review-featured .profile-main .name-category-stars {
  float: left;
  padding: 14px 0;
  margin-left: 35px;
}
.review-featured .profile-main .name-category-stars .name-category {
  margin-bottom: 16px;
  line-height: 1;
}
.review-featured .profile-main .name-category-stars .name-category .name {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
.review-featured .profile-main .name-category-stars .name-category .category {
  display: inline-block;
  margin-left: 14px;
  font-size: 15px;
  font-weight: 400;
}
.review-featured .profile-main .name-category-stars .stars {
  font-size: 22px;
}
.review-featured .profile-main .name-category-stars .stars .star {
  display: inline-block;
  margin-left: 3px;
  color: #dcd9d9;
}
.review-featured .profile-main .name-category-stars .stars .star.active {
  color: #f8e81c;
}
.review-featured .lecture {
  float: left;
  height: 87px;
  border-left: 1px solid #979797;
  padding-left: 24px;
  color: #4a4a4a;
}
.review-featured .lecture .title {
  padding-top: 4px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
}
.review-featured .lecture .content {
  width: 420px;
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
}
@media (max-width: 767px) {
  .review-featured .lecture {
    border-left: 0px;
    margin-top: 5px;
    width: 100%;
    height: auto;
  }
  .review-featured .lecture .content {
    width: 90%;
    max-height: 88px;
  }
}
.review-page .review-list {
  margin-top: 80px;
}
.review-page .review-list .review-item {
  border: 1px solid #7f756b;
  margin-bottom: 80px;
  padding: 20px;
}
.review-page .review-list .review-item .review-item-header {
  font-size: 20px;
  margin-bottom: 30px;
}
.review-page .review-list .review-item .review-item-header:after {
  clear: both;
  display: block;
  content: ' ';
}
.review-page .review-list .review-item .review-item-header .name {
  float: left;
  width: 180px;
}
.review-page .review-list .review-item .review-item-header .stars {
  float: left;
}
.review-page .review-list .review-item .review-item-header .date {
  float: right;
}
@media (max-width: 767px) {
  .review-page .review-list .review-item .review-item-header .name {
    font-size: 18px;
  }
  .review-page .review-list .review-item .review-item-header .stars-date {
    float: right;
    text-align: right;
  }
  .review-page .review-list .review-item .review-item-header .stars {
    float: none;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .review-page .review-list .review-item .review-item-header .date {
    float: none;
    font-size: 14px;
  }
}
.review-page .review-list .review-item .review-item-profile {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.review-page .review-list .review-item .review-item-profile .name {
  font-size: 22px;
  margin-bottom: 5px;
}
.review-page .review-list .review-item .review-item-profile .category {
  font-size: 14px;
}
.review-page .review-list .review-item .review-item-profile .category span {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .review-page .review-list .review-item .review-item-profile {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .review-page .review-list .review-item .review-item-profile .category {
    margin-bottom: 20px;
  }
}
.review-page .review-list .review-item .review-item-content {
  font-size: 22px;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .review-page .review-list .review-item .review-item-content {
    font-size: 16px;
  }
}
.tutor-ranking {
  width: 384px;
  height: 207px;
}
.tutor-ranking:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-ranking .img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 156px;
  height: 208px;
}
.tutor-ranking .tutor-info {
  overflow: hidden;
  padding-right: 25px;
}
.tutor-ranking .tutor-info .title {
  font-size: 15px;
  color: #ff0011;
  font-weight: 700;
  margin-bottom: 10px;
}
.tutor-ranking .tutor-info .name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #4a4a4a;
}
.tutor-ranking .tutor-info .career {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  color: #9b9b9b;
}
.tutor-ranking .tutor-info .worked-title {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  color: #000000;
}
.tutor-ranking .tutor-info .worked-content {
  font-size: 14px;
  line-height: 1.38;
  color: #9b9b9b;
  font-weight: 200;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .tutor-ranking {
    width: 276px;
    height: 156px;
    overflow: hidden;
  }
  .tutor-ranking .img {
    margin-right: 15px;
    width: 104px;
    height: 156px;
  }
  .tutor-ranking .tutor-info {
    padding-right: 0;
  }
  .tutor-ranking .tutor-info .title {
    padding-top: 8px;
  }
  .tutor-ranking .hidden-mobile {
    display: none;
  }
}
.tutor-lg {
  height: 218px;
  border-top: 2px solid #dcd9d9;
  border-bottom: 1px solid #dcd9d9;
}
.tutor-lg:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-lg .img {
  display: block;
  float: left;
  margin: 42px 24px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
}
.tutor-lg .tutor-info {
  overflow: hidden;
  padding: 25px 6px;
  padding-right: 35px;
  color: #4a4a4a;
}
.tutor-lg .tutor-info .name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.tutor-lg .tutor-info .career {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  color: #9b9b9b;
}
.tutor-lg .tutor-info .tags {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}
.tutor-lg .tutor-info .tags .tag {
  white-space: nowrap;
}
.tutor-lg .tutor-info .intro {
  font-size: 13px;
  line-height: 1.38;
  color: #7f756b;
  font-weight: 200;
  margin-bottom: 4px;
}
.tutor-lg .tutor-info .stars {
  font-size: 24px;
}
@media (max-width: 767px) {
  .tutor-lg {
    height: auto;
  }
  .tutor-lg .img {
    display: block;
    float: left;
    margin: 20px 10px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
  }
  .tutor-lg .tutor-info {
    padding: 10px 6px;
    padding-right: 15px;
  }
  .tutor-lg .tutor-info .tags {
    margin-bottom: 7px;
  }
  .tutor-lg .tutor-info .stars {
    font-size: 15px;
  }
}
.tutor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.tutor-row:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-row .col-3 {
  padding: 0 15px;
}
.tutor-sm {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #cdcdcd;
  text-decoration: none;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease-in-out;
}
.tutor-sm:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-sm:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 0.2s ease-in-out;
}
.tutor-sm .img {
  background-color: #efefef;
}
.tutor-sm .img img {
  max-width: 100%;
  max-height: 100%;
}
.tutor-sm .img.img-square {
  position: relative;
  height: auto;
  text-align: center;
}
.tutor-sm .img.img-square img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tutor-sm .img.img-square:after {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.tutor-sm .tutor-info {
  overflow: hidden;
  padding: 24px;
  color: #4a4a4a;
}
.tutor-sm .tutor-info .name {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.tutor-sm .tutor-info .name:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-sm .tutor-info .current-job {
  height: 16px;
  font-size: 14px;
  color: #707070;
  margin-bottom: 15px;
}
.tutor-sm .tutor-info .career {
  font-size: 14px;
  height: 60px;
  line-height: 1.4;
  color: #707070;
  overflow: hidden;
}
.tutor-sm .tutor-info .tags {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  height: 40px;
  color: #707070;
  overflow: hidden;
}
.tutor-sm .tutor-info .tags .tag {
  white-space: nowrap;
}
.tutor-sm .tutor-info .stars {
  float: right;
  margin-right: -12px;
  font-size: 0;
}
.tutor-sm .tutor-info .stars .fa-star {
  font-size: 14px;
}
.tutor-xs {
  height: 132px;
  width: 250px;
  border-top: 2px solid #dcd9d9;
  border-bottom: 1px solid #dcd9d9;
  margin: 0 auto;
}
.tutor-xs:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-xs .img {
  display: block;
  float: left;
  margin: 19px 9px;
  margin-right: 6px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.tutor-xs .tutor-info {
  overflow: hidden;
  padding: 14px 6px;
}
.tutor-xs .tutor-info .name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #4a4a4a;
}
.tutor-xs .tutor-info .career {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  color: #9b9b9b;
}
.tutor-xs .tutor-info .tags {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
  color: #000000;
}
.tutor-xs .tutor-info .tags .tag {
  white-space: nowrap;
}
.tutor-xs .tutor-info .stars {
  font-size: 16px;
}
#tutorlistform .category .status {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  padding: 26px 43px;
  border: none;
  font-size: 18px;
  background: #f6f6f6;
}
@media (max-width: 767px) {
  #tutorlistform .category .status {
    font-size: 16px;
    padding: 15px;
  }
}
#tutorlistform .category-selection .box-selection .category-row {
  font-size: 0;
}
#tutorlistform .category-selection .box-selection .category-row .btn-selection {
  width: calc(20% - 12px);
  margin: 9px 6px;
  padding: 25px 0;
  height: auto;
  font-size: 20px;
  border: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  #tutorlistform .category-selection .box-selection .category-row .btn-selection {
    font-size: 13px;
    width: calc(33.33% - 4px);
    padding: 15px 0;
    margin: 4px 2px;
  }
}
#tutorlistform .category-selection .box-selection .category-row .btn-selection.selected {
  padding: 24px 0;
  border: 2px solid #b19172;
  color: inherit;
}
@media (max-width: 767px) {
  #tutorlistform .category-selection .box-selection .category-row .btn-selection.selected {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  #tutorlistform .option {
    margin-top: 10px;
  }
}
#tutorlistform .option .select-option {
  width: calc(20% - 15px);
  margin: 9px 6px;
  padding: 20px 0 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  #tutorlistform .option .select-option {
    width: calc(50% - 6px);
    font-size: 16px;
    margin: 4px 2px;
    padding: 15px 0 15px 30px;
  }
}
#tutorlistform .option .btn-search {
  display: inline-block;
  width: calc(20% - 15px);
  margin: 9px 6px;
  padding: 24px 0;
  border: none;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: white;
  height: auto;
  font-size: 20px;
}
@media (max-width: 767px) {
  #tutorlistform .option .btn-search {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .tutor-xs {
    width: 300px;
  }
  .tutor-xs .img {
    display: block;
    float: left;
    margin: 19px 9px;
    margin-right: 21px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
  }
  .tutor-xs .tutor-info {
    overflow: hidden;
    padding: 14px 6px;
  }
  .tutor-xs .tutor-info .name {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #4a4a4a;
  }
  .tutor-xs .tutor-info .career {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1;
    color: #9b9b9b;
  }
  .tutor-xs .tutor-info .tags {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
    color: #000000;
  }
  .tutor-xs .tutor-info .tags .tag {
    white-space: nowrap;
  }
  .tutor-xs .tutor-info .stars {
    font-size: 16px;
  }
}
.main-title {
  margin: 26px 0;
  font-size: 26px;
  font-weight: 700;
}
.main-title:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .main-title {
    font-size: 20px;
  }
}
.main-title .btn-show-more {
  color: #b19172;
  float: right;
  text-decoration: none;
  font-size: 22px;
}
@media (max-width: 767px) {
  .main-title .btn-show-more {
    font-size: 16px;
  }
}
.main-title .btn-show-more:hover {
  color: #7f756b;
}
@keyframes activebackground {
  from {
    background: #efe8e1;
  }
  to {
    background: none;
  }
}
.main-page .section-quick-inquiry .active {
  animation: activebackground 1.5s ease-in;
}
.main-page .section-quick-inquiry h2 {
  margin-top: 2em;
}
.main-page .section-quick-inquiry .form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.main-page .section-quick-inquiry .form-wrap .fa {
  margin-top: 6px;
  margin-right: 7px;
}
.main-page .section-quick-inquiry .form-wrap .wrap-control {
  background: #f6f6f6;
  display: flex;
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  flex: 1 1 auto;
}
.main-page .section-quick-inquiry .form-wrap .wrap-control input[type=text],
.main-page .section-quick-inquiry .form-wrap .wrap-control select {
  display: block;
  background: none;
  border: none;
  font-size: 16px;
  outline: none;
  height: 26px;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .main-page .section-quick-inquiry .form-wrap {
    display: block;
  }
}
.main-page .container-inquiries {
  padding: 0;
}
.main-page .container-inquiries:after {
  clear: both;
  display: block;
  content: ' ';
}
.main-page .container-inquiries .inquiry-method {
  float: left;
  width: 50%;
  padding: 26px;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method {
    padding: 15px;
  }
}
.main-page .container-inquiries .inquiry-method:hover {
  background: #efe8e1;
}
.main-page .container-inquiries .inquiry-method .method-description .title {
  position: relative;
}
.main-page .container-inquiries .inquiry-method .method-description .title:after {
  clear: both;
  display: block;
  content: ' ';
}
.main-page .container-inquiries .inquiry-method .method-description .title .method-name {
  margin: 12px 0;
  line-height: 1;
}
.main-page .container-inquiries .inquiry-method .method-description .title .method-explanation {
  margin: 24px 0;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .method-description .title .method-explanation {
    font-size: 16px;
  }
}
.main-page .container-inquiries .inquiry-method .method-description .title .btn-show-more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #b19172;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .method-description .title .btn-show-more {
    font-size: 18px;
  }
}
.main-page .container-inquiries .inquiry-method .method-description .title .btn-show-more:hover {
  color: #7f756b;
}
.main-page .container-inquiries .inquiry-method .method-description .diagram {
  height: 180px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .method-description .diagram {
    height: 100px;
  }
}
.main-page .container-inquiries .inquiry-method .method-description .diagram p {
  margin: 0;
  font-size: 26px;
  width: 204px;
  color: #feffff;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .method-description .diagram p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
  }
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul {
  padding: 0;
  margin-top: 12px;
  margin-bottom: 18px;
  list-style: none;
  min-height: 210px;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li {
  padding: 0 14px;
  margin-left: -7px;
  margin-right: -7px;
  text-align: center;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .inquiry-list ul li {
    padding: 0;
  }
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li:hover {
  background: #f7f5f2;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .date,
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .title,
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .region,
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability {
  padding: 26px 5px;
  line-height: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .inquiry-list ul li .date,
  .main-page .container-inquiries .inquiry-method .inquiry-list ul li .title,
  .main-page .container-inquiries .inquiry-method .inquiry-list ul li .region,
  .main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability {
    padding: 14px 10px;
    font-size: 16px;
  }
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .date {
  float: left;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .region,
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability {
  float: right;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .region {
  width: 90px;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability {
  width: 90px;
  text-align: right;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability .available {
  color: #64b0d8;
  font-weight: 800;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability .connected {
  color: #ff6a00;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .availability .closed {
  color: #908080;
}
.main-page .container-inquiries .inquiry-method .inquiry-list ul li .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.main-page .container-inquiries .inquiry-method .inquiry-list .btn-inquiry {
  font-size: 22px;
  background: white;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .inquiry-list .btn-inquiry {
    font-size: 18px;
  }
}
.main-page .container-inquiries .inquiry-method .inquiry-list .btn-inquiry:hover {
  color: white;
  border-color: #7f756b;
  background: #7f756b;
}
.main-page .container-inquiries .inquiry-method .attendance-list ul {
  padding: 0;
  margin-top: 12px;
  margin-bottom: 18px;
  list-style: none;
  min-height: 210px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul {
    font-size: 13px;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li {
  padding: 15px 14px;
  margin-left: -7px;
  margin-right: -7px;
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li {
    display: flex;
    padding: 15px 7px;
  }
  .main-page .container-inquiries .inquiry-method .attendance-list ul li.header {
    display: none;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li:hover {
  background: #f7f5f2;
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .name,
.main-page .container-inquiries .inquiry-method .attendance-list ul li .school,
.main-page .container-inquiries .inquiry-method .attendance-list ul li .title,
.main-page .container-inquiries .inquiry-method .attendance-list ul li .date {
  float: left;
  padding: 0 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .name,
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .school,
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .title,
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .date {
    float: none;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .attendance-profile {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .attendance-profile {
    width: 100%;
    max-width: 120px;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .content {
  float: left;
  width: 75%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .content {
    float: none;
    width: auto;
    flex-grow: 1;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .name {
  width: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .name {
    text-align: center;
    max-width: 120px;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .name a {
  color: inherit;
  text-decoration: none;
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .name .picture {
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: 0px;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  float: left;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .name .picture {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 5px auto;
    float: none;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .school {
  width: 40%;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .school {
    width: auto;
  }
}
.main-page .container-inquiries .inquiry-method .attendance-list ul li .title {
  width: 60%;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method .attendance-list ul li .title {
    width: auto;
  }
}
.main-page .lecture-list {
  position: relative;
  border: 1px solid #cdcdcd;
  padding: 15px 25px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .main-page .lecture-list {
    padding: 15px 30px;
  }
}
.main-page .lecture-list .lecture {
  padding: 33px 0;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .main-page .lecture-list .lecture {
    font-size: 16px;
  }
}
.main-page .lecture-list .lecture .content {
  margin-bottom: 27px;
}
.main-page .lecture-list .lecture .date {
  font-size: 18px;
}
@media (max-width: 767px) {
  .main-page .lecture-list .lecture .date {
    font-size: 14px;
  }
}
.main-page .lecture-list .owl-nav {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-page .lecture-list .owl-nav .owl-prev,
.main-page .lecture-list .owl-nav .owl-next {
  font-size: 80px;
  margin: 0;
  height: 90%;
  width: 90px;
}
@media (max-width: 767px) {
  .main-page .lecture-list .owl-nav .owl-prev,
  .main-page .lecture-list .owl-nav .owl-next {
    width: 45px;
  }
}
.main-page .lecture-list .owl-nav .owl-prev:hover,
.main-page .lecture-list .owl-nav .owl-next:hover {
  background: none;
  color: inherit;
}
.main-page .lecture-list .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.main-page .lecture-list .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .main-page .container-inquiries .inquiry-method {
    width: 100%;
  }
}
.tutor-reviews .review {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
  font-size: 18px;
  line-height: 1;
  transition: box-shadow 0.5s ease-in-out;
  margin-bottom: 30px;
}
.tutor-reviews .review:after {
  clear: both;
  display: block;
  content: ' ';
}
.tutor-reviews .review:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 0.2s ease-in-out;
}
.tutor-reviews .review .picture {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.tutor-reviews .review .review-body {
  padding: 15px;
}
.tutor-reviews .review .name-school {
  display: flex;
  flex-flow: row;
}
.tutor-reviews .review .name {
  display: block;
  font-weight: 700;
  margin-right: 20px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tutor-reviews .review .school {
  margin-top: 0.2em;
  text-align: right;
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tutor-reviews .review .content {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  height: 100px;
}
.tutor-reviews .review .date {
  margin-top: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tutor-reviews .review {
    font-size: 16px;
  }
  .tutor-reviews .review .name {
    margin-top: 0;
    margin-bottom: 10px;
    float: none;
  }
  .tutor-reviews .review .content {
    margin-top: 8px;
    font-size: 14px;
  }
  .tutor-reviews .review .date {
    margin-top: 10px;
    font-size: 12px;
  }
}
.register-select {
  margin-top: 70px;
  font-size: 20px;
  text-align: center;
}
.register-select .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 68px;
  color: #000000;
}
.register-select .boxes {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 157px;
}
.register-select .box {
  height: 240px;
  width: 250px;
  border-left: solid 1px #979797;
  border-right: solid 1px #979797;
  border-top: solid 1px #979797;
  margin: 0 auto;
  color: #000000;
  font-size: 22px;
}
.register-select .font-sm {
  font-size: 16px;
}
.register-select .lecturer-layer {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 38.9px;
  height: 34px;
  object-fit: contain;
}
.register-select .lecturer-btn {
  width: 250px;
  border: solid 1px #979797;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  vertical-align: middle;
  padding: 1em 2em;
}
.register-select .search-layer {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 38.9px;
  height: 34px;
  object-fit: contain;
}
.register-select .search-btn {
  width: 250px;
  border: solid 1px #979797;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  padding: 1em 2em;
}
.register-select .partnership-layer {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 38.9px;
  height: 34px;
  object-fit: contain;
}
.register-select .partnership-btn {
  width: 250px;
  border: solid 1px #979797;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  padding: 1em 2em;
}
@media (max-width: 767px) {
  .register-select .boxes {
    width: 100%;
  }
  .register-select .lecturer-btn {
    margin-bottom: 15px;
  }
  .register-select .search-btn {
    margin-bottom: 15px;
  }
}
.register-student {
  margin-top: 70px;
  font-size: 15px;
  text-align: center;
}
.register-student .title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 34px;
}
.register-student .summary {
  text-align: center;
  margin-bottom: 44px;
  font-size: 16px;
}
.register-student .input-first {
  margin-bottom: 50px;
}
.register-student .input-second {
  margin-bottom: 64px;
}
.register-student .text-label {
  color: #8c8c8c;
  width: 95px;
  display: inline-block;
  vertical-align: auto;
}
.register-student .text-label-second {
  color: #8c8c8c;
  width: 60px;
  display: inline-block;
  vertical-align: auto;
}
.register-student .text-label-last {
  color: #8c8c8c;
  display: inline-block;
  vertical-align: auto;
  margin-bottom: 17px;
}
.register-student .box {
  width: 582px;
  height: 50px;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding-left: 14px;
}
.register-student .terms {
  margin-bottom: 56px;
}
.register-student .box-border {
  border-left: solid 1px #979797;
  border-right: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.register-student .box-first-border {
  border: solid 1px #979797;
}
.register-student input {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 400px;
}
.register-student input:focus {
  outline: none;
}
.register-student .box-second-first {
  margin: 0 auto;
  width: 582px;
  height: 50px;
}
.register-student .box-organization {
  width: 360px;
  height: 50px;
  text-align: left;
  padding-left: 14px;
  border: solid 1px #979797;
  display: block;
  float: left;
}
.register-student .box-contact {
  width: 222px;
  height: 50px;
  text-align: left;
  padding-left: 14px;
  border-top: solid 1px #979797;
  border-right: solid 1px #979797;
  border-bottom: solid 1px #979797;
  display: block;
  float: left;
}
.register-student .label-terms {
  margin: 0 auto;
  text-align: left;
  max-width: 582px;
}
@media (max-width: 767px) {
  .register-student .label-terms {
    max-width: none;
  }
}
.register-student .box-terms {
  width: 582px;
  height: 232px;
  overflow-y: auto;
  display: block;
  border: solid 1px #979797;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}
.register-student .input-org {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 250px;
}
.register-student .input-contact {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 130px;
}
.register-student .last-box {
  margin: 0 auto;
  margin-bottom: 27px;
}
.register-student .req-btn {
  display: inline-block;
  width: 73px;
  height: 32px;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: -4px;
  vertical-align: middle;
  padding: 0.4em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.register-student .confirm-btn {
  display: inline-block;
  width: 48px;
  height: 32px;
  margin-left: 30px;
  margin-top: -4px;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0.4em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.register-student .input-third {
  margin: 0 auto;
  width: 582px;
  margin-bottom: 50px;
}
.register-student select {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 492px;
  height: 28px;
}
@media (max-width: 767px) {
  .register-student .box {
    width: 100%;
  }
  .register-student input {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .register-student .box-second-first {
    width: 100%;
  }
  .register-student .box-organization {
    width: 50%;
  }
  .register-student .box-contact {
    width: 50%;
  }
  .register-student .input-third {
    margin: 0 auto;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .register-student .input-third:after {
    clear: both;
    display: block;
    content: ' ';
  }
  .register-student .input-org {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .register-student .input-contact {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .register-student .box-terms {
    padding: 10px;
    text-align: left;
    width: 100%;
    overflow-y: auto;
  }
  .register-student select {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .mypage-account.register-lecturer .title p,
  .mypage-account.register-student .title p {
    width: 100%;
  }
}
.register-lecturer {
  margin-top: 107px;
  font-size: 15px;
  text-align: center;
}
.register-lecturer .title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 34px;
}
.register-lecturer .summary {
  text-align: center;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.5;
}
.register-lecturer .input-first {
  margin: 0 auto;
  width: 582px;
  margin-bottom: 50px;
}
.register-lecturer .input-second {
  margin: 0 auto;
  width: 582px;
  margin-bottom: 50px;
}
.register-lecturer .input-third {
  margin: 0 auto;
  width: 582px;
  margin-bottom: 50px;
}
.register-lecturer .box-photo {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  border: solid 1px #979797;
  width: 114px;
  height: 148px;
  display: block;
  float: left;
  margin-right: 27px;
  vertical-align: middle;
  padding-top: 64px;
}
.register-lecturer .box-first-first {
  width: 441px;
  height: 50px;
  text-align: left;
  padding-left: 14px;
  float: left;
  display: block;
}
.register-lecturer .box-second-first {
  width: 582px;
  height: 50px;
  text-align: left;
  display: block;
}
.register-lecturer .box {
  width: 582px;
  min-height: 50px;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding-left: 14px;
}
.register-lecturer .box-border {
  border-left: solid 1px #979797;
  border-right: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.register-lecturer .box-first-border {
  border: solid 1px #979797;
}
.register-lecturer .text-label {
  color: #8c8c8c;
  width: 95px;
  display: inline-block;
  vertical-align: auto;
}
.register-lecturer .text-label-second {
  color: #8c8c8c;
  width: 80px;
  display: inline-block;
  vertical-align: auto;
}
.register-lecturer .text-label-second-first {
  color: #8c8c8c;
  width: 57px;
  display: inline-block;
  vertical-align: auto;
  float: left;
  margin-top: 16px;
}
.register-lecturer .text-label-second-second {
  color: #8c8c8c;
  width: 20px;
  display: inline-block;
  vertical-align: auto;
}
.register-lecturer .text-label-third {
  color: #8c8c8c;
  width: 60px;
  display: inline-block;
  vertical-align: auto;
}
.register-lecturer input {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 200px;
}
.register-lecturer input:focus {
  outline: none;
}
.register-lecturer .input-text-second {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 170px;
}
.register-lecturer .input-text-third {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 400px;
}
.register-lecturer .input-text-year {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 151px;
  border-right: solid 0.5px #979797;
  margin-right: 10px;
  padding-right: 10px;
}
.register-lecturer .input-text-month {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 142px;
  border-right: solid 0.5px #979797;
  margin-right: 10px;
  padding-right: 10px;
}
.register-lecturer .input-text-day {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 100px;
}
.register-lecturer .btn-gender {
  border: solid 0.5px #979797;
  width: 106px;
  height: 34px;
  display: block;
  float: left;
  border-radius: 0px;
  color: #8c8c8c;
  padding: 0.5em 0.5em;
  margin-top: 7px;
  font-weight: 400;
}
.register-lecturer .terms {
  margin-bottom: 49px;
}
.register-lecturer .label-terms {
  margin: 0 auto;
  text-align: left;
  max-width: 582px;
}
@media (max-width: 767px) {
  .register-lecturer .label-terms {
    max-width: none;
  }
}
.register-lecturer .text-label-last {
  color: #8c8c8c;
  display: inline-block;
  vertical-align: auto;
  margin-bottom: 17px;
}
.register-lecturer .box-terms {
  padding: 10px;
  text-align: left;
  width: 582px;
  height: 232px;
  overflow-y: auto;
  display: block;
  border: solid 1px #979797;
  margin: 0 auto;
}
.register-lecturer .box-name {
  width: 291px;
  height: 50px;
  display: block;
  border: solid 1px #979797;
  float: left;
  padding-left: 14px;
}
.register-lecturer .box-gender {
  width: 291px;
  height: 50px;
  display: block;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  border-right: solid 1px #979797;
  float: left;
  padding-left: 14px;
}
.register-lecturer .last-box {
  margin: 0 auto;
  margin-bottom: 81px;
}
.register-lecturer .req-btn {
  display: inline-block;
  width: 73px;
  height: 32px;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: -4px;
  vertical-align: middle;
  padding: 0.4em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.register-lecturer .confirm-btn {
  display: inline-block;
  width: 48px;
  height: 32px;
  margin-left: 30px;
  margin-top: -4px;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0.4em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.register-lecturer select {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 470px;
  height: 28px;
}
@media (max-width: 767px) {
  .register-lecturer .box-photo {
    clear: both;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .register-lecturer .input-first {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  .register-lecturer .input-second {
    margin: 0 auto 30px auto;
    width: 100%;
    clear: both;
  }
  .register-lecturer .input-third {
    margin: 0 auto;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .register-lecturer .input-third:after {
    clear: both;
    display: block;
    content: ' ';
  }
  .register-lecturer .box-first-first {
    width: 100%;
  }
  .register-lecturer .box-second-first {
    width: 100%;
    height: 100px;
  }
  .register-lecturer input {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 116px);
  }
  .register-lecturer .box-name {
    width: 100%;
  }
  .register-lecturer .box-gender {
    width: 100%;
    border-top: 0;
    clear: both;
    border-left: solid 1px #979797;
    display: block;
  }
  .register-lecturer .box-gender-buttons {
    float: right;
    margin-right: 10px;
  }
  .register-lecturer .text-label-second-second {
    width: 80px;
  }
  .register-lecturer .input-text-second {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .register-lecturer .input-text-third {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .register-lecturer .input-text-year {
    width: -webkit-calc(100% - 97px);
    width: calc(100% - 97px);
    border: none;
  }
  .register-lecturer .input-text-month {
    width: -webkit-calc(100% - 97px);
    width: calc(100% - 97px);
    border: none;
  }
  .register-lecturer .input-text-day {
    width: -webkit-calc(100% - 107px);
    width: calc(100% - 107px);
    border: none;
  }
  .register-lecturer .box {
    width: 100%;
  }
  .register-lecturer select {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
  }
  .register-lecturer .fix-last-margin {
    height: 100px;
  }
  .register-lecturer .box-terms {
    width: 100%;
    overflow-y: auto;
    text-align: left;
    padding: 10px;
  }
}
.register-lecturer-complete {
  margin-top: 107px;
  font-size: 15px;
  text-align: center;
}
.register-lecturer-complete p {
  margin: 0;
}
.register-lecturer-complete .title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 34px;
  line-height: 1.5;
}
.register-lecturer-complete .summary {
  text-align: center;
  margin-bottom: 82px;
  font-size: 16px;
  line-height: 1.5;
}
.register-lecturer-complete .box-title-first {
  text-align: center;
  font-weight: 200;
  color: #ffffff;
  margin-top: 5px;
}
.register-lecturer-complete .box-title-second {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.register-lecturer-complete .box-label-disabled {
  text-align: center;
  color: #9b9b9b;
  text-decoration: line-through;
}
.register-lecturer-complete .box-label-first {
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.register-lecturer-complete .box-label-first-sm {
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.register-lecturer-complete .box-label-second {
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.register-lecturer-complete .box-free-title {
  width: 510px;
  height: 80px;
  padding-top: 12px;
  text-align: center;
  margin: 0 auto;
  background-color: #b19172;
}
.register-lecturer-complete .box-free-content {
  width: 510px;
  height: 162px;
  background-color: #f4f4f2;
  text-align: center;
  margin: 0 auto;
  padding-top: 49px;
  margin-bottom: 43px;
}
.register-lecturer-complete .box-sub-title {
  width: 510px;
  height: 80px;
  text-align: center;
  padding-top: 12px;
  margin: 0 auto;
  background-color: #7f756b;
}
.register-lecturer-complete .box-sub-content {
  width: 510px;
  height: 162px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 43px;
}
.register-lecturer-complete .box-sub-label-first {
  width: 170px;
  height: 162px;
  padding-top: 42px;
  background-color: #f4f4f2;
  float: left;
}
.register-lecturer-complete .box-sub-label-second {
  width: 170px;
  height: 162px;
  padding-top: 24px;
  background-color: #e5e5e2;
  float: left;
}
.register-lecturer-complete .box-sub-label-third {
  width: 170px;
  height: 162px;
  padding-top: 24px;
  background-color: #cfcfcb;
  float: left;
}
.register-lecturer-complete .box-detail {
  margin-bottom: 56px;
  text-align: center;
  line-height: 1.5;
}
.register-lecturer-complete .label-highlight-black {
  color: #000000;
  font-weight: 700;
}
.register-lecturer-complete .label-highlight-blue {
  color: #4990e2;
  font-weight: 700;
}
.register-lecturer-complete .box-underline-free {
  width: 510px;
  margin: 0 auto;
  border-bottom: solid 1px #b19172;
  margin-bottom: 97px;
}
.register-lecturer-complete .box-underline-sub {
  width: 510px;
  margin: 0 auto;
  border-bottom: solid 1px #7f756b;
  margin-bottom: 97px;
}
.register-lecturer-complete .btn-light-text {
  width: 163px;
  height: 42px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 53px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .register-lecturer-complete .box-free-title {
    width: 100%;
  }
  .register-lecturer-complete .box-free-content {
    width: 100%;
  }
  .register-lecturer-complete .box-sub-title {
    width: 100%;
  }
  .register-lecturer-complete .box-sub-content {
    width: 100%;
  }
  .register-lecturer-complete .box-underline-free {
    width: 100%;
  }
  .register-lecturer-complete .box-underline-sub {
    width: 100%;
  }
  .register-lecturer-complete .box-sub-label-first {
    width: 33.3%;
  }
  .register-lecturer-complete .box-sub-label-second {
    width: 33.4%;
  }
  .register-lecturer-complete .box-sub-label-third {
    width: 33.3%;
  }
}
.login {
  margin: 0 auto;
  text-align: center;
}
.login .logo {
  margin-top: 167px;
  width: 100px;
}
.login .slogan-text {
  font-size: 20px;
  line-height: 1.69;
  margin-bottom: 40px;
  margin-top: 20px;
  color: #4a4a4a;
}
.login input {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 0.5em;
  display: block;
}
.login .login-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
.login .etc {
  margin-top: 30px;
  margin-bottom: 146px;
  font-size: 16px;
  color: #000000;
}
.login .etc a {
  text-decoration: none;
  color: inherit;
}
.login .find-id-list {
  max-width: 220px;
  margin: 0 auto 60px;
  padding: 0;
  list-style: none;
}
.login .find-id-list li {
  margin: 10px 0;
}
.profile-lecturer {
  font-size: 15px;
}
.profile-lecturer .left-label {
  width: 234px;
  margin-top: 55px;
  display: block;
  float: left;
}
.profile-lecturer .left-label-text-first {
  color: #000000;
  margin: 0;
}
.profile-lecturer .left-label-text-second {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin: 6px 0;
}
.profile-lecturer .profile {
  width: 582px;
  float: left;
  display: block;
  margin-top: 55px;
}
.profile-lecturer .profile-first {
  height: 148px;
  margin-bottom: 54px;
}
.profile-lecturer .profile-second {
  margin-bottom: 54px;
}
.profile-lecturer .profile-third {
  margin-top: 44px;
}
.profile-lecturer .profile-fourth {
  border-top: solid 2px #979797;
  border-bottom: solid 3px #979797;
  margin-bottom: 40px;
}
.profile-lecturer .profile-sixth {
  margin-top: 112px;
  margin-bottom: 180px;
}
.profile-lecturer .picture {
  background-color: #f5f5f5;
  border: solid 1px #979797;
  width: 114px;
  height: 148px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 20px;
  vertical-align: middle;
  padding-top: 64px;
  font-size: 14px;
}
.profile-lecturer .save-buttons {
  height: 32px;
  width: 231px;
  margin: 0 auto;
}
.profile-lecturer .add-syllabus {
  margin-top: 28px;
  margin-bottom: 15px;
  margin: 0 auto;
  text-align: center;
}
.profile-lecturer .sections {
  margin-bottom: 30px;
}
.profile-lecturer .student-age-list {
  margin-top: 10px;
  margin-bottom: 30px;
  height: 154px;
}
.profile-lecturer .contents {
  margin-bottom: 65px;
}
.profile-lecturer .student-number-title {
  border-top: solid 1px #979797;
}
.profile-lecturer .student-price-title {
  border-top: solid 1px #979797;
}
.profile-lecturer .student-type-title {
  border-top: solid 1px #979797;
}
.profile-lecturer .student-location-title {
  border-top: solid 1px #979797;
}
.profile-lecturer .student-requirements-title {
  border-top: solid 1px #979797;
}
.profile-lecturer input {
  border: none;
  line-height: 26px;
  margin-top: 11px;
  width: 100px;
}
.profile-lecturer .input-title {
  margin: 0px;
  width: 100%;
}
.profile-lecturer input:focus {
  outline: none;
}
.profile-lecturer .input-first-border {
  border-right: solid 0.5px #979797;
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
.profile-lecturer .input-first {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
.profile-lecturer .input-first-long {
  width: 70%;
}
.profile-lecturer .input-section {
  width: 100%;
  border-bottom: solid 1px #979797;
  padding-bottom: 10px;
}
.profile-lecturer .input-requirements {
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  text-align: right;
}
.profile-lecturer .input-syllabus {
  display: inline-block;
  border: solid 1px #979797;
  margin: 0;
  float: left;
  height: 25px;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  margin-right: 13px;
}
.profile-lecturer .input-content {
  font-size: 13px;
  height: 85%;
}
.profile-lecturer .image-gear {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}
.profile-lecturer .image-gear:hover {
  opacity: 1;
}
.profile-lecturer label {
  color: #8c8c8c;
}
.profile-lecturer .label-second {
  display: inline-block;
  margin-bottom: 20px;
}
.profile-lecturer .label-student-age {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
}
.profile-lecturer .label-student-age-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 380px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.profile-lecturer .label-student-number {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
}
.profile-lecturer .label-student-number-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 380px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.profile-lecturer .label-student-price {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
}
.profile-lecturer .label-student-price-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 380px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.profile-lecturer .label-student-type {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
}
.profile-lecturer .label-student-type-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 380px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.profile-lecturer .label-student-location {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
}
.profile-lecturer .label-student-location-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 380px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.profile-lecturer .label-student-requirements {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
}
.profile-lecturer .label-syllabus {
  display: inline-block;
  margin-top: 58px;
  margin-bottom: 16px;
}
.profile-lecturer .label-etc {
  display: inline-block;
  margin-bottom: 16px;
}
.profile-lecturer .label-etc-second {
  display: inline-block;
  margin-top: 42px;
  margin-bottom: 16px;
}
.profile-lecturer .label-etc-third {
  display: inline-block;
  margin-top: 42px;
  margin-bottom: 16px;
}
.profile-lecturer .label-syllabus-num {
  display: inline-block;
  float: left;
  height: 25px;
  vertical-align: middle;
  padding-top: 3px;
  margin-right: 5px;
}
.profile-lecturer .label-syllabus-status {
  display: inline-block;
  float: left;
  text-decoration: underline;
  height: 25px;
  vertical-align: middle;
  padding-top: 3px;
}
.profile-lecturer .content {
  display: inline-block;
  margin-bottom: 16px;
}
.profile-lecturer .label-first {
  display: inline-block;
  width: 60px;
  margin-left: 10px;
}
.profile-lecturer .boxes {
  width: 448px;
  float: left;
}
.profile-lecturer .box {
  height: 48px;
  display: block;
}
.profile-lecturer .box-first-border {
  border-top: solid 1px #979797;
}
.profile-lecturer .box-border {
  border-top: solid 0.5px #979797;
  border-bottom: solid 0.5px #979797;
}
.profile-lecturer .box-last-border {
  border-bottom: solid 1px #979797;
}
.profile-lecturer .box-vids-add {
  text-align: center;
  vertical-align: middle;
  color: #b19172;
  border: solid 1px #b19172;
  width: 179px;
  height: 100px;
  margin-bottom: 14px;
  margin-right: 14px;
}
.profile-lecturer .box-livepics-add {
  text-align: center;
  vertical-align: middle;
  color: #b19172;
  border: solid 1px #b19172;
  width: 113px;
  height: 85px;
  margin-bottom: 14px;
  margin-right: 14px;
  float: left;
}
.profile-lecturer .box-livepics {
  text-align: center;
  vertical-align: middle;
  width: 113px;
  height: 85px;
  margin-bottom: 14px;
  margin-right: 14px;
  background-color: #d8d8d8;
  border: solid 1px #979797;
  float: left;
}
.profile-lecturer textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  height: 100%;
}
.profile-lecturer .box-etc {
  border: solid 1px #979797;
  width: 100%;
  height: 92px;
  padding: 10px;
  margin-bottom: 24px;
}
.profile-lecturer .box-syllabus-row {
  height: 50px;
}
.profile-lecturer .box-syllabus-row input[type=file] {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.profile-lecturer .content-title {
  border: solid 1px #979797;
  width: 54px;
  height: 33px;
  padding: 7px 8px;
  float: left;
}
.profile-lecturer .content-utils {
  border: solid 1px #979797;
  border-left: 0;
  width: 55px;
  height: 33px;
  padding: 7px;
  float: left;
}
.profile-lecturer .content-menu {
  border: solid 1px #979797;
  border-left: 0;
  width: 33px;
  height: 33px;
  float: left;
  padding: 8px;
}
.profile-lecturer .content-empty {
  border: solid 1px #979797;
  border-left: 0;
  width: -webkit-calc(100% - 142px);
  width: calc(100% - 142px);
  height: 33px;
  float: left;
  padding: 7px;
}
.profile-lecturer .content-body {
  border: solid 1px #979797;
  border-top: 0;
  width: 100%;
  height: 232px;
  padding: 16px;
}
.profile-lecturer .btn-bb {
  color: #000000;
  font-size: 16px;
  margin-left: 4px;
  margin-right: 7px;
  text-decoration: none;
}
.profile-lecturer .btn-underline {
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
}
.profile-lecturer .sections:after {
  clear: both;
  content: ' ';
  display: block;
}
.profile-lecturer .btn-section {
  padding: 0.8em 0em;
  width: 135px;
  height: 42px;
  font-weight: 400;
  float: left;
  margin: 7px 5px;
}
.profile-lecturer .btn-section.selected,
.profile-lecturer .btn-section-last.selected {
  color: #b19172;
  border: solid 1px #b19172;
}
.profile-lecturer .btn-syllabus-add {
  margin: 0 auto;
  text-align: center;
}
.profile-lecturer .btn-attach {
  width: 72px;
  height: 25px;
  padding: 0.2em;
  font-weight: 400;
  float: left;
  margin-right: 10px;
}
.profile-lecturer .btn-profile-cancel {
  width: 106px;
  height: 32px;
  padding: 0.5em 1em;
  float: left;
  margin-right: 19px;
}
.profile-lecturer .btn-profile-save {
  width: 106px;
  height: 32px;
  padding: 0.5em 1em;
  float: left;
}
.profile-lecturer .img-student-age-indicator {
  width: 10px;
  height: 6px;
}
.profile-lecturer .img-student-number-indicator {
  width: 10px;
  height: 6px;
}
.profile-lecturer .img-student-price-indicator {
  width: 10px;
  height: 6px;
}
.profile-lecturer .img-student-type-indicator {
  width: 10px;
  height: 6px;
}
.profile-lecturer .img-student-location-indicator {
  width: 10px;
  height: 6px;
}
.profile-lecturer .img-add {
  width: 19px;
  height: 19px;
}
.profile-lecturer .img-list {
  width: 15px;
  height: 13px;
}
.profile-lecturer .img-add-striped {
  margin: 0 auto;
  width: 12px;
  height: 12px;
}
.profile-lecturer .img-add-striped-sm {
  margin: 0 auto;
  width: 12px;
  height: 12px;
}
.profile-lecturer .right-empty {
  width: 234px;
  margin-top: 55px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .profile-lecturer .profile {
    width: 100%;
  }
  .profile-lecturer .picture {
    margin-left: calc(50% - 57px);
    margin-bottom: 20px;
  }
  .profile-lecturer .boxes {
    width: 100%;
    margin-bottom: 30px;
  }
  .profile-lecturer .sections {
    width: 300px;
    margin: 0 auto;
  }
}
.profile-verify .verify {
  width: 582px;
  margin: 0 auto;
}
.profile-verify .box-title {
  width: 100%;
  margin-top: 104px;
  text-align: center;
  color: #000000;
  display: block;
  font-weight: 700;
}
.profile-verify .input-file {
  margin-bottom: 34px;
}
.profile-verify .text-red {
  color: #d0011b;
}
.profile-verify .box-warning {
  margin-top: 34px;
  text-align: center;
  font-size: 18px;
}
.profile-verify .box-documents {
  margin-top: 60px;
}
.profile-verify .title {
  color: #8c8c8c;
  display: inline-block;
  margin-bottom: 19px;
  width: 49%;
}
.profile-verify .title-right {
  color: #8c8c8c;
  display: inline-block;
  margin-bottom: 19px;
  width: 50%;
  text-align: right;
  text-decoration: none;
}
.profile-verify .box-attach {
  width: 478px;
  height: 30px;
  padding: 6px;
  border: solid 1px #979797;
  margin-right: 6px;
  float: left;
  margin-bottom: 34px;
}
.profile-verify .box-attach-right {
  width: 97px;
  height: 30px;
  padding: 6px 16px;
  border: solid 1px #979797;
  float: left;
  margin-bottom: 34px;
  color: #8c8c8c;
}
.profile-verify .box-col2 {
  width: 285px;
  height: 50px;
  padding: 7px;
  border: solid 1px #979797;
  float: left;
  margin-bottom: 19px;
  margin-right: 11px;
  padding-left: 10px;
}
.profile-verify .box-last {
  margin-right: 0px;
}
.profile-verify input {
  border: none;
  width: 100%;
  height: 100%;
}
.profile-verify input:focus {
  outline: none;
}
.profile-verify .buttons .btn {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .profile-verify .verify {
    width: 100%;
  }
  .profile-verify .box-attach {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
  }
  .profile-verify .box-col2 {
    width: 49%;
    height: 50px;
    padding: 7px;
    border: solid 1px #979797;
    float: left;
    margin-bottom: 19px;
    margin-right: 1.7%;
    padding-left: 10px;
  }
  .profile-verify .box-last {
    margin-right: 0px;
  }
}
.profile-complete {
  font-size: 15px;
}
.profile-complete .box-title {
  margin: 0 auto;
  width: 100%;
  margin-top: 104px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.profile-complete .box-summary {
  margin: 0 auto;
  width: 100%;
  margin-top: 34px;
  text-align: center;
  font-size: 16px;
  display: block;
}
.profile-complete .btn-verify {
  margin: 0 auto;
  width: 170px;
  height: 42px;
  margin-top: 57px;
  margin-bottom: 72px;
  display: block;
  font-weight: 700;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0.7em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.profile {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .profile .main-title {
    text-align: center;
  }
}
.profile .profile-summary {
  margin-bottom: 30px;
}
.profile .profile-summary:after {
  clear: both;
  display: block;
  content: ' ';
}
.profile .profile-summary .col-2 {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .profile .profile-summary .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.profile .profile-summary .profile-picture {
  display: flex;
  width: 100%;
  margin: -1px;
  background-color: #efefef;
  position: relative;
}
.profile .profile-summary .profile-picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.profile .profile-summary .profile-picture:after {
  content: ' ';
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .profile .profile-summary .profile-summary-content {
    margin-top: 40px;
  }
}
.profile .profile-summary .profile-summary-content .name-stars {
  margin-bottom: 15px;
}
.profile .profile-summary .profile-summary-content .name-stars:after {
  clear: both;
  display: block;
  content: ' ';
}
.profile .profile-summary .profile-summary-content .name-stars .name {
  float: left;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .profile .profile-summary .profile-summary-content .name-stars .name {
    font-size: 18px;
  }
}
.profile .profile-summary .profile-summary-content .name-stars .stars {
  float: right;
}
@media (max-width: 767px) {
  .profile .profile-summary .profile-summary-content .name-stars .stars {
    font-size: 18px;
  }
}
.profile .profile-summary .profile-summary-content .verification {
  margin-top: 0;
  margin-bottom: 35px;
}
.profile .profile-summary .profile-summary-content .email,
.profile .profile-summary .profile-summary-content .phone {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .profile .profile-summary .profile-summary-content .email,
  .profile .profile-summary .profile-summary-content .phone {
    font-size: 16px;
  }
}
.profile .profile-summary .profile-summary-content .introduce {
  margin-top: 45px;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  height: 51px;
}
@media (max-width: 767px) {
  .profile .profile-summary .profile-summary-content .introduce {
    font-size: 18px;
  }
}
.profile .profile-tabs {
  margin-right: -6px;
  margin-left: -6px;
  margin-bottom: 50px;
}
.profile .profile-tabs:after {
  clear: both;
  display: block;
  content: ' ';
}
.profile .profile-tabs .col-3 {
  padding-right: 6px;
  padding-left: 6px;
}
@media (max-width: 767px) {
  .profile .profile-tabs .col-3 {
    width: 33.33%;
    padding-right: 0;
    padding-left: 0;
  }
}
.profile .profile-tabs .tab {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #4f4c47;
  cursor: pointer;
}
@media (max-width: 767px) {
  .profile .profile-tabs .tab {
    padding: 0.8em 0;
    font-size: 16px;
  }
}
.profile .profile-tabs .tab:hover {
  color: #b19172;
  border: 2px solid #b19172;
}
.profile .profile-tabs .tab.active {
  background: #4f4c47;
  border-color: #4f4c47 !important;
  color: white;
}
.profile .lecture-info-table {
  border-bottom: 1px solid #cdcdcd;
}
.profile .lecture-info-table .table-row {
  border-top: 1px solid #cdcdcd;
  font-size: 18px;
  padding: 32px 0;
}
.profile .lecture-info-table .table-row:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .profile .lecture-info-table .table-row .table-group {
    float: left;
    width: 50%;
  }
}
.profile .lecture-info-table .table-row .table-cell,
.profile .lecture-info-table .table-row .table-header {
  float: left;
}
@media (max-width: 767px) {
  .profile .lecture-info-table .table-row .table-cell,
  .profile .lecture-info-table .table-row .table-header {
    float: none;
  }
}
.profile .lecture-info-table .table-row .table-header {
  width: 200px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .profile .lecture-info-table .table-row .table-header {
    margin-bottom: 18px;
    width: auto;
  }
}
.profile .lecture-info-table .table-row .table-cell:not(.table-cell-long) {
  width: calc((100% - 400px) / 2);
}
@media (max-width: 767px) {
  .profile .lecture-info-table .table-row .table-cell:not(.table-cell-long) {
    width: auto;
  }
}
.profile .lecture-info-item {
  margin-top: 100px;
}
.profile .lecture-info-item .lecture-info-title {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #b19172;
}
.profile .lecture-info-item .lecture-info-content {
  text-align: left;
  font-size: 18px;
}
.profile .profile-info-item {
  margin-bottom: 85px;
}
.profile .profile-info-item:after {
  clear: both;
  display: block;
  content: ' ';
}
.profile .profile-info-item .profile-info-title {
  display: block;
  float: left;
  width: 140px;
  color: #b19172;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .profile .profile-info-item .profile-info-title {
    margin-bottom: 18px;
    float: none;
  }
}
.profile .profile-info-item .profile-info-content {
  overflow: hidden;
  font-size: 22px;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .profile .profile-info-item .profile-info-content {
    font-size: 16px;
  }
}
.profile .tab-page .main-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #b19172;
}
.profile .total-stars {
  position: relative;
  background: #f6f6f6;
  padding: 30px 0;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 767px) {
  .profile .total-stars {
    padding-bottom: 60px;
  }
}
.profile .total-stars .desc {
  position: absolute;
  right: 40px;
  top: 50px;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (max-width: 767px) {
  .profile .total-stars .desc {
    width: 100%;
    bottom: 25px;
    text-align: center;
    transform: none;
    top: auto;
    right: auto;
    font-size: 16px;
  }
}
.profile .no-review {
  position: relative;
  background: #f6f6f6;
  margin-bottom: 80px;
  padding: 36px 0;
  text-align: center;
  font-size: 28px;
}
.profile .review-list {
  margin-top: 80px;
}
.profile .review-list .review-item {
  margin-bottom: 80px;
}
.profile .review-list .review-item .review-item-header {
  font-size: 20px;
  margin-bottom: 30px;
}
.profile .review-list .review-item .review-item-header:after {
  clear: both;
  display: block;
  content: ' ';
}
.profile .review-list .review-item .review-item-header .name {
  float: left;
  width: 180px;
}
.profile .review-list .review-item .review-item-header .stars {
  float: left;
}
.profile .review-list .review-item .review-item-header .date {
  float: right;
}
@media (max-width: 767px) {
  .profile .review-list .review-item .review-item-header .name {
    font-size: 18px;
  }
  .profile .review-list .review-item .review-item-header .stars-date {
    float: right;
    text-align: right;
  }
  .profile .review-list .review-item .review-item-header .stars {
    float: none;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .profile .review-list .review-item .review-item-header .date {
    float: none;
    font-size: 14px;
  }
}
.profile .review-list .review-item .review-item-content {
  font-size: 22px;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .profile .review-list .review-item .review-item-content {
    font-size: 16px;
  }
}
.profile .title {
  margin-top: 42px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.profile .profile-pic {
  margin: 0 auto;
  margin-top: 48px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: block;
  background-color: #d8d8d8;
  border: solid 1px #979797;
}
.profile .box-name {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.profile .box-mobile {
  margin-top: 3px;
  text-align: center;
  color: #000000;
}
.profile .box-request {
  text-align: center;
  margin: 35px 0;
}
.profile .box-site {
  margin-top: 3px;
  text-align: center;
  color: #000000;
}
.profile .box-summary {
  margin-top: 20px;
  color: #7f756b;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.profile .verification {
  margin-top: 30px;
  padding: 2px;
}
.profile .career-verification {
  color: #64b0d8;
  padding-bottom: 2px;
}
.profile .clear-verification {
  color: #64b0d8;
}
.profile .career-verification-gray {
  color: #7f756b;
}
.profile .img-career-done {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  margin-bottom: -2px;
}
.profile .img-clear-done {
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
}
.profile .btn-verification {
  text-decoration: none;
  display: inline-block;
  position: relative;
  float: right;
  color: #4a4a4a;
}
.profile .img-done {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.profile .info {
  border-bottom: solid 1px #979797;
  border-top: solid 1px #979797;
  margin-top: 12px;
}
.profile .info-row {
  height: auto;
}
.profile .info-half {
  width: 50%;
  float: left;
}
.profile .info-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: 128px;
  float: left;
  color: #000000;
  height: 38px;
  padding-top: 12px;
  background-color: #f4f4f2;
}
.profile .info-content {
  font-size: 14px;
  float: left;
  color: #000000;
  padding-top: 12px;
  padding-left: 14px;
  white-space: nowrap;
  max-width: 294px;
}
.profile .bottom-line {
  border-bottom: solid 0.5px #979797;
}
.profile .tab {
  border-bottom: solid 1px #979797;
}
.profile .tab-item {
  background-color: #f4f4f2;
  height: 40px;
  padding: 12px;
  margin-right: 1.5%;
  text-align: center;
  float: left;
  width: 32.3%;
  color: inherit;
  text-decoration: none;
}
.profile .last {
  margin-right: 0px;
}
.profile .tab-row {
  margin-top: 36px;
  margin-bottom: 30px;
}
.profile .tab-title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  border-left: solid 5px #979797;
}
.profile .lecture-items {
  margin-bottom: 50px;
}
.profile .lecture-sub-title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.profile .lecture-sub-items {
  content: "-";
  line-height: 1.5;
  font-weight: 400;
}
.profile .lecture-table {
  margin-top: 50px;
  margin-bottom: 80px;
  border-top: solid 2px #9b9b9b;
  color: #5f5f5f;
}
.profile .table-title {
  border-bottom: solid 1px #9b9b9b;
  text-align: center;
  height: 47px;
  padding-top: 15px;
  color: #000000;
  font-weight: 700;
}
.profile .table-title-title {
  float: left;
  width: 60%;
  margin-left: 10%;
}
.profile .table-title-download {
  width: 30%;
  float: left;
}
.profile .table-content {
  border-bottom: solid 1px #9b9b9b;
  text-align: center;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.profile .table-content-num {
  float: left;
  width: 10%;
}
.profile .table-content-title {
  float: left;
  width: 60%;
}
.profile .table-content-download {
  width: 30%;
  float: left;
}
.profile .btn-download {
  color: #4a4a4a;
}
.profile .pics {
  width: 700px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
.profile .btn-pic-left {
  float: left;
  display: inline-block;
  width: 13px;
  height: 30px;
  margin-top: 150px;
  margin-right: 65px;
}
.profile .btn-pic-right {
  margin-left: 65px;
  float: left;
  display: inline-block;
  width: 13px;
  margin-top: 150px;
  height: 30px;
}
.profile .pic {
  width: 451px;
  margin: 0 auto;
  height: 324px;
  background-color: #d8d8d8;
  display: inline-block;
  border: solid 1px #979797;
  float: left;
}
.profile .media-first {
  margin-top: 30px;
  display: inline-block;
}
.profile .media-second {
  margin-top: 30px;
  display: inline-block;
}
.profile .btn-media-select {
  display: inline-block;
  border-radius: 50%;
  float: left;
  width: 12px;
  height: 11px;
  margin-right: 14px;
  background-color: #ededed;
}
.profile .media-active {
  background-color: #a5a5a5;
}
.profile .btn-vid-left {
  float: left;
  display: inline-block;
  width: 13px;
  height: 30px;
  margin-top: 150px;
  margin-right: 47px;
}
.profile .btn-vid-right {
  margin-left: 47px;
  float: left;
  display: inline-block;
  width: 13px;
  margin-top: 150px;
  height: 30px;
}
.profile .vids {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 250px;
  text-align: center;
}
.profile .vid {
  width: 607px;
  height: 327px;
  background-color: #d8d8d8;
  display: inline-block;
  float: left;
  border: solid 1px #979797;
}
.profile .profile-items {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.profile .profile-item {
  padding-left: 1em;
  line-height: 1.5;
}
.profile .profile-item:before {
  content: "-";
  padding-right: 5px;
}
.profile .review-title {
  margin-top: 80px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.profile .review-score {
  font-size: 20px;
  text-align: center;
  color: #000000;
  height: 100%;
}
.profile .checked {
  content: url("/images/profile-star-yellow.svg");
}
.profile .review-table {
  border-top: solid 2px #9b9b9b;
  border-bottom: solid 2px #9b9b9b;
  margin-top: 50px;
  margin-bottom: 44px;
}
.profile .review-row {
  height: auto;
  border-bottom: solid 1px #9b9b9b;
}
.profile .review-content {
  width: 75%;
  border-right: solid 0.5px #9b9b9b;
  height: 100%;
  float: left;
}
.profile .review-row-first {
  height: 90px;
  padding-top: 45px;
}
.profile .review-company {
  font-weight: 500;
  padding-right: 20px;
  border-right: solid 1px #9b9b9b;
  float: left;
}
.profile .review-row-title {
  font-weight: 500;
  padding-right: 20px;
  float: left;
  margin-left: 20px;
}
.profile .review-date {
  position: relative;
  float: right;
  margin-right: 50px;
}
.profile .review-row-second {
  line-height: 1.5;
  margin-bottom: 15px;
}
.profile .review-col-score {
  width: 25%;
  height: 100%;
  float: left;
}
.profile .review-star {
  width: 23.1px;
  height: 22px;
  margin-right: 3px;
}
.profile .review-score-stars {
  margin-top: 15px;
  text-align: center;
}
.profile .review-score-title {
  margin-top: 43px;
  text-align: center;
  color: #000000;
}
.profile .review-score-score {
  margin-top: 2px;
  text-align: center;
  color: #000000;
}
.profile .linebreak-mobile {
  display: none;
}
@media (max-width: 767px) {
  .profile .img-career-done {
    margin-right: 0px;
  }
  .profile .info-title {
    width: 100%;
  }
  .profile .info-content {
    font-size: 14px;
    float: left;
    color: #000000;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
    max-width: none;
  }
  .profile .review-table {
    margin-top: 40px;
  }
  .profile .review-row-first {
    height: 60px;
    padding-top: 10px;
  }
  .profile .review-company {
    display: none;
  }
  .profile .review-date {
    display: none;
  }
  .profile .review-score-title {
    margin-top: 10px;
  }
  .profile .review-star {
    width: 17.1px;
    height: 17px;
    margin-right: 3px;
  }
  .profile .linebreak-mobile {
    display: block;
  }
  .profile .pics {
    width: 100%;
  }
  .profile .btn-pic-left {
    width: 9vw;
    margin-top: 18vw;
    margin-right: 0;
  }
  .profile .btn-pic-right {
    width: 9vw;
    margin-top: 18vw;
    margin-left: 0;
  }
  .profile .pic {
    width: 64vw;
    height: 40vw;
  }
  .profile .btn-vid-left {
    width: 9vw;
    margin-top: 18vw;
    margin-right: 0;
  }
  .profile .btn-vid-right {
    width: 9vw;
    margin-top: 18vw;
    margin-left: 0;
  }
  .profile .vids {
    width: 100%;
  }
  .profile .vid {
    width: 64vw;
    height: 40vw;
  }
  .profile .career-verification {
    font-size: 14px;
  }
  .profile .clear-verification {
    font-size: 14px;
  }
  .profile .do-verification {
    font-size: 14px;
  }
}
.purchase-plan {
  font-size: 15px;
}
.purchase-plan .left-label {
  width: 234px;
  margin-top: 55px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .purchase-plan .left-label {
    margin-top: 30px;
  }
}
.purchase-plan .left-label-text-first {
  color: #000000;
  margin: 0;
  font-size: 20px;
}
.purchase-plan .left-label-text-second {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  margin: 6px 0;
}
.purchase-plan .plan-guide {
  overflow: hidden;
  max-width: 554px;
}
.purchase-plan .plan-guide:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .purchase-plan .plan-guide {
    width: 100%;
    padding-top: 40px;
  }
}
.purchase-plan .plan-guide .plan {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .purchase-plan .plan-guide .plan {
    width: 100%;
    padding-top: 40px;
  }
}
.purchase-plan .plan-guide .plan .plan-title {
  color: #b19172;
  border: 1px solid #b19172;
  text-align: center;
  padding: 10px;
}
.purchase-plan .plan-guide .plan.plan-member .plan-title {
  background: #b19172;
  color: white;
}
.purchase-plan .plan-guide .plan .plan-benefits {
  padding-left: 25px;
}
.purchase-plan .plan-guide .plan .plan-benefits li {
  padding: 5px 0;
}
.purchase-plan .purchase {
  width: 554px;
  padding-top: 83px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .purchase-plan .purchase {
    width: 100%;
    padding-top: 40px;
  }
}
.purchase-plan .purchase .plan {
  width: 170px;
  height: 162px;
  float: left;
  margin-right: 22px;
  margin-bottom: 40px;
  padding: 33px 0;
}
.purchase-plan .purchase .plan:first-child {
  padding: 53px 0;
}
.purchase-plan .purchase .plan:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .purchase-plan .purchase .plan {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    display: block;
    float: none;
  }
  .purchase-plan .purchase .plan:first-child {
    padding: 33px 0;
  }
}
.purchase-plan .select-plan {
  color: #000000;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 18px;
}
.purchase-plan .price-disabled {
  color: #9b9b9b;
  font-size: 15px;
  text-decoration: line-through;
}
.purchase-plan .price-big {
  font-weight: 700;
  font-size: 40px;
}
.purchase-plan .price-small {
  font-weight: 700;
  font-size: 20px;
}
.purchase-plan .price-light {
  font-size: 20px;
}
.purchase-plan .creditcard {
  width: 170px;
  height: 42px;
  float: left;
  margin-right: 22px;
  margin-bottom: 30px;
  font-weight: 400;
}
.purchase-plan .wire {
  width: 170px;
  height: 42px;
  float: left;
  margin-right: 22px;
  margin-bottom: 75px;
  font-weight: 400;
}
.purchase-plan .wire2 {
  width: 170px;
  height: 42px;
  float: left;
  margin-bottom: 75px;
  font-weight: 400;
}
.purchase-plan .btn-purchase {
  width: 106px;
  height: 32px;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 400;
  margin-bottom: 34px;
  padding: 0.5em 0;
}
.request-affiliation .box-title {
  margin: 0 auto;
  width: 100%;
  margin-top: 107px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.request-affiliation .box-summary {
  margin: 0 auto;
  width: 100%;
  margin-top: 34px;
  text-align: center;
  font-size: 16px;
  display: block;
}
.request-affiliation .box-diagram {
  width: 900px;
  height: 170px;
  margin-top: 69px;
}
.request-affiliation .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.request-affiliation .privacy {
  margin: 0 auto;
  margin-top: 107px;
  width: 582px;
}
.request-affiliation .label-title {
  color: #8c8c8c;
  display: inline-block;
  margin-bottom: 17px;
  padding-left: 5px;
}
.request-affiliation .box-policy {
  width: 582px;
  height: 232px;
  border: solid 1px #979797;
}
.request-affiliation .btn-next {
  margin: 0 auto;
  margin-top: 77px;
  margin-bottom: 113px;
  width: 106px;
  height: 32px;
  border-radius: 5px;
  padding: 0.5em 0em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .request-affiliation .privacy {
    width: 100%;
  }
  .request-affiliation .box-policy {
    width: 100%;
  }
}
.form-affiliation {
  font-size: 15px;
}
.form-affiliation .box-title {
  margin: 0 auto;
  width: 100%;
  margin-top: 107px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.form-affiliation .box-summary {
  margin: 0 auto;
  width: 100%;
  margin-top: 34px;
  text-align: center;
  font-size: 16px;
  display: block;
}
.form-affiliation .box-warning {
  color: #d0011b;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 18px;
  width: 100%;
}
.form-affiliation .label-title {
  color: #8c8c8c;
  display: inline-block;
  margin-bottom: 17px;
}
.form-affiliation .btn-submit {
  margin: 0 auto;
  margin-top: 76px;
  margin-bottom: 162px;
  width: 106px;
  height: 32px;
  border-radius: 5px;
  padding: 0.5em 0em;
  font-weight: 400;
}
.form-affiliation .box-form {
  margin: 0 auto;
  width: 582px;
  margin-top: 56px;
}
.form-affiliation .box-attach {
  width: 478px;
  height: 30px;
  padding: 6px;
  border: solid 1px #979797;
  margin-right: 6px;
  float: left;
  margin-bottom: 34px;
}
.form-affiliation .box-attach-right {
  width: 97px;
  height: 30px;
  padding: 6px 16px;
  border: solid 1px #979797;
  float: left;
  margin-bottom: 34px;
  color: #8c8c8c;
}
.form-affiliation .box-col1 {
  width: 360px;
  height: 50px;
  text-align: left;
  display: block;
  padding-left: 14px;
  border: solid 1px #979797;
  float: left;
}
.form-affiliation .box-col2 {
  width: 222px;
  height: 50px;
  text-align: left;
  display: block;
  padding-left: 14px;
  border: solid 1px #979797;
  border-left: 0;
  float: left;
}
.form-affiliation .box-last {
  margin-bottom: 46px !important;
}
.form-affiliation .box-border {
  border: solid 1px #979797;
  border-top: 0;
}
.form-affiliation .box {
  width: 582px;
  height: 50px;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding-left: 14px;
}
.form-affiliation .box-intro {
  margin-bottom: 47px;
  width: 582px;
  height: 126px;
  border: solid 1px #979797;
  padding: 15px;
}
.form-affiliation textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  height: 100%;
}
.form-affiliation .text-label {
  display: inline-block;
  width: 65px;
}
.form-affiliation input {
  border: none;
  width: 100%;
  height: 100%;
}
.form-affiliation input:focus {
  outline: none;
}
.form-affiliation .input-org {
  line-height: 26px;
  margin-top: 11px;
  width: 230px;
  height: 28px;
}
.form-affiliation .input-contact {
  line-height: 26px;
  margin-top: 11px;
  width: 120px;
  height: 28px;
}
.form-affiliation .input-mobile {
  line-height: 26px;
  margin-top: 11px;
  width: 400px;
  height: 28px;
}
.form-affiliation .input-auth {
  line-height: 26px;
  margin-top: 11px;
  width: 400px;
  height: 28px;
}
.form-affiliation .req-btn {
  display: inline-block;
  width: 73px;
  height: 32px;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: -4px;
  vertical-align: middle;
  padding: 0.4em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.form-affiliation .confirm-btn {
  display: inline-block;
  width: 48px;
  height: 32px;
  margin-left: 30px;
  margin-top: -4px;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0.4em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-affiliation .box-form {
    width: 100%;
  }
  .form-affiliation .box-intro {
    width: 100%;
  }
  .form-affiliation .box-attach {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }
  .form-affiliation .box {
    width: 100%;
  }
  .form-affiliation .box-col1 {
    width: 100%;
  }
  .form-affiliation .box-col2 {
    width: 100%;
    border: solid 1px #979797;
    border-top: 0;
  }
  .form-affiliation .input-mobile {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .form-affiliation .input-auth {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .form-affiliation .input-org {
    width: 75%;
  }
  .form-affiliation .input-contact {
    width: 75%;
  }
}
.woollimedu {
  font-size: 15px;
}
.woollimedu .title {
  margin: 0 auto;
  width: 100%;
  margin-top: 78px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.woollimedu .summary {
  margin: 0 auto;
  margin-top: 29px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.woollimedu .diagrams {
  margin: 0 auto;
  margin-top: 78px;
  width: 830px;
}
.woollimedu .diagram {
  border-radius: 50%;
  margin-right: 38px;
  width: 179px;
  height: 179px;
  border: solid 1px #9b9b9b;
  text-align: center;
  float: left;
}
.woollimedu .last {
  margin-right: 0px;
}
.woollimedu .img-first {
  margin-top: 42px;
  width: 35px;
  height: 47px;
}
.woollimedu .img-1 {
  margin-top: 5px;
  margin-left: 108px;
  width: 19px;
  height: 19px;
}
.woollimedu .label-first {
  display: inline-block;
  width: 135px;
  height: 42px;
  color: #4f4c47;
  margin-top: 11px;
}
.woollimedu .img-second {
  margin-top: 44px;
  width: 45px;
  height: 45px;
}
.woollimedu .img-2 {
  margin-top: 19px;
  margin-left: 108px;
  width: 19px;
  height: 19px;
}
.woollimedu .label-second {
  display: inline-block;
  width: 135px;
  height: 17px;
  color: #4f4c47;
  margin-top: 22px;
}
.woollimedu .img-third {
  margin-top: 49px;
  width: 44px;
  height: 40px;
}
.woollimedu .img-3 {
  margin-top: 19px;
  margin-left: 108px;
  width: 19px;
  height: 19px;
}
.woollimedu .label-third {
  display: inline-block;
  width: 135px;
  height: 17px;
  color: #4f4c47;
  margin-top: 22px;
}
.woollimedu .img-fourth {
  margin-top: 45px;
  width: 50px;
  height: 44px;
}
.woollimedu .img-4 {
  margin-top: 19px;
  margin-left: 108px;
  width: 19px;
  height: 19px;
}
.woollimedu .label-fourth {
  display: inline-block;
  width: 135px;
  height: 17px;
  color: #4f4c47;
  margin-top: 22px;
}
.woollimedu .vid-title {
  margin: 0 auto;
  margin-top: 136px;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
.woollimedu .vid-current {
  width: 674px;
  height: 379px;
  margin-top: 29px;
  margin-right: 12px;
  background-color: #d8d8d8;
  border: solid 1px #979797;
  float: left;
}
.woollimedu .vids {
  width: 880px;
  margin: 0 auto;
}
.woollimedu .vid-list {
  height: 379px;
  width: 194px;
  border-top: solid 2px #979797;
  border-bottom: solid 2px #979797;
  margin-top: 29px;
  float: left;
  overflow-y: scroll;
  padding: 8px 5px;
}
.woollimedu .vid-sample {
  width: 179px;
  height: 100px;
  background-color: #d8d8d8;
  margin-bottom: 12px;
}
.woollimedu ::-webkit-scrollbar {
  width: 4px;
}
.woollimedu ::-webkit-scrollbar-track {
  margin: 8px;
}
.woollimedu ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #4a4a4a;
}
.woollimedu .buttons {
  width: 384px;
  margin: 0 auto;
  margin-top: 81px;
  margin-bottom: 149px;
}
.woollimedu .btn-org {
  width: 166px;
  height: 73px;
  margin-right: 52px;
  font-weight: 400;
  border-radius: 5px;
  padding: 1.2em 0em;
  float: left;
}
.woollimedu .btn-lecturer {
  width: 166px;
  height: 73px;
  border-radius: 5px;
  padding: 1.2em 0em;
  float: left;
}
@media (max-width: 767px) {
  .woollimedu .diagrams {
    width: 100%;
  }
  .woollimedu .diagram {
    clear: both;
    margin: 10px auto;
    float: none;
  }
  .woollimedu .vids {
    width: 100%;
  }
  .woollimedu .vid-current {
    width: 100%;
    height: 39vw;
    margin-top: 29px;
    margin-right: 2vw;
    background-color: #d8d8d8;
    border: solid 1px #979797;
    float: left;
  }
  .woollimedu .vid-list {
    width: 100%;
    height: 39vw;
    border-top: solid 2px #979797;
    border-bottom: solid 2px #979797;
    margin-top: 29px;
    float: left;
    overflow-y: scroll;
    padding: 8px 5px;
  }
  .woollimedu .vid-sample {
    width: 32vw;
    height: 24vw;
    background-color: #d8d8d8;
    margin-bottom: 12px;
  }
  .woollimedu ::-webkit-scrollbar {
    width: 4px;
  }
  .woollimedu ::-webkit-scrollbar-track {
    margin: 8px;
  }
  .woollimedu ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #4a4a4a;
  }
  .woollimedu .buttons {
    width: 166px;
  }
  .woollimedu .btn-org {
    margin-bottom: 30px;
  }
}
.lectureedu {
  font-size: 15px;
}
.lectureedu .title {
  margin: 0 auto;
  width: 100%;
  margin-top: 78px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.lectureedu .form-container {
  width: 100%;
}
.lectureedu .warning {
  margin: 0 auto;
  margin-top: 27px;
  width: 100%;
  text-align: center;
  color: #d0011b;
}
.lectureedu .boxes {
  margin: 0 auto;
  margin-top: 81px;
  width: 734px;
}
.lectureedu .box-col2 {
  background-color: #f4f4f2;
  width: 367px;
  height: 37px;
  float: left;
}
.lectureedu .line1 {
  border-left: solid 3px #979797;
  border-right: solid 1px #979797;
}
.lectureedu .line2 {
  border-right: solid 3px #979797;
}
.lectureedu .label-box-title {
  display: inline-block;
  width: 150px;
  margin-left: 20px;
  color: #8c8c8c;
  margin-top: 9px;
}
.lectureedu .label-content {
  display: inline-block;
  width: 150px;
  text-align: right;
  margin-top: 9px;
  color: #8c8c8c;
}
.lectureedu .label-title {
  display: inline-block;
  margin-bottom: 19px;
  color: #8c8c8c;
}
.lectureedu .contents {
  margin: 0 auto;
  margin-top: 36px;
  width: 734px;
}
.lectureedu .btn-submit {
  width: 106px;
  height: 32px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 97px;
  margin-bottom: 131px;
  padding: 0.5em 1em;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .lectureedu .boxes {
    margin: 0 auto;
    margin-top: 47px;
    width: 100%;
  }
  .lectureedu .box-col2 {
    background-color: #f4f4f2;
    width: 90%;
    margin-left: 5%;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .lectureedu .contents {
    width: 100%;
  }
}
.orgedu {
  font-size: 15px;
}
.orgedu .title {
  margin: 0 auto;
  width: 100%;
  margin-top: 78px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.orgedu .btn-submit {
  width: 106px;
  height: 32px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 83px;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.find .navbar {
  border-bottom: solid 2px #979797;
  margin-top: 95px;
}
.find .nav {
  display: block;
  float: left;
  color: #9b9b9b;
  height: 40px;
  font-size: 20px;
  text-align: center;
  padding: 0em;
  border-radius: 0px;
  margin-right: 38px;
  margin-bottom: -5px;
  font-weight: 400;
}
.find .active {
  color: #7f756b;
  border-bottom: solid 8px #7f756b;
  font-weight: 700;
}
.find .input {
  border-bottom: solid 1px #979797;
}
.find .input-line1 {
  width: 302px;
  margin: 0 auto;
  margin-top: 71px;
}
.find .input-line2 {
  width: 302px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 64px;
}
.find .find-title {
  color: #000000;
  width: 82px;
  display: inline-block;
  float: left;
}
.find .btn-submit {
  width: 106px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
  padding: 0.4em 0;
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 132px;
}
.commissionintro {
  font-size: 18px;
}
.commissionintro .summary {
  margin: 0 auto;
  margin-top: 29px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.commissionintro .sub-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.commissionintro .carousel {
  margin-top: 64px;
}
.commissionintro .img-program {
  width: 703px;
  height: 124px;
  margin: 30px 0 50px 0;
  max-width: 100%;
}
.commissionintro .center {
  text-align: center;
}
.commissionintro .programs {
  margin-left: 20px;
  margin-right: 13px;
  width: 985px;
  height: 149px;
  float: left;
}
.commissionintro .pics {
  width: 190px;
  height: 149px;
  margin-right: 7px;
  background-color: #d8d8d8;
  float: left;
}
.commissionintro .img-sign {
  width: 16px;
  height: 40px;
}
.commissionintro .btn-left {
  display: block;
  float: left;
  width: 16px;
  height: 40px;
  margin-top: 55px;
}
.commissionintro .btn-right {
  display: block;
  float: left;
  width: 16px;
  height: 40px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .commissionintro .carousel {
    width: 266px;
    margin: 0 auto;
    margin-top: 64px;
  }
  .commissionintro .programs {
    width: 200px;
    overflow: hidden;
  }
  .commissionintro .pics {
    width: 190px;
    height: 149px;
    margin-right: 7px;
    background-color: #d8d8d8;
    float: left;
  }
}
.commissionform {
  font-size: 15px;
}
.commissionform .title {
  margin: 0 auto;
  width: 100%;
  margin-top: 78px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.commissionform .btn-submit {
  width: 106px;
  height: 32px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 101px;
  margin-bottom: 49px;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.mypagelecturer {
  font-size: 15px;
  margin-top: 24px;
}
.mypagelecturer .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypagelecturer .img-gear {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.mypage-edit-lecturer {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-edit-lecturer .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.mypage-edit-lecturer .profile {
  float: none;
  margin: 0 auto;
  margin-top: 0;
  padding-bottom: 50px;
}
.mypage-edit-lecturer .label-title {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}
.mypage-edit-lecturer .buttons {
  float: right;
}
.mypage-edit-lecturer .bottom-buttons {
  text-align: center;
  margin-bottom: 80px;
}
.mypage-edit-lecturer .btn-save {
  margin-right: 7px;
  background-color: #4f4c47;
  font-weight: 400;
}
.mypage-edit-lecturer .btn-back {
  font-weight: 400;
}
@media (max-width: 767px) {
  .mypage-edit-lecturer .buttons {
    float: right;
    width: auto;
    margin-right: 0px;
  }
  .mypage-edit-lecturer .add-margin {
    margin-left: 0px;
  }
}
.mypage-revoke-blind {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-revoke-blind .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-revoke-blind .add-margin {
  margin-top: 39px;
  margin-bottom: 68px;
}
.mypage-revoke-blind .box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 39px;
  border: solid 0.5px #4f4c47;
}
.mypage-revoke-blind .box-title {
  height: 120px;
  background-color: #4f4c47;
  color: #ffffff;
}
.mypage-revoke-blind .box-title-title {
  float: left;
  margin-top: 49px;
  margin-left: 49px;
  font-size: 20px;
}
.mypage-revoke-blind .box-title-content {
  float: right;
  margin-right: 25px;
}
.mypage-revoke-blind .box-title-status {
  margin-top: 38px;
  font-weight: 100;
  text-align: right;
  margin-bottom: 13px;
}
.mypage-revoke-blind .label-due {
  display: inline-block;
  padding-right: 8px;
  border-right: solid 1px #b8b8b8;
}
.mypage-revoke-blind .label-duedate {
  font-weight: 100;
  display: inline-block;
  padding-left: 7px;
}
.mypage-revoke-blind .last-margin {
  margin-bottom: 67px !important;
}
.mypage-revoke-blind .btn-return {
  margin: 0 auto;
  width: 136px;
  height: 40px;
  margin-bottom: 56px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .mypage-revoke-blind .box-title-title {
    margin-left: 10px;
    padding-top: 20px;
    margin-top: 0px;
    float: none;
  }
  .mypage-revoke-blind .box-title-content {
    float: none;
  }
  .mypage-revoke-blind .box-title-status {
    text-align: left;
    padding-left: 10px;
    margin-top: 15px;
  }
  .mypage-revoke-blind .label-due {
    display: none;
  }
  .mypage-revoke-blind .label-duedate {
    font-weight: 100;
    display: inline-block;
    padding-left: 10px;
  }
  .mypage-revoke-blind .last-margin {
    margin-bottom: 0px !important;
  }
}
.mypage-purchase {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-purchase .title {
  font-size: 17px;
  color: #000000;
}
.mypage-purchase .summary {
  margin-top: 12px;
  line-height: 1.57;
}
.mypage-purchase .sub-title {
  color: #000000;
  padding-left: 10px;
  border-left: solid 5px #7f756b;
  float: left;
  margin-top: 45px;
  margin-right: 24px;
}
.mypage-purchase p {
  margin: 0;
}
.mypage-purchase .box-sub-content {
  width: 530px;
  height: 162px;
  text-align: center;
  float: left;
  margin-bottom: 32px;
  margin-top: 45px;
}
.mypage-purchase .no-top-margin {
  margin-top: 0;
}
.mypage-purchase .box-sub-label-first {
  width: 170px;
  height: 162px;
  padding-top: 52px;
  background-color: #f4f4f2;
  float: left;
  margin-right: 10px;
}
.mypage-purchase .box-sub-label-second {
  width: 170px;
  height: 162px;
  padding-top: 34px;
  background-color: #e5e5e2;
  margin-right: 10px;
  float: left;
}
.mypage-purchase .box-sub-label-third {
  width: 170px;
  height: 162px;
  padding-top: 34px;
  background-color: #cfcfcb;
  float: left;
}
.mypage-purchase .box-label-first {
  font-size: 40px;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
.mypage-purchase .box-label-first-sm {
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.mypage-purchase .box-label-second {
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.mypage-purchase .box-label-disabled {
  text-align: center;
  color: #9b9b9b;
  text-decoration: line-through;
}
.mypage-purchase .box-detail {
  margin-bottom: 56px;
  padding-left: 154px;
  line-height: 1.5;
  display: block;
}
.mypage-purchase .label-highlight-blue {
  color: #4990e2;
  font-weight: 700;
}
.mypage-purchase .btn-purchase {
  margin: 0 auto;
  width: 163px;
  height: 42px;
  margin-top: 75px;
  margin-bottom: 79px;
  display: block;
  font-weight: 700;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0.7em 0;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mypage-purchase .sub-title {
    width: 100%;
  }
  .mypage-purchase .box-detail {
    padding-top: 30px;
    padding-left: 30px;
  }
  .mypage-purchase .box-sub-content {
    width: 100%;
    height: auto;
  }
  .mypage-purchase .box-sub-label-first {
    margin-right: calc(50% - 85px);
    margin-left: calc(50% - 85px);
  }
  .mypage-purchase .box-sub-label-second {
    margin-right: calc(50% - 85px);
    margin-left: calc(50% - 85px);
  }
  .mypage-purchase .box-sub-label-third {
    margin-right: calc(50% - 85px);
    margin-left: calc(50% - 85px);
    margin-bottom: 30px;
  }
}
.mypage-request-list {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-request-list .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-request-list .add-margin {
  margin-top: 39px;
  margin-bottom: 68px;
}
.mypage-request {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-request .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-request .box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 39px;
  border: solid 0.5px #4f4c47;
}
.mypage-request .box-title {
  height: 120px;
  background-color: #4f4c47;
  color: #ffffff;
}
.mypage-request .box-title-title {
  float: left;
  margin-top: 49px;
  margin-left: 49px;
  font-size: 20px;
}
.mypage-request .box-title-content {
  float: right;
  margin-right: 25px;
}
.mypage-request .box-title-status {
  margin-top: 38px;
  font-weight: 100;
  text-align: right;
  margin-bottom: 13px;
}
.mypage-request .label-due {
  display: inline-block;
  padding-right: 8px;
  border-right: solid 1px #b8b8b8;
}
.mypage-request .label-duedate {
  font-weight: 100;
  display: inline-block;
  padding-left: 7px;
}
.mypage-request .last-margin {
  margin-bottom: 67px !important;
}
.mypage-request .btn-return {
  margin: 0 auto;
  width: 136px;
  height: 40px;
  margin-bottom: 56px;
  border-radius: 5px;
  float: left;
  margin-right: 22px;
}
.mypage-request .buttons {
  width: 294px;
  margin: 0 auto;
}
.mypage-request .btn-edit {
  margin: 0 auto;
  width: 136px;
  height: 40px;
  margin-bottom: 56px;
  border-radius: 5px;
  float: left;
}
@media (max-width: 767px) {
  .mypage-request .box-title-title {
    margin-left: 10px;
    padding-top: 20px;
    margin-top: 0px;
    float: none;
  }
  .mypage-request .box-title-content {
    float: none;
  }
  .mypage-request .box-title-status {
    text-align: left;
    padding-left: 10px;
    margin-top: 15px;
  }
  .mypage-request .label-due {
    display: none;
  }
  .mypage-request .label-duedate {
    font-weight: 100;
    display: inline-block;
    padding-left: 10px;
  }
  .mypage-request .last-margin {
    margin-bottom: 0px !important;
  }
}
.mypage-edit-request {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-edit-request .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
  margin-bottom: 56px;
}
.mypage-edit-request .btn-submit {
  margin: 0 auto;
  width: 106px;
  height: 32px;
  margin-bottom: 91px;
  padding: 0.5em 0;
  margin-top: 87px;
  border-radius: 5px;
}
.mypage-recommendation-list {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-recommendation-list .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-recommendation-list .add-margin {
  margin-top: 39px;
  margin-bottom: 68px;
}
.mypage-recommendation {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-recommendation .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-recommendation .title2 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 14px;
}
.mypage-recommendation .summary2 {
  line-height: 1.4;
  margin-bottom: 60px;
}
.mypage-recommendation .add-margin {
  margin-top: 39px;
  margin-bottom: 68px;
}
.mypage-recommendation .box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 79px;
  border: solid 0.5px #4f4c47;
}
.mypage-recommendation .box-title {
  height: 120px;
  background-color: #4f4c47;
  color: #ffffff;
}
.mypage-recommendation .box-title-title {
  float: left;
  margin-top: 49px;
  margin-left: 49px;
  font-size: 20px;
}
.mypage-recommendation .box-title-content {
  float: right;
  margin-right: 25px;
}
.mypage-recommendation .box-title-status {
  margin-top: 38px;
  font-weight: 100;
  text-align: right;
  margin-bottom: 13px;
}
.mypage-recommendation .label-due {
  display: inline-block;
  padding-right: 8px;
  border-right: solid 1px #b8b8b8;
}
.mypage-recommendation .label-duedate {
  font-weight: 100;
  display: inline-block;
  padding-left: 7px;
}
.mypage-recommendation .last-margin {
  margin-bottom: 67px !important;
}
.mypage-recommendation .center {
  text-align: center;
  margin: 0 auto;
}
.mypage-recommendation .cards {
  margin-bottom: 82px;
  display: inline-block;
}
.mypage-recommendation .btn-return {
  margin: 0 auto;
  width: 136px;
  height: 40px;
  margin-bottom: 99px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .mypage-recommendation .box-title-title {
    margin-left: 10px;
    padding-top: 20px;
    margin-top: 0px;
    float: none;
  }
  .mypage-recommendation .box-title-content {
    float: none;
  }
  .mypage-recommendation .box-title-status {
    text-align: left;
    padding-left: 10px;
    margin-top: 15px;
  }
  .mypage-recommendation .label-due {
    display: none;
  }
  .mypage-recommendation .label-duedate {
    font-weight: 100;
    display: inline-block;
    padding-left: 10px;
  }
  .mypage-recommendation .last-margin {
    margin-bottom: 0px !important;
  }
}
.mypage-purchased-list {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-purchased-list .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-purchased-list .add-margin {
  margin-top: 39px;
  margin-bottom: 68px;
}
.mypage-purchased {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-purchased .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-purchased .box {
  border-bottom: solid 2px #979797;
}
.mypage-purchased .box-title {
  height: 50px;
  background-color: #4f4c47;
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 18px;
  padding-left: 18px;
  font-weight: 200;
  text-align: center;
}
.mypage-purchased .box-title-date {
  float: left;
  width: 90px;
}
.mypage-purchased .box-title-category {
  float: left;
  width: 90px;
}
.mypage-purchased .box-title-lecturer {
  float: left;
  width: 90px;
}
.mypage-purchased .btn-save {
  text-decoration: none;
  display: block;
  float: right;
  margin-right: 30px;
  width: 90px;
  background-color: #4f4c47;
  color: #FFFFFF;
  font-weight: 400;
}
.mypage-purchased .box-star {
  height: 50px;
  padding-top: 18px;
  padding-left: 20px;
  color: #000000;
}
.mypage-purchased .box-star-title {
  float: left;
  margin-right: 5px;
}
.mypage-purchased .box-star-score {
  float: left;
  margin-right: 15px;
}
.mypage-purchased .box-star-stars {
  float: left;
  font-size: 23px;
  margin-top: -7px;
}
.mypage-purchased .box-star-stars .star {
  display: inline-block;
  margin-left: 3px;
  color: #dcd9d9;
}
.mypage-purchased .box-star-stars .star.active {
  color: #f8e81c;
}
.mypage-purchased .box-content {
  width: 813px;
  height: 232px;
  border: solid 1px #979797;
  margin-bottom: 36px;
  margin-left: 15px;
  padding: 15px 25px;
}
.mypage-purchased .add-margin {
  margin-top: 39px;
  margin-bottom: 172px;
}
.mypage-purchased textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  height: 100%;
}
@media (max-width: 767px) {
  .mypage-purchased .box-title-category {
    display: none;
  }
  .mypage-purchased .btn-save {
    margin-right: 0px;
  }
  .mypage-purchased .box-content {
    width: 95%;
  }
  .mypage-purchased .add-margin {
    margin-bottom: 50px;
  }
}
.mypage-edit {
  font-size: 15px;
  margin-top: 24px;
}
.mypage-edit .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.mypage-edit .box-container {
  width: 449px;
  height: auto;
}
.mypage-edit .title-row {
  border-top: solid 3px #979797;
  border-bottom: solid 1px #979797;
  height: 49px;
}
.mypage-edit .title-row2 {
  border-top: solid 4px #979797;
  height: 50px;
  border-bottom: solid 1px #979797;
}
.mypage-edit .content-row {
  height: 47px;
  border-bottom: solid 1px #979797;
}
.mypage-edit .content-row:hover {
  background: #f2f2f2;
}
.mypage-edit .content-row2 {
  height: 96px;
  border-bottom: solid 1px #979797;
}
.mypage-edit .content-row2:hover {
  background: #f2f2f2;
}
.mypage-edit .title-col {
  width: 100px;
  background-color: #f4f4f2;
  text-align: center;
  float: left;
  padding-top: 15px;
  height: 100%;
}
.mypage-edit .edit-col {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  text-align: center;
  float: left;
  height: 100%;
  padding-top: 12px;
  text-align: right;
}
.mypage-edit input {
  font-size: 15px;
  width: 80%;
  text-align: right;
  margin-top: 1px;
  margin-right: 10px;
}
.mypage-edit .disabled {
  border: none;
  pointer-events: none;
}
.mypage-edit .img-edit {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 10px;
}
.mypage-edit .label-verification {
  color: #8c8c8c;
  display: inline-block;
  margin-top: 5px;
  margin-right: 39px;
  margin-left: 50px;
  float: left;
}
.mypage-edit .content-row3 {
  height: 47px;
}
.mypage-edit .add-margin {
  margin-top: 28px;
  margin-bottom: 38px;
}
.mypage-edit .fix {
  margin-top: -3px;
}
.mypage-edit .add-margin2 {
  margin-bottom: 125px;
}
.mypage-edit .input-sm {
  display: block;
  width: 155px;
  float: left;
}
.mypage-edit .long {
  width: 347px;
  padding-top: 5px;
}
.mypage-edit .btn-confirm {
  width: 37px;
  height: 26px;
  padding: 0.3em 0;
  margin-top: 9px;
  float: left;
}
.mypage-edit .btn-fix {
  margin-top: -2px;
}
.mypage-edit .btn-verify {
  padding-top: 14px;
  padding-left: 5px;
  text-decoration: none;
  color: #8c8c8c;
  display: block;
}
.mypage-edit .title-col-mobile {
  display: none;
}
@media (max-width: 767px) {
  .mypage-edit .box-container {
    width: 100%;
  }
  .mypage-edit .label-verification {
    display: none;
  }
  .mypage-edit .long {
    width: auto;
    float: right;
    margin-right: 3px;
  }
  .mypage-edit .input-sm {
    width: 120px;
  }
  .mypage-edit .title-col-mobile {
    display: block;
  }
}
#edit-account .box-first-first {
  width: 100%;
}
#edit-account .box-first-first input {
  width: 400px;
}
@media (max-width: 767px) {
  #edit-account .box-first-first input {
    width: calc(100% - 116px);
  }
}
.paging {
  display: inline-block;
  border: 1px solid #b19172;
  margin-top: 70px;
  margin-bottom: 165px;
  font-size: 0;
}
.paging a {
  display: inline-block;
  height: 48px;
  border: 1px solid #b19172;
  font-size: 18px;
  padding: 13px 16px;
  color: #b19172;
  text-decoration: none;
}
.paging a:hover {
  background: #eae1da;
}
.paging .btn-backward img,
.paging .btn-forward img {
  vertical-align: bottom;
}
.paging .active {
  background-color: #b19172;
  color: white;
}
.table4 {
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.table4 .title-row {
  color: #000000;
  height: 50px;
  text-align: center;
  border-bottom: solid 2px #979797;
  padding-top: 17px;
}
.table4 .content-row {
  height: 86px;
  font-size: 14px;
  text-align: center;
  border-bottom: solid 1px #979797;
  padding-top: 35px;
}
.table4 .content-row:hover {
  background: #f2f2f2;
}
.table4 .col {
  float: left;
}
.table4 .col-category {
  width: 120px;
  color: #000000;
}
.table4 .col-lecturer-title {
  width: 130px;
}
.table4 .col-lecturer {
  width: 130px;
  color: #b19172;
}
.table4 .col-review-first {
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px);
}
.table4 .col-review {
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px);
  margin-top: -23px;
}
.table4 .col-review-title {
  height: 20px;
  text-align: left;
  padding-left: 10px;
  color: #000000;
}
.table4 .col-review-content {
  height: 40px;
  text-align: left;
  padding-left: 10px;
  line-height: 1.29;
  color: #9b9b9b;
  display: table-cell;
  vertical-align: bottom;
}
.table4 .col-date {
  width: 130px;
  color: #000000;
}
.table4 .col-lg-category {
  width: 140px;
  color: #000000;
}
.table4 .col-lg-lecturer-title {
  width: 138px;
}
.table4 .col-lg-lecturer {
  width: 138px;
  color: #b19172;
}
.table4 .col-lg-review-first {
  width: 620px;
}
.table4 .col-lg-review {
  width: 620px;
  margin-top: -23px;
}
.table4 .col-lg-review-title {
  height: 20px;
  text-align: left;
  padding-left: 10px;
  color: #000000;
}
.table4 .col-lg-review-content {
  height: 40px;
  text-align: left;
  padding-left: 10px;
  line-height: 1.29;
  color: #9b9b9b;
  display: table-cell;
  vertical-align: bottom;
}
.table4 .col-lg-date {
  width: 152px;
  color: #000000;
}
.table5 {
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.table5 a {
  text-decoration: none;
}
.table5 .title-row {
  color: #000000;
  height: 50px;
  text-align: center;
  border-bottom: solid 2px #979797;
  padding-top: 17px;
}
.table5 .content-row {
  height: 68px;
  font-size: 14px;
  text-align: center;
  border-bottom: solid 1px #979797;
  padding-top: 27px;
  color: #4a4a4a;
}
.table5 .content-row:hover {
  background: #f2f2f2;
}
.table5 .col {
  float: left;
}
.table5 .col-date {
  width: 120px;
}
.table5 .col-title {
  width: -webkit-calc(100% - 445px);
  width: calc(100% - 445px);
}
.table5 .col-title-title {
  height: 20px;
  text-align: left;
  padding-left: 10px;
  color: #000000;
  margin-top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table5 .col-title-tag {
  height: 30px;
  text-align: left;
  padding-left: 10px;
}
.table5 .col-location {
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table5 .col-on {
  width: 100px;
}
.table5 .col-status {
  width: 100px;
}
.table6 {
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.table6 a {
  text-decoration: none;
}
.table6 .title-row {
  color: #000000;
  height: 50px;
  text-align: center;
  border-bottom: solid 2px #979797;
  padding-top: 17px;
}
.table6 .content-row {
  height: 68px;
  font-size: 14px;
  text-align: center;
  border-bottom: solid 1px #979797;
  padding-top: 27px;
  color: #4a4a4a;
}
.table6 .content-row:hover {
  background: #f2f2f2;
}
.table6 .col {
  float: left;
}
.table6 .col-date {
  width: 120px;
}
.table6 .col-category {
  width: 150px;
}
.table6 .col-lecturer {
  width: 150px;
}
.table6 .col-on {
  width: 150px;
}
.table6 .col-price {
  width: 150px;
}
.table6 .col-review {
  width: 100px;
}
.table6 .btn-review {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.table6 .done {
  font-weight: 300;
}
@media (max-width: 767px) {
  .table4 .col-category {
    display: none;
  }
  .table4 .col-lecturer-title {
    width: 120px;
  }
  .table4 .col-lecturer {
    width: 120px;
    color: #b19172;
  }
  .table4 .col-review-first {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .table4 .col-review {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
    height: 59px;
    overflow-y: hidden;
  }
  .table4 .col-date {
    width: 100px;
  }
  .table5 .content-row {
    height: 50px;
    padding-top: 17px;
  }
  .table5 .content-row:hover {
    background: #f2f2f2;
  }
  .table5 .col-date {
    width: 80px;
  }
  .table5 .col-title {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .table5 .col-title-title {
    margin-top: 0px;
  }
  .table5 .col-title-tag {
    display: none;
  }
  .table5 .col-location {
    width: 60px;
  }
  .table5 .col-on {
    display: none;
  }
  .table5 .col-status {
    display: none;
  }
  .table6 .col-date {
    width: 20%;
  }
  .table6 .col-category {
    width: 20%;
  }
  .table6 .col-lecturer {
    width: 20%;
  }
  .table6 .col-on {
    display: none;
  }
  .table6 .col-price {
    width: 20%;
  }
  .table6 .col-review {
    width: 20%;
  }
}
.selection-panel .boxes {
  margin: 0 auto;
  margin-top: 47px;
  width: 735px;
}
.selection-panel .box-col1 {
  background-color: #f4f4f2;
  width: 277px;
  height: 37px;
  float: left;
  border-left: solid 3px #979797;
  border-right: solid 1px #979797;
}
.selection-panel .box-col2 {
  background-color: #f4f4f2;
  width: 184px;
  height: 37px;
  float: left;
  border-right: solid 1px #979797;
}
.selection-panel .box-col3 {
  background-color: #f4f4f2;
  width: 274px;
  height: 37px;
  float: left;
  border-right: solid 3px #979797;
}
.selection-panel .box-full {
  background-color: #f4f4f2;
  height: 37px;
  border-left: solid 3px #979797;
  border-right: solid 3px #979797;
}
.selection-panel .label-box-title1 {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
  color: #8c8c8c;
  margin-top: 9px;
}
.selection-panel .label-content1 {
  display: inline-block;
  width: 170px;
  text-align: right;
  margin-top: 9px;
  color: #8c8c8c;
}
.selection-panel .label-box-title2 {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
  color: #8c8c8c;
  margin-top: 9px;
}
.selection-panel .label-content2 {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-top: 9px;
  color: #8c8c8c;
}
.selection-panel .label-box-title3 {
  display: inline-block;
  width: 70px;
  margin-left: 20px;
  color: #8c8c8c;
  margin-top: 9px;
}
.selection-panel .label-content3 {
  display: inline-block;
  width: 160px;
  text-align: right;
  margin-top: 9px;
  color: #8c8c8c;
}
.selection-panel .label-content-full {
  display: inline-block;
  width: 360px;
  margin-top: 9px;
  color: #8c8c8c;
}
.selection-panel .details {
  margin: 0 auto;
  width: 735px;
  margin-top: 64px;
  border-top: solid 3px #979797;
  border-bottom: solid 3px #979797;
}
.selection-panel .student-age-list {
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 128px;
}
.selection-panel .student-number-title {
  border-top: solid 1px #979797;
}
.selection-panel .student-age-title {
  border-top: solid 1px #979797;
}
.selection-panel .student-place-title {
  border-top: solid 1px #979797;
}
.selection-panel .student-location-title {
  border-top: solid 1px #979797;
}
.selection-panel .calendar {
  width: 45px;
  margin-right: 5px;
  height: 45px;
  float: left;
  text-align: center;
}
.selection-panel .align-right {
  float: right;
  margin-right: 11px;
}
.selection-panel .img-calendar {
  margin-top: 16px;
}
.selection-panel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 32px;
  height: 17px;
  color: #000000;
  border: 0px;
  outline: 0px;
  outline: none;
}
.selection-panel select::-ms-expand {
  display: none;
}
.selection-panel .start-time {
  color: #000000;
  margin-right: 30px;
}
.selection-panel .end-time {
  margin-left: 30px;
  color: #000000;
}
.selection-panel .disable-click {
  pointer-events: none;
}
.selection-panel .label-student-date {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100px;
  color: #8c8c8c;
  margin-left: 10px;
  float: left;
}
.selection-panel .label-student-date-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 406px;
  text-align: right;
  color: #000000;
  margin-right: 5px;
  float: left;
}
.selection-panel .label-student-age {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
  color: #8c8c8c;
}
.selection-panel .label-student-age-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 530px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.selection-panel .label-student-number {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
  color: #8c8c8c;
}
.selection-panel .label-student-date-time {
  padding-top: 14px;
}
.selection-panel .label-student-number-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 530px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.selection-panel .label-student-location {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  float: left;
  margin-left: 10px;
  color: #8c8c8c;
}
.selection-panel .label-student-place {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  margin-left: 10px;
  color: #8c8c8c;
}
.selection-panel .label-student-place-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 530px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
}
.selection-panel .img-student-age-indicator {
  width: 10px;
  height: 6px;
}
.selection-panel .img-student-number-indicator {
  width: 10px;
  height: 6px;
}
.selection-panel .img-student-place-indicator {
  width: 10px;
  height: 6px;
}
.selection-panel .input-location1 {
  width: 308px;
  height: 30px;
  border: solid 0.5px #979797;
  float: left;
  margin-right: 6px;
  margin-top: 8px;
  padding: 2px;
}
.selection-panel .input-location2 {
  width: 255px;
  height: 30px;
  border: solid 0.5px #979797;
  float: left;
  padding: 2px;
  margin-top: 8px;
}
.selection-panel .btn-section {
  padding: 0.8em 0;
  width: 135px;
  height: 42px;
  font-weight: 400;
  float: left;
  margin-bottom: 14px;
  margin-left: 7px;
  margin-right: 7px;
}
.selection-panel input {
  border: none;
  width: 95%;
  height: 95%;
}
.selection-panel input:focus {
  outline: none;
}
.selection-panel .selection-row {
  border-top: solid 1px #979797;
}
.selection-panel .selection-col1 {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 170px;
  padding-left: 10px;
  float: left;
  color: #8c8c8c;
}
.selection-panel .selection-col1-cal {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  padding-left: 10px;
  float: left;
  color: #8c8c8c;
}
.selection-panel .selection-col2 {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
  text-align: right;
  color: #000000;
  padding-right: 20px;
}
.selection-panel .selection-col2-cal {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: -webkit-calc(100% - 187px);
  width: calc(100% - 187px);
  text-align: right;
  color: #000000;
  padding-right: 1px;
}
.selection-panel .selection-input {
  margin-top: 11px;
  width: -webkit-calc(100% - 192px);
  width: calc(100% - 192px);
  text-align: right;
}
.selection-panel .selection-col2-edit {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: -webkit-calc(100% - 208px);
  width: calc(100% - 208px);
  text-align: right;
  color: #000000;
  padding-right: 20px;
}
.selection-panel .img-indicator {
  width: 10px;
  height: 6px;
}
.selection-panel .long-row {
  height: 77px;
}
.selection-panel .selection-col-box {
  float: right;
  margin-right: 10px;
}
.selection-panel .long-col {
  margin-top: 30px;
}
.selection-panel .radio {
  margin: 14px 7px;
  display: inline-block;
}
.selection-panel .radio input[type=radio] {
  width: auto;
  height: auto;
}
.selection-panel .selection-box {
  float: left;
  width: 135px;
  height: 42px;
  border: solid 1px #000000;
  text-align: center;
  color: #000000;
  padding-top: 12px;
  margin-right: 15px;
  margin-top: 16px;
}
.selection-panel .selection-list {
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 127px;
  margin-right: -7px;
}
.selection-panel .seleciton-label-due {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 110px;
  color: #8c8c8c;
  margin-left: 10px;
  float: left;
}
.selection-panel .seleciton-label-due-status {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 358px;
  text-align: right;
  color: #000000;
  margin-right: 20px;
  float: left;
}
.selection-panel .selection-location1 {
  width: 308px;
  height: 30px;
  display: inline-block;
  border: solid 0.5px #979797;
  float: left;
  margin-right: 6px;
  margin-top: 8px;
  padding: 2px;
}
.selection-panel .selection-location2 {
  width: 285px;
  height: 30px;
  border: solid 0.5px #979797;
  float: left;
  display: inline-block;
  padding: 2px;
  margin-top: 8px;
}
.selection-panel .fix {
  height: 47px;
}
.selection-panel .label-student-request {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 130px;
  float: left;
  margin-left: 10px;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .selection-panel .boxes {
    margin: 0 auto;
    margin-top: 47px;
    width: 100%;
  }
  .selection-panel .box-col1 {
    background-color: #f4f4f2;
    width: 90%;
    margin-left: 5%;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .selection-panel .box-col2 {
    background-color: #f4f4f2;
    width: 90%;
    margin-left: 5%;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .selection-panel .box-col3 {
    background-color: #f4f4f2;
    width: 90%;
    margin-left: 5%;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .selection-panel .box-full {
    background-color: #f4f4f2;
    width: 90%;
    margin-left: 5%;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .selection-panel .label-box-title1 {
    display: inline-block;
    width: 70px;
    margin-left: 10px;
    color: #8c8c8c;
    margin-top: 9px;
  }
  .selection-panel .label-content1 {
    display: inline-block;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: right;
    margin-top: 9px;
    color: #8c8c8c;
  }
  .selection-panel .label-box-title2 {
    display: inline-block;
    width: 70px;
    margin-left: 10px;
    color: #8c8c8c;
    margin-top: 9px;
  }
  .selection-panel .label-content2 {
    display: inline-block;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: right;
    margin-top: 9px;
    color: #8c8c8c;
  }
  .selection-panel .label-box-title3 {
    display: inline-block;
    width: 70px;
    margin-left: 10px;
    color: #8c8c8c;
    margin-top: 9px;
  }
  .selection-panel .label-content3 {
    display: inline-block;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: right;
    margin-top: 9px;
    color: #8c8c8c;
  }
  .selection-panel .label-content-full {
    display: inline-block;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: right;
    margin-top: 9px;
    color: #8c8c8c;
  }
  .selection-panel .details {
    width: 100%;
    margin-top: 44px;
  }
  .selection-panel .student-age-list {
    margin-top: 10px;
    margin-bottom: 16px;
    margin-left: 128px;
  }
  .selection-panel .student-number-title {
    border-top: solid 1px #979797;
  }
  .selection-panel .student-age-title {
    border-top: solid 1px #979797;
  }
  .selection-panel .student-place-title {
    border-top: solid 1px #979797;
  }
  .selection-panel .student-location-title {
    border-top: solid 1px #979797;
  }
  .selection-panel select::-ms-expand {
    display: none;
  }
  .selection-panel .start-time {
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .selection-panel .end-time {
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 30px;
  }
  .selection-panel .disable-click {
    pointer-events: none;
  }
  .selection-panel .label-student-date {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 100px;
    color: #8c8c8c;
    margin-left: 10px;
    float: left;
  }
  .selection-panel .label-student-date-status {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    text-align: right;
    color: #000000;
    margin-right: 5px;
    float: left;
  }
  .selection-panel .label-student-age {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 130px;
    margin-left: 10px;
    color: #8c8c8c;
  }
  .selection-panel .label-student-date-time {
    padding-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    float: right;
    text-align: right;
  }
  .selection-panel .label-student-age-status {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 530px;
    text-align: right;
    color: #000000;
    margin-right: 20px;
  }
  .selection-panel .label-student-number {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 130px;
    margin-left: 10px;
    color: #8c8c8c;
  }
  .selection-panel .label-student-number-status {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 530px;
    text-align: right;
    color: #000000;
    margin-right: 20px;
  }
  .selection-panel .label-student-location {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 130px;
    float: left;
    margin-left: 10px;
    color: #8c8c8c;
  }
  .selection-panel .label-student-place {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 130px;
    margin-left: 10px;
    color: #8c8c8c;
  }
  .selection-panel .label-student-place-status {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 530px;
    text-align: right;
    color: #000000;
    margin-right: 20px;
  }
  .selection-panel .img-student-age-indicator {
    width: 10px;
    height: 6px;
  }
  .selection-panel .img-student-number-indicator {
    width: 10px;
    height: 6px;
  }
  .selection-panel .img-student-place-indicator {
    width: 10px;
    height: 6px;
  }
  .selection-panel .input-location1 {
    width: 308px;
    height: 30px;
    border: solid 0.5px #979797;
    float: left;
    margin-right: 6px;
    margin-top: 8px;
    padding: 2px;
  }
  .selection-panel .input-location2 {
    width: 255px;
    height: 30px;
    border: solid 0.5px #979797;
    float: left;
    padding: 2px;
    margin-top: 8px;
  }
  .selection-panel input {
    border: none;
    width: 95%;
    height: 95%;
  }
  .selection-panel input:focus {
    outline: none;
  }
  .selection-panel .selection-row {
    border-top: solid 1px #979797;
  }
  .selection-panel .img-indicator {
    width: 10px;
    height: 6px;
  }
  .selection-panel .long-row {
    height: auto;
  }
  .selection-panel .selection-col-box {
    width: 300px;
    margin: 0 auto;
  }
  .selection-panel .long-col {
    margin-top: 26px;
    margin-bottom: 0px;
  }
  .selection-panel .selection-box {
    float: left;
    width: 135px;
    height: 42px;
    border: solid 1px #000000;
    text-align: center;
    color: #000000;
    padding-top: 12px;
    margin: 10px 3px;
  }
  .selection-panel .selection-list {
    width: 300px;
    margin: 0 auto;
  }
  .selection-panel .seleciton-label-due {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 299px;
    color: #8c8c8c;
    margin-left: 10px;
    float: left;
  }
  .selection-panel .seleciton-label-due-status {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 358px;
    text-align: right;
    color: #000000;
    margin-right: 20px;
    float: left;
  }
  .selection-panel .selection-location {
    float: right;
    width: 300px;
  }
  .selection-panel .selection-location1 {
    width: 130px;
    margin-bottom: 8px;
  }
  .selection-panel .selection-location2 {
    width: 150px;
  }
}
.card-container {
  margin-left: -27px;
  margin-right: -27px;
}
.card-col {
  padding-right: 27px;
  padding-left: 27px;
  margin-bottom: 20px;
}
.card-container-narrow {
  margin-left: -15px;
  margin-right: -15px;
}
.card-col-narrow {
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}
.card {
  border-bottom: solid 1px #dcd9d9;
  width: 160px;
  height: 249px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.card .pic {
  width: 160px;
  height: 150px;
  background-color: #d8d8d8;
}
.card .name {
  color: #000000;
  margin-top: 6px;
  font-weight: 700;
}
.card .title {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400;
  margin-top: 1px;
}
.card .tag {
  font-size: 14px;
  margin-top: 8px;
  color: #4a4a4a;
}
.card .stars {
  margin-top: 7px;
  font-size: 15px;
}
.card .stars .star {
  display: inline-block;
  margin-left: 3px;
  color: #dcd9d9;
}
.card .stars .star.active {
  color: #f8e81c;
}
.request-lecture-detail {
  font-size: 15px;
  margin-top: 24px;
}
.request-lecture-detail .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.request-lecture-detail .box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 39px;
  border: solid 0.5px #4f4c47;
}
.request-lecture-detail .box-title {
  height: 120px;
  background-color: #4f4c47;
  color: #ffffff;
}
.request-lecture-detail .box-title-title {
  float: left;
  margin-top: 49px;
  margin-left: 49px;
  font-size: 20px;
}
.request-lecture-detail .box-title-content {
  float: right;
  margin-right: 25px;
}
.request-lecture-detail .box-title-status {
  margin-top: 38px;
  font-weight: 100;
  text-align: right;
  margin-bottom: 13px;
}
.request-lecture-detail .label-due {
  display: inline-block;
  padding-right: 8px;
  border-right: solid 1px #b8b8b8;
}
.request-lecture-detail .label-duedate {
  font-weight: 100;
  display: inline-block;
  padding-left: 7px;
}
.request-lecture-detail .last-margin {
  margin-bottom: 67px !important;
}
.request-lecture-detail .btn-return {
  width: 136px;
  height: 40px;
  border-radius: 5px;
  float: left;
  margin-right: 16px;
  margin-bottom: 99px;
}
.request-lecture-detail .buttons {
  width: 294px;
  margin-bottom: 99px;
  margin: 0 auto;
}
.request-lecture-detail .btn-send {
  width: 136px;
  height: 40px;
  padding: 0.8em 1em;
  margin-bottom: 99px;
  border-radius: 5px;
  float: left;
}
@media (max-width: 767px) {
  .request-lecture-detail .box-title-title {
    margin-left: 10px;
    padding-top: 20px;
    margin-top: 0px;
    float: none;
  }
  .request-lecture-detail .box-title-content {
    float: none;
  }
  .request-lecture-detail .box-title-status {
    text-align: left;
    padding-left: 10px;
    margin-top: 15px;
  }
  .request-lecture-detail .label-due {
    display: none;
  }
  .request-lecture-detail .label-duedate {
    font-weight: 100;
    display: inline-block;
    padding-left: 10px;
  }
  .request-lecture-detail .last-margin {
    margin-bottom: 0px !important;
  }
}
.request-lecturer-detail {
  font-size: 15px;
  margin-top: 24px;
}
.request-lecturer-detail .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 17px;
}
.request-lecturer-detail .box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 39px;
  border: solid 0.5px #4f4c47;
}
.request-lecturer-detail .box-title {
  height: 120px;
  background-color: #4f4c47;
  color: #ffffff;
}
.request-lecturer-detail .box-title-title {
  float: left;
  margin-top: 49px;
  margin-left: 49px;
  font-size: 20px;
}
.request-lecturer-detail .box-title-content {
  float: right;
  margin-right: 25px;
}
.request-lecturer-detail .box-title-status {
  margin-top: 38px;
  font-weight: 100;
  text-align: right;
  margin-bottom: 13px;
}
.request-lecturer-detail .label-due {
  display: inline-block;
  padding-right: 8px;
  border-right: solid 1px #b8b8b8;
}
.request-lecturer-detail .label-duedate {
  font-weight: 100;
  display: inline-block;
  padding-left: 7px;
}
.request-lecturer-detail .last-margin {
  margin-bottom: 67px !important;
}
.request-lecturer-detail .btn-return {
  width: 136px;
  height: 40px;
  border-radius: 5px;
  float: left;
  margin-right: 16px;
  margin-bottom: 99px;
}
.request-lecturer-detail .buttons {
  width: 294px;
  margin-bottom: 99px;
  margin: 0 auto;
}
.request-lecturer-detail .btn-send {
  width: 136px;
  height: 40px;
  padding: 0.8em 1em;
  margin-bottom: 99px;
  border-radius: 5px;
  float: left;
}
@media (max-width: 767px) {
  .request-lecturer-detail .box-title-title {
    margin-left: 10px;
    padding-top: 20px;
    margin-top: 0px;
    float: none;
  }
  .request-lecturer-detail .box-title-content {
    float: none;
  }
  .request-lecturer-detail .box-title-status {
    text-align: left;
    padding-left: 10px;
    margin-top: 15px;
  }
  .request-lecturer-detail .label-due {
    display: none;
  }
  .request-lecturer-detail .label-duedate {
    font-weight: 100;
    display: inline-block;
    padding-left: 10px;
  }
  .request-lecturer-detail .last-margin {
    margin-bottom: 0px !important;
  }
}
.request-list {
  font-size: 15px;
  margin-top: 70px;
}
.request-list .btn-add {
  padding: 24px 78px;
  float: right;
  font-weight: 700;
}
@media (max-width: 767px) {
  .request-list .btn-add {
    float: none;
    margin-top: 20px;
    padding: 13px 0;
    font-size: 18px;
  }
}
.request-list .btn-add.btn-light:hover {
  background: #b19172;
  color: white;
}
.request-list .btn-add.btn-dark:hover {
  background: #7f756b;
  color: white;
}
.request-list .list-title {
  margin-bottom: 70px;
}
.request-list .list-title:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .request-list .list-title {
    margin-bottom: 20px;
  }
}
.request-list .list-title .label-title {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .request-list .list-title .label-title {
    font-size: 20px;
  }
}
.request-list .list-title .label-title .number {
  font-weight: 500;
}
.request-list .lecture-list {
  border-top: solid 2px #bfbfbf;
  border-bottom: solid 2px #bfbfbf;
  margin-bottom: 70px;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  .request-list .lecture-list {
    font-size: 16px;
  }
}
.request-list .lecture-list a {
  text-decoration: none;
}
.request-list .lecture-list .title-row {
  color: #000000;
  padding: 24px 0;
}
.request-list .lecture-list .title-row:after {
  clear: both;
  display: block;
  content: ' ';
}
@media (max-width: 767px) {
  .request-list .lecture-list .title-row {
    padding: 14px 0;
  }
}
.request-list .lecture-list .content-row {
  border-top: solid 1px #bfbfbf;
  padding: 24px 0;
  color: #4a4a4a;
  height: 99px;
}
.request-list .lecture-list .content-row:after {
  clear: both;
  display: block;
  content: ' ';
}
.request-list .lecture-list .content-row:hover {
  background: #f2f2f2;
}
.request-list .lecture-list .content-row .col-date,
.request-list .lecture-list .content-row .col-location,
.request-list .lecture-list .content-row .col-on,
.request-list .lecture-list .content-row .col-status {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
}
.request-list .lecture-list .col {
  float: left;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .request-list .lecture-list .col {
    padding: 0;
  }
}
.request-list .lecture-list .col-date {
  width: 180px;
}
@media (max-width: 767px) {
  .request-list .lecture-list .col-date {
    width: 100px;
  }
}
.request-list .lecture-list .col-title {
  overflow: hidden;
  max-width: 60%;
}
.request-list .lecture-list .col-title-title {
  height: 20px;
  margin-bottom: 13px;
  font-size: 18px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .request-list .lecture-list .col-title-title {
    font-size: 16px;
  }
}
.request-list .lecture-list .col-title-tag {
  height: 30px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 767px) {
  .request-list .lecture-list .col-title-tag {
    font-size: 16px;
  }
}
.request-list .lecture-list .col-location {
  float: right;
  text-align: right;
}
.request-list .lecture-list .col-on {
  float: right;
  width: 180px;
}
.request-list .lecture-list .col-status {
  float: right;
  width: 140px;
}
.request-list .lecture-list .col-status .available {
  color: #007eff;
}
.request-list .lecture-list .col-status .connected {
  color: #ff6a00;
}
.request-list .lecture-list .col-status .closed {
  color: #908080;
}
.request-list .center {
  margin: 0 auto;
  text-align: center;
}
.request-list .select {
  width: 86px;
  height: 25px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}
.request-list .input {
  width: 265px;
  height: 25px;
  float: left;
  display: inline-block;
}
.request-list .btn-search {
  width: 55px;
  display: inline-block;
  height: 25px;
  float: left;
  margin-left: 8px;
  padding: 0.3em 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .request-list .box-title {
    height: 160px;
    text-align: center;
  }
  .request-list .title {
    display: none;
  }
  .request-list .summary {
    width: 300px;
    height: 80px;
    padding-top: 18px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .request-list .img-diagram {
    width: 237px;
    height: 59px;
    margin: 0 auto;
    margin-top: 11px;
    float: none;
  }
  .request-list .add-margin3 {
    margin-left: 0px;
    margin-top: 40px;
  }
  .request-list .add-margin4 {
    margin-bottom: 50px;
  }
  .request-list .input {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
.request-lecture {
  font-size: 15px;
}
.request-lecture .title {
  margin-top: 42px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.request-lecture .btn-submit {
  margin: 0 auto;
  width: 106px;
  height: 32px;
  margin-bottom: 91px;
  padding: 0.5em 0;
  margin-top: 87px;
  border-radius: 5px;
}
.request-lecturer {
  font-size: 15px;
}
.request-lecturer .title {
  margin-top: 42px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.request-lecturer .btn-submit {
  margin: 0 auto;
  width: 106px;
  height: 32px;
  margin-bottom: 91px;
  padding: 0.5em 0;
  margin-top: 87px;
  border-radius: 5px;
}
.request-lecture .box-etc,
.request-lecturer .box-etc {
  border: solid 1px #979797;
  width: 100%;
  height: 92px;
  padding: 10px;
  margin-bottom: 24px;
}
.search-page {
  font-size: 15px;
}
.search-page .title {
  font-size: 18px;
  color: #b19172;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 71px;
}
.search-page .table-title {
  color: #000000;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
}
.search-page .table-title-sub {
  font-size: 15px;
}
.search-page .btn-show-more {
  font-size: 14px;
  text-align: left;
  color: #000000;
  float: right;
  text-decoration: none;
}
.search-page .card-bottom-margin {
  margin-bottom: 27px;
}
.search-page .lecturer-box {
  margin-bottom: 93px;
}
.search-page .lecturer-box a {
  text-decoration: none;
}
.search-page .lecturer-box-last {
  margin-bottom: 175px;
}
.lecturer-info {
  margin-top: 22px;
  font-size: 15px;
}
.lecturer-info .box-search {
  background-color: #f4f4f2;
  width: 100%;
  margin-top: 12px;
  padding-left: 17px;
  padding-bottom: 17px;
}
.lecturer-info .main-title {
  color: #000000;
  padding-top: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.lecturer-info .label-category {
  font-size: 13px;
  display: inline-block;
  height: 40px;
  width: 68px;
  padding-top: 10px;
  float: left;
}
.lecturer-info .status {
  border: none;
  pointer-events: none;
  line-height: 26px;
  padding: 0.5em 1em;
  width: 741px;
}
.lecturer-info .status:focus {
  outline: none;
}
.lecturer-info .category-selection {
  width: 741px;
  margin-left: 68px;
  padding: 13px;
  padding-bottom: 3px;
  background-color: #FFFFFF;
  margin-top: 7px;
}
.lecturer-info .category-row {
  margin-left: -5px;
  margin-right: -5px;
}
.lecturer-info .option {
  margin-top: 23px;
}
.lecturer-info .btn-selection {
  width: 135px;
  height: 42px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  padding: 0.8em 0.5em;
  float: left;
  margin-bottom: 10px;
}
.lecturer-info .select-option {
  width: 120px;
  display: inline-block;
  float: left;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}
.lecturer-info .select-option:focus {
  outline: none;
}
.lecturer-info .btn-search {
  width: 101px;
  height: 40px;
  font-size: 13px;
  margin: 0 auto;
  padding: 1em 0.5em;
  font-weight: 400;
}
.lecturer-info .row-title {
  color: #000000;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  margin-top: 53px;
}
.lecturer-info .recommendation {
  margin-bottom: 18px;
  margin-top: 13px;
}
.lecturer-info .recommendation a {
  text-decoration: none;
}
.lecturer-info .btn-show-more {
  font-size: 14px;
  text-align: left;
  color: #000000;
  float: right;
  text-decoration: none;
}
.lecturer-info .info {
  margin-bottom: 52px;
}
.lecturer-info .info a {
  text-decoration: none;
}
.lecturer-info .add-margin {
  margin-bottom: 50px;
}
.lecturer-info .add-margin2 {
  margin-bottom: 126px;
  display: inline-block;
}
.lecturer-info .center {
  margin: 0 auto;
  text-align: center;
}
.lecturer-info .select {
  width: 86px;
  height: 25px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}
.lecturer-info .input {
  width: 265px;
  height: 25px;
  float: left;
  display: inline-block;
}
.lecturer-info .btn-search-2 {
  width: 55px;
  display: inline-block;
  height: 25px;
  float: left;
  margin-left: 8px;
  padding: 0.3em 0;
  font-weight: 400;
}
.lecturer-info .btn-left {
  display: block;
  float: left;
  width: 16px;
  height: 40px;
  margin-top: 111px;
  margin-right: 20px;
  margin-left: 6px;
}
.lecturer-info .btn-right {
  display: block;
  float: left;
  width: 16px;
  height: 40px;
  margin-top: 111px;
  margin-left: 20px;
}
.lecturer-info .fix-margin {
  margin-right: 31px;
}
.lecturer-info .tutor-row {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 16px;
}
.lecturer-info .tutor-col {
  padding-left: 9px;
  padding-right: 9px;
  float: left;
}
@media (max-width: 767px) {
  .lecturer-info .box-search {
    padding-right: 17px;
  }
  .lecturer-info .input {
    width: 100%;
  }
  .lecturer-info .status {
    width: 100%;
  }
  .lecturer-info .category-selection {
    margin-left: 0px;
    width: 100%;
  }
  .lecturer-info .category-row {
    width: 250px;
    margin: 0 auto;
  }
  .lecturer-info .btn-selection {
    width: 115px;
    height: 42px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    padding: 0.8em 0em;
    float: left;
  }
  .lecturer-info .box-selection {
    margin-left: -5px;
  }
  .lecturer-info .label-category {
    width: 100%;
  }
  .lecturer-info .option-mobile {
    width: 260px;
    margin: 0 auto;
    height: 100px;
    clear: both;
  }
  .lecturer-info .option {
    height: 180px;
  }
  .lecturer-info .select-option {
    margin-bottom: 10px;
  }
  .lecturer-info .input {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .lecturer-info .cards-mobile {
    width: 190px;
    height: 250px;
    float: left;
    overflow: hidden;
    margin: 0 calc(50% - 131px);
  }
  .lecturer-info .btn-left {
    margin-left: 0px;
  }
}
.lecturer-recommendation {
  margin-top: 22px;
  font-size: 15px;
}
.lecturer-recommendation .box-search {
  background-color: #f4f4f2;
  width: 100%;
  margin-top: 12px;
  padding-left: 17px;
  padding-bottom: 17px;
}
.lecturer-recommendation .main-title {
  color: #000000;
  padding-top: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.lecturer-recommendation .label-category {
  font-size: 13px;
  display: inline-block;
  height: 40px;
  width: 68px;
  padding-top: 10px;
  float: left;
}
.lecturer-recommendation .status {
  border: none;
  pointer-events: none;
  line-height: 26px;
  padding: 0.5em 1em;
  width: 741px;
}
.lecturer-recommendation .status:focus {
  outline: none;
}
.lecturer-recommendation .category-selection {
  width: 741px;
  margin-left: 68px;
  padding: 13px;
  padding-bottom: 3px;
  background-color: #FFFFFF;
  margin-top: 7px;
}
.lecturer-recommendation .category-row {
  margin-left: -5px;
  margin-right: -5px;
}
.lecturer-recommendation .option {
  margin-top: 23px;
}
.lecturer-recommendation .btn-selection {
  width: 135px;
  height: 42px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  padding: 0.8em 0.5em;
  float: left;
  margin-bottom: 10px;
}
.lecturer-recommendation .select-option {
  width: 120px;
  display: inline-block;
  float: left;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}
.lecturer-recommendation .select-option:focus {
  outline: none;
}
.lecturer-recommendation .btn-search {
  width: 101px;
  height: 40px;
  font-size: 13px;
  margin: 0 auto;
  padding: 1em 0.5em;
  font-weight: 400;
}
.lecturer-recommendation .row-title {
  color: #000000;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  margin-top: 53px;
}
.lecturer-recommendation .add-margin {
  margin-bottom: 50px;
}
.lecturer-recommendation .add-margin2 {
  margin-bottom: 126px;
  display: inline-block;
}
.lecturer-recommendation .card-margin {
  margin-bottom: 24px;
}
.lecturer-recommendation .recommendation {
  margin-top: 24px;
  margin-bottom: 48px;
}
.lecturer-recommendation .recommendation a {
  text-decoration: none;
}
.lecturer-recommendation .center {
  margin: 0 auto;
  text-align: center;
}
.lecturer-recommendation .select {
  width: 86px;
  height: 25px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}
.lecturer-recommendation .input {
  width: 265px;
  height: 25px;
  float: left;
  display: inline-block;
}
.lecturer-recommendation .btn-search-2 {
  width: 55px;
  display: inline-block;
  height: 25px;
  float: left;
  margin-left: 8px;
  padding: 0.3em 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .lecturer-recommendation .box-search {
    padding-right: 17px;
  }
  .lecturer-recommendation .input {
    width: 100%;
  }
  .lecturer-recommendation .status {
    width: 100%;
  }
  .lecturer-recommendation .category-selection {
    margin-left: 0px;
    width: 100%;
  }
  .lecturer-recommendation .category-row {
    width: 250px;
    margin: 0 auto;
  }
  .lecturer-recommendation .btn-selection {
    width: 115px;
    height: 42px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    padding: 0.8em 0em;
    float: left;
  }
  .lecturer-recommendation .box-selection {
    margin-left: -5px;
  }
  .lecturer-recommendation .label-category {
    width: 100%;
  }
  .lecturer-recommendation .option-mobile {
    width: 260px;
    margin: 0 auto;
    height: 100px;
    clear: both;
  }
  .lecturer-recommendation .select-option {
    margin-bottom: 10px;
  }
  .lecturer-recommendation .input {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
.lecturer-review {
  font-size: 15px;
  margin-top: 22px;
}
.lecturer-review .main-title {
  font-size: 20px;
  margin-top: 17px;
  color: #000000;
}
.lecturer-review .sub-title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 37px;
  border-left: solid 3px #7f756b;
}
.lecturer-review .profile-row {
  margin-top: 11px;
  margin-bottom: 34px;
}
.lecturer-review .add-margin0 {
  margin-left: 6px;
  margin-right: 6px;
  float: left;
}
.lecturer-review .add-margin {
  margin-bottom: 36px;
}
.lecturer-review add-margin2 {
  margin-bottom: 87px;
}
.lecturer-review .active-col {
  color: #64b0d8;
}
.lecturer-review .btn-left {
  display: block;
  float: left;
  width: 12px;
  height: 30px;
  margin-top: 89px;
  margin-right: 14px;
}
.lecturer-review .btn-right {
  display: block;
  float: left;
  width: 12px;
  height: 30px;
  margin-top: 89px;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .lecturer-review .ranking-container {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    margin: 0 auto;
    height: 156px;
    float: left;
    overflow: hidden;
  }
  .lecturer-review .btn-left {
    margin-right: 0px;
    margin-top: 72px;
  }
  .lecturer-review .btn-right {
    margin-left: 0px;
    margin-top: 72px;
  }
  .lecturer-review .add-margin0 {
    margin-left: calc(50% - 138px);
    margin-right: calc(50% - 138px);
  }
}
.done-page .title {
  width: 100%;
  margin-top: 80px;
  text-align: center;
  font-size: 28px;
  color: #000000;
  display: block;
  font-weight: 700;
}
.done-page .summary {
  margin: 0 auto;
  margin-top: 27px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
.done-page .text-black {
  font-weight: 700;
  color: #000000;
}
.done-page .box-done {
  margin: 0 auto;
  margin-top: 94px;
  width: 100%;
  text-align: center;
}
.done-page .img-done {
  width: 31px;
  height: 31px;
}
.done-page .buttons {
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 117px;
  max-width: 400px;
}
.done-page .buttons .btn {
  margin-left: 7px;
  margin-right: 7px;
}
.done-page .btn-home {
  width: 170px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.7em 1em;
  margin: 0 auto;
  margin-bottom: 20px;
}
.done-page .btn-mypage {
  width: 170px;
  padding: 0.55em 1em;
  font-weight: 400;
  border-radius: 5px;
  margin: 0 auto;
}
.purchase-page #purchase-form .side {
  font-size: 24px;
  font-weight: 700;
  display: block;
  float: left;
  width: 200px;
}
.purchase-page #purchase-form .content {
  font-size: 24px;
  overflow: hidden;
}
.purchase-page #purchase-form .clearfix {
  overflow: hidden;
  margin: 30px 0 60px 0;
}
.purchase-page #purchase-form h3 {
  font-size: 30px;
}
.purchase-page #purchase-form h4 {
  padding: 10px 15px;
  font-size: 18px;
  margin: 0;
  background: #f4f4f2;
}
@media (max-width: 767px) {
  .purchase-page #purchase-form .side {
    float: none;
    margin-bottom: 30px;
  }
}
.purchase-page #purchase-form .product-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 20px;
}
.purchase-page #purchase-form .product-list li {
  padding: 0 15px;
  border-bottom: 1px solid #f4f4f2;
}
.purchase-page #purchase-form .product-list li .product-title {
  padding: 15px 0;
  padding-left: 10px;
  display: inline-block;
}
.purchase-page #purchase-form .product-list li .product-price {
  display: block;
  float: right;
  padding: 15px 0;
}
.purchase-page #purchase-form .content-refund {
  font-size: 14px;
}
.purchase-page #purchase-form .content-refund ol {
  padding-left: 20px;
}
.inquiry-detail h2 {
  margin-top: 81px;
  margin-bottom: 26px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .inquiry-detail h2 {
    margin-top: 36px;
    font-size: 20px;
  }
}
.inquiry-detail .inquiry-status {
  text-align: center;
  font-size: 20px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-status {
    font-size: 16px;
  }
}
.inquiry-detail .inquiry-status .available {
  color: #64b0d8;
}
.inquiry-detail .inquiry-status .connected {
  color: #ff6a00;
}
.inquiry-detail .inquiry-status .closed {
  color: #908080;
}
.inquiry-detail .inquirer-info {
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 80px;
}
.inquiry-detail .inquirer-info:after {
  clear: both;
  display: block;
  content: ' ';
}
.inquiry-detail .inquirer-info .inquirer-info-entry {
  float: left;
  margin: 0 13.5px;
  padding: 8px;
  width: 250px;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
}
@media (max-width: 767px) {
  .inquiry-detail .inquirer-info .inquirer-info-entry {
    float: none;
    text-align: center;
    width: auto;
  }
}
.inquiry-detail .inquirer-info .inquirer-info-entry .entry-name,
.inquiry-detail .inquirer-info .inquirer-info-entry .entry-content {
  display: block;
  margin: 10px 0;
  font-size: 18px;
  height: 20px;
}
@media (max-width: 767px) {
  .inquiry-detail .inquirer-info .inquirer-info-entry .entry-name,
  .inquiry-detail .inquirer-info .inquirer-info-entry .entry-content {
    font-size: 16px;
  }
}
.inquiry-detail .inquirer-info .inquirer-info-entry .entry-name {
  font-weight: 600;
  margin-bottom: 20px;
}
.inquiry-detail .inquiry-info {
  margin-bottom: 150px;
}
.inquiry-detail .inquiry-info .inquiry-info-entry {
  margin-bottom: 30px;
}
.inquiry-detail .inquiry-info .inquiry-info-entry:after {
  clear: both;
  display: block;
  content: ' ';
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-label {
  display: block;
  float: left;
  width: 180px;
  height: 50px;
  padding: 16px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-entry .entry-label {
    float: none;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap {
  overflow: hidden;
  font-size: 18px;
  line-height: 1;
  background: #f9f9f9;
  min-height: 50px;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap {
    font-size: 16px;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap.entry-content-wrap-datetime:after {
  clear: both;
  display: block;
  content: ' ';
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap.entry-content-wrap-datetime .entry-content-date {
  overflow: hidden;
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap.entry-content-wrap-datetime .entry-content-time {
  float: right;
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content {
  padding: 16px 27px;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content {
    padding: 16px 20px;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content-tags .tag {
  border: 1px solid #bfbfbf;
  display: inline-block;
  padding: 26px 70px;
  background: white;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content-tags .tag {
    padding: 20px;
    font-size: 14px;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content-tags .tag.tag-fw {
  width: 206px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content-tags .tag.tag-fw {
    width: 125px;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-selector {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 30px;
}
.inquiry-detail .inquiry-info .inquiry-info-selector:after {
  clear: both;
  display: block;
  content: ' ';
}
.inquiry-detail .inquiry-info .inquiry-info-selector .button-wrap {
  float: left;
  padding-right: 7px;
  padding-left: 7px;
  width: 20%;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-selector .button-wrap {
    width: 33.333%;
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-selector .button-wrap button {
  display: block;
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 26px 15px;
  background: white;
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-selector .button-wrap button {
    padding: 20px 8px;
  }
}
.inquiry-detail .inquiry-info .inquiry-info-selector .button-wrap button.selected {
  padding: 25px 14px;
  border: 2px solid #b19172;
}
@media (max-width: 767px) {
  .inquiry-detail .inquiry-info .inquiry-info-selector .button-wrap button.selected {
    padding: 19px 14px;
  }
}
.inquiry-detail .action-buttons {
  margin-bottom: 200px;
  text-align: center;
}
.inquiry-detail .action-buttons a,
.inquiry-detail .action-buttons button {
  display: inline-block;
  margin: 0 10px 30px;
}
.inquiry-detail .action-buttons p {
  line-height: 1.4;
  font-size: 18px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap input.entry-content {
  padding: 13px 27px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap select.entry-content,
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap select.entry-content {
  outline: none;
  padding: 10px 23px;
  border: none;
  background: none;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content {
  border: none;
  background: none;
  outline: none;
  height: 50px;
  padding: 13px 27px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content select {
  outline: none;
  padding: 10px 13px;
  border: none;
  background: none;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-time,
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-date {
  padding: 0;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-date input {
  border: none;
  background: none;
  outline: none;
  height: 50px;
  padding: 13px 27px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-time {
  padding-right: 27px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content:not(.entry-content-date):not(.entry-content-time) {
  width: 100%;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-radios {
  padding: 16px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-radios label {
  margin-right: 20px;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap .entry-content.entry-content-radios input[type=radio] {
  zoom: 1.3;
}
.inquiry-detail.inquiry-write .inquiry-info .inquiry-info-entry .entry-content-wrap textarea.entry-content {
  height: 200px;
}
.partner-page {
  max-width: 720px;
}
.partner-page h1 {
  text-align: center;
  margin-top: 64px;
}
.partner-page .heading {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.partner-page .heading .logo-wrap {
  display: flex;
  margin-right: 32px;
  width: 240px;
  height: 240px;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbdbdb;
}
.partner-page .heading .logo-wrap .logo {
  max-width: 100%;
  max-height: 100%;
}
.partner-page .heading .partner-info {
  font-size: 24px;
}
.partner-page .heading .partner-info .info-group {
  display: flex;
  margin-bottom: 24px;
}
.partner-page .heading .partner-info .info-group label {
  font-weight: bold;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .partner-page .heading {
    display: block;
    margin-bottom: 0;
  }
  .partner-page .heading .logo-wrap {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
  }
}
.partner-page h2 {
  font-size: 28px;
  margin-top: 64px;
}
.partner-page .partner-content h3 {
  font-size: 20px;
}
.partner-page .row {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .partner-page .row {
    flex-direction: column;
  }
}
.partner-page .col-4 {
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .partner-page .col-4 {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.partner-page .square {
  width: 100%;
  position: relative;
}
.partner-page .square:after {
  content: ' ';
  display: block;
  padding-bottom: 100%;
}
.partner-page .square .square-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.partner-page .img-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}
.partner-page .img-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}
.partner-page .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}