/* ------------------------------------------------------------------ */
/* Common Styles
main : 293c74    blue
point : 376bcc   blue
point : 2483cc   blue
point : 76a5ad   blue

'Noto Sans KR', 'Noto Sans KR', sans-serif, 'Noto Sans KR', 'FontAwesome', "Font Awesome 5 Free"

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
*/
/*---------------------------------------------------------
6. Form, Buttons
--------------------------------------------------------- */
input[type="image"] {margin: 0 !important;}
input[type="text"], input[type="password"], input[type="file"], textarea {
    height: 34px;
    font-size: 16px; color: #666 ; letter-spacing: 0;
    margin: 0; padding: 0 16px; 
    font-size: 16px; font-weight: 500; color: #666; letter-spacing: -0.02em; 
    border: 1px solid transparent; background-color: #f4f4f4; outline: 0; 
    transition: color .3s, border-color .3s, background-color .3s
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
textarea:hover, textarea:focus {
    background: #e5e5e5; color: #444;
}

select { height:34px; margin-right:5px; padding:0 10px; cursor:pointer}
select:focus, select:hover {border-color:#e5e5e5}

@media screen and (max-width: 640px) {
    input[type="image"] {margin: 0 !important;}
    input[type="text"], input[type="password"], input[type="file"], textarea {width: 100% !important; margin: 0;}
}
input[name="maybe"] {display: none;}

/* *********************************************
 * Inquiry
 ******************************************** */
.inquiry-form table {display: block; width: 100%}
.inquiry-form table > tbody {display: flex; margin-left: -1.5rem; margin-right: -1.5rem; flex-wrap: wrap}
.inquiry-form table > tbody > tr {height: auto !important; margin-bottom: 32px; max-width: 50%; flex: 0 0 50%; padding-left: 1.5rem; padding-right: 1.5rem}
.inquiry-form table > tbody > tr:nth-last-child(1), 
.inquiry-form table > tbody > tr:nth-last-child(2),
.inquiry-form table > tbody > tr:nth-last-child(3) {max-width: 100%; flex: 0 0 100%}
.inquiry-form table > tbody > tr > td {display: block; width: 100% !important; font-family: inherit !important; font-size: 0; text-align: left !important}
.inquiry-form table > tbody > tr > td br {display: none}
.inquiry-form table > tbody > tr:not([height]) {display: none}

.inquiry-form table .formmail_title_bgcolor {font-size: 16px; font-weight: 600; color: #333; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 12px; background-color: transparent}
.inquiry-form table .formmail_title_bgcolor font {font-family: inherit !important; font-size: inherit !important}
.inquiry-form table input[type='text'], 
.inquiry-form table input[type='password'], 
.inquiry-form table select, 
.inquiry-form table textarea {
display: block; 
width: 100%; height: 56px; 
margin: 0; padding: 0 16px; 
font-size: 16px; font-weight: 500; color: #666; letter-spacing: -0.02em; 
border: 1px solid transparent; background-color: #f4f4f4; outline: 0; 
transition: color .3s, border-color .3s, background-color .3s
}
.inquiry-form table input[type='file'] {margin: 0;}
.inquiry-form table input[type='text']:focus, 
.inquiry-form table input[type='password']:focus, 
.inquiry-form table select:focus, 
.inquiry-form table textarea:focus {color: #333; border-color: #333; background-color: #fff}
.inquiry-form table select {cursor: pointer; padding-right: 28px; 
    background-image: url(../images/common/select_dropdown_arrow.svg); background-position: right 16px center; background-size: 16px 16px; background-repeat: no-repeat
}
.inquiry-form table textarea {padding: 16px; height: auto !important; min-height: 210px}
.inquiry-form .submit-button {padding-top: 40px}
.inquiry-form .submit-button .button-submit {
    display: block; width: 100%; height: 64px; font-size: 20px; font-weight: 600; color: #fff; letter-spacing: -0.02em; padding: 0; border: 0; background-color: #333; outline: 0; transition: background-color .3s
}
.inquiry-form .submit-button .button-submit:hover {background-color: #000}

 @media screen and (max-width: 640px) {
   .inquiry-form table > tbody > tr {flex: 0 0 100%; max-width: 100%; margin-bottom: 24px}
 }
 
/* ------------------------------------------------------------------ */
/* Board Module Styles
/* ------------------------------------------------------------------ */
/* Board Common */
.bbsnewf5 {text-align: left;}
.bbsnewf5 a:hover {color:#376bcc !important}
.bbsnewf5 input {margin: 0;}
.board {font-family:inherit !important}

/* list */
.ico-board {width:100%; margin-bottom:40px; border-top:2px solid #444;  }
.ico-board .att_title, .ico-board .att_title {padding: 15px 0; border-bottom:1px solid #444;}
.ico-board .att_title, .ico-board .att_title font {
    text-align: center; color: #444 !important; font-weight: 700 !important; background: none;
}
.ico-board .bbsno {padding: 15px 0; font-size: 14px;}


/* Board write */
.ico-board.brd-notice {}
.ico-board tbody td { padding: 5px 0; font-size: 14px; border-bottom:1px solid #eee;}
.ico-board tbody td font,
.ico-board tbody td span,
.ico-board tbody td a {
    font-size:16px;
}
.ico-board .board .board_bgcolor {width:20%; min-width: 100px;}
.ico-board .board .board_bgcolor,
.ico-board .board .board_bgcolor span {
    font-size: 16px !important; color:#444 !important; background:#none !important
}
.ico-board .board .board_desc {width: 80%;}
.ico-board .board .board_desc input {border: 0; vertical-align: middle; width: auto;}
.ico-board .board .board_desc input[type=file] {width:90%}
.ico-board .board .board_desc input[type=text],
.ico-board .board .board_desc input[type=password] {
    width:50%; min-width: 300px;
}
.ico-board .board .board_desc input.public_input {width: 95%;}
.ico-board .board .board_desc input[type=checkbox] {}


@media screen and (max-width: 810px) {

}
@media screen and (max-width: 640px) {
    .ico-board tbody td { padding: 10px 0; font-size: 12px;}
    .ico-board tbody td:nth-child(even) {border: none}
    .ico-board tbody td.bbsetc_dateof_write { font-size: 13px !important; padding: 0 0 10px; text-align: right;}
    .ico-board tbody td font,
    .ico-board tbody td span,
    .ico-board tbody td a {}
    .ico-board .board .board_bgcolor, .ico-board .board .board_desc {display: block; width: 100%;}
    /* 게시판 - 공지사항 */
    .brd_notice .att_title {display:none}
    .brd_notice .bbsno {display:none}
    .brd_notice .bbswriter {display:none}
    .brd_notice .bbsetc_view_count  {display:none}
    /* 게시판 - QNA */
    .brd_qna .att_title:first-child {display:none}
    .brd_qna .att_title:nth-child(4) {display:none}
    .brd_qna .att_title:nth-child(5) {display:none}
    .brd_qna .att_title:nth-child(6) {display:none}
    .brd_qna .bbsno {display:none}
    .brd_qna .bbsetc_dateof_write {display:none}
    .brd_qna .bbspublic_ox {display:none}
    /* 게시판 공통 */
    #ext_search {display: none;}
    .comment_txt input {width:25% !important; text-align:left !important; padding:10px !important}
    #post_area img {width:100% !important; height:auto !important}
}

/*페이징*/
.paging {clear:both; font-size:13px; color:#FF5500;font-weight:bold; margin-top:20px; text-align:center; }
.paging a{display:inline-block;min-width:14px; height:23px; line-height:23px; text-decoration:none; color:#999;}
.paging b{display:inline-block;min-width:14px; height:22px; line-height:22px; border-bottom:1px solid #333; color:#666; }
.paging a img{border:0; vertical-align:middle;;}


#post_area {padding: 0;}
.prvThumbList {margin-top:40px}
.prvThumbList > table td table {width:135px}
div.nneditor-container .seResize2 span {font-size:0 !important}
.brd_btngroup {margin-top:50px}
.brd_btngroup a {margin-top:2px; margin-bottom:2px}
#check_all {margin-left:5px; vertical-align:-5px}
.board_bottom {margin-top:50px}
.board_bottom > a {float:right}
.board_admin_bgcolor {vertical-align: top;}

/* #ext_search {float:right} */
table#search_table {float: none; margin: 0 auto !important;}
table#search_table .est_keyword_cell input {margin: 0;}
.est_btn_cell {vertical-align: top;}

/*  */
.board_comment_bgcolor {padding-bottom:20px; background-color:#f9f9f9 !important}
.comment_txt {padding:10px 0 !important; word-break:}
.comment_txt:first-child {padding:20px !important}
.comment_txt textarea {width:60%; width:-webkit-calc(100% - 120px); width:-moz-calc(100% - 120px); width:calc(100% - 120px); height:50px; padding:10px; font:inherit !important; border:1px solid #e8e8e8; border-radius:3px}
.comment_txt > a.btn {margin:2px 0; padding:0 15px !important; height:30px !important; line-height:28px !important}
.comment_txt > font {display:block; margin-bottom:10px; color:#ccc !important}




#ext_search {margin-top: 20px;}
/* 버튼 */
.bbs-btn {display: flex; justify-content: space-between;}
.bbs-btn.half {}
.btn_right {width: 100%; text-align: right;}
.btn {
    -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}

.btn {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    height: auto;
    border-radius: 2px;
}
.btn:hover {color: #fff !important; background: #8ebf06;}

.btn-dark { color: #fff !important ; margin-bottom: 0px; background: #666;}
.btn-gray { color: #fff !important ; margin-bottom: 0px; background: #ccc; border: 1px solid #ccc;}
.btn-red { color: #fff !important ; margin-bottom: 0px; background: #f00; border: 0px solid #f00;}
.btn-line { color: #666 ; box-shadow: 0 0 1px #000;}

@media screen and (max-width: 640px) {
    .btn {padding: 0px 10px;}
}
