@charset "utf-8";

@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body, div, p, span, strong, b, em, iframe, pre, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, fieldset, form, legend, label, table, caption, thead, tbody, tfoot, tr, th, td, ul, ol, li, a, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0 none;
}

br {
  font-family: 'Dotum';
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0 none;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

body {
  display: block;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: -0.05px;
  word-break: keep-all;
}

.blind{width:0;height:0;font-size:0;line-height: 0;overflow: hidden;}


.bg_bx {
  display: block;
  width: 100%;
  background-image:
    url(../img/fish_02.png),
    url(../img/fish_01.png),
    url(../img/lignt.png),
    url(../img/bg.png);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top 440px right, top 30px left, top right, center center;
  background-size: auto, auto, auto, cover;
}

.bg_bx.background-solid {
  background: url(../img/main_bg_top_2.png)
}

.main_content_area {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.main_content_area>img {
  display: block;
  width: 100%;
}

.content_area {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
}

.content_bx>img {
  display: block;
  width: 100%;
}

.main_top_bg_area {
  display: block;
  width: 100%;
  background: url(../img/main_bg_top_1.png)no-repeat top right / contain;
  padding: 60px 0;
}

.main_top_img_area {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 40px auto 0;
}

.main_top_img_area>.main_title_img {
  width: 40%;
  max-width: 453px;
}

.main_top_img_area>.main_title_img.img_2 {
  width: 60%;
  max-width: 666px;
}

.logo_area {
  display: block;
  width: 100%;
  font-family: 'GmarketSansBold';
  font-size: 52px;
  margin: 0 auto;
  text-align: center;
  background-color: #05466a;
  color: #fff;
  font-weight: normal;
  padding: 40px 0;
  background-image: url(../img/top_bg_item.png);
  background-repeat: no-repeat;
  background-position: left bottom -20px;
  background-size: contain;
}

.logo_area.bg-solid {
  background: #05466a;
  background-image: none;
}

.nav {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.cate_list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
}

.cate_list>li {
  display: block;
  white-space: nowrap;
}

.cate_list::-webkit-scrollbar {
  display: none;
}

.cate_list>li>a {
  display: block;
  font-family: 'GmarketSansMedium';
  font-weight: normal;
  width: 144px;
  text-align: center;
  padding: 24px 0;
  border-radius: 0;
  background: none;
  border-bottom: 0;
  font-size: 20px;
  color: #0B486C;
  position: relative;
  line-height: 1.3em;
}

.cate_list>li>a::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #f1f1f1;
  position: absolute;
  top: 33%;
  right: -1px;
}

.cate_list>li.on>a {
  background: #0B486C;
  color: #fff;
}

.cate_list>li>a .blind {
  font-size:0;
}

.content_bx {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  padding: 40px 0;
}

.content_bx.main {
  padding: 0;
  background: #003c64;
}

.event_scd_area,
.event_info_area {
  display: flex;
  width: 100%;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.event_scd_area {
  display: block;
  background: url(../img/sub_bx_bg.png)repeat top left /cover;
}

.main_event_info_area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1214px;
  margin: 0 auto;
}

.main_event_info_bx {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  background: #003c64
}

.main_event_info_bx>h2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.event_info_bx {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 0 0 0 36px;
  box-sizing: border-box;
}

.poster_bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%
}

.poster_bx>img {
  display: block;
  width: 100%;
}

.sub_title {
  display: flex;
  flex-direction: row;
  font-family: 'GmarketSansBold';
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  position: relative;
  word-break: keep-all;
}

.event_info_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto;
}

.event_info_list>li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.event_info_list>li>.title {
  width: 24%;
  padding: 0px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-family: 'GmarketSansMedium';
  line-height: 1em;
  margin-right: 20px;
}

.event_info_list>li>.content {
  line-height: 1.6;
  font-size: 20px;
  width: 60%;
  color: #fff;
}

.event_info_list>li>.content>img {
  display: block;
  width: 40%;
}

.content.sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  line-height: 1;
}

.content.sns>a {
  color: #fff;
  font-weight: 900;
  margin-right: 20px;
}

.content.sns>a .blind {
  font-size: 0;
}

.devide_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}

.btn_area {
  display: block;
  width: 100%;
  border-radius: 0;
  margin: 22px 0 0;
  /* overflow: hidden; */
}

/*
.notice_btn_area {
  background: #E0DDF5;
}

.event_btn_area {
  background: #DDF5ED;
} */
.btn_area>a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}

.lnk_area {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}

.lnk_area>ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.lnk_area>ul>li {
  width: 50%;

}

.main_item_img {}

.main_event_scd_area {
  display: block;
  width: 100%;
  background: #00517c;
  padding: 0px 20px 40px;
}

.main_event_scd_area>h2 {
  color: #fff;
  max-width: 1220px;
}

.event_scd_area>h5 {
  margin: 16px 0;
  font-size: 20px;
}

.scd_bx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.scd_bx>img {
  width: 100%;
}

.download_btn {
  position: absolute;
  font-size: .875rem;
  letter-spacing: 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 16px;
  bottom: 0;
  right: 0;
  font-weight: 400;
}

.download_btn>i {
  margin-left: 10px;
}

.ready {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 150px 0;
}

.poster_img {
  display: block;
  width: 100%;
  max-width: 1240px;
  border-radius: 20px;
  margin-bottom: 40px;
}

/* 이벤트 */
.event_bx {
  display: block;
  width: 100%;
  margin: 0 auto 80px;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 2px solid #000;
}

.event_title_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.event_title_area>h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
}

.event_num {
  padding: 16px 32px;
  color: #fff;
  background: #0C3B53;
  font-weight: 300;
  border-radius: 8px;
  letter-spacing: 5px;
  font-size: 12px;
}

.event_contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.event_contents>.event_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1px;
}

.event_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.event_info>.event_info_left,
.event_info>.event_info_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.event_info>.event_info_left {
  margin-bottom: 10px;
}

.event_info_title {
  color: #fff;
  background: #0C3B53;
  padding: 8px 16px;
  box-sizing: border-box;
  width: 150px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.event_info_left>ul>li {
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.event_info_right>ul {
  display: block;
  width: 100%;
}

.event_info_right>ul>li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.event_info_right>ul>li>.event_info_title {
  margin-right: 10px;
}

.event_info_content {}

.event_info_content>font {
  font-size: 14px;
}

/* 이벤트 끝 */

.zero_bx{
  display: flex !important; flex-direction: row;justify-content: flex-start; align-items: stretch; width:100%;
  flex-wrap: wrap;
}
.jv_bx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  margin-bottom: 16px;
}

.jv_bx>.jv_img {
  display: block;
  width: 15%;
  margin: 20px 0;
}

.jv_bx>.jv_img.bc {
  width: 30%
}

.jv_bx>.jv_img>img {
  display: block;
  width: 100%;
}

.jv_info {
  padding: 30px;
  width: 70%;
  box-sizing: border-box;
}

.jv_info>h5 {
  margin-bottom: 16px;
  font-size: 22px
}
.jv_bx.zero{
  width:calc(33% - 15px);
  flex-direction: column;
  align-items:stretch;
  margin-right:15px;
}
.jv_bx.zero:nth-child(3n){
  margin-right:0;
}
.jv_bx.zero>.jv_img.bc {
  width: 100%;
  position: relative;
  margin:0 auto 20px;
}
.jv_bx.zero>.jv_img.bc::before{
  content:"";
  display: block;
  padding-bottom:60%;
}
.jv_bx.zero>.jv_img.bc > img{
  position: absolute;
  height:100%;
  top:0;
  left:0;
}
.jv_bx.zero > .jv_info{
  padding:0;
  width:100%;
}
.jv_bx.zero > .jv_info > p{
  display: block;
  width:100%;
}

.jv_bx.zero.half{
  width:calc(50% - 15px);
  flex-direction: column;
  align-items:stretch;
  margin-right:30px;
}
.jv_bx.zero.half:last-child{
  margin-right:0;
}

/*골든벨*/
.content_bx>h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.content_bx>h2>.sm_txt {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 400
}

.sub_txt {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px;
}

.goldenbell_step_area {
  display: block;
  width: 70%;
  margin: 0 auto 20px;
  border-radius: 16px;
  padding: 20px 30px;
}

.goldenbell_step_area>h4 {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.goldenbell_step_area>h4>.step_title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #0C3B53;
  padding: 4px 24px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
  margin-right: 10px;
}

.step_bg_01 {
  background-image: url(../img/step_bg_01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 140px;
}

.step_bg_02 {
  background-image: url(../img/step_bg_02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 140px;
}

.step_bg_03 {
  background-image: url(../img/step_bg_03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 140px;
}

.goldenbell_info {
  display: block;
  width: 100%;
}

.goldenbell_info>ul {
  display: block;
  width: 100%;
}

.goldenbell_info>ul>li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.goldenbell_info>ul>li>.title {
  width: 100px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-right: 15px;
  color: #fff;
}

.goldenbell_info>ul>li>.content {
  display: flex;
  flex-direction: column;
}

.goldenbell_info>ul>li:first-child>.content {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.prize_area {
  display: block;
  width: 100%;
  margin: 80px auto;
}

.prize_area>h3 {
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}

.prize_area>ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}

.prize_area>ul>li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.prize_area>ul>li.title_bx {
  margin-bottom: 15px;
}

.prize_area>ul>li.result {
  margin-top: 5px;
}

.prize_area>ul>li>span {
  text-align: center;
  padding: 12px 0;
  border-radius: 4px;
  background: #f1f1f1;
}

.prize_area>ul>li>.depth_1 {
  width: 41%;
  background: #DAEAF2;
}

.prize_area>ul>li>.depth_2 {
  width: 15%;
  background: #CCDDE5;
}

.prize_area>ul>li>.depth_3 {
  width: 41%;
  background: #E3EFF5;
}

/* 골든벨 끝 */
/* 바다시네마 */
.content {
  display: block;
  width: 100%;
}

.top_bx {
  display: block;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  /*border:2px solid #0a7fbd;*/
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  position: relative;
}

.top_bx>li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.top_bx>li:last-child {
  margin-bottom: 0;
}

.top_bx>li>.title {
  display: block;
  max-width: 120px;
  width: 30%;
  font-weight: 500;
}

.top_bx>li>.info {
  width: calc(100% - 100px);
  line-height: 1.6;
  margin-top: -2px;
}

.timetable_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.timetable_area>img {
  display: block;
  width: 50%;
}

.content_txt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.6em;
}

.content_txt>img {
  margin-right: 20px;
      width: 250px;
      height: auto;
      padding: 30px 0;

}

.content_txt>.txt {
  display: block;
  width: 100%;
  margin: 16px auto;
  border-radius: 16px;
  padding: 30px;
}

.content_txt>.txt>strong {
  font-weight: 400;
  font-size: 18px;
}

.top_bx>li.position-absolute {
  position: absolute;
  top: 40px;
  right: 40px;
  justify-content: flex-end;
}

.top_bx>li.position-absolute.t-10{
  top:10px;
}
.res_btn_area.event_btn>.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.res_btn_area.event_btn>.content>a {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 45px;
  background: #0C3B53;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 30px;
}

.res_btn_area>a {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #0C3B53;
  text-align: center;
  color: #fff;
  border-radius: 75px;
  font-size: 24px;
  line-height: 150px;
  padding: 0;
}

.movie_title {
  font-size: 24px;
  font-family: 'GmarketSansBold';
  margin-bottom: 20px;
}

.movie_info_bx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.movie_info_bx>.img_area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  margin-top: 16px;
}

.gold_title {
  font-size: 22px;
  font-family: 'GmarketSansMedium';
  margin-bottom: 24px !important;
}

.devide {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}

.content_bx>h2.title_big {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  font-family: GmarketSansMedium;
  line-height: 1.25em;
  color: #fff;
  letter-spacing: -0.05px;
}

.book_cover_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px auto 40px;
}

.title_out_sub_txt {
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 20px;

}
.fair_h6{
  padding:8px 16px 4px;
  background:#0B486C;
  color:#fff;
  font-size:20px;
  font-family: 'GmarketSansBold';
  border-radius: 4px;
  line-height: 1em;
}
.sub_title_fair{
  padding:4px 16px 0;
  margin-top:16px;
  font-family: 'GmarketSansMedium';
  border:2px solid #0B486C;
  display: inline-block;
  border-radius: 4px;

}
.book_cover_area>li{
  margin-right: 20px;
}
.book_cover_area.book-9{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.book_cover_area.book-9 > li{
  width:calc(100% / 7);
  margin-bottom:10px;
  border-radius: 4px;
  border:1px solid #fff;
  overflow: hidden;
}
.book_cover_area>li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%;
}

.book_cover_area>li:last-child {
  margin-right: 0;
}

.book_cover_area>li > img,
.book_cover_area>li > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.txt_sub_title {
  font-weight: 500;
  font-size: 22px;
  margin: 10px 0 20px;
}

.txt_sub_title>img {
  height: 54px;
}

.line-height54px {
  line-height: 54px;
}

.content_img_list {
  display: block;
  width: 100%;
  margin: 20px auto;
}

.content_img_list>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.content_img_list>ul>li {
  display: block;
  width: 49%;
  position: relative;
}

.content_img_list>ul>li::after {
  display: block;
  content: "";
  padding-bottom: 70%;
}
.content_img_list.exp>ul>li::after{
  padding-bottom:140%
}

.content_img_list>ul>li>img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_img_list.no-height {
  width: 10%;
  margin: 20px 0;
}

.content_img_list.no-height>ul>li {
  width: 100%;
}

.content_img_list.no-height>ul>li::after {
  padding-bottom: inherit;
}

.content_img_list.no-height>ul>li>img {
  position: inherit;
  padding: 10px 0;
  background: #fff;
}

.data_area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0
}

.data_area>dl {
  text-align: center;
}

.data_area>dl>dt,
.data_area>dl>dd {
  padding: 4px 36px;
  border-radius: 4px;
  background: #98cbe6;
  margin-right: 5px;
  margin-bottom: 10px;
}

.data_area>dl>dd {
  background: #d6e9f4
}
.zero_5r_ul{
  display: block; width:100%;
  margin:0 auto;
}
.zero_5r_ul > li{
  display: flex;
  flex-direction: row; justify-content: flex-start;
  align-items: center;
  margin-bottom:10px;
}
.zero_5r_ul > li > .title{
  padding:4px 8px;
  background:#0B486C;
  color:#fff;
  border-radius: 4px;
  width:17%;
  text-align: center;
  margin-right:10px;
  font-family: 'GmarketSansMedium';
}
.zero_5r_ul > li > .content{
  font-size:16px;
  line-height: 1.6;
}
.img-width-100{
  display: block;
  width:100%;
}
.title_big_waste{
  font-family: 'GmarketSansBold';
  font-size:24px;
  margin-bottom:20px;
}

.event_scd_area iframe {
  width:100%;
  max-height: 41rem;
}

/* 반응형 */
@media (max-width : 992px) {
  .logo_area {
    background-size: 270px;
    padding: 60px 0;
  }

  .content_bx {
    padding: 36px;
  }

  .cate_list {
    width: 100%;
    overflow-x: scroll;
  }

  .event_info_area {
    flex-direction: column;
  }

  .event_info_area>div {
    width: 100%;
  }

  .event_info_bx {
    padding: 0;
  }

  .movie_info_bx {
    flex-direction: column;
  }

  .movie_info_bx>.img_area {
    margin: 16px auto 0;
  }

  .img_area>img {
    display: block;
    width: 100%;
    max-width: 570px;
  }
}

@media (max-width : 768px) {
  .logo_area {
    background: none;
    padding: 40px 0;
    font-size: 36px;
  }

  .main_top_bg_area {
    background-image: none;
  }

  .main_top_img_area>.main_title_img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }

  .main_top_img_area>.main_title_img.img_2 {
    display: none
  }
.main_event_info_area{
  flex-direction: column;
}
  .cate_list>li>a {
    width: 114px;
    font-size: 18px;
  }

  .sub_title {
    letter-spacing: 0px;
  }

  .scd_list {
    width: 49%;
    margin-bottom: 40px;
  }

  .event_title_area {
    flex-direction: column-reverse;
  }

  .event_num {
    margin-bottom: 10px;
  }

  .event_contents {
    flex-direction: column;
  }

  .event_contents>.event_txt {
    text-align: center;
  }

  .event_img_item {
    margin-top: 30px;
  }

  .goldenbell_step_area {
    width: 90%;
  }
.top_bx{
  padding:15px;
}
  .top_bx>li {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .top_bx>li.position-absolute {
    position: inherit !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .top_bx>li.position-absolute>.res_btn_area {
    margin: 0 auto
  }

  .top_bx>li>.title {
    margin-bottom: 10px;
    width: 100%;
  }

  .top_bx>li>.info {
    width: 100%;
  }
    .top_bx>li>.info > img{
      display: block;
      width:100%;
    }

  .event_scd_area {
    display: block;
    background: url(../img/sub_bx_bg.png)no-repeat top left /cover;
    padding:20px;
  }

  .mob_mb_20px {
    margin-bottom: 20px;
  }

  .content_txt {
    flex-direction: column;
  }

  .data_area>dl>dt, .data_area>dl>dd {
    padding: 4px 18px;
  }

  .jv_bx {
    flex-direction: column;
    padding:15px;
  }

  .jv_bx>.jv_img {
    width: 100%;
    height: 400px;
  }

  .jv_bx>.jv_img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .jv_bx>.jv_img.bc {
    width: 100%;
  }

  .jv_info {
    width: 100%;
    padding: 20px 0;
  }

  .book_cover_area {
    flex-wrap: wrap;
  }

  .book_cover_area>li {
    width: 49%;
    margin: 0;
    margin-bottom: 15px;
  }

  .res_btn_area.event_btn>.content {
    flex-direction: row;
    justify-content: center;
  }

  .res_btn_area.event_btn>.content>a {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

@media (max-width : 576px) {
  .content_area {
    padding: 0;
  }

  .top_bx>li {
    line-height: 1.5em;
  }

  .flex-column>strong {
    margin-bottom: 10px;
  }

  .bg_bx {
    display: block;
    width: 100%;
    background-image:
      url(../img/bg.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
  }

  .content_bx {
    padding: 36px 0;
  }

  .poster_bx>img {
    width: 100%;
  }

  .event_info_list>li {
    flex-direction: column;
    align-items: center;
  }

  .event_info_list>li>.title {
    width: 80%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }

  .event_info_list>li>.content {
    width: 100%;
    text-align: center
  }

  .event_info_list>li>.content>img {
    margin: 0 auto;
  }

  .lnk_area>ul {
    flex-direction: column;
  }

  .lnk_area>ul>li {
    width: 100%;
  }

  .scd_list {
    width: 98%;
    margin: 0 auto 40px;
  }

  .main_event_scd_area {
    margin-top: -35px;
    padding: 63px 20px 40px;
  }

  .date>.date {
    font-weight: 700;
    margin: 10px 0 15px;
  }

  .sub_title {
    flex-direction: column;
  }

  .download_btn {
    position: inherit;
    margin-top: 10px;
  }

  .card.content>.event_title {
    font-weight: 700;
  }

  .event_title_area>h3 {
    text-align: center;
  }

  .event_info>.event_info_left {
    flex-direction: column;
    align-items: center;
  }

  .event_info_left>ul>li {
    text-align: center;
    line-height: 18px;
  }

  .event_info_right>ul>li {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .event_info_content {
    text-align: center;
  }

  .goldenbell_step_area {
    width: 100%;
  }

  .goldenbell_info>ul>li>.title {
    min-width: 100px;
  }

  .prize_area>ul {
    width: 100%;
  }

  .goldenbell_step_area {
    background-image: none !important;
  }

  .content_txt>img {
    width: 100%;
    max-width: inherit;
  }

  .content_bx>h2.title_big {
    font-size: 18px;
  }

  .data_area>dl:last-child>dd {
    padding-bottom: 33px;
  }
}

.width_auto {
  width: auto !important;
}

.max-width-200 {
  max-width: 200px !important;
  min-width: 150px !important;
}

.flex-column {
  flex-direction: column !important;
}

.width-10 {
  width: 10% !important;
}

.bg-wh {
  background: rgba(255, 255, 255, 0.9);
}

.card {
  border: 5px solid #aac5d4;
}

.card-title {
  font-family: 'GmarketSansMedium';
  font-size: 20px;
}
.mt-16{
  margin-top:16px;
}
.mt-30{
  margin-top:30px;
}

.ifh300 iframe { height: 700px}

@media (max-width : 880px) {
.ifh300 iframe { height: 480px}
}

@media (max-width : 740px) {
.ifh300 iframe { height: 300px}
}
