﻿
@import url("../../font/NanumSquareNeo/NanumSquareNeo.css");
/*** slide_popup ***/
.spopup_wrap {top:10.3rem !important;}
#wrap.scroll .spopup_wrap {top: 0 !important;}
.spopup_wrap {transition: margin-top 0.3s ease, left 0.3s !important;}
#wrap.scroll .spopup_wrap {top: 0 !important;}
#wrap.scroll.openPop .tpopup_wrap.actv + .spopup_wrap {top: -6.25rem !important;}
@media (max-width: 1540px) {
	.spopup_wrap {top:10.3rem !important;}
}
@media (max-width: 1200px) {
	.spopup_wrap {top:6rem !important;}
	#wrap.openPop .spopup_wrap {top:6rem !important;}
	#wrap.openPop .tpopup_wrap.actv + .spopup_wrap {top:7.5rem !important;}
	#wrap.scroll .spopup_wrap {top: 0 !important;}
	#wrap.scroll.openPop .tpopup_wrap.actv + .spopup_wrap {top: -95px !important;}
}
@media (max-width: 1024px) {
	#wrap.openPop.scroll .spopup_wrap,
    #wrap.openPop.scroll .up_pop + .spopup_wrap {top: 0 !important;}
}
@media (max-width: 768px) {
}
@media (max-width: 580px) {
	.spopup_wrap {top:5rem !important;}
	#wrap.openPop .spopup_wrap {top:5rem !important;}
	#wrap.openPop .tpopup_wrap.actv + .spopup_wrap {top:6.5rem !important;}
}
.popBtn {top: 9px !important;}

/* common */
body {overflow-x: hidden;}
h2.heading{ position:relative; line-height:1.8rem; font-size:1.2rem; color:#000; font-weight: 700; word-break: keep-all;}
h2.heading span {display:block; line-height: 1.4rem; font-size: 0.9rem; color: #444; font-weight: 300; margin-top: 0.25rem;}
.btn_more.ty { position:absolute; width:2rem; height:2rem; border-radius:50%; font-size:1rem; line-height:1.9rem; text-align: center; color:#fff; transition: all 0.2s;}
.btn_more.ty i { transition: all 0.2s;}
.btn_more.ty:hover,
.btn_more.ty:focus {transform: rotate(180deg);}

/* 상단팝업 */
.tpopup_wrap{width:100%;height:auto;position:relative;background:#274160;}
.top_popup{max-width:1300px; position:relative; margin:0 auto; overflow:hidden;}
.top_popup .list_wrap{ height:55px; margin:35px 30px; overflow: hidden;}
.top_popup ul{margin-left:-1px; }
.top_popup ul li{width:33.33%; float:left;}
.top_popup ul li a{display:block; min-height:54px; line-height:18px; position: relative; font-size:14px; color:#fff; border-left:1px dashed #6c829c; padding:0 20px 0 80px;}
.top_popup ul li a img{width:100%; max-height:55px;}
.top_popup ul li a::before{content:""; position: absolute; left:20px; top:0; width:50px; height:50px; border-radius:50px; background:#102743 url('/images/web/bh/main/ico_toppopup.png') no-repeat center;}
.top_popup .slick-arrow{position: absolute; width:32px; height:32px; top:50%; margin-top:-16px; text-indent:-99999%; overflow:hidden; cursor: pointer;}
.top_popup .slick-prev{left:0; background:url('/images/web/bh/main/btn_link01_prev.png') no-repeat center;}
.top_popup .slick-next{right:0; background:url('/images/web/bh/main/btn_link01_next.png') no-repeat center;}


/* 메인비주얼 */
.ad_visual { position: relative; height: 100%; overflow:hidden; border-radius: 1.2rem; isolation: isolate;}
.ad_visual .slider{ position:relative; z-index: 0; height: 100%;}
.ad_visual .slick-list,
.ad_visual .slick-track {height: 100%;}
.ad_visual .slick-list {position: relative; z-index: 1;}
.ad_visual .item{overflow:hidden; line-height:0; background: #fff;}
.ad_visual .item img{position: relative; left: 50%; transform: translateX(calc(-50% + 0.5px)); width:auto; height:100%;}
.ad_visual .item .txt {position: absolute; top: 10.5rem; right:0; width: 25.2rem; height: 5.6rem;}
.ad_visual .item .txt img {width: 100%;}
.ad_visual .control{position:absolute; right: 0; bottom: 0; z-index:1; display:flex; align-items:center; justify-content: center; gap: 0.25rem; width: 11rem; height: 2.6rem; border-radius: 1.2rem 0; background: rgba(0,0,0,0.7); font-family: 'NanumSquareNeo';}
.ad_visual .control > a{display:inline-block; color:#fff; font-size:1rem; text-align: center; border:none; height:auto; transition:all 0.15s; }
.ad_visual .control > a.play{display:none;}
.ad_visual .control > a.all {width: 1.3rem; height: 1.3rem; line-height: 1.3rem; text-align: center; border-radius: 50%; background: #1D1D1D; font-size: 0.6rem; padding-right: 0.05rem;}
.ad_visual .control > a:hover,
.ad_visual .control > a:focus{ color:#8facfc; }
.ad_visual .control .page { display:inline-block; top:5px; right:-60px; font-size: 0.6rem; line-height: 1; color:#fff; margin-right: 1rem;}
.ad_visual .control .page strong {position:relative; display: inline-block; font-size: 0.65rem; font-weight: 700; margin-right: 1.75rem;}
.ad_visual .control .page strong:after { content:''; position: absolute; left: 6px; top: 50%; width: 1rem; height: 1px; background: rgba(255,255,255,0.9); margin: 0 0.5rem; }
/* dots 커스텀 시작 */
.ad_visual .slick-dots {display: flex; justify-content: end; margin-right: 0.5rem; z-index: 2;}
.ad_visual .slick-dots li {position: relative; display: inline-block; width: fit-content; height: 13px; margin: 0 5px; cursor: pointer;}
.ad_visual .slick-dots li button {font-size: 0; line-height: 0; display: block; cursor: pointer; background: #ccc; width: 13px; height: 13px; border-radius: 7px; transition: all 0.15s;}
.ad_visual .slick-dots li.slick-active button {width: 38px; background:#4A58B7;}

/* 바로가기1 */
.ad_link { position:relative; height:100%;}
.ad_link ul { display:flex; gap: 1rem; justify-content: space-between;}
.ad_link li { position:relative; flex:1; z-index:1; }
.ad_link li a { display:flex; flex-direction: column; align-items: center; justify-content: center; position:relative; width:100%; padding: 0.9rem 1rem; background:#fff; border-radius: 0.6rem; border: 1px solid #CECCDE; }
.ad_link li a .img { position:relative; display:block; width:100%; text-align: center;  }
.ad_link li a img { -webkit-transition:all .2s; -ms-transition:all .2s; transition:all .2s; }
.ad_link li a p { font-size:0.8rem; line-height:1.3rem; margin-top:0.3rem; overflow:hidden; font-weight:500; color:#1D1D1D; word-break:break-all; }
.ad_link li a,
.ad_link li a .img { -webkit-transition:all .2s; -ms-transition:all .2s; transition:all .2s; }
/* 바로가기1 : hover */
.ad_link li a:hover,
.ad_link li a:focus {border-color: #5D5692;}
.ad_link li a:hover .img,
.ad_link li a:focus .img {animation: bounce 1s ease-out infinite;}

@keyframes bounce {
  0% {transform: translateY(0);}
  50% {transform: translateY(-7px); }
	100% {transform: translateY(0); }
}

/* 게시판 */
.ad_notice { position:relative; height:100%;  }
.ad_notice .titTab { }
.ad_notice .titTab ul{font-size:0; display:flex; height:3rem; align-items:center; border-radius:1.5rem; background: #fff; padding-right:2.75rem; }
.ad_notice .titTab li { position: relative; max-width:33.3%; text-align:center; flex:1; line-height:3rem; }
.ad_notice .titTab li ~ li::before { content: ''; position: absolute; top: calc(50% - 2px); left: -2px; width: 4px; height: 4px; border-radius: 50%; background: #D9D9D9; }
.ad_notice .titTab li a { position: relative; display:block; padding:0 0.5rem; border-radius: 1.5rem; font-size:1rem; font-weight: 600; color:#919191;}
.ad_notice .titTab li a::before {content:''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 0; height: 0; border-style: solid; border-width: 15px 10px 0px 10px; border-color: #EE3059 transparent transparent transparent; opacity: 0;}
.ad_notice .titTab li a span{ position:relative; display:block; overflow:hidden; white-space:nowrap;}
.ad_notice .list_box { display:none; width:100%;}
.ad_notice .list_box .topList{position:relative; display:block; margin-top: 1.5rem; background: #fff; border-radius: 1rem; box-shadow: 0 0 15px #E6E4ED;}
.ad_notice .list_box dl { position: relative; height:7.9rem; padding:1.55rem 1.2rem 2rem 7.9rem; overflow:hidden; }
.ad_notice .list_box dt{position:relative; line-height:1.5rem; font-size:1rem; color:#1D1D1D; overflow:hidden; font-weight:700; text-overflow:ellipsis; white-space:nowrap; margin-bottom:0.7rem;}
.ad_notice .list_box dd > p{display: -webkit-box; -webkit-box-orient: vertical; height: 2.75rem; font-size: 0.8rem; color: #333; line-height: 160%; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; overflow: hidden; }
.ad_notice .list_box dd .date{position:absolute; left:1.2rem; top:50%; transform: translateY(-50%); display: flex; flex-flow: column; justify-content: center; align-items: center; width: 5.5rem; height: 5.5rem; border-radius: 0.5rem 1.5rem; background:#F9F7FF; border: 1px solid #A4A0C4; font-family:'Sora'; text-align:center; font-weight:900; font-size:1.6rem; color: #160F4D; line-height: 1.2; font-family: 'NanumSquareNeo';}
.ad_notice .list_box .topList .new .date:before{ position: absolute; top: -0.2rem; right: -0.2rem; display:inline-block; content:"N"; width:1.4rem; height:1.4rem; line-height: 1.3rem; background: #EE3059; color:#fff; font-weight: 400; font-size:0.7rem; border-radius:50%; text-align:center;}
.ad_notice .list_box dd .date em { font-size: 0.7rem; font-weight: 400; letter-spacing: 0; }
.ad_notice .list_box ul { overflow:hidden; margin-top:2rem; padding-top: 2rem; border-top: 2px dashed #CECCDE; }
.ad_notice .list_box li:nth-child(n + 6) {display: none;}
.ad_notice .list_box li ~ li {margin-top: 0.2rem;}
.ad_notice .list_box li a { position:relative; display:block; line-height:1.7rem; font-size:0.8rem; padding:0 5rem 0 0.75rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:500; color:#333;}
.ad_notice .list_box li a:before{content:""; position:absolute; left:0; top:calc(50% - 4px); width:6px; height:6px; background:#A4A0C4; border-radius:50%;}
.ad_notice .list_box li a span { position:absolute; right:0; top:0; color:#666; font-size:0.8rem; font-weight: 400; }
/* 게시판 :데이터 없음 */
.ad_notice .list_box ul.no_data {border-top: none; padding-top: 0;}
.ad_notice .list_box ul.no_data li {text-align:center; line-height:21.1rem; border-radius: 1rem; border: 1px solid #e6e5ec;}
.ad_notice .btn_more.ty { right:0.6rem; top:0.55rem; width:1.9rem; height:1.9rem; background:#3F377D;}
/* 게시판 : active */
.ad_notice .titTab li a,
.ad_notice .titTab li a::before {transition: all 0.2s;}
.ad_notice .titTab li a::before {transition-delay: 0.1s;}
.ad_notice .titTab li a:hover,
.ad_notice .titTab li a:focus {font-weight:700; color:#EE3059;}
.ad_notice .titTab li.current a { color:#fff; font-weight:700; background:#EE3059;}
.ad_notice .titTab li.current a::before {bottom: -0.5rem; opacity: 1;}
.ad_notice .titTab li.current::before,
.ad_notice .titTab li.current + li::before {display: none;}
.ad_notice .list_box.on { display:block; }
.ad_notice .list_box a:hover dd > p,
.ad_notice .list_box a:focus dd > p { text-decoration: underline; }
.ad_notice .list_box li a:hover,
.ad_notice .list_box li a:focus { text-decoration: underline; }
.ad_notice a,
.ad_notice dt,
.ad_notice :before {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 소식&팝업존 */
.ad_news .control,
.ad_pop .control { position: absolute; height: 2rem; display: flex; gap: 0.5rem; align-items: center; padding: 0 0.95rem; border-radius: 1rem; background: #F2F2F2;}
.ad_news .control a,
.ad_pop .control a {font-size: 1rem;}
.ad_news .control a.play,
.ad_pop .control a.play {display: none;}
.ad_news .control a:hover,
.ad_news .control a:focus,
.ad_pop .control a:hover,
.ad_pop .control a:focus {color: #EE3059;}

/* 소식 */
.ad_news { position:relative; height:100%; }
.ad_news h2 { position:absolute; left:0; top:0; max-width:calc(66% - 3rem); font-size:1.2rem; }
.ad_news .titTab{ padding-right:9rem; }
.ad_news .titTab ul{font-size:0; display:flex; align-items:center; gap: 2rem;}
.ad_news .titTab li { position: relative; max-width:50%; }
.ad_news .titTab li ~ li::before {content:''; position: absolute; top:calc(50% - 0.55rem); left: -1rem; width: 1px; height: 1.1rem; background: #CECCDE;}
.ad_news .titTab li a { position:relative; display:block; font-size:1.4rem; font-weight: 600; color:#919191; transition: all .2s; -webkit-transition: all .2s;}
.ad_news .titTab li a span{ position:relative; display:block; overflow:hidden; white-space:nowrap;}
.ad_news .tabWrap {margin-top:1.8rem; position:relative; height:17rem;}
.ad_news .list_box { visibility:hidden; opacity:0; position:absolute; top:0; left:0; width:calc(100% + 1rem); height:100%; margin-left:-1rem; }
.ad_news .item{ padding:0 0 0 1rem;}
.ad_news .item a { position:relative; display:block; width:auto; word-break: keep-all; }
.ad_news .item .img { display:block; height:10rem; overflow:hidden; border-radius:0.8rem 0.8rem 0 0; background:#eee; }
.ad_news .item .img img { position: relative; left:50%; top:50%; width:100%; height:auto; transform: translate(-50%, -50%); transition: all 0.2s;}
.ad_news .item a .cont{ display:flex; align-items:center; justify-content:center; flex-direction:column; padding: 1.2rem 1rem 1.5rem; border-radius: 0 0 0.8rem 0.8rem; border: 1px solid #CECCDE; border-top: none; -webkit-transition: all 0.2s; transition: all 0.2s;}
.ad_news .item a .cont .tit {width: 100%; font-size:0.9rem; color:#1D1D1D; font-weight: 700; overflow: hidden; height:1rem; white-space: nowrap; text-overflow: ellipsis; }
.ad_news .item a .cont .txt {margin-top: 1rem; display: -webkit-box; -webkit-box-orient: vertical; height: 2.25rem; font-size: 0.8rem; color: #666; line-height: 150%; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; overflow: hidden;}
.ad_news .control{ top:-3.65rem; right:2.5rem;}
.ad_news .list_box .no_data{width:auto; height:15.25rem; margin-left:2.3rem; display:flex; align-items:center; justify-content:center; color:#333; font-size:0.9rem; border-radius:2rem; background:#f7f7f8;}
.ad_news .btn_more.ty { top:-3.65rem; right:0; background: #EE3059;}
/** 갤러리 : active **/
.ad_news .titTab li a:hover,
.ad_news .titTab li.current a { color:#1D1D1D; font-weight:700; }
.ad_news .list_box.on { visibility:visible; opacity:1; }
.ad_news .list_box a:hover img { transform: translate(-50%, -50%) scale(1.1); }

/* 팝업존 */
.ad_pop { position:relative; width:100%; height:100%;}
.ad_pop h2 { font-size:1.4rem; margin-bottom:1.8rem; }
.ad_pop h2 strong { color:#5e4430; }
.ad_pop .pop_img { position:relative; height:17rem; overflow: hidden; border-radius:0.8rem; background:rgba(0,0,0,0.1);}
.ad_pop .pop_img div[class*='slick-'],
.ad_pop .pop_img .item {height:100%;}
.ad_pop .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden;}
.ad_pop .pop_img .item img {position:relative; max-width:100%; max-height:100%; width:auto; height:auto;}
.ad_pop .btn_more.ty {position:absolute; top:.3rem; right:0;}
.ad_pop .control {top:-0.15rem; right:0;}
.ad_pop .control p { position:absolute; left:-2.75rem; top:0; line-height:2rem; color:#777; font-size:0.9rem;}
.ad_pop .control p strong {color: #EE3059; font-weight: 700;}
.ad_pop .control p em {margin: 0 0.35rem;}
/* control : active */

/* 자주찾는 사이트 */
.ad_link3 ul {justify-content: space-between; gap: 1rem;}
.ad_link3 ul.list_box {display: flex; }
.ad_link3 ul.slick_list_box {display: none; }
.ad_link3 li {flex: 1;}
.ad_link3 li a {display: block; text-align: center;}
.ad_link3 li a span {position: relative; display: inline-block; padding: 0.1rem 0.25rem; font-size: 0.85rem; color: #1D1D1D; font-weight: 500; z-index: 1; transition: all 0.2s; word-break: break-all;}
.ad_link3 li a span::before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 0.5rem; border-radius: 0.25rem; background: #F6E3EF; z-index: -1; transition: all 0.2s;}
/* 자주찾는 사이트 : active */
.ad_link3 li a,
.ad_link3 li a::before,
.ad_link3 li a::after {transition: all 0.2s;}
.ad_link3 li a:hover span,
.ad_link3 li a:focus span {font-weight: 700; }
.ad_link3 li a:hover span::before,
.ad_link3 li a:focus span::before {width: 100%;}

/* 자주찾는 서비스 */
.ad_link2 {display: flex; align-items: center; justify-content: space-between; height: 8.25rem;}
.ad_link2 .slick-slide {vertical-align: top;}
.ad_link2 .tit_wrap {position: relative; width: 17%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.ad_link2 .tit_wrap::before {content:''; position: absolute; right: -6.5rem; top: -4rem; bottom: -3rem; border-top-right-radius: 8rem; width: 500%; height: auto; background: linear-gradient(to bottom, #FBF5F9, rgba(255,255,255,0) 80%); z-index: -1;}
.ad_link2 .tit_wrap h2 {font-size: 1.6rem; font-weight: 700; color: #1D1D1D;}
.ad_link2 .tit_wrap .control {display: flex; gap: 0.5rem; margin-top: 1.5rem;}
.ad_link2 .tit_wrap .control a {display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; text-align: center; background: #FBF2F6; border-radius: 50%; font-size: 1.25rem; color: #1D1D1D;}
.ad_link2 .list_box {position: relative; width: 83%; height: 100%; padding: 1rem 0 0 4rem;}
.ad_link2 .list_box::before {content:''; position: absolute; left: 0; top: -3rem; bottom: -3rem; border-radius: 8rem 0 0 8rem; right: calc(((100vw - 100%) / 2) * -1); width: auto; height: auto; background: linear-gradient(to right, #FBF2F6, #F7F2FB);}
.ad_link2 .item { text-align: center; padding: 0 0.5rem;}
.ad_link2 .item a {display: block;}
.ad_link2 .item .img {display: flex; width: 5rem; height: 5rem; align-items: center; justify-content: center; margin: 0 auto; background: #fff; border-radius: 1rem; border: 2px solid transparent;}
.ad_link2 .item span {position: relative; display: inline-block; margin-top: 0.75rem; padding: 0.1rem 0.25rem; font-size: 0.8rem; color: #222; z-index: 1;}
/** 자주찾는 서비스 : active **/
.ad_link2 .tit_wrap .control a,
.ad_link2 .item .img,
.ad_link2 .item span {transition: all 0.2s;}
.ad_link2 .tit_wrap .control a:hover,
.ad_link2 .tit_wrap .control a:focus {background: #EE3059; color: #fff;}
.ad_link2 .item a:hover .img,
.ad_link2 .item a:focus .img {border-color: #3F377D; }
.ad_link2 .item a:hover span,
.ad_link2 .item a:focus span {font-weight: 700; color: #3F377D;}

/* 사용자별 메뉴 */
.user_menu {height: 3.5rem; background: #5D5692; width: 100%;}
.user_menu.fix {position: fixed; bottom: 0; left: 0; z-index: 19;}
.user_menu .container {display: flex; height: 100%; align-items: center;}
.user_menu .tit_wrap {position: relative; display: flex; width: 39%; height: 100%; align-items: center; color: #fff; z-index: 1;}
.user_menu .tit_wrap::before {content: ''; position: absolute; right: 0; top: 0; width: 500%; height: 100%; border-top-right-radius: 2rem; background: #3F377D; z-index: -1;}
.user_menu .tit_wrap h2 {font-size: 1.1rem; font-weight: 700; margin-right: 2rem;}
.user_menu .tit_wrap .titTab {height: 100%;}
.user_menu .tit_wrap .titTab ul {display: flex; gap: 1.75rem; height: 100%;}
.user_menu .tit_wrap .titTab a {position: relative; display: flex; align-items: center; height: 100%; font-size: 0.9rem; font-weight: 600; color: #CAC3FF; padding: 0 0.25rem;}
.user_menu .tit_wrap .titTab a::before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 4px; background: #fff;}
.user_menu .tit_wrap .titTab a i {font-size: 1.2rem; font-weight: 400; margin-right: 0.25rem;}
.user_menu .tabWrap {width: 61%;}
.user_menu .list_box { display:none; width:100%; padding-left: 1.85rem; color: #fff;}
.user_menu .list_box ul {display: flex; justify-content: space-between; width: 100%;}
.user_menu .list_box li {position: relative; padding-left: 0.75rem;}
.user_menu .list_box li::before {content:''; position: absolute; left: 0; top: calc(50% - 0.125rem); width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #fff;}
.user_menu .list_box li a {display: block;}
/* 사용자별 메뉴 : active */
.user_menu .tit_wrap .titTab a,
.user_menu .tit_wrap .titTab a::before {transition: all 0.2s;}
.user_menu .tit_wrap .titTab li.current a {color: #fff;}
.user_menu .tit_wrap .titTab li.current a::before {width: 100%;}
.user_menu .list_box.on { display:block; }
.user_menu .list_box li a:hover,
.user_menu .list_box li a:active {text-decoration: underline;}

/* 배너존 */
/* .banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.1rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 1.8rem; height: 1.8rem; line-height:1.8rem; border-radius:50%; background:#f6f6f6; text-align:center; overflow: hidden;}
.banner_zone .btn a + a {margin-left:.25rem;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 8rem); float:left; padding-top: 0.75rem; padding-left:1.75rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;} */

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 600; color: #000;}
.banner_zone .btn {float: left; margin-top: 1.5rem; overflow: hidden;}
.banner_zone .btn a {float: left; font-size: 0.85rem; color: #222;}
.banner_zone .btn a + a {margin-left:0.25rem;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { position: relative; width: calc(100% - 8rem); float:left; padding-top: 0.75rem; padding-left:1.75rem;}
.banner_zone .bnWrap::before {content:''; position: absolute; left: 1.5rem; top: 1.6rem; width: 1px; height: 0.8rem; background: #DCDCDC;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}


@media (max-width: 1440px) {
	/* 사용자별 메뉴 */
	.user_menu {height: auto; }
	.user_menu .container {flex-direction: column;}
	.user_menu .tit_wrap {justify-content: space-between; width: 100%; height: 60px;}
	.user_menu .tit_wrap::before {right: -20px; left: -20px; width: auto; border-top-right-radius: 0;}
	.user_menu .tit_wrap h2 {font-size: 1.1rem; font-weight: 700; margin-right: 2rem;}
	.user_menu .tabWrap {width: 100%; padding: 20px 0;}
	.user_menu .list_box { padding-left: 0;}
	.user_menu .list_box ul {align-items: center; flex-wrap: wrap; gap: 10px;}
	.user_menu .list_box li {position: relative; padding-left: 0.75rem;}
}

@media (max-width: 1240px) {
	/* 바로가기1 */
	.ad_link ul { flex-direction: column; height: 100%;}
	.ad_link li { flex:none; width: 100%; height: calc(25% - (1rem * 3 / 4)); }
	.ad_link li a { flex-direction: row; height: 100%; padding: 0 0.5rem; }
	.ad_link li a .img {width: auto;}
	.ad_link li a .img img {vertical-align: middle;}
	.ad_link li a p { margin-top: 0; margin-left: 0.8rem; }

	/* 게시판 */
	.ad_notice .list_box { justify-content: space-between;}
	.ad_notice .list_box.on {display: flex;}
	.ad_notice .list_box .topList{width: 52%; margin-top: 1.25rem;}
	.ad_notice .list_box dl { height:7rem; padding:1rem 1.2rem 2rem 7rem; }
	.ad_notice .list_box dd .date{width: 5rem; height: 5rem; }
	.ad_notice .list_box ul { width: 45%; margin-top:1.25rem; padding-top: 0.75rem; border-top: none; }
	.ad_notice .list_box li:nth-child(n + 4) {display: none;}
	.ad_notice .list_box ul.no_data {width: 100%;}
	.ad_notice .list_box ul.no_data li {line-height: 6.9rem;}

	/* 자주찾는 서비스 */
	.ad_link2 .tit_wrap {width: 14%;}
	.ad_link2 .list_box {width: 86%; padding: 1rem 0 0 1rem;}
	.ad_link2 .item { padding: 0 0.25rem;}
	.ad_link2 .item span {position: relative; display: inline-block; padding: 0.1rem 0.25rem; font-size: 0.85rem; color: #1D1D1D; font-weight: 500; z-index: 1; transition: all 0.2s;}
	.ad_link2 .item span::before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 0.5rem; border-radius: 0.25rem; background: #F6E3EF; z-index: -1; transition: all 0.2s;}
}

@media (max-width: 1100px) {
	/* 자주찾는 사이트 */
	.ad_link3 li a {font-size: 0.75rem;}
}

@media (max-width: 1024px){
	/* 소식 */
	.ad_news .tabWrap {margin-top: 1rem; height: 16rem;}
	.ad_news .item .img {height: 9rem;}
	.ad_news .control {top: -2.85rem;}
	.ad_news .btn_more.ty {top: -2.85rem;}

	/* 팝업존 */
	.ad_pop h2 {margin-bottom: 1rem;}
	.ad_pop .pop_img {height: 16rem;}

	/* 자주찾는 사이트 */
	.ad_link3 li a span {font-size: 0.8rem;}

	/* 자주찾는 서비스 */
	.ad_link2 .tit_wrap::before {top: -2rem; border-top-right-radius: 6rem;}
	.ad_link2 .list_box::before {top: -1rem; bottom: -2rem; border-radius: 6rem 0 0 6rem;}
	.ad_link2 .item span {font-size: 0.8rem; padding: 0.1rem 0;}
}

@media (max-width:950px) {
	/* 메인비주얼 */
	.ad_visual .item img {width: 100%; }	

	/* 바로가기1 */
	.ad_link ul { flex-direction: row; flex-wrap: wrap; height: auto; gap: 0.6rem;}
	.ad_link li { width: calc(50% - 0.3rem); height: auto; }
	.ad_link li a { height: auto; padding: 0.5rem; }
	.ad_link li a p { margin-top: 0; margin-left: 0.8rem; }

	/* 자주찾는 사이트 */
	.ad_link3 ul {gap: 0.5rem;}

	/* 바로가기2 */
	.ad_link2 {flex-direction: column; height: auto; padding: 1.5rem 0;}
	.ad_link2 .tit_wrap {position: static; flex-direction: row; align-items: center; width: 100%; height: auto;}
	.ad_link2 .tit_wrap::before {top: 0; bottom: 0; height: 100%; border-top-right-radius: 0;}
	.ad_link2 .tit_wrap h2 br {display: none;}
	.ad_link2 .tit_wrap .control {margin-top: 0;}
	.ad_link2 .list_box {position: static; width: 100%; height: auto; padding: 0.5rem 0 0;}
	.ad_link2 .list_box::before {display: none;}
}

@media (max-width: 850px) {

	/* 게시판 */
	.ad_notice .list_box { flex-direction: column;}
	.ad_notice .list_box .topList{width: 100%; margin-top: 1.25rem;}
	.ad_notice .list_box dl { height:7rem; padding:1rem 1.2rem 2rem 7rem; }
	.ad_notice .list_box dd .date{width: 5rem; height: 5rem; }
	.ad_notice .list_box ul { width: 100%; margin-top:0.75rem; padding-top: 0; }
	.ad_notice .list_box li:nth-child(n + 3) {display: none;}
	.ad_notice .list_box ul.no_data {margin-top: 1.25rem;}
	.ad_notice .list_box ul.no_data li {line-height: 11.25rem;}

	/* 소식 */
	.ad_news .list_box ul{ width:calc(100% + .5rem); margin-left:-.25rem;}
	.ad_news .list_box li{ padding:0 .25rem;}

	/* 팝업존 */
	.ad_pop .pop_img {height: 15rem;}

	/* 자주찾는 사이트 */
	/* .ad_link3 li:nth-child(n + 6) {display: none;} */
	.ad_link3 ul.list_box {display: none; }
	.ad_link3 ul.slick_list_box {display: inherit; }
}

@media (max-width: 768px) {
	
}

@media (max-width: 680px) {
	/* 소식 */
	.ad_news .list_box li:nth-child(n+3){ display:none;}

	/* 자주찾는 사이트 */
	/* .ad_link3 li:nth-child(n + 5) {display: none;} */

	/* 사용자별 메뉴 */
	.user_menu .list_box ul {justify-content: start; gap: 10px 15px;}
}

@media (max-width: 580px) {	
	/* common */
	.btn_more.ty { width:1.8rem; height:1.8rem; line-height:1.8rem;}

	/* 메인비주얼 */
	.ad_visual .control{width: 9.5rem; height: 2rem; border-radius: 1rem 0;}
	.ad_visual .control .page { margin-right: 0.5rem;}
	.ad_visual .control .page strong {margin-right: 1.25rem;}
	.ad_visual .control .page strong:after { width: 0.5rem; }

	/* 바로가기1 */
	.ad_link li a { padding: 0.5rem; }
	.ad_link li a .img img {width: 75%;}
	.ad_link li a p { font-size: 0.75rem; margin-left: 0.5rem; }

	/* 게시판 */
	.ad_notice .titTab {padding-right:0;}
	.ad_notice .titTab ul {flex-wrap:wrap; height:auto; padding-right: 0; }
	.ad_notice .titTab li{ flex:auto; line-height:2.2rem; border-left:none;}
	.ad_notice .titTab li a {font-size: 0.8rem;}
	.ad_notice .titTab li.current a::before {display: none;}
	.ad_notice .list_box .topList {margin-top: 0.8rem; border-radius: 0.75rem;}
	.ad_notice .list_box dd .date {left: 0.8rem; width:4rem; height: 4rem; border-radius: 0.5rem 1rem; font-size: 1.25rem; }
	.ad_notice .list_box .topList .new .date:before {width: 1rem; height: 1rem; line-height: 1.05rem; font-size: 0.55rem;}
	.ad_notice .list_box dd .date em {font-size: 0.6rem;}
	.ad_notice .list_box dl{height: auto; padding: 0.75rem 1rem 0.75rem 5.5rem;}
	.ad_notice .list_box dt {font-size: 0.9rem; margin-bottom: 0.25rem;}
	.ad_notice .list_box dd > p {font-size: 0.75rem; height: 2.35rem;}
	.ad_notice .list_box li ~ li {margin-top: 0;}
	.ad_notice .list_box li a {font-size: 0.75rem; padding-right: 4.25rem; line-height: 1.5rem;}
	.ad_notice .list_box li a span {font-size: 0.75rem;}
	.ad_notice .btn_more.ty { position:relative; right: auto; top: auto; display:block; width:100%; height:1.8rem; line-height:1.8rem; border-radius:0.4rem; margin-top:0.75rem; text-align:center;}
	.ad_notice .btn_more.ty:hover,
	.ad_notice .btn_more.ty:focus {transform: none;}
	.ad_notice .list_box ul.no_data {margin-top: 0.8rem;}
	.ad_notice .list_box ul.no_data li {line-height: 9.25rem;}

	/* 소식&팝업존 */
	.ad_news .control,
	.ad_pop .control { height: 1.8rem; gap: 0.25rem; padding: 0 0.5rem;}
	
	/* 소식 */
	.ad_news .titTab{ padding-right:7rem; }
	.ad_news .titTab ul{gap: 1.5rem;}
	.ad_news .titTab li ~ li::before {top:calc(50% - 0.45rem); left: -0.75rem; height: 0.9rem;}
	.ad_news .titTab li a { font-size:1rem;}
	.ad_news .tabWrap {height: 13rem;}
	.ad_news .item .img {height: 8rem;}
	.ad_news .item a .cont {padding: 0.75rem;}
	.ad_news .item a .cont .tit {font-size:0.8rem; height:1rem;}
	.ad_news .item a .cont .txt {margin-top: 0.5rem; height: 2rem; font-size: 0.75rem; line-height: 140%;}
	.ad_news .control{ top: -2.5rem; right: 2.25rem; }
	.ad_news .btn_more.ty {top: -2.5rem;}

	/* 팝업존 */
	.ad_pop h2 { font-size:1rem; margin-bottom:0.75rem; }

	/* 바로가기2 */
	.ad_link2 {padding: 1rem 0 1.5rem;}
	.ad_link2 .tit_wrap h2 {font-size: 1rem;}
	.ad_link2 .item span {font-size: 0.75rem;}
	.ad_link2 .tit_wrap .control a {width: 1.8rem; height: 1.8rem; line-height: 1.7rem; font-size: 1.1rem;}

	/* 자주찾는 사이트 */
	.ad_link3 li a span {font-size: 0.75rem;}

	/* 사용자별 메뉴 */
	.user_menu .tit_wrap {height: 55px;}
	.user_menu .tit_wrap h2 {font-size: 0.8rem; margin-right: 0;}
	.user_menu .tit_wrap .titTab ul {gap: 0.5rem;}
	.user_menu .tit_wrap .titTab li a {font-size: 0.75rem;}
	.user_menu .tit_wrap .titTab a i {font-size: 0.95rem;}
	.user_menu .tabWrap {padding: 15px 0;}
	.user_menu .list_box li a {font-size: 0.75rem;}
}

@media (max-width: 480px) {
	/* 게시판 */
	.ad_notice .titTab ul {border-radius:0.75rem;}
	.ad_notice .titTab li a {border-radius: 0.75rem; padding: 0 0.25rem;}

	/* 자주찾는 사이트 */
	.ad_link3 li a {justify-content: center; text-align: center; font-size: 0.7rem; padding: 0 0.25rem; word-break: keep-all;}
	.ad_link3 li a::before,
	.ad_link3 li a i {display: none;}

	/* 자주찾는 사이트 */
	/* .ad_link3 li:nth-child(n + 4) {display: none;} */

	/* 사용자별 메뉴 */
	.user_menu .tit_wrap .titTab a i {display: none;}
}

@media (max-width: 380px) {
	/* 바로가기1 */
	.ad_link ul {gap: 0.5rem;}
	.ad_link li {width: 100%;}
	.ad_link li a { padding: 0.25rem 0.5rem; }

	/* 게시판 */
	.ad_notice .titTab li ~ li::before {display: none;}
	.ad_notice .titTab li a {padding: 0 0.5rem;}
	.ad_notice .list_box dd .date {width:3.5rem; height: 4rem; border-radius: 0.5rem 1rem; font-size: 1.25rem; }
	.ad_notice .list_box dl{height: auto; padding: 0.75rem 1rem 0.75rem 5rem;}

	/* 소식 */
	.ad_news .titTab{ padding-right:2rem; }
	.ad_news .tabWrap {height: 15.5rem;}
	.ad_news .control {position: relative; top: auto; right: auto; width: fit-content; margin: 0.5rem auto 0;}

	/* 팝업존 */
	.ad_pop .pop_img{ height:10rem;}

	/* 자주찾는 사이트 */
	.ad_link3 li a .img {height: 4rem;}
	.ad_link3 li a .img img {height: 100%;}
}

@media (max-width: 360px) {
	/* 자주찾는 사이트 */
	.ad_link3 li a br {display: block;}
}

@media (max-width: 340px) {
	/* 게시판 */
	.ad_notice .list_box li a {padding-right:0;}
	.ad_notice .list_box li a span {display:none;}

	/* 자주찾는 사이트 */
	/* .ad_link3 li:nth-child(n + 3) {display: none;} */

	/* 사용자별 메뉴 */
	.user_menu .tit_wrap {flex-direction: column; align-items: start; height: auto; padding: 10px 0 0; gap: 10px;}
	.user_menu .tit_wrap .titTab li a {padding-top: 3px; padding-bottom: 12px;}
	.user_menu .list_box li {padding-left: 0.6rem;}
}