@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


@font-face {
    font-family: 'ChosunNm';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.ttf') format("truetype");
    font-display: swap;
}


@font-face {
    font-family: 'TwayAir';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.ttf') format("truetype");
    font-display: swap;
} 


@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.ttf') format("truetype");
    font-display: swap;
}


	
	body {position:relative; font-family:'KoPubWorldDotum', 'Noto Sans KR',sans-serif;  }


	
	body {position:relative;  min-width:1500px; }

	.default_layout {position:relative; width:1250px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {height:130px; z-index:99;  min-width:1250px;   background:#fff; box-shadow: 0px 3px 3px rgba(0,0,0,0.1);}

	
	#header .default_layout{overflow:hidden;}

	/* 로고 */
	#header h1#logo {text-align:center; position:relative; z-index:1; line-height:130px; color:#fff; }
	#header h1#logo a{color:#fff; display:inline-block;line-height:130px;  }
	#header h1#logo a img {vertical-align:middle;}

	/*카카오톡*/
	#header .kakao_id {position:absolute;  z-index:2;  left:0px; top:38px; background:url(../images/common/header_kakao_bg.png) left top no-repeat; min-height:60px;}
	#header .kakao_id dl {padding-left:70px;}
	#header .kakao_id dl dt{font-size:14px; color:#656565;}
	#header .kakao_id dl dd{font-size:24px; color:#000000; }


		/*카카오톡*/
	#header .cs_call_num {position:absolute;  z-index:2;  right:0px; top:38px; background:url(../images/common/header_csnum_bg.png) left top no-repeat; min-height:60px;}
	#header .cs_call_num dl {padding-left:70px;}
	#header .cs_call_num dl dt{font-size:14px; color:#656565;}
	#header .cs_call_num dl dd{font-size:30px; color:#207233;  font-weight:700;}












	#footerGroup {position:relative; background:#fff; padding:30px 0px; }


	#footerGroup .f_util {overflow:hidden; position:relative;  }
	#footerGroup .f_util .f_name{position:absolute; left:0px;top:0px; font-size:20px; color:rgba(0,0,0,1); }
	#footerGroup .f_util ul{float:right;}
	#footerGroup .f_util li{display:inline-block; font-weight:normal;  font-size:12px;}
	#footerGroup .f_util li a{margin-right:10px; line-height:25px; padding-bottom:8px; display:block;color:rgba(0,0,0,0.7); }


	#footerGroup .footer {border-bottom:1px rgba(0,0,0,0.1) solid; margin-top:5px; padding-bottom:15px; font-size:12px; position:relative;  color:rgba(0,0,0,0.8);  text-align:center;}
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres{ font-size:11px; color:rgba(0,0,0,0.5); line-height:16px; font-weight:normal;}
	#footerGroup .footer .author{font-size:11px; color:rgba(0,0,0,0.2);}

	#footerGroup .footer_help .title {font-size:20px; color:#000; font-weight:bold; margin:15px 0px; text-align:center;}
	#footerGroup .footer_help .title strong {color:#207233;}
	#footerGroup .footer_help .title span {display:block;}
	#footerGroup .footer_help .info {font-size:20px; color:#777; font-size:13px; line-height:18px;  text-align:center;}
	#footerGroup .footer_help .info span {color:#207233}



