/************************************************************************
 * 설명       :   기본 스타일시트
 * 작성자     :   (주)웨이투원
 * 작성일     :   2013. 10. 18
 * 최종수정일 :   2019. 08. 26
 * 파일명     :   basic.css
!important
************************************************************************/

@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 


*:focus { outline:none; }

body, input, textarea, select, button, table{margin:0; font-size:16px; font-family:'Poppins', 'Noto Sans KR', Noto Sans KR, 'Lato','돋움', Dotum, Helvetica, AppleGothic, Sans-serif; font-weight: 300; color:#333; word-break:keep-all;}
body, h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, form, fieldset, legend, button { margin: 0; padding: 0; }

img {max-width:100%;}
img, fieldset{border:0 none}
dl, ul, ol, li {list-style: none outside none;}
button{border:0 none; cursor:pointer; display: block;}
table {border-collapse:collapse;}

img {vertical-align: top;}
li img { vertical-align:top;}
td img { vertical-align:middle;}
.cursor { cursor: pointer;}

strong, .strong , b { font-weight: 500;}
address, caption, cite, code, dfn, em, var {font-style:normal;}

hr { clear:both; display: none; }
.blind, legend, caption {display:none;}

a {text-decoration:none; color:#333;}
a:hover, a:active, a:focus {text-decoration:none;}
table a:hover, table a:active {text-decoration:underline;}
table a.nonehoverline { text-decoration:none; }

input, select, textarea {vertical-align:middle; font-size:1em; line-height:130%}
input, textarea, select { border-width:1px; border-style: solid; border-color:#ccc; background:#fff; outline:0;}
input[type=button],
input[type=submit],
textarea,
button {border-radius:0; -webkit-border-radius:0; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select {height:42px; box-sizing:border-box; border-radius:0; -webkit-border-radius:0;}
input.text {padding:0px 10px; height:42px; color:#666; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; -webkit-appearance: none; -moz-appearance: none;  appearance: none; box-sizing:border-box;}
input.file {height:42px; border:1px solid #ddd;}
input.check	{border:none; background:none;}
input.radio	{border:0 none; background:none;}
textarea.textarea {height:120px; padding:10px; box-sizing:border-box;}
label {cursor:pointer;}
.button {border:0 none; cursor:pointer}
/* margin */
.mgT15 { margin-top:15px;}
.mgB15 { margin-bottom:15px;}
.mgT30 { margin-top:30px;}
.mgB30 { margin-bottom:30px;}
.mgT40 { margin-top:40px;}
.mgT50 { margin-top:50px;}
.mgT60 { margin-top:60px;}
/* btn */
.BtnArea {margin-top:60px; text-align:center;}
.button {border:0 none; cursor:pointer}

.btn_gray {width:80px; height:35px; line-height:33px; font-size:13px; background:#fff; padding:0px; margin-left:1px; display:inline-block; color:#666; text-decoration:none; text-align: center; border:1px solid #ccc; cursor:pointer; border-radius:2px;}
.btn_gray2 {display: inline-block; width: 250px; height: 60px; border: none; padding: 0; background: #999; font-size: 17px; font-weight: 400; text-align: center; color: #fff; line-height: 60px; cursor: pointer;}
.btn_gray3 {width:135px; height:40px; background:#666; color:#fff; text-align:center; line-height:40px; font-weight:600; font-size:15px; border-radius:2px;}

.btn_red {width:80px; height:35px; line-height:33px; font-size:13px; background:#fff; padding:0px; margin-left:1px; display:inline-block; color:#0a3e87; text-decoration:none; text-align:center; border:1px solid #0a3e87; cursor:pointer; border-radius:2px;}
.btn_red2 {display: inline-block; width: 250px; height: 60px; border: none; padding: 0; background: #003a8b; font-size: 17px; font-weight: 400; text-align: center; color: #fff; line-height: 60px; cursor: pointer;}
.btn_red3 {display:inline-block; width:92px; height:25px; margin-top:15px; background:url('/images/common/btn/btn_bg1.gif') repeat-x 0 0; padding:0; word-spacing:3px; text-align:center; line-height:25px; color:#0a3e87; font-size:12px; border:1px solid #0a3e87; }
.btn_red4 {width:135px; height:40px; background:#0a3e87; color:#fff; text-align:center; line-height:40px; font-weight:600; font-size:15px; border-radius:2px;}

.btn_black {width:80px; height:35px; line-height:33px; font-size:13px; background:#fff; padding:0 5px; margin-left:1px; display:inline-block; color:#444; text-decoration:none; text-align: center; border:1px solid #777; cursor:pointer; border-radius:2px;}
.btn_black.rebod { border-color:#ccc; }

.btn_login {display:block; width:131px; height:85px; border:none; background:#0a3e87; font-size:16px; font-weight:500; color:#fff; text-align:center; line-height:85px; cursor:pointer; border-radius:2px;}
.btn_search {width:80px; height:35px; cursor:pointer; line-height:35px; font-size:14px; padding:0px; margin-left:1px; display:inline-block; color:#444; text-decoration:none; text-align: center; border:1px solid #777; border-top-color:#999; border-bottom-color:#444; border-radius:2px;}
.btn_prnext {width:30px; height:30px; cursor:pointer; line-height:28px; font-size: 13px; background:#fff; padding: 0px;display: inline-block;color:#666; text-decoration:none; text-align: center; border:1px solid #ccc; border-top-color:#ddd; border-bottom-color:#bbb; border-radius:2px;}
.btn_comment {width:80px; height:52px; border:none; line-height:51px; font-size:13px; background:#999 !important; padding:0px; display:inline-block; color:#fff; text-decoration:none; text-align:center; cursor:pointer; border-radius:2px;}

/* btn more */
.btn_more01 {display: block; width: 220px; height: 60px; border: 1px solid #003a8b; background: #fff; font-family:'Noto Sans KR', Noto Sans KR, Sans-serif; text-align: center; color: #003a8b; line-height: 58px; box-sizing: border-box;}
.btn_more02 {display: block; width: 220px; height: 60px; background: #003a8b; font-family:'Noto Sans KR', Noto Sans KR, Sans-serif; text-align: center; color: #fff; line-height: 60px;}

/* icon */
.icon_new {font-size: 12px; font-weight: 600; color: #003a8b;}

/* margin */
.mgB5 {margin-bottom: 5px !important;}
.mgT30 { margin-top:30px; }

/* align */
.alignL {text-align:left !important}
.alignR {text-align:right !important}
.alignC {text-align:center !important}
.alignJ{text-align:justify !important;}
.clear {clear:both !important}
.floatL {float:left !important}
.floatR {float:right !important}
img.imgT {vertical-align:top !important}
img.imgB {vertical-align:bottom !important}
img.imgC {vertical-align:middle !important}
.vaT {vertical-align:top !important;}
.vaB {vertical-align:bottom !important;}

/*color*/
.red{color:#dd0000 !important}
.blue {color:#2e4f9e !important;}



/*============================================================*/
/*======================= PC 1024 px ~ =======================*/
/*============================================================*/
@media only screen and (max-width:1024px){
body, input, textarea, select, button, table {font-size:15px; letter-spacing:-0.5px;}

/* btn */
.btn_red2,
.btn_gray2 {width: 180px; height: 50px; font-size: 16px; line-height: 50px;}

/* btn more */
.btn_more01,
.btn_more02 {width: 170px; height: 50px; line-height: 48px;}




}



/*===============================================================*/
/*======================= Mobile 640 px ~ =======================*/
/*===============================================================*/
@media only screen and (max-width:640px){
body, input, textarea, select, button, table {font-size:14px;}
select {height:35px;}
input.text {height:35px; padding:0 2%;}
input.file {height:30px;}
textarea.textarea {padding:2%;}

/* btn */
.BtnArea {margin-top: 10%;}

.btn_gray,
.btn_red,
.btn_black {width:55px; height:30px; font-size:11px; line-height:28px;}
.btn_search {width:15%; height:30px; line-height:30px; font-size:12px;}

.btn_red2,
.btn_gray2 {width: 140px; height:45px; font-size:15px; line-height:43px;}


/* btn more */
.btn_more01,
.btn_more02 {width: 140px; height: 42px; font-weight: 400; line-height: 38px;}
}
