@charset "UTF-8";
html {
  font-size: 16px;
}
@media only screen and (max-width: 1439px) {
  html {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 2.083vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 4.44vw;
  }
}

body, table, input, textarea, select, button {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.container {
  width: 90rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.skipArea a {
  width: 100%;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 100%;
  left: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  background: var(--bg0);
  color: #fff;
}
.skipArea a:focus, .skipArea a:active, .skipArea a:hover {
  bottom: auto;
  top: 0;
}

header {
  height: 5rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  background-size: 100% 5rem;
  z-index: 99;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  header .container {
    position: relative;
  }
}
header .container .logo {
  position: relative;
  z-index: 3;
  font-size: 0;
}
header .container .logo a {
  display: block;
}
header .container .logo a img {
  display: block;
  height: 1.625rem;
}
header .container .gnb {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb {
    height: auto;
  }
}
header .container .gnb #menu_m {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb #menu_m {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
  }
  header .container .gnb #menu_m:before, header .container .gnb #menu_m:after {
    content: "";
    height: 0.125rem;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
  }
  header .container .gnb #menu_m:before {
    top: 0;
    box-shadow: 0 0.6875rem 0 #fff;
  }
  header .container .gnb #menu_m:after {
    bottom: 0;
  }
  header .container .gnb #menu_m.open {
    z-index: 5;
  }
  header .container .gnb #menu_m.open:before {
    box-shadow: none;
    transform: rotate(45deg);
    transform-origin: left top;
    width: 2rem;
  }
  header .container .gnb #menu_m.open:after {
    box-shadow: none;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    width: 2rem;
  }
}
header .container .gnb .main_menu {
  display: flex;
  align-items: center;
  height: 100%;
}
header .container .gnb .main_menu:hover:after {
  content: "";
  width: 100%;
  height: 16.25rem;
  background: rgba(248, 248, 250, 0.95);
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu:hover:after {
    content: none;
  }
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu {
    position: fixed;
    top: 5rem;
    left: 100%;
    display: none;
    height: calc(100vh - 5rem);
  }
  header .container .gnb .main_menu.open {
    display: block;
    left: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 2;
    background: #fff;
  }
  header .container .gnb .main_menu.open .main_menu_li > a {
    color: var(--font1);
  }
}
@media only screen and (max-width: 767px) {
  header .container .gnb .main_menu.open {
    padding: 1.25rem;
  }
}
header .container .gnb .main_menu .main_menu_m {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_m {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
  header .container .gnb .main_menu .main_menu_m a {
    display: block;
    height: 2.875rem;
    line-height: 2.875rem;
    text-align: center;
    font-size: 1rem;
    flex: 1;
    border: 1px solid var(--line1);
    background: none;
    border-radius: 1.4375rem;
  }
  header .container .gnb .main_menu .main_menu_m a.apply_link {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff;
  }
}
header .container .gnb .main_menu .main_menu_li {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_li {
    height: auto;
  }
  header .container .gnb .main_menu .main_menu_li.pc {
    display: none;
  }
  header .container .gnb .main_menu .main_menu_li + li {
    margin-top: 1.25rem;
  }
}
header .container .gnb .main_menu .main_menu_li > a {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_li > a {
    height: auto;
    width: 100%;
    padding: 0.625rem 0;
    justify-content: flex-start;
    border-bottom: 1px solid var(--line1);
    font-size: 1.125rem;
    position: relative;
  }
}
header .container .gnb .main_menu .main_menu_li > a.bttn {
  height: 2.875rem;
  margin-top: 1.0625rem;
  font-size: var(--f8);
}
header .container .gnb .main_menu .main_menu_li > a.bttn.outline {
  color: #fff;
  border-color: #fff;
  background: none;
}
header .container .gnb .main_menu .main_menu_li:nth-of-type(7) {
  margin-left: 2.5rem;
  margin-right: 1.25rem;
}
header .container .gnb .main_menu .main_menu_li:nth-of-type(7) .bttn {
  margin-right: 0.3125rem;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_li:nth-of-type(7) {
    margin-left: 0;
    margin-right: 0;
  }
}
header .container .gnb .main_menu .main_menu_li .icon {
  display: none;
}
header .container .gnb .main_menu .main_menu_li .sub_menu {
  position: absolute;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_li .sub_menu {
    position: relative;
  }
  header .container .gnb .main_menu .main_menu_li .sub_menu + .icon {
    display: block;
    position: absolute;
    top: 0.6875rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/open_close.svg) no-repeat center center/cover;
    transform: rotate(180deg);
  }
  header .container .gnb .main_menu .main_menu_li .sub_menu.active {
    display: block !important;
    padding: 0 0.5rem;
  }
  header .container .gnb .main_menu .main_menu_li .sub_menu.active + .icon {
    transform: rotate(0);
  }
}
header .container .gnb .main_menu .main_menu_li .sub_menu .sub_menu_li {
  padding-top: 1.875rem;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_li .sub_menu .sub_menu_li {
    padding-top: 0;
    padding: 0.5rem 0;
  }
  header .container .gnb .main_menu .main_menu_li .sub_menu .sub_menu_li + li {
    margin-top: 0.5rem;
  }
}
header .container .gnb .main_menu .main_menu_li .sub_menu .sub_menu_li a {
  display: block;
  text-align: center;
  font-size: var(--f7);
  line-height: var(--l7);
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu .main_menu_li .sub_menu .sub_menu_li a {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
}
header .container .gnb .main_menu:hover .sub_menu {
  display: block;
}
@media only screen and (max-width: 1023px) {
  header .container .gnb .main_menu:hover .sub_menu {
    display: none;
  }
}
.sec_subv {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  height: 21.875rem;
  background: #000;
  color: #fff;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_subv {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_subv {
    height: 14.5625rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.sec_subv .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec_subv .container {
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sec_subv .container .page_title {
  font-family: "JalnanGothic";
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .sec_subv .container .page_title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.sec_subv .container .page_path {
  display: flex;
  align-items: center;
  gap: 1.5em;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec_subv .container .page_path {
    gap: 1.25rem;
    font-size: 0.75rem;
  }
}
.sec_subv .container .page_path li {
  position: relative;
}
.sec_subv .container .page_path li + li:before {
  content: "";
  position: absolute;
  background: url(../img/path.svg) no-repeat center/cover;
  width: 1.5rem;
  height: 1.5rem;
  right: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_subv .container .page_path li + li:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.sec_subv.login {
  height: 9rem;
  padding: 0;
}
.sec_subv.login .container {
  display: none;
}

main.sub {
  padding-bottom: 12.5rem;
}
@media only screen and (max-width: 1023px) {
  main.sub {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  main.sub {
    padding-bottom: 6.25rem;
  }
}
footer {
  background: var(--bg0);
  color: #fff;
  padding: 3.75rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  footer {
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    font-size: 0.875rem;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .container .footer_01 {
  width: 54.625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_01 {
    width: 100%;
  }
}
footer .container .footer_01 .logo img {
  display: block;
  height: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_01 .logo img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_01 {
    margin-bottom: 1.25rem;
  }
}
footer .container .footer_02 {
  width: 32.875rem;
  font-size: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_02 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .container .footer_02 {
    width: 21.25rem;
    margin-left: -0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .container .footer_02 img {
  height: 3.375rem;
  width: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_02 img {
    height: 2.1875rem;
  }
}
footer .container .footer_02 img + img {
  margin-left: 1rem;
  height: 3.875rem;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_02 img + img {
    margin-left: 0;
    height: 2.5rem;
  }
}
footer .container .footer_03 {
  width: 33.125rem;
  padding: 1.125rem 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  order: 4;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_03 {
    margin-bottom: 1.25rem;
    text-align: center;
    width: 100%;
  }
}
footer .container .footer_03 h4 {
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_03 h4 {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
footer .container .footer_03 p + p {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_03 p + p {
    margin-top: 0.75rem;
  }
}
footer .container .footer_03 p span:nth-of-type(1) {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_03 p span:nth-of-type(1) {
    font-size: 0.75rem;
  }
}
footer .container .footer_03 p span:nth-of-type(2) {
  display: flex;
  gap: 2.125rem;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_03 p span:nth-of-type(2) {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .container .footer_03 p span:nth-of-type(2) {
    padding: 0;
    gap: 1.125rem;
  }
}
footer .container .footer_03 p span:nth-of-type(2) strong {
  font-size: 1.125rem;
  line-height: 1.5;
  display: block;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_03 p span:nth-of-type(2) strong {
    font-size: 0.875rem;
  }
}
footer .container .footer_03 p span:nth-of-type(2) strong + strong {
  position: relative;
}
footer .container .footer_03 p span:nth-of-type(2) strong + strong:before {
  content: "";
  position: absolute;
  left: -1.1875rem;
  top: 0.7813rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  footer .container .footer_03 p span:nth-of-type(2) strong + strong:before {
    width: 0.125rem;
    height: 0.125rem;
    left: -0.625rem;
    top: 0.5938rem;
  }
}
footer .container .footer_04 {
  order: 3;
  padding-top: 1rem;
}
footer .container .footer_04 a.m {
  display: none;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_04 {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  footer .container .footer_04 a.m {
    display: block;
    order: 3;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .container .footer_04 {
    margin-bottom: 0.75rem;
  }
}
footer .container .footer_04 span {
  display: block;
}
footer .container .footer_04 span br {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .container .footer_04 span br {
    display: block;
  }
}
footer .container .footer_04 span + span {
  margin-top: 0.625rem;
}
footer .container .footer_04 > div:nth-of-type(1) {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_04 > div:nth-of-type(1) {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  footer .container .footer_04 > div:nth-of-type(1) {
    gap: 1.25rem;
  }
}
footer .container .footer_04 > div:nth-of-type(1) a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_04 > div:nth-of-type(1) a.pc {
    display: none;
  }
}
footer .container .footer_04 > div:nth-of-type(1) a + a:before {
  content: "";
  position: absolute;
  left: -1.25rem;
  width: 0.0625rem;
  height: 0.75rem;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  footer .container .footer_04 > div:nth-of-type(1) a + a:before {
    left: -0.625rem;
  }
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_04 > div:nth-of-type(2) {
    order: 1;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
footer .container .footer_04 p {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1023px) {
  footer .container .footer_04 p {
    order: 3;
    margin-top: 0;
  }
}
button.bttn.main:disabled,
input[type=submit].bttn.main:disabled {
  box-shadow: none;
  background: var(--gray-scale-2);
  color: var(--font4);
}

.table_box {
  border-top: 1px solid var(--line1);
  border-bottom: 1px solid var(--line1);
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.bttn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.bttn {
  cursor: pointer;
  display: inline-block;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  padding: 0 1.25rem;
  font-size: var(--f8);
  border-radius: 1.875rem;
}
.bttn.little {
  border-radius: 0.25rem;
}
.bttn.largest {
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: var(--f5);
  font-weight: 700;
}
.bttn.large {
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: var(--f7);
}
.bttn.small {
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: var(--f9);
}
.bttn.smallest {
  height: 1.625rem;
  line-height: 1.625rem;
  font-size: var(--f9);
}
.bttn.grdt {
  background: var(--bg-grdt);
  color: #fff;
}
.bttn.brand {
  background: var(--color-brand);
  color: #fff;
}
.bttn.black {
  background: var(--line1);
  color: #fff;
}
.bttn.outline-black {
  background: #fff;
  border: 0.0625rem solid var(--line1);
}
.bttn.sub {
  background: var(--color-sub-brand);
  color: #fff;
}
.bttn.gray {
  background: var(--bg2);
  color: var(--font2);
}
.bttn.outline {
  background: #fff;
  border: 0.0625rem solid var(--color-brand);
  color: var(--color-brand);
}
.bttn.outline-line-gray {
  background: #fff;
  border: 0.0625rem solid var(--line2);
  color: var(--color-brand);
}
.bttn.outline-gray {
  background: #fff;
  border: 0.0625rem solid var(--line2);
}
.bttn.main {
  box-shadow: 0 0 0 0.0625rem var(--line2);
}
.bttn.main:before, .bttn.main:after {
  content: "";
  transition: 0.3s;
}
.bttn.main:focus {
  outline: none;
  position: relative;
  background: none;
  color: var(--font1);
}
.bttn.main:focus:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bg-grdt);
  z-index: -2;
}
.bttn.main:focus:after {
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  background: #fff;
  z-index: -1;
}
.bttn.main:hover, .bttn.main:active {
  box-shadow: none;
  background: var(--bg-grdt);
  color: #fff;
}

.inputs {
  height: 2.875rem;
  font-size: var(--f9);
  line-height: var(--l9);
  border: 1px solid var(--line2);
  padding: 0 1.25rem;
  border-radius: 0.25rem;
}
.inputs:focus {
  outline: 0;
  border-color: var(--color-brand);
  background: #fff;
}
.inputs:hover {
  background: var(--bg2);
}
.inputs:-moz-read-only {
  background: var(--bg2);
}
.inputs:disabled, .inputs:read-only {
  background: var(--bg2);
}
.inputs.large {
  height: 3.5rem;
}

input[type=checkbox].checkbox, input[type=checkbox].radio,
input[type=radio].checkbox,
input[type=radio].radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
}
input[type=checkbox].checkbox,
input[type=radio].checkbox {
  background: #fff url(../img/checkbox_default.svg) no-repeat center center/cover;
}
input[type=checkbox].checkbox:hover,
input[type=radio].checkbox:hover {
  background-image: url(../img/checkbox_tap_hover.svg);
}
input[type=checkbox].checkbox:disabled,
input[type=radio].checkbox:disabled {
  background-image: url(../img/checkbox_disabled.svg);
}
input[type=checkbox].checkbox:checked,
input[type=radio].checkbox:checked {
  background-image: url(../img/checkbox_selected.svg);
}
input[type=checkbox].checkbox:checked:disabled,
input[type=radio].checkbox:checked:disabled {
  background-image: url(../img/checkbox_selectedDisabled.svg);
}
input[type=checkbox].radio,
input[type=radio].radio {
  background: #fff url(../img/radio_default.svg) no-repeat center center/cover;
}
input[type=checkbox].radio:hover,
input[type=radio].radio:hover {
  background-image: url(../img/radio_tap_hover.svg);
}
input[type=checkbox].radio:checked,
input[type=radio].radio:checked {
  background-image: url(../img/radio_selected.svg);
}
input[type=checkbox].radio:checked:disabled,
input[type=radio].radio:checked:disabled {
  background-image: url(../img/radio_disabled.svg);
}
input[type=checkbox].radio:checked:disabled,
input[type=radio].radio:checked:disabled {
  background-image: url(../img/radio_selectedDisabled.svg);
}

.upload_btn {
  display: inline-block;
  width: 9.5625rem;
  height: 2.875rem;
  text-align: center;
  font-size: var(--f9);
  line-height: 2.875rem;
  background: var(--bg2);
  position: relative;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
}
.upload_btn:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/download.svg) no-repeat center center/cover;
  margin-right: 0.25rem;
}
.upload_btn:after {
  content: "첨부파일";
  vertical-align: middle;
}
.upload_btn + .uploaded_file {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 0 2.5rem 0 1.25rem;
  border: 0.0625rem solid var(--line2);
  height: 2.875rem;
  line-height: 2.875rem;
  max-width: 100%;
  font-size: 0.6875rem;
}
.upload_btn + .uploaded_file em {
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
}
.upload_btn + .uploaded_file a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select_box {
  height: 2.875rem;
  font-size: var(--f9);
  line-height: var(--l9);
  border: 1px solid var(--line2);
  padding: 0 1.625rem 0 0.625rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../img/selectbox.svg) no-repeat calc(100% - 0.625rem) center/1rem 1rem;
}
.select_box:hover {
  background-color: var(--bg2);
  border-color: var(--color-brand);
}
.select_box:focus {
  outline: none;
  border-color: var(--color-brand);
}

ul.cont_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.0625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  ul.cont_nav {
    margin-bottom: 1.25rem;
  }
}
ul.smf_tab {
  display: flex;
}
ul.smf_tab li {
  flex: 1;
  line-height: 5rem;
  height: 5rem;
  text-align: center;
  font-size: 1.375rem;
  border: 1px solid var(--line2);
  background: #fff;
  color: var(--font3);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  ul.smf_tab li {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.125rem;
  }
}
ul.smf_tab li.active {
  border-color: var(--color-brand);
  background: var(--color-brand);
  color: #fff;
  font-weight: 700;
}
ul.smf_tab ~ .tab_contents {
  display: none;
}
ul.smf_tab ~ .tab_contents.active {
  display: block;
}

.sec_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}
.sec_pop.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_pop .inner {
  background: #fff;
  border-radius: 1.25rem;
}
.sec_pop .inner .close_pop {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .moving_bg {
    display: none;
  }
}