@charset "UTF-8";

/*웹접근성 아웃라인*/
:focus-visible,
a:focus-visible,
a:focus-visible::after,
button:focus-visible,
button:focus-visible::-webkit-tap-highlight-color,
.btn:focus-visible,
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible,
input.item_radio[type="radio"]:focus-visible + label {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1) !important;
    z-index: 99999999 !important;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 0.5) !important;
}
.card_swiper a:focus-visible {
    position: relative;
}
.card_swiper a:focus-visible::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1) !important;
    z-index: 99999999 !important;
}
footer :focus-visible,
footer a:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(255, 215, 0, 1) !important;
    z-index: 99999999 !important;
}

/*SkipToContent */
#skipToContent {
    margin: 0;
}
#skipToContent a {
    position: absolute;
    left: -3000%;
}
#skipToContent a:focus {
    display: block;
    left: 0;
    top: 0;
    z-index: 10000000000;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #360afa;
    color: #fff;
    text-align: center;
}

/* clearFix */
.clfix {
    zoom: 1;
}
.clfix:after,
.clfix:before {
    line-height: 0;
    display: table;
    content: "";
}
.clfix:after {
    clear: both;
}

/* Display */
.d-none {
    display: none !important;
}
.d-in {
    display: inline-block !important;
}
.d-bl {
    display: block !important;
}

.pre {
    margin: 0;
}

/* Margin */
.mg0 {
    margin: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt2 {
    margin-top: 0.2rem !important;
}
.mt5 {
    margin-top: 0.5rem !important;
}
.mt10 {
    margin-top: 1rem !important;
}
.mt15 {
    margin-top: 1.5rem !important;
}
.mt20 {
    margin-top: 2rem !important;
}
.mt25 {
    margin-top: 2.5rem !important;
}
.mt30 {
    margin-top: 3rem !important;
}
.mt35 {
    margin-top: 3.5rem !important;
}
.mt40 {
    margin-top: 4rem !important;
}
.mt50 {
    margin-top: 5rem !important;
}
.mt60 {
    margin-top: 6rem !important;
}
.mt70 {
    margin-top: 7rem !important;
}
.mt80 {
    margin-top: 8rem !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb2 {
    margin-bottom: 0.2rem !important;
}
.mb5 {
    margin-bottom: 0.5rem !important;
}
.mb10 {
    margin-bottom: 1rem !important;
}
.mb15 {
    margin-bottom: 1.5rem !important;
}
.mb20 {
    margin-bottom: 2rem !important;
}
.mb25 {
    margin-bottom: 2.5rem !important;
}
.mb30 {
    margin-bottom: 3rem !important;
}
.mb40 {
    margin-bottom: 4rem !important;
}
.mb35 {
    margin-bottom: 3.5rem !important;
}
.ml2 {
    margin-left: 0.2rem !important;
}
.ml3 {
    margin-left: 0.3rem !important;
}
.ml5 {
    margin-left: 0.5rem !important;
}
.ml10 {
    margin-left: 1rem !important;
}
.ml15 {
    margin-left: 1.5rem !important;
}
.ml20 {
    margin-left: 2rem !important;
}
.ml25 {
    margin-left: 2.5rem !important;
}
.ml35 {
    margin-left: 3.5rem !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mr2 {
    margin-right: 0.2rem !important;
}
.mr3 {
    margin-right: 0.3rem !important;
}
.mr5 {
    margin-right: 0.5rem !important;
}
.mr10 {
    margin-right: 1rem !important;
}
.mr15 {
    margin-right: 1.5rem !important;
}
.mr20 {
    margin-right: 2rem !important;
}
.mr25 {
    margin-right: 2.5rem !important;
}
.mr35 {
    margin-right: 3.5rem !important;
}

/* Padding*/
.pd0 {
    padding: 0 !important;
}
.pd10 {
    padding: 10px !important;
}
.pd20 {
    padding: 20px !important;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pl0 {
    padding-left: 0 !important;
}
/* Float */
.fl {
    float: left;
}
.fr {
    float: right;
}

/* Text-align */
.t-l {
    text-align: left !important;
}
.t-r {
    text-align: right !important;
}
.t-c {
    text-align: center !important;
}

/* font-weight */
.bold {
    font-weight: bold;
}

/* text_hide */
.txt_hide {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* width */
.w100 {
    width: 100% !important;
}
.w10perc {
    width: 10% !important;
}
.w20perc {
    width: 20% !important;
}
.w30perc {
    width: 30% !important;
}
.w40perc {
    width: 40% !important;
}
.w50perc {
    width: 50% !important;
}
.w60perc {
    width: 60% !important;
}
.w70perc {
    width: 70% !important;
}
.w80perc {
    width: 80% !important;
}

.w40 {
    width: 40px !important;
}
.w50 {
    width: 50px !important;
}
.w56 {
    width: 56px !important;
}
.w60 {
    width: 60px !important;
}
.w70 {
    width: 70px !important;
}
.w80 {
    width: 80px !important;
}
.w120 {
    width: 120px !important;
}
.w200 {
    width: 200px !important;
}
.w_auto {
    width: auto !important;
}

/* Lay-Out */
.inner {
    width: 1400px;
    margin: 0 auto;
}
.sub {
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 560px; */
    position: relative;
    min-height: 670px;
}

/* Header */
/*-------------------------------------------------
title       : 레이아웃
Author      : 플랜아이 momi
Create date : 2024-01-10
-------------------------------------------------*/
html.active {
    height: 100vh !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
}

#wrap {
    outline: 0;
}

#header {
    position: fixed;
    z-index: 9999900;
}
#header::after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: "";
}
#header.fixed #logo a {
    display: block;
    width: 247px;
    height: 40px;
    background: url(../images/easycerti/logo.png) no-repeat 0 0;
    background-size: contain;
}

.header_wrap {
    height: 9rem;
    display: flex;
    /* align-items: center; */
}

#logo {
    display: flex;
    align-items: center;
    float: left;
    width: 36rem;
    height: 9rem;
    margin: 0 0 0 4.8rem;
}
#logo a {
    display: block;
    width: 247px;
    height: 40px;
    background: url(../images/easycerti/logo.png) no-repeat 0 0;
    background-size: contain;
    margin-bottom: 10px;
}

#hnb .list {
    position: absolute;
    right: 15.5rem;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50%);
}
#hnb .list a {
    font-size: 1.5rem;
    position: relative;
    color: #111;
    font-weight: 700;
    padding-left: 3.2rem;
    font-family: "Pretendard", sans-serif, "NanumSquare", sans-serif;
}
#hnb .list a::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/easycerti/icon_globe_bl.webp) no-repeat 50% 50%;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#hnb .list a:hover,
#hnb .list a:focus {
    text-decoration: underline;
    text-underline-position: under;
}
#gnb1{
    width: calc(100% - 360px - 360px - 48px);
}
#gnb1::after {
    content: "";
    display: block;
    clear: both;
}
#gnb1 > ul {
    float: right;
    /* width: calc(100% - 31rem - 36rem - 4.8rem); */
    width: 100%;
    /* margin: 0 31rem 0 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 80px;
}
#gnb1 > ul > li {
    display: flex;
    justify-content: center;
    /* margin: 0 4.2rem; */
    text-align: center;
}
#gnb1 > ul > li > a {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Pretendard", sans-serif, "NanumSquare", sans-serif;
    line-height: 9rem;
    display: inline-block;
    position: relative;
    color: #111;
}
#gnb1 > ul > li > a:hover,
#gnb1 > ul > li > a:focus {
    font-weight: 600;
}
#gnb1 > ul > li.active > a {
    font-weight: 800 !important;
    color: #2538cd !important;
}
#gnb1 > ul > li.active .submenu {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    width: 100%;
    padding: 0 calc(50% - 70rem);
}
#gnb1 > ul .submenu {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    min-height: 30rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    z-index: 1;
}
#gnb1 > ul .submenu::before {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 1000%;
    height: 100%;
    margin-left: -500%;
    content: "";
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    background-color: #fff;
}
#gnb1 > ul .submenu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0rem;
    z-index: -1;
    width: calc(50% - 70rem + 25rem);
    height: 100%;
    background: #e8eff6;
    border-radius: 0 0 10rem 0;
}
#gnb1 > ul .submenu .desc {
    font-size: 1.8rem;
    width: 25rem;
    color: #555;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
    flex: 1 1 25rem;
}
#gnb1 > ul .submenu .desc .title {
    font-size: 3.8rem;
    line-height: 3.8rem;
    display: block;
    padding: 4.2rem 0 0rem;
    color: #111;
    position: relative;
    margin-bottom: 3.2rem;
    font-weight: 800;
    font-family: "Pretendard", sans-serif, "NanumSquare", sans-serif;
    padding-right: 2rem;
}
#gnb1 > ul .submenu > ul {
    font-size: 1.6rem;
    line-height: 1.75;
    width: calc(100% - 25rem);
    padding: 4.5rem 0 2.5rem 5rem;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 25rem);
    flex: 1 1 calc(100% - 25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#gnb1 > ul .submenu > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - 1.5rem);
    flex: 1 1 calc(25% - 1.5rem);
    max-width: calc(25% - 1.5rem);
    margin-right: 2rem;
    margin-bottom: 2.5rem;
}
#gnb1 > ul .submenu > ul > li:nth-child(4n) {
    margin-right: 0;
}
#gnb1 > ul .submenu > ul > li > a {
    padding: 0.5rem 5rem 0.5rem 2.3rem;
    border: 1px solid #eee;
    height: 5.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 1.6rem;
    border-radius: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    word-break: keep-all;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}
#gnb1 > ul .submenu > ul > li > a::before {
    content: "";
    /* font-family: "remixicon";
    line-height: 3.1rem;
    font-size: 1.5rem; 
    color: #999; */
    width: 3.1rem;
    height: 3.1rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gnb1 > ul .submenu > ul > li > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/easycerti/arrowRight.webp) no-repeat 0 0;
    background-size: contain;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gnb1 > ul .submenu > ul > li > a:hover,
#gnb1 > ul .submenu > ul > li > a:focus {
    background: linear-gradient(259.17deg, #0053fa -18.97%, #4a97ff 84.41%);
    -webkit-box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
    box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
    color: #fff;
    font-weight: 700;
    border: none;
}
#gnb1 > ul .submenu > ul > li > a:hover::before,
#gnb1 > ul .submenu > ul > li > a:focus::before {
    /* color: #fff; */
    background: rgba(255, 255, 255, 0.2);
}
#gnb1 > ul .submenu > ul > li.active > a {
    background: linear-gradient(259.17deg, #0053fa -18.97%, #4a97ff 84.41%);
    -webkit-box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
    box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4);
    color: #fff;
    font-weight: 700;
    border: none;
}
#gnb1 > ul .submenu > ul > li.active > a::before {
    background: rgba(255, 255, 255, 0.2);
    right: 2rem;
}
#gnb1 > ul .submenu > ul > li.active > a::after {
    filter: brightness(400);
}
#gnb1 > ul .gnb_d3 {
    padding-left: 1rem;
}
#gnb1 > ul .gnb_d3 a {
    padding-left: 1.1rem;
    position: relative;
    line-height: 2rem;
    display: inline-block;
    color: #767676;
}
/* #gnb1 > ul .gnb_d3 a::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.7rem;
} */
#header .lnb-detail {
    display: flex;
    flex-flow: column;
    gap: 7px;
}
/* #gnb1 > ul .gnb_d3 a.linkWindow::after {
    content: "\ecaf";
    font-family: "remixicon";
    font-size: 1.5rem;
    padding-left: 0.3rem;
    vertical-align: top;
} */
#gnb1 > ul .gnb_d3 a:hover,
#gnb1 > ul .gnb_d3 a:focus {
    text-decoration: underline;
    text-underline-position: under;
    color: #111;
    font-weight: 600;
}
#gnb1 > ul .gnb_d3 a:hover::before,
#gnb1 > ul .gnb_d3 a:focus::before {
    background-color: #111;
}

#gnb2 .control {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 7;
    width: 9rem;
    height: 9rem;
    text-align: center;
    background: #007aff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#gnb2 .control [class*="bar"] {
    display: block;
    width: 2.4rem;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 3.3rem;
    top: 3.4rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#gnb2 .control [class*="bar"].bar2 {
    width: 1.6rem;
    top: 4.4rem;
    left: 4.1rem;
}
#gnb2 .control [class*="bar"].bar3 {
    top: 5.3rem;
}
#gnb2 .control.open:hover {
    background: #007aff;
}
#gnb2 .control.open:hover .bar1 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#gnb2 .control.open:hover .bar2 {
    width: 2.4rem;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    left: 3.3rem;
}
#gnb2 .control.open:hover .bar3 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#gnb2 .control.close {
    display: none;
    background: #111;
}
#gnb2 .control.close [class*="bar"] {
    background-color: #fff !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#gnb2 .control.close [class*="bar"].bar1 {
    -webkit-transform: translateY(0.95rem) rotate(-225deg);
    transform: translateY(0.95rem) rotate(-225deg);
    width: 2.6rem;
}
#gnb2 .control.close [class*="bar"].bar2 {
    display: none;
}
#gnb2 .control.close [class*="bar"].bar3 {
    -webkit-transform: translateY(-0.95rem) rotate(225deg);
    transform: translateY(-0.95rem) rotate(225deg);
    width: 2.6rem;
}
#gnb2 .control.close:hover {
    background: #007aff;
}
#gnb2 .control.close:hover .bar1 {
    -webkit-transform: translateY(-0.95rem) rotate(-135deg);
    transform: translateY(-0.95rem) rotate(-135deg);
    top: 5.3rem;
}
#gnb2 .control.close:hover .bar3 {
    -webkit-transform: translateY(-0.95rem) rotate(135deg);
    transform: translateY(-0.95rem) rotate(135deg);
}
#gnb2 > ul {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: calc(100% - 18rem);
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0rem;
    z-index: 2;
    color: #111;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
}
#gnb2 > ul > li {
    padding: 10.7rem 3rem 5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    border-right: 1px solid #ddd;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in 0.1s;
    transition: opacity 0.7s ease-in 0.1s;
}
#gnb2 > ul > li::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f4f5fb;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
    transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}
#gnb2 > ul > li:first-child {
    border-left: 1px solid #ddd;
}
#gnb2 > ul > li > a {
    font-size: 2.7rem;
    display: block;
    margin-bottom: 3.7rem;
    font-weight: 700;
    color: #111;
    font-family: "Pretendard", sans-serif, "NanumSquare", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#gnb2 > ul > li > a::before {
    content: "";
    width: 0.4rem;
    height: 0rem;
    position: absolute;
    left: -3rem;
    top: 0;
    background: #007aff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#gnb2 > ul > li > a:hover,
#gnb2 > ul > li > a:focus {
    color: #007aff;
    font-weight: 700;
}
#gnb2 > ul > li > a:hover::before,
#gnb2 > ul > li > a:focus::before {
    height: 4rem;
}
#gnb2 > ul > li:hover > a {
    color: #007aff;
    font-weight: 700;
}
#gnb2 > ul > li:hover > a::before {
    height: 4rem;
}
#gnb2 .submenu > ul > li {
    margin-bottom: 2rem;
}
#gnb2 .submenu > ul > li > a {
    font-size: 2rem;
    font-weight: 700;
    word-break: keep-all;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#gnb2 .submenu > ul > li > a:hover,
#gnb2 .submenu > ul > li > a:focus {
    color: #007aff;
}
#gnb2 .submenu > ul > li.on > a {
    color: #007aff;
}
#gnb2 .submenu a {
    display: inline-block;
    line-height: 1.4;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#gnb2 .gnb_d3 {
    margin-top: 0.5rem;
}
#gnb2 .gnb_d3 a {
    color: #666;
    padding-left: 1rem;
    position: relative;
    margin-top: 0.3rem;
}
#gnb2 .gnb_d3 a::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 0;
    top: 0.8rem;
    background-color: #999;
    border-radius: 50%;
}
#gnb2 .gnb_d3 a.linkWindow::after {
    content: "\ecaf";
    font-family: "remixicon";
    font-size: 1.5rem;
    padding-left: 0.3rem;
    vertical-align: top;
}
#gnb2 .gnb_d3 a:hover,
#gnb2 .gnb_d3 a:focus {
    color: #007aff;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}
#gnb2 .gnb_d3 a:hover::before,
#gnb2 .gnb_d3 a:focus::before {
    background-color: #007aff;
}
#gnb2 .gnb_d3 li.on > a {
    color: #007aff;
    font-weight: 600;
}
#gnb2 .gnb_d3 li.on > a::before {
    background-color: #007aff;
}
#gnb2 .gnb_d4 {
    margin-top: 0.2rem;
}
#gnb2 .gnb_d4 a {
    padding-left: 2rem;
    margin-top: 0.3rem;
    font-size: 1.5rem;
}
#gnb2 .gnb_d4 a::before {
    width: 0.6rem;
    height: 0.2rem;
    left: 1rem;
    top: 0.9rem;
}
#gnb2 .gnb_d5 {
    margin-top: 0rem;
}
#gnb2 .gnb_d5 a {
    padding-left: 3rem;
}
#gnb2 .gnb_d5 a::before {
    height: 1px;
    left: 2rem;
    top: 0.9rem;
}
#gnb2.active {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
}
#gnb2.active .open {
    display: none;
}
#gnb2.active .close {
    display: block;
}
#gnb2.active > ul {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
    min-height: 100vh;
}
#gnb2.active > ul > li {
    opacity: 1;
}
#gnb2.active > ul > li::before {
    width: 0;
}

@-webkit-keyframes updown {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 0.5rem;
    }
}

@keyframes updown {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 0.5rem;
    }
}

/* Footer */
footer {
    width: 100%;
    background: #333;
    box-sizing: border-box;
    padding: 50px 0 80px 0;
}
footer .footer_links_box {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 41px;
    align-items: center;
}
footer .footer_links {
    display: flex;
    gap: 41px;
}
footer .footer_links li a {
    font-size: 16px;
    color: #888;
    font-weight: 500;
}
footer .footer_links li:first-child a {
    font-weight: 600;
    color: #fff;
    position: relative;
}
footer .footer_links li:first-child a::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #666;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
footer .sns {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    gap: 25px;
}
footer .sns li a {
    display: block;
    width: 27px;
    height: 27px;
}
footer .sns li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footer_etc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 40px;
    gap: 40px;
}

footer .footer_etc h2.logo {
    width: 240px;
    height: 40px;
    background: url(../images/easycerti/logo_g.png) no-repeat 0 0;
    background-position: left;
    background-size: contain;
}
footer .footer_etc h2.logo a {
    display: block;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    transition: 0.3s;
}

footer .footer_etc .footer_info {
    width: 480px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
footer .footer_etc .footer_info li {
    color: #888;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.75;
}
footer .footer_etc .footer_info li:nth-child(1) {
    width: 100%;
}
footer .footer_etc .footer_info li:nth-child(2),
footer .footer_etc .footer_info li:nth-child(4) {
    width: 60%;
    margin-right: 10px;
}
footer .footer_etc .footer_info li:nth-child(3),
footer .footer_etc .footer_info li:nth-child(5) {
    width: calc(65% - 24px);
}

footer .footer_etc .footer_info li span {
    margin-right: 12px;
}

footer .footer_etc .footer_address {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: end;
}
footer .footer_etc .footer_address li {
    color: #888;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.75;
}
footer .footer_etc .footer_address li span {
    margin-right: 12px;
}

footer .copyright {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

footer .footer_etc .footer_mark {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}
footer .footer_etc .footer_mark li:nth-child(1) {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark01.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
footer .footer_etc .footer_mark li:nth-child(2) {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark02.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
footer .footer_etc .footer_mark li:nth-child(3) {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark03.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
footer .footer_etc .footer_mark li:nth-child(4) {
    width: 118px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark04.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
footer .footer_etc .footer_mark li:nth-child(5) {
    width: 76px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark05.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
footer .footer_etc .footer_mark li:nth-child(6) {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark06.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}
footer .footer_etc .footer_mark li:nth-child(7) {
    width: 55px;
    height: 55px;
    display: block;
    background: url(../images/easycerti/footer_mark07.webp) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

/* chat */
.chat {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 90px;
    bottom: 80px;
    z-index: 5;
}
.chat div {
    width: 100%;
    height: 100%;
}
.chat div a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/icon_chat.webp) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
}

/* scroll_top */
#chat {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 999;
}
#chat div {
    width: 100%;
    height: 100%;
}
#chat div a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/icon_chat.webp) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
}

/* scroll_top */
#scroll_top {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 50px;
    bottom: 36px;
    z-index: 99;
    z-index: 9999;
}
#scroll_top div {
    width: 100%;
    height: 100%;
}
#scroll_top div a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/icon_scrolltop.webp) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
}

#scroll-btn {
    cursor: pointer;
    opacity: 0;
    width: 52px;
    height: 52px;
    color: transparent;
    background: url(../images/easycerti/icon_scrolltop.webp) no-repeat 0 0;
    background-size: contain;
    position: fixed;
    bottom: 36px;
    right: 50px;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 999999;
}
#scroll-btn.show {
    opacity: 1;
    transition: opacity 1s, transform 1s;
}

/* text_hide */
.txt_hide {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
/* //231205(e) */

/* Media-query */

@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1400px) {
    #logo {
        margin: 0 0 0 16px;
    }
    /* #gnb1 > ul {
        width: calc(100% - 31rem - 36rem - 1.6rem);
    }
    #gnb1 > ul > li {
        display: inline-block;
        margin: 0 1.85rem;
    } */
    #hnb .list {
        right: 12.5rem;
    }
    .inner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
    }
}

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

@media screen and (max-width: 1270px) {
    /* header .gnb>li>a{
           padding: 0 10px;
       }   */
}
@media screen and (max-width: 1200px) {
    /*header .gnb{
           width: calc(100% - 344px);
       }  */

    /* scroll_top */
    #chat {
        right: 10px;
        bottom: 85px;
    }

    /* scroll_top */
    #scroll_top {
        right: 10px;
        bottom: 20px;
    }
    #scroll-btn {
        right: 10px;
        bottom: 20px;
    }
    header .home {
        width: 180px;
    }
    header .gnb {
        width: calc(100% - 247px - 104px - 80px);
    }
}

@media screen and (max-width: 1024px) {
    #gnb1 {
        display: none;
    }

    /* footer */
    footer .footer_etc {
        align-items: unset;
        flex-flow: column;
        gap: 10px;
    }
    footer .footer_etc .footer_info {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_etc .footer_address li {
        display: flex;
        justify-content: flex-start;
    }
    footer .footer_etc .footer_address span {
        margin-left: 0;
    }
    footer .footer_etc .footer_mark {
        margin-top: 30px;
        gap: 10px;
    }
    footer .footer_etc .footer_mark li a {
        transform: scale(0.8);
    }
    footer .copyright {
        margin-top: 15px;
    }
}

@media screen and (max-width: 920px) {
    #hnb .list {
        right: 11rem;
    }
}

@media screen and (max-width: 768px) {
    /* footer */
    footer .footer_etc h2.logo {
        width: 220px;
        height: 30px;
    }
    footer .footer_etc .footer_address li {
        justify-content: unset;
        gap: 5px;
    }
    footer .footer_etc .footer_address li span {
        margin-right: 0;
    }
    footer .footer_etc .footer_address li:nth-child(1) span,
    footer .footer_etc .footer_address li:nth-child(2) span,
    footer .footer_etc .footer_address li:nth-child(3) span {
        width: 60px;
    }
    footer .footer_links li a {
        font-size: 14px;
    }
    footer .footer_etc .footer_info li {
        font-size: 13px;
    }
    footer .footer_etc .footer_info li span {
        font-size: 13px;
    }
    footer .footer_etc .footer_address li {
        font-size: 13px;
    }
    footer .copyright {
        font-size: 13px;
    }
    footer {
        padding: 30px 0 60px 0;
    }
}

@media screen and (max-width: 520px) {
    /* footer */
    footer .footer_etc .footer_info li {
        margin-top: 0;
    }
}

@media all and (max-width: 550px) {
    footer .footer_links {
        gap: 12px;
    }
    footer .footer_links li:first-child a::after {
        display: none;
    }
    footer .footer_links_box {
        gap: 10px;
    }
    footer .footer_etc {
        margin-top: 20px;
    }
    footer .sns {
        gap: 20px;
    }
    footer .footer_etc .footer_mark {
        gap: 0;
    }
    footer .footer_etc .footer_mark li {
        width: calc(100% / 7);
    }
    footer .footer_etc .footer_mark li a {
        margin: 0 auto;
        width: 100% !important;
        height: 40px !important;
        background-size: cover;
    }
}
@media all and (max-width: 420px) {
    #logo a{
        width: 60%;
        height: 32px;
        margin-bottom: 0;
    }
    .w_auto {
        width: 100% !important;
    }
    footer .footer_links_box {
        padding: 20px 0 10px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    footer .sns {
        gap: 10px;
    }
}

/* 모바일 메뉴 */
/*-------------------------------------------------
title       : 레이아웃 반응형
Author      : 플랜아이 moni
Create date : 2024-01-10
-------------------------------------------------*/
@media (max-width: 1800px) {
    #footer .btn_top {
        margin-left: 0;
        right: 2rem;
        left: initial;
    }
}
@media (max-width: 1700px) {
    #logo {
        margin: 0 0 0 2rem;
    }
    /* #gnb1 > ul {
        width: calc(100% - 25rem - 36rem - 2rem);
        margin-right: 25rem;
    }
    #gnb1 > ul > li {
        margin: 0 3rem;
    } */
}
@media (max-width: 1500px) {
    /* #gnb1 > ul > li {
        margin: 0 1.85rem;
    } */

    #search .control.open {
        right: 11rem;
    }
    #gnb2 > ul > li {
        padding: 10.7rem 2rem 5rem;
    }
    #gnb2 > ul > li > a::before {
        left: -2rem;
    }
}
@media (max-width: 1460px) {
    #gnb1 > ul .submenu::after {
        width: 25rem;
    }
    #gnb1 > ul .submenu .desc {
        padding-left: 2rem;
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    #gnb1 > ul .submenu .desc .title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    #gnb1 > ul .submenu > ul {
        padding: 4.5rem 2rem 2.5rem 5rem;
    }
}
@media (max-width: 1400px) {
    #logo {
        /* margin: 0 0 0 16px; */
        /* width: calc(100% - 16px); */
    }
    #gnb1{
        width: calc(100% - 360px - 360px - 48px);
    }
    #gnb1 > ul{
        gap: 60px;
    }
}
@media (max-width: 1280px) {
    #logo{
        height: 8rem;
    }
    .header_wrap {
        height: 8rem;
    }
    #gnb2 .control {
        width: 8rem;
        height: 8rem;
    }
    #gnb2 .control [class*="bar"] {
        top: calc(3.4rem - 0.5rem);
        left: calc(3.3rem - 0.5rem);
    }
    #gnb2 .control [class*="bar"].bar2 {
        top: calc(4.4rem - 0.5rem);
        left: calc(4.1rem - 0.5rem);
    }
    #gnb2 .control [class*="bar"].bar3 {
        top: calc(5.3rem - 0.5rem);
        left: calc(3.3rem - 0.5rem);
    }
    #gnb2.active::before {
        height: 8rem;
    }
    #gnb2.active::before {
        height: 8rem;
    }

    #gnb1 {
        display: none;
    }
    #gnb2 > ul {
        display: block;
        width: 50rem;
        max-width: 100%;
        height: calc(100vh - 9rem);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background: #007aff;
        margin: 0;
        z-index: 10;
        overflow-y: hidden;
        border-top: none;
        position: absolute;
        top: 8rem;
        right: 0;
        left: initial;
    }
    #gnb2 > ul > li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto !important;
        border-right: none;
        max-width: 100%;
        position: initial;
        opacity: 1;
    }
    #gnb2 > ul > li::before {
        display: none;
    }
    #gnb2 > ul > li:first-child {
        border-left: none;
    }
    #gnb2 > ul > li > a {
        position: relative;
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 2rem 2rem;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
    }
    #gnb2 > ul > li.on > a{
        color: #fff;
    }
    #gnb2 > ul > li > a::before{
        display: none;
    }
    /* #gnb2 > ul > li > a::before {
        content: "";
        position: absolute;
        display: block;
        width: 8px;
        height: 12px;
        background: url(../images/easycerti/arrowRight.webp) no-repeat 0 0;
        background-size: contain;
        right: 3rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    } */
    #gnb2 > ul > li > a:hover,
    #gnb2 > ul > li > a:focus {
        color: #fff;
    }
    #gnb2 > ul > li > a:hover::before,
    #gnb2 > ul > li > a:focus::before {
        height: 2rem;
    }
    /* #gnb2 > ul > li.on > a::before {
        height: 2rem;
    } */
    #gnb2 > ul > li.active > a {
        background-color: #fff;
        color: #111;
        text-decoration: none;
    }
    #gnb2 > ul > li.active > a::before {
        display: none;
        opacity: 0;
    }
    #gnb2.active > ul > li.active .submenu {
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }
    #gnb2 > ul.active > li > a {
        width: 18rem;
        text-align: left;
        padding: 2.2rem 3rem 2.2rem 2rem;
    }
    #gnb2 > ul.active .submenu {
        width: calc(100% - 18rem);
        left: 18rem;
        min-height: 80rem;
    }
    #gnb2 .submenu {
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        float: none;
        width: 0;
        height: 0;
        padding: 1.5rem 2rem;
        background: #fff;
        position: absolute;
        top: 0rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: calc(100vh - 9rem);
    }
    #gnb2 .submenu > ul > li {
        margin-bottom: 0;
    }
    #gnb2 .submenu > ul > li > a {
        max-width: 100%;
        border-radius: 0;
        color: #000;
        border-bottom: none;
        position: relative;
        font-size: 1.9rem;
        padding: 1.8rem 3rem 1.8rem 1rem;
        font-weight: 500;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        line-height: 2.5rem;
    }
    #gnb2 .submenu > ul > li._plus > a::before {
        content: "";
        position: absolute;
        display: block;
        background: url(../images/easycerti/arrowDown.webp) no-repeat 50% 50%;
        background-size: contain;
        width: 12px;
        height: 8px;
        right: 2rem;
        top: 50%;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: center;
        transform: translateY(-50%);
    }
    #gnb2 .submenu > ul > li._plus.active > a::before {
        content: "";
        position: absolute;
        display: block;
        background: url(../images/easycerti/arrowUp.webp) no-repeat 50% 50%;
        background-size: contain;
        width: 12px;
        height: 8px;
        right: 2rem;
        top: 50%;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: center;
        transform: translateY(-50%);
    }
    #gnb2 .submenu > ul > li.active .gnb_d3 {
        visibility: visible;
        overflow: visible;
        opacity: 1;
        height: auto;
        padding: 1.5rem 1.5rem;
        border-bottom: 1px solid #e6e6e6;
    }
    #gnb2 .gnb_d3 {
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        float: none;
        width: 100%;
        height: 0;
        margin-top: 0;
        background: #f7f7f7;
    }
    #gnb2 .gnb_d3 a {
        color: #333;
        font-size: 1.7rem;
        margin: 0.7rem 0;
        display: inline-block;
        font-weight: 400;
        word-break: break-all;
    }
    #gnb2 .gnb_d3 a::before {
        background-color: #a7a7a7;
    }
    #gnb2 .gnb_d3 a:hover,
    #gnb2 .gnb_d3 a:focus {
        color: #333;
        text-decoration: underline;
    }
    #gnb2 .gnb_d3 a:hover::before,
    #gnb2 .gnb_d3 a:focus::before {
        color: #333;
        background-color: #a7a7a7;
    }
    #gnb2.active {
        background: rgba(0, 0, 0, 0.5);
    }
    #gnb2.active::before {
        content: "";
        width: 50rem;
        height: 8rem;
        background: #2e2d2d;
        position: absolute;
        right: 0;
        top: 0;
    }
    #gnb2.active > ul {
        height: calc(100vh - 8rem);
        min-height: 80rem;
    }
    #footer {
        padding: 4rem 0 10rem;
    }
    #footer .btn-top {
        bottom: 25rem;
    }
    #footer .mark {
        bottom: 3.5rem;
        left: 0;
        right: inherit;
    }
    #footer .related {
        position: relative;
        bottom: inherit;
        margin-bottom: 5rem;
    }
    #fnb1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    #fnb1 .group1 {
        margin-bottom: 0;
    }
    #fnb1 .group1 li {
        margin-right: 2rem;
    }
    #fnb1 .group2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 1rem;
    }
    #fnb2 .group1 li {
        margin-right: 2rem;
    }
    #siteinfo {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    #search .close {
        right: 4rem;
        top: 4rem;
    }
    #search.active .group {
        width: 50rem;
        padding: 12rem 6rem;
    }
    #footer {
        padding: 4rem 0 5rem;
    }
    #footer .mark {
        display: none;
    }
    #siteinfo .copyright {
        margin-top: 2.5rem;
    }
    [id*="layerPopup"] {
        width: 100% !important;
        height: auto !important;
        top: 50% !important;
        left: 50% !important;
        max-width: 85%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    [id*="layerPopup"] .popup_cont {
        width: 100% !important;
        height: 100% !important;
    }
    [id*="layerPopup"] .popup_cont img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 640px) {
    footer .footer_etc .footer_mark{
        width: 100%;
    }
    footer .footer_etc .footer_mark li:nth-child(1),
    footer .footer_etc .footer_mark li:nth-child(2),
    footer .footer_etc .footer_mark li:nth-child(3),
    footer .footer_etc .footer_mark li:nth-child(4),
    footer .footer_etc .footer_mark li:nth-child(5),
    footer .footer_etc .footer_mark li:nth-child(6),
    footer .footer_etc .footer_mark li:nth-child(7){
        width: 80%;
    }
}
@media (max-width: 500px) {
    .header_wrap.active #hnb .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 1;
        right: inherit;
        left: 2rem;
    }
    .header_wrap.active #hnb .list a {
        color: #fff !important;
    }
    #hnb .list a::before {
        position: absolute;
        content: "";
        background: url(../images/easycerti/icon_globe_wh.webp) no-repeat 50% 50% !important;
        background-size: contain !important;
        width: 24px;
        height: 24px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .header_wrap.active #hnb .list li:last-child a:after {
        display: none;
    }
    #hnb .list {
        display: none;
    }
    #gnb2.active::before {
        width: 100%;
    }
    #gnb2.active > ul {
        width: 100%;
    }
    /* #search .group .title_sch {
        font-size: 4rem;
    }
    #search .form {
        margin: 6rem 0 7rem;
    }
    #search.active .group {
        width: 100%;
        padding: 6rem 4rem;
    } */
    #gnb2 > ul.active .submenu{
        width: calc(100% - 14rem);
        left: 14rem;
    }
}
@media (max-width: 300px) {
    #search .control.open {
        right: 10rem;
    }
}
