﻿@charset "utf-8";


/*
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/webzine/202108/font/NanumGothic-Regular.eot);
  src: url(/webzine/202108/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/webzine/202108/font/NanumGothic-Regular.woff2) format('woff');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 600;
  src: url(/webzine/202108/font/NanumGothic-Bold.eot);
  src: url(/webzine/202108/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/webzine/202108/font/NanumGothic-Bold.woff) format('woff'),
       url(/webzine/202108/font/NanumGothic-Bold.woff2) format('woff');
} 
*/


/*
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
    /* vertical-align: baseline; */
   /* font-size: 18px;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Nanum Gothic'; 
    font-family: '맑은 고딕', 'Magun Gothic';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    text-align:center;
}
ol, ul {
	list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}

.txtL {text-align:left !important;}
.txtR {text-align:right !important;}
.txtC {text-align:center !important;}

.fr {float:right !important;}
.fl {float:left !important;}

.clearBox::after {
    content:"";
    display:block;
    clear:both;
}
.clear { clear:both !important;}

.red{color:red}



.fs12 {font-size:12px !important;}
.fs14 {font-size:14px !important;}
.fs16 {font-size:16px !important;}
.fs18 {font-size:18px !important;}
.fs20 {font-size:20px !important;}
.fs24 {font-size:24px !important;}

.bold {font-weight:bold !important;}

.borderT {border-top:1px solid #e1e1e1 !important;}
.borderB {border-bottom:1px solid #e1e1e1 !important;}

/* --------------- 공통 --------------*/
.container {
  position:relative;
  overflow:hidden;
 _ background:url("../images/bg.gif") top center no-repeat;
 _background-size:100% 100%;
 min-width:1200px;
}

.menu ul{
    height:50px;
    overflow:hidden;
}

.menu ul::after {
    display:block;
    content:"";
    clear:both;
}

.menu ul li {
    float:left;
    position:relative;
}
.menu ul li a {
    display:inline-block;
    position:relative;
    left:0px;
    top:0px;
}

.footer {
	width:1100px;
	margin:0 auto;
	position:relative;
   border-top:1px solid #bdbdbd;
   padding-top:30px; 
}
.footer::after {
    display:block;
    content:'';
    clear:both;
}
.footer .copylogo{
    display:inline-block;
    width:174px;
	vertical-align:top;
	text-align:center;
}
.footer .copy {
	display:inline-block;
    text-align:left;
    line-height:20px;
    padding:0;
	font-size:14px;
}
.cont {
    padding:40px 10px 10px 10px;
}

.cont .tit01 {
    font-size:24px;
    text-align:center;
    font-weight:bold;
    padding: 20px 0px 10px 0px;
}
.cont .tit02 {
    font-size:18px;
    line-height:22px;
    color:#0a51a1;
    text-align:center;
    font-weight:bold;
    padding: 20px 0px 10px 0px;
}
.cont .article {
    font-size:14px;
    line-height:22px;
    padding:10px 0px;
}

.cont .img {
    text-align:center;
    padding:10px;
}
.cont .box01::after {
    content:"";
    display:block;
    clear:both;
}

.cont .box01 {
    border:5px solid #e1e1e1;
    padding:10px;
    line-height:18px;
}
.cont .box01 .boxL {
    float:left;
    width:300px;
    padding:10px;
    text-align:center;
}
.cont .box01 .boxR {
    float:right;
    width:600px;
}
.cont .box01 ul li {
    text-align:center;
    float:left;
    padding:10px 17px;
}
.cont .box01 .boxL200 {
    float:left;
    width:200px;
    padding:10px;
    text-align:center;
}
.cont .box01 .boxR700 {
    float:right;
    width:700px;
}

.tb_01 {
    width:100%;
}
.tb_01 caption {
    display:none;
}
.tb_01 th {
    background:#e1e1e1;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:5px 5px;
    font-weight:bold;
    text-align:center;
}
.tb_01 td {
    padding:10px 5px;
    border-bottom:1px solid #cccccc;
    text-align:center;
    vertical-align: middle;
    line-height:18px;
}
