.bookmark-span {
	display: inline-block;
	width: 20px;
	position: relative;
	top: -3px;
}
.strip-banner { width: 100%; }
.strip-banner ul {
	display: flex;
    justify-content: space-around;
    height: 40px;
}

.strip-banner ul li {
	text-align: center;
    width: 100%;
}

.strip-banner ul li a {
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
	color: #fff;
}

div.strip-banner ul li a:visited { color: #fff; }

.strip-banner ul li:nth-child(1) { background: #1D56BC; }
.strip-banner ul li:nth-child(2) { background: #246BEB; }
.strip-banner ul li:nth-child(3) { background: #3CABEF; }

.strip-banner .strip-banner-span {
	margin: 0 3px;
	text-decoration: underline;
}
div.gnb {
  background-color: #35C55F;
  background-color: #498aff;
}

li.gnb-item > a {
  color: #000;
  color: #fff;
}

/* 툴팁 스타일 */
	.tooltip-wrapper {
		position: relative;
		display: inline-block;
		margin-left: 5px;
		vertical-align: middle;
	}

	.tooltip-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-color: #4c61b5;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		cursor: pointer;
		user-select: none;
        padding-right: 2px;
		margin-left: 5px;
		position: relative;
	}

	.tooltip-icon .tooltip-box {
		display: none;
		position: absolute;
		bottom: calc(100% + 8px);
		left: 50%;
		transform: translateX(-50%);
		width: 280px;
		padding: 12px 14px;
		background-color: #333;
		color: #fff;
		font-size: 13px;
		font-weight: normal;
		line-height: 1.5;
		border-radius: 6px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.25);
		z-index: 9999;
		white-space: normal;
		text-align: left;
	}

	.tooltip-icon .tooltip-box::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-width: 6px;
		border-style: solid;
		border-color: #333 transparent transparent transparent;
	}

	@media (min-width: 769px) {
		.tooltip-icon:hover .tooltip-box {
			display: block;
		}
	}

	/* 모바일 모달 */
	.tooltip-modal {
		display: none;
		position: fixed;
		top: 20px;
		left: 0;
		right: 0;
		bottom: 20px;
		z-index: 9999;
		padding: 0 10px;
	}

  .tooltip-modal-content {
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
		height: 100%;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.tooltip-modal-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		border-bottom: 1px solid #e0e0e0;
	}

	.tooltip-modal-title {
		font-size: 18px;
		font-weight: bold;
		color: #333;
	}

	.tooltip-modal-close {
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		font-size: 24px;
		color: #666;
		cursor: pointer;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tooltip-modal-body {
		flex: 1;
		padding: 20px;
		overflow-y: auto;
		font-size: 15px;
		line-height: 1.6;
		color: #333;
	}

	.tooltip-modal-footer {
		padding: 15px 20px;
		border-top: 1px solid #e0e0e0;
	}

	.tooltip-modal-btn {
		width: 100%;
		height: 50px;
		border: none;
		border-radius: 6px;
		background-color: #4c61b5;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
	}

	.tooltip-modal-backdrop {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 9998;
	}

	/* PC 환경 모달 여백 조정 */
	@media screen and (min-width: 769px) {
		.tooltip-modal {
			top: 80px;
			left: 50%;
			right: auto;
			bottom: 80px;
			transform: translateX(-50%);
			width: 600px;
			max-width: 90%;
			padding: 0;
		}
	}

	/* 태블릿 환경 모달 여백 조정 */
	@media screen and (min-width: 481px) and (max-width: 768px) {
		.tooltip-modal {
			top: 40px;
			left: 20px;
			right: 20px;
			bottom: 40px;
			padding: 0;
		}
	}

	

@media (min-width:1300px) {
    .top_header {width:100%;height:38px;line-height:38px;border-bottom:1px solid #ddd; display: flex;}
    .top_header_div {position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center; margin:0 auto;}
    .top_header_div ul {flex:none;margin-left:auto;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:32px;}
    .top_header_div ul li {position: relative;}
    .top_header_div ul a {font-size:13px;font-weight:400;color:#555;}
    .top_header_div ul a::after {content: ''; position: absolute; top: 50%; right: -18px; display: inline-block; width: 3px; height: 3px; background-color: #bbb; border-radius: 50%;}
    .top_header_div ul li:last-child a:after {display: none;}
    .top_header_div ul a:hover {color:#246BEB;text-decoration: underline solid 2px #246BEB;text-underline-offset: 12px;}

    .page-nav-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        margin-left: 5px;
        background-color: #246BEB;
        border-radius: 50%;
        color: #fff !important;
        transition: all 0.3s ease;
        vertical-align: text-top;
        padding: 3px;
        box-sizing: border-box;
    }

    .top_header_div .page-nav-a svg.page-nav-btn { box-sizing: content-box; }

    .page-nav-a b { color: #246BEB; }
    .page-nav-a:hover .page-nav-btn {
        background-color: #1D56BC;
        transform: translateX(2px);
    }

    #header_wrap { background:#fff; width:100%; z-index:99;}
    #header_wrap:hover {background: #fff;}
    #header_wrap .wrapper {}
    #header_wrap .header {position:relative; height:88px; width:1300px; min-width:1300px; margin:0 auto;}
    #header_wrap .wrapper .logo { position:absolute; left:0; top:25px; z-index:9;}
    #header_wrap .tip { position:absolute; left:27%; top:42px; z-index:9;}
    #header_wrap .tip li{ float:left; font-size:1.05em; font-weight:600; color: rgba(34,34,34,1.0); line-height:1.0em; }
    #header_wrap .tip li:nth-child(2) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
    #header_wrap .tip li:nth-child(3) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
    #header_wrap .login { position:absolute; right:0; top:20px; z-index:9;}
    #header_wrap .login li{float:left; margin:0 16px; }
    #header_wrap .login li .link {display: flex; flex-flow: column wrap; justify-content: center; font-size:1.05em; color: rgba(131,131,131,1.0); line-height:1.0em; font-weight: 500; gap: 8px;}
    #header_wrap .login li .link:hover { color: #246BEB;}
    #header_wrap .login li .name {display: flex; flex-flow: column wrap; justify-content: center; font-size:1.05em; color: #333; line-height: 50px; font-weight: 500; gap: 8px;}
    #header_wrap .login li .name:hover { color: #246BEB;  }
    #header_wrap .login li .ct { color:#246BEB;}
    #header_wrap .login li .ct:hover { color:#000;}
    #header_wrap .login li > a {display: flex; flex-flow:  column wrap; align-items: center;}
    #header_wrap .login li img { vertical-align:middle;}

    .tip ul li a {position: relative;z-index: 100;}
    .tip ul li a:after {position: absolute;content:'';left:24px; bottom:-3px; width:0; height:2px; background-color: #0A7AD6;z-index: 10;transition:all 0.3s linear; opacity: 0.7;}
    .tip ul li:first-child a:after {left:0;}
    
    .tip ul li:first-child a:hover:after {width:100%;}
    .tip ul li a:hover:after {width:70%;}
    .tip ul li a:hover {color:#0A7AD6;}
    
    .gnb {
        position: relative;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        padding: 12px 20px;
      }

      .gnb-menu {
        max-width: 1300px;
        display: flex;
        gap: 20px;
        margin: 0 auto;
      }
      
      .gnb-item {
        position: relative;
        width: 20%;
        align-content: center;
      }
      
      .gnb-item:hover > .submenu { background-color: #498aff; }
      .gnb-item:hover > .submenu a { color: #fff }
      .gnb-item:hover > .submenu a:hover { color: #35C55F }
      
      .gnb-item a {
        padding: 10px 15px;
        display: block;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        /* transition: all .3s; */
      }
      .gnb-item a.myclass {
        padding: 10px;
        border-radius: 8px;
        background-color: #F5F9FF;
        color: #246BEB;
        font-weight: 700;
      }
      .gnb-item:hover > a {color: #35C55F; font-weight: 700;}
      .gnb-item:hover .submenu {
        /* order-top: 2px solid #35C55F; */
      }
      
      
      .submenu {
        display: none;
        position: absolute;
        top: 67px;
        left: 0;
        background-color: transparent;        
        border-top: 2px solid transparent;
        width: 100%;
        padding: 14px 0;
        z-index: 2000;
        opacity: 0; 
        transform: translateY(-20px); 
        transition: opacity 0.3s ease, transform 0.3s ease;
        height: 235px;
        padding-bottom: 0;
      }

      .submenu:hover { background-color: #498aff; }
      .submenu:hover a { color: #fff; }
      
      .submenu ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .submenu li {
        width: 100%;    
        text-align: center;
      }
      
      .submenu a {
        font-size: 18px;
        text-align: center;
      }
      
      .submenu a:hover {
        color: #35C55F;
      }
      
      .submenu-bg {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%; 
        height: 250px;
        background-color: #fff;
        box-shadow: 0px 8px 8px 0px rgba(60, 64, 67, 0.08);
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
      
      .gnb:hover .submenu,
      .gnb:hover .submenu-bg {
        display: block;
        opacity: 1; 
        transform: translateY(0); 
      }
    
      

    /* 푸터 */
    #footer{ background:rgba(41,41,41,1.0); width:100%; padding:35px 0; z-index:9;}
    #footer .wrapper{ width:1300px; margin:0 auto; overflow:hidden;}
    #footer .footer_logo { display:; float:right; margin-top:30px;}
    #footer .footer_logo li { margin-bottom:;}
    #footer .copyright{ float:left; border-left:0px #6c6c6c solid; padding-left:0; margin-bottom:;  text-align:;}
    #footer .copyright .admin li {display:inline-block; border-left:0px #dcdcdc solid; padding:0 5px; font-weight:500; line-height:25px;}
    #footer .copyright .admin li:first-child{ padding:0;}
    #footer .copyright .admin a{ font-size:14px; color:#fff;}
    #footer .copyright .address { margin-top:10px; font-size:13px !important; font-weight:; color:#9d9d9d; line-height:21px; letter-spacing:-0.5px; text-align:;}

}

@media (min-width:768px) and (max-width:1299px){
    .top_header, .gnb{
        display: none;
    }
    #header_wrap { background:#fff; width:100%; height:; z-index:9; }
    #header_wrap .wrapper { position:relative; width:94%; min-width:90%; height:80px; margin:0 auto; }
    #header_wrap .wrapper .logo { position:absolute; top:20px; z-index:9;}
    #header_wrap .wrapper .logo img { height:40px;}
    #header_wrap .login { display:none; }
    #header_wrap .tip { position:absolute; left:280px; top:35px; z-index:9;}
    #header_wrap .tip li{ float:left; font-size:1.0em; font-weight:600; color: rgba(34,34,34,1.0); line-height:1.0em; }
    #header_wrap .tip li:nth-child(2) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
    #header_wrap .tip li:nth-child(3) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
    #header_wrap .login { position:absolute; right:0; top:35px; z-index:9;}
    #header_wrap .login li{float:left; margin:0 6px; }
    #header_wrap .login li .link {font-size:1.05em; color: rgba(131,131,131,1.0); line-height:1.0em; font-weight: 400; }
    #header_wrap .login li .link:hover { color:#000000;}
    #header_wrap .login li .name {display: block; font-size:1.05em; color: rgb(0, 0, 0); line-height:1.0em; font-weight: 400; }
    #header_wrap .login li .name:hover { color:#000000;}
    #header_wrap .login li .ct { color:#243fad;}
    #header_wrap .login li .ct:hover { color:#243fad;}
    #header_wrap .login li img { vertical-align:middle; margin-right:5px; }

    /* 푸터 */
    #footer{ background:rgba(41,41,41,1.0); width:100%; padding:35px 0; z-index:9;}
    #footer .wrapper{ width:90%; margin:0 auto; overflow:hidden;}
    #footer .footer_logo { display:block; right:0; padding:2% 0;}
    #footer .footer_logo img { width:180px;}
    #footer .copyright{ display:block; border-left:0px #6c6c6c solid; padding-left:0; margin-bottom:;  text-align:;}
    #footer .copyright .admin li {display:inline-block; border-left:0px #dcdcdc solid; padding:0 5px; font-size:15px; font-weight:500; line-height:25px;}
    #footer .copyright .admin li:first-child{ padding:0;}
    #footer .copyright .admin a{ font-size:14px; color:#fff;}
    #footer .copyright .address { width:100%; margin-top:10px; font-size:13px !important; font-weight:; color:#9d9d9d; line-height:21px; letter-spacing:0.5px; text-align:;}
}


@media (max-width:767px){
    .top_header, .gnb{
        display: none;
    }
    html { background:#fff;
    text-decoration:none; font-size:14px; font-weight:400; color:#444; letter-spacing:0; line-height:1.5em; word-break:keep-all;/* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    }
        
    #header_wrap { background:#fff; width:100%; z-index:9;}
    #header_wrap .wrapper { position:relative; width:90%; height:60px; margin:0 auto; }
    #header_wrap .wrapper .logo { position:absolute; left:0; top:15px; z-index:9;}
    #header_wrap .wrapper .logo img { height:30px; }
    #header_wrap .login { display:none; }
    #header_wrap .tip { display:none; }

    /* 푸터 */
    #footer{background:rgba(41,41,41,1.0); width:100%; padding:35px 0; z-index:9;}
    #footer .wrapper{ width:90%; margin:0 auto; overflow:hidden;}
    #footer .footer_logo { display:block; right:0; padding:2% 0;}
    #footer .footer_logo img { width:160px;}
    #footer .copyright{ display:block; border-left:0px #6c6c6c solid; padding-left:0; margin-bottom:;  text-align:;}
    #footer .copyright .admin li {display:inline-block; border-left:0px #dcdcdc solid; padding:0 5px; font-size:1.05em; font-weight:500; line-height:25px;}
    #footer .copyright .admin li:first-child{ padding:0;}
    #footer .copyright .admin a{ color:#fff;}
    #footer .copyright .address { width:100%; margin-top:10px; font-size:12px !important; font-weight:; color:#9d9d9d; line-height:20px; letter-spacing:0.5px; text-align:;}
	
	.strip-banner { font-size: 12px; }
}


