@charset "UTF-8";
/* 2020-12-11 - 박서진 */
#sub-visual {
  height: calc(100vh - 14rem);
  width: calc(100% - 14rem);
  margin: 9rem auto 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

#sub-visual.issue {
  background-position: 82% bottom !important;
}

#sub-visual.type2 {
  height: 29rem;
  background-position: center;
}

.cont_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 128rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 1;
  font-family: "GongGothic";
}

.cont_title_wrap:after {
  display: block;
  clear: both;
  content: '';
}

.cont_title_wrap .category {
  position: relative;
  font-size: 2.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  color: #fff;
  padding: 0 1.8rem;
}

.cont_title_wrap .category:before, .cont_title_wrap .category:after {
  position: absolute;
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 2.4rem;
  background: #fff;
}

.cont_title_wrap .category:before {
  left: 0;
}

.cont_title_wrap .category:after {
  right: 0;
}

.cont_title_wrap .tit {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2.5rem;
  color: #fff;
  margin-bottom: 10rem;
  margin-top: 2.5rem;
}

.cont_title_wrap .author {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}

.last-issue + #share-wrap, .subscribe-wrap + #share-wrap {
  display: none;
}

.last-issue, .subscribe-wrap {
  padding: 6rem 0 10rem;
}

.special_event .ribbon {
  position: relative;
  margin-bottom: 2.2rem;
}

.special_event .ribbon p {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.1rem;
}

.special_event .section1 {
  background: #FEE789;
}

.special_event .section1:before {
  background: #FEE789;
}

.special_event .section1 .container {
  border-radius: 38px;
  background: #fcfcfd;
  border: 16px solid #fff;
  text-align: center;
  padding: 6.7rem 1.5rem;
}

.special_event .section1 .img_tit {
  margin-bottom: 2.9rem;
}

.special_event .section1 .date_info {
  background: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  margin: 4rem 0 6rem;
  padding: 2.4rem 3.7rem 2.4rem 0;
  border: 0;
  display: inline-block;
}

.special_event .section1 .date_info p {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-left: 3.7rem;
  position: relative;
}

.special_event .section1 .date_info p + p {
  margin-left: 3.7rem;
}

.special_event .section1 .date_info p strong {
  font-size: 2rem;
  font-family: "GongGothic";
  margin-right: 2rem;
  color: #555;
}

.special_event .section1 .date_info p span {
  font-size: 1.9rem;
}

.special_event .section1 .date_info p:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 2.2rem;
  background: #c8c87d;
  opacity: .38;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.special_event .section1 .prize_wrap {
  padding: 0;
}

.special_event .section1 h2.title {
  font-size: 5rem;
  text-align: center;
  font-family: "GongGothic";
  line-height: 1.3;
  color: #000;
}

.special_event .section1 h2.title > * {
  display: inline-block;
  vertical-align: middle;
}

.special_event .section1 h2.title .img {
  margin-top: -1.05rem;
}

.special_event .section1 h2.title strong {
  color: #eb6d64;
}

.special_event .section1 .txt {
  font-size: 2.1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  margin-top: .75rem;
}

.special_event .section1 .txt.txt_center {
  margin-top: 0;
  word-break: keep-all;
}

.special_event .section1 .txt.txt_center i {
  color: #eb6d64;
}

.special_event .section1 .txt.txt_center + .txt_center {
  margin: 3px 0 1.5rem;
}

.special_event .section1 .prize_info {
  width: 52.3rem;
  margin: auto;
  max-width: calc(100% - 2rem);
  height: 23.6rem;
  position: relative;
  font-family: "GongGothic";
  padding: 6rem;
}

.special_event .section1 .prize_info:before {
  position: absolute;
  content: '';
  left: -2.5rem;
  top: -1.5rem;
  width: 57.4rem;
  height: 28.8rem;
  background: url("/resources/images/webzine/sub/2202/ticket.png") no-repeat center/contain;
  z-index: 0;
}

.special_event .section1 .prize_info:after {
  display: block;
  clear: both;
  content: '';
}

.special_event .section1 .prize_info .num {
  position: absolute;
  left: 1.5rem;
  top: -2.5rem;
  background: #3752d3;
  color: #fff;
  padding: 1.6rem 1.3rem .8rem;
  line-height: 1.3;
}

.special_event .section1 .prize_info .num strong {
  display: block;
}

.special_event .section1 .prize_info .num:before {
  position: absolute;
  border: 6rem solid transparent;
  border-top: 2.2rem solid #3752d3;
  content: '';
  top: 100%;
  left: 0;
  border-left: 0;
}

.special_event .section1 .prize_info .txt {
  position: relative;
  float: left;
  text-align: left;
  font-size: 2.3rem;
  color: #000;
  margin-top: 0;
}

.special_event .section1 .prize_info .txt > * {
  display: block;
}

.special_event .section1 .prize_info .txt strong {
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1;
}

.special_event .section1 .prize_info .txt span {
  font-size: 1.9rem;
  color: #ccc;
  margin-top: 1.5rem;
}

.special_event .section1 .prize_info .img {
  position: relative;
  float: left;
  margin-left: 2.75rem;
}

.special_event .section1 .info_txt {
  margin: 5rem 31rem 0;
  text-align: left;
}

.special_event .section1 .info_txt p:after {
  display: block;
  clear: both;
  content: '';
}

.special_event .section1 .info_txt p > * {
  float: left;
}

.special_event .section1 .info_txt p i {
  color: #ef6f52;
  font-size: 2.2rem;
  margin-right: .8rem;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.special_event .section1 .info_txt p span {
  font-size: 2.1rem;
  color: #000;
  font-weight: 700;
  width: calc(100% - 3rem);
}

.special_event .img_tit {
  text-align: center;
}

.special_event .img_tit > * {
  display: block;
}

.special_event .section2 {
  background: #95D6CB;
  text-align: center;
  padding-bottom: 13rem;
}

.special_event .section2:before {
  background: #95D6CB;
}

.special_event .section2 .cookie_btn {
  text-align: center;
  width: 47rem;
  height: 47rem;
  position: relative;
  margin: auto;
}

.special_event .section2 .cookie_btn a {
  display: inline-block;
  border-radius: 50%;
  background: #A0E1D6;
  position: relative;
  width: 100%;
  height: 100%;
}

.special_event .section2 .cookie_btn a .img {
  position: absolute;
  right: 2.9rem;
  top: -2rem;
  z-index: 1;
  width: 47.7rem;
  height: 46.1rem;
}

.special_event .section2 .cookie_btn a .img img {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s .3s;
  transition: all .2s .3s;
}

.special_event .section2 .cookie_btn a:hover .img img, .special_event .section2 .cookie_btn a:focus .img img {
  -webkit-animation: shake 2s ease infinite;
          animation: shake 2s ease infinite;
}

.special_event .section2 .cookie_btn a.active {
  cursor: unset;
}

.special_event .section2 .cookie_btn .event_end {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
}

.special_event .section2 .cookie_btn .event_end:before {
  position: absolute;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2.1rem);
  height: calc(100% - 2.1rem);
  border-radius: 50%;
  background: #102746;
  z-index: -1;
  opacity: .4;
}

.special_event .section2 .cookie_btn .event_end p {
  color: #fff;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  font-size: 2.5rem;
  font-family: "GongGothic";
  font-weight: 600;
  line-height: 1.6;
}

.special_event .section2 .cookie_btn .event_end p span {
  display: table-cell;
  vertical-align: middle;
}

.special_event .section2 .cookie_btn.end {
  cursor: unset;
}

.special_event .section2 .cookie_btn.end a:hover .img img, .special_event .section2 .cookie_btn.end a:focus .img img {
  -webkit-animation: none;
          animation: none;
}

.special_event .section2 .cookie_btn.end .event_end {
  display: block;
  z-index: 1;
}

.special_event .section2.effect .cookie_btn:before {
  opacity: 1;
}

.special_event .section2.effect .cookie_btn a:before, .special_event .section2.effect .cookie_btn a:after {
  opacity: 1;
}

.special_event .section2.effect .cookie_btn a .img:before, .special_event .section2.effect .cookie_btn a .img:after {
  opacity: 1;
}

.special_event .section2.effect .cookie_btn a .img img {
  opacity: 1;
}

.special_event .section2 .img_tit {
  font-size: 2.4rem;
  font-family: "GongGothic";
  color: #344f4a;
  font-weight: 400;
  margin-bottom: 4.4rem;
}

.special_event .section2 .img_tit strong {
  margin: .9rem 0 2rem;
}

.special_event .result_wrap {
  display: none;
}

.special_event .result_wrap h2 {
  font-size: 5rem;
  color: #000;
  font-family: "GongGothic";
  word-break: keep-all;
}

.special_event .result_wrap h2 img {
  margin-top: -.65rem;
}

.special_event .result_wrap .item {
  text-align: center;
  margin: 1rem 0 2rem;
}

.special_event .result_wrap .item span {
  background: #fff;
  padding: .6rem 1.15rem .65rem;
  font-size: 2.3rem;
  font-weight: 700;
  border-radius: 30px;
  color: #000;
}

.special_event .result_wrap .inner .img {
  width: 42rem;
  height: 42rem;
  position: relative;
  background: #a0e1d6;
  border-radius: 50%;
  margin: 12rem auto 0;
  display: block;
}

.special_event .result_wrap .inner .img img {
  position: absolute;
  max-width: inherit;
}

.special_event .result_wrap .btn {
  height: 6rem;
  border: 1px solid #323947;
  line-height: 5.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.2rem;
  display: inline-block;
  min-width: 0;
  padding: 0 6.2rem 0 6.2rem;
  background-color: #323947;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  margin-top: 4rem;
}

.special_event .result_wrap .btn:hover, .special_event .result_wrap .btn:focus {
  background-color: transparent;
  color: #323947;
}

.special_event .result_wrap .btn span {
  line-height: 6rem;
}

.special_event .result_wrap .desc {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9px 0px rgba(0, 0, 0, 0.1);
  width: 69.4rem;
  padding: 3.2rem 3.9rem;
  margin: -11rem auto 0;
  display: table;
  position: relative;
}

.special_event .result_wrap .desc > * {
  display: table-cell;
  vertical-align: middle;
}

.special_event .result_wrap .desc strong {
  font-size: 2.8rem;
  font-family: "GongGothic";
  color: #ef6f52;
  font-weight: 600;
  line-height: 1.2;
  width: 54px;
  padding: 1.4rem 0;
  border-top: 3px solid #ef6f52;
  border-bottom: 3px solid #ef6f52;
}

.special_event .result_wrap .desc p {
  text-align: left;
  width: calc(100% - 54px);
  padding-left: 4.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5a5a5a;
}

.special_event .result_wrap#fail h2 {
  margin-bottom: 3.5rem;
}

.special_event .result_wrap#fail .img img {
  left: 4rem;
  top: -8rem;
}

.special_event .result_wrap#success .img img {
  left: 4rem;
  top: -8.8rem;
}

.special_event .result_wrap.active .txt p span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.special_event .result_wrap.active .author {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.tab {
  text-align: center;
}

.tab a {
  position: relative;
  display: inline-block;
  width: 19rem;
  height: 56px;
  line-height: 56px;
  border: 1px solid #ddd;
  color: #222;
  font-size: 1.8rem;
  font-weight: 300;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-left: 1rem;
}

.tab a:first-child {
  margin-left: 0;
}

.tab a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #f57454;
  content: '';
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.tab a span {
  position: relative;
  z-index: 0;
  z-index: 2;
}

.tab a:hover, .tab a:focus, .tab a.active {
  border-color: #f57454;
  color: #fff;
}

.tab a:hover:after, .tab a:focus:after, .tab a.active:after {
  height: 100%;
  opacity: 1;
}

.tab a.active:hover, .tab a.active:focus {
  text-decoration: underline;
}

.last-issue .search-wrap {
  background: #f0f2f4;
  text-align: center;
  padding: 2.1rem 0;
  margin: 4rem 0 3rem;
}

.last-issue .search-wrap input {
  height: 5.8rem;
  line-height: 5.8rem;
}

.last-issue .search-wrap input[type="text"] {
  display: inline-block;
  width: 51.7%;
  padding: 0 4.5rem;
}

.last-issue .search-wrap input[type="submit"] {
  display: inline-block;
  margin-left: -5px;
  width: 90px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.last-issue .search-wrap input[type="submit"]:hover, .last-issue .search-wrap input[type="submit"]:focus {
  background: #fff;
  color: #333;
}

.last-issue .list-wrap {
  border-top: 2px solid #333;
  padding: 2.1rem 0 2.5rem;
}

.last-issue .list-wrap li {
  text-align: center;
}

.last-issue .list-wrap li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  margin-top: 2.2rem;
}

.last-issue .list-wrap li a .img {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.last-issue .list-wrap li a .img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #ddd;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.last-issue .list-wrap li a .img img {
  width: 100%;
  height: 100%;
}

.last-issue .list-wrap li a:hover .img:after, .last-issue .list-wrap li a:focus .img:after {
  border: 3px solid #f57454;
}

.last-issue .bx-wrapper {
  position: relative;
  max-width: 100% !important;
  padding: 0 5.6rem;
}

.last-issue .bx-controls {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.last-issue .bx-controls a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
}

.last-issue .bx-controls a:before {
  display: block;
  font-family: 'xeicon';
  font-size: 3rem;
}

.last-issue .bx-controls a.bx-prev {
  left: 0;
}

.last-issue .bx-controls a.bx-prev:before {
  content: '\e93b';
}

.last-issue .bx-controls a.bx-next {
  right: 0;
  text-align: right;
}

.last-issue .bx-controls a.bx-next:before {
  content: '\e93e';
}

.last-issue .list-top {
  overflow: hidden;
  margin-bottom: 2.8rem;
}

.last-issue .list-top p {
  float: left;
  font-size: 2.6rem;
  font-weight: 500;
  color: #222;
  /*margin-top:1.4rem*/
}

.last-issue .list-top span {
  float: right;
  position: relative;
  cursor: pointer;
}

.last-issue .list-top span:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'xeicon';
  content: '\e941';
}

.last-issue .list-top span select {
  min-width: 140px;
  height: 5rem;
  line-height: 5rem;
  padding: 0 2rem;
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
  background: transparent;
}

.last-issue .list-tit {
  height: 7rem;
  line-height: 7rem;
  background: #333;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0 3rem;
  margin-bottom: 1rem;
}

.last-issue .list-tit + .list {
  border-top: 0;
}

.last-issue .list td {
  border-bottom: 1px solid #ddd;
  font-weight: 300;
  color: #222;
  padding: 2.5rem 0;
  text-align: center;
}

.last-issue .list td:nth-of-type(2) {
  font-size: 1.9rem;
  font-weight: 500;
}

.last-issue .list td:nth-of-type(2) br {
  display: none;
}

.last-issue .list td.title {
  text-align: left;
}

.last-issue .list td a {
  display: block;
}

.last-issue .list td a:hover, .last-issue .list td a:focus {
  text-decoration: underline;
}

.last-issue .result-txt {
  margin-bottom: 3rem;
}

.last-issue .result-txt > * {
  display: inline-block;
  vertical-align: middle;
}

.last-issue .result-txt p {
  color: #222;
  font-weight: 500;
  font-size: 2.6rem;
  margin-right: 1.6rem;
}

.last-issue .result-txt p strong {
  color: #f57454;
}

.last-issue .result-txt span {
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.3rem;
  border-radius: 30px;
  background: #f57454;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.table-wrap {
  border-top: 2px solid #333;
  background: #fff;
}

.table-wrap thead th {
  padding: 2rem 0 2.2rem;
  border-bottom: 1px solid #999;
}

.table-wrap td {
  padding: 2.2rem 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.table-wrap .list {
  font-size: 1.7rem;
}

.table-wrap .list table {
  table-layout: fixed;
}

.table-wrap .list th {
  font-size: 1.8rem;
  font-weight: 500;
}

.table-wrap .list td {
  font-weight: 300;
  text-align: center;
}

.table-wrap .list td.title {
  text-align: left;
  padding-left: 5rem;
}

.table-wrap .list td.title a {
  display: block;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table-wrap .list td.title a:hover, .table-wrap .list td.title a:focus {
  text-decoration: underline;
}

.table-wrap .list td.date {
  font-size: 1.6rem;
  color: #767676;
}

/* 구독신청 및 취소 */
.subscribe-wrap .txt-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 4rem;
  margin: 16rem 0 10rem;
}

.subscribe-wrap .txt-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #ff6640;
  content: '';
}

.subscribe-wrap .txt-wrap > div {
  position: relative;
  width: 100%;
  padding: 2.5rem 0;
}

.subscribe-wrap .txt-wrap > div::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  background: #fff;
  content: '';
  z-index: 1;
}

.subscribe-wrap .txt-wrap > div p {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 1.8rem;
  color: #555;
  font-weight: 300;
}

.subscribe-wrap .txt-wrap > div p + p {
  margin-top: 0;
}

.subscribe-wrap .txt-underline {
  margin-bottom: 1.6rem;
  font-family: "GongGothic";
}

.subscribe-wrap .txt-underline span {
  display: block;
}

.subscribe-wrap .txt-underline strong {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.subscribe-wrap .txt-underline strong::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  content: '';
}

.subscribe-wrap .txt-underline .point-txt strong {
  color: #ff6640;
}

.subscribe-form p {
  margin-bottom: 8px;
}

.subscribe-form p, .subscribe-form input {
  width: 100%;
}

.subscribe-form input {
  height: 58px;
  line-height: 58px;
  padding: 0 3rem;
  background: #faefea;
  border-color: #faefea;
}

.subscribe-form .info {
  padding: 3rem;
  border: 1px solid #ddd;
  margin: 2rem 0 2.5rem;
}

.subscribe-form .info strong {
  display: block;
  margin-bottom: 1.4rem;
  color: #222;
  font-size: 1.7rem;
  font-weight: 600;
}

.subscribe-wrap .btn {
  margin: 3rem auto 0;
  display: block;
  height: 5.8rem;
  line-height: 5.8rem;
  width: 15rem;
  text-align: center;
  background: #333;
  color: #fff;
  font-weight: 300;
  border: 1px solid #333;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.subscribe-wrap .btn:hover, .subscribe-wrap .btn:focus {
  background: #fff;
  color: #333;
}

.subscribe-wrap input:hover, .subscribe-wrap input:focus {
  border-color: #f57454;
  background: #fff;
}

.subscribe-form .info .bul li {
  font-size: 1.6rem !important;
}

/* 공통 불릿 */
.bul > li {
  position: relative;
}

.bul > li::before {
  position: absolute;
  left: 0;
  content: '';
}

.bul.num > li {
  padding-left: .8rem;
  counter-increment: number;
}

.bul.num > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(number, decimal) ".";
}

.bul.bar > li, .bul.dash > li {
  padding-left: .9rem;
  font-size: 1.6rem;
}

.bul.bar > li::before, .bul.dash > li::before {
  top: 1.1rem;
  width: 4px;
  height: 1px;
  background: #555;
}

.bul.bar > li + li, .bul.dash > li + li {
  margin-top: .4rem;
}

.bul.dot > li {
  padding-left: 1.4rem;
  font-size: 1.8rem;
  color: #555;
  margin-top: 0;
  line-height: 1.6;
}

.bul.dot > li:first-child {
  margin-top: 0;
}

.bul.dot > li::before {
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  top: 1.2rem;
}

.word {
  word-break: keep-all;
}

/* 리뷰페이지 */
.info-form-wrap {
  padding: 5rem 0;
}

.info-form-wrap .tit_l {
  word-break: keep-all;
  padding: 0 1rem;
  line-height: 1.2;
}

.info-form-wrap .table-wrap {
  border-top: 2px solid #333;
}

.info-form-wrap .table-wrap th, .info-form-wrap .table-wrap td {
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.info-form-wrap .table-wrap th {
  font-family: "GongGothic";
  font-size: 2.1rem;
  color: #000;
  padding: 1rem;
}

.info-form-wrap .table-wrap th strong {
  display: block;
  position: relative;
}

.info-form-wrap .table-wrap th strong:before {
  display: block;
  width: 1.8rem;
  height: .4rem;
  background: #222;
  content: '';
  margin-bottom: 1.8rem;
}

.info-form-wrap .table-wrap input, .info-form-wrap .table-wrap select {
  border: 0;
  background: #fafafa;
  height: 4.5rem;
  height: 4.5rem;
  padding: 0 .5rem;
}

.info-form-wrap .table-wrap input.name {
  width: 100%;
}

.info-form-wrap .table-wrap .phone select, .info-form-wrap .table-wrap .phone input {
  width: 99px;
  margin: 0 3px;
}

.info-form-wrap .table-wrap tr > * {
  vertical-align: top;
}

.info-form-wrap .table-wrap tr:first-child > * {
  vertical-align: middle;
}

.info-form-wrap .table-wrap tr:first-child td {
  padding: 0;
}

.info-form-wrap .table-wrap tr td.txt-left > p {
  margin-bottom: 1rem;
}

.info-form-wrap .txt-area {
  margin: 1.5rem 0;
}

.info-form-wrap .txt-area textarea {
  width: 100%;
  height: 17rem;
  resize: none;
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 5px;
}

.info-form-wrap .bul.num li {
  word-break: keep-all;
}

.info-form-wrap .btn {
  height: 6.1rem;
  border: 1px solid #323947;
  line-height: 5.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 3rem;
  display: inline-block;
  min-width: 207px;
  padding: 0;
  background-color: #323947;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
  display: block;
  -webkit-box-shadow: 0px 10px 15px #00000029;
          box-shadow: 0px 10px 15px #00000029;
  border-radius: 30px;
  font-weight: 900;
}

.info-form-wrap .btn:hover, .info-form-wrap .btn:focus {
  background-color: transparent;
  color: #323947;
}

.review-lst {
  padding: 8rem 0 7.4rem;
  background: #fcf7f7;
}

.review-lst .lst li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.75rem 0;
}

.review-lst .lst li > * {
  display: inline-block;
  vertical-align: middle;
}

.review-lst .lst li .name {
  width: 15rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #cf4627;
}

.review-lst .lst li .desc {
  width: calc(100% - 15rem - 4px);
  padding-right: 2rem;
}

.review-lst .lst li .desc .txt {
  font-size: 1.7rem;
  font-weight: 500;
  color: #444;
}

.review-lst .lst li .desc .date {
  color: #444;
  opacity: .5;
}

.review-lst .lst li + li {
  margin-top: 1rem;
}

.review-lst .btn {
  margin: 1.3rem auto 1.6rem;
  display: block;
  width: 170px;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  background: #f57454;
  border: 1px solid #f57454;
  font-size: .9rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.review-lst .btn:hover, .review-lst .btn:focus {
  color: #f57454;
  background: #fff;
}

.review-lst .table-wrap {
  border: 1px solid #ddd;
  background: #fff;
  border-bottom: 0;
}

.review-lst .table-wrap td {
  border-bottom: 1px solid #ddd;
  padding: 1.1rem 0;
}

.review-lst .table-wrap .user-name .bul {
  min-width: 4rem;
  margin-left: 1.5rem;
}

.review-lst .table-wrap .user-name .bul::after {
  position: absolute;
  right: 0;
  top: .15rem;
  width: 1px;
  height: .85rem;
  background: #ddd;
  content: '';
}

.review-lst .table-wrap .txt {
  text-align: left;
  padding-left: .9rem;
  font-size: .9rem;
  font-weight: 300;
  color: #555;
  line-height: 1.6;
}

.review-lst .table-wrap .date {
  font-weight: 300;
  color: #999;
}

.paging {
  margin-top: 3rem;
  text-align: center;
}

.paging a {
  display: inline-block;
  line-height: 3.6rem;
  height: 4rem;
  color: #666;
  vertical-align: middle;
}

.paging a.first .xi-angle-left:before {
  margin-right: -5px;
}

.paging a.first .xi-angle-left:after {
  content: '\e93b';
  margin-left: -5px;
}

.paging a.last .xi-angle-right:before {
  margin-right: -5px;
}

.paging a.last .xi-angle-right:after {
  content: '\e93e';
  margin-left: -5px;
}

.paging span {
  padding: 0 1.6rem;
}

.paging span a {
  width: 4rem;
  border: 1px solid #dedede;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: middle;
  background: #fff;
  margin: 0 .4rem;
}

.paging span a:hover, .paging span a:focus, .paging span a.active {
  border-color: #ed6f00;
  background: #ed6f00;
  color: #fff;
}

.agree {
  margin: 3rem 0;
}

.agree:after {
  display: block;
  clear: both;
  content: '';
}

.agree p {
  float: left;
  font-size: 2rem;
  font-family: "GongGothic";
  font-weight: 100;
  color: #2e2e2e;
}

.agree .control {
  float: right;
}

.control {
  font-family: "GongGothic";
  font-weight: 100;
  font-size: 2rem;
  color: #444;
}

.control input[type="radio"], .control input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control input[type="radio"]:checked + label:after, .control input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.control label {
  position: relative;
  padding-left: 3.8rem;
  display: inline-block;
}

.control label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #707070;
}

.control label:after {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  opacity: 0;
  font-family: 'xeicon';
  content: '\e929';
  color: #ee2d3c;
  line-height: 1;
}

.review-lst + #share-wrap {
  background: #fcf7f7;
}

.with_wrap {
  background: #fff4ef;
  padding: 8.8rem 0 8rem;
}

.with_wrap .bx-wrapper {
  width: 128rem;
  max-width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - 2rem) !important;
  position: relative;
}

.with_wrap .bx-wrapper .item {
  width: 42rem !important;
  background: #fff;
  padding: 3rem 1.2rem 3rem 3rem;
  border-radius: 7px;
  overflow: hidden;
}

.with_wrap .bx-wrapper .item:before, .with_wrap .bx-wrapper .item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #f3e8e3;
  top: 0;
}

.with_wrap .bx-wrapper .item:before {
  right: 5px;
}

.with_wrap .bx-wrapper .item:after {
  right: 10px;
}

.with_wrap .bx-wrapper .item > * {
  display: inline-block;
  vertical-align: middle;
}

.with_wrap .bx-wrapper .item .img {
  width: 14.5rem;
  height: 14.5rem;
  overflow: hidden;
}

.with_wrap .bx-wrapper .item .desc {
  padding-left: 2.5rem;
  width: calc(100% - 14.8rem);
}

.with_wrap .bx-wrapper .item .month {
  font-size: 1.7rem;
  color: #ef6f52;
  display: block;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem;
}

.with_wrap .bx-wrapper .item .month:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #000;
  bottom: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  left: 0;
}

.with_wrap .bx-wrapper .item .tit {
  color: #000;
  font-size: 1.9rem;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 1.8rem;
  height: 9.2rem;
}

.with_wrap .bx-wrapper .item .tit span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.with_wrap .bx-wrapper .item em {
  display: block;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 700;
  opacity: .4;
}

.with_wrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -11rem;
  color: #fff;
  z-index: 61;
  display: block;
  width: 7rem;
  height: 7rem;
  text-align: center;
  line-height: 7rem;
  border-radius: 50%;
  background: #e5a68a;
  font-size: 2.3rem;
}

.with_wrap .bx-wrapper .bx-controls-direction a.disabled {
  background: #f8e8e1;
}

.with_wrap .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
}

.with_wrap .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  8% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  10% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  18% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  28% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  30% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  38% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  48% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  58% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  68% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  8% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  10% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  18% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  28% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  30% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  38% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  48% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  58% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  68% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.prize_wrap {
  margin: -1rem 0 2rem -2rem;
}

.prize_wrap:after {
  display: block;
  clear: both;
  content: '';
}

.prize_wrap .col-xs-12 {
  padding: 1rem 0 0 2rem;
}

.prize_wrap .box {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 13px 11px 17px rgba(0, 0, 0, 0.14);
          box-shadow: 13px 11px 17px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  height: 220px;
  font-family: "GongGothic";
}

.prize_wrap .box .tt {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "GongGothic";
  font-size: 23px;
  width: 50px;
  word-break: break-all;
  padding: 4rem 1rem;
  height: 100%;
  line-height: 1.5;
  border-radius: 0 10px 10px 0;
}

.prize_wrap .box .desc {
  padding: 6rem 7rem 4rem;
  padding-left: calc(50px + 1.5rem);
}

.prize_wrap .box .desc .it {
  display: block;
  color: #777;
  padding-bottom: 11px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.2rem;
}

.prize_wrap .box .desc .txt_wrap {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 2.3rem;
  color: #000;
  font-weight: 600;
}

.prize_wrap .box .desc .txt_wrap > * {
  display: block;
}

.prize_wrap .box .desc .txt_wrap span {
  font-size: 1.9rem;
  color: #ccc;
  margin-top: 1.3rem;
}

.prize_wrap .box .desc .txt_wrap strong {
  font-size: 3.9rem;
  line-height: 1;
  font-weight: 900;
}

.prize_wrap .box .num {
  position: absolute;
  left: 3rem;
  top: -1.5rem;
  background: #525461;
  color: #fff;
  padding: 1rem 0 .5rem;
  line-height: 1.3;
  width: 6.2rem;
}

.prize_wrap .box .num strong {
  display: block;
  font-size: 2rem;
}

.prize_wrap .box .num:before {
  position: absolute;
  border: 6.2rem solid transparent;
  border-top: 1.6rem solid #525461;
  content: '';
  top: 100%;
  left: 0;
  border-left: 0;
}

.prize_wrap .box .img {
  position: absolute;
  right: calc(50px + 2rem);
  top: 2rem;
}

.prize_wrap .box.box1 .tt {
  background: #EF6F52;
}

.prize_wrap .box.box2 .tt {
  background: #6BA9E1;
}

.prize_check {
  text-align: center;
  margin-top: 4rem;
}

.prize_check > button {
  background: #323947;
  border: 1px solid #323947;
  font-size: 2.2rem;
  border-radius: 31px;
  color: #fff;
  padding: 1.5rem 1.5rem;
  width: 35.8rem;
  max-width: 80%;
  text-align: center;
  margin: auto;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.prize_check > button:hover, .prize_check > button:focus {
  background: #fff;
  color: #323947;
}

.prize_check .winner_lst {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  width: 50rem;
  max-width: calc(100% - 2rem);
  background: #fbf5e9;
  padding: 0 8.8rem;
  height: 0;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: padding .2s;
  transition: padding .2s;
  z-index: 1;
}

.prize_check .winner_lst .title {
  text-align: center;
  font-family: "GongGothic";
  color: #000;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.prize_check .winner_lst .lst_wrap {
  max-height: calc(100% - 8rem);
}

.prize_check .winner_lst .lst_wrap .scroll {
  height: 100%;
  overflow-y: auto;
}

.prize_check .winner_lst .lst_wrap .lst:after {
  display: block;
  clear: both;
  content: '';
}

.prize_check .winner_lst .lst_wrap .lst .tit {
  font-size: 2.1rem;
  font-family: "GongGothic";
  color: #000;
  width: 15rem;
  text-align: left;
  font-weight: 600;
}

.prize_check .winner_lst .lst_wrap .lst > * {
  float: left;
}

.prize_check .winner_lst .lst_wrap .lst ul {
  width: calc(100% - 15rem);
  padding-left: 2rem;
  margin-top: -1rem;
}

.prize_check .winner_lst .lst_wrap .lst ul:after {
  display: block;
  clear: both;
  content: '';
}

.prize_check .winner_lst .lst_wrap .lst li {
  float: left;
  background: #fff;
  margin: 10px 0 0 10px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-weight: 300;
  border-radius: 30px;
}

.prize_check .winner_lst .lst_wrap .lst + .lst {
  margin-top: 3rem;
}

.prize_check .winner_lst .txt_center {
  margin-top: 8rem;
}

.prize_check .winner_lst .txt_center p {
  margin-top: 3px;
}

.prize_check .winner_lst .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}

.prize_check .winner_lst.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 4rem 8.8rem;
  height: auto !important;
  z-index: 65;
}

.event_info {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 4rem;
}

.event_info:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: url("http://www.kca.go.kr/webzinehttp://www.kca.go.kr/webzine/resources/images/webzine/sub/2202/event_bg.png") no-repeat center top;
  height: 25px;
  z-index: 0;
}

.event_info:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  height: 5px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  top: inherit;
  bottom: 3px;
  z-index: 0;
}

.event_info .inner {
  position: relative;
  padding: 6.9rem 0 10.5rem;
  background: #FCFCFD;
  text-align: center;
}

.event_info .inner:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  height: 5px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  top: inherit;
  bottom: 11px;
  z-index: 0;
}

.event_info .line_tit {
  position: relative;
  font-size: 3.9rem;
  color: #111;
  font-weight: 600;
  font-family: "GongGothic";
  margin-bottom: 1rem;
}

.event_info .line_tit span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 166, 108, 0.22)), to(rgba(254, 166, 108, 0.22)));
  background-image: linear-gradient(rgba(254, 166, 108, 0.22), rgba(254, 166, 108, 0.22));
  background-position: 0 100%;
  background-size: 100% 13px;
  background-repeat: no-repeat;
}

.event_info .date_wrap {
  margin: 3rem auto 5.5rem;
  background: #F3F3F3;
  text-align: center;
  width: 97rem;
  max-width: 90%;
  padding: 1.95rem 0;
}

.event_info .date_wrap p {
  display: inline-block;
  vertical-align: middle;
}

.event_info .date_wrap p > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.event_info .date_wrap p strong {
  font-family: "GongGothic";
  font-size: 2.1rem;
  color: #000;
  padding-right: 2rem;
}

.event_info .date_wrap p span {
  font-size: 1.9rem;
  color: #555;
}

.event_info .date_wrap p + p {
  margin-left: 3.7rem;
  padding-left: 3.7rem;
  position: relative;
}

.event_info .date_wrap p + p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2.2rem;
  background: #c8c87d;
  opacity: .38;
}

.event_info .prize_wrap {
  padding: 0 20rem;
}

.quiz_event .section1 {
  background: #FCF7EC;
}

.quiz_event .section1:before {
  background: #FCF7EC;
}

.quiz_event .round_bg {
  background: #fff;
}

.quiz_event .round_bg:before {
  background: #fff;
}

.quiz_event .quiz_area {
  overflow: hidden;
  border-radius: 0 7px 7px 0;
  position: relative;
}

.quiz_event .quiz_area:after {
  display: block;
  clear: both;
  content: '';
}

.quiz_event .quiz_area > * {
  display: block;
  width: 50%;
  position: relative;
  height: 600px;
}

.quiz_event .quiz_area .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: right;
}

.quiz_event .quiz_area .desc {
  background: #F7F8FA;
  position: relative;
  z-index: 0;
  padding: 6rem 7rem;
  float: left;
}

.quiz_event .quiz_area .desc .num {
  font-size: 1.7rem;
  font-weight: 900;
  color: #000;
  display: block;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
  margin-bottom: 2.8rem;
  font-family: "GongGothic";
}

.quiz_event .quiz_area .desc .tit {
  font-size: 2.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  word-break: keep-all;
  font-family: "GongGothic";
}

.quiz_event .quiz_area .desc .select_answer {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 16.7rem;
  width: calc(100% - 14rem);
}

.quiz_event .quiz_area .desc .select_answer:after {
  display: block;
  clear: both;
  content: '';
}

.quiz_event .quiz_area .desc .select_answer:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  border-left: 2px dashed #d5d7d8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quiz_event .quiz_area .desc .select_answer a {
  width: 17.5rem;
  height: 17.5rem;
  line-height: 17.5rem;
  text-align: center;
  background: #fff;
  border: 5px solid #525461;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-family: "GongGothic";
  font-size: 10rem;
  font-weight: 900;
  color: #EF6F52;
}

.quiz_event .quiz_area .desc .select_answer a img {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz_event .quiz_area .desc .select_answer a:after {
  position: absolute;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #EC7056;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.quiz_event .quiz_area .desc .select_answer a:hover:after, .quiz_event .quiz_area .desc .select_answer a:focus:after {
  opacity: .52;
}

.quiz_event .quiz_area .desc .select_answer a span:before, .quiz_event .quiz_area .desc .select_answer a span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #DFE0E2;
  border-radius: 50%;
  top: 1.5rem;
}

.quiz_event .quiz_area .desc .select_answer a span:before {
  left: 2rem;
}

.quiz_event .quiz_area .desc .select_answer a span:after {
  right: 2rem;
}

.quiz_event .quiz_area .desc .select_answer a em:before, .quiz_event .quiz_area .desc .select_answer a em:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #DFE0E2;
  border-radius: 50%;
  bottom: 1.5rem;
}

.quiz_event .quiz_area .desc .select_answer a em:before {
  left: 2rem;
}

.quiz_event .quiz_area .desc .select_answer a em:after {
  right: 2rem;
}

.quiz_event .quiz_area .desc .select_answer a:first-of-type {
  float: left;
}

.quiz_event .quiz_area .desc .select_answer a:last-of-type {
  float: right;
}

.quiz_event .quiz_area .desc .btn {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 14rem);
  bottom: 6rem;
  border-radius: 7px;
  border: 2px solid #d5d7d8;
  background: #fff;
  color: #444;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.quiz_event .quiz_area .desc .btn:hover, .quiz_event .quiz_area .desc .btn:focus {
  background: #ef6f52;
  border-color: #ef6f52;
  color: #fff;
}

.quiz_event .quiz_area .answer {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.quiz_event .quiz_area .answer .inner {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 7rem);
  color: #fff;
}

.quiz_event .quiz_area .answer .inner .tt {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "GongGothic";
  line-height: 1.3;
}

.quiz_event .quiz_area .answer .inner .txt {
  margin-top: 1.4rem;
  color: #fff;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.5;
}

.quiz_event .quiz_area .answer .inner .replay {
  display: block;
  width: 32rem;
  max-width: 70%;
  border: 2px solid rgba(255, 255, 255, 0.49);
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  margin: 3rem auto 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.quiz_event .quiz_area .answer .inner .replay:hover, .quiz_event .quiz_area .answer .inner .replay:focus {
  background: #fff;
  color: #6ba9e1;
}

.quiz_event .quiz_area .answer.correct {
  background: rgba(239, 111, 82, 0.9);
}

.quiz_event .quiz_area .answer.correct:before {
  width: 11rem;
  height: 10.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  content: '';
  background-image: url("http://www.kca.go.kr/webzinehttp://www.kca.go.kr/webzine/resources/images/webzine/sub/2202/correct.png");
  position: absolute;
  right: 5rem;
  top: 3rem;
}

.quiz_event .quiz_area .answer.correct .inner {
  bottom: 5rem;
}

.quiz_event .quiz_area .answer.wrong {
  background: rgba(107, 169, 225, 0.9);
}

.quiz_event .quiz_area .answer.wrong .inner {
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quiz_event .quiz_area .answer.wrong .inner:before {
  width: 11rem;
  height: 10.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  content: '';
  display: block;
  background-image: url("http://www.kca.go.kr/webzinehttp://www.kca.go.kr/webzine/resources/images/webzine/sub/2202/wrong.png");
  margin: 0 auto 3rem;
}

.quiz_event .quiz_area .answer.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 50%;
  height: 100%;
}

.quiz_event .quiz_area + .quiz_area {
  margin-top: 2.5rem;
}

.round_title {
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 3.5rem;
}

.round_title strong {
  position: relative;
  z-index: 1;
  font-family: "GongGothic";
  font-size: 1.9rem;
  padding: 2.2rem 0 1.5rem;
  display: block;
  font-weight: 400;
}

.round_title .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.round_title .bg:before, .round_title .bg:after, .round_title .bg em {
  position: absolute;
  content: '';
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: block;
  top: 0;
}

.round_title .bg:before {
  left: -5.5rem;
}

.round_title .bg:after {
  left: 5.5rem;
}

.tit_l {
  font-size: 5rem;
  font-family: "GongGothic";
  font-weight: 600;
  color: #111;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.3;
}

.tit_l br.none {
  display: none;
}

.tit_l br.bl {
  display: block;
}

.tit_m {
  font-size: 2.6rem;
  font-family: "GongGothic";
  color: #000;
  font-weight: 600;
}

.author_round {
  font-size: 1.7rem;
  font-family: "GongGothic";
  color: #555;
  text-align: center;
  margin: -2rem 0 6rem;
}

.author_round span {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 1rem 2rem;
  display: inline-block;
}

.author_round em {
  color: #d5d5d5;
}

.bubble_tt {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  padding: 1rem 2rem 0.8rem;
  color: #fff;
  margin: 5rem 0 2rem;
  font-family: "GongGothic";
  font-weight: 600;
  width: 100%;
}

.bubble_tt:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 15px solid;
  bottom: -12px;
}

.bubble_tt p {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 400;
  padding: .8rem 0;
}

.bubble_tt.ty2 {
  display: table;
  padding: 0 1.5rem 0 0;
}

.bubble_tt.ty2 span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 18px 18px 18px 0;
  font-size: 2.2rem;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
}

.bubble_tt.ty2 p {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0 1rem 2rem;
  width: calc(100% - 6rem);
  font-size: 2.6rem;
  font-weight: 400;
}

.img_2:after {
  display: block;
  clear: both;
  content: '';
}

.img_2 > div {
  float: left;
  display: block;
  width: calc(50% - 1.5rem);
  margin-left: 3rem;
  text-align: center;
}

.img_2 > div:first-child {
  margin: 0 !important;
}

.table th {
  color: #fff;
  font-weight: 500;
  padding: 1.5rem 1rem;
  line-height: 1.3;
  font-size: 2.1rem;
}

.table th + th {
  border-left: 1px solid #cfd4d6;
}

.table td {
  background: #fff;
  border-bottom: 1px solid #cfd4d6;
  border-left: 1px solid #cfd4d6;
  padding: 1.5rem;
  border-right: 1px solid #cfd4d6;
  font-size: 2rem;
}

.table td + td {
  border-left: 0;
}

.word {
  word-break: keep-all;
}

.tt_deco {
  text-align: center;
  margin-bottom: 4rem;
}

.tt_deco span {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 20rem;
}

.tt_deco span:before, .tt_deco span:after {
  position: absolute;
  content: '';
  width: 5rem;
  height: 1px;
  background: #BFC0C1;
  top: 1rem;
}

.tt_deco span:before {
  left: 0;
}

.tt_deco span:after {
  right: 0;
}

.tt_deco i {
  padding: 0 4.4rem;
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  color: #BFC0C1;
}

.book_deco {
  position: relative;
}

.book_deco:before, .book_deco:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #F7F8FA;
  top: 0;
}

.book_deco:before {
  right: 5px;
}

.book_deco:after {
  right: 10px;
}

.txt {
  font-size: 2.1rem;
  font-weight: 500;
  color: #222;
  line-height: 1.76;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.video iframe, .video video {
  position: absolute;
  top: 0;
  left: 0;
}

.video video {
  width: 100%;
}

.info_youtube {
  background: #f7f8fa;
  padding: 1.2rem 1.5rem 1.15rem;
  margin-top: 1rem;
}

.info_youtube:after {
  display: block;
  clear: both;
  content: '';
}

.info_youtube > * {
  float: left;
  line-height: 1.4;
}

.info_youtube i {
  font-size: 1.8rem;
  color: #eb6d64;
  margin-right: 5px;
  margin-top: -1px;
}

.info_youtube span {
  width: calc(100% - 24px);
  color: #333;
}

.info_wrap {
  background: #f8ece6;
  padding: 1.5rem 2rem;
}

.info_wrap .info:after {
  display: block;
  clear: both;
  content: '';
}

.info_wrap .info > * {
  float: left;
  line-height: 1.4;
  display: block;
}

.info_wrap .info i {
  margin-right: 5px;
  color: #eb6d64;
  font-size: 1.8rem;
  margin-top: -2px;
  width: 20px;
}

.info_wrap .info sup {
  width: 20px;
}

.info_wrap .info p {
  color: #333;
  font-weight: 400;
  width: calc(100% - 26px);
}

.info_wrap .info + .info {
  margin-top: 10px;
}

.info_wrap.bg {
  background: transparent !important;
  padding: 2rem 0;
}

.info_wrap.bg_none {
  background: transparent !important;
  padding: 0;
}

.txt_q:after, .txt_a:after {
  display: block;
  clear: both;
  content: '';
}

.txt_q strong, .txt_a strong {
  font-family: "GongGothic";
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  width: 4.1rem;
  height: 4.1rem;
  text-align: center;
  line-height: 4.1rem;
  border-radius: 13px;
  float: left;
}

.txt_q p, .txt_a p {
  float: left;
  width: calc(100% - 4.1rem);
  padding-left: 1.2rem;
}

.txt_q {
  margin-bottom: 2rem;
}

.txt_q p {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
}

.txt_a {
  padding-bottom: 4rem;
  border-bottom: 2px dashed #d2d2d2;
}

.txt_a p {
  font-size: 2.1rem;
  font-weight: 500;
  color: #222;
  line-height: 1.76;
}

.txt_a:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.txt_a + .txt_q {
  margin-top: 4.8rem;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

section {
  padding: 5rem 0 22.5rem;
}

section.round_bg {
  padding-top: 0;
}

section:last-child {
  padding-bottom: 9rem !important;
}

section.section1 {
  position: relative;
  padding: 8.5rem 0 22.5rem;
}

section.section1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10rem;
  top: -10rem;
  left: 0;
}

section.round_bg {
  position: relative;
}

section.round_bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 9rem;
  top: -9rem;
  left: 0;
  border-radius: 80px 80px 0 0;
}

.interviewer {
  padding: 5rem 0 6rem;
}

.interviewer .en {
  display: block;
  width: 100%;
  border-bottom: 3px solid #ef6f52;
  padding-bottom: .4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}

.interviewer .name {
  font-size: 1.8rem;
  color: #222;
  font-weight: 500;
}

.interviewer .name strong {
  font-size: 2.8rem;
  margin-right: 1rem;
}

.interviewer .desc {
  font-size: 1.7rem;
  color: #555;
  font-weight: 500;
  margin-top: .5rem;
}

.interviewer .info {
  background: #F7F8FA;
  padding: 2.6rem 3rem;
  margin-top: 2.5rem;
}

.interviewer .info p:after {
  display: block;
  clear: both;
  content: '';
}

.interviewer .info p em {
  float: left;
  width: 58px;
  font-weight: 500;
  color: #787878;
}

.interviewer .info p em + * {
  float: left;
  width: calc(100% - 58px);
  padding-left: 2.5rem;
  color: #3e3e3e;
  font-weight: 500;
}

.interviewer .info p a:hover, .interviewer .info p a:focus {
  text-decoration: underline;
}

.customer_wrap {
  padding: 7rem 13rem 6rem;
  border-radius: 13px;
}

.customer_wrap p:after {
  display: block;
  clear: both;
  content: '';
}

.customer_wrap p > * {
  float: left;
}

.customer_wrap p span {
  color: #000;
  width: calc(100% - 30px);
  padding-left: 2rem;
  line-height: 1.4;
}

.customer_wrap p i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #3f518b;
  color: #fff;
  border-radius: 7px;
  font-size: 1.5rem;
}

.customer_wrap p + p {
  margin-top: 1.3rem;
}

.customer_wrap .customer:after {
  display: block;
  clear: both;
  content: '';
}

.customer_wrap .customer > * {
  float: left;
}

.customer_wrap .customer .img {
  width: 147px;
}

.customer_wrap .customer .desc {
  width: calc(100% - 162px);
  margin-left: 15px;
  background: #fff;
  border-radius: 30px;
  min-height: 147px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: relative;
}

.customer_wrap .customer .desc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  left: -20px;
  top: 3rem;
}

.customer_wrap .customer .desc strong {
  display: block;
  font-family: "GongGothic";
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}

.customer_wrap .customer .desc p {
  font-size: 1.9rem;
  color: #444;
  line-height: 1.5;
}

.customer_wrap .customer.ty2 {
  margin-top: 3.5rem;
}

.customer_wrap .customer.ty2 > * {
  float: right;
}

.customer_wrap .customer.ty2 .desc {
  margin: 0 15px 0 0;
}

.customer_wrap .customer.ty2 .desc:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: inherit;
  right: -20px;
}

.customer_wrap .tit_m {
  padding: 4.5rem 0 2rem;
  border-bottom: 1px solid #e3e6e8;
  margin-bottom: 3rem;
}

.qna_wrap .bubble_tt {
  margin-bottom: 0;
}

.qna_wrap .desc {
  background: #fff;
  border-radius: 20px;
  padding: 4rem;
}

.qna_wrap .desc strong {
  display: block;
  font-size: 2.3rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 1rem;
}

.product_test .product_lst {
  margin: -3rem 0 0 -4.2rem;
}

.product_test .product_lst .col-xs-12 {
  padding: 3rem 0 0 4.2rem;
}

.product_test .product_lst .box {
  background: #fff;
  border-radius: 10px;
  height: 29rem;
  padding: 3.7rem 4rem 4.4rem;
}

.product_test .product_lst .box:after {
  display: block;
  clear: both;
  content: '';
}

.product_test .product_lst .box .img {
  float: right;
  width: 252px;
}

.product_test .product_lst .box .desc {
  float: left;
  width: calc(100% - 252px);
}

.product_test .product_lst .box .logo {
  display: block;
}

.product_test .product_lst .box .tit {
  font-family: "GongGothic";
  font-size: 2.6rem;
  font-weight: 600;
  color: #111;
  margin-bottom: .6rem;
}

.product_test .product_lst .box .row {
  font-size: 1.8rem;
  padding: 1rem 2rem;
}

.product_test .product_lst .box .row span {
  float: left;
  color: #555;
}

.product_test .product_lst .box .row p {
  float: right;
  color: #222;
  font-weight: 500;
  text-align: right;
}

.product_test .product_lst .box .row + .row {
  margin-top: 8px;
}

.product_test .guide {
  border-top: 3px solid #444;
  border-bottom: 3px solid #444;
}

.product_test .guide .row > * {
  float: left;
  padding: 4rem 0;
}

.product_test .guide .row .tit {
  width: 19rem;
  margin-right: 3rem;
  border-top: 3px solid #444;
  font-family: "GongGothic";
  color: #222;
  font-weight: 600;
  font-size: 2.5rem;
}

.product_test .guide .row .desc {
  width: calc(100% - 22rem);
  border-top: 3px solid #E3E6E8;
}

.product_test .guide .row .desc > p:after {
  display: block;
  clear: both;
  content: '';
}

.product_test .guide .row .desc > p > * {
  float: left;
}

.product_test .guide .row .desc > p i {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 7px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.4rem;
  background: #F06F6F;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.product_test .guide .row .desc > p span {
  width: calc(100% - 3.4rem);
  padding-left: 1rem;
  line-height: 1.5;
  font-size: 2.2rem;
  color: #222;
  font-weight: 500;
}

.product_test .guide .row .desc > p + p {
  margin-top: .8rem;
}

.product_test .guide .row .bul.dot > li {
  font-size: 2rem;
}

.product_test .guide .row:first-of-type > * {
  border-top: 0 !important;
}

.large_tip .round_title {
  margin-bottom: 2rem;
}

.tip_guide {
  background: #FFF;
  border: 3px solid #444;
  border-radius: 20px;
  padding: 0 6.7rem 4rem;
}

.tip_guide .tit {
  font-size: 3.1rem;
  color: #111;
  font-family: "GongGothic";
  display: block;
  text-align: center;
  padding: 3.5rem 0 2.2rem;
  border-bottom: 2px solid #e3e6e8;
  margin-bottom: 4rem;
}

.tip_guide .check_txt:after {
  display: block;
  clear: both;
  content: '';
}

.tip_guide .check_txt > * {
  float: left;
}

.tip_guide .check_txt i {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 7px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.4rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.tip_guide .check_txt p {
  width: calc(100% - 3.4rem);
  padding-left: 1rem;
}

.tip_guide .check_txt p strong {
  display: block;
  color: #222;
  font-size: 2.2rem;
  font-weight: 500;
}

.tip_guide .check_txt p span {
  color: #767676;
  display: block;
}

.case_wrap {
  background: #FFF;
  border: 1px solid #AAA;
  padding: 5rem 0;
}

.case_wrap:after {
  display: block;
  clear: both;
  content: '';
}

.case_wrap .box {
  float: left;
  width: 50%;
  padding: 0 5rem;
}

.case_wrap .box .tt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.case_wrap .box .tt:after {
  display: block;
  clear: both;
  content: '';
}

.case_wrap .box .tt > * {
  float: left;
}

.case_wrap .box .tt span {
  padding-right: 13px;
  margin-right: 12px;
  border-right: 1px solid #dcc9ad;
  width: 100px;
}

.case_wrap .box .tt strong {
  color: #222;
  width: calc(100% - 112px);
}

.case_wrap .box + .box {
  border-left: 2px dashed #dcdcdc;
}

.sns_box {
  position: fixed;
  right: 9rem;
  bottom: 9rem;
  width: 6.7rem;
  height: 6.7rem;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: #fff;
  color: #323947;
}

.sns_box.active {
  bottom: 14.4rem;
  opacity: 1;
}

.sns_box.on {
  width: 30rem;
}

.sns_box > a {
  display: block;
  height: 6.7rem;
  line-height: 6.7rem;
  float: right;
  text-align: center;
  font-size: 2.4rem;
  margin-right: 3rem;
}

.sns_box > a.share {
  width: 6.7rem;
  height: 6.7rem;
  line-height: 6.7rem;
  margin: 0;
  background: #323947;
  color: #dbdbdb;
}

.sns_box > a.blog > img {
  position: relative;
  top: -.25rem;
}

.sns_box > a.fb {
  font-size: 2.2rem;
}

.sns_box > a.kakao i {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 1500px) {
  #sub-visual {
    width: calc(100% - 4rem);
  }
  .cont_title_wrap {
    width: calc(100% - 14rem);
  }
}

@media (max-width: 1280px) {
  .sns_box.active {
    right: 1rem;
    bottom: 8rem;
  }
}

@media (max-width: 1200px) {
  .event_info .prize_wrap {
    padding: 0 10rem;
  }
  .info-form-wrap .table-wrap colgroup {
    display: none;
  }
  .info-form-wrap .table-wrap table, .info-form-wrap .table-wrap tbody, .info-form-wrap .table-wrap tr, .info-form-wrap .table-wrap th, .info-form-wrap .table-wrap td {
    display: block;
    width: 100%;
  }
  .info-form-wrap .table-wrap th {
    padding: .5rem;
  }
  .info-form-wrap .table-wrap th br {
    display: none;
  }
  .info-form-wrap .table-wrap th strong:before {
    display: none;
  }
  .info-form-wrap .table-wrap td {
    padding: .5rem !important;
  }
}

@media (max-width: 1100px) {
  .tit_l br.none {
    display: block;
  }
  .tit_l br.bl {
    display: none;
  }
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 1100px;
  }
  .quiz_event .quiz_area > * {
    float: none;
    width: 100%;
  }
  .quiz_event .quiz_area .img {
    height: calc(100vw - 8rem);
  }
  .quiz_event .quiz_area .desc {
    height: auto;
  }
  .quiz_event .quiz_area .desc .select_answer {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 410px;
    margin: 1.5rem auto 0;
  }
  .quiz_event .quiz_area .desc .btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 2rem;
    width: 100%;
    display: block;
  }
  .quiz_event .quiz_area .answer {
    top: inherit;
    bottom: 0;
  }
  .quiz_event .quiz_area .answer.active {
    width: 100%;
    height: calc(100vw - 8rem);
  }
  .img_scroll {
    overflow-x: scroll;
  }
  .img_scroll img {
    width: 1000px;
    max-width: inherit;
  }
}

@media (max-width: 1024px) {
  #sub-visual {
    height: 0;
    padding-bottom: 56.25%;
  }
  .cont_title_wrap {
    top: 15%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .case_wrap {
    padding: 0 3rem;
  }
  .case_wrap .box {
    float: none;
    width: 100%;
    padding: 3rem 0;
  }
  .case_wrap .box + .box {
    border-top: 2px dashed #dcdcdc;
    border-left: 0;
  }
  .prize_check .winner_lst.active {
    width: 80vw;
  }
  .special_event .section1 .info_txt {
    margin: 5rem 22rem 0;
  }
  .table-wrap.list colgroup, .table-wrap.list thead {
    display: none;
  }
  .table-wrap.list tr {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
  }
  .table-wrap.list td {
    padding: 0 !important;
    display: block;
    border: 0 !important;
    text-align: left !important;
  }
  .table-wrap.list td a {
    margin: .5rem 0;
  }
  .table-wrap.list .category {
    position: absolute;
    left: 4rem;
    top: 1rem;
  }
  .table-wrap.list td.title a {
    width: 100%;
  }
  .subscribe-wrap .txt-wrap > div p {
    word-break: keep-all;
  }
  .product_test .guide .row > * {
    padding: 1rem 0;
    float: none;
    display: block;
  }
  .product_test .guide .row .tit {
    width: 100%;
  }
  .product_test .guide .row .desc {
    width: 100%;
    border-top: 3px solid #E3E6E8 !important;
    padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .event_info .prize_wrap .col-xs-12 + .col-xs-12 {
    margin-top: 3rem;
  }
}

@media (max-width: 840px) {
  .tit_l {
    word-break: keep-all;
    line-height: 1.3;
  }
  .img_2 > div {
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
  .special_event .section1 .info_txt {
    margin: 5rem 10rem 0;
  }
  .customer_wrap {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .img_scroll {
    overflow-x: scroll;
  }
  .img_scroll img {
    width: 950px;
    max-width: inherit;
  }
  .cont_title_wrap .tit {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .tit_l, .tit_m {
    word-break: keep-all;
  }
  .event_info .prize_wrap .box {
    height: auto;
  }
  .event_info .prize_wrap .box .tt {
    padding: 2.8rem 1rem;
  }
  .tip_guide {
    padding: 0 3rem 4rem;
  }
  .tip_guide .tit {
    word-break: keep-all;
    line-height: 1.3;
  }
  .special_event .result_wrap#success .img img {
    left: 0;
  }
  .special_event .result_wrap#fail .img img {
    left: 0;
  }
}

@media (max-width: 700px) {
  .special_event .section1 .info_txt {
    margin: 5rem 5rem 0;
  }
}

@media (max-width: 640px) {
  section {
    padding-bottom: 11.5rem !important;
  }
  section.round_bg:before {
    height: 5rem;
    top: -5rem;
  }
  .info-form-wrap .table-wrap .phone select, .info-form-wrap .table-wrap .phone input {
    width: 75px;
  }
  #sub-visual {
    width: 100%;
  }
  .event_info .date_wrap {
    padding: 2rem 2.5rem;
  }
  .event_info .date_wrap p {
    display: block;
    text-align: left;
  }
  .event_info .date_wrap p + p {
    margin: 1rem 0 0;
    padding: 0;
  }
  .event_info .date_wrap p + p:before {
    display: none;
  }
  .special_event .section1 .date_info {
    padding: 2rem 2.5rem;
    width: 100%;
  }
  .special_event .section1 .date_info p {
    display: block;
    text-align: left;
    padding: 0;
  }
  .special_event .section1 .date_info p:before {
    display: none;
  }
  .special_event .section1 .date_info p + p {
    margin: 1rem 0 0;
  }
}

@media (max-width: 600px) {
  .cont_title_wrap {
    top: 120px;
    width: calc(100% - 8rem);
  }
  .tit_l {
    font-size: 3.5rem;
  }
  .event_info .txt {
    word-break: keep-all;
    padding: 0 5%;
  }
  .event_info .txt br {
    display: none;
  }
  .event_info .prize_wrap {
    padding: 0 5rem;
  }
  .quiz_event .quiz_area {
    position: relative;
  }
  .quiz_event .quiz_area .desc {
    padding: 1.5rem;
  }
  .quiz_event .quiz_area .desc .select_answer {
    width: 100%;
  }
  .quiz_event .quiz_area .desc .answer .inner {
    width: calc(100% - 2rem);
  }
  .case_wrap {
    padding: 0 3rem;
  }
  .case_wrap .box .tt > * {
    float: none;
    display: block;
  }
  .case_wrap .box .tt span {
    padding: 0;
    margin: 0 0 1rem;
    border: 0;
    width: 100% !important;
  }
  .case_wrap .box .tt strong {
    width: 100%;
  }
  .prize_check .winner_lst {
    padding: 0 4rem;
  }
  .prize_check .winner_lst .lst_wrap {
    height: 60%;
    overflow-y: scroll;
    padding-bottom: 3rem;
  }
  .prize_check .winner_lst .txt_center {
    margin-top: 0;
  }
  .prize_check .winner_lst.active {
    width: 95vw;
    height: 60vh !important;
    padding: 4rem;
  }
  .special_event .section1 .txt.txt_center {
    word-break: keep-all;
  }
  .special_event .section1 .txt.txt_center br {
    display: none;
  }
  .special_event .section1 .info_txt {
    margin: 5rem 1rem 0;
  }
  .special_event .result_wrap .inner .img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    margin-top: 5rem;
  }
  .special_event .result_wrap .inner .img img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: inherit !important;
    top: inherit !important;
    width: 100%;
  }
  .special_event .result_wrap .inner .desc {
    width: 100%;
    display: block;
  }
  .special_event .result_wrap .inner .desc strong {
    display: block;
    border: 0;
    border-left: 3px solid #ef6f52;
    border-right: 3px solid #ef6f52;
    padding: 0;
    width: 100%;
  }
  .special_event .result_wrap .inner .desc strong br {
    display: none;
  }
  .special_event .result_wrap .inner .desc p {
    width: 100%;
    padding: 1rem 0 0;
    display: block;
  }
  .customer_wrap {
    padding: 1.5rem;
  }
  .customer_wrap .customer:after {
    display: block;
    clear: both;
    content: '';
  }
  .customer_wrap .customer > * {
    float: left;
  }
  .customer_wrap .customer .img {
    width: 147px;
  }
  .customer_wrap .customer .desc {
    width: 100%;
    margin: 15px 0 0 0 !important;
  }
  .customer_wrap .customer .desc:before {
    top: -20px;
    left: 4rem;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .customer_wrap .customer.ty2 {
    margin-top: 1.75rem;
  }
  .customer_wrap .customer.ty2 .desc {
    margin: 15px 0 0;
  }
  .customer_wrap .customer.ty2 .desc:before {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    left: inherit;
    right: 1.5rem;
  }
}

@media (max-width: 500px) {
  .last-issue .search-wrap input[type="text"] {
    width: 70%;
    padding: 0 .5rem;
  }
  .tab a {
    width: 45%;
  }
  .subscribe-form .info {
    padding: 1rem;
  }
  .info_youtube {
    padding: 1rem .5rem;
  }
  .with_wrap .tit_l {
    padding: 0 6rem;
  }
  .with_wrap .bx-wrapper .bx-controls-direction a {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    top: -9rem;
  }
  .cont_title_wrap {
    top: 100px;
    width: calc(100% - 4rem);
  }
  .cont_title_wrap .category {
    font-size: 1.8rem;
  }
  .cont_title_wrap .tit {
    font-size: 3rem;
  }
  .event_info .prize_wrap {
    padding: 0 5%;
  }
  .prize_check .winner_lst .title {
    word-break: keep-all;
  }
  .prize_check .winner_lst .lst_wrap .lst > * {
    float: none !important;
  }
  .prize_check .winner_lst .lst_wrap .lst ul {
    width: 100%;
    padding-left: 0;
    margin-left: -10px;
  }
  .quiz_event .quiz_area .desc .select_answer a {
    width: 30vw;
    height: 30vw;
    line-height: 30vw;
    font-size: 8rem;
  }
  .quiz_event .quiz_area .answer.correct:before {
    right: 1rem;
    top: 2rem;
    width: 10rem;
    height: 9.6rem;
  }
  .quiz_event .quiz_area .answer.correct .inner {
    bottom: 2rem;
  }
  .special_event .ribbon p {
    top: 1.1rem;
  }
  .special_event .img_tit {
    width: 80%;
    margin: auto;
  }
  .special_event .section1 .prize_info .img {
    width: 9rem;
    position: absolute;
    right: 7rem;
    top: 3rem;
    width: 6.5remv;
  }
  .special_event .section1 .prize_info:before {
    width: 113%;
    height: 107%;
  }
  .special_event .section1 .img_tit span img:first-child {
    width: 120px;
  }
  .special_event .section2 .ribbon {
    margin: 0 2.5rem 2.2rem;
  }
  .special_event .section2 .img_tit span img {
    width: 90px;
  }
}

@media (max-width: 400px) {
  .special_event .section1 .prize_info {
    padding: 6rem 3rem;
  }
  .special_event .section1 .img_tit span img {
    width: 50%;
  }
  .special_event .section2 .cookie_btn {
    width: 90vw;
    height: 90vw;
  }
  .special_event .section2 .cookie_btn .img {
    width: 90vw !important;
    height: auto;
  }
  .prize_check .winner_lst {
    padding: 0 2rem;
  }
  .prize_check .winner_lst .lst_wrap {
    height: 60%;
    overflow-y: scroll;
    padding-bottom: 3rem;
  }
  .prize_check .winner_lst .txt_center {
    margin-top: 0;
  }
  .prize_check .winner_lst.active {
    width: 95vw;
    height: 60vh !important;
    padding: 4rem 2rem;
  }
}

/* 높이 */
@media (max-height: 820px) {
  .prize_check .winner_lst {
    padding: 0 3rem;
  }
  .prize_check .winner_lst .txt_center {
    margin-top: 2rem;
  }
  .prize_check .winner_lst .lst_wrap {
    max-height: calc(100% - 13rem);
    overflow-y: scroll;
  }
  .prize_check .winner_lst.active {
    height: 60vh !important;
    padding: 4rem 3rem;
  }
}
