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

:root {
  --swiper-navigation-color: #424242;
  --swiper-pagination-color: #97d700;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
button,
p {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif, serif;
  font-size: 16px;
  color: #424242;
  font-weight: 300;
}

body {
  background-color: #fff;
  overflow-y: auto;
  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;
}

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%;
  z-index: 0;
  overflow: hidden;
}

/* 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: #424242;
  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: 220px;
}

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

.navbar_menu {
  display: flex;
}

.navbar_menu_item {
  padding: 10px 4px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  color: #231f20;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px 5px;
  transition: all 250ms ease-in;
  position: relative;
}

.navbar_menu_item a {
  color: #231f20;
}

.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 {
  font-size: 18px;
  color: #010101;
  font-weight: 500;
  line-height: 20px;
  padding: 0 15px;
  display: inline-block;
}

.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: 1390px;
  overflow: hidden;
  transition: all 300ms ease-in;
}

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

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

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


.main_text {
  position: relative;
  top: 45%;
  left: 60%;
  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;
  opacity: 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;
  opacity: 0;
}

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

.swiper-slide.swiper-slide-active .main_text h1 {
  animation: text 1s .2s both;
}

.swiper-slide.swiper-slide-active .main_text h2 {
  animation: text 1s .5s both;
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site_link {
  width: 420px;
  height: 120px;
  padding: 0 40px;
  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: 180px;
  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, .2);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.quick_menu li span {
  margin-left: 6px;
  font-size: 18px;
  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, .2);
  cursor: pointer;
}

/* 클라이언트 */
#client {
  width: 100%;
  height: 500px;
  background-color: #0b1430;
  text-align: center;
  position: relative;
  display: none;
}

.vod_container {
  width: 1110px;
  height: 100%;
  margin: auto;
}

.vod {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transition: all 200ms ease-in;
  z-index: 2;
}

.vod iframe {
  position: absolute;
  top: -320px;
  left: 0;
  width: 100%;
  height: 100%;
}

.vod_text {
  margin-top: -320px;
}

.vod_text ul {
  display: flex;
  font-size: 0px;
  margin-top: 30px;
}

.vod_text ul li {
  flex: 1;
  font-family: 'Noto Serif KR', serif;
  font-size: 46px;
  color: white;
  font-weight: 500;
  text-align: center;
}

.vod_text ul li span {
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* 시험문의 */
#application {
  background: #b9dab5;
  width: 100%;
  height: 400px;
  text-align: center;
  margin-bottom: 70px;
}

.app_container {
  width: 1280px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.app {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.app_title {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: white;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.app_title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #0c205d;
}

.app_title h2 {
  font-size: 30px;
  font-family: 'Noto Serif KR', serif;
  font-weight: bold;
  color: #0c205d;
  letter-spacing: -1.0px;
  margin: 5px 0 10px 0;
}

.app_go {
  width: 110px;
  height: 35px;
  border: 1px solid #57658f;
  border-radius: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 7px;
  transition: all 200ms ease-in;
}

.app_go:hover {
  background-color: #97d700;
  color: white;
  border: 1px solid #97d700;
  cursor: pointer;
}

.app_text {
  width: 500px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  margin-left: -100px;
  z-index: 9;
  padding: 30px 120px 30px 120px;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #231f20;
  position: relative;
}

.icon_inquiry {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
}

.icon_inquiry img {
  width: 80%;
}


/* 메인배너 */
#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-family: 'Noto Serif KR', serif;
  font-weight: 700;
  color: #0e1d3d;
  line-height: 1.4;
  text-align: left;
  letter-spacing: -1.0px;
  padding-left: 30px;
}

#business h3 {
  font-size: 16px;
  font-weight: 500;
  color: #0e1d3d;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 30px;
}

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

.business {
  width: 365px;
  margin: 30px;
  display: flex;
  flex-direction: column;
}

.business_img {
  min-width: 365px;
  height: 400px;
  border-radius: 20px;
  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: #0e1d3d;
  line-height: 1.4;
  font-weight: 700;
  margin: 10px 0;
}

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

.btn_view {
  width: 110px;
  height: 35px;
  border: 1px solid #4e4e4e;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: black;
  line-height: 32px;
  transition: all 150ms ease-in;
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
  cursor: pointer;
}

.btn_view:hover {
  background: #97d700;
  color: white;
  border: 1px solid #97d700;
}


/* 회사소개 */
#company {
  width: 100%;
  background: url(/site/korean/new/images/bg_company.jpg) no-repeat center/cover;
}

.company_container {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.company_container h1 {
  font-size: 55px;
  font-family: 'Noto Serif KR', serif;
  color: white;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}

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

/* 그룸 */
#group {
  width: 100%;
  padding: 80px 0;
  background-color: #f6f6f6;
}

.company {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: auto;
}

.group_container {
  width: 620px;
  height: 100%;
}

.iso {
  width: 620px;
  height: 380px;
  padding: 50px;
  background: url(/site/korean/new/images/company_iso.jpg) no-repeat center/cover;
  transition: all 300ms ease-in;
  margin-bottom: 20px;
}

.iso h2 span,
.anti h2 span {
  display: block;
}

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

.anti {
  width: 620px;
  height: 380px;
  padding: 50px;
  background: url(/site/korean/new/images/company_anti.jpg) no-repeat center/cover;
  transition: all 300ms ease-in;
  margin-bottom: 20px;
}

.company_view {
  width: 130px;
  height: 40px;
  background: white;
  border: 1px solid #4e4e4e;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: black;
  transition: all 150ms ease-in;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}

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

.company_description {
  font-size: 18px;
  font-weight: 500;
  color: #0e1d3d;
}

.company h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  margin-bottom: 30px;
}





/* 고객센터 */
#board {
  width: 1280px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px;
  position: relative;
  margin: 70px auto;
  z-index: 2;
}

.board_news {
  width: 490px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notice_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.notice_title h2 {
  font-size: 38px;
  color: #0e1d3d;
  font-family: 'Noto Serif KR', serif;
  font-weight: bold;
  letter-spacing: -1.0px;
}

.notice_title h3 {
  font-size: 20px;
  color: #0e1d3d;
  font-weight: 500;
}

.notice_view {
  width: 100px;
  height: 35px;
  background: white;
  border: 1px solid #4e4e4e;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: black;
  transition: all 150ms ease-in;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 7px;
  cursor: pointer;
}

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

.notice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
}

.notice p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background: #0e1d3d;
  position: absolute;
  top: 13px;
  left: 0px;
}

.notice p {
  font-size: 15px;
  font-weight: 500;
  color: #0e1d3d;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding-left: 10px;
  width: 70%;
}

.notice span {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #0e1d3d;
}

.board_line {
  width: 1px;
  height: auto;
  margin: 0 19px;
  background: white;
}

.board_press {
  width: 750px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.press {
  width: 230px;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.press_img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

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

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

.press_text h3 {
  font-size: 15px;
  font-weight: 500;
  color: #0e1d3d;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
}

.press_tag_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.press_tag {
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #0e1d3d;
  border: 1px solid #9c9c9c;
  background-color: white;
  border-radius: 5px;
  padding: 3px 5px;
  margin: 1px;
  cursor: pointer;
}

.press_tag:hover {
  background-color: #f0f0f0;
}

.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;
}

#customer {
  width: 1280px;
  background: url(/site/korean/new/images/customer_bg.gif) no-repeat center/cover;
  margin: auto;
  margin-bottom: 70px;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

#customer h4 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}

#customer h1 {
  font-size: 36px;
  font-weight: 400;
  color: white;
  letter-spacing: -1.0px;
}

#customer h2 {
  font-size: 32px;
  font-weight: 500;
  color: white;
  letter-spacing: -1.0px;
  margin-bottom: 20px;
}

#customer h3 {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

#customer h3 span {
  font-weight: 500;
}

/* 푸터 */
#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: .7;
  transition: all 200ms ease-in;
}

.footer_sns li a {
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding: 0 5px;
  opacity: .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;
}



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


  #inquiry {
    width: 100%;
  }

  .sub_container {
    top: 60px;
  }

  #main_img {
    margin: 0 0 0 0;
  }

  #application {
    height: 100%;
  }

  .app_container {
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
  }

  .app_title h3 {
    font-size: 16px;
    font-weight: 400;
  }

  .app_title h2 {
    font-size: 26px;
    letter-spacing: -0.5px;
    margin: 3px 0 7px 0;
  }

  .app_go {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
  }

  .app_title {
    width: 160px;
    height: 160px;
    border-radius: 100%;
  }

  .app_text {
    width: 100%;
    height: 160px;
    margin-left: -160px;
    padding: 30px 130px 30px 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

  #business {
    width: 100%;
  }

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

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

  #group {
    padding: 30px 0;
  }

  .company_container {
    width: 100%;
    height: 250px;
  }

  .company {
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
  }

  .group_container {
    width: 100%;
    padding: 20px;
  }

  .iso,
  .anti {
    width: 100%;
    height: auto;
  }

  #board {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 20px;
    margin: 10px;
    margin: 50px auto;
  }

  .board_news {
    min-height: auto;
  }

  #customer {
    width: 100%;
    border-radius: 0;
  }

  #footer {
    padding: 20px;
  }

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

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

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

  .site_title {
    display: none;
  }

  #right_quick {
    top: 180px;
  }
}


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

  .navbar_menu_item,
  .navbar_2th {
    display: none;
  }


  .menu {
    width: 100%;
  }

  .navbar_logo img {
    transform: scale(0.8);
    translate: -30px;
  }

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

  #navbar {
    height: auto;
  }

  .navbar_container {
    display: none;
  }

  .navbar_toggle {
    display: block;
  }

  #client {
    height: 100%;
  }

  .vod_container {
    width: 100%;
    padding-bottom: 50px;
  }

  .vod {
    height: 100%;
  }

  .vod iframe {
    top: 0px;
  }

  .vod_text {
    margin-top: 0px;
  }

  .vod_text ul {
    margin-top: 20px;
  }

  #board {
    flex-direction: column;
  }

  .notice_top {
    margin-bottom: 20px;
  }

  .board_news,
  .board_press {
    width: 100%;
  }

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

  .press {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
  }
}



/* 1000픽셀 이하 */
@media screen and (max-width: 1000px) {
  .main_text {
    top: 45%;
    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;
  }

  .main_contents {
    padding: 0;
  }

  .notice {
    width: 100%;
  }

}
/* 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;
  }
}

/* 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;
  }

  .vod_text ul li {
    font-size: 26px;
  }

  .vod_text ul li span {
    font-size: 15px;
    line-height: 1.2;
  }

  #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_container h1 {
    font-size: 36px;
    font-weight: 500;
  }

  .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;
  }

  .company h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 10px;
  }

  .company_description {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }

  .company_view {
    width: 110px;
    height: 30px;
    border-radius: 30px;
    font-size: 13px;
    margin: auto;
  }

  .notice_view {
    width: 100px;
    height: 30px;
    border-radius: 30px;
  }

  .notice_title h2 {
    font-size: 30px;
  }

  .notice_title h3 {
    font-size: 16px;
  }

  .board_press {
    flex-wrap: wrap;
  }

  .press {
    margin: 15px 5px;
  }

  .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;
  }

  #customer h4 {
    font-size: 17px;
  }

  #customer h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  #customer h2 {
    font-size: 26px;
  }

  #customer h3 {
    font-size: 15px;
  }

  .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 {
    font-size: 14px;
    padding: 0 10px;
  }

  .footer_logo {
    display: none;
  }

  .footer_addr {
    text-align: center;
  }

}

/* 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;
  }

  .icon_inquiry {
    display: none;
  }

  .app_text {
    padding: 10px 10px 10px 180px;
  }
}