@charset "utf-8";

#wrapper, .boCover, .fixed {
    width:100%;
    margin-left:0;
}



/* list-page */
#bo_sch{margin-bottom:60px;}
	.universityCateWrap{position:relative;margin-top:40px;margin-bottom:30px;text-align:center;}
	.universityCateWrap .bootstrap-select{width:190px;height:inherit;}
	/* 수정 완료 후 주석 해제 */
	.universityCateWrap .bootstrap-select{width:286px;height:inherit;margin:0 2px;}
	.universityCateWrap .bootstrap-select .dropdown-toggle{height:60px;line-height:60px;font-size:17px;font-weight:600;padding-left:20px;border-radius:3px;border:2px solid rgba(71,78,103,0.6);}
	.universityCateWrap .bootstrap-select .dropdown-toggle .caret {width:34px;}
	.universityCateWrap .bootstrap-select .dropdown-toggle .caret:before{font-size:18px;}

	.universityCateWrap .cateTab{font-size:0;position:relative;width:400px;display:inline-block;vertical-align:top;}
	/* 수정 완료 후 주석 해제 */
	.universityCateWrap .cateTab{font-size:0;position:relative;width:400px;display:block;margin:0 auto 10px;}
	.universityCateWrap .cateTab li{display:inline-block;height:60px;line-height:60px;width:calc(50% - 5px);font-size:19px;font-weight:600;margin-right:5px;}
	.universityCateWrap .cateTab li:last-child{margin-right:0;}
	.universityCateWrap .cateTab li .btnCate{display:inline-block;height:inherit;width:100%;color:#fff;background:rgba(71,78,103,0.3);border-radius:2px;transition: all .2s ease-in-out;}
	.universityCateWrap .cateTab li .btnCate:hover{background:rgba(71,78,103,0.5);}
	.universityCateWrap .cateTab li .btnCate.active, .universityCateWrap .cateTab li .btnCate.active:hover{background:rgba(71,78,103,0.85);}
	.universityCateWrap.mdipsi-basic-search{display:block;}
	.universityCateWrap.mdipsi-basic-search .select_area{width:190px;}
	.universityCateWrap.mdipsi-basic-search .bootstrap-select{width:190px;height:inherit;margin:0;}
	.universityCateWrap.mdipsi-basic-search .cateTab{font-size:0;position:relative;width:400px;display:inline-block;vertical-align:top;margin:0;}
	.universityCateWrap.mdipsi-basic-search .cateTab li{display:inline-block;height:60px;line-height:60px;width:calc(50% - 5px);font-size:19px;font-weight:600;margin-right:5px;}
	.universityCateWrap.mdipsi-basic-search .cateTab li:last-child{margin-right:0;}
	
	
	.searchWrap{position:relative;display:flex;align-items:center;justify-content:center;width:580px;margin:0 auto;}
	.searchWrap.mdipsi-basic-search-keyword{width:580px;max-width:100%;}
	.searchWrap #stx{border:0;height:50px;font-size:16px;width:100%;border-bottom:1px solid rgba(0,0,0,0.6);border-radius:0 !important;box-shadow:none !important;}
	.searchWrap .iconSearch{position:absolute;right:0;padding:10px;z-index:5;}
	.searchWrap .iconSearch:before{content:'\e344';font-family:'newfont';font-size:20px;color:rgba(0,0,0,0.4);}
	.searchWrap .iconSearch:hover:before{color:#000;}
	.searchWrap .iconSearch .btn_submit{display:none;}


/* write-page */
.mdipsi-department-field{--mdipsi-department-control-height:38px;--mdipsi-department-category-width:220px;--mdipsi-department-group-width:160px;}
.mdipsi-department-field .wr-list-con{max-width:1000px;}
.mdipsi-department-input{display:flex;align-items:stretch;gap:8px;width:100%;}
.mdipsi-department-name{flex:1;min-width:0;height:var(--mdipsi-department-control-height) !important;min-height:var(--mdipsi-department-control-height) !important;max-height:var(--mdipsi-department-control-height) !important;line-height:var(--mdipsi-department-control-height) !important;box-sizing:border-box;border:1px solid #ccc;padding:0 12px !important;}
select.mdipsi-department-category,
select.mdipsi-department-group{height:var(--mdipsi-department-control-height) !important;min-height:var(--mdipsi-department-control-height) !important;max-height:var(--mdipsi-department-control-height) !important;line-height:var(--mdipsi-department-control-height) !important;box-sizing:border-box;border:1px solid #ccc !important;background:#fff;padding:0 10px !important;border-radius:0;box-shadow:none;font-size:13px !important;vertical-align:top;}
select.mdipsi-department-category{flex:0 0 var(--mdipsi-department-category-width);width:var(--mdipsi-department-category-width) !important;min-width:var(--mdipsi-department-category-width);max-width:var(--mdipsi-department-category-width);}
select.mdipsi-department-group{flex:0 0 var(--mdipsi-department-group-width);width:var(--mdipsi-department-group-width) !important;min-width:var(--mdipsi-department-group-width);max-width:var(--mdipsi-department-group-width);}
select.mdipsi-department-category.is-placeholder,
select.mdipsi-department-group.is-placeholder{color:#999 !important;}
select.mdipsi-department-category option,
select.mdipsi-department-group option{color:#111;}
select.mdipsi-department-category option[value=""],
select.mdipsi-department-group option[value=""]{color:#999;}
.bootstrap-select.mdipsi-department-category,
.bootstrap-select.mdipsi-department-group{height:var(--mdipsi-department-control-height) !important;min-height:var(--mdipsi-department-control-height) !important;max-height:var(--mdipsi-department-control-height) !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;vertical-align:top;}
.bootstrap-select.mdipsi-department-category{flex:0 0 var(--mdipsi-department-category-width);width:var(--mdipsi-department-category-width) !important;min-width:var(--mdipsi-department-category-width) !important;max-width:var(--mdipsi-department-category-width) !important;}
.bootstrap-select.mdipsi-department-group{flex:0 0 var(--mdipsi-department-group-width);width:var(--mdipsi-department-group-width) !important;min-width:var(--mdipsi-department-group-width) !important;max-width:var(--mdipsi-department-group-width) !important;}
.bootstrap-select.mdipsi-department-category .dropdown-toggle,
.bootstrap-select.mdipsi-department-group .dropdown-toggle{display:flex;align-items:center;width:100%;height:var(--mdipsi-department-control-height) !important;min-height:var(--mdipsi-department-control-height) !important;max-height:var(--mdipsi-department-control-height) !important;line-height:normal !important;box-sizing:border-box;border:1px solid #ccc !important;background:#fff !important;border-radius:0 !important;box-shadow:none !important;padding-top:0 !important;padding-bottom:0 !important;padding-left:12px;font-size:13px;}
.mdipsi-department-register{height:var(--mdipsi-department-control-height);padding:0 14px;border:1px solid #878c9f;background:#757a8d;color:#fff;border-radius:3px;font-weight:600;}
.mdipsi-department-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
.mdipsi-department-tag{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:4px 8px 4px 10px;border:1px solid rgba(71,78,103,0.25);background:rgba(71,78,103,0.06);border-radius:3px;color:#333;font-size:13px;font-weight:600;}
.mdipsi-department-tag-remove{height:22px;width:22px;padding:0;border:0;background:transparent;color:#555;border-radius:2px;font-size:13px;font-weight:700;line-height:20px;}
.mdipsi-department-tag-remove:hover{background:rgba(71,78,103,0.1);color:#111;}

@media (max-width: 720px) {
	.mdipsi-department-input{flex-wrap:wrap;}
	select.mdipsi-department-category,
	select.mdipsi-department-group,
	.bootstrap-select.mdipsi-department-category,
	.bootstrap-select.mdipsi-department-group{flex:1 0 100%;width:100% !important;min-width:0 !important;max-width:100% !important;}
	.mdipsi-department-name{flex-basis:calc(100% - 70px);}
}



.gallery-bookstyle .gall_li {text-align:center;}
.gallery-bookstyle .gall_li .gallContents{position:relative;font-size:13px;font-weight:normal;color:#616161;}
.gallery-bookstyle .gallContents .gallCon_thumb{position:relative;padding:0;font-size:0;line-height:0;color:#fff;overflow:hidden;border:1px solid rgba(0,0,0,0.02);padding:5px;border-radius:3px;box-shadow:0 5px 20px rgba(0,0,0,0.12);overflow:hidden;}
.gallery-bookstyle .gallContents .gallCon_thumb a{color:#fff;float:left;overflow:hidden;}
.gallery-bookstyle .gallContents .gallCon_thumb a img{width:100%;transition: all .3s ease-in-out;transform:scale(1);}
.gallery-bookstyle .gallContents .gallCon_thumb:hover a img{transform:scale(1.13);}
.gallery-bookstyle .gallContents .gallCon_text{font-size:15px;background:#fff;padding:25px 0 5px 0;}
.gallery-bookstyle .textSubject{font-size:21px;font-weight:600;line-height:1.4em;margin-bottom:0;z-index:2;word-break:break-all;}
.gallery-bookstyle .textSubject a{color:#2a2a2a;}
.gallery-bookstyle .textSubject a:hover{color:#000000;}
.gallery-bookstyle .textSubject + .textCate{margin-top:7px;}
.gallery-bookstyle .textCate a{display:inline-block;padding:0 3px;height:20px;line-height:20px;border-radius:4px;transition: all .2s ease-in-out;}
.gallery-bookstyle .textCate a:hover{background:rgba(53,57,69,0.07);}
.gallery-bookstyle .textCate .hat{display:inline-block;margin:0px;}
.gallery-bookstyle .gall_snsSet{margin-top:15px;}
.gallery-bookstyle .gall_snsSet a{display:inline-block;text-align:center;width:28px;height:28px;line-height:28px;border-radius:50%;background:rgba(71,78,103,0.4);margin-right:12px;transition: all .2s ease-in-out;}
.gallery-bookstyle .gall_snsSet a:last-child{margin-right:0;}
.gallery-bookstyle .gall_snsSet a:hover{background:rgba(71,78,103,0.7);}
.gallery-bookstyle .gall_snsSet a:before{content:'';font-family:'newfont';font-size:13px;color:#fff;}
.gallery-bookstyle .gall_snsSet a.btnSns_facebook:before{content:'\e1b5';}
.gallery-bookstyle .gall_snsSet a.btnSns_facebook:hover{background:#617bff;}
.gallery-bookstyle .gall_snsSet a.btnSns_blog:before{content:'\e1c5';font-size:12px;}
.gallery-bookstyle .gall_snsSet a.btnSns_blog:hover{background:#1bc7a5;}
.gallery-bookstyle .gall_snsSet a.btnSns_youtube:before{content:'\e1b8';}
.gallery-bookstyle .gall_snsSet a.btnSns_youtube:hover{background:#ff5858;}
.gallery-bookstyle .gall_snsSet a.btnSns_instagram:before{content:'\e329';}
.gallery-bookstyle .gall_snsSet a.btnSns_instagram:hover{background:rgba(71,78,103,1);}


#wrapper{overflow:visible !important}
.sticky{top:60px;}
._sidebanner{position:absolute;top:0;display:flex;flex-direction:column;gap:20px;}
._sidebanner a{display:block;}
._sidebanner img{display:block;max-width:270px;border-radius:5px;}
._sidebanner._left{right:calc(var(--bo-width) + 30px);}
._sidebanner._right{left:calc(var(--bo-width) + 30px);}
._sidebanner .empty{width:270px;height:270px;background:rgba(0,0,0,0.02);font-size:14px;font-weight:600;color:rgba(0,0,0,0.4);border:2px dashed rgba(0,0,0,0.2);border-radius:8px;display:flex;align-items:center;justify-content:center;}



/* view-page */
#bo_v #bo_v_atc{overflow:hidden;}
#bo_v #bo_v_atc .btnBack{font-size:14px;font-weight:600;color:rgba(71,78,103,0.6);transition: all .15s ease-in-out;}
#bo_v #bo_v_atc .btnBack:hover{color:rgba(71,78,103,0.9);}
#bo_v #bo_v_atc .btnBack:before{content:'\e2b6';font-family:'newfont';font-size:17px;display:inline-block;margin-right:10px;}
#bo_v .page-left{float:left;width:420px;padding-right:60px;}
#bo_v .page-left #bo_v_img{width:100%;}
#bo_v .page-left #bo_v_img.no-img{min-height:500px;background:rgba(0,0,0,0.03);display:flex;align-items:center;justify-content:center;}
#bo_v .page-left #bo_v_img.no-img:before{content:'\e0f8';font-family:'newfont';font-size:47px;color:rgba(0,0,0,0.1);}
#bo_v .page-left #bo_v_img img{width:100%;height:auto !important;}
#bo_v .page-right{float:left;width:calc(100% - 420px);font-size:15px;padding-top:35px;border-top:1px solid rgba(0,0,0,0.15);}

#bo_v .page-right .title{font-size:32px;font-weight:600;line-height:1.3em;display:inline-block;vertical-align:middle;}
#bo_v .page-right .horizon-group{margin-top:10px;line-height:1.4em;display:flex;align-items:center;gap:10px;}
#bo_v .page-right .horizon-group label{display:inline-block;width:50px;color:#919398;}
#bo_v .page-right .horizon-group .map_link:before{content:'\e08b';font-family:'newfont';font-size:17px;display:inline-block;margin-left:10px;margin-top:-4px;}
#bo_v .page-right .horizon-group .map_link:hover:before{color:#0dbf65;}

#bo_v .gall_btnSet{margin-top:60px;display:flex;align-items:center;gap:15px;flex-wrap:wrap;}
#bo_v .gall_btnSet form{display:block !important;margin:0;}
#bo_v .gall_btnSet ._gobtn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:14px;font-weight:600;color:#535765;background:#fff;padding:0 22px;min-width:130px;height:44px;line-height:1.2;text-align:center;margin-right:0;border-radius:4px;border:2px solid #878c9f;transition: all .15s ease-in-out;}
#bo_v .gall_btnSet ._gobtn:hover{background:#757a8d;border-color:#757a8d;color:#fff;}

#bo_v .gall_snsSet{margin-top:-2px;margin-left:35px;display:inline-block;vertical-align:middle;}
#bo_v .gall_snsSet a{display:inline-block;text-align:center;width:27px;height:27px;line-height:27px;border-radius:50%;background:rgba(71,78,103,0.3);margin-right:10px;transition: all .2s ease-in-out;}
#bo_v .gall_snsSet a:last-child{margin-right:0;}
#bo_v .gall_snsSet a:hover{background:rgba(71,78,103,0.7);}
#bo_v .gall_snsSet a:before{content:'';font-family:'newfont';font-size:12px;color:#fff;display:inline-block;}
#bo_v .gall_snsSet a.btnSns_facebook:before{content:'\e1b5';}
#bo_v .gall_snsSet a.btnSns_facebook:hover{background:#617bff;}
#bo_v .gall_snsSet a.btnSns_blog:before{content:'\e1c5';font-size:11px;margin-top:-1px;}
#bo_v .gall_snsSet a.btnSns_blog:hover{background:#1bc7a5;}
#bo_v .gall_snsSet a.btnSns_youtube:before{content:'\e1b8';}
#bo_v .gall_snsSet a.btnSns_youtube:hover{background:#ff5858;}
#bo_v .gall_snsSet a.btnSns_instagram:before{content:'\e329';}
#bo_v .gall_snsSet a.btnSns_instagram:hover{background:rgba(71,78,103,1);}



.wr_website{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:10px;}
.wr_website:hover{color:#006dff;}
.wr_website:before{content:'\e22c';font-family:'newfont';font-size:11px;width:22px;height:22px;background:#fff;color:#006dff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid #006dff;}






#wr_click_ip_box{margin-top:40px;position:relative;width:100%;font-size:13px;padding:20px;border-radius:5px;border:1px solid rgba(0,0,0,0.1);background:#fff;box-shadow:0 6px 6px rgba(0,0,0,0.04);}
#wr_click_ip_box .title{font-size:15px;margin-bottom:15px;display:flex;align-items:center;gap:10px;}
#wr_click_ip_box .title .sub{color:#8b8b8b;font-size:12px;}
#wr_click_ip_box ul{display:flex;align-items:center;flex-wrap:wrap;gap:15px;}
#wr_click_ip_box ul li{height:22px;padding:0 8px;border-radius:4px;color:#142365;background:#f5fbff;display:inline-flex;align-items:center;justify-content:center;}


.md_pop {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 1000;background-color: rgba(0, 0, 0, 0.5);display: flex;align-items: center;justify-content: center;}
.md_pop .popup {max-width: 600px;width: 100%;background: #fff;border-radius: 8px;position: relative;max-height: 80vh;overflow-y: auto;}
.md_pop .popup_tit {background: #242424;padding: 24px;display: flex;align-items: center;justify-content: space-between;gap: 20px;width: 100%;}
.md_pop .popup_tit h5 {font-size: 20px;color: #fff;}
.md_pop .popup_tit button {background: none;}
.md_pop .popup_list {display: grid;grid-template-columns: repeat(2, 1fr);}
.md_pop .popup_list li {display: flex;align-items: center;justify-content: center;padding: 20px;font-size: 16px;border-bottom: 1px solid #ddd;}
.md_pop .popup_list li:nth-child(2n-1) {border-right: 1px solid #ddd;}
.md_pop .popup_list li a {text-decoration: underline;color: #0731eb;}
.md_pop .popup_list2 li {display: flex;align-items: center;padding: 20px;font-size: 16px;border-bottom: 1px solid #ddd;}
.md_pop .popup_list2.mdipsi-view-university-list li a{display:block;width:100%;color:inherit;text-decoration:none;}
.md_pop .popup_list2.mdipsi-view-university-list li a:hover{text-decoration:underline;}
.md_pop .popup_list.mdipsi-view-department-list li{align-items:center;justify-content:center;}
.md_pop .popup_list.mdipsi-view-department-list li a{text-decoration:underline;color:#0731eb;}
.mdipsi-view-department-name{font-size:16px;font-weight:400;line-height:1.3;}
.md_pop {display:none;}
.md_pop.active {display:flex;}
.md_pop .popup {display:none;}
.md_pop .popup.active {display:block;}




#_footer{padding:0;margin-top:20px;}
#_footer ._footer{font-size:12px;line-height:1.7em;margin:0 auto;padding-top:0px;position:relative;}
#_footer ._footer.reverse{color:#fff;}
#_footer ._footer ._footer_container{padding:35px 25px 30px 25px;width:100%;max-width:1250px;margin:0 auto;}
#_footer ._footer ._footer_container .copyright{margin-top:15px;opacity:0.8;line-height:1em;}

#_footer ._footer .footer_iconSet{position:absolute;top:-0px;right:22px;z-index:19;margin-top:10px;}	
#_footer ._footer .footer_iconSet [class*='icon_']{font-size:0;color:#b1b1b1;opacity:0.8;position:relative;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;}
#_footer ._footer .footer_iconSet [class*='icon_']:hover{opacity:1;}
#_footer ._footer .footer_iconSet [class*='icon_']:before{content:'';color:inherit;display:inline-block;vertical-align:middle;margin-left:13px;}
#_footer ._footer .footer_iconSet [class*='icon_']:after,
#_footer ._footer .footer_iconSet .info:after{content:attr(data-tip);font-size:12px;line-height:1.3em;color:#fff;display:inline-block;position:absolute;top:-45px;right:-30%;width:auto;padding:0.5em 1em;
	background:rgba(0,0,0,0.9);border-radius:4px;white-space:nowrap;transition:all .2s ease-in-out;opacity:0;visibility:hidden;z-index:39;}
#_footer ._footer .footer_iconSet [class*='icon_'] span:before,
#_footer ._footer .footer_iconSet .info span:before{content:'';width:0;height:0;font-size:12px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,0.9);
	position:absolute;top:-18px;right:25%;transition:all .2s ease-in-out;opacity:0;visibility:hidden;z-index:39;}
#_footer ._footer .footer_iconSet [class*='icon_']:hover:after,
#_footer ._footer .footer_iconSet [class*='icon_']:hover span:before,
#_footer ._footer .footer_iconSet .info:hover:after,
#_footer ._footer .footer_iconSet .info:hover span:before{opacity:1;visibility:visible;}
#_footer ._footer .footer_iconSet .icon_login:before{content:'\e0c1';font-size:16px;}
#_footer ._footer .footer_iconSet .icon_mobile:before{content:'\e15a';font-size:18px;}
#_footer ._footer .footer_iconSet .icon_includeInfo{display:inline-block;}
#_footer ._footer .footer_iconSet .icon_includeInfo:before{content:'\e07a';font-size:16px;margin-top:-3px;}
#_footer ._footer .footer_iconSet .icon_includeInfo:after{font-size:10px;top:-34px;padding:0.4em 1em;}
#_footer ._footer .footer_iconSet .icon_includeInfo span:before{top:-13px;}
#_footer ._footer .footer_iconSet .icon_includeInfo.htmlOn:after{color:#212121;background:rgba(255,231,71,0.9);font-weight:bold;}
#_footer ._footer .footer_iconSet .icon_includeInfo.htmlOn span:before{border-top-color:rgba(255,231,71,0.9);}
