@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.super_top{
    background:  linear-gradient(-45deg, #1ea2ff, #00348b);
    line-height: 50px;
}
.super_top  .right_btn {
	min-width: 170px;
	text-align: right;
	padding-right: 10px;
}
.super_top img{
    height: 18px;
    margin-top: -3px;
}
.super_top .busan_img img	{
	height:35px
}
.quick_area {
    position: fixed;
    right: 80px;
    top: 240px;
    z-index: 10000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 29px 0px;
    width: 130px;
    background: rgb(255, 255, 255);
}

.quick_area .quick_top {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 0px;
    background: rgb(0, 0, 0);
}

.quick_dday {
    position: fixed;
    right: 80px;
    top: 90px;
    z-index: 99;
}

.quick_dday em::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/common/ico_rota.png") center center / cover no-repeat;
    transition: 0.5s;
    content: "";
}

.quick_dday em {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    animation: 8s linear 0s infinite normal none running rotate;
}

.quick_dday > div {
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 25px;
    color: #FFF;
}
.quick_dday.black > div,
.quick_dday.main_dday > div{
    color: #222 !important;
}

.quick_area li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95px;
}

.quick_area li a:hover {
    text-decoration: underline;
}

.quick_area li + li {
    border-top: 1px solid rgb(217, 217, 217);
}

.quick_area li p {
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
}

#Wrap > .scrollarea {
    display: block;
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: -999;
    background: transparent;
}

#Wrap .super_top   .right_btn a + a{
	display:inline-block;
	margin-left:10px;
	padding-left:10px 
}

#Wrap > header {
    width: 100%;
    position: relative;
    z-index: 99;
    background: rgb(255, 255, 255);
    height: 80px;
    padding-left: 80px;
    padding-right: 80px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
#Wrap > header h1{
    display: inline-flex;
    align-items: center;
}
#Wrap > header h1 a{
    display: inline-flex;
    align-items: center;
}

#Wrap > header.on .gnb-area .snb.snb {
    display: block;
    text-align: center;
    padding-top: 60px;
    height: calc(100% - 30px);
}

#Wrap > header.fixed, #Wrap > header.on {
    background: rgb(255, 255, 255);
    transition: 0.3s;
    backdrop-filter: blur(10px);
    position: fixed;
}

#Wrap > header.on {
    border-bottom: 1px solid rgb(221, 221, 221);
}

#Wrap > header .gnb-area {
    flex: 1 1 auto;
    position: relative;
}

#Wrap > header.on::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    background: rgb(221, 221, 221);
    top: 100px;
    left: 0px;
}

#Wrap > header .h1_link2 img {
    height: 37px;
    margin-top: 8px;
}

#Wrap > header .h1_link2 {
    margin-left: 20px;
}

#Wrap > header .h1_link img {
    height: 58px;
}

#Wrap > header .gnb-area .gnb {
    display: flex;
    justify-content: center;
    gap: 5%;
}

#Wrap > header .gnb-area .gnb > li {
    position: relative;
}

#Wrap > header .gnb-area .gnb > li.on > a {
    position: relative;
}

#Wrap > header .gnb-area .gnb > li.on > *::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 4px solid var(--light-blue);
    bottom: 0px;
    left: 0px;
}

#Wrap > header .gnb-area .gnb > li > .tit {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 0px 10px;
    position: relative;
    margin: 0px;
    line-height: 80px;
    white-space: nowrap;
}

#Wrap > header .gnb-area .snb {
    display: none;
    position: absolute;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid var(--blue);
    margin-top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#Wrap > header .gnb-area .gnb li.on .snb {
    display: block;
}

#Wrap > header .gnb-area .gnb li.on > * {
    color: var(--blue);
}

#Wrap > header.on .gnb-area .gnb > li > * {
    color: var(--black);
    padding: 0px 55px;
}

#Wrap > header .gnb-area .snb li a {
    font-size: 16px;
    white-space: nowrap;
    padding: 0px 25px;
    line-height: 2.5;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-align: center;
}

#Wrap > header .gnb-area .snb li a img {
    height: 15px;
}

#Wrap > header .gnb-area .snb li a:hover {
    color: var(--blue);
}

#Wrap > header .gnb-btn-area .icoBtn {
    padding: 0px;
    width: 80px;
    height: 80px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    /* background: linear-gradient(-45deg, rgb(191, 0, 0), rgb(251, 146, 146)); */
}
#Wrap > header .gnb-btn-area .icoBtn img{
    width: 34px;
}
#Wrap > header .gnb-btn-area a.icoBtn {
    display: none;
    background: rgb(0, 0, 0);
}


#Wrap > header .gnb-btn-area a img {
    height: 43px;
}

#Wrap > header .gnb-btn-area {
    width: 110px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    justify-content: flex-end;
}

#Wrap footer {
    background: rgb(255, 255, 255);
    color: rgb(26, 26, 26);
    padding: 50px 0px 0px;
}
#Wrap footer {}

#Wrap footer.ver_sub {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

#Wrap footer .f_logo {
    display: flex;
    align-items: center;
}

#Wrap footer .f_txt {
    padding-bottom: 50px;
    padding-top: 10px;
}

#Wrap footer .f_txt p span, #Wrap footer .f_txt p {
    font-size: 20px;
}

#Wrap footer .f_txt span + span {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

#Wrap footer .f_txt span + span::before {
    content: "|";
    display: inline-block;
    position: absolute;
    left: 0px;
    opacity: 0.5;
}

#Wrap footer .f_cont .fot_link {
    display: flex;
    gap: 12px;
}

#Wrap footer .f_cont .fot_link a {
    font-size: 18px;
    font-weight: 500;
}

#Wrap footer .f_cont .fot_link .blue {
    color: var(--light-blue);
}

#Wrap footer .f_cont .copy {
    color: rgb(0, 0, 0);
    margin-top: 30px;
}

#Wrap footer .adr_area > .flexBox {
    gap: 24px;
}

#Wrap footer .adr_area {
    margin-top: 30px;
}

#Wrap footer .adr_area span {
    display: inline-block;
    margin-right: 6px;
    color: rgb(34, 34, 34);
    font-weight: 500;
}

#Wrap footer .f_logo img {height: 50px;}

.gnb-btn {
    outline: none;
    display: inline-flex;
    align-items: center;
}

.gnb-btn button {
    position: relative;
    width: 22px;
    height: 21px;
    border: 0px;
    background: transparent;
    cursor: none;
    outline: none;
}

.gnb-btn button span {
    position: absolute;
    display: block;
    height: 2px;
    width: 22px;
    background: rgb(255, 255, 255);
    top: 50%;
    margin-top: -1px;
    left: 0px;
    margin-left: 0px;
    transition: 0.5s;
}

.gnb-btn button span::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    top: -9px;
    transform: rotate(0deg);
    transition: 0.5s;
}

.gnb-btn button span::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    transform: rotate(0deg);
    transition: 0.5s;
}

#Wrap > header.fixed .gnb-btn button span, #Wrap > header.fixed .gnb-btn button span::before, #Wrap > header.fixed .gnb-btn button span::after, #Wrap > header.on .gnb-btn button span, #Wrap > header.on .gnb-btn button span::before, #Wrap > header.on .gnb-btn button span::after {
    background: rgb(0, 0, 0);
    transition: none;
}

.gnb-btn.black-ver button span::before, .gnb-btn.black-ver button span::after {
    background: rgb(0, 0, 0) !important;
}

.sitemap {
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: url("../images/main/main_bg.png") center top / 100% no-repeat rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    z-index: 9999999;
    transition: opacity 0.2s;
    pointer-events: none;
}
.sitemap .top a img{
    
    height: 50px;
    
    
    
    
}

.sitemap.on {
    opacity: 1;
    pointer-events: visible;
}

.sitemap .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sitemap button.close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #6e1684, #e30096) !important;
    border: 0;
    outline: none;
}

.sitemap button.close span {
    color: rgb(255, 255, 255);
    font-weight: 200;
}

.sitemap > div {
    width: 75%;
    height: 73vh;
    margin: 0px auto;
}

.sitemap h2 {
    font-family: jalnan;
    color: rgb(26, 26, 26);
}

.sitemap h2 strong, .sitemap h2 {
    font-weight: 400;
    letter-spacing: 0;
}

.sitemap .menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    height: auto;
    gap: 14px;
    overflow-y: auto;
    flex-direction: column;
    margin: 0 auto;
}

.sitemap .menu a {
    display: block;
    color: rgb(34, 34, 34);
    /* border: 1px solid rgb(221, 221, 221); */
    /* background: rgb(255, 255, 255); */
    border-radius: 10px;
    font-weight: 400;
}

.sitemap .menu a:hover {
    font-weight:700
    
}

.sitemap .menu li {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.sitemap .menu li.depth + li.depth{
    border-top:1px solid #DDD;
    padding-top: 11px;
}

.sitemap .menu li.depth > a {
    display: block;
    width: 160px;
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: linear-gradient(-45deg, #6e1684, #e30096) !important;
    height: auto;
}

.sitemap .menu .depth-2 {flex: 1;display: flex;align-items: center;gap: 0px 34px;margin-left: 30px;flex-wrap: wrap;}

.sitemap .menu .depth-2 li {
    border: 0;
    /* border-radius: 10px; */
    width: auto;
}

.sitemap .menu .depth-2 a {
    font-size: 18px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.sitemap .menu .depth-2 a img {
    height: 17px;
}

.sitemap .menu .depth-2 li:hover {
  
}

.sitemap .menu .depth-2 li:hover a {

}

.sitemap .menu .depth-2 li:not(:last-child) {
    margin-bottom: 0;
}

.sitemap .menu::-webkit-scrollbar {
    width: 4px;
}

.sitemap .menu::-webkit-scrollbar-thumb {
    height: 20%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

#m_head_sitemap {
    position: fixed;
    z-index: 999;
    background: rgb(255, 255, 255);
    width: 100%;
    top: 0px;
    right: -120%;
    overflow: hidden;
    bottom: 0px;
    transition: 0.8s;
}

#m_head_sitemap.open {
    right: 0px;
    transition: 0.8s;
}

#m_head_sitemap .gnb-btn-sitemap {
    display: inline-flex;
    outline: none;
    align-items: center;
    position: absolute;
    right: 70px;
    top: 70px;
}

#m_head_sitemap .gnb-btn-sitemap.active {
    display: inline-flex;
}

#m_head_sitemap .gnb-btn-sitemap button span {
    position: absolute;
    display: block;
    height: 2px;
    background: transparent;
    top: 50%;
    margin-top: -1px;
    left: 0px;
    margin-left: 0px;
    width: 39px;
}

#m_head_sitemap .gnb-btn-sitemap button {
    position: relative;
    border: 0px;
    background: transparent;
    outline: none;
    padding: 20px;
    width: auto;
    height: inherit;
}

#m_head_sitemap .gnb-btn-sitemap button span::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    transform: rotate(135deg);
    top: 0px;
}

#m_head_sitemap .gnb-btn-sitemap button span::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    position: absolute;
    transform: rotate(-135deg);
    top: 0px;
}

#m_head_sitemap .sitemap_img {
    width: 30%;
    overflow: hidden;
    background: url("../images/common/sitemap.png") right top / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#m_head_sitemap .sitemap_img img {
    width: 130px;
}

#m_head_sitemap .site_map_gnb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;
    gap: 10px;
}

#m_head_sitemap .site_map_gnb > li {
    display: flex;
    flex-direction: column;
    height: 150px;
}

#m_head_sitemap .site_map_gnb > li > span {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 34px;
    width: 260px;
}

#m_head_sitemap .site_map_snb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3px;
    margin-left: -10px;
}

#m_head_sitemap .site_map_snb li a {
    display: block;
    padding: 0px 10px;
    line-height: 1.5;
    font-size: 22px;
    opacity: 0.5;
}

#m_head_sitemap .site_map_snb li a:hover {
    opacity: 1;
}

.mobile-mn.on {
    display: none;
    transition: 0.1s;
}

.mobile-mn {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    background: linear-gradient(-45deg, #6e1684, #e30096) !important;
    z-index: 999999;
}

.mobile-mn .top {
    position: relative;
    margin: 20px 20px 10px;
}

.mobile-mn .top .tbox h4, .mobile-mn .top p {
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.mobile-mn .top p strong {
    font-size: 14px;
}

.mobile-mn .top .tbox h4 {
    font-family: jalnan;
}

.mobile-mn .close {
    border-radius: 40px;
    border: 1px solid rgb(255, 255, 255);
    display: block;
    position: absolute;
    right: 0px;
    background: url("../img/common/close-w.svg") center center / 13px no-repeat;
    width: 40px !important;
    height: 40px !important;
}

.mobile-mn .close span {
    color: rgb(255, 255, 255);
}

.mobile-mn .top ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(255, 255, 255);
    margin-top: 10px;
    border-radius: 5px;
}

.mobile-mn .top ul li {
    width: calc(50%);
    padding: 5px 0px;
}

.mobile-mn .top ul li:nth-child(1), .mobile-mn .top ul li:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.mobile-mn .top ul li:not(:last-child) {
    border-right: 1px solid rgb(255, 255, 255);
}

.mobile-mn .top ul li a {
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
}

.mobile-mn .top ul li a.newpage::before {
    left: 10px;
}

#mobile-nav {
    margin: 20px 20px 20px;
    /* border-radius: 10px; */
    overflow-y: auto;
    height: auto;
}

.mobile-nav-box {
    height: calc(-85px + 100vh);
    overflow-y: auto;
}
.mobile-nav-box .tel_box{
    display: flex;
    width: 100%;
    background: rgba(255,255,255,.2);
    color: #FFF;
    line-height: 60px;
    border-radius: 6px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.mobile-nav-box .in_link_box a{
    display: inline-flex;
    background: rgba(255,255,255,.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.mobile-nav-box .in_link_box{
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
}
.mobile-nav-box .in_link_box a img{
    width: 50%;
}
#mobile-nav li .tit {
    position: relative;
    display: block;
    padding: 15px 0px;
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-image: url("../images/common/ico_plus_w2.svg");
    background-position: right 10px center;
    background-size: 20px;

    transform: none;
    font-size: 18px;
}

#mobile-nav li.no-depth .tit {
    background-image: none;
}

#mobile-nav li:last-child a {
    border-bottom: 0px;
}



#mobile-nav li a.active {
    color: rgb(255, 255, 255);
    background-image: url("../images/common/ico_minus_w.svg");
    background-position: right 10px center;
    background-size: 20px;
}

#mobile-nav li a.active::after {
    display: none;
    position: absolute;
    top: 11px;
    left: 6px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
}

#mobile-nav .depth {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    /* background: #FFF; */
    padding-bottom: 22px;
    margin-top: -11px;
}
#mobile-nav .depth > li{
    width: 50%;
}


#mobile-nav .dep_area{
    display: none;
}

#mobile-nav li ul li a {
    padding: 0;
    /* background: rgb(255, 255, 255); */
    color: rgb(51, 51, 51);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    background-image: none;
    color: rgba(255,255,255,.9);
    border: 0;
}

#mobile-nav li ul li a img {
    height: 15px;
}

#mobile-nav li ul li a.newpage {
    padding-left: 40px;
}

#mobile-nav li ul li a.newpage::before {
    left: 20px;
}

#mobile-nav > li {
    font-weight: 800;
}
#mobile-nav > li + li{
    border-top:1px solid rgba(255, 255, 255, 0.4)
}
.copy {
    /* border-top: 1px solid rgb(235, 235, 235); */
    color: rgb(187, 187, 187);
    /* line-height: 56px; */
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
}

.mobile-nav-box .link_box{
	padding-left: 20px;
}
.mobile-nav-box .link_box a{
	display:inline-block;
	font-size:16px;
	font-weight:500;
	background: #FFF;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 10px;
}

@media screen and (max-width: 1490px) {
    #Wrap > header {
        padding-left: 0;
        padding-right: 0px;
    }

    #Wrap > header .gnb-area .gnb {
        gap: 4%;
    }

    .quick_area, .quick_dday {
        right: 15px;
    }
}

@media screen and (max-width: 1280px) {
    #Wrap > header .h1_link2 {
        margin-left: 5px;
    }

    #Wrap > header .h1_link img {
        height: 40px;
    }

    #Wrap > header .h1_link2 img {
        height: 28px;
    }

    #Wrap > header .gnb-area .gnb > li > a {
        font-size: 16px;
    }

    .quick_area, .quick_dday, .quick_dday > div {
        width: 100px;
    }
        .quick_area {
        top: 210px;
    }
    

    .quick_dday > div {
        height: 100px;
    }
    .quick_dday{
        top:95px
    }
        .quick_dday > div {
        position: relative;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
    }
}

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

    #Wrap > header > .flexBox {
        align-items: center;
    }
	#Wrap > header .m_link_box a{
		display:inline-block;
		font-size:13px;
		line-height:40px
	}
		#Wrap > header .m_link_box a + a{
			margin-left:10px
		}
    #Wrap > header {
        z-index: 9999;
        padding-top: 0px;
        height: 57px;
        align-items: center;
        display: flex;
    }

    #Wrap > header.on {
        border-bottom: 0px;
    }

    #Wrap > header.on::before {
        display: none;
    }

    #Wrap > header h1 {
        height: 35px;
        display: inline-flex;
        align-items: center;
    }

    #Wrap > header h1 a {
        display: inline-flex;
        align-items: center;
    }

    #Wrap > header .gnb-btn-area a {
        justify-content: center;
    }

    #Wrap > header .gnb-btn-area a img {
        width: 33px;
    }

    #Wrap > header .gnb-btn-area {
        height: 55px;
    }

    #Wrap > header.fixed, #Wrap > header.on, #Wrap > header.m_open {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    #Wrap > header.m_open {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    #Wrap > header.m_open .gnb-btn button span::before, #Wrap > header.m_open .gnb-btn button span::after {
        transition: none;
        background: rgb(0, 0, 0) !important;
    }

    #m_head_sitemap .gnb-btn-sitemap button {
        display: none;
    }

    .gnb-btn.gnb-btn-active button span {
        background: transparent !important;
    }

    .gnb-btn.gnb-btn-active button span::before {
        transform: rotate(135deg);
        top: 0px;
    }

    .gnb-btn.gnb-btn-active button span::after {
        transform: rotate(-135deg);
        top: 0px;
    }

    #Wrap footer > .flexBox {
        flex-direction: column-reverse;
        gap: 24px;
    }

    #Wrap footer .adr_area, #Wrap footer .f_cont .fot_link a {
        font-size: 14px;
    }

    #Wrap footer .adr_area > * {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 8px !important;
    }

    #Wrap footer .f_cont .copy {
        margin-top: 24px;
        font-size: 13px;
        letter-spacing: 0px;
    }

    #Wrap footer .adr_area {
        margin-top: 12px;
    }

    #Wrap footer .f_logo img {
        height: 44px;
        width: auto;
    }

    #Wrap > header .gnb-area .gnb {
        display: none;
    }
	#Wrap > header .gnb-btn-area{
		display:none
	}

    #m_head_sitemap .site_map_gnb {
        padding: 0px;
        flex: inherit;
        margin-top: 64px;
        gap: 0px;
    }

    #m_head_sitemap .site_map_gnb > li {
        height: auto;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    #m_head_sitemap .site_map_gnb > li a {
        font-weight: 500;
        width: 100%;
        font-size: 22px;
    }

    #m_head_sitemap .site_map_snb {
        display: none;
        padding-left: 10px;
        margin-bottom: -1px;
        border-top: 1px solid rgb(221, 221, 221);
    }

    #m_head_sitemap .site_map_snb li a {
        font-size: 14px;
        line-height: 39px;
        padding: 0px 4% 0px 9%;
        border-bottom: 1px dashed rgb(219, 219, 219);
        background: rgb(240, 240, 240);
        opacity: 0.8;
        font-weight: 400;
    }

    #m_head_sitemap .site_map_gnb > li > span {
        width: 100%;
        padding: 8px 6%;
        font-size: 15px;
        font-weight: 600;
    }

    #m_head_sitemap .site_map_gnb > li > span::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("../images/common/ico_sel.svg") center center / 15px no-repeat;
        position: absolute;
        right: 6%;
    }

    #m_head_sitemap .site_map_gnb > li.active > span::after {
        transform: rotate(-180deg);
    }

    #m_head_sitemap li.active .site_map_snb {
        display: block;
    }

    #Wrap > header .gnb-btn-area .icoBtn {
        height: 52px;
        width: 55px;
        margin-right: -20px;
    }
    #Wrap > header .gnb-btn-area .icoBtn img{
        width: 27px;
    }

    .menu_all img {
        width: 30px;
    }

    #Wrap > header .gnb-btn-area {
        width: auto;
    }

    #Wrap > .scrollarea {
        height: 0px;
    }

    .quick_area {
        right: 12px;
        top: 135px;
        width: 55px;
        background: transparent;
        box-shadow: none;
        border-radius: 50%;
    }

    .quick_area ul {
        display: none;
    }

    .quick_area li p {
        font-size: 11px;
        font-weight: 500;
    }

    .quick_area li img {
        width: 20px;
        height: auto;
    }

    .quick_area li a {
        width: 50px;
        height: 50px;
    }

    .quick_area .quick_top {
        font-size: 12px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        line-height: 1.2;
        padding-top: 14px;
        font-weight: 600;
        letter-spacing: -0.5px;
        display: none;
    }

    .quick_dday {
        right: 10px;
        top: 67px;
        width: 75px;
        height: 75px;
        font-size: 17px;
    }

    .quick_dday > div {
        position: relative;
        width: 75px;
        height: 74px;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        color: #000;
    }

    #Wrap > header .h1_link2 {
        display: none;
    }

    #Wrap footer {
        text-align: left;
        padding: 30px 0px 20px;
    }

    #Wrap footer .f_txt {
        opacity: 1;
        font-size: 12px;
        line-height: 1.4;
        padding-bottom: 0px;
    }

    #Wrap footer .f_txt p span, #Wrap footer .f_txt p {
        font-size: 12px;
    }

    #Wrap footer .f_txt p {
        font-size: 13px;
    }

    #Wrap footer .copy.tc {
        margin-top: 10px;
        opacity: 1;
        font-size: 11px;
        line-height: 1.4;
        padding-left: 20px;
        padding-top: 10px;
        text-align: left !important;
    }

    .mobile-mn.on {
        display: block;
    }

    footer .top .menu a {
        font-size: 14px;
    }

    .sitemap {
        display: none;
    }

    #Wrap footer .f_txt span + span {
        margin-left: 10px;
        padding-left: 10px;
    }
}

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



/****************
new footer
****************/
.footer {position:relative;display: flex;justify-content: space-around;padding: 80px 0 80px;background: #f8f8f8;border-top: 1px solid #f0f0f0;}
.footer .inner {align-items: center;}
.footer .footer_logo {/* height: 50px; *//* margin-top: -20px; */font-size: 25px;margin-bottom: 7px;}
.footer .footer_logo img {
	    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: none;
}
.footer .footer_info_wrap {padding-left: 60px;flex: 1;text-align: right;}
.footer .footer_info_wrap > .flexBox{
	margin-bottom: 10px;
	justify-content: flex-end;
	align-items: end;
}

.footer .footer_info_wrap .f_t_right{opacity: .5;font-size: 14px;}
.footer .footer_info_wrap a{display:inline-block;border-radius:5px;line-height:40px;background:#000;color:#FFF;padding: 0 8px;margin-left: 1px;}
.footer .footer_info_wrap .flex{
	display:flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.footer .footer_links {/* margin-bottom: 20px; */}
.footer .footer_links li {display: inline-block;}
.footer .footer_links a {color: #222;font-size: 17px;font-weight: 500;}
.footer .footer_links a:hover{text-decoration: underline;}
.footer .footer_links li:after {content:'';display: inline-block;vertical-align: top;width:1px;height:13px;background: rgba(0,0,0,.5);margin: 11px 13px 0 19px;}
.footer .footer_links li:last-child:after {display: none;}
.footer p {color:#000;font-size: 18px;font-weight: 400;margin-bottom: 0;}
.footer .out_link .sns_links {display: inline-block; margin-right:30px;}
.footer .out_link .sns_links li {display: inline-block; margin-right:15px;}
.footer .out_link .sns_links li i {font-size:20px; color:#000;}
.footer .family_site {display: inline-block;width:160px;text-align: left;background-color: #ffffff;background-image: url('../img/common/ico_sel.svg');color: #000;height:40px;padding-left:20px;border-radius: 5px;border-color: #000;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-size: 15px;background-repeat: no-repeat;background-position: center right 9px;}

.organ_info span{
    display: inline-block;
    white-space: nowrap;
    margin-right: 15px;
    line-height: 1.8;
}
.spon_footer{
    border-top: 1px solid #DDD;
    background: #FFF;
}
.spon_footer .flexBox{
    align-items: center;
    line-height: 70px;
}
.spon_footer .tit{
    width: 250px;
    font-weight: 600;
    background: var(--blue2);
    color: #FFF;
    text-align: center;
}
.spon_footer .spon_list{

}
.spon_footer .spon_list img{
    height: 32px;
    margin-top: -5px;
    max-width: inherit;
}
.spon_footer .spon_list a{
    position: relative;
    text-align: center;
}


.spon_footer .spon_list a::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: -9px;
    top:50%;
    margin-top: -10px;
    background: #DDD;
}

@media all and (max-width:1415px) {
    .footer {margin-top: 0;}
}

@media screen and (max-width: 1280px) {
    .footer {display: block; padding:60px 3% 80px;}
    .footer .footer_info_wrap {width:100%;padding: 0;margin-top: 20px;}
    .footer .footer_links li {line-height:1.7em;}
    .footer .footer_links li:after {margin-top:8px;}
    .footer p {line-height:1.5em;padding-left: 40px;}
    .footer .footer_logo{
        margin-top: 0;
    }
    .footer .footer_info_wrap .f_t_right{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 35px;
        gap: 10px;
    }

}
@media all and (max-width:1024px) {

    .spon_footer .inner{
        width: 100%;
    }
    .spon_footer .spon_list{
        flex: 1;
        padding-right:24px;
        padding-left: 24px;
    }
    .spon_footer .tit{
        width: 100px;
    }
    .spon_footer .spon_list img{
        height: auto;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .spon_footer .spon_list a{
        width:25%;
        text-align: center;
    }
    .spon_footer .spon_list a + a{
        margin-left: 10px;
        padding-left: 10px;
    }
    #mobile-nav li ul li a[target=_blank]{
        position: relative;
    }
    #mobile-nav li ul li a[target=_blank] img{
        display: none;
    }
    #mobile-nav li ul li a[target=_blank]:after{
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        position: absolute;
        background: url(../images/common/ico_blank_w.svg) no-repeat center center;
        background-size: 100%;
        left: 56px;
    }
    .footer .footer_info_wrap .flex{
        justify-content: flex-start;
    }
}
@media all and (max-width:768px) {
    .footer {padding: 20px 0;}
    .footer .footer_info_wrap {padding: 0;padding-bottom: 0;margin-top: 0;flex-direction: column-reverse;display: flex;}
    .footer .family_site {display: block;margin: 0;}
    .footer > .flexBox{
        flex-direction: column;
    }
    .footer .footer_info_wrap .f_t_right{
        padding-left:10px;
        margin-bottom: 10px;
        text-align: left;
        padding: 0;
        margin-top: 0;
    }
    .out_link{
        position:absolute;
        bottom:40px;
        display:flex;
        align-items:center
    }
    .footer p{
        padding-left: 10px;
    }
    .organ_info span{
        white-space:inherit;
        word-break:keep-all
    }
    .footer .footer_links a{
        font-size: 15px;
    }
    .footer p span,
    .footer p{
        font-size: 15px;
    }
    .copyright{
        margin-top: 10px;
        opacity: .7;
    }
    .spon_footer .spon_list{
    gap: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
    .spon_footer .spon_list a img{
        width: auto;
        height: 28px;
    }
    .spon_footer .spon_list a + a{
        margin: 0;
        padding: 0;
    }
    .spon_footer .flexBox{
        line-height:50px
    }
    .spon_footer .spon_list a + a::before{
        display: none;
    }
    .spon_footer .tit{
        width:auto;
        padding:0 10px;
        font-size: 12px;
    }
    .footer .footer_links li:after{
        margin:6px 5px 6px 12px;
        height: 12px;
    }
	.footer .footer_logo img{max-width:75%}
	.footer .footer_info_wrap a{width:auto !important}
	.footer .footer_info_wrap > .flexBox{
		        align-items: flex-start;
	}
	.footer .fam_list{
		    text-align: left;
	}
}
.footer .fam_list{}
.footer  .fam_list a{
	
	display:inline-block;
	background:var(--purple)
}

@media all and (max-width:479px) {
   
    .footer .footer_logo {/* width:90px; */font-weight: 700;}
}