
.sub_inner { max-width: 1512px; margin: 0 auto; width: 100%; } 
.sub_bottom { margin-bottom: 180px; } 
.sub_top { background-color: #000; } 
.sub_top_wrap { max-width: 1512px; margin: 0 auto; padding:260px 0 145px; width: 100%; display: grid; grid-template-columns: repeat(8, 189px); grid-template-rows:repeat(8, 80px); } 
.sub_top .sub_tit { color: #fff; font-size: 15rem; transform: translateY(-35px) !important; } 
.sub_top p { font-size: 2.4rem; color: #fff; line-height: 1.6; } 
.sub_top .top_title1 { grid-row: 1 / 3; grid-column: 1 / 5; } 
.sub_top .top_title2 { grid-row: 4 / 5; grid-column: 5; } 
.sub_top .top_title3 { grid-row: 7 / 9; grid-column: 6 / 9; } 
.sub_top .sub_txt_right { grid-row: 1 / 3; grid-column: 6 / 9; } 
.sub_top .sub_txt_left { grid-row: 7 / 9; grid-column: 1 / 5; } 

.sub_top2 { grid-template-columns: repeat(18, 84px); grid-template-rows: repeat(9, 70px); } 
.sub_top2 .top_title1 { grid-column: 1 / 6; } 
.sub_top2 .top_title3 { grid-row: 7 / 9; grid-column: 9 / 16; } 
.sub_top2 .sub_txt_right { grid-column: 9 / 18; } 
.sub_top2 .sub_txt_left { grid-column: 1 / 6; } 


/*licensing*/
.licensing { margin-top: 120px; } 
.licensing_list { display: flex; flex-wrap: wrap; } 
.licensing_list li { width: calc(100% / 3); } 
.licensing_list li a { display: block; width: 100%; height: 100%; } 
.licensing_list li img { width: 100%; } 

.license_pop { display: none; position:fixed; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:999999999999; top: 0; } 
.license_pop_wrap { background-color: #000; max-width: 1512px; width: 100%; padding:90px 50px; position: relative; margin: 130px auto 50px; height: 780px; display: flex; align-items: center; } 
.sub_pop_flex { display: flex; justify-content: space-between; align-items: center; width: 100%; } 
.sub_pop_flex li { } 
.sub_pop_flex .sub_pop_slide { width: 30%; position: relative; } 
.sub_pop_btn { position: absolute; width: 30%; bottom: -35px; } 
.sub_pop_btn div { } 
.sub_pop_btn div::after { font-size: 3rem; color: #fff; } 
.sub_pop_btn .swiper-button-next::before { content: ""; width: 1px; height: 30px; background-color: #fff; position: absolute; left: -27px; top: 5px; } 

.sub_pop_flex .sub_pop_slide .mySwiper { } 
.sub_pop_flex .sub_pop_slide .mySwiper .swiper-slide { } 
.sub_pop_flex .sub_pop_slide .mySwiper .swiper-slide img { } 
.sub_pop_flex .sub_pop_right { width: 63%; } 
.sub_pop_flex .sub_pop_right .popup_scroll { height: 400px; overflow-y: auto; padding-right: 30px; } 
.sub_pop_flex .sub_pop_right .popup_scroll::-webkit-scrollbar { width: 3px; } 
.sub_pop_flex .sub_pop_right .popup_scroll::-webkit-scrollbar-thumb { background: rgba(188, 1, 4); border-radius: 10px; } 
.sub_pop_flex .sub_pop_right .popup_scroll::-webkit-scrollbar-track { background: rgba(225, 255, 255, .1); } 


.sub_pop_flex .sub_pop_right .pop_logo { text-align: center; margin-bottom: 30px; } 
.sub_pop_flex .sub_pop_right .pop_logo img { width: 20%; } 
.sub_pop_flex .sub_pop_right .pop_logo img.auto { width: auto; } 
.sub_pop_flex .sub_pop_right .sub_pop_txt { margin-bottom: 40px; } 
.sub_pop_flex .sub_pop_right .sub_pop_txt p { color: #fff; font-size: 1.8rem; line-height: 1.5; } 

.license_pop_wrap .close { position: absolute; right: 20px; top: 20px; cursor: pointer; } 
.license_pop_wrap .close i { font-size: 3rem; color: #fff; } 


/*legal*/
.legal_list { display: flex; justify-content: space-between; margin-top: 120px; } 
.legal_list li { width:calc(100% / 3 - 45px); background-color: #fff; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; text-align: center; height: 492px; padding: 50px; } 
.legal_list li div { } 
.legal_list li div img { } 
.legal_list li h3 { font-size: 2rem; margin:50px 0 40px; } 
.legal_list li p { font-size: 1.8rem; color: #333; line-height: 1.6; } 


/*about*/
.about_top { padding: 260px 0 60px; background-color: #000; } 
.about_top ul { display: flex; justify-content: space-between; } 
.about_top ul .sub_tit { width: 35%; font-size: 15rem; color: #fff; transform: translateY(-35px); line-height: 1; font-weight: 700; } 
.about_top ul .about_top_right { width: 55%; } 
.about_top ul li p { font-size: 2.4rem; color: #fff; line-height: 1.5; } 
.about_wrap { background-color: #000; padding-bottom: 100px; } 
.about_wrap .sub_inner { border-top: 1px solid #fff; } 
.about_wrap h3 { text-align: center; font-size: 2.4rem; margin: 50px 0; color: #fff; font-weight: 400; } 
.about_list { display: flex; justify-content: space-between; width: 70%; margin: 0 auto; } 
.about_list li { width: calc(100% / 3 - 100px); border: 1px solid #fff; } 
.about_list li a { display: flex; align-items: center; padding:30px; justify-content: center; } 
.about_list li a span { font-size: 2rem; color: #fff; } 
.about_list li a i { font-size: 2.5rem; color: #fff; margin-left: 10px; transition: all .3s; } 
.about_list li a:hover i { transform: translateX(10px); } 


/*contact*/
.contact { } 
.con_bg1 { background: url(../img/contact1_bg.jpg) no-repeat; width: 100%; height: 945px; background-size: cover; } 
.con_bg2 { background: url(../img/contact2_bg.jpg) no-repeat; width: 100%; height: 945px; background-size: cover; } 
.con_bg3 { background: url(../img/contact3_bg.jpg) no-repeat; width: 100%; height: 945px; background-size: cover; } 
.contact .sub_inner { height: 100%; } 
.contact_wrap { display: flex; align-items: end; height: 100%; width: 100%; } 
.contact_wrap ul { display: flex; justify-content: space-between; width: 100%; margin-bottom: 30px; } 
.contact_wrap ul li { } 
.contact_wrap ul .contact_left { width: 27%; } 
.contact_wrap ul .contact_left div p { width: 30%; } 
.contact_wrap ul .contact_left div a { width: 65%; } 
.contact_wrap ul li h3 { font-size: 2.8rem; color: #fff; margin-bottom: 20px; }
.contact_wrap ul li h3 a{color: #fff; font-size: 2.8rem; transform: translateY(2px);} 
.contact_wrap ul li>div { display: flex; justify-content: space-between; } 
.contact_wrap ul li p { font-size: 2rem; color: #f3f3f3; line-height: 1.4; } 
.contact_wrap ul li a { font-size: 2rem; color: #f3f3f3; } 



/*******************************반응형*************************************/
@media (max-width: 1770px) { }
@media (max-width: 1540px) { 
    /*sub_top*/
    .sub_top_wrap { width: 95%; grid-template-columns: repeat(4, 180px); grid-template-rows: repeat(5, 70px); } 
    .sub_top .sub_tit { font-size: 13rem; } 
    .sub_top .top_title1 { grid-row: 1 / 2; grid-column: 1 / 5; } 

    /*공통*/
    .sub_inner {width: 95%;}

    /*licensing*/
    .license_pop_wrap{width: 90%;}
    .sub_pop_slide .swiper-wrapper .swiper-slide img{width: 100%;}
    .sub_pop_btn{width: 125px;}
    .sub_pop_flex .sub_pop_slide img{width: 100%;}

}
@media (max-width: 1380px) { 
  /*sub_top*/
    .sub_top_wrap { width: 95%; grid-template-columns: repeat(4, 145px); grid-template-rows: repeat(5, 50px); } 
    .sub_top .sub_tit { font-size: 10rem; transform: translateY(-20px) !important;}

    .sub_top2{grid-template-columns: repeat(9, 80px); grid-template-rows: repeat(6, 60px);}
  .sub_top2 .sub_txt_right{    grid-column: 8 / 18;}
  .sub_top2 .top_title3{    grid-column: 11 / 18;}

  /*legal*/
  .legal_list li{height: 550px;}

  /*about*/
.about_top ul .sub_tit{font-size: 13rem;}

  /*contact*/
  .con_bg1{background-position: center;}
  .con_bg2{background-position: center;}
  .con_bg3{background-position: center;}


}
@media (max-width: 1280px) { 
    
    /*sub_top*/
    .sub_top p{font-size: 2.2rem;}
    .sub_top_wrap {grid-template-columns: repeat(8, 1fr);grid-template-rows: repeat(8, auto);}
   .sub_top2{grid-template-columns: repeat(8, 1fr);grid-template-rows: repeat(3, 1fr);}


    /*공통*/
    .sub_bottom{margin-bottom: 100px;}

      /*legal*/
  .legal_list li{width: calc(100% / 3 - 20px);}
  .legal_list li h3{margin: 30px 0;}

  /*about*/
  .about_top ul .sub_tit{font-size: 11rem;}
  .about_list{width: 90%;}

  /*contact*/
  .contact_wrap ul .contact_left{width: 30%;}


}
@media (max-width: 1080px) {

    /*sub_top*/
    .sub_top .sub_tit{font-size: 8rem; }
    .sub_top p{line-height: 1.3;}
    .sub_top_wrap{padding: 200px 0 120px;}

    /*legal*/
    .legal_list li div img{width: 80px;}
    .legal_list li{padding: 50px 20px; height: 500px;}

  /*about*/
  .about_top ul{flex-direction: column;}
  .about_top ul .sub_tit{width: 100%; margin-bottom: 20px;}
  .about_top ul .about_top_right{width: 100%;}
  .about_list{width: 100%;}
  .about_list li{width:calc(100% / 3 - 50px) ;}

  /*contact*/
  .contact_wrap ul .contact_left{width: 35%;}


 }
@media (max-width: 800px) {

    /*sub_top*/
  .sub_top .sub_tit{font-size: 6rem;}
  .sub_top .top_title1{grid-row: 1 / 2; grid-column: 1 / 9;}
  .sub_top .top_title2{    grid-row: 2; grid-column: 3;}
  .sub_top .top_title3{grid-row: 2; grid-column: 5 / 9;}
  .sub_top .sub_txt_right{    grid-row: 3; grid-column: 1 / 9;}
  .sub_top .sub_txt_left{grid-column: 1 / 9; grid-row: 5;}

  .sub_top2{grid-template-columns: repeat(8, 1fr);grid-template-rows: repeat(4, 1fr);}
  .sub_top2 .sub_txt_right{        grid-row: 3 / 6; grid-column: 1 / 9;}
  .sub_top2 .sub_txt_left{        grid-column: 1 / 9;grid-row: 6;}

    /*licensing*/
    .license_pop_wrap{height: auto; left: 50%; top: 52%; transform: translate(-50%, -50%); margin: 0; padding: 30px;}
    .sub_pop_flex{flex-direction: column;}
    .sub_pop_flex .sub_pop_slide{width: 40%;}
    .sub_pop_flex .sub_pop_right{width: 100%; margin-top: 30px;}
    .sub_pop_flex .sub_pop_right .sub_pop_txt{margin-bottom: 10px;}
    .sub_pop_btn{position: inherit; bottom: 0; margin-top: 30px;}
    .sub_pop_flex .sub_pop_right .popup_scroll{height: 300px;}
    .sub_pop_flex .sub_pop_right .pop_logo{text-align: left; margin-bottom: 10px;}
    .sub_pop_flex .sub_pop_slide img{width: 100%;}
     .sub_pop_flex::-webkit-scrollbar { width: 3px; } 
    .sub_pop_flex::-webkit-scrollbar-thumb { background: rgba(188, 1, 4); border-radius: 10px; } 
    .sub_pop_flex::-webkit-scrollbar-track { background: rgba(225, 255, 255, .1); } 


  /*legal*/
  .legal_list{flex-direction: column; margin-top: 50px;}
  .legal_list li{width: 100%; height: auto; padding: 20px; margin-bottom: 20px;}
  .legal_list li:last-child{margin-bottom: 0;} 
  .legal_list li h3{margin: 10px 0 20px;}


   /*about*/
   .about_top{    padding: 200px 0 60px;}
  .about_top ul .sub_tit{font-size: 8rem;}
  .about_top ul li p{font-size: 2.2rem;}
  .about_wrap h3{font-size: 2.2rem;}
  .about_list li{width: calc(100% / 3 - 20px);}

  /*contact*/
  .contact_wrap{padding-top: 100px; align-items: center;}
  .contact_wrap ul{flex-direction: column; align-items: center; background-color: rgba(0,0,0,0.5); border-radius: 20px; padding: 50px 20px;}
  .contact_wrap ul .contact_left{width: 100%; margin-bottom: 50px;}
  .contact_wrap ul li{width: 100%;}
  .contact_wrap ul li h3{font-size: 2.4rem;}
  .contact_wrap ul li h3 a{font-size: 2.5rem;}



 }
@media (max-width: 650px) {
       /*sub_top*/
.sub_top .sub_tit{font-size: 5rem; transform: translateY(-10px) !important;}
  .sub_top p{font-size: 2rem; line-height: 1.5;}
  .sub_top_wrap{padding: 160px 0 120px;}

      /*licensing*/
  .sub_pop_flex .sub_pop_right .sub_pop_txt p{font-size: 1.6rem;}
  .sub_pop_btn div::after{font-size: 2rem;}
  .sub_pop_btn .swiper-button-next::before{height: 20px; top: 10px;}
  .licensing_list li{width: calc(100% / 2);}
  .licensing{margin-top: 60px;}
  .license_pop_wrap{padding: 20px;}
  .sub_pop_flex{height: 400px; overflow-y: auto;}
  .sub_pop_flex .sub_pop_right .popup_scroll{overflow-y: inherit;}
  .license_pop_wrap .close i{font-size: 2.5rem;}
  .license_pop_wrap .close{right: 10px; top: 10px;}


  /*legal*/
  .legal_list li div img{width: 60px;}
  .legal_list li{margin-bottom: 30px;}
  .legal_list li h3{font-size: 1.8rem;}
  .legal_list li p{font-size: 1.7rem;}

   /*about*/
   .about_top{    padding: 150px 0 60px;}
  .about_top ul .sub_tit{font-size: 5rem;}
  .about_top ul li p{font-size: 2rem;}
  .about_wrap h3{font-size: 2rem;}
  .about_list{flex-direction: column;}
  .about_list li{width: 100%; margin-bottom: 20px;}
  .about_list li:last-child{margin-bottom: 0;}
  .about_list li a span{font-size: 1.8rem;}

    /*contact*/
    .contact_wrap ul li h3{font-size: 2.2rem;}
    .contact_wrap ul li p{font-size: 1.8rem;}
    .contact_wrap ul li a{font-size: 1.8rem;}
  .contact_wrap ul li h3 a{font-size: 2rem;}




 }

@media (max-width: 480px) { 
       /*sub_top*/
    .sub_top .sub_tit{font-size: 4rem;}
    .sub_top p{font-size: 1.6rem; }
    .sub_top_wrap{padding: 115px 0 80px;}

    /*licensing*/
    .sub_pop_flex .sub_pop_slide{width: 80%;}
    .sub_pop_flex .sub_pop_right .pop_logo img{width: 40%;}


    /*legal*/
    .legal_list li p{font-size: 1.6rem;}
    .sub_top2{grid-template-rows: repeat(2, 1fr);}
    
    /*about*/
    .about_top ul .sub_tit{font-size: 4rem;}
    .about_top ul li p{font-size:1.8rem ;}
    .about_wrap h3{font-size: 1.8rem;}
    .about_list li a span{font-size: 1.7rem;}

  /*contact*/
  .contact_wrap ul li h3{font-size: 2rem;}
  .contact_wrap ul li>div{flex-direction: column;margin-bottom: 10px;}
  .contact_wrap ul .contact_left div p{font-size: 1.6rem; width: 100%;}
  .contact_wrap ul .contact_left div a{width: 100%; font-size: 1.6rem;}
  .contact_wrap ul li:last-child p{display: inline;}


}

@media (max-width: 400px) { 
       /*sub_top*/
    .sub_top .sub_tit{font-size: 3rem;}

    .sub_pop_flex .sub_pop_right .sub_pop_txt p{font-size: 1.5rem;}

      /*contact*/
  .contact_wrap ul li h3{font-size: 1.8rem;}
}
