#header {
  background: #fff;
}

#header .wrap .logo img {
  display: none;
}

#header .wrap .logo .sub_logo {
  display: block;
}

#header .wrap .pc_menu .main_category a {
  color: #000;
}

#header .wrap .hamburger span {
  background: #000;
}

#header .wrap .hamburger.active span {
  background: #fff;
}

#banner {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
}

#banner.introduction {
  background: url(../img/sub/banner_1.png) no-repeat center / cover;
}

#banner.business {
  background: url(../img/sub/banner_2.png) no-repeat center / cover;
}

#banner.vehicle {
  background: url(../img/sub/banner_3.png) no-repeat center / cover;
}

#banner.contact_us {
  background: url(../img/sub/banner_4.png) no-repeat center / cover;
}

#banner .wrap {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 50px;
}

#banner .wrap .box {
  width: auto;
  height: auto;
}

#banner .wrap .box h2 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

#banner .wrap .box h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #fff;
}

#navigation {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

#navigation .wrap {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#navigation .wrap .home {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

#navigation .wrap .home img {
  width: auto;
  height: auto;
}

#navigation .wrap .parent_menu {
  width: 100%;
  max-width: 200px;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}

#navigation .wrap .parent_menu.action {
  max-height: 9999px;
  overflow: unset;
}

#navigation .wrap .parent_menu::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(../img/sub/black_arrow.png) no-repeat center / cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#navigation .wrap .parent_menu .main_category {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding-left: 20px;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
}

#navigation .wrap .child_menu {
  width: 100%;
  max-width: 200px;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}

#navigation .wrap .child_menu.action {
  max-height: 9999px;
  overflow: unset;
}

#navigation .wrap .child_menu::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(../img/sub/white_arrow.png) no-repeat center / cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#navigation .wrap .child_menu .sub_category {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #721C1A;
  padding-left: 20px;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #400F0E;
}

#navigation .wrap .child_menu .sub_category a {
  color: #fff;
}

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

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

  #banner .wrap .box h3 {
    font-size: 38px;
  }
}

@media (max-width: 700px) {
  #banner {
    height: 300px;
  }

  #banner .wrap .box h2 {
    font-size: 18px;
  }

  #banner .wrap .box h3 {
    font-size: 26px;
  }

  #navigation .wrap .parent_menu .main_category {
    padding-left: 10px;
    font-size: 14px;
  }

  #navigation .wrap .parent_menu::after {
    right: 10px;
  }

  #navigation .wrap .child_menu .sub_category {
    padding-left: 10px;
    font-size: 14px;
  }

  #navigation .wrap .child_menu::after {
    right: 10px;
  }

  #navigation .wrap .parent_menu {
    max-width: 130px;
  }

  #navigation .wrap .child_menu {
    max-width: 130px;
  }
}

@media (max-width: 500px) {
  #banner .wrap .box h2 {
    font-size: 16px;
  }

  #banner .wrap .box h3 {
    font-size: 24px;
  }

  #banner {
    height: 250px;
  }
}

@media (max-width: 400px) {
  #navigation {
    height: 40px;
  }

  #navigation .wrap .home {
    width: 40px;
  }

  #navigation .wrap .parent_menu .main_category {
    font-size: 14px;
  }

  #navigation .wrap .child_menu .sub_category {
    font-size: 14px;
  }

  #navigation .wrap .parent_menu {
    max-width: 110px;
  }

  #navigation .wrap .child_menu {
    max-width: 110px;
  }
}

#greetings {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 200px 0 170px;
}

#greetings .sec_01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
}

#greetings .sec_01 .box {
  width: auto;
  height: auto;
  margin-right: 50px;
  position: relative;
}

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

#greetings .sec_01 .box .item {
  width: auto;
  height: auto;
  background: #721C1A;
  padding: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
}

#greetings .sec_01 .box .item h2 {
  font-family: 'PB_L';
	font-weight: 100;
  font-size: 40px;
  color: #fff;
}

#greetings .sec_01 .box .item h2 span {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
}

#greetings .sec_01 h3 {
  font-family: 'timesB';
	font-weight: normal;
  font-size: 90px;
  color: #721C1A;
  position: relative;
}

#greetings .sec_01 h3::after {
  content: "";
  width: 100vw;
  height: 3px;
  background: #721C1A;
  position: absolute;
  left: 330px;
  bottom: 17px;
}

#greetings .sec_02 {
  width: auto;
  height: auto;
  text-align: center;
}

#greetings .sec_02 p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
}

#greetings .sec_02 p:last-of-type {
  font-size: 20px;
}

#greetings .sec_02 p:first-of-type {
  margin-bottom: 50px;
}

#greetings .sec_02 p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#greetings .sec_02 p span.red {
  color: #721C1A;
}

@media (max-width: 1400px) {
  #greetings {
    max-width: 90%;
  }

  #greetings .sec_01 .box img {
    width: 600px;
  }

  #greetings .sec_01 .box .item h2 {
    font-size: 32px;
  }

  #greetings .sec_01 .box .item h2 span {
    font-size: 42px;
  }

  #greetings .sec_01 h3 {
    font-size: 52px;
  }

  #greetings .sec_01 h3::after {
    left: 260px;
  }
}

@media (max-width: 1200px) {
  #greetings .sec_01 {
    flex-wrap: wrap;
  }

  #greetings .sec_01 .box {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 0;
  }

  #greetings .sec_01 .box .item {
    right: 0;
    top: unset;
    bottom: 0;
  }
}

@media (max-width: 700px) {
  #greetings .sec_01 .box img {
    width: 100%;
  }

  #greetings {
    padding: 100px 0;
  }

  #greetings .sec_01 .box .item h2 span {
    font-size: 32px;
  }

  #greetings .sec_01 .box .item h2 {
    font-size: 24px;
  }

  #greetings .sec_01 .box .item {
    padding: 30px;
  }

  #greetings .sec_01 h3 {
    font-size: 32px;
  }

  #greetings .sec_01 h3::after {
    left: 160px;
    bottom: 10px;
  }

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

@media (max-width: 500px) {
  #greetings .sec_01 .box .item h2 span {
    font-size: 20px;
  }

  #greetings .sec_01 .box .item h2 {
    font-size: 18px;
  }

  #greetings .sec_01 h3 {
    font-size: 24px;
  }

  #greetings .sec_01 h3::after {
    left: 120px;
    bottom: 5px;
  }

  #greetings .sec_01 {
    margin-bottom: 50px;
  }

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

  #greetings .sec_02 p:last-of-type {
    font-size: 16px;
  }

  #greetings .sec_02 p:first-of-type {
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  #greetings .sec_01 .box .item h2 span {
    font-size: 16px;
  }

  #greetings .sec_01 .box .item h2 {
    font-size: 14px;
  }

  #greetings .sec_01 h3 {
    font-size: 20px;
  }

  #greetings .sec_01 h3::after {
    left: 100px;
  }

  #greetings .sec_02 p {
    font-size: 12px;
  }

  #greetings .sec_02 p:last-of-type {
    font-size: 14px;
  }
}

#title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 130px;
}

#title h2 {
  font-family: 'PB_L';
	font-weight: 100;
  font-size: 40px;
  color: #721C1A;
  margin-right: 100px;
}

#title h2 span {
  font-size: 50px;
  color: #721C1A;
  font-family: 'PB_B';
	font-weight: bold;
}

#title .line {
  width: 100%;
  height: 3px;
  margin-bottom: 17px;
  background: #721C1A;
}

#history {
  width: 100%;
  max-width: 1400px;
  height: auto;
  overflow: hidden;
  padding: 150px 0;
  margin: 0 auto;
}

#history .sec_01 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#history .sec_01 img {
  width: 100%;
  height: auto;
}

#history .sec_02 {
  width: 100%;
  height: auto;
}

#history .sec_02 .since {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#history .sec_02 .since .time {
  width: 20%;
  height: auto;
  margin-bottom: 100px;
}

#history .sec_02 .since .time:nth-of-type(n+5) {
  margin-bottom: 0px;
}

#history .sec_02 .since .time h3 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
}

#history .sec_02 .since .time .line {
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  margin: 10px 0;
  position: relative;
}

#history .sec_02 .since .time .line::after {
  content: "";
  width: 72px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#history .sec_02 .since .time p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}

#history .sec_02 .since .time p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  #history {
    max-width: 90%;
  }

  #history .sec_02 .since .time {
    width: 25%;
  }

  #history .sec_02 .since .time:nth-of-type(n+5) {
    margin-bottom: 100px;
  }

  #history .sec_02 .since .time:nth-of-type(n+8) {
    margin-bottom: 0px;
  }
}

@media (max-width: 1200px) {
  #title h2 span {
    font-size: 36px;
  }

  #title h2 {
    font-size: 28px;
  }

  #history .sec_02 .since .time h3 {
    font-size: 24px;
  }

  #history .sec_02 .since .time .line::after {
    width: 60px;
  }

  #history .sec_02 .since .time p {
    font-size: 16px;
  }

  #history .sec_02 .since .time {
    width: 33.3333%;
  }
}

@media (max-width: 700px) {
  #history {
    padding: 100px 0;
  }

  #title {
    margin-bottom: 50px;
  }

  #title h2 span {
    font-size: 24px;
  }

  #title h2 {
    font-size: 20px;
    margin-right: 50px;
  }

  #title .line {
    margin-bottom: 10px;
  }

  #history .sec_02 .since .time h3 {
    font-size: 18px;
  }

  #history .sec_02 .since .time p {
    font-size: 14px;
  }

  #history .sec_02 .since .time {
    width: 50%;
  }
}

@media (max-width: 400px) {
  #title h2 span {
    font-size: 20px;
  }

  #title h2 {
    font-size: 18px;
  }

  #history .sec_02 .since .time h3 {
    font-size: 16px;
  }

  #history .sec_02 .since .time p {
    font-size: 12px;
  }
}

#group {
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  padding: 150px 0;
}

#group .sec_01 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#group .sec_01 img {
  width: 100%;
  height: auto;
}

#group .sec_02 {
  width: 100%;
  height: auto;
  text-align: center;
}

#group .sec_02 img {
  width: auto;
  height: auto;
}

@media (max-width: 1400px) {
  #group  {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #group .sec_02 img {
    width: 90%;
  }
}

@media (max-width: 700px) {
  #group .sec_02 img {
    width: 100%;
  }

  #group {
    padding: 100px 0;
  }
}

#partnership {
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  padding: 150px 0;
}

#partnership .sec_01 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#partnership .sec_01 img {
  width: 100%;
  height: auto;
}

#partnership .sec_02 {
  width: 100%;
  max-width: 1034px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

#partnership .sec_02 img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#partnership .sec_02 img:nth-of-type(n+7) {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  #partnership {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #partnership .sec_02 img {
    width: 30%;
  }
}

@media (max-width: 700px) {
  #partnership {
    padding: 100px 0;
  }
}

@media (max-width: 500px) {
  #partnership .sec_02 img {
    width: 48%;
    margin-bottom: 30px;
  }

  #partnership .sec_02 img:nth-of-type(n+7) {
    margin-bottom: 30px;
  }

  #partnership .sec_02 img:last-of-type {
    margin-bottom: 0;
  }
}

#location {
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  padding: 150px 0;
}

#location .sec_01 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}

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

#location .sec_02 {
  width: 100%;
  max-width: 1232px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

#location .sec_02 .box {
  width: 566px;
  height: auto;
}

#location .sec_02 .box .root_daum_roughmap {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

#location .sec_02 .box .root_daum_roughmap .wrap_map {
  height: 100%;
}

#location .sec_02 .box h3 {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}

#location .sec_02 .box .contact_info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#location .sec_02 .box .contact_info p {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 20px;
  color: #721C1A;
  margin-right: 20px;
}

#location .sec_02 .box .contact_info p:last-of-type {
  margin-right: 0;
}

#location .sec_02 .box .contact_info p span {
  font-family: 'PB_B';
	font-weight: bold;
}

@media (max-width: 1400px) {
  #location {
    max-width: 90%;
  }

  #location .sec_02 .box {
    width: 500px;
  }
}

@media (max-width: 1200px) {
  #location .sec_02 {
    flex-wrap: wrap;
  }

  #location .sec_02 .box {
    width: 100%;
  }

  #location .sec_02 .box:first-of-type {
    margin-bottom: 50px;
  }
}

@media (max-width: 700px) {
  #location {
    padding: 100px 0;
  }

  #location .sec_01 img {
    width: 200px;
  }

  #location .sec_02 .box .root_daum_roughmap {
    height: 300px;
  }

  #location .sec_02 .box h3 {
    font-size: 18px;
  }

  #location .sec_02 .box .contact_info p {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  #location .sec_02 .box .root_daum_roughmap {
    height: 200px;
  }

  #location .sec_02 .box h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  #location .sec_02 .box .contact_info p {
    font-size: 14px;
  }
}

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

  #location .sec_02 .box h3 {
    font-size: 12px;
  }

  #location .sec_02 .box .contact_info p {
    font-size: 12px;
    margin-right: 10px;
  }
}

#transit {
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  height: auto;
  padding: 150px 0;
  margin: 0 auto;
}

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

#transit .sec_01 h2 {
  padding-left: 20px;
  position: relative;
  margin-bottom: 50px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
}

#transit .sec_01 h2::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #721C1A;
}

#transit .sec_01 .box {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 90px;
}

#transit .sec_01 .box:last-of-type {
  margin-bottom: 0;
}

#transit .sec_01 .box h3 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #721C1A;
}

#transit .sec_01 .box h3 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#transit .sec_01 .box .line {
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background: #bdbdbd;
  margin: 50px auto;
}

#transit .sec_01 .box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
}

#transit .sec_01 .box p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#transit .sec_01 .box .item_wrap {
  width: 100%;
  max-width: 1200px;
  height: 170px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

#transit .sec_01 .box .item_wrap .item {
  width: 33.3333%;
  height: 100%;
  border-right: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
}

#transit .sec_01 .box .item_wrap .item:last-of-type {
  border-right: 0;
}

#transit .sec_01 .box .item_wrap .item dt {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 18px;
}

@media (max-width: 1400px) {
  #transit {
    max-width: 90%;
  }
}

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

  #transit .sec_01 .box h3 {
    font-size: 24px;
  }

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

  #transit .sec_01 .box .item_wrap {
    max-width: 90%;
    height: 350px;
    flex-wrap: wrap;
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
  }

  #transit .sec_01 .box .item_wrap .item {
    width: 50%;
    height: 50%;
  }

  #transit .sec_01 .box .item_wrap .item:nth-of-type(2) {
    border-right: 0;
  }

  #transit .sec_01 .box .item_wrap .item:nth-of-type(1),
  #transit .sec_01 .box .item_wrap .item:nth-of-type(2) {
    border-bottom: 1px solid #bdbdbd;
  }
} 

@media (max-width: 700px) {
  #transit {
    padding: 100px 0;
  }

  #transit .sec_01 h2 {
    font-size: 20px;
  }

  #transit .sec_01 h2 {
    margin-bottom: 30px;
  }

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

  #transit .sec_01 .box .line {
    margin: 30px auto;
    width: 90%;
  }

  #transit .sec_01 .box h3 {
    font-size: 20px;
  }

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

  #transit .sec_01 .box p br {
    display: none;
  }

  #transit .sec_01 .box .item_wrap {
    margin: 30px auto;
    height: 200px;
  }

  #transit .sec_01 .box .item_wrap .item dt {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #transit .sec_01 h2 {
    font-size: 16px;
  }

  #transit .sec_01 .box h3 {
    font-size: 16px;
  }

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

  #transit .sec_01 .box {
    margin-bottom: 50px;
  }

  #transit .sec_01 .box .item_wrap .item dt {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  #transit .sec_01 h2 {
    font-size: 14px;
    padding-left: 10px;
  }

  #transit .sec_01 .box h3 {
    font-size: 14px;
  }

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

#vehicle {
  width: 100%;
  height: auto;
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 0;
}

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

#vehicle .sec_01 h2 {
  padding-left: 20px;
  position: relative;
  margin-bottom: 50px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
}

#vehicle .sec_01 h2::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #721C1A;
}

#vehicle .sec_01 .box {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

#vehicle .box h3 {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 30px;
  color: #721C1A;
}

#vehicle .box h3 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#vehicle .sec_01 .box .line {
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background: #bdbdbd;
  margin: 50px auto;
}

#vehicle .sec_01 .box p {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 20px;
}

#vehicle .sec_01 .box p span {
  font-family: 'PB_B';
	font-weight: bold;
}

#vehicle .sec_01 .box img {
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

#vehicle .sec_02 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#vehicle .sec_02 img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#vehicle .sec_03 {
  width: 100%;
  height: auto;
}

#vehicle .sec_03 h2 {
  padding-left: 20px;
  position: relative;
  margin-bottom: 50px;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
}

#vehicle .sec_03 h2::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #721C1A;
}

#vehicle .sec_03 .img_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#vehicle .sec_03 img {
  width: auto;
  height: auto;
}

@media (max-width: 1400px) {
  #vehicle {
    max-width: 90%;
  }

  #vehicle .sec_02 img {
    width: 48%;
  }

  #vehicle .sec_03 img {
    width: 48%;
  }
}

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

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

  #vehicle .box h3 {
    font-size: 24px;
  }

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

@media (max-width: 700px) {
  #vehicle {
    padding: 100px 0;
  }

  #vehicle .sec_01 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #vehicle .sec_03 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

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

  #vehicle .sec_01 .box .line {
    margin: 30px auto;
    width: 90%;
  }

  #vehicle .box h3 {
    font-size: 20px;
  }

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

  #vehicle .sec_01 .box p br {
    display: none;
  }

  #vehicle .sec_01 .box img {
    width: 90%;
  }
}

@media (max-width: 500px) {
  #vehicle .sec_01 h2 {
    font-size: 16px;
  }

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

  #vehicle .box h3 {
    font-size: 16px;
  }

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

  #vehicle .sec_01 .box {
    margin-bottom: 50px;
  }

  #vehicle .sec_02 img {
    width: 100%;
  }

  #vehicle .sec_03 img {
    width: 100%;
    margin-bottom: 50px;
  }

  #vehicle .sec_03 img:last-of-type {
    margin-bottom: 0;
  }

  #vehicle .sec_03 .img_wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  #vehicle .sec_01 h2 {
    font-size: 14px;
    padding-left: 10px;
  }

  #vehicle .sec_03 h2 {
    font-size: 14px;
    padding-left: 10px;
  }

  #vehicle .box h3 {
    font-size: 14px;
  }

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

#contact_us {
  width: 100%;
  max-width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 0;
}

#contact_us #title {
  white-space: nowrap;
}

#contact_us form {
  width: 100%;
  max-width: 828px;
  height: auto;
  margin: 0 auto;
}

#contact_us form .container {
  width: 100%;
  height: auto;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

#contact_us form .container .item {
  width: 100%;
  height: auto;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid #bdbdbdbd;
}

#contact_us form .container .item:last-of-type {
  border-bottom: none;
}

#contact_us form .container .item label {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 20px;
}

#contact_us form .container .item input {
  width: 100%;
  max-width: 604px;
  height: 50px;
  background: #f5f5f5;
  padding: 0 10px;
  border: none;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
}

#contact_us form .container .item textarea {
  width: 100%;
  max-width: 604px;
  height: 300px;
  background: #f5f5f5;
  padding: 10px;
  border: none;
  resize: none;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 18px;
}

#contact_us form .checkbox {
  width: 100%;
  height: auto;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

#contact_us form .checkbox input {
  width: 14px;
  height: 14px;
  border: none;
  background: #bdbdbd;
  margin-right: 5px;
}

#contact_us form .checkbox label {
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 16px;
}

#contact_us form input[type=submit] {
  width: 226px;
  height: 50px;
  border: none;
  background: #721C1A;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin: 0 auto 10px;
  display: block;
}

#contact_us form a {
  width: 226px;
  height: 50px;
  border: none;
  background: #F9E000;
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 15px;
  color: #371C1D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#contact_us form a img {
  width: auto;
  height: auto;
  margin-right: 10px;
}

@media (max-width: 1400px) {
  #contact_us {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  #contact_us form .container .item input {
    max-width: 80%;
  }

  #contact_us form .container .item label {
    max-width: 20%;
    display: block;
  }

  #contact_us form .container .item textarea {
    max-width: 80%;
  }
}

@media (max-width: 700px) {
  #contact_us {
    padding: 100px 0;
  }

  #contact_us form .container .item {
    padding: 15px 30px;
  }

  #contact_us form .container .item label {
    font-size: 16px;
  }

  #contact_us form .container .item input {
    height: 40px;
    font-size: 14px;
  }

  #contact_us form .container .item textarea {
    height: 200px;
    font-size: 14px;
  }

  #contact_us form .checkbox {
    padding: 15px 30px;
  }
}

@media (max-width: 500px) {
  #contact_us form .container .item label {
    font-size: 12px;
  }

  #contact_us form .container .item input {
    height: 30px;
    font-size: 12px;
  }

  #contact_us form .container .item textarea {
    height: 100px;
    font-size: 12px;
  }

  #contact_us form .checkbox label {
    font-size: 12px;
  }

  #contact_us form input[type=submit] {
    width: 170px;
    height: 40px;
    font-size: 16px;
  }

  #contact_us form a {
    width: 170px;
    height: 40px;
    font-size: 12px;
  }

  #contact_us form a img {
    width: 15px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  #contact_us form .container .item {
    padding: 15px;
  }

  #contact_us form .checkbox {
    padding: 15px;
  }
}