@import url(./jquery.mCustomScrollbar.min.css);
@import url(./swiper.min.css);

@font-face {
  font-family: "Lato";
  src: url("../font/lato-regular.woff2") format("woff2"), url("../font/lato-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSans-Light.woff2") format("woff2"), url("../font/NotoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSans-Regular.woff2") format("woff2"), url("../font/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSans-Medium.woff2") format("woff2"), url("../font/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSans-Bold.woff2") format("woff2"), url("../font/NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "NotoSans", sans-serif;
  box-sizing: border-box;
}
body,
html {
  min-height: 100%;
  color: #555;
  line-height: 1.5em;
  font-size: 14px;
}
body._hidden {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover,
a.active {
  color: #242424;
}
em,
i,
address {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
  color: #242424;
  line-height: 1em;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
iframe {
  width: 100%;
  vertical-align: top;
  border: 0;
}
button {
  border: 0;
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
  background: transparent;
}

input,
select,
textarea {
  font-size: 1em;
  vertical-align: middle;
}
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="reset"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="file"],
input[type="email"],
input[type="tel"] {
  border: solid 1px #e9e9e9;
  height: 42px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 16px;
}
input[type="text"]:focus {
  border-color: #01cb70;
  outline: #01cb70;
  border-width: 2px;
}
textarea {
  border: solid 1px #c9c9c9;
  height: 120px;
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
  font-size: 16px;
}
input[type="submit"] {
  cursor: pointer;
}
select {
  height: 42px;
  font-size: 16px;
  border: solid 1px #eaeaea;
  background: url(../../contentImage/css/icon_select.png) right center no-repeat #fff;
  padding-right: 35px;
  padding-left: 16px;
  min-width: 110px;
}

i::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
}

input[type="checkbox"].checkbox {
  width: 20px;
  height: 20px;
  vertical-align: -2px;
  position: absolute;
  visibility: hidden;
}
input[type="radio"].radio {
  width: 20px;
  height: 20px;
  margin-right: 24px;
  font-size: 20px;
  color: #787878;
  vertical-align: -4px;
  position: absolute;
  visibility: hidden;
}

input[type="radio"].radio + label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
input[type="radio"].radio + label:before,
input[type="radio"].radio + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: Solid 1px #cacaca;
  margin-top: -10px;
  border-radius: 100%;
}
input[type="radio"].radio + label:after {
  width: 12px;
  height: 12px;
  margin: -6px 0 0;
  left: 4px;
  background: #cacaca;
  display: none;
}
input[type="radio"].radio:checked + label:before {
  border-color: #ff6a54;
  background: #ff6a54;
}
input[type="radio"].radio:checked + label:after {
  background: #fff;
  display: block;
  border-color: #ff6a54;
}
input[type="radio"].radio:disabled + label:before {
  border-color: #e8e8e8;
  background: #e8e8e8;
}
input[type="radio"].boxtype + label {
  height: 40px;
  border: solid 1px #eaeaea;
  background: #fff;
  width: 118px;
  color: #242424;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  padding: 0;
  float: left;
}
input[type="radio"].boxtype:checked + label {
  border: solid 1px #555;
  background: #555;
  color: #fff;
}
input[type="radio"].boxtype + label:before,
input[type="radio"].boxtype + label:after {
  display: none !important;
}

input[type="checkbox"].checkbox + label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
input[type="checkbox"].checkbox + label:before,
input[type="checkbox"].checkbox + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: Solid 1px #cacaca;
  margin-top: -10px;
  border-radius: 100%;
}
input[type="checkbox"].checkbox + label:after {
  width: 6px;
  height: 9px;
  left: 7px;
  margin-top: -6px;
  border-width: 2px;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  border-color: #fff;
  border-radius: 0;
}
input[type="checkbox"].checkbox:checked + label:before {
  border-color: #ff6a54;
  background: #ff6a54;
}

input[type="checkbox"].checkbox.only + label {
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -999em;
}
input[type="checkbox"].checkbox.only + label:before {
  border: 0;
}
input[type="checkbox"].checkbox.only + label:after {
  border-color: #c9c9c9;
  margin-top: -8px;
}
input[type="checkbox"].checkbox.only:checked + label:after {
  border-color: #ff6a54;
}
input[type="checkbox"].checkbox.only:checked + label:before {
  background: #fff;
}

input[type="checkbox"].checkbox.only2 + label {
  width: 22px;
  height: 24px;
  overflow: hidden;
  text-indent: -999em;
  padding: 0;
}

.checkgroup {
  display: flex;
  flex-wrap: wrap;
}
.checkgroup li {
  width: 30%;
}
.checkgroup li.full {
  width: 100%;
}
.checkgroup li label {
  color: #242424;
}
.checkgroup li:nth-child(n + 4) {
  margin-top: 35px;
}
.checkgroup.grid-jb {
  flex-wrap: nowrap;
}
.checkgroup.grid-jb li:nth-child(n + 4) {
  margin-top: 0;
}

.radiogroup {
  display: flex;
  flex-wrap: wrap;
}
.radiogroup li {
  width: 25%;
}
.radiogroup li label {
  color: #242424;
  font-size: 18px;
}
.radiogroup li:nth-child(n + 5) {
  margin-top: 35px;
}

table {
  width: 100%;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend,
caption {
  position: absolute;
  top: -9999em;
  left: -9999em;
  font-size: 0;
  line-height: 0;
}

p,
li,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
strong {
  word-wrap: break-word;
  word-break: keep-all;
}
a,
span,
p,
em,
label,
dt,
dd,
li,
strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
strong {
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: #c8c8c8;
}
:-moz-placeholder {
  color: #c8c8c8;
}
:-ms-input-placeholder {
  color: #c8c8c8;
}

/*** padding /margin ***/

.mgt0 {
  margin-top: 0 !important;
}
.mgt05 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt60 {
  margin-top: 60px !important;
}
.mgt70 {
  margin-top: 70px !important;
}
.mgt80 {
  margin-top: 80px !important;
}
.mgt90 {
  margin-top: 90px !important;
}
.mgt100 {
  margin-top: 100px !important;
}
.mgt120 {
  margin-top: 120px !important;
}
.mgl10 {
  margin-left: 10px !important;
}

/** align **/
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.at {
  vertical-align: top !important;
}
.am {
  vertical-align: middle !important;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.cb:after {
  content: "";
  clear: both;
  display: block;
}

/*** text/color ***/
.bold {
  font-weight: 500;
  color: #242424;
}
.bold2 {
  font-weight: 700;
  color: #242424;
}
.normal {
  font-weight: 400 !important;
}
.light {
  font-weight: 300 !important;
}
.underline {
  text-decoration: underline;
}
.strike {
  text-decoration: line-through;
  font-size: 14px;
  color: #555;
}

.font14 {
  font-size: 14px !important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 20px !important;
}
.font38 {
  font-size: 38px !important;
  line-height: 1.75em;
  color: #242424;
}

.fPointC01 {
  color: #6992fc !important;
} /** blue color **/
.fPointC02 {
  color: #ff6b56 !important;
} /** orange color **/

.block {
  display: block !important;
}
.blind {
  position: absolute;
  top: -9999em;
  left: -9999em;
  font-size: 0;
  line-height: 0;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pr {
  position: relative;
}
.pa {
  position: absolute;
}

.lato {
  font-family: Lato;
}

/****************************** common ******************************/

[class*="grid-"] {
  display: flex;
}
.grid-jb {
  justify-content: space-between !important;
}
.grid-ja {
  justify-content: space-around;
}
.grid-ac {
  align-items: center;
}
[class*="grid-division"] {
  flex-wrap: wrap;
}
.grid-division2 > * {
  width: 50%;
}
.grid-division3 > * {
  width: 33.3333%;
}
.grid-division5 > * {
  width: 20%;
}
.grid-division2.spacing {
  margin: 0 -20px;
}
.grid-division2.spacing > * {
  padding: 0 20px;
}

.pricecell {
  color: #555;
}
.pricecell .price {
  font-size: 20px;
  color: #555;
}
.pricecell .fPointC02 {
  font-size: 14px;
}

/****************************** layout ******************************/

#pageWrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
#pageWrap .footer-sub {
  margin-top: 150px;
}

.contents-inner {
  width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
/*.header:before {content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:#fff;transition:.3s;transform:scaleY(0);transform-origin:center top;}*/
.header > .contents-inner {
  height: 100%;
  position: relative;
}
.header .header-logo {
  margin-left: -20px;
}
.header .header-btn__menu {
  width: 68px;
  height: 68px;
  position: relative;
}
.header .header-btn__menu > span {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  height: 2px;
  width: 28px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  margin: -1px 0 0 -14px;
}
.header .header-btn__menu > span:before,
.header .header-btn__menu > span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.header .header-btn__menu > span:after {
  top: 11px;
}
.header .header-logo__img {
  width: 240px;
  height: 70px;
  overflow: hidden;
  margin-left: 9px;
}
.header .header-logo__img > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em; /*background:url(../../contentImage/css/header_logo.png) center center no-repeat;*/
  background-size: cover;
}
.header-gnb > nav > a {
  color: #000;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
}
.header-gnb > nav > a:hover,
.header-gnb > nav > a.on,
.header-gnb > nav > a.active {
  color: #ff6b56 !important;
}

.header-util [class*="header-util__btn"] {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  position: relative;
}
.header-util [class*="header-util__btn"] > span {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -999em;
}
.header-util .header-util__btn__mypage > span {
  background: url(../../contentImage/css/icon_header_mypage_white.png) center center no-repeat;
}
.header-util .header-util__btn__cart > span {
  background: url(../../contentImage/css/icon_header_cart_white.png) center center no-repeat;
}
.header-util .header-util__btn__alim > span {
  background: url(../../contentImage/css/icon_header_join_white.png) center center no-repeat;
}
.header-util .header-util__btn__log > span {
  background: url(../../contentImage/css/icon_header_log_white.png) center center no-repeat;
}
.header-util .header-util__btn__log.logout > span {
  background: url(../../contentImage/css/icon_header_logout_white.png) center center no-repeat;
}
.header-util .header-util__btn__alim > p {
  position: absolute;
  left: 10px;
  top: -20px;
  background: #ff6b56;
  padding: 0 9px;
  line-height: 18px;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.header-util .header-util__btn__alim > p:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../../contentImage/css/icon_alim.png) center center no-repeat;
  position: absolute;
  left: 15px;
  top: 16px;
}
.header-util a + a {
  margin-left: 10px;
}
.header-gnb > nav > a {
  color: #fff;
}

.header.scrolled:before {
  transform: scaleY(1);
  background: rgba(255, 255, 255, 1);
}
.header.scrolled .header-btn__menu > span {
  background: #242424;
}
.header.scrolled .header-btn__menu > span:before,
.header.scrolled .header-btn__menu > span:after {
  background: #242424;
}
/*.header.scrolled .header-logo__img > a {background-image:url(../../contentImage/css/header_logo_black.png);}*/
.header.scrolled .header-gnb > nav > a {
  color: #242424;
}

.header.scrolled .header-util .header-util__btn__mypage > span,
.header-lnb .header-util .header-util__btn__mypage > span {
  background-image: url(../../contentImage/css/icon_header_mypage.png);
}
.header.scrolled .header-util .header-util__btn__cart > span,
.header-lnb .header-util .header-util__btn__cart > span {
  background-image: url(../../contentImage/css/icon_header_cart.png);
}
.header.scrolled .header-util .header-util__btn__alim > span,
.header-lnb .header-util .header-util__btn__alim > span {
  background-image: url(../../contentImage/css/icon_header_join.png);
}
.header.scrolled .header-util .header-util__btn__log > span,
.header-lnb .header-util .header-util__btn__log > span {
  background-image: url(../../contentImage/css/icon_header_log.png);
}
.header.scrolled .header-util .header-util__btn__log.logout > span,
.header-lnb .header-util .header-util__btn__log.logout > span {
  background-image: url(../../contentImage/css/icon_header_logout.png);
}

.header-lnb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 3;
}
.header-lnb:before {
  content: "";
  width: 50%;
  background: #333;
  position: absolute;
  left: 0;
  height: 100%;
}
.header-lnb-top {
  position: Absolute;
  left: 20px;
  top: 0;
  right: 20px;
  height: 90px;
}
.header-lnb .contents-inner {
  position: relative;
}
.header-lnb__left {
  padding: 110px 30px 65px 70px;
  box-sizing: border-box;
  width: 580px;
}
.lnb-academy__slide {
  color: #fff;
}

.lnb-academy__slide dl + dl {
  margin-top: 50px;
}
.lnb-academy__slide dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.lnb-academy__slide dd {
  position: relative;
}
.lnb-academy__slide ul {
  flex-wrap: wrap;
  padding-right: 15px;
}
.lnb-academy__slide li {
  width: 220px;
  padding-right: 45px;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.lnb-academy__slide li .new {
  right: 0;
}
.lnb-academy__slide li a:hover,
.lnb-academy__slide li a:active {
  color: #fff;
}

.academy-slide .swiper-slide {
  margin-bottom: -7px;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.academy-slide .swiper-slide span:last-child {
  padding-right: 40px;
}
.academy-slide .swiper-slide .new {
  right: 0;
}
.academy-slide a:hover,
.academy-slide a:active {
  color: #fff;
}
.academy-slide {
  height: 180px;
}
.academy-slide .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.header-lnb__right {
  background: #fff;
  width: 700px;
  box-sizing: border-box;
  padding: 110px 0 65px 60px;
  height: 100vh;
}
.header-lnb .header-btn__close {
  width: 68px;
  height: 68px;
  position: relative;
  text-indent: -999em;
}
.header-lnb .header-btn__close > span:before,
.header-lnb .header-btn__close > span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: -1px 0 0 -20px;
  transform: rotate(45deg);
}
.header-lnb .header-btn__close > span:after {
  transform: rotate(135deg);
}
.lnb-depth {
  position: relative;
}
.lnb-depth.depth-sub {
  box-sizing: content-box;
}
.lnb-depth__01 {
  position: relative;
  font-size: 16px;
  color: #242424;
  z-index: 1;
}
.lnb-depth__01 .on,
.lnb-depth__01 a:hover {
  font-weight: 700;
}
.lnb-depth__sub {
  color: #555;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  background: #f6f5f4;
  display: none;
  z-index: 2;
}
.lnb-depth__sub:after {
  content: "";
  display: block;
  clear: both;
}
.lnb-depth__sub li + li {
  margin-top: 20px;
}
.lnb-depth__02 > li,
.lnb-depth__03 > li {
  padding-right: 50px;
}
.lnb-depth__sub a {
  display: block;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lnb-depth__sub a.on,
.lnb-depth__sub a:hover {
  color: #242424;
  font-weight: 700;
}
/*.lnb-depth__02 > li > a.on:after,
.lnb-depth__02 > li > a:hover::after,
.lnb-depth__03 > li > a.on:after,
.lnb-depth__03 > li > a:hover::after {content:"";position:absolute;right:0;top:50%;margin-right:10px;width:8px;height:8px;border:solid 2px #ff6419;border-top:0;border-left:0;transform:rotate(-45deg);margin-top:-5px;}*/
.lnb-depth__03 {
  position: absolute;
  left: 220px;
  top: 0;
  display: none;
}
.lnb-depth__04 {
  position: absolute;
  left: 220px;
  top: 0;
  display: none;
}
.lnb-depth__02 {
  float: left;
  width: 170px;
}
.lnb-depth__02 > li {
  margin: 10px 0 15px;
  padding-right: 10px;
  font-size: 16px;
}
.lnb-depth__02 > li + li {
  margin: 10px 0 15px;
}
.lnb-typeB {
}
.lnb-typeB h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.lnb-typeB .lnb-depth {
  padding: 0;
  display: flex;
}
.lnb-typeB .lnb-depth h5 {
  position: relative;
  padding: 5px 20px;
  margin-bottom: 20px;
  width: 25%;
}
.lnb-typeB .lnb-depth h5 a {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.lnb-typeB .lnb-depth h5 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 0px;
  width: 5px;
  height: 5px;
  border: solid 2px #111;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  margin-top: -5px;
}
.lnb-typeB .lnb-depth h5 > a.on,
.lnb-typeB .lnb-depth h5 > a:hover {
  font-weight: 700;
}
.lnb-typeB .lnb-depth h5 > a.on:after,
.lnb-typeB .lnb-depth h5 > a:hover::after {
  border-color: #ff6419;
  transform: rotate(-135deg);
  margin-top: -2px;
}
.lnb-typeB .lnb-depth__sub {
  top: 30px;
}
.lnb-typeB.lnb-typeC {
  margin-top: 70px;
  margin-bottom: 80px;
}
.lnb-typeB.lnb-typeC .lnb-depth h5 a::after {
  display: none;
}
.lnb-typeB .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 20px !important;
}
.lnb-typeB .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  margin-top: -9px !important;
}

/* .lnb-banner {position:absolute;left:0;bottom:0;width:100%;} */
.header-lnb__left .swiper-pagination {
  width: auto;
  left: auto;
  right: 40px;
  top: -30px;
}
.header-lnb__left .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 4px;
}
.header-lnb__left .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff6b56;
}
.lnb-depth__sub .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

.header-subgnb {
  background: #fff;
  position: fixed;
  left: 0;
  top: 88px;
  width: 100%;
  z-index: 99;
  background: #fff;
  opacity: 0;
}
.header-subgnb .inner {
  padding-left: 275px;
  width: 1283px;
  margin: 0 auto;
  position: relative;
  min-height: 260px;
}
.header-subgnb .lnb-depth {
  width: 660px;
  margin-bottom: 20px;
}
.header-subgnb .bannerbox {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 312px;
}
.header-subgnb .bannerbox .swiper-pagination {
  bottom: auto;
  right: 0;
  top: -25px;
}
.header-subgnb .bannerbox .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
}
.header-subgnb .bannerbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #fc6c54;
}
.header-subgnb .lnb-depth__sub {
  width: 645px;
  height: 220px;
  background: #fff;
  padding: 0;
}
.header-subgnb .lnb-depth__sub .lnb-depth__02 li {
  margin-bottom: 20px;
}

.footer {
  background: #f6f2e9;
  position: relative;
  z-index: 1;
}
.footer-link {
  border-bottom: solid 1px #c9c9c9;
  padding: 40px 0 30px 0;
  font-size: 16px;
}
.footer-content {
  padding: 50px 0;
}
.footer-family .footer-logo div {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.footer-family .footer-logo div strong {
  font-family: Lato;
}
.footer-family--site dl {
  position: relative;
  width: 200px;
  display: inline-block;
}
.footer-family--site dl + dl {
  margin-left: 7px;
}
.footer-family--site dt {
  background: #fff;
  border: solid 1px #c9c9c9;
  font-weight: 700;
  padding: 0 40px 0 20px;
  line-height: 32px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.footer-family--site dt:after {
  content: "";
  width: 7px;
  height: 7px;
  border: solid 1px #242424;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 10px;
}
.footer-family--site dd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 33px;
  background: #fff;
  border: solid 1px #c9c9c9;
  font-size: 16px;
  display: none;
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
}
.footer-family--site dd ul {
  max-height: 300px;
  overflow-y: auto;
}
.footer-family--site dd li a {
  display: block;
  padding: 0 20px;
  line-height: 32px;
}
.footer-family--link {
  margin-top: 20px;
  font-size: 12px;
}
.footer-family--link > span {
  font-size: 12px;
}
.footer-copy {
  margin-top: 30px;
  font-size: 12px;
}
.footer-sns a {
  margin-left: 10px;
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-sns .fb {
  background-image: url(../../contentImage/css/sns_fb.png);
}
.footer-sns .in {
  background-image: url(../../contentImage/css/sns_insta.png);
}
.footer-sns .blog {
  background-image: url(../../contentImage/css/sns_blog.png);
}
.footer-sns .pin {
  background-image: url(../../contentImage/css/sns_pinter.png);
}
.footer-sns a:hover {
  background-color: #ff6b56;
}
.footer-sns .fb:hover {
  background-image: url(../../contentImage/css/sns_fb_on.png);
}
.footer-sns .in:hover {
  background-image: url(../../contentImage/css/sns_insta_on.png);
}
.footer-sns .blog:hover {
  background-image: url(../../contentImage/css/sns_blog_on.png);
}
.footer-sns .pin:hover {
  background-image: url(../../contentImage/css/sns_pinter_on.png);
}

#quickWrap {
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -105px;
  z-index: 90;
  transition: 0.5s ease-out;
}
#quickWrap li {
  height: 50px;
  position: relative;
}
#quickWrap li + li {
  margin-top: 15px;
}
#quickWrap li a {
  display: block;
  min-width: 50px;
  height: 50px;
}
#quickWrap li span {
  display: block;
  transform-origin: right center;
  transition: 0.3s;
  border-radius: 6px;
  text-align: right;
}
#quickWrap li .icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #999;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
#quickWrap li.bg-white .ico-1 {
  background-image: url(../../contentImage/css/ico_new_quick01.png);
}
#quickWrap li.bg-white .ico-2 {
  background-image: url(../../contentImage/css/ico_new_quick02.png);
}
#quickWrap li.bg-white .ico-3 {
  background-image: url(../../contentImage/css/ico_new_quick03.png);
}
#quickWrap li.bg-white .ico-4 {
  background-image: url(../../contentImage/css/ico_new_quick04.png);
}
#quickWrap li.bg-white .ico-5 {
  background-image: url(../../contentImage/css/ico_new_quick05.png);
}

#quickWrap li .text {
  background: #ff6b56;
  color: #fff;
  font-weight: 700;
  padding: 0 14px;
  line-height: 50px;
  transform: scaleX(0);
  opacity: 0;
}
#quickWrap li a:hover .icon {
  transform: scaleX(0);
  opacity: 0;
}
#quickWrap li a:hover .text {
  transform: scaleX(1);
  opacity: 1;
}

#Top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
}
#Top li + li {
  margin-top: 15px;
}
#Top li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-family: Lato;
}
#Top li:nth-child(1) a {
  background: #000000;
}
#Top li:nth-child(2) a {
  background: #fddc2f;
  font-size: 12px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c8c8c8;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #333;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c8c8c8;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #333;
}

.header-sub {
  height: 88px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.header-sub .totalgnb {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  background: #242424;
}
.header-sub .totalgnb > span,
.header-sub .totalgnb > span:before,
.header-sub .totalgnb > span:after {
  content: "";
  text-indent: -999em;
  background: #fff;
  position: absolute;
  height: 2px;
  width: 28px;
  left: 33px;
  top: 50%;
  margin-top: -1px;
}
.header-sub .totalgnb > span:before,
.header-sub .totalgnb > span:after {
  left: -5px;
  top: -9px;
}
.header-sub .totalgnb > span:after {
  top: 9px;
}
.header-inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-sub-gnb a {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
}
.header-sub-gnb a.on,
.header-sub-gnb a:hover {
  color: #ff6b56;
}
.header-sub-util a {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.header-sub-util a span {
  text-indent: -999em;
  display: inline-block;
}
.header-sub-util .kakao {
  background: url(../../contentImage/css/icon_subheader_kakao.png) center center no-repeat;
}
.header-sub-util .kakao:hover {
  background-image: url(../../contentImage/css/icon_subheader_kakao_hover.png);
}
.header-sub-util .mypage {
  background: url(../../contentImage/css/icon_subheader_my.png) center center no-repeat;
}
.header-sub-util .cart {
  background: url(../../contentImage/css/icon_subheader_cart.png) center center no-repeat;
  margin-left: 20px;
}
.header-sub-util .cart em {
  position: absolute;
  right: 0;
  top: 6px;
  min-width: 13px;
  height: 13px;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  background: #ff6b56;
  font-size: 10px;
  text-align: center;
  line-height: 11px;
}
.header-sub-util .bar {
  width: 2px;
  height: 13px;
  display: inline-block;
  background: #c9c9c9;
  margin: 0 25px;
  vertical-align: -5px;
}

.footer-sub {
  background: #f6f2e9;
  padding: 30px 0;
}

.page-navigation {
  font-size: 14px;
  padding: 9px 0;
  position: relative;
  z-index: 2;
}
.page-navigation > span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.page-navigation > span + span {
  padding-left: 10px;
}
.page-navigation > span > a {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.page-navigation > span > a:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 7px solid #555;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.page-navigation a.on:after {
  transform: rotate(180deg);
}
.page-navigation > span .list {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  background: #fff;
  text-align: left;
  padding: 10px;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-navigation > span .list span {
  color: #ff6b56;
}
.page-navigation > span .list a {
  white-space: nowrap;
  display: block;
  padding: 5px 0;
}
.page-navigation > span .list a:hover {
  text-decoration: underline;
}
.page-navigation-dim {
  position: fixed;
  left: 0;
  top: 89px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.contentsub {
  padding-top: 88px;
}
.contentsub2 {
  padding-top: 113px;
}

/****************************** main ******************************/

.main-block h2.ac {
  font-size: 45px;
  margin-bottom: 70px;
}
.main-block + .main-block {
  margin-top: 120px;
}

.main-visual {
  position: relative;
}
.main-visual__slide {
  height: 650px;
}
.main-visual__slide .main-visual__text {
  color: #fff;
  padding: 220px 0 0 200px;
}
.main-visual__slide .main-visual__text > span {
  font-size: 45px;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
.main-visual__slide .main-visual__text > strong {
  font-size: 60px;
  font-weight: 700;
  display: block;
  line-height: 1em;
}
.main-visual__slide .main-visual__text > a {
  font-family: Lato;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 420px;
}
.main-visual__slide .main-visual__text > a i {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 12px;
  text-indent: -999em;
  font-size: 1px;
  line-height: 1px;
  vertical-align: middle;
}
.main-visual__slide .main-visual__text > a i:before,
.main-visual__slide .main-visual__text > a i:after {
  content: "";
  position: absolute;
}
.main-visual__slide .main-visual__text > a i:before {
  width: 37px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.main-visual__slide .main-visual__text > a i:after {
  width: 7px;
  height: 7px;
  border: solid 1px #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.main-visual__pager {
  position: relative;
  width: 1320px;
  margin: 0 auto;
  z-index: 1;
  transform: translate(274px, -100px);
}
.main-visual .swiper-pagination-progressbar {
  top: 7px;
  left: 260px;
  height: 1px;
  width: 150px;
  background: rgba(255, 255, 255, 0.5);
}
.main-visual .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.main-visual .swiper-pagination2 {
  font-size: 18px;
  color: #fff;
  font-family: Lato;
}
.main-visual .swiper-pagination2 em,
.main-visual .swiper-pagination2 span {
  position: absolute;
  top: 0;
  left: 220px;
  width: 40px;
  text-align: center;
  line-height: 1em;
}
.main-visual .swiper-pagination2 span {
  left: 410px;
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
  background: transparent;
  width: 24px;
  height: 24px;
  margin: 0;
  top: -6px;
}
.main-visual .swiper-button-prev:before,
.main-visual .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid 1px #fff;
  border-top: 0;
  border-left: 0;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}
.main-visual .swiper-button-prev {
  left: 470px;
}
.main-visual .swiper-button-next {
  right: auto;
  left: 520px;
}
.main-visual .swiper-button-prev:before {
  transform: rotate(135deg);
}
.main-visual .swiper-button-next:before {
  transform: rotate(-45deg);
}
.main-visual .swiper-button-auto {
  position: absolute;
  top: -6px;
  left: 495px;
  width: 24px;
  height: 24px;
  background: transparent;
}
.main-visual .swiper-button-auto span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}
.main-visual .swiper-button-auto span:before,
.main-visual .swiper-button-auto span:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 4px;
}
.main-visual .swiper-button-auto span:after {
  left: 15px;
}
.main-visual .swiper-button-auto.pause span:before,
.main-visual .swiper-button-auto.pause span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid 1px #fff;
  border-top: 0;
  border-left: 0;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  transform: rotate(-45deg);
  background: transparent;
}
.main-visual .swiper-button-auto.pause span:before {
  margin-left: -12px;
}

.main-visual .btn-location__academy {
  position: absolute;
  line-height: 54px;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 85px 0 25px;
  background: url(../../contentImage/css/icon_location_white.png) center right no-repeat #ff6b56;
  z-index: 1;
  border-radius: 18px 18px 0 0;
  transform: translateX(-50%);
}
.main-visual .btn-location__academy span:after {
  content: "";
  position: absolute;
  right: 62px;
  top: 50%;
  width: 1px;
  height: 26px;
  background: #fff;
  margin-top: -13px;
}

.main-academy__table {
  background: #f3f4f8;
  padding: 50px 0;
  width: 100%;
  z-index: 3;
  display: none;
}
.main-academy__table .main-academy__block + .main-academy__block {
  margin-top: 50px;
}
.main-academy__table .main-academy__block h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.main-academy__list {
  flex-wrap: wrap;
  line-height: 30px;
}
.main-academy__list > li {
  width: 20%;
  display: inline-flex;
  padding-right: 60px;
  position: relative;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  margin-right: -5px;
}
.main-academy__list > li:hover {
  color: #ff6b56;
  font-weight: 700;
}
.main-academy__list > li a:hover {
  color: #ff6b56;
  font-weight: 700;
}
.new {
  position: absolute;
  right: 23px;
  top: 50%;
  background: #ff6b56;
  color: #fff;
  line-height: 14px;
  border-radius: 7px;
  padding: 0 5px;
  margin-top: -6px;
  font-family: Lato;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  height: 13px;
}

.main-course {
  margin-top: 90px !important;
}
.main-course .main-block__inner {
  width: 840px;
  margin: -50px auto 0 auto;
}
.main-course__search {
  height: 46px;
  position: relative;
  height: 65px;
  border-bottom: solid 2px #333;
}
.main-course__search input[type="text"],
.main-course__search input[type="search"] {
  height: 100%;
  width: 100%;
  padding: 0 80px 0 0;
  font-weight: 500;
  color: #242424;
  border: 0;
  text-align: center;
  font-size: 25px;
}
.main-course__search input[type="text"]::-webkit-input-placeholder {
  color: #242424;
}
.main-course__search input[type="text"]:-moz-placeholder {
  color: #242424;
}
.main-course__search input[type="text"]:-ms-input-placeholder {
  color: #242424;
}
.main-course__search input[type="search"]::-webkit-input-placeholder {
  color: #242424;
}
.main-course__search input[type="search"]:-moz-placeholder {
  color: #242424;
}
.main-course__search input[type="search"]:-ms-input-placeholder {
  color: #242424;
}
.main-course__search input[type="submit"] {
  position: absolute;
  width: 63px;
  height: 63px;
  top: 0;
  right: 0;
  border: 0;
  text-indent: -999em;
  background: url(../../contentImage/css/icon_click.png) center center no-repeat transparent;
  cursor: auto;
}
.main-course__hash {
  padding-top: 30px;
}
.main-course__hash li {
  padding-left: 10px;
  margin-top: 20px;
  line-height: 1em;
}

.main-event__inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.main-event__thumb {
  position: relative;
  width: 660px;
  border-radius: 0;
  overflow: hidden;
}
.main-event__time {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: rgba(255, 107, 86, 0.8);
}
.main-event__text {
  width: 430px;
  padding-right: 150px;
}
.main-event__text dt {
  font-weight: 500;
  color: #ff6b56;
  font-size: 30px;
  line-height: 35px;
}
.main-event__text dt strong {
  color: #6992fc;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
  line-height: 1em;
}
.main-event__text dd {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 23px;
  height: 69px;
  color: #242424;
  margin-top: 16px;
}
.main-event__text .btn-view__more {
  margin-top: 50px;
}
.main-event__text h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.main-event__pager {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  z-index: 1;
}
.main-event__pager > a {
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.main-event__pager > a:hover::before,
.main-event__pager > a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: solid 4px #ff6b56;
  box-sizing: border-box;
}
.main-event__pager > a + a {
  margin-top: 7px;
}
.main-event .swiper-slide {
  background: #fff;
}

.main-certificate {
  background: #f6f2e9;
  padding: 70px 0;
}
.main-certificate .grid-division3 {
  margin: 0 -20px;
}
.main-certificate .grid-division3 > div {
  padding: 0 20px;
}
.main-certificate__block {
  position: relative;
  border-radius: 0 25px 0 25px;
  overflow: hidden;
}
.main-certificate__block > p > img {
  width: 100%;
}
.main-certificate__block .main-certificate__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 55px 0 0 23px;
  color: #fff;
}
.main-certificate__block .main-certificate__title {
  font-size: 30px;
  line-height: 36px;
}
.main-certificate__block .main-certificate__title span {
  font-weight: 300;
}
.main-certificate__block .main-certificate__txt {
  font-size: 16px;
  margin-top: 26px;
  display: none;
}
.main-certificate__block button {
  position: absolute;
  right: 30px;
  top: 23px;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 6px;
}
.main-certificate__block button span {
  text-indent: -999em;
  display: block;
}
.main-certificate__block button span:before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid 1px #242424;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -4px;
}
.main-certificate__block button.on {
  background: #fdc116;
}
.main-certificate__block button.on span:before {
  transform: rotate(-135deg);
  margin-top: -2px;
}
.main-certificate__block .main-certificate__info.active {
  color: #242424;
}
.main-certificate__block .main-certificate__info.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(252, 251, 247, 1);
}
.main-certificate__block .main-certificate__info.active .main-certificate__txt {
  display: block;
}
.main-certificate__block .main-certificate__info div.pr {
  height: 100%;
  padding-right: 110px;
}
.main-certificate__info .main-certificate__btns {
  display: none;
}
.main-certificate__info.active .main-certificate__btns {
  display: block;
  bottom: 30px;
  position: absolute;
}
.main-certificate__info .main-certificate__btns > a {
  width: 100%;
  position: relative;
  border: solid 1px #c9c9c9;
  border-radius: 6px;
  line-height: 36px;
  padding: 0 9px;
}
.main-certificate__info .main-certificate__btns > a:hover {
  background: #fdc116;
  border-color: #fdc116;
}
.main-certificate__info .main-certificate__btns > a + a {
  margin-top: 10px;
}
.main-certificate__block .main-certificate__info .cate {
  display: none;
  position: absolute;
  right: 20px;
  top: 70px;
  width: 28px;
  font-size: 14px;
  font-weight: 500;
}
.main-certificate__block .main-certificate__info .cate a {
  display: block;
  border-bottom: solid 1px #242424;
  padding-bottom: 5px;
  line-height: 1.1em;
}
.main-certificate__block .main-certificate__info .cate a.active {
  color: #ff6b56;
  border-color: #ff6b56;
}
.main-certificate__block .main-certificate__info .cate a + a {
  margin-top: 10px;
}
.main-certificate__block .main-certificate__info.active .cate {
  display: block;
}

.main-curriculum__block .thumb {
  width: 290px;
  border-radius: 0;
  overflow: hidden;
}
.main-curriculum__block .thumb img {
  height: 100%;
}
.main-curriculum__block .summary {
  width: 290px;
  margin-right: 40px;
  border-top: solid 1px #555;
  padding: 20px 8px;
}
.main-curriculum__block .summary .small {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.main-curriculum__block .summary .tit {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15em;
}
.main-curriculum__block .summary .hash {
  color: #555;
  margin-top: 20px;
}
.main-curriculum__block .summary > p {
  padding-left: 5px;
}
.main-curriculum__block .summary .curr-list {
  margin-top: 20px;
}
.main-curriculum__block .summary .curr-list li + li {
  margin-top: 10px;
}
.main-curriculum__block .summary .curr-list li .thumbs {
  flex: 0 0 74px;
  border-radius: 12px;
  overflow: hidden;
}
.main-curriculum__block .summary .curr-list li .txt {
  padding-left: 10px;
}
.main-curriculum__block .summary .curr-list li .txt strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-curriculum__block .summary .curr-list li .txt p {
  color: #555;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.main-curriculum__block .summary .curr-info {
  font-size: 16px;
  color: #555555;
  margin-top: 30px;
  line-height: 1.5em;
}
.main-curriculum__block .summary .curr-info dt {
  float: left;
}
.main-curriculum__block .summary .curr-info dd {
  padding-left: 70px;
}
.main-curriculum__block .summary .curr-info + .btn-view__more {
  margin-top: 50px;
}

.main-certificate .progress__pager .swiper-button-next,
.main-certificate .progress__pager .swiper-button-prev {
  background: none;
}

.main-board {
  padding-bottom: 60px;
  justify-content: space-between;
}
.main-board h4 {
  border-bottom: solid 1px #c9c9c9;
  font-size: 18px;
  margin-bottom: 26px;
}
.main-board h4 > span {
  display: inline-block;
  background: #fff;
  padding-right: 12px;
  transform: translateY(2px);
}
.main-board__block {
  position: relative;
  width: 48.5%;
}
/* .main-board__block + .main-board__block {
  margin-top: 40px;
} */
.main-board__block ul {
}
.main-board__block li {
  position: relative;
}
.main-board__block li + li {
  margin-top: 16px;
}
.main-board__block li > a {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.main-board__block .board-more {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Lato;
  right: 0;
  top: 0;
  padding-right: 48px;
  line-height: 1em;
  font-weight: 700;
}
.main-board__block .board-more:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 27px;
  height: 5px;
  border: Solid 1px #000;
  border-top: 0;
  border-left: 0;
  transform: skew(45deg);
}
.main-interview h4 {
  border: 0;
  margin-bottom: 28px;
}
.main-interview__slide .swiper-slide {
  position: relative;
}
.main-interview__slide .swiper-slide .thumb {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.main-interview__slide .swiper-slide .text {
  color: #fff;
  position: absolute;
  left: 45px;
  top: 65px;
}
.main-interview__slide .swiper-slide .txt01 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1em;
}
.main-interview__slide .swiper-slide .txt02 {
  font-size: 45px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1em;
}
.main-interview__slide .swiper-slide .txt03 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5em;
}
.main-interview .swiper-pagination {
  right: 30px;
  top: 30px;
  width: auto;
  text-align: right;
  left: auto;
  bottom: auto;
}
.main-interview .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
}
.main-interview .swiper-pagination-bullet-active {
  background: #ff6b56;
}

.main-partner .swiper-slide {
  padding: 0 20px;
}
.vod-partner .swiper-slide a {
  display: block;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.main-vod__slide .swiper-slide a {
  display: block;
  border-radius: 0;
  overflow: hidden;
}
.main-vod__slide .swiper-slide a:before {
  content: "";
  position: Absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: solid 0 #ff6b56;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  border-width: 0;
  transition: 0.3s;
  opacity: 0;
}
.main-vod__slide .swiper-slide a:hover::before {
  border-width: 10px;
  opacity: 1;
}
.main-vod__slide .swiper-slide a.vod:hover::after {
  content: "";
  position: Absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(../../contentImage/css/ico_vod.png) no-repeat;
}

.main-banner {
  background: #fdc116;
}
.main-banner .swiper-slide {
  text-align: center;
}
.main-banner .swiper-pagination {
  width: 1280px;
  padding-left: 400px;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.main-banner .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  border-radius: 0;
}
.main-banner .swiper-pagination-bullet-active {
  background: #242424;
}

.main-brand {
  background: #f3f4f8;
  position: relative;
}
.main-brand:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fdc116;
  width: 30%;
}
.main-brand .contents-inner {
  position: relative;
}
.main-brand .grid-division2 > div {
  position: relative;
}
.main-brand .thumb {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.main-brand .text {
  padding: 0 80px;
}
.main-brand .text div {
  overflow: hidden;
}
.main-brand .text .txt01 {
  font-weight: 700;
  color: #ff6b56;
}
.main-brand .text .txt02 {
  font-size: 20px;
  color: #242424;
  margin-top: 40px;
  line-height: 1.35em;
}
.main-brand .text .txt03 {
  font-weight: 700;
  font-size: 30px;
  color: #242424;
  margin-top: 40px;
  line-height: 37px;
}
.main-brand .text .txt03 strong,
.main-brand .text .txt03 span {
  position: relative;
}
.main-brand .text .txt03 span {
  z-index: 1;
}
.main-brand .text .txt03 strong:after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 1px;
  height: 17px;
  background: #fdc116;
}
.main-brand .text .swiper-slide {
  background: #f3f4f8;
  height: 380px;
}

.progress__pager {
  position: relative;
  margin-top: 50px;
  height: 20px;
}
.progress__pager .swiper-pagination-progressbar {
  height: 1px;
  background: #e6e5e4;
  width: 1170px;
}
.progress__pager .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #111;
}
.progress__pager .swiper-pagination2 {
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  font-size: 16px;
  width: 90px;
}
.progress__pager .swiper-button-next,
.progress__pager .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: #fff;
}
.progress__pager .swiper-button-next:before,
.progress__pager .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 1px #111;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  top: 7px;
  right: 0;
}
.progress__pager .swiper-button-prev:before {
  transform: rotate(135deg);
}
.progress__pager .swiper-button-prev {
  left: auto;
  right: 72px;
}

.navitype .swiper-button-next,
.navitype .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: transparent;
}
.navitype .swiper-button-next:before,
.navitype .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 2px #111;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 0;
}
.navitype .swiper-button-prev:before {
  transform: rotate(135deg) translateY(-50%);
  left: 0;
  margin-top: -20px;
}
.navitype .swiper-button-prev {
  left: -20px;
}
.navitype .swiper-button-next {
  right: -20px;
}

.brand-img--thumb {
  position: relative;
}
.main-brand__thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
}
.main-brand__thumb img {
  border-radius: 0;
}
.main-brand__thumb .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.main-brand__thumb .swiper-slide-active:before {
  opacity: 0;
}
.main-brand .swiper-slide em {
  position: absolute;
  font-size: 80px;
  color: #ff0000;
  font-weight: 700;
  left: 50%;
  top: 50%;
}

.mainPop {
  z-index: 900;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 0px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.mainPop .btnx {
  background: #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainPop .btnx a {
  width: 49.9%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}
.mainPop .swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
}
.mainPop .swiper-pagination-bullet-active {
  background-color: #ff6b56;
  width: 25px;
  border-radius: 5px;
}
.mainPop .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}

.mainPop .swiper-button-next,
.mainPop .swiper-button-prev {
  width: 36px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
}
.mainPop .swiper-button-next:before,
.mainPop .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border: solid 2px #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 10px;
}
.mainPop .swiper-button-prev:before {
  transform: rotate(135deg) translateY(-50%);
  margin-top: -10px;
  left: 10px;
}
.mainPop .swiper-button-prev {
  left: 0px;
  border-radius: 0 5px 5px 0;
}
.mainPop .swiper-button-next {
  right: 0px;
  border-radius: 5px 0 0 5px;
}

.dimmed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

/****************************** contents ******************************/

.contentsub {
  font-size: 16px;
}
.contentsub-inner {
  width: 1020px;
  margin: 90px auto 150px auto;
}
.contentsub-inner.full {
  width: 100%;
}
.contentsub-inner h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.contentsub-inner h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
.contentsub-inner h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.contentsub-inner h2 + p {
  font-size: 18px;
  text-align: center;
  margin-top: -40px;
  line-height: 1.75em;
}
.contentsub-inner .h2-box {
  border-bottom: solid 2px #242424;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.contentsub-inner .h2-box h3 {
  margin: 0;
}
.contents-block + .contents-block {
  margin-top: 100px;
}
.contents-blockin + .contents-blockin {
  margin-top: 80px;
}
.font500 {
  font-weight: 500 !important;
}
.contentsub-inner h3.bottomline {
  padding-bottom: 30px;
  border-bottom: solid 2px #242424;
}

.contentsub-full__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contentsub-full__inner .lnb .heading {
  text-align: center;
  line-height: 1em;
  background: #333;
  color: #fff;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 500;
}
.contentsub-full__inner .lnb {
  width: 200px;
  border-bottom: solid 1px #c9c9c9;
}
.contentsub-full__inner .lnb dt {
  border-top: solid 1px #c9c9c9;
}
.contentsub-full__inner .lnb dt a {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  position: relative;
  padding-right: 30px;
  line-height: 1.1em;
}
.contentsub-full__inner .lnb dt a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #333;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  transition: 0.2s;
}
.contentsub-full__inner .lnb dt a.on:after {
  transform: rotate(-135deg);
  margin-top: -5px;
}
.contentsub-full__inner .lnb dt a.nosub:after {
  display: none;
}
.contentsub-full__inner .lnb dd {
  padding-bottom: 30px;
  display: none;
}
.contentsub-full__inner .lnb dd li a {
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.1em;
}
.contentsub-full__inner .lnb dd li a:hover,
.contentsub-full__inner .lnb dd li a.on {
  color: #ff6b56;
}
.contentsub-full__inner .content {
  width: 1020px;
}

.btn-view__more {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: Lato;
  border: solid 1px #333;
  border-radius: 6px;
  padding: 0 9px;
  line-height: 28px;
}
.btn-view {
  display: inline-block;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 6px;
  padding: 0 20px;
  line-height: 40px;
}
.btn-small {
  display: inline-block;
  font-size: 14px;
  border: solid 1px #c9c9c9;
  font-size: 14px;
  border-radius: 20px;
  line-height: 28px;
  padding: 0 16px;
}
.btn-small.black {
  background: #242424;
  border-color: #242424;
  color: #fff;
}
.btn-small.big {
  font-size: 16px;
  padding: 0 30px;
  line-height: 30px;
}
.btn-small + .btn-small {
  margin-left: 5px;
}

.login-wrap {
  width: 560px;
}
.login-form-block {
  position: relative;
}
.login-form-block + .login-form-block {
  margin-top: 30px;
}
.login-form-block input[type="text"],
.login-form-block input[type="password"] {
  border: 0;
  border-bottom: solid 1px #e9e9e9;
  width: 100%;
  height: 52px;
  font-size: 16px;
  padding: 0;
  color: #555;
}
.login-form-block input[type="text"][readonly] {
  font-weight: 700;
  color: #242424;
}
.login-form-block input[type="text"].normal {
  font-weight: 400 !important;
}
.login-form-block .err {
  padding-top: 10px;
  color: #ff2000;
}
.login-form-block .ok {
  padding-top: 10px;
  color: #0024ff;
}
.login-form-block > label {
  flex: 0 0 120px;
  font-size: 16px;
  color: #242424;
  padding-top: 16px;
}
.login-form-block > label + .login-form-block {
  width: 100%;
}
.login-form-block > label em {
  font-size: 14px;
  color: #767676;
  display: block;
  margin-top: 5px;
}
.login-form-block.grid-normal {
  padding-bottom: 0;
}
.login-form-block.auth input {
  padding-right: 180px;
}
.login-form-block.auth a {
  position: absolute;
  right: 0;
  top: 10px;
  width: 120px;
  height: 34px;
  text-align: center;
  color: #242424;
  border: solid 1px #c9c9c9;
  font-size: 16px;
  border-radius: 20px;
  line-height: 31px;
}
.login-form-block.auth a.confirm {
  color: #fff;
  background: #242424;
  border-color: #242424;
}
.login-form-block.auth .time {
  position: absolute;
  right: 135px;
  top: 16px;
  font-size: 14px;
  color: #ff2000;
}
.login-form-block .checkgroup {
  margin-top: 12px;
}
.join-form .login-form-block > label {
  flex: 0 0 160px;
  padding-top: 16px;
}
.login-wrap .login-form-saveid {
  margin: 20px 0 0 0;
}
.login-wrap .login-form-saveid * {
  font-size: 18px;
  color: #242424;
}
.login-wrap .login-form-saveid a {
  display: inline-block;
}
.login-wrap .login-form-saveid a + a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #242424;
  margin: 0 10px 0 8px;
  vertical-align: -2px;
}
.login-wrap .login-btns {
  margin-top: 60px;
}
.login-wrap .login-btns a {
  display: block;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  background: #ff6b56;
  border-radius: 0 30px 0 30px;
  font-size: 18px;
}
.login-wrap .login-btns a.kakao {
  background: url(../../contentImage/css/icon_login_kakao.png) 32px center no-repeat #ffd200;
}
.login-wrap .login-btns a.naver {
  background: url(../../contentImage/css/icon_login_naver.png) 32px center no-repeat #00c73b;
}
.login-wrap .login-btns.other {
  margin-top: 20px;
}
.login-wrap .login-btns.other a + a {
  margin-top: 20px;
}
.login-wrap .login-join {
  margin-top: 45px;
  text-align: center;
}
.login-wrap .login-join a {
  display: inline-block;
  line-height: 25px;
  border-bottom: solid 1px #000055;
  color: #242424;
  font-size: 18px;
}
.login-wrap .login-text {
  font-size: 18px;
  margin-bottom: 35px;
  color: #242424;
  line-height: 26px;
}
.login-wrap .login-text p + p {
  margin-top: 15px;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox label {
  display: inline-block;
  font-size: 14px;
  border: solid 1px #242424;
  font-size: 14px;
  border-radius: 20px;
  line-height: 28px;
  padding: 0 16px;
  background: #242424;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
}
.filebox .upload-name {
  border: 0;
  border-bottom: solid 1px #e9e9e9;
  width: 100%;
  height: 52px;
  font-size: 16px;
  padding: 0;
  color: #555;
  background: #fff;
  padding-right: 100px;
}

.pwd-form {
  border-top: solid 2px #242424;
  padding-top: 25px;
}
.delete-account-form {
  margin-top: 100px;
}
.delete-account-form .title {
  margin-bottom: 20px;
}
.delete-account-form .textarea {
  padding: 30px 40px;
  height: 160px;
  border: solid 1px #c9c9c9;
}
.account-result {
  border: solid 1px #c9c9c9;
  width: 740px;
  padding: 95px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 140px;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 220px;
}
.account-result p.bold {
  font-size: 32px;
  color: #242424;
  font-weight: 700;
}
.account-result p.bold + p:not(.img) {
  margin-top: 25px;
}
.account-result p + p {
  margin-top: 10px;
}
.account-result .img {
  margin: 30px 0 45px 0;
}

.login-wrap.mypage {
  margin: 140px auto;
}
.login-wrap.mypage .login-text {
  text-align: center;
  font-size: 22px;
  margin-bottom: 80px;
}

.captcha-box {
  padding-top: 15px;
}
.captcha-box .msg {
  font-size: 18px;
  color: #242424;
}
.captcha-box .captcha {
  margin: 30px 0 10px 0;
}
.captcha-box .refresh {
  border: solid 1px #c9c9c9;
  background: #fbfbfb;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 54px;
  line-height: 52px;
  font-size: 16px;
  margin-left: 30px;
  border-radius: 10px;
}

.guide-boxin {
  background: #f8f8f8;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 1.5em;
}

.list-square li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5em;
}
.list-square li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #8d8d8d;
  position: absolute;
  left: 0;
  top: 11px;
}
.list-square li + li {
  margin-top: 5px;
}

.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.btn-wrap.bottom {
  margin-top: 80px;
}
.btn-wrap .btn + .btn {
  margin-left: 10px;
}
.btn-wrap .btn:first-child {
  border-bottom-left-radius: 20px;
}
.btn-wrap .btn:last-child {
  border-top-right-radius: 20px;
}
.btn-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 195px;
  height: 59px;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
}
.btn-wrap .btn-outline {
  border: solid 1px #c9c9c9;
}
.btn-wrap .btn-org {
  border-color: #ff6b56;
  background: #ff6b56;
  color: #fff;
}
.btn-wrap .btn-org.big {
  width: 400px;
}
.btn-wrap[class*="grid-"] > .btn {
  width: 100%;
}

.step li {
  display: inline-block;
  font-size: 18px;
}
.step li:after {
  content: "\25B6";
  font-size: 10px;
  vertical-align: 2px;
  margin: 0 16px 0 15px;
}
.step li.on {
  color: #ff6b56;
}
.step li:last-child::after {
  display: none;
}

.join-agree-check {
  color: #242424;
}
.join-agree-check .allcheck label {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
}
.join-agree-check .allcheck-txt {
  padding-left: 30px;
  line-height: 26px;
  margin-top: 17px;
}
.join-agree-checklist li {
  margin-top: 30px;
  font-size: 18px;
}
.join-agree-checklist li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid 1px #292929;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  margin-left: 8px;
  vertical-align: 2px;
}

.agree-check--open {
  text-align: left;
}
.agree-check--open .join-agree-checklist li {
  font-size: 16px;
  margin-top: 20px;
}

/** pop **/

.pop-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  text-indent: -999em;
  overflow: hidden;
}
.pop-close:before,
.pop-close:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -20px;
  transform: rotate(-45deg);
}
.pop-close:after {
  transform: rotate(45deg);
}

.pop-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(36, 36, 36, 0.8);
  z-index: 999;
}
.pop-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.pop-contents {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 600px;
  padding: 70px;
  background: #fff;
}
.pop-contents.size750 {
  width: 750px;
}
.pop-contents.size1020 {
  width: 1020px;
}
.pop-contents-inner {
  text-align: left;
  color: #242424;
}
.pop-contents-inner h3 {
  font-size: 32px;
  margin-bottom: 35px;
}
.pop-contents-inner .login-msg {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.pop-contents-inner .login-msg-box {
  font-weight: 700;
  background: #f8f8f8;
  font-size: 22px;
  text-align: center;
  padding: 25px;
}

.tab-pop {
  display: flex;
  margin-bottom: 40px;
}
.tab-pop > a {
  width: 1000%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #f8f8f8;
  border-top: solid 2px #c9c9c9;
  color: #555;
  font-size: 20px;
}
.tab-pop > a.on {
  background: #fff;
  color: #242424;
  border-color: #333;
}

.pop-wrap .tab-contents {
  height: 520px;
}

.map-top-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1em;
}
.map-top-txt strong {
  font-weight: 500;
  color: #ff2000;
}
.map-wrap {
  display: flex;
  justify-content: space-between;
}
.map-wrap > div {
  width: 420px;
}
.map-wrap > .map-img {
  position: relative;
  border: solid 1px #eaeaea;
  border-top-color: #333;
}
.map-wrap > .map-img img {
  width: 418px;
}
.map-wrap > .map-img p.over {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.map-wrap .map-list {
  height: 100%;
  border-top: solid 1px #333;
}
.map-wrap .map-list-box {
}
.map-wrap .map-list-box li {
  border-bottom: solid 1px #eaeaea;
}
.map-wrap .map-list-box li > a {
  padding: 15px 20px;
  position: relative;
  display: block;
  line-height: 1.65em;
}
.map-wrap .map-list-box li > a:after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 1px #292929;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.map-wrap .map-list-box li strong {
  display: block;
  font-weight: 400;
  color: #242424;
  font-size: 16px;
  margin-bottom: 3px;
}
.map-wrap .map-list-box li > a:hover {
  background: #f8f8f8;
}
.map-wrap .map-list-box li > a:hover strong {
  font-weight: 500;
  color: #ff6b56;
  text-decoration: underline;
}
.map-wrap .map-list-box li > a:hover::after {
  border-color: #ff6b56;
}
.map-search {
  background: #f8f8f8;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.map-search > * + * {
  margin-left: 5px;
}
.map-search input[type="text"] {
  border: solid 1px #eaeaea;
  height: 40px;
  width: 380px;
  font-size: 16px;
}
.map-search input[type="submit"],
.map-search input[type="button"],
.map-search button {
  border: 0;
  height: 38px;
  background: #242424;
  color: #fff;
  font-size: 16px;
  width: 110px;
  flex: 0 0 110px;
}
.map-search.grid-jb .map-search-select {
  width: 560px;
  display: flex;
  justify-content: flex-end;
  flex: 0 0 560px;
  position: relative;
}
.map-search.grid-jb .map-search-select select {
  height: 40px;
  font-size: 16px;
  border: solid 1px #eaeaea;
  background: url(../../contentImage/css/icon_select.png) right center no-repeat #fff;
  padding-right: 35px;
  width: 100%;
  padding-left: 16px;
}
.map-search-select > * + * {
  margin-left: 5px;
}
.map-search-select > div {
  width: 100%;
}
.map-search-select:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 1px;
  height: 40px;
  background: #eaeaea;
}

.nodata-academy {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nodata-academy p {
  color: #242424;
  font-size: 16px;
  text-align: center;
  line-height: 1.75em;
}
.nodata-academy p:before {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  margin: 0 auto 30px auto;
  background: url(../../contentImage/css/icon_nodata_academy.png) center center no-repeat;
}

/** sub **/

.small-chip {
  display: inline-block;
  padding: 0 17px;
  height: 30px;
  border: solid 1px #c9c9c9;
  color: #555555;
  font-size: 14px;
  border-radius: 15px;
}
.small-chip + .small-chip {
  margin-left: 4px;
}

.table-list {
  border-top: solid 2px #333;
}
.table-list thead th {
  font-weight: 400;
  background: #f3f4f8;
  padding: 20px 10px;
  color: #191919;
}
.table-list tbody td {
  text-align: center;
  padding: 30px 10px;
  color: #191919;
  border-bottom: solid 1px #eaeaea;
}
.table-list tbody td.al {
  padding-left: 30px;
}
.table-list.td16 tbody td {
  font-size: 16px;
}
.table-list.small tbody td {
  padding: 20px 10px;
}

.cart-money {
  display: inline-block;
  text-align: left;
}
.cart-money .price1 {
  display: block;
  font-size: 14px;
  color: #555;
  text-decoration: line-through;
  margin-bottom: 3px;
}
.cart-money .price2 {
  display: inline-block;
  font-size: 20px;
  color: #555;
}
.cart-money .price2 em {
  font-size: 16px;
}
.cart-money .percent {
  display: inline-block;
  font-size: 14px;
  color: #ff6b56;
  font-weight: 700;
  padding-left: 5px;
}
.cart-money .percent em {
  font-weight: 400;
}
.cart-total {
  background: #f8f8f8;
  margin-top: 15px;
  padding: 25px;
  text-align: center;
}
.cart-total > div {
  display: inline-block;
  font-weight: 700;
}
.cart-total > div + div {
  margin-left: 75px;
}
.cart-total > div dt {
  font-size: 18px;
}
.cart-total > div dd {
  font-size: 25px;
  margin-top: 25px;
}
.cart-total > div strong {
  font-size: 30px;
}
.cart-sale {
  text-align: center;
  font-size: 20px;
  padding: 25px;
  background: #f3f4f8;
}
.cart-sum {
  margin-top: 110px;
  border-top: solid 3px #000000;
  border-bottom: solid 3px #000000;
  background: #f3f4f8;
  padding: 40px 0 70px 0;
  text-align: center;
}
.cart-sum h4 {
  font-size: 30px;
  margin-bottom: 50px;
}
.cart-sum .cart-total {
  background: transparent;
  padding: 0;
}
.cart-empty {
  text-align: center;
  padding: 150px 0 0 0;
  font-size: 30px;
  line-height: 1.65em;
}
[class*="grid-"].cart-total {
  padding: 30px 110px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.heading-box {
  margin-bottom: 40px;
}
.heading-box h3 {
  font-weight: 700;
  font-size: 25px;
  margin: 0;
}
.heading-box + .table-top_btn {
  margin-top: -52px;
  margin-bottom: 20px;
}
.table-top_btn {
  text-align: right;
}
.heading-box.topline {
  border-top: solid 5px #000;
  padding-top: 27px;
  margin-bottom: 70px;
}
.heading-box.topline h3 {
  font-size: 30px;
}
h4.h4_20 {
  font-size: 20px;
}

.guide-text {
  background: #f8f8f8;
  margin-top: 100px;
  padding: 30px 45px;
  line-height: 1.65em;
}
.guide-text dd {
  position: relative;
  padding-left: 10px;
}
.guide-text dd:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.agree-check {
  text-align: right;
  margin-top: 70px;
}
.agree-check > a {
  display: inline-block;
  border-bottom: solid 1px #8b8b8b;
  font-size: 13px;
  line-height: 26px;
  margin-left: 10px;
}

.order-payinfo {
  background: #f3f4f8;
  padding: 60px 85px;
  margin-top: -30px;
  line-height: 2em;
}
.order-payinfo--total {
  font-weight: 700;
}
.order-payinfo--total dt {
  font-size: 18px;
  flex: 0 0 170px;
}
.order-payinfo--total dd {
  font-size: 25px;
}
.order-payinfo--total dd strong {
  font-size: 30px;
}
.order-payinfo--list {
  padding: 50px 0 0 0;
}
.order-payinfo--sub dt {
  font-size: 18px;
  flex: 0 0 170px;
}
.order-payinfo--sub dd {
  font-size: 18px;
  width: 100%;
}
.order-payinfo--sub dd li:last-child {
  font-weight: 700;
  padding-left: 30px;
}
.order-payinfo--sub + .order-payinfo--sub {
  margin-top: 10px;
}
.order-payinfo--sub.grid-sale {
  border-top: solid 1px #e5e6ed;
  margin-top: 40px;
  padding: 15px 0;
  justify-content: space-between;
}
.order-payinfo--sub.grid-sale dt {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.order-payinfo--sub.grid-sale dd {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
.order-payinfo--sub dd li.order-lecture {
  width: 425px;
  position: relative;
}
.order-payinfo--sub dd li.order-lecture > span,
.order-payinfo--sub dd li.order-lecture > a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 35px;
  white-space: nowrap;
  position: relative;
}
.order-payinfo--sub dd li.order-lecture > a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #585858;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -7px 0 0 -5px;
}
.order-payinfo--sub dd li.order-lecture .order-lecture__list {
  position: absolute;
  left: -20px;
  top: -10px;
  right: -20px;
  background: #fff;
  z-index: 1;
  padding: 0 20px;
  border: solid 1px #c9c9c9;
  display: none;
}
.order-payinfo--sub dd li.order-lecture .order-lecture__list p {
  padding: 10px 0;
  padding-right: 35px;
}
.order-payinfo--sub dd li.order-lecture .order-lecture__list p + p {
  border-top: solid 1px #c9c9c9;
}
.order-payinfo--sub dd li.order-lecture .order-lecture__list:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #585858;
  border-top: 0;
  border-left: 0;
  transform: rotate(-135deg);
  position: absolute;
  right: 23px;
  top: 22px;
}
.order-payinfo.my .order-payinfo--sub dd {
  font-weight: 400;
}
.order-payinfo.my .order-payinfo--sub dd li:last-child {
  font-weight: 400;
}

.order-payinfo--list + .order-payinfo--total {
  border-top: solid 1px #e5e6ed;
  padding-top: 40px;
}
.order-payinfo--list + .order-payinfo--total dt {
  font-size: 22px;
  color: #111;
}
.order-payinfo--list + .order-payinfo--total dd strong {
  font-size: 33px;
}

.paging {
  margin-top: 70px;
  text-align: center;
}
.pop-contents .paging {
  margin-top: 30px;
}
.paging ul,
.paging li {
  display: inline-block;
  vertical-align: top;
}
.paging a,
.paging strong {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #eaeaea;
  color: #242424;
  text-align: center;
  margin: 0 2px;
  vertical-align: top;
}
.paging .current a {
  color: #fff;
  border-color: #555;
  background: #555;
  font-weight: 400;
}
.paging .prev a,
.paging .next a,
.paging .first a,
.paging .last a {
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
}
.paging .prev a:before,
.paging .next a:before,
.paging .last a:before,
.paging .first a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px #555;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
.paging .prev a:before,
.paging .first a:before,
.paging .first a:after {
  transform: rotate(135deg);
}
.paging .next a:before,
.paging .last a:before,
.paging .last a:after {
  transform: rotate(-45deg);
  margin-left: -10px;
}
.paging .last a:after,
.paging .first a:after {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px #555;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 2px;
}
.paging .last a:after {
  margin-left: -18px;
}
.paging .disabled a {
  opacity: 0.4;
}

.search-myfit {
  margin-top: 100px;
}
.search-myfit .q {
  font-weight: 700;
  font-size: 25px;
  color: #242424;
  margin-bottom: 70px;
  line-height: 1.65em;
  text-indent: -2em;
  padding-left: 2em;
}
.search-myfit .q > p {
  font-weight: 400;
  text-indent: 0;
  margin-top: 15px;
}
.search-myfit .ans-radio {
  display: flex;
  margin: 0 -10px;
}
.search-myfit .ans-radio.wrap {
  flex-wrap: wrap;
}
.search-myfit .ans-radio > li {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
.search-myfit .ans-radio.wrap li:nth-child(n + 3) {
  margin-top: 20px;
}
.search-myfit input[type="radio"] {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
  left: -100000px;
}
.search-myfit input[type="radio"] + label {
  height: 80px;
  background: #fff;
  width: 100%;
  color: #242424;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
  display: block;
  font-weight: 700;
  border: solid 1px #c9c9c9;
  cursor: pointer;
}
.search-myfit input[type="radio"]:checked + label {
  background: #fdc116;
  border-color: #fdc116;
}
.search-myfit .ans-radio > li > button {
  text-align: left;
  height: 80px;
  background: #fff;
  width: 100%;
  color: #242424;
  font-size: 20px;
  line-height: 80px;
  display: block;
  font-weight: 700;
  border: solid 1px #c9c9c9;
  cursor: pointer;
  padding: 0 30px;
  position: Relative;
}
.search-myfit .ans-radio > li > button span {
  position: relative;
  z-index: 1;
  display: block;
  background: url(../../contentImage/css/icon_select.png) calc(100% + 10px) center no-repeat;
}
.search-myfit .ans-radio > li > button.on:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fdc116;
}
.search-myfit .ans-radio > li > ul {
  width: calc(100% - 20px);
  max-height: 400px;
  border: solid 1px #c9c9c9;
  border-top: 0;
  position: absolute;
  top: 80px;
  display: none;
  overflow-y: auto;
}
.search-myfit .ans-radio > li > ul button {
  text-align: left;
  height: 80px;
  background: #fff;
  width: 100%;
  color: #242424;
  font-size: 20px;
  line-height: 80px;
  display: block;
  cursor: pointer;
  padding: 0 30px;
}
.search-myfit .ans-radio > li > ul li + li {
  border-top: solid 1px #eaeaea;
}
.search-myfit .ans-radio > li > ul .mCustomScrollBox {
  background: #fff;
}
.search-myfit .ans-radio > li > ul .mCSB_inside > .mCSB_container {
  margin: 0;
}

.search-myfit--result_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
}
.search-myfit--result_top p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 80px;
  position: relative;
  color: #242424;
}
.search-myfit--result_top p:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../contentImage/css/icon_smile.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.search-myfit--result_top.fail {
  justify-content: center;
}
.search-myfit--result_top.fail p:before {
  background-image: url(../../contentImage/css/icon_smile_no.png);
}
.search-myfit--result_top a {
  width: 60px;
  height: 60px;
  text-indent: -999em;
  background: url(../../contentImage/css/icon_refresh.png) center center no-repeat;
  border: solid 1px #ccc;
}
.search-myfit--result_table {
  margin-top: 70px;
}
.search-myfit--result_table_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 16px;
  margin-bottom: 20px;
}

.myfit--result_table tbody tr:first-child th,
.myfit--result_table tbody tr:first-child td {
  border-top: solid 2px #333;
}
.myfit--result_table th,
.myfit--result_table td {
  font-size: 18px;
  color: #242424;
  text-align: center;
  padding: 25px 10px;
  border-bottom: solid 1px #c9c9c9;
}
.myfit--result_table th {
  font-size: 20px;
  background: #fff;
  line-height: 1.75em;
}
.myfit--result_table .align-left {
  text-align: left;
  padding-left: 20px;
}
.badge {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0 15px 15px 15px;
  background: #fdc116;
  margin-right: 5px;
}

.icon_zzim {
  text-indent: -999em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url(../../contentImage/css/icon_zzim.png) center center no-repeat;
}
.icon_zzim.on {
  background-image: url(../../contentImage/css/icon_zzim_on.png);
}
.icon_cart {
  text-indent: -999em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url(../../contentImage/css/icon_subheader_cart.png) center center no-repeat;
}

.subject-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.subject-info .photo {
  position: relative;
  width: 380px;
}
.subject-info .photo .favor {
  width: 52px;
  height: 52px;
  border: solid 2px #fff;
  border-radius: 10px;
  background: url(../../contentImage/css/icon_favor.png) center center no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-indent: -999em;
}
.subject-info .photo .favor.on {
  border-color: #ff5852;
  background-image: url(../../contentImage/css/icon_favor_on.png);
}
.subject-info .info {
  width: 600px;
}
.subject-info .info .subject-title {
  font-size: 25px;
  color: #242424;
  font-weight: 500;
  line-height: 1.5em;
}
.subject-info .info .subject-info {
  flex-wrap: wrap;
  font-size: 18px;
  margin-top: 10px;
}
.subject-info .info .subject-info dt {
  width: 90px;
  padding-top: 15px;
}
.subject-info .info .subject-info dd {
  width: calc(100% - 90px);
  padding-top: 15px;
}
.subject-info .info .subject-money {
  margin-top: 30px;
  line-height: 1em;
  font-size: 25px;
  font-weight: 700;
  color: #242424;
}
.subject-info .info .subject-money strong {
  font-size: 36px;
  font-family: Lato;
}
.subject-info .info .subject-sale {
  margin-top: 30px;
}
.subject-info .info .subject-sale li {
  background: #f8f8f8;
  padding: 18px 20px;
}
.subject-info .info .subject-sale li + li {
  margin-top: 2px;
}
.subject-info .info .subject-sale li * {
  display: inline-block;
  line-height: 15px;
}
.subject-info .info .subject-sale li strong {
  color: #242424;
}
.subject-info .info .subject-sale li .sale {
  color: #ff6b56;
  width: 82px;
  margin-right: 14px;
  border-right: solid 1px #999;
}
.subject-info .info .subject-sale li strong span {
  font-family: Lato;
}
.subject-info .info .subject-comment {
  margin-top: 15px;
  font-size: 14px;
  color: #242424;
}
.subject-info .info .subject-comment li {
  padding-left: 19px;
  position: relative;
}
.subject-info .info .subject-comment li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #262626;
  position: absolute;
  left: 5px;
  top: 7px;
}

.subject-overview {
  margin-top: 100px;
}
.subject-overview .tab-pop {
  margin-bottom: 80px;
}
.subject-overview__box {
  font-size: 18px;
  color: #242424;
  line-height: 1.75em;
}
.subject-overview__box + .subject-overview__box {
  margin-top: 90px;
}
.subject-overview__box .title {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 25px;
  color: #242424;
}

.subject-overview__table + .subject-overview__table {
  margin-top: -1px;
}
.subject-overview__table th {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  height: 85px;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  line-height: 1.35em;
}
.subject-overview__table td {
  border-bottom: solid 1px #c9c9c9;
  padding: 25px 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.625em;
}
.subject-overview__table td.expire {
  color: #aaa;
}
.subject-overview__table.expire td {
  color: #aaa !important;
}
.view-vod {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 38px;
  background: #f6f2e9;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
}
.view-vod span {
  font-size: 13px;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 4px;
}
.view-vod.type2 {
  color: #fff;
  background: #ff6b56;
}
.view-vod.type3 {
  background: #000;
  width: 150px;
  color: #fff;
}
.subject-overview__teacher {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #242424;
  line-height: 1.75em;
}
.subject-overview__teacher + .subject-overview__teacher {
  border-top: solid 1px #c9c9c9;
  margin-top: 80px;
  padding-top: 80px;
}
.subject-overview__teacher .photo {
  width: 180px;
}
.subject-overview__teacher .career {
  width: 800px;
}
.subject-overview__teacher .career .name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 35px;
}
.subject-overview__teacher .career dl + dl {
  margin-top: 30px;
}
.subject-overview__teacher .career dt {
  float: left;
}
.subject-overview__teacher .career dd {
  padding-left: 90px;
}

.contentsub .subject-visual {
  position: relative;
  text-align: center;
  /* margin-top: -88px; */
}
.subject-visual__text {
  position: absolute;
  color: #fff;
  width: 1280px;
  top: 280px;
  left: 50%;
  margin-left: -640px;
  text-align: left;
  padding-left: 40px;
}
.subject-visual__text .txt01 {
  font-family: Lato;
  font-size: 40px;
  line-height: 1em;
}
.subject-visual__text .txt02 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 10px;
}
.subject-visual__text button {
  font-weight: 500;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 10px;
  width: 120px;
  height: 52px;
  font-size: 16px;
  margin-top: 45px;
}
.subject-visual__text button span {
  padding-right: 31px;
  background: url(../../contentImage/css/icon_zzim_white.png) right center no-repeat;
}
.subject-visual__text button.on {
  border-color: #ff5852;
  color: #ff5852;
}
.subject-visual__text button.on span {
  background-image: url(../../contentImage/css/icon_zzim_on.png);
}
.subject-visual .sangdam-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding-left: 130px;
  width: 50%;
  text-align: left;
}
.subject-visual .sangdam-box a {
  background: #fff;
  display: block;
  height: 135px;
  padding: 55px 0 0 110px;
  position: relative;
}
.subject-visual .sangdam-box a p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #242424;
}
.subject-visual .sangdam-box a:after {
  content: "";
  height: 3px;
  width: 238px;
  background: #242424;
  position: absolute;
  left: 110px;
  bottom: 0;
}
.subject-visual .sangdam-box a .contactus {
  position: absolute;
  left: 378px;
  bottom: 0;
  line-height: 1em;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  padding-right: 44px;
  background: url(../../contentImage/css/icon_contactus.png) right bottom no-repeat;
  padding-top: 22px;
}

.contents-inner.offline {
  position: absolute;
  width: 1280px;
  top: 120px;
  left: 50%;
  margin-left: -640px;
}
.contents-inner.offline .page-navigation {
  position: relative;
  z-index: 1;
  color: #fff;
}
.subject-offline {
  margin-top: 950px;
}
.subject-offline__block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subject-offline__infotxt {
  color: #242424;
  font-size: 18px;
  line-height: 1.65em;
}
.subject-offline__infotxt .txt01 {
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
}
.subject-offline__infotxt .txt01 + .txt02 {
  margin-top: 55px;
}
.subject-offline__block02 {
  margin-top: 160px;
  margin-right: -190px;
  display: flex;
  justify-content: space-between;
}
.subject-offline__block02 h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
}
.subject-offline__table th {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #242424;
}
.subject-offline__table td {
  border-bottom: solid 1px #c9c9c9;
  padding: 25px 20px;
  font-size: 18px;
  text-align: center;
  background: #fcfcfc;
  color: #242424;
}
.subject-offline__table td.al {
  padding-left: 30px;
}
.subject-offline__table td .checkbox + label {
  padding-left: 50px;
}
.subject-offline__table td.price {
  position: relative;
}
.subject-offline__table td.price strong {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.subject-offline__table td.price .percent {
  color: #ff6b56;
}
.subject-offline__table td.price .money {
  min-width: 120px;
}
.subject-offline__table td.price .strike {
  display: inline-block;
  text-decoration: line-through;
}
.subject-offline__table td.price > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 140px;
}
.subject-offline__table td.price > .percent {
  left: calc(50% - 140px);
  text-align: right;
}
.subject-offline__table td.price > .strike {
  left: calc(50% + 140px);
  text-align: left;
}
.subject-offline__table .badge {
  margin-left: -50px;
}

.od-coupon--box {
  border: solid 1px #c9c9c9;
  background: #fff;
  text-align: left;
  position: relative;
}
.od-coupon--box > .current {
  display: block;
  height: 48px;
  padding: 0 17px;
  line-height: 48px;
}
.od-coupon--box > a.current {
  padding-right: 45px;
}
.od-coupon--box > a.current span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.od-coupon--box > .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: -999em;
}
.od-coupon--box > .arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #585858;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -5px;
}
.od-coupon--box.open {
  z-index: 1;
}
.od-coupon--box.open > .arrow {
  z-index: 1;
}
.od-coupon--box.open > .arrow:before {
  transform: rotate(-135deg);
  margin-top: -5px;
}

.od-coupon--box .od-coupon--list {
  border: solid 1px #c9c9c9;
  background: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  display: none;
}
.od-coupon--box .od-coupon--list > a {
  padding: 14px 17px;
  display: block;
}
.od-coupon--box .od-coupon--list > a + a {
  border-top: solid 1px #c9c9c9;
}
.od-coupon--box .od-coupon--list p:first-child {
  padding-right: 45px;
}
.od-coupon--box .od-coupon--list .date {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.anchor-contents {
  padding-top: 40px;
}
.anchor-contents + .anchor-contents {
  padding-top: 100px;
}
.anchor-contents table + .font500 {
  margin-top: 100px;
}
.anchor-contents .academy {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #333;
  line-height: 1em;
  padding: 25px 20px;
}

.refund__table th,
.refund__table td {
  font-size: 18px;
  vertical-align: top;
  text-align: left;
  padding: 40px;
  color: #111;
}
.refund__table td dt {
  float: left;
  line-height: 42px;
  margin-bottom: 20px;
}
.refund__table td dd {
  padding-left: 120px;
  width: 500px;
  margin-bottom: 20px;
}
.refund__table td dd input[type="text"] {
  height: 42px;
  font-size: 16px;
  border: solid 1px #eaeaea;
  padding-left: 16px;
  width: 100%;
}
.refund__table td dd select {
  width: 100%;
}
.refund__table td dd.txt {
  font-size: 14px;
}

.table-view {
  border-top: solid 2px #333;
}
.table-view th,
.table-view td {
  padding: 35px 30px;
  font-size: 16px;
  border-bottom: solid 1px #eaeaea;
  line-height: 1.75em;
}
.table-view td {
  color: #555;
}

.mycoupon-block {
  border: solid 1px #c9c9c9;
  border-radius: 20px;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: Center;
}
.mycoupon-block + .mycoupon-block {
  margin-top: 45px;
}
.mycoupon-left {
  padding: 20px 70px;
  border-right: solid 1px #c9c9c9;
  width: 100%;
  flex-shrink: 1;
}
.mycoupon-right {
  flex: 0 0 290px;
  text-align: Center;
}
.mycoupon-left .name {
  font-weight: 700;
  font-size: 22px;
  color: #242424;
  margin-bottom: 30px;
}
.mycoupon-left .subject {
  line-height: 1.75em;
}
.mycoupon-left .term {
  font-weight: 700;
  font-size: 15px;
  margin-top: 40px;
}
.mycoupon-right .sale {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  color: #ff6b56;
}
.mycoupon-right .condition {
  font-size: 15px;
  margin-top: 35px;
}
.mycoupon-list.expire .mycoupon-block {
  background: #f5f5f5;
}
.mycoupon-list.expire .mycoupon-block * {
  color: #b3b3b3 !important;
}
.coupon__table {
  width: 680px;
  margin: 140px auto 100px auto;
}
.coupon__table th {
  line-height: 42px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.coupon__table td input[type="text"] {
  height: 42px;
  font-size: 16px;
  border: solid 1px #eaeaea;
  padding-left: 16px;
  width: 100%;
}

.search-wrap {
  background: #f8f8f8;
  border-top: solid 2px #333;
  padding: 20px;
  text-align: center;
}
.search-wrap input[type="text"] {
  width: 520px;
}
.search-wrap input[type="submit"],
.search-wrap .submit {
  color: #fff;
  background: #242424;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  width: 110px;
  border: 0;
  vertical-align: top;
  margin-left: 6px;
}
.search-select-wrap {
  margin-top: 50px;
  margin-bottom: 30px;
}

.gallery-list {
  display: flex;
  margin: 0 -23px;
  flex-wrap: wrap;
}
.gallery-list li {
  width: 33.3333%;
  padding: 0 23px;
}
.gallery-list li:nth-child(n + 4) {
  margin-top: 90px;
}
.gallery-list li > a {
  display: block;
}
.gallery-list li .thumb {
  border: solid 1px #c9c9c9;
  height: 285px;
}
.gallery-list li .thumb img {
  width: 100%;
  height: 285px;
}
.gallery-list li .date {
  font-size: 15px;
  color: #555;
  margin: 35px 10px 20px 10px;
}
.gallery-list li .title {
  font-size: 18px;
  color: #242424;
  margin: 0 10px;
  line-height: 1.5em;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.board-tab {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.board-tab li {
  padding: 10px;
  width: 25%;
}
.board-tab li a {
  width: 100%;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #c9c9c9;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
}
.board-tab li a.on {
  background: #fdc115;
  border-color: #fdc115;
}

.border-title {
  border-top: solid 2px #333;
  padding: 25px 25px 25px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.border-title .date {
  flex: 0 0 150px;
  text-align: right;
  font-size: 15px;
  color: #555;
}
.border-title .title {
  font-size: 20px;
  color: #242424;
  font-weight: 700;
  line-height: 1.5em;
}
.border-contents {
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding: 50px 0;
}
.border-contents.text {
  padding: 50px 40px;
  line-height: 1.65em;
  font-size: 16px;
}

.board-list {
  border-top: solid 2px #333;
  clear: both;
}
.board-list li {
  border-bottom: solid 1px #c9c9c9;
}
.board-list li > a {
  display: block;
  position: relative;
  padding: 25px 80px 25px 40px;
}
.board-list li > a:after {
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #9a9a9a;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -12px;
}
.board-list li .date {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}
.board-list li .title {
  font-size: 20px;
  color: #242424;
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-regist {
  border-top: solid 2px #333;
  padding-top: 30px;
}
.table-regist th {
  font-size: 16px;
  color: #242424;
  text-align: left;
  font-weight: 400;
  padding: 12px 0;
  vertical-align: top;
  line-height: 55px;
}
.table-regist td {
  font-size: 16px;
  padding: 12px 0;
}
.table-regist td select {
  border: 0;
  border-bottom: solid 1px #c9c9c9;
  height: 55px;
  padding-left: 0;
  color: #555;
}
.table-regist td input[type="text"] {
  border: 0;
  border-bottom: solid 1px #c9c9c9;
  height: 55px;
  padding: 0;
  width: 100%;
}
.table-regist td textarea {
  margin-top: 20px;
  border: solid 1px #c9c9c9;
  height: 260px;
}
.board-nodata {
  text-align: center;
  font-size: 32px;
  color: #242424;
  padding: 120px 0 100px 0;
}

.search-select-wrap {
  float: right;
  height: 42px;
}
.search-select-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-list {
  clear: both;
}
.search-select-wrap .ui-selectmenu-button {
  width: 310px;
}
.table-regist .ui-selectmenu-button {
  width: 400px;
  border: 0;
  border-bottom: solid 1px #c9c9c9;
  height: 55px;
  padding-left: 0;
  color: #555;
}
.table-regist .ui-selectmenu-button .ui-selectmenu-text {
  color: #767676;
}

.ui-selectmenu-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: solid 1px #eaeaea;
  background-color: #fff;
  font-size: 16px;
  color: #242424;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-selectmenu-button-open {
  border-color: #e9e9e9;
  border-bottom: 1px solid #fff;
}

.ui-selectmenu-button .ui-selectmenu-text {
  font-size: 16px;
  color: #242424;
  font-weight: normal;
}

.ui-selectmenu-button .ui-selectmenu-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 10px;
  width: 26px;
  height: 40px;
  background: url(../../contentImage/css/icon_select.png) left center #fff;
}
.ui-selectmenu-button-open .ui-selectmenu-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transform-origin: center center;
}

.ui-selectmenu-button.ui-state-disabled .ui-selectmenu-text {
  color: #8996a3;
}

.ui-selectmenu-open .mCSB_inside > .mCSB_container {
  margin-right: -2px;
}

.ui-selectmenu-menu * {
  box-sizing: border-box;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #e9e9e9;
}

.ui-selectmenu-open {
  display: block;
  z-index: 10;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  margin-top: -1px;

  background: #fff;
  padding: 10px 0;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: 13px;
  width: 14px;
  height: 9px;
  background: #fff url(../../contentImage/css/ico_select.png) no-repeat 100% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  height: 35px;
  font-size: 16px;
  color: #2c3238;
  cursor: pointer;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper:hover,
.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  background-color: #f5f7fa;
  font-weight: 500;
}

.cs-academy--gray {
  background: #f3f4f8;
  padding: 45px 0;
}
.cs-academy--gray .main-academy__block + .main-academy__block {
  margin-top: 35px;
}
.cs-academy--gray .main-academy__block h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.cs-academy--gray .contentsub-inner {
  margin: 0 auto;
}
.cs-academy--gray .main-academy__list li {
  width: 25%;
}
.cs-academy--infoin {
  display: flex;
  justify-content: space-between;
}
.cs-academy--infoin .academyimg {
  flex: 0 0 420px;
  border: solid 1px #eaeaea;
}
.cs-academy--infoin .academyinfo {
  flex: 0 0 560px;
  color: #242424;
  font-size: 18px;
  line-height: 28px;
}
.cs-academy--infoin .academyinfo .name {
  border-bottom: solid 1px #333;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 25px;
  color: #242424;
}
.cs-academy--infoin .academyinfo dd + dt,
.cs-academy--infoin .academyinfo dd + dd {
  margin-top: 24px;
}

.subject-offline-apply {
  clear: both;
}
.subject-offline-apply + .subject-offline-apply {
  margin-top: 100px;
}
.subject-package + .subject-package {
  margin-top: 80px;
}
.subject-offline-apply h3 {
  position: relative;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 400;
}
.subject-offline-apply h3 em {
  display: block;
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 16px;
  color: #555;
}
.subject-offline-btn .btn-wrap {
  padding-bottom: 180px;
}
.subject-offline__academy {
  background: #333;
  padding: 25px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.subject-offline__academy label {
  padding-left: 40px !important;
}
.subject-offline__academy .price .money {
  padding: 0 10px;
}
.subject-offline__academy .strike {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.academy-select-wrap {
  height: 80px;
  width: 330px;
  float: right;
}
.academy-teacher-slide {
  margin: 0 -20px;
  position: relative;
}
.academy-teacher-slide .swiper-button-next {
  right: -30px;
}
.academy-teacher-slide .swiper-button-prev {
  left: -30px;
}
.academy-teacher-slide .swiper-slide {
  padding: 20px;
}

.academy-curriculum-slide {
  margin: 0 -20px;
  position: relative;
}
.academy-curriculum-slide .swiper-button-next {
  right: -30px;
  margin-top: 0;
  top: 120px;
}
.academy-curriculum-slide .swiper-button-prev {
  left: -30px;
  margin-top: 0;
  top: 120px;
}
.academy-curriculum-slide .swiper-slide {
  text-align: center;
}

.academy-off-detail {
  text-align: center;
  padding: 50px 0;
}
.academy-off-detail.curriculum {
  background: #f5f5f5;
}
.academy-off-detail h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 100px;
}
.academy-off-detail.curriculum h3 {
  margin-bottom: 50px;
}
.academy-off-detail.curriculum h3 + p {
  font-size: 17px;
  line-height: 1.75em;
  margin-bottom: 70px;
  color: #242424;
}
.grid-tab--curr > a {
  width: 100%;
  display: flex;
  flex-shrink: 1;
  justify-content: center;
  align-items: Center;
  color: #fff;
  height: 60px;
  background: #333;
  color: #b3b3b3;
  font-weight: 700;
  font-size: 16px;
}
.grid-tab--curr > a.on {
  color: #fff;
  background: #ff6b56;
}
.grid-tab--curr > a + a {
  margin-left: 1px;
}
.tab-curr {
  display: none;
  margin-top: 80px;
}

.cs-select-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0 -10px;
}
.cs-select-btns > div {
  padding: 10px;
  width: 50%;
}
.cs-select-btns > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border: solid 1px #c9c9c9;
  font-weight: 700;
  font-size: 20px;
  color: #242424;
}
.cs-select-btns > div a:hover,
.cs-select-btns > div a.on {
  background: #fdc116;
  border-color: #fdc116;
}
.border-top2box {
  border-top: solid 2px #333;
}
.cs-time-guide {
  padding-top: 45px;
}
.cs-time-guide .cs-time-guideblock {
  display: flex;
  font-size: 16px;
  color: #242424;
}
.cs-time-guide .cs-time-guideblock + .cs-time-guideblock {
  margin-top: 35px;
}
.cs-time-guide .cs-time-guideblock .title {
  flex: 0 0 220px;
  color: #242424;
  line-height: 30px;
}
.cs-time-guide .cs-time-guideblock .cont {
  width: 100%;
  flex-shrink: 1;
  padding-bottom: 15px;
  border-bottom: solid 1px #eaeaea;
  line-height: 30px;
}
.cs-time-guide .cs-time-guideblock .cont .bold {
  font-weight: 700;
}

.login-form-block > label {
  flex: 0 0 180px;
  padding: 0;
  font-size: 16px;
  color: #242424;
}
.login-form-block > label.type2 {
  padding-top: 16px;
}
.cs-form .login-form-block + .login-form-block {
  margin-top: 60px;
}
.cs-time {
  background: url(../../contentImage/css/icon_select.png) right center no-repeat #fff;
}
.agreebox {
  border: solid 1px #c9c9c9;
  padding: 30px 40px;
  line-height: 1.65em;
}
.agreebox ol > li {
  text-indent: -1em;
  padding-left: 1em;
}
.btnsubtext {
  font-size: 18px;
  color: #242424;
}
.btnsubtext > span {
  padding: 0 10px;
}
.onetoone {
  padding-top: 40px;
}
.login-form-block .ui-selectmenu-button {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  height: 52px;
}
.textarea-outdiv {
  border: solid 1px #e9e9e9;
  padding: 10px 10px 60px 10px;
  position: relative;
}
.textarea-outdiv textarea {
  height: 200px;
  border: 0;
}
.textarea-outdiv .count {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #555;
}

.timetable.thead {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  height: 85px;
  font-size: 20px;
  color: #242424;
  line-height: 1.35em;
}
.timetable.thead strong {
  font-weight: 500;
}
.timetable > * {
  text-align: center;
  position: relative;
}
.timetable > .block1 {
  flex: 0 0 100px;
}
.timetable > .block2 {
  flex: 0 0 200px;
}
.timetable > .block3 {
  flex: 0 0 100px;
}
.timetable > .block4 {
  flex: 0 0 100px;
}
.timetable > .block5 {
  flex: 0 0 140px;
}
.timetable > .block6 {
  flex: 0 0 380px;
}
.timetable > .block7 {
  flex: 0 0 160px;
}
.timetable > .block8 {
  flex: 0 0 420px;
}

.timetable.tbody {
  border-bottom: solid 1px #c9c9c9;
  font-size: 18px;
  line-height: 1.5em;
  cursor: pointer;
}
.timetable.tbody > .block2,
.timetable.tbody > div:last-child {
  text-align: left;
  padding-right: 50px;
}
.timetable.tbody > div:last-child:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  width: 19px;
  height: 19px;
  z-index: 1;
  margin-top: -10px;
  background: url(../../contentImage/css/icon_expand.png) center center;
}
.timetable.tbody.on {
  background: #fdefc8;
  border-bottom: 0;
}
.timetable.tbody.on > div:last-child:after {
  background: url(../../contentImage/css/icon_unexpand.png) center center;
}
.timetable.tbody > div {
  padding: 15px 10px;
}
.timetable.tbody.package {
  border-bottom: 0;
}
.timetable-view {
  background: #f4f4f4;
  padding: 40px;
  position: relative;
  color: #242424;
  display: none;
}
.timetable-view:before {
  content: "";
  width: 0;
  position: absolute;
  right: 20px;
  top: 0;
  height: 0;
  border-top: 25px solid #fdefc8;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.timetable-view__top .button a {
  background: #000;
  border-radius: 10px;
  display: inline-block;
  line-height: 38px;
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.timetable-view__top .text dt,
.timetable-view__top .text dd {
  display: inline-block;
  font-size: 18px;
}
.timetable-view__top .text dd + dt {
  margin-left: 30px;
}
.timetable-view__top .text dd {
  font-weight: 500;
}
.timetable-view__top .text dd .price {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.timetable-view__top .text dd .price .strike {
  position: absolute;
  left: 0;
  top: -15px;
  font-weight: 400;
  color: #555;
}
.timetable-view__top + .timetable-view__cont {
  margin-top: 100px;
}
.timetable-view__cont .subject-overview__table thead th {
  height: 60px;
  font-weight: 500;
  font-size: 18px;
}
.timetable-view__cont .subject-overview__table tbody td {
  padding: 15px 10px;
}
.timetable-view__cont .small-text {
  font-size: 15px;
  color: #555;
  margin-top: 40px;
  line-height: 1.65em;
}

.cancel-complete {
  font-size: 32px;
  font-weight: 500;
  color: #242424;
  text-align: center;
  padding: 200px 0 100px 0;
}

.teacher-select {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.teacher-select > div {
  width: 330px;
  margin: 0 15px;
}
.teacher-select .ui-selectmenu-button {
  height: 70px;
}
.teacher-select .ui-selectmenu-text {
  font-size: 20px;
  font-weight: 500;
}
.teacher-list {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.teacher-list > div {
  width: 25%;
  padding: 0 20px;
  margin-top: 50px;
}
.teacher-list__block .photo {
  border: solid 1px #e5e5e5;
  cursor: pointer;
}
.teacher-list__block .info {
  margin-top: 30px;
}
.teacher-list__block .info span {
  font-size: 18px;
  color: #242424;
}
.teacher-list__block .info a {
  background: #f2f2f2;
  width: 92px;
  text-align: center;
  line-height: 1em;
  font-family: "Lato";
  font-size: 11px;
  font-weight: 700;
  padding: 10px 0;
}

.pop-teacher__detail .pop-contents {
  width: 850px;
}
.pop-teacher__part {
  font-size: 17px;
  margin-top: -20px;
  margin-bottom: 30px;
}
.pop-teacher__info {
  margin-left: -70px;
  margin-bottom: -70px;
  display: flex;
}
.pop-teacher__info .photo {
  width: 400px;
}
.pop-teacher__info .photo img {
  width: 100%;
}
.pop-teacher__info .detail {
  width: 330px;
  margin-left: 40px;
}
.pop-teacher__info .detail .tab a {
  width: 120px;
  text-align: center;
  line-height: 40px;
  color: #242424;
  font-size: 16px;
  border: solid 1px #eaeaea;
}
.pop-teacher__info .detail .tab a.on {
  color: #fff;
  border-color: #242424;
  background: #242424;
}
.pop-teacher__info .detail .tabcont {
  margin-top: 30px;
}
.pop-teacher__info .detail .tabcont .teacher-career {
  height: 340px;
  line-height: 1.65em;
}

.grid-tab_yellow {
  margin-bottom: 90px;
}
.grid-tab_yellow a {
  width: 140px;
  height: 55px;
  text-align: center;
  line-height: 53px;
  border: solid 1px #c9c9c9;
  font-size: 18px;
  color: #242424;
}
.grid-tab_yellow a.on {
  font-weight: 700;
  background: #fdc115;
  border-color: #fdc115;
}
.grid-tab_yellow.tabStyle6 a {
  width: 165px;
}
.grid-tab_yellow.tabStyle5 a {
  width: 200px;
}
.grid-tab_yellow.tabStyle4 a {
  width: 250px;
}
.grid-tab_yellow.tabStyle3 a {
  width: 33%;
}
.grid-tab_yellow.tabStyle2 a {
  width: 49.7%;
}
.grid-tab_yellow.tabStyle1 a {
  width: 100%;
}

.academy-list__block {
  color: #242424;
  font-size: 18px;
  line-height: 1.65em;
  display: flex;
  justify-content: space-between;
}
.academy-list__block + .academy-list__block {
  margin-top: 150px;
}
.academy-list__block h4 {
  font-size: 25px;
  margin: 0 0 30px 0;
  padding-bottom: 17px;
  border-bottom: solid 1px #242424;
  font-weight: 500;
}
.academy-list__block h4 + p {
  margin-bottom: 50px;
}
.academy-list__block dt {
  font-weight: 500;
}
.academy-list__block dd + dt {
  margin-top: 25px;
}
.academy-list__block dd + dd {
  margin-top: 25px;
}
.academy-list__block .photo {
  width: 420px;
}
.academy-list__block .detail {
  width: 560px;
  position: relative;
}
.academy-list__block .detail .link {
  margin-top: 30px;
}
.academy-list__block .detail .link a {
  font-weight: 500;
  padding-left: 36px;
  background: url(../../contentImage/css/icon_home.png) left center no-repeat;
}
.academy-list__block .detail .btns {
  position: absolute;
  left: 0;
  bottom: 0;
}
.academy-list__block .detail .btns a + a {
  margin-left: 10px;
}
.academy-list > div:nth-child(odd) .photo {
  order: 2;
}
.academy-list > div:nth-child(odd) .detail {
  order: 1;
}

.academy-list__block .swiper-slide {
  background-size: cover;
  background-position: center;
}
.academy-list__block .gallery-top {
  width: 420px;
  height: 420px;
}
.academy-list__block .gallery-thumbs {
  margin-top: 20px;
}
.academy-list__block .gallery-thumbs .swiper-slide {
  width: 90px;
  height: 90px;
}
.academy-list__block .nodata-academy {
  width: 100%;
}
.academy-list__block .nodata-academy p {
  font-size: 28px;
}

.rule-contents__scroll {
  max-height: 400px;
  overflow-y: auto;
  color: #242424;
}
.rule-contents__scroll h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.rule-contents__scroll h5 {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}
.rule-contents__scroll .txt {
  line-height: 1.5em;
}
.rule-contents__scroll .txt + h4 {
  margin-top: 30px;
}
.rule-contents__scroll table {
  margin-top: 10px;
  border-top: solid 1px #333;
}
.rule-contents__scroll th {
  font-weight: 400;
  background: #f8f8f8;
  border-bottom: solid 1px #eaeaea;
  padding: 8px;
  text-align: center;
}
.rule-contents__scroll td {
  border-bottom: solid 1px #eaeaea;
  padding: 8px 10px;
}
.rule-contents__scroll td + td,
.rule-contents__scroll th + th {
  border-left: solid 1px #eaeaea;
}

/* 20220514 ì¶”ê°€ */
.main-mid-banner {
  position: relative;
  height: 95px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.main-mid-banner .inner-mid-banner {
  position: relative;
  width: 840px;
  margin: 0 auto;
  padding-top: 23px;
  box-sizing: border-box;
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li {
  position: relative;
  float: left;
  padding: 0 20px;
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left:after {
  display: block;
  content: "";
  clear: both;
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li > a {
  position: relative;
  display: block;
  padding-top: 36px;
  text-align: center;
  font-size: 15px;
  color: #555;
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 55px;
  background-color: #dfdfdf;
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li:first-child:before {
  display: none;
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li > a:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li.ban01 > a:before {
  width: 33px;
  height: 27px;
  background: url(../../contentImage/css/bg_mid_ban01.png) 0 0 no-repeat;
} /* image ê²½ë¡œ í™•ì¸í•´ì£¼ì„¸ìš” */
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li.ban02 > a:before {
  width: 30px;
  height: 27px;
  background: url(../../contentImage/css/bg_mid_ban02.png) 0 0 no-repeat;
} /* image ê²½ë¡œ í™•ì¸í•´ì£¼ì„¸ìš” */
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li.ban03 > a:before {
  width: 29px;
  height: 27px;
  background: url(../../contentImage/css/bg_mid_ban03.png) 0 0 no-repeat;
} /* image ê²½ë¡œ í™•ì¸í•´ì£¼ì„¸ìš” */
.main-mid-banner .inner-mid-banner > ul.mid-ban-left > li.ban04 > a:before {
  width: 33px;
  height: 27px;
  background: url(../../contentImage/css/bg_mid_ban04.png) 0 0 no-repeat;
} /* image ê²½ë¡œ í™•ì¸í•´ì£¼ì„¸ìš” */
.main-mid-banner .inner-mid-banner > .mid-ban-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-mid-banner .inner-mid-banner > .mid-ban-right .my-location {
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
  font-size: 20px;
  color: #242424;
}
.main-mid-banner .inner-mid-banner > .mid-ban-right .my-phone-number {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 35px;
  color: #151515;
  font-weight: bold;
}

/* 20240728 ì¶”ê°€ */
.footer-logo .number-footer {
  padding-left: 10px;
  font-size: 24px;
  color: #ff6b56;
  font-weight: bold;
  vertical-align: bottom;
}
.footer-logo > p {
  display: inline-block;
  vertical-align: bottom;
}
.footer-logo > div {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
}
.copyright .pad12 {
  padding: 0 6px;
}
.footer-table {
  margin-top: 30px;
}

.footer-table th {
  height: 34px;
  color: #fff;
  font-size: 13px;
  background-color: #393939;
  border-left: 1px solid #5e5e5e;
  text-align: center;
}
.footer-table th:first-child {
  border-left: 0;
}
.footer-table td {
  height: 24px;
  color: #555;
  font-size: 12px;
  padding: 2px 8px;
  border-left: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  text-align: center;
  letter-spacing: -1px;
}
.footer-table td:first-child {
  border-left: 0;
}
.footer-right {
  width: 407px;
  padding-top: 65px;
}
.footer-sns {
  margin-top: 15px;
}

/* 20241006 ì¶”ê°€ start */
.complete-inner .image-area {
  font-size: 0;
}
.complete-inner .text-complete {
  margin-top: 70px;
  line-height: 1;
  font-size: 43px;
  font-weight: bold;
  color: #242424;
  text-align: center;
}
.complete-inner .btn-wrap {
  margin-top: 80px;
}
/* // 20241006 ì¶”ê°€ end */

/* 20250226 */
.main-block .h2-span-block {
  display: block;
  font-size: 20px;
  color: #b5b5b5;
  font-weight: normal;
}
.main-curriculum-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 13px;
}
.main-curriculum-list > a {
  position: relative;
  font-size: 0;
  /* margin-top: 11px;
  margin-left: 13px; */
  width: 310px;
  height: 300px;
  overflow: hidden;
}
.main-curriculum-list > a:nth-child(1),
.main-curriculum-list > a:nth-child(2),
.main-curriculum-list > a:nth-child(3),
.main-curriculum-list > a:nth-child(4) {
  margin-top: 0;
}
.main-curriculum-list > a:nth-child(4n + 1) {
  margin-left: 0;
}
.main-curriculum-list > a span {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.main-curriculum-list > a img {
  transition: all 0.3s;
}
.main-curriculum-list > a:hover img {
  transform: scale(1.1);
}
.sub-curriculum-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.sub-curriculum-list > a {
  position: relative;
  font-size: 0;
  /* margin-top: 30px;
  margin-left: 32px; */
  width: 230px;
  height: 260px;
  overflow: hidden;
}
.sub-curriculum-list > a:nth-child(1),
.sub-curriculum-list > a:nth-child(2),
.sub-curriculum-list > a:nth-child(3),
.sub-curriculum-list > a:nth-child(4),
.sub-curriculum-list > a:nth-child(5) {
  margin-top: 0;
}
.sub-curriculum-list > a:nth-child(5n + 1) {
  margin-left: 0;
}
.sub-curriculum-list > a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-curriculum-list > a img {
  transition: all 0.3s;
}
.sub-curriculum-list > a:hover img {
  transform: scale(1.1);
}
.main-interview__renew {
  background: #f6f2e9;
  padding: 70px 0;
}
.main-interview__slider .item {
  background-color: #fff;
  width: 400px;
}
.main-interview__slider .item > a {
  display: block;
  padding: 48px 38px 48px 48px;
}

.main-interview__slider .item .img-area {
  width: 240px;
  height: 240px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.main-interview__slider .item .img-area img {
  transition: all 0.3s;
}
.main-interview__slider .item > a:hover .img-area img {
  transform: scale(1.1);
}
.main-interview__slider .item .desc-area {
  margin-top: 48px;
}
.main-interview__curriculum {
  display: block;
  color: #ff6b56;
  font-size: 18px;
  font-weight: normal;
}
.main-interview__name {
  display: block;
  font-size: 25px;
  margin-top: 10px;
}
.main-interview__text {
  display: block;
  font-size: 17px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.main-interview__renew .swiper-pagination {
  width: 1054px;
  position: static;
}
.main-interview__renew .progress__pager .swiper-button-next,
.main-interview__renew .progress__pager .swiper-button-prev {
  background: transparent;
}
/* .main-interview__slider {
  padding: 0 30px;
}
.main-interview__slider .swiper-wrapper {
  max-width: 1284px;
  margin: 0 auto;
} */
.main-interview__renew .progress__pager {
  width: 1284px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-interview__renew .progress__pager .swiper-button-next,
.main-interview__renew .progress__pager .swiper-button-prev {
  position: static;
  display: inline-block;
}
.main-interview__renew .progress__pager .swiper-pagination2 {
  position: static;
  display: inline-block;
  width: auto;
  min-width: 60px;
}
.main-interview__renew .progress__pager .swiper-button-next:before,
.main-interview__renew .progress__pager .swiper-button-prev:before {
  position: static;
  display: inline-block;
}
.main-interview__renew .btn-view-more {
  display: inline-block;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 8px;
  font-family: "Lato";
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.main-banner.second {
  background-color: #fff;
}
.main-banner.second .swiper-pagination {
  padding-left: 0;
  text-align: center;
}

.main-interview__renew.renew .swiper-pagination {
  width: 1054px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-interview__renew.renew .progress__bar {
  width: 1054px;
  height: 1px;
  background: #e6e5e4;
  position: relative;
  transition: all 0.3s;
}
.main-interview__renew.renew .progress__bar .progress__fill {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #111;
  transition: width 0.2s;
}
.main-interview__renew.renew .progress__pager .swiper-button-next {
  margin-left: 60px;
}
.main-interview__renew.renew .progress__pager .swiper-pagination2 {
  position: absolute;
  right: -100px;
  display: inline-block;
  width: auto;
  top: -13px;
  min-width: 60px;
}

/* 20250624 추가 */
.main-event__renew {
  position: relative;
}
.main-event__renew .main-event__slider .item > a {
  display: block;
}
.main-event__renew .main-event__slider .img-area img {
  width: 100%;
  height: auto;
}
.main-event__renew .main-event__slider .desc-area {
  position: relative;
  padding: 30px;
  background-color: #eee;
}
.main-event__renew .main-event__academy {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ff6b56;
}
.main-event__renew .main-event__name {
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  height: 68px;
  line-height: 34px;
  word-break: break-all;
}
.main-event__renew .main-event__text {
  margin-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  color: #242424;
  height: 66px;
  line-height: 22px;
  word-break: break-all;
}
.main-event__renew .main-event__date {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  color: #242424;
  font-weight: bold;
  line-height: 1;
}
.view_more__area {
  position: relative;
  text-align: center;
}
.main-event__renew .view_more__area {
  margin-top: 50px;
}

.main-event__renew .progress__pager .swiper-button-next,
.main-event__renew .progress__pager .swiper-button-prev {
  background: transparent;
}
/* .main-interview__slider {
  padding: 0 30px;
}
.main-interview__slider .swiper-wrapper {
  max-width: 1284px;
  margin: 0 auto;
} */
.main-event__renew .progress__pager {
  width: 1284px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-event__renew .progress__pager .swiper-button-next,
.main-event__renew .progress__pager .swiper-button-prev {
  position: static;
  display: inline-block;
}
.main-event__renew .progress__pager .swiper-pagination2 {
  position: static;
  display: inline-block;
  width: auto;
  min-width: 60px;
}
.main-event__renew .progress__pager .swiper-button-next:before,
.main-event__renew .progress__pager .swiper-button-prev:before {
  position: static;
  display: inline-block;
}
.main-event__renew .btn-view-more {
  display: inline-block;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 8px;
  font-family: "Lato";
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.main-event__renew .swiper-pagination {
  width: 1054px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-event__renew .progress__bar {
  width: 1054px;
  height: 1px;
  background: #e6e5e4;
  position: relative;
  transition: all 0.3s;
}
.main-event__renew .progress__bar .progress__fill {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #111;
  transition: width 0.2s;
}
.main-event__renew .progress__pager .swiper-button-next {
  margin-left: 60px;
}
.main-event__renew .progress__pager .swiper-pagination2 {
  position: absolute;
  right: -100px;
  display: inline-block;
  width: auto;
  top: -13px;
  min-width: 60px;
}

/* 20250723 추가 */
.main-block + .main-block.main-jinro__diary {
  position: relative;
  margin-top: 0;
  padding-top: 120px;
  z-index: 2;
}
.main-jinro__diary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 646px;
  background-color: #fdc116;
  content: "";
  display: block;
  z-index: -1;
}
.main-jinro__diary.main-block .h2-span-block {
  margin-top: 10px;
  line-height: 1.4;
  color: #927215;
}
.main-diary__slider .item > a {
  position: relative;
  display: block;
  width: 410px;
  height: 530px;
  background-color: #fff;
}
.main-diary__slider .item > a .sec_head {
  padding: 40px;
  height: 220px;
}
.main-diary__slider .item > a .sec_head .hash {
  display: block;
  color: #ecaf00;
  margin-bottom: 15px;
}
.main-diary__slider .item > a .sec_head .title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  height: 70px;
  word-break: break-all;
}
.main-diary__slider .item > a .sec_head .date {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
}
.main-jinro__diary .board-more {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Lato;
  right: 24px;
  top: -30px;
  padding-right: 48px;
  line-height: 1em;
  font-weight: 700;
}
.main-jinro__diary .board-more:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 27px;
  height: 5px;
  border: Solid 1px #000;
  border-top: 0;
  border-left: 0;
  transform: skew(45deg);
}
.main-jinro__diary .contents-inner {
  position: relative;
}
.footer-left {
  width: 830px;
}
.footer-family--site {
  font-size: 0;
}
/* 20250813 */
.my-course-wrap {
  position: relative;
}
.my-course-wrap .item-wrap {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding-top: 76px;
}
.my-course-wrap .item-wrap h2.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.my-course-wrap .item-wrap h2.title .h2-span-block {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #555;
  margin-top: 10px;
}
.my-course-wrap .item-wrap .step_item {
  position: relative;
  padding-top: 74px;
}
.my-course-wrap .item-wrap .step_bundle .step_item:first-child:before {
  display: none;
}
.my-course-wrap .item-wrap .step_item:before {
  display: block;
  text-align: center;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 53px;
  height: 15px;
  font-size: 16px;
  background: url(../../contentImage/css/bg_step_slash.png) 0 0 no-repeat;
  background-size: cover;
}
.my-course-wrap .item-wrap .step_item + .step_item {
  padding-top: 136px;
}
.my-course-wrap .item-wrap .step_item h3.title {
  position: relative;
  padding-top: 84px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.my-course-wrap .item-wrap .step_item h3.title:before {
  display: block;
  content: "";
  width: 66px;
  height: 71px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.my-course-wrap .item-wrap .step_item h3.title.step01:before {
  background-image: url(../../contentImage/css/bg_cousreStep01.png);
  background-size: cover;
}
.my-course-wrap .item-wrap .step_item h3.title.step02:before {
  background-image: url(../../contentImage/css/bg_cousreStep02.png);
  background-size: cover;
}

.my-course-wrap .item-wrap .step_item h3.title.step03:before {
  background-image: url(../../contentImage/css/bg_cousreStep03.png);
  background-size: cover;
}

.my-course-wrap .item-wrap .step_item h3.title.step04:before {
  background-image: url(../../contentImage/css/bg_cousreStep04.png);
  background-size: cover;
}
.my-course-wrap .item-wrap .step_item h3.title.result:before {
  background-image: url(../../contentImage/css/bg_cousreResult.png);
  background-size: cover;
}
.my-course-wrap .item-wrap .step_item .select_item {
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.645%;
  padding: 0 20px;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check {
  position: relative;
  font-size: 0;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check label {
  position: relative;
  height: 120px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check {
  width: 30.9%;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check label span {
  display: block;
  font-size: 28px;
  letter-spacing: -1px;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check label span span.sml {
  display: inline-block;
  font-size: 22px;
  letter-spacing: -2px;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  visibility: hidden;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check input:checked + label {
  background-color: #ff6b56;
  border-color: #ff6b56;
}
.my-course-wrap .item-wrap .step_item .select_item .custom_check input:checked + label span {
  color: #fff;
}
.my-course-wrap .select_item .custom_check label span i {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 12px auto;
  position: relative;
}
.select_item .custom_check label span i.img0201 {
  width: 46px;
  height: 39px;
  background: url(../../contentImage/css/img0201.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0201 {
  background-position: 0 -39px;
}
.select_item .custom_check label span i.img0202 {
  width: 36px;
  height: 38px;
  background: url(../../contentImage/css/img0202.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0202 {
  background-position: 0 -38px;
}
.select_item .custom_check label span i.img0203 {
  width: 36px;
  height: 36px;
  background: url(../../contentImage/css/img0203.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0203 {
  background-position: 0 -36px;
}
.select_item .custom_check label span i.img0204 {
  width: 28px;
  height: 40px;
  background: url(../../contentImage/css/img0204.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0204 {
  background-position: 0 -40px;
}
.select_item .custom_check label span i.img0205 {
  width: 37px;
  height: 45px;
  background: url(../../contentImage/css/img0205.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0205 {
  background-position: 0 -45px;
}
.select_item .custom_check label span i.img0206 {
  width: 42px;
  height: 41px;
  background: url(../../contentImage/css/img0206.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0206 {
  background-position: 0 -41px;
}
.select_item .custom_check label span i.img0301 {
  width: 42px;
  height: 35px;
  background: url(../../contentImage/css/img0301.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0301 {
  background-position: 0 -35px;
}
.select_item .custom_check label span i.img0302 {
  width: 40px;
  height: 36px;
  background: url(../../contentImage/css/img0302.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0302 {
  background-position: 0 -36px;
}
.select_item .custom_check label span i.img0303 {
  width: 34px;
  height: 34px;
  background: url(../../contentImage/css/img0303.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0303 {
  background-position: 0 -34px;
}
.select_item .custom_check label span i.img0304 {
  width: 42px;
  height: 39px;
  background: url(../../contentImage/css/img0304.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0304 {
  background-position: 0 -39px;
}
.select_item .custom_check label span i.img0305 {
  width: 42px;
  height: 36px;
  background: url(../../contentImage/css/img0305.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0305 {
  background-position: 0 -36px;
}
.select_item .custom_check label span i.img0306 {
  width: 40px;
  height: 39px;
  background: url(../../contentImage/css/img0306.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0306 {
  background-position: 0 -39px;
}
.select_item .custom_check label span i.img0307 {
  width: 38px;
  height: 38px;
  background: url(../../contentImage/css/img0307.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0307 {
  background-position: 0 -38px;
}
.select_item .custom_check label span i.img0308 {
  width: 35px;
  height: 40px;
  background: url(../../contentImage/css/img0308.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0308 {
  background-position: 0 -40px;
}
.select_item .custom_check label span i.img0401 {
  width: 49px;
  height: 25px;
  background: url(../../contentImage/css/img0401.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0401 {
  background-position: 0 -25px;
}
.select_item .custom_check label span i.img0402 {
  width: 39px;
  height: 39px;
  background: url(../../contentImage/css/img0402.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0402 {
  background-position: 0 -39px;
}
.select_item .custom_check label span i.img0403 {
  width: 38px;
  height: 36px;
  background: url(../../contentImage/css/img0403.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0403 {
  background-position: 0 -36px;
}
.select_item .custom_check label span i.img0404 {
  width: 49px;
  height: 25px;
  background: url(../../contentImage/css/img0401.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0404 {
  background-position: 0 -25px;
}
.select_item .custom_check label span i.img0405 {
  width: 39px;
  height: 39px;
  background: url(../../contentImage/css/img0402.png) 0 0 no-repeat;
  background-size: cover;
}
.select_item .custom_check input:checked + label span i.img0405 {
  background-position: 0 -39px;
}
.item-wrap .step_item table {
  margin-top: 50px;
  border-top: 4px solid #242424;
}
.item-wrap .step_item table th {
  vertical-align: middle;
  font-size: 28px;
  font-weight: normal;
  height: 80px;
  border-bottom: 2px solid #e8e8e8;
}
.item-wrap .step_item table td {
  vertical-align: middle;
  font-size: 28px;
  font-weight: normal;
  height: 80px;
  padding: 12px 26px;
  border-bottom: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  line-height: 1.2;
}
.item-wrap .step_item table td .orange {
  color: #ff6b56;
}
.my-course-wrap .item-wrap .form_course {
  margin: 80px 0 150px 0;
}
.my-course-wrap .item-wrap .form_course h2.title {
  font-size: 34px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.my-course-wrap .item-wrap .form_course .form_bundle {
  margin-top: 72px;
}
.my-course-wrap .item-wrap .form_course .custom_input {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 1.2;
}
.my-course-wrap .item-wrap .form_course .custom_input + .custom_input {
  margin-top: 50px;
}
.my-course-wrap .item-wrap .form_course .custom_input label {
  display: block;
  font-size: 28px;
  color: #767676;
  line-height: 1.2;
  margin-bottom: 15px;
}
.my-course-wrap .item-wrap .form_course .custom_input input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e8e8e8;
  font-size: 28px;
  color: #767676;
  height: 68px;
  padding: 0;
}
.my-course-wrap .item-wrap .form_course .custom_input .warning {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  color: #ff2000;
}
.my-course-wrap .item-wrap .form_course .btn-wrap {
  margin-top: 120px;
}
.my-course-wrap .item-wrap .form_course .btn-wrap .btn-org.big {
  width: 100%;
  font-size: 32px;
  font-weight: normal;
  height: 100px;
}
.my-course-wrap .item-wrap .form_course .btn-wrap > div {
  margin-top: 20px;
  text-align: right;
  font-size: 28px;
  letter-spacing: -1px;
}
.my-course-wrap .item-wrap .form_course .btn-wrap > div input[type="checkbox"].checkbox + label {
  padding-left: 55px;
  cursor: pointer;
}
.my-course-wrap .item-wrap .form_course .btn-wrap > div input[type="checkbox"].checkbox + label:before {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.my-course-wrap .item-wrap .form_course .btn-wrap > div input[type="checkbox"].checkbox + label:after {
  width: 12px;
  height: 22px;
  margin-top: -20px;
  left: 14px;
  top: 16px;
  border-width: 3px;
}
