@charset "UTF-8";
@import "../img/sprite/sprite.css";

.main {
  height: auto;
  min-height: calc(100% - 550px);
  padding-bottom: 262px;
}

.hidden {
  display: block;
  font-size: 0;
}

.tab_container {
  width: 100%;
  background-color: #CBDEFF;
  padding: 28px 0;
  margin-bottom: 43px;
}

.tab_container_list {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 42px;
}

.tab_container_list .tab_btn {
  width: 440px;
  height: 65px;
  background-color: #FCFCFC;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  box-sizing: border-box;
  border: 1px solid #295299;
  transition: 0.2s;
}

.tab_container_list .tab_btn:hover {
  background-color: #295299;
  border-radius: 80px;
}

.tab_container_list .tab_btn:hover .tab_btn_t {
  color: #ffffff;
}

.tab_container_list .tab_btn.on {
  background-color: #295299;
}

.tab_container_list .tab_btn.on .tab_btn_t {
  color: #ffffff;
}

.tab_container_list .tab_btn_t {
  display: block;
  font-weight: 900;
  font-size: 28px;
  line-height: 65px;
  color: #295299;
  text-align: center;
}

.contents_container {
  display: none;
}

.contents_container.active {
  display: block;
}

.contents_container .data_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contents_container .data_tab_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px 40px;
  margin: 24px 73px 67px;
}

.contents_container .data_tab_list .data_btn {
  color: #9E9E9E;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.2s;
}

.contents_container .data_tab_list .data_btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9e9e9e;
  margin-right: 10px;
}

.contents_container .data_tab_list .data_btn:hover {
  color: #295299;
}

.contents_container .data_tab_list .data_btn:hover:before {
  background-color: #295299;
}

.contents_container .data_tab_list .data_btn:hover .data_btn_t {
  color: #295299;
}

.contents_container .data_tab_list .data_btn.on {
  color: #295299;
}

.contents_container .data_tab_list .data_btn.on:before {
  background-color: #295299;
}

.contents_container .data_tab_list .data_btn.on .data_btn_t {
  color: #295299;
}

.contents_container .data_tab_list .data_btn_t {
  display: block;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #9E9E9E;
}

.contents_container .download_btn {
  display: block;
  width: 255px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #FDC62E;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  cursor: pointer;
}

.contents_container .download_btn_icon {
  color: #000000;
  font-size: 28px;
  line-height: 57px;
  vertical-align: middle;
}

.contents_container .download_btn_t {
  font-weight: 800;
  font-size: 28px;
  color: #000000;
  line-height: 57px;
  vertical-align: middle;
}

.data_main {
  width: 100%;
  margin-bottom: 180px;
}

.data_main_container {
  display: none;
}

.data_main_container.active {
  display: block;
}

.data_ct .data_table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
  margin-bottom: 60px;
}

.data_ct .data_table th,
.data_ct .data_table td {
  border: 1px solid #aaaaaa;
}

.data_ct .data_table td {
  line-height: 58px;
  font-size: 28px;
  text-align: center;
}

.data_ct .data_table tr:last-child th,
.data_ct .data_table tr:last-child td {
  border-bottom: 0;
}

.data_ct .data_table .head {
  background-color: #295299;
  line-height: 87px;
}

.data_ct .data_table .head th {
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
}

.data_ct .data_table .head .min_w {
  width: 160px;
}

.data_ct .data_table .bold {
  font-weight: 700;
}

.data_ct .data_table .left {
  text-align: left;
  padding-left: 30px;
  font-weight: 500;
}

.data_ct .data_table .left .red {
  font-weight: 700;
  color: #ff0c0c;
  margin-right: 10px;
}

.data_ct .data_table .title {
  background-color: #D2D2D2;
  vertical-align: middle;
}

.data_ct .data_table .sub_title {
  background-color: #F2F2F2;
  vertical-align: middle;
}

.data_ct .data_table .subtotal {
  background-color: #FFF5BE;
}

.data_ct .data_table .total {
  background-color: #D3E3FF;
  border-bottom: 1px solid #aaaaaa;
}

.contents_title {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 11px;
}

.contents_title:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #295299;
  margin-right: 19px;
}

.site_main {
  margin: 20px 0 115px;
}

.site_main .site_ct {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px 12px;
}

.site_card {
  height: 208px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding-top: 12px;
  box-sizing: border-box;
  border: solid 2px #C3BFBF;
  transition: 0.2s;
}

.site_card:hover {
  border-color: #295299;
}

.site_card_link {
  display: block;
}

.site_card_title {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #295299;
}

.site_card .icon {
  margin: 10px auto 5px;
}

.site_card_desc {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #3E3838;
}

.site_card .min_desc {
  font-size: 18px;
}

@media screen and (max-width: 899px) {
  .mobile_none {
    /* display: none; */
  }

  .mobile_on {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc_none {
    display: block;
  }
}

@font-face {
  font-family: "Recipekorea";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Recipekorea.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-width: 1300px;
  width: 100%;
  height: 100%;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.bold {
  font-weight: 800;
}

.header {
  width: 100%;
  height: 350px;
  background-color: #295299;
  margin: 0 auto;
}

/* logo */
.header .logoWrap {
  width: 100%;
  margin: 0 auto;
  z-index: 50;
  overflow: hidden;

}

.header .logoWrap .logo_fix {
  width: 1300px;
  margin: 0 auto;
}

.header .logoWrap .logo_fix .jihak_logo {
  width: 140px;
  margin-top: 25px;
  margin-left: 31px;
}

.header .imgWrap {
  width: 100%;
  background-color: #295299;
  height: 236px;
  background: url(../img/01.png)no-repeat center;
  background-size: auto 100%;
}

.header .imgWrap .head {
  width: 100%;
  width: 1500px;
  height: 236px;
  margin: 0 auto;
  position: relative;
}

.header .imgWrap .head .head_img {
  width: 1387px;
  height: 239px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 82px;
  top: 36px;
}


/* 푸터 */
.footer {
  position: relative;
  width: 100%;
  background-color: #4d5055;
  padding-top: 5px;
  transform: translateY(-100%);
}

.footer .foot {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.footer .foot_top {
  width: 100%;
}

.footer .foot_top_menu {
  padding: 10px 0;
  width: 45%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .foot_top_menu>li {
  padding: 10px 0;
}

.footer .foot_top_menu>li>a {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  transition: .2s linear;
}

.footer .foot_top_menu>li>a:hover {
  color: #FFC700;
}

.footer .foot_bottom {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.footer .foot_bottom .copy {
  position: relative;
  margin-left: 40px;
  width: 75%;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.8em;
  line-height: 19px;
  color: #b9b9b9;
}

.footer .foot_bottom .copy span {
  position: relative;
  margin-right: 9px;
}

.footer .foot_bottom .copy span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 12px;
  right: 0;
  margin-top: -6px;
  margin-right: -5px;
  background-color: #999999;
}


.footer .foot_bottom .copy p .pc_none {
  display: none;
}

/* top 버튼 */
.top_btn {
  position: fixed;
  z-index: 2100;
  right: 1%;
  bottom: 10%;
  outline: none;
  border: solid 1px #646464;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6509803922);
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.top_btn .top_tt {
  display: block;
  text-align: center;
  color: #ffffff;
}

.top_btn .top_t1 {
  font-size: 23px;
  font-weight: bold;
}

.top_btn .top_t2 {
  font-size: 12px;
}

.top_btn.on {
  opacity: 1;
}

.margin01 {
  margin-left: 82px;
}

.margin02 {
  margin-left: 202px;
}

.margin03 {
  margin-left: 109px;
}

.margin01 {
  margin-left: 82px;
}