/************************************************************************
 * 설명       :   기본 스타일시트
 * 작성자     :   (주)웨이투원
 * 파일명     :   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:18px; font-family:'Oswald', sans-serif,'Noto Sans KR','돋움', Dotum, Helvetica, AppleGothic, Sans-serif; color:#222; }
body, h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, form, fieldset, legend, button { margin: 0; padding: 0; }

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

img {max-width:100%; 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:#222;}
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 {font-size: 16px; vertical-align:middle; line-height:1em}
input, textarea, select { border:1px solid #ccc; background:#fff; outline:0;}
input[type=button],
input[type=submit],
textarea {border-radius:0; -webkit-border-radius:0; appearance:none; -webkit-appearance:none;}
select {height:42px; box-sizing:border-box; border-radius:0; -webkit-border-radius:0;}
input.text {padding:0px 10px; height:42px; color:#222; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; appearance:none; -webkit-appearance:none; box-sizing:border-box;}
input.file {height:42px; border:1px solid #ccc; box-sizing:border-box;}
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}

.posr {position: relative;}

/* btn */
.BtnArea {margin-top:30px; text-align:center;} 
.BtnArea02 {margin-top: 50px; 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 {width:120px; height:40px; line-height:38px; font-size:16px;   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_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:#0b5ea0; text-decoration:none; text-align:center; border:1px solid #0b5ea0; cursor:pointer; border-radius:2px;}
.btn_red2 {width:120px; height:40px; line-height:38px; font-size:16px;   padding:0px; display:inline-block; color:#0b5ea0; text-decoration:none; text-align:center; border:1px solid #0b5ea0; cursor:pointer; border-radius:2px;}
.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:#0b5ea0; font-size:12px; border:1px solid #0b5ea0; }
.btn_red4 {width:135px; height:40px; background:#0b5ea0; 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_b_blue {display: inline-block; width: 200px; height: 50px; line-height: 48px; padding: 0; border: none; background: #0a5ea1; font-size: 18px; font-weight: 400; text-align: center; color: #fff; vertical-align: top; box-sizing: border-box; cursor: pointer;}
.btn_b_blueLine {display: inline-block; width: 200px; height: 50px; line-height: 48px; padding: 0; border: 1px solid #0a5ea1; background: #fff; font-size: 18px; font-weight: 400; text-align: center; color: #0a5ea1; vertical-align: top; box-sizing: border-box; cursor: pointer;}

.btn_login {display:block; width:131px; height:85px; border:none; background:#0b5ea0; font-size:16px; font-weight:500; color:#fff; text-align:center; line-height:85px; cursor:pointer; border-radius:2px;}
.btn_search {display: inline-block; width: 105px; height: 42px; border: none; padding: 0; background: #0b5ea0; font-size: 16px; font-weight: 400; text-align: center; color: #fff; vertical-align: middle; line-height: 42px; cursor: pointer;}
.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 {position: relative; display: inline-block; width: 200px; height: 50px; border: 1px solid #0b5ea0; background: #fff; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 500; text-align: center; color: #0b5ea0; line-height: 48px; box-sizing: border-box; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.btn_more01:before {content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #0b5ea0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.btn_more01:hover, .btn_more01:focus, .btn_more01:active {color: #fff;}
.btn_more01:hover:before, .btn_more01:focus:before, .btn_more01:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}

.btn_more01.w {border: 1px solid #fff; background: none; color: #fff;}
.btn_more01.w:before {background: #fff;}
.btn_more01.w:hover, .btn_more01.w:focus, .btn_more01.w:active {color: #0b5ea0;}

/* padding */
.pdT0 {padding-top: 0px !important;}

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

/* 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:#0b5ea0 !important;}
.blue02 {color:#073d64 !important;}







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

/* btn */
.BtnArea02 {margin-top: 6%;}

.btn_b_blue,
.btn_b_blueLine {width: 200px; height: 58px; line-height: 54px; font-size: 16px;}

/* btn more */
.btn_more01 {width: 180px; height: 45px; line-height: 43px; font-size: 16px;}





}



/*===============================================================*/
/*======================= Tablet 850 px ~ =======================*/
/*===============================================================*/
@media only screen and (max-width:850px){


}

/*===============================================================*/
/*======================= Tablet 768 px ~ =======================*/
/*===============================================================*/
@media only screen and (max-width:768px){



}

/*===============================================================*/
/*======================= Mobile 640 px ~ =======================*/
/*===============================================================*/
@media only screen and (max-width:640px){
body, input, textarea, select, button, table {font-size:14px;}

select,
input.text {height: 32px;}

/* btn */
.BtnArea02 {margin-top: 6%;}
.BtnArea02:after {display:block; content:""; clear:both;}
.BtnArea02 a {float:left; width:49.5%; margin-left:1%;}
.BtnArea02 a:first-child {margin-left:0;}

.btn_black,
.btn_gray,
.btn_red {width: 65px; height: 30px; line-height: 28px; font-size: 12px;}
.btn_red2,
.btn_gray2 {font-size: 14px;}

.btn_b_blue,
.btn_b_blueLine {width: 160px; height: 50px; line-height: 46px; font-size: 14px;}
 
.btn_search {width: 65px; height: 32px; font-size: 12px; line-height: 30px;}

/* btn more */
.btn_more01 {width: 140px; height: 40px; line-height: 36px; font-size: 13px;}


}

/*===============================================================*/
/*======================= Mobile 350 px ~ =======================*/
/*===============================================================*/
@media only screen and (max-width:320px){

/* btn more */
.btn_more01 {width: 130px; height: 38px; line-height: 34px; font-size: 12px;}

}