@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);

/*------- ------- ------- -------   
    2차 얼리버드 오픈용 
    - 블라인드 티켓 스타일 베이스
------- -------- ------- -------*/
/* head 얼리버드티켓 강조 */
.bt_ticket {
  position: relative;
  width: 15%;
  margin-left: 1%;
}

.point {
  position: absolute;
  top: 10px;
  left: -75%;
  font-size: 17px;
  color: #fff;
  width: 100%;
}

.point i {
  vertical-align: middle;
  position: absolute;
  /* opacity: 0; */
  animation: ani2 0.7s infinite 1.5s;
}

.header.fix .point,
.header.fix .point:before,
.header.fix .point:after {
  color: #ff0000;
}

@-ms-keyframes ani2 {
  to {
    -ms-transform: translateX(20px);
    opacity: 1;
  }

  from {
    -ms-transform: translateX(0);
    opacity: 1;
    -ms-transition: all 0.3s;
  }
}

@keyframes ani2 {
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* //head 얼리버드티켓 강조 */

/* 메인 :: pdf다운 */
.btn-down {
  background: url(../images/btn-border.png) no-repeat;
  background-position: center 0;
  text-align: center;
  /* margin-top: 30px; */
  margin-top: 2%;
  /* display: none; */
}

.btn-down a {
  display: inline-block;
  padding: 13px 8%;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

/* 심사배너 */
.banner-wrap {
  position: relative;
  margin-top: 9%;
  /* position: absolute; */
  /* bottom: -18%;left: 0;right: 0; */
  z-index: 50;
  padding: 2% 0;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.4);

  -webkit-background: linear-gradient(
    110deg,
    rgba(223, 46, 58, 1) 18em,
    rgba(112, 30, 139, 1) 82em
  );
  -moz-background: linear-gradient(
    110deg,
    rgba(223, 46, 58, 1) 18em,
    rgba(112, 30, 139, 1) 82em
  );
  background: linear-gradient(
    110deg,
    rgba(223, 46, 58, 1) 18em,
    rgba(112, 30, 139, 1) 82em
  );
}

.banner-bg-border {
  position: absolute;
  top: 8%;
  background: #fff;
  width: 100%;
  height: 82%;
  z-index: -1;
}

.banner-bg-border::before,
.banner-bg-border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 4px;
}

.banner-bg-border::before {
  top: -7px;
}

.banner-bg-border:after {
  bottom: -7px;
}

.banner-con {
  display: flex;
}

.banner-left {
  width: 74%;
}

.banner-right {
  width: 24%;
  position: relative;
}

.icon-bg {
  width: 2%;
  position: relative;
}

.icon-bg:after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -190%;
  width: 120px;
  height: 70px;
  background: url(../images/icon-04.png) no-repeat;
  background-size: auto 100%;
  z-index: 1;
}

.banner-left .con-title {
  text-align: left;
}

.banner-left .con-title .con-title-txt {
  font-size: 37px;
  /* font-weight: 600; */
}

.banner-left p {
  color: #111;
}

.banner-left p strong,
.banner-left p span {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.banner-left p span:nth-child(2) {
  margin-right: 3.5%;
}

/* .banner-right .icon-bg{
    position: absolute;
    bottom: -31%;
    left: -26%;
    width: 120px;height: 70px;
    background: url(../images/icon-04.png) no-repeat;
    background-size:auto 100%;
    z-index:1;
} */
.banner-right .box-button a {
  padding: 10% 25%;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}

/* .sc_arr{bottom: 16%;} */

/* week list :: 세부일정 추가 */
.contents-box-bottom .box-list:first-child:before {
  display: none;
}

.box-sub {
  position: relative;
  border: 1px solid #6f1e8c;
  /* border-left: 1px solid #6f1e8c;
    border-bottom: 1px solid #6f1e8c;
    border-right: 1px solid #6f1e8c; */
  padding: 0 5%;
}

.box-sub:after {
  content: "p r e\Amax";
  /* [ \A , white-space:pre; ] 가상선택자에서 줄바꾸는 효과 */
  white-space: pre;
  font-size: 35px;
  font-family: "Monoton", cursive;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #d6d6d6;
  position: absolute;
  left: 3%;
  top: 24%;
  width: 17%;
  height: auto;
}

.box-sub .box-sub-list {
  width: 82%;
  margin-left: 18%;
  line-height: 2;
  border-bottom: 1px solid #6f1e8c;
}

.box-sub .box-sub-list:last-child {
  border: 0;
}

.box-sub .box-time-text:first-child {
  width: 44%;
}

.box-sub .box-time-text:first-child span {
  font-size: 22px;
  font-weight: 600;
  margin-right: 16%;
}

/* //week list :: 세부일정 추가 */

/* page :: session  */
.bottomBox.box-session:before {
  content: "session";
}

.gr-right .box-border1 {
  width: 100%;
  top: 0;
  background: url(../images/main-bg-br.png) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  opacity: 0.6;
  left: -2%;
}

.gr-right .box-border2 {
  width: 102%;
  height: 106%;
  top: -3%;
  right: -2%;
}

.art-foot-con {
  padding: 3%;
  position: relative;
}

.box-con1 {
  width: 70%;
}

.box-con2 {
  position: absolute;
  top: 22%;
  right: -4.5%;
}

.box-con2 small {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  width: 76%;
  font-weight: 400;
  color: #000;
  letter-spacing: -1px;
}

.box-con2 span {
  display: block;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  width: 76%;
  font-weight: 900;
  margin-top: -5px;
  letter-spacing: -2px;
}

.box-con2 > div img {
  width: 80%;
  margin-top: -10px;
}

.art-foot-con .box-list {
  line-height: 2;
  margin-bottom: 0;
}

.art-foot-con .box-list::before {
  background: #e0545f;
  width: 93%;
  left: 7%;
  top: auto;
  bottom: 0;
}

.art-foot-con .box-list-num {
  font-size: 25px;
  color: #111;
  display: inline-block;
  width: 7%;
  vertical-align: middle;
}

.txt-alert {
  width: 87%;
  text-align: left;
  margin-left: 6%;
  margin-top: 25px;
}

/* //page :: session  */

/* page :: award  */
.text-slogan {
  color: #f5f5f5;
}

.text-slogan small {
  font-size: 27px;
  font-weight: 700;
}

.text-slogan .con-title-txt {
  display: block;
  font-size: 75px;
  font-family: "Monoton", cursive;
  text-transform: uppercase;
  font-weight: 400;
}

.text-slogan + p {
  text-align: center;
  margin-top: 10px;
  color: #f5f5f5;
  font-size: 18px;
}

/* 심사젍차 */
.section-award article {
  position: relative;
}

.bg-box-twinkle {
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.bg-box-twinkle1 {
  background: url(../images/icon-05.png) no-repeat;
  background-size: 100%;
  top: -150px;
  left: 0;
  width: 160px;
  height: 160px;
}

.bg-box-twinkle2 {
  background: url(../images/icon-06.png) no-repeat;
  background-size: 100%;
  top: 4%;
  right: 5%;
  width: 85px;
  height: 85px;
}

.bg-box-twinkle1.ani {
  animation: twinkle 0.8s ease-in-out 0.2s;
  opacity: 1;
}

.bg-box-twinkle2.ani {
  animation: twinkle 0.8s ease-in-out 0.4s;
  opacity: 1;
}

@keyframes twinkle {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    -webkit-transform: translateY(0) scale(1.5);
    transform: translateY(0) scale(1.5);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes twinkle {
  0% {
    -ms-transform: translateY(100%);
  }

  50% {
    -ms-transform: translateY(0) scale(1.5);
  }

  60% {
    -ms-transform: scale(0.9);
  }

  70% {
    -ms-transform: scale(1);
  }

  80% {
    -ms-transform: scale(1.2);
  }

  90% {
    -ms-transform: scale(1);
  }
}

.art-con {
  margin-top: 5%;
  position: relative;
}

.section-award .art-con::before {
  content: "";
  position: absolute;
  top: -85px;
  right: -10px;
  width: 200px;
  height: 120px;
  background: url(../images/icon-04.png) no-repeat;
  background-size: auto 100%;
  background-position: 100%;
}

.art-tit {
  color: #f5f5f5;
  font-size: 22px;
}

.box-card .box-list {
  background: #fff;
  box-shadow: 0 0 0.02em red;
  border-radius: 2px;
  padding: 2%;
  height: 70px;
  color: #333;
  margin-bottom: 3%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-card .box-list::before {
  height: 80%;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 30%;
  margin: auto 0;
  background: #ff1e1e;
}

.box-card .box-list i {
  position: absolute;
  bottom: -39px;
  left: 50%;
  font-size: 3rem;
  color: #fff;
  opacity: 0.7;
}

/* .box-card .box-list:not(:last-child):after{
    content: 'keyboard_arrow_down';
    font-family:'Material icons' ;
    position: absolute;
    bottom: -38px;left: 0;right: 0;
    margin: auto;
    width: 45px;
    height: 60px;
    font-size: 3rem;
    color: #fff;
    opacity: .7;
} */

.box-card-icon {
  width: 30%;
  text-align: center;
}

.box-card-icon img {
  vertical-align: middle;
}

.box-card-icon em {
  font-weight: 900;
  width: 40%;
  display: inline-block;
}

.box-card-text {
  padding-left: 4%;
}

.list-dot li {
  list-style-type: disc;
}

/* 심사기준 */
.art-foot {
  margin-top: 7%;
}

.art-foot .art-tit small {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.box-table {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.table-head {
  display: table-header-group;
  background-color: #fff;
  border-radius: 100px;
}

.table-head span {
  display: table-cell;
  text-align: center;
  padding: 7px 0;
  font-weight: 900;
  color: #db2c37;
  border: 0;
  box-sizing: border-box;
}

.table-head span:nth-child(1) {
  border-radius: 100px 0 0 100px;
}

.table-head span:nth-child(3) {
  border-radius: 0 100px 100px 0;
}

.table-group {
  display: table-row-group;
}

.table-group-list {
  display: table-row;
  line-height: 2.5;
}

.table-group-list span {
  display: table-cell;
  text-align: center;
  color: #f5f5f5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.table-group-list span br.m {
  display: none;
}

.table-group-list span:nth-child(1) {
  vertical-align: middle;
}

.table-group-list span:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.wid-20 {
  width: 20%;
}

.wid-60 {
  width: 60%;
}

/* //page :: award  */

.contents-box-footer {
  padding-top: 12%;
}

.btn-by::before,
.btn-by::after {
  position: absolute;
  z-index: 10;
}

.btn-by::before {
  content: "";
  top: -2em;
  left: -3.5em;
  width: 115px;
  height: 115px;
  background: url(../images/icon-03.png) no-repeat;
  background-size: 100%;
}

.btn-by::after {
  content: "Early\A Bird";
  /* [ \A , white-space:pre; ] 가상선택자에서 줄바꾸는 효과 */
  white-space: pre;
  font-size: 25px;
  line-height: 1.2;
  height: auto;
  top: -0.3em;
  left: -1.3em;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

/*--- main visual fixed  ------------- */
.visual {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: -1; */
}

.sc_arr {
  bottom: -20%;
}

.section:not(.visual) {
  background-color: #fff;
}

.banner-wrap {
  margin-top: 99vh;
}

.contents-box-info {
  position: relative;
  z-index: 5;
}

/*------- ------- ------- -------   
    3차 레귤러
    - 페이스북, 모비데이즈, 지난행사 보기 추가
------- -------- ------- -------*/
.contents-box-btn {
  margin: 5% auto 0;
  text-align: center;
}

.contents-box-btn a {
  display: inline-block;
  width: 25%;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mobidays::before {
  content: "";
  background: url(../images/logo-mobidays-w.png) no-repeat center;
  background-size: 50%;
}

.btn-by::before,
.btn-by::after {
  display: none !important;
}

/*------- ------- ------- -------   
    5차 
    - 헤더 띠배너 / sponsor / session
------- -------- ------- -------*/
/* header::top - banner */
.line-banner {
  background: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 7px 0;
}

.line-banner span {
  font-size: 1.2em;
  color: #fff;
  word-break: keep-all;
  display: inline-block;
}

/* sponsor */
.sponsor-wrap {
  position: relative;
  z-index: 50;
  width: 100%;
  text-align: center;
  background: #fff url(../images/line.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 center;
}

.sponsor-wrap img {
  width: 100%;
  /* transform: translate(-13.5%); */
}

.sponsor-wrap ul {
  display: flex;
  width: 62%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 2% 0 3%;
  align-items: center;
  justify-content: space-between;
}

.sponsor-wrap ul li {
  width: 16%;
  margin-bottom: 2%;
  padding: 0 2%;
}

.sponsor-wrap ul li:nth-child(1) {
  padding-left: 1%;
}

.sponsor-wrap ul li:nth-child(5) {
  padding-right: 1%;
}

.sponsor-wrap ul li:nth-child(n + 6) {
  margin-bottom: 0;
  width: 15%;
  padding: 0 1%;
}

.sponsor-wrap ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.sponsor-wrap ul li a img {
  width: 100%;
}

.sponsor-wrap ul li:nth-last-child(2) {
  width: 7%;
}

/* session */
.section-info article {
  padding: 9% 0 2%;
}

.section-session h3 img,
.section-session .box-session {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.section-session .box-session img {
  width: 100%;
}

.section-session .box-session2 {
  padding-bottom: 150px;
}

.float-btn {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10%;
  height: 60px;
  margin: auto;
  display: none;
}

.btn-day {
  font-size: 24px;
  display: block;
  width: auto;
  height: 30px;
  text-transform: capitalize;
  position: relative;
  line-height: 1.4;
}

.btn-day:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 7px;
  background: #ddd;
}

.btn-day.active {
  color: #701e8b;
  font-weight: bold;
}

.btn-day.active:after {
  background: #701e8b;
}

/*------- ------- ------- -------   
    fin[ coming ]
    - award 수상자들 / 갤러리 /coming
------- -------- ------- -------*/
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  flex-direction: column;

  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/************
    header 
************/
.head > nav {
  width: auto;
  margin-left: auto;
}

.gnb {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gnb > li {
  padding: 1% 6%;
}

.link_selBox {
  position: relative;
}

.link_selTit {
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  padding-right: 40px;
  color: #fff;
  cursor: pointer;
}

.link_selOption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  display: none;
}

.link_selOption li {
  padding: 2%;
  line-height: 2;
  cursor: pointer;
}

.link_selOption li:hover,
.link_selOption li:active,
.link_selOption li:focus,
.link_selTit:hover {
  color: #ff0606;
  text-decoration: underline;
}

.link_selTit:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 5px;
  width: 20px;
  height: 9px;
  transform: rotate(0deg);
  transition: 0.2s;
  background: url(../images/icon.png) no-repeat 0 0;
}

.link_selTit.on:after {
  transform: rotate(180deg);
}

header.fix .link_selTit {
  color: #111;
  border-color: #111;
}

header.fix .link_selTit:after {
  background-position: 100% 0;
}

/************
    visual::감사 종료인사
************/
.visual article {
  position: relative;
  /* margin-top: 2vh; */
}

.main-textBox,
.main-buttons {
  width: 80%;
  text-align: center;
}

.main-buttons {
  margin-top: 2%;
}

.main-buttons .btn_w {
  padding: 1% 3%;
  vertical-align: middle;
}

.main-textBox {
  background: rgba(255, 255, 255, 0.8);
  padding: 6% 3%;
  position: relative;
}

.main-textBox::before {
  content: "";
  position: absolute;
  top: -1.5%;
  left: -1.5%;
  z-index: -1;
  width: 103%;
  height: 103%;
  background: rgba(255, 255, 255, 0.4);
}

.main-textBox h3 {
  font-size: 35px;
  font-family: "Noto Sans KR", sans-serif;
  color: #111;
  line-height: 1.3em;
  font-weight: bold;
}

.main-textBox h3 strong {
  display: inline-block;
  width: 70%;
  height: 70px;
  text-indent: -9999px;
  background: url(../images/cross/ie-title9.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.main-textBox-txt {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.56;
}

/* session::기본 설정한 bg 위치조정 */
.section-session > div.max-wid {
  position: relative;
  z-index: 1;
}

/* .section-session>div.max-wid .box-session:first-child{margin-bottom: -50px;} */
.back_bg .bg_box9 {
  height: 400px;
}

.section-session .back_bg {
  z-index: 0;
}

.section-session .back_bg .bg_box9:nth-child(1) {
  bottom: 0;
  left: -21%;
  transform: rotate(90deg) scaleY(-1);
  height: 300px;
}

.section-session .back_bg .bg_box9:nth-child(2) {
  top: 9%;
  right: -22%;
  transform: rotate(90deg);
}

.section-session .back_bg .bg_box11:nth-child(3) {
  top: 9%;
  left: 0;
}

.section-session .back_bg .bg_box11:nth-child(4) {
  top: 60%;
  right: -26%;
}

.bgbg {
  background: #ff3340;
  background: -moz-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: -webkit-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: linear-gradient(to right, #ff3340 0%, #6f1e8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3340', endColorstr='#6f1e8c', GradientType=1);
}

.section-session .box-session {
  background: #fff;
  padding-bottom: 100px;
}

.section-session .box-session > p {
  color: #000;
  font-size: 20px;
  margin-top: 10px;
}

.section-session .box-session * {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.2 !important;
}

.section-session .session-tab * {
  font-family: "Noto Sans KR", sans-serif;
}

.section-session .session-tab {
  width: 90%;
  margin: 0 auto;
}

.section-session .session-tab ul {
  display: flex;
  justify-content: space-between;
}

.section-session .session-tab ul li {
  width: 50%;
  text-align: center;
  background-color: #9e9e9e;
  border-radius: 20px 20px 0 0;
}

.section-session .session-tab ul li:nth-child(1) {
  margin-right: 0.25%;
}

.section-session .session-tab ul li:nth-child(2) {
  margin-left: 0.25%;
}

.section-session .session-tab ul li a {
  font-size: 31px;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  display: block;
  letter-spacing: -1px;
}

.section-session .session-tab ul li.bgbg a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: 5px;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.section-session .box-session .day {
  position: relative;
  margin-top: 5px;
}

.section-session .box-session .day:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3340+0,6f1e8c+100 */
  background: #ff3340;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff3340 0%, #6f1e8c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3340', endColorstr='#6f1e8c', GradientType=1);
  /* IE6-9 */
}

.section-session .box-session .day .tit {
  display: flex;
  width: 100%;
  position: relative;
}

.section-session .box-session .day .tit:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: #ff3340;
  background: -moz-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: -webkit-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: linear-gradient(to right, #ff3340 0%, #6f1e8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3340', endColorstr='#6f1e8c', GradientType=1);
}

.section-session .box-session .day .tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: #ff3340;
  background: -moz-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: -webkit-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: linear-gradient(to right, #ff3340 0%, #6f1e8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3340', endColorstr='#6f1e8c', GradientType=1);
}

.section-session .box-session h5 {
  position: relative;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 15px 0;
  color: #000;
}

.section-session .box-session .tit h5:nth-child(1) {
  width: 20%;
}

.section-session .box-session .tit h5:nth-child(2) {
  width: 80%;
}

.section-session .box-session ul {
  font-size: 22px;
}

.section-session .box-session ul li {
  display: -webkit-flex;
  display: flex;
  webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #9257a7;
  text-align: center;
}

.section-session .box-session ul li span {
  width: 65%;
  position: relative;
  font-size: 25px;
  text-align: center;
  position: relative;
  color: #000;
  text-align: center;
  font-weight: bold;
  display: block;
  letter-spacing: -0.5px;
  padding: 10px 0;
}

.section-session .box-session ul li span:nth-child(1) {
  width: 20%;
  font-size: 22px;
  font-weight: normal;
}

.section-session .box-session ul li:not(.break) span:nth-child(1) {
  background-color: #f2f2f2;
  padding: 30px 0;
}

.section-session .box-session ul li span:nth-child(2) {
  width: 80%;
}

.section-session .box-session ul li span br.m {
  display: none;
}

.section-session .box-session ul li small {
  font-weight: lighter;
  color: #000;
  display: block;
  font-size: 20px;
  margin-top: 5px;
}

.section-session .box-session ul li.break {
  border-bottom: none;
}

.section-session .box-session ul li.break span {
  color: #fff;
}

.session-bg1:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3340+0,6f1e8c+100 */
  background: #ff3340;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff3340 0%, #a32571 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff3340 0%, #a32571 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff3340 0%, #a32571 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3340', endColorstr='#a32571', GradientType=1);
  /* IE6-9 */
}

.session-bg2:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3340+0,6f1e8c+100 */
  background: #ff3340;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a32571 0%, #6f1e8c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a32571 0%, #6f1e8c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a32571 0%, #6f1e8c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32571', endColorstr='#6f1e8c', GradientType=1);
  /* IE6-9 */
}

/************
    award 
************/
/* award bg */
.section-award {
  background-image: none;
}

.section-award article {
  padding-bottom: 3%;
}

.section-award .bg-box.max-wid {
  position: relative;
}

/* award title */
.section-award .art-head {
  text-align: center;
  margin-bottom: 5%;
}

.section-award .art-head p {
  color: #333;
  word-break: keep-all;
}

.section-award .art-head .art-tit {
  padding-top: 5%;
  font-weight: 800;
  color: #111;
}

.art-tit {
  text-transform: uppercase;
}

.art-con2 {
  margin-top: 7%;
}

/* award list 공통 :: 수상부문, 심사위원*/
.award-bg1 {
  background: url(../images/bg_award.png) no-repeat;
  background-size: cover;
  border-top: 8px solid #ffbb50;
  border-bottom: 8px solid #ffbb50;
  margin: 0;
  padding: 3% 0;
}

.award-bg1 + footer {
  padding: 7% 0 10%;
}

.award-bg1 + footer .art-con {
  margin: 0 auto;
}

.box-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-lines: multi;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cardList-img-list {
  /* width: 13%; */
  width: 24%;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 1%;
  background: #fff;
  border: 1px solid #e1b46c;
  position: relative;
  overflow: hidden;
  color: #333;
}

.cardList-img-list:nth-child(4n) {
  margin-right: 0;
}

.cardList-img-list::after {
  content: "";
  background: url(../images/list-bg.png) no-repeat 0;
  background-size: auto 100%;
  background-position-x: -5px;
  width: 37px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
}

.cardList-img-list .list-tit,
.cardList-img-list .list-logo {
  /* padding-left: 18%; */
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}

.cardList-img-list .list-logo {
  padding: 15px 0 16px 5%;
  text-align: center;
  font-weight: bold;
}

.cardList-img-list .list-tit {
  color: #e1b46c;
  background: #d02735;
  font-size: 16px;
}

.cardList-text-list {
  width: 12.5%;
  padding: 2% 0;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  color: #3e3a39;
  border-bottom: 1px solid #9c2474;
  border-right: 1px solid #ff4f4f;
  max-height: 100px;
  font-size: 14px;
}

.cardList-text-list:nth-child(8n) {
  border-right: 0;
}

.cardList-text-list:nth-last-child(-n + 8) {
  border-bottom: 0;
}

.cardList-text-list strong {
  font-size: 14px;
  word-break: keep-all;
}

.list-text {
  font-size: 14px;
}

/* slick::img slider */
.slick-slide img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: none;
  text-indent: -9999px;
}

.slick-prev {
  left: -52px;
}

.slick-next {
  right: -43px;
}

.slick-prev:after,
.slick-next:after {
  position: absolute;
  top: -20px;
  font-family: "Material Icons";
  font-size: 4rem;
  display: block;
  text-indent: 0;
  color: #ff4f4f;
}

.slick-prev:after {
  content: "chevron_left";
}

.slick-next:after {
  content: "chevron_right";
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;

  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  margin: 2px;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.slick-active button {
  width: 40px;
  background: rgba(223, 46, 58, 1);
  transition: all 0.5s;
}

.section-location.bottom-bg {
  padding: 2% 0 15%;
}

/* 2021 1차 오픈 하단 추가 */
.btn-by {
  width: calc(1000px - 50px);
  margin: 0 auto;
}

.btn-by a {
  padding: 0.4em 0;
  width: calc(100%);
}

.contents-box-footer {
}

.contents-box-footer h3 {
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
}

.contents-box-footer h3:before {
  background: #6f1e8c;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
}

.contents-box-footer h3 span {
  font-size: 23px;
  color: #9c2574;
  background-color: #fff;
  font-weight: 600;
  display: block;
  width: 27%;
  margin: 0 auto;
  margin-top: -20px;
}

.contents-box-footer .earlybird {
  width: 80%;
  margin: 60px auto 0;
}

.contents-box-footer .earlybird h3 span {
  width: 40%;
}

.contents-box-footer .earlybird * {
  font-family: "Noto Sans KR", sans-serif;
}

.contents-box-footer .earlybird ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.contents-box-footer .earlybird ul li {
  width: 48%;
  font-size: 23px;
  font-weight: 600;
  padding: 20px 0;
}

.contents-box-footer .earlybird ul li strong {
  display: block;
  font-size: 32px;
  position: relative;
  margin: 10px 0 5px;
}

.contents-box-footer .earlybird ul li strong small {
  font-size: 20px;
  vertical-align: middle;
  font-weight: 100;
  display: inline-block;
  margin-top: -5px;
}

.contents-box-footer .earlybird ul li strong:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  position: absolute;
  top: -10px;
}

/* .contents-box-footer .earlybird ul li:nth-child(1) strong:before{width: 180px;background-image: url(../images/2021_open1/ticket_only.png);}
.contents-box-footer .earlybird ul li:nth-child(2) strong:before{} */
.contents-box-footer .earlybird p {
  font-size: 20px;
  text-align: right;
  margin: 5px 0 0;
  font-family: "Work Sans", "Noto Sans KR", sans-serif;
  letter-spacing: 0;
}

.contents-box-footer .process {
  width: 80%;
  margin: 90px auto;
  border-bottom: 2px solid #6f1e8c;
  padding: 0 0 60px;
  color: #000;
  font-weight: 600;
}

.contents-box-footer .process * {
  font-family: "Noto Sans KR", sans-serif;
}

.contents-box-footer .process ul {
  margin-top: 50px;
}

.contents-box-footer .process ul li ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

/* .contents-box-footer .process ul li:last-child ul{flex-direction: row-reverse;margin-bottom: 0;} */
.contents-box-footer .process ul li ul li {
  padding-top: 190px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
  width: 29%;
  margin-right: 6.5%;
  position: relative;
  font-size: 18px;
  letter-spacing: -1px;
}

.contents-box-footer .process ul li ul li:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #9a2476;
  position: absolute;
  top: 30%;
  right: -15%;
}

.contents-box-footer .process ul li:nth-child(1) ul li:last-child:after {
  /*transform: rotate(90deg) translateX(-50%);right: auto;left: 50%;top: auto;bottom: -10%*/
  display: none;
}

.contents-box-footer .process ul li:nth-child(1) ul li:last-child,
.contents-box-footer .process ul li:nth-child(2) ul li:first-child {
  margin-right: 0;
}

.contents-box-footer .process ul li:nth-child(1) ul li:nth-child(1) {
  background-image: url(../images/2022_open1/step01.png);
}

.contents-box-footer .process ul li:nth-child(1) ul li:nth-child(2) {
  background-image: url(../images/2022_open1/step02.png);
}

.contents-box-footer .process ul li:nth-child(1) ul li:nth-child(3) {
  background-image: url(../images/2022_open1/step03.png);
}

.contents-box-footer .process ul li span {
  color: #595959;
}

/* 2022 1차 오픈 */
.open01_2022 .box-time-text {
  line-height: 1.2;
}

.open01_2022 .contents-box-footer .earlybird ul li {
  width: 40%;
  margin: 0 auto;
  padding-top: 40px;
}

.open01_2022 .contents-box-footer .earlybird ul li strong {
  margin: 0;
}

.open01_2022 .contents-box-footer .earlybird ul li strong:before {
  width: 185px;
  background-image: url(../images/2022_open1/package.png);
}

.open01_2022 .contents-box-footer .earlybird p {
  width: 40%;
  margin: 0 auto;
}

.open01_2022 .contents-box-footer .earlybird,
.open01_2022 .contents-box-footer .process {
  width: 100%;
}

.open01_2022 .contents-box-footer .process ul {
  width: 100%;
}

.open01_2022 .contents-box-footer .process ul li ul li {
  width: 20%;
  margin-right: 6.33%;
}

.open01_2022
  .contents-box-footer
  .process
  ul
  li:nth-child(1)
  ul
  li:nth-child(4) {
  background-image: url(../images/2022_open1/step04.png);
}

.open01_2022 .contents-box-footer .process ul li ul li:after {
  top: 20%;
  right: -20%;
}

/* 2022 2차 오픈 */
.open02_2022 .session-wrap {
  display: flex;
  position: relative;
}

.open02_2022 .session-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 5px;
  background: #ff3340;
  background: -moz-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: -webkit-linear-gradient(left, #ff3340 0%, #6f1e8c 100%);
  background: linear-gradient(to right, #ff3340 50%, #6f1e8c 70%);
}

.open02_2022 .section-session h2,
.open02_2022 .section-session h3 {
  background: linear-gradient(
    101deg,
    rgba(255, 51, 64, 1) 10%,
    rgba(111, 30, 140, 1) 30%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2%;
  margin-right: 12%;
  font-size: 6em;
  letter-spacing: -0.04em;
  font-family: "Monoton", cursive;
  text-transform: uppercase;
}

.open02_2022 .section-session h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1%;
}

.open02_2022 .section-session h2 ul {
  display: flex;
  width: auto;
  margin: 0;
  z-index: 9;
}

.open02_2022 .section-session h2 ul li {
  position: relative;
  padding: 0 20px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.4em;
  font-family: "Work Sans";
  letter-spacing: -0.04em;
  cursor: pointer;
}

.open02_2022 .section-session h2 ul li:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #000;
}

.open02_2022 .section-session h2 ul li.on {
  font-weight: 600;
}

.open02_2022 .section-session h3 {
  width: 30%;
  margin-right: 0;
  padding-top: 0 !important;
  margin-top: 20px;
  font-size: 2.8em;
  font-family: "Work Sans";
  font-weight: 600;
}

.open02_2022 .session-table {
  width: 100%;
}

.open02_2022 .box-session {
  width: 98%;
  margin-right: 2%;
  background: transparent;
}

.open02_2022 .section-session .box-session .tit h5 {
  padding: 30px 0;
  text-align: left;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.open02_2022 .section-session .box-session .tit h5:nth-child(1) {
  width: 20%;
}

.open02_2022 .section-session .box-session .tit h5:nth-child(2) {
  width: 55%;
  padding-right: 30px;
}

.open02_2022 .section-session .box-session .tit h5:nth-child(3) {
  width: 35%;
}

.open02_2022 .section-session .box-session ul li span {
  text-align: left;
}

.open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(1) {
  width: 20%;
  background: transparent;
  font-size: 20px;
  word-break: keep-all;
}

.open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(2) {
  width: 55%;
  padding-right: 30px;
  background: transparent;
  font-size: 20px;
  word-break: keep-all;
}

.open02_2022 .section-session .box-session .day .tit:before {
  display: none;
}

.open02_2022 .section-session ol li {
  padding: 20px 0;
}

.open02_2022 .section-session ol li:first-child {
  padding-top: 10px;
}

.open02_2022 .section-session ol li:last-child {
  padding-bottom: 10px;
  border-bottom: none;
}

.open02_2022 .section-session strong {
  display: inline-block;
  width: 50%;
  padding-left: 2%;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: none;
  vertical-align: middle;
}

.open02_2022 .section-session .box-session ul li span:nth-child(2),
.open02_2022 .section-session .box-session ul li span:nth-child(2) b {
  font-weight: 600;
}

.open02_2022 .section-session .box-session ul li span:nth-child(3) {
  width: 35%;
  font-weight: normal;
  font-size: 16px;
  word-break: keep-all;
}

.open02_2022 .section-session .box-session ul li p {
  position: relative;
  width: 35%;
  padding: 10px 0;
  font-size: 18px;
  text-align: left;
  letter-spacing: -0.5px;
  color: #000;
}

.open02_2022 #session02 {
  display: none;
}

.open02_2022 .eng {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

/* 2022 3차오픈 */
.open03_2022 .sponsor-wrap ul {
  /* max-width: 800px; */
  /* padding-bottom: 0; */
  justify-content: flex-start;
  flex-wrap: wrap;
}

.open03_2022 .sponsor-wrap ul li {
  width: 16%;
  /* margin-bottom: 5%; */
  padding: 0 2%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
}

.sponsor-wrap ul li:nth-child(n + 6) {
  padding: 0 2%;
}

/* .open03_2022 .sponsor-wrap ul li:nth-child(5) {
    padding-right: 2%;
}

.open03_2022 .sponsor-wrap ul li:nth-child(6n) {
    padding-right: 1%;
} */

.sponsor-wrap ul li:nth-last-child(-n + 4) {
  justify-content: flex-start;
}

.open03_2022 .sponsor-wrap ul li a {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #111;
  font-weight: 600;
}

.open03_2022 .bottomBox {
  padding-top: 12%;
}

.open03_2022 .bottomBox:before {
  display: block;
  width: 100%;
  text-align: center;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.open03_2022 .contents-box-footer .earlybird {
  margin: 30px auto;
}
