@charset "utf-8";

* {
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
  font-size: 0.81em;
  font-family: Montserrat, "Pretendard";
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
  font-family: Montserrat, "Pretendard";
}
:root {
  --white: #ffffff;
  --primary: #ea3b02;
  --black: #171a22;
  --mainsize: 1500px;
  --k-font: ;
  --e-font: "Sen";
}
@media (max-width: 1550px) {
  :root {
    --mainsize: 100%;
  }
}
#jt_wrapper {
  position: relative;
  width: 100%;
}
/* ========================== HEADER */
#jt_hd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  min-width: var(--mainsize);
  width: 100%;
  font-family: var(--k-font);
}
#jt_section .top_cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding: 0 150px;
  margin: 0 auto;
}
#jt_section .tit_area b {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  font-family: var(--e-font);
}
#jt_section .tit_area p {
  padding: 20px 0 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  white-space: pre-line;
  font-family: var(--k-font);
}
#jt_section .view_btn {
  width: 212px;
  height: 75px;
  border-radius: 40px;
  border: 1px solid var(--primary);
}
#jt_section .view_btn a:before {
  position: absolute;
  left: 14px;
  top: 10px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  content: "";
  /* z-index: -1; */
  background: var(--primary);
  transition: all 0.2s;
}
#jt_section .view_btn a:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
}
#jt_section .view_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 74px;
  font-weight: 700;
  font-size: 18px;
  line-height: 52px;
  color: var(--primary);
  transition: all 0.3s;
  font-family: var(--k-font);
}
#jt_section .view_btn a:hover {
  margin: 0;
  color: #fff;
}
#jt_section .view_btn a span {
  position: absolute;
  transition: all 0.3s;
  color: #fff;
  left: 28px;
}
#jt_section .view_btn a:hover span {
  left: 45px;
}
/* ========================== MAIN */
#main_banner {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
}
/* ========================== INDEX */
#jt_section {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #222;
  line-height: 1.75;
  font-family: var(--e-font), var(--k-font);
}
/* ========================== CONTAINER */
#jt_container {
  position: relative;
  width: 100%;
  z-index: 5;
}
#jt_container_wrapper {
  position: relative;
  width: 100%;
  zoom: 1;
}
#jt_container_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
/* ========================== SNB */
#jt_aside {
  position: relative;
  min-width: 1300px;
  width: 100%;
  background-color: #742610;
  font-family: "Pretendard";
}
/* ========================== CONTENT */
#jt_content {
  position: relative;
  z-index: 4;
  width: 1280px;
  min-height: 580px;
  margin: 0 auto;
  padding: 90px 95px;
}
#jt_content:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
/* ========================== FOOTER */
#jt_ft {
  padding: 100px 0 80px 0;
  width: 100%;
  /*background: #14a893;*/
  background: radial-gradient(at left 90%, #ff4500 0%, rgba(60, 73, 87, 1) 60%);
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--e-font), var(--k-font);
}
#jt_ft .ft_inner {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}
#jt_ft .ft_inner .top .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#jt_ft .ft_inner .top .info img {
  height: 60px;
}
#jt_ft .ft_inner .top .info ul {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  font-size: 16px;
  /*font-weight: 700;*/
}
#jt_ft .ft_inner .top .info ul li a img {
  height: 20px;
}
#jt_ft .ft_inner .top .info ul li a {
  color: rgba(255, 255, 255, 1);
}
#jt_ft .ft_inner .top .info ul li span {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
#jt_ft .ft_btm {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 80px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--k-font);
}
#jt_ft .ft_btm .left p {
  padding-bottom: 40px;
  color: #fff;
  font-weight: 700;
  font-family: var(--e-font);
}
#jt_ft .ft_btm .right .ft_mn {
  display: flex;
}
#jt_ft .ft_btm .right .ft_mn > li + li {
  margin-left: 80px;
}
#jt_ft .ft_btm .right .ft_mn > li > a {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--e-font), var(--k-font);
}
#jt_ft .ft_btm .right .ft_mn li a {
  color: #fff;
}
#jt_ft .ft_btm .right .ft_mn li ul {
  margin-top: 35px;
}
#jt_ft .ft_btm .right .ft_mn li ul li + li {
  margin-top: 6px;
}
#jt_ft .ft_btm .right .ft_mn li ul a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  display: flex;
}
#jt_ft .ft_btm .right .ft_mn li ul a svg {
  width: 18px;
}
#jt_ft .ft_btm .right .ft_mn li ul a:hover {
  color: rgba(255, 255, 255, 1);
}
#jt_ft .admin {
  display: flex;
  justify-content: space-between;
}
#jt_ft .admin .copy {
  color: rgba(255, 255, 255, 1);
}
#jt_ft .admin .adm_link a {
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s;
}
#jt_ft .admin .adm_link a:hover {
  color: #fff;
}
#jt_ft .admin .adm_link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
/* ========================== sitemap */
#jt_site_map {
  position: relative;
  width: 100%;
  font-family: "Pretendard";
}
#jt_site_map > div {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#jt_site_map > div:nth-of-type(3n) {
  margin-right: 0;
}
#jt_site_map .jt_site_map_title {
  padding: 10px 15px;
  border-bottom: 2px solid #333;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #222;
  font-family: "Pretendard";
}
#jt_site_map ul {
  padding: 0 15px 15px;
}
#jt_site_map .jt_site_map_box {
  min-height: 155px;
  padding: 17px 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
#jt_site_map .jt_site_map_box li {
  border-bottom: 1px dotted #ccc;
}
#jt_site_map .jt_site_map_box li:last-child {
  border: none;
}
#device_change {
  position: relative;
  bottom: 0;
  z-index: 20;
  width: 100%;
  border: 1px solid #666;
  font-size: 3.5em;
  box-shadow: none;
}
