@charset "UTF-8";
/* ------------------------
 * 변수
 * ---------------------- */
@-webkit-keyframes ROUND {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 400%;
  }
}
@keyframes ROUND {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 400%;
  }
}

@-webkit-keyframes LEFTRIGHT {
  0%, 100% {
    background-position: center;
  }
  20% {
    background-position: 20% 10%;
  }
  35% {
    background-position: 10% 90%;
  }
  60% {
    background-position: 90% 20%;
  }
  80% {
    background-position: 80% 90%;
  }
}

@keyframes LEFTRIGHT {
  0%, 100% {
    background-position: center;
  }
  20% {
    background-position: 20% 10%;
  }
  35% {
    background-position: 10% 90%;
  }
  60% {
    background-position: 90% 20%;
  }
  80% {
    background-position: 80% 90%;
  }
}

/* ---------------------------------------
 * COMMON FOOTER RESPONSIVE LAYOUT
------------------------------------------ */
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
  html, body {
    overflow-x: hidden;
  }
  .wrapper {
    width: auto;
  }
  .pc_hide {
    display: block;
  }
  .m_hide {
    display: none;
  }
  .quick_menu {
    right: 1rem;
    top: 8rem;
    display: none;
  }
  .quick_menu.on {
    display: block;
  }
  .m_top_btn {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 500;
    cursor: pointer;
  }
  header {
    display: none;
  }
  .m_menu, .mo_wrap {
    display: block;
  }
  /* mobile */
  /* .mo_wrap .menu_m .logo_m a{display:block;} */
  /* .mo_wrap .menu_m .line_icon .imgdiv{display:table-cell;vertical-align:middle;}
.mo_wrap .menu_m .line_icon .imgdiv img{height:20px;} */
  .mo_wrap {
    background: -webkit-gradient(linear, left top, right top, from(#1d9dfa), to(#92cffd));
    background: linear-gradient(to right, #1d9dfa 0%, #92cffd 100%);
    width: 100%;
  }
  .mo_wrap .menu_m {
    width: 90%;
    margin: auto;
  }
  .mo_wrap .menu_m .tel_link {
    float: left;
    width: 10%;
    display: table;
    height: 70px;
    text-align: left;
  }
  .mo_wrap .menu_m .tel_link a {
    display: table-cell;
    vertical-align: middle;
  }
  .mo_wrap .menu_m .tel_link a i {
    font-size: 3rem;
    color: #fff;
  }
  .mo_wrap .menu_m .logo_m {
    float: left;
    width: 60%;
    margin: 0 10%;
    display: table;
    height: 70px;
  }
  .mo_wrap .menu_m .logo_m .logowrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .mo_wrap .menu_m .logo_m a img {
    height: 50px;
    margin: auto;
  }
  .mo_wrap .menu_m .line_icon {
    float: left;
    width: 10%;
    display: table;
    height: 70px;
    text-align: right;
  }
  .mo_wrap .menu_m .line_icon i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 2.5rem;
  }
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-x: hidden;
  }
  .m_menu .m_menu_top {
    padding: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(#1d9dfa), to(#92cffd));
    background: linear-gradient(to right, #1d9dfa 0%, #92cffd 100%);
    position: relative;
  }
  .m_menu .m_menu_top .logom {
    width: 130px;
    margin: 0;
  }
  .m_menu .m_menu_top .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px;
    font-size: 30px;
    bottom: 0;
    height: 54px;
    margin: auto;
    color: #fff;
  }
  .m_menu_top:after {
    display: block;
    content: "";
    clear: both;
  }
  .all_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9999;
  }
  #lnb {
    width: 100%;
    text-align: left;
  }
  #lnb::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  #lnb::-webkit-scrollbar-track {
    background: #fff;
  }
  #lnb::-webkit-scrollbar-thumb {
    background: #005aab;
  }
  #lnb::-webkit-scrollbar-thumb:hover {
    background: #005aab;
  }
  #lnb .depth00 {
    -webkit-box-shadow: 0 3px 9px -7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 9px -7px rgba(0, 0, 0, 0.2);
  }
  #lnb .depth01 {
    display: block;
    font-size: 13px;
    padding: 20px 25px;
    position: relative;
    top: 0;
    left: 0;
  }
  #lnb .depth02 {
    display: none;
    background-color: #02aef0;
  }
  #lnb .depth02 li a {
    font-size: 13px;
    padding: 15px 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
  }
  #lnb .depth02 li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .depth02 > li > a.void_link:before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 30px;
    height: 10px;
    width: 1px;
    opacity: 1;
    background: #828386;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #lnb .depth02 > li > a.void_link:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 10px;
    height: 1px;
    background: #828386;
  }
  #lnb .depth02 li.active > a.void_link:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  #lnb .menu07 .depth01:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .menu08 .depth01:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .menu09 .depth01:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .depth01.void_link:before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 30px;
    width: 1px;
    height: 11px;
    background: #828386;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #lnb .depth01.void_link:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 11px;
    height: 1px;
    background: #828386;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #lnb .menu.active .depth01:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #lnb .menu.active .depth01:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #lnb .no_c .menu {
    width: 50%;
    float: left;
    text-align: center;
  }
  #lnb .no_c .depth01.void_link:before {
    display: none;
  }
  #lnb .no_c .depth01.void_link:after {
    display: none;
  }
  /* MAIN SECTION START */
  .main_section {
    padding: 80px 0;
  }
  .main_section .main_title_box {
    font-size: 2.65rem;
  }
  .section_1 {
    padding-top: 0;
  }
  .section_1 .main_swiper .swiper-slide {
    height: 70vh;
  }
  .section_1 .main_swiper .swiper-slide .text_area {
    top: 25%;
    left: auto;
    right: auto;
    margin: 0 10%;
    width: 80%;
  }
  .section_1 .main_swiper .swiper-slide .swiper_main {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  .section_1 .main_swiper .swiper-slide .text_area:before {
    display: none;
  }
  .section_1 .main_swiper .swiper-slide .swiper_bottom {
    font-size: 1.6rem;
  }
  .section_1 .swiper-button-prev {
    top: 50%;
    left: auto;
    right: 25%;
  }
  .section_1 .swiper-button-next {
    top: 50%;
    left: auto;
    right: 10%;
  }
  .section_1 .sub_swiper {
    width: 85%;
    left: 10%;
    bottom: auto;
    top: 50%;
  }
  .section_1 .sub_swiper .swiper-slide {
    height: 40vh;
  }
  .section_1 .sub_swiper img {
    width: 100%;
    height: 100%;
  }
  .section_2 {
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
  .section_2 .wrapper {
    position: relative;
  }
  .section_2 .top_container {
    margin-bottom: 15rem;
  }
  .section_2 .top_container:before {
    content: "";
    display: block;
    width: 1px;
    height: 40rem;
    position: absolute;
    background: #aeaeae;
    left: 50%;
    top: 30rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .section_2 .bottom_container .con1 {
    margin-bottom: 30rem;
  }
  .section_2 .bottom_container .con1 .bar {
    background: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_2 .bottom_container .con1 .bar a:nth-of-type(2n) img {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
  .section_2 .bottom_container .con1 .bar a:nth-of-type(2n) p {
    -webkit-transform: translateX(-12rem);
            transform: translateX(-12rem);
  }
  .section_2 .bottom_container .con1 .bar a:hover {
    margin: 0;
  }
  .section_2 .bottom_container .con1 .box {
    text-align: center;
    min-height: 90px;
    width: 80%;
    margin: 0 auto;
  }
  .section_2 .bottom_container .con1 .box:before {
    top: 20px;
    width: 10px;
    height: 10px;
  }
  .section_2 .bottom_container .con1 .box img {
    position: absolute;
    width: 45px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-8rem);
            transform: translateX(-8rem);
  }
  .section_2 .bottom_container .con1 .box p {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    font-size: 2rem;
  }
  .section_2 .bottom_container .con2 {
    background: url(/images/m_cert_bg.png) no-repeat center/cover;
  }
  .section_2 .bottom_container .con2 .medal_container img {
    position: absolute;
    bottom: 46%;
    left: 50%;
    width: 16rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section_2 .bottom_container .con2 .cert_wrapper {
    margin-left: 0;
    text-align: center;
    margin-top: 20rem;
  }
  .section_2 .bottom_container .con2 .cert_wrapper h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .section_2 .bottom_container .con2 .cert_wrapper h1 span {
    font-size: 3rem;
  }
  .section_2 .bottom_container .con2 .cert_wrapper h1 .pc_weight {
    font-weight: 300;
  }
  .section_3 .top_container {
    max-width: none;
    padding-bottom: 30px;
  }
  .section_3 .swiper-container {
    padding-top: 0;
    width: 80%;
  }
  .section_3 .swiper-slide {
    height: 40vh;
    margin: 0 0px;
  }
  .section_3 .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
  .section_3 .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
  .section_3 .swiper-slide .sub_container {
    width: 100%;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section_3 .swiper-slide .sub_container .text_box .sub_text {
    font-size: 1.5rem;
  }
  .section_3 .swiper-slide .sub_container .text_box .main_text {
    font-size: 2rem;
  }
  .section_3 .swiper-button-next, .section_3 .swiper-button-prev {
    top: 55%;
  }
  .section_3 .swiper-button-next {
    right: 5%;
  }
  .section_3 .swiper-button-prev {
    left: 5%;
  }
  .section_4 {
    background-position: 30%;
  }
  .section_4 .wrapper {
    margin: 0;
  }
  .section_4 .top_container {
    padding-bottom: 40px;
  }
  .section_4 .bottom_container {
    height: auto;
  }
  .section_4 .con1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section_4 .con1 .con_box {
    width: 100% !important;
    position: static !important;
    padding: 26px 20px;
    margin-bottom: 0 !important;
    font-size: 4vw;
  }
  .section_4 .con1 .con_box .sec4_icon {
    margin-right: 1.5rem;
  }
  .section_4 .con1 .con_box .sec4_icon:before {
    padding: 26px;
  }
  .section_4 .con1 .con_box img {
    width: 30px;
  }
  .section_4 .con1 a {
    width: 48%;
  }
  .section_4 .con2, .section_4 .con3 {
    width: 48%;
    margin: 2% 1% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 30vh !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_4 .con2 > a, .section_4 .con3 > a {
    width: 100%;
    height: 100%;
  }
  .section_4 .con2 .con_box {
    text-align: center;
    padding: 1rem;
  }
  .section_4 .con2 .con_box .title {
    font-size: 1.8rem;
  }
  .section_4 .con2 .con_box .con_text {
    font-size: 3.2vw;
  }
  .section_4 .con2 .con_box .con_text:nth-of-type(5) span, .section_4 .con2 .con_box .con_text:nth-of-type(6) span {
    margin-right: 13px;
    letter-spacing: 0;
  }
  .section_4 .con3 {
    background-size: 6rem;
  }
  .section_4 .con3 .con_box {
    padding: 4rem 2rem;
  }
  .section_4 .con3 .con_box .title {
    font-size: 1.8rem;
    margin-bottom: .4rem;
  }
  .section_4 .con3 .con_box .con_text {
    font-size: 1.2rem;
    font-weight: 300;
  }
  .section_4 .con3 .con_box .more_btn {
    font-size: 1.3rem;
    width: 6rem;
    padding: .2rem;
  }
  .section_5 .top_container {
    padding-bottom: 20px;
  }
  .section_5 .swiper-slide {
    width: 30%;
    margin: 0 10px;
  }
  footer {
    padding: 50px 0;
  }
  footer .bottom_container {
    width: auto;
    text-align: center;
    margin: 30px 5% 0;
  }
  footer .bottom_container .logo_box {
    float: none;
    margin: 0 auto 3rem;
  }
  footer .bottom_container .copyright_box {
    width: auto;
    margin-left: 0;
  }
  footer .bottom_container .copyright_box p {
    font-size: 1.15rem;
    margin-bottom: .5rem;
  }
  footer .bottom_container .copyright_box ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom_container .copyright_box ul a {
    margin-left: 0;
    margin: 0 .75rem;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  html, body {
    overflow-x: hidden;
  }
  .wrapper {
    width: auto;
  }
  .pc_hide {
    display: block;
  }
  .m_hide {
    display: none;
  }
  .quick_menu {
    right: 1rem;
    top: 8rem;
    display: none;
  }
  .quick_menu.on {
    display: block;
  }
  .m_top_btn {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 500;
    cursor: pointer;
  }
  header {
    display: none;
  }
  .m_menu, .mo_wrap {
    display: block;
  }
  /* mobile */
  /* .mo_wrap .menu_m .logo_m a{display:block;} */
  /* .mo_wrap .menu_m .line_icon .imgdiv{display:table-cell;vertical-align:middle;}
.mo_wrap .menu_m .line_icon .imgdiv img{height:20px;} */
  .mo_wrap {
    background: -webkit-gradient(linear, left top, right top, from(#1d9dfa), to(#92cffd));
    background: linear-gradient(to right, #1d9dfa 0%, #92cffd 100%);
    width: 100%;
  }
  .mo_wrap .menu_m {
    width: 90%;
    margin: auto;
  }
  .mo_wrap .menu_m .tel_link {
    float: left;
    width: 10%;
    display: table;
    height: 70px;
    text-align: left;
  }
  .mo_wrap .menu_m .tel_link a {
    display: table-cell;
    vertical-align: middle;
  }
  .mo_wrap .menu_m .tel_link a i {
    font-size: 3rem;
    color: #fff;
  }
  .mo_wrap .menu_m .logo_m {
    float: left;
    width: 60%;
    margin: 0 10%;
    display: table;
    height: 70px;
  }
  .mo_wrap .menu_m .logo_m .logowrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .mo_wrap .menu_m .logo_m a img {
    height: 40px;
    margin: auto;
  }
  .mo_wrap .menu_m .line_icon {
    float: left;
    width: 10%;
    display: table;
    height: 70px;
    text-align: right;
  }
  .mo_wrap .menu_m .line_icon i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 2.5rem;
  }
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-x: hidden;
  }
  .m_menu .m_menu_top {
    padding: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(#1d9dfa), to(#92cffd));
    background: linear-gradient(to right, #1d9dfa 0%, #92cffd 100%);
    position: relative;
  }
  .m_menu .m_menu_top .logom {
    width: 130px;
    margin: 0;
  }
  .m_menu .m_menu_top .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px;
    font-size: 30px;
    bottom: 0;
    height: 54px;
    margin: auto;
    color: #fff;
  }
  .m_menu_top:after {
    display: block;
    content: "";
    clear: both;
  }
  .all_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9999;
  }
  #lnb {
    width: 100%;
    text-align: left;
  }
  #lnb::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  #lnb::-webkit-scrollbar-track {
    background: #fff;
  }
  #lnb::-webkit-scrollbar-thumb {
    background: #005aab;
  }
  #lnb::-webkit-scrollbar-thumb:hover {
    background: #005aab;
  }
  #lnb .depth00 {
    -webkit-box-shadow: 0 3px 9px -7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 9px -7px rgba(0, 0, 0, 0.2);
  }
  #lnb .depth01 {
    display: block;
    font-size: 13px;
    padding: 20px 25px;
    position: relative;
    top: 0;
    left: 0;
  }
  #lnb .depth02 {
    display: none;
    background-color: #02aef0;
  }
  #lnb .depth02 li a {
    font-size: 13px;
    padding: 15px 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
  }
  #lnb .depth02 li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .depth02 > li > a.void_link:before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 30px;
    height: 10px;
    width: 1px;
    opacity: 1;
    background: #828386;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #lnb .depth02 > li > a.void_link:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 10px;
    height: 1px;
    background: #828386;
  }
  #lnb .depth02 li.active > a.void_link:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  #lnb .menu07 .depth01:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .menu08 .depth01:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .menu09 .depth01:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #lnb .depth01.void_link:before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 30px;
    width: 1px;
    height: 11px;
    background: #828386;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #lnb .depth01.void_link:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 11px;
    height: 1px;
    background: #828386;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  #lnb .menu.active .depth01:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #lnb .menu.active .depth01:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #lnb .no_c .menu {
    width: 50%;
    float: left;
    text-align: center;
  }
  #lnb .no_c .depth01.void_link:before {
    display: none;
  }
  #lnb .no_c .depth01.void_link:after {
    display: none;
  }
  /* MAIN SECTION START */
  .main_section {
    padding: 80px 0;
  }
  .main_section .main_title_box {
    font-size: 2.65rem;
  }
  .section_1 {
    padding-top: 0;
  }
  .section_1 .main_swiper .swiper-slide {
    height: 70vh;
  }
  .section_1 .main_swiper .swiper-slide .text_area {
    top: 25%;
    left: auto;
    right: auto;
    margin: 0 10%;
    width: 80%;
  }
  .section_1 .main_swiper .swiper-slide .swiper_main {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  .section_1 .main_swiper .swiper-slide .text_area:before {
    display: none;
  }
  .section_1 .main_swiper .swiper-slide .swiper_bottom {
    font-size: 1.6rem;
  }
  .section_1 .swiper-button-prev {
    top: 50%;
    left: auto;
    right: 25%;
  }
  .section_1 .swiper-button-next {
    top: 50%;
    left: auto;
    right: 10%;
  }
  .section_1 .sub_swiper {
    width: 85%;
    left: 10%;
    bottom: auto;
    top: 50%;
  }
  .section_1 .sub_swiper .swiper-slide {
    height: 40vh;
  }
  .section_1 .sub_swiper img {
    width: 100%;
    height: 100%;
  }
  .section_2 {
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
  .section_2 .wrapper {
    position: relative;
  }
  .section_2 .top_container {
    margin-bottom: 15rem;
  }
  .section_2 .top_container:before {
    content: "";
    display: block;
    width: 1px;
    height: 40rem;
    position: absolute;
    background: #aeaeae;
    left: 50%;
    top: 30rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .section_2 .bottom_container .con1 {
    margin-bottom: 30rem;
  }
  .section_2 .bottom_container .con1 .bar {
    background: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_2 .bottom_container .con1 .bar a:nth-of-type(2n) img {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
  .section_2 .bottom_container .con1 .bar a:nth-of-type(2n) p {
    -webkit-transform: translateX(-12rem);
            transform: translateX(-12rem);
  }
  .section_2 .bottom_container .con1 .bar a:hover {
    margin: 0;
  }
  .section_2 .bottom_container .con1 .box {
    text-align: center;
    min-height: 90px;
    width: 80%;
    margin: 0 auto;
  }
  .section_2 .bottom_container .con1 .box:before {
    top: 20px;
    width: 10px;
    height: 10px;
  }
  .section_2 .bottom_container .con1 .box img {
    position: absolute;
    width: 45px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-8rem);
            transform: translateX(-8rem);
  }
  .section_2 .bottom_container .con1 .box p {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    font-size: 2rem;
  }
  .section_2 .bottom_container .con2 {
    background: url(/images/m_cert_bg.png) no-repeat center/cover;
  }
  .section_2 .bottom_container .con2 .medal_container img {
    position: absolute;
    bottom: 46%;
    left: 50%;
    width: 16rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section_2 .bottom_container .con2 .cert_wrapper {
    margin-left: 0;
    text-align: center;
    margin-top: 20rem;
  }
  .section_2 .bottom_container .con2 .cert_wrapper h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .section_2 .bottom_container .con2 .cert_wrapper h1 span {
    font-size: 3rem;
  }
  .section_2 .bottom_container .con2 .cert_wrapper h1 .pc_weight {
    font-weight: 300;
  }
  .section_3 .top_container {
    max-width: none;
    padding-bottom: 30px;
  }
  .section_3 .swiper-container {
    padding-top: 0;
    width: 80%;
  }
  .section_3 .swiper-slide {
    height: 40vh;
    margin: 0 0px;
  }
  .section_3 .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
  .section_3 .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
  .section_3 .swiper-slide .sub_container {
    width: 100%;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section_3 .swiper-slide .sub_container .text_box .sub_text {
    font-size: 1.5rem;
  }
  .section_3 .swiper-slide .sub_container .text_box .main_text {
    font-size: 2rem;
  }
  .section_3 .swiper-button-next, .section_3 .swiper-button-prev {
    top: 55%;
  }
  .section_3 .swiper-button-next {
    right: 5%;
  }
  .section_3 .swiper-button-prev {
    left: 5%;
  }
  .section_4 {
    background-position: 30%;
  }
  .section_4 .wrapper {
    margin: 0;
  }
  .section_4 .top_container {
    padding-bottom: 40px;
  }
  .section_4 .bottom_container {
    height: auto;
  }
  .section_4 .con1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section_4 .con1 .con_box {
    width: 100% !important;
    position: static !important;
    padding: 26px 20px;
    margin-bottom: 0 !important;
    font-size: 4vw;
  }
  .section_4 .con1 .con_box .sec4_icon {
    margin-right: 1.5rem;
  }
  .section_4 .con1 .con_box .sec4_icon:before {
    padding: 26px;
  }
  .section_4 .con1 .con_box img {
    width: 30px;
  }
  .section_4 .con1 a {
    width: 48%;
  }
  .section_4 .con2, .section_4 .con3 {
    width: 48%;
    margin: 2% 1% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 30vh !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_4 .con2 > a, .section_4 .con3 > a {
    width: 100%;
    height: 100%;
  }
  .section_4 .con2 .con_box {
    text-align: center;
    padding: 1rem;
  }
  .section_4 .con2 .con_box .title {
    font-size: 1.8rem;
  }
  .section_4 .con2 .con_box .con_text {
    font-size: 3.2vw;
  }
  .section_4 .con2 .con_box .con_text:nth-of-type(5) span, .section_4 .con2 .con_box .con_text:nth-of-type(6) span {
    margin-right: 13px;
    letter-spacing: 0;
  }
  .section_4 .con3 {
    background-size: 6rem;
  }
  .section_4 .con3 .con_box {
    padding: 4rem 2rem;
  }
  .section_4 .con3 .con_box .title {
    font-size: 1.8rem;
    margin-bottom: .4rem;
  }
  .section_4 .con3 .con_box .con_text {
    font-size: 1.2rem;
    font-weight: 300;
  }
  .section_4 .con3 .con_box .more_btn {
    font-size: 1.3rem;
    width: 6rem;
    padding: .2rem;
  }
  .section_5 .top_container {
    padding-bottom: 20px;
  }
  .section_5 .swiper-slide {
    width: 30%;
    margin: 0 10px;
  }
  footer {
    padding: 50px 0;
  }
  footer .bottom_container {
    width: auto;
    text-align: center;
    margin: 30px 5% 0;
  }
  footer .bottom_container .logo_box {
    float: none;
    margin: 0 auto 3rem;
  }
  footer .bottom_container .copyright_box {
    width: auto;
    margin-left: 0;
  }
  footer .bottom_container .copyright_box p {
    font-size: 1.15rem;
    margin-bottom: .5rem;
  }
  footer .bottom_container .copyright_box ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom_container .copyright_box ul a {
    margin-left: 0;
    margin: 0 .75rem;
  }
  html {
    font-size: 12px;
  }
  .section_1 .text_area {
    left: auto;
    right: auto;
    margin: 0 10%;
    width: 80%;
  }
  .section_1 .swiper-button-prev {
    left: 70%;
  }
  .section_1 .swiper-button-next {
    left: 80%;
  }
  .section_4 .con2 .con_box .con_text {
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    width: 90%;
  }
  header .header_account {
    width: 960px;
  }
  header .bottom_wrapper {
    width: 960px;
  }
  header .full_menu .full_menu_wrapper {
    width: 960px;
  }
  header.scroll .full_menu {
    top: 96px;
  }
  .section_1 .sub_swiper {
    width: 580px;
    right: 4%;
  }
  .section_1 .main_swiper .swiper-slide .text_area {
    left: 5%;
  }
  .section_1 .main_swiper .swiper-slide .text_area:before {
    width: 100%;
  }
  .section_1 .swiper-button-prev {
    right: 91%;
  }
  .section_1 .swiper-button-next {
    right: 84%;
  }
  .section_2 {
    padding: 80px 0;
  }
  .section_2 .bottom_container .medal_container img {
    width: 12rem;
  }
  .section_3 .top_container {
    max-width: none;
    padding-bottom: 30px;
  }
  .section_3 .swiper-slide {
    height: 400px;
    margin: 0 0px;
  }
  .section_3 .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
  .section_3 .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
  .section_3 .swiper-slide .sub_container {
    width: 100%;
    left: 0;
  }
  .section_3 .swiper-slide .sub_container .text_box .sub_text {
    font-size: 1.25rem;
  }
  .section_3 .swiper-slide .sub_container .text_box .main_text {
    font-size: 1.75rem;
  }
  .section_3 .swiper-button-next, .section_3 .swiper-button-prev {
    margin-top: 0;
  }
  .section_4 .con2 .con_box .title {
    font-size: 1.6rem;
  }
  .section_4 .con2 .con_box .con_text {
    font-size: 1.2rem;
  }
  .section_4 .con3 .con_box .title {
    font-size: 1.6rem;
  }
  .section_4 .con3 .con_box .con_text {
    font-size: 1.2rem;
  }
  footer {
    padding: 50px 0;
  }
  footer .top_container ul {
    width: auto;
    margin: 0 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top_container ul a {
    font-size: 1.25rem;
    margin: 0 .85rem 1rem;
  }
  footer .bottom_container {
    width: auto;
    text-align: center;
    margin: 30px 5% 0;
  }
  footer .bottom_container .logo_box {
    float: none;
    margin: 0 auto 3rem;
  }
  footer .bottom_container .copyright_box {
    width: auto;
    margin-left: 0;
  }
  footer .bottom_container .copyright_box p {
    font-size: 1.15rem;
    margin-bottom: .5rem;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  html {
    font-size: 14px;
  }
  header .header_account {
    width: 1280px;
  }
  header .bottom_wrapper {
    width: 1280px;
  }
  header .full_menu .full_menu_wrapper {
    width: 1280px;
  }
  header.scroll .full_menu {
    top: 96px;
  }
  .section_1 .sub_swiper {
    width: 780px;
    right: 6%;
  }
  .section_1 .main_swiper .swiper-slide .text_area {
    right: 70%;
  }
  .section_1 .swiper-button-prev {
    right: 86%;
  }
  .section_1 .swiper-button-next {
    right: 80%;
  }
  .section_2 .bottom_container .medal_container img {
    width: 13rem;
  }
  .section_4 .bottom_container {
    height: 20.5rem;
  }
}
/*# sourceMappingURL=responsive.css.map */