@charset "utf-8";
#wrap {
  overflow: hidden;
  height: 100vh;
}
/* header */
  #header_main{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    transition: 0.2s;
  }
  #header_main .inner {
    height: 100%;
  }
  
  #header_main a.logo {
    width: 100px;
    height: 44px;
    background-image: url("../images/logo_on.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  
  #header_main .gnb {
    float: right;
  }
  
  #header_main .gnb > ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  
  #header_main .gnb > ul > li {
    float: left;
  }
  
  #header_main .gnb > ul > li:last-child a {
    padding-right: 0;
  }
  
  #header_main .gnb > ul > li > a {
    display: block;
    padding: 25px 55px 25px;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    transition: 0.2s;
    font-family: 'TheJamsil';
  }
  
  #header_main .gnb > ul > li > div {
    display: none;
  }
  
  #header_main .gnb > ul > li.relative {
    position: relative;
  }
  
  #header_main .gnb > ul > li div.depth_type01 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(246, 246, 246, 0.9);
    padding: 25px 0;
    text-align: center;
  }
  
  #header_main .gnb > ul > li div.depth_type01 ul li {
    position: relative;
  }
  
  #header_main .gnb > ul > li div.depth_type01 ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    padding: 8px 0;
    position: relative;
  }
  
  #header_main .gnb > ul > li div.depth_type01 ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #1771e8;
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.2s;
  }
  
  #heade_main .gnb > ul > li div.depth_type01 ul li:hover a {
    color: #1771e8;
  }
  
  #header_main .gnb > ul > li div.depth_type01 ul li:hover a:before {
    width: 35px;
  }
  
  #header_main .gnb > ul > li div.depth_type02 {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    background: rgba(246, 246, 246, 0.9);
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  
  /*#header .gnb > ul > li div.depth_type02:before{content:""; width:10000%; height:100%; background:rgba(246,246,246,0.9); position:absolute; left:-5000%; top:0; }*/
  #header_main .gnb > ul > li div.depth_type02 > ul {
    font-size: 0;
    letter-spacing: -4px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ced0d0;
    padding: 25px 0;
    box-sizing: border-box;
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li:last-child {
    border-right: 0;
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li > a {
    display: block;
    font-size: 17px;
    color: #1771e8;
    letter-spacing: -0.025em;
    font-weight: 500;
    padding: 8px 0;
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li > ul {
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li > ul li a {
    display: block;
    font-size: 15px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 300;
    padding: 8px 0;
    position: relative;
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li > ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #1771e8;
    position: absolute;
    left: -50%;
    top: 50%;
    transition: 0.2s;
  }
  
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li > ul li:hover a {
    color: #1771e8;
  }
  
  #header_main .gnb > ul > li div.depth_type02 > ul > li > ul li:hover a:before {
    width: 35px;
  }
  
  #header_main .m_btn {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  
  #header_main .m_btn span {
    display: block;
    width: 40px;
    height: 2px;
    background: #666666;
    margin: 10px 0;
  }
  
  #header_main:hover {
    background: #fff;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  }
  
  #header_main:hover a.logo {
    background-image: url("../images/logo.png");
  }
  
  #header_main:hover .gnb > ul > li > a {
    color: #333333;
  }
  
  #header_main:hover .m_btn span {
    background: #000;
  }
  
  #header_main.on {
    background: #fff;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  }
  
  #header_main.on a.logo {
    background-image: url("../images/logo.png");
  }
  
  #header_main.on .gnb > ul > li > a {
    color: #3a3a3a;
  }
  
  #header_main.on .m_btn span {
    background: #000;
  }
  
  #header_main .gnb > ul > li:hover > a {
    color: #1771e8;
  }
  
  @media all and (max-width: 1200px) {
    #header_main .gnb > ul > li > a {
      padding: 36px 40px 37px;
    }
  }
  
  @media all and (max-width: 1000px) {
    #header_main {
      height: 80px;
    }
  
    #header_main .gnb {
      display: none;
    }
  
    #header_main .m_btn {
      display: block;
    }
  }
/* main_visual */
.main_visual {
    width: 100%;
}

.main_visual .visual {
    height: 100vh;
    background-image: url('../images/main.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.main_visual .text {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 2;
}

.main_visual .text .mainTxt {
    background: url(../images/maintxt.png) no-repeat;
    width: 642px;
    height: 287px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media all and (max-width:640px) {
  .main_visual .text .mainTxt{
     background: url(../images/maintxt_m.png) no-repeat;
    width: 250px;
    height: 112px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

/* footer */
#main_footer {
  background: #00000063;
  padding: 30px 0 30px;
  position: relative;
  bottom: 181px;
}

#main_footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main_footer .inner .footerlogo {
  width: 100px;
  height: 44px;
  background-image: url("../images/logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#main_footer .left ul {
  font-size: 0;
  letter-spacing: -4px;
  margin-bottom: 25px;
}

#main_footer .left ul li {
  display: inline-block;
  vertical-align: top;
}

#main_footer .left ul li a {
  display: block;
  font-size: 16px;
  color: #cccccc;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
}

#main_footer .left ul li:first-child a {
  padding-left: 0;
}

#main_footer .left ul li a:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #8c8c8c;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
}

#main_footer .left ul li:last-child a:before {
  display: none;
}

#main_footer .left p {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.5;
  font-weight: 300;
}

#main_footer .left p b {
  font-weight: 600;
  border-radius: 30px;
  padding: 5px 10px 5px 0;
}
#main_footer .left p span {
  padding: 5px 10px 5px 0;
}

#main_footer .right {
  text-align: right;
}

#main_footer .right select::-ms-expand {
  display: none;
}

#main_footer .right ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -4px;
}

#main_footer .right ul li {
  display: inline-block;
  vertical-align: top;
}

#main_footer .right ul li a {
  display: block;
  position: relative;
}

#main_footer .right ul li:last-child a {
  padding-right: 0;
}

#main_footer .right p {
  margin-top: 20px;
  font-size: 14px;
  color: #cccccc;
  font-weight: 200;
}

#main_footer .right p b {
  font-weight: 500;
}

@media (max-width: 1000px) {
  #main_footer {
    padding: 30px 0 40px;
    bottom: 309px;
  }

  #main_footer .inner {
    flex-direction: column;
  }

  #main_footer .left {
    text-align: center;
  }

  #main_footer .left ul li a {
    padding: 8px !important;
  }

  #main_footer .left ul li a:before {
    display: none;
  }

  #main_footer .right {
    float: none;
    text-align: center;
    margin-top: 30px;
  }

  #main_footer .right p {
    margin: 20px 0 10px;
  }
}

@media (max-width: 505px) {
  #main_footer .left p {
    /* display: flex; */
    /* flex-direction: column; */
}
}
