@charset "utf-8";
@import url('/theme/eb4_basic/plugins/fontawesome5/css/fontawesome-all.min.css');


/* 상단 레이아웃 */
#hd {
    z-index: 99;
    position: absolute;
    background: #fff;
    width: 100%;
}

#hd.hd_sub {
    border-bottom: 1px solid #dfdfdf;
}

#hd.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    z-index: 10000;
}

#tnb {
    background: #fff;
    height: 65px;
    padding-top: 3px;
}

.hd_login .hd_sch_wr {
    width: 400px;
    border: 2px solid #9c57f5 !important;
    border-radius: 40px;
    z-index: 3;
    height: 40px;
    margin-top: 0;
    font-family: 'noto sans kr';
    transition: all 0.5s ease-in;
}


.hd_login .hd_sch_wr.active{
    width: 650px;
    transition: all 0.5s ease-in;
}

.hd_login #hd_sch h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_login #hd_sch #sch_stx {
    float: left;
    width: 230px;
    height: 35px;
    padding-left: 0;
    background: #fff;
    border: 0;
    font-size: 14px;
}
.hd_login #hd_sch #sch_stx::placeholder{
    color: #989898;
}

.hd_login #hd_sch #sch_stx:focus {
    border: none;
    outline: none;
}

.hd_login #hd_sch #sch_stx:focus::placeholder{
    color: #9c57f5;
    font-weight: 600;
}
.hd_login #hd_sch #sch_submit {
    float: right;
    border: 0;
    cursor: pointer;
    margin: 3px;
    background: none;
    line-height: initial;
    width: 30px;
    height: 30px;
}
.hd_login #hd_sch #sch_submit img{
    width: 30px;
    height: 30px;
}
/*selecet-menu*/
/*.hd_login #hd_sch .select {
    float: left;
}

.hd_login #hd_sch select {
    display: none;
    height: 0;
    width: 0;
}

.hd_login .select-menu {
    list-style: none;
    width: 130px;
    padding: 0 40px 0 25px;
    margin: 0;
    height: 35px;
    border: 0; !*border-right:1px dashed #d7d7d7;*!
    border-right: none;
    line-height: 10px;
}

.hd_login .option-selected {
    position: relative;
    line-height: 35px;
}

.hd_login .option-selected span {
    display: inline-block;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

.hd_login .option-selected span:after {
    content: url(/img/common/v-arrow.png);
    position: absolute;
    left: 60px;
}

.hd_login .option-selected .submenu {
    display: none;
    position: absolute;
    left: -27px;
    top: -2px;
    width: 120px;
    list-style: none;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to top, #9babff, #9c57f5 );
    background-origin: border-box;
    background-clip: content-box, border-box;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.hd_login .select-menu .submenu li {
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 25px;
    color: #a7a7a7;
    cursor: pointer;
    display: block;
    text-align: left;
    font-size: 14px;
}

.hd_login .select-menu .submenu li:hover {
    color: #292929;
    background-color: #f7f1ff;
}

.hd_login .select-menu .submenu li:nth-child(1){
    margin-top: 40px;
}

.hd_login .select-menu .submenu li:last-child{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}*/

.search_tit{
    float: left;
    width: 100px;
    padding: 0 10px 0 25px;
    margin: 0;
    height: 35px;
    line-height: 36px;
    font-size: 14px;
}

.hd_login {
    width: 1250px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    height: 65px;
}

.hd_login li {
    display: inline-block;
    line-height: 0;
    z-index: 9;
}

.hd_login li a {
    color: #292929 !important;
    padding: 0 10px;
    border-left: none;
    line-height: 1;
    text-align: center;
}

.hd_login li:first-child a {
    border: 0;
}
.hd_login .menu_icon {
    display: block;
}

.hd_login .menu_icon img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    object-fit: none;
}
.login_wr{
    display: block;
    margin-left: auto;
}
.login_wr li{
    position: relative;
}
.login_wr li a:hover{
    color: #600cbe;
}

.login_wr li a .menu_icon{
    margin-top: -10px;
}

.login_wr li + li:before{
    /*border-left: 1px solid #989898;*/
    content: '';
    width: 1px;
    height: 12px;
    border: 0;
    background: #dadada;
    position: absolute;
    top: 2px;
    left: -2px;
}

.login_wr li a {
    padding: 5px 10px;
    font-weight: 400;
    font-family: noto sans kr;
    font-size: 14px;
    color: #6e6e6e !important;
}
.hd_login .menu_icon{
    display: block;
}

.hd_login .menu_icon img{
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    object-fit: none;
}

#hd_wrapper {
    position: relative;
    /*margin: 0 auto;*/
    width: 1250px;
    line-height: 65px;
    height: 65px;
    zoom: 1
}

#hd_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
/*
#gnb {
}
#gnb_1dul{

}*/

#gnb_1dul li {
    display: inline-block;
}


#gnb_1dul li.gnb_1dli {
    font-family: 'noto sans kr', 'malgun gothic', 'dotum', sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: center;
}
#gnb_1dul li.gnb_1dli:not(:last-child){
    padding-right: 20px;
}

#gnb_1dul li.gnb_1dli a:hover{
    color: #600cbe;
}

#gnb_1dul li.gnb_1dli:hover:after {
    content: '';
    display: none;
    position: absolute;
    background: #9c57f5;
    width: 90%;
    height: 3px;
    bottom: 0;
    left: 5%
}


#gnb_1dul li.gnb_1dli:nth-child(5){
    width:100px;
}

#gnb_1dul li.gnb_1dli:nth-child(5) a:hover {
    text-indent: -9999px;
    width: 85px;
    background: url(/img/common/gnbInfo.png) no-repeat 4px 18px;
    display: block
}


/*#gnb_1dul li.gnb_1dli:nth-child(6) a:hover {*/
/*    text-indent: -9999px;*/
/*    width: 76px;*/
/*    background: url(/img/common/gnbTalk.png) no-repeat center 16px;*/
/*    display: block*/
/*}*/

.float-r{
    float:right;
    margin-right: -3px;
}
.float-r li.gnb_1dli a{
    height:55px;
}
/*
.float-r li.gnb_1dli:nth-child(1) a {
    text-indent: -9999px;
    width: 100px;
    background: url(/img/common/header/aca.png) no-repeat center 12px;
    display: block;
    margin-right: -5px;
}
 */

.float-r li.gnb_1dli:nth-child(1) a {
    text-indent: -9999px;
    width: 70px;
    background: url(/img/common/header/commu.png) no-repeat center 15px;
    display: block;
    margin-right: -20px;
}

.float-r li.gnb_1dli:nth-child(2) a {
    text-indent: -9999px;
    width: 90px;
    background: url(/img/common/header/ai.png) no-repeat center 25px;
    display: block
}

.float-r li.gnb_1dli:nth-child(3) a:hover{
    text-indent: -9999px;
    width: 90px;
    background: url(/img/common/header/ai_ov.png) no-repeat 14px -1px;
    display: block
}


.gnb_menu_btn {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6em;
    border: 0;
    color: #706efe;
    background: none;
}
.gnb_menu_btn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.gnb_menu_btn img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/

/*.gnb_menu_btn:hover {*/
/*    color: #fff;*/
/*    background: #9c57f5;*/
/*    transition: ease-in .3s;*/
/*    border: 7px solid #fff;*/
/*    line-height: 36px;*/
/*    box-sizing: border-box;*/
/*    width: 59px;*/
/*    height: 59px;*/
/*}*/

#gnb_all {
    position: absolute;
    width: 100%;
    top: 129px;
    left: 0;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    z-index: 999;
    display: none;
}

#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#gnb_all .gnb_al_ul {
    background: #fff;
    width: 1250px;
    display: flex;
}

#gnb_all .gnb_al_li:first-child {
    border-left: 1px solid #efefef;
}

#gnb_all .gnb_al_li {
    flex: 1;
    padding: 30px 29px;
    align-items: flex-start;
    border-right: 1px solid #efefef;
}

#gnb_all .gnb_al_li .gnb_al_a {
    font-size: 14px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4a4a4a
}

#gnb_all .gnb_al_li .gnb_al_a:hover {
    color: #600cbe;
}

#gnb_all .gnb_al_li li {
    padding: 7px 0;
    line-height: 1.3;
    font-size: 13px;
}

#gnb_all .gnb_al_li li a {
    color: #4a4a4a
}

#gnb_all .gnb_al_li li a:hover {
    color: #600cbe;
}

.logo {
    float: left;
    margin: 0 30px 0 0;
}
.logo img{
    width: 95px;
}

.logo2 {
    display: none;
}

/*서브 검색*/
#hd_sub_sch {
    display: none;
}

/*fixed*/
#hd.fixed #hd_sub_sch {
    display: block;
    position: fixed;
    right: 50%;
    top: 60px;
    margin-right: -705px;
    width: 46px;
    height: 46px;
    padding: 3px;
    border-radius: 22px;
    border: 2px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(135deg, #add0ff, #bc8ff0);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    z-index: 9999;
    transition: all .7s
}

#hd.fixed #hd_sub_sch:before {
    content: url(/img/common/sch_bubble.png);
    position: absolute;
    top: -30px;
    right: -7px;
}

#hd.fixed #hd_sub_sch:hover {
    width: 220px;
    margin-left: 486px;
}

#hd.fixed #hd_sub_sch:hover #sch_stx {
    display: block;
    width: 100%;
    transition: all .3s
}

#hd.fixed #hd_sub_sch #sch_stx {
    width: 0px;
    height: 36px;
    border: 0;
    padding: 0 10px;
    border-radius: 22px;
    float: left;
    transition: all .2s
}

#hd.fixed #hd_sub_sch #sch_submit {
    position: absolute;
    right: 3px;
    width: 36px;
    height: 36px;
    background: #9c57f5;
    border: 0;
    border-radius: 50%;
    color: #fff;
}
#hd.fixed #hd_wrapper{
    margin: 7px 0;
}
.hdsub_w{
    width: 1250px;
    margin: 0 auto;
    text-align: left;
}
#hd.fixed .hd_sch_wr {
    display: none;
}
#hd.fixed .logo{
    display: none;
}
#hd.fixed .logo2{
    float: left;
    margin: 0 30px 0 0;
    display: block;
}

#hd.fixed .float-r{
    float:none;
}
#hd.fixed .fix_n{
    display: none;
}
#hd.fixed #tnb{
    height: 0;
}

#hd.fixed .login_wr{
    z-index: 9999;
    display: inline-block;
    margin-top: 12px;
}
.login_wr_n{
    display: none;
}
.login_wr {
    display: block;
    margin-left: auto;
}

#hd.fixed #gnb_1dul li{float: left;}
#hd.fixed .gnb_wrap{width: unset; display: unset;}
.gnb_wrap{width: 100%; display: inline-block;}

#hd.fixed #gnb_all {
    top: 85px;
}
.hdsub_w{
    width: 1250px;
}

.border-gradient{
    background: linear-gradient(to right, white, white), linear-gradient(
            135deg, #9c57f5,#9babff);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
fieldset#hd_sch{
    float: none;
}

input#sch_stx[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none !important;
}
