@charset "UTF-8";

/********************************************************

			리셋 / 공통 / 폰트 css 

********************************************************/
/*css*/
@import url(layout.css);
@import url(contents.css);
@import url(jquery.bxslider.css);
@import url(board.css);
@import url(notoSans.css);

/*font*/

/*font*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

/*-------------------------------------------------------------------------------
defauit css*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;}
body,input,textarea,select,button,table{font-size:15px;line-height:1.25}
body.s,.s input,.s textarea,.s select,.s button,.s table{font-family:helvetica}
body{/*position:relative;*/background-color:#fff;color:#000}
body.s{-ms-text-size-adjust:none;-webkit-text-size-adjust:none}
img,fieldset{border:0}
img{max-width:100%;vertical-align:top;}
ul,ol{list-style:none}
table{border-collapse:collapse}
em,address{font-style:normal}
a{color:inherit;text-decoration:none}
.skip {position:absolute;top:-99999px;left:-99999px;}
.ls0 {letter-spacing:0 !important;}
strong {font-weight:600;}
textarea {resize:none !important;font-family:"Noto Sans","Noto Sans KR","맑은 고딕","malgun gothic","AppleSDGothcNeo","AppleGothic", sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
button {cursor:pointer;}

@media screen and (max-width: 1024px){
	body {overflow:visible;}
	body.hidden {overflow:hidden;}
}

.popup-layer img {width:100% !important;}

/*-------------------------------------------------------------------------------
common 모튼 레이아웃 공통 css*/
#wrap {height:100%;font-family:"Noto Sans","Noto Sans KR","맑은 고딕","malgun gothic","AppleSDGothcNeo","AppleGothic", sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-weight:300;font-size:15px;color:#666;letter-spacing:-0.8px;}/*20171212윤지명수정*/
/*중국사이트 폰트 적용*/
/*#wrap.cn {font-family:"Noto Serif KR","Nanum Myeongjo", 'cwTeXFangSong','Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti !important}*/*/
.clear {clear:both;}
.section {background-color:#fff;}
.maxWidth {margin:0 auto;}
/*.maxWidth > .row {max-width:1170px;margin:0 auto;}*/
.row {overflow:hidden;}
.inner--left {float:left;}
.inner--right {float:right;}
.image-inner {width:48.7%;}
.inner--left .image {left:0;}
.inner--right .image {right:0;}
.pointColor {color:#2390dc ;}
.dim {top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.7;}
#popup_4 {z-index:99999 !important;}


/*form*/
.no-lbl {display:none;}


::-webkit-input-placeholder {color:#999;}
::-mo-input-placeholder {color:#999;}
::-o-input-placeholder {color:#999;}
::-moz-input-placeholder {color:#999;}
::input-placeholder {color:#999;}


/*-------------------------------------------------------------------------------
페이지 드래그*/
/* ::selection {background-color:#2390dc ;color:#fff;}
::-moz-selection {background-color:#2390dc ;color:#fff;}
::-webkit-selection {background-color:#2390dc ;color:#fff;}
::-mo-selection {background-color:#2390dc ;color:#fff;}
::-o-selection {background-color:#2390dc ;color:#fff;} */


#topBtn {position:fixed;bottom:20px;right:30px;width:40px;margin:0 auto;text-align:right;-webkit-transition:all 1s ease;-ms-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;opacity:0;z-index:-1}
#topBtn.fixed {opacity:1;z-index:999}
#topBtn.quick-b {bottom:113px;}
@media screen and (max-width: 1395px){
#topBtn {left:auto;right:15px;}
}