/* 초기화세팅 */
html,
body {
  width: 100vw;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
button,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #424242;
  font-weight: 400;
  background-color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}

img,
fieldset,
iframe {
  border: 0 none;
  padding: 0;
}

img {
  vertical-align: top;
}

input,
select,
button {
  vertical-align: middle;
}

input {
  padding: 7px;
  margin: 2px;
}

address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #424242;
}

a:hover {
  text-decoration: none;
}

th {
  text-align: center;
}

ul,
li {
  list-style: none;
}

ul.orglist,
ul.orglist li,
li.orglist {
  margin-left: 20px;
  list-style-type: disc;
}

ol.orglist,
ol.orglist li {
  margin-left: 20px;
  list-style-type: numreic;
}

* {
  box-sizing: border-box;
}

/* Main */
#wrap {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}

/* Navbar */

#navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  z-index: 100;
}

.whiteNone {
}

.whiteOver {
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
}

.whiteOver .navbar_menu_item a,
.whiteOver .language_container .active,
.whiteOver .language_container i,
.whiteOver .language_container li.language a {
  color: #424242;
}

.whiteOver .navbar_menu_item a:hover {
  color: #000;
  border-bottom: 3px solid #77c912;
}

.menu {
  width: 100%;
  height: 90px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar_logo,
.navbar_logo_1 {
  width: 260px;
}

.navbar_logo img,
.navbar_logo_1 img {
  width: 190px;
  transition: all 250ms ease-in;
}

.navbar_menu {
  display: flex;
}

.navbar_menu_item {
  padding: 25px 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #231f20;
  font-weight: 400;
  margin: 0px 15px;
  transition: all 250ms ease-in;
  position: relative;
}

.navbar_menu_item a {
  color: #eee;
}

.navbar_menu_item a:hover {
  padding: 30px 0px;
  color: white;
}

.navbar_menu_item:hover .navbar_2th {
  display: block;
}

.navbar_2th {
  width: 100%;
  margin: auto;
  display: block;
}

.navbar_2th_rubber {
  margin: 0 0 0 auto;
  display: flex;
}

.navbar_2th_rubber ul {
  min-width: 200px;
  padding: 0 20px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-top: 0;
  margin: 0 0 0 auto;
}

.navbar_2th_menu {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  color: #424242;
  font-weight: 400;
  margin: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar_2th_menu a:hover {
  color: #97d700;
}

.navbar_container {
  display: flex;
  align-items: center;
}

.kakao_container {
  background: #ffef06;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.kakao_container img {
  width: 20px;
  margin: 0 5px;
}

.kakao_container span {
  font-size: 14px;
  color: #4c2b2b;
  font-weight: 700;
  display: inline-block;
}

.right_menu,
.language_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language_container li {
  position: relative;
  height: 20px;
}

.language_container li a:hover,
.language_container li.active a {
  color: white;
}

.language_container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 15px;
  border-left: 1px solid #231f20;
}

.language_container li:first-child:before {
  border-left: none;
}

.language {
  padding: 0 15px;
  display: inline-block;
}

.language a {
  font-size: 18px;
  color: #bbb;
  font-weight: 500;
  line-height: 20px;
}

.dropdown_menu {
  font-size: 16px;
  color: #a0a0a0;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.language i {
  font-size: 22px;
  color: white;
  font-weight: 400;
  cursor: pointer;
}

.language_container li.language {
  position: relative;
  display: inline-block;
}

.language_container li.language .dropdown_menu {
  display: inline-block;
  cursor: pointer;
  color: white;
}

.language_container li.language .dropdown_cont {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  min-width: 55px;
  top: 22px;
  left: 5px;
  border: 0;
  border-radius: 3px;
  text-align: center;
}

.language_container li.language .dropdown_cont a {
  font-size: 15px;
  color: #b5b5b5;
  display: block;
  line-height: 1.8;
}

.language_container li.language .dropdown_cont a:hover {
  color: #97d700;
}

.language_container li.language:hover .dropdown_cont {
  display: block;
  z-index: 2;
}

.navbar_toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #222;
  padding: 2px 8px;
  border: 1px solid #222;
  border-radius: 0;
  background-color: white;
  display: none;
}

.navbar_toggle:hover {
  color: black;
  border: 1px solid black;
}

/* 메인 이미지 */
#main_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.main_container {
  position: relative;
  width: 300vw;
  height: 940px;
  overflow: hidden;
  transition: all 300ms ease-in;
}

.mainimage_1 {
  width: 100vw;
  height: 940px;
  padding: 30px;
  float: left;
  background: url("/site/korean/images/main_0.jpg") center/cover no-repeat;
}

.mainimage_2 {
  width: 100vw;
  height: 940px;
  padding: 30px;
  float: left;
  background: url("/site/korean/images/main_1.jpg") center/cover no-repeat;
}

.mainimage_3 {
  width: 100vw;
  height: 940px;
  padding: 30px;
  float: left;
  background: url("/site/korean/images/main_2.jpg") center/cover no-repeat;
}

.main_text {
  position: relative;
  top: 45%;
  left: 65%;
  color: white;
  transform: translate(-50%, -50%);
  text-align: left;
}

.main_text h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 30px 0;
}

.main_text h1 span {
  font-size: 48px;
  color: #ff3946;
}

.main_text h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: white;
  text-align: left;
}

.main_text img {
  transition: all 300ms ease-in;
}

/* 롤링버튼 */
.rolling {
  display: inline-block;
  position: relative;
  top: -210px;
  left: 50%;
  margin-left: -64px;
}

.btn {
  width: 40px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
}

.btn:hover,
.btnover {
  background-color: rgba(255, 255, 255, 1);
}

.btn1,
.btn2,
.btn3 {
  width: 40px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.rolling button.active {
  background-color: rgba(255, 255, 255, 1);
}

/* 메인배너 */
#inquiry {
  width: 1280px;
  margin: -180px auto 70px auto;
  display: flex;
  flex-wrap: nowrap;
}

#inquiry .inquiry,
#inquiry .application {
  width: 640px;
}

.inquiry {
  background: #2b3990;
  padding: 40px;
  position: relative;
  cursor: pointer;
}

.inquiry .material-symbols-outlined,
.application .material-symbols-outlined {
  color: white;
  position: absolute;
  font-size: 150px;
  font-weight: 400;
  right: 10%;
  top: 25%;
  transition: all 150ms ease-in;
}

.inquiry h1 {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

.inquiry h2 {
  font-size: 24px;
  font-weight: 400;
  color: #6f80e5;
}

.inquiry p {
  font-size: 15px;
  font-weight: 300;
  color: #d4d9fb;
  margin-bottom: 20px;
  width: 60%;
}

.inquiry_go {
  border: 1px solid white;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 7px 25px;
}

.application {
  background: #97d700;
  padding: 40px;
  position: relative;
  cursor: pointer;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}

.application h1 {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

.application h2 {
  font-size: 24px;
  font-weight: 400;
  color: #eefccc;
}

.application p {
  font-size: 15px;
  font-weight: 300;
  color: #ecfbca;
  margin-bottom: 20px;
  width: 60%;
}

.inquiry_go,
.application_go {
  border: 1px solid white;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 7px 25px;
}

.inquiry:hover .material-symbols-outlined,
.application:hover .material-symbols-outlined {
  font-size: 180px;
  right: 5%;
  top: 20%;
}

.inquiry_go:hover {
  background: #0a1248;
  border: 1px solid #0a1248;
}

.application_go:hover {
  background: #2e6910;
  border: 1px solid #2e6910;
}

/* 비지니스 */
#business {
  width: 1280px;
  margin: auto;
}

#business h1 {
  font-size: 48px;
  font-weight: 500;
  color: #393939;
  line-height: 1.4;
  text-align: center;
}

#business h3 {
  font-size: 16px;
  font-weight: 300;
  color: #8d8d8d;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.business_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.business {
  width: 410px;
  margin: 20px 7px;
  display: flex;
  flex-direction: column;
}

.business_img {
  min-width: 410px;
  min-height: 240px;
  overflow: hidden;
}

.business_img img {
  width: 100%;
  transition: all 150ms ease-in;
}

.business_img:hover img {
  transform: scale(1.1);
  overflow: hidden;
  cursor: pointer;
}

.business h2 {
  font-size: 22px;
  color: #292929;
  line-height: 1.4;
  font-weight: 500;
  margin: 5px 0;
}

.business p {
  font-size: 15px;
  color: #5b5b5b;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}

.btn_view {
  width: 140px;
  height: 35px;
  border: 1px solid #4e4e4e;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: black;
  line-height: 32px;
  transition: all 150ms ease-in;
  cursor: pointer;
}

.btn_view::after {
  content: "";
  background: #4e4e4e;
  width: 30px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.btn_view:hover {
  background: #97d700;
  border: 1px solid #8cb726;
}

.site_link {
  width: 300px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  transition: all 150ms ease-in;
}

/* 우측 퀵메뉴 */
.quick_menu {
  position: fixed;
  top: 300px;
  right: 10px;
  z-index: 9;
}

.quick_menu li {
  width: 185px;
  height: 50px;
  border-radius: 30px;
  margin: 10px 0;
  padding: 7px 0 7px 10px;
  background-color: #f5f5f5;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

/* .quick_menu li::after {
  content: "\f25a";
  font-family: "Font Awesome 6 Free";
  color: #97d700;
  position: absolute;
  top: 17px;
  right: 14px;
  font-size: 18px;
} */

.quick_menu li span {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #414141;
}

.quick_link {
  position: fixed;
  top: 300px;
  right: 10px;
  z-index: 9;
}

.quick_link li {
  width: 180px;
  height: 50px;
  border-radius: 30px;
  margin: 10px 0;
  padding: 10px 0 10px 20px;
  background-color: #f5f5f5;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* 회사소개 */
#company {
  width: 100%;
  height: 630px;
  padding-top: 60px;
  background: url(/site/korean/images/company_bg.jpg) no-repeat center/cover;
  margin-bottom: 70px;
}

.company_container {
  width: 1280px;
  height: 570px;
  margin: auto;
}

.company_container h1 {
  font-size: 55px;
  color: white;
  font-weight: 700;
  text-align: center;
}

.company_container h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: white;
  margin: 15px auto;
}

.company_container h3 {
  font-size: 16px;
  color: white;
  font-weight: 300;
  text-align: center;
  margin-bottom: 52px;
}

.iso {
  width: 630px;
  height: 380px;
  background: url(/site/korean/images/company_iso.jpg) no-repeat center/cover;
  position: relative;
  margin: 0 10px;
  transition: all 300ms ease-in;
}

.iso:hover,
.anti:hover {
  background-size: 105%;
  cursor: pointer;
}

.anti {
  width: 630px;
  height: 380px;
  background: url(/site/korean/images/company_anti.jpg) no-repeat center/cover;
  position: relative;
  margin: 0 10px;
  transition: all 300ms ease-in;
}

.company_text {
  width: 95%;
  min-height: 180px;
  background: rgba(255, 255, 255, 0.9);
  margin: auto;
  padding: 30px 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.company_text h2 {
  font-size: 26px;
  font-weight: 400;
  color: #222222;
}

.company_text h2::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #302f2e;
  display: block;
  margin: 7px 0;
}

.company_text p {
  font-size: 15px;
  font-weight: 300;
  color: #666666;
}

.company {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* 고객센터 */
#board {
  width: 1280px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
  border: 1px solid #dadada;
  position: relative;
  z-index: 10;
}

.board_news {
  width: 540px;
}

.board_line {
  width: 1px;
  height: 250px;
  margin: 0 40px;
  background: #dadada;
}

.board_news h2 {
  font-size: 24px;
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  font-weight: 500;
}

.board_more {
  display: block;
  width: 35px;
  background: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}

.notice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  line-height: 49px;
  flex-grow: 1;
}

.notice p {
  font-size: 15px;
  font-weight: 300;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.notice span {
  width: 10%;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #cacaca;
}

.board_tel {
  width: 540px;
  height: 250px;
  position: relative;
}

.board_tel h2 {
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  margin: 5px 0;
}

.board_tel h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #97d700;
  margin: 10px 0;
}

.board_tel dt {
  font-size: 15px;
  color: #808080;
  font-weight: 500;
  line-height: 1.6;
}

.board_tel dl {
  margin: 10px 0;
}

.board_tel dd {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  line-height: 1.6;
  margin: -24px 0 0 70px;
}

.board_tel li {
  font-size: 15px;
  color: #808080;
  font-weight: 500;
  line-height: 1.6;
}

.board_icon {
  position: absolute;
  right: 30px;
  top: 50px;
  width: 120px;
}

/* 푸터 */
/* 푸터 */
#footer {
  width: 100%;
  background-color: #0e1d3d;
  padding: 40px;
  overflow: hidden;
}

.footer_container {
  width: 1280px;
  margin: 0 auto;
}

.footer_company {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #888f9f;
  padding-bottom: 30px;
  margin: auto;
  margin-bottom: 30px;
}

.footer_map,
.footer_sns {
  display: flex;
  align-items: center;
}

.footer_map li a {
  font-size: 15px;
  color: white;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
}

.footer_sns i {
  font-size: 20px;
  color: white;
  font-weight: 400;
  opacity: 0.7;
  transition: all 200ms ease-in;
}

.footer_sns li a {
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding: 0 5px;
  opacity: 0.7;
  position: relative;
  transition: all 200ms ease-in;
}

.footer_sns i:hover,
.footer_sns li:hover {
  opacity: 1;
}

.footer_map li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: white;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
}

.footer_map li:first-child:after {
  display: none;
}

.footer_map li:first-child {
  padding-left: 0;
}

.footer_logo {
  float: left;
  margin: 10px 100px 0 0;
}

.footer_logo img {
  width: 190px;
}

.footer_addr {
  display: flex;
  flex-direction: column;
}

.footer_info {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #e6e6e6;
  margin-bottom: 10px;
}

.footer_copy {
  font-size: 13px;
  font-weight: 100;
  line-height: 1.5;
  color: #999;
}

/* 서브이미지 */
#sub_wrap {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.sub_main {
  position: relative;
  width: 100%;
  height: 320px;
  background: url("/site/korean/images/submain_business.jpg") no-repeat
    center/cover;
  z-index: 0;
}

.sub_main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub_main_text h1 {
  font-size: 48px;
  font-weight: 400;
  color: white;
}

.sub_main_text h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  margin: 10px auto;
}

/* 현재 위치 */
.location {
  background-color: rgba(00, 00, 00, 0.3);
  width: 100%;
  height: 60px;
  margin-bottom: 50px;
  margin-top: -60px;
  position: relative;
}

.location_wrap {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.location_icon {
  width: 60px;
  text-align: center;
  color: white;
  line-height: 60px;
  font-size: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.location_1st_menu {
  position: relative;
  width: 200px;
  color: white;
  line-height: 60px;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.location_1st_menu li {
  font-size: 16px;
  color: white;
  font-weight: 400;
}

.location_2st_menu {
  position: relative;
  width: 200px;
  color: white;
  line-height: 60px;
  padding: 0 15px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.location_2st_menu li {
  font-size: 16px;
  color: white;
  font-weight: 400;
}

/* 컨텐츠 */
#sub_contents {
  width: 1280px;
  margin: 0 auto 100px;
}

.main_title h1 {
  font-size: 40px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin-bottom: 50px;
}

.main_title h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #2b3990;
  margin: 10px auto;
}

/* 탭메뉴 */
.tab_1th {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab_1th li {
  margin: 15px 5px;
  position: relative;
}

.tab_1th li a:hover::after,
.tab_1th li a.on::after {
  content: "";
  border-width: 7px;
  border-style: solid;
  border-color: #2b3990 transparent transparent transparent;
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -7px;
}

.tab_1th li a {
  font-size: 18px;
  font-weight: 400;
  color: #848484;
  padding: 7px 30px;
}

.tab_1th li a:hover,
.tab_1th li a.on {
  background: #2b3990;
  color: white;
}

.tab_2th {
  border: 2px solid #2b3990;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tab_2th li a {
  font-size: 18px;
  font-weight: 500;
  color: #4f4f4f;
  position: relative;
  margin: 5px 20px;
  display: inline-block;
}

.tab_2th li a:hover,
.tab_2th li a.on {
  color: #97d700;
}

.tab_2th li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4f4f4f;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -10px;
}

.tab_3th li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 30px 0;
}

.tab_3th li:first-child {
  padding-top: 0;
}

.tab_description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.description_img {
  text-align: right;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}

.description_img img {
  width: 400px;
  transition: all 200ms ease-in;
}

.description_img:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.description_spec h1 {
  font-size: 36px;
  font-weight: 500;
  color: #353535;
  margin: 5px 0;
}

.description_spec p {
  font-size: 16px;
  /* font-weight: 300; */
  color: #424242;
  margin-bottom: 20px;
}

.description_spec dt {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  position: relative;
  margin-left: 20px;
}

.description_spec dt::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4f4f4f;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -15px;
}

.description_spec dd {
  font-size: 16px;
  /* font-weight: 300; */
  color: #6d6d6d;
  line-height: 30px;
  margin: -30px 0 0 150px;
}

.health_container h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: auto;
}

.health_img {
  width: 1100px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 50px auto;
}

.health_img img {
  width: 100%;
}

/* 회사소개 */
.greet_container h1 {
  font-size: 36px;
  color: #2b3990;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 30px;
}

.greet_container p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.greet_img img {
  width: 100%;
  margin: 20px 0 50px;
}

.greet_point {
  border-left: 3px solid #666;
  padding-left: 20px;
  width: 92%;
  margin: auto;
  text-align: justify;
}

.greet_container h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}

.greet_container h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 32px;
  color: #222;
  font-weight: 500;
  text-align: right;
}

.contents h1 {
  font-size: 48px;
  font-weight: 500;
  color: #222222;
  line-height: 1.2;
}

.contents h2 {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 30px;
}

.contents h3 {
  font-size: 28px;
  font-weight: 500;
  color: #222222;
  line-height: 1.2;
}

.company_img img {
  width: 100%;
}

.contents h4 {
  font-family: "Noto Serif KR", serif;
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  line-height: 1.2;
}

/* 조직도 */
.org_container {
  text-align: center;
}

/* 헬싱키 선언문 */
.helsinki_container {
  border: 1px solid #ccc;
  padding: 30px;
}

.helsinki_logo img {
  width: 200px;
}

.helsinki_container h1 {
  font-size: 36px;
  font-weight: 400;
  color: #2168a5;
  line-height: 1.2;
  margin: 50px 0;
  border-bottom: 2px solid #fac76b;
  text-align: center;
  padding-bottom: 20px;
}

.helsinki_top {
  font-size: 18px;
  font-weight: 400;
  color: #2168a5;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

.helsinki_contents h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2168a5;
  line-height: 1.6;
  margin: 10px 0;
}

.helsinki_contents ol li {
  list-style: decimal;
  font-size: 16px;
  font-weight: 300;
  color: #2168a5;
  line-height: 1.4;
  margin: 10px 0 10px 25px;
}

.helsinki_contents ol li:last-child {
  margin-bottom: 50px;
}

.helsinki_contents ol li::before {
  content: "";
}

.helsinki_contents p {
  font-size: 16px;
  font-weight: 300;
  color: #2168a5;
  line-height: 1.4;
  margin: 10px 0;
}

.top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.helsinki_download button {
  border: 1px solid #ccc;
  background: #f4f4f4;
  padding: 5px 15px;
  margin: 5px;
  width: 170px;
  height: 35px;
  border-radius: 5px;
  font-size: 15px;
  color: #222;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans KR", sans-serif;
  transition: all 250ms ease-in;
}

.helsinki_download button:hover {
  border: 1px solid #ff4b00;
  background: #ffffff;
  color: #ff4b00;
}

.helsinki_download button i {
  font-size: 20px;
  color: #ff4b00;
}

/* 오시는길 */
.map_container {
  width: 100%;
  border: 1px solid #c2c2c2;
  padding: 50px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.map_addr {
  /* border: 1px solid #999; */
  font-size: 15px;
  line-height: 24px;
  padding: 15px;
  background: #f4f4f4;
}

.naver_map {
  background: #ccc;
  padding: 10px 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.map_addr dt {
  font-weight: 500;
}

.map_addr dd {
  margin: -24px 0 0 80px;
}

/* 시험절차 */
.test_process {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.test_process li:nth-child(4),
.test_process li:nth-child(12) {
  margin-top: 35px;
}

/* .test_process li:nth-child(3) .num,
.test_process li:nth-child(7) .num {
  background: #f0a6a6;
} */
.process {
  width: 230px;
  height: 300px;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  padding: 50px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin: 50px 0;
}

.process_1 {
  width: 230px;
  height: 300px;
  border: 2px dotted #f0a6a6;
  border-radius: 15px;
  padding: 50px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin: 50px 0;
}

.num {
  width: 50px;
  height: 50px;
  background: #919ad3;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: white;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}

.num_1 {
  width: 50px;
  height: 50px;
  background: #f0a6a6;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: white;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}

.process_icon img {
  margin: 10px;
  height: 60px;
}

.process_icon img {
  transition: all 150ms ease-in;
}

.process:hover img,
.process_1:hover img,
.exam_process:hover img {
  transform: scale(1.1);
}

.process h3,
.process_1 h3,
.exam_process h3 {
  font-size: 22px;
  font-weight: 500;
  color: #363636;
  line-height: 1.2;
  margin-bottom: 10px;
}

.process p,
.process_1 p,
.exam_process p {
  font-size: 15px;
  /* font-weight: 300; */
  color: #424242;
  line-height: 1.6;
}

.arrow {
  position: relative;
}

.process_arrow {
  margin: 0 35px;
}

.process_bottom {
  display: none;
}

.arrow_text {
  width: 80px;
  height: 25px;
  background: #0085f7;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  line-height: 25px;
  text-align: center;
  margin: 5px auto;
}

.exam_process {
  width: 230px;
  height: 320px;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  padding: 50px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin: 50px 0;
}

.test_process li:last-child .exam_process {
  margin-right: 90px;
}

.remark {
  font-size: 14px;
  color: #ef1919;
  text-align: center;
  line-height: 1.2;
  /* margin-top: 30px; */
}

.w150 {
  width: 150px;
}

.w130 {
  width: 130px;
}

.w100 {
  width: 100%;
}

/* 참여신청 */
.exam_notice {
  border: 2px solid #2b3990;
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.exam_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.exam_container li {
  border: 1px solid #2b3990;
  padding: 30px;
  width: 400px;
  height: 270px;
  position: relative;
}

.exam_container li.stop {
  border: 2px solid #d7d7d7;
  opacity: 0.5;
}

.recruit {
  width: 55px;
  height: 20px;
  background: #deeafe;
  text-align: center;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #2b3990;
  position: absolute;
  top: 30px;
  right: 30px;
}

.recruit .fas fa-mouse-pointer {
  font-size: 12px;
  font-weight: 500;
  color: #2b3990;
}

.finish {
  width: 50px;
  height: 20px;
  background: #fddddd;
  text-align: center;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #e02424;
  position: absolute;
  top: 30px;
  right: 30px;
}

.exam_container li h2 {
  font-size: 18px;
  font-weight: 500;
  color: #97d700;
  line-height: 1.2;
}

.exam_container li h1 {
  font-size: 25px;
  font-weight: 600;
  color: #2b3990;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.exam_list {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0px;
  position: relative;
}

.exam_basic {
  font-size: 15px;
  font-weight: 400;
  color: #424242;
}

.exam_list dd {
  margin: -22px 0 0 105px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.exam_excep {
  font-size: 15px;
  font-weight: 400;
  color: #f35a5a;
  height: 24px;
}

.exam_excep1 {
  color: #f35a5a;
}

.exam_container li p {
  font-size: 15px;
  font-weight: 500;
  color: #424242;
  margin-top: 10px;
}

/* 채용안내 */
.recruit-container {
  margin: auto;
}

.recruit-img img {
  width: 100%;
  vertical-align: middle;
}

.recruit-company {
  text-align: center;
  padding: 50px;
}

.recruit-company h1 {
  margin: 20px 0;
  font-size: 36px;
  font-weight: 700;
}

.recruit-text {
  margin-bottom: 50px;
}

.recruit-text h2 {
  margin: 10px 0;
}

/* 1280픽셀 이하 */
@media screen and (max-width: 1280px) {
  .navbar_menu_item,
  .navbar_2th {
    display: none;
  }

  .menu {
    width: 100%;
  }

  #inquiry {
    width: 100%;
  }

  .sub_container {
    top: 60px;
  }

  .navbar_logo {
    float: left;
  }

  .navbar_logo img {
    transform: scale(0.8);
    float: left;
    margin-left: 0;
  }

  .menu {
    width: 100%;
    height: 60px;
    margin: 0;
  }

  #navbar {
    height: auto;
  }

  #main_img {
    margin: 0 0 0 0;
  }

  #business {
    width: 100%;
  }

  .business {
    width: 100%;
    flex: 1;
  }

  .business_img {
    min-width: 310px;
    min-height: 122px;
  }

  .company_container {
    width: 100%;
    height: auto;
  }

  #board {
    width: 100%;
    padding: 30px;
    margin: 50px auto;
  }

  #footer {
    padding: 20px;
  }

  .footer_container,
  .footer_company {
    width: 100%;
  }

  .sub_main {
    margin-top: 0px;
  }

  #sub_contents {
    width: 100%;
    padding: 10px;
  }

  .org_container img {
    width: 100%;
  }

  .health_img {
    width: 100%;
    margin: 20px auto;
  }

  .w150,
  .w130 {
    width: calc(33.33% - 10px);
    max-width: none;
  }

  .navbar_container {
    display: none;
  }

  .navbar_toggle {
    display: block;
  }

  .exam_container li {
    width: auto;
    height: auto;
  }
}

/* 1140픽셀 이하 */
@media screen and (max-width: 1140px) {
}

/* 1039픽셀 이하 */
@media screen and (max-width: 1039px) {
  .test_process li:last-child .exam_process {
    margin-right: 0px;
  }
}

/* 1040픽셀 이하 */
@media screen and (max-width: 1040px) {
  .map_container {
    padding: 20px;
  }

  .map {
    width: 100%;
  }
}

/* 1000픽셀 이하 */
@media screen and (max-width: 1000px) {
  .main_text {
    top: 50%;
    left: 50%;
  }

  #main_img,
  .main_container,
  .mainimage_1,
  .mainimage_2,
  .mainimage_3 {
    height: 500px;
    transition: 300ms;
  }

  .main_text h1 {
    font-size: 40px;
    text-align: center;
  }

  .main_text h1 span {
    font-size: 40px;
  }

  .main_text h2 {
    font-size: 18px;
    text-align: center;
  }

  .main_text h2 br {
    display: none;
  }

  .rolling {
    top: -50px;
  }

  #inquiry {
    width: 100%;
    margin: 0px auto 50px auto;
    display: flex;
  }

  #business {
    width: 100%;
    padding: 10px;
  }

  #business h1 {
    font-size: 40px;
    transition: all 300ms ease-in;
  }

  #business h3 {
    font-size: 15px;
    transition: all 300ms ease-in;
    margin-bottom: 30px;
  }

  #company {
    height: auto;
  }

  .company {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .iso,
  .anti {
    width: 95%;
    height: 400px;
    margin: auto;
    margin-bottom: 20px;
  }

  .company_text {
    width: 100%;
  }

  #board {
    flex-direction: column;
  }

  .board_line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: #dadada;
  }

  .main_contents {
    padding: 0;
  }

  .notice {
    width: 100%;
  }

  .board_news,
  .board_tel {
    width: 100%;
    height: auto;
  }

  .site_link {
    width: 180px;
    height: 50px;
    border-radius: 50px;
    top: 120px;
    right: 20px;
  }

  .site_logo {
    margin-bottom: 0px;
    text-align: center;
  }

  .site_logo img {
    width: 80%;
  }

  .site_title {
    display: none;
  }

  #right_quick {
    top: 180px;
  }
}

/* 990픽셀 이하 */
@media screen and (max-width: 990px) {
  .quick_menu li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .quick_menu li span {
    display: none;
  }
}

/* 949픽셀 이하 */
@media screen and (max-width: 949px) {
  .test_process li:last-child .exam_process {
    margin-right: 90px;
  }
}

/* 851픽셀 이하 */
@media screen and (max-width: 851px) {
  .exam_container {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}

/* 768픽셀 이하 */
@media screen and (max-width: 768px) {
  .navbar_toggle {
    display: block;
  }

  #main_img,
  .main_container,
  .mainimage_1,
  .mainimage_2,
  .mainimage_3 {
    height: 400px;
    transition: 300ms;
  }

  .main_text h2 {
    display: none;
  }

  #inquiry {
    flex-wrap: wrap;
  }

  #inquiry .inquiry,
  #inquiry .application {
    width: 100%;
  }

  .inquiry,
  .application {
    padding: 20px;
  }

  .inquiry h1,
  .application h1 {
    font-size: 24px;
    font-weight: 400;
  }

  .inquiry h2,
  .application h2 {
    font-size: 18px;
  }

  .inquiry p,
  .application p {
    font-size: 14px;
    margin-bottom: 10px;
    width: 70%;
  }

  .inquiry_go,
  .application_go {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
  }

  .inquiry .material-symbols-outlined,
  .application .material-symbols-outlined {
    font-size: 120px;
    font-weight: 400;
    right: 2%;
    top: 20%;
    transition: all 150ms ease-in;
  }

  .inquiry:hover .material-symbols-outlined,
  .application:hover .material-symbols-outlined {
    font-size: 130px;
    right: 5%;
    top: 15%;
  }

  #business h1 {
    font-size: 36px;
    font-weight: 500;
  }

  #business h3 {
    font-size: 14px;
  }

  .business {
    margin: 20px 5px;
  }

  #company {
    padding: 30px 5px 5px 5px;
    margin-bottom: 50px;
  }

  .company_container h1 {
    font-size: 36px;
    font-weight: 500;
  }

  .company_container h1::after {
    width: 60px;
    height: 3px;
    margin: 10px auto;
  }

  .company_container h3 {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .company_text {
    min-height: 100px;
  }

  .company_text h2 {
    font-size: 22px;
  }

  .company_text h2::after {
    content: "";
    width: 50px;
    height: 2px;
    margin: 5px 0;
  }

  .company_text p {
    font-size: 14px;
  }

  .iso:hover,
  .anti:hover {
    background-size: cover;
  }

  .notice {
    line-height: 39px;
  }

  .board_tel li {
    font-size: 14px;
  }

  .board_icon {
    right: 50px;
    top: 50px;
    width: 100px;
    transition: all 300ms ease-in;
  }

  .board_tel h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 5px 0;
  }

  .footer_logo {
    display: none;
  }

  .footer_addr {
    text-align: center;
  }

  #sub_img,
  .sub_container {
    height: 320px;
    transition: 300ms;
  }

  .main_title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .sub_text h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: white;
  }

  .sub_text h1::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: white;
    margin: 10px auto;
  }

  .sub_contents {
    margin-bottom: 20px;
  }

  /* 현재위치 */
  .location {
    height: 40px;
    margin-top: -40px;
    margin-bottom: 30px;
  }

  .location_icon,
  .location_1st_menu,
  .location_2st_menu {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .location_wrap {
    width: 100%;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 30px;
  }

  .location_1st_menu {
    width: 140px;
  }

  .location_2st_menu {
    width: 200px;
  }

  .location_1st_menu li,
  .location_2st_menu li {
    font-size: 15px;
  }

  .table_box {
    width: 100%;
    overflow-x: auto;
  }

  .table_box table {
    width: 700px;
  }

  /* 서브이미지 */
  #sub_wrap,
  .sub_main {
    height: 250px;
    transition: 300ms;
  }

  .sub_main h1 {
    font-size: 30px;
    font-weight: 400;
    color: white;
    transition: 300ms;
  }

  .sub_main_text h1::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 15px auto;
    transition: 300ms;
  }

  .tab_1th {
    margin-bottom: 10px;
  }

  .tab_1th li a {
    font-size: 16px;
    padding: 5px 20px;
  }

  .tab_1th li a:hover::after,
  .tab_1th li a.on::after {
    bottom: -19px;
    margin-left: -6px;
  }

  .tab_description {
    flex-direction: column;
  }

  .tab_2th {
    padding: 10px;
    margin-bottom: 10px;
  }

  .tab_2th li a {
    font-size: 16px;
  }

  .description_spec {
    width: 100%;
    margin-bottom: 20px;
  }

  .description_img {
    width: 100%;
    height: 100%;
    border-radius: 0%;
  }

  .description_img img {
    width: 100%;
    height: 100%;
  }

  .description_spec h1 {
    font-size: 26px;
  }

  .health_container h2 {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
  }

  /* 시험절차 */
  .test_process {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .test_process li {
    width: 100%;
  }

  .process,
  .process_1,
  .exam_process {
    width: 100%;
    height: 270px;
  }

  .process_arrow {
    display: none;
  }

  .process_bottom {
    display: block;
    text-align: center;
  }

  .test_process li:nth-child(4),
  .test_process li:nth-child(12) {
    margin-top: 0;
  }

  /* .remark {
    margin-top: 60px;
  } */

  /* 회사소개 */
  .greet_container h1 {
    font-size: 30px;
    color: #2b3990;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 30px;
  }

  .greet_container p {
    margin-bottom: 20px;
    text-align: center;
  }

  .greet_img img {
    margin: 20px 0 30px;
  }

  .greet_container h3 {
    font-size: 22px;
    text-align: center;
  }

  .greet_container h2 {
    font-size: 26px;
    text-align: center;
  }

  p.greet_point {
    text-align: left;
  }

  .contents h1 {
    font-size: 34px;
    font-weight: 400;
  }

  .contents h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .contents h3 {
    font-size: 18px;
    font-weight: 400;
  }

  .contents h4 {
    font-size: 24px;
    font-weight: 300;
  }

  .w480 {
    width: 100%;
  }

  .helsinki_container {
    padding: 15px;
  }

  .helsinki_logo img {
    width: 150px;
  }

  .helsinki_container h1 {
    font-size: 26px;
    margin: 30px 0;
    padding-bottom: 20px;
  }

  .helsinki_top {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .helsinki_contents h2 {
    font-size: 18px;
    font-weight: 500;
  }

  .helsinki_download button {
    width: 135px;
    font-size: 13px;
    padding: 3px 10px;
    margin: 3px;
  }

  .helsinki_download button i {
    font-size: 16px;
  }

  .footer_company {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer_map,
  .footer_sns {
    margin: 5px auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_map li a {
    font-size: 14px;
    padding: 0 10px;
  }

  .footer_logo {
    display: none;
  }

  .footer_addr {
    text-align: center;
  }

  .naver_map img {
    width: 25px;
  }

  .naver_map {
    padding: 5px 10px;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }
}

/* 500픽셀 이하 */
@media screen and (max-width: 500px) {
  .main_text h1 {
    font-size: 32px;
  }

  .icon {
    margin: 0 5px;
  }

  .board_icon {
    right: 10px;
    top: 50px;
    width: 100px;
  }
}

/* 프린트 */
@media print {
  #sub_contents {
    width: 100%;
  }

  #navbar,
  #sub_wrap,
  #footer {
    display: none;
  }

  .table_type1 th.page_break {
    page-break-after: always;
  }

  * {
    print-color-adjust: exact;
  }
}

@page {
  margin: auto;
}
