@charset "utf-8";
@import "main.css";
@import "sub.css"; /*서브공통부분(eng,chi)*/
@import "board.css";

.editGuide {position: fixed; bottom: 0; right: 0; background-color: red; color: #FFF !important; z-index: 99999; padding: 5px 15px;}
.editGuide span {font-size: 0.7em;}

html {overflow-x: hidden;}

.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#wrap {
	letter-spacing: -0.02em;
}

/*  ------------------------------------------------------------------------------------------------------ Header  */
#wrapHeader {
	position: relative;
	z-index: 3;
	border-bottom: 1px solid #e0e0e0;
	height: 72px;
}
#wrapHeader #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* background-color: #FFF; */
}
#wrapHeader #header.fixed {
	position: fixed;
	background-color: #2d4271;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#wrapHeader #header.fixed:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#wrapHeader #header .wrap {
	/* overflow: hidden; */
}
#wrapHeader #header .logo {
	float: left;
	padding: 7px 30px 10px 0;
}
#wrapHeader #header.fixed .logo {
	border-right: 0;
	/* padding: 4px 30px 0 0; */
	padding: 4px 30px 0 20px;
}
#wrapHeader #header .logo a {
	display: block;
	background: url("../images/common/logo.gif") left top no-repeat;
	width: 106px;
	height: 56px;
	text-indent: -5000px;
	background-size: contain;
}
#wrapHeader #header.fixed .logo a {
	background: url("../images/common/logo_fixed.png") left top no-repeat;
	width: 90px;
	height: 50px;
	background-size: contain;
}





#wrapHeader #header .logo2{
	position: absolute;
	top: 0;
	/* left: 125px; */
	left: 245px;
	height: 73px;
	padding: 0 5px 0 10px;
	border-right: 1px solid #e0e0e0;
}
#wrapHeader #header .logo2 a {
	display: block;
	background: url("../images/common/logo_protox.png") center no-repeat;
	/* background: url("/mbs/protox/images/common/logo.gif") center no-repeat; */
	/* background: url("/mbs/protox/images/common/logo.gif") left 8px no-repeat; */
	/* width: 130px; */
	width: 80px;
	height: 100%;
	text-indent: -5000px;
	background-size: contain;
}
#wrapHeader #header.fixed .logo2 {
	border-right: 0;
	/* left: 100px; */
	left: 245px;
	height: 63px;
}
#wrapHeader #header.fixed .logo2 a {
	background: url("../images/common/logo_protox_fixed.png") center no-repeat;
	/* background: url("/mbs/protox/images/common/logo_fixed.png") center no-repeat; */
	/* background: url("/mbs/protox/images/common/logo_fixed.png") left 6px no-repeat; */
	/* width: 112px; */
	width: 80px;
	height: 100%;
	background-size: contain;
}

#wrapHeader #header .logo3{
	position: absolute;
	top: 0;
	/* left: 125px; */
	left: 135px; /*2025.04.15 사이즈조정요청으로 인한 수정*/
	height: 73px;
}
#wrapHeader #header .logo3 a {
	display: block;
	/* 25.04.03 이미지 logo_dsk.png > logo_oro.png로 변경 */
	background: url("../images/common/logo_oro.png") center no-repeat;
	/* width: 120px; */
	width: 90px; /*2025.04.15 사이즈조정요청으로 인한 수정*/
	height: 100%;
	text-indent: -5000px;
	background-size: contain;
}

#wrapHeader #header.fixed .logo3{
	height: 63px;
}
#wrapHeader #header.fixed .logo3 a {
	/* 25.04.03 이미지 logo_dsk_fixed.png > logo_oro_fixed.png로 변경 */
	background: url("../images/common/logo_oro_fixed.png") center no-repeat;
	background-size: contain;
}





#wrapHeader #header .goSite {
	float: right;
	border-right: 1px solid #e0e0e0;
	position: relative;
}
#wrapHeader #header.fixed .goSite {
	border-right: 0;
}
#wrapHeader #header .goSite button {
	float: left;
	border-left: 1px solid #e0e0e0;
}
#wrapHeader #header .goSite button.allMenu {
	background: url("../images/common/gnb_allMenuBtn.png") center center no-repeat;
	text-indent: -5000px;
	padding: 27px 0;
	width: 70px;
	height: 72px;
}
#wrapHeader #header .goSite button.allMenu:hover {
	background: url("../images/common/ov_all.gif") center center no-repeat;
}
#wrapHeader #header.fixed .goSite button.allMenu {
	background: url("../images/common/gnb_allMenuBtn_fixed.png") center center no-repeat;
	border-left: 0;
	background-color: #28334f;
	padding: 21px 30px;
	height: 60px;
}
#wrapHeader #header .goSite button.allMenu.on {
	background: url("../images/common/gnb_allMenuBtn_close.png") center center no-repeat;
	background-color: #2d4271;
	border-left: 1px solid #2d4271;
}
#wrapHeader #header .goSite .global {
	float: left;
	position: relative;
}
#wrapHeader #header .goSite .global.on {
	background-color: #01539a;
}
#wrapHeader #header .goSite .global button {
	color: #333;
	font-size: 1.04em;
	font-weight: bold;
	background: url("../images/common/goSiteBtn.png") right 31px no-repeat;
	margin-right: 15px;
	padding: 27px 20px 27px 15px;
	cursor: pointer;
}
#wrapHeader #header .goSite .global.on button {
	background: url("../images/common/goSiteBtn_on.png") right 31px no-repeat;
	color: #FFF;
	border-color: #01539a;
}
#wrapHeader #header.fixed .goSite .global {
	background-color: #28334f;
}
#wrapHeader #header.fixed .goSite .global button {
	padding: 21px 20px 21px 15px;
	background-color: #28334f;
	color: #FFF;
	border-left: 1px solid #3c4d7a;
}
/* #wrapHeader #header .goSite ul,
#wrapHeader #header.fixed .goSite p,
#wrapHeader #header.fixed .goSite ul {
	display: none;
} */
#wrapHeader #header .goSite .global ul.global_list {
	position: absolute;
	top: 72px;
	right: 0;
	text-align: left;
	background-color: #01539a;
	z-index: 9999;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #3c7bb1;
	display: none;
}
#wrapHeader #header .goSite .global.on ul.global_list {
	display: block;
}
#wrapHeader #header .goSite .global ul.global_list li a {
	color: #FFF;
	display: block;
	padding: 5px 15px;
	font-size: 0.84em;
}
#wrapHeader #header .goSite .global ul.global_list li a:hover {
	color: #ffc71e;
}
#wrapHeader #header .goSite .global ul.global_list li a:before {
	content: "- ";
}
#wrapHeader #header.fixed .goSite .global ul.global_list {
	background-color: #28334f;
	top: 59px;
}

/*  -------------------------------------------------------------------- Header GNB  */
#gnb {
	float: left;
	/* margin-left: 175px; */
	margin-left: 205px;
}
/* 20230223 메뉴 구성 변경으로 해당 코드 주석 및 추가 */
/* #gnb ul li:nth-child(3){
	display:none;
} */
#gnb > ul > li:nth-child(3){
	display:none;
}
/* 20230223 메뉴 구성 변경으로 해당 코드 주석 */

#gnb > ul {
	overflow: hidden;
}
#gnb > ul > li {
	float: left;
	margin: 0 10px;
}
#gnb > ul > li a.gnb1dept {
	padding: 26px 5px 0 4px;
	display: block;
	color: #222;
	font-size: 1.06em;
	height: 47px;
}
#wrapHeader #header.fixed #gnb > ul > li a.gnb1dept {
	color: #FFF;
	padding-top: 20px;
	height: 40px;
}
#gnb > ul > li a.gnb1dept:hover,
#gnb > ul > li.on a.gnb1dept {
	border-bottom: 3px solid #1c62b7;
	color: #1c62b7;
	font-weight: 700;
	height: 44px;
}


#gnb > ul > li .gnb2dept {
	display: none;
	position: absolute;
	top: 73px;
	left: 0;
	width: 100%;
	height: 0;
}
#wrapHeader #header.fixed #gnb > ul > li .gnb2dept {
	top: 60px;
}
#gnb > ul > li .gnb2dept .wrap {
	position: relative;
	padding-bottom: 36px;
}
#gnb > ul > li .gnb2dept  .wrap > ul {
	background-color: #3e454d;
	overflow: hidden;
	display: table;
	width: 100%;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li {
	display: table-cell;
	background: url("../images/common/gnb_bar.png") left top repeat-y;
	width: 25%;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li.first {
	background: none;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li:hover,
#gnb > ul > li .gnb2dept  .wrap > ul > li:focus {
	background-color: #20599f;
}
#gnb > ul > li .gnb2dept  .wrap > ul.gnb5ea > li {
	width: 20%;
}
#gnb > ul > li .gnb2dept  .wrap > ul.gnb6ea > li {
	width: 16.5%;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > a {
	color: #d1d1d1;
	text-align: center;
	display: block;
	margin: 15px 15px 0 15px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #4e5660;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li:hover > a,
#gnb > ul > li .gnb2dept  .wrap > ul > li > a:focus {
	border-bottom: 1px solid #286fb7;
	color: #FFF;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul {
	margin: 0 15px 15px 15px;
	border-top: 1px solid #2e343a;
	padding-top: 15px;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li:hover > ul {
	border-top: 1px solid #184387;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li {
	background: url("../images/common/gnb_3depth.gif") left 11px no-repeat;
	padding-left: 12px;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li a {
	font-size: 0.84em;
	color: #d1d1d1;
	display: block;
	padding: 5px 0;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li a:hover ,
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li a:focus {
	text-decoration: underline;
	color: #97caff;
}
#gnb > ul > li .gnb2dept .wrap button {
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: -5000px;
	width: 38px;
	height: 37px;
	background: url("../images/common/gnb_close.gif") left top no-repeat;
	background-color: #22252a;
}

/* 20230222 메뉴 분류 추가 */
#gnb > ul > li .gnb2dept .wrap > ul > li > ul li.gnb_menu_title {
	background: none !important;
	padding-left: 0 !important;
}
#gnb > ul > li .gnb2dept .wrap > ul > li > ul li.gnb_menu_title > span{
	font-size: 0.84em;
    color: #d1d1d1;
    display: block;
    padding: 5px 0;
}
#gnb > ul > li .gnb2dept .wrap > ul > li > ul li.gnb_menu_title > span::after{
	content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #888;
}
/* 20230222 메뉴 분류 추가 */

/* 
#gnb > ul > li .gnb2dept {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #FFF;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#wrapHeader #header.fixed #gnb > ul > li .gnb2dept {
	top: 60px;
}
#gnb > ul > li .gnb2dept .wrap {
	position: relative;
	padding: 40px 0;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li {
	float: left;
	width: 25%;
	background: url("../images/common/gnb_bar.gif") 96.5% top repeat-y;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li.last {
	background: none;
}
#gnb > ul > li .gnb2dept  .wrap > ul.gnb5ea > li {
	width: 20%;
}
#gnb > ul > li .gnb2dept  .wrap > ul.gnb6ea > li {
	width: 16.6%;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > a {
	background-color: #4f5d7d;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 5px;
	margin-right: 20px;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li.last > a {
	margin-right: 0;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul {
	margin-top: 15px;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li {
	background: url("../images/common/gnb_3depth.gif") left 9px no-repeat;
	padding-left: 12px;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li a {
	font-size: 0.84em;
	color: #444;
	display: block;
	padding: 2px 0;
}
#gnb > ul > li .gnb2dept  .wrap > ul > li > ul li a:hover {
	text-decoration: underline;
	color: #1c62b7;
}
#gnb > ul > li .gnb2dept .wrap button {
	position: absolute;
	top: 10px;
	right: 0;
	text-indent: -5000px;
	width: 20px;
	height: 20px;
	background: url("../images/common/gnb_close.gif") left top no-repeat;
} */


#gnbAll {
	display: none;
	background-color: #f3f3f3;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 40px 0;
	margin-top: 73px;
	width: 100%;
	min-height: 630px;
}
#gnbAll .wrap {overflow: hidden;}
#gnbAll > ul {
	background-color: #FFF;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#gnbAll > ul > li {
	float: left;
	width: 16.5%;
}
#gnbAll > ul > li.first {
	width: 17.5%;
}
#gnbAll > ul > li dl {
	min-height: 590px; 
	border-left: 1px solid #e0e0e0;
}
#gnbAll > ul > li.last dl {
	border-right: 1px solid #e0e0e0;
}
#gnbAll > ul > li dl dt {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	margin-bottom: 15px;
}
#gnbAll > ul > li dl dt a {
	display: block;
	padding: 10px 0;
	color: #444;
	font-size: 1.14em;
}
#gnbAll > ul > li dl dd {
	padding: 5px 20px;
}
#gnbAll > ul > li dl dd > a {
	color: #1c62b7;
}
#gnbAll > ul > li dl dd ul li {
	background: url("../images/common/gnbAll_3depth.gif") left 9px no-repeat;
	padding-left: 10px;
}
#gnbAll > ul > li dl dd ul li a {
	font-size: 0.84em;
	display: block;
	padding: 2px 0;
}
#gnbAll > ul > li a:hover {
	text-decoration: underline;
}
.fixed #gnbAll {
	margin-top: 62px;
}

/* 20230222 전체메뉴 메뉴 분류 추가 */
#gnbAll > ul > li dl dd ul li.sub_title{
	background: none !important;
	margin: 5px 0 2px;
}
#gnbAll > ul > li dl dd ul li.sub_title span{
	color: #555;
	border-bottom: 1px solid #555;
}
@media screen and (max-width:800px){
	#gnbAll > ul > li dl dd ul li.sub_title span{
		color: #c5c3c2;
		border-bottom: 1px solid #c5c3c2;
	}
}


/* 20230222 전체메뉴 메뉴 분류 추가 */

/*  ------------------------------------------------------------------------------------------------------ mContents  */
#wrapArticle {
	position: relative;
	z-index: 1;
}
#wrapArticle #container #contents.mainWrap {
	max-width: 1530px;
	width: 98%;
	margin: 40px auto;
}
#wrapArticle #container #contents .mTitle {
	color: #2f3135;
	font-size: 1.84em;
	font-weight: 700;
	margin-bottom: 20px;
}
#wrapArticle #container #contents .mTitle a {
	background-color: #4b5d73;
	color: #FFF;
	font-weight: 400;
	font-size: 0.45em;
	display: inline-block;
	margin-left: 15px;
	padding: 4px 10px;
	border-radius: 0.15em;
	vertical-align: middle;
}
#wrapArticle #contents.subWrap {
	margin: 70px auto 140px auto;
	max-width: 1140px;
	width: 100%;
	color: #555;
}

/*  ------------------------------------------------------------------------------------------------------ Footer  */
#wrapFooter {
	position: relative;
	z-index: 2;
	background-color: #ececec;
	padding: 30px 0;
	text-align: center;
}
#wrapFooter .siteLink {
	overflow: hidden;
	display: inline-block;
	*zoom: 1;
	margin-bottom: 20px;
}
#wrapFooter .siteLink .siteList {
	margin-right: 10px;
}
#wrapFooter .siteLink .siteList,
#wrapFooter .siteLink .siteList li,
#wrapFooter .siteLink .snsList,
#wrapFooter .siteLink .snsList li,
#wrapFooter .siteLink .jumpMenuWrap {
	float: left;
}
#wrapFooter .siteLink .siteList li a {
	background-color: #FFF;
	padding: 7px 10px;
	display: block;
	margin: 0 2px;
	font-size: 0.84em;
}
#wrapFooter .siteLink .siteList li.first a {
	background-color: #5f6369;
	color: #FFF;
}
#wrapFooter #copyWrap {
	font-weight: 700;
	font-size: 1em;
	overflow: hidden;
}
#wrapFooter .siteLink .jumpMenuWrap h2 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}
#wrapFooter .siteLink .jumpMenuWrap select {
	border: 1px solid #d9d9d9;
	height: 33px;
	line-height: 35px;
	padding: 0 5px;
	vertical-align: middle;
}
#wrapFooter .siteLink .jumpMenuWrap button,
#wrapFooter .siteLink .jumpMenuWrap a {
	background-color: #627985;
	color: #FFF;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	vertical-align: middle;
	display: inline-block;
}


#wrapFooter #copyWrap address,
#wrapFooter #copyWrap .addTel {
	display: inline-block;
}
#wrapFooter #copyWrap .addTel span {
	background: url("../images/common/copyBar.gif") left 2px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}
#wrapFooter #copyWrap .add2 {
	clear: both;
	margin-top: 3px;
}
#wrapFooter #copyWrap .copy {
	color: #666;
	font-size: 0.9em;
	margin-top: 3px;
}

#wrapFooter button#mTop {
	background: url("../images/common/btn_top.png") left top no-repeat;
	width: 54px;
	height: 54px;
	text-indent: -5000px;
	position: fixed;
	bottom: 65px;
	right: 20px;
	z-index: 9999999999;
	display: none;
}

.readyWrap {
	text-align: center;
}
.readyWrap dl {
	background: url("../images/common/readyBg.gif") left top no-repeat;
	padding-left: 200px;
	min-height: 165px;
	display: inline-block;
	text-align: left;
}
.readyWrap dl dt {
	font-size: 2.45em;
	font-weight: 700;
	color: #333;
	padding-top: 30px;
	margin-bottom: 10px;
}
.readyWrap dl dt span {
	color: #2496ac;
}

						.banner_wrap{width:100%; margin-bottom:20px;}
						.banner_wrap:after{content:""; display:block; clear:both;}
						.banner_wrap .banner_left{float:left; width:50%;}
						.banner_wrap .banner_left img,.banner_wrap .banner_left a{display:block; width:100%;}
						.banner_wrap .banner_left a{margin-bottom:2%; transition:0.2s;}
						.banner_wrap .banner_left a:hover{-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); box-shadow: 0 0 10px rgba(0,0,0,0.3);}
						.banner_wrap .banner_vd{float:right; width:48.9%; border:1px #ddd solid;}
@media screen and (max-width:764px){
.banner_wrap .banner_left{float:none; width:100%;}
.banner_wrap .banner_vd{float:none; width:100%;}
}