/************************************************************************
 * 설명       :   기본 스타일시트
 * 작성자     :   (주)웨이투원
 * 파일명     :   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:'Noto Sans KR' ,'돋움', Dotum, Helvetica, AppleGothic, Sans-serif; color:#666; font-weight:300; }
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;}
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: 600;}
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:#666;}
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; box-sizing: border-box;}
input, textarea, select { border:1px solid #ccc; background:#fff; outline:0;}
select {height:40px;}
input.text {padding:0px 8px; height:40px; color:#666}
input.file {border:1px solid #ddd; padding:2px 6px;}
input.check {border:none; background:none;}
input.radio	{border:0 none; background:none;}
textarea.textarea {height:120px; padding:2px 0;}


/* btn */
.btn_black {min-width:80px; height:35px; line-height:35px; font-size:13px; padding:0 5px; margin-left:1px; display:inline-block; color:#444; text-decoration:none; text-align: center; border:1px solid #777; font-weight: 400; cursor:pointer;}
.btn_black.rebod { border-color:#ccc; }

.btn_red {width:80px; height:35px; line-height:35px; font-size:13px;  padding:0px; margin-left:1px; display:inline-block; color:#3f57bc; text-decoration:none; text-align:center; border:1px solid #3f57bc; font-weight: 400; cursor:pointer;}

.btn_gray {width:80px; height:35px; line-height:35px; font-size:13px;  padding:0px; margin-left:1px; display:inline-block; color:#666; text-decoration:none; text-align: center; border:1px solid #ccc; font-weight: 400; cursor:pointer;}

.BtnArea {margin-top:30px; font-size: 0; text-align:center;}
.BtnArea a,
.BtnArea input  {margin-left: 10px;}
.BtnArea a:first-child,
.BtnArea input:first-child  {margin-left: 0;}
.button {border:0 none; cursor:pointer}

.btn_gray3 {width:135px; height:40px; background:#666; color:#fff; text-align:center; line-height:40px; font-weight:600; font-size:15px;}

.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:#977b5d; font-size:12px; border:1px solid #977b5d; }
.btn_red4 {width:135px; height:40px; background:#977b5d; color:#fff; text-align:center; line-height:40px; font-weight:600; font-size:15px;}

.btn_blue,
.btn_red2  {display: inline-block; width: 216px; height: 55px; line-height: 57px; padding: 0; border: none; background: #3f57bc; font-size: 18px; font-weight: 500; text-align: center; color: #fff; border-radius: 30px; vertical-align: top; cursor: pointer;}
.btn_whiteLine {display: inline-block; width: 216px; height: 55px; line-height: 57px; padding: 0; border: 1px solid #fff; background: none; font-size: 18px; font-weight: 500; text-align: center; color: #fff; border-radius: 30px; vertical-align: top; cursor: pointer;}
.btn_grayLine,
.btn_gray2 {display: inline-block; width: 216px; height: 55px; line-height: 57px; padding: 0; border: 1px solid #ccc; background: none; font-size: 18px; font-weight: 500; text-align: center; color: #888; border-radius: 30px; vertical-align: top; cursor: pointer;}

.btn_login {display:block; width:131px; height:85px; border:none; background:#977b5d; font-size:16px; font-weight:500; color:#fff; text-align:center; line-height:85px; cursor:pointer;}
.btn_search {width:80px; height:40px; cursor:pointer; line-height:40px; font-size:15px; font-weight: 400; padding:0px; margin-left:1px; display:inline-block; color:#fff; text-decoration:none; text-align: center; border: none; background: #3f57bc;}
.btn_prnext {width:40px; height:40px; cursor:pointer; line-height:40px; padding: 0px;display: inline-block; font-size: 15px; text-decoration:none; text-align: center; border:1px solid #ccc; border-top-color:#ddd; border-bottom-color:#bbb;}
.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;}


/* btn more */
.btn_more01 {display: block; width: 220px; height: 66px; line-height: 66px; background: #4255be; font-family: 'Nunito Sans', sans-serif; font-size: 18px; font-weight: 600; text-align: center; color: #fff; border-radius: 5px; overflow: hidden;}
.btn_more01 span {display: inline-block; padding-right: 24px; background: url('/images/common/icon/icon_arrow01.png') no-repeat right 48%;}

.btn_more02 {position: relative; display: block; width: 166px; height: 55px; line-height: 55px; font-family: 'Nunito Sans', sans-serif; text-align: center; font-size: 16px; color: #222; font-weight: 600; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.btn_more02 span {position: relative; display: inline-block; padding-right: 25px; background: url('/images/common/icon/icon_arrow03.png') no-repeat right center; z-index: 10;}
.btn_more02:after {content:''; position: absolute; top: 0; left: 0; width: 56px; height: 100%; background: #4562e1; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.btn_more02:hover {color: #fff;}
.btn_more02:hover span {background-image: url('/images/common/icon/icon_arrow03_w.png');}
.btn_more02:hover:after {width: 100%;}

/* input-radio */
.comm_radio {position:absolute;left:-9999px}
.comm_radio_label {font-size:13px; margin-right:10px;}
.comm_radio_label .ico_radio {display:inline-block; width:16px; height:16px; margin-top:-2px; background:url('/images/common/icon/icon_radio.gif') no-repeat left top; overflow:hidden; font-size:0; line-height:0; vertical-align:middle}
.radio_on .ico_radio {background-position:left bottom}

/* input-checkbox */
.comm_check {position:absolute;left:-9999px}
.comm_check_label {font-size:13px; cursor:pointer;}
.comm_check_label .ico_check {display:inline-block; width:19px; height:19px; margin-top:-1px; background:url('/images/common/icon/icon_check.gif') no-repeat left top; overflow:hidden; font-size:0; line-height:0; vertical-align:middle}
.comm_check_label .ico_check2 {display:inline-block; width:16px; height:16px; margin-top:-1px; background:url('/images/common/icon/icon_check02.gif') no-repeat left top; overflow:hidden; font-size:0; line-height:0; vertical-align:middle}
.check_on .ico_check, .check_on .ico_check2 {background-position:left bottom}
.check_on {color:#555}

/* margin */
.mgT0 {margin-top: 0 !important;}
.mgT30 { margin-top:30px; }

.mgB5 {margin-bottom: 5px !important;}

/* padding */
.pdT0 {padding-top: 0 !important;}
.pdB0 {padding-bottom: 0 !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:#4562e1 !important;}







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

/* btn */
.btn_blue,
.btn_red2,
.btn_grayLine, 
.btn_gray2,
.btn_whiteLine {width: 170px; height: 45px; font-size: 16px; line-height: 48px;}

/* brn more */
.btn_more01 {width: 160px; height: 48px; line-height: 48px; font-size: 16px; border-radius: 3px;}
.btn_more01 span {background-size: 12px;}

.btn_more02 {width: 160px; height: 48px; line-height: 48px; font-size: 16px;}
.btn_more02:after {border-radius: 3px;}

}




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


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

.btn_blue,
.btn_red2,
.btn_grayLine, 
.btn_gray2,
.btn_whiteLine {height: 45px; font-size: 15px; line-height: 45px;}


.btn_search {width: 60px; height: 32px; font-size: 12px; line-height: 32px;}

.btn_prnext {width: 30px; height: 30px; line-height: 30px; font-size: 13px;}

/* brn more */
.btn_more01 {width: 100px; height: 35px; line-height: 35px; font-size: 0.813rem; border-radius: 1px;}
.btn_more01 span {padding-right: 13px; background-size: 8px;}

.btn_more02 {width: 100px; height: 35px; line-height: 35px; font-size: 0.813rem; border-radius: 1px;}
.btn_more02 span {padding-right: 13px; background-size: 8px;}




}

/*===============================================================*/
/*======================= Mobile 340 px ~ =======================*/
/*===============================================================*/
@media only screen and (max-width:340px){
html {font-size: 14px;}

/* brn more */
.btn_more01 {width: 90px;}


}