/* Key Color HEX Code: 2E334E 2E334E FFAD00 D9D9D6 212721 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow: overlay;
  min-width: 360px;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #2E334Eaa;
}

.example {}

div {
  display: block;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: block;
  margin: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

#header a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.navi {
  padding: 5px 40px;
}

.navi ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.navi ul li {
  cursor: pointer;
}

.navi ul li.items {
  position: relative;
  width: auto;
  margin: 0 30px;
  text-align: center;
  order: 3;
}

.navi ul li.items:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 100%;
  background: #2E334E;
  opacity: 0;
  transition: all 0.1s linear;
}

.navi ul li.items:hover:after {
  opacity: 1;
  bottom: 15px;
}

.navi ul li.logo {
  flex: 1;
  flex-basis: content;
  height: 40px;
  margin: 20px 0;
  background-image: url("/img/logo_hor.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.navi ul li a {
  color: #393d47;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.navi ul li:hover a {
  text-decoration: none;
}

.navi ul li i {
  font-size: 1.5rem;
}

.navi ul li.btn.hide i:before {
  content: "\f057";
}

#content {
  background-color: #eeeeee;
  display: block;
  margin: 0 auto;

}

#footer {
  display: block;
  background-color: #2E334E;
  height: 260px;
  width: 100%;
  color: white;
}

.footer-container {
  display: block;
  padding: 60px 5vw 20px 5vw;
  height: 200px;
  width: 100%;
}

#footer-left {
  display: block;
  float: left;
}

.logo_ver {
  background-image: url('/img/logo_ver.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 175px;
  margin-top: 10px;
}

#footer-right {
  display: flex;
  height: 150px;
  float: right;
  padding-left: 100px;
  ;
}

.sns-list {
  display: flex;
  list-style: none;
  font-size: 12px;
  padding: 40px 20px;
  height: 24px;
  width: auto;
}

.sns-list li {
  padding: 0 15px;
}

.sns-list li a {
  padding: 0;
}

.sns-img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.policy-box {
  display: block;
  padding: 40px 0 60px 40px;
  margin-right: -26px;
}

.policy {
  float: right;
  font-size: 12px;
  width: 100%;
}

.txt-policy {
  text-decoration: none;
  color: white;
  padding: 0;
}

.address {
  font-size: 12px;
  padding: 40px 0 60px 20px;
}

.footer-bottom {
  margin: 10px calc(5vw + 20px);
}

.copyright {
  font-size: 12px;
  text-align: right;
}

a {
  text-decoration: none;
  color: black;
}

.main-container {
  width: 100vw;
  height: 100vh;
  min-height: 320px;
}

#bg-container_01 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

#bg-container_02 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

#bg-container_03 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;

}

#bg-container_04 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}


.imgHide {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 1200ms ease-in-out 0s;
}

.imgShow {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: opacity 1200ms ease-in-out 0s;
}

.mt-container {
  position: absolute;
  display: block;
  margin-top: 90px;
}

.maintxt {
  font-family: "Bitter", serif;
  color: white;
  font-size: 4vh;
  font-weight: 400;
  text-align: center;
  padding: 5px 120px;
}

.subtxt {
  font-family: "Bitter", serif;
  color: #eeeeee;
  font-size: 1.5vh;
  font-weight: 200;
  text-align: center;
  padding: 5px 120px;
}

.tt-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.pageimg_01 {
  background-image: url("/img/josephpilates_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-position: center center;
  filter: brightness(40%);

}

.pageimg_02 {
  background-image: url("/photos/introduce_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-position: center center;
  filter: brightness(40%);

}

.pageimg_03 {
  background-image: url("/img/class_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-position: center center;
  filter: brightness(40%);
}

.pageimg_04 {
  background-image: url("/img/tc_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-position: center center;
  filter: brightness(40%);
}

#history_01 {
  background-image: url("/img/history_01.jpg");
}

#history_02 {
  background-image: url("/img/history_02.jpg");
}

#history_03 {
  background-image: url("/img/history_03.jpg");
}

#history_04 {
  background-image: url("/img/history_04.jpg");
}

#history_05 {
  background-image: url("/img/history_05.jpg");
}

.pt-container {
  position: absolute;
  left: -5px;
  display: block;
  width: 50vw;
  height: 20vh;
  margin: 0 5rem 0 0;
}

.indc {
  height: 4px;
  width: 80px;
  background-color: white;
  margin-bottom: 12px;
}

.pagetitle {
  margin: 0;
  color: white;
  font-family: "Bitter", serif;
  font-size: 2.2em;
  line-height: 0.95;
  padding: 0 0 0 1.8rem;
}

.desctitle {}

.desctxt {}

.inline-container {
  display: flex;
}

.blank_02 {
  background-color: #eeeeee;
  width: 10vw;
  height: auto;
}

.card-container {
/*   display: grid;
  width: 100vw;
  grid-template-columns: repeat(1, 1fr);
   */}

/* .item:nth-child(odd) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  width: 100%;
}

.item:nth-child(even) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  width: 100%;
} */

.profile-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}

.profile-photo {
	width:200px;
	margin:10px 30px;
}
@media (max-width: 400px) {
	.profile-box {
		display:block;
		width: 100%;
		padding-top: 50px;
	}
	.profile-photo {
		display:block;
		width:160px;
		margin:10px auto;
	}
	.profile-instr {
		padding:12px;
	}
}

.inst-jg {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: black;
}

.inst-name {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  text-align: left;
  color: black;
  margin-top: -6px;
}

.inst-desc {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  text-align: left;
  color: bbb;
  margin-top: 5px;
word-break:keep-all;
}

.inline-photo {
  border: 1em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0, 0, 0, .2);
  margin: 2em auto;
  opacity: 0;
  transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
    opacity .3s .25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

/* 
.inline-photo.is-visible {
  opacity: 1;
}

header {
  opacity: 0;
  transition: opacity .5s .25s ease-out;
}

header.is-visible {
  opacity: 1;
}

.heading {
  transform: translate(-50%, calc(-50% + 1em));
}

.is-visible .main-photo {
  transform: none;
}

.is-visible .heading {
  transform: translate(-50%, -50%);
}

.main-photo,
.heading {
  transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
    filter 10s 2s ease-out;
  will-change: transform;
} */

#blank_01 {
  background-color: #eeeeee;
  width: 100%;
  height: 100px;
}

.img-gallery {
  width: 100%;
}

.carouselBox {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.slideBox {
  display: flex;
  height: 100%;
  width: 500%;
  flex-shrink: 0;
  transition: all 0.5s;
  padding: 60px 0;
}

section {
  background-color: white;
  flex-basis: 20%;
  flex-shrink: 0;
  font-size: 20px;
}

.img-gallery:hover .controls {
  opacity: 1;
  transition: all 0.3s;
}

.gallery-style {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

#pc-inside_01 {
  background-image: url("/img/pc_inside_01.jpg");
}

#pc-inside_02 {
  background-image: url("/img/pc_inside_02.jpg");
}

#pc-inside_03 {
  background-image: url("/img/pc_inside_03.jpg");
}

#pc-inside_04 {
  background-image: url("/img/pc_inside_04.jpg");
}

#pc-inside_05 {
  background-image: url("/img/pc_inside_05.jpg");
}

#pc-inside_06 {
  background-image: url("/img/pc_inside_06.jpg");
}

#pc-inside_07 {
  background-image: url("/img/pc_inside_07.jpg");
}

#pc-inside_08 {
  background-image: url("/img/pc_inside_08.jpg");
}

#pc-inside_09 {
  background-image: url("/img/pc_inside_09.jpg");
}

#pc-inside_10 {
  background-image: url("/img/pc_inside_10.jpg");
}

#pc-inside_11 {
  background-image: url("/img/pc_inside_11.jpg");
}

#pc-inside_12 {
  background-image: url("/img/pc_inside_12.jpg");
}

#pc-inside_13 {
  background-image: url("/img/pc_inside_13.jpg");
}

#pc-inside_14 {
  background-image: url("/img/pc_inside_14.jpg");
}

#pc-inside_15 {
  background-image: url("/img/pc_inside_15.jpg");
}

#pc-inside_16 {
  background-image: url("/img/pc_inside_16.jpg");
}

#pc-inside_17 {
  background-image: url("/img/pc_inside_17.jpg");
}

#pc-inside_18 {
  background-image: url("/img/pc_inside_18.jpg");
}

#pc-inside_19 {
  background-image: url("/img/pc_inside_19.jpg");
}

#pc-inside_20 {
  background-image: url("/img/pc_inside_20.jpg");
}

#priv_01 {
  background-image: url("/img/lesson_01-1.jpg");
}

#priv_02 {
  background-image: url("/img/lesson_01-2.jpg");
}

#priv_03 {
  background-image: url("/img/lesson_01-3.jpg");
}

#priv_04 {
  background-image: url("/img/lesson_01-4.jpg");
}

#priv_05 {
  background-image: url("/img/lesson_01-5.jpg");
}

#duet_01 {
  background-image: url("/img/lesson_02-1.jpg");
}

#duet_02 {
  background-image: url("/img/lesson_02-2.jpg");
}

#duet_03 {
  background-image: url("/img/lesson_02-3.jpg");
}

#duet_04 {
  background-image: url("/img/lesson_02-4.jpg");
}

#duet_05 {
  background-image: url("/img/lesson_02-5.jpg");
}

#group_01 {
  background-image: url("/img/lesson_03-1.jpg");
}

#group_02 {
  background-image: url("/img/lesson_03-2.jpg");
}

#group_03 {
  background-image: url("/img/lesson_03-3.jpg");
}

#group_04 {
  background-image: url("/img/lesson_03-4.jpg");
}

#group_05 {
  background-image: url("/img/lesson_03-5.jpg");
}

#mat_01 {
  background-image: url("/img/lesson_04-1.jpg");
}

#mat_02 {
  background-image: url("/img/lesson_04-2.jpg");
}

#mat_03 {
  background-image: url("/img/lesson_04-3.jpg");
}

#mat_04 {
  background-image: url("/img/lesson_04-4.jpg");
}

#mat_05 {
  background-image: url("/img/lesson_04-5.jpg");
}

.controls {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.controls button.nextBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: white;
}

.controls button.prevBtn {
  position: absolute;
  top: 50%;
  left: 10px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: white;
}

.controls button i {
  font-size: 30px;
  background-color: #000000aa;
  border-radius: 50%;
}

.list-container {
  display: block;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 70vh;
  width: 100%;
  margin-top: 90px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 70vh;
  width: 100%;
}

.cont-container {
  display: flex;
  width: 100%;
  padding: 50px 20vw;
  height: 100px;
}


.acc .qstBox {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px 50px 17px 15px;
  cursor: pointer;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  position: relative;
}

.acc .qstBox:after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 32px;
  top: 47%;
  transform: translateY(-50%);
}

.acc.active .qstBox:after {
  content: '--';
  letter-spacing: -5px;
  margin: 0 6px 0 0;
}

.qst {
  background-color: #fff;
  display: none;
}

.answ {
  padding: 24px;
}

.answ p {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 10px;
}

.qst * {
  margin-top: 0;
  line-height: 1.5;
}

.acc {
  border-bottom: 1px solid #fff;
}

#history {
  padding: 100px 10vw 100px 10vw;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 28px;
}

#method {
  padding: 0 10vw 100px 10vw;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 28px;
}

#differ {
  padding: 0 10vw 100px 10vw;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 28px;
}

#romana {
  padding: 0 10vw 100px 10vw;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 28px;
}

.session {
  padding: 80px 10vh 100px 10vh;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 28px;
}

@media (max-width: 400px) {
	
}



#priv {}

#duet {}

#group {}

#mat {}


#teaching {
  padding: 80px 15vw 100px 15vw;
}

.list-title {
  padding-bottom:10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.1;
}

.sublist-title {
  padding-bottom: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 40px;
  padding: 40px 0 40px 0;
  display: block;
}

.list-desc {
  padding-bottom: 40px;
  word-break:keep-all;
}

.addr-box {
  width: 100%;
  height: 50px;
  font-size: 17px;
}

.addr-title {
  font-weight: bold;
  font-size: 24px;
}

.phone-box {
  width: 100%;
  height: 50px;
  margin-right: -60px;
  font-size: 17px;
}

.phone-title {
  font-weight: bold;
  font-size: 24px;
}

.qna-container {
  width: 100%;
  padding: 0 20vw;
  padding-bottom: 50px;
  margin-top: 90px;
}

.qna-container .list-title {
  font-size: 28px;
  padding-bottom: 20px;
  font-weight: bold;
}

.fixed-action-btn {
  transition: all 0.1s ease;
}

.fixed-action-btn .btn-floating i:hover {
  transform: rotate(45deg)
}


@media all and (max-width: 1024px) {
  .navi {
    padding: 5px 30px;
  }

  a {
    padding: 0 15px;
  }

  .navi ul li.items {
    width: 100%;
    margin: 20px 0;
    display: none;
  }

  .navi ul li.items.show {
    display: block;
  }

  .navi ul li.btn {
    display: block;
  }

  .navi ul li.items:hover:after {
    opacity: 0;
  }

  .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.1s ease;
  }

  .menu-btn__burger {
    width: 28px;
    height: 4px;
    background: #393D47;
    border-radius: 4px;
    transition: all 0.1s ease;
  }

  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 4px;
    background: #393D47;
    border-radius: 4px;
    transition: all 0.1s ease;
  }

  .menu-btn__burger::before {
    transform: translateY(-9px);
  }

  .menu-btn__burger::after {
    transform: translateY(9px);
  }

  .menu-btn.open .menu-btn__burger {
    transform: translateX(-28px);
    background: transparent;
    box-shadow: none;
  }

  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(14px, -14px);
  }

  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(14px, 14px);
  }

  .session {
    padding: 80px 25vw 100px 25vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
  }
}

/*
.fixed-action-btn ul li:first-child {
  visibility: hidden;
}
*/

@media all and (max-width: 900px) {

  .card-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .cont-container {
    display: flex;
    width: 100%;
    padding: 50px 20px;
    height: 100px;
    font-size: 15px;

  }

  .qna-container {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .acc .qstBox {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 50px 17px 15px;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    position: relative;
  }

  .answ p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .acc .qstBox:after {
    content: '+';
    position: absolute;
    right: 15px;
    font-size: 28px;
    top: 47%;
    transform: translateY(-50%);
  }

  .acc.active .qstBox:after {
    content: '--';
    letter-spacing: -5px;
    margin: 0 6px 0 0;
  }

  #history {
    padding: 20px 4vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 28px;
  }

  #method {
    padding: 0px 4vw 80px 4vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 28px;
  }

  #differ {
    padding: 0px 4vw 80px 4vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 28px;
  }

  #romana {
    padding: 0px 4vw 80px 4vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 28px;
  }

  .session {
    padding: 40px 4vw 80px 4vw;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 28px;
  }

  #teaching {
    padding: 80px 10vw 100px 10vw;
  }


  #footer {
    display: block;
    height: 550px;
    width: 100%;
    color: white;
  }

  .footer-container {
    display: block;
    padding: 50px 5vw;
    height: 460px;
    width: 100%;
  }

  #footer-left {
    display: block;
    position: absolute;
    left: calc(50% - 87.5px);
    width: 175px;
    height: 260px;
    padding: 0;
    margin-top: 20px;
    ;
  }

  .logo_ver {
    background-image: url('/img/logo_ver.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 175px;
    padding: 0;
    margin: 0;
  }

  #footer-right {
    display: block;
    position: absolute;
    width: 350px;
    height: 150px;
    padding: 0;
    margin-right: 0;
    left: 50%;
    margin: 180px 0 0 -175px;
  }

  .sns-list {
    display: flex;
    list-style: none;
    font-size: 12px;
    padding: 0;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
  }

  .sns-list li {
    padding: 0 15px;
  }

  .sns-list li a {
    padding: 0;
  }

  .sns-img {
    width: 33px;
    height: 33px;
    object-fit: contain;
  }

  .policy-box {
    display: block;
    padding: 20px 0;
    margin: 0;
  }

  .policy {
    font-size: 12px;
    width: 100%;
    padding: 3px;
    text-align: center;
  }

  .txt-policy {
    text-decoration: none;
    color: white;
  }

  .address {
    font-size: 12px;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;

  }

  .footer-bottom {
    margin: 0;
  }

  .copyright {
    font-size: 12px;
    text-align: center;
  }

  .addr-box {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }

  .addr-title {
    font-weight: bold;
    font-size: 18px;
  }

  .phone-box {
    width: 100%;
    height: 50px;
    margin-right: -60px;
    font-size: 14px;
  }

  .phone-title {
    font-weight: bold;
    font-size: 18px;
  }


  .qna-container .list-title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-top: 50px;
    font-weight: bold;
  }

}

@media all and (min-width: 900px) and (max-width: 1350px) {

  .card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .cont-container {
    display: flex;
    width: 100%;
    padding: 50px 10vw;
    height: 100px;
  }


  .qna-container {
    width: 100%;
    padding: 0 10vw;
    padding-bottom: 50px;
  }
}