@charset "utf-8";

:root{
  --m_color1:#143067;
  --m_color2:#098209;
  --s_color1:#797d84;
  --s_color2:#4e83c1;
  --s_color3:#262626;
  --s_color4:#ffffff;

}
html,body{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* 공통서식 */
body{
  font-family: "noto sansKR", "noto serifThai";
  color: var(--s_color3);
  font-size: 14px;
}

/* 헤더영역 */
.act{
  position:fixed;
  top:0px;left:0px;
  width:100%;
  z-index:1000;
  background-color:var(--s_color4);
}

#toggle{display: none;}

.h_container{
  position: relative;
  background-color: rgba(0,0,0,0.0);
  transition: 0.3s;
}
.s_content{
    width: 100%; height: 50%;
    background-color: var(--s_color4);
    position: fixed;
    top:-50%; 
    z-index: 1000; 
    transition: 0.7s;
}

.s_content span{
  position: absolute;
  left: 32%;
  top: 35%;
  font-size: 35px;
  font-weight: bold;
  color:var(--m_color2);
}

.s_content input{
  position: absolute;
  right: 35%;
  top: 50%;
  background-color: var(--s_color4);
  width: 600px;
  height: 60px;
  border: 3px solid var(--m_color2);
}

.s_content ul li i.fa-magnifying-glass{
  font-size: 30px;
  color: var(--m_color2);
  position: absolute;
  right: 36%;
  top: 53%;
  cursor: pointer;

}
.close_btn{
  position: absolute;
  right: 10%; top: 52%;
  transition: 0.3s;
  background-color: var(--m_color2);
  color: var(--s_color4);
  cursor: pointer;
  font-size: 50px;
  width: 50px; height: 50px;
  text-align: center;
  line-height: 40px;
}

.close_btn:hover{
  background-color: var(--s_color1);
  color: var(--s_color4)
}

.close_btn img{
  position: absolute;
  top: 0px;
  left: 50%;
  width: 30px; height: 30px;
  cursor: pointer;
}
#s_box::placeholder{
  font-size: 16px;
  color: #797D84;
}


.search_btn{
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1000;
}
.search_btn img{
  width: 35px;
  height: auto;
}

h1 img{
  position:absolute;
  left:10px;top:20px;
  z-index:1000;
  width: 133px; height: 25px;
}

#toggle:checked + header .s_content{ top: 0%;}

.m_nav{
  width: 100%; height: 40px;
  position: relative;
  text-align: center;

}
.m_nav ul{
  display: flex;
  justify-content: center;
  gap: 10px;
  width:100%;
  margin: 10px 5px;

}
.m_nav ul li {
  display: flex;
  justify-content: center;
  line-height: 40px;
  width: 120px;
  position: relative;

}

.m_nav ul li a{
  text-decoration: none;
  font-weight: bold;
  color: var(--m_color1);
  font-size: 14px;
  text-align: center;
}
.m_nav ul li a::after{
  display: block;
  content: "";
  background-color: var(--m_color1);
  width: 100px; height: 2px;
  transform: scale(0);
  transition: 0.5s;
}
.m_nav ul li:hover > a::after{
  transform: scale(1);
}

.m_nav ul li .sub {
  position: absolute;
  display: block;
  top: 50px; 
  transition: 0.5s; 
}

.m_nav ul li .sub li {
  line-height: 30px;
}
.m_nav ul li .sub li a{
  color: var(--s_color1);
  font-size: 13px;
  text-decoration: none;

}
.m_nav ul li .sub li a::after{
  content: none;
}
.m_nav ul li .sub li a:hover{
  color: var(--s_color2);
}

#nav{
  height: 60px;
  transition: 0.5s;
  position: absolute;
  width: 100%; top: 0px;
  z-index: 999;
  background-color: rgba(255,255,255,0.5);
  overflow:hidden;
}
#nav:hover{
height: 400px;
background-color: var(--s_color4);
}

.m_nav>ul>li:hover >.sub{
  display: block;
  width: 100%; height: 500px;
}

.new_box{
  position: absolute;
  left: 20px;
  top: 90px;
  font-size: 16px;
  color: var(--s_color4);
  font-weight: bold;
  z-index: 100;
  width: 600px;
  line-height: 30px;
  background-color: rgba(0,0,0,0.2);
}
.p01{text-indent: 20px;}
  
.p01 a{
  font-weight: 400;
  text-decoration: none;
  color: var(--s_color4);
}





/* 메인콘텐츠 영역 */
.main0 h2{display: none;}

.slide{width:100%;}
.slide img{width:100%;}
.swiper-pagination-bullet{
  display: inline-block !important;
  width: 30px !important;
  height: 10px !important;
  border-radius: 5px 5px 5px 5px !important;
}

.swiper-pagination-bullet-active{
  background-color: var(--m_color1) !important;
  width: 80px !important;

  transition: 0.3s;
}

.main1{
  position: relative;
}
.main1 img{
  display: block;
  width: 100%; height: 950px;
  transform: scaleX(-1);
}
.main1 ul{
  position: absolute;
  top: 25%; left: 105px;
  display: flex;
  gap: 20px;
}
.main1 ul li::after{
  content: '\007C';
  color: var(--s_color3);
  font-size: 15px;
  margin-left: 15px;
}
.main1 ul li:last-child::after{display: none;}


.main1>ul>li>a {
  text-decoration: none;
  color: var(--s_color3);
  font-weight: bold;
  font-size: 18px;
}

.indices{
  display: flex;
  position: absolute;
  right: 200px;
  top: 150px;
  gap: 7px;
}
.indices.black{
  right: -100px;
  top: 115px;
}

/* next페이지네이션 */
.indices>.index:hover,.indices>.index.black:hover{
  color: var(--m_color2);
  width: 10px;
  transition: 0.3s;
}

.indices>.index_active{
  width: 8px;
  height: 40px;
  background-color: var(--m_color2);
}

.indices>.index{
  background-color: var(--s_color4);
  width: 4px;
}

.indices>.index.black{
  background-color: var(--s_color3);
  width: 4px;
}

.p02{
  font-size: 37px;
  font-weight: bold;
  color: var(--s_color4);
}

.p02.black{
  color: var(--s_color3);
}
.main_content{
  position: absolute;
  top: 270px;
  left: 100px;
  width: 600px;
  height: 150px;
  padding: 10px 10px;
  text-align: left;
  display: none;
  background-color: rgba(255,255,255,0.2);
}
.main_title{
  font-size: 20px;
  font-weight: bold;
  color: var(--s_color4);
  margin-bottom: 15px;
}
.main_text{
  font-size: 16px;
  color: var(--s_color3);
  line-height: 20px;
}
.main_content.active{
  display: block;
}
.main1 ul li.active{
  color: var(--s_color4);
}
.main1 ul li a{
  color: var(--s_color3);
  transition: 0.3s;
}
.main1 ul li.active a{
  color: var(--s_color4);
  font-weight: bold;
}
.container1{
  display: flex;
  justify-content: right;
  position: absolute;
  gap: 20px;
  z-index: 10;
  top: 48%;
  left: 100px;
}

.container1 img{
  width: 27px; height: 27px;
  cursor: pointer;
}

.container1 a{
  position: absolute;
  color: #333333;
  font-size: 18px;
  top: 40px;
  left: 0px;
}
.green{
  position: relative;
}
.more2{
  position: absolute;
  color: var(--s_color4);
  font-size: 18px;
  top: 320px;
  left: 105px;
}
.main2 img{
  width: 100%;
  height: 950px;
  transform: scaleX(-1);}

.main2 h2{
  position: absolute;
  font-size: 42px;
  color: var(--s_color4);
  top: 200px; left: 100px;
  font-weight: bold;
}
.p05{
  font-size: 13px;
  color: var(--s_color4);
  top: 255px; left: 105px;
  line-height: 20px;
  width: 520px;
}

.main3{
  position: relative;
  width: 1280px;
  height: 950px;
  margin: 0 auto;
}

.p06{
  position: absolute;
  font-size: 13px;
  color: var(--m_color1); 
  top: 200px;
  left: 34px;
}

.main3 h3{
  font-size: 35px;
  font-weight: bold;
  margin:10px 0px;
  padding:100px 0px;
  text-align: center;
}


.talent_item {
  position: relative;
  width: 250px;height: 230px;
  padding: 20px 20px 110px;
  margin-left: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  display:inline-block;
  vertical-align: middle;
  text-align:center;
  transition: 0.3s;
}
.talent_item:hover{
  transform: scale(1.05);
}
.talent_item img{width: 220px;}

.talent_item p{
  padding:10px 0px;
  margin-left: -10px;
  text-align: left;
  line-height:20px;
}
.talent_item h4{
font-size: 16px;
font-weight: bold;
color: var(--m_color1);
text-align:left;  
padding-bottom:10px;
}

.talent_item a {
  line-height: 15px;
  font-size: 12px;
  color: var(--s_color3);
  text-decoration: none;
  font-weight: 400;
}
.talent_item a:hover{
  text-decoration: underline;
}

.hr{
  position: absolute;
  left: 44%;
  top: 70%;
  width: 150px;
  height: 30px;
  display: block;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.hr a{ text-decoration: none;}
.hr:hover{
  background-color: rgba(0,0,0,0.1);
  cursor: pointer;
}
.container2{
  display: flex;
  position: absolute;
  gap: 20px;
  z-index: 10;
  top: 640px; left: 305px;
  color: var(--s_color3)
  ;
}

.container2 img{
  width: 27px; height: 27px;
  color: var(--s_color3);}

.container2 a{
  position: absolute;
  color: var(--s_color3);
  font-size: 18px;
  top: 0px;
  left: 630px;
}

.main4{
  position: relative;
  width: 1280px;
  height: 950px;
  margin: 0 auto;
}
.main4 h2{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin:150px 0px;
}
.news_box{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.news{
  width: 340px;
  height: 330px;
  padding: 20px 20px 110px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  display:inline-block;
  text-align:center;
  transition: 0.3s;
}
.news:hover{
  transform: scale(1.05);
}

.news h3{
font-size: 16px;
font-weight: bold;
color: var(--m_color1);
text-align:left;  
padding-bottom:10px;
cursor: pointer;
}

.news img{width:300px;}
.news p{
  padding:10px 0px;
  margin-left: -10px;
  text-align:left;
  line-height:20px;
}

.news a{
  line-height: 15px;
  font-size: 12px;
  color: var(--s_color3);
  text-decoration: none;
  font-weight: 400;
}
.news a:hover{
  text-decoration: underline;
}

.more{
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}


.main5{
  width: 1280px;
  height: 950px;
  margin: 0 auto;
  position: relative;
}
.main5 h2{display: none;}

.title{
  display: inline-block
}
.title h3{
  position: absolute;
  top: 200px;
  left: 10px;
  color: var(--s_color4);
  font-size: 16px;
}
.title p {
  position: absolute;
  top: 220px;
  left: 10px;
  color: var(--s_color4);
  font-size: 30px;

}
.title img{
  width: 1280px;
  height: 260px;
  filter: brightness(50%);
}

.links li{
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}
.links li:hover a{
  text-decoration: underline;
}
.links i{
  font-size: 25px;
}

.links li a{
  text-decoration: none;
  color: var(--m_color1);
  transition: 0.3s;
}

#g_wrap{
  display: grid;
  grid-gap :20px;
  grid-template-columns: repeat(3, 350px);
  grid-template-rows: repeat(4, 100px);
  padding: 50px 82px;
}
.info h2{opacity: 100%;}

#g_wrap>article{
  line-height: 30px;
  padding: 30px;
}
#g_wrap>.item8{ grid-area: 1/1/4/3;}
.item1, .item2, .item3, .item8 {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.item1 h2{z-index: -9999;}
.item2 h2{z-index: -9999;}
.item3 h2{z-index: -9999;}
.item8 h2{z-index: -9999;}
.next2{
font-size: 37px;
font-weight: bold;
color: var(--s_color3);
right: -11%;
top: 5%;
}
.s01{
  font-size: 18px;
  font-weight: bold;
  color: var(--m_color1);
  padding-left: 30px;
}
.s03{
font-size: 40px;
font-weight: bold;
color: #ff0000;
padding-right: 100px;
padding-left: 30px;
vertical-align: middle;
}

.s04{
  color: #a3a3a3;
  font-size: 13px;
}
.s05{
  color: #ff0000;
  font-size: 13px;
}

.stock1{
  display: block;
  text-align: center;
  line-height: 30px;
  padding: 20px;
}

.stock1 tr, .stock1 td{
  letter-spacing: 4px; 
  padding: 15px; 
  font-weight: bold;
}
.stock1 th{ color: #797D84;}

/* 푸터서식 */

footer{
  background-color: #dbdbdb;
  height: 430px;
  position: relative;
  font-size: 13px;
}
.f_inner{
  width: 1280px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.f_sub{
  line-height: 30px;
  text-align: center;
  margin: 10px 30px;

}
.f_sub h3{
  font-weight: bold;
}

.f_sub ul li a{
  text-decoration: none;
  color: var(--s_color3);
}
.f_sub ul li a:hover{
  text-decoration: underline;
}
.f_bottom{
  width: 100%;
  bottom: 0px;
  position: absolute;
  background-color:#333333;
  color:var(--s_color4);
  height:  130px;
  text-align: center;
}
.f_bottom h2{
  position: absolute;
  margin: 50px 10px;
  left: 21%;

}
.f_bottom nav ul li{
  display: inline-block;
  position: relative;
  margin: 10px 5px;
  right: 250px;
  
}
.f_address_wrap{
  position: absolute;
  bottom: 70px;
  left: 32%;
  width: 1280px;
  margin: 0 auto;
  color: var(--s_color4);
}
.f_site *{
  margin: 0px;
  padding: 0px;
}
.f_site{
  font-size: 16px;
  color: var(--s_color3);
  bottom: 100px;
  right: 500px;
  position: absolute;
  width: 150px;
  height: 26px;
  overflow: hidden;
  border: 1px solid #797d84;
  background-color: #f5f5f5;
  cursor: pointer;
  padding-left: 10px;
  text-align: center;
}
#f_site_t{
  letter-spacing: 2px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: var(--m_color1);
}

#list{line-height: 35px;}
#list a{text-decoration: none;
font-size: 14px;
color: var(--s_color3);}
.sns{
  position: absolute;
  right: 480px;
  bottom: 50px;
}
.sns ul{
  width: 200px;
  display: flex;
  justify-content: space-evenly;
  font-size: 18px;
}

.sns ul a{
  color: var(--s_color4);
  border: 1px solid var(--s_color4);
  padding: 5px 8px;
}

.top_btn{
  width: 40px;
  padding: 9px 0px;
  background-color: var(--s_color4);
  color: var(--s_color3);
  position:fixed;
  right: 200px; 
  bottom:138px;
  box-shadow: 0px 0px 6px #cccccc;
}
.top_btn i{
  font-size: 23px;
  margin: 0 auto;
}



















