﻿@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.tit_point {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
  color: red;
}

.point {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
  color: red;
}

.point1 {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
  color: red;
}

header {
  padding: 10px 0;
  background: #00aeff;
  border-radius: 10px;
}

header img {
  padding-left: 15px;
  width: 40px;
  float: left;
}

header span {
  padding-left: 15px;
  line-height: 40px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  color: #fff;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

.main_info {
  margin-top: 30px;
}

.main_info img {
  width: 100%;
}

nav {
  margin: 30px 0;
}

nav .clk_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 40px;
}

nav .clk_btn li {
  width: 150px;
  line-height: 38px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  border: 2px solid #024b98;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}

nav .clk_btn li:first-child {
  margin-right: 10px;
}

nav .clk_btn .active {
  background: #024b98;
  color: #fff;
}

section {
  margin-bottom: 40px;
}

section .tabContent {
  display: none;
}

section .tabContent .txt_tit {
  font-size: 21px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  margin-bottom: 10px;
}

section .tabContent .sub_tit, section .tabContent .sub_tit1 {
  padding-left: 20px;
  margin-bottom: 30px;
}

section .tabContent .sub_tit1 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
}

section .tabContent mark {
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: "나눔스퀘어";
}

section .tabContent .text_arr, section .tabContent .img_arr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .tabContent .text_arr li, section .tabContent .img_arr li {
  width: 350px;
}

section .tabContent .text_arr li:first-child, section .tabContent .img_arr li:first-child {
  margin-right: 30px;
}

section .tabContent .img_arr {
  margin-top: 20px;
}

section .tabContent .img_arr li {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section .tabContent .img_arr li img {
  width: 100%;
}

section .tabContent .text_arr {
  margin: 10px 0 50px 0;
}

section .tabContent .text_arr li {
  padding: 10px 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffd71d;
}

section .tabContent .text_arr li .circle_num {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: red;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  line-height: 29px;
  text-align: center;
}

section .tabContent .text_arr li p {
  padding-top: 5px;
  font-size: 16px;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
}

section .tabContent .caus_home {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .tabContent .caus_home li {
  width: 350px;
}

section .tabContent .caus_home li:first-child {
  margin-right: 80px;
}

section .tabContent .caus_home li img {
  width: 100%;
}

section .tabContent .caus_home_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .tabContent .caus_home_text li {
  padding: 15px 0;
  width: 350px;
  font-size: 20px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  line-height: 30px;
  text-align: center;
}

section .tabContent .caus_home_text li:first-child {
  margin-right: 80px;
}

section .tabContent .android_arr, section .tabContent .android_text_arr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .tabContent .android_arr li, section .tabContent .android_text_arr li {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
}

section .tabContent .android_arr li img, section .tabContent .android_text_arr li img {
  width: 100%;
}

section .tabContent .android_text_arr {
  margin: 10px 0 50px 0;
}

section .tabContent .android_text_arr li {
  padding: 10px 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffd71d;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
}

section #content1 {
  display: block;
}
/*# sourceMappingURL=intranet1.css.map */