@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

* {
  margin: 0;
  padding: 0;
  font-family: pretendard, "맑은 고딕", 돋움;
}

body {
  width: 100%;
  height: auto;
  background-color: white;
}

ul li,
ol li,
div li {
  list-style: none;
}

a,
h1,
dt,
dd {
  text-decoration: none;
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: left;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 99999;
}

#logo {
  margin: 0;
  width: auto;
  height: 40px;
  margin-bottom: -9px;
  /* background-color: #222fe3; */
}

#logo > a {
  width: 40px;
  height: 30px;
  margin-top: 10px;
  background: url(../img/logo.svg) no-repeat;
  /* background-color: #d12424; */
}

/* header 영역 = ================================================ */

nav {
  margin-top: -6px;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 45px;
  font-size: 15px;
  background-color: #fff;
}

nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

nav > ul {
  position: relative;
  text-align: center;
}

nav > ul > li {
  display: inline-block;
}
nav > ul > li > a {
  display: block;
  padding: 8px 20px;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
}
nav > ul > li:nth-child(2) > a,
nav > ul > li:nth-child(3) > a,
nav > ul > li:nth-child(4) > a,
nav > ul > li:nth-child(5) > a {
  padding: 8px 60px;
}

nav > ul > li:hover > a {
  color: #222fe3;
}
nav .sub {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fcfcfc;
  display: none;
  top: 55px;
}

nav .sub .sub_contents {
  margin: 0 auto;
  width: 810px;
  text-align: left;
  /* background-color: aquamarine; */
}

nav .sub .sub_contents ul {
  display: inline-block;
  width: 130px;
  vertical-align: top;
  /* background-color: blueviolet; */
}

nav .sub .sub_contents li {
  padding: 8px 0;
  line-height: 24px;
  text-indent: 15px;
  border-right: 1.5px solid #dadada46;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 부타이틀 위치 잡기 */
nav .sub .sub_contents ul li:first-child {
  margin-top: 10px;
}
nav .sub .sub_contents ul li:last-child {
  margin-bottom: 10px;
}

nav .sub .sub_contents ul li:first-child a {
  /* 부타이틀 */
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
}
nav .sub .sub_contents li a {
  /* 메인 > 부 > 속타이틀 */
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
}
nav .sub .sub_contents ul li:hover a {
  /* header *a 호버했을 때.. */
  color: #222fe3;
}

nav .sub .sub_contents li:first-child {
  border-top: none;
}

nav > ul > li:nth-child(1),
nav > ul > li:nth-child(2) {
  margin-left: 154px;
}

nav > ul > li:nth-child(7),
nav > ul > li:nth-child(8) {
  margin: 0 -1px;
}
/* nav > ul > li:nth-child(8), */
nav > ul > li:nth-child(9) {
  margin: 0 0px;
}

nav > ul > li:nth-child(7) {
  margin-left: 156px;
}

/* 검색아이콘 안 검색 박스영역 */
#search_icon > div {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#search_icon > div > aside {
  width: 1000px;
  height: 70px;
  margin-top: 20px;
  /* background-color: #222fe3; */
}

#search_icon > div > aside > input {
  width: 700px;
  height: 35px;
  margin-top: 10px;
  margin-left: 130px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  text-align: center;
}
#search_icon > div > aside > button {
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-right: 20px;
}

/* ========================================================== */
/* 퀵메뉴 영역
 ========================================================== */
#Quckmenu {
  position: fixed;
  top: 82%;
  right: 105px;
  z-index: 400;
  width: 50px;
  height: 50px;
  /* background-color: antiquewhite; */
}

#Quckmenu > #Qucktep {
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

#Quckmenu > #Qucktep > a {
  /* ========================= 확성기 아이콘 영역 */
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 20px;
  background-color: #96b6fc;
  border-radius: 50%;
}

#Quckmenu > #Qucktep > a > img {
  width: 25px;
  margin-top: -5px;
  margin-left: -3px;
}

#Quckmenu > #Qucktep > a + #sub {
  position: absolute;
  bottom: 50px;
  display: none;
  /* 아이콘들영역 안보이고 보이게 */
  height: auto;
}

#Quckmenu > #Qucktep > #sub {
  width: 50px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 3px 2px 0px rgba(172, 172, 172, 0.25);
  border: 1px solid #ececec;
}

#Quckmenu > #Qucktep > #sub > #sub_contents {
  padding: 10px;
}

#sub > #sub_contents ul li:first-child {
  padding-top: 10px;
}

#sub > #sub_contents ul li {
  position: relative;
}

/* #sub>#sub_contents ul li>a:hover+div{
display: block;
} */

#sub > #sub_contents ul li > a > img {
  padding-bottom: 15px;
}

#sub > #sub_contents ul li > div.brand {
  margin-top: -41px;
  margin-left: -120px;
}

#sub > #sub_contents ul li > div {
  position: absolute;
  display: none;
  width: 100px;
  height: 22px;
  padding: 5px;
  background-color: #2a4684;
  margin-bottom: 5px;
  border-radius: 5px 0 0 5px;
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
}

/* 맨위로 올리기 버튼 영역 */
#top_btn {
  position: fixed;
  top: 89%;
  right: 140px;
  z-index: 400;
  width: 15px;
  height: 15px;
}

#top_btn a {
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 20px;
  background-color: #0839a5;
  border-radius: 50%;
}
#top_btn a img {
  margin-top: -15px;
  margin-left: -4px;
}

/* ========================================================== */
/* section01 메인 비주얼
 ========================================================== */

#section01 {
  width: 100%;
  height: 310px;
  background-color: #2f2f2f;
  background: url(../img/Untitled-8.png) no-repeat;
  background-size: cover;
  text-align: center;
}

#section01 > h2 {
  padding-top: 140px;
  font-size: 38px;
  font-weight: 400;
  color: white;
}

#section01 > p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(195, 195, 195);
}

/* =============== 아코디언 영역 ================ */

.accordion {
  width: 200px;
  margin: auto;
  background: #0f2458;
  border-radius: 10px;
}

.accordion .menu {
  position: relative;
  padding: 15px 5px 15px 45px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #253255;
  cursor: pointer;
  transition: all 0.4s ease;
}


.accordion li:last-child .menu {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  color: #c2c2c2;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 1rem;
  left: auto;
}

.accordion li.show i.fa-chevron-down {
  transform: rotate(180deg);
}

.accordion li.show .menu {
  color: #ff9100;
}

.accordion li.show i {
  color: #ff9100;
}

/* Show submenu */
.accordion li.show .submenu {
  /* height: auto;를 지정하면 transition이 동작하지 않는다 */
  max-height: 500px;
}

.submenu {
  /* height: auto;를 지정하면 transition이 동작하지 않는다 */
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  font-size: 14px;
  transition: max-height 0.4s ease;
}

.submenu li {
  /* border-bottom: 1px solid #f5f5f5; */
  border-left: 1px solid #0f2458;
  border-right: 1px solid #0f2458;
}

.submenu li:hover {
  border-left: 5px solid #0f2458;
}

.accordion li:last-child .submenu {
  border-radius: 0 0 10px 10px;
}

.accordion li:last-child .submenu li:last-child {
  border-bottom: 0;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #2e2e2e;
  padding: 12px;
  padding-left: 42px;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
}

.submenu a:hover {
  color: #000000;
  font-weight: 600;
}

/* ========================================================== */
/* section02 역사
 ========================================================== */

#section02 {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  /* background-color: aqua; */
  margin-top: 69px;
}

#history {
  width: 1125px;
  height: 796px;
  float: right;
  /* background-color: #222fe3; */
}

/* 로고 영역 */
#logo_Navi {
  width: 100%;
  height: auto;
  /* background-color: blueviolet; */
  margin-bottom: 50px;
}

#Nlogo {
  width: 229px;
  height: 71px;

  /* background-color: yellow; */
}

#Nlogo > p:first-child {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
  margin-left: 2px;
}

#Nlogo > P > img {
  background: no-repeat;
  margin-top: -25px;
  height: 98px;
  margin-left: -8px;
}

/* 네비게이션 영역 */
#navigation {
  float: right;
  margin-top: -10px;
  /* background-color: rgb(109, 19, 15); */
}

#navigation > ul > li {
  float: left;
}

#navigation > ul > li > a {
  font-size: 12px;
  color: #8c8c8c;
}

.homeIcon > img {
  width: 15px;
  fill: #0113b7;
  margin-top: 2px;
}

.frIcon > img {
  width: 15px;
  margin-top: 2px;
}

/* 동그라미 세개 있는 영역 */
#circle3 {
  width: 755px;
  height: 180px;
  margin-top: 78px;
  margin-left: 53px;
  /* background-color: violet; */
}

#circle3 > ul > li {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  background-color: #96b6fc;
  float: left;
  margin-right: 107px;
}

#circle3 > ul > li:nth-child(2) {
  background-color: #5476c0;
}

#circle3 > ul > li:nth-child(3) {
  margin-right: 0;
}

#circle3 > ul > li:nth-child(1) > p {
  text-align: center;
  line-height: 25px;
  margin-top: 45px;
}

#circle3 > ul > li > p {
  margin-top: 55px;
  text-align: center;
  line-height: 25px;
  color: white;
}

/* 역사 스크롤 영역 */
#scroll_Menu {
  width: 1070px;
  height: 250px;
  margin-top: 105px;
  margin-left: 53px;
  /* background-color: tomato; */
  overflow-y: hidden;
}

#scoll_Warp {
  width: 3400px;
  height: auto;
}

/* 스크롤 라인 영역 */
.scroll_line {
  width: 3400px;
  height: 12px;
  margin-top: 38px;
  /* background-color: #fdf905; */
}

#scoll_Warp > .scroll_line > ul > li > p {
  /* 글씨 안 보이게 */
  display: none;
}

/* 스크롤 가운데 선 영역 */
#scoll_Warp > .scroll_line > ul > li:nth-child(1) {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #a6a6a6;
}

/* 스크롤 동그라미 구역 나누는 영역 */
#scoll_Warp > .scroll_line > ul > li {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  float: left;
  margin-right: 328px;
  margin-top: -6px;
  background-color: #2d3471;
}

#scoll_Warp > .scroll_line > ul > li:nth-child(11) {
  margin-right: 0px;
}

.scroll_Box {
  width: 300px;
  height: 110px;
  /* background-color: teal; */
  float: left;
  margin-right: 40px;
}

.scroll_Box:nth-child(11) {
  margin-right: 0px;
}

.a04 {
  font-size: 14px;
  color: #828282;
  margin-top: -35px;
}

.b04 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
  line-height: 20px;
}

/* ========================================================== */
/* section03 비전
 ========================================================== */
#section03 {
  width: 100%;
  height: 1080px;
}

#section03 > div {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  /* background-color: yellowgreen; */
}

#titile {
  width: 870px;
  height: 100px;
  padding-top: 162px;
  margin-left: 280px;
}

#titile > h3 {
  color: #262a6a;
  font-size: 40px;
  font-weight: 600;
  border-left: 4px solid #091588;
  height: 30px;
  line-height: 30px;
}

#titile > p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin-top: 22px;
  margin-left: 10px;
  line-height: 25px;
}

/* ******네모난 이미지 들어가있는 박스 영역******* */
/* 위치 잡아주기 */
#box03 {
  width: 870px;
  height: 430px;
  margin: 0 auto;
  margin-top: 84px;
  /* background-color: tomato; */
}

#box03 > .box {
  width: 273px;
  height: 400px;
  float: left;
  margin-right: 25px;
  margin-top: 15px;
  /* background-color: yellow; */
}

#box03 > .box:nth-child(3) {
  margin-right: 0px;
}

.imgBox {
  width: 273px;
  height: 176px;
  border-radius: 10px;
  /* background-color: violet; */
}

.textBox {
  width: 240px;
  height: 235px;
  margin: 0 auto;
  margin-top: -15px;
  border-radius: 8px;
  background-color: white;
}

.textBox > h3 {
  font-size: 18px;
  font-weight: 600;
  color: #3457a3;
  text-align: center;
  line-height: 25px;
  padding-top: 13px;
}

.textBox > ul > li:nth-child(1) {
  margin-top: 20px;
}

.textBox > ul > li {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #292929;
}

/* 이미지 넣기 */
.box:nth-child(1) > .imgBox {
  background: url(../img/box01.jpg);
  background-color: #828282;
}

.box:nth-child(2) > .imgBox {
  background: url(../img/box02.jpg);
  background-color: #d8d8d8;
}

.box:nth-child(3) > .imgBox {
  background: url(../img/box03.jpg);
  background-color: #828282;
}

/* *********베너 영역******** */
#banner {
  width: 1158px;
  height: 119px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(92deg, #2d3471 24.04%, #38549f 51.29%);
  margin-top: 130px;
}

#banner > p {
  width: 1100px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 40px;
}

.backImg {
  margin-top: -80px;
}

/* ========================================================== */
/* section04 지도
 ========================================================== */
#section04 {
  width: 100%;
  height: 633px;
}

#mapBack {
  width: 863px;
  height: 100%;
  margin: 0 auto;
  /* background-color: khaki; */
}

/* *********이미지 지도영역********  */
#imgMap {
  width: 360px;
  height: 288px;
  margin-top: 123px;
  /* background-color: violet; */
}

/* *********텍스트 오는 길 안내영역******** */
#text_Map {
  width: 480px;
  height: 250px;
  margin-top: 160px;
  /* background-color: tomato; */
}

.location {
  width: 100%;
  height: 50px;
}

.location > p:nth-child(1) {
  color: #2d3471;
  font-size: 18px;
  font-weight: 600;
}

.location > p:nth-child(2) {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.map {
  width: 100%;
  height: 160px;
  margin-top: 43px;
}
.map > p {
  color: #2d3471;
  font-size: 18px;
  font-weight: 600;
}
.busmap {
  width: 100%;
  height: 60px;
  margin-top: 25px;
}

.carmap {
  width: 100%;
  height: 30px;
  margin-top: 22px;
}

.map > ul > li > img {
  width: 20px;
}

.map > ul > li {
  float: left;
}

.map > ul > li:nth-child(1) > img {
  width: 20px;
}

.bus > img {
  float: left;
  margin-left: 10px;
}
.arowefr > img {
  float: left;
  margin-left: 10px;
}

/* ============================================================ */
/* footer  =============================================================== */

footer {
  width: 100%;
  height: 220px;
  border-top: 1px solid #dedede;
}
#footerBox {
  width: 1440px;
  height: auto;
  /* background-color: violet; */
  margin: 0 auto;
  position: relative;
}

#fLogo {
  width: 110px;
  background-size: cover;
  margin-top: 10px;
  position: absolute;
}

#fWeap {
  width: 710px;
  height: 85px;
  /* background-color: yellow; */
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 10px;
}

#fWeap .fw01 {
  font-size: 15px;
  width: 390px;
  height: 23px;
}
#fWeap .fw01 > ul > li {
  float: left;
  margin-right: 22px;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
}
#fWeap .fw02 {
  font-size: 15px;
  width: 710px;
  height: 45px;
}
#fWeap .fw02 > ul {
  margin-top: 20px;
}
#fWeap .fw02 > ul > li {
  float: left;
  margin-right: 22px;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
}

#fBrands {
  width: 200px;
  height: 25px;
  margin-top: -80px;
  margin-right: -26px;
}
#fBrands ul li {
  float: left;
  margin-left: 10px;
}
