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

*:focus { outline:none; }

body, input, textarea, select, button, table{margin:0; font-size:15px; font-family: 'Montserrat' , 'Noto Sans KR' , '돋움', Dotum, Helvetica, AppleGothic, Sans-serif; color:#444 ; letter-spacing:-0.5px;}
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;}

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:#444;}
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;}
input, textarea, select { border:1px solid #ccc; background:#fff; outline:0;}
select {height:35px;}
input.text {padding:0px 8px; height:33px; 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;}

input[type=text], input[type=password], input[type=submit], input[type=button], textarea {  -webkit-appearance: none; -webkit-border-radius: 0; }


/* btn */
.btn_red {width:80px; height:35px; line-height:33px; font-size:13px; background:#2876ce; padding:0px; margin-left:1px; display:inline-block; color:#fff; text-decoration:none; text-align:center; border:1px solid #2876ce; cursor:pointer; border-radius:2px;}
.btn_gray {width:80px; height:35px; line-height:33px; font-size:13px; background:#fff; padding:0px; margin-left:1px; display:inline-block; color:#2876ce; text-decoration:none; text-align: center; border:1px solid #2876ce; cursor:pointer; border-radius:2px;}

.btn_red2 {width:120px; height:40px; line-height:40px; font-size:16px;   padding:0px; display:inline-block; color:#fff; background:#2876ce; text-decoration:none; text-align:center; border:1px solid #2876ce; cursor:pointer; border-radius:2px;}
.btn_gray2 {width:120px; height:40px; line-height:40px; font-size:16px;   padding:0px; margin-left:1px; display:inline-block; color:#2876ce; text-decoration:none; text-align: center; border:1px solid #2876ce; cursor:pointer; border-radius:2px;}



.BtnArea {margin-top:30px; text-align:center;}
.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; 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:#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; border-radius:2px;}

.btn_black {min-width:80px; height:35px; line-height:33px; font-size:13px; background:url('/images/common/btn/btn_bg1.gif') repeat-x left top; 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:#977b5d; font-size:16px; font-weight:500; color:#fff; text-align:center; line-height:85px; cursor:pointer; border-radius:2px;}
.btn_search {width:80px; height:33px; cursor:pointer; line-height:31px; font-size:13px;   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:url('/images/common/btn/btn_bg1.gif') repeat-x left top; 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;}

/* 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}

.bottomTimerClose { background:#e0e0e0;color:#000;text-align:left;padding:5px;font-size:12px; height:30px; line-height:30px; position:relative; }