@charset "UTF-8";
/* CSS Document */
.no_site {
  overflow: hidden;
}

.imgMg {
  display: block;
  margin: 0 auto;
}

/* skip navigation */
#skipNavi {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9999;
}

#skipNavi a {
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
}

#skipNavi a:focus {
  top: 0px;
  height: 30px;
  line-height: 30px;
  z-index: 9999;
}

:root {
  --main1: #0090CA;
  --main2: #014C83;
  --main3: #24BEFC;
  --main4: #307867;
  --point1: #3E7BD8;
  --point2: #ec540e;
  --point3: #009861;
  --basic_text: #555;
  --title_text: #333;
  --border: #d4d4d4;
  --danger:#B51717;
}

.c_main1 {
  color: var(--main1) !important;
}

.c_main2 {
  color: var(--main2) !important;
}

.c_main3 {
  color: var(--main3) !important;
}

.c_point1 {
  color: var(--point1) !important;
}

.c_point2 {
  color: var(--point2) !important;
}

.c_point3 {
  color: var(--point3) !important;
}

.c_basic_text {
  color: var(--basic_text) !important;
}

.c_title_text {
  color: var(--title_text) !important;
}

.c_border {
  color: var(--border) !important;
}

.c_danger {
  color: var(--danger) !important;
}

/* default */
.text_c {
  text-align: center !important;
}

.text_r {
  text-align: right !important;
}

.text_l {
  text-align: left !important;
}

.text_b {
  font-weight: 700;
}

.text_line {
  text-decoration: underline;
  color: var(--title_text);
}

@media (max-width: 600px) {
  .m_text_c {
    text-align: center !important;
  }
  .m_text_r {
    text-align: right !important;
  }
  .m_text_l {
    text-align: left !important;
  }
}
br.mo {
  display: none;
}

br.pc {
  display: block;
}

br.onpc {
  display: none;
}

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

img.mo {
  width: 100%;
  display: none !important;
}

.padshow {
  display: none;
}

@media (max-width: 1200px) {
  br.pc {
    display: none;
  }
}
@media (max-width: 999px) {
  .padHide {
    display: none;
  }
  .padshow {
    display: block;
  }
}
@media (max-width: 600px) {
  br.mo {
    display: block;
  }
  .moHide {
    display: none !important;
  }
  img.pc {
    display: none !important;
  }
  img.mo {
    display: block !important;
  }
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  br.onpc {
    display: block;
  }
}
a:hover {
  color: var(--main1);
}

h3 {
  margin-bottom: 20px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
}

input, select {
  border: 1px solid #bbb;
  height: 36px;
}

textarea {
  border: 1px solid #bbb;
}

.describedby {
  display: none;
}

/* header */
header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-out 0s;
  z-index: 10000;
}
header .nav_warp {
  height: 107px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  z-index: 9;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
header .logo {
  background: url("../img/logo_new.png") no-repeat;
  background-size: cover;
  width: 350px;
  height: 71px;
  display: inline-block;
}
header nav {
  display: flex;
  gap: 80px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
header nav > div {
  position: relative;
  min-width: 60px;
}
header nav > div button {
  font-size: 19px;
  font-weight: 500;
  padding: 10px 0;
}
header nav > div div {
  display: block;
  position: absolute;
  left: 50%;
  top: 35px;
  margin-top: 10px;
  transform: translateX(-50%);
  width: 150%;
  min-width: 120px;
  background: #fff;
  border-radius: 3px;
  color: #444;
  line-height: 1.5;
  padding: 5px 0 15px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  height: 0px;
  overflow: hidden;
}
header nav > div div a {
  padding-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #555;
}
header nav > div div a span{
display:block; font-size:13px;
}
header nav > div:hover button, header nav > div:focus-within button {
  color: #56F9FF;
  font-weight: 700;
}
header nav > div:hover div, header nav > div:focus-within div {
  display: block;
  opacity: 1;
  height: 130px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

header nav > div:hover #inb1, header nav > div:focus-within #inb1 {
height:110px
}
header nav > div:hover #inb2, header nav > div:focus-within #inb2 {
height:140px
}
header nav > div:hover div a:hover, header nav > div:focus-within div a:hover {
  font-weight: 700;
}
header #m_menu {
  display: none;
}ㅗ4
header.fixed {
  background: #0090CA;
}
header.fixed .nav_warp {
  height: 80px;
}
@media (max-width: 1500px) {
  header .nav_warp {
    padding: 0 40px 0 20px;
  }
  header nav {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  header {
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
  }
  header .nav_warp {
    height: 80px;
    width: 100%;
  }
  header .logo {
    width: 227px;
    height: 58px;
  }
  header nav {
    display: none;
    flex-direction: column;
    height: auto;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  header nav > div {
    text-align: left;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav > div button {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  header nav > div div {
    display: block;
    padding-bottom: 20px;
    position: relative;
    left: auto;
    top: auto;
    background: #f2f2f2;
  }
  header nav > div div a {
    padding-left: 22px;
    padding-top: 20px;
  }
  header .nav_member {
    margin-right: 40px;
    gap: 15px;
  }
  header .nav_member::before {
    display: none;
  }
  header .nav_member a {
    font-size: 0;
  }
  header .nav_member a::before {
    font-size: 32px;
    color: #888;
  }
  header #m_menu {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  header #m_menu::after {
    content: "\e5d2";
    font-family: "Material Symbols Outlined";
    font-size: 40px;
    display: block;
    color: #fff;
  }
  header #m_menu.close::after {
    content: "\e5cd";
  }
  header.opne {
    display: flex;
    height: calc(100vh - 30px);
    background: #0174AF;
  }
  header.opne nav {
    display: block;
    position: absolute;
    left: 0px;
    top: 68px;
    z-index: 1000;
    width: 100%;
  }
  header.opne nav > div button {
    pointer-events: none;
    width: 100%;
    text-align: left;
  }
  header.opne nav > div div {
    display: none;
    position: static;
    transform: translateY(0);
    text-align: left;
    border-radius: 0;
  }
  header.opne nav > div div a {
    padding-top: 10px;
    display: inline-block;
  }
  header.opne nav > div.on div {
    height: auto;
    display: flex;
    flex-direction: column;
    opacity: 1;
  }
  header.fixed .nav_warp {
    width: 100%;
  }
}
@media (max-width: 600px) {
  header .logo {
    width: 184px;
    height: 47px;
  }
  header .nav_warp {
    padding: 0 10px 0 15px;
    height: 70px;
  }
  header .nav_member {
    gap: 0px;
    margin-right: 35px;
  }
  header .nav_member .join, header .nav_member .logout {
    display: none;
  }
  header #m_menu {
    height: 35px;
    top: 13px;
    right: 10px;
  }
  header #m_menu::after {
    font-size: 35px;
  }
  header.opne nav {
    top: 58px;
  }
}

/*메인*/
.section .fp-tableCell {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section {
    padding: 50px 0;
    height: auto !important;
  }
  .section .fp-tableCell {
    height: auto !important;
  }
}
@media (max-width: 999px) {
  .section#section3, .section#footer {
    padding: 40px 0 0 !important;
  }
}
@media (max-width: 600px) {
  .section#section3, .section#footer {
    padding: 50px 0 0 !important;
  }
}
.section .section_wrap {
  max-width: 1550px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  line-height: 1.4;
}
.section .section_wrap .h2_tit {
  margin-bottom: 30px;
}
.section .section_wrap .h2_tit p {
  font-size: 18px;
}
.section .section_wrap .h2_tit h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 7px;
}
.section .section_wrap .h2_tit p:first-child {
  color: #669908;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 600px) {
  .section .section_wrap {
    width: calc(100% - 40px);
  }
  .section .section_wrap .h2_tit p {
    font-size: 16px;
  }
  .section .section_wrap .h2_tit h2 {
    font-size: 25px;
  }
  .section .section_wrap .h2_tit p:first-child {
    font-size: 16px;
  }
}

#fp-nav.black ul li a span {
  border-color: #444;
}

#fp-nav.black ul li a.active span {
  border-color: #000;
  background: #444;
}

#fp-nav ul li:nth-child(5) {
  display: none;
}

@keyframes move {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes zoom-b {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes visual-text {
  0% {
    opacity: 0;
    margin-left: 100px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#section0 {
  background: url("../img/section_00.jpg");
}
#section0 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
#section0 .visual {
  color: #fff;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 1400px;
  line-height: 1.5;
}
#section0 .visual .vtt1 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 90px;
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
#section0 .visual .vtt1 span {
  opacity: 0;
  transform: translateY(20px);
}
#section0 .visual .vtt2 {
  font-size: 40px;
  font-weight: 700;
}
#section0 .visual .vlink {
  font-size: 17px;
  padding-top: 40px;
  padding-bottom: 6%;
  display: flex;
  gap: 80px;
  justify-content: center;
}
#section0 .visual .vlink a {
  text-decoration-line: underline;
}
#section0 .visual .vlink a:hover {
  color: yellow;
}
#section0 .visual .v_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
#section0 .visual .v_list li {
  position: relative;
  height: 220px;
}
#section0 .visual .v_list li p {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 35.76%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 200px;
  box-shadow: inset 4px 4px 10px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-size: 20px;
}
#section0 .visual .v_list li:nth-child(1) p::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../img/section_00_icon01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
#section0 .visual .v_list li:nth-child(2) p::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../img/section_00_icon02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
#section0 .visual .v_list li:nth-child(3) p::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../img/section_00_icon03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 1200px) {
  #section0 .visual .v_list li p {
    padding: 0 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out 0s;
  }
  #section0 .visual .v_list li:hover p {
    width: 106%;
    height: 106%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 35.76%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 999px) {
  #section0 {
    height: 100vh !important;
  }
  #section0 .fp-tableCell {
    height: 100% !important;
  }
  #section0 .visual .vtt1 {
    font-size: 70px;
    flex-wrap: wrap;
  }
  #section0 .visual .vtt2 {
    font-size: 32px;
  }
  #section0 .visual .v_list {
    gap: 30px;
  }
  #section0 .visual .v_list li p {
    font-size: 18px;
  }
  #section0 .visual .v_list li p::before {
    max-width: 70px;
    width: 60%;
  }
}
@media (max-width: 600px) {
  #section0 .fp-tableCell {
    padding-top: 0;
  }
  #section0 .visual .vtt1 {
    font-size: 48px;
    max-width: 280px;
    margin: 0 auto;
  }
  #section0 .visual .vtt2 {
    font-size: 26px;
  }
  #section0 .visual .vlink {
    gap: 30px;
    margin-bottom: 30px;
  }
  #section0 .visual .v_list {
    grid-template-columns: 1fr;
  }
  #section0 .visual .v_list li {
    height: auto;
  }
  #section0 .visual .v_list li p {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    height: auto;
    padding: 20px 30px;
  }
  #section0 .visual .v_list li p::before {
    max-width: 40px;
    width: 100%;
    background-position: center center;
  }
}

#section1 {
  background-color: #0090CA;
}
#section1 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section1 .neo_antigen {
  width: calc(100% - 40px);
  max-width: 1400px;
}
#section1 .neo_antigen .na_tt1 {
  color: #fff;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 90px;
  line-height: 1.4;
  padding-bottom: 10px;
}
#section1 .neo_antigen .na_tt2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
#section1 .neo_antigen .na_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 35px;
}
#section1 .neo_antigen .na_list li {
  position: relative;
  overflow: hidden;
}
#section1 .neo_antigen .na_list li a {
  background: #fff;
  color: #444;
  display: block;
  aspect-ratio: 1/1.1;
  padding: 40px 50px;
  line-height: 1.5;
}
#section1 .neo_antigen .na_list li a p {
  position: relative;
  z-index: 2;
}
#section1 .neo_antigen .na_list li a p:nth-child(1) {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 10px;
}
#section1 .neo_antigen .na_list li a p:nth-child(2) {
  font-size: 18px;
  padding-bottom: 40px;
}
#section1 .neo_antigen .na_list li a p:nth-child(3) {
  font-size: 15px;
  border: 1px solid #999;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
#section1 .neo_antigen .na_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/section_01_img01.png");
  background-size: cover;
  background-position: bottom left;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-out 0s;
}
#section1 .neo_antigen .na_list li:nth-child(2) a::after {
  background-image: url("../img/section_01_img02.png");
}
#section1 .neo_antigen .na_list li:nth-child(3) a::after {
  background-image: url("../img/section_01_img03.png");
}
#section1 .neo_antigen .na_list li a:hover::after {
  width: 110%;
  height: 110%;
}
#section1 .neo_antigen .na_list li a:hover p:nth-child(1) {
  color: var(--main2);
}
#section1 .neo_antigen .na_list li a:hover p:nth-child(3) {
  background: var(--main2);
  color: #fff;
  border-color: var(--main2);
}
@media (max-width: 1200px) {
  #section1 .neo_antigen .na_list {
    gap: 30px;
  }
  #section1 .neo_antigen .na_list li a {
    padding: 20px 30px;
    aspect-ratio: 1/1.2;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(1) {
    font-size: 24px;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(2) {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media (max-width: 999px) {
  #section1 .neo_antigen .na_tt1 {
    font-size: 70px;
  }
  #section1 .neo_antigen .na_tt2 {
    font-size: 32px;
  }
  #section1 .neo_antigen .na_list {
    gap: 20px;
  }
  #section1 .neo_antigen .na_list li a {
    padding: 20px 30px;
    aspect-ratio: 1/1.3;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(1) {
    font-size: 22px;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(2) {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  #section1 .neo_antigen .na_tt1 {
    font-size: 48px;
  }
  #section1 .neo_antigen .na_tt2 {
    font-size: 26px;
  }
  #section1 .neo_antigen .na_list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  #section1 .neo_antigen .na_list li a {
    aspect-ratio: 1/0.6;
  }
  #section1 .neo_antigen .na_list li a::after {
    background-position: left center;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(1) {
    font-size: 20px;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(2) {
    font-size: 14px;
  }
  #section1 .neo_antigen .na_list li a p:nth-child(3) {
    font-size: 14px;
    padding: 5px 15px;
  }
}

#section2 {
  background: url("../img/section_03.jpg");
  background-position: top center;
}
#section2 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
#section2 .skin_care {
  width: calc(100% - 100px);
  max-width: 1400px;
  text-align: center;
  line-height: 1.5;
}
#section2 .skin_care .sc_tit1 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: #24BEFC;
  margin-bottom: 10px;
}
#section2 .skin_care .sc_tit2 {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  padding-bottom: 20px;
}
#section2 .skin_care .sc_tit3 {
  font-size: 16px;
  color: #666;
}
#section2 .skin_care .sc_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}
#section2 .skin_care .sc_list li {
  max-width: 300px;
  width: 100%;
  gap: 30px;
}
#section2 .skin_care .sc_list li a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#section2 .skin_care .sc_list li a p:nth-child(1) {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#section2 .skin_care .sc_list li a p:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.2s ease-out 0s;
  transform: translate(-50%, -50%);
}
#section2 .skin_care .sc_list li a p:nth-child(1)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/section_03_img01.jpg");
  background-size: cover;
  transition: all 0.2s ease-out 0s;
  z-index: 1;
  border-radius: 50%;
}
#section2 .skin_care .sc_list li a p:nth-child(1) span {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  position: relative;
  z-index: 3;
}
#section2 .skin_care .sc_list li a:hover p:nth-child(1)::before {
  background-color: var(--main2);
  opacity: 0.4;
  width: 106%;
  height: 106%;
}
#section2 .skin_care .sc_list li a:hover p:nth-child(1)::after {
  width: 106%;
  height: 106%;
}
#section2 .skin_care .sc_list li a:hover p:nth-child(2) {
  font-weight: 700;
}
#section2 .skin_care .sc_list li:nth-child(2) a p:nth-child(1)::after {
  background-image: url("../img/section_03_img02.png");
}
#section2 .skin_care .sc_list li:nth-child(3) a p:nth-child(1)::after {
  background-image: url("../img/section_03_img03.png");
}
@media (max-width: 999px) {
  #section2 .skin_care {
    width: calc(100% - 80px);
  }
  #section2 .skin_care .sc_tit1 {
    font-size: 70px;
  }
  #section2 .skin_care .sc_tit2 {
    font-size: 32px;
  }
  #section2 .skin_care .sc_list li a p:nth-child(1) span {
    font-size: 22px;
  }
  #section2 .skin_care .sc_list li a p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  #section2 .skin_care {
    width: calc(100% - 40px);
  }
  #section2 .skin_care .sc_tit1 {
    font-size: 48px;
  }
  #section2 .skin_care .sc_tit2 {
    font-size: 26px;
  }
  #section2 .skin_care .sc_list {
    display: grid;
    grid-template-columns: 1fr;
  }
  #section2 .skin_care .sc_list li {
    max-width: unset;
  }
  #section2 .skin_care .sc_list li a {
    display: grid;
    grid-template-columns: 150px 1fr;
    text-align: left;
  }
  #section2 .skin_care .sc_list li a p:nth-child(1) span {
    font-size: 20px;
  }
}

/* footer */
footer {
  min-height: 130px;
  align-items: center;
  background: var(--main1);
  color: #fff;
}
footer .footer_wrap {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 40px 0;
}
footer .ft_wrap {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
footer .ft_wrap a:hover {
  color: yellow;
}
footer .ft_wrap br {
  display: none;
}
@media (max-width: 999px) {
  footer .ft_wrap a {
    display: none;
  }
}
@media (max-width: 600px) {
  footer .footer_wrap {
    width: calc(100% - 40px);
  }
  footer .ft_wrap br {
    display: block;
  }
}

.gotop {
  position: fixed;
  bottom: 185px;
  right: 100px;
  z-index: 999;
}
.gotop button {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  border-radius: 100%;
  padding: 0;
  line-height: 1;
}
.gotop button::before {
  content: "\e316";
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #999999;
  display: block;
}
.gotop button:hover::before {
  color: #555;
}
@media (max-width: 1500px) {
  .gotop {
    bottom: 185px;
    right: 3px;
  }
}
@media (max-width: 999px) {
  .gotop {
    bottom: 50px;
  }
}

@media (min-width: 1200px) {
  #footer .gotop {
    display: none;
  }
}
@media (max-width: 1200px) {
  #footer {
    padding: 0;
  }
}

/* location */
#location {
  position: relative;
  z-index: 110;
  border-bottom: 1px solid var(--border);
  margin-bottom: 50px;
}
#location .bg_wrap {
  width: 100%;
  position: relative;
  height: 350px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 90px;
}
#location .bg_wrap::before {
  content: "";
  display: block;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  animation: zoom-b 7s linear infinite alternate;
  background: url(../img/sub_visual_01.png) center no-repeat;
  background-size: cover;
  width: 100%;
}
#location .bg_wrap.inb2::before {
  background-image: url(../img/sub_visual_02.png);
}
#location .bg_wrap.inb3::before {
  background-image: url(../img/sub_visual_03.png);
}
#location .bg_wrap.inb4::before {
  background-image: url(../img/sub_visual_04.png);
}
#location .bg_wrap > div {
  display: inline-block;
  z-index: 10;
  text-align: center;
}
#location .bg_wrap > div span {
  font-size: 15px;
}
#location .h2_txt {
  font-family: "Playfair Display";
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 100;
  margin-top: 5px;
  font-weight: 300;
  width: 100%;
  position: relative;
  z-index: 10;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#location h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

#location h2 + p {
  font-size: 14px;
  font-weight:400;
  padding-top:5px;
}
#location + h3 {
  font-size: 38px;
  font-weight: 900;
  color: var(--main1);
  width: calc(100% - 40px);
  position: relative;
  max-width: 1500px;
  margin: 0 auto 30px;
  text-align: center;
}
#location + h3 span {
font-size:18px;display:block; font-weight:400; padding-top:10px;
}

#location .menu_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0px auto 0px;
  justify-content: center;
}
#location .menu_wrap > div {
  position: relative;
}
#location .menu_wrap > div:first-child {
  border-left: 1px solid var(--border);
}
#location .menu_wrap > div:first-child button::before {
  content: "home";
  font-variation-settings: "FILL" 1;
  display: inline-block;
  font-size: 30px;
  font-family: "Material Symbols Outlined";
  font-weight: 300;
}
#location .menu_wrap > div > button {
  display: block;
  width: 100%;
  padding: 0 25px;
  height: 60px;
  position: relative;
  text-align: left;
}
#location .menu_wrap > div:last-child > button, #location .menu_wrap > div .on {
  font-weight: 700;
  color: var(--main1);
}
#location .menu_wrap > div .action::before {
  transform: rotateZ(0) !important;
}
#location .menu_wrap > div .action + div {
  display: block;
}
#location .menu_wrap > div > div {
  display: flex;
  height: 60px;
}
#location .menu_wrap > div > div a {
  display: block;
  padding: 0 40px;
  font-size: 20px;
  border-right: 1px solid var(--border);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.4;
}

#location .menu_wrap > div > div a span{ 
font-size:14px; display:block; font-weight:400;
}
#location .menu_wrap > div > div a br {
  display: none;
}
#location .menu_wrap > div > div a.on::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  height: 3px;
  width: calc(100% + 2px);
  background-color: var(--main1);
}
@media (max-width: 999px) {
  #location .bg_wrap {
    height: 300px;
  }
  #location .bg_wrap::before {
    height: 300px;
  }
  #location .bg_wrap > div {
    width: calc(100% - 40px);
  }
  #location h2 {
    font-size: 40px;
  }
  #location h2 + p {
    font-size: 18px;
  }
  #location + h3 {
    font-size: 30px;
    width: calc(100% - 40px);
  }
  #location + h3::before {
    top: 7px;
    width: 15px;
    height: 15px;
  }
  #location .menu_wrap > div:not(:first-child) {
    min-width: 160px;
  }
  #location .menu_wrap > div:not(:first-child) button {
    padding: 0 40px 0 20px;
  }
  #location .menu_wrap > div:first-child {
    width: auto;
  }
  #location .menu_wrap > div:first-child button {
    width: auto;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  #location .bg_wrap {
    height: 250px;
    padding: 60px 0 0 0;
  }
  #location .bg_wrap div {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  #location .bg_wrap div::before {
    display: none;
  }
  #location .bg_wrap::before {
    height: 250px;
    width: 100%;
  }
  #location h2 {
    font-size: 36px;
    padding-top: 0px;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
  }
  #location h2 + p {
    font-size: 15px;
    text-align: center;
    margin-top: 0;
  }
  #location + h3 {
    font-size: 28px;
    margin-bottom: 10px;
    background: none;
    text-align: center;
  }
  #location .menu_wrap {
    display: flex;
    flex-wrap: nowrap;
  }
  #location .menu_wrap > div {
    min-width: auto !important;
    display: none;
    width: 50vw;
  }
  #location .menu_wrap > div > button {
    font-size: 14px;
  }
  #location .menu_wrap > div:not(:first-child) button {
    padding: 5px 40px 5px 15px;
    min-height: 50px;
    height: auto;
  }
  #location .menu_wrap > div:first-child {
    width: auto;
    display: none;
  }
  #location .menu_wrap > div:first-child button {
    width: 40px;
    padding: 0;
    text-align: center;
  }
  #location .menu_wrap > div:last-child {
    border-right: 0;
    display: block;
  }
  #location .menu_wrap > div:nth-last-child(2) {
    display: block;
  }
  #location .menu_wrap > div > div a {
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
  }
}

/* content */
.content_wrap {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0px 80px;
}
.content_wrap input:not([type=file]), .content_wrap select, .content_wrap textarea {
  border: 1px solid #d0d0d0;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  vertical-align: middle;
}
.content_wrap input:not([type=file])[type=checkbox], .content_wrap input:not([type=file])[type=radio], .content_wrap select[type=checkbox], .content_wrap select[type=radio], .content_wrap textarea[type=checkbox], .content_wrap textarea[type=radio] {
  width: 15px;
  position: relative;
  top: -1px;
  height: auto;
}
.content_wrap input:not([type=file]).small, .content_wrap select.small, .content_wrap textarea.small {
  width: 360px;
}
@media (max-width: 600px) {
  .content_wrap input:not([type=file]).small, .content_wrap select.small, .content_wrap textarea.small {
    width: 100%;
  }
}
.content_wrap select {
  padding: 0 5px 0 10px;
}
.content_wrap textarea {
  min-height: 200px;
  padding: 20px;
}
.content_wrap textarea.s_texta {
  min-height: 100px;
}
.content_wrap h4 {
  font-size: 24px;
  color: #222;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
}
.content_wrap div + h4, .content_wrap ul + h4, .content_wrap p + h4 {
  margin-top: 100px;
}
.content_wrap h5 {
  font-size: 22px;
  color: var(--main2);
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.4;
}
.content_wrap h5::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid var(--main2);
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.content_wrap div + h5, .content_wrap ul + h5, .content_wrap p + h5 {
  margin-top: 50px;
}
.content_wrap h5 + table {
  margin-top: 0;
}
.content_wrap .h4 {
  display: flex;
  gap: 10px;
}
.content_wrap .h4::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../img/h4_bullet.svg") no-repeat;
  margin-top: 4px;
}
.content_wrap .point {
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -10px 0 #DBECFC;
  font-weight: 700;
  color: var(--main1);
}
.content_wrap .point2 {
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -10px 0 #fff1d8;
  font-weight: 700;
  color: var(--point2);
}
.content_wrap .mt30 {
  margin-top: 30px;
}
.content_wrap .table_wrap {
  display: block;
}
@media (max-width: 999px) {
  .content_wrap {
    width: calc(100% - 40px);
    padding: 20px 0px 50px;
  }
}
@media (max-width: 600px) {
  .content_wrap h4 {
    font-size: 20px;
  }
  .content_wrap div + h4, .content_wrap ul + h4, .content_wrap p + h4 {
    margin-top: 60px;
  }
  .content_wrap h5 {
    font-size: 18px;
  }
  .content_wrap div + h5, .content_wrap ul + h5, .content_wrap p + h5 {
    margin-top: 30px;
  }
  .content_wrap .table_wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--main1);
    position: relative;
  }
  .content_wrap .table_wrap::before {
    content: "← 좌우로 움직이면 자세한 내용을 보실 수 있습니다. →";
    width: 100%;
    display: block;
    background: var(--main1);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    position: sticky;
    left: 0;
    top: 0;
  }
}

/* SUB */
.h2_title {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}
.h2_title h2 {
  font-size: 20px;
  color: var(--main1);
  padding: 15px 25px;
}
.h2_title h2.event {
  color: #0087D3;
  min-width: 180px;
}
.h2_title h2.trend {
  color: #116848;
}
.h2_title h2.other {
  color: #222;
}
.h2_title ul {
  display: flex;
  padding-right: 20px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  gap: 20px;
}
.h2_title ul li button:hover .ic {
  filter: invert(45%) sepia(41%) saturate(1459%) hue-rotate(42deg) brightness(90%) contrast(103%);
}
.h2_title.view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background: none;
}
.h2_title.view h2, .h2_title.view ul {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.04);
}
@media (max-width: 600px) {
  .h2_title h2 {
    font-size: 18px;
    padding: 15px 15px;
  }
  .h2_title h2.event {
    min-width: 150px;
  }
}

/*버튼*/
button {
  padding: 0;
}
button.flie::before {
  content: "\f090";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
}

.btn_wrap {
  margin-top: 30px;
  min-height: 40px;
  text-align: center;
}
.btn_wrap.t_line {
  border-top: 1px dotted #aaa;
  padding-top: 20px;
}
.btn_wrap button, .btn_wrap .btn {
  padding: 0 15px;
  min-width: 100px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.btn_wrap button + button, .btn_wrap button + a, .btn_wrap .btn + button, .btn_wrap .btn + a {
  margin-left: 5px;
}
.btn_wrap button::before, .btn_wrap button::after, .btn_wrap .btn::before, .btn_wrap .btn::after {
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  vertical-align: middle;
}
.btn_wrap button.wrigth, .btn_wrap .btn.wrigth {
  float: right;
  background: #333;
  border: 0;
  color: #fff;
  margin-left: 5px;
}
.btn_wrap button.wrigth::before, .btn_wrap .btn.wrigth::before {
  content: "menu";
  margin-right: 10px;
}
.btn_wrap button.email, .btn_wrap .btn.email {
  float: right;
  background: var(--main3);
  border: 0;
  color: #fff;
  margin-right: 10px;
}
.btn_wrap button.email::before, .btn_wrap .btn.email::before {
  content: "mail";
  margin-right: 10px;
}
.btn_wrap button.write, .btn_wrap .btn.write {
  float: right;
  background: var(--main2);
  border: 0;
  color: #fff;
  margin-right: 10px;
}
.btn_wrap button.write::before, .btn_wrap .btn.write::before {
  content: "edit_square";
  margin-right: 10px;
}
.btn_wrap button.flie::before, .btn_wrap .btn.flie::before {
  content: "\f090";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
}
.btn_wrap button.prev::before, .btn_wrap .btn.prev::before {
  content: "chevron_left";
  margin-right: 10px;
}
.btn_wrap button.next::after, .btn_wrap .btn.next::after {
  content: "chevron_right";
  margin-left: 10px;
}
.btn_wrap button.check, .btn_wrap .btn.check {
  border: 0;
  color: #fff;
  background: var(--main1);
}
.btn_wrap button.modify, .btn_wrap .btn.modify {
  border: 0;
  color: #fff;
  background: var(--main2);
}
.btn_wrap button.danger, .btn_wrap .btn.danger {
  border: 0;
  color: #fff;
  background: var(--danger);
}
.btn_wrap button.ask, .btn_wrap .btn.ask {
  border: 0;
  color: #fff;
  background: var(--main3);
}
.btn_wrap button.point, .btn_wrap .btn.point {
  border: 0;
  color: #fff;
  background: var(--point2);
}
.btn_wrap button.cancel, .btn_wrap .btn.cancel {
  border: 0;
  color: #fff;
  background: #888;
}
.btn_wrap button.join, .btn_wrap .btn.join {
  border: 0;
  color: #fff;
  background: var(--point2);
}
.btn_wrap button.join::before, .btn_wrap .btn.join::before {
  content: "\e7fe";
  margin-right: 10px;
}
.btn_wrap button.flr, .btn_wrap .btn.flr {
  float: right;
  margin-left: 5px;
}
.btn_wrap button:hover, .btn_wrap .btn:hover {
  filter: brightness(1.2);
}
.btn_wrap.btn_top {
  margin: 0 0 10px 0;
}
.btn_wrap.btn_top button {
  margin-right: 0px;
}
.btn_wrap.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .btn_wrap {
    margin-top: 15px;
  }
  .btn_wrap button, .btn_wrap .btn {
    padding: 0 8px;
    min-width: 50px;
    font-size: 15px;
  }
  .btn_wrap button::before, .btn_wrap button::after, .btn_wrap .btn::before, .btn_wrap .btn::after {
    font-size: 18px !important;
  }
  .btn_wrap button::before, .btn_wrap .btn::before {
    margin-right: 5px !important;
  }
  .btn_wrap button::after, .btn_wrap .btn::after {
    margin-left: 5px !important;
  }
}

/*프린트*/
@media print {
  #skipNavi {
    display: none;
  }
  header {
    display: none;
  }
  .content_wrap {
    margin-top: 0px;
  }
  #content .con_banner {
    display: none;
  }
  #content .con_list .h2_title {
    display: none;
  }
  #content .con_list .sub_page {
    display: none;
  }
  footer .ft_list {
    display: none;
  }
  footer .Gotop {
    display: none;
  }
}
.sub_con {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.04);
  padding: 30px;
}
@media (max-width: 600px) {
  .sub_con {
    padding: 10px 10px 20px 10px;
  }
}

i.new {
  font-style: normal;
  width: 30px;
  height: 30px;
  line-height: 1;
  background: var(--point2);
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

[class^=list_] + [class^=list_] {
  margin-top: 30px;
}
[class^=list_] li {
  padding-left: 10px;
  position: relative;
  line-height: 1.3;
  text-align: left;
}
[class^=list_] li + li {
  margin-top: 10px;
}
[class^=list_] li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  left: 0;
  top: 8px;
}
[class^=list_].list_type2 li {
  padding-left: 14px;
}
[class^=list_].list_type2 li::before {
  content: "-";
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  top: 0px;
}
[class^=list_].list_type3 li {
  padding-left: 24px;
  color: #555;
  font-weight: 500;
  font-size: 18px;
}
[class^=list_].list_type3 li::before {
  content: "\e876";
  width: auto;
  height: auto;
  background: transparent;
  font-family: "Material Symbols Outlined";
  color: var(--main1);
  font-size: 18px;
  font-weight: 800;
  top: 0;
}
@media (max-width: 999px) {
  [class^=list_].list_type3 li {
    font-size: 16px;
  }
}
[class^=list_].list_type4 li {
  padding-left: 24px;
  color: #555;
  font-weight: 500;
  font-size: 16px;
}
[class^=list_].list_type4 li::before {
  content: "\e876";
  width: auto;
  height: auto;
  background: transparent;
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-weight: 800;
  top: 0;
}
@media (max-width: 999px) {
  [class^=list_].list_type4 li {
    font-size: 16px;
  }
}
[class^=list_].list_num li {
  padding-left: 17px;
}
[class^=list_].list_num li::before {
  content: "1.";
  background: none;
  top: 0;
}
[class^=list_].list_num li:nth-child(2):before {
  content: "2.";
}
[class^=list_].list_num li:nth-child(3):before {
  content: "3.";
}
[class^=list_].list_num li:nth-child(4):before {
  content: "4.";
}
[class^=list_].list_num li:nth-child(5):before {
  content: "5.";
}
[class^=list_].list_num li:nth-child(6):before {
  content: "6.";
}
[class^=list_].list_num li:nth-child(7):before {
  content: "7.";
}
[class^=list_].list_num li:nth-child(8):before {
  content: "8.";
}
[class^=list_].list_num li:nth-child(9):before {
  content: "9.";
}

.noti_list table {
  width: 100%;
  border-top: 1px solid #666;
}
.noti_list table thead th {
  background-color: #eee;
  color: #444;
  padding: 20px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.noti_list table tbody tr {
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}
.noti_list table tbody tr a {
  font-size: 18px;
}
.noti_list table tbody tr.noti td {
  font-weight: 600;
  color: #000 !important;
}
.noti_list table tbody tr:last-of-type {
  border-bottom: 1px solid #aaa;
}
.noti_list table tbody tr:hover {
  background: #f8f8f8;
}
.noti_list table tbody tr:hover a {
  color: #333;
}
.noti_list table tbody td {
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
.noti_list table tbody td a {
  text-align: left;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.noti_list table tbody td a i {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 3px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 5px;
}
.noti_list table tbody td a i.noti::after {
  font-size: 18px;
}
.noti_list table tbody td a i.new {
  font-size: 16px;
}
@media (max-width: 999px) {
  .noti_list table {
    display: block;
  }
  .noti_list table thead {
    display: none;
  }
  .noti_list table tbody {
    display: block;
  }
  .noti_list table tbody tr {
    display: block;
    position: relative;
  }
  .noti_list table tbody td {
    display: block;
    text-align: left;
  }
  .noti_list table tbody td a {
    width: 100%;
    padding-bottom: 0;
    display: block;
  }
  .noti_list table tbody td.num {
    display: none;
  }
  .noti_list table tbody td.title {
    padding-bottom: 0;
  }
  .noti_list table tbody td.date {
    font-size: 15px;
    color: #888;
    display: inline-block;
  }
  .noti_list table tbody td.writer {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .noti_list table tbody td.count {
    display: none;
  }
  .noti_list table tbody td.gubun {
    padding-bottom: 0;
  }
  .noti_list table tbody td.gubun::before {
    content: "[ 구분: ";
  }
  .noti_list table tbody td.gubun::after {
    content: " ]";
  }
}
@media (max-width: 600px) {
  .noti_list table tbody tr a {
    font-size: 16px;
  }
  .noti_list table tbody td {
    padding: 15px 10px;
  }
}

.noti_list2 table {
  width: 100%;
  border-top: 1px solid #666;
}
.noti_list2 table thead th {
  background-color: #eee;
  color: #444;
  padding: 20px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.noti_list2 table tbody tr {
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}
.noti_list2 table tbody tr a {
  font-size: 18px;
}
.noti_list2 table tbody tr.noti td {
  font-weight: 600;
  color: #000 !important;
}
.noti_list2 table tbody tr:last-of-type {
  border-bottom: 1px solid #aaa;
}
.noti_list2 table tbody tr:hover {
  background: #f8f8f8;
}
.noti_list2 table tbody tr:hover a {
  color: #333;
}
.noti_list2 table tbody td {
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
.noti_list2 table tbody td a {
  text-align: left;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.noti_list2 table tbody td a i {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 3px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 5px;
}
.noti_list2 table tbody td a i.noti::after {
  font-size: 18px;
}
.noti_list2 table tbody td a i.new {
  font-size: 16px;
}
.noti_list2 table tbody td.title {
  font-size: 18px;
  text-align: left;
}
.noti_list2 table tbody span {
  background: var(--basic_text);
  color: #fff;
  padding: 8px 10px;
  min-width: 70px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}
.noti_list2 table tbody span.ing {
  background-color: var(--danger);
}
.noti_list2 table tbody span.finish {
  background-color: var(--main1);
}
.noti_list2 table tbody span.info {
  background-color: var(--main2);
}
.noti_list2 table tbody span.danger {
  background-color: var(--point2);
}
.noti_list2 table tbody span.false {
  background-color: var(--title_text);
}
.noti_list2 table tbody span.round {
  background-color: #fff;
  border: 1px solid #ccc;
}
.noti_list2 table tbody span.print {
  background-color: var(--main4);
  min-width: auto;
}
.noti_list2 table tbody span.print::before {
  content: "\e8ad";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.noti_list2 table tbody button:hover {
  filter: brightness(1.1);
}
.noti_list2.forum table tbody tr a {
  font-size: 16px !important;
  line-height: 1.5;
}
@media (max-width: 999px) {
  .noti_list2 table {
    display: block;
  }
  .noti_list2 table thead {
    display: none;
  }
  .noti_list2 table tbody {
    display: block;
  }
  .noti_list2 table tbody tr {
    display: grid;
    padding: 20px 10px;
  }
  .noti_list2 table tbody tr td {
    text-align: left;
    padding: 5px 0px;
  }
  .noti_list2 table tbody tr td.title {
    font-size: 18px;
    color: #333;
    text-align: left;
    font-weight: 600;
  }
  .noti_list2 table tbody tr td:nth-child(1) {
    display: none;
  }
  .noti_list2 table tbody tr td a {
    width: 100%;
    padding-bottom: 0;
    white-space: inherit;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }
  .noti_list2 table tbody tr td[class^=t_]::before {
    content: "- 제목 : ";
    display: inline-block;
    margin-right: 5px;
  }
  .noti_list2 table tbody tr td.t_date::before {
    content: "- 일자 : ";
  }
  .noti_list2 table tbody tr td.t_status::before {
    content: "- 현황 : ";
  }
}
@media (max-width: 600px) {
  .noti_list2 table tbody tr td {
    font-size: 15px;
  }
  .noti_list2 table tbody tr td.title {
    font-size: 16px;
  }
}

.press_list {
  border-top: 1px solid #666;
}
.press_list li {
  padding: 30px 20px 30px 0;
  border-bottom: 1px solid #ddd;
  display: grid;
  gap: 30px;
  grid-template-columns: 200px 1fr;
}
.press_list li span {
  display: block;
  width: 200px;
  background: #eee url(../img/no_img.png) center center no-repeat;
  line-height: 0;
  background-size: 70%;
  max-height: 150px;
}
.press_list li span img {
  object-fit: cover;
  width: 200px;
  height: 100%;
  max-height: 150px;
}
.press_list li a p {
  line-height: 1.4;
}
.press_list li a p:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-bottom: 15px;
}
.press_list li a p:nth-of-type(2) {
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #777;
  font-size: 16px;
  word-break: break-all;
}
.press_list li a p:nth-of-type(3) {
  font-size: 15px;
  color: #999;
  padding-top: 15px;
}
.press_list li a:hover p:nth-of-type(1) {
  color: #000;
}
.press_list li a:hover p:nth-of-type(2) {
  color: #555;
}
.press_list li:hover {
  background: #f8f8f8;
}
.press_list li.con_blank p {
  grid-column: span 2;
  text-align: center;
}
@media (max-width: 600px) {
  .press_list li {
    grid-template-columns: 1fr;
    padding-right: 0;
    gap: 0;
  }
  .press_list li span {
    width: 100%;
  }
  .press_list li span img {
    width: 100%;
    height: 200px;
  }
  .press_list li a p:nth-of-type(1) {
    font-size: 18px;
    padding-top: 10px;
  }
}

.view_wrap .view {
  border-top: 1px solid #555;
  border-bottom: 1px solid #aaa;
}
.view_wrap .view > div {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.view_wrap .view > div.tit {
  color: #222;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  background: #F4F4F4;
}
.view_wrap .view > div.data {
  display: flex;
  gap: 10%;
}
.view_wrap .view > div.data > p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
}
.view_wrap .view > div.data > p strong {
  color: #444444;
  font-weight: 500;
}
.view_wrap .view > div.data > p strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #aaa;
  margin: 0 10px;
}
.view_wrap .view > div.data > p table {
  display: inline-block;
  vertical-align: middle;
  border: 0px solid #666;
}
.view_wrap .view > div.data > p table td {
  border: 0px solid #666;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
}
.view_wrap .view > div.answer_tit {
  background: #F4F4F4;
  text-align: center;
  color: #222;
  font-weight: 600;
}
.view_wrap .view > div.answer_tit::before {
  content: "\f88c";
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
}
.view_wrap .view > div.mcompany {
  background: #fff;
}
.view_wrap .view > div.mcompany img {
  max-width: 260px;
  max-height: 60px;
}
.view_wrap .view .con {
  min-height: 200px;
  padding: 30px 15px;
  line-height: 1.4;
  word-break: break-all;
}
.view_wrap .view .con img {
  max-width: 100%;
}
.view_wrap .view .con header {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  width: auto;
}
@media (max-width: 600px) {
  .view_wrap .view > div button {
    display: flex;
    text-align: left;
    gap: 5px;
  }
  .view_wrap .view > div button:before {
    margin-top: -5px;
  }
  .view_wrap .view .con {
    padding: 20px 5px;
  }
}
.view_wrap .btn_wrap {
  text-align: left;
}
@media (max-width: 600px) {
  .view_wrap .view div {
    padding: 15px 5px;
  }
  .view_wrap .view div.tit {
    font-size: 18px;
  }
  .view_wrap .view div.data {
    display: block;
  }
  .view_wrap .view div.data > p {
    position: relative;
    padding-left: 80px;
  }
  .view_wrap .view div.data > p strong {
    width: 77px;
    position: absolute;
    left: 0;
  }
  .view_wrap .view div.data > p strong::after {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .view_wrap .view div.data > p + p {
    margin-top: 5px;
  }
}
.view_wrap + .write_wrap {
  margin-top: -1px;
}

.page_wrap {
  text-align: center;
  margin-top: 50px;
}
.page_wrap button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
}
.page_wrap button + button {
  margin-left: 5px;
}
.page_wrap button[class^=btn_] {
  background: #ccc;
  border: 0;
}
.page_wrap button[class^=btn_]::after {
  font-family: "Material Symbols Outlined";
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  display: block;
}
.page_wrap button[class^=btn_].btn_allprev::after {
  content: "keyboard_double_arrow_left";
}
.page_wrap button[class^=btn_].btn_prev::after {
  content: "chevron_left";
}
.page_wrap button[class^=btn_].btn_next::after {
  content: "chevron_right";
}
.page_wrap button[class^=btn_].btn_allnext::after {
  content: "keyboard_double_arrow_right";
}
.page_wrap button[class^=btn_]:hover {
  background-color: #aaa;
}
.page_wrap button.num:hover {
  color: var(--main2);
  border-color: var(--main2);
}
.page_wrap button.on {
  color: #fff;
  background: var(--main1);
  border: 0;
}
.page_wrap button.on:hover {
  color: #fff;
}
@media (max-width: 600px) {
  .page_wrap button {
    width: 30px;
    height: 30px;
  }
  .page_wrap button + button {
    margin-left: 2px;
  }
}

.search_wrap {
  background: #F4F4F4;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
}
.search_wrap p {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.search_wrap p.info::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/com_icon_04.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.search_wrap select {
  display: inline-block;
  width: auto;
  height: 36px;
}
.search_wrap input {
  width: 100%;
  max-width: 330px;
  height: 36px;
}
.search_wrap button {
  background: #888;
  color: #fff;
  height: 36px;
  padding: 0 10px;
}
.search_wrap button::before {
  content: "search";
  font-family: "Material Symbols Outlined";
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .search_wrap {
    margin: 30px 0;
    width: auto;
    padding: 10px;
    display: flex;
  }
  .search_wrap select {
    margin-right: 5px;
    font-size: 14px;
  }
  .search_wrap .info {
    margin-bottom: 15px;
  }
  .search_wrap button {
    font-size: 0px;
    padding: 0 5px;
    margin-left: -1px;
  }
  .search_wrap button::before {
    margin-right: 0px;
  }
}

.search_wrap_sm {
  margin-bottom: 20px;
  text-align: right;
}
.search_wrap_sm p {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.search_wrap_sm p.info::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/com_icon_04.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.search_wrap_sm select {
  display: inline-block;
  width: auto;
  height: 36px;
}
.search_wrap_sm input {
  width: 100%;
  max-width: 330px;
  height: 36px;
}
.search_wrap_sm button {
  background: #888;
  color: #fff;
  height: 36px;
  padding: 0 10px;
}
.search_wrap_sm button::before {
  content: "search";
  font-family: "Material Symbols Outlined";
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .search_wrap_sm {
    margin: 30px 0;
    width: auto;
    padding: 20px;
  }
  .search_wrap_sm select {
    width: 100px;
  }
  .search_wrap_sm select + label input {
    width: calc(100% - 200px);
  }
  .search_wrap_sm .info {
    margin-bottom: 15px;
  }
  .search_wrap_sm input {
    width: calc(100% - 100px);
  }
}

.info_must {
  text-align: right;
  margin-top: -30px;
  color: var(--main1);
  font-weight: 800;
  font-size: 16px;
}
.info_must::before {
  content: "\e86c";
  color: var(--main1);
  font-family: "Material Symbols Outlined";
  margin-right: 5px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .info_must {
    font-size: 14px;
    font-weight: 700;
  }
  .info_must::before {
    font-size: 16px;
  }
}

.info_check {
  color: var(--danger);
  line-height: 1.4;
}
.info_check::before {
  content: "\ef76";
  color: var(--danger);
  font-family: "Material Symbols Outlined";
  margin-right: 5px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  display: inline-block;
  vertical-align: middle;
}

.write_wrap {
  margin: 20px 0;
}
.write_wrap .wr_info {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
.write_wrap .wr_info2 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
  margin-left: 5px;
}
.write_wrap input, .write_wrap select, .write_wrap textarea {
  width: 100%;
}
.write_wrap input[type=radio] {
  width: auto;
}
.write_wrap dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-top: 1px solid #D9D9D9;
}
.write_wrap dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #444444;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  background: #f6f6f6;
}
.write_wrap dt.must::before {
  content: "\e86c";
  color: var(--main1);
  font-family: "Material Symbols Outlined";
  margin-right: 5px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  display: inline-block;
}
.write_wrap dd {
  padding: 12px 20px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 66px;
  color: #555;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.write_wrap dd p {
  font-size: 15px;
  color: #777;
  line-height: 1.4;
}
.write_wrap dd input + p, .write_wrap dd dl + p {
  margin-top: 10px;
}
.write_wrap dd input[type=radio] {
  margin-right: 5px;
  margin-top: 0px;
}
.write_wrap dd div {
  line-height: 1.4;
}
.write_wrap dd.row, .write_wrap dd .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.write_wrap dd.row.wrap, .write_wrap dd .row.wrap {
  flex-wrap: wrap;
}
.write_wrap dd.row input + input, .write_wrap dd.row input + select, .write_wrap dd.row input + button, .write_wrap dd.row input + .btn, .write_wrap dd.row .btn + input, .write_wrap dd .row input + input, .write_wrap dd .row input + select, .write_wrap dd .row input + button, .write_wrap dd .row input + .btn, .write_wrap dd .row .btn + input {
  margin-left: 10px;
}
.write_wrap dd.row input[type=radio]:not(:first-of-type), .write_wrap dd .row input[type=radio]:not(:first-of-type) {
  margin-left: 40px;
  margin-top: 0;
}
.write_wrap dd.row label + label, .write_wrap dd .row label + label {
  margin-left: 40px;
}
.write_wrap dd.row input + p, .write_wrap dd .row input + p {
  margin-left: 10px;
  margin-top: 0;
}
.write_wrap dd.col, .write_wrap dd .col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  line-height: 1.4;
}
.write_wrap dd input[type=file] {
  margin-bottom: 10px;
  border: 0;
}
.write_wrap dd .list {
  margin-top: 5px;
}
.write_wrap dd .list li {
  margin-right: 50px;
  padding-bottom: 10px;
}
.write_wrap dd .list li label:hover {
  color: var(--danger);
}
.write_wrap dd .list.pay {
  padding-top: 15px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .write_wrap dd .list.pay {
    line-height: 1.4;
  }
  .write_wrap dd .list.pay li {
    margin-right: 0;
  }
}
.write_wrap dd span {
  display: inline-block;
  padding: 0px 10px;
}
.write_wrap dd.email input, .write_wrap dd.email select {
  max-width: 300px;
  margin-bottom: 5px;
}
.write_wrap dd.email .email_wr {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
}
.write_wrap dd.post .post_wr {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
  line-height: 1;
}
.write_wrap dd.post .btn {
  width: 200px;
}
@media (max-width: 1200px) {
  .write_wrap dd.post {
    flex-direction: column;
    align-items: flex-start;
  }
  .write_wrap dd.post input {
    margin-bottom: 5px;
  }
  .write_wrap dd.post input + input {
    margin-left: 0px;
  }
}
.write_wrap dd .w_p100 p {
  font-size: 18px;
  color: #555;
}
.write_wrap dd dl {
  margin-top: 10px;
  border: 1px solid #D9D9D9;
  border-bottom: 0px;
}
.write_wrap dd dl dd.row {
  padding: 10px;
}
.write_wrap .w_harf {
  grid-template-columns: 150px 1fr 150px 1fr;
}
.write_wrap dl + dl {
  border-top: 0;
}
.write_wrap dl + p {
  margin: 20px 0;
}
.write_wrap.password dl, .write_wrap .password dl {
  grid-template-columns: 170px 1fr;
}
.write_wrap.gubun {
  display: flex;
}
.write_wrap.gubun dl {
  grid-template-columns: 1fr;
  width: 100%;
  text-align: center;
  border-top: 0;
  border-right: 1px solid #D9D9D9;
}
.write_wrap.gubun dl:last-of-type {
  border-right: 0;
}
.write_wrap.gubun dl dt {
  justify-content: center;
  border-top: 1px solid #D9D9D9;
}
.write_wrap.gubun dl dd {
  padding: 0px;
  display: block;
}
.write_wrap.gubun dl dd div {
  min-height: 50px;
  margin: 10px 0;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.write_wrap.gubun dl dd div:last-of-type {
  border-bottom: 0px;
}
.write_wrap.gubun dl dd div input:checked + label {
  color: var(--main1);
  font-weight: 600;
}
.write_wrap .check .no {
  color: red;
  line-height: 1;
}
.write_wrap .check .no::before {
  content: "Cancel";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-right: 2px;
}
.write_wrap .check .yes {
  color: blue;
  line-height: 1;
}
.write_wrap .check .yes::before {
  content: "check_circle";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-right: 2px;
}
@media (max-width: 1200px) {
  .write_wrap .w_harf {
    grid-template-columns: 150px 1fr;
  }
  .write_wrap .w_harf dt:nth-of-type(2n) {
    padding: 12px 20px;
  }
}
@media (max-width: 600px) {
  .write_wrap dl {
    grid-template-columns: 1fr !important;
  }
  .write_wrap dl dt {
    border-bottom: 0;
    padding: 10px;
  }
  .write_wrap dl dd {
    min-height: 50px;
    padding: 10px 10px;
  }
  .write_wrap dl dd input[type=file] {
    width: 100%;
  }
  .write_wrap dl dd.row, .write_wrap dl dd .row {
    padding: 10px 0px;
  }
  .write_wrap dl dd.row input[type=radio], .write_wrap dl dd .row input[type=radio] {
    margin-left: 10px !important;
  }
  .write_wrap dl dd.col, .write_wrap dl dd .col {
    padding: 10px 0px;
  }
  .write_wrap dl dd.m_col, .write_wrap dl dd .m_col {
    flex-direction: column;
    align-items: flex-start;
  }
  .write_wrap dl dd.m_col input, .write_wrap dl dd.m_col select, .write_wrap dl dd .m_col input, .write_wrap dl dd .m_col select {
    margin-left: 0px;
  }
  .write_wrap dl dd.m_col input[type=radio], .write_wrap dl dd .m_col input[type=radio] {
    margin-left: 20px;
  }
  .write_wrap dl dd span {
    margin-left: 0px;
  }
  .write_wrap dl dd.email input, .write_wrap dl dd.email select {
    max-width: none;
  }
  .write_wrap dl dd.email .email_wr {
    margin-right: 0px;
    max-width: none;
  }
  .write_wrap dl dd.post input, .write_wrap dl dd.post select {
    max-width: none;
  }
  .write_wrap dl dd.post .post_wr {
    margin-right: 0px;
    max-width: none;
  }
  .write_wrap dl dd .w_p100 p {
    font-size: 16px;
  }
  .write_wrap .w_harf {
    grid-template-columns: 1fr;
  }
  .write_wrap .w_harf dt:nth-of-type(2n) {
    padding: 10px;
  }
  .write_wrap + .list_type4 li {
    font-size: 15px;
  }
}
.write_wrap button, .write_wrap .btn {
  height: 36px;
  display: inline-block;
  border: 0;
  background: #555;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  width: auto;
  font-size: 16px;
  text-align: center;
}
.write_wrap input[type=button] {
  min-width: 36px;
  height: 36px;
  display: inline-block;
  border: 0;
  background: #555;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  width: auto;
}
.write_wrap + .btn_wrap {
  margin-top: 30px;
}
.write_wrap .text {
  margin-top: 30px;
}
.write_wrap .text label {
  display: block;
  margin-top: 20px;
  padding: 20px;
  color: #000;
  text-align: center;
  background: #f7f7f7;
}
.write_wrap .text label input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.write_wrap .ic_file::before {
  content: "\e161";
  font-family: "Material Symbols Outlined";
  margin-right: 5px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  display: inline-block;
  vertical-align: middle;
}
.write_wrap .ic_file:hover {
  color: rgb(0, 119, 255);
}
.write_wrap .w_m1200 {
  max-width: 1200px;
}
.write_wrap .w_m1200 {
  max-width: 1100px;
}
.write_wrap .w_m1000 {
  max-width: 1000px;
}
.write_wrap .w_m900 {
  max-width: 900px;
}
.write_wrap .w_m800 {
  max-width: 800px;
}
.write_wrap .w_m700 {
  max-width: 700px;
}
.write_wrap .w_m600 {
  max-width: 600px;
}
.write_wrap .w_m565 {
  max-width: 565px;
}
.write_wrap .w_m500 {
  max-width: 500px;
}
.write_wrap .w_m400 {
  max-width: 400px;
}
.write_wrap .w_m300 {
  max-width: 300px;
}
.write_wrap .w_m200 {
  max-width: 200px;
}
.write_wrap .w_m150 {
  max-width: 150px;
}
.write_wrap .w_m100 {
  max-width: 100px;
}
.write_wrap .w_m50 {
  max-width: 50px;
}
.write_wrap .w_p100 {
  width: 100%;
}
@media (max-width: 600px) {
  .write_wrap [class^=w_m] {
    max-width: none;
  }
}
.write_wrap .mt_10 {
  margin-top: 10px;
}
.write_wrap .mt_20 {
  margin-top: 20px;
}
.write_wrap.contact {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  align-content: center;
}
.write_wrap.contact h4 {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-left: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .write_wrap.contact {
    grid-template-columns: 1fr;
  }
  .write_wrap.contact h4 {
    padding: 10px 0;
    border-right: 0;
  }
}

.finish_box {
  background: #eee;
  padding: 40px 30px;
  text-align: center;
  border-radius: 10px;
}
.finish_box p {
  line-height: 1.4;
}
.finish_box .fb_title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  color: var(--main1);
}
.finish_box .icon {
  font-family: "Material Symbols Outlined";
  background: var(--main1);
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
}
.finish_box .fb_info {
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  line-height: 1.4;
}
.finish_box .fb_info .list_type {
  display: inline-block;
}

.tab_list {
  display: flex;
  margin-bottom: 30px;
  word-break: break-all;
}
.tab_list button, .tab_list a {
  font-weight: 500;
  font-size: 18px;
  color: #525252;
  border: 1px solid #D0D0D0;
  border-bottom: 2px solid var(--main3);
  display: block;
  text-align: center;
  line-height: 1.2;
  width: 50%;
  padding: 15px 15px;
  position: relative;
}
.tab_list button:focus, .tab_list a:focus {
  box-shadow: none;
}
.tab_list button:not(:first-child), .tab_list a:not(:first-child) {
  border-left: 0;
}
.tab_list button:not(:first-child).on, .tab_list a:not(:first-child).on {
  margin-left: -1px;
}
.tab_list button.on, .tab_list a.on {
  font-weight: 700;
  background: linear-gradient(80deg, var(--main4), var(--main3));
  border: 0px;
  color: #fff;
}
.tab_list button.on::before, .tab_list a.on::before {
  content: "\e5c5";
  font-family: "Material Symbols Outlined";
  position: absolute;
  width: auto;
  height: auto;
  left: calc(50% - 16px);
  top: -16px;
  background: transparent;
  font-size: 30px;
}
.tab_list button span, .tab_list a span {
  font-size: 13px;
}
@media (max-width: 600px) {
  .tab_list button, .tab_list a {
    font-size: 15px;
    padding: 15px 5px;
  }
  .tab_list.portfolio_tab {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .tab_list.portfolio_tab button, .tab_list.portfolio_tab a {
    width: 25%;
  }
  .tab_list.portfolio_tab :last-child {
    width: 50%;
  }
}

.tab_wrap > div {
  display: none;
}
.tab_wrap > div.on {
  display: block;
}

.stab_list {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  margin-bottom: 30px;
  position: relative;
}
.stab_list button {
  border: 1px dotted #aaa;
  background: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  font-size: 18px;
}
.stab_list button.on {
  background: linear-gradient(135deg, #0EA6FC 0%, var(--main2) 100%);
  color: #fff;
  border: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.stab_list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #aaa;
  z-index: 1;
}
@media (max-width: 600px) {
  .stab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .stab_list button {
    padding: 15px;
    font-size: 16px;
  }
  .stab_list::before {
    top: 25%;
  }
  .stab_list::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #aaa;
    z-index: 1;
  }
}

.stab_con > div {
  display: none;
}
.stab_con > div.on {
  display: block;
}

.etc {
  line-height: 1.4;
  font-size: 16px;
}
.etc h4 {
  color: #444;
}
.etc br + h3 {
  margin-top: 30px;
}

.email_box {
  border: 1px solid #ddd;
  padding: 50px 30px;
  border-radius: 3px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.email_box .icon {
  font-family: "Material Symbols Outlined";
  background: var(--main1);
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 20px auto;
}
.email_box .email_tt {
  font-size: 28px;
  font-weight: 700;
  color: var(--main1);
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .email_box .email_tt {
    font-size: 22px;
  }
}

[class^=table_] {
  border-top: 1px solid var(--main1);
  width: 100%;
  margin-top: 20px;
  line-height: 1.3;
}
[class^=table_] tr {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
[class^=table_] tr th {
  background: #f2f2f2;
  vertical-align: middle;
  color: #000;
  padding: 10px 30px;
  border-left: 1px solid #ddd;
}
[class^=table_] tr td {
  height: 50px;
  vertical-align: middle;
  font-weight: 400;
  padding: 10px 20px;
  border-left: 1px solid #ddd;
}
[class^=table_] tr td:first-child, [class^=table_] tr th:first-child {
  border-left: 0;
}
@media (max-width: 600px) {
  [class^=table_] tr th {
    padding: 5px;
    font-size: 14px;
  }
  [class^=table_] tr td {
    padding: 5px;
    font-size: 14px;
  }
  [class^=table_].table_type01 {
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  [class^=table_].table_type01 tbody {
    display: block;
  }
  [class^=table_].table_type01 tr {
    display: block;
    border-bottom: 0;
  }
  [class^=table_].table_type01 tr th {
    width: 100%;
    display: block;
    height: auto;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  [class^=table_].table_type01 tr td {
    width: 100%;
    display: block;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.table_type02 th, .table_type02 td {
  text-align: center;
  border-right: 1px solid #ddd;
}
.table_type02 th:last-child, .table_type02 td:last-child {
  border-right: 0;
}
.table_type02 tr.bg {
  background: #f4f4f4;
}
.table_type02 tr.bg th, .table_type02 tr.bg td {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.table_type02 tr.bg th:last-child, .table_type02 tr.bg td:last-child {
  border-right: 0;
}

.login_set {
  max-width: 700px;
  margin: 0 auto 0 auto;
}
.login_set p {
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}
.login_set .login_form {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.login_set .login_form label {
  width: 150px;
  border: 1px solid #ccc;
  border-right: 0px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.login_set .login_form input {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 4px;
  height: 60px;
  line-height: 60px;
}
.login_set button {
  width: 100%;
  text-align: center;
  background: var(--main2);
  color: #fff;
  font-size: 20px;
  padding: 20px;
  border-radius: 6px;
  margin-top: 10px;
}
.login_set button:hover {
  filter: contrast(0.85);
}
.login_set .login_list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.login_set .login_list li {
  text-align: center;
  border-left: 1px solid #ddd;
}
.login_set .login_list li a {
  display: block;
  padding: 20px 0;
}
.login_set .login_list li a::before {
  content: "\f106";
  font-family: "Material Symbols Outlined";
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
.login_set .login_list li a:hover {
  border-color: #aaa;
  font-weight: 600;
  color: #444;
}
.login_set .login_list li:last-child {
  border-right: 1px solid #ddd;
}
.login_set .login_list li.pw a::before {
  content: "\f87f";
}
.login_set .login_list li.join a::before {
  content: "\e7fe";
}
@media (max-width: 600px) {
  .login_set .login_list li a::before {
    display: block;
    margin: 0 0 10px 0;
  }
  .login_set .login_form label {
    width: 100px;
  }
}

.search_user {
  max-width: 800px;
  margin: 0 auto 0 auto;
}

.result_wrap {
  border: 1px solid #ccc;
  text-align: center;
  padding: 50px 20px;
}
.result_wrap span {
  color: var(--point2);
  font-weight: 600;
  font-size: 20px;
}

.step_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10%;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 30px auto;
  position: relative;
}
.step_list::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.step_list li {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 40px;
  z-index: 100;
  background: #fff;
  line-height: 1.4;
}
.step_list li.on {
  background: linear-gradient(80deg, var(--main4), var(--main3));
  font-weight: 700;
  color: #fff;
  border-color: var(--main4);
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
}
.step_list li.on span {
  display: none;
}
@media (max-width: 600px) {
  .step_list {
    gap: 5%;
  }
}

.join_wrap h4 span {
  font-size: 14px;
  color: var(--danger);
}
.join_wrap .join_textarea {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.6;
  font-size: 15px;
  color: #777;
  overflow-y: scroll;
  border: 1px solid #d0d0d0;
  padding: 20px;
  height: 200px;
}
.join_wrap .join_textarea ol {
  margin-left: 20px;
}
.join_wrap .join_textarea dl dt {
  margin-top: 15px;
}
.join_wrap .join_textarea .mt30 {
  margin-top: 30px;
}
.join_wrap .label_set {
  text-align: center;
  margin-bottom: 50px;
}
.join_wrap .label_set label:not(:first-of-type) {
  margin-left: 15px;
}
.join_wrap .join_total_label {
  text-align: center;
  background: #eee;
  margin-top: 30px;
  padding: 30px;
}

.finish_box {
  background: #eee;
  padding: 40px 30px;
  text-align: center;
  border-radius: 10px;
}
.finish_box p {
  line-height: 1.4;
}
.finish_box .fb_title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  color: var(--main2);
}
.finish_box .icon {
  font-family: "Material Symbols Outlined";
  background: var(--main2);
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
}
.finish_box .fb_line {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
}
.finish_box .fb_info {
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}
.finish_box .fb_info .list_type {
  display: inline-block;
}

.gallery_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
  align-items: stretch;
}
.gallery_list li a {
  cursor: pointer;
}
.gallery_list li span {
  width: 100%;
  padding-top: 65%;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.gallery_list li span img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}
.gallery_list li span .no_img {
  background: #f2f2f2;
}
.gallery_list li p {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 14px;
}
.gallery_list li p.tit {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.gallery_list li p.date {
  color: #777;
}
.gallery_list li:hover img {
  width: 110%;
  height: 110%;
}
.gallery_list li:hover p.tit {
  color: #222;
}
.gallery_list li:hover p.date {
  color: #666;
}
@media (max-width: 1200px) {
  .gallery_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 999px) {
  .gallery_list {
    grid-template-columns: 1fr 1fr;
  }
  .gallery_list li p.tit {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .gallery_list {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
  .gallery_list li p.tit {
    font-size: 16px;
    font-weight: 600;
  }
}

.sub_01_01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 80px;
}
.sub_01_01 img {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  max-width: 250px;
  width: 100%;
}
.sub_01_01 > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  line-height: 1.5;
}
.sub_01_01 .doctor_name {
  font-size: 40px;
  font-weight: 800;
  color: #222;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -10px 0 #DBECFC;
  margin-top: 30px;
  line-height: 1.2;
}
.sub_01_01 .doctor_info2 {
  font-size: 16px;
}
@media (max-width: 999px) {
  .sub_01_01 {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 40px;
  }
  .sub_01_01 img {
    max-width: 200px;
    width: 50%;
  }
  .sub_01_01 > div {
    align-items: center;
  }
  .sub_01_01 .doctor_name {
    margin-top: 0;
    font-size: 28px;
  }
  .sub_01_01 .doctor_info2 {
    font-size: 14px;
    text-align: center;
  }
}

#daumRoughmapContainer1736840870823 {
  width: 100% !important;
}
#daumRoughmapContainer1736840870823 .wrap_btn_zoom, #daumRoughmapContainer1736840870823 .wrap_controllers {
  display: none;
}
#daumRoughmapContainer1736840870823 + .table_type01 {
  margin-top: 50px;
}
#daumRoughmapContainer1736840870823 .roughmap_maker_label {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  background: #fff;
}
#daumRoughmapContainer1736840870823 .roughmap_maker_label .roughmap_lebel_text {
  display: none;
}
#daumRoughmapContainer1736840870823 .roughmap_maker_label a::after {
  content: "";
  font-size: 18px;
  font-weight: 700;
  color: #444;
  border: 10px solid #fff;
  background: #fff url("../img/logo_black.png") no-repeat;
  width: 180px;
  height: 60px;
  background-size: contain;
  padding: 7px 10px 9px;
  border-radius: 3px;
  position: relative;
  z-index: 100;
  display: block;
}

.sub_01_02 {
  margin-top: 50px;
  line-height: 1.5;
  justify-content: center;
  display: grid;
  grid-template-columns: 450px 590px;
}
.sub_01_02 > div {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}
.sub_01_02 > div h4 {
  margin-top: -5px;
}
.sub_01_02 > div dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0px 50px;
  line-height: 1;
}
.sub_01_02 > div dl dt {
  text-align: justify;
  font-weight: 700;
  color: #333;
}
.sub_01_02 > div dl dt:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 1px;
}
.sub_01_02 > div p {
  font-size: 16px;
}
.sub_01_02 > div:nth-child(2) {
  border-left: 1px solid #ddd;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .sub_01_02 {
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
  }
  .sub_01_02 > div h4 {
    margin-top: 0;
  }
  .sub_01_02 > div dl {
    gap: 0 30px;
  }
  .sub_01_02 > div:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 999px) {
  .sub_01_02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sub_01_02 > div {
    flex-direction: column;
    gap: 10px;
  }
  .sub_01_02 > div:nth-child(2) {
    padding-left: 0px;
    padding-top: 30px;
    border-left: 0;
    border-top: 1px solid #ddd;
  }
}

.sub_02_01 {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
.sub_02_01 img {
  max-width: 600px;
  width: 100%;
}
.sub_02_01 .tit1 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #444;
}
.sub_02_01 hr {
  margin: 40px 0;
}
.sub_02_01 span {
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -10px 0 #DBECFC;
  font-weight: 700;
  color: var(--main1);
}
@media (max-width: 999px) {
  .sub_02_01 {
    gap: 40px;
  }
  .sub_02_01 img {
    max-width: 300px;
  }
  .sub_02_01 .tit1 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .sub_02_01 {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: center;
    text-align: center;
  }
  .sub_02_01 img {
    max-width: 250px;
  }
  .sub_02_01 .tit1 {
    font-size: 18px;
  }
  .sub_02_01 .tit1 br {
    display: none;
  }
}

.sub_02_02 ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  line-height: 1.5;
}
.sub_02_02 ul li {
  padding: 20px 30px;
  display: flex;
  gap: 30px;
  border: 1px solid #ddd;
  align-items: center;
}
.sub_02_02 ul li:nth-child(1)::before {
  content: "01";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(2)::before {
  content: "02";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(3)::before {
  content: "03";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(4)::before {
  content: "04";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(5)::before {
  content: "05";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(6)::before {
  content: "06";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(7)::before {
  content: "07";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(8)::before {
  content: "08";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(9)::before {
  content: "09";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(10)::before {
  content: "10";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(11)::before {
  content: "11";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(12)::before {
  content: "12";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(13)::before {
  content: "13";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(14)::before {
  content: "14";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(15)::before {
  content: "15";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(16)::before {
  content: "16";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(17)::before {
  content: "17";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(18)::before {
  content: "18";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(19)::before {
  content: "19";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(20)::before {
  content: "20";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(21)::before {
  content: "21";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(22)::before {
  content: "22";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_02_02 ul li:nth-child(2n)::before {
  color: var(--main2);
}

.sub_02_03 {
  line-height: 1.5;
}
.sub_02_03 .con_text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sub_02_03 .con_text .tit1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--main2);
  display: block;
  padding-bottom: 10px;
}
.sub_02_03 .img_box {
  border: 1px solid #ddd;
  text-align: center;
  padding: 30px;
}
.sub_02_03 .img_box img {
  max-width: 100%;
}
.sub_02_03 .neo_color {
  background: #ff6a00;
  border-bottom: 1px solid #ff6a00;
  color: #fff;
}
.sub_02_03 .neo_color.king::before {
  content: "\ecb3";
  font-size: 35px;
  color: #fff;
  display: block;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
}
.sub_02_03 .neo_color_box {
  padding: 0;
  border-bottom: 1px solid #ff6a00;
}
.sub_02_03 .neo_color_box p {
  border: 3px solid #ff6a00;
  border-bottom: 1px solid #ff6a00;
  border-top: 1px solid #ff6a00;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub_02_03 table {
  margin-top: 0;
}
.sub_02_03 [class^=icon_]::before {
  content: "";
  font-size: 30px;
  color: #aaa;
  display: block;
  font-family: "Material Symbols Outlined";
}
.sub_02_03 [class^=icon_].icon_01::before {
  content: "\e837";
}
.sub_02_03 [class^=icon_].icon_02::before {
  content: "\e836";
}
.sub_02_03 [class^=icon_].icon_03::before {
  content: "\e86b";
}
.sub_02_03 [class^=icon_].icon_04::before {
  content: "\e5cd";
}
.sub_02_03 [class^=icon_].color::before {
  color: #ff6a00 !important;
}
@media (max-width: 999px) {
  .sub_02_03 .img_box {
    padding: 10px;
  }
}

.sub_03_01 {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}
.sub_03_01 .tt1 {
  font-size: 26px;
  color: var(--main2);
  font-weight: 700;
  padding-bottom: 20px;
}
.sub_03_01 img {
  max-width: 100%;
}

.sub_03_02 ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  line-height: 1.5;
}
.sub_03_02 ul li {
  padding: 20px 30px;
  display: flex;
  gap: 30px;
  border: 1px solid #ddd;
  align-items: center;
}
.sub_03_02 ul li:nth-child(1)::before {
  content: "01";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_03_02 ul li:nth-child(2)::before {
  content: "02";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_03_02 ul li:nth-child(3)::before {
  content: "03";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_03_02 ul li:nth-child(4)::before {
  content: "04";
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: var(--main3);
}
.sub_03_02 ul li:nth-child(2n)::before {
  color: var(--main2);
}
.sub_03_02 ul li:nth-child(2n) div p span {
  color: var(--main2);
}
.sub_03_02 ul li div p span {
  font-size: 20px;
}

.sub_03_03 {
  line-height: 1.5;
}
.sub_03_03 > div {
  display: flex;
  gap: 60px;
  padding: 30px;
  border: 1px dashed #bbb;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .sub_03_03 > div {
    flex-direction: column;
    gap: 30px;
  }
}

.sub_04_01 {
  line-height: 1.5;
}
.sub_04_01 .list_type3 {
  padding: 30px;
  border: 1px dashed #bbb;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.sub_04_01 .list_type3 li {
  margin-top: 0;
}
.sub_04_01 table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.sub_04_01 table td {
  font-size: 17px;
  padding: 20px;
}
@media (max-width: 999px) {
  .sub_04_01 .list_type3 {
    grid-template-columns: 1fr;
  }
}
.sub_04_01 .color01 {
  background-color: #00BCD4;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.sub_04_01 .color02 {
  background-color: #00ACC1;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.sub_04_01 .color03 {
  background-color: #0097A7;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.sub_04_01 .color04 {
  background-color: #00838F;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.sub_04_01 .program_8 {
  margin-top: 80px;
  text-align: center;
}

.sub_04_02 {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 60px;
  max-width: 1300px;
  margin: 0 auto;
}
.sub_04_02 > div img {
  max-width: 100%;
}
.sub_04_02 > div h4 {
  color: var(--main1);
  margin-top: 20px;
  margin-bottom: 0px;
}
.sub_04_02 > div p:nth-of-type(1) {
  color: #222;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 19px;
}
.sub_04_02 > div p:nth-of-type(2) {
  font-size: 16px;
  color: #777;
}
@media (max-width: 999px) {
  .sub_04_02 {
    gap: 60px 40px;
  }
  .sub_04_02 > div h4 {
    font-size: 20px;
  }
  .sub_04_02 > div p:nth-of-type(1) {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .sub_04_02 {
    grid-template-columns: 1fr;
  }
}

.sub_04_03 {
  line-height: 1.5;
}
.sub_04_03 .cell_info01 {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 60px;
}
.sub_04_03 .cell_info01 img {
  max-width: 100%;
}
.sub_04_03 .cell_info01 p:nth-child(1) {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #bfedf3;
  font-family: "Playfair Display";
}
.sub_04_03 .cell_info01 p:nth-child(2) {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.sub_04_03 .cell_info01 p:nth-child(3) {
  font-size: 20px;
}
.sub_04_03 .cell_info02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sub_04_03 .cell_info02 dl {
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.sub_04_03 .cell_info02 dl dt {
  background: #bbb;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.sub_04_03 .cell_info02 dl dd {
  text-align: center;
}
.sub_04_03 .cell_info02 dl dd img {
  max-width: calc(100% - 60px);
  margin: 40px 30px;
}
.sub_04_03 .cell_info02 dl dd > div {
  border-top: 1px solid #bbb;
  padding: 30px;
  text-align: center;
}
.sub_04_03 .cell_info02 dl dd > div p {
  background: #888;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.sub_04_03 .cell_info02 dl dd > div p:first-child {
  margin-bottom: 10px;
}
.sub_04_03 .cell_info02 dl:nth-child(2) {
  border-left: 3px solid #1b287a;
  border-right: 3px solid #1b287a;
  border-bottom: 3px solid #1b287a;
}
.sub_04_03 .cell_info02 dl:nth-child(2) dt {
  background: #1b287a;
}
.sub_04_03 .cell_info02 dl:nth-child(2) dd > div p {
  background: #1b287a;
}
@media (max-width: 999px) {
  .sub_04_03 .cell_info01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sub_04_03 .cell_info01 p:nth-child(1) {
    font-size: 40px;
  }
  .sub_04_03 .cell_info01 p:nth-child(2) {
    font-size: 30px;
  }
  .sub_04_03 .cell_info01 p:nth-child(3) {
    font-size: 18px;
  }
  .sub_04_03 .cell_info02 dl dt {
    font-size: 18px;
  }
  .sub_04_03 .cell_info02 dl dd img {
    max-width: calc(100% - 40px);
    margin: 20px;
  }
  .sub_04_03 .cell_info02 dl dd > div {
    padding: 10px;
  }
  .sub_04_03 .cell_info02 dl dd > div p {
    font-size: 16px;
  }
}

.con_ing {
  padding: 60px 30px;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  background: #f5f5f5;
  border: #ccc 1px solid;
}

.modal_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_pop > div {
  width: calc(100% - 40px);
  max-width: 700px;
  background: #fff;
  padding: 20px;
  position: relative;
  max-height: 95vh;
  overflow-y: auto;
}
.modal_pop > div .modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
  background: none;
}
.modal_pop > div .modal_close::after {
  content: "\e5cd";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: 30px;
  color: #222;
}
.modal_pop .popup_wrap {
  width: auto;
  padding: 0px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  max-height: none;
}
.modal_pop .popup_wrap img {
  width: auto;
  max-width: calc(100% - 40px);
  height: auto;
  max-height: calc(100vh - 82px);
}
.modal_pop .popup_wrap .pop_img {
  font-size: 0;
}
.modal_pop .popup_wrap .btn {
  background: #ddd;
  display: flex;
  justify-content: space-between;
}
.modal_pop .popup_wrap .btn button {
  padding: 10px 15px;
  color: #222;
}
.modal_pop .popup_wrap .btn button.close {
  background: #222;
  color: #fff;
}
.modal_pop .popup_wrap .btn button.close::before {
  content: "\e5cd";
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  font-size: 18px;
}
.modal_pop.pop_close {
  display: none;
}

.mobile_certified {
  border: 1px solid #ddd;
  display: flex;
  padding: 30px;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
.mobile_certified img {
  margin-left: 30px;
}
.mobile_certified div {
  line-height: 1.5;
}
.mobile_certified div :nth-child(1) {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding-bottom: 5px;
}
.mobile_certified div :nth-child(2) {
  padding-bottom: 15px;
  font-size: 16px;
}
.mobile_certified div button {
  background: var(--main1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}
.mobile_certified div button::before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.mobile_certified div button:hover {
  filter: brightness(120%);
}
@media (max-width: 999px) {
  .mobile_certified img {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .mobile_certified {
    padding: 30px 10px 30px 10px;
    flex-direction: column;
  }
  .mobile_certified img {
    width: 80px;
  }
  .mobile_certified div {
    text-align: center;
  }
}

.terms_wrap {
  line-height: 1.5;
  width: calc(100% - 40px);
  font-size: 16px;
}
.terms_wrap ol {
  list-style: none;
}
.terms_wrap .mt30 {
  margin-top: 30px;
}
.terms_wrap h6 {
  font-size: 20px;
}
.terms_wrap dl dd {
  margin-bottom: 15px;
}