.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
}


/* */
.m_menu_wrapper {
  display: none;
}
/* */

.m_menu_list_item {
  cursor: pointer;
}

/* header Start */
.header_left_area .m_menu {
  display: none;
}

.header_left_area .main_logo {
  cursor: pointer;
}

.header_center_area .center_logo {
  display: none;
}

.header_right_area.login_off .profile i{font-size: 30px;}

.header_right_area.login_off .profile > .fa-2x {
  display: none;
}

.header_right_area.login_off .profile > .fa-2x {
  color: #1f299c;
}

.header_right_area.login_on .profile > .fa-2x {
  color: #1f299c;
}

.header_right_area.login_on .profile > .fa-2x {
  padding-right: 10px;
}
/* header End */

/* */
.newsletter_m_all {
  display: none;
}

.newsletter_m_list {
  display: none;
}
/* */

/* footer Start */
.footer_m_logo {
  display: none;
}

.footer_sitemap_list_item_icon_wrapper .youtube {
  width: 27px;
}

.footer_sitemap_list_item_icon_wrapper .instagram {
  width: 26px;
}

.footer_sitemap_list_item_icon_wrapper .jetema {
  width: 23px;
}

.footer_sitemap_list_item_icon_wrapper .eptq {
  width: 39px;
}
/* footer End */

.header_center_area > .header_center_list > .menu {
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f299c;
  cursor: pointer;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}
.header_center_area > .header_center_list > .menu a{color: #1f299c;padding-top: 3px;}
.header_center_area > .header_center_list > .menu > .down {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  background: rgba(255,255,255,.95);
  width: 190px;
  text-align: center;
  border-radius: 0;
  box-shadow: 5px 5px 20px rgba(0,0,0,.2);
  transition: opacity .3s, visibility .3s, transform .3s;
}

.header_center_area > .header_center_list > .menu > .down > li {
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.header_center_area > .header_center_list > .menu > .down > li:hover {
  color: #f4361e;
}

.header_center_area > .header_center_list > .menu > .down > li:hover:after {
  transform: scaleX(1);
}

.header_center_area > .header_center_list > .menu > a:hover {
  color: #f4361e;
}

.header_center_area > .header_center_list > .menu:hover .down {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px);
}

.header_center_area > .header_center_list > .menu > a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #f4361e;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 50% 50%;
  padding-bottom: 5px;
}
.header_center_area > .header_center_list > .menu a.active{color: #f4361e !important;border-bottom: solid 2px #f4361e !important;background: none;transform: scaleX(1);}
.header_center_area > .header_center_list > .menu > a:hover:after {
  transform: scaleX(1);
}
.header_center_area > .header_center_list > .menu a.active:hover{border-bottom:5px solid #FFF !important;padding-top: 6px !important;}
.header_right_area .menu:hover{color: #f4361e;}

.header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e2e2eb;
  top: 0;
}

.header_left_area {
  width: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_left_area img {
  width: 120px;
}

.header_center_area {
  width: calc(100% - 531px);
  max-width: 1100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 3px;
}

.header_center_area > .header_center_list {
  display: contents;
}


.header_right_area.login_off {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content:end;
  margin-right: 50px;
}

.header_right_area.login_on {
  /*width: 278px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1%;
}

.header_right_area .menu {
  display: flex;
  align-items: center;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f299c;
  cursor: pointer;
  gap: 6px;
}

.header_right_area .menu:nth-child(2) {
  /*border-right: 1px solid #1f299c;*/
  padding-right: 13px;
}

.header_right_area .menu:nth-child(3) {
  padding-left: 18px;
}

.header_right_area .menu:after {
  display: block;
  content: "";
  border-bottom: solid 1px #1f299c;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
}

.header_right_area .menu:hover:after {
  transform: scaleX(1);
}

.footer_copyright>span {
  font-family: "Pretendard";
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #666;
  padding:0 0 0 22px;
}
.footer_copyright>span p{margin-bottom: 20px;padding-left: 2px;font-size:16px;padding-top: 5px;}
.footer_copyright>span p a{color:#1f299c;text-decoration:none;font-size:16px;font-weight: 600;}
.footer_copyright>span p a:hover{color:#445ccc;}

.footer_copyright {
  display: flex;
  align-items: center;
  padding-left: 34px;
}

/* PC (해상도 1024px)*/
@media all and (min-width: 1025px) {

  .user_menu {
    width: 32px;
    height: 32px;
    background-color: #1f299c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user_icon {
    color: #ffffff;
  }

  .body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-top: 80px;
  }

  .footer {
    display: flex;
    width: 100%;
    background: #f8f8f8;
    padding:10px 0 70px;
  }

  .footer_logo {
    display: flex;
    justify-content: center;
    width: 20%;
    padding-top: 45px;
  }

  .footer_logo img {
    width: 147px;
    height: 50px;
  }

  .footer_wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 252px);
    height: 100%;
  }

  .footer_content {
    display: flex;
    width: 100%;
    height: calc(100% - 67px);
  }

  .footer_contactus {
    display: flex;
    flex-direction: column;
    padding: 69px 26px 0 33px;
    gap: 21px;
  }

  .footer_contactus_text {
    font-family: "Pretendard";
    font-size: 27px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f299c;
  }

  .footer_contactus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 57px;
    background-color: #1f299c;
    font-family: "Pretendard";
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .footer_contactus_btn>span {
    font-weight: normal;
  }

  .footer_sitemap {
    display: flex;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 60px;
    width: 100%;
    gap: 130px;
    justify-content:flex-start;
  }

  .footer_sitemap_menu {
    display: flex;
    flex-direction: column;
    gap:18px;
  }

  .footer_sitemap_title {
    font-family: "Pretendard";
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: #1f299c;
  }

  .footer_sitemap_list {
    display: flex;
    gap: 40px;
  }

  .footer_sitemap_list_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer_family_list_item_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer_sitemap_list_item {
    display: flex;
    font-family: "Pretendard";
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #555;
    cursor: pointer;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer_sitemap_list_item:hover{color: #f4361e;}
  .footer_sitemap_list_item_icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #1f299c;
  }
  .footer_sitemap_list_item_icon_wrapper:hover {background: #445ccc !important;transition: 0.2s;}

}

/* PC (해상도 1920px)*/
@media all and (min-width:1920px) {
  .footer_sitemap {
    display: flex;
    padding-top: 50px;
    padding-left: 60px;
    gap: 130px;
  }

  .footer_contactus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 523px;
    height: 57px;
    background-color: #1f299c;
    font-family: "Pretendard";
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .footer_sitemap {
    display: flex;
    padding-top: 50px;
    padding-left: 60px;
    gap: 130px;
    justify-content: flex-start;
  }

  .footer_sitemap_list {
    display: flex;
    gap: 69px;
  }

}

@media all and (max-width: 1920px) {
  .webinar_area{width:95%;margin: 0 auto;padding: 110px 0 100px;}
  .about_jam_description_img{margin-left: 0;}
  .about_jam_preview{width:90%;margin:0 auto;max-width:1400px;}
}

@media all and (max-width: 1280px) {
  .header_left_area{width:15%;}
  .header_right_area.login_off{min-width: 10%;margin-right: 35px;}
  .header_center_area{justify-content:space-between;width:calc(100% - 45%)}
  .header_center_area > .header_center_list > .menu{font-size: 16px;}
  .webinar_content{display: block;}
  .webinar_register_wrap{border-right: 0;}
  .webinar_register_item{max-width: 850px;}
  .counting_area_wrapper{width:calc(100% - 5%);padding: 6% 2.5% 50px;}
  .count_text{font-size: 15px;}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/
@media all and (min-width: 768px) and (max-width: 1024px) {
  .user_menu {
    width: 26px;
    height: 26px;
    background-color: #1f299c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user_icon {
    color: #ffffff;
  }

  .user_icon>svg {
    width: 16px;
    height: 16px;
  }

  .body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    margin-top: 80px;
    overflow: hidden;
  }

  .footer {
    display: flex;
    width: 100%;
    background: #f8f8f8;
    padding:10px 0 60px;
  }

  .footer_logo {
    display: flex;
    justify-content: center;
    width: 165px;
    padding-top: 29px;
  }

  .footer_logo img {
    width: 100px;
    height: 32px;
  }

  .footer_wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 166px);
    height: 100%;
  }

  .footer_content {
    display: flex;
    width: 100%;
    height: calc(100% - 67px);
  }

  .footer_contactus {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #1f299c;
    padding: 29px 21px 0px;
    gap: 12.5px;
  }

  .footer_contactus_text {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #1f299c;
  }

  .footer_contactus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    background-color: #1f299c;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .footer_contactus_btn>span {
    font-weight: normal;
  }
  .footer_copyright>span{padding-left: 10px;}

  .footer_sitemap {
    display: flex;
    width: 100%;
    justify-content:flex-start;
    padding: 40px 35px;
    gap: 50px;
  }

  .footer_sitemap_menu {
    display: flex;
    flex-direction: column;
    gap:18px;
  }

  .footer_sitemap_title {
    font-family: "Pretendard";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: left;
    color: #1f299c;
  }

  .footer_sitemap_list {
    display: flex;
    gap: 25px;
  }

  .footer_sitemap_list_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer_family_list_item_wrap {
    display: flex;
    gap:15px;
    flex-wrap: wrap;
  }

  .footer_sitemap_list_item {
    display: flex;
    font-family: "Pretendard";
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    cursor: pointer;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    gap:8px;
  }

  .footer_sitemap_list_item_icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #1f299c;
  }

  .footer_sitemap_list_item_icon_wrapper:hover {background: #445ccc !important;}

  .footer_copyright {
    display: flex;
    align-items: center;
    width: calc(100% - 21px);
    padding-left: 21px;
  }

  .footer_sitemap_list_item_icon_wrapper .youtube {
    width: 18px;
  }
  
  .footer_sitemap_list_item_icon_wrapper .instagram {
    width: 16px;
  }
  
  .footer_sitemap_list_item_icon_wrapper .jetema {
    width: 15px;
  }
  
  .footer_sitemap_list_item_icon_wrapper .eptq {
    width: 30px;
  }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {

  .m_menu_wrapper {
    display: flex;
    height: calc(100dvh - 58px);
    margin-top: 58px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .m_menu_background {
    background-color: rgba(0,0,0,.45);
    display: flex;
    width: 100%;
    height: 100%;
  }

  .m_menu_area {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: calc(100% - 70px);
    overflow-y: scroll;
  }

  .m_menu_container {
    width: 100%;
  }

  .m_menu_list {
    margin: 0;
    padding: 0;
  }

  .m_menu_list_item {
    align-items: center;
    border-bottom: 1px solid #1f299c;
    color: #1f299c;
    font-family: "Pretendard";
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
  }

  .m_menu_list_item {
    padding: 16px;
  }

  .m_menu_list .m_down {
    display: none;
  }

  .m_menu_list .m_down ul {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #cccccc;
  }

  .m_menu_list .m_down ul li {
    font-size: 15px;
    line-height: 40px;
    font-family: "Pretendard";
  }

  .menu_sign_menu_area {
    align-items: center;
    display: flex;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 30px;
    width: calc(100% - 20px);
  }

  .menu_sign_menu_item:first-child {
    border-right: 1px solid #1f299c;
    padding-right: 35.5px;
  }

  .menu_sign_menu_item:last-child {
    padding-left: 35.5px;
  }

  .menu_sign_menu_item {
    color: #1f299c;
    cursor: pointer;
    font-family: "Pretendard";
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 21px;
    letter-spacing: normal;
    line-height: 1.22;
    text-align: left;
  }

  .m_menu_footer {
    background-color: #f2f6ff;
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding: 27px 20px 20px;
    width: calc(100% - 40px);
  }

  .m_menu_footer_title_area {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-weight: 700;
    font-size: 25px;
    font-family: "LibreBaskerville";
  }

  .m_menu_footer_title {
    color: #1f299c;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
  }

  .m_menu_footer_explain {
    font-family: "Pretendard";
    font-size: 12px;
    font-weight: 400;
  }

  .m_menu_footer_register_btn {
    display: flex;
    align-items: center;
    background-color: #1f299c;
    color: #fff;
    font-family: "Pretendard";
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
  }

  .header {
    display: flex;
    position: fixed;
    width: 100%;
    height: 57px;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background-color: #fff;
    top: 0;
  }

  .header_left_area {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;z-index: 10000;
  }

  .header_left_area .main_logo {
    display: none;
  }

  .header_left_area .on {
    display: block; position: relative;z-index: 10000;
  }

  .header_right_area.login_off .profile > .fa-2x{
    font-size: 2em;
    display: block;
  }

  .header_right_area.login_on .profile > .fa-2x {
    padding-right: 0;font-size:32px;
  }

  .menu_icon {
    width: 18px;
    height: 18px;
    color: #1f299c;
  }

  .menu_icon>svg {
    width: 18px;
    height: 18px;
  }

  .header_center_area {
    width: calc(100% - 126px);
    max-width: 1000px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_center_area .center_logo {
    display: block;
    width: 84px;
  }

  .header_center_area .header_center_list {
    display: none;
  }

  .header_right_area .menu {
    display: none;
  }

  .header_right_area {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user_menu {
    width: 32px;
    height: 32px;
    background-color: #1f299c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user_icon {
    color: #ffffff;
  }

  .user_icon>svg {
    width: 18px;
    height: 18px;
  }

  .body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    margin-top: 57px;
    overflow: hidden;
  }

  .newsletter_m_all {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;

  }

  .newsletter_m_all>span {
    font-family: "Pretendard";
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
  }

  .newsletter_m_btn {
    align-items: center;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
  }

  .newsletter_m_btn>span {
    color: #333;
    line-height: 1px;
  }
  .newsletter_explanation>span{width:90%;}

  .newsletter_m_list {
    align-items: flex-start;
    display: flex;
    gap: 9px;
    width: 100%;
  }

  .newsletter_m_item {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
    animation: newsletter_m_fadeIn 1s;
  }

  @keyframes newsletter_m_fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.5) translateZ(0px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateZ(none);
    }
  }

  .m_ant-image {
    position: relative;
    display: inline-block;
    font-family: "SpoqaHanSansNeo";
    font-size: 14px;
    box-sizing: border-box;
  }

  /*.ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }*/

  .newsletter_m_item_title {
    font-family: "Pretendard";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f299c;
    font-size: 16px;
    font-weight: 600;
  }

  .newsletter_m_item_text {
    font-family: "Pretendard";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.46;
  }
  .footer_copyright{padding: 0;font-size: 14px;}

  .footer {
    display: flex;
    width: 100%;
    background: #f8f8f8;
    padding:20px 0 120px;
  }
  
  .footer_logo {
    display: none;
  }

  .footer_m_logo {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    width: 252px;
  }

  .footer_m_logo img {
    width: 99px;
  }

  .footer_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 18.4px;
  }

  .footer_content {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .footer_contactus {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12.5px;
  }

  .footer_contactus_text {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    height: 21px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: center;
    color: #1f299c;
  }

  .footer_contactus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    background-color: #1f299c;
    font-family: "Pretendard";
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .footer_contactus_btn>span {
    font-weight: 500;
  }

  .footer_sitemap {
    display: none;
  }

  .footer_sitemap_menu {
    display: flex;
    flex-direction: column;
    gap:18px;
  }

  .footer_sitemap_title {
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #1f299c;
  }

  .footer_sitemap_list {
    display: flex;
    gap: 69px;
  }

  .footer_sitemap_list_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer_family_list_item_wrap {
    display: flex;
    gap: 15px;
  }

  .footer_sitemap_list_item {
    display: flex;
    font-family: "Pretendard";
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f299c;
    cursor: pointer;
    width: fit-content;
  }

  .footer_copyright {
    display: flex;
  }
  .header_left_area{position:relative;z-index: 10000;}
  .header_left_area img{width:auto;padding:10px;}
  .footer_copyright>span {padding: 0;text-align: center;color: #888;line-height: 1.4;font-size: 13px;}
  .footer_copyright>span p{text-align: center;padding-top:25px;padding-left: 0;margin-bottom:15px;}
  .footer_copyright>span p a{font-size: 14px;font-weight: 600;}
  .footer_copyright{width:70%;}
  .header_left_area .on{position: relative;z-index: 1002;padding: 10px;}
  .header_right_area.login_off{margin-right: 20px;}
}

