@charset "utf-8";
@import url("common.css");

/* 본문바로가기 */
#accessibility{position: absolute;left: 0;top: 0;z-index: 2000;width: 100%;}
#accessibility a{display: block;width: 1px;height: 1px;margin-bottom: -1px;overflow: hidden;text-align: center;color: #fff;}
#accessibility a:focus, #accessibility a:active{width: 100%;height: auto;padding: 7px 0;background-color: #000;}

.container {
	max-width: 1520px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;
}
/* 헤더 */

header.hd .hd-top aside [class^=icon-hd-] {
    width: 25px;
    height: 20px;
}

header.hd{
	position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 999;
    white-space: nowrap;
}
header.hd .hd-top {
    display: flex;
    position: relative;
    /* width: 100%; */
    height: 100%;
    z-index: 990;
    background-color: #fff;
    margin: 0 auto;
    justify-content: center;
}
header.hd .hd-top .container {
    height: 100%;
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row;
    -ms-flex-pack: space-between;
    justify-content: flex-start;
    border-bottom: 4px solid #2A86C8;
    position: relative;
}

header.hd .hd-top .container > .logo{
	margin-bottom: 5px;
}
header.hd .hd-top .container > .gnb{
	flex-grow: 1;
}
h1.logo a {
    display: block;
    width: 135px;
    height: 80px;
    text-indent: -9999px;
    background: url(../images/main/logo.png) no-repeat center center / contain;
}
.depth-title {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2222222222rem;
    font-weight: 700;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.gnb .gnb-links {
}
.gnb > [class^=gnb-] {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    -ms-flex-pack: flex-start;
    flex-wrap: nowrap;
}
.gnb .gnb-links li {
    font-size: 14px;
    line-height: 1;
}
.gnb .gnb-links li + li {
    margin-left: 8px;
}
.gnb .gnb-links li a {
       display: block;
    padding: 5px 15px;
    border: 1px solid #70706D;
    border-radius: 0.4em;
    color: #70706D;
    font-weight: 600;
}

.gnb .gnb-links li a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin-top: -1px;
    background: url(../images/common/ico-hd-arr.png) no-repeat center center / contain;
    margin-left: 5px;
}

.gnb .gnb-links li:hover a {
    background-color: #244371;
    color: #fff !important;
}
.gnb .gnb-links li:hover a::after {
    filter: invert(1);
}
header.hd .hd-top aside {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    -ms-flex-pack: flex-start;
    padding: 15px 0px;
}

header.hd .hd-top aside .icon-hd-login {
    background-image: url(../images/common/icon-hd-login.png);
}
header.hd .hd-top aside .icon-hd-my {
    background-image: url(../images/common/icon-hd-my.png);
    width: 35px;
}

header.hd .hd-top aside .gnb-global > button{
    background: url(../images/common/icon-hd-en.png) no-repeat top center;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

header.hd .hd-top aside .icon-hd-sitemap {
    width: 27px !important;
    height: 27px !important;
    margin-bottom: -7px !important;
    background-image: url(../images/common/sitemap.png);
}

header.hd .hd-top aside .icon-hd-close {
    width: 60px !important;
    height: 27px !important;
    margin-bottom: -6px !important;
    background-image: url(../images/common/ico-modal-close.png);
    background-size: 28px 28px;
}
.gnb-login-mb{display: none;}
.sitemap-btn-mb{display: none;}

/*sitemap*/
body[class*=open-] {
    overflow: hidden;
}
.sitemap-all {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    pointer-events: none;
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: calc(100vh - 90px);
    overflow-y: auto;
    z-index: 999;
}
.sitemap-all .container{
	padding-left: 20px;
	display: block;
	padding-right: 5px;
}

.sitemap-all .container > section {
    padding: 30px 0 50px;
}
.sitemap-all .container > section + section {
    border-top: 1px solid #CACACA;
}
.sitemap-all .container > section > dl > dt {
    margin-bottom: 30px;
    color: #2A86C8;
}

.sitemap-all .container > section > dl > dd {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.sitemap-all .container > section > dl > dd .menu-sect-list {
    padding-right: 10px;
    padding-left: 20px;
}
.menu-sect {
    display: flex;
    flex-wrap: wrap;
}

.menu-sect-list .st {
    font-size: 18px;
    font-weight: 600;
}
.menu-sect-list li {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 16px;
}

.menu-sect-list li a:hover{
	    color: #2A86C8;
	    font-weight: 600;
}
[data-close=sitemap-all] {
    display: none !important;
}

/*사이트맵 모바일버전 */
[data-close=gnb-mo] {
    display: none !important;
}

.gnb-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.3s;
    z-index: 900;
}
.gnb-mo {
    background-color: #fff;
    height: calc(var(--vh, 1vh)* 100 - 55px);
    overflow-y: auto;
    top: 55px;
    overflow-y: auto;
    z-index: 901;
}
.gnb-nav.active {
    transform: translateY(0);
    opacity: 1;
}
.gnb-mo .mo-menu {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.gnb-mo .mo-menu .open-menu-body .menu-sect {
    flex-direction: column;
}
.gnb-mo .mo-menu .mo-depth1 {
    width: 112px;
}

.gnb-mo .mo-menu .mo-depth1 a.theme1.active, .gnb-mo .mo-menu .mo-depth1 a.theme1:hover{
	color: #2A86C8;
	
}

.gnb-mo .mo-menu > div:last-child {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.gnb-mo .mo-menu .open-menu-body .menu-sect p.st {
    position: relative;
    padding: 15px 0;
    font-weight: 600;
}

.gnb-mo .mo-menu .open-menu-body .menu-sect > div:has(ul) p.st::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background: url(../images/common/ico-select-down.png) no-repeat center center / contain;
    pointer-events: none;
}
.gnb-mo .mo-menu .open-menu-body .menu-sect a {
    display: block;
}
.gnb-mo .mo-menu .open-menu-body .menu-sect > div:has(ul.active) p.st::after {
    transform: rotate(180deg) translateY(50%);
}

.gnb-mo .mo-menu .open-menu-body .menu-sect p.st + ul {
    display: none;
    border-top: 1px solid #777777;
}

.gnb-mo .mo-menu .open-menu-body .menu-sect p.st + ul li {
    padding: 10px 0;
    font-size: 13px;
}
.gnb-mo .mo-menu > div:first-child {
    border-right: 1px solid #F0F0F0;
    background-color: #F9F9F9;
}
 header.hd .hd-top aside .bt-open-gnb .icon-hd-close{
        width: 61px !important;
	    height: 20px !important;
	    margin-bottom: -7px !important;
	    background-image: url(../images/common/ico-modal-close.png);
	    background-size: 18px 18px;
    }
@media (min-width: 1520px) {
    .sitemap-all .container > section > dl {
        display: flex;
    }
    .sitemap-all .container > section > dl > dt {
        flex: 0 0 180px;
        max-width: 180px;
    }
    .sitemap-all .container > section > dl > dd .menu-sect-list {
        min-width: 260px !important;
        min-height: 70px;
    }
}
@media (max-width: 1519.98px) {
    .sitemap-all .container > section > dl > dd .menu-sect-list {
        width: 256px;
        max-width: calc((100vw - 8px - 40px) / 5);
        padding-left: 10px;
    }
     .sitemap-all .container > section > dl > dd .menu-sect-list {
        min-height: 70px;
    }
}
@media (min-width: 1280px) {
    body.open-sitemap-all .sitemap-all {
        opacity: 1;
        pointer-events: all;
    }
    
    body.open-sitemap-all .topMenu {
        opacity: 0;
        pointer-events: none;
    }
    body.open-sitemap-all .gnb {
        opacity: 0;
        pointer-events: none;
    }
    
    body.open-sitemap-all [data-close=sitemap-all] {
        display: block !important;
    }
    body.open-sitemap-all [data-open=sitemap-all] {
        display: none !important;
    }
    body.open-sitemap-all .side-menu div:not(.sitemap-btn) {
        opacity: 0;
        pointer-events: none;
    }
    
    .gnb-mo {
        display: none;
    }
}

@media (max-width: 1279.98px) {
	body.open-gnb [data-open=gnb-mo] {
        display: none !important;
    }
	body.open-gnb [data-close=gnb-mo] {
        display: flex !important;
    }
	
    .gnbNtopMenuDiv {
        display: none;
    }
    header.hd {
        position: relative;
                height: 70px;
    }
     h1.logo {
        width: 70px;
    }
    h1.logo a {
       width: 190px;
        height: 56px;
    	 background: url(../images/main/logo2.png) no-repeat center center / contain;
    }

    header.hd .hd-top .container {
        flex-wrap: nowrap;
    }
    
    header.hd .hd-top aside > .side-menu {
        display: none !important;
    }
    
    header.hd .hd-top aside{padding: 5px 0;}
    .gnb-login-mb{display: block; margin-right: 15px;}
    .gnb-login-mb > a {
	   display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    .gnb-login-mb > a > span {
	       font-size: 13px;
	    font-weight: 600;
	    margin-top: 8px;
    }
	.sitemap-btn-mb{display: block;}
	 .sitemap-btn-mb > button {
	   display: flex;
	    flex-direction: column;
	    align-items: center;
    }
	 .sitemap-btn-mb > button >span {
	     font-size: 13px;
	    font-weight: 600;
	    margin-top: 15px;
    }
    header.hd .hd-top aside .icon-hd-sitemap {
        width: 22px !important;
    	height: 22px !important;
    }
    
    .gnb-mo .mo-menu .mo-depth1 a {
    display: block;
    position: relative;
    padding: 30px 10px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #F0F0F0;
    background-color: #fff;
	}
}


@media (min-width: 768px) {
 
   
    .gnb-mo {
        top: 70px;
    }
    
    .gnb-mo .mo-menu .mo-depth1 {
        width: 280px;
    }
    
        .gnb-mo .mo-menu .open-menu-body .menu-sect p.st {
        padding: 20px 0;
    }
        .gnb-mo .mo-menu .open-menu-body .menu-sect > div:has(ul) p.st::after {
        width: 18px;
        height: 18px;
    }
    
     .gnb-mo .mo-menu .open-menu-body .menu-sect p.st + ul li {
        font-size: 18px;
        padding: 15px 0;
    }
}

@media (max-width: 767.98px) {
	h1.logo a {
        width: 152px;
        height: 56px;
	}
	.gnb-mo{
	    top: 75px;
	     font-size: 14px;
	}
	
}

/*헤더 메뉴들 */
.gnbNtopMenuDiv{
	flex:2;
	margin-left: 30px;
}
.topMenu {float: left;
    width: 100%;
    display: inline-block;
    background: #fff;
    }
	.topMenu a {display:block}
	.topMenu> ul {
	display:  flex;
	flex-direction: row;
    justify-content: flex-start;
	}
	.topMenu > ul > li {
		float: left;
    	margin-top: 10px;
    	width: 15%;
    	height: 40px;
    	/* border-left: 1px solid 244731; */
    }
    
   .topMenu > ul > li.lastborder{
   	 width:160px; 
   	/*  border-right: 1px solid 244731; */
   }
  /*  .topMenu > ul > li::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 48.5%;
    width: 1px;
    height: 15px;
    background-color: #244731;
    transform: translateY(-50%);
	}
	
	.topMenu > ul > li.lastborder::after {
	    content: "";
	    position: absolute;
	    left: 95%;
	    top: 48.5%;
	    width: 1px;
	    height: 15px;
	    background-color: #244731;
	    transform: translateY(-50%);
	} */
    .topMenu > .topline {
		float:left; 
		width:96%;
		border-top: 1px solid #C64933;
    }
    .menu_bar {
    height: 20px;
    margin-top: 18px;
    }
	.topMenu > ul > li > a {
		display: block;
    	color: #000;
   	 	font-size: 16px;
    	font-weight: 700;
    	line-height: 33px;
    	text-align: center;
    	cursor: default;
    	white-space: nowrap;
    	height: 35px;
	}
	
	.topMenu > ul > li:first-child:nth-last-child(7) > a,
	.topMenu > ul > li:first-child:nth-last-child(7) ~ li > a {
		padding: 0 8px;
	}
	.topMenu > ul > li:first-child:nth-last-child(8) > a,
	.topMenu > ul > li:first-child:nth-last-child(8) ~ li > a {
		padding: 0 3px;
		font-size: 16px;
	}
	
	.topMenu > ul > li > div {display: none;}
	.topMenu > ul > li.on > div {
	    width: 1500px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    left: 200px;
    top: 86px;
    background: #fff;
    border-top: 4px solid #244734;
    box-shadow: 8px 12px 7px 0px;
}



    .topMenu > ul > li > div > a{
    	display: block;
   	 	height: 180px;
    	width: 185px;
	    background: url(../images/main/logo.png) no-repeat top / contain;
	    text-indent: -999999px;
	    margin: 20px;
    }
     .topMenu > ul > li > div .logo_gray{
     	display: block;
   	 	height: 180px;
    	width: 185px;
	    background: url(../images/main/logo_gray.png) no-repeat top / contain;
	    text-indent: -999999px;
	    margin: 20px;
     }
    .topMenu > ul > li > div .menu_list{
    	display: flex;
    	flex:1;
    	flex-direction: column;
    	    padding: 15px;
    }
    .topMenu > ul > li > div .menu_list .menu_name{
    	 width: 100%;
	    font-weight: bold;
	    color: #244371;
	    border-bottom: 1px solid #244371;
	    font-size: 23px;
    }
    .topMenu > ul > li > div .menu_list > ul{
		gap: 15px 0px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    padding-top: 10px;
    }
    .topMenu > ul > li > div .menu_list > ul > li{
		width: 25%;
	    text-align: center;
    }
    .topMenu > ul > li > div .menu_list > ul > li > a{
		 color: #979795;
    }
    .topMenu > ul > li > div .menu_list > ul > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
    .topMenu > ul > li > div .menu_list .dp2 > li > a{
		 display: flex;
    height: 40px;
    color: #979795;
    align-items: center;
    }
    .topMenu > ul > li > div .menu_list .dp3 > li > a{
		 color: #979795;
    }
    .topMenu > ul > li > div .menu_list > ul > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
    .topMenu > ul > li > div .menu_list .dp2 > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
    .topMenu > ul > li > div .menu_list .dp3 > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
	.topMenu > ul > li > ul {
		display:none;
		position: absolute;
   		top: 135px;
    	left: 120px;
    	z-index: 101;
    	width: 91%;
    	padding: 14px 0 38px 172px;
    	text-align: left;
    	font-size: 0;
	}
	.topMenu > ul > li > ul > li {display:inline-block; width:24%; padding:19px 0 0 30px; vertical-align:top}
	.topMenu > ul > li > ul > li > a {
		display:block;
		color:#333;
		font-size:18px;
		border-radius:5px;
		border:1px solid #6CA5D6;
		padding:10px;
		background: #fff;
	}
	.topMenu > ul > li > ul > li > ul {padding-left:10px}
	.topMenu > ul > li > ul > li > ul > li {
		margin-top:8px;
		background:url('../images/temporary/aside_2dpet.png') no-repeat 0 8px;
		padding-left:9px;
	}
	.topMenu > ul > li > ul > li > ul > li.dept > a {background:url('../images/temporary/aside_down.png') no-repeat right 0;}
	.topMenu > ul > li > ul > li > ul > li.dept.on > a  {background-image:url('../images/temporary/aside_up.png')}
	.topMenu > ul > li > ul > li > ul > li > a {font-size:15px;}
	.topMenu > ul > li > ul > li > ul > li > ul {display:none; margin-bottom:4px}
	.topMenu > ul > li > ul > li > ul > li > ul > li {margin-top:7px;}
	.topMenu > ul > li > ul > li > ul > li > ul > li > a {
		background:url('../images/temporary/aside_3dpet.png') no-repeat 0 8px;
		font-size:13px;
		padding-left:8px;
	}
	
	
.menu_container{
	display: none;
	 width: 1500px;
    position: absolute;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    left: 0px;
    top: 86px;
    background: #fff;
    border-top: 4px solid #244734;
    box-shadow: 8px 12px 7px 0px;
}
	
	 .menu_container > a{
    	display: block;
   	 	height: 180px;
    	width: 185px;
	    background: url(../images/main/logo.png) no-repeat top / contain;
	    text-indent: -999999px;
	    margin: 20px;
    }
     .menu_container .logo_gray{
     	display: block;
   	 	height: 180px;
    	width: 185px;
	    background: url(../images/main/logo_gray.png) no-repeat top / contain;
	    text-indent: -999999px;
	    margin: 20px;
     }
    .menu_container .menu_list{
    	display: flex;
    	flex:1;
    	flex-direction: column;
    	    padding: 15px;
    }
    .menu_container .menu_list .menu_name{
    	 width: 100%;
	    font-weight: bold;
	    color: #244371;
	    border-bottom: 1px solid #244371;
	    font-size: 23px;
    }
    .menu_container .menu_list > ul{
		gap: 15px 0px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    padding-top: 10px;
    }
    .menu_container .menu_list > ul > li{
		width: 25%;
	    text-align: center;
    }
    .menu_container .menu_list > ul > li > a{
		 color: #979795;
    }
    .menu_container .menu_list > ul > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
    .menu_container .menu_list .dp2 > li > a{
		 display: flex;
    height: 40px;
    color: #979795;
    align-items: center;
    }
    .menu_container .menu_list .dp3 > li > a{
		 color: #979795;
    }
    .menu_container .menu_list > ul > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
    .menu_container .menu_list .dp2 > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
    .menu_container .menu_list .dp3 > li:hover > *{
		 color: #244371;
		 font-weight: 600;
    }
	
	.topBg {
		display:none;
		content:'';
		top:150px;
		left:0;
		z-index:100;
		width:100% !important;
		background:#fff;
	}
	.topBg > div > div {
		display: block;
   	 	height: 180px;
    	width: 185px;
	    background: url(../images/main/logo.png) no-repeat top / contain;
	    text-indent: -999999px;
	    margin: 10px 10px;
	}
	.topBg > div {}
	.topMenu > ul > li.on > a, .topMenu > ul > li > a:hover {color:#006dc9}
	.allMenuLayer {
	
		top:-31px;
		left:0;
		z-index:100;
		width:100% !important;
		padding-bottom:50px;
		overflow-y:scroll;
		background:#fff;
	}
	.allMenuLayer > div > ul, .allMenuLayer > div > ul > li.last > ul {font-size:0; margin-left:-30px}
	.allMenuLayer > div > ul > li, .allMenuLayer > div > ul > li.last > ul > li {
		display:inline-block;
		width:20%;
		padding-left:40px;
		vertical-align:top;
	}
	.allMenuLayer > div > ul > li.last {width:100%}
	.allMenuLayer > div > ul > li.last > ul > li {margin-top:40px;}
	.allMenuLayer > div > ul > li > ul {border-radius: 0 0 20px 20px;}
	.allMenuLayer > div > ul > li.last > ul > li > a {border-top:1px solid #333}
	.allMenuLayer > div > ul > li > a {
		display:block;
		color:#333;
		font-size:28px;
		line-height:30px;
		padding-bottom:5px;
		margin-top:40px;
		border-bottom:7px solid #2885C8;
		cursor:none;
	}
	
	.allMenuLayer > div > ul > li > ul  {
	 	background: #EAF3F9;
	}

/* 바디 */
.content_body{min-height: 600px;}

/* 푸터 */
#footer {}
#footer > .footer_table_wrap >.footer_table{margin: 0 auto;border-top: 2px solid; border-bottom: 2px solid; border-collapse: collapse;}
#footer * {color:#B7B7B5; font-size:14px; line-height:14px;}
#footer > .footer_table_wrap > .footer_table tr:nth-child(1) > td { border-bottom: 2px solid;}
#footer > .footer_table_wrap > .footer_table tr:nth-child(1) > td > a{font-size: 18px; line-height: 60px; vertical-align: bottom;}
#footer > .footer_table_wrap > .footer_table tr:nth-child(3) > td {line-height: 25px;}
#footer .colorD4E8EE{color: #D4E8EE;}
#footer .footer_logo_back{background-attachment:initial;background-image: url(../images/common/footer_logo_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-origin: content-box;
        background-position-x: 5px;}
#footer .footer_sns_text {
	font-size: 16px;
}
#footer .footer_sns {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    }
    
   
#footer .footer_sns_text > span {font-size: 16px; font-weight: 700;}
#footer .footer__top-wrap{width:100%;margin:0;padding:12px 0;border-bottom:1px solid #47494d;}
#footer >.footer__top-wrap_old  {display: none;}
#footer .sns_img {margin-left: 15px;}
#footer .sns_a_img {float:right;}
/*푸터*/
.index-footer {
	
}

.index-footer>.footer_table_wrap>.footer_table {
	margin: 0 auto;
	border-collapse: collapse;
}

.index-footer * {
	color: #B7B7B5;
	font-size: 14px;
	line-height: 14px;
}

.index-footer>.footer_table_wrap>.footer_table tr:nth-child(1)>td {
	border-bottom: 2px solid;
}

.index-footer>.footer_table_wrap>.footer_table tr:nth-child(1)>td>a {
	font-size: 18px;
	line-height: 60px;
	vertical-align: bottom;
}

.index-footer>.footer_table_wrap>.footer_table tr:nth-child(3)>td {
	line-height: 25px;
}

.index-footer .colorD4E8EE {
	color: #D4E8EE;
}

.index-footer .footer_logo_back {
	background-attachment: initial;
	background-image: url(../images/common/footer_logo_gray.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	background-origin: content-box;
	background-position-x: 5px;
}

.index-footer .footer_sns_text {
	font-size: 16px;
}

.index-footer .footer_sns {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}

.footer_sns .icon-youtube {
	width: 32px;
	height: 32px;
    background: url(../images/main/ico-youtube.png);
    background-position: center;
    background-size: cover;
}
.footer_sns .icon-facebook {
	width: 32px;
	height: 32px;
    background: url(../images/main/ico-facebook.png);
    background-position: center;
    background-size: cover;
}
.footer_sns .icon-naver {
	width: 32px;
	height: 32px;
    background: url(../images/main/ico-naver.png);
    background-position: center;
    background-size: cover;
}
.footer_sns .icon-kakao {
	width: 32px;
	height: 32px;
    background: url(../images/main/ico-kakao.png);
    background-position: center;
    background-size: cover;
}

.footer-sns-qr img {
    width: 100px; 
    height: 100px;
}

.footer_sns a {
    display: inline-block;
        margin: 0 10px;
}

.footer_sns i {
    font-size: 24px;
}

.footer_sns a:hover i {
    opacity: 0; 
}

.footer_sns a.active i {
    opacity: 0;
}

.footer_sns a.active::before {
    content: ""; 
    display: block;
    background-size: cover;
}

.footer_sns a.active i {
    background-image: none; 
}


.footer_sns a.youtube.active {
	width: 32px;
	height: 32px;
    background-position: center;
    background-size: cover;
    background-image:  url(../images/main/ico-youtube-on.png);
}

.footer_sns a.facebook.active {
	width: 32px;
	height: 32px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/main/ico-facebook-on.png);
}

.footer_sns a.naver.active {
	width: 32px;
	height: 32px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/main/ico-naver-on.png);
}
.footer_sns a.kakao.active {
	width: 32px;
	height: 32px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/main/ico-kakao-on.png);
}
.index-footer .footer_sns_text>span {
	font-size: 16px;
	font-weight: 700;
}

.index-footer .footer__top-wrap {
	width: 100%;
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #47494d;
}

.index-footer>.footer__top-wrap_old {
	display: none;
}

.index-footer .sns_img {
	margin-left: 15px;
}

.index-footer .sns_a_img {
	float: right;
}

.index-footer .footerqr {
	border-bottom: none;
}

.page-index.index-sideopen .index-footer .footerqr {
	display: none;
}

.index-footer .footer_table_wrap {
	border-top: 2px solid;
	border-bottom: 2px solid;;
}

.page-index.index-sideopen .index-footer>.footer_table_wrap>.footer_table
	{
	margin-left: 25px;
}

#footer_mb{
		display: none;
		  
	}
	#footer_mb > *{
		color: #B7B7B5;
	}
	
	/*footer 모바일 */
	   .ft-logo, .index-footer .ft-logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        -ms-flex-pack: center;
    }
	.ft-logo > a, .index-footer .ft-logo > a{
		    display: block;
    width: 210px;
    height: 41px;
    background: url(../images/common/footer_logo_gray.png) no-repeat center center / contain;
	}
	
	.ft-kdia > div p{
		margin-top: 10px;
	}
	
@media (max-width: 1600px) {
    .gnb .gnb-links {
        margin-left: 15px;
    }
}

@media (min-width: 1280px) {
    header.hd .hd-top aside .side-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        -ms-flex-pack: flex-start;
    }
    
   header.hd .hd-top aside .side-menu > div {
        position: relative;
       
    }
    
    header.hd .hd-top aside .side-menu > div:not(:last-child) {
     margin-right: 20px;
    }
    
    header.hd .hd-top aside .side-menu > div > * {
        text-align: center;
        font-size: 13px;
        font-weight: 600;
    }
    
    header.hd .hd-top aside .side-menu > div > * span {
        margin-top: 15px;
    }
    header.hd .hd-top aside .side-menu > div > *, header.hd .hd-top aside .side-menu > div > * span {
        display: block;
        line-height: 1;
    }
    header.hd .hd-top aside .gnb-global > button {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
	}
	header.hd .hd-top aside .side-menu > div.sitemap-btn {
        height: 48px;
    }
}
@media screen and (max-width:1443px) {
#footer .sns_img {margin-left: 15px;}
}
@media screen and (max-width:1260px) {
#footer .sns_img {margin-left: 5px;}
 #footer > .footer_table_wrap > .footer_table tr:nth-child(1) > td > a{font-size: 12px; line-height: 50px; }
}
@media screen and (max-width:1240px) {
	#footer_mb{
		  display: flex;
	    flex-wrap: wrap;
	    align-items: normal;
	    justify-content: flex-start;
	    flex-direction: row;
	    padding: 40px 20px;
	    border-top: 1px solid #CACACA;
	    flex-direction: column;
        text-align: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 40px;
	}
	.footer_table_wrap{
		display: none !important;
	}
	#footer_mb .footer_sns{
		justify-content: center;
		margin-top: 25px;
	}
}
@media screen and (max-width:1039px) {
	#footer >.footer_table_wrap  {display: none;}
	#footer >.footer__top-wrap_old  {display: block; padding: 0 3%;}
	#footer .linkList_old > li {box-sizing:border-box}
	#footer .linkList_old > li a {
	display:block;
	font-size:15px;
	line-height:36px;
	box-sizing:border-box;
	}
	
	#footer .footer__mobile{
	padding-top:3%;
    padding-bottom: 3%;
    line-heght:25px;
	}
	
	#footer .footer__mobile_second{

    padding-top: 0%;
    padding-bottom: 3%;
	}
	
	
	#footer .footer_mobile_top{
		font-size: 17px;
    	color: #fff;
        position: static;
        line-height: 35px;
	}
	
	#footer .sns_img {
    	margin-left: 13px;
    	margin-right: 0;
    	width: 25px;
	}
	
}
@media screen and (max-width:1520px) {
	.footer-qr-td{
	display: none;}
}
@media screen and (max-width:530px) {
	.linkList > li:nth-child(1){margin-left: 15%;}
	.linkList > li:nth-child(3){margin-left: 25%;}
}

/* 컨테이너 라인*/
#container{position: relative;max-width: 1200px;margin: 0 auto;}
#container:after{content: '';display: block;clear: both;}
@media (max-width: 375px) {
#container{width: 375px;}
}

/* 서브 컨텐츠 */
.content_wrapper{ position: relative;margin: 0 20px;max-width: 920px; width: 100%;}
.content_wrapper.active{ position: relative;}

/* 타이틀 스타일 */
.h2{font-size: 28px;font-weight: 600;color: #444;padding-bottom: 25px;background: url('../images/common/h2_bg.png') 0 bottom repeat-x;}
.title1{font-size: 20px;color: #444;padding-left: 30px;background: url('../images/common/title1.png') 0 3px no-repeat;margin-bottom: 10px;font-weight: 600;}
.title2{font-size: 18px;color: #555;padding-left: 15px;background: url('../images/common/title2.png') 0 4px no-repeat;margin-bottom: 10px;font-weight: 600;}
.title3{font-size: 16px;color: #444;padding-left: 15px;background: url('../images/common/title2.png') 0 2px no-repeat;}
.title4{font-size: 19px;color: #000;padding-left: 30px;background: url('../images/common/login_tab_icon.png') 0 2px no-repeat;}


/* datepicker */
input.datepicker{cursor: pointer;border: 1px solid #ccc;}
img.ui-datepicker-trigger{position: absolute;margin-left: -25px;margin-top: 6px;}
input:-moz-read-only{background-color: #e9e9e9;}
input:read-only{background-color: #e9e9e9;}

.hover_a {
    text-decoration: none;
    color: #EA771E; /* 예시로 주어진 색상 */
}

.hover_a:hover {
    text-decoration: underline;
}




.centerBtn{display: inline-block;font-size: 12px;color: #474747;min-width: 45px;height: 27px;line-height: 27px;text-align: center;padding: 0 10px;box-sizing: border-box;}
.centerBtn.darkblue{background-color: #244371;color: #fff;}
.centerBtn.round{border-radius: 15px;}


/* jfile */
[data-ax5uploader]{font-size: 14px;}

.over-scroll__box {overflow:auto;}
.over-scroll__box table {border-top: 2px solid #014256;}
.over-scroll__box .tbl_type1 {border-top:0;}
.over-scroll__box .tbl_type1:before,
.over-scroll__box .tbl_type1:after {content:'';background:none;}

/* checkbox color */
.cb_c_sky{accent-color:#00a7ff; color: #fff;}


.logo-popup-block{position: relative;margin: auto;background: #fff;box-shadow: 3.536px 3.536px 9px 2px rgb(0 0 0); border-radius: 15px;}
.logo-popup-block .login_logo{margin-left: 58.5px; margin-bottom: 15px;  margin-top: 10px;}
.logo-popup-block h2{border-bottom: 1px solid #244371; margin: 5px 20px;}
.logo-popup-block .modal-title{ font-size: 20px; font-weight: 600; color: #244371;  padding: 10px 0px 1px 0px; border-bottom: 2px solid #244371; margin: 10px 15px;}
.logo-popup-block .modal-inner{padding: 20px;}
.logo-popup-block .modal-inner .chkPw{background: #E9ECF1; border: none;margin:0px 0px 20px 0;}
.logo-popup-block .modal-inner .memChk{width: 100%; border-radius: 15px; color: #fff; background-color: #244371; height: 30px; font-size: 17px;}
.logo-popup-block .popup-modal-dismiss{position: absolute;right: 10px;top: 8px;width: 30px;height: 30px;cursor: pointer;background: url('../images/common/popup_close_blue.png') center no-repeat;text-indent: -9999px;}

/* ornage */
.logo-popup-block-or{position: relative;margin: auto;background: #fff;box-shadow: 3.536px 3.536px 9px 2px rgb(0 0 0); border-radius: 15px;}
.logo-popup-block-or .login_logo{margin-left: 58.5px; margin-bottom: 15px;  margin-top: 10px;}
.logo-popup-block-or h2{border-bottom: 1px solid #EA771F; margin: 5px 20px;}
.logo-popup-block-or .modal-title{ font-size: 20px; font-weight: 600; color: #EA771F;  padding: 10px 0px 1px 0px; border-bottom: 2px solid #EA771F; margin: 10px 15px;}
.logo-popup-block-or .modal-inner{padding: 20px;}
.logo-popup-block-or .modal-inner .chkPw{background: #E9ECF1; border: none;margin:0px 0px 20px 0;}
.logo-popup-block-or .modal-inner .memChk{width: 100%; border-radius: 15px; color: #fff; background-color: #244371; height: 30px; font-size: 17px;}
.logo-popup-block-or .popup-modal-dismiss{position: absolute;right: 10px;top: 8px;width: 30px;height: 30px;cursor: pointer;background: url('../images/common/popup_close_orange.png') center no-repeat;text-indent: -9999px;}


a.mypageLink {
    text-decoration: none; /* 기본적으로 밑줄 제거 */
    color: black; /* 기본적으로 흑색으로 설정 */
}

a.mypageLink:hover {
    text-decoration: underline; /* 마우스 호버 시 밑줄 추가 */
    color: #00A7FF; /* 마우스 호버 시 파랑색으로 변경 */
}


/* 배너 */
#banner{position: relative;margin: 0px auto;padding: 15px 100px 15px 25px;box-sizing: border-box;}
#banner .banner_btn{position: absolute;right: 25px;top: 32.5px;}
