@charset "utf-8";

/*============================================================
font style
============================================================*/
/* font family : Noto Sans Korean
============================================================*/
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans Light"), local("NotoSans-Light"),
    url("../fonts/NotoSansKR-Light.eot"),
    url("../fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSansKR-Light.woff2") format("woff2"),
    url("../fonts/NotoSansKR-Light.woff") format("woff")
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans Regular"), local("NotoSans-Regular"),
    url("../fonts/NotoSansKR-Regular.eot"),
    url("../fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSansKR-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansKR-Regular.woff") format("woff")
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans Medium"), local("NotoSans-Medium"),
    url("../fonts/NotoSansKR-Medium.eot"),
    url("../fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSansKR-Medium.woff2") format("woff2"),
    url("../fonts/NotoSansKR-Medium.woff") format("woff")
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"),
    url("../fonts/NotoSansKR-Bold.eot"),
    url("../fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSansKR-Bold.woff2") format("woff2"),
    url("../fonts/NotoSansKR-Bold.woff") format("woff")
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: local("Noto Sans Black"), local("NotoSans-Black"),
    url("../fonts/NotoSansKR-Black.eot"),
    url("../fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSansKR-Black.woff2") format("woff2"),
    url("../fonts/NotoSansKR-Black.woff") format("woff")
}

/*============================================================
common layout
============================================================*/
h1, h2, h3, h4, h5, h6, p, figure, img, dl, dt, dd {
	padding: 0;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
figure {
  font-size: 0;
}
img {
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
	border: 0;
}
/* lge share box
============================================================*/
.lgestg-sns-box {
  padding: 20px 0;
  text-align: right;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/thinq-escape-cafe/background-lgesns.jpg");
}
.lgestg-sns-box .grid {
  margin: 0 auto;
  max-width: 1284px;
  min-height: inherit;
}

@media screen and (max-width: 575.98px) {
  .lgestg-sns-box {
      padding: 20px 20px 4px 20px;
  }
}

/*============================================================
ThinkQ 방탈출 카페
============================================================*/
/* common style
============================================================*/
#thinkQcafe {
  overflow-x: hidden;
  line-height: 1;
  letter-spacing: -1px;
  color: #222;
}

[class^="thinkq-bg__"] {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.thinkq-bg__top {
  background-image: url("../img/thinq-escape-cafe/background-top.jpg");
}
.thinkq-bg__md {
  background-image: url("../img/thinq-escape-cafe/background-middle.jpg");
}
.thinkq-bg__btm {
  background-color: #ebe9e5;
}

#thinkQcafe .fs50 {
  font-size: 50px;
}
#thinkQcafe .fs40 {
  font-size: 40px;
}
#thinkQcafe .fs35 {
  font-size: 35px;
}
#thinkQcafe .fs28 {
  font-size: 28px;
}
#thinkQcafe .fs26 {
  font-size: 26px;
}
#thinkQcafe .fs22 {
  font-size: 22px;
}
#thinkQcafe .fc-pink {
  color: #b76d6f !important;
}
#thinkQcafe .fc-green {
  color: #566b63 !important;
}
#thinkQcafe .txt-linebreak__desktop {
  display: block;
}
@media screen and (max-width: 768.98px) {
  #thinkQcafe .fs50 {
      font-size: 40px;
  }
  #thinkQcafe .txt-linebreak__desktop {
      display: inline;
  }
}
@media screen and (max-width: 576.98px) {
  #thinkQcafe .fs50 {
      font-size: 25px;
  }
  #thinkQcafe .fs40 {
      font-size: 20px;
  }
  #thinkQcafe .fs35 {
      font-size: 18px;
  }
  #thinkQcafe .fs28 {
      font-size: 16px;
  }
  #thinkQcafe .fs26 {
      font-size: 14px;
  }
  #thinkQcafe .fs22 {
      font-size: 12px;
  }
  #thinkQcafe .txt-linebreak__mo {
      display: block;
  }
}

#thinkQcafe .mo-show {
  display: none;
}
@media screen and (max-width: 575.98px) {
  #thinkQcafe .mo-show {
      display: block;
  }
  #thinkQcafe .mo-hide {
      display: none;
  }
}

.thinkq-hd-label {
  display: inline-block;
  padding: 20px 0;
  margin-bottom: 50px;
  width: 185px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ebe9e5;
  border: 1px solid #222;
  border-radius: 100%;
}
.thinkq-hd-label.pink {
  background-color: #b76d6f;
}
.thinkq-hd-label.green {
  background-color: #566b63;
}
@media screen and (max-width: 576.98px) {
  .thinkq-hd-label {
      padding: 10px 0;
      margin-bottom: 25px;
      width: 95px;
      font-size: 12px;
  }
}

.thinkq-pagination {
  padding: 70px 0;
  text-align: center;
}
.thinkq-pagination.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.thinkq-paging-btn {
  position: relative;
  display: inline-block;
  width: 410px;
}
.thinkq-paging-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
}
.thinkq-paging-btn .label {
  display: block;
  position: relative;
  padding: 20px 0;
  font-weight: 700;
  border: 1px solid #222;
  z-index: 1;
}
.thinkq-paging-btn i {
  font-style: normal;
}
.thinkq-paging-btn.beige::after {
  background-color: #566b63;
}
.thinkq-paging-btn.beige .label {
  color: #566b63;
  background-color: #ebe9e5;
}
.thinkq-paging-btn.pink::after {
  background-color: #566b63;
}
.thinkq-paging-btn.pink .label {
  color: #ebe9e5;
  background-color: #b76d6f;
}
.thinkq-paging-btn.green::after {
  background-color: #ebe9e5;
}
.thinkq-paging-btn.green .label {
  color: #ebe9e5;
  background-color: #566b63;
}
.thinkq-paging-tag .label {
  padding: 20px 0;
}
@media screen and (max-width: 575.98px) {
  .thinkq-pagination {
      padding: 40px 0;
  }
  .thinkq-paging-btn {
      width: 200px;
  }
  .thinkq-paging-btn .label {
      padding: 15px 0;
  }
  .thinkq-paging-btn::after {
      top: 5px;
      left: 5px;
  }
  .thinkq-paging-tag .label {
      padding: 15px 0;
  }
}
/* common animation
============================================================*/
#thinkQcafe .ani-el {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}
#thinkQcafe .ani-fadein {
  -webkit-animation: fadeIn 0.75s ease;
  animation: fadeIn 0.75s ease;
}
#thinkQcafe .ani-fadeinup {
  -webkit-animation: fadeInUp 0.75s cubic-bezier(.07,.83,.57,1.14);
  animation: fadeInUp 0.75s cubic-bezier(.07,.83,.57,1.14);
}
#thinkQcafe .ani-fadeindown {
  -webkit-animation: fadeInDown 0.75s cubic-bezier(.07,.83,.57,1.14);
  animation: fadeInDown 0.75s cubic-bezier(.07,.83,.57,1.14);
}
#thinkQcafe .ani-fadeinlt {
  -webkit-animation: fadeInLeft 0.75s cubic-bezier(.07,.83,.57,1.14);
  animation: fadeInLeft 0.75s cubic-bezier(.07,.83,.57,1.14);
}
#thinkQcafe .ani-fadeinrt {
  -webkit-animation: fadeInRight 0.75s cubic-bezier(.07,.83,.57,1.14);
  animation: fadeInRight 0.75s cubic-bezier(.07,.83,.57,1.14);
}
#thinkQcafe .ani-scalein {
  -webkit-animation: scaleIn 0.55s cubic-bezier(.07,.83,.57,1.14);
  animation: scaleIn 0.55s cubic-bezier(.07,.83,.57,1.14);
}
#thinkQcafe .ani-postit {
  -webkit-animation: aniPostit 0.55s ease;
  animation: aniPostit 0.55s ease;
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@-webkit-keyframes scaleIn {
  0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@-webkit-keyframes aniKvImg {
  1% {
      opacity: 1;
      -webkit-transform: translateY(50%) rotate(15deg);
      transform: translateY(50%) rotate(15deg);
  }
  55% {
      opacity: 1;
      -webkit-transform: translateY(20%) rotate(-10deg);
      transform: translateY(20%) rotate(-10deg);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes aniPostit {
  20%{
      opacity: 1;
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
  }
  40%{
      opacity: 1;
      -webkit-transform:rotate(-10deg);
      transform:rotate(-10deg);
  }
  60%{
      opacity: 1;
      -webkit-transform:rotate(5deg);
      transform:rotate(5deg);
  }
  80%{
      opacity: 1;
      -webkit-transform:rotate(-5deg);
      transform:rotate(-5deg);
  }
  to{
      opacity: 1;
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@keyframes scaleIn {
  0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes aniKvImg {
  1% {
      opacity: 1;
      -webkit-transform: translateY(50%) rotate(15deg);
      transform: translateY(50%) rotate(15deg);
  }
  55% {
      opacity: 1;
      -webkit-transform: translateY(20%) rotate(-10deg);
      transform: translateY(20%) rotate(-10deg);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
  }
}
@keyframes aniPostit {
  20%{
      opacity: 1;
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
  }
  40%{
      opacity: 1;
      -webkit-transform:rotate(-10deg);
      transform:rotate(-10deg);
  }
  60%{
      opacity: 1;
      -webkit-transform:rotate(5deg);
      transform:rotate(5deg);
  }
  80%{
      opacity: 1;
      -webkit-transform:rotate(-5deg);
      transform:rotate(-5deg);
  }
  to{
      opacity: 1;
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
  }
}
/* grid
============================================================*/
#thinkQcafe [class^="grid"] {
  margin: 0 auto;
}
#thinkQcafe .grid__common {
  max-width: 1280px;
}
/* header
============================================================*/
.thinkq-hd {
  position: relative;
  font-size: 0;
  border-bottom: 2px solid #413d3c;
}
.thinkq-hd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 15px;
  background-color: #413d3c;
}

@media screen and (max-width: 576.98px) {
  .thinkq-hd::before {
      width: 60px;
      height: 5px;
  }
}
/* key visual
============================================================*/
.thinkq-kv-area .grid {
  max-width: 1100px;
}
.thinkq-kv-tit {
  padding-top: 80px;
  font-size: 60px;
  line-height: 1.2;
}
.thinkq-kv-img-wrap {
  position: relative;
  margin-top: -120px;
}
.thinkq-kv-img__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.thinkq-kv-img__btm {
  -webkit-animation: aniKvImg 0.55s 0.35s linear;
  animation: aniKvImg 0.55s 0.35s linear;
}

@media screen and (max-width: 1100.98px) {
  .thinkq-kv-area .grid {
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media screen and (max-width: 768.98px) {
  .thinkq-kv-img-wrap {
      margin-top: -60px;
  }
}
@media screen and (max-width: 576.98px) {
  .thinkq-kv-tit {
      padding-top: 40px;
      font-size: 30px;
  }
  .thinkq-kv-img-wrap {
      margin-top: -18%;
      padding-top: 30%;
  }
}
/* intro
============================================================*/
.thinkq-intro-hd {
  padding-top: 100px;
  line-height: 1.4;
  text-align: center;
}
.thinkq-intro-tit {
  padding-bottom: 15px;
}
[class^="thinkq-intro-img__"] {
  position: relative;
}
.thinkq-intro-img__top {
  margin: 0 auto 0 -9.5%;
  width: 63.67%;
  z-index: 1;
}
.thinkq-intro-img__md {
  margin: -28.75% -5.5% 0 auto;;
  width: 58.6%;
}
.thinkq-intro-img__btm {
  margin: 5.4% auto 0;
  width: 88.28%;
}

@media screen and (max-width: 576.98px) {
  .thinkq-intro-hd {
      padding: 50px 0 25px;
  }
  .thinkq-intro-tit {
      padding-bottom: 10px;
  }
  .thinkq-intro-img__top {
      margin: 0 auto 0 0;
      width: 77%;
      z-index: 1;
  }
  .thinkq-intro-img__md {
      margin: -4.5% 5% 0 auto;
      width: 67.5%;
  }
}
/* information
============================================================*/
.thinkq-info-area {
  text-align: center;
}
.thinkq-info-tit {
  padding-top: 20px;
}
.thinkq-info-hd {
  padding: 220px 0 80px;
  background-repeat: no-repeat;
  background-position: center top 60px;
  background-image: url("../img/thinq-escape-cafe/information-title-icon.png");
  background-size: 175px;
}
.thinkq-info-img-wrap {
  margin: 0 auto;
  max-width: 1065px;
}
.thinkq-info-cont-wrap {
  padding: 80px 0;
}
.thinkq-info-guide {
  position: relative;
  padding: 30px 0;
  margin-bottom: 50px;
}
.thinkq-info-guide::before,
.thinkq-info-guide::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #222;
}
.thinkq-info-guide::before {
  top: 0;
}
.thinkq-info-guide::after {
  bottom: 0;
}
.thinkq-info-guide li {
  padding: 12px 0;
}
.thinkq-info-guide .label {
  display: inline-block;
}
.thinkq-info-guide .label.liner {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 3px solid #c3c4c4;
}
.thinkq-info-txt {
  line-height: 1.5;
}
.thinkq-info-txt .mark-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.thinkq-info-txt .mark-label i {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
}
.thinkq-info-tip {
  font-size: 20px;
  color: #a6a6a7;
}
.thinkq-app-img-wrap {
  padding: 80px 0;
  max-width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 576.98px) {
  .thinkq-info-hd {
      padding: 120px 0 40px;
      background-position: center top 50px;
      background-size: 85px;
  }
  .thinkq-info-tit {
      padding-top: 10px;
  }
  .thinkq-info-cont-wrap {
      padding: 40px 0;
  }
  .thinkq-info-guide {
      position: relative;
      padding: 20px 0;
      margin-bottom: 25px;
  }
  .thinkq-info-guide li {
      padding: 5px 0;
  }
  .thinkq-info-txt .mark-label {
      padding-left: 15px;
  }
  .thinkq-info-txt .mark-label i {
      width: 15px;
  }
  .thinkq-info-tip {
      font-size: 12px;
  }
  .thinkq-app-img-wrap {
      padding: 30px 0;
      width: 72.5%;
  }
}
/* episode
============================================================*/
.thinkq-ep-area {
  padding-bottom: 260px
}
.thinkq-ep-hd {
  position: relative;
  text-align: center;
}
.thinkq-ep-hd-box {
  position: absolute;
  top: 14.5%;
  left: 0;
  width: 100%;
}
[class^="thinkq-ep-cont__"] {
  position: relative;
}
.thinkq-ep-tit-idx {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: 700;
}
.thinkq-ep-tit {
  line-height: 1.4;
}
.thinkq-ep-img-wrap {
  position: relative;
  z-index: 1;
}
.thinkq-ep-postit {
  position: absolute !important;
  display: block;
}
.thinkq-ep-msn-wrap {
  position: relative;
  padding-top: 130px;
  margin-top: -60px;
  text-align: center;
  color: #ebebeb;
}
.thinkq-ep-msn-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 130px;
  background-color: #ebebeb;
}
.thinkq-ep-msn-label {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 130px;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.thinkq-ep-msn-txt {
  line-height: 1.5;
}
.thinkq-ep-cont__top {
  margin-top: -40%;
}
.thinkq-ep-cont__top .thinkq-ep-tit-wrap {
  padding-bottom: 60px;
  text-align: center;
}
.thinkq-ep-cont__top .thinkq-ep-img-wrap {
  margin: 0 auto;
  width: 64%;
}
.thinkq-ep-cont__top .thinkq-ep-postit {
  top: 62%;
  right: -23%;
  width: 58%;
}
.thinkq-ep-cont__lt .thinkq-ep-tit-wrap,
.thinkq-ep-cont__rt .thinkq-ep-tit-wrap {
  position: absolute;
  color: #fff;
}
.thinkq-ep-cont__lt .thinkq-ep-tit-wrap {
  top: 70px;
  left: 8.5%;
}
.thinkq-ep-cont__rt .thinkq-ep-tit-wrap {
  top: -50px;
  right: 8.5%;
  text-align: right;
}
.thinkq-ep-cont__lt .thinkq-ep-img-wrap {
  margin: 0 0 0 auto;
}
.thinkq-ep-cont__rt .thinkq-ep-img-wrap {
  margin: 0 auto 0 0;
}
.thinkq-ep-cont__lt.second {
  margin-top: 150px
}
.thinkq-ep-cont__lt.second .thinkq-ep-img-wrap {
  width: 67.6%;
}
.thinkq-ep-cont__lt.second .thinkq-ep-postit {
  top: 58.5%;
  left: -24%;
  width: 50%;
}
.thinkq-ep-cont__rt.third {
  margin-top: 300px;
}
.thinkq-ep-cont__rt.third .thinkq-ep-img-wrap {
  width: 71%;
}
.thinkq-ep-cont__rt.third .thinkq-ep-postit {
  top: -6%;
  left: -5%;
  width: 54%;
}
.thinkq-ep-cont__lt.last {
  margin-top: 200px;
}
.thinkq-ep-cont__lt.last .thinkq-ep-img-wrap {
  width: 70%;
}
.thinkq-ep-cont__lt.last .thinkq-ep-postit {
  top: 52%;
  right: -6.5%;
  width: 48%;
}
.thinkq-ep-cont__lt.last .thinkq-ep-msn-wrap {
  margin-top: -110px;
}
.thinkq-ep-txt {
  line-height: 1.5;
}

@media screen and (max-width: 1100.98px) {
  .thinkq-ep-cont__top {
      margin-top: -35%;
  }
}
@media screen and (max-width: 768.98px) {
  .thinkq-ep-img-wrap {
      width: 100% !important;
  }
  .thinkq-ep-cont__top {
      margin-top: -25%;
  }
  .thinkq-ep-cont__top .thinkq-ep-img-wrap {
      margin: 30px auto 0;
  }
  .thinkq-ep-cont__top .thinkq-ep-postit {
      top: 64%;
      left: 40%;
      width: 53%;
  }
  .thinkq-ep-cont__lt .thinkq-ep-tit-wrap,
  .thinkq-ep-cont__rt .thinkq-ep-tit-wrap {
      position: relative;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      padding: 0 60px;
  }
  .thinkq-ep-cont__lt.second,
  .thinkq-ep-cont__rt.third,
  .thinkq-ep-cont__lt.last {
      margin-top: 120px;
  }
  .thinkq-ep-cont__lt.second .thinkq-ep-tit-wrap {
      text-align: center;
  }
  .thinkq-ep-cont__lt.second .thinkq-ep-img-wrap {
      margin: 40px auto 0;
  }
  .thinkq-ep-cont__lt.second .thinkq-ep-postit {
      top: 60%;
      left: 7%;
      width: 48.6%;
  }
  .thinkq-ep-cont__lt.second .thinkq-ep-msn-wrap {
      margin-top: -100px;
  }
  .thinkq-ep-cont__rt.third .thinkq-ep-img-wrap {
      margin: 90px auto 0;
  }
  .thinkq-ep-cont__rt.third .thinkq-ep-postit {
      top: -14%;
      left: 2%;
  }
  .thinkq-ep-cont__lt.last .thinkq-ep-img-wrap {
      margin: 0 auto;
  }
  .thinkq-ep-cont__lt.last .thinkq-ep-postit {
      top: 65%;
      right: 7%;
      width: 50%;
  }
  .thinkq-ep-cont__lt.last .thinkq-ep-msn-wrap {
      margin-top: 0;
  }
}
@media screen and (max-width: 576.98px) {
  .thinkq-ep-area {
      padding-bottom: 100px;
  }
  .thinkq-ep-tit-idx {
      padding-bottom: 10px;
  }
  .thinkq-ep-tit {
      font-size: 22px !important;
  }
  .thinkq-ep-msn-wrap {
      padding-top: 70px;
      margin-top: -35px;
  }
  .thinkq-ep-msn-wrap::before {
      height: 70px;
  }
  .thinkq-ep-msn-label {
      padding: 5px 0;
      margin-bottom: 10px;
      width: 70px;
      font-size: 12px;
  }
  .thinkq-ep-cont__top {
      margin-top: -65%;
  }
  .thinkq-ep-cont__top .thinkq-ep-tit-wrap {
      padding-bottom: 0;
  }
  .thinkq-ep-cont__lt.second,
  .thinkq-ep-cont__rt.third,
  .thinkq-ep-cont__lt.last {
      margin-top: 60px;
  }
  .thinkq-ep-cont__lt .thinkq-ep-tit-wrap,
  .thinkq-ep-cont__rt .thinkq-ep-tit-wrap {
      padding: 0 20px;
  }
  .thinkq-ep-cont__lt.second .thinkq-ep-msn-wrap {
      margin-top: -55px;
  }
  .thinkq-ep-cont__rt.third .thinkq-ep-img-wrap {
      margin: 40px auto 0;
  }
  .thinkq-ep-cont__rt.third .thinkq-ep-msn-wrap {
      margin-top: -70px;
  }
}
/* event
============================================================*/
.thinkq-event-area {
  padding-bottom: 220px;
  text-align: center;
}
.thinkq-event-hd {
  padding-bottom: 80px;
}
.thinkq-event-hd-tit {
  padding-top: 40px;
  color: #fff;
}
.thinkq-event-img-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1090px;
}
.thinkq-event-img-wrap i {
  display: block;
  position: absolute;
  top: 53%;
  left: -12.8%;
  width: 20%;
}
.thinkq-event-txt {
  line-height: 1.5;
  color: #fff;
}
.thinkq-event-area .thinkq-paging-tag {
  width: 23%;
}

@media screen and (max-width: 1090.98px) {
  .thinkq-event-img-wrap {
      width: 70%;
  }
  .thinkq-event-area .thinkq-pagination.flex {
      margin: 0 auto;
      width: 70%;
  }
  .thinkq-event-area .thinkq-paging-tag {
      margin: 15px 0;
      width: 45%;
  }
}
@media screen and (max-width: 576.98px) {
  .thinkq-event-area {
      padding-bottom: 55px;
  }
  .thinkq-event-hd {
      padding-bottom: 25px;
  }
  .thinkq-event-hd-tit {
      padding-top: 0;
      font-size: 20px !important;
  }
  .thinkq-event-img-wrap {
      width: 85%;
  }
  .thinkq-event-img-wrap i {
      top: 38%;
      left: -7%;
      width: 25%;
  }
  .thinkq-event-area .thinkq-pagination.flex {
      padding: 15px 0;
      width: 85%;
  }
  .thinkq-event-area .thinkq-paging-tag {
      margin: 10px 0;
  }
}
/* footer
============================================================*/
.thinkq-ft {
  padding: 100px 0;
  text-align: center;
}
.thinkq-ft-txt {
  line-height: 1.7;
  color: #465a52;
}

@media screen and (max-width: 576.98px) {
  .thinkq-ft {
      padding: 35px 0;
  }
}