/* 행사개요 시작 */
#outline .sec_01 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  overflow: hidden;
}

#outline .sec_01 .tit {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 100px;
}

#outline .sec_01 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
  overflow: hidden;
}

#outline .sec_01 .wrap .poster {
  width: auto;
  height: auto;
}

#outline .sec_01 .wrap table {
  border-collapse: collapse;
  border-top: 1px solid #0B1633;
  border-bottom: 1px solid #0B1633;
}

#outline .sec_01 .wrap table tr {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  padding: 0 20px;
}

#outline .sec_01 .wrap table tr:last-of-type {
  height: 130px;
  border-bottom: 0;
}

#outline .sec_01 .wrap table tr th,
#outline .sec_01 .wrap table tr td {
  display: flex;
  align-items: center;
  height: 100%;
}

#outline .sec_01 .wrap table tr th {
  width: 180px;
  gap: 20px;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #929292;
  flex-shrink: 0;
}

#outline .sec_01 .wrap table tr th img {
  width: auto;
  height: auto;
}

#outline .sec_01 .wrap table tr td {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #0B1633;
  gap: 30px;
  flex-wrap: wrap;
  align-content: center;
}

#outline .sec_01 .wrap table tr td img {
  width: auto;
  height: auto;
}

#outline .sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  border-top: 1px solid #E6E6E6;
  text-align: center;
  overflow: hidden;
}

#outline .sec_02 h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 50px;
}

#outline .sec_02 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
}

#outline .sec_02 .wrap img {
  width: calc((100% - 90px) / 3 );
  height: auto;
}

#outline .sec_03 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  background: url(../img/sub/outline/sec_03_bg.png) no-repeat center / cover;
  overflow: hidden;
}

#outline .sec_03 h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

#outline .sec_03 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  overflow: hidden;
}

#outline .sec_03 .wrap img {
  width: calc((100% - 120px) / 4 );
  height: auto;
}

#outline .sec_04 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
}

#outline .sec_04 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#outline .sec_04 .wrap .box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

#outline .sec_04 .wrap .box .cnt {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
}

#outline .sec_04 .wrap .box .info {
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 14px;
  color: #0B1633;
}

#outline .sec_05 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  overflow: hidden;
}

#outline .sec_05 a {
  width: 550px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  background: url(../img/common/btn_bg.png) no-repeat center / cover;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  #outline .sec_01 .wrap {
    max-width: 90%;
  }

  #outline .sec_01 .tit {
    width: 500px;
  }

  #outline .sec_01 .wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #outline .sec_02 .wrap {
    max-width: 90%;
  }

  #outline .sec_03 .wrap {
    max-width: 90%;
  }

  #outline .sec_04 .wrap {
    max-width: 90%;
    flex-wrap: wrap;
    gap: 50px;
  }

  #outline .sec_04 .wrap .box {
    width: calc((100% - 50px) / 2);
  }

  #outline .sec_05 {
    gap: 50px;
  }

  #outline .sec_05 a {
    width: calc(50% - 50px);
  }
}

@media (max-width: 900px) {
  #outline .sec_01 .tit {
    width: 400px;
  }

  #outline .sec_01 .wrap .poster {
    width: 350px;
  }

  #outline .sec_01 .wrap table tr th {
    width: 150px;
    font-size: 16px;
  }

  #outline .sec_01 .wrap table tr td {
    font-size: 16px;
  }

  #outline .sec_01 .wrap table tr td img {
    height: 20px;
  }

  #outline .sec_01 .wrap table tr {
    height: 60px;
  }

  #outline .sec_01 .wrap table tr:last-of-type {
    height: 100px;
  }

  #outline .sec_02 h2 {
    font-size: 24px;
  }

  #outline .sec_03 h2 {
    font-size: 24px;
  }

  #outline .sec_04 .wrap .box .cnt {
    font-size: 24px;
  }

  #outline .sec_05 a {
    height: 60px;
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  #outline .sec_01 .tit {
    width: 350px;
  }

  #outline .sec_01 .wrap .poster {
    width: 300px;
  }

  #outline .sec_01 .wrap table tr td {
    gap: 20px;
  }

  #outline .sec_02 .wrap {
    gap: 30px;
  }

  #outline .sec_02 .wrap img {
    width: calc((100% - 30px) / 2);
  }

  #outline .sec_03 .wrap {
    gap: 30px;
    flex-wrap: wrap;
  }

  #outline .sec_03 .wrap img {
    width: calc((100% - 30px) / 2);
  }

  #outline .sec_04 .wrap {
    gap: 30px;
  }

  #outline .sec_04 .wrap .box {
    width: calc((100% - 30px) / 2);
  }

  #outline .sec_05 {
    gap: 30px;
  }
}

@media (max-width: 500px) {
  #outline .sec_01 {
    padding: 50px 0;
  }

  #outline .sec_01 .tit {
    width: 250px;
    margin: 0 auto 50px;
  }

  #outline .sec_01 .wrap .poster {
    width: 250px;
  }

  #outline .sec_01 .wrap table tr th {
    width: 100px;
    font-size: 14px;
    gap: 10px;
  }

  #outline .sec_01 .wrap {
    gap: 30px;
  }

  #outline .sec_01 .wrap table tr td {
    gap: 10px;
  }

  #outline .sec_01 .wrap table tr td {
    font-size: 14px;
  }

  #outline .sec_01 .wrap table tr {
    height: 50px;
    padding: 0 5px;
  }

  #outline .sec_01 .wrap table tr td img {
    height: 18px;
  }

  #outline .sec_01 .wrap table tr:last-of-type {
    height: 80px;
  }

  #outline .sec_02 {
    padding: 50px 0;
  }

  #outline .sec_02 h2 {
    font-size: 20px;
  }

  #outline .sec_03 h2 {
    font-size: 20px;
  }

  #outline .sec_03 {
    padding: 50px 0;
  }

  #outline .sec_04 {
    padding: 50px 0;
  }

  #outline .sec_04 .wrap .box .cnt {
    font-size: 20px;
  }

  #outline .sec_04 .wrap .box .info {
    font-size: 12px;
  }

  #outline .sec_04 .wrap .box {
    width: 100%;
    gap: 5px;
  }

  #outline .sec_05 {
    padding: 50px 0;
  }

  #outline .sec_05 a {
    width: 90%;
    height: 50px;
    font-size: 14px;
  }

  #outline .sec_05 {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  #outline .sec_01 .tit {
    width: 220px;
  }

  #outline .sec_01 .wrap .poster {
    width: 220px;
  }

  #outline .sec_01 .wrap table tr th img {
    width: 10px;
  }

  #outline .sec_01 .wrap table tr th {
    width: 90px;
    font-size: 12px;
  }

  #outline .sec_01 .wrap table tr td {
    font-size: 12px;
  }

  #outline .sec_01 .wrap table tr {
    height: 40px;
  }

  #outline .sec_01 .wrap table tr td img {
    height: 15px;
  }

  #outline .sec_02 h2 {
    font-size: 16px;
  }

  #outline .sec_02 .wrap img {
    width: 100%;
  }

  #outline .sec_03 h2 {
    font-size: 16px;
  }

  #outline .sec_03 .wrap img {
    width: 100%;
  }

  #outline .sec_04 .wrap .box .cnt {
    font-size: 16px;
  }

  #outline .sec_04 .wrap .box .info {
    font-size: 10px;
  }

  #outline .sec_05 a {
    height: 40px;
    font-size: 12px;
  }

  #outline .sec_05 {
    gap: 10px;
  }

  #outline .sec_02 .wrap {
    max-width: 70%;
  }

  #outline .sec_03 .wrap {
    max-width: 60%;
  }
}
/* 행사개요 종료 */

/* 관람안내 시작 */
#viewing .sec_01 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  border-bottom: 1px solid #E6E6E6;
}

#viewing .sec_01 h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  text-align: center;
  margin-bottom: 100px;
}

#viewing .sec_01 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

#viewing .sec_01 .wrap .con_1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

#viewing .sec_01 .wrap .con_1 .box {
  width: 100%;
  height: auto;
  padding: 35px;
  background: #733F95;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

#viewing .sec_01 .wrap .con_1 .box img {
  width: auto;
  height: auto;
}

#viewing .sec_01 .wrap .con_1 .box .txt {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#viewing .sec_01 .wrap .con_1 .box .txt .tit {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
}

#viewing .sec_01 .wrap .con_1 .box .txt .info {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#viewing .sec_01 .wrap .con_1 .box .txt .info span {
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 10px;
}

#viewing .sec_01 .wrap .con_2 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}

#viewing .sec_01 .wrap .con_2 table {
  width: 100%;
  height: auto;
  text-align: center;
  border: none;
  border-collapse: collapse;
  border-style: hidden;
}

#viewing .sec_01 .wrap .con_2 table th,
#viewing .sec_01 .wrap .con_2 table td {
  border: 1px solid #E6E6E6;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #0B1633;
}

#viewing .sec_01 .wrap .con_2 table th {
  background: #FAFAFA;
}

#viewing .sec_01 .wrap .con_2 table thead {
  height: 80px;
}

#viewing .sec_01 .wrap .con_2 table tbody {
  height: 100px;
}

#viewing .sec_01 .wrap .con_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

#viewing .sec_01 .wrap .con_3 a {
  width: 550px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  background: url(../img/common/btn_bg.png) no-repeat center / cover;
  border-radius: 10px;
}

#viewing .sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

#viewing .sec_02 h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 50px;
}

#viewing .sec_02 .box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  height: auto;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}

#viewing .sec_02 .box:last-of-type {
  margin-bottom: 0;
}

#viewing .sec_02 .box table {
  width: 100%;
  height: auto;
  border: none;
  border-collapse: collapse;
  border-style: hidden;
}

#viewing .sec_02 .box table img {
  width: auto;
  height: auto;
}

#viewing .sec_02 .box table th,
#viewing .sec_02 .box table td {
  border: 1px solid #E6E6E6;
}

#viewing .sec_02 .box table th {
  background: #FAFAFA;
  font-family: 'RS_B';
  font-weight: bold;
  font-size: 20px;
  color: #0B1633;
}

#viewing .sec_02 .box table thead {
  height: 80px;
}

#viewing .sec_02 .box table tbody tr {
  height: auto;
}

#viewing .sec_02 .box table tbody tr td {
  width: 25%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 50px 0;
}

#viewing .sec_02 .box table tbody tr td .step {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 16px;
  color: #0B1633;
}

#viewing .sec_02 .box table tbody tr td .info {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 22px;
  color: #0B1633;
}

@media (max-width: 1400px) {
  #viewing .sec_01 .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #viewing .sec_01 .wrap .con_1 .box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
    height: 280px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .info span {
    display: block;
  }

  #viewing .sec_02 .box {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  #viewing .sec_01 h2 {
    font-size: 24px;
  }

  #viewing .sec_01 .wrap .con_1 .box {
    padding: 30px 15px;
    height: 240px;
  }

  #viewing .sec_01 .wrap .con_1 .box img {
    width: 60px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .tit {
    font-size: 18px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .info {
    font-size: 12px;
  }

  #viewing .sec_01 .wrap .con_2 table th, #viewing .sec_01 .wrap .con_2 table td {
    font-size: 16px;
  }

  #viewing .sec_01 .wrap .con_2 table thead {
    height: 60px;
  }

  #viewing .sec_01 .wrap .con_2 table tbody {
    height: 80px;
  }

  #viewing .sec_01 .wrap .con_3 {
    gap: 30px;
  }

  #viewing .sec_01 .wrap .con_3 a {
    height: 60px;
    font-size: 18px;
  }

  #viewing .sec_02 h2 {
    font-size: 24px;
  }

  #viewing .sec_02 .box table th {
    font-size: 16px;
  }

  #viewing .sec_02 .box table thead {
    height: 60px;
  }

  #viewing .sec_02 .box table tbody tr td {
    padding: 30px 0;
    gap: 20px;
  }

  #viewing .sec_02 .box table tbody tr td .step {
    font-size: 14px;
  }

  #viewing .sec_02 .box table img {
    width: 50px;
  }

  #viewing .sec_02 .box table tbody tr td .info {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  #viewing .sec_01 .wrap .con_1 {
    gap: 10px;
    flex-wrap: wrap;
  }

  #viewing .sec_01 .wrap .con_1 .box {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: auto;
    align-content: center;
    padding: 30px;
  }

  #viewing .sec_02 .box table tbody tr td {
    width: 50%;
  }
}

@media (max-width: 500px) {
  #viewing .sec_01 {
    padding: 50px 0;
  }

  #viewing .sec_01 h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #viewing .sec_01 .wrap .con_1 .box img {
    width: 50px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .tit {
    font-size: 16px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt {
    gap: 5px;
  }

  #viewing .sec_01 .wrap .con_2 table th, #viewing .sec_01 .wrap .con_2 table td {
    font-size: 14px;
  }

  #viewing .sec_01 .wrap .con_2 table thead {
    height: 40px;
  }

  #viewing .sec_01 .wrap .con_2 table tbody {
    height: 60px;
  }

  #viewing .sec_01 .wrap .con_3 {
    gap: 10px;
  }

  #viewing .sec_01 .wrap .con_3 a {
    height: 50px;
    font-size: 14px;
  }

  #viewing .sec_02 {
    padding: 50px 0;
  }

  #viewing .sec_02 h2 {
    font-size: 20px;
  }

  #viewing .sec_02 .box table th {
    font-size: 14px;
  }

  #viewing .sec_02 .box table thead {
    height: 50px;
  }

  #viewing .sec_02 .box table tbody tr td .step {
    font-size: 12px;
  }

  #viewing .sec_02 .box table img {
    width: 40px;
  }

  #viewing .sec_02 .box table tbody tr td .info {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #viewing .sec_01 h2 {
    font-size: 18px;
  }

  #viewing .sec_01 .wrap .con_1 .box img {
    width: 40px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .tit {
    font-size: 14px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .info {
    font-size: 10px;
  }

  #viewing .sec_01 .wrap .con_1 .box .txt .info span {
    font-size: 9px;
  }

  #viewing .sec_01 .wrap .con_2 table th, #viewing .sec_01 .wrap .con_2 table td {
    font-size: 10px;
  }

  #viewing .sec_01 .wrap .con_2 table thead {
    height: 30px;
  }

  #viewing .sec_01 .wrap .con_1 .box {
    padding: 20px;
  }

  #viewing .sec_01 .wrap .con_2 table tbody {
    height: 40px;
  }

  #viewing .sec_01 .wrap .con_3 a {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }

  #viewing .sec_01 .wrap .con_3 {
    flex-wrap: wrap;
  }

  #viewing .sec_02 h2 {
    font-size: 18px;
  }

  #viewing .sec_02 .box table th {
    font-size: 12px;
  }

  #viewing .sec_02 .box table thead {
    height: 40px;
  }

  #viewing .sec_02 .box table tbody tr td .step {
    font-size: 10px;
  }

  #viewing .sec_02 .box table img {
    width: 35px;
  }

  #viewing .sec_02 .box table tbody tr td .info {
    font-size: 12px;
  }

  #viewing .sec_02 .box table tbody tr td {
    gap: 15px;
  }
}
/* 관람안내 종료 */

/* 오시는길 시작 */
#directions .sec_01 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
}

#directions .sec_01 h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  text-align: center;
  margin-bottom: 100px;
}

#directions .sec_01 .tb {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}

#directions .sec_01 .tb table {
  width: 100%;
  height: auto;
  text-align: center;
  border: none;
  border-collapse: collapse;
  border-style: hidden;
}

#directions .sec_01 .tb table tr {
  height: 80px;
}

#directions .sec_01 .tb table th,
#directions .sec_01 .tb table td {
  border: 1px solid #E6E6E6;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #0B1633;
}

#directions .sec_01 .tb table th {
  background: #FAFAFA;
}

#directions .sec_01 .root_daum_roughmap {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  margin-bottom: 50px;
}

#directions .sec_01 .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}

#directions .sec_01 .root_daum_roughmap * {
  border: none !important;
}

#directions .sec_01 .box {
  width: 100%;
  height: 180px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid #E6E6E6;
}

#directions .sec_01 :nth-child(1 of .box) {
  border-top: 1px solid #E6E6E6;
}

#directions .sec_01 .box:nth-last-child(1 of .box) {
  margin-bottom: 50px;
}

#directions .sec_01 .box img {
  width: auto;
  height: auto;
}

#directions .sec_01 .box .txt {
  width: auto;
  height: auto;
}

#directions .sec_01 .box .txt .tit {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 18px;
  color: #733F95;
  margin-bottom: 20px;
}

#directions .sec_01 .box .txt .info {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 15px;
  color: #0A122A;
  margin-bottom: 10px;
}

#directions .sec_01 .box .txt .info span {
  font-family: 'PB_R';
	font-weight: normal;
}

#directions .sec_01 .box .txt .info:last-of-type {
  margin-bottom: 0;
}

#directions .sec_01 .link {
  display: flex;
  align-items: center;
  gap: 100px;
}

#directions .sec_01 .link a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #733F95;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1200px) {
  #directions .sec_01 {
    max-width: 90%;
  }

  #directions .sec_01 .box {
    padding: 0 50px;
  }
}

@media (max-width: 900px) {
  #directions .sec_01 h2 {
    font-size: 24px;
  }

  #directions .sec_01 .tb table th, #directions .sec_01 .tb table td {
    font-size: 16px;
  }

  #directions .sec_01 .tb table tr {
    height: 60px;
  }

  #directions .sec_01 .root_daum_roughmap {
    height: 400px;
  }

  #directions .sec_01 .box {
    padding: 0 30px;
    gap: 30px;
  }

  #directions .sec_01 .box img {
    width: 60px;
  }

  #directions .sec_01 .box .txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #directions .sec_01 .box .txt .info {
    font-size: 12px;
  }

  #directions .sec_01 .link a {
    font-size: 16px;
    height: 60px;
  }

  #directions .sec_01 .link {
    gap: 50px;
  }
}

@media (max-width: 700px) {
  #directions .sec_01 .tb table thead {
    display: none;
  }

  #directions .sec_01 .tb table colgroup {
    display: none;
  }

  #directions .sec_01 .tb table tbody tr {
    display: block;
    height: auto;
  }

  #directions .sec_01 .tb table tbody td {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100px; 
    align-items: center;
  }

  #directions .sec_01 .tb table tbody td::before {
    content: "";
    grid-row: 1;
    background: #FAFAFA;
    height: 100%;
    align-content: center;
    border-bottom: 1px solid #E6E6E6;
  }

  #directions .sec_01 .tb table tbody td:nth-child(1)::before {
    content: "도로명 주소";
  }

  #directions .sec_01 .tb table tbody td:nth-child(2)::before {
    content: "지번 주소";
  }

  #directions .sec_01 .tb table tbody td:nth-child(3)::before {
    content: "행사장소";
  }
}

@media (max-width: 500px) {
  #directions .sec_01 {
    padding: 50px 0;
  }

  #directions .sec_01 h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #directions .sec_01 .tb table th, #directions .sec_01 .tb table td {
    font-size: 14px;
  }

  #directions .sec_01 .tb table tbody td {
    height: 80px;
  }

  #directions .sec_01 .root_daum_roughmap {
    height: 250px;
  }

  #directions .sec_01 .box {
    padding: 0 10px;
    gap: 20px;
    height: 140px;
  }

  #directions .sec_01 .box img {
    width: 40px;
  }

  #directions .sec_01 .box .txt .tit {
    font-size: 14px;
  }

  #directions .sec_01 .box .txt .info {
    font-size: 10px;
    margin-bottom: 5px;
  }

  #directions .sec_01 .link {
    gap: 10px;
  }

  #directions .sec_01 .link a {
    font-size: 14px;
    height: 40px;
  }
  
  #directions .sec_01 .link a {
    font-size: 12px;
    height: 35px;
  }
}

@media (max-width: 400px) {
  #directions .sec_01 h2 {
    font-size: 18px;
  }

  #directions .sec_01 .tb table th, #directions .sec_01 .tb table td {
    font-size: 12px;
  }

  #directions .sec_01 .tb table tbody td {
    height: 70px;
  }

  #directions .sec_01 .root_daum_roughmap {
    height: 200px;
  }

  #directions .sec_01 .link {
    flex-wrap: wrap;
  }
}
/* 오시는길 종료 */ 

/* 부스배치도 시작 */
#layout .wrap > [class^="type_"] {
  display: none;
}

#layout .wrap > [class^="type_"].is-active {
  display: block;
}

#layout {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  text-align: center;
}

#layout .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}

#layout .wrap .btn_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}

#layout .wrap .btn_wrap button {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: none;
  border: 1px solid #733F95;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #733F95;
}

#layout .wrap .btn_wrap button.active {
  border: none;
  background: #733F95;
  color: #fff;
}

#layout .wrap .type_1,
#layout .wrap .type_2 {
  width: 100%;
  height: auto;
}

#layout .wrap .type_1 p,
#layout .wrap .type_2 p {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 50px;
}

#layout .wrap .type_1 img,
#layout .wrap .type_2 img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  border-radius: 10px;
}

#layout .wrap .type_1 img:last-of-type,
#layout .wrap .type_2 img:last-of-type {
  margin-bottom: 80px;
}

#layout .wrap .type_1 a,
#layout .wrap .type_2 a {
  width: 550px;
  height: 80px;
  border-radius: 10px;
  background: url(../img/common/btn_bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1200px) {
  #layout .wrap {
    max-width: 90%;
  }

  #layout .wrap .btn_wrap {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  #layout .wrap .btn_wrap button {
    font-size: 18px;
    height: 60px;
  }

  #layout .wrap .type_1 a, #layout .wrap .type_2 a {
    width: 400px;
    height: 60px;
    font-size: 18px;
  }

  #layout .wrap .type_1 p, #layout .wrap .type_2 p {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  #layout .wrap .btn_wrap {
    gap: 30px;
  }

  #layout .wrap .btn_wrap button {
    height: 50px;
    font-size: 16px;
  }

  #layout .wrap .type_1 a, #layout .wrap .type_2 a {
    width: 350px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #layout {
    padding: 50px 0;
  }

  #layout .wrap .btn_wrap {
    gap: 10px;
    margin-bottom: 50px;
  }

  #layout .wrap .type_1 p, #layout .wrap .type_2 p {
    font-size: 20px;
  }

  #layout .wrap .btn_wrap button {
    height: 40px;
    font-size: 14px;
  }

  #layout .wrap .type_1 a, #layout .wrap .type_2 a {
    width: 300px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #layout .wrap .btn_wrap {
    flex-wrap: wrap;
  }

  #layout .wrap .btn_wrap button {
    font-size: 12px;
    border-radius: 5px;
  }

  #layout .wrap .type_1 p, #layout .wrap .type_2 p {
    font-size: 18px;
  }

  #layout .wrap .type_1 img, #layout .wrap .type_2 img {
    margin-bottom: 30px;
  }

  #layout .wrap .type_1 img:last-of-type, #layout .wrap .type_2 img:last-of-type {
    margin-bottom: 50px;
  }

  #layout .wrap .type_1 a, #layout .wrap .type_2 a {
    width: 250px;
    font-size: 12px;
    border-radius: 5px;
  }
}
/* 부스배치도 종료 */

/* 전시관 시작 */
#composition .wrap > [class^="type_"] {
  display: none;
}

#composition .wrap > [class^="type_"].is-active {
  display: block;
}

#composition {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  text-align: center;
}

#composition .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}

#composition .wrap .btn_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}

#composition .wrap .btn_wrap button {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: none;
  border: 1px solid #733F95;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #733F95;
}

#composition .wrap .btn_wrap button.active {
  border: none;
  background: #733F95;
  color: #fff;
}

#composition .wrap .type_1,
#composition .wrap .type_2 {
  width: 100%;
  height: auto;
}

#composition .wrap .type_1 h3,
#composition .wrap .type_2 h3 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 50px;
}

#composition .wrap .type_1 img,
#composition .wrap .type_2 img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  border-radius: 10px;
}

#composition .wrap .type_1 .box,
#composition .wrap .type_2 .box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 100px;
}

#composition .wrap .type_1 .box .item,
#composition .wrap .type_2 .box .item {
  width: calc((100% - 50px) / 2);
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #733F95;
}

#composition .wrap .type_1 .box .item.pink,
#composition .wrap .type_2 .box .item.pink {
  background: #BF91C0;
}

#composition .wrap .type_1 .box .item .tit,
#composition .wrap .type_2 .box .item .tit {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#composition .wrap .type_1 .box .item .txt,
#composition .wrap .type_2 .box .item .txt {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

#composition .wrap .type_1 a,
#composition .wrap .type_2 a {
  width: 550px;
  height: 80px;
  border-radius: 10px;
  background: url(../img/common/btn_bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1200px) {
  #composition .wrap {
    max-width: 90%;
  }

  #composition .wrap .btn_wrap {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  #composition .wrap .btn_wrap button {
    font-size: 18px;
    height: 60px;
  }

  #composition .wrap .type_1 a, #composition .wrap .type_2 a {
    width: 400px;
    height: 60px;
    font-size: 18px;
  }

  #composition .wrap .type_1 h3, #composition .wrap .type_2 h3 {
    font-size: 24px;
  }

  #composition .wrap .type_1 .box .item .tit, #composition .wrap .type_2 .box .item .tit {
    font-size: 20px;
  }

  #composition .wrap .type_1 .box .item .txt, #composition .wrap .type_2 .box .item .txt {
    font-size: 16px;
  }

  #composition .wrap .type_1 .box, #composition .wrap .type_2 .box {
    gap: 30px;
  }

  #composition .wrap .type_1 .box .item, #composition .wrap .type_2 .box .item {
    width: calc((100% - 30px) / 2);
    height: 200px;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  #composition .wrap .btn_wrap {
    gap: 30px;
  }

  #composition .wrap .btn_wrap button {
    height: 50px;
    font-size: 16px;
  }

  #composition .wrap .type_1 a, #composition .wrap .type_2 a {
    width: 350px;
    height: 50px;
    font-size: 16px;
  }

  #composition .wrap .type_1 .box .item, #composition .wrap .type_2 .box .item {
    width: 100%;
  }

  #composition .wrap .type_1 .box .item:nth-of-type(3), #composition .wrap .type_2 .box .item:nth-of-type(3) {
    order: 1;
  }
}

@media (max-width: 500px) {
  #composition {
    padding: 50px 0;
  }

  #composition .wrap .btn_wrap {
    gap: 10px;
    margin-bottom: 50px;
  }

  #composition .wrap .type_1 h3, #composition .wrap .type_2 h3 {
    font-size: 20px;
  }

  #composition .wrap .btn_wrap button {
    height: 40px;
    font-size: 14px;
  }

  #composition .wrap .type_1 a, #composition .wrap .type_2 a {
    width: 300px;
    height: 40px;
    font-size: 14px;
  }

  #composition .wrap .type_1 .box .item .tit, #composition .wrap .type_2 .box .item .tit {
    font-size: 18px;
  }

  #composition .wrap .type_1 .box .item .txt, #composition .wrap .type_2 .box .item .txt {
    font-size: 14px;
    padding: 0 10px;
  }

  #composition .wrap .type_1 .box .item, #composition .wrap .type_2 .box .item {
    height: 180px;
  }

  #composition .wrap .type_1 .box, #composition .wrap .type_2 .box {
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  #composition .wrap .btn_wrap {
    flex-wrap: wrap;
  }

  #composition .wrap .btn_wrap button {
    font-size: 12px;
    border-radius: 5px;
  }

  #composition .wrap .type_1 h3, #composition .wrap .type_2 h3 {
    font-size: 18px;
  }

  #composition .wrap .type_1 img, #composition .wrap .type_2 img {
    margin-bottom: 30px;
  }

  #composition .wrap .type_1 a, #composition .wrap .type_2 a {
    width: 250px;
    font-size: 12px;
    border-radius: 5px;
  }

  #composition .wrap .type_1 .box .item .tit, #composition .wrap .type_2 .box .item .tit {
    font-size: 16px;
  }

  #composition .wrap .type_1 .box .item .txt, #composition .wrap .type_2 .box .item .txt {
    font-size: 12px;
  }

  #composition .wrap .type_1 .box .item .txt br, #composition .wrap .type_2 .box .item .txt br {
    display: none;
  }

  #composition .wrap .type_1 .box .item, #composition .wrap .type_2 .box .item {
    height: 180px;
    gap: 10px;
  }

  #composition .wrap .type_1 .box, #composition .wrap .type_2 .box {
    gap: 10px;
  }
}
/* 전시관 종료 */

/* 프로그램 일정 시작 */
#schedule {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

#schedule .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  overflow: hidden;
}

#schedule .wrap h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 100px;
}

#schedule .wrap img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  #schedule .wrap {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  #schedule .wrap h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  #schedule .wrap h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #schedule {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
  #schedule .wrap h2 {
    font-size: 18px;
  }
}
/* 프로그램 일정 종료 */

/* 연계 프로그램 1 ~ 상시 시작 */
#day {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#day h2 {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 100px;
  text-align: center;
}

#day .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  overflow: hidden;
}

#day .wrap .box {
  width: calc((100% - 50px) / 2);
  height: 280px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}

#day .wrap .box img {
  width: auto;
  height: 100%;
}

#day .wrap .box .inner {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  font-size: 14px;
  color: #0B1633;
}

#day .wrap .box .inner:last-of-type {
  margin-bottom: 0;
}

#day .wrap .box .inner .lb {
  width: 55px;
  height: auto;
  flex-shrink: 0;
  font-family: 'PB_B';
	font-weight: bold;
}

#day .wrap .box .inner .txt {
  width: 100%;
  font-family: 'PB_R';
	font-weight: normal;
}

#day .wrap .box .title .lb,
#day .wrap .box .title .txt {
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 20px;
  color: #733F95;
}

.day_popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: rgba(000,000,000,0.5);
}

.day_popup.is-open { 
  display: flex;  
}

.day_popup .frame {
  width: 100%;
  max-width: 1000px;
  height: 70vh;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.day_popup .frame .pop_tit {
  width: 100%;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  background: #0B1633;
}

.day_popup .frame .pop_tit p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.day_popup .frame .pop_tit p span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.day_popup .frame .pop_tit .close {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.day_popup .frame .pop_tit .close span {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.day_popup .frame .pop_tit .close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.day_popup .frame .pop_tit .close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.day_popup .frame .pop_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FAFAFA;
  padding: 50px 30px;
}

.day_popup .frame .pop_con .item {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.day_popup .frame .pop_con .item .item_con {
  width: 100%;
  height: auto;
}

.day_popup .frame .pop_con .item::-webkit-scrollbar {
    width: 3px;  
    border-radius: 10px;
}

.day_popup .frame .pop_con .item::-webkit-scrollbar-thumb {
    background: #0B1633;
    border-radius: 10px;
}

.day_popup .frame .pop_con .item::-webkit-scrollbar-track {
    background: rgba(11, 22, 51, 0.1);
}

.day_popup .frame .pop_con .item .item_con img {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  #day .wrap {
    max-width: 700px;
  }

  #day .wrap .box {
    width: 100%
  }
}

@media (max-width: 1200px) {
  .day_popup .frame {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  #day h2 {
    font-size: 24px;
  }

  #day .wrap {
    max-width: 90%;
  }
}

@media (max-width: 700px) {
  #day .wrap .box {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  #day .wrap .box img {
    width: 70%;
    height: auto;
  }

  #day .wrap .box .con {
    width: 70%;
  }

  .day_popup .frame .pop_tit {
    height: 50px;
  }

  .day_popup .frame .pop_tit p {
    font-size: 16px;
  }

  .day_popup .frame .pop_con {
    padding: 30px 10px;
  }

  .day_popup .frame .pop_con .item {
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  #day {
    padding: 50px 0;
  }

  #day h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #day .wrap .box img {
    width: 100%;
  }

  #day .wrap .box .con {
    width: 100%;
  }

  #day .wrap .box .title .lb, #day .wrap .box .title .txt {
    font-size: 16px;
  }

  #day .wrap .box .inner:last-of-type .txt br {
    display: none;
  }

  .day_popup .frame .pop_tit {
    padding: 0 15px;
  }

  .day_popup .frame .pop_tit p span {
    width: 8px;
    height: 8px;
  }

  .day_popup .frame .pop_tit p {
    font-size: 12px;
  }

  .day_popup .frame .pop_tit .close {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 400px) {
  #day h2 {
    font-size: 18px;
  }

  #day .wrap .box .title .lb, #day .wrap .box .title .txt {
    font-size: 14px;
  }

  #day .wrap .box .inner {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #day .wrap .box .inner .lb {
    width: 40px;
  }

  #day .wrap {
    gap: 30px;
  }

  .day_popup .frame .pop_tit p {
    gap: 5px;
  }
}
/* 연계 프로그램 1 ~ 상시 종료 */

/* 사전등록 확인 시작 */
#check {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#check h2 {
  text-align: center;
  font-family: 'RS_B';
	font-weight: bold;
  font-size: 30px;
  color: #0B1633;
  margin-bottom: 100px;
}

#check .wrap {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

#check .wrap form {
  width: 100%;
  height: auto;
}

#check .wrap form label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 16px;
  color: #262626;
  margin-bottom: 10px;
}

#check .wrap form label img {
  width: auto;
  height: auto;
}

#check .wrap form input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 12px;
  color: #262626;
}

#check .wrap form input::placeholder {
  color: #929292;
}

#check .wrap form .tel_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

#check .wrap form .tel_wrap input {
  margin-bottom: 0;
}

#check .wrap form .info {
  width: 100%;
  height: auto;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}

#check .wrap form .info .tit {
  width: 100%;
  height: 50px;
  align-content: center;
  background: #E6E6E6;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #091128;
}

#check .wrap form .info .txt {
  width: 100%;
  height: auto;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#check .wrap form .info .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #091128;
  line-height: 25px;
}

#check .wrap form .info .txt p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#check .wrap form .info .txt p:last-of-type {
  font-size: 16px;
}

#check .wrap form .submit_btn {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/btn_bg.png) no-repeat center / cover;
  border-radius: 10px;
  font-family: 'RS_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  border: none;
}

@media (max-width: 900px) {
  #check h2 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  #check .wrap {
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  #check {
    padding: 50px 0;
  }

  #check h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #check .wrap form input {
    height: 40px;
    padding: 0 10px;
  }

  #check .wrap form .tel_wrap {
    gap: 10px;
  }

  #check .wrap form .info .tit {
    height: 40px;
    font-size: 16px;
  }

  #check .wrap form .info .txt {
    padding: 20px 15px;
    gap: 10px;
  }

  #check .wrap form .info .txt p {
    font-size: 14px;
    line-height: 20px;
  }

  #check .wrap form .info .txt p:last-of-type {
    font-size: 12px;
  }

  #check .wrap form .submit_btn {
    height: 50px;
    font-size: 16px;
  }

  #check .wrap form .info .txt p br {
    display: none;
  }

  #check .wrap form .info .txt p:last-of-type br {
    display: block;
  }
}

@media (max-width: 400px) {
  #check h2 {
    font-size: 18px;
  }

  #check .wrap form label {
    font-size: 14px;
  }

  #check .wrap form .tel_wrap {
    gap: 5px;
  }

  #check .wrap form .info .tit {
    font-size: 14px;
  }

  #check .wrap form .info .txt p {
    font-size: 12px;
    line-height: 15px;
  }

  #check .wrap form .info .txt p:last-of-type {
    font-size: 10px;
  }

  #check .wrap form .submit_btn {
    height: 40px;
    font-size: 14px;
  }
}
/* 사전등록 확인 종료 */