body {
  -webkit-font-smoothing: antialiased;
}

* {
  font-family: 'Pretendard', sans-serif;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-duration: 0.7s;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

button {
  background: none;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding: 0;
}

input[type=checkbox]:focus {
  outline: 2px solid #5E9ED6;
  outline-offset: 2px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 76px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}

#header * {
  color: #FFF;
}

#header > a {
  position: absolute;
}

#header .logo {
  top: 26px;
  left: 40px;
  width: 171px;
  height: 24px;
  background-image: url('/img/header-logo.png');
}

#header .blog {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  padding: 8px 24px 8px 16px;
  border: 1px solid #FFF;
  border-radius: 4px;
  top: 18px;
  right: 40px;
}

#header .blog:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/img/header-blog.png');
  content: "";
}

#header .menu {
  display: inline-flex;
  height: 100%;
  padding-top: 18px;
}

#header .menu a {
  display: block;
  width: 200px;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

#header .menu .sub-menu {
  opacity: 0;
  transition: 0.3s;
}

#header .menu .sub-menu a {
  color: #FFF;
  font-weight: 300;
}

#header .menu .sub-menu a:hover {
  color: #0068FE !important;
  font-weight: 500;
}

#header:hover {
  height: 436px;
  background: rgba(34, 34, 34, 0.60);
  backdrop-filter: blur(12px);
}

#header:hover .menu .sub-menu {
  opacity: 1;
}

#header.white {
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
}

#header.white * {
  color: #1A1C3B;
}

#header.white .logo {
  background-image: url('/img/header-logo-active.png');
}

#header.white .blog {
  border: 1px solid #DDD;
}

#header.white .blog:before {
  background-image: url('/img/header-blog-active.png');
}

#header.white .menu .sub-menu a {
  color: #888;
}

#footer {
  background-color: #343A40;
}

#footer .family {
  background-color: #283139;
  height: 100px;
  display: flex;
}

#footer .family a {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .container {
  padding: 60px 0;
}

#footer .logo + div {
  border-top: 1px solid #575C62;
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#footer p {
  color: #FFF;
  font-size: 16px;
}

#footer p b {
  display: inline-block;
  font-weight: 600;
  width: 40px;
}

#footer .copyright {
  color: #888;
}

#content {
  min-height: calc(100vh - 76px - 88px - 100px - 261px);
}

.container {
  max-width: 1280px;
  margin: auto;
}

#title-banner {
  margin-top: 76px;
  height: 88px;
}

#title-banner {
  margin-top: 76px;
  height: 88px;
}

#title-banner h1 {
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 32px;
}

.main-sec {
  padding: 100px 0;
  text-align: center;
}

.main-sec-tit h1 {
  color: #1A1C3B;
  font-size: 60px;
}

.main-sec-tit h2 {
  color: #888;
  font-weight: 300;
  font-size: 24px;
  margin-top: 8px;
}

.main-sec-cont {
  margin-top: 60px;
}

.link-btn {
  color: #1A1C3B;
  font-weight: 300;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 24px;
  border: 1px solid #DDD;
}

.main-sec .link-btn {
  margin-top: 60px;
}

.main-sec.service .container {
  overflow: hidden;
}

.main-sec.service .main-sec-cont p {
  color: #1A1C3B;
}

.main-sec.service .services {
  margin-top: 60px;
  height: 158px;
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scroll 20s linear infinite;
}


@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.main-sec.service .services a {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 300;
}

.main-sec.service .services a:hover {
  background-color: rgba(0, 104, 254, 0.5);
  background-blend-mode: overlay; 
}

.main-sec.service .services a b {
  display: block;
  font-weight: 600;
}

.main-sec.who {
  background-image: url('/img/main-who-bg.jpg');
  background-size: cover;
  background-position: center;
}

.main-sec.who .main-sec-cont div {
  display: flex;
  gap: 24px;
}

.main-sec.who .main-sec-cont a {
  background-color: #FFF;
  border: 1px solid #CCC;
  flex: 1;
  padding: 136px 0;
}

.main-sec.who .main-sec-cont a:before {
  display: inline-block;
  width: 100px;
  height: 100px;
  content: "";
}

.main-sec.who .main-sec-cont a:nth-of-type(1):before {
  background-image: url('/img/main-who-ico-1.png');
}

.main-sec.who .main-sec-cont a:nth-of-type(1):hover:before {
  background-image: url('/img/main-who-ico-1-active.png');
}

.main-sec.who .main-sec-cont a:nth-of-type(2):before {
  background-image: url('/img/main-who-ico-2.png');
}

.main-sec.who .main-sec-cont a:nth-of-type(2):hover:before {
  background-image: url('/img/main-who-ico-2-active.png');
}


.main-sec.who .main-sec-cont a:nth-of-type(3):before {
  background-image: url('/img/main-who-ico-3.png');
}

.main-sec.who .main-sec-cont a:nth-of-type(3):hover:before {
  background-image: url('/img/main-who-ico-3-active.png');
}


.main-sec.who .main-sec-cont h3 {  
  color: #1A1C3B;
  font-size: 20px;
  margin-top: 16px;
}

.main-sec.who .main-sec-cont p {
  color: #888;
  margin-top: 16px;
}

.main-sec.who .main-sec-cont a:hover {
  background-color: #1A1C3B;
}

.main-sec.who .main-sec-cont a:hover h3 {
  color: #FFF;
}

.main-sec.who .main-sec-cont a:hover p {
  color: #888;
}

.main-sec.track .main-sec-cont div {
  display: flex;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.main-sec.track .main-sec-cont div a {
  flex: 1;
  padding: 32px 0;
}

.main-sec.track .main-sec-cont div a h1 {
  color: #1A1C3B;
  font-size: 40px;
  margin-top: 8px;
}

.main-sec.track .main-sec-cont div a h1 em {
  font-style: normal;
  color: #888;
  font-weight: 400;
  font-size: 24px;
  margin-left: 8px;
}

.main-sec.track .main-sec-cont div a p {
  color: #888;
  font-size: 24px;
  margin-top: 8px;
}

.main-sec.track .main-sec-cont div a a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-sec.track .main-sec-cont div a:first-child {
  border-right: 1px solid #CCC;
}

.main-sec.track .main-sec-cont div a:last-child {
  background-color: #1A1C3B;
}

.main-sec.track .main-sec-cont div a:last-child h1 {
  color: #FFF;
}

.main-sec.career {
  padding-top: 0;
}

.main-sec.career .main-sec-cont * {
  color: #CCC;
}

.main-sec.career .main-sec-cont ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  padding: 24px 0;
  padding-left: 56px;
  position: relative;
}

.main-sec.career .main-sec-cont ul li * {
  transition: color 0.2s;
}

.main-sec.career .main-sec-cont ul li:before, 
.main-sec.career .main-sec-cont ul li:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #CCC;
  border-radius: 4px;
  top: 52px;
  left: 22px;
  transition: all 0.2s;
}

.main-sec.career .main-sec-cont ul li:before {
  width: 8px;
  left: 20px;
}

.main-sec.career .main-sec-cont ul li:hover:before,
.main-sec.career .main-sec-cont ul li:hover:after {
  background-color: #0068FE;
}

.main-sec.career .main-sec-cont ul li:hover:before {
  width: 28px;
  left: 10px;
}

.main-sec.career .main-sec-cont ul li:hover:after {
  height: 28px;
  top: 40px;
}

.main-sec.career .main-sec-cont ul li h1 {
  font-weight: 400;
  font-size: 40px;
}

.main-sec.career .main-sec-cont ul li:hover h1 {
  color: #0B0D2D;
  font-weight: 700; 
}

.main-sec.career .main-sec-cont ul li div {
  text-align: right;
}

.main-sec.career .main-sec-cont ul li h2 {
  font-weight: 300;
  font-size: 20px;
}

.main-sec.career .main-sec-cont ul li h2 b {
  font-weight: 300;
}

.main-sec.career .main-sec-cont ul li:hover h2 {
  color: #1A1C3B;

}

.main-sec.career .main-sec-cont ul li:hover h2 b {
  color: #0068FE;
  
}

.main-sec.career .main-sec-cont ul li p {
  margin-top: 8px;
}

.main-sec.career .main-sec-cont ul li:hover p {
  color: #888;
}

.main-inline-banner {
  background-color: #283139;
  padding: 24px 0;
}

.main-inline-banner * {
  color: #FFF;
}

.main-inline-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-inline-banner-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-inline-banner-left h1 {
  font-weight: 300;
  font-size: 24px;
}

.main-inline-banner-left h1 b {
  font-weight: 600;
  display: block;
}

.main-inline-banner p {
  color: #7D868E;
}

.main-inline-banner p b {
  font-weight: 500;
}

#content > section > div.container {
  padding-top: 60px;
  padding-bottom: 100px;
}

#content > section > div.container > h1 {
  color: #1A1C3B;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 60px;
  position: relative;
}

#content > section > div.container > h1 b {
  font-weight: 700;
}

#content > section > div.container > h1 span {
  color: #888;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}


#history ul:before {
  display: block;
  width: 1px;
  height: 2975px;
  background-color: #CCC;
  content: "";
  position: absolute;
  left: 50%;
}

#history li {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#history li .txt {
  width: 580px;
}

#history li .txt h1 {
  color: #1A1C3B;
  font-size: 40px;
}

#history li .txt p {
  color: #888;
  font-size: 20px;
  font-weight: 300;
  margin-top: 16px;
  line-height: 48px;
}

#history li .txt p span {
  display: block;
}

#history li .img {
  width: 560px;
  height: 315px;
}

#history li:nth-of-type(odd) .txt {
  text-align: right;
}

#history li:nth-of-type(even) {
  flex-direction: row-reverse; 
}

#history li:nth-of-type(n+2) {
  margin-top: 100px;
}

#history li:before,
#history li:after {
  border-radius: 100%;
  position: absolute;
  box-sizing: border-box;
  content: "";
}

#history li:before {
  width: 24px;
  height: 24px;
  border: 2px solid #1A1C3B;
  background-color: #FFF;
  left: calc(50% - 12px);
  top: 12px;
}

#history li:after {
  width: 12px;
  height: 12px;
  background-color: #0068FE;
  left: calc(50% - 6px);
  top: 18px;
}

#value-family {
  background-image: url('/img/company/value-family-bg.jpg');
  background-size: cover;
}

#value-family ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

#value-family ul li {
  background-color: #FFF;
  padding: 40px;
}

#value-family ul li h2 {
  color: #1A1C3B;
  font-size: 20px;
  margin-top: 30px;
}

#value-family ul li p {
  color: #888;
  margin-top: 30px;
}

#ethic-code {
  background-color: #F8F8F8;
}

#ethic-code .container {
  display: flex;
  justify-content: space-between;
}

#ethic-code h1 {
  color: #1A1C3B;
  font-size: 40px;
}

#ethic-code p {
  color: #888;
}

#ethic-code h1 + p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 28px;
}

#ethic-code ul {
  min-width: 723px;
}

#ethic-code li h2 {
  color: #1A1C3B;
  font-weight: 500;
  font-size: 20px;
  text-indent: -20px;
}

#ethic-code li h2:before {
  content: "•";
  margin-right: 8px;
}

#ethic-code li p {
  margin-top: 8px;
}

#ethic-code li:nth-of-type(n+2) {
  margin-top: 72px;
}

#ethic-code .link-btn {
  margin-top: 24px;
  background-color: #FFF;
}

#safety h1 {
  margin-bottom: 0 !important;
}

#safety-policy {
  background-color: #F8F8F8;
}

#safety-policy .container {
  display: flex;
  color: #FFF;
  padding-top: 100px !important;
}

#safety-policy .container > div {
  flex: 1;
  padding: 40px;
  height: 700px;
  position: relative;
}

#safety-policy h1 {
  font-size: 32px;
}

#safety-policy p {
  margin-top: 24px;
}

#safety-policy .container > div:nth-of-type(1) p span {
  display: block;
}

#safety-policy .container > div:nth-of-type(1) p span:before {
  content: "•";
  margin-right: 8px;
}

#safety-policy h2 {
  position: absolute;
  bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#safety-policy h2 b {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

#safety-policy .container > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#safety-policy .container > div:nth-of-type(2) p span {
  display: block;
}

#safety-policy .container > div:nth-of-type(2) p span:nth-of-type(n+2) {
  margin-top: 24px;
}

#safety-policy .container > div:nth-of-type(2) p span b {
  color: #0068FE;
  font-weight: 500;
  margin-right: 8px;
}

#location .info {
  display: flex;
  gap: 100px;
}

#location .info li {
  display: flex;
  align-items: center;
  gap: 8px;
}

#location .info li div {
  background-color: #0068FE;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
}

#location .info li div img {
  display: inline-block;
  vertical-align: middle;
}

#location .info li h3 {
  color: #1A1C3B;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#location .info li p {
  color: #888;
  font-size: 16px;
}

#location iframe {
  border: 1px solid #DDD;
  margin-top: 40px;
}

#location .map {
  margin-top: 40px;
  height: 400px;
  border: 1px solid #DDD;
  background-size: cover;
  background-position: center;
}

#location .way {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

#location .way > div {
  flex: 1;
  background-color: #F4F4F4;
  padding: 24px;
  padding-left: 140px;
  position: relative;
}

#location .way img {
  position: absolute;
  top: 36px;
  left: 40px;
}

#location .way h2 {
  color: #1A1C3B;
  font-weight: 500;
  font-size: 20px;
}

#location .way p {
  margin-top: 8px;
  color: #888;
}

#location .way p span {
  display: block;
  margin-left: 4px;
}

#location .way p span:before {
  content: "•";
  margin-right: 8px;
}

#service p {
  color: #888;
}
#service .cont {
  font-size: 20px;
  line-height: 28px;
}

#service .sub {
  margin-top: 60px;
  margin-bottom: 24px !important;
  line-height: 56px;
}

#service .sub .link-btn {
  width: 240px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #0068FE;
  color: #1A1C3B;
  font-weight: 500;
  justify-content: space-between;
}

#service .works {
  background-color: #F4F4F4;
  padding: 40px;
}

#service .works ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

#service .works h2 {
  color: #1A1C3B;
  font-weight: 500;
  font-size: 20px;
}

#service .works h2 b {
  display: inline-block;
  width: 32px;
  font-weight: 500;
  color: #0068FE;
}

#service .works h3 {
  font-size: 16px;
  font-weight: 300;
  color: #1A1C3B;
  margin-top: 8px;
}

#service .works p {
  margin-top: 8px;
}

#service .works p span {
  display: block;
  text-indent: -16px;
  margin-left: 20px;
}

#service .works p span:before {
  content: "•";
  margin-right: 8px;
}

#service .works p.caption {
  margin-top: 40px;
}

#service .works p.caption span {
  margin-left: 16px;
}

#service .works p.caption span:before {
  content: "*";
  margin-right: 4px;
}

#service-members {
  background-color: #F8F8F8;
}

#service-members h1 {
  margin-bottom: 0 !important;
}

#service-members .container {
  display: flex;
  padding-top: 100px !important;
}

#service-members .container > * {
  flex: 1;
}

#service-members ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

#service-members li h3 {
  color: #1A1C3B;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 8px;
}

#service-members li b {
  color: #0068FE;
  font-weight: 300;
  font-size: 16px;
  vertical-align: middle;
}

#service-members li h3 b {
  margin-left: 16px;
}

#service-members li p {
  color: #1A1C3B;
}

#service-members li p b {
  display: inline-block;
  width: 18px;
  font-weight: 500;
}

#track .info {
  text-align: center;
}

#track .info h2 {
  color: #1A1C3B;
  font-weight: 700;
  font-size: 100px;
}

#track .info h2 b {
  color: #0068FE;
  font-weight: 400;
  font-size: 60px;
  margin-left: 8px;
}

#track .info p {
  color: #888;
  font-size: 24px;
  margin-top: 8px;
}

#track .detail {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#track .detail li {
  background-color: #F4F4F4;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

#track .detail li h3 {
  color: #1A1C3B;
  font-weight: 500;
  font-size: 20px;
}

#track .detail li h3 b {
  color: #888;
  font-weight: 500;
  margin-left: 8px;
}

#track .detail li h4 {
  color: #1A1C3B;
  font-size: 32px;
}

#track .detail li h4:after {
  content: '㎡';
  color: #0068FE;
  font-weight: 400;
  font-size: 20px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

#track-records {
  background-color: #F8F8F8;
}

#records-nav {
  text-align: center;
}

#records-nav a {
  display: inline-flex;
  width: 200px;
  height: 60px;
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #1A1C3B;
  font-weight: 500;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  margin-bottom: 60px;
  cursor: pointer;
}

#records-nav a.active {
  background-color: #1A1C3B;
  color: #FFF;  
}

#track-records .caption {
  text-align: right;
  color: #1A1C3B;
}

#track-records .caption:before {
  content: '※';
  color: #FF0015;
  margin-right: 4px;
}

#records-data {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

#records-data li {
  border: 1px solid #DDD;
  background-color: #FFF;
  display: none;
}

#records-data .img {
  width: 100%;
  height: 300px;
  background-size: cover;
}

#records-data .img + div {
  padding: 24px;
}

#records-data .addr h2 {
  color: #1A1C3B;
  font-size: 20px;
  line-height: 28px;
}

#records-data .addr p {
  color: #1A1C3B;
}

#records-data .val {
  border-top: 1px solid #DDD;
  padding-top: 8px;
  margin-top: 16px;
}

#records-data .val div {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  color: #1A1C3B;
}

#records-data .val span {
  font-weight: 300;
}

#records-data .val span img {
  vertical-align: middle;
  margin-right: 8px;
}

#records-data .val p {
  font-weight: 500;
}

#records-data .val p b {
  font-weight: 500;
  color: #0068FE;
}

#records-data.PM .PM,
#records-data.CM .CM {
  display: block;
}

#mob-header {
  width: 100%;
  padding: 16px;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  display: none;
}

#mob-header-btn {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}

#mob-header-btn span {
  width: 24px;
  height: 2px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  transition: all 0.3s;
}

#mob-header-btn span:nth-of-type(2) {
  top: 15px;
}

#mob-header-btn span:nth-of-type(3) {
  top: 24px;
}

#mob-header-btn.opened span {
  top: 15px;
  transform: rotate(45deg);
}

#mob-header-btn.opened span:nth-of-type(3) {
  transform: rotate(-45deg);
}

#value .mob {
  display: none;
  text-align: center;
  margin-top: 24px;
}

#value .mob h1 {
  color: #1A1C3B;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 16px;
}

#value .mob h1 b {
  font-weight: 700;
  margin-bottom: 16px;
}

#value .mob ul li {
  text-align: left;
  display: flex;
  gap: 24px;
  align-items: center;
}

#value .mob ul li .ico {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #1A1C3B;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#value .mob ul li h2 {
  color: #1A1C3B;
  font-size: 20px;
  font-weight: 500; 
}

#value .mob ul li p {
  color: #888;
  font-size: 16px;
}

#value .mob ul li:nth-of-type(n+2) {
  margin-top: 24px;
}

#value .mob > div {
  display: inline-block;
  position: relative;
}

#value .mob .lines {
  display: flex;
  height: calc(100% - 60px);
  left: 18px;
  top: 30px;
  position: absolute;
  z-index: -1;
}

#value .mob .lines span {
  width: 8px;
}

#value .mob .lines span:nth-of-type(1) {
  background-color: #1A1C3B;
}

#value .mob .lines span:nth-of-type(2) {
  background-color: #0068FE;
}

#value .mob .lines span:nth-of-type(3) {
  background-color: #CCC;
}

#main-banner-wr {
  position: relative;
  height: 1080px;
  color: #FFF;
}

#main-banner > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  transition: all 2s;
}

#main-banner > div.active {
  opacity: 1;
}

#main-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#main-banner h1 {
  font-size: 100px;
  font-weight: 100;
}

#main-banner h1 b {
  font-weight: 900;
}

#main-banner h2 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 8px;
}

#main-banner-nav {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

#main-banner-nav h3 {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}

#main-banner-nav h3 b {
  font-weight: 500;
  color: #FFF;
}

#main-banner-nav .bar {
  height: 2px;
  background-color: rgba(255,255,255,0.4);
}

#main-banner-nav .bar span {
  display: block;
  width: 25%;
  height: 100%;
  background-color: #FFF;
  transition: all 1s;
}

@media (min-width: 769px) {
  @media (max-width: 1920px) {

  }

  @media (max-width: 1400px) {
    #records-data .img {
      height: 60vw;
    }
  }
}

@media (max-width: 1400px) {
  #main-banner .container,
  #footer .family,
  .main-sec.track .main-sec-cont div,
  .main-sec.career .main-sec-cont ul li,
  .main-sec.who .main-sec-cont div,
  .main-inline-banner .container,
  .main-sec.track .main-sec-cont div a {
    display: block;
  }

  .main-sec-tit h1 {
    font-size: 32px;
  }

  .main-sec {
     padding: 40px 0;
  }

  p {
    font-size: 14px;
    word-break: break-all;
  }

  p br {
    display: none;
  }

  .main-sec.service .main-sec-cont p {
    padding: 0 12px;
    text-align: left;
  }

  .main-sec-cont,
  .main-sec.service .services {
    margin-top: 20px;
  }

  .main-sec.who .main-sec-cont a {
    padding: 0;
  }

  .main-sec.who .main-sec-cont a:before {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-size: cover;
  }

  .main-sec.who .main-sec-cont div {
    padding: 0 12px;
  }

  .main-sec.who .main-sec-cont a {
    display: block;
    padding: 12px 0;
    border: 0;
    max-width: 400px;
    margin: 12px auto;
  }
  .main-inline-banner-left {
    justify-content: center;
  }

  .main-inline-banner-left h1 {
    font-size: 20px;
  }

  .main-inline-banner-left h1 b {
    display: inline-block;
  }

  .main-inline-banner p {
    text-align: center;
    margin-top: 8px;
  }

  .main-sec-tit h2 {
    padding: 0 12px;
  }

  .main-sec.track .main-sec-cont div a:first-child {
    border-right: 0;
  }

  .main-sec.track .main-sec-cont div a h1 {
    font-size: 24px;
    margin-top: 4px;
  }

  .main-sec.track .main-sec-cont div a p {
    font-size: 16px;
    margin-top: 4px;
  }

  .main-sec.track .main-sec-cont div a {
    padding: 20px 0;
  }

  .main-sec.track .main-sec-cont div a:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
  }

  .main-sec.track .main-sec-cont div a img {
    width: 24px;
    height: 24px;
  }

  .main-sec.career .main-sec-cont ul li {
    padding-left: 0;
  }

  .main-sec.career .main-sec-cont ul li:before,
  .main-sec.career .main-sec-cont ul li:after {
    display: none;
  }

  .main-sec.career .main-sec-cont ul li div {
    text-align: center;
  }

  .main-sec.career .main-sec-cont ul li h1 {
    font-size: 24px;
    color: #1A1C3B;
  }

  .main-sec.career .main-sec-cont ul li h2 {
    font-size: 16px;
    margin-top: 4px;
  }

  .main-sec.career .main-sec-cont ul li p {
    line-height: normal;
    padding: 0 40px;
    margin-top: 12px;
    color: #888;
  }

  .main-sec.career .main-sec-cont ul li:last-child {
    border-bottom: 0;
  }

  .main-sec.career .main-sec-cont {
    padding: 0 24px;
    max-width: 600px;
  }

  #footer {
    text-align: center;
  }

  #footer .family {
    height: auto;
    padding: 16px 0;
  }

  #footer .family a {
    display: inline-block;
    padding: 8px;
  }

  #footer .family a img {
    max-height: 20px;
  }

  #footer .container {
    padding: 24px 0;
  }

  #footer .logo + div {
    display: block;
  }

  #footer p {
    font-size: 14px;
  }

  #footer .logo {
    max-width: 200px;
  }

  #mob-header {
    display: flex;
  }

  #header .blog {
    position: absolute;
    top: auto;
    bottom: 16px;
    right: 16px;
  }

  #header .menu .sub-menu {
    opacity: 1;
  }

  #header,
  #header:hover {
    height: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    padding-top: 40px;
  }

  #header:hover .menu .sub-menu {
    opacity: 1;
  }

  #header .menu {
    display: block;
  }

  #header .logo {
    display: none;
  }

  #header .menu a {
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 8px;
  }

  #header .menu li {
    margin-top: 40px;
  }

  #header .menu .sub-menu {
    padding: 0 80px;
  }

  #header .menu .sub-menu a {
    font-size: 14px;
  }

  #header.mob {
    height: 100vh;
    opacity: 1;
  }

  #title-banner {
    margin-top: 0;
    height: auto;
    padding-top: 88px;
    padding-bottom: 24px;
    background-size: cover;
  }

  #title-banner h1 {
    display: block;
    text-align: center;
    font-size: 24px;
  }

  #content > section > div.container {
    padding: 24px 12px;
  }

  #content > section > div.container > h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  #content > section > div.container > h1 br {
    display: none;
  }

  #history ul {
    position: relative;
    margin-top: 50px;
  }

  #history ul:before {
    top: 0;
    height: 3020px;
  }

  #history li {
    display: block;
    padding-top: 10px;
  }

  #history li .txt {
    width: auto;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
  }

  #history li:before {
    top: -24px;
  }

  #history li:after {
    top: -18px;
  }

  #history li .txt h1 {
    font-size: 20px;
  }

  #history li:nth-of-type(odd) .txt {
    text-align: center;
  }

  #history li .txt p {
    line-height: normal;
    text-align: left;
    font-size: 14px;
  }

  #history li .txt p span:nth-of-type(n+2) {
    margin-top: 8px;
  }

  #history li .img {
    width: auto;
    height: 200px;
    margin-top: 16px;
    border-radius: 8px;
    border: 1px solid #DDD;
  }

  #history li:nth-of-type(n+2) {
    margin-top: 60px;
  }

  #content > section > div.container > h1 span {
    position: static;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    margin-top: 8px;
  }

  #value-family ul li {
    padding: 24px 12px;
    text-align: center;
  }

  #value-family ul li p {
    text-align: left;
  }

  #value-family ul li:nth-of-type(n+2) {
    margin-top: 12px;
  }

  #value-family ul {
    display: block;
  }

  #value-family ul li h2 {
    margin-top: 12px;
  }

  #value-family ul li p {
    margin-top: 12px;
    line-height: normal;
  }

  #content > #ethic > div.container > h1 {
    margin-bottom: 0;
  }

  #ethic-code .container {
    display: block;
  }

  #ethic-code ul {
    min-width: 0;
  }

  #ethic-code h1 {
    font-size: 20px;
  }

  #ethic-code h1 + p {
    margin-top: 12px;
    font-size: 14px;
    line-height: normal;
  }

  #ethic-code .link-btn {
    margin-bottom: 16px;
  }

  #ethic-code li:nth-of-type(n+2) {
    margin-top: 16px;
  }

  #ethic-code li h2 {
    text-indent: 0;
    font-size: 16px;
    border-bottom: 1px solid #1A1C3B;
    padding-bottom: 8px;
  }

  #ethic-code li p {
    font-size: 14px;
    line-height: normal;
  }

  #ethic-code li h2:before {
    display: none;
  }

  #ethic-code ul {
    margin-top: 16px;
  }

  #safety-policy .container {
    padding: 0 !important;
    display: block;
  }

  #safety-policy .container > div {
    padding: 24px 12px;
    height: auto;
    background-size: cover;
  }

  #safety-policy h2 {
    position: static;
    text-align: right;
    margin-top: 12px;
  }

  #safety-policy h1 {
    font-size: 20px;
  }

  #safety-policy p {
    margin-top: 16px;
  }

  #safety-policy .container > div:nth-of-type(1) p {
    line-height: normal;
  }

  #safety-policy .container > div:nth-of-type(1) p span {
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 8px;
  }

  #safety-policy h2 br:nth-of-type(2) {
    display: none;
  }

  #safety-policy h2 b {
    font-size: 16px;
  }

  #safety-policy .container > div:nth-of-type(2) {
    display: block;
  }

  #safety-policy .container > div:nth-of-type(2) p span:nth-of-type(n+2) {
    margin-top: 8px;
  }

  #location .info {
    display: block;
  }

  #location .info li {
    display: block;
  }

  #location .info li div {
    display: inline-block;
  }

  #location .info li h3 {
    display: inline-block;
  }

  #location .info li:nth-of-type(n+2) {
    margin-top: 16px;
  }

  #location .info li > * {
    vertical-align: middle;
  }

  #location .info li p {
    margin-top: 4px;
    line-height: normal;
    font-size: 14px;
  }

  #location .map {
    margin-top: 16px;
  }

  #location .way {
    display: block;
    margin-top: 16px;
  }

  #location .way h2 {
    font-size: 16px;
  }

  #location .way img {
    left: 16px;
    top: 16px;
  }

  #location .way > div {
    padding: 16px;
    padding-left: 88px;
  }

  #location .way > div:nth-of-type(n+2) {
    margin-top: 16px;
  }

  #location .way > div:nth-of-type(2) img {
    top: 8px;
  }

  #location .way p {
    line-height: normal;
  }

  #location .way p span {
    margin-left: 0;
    text-indent: -11px;
    padding-left: 11px;
  }

  #location .way p span:nth-of-type(n+2) {
    margin-top: 4px;
  }

  #location .way p span:before {
    margin-right: 4px;
  }

  #service .cont {
    font-size: 14px;
    line-height: 24px;
  }

  #service .sub {
    line-height: normal;
    margin-top: 24px;
    font-size: 16px;
  }

  #service .works {
    padding: 16px;
  }

  #service .works ul {
    display: block;
  }

  #service .works h2 {
    font-size: 16px;
  }

  #service .works h2 b {
    width: 28px;
  }

  #service .works li:nth-of-type(n+2) {
    margin-top: 16px;
  }

  #service .works p {
    line-height: normal;
  }

  #service-members .container {
    display: block;
    padding-top: 24px !important;
  }

  #service-members ul {
    display: block;
  }

  #service-members li {
    position: relative;
    margin-top: 16px;
    background-color: #FFF;
    padding: 12px;
  }

  #service-members li h3 {
    font-size: 24px;
    text-align: center;
  }

  #service-members li h3 b {
    display: block;
    font-size: 14px;
    margin-left: 0;
    margin-top: 4px;
  }

  #service-members li p {
    line-height: normal;
    text-align: center;
  }

  #track .info h2 {
    font-size: 40px;
  }

  #track .info h2 b {
    font-size: 24px;
  }

  #track .info p {
    font-size: 16px;
  }

  #track .detail {
    gap: 12px;
    margin-top: 16px;
  }

  #track .detail li h4 {
    font-size: 20px;
  }

  #track .detail li {
    align-items: center;
  }

  #track .detail li {
    padding: 12px;
  }

  #track .detail li h3 {
    font-size: 16px;
  }

  #track .detail li h4:after {
    margin-left: 4px;
    font-size: 16px;
  }

  #records-nav a {
    width: 160px;
    height: 40px;
    margin: 0;
  }

  #records-nav + div {
    margin-top: 16px;
  }

  #records-data {
    margin-top: 8px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #records-data .img + div {
    padding: 16px;
  }

  .main-sec.career .main-sec-cont ul li h1 {
    color: #0B0D2D;
    font-weight: 700; 
  }
  
  .main-sec.career .main-sec-cont ul li h2 {
    color: #1A1C3B;
  
  }
  
  .main-sec.career .main-sec-cont ul li h2 b {
    color: #0068FE;
    
  }
  
  .main-sec.career .main-sec-cont ul li p {
    color: #888;
  }

  .main-sec.track .main-sec-cont div a h1 em {
    font-size: 16px;
    margin-left: 4px;
  }

  #content {
    min-height: 0;
  }

  .main-sec.who .main-sec-cont h3,
  .main-sec.who .main-sec-cont p {
    margin-top: 4px;
  }

  #value .container > img {
    width: 100%;
  }

  #main-banner-wr {
    height: 340px;
  }

  #main-banner {
    height: auto;
    text-align: center;
  }

  #main-banner > div {
    padding-top: 100px;
  }

  #main-banner h2,
  .main-sec-tit h2 {
    font-size: 16px;
  }

  #main-banner h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }

  #main-banner-nav {
    bottom: 24px;
  }

  #main-banner-nav .container {
    padding: 0 24px;
  }

  #main-banner-nav h3 {
    font-size: 16px;
  }

  #service .sub .link-btn {
    width: auto;
    height: auto;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  #value .container > img {
    display: none;
  }

  #value .mob {
    display: block;
  }
}

