/* 공통 시작 */
#page_nav {
  width: 100%;
  height: 80px;
  background: #071EA2;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: sticky;
  left: 0;
  top: 80px;
  z-index: 9;
}

#page_nav button {
  width: auto;
  height: 100%;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #fff;
  border: none;
  background: none;
}

#page_nav button.active {
  font-family: 'PB_B';
  font-weight: bold;
}

.sub_title {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  #page_nav {
    height: 50px;
    top: 50px;
    overflow-x: scroll;
    justify-content: flex-start;
    padding: 0 5%;
  }

  .sub_title {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  #page_nav button {
    font-size: 14px;
  }

  #page_nav {
    gap: 30px;
  }
}

@media (max-width: 700px) {
  .sub_title {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .sub_title {
    font-size: 18px;
  }
}
/* 공통 종료 */

/* BRAND STORY 시작 */
#story {
  width: 100%;
  height: auto;
}

#story .sec_01 {
  width: 100%;
  height: auto;
  background: url(../img/sub/story/sec_01_bg.png) no-repeat center / cover;
  padding: 130px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  overflow: hidden;
}

#story .sec_01 img {
  width: auto;
  height: auto;
}

#story .sec_01 p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
}

#story .sec_02 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#story .sec_02 .top {
  width: 100%;
  height: auto;
  padding: 100px 0 130px;
  background: #071EA2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#story .sec_02 .top .inner {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

#story .sec_02 .top .inner .sub_title {
  color: #fff;
}

#story .sec_02 .top p,
#story .sec_02 .bottom .inner p {
  font-family: 'PB_R';
	font-weight: normal;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#story .sec_02 .top p span,
#story .sec_02 .bottom .inner p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#story .sec_02 .top img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
}

#story .sec_02 .bottom {
  width: 100%;
  height: auto;
  padding: 130px 0 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#story .sec_02 .bottom .inner {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
}

#story .sec_02 .bottom .inner p {
  color: #071EA2;
}

#story .sec_03 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #F5F7FF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

#story .sec_03 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 100px 0;
  background: url(../img/sub/story/sec_03_bg.png) no-repeat center / cover;
}

#story .sec_03 .wrap .sub_title {
  color: #fff;
}

#story .sec_03 .wrap h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

#story .sec_03 .wrap p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

#story .sec_03 .wrap p:last-of-type {
  margin-bottom: 0;
}

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

#story .sec_04 h3 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #071EA2;
  margin-bottom: 50px;
}

#story .sec_04 h3 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#story .sec_04 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
}

#story .sec_04 .wrap .item {
  width: calc((100% - 100px) / 3);
  height: 200px;
  background: #071EA2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#story .sec_04 .wrap .item p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#story .sec_05 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#story .sec_05 .top {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #071EA2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#story .sec_05 .top .inner {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

#story .sec_05 .top .inner .sub_title {
  color: #fff;
}

#story .sec_05 .top .inner h4 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

#story .sec_05 .top .inner h4 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#story .sec_05 .top .inner p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#story .sec_05 .bottom {
  width: 100%;
  height: auto;
  padding: 50px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#story .sec_05 .bottom .inner {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

#story .sec_05 .bottom .inner .box {
  width: 100%;
  max-width: calc((100% - 100px) / 3);
  height: auto;
  border: 1px solid #071EA2;
  text-align: center;
}

#story .sec_05 .bottom .inner .box h4 {
  width: 100%;
  height: 100px;
  background: #071EA2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#story .sec_05 .bottom .inner .box p {
  width: 100%;
  height: 200px;
  margin: 30px auto;
  align-content: center;
  background: #071EA2;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

#story .sec_05 .bottom .inner .box p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#story .sec_06 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #071EA2;
  overflow: hidden;
}

#story .sec_06 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

#story .sec_06 .wrap .sub_title {
  color: #fff;
}

#story .sec_06 .wrap p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#story .sec_07 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#story .sec_07 .top {
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #071EA2;
}

#story .sec_07 .top .box {
  height: 250px;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#story .sec_07 .top .box h3 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
  margin-bottom: 30px;
}

#story .sec_07 .top .box_1 {
  width: 53%;
  border-right: 1px solid #071EA2;
}

#story .sec_07 .top .box_1 .txt {
  display: flex;
  align-items: center;
  gap: 50px;
}

#story .sec_07 .top .box_1 .txt img {
  width: auto;
  height: auto;
}

#story .sec_07 .top .box_1 .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
}

#story .sec_07 .top .box_1 .txt p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#story .sec_07 .top .box_2 {
  width: 47%;
}

#story .sec_07 .top .box_2 img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

#story .sec_07 .top .box_2 p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
}

#story .sec_07 .bottom {
  width: 100%;
  height: auto;
  display: flex;
}

#story .sec_07 .bottom .box {
  height: 305px;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#story .sec_07 .bottom .box h3 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
  margin-bottom: 30px;
}

#story .sec_07 .bottom .box_1 {
  width: 67.7%;
  border-right: 1px solid #071EA2;
}

#story .sec_07 .bottom .box_1 .img {
  display: flex;
  align-items: center;
  gap: 30px;
}

#story .sec_07 .bottom .box_1 .img img {
  width: auto;
  height: auto;
}

#story .sec_07 .bottom .box_2 {
  width: 32.3%;
}

#story .sec_07 .bottom .box_2 p {
  width: 400px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #071EA2;
  border-radius: 50%;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1600px) {
  #story .sec_02 .top .inner,
  #story .sec_02 .bottom .inner {
    max-width: 90%;
  }

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

  #story .sec_05 .top .inner,
  #story .sec_05 .bottom .inner {
    max-width: 90%;
  }

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

  #story .sec_07 .top,
  #story .sec_07 .bottom {
    flex-wrap: wrap;
  }

  #story .sec_07 .top .box_1,
  #story .sec_07 .bottom .box_1 {
    width: 100%;
    border-bottom: 1px solid #071EA2;
    border-right: 0;
    height: auto;
  }

  #story .sec_07 .top .box_2,
  #story .sec_07 .bottom .box_2 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1400px) {
  #story .sec_04 .wrap .item p {
    font-size: 24px;
  }

  #story .sec_04 .wrap .item {
    height: 180px;
  }

  #story .sec_05 .bottom .inner .box p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  #story .sec_01 img {
    width: 350px;
  }

  #story .sec_01 p {
    font-size: 18px;
  }

  #story .sec_02 .top p, #story .sec_02 .bottom .inner p {
    font-size: 18px;
  }

  #story .sec_02 .top img {
    width: 400px;
  }

  #story .sec_03 .wrap h4 {
    font-size: 24px;
  }

  #story .sec_03 .wrap p {
    font-size: 16px;
  }

  #story .sec_04 h3 {
    font-size: 24px;
  }

  #story .sec_04 .wrap .item p {
    font-size: 20px;
  }

  #story .sec_04 .wrap .item {
    height: 150px;
  }

  #story .sec_05 .top .inner h4 {
    font-size: 24px;
  }

  #story .sec_05 .top .inner p {
    font-size: 18px;
  }

  #story .sec_05 .bottom .inner {
    gap: 20px;
  }

  #story .sec_05 .bottom .inner .box {
    max-width: calc((100% - 40px) / 3);
  }

  #story .sec_05 .bottom .inner .box h4 {
    height: 60px;
    font-size: 20px;
  }

  #story .sec_05 .bottom .inner .box p {
    height: 150px;
    font-size: 16px;
  }

  #story .sec_06 .wrap p {
    font-size: 18px;
  }

  #story .sec_07 .top .box_1 .txt img {
    width: 250px;
  }

  #story .sec_07 .top .box_1 .txt p,
  #story .sec_07 .top .box_2 p {
    font-size: 18px;
  }

  #story .sec_07 .top .box_2 img {
    width: 450px;
  }

  #story .sec_07 .bottom .box_1 .img img {
    height: 120px;
  }

  #story .sec_07 .bottom .box_2 p {
    width: 350px;
    height: 120px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  #story .sec_04 .wrap {
    gap: 20px;
  }

  #story .sec_04 .wrap .item {
    width: calc((100% - 40px) / 3);
  }

  #story .sec_05 .bottom .inner .box {
    max-width: calc((100% - 20px) / 2);
  }

  #story .sec_05 .bottom .inner {
    flex-wrap: wrap;
  }

  #story .sec_05 .bottom .inner .box:last-of-type {
    max-width: 100%;
  }

  #story .sec_07 .top .box h3,
  #story .sec_07 .bottom .box h3 {
    font-size: 18px;
  }

  #story .sec_07 .bottom .box_1 .img img {
    height: 100px;
  }
}

@media (max-width: 700px) {
  #story .sec_01 img {
    width: 300px;
  }

  #story .sec_01 p {
    font-size: 16px;
  }

  #story .sec_02 .top,
  #story .sec_02 .bottom {
    padding: 100px 0;
  }

  #story .sec_02 .top p, #story .sec_02 .bottom .inner p {
    font-size: 16px;
  }

  #story .sec_02 .top img {
    width: 300px;
  }

  #story .sec_03 .wrap h4 {
    font-size: 20px;
  }

  #story .sec_03 .wrap p {
    font-size: 14px;
  }

  #story .sec_04 h3 {
    font-size: 20px;
  }

  #story .sec_04 .wrap .item {
    height: 100px;
  }

  #story .sec_04 .wrap .item p {
    font-size: 14px;
  }

  #story .sec_05 .top .inner h4 {
    font-size: 20px;
  }

  #story .sec_05 .top .inner p {
    font-size: 16px;
  }

  #story .sec_05 .bottom .inner .box h4 {
    font-size: 16px;
    height: 50px;
  }

  #story .sec_05 .bottom .inner .box {
    max-width: 100%;
  }

  #story .sec_05 .bottom .inner .box p {
    height: 100px;
    font-size: 14px;
  }

  #story .sec_06 .wrap p {
    font-size: 16px;
  }

  #story .sec_07 .top .box_1 .txt {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #story .sec_07 .bottom .box_1 .img {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #story .sec_07 .top .box_2 img {
    width: 400px;
  }
}

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

  #story .sec_01 img {
    width: 250px;
  }

  #story .sec_01 p {
    font-size: 14px;
  }

  #story .sec_02 .top {
    padding: 50px 0 80px;
  }

  #story .sec_02 .bottom {
    padding: 80px 0 50px;
  }

  #story .sec_02 .top p, #story .sec_02 .bottom .inner p {
    font-size: 14px;
  }

  #story .sec_02 .top p br,
  #story .sec_02 .bottom .inner p br {
    display: none;
  }

  #story .sec_02 .top img {
    width: 250px;
  }

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

  #story .sec_03 .wrap {
    padding: 50px 0;
  }

  #story .sec_03 .wrap h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #story .sec_03 .wrap p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 10px;
  }

  #story .sec_03 .wrap p br {
    display: none;
  }

  #story .sec_03 .wrap .sub_title {
    margin-bottom: 30px;
  }

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

  #story .sec_04 h3 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 18px;
  }

  #story .sec_04 h3 br {
    display: none;
  }

  #story .sec_04 .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  #story .sec_04 .wrap .item {
    width: calc((100% - 20px) / 2);
  }

  #story .sec_05 .top,
  #story .sec_05 .bottom {
    padding: 50px 0;
  }

  #story .sec_05 .top .inner h4 {
    font-size: 18px;
  }

  #story .sec_05 .top .inner p {
    font-size: 14px;
  }

  #story .sec_06 {
    padding: 50px 0;
  }

  #story .sec_06 .wrap p {
    font-size: 14px;
  }

  #story .sec_06 .wrap p br {
    display: none;
  }

  #story .sec_07 .top .box_1 .txt p, #story .sec_07 .top .box_2 p {
    font-size: 16px;
  }

  #story .sec_07 .top .box_1 .txt img {
    width: 220px;
  }

  #story .sec_07 .top .box_2 img {
    width: 300px;
  }

  #story .sec_07 .bottom .box_1 .img img {
    height: 80px;
  }

  #story .sec_07 .bottom .box_1 .img {
    gap: 10px;
  }

  #story .sec_07 .bottom .box_2 p {
    width: 250px;
    height: 100px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #story .sec_01 img {
    width: 200px;
  }

  #story .sec_01 p {
    font-size: 12px;
  }

  #story .sec_02 .top p, #story .sec_02 .bottom .inner p {
    font-size: 12px;
  }

  #story .sec_02 .top img {
    width: 200px;
  }

  #story .sec_03 .wrap h4 {
    font-size: 14px;
  }

  #story .sec_03 .wrap p {
    font-size: 10px;
  }

  #story .sec_04 h3 {
    font-size: 14px;
  }

  #story .sec_04 .wrap .item p {
    font-size: 12px;
  }

  #story .sec_04 .wrap .item {
    height: 60px;
  }

  #story .sec_05 .top .inner h4 {
    font-size: 16px;
  }

  #story .sec_05 .top .inner h4 br {
    display: none;
  }

  #story .sec_05 .top .inner p {
    font-size: 12px;
  }

  #story .sec_05 .top .inner p br {
    display: none;
  }

  #story .sec_05 .bottom .inner .box h4 {
    height: 40px;
    font-size: 14px;
  }

  #story .sec_05 .bottom .inner .box p {
    font-size: 12px;
    margin: 10px 0;
  }

  #story .sec_06 .wrap .sub_title {
    margin-bottom: 30px;
  }

  #story .sec_07 .top .box h3,
  #story .sec_07 .bottom .box h3 {
    font-size: 16px;
  }

  #story .sec_07 .top .box_1 .txt img {
    width: 180px;
  }

  #story .sec_07 .top .box_1 .txt p, #story .sec_07 .top .box_2 p {
    font-size: 14px;
  }

  #story .sec_07 .top .box_2 img {
    width: 250px;
  }

  #story .sec_07 .top .box_2 p br {
    display: none;
  }

  #story .sec_07 .top .box_2 div {
    max-width: 90%;
    margin: 0 auto;
  }

  #story .sec_07 .bottom .box_1 .img img {
    height: 60px;
  }

  #story .sec_07 .bottom .box_2 p {
    width: 200px;
    height: 80px;
    font-size: 14px;
  }
}
/* BRAND STORY 종료 */

/* MENU 시작 */
#menu {
  width: 100%;
  height: auto;
}

#menu .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}

#menu .wrap .menu_list {
  width: 100%;
  height: auto;
}

#menu .wrap .menu_list h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  margin-bottom: 30px;
}

#menu .wrap .menu_list .menu_group  {
  display: none;
}

#menu .wrap .menu_list .menu_group.active {
  display: block;
}

#menu .wrap .menu_list .menu_group ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

#menu .wrap .menu_list .menu_group ul li {
  width: calc((100% - 120px) / 4);
  height: 370px;
  position: relative;
  border: 1px solid #071EA2;
}

#menu .wrap .menu_list .menu_group ul li .thumb {
  width: 100%;
  height: 100%;
}

#menu .wrap .menu_list .menu_group ul li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#menu .wrap .menu_list .menu_group ul li .info {
  width: 100%;
  height: 80px;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  background: #071EA2;
  background: linear-gradient(180deg, rgba(7, 30, 162, 0.8) 0%, rgba(7, 30, 162, 1) 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s;
}

#menu .wrap .menu_list .menu_group ul li .info .name {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#menu .wrap .menu_list .menu_group ul li .info .desc {
  display: none;
  font-family: 'K_R';
	font-weight: normal;
  font-size: 16px;
  color: #fff;
}

#menu .wrap .menu_list .menu_group ul li:hover .info {
  height: 100%;
}

#menu .wrap .menu_list .menu_group ul li:hover .info .desc {
  display: block;
}

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

@media (max-width: 1400px) {
  #menu .wrap .menu_list .menu_group ul li {
    height: 300px;
  }

  #menu .wrap .menu_list .menu_group ul li .info .name {
    font-size: 16px;
  }

  #menu .wrap .menu_list .menu_group ul li .info .desc {
    font-size: 14px;
  }

  #menu .wrap .menu_list .menu_group ul li .info {
    height: 60px;
  }
}

@media (max-width: 1200px) {
  #menu .wrap .menu_list h4 {
    font-size: 24px;
  }

  #menu .wrap .menu_list .menu_group ul {
    gap: 20px;
  }

  #menu .wrap .menu_list .menu_group ul li {
    width: calc((100% - 60px) / 4);
    height: 250px;
  }
}

@media (max-width: 900px) {
  #menu .wrap .menu_list .menu_group ul li {
    width: calc((100% - 20px) / 2);
    height: 300px;
  }
}

@media (max-width: 500px) {
  #menu .wrap .menu_list h4 {
    font-size: 20px;
  }
  
  #menu .wrap {
    padding: 50px 0;
  }

  #menu .wrap .menu_list .menu_group ul li .info {
    gap: 15px;
  }

  #menu .wrap .menu_list .menu_group ul {
    gap: 10px;
  }

  #menu .wrap .menu_list .menu_group ul li {
    width: calc((100% - 10px) / 2);
    height: 220px;
  }

  #menu .wrap .menu_list .menu_group ul li .info .name {
    font-size: 14px;
  }

  #menu .wrap .menu_list .menu_group ul li .info {
    height: 50px;
  }

  #menu .wrap .menu_list .menu_group ul li .info .desc {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  #menu .wrap .menu_list h4 {
    font-size: 18px;
  }

  #menu .wrap .menu_list .menu_group ul li {
    height: 150px;
  }

  #menu .wrap .menu_list .menu_group ul li .info .name {
    font-size: 12px;
  }

  #menu .wrap .menu_list .menu_group ul li .info {
    height: 40px;
  }

  #menu .wrap .menu_list .menu_group ul li .info .desc br {
    display: none;
  }

  #menu .wrap .menu_list .menu_group ul li .info .desc {
    font-size: 10px;
  }
}
/* MENU 종료 */

/* STORE 시작 */
#store {
  width: 100%;
  height: auto;
}

#store .sec_01 {
  width: 100%;
  height: auto;
  padding: 130px 0 100px;
  background: #071EA2;
  overflow: hidden;
}

#store .sec_01 .txt {
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto 50px;
}

#store .sec_01 .txt .sub_title {
  color: #fff;
}

#store .sec_01 .txt img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 50px;
}

#store .sec_01 .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#store .sec_01 .slide_wrap {
  width: 100%;
  height: auto;
}

#store .sec_01 .slide_wrap .slide {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  gap: 10px;
  align-items: center;
}

#store .sec_01 .slide_wrap:hover .slide {
  animation-play-state: paused;
}

#store .sec_01 .slide_wrap .slide img {
  width: auto;
  height: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#store .sec_02 {
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}

#store .sec_02 .map_wrap {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: flex-start;
}

#store .sec_02 .map_wrap .map_left {
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

#store .sec_02 .map_wrap .map_left .map_title {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #071EA2;
  flex-shrink: 0;
}

#store .sec_02 .map_wrap .map_left .map_title p {
  text-align: center;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}

#store .sec_02 .map_wrap .map_left .map_title input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: #E6E6E6;
  padding: 0 15px;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
}

#store .sec_02 .map_wrap .map_left .map_title input::placeholder {
  color: #E6E6E6;
}

#store .sec_02 .map_wrap .map_left #map_list {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #071EA2;
  overflow-y: scroll;
}

#store .sec_02 .map_wrap .map_left #map_list::-webkit-scrollbar {
  width: 3px;  
}

#store .sec_02 .map_wrap .map_left #map_list::-webkit-scrollbar-thumb {
  background: #071EA2;
  border-radius: 10px;
}

#store .sec_02 .map_wrap .map_left #map_list::-webkit-scrollbar-track {
  background: #E6E6E6;
}

#store .sec_02 .map_wrap .map_left #map_list .map_item {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 20px;
  cursor: pointer;
}

#store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

#store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner .map_num {
  width: 50px;
  height: 100%;
  background: #071EA2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner .map_info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

#store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner .map_name {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
}

#store .sec_02 .map_wrap .map_right {
  width: 100%;
  max-width: 1000px;
  height: 100%;
}

#store .sec_02 .map_wrap .map_right #map {
  width: 100%;
  height: 100%;
}

#store .sec_02 .map_wrap .map_right #map .info {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  white-space: nowrap;
}

#store .sec_02 .map_wrap .map_right #map .info strong {
  font-family: 'PB_B';
	font-weight: bold;
}

#store .sec_02 .map_wrap .map_right #map .info span {
  font-family: 'PB_R';
	font-weight: normal;
}

@media (max-width: 1600px) {
  #store .sec_01 .txt {
    max-width: 90%;
  }

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

@media (max-width: 1400px) {
  #store .sec_02 .map_wrap .map_left {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  #store .sec_01 .txt img {
    width: 220px;
  }

  #store .sec_01 .txt p {
    font-size: 18px;
  }

  #store .sec_01 .slide_wrap .slide img {
    height: 300px;
  }

  #store .sec_02 .map_wrap .map_left .map_title p {
    font-size: 24px;
  }

  #store .sec_02 .map_wrap .map_left .map_title input {
    height: 40px;
  }

  #store .sec_02 .map_wrap {
    height: 500px;
  }

  #store .sec_02 .map_wrap .map_left #map_list .map_item {
    height: 50px;
    padding: 10px;
  }

  #store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner .map_num {
    width: 30px;
    font-size: 16px;
  }

  #store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner .map_name {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  #store .sec_02 .map_wrap .map_left {
    max-width: 300px;
  }

  #store .sec_02 .map_wrap {
    height: 400px;
  }
}

@media (max-width: 700px) {
  #store .sec_01 .txt img {
    width: 180px;
  }

  #store .sec_01 .txt p {
    font-size: 16px;
  }

  #store .sec_01 .txt p br {
    display: none;
  }

  #store .sec_01 .slide_wrap .slide img {
    height: 250px;
  }

  #store .sec_02 .map_wrap {
    flex-wrap: wrap;
    height: auto;
  }

  #store .sec_02 .map_wrap .map_left {
    max-width: 100%;
    height: 200px;
  }

  #store .sec_02 .map_wrap .map_right {
    height: 300px;
  }

  #store .sec_02 .map_wrap .map_left .map_title p {
    font-size: 18px;
  }

  #store .sec_02 .map_wrap .map_left .map_title input {
    height: 30px;
    font-size: 14px;
  }
}

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

  #store .sec_01 .txt img {
    width: 150px;
  }

  #store .sec_01 .txt p {
    font-size: 14px;
  }

  #store .sec_01 .slide_wrap .slide img {
    height: 200px;
  }

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

  #store .sec_02 .map_wrap .map_left #map_list .map_item {
    height: 40px;
    padding: 5px;
  }

  #store .sec_02 .map_wrap .map_left #map_list .map_item .map_item_inner .map_name {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #store .sec_01 .txt img {
    width: 120px;
    margin: 0 auto 30px;
  }

  #store .sec_01 .txt p {
    font-size: 12px;
  }

  #store .sec_01 .slide_wrap .slide img {
    height: 160px;
  }

  #store .sec_02 .map_wrap .map_left .map_title p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #store .sec_02 .map_wrap .map_right {
    height: 250px;
  }
}
/* STORE 종료 */

/* FRANCHISE 시작 */
#franchise .sec_01 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 130px;
  overflow: hidden;
  background: url(../img/main/sec_01_bg.png) no-repeat center / cover;
}

#franchise .sec_01 .top {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}

#franchise .sec_01 .top .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

#franchise .sec_01 .top .wrap h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
}

#franchise .sec_01 .bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#franchise .sec_01 .bottom .wrap {
  width: 100%;
  height: auto;
}

#franchise .sec_01 .bottom .wrap h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  max-width: 1600px;
  margin: 0 auto;
}

#franchise .sec_01 .bottom .wrap .line {
  width: 100%;
  height: 1px;
  background: #071EA2;
  max-width: 1600px;
  margin: 30px auto;
}

#franchise .sec_01 .bottom .wrap .slide_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#franchise .sec_01 .bottom .wrap .slide_wrap .slide {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
  gap: 20px;
  align-items: center;
}

#franchise .sec_01 .bottom .wrap .slide_wrap:hover .slide {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#franchise .sec_01 .bottom .wrap .slide_wrap .slide img {
  width: auto;
  height: auto;
}

#franchise .sec_02 {
  width: 100%;
  height: 500px;
  display: flex;
  border-top: 1px solid #071EA2;
  border-bottom: 1px solid #071EA2;
  overflow: hidden;
}

#franchise .sec_02 .left_box {
  width: 100%;
  height: 100%;
  background: url(../img/sub/franchise/sec_02_bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 50px;
}

#franchise .sec_02 .left_box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#franchise .sec_02 .left_box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#franchise .sec_02 .right_box {
  width: 100%;
  height: 100%;
  display: flex;
} 

#franchise .sec_02 .right_box .txt {
  width: 100%;
  height: 100%;
  background: url(../img/main/sec_02_bg_2.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#franchise .sec_02 .right_box .txt h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

#franchise .sec_02 .right_box .txt h2::after {
  content: "";
  width: 300px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/main/sec_02_item_01.png) no-repeat center / cover;
  z-index: -1;
}

#franchise .sec_02 .right_box .txt p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #DA0000;
}

#franchise .sec_02 .right_box .txt h3 {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 80px;
  color: #DA0000;
  opacity: 0;
  margin-bottom: 25px;
}

#franchise .sec_02 .right_box .txt h3.aos-animate {
  opacity: 1;
  animation:
    zoom 0.5s ease 0s 1,
    heart 1.5s ease 1.5s infinite;
}

@keyframes zoom {
  0%   { scale: 5; }
  100% { scale: 1; }
}

@keyframes heart {
  0%   { scale: 1; }
  50%  { scale: 1.2; }
  100% { scale: 1; }
}


#franchise .sec_02 .right_box .txt h4 {
  width: fit-content;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#franchise .sec_02 .right_box .txt h4::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #F4E000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#franchise .sec_02 .right_box .banner {
  width: 21.7%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #071EA2;
}

#franchise .sec_02 .right_box .banner p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  writing-mode: vertical-rl;
  text-orientation: sideways; /* 또는 sideways-right */
}

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

#franchise .sec_03 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#franchise .sec_03 .wrap .phone {
  width: auto;
  height: auto;
}

#franchise .sec_03 .wrap .txt {
  width: auto;
  height: auto;
}

#franchise .sec_03 .wrap .txt img {
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

#franchise .sec_03 .wrap .txt p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 70px;
  color: #071EA2;
  text-align: center;
}

#franchise .sec_03 .wrap .txt p span {
  opacity: 0;
}

#franchise .sec_03 .wrap .txt p.aos-animate span {
  display: inline-block;
  animation: 0.3s ease forwards zoom;
}

#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(2)  { animation-delay: 0.3s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(3)  { animation-delay: 0.6s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(4)  { animation-delay: 0.9s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(5)  { animation-delay: 1.2s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(6)  { animation-delay: 1.5s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(7)  { animation-delay: 1.8s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(8)  { animation-delay: 2.1s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(9)  { animation-delay: 2.4s; }
#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(10) { animation-delay: 2.7s; }

#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(11) {
  animation: 
    0.3s ease 3s forwards zoom,
    0.5s ease 4s forwards shake;
}

#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(12) {
  animation:
    0.3s ease 3.3s forwards zoom,
    0.5s ease 4s forwards shake;
}

#franchise .sec_03 .wrap .txt p.aos-animate span:nth-of-type(13) {
  animation:
    0.3s ease 3.6s forwards zoom,
    0.5s ease 4s forwards shake;
}

@keyframes zoom {
  0% {
    transform: scale(5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#franchise .sec_03 .wrap .review {
  text-align: right;
  width: auto; 
  height: auto;
}

#franchise .sec_03 .wrap .review p {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  margin-bottom: 30px;
}

#franchise .sec_03 .wrap .review .box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#franchise .sec_03 .wrap .review .box .item {
  width: auto;
  height: auto;
  position: relative;
  z-index: 3;
}

#franchise .sec_03 .wrap .review .box .item:nth-of-type(2) {
  margin-right: 200px;
  margin-top: -50px;
  z-index: 2;
}

#franchise .sec_03 .wrap .review .box .item:nth-of-type(3) {
  margin-top: -50px;
  z-index: 1;
}

#franchise .sec_03 .wrap .review .box .bg {
  width: 100vw;
  height: 320px;
  position: absolute;
  z-index: 0;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 300px 0 0 300px;
  background: #071EA2;
}

#franchise .sec_04 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #F5F7FF;
  border-top: 1px solid #071EA2;
  border-bottom: 1px solid #071EA2;
  display: flex;
  align-items: center;
}

#franchise .sec_04 .box {
  width: 100%;
  height: auto;
  border-right: 1px solid #071EA2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#franchise .sec_04 .box:last-of-type {
  border-right: 0;
}

#franchise .sec_04 .box img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#franchise .sec_04 .box h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

#franchise .sec_04 .box p {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
}

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

#franchise .sec_05 h2,
#franchise .sec_06 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
  margin-bottom: 50px;
}

#franchise .sec_05 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#franchise .sec_05 .wrap img {
  width: calc((100% - 30px) / 2);
  height: auto;
}

#franchise .sec_06 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 170px;
}

#franchise .sec_06 table {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  border-collapse: collapse;
}

#franchise .sec_06 table thead tr {
  background: #F5F7FF;
  height: 70px;
}

#franchise .sec_06 table thead tr th {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 30px;
  color: #071EA2;
  border-right: 1px solid #E6E6E6;
}

#franchise .sec_06 table thead tr th:last-of-type {
  border-right: 0;
}

#franchise .sec_06 table tbody tr {
  height: auto;
}

#franchise .sec_06 table tbody tr td {
  min-height: 70px;
  padding: 20px 0;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 24px;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

#franchise .sec_06 table tbody tr td .cancel {
  position: relative;
  color: #929292;
}

#franchise .sec_06 table tbody tr td .cancel::after {
  content: "";
  width: 110%;
  height: 1px;
  background: #929292;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#franchise .sec_06 table tbody tr td .cancel .img_box {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 10px), -50%);
}

#franchise .sec_06 table tbody tr td .cancel .img_box img {
  width: auto;
  height: auto;
  opacity: 0;
}

#franchise .sec_06 table tbody tr td .cancel.aos-animate  .img_box img {
  opacity: 1;
  animation:
    zoom 0.5s ease 0s 1,
    shadow 1.5s ease 1.5s infinite;
}

@keyframes shadow {
  0% {
    filter: drop-shadow( 0 0 0 rgba(216,0,19,.0));
  }
  50% {
    filter: drop-shadow( 0 0 15px rgba(216,0,19,.7));
  }
  0% {
    filter: drop-shadow( 0 0 0 rgba(216,0,19,.0));
  }
}

#franchise .sec_06 table tbody tr:nth-of-type(5) td,
#franchise .sec_06 table tbody tr:last-of-type td {
  border-bottom: 0;
}

#franchise .sec_06 table tbody tr td:nth-of-type(3) {
  border-right: 0;
  font-size: 20px;
}

#franchise .sec_06 table tbody tr:last-of-type {
  background: #071EA2;
}

#franchise .sec_06 table tbody tr:last-of-type td {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#franchise .sec_06 table tbody tr:last-of-type td .bold {
  font-family: 'PB_B';
	font-weight: bold;
}

#franchise .sec_07 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid #071EA2;
}

#franchise .sec_07 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: center;
}

#franchise .sec_07 .wrap .title {
  width: auto;
  height: auto;
}

#franchise .sec_07 .wrap .title h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #071EA2;
}

#franchise .sec_07 .wrap .title h2 span {
  font-size: 30px;
}

#franchise .sec_07 .wrap .txt {
  display: flex;
  flex-direction: column;
  gap: 95px;
  text-align: center;
}

#franchise .sec_07 .wrap .txt p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
  color: #071EA2;
}

#franchise .sec_07 .wrap .txt p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#franchise .sec_07 .wrap .txt p.point {
  color: #fff;
  position: relative;
  z-index: 1;
}

#franchise .sec_07 .wrap .txt p.point::after {
  content: "";
  width: 450px;
  height: 200px;
  background: #071EA2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#franchise .sec_07 .wrap form {
  width: 100%;
  max-width: 500px;
  height: auto;
}

#franchise .sec_07 .wrap form h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #071EA2;
  margin-bottom: 10px;
  text-align: center;
}

#franchise .sec_07 .wrap form input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #071EA2;
  padding: 0 20px;
  background: none;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 18px;
  color: #071EA2;
}

#franchise .sec_07 .wrap form input:not([type="checkbox"])::placeholder {
  color: #071EA2;
}

#franchise .sec_07 .wrap form .agree_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin: 10px 0;
}

#franchise .sec_07 .wrap form .agree_box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #071EA2;
}

#franchise .sec_07 .wrap form .agree_box input[type="checkbox"]:checked {
  background: #071EA2;
}

#franchise .sec_07 .wrap form .agree_box label {
  cursor: pointer;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  color: #071EA2;
}

#franchise .sec_07 .wrap form button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #071EA2;
  color: #fff;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  border: none;
}

@media (max-width: 1600px) {
  #franchise .sec_01 .top .wrap {
    max-width: 90%;
  }

  #franchise .sec_01 .bottom .wrap h2,
  #franchise .sec_01 .bottom .wrap .line {
    max-width: 90%;
  }

  #franchise .sec_03 .wrap {
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }

  #franchise .sec_03 .wrap .review {
    text-align: center;
  }

  #franchise .sec_04 .box h2 {
    font-size: 24px;
  }

  #franchise .sec_07 .wrap {
    gap: 100px;
    max-width: 90%;
    flex-wrap: wrap;
  }

  #franchise .sec_07 .wrap .title {
    width: 100%;
    text-align: center;
  }

  #franchise .sec_07 .wrap .txt {
    width: calc((100% - 100px) / 2);
  }

  #franchise .sec_07 .wrap form {
    max-width: calc((100% - 100px) / 2);
  }
}

@media (max-width: 1400px) {
  #franchise .sec_01 .top .wrap h2 {
    font-size: 42px;
  }

  #franchise .sec_01 .bottom .wrap h2 {
    font-size: 24px;
  }

  #franchise .sec_01 .txt_line .txt p {
    font-size: 24px;
  }

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

  #franchise .sec_02 .left_box p {
    font-size: 18px;
  }

  #franchise .sec_02 .right_box .txt h2 {
    font-size: 42px;
  }

  #franchise .sec_02 .right_box .txt p {
    font-size: 24px;
  }

  #franchise .sec_02 .right_box .txt h3 {
    font-size: 62px;
  }

  #franchise .sec_02 .right_box .txt h4 {
    font-size: 42px;
  }

  #franchise .sec_02 .right_box .banner p {
    font-size: 42px;
  }

  #franchise .sec_04 .box img {
    width: 80px;
  }

  #franchise .sec_05 h2,
  #franchise .sec_06 h2 {
    font-size: 42px;
  }

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

  #franchise .sec_06 table {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #franchise .sec_01 {
    padding-top: 100px;
  }

  #franchise .sec_02 {
    height: auto;
    flex-wrap: wrap;
  }

  #franchise .sec_02 .left_box {
    height: auto;
    background: url(../img/sub/franchise/sec_02_bg.png) no-repeat top center / cover;
    padding: 100px 0;
  }

  #franchise .sec_02 .right_box {
    height: 500px;
  }

  #franchise .sec_03 .wrap .phone {
    width: 400px;
  }

  #franchise .sec_03 .wrap .txt img {
    width: 320px;
  }

  #franchise .sec_03 .wrap .txt p {
    font-size: 52px;
  }

  #franchise .sec_04 .box img {
    width: 60px;
    margin-bottom: 30px;
  }

  #franchise .sec_04 .box h2 {
    font-size: 20px;
  }

  #franchise .sec_04 .box p {
    font-size: 18px;
  }

  #franchise .sec_06 table thead tr th {
    font-size: 24px;
  }

  #franchise .sec_06 table tbody tr td {
    font-size: 20px;
  }

  #franchise .sec_06 table tbody tr td:nth-of-type(3) {
    font-size: 18px;
  }

  #franchise .sec_06 table tbody tr:last-of-type td {
    font-size: 24px;
  }

  #franchise .sec_06 table tbody tr td .cancel .img_box img {
    width: 80px;
  }

  #franchise .sec_07 .wrap .title h2 span {
    font-size: 24px;
  }

  #franchise .sec_07 .wrap .title h2 {
    font-size: 42px;
  }

  #franchise .sec_05 h2,
  #franchise .sec_06 h2 {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  #franchise .sec_01 .top .wrap h2 {
    font-size: 36px;
  }

  #franchise .sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 180px;
  }

  #franchise .sec_04 {
    flex-wrap: wrap;
    padding: 0 5%;
  }

  #franchise .sec_04 .box {
    border-right: 0;
    border-bottom: 1px solid #071EA2;
    padding: 50px 0;
  }

  #franchise .sec_04 .box:last-of-type {
    border-bottom: 0;
  }

  #franchise .sec_07 .wrap .txt {
    width: 100%;
  }

  #franchise .sec_07 .wrap form {
    max-width: 100%;
  }

  #franchise .sec_07 .wrap {
    gap: 50px;
  }

  #franchise .sec_05 .wrap {
    gap: 10px;
  }

  #franchise .sec_05 .wrap img {
    width: calc((100% - 10px) / 2);
  }

  #franchise .sec_06 table thead tr th {
    font-size: 20px;
  }

  #franchise .sec_06 table thead tr {
    height: 50px;
  }

  #franchise .sec_06 table tbody tr td {
    font-size: 16px;
  }

  #franchise .sec_06 table tbody tr td:nth-of-type(3) {
    font-size: 14px;
  }

  #franchise .sec_06 table tbody tr:last-of-type td {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  #franchise .sec_01 .top .wrap h2 {
    font-size: 32px;
  }

  #franchise .sec_01 .bottom .wrap h2 {
    font-size: 20px;
  }

  #franchise .sec_01 .bottom .wrap .line {
    margin: 15px 0;
  }

  #franchise .sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 160px;
  }

  #franchise .sec_01 .txt_line .txt p {
    font-size: 20px;
  }

  #franchise .sec_01 .txt_line {
    height: 50px;
  }

  #franchise .sec_02 .left_box p {
    font-size: 16px;
  }

  #franchise .sec_02 .right_box .txt h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  #franchise .sec_02 .right_box .txt h2::after {
    width: 200px;
    height: 67px;
  }

  #franchise .sec_02 .right_box .txt p {
    font-size: 20px;
  }

  #franchise .sec_02 .right_box .txt h3 {
    font-size: 48px;
  }

  #franchise .sec_02 .right_box .txt h4 {
    font-size: 32px;
  }

  #franchise .sec_02 .right_box .txt h4::after {
    height: 10px;
  }

  #franchise .sec_02 .right_box .banner p {
    font-size: 32px;
  }

  #franchise .sec_03 .wrap .phone {
    width: 350px;
  }

  #franchise .sec_03 .wrap .txt img {
    width: 250px;
  }

  #franchise .sec_03 .wrap .txt p {
    font-size: 46px;
  }

  #franchise .sec_03 .wrap .review p {
    font-size: 24px;
  }

  #franchise .sec_03 .wrap .review .box .item img {
    width: 280px;
    height: auto;
  }

  #franchise .sec_03 .wrap .review .box .bg {
    width: 700px;
  }

  #franchise .sec_07 .wrap .title h2 {
    font-size: 36px;
  }

  #franchise .sec_07 .wrap .title h2 span {
    font-size: 20px;
  }

  #franchise .sec_07 .wrap .txt p {
    font-size: 16px;
  }

  #franchise .sec_07 .wrap .txt p.point::after {
    width: 350px;
    height: 120px;
  }

  #franchise .sec_07 .wrap .txt {
    gap: 50px;
  }

  #franchise .sec_05 h2,
  #franchise .sec_06 h2 {
    font-size: 28px;
  }

  #franchise .sec_05 .wrap {
    max-width: 70%;
  }

  #franchise .sec_05 .wrap img {
    width: 100%;
  }

  #franchise .sec_06 {
    margin-bottom: 100px;
  }

  #franchise .sec_06 table tbody tr td br {
    display: none;
  }

  #franchise .sec_06 table tbody tr td {
    padding: 20px 5px;
  }

  #franchise .sec_06 table tbody tr td .cancel .img_box img {
    width: 60px;
  }
} 

@media (max-width: 500px) {
  #franchise .sec_01 .top .wrap h2 {
    font-size: 24px;
  }

  #franchise .sec_01 {
    padding-top: 50px;
  }

  #franchise .sec_01 .top {
    margin-bottom: 30px;
  }

  #franchise .sec_01 .bottom .wrap {
    max-width: 100%;
  }

  #franchise .sec_01 .bottom .wrap .line {
    width: 90%;
    margin: 15px auto;
  }

  #franchise .sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 140px;
  }

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

  #franchise .sec_02 .left_box p {
    font-size: 14px;
  }

  #franchise .sec_02 .left_box {
    gap: 30px;
  }

  #franchise .sec_02 .right_box .banner {
    width: 15%;
  }

  #franchise .sec_02 .right_box .txt h2 {
    font-size: 24px;
  }

  #franchise .sec_02 .right_box .txt p {
    font-size: 16px;
  }

  #franchise .sec_02 .right_box .txt h3 {
    font-size: 36px;
  }

  #franchise .sec_02 .right_box .txt h4 {
    font-size: 24px;
  }

  #franchise .sec_02 .right_box .banner p {
    font-size: 24px;
  }

  #franchise .sec_02 .right_box {
    height: 350px;
  }

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

  #franchise .sec_03 .wrap .phone {
    width: 80%;
  }

  #franchise .sec_03 .wrap .txt img {
    width: 220px;
  }

  #franchise .sec_03 .wrap .txt p {
    font-size: 36px;
  }

  #franchise .sec_03 .wrap .review p {
    font-size: 20px;
  }

  #franchise .sec_03 .wrap .review {
    width: 90%;
  }

  #franchise .sec_03 .wrap .review .box .item:nth-of-type(2) {
    margin-right: auto;
    margin-top: -30px;
  }

  #franchise .sec_03 .wrap .review .box .item:nth-of-type(3) {
    margin-top: -30px;
  }

  #franchise .sec_03 .wrap .review .box .bg {
    width: 100vw;
    height: 250px;
    left: unset;
    right: -10%;
  }

  #franchise .sec_04 .box img {
    width: 50px;
  }

  #franchise .sec_04 .box h2 {
    font-size: 18px;
  }

  #franchise .sec_04 .box p {
    font-size: 16px;
  }

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

  #franchise .sec_05 h2,
  #franchise .sec_06 h2 {
    font-size: 24px;
  }

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

  #franchise .sec_06 table thead tr th {
    font-size: 16px;
  }

  #franchise .sec_06 table thead tr {
    height: 40px;
  }

  #franchise .sec_06 table tbody tr td {
    min-height: 50px;
    font-size: 12px;
    padding: 15px 5px;
  }

  #franchise .sec_06 table tbody tr td:nth-of-type(3) {
    font-size: 10px;
  }

  #franchise .sec_06 table tbody tr td .cancel .img_box img {
    width: 50px;
  }

  #franchise .sec_06 table tbody tr:last-of-type td {
    font-size: 16px;
  }

  #franchise .sec_07 {
    padding: 50px 0;
  }

  #franchise .sec_07 .wrap .title h2 span {
    font-size: 16px;
  }

  #franchise .sec_07 .wrap .title h2 {
    font-size: 24px;
  }

  #franchise .sec_07 .wrap .txt p {
    font-size: 14px;
  }

  #franchise .sec_07 .wrap .txt p.point::after {
    width: 300px;
    height: 90px;
  }

  #franchise .sec_07 .wrap form h3 {
    font-size: 24px;
  }

  #franchise .sec_07 .wrap form input:not([type="checkbox"]) {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  #franchise .sec_07 .wrap form .agree_box label {
    font-size: 14px;
  }

  #franchise .sec_07 .wrap form button {
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #franchise .sec_01 .top .wrap h2 {
    font-size: 20px;
  }

  #franchise .sec_01 .bottom .wrap h2 {
    font-size: 16px;
  }

  #franchise .sec_01 .bottom .wrap .slide_wrap .slide img {
    height: 110px;
  }

  #franchise .sec_01 .bottom .wrap .slide_wrap .slide {
    gap: 10px;
  }

  #franchise .sec_01 .txt_line .txt p {
    font-size: 16px;
  }

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

  #franchise .sec_02 .left_box p {
    font-size: 12px;
    width: 90%;
  }
  
  #franchise .sec_02 .left_box p br {
    display: none;
  }

  #franchise .sec_02 .right_box .txt h2 {
    font-size: 20px;
  }

  #franchise .sec_02 .right_box .txt h2::after {
    width: 120px;
    height: 40px;
  }

  #franchise .sec_02 .right_box .txt p {
    font-size: 14px;
  }

  #franchise .sec_02 .right_box .txt h3 {
    font-size: 28px;
  }

  #franchise .sec_02 .right_box .txt h4 {
    font-size: 20px;
  }

  #franchise .sec_02 .right_box .banner p {
    font-size: 18px;
  }

  #franchise .sec_03 .wrap .txt img {
    width: 180px;
  }

  #franchise .sec_03 .wrap .txt p {
    font-size: 32px;
  }

  #franchise .sec_03 .wrap .review p {
    font-size: 18px;
  }

  #franchise .sec_03 .wrap .review .box .item img {
    width: 240px;
  }

  #franchise .sec_04 .box img {
    width: 40px;
  }

  #franchise .sec_04 .box h2 {
    font-size: 16px;
  }

  #franchise .sec_04 .box p {
    font-size: 14px;
  }

  #franchise .sec_04 .box {
    padding: 30px 0;
  }

  #franchise .sec_05 h2,
  #franchise .sec_06 h2 {
    font-size: 20px;
  }

  #franchise .sec_06 table thead tr th {
    font-size: 14px;
  }

  #franchise .sec_06 table tbody tr td {
    font-size: 10px;
  }

  #franchise .sec_06 table tbody tr td .cancel .img_box img {
    width: 40px;
  }

  #franchise .sec_06 table tbody tr td:nth-of-type(3) {
    font-size: 8px;
  }

  #franchise .sec_06 table tbody tr:last-of-type td {
    font-size: 14px;
  }

  #franchise .sec_07 .wrap .title h2 span {
    font-size: 14px;
  }

  #franchise .sec_07 .wrap .title h2 {
    font-size: 20px;
  }

  #franchise .sec_07 .wrap .txt p {
    font-size: 12px;
  }

  #franchise .sec_07 .wrap .txt p.point::after {
    width: 260px;
    height: 80px;
  }

  #franchise .sec_07 .wrap form h3 {
    font-size: 18px;
  }

  #franchise .sec_07 .wrap {
    gap: 30px;
  }

  #franchise .sec_07 .wrap .txt {
    gap: 30px;
  }
}
/* FRANCHISE 종료 */