﻿@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300&display=swap");

*,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #666;
}

.blind,
caption {
	overflow: hidden; 
	position: absolute; 
	width: 0; 
	height: 0; 
	line-height: 0; 
	text-indent: -9999px;
}

/* header */
header .topMenu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 20px 0 40px 0;
}

header .topMenu .logo > a {
  display: block;
  width: 380px;
  height: 32px;
  background: url("/image/main/mate_main_logo.png") no-repeat;
  background-size: contain;
  color: transparent;
}

/* 검색창 */
header .search-bar {
  position: relative;
  line-height: 40px;
  width: 269px;
}

header .search-bar {
  position: relative;
}

header .search-bar button {
  position: absolute;
  top: 7px;
  right: 0;
  border: none;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("/image/main/Search.png") no-repeat;
}

header .search-bar input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #666;
  padding: 5px;
  border-bottom: 1px solid #333;
}

/* 원격지원&학습메뉴얼 */
header .topMenu .support {
  line-height: 40px;
}

header .topMenu .support ul {
  display: flex;
}

header .topMenu .support ul li {
  position: relative;
}

header .topMenu .support ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.2px;
}

header .topMenu .support ul li a:hover {
  text-decoration: underline;
}

header .topMenu .support ul li:nth-child(1) {
  margin-right: 45px;
}

header .topMenu .support ul li:nth-child(2) {
  margin-right: 35px;
}

header .topMenu .support ul li:nth-child(1) a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("/image/main/user.png") no-repeat;
}

header .topMenu .support ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("/image/main/airplay.png") no-repeat;
}

header .topMenu .support ul li:nth-child(3) a::before {
  position: absolute;
  content: "";
  left: -23px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("/image/main/file_blank.png") no-repeat;
}

header .header--line,
.nav--line {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

/* nav */
nav .nav--inner {
  width: 1200px;
  margin: 0 auto;
}

nav .sub-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sub-main li {
  display: block;
  position: relative;
}

.sub-main li .main-menu {
  display: block;
  font-size: 17px;
  color: #000;
  letter-spacing: -0.2px;
  line-height: 1.8;
}

.menu_category {
  position: absolute;
  padding-top: 10px;
  left: 0;
  top: 100%;
  width: 115px;
  background: #fff;
  z-index: 3000;
  display: none;
}

.menu_category .category {
  width: 100%;
  padding: 10px 10px 10px 0;
}

.menu_category .category a {
  font-size: 14px;
  color: #666;
  width: 100%;
}

.menu_category .category a:hover {
  color: #ed1c24;
  text-decoration: underline;
}

.sub-w {
  position: absolute;
  left: 0;
  top: 137px;
  width: 100%;
  height: 270px;
  background: #fff;
  z-index: 1000;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}

.close--subItem {
  position: absolute;
  bottom: -85px;
  right: 0;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.close--subItem:hover {
  opacity: 0.6;
}

.sub-main li a.main-menu {
  display: block;
  height: 57px;
  line-height: 57px;
}

/* 슬라이드 */

.main-swiper {
  width: 100%;
  height: 350px;
  text-align:center;
}

.slider {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: space-around !important;
  bottom: -40px !important;
  opacity: 1 !important;
  border-bottom: 1px solid #ccc;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  height: 40px !important;
  color: #555;
  font-weight: 300 !important;
  line-height: 40px;
  border-right: 1px solid #ccc;
}

.swiper-pagination-bullet span {
  font-size: 16px !important;
}

.swiper-pagination-bullet-active {
  background: #555555 !important;
  color: #fff !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem !important;
}

/* 로그인&고객센터&게시판 */
.support--section {
  padding-top: 100px;
  padding-bottom: 50px;
  background: #f9f9f9;
}

.support--section--inner {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}

.support--section--inner article {
  width: 365px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
}

/* 로그인  */
.login-inner {
  padding: 40px;
}

.login-inner h2 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.login-inner .login-form {
  padding-top: 36px;
}

.login-inner .login-form {
  display: flex;
  flex-direction: column;
}

.login-inner .login-form .input-box {
  padding-bottom: 12px;
}

.login-inner .login-form .input-box input {
  width: 100%;
}

.input-box input {
  border: none;
  height: 45px;
  background: #f8f8f8;
  padding: 11px 16px;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.5px;
}

.input-box input[type="password"] {
  margin: 12px 0 0 0;
}

.input-box input:focus {
  outline: none;
}

.login-inner .login-form .check-box {
  padding-bottom: 30px;
}

.check-box input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  vertical-align: middle;
}

.check-box span {
  font-size: 14px;
  color: #777;
  padding: 3px;
  letter-spacing: -0.5px;
}

.login-inner .login-form .sign-menu {
  padding-bottom: 29px;
}

.sign-menu ul {
  display: flex;
  justify-content: space-between;
}

.sign-menu ul li {
  position: relative;
}

.sign-menu ul li a {
  font-size: 14px;
  color: #777;
  letter-spacing: -0.5px;
}

.sign-menu ul li a:hover {
  font-weight: 500;
}

.sign-menu ul li a span {
  font-family: "Gothic A1", sans-serif;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
}

.login-inner .login-form input[type="button"] {
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background: #eb5e52;
  border: none;
  cursor: pointer;
}

/* 고객센터 */
.customer-center-inner {
  position: relative;
  padding: 40px;
}

.customer-center-inner h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 52px;
}

.customer-center-inner h2::after {
  position: absolute;
  content: "";
  top: 0;
  right: -60px;
  background: url("/image/main/help_circle_outline.png") no-repeat;
  width: 185px;
  height: 142px;
}

.customer-center-inner ul {
  display: flex;
  flex-direction: column;
}

.customer-center-inner ul li:nth-child(1) {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333;
  margin-bottom: 47px;
}

.customer-center-inner ul li:nth-child(2),
.customer-center-inner ul li:nth-child(3),
.customer-center-inner ul li:nth-child(4) {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #666;
}

.customer-center-inner ul li:nth-child(3) {
  margin: 15px 0;
}

.customer-center-inner ul li {
  position: relative;
}

.customer-center-inner ul li:nth-child(2) span,
.customer-center-inner ul li:nth-child(3) span {
  position: absolute;
  right: 0;
  color: #333;
}

.customer-center-inner ul li:nth-child(4) {
  margin-bottom: 38px;
}

.customer-center-inner ul li:nth-child(5) a {
  font-size: 16px;
  color: #333;
  letter-spacing: -0.5px;
  width: 100%;
  height: 45px;
  border: 1px solid #333;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
}

/* 공지사항&자주묻는질문 */
.info-article-inner {
  padding: 40px;
}

.info-tab-area .tab-menu {
  display: flex;
  justify-content: space-between;
}

.tab-menu {
  padding-bottom: 73px;
}

.tab-menu li {
  position: relative;
}

.tab-menu li a {
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #666;
  font-weight: 400;
}

.tab-menu li.on a {
  font-weight: bold;
  color: #333;
}

.tab-menu li.on a::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #333;
  content: "";
}

.info-tab-area .tabBox {
  display: none;
}

.info-tab-area .tabBox.on {
  display: block;
}

.info-tab-area .tabBox ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 43px;
  min-height: 190px;
}

.info-tab-area .tabBox ul li {
  margin-bottom: 27px;
}

.info-tab-area .tabBox ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-tab-area .tabBox ul li:last-child {
  margin-bottom: 0px;
}

.info-tab-area .tabBox ul li a {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.info-tab-area .tabBox ul li a:hover {
  text-decoration: underline;
}

.tabBox .tabBox-MoreBtn {
  display: block;
  text-align: right;
  padding-top: 15px;
  font-size: 14px;
  color: #777;
}

.tabBox .tabBox-MoreBtn span {
  font-family: "Gothic A1", sans-serif;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 300;
}

/* 신규과정 */
.new--subject-inner {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  border-bottom: 1px solid #ccc;
}

.new-title {
  position: relative;
  display: flex;
  flex-direction: row;
}

.newTitle-more {
  display: block;
  align-items: end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.newTitle-more span {
  font-family: "Gothic A1", sans-serif;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 300;
}

.new-title h2 {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.5px;
}

.new-title .new-title-tag,
.best-title .best-title-tag {
  display: flex;
  align-items: end;
  padding-left: 35px;
}

.new-title .new-title-tag li,
.best-title .best-title-tag li {
  margin-left: 20px;
}

.new-title .new-title-tag li a,
.best-title .best-title-tag li a {
  color: #666;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-decoration: underline;
}

.new-title .new-title-tag li a:hover,
.best-title .best-title-tag li a:hover {
  font-weight: 500;
}

.newSub-slide-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

.newSubject-swiper {
  padding-top: 60px !important;
}

.newSubject-swiper img {
  display: block;
  width: 224px;
  height: 156px;
  border-radius: 10px;
}

.newSub-info {
  padding: 20px 0 15px 0;
}

.newSub-info h5 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.newSub-info .newSub-category {
  display: block;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #1e75d6;
}

/* best 추천과정 */
.best--subject-inner {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.best-title {
  position: relative;
  display: flex;
  flex-direction: row;
}

.best-title h2 {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.5px;
}

.best-subject-more {
  display: block;
  align-items: end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.best-subject-more span {
  font-family: "Gothic A1", sans-serif;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 300;
}

.bestSub-img {
  overflow: hidden;
  object-fit: contain;
  width: 219px !important;
  height: 100%;
}

.bestSub-img img {
  border-radius: 10px;
  display: block;
  width: 205px;
  /* height: 222px; */
}

.bestSubject-swiper {
  padding-top: 60px !important;
}

.best-button-prev,
.best-button-next {
  font-family: "Gothic A1", sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: #c3cbcd;
  cursor: pointer;
}

.best-button-prev {
  position: absolute;
  left: -45px;
  top: 55%;
}

.best-button-next {
  position: absolute;
  right: -45px;
  top: 55%;
}

.bestSubject-swiper .bestSub-img a {
  text-align: center;
}

.bestSubject-swiper .bestSub-img a:hover {
  text-decoration: underline;
}

.bestSubject-swiper .bestSub-img a p {
  font-size: 16px;
  color: #333;
  letter-spacing: -0.5px;
  margin: 23px 15px 0 0;
}

 /* 학습환경설정 */

.setting--area {
        width: 940px;
        margin: 0 auto;
 }

.setting-tab {
        display: flex;
        justify-content: space-between;
}

.setting-tab li {
        width: 50%;
        border: 1px solid #e5e5e5 !important;
}

 .setting-tab li a {
        display: block !important;
        width: 100% !important;
        color: #666 !important;
        font-size: 20px  !important;
        padding: 10px 0 10px 10px !important;
}

.setting-tab li a span {
        margin-left: 20px !important;
}

.setting-tab li a img {
        width: 50px !important;
        height: 50px !important;
        vertical-align: middle !important;
}

.setting-tab li.on {
        border: 2px solid #666 !important;
      }

.setting-tab li.on a {
        font-weight: bold !important;
        color: #333 !important;
}

.settingBox {
        display: none !important;
      }

.settingBox.on {
        display: block !important;
}

.setting--notice {
        margin: 70px 0 80px 0 !important;
}

.setting--detail {
        border: 1px solid #d0d0d0 !important;
        padding: 20px 10px 20px 15px !important;
        font-size: 16px !important;
        color: #333 !important;
        line-height: 1.5 !important;
}

.setting--notice p {
        font-size: 18px !important;
        letter-spacing: -0.5px !important;
        font-weight: bold !important;
        color: #d93d3d !important;
        margin-bottom: 40px !important;
}

.settingBox p {
        margin-bottom: 30px !important;
}


/* 배너영역01 */
.banner-area-01 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
  border-bottom: 1px solid #ccc;
}

.banner-area-01 ul {
  display: flex;
  justify-content: space-between;
}

.banner-area-01 ul li {
  text-align: center;
}

.banner-area-01 ul li img {
  width:75%
}

/* 퀵메뉴 */
.quick--menu {
  position: absolute;
  top: 60%;
  right: 10px;
  z-index: 2000;
}

.quick-inner {
  display: block;
  width: 150px;
  height: 300px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.25));
}

.quick-inner p {
  background: #1e75d6;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}

.quick-inner ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0;
}

.quick-inner ul li:last-child {
  border-bottom: none;
}

.quick-inner ul li:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.quick-inner ul li:nth-child(2) a img {
  display: block;
  width: 72px;
  height: 18px;
  margin-bottom: 4px;
}

.quick-inner ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #333;
}

/* footer */
footer {
  width: 100%;
  background: #333333;
}

.bank {
  display: flex;
  justify-content: space-between;
}

.bank-img {
  padding: 18px;
}

.bank-number {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bank ul {
  display: flex;
  flex-direction: column;
}

.bank ul li:nth-child(1) {
  margin-bottom: 10px;
}

.bank ul li {
  padding-left: 10px;
  font-size: 14px;
  color: white;
  letter-spacing: -0.5px;
}

footer .footer-inner {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-top {
  padding-bottom: 30px;
  position: relative;
}

.bank--area {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-top ul {
  display: flex;
}

.footer-top ul li {
  margin-right: 35px;
}

.footer-top ul li a {
  display: block;
  font-size: 14px;
  color: #ddd;
  letter-spacing: -0.5px;
}

.footer-top ul li a:hover {
  color: #eb5e52;
}

.footer-logo {
  padding-bottom: 30px;
}

.footer-logo h1 a {
  display: block;
  text-indent: -9999px;
  background: url("/image/main/mate_footer_logo.png") no-repeat;
  width: 205px;
  height: 40px;
  background-size: contain;
}

.footer-address-area {
  color: #777;
  text-align: left;
}

.footer-address-area h5 {
  font-size: 13px;
  margin-bottom: 5px;
}

.footer-address-area ul {
  display: flex;
  margin-bottom: 5px;
}

.footer-address-area ul li {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.footer-address-area .footer-add li,
.footer-address-area .footer-company-num li {
  margin-right: 10px;
}

.footer-address-area p {
  margin-top: 10px;
  font-size: 13px;
}

/* 로그인 후 화면 css */

.member-title {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

.member-title h3 {
  font-size: 18px;
  color: #1e75d6;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.member-title span {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.5px;
  margin-left: 10px;
  padding-top: 3px;
}

.member-menu {
  padding: 55px 0;
}

.member-menu ul li {
  margin-bottom: 22px;
  position: relative;
}

.member-menu ul li:nth-child(3) {
  margin-bottom: 0px;
}

.member-menu ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  letter-spacing: -0.5px;
}

.member-menu ul li a p {
  margin-left: 15px;
}

.member-menu ul li:nth-child(3) a p {
  margin-left: 17px;
}

.goto {
  position: absolute;
  top: 0;
  right: 0;
}

.member-menu ul li:hover {
  text-decoration: underline;
}

.member-logout a {
  display: block;
  width: 285px;
  height: 45px;
  border: 1px solid #333;
  border-radius: 5px;
  color: #eb5e52;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  transition: all 0.2s ease;
}

.member-logout a:hover {
  color: #fff;
  font-weight: 500;
  background: #eb5e52;
  border: none;
}