@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;
}

/*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: 200;
}
#header::after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: "";
}
#header.fixed #logo a {
    display: block;
    width: 247px;
    height: 43px;
    background: url(../images/easycerti/logo_header_color.webp) no-repeat 0 0;
    background-size: contain;
}

.header_wrap {
    height: 9rem;
    display: flex;
    /* align-items: center; */
    border-bottom: solid 1px #DDDDDD;
    background-color: white;
    /* background-color: rgb(69, 31, 31); */

    /* width: 100%; */
}

#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: 43px;
    background: url(../images/easycerti/logo_header_color.webp) 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(../img/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: 800;
}
/* #gnb1 > ul > li > a:hover,
#gnb1 > ul > li.active > a {
    font-weight: 800 !important;
    color: #3082F6 !important;
    
} */

#gnb1 > ul > li.active a::before{
    opacity:1;
}
 #gnb1 > ul > li > a::before {
    content: "";
    width: 110%;
    height: 3px;
    background: #3082F6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    opacity: 0;
    transition: 0.25s;
    font-weight: 800 !important;

}

/* 현재 메뉴 전용 클래스 */
#gnb1 > ul > li > a.underline-active::before {
  opacity: 1;
}

#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: 24.5rem; */
    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-bottom: solid 1px #dddddd;
    /* 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-right: 1px solid #eee; */
    /* 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: 1.1rem 0 1.1rem 0;
    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; */
    justify-content: center;

}
#gnb1 > ul .submenu > ul.disblock.ml30 {
    font-size: 1.6rem;
    line-height: 1.75;
    width: calc(100% - 25rem);
    padding: 2.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: block;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-left: 30%;

}

#gnb1 > ul .submenu > ul.disblock.ml56 {
    font-size: 1.6rem;
    line-height: 1.75;
    width: calc(100% - 25rem);
    padding: 2.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: block; */
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-left: 56%;
}

#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: 3rem;*/
    /* margin-bottom: 2.5rem; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* align-items: center; */

}


#gnb1 > ul .submenu > ul > li.row {
    -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: 3rem;*/
    margin-bottom: 2.5rem;
    /* display: block; */

}

/* #gnb1 > ul .submenu > ul > li:nth-child(4n) {
    margin-right: 0;
} */
#gnb1 > ul .submenu > ul > li > a {
    margin: 1rem 3rem 1rem 3rem;
    /* border: 1px solid #eee; */
    /* height: 5.6rem; */
    /* height: 38px; */
    font-size: 18px;
    font-weight: 500;
    color: #1D1D1F;
    /*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: 26px;
    word-break: keep-all;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
    justify-content: center;
    /* background-color: #007aff; */
    /* width: 88px; */
}
#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: 0px 0px 15px 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%); */
    background-color: white;
    /* -webkit-box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4); */
    /* box-shadow: 4px 4px 25px rgba(0, 120, 237, 0.4); */
    /* color: #3082F6; */
    color: #1d1d1d;
    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; */
    padding-top: 2rem;
}
#gnb1 > ul .gnb_d3 a {
    /* padding-left: 1.1rem; */
    position: relative;
    line-height: 2rem;
    display: inline-block;
    color: #767676;
    /* text-align: center; */
}
/* #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;
}

#header .lnb-detail-row {
    display: flex;
    flex-flow: row;
    gap: 7px;
    flex-direction: column;
    /* align-items: center; */
}
/* #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; */
    color:#2538cd;
    font-weight: 600;
}
#gnb1 > ul .gnb_d3 a:hover::before,
#gnb1 > ul .gnb_d3 a:focus::before {
    background-color: #111;
}
.gnbProductA:hover,
.gnbProductA:focus{
    /* color: #007aff !important; */
    font-weight: 700 !important;
}

.gnbProductAaa:hover,
.gnbProductAaa:focus{
    /* color: #1d1d1d !important; */
    cursor:default;

}
.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;
    font-size: 14px;
}
#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;
    }
}


@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: 1024px) {
    #gnb1 {
        display: none;
    }

}

@media screen and (max-width: 920px) {
    #hnb .list {
        right: 11rem;
    }
}

@media all and (max-width: 420px) {
    #logo a{
        width: 60%;
        height: 32px;
        margin-bottom: 0;
    }
    .w_auto {
        width: 100% !important;
    }

}

/* 모바일 메뉴 */
/*-------------------------------------------------
title       : 레이아웃 반응형
Author      : 플랜아이 moni
Create date : 2024-01-10
-------------------------------------------------*/

@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; */
        padding: 1.1rem 0;
    }
}
@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: 9rem;
    }
    #gnb2 .control {
        width: 9rem;
        height: 9rem;
    }
    #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-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;
    }
    #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;
    }

    #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: 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(../img/easycerti/icon_globe_bl.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;
    }
}
