@charset "utf-8";
/* font-root font와 통합 
@font-face{
  font-family: 'NanumGothicWeb';
  font-style: normal;
  font-weight: normal;
  src: url('/font/NanumGothic.eot');
  src: local('?'), url('/font/NanumGothic.woff') format('woff'), url('/font/NanumGothic.ttf') format('truetype');
}

@font-face{
  font-family: 'NanumGothicWeb';
  font-style: normal;
  font-weight: bold;
  src: url('/font/NanumGothicBold.eot');     
  src: local('?'), url('/font/NanumGothicBold.woff') format('woff'), url('/font/NanumGothicBold.ttf') format('truetype');
}
@font-face{
  font-family: 'NanumGothicWeb';
  font-style: normal;
  font-weight: normal;
  src: url('/font/NanumGothic.eot');
  src: local('?'), url('/font/NanumBarunGothic6.woff') format('woff'), url('/font/NanumBarunGothic.ttf') format('truetype');
}

@font-face{
  font-family: 'NanumGothicWeb';
  font-style: normal;
  font-weight: bold;
  src: url('/font/NanumGothicBold.eot');     
  src: local('?'), url('/font/NanumBarunGothicBold.woff') format('woff'), url('/font/NanumBarunGothicBold.ttf') format('truetype');
}


@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
*/

@import url('/css/font.css');

/* Default reset */
html, body, 
div, 
h1, h2, h3, h4, h5, h6, hgroup, 
p, span, 
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, 
table, caption, tbody, tfoot, thead, tr, th, td, 
header, footer, menu, nav, section, article, aside, 
details, figure, figcaption, output, ruby, summary, time, mark, 
canvas, audio, video, 
applet, object, iframe, embed, 
fieldset, legend, form, 
dl, dt, dd, ol, ul, li, 
label, input, select, textarea, button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size:13px;
	/* font-family: "나눔고딕","Nanum Gothic", "나눔바른고딕","NanumBarunGothic", "맑은 고딕", "Malgun Gothic",'Nanum Brush Script',"sans-serif"; */
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section {
	display: block; 
	margin:0; 
	padding:0;
}

fieldset {display:block; margin:0; padding:0; border:0;}
legend {position:absolute; visibility:hidden; width:0; height:0; overflow:hidden; font-size:0;}

html, body {
	width: 100%;
	height: 100%;
}

body {	
	font-family:  "나눔고딕","Nanum Gothic","나눔바른고딕","NanumBarunGothic",  "맑은 고딕", "Malgun Gothic",'Nanum Brush Script',"sans-serif";
	font-size: 13px;	
	line-height: 16px;
	color: #222;
}

header, nav, aside, section, article, hgroup, footer {
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "나눔고딕","Nanum Gothic", "나눔바른고딕","NanumBarunGothic", "맑은 고딕", "Malgun Gothic",'Nanum Brush Script',"sans-serif";
}

h1 {
	cursor: pointer;	
}

li {
	list-style: none;
}

table {
	width:100%; 
}

table,thead,tbody,tfoot,th,td {
	/*border: none;
	border-collapse: collapse;*/
	border-spacing: 0!important;
}

table th {
	/* white-space:nowrap; */
}

caption {
	visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;   
    display: table-caption;
    text-align: -webkit-center;
}

noscript {position:absolute; z-index:10; background:#efefef;}
noscript p {margin:0;}

label {
	color: #666;
	padding-right: 20px;
}

span {
	vertical-align: baseline;
}

pre {
	font-family: "나눔고딕","Nanum Gothic", "나눔바른고딕","NanumBarunGothic", "맑은 고딕", "Malgun Gothic",'Nanum Brush Script',"sans-serif";
	font-size: 12px;
	line-height: 18px;
}

/* link Style */

a {
	text-decoration: none;
	outline : none;
	color: #333;
}

a.mailto:hover, a.link {
	color: #317fff !important;
}

a:hover {
	color:#096ed1;
}

a:link, a:visited, a:active {
	text-decoration:none; 
	outline: none; 
	color:#666;
}

a:focus { 
	outline: none; 
}

a img {
	outline : none;
}

img {
	border : 0;
	vertical-align:middle;
}

button {
	padding:0; margin:0; border:0; 
	vertical-align:middle; 
	background:none; 
	/*font-family:'Nanum Gothic', '나눔고딕', "돋움", Dotum, Tahoma, Verdana, AppleGothic, sans-serif; */
	cursor:pointer;
	outline: none;
}

hr {display:none;}

em, address {font-style:normal;}


.wrap1240 {
	width: 1240px;
	margin: 0 auto;
	position: relative;
}
.wrap1160 {
	width: 1160px;
	position: relative;
	margin: 0 auto;
}

/* align */

.a-left {
	text-align: left !important;
}

.a-right {
	text-align: right !important;
}

.a-center {
	text-align: center !important;
	margin: 0 auto;
}

.a-top {
	vertical-align: top !important;
}

.a-middle {
	vertical-align: middle !important;
}

.a-bottom {
	vertical-align: bottom !important;
}

/* float */

.f-left {
	float: left !important;
}

.f-right {
	float: right !important;
}

.f-none {
	float: none !important;
}

/* clear */

.c-both {
	clear: both !important;
}

.c-left {
	clear: left !important;
}

.c-right {
	clear: right !important;
}

.width-clear {
	width: auto!important;
}

.o-flow {
	overflow: hidden!important;
}

.ofInbol {
 display: inline-block;
}

/* text-overflow-modes */

.t-overflow {   
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space : nowrap !important;
}

/* hide & blind */

/* 잠시 막아둠 20200213

.hide {
	visibility: hidden;
}
*/

.blind {position:absolute; overflow:hidden; width:0; height:0; line-height:0; text-indent:-9999em;}

/* display-none */

.none {
	display: none !important;
}

/* cursor */

.cursor-pointer {
	cursor: pointer;
}

.icon-block {
	display: inline-block;
	background: transparent !important;
	float: left;
}

/*  background  */

.background-none {
	background: none!important;
} 



/*  border */

.border-0 {
	border: 0 !important;
} 

.wguide {
	width: 280px;
	
}
/* Margin-Padding */

.margin-0 {margin: 0 !important; }

.mT-minus20 {margin-top: -20px;}
.mT-0 { margin-top: 0px  !important; }
.mT-5 { margin-top: 5px  !important; }
.mT-6 { margin-top: 6px  !important; } 
.mT-10 { margin-top: 10px  !important; }
.mT-15 { margin-top: 15px  !important; }
.mT-20 { margin-top: 20px  !important; }
.mT-25 { margin-top: 25px  !important; }
.mT-30 { margin-top: 30px  !important; }
.mT-35 { margin-top: 35px  !important; }
.mT-40 { margin-top: 40px  !important; }
.mT-45 { margin-top: 45px  !important; }
.mT-50 { margin-top: 50px  !important; }
.mT-55 { margin-top: 55px  !important; }
.mT-60 { margin-top: 60px  !important; }
.mT-80 { margin-top: 80px  !important; }

.mB-0 { margin-bottom: 0px  !important; }
.mB-5 { margin-bottom: 5px  !important; }
.mB-10 { margin-bottom: 10px  !important; }
.mB-15 { margin-bottom: 15px  !important; }
.mB-20 { margin-bottom: 20px  !important; }
.mB-25 { margin-bottom: 25px  !important; }
.mB-30 { margin-bottom: 30px  !important; }
.mB-35 { margin-bottom: 35px  !important; }
.mB-40 { margin-bottom: 40px  !important; }
.mB-45 { margin-bottom: 45px  !important; }
.mB-50 { margin-bottom: 50px  !important; }
.mB-55 { margin-bottom: 55px  !important; }
.mB-60 { margin-bottom: 60px  !important; }
.mB-70 { margin-bottom: 70px  !important; }
.mB-80 { margin-bottom: 80px  !important; }
.mB-140 { margin-bottom: 140px  !important; }


.mL--1 { margin-left: -1px  !important; }
.mL-0 { margin-left: 0px  !important; }
.mL-5 { margin-left: 5px  !important; }
.mL-10 { margin-left: 10px  !important; }
.mL-15 { margin-left: 15px  !important; }
.mL-20 { margin-left: 20px  !important; }
.mL-25 { margin-left: 25px  !important; }
.mL-30 { margin-left: 30px  !important; }
.mL-35 { margin-left: 35px  !important; }
.mL-40 { margin-left: 40px  !important; }
.mL-45 { margin-left: 45px  !important; }
.mL-50 { margin-left: 50px  !important; }
.mL-55 { margin-left: 55px  !important; }
.mL-60 { margin-left: 60px  !important; }

.mR--1 { margin-right: -1px  !important; }

.mR-0 { margin-right: 0px  !important; }
.mR-2 { margin-right: 2px  !important; }
.mR-3 { margin-right: 3px  !important; }
.mR-4 { margin-right: 4px  !important; }
.mR-5 { margin-right: 5px  !important; }
.mR-8 { margin-right: 8px  !important; }
.mR-10 { margin-right: 10px  !important; }
.mR-15 { margin-right: 15px  !important; }
.mR-18 { margin-right: 18px  !important; }
.mR-20 { margin-right: 20px  !important; }
.mR-25 { margin-right: 25px  !important; }
.mR-30 { margin-right: 30px  !important; }
.mR-35 { margin-right: 35px  !important; }
.mR-40 { margin-right: 40px  !important; }
.mR-45 { margin-right: 45px  !important; }
.mR-50 { margin-right: 50px  !important; }
.mR-55 { margin-right: 55px  !important; }
.mR-60 { margin-right: 60px  !important; }
.mR-70 { margin-right: 70px  !important; }

.padding-0 { padding: 0 !important; }
.padding-10 { padding: 10px !important; }

.pT-0 { padding-top: 0px  !important; }
.pT-2 { padding-top: 2px  !important; }
.pT-5 { padding-top: 5px  !important; }
.pT-10 { padding-top: 10px  !important; }
.pT-15 { padding-top: 15px  !important; }
.pT-20 { padding-top: 20px  !important; }
.pT-25 { padding-top: 25px  !important; }
.pT-30 { padding-top: 30px  !important; }
.pT-35 { padding-top: 35px  !important; }
.pT-40 { padding-top: 40px  !important; }
.pT-45 { padding-top: 45px  !important; }
.pT-50 { padding-top: 50px  !important; }
.pT-55 { padding-top: 55px  !important; }
.pT-60 { padding-top: 60px  !important; }
.pT-80 { padding-top: 80px  !important; }

.pB-0 { padding-bottom: 0px  !important; }
.pB-5 { padding-bottom: 5px  !important; }
.pB-10 { padding-bottom: 10px  !important; }
.pB-15 { padding-bottom: 15px  !important; }
.pB-20 { padding-bottom: 20px  !important; }
.pB-25 { padding-bottom: 25px  !important; }
.pB-30 { padding-bottom: 30px  !important; }
.pB-35 { padding-bottom: 35px  !important; }
.pB-40 { padding-bottom: 40px  !important; }
.pB-45 { padding-bottom: 45px  !important; }
.pB-50 { padding-bottom: 50px  !important; }
.pB-55 { padding-bottom: 55px  !important; }
.pB-60 { padding-bottom: 60px  !important; }
.pB-70 { padding-bottom: 70px  !important; }
.pB-80 { padding-bottom: 80px  !important; }
.pB-140 { padding-bottom: 140px  !important; }

.pL-0 { padding-left: 0px  !important; }
.pL-5 { padding-left: 5px  !important; }
.pL-10 { padding-left: 10px  !important; }
.pL-15 { padding-left: 15px  !important; }
.pL-20 { padding-left: 20px  !important; }
.pL-25 { padding-left: 25px  !important; }
.pL-30 { padding-left: 30px  !important; }
.pL-35 { padding-left: 35px  !important; }
.pL-40 { padding-left: 40px  !important; }
.pL-45 { padding-left: 45px  !important; }
.pL-50 { padding-left: 50px  !important; }
.pL-55 { padding-left: 55px  !important; }
.pL-60 { padding-left: 60px  !important; }

.pR-0 { padding-right: 0px  !important; }
.pR-5 { padding-right: 5px  !important; }
.pR-10 { padding-right: 10px  !important; }
.pR-15 { padding-right: 15px  !important; }
.pR-20 { padding-right: 20px  !important; }
.pR-25 { padding-right: 25px  !important; }
.pR-30 { padding-right: 30px  !important; }
.pR-35 { padding-right: 35px  !important; }
.pR-40 { padding-right: 40px  !important; }
.pR-45 { padding-right: 45px  !important; }
.pR-50 { padding-right: 50px  !important; }
.pR-55 { padding-right: 55px  !important; }
.pR-60 { padding-right: 60px  !important; }


/* Height */

.h0px { height: 0px !important;}
.h15px { height: 15px !important;}
.h20px { height: 20px !important;}
.h25px { height: 25px !important;}
.h30px { height: 30px !important;}
.h33px { height: 33px !important;}
.h35px { height: 35px !important;}
.h38px { height: 38px !important;}
.h40px { height: 40px !important;}
.h45px { height: 45px !important;}
.h50px { height: 50px !important;}
.h55px { height: 55px !important;}
.h60px { height: 60px !important;}
.h65px { height: 65px !important;}
.h66px { height: 66px !important;}
.h70px { height: 70px !important;}
.h75px { height: 75px !important;}
.h80px { height: 80px !important;}
.h85px { height: 85px !important;}
.h90px { height: 90px !important;}
.h100px { height: 100px !important;}
.h110px { height: 110px !important;}
.h120px { height: 120px !important;}
.h130px { height: 130px !important;}
.h140px { height: 140px !important;}
.h150px { height: 150px !important;}
.h160px { height: 160px !important;}
.h170px { height: 170px !important;}
.h175px { height: 175px !important;}
.h180px { height: 180px !important;}
.h190px { height: 190px !important;}
.h200px { height: 200px !important;}
.h247px { height: 247px !important;}
.h300px { height: 300px !important;}
.h400px { height: 400px !important;}
.h500px { height: 500px !important;}


/* Width */

.w0px {width: 0px!important;}
.w30px {width: 30px!important;}
.w31px {width: 31px!important;}
.w32px {width: 32px!important;}
.w33px {width: 33px!important;}
.w40px {width: 40px!important;}
.w45px {width: 45px!important;}
.w50px {width: 50px!important;}
.w55px {width: 55px!important;}
.w60px {width: 60px!important;}
.w65px {width: 65px!important;}
.w70px {width: 70px!important;}
.w75px {width: 75px!important;}
.w80px {width: 80px!important;}
.w90px {width: 90px!important;}
.w100px {width: 100px!important;}
.w110px {width: 110px!important;}
.w120px {width: 120px!important;}
.w122px {width: 122px!important;}
.w130px {width: 130px!important;}
.w140px {width: 140px!important;}
.w150px {width: 150px!important;}
.w153px {width: 153px!important;}
.w154px {width: 154px!important;}
.w155px {width: 155px!important;}
.w175px {width: 175px!important;}
.w180px {width: 180px!important;}
.w200px {width: 200px!important;}
.w218px {width: 218px!important;}
.w220px {width: 220px!important;}
.w226px {width: 226px!important;}
.w230px {width: 230px!important;}
.w240px {width: 240px!important;}
.w242px {width: 242px!important;}
.w250px {width: 250px!important;}
.w255px {width: 255px!important;}
.w260px {width: 260px!important;}
.w290px {width: 290px!important;}
.w300px {width: 300px!important;}
.w320px {width: 320px!important;}
.w350px {width: 350px!important;}
.w370px {width: 370px!important;}
.w380px {width: 380px!important;}
.w400px {width: 400px!important;}
.w405px {width: 405px!important;}
.w410px {width: 410px!important;}
.w440px {width: 440px!important;}
.w442px {width: 442px!important;}
.w450px {width: 450px!important;}
.w500px {width: 500px!important;}
.w510px {width: 510px!important;}
.w530px {width: 530px!important;}
.w540px {width: 540px!important;}
.w550px {width: 550px!important;}
.w555px {width: 555px!important;}
.w600px {width: 600px!important;}
.w683px {width: 683px!important;}
.w860px {width: 860px!important;}

.w2per {width: 2%!important;}
.w3per {width: 3%!important;}
.w5per {width: 5%!important;}
.w8per {width: 8%!important;}
.w10per {width: 10%!important;}
.w15per {width: 15%!important;}
.w17per {width: 17%!important;}
.w18per {width: 18%!important;}
.w20per {width: 20%!important;}
.w22per {width: 22%!important;}
.w25per {width: 25%!important;}
.w30per {width: 30%!important;}
.w33per {width: 33%!important;}
.w35per {width: 35%!important;}
.w40per {width: 40%!important;}
.w45per {width: 45%!important;}
.w50per {width: 50%!important;}
.w50per {width: 50%!important;}
.w55per {width: 55%!important;}
.w60per {width: 60%!important;}
.w65per {width: 65%!important;}
.w70per {width: 70%!important;}
.w75per {width: 75%!important;}
.w80per {width: 80%!important;}
.w85per {width: 85%!important;}
.w90per {width: 90%!important;}
.w95per {width: 95%!important;}
.w100per {width: 100%!important;}




.top101{top:101px!important;}
.top112{top:112px!important;}
.top118{top:118px!important;}
.he145{ height: 145px!important;}
.he151{ height: 151px!important;}
.he157{ height: 157px!important;}
.he163{ height: 163px!important;}
.he169{ height: 169px!important;}








