/*fonts.css*/
@font-face {
  font-family: "TT-norms";
  src: url("font/TT Norms Pro Regular.ttf") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "TT-norms";
}

body {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.navi {
  height: 100px;
  background-color: #ffed00;
}

/* html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
} */

/* ===============================nav */
nav {
  font-size: 12pt;
  /* font-family: "PT Sans", Arial, Sans-serif; */
  position: relative;
}
nav ul {
  padding: 0;
  margin: 0 auto;
  width: auto;
}

nav a {
  line-height: 40px;
  height: 50px;
}
nav li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav li:last-child a {
  border-right: 0;
}
nav a:hover {
  /* background-color: #FFED00; */
}
nav a:active {
  /* background-color: #FFED00; */
}
nav a#pull {
  display: none;
}
html {
  -webkit-touch-callout: none;
  -webkit-user-select: text !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  /*list-style-type: none;*/
  margin: 0;
  padding: 0;
  background-color: #000000;
  text-align: center;
  list-style-type: square;
}
li {
  list-style-type: square;
  text-indent: -18px;
  margin-left: 18px;
}
li a {
  color: #ffffff;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #ffffff;
  color: black;
  font-weight: bold;
}
.menu {
  width: 100%;
  height: 40px;
  text-align: center;
  max-width: 800px;
  background-position: center;
  background-size: cover;
  background-color: #000000;
  color: white;
  position: absolute;
  z-index: 1;
}

/* ================================content_container */
. .content_container {
  width: 100%;
  background-color: white;
}

.subject {
  width: 100%;
  margin-top: 10px;
  padding: 25px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
}
.content_box {
  width: 90%;
  margin: 0 auto;
  margin-top: ;
}
.content_01 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
}
.content_01_text {
  width: 100%;
  padding-left: 0px;
  padding-top: 13px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-bottom: 2px solid lightgray;
  cursor: pointer;
}
.content_01_close {
  width: 40px;
  padding-left: 5px;
  padding-top: 13px;
  padding-bottom: 0px;
  border-bottom: 2px solid lightgray;
}
.material-symbols-outlined {
  cursor: pointer;
  animation-name: rotate;
  animation-duration: 0.5s;
}
@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
/* =================================================CONTENTS BOX */
.cb01 {
  width: 100%;
  font-size: 19px;
  font-weight: 0;
  padding: 15px 10px 5px 10px;
}
.cb02 {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  text-align: left;
}
.cb03 {
  background-color: black;
  color: white;
  width: 100%;
  font-size: 13px;
  padding: 10px;
  text-align: justify;
  line-height: 20px;
}
.cb04 {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: #ffed00;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.cb04-icon {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.cb04p {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: #ededed;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 5px;
}
.cb05,
.cb06 {
  width: 100%;
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.cb05p,
.cb06p {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: #ededed;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 5px;
  line-height: 20px;
}
/* =======================================================SUB */
#sub01 {
  display: none;
  margin-bottom: 20px;
}
.sub01p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}
#sub02 {
  display: none;
  margin-bottom: 20px;
}
.sub02p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}
#sub03 {
  display: none;
  margin-bottom: 20px;
}
.sub03p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}
#sub04 {
  display: none;
  margin-bottom: 20px;
}
.sub04p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}

#sub05 {
  display: none;
  margin-bottom: 20px;
}
.sub05p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}

#sub06 {
  display: none;
  margin-bottom: 20px;
}
.sub06p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}

#sub07 {
  display: none;
  margin-bottom: 20px;
}
.sub07p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}

#sub08 {
  display: none;
  margin-bottom: 20px;
}
.sub08p {
  animation-name: longpage;
  animation-duration: 2s;
  margin-bottom: 20px;
}

@keyframes longpage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==============================================================Accordian */
.accordian01 {
  width: 100%;
  margin-top: 10px;
}

input[id*="as"] {
  display: none;
}

input[id*="as"] + label {
  display: block;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 0;
  color: black;
  font-weight: 500;
  font-size: 15px;
  background-color: #ffed00;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

input[id*="as"] + label + div {
  max-height: 1px;
  transition: all 0.35s;
  overflow: hidden;
  background-color: white;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}

input[id*="as"] + label + div > p {
  display: inline-block;
  padding: 10px;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
}

input[id*="as"]:checked + label + div {
  max-height: 1000px;
}

#atag {
  font-size: 13px;
}

/* ==============================================================Accordian_01 */
.accordian02 {
  width: 100%;
  margin-top: 10px;
}

input[id*="answer"] {
  display: none;
}

input[id*="answer"] + label {
  display: block;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 0;
  color: black;
  font-weight: 500;
  font-size: 15px;
  background-color: #ffed00;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

input[id*="answer"] + label + div {
  max-height: 1px;
  transition: all 0.35s;
  overflow: hidden;
  background-color: #ededed;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

input[id*="answer"] + label + div > p {
  display: inline-block;
  padding: 10px;
  line-height: 25px;
  text-align: justify;
  font-size: 15px;
}

input[id*="answer"]:checked + label + div {
  max-height: 1000px;
}

/* ==============================================================Accordian_03 */
.accordian03 {
  width: 100%;
  margin-top: 10px;
}

input[id*="ac"] {
  display: none;
}

input[id*="ac"] + label {
  display: block;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 0;
  color: black;
  font-weight: 500;
  font-size: 15px;
  background-color: #ffed00;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

input[id*="ac"] + label + div {
  max-height: 1px;
  transition: all 0.35s;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

input[id*="ac"] + label + div > p {
  display: inline-block;
  padding: 10px;
  line-height: 25px;
  text-align: justify;
  font-size: 15px;
}

input[id*="ac"]:checked + label + div {
  max-height: 1000px;
}

/* ==============================================================Accordian_04 */
.accordian04 {
  width: 100%;
  margin-top: 10px;
}

input[id*="ad"] {
  display: none;
}

input[id*="ad"] + label {
  display: block;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 0;
  color: black;
  font-weight: 500;
  font-size: 15px;
  background-color: #ffed00;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

input[id*="ad"] + label + div {
  max-height: 1px;
  transition: all 0.35s;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

input[id*="ad"] + label + div > p {
  display: inline-block;
  padding: 10px;
  line-height: 25px;
  text-align: justify;
  font-size: 15px;
}

input[id*="ad"]:checked + label + div {
  max-height: 1000px;
}

/* ==============================================================Accordian_05 */
.accordian05 {
  width: 100%;
  margin-top: 10px;
}

input[id*="ae"] {
  display: none;
}

input[id*="ae"] + label {
  display: block;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 0;
  color: black;
  font-weight: 500;
  font-size: 15px;
  background-color: #ffed00;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

input[id*="ae"] + label + div {
  max-height: 1px;
  transition: all 0.35s;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

input[id*="ae"] + label + div > p {
  display: inline-block;
  padding: 10px;
  line-height: 25px;
  text-align: justify;
  font-size: 15px;
}

input[id*="ae"]:checked + label + div {
  max-height: 1000px;
}

#atag {
  font-size: 13px;
}

.accordion-img {
  width: 80%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}

.faq {
  padding: 10px;
  max-height: 1000px;
  text-align: left;
}

/* button */
a {
  text-decoration: none;
}

.top-btn {
  margin-top: 50px;
  width: 100%;
  text-decoration: underline;
}

.buttonbox {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

.button1 {
  width: 60px;
  height: 60px;
  background-color: #ffed00;
  margin: 30px 10px 10px 10px;
  text-align: center;
  font-size: 10px;
  color: #000000;
}

.button2 {
  width: 60px;
  height: 60px;
  background-color: rgb(212, 212, 212);
  margin: 30px 0px 10px 0px;
  text-align: center;
  font-size: 10px;
  color: #000000;
}

.button3 {
  width: 60px;
  height: 60px;
  background-color: black;
  margin: 30px 0px 10px 0px;
  color: white;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}

.button-image {
  width: 35px;
  height: 35px;
  object-fit: cover;
  margin-top: 5px; /* 원하는 만큼의 음수값을 사용하여 이미지를 위로 조절 */
  position: relative;
  top: 0px; /* 위의 margin-top과 같은 값으로 조절 */
}

/* ===============================================================top-button */

/* ===============================================================footer */

.footer {
  margin-top: 20px;
  height: 170px;
  background-color: black;
}

.sartoriusend {
  /* Bottom을 0으로 할 경우 list 부분의 내용이 잘릴 수 있다. 이 떄 scroll을 써보면 어떨까? */
  /* bottom: 0; */
  width: 100%;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .sartoriusend img {
  width: 40px;
  /* bottom: 0px; */
  filter: invert(100%);
  margin: 8px;
}

#openspecialistwindow {
  /* position: absolute; */
  /* width: 90px;
  height: 25px;
  margin: 23px;
  color: white;
  background-color: black;
  text-align: center;
  line-height: 25px;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer; */
}
/* ======================================================== SPECIAL LIST */

#specialistcontainer,
.specialistbox,
.buttonbox01,
.specialist,
.specialist01,
.specialist02,
.specialist03,
.specialist04 {
  border: 0px solid red;
}

#specialistcontainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  animation-duration: 1s;
  animation-name: fadeinout02;
}

@keyframes fadeinout02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.specialistbox {
  width: 350px;
  height: 500px;
  display: flex;
  flex-direction: column;
  margin: auto;
  background-color: white;
  position: relative;
}

.specialistchart {
  position: absolute;
  width: 85%;
  height: 50px;
  background-color: #ffed00;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}

.buttonbox01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 50px;
  background-color: black;
  border-radius: 0 0 0 0;
}

#closebutton01 {
  color: white;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.specialist {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  row-gap: 5px;
  margin-top: 80px;
  padding: 10px;
}

/* ==========================TABLE=====*/
table {
  border-collapse: collapse;
  padding: 10px;
} /*이중선 제거*/
th {
  width: 100%;
  height: auto;
  text-align: center;
  border: 1px solid #c2c2c2;
  background-color: ;
  padding: 5px;

  vertical-align: top; /* 위 */
  vertical-align: bottom; /* 아래 */
  vertical-align: middle; /* 가운데 */
}
td {
  width: 100%;
  height: auto;
  text-align: left;
  border: 1px solid #c2c2c2;
  padding: 10px;

  vertical-align: top; /* 위 */
  vertical-align: bottom; /* 아래 */
  vertical-align: middle; /* 가운데 */
}
/* ===========================SEPCIALIST= */

.specialist01,
.specialist02,
.specialist03,
.specialist04 {
  width: 100%;
  height: 100%;
  padding: 5px;
  margin-top: 10px;
  /* background-image: url("specialist/프리지아_03.jpg"); */
  background-size: 100%;
  background-position: center;
  font-size: 14px;
  text-align: center;
}
.name {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.email {
  font-size: 12px;
}
.tel {
  width: 150px;
  height: 20px;
  background-color: #ffed00;
  color: black;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}
