@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Public
**************************************************/

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
h1 {
  margin: 0;
  font-size: 2em;
}
#section20 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#section20-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#section20 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#section20-1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-width: 320px;
  max-width: 750px; /*padding-top: 160px;*/
  margin: 0 auto;
}
img {
  max-width: 100%;
}

/* Table */
.table1 {
  width: 100%;
}
.table1 tr > * {
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 11px;
  line-height: 15px;
}
.table1 thead th {
  background: #f7f7f7;
}
.table1 tbody th {
  background: #f7f7f7;
}
.table1 tbody td {
}

/* Tab */
.tab1 {
  margin-bottom: 20px;
}
.tab1 > li {
  display: inline-block;
  background: #f7f7f7;
}
.tab1 > li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #f7f7f7;
}
.tab1 > li.active a {
  background: #fff;
  color: #000;
  border-color: #333;
}

/* Button */
.btnWrap {
  margin-top: 40px;
}
.btnWrap > * {
  margin: 0 2px;
}
.btn1 {
  display: inline-block;
  background: #333;
  border: 1px solid #333;
  color: #fff !important;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 17px;
  box-sizing: border-box;
}
.btn1.small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 15px;
}
.btn2 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  color: #000 !important;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 17px;
  box-sizing: border-box;
}
.btn2.small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 15px;
}
.btngreen {
  border: none;
  margin: 0 3%;
  color: #666;
  width: 40%;
  box-shadow: 5px 5px 11px 0px #ccc;
  height: 55px;
  border-radius: 15px;
  background: #fff;
  font-size: 25px;
}
.btngreen:active {
}
.bg-on-green {
  box-shadow: none;
  background: #1f5e45;
  color: #fff;
}
/**************************
	Site Layer Popup
**************************/
.sp-pop {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
  top: 65px !important;
  left: 5% !important;
  width: 90% !important;
  height: auto !important;
}
.sp-pop:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.sp-pop .img {
  position: relative;
  min-height: 100px;
  padding-bottom: 30px;
}
.sp-pop .img img {
  max-width: 100%;
}
.sp-pop .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  background: #f7f7f7;
}
.sp-pop .btns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 30px;
}
.sp-pop .btns li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-width: 1px 1px 1px 0;
}
.sp-pop .btns li:first-child:before {
  border-left-width: 1px;
}
.sp-pop .btns li a,
.sp-pop .btns li label {
  position: relative;
  display: block;
  text-align: center;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: -1px;
  z-index: 3;
  text-decoration: none;
  font-family: dotum;
}
.sp-pop .btns li label input {
  display: none;
}
.sp-pop .btns.len3 li {
  width: 33.33%;
}

/**************************
	Paging
**************************/
.paging {
  text-align: center;
  margin-top: 30px;
  font-family: empty;
  font-size: 0;
}
.paging a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: -1px;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  color: #666;
  font-size: 21px;
  text-decoration: none;
  box-sizing: border-box;
  font-family: tahoma, arial, axicon;
  margin: 0 4px;
}
.paging a:first-child {
}
.paging a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-align: center;
  font-size: 21px;
  text-indent: 0;
}
.paging a:last-child {
}
.paging a.active {
  background: #464646;
  color: #fff !important;
  font-weight: 600;
  border: 0;
}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last {
  background: none;
  font-size: 18px;
  color: #666666;
  text-indent: -999em;
}
.paging a.first:after {
  content: "\f100";
  text-indent: 0;
}
.paging a.prev:after {
  content: "\f104";
}
.paging a.next:after {
  content: "\f105";
}
.paging a.last:after {
  content: "\f101";
}

/**************************************************
	Layout
**************************************************/
html {
  overflow-x: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 750px;
  /* height: 160px; */
  transform: translateX(-50%);
  /* background: #1f5e45; */
  z-index: 9999;
  /* box-shadow: 0 3px 3px rgb(0 0 0 / 5%);*/
}
#header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 100px;
}
#header .logo img {
  width: auto;
  height: 95px;
}
#header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}

.hd-tel {
  position: absolute;
  top: 0;
  right: 0;
}

#slide-btn {
  text-indent: -999em;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dcb405;
  z-index: 9999;
  border-radius: 15%;
}
#slide-btn button {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after {
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#slide-btn button span {
  display: block;
  top: 50%;
  margin-top: -1px;
  opacity: 1;
  transition: all 0.3s;
}
#slide-btn button:before {
  content: "";
  display: block;
  top: 0;
  transition: all 0.3s;
}
#slide-btn button:after {
  content: "";
  display: block;
  bottom: 0;
  transition: all 0.3s;
}
#slide-btn button.on span {
  opacity: 0;
}
#slide-btn button.on:before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
#slide-btn button.on:after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}
#slide-bg {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
#slide-close {
  width: 81px;
  height: 81px;
  background: url("../img/layout/slide-close.png") no-repeat center center;
  background-size: 30px auto;
}

#slide-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 201;
  overflow-y: auto;
  transition: all 0.3s cubic-bezier(0.93, 0.635, 0.65, 0.97);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#slide-menu .tit {
  height: 81px;
  width: 81px;
  position: relative;
  background: gray;
  left: 670px;
}
#slide-menu.on {
  left: 0;
}

#tnb {
  /* text-align: center;line-height: 60px;background: #f7f7f7; */
}
#tnb > li {
  display: inline-block;
  margin: 20px 10px;
}
#tnb > li a {
  font-size: 57px;
  color: #fff;
}

#gnb-mo {
  margin-top: 100px;
}
#gnb-mo > li {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(31, 94, 69, 0.5);
}
#gnb-mo > li > a {
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.5px;
  text-decoration: none;
  padding: 0 35px;
  background: #1f5e45;
  box-sizing: border-box;
}
#gnb-mo > li:last-child > a {
  padding-right: 18px;
}
#gnb-mo > li > ul {
  display: none;
}
#gnb-mo > li.hidden-gnb {
  display: none;
}
#gnb-mo > li > ul li a {
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
}
#gnb-mo > li > ul li {
  text-align: center;
}

#gnb > li {
}
#gnb > li > a {
  display: block;
  line-height: 95px;
  padding: 0 15px;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  text-decoration: none;
}
#gnb > li > ul {
  padding: 10px 15px;
  display: none;
  position: fixed;
  top: 220px;
  left: 50%;
}
#gnb > li > ul li a {
  line-height: 75px;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
}
#gnb > li.hidden-gnb {
  display: none;
}

#hd-lan {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 92;
}
#hd-lan > a {
  display: block;
  line-height: 50px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: url("../img/layout/hd-lan-ico.png") no-repeat 0 center / 15px auto,
    url("../img/layout/hd-lan-spr.png") no-repeat right center / 6px auto;
}
#hd-lan > ul {
  position: absolute;
  top: 40px;
  left: 50%;
  display: none;
  width: 80px;
  margin-left: -40px;
  padding: 10px 0;
  border: 1px solid #b8b8b8;
  background: #fff;
}
#hd-lan > ul:before {
  position: absolute;
  top: -7px;
  left: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  margin-left: -3px;
  background: url("../img/layout/hd-lanbox-spr.png");
}
#hd-lan > ul li a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
#hd-lan.on > ul {
  display: block;
}

#hd-sch {
  position: absolute;
  top: 14px;
  left: 85px;
  z-index: 91;
}
#hd-sch .btn {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/layout/hd-sch-btn.png") no-repeat center center;
  background-size: 16px auto;
  text-indent: -999em;
  border: none;
}
#hd-sch form {
  position: fixed;
  display: none;
  top: 50px;
  right: 0;
  width: 80%;
  padding-right: 45px;
  border: 1px solid #333;
  border-width: 1px 0 1px 0;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
#hd-sch legend {
  display: none;
}
#hd-sch .inp {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-indent: 10px;
  background: none;
  border: none;
  font-size: 15px;
}
#hd-sch .sbm {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #333 url("../img/layout/hd-sch-btn.png") no-repeat center center;
  background-size: 18px auto;
  border: none;
  text-indent: -999em;
}
#hd-sch.on form {
  display: block;
}

#footer {
  background: #222222;
}
#footer .fnbWrap {
  border-bottom: 1px solid #3d3d3d;
}
#footer .fnbWrap .inner {
  position: relative;
}
#footer .ftWrap {
  padding-top: 45px;
}
#footer address {
  font-size: 21px;
  line-height: 28px;
  color: #cccccc;
  font-style: normal;
  text-align: center;
  letter-spacing: -0.5px;
  opacity: 0.7;
  padding: 10px 0 5px 0;
}
#footer address hr {
  display: inline-block;
  border: none;
  margin: 0;
  width: 20px;
}
#footer .copyright {
  display: block;
  line-height: 70px;
  font-size: 13px;
  color: #777777;
  background: #111111;
  text-align: center;
  font-size: 21px;
  color: rgba(168, 168, 168, 0.7);
}

#footer .ft-box {
  margin-top: 0;
}
#footer .ft-box span {
  font-size: 21px;
  line-height: 28px;
  color: #cccccc;
  font-style: normal;
  opacity: 0.7;
}
#footer .ft-box strong {
  font-weight: inherit;
}

#footer .ft-btn00 {
  display: inline-block;
  padding: 0 15px;
  font-family: noto;
  font-size: 17px;
  line-height: 36px;
  color: #fff;
  background: #666;
  text-decoration: none;
  margin-top: 14px;
  margin-left: 20px;
}

#sns-ico {
  margin-top: 15px;
  text-align: center;
}
#sns-ico li {
  display: inline-block;
  margin: 2px;
}
#sns-ico li img {
  width: 25px;
  height: auto;
}

#gotop {
  display: block;
  background: url("/img/layout/ft-top-btn.jpg") no-repeat center center /
    contain;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  text-indent: -999em;
}

#fnb {
  text-align: center;
}
#fnb > li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
#fnb > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: #424242;
}
#fnb > li:first-child {
  padding-left: 0;
  background: none;
}
#fnb > li:last-child:after {
  display: none;
}
#fnb > li:last-child {
  padding-right: 0;
}
#fnb > li a {
  font-size: 23px;
  color: #a8a8a8;
  letter-spacing: -1px;
  line-height: 90px;
}

#ft-cs {
  text-align: center;
}
#ft-cs dl {
}
#ft-cs dl > * {
  display: inline-block;
  vertical-align: top;
}
#ft-cs dl dt {
  font-family: ws;
  vertical-align: top;
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}
#ft-cs dl dt strong {
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 35px;
  line-height: 35px;
}
#ft-cs dl dd {
  vertical-align: top;
  font-size: 21px;
  line-height: 40px;
  color: #888;
  letter-spacing: -1px;
  padding-left: 10px;
}
#ft-cs address {
}
#ft-cs ul {
  margin-top: 20px;
  display: inline-block;
}
#ft-cs ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
}
#ft-cs ul li a {
}
#ft-cs ul li a img {
  width: 120%;
}

#ft-list {
  padding: 0 30px;
  margin: 30px 0 50px 0;
}
#ft-list table {
  width: 100%;
}
#ft-list table thead tr th {
  line-height: 40px;
  background: #444444;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
}
#ft-list table tbody tr > * {
  font-size: 23px;
  line-height: 30px;
  color: #ccc;
  letter-spacing: -0.5px;
  opacity: 0.7;
  text-align: center;
}
#ft-list table tbody tr:first-child > * {
  padding-top: 15px;
}
#ft-list table tbody tr th {
  font-weight: 300;
  color: #ffffff;
  opacity: 0.8;
}
#ft-list table tbody tr td {
}

.ft-info {
  text-align: center;
  background: url("../img/main/ft_info_bg.jpg") no-repeat center / cover;
  padding: 30px 0 55px 0;
}
.ft-info h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 0 0 30px 0;
}
.ft-info p {
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  letter-spacing: -0.5px;
  padding: 20px 0 25px 0;
}
.ft-info ul {
}
.ft-info ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.ft-info ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ft-info ul li img {
}
.ft-info ul li strong {
  display: block;
  font-weight: 600;
  font-size: 21px;
  line-height: 20px;
  color: #fff;
  letter-spacing: -0.5px;
  margin-top: 15px;
}

/* 210721 */

.fix-banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

/**************************************************
	Ajax Popup
**************************************************/
#popup {
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  padding-top: 41px;
  z-index: 301;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#popup .pop-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
#popup .pop-tit h3 {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 40px;
}
#popup .pop-tit .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: #eee;
  border-left: 1px solid #ddd;
}
#popup .pop-wrap {
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  box-sizing: border-box;
}
#popup.on {
  opacity: 1;
}
#popupBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
#popupBG.on {
  opacity: 1;
}

/* 강사소개 팝업 */
#i-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 690px;
  height: 560px;
  margin-top: -280px;
  margin-left: -345px;
  padding: 40px;
  z-index: 301;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
}
#i-popup.on {
  opacity: 1;
}
#i-popupBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
}
#i-popupBG.on {
  opacity: 1;
}

#i-popup .inst-popWrap {
}
#i-popup .inst-popWrap .inst-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sub/inst_pop_close.png") no-repeat center / cover;
  z-index: 2;
}
#i-popup .inst-popWrap .box {
}
#i-popup .inst-popWrap .box:after {
  content: "";
  display: block;
  clear: both;
}
#i-popup .inst-popWrap .box .left {
  float: left;
  width: 210px;
}
#i-popup .inst-popWrap .box .left .thumb {
  padding-bottom: 477px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#i-popup .inst-popWrap .box .right {
  float: right;
  width: calc(100% - 210px);
  padding-left: 40px;
  box-sizing: border-box;
}
#i-popup .inst-popWrap .box .right .tit {
  padding: 20px 0 40px 0;
}
#i-popup .inst-popWrap .box .right .tit span {
  font-family: worksans;
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  color: #666;
}
#i-popup .inst-popWrap .box .right .tit h6 {
  font-weight: 300;
  font-size: 31px;
  line-height: 30px;
  color: #222;
  letter-spacing: -1px;
  padding: 5px 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#i-popup .inst-popWrap .box .right .tit p {
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 21px;
  line-height: 26px;
  color: #777777;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
#i-popup .inst-popWrap .box .right .list {
  overflow-y: auto;
}
#i-popup .inst-popWrap .box .right .list .scroll {
  max-height: 290px;
}
#i-popup .inst-popWrap .box .right .list dl {
  padding-bottom: 20px;
}
#i-popup .inst-popWrap .box .right .list dl dt {
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
  color: #1f5e45;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
#i-popup .inst-popWrap .box .right .list dl dd {
  font-size: 21px;
  line-height: 28px;
  color: #888;
  letter-spacing: -0.5px;
}

/* 커리큘럼 팝업 */
#c-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 301;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s;
}
#c-popup.on {
  opacity: 1;
}
#c-popupBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
}
#c-popupBG.on {
  opacity: 1;
}
#c-popup .curri-pop {
}
#c-popup .curri-pop dt {
}
#c-popup .curri-pop dt .vid-wrap {
  height: 340px !important;
}
#c-popup .curri-pop dt .vid-wrap iframe {
  height: 100% !important;
}
#c-popup .curri-pop dd {
  padding: 40px 30px;
  box-sizing: border-box;
}
#c-popup .curri-pop dd .box {
}
#c-popup .curri-pop dd .box .title {
}
#c-popup .curri-pop dd .box .title h6 {
  font-weight: 300;
  font-size: 31px;
  line-height: 34px;
  color: #000;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#c-popup .curri-pop dd .box .title p {
  font-size: 19px;
  line-height: 24px;
  color: #666;
  letter-spacing: -0.5px;
  margin: 10px 0 25px 0;
}
#c-popup .curri-pop dd .box .tag {
  margin: -2px;
}
#c-popup .curri-pop dd .box .tag:after {
  content: "";
  display: block;
  clear: both;
}
#c-popup .curri-pop dd .box .tag li {
  float: left;
  width: calc(33.33% - 4px);
  margin: 2px;
  padding: 0 5px;
  box-sizing: border-box;
  background: #f0f0f0;
}
#c-popup .curri-pop dd .box .tag li a {
  display: inline-block;
  width: 100%;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  color: #666;
  letter-spacing: -0.5px;
}
#c-popup .curri-pop dd .box .btn-wrap {
  margin-top: 30px;
  text-align: center;
}
#c-popup .curri-pop dd .box .btn-wrap a {
  display: inline-block;
  width: 170px;
  line-height: 40px;
  border: 2px solid #417963;
  border-radius: 25px;
  box-sizing: border-box;
  margin: 0 5px;
  text-decoration: none;
}
#c-popup .curri-pop dd .box .btn-wrap a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #1f5e45;
  letter-spacing: -1px;
  padding-left: 22px;
}
#c-popup .curri-pop dd .box .btn-wrap a.tuition span {
  background: url("../img/main/bari_src_ico.png") no-repeat left center;
}
#c-popup .curri-pop dd .box .btn-wrap a.schedule span {
  background: url("../img/main/bari_inq_ico.png") no-repeat left center;
}

/* sitemap */
#popup .sitemap {
  text-align: center;
}
#popup .sitemap > li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 10px;
}
#popup .sitemap > li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
  background: #f7f7f7;
  font-weight: 300;
  line-height: 35px;
  border-radius: 3px;
}
#popup .sitemap > li ul li {
  border-top: 1px solid #f7f7f7;
  text-align: left;
}
#popup .sitemap > li ul li:first-child {
  border-top: none;
}
#popup .sitemap > li ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 18px;
  padding: 7px 0;
  text-align: center;
}

/**************************************************
	Main
**************************************************/
#main {
}
#main #content {
  position: relative;
  padding: 0px 0;
}
#main #mainWrap {
  position: relative;
}

#main .visual {
  position: relative;
}
#main .visual .roll .item {
  position: relative;
  overflow: hidden;
}
#main .visual .roll .item img {
  width: 100%;
  height: auto;
}
#main .visual .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 81;
  text-align: center;
}
#main .visual .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#main .visual .slick-dots li button {
  display: block;
  width: 16px;
  height: 15px;
  background: #bbbbbb;
  text-indent: -999em;
  overflow: hidden;
  border: none;
  border-radius: 50%;
}
#main .visual .slick-dots li.slick-active button {
  width: 40px;
  background: #1f5e45;
  border-radius: 20px;
}

#main section .title {
  padding-bottom: 55px;
}
#main section .title > * {
  text-align: center;
}
#main section .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
#main section .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}

a.sec-btn {
  display: block;
  width: 100px;
  line-height: 42px;
  text-decoration: none;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
a.sec-btn.gr {
  border-bottom: 2px solid #1f5e45;
  color: #1f5e45; /*background: url('../img/main/main_btn_arrow_g.png') no-repeat right 56%;*/
}
a.sec-btn.wt {
  border-bottom: 2px solid #fff;
  color: #fff; /*background: url('../img/main/main_btn_arrow.png') no-repeat right 56%;*/
  margin: 0;
}

.main-seciont01 {
}
.main-seciont01 ul {
  display: table;
  width: 100%;
}
.main-seciont01 ul li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 13.33%;
  text-align: center;
  height: 160px;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.main-seciont01 ul li:nth-child(even) {
  border-width: 1px;
}
.main-seciont01 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-seciont01 ul li img {
  width: 28%;
}
.main-seciont01 ul li p {
  font-size: 30px;
  line-height: 34px;
  color: #444;
  letter-spacing: -1px;
  text-align: center;
  margin: 10px 0 0 0;
}

.main-section02.curri-box {
  padding: 100px 0;
  background: url("../img/main/curri_bg.jpg") no-repeat center / cover;
}
.curri-box {
  padding: 90px 0;
  text-align: center;
}
.curri-box.bg {
  background: url("../img/main/curri_bg.jpg") no-repeat center / cover;
  margin-bottom: -90px;
}
.curri-box .title {
  padding-bottom: 55px;
}
.curri-box .title > * {
  text-align: center;
}
.curri-box .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.curri-box .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}
.curri-box .roll {
  position: relative;
  padding: 0 15px;
  padding-bottom: 75px;
}
.curri-box .roll .item {
  position: relative;
  margin: 0 15px;
}
.curri-box .roll .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.curri-box .roll .item .thumb {
  padding-bottom: calc(130% - 4px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.curri-box .roll .item .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 25px 30px;
  box-sizing: border-box;
}
.curri-box .roll .item:nth-child(odd) .info {
  background: rgba(31, 94, 69, 0.8);
}
.curri-box .roll .item:nth-child(even) .info {
  background: rgba(17, 44, 35, 0.8);
}
.curri-box .roll .item .info > * {
  color: #fff;
}
.curri-box .roll .item .info h6 {
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0;
}
.curri-box .roll .item .info p {
  opacity: 0.8;
  width: 100%;
  height: 150px;
  display: -webkit-box; /* -webkit-line-clamp: 3; -webkit-box-orient: vertical; */
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.bake-wrap .curri-box .roll .item .info p {
  -webkit-line-clamp: 2;
  height: 52px;
}
.title.sub-title > h5 {
  font-size: 35px;
  font-family: "noto";
}

.curri-box2 {
  padding: 90px 0 0 0;
  text-align: center;
  background: #f5f5f5;
}

.curri-box2 .title {
  padding-bottom: 55px;
}
.curri-box2 .title > * {
  text-align: center;
}
.curri-box2 .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.curri-box2 .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}

.curri-box2 > div:nth-child(2) > div > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  padding: 5% 5% 0 5%;
}
.curri-box2 > div:nth-child(2) > div > div > div > div {
  width: 150px;
  height: 150px;
  background-size: cover;
  border-radius: 70%;
  margin: auto;
}
.curri-box2 > div:nth-child(2) > div > div > div > h1 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0px;
  line-height: 20px;
}
.curri-box2 > div:nth-child(2) > div > div > div {
  height: 280px;
}

.curri-box-cakedesign {
  padding: 90px 0 0 0;
  text-align: center;
  background: #f5f5f5;
}

.curri-box-cakedesign .title {
  padding-bottom: 55px;
}
.curri-box-cakedesign .title > * {
  text-align: center;
}
.curri-box-cakedesign .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.curri-box-cakedesign .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}

.curri-box-cakedesign > div:nth-child(2) > div > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding: 5%;
}
.curri-box-cakedesign > div:nth-child(2) > div > div > div > div:nth-child(1) {
  width: 220px;
  height: 50%;
  background-size: cover;
  margin: auto;
}

.curri-box-cakedesign > div:nth-child(2) > div > div > div > div:nth-child(2) {
  width: 220px;
  text-align: left;
}
.curri-box-cakedesign
  > div:nth-child(2)
  > div
  > div
  > div
  > div:nth-child(2)
  > h2 {
  display: inline-block;
  background: #1f5e45;
  color: #fff;
  padding: 3px 5px;
  font-size: 13px;
}
.curri-box-cakedesign > div:nth-child(2) > div > div > div > h1 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.curri-box-cakedesign > div:nth-child(2) > div > div > div {
  height: 250px;
  width: 220px;
}

.curri-box-oneday {
  padding: 90px 0 90px 0;
  text-align: center;
  background: url("/img/sub/menu_bg.jpg");
}

.curri-box-oneday .title {
  padding-bottom: 55px;
}
.curri-box-oneday .title > * {
  text-align: center;
}
.curri-box-oneday .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.curri-box-oneday .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}
.curri-box-oneday .curri-content {
  background: #fff;
  padding: 20px 20px 0 20px;
  position: relative;
  height: 530px;
}

.curri-box-oneday .curri-content > p {
  font-size: 25px;
  color: #000;
  font-family: "noto";
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.curri-box-oneday .curri-content > h5 {
  font-size: 30px;
  color: #000;
  font-family: "noto";
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.main-section03 {
  position: relative;
  padding-bottom: 130px;
}
.main-section03 .roll {
  position: relative;
}
.main-section03 .roll .item {
  padding-bottom: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section03 .fac-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 270px;
  background: #1f5e45;
  z-index: 2;
  padding: 60px;
  box-sizing: border-box;
}
.main-section03 .fac-box h6 {
  font-family: worksans;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.main-section03 .fac-box p {
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  letter-spacing: -0.5px;
  margin: 15px 0 30px 0;
}
.main-section03 .fac-box .fac-btn {
  position: absolute;
  bottom: 50px;
  right: 85px;
  padding: 0 40px;
}
.main-section03 .fac-box .fac-btn .arrow {
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 100%;
}
.main-section03 .fac-box .fac-btn .arrow:after {
  content: "";
  display: block;
  clear: both;
}
.main-section03 .fac-box .fac-btn .arrow a {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.main-section03 .fac-box .fac-btn .arrow .prev {
  float: left;
  background: url("../img/main/sec03_prev_arrow.png") no-repeat center;
}
.main-section03 .fac-box .fac-btn .arrow .next {
  float: right;
  background: url("../img/main/sec03_next_arrow.png") no-repeat center;
}
.main-section03 .fac-box .fac-btn .nb {
}
.main-section03 .fac-box .fac-btn .nb span {
  font-family: worksans;
  font-weight: 700;
  font-size: 23px;
  line-height: 45px;
  color: #fff;
  letter-spacing: -0.5px;
}
.main-section03 .fac-box .fac-btn .nb em {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  margin-top: -5px;
}

.main-section04 {
  padding: 100px 0;
}
.main-section04 ul {
  margin: 0 15px;
  margin-bottom: 40px;
}
.main-section04 ul:after {
  content: "";
  display: block;
  clear: both;
}
.main-section04 ul li {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 15px;
}
.main-section04 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main-section04 ul li .thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section04 ul li .info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 140px;
  height: 80px;
  background: rgba(31, 94, 69, 0.8);
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.main-section04 ul li .info strong {
  font-weight: 300;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: -0.5px;
  color: #fff;
}
.main-section04 ul li .info p {
  font-size: 23px;
  line-height: 25px;
  color: #fff;
  opacity: 0.8;
  margin-top: 2px;
}

.main-section05 {
  padding-bottom: 55px;
}
.main-section05 ul {
  margin: 0 15px;
  margin-bottom: 40px;
}
.main-section05 ul:after {
  content: "";
  display: block;
  clear: both;
}
.main-section05 ul li {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 15px;
}
.main-section05 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main-section05 ul li .thumb {
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section05 ul li .info {
  border: 1px solid #ddd;
  border-top: 0;
  text-align: center;
  padding: 26px 0;
}
.main-section05 ul li .info h6 {
  width: 85%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 24px;
  line-height: 25px;
  color: #444;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-section05 ul li .info p {
  font-size: 21px;
  line-height: 20px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 10px;
}

.main-section06 {
  background: #f5f5f5;
}
.intv-box {
  padding: 90px 0 20px 0;
}
.intv-box .title {
  padding-bottom: 55px;
}
.intv-box .title > * {
  text-align: center;
}
.intv-box .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.intv-box .title h3 {
  font-size: 30px;
  line-height: 33px;
  color: #000;
  letter-spacing: -0.5px;
  margin-top: 25px;
}

.intv-box .title p {
  font-size: 24px;
  line-height: 35px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}
.intv-box ul {
  margin: 0 15px;
  margin-bottom: 40px;
}
.intv-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.intv-box ul li {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 15px;
}
.intv-box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.intv-box ul li .thumb {
  position: relative;
  padding-bottom: 112%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.intv-box ul li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main/intv_thumb_bg.png") no-repeat center;
}
.intv-box ul li .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 2;
}
.intv-box ul li .info strong {
  position: relative;
  font-family: worksans;
  font-weight: 700;
  font-size: 23px;
  line-height: 20px;
  padding-bottom: 2px;
  color: #fff;
}
.intv-box ul li .info strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.8;
}
.intv-box ul li .info h6 {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  color: #fff;
  margin: 16px 0 10px 0;
}
.intv-box ul li .info p {
  width: 100%;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  color: #ddd;
}

.photo-box {
  padding: 90px 0 90px 0;
  overflow: hidden;
}
.photo-box .title {
  padding-bottom: 55px;
}
.photo-box .title > * {
  text-align: center;
}
.photo-box .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.photo-box .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}

.main-section07.rev-box {
  padding: 0 0 100px 0;
  background: #f5f5f5;
}

.rev-box {
  padding: 90px 0;
}
.rev-box .title {
  padding-bottom: 55px;
}
.rev-box .title > * {
  text-align: center;
}
.rev-box .title h5 {
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.rev-box .title p {
  font-size: 24px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.5px;
  margin-top: 25px;
}
.rev-box ul {
  margin: 0 15px;
  margin-bottom: 40px;
}
.rev-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.rev-box ul li {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 0 15px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
.rev-box ul li > * {
  text-align: center;
}
.rev-box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.rev-box ul li img {
}
.rev-box ul li h6 {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  font-weight: 300;
  color: #333;
  margin: 25px 0 10px 0;
}
.rev-box ul li p {
  width: 100%;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  color: #888888;
}
.rev-box ul li span {
  display: block;
  font-family: worksans;
  font-weight: 400;
  font-size: 23px;
  line-height: 20px;
  color: #888;
  margin-top: 12px;
}

.main-section08.prove-box {
}
.prove-box {
  padding: 100px 0;
}
.prove-box ul {
  margin: 0 15px;
}
.prove-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.prove-box ul li {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 0 15px;
}
.prove-box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.prove-box ul li .thumb {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.prove-box ul li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.8);
  padding: 25px 15px;
  box-sizing: border-box;
}
.prove-box ul li .info > * {
  text-align: center;
}
.prove-box ul li .info h6 {
  font-weight: 300;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.prove-box ul li .info p {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -0.5px;
}

.main-section09 {
}
.main-section09 .roll {
  position: relative;
  padding-bottom: 70px;
}
.main-section09 .roll:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.main-section09 .roll .item {
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
.main-section09 .roll .item:nth-child(odd) {
  background: #1f5e45;
}
.main-section09 .roll .item:nth-child(even) {
  background: #0f4130;
}
.main-section09 .roll .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main-section09 .roll .item .thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section09 .roll .item .txt {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 160px;
}
.main-section09 .roll .item .txt h6 {
  font-weight: 600;
  font-size: 31px;
  line-height: 30px;
  color: #fff;
  letter-spacing: -0.5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #38715a;
}
.main-section09 .roll .item .txt h6 span {
  font-family: worksans;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
}
.main-section09 .roll .item .txt p {
  width: 100%;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -0.5px;
  opacity: 0.8;
  margin-top: 12px;
}
.main-section09 .roll .item .txt em {
  display: block;
  font-style: normal;
  margin-top: 55px;
  width: 110px;
  line-height: 31px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: worksans;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  text-indent: -12px;
  background: url("../img/main/inst_btn_arrow.png") no-repeat 80% center;
}
.main-section09 .roll .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 65px;
  height: 21px;
  text-indent: -9999em;
  border: none;
}
.main-section09 .roll .slick-prev {
  left: calc(50% - 65px);
  background: url("../img/main/inst_prev_arrow.png") no-repeat 30px center;
  background-color: #fff;
}
.main-section09 .roll .slick-next {
  right: calc(50% - 65px);
  background: url("../img/main/inst_next_arrow.png") no-repeat 15px center;
  background-color: #fff;
}

.main-section10 {
  margin: 0 30px;
  padding-top: 95px;
}
.main-section10 .title2 {
  padding-bottom: 25px;
}
.main-section10 .title2 h6 {
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
  color: #333;
  letter-spacing: -1px;
}
.main-section10 .roll {
  position: relative;
  border: 10px solid #eee;
  box-sizing: border-box;
}
.main-section10 .roll .slick-slide > div {
  border: 1px solid #eee;
}
.main-section10 .roll .item {
  position: relative;
}
.main-section10 .roll .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main-section10 .roll .item .thumb {
  padding-bottom: 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-section10 .roll .slick-arrow {
  position: absolute;
  top: -62px;
  width: 37px;
  height: 26px;
  border: none;
  text-indent: -9999em;
}
.main-section10 .roll .slick-prev {
  right: 38px;
  background: url("../img/main/sec_prev_arrow_g.png") no-repeat left center;
  border-right: 1px solid #ddd;
}
.main-section10 .roll .slick-next {
  right: 0;
  background: url("../img/main/sec_next_arrow_g.png") no-repeat right center;
}

.main-section11 {
  padding: 110px 0 100px 0;
  margin: 0 30px;
}
.main-section11 .title2 {
  padding-bottom: 25px;
}
.main-section11 .title2 h6 {
  font-family: worksans;
  font-weight: 700;
  font-size: 38px;
  line-height: 35px;
  color: #333;
  letter-spacing: -1px;
}
.main-section11 .roll {
  position: relative;
  border: 10px solid #eee;
  padding: 30px 40px;
  box-sizing: border-box;
}
.main-section11 .roll .item {
  position: relative;
}
.main-section11 .roll .item a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.main-section11 .roll .item a h6 {
  position: relative;
  width: 73%;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #666;
  letter-spacing: -0.5px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-section11 .roll .item a h6:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #aaa;
  border-radius: 50%;
}
.main-section11 .roll .item a span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  font-size: 24px;
  color: #aaa;
  letter-spacing: -0.5px;
}
.main-section11 .roll .slick-arrow {
  position: absolute;
  top: -64px;
  width: 37px;
  height: 26px;
  border: none;
  text-indent: -9999em;
}
.main-section11 .roll .slick-prev {
  right: 38px;
  background: url("../img/main/sec_prev_arrow_g.png") no-repeat left center;
  border-right: 1px solid #ddd;
}
.main-section11 .roll .slick-next {
  right: 0;
  background: url("../img/main/sec_next_arrow_g.png") no-repeat right center;
}

/**************************************************
	Sub
**************************************************/

#sub2 {
  overflow: hidden;
}
#sub {
  overflow: hidden;
}
#content {
  position: relative;
  padding: 55px 0;
}

#sub .sub-vis {
  position: relative;
  white-space: nowrap;
}
#sub .sub-vis > img {
  width: 100%;
  height: auto;
}
#sub .sub-vis .mid {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  z-index: 3;
}
#sub .sub-vis h2 {
  width: 100%;
  font-size: 33px;
  color: #333;
  margin: 10px 0 20px;
  letter-spacing: -0.05em;
  font-weight: 300;
}
#sub .sub-vis span {
  width: 100%;
  font-family: worksans;
  font-weight: 500;
  font-size: 45px;
  color: #333;
  font-style: normal;
}
#sub .sub-vis em {
  width: 100%;
  font-family: worksans;
  font-weight: 900;
  line-height: 28px;
  font-size: 45px;
  color: #333;
  font-style: normal;
}
#sub .sub-vis ul {
}
#sub .sub-vis ul li {
  display: inline-block;
  vertical-align: top;
}
#sub .sub-vis ul li:first-child {
  margin-right: 10px;
}
#sub .sub-vis ul li a {
  display: block;
  width: 180px;
  height: 45px;
  text-align: center;
  border: 3px solid;
  border-radius: 25px;
  line-height: 45px;
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
  text-indent: -35px;
  text-decoration: none;
}
#sub > div.sub-vis .fa-chevron-right {
  font-size: 16px;
  position: relative;
  right: -34px;
  top: -1px;
}
.sub-tit {
  position: relative;
  padding: 0 5px 15px 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.sub-tit h3 {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
#status {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
#status > ul > li {
  display: inline-block;
}
#status > ul > li .spr {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #999;
  font-size: 11px;
  line-height: 11px;
}
#status > ul > li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  text-decoration: none;
  letter-spacing: -1px;
}
#status > ul > li:last-child a {
  color: #000;
}
#status > ul > li > ul {
  display: none;
}

#navigator {
  display: none;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
}
#navigator > ul {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
}
#navigator > ul > li {
  position: relative;
  display: inline-block;
  border-right: 1px solid #ddd;
  vertical-align: top;
  z-index: 89;
  width: 50%;
  box-sizing: border-box;
}
#navigator > ul > li > a {
  display: block;
  font-size: 13px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  padding: 0 30px 0 10px;
  line-height: 40px;
  background: url("/img/layout/ft-family-spr.png") no-repeat 95% center;
  background-size: 8px auto;
  box-sizing: border-box;
}
#navigator > ul > li:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
#navigator > ul > li:last-child {
  border: none;
}
#navigator > ul > li:first-child a {
  min-width: 0;
  width: 40px;
  text-align: center;
  padding: 0;
  background: none;
}
#navigator > ul > li > ul {
  position: absolute;
  top: 40px;
  left: -1px;
  width: 100%;
  border: 1px solid #ddd;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#navigator > ul > li:last-child > ul {
  border-right: none;
}
#navigator > ul > li > ul li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  letter-spacing: -1px;
  border-top: 1px solid #ddd;
}
#navigator > ul > li > ul li:first-child a {
  border-top: none;
}
#navigator > ul > li.on > ul {
  background: #fff;
  visibility: visible;
  opacity: 1;
}
#navigator > ul > li > ul li.hidden-gnb {
  display: none;
}

.bari-wrap {
  margin-bottom: -90px;
}
.bari-wrap.selevel {
}

.info-box {
  padding: 0px 30px;
}
.info-box .top {
}
.info-box .top img {
  width: 100%;
}
.info-box .top span {
  display: block;
  margin: 0px 0 15px 0;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  color: #1f5e45;
  letter-spacing: -1px;
}
.info-box .top h6 {
  font-weight: 600;
  font-size: 34px;
  line-height: 35px;
  color: #333;
  letter-spacing: -0.5px;
}
.info-box .top p {
  font-size: 21px;
  line-height: 32px;
  color: #666;
  letter-spacing: -0.5px;
  margin: 25px 0 55px 0;
}
.info-box .bot {
}
.info-box .bot img {
  width: 100%;
}
.info-box .bot dl {
  background: #1f5e45;
  padding: 60px 85px;
}
.bake-wrap .info-box .bot dl {
  padding-right: 60px;
}
.info-box .bot dl dt {
  position: relative;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.info-box .bot dl dt:after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: url("../img/sub/bari_info_ico.png") no-repeat center;
  top: -10px;
  left: -56px;
}
.bake-wrap .info-box .bot dl dt:after {
  background: url("../img/sub/bake_top_ico.png") no-repeat center;
}
.info-box .bot dl dd {
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  letter-spacing: -0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.goal-box {
  padding: 90px 30px;
}
.goal-box .tit {
  padding-bottom: 85px;
}
.goal-box .tit > * {
  text-align: center;
}
.goal-box .tit h6 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #1f5e45;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.goal-box .tit p {
  font-size: 21px;
  line-height: 32px;
  color: #666;
  letter-spacing: -0.75px;
}
.goal-box .top {
}
.goal-box .top h6 {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #333;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #1f5e45;
}
.goal-box .top ul {
  margin: -5px;
}
.goal-box .top ul:after {
  content: "";
  display: block;
  clear: both;
}
.goal-box .top ul li {
  display: table;
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
  background: #f6f6f6;
  height: 130px;
}
.goal-box.lng .top ul li {
  height: 180px;
}
.goal-box .top ul li .mid {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.goal-box .top ul li .mid img {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.goal-box .top ul li .mid p {
  padding: 0 30px 0 110px;
  font-size: 18px;
  line-height: 24px;
  color: #777;
  letter-spacing: -0.5px;
}
.goal-box .bot {
  padding-top: 50px;
}
.goal-box .bot h6 {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #333;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
  border-bottom: 2px solid #1f5e45;
}
.goal-box .bot table {
}
.goal-box .bot table tbody {
}
.goal-box .bot table tbody tr > * {
  padding: 17px 0;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.goal-box .bot table tbody tr th {
  color: #fff;
  background: #1f5e45;
  border-bottom: 1px solid #3a775f;
  padding-left: 30px;
}
.goal-box .bot table tbody tr td {
  color: #777;
  padding-left: 30px;
  border-bottom: 1px solid #dddddd;
}
.goal-box .bot table tbody tr td span {
  font-size: 16px;
  line-height: 24px;
}
.goal-box .info {
  text-align: center;
  padding-top: 50px;
}
.goal-box .info dl {
}
.goal-box .info dl > * {
  display: inline-block;
  vertical-align: top;
}
.goal-box .info dl dt {
  font-family: worksans;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #555;
}
.goal-box .info dl dt strong {
  font-family: inherit;
  font-weight: inherit;
  font-size: 32px;
  line-height: 30px;
  color: #333;
}
.goal-box .info dl dd {
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  color: #888;
  letter-spacing: -1px;
  padding-left: 10px;
}
.goal-box .info ul {
  margin-top: 20px;
}
.goal-box .info ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.goal-box .info ul li a {
  display: block;
  width: 330px;
  height: 50px;
  line-height: 48px;
  border: 2px solid #417963;
  border-radius: 25px;
  font-weight: 300;
  font-size: 20px;
  color: #1f5e45;
  letter-spacing: -1px;
  text-indent: 25px;
  text-decoration: none;
}
.goal-box .info ul li a.tuition {
  background: url("../img/main/bari_src_ico.png") no-repeat 80px 48%;
}
.goal-box .info ul li a.online {
  background: url("../img/main/bari_inq_ico.png") no-repeat 48px 48%;
}

.menu-box {
  padding: 90px 30px;
  background: url("../img/sub/menu_bg.jpg") no-repeat center / cover;
}
.menu-box .tit {
  padding-bottom: 60px;
}
.menu-box .tit > * {
  text-align: center;
}
.menu-box .tit h6 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  letter-spacing: -1px;
}
.menu-box .tit p {
  font-size: 21px;
  line-height: 32px;
  color: #666;
  letter-spacing: -0.75px;
  margin-top: 25px;
}
.menu-box .roll {
  position: relative;
  padding-bottom: 75px;
  text-align: center;
  margin: 0 -15px;
}
.menu-box .roll .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 14px;
  text-indent: -9999em;
  border: none;
  z-index: 2;
}
.menu-box .roll .slick-prev {
  left: 15px;
  background: url("../img/main/curri_prev_arrow.png") no-repeat center / contain;
}
.menu-box .roll .slick-next {
  right: 15px;
  background: url("../img/main/curri_next_arrow.png") no-repeat center / contain;
}
.menu-box .roll .slick-dots {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
}
.menu-box .roll .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.menu-box .roll .slick-dots li button {
  width: 13px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  border: none;
  text-indent: -9999em;
}
.menu-box .roll .slick-dots li.slick-active button {
  width: 32px;
  background: #1f5e45;
  border-radius: 15px;
}
.menu-box .roll .item {
  margin: 0 15px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.menu-box .roll .item h6 {
  background: #1f5e45;
  line-height: 55px;
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  letter-spacing: -1px;
}
.menu-box .roll .item img {
  width: 100%;
}
.menu-box .roll .item .txt {
  min-height: 200px;
  padding: 25px 0;
  box-sizing: border-box;
}
.menu-box.lng .roll .item .txt {
  min-height: 240px;
}
.menu-box.sht .roll .item .txt {
  min-height: 100px;
}
.menu-box .roll .item .txt strong {
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  color: #333;
  letter-spacing: -1px;
}
.menu-box .roll .item .txt p {
  font-size: 18px;
  line-height: 26px;
  color: #888;
  letter-spacing: -1px;
  margin-top: 10px;
}

.menu-box .roll-wrap {
  padding-top: 80px;
}
.menu-box .roll-wrap > h6 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  letter-spacing: -1px;
  margin-bottom: 65px;
  text-align: center;
}
.menu-box .roll2 {
  position: relative;
  padding-bottom: 75px;
  text-align: center;
  margin: 0 -15px;
}
.menu-box .roll2 .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 14px;
  text-indent: -9999em;
  border: none;
  z-index: 2;
}
.menu-box .roll2 .slick-prev {
  left: 15px;
  background: url("../img/main/curri_prev_arrow.png") no-repeat center / contain;
}
.menu-box .roll2 .slick-next {
  right: 15px;
  background: url("../img/main/curri_next_arrow.png") no-repeat center / contain;
}
.menu-box .roll2 .slick-dots {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
.menu-box .roll2 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.menu-box .roll2 .slick-dots li button {
  width: 16px;
  height: 15px;
  background: #ddd;
  border-radius: 50%;
  border: none;
  text-indent: -9999em;
}
.menu-box .roll2 .slick-dots li.slick-active button {
  width: 40px;
  background: #1f5e45;
  border-radius: 15px;
}
.menu-box .roll2 .item {
  margin: 0 15px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.menu-box .roll2 .item h6 {
  background: #1f5e45;
  line-height: 55px;
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  letter-spacing: -1px;
}
.menu-box .roll2 .item img {
}
.menu-box .roll2 .item .txt {
  min-height: 215px;
  padding: 25px 0;
  box-sizing: border-box;
}
.menu-box .roll2 .item .txt strong {
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  color: #333;
  letter-spacing: -1px;
}
.menu-box .roll2 .item .txt p {
  font-size: 18px;
  line-height: 26px;
  color: #888;
  letter-spacing: -1px;
  margin-top: 10px;
}

.rsn-box {
  padding: 90px 30px;
}
.rsn-box.bg {
  background: #f5f5f5;
}
.rsn-box .tit {
  text-align: center;
}
.rsn-box .tit span {
  font-family: worksans;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.rsn-box .tit h6 {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0 60px 0;
}
.rsn-box .tit h6 strong {
}
.rsn-box ul {
  border-top: 5px solid #1f5e45;
  border-bottom: 2px solid #cccccc;
}
.rsn-box ul li {
  position: relative;
  margin: 30px 0;
}
.rsn-box ul li img {
}
.rsn-box ul li .mid {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: calc(100% - 80px);
  background: rgba(15, 65, 48, 0.8);
  padding: 35px 0;
}
.rsn-box ul li .mid > * {
  text-align: center;
}
.rsn-box ul li .mid h6 {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  letter-spacing: -1px;
}
.rsn-box ul li .mid p {
  font-size: 21px;
  line-height: 32px;
  color: #c9cdcc;
  letter-spacing: -1px;
  margin-top: 10px;
}

.step-box {
  padding: 90px 30px;
  background: url("../img/sub/step_bg.jpg") no-repeat center / cover;
  text-align: center;
}
.step-box .tit {
  padding-bottom: 45px;
}
.step-box .tit h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
}
.step-box .tit p {
  font-size: 26px;
  line-height: 32px;
  color: #bbb;
  letter-spacing: -0.5px;
  margin-top: 20px;
}
.step-box ul {
  margin: -20px 0;
}
.step-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.step-box ul li {
  float: left;
  width: 33%;
  margin: 20px 0;
}
.step-box ul li img {
}
.step-box ul li h6 {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  margin: 25px 0 10px 0;
}
.step-box ul li p {
  font-size: 23px;
  line-height: 26px;
  color: #bbb;
  letter-spacing: -0.5px;
}

.full-box {
}
.full-box.bg {
  margin-bottom: -90px;
}
.full-box ul {
}
.full-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.full-box ul li {
  float: left;
  width: 50%;
}
.full-box ul li img {
}

.bari-wrap .rev-box {
  background: #f5f5f5;
}

.inst-wrap {
  padding: 0 30px;
  box-sizing: border-box;
}
.inst-wrap .title {
  padding-bottom: 80px;
}
.inst-wrap .title {
  text-align: center;
}
.inst-wrap .title > * {
  text-align: center;
}
.inst-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.inst-wrap .title h5 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}
.inst-wrap .title p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  letter-spacing: -1px;
}

.inst-wrap .inst-list {
  margin: -30px 0;
  padding-bottom: 20px;
}
.inst-wrap .inst-list li {
  position: relative;
  min-height: 305px;
  margin: 30px 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.2s;
}
.inst-wrap .inst-list li:hover {
  border-color: #1f5e45;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.inst-wrap .inst-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.inst-wrap .inst-list li .thumb {
  padding-bottom: calc(42% + 15px);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.inst-wrap .inst-list li .info {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 390px;
}
.inst-wrap .inst-list li .info h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.inst-wrap .inst-list li .info h6 span {
  display: inline-block;
  font-family: worksans;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  padding-left: 15px;
}
.inst-wrap .inst-list li .info p {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 26px;
  color: #777777;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.inst-wrap .inst-list li .info em {
  display: block;
  margin-top: 45px;
  width: 110px;
  line-height: 33px;
  border: 2px solid #1f5e45;
  box-sizing: border-box;
  border-radius: 25px;
  padding-left: 20px;
  font-family: worksans;
  font-weight: 600;
  font-size: 17px;
  color: #1f5e45;
  font-style: normal;
  background: url("../img/sub/inst_more_arrow_def.png") no-repeat 82% center;
  transition: all 0.2s;
}
.inst-wrap .inst-list li:hover .info em {
  background: url("../img/sub/inst_more_arrow_act.png") no-repeat 82% center;
  background-color: #1f5e45;
  color: #fff;
}

.loc-wrap {
  padding: 0 30px;
  box-sizing: border-box;
}
.loc-wrap .title {
}
.loc-wrap .title {
  text-align: center;
}
.loc-wrap .title > * {
  text-align: center;
}
.loc-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.loc-wrap .title h5 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}
.loc-wrap .title p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  letter-spacing: -1px;
}
.loc-wrap .wrap {
}
.loc-wrap .wrap .tab-list {
  margin: 0 -5px 70px -5px;
  text-align: left;
}
.loc-wrap .wrap .tab-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 8px);
  margin: 0 5px 10px 5px;
  text-align: center;
}
.loc-wrap .wrap .tab-list li a {
  display: block;
  line-height: 56px;
  background: #f8f8f8;
  border: 2px solid #dddddd;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 21px;
  color: #888;
  letter-spacing: -1px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.loc-wrap .wrap .tab-list li.active a {
  background: #1f5e45;
  border-color: #1f5e45;
  color: #fff;
}
.loc-wrap .wrap .tab-cont {
}
.loc-wrap .wrap .tab-cont .cont {
}
.loc-wrap .wrap .tab-cont .cont .map {
  margin-top: 70px;
}
.loc-wrap .wrap .tab-cont .cont .map a {
}
.loc-wrap .wrap .tab-cont .cont .map a img {
}
.loc-wrap .wrap .tab-cont .cont dl {
  position: relative;
  border-bottom: 1px solid #333;
}
.loc-wrap .wrap .tab-cont .cont dl dt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  font-size: 21px;
  color: #333;
  font-weight: 300;
  padding-left: 80px;
  background: url("../img/sub/loc_map_ico.png") no-repeat 30px center;
  background-size: 20%;
}
.loc-wrap .wrap .tab-cont .cont dl dd {
  padding-left: 160px;
  line-height: 80px;
  font-size: 19px;
  color: #666;
}

.fac-wrap {
  padding: 0 30px;
}
.fac-wrap .title {
}
.fac-wrap .title {
  text-align: center;
}
.fac-wrap .title > * {
  text-align: center;
}
.fac-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.fac-wrap .title h5 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}
.fac-wrap .title p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  letter-spacing: -1px;
}
.fac-wrap .buttons {
  text-align: center;
  margin: 70px -5px;
}
.fac-wrap .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.fac-wrap .buttons button {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 10px);
  margin: 5px 5px;
  line-height: 56px;
  background: #f8f8f8;
  border: 2px solid #dddddd;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 21px;
  color: #888;
  letter-spacing: -1px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.fac-wrap .buttons button.active {
  background: #154131;
  border-color: #154131;
  color: #fff;
}
.fac-wrap .tab-cont .cont {
  display: none;
}
.fac-wrap .tab-cont .cont.active {
  display: block;
}
.fac-wrap .video-wrap {
  text-align: center;
  padding-bottom: 80px;
}
.fac-wrap .video-wrap iframe {
}
.fac-wrap .roll-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #f7f7f7;
  z-index: -1;
}
.fac-wrap .roll-wrap {
  position: relative;
  padding: 80px 0;
}
.fac-wrap .roll-wrap .facilities-big {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 45px;
  border-bottom: 1px solid #888;
}
.fac-wrap .roll-wrap .facilities-big .item {
  position: relative;
}
.fac-wrap .roll-wrap .facilities-big .item .img {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fac-wrap .roll-wrap .slick-arrow {
  position: absolute;
  bottom: -10px;
  z-index: 3;
  width: 75px;
  height: 20px;
  border: none;
  text-indent: -9999em;
}
.fac-wrap .roll-wrap .slick-prev {
  left: calc(50% - 75px);
  background: url("../img/main/inst_prev_arrow.png") no-repeat 70% center;
  background-color: #f7f7f7;
}
.fac-wrap .roll-wrap .slick-next {
  right: calc(50% - 75px);
  background: url("../img/main/inst_next_arrow.png") no-repeat 30% center;
  background-color: #f7f7f7;
}

.fac-wrap .roll-wrap .facilities-tmb {
  margin: -5px;
}
.fac-wrap .roll-wrap .facilities-tmb:after {
  content: "";
  display: block;
  clear: both;
}
.fac-wrap .roll-wrap .facilities-tmb .item {
  position: relative;
  float: left;
  width: calc(33.33% - 10px);
  margin: 5px;
}
.fac-wrap .roll-wrap .facilities-tmb .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #1f5e45;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.fac-wrap .roll-wrap .facilities-tmb .item:hover:after,
.fac-wrap .roll-wrap .facilities-tmb .item.active:after {
  opacity: 1;
  visibility: visible;
}
.fac-wrap .roll-wrap .facilities-tmb .item .img {
  position: relative;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fac-wrap .roll-wrap .facilities-tmb .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.fac-wrap .roll-wrap .facilities-tmb .item:hover .img:after,
.fac-wrap .roll-wrap .facilities-tmb .item.active .img:after {
  opacity: 0;
}

#review .review-wrap {
  box-sizing: border-box;
  position: relative;
}
/*#review .review-wrap .title {padding-bottom: 107px}*/
#review .review-wrap .title {
  text-align: center;
}
#review .review-wrap .title > * {
  text-align: center;
}
#review .review-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
#review .review-wrap .title h5 {
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}
#review .review-wrap .title p {
  font-size: 24px;
  line-height: 36px;
  color: #666;
  letter-spacing: -1px;
}
#review .review-wrap .review-write {
  margin: 30px 0 100px 0;
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#review .review-wrap .review-write ul {
  padding: 50px 40px;
  box-sizing: border-box;
}
#review .review-wrap .review-write ul li {
  position: relative;
}
#review .review-wrap .review-write ul li strong {
  line-height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 55px;
  height: 55px;
  font-weight: 300;
  font-size: 21px;
  color: #333;
  letter-spacing: -0.5px;
}
#review .review-wrap .review-write ul li .inp {
  line-height: 55px;
  height: 55px;
  border: 0;
  border-bottom: 2px solid #ddd;
  background: none;
  margin-left: 140px;
  box-sizing: border-box;
  width: calc(100% - 140px);
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 19px;
}
#review .review-wrap .review-write ul li textarea {
  margin-top: 20px;
  width: 100%;
  height: 180px;
  border: none;
  padding: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #888888;
  box-sizing: border-box;
}
#review .review-wrap .review-write ul li textarea::placeholder {
  font-size: 18px;
  line-height: 40px;
}
#review .review-wrap .review-write ul li .sbm {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1f5e45;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.5px;
  border: none;
}
#review .review-wrap .review-list {
}
#review .review-wrap .review-list h5 {
  text-align: center;
  padding-bottom: 55px;
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
#review .review-wrap .review-list h5 span {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}
#review .review-wrap .review-list .box {
  margin: -10px 0;
}
#review .review-wrap .review-list .box dl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#review .review-wrap .review-list .box dl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ddd;
  height: 200px;
}
#review .review-wrap .review-list .box dl dt {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
}
#review .review-wrap .review-list .box dl dt .thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#review .review-wrap .review-list .box dl dd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
  padding-left: 160px;
  padding-right: 40px;
  box-sizing: border-box;
}
#review .review-wrap .review-list .box dl dd h6 {
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  color: #444;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#review .review-wrap .review-list .box dl dd p {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
#review .review-wrap .review-list .box dl dd span {
  display: block;
  margin-top: 20px;
  font-family: worksans;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #888;
}
#review .review-wrap .review-list .more-btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  background: #1f5e45;
  border: 0;
  color: #fff;
}

/*----------------------------------------------------------------------------------------------------*/
.review-wrap {
}
/*.review-wrap .title {padding-bottom: 107px}*/

.review-wrap .title {
  text-align: center;
}
.review-wrap .title > * {
  text-align: center;
}
.review-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.review-wrap .title h5 {
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}
.review-wrap .title p {
  font-size: 24px;
  line-height: 36px;
  color: #666;
  letter-spacing: -1px;
}
.review-wrap .review-write {
  margin: 30px 0 100px 0;
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.review-wrap .review-write ul {
  padding: 50px 40px;
  box-sizing: border-box;
}
.review-wrap .review-write ul li {
  position: relative;
}
.review-wrap .review-write ul li strong {
  line-height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 55px;
  height: 55px;
  font-weight: 300;
  font-size: 21px;
  color: #333;
  letter-spacing: -0.5px;
}
.review-wrap .review-write ul li .inp {
  line-height: 55px;
  height: 55px;
  border: 0;
  border-bottom: 2px solid #ddd;
  background: none;
  margin-left: 140px;
  box-sizing: border-box;
  width: calc(100% - 140px);
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 19px;
}
.review-wrap .review-write ul li textarea {
  margin-top: 20px;
  width: 100%;
  height: 180px;
  border: none;
  padding: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #888888;
  box-sizing: border-box;
}
.review-wrap .review-write ul li textarea::placeholder {
  font-size: 18px;
  line-height: 40px;
}
.review-wrap .review-write ul li .sbm {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1f5e45;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.5px;
  border: none;
}
.review-wrap .review-list {
}
.review-wrap .review-list h5 {
  text-align: center;
  padding-bottom: 55px;
  font-family: worksans;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #333;
  letter-spacing: -0.5px;
}
.review-wrap .review-list h5 span {
  display: block;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}
.review-wrap .review-list .box {
  margin: -10px 0;
}
.review-wrap .review-list .box dl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.review-wrap .review-list .box dl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ddd;
  height: 200px;
}
.review-wrap .review-list .box dl dt {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
}
.review-wrap .review-list .box dl dt .thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.review-wrap .review-list .box dl dd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
  padding-left: 160px;
  padding-right: 40px;
  box-sizing: border-box;
}
.review-wrap .review-list .box dl dd h6 {
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  color: #444;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-wrap .review-list .box dl dd p {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.review-wrap .review-list .box dl dd span {
  display: block;
  margin-top: 20px;
  font-family: worksans;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #888;
}
.review-wrap .review-list .more-btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  background: #1f5e45;
  border: 0;
  color: #fff;
}

.cns-wrap {
  padding: 0 30px;
  box-sizing: border-box;
}
.cns-wrap .title {
  padding-bottom: 40px;
}
.cns-wrap .title {
  text-align: center;
}
.cns-wrap .title > * {
  text-align: center;
}
.cns-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.cns-wrap .title h5 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}

.cns-wrap .step-list {
  display: none;
  margin-bottom: 40px;
}
.cns-wrap .step-list:after {
  content: "";
  display: block;
  clear: both;
}
.cns-wrap .step-list li {
  display: table;
  float: left;
  height: 120px;
  border: 1px solid #ddd;
  border-width: 1px 1px 1px 0;
  box-sizing: border-box;
}
.cns-wrap.adv .step-list li {
  width: 50%;
}
.cns-wrap.tuit .step-list li {
  width: 33.33%;
}
.cns-wrap .step-list li:first-child {
  border-left: 1px solid #ddd;
}
.cns-wrap .step-list li a {
  display: table-cell;
  vertical-align: middle;
}
.cns-wrap .step-list li a img {
  margin: 0 20px;
}
.cns-wrap .step-list li a p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px;
}
.cns-wrap form {
}
.cns-wrap form legend {
  position: relative;
  padding-left: 25px !important;
  font-weight: 300;
  font-size: 35px !important;
  line-height: 35px !important;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.cns-wrap form legend:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 4px solid #1f5e45;
  box-sizing: border-box;
  border-radius: 50%;
}

.cns-wrap.tuit form .list01 {
}
.cns-wrap.tuit form .list01 ul {
  margin: -5px;
  margin-bottom: 40px;
}
.cns-wrap.tuit form .list01 ul:after {
  content: "";
  display: block;
  clear: both;
}
.cns-wrap.tuit form .list01 ul li {
  float: left;
  width: calc(33.33% - 10px);
  margin: 5px;
}
.cns-wrap.tuit form .list01 ul li label {
}
.cns-wrap.tuit form .list01 ul li label input {
}
.cns-wrap.tuit form .list01 ul li label p {
  line-height: 75px;
  border: 1px solid #ddd;
  text-align: center;
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  border-radius: 10px;
  box-shadow: 3px 3px 0px 0px #ddd;
}
.cns-wrap.tuit form .list01 ul li label.active p {
  background: #1f5e45;
  color: #fff;
  border-color: #1f5e45;
  box-shadow: none;
}

.cns-wrap.tuit form .list02 {
  margin-bottom: 20px;
}
.cns-wrap.tuit form .list02 ul {
  margin: -5px;
  margin-bottom: 40px;
}
.cns-wrap.tuit form .list02 ul:after {
  content: "";
  display: block;
  clear: both;
}
.cns-wrap.tuit form .list02 ul li {
  float: left;
  width: calc(33.33% - 10px);
  margin: 5px;
}
.cns-wrap.tuit form .list02 ul li label {
}
.cns-wrap.tuit form .list02 ul li label input {
  display: none;
}
.cns-wrap.tuit form .list02 ul li label p {
  line-height: 75px;
  border: 1px solid #ddd;
  text-align: center;
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  border-radius: 10px;
  box-shadow: 3px 3px 0px 0px #ddd;
}
.cns-wrap.tuit form .list02 ul li label.active p {
  background: #1f5e45;
  color: #fff;
  border-color: #1f5e45;
  box-shadow: none;
}

.cns-wrap.tuit form .list03 {
  padding: 0px 0 50px 0;
  position: relative;
}
.cns-wrap.tuit form .list03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #f7f7f7;
  z-index: -1;
}
.cns-wrap.tuit form .list03 ul {
  margin: -5px;
}
.cns-wrap.tuit form .list03 ul:after {
  content: "";
  display: block;
  clear: both;
}
.cns-wrap.tuit form .list03 ul li {
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
  position: relative;
}
.cns-wrap.tuit form .list03 ul li label {
}
.cns-wrap.tuit form .list03 ul li label input {
  display: none;
}
.cns-wrap.tuit form .list03 ul li label p {
  line-height: 85px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  box-shadow: 3px 3px 0px 0px #ddd;
}
.cns-wrap.tuit form .list03 ul li label.active p {
  background: #1f5e45;
  color: #fff;
  border-color: #1f5e45;
  box-shadow: none;
}
.cns-wrap.tuit form .list03 h5 {
  font-size: 32px;
  font-weight: 200;
  padding: 32px 0 20px 0;
  color: #333;
  letter-spacing: -2px;
}
.cns-wrap.tuit form .list03 input {
  display: inline-block;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  height: 85px;
  letter-spacing: -1px;
  font-size: 26px;
  color: #666;
  width: 100%;
  padding: 12px;
}

.cns-wrap.tuit form .list04 {
  margin: 50px 0 50px 0;
  position: relative;
}
.cns-wrap.tuit form .list04 ul {
  margin: -5px;
}
.cns-wrap.tuit form .list04 ul:after {
  content: "";
  display: block;
  clear: both;
}
.cns-wrap.tuit form .list04 ul li {
  float: left;
  width: calc(100% - 10px);
  margin: 5px;
}
.cns-wrap.tuit form .list04 ul li label {
}
.cns-wrap.tuit form .list04 ul li label input {
  display: none;
}
.cns-wrap.tuit form .list04 ul li label p {
  line-height: 85px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  box-shadow: 3px 3px 0px 0px #ddd;
}
.cns-wrap.tuit form .list04 ul li label.active p {
  background: #1f5e45;
  color: #fff;
  border-color: #1f5e45;
  box-shadow: none;
}
.cns-wrap.tuit form .list04 h5 {
  font-size: 35px;
  font-weight: 200;
  padding: 32px 0 20px 0;
}

.cns-wrap.tuit form .list04 input,
select {
  display: inline-block;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  height: 85px;
  letter-spacing: -1px;
  font-size: 26px;
  color: #666;
  width: 100%;
  padding: 12px;
}
.cns-wrap.tuit form .list04 span {
  font-size: 53px;
}
.cns-wrap.tuit form .list04 h1 {
  font-size: 28px;
  font-weight: 300;
  padding: 32px 0 0 0;
  color: #333;
}
.w30 {
  width: calc(31.8% - 7px) !important;
  text-align: center;
}

.cns-wrap form .privacy {
  height: 60px !important;
}
.cns-wrap form .privacy .agr-tit1 {
  font-size: 14px !important;
}

.cns-wrap form .center {
  text-align: center;
}
.cns-wrap form .center .inq-btn {
  width: 300px;
  height: 70px;
  border-radius: 35px;
  font-size: 25px !important;
  font-weight: 300;
}

.pay-wrap .privacy .agr-tit1 {
  font-size: 14px !important;
}

.center-wrap .privacy .agr-tit1 {
  font-size: 14px !important;
}

.center-wrap {
  padding: 0 30px;
  box-sizing: border-box;
}
.center-wrap .title {
  padding-bottom: 40px;
}
.center-wrap .title {
  text-align: center;
}
.center-wrap .title > * {
  text-align: center;
}
.center-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.center-wrap .title h5 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}

.center-wrap legend {
  position: relative;
  padding-left: 25px !important;
  font-weight: 300;
  font-size: 21px !important;
  line-height: 30px !important;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.center-wrap legend:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 4px solid #1f5e45;
  box-sizing: border-box;
  border-radius: 50%;
}
.center-wrap #sb-form .form_tbl {
}
.center-wrap #sb-form .form_tbl {
  width: 100%;
}
.center-wrap #sb-form .form_tbl tr > * {
  font-size: 18px !important;
  line-height: 30px;
  color: 666;
  font-weight: 400;
  padding: 12px 0;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.center-wrap #sb-form .form_tbl tr th {
  font-weight: 300;
  color: #333;
  background: #f7f7f7;
}
.center-wrap #sb-form .form_tbl tr td {
  padding: 12px;
}
.center-wrap #sb-form .form_tbl .inp {
  width: 160px;
  line-height: 34px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 17px;
}
.center-wrap #sb-form .form_tbl select {
  width: 160px;
  line-height: 34px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 17px;
  background: #fff;
}
.center-wrap #sb-form .form_tbl .listtype01 {
  padding-right: 5px;
  font-size: 17px;
  line-height: 30px;
}
.center-wrap #sb-form .form_tbl .listtype01 input {
}
.center-wrap #sb-form .form_tbl textarea {
  width: calc(100% - 6px);
}

.center-wrap form .privacy {
  height: 220px !important;
}
.center-wrap form .center {
  text-align: center;
}
.center-wrap form .center .inq-btn {
  width: 180px;
  height: 50px;
  border-radius: 25px !important;
  font-size: 21px;
  font-weight: 300;
}

.pay-wrap {
  padding: 0 30px;
  box-sizing: border-box;
}
.pay-wrap .title {
  padding-bottom: 40px;
}
.pay-wrap .title {
  text-align: center;
}
.pay-wrap .title > * {
  text-align: center;
}
.pay-wrap .title span {
  font-family: worksans;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1f5e45;
  letter-spacing: 10px;
}
.pay-wrap .title h5 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  letter-spacing: -1px;
  margin: 20px 0;
}

.pay-wrap .step-list {
  margin-bottom: 60px;
}
.pay-wrap .step-list:after {
  content: "";
  display: block;
  clear: both;
}
.pay-wrap .step-list li {
  display: table;
  float: left;
  width: 33.33%;
  height: 120px;
  border: 1px solid #ddd;
  border-width: 1px 1px 1px 0;
  box-sizing: border-box;
}
.pay-wrap .step-list li:first-child {
  border-left: 1px solid #ddd;
}
.pay-wrap .step-list li .mid {
  display: table-cell;
  vertical-align: middle;
}
.pay-wrap .step-list li .mid img {
  margin: 0 20px;
}
.pay-wrap .step-list li .mid p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px;
}

.pay-wrap .lecture-wt {
}
.pay-wrap .lecture-wt h6 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.pay-wrap .lecture-wt .tbl-box {
  border: 1px solid #ddd;
  padding: 50px 40px;
  box-sizing: border-box;
}
.pay-wrap .lecture-wt .tbl-box table {
  width: 100%;
}
.pay-wrap .lecture-wt .tbl-box table tr > * {
  padding-bottom: 20px;
}
.pay-wrap .lecture-wt .tbl-box table tr:last-child > * {
  padding-bottom: 0;
}
.pay-wrap .lecture-wt .tbl-box table tr th {
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.5px;
  text-align: left;
}
.pay-wrap .lecture-wt .tbl-box table tr td {
}
.pay-wrap .lecture-wt .tbl-box table tr label {
  display: inline-block;
  vertical-align: top;
}
.pay-wrap .lecture-wt .tbl-box table tr label input {
  margin-top: 8px;
}
.pay-wrap .lecture-wt .tbl-box table tr label p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.pay-wrap .lecture-wt .tbl-box table tr .inp {
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 34px;
  height: 34px;
  color: #666;
  padding: 10px;
  box-sizing: border-box;
}
.pay-wrap .lecture-wt .tbl-box table tr:last-child .inp {
  text-align: right;
}
.pay-wrap .lecture-wt .tbl-box table tr .inp.w100 {
  width: 100%;
}
.pay-wrap .lecture-wt .tbl-box table tr .inp.w50 {
  width: 180px;
}
.pay-wrap .lecture-wt .tbl-box table tr .inp.w33 {
  width: 120px;
  margin-left: 10px;
}
.pay-wrap .lecture-wt .tbl-box table tr .inp ~ span {
  line-height: 34px;
  font-size: 18px;
}
.pay-wrap .lecture-wt .tbl-box table tr select {
  width: 120px;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 34px;
  height: 34px;
  color: #666;
  box-sizing: border-box;
}
.pay-wrap .lecture-wt .tbl-box table tr select.w50 {
  width: 184px;
}

.pay-wrap .chk-list {
  margin: 60px 0;
}
.pay-wrap .chk-list dt {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.pay-wrap .chk-list dd {
  border-top: 2px solid #1f5e45;
}
.pay-wrap .chk-list dd ul {
}
.pay-wrap .chk-list dd ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 32px;
  color: #777;
  letter-spacing: -0.5px;
}
.pay-wrap .chk-list dd ul li:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 20px;
  width: 3px;
  height: 3px;
  background: #777;
  border-radius: 3px;
}

.pay-wrap legend {
  font-weight: 300;
  font-size: 26px !important;
  line-height: 30px !important;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 25px !important;
}

.pay-wrap form .center {
  text-align: center;
}
.pay-wrap form .center .inq-btn {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #1f5e45;
  color: #1f5e45 !important;
  background: #fff;
  font-size: 21px;
  font-weight: 300;
  margin: 0 5px;
}

/* 약관 내용 출력 박스 */
.policybox {
  font-size: 18px;
  padding: 0 30px;
  box-sizing: border-box;
}
.policybox > * {
  font-size: 18px;
}
.agr-tit1 {
  font-size: 22px !important;
}
.agr-tit2 {
  font-size: 18px !important;
}
.agr-tit3 {
  font-size: 17px !important;
}

/* 로딩창 */
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.9;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
#review {
  padding: 90px 0;
  background: #f5f5f5;
}
.qkList.on {
  visibility: visible;
}
.fix-banner {
  background: #dcb405;
  position: absolute;
  border-radius: 70%;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.qkList {
  opacity: 3;
  position: fixed;
  bottom: 150px;

  z-index: 10000;
  right: 27px;
  visibility: hidden;
}
.qkList > li:not(:last-child) {
  margin-bottom: 5px;
}
.qkList > li {
  text-align: center;
}
.qkList > li > a {
  width: 93%;
  color: #000;
  display: inline-block;
  padding: 8px 15px;
  background: #ffffff;
  font-size: 18pt;
  box-shadow: 6px 8px 6px rgb(0 0 0 / 30%);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 1%;
}
.qkList > li > a span {
  font-size: 18pt;
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
  color: #000;
}
.qkList > li > a em {
  font-style: normal;
}
#mainWrap > section.main-section01 {
  background: #f5f5f5;
  padding-bottom: 70px;
}
#mainWrap > section.main-section01 .img-contant {
  margin: 0px 15px;
}
#mainWrap > section.main-section01 .img-contant > div {
  display: flex;
  text-align: center;
}
#mainWrap > section.main-section01 .img-contant > div:nth-child(2) {
  padding: 0px 120px;
}
#mainWrap > section.main-section01 .img-contant > div > div {
  box-shadow: 4px 3px 8px #ccc;
  width: 300px;
  text-align: center;
  border-radius: 37px;
  height: 190px;
  margin: 20px;
  background: #fff;
}
#mainWrap > section.main-section01 .img-contant > div > div > img {
  padding: 37px 0 10px 0;
}

#mainWrap > section.main-section01 > div.title > p {
  margin: auto;
  padding: 70px 0 20px 0;
}
#mainWrap > section.main-section01 > div.title > h5 {
  font-size: 40px;
  letter-spacing: -2px;
  font-family: "noto";
}
#mainWrap > section.main-section01 > div.img-contant > div > div > p {
  font-size: 25px;
  letter-spacing: -1px;
}
#mainWrap > section.main-section01 .text-contant {
  margin: 0px 5%;
}
#mainWrap > section.main-section01 .text-contant > div {
  grid-template-columns: 1fr 1fr;
  display: grid;
  padding-top: 20px;
}
#mainWrap > section.main-section01 > div.text-contant > div > div > a > h1 {
  font-size: 25px;
  padding: 0 0 0 0%;
}
#mainWrap
  > section.main-section01
  > div.text-contant
  > div
  > div
  > a
  > h1
  > span {
  font-size: 25px;
  font-weight: 300;
}

.sp-pop2 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
  padding: 50px;
  position: fixed;
  display: none;
  z-index: 9999;
}

label {
  display: block;
}