    
/* PC 반응형 */

@media screen and (max-width: 1600px) {
    
    html {font-size: 16px;}
    
    .m3_txtbox { padding: 8% 14%; }
   
    
}
    


@media screen and (max-width: 1500px) {

    #fp-nav {display: none;}

    .new_m3_topcont { margin-bottom: 3vh;}

}
    


@media screen and (max-width: 1440px) {
    
    html {font-size: 15px;}
    
    


    
}


@media screen and (max-width: 1200px) {
    
    html {font-size: 14px;}
    
    

    
}


    
/* mobile */
@media screen and (max-width: 780px) {
    .pc {display: none;}
    .mob {display: block;}
    html, body {  min-width: auto;}
    #header {  min-width: auto;}
    
    /*    header   */
    
    
    #header {margin-top: 0px;  border-bottom: none; height: 55px; overflow: initial; transition: none;} 
    #header:hover { border-bottom: none;  height: 55px !important; background-color: transparent;}
    #header.on {
        background-color: #fff;
    }
    #header::after {  top: 55px; color: #fff;}
    #header_inner { position: relative;  margin: 15px 0px 0px;  width: 100%;}
    #header_logo {  width: 100%;  max-width: 100px;  margin-left: 0px;  position: absolute;  left: 50%;  top: -4px;  transform: translate(-50%, 0px); margin-top: 0px;}
    #header_logo img {transition: none;}
    #header:hover #header_logo img:nth-child(1) {opacity: 1;}
    #header:hover #header_logo img:nth-child(2) {opacity: 0;}
    #header.on #header_logo img:nth-child(1) {opacity: 0;}
    #header.on #header_logo img:nth-child(2) {opacity: 1;}
    #right_header { right: auto;  top: 0px;  left: 0px;   font-size: 0px;  width: 14%;  height: auto; margin-top: 0;}
    #right_header > li { margin: 0px;}
    #lang {
        max-width: 40px;
        display: none !important;
    }
    #lang2 { left: 15px;  max-width: 60px;  top: 0px; text-align: center; min-height: 25px; line-height: 25px;  font-size: 13px; border-radius: 12px;  margin: 0px;  border: 1px solid #ddd; color: #666;  position: absolute; width: 100%; overflow: hidden; z-index: 99;}
    #lang2.on {background-color: #fff; color: #666; }
    #lang2 li { display: block;  position: relative;  text-align: center;  font-size: 12px;  text-transform: uppercase;  transform: skewX(-0.3deg);  line-height: 18px;}
    #lang2.on .lang_sub {display: block; }
    .lang_sub {  width: 100%;  display: none;  padding: 5px 0px 5px;  color: #333; }
    #header:hover #lang {
        color: #fff;
        background-color: transparent;
    }
    #lang:hover {
        border: 0;
    }
    #lang:hover .lang_sub {
        display: none;
    }
    #header.on #lang {
        color: #666;
    }
    #header.on .lang_sub {
        color: #666;
    }
    #lang .lang_sub li a {
        color: #fff;
    }
    #header.on #lang .lang_sub li a {
        color: #666;
    }

    #lang.on .lang_sub{
        display: block;
    }

    #header:hover #sitemap i {
        color: #fff;
    }
    #header.on #sitemap i {
        color: #666;
    }
    #sitemap i {
        font-size: 1.8rem;
    }
    #menu_icon {  display: block;  position: absolute;  width: 100%;  max-width: 25px;  right: 15px;  top: 6%;  z-index: 100;}
    #menu_icon i {font-size: 1.6rem; color: #fff;}
    #header.on #menu_icon i {
        color: #666;
    }
    #open_btn {display: block;}
    #close_btn {display: none;}
    
    
    #sub_nav { width: 100%; font-size: 0px;  background-color: rgba(255,255,255,1);  text-align: center;  display: none;  position: absolute; top: 40px;  height: 40px;}
    #sub_nav li {display: inline-block; vertical-align: top; width: 30px; margin:10px; }
    #sub_nav > li#login {display: none;}
    
    
    #nav {  display: none;  width: 100%;  padding: 0px 20px;  box-sizing: border-box;  position: absolute;  top: 38px;  left: 0px; background-color: rgba(255,255,255,1); margin: 0px;  padding-bottom: 20px;}
    #nav > li:nth-child(1) {margin-top: 15px; line-height: initial;}
    #nav > li {  width: 100% !important;  color: #000;  text-align: left;  margin-bottom: 15px;  font-size: 16px;  transform: skewX(-0.3deg);}      
    
    #header:hover .nav_ul {display: none}
    .nav_ul { padding: 5px 20px;  box-sizing: border-box;  margin-top: 5px;}
    .nav_ul li { font-size: 13px; line-height: 16.55px;  margin-bottom: 10px; }
    .nav_ul a:last-child li {margin-bottom: 0px;}
    
    

        
    /*    footer   */
    
    .f_inner {  padding-top: 0px; }
    .f_logo {
        margin-bottom: 25px;
    }
    .f_logo img {
        max-width: 150px;
    }
    .f_inner > li:nth-child(1) { width: 100%;}
    .f_inner > li:nth-child(1) > img { max-width: 100px;}
    .f_inner > li:nth-child(2) {  margin-left: 0px;  width: 100%;  margin-top: 0px;}
    .f_inner > li:nth-child(2) p { transform: skewX(-0.3deg); font-size: 12px; line-height: 16px; }
    .f_inner > li:nth-child(2) p::before {  top: 4px;  transform: none;}
    .f_inner > li:nth-child(2) p.copy {  padding: 8px 0px;  font-size: 10px;  line-height: 15.96px;   margin-top: 15px;}
    .f_inner > li:nth-child(3) { width: 100%;  text-align: center;  margin-bottom: 15px;  margin-top: 10px;  opacity: 0.8;}
    .f_inner > li:nth-child(3) > a { transform: skewX(-0.3deg);  font-size: 11px;  line-height: 20.2px;  display: inline-block;  text-align: center;  padding: 0px 5px;}
    
    .f_nav {
        margin-top: 0px;  
        text-align: left;
        display: none;
    }
    .f_nav > li {
        margin-right: 10px;
        font-size: 0.8rem;
        opacity: 1;
    }
    .f_bottom .f_inner.bottom > li {
        width: 50%;
    }




    /*    main   */
    
    #fp-nav.fp-right {
        display: none;
    }
    .a1 .swiper-slide {
        background-size: cover;
        animation: none;
    }
    .m1_txtbox p:nth-child(1) {
        font-size: 1.9rem;
    }



    .m2_title {
        width: 100%;
        top: 4%;
    }
    .m_txt2 {
        font-size: 2.0rem;
    }
    .m2::before {
        content: "";
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .m2_ul {
        height: 85%;
        top: 15%;
    }
    .m2_ul > li {
        width: 100%;
        height: 20%;
    }
    .m2_ul > li::before {
        display: none;
    }
    .m2_ul > li a {
        padding-top: 30px;
    }
    .m2_ul > li img {
        display: inline-block !important;
        max-width: 50px;
        margin-right: 15px;
        vertical-align: middle;
    }
    .m2_ul > li p:nth-child(2) {
        min-width: 125px;
        font-size: 1.0rem;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        transform: skew(-0.3deg);
    }
    .m2_ul > li:hover p.m2_more {
        opacity: 1;
    }
    .m2_ul > li p.m2_more {
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }



    .m3_item_wrap  {
        margin-top: 3vh;
    }
    .m3_slide {
        margin-bottom: 0;
        margin: 0 auto;
    }
    .m3_slide li:nth-child(1) {
        height: 25vh;
        width: 100%;
    }
    .m3_slide li:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
    .m3_txtbox {
        padding: 3% 14%;
        margin-bottom: 10px;
        min-height: 24vh;
    }
    .m3_txtbox p:nth-child(1) {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .m3_txtbox p:nth-child(2) {
        margin-bottom: 0;
    }
    .m3_more {
        margin-right: 15px;
    }
    .m3_pag {
        bottom: 0 !important;
    }
    .partner_box {
        margin-top: 7vh;
    }
    .m3_item_wrap::after {
        display: none;
    }



    .m4_ul_ul > li {
        width: 100%;
        height: 25%;
        padding: 3vh;
    }
    .m4_ul_ul > li.bg4 {
        width: 100%;
        height: 50%;
    }
    .m4_ul > li.bg1 {
        background-size: cover;
    }
    .m4_ul > li.bg1 .m4_txtbox {
        left: 3vh;
        bottom: 8vh;
    }
    .m4_ul_ul > li.bg2 .m4_txtbox {
        left: 3vh;
        bottom: auto;
    }
    .m4_ul_ul > li.bg3 .m4_txtbox {
        left: 3vh;
        bottom: auto;
    }
    .m4_txtbox p:nth-child(1) {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .m4_ul_ul > li > a > p:nth-child(1) {
        font-size: 1.6rem;
    }
    .m4_ul_ul > li.bg2 .m4_txtbox p:nth-child(2),
    .m4_ul_ul > li.bg3 .m4_txtbox p:nth-child(2) {
        margin-bottom: 0;
    }
    
    .m4_ul_ul > li.bg4 .m4_txtbox {
        left: 3vh;
        bottom: 8vh;
    }
    .m4_ul > li.bg1:hover {
        background-size: cover;
    }
    .m4_ul_ul > li.bg4:hover {
        background-size: initial;
    }




    /* sub 공통 */
    .subtop {
        height: 260px;
    }
    .subtop.ver2 {
        height: 260px;
    }
    .subtop_p {
        font-size: 2.3rem;
    }
    .subtop_nav > li:nth-child(1){
        width: 10%;
    }
    .subtop_nav > li {
        width: 45%;
        padding: 0 5px;
        font-size: 12px;
    }
    .subtop_nav > li:nth-child(3) ~ li {
        display: none;
    }
    .subtop_ul {
        padding: 10px 5px;
    }
    .subtop_nav > li:hover .subtop_ul {
        display: none;
    }
    .subtop_nav > li.on .subtop_ul {
        display: block;
    }
    .subtop_nav > li:hover .bar2 {
        transform: initial;
    }
    .subtop_nav > li.on .bar2{
        transform: rotate(90deg);
    }
    .sub_title {
        margin: 60px 0 50px;
    }
    .sub_p1 {
        margin-bottom: 8px;
    }
    .sub_p2 {
        font-size: 2.3rem;
    }
    .sub_board {
        margin: 50px 0 90px;
    }





    /* sub1-1 */
    .s111 {
        margin: 60px 0px 90px;
    }
    .s111_cont {
        width: 100%;
        margin-right: 0;
    }
    .s111_img {
        height: 245px;
        width: 100%;
    }
    .s111_txt {
        width: 100%;
        margin-left: 0;
        padding: 35px 30px;
        box-shadow: none;
        margin-top: 0;
    }
    .s111_txt > p:nth-child(1) {
        font-size: 1.1rem;
    }
    .s11 .swiper-slide p {
        min-height: 152px;
    }
    



    /* sub1-2 */
    .s121 {
        margin: 60px 0 0;
    }
    .his_cont p {
        padding-left: 90px;
    }
    .his_cont p span.date {
        width: 80px;
    }
    .s121_bg {
        height: 170px;
    }





    /* sub1-3 */
    .s131 {
        margin: 60px 0px 90px;
    }



    /* sub1-4 */
    .s141 {
        margin: 60px 0 0;
    }
    .s141_ul li:hover {
        transform: initial;
    }
    .s141_ul {
        margin: 50px auto 90px;
    }
    .s141_img p {
        font-size: 17px;
        letter-spacing: -1px;
        padding: 50px 0;
    }




    /* sub1-5 */
    .s151 {
        margin: 60px 0 120px;
    }
    .s151_ul {
        margin: 50px auto 60px;
    }
    .s151_ul li:hover {
        transform: initial;
    }




    /* sub2-1 */
    .s21_ul li {
        height: 190px;
        margin-bottom: 7px;
    }
    .s21_ul li .txtbox p {
        font-size: 1.1rem;
    }
    .s21_ul li:hover::before {
        opacity: 1;
    }





    /* sub2-1의 서브 */
    .sub2_top {
        padding: 30px 0 20px;
    }
    .sub2_top p:nth-child(1) {
        font-size: 1.5rem;
    }
    .s2_imgbox {
        margin-bottom: 110px;
    }
    .s2_imgbox::before {
        top: 27%;
        height: 170px;
    }
    .s2_img2 {
        padding-bottom: 80px;
    }
    .s2_listbox {
        padding: 100px 0 100px;
    }
    .s2_list_top {
        top: -140px;
    }
    .s2_list_ul li {
        margin-bottom: 25px;
        box-shadow: 3px 3px 3px 2px rgb(0 0 0 / 15%);
    }
    .s2_list_ul li:hover .imgbox img {
        transform: initial;
    }
    .s2_list_ul li .txtbox {
        padding: 10px 10px;
        height: 95px;
    }
    .s2_list_ul li .txtbox p:nth-child(1) {
        font-size: 0.9rem;
        line-height: 1.1;
    }
    .s2_list_ul li .txtbox p:nth-child(2) {
        font-size: 0.8rem;
        left: 10px;
        bottom: 10px;
    }

    .s251_ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .s251_ul li .img {
        height: 220px;
    }
    .s251_ul li:nth-child(2n) {
        margin-left: 0;
    }



    /* sub2-1 p페이지 */
    .pro1_ul li {
        width: 100%;
    }
    .pro1_ul li.txt {
     padding-right: 0;
    }
    .pro1_ul li.txt > p:nth-child(2) {
        font-size: 2.5rem;
        margin-top: 10px;
    }
    .pro1_ul li.txt > p:nth-child(3) {
        margin-top: 20px;
        font-size: 0.9rem;
    }
    .pro_slide_btn {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .pro2_ul li {
        padding: 11px 0;
    }
    .pro2_ul li.tit {
        padding: 8px 0;
    }
    .pro2_ul li.tit p {
        font-size: 0.8rem;
        line-height: 1;
    }
    .pro2_ul li.cont p {
        font-size: 0.9rem;
        transform: skew(-0.3deg);
    }

    /* sub 3-1 */
    .s311 {
        margin: 60px 0 90px;
    }
    .s311_ul::after {
        width: 35px;
    }
    .s311_p1 {
        font-size: 1.1rem;
        line-height: 18px;
    }
    .s311_cont p br {
        display: none;
    }
    .s311_cont {
        margin: 10px auto;
    }
    .s311_p1.left1::before {
        right: 2%;
    }
    .s311_p1.left1::after {
        width: 33%;
    }
    .s311_cont p {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .s311_cont p span.date {
        position: initial;
        display: block;
    }
    .s311_p1.left3::before {
        right: 22%;
        top: 7px;
    }
    .s311_p1.left3::after {
        top: 9px;
        width: 53%;
    }
    .s311_p1.left4::before {
        right: 2%;
        top: 7px;
    }
    .s311_p1.left4::after {
        width: 33%;
        top: 9px;
    }
    .s311_p1.right::before {
        top: 7px;
        left: -10%;
    }
    .s311_p1.right::after {
        width: 21%;
        top: 9px;
    }


    /* sub 4-1 */
    .s411 {
        margin: 60px 0px 90px;
    }
    .sub_p2.color1 {
        font-size: 1.5rem;
    }
    .container {
        margin: 20px auto 0px !important;
        padding: 20px 0px 210px !important;
    }
    .form_inner {
        width: 90% !important;
    }
    .f_title {
        font-size: 0.9rem !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        width: 100% !important;
        margin-right: 0 !important;
        border-right: 0 !important;
    }
    .f_cont.width50 {
        width: 100% !important;
    }
    .f_cont {
        margin-bottom: 17px !important;
    }
    .f_cont_email {
        width: 38% !important;
        margin-bottom: 17px !important;
    }
    .f_cont_email.icon {
        width: 11% !important;
    }
    .f_cont_email#form_mail_3 {
        width: 51% !important;
    }
    .f_cont_num {
        width: 31% !important;
    }
    .f_cont_num {
        padding-left: 0 !important;
        padding-right: 8px !important;
        margin-bottom: 17px !important;
    }
    .f_cont_num.icon {
        width: 3% !important;
    }
    .f_cont {
        width: 100% !important;
    }
    .f_cont2 {
        width: 100% !important;
        margin-bottom: 17px !important;
    }
    .f_cont3 {
        width: 100% !important;
        margin-bottom: 17px !important;
    }
    .upload-name {
        width: 70% !important;
    }
    .filebox label {
        width: 28% !important;
        font-size: 0.8rem !important;
    }
    .f_cont4 {
        width: 100% !important;
    }

    .submit {
        width: 135px !important;
        margin: 10px 10px !important;
    }
    .reset {
        width: 135px !important;
        margin: 10px 10px !important;
    }



    /* sitemap */
    #sitemap_nav {
        padding: 35px 0;

    }
    #sitemap_nav > li {
        padding: 0 20px 35px;
        margin-bottom: 35px;
    }
    .site_sub_menu > li {
        width: 100%;
    }
    .site_sub_menu.wid4 > li {
        width: 100%;
    }
    .site_sub_menu.wid3 > li {
        width: 100%;
    }


     /* main추가 */    

     .m1_txtbox p:nth-child(1) { font-size: 2rem;  letter-spacing: -2px; }
   .ms1_playbox { height: 18px;}

   .new_m2_ul { width: 90%; height: auto; margin: auto; }
   .new_m2_ul > li { height: auto; }
   .new_m2_ul > li.tit {  width: 100%; padding: 5vh 0px; }
   .new_m2_ul > li.tit > .txtbox { position: relative; left: auto;  top: auto;  transform: none;  width: 80%;  margin: auto;}
   .new_m2_ul > li.tit > .txtbox > p:nth-child(2) { margin-top: 3vh;}
   .new_m2_controls { margin-top: 7vh;}
   .new_m2_ul > li.img { width: 100%;  padding: 0px;margin-top: 5vh; height: 40vh;}
   .new_m2_slide .slidebox img { max-width: 100px;}

   .new_m3::after {display: none;}

   .new_m3_ul > li.img { width: 100%;}
   .new_m3_ul > li.cont { width: 100%; padding-left: 0;margin-top: 5vh;}

   .new_m3_topcont { margin-bottom: 0;}
   .new_m3_slidebox { width: 100%; height: 30vh; padding: 5vh 5%;}
   .new_m3_slidebox .m_txt1 { display: none;}
   .new_m3_btnbox { left: 5%;}

   .new_m3_list > li { padding: 0px 20px; margin-bottom: 3vh;}
   .new_m3_list > li p:nth-child(1) { padding-top: 0; margin-bottom: 15px; padding-left: 40px;}
   .new_m3_list > li .m_txt1 {display: none;}
   .new_m3_more {font-size: 0.8rem;}
   .new_m3_list > li .new_m3_more {opacity: 1; margin-left: 40px;}

   .new_m3_bottmcont { background-color: #23549c;}
   .new_m3_catal > li { width: 100%; padding: 20px 30px }
   .new_m3_catal > li.img {display: none;}
  
   .new_m3_catal > li.txt .new_m3_more {  margin-top: 2vh;}


   .part_inner { animation: footmove 70s linear infinite;
    -webkit-animation: footmove 70s linear infinite;
    -moz-animation: footmove 70s linear infinite;
    -o-animation: footmove 70s linear infinite;
    -ms-animation: footmove 70s linear infinite;}

   @keyframes footmove {
    0%   {left: 2%}
    50%  {left: -500%;}
    100% {left: 2%;}
  }





}
    
    
@media screen and (max-width: 320px)   {
    .m1_txtbox p:nth-child(1) {
        font-size: 1.8rem;
    }
    .m2_ul > li img {
        margin-right: 10px;
    }
    .m2_ul > li p:nth-child(2) {
        margin-right: 10px;
    }
    .m2_ul > li p.m2_more {
        font-size: 0.7rem;
    }
    .m3_cont .m_txt2 {
        line-height: 1.1;
    }
    .m3_item_wrap {
        height: 59vj;
    }
    .m3_txtbox p:nth-child(1) {
        font-size: 1.2rem;
    }
    .m3_txtbox p:nth-child(2) {
        line-height: 1.1;
    }
    .m4_ul_ul > li > a > p:nth-child(1) {
        font-size: 1.3rem;
    }
    .m4_ul_ul > li > a > p:nth-child(1) {
        font-size: 1.3rem;
    }
    .m4_ul_ul > li.bg2 .m4_txtbox p:nth-child(2), .m4_ul_ul > li.bg3 .m4_txtbox p:nth-child(2) {
        font-size: 0.8rem;
    }
    .f_nav > li {
        font-size: 0.7rem;
        margin-right: 5px;
    }
    .f_nav_ul > li {
        font-size: 0.7rem;
    }
    .s11 .swiper-slide p {
        min-height: 190px;
    }
    .submit {
        width: 120px !important;
    }
    .reset {
        width: 120px !important;
    }
    select {
        padding: 0px 26px 0px 15px !important;
    }

    

    
   /* main추가 */    

   .new_m2_ul > li.tit > .txtbox { width: 90%;}

   .new_m2_slide .slidebox p:nth-child(2) { font-size: 1.6rem;}

   .m_txt2 { font-size: 1.8rem; }

   .new_m3_list > li { padding: 0px 10px; }
   .new_m3_list > li p:nth-child(1) {padding-left: 30px;}
   .new_m3_list > li p:nth-child(1) .num { font-size: 1.3rem; }
   .new_m3_list > li .new_m3_more { margin-left: 30px; }
   .new_m3_catal > li.txt p:nth-child(1) { font-size: 1.8rem;}



}
    
    