.header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 99px;
    background: #fff;
    z-index: 1005;
    transition: .4s;
    z-index: 20005;
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px;
}

.header .hd-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .hd-nav {
    padding-left: 100px;
}

.header .hd-nav > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 57px
}

.header .hd-nav > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 99px;
}

.header .hd-nav > ul > li > a {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.header .hd-nav > ul > li:hover > a {
    color: #00b2d2;
}

.header .hd-nav > ul > li .submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 80px;
    width: 180px;
    translate: -50% 0;
    margin-left: 7px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.header .hd-nav > ul > li .submenu ul {
    padding: 22px 25px;
}

.header .hd-nav > ul > li .submenu ul > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #666;
    letter-spacing: -0.03em;
    padding-left: 9px;
    transition: .3s;
}

.header .hd-nav > ul > li .submenu ul > li > a:before {
    position: absolute;
    content: '·';
    left: 0;
    top: 0;
}

.header .hd-nav > ul > li .submenu ul > li:hover > a {
    color: #00b2d2;
    font-weight: 700;
    text-decoration: underline;
}

.hd-info {
    position: absolute; top:20px; right:0px; margin-top: 12px;
}

.hd-info ul {
    display: flex;
    align-items: center;
    margin-right: 43px;
}

.hd-info ul > li {
    position: relative;
}

.hd-info ul > li:not(:last-child):after {
    display: inline-block;
    content: 'ㅣ';
    margin: 0 13px 0 13px;
}

.hd-info ul > li > a {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    font-weight: 500;
    transition: .3s;
}

.hd-info ul > li:hover > a {
    color: #00b2d2;
}

.hd-info ol {
    display: flex;
    gap: 10px
}

.hd-info ol > li {
    position: relative;
}

.hd-info ol > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #00b2d2;
    border-radius: 50%;
    transition: .3s;
}

.hd-info ol .schIc1 {
    border: 2px solid #0075ff;
    padding: 11px 0;
    width: 150px;
    text-align: center;
    border-radius: 25px;
    margin-top: 1px;
}

.hd-info ol .schIc1 {display: block;}
.hd-info ol .schIc2 {display: none;}
@media (max-width: 1180px){
    .hd-info ol .schIc1 {display: none;}
    .hd-info ol .schIc2 {display: flex;}
    .topmenu-info {right:50px;}
}

.hd-info ol > li:last-child > a {
    background: #404860;
}

.hd-info ol > li:last-child > a figcaption {
    position: absolute;
    top: -8px;
    right: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ec1b56;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: .3s;
}

.hd-info ol > li:first-child:hover > a {
    background: #fbb82e;
}

.hd-info ol > li:last-child:hover > a {
    background: #000;
}

.hd-info ol > li:last-child:hover > a > img {
    animation: .6s ease 0s infinite normal none running;
    animation-name: alram_Move;
}

.hd-info ol > li:last-child:hover > a figcaption {
    background: #ff0000;
}

@keyframes alram_Move {
    0% {
        rotate: 0deg
    }

    30% {
        rotate: 15deg
    }

    60% {
        rotate: -15deg
    }

    100% {
        rotate: 0deg
    }
}

.sitemap-btn {
    position: absolute;
    display: flex;
    right: 26px;
    top: 39px;
    gap: 6px;
    flex-direction: column;
}

.sitemap-btn span {
    width: 32px;
    height: 3px;
    background: #00b2d2;
}

/* .header-wrap.hide{translate:0 -100%} */
.header-wrap.sc {
    border-bottom: 1px solid #ddd;
}

.hd-sch-box {
    display: none;
    position: fixed;
    top: 100px;
    width: 100%;
    height: 490px;
    background: #fff;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    overflow: hidden;
	z-index:999;
}

.hd-sch-box form {
    display: flex;
    border:2px solid #0075ff;
    border-radius: 50px;
    max-width:500px;
    margin: 0 auto;
}

.hd-sch-box form input[type='text'] {
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 15px;
    color: #444;
    width: calc(100% - 50px);
    outline: none;
    background: none;
}

.hd-sch-box form button {
    border: none;
    background:#dddddd url(/files/img/hd-sch-icon.png) 18px center no-repeat;
    height: 50px;
    width: 50px;
    outline: none;
    transition: .3s;
    border-radius: 50px;
}
/*
.hd-sch-box form button img {
    filter: invert(1);
    transition: .3s;
}

.hd-sch-box form button:hover {
    background: #f4f4f4;
}
*/

.hdSchWrap {max-width:600px;margin:0 auto;padding:1.5em 0;}
.hdSchForm {padding:0 1em;}
.hdSchCon {display:flex;margin-top:2em;}
.hdSchCon > div {width:50%;padding:0 0 0 1.5em;}
.hdSchCon > div .hdSchConTt {font-weight:bold;color:#333;font-size:1.2em;margin-bottom:1em;}
.hdSchCon > .hdSchHot {border-right:1px solid #dfdfdf;}
.hdSchCon > div > ul > li {margin-bottom:12px;color:#444;}
.hdSchCon > div > ul > li > span {color:#00b2d2;font-weight:bold;display: inline-block;width:1em;}

#suggestions {
    border: 2px solid #ddd;
    border-radius: 5px;
    width:100%;
    max-width:495px;
    display: none;
    position: absolute;
    background: #fff;
    top:79px;
    padding:0.5em 0;
    max-height:380px;
    overflow-y: auto;
}

#suggestions div {
    padding: 0.5em 1em;
    cursor: pointer;
    color: #333;
}
#suggestions div i {
    font-size:0.8em;
    color:#bbb;
    margin-right:10px;
}

#suggestions div:hover {
    background: #eee;
}

@media (max-width: 834px) {
    .hd-sch-box {top: 80px;height: 450px;}
    .hdSchCon > div > ul > li {font-size:14px;}
    #suggestions {max-width:300px;max-height:340px;}
    .hd-info {top:-60px;}
}


/* 알림 */
/* 2024-11-18 수정 알람*/
.rigut-arm-box {
    transition: .6s;
    position: fixed;
    right: -450px;
    top: 60px;
    max-width: 450px;
    width: 200%;
    max-height: calc(100dvh - 100px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 20015;
}

/* 2024-11-18 수정 알람*/
.rigut-arm-box.on {
    right: 50px;
}

.rigut-arm-close {
    display: none;
}

.rigut-arm-box .arm-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 39px;
    border-bottom: 1px solid #ddd;
}

.rigut-arm-box .arm-top h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.rigut-arm-box .arm-top h4 i {
    line-height: 0;
    position: relative;
    margin-right: 10px;
}

.rigut-arm-box .arm-top span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    background: #ec1b56;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
}

.rigut-arm-box .arm-top p {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #00b2d2;
    font-weight: 600 ;
}

/* 2024-11-18 수정 알람*/
.rigut-arm-box .arm-cnt {
    overflow-y: auto;
    max-height: calc(100vh - 180px);
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
}

/* 2024-11-18 수정 알람*/
.rigut-arm-box .arm-cnt ul {
    overflow-y: auto;
    height: auto;
}

.rigut-arm-box .arm-cnt ul > li {
    padding: 35px 39px;
    display: flex;
    border-bottom: 1px solid #ddd;
    transition: .3s;
}

.rigut-arm-box .arm-cnt ul > li:hover {
    background: #f0f2f6;
}

.rigut-arm-box .arm-cnt ul > li:last-child {
    border-bottom: none;
}

.rigut-arm-box .arm-cnt ul > li .lbx {
    width: calc(100% - 82px);
}

.rigut-arm-box .arm-cnt ul > li .lbx .tit {
    font-size: 18px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.rigut-arm-box .arm-cnt ul > li .lbx .txt {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #666;
    font-weight: 500;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.rigut-arm-box .arm-cnt ul > li .rbx {
    width: 82px;
    text-align: right;
}

.rigut-arm-box .arm-cnt ul > li .rbx p {
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #888;
    font-weight: 500;
}

/* new-sitemap */
.sitemap_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 20010;
}

.sitemap_wrap {
    position: fixed;
    right: -545px;
    top: 0;
    max-width: 540px;
    width: 100%;
    height: 100dvh;
    z-index: 20020;
    transition: .6s
}

.sitemap_wrap .stm-top {
    height: 100px;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
}

.sitemap_wrap .stm-top ul {
    display: flex;
    margin-left: -20px;
}

.sitemap_wrap .stm-top ul > li {
    position: relative;
}

.sitemap_wrap .stm-top ul > li:not(:last-child):after {
    display: inline-block;
    content: 'ㅣ';
    margin: 0 13px 0 13px;
}

.sitemap_wrap .stm-top ul > li > a {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    font-weight: 500;
    transition: .3s;
}

.sitemap_wrap .stm-top ul > li:hover > a {
    color: #00b2d2;
}

.sitemap_wrap .stm-top i {
    cursor: pointer;
    transition: .3s;
}

.sitemap_wrap .stm-top i:hover {
    rotate: 90deg;
}

.sitemap_wrap .stm-cnt {
    display: flex;
    flex-wrap: wrap;
    height: calc(100dvh - 100px);
}

.sitemap_wrap .stm-cnt .stm-left {
    position: relative;
    background: #00b2d2;
    width: 150px;
    padding: 83px 50px;
}

.sitemap_wrap .stm-cnt .stm-left:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 22px;
    background: url(/files/img/site-left-icon.png) center no-repeat;
    right: -13px;
    top: 87px;
}

.sitemap_wrap .stm-cnt .stm-left ul > li .submenu {
    display: none;
}

.sitemap_wrap .stm-cnt .stm-left ul > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 33px;
}

.sitemap_wrap .stm-cnt .stm-left ul > li > a:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 8px;
    background: url(img/layout/site-left-arr.png) center no-repeat;
    right: 0;
    top: 9px;
    translate: -10px 0;
    transition: .3s;
    opacity: 0;
}

.sitemap_wrap .stm-cnt .stm-left ul > li:hover > a:after, .sitemap_wrap .stm-cnt .stm-left ul > li.current > a:after {
    translate: 0 0;
    opacity: 1;
}

.sitemap_wrap .stm-cnt .stm-right {
    width: 1%;
    flex: 1 1 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 67px 50px;
}

.sitemap_wrap .stm-cnt .stm-right > ul {
    position: relative;
}

.sitemap_wrap .stm-cnt .stm-right > ul > li {
    position: absolute;
    left: 130%;
    opacity: 0;
    width: 100%;
}

.sitemap_wrap .stm-cnt .stm-right > ul > li > a {
    display: none;
}

/* .sitemap_wrap .stm-cnt .stm-right > ul > li .submenu{display: none;} */
.sitemap_wrap .stm-cnt .stm-right > ul > li.current .submenu {
    display: block;
}

.sitemap_wrap .stm-cnt .stm-right > ul > li:first-child .submenu {
    display: block;
}

.sitemap_wrap .stm-cnt .stm-right .submenu > ul > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    transition: .3s;
}

.sitemap_wrap .stm-cnt .stm-right .submenu > ul > li > a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 6px;
    background: url(/files/img/site-right-arr.png) center no-repeat;
    right: 10px;
    top: 28px;
    transition: .3s;
    opacity: 0;
}

.sitemap_wrap .stm-cnt .stm-right > ul > li > .submenu > ul > li.on > a, .sitemap_wrap .stm-cnt .stm-right > ul > li > .submenu > ul > li:hover > a {
    color: #df0042;
}

.sitemap_wrap .stm-cnt .stm-right > ul > li:first-child > .submenu > ul > li.on> a:after, .sitemap_wrap .stm-cnt .stm-right > ul > li:first-child > .submenu > ul > li:hover > a:after {
    opacity: 1;
}

.sitemap_wrap .stm-cnt .stm-right .dep3 {
    background: #f6f6f6;
    padding: 15px 20px;
    box-sizing: border-box;
    display: none;
}

/* .sitemap_wrap .stm-cnt .stm-right .submenu > ul > li.current .dep3{display: block;} */
.sitemap_wrap .stm-cnt .stm-right .dep3 > ul > li > a {
    font-size: 15px;
    line-height: 1.5;
    color: #888;
    margin-bottom: 5px;
    transition: .3s;
    font-weight: 500;
}

.sitemap_wrap .stm-cnt .stm-right .dep3 > ul > li > a:before {
    display: inline-block;
    content: '·';
    margin-right: 7px;
}

.sitemap_wrap .stm-cnt .stm-right .dep3 > ul > li:last-child > a {
    margin-bottom: 0;
}

.sitemap_wrap .stm-cnt .stm-right .dep3 > ul > li:hover > a {
    color: #df0042;
}

.sitemap_wrap .stm-cnt .stm-right .submenutit {
    display: none;
}

/* #main .sitemap_wrap .stm-cnt .stm-right > ul > li:first-child,
.sitemap_wrap .stm-cnt .stm-right > ul > li.current{left: 0; opacity: 1;} */
/* footer */
.footer-wrap {
    background: #444141;
    position: relative;
}

.footer {
    display: flex;
    flex-wrap: wrap;
 }

.footer .ft-lbx {
    width: 67.46%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-top: 71px;
}

.footer .ft-lbx > p {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin: 38px 0 17px;
}

.footer .ft-lbx .box-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer .ft-lbx .box-wrap > .box1 {
    width: 301px;
}

.footer .ft-lbx .box-wrap > * ul > li {
    display: flex;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #fff;
    font-weight: 500;
}

.footer .ft-lbx .box-wrap > * ul > li span {
    width: 107px;
}

.footer .ft-lbx .box-wrap > * ul > li p {
    color: #999;
    width: clac(100% - 107px);
}

.footer .ft-lbx .box-wrap > .box2 ul > li span {
    width: 60px;
}

.footer .ft-lbx .box-wrap > .box2 ul > li p {
    width: calc(100% - 50px);
}

.footer .ft-lbx .box-wrap > .box2 ul > li p > a {
    color: #999;
    font-weight: 400;
}

.footer .ft-lbx ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.footer .ft-lbx ol > li:not(:first-child) {
    margin-left: -1px;
}

.footer .ft-lbx ol > li > a {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 165px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.2);
    line-height: 38px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #999;
    padding-left: 14px;
    transition: .4s;
}

.footer .ft-lbx ol > li > a:after {
    position: absolute;
    transition: .4s;
    content: '';
    width: 8px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    right: 12px;
    top: 50%;
    margin-top: -1px;
}

.footer .ft-lbx ol > li:hover > a {
    color: #fff;
}

.footer .ft-lbx ol > li:hover > a:after {
    background: #fff;
}

.footer .ft-right {
    width: 32.54%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 83px;
}

.footer .ft-right .cacao-box {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    background: #fedd2c;
    width: 100%;
    padding: 28px 22px 29px;
    border-radius: 10px;
}

.footer .ft-right .cacao-box .lbx {
    width: 228px;
}

.footer .ft-right .cacao-box .lbx h5 {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 700;
    margin-bottom: 9px;
}

.footer .ft-right .cacao-box .lbx h5 i {
    position: relative;
    padding-right: 8px;
    top: 3px;
}

.footer .ft-right .cacao-box .lbx p {
    margin: 0 auto;
    width: 145px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #000;
    font-weight: 700;
    padding: 0 7px;
    box-sizing: border-box;
}

.footer .ft-right .cacao-box .lbx p i {
    line-height: 0;
    padding-right: 5px;
    position: relative;
}

.footer .ft-right .cacao-box .rbx i {
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    margin-top: 3px;
}

.footer .ft-right > ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    gap: 15px
}

.footer .ft-right > ol > li > a {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    font-weight: 400;
    align-items: center;
}

.footer .ft-right > ol > li > a i {
    padding-right: 9px;
    transition: .3s;
}

.footer .ft-right > ol > li:hover > a i {
    translate: 0 -5px
}

.footer .ft-right .btn-box {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-left: -40px;
    margin-top: 82px;
    padding-top: 39px;
    padding-left: 40px;
    box-sizing: border-box;
    padding-bottom: 79px;
}

.footer .ft-right .btn-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.footer .ft-right .btn-box ul > li {
    flex: 1;
}

.footer .ft-right .btn-box ul > li > a {
    display: block;
    background: #595858;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #999;
    border-radius: 5px;
    transition: .4s;
    font-weight: 500;
}

.footer .ft-right .btn-box ul > li:hover > a {
    color: #fff;
}

.quick-menu {
    position: fixed;
    right: 48px;
    top: 120px;
    width: 200px;
    z-index: 1005;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ededed;
    transition: .4s;
}

.quick-menu .quick-top {
    background: url(/files/img/quick-bg.jpg) center / cover no-repeat;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 39px 26px 0;
}

.quick-menu .quick-top b {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.quick-menu .quick-top strong {
    display: block;
    margin: 8px 0 10px;
    margin-left: -2px;
}

.quick-menu .quick-top strong > a {
    display: block;
    font-size: 27px;
    line-height: 1;
    color: #fcd879;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.quick-menu .quick-top p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 24px;
}

.quick-menu .quick-bottom {
    background: #fff;
    padding: 20px 17px;
}

.quick-menu .quick-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.quick-menu .quick-bottom ul > li {
    height: 80px;
    border-radius: 10px;
    width: calc(50% - 2px);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    transition: .3s;
}

.quick-menu .quick-bottom ul > li > a {
    display: block;
    text-align: center;
    padding-top: 15px;
    transition: .4s;
}

.quick-menu .quick-bottom ul > li > a figure {
    position: relative;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.quick-menu .quick-bottom ul > li > a figure img {
    transition: .3s;
}

.quick-menu .quick-bottom ul > li > a figure img:last-child {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.quick-menu .quick-bottom ul > li > a p {
    font-size: 13px;
    line-height: 1;
    color: #666;
    font-weight: 600;
    transition: .4s;
}

.quick-menu .quick-bottom ul > li:hover {
    background: #404860;
}

.quick-menu .quick-bottom ul > li:hover > a figure img:first-child {
    opacity: 0;
}

.quick-menu .quick-bottom ul > li:hover > a figure img:last-child {
    opacity: 1;
}

.quick-menu .quick-bottom ul > li:hover > a p {
    color: #fff;
}

.quick-menu {
    right: -300px;
}

.quick-menu.sc {
    right: 48px;
}

.pop-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2000;
    display: none;
}

.pop_wrap {
    position: fixed;
    width: 90vw;
    max-width: 900px;
    background: #fff;
    overflow: hidden;
    letter-spacing: -.03em;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: 2500;
    border-radius: 20px;
    display: none;
}

.pop_wrap .box {
    padding: 0 40px 50px;
}

.pop_wrap h2 {
    padding: 20px 0px;
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -.03em;
}

.pop_wrap .content {
    height: 400px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.75em;
    color: #666;
}

.fancybox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
    background: #fff url(/files/img/fancy_close.png) 50% 50% no-repeat;
    background-size: 50%;
    transition: .3s;
}

.fancybox-close:hover {
    rotate: -180deg
}

/* go-top */
.go-top {
    position: absolute;
    bottom: 170px;
    right: 120px;
    z-index: 10;
    transition: all .15s linear;
}

.go-top .btn-top {
    position: relative;
    overflow: hidden;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #999;
    transition: all .15s linear;
    background: url(/files/img/ico_gotop.png) 50% 50% no-repeat;
    background-size: auto;
}

/* .go-top .btn-top:hover {background-color: #0182cc; background-image: url(../images/go_top_on.png);} */
/* .go-top.show {right: 120px;} */
.registration .bottom {
    z-index: 20025;
}


@media only screen and (max-width : 480px){

.hd-info {
    position: absolute; top:-60px; right:0px; margin-top: 12px;
}
.hd-info ol {
    display: flex;
    gap: 6px
}
.hd-info ol > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #00b2d2;
    border-radius: 50%;
    transition: .3s;
}
.hd-sch-box{right:-30px;}
}