@charset "utf-8";

/* main  */
.new.section_01 .section01{
    padding-top: 90px;
    display: grid;
    width: calc(100% - 40px);
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
}

.new.section_01 .section01 a{
    /* display:block; */
    width:100%;
    max-width:580px;
    height:120px;
    border-radius:90px;
    box-sizing: border-box;
    padding:30px 0 25px 150px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:all 0.5s;
    position: relative;
}
.new.section_01 .section01 a img {
	width:120px;
}
.new.section_01 .section01 a img.mouse_leave{
    position:absolute;
    top:0;
    left:0;
    transition:opacity 0.5s;
    box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 15%);
    border-radius:50%;
    z-index:1;
}
.new.section_01 .section01 a img.mouse_enter{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 0.5s;
    border-radius:50%;
    z-index:2;
}
.new.section_01 .section01 a span{
    font-weight:500;
    font-size:20px;
    display: flex;
    align-items: center;
    /* transition:all 0.5s; */
}

.new.section_01 .section01  a:nth-child(1){
    border:1px solid #3e87e9;
    border-left:none;
}
.new.section_01 .section01 a:nth-child(1) span{
    color:#0f64d7;
}
.new.section_01 .section01 a:nth-child(1) span i{
    border: solid #0f64d7;
    border-width:0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left:10px;
}
.new.section_01 .section01 a:nth-child(2){
    border:1px solid #9241e0;
    border-left:none;
}
.new.section_01 .section01 a:nth-child(2) span{
    color:#9342e0;
}
.new.section_01 .section01 a:nth-child(2) span i{
    border: solid #9342e0;
    border-width:0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left:10px;
}
.new.section_01 .section01 a p{
    font-size:28px;
    font-family:'Cafe24Ssurround';
}   


.new.section_01 .section01 a:hover{
    box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 15%);
}

.new.section_01 .section01 a:hover span{
    font-weight:600;
}
.new.section_01 .section01 a:nth-child(1):hover span i{
    border-width:0 3px 3px 0;
    border-radius:1px;
}
.new.section_01 .section01 a:nth-child(2):hover span i{
    border-width:0 3px 3px 0;
    border-radius:1px;
}
.new.section_01 .section01 a:hover img.mouse_enter{
    opacity:100%;
}


.new img {
  max-width: 100%;
}





/* expo - summary_new */
.new .purpose_list .bold {
  font-weight: 600;
  font-size: 20px;
}
.new .purpose_list.center {
  text-align: center;
}
.new .purpose_list.center li:before {
  display: none;
}
.new .sub_title.basic {
  line-height: 1.5;
}
.new .sub_title.basic span.grey {
  font-size: 26px;
  color: #999;
}
.new .purpose_list li span {
  font-size: 16px;
  color: #999;
  line-height: 2.1;
}
.new .partner_list li {
  width: 25%;
}
.new .s_content_bg .ttl_area {
  padding: 20px 10px 40px;
}
.new .s_content_bg .ttl_area p {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1.4;
}
.new .s_content_bg .ttl_area span {
  font-size: 20px;
  line-height: 1.7;
  padding: 0 10px;
  display: block;
}
.new .s_content_bg ul {
  display: flex;
  justify-content: center;
}
.new .s_content_bg li {
  padding: 20px;
  width: 33.3333%;
}
.new .s_content_bg li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}

.new .info_table .tb_target span {
  display: contents;
  color: #999;
}
.new .sched_wrap {
  display: flex;
  align-items: flex-start;
  margin: 55px 0 40px;
}
.new .sched_box {
  width: 100%;
  height: 279px;
  box-sizing: border-box;
  border: 2px solid #dddddd;
  border-radius: 20px;
  box-shadow: 3px 5px 7.68px 0.32px rgb(0 0 0 / 26%);
}
.new .sched_box .sched_list {
  padding: 30px;
}

.new .sched_box + .sched_box {
  margin-left: 30px;
}
.new .sched_box .date_box {
  display: block;

  height: 80px;
  width: 90%;
  background-color: #d986a3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.new .sched_box .date {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.new .sched_box .date:after {
  display: block;
  content: "";
  width: 110%;
  height: 16px;
  background-color: #ea0e6b;
  opacity: 0.5;
  position: absolute;
  bottom: -5px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.new .sched_box dl {
  display: flex;
  align-items: flex-start;
}
.new .sched_box dl dt {
  width: 40%;
  min-height: 68px;
  flex: 0 0 auto;
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.88;
}
.new .sched_box dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #81889b;
}

.new .sched_box dl dt.dot_none:before {
  display: none;
}
.new .sched_box dl dd {
  min-height: 68px;
  font-size: 18px;
  color: #666666;
  line-height: 1.88;
  word-break: break-all;
  font-weight: 400;
}

/* expo - partner_new */
/* .new .purpose_list.link li:last-child:before {
  display: none;
} */
.new .purpose_list.link li a {
  border-bottom: 1px solid #d986a3;
}

.new .history_cont_inner {
  /* display: none; */
  position: relative;
  height: auto;
}

.new .history_cont_inner::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 51%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}

.new .history_cont_inner ul {
  display: flex;
  justify-content: space-between;
}

.new .history_list {
  width: 100%;
  /* max-width: 530px;
    min-height: 130px;
    height: 100%; */
  display: block;
}

.new .history_list:nth-child(odd) {
  padding-right: 70px;
  float: left;
}
.new .history_list:nth-child(even) {
  padding-left: 70px;
  float: right;
  margin-top: 160px;
}

.new .history_sec {
  position: relative;
  padding: 30px 35px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 10px;
  max-width: 530px;
  /* height: 100%; */
}

.new .history_list:nth-child(odd) .history_sec:before,
.new .history_list:nth-child(even) .history_sec:before {
  display: block;
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border: 5px solid #d986a3;
  border-radius: 50%;
  box-sizing: border-box;
  background: #f9f9f9;
  top: 50%;
  transform: translateY(-50%);
}
.new .history_list:nth-child(even) .history_sec:before {
  left: -80px;
}
.new .history_list:nth-child(odd) .history_sec:before {
  right: -81px;
}

.new .history_sec h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
}

.new .history_sec p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

.new.recent .year_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.new.recent .year_tab button {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.3);
  background-color: #fff;
}
.new.recent .year_tab button + button {
  margin-left: 80px;
}
.new.recent .year_tab button.active,
.new.recent .year_tab button:hover {
  color: #d986a3;
}
.new.recent .year_tab button:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #cccccc;
}

.new.recent .kiwie_list_wrap {
  display: none;
}
.new.recent .kiwie_list_wrap.tab01 {
  display: block;
}
.new.recent .kiwie_list {
  margin: 0;
}
.new.recent .kiwie_list li {
  padding: 0;
}
.new.recent .kiwie_list li a {
  box-shadow: 20px 10px 20px 0px rgb(0 0 0 / 45%);
  position: relative;
}
.new.recent .kiwie_list li.swiper-slide-next a::after,
.new.recent .kiwie_list li.swiper-slide-prev a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  z-index: 1;
  position: absolute;
  top: 0;
}
.new.recent .kiwie_list li a span {
  transform: translateY(0);
  top: unset;
  padding: 30px;
  opacity: 0;
}
.new.recent .kiwie_list li.swiper-slide-active a span {
  /* opacity: 0; */
}
.new.recent .kiwie_list li.swiper-slide-next a span {
  opacity: 1;
}
.new.recent .kiwie_list li a span p {
  padding-top: 0;
  text-align: left;
}

/* expo - exhibit_new */
.new.exhibit .exhibit_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new.exhibit .exhibit_list li {
  width: calc(50% - 50px);
  margin-right: 100px;
  margin-bottom: 100px;
}
.new.exhibit .exhibit_list li:nth-of-type(2n + 0) {
  margin-right: 0;
}
.new.exhibit .exhibit_list .txt_box {
  margin-bottom: 15px;
  text-align: center;
}
.new.exhibit .exhibit_list .name {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  word-break: break-all;
  position: relative;
  display: table;
  justify-content: center;
  margin: 0 auto;
}
.new.exhibit .exhibit_list .name:after {
  display: block;
  content: "";
  width: 110%;
  height: 16px;
  background-color: #ea0e6b;
  opacity: 0.5;
  position: absolute;
  bottom: -5px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.new.exhibit .exhibit_list .info {
  margin-top: 15px;
  font-weight: 350;
  font-size: 17px;
  line-height: 1.6;
  word-break: break-all;
}

/* enterprise - info_new */
.new .tb_style {
  width: 100%;
}
.new .tb_style thead {
  background: #7f79ac;
  font-weight: 500;
  text-align: center;
}
.new .tb_style thead th {
  color: #fff;
  text-align: center;
}
.new .info_table table.left {
  text-align: unset;
}
.new .info_table thead th,
.new .info_table tbody th {
  padding: 15px 20px;
}
.new .info_table.target_table th {
  font-size: 19px;
}
.new .info_table.target_table td {
  padding: 15px 10px;
  font-size: 17px;
}
.new .purpose_list li {
  font-weight: 500;
}

/* .new .info_table .left thead th:first-child, */
.new .info_table td {
  padding: 15px 15px;
  font-weight: 400;
}
.new .info_table tbody li {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
}
.new .info_table tbody li:before {
  display: none;
}
.new .info_table span {
  display: block;
  padding-top: 15px;
  font-weight: 500;
  line-height: 1.3;
}

/* enterprise - intro_new */
.new.intro .seq_list {
  display: flex;
  justify-content: center;
}
.new.intro .seq_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 230px;
  width: 100%;
  height: 150px;
  border: 1px solid #d986a3;
  border-radius: 30px;
  box-shadow: 2px 3px 7px 0px rgb(0 0 0 / 35%);
}
.new.intro .seq_list li + li {
  margin-left: 87px;
}
.new.intro .seq_list.box_4 li + li {
  margin-left: 50px;
}
.new.intro .seq_list.box_4 li:not(:last-of-type):after {
  left: calc(100% + 25px);
}
.new.intro .seq_list p {
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}
.new.intro .seq_list span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}
.new.intro .seq_list li:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 36px);
  transform: translateY(-50%);
  width: 12px;
  height: 22px;
  background: url(../images/new/ico_seq_arrow.png) no-repeat center / cover;
}
.new.intro .bg {
  background-color: #f9f9f9;
}
.new.intro .info_table tbody li,
.new.intro .info_table span {
  text-align: left;
}
.new.intro .seq_guide {
	display: block;
	margin-top: 30px;
	font-weight: 700;
	color: #ea0e6b;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
}

/* ======절차 start*/
.new .step_box {
  text-align: center;
}
.new .step_box ul {
  max-width: none;
}
.new .step_box ul li > div {
  background-size: contain;
}
/* ==========절차 fin */

.new.intro .intro_top_txt > div {
  height: 80px;
}
.new.intro .wide {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  border-radius: 40px;
  height: 80px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* enterprise - benefit_new */
.new.benefit .supp_box_wrap {
  padding-bottom: 0;
}

.new.benefit .supp_box_wrap li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new.benefit .supp_box_wrap p {
  line-height: 1.5;
  word-break: break-all;
  font-size: 16px;
  text-align: right;
  width: 100%;
}
.new.benefit .supp_box_wrap p.pc_only {
  display: block;
}

.new.benefit .supp_box_wrap p.mob_only {
  display: none;
}

.new.benefit .supp_box_wrap h5 {
  margin-right: 30px;
}

.new.benefit .info_ps:before {
  display: none;
  text-align: right;
}

.new.benefit .supp_box_wrap .n2 h5 {
  background-image: url(/images/new/support_box_icon3.png);
}

.new.benefit .info_ps {
  font-size: 14px;
  padding: 5px;
  margin-top: 0;
  display: inline-flex;
  text-align: right;
}
.new.benefit .info_table table {
  border-top: 2px solid #d986a3;
}
.new.benefit .info_table thead {
  background: #fbf3f6;
}

.new.benefit .top_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background: url(../images/new/benefit_top_bg.jpg) no-repeat center / cover;
  /* background-attachment: fixed; */
}

.new.benefit #world .sub_title.none {
  background: none;
}

.new.benefit .top_visual h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.27;
  text-align: center;
}
.new.benefit .bg {
  background-color: #f9f9f9;
}
.new.benefit .benefit_wrap {
  display: flex;
  justify-content: center;
}

.new.benefit .benefit_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  padding: 50px 10px;
  border: 10px solid transparent;
  border-radius: 10px 30px 10px 30px;
  box-sizing: border-box;
}

.new.benefit .benefit_list + .benefit_list {
  margin-left: 7%;
}

.new.benefit .benefit_list .txt_box {
  margin-top: 25px;
  text-align: center;
}

.new.benefit .benefit_list .txt_box strong {
  font-size: 20px;
  color: #111111;
}

.new.benefit .benefit_list .txt_box p {
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  margin-top: 10px;
}

.new.benefit .benefit_list.check {
  border-color: #7f79ac;
}

.new.benefit .benefit_list.trophy {
  border-color: #d986a3;
}

/* .new.benefit .supp_cont #world,
.new.benefit .supp_cont #movie,
.new.benefit .supp_cont #distri,
.new.benefit .supp_cont #online {
  padding-bottom: 60px;
} */

.new.benefit .img_box.online {
  display: flex;
  justify-content: space-between;
}

.new.benefit .img_box {
  text-align: center;
}

.new.benefit .img_box > img {
  width: calc(50% - 15px);
}

.new.benefit .img_box .market {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.new.benefit .img_box .market img {
  width: calc(50% - 15px);
}

.new.benefit .sub_title.height {
  line-height: 28px;
}
.new.benefit .sub_title.height::after {
  margin-top: 20px;
}

.new.benefit #online .info_ps a {
  text-decoration: underline;
}
.new.benefit #online .info_ps a {
  margin-left: 5px;
}

.new.benefit #live h4 {
  background: url(/images/sub_for/title_bullet1.gif) left top no-repeat;
}

/* enterprise - apply-form_new.php */
/* .new .form_select span{
    background:none;
}

.new .form_select input[type="radio"]{
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    box-sizing: border-box;
}

.new .form_select input[type="radio"]:checked:before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background: #333;
    border-radius: 50%;
} */

.new .form_select input {
  width: 0px;
  height: 0;
  position: absolute;
  left: -9999px;
}
.new .form_select label {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}
.new .form_select input[type="radio"] + label span {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  box-sizing: border-box;
}
.new .form_select input[type="radio"]:checked + label span:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background: #333;
  border-radius: 50%;
}

.new.form .form_select ul {
  display: flex;
  align-items: flex-start;
}
.new.form .form_select li {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: left;
  padding: 0;
}

.new.form .form_select li + li {
  margin-left: 24px;
}

.new.form .form_select .type {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 10px solid #dbdbde;
  border-radius: 12px 40px 12px 40px;
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}

.new.form .form_select strong {
  /* margin-bottom: 15px; */
  font-size: 24px;
  font-weight: 700;
}

.new.form .form_select p {
  font-weight: 350;
  color: #777777;
  line-height: 1.5;
  width: 90%;
}

.new.form .seq_guide {
	display: block;
	margin-top: 30px;
	font-weight: 700;
	color: #ea0e6b;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
}

.new.form .form_select .chk_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -5px;
  left: 40px;
  padding: 0 13px;
  background-color: #fff;
  z-index: 11;
}
.new.form .form_select li label {
  height: 20px;
}

.new.form .tab-cont {
  display: none;
}

.new.form .tab-cont.tab0 {
  display: block;
}

/* preview - info_new.php */

.new.info .pre_info_bg.bg_attach {
  background-image: url(../images/new/info_bg.jpg);
}

.new.info .pre_info_bg .synop_box li strong {
  width: 66px;
}

.new.info .pre_info_contents_box .inner > span {
  line-height: 1.5;
}
.new.info .pre_info_contents_box .inner > span em {
  font-style: normal;
  border-bottom: 1px solid #333;
}
.new.info .pre_info_contents_box .inner > span .deco {
  display: inline-block;
  background: #f5f4f8;
  color: #534b91;
  padding: 3px;
  margin-top: 5px;
}

.new.info .pre_info_contents_box.box1 .step_box ul li > div,
.new.info .pre_info_contents_box.box2 .step_box ul li > div {
  padding-top: 76px;
}

.new.info .seq_list {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
}

.new.info .seq_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 230px;
  width: 100%;
  height: 150px;
  border: 1px solid #d986a3;
  border-radius: 30px;
  box-shadow: 2px 3px 7px 0px rgb(0 0 0 / 35%);
}

.new.info .seq_list li + li {
  /* margin-left: 9%; */
  margin-left: 50px;
}

.new.info .seq_list li:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  transform: translateY(-50%);
  width: 12px;
  height: 22px;
  background: url(../images/new/ico_seq_arrow.png) no-repeat center / cover;
}

.new.info .seq_list span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  color: #999;
}
.new.info .seq_list p {
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}

/* preview - location_new */
.new.location_wrap .location_text2 .open_kakao {
  right: 20px;
  top: 60px;
}

.new.location_wrap .bus_box li a:after {
  right: 10%;
}

/* preview - confirm_new */
.new.confirm .bd_none {
  border-bottom: none;
}

.new.confirm .form_input_btn + .form_input_btn {
  margin-left: 0;
  margin-right: 15px;
}

.new.confirm .form_input_btn label {
  line-height: 1.4;
}





/* 20220823 popup */
.popup_box {
    position:absolute;
    /* top:150px;
    left:20px;  */
    /* width:calc(100% - 40px); */
    /* max-width:460px; */
    z-index:999;
}
.popup_box .img_box {
    width:100%;
}
.popup_box .img_box img {
    width:auto;
    max-width:100%;
    height:auto;
}
.popup_box .btn_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width:100%;
    background-color:#f2f2f2;
}
.popup_box .btn_box button {
    width:70px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
    background-color:#f2f2f2;
}







@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
	.new .step_box ul li:nth-child(3),
	.new .step_box ul li:nth-child(4) {
		margin-top: 0;
	}
	.new.recent .kiwie_list li.swiper-slide-active a span {
		opacity: 1;
	}
	.new.recent .kiwie_list li.swiper-slide-next a span {
		opacity: 0;
	}
}

@media screen and (max-width: 860px) {
  /* expo - partner_new */
  .new .history_sec {
    padding: 25px 30px;
  }
  .new .history_cont_inner::before {
    top: 50%;
  }
  .new .history_sec br {
    display: none;
  }
  .new .history_list:nth-child(odd) {
    padding-right: 50px;
  }
  .new .history_list:nth-child(even) {
    padding-left: 50px;
  }
  .new .history_list:nth-child(even) .history_sec:before {
    left: -60px;
  }
  .new .history_list:nth-child(odd) .history_sec:before {
    right: -61px;
  }

  /* expo - summary_new */
  .new .purpose_list li span {
    line-height: 1.4;
  }
  .new .sched_box {
    height: 345px;
  }
  .new .sched_box .sched_list {
    padding: 20px;
  }
  .new .sched_box + .sched_box {
    margin-left: 20px;
  }
  .new .sched_box dl {
    display: block;
  }
  .new .sched_box dl dt {
    width: 100%;
    min-height: unset;
    font-size: 16px;
  }
  .new .sched_box dl dd {
    padding-left: 15px;
    font-size: 14px;
  }

  /* expo - exhibit_new */
  .new.exhibit .exhibit_list li {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .new .step_box ul li:nth-child(3),
  .new .step_box ul li:nth-child(4) {
    margin-top: 30px;
  }

  .new.info .pre_info_contents_box.box1 .step_box ul li > div,
  .new.info .pre_info_contents_box.box2 .step_box ul li > div {
    padding-top: 28%;
  }

  /* enterprise - apply-form */
  .new.form .form_select p {
    width: 100%;
  }
  .new.form .form_select .type {
    padding: 30px 20px 0 20px;
  }

  /* preview - location_new */
  .new.location_wrap .bus_box li a:after {
    display: none;
  }

  /* enterprise - benefit_new */
  .new.benefit .supp_box_wrap p.pc_only {
    display: none;
  }
  .new.benefit .supp_box_wrap p.mob_only {
    display: initial;
  }

  .new.section_01 .section01 {
    padding-top: 50px;
    /* flex-direction: column; */
    grid-template-columns: 1fr;
  }
  .new.section_01 .section01 a {
    align-items: flex-end;
    width:100%;
    max-width: 100%;
    height:110px;
    border-radius: 60px;
    padding:30px 35px 50px 0;
  }
  .new.section_01 .section01 a + a {
    margin-top: 20px;
  }
  .new.section_01 .section01 a img {
	width:auto;
    height:100%;
  }
  .new.section_01 .section01 a span {
    margin-top: 10px;
  }
  .new.section_01 .section01 a p {
    font-size: 26px;
  }
  .new.section_01 .section01 a span {
    font-size: 20px;
	}

	.popup_box {
		width:calc(100% - 40px) !important;
		left:20px !important;
	}
  
}

@media screen and (max-width: 640px) {
  /* expo - summary_new */
  .new .s_content_bg li {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .new .s_content_bg li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .new .sub_title.basic span.grey {
    font-size: 20px;
  }
  .new .partner_list li {
    width: 50%;
  }
  .new .sched_box .date_box {
    width: 80%;
    height: 50px;
  }
  .new .sched_box .date {
    font-size: 18px;
  }
  .new .s_content_bg .ttl_area p {
    font-size: 20px;
  }
  .new .s_content_bg .ttl_area span {
    font-size: 18px;
  }
  .new .s_content_bg ul {
    flex-direction: column;
  }
  .new .sched_wrap {
    display: block;
    margin: 30px 0;
  }
  .new .info_table.target_table th {
    font-size: 16px;
  }
  .new .info_table.target_table td {
    font-size: 14px;
  }

  .new .sched_box + .sched_box {
    margin-left: 0;
    margin-top: 30px;
  }

  .new .sched_box .sched_list {
    display: flex;
    justify-content: flex-start;
  }

  .new .sched_box dl {
    width: 50%;
    flex: 0 0 auto;
  }

  .new .sched_box {
    height: auto;
  }

  /* expo - exhibit_new */
  .new.exhibit .exhibit_list .name {
    font-size: 20px;
  }
  .new.exhibit .exhibit_list .name:after {
    height: 10px;
    bottom: -2px;
  }

  .new.exhibit .exhibit_list .info {
    margin-top: 10px;
    font-size: 14px;
  }

  .new.exhibit .exhibit_list {
    flex-direction: column;
  }

  .new.exhibit .exhibit_list li {
    width: 100%;
    margin-right: 0;
  }

  .new.exhibit .exhibit_list li img {
    width: 100%;
  }

  /* expo - partner_new */
  .new .history_sec {
    padding: 20px;
  }

  .new .history_cont_inner ul {
    justify-content: unset;
    flex-direction: column;
  }
  .new .history_cont_inner::before {
    left: 7px;
  }

  .new .history_list {
    width: 90%;
  }
  .new .history_list:nth-child(odd) {
    padding-right: 0;
    padding-left: 35px;
    margin-top: 35px;
  }
  .new .history_list:nth-child(even) {
    padding-right: 0;
    padding-left: 35px;
    margin-top: 35px;
  }

  .new .history_sec {
    max-width: 100%;
  }

  .new .history_list:nth-child(even) {
    float: left;
  }
  .new .history_list:nth-child(odd) .history_sec:before,
  .new .history_list:nth-child(even) .history_sec:before {
    left: -35px;
    width: 15px;
    height: 15px;
    border: 4px solid #d986a3;
  }

  .new .history_sec h3 {
    font-size: 16px;
  }
  .new.intro .wide {
    width: calc(100% - 30px);
    height: 50px;
    font-size: 16px;
  }

  .new.recent .year_tab button + button {
    margin-left: 40px;
  }

  .new.recent .year_tab button:not(:last-child)::after {
    left: calc(100% + 20px);
  }

  /* enterprise - intro_new */
  .new.intro .seq_list {
    display: block;
  }
  .new.intro .seq_list li {
    margin: 0 auto;
    height: 110px;
    border-radius: 20px;
  }

  .new.intro .seq_list li + li,
  .new.intro .seq_list.box_4 li + li {
    margin: 60px auto 0;
  }

  .new.intro .seq_list li:not(:last-of-type):after,
  .new.intro .seq_list.box_4 li:not(:last-of-type):after {
    left: 47%;
    top: calc(100% + 25px);
    transform: rotate(90deg);
  }

  .new.intro .seq_list p {
    font-size: 14px;
  }

  /* enterprise - benefit_new */
  .new.benefit .supp_box_wrap p {
    font-size: 14px;
  }
  .new.benefit .benefit_list {
    padding: 30px 10px;
  }
  .new.benefit .benefit_list .txt_box strong {
    font-size: 18px;
  }
  .new.benefit .benefit_list .txt_box p {
    font-size: 13px;
  }
  .new.benefit .img_box > img {
    width: 100%;
  }
  .new.benefit .img_box.online,
  .new.benefit .img_box .market {
    flex-direction: column;
  }
  .new.benefit .img_box.online img:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .new.benefit .img_box .market {
    margin-bottom: 0;
  }
  .new.benefit .img_box .market img {
    width: 100%;
    margin-bottom: 15px;
  }

  .new.benefit .enterprise_txt{
      padding-bottom: 0;
  }

  /* enterprise - apply-form_new */
  .new.form .form_select li + li {
    margin-left: 0;
  }
  .new.form .form_select .type {
    padding: 30px;
  }
  .new.form .form_select ul {
    flex-direction: column;
  }
  .new.form .form_select li {
    height: 130px;
  }
  .new.form .form_select strong {
    font-size: 18px;
  }
  .new.form .form_select p {
    font-size: 14px;
    padding-top: 8px;
  }
  .new.form tr.invention1 td.ta_center,
  .new.form tr.invention2 td.ta_center,
  .new.form tr.invention3 td.ta_center {
    width: 17%;
    line-height: 36px;
  }
  .new.form .invention2,
  .new.form .invention3 {
    display: none !important;
  }
  .new.form .invention2.active,
  .new.form .invention3.active {
    display: table-row !important;
  }
  .new.form .product_qty {
    margin-top: 0;
  }
  .new.form .product_qty .form_input_btn input[type="radio"]:checked + label span:before {
    margin-top: -5px;
  }
  .new.form .form_input_btn input[type="radio"]:checked + label span:before {
    margin-left: -4px;
  }
  .new .product_qty_wrap_box,
  .new .product_qty_wrap_box tbody,
  .new .product_qty_wrap_box tr,
  .new .product_qty_wrap_box tr th,
  .new .product_qty_wrap_box tr td {
    display: block;
    width: 100%;
    float: none;
  }
  .new .product_qty_wrap_box tr th {
    height: auto;
    padding: 10px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .new.form .product_qty_wrap_box tr.invention1 td.ta_center,
  .new.form .product_qty_wrap_box tr.invention2 td.ta_center,
  .new.form .product_qty_wrap_box tr.invention3 td.ta_center {
    width: 100%;
    line-height: unset;
  }
  .new.form .product_qty_wrap_box tr.invention2.title_tr td.ta_center,
  .new.form .product_qty_wrap_box tr.invention3.title_tr td.ta_center {
    padding-top: 50px;
  }
  .new .product_qty_wrap_box tr td {
    height: auto !important;
    border-left: none;
  }

  /* enterprise - info_new */
  .new .info_table thead th,
  .new .info_table tbody th,
  .new .info_table td {
    padding: 15px 10px;
  }

  /* preview - location_new */
  .new.location_wrap .bus_box li a:after {
    display: block;
  }

  /* preview - info_new */
  .new.info .seq_list {
    display: block;
  }
  .new.info .seq_list li {
    margin: 0 auto;
    height: 120px;
    border-radius: 20px;
  }
  .new.info .seq_list li + li {
    margin: 60px auto 0;
  }
  .new.info .seq_list li:not(:last-of-type):after {
    left: 47%;
    top: calc(100% + 25px);
    transform: rotate(90deg);
  }
  .new.info .seq_list span {
    padding-bottom: 10px;
  }
  .new.info .seq_list p {
    font-size: 14px;
  }

}
