@charset "UTF-8";

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


/* 팝업 */
/*popupControl*/

.popup {
  color: #666;
  position: relative;
  z-index: 999999
}

.popupTop {
  color: #FFF;
  font-size: 11px;
  border-bottom: 1px solid #999;
  cursor: move;
}

.popupCon {}

.close {
  border-top: 1px solid #CCC;
  background: #ddd;
  text-align: right;
  padding-right: 10px;
}

.pop_form_css {
  margin: 0px;
  padding: 0px;
}

.pop_form_css span {
  vertical-align: middle;
}

.check {}

.closeText {
  font-size: 12px;
}

.closeBtn {
  color: #06C;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/*popup position*/
#popup1 {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 10%;
  left: 35%;
  transform: translateX(-50%);
}

#popup2 {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 10%;
  left: 55%;
  transform: translateX(-50%);
}



/******************** 메인 슬라이드 시작 ********************/

.main {
  position: relative;
}

.slick-slider {
  position: relative;
}


.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}

.slide-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 800px;
  margin: auto;
  padding-top: 80px;
}

.slide-box-1 {
  background-size: cover;
  background: url(../img/main_bg.jpg) center;
  position: relative;
}

.slide-box-2 {
  background: url(../img/main_bg2.jpg);
  background-size: cover;
  background-position: center center;
}

.text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  color: #fff;
  font-family: 'S-CoreDream'; 
  letter-spacing: -2px;
}

.slide-box h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 2rem;
  padding-bottom: 4rem;
  letter-spacing: -2px;
  text-align: center;
}

.slide-box p {
  font-size: 20px;
  max-width: 50ch;
  opacity: 1;
  text-align: center;
}

.slide-box p.color {
  color: #f3c125;
}

.button a:hover {
  opacity: 0.7;
}

.main .banner {
  display: flex;
  grid-gap: 10px;
  padding-top: 6rem;
}

.main a {
  display: flex;
  background: #f3c125;
  width: 200px;
  height: 65px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: #303030;
}

.main a:nth-child(2) {
  background: #fff;
  color: #333;
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/





/* sec1 */
.sec1 {
  padding: 100px 0;
}

.sec1 h3 {
  font-size: 40px;
  font-family: 'MaruBuri-Regular';
  padding-bottom: 1rem;
}

.sec1 p {
  font-size: 26px;
}

.sec1 p.opa {
  font-size: 22px;
  opacity: 0.68;
  padding-top: 1rem;
}

.sec1 h2 {
  font-weight: normal;
  font-size: 41px;
  padding-top: 1rem;
}

.sec1 ul.sec1_imgbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  color: #fff;
}

.sec1 ul.sec1_imgbox li {
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sec1 ul.sec1_imgbox li:hover .sec1_imgtext {
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}

.sec1 ul.sec1_imgbox li:nth-child(1) {
  background: url(../img/sec1_1.jpg);
  background-size: 100%;
}

.sec1 ul.sec1_imgbox li:nth-child(2) {
  background: url(../img/sec1_2.jpg);
  background-size: 100%;
}

.sec1 ul.sec1_imgbox li:nth-child(3) {
  background: url(../img/sec1_3.jpg);
  background-size: 100%;
}

.sec1 .sec1_imgtext {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  transition: 0.5s;

}

.sec1 ul.sec1_imgbox h4 {
  background: #000000b2;
  width: 150px;
  height: 80px;
  border-radius: 80px 80px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  font-size: 25px;
  transition-delay: 0.2s;
  transition: 0.5s;
  font-family: 'GmarketSansMedium';
  font-weight: normal;
  color: #f3c125;
}

.sec1 ul.sec1_imgbox p {
  background: #000000b2;
  width: 100%;
  padding: 1.7rem 1rem 1rem;
  font-size: 20px;
  font-family: 'GmarketSansLight';
}

.sec1 .sec1_textbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  padding-top: 2rem;
}

.sec1 .sec1_textbox li {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  font-size: 20px;
  font-weight: 600;
}



/******************** 슬라이드2 시작 ********************/
.slide_bg {
  width: 100%;
  position: relative;
}

.slide_text {
  position: absolute;
  width: 50%;
  background: #ffffffc7;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 3rem;
  
}

.slide_text h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 2rem;
}

.slide_text p {
  font-size: 18px;
}

.slide2 {
  max-width: 930px;
  position: relative;
  height: 530px;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 530px;
}

.slick-arrow {
  position: absolute;
  transform: translateY(50%);
  /* height: 45px; */
  font-size: 0;
}



.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #bbb;
  height: 60px;
  width: 60px;
  left: 0px;
  bottom: 0px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #454545;
  height: 60px;
  width: 60px;
  left: 60px;
  bottom: 0;
  z-index: 2;
}


.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

.slide2 .slick-dots li+li {
  margin-left: 10px;
}

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/sec2_4.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/sec2_5.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/sec2_6.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/sec2_7.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box h2 {}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide2_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/******************** 슬라이드2 끝// ********************/




/* sec2 */
.sec2 {
  background: url(../img/sec2_bg.jpg);
  background-size: cover;
  padding: 90px 0;
  font-size: 23px;
  font-weight: 600;
  font-family: 'S-CoreDream'; 
  letter-spacing: -2px;
}

.sec2 .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  color: #fff;
  text-align: center;
}

.sec2 .container div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.sec2 .container div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.sec2 .container span {
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
  padding-top: 1.5rem;
}

.sec2 .container img {
  filter: brightness(10)grayscale(10);
}


/* sec3 */
.sec3 {
  padding: 100px 0;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 43px;
  padding-top: 2rem;
}

.sec3 ul li {
  border: 1px solid #ddd;
  font-size: 17px;
  text-align: center;
}

.sec3 .sec3_text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sec3 h2 {
  font-size: 1.6em;
  text-align: center;
  padding-bottom: 1rem;
}

.sec3 h3 {
  color: #fc6900;
  font-size: 1.3em;
}


.sec3 h4 {
  color: #fc6900;
  font-weight: normal;
  padding-bottom: 8px;
}

.sec3 p {
  padding: 1rem 0 2rem;
  font-size: 0.9em;
}

.sec3 a {
  background: #fc6900;
  color: #fff;
  padding: 1rem 3rem;
}


/* sec4 */
.sec4 {
  padding: 90px 15px;
  background: url(../img/sec4_bg.jpg);
  text-align: center;
}


/* sec5 */
.sec5 {
  padding: 100px;
}

.sec5 .container {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-gap: 60px;
  font-size: 18px;
}

.sec5 .container>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.sec5 .bg {
  background: url(../img/sec5_3.jpg) center;
  background-size: cover;
}

.sec5 h3 {
  font-size: 42px;
  line-height: 1.3;
  padding-bottom: 2rem;
  font-family: 'S-CoreDream'; 
  letter-spacing: -2px;
}

.sec5 p {
  max-width: 50ch;
  opacity: 0.85;
  padding-bottom: 2rem;
  font-size: 17px;
  font-weight: 400;
}

.sec5 .icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec5 .icon div {
  border: 1px solid #ddd;
  padding: 1.8rem;
text-align: center;
}

.sec5 .icon div:nth-child(1) {
  border-right: 0px solid #000;
}
.sec5 .icon h4 {
  padding: 1rem 0;
  font-size: 21px;
  text-align: center;
}
.sec5 .icon p {
  text-align: left;
  padding: 0;
  opacity: 1;
  padding: 6px 0;
  padding-left: 14px;
  background: url(../img/dot.png) no-repeat left 12px;
}


/**con2 시작**/
.con_2 {
  background: #e0e0e0;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0;
}

.box_list {
  margin: 0 -10px;
  overflow: hidden;
}

.box_list .box_item {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.box_list .box_item img {
  width: 100%;
}

.box_list .box_item a {
  display: block;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

.box_list .box_item a h2 {
  font-size: 26px;
  font-weight: 500;
}

.box_list .box_item a p {
  font-size: 17px;
  color: #777;
}

.box_list .box_item a span {
  display: block;
  color: #222;
  font-size: 16px;
  width: 86px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  padding: 6px 20px;
  border: 1px solid #ddd;
}

/**con2 끝//**/


/* cs */
.cs {
  background: #424242;
  padding: 100px 0;
  color: #fff;
}

.cs .container {
  display: grid;
  grid-template-columns: 1fr 1.0fr;
  font-size: 17px;
}

.cs h1 {
  font-size: 38px;
  text-align: right;
}

.cs h2 {
  font-size: 35px;
  line-height: 1.0;
}

.cs h4 {
  font-size: 20px;
  width: 80px;
  text-align: center;
  border-radius: 20px;
  background: #e2b930;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  padding: 6px;
}

.cs span.kor {
  opacity: 0.7;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
}

.cs .add {
  font-size: 22px;
  font-weight: normal;
}

.cs .time {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding-top: 2rem;
}

.cs .cs_sns {
  padding-top: 3rem;
  display: flex;
  grid-gap: 30px;
}

.cs .icon {
  display: flex;
  grid-gap: 16px;
}

.cs .contact {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

.cs .map {
  padding-top: 1rem;
}

.cs .map .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}



/**m_tit 시작**/
.m_tit {
  text-align: center;
}

.m_tit p {
  font-size: 19px;
  font-family: 'S-CoreDream'; 
  letter-spacing: -1px;
  line-height: 1.6;
  opacity: 0.8;
  padding-bottom: 40px;
}

.m_tit h2 {
  font-size: 43px;
  line-height: 170%;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
  font-family: 'S-CoreDream'; 
}

.m_tit h3 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
}

.m_tit h2 b {
  color: rgb(226, 155, 3);
  font-weight: 900;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit span {
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
}

.m_tit p b{
  color: rgb(226, 73, 3);
}

/**m_tit 끝//**/





/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 52px;
  }

  .slide-box p {
    font-size: 22px;
  }


  /**메인 슬라이드 끝**/


  /**m_tit 시작**/
  .m_tit {}

  .m_tit h2 {
    font-size: 37px;
  }

  .m_tit p {
    font-size: 20px;
  }


  /**m_tit 끝//**/


  /* sec1 */

  .sec1 {}

  .slide_text h3 {
    font-size: 40px;
  }


  /* sec2 */
  .sec2 {
    padding: 70px 0;

  }

  /* sec3 */
  .sec3 {
    padding: 70px 0;
  }


  /* sec5 */
  .sec5 .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    font-size: 16px;
  }

  .sec5 .bg {
    background: url(../img/sec5_3.jpg) center;
    background-size: cover;
    height: 330px;
  }

  .sec5 h3 {
    font-size: 42px;
    line-height: 1.3;
    padding-bottom: 2rem;
  }

  .sec5 p {
    max-width: 50ch;
    opacity: 0.85;
    padding-bottom: 2rem;
  }

  /**con2 시작**/
  .con_2 {
    padding: 50px 0;
  }

  .box_list .box_item a h2 {
    font-size: 20px;
  }

  .box_list .box_item a p {
    font-size: 14px;
  }

  .box_list .box_item a span {
    font-size: 14px;
    margin-top: 10px;
  }

  /**con2 끝//**/







}

/*******************************************************************************************************************************
 *** 모바일 max-width 768
*******************************************************************************************************************************/
@media (max-width:768px) {

  
/*popup position*/
#popup1 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

#popup2 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}



  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 500px;
    border-bottom: none;
  }

  .text-group {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }

  .slide-box h2 {
    font-size: 34px;
    line-height: 1.2;
    padding-bottom: 3rem;
  }

  .slide-box p {
    font-size: 18px;
  }

  .slide-box a {
    display: none;
  }

  .button a {
    font-size: 14px;
    padding: 15px 30px;
  }



  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 26px;
    margin: auto;
    display: flex;
    line-height: 1.3;
    flex-direction: column;
  }

  .m_tit h2 strong {
    display: block;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 1rem !important;
  }

  .m_tit2 h3 {
    display: none;
  }

  .m_tit h3 {
    font-size: 25px;
  }

  /**m_tit 끝//**/



  /* sec1 */
  .sec1 {
    padding: 60px 0;
  }

  .sec1 ul.sec1_imgbox {
    grid-template-columns: 1fr;
  }

  .sec1 .sec1_textbox {
    grid-template-columns: 1fr;
  }


  .sec1 .sec1_imgtext {
    opacity: 1;
    visibility: visible;
  }

  .sec1 h3 {
    font-size: 30px;
  }

  .sec1 h2 {
    font-size: 32px;
  }

  .sec1 p {
    font-size: 17px;
  }

  .sec1 p.opa {
    font-size: 16px;
  }


  /* sec2 */
  .sec2 {
    padding: 50px 0;
    font-size: 17px;
    letter-spacing: -1px;
  }

  .sec2 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec2 .container div:nth-child(1) {
    text-align: center;
  }


  /* sec3 */
  .sec3 {
    padding: 60px 0;
  }

  .sec3 ul {
    grid-template-columns: 1fr;
    grid-gap: 53px;
    padding-top: 1rem;
  }

  .sec3 ul li {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ddd;
  }


  .sec3 .sec3_text h2 {
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 1rem;
    display: flex;
    grid-gap: 15px;
  }

  .sec3 h3 {
    color: #fc6900;
    font-size: 1.2em;
  }


  /* sec4 */
  .sec4 {
    padding: 70px 0;
    background-size: cover !important;
    background-position-x: 60%;
  }

  .sec4 .textbox {
    font-size: 18px;
  }

  .sec4 .textbox br {
    display: none;
  }

  .sec4_box h3 {
    font-size: 20px;
  }

  .sec4_box p {
    font-size: 16px;
  }


  /* sec5 */
  .sec5 {
    padding: 60px 0;

    text-align: center;
  }

  .sec5 .container>div {
    align-items: center;
  }




}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {

  /* slide */
  .slide-box {
    height: 470px;
  }

  .slide-box-1 {
    background-position: 40%;
    background-size: cover;
  }

  .slide-box .text-group {
    height: 100%;
  }

  .slide-box h2 {
    font-size: 33px;
    max-width: 14ch;
    padding-bottom: 2rem;
    text-shadow: 0 0 10px #000;
  }


  .slide-box p {
    font-size: 15px;
  }

  .slide-box p br {
    display: none;
  }


  /* sec1 */

  .slide2,
  .slide2-box {
    height: 350px;
  }

  .slide_text {
    width: 100%;
    top: 100%;
    position: relative;
    transform: translateY(0);
    padding: 2rem;
    padding-top: 3rem;
  }


  /* sec1 */
  .sec1 ul.sec1_imgbox p {
    font-size: 18px;
  }




  /* sec3 */
  .sec3 {
    padding: 60px 0;
  }

  .sec3 .container {
    grid-gap: 10px;
  }

  .sec3 p {
    font-size: 15px;
  }


  /* sec4 */
  .sec4 {
    padding: 60px 20px;
  }

  .sec4_box .list {
    grid-template-columns: 70px 1fr;
  }

  .sec4 .textbox {
    font-size: 15px;
    background-position: right;
  }


  /* sec5 */
  .sec5 {
    padding: 60px 0px;
  }

  .sec5 h3 {
    font-size: 23px;
  }

  .sec5 .sec5_box br {
    display: none;
  }

  .sec5 .icon {
    grid-template-columns: 1fr;
  }

  .sec5 .icon div:nth-child(1) {
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
  }


}