@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      : bbs.css
 * Desc      : 게시판 layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
.table_line {border-top:1px solid #cccccc;}
.table_line1 {border-top:1px solid #000;}
.table_line2 {border-top:2px solid #000;}
.table_line2 p.cancel-text {
    font-size: 13px; font-weight: 500; text-align: right; color: #FE3B1F;
    padding: 10px 0 0 0;
}


.btn-tc > a {margin: 0px 20px;}
.btn-tl {text-align: left; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}
.btn-tr {text-align: right; padding: 30px 0px; margin-top: 30px;}
.code_area {position: relative; padding-left: 100px; box-sizing: border-box; background: #000;}
.code_area input {width: 100%; border-left: 0px; padding-left: 10px;}
.code_area .code {position: absolute; width: 100px; left: 0px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); color:#fff; text-align: center; display: table;}
.bt_include {position: relative; padding-right: 100px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}
.radio_group {font-size: 0px; padding: 5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.radio_group > li {display: inline-block; font-size:15px; padding: 5px 0px 0px 15px;}
.radio_group .input {width: auto !important;}
.input_etc {position: relative; padding-left: 62px; box-sizing: border-box;}
.input_etc .pa {position: absolute; left: 0px; top: 0px; font-size: 14px; line-height:40px;}
.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box; background: #fff; border:1px solid #cccccc}

.date_picker img {position: absolute; right:10px; top:50%; transform: translateY(-50%); -wbkit-transform: translateY(-50%);width: 24px; height:24px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}
#add_date {position: relative; padding-right:75px; }
#add_date .bt {position: absolute; right: 0px; top: 0px;}


.table_style1 {clear:both; width:100%;}
.table_style1 thead tr th {background-color:#e8eaef;  border:1px solid #cccccc; border-top:none; color: #000000; text-align: center; padding:13px 0 11px;}
.table_style1 tbody tr th {background-color: #f9f9f9; border:1px solid #dddddd; color: #000000; border-top:none; padding:12px 0 11px;}
.table_style1 tbody tr th.tl {text-align:left !important; padding:12px 0 11px 15px;}
.table_style1 tbody tr.total th {background:#333333; color:#fff; font-size: 1.15em; font-weight: 400;}
.table_style1 tbody tr.total td {background:#333333; color:#fff; height: 50px; font-size: 1.15em; font-weight:400;}
.table_style1.tl tbody tr th {text-align:center;}
.table_style1 tbody tr td {border:1px solid #dddddd; word-break:break-all; border-top:none; height:40px; text-align: center; line-height:150%; padding:10px 5px 10px 5px;}
.table_style1 tbody tr td.tc {padding:10px 5px 10px 5px !important; text-align:center !important;}
.table_style1 tbody tr td.tr {padding-right:15px;}
.table_style1 tbody tr td.tl {padding-left:15px;}
.table_style1 tbody tr td.subject {padding-left:20px; padding-right:10px; text-align:left; word-break:break-all; }
.table_style1.tl tbody tr td {padding-left:13px; text-align: left;}

.table_style2 {clear:both; width:100%;}
.table_style2 thead tr th {background-color:#e8eaef;  border:1px solid #cccccc; border-top:none; color: #000000; text-align: center; padding:13px 0 11px;}
.table_style2 tbody tr th {background-color: #f9f9f9; border:1px solid #dddddd; color: #000000; border-top:none; padding:12px 0 11px;}
.table_style2 tbody tr th.tl {text-align:left !important; padding:12px 0 11px 15px;}
.table_style2 tbody tr.total th {background:#333333; color:#fff; font-size: 1.15em; font-weight: 400;}
.table_style2 tbody tr.total td {background:#333333; color:#fff; height: 50px; font-size: 1.15em; font-weight:400;}
.table_style2.tl tbody tr th {text-align:center;}
.table_style2 tbody tr td {border:1px solid #dddddd; word-break:break-all; border-top:none; height:30px; text-align: center; line-height:150%; padding:5px 5px 5px 5px;}
.table_style2 tbody tr td.tc {padding:10px 5px 10px 5px !important; text-align:center !important;}
.table_style2 tbody tr td.tr {padding-right:15px;}
.table_style2 tbody tr td.tl {padding-left:15px;}
.table_style2 tbody tr td.subject {padding-left:20px; padding-right:10px; text-align:left; word-break:break-all; }
.table_style2.tl tbody tr td {padding-left:13px; text-align: left;}



 /* list */
table.board-list { width:100%; table-layout: fixed;}
table.board-list th { background:#e8eaef; padding:13px 0 13px; color:#262626; border:1px solid #d2d2d2; border-bottom: 1px solid #cac8c7; border-top:none; word-break: break-all; }
table.board-list tr.on td { background:#f4f4f4;}
table.board-list td {border:1px solid #e8eaef; padding:13px 5px 13px; font-weight: 300; color: #666666; text-align: center; word-break: break-all}
table.board-list td .input {width: 100%;}
table.board-list td a {color:#666;}
table.board-list td.subject { text-align:left; padding-left:20px; padding-right:10px;}
table.board-list td.subject a { color: #000;}
table.board-list td.subject .org {display: inline-block; background: #d53f41; text-align: center; border-radius: 30px; line-height: 15px; height:16px; margin-left: 3px; color: #fff !important; font-size:11px; min-width:30px;}

table.board-list td img { vertical-align:middle;}
table.board-list td div.faq { background: url(img/common/icon_re.gif) no-repeat scroll left 1px; padding-left:45px; margin-left:12px; text-align:left;}
table.board-list td.subject .icon_file { background:url(img/common/icon_note.gif) no-repeat left center; padding-left:15px; line-height:14px;}
table.board-list td.bg {background-color:#f7f7f7;}
table.board-list.fn td {font-weight: 300}
table.board-list td .ico {display: inline-block; color: #fff; font-size: 0.95em; min-width:44px; vertical-align: top; margin-right: 4px; text-align: center; height:24px; line-height: 22px; background: #7c50a0}
table.board-list td a.btn-cancel {
  display: block;
  width: 70%; height: 32px;
  line-height: 32px; font-size: 13px; color: #fff;
  margin: 0 auto;
  background: var(--bis-color-point); border-radius: 5px;
  cursor: pointer;
}
table.board-list td a.btn-unable {
  display: block;
  width: 70%; height: 32px;
  line-height: 32px; font-size: 13px; color: #000;
  margin: 0 auto;
  background: #a5a5a5; border-radius: 5px;
  cursor: pointer;
}
table.board-list td a.btn-cancel:hover, table.board-list td a.btn-unable:hover {
  background: #000; color: #fff;
}



/* view */
.view_tit {padding: 25px 10px 25px 10px; background: #f3f4f8; border: 1px solid #cccccc; border-top: 1px solid #000; font-size: 1.4em; font-weight: 500; word-break: break-all; text-align: center;}
.view_tit .txt_t {font-size:1.3em; padding-right: 100px; line-height: 140%; color: #333; font-weight: 500;}
.view_tit .name {display: block; padding-top: 5px;}
.view_tit .date {display: block; position: absolute; right:20px; top:20px;}
.view_con {padding:30px 20px; border-bottom:1px solid #ccc; word-break:break-all;}
.attached_file {border-bottom: 1px solid #ccc; padding: 15px 15px 15px 80px; position: relative;}
.attached_file .pa {position: absolute; left: 20px; top: 15px; font-weight: 500;}

.click_count {text-align: right; padding: 10px 0px; color: #666666}
.down_file {display: inline-block; vertical-align: middle; color: #0c91dd; margin-left: 10px;}
.down_file > span {display: block; padding-left:23px; color: #000; background: url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}

.board-view_top {border-top:1px solid #d9d9d9}
.board-view { width: 100%; table-layout: fixed; }
.board-view th {background:#f4f5f8; border-bottom:1px solid #d9d9d9; padding:14px 5px 14px 20px; text-align:left; color:#262626; word-break: break-all}
.board-view th.subject {background:#eeeeee; border-bottom:1px solid #cccccc; font-size: 1.05em;}
.board-view th.subject .s_txt {font-weight: 400; font-size: 0.95em;}
.board-view td .price {display:block; overflow:hidden; font-weight:500; color:#e3394b; line-height:20px; background: url(../img/common/ico_price.png) no-repeat left top; font-size: 1.4em; padding:6px 0px 7px 40px;}
.board-view td {border-bottom:1px solid #d9d9d9; padding:14px 10px 14px 20px; min-height:27px;  text-align: left; color: #646464;}
.board-view td.tc { text-align:center; padding:12px 0 11px 0px;}
.board-view td.view_td {padding:30px 20px; border-bottom:1px solid #ededed; word-break:break-all;}
.board-view td.write_td {padding:20px 0px;}
.board-view td.evt_view_td { padding:30px 0px; border-bottom:1px solid #a1a1a1;}
.pop_wrap .board-view td {padding: 10px 18px 10px 18px;}
.board-view td a.file {color:#646464; display:inline-block; line-height: 19px; vertical-align: middle; padding-left:28px; background:url(img/ico/ico_file.gif) no-repeat left center; margin-right: 5px;}
.board-view td img {max-width: 100% !important; width: auto !important; height: auto !important}
.board-view th.cont {padding: 60px 0 64px 20px;}
.board-view .reply td { background:#f2f4f7; padding:30px 20px; word-break: break-all}
.board-view .reply td .faq span { display:block; height:27px; padding-left:44px; background:url(../img/common/icon_re2.gif) no-repeat left 3px; color:#b50047;}
.board-view .ico_reW {padding: 0px 0px 5px 0px;}
.board-view .ico_reW .ico_re {display: inline-block; border-radius:3px; background:#ff5546 !important; font-size:0.9em; font-weight: 300;  color: #fff; padding: 0px 5px; line-height: 160%; vertical-align: top;}
.board-view .reply td .faq p { padding-left:16px;}
.board-view th.last, .board-view tr.last th, .board-view tr.last td { border-bottom: 1px solid #ACACAC;}
.board-view th.last, .board-view tr.last th, .board-view tr.last td { border-bottom: 1px solid #ACACAC;}
.board-view td.event { padding:20px; text-align:center;}
.board-view th.bg {background: #f4f5f8}


.table_view_list {overflow:hidden; margin-left:-25px;}
.table_view_list li {float:left; padding:3px 0px 3px 25px; margin-right:30px; min-height:20px; line-height:20px; color: #666666; font-weight: 500; background: url(/asiana/img/common/top_line2.gif) no-repeat left center;}
.table_view_list li:first-child {background:none;}
.table_view_list li:first-child {margin-left:0px;}

.table_view_list li span.tt {color:#000; font-weight: 300;}

.table_view_list li .tt a {display:inline-block; padding-left:5px; border-left:1px solid #999; margin-right:6px; color:#000}
.table_view_list li .tt a:first-child {border-left:none; padding-left:0px;}


.board-point { width: 100%; border-bottom:1px solid #666666; border-top:1px solid #666666}

.board-point th {background:#eeeeee; padding:12px 0 ; text-align:center; font-size:15px; color:#242424;}
.board-point td {padding:12px 0px;}
.board-point td.subject {padding-left:20px;}

.board_viewW {border-top:1px solid #666666}
.board_viewW .board-view .view_tit th {background: #eeeeee; text-align: left; padding-left: 32px; font-size: 22px; color: #242424; line-height: 140%; }
.board_viewW .board-view .view_tit td {background: #eeeeee; text-align: right; padding-right: 32px; font-size:14px; color: #242424; line-height: 140%;  }
.board_viewW .board-view th {background:#fff; padding:18px 0 17px 32px; font-size:14px; color:#242424;}
.board_viewW .board-view td {padding:18px 10px 17px 0px; min-height:27px;}
.board_viewW .board-view td.view_td {padding:40px 32px; line-height:27px; }
.board_viewW .board-view tr:last-child th {border-bottom:1px solid #666666;}
.board_viewW .board-view tr:last-child td {border-bottom:1px solid #666666;}
.board_viewW .board-view .on td {background: #f2f2f2}
.board_viewW .board-view .on th {background: #f2f2f2}



 
 /* write */
.board-write {width:100%; border-bottom:1px solid #d9d9d9;}
.board-write tr:first-child th { border-top:none;}
.board-write tr:first-child td { border-top:none;}
.board-write th { background:#f4f5f8; border-top:1px solid #ebebeb; padding:10px 5px 10px 20px; text-align:left; color:#2d2d2d;}
.board-write th span {color:#82308e; padding-right:2px;}
.board-write.th_tc th {padding:13px 0 12px 0px; text-align:center;}
.board-write.th_tc th span {margin-left:-15px;}
.board-write td {border-top:1px solid #ebebeb; height:40px; word-break: break-all; font-weight: 300; line-height:20px; padding:10px 10px 10px 10px;}
.board-write td.tc {text-align:center;  padding:12px 0 11px 0px;}

.board-write td.file a { color:#737070; display:inline-block; padding-left:22px; background:url(img/ico/add_file.gif) no-repeat left center;}
.board-write .input {min-height: 40px; line-height: 40px; width: 100%;}

.imp { color:#82308e; font-size:14px; width:10px; display:inline-block; zoom:1; *display:inline;}
.board-write th .totalW {padding:0px 20px 0px 0px;}
.board-write th .totalW li {color:#2d2d2d; height:25px; font-size:13px; line-height:25px; position:relative; padding-right:120px;}
.board-write th .totalW li span { display:block; position:absolute; right:0px; top:0px; color:#2d2d2d;}
.board-write th .totalW li.total { height:30px; color:#81308d; font-size:18px; line-height:30px; margin-top:16px; padding-top:10px; border-top:1px solid #d1d1d1;}
.board-write th .totalW li.total span {top:10px; color:#81308d;}
.board-write tr.edu_total th {background: #666666; color: #fff;}
#inner_wrap table.board-write tr.edu_total td {background: #333333; color: #fff; font-size:24px !important; color: #ffff33; line-height: 33px; font-weight: 700;}


/* block list */
.block_list {padding-bottom:30px; border-bottom: 1px solid #000;}
.block_list > ul {overflow: hidden; margin: -8px -15px}
.block_list > ul > li {float: left; width:25%; box-sizing: border-box; padding:8px 15px;} 
.block_list > ul > li a {display:block; text-align: left; color: #333333; position: relative; background: #efeef3; padding:25px; min-height:235px; box-sizing: border-box; font-size: 1.05em;} 
.block_list > ul > li .key {position: absolute; right: 25px; top: 25px;}
.block_list > ul > li .num {display: block; color: #000000; font-weight: 100;}
.block_list > ul > li .txt_t {height:45px; line-height:22px; font-weight:500; color: #333333; overflow: hidden; text-overflow: ellipsis;  display: -ms-flexbox; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; font-size:20px; display: -webkit-box; margin:20px 0px 40px 0px;}
.block_list > ul > li .txt { margin-top:20px; height: 60px; line-height: 140%; font-weight:100; overflow: hidden; text-overflow: ellipsis; display: -ms-flexbox; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word;  display: -webkit-box;}
.block_list > ul > li .date {display: block; color:#666666; padding-top:25px;}
.block_list > ul > li .name {display: block; color:#666666; padding-top:25px;}




/* gallery */
.photo_listW {width:100%;}
.photo_listW > ul {margin-left:-10px; margin-top: -10px; overflow:hidden;}
.photo_listW > ul > li {width:25%; float:left; text-align:center;}
.photo_listW > ul > li > div {margin-left:10px;  margin-top:10px;  border: 1px solid #cccccc;}
.photo_listW > ul > li > div > a {display: block; position: relative;}
/*.photo_listW > ul > li > div:hover {border-color:#333;}*/
.photo_listW > ul > li > div > a:hover:after {display: block; content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; box-sizing: border-box; border:2px solid #333; }
.photo_listW > ul > li .photo {display:block; position: relative; overflow: hidden; background-size:cover !important; border-bottom: 1px solid #c8c9c9;}
.photo_listW > ul > li .photo img {width:100%;}
.photo_listW > ul > li .photo .item {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; max-width:100%;}
.photo_listW > ul > li .txt {display: block; overflow: hidden; padding:25px 15px 20px 15px; color: #000000; font-size:15px; line-height: 20px; text-align: right;}
.photo_listW > ul > li .s_txt {display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-weight:500; color:#000; height:20px; line-height:20px; padding-bottom:10px; font-size:16px; text-align: left;}
.photo_listW > ul > li .tit {display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-weight:500; color:#000; height:20px; line-height:20px; padding-bottom:10px; font-size:19px; text-align: left;}
.photo_listW > ul > li .txt_s {display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-align: left; line-height: 20px; height:60px; color: #666666;}
.photo_listW > ul > li .date {display: inline-block; padding-left:25px; margin-top: 15px; padding-right: 10px; background: url(../img/common/ico_date2.gif) no-repeat left center;}


.photo_listW .company_list {margin-left: -7px; margin-top:0px;}
.photo_listW .company_list > li .tit {text-align: center;}
.photo_listW .company_list > li .s_txt {text-align: center; overflow: hidden; white-space:normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 100; line-height: 20px; height: 40px;}
.company_list > li {padding:40px 0px 0px 7px; min-height: 240px; box-sizing: border-box;}
.company_list > li > a {display: block;}
.company_list > li > a .pic {display: block; height:116px; text-align: center; border: 1px solid #cccccc; position: relative; overflow: hidden; margin-bottom: 15px;}
.company_list > li > a .pic img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; width: auto !important}



/* blog gallery */
.blog_list {clear:both; width:100%; border-top:2px solid #000; overflow: hidden;}
.blog_list ul {overflow:hidden;}
.blog_list li { border-bottom: 1px solid #e5e5e5; padding:30px 0px;}

.blog_list li > a {display: block; position: relative; padding-left:330px; min-height:160px;}
.blog_list li .pic {display:block; width:284px; box-sizing: border-box; text-align: center; height:160px; position: absolute; left: 0px; top: 0px; background-size: cover !important; overflow: hidden}

.blog_list li .pic img {max-width:100%; height: auto; max-width:100%; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%)}
.blog_list li .pic img.no_img {width: auto !important; height: auto !important;}
.blog_list li .txt_t {display: block; font-size:18px; color:#333333; font-weight:500; line-height: 150%; margin:25px 0px 55px 0px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.blog_list li .txt {display:block; color:#666666; line-height: 21px; overflow: hidden; text-overflow: llipsis; display: -webkit-box;  -webkit-line-clamp:3; -webkit-box-orient: vertical; word-wrap: break-word; height: 63px; margin-bottom: 35px;}
.blog_list li .data {display: block; color: #999999;}
.blog_list li .type {display: inline-block; line-height: 20px; font-weight:100; color: #fff; text-align: center; padding:5px 10px;}

/* blog gallery2 */
.blog_list2 {clear:both; width:100%; border-top:2px solid #000; overflow: hidden;}
.blog_list2 ul {overflow:hidden;}
.blog_list2 li { border-bottom: 1px solid #cccccc; padding:20px 0px;}

.blog_list2 li > a {display: block; position: relative; padding-left:235px; min-height:250px;}
.blog_list2 li .pic {display:block; width:200px; height:250px; box-sizing: border-box; text-align: center; position: absolute; left: 0px; top: 0px; background-size: cover !important; overflow: hidden}
.blog_list2 li .pic img {max-width:100%; height: auto; max-width:100%; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%)}
.blog_list2 li .pic img.no_img {width: auto !important; height: auto !important;}
.blog_list2 li .txt_t {display: block; font-size:22px; color:#333; line-height: 150%; margin:10px 0px 25px 0px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.blog_list2 li .txt {display:block; color:#000; line-height: 140%; margin-top: 5px; position: relative; padding-left:80px;}
.blog_list2 li .txt > strong {position: absolute; left: 0px; top: 0px; color: #666666}
.blog_list2 li .name {display: inline-block; line-height:20px; font-weight: 500; color: #333; border:1px solid #333; border-radius:15px; text-align: center; padding:4px 13px;}

.contest_view {overflow: hidden; position: relative; min-height: 500px;}
.contest_view .pic {float: left; text-align: center; width:38%; max-width:425px; box-sizing: border-box; overflow: hidden;}
.contest_view .pic img {width: 100%; height: auto;}
.contest_view .pic .bt_zoom {display: inline-block; border: 1px solid #cccccc; border-radius:20px; background: #fff; outline: none; padding:10px 20px; color: #666666; font-size: 14px; line-height:20px; margin-top: 20px;}
.contest_view .pic .bt_zoom > span {display: block; padding-left:25px; background: url(../img/common/plus.gif) no-repeat left center;}
.contest_view .table_line {border-top:1px solid #000; }
.contest_view .info {float: right; width:62%; padding-left:30px; box-sizing: border-box;}


/* 달력 */
.sch_topW {box-sizing:border-box; text-align:center; background: #f2f2f2; padding: 0px 30px;}
.sch_topW .in_box {display:block; box-sizing:border-box; min-width:246px; position: relative; padding:15px 30px;}
.sch_topW .in_box .prev {position:absolute; left:0; top:50%; margin-top:-12px; }
.sch_topW .in_box .prev img {max-width:100%;}
.sch_topW .in_box .next {position:absolute; right:0; top:50%; margin-top:-12px;}
.sch_topW .in_box .next img {max-width:100%;}
.sch_topW .in_box .date {box-sizing:border-box; font-size:26px; line-height:150%; color:#333333;font-weight: 700;}


.event_tbW {box-sizing:border-box; padding:20px 0px 20px 0px;}
.ev_tb {width:100%; box-sizing:border-box; table-layout: fixed}
.ev_tb thead tr th {padding:5px 5px; text-align:center; font-size:14px; color:#333; font-weight:500; background: #f8f8f8; border-top:1px solid #dadada;}
.ev_tb thead tr th.sun {color:#d43134;}
.ev_tb thead tr th.sat {color:#458acf;}
.ev_tb tbody tr td {padding:5px 6px; vertical-align:top; height:120px; border:1px solid #e6e6e6; font-size:14px; line-height:22px; color:#000;}
.ev_tb tbody tr td.sun {color:#d43134;}
.ev_tb tbody tr td.sat {color:#1e71c6;}
.ev_tb tbody tr td.today .date{background:url(../img/common/d_arrow.png) no-repeat right top;}
.ev_tb tbody tr td.event .date {color: #fff; background: #004497}
.ev_tb tbody tr td .date {display: inline-block; width:23px; height: 23px; line-height: 22px; text-align: center; border-radius:100%; overflow: hidden; vertical-align: middle;}

.ev_tb tbody tr td .eve_txt a {display:block; line-height:18px; font-size:1.05em; color:#fff; padding:7px 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left;}
.ev_tb tbody tr td .eve_txt a .txt_t {display:block; line-height:18px; color: #0c91dd; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ev_tb tbody tr td .eve_txt a .txt {display:block; line-height:18px; font-weight: 300; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.kwum .ev_tb tbody tr td .eve_txt a {white-space: inherit; text-overflow: inherit; word-break:break-all }
.ev_tb tbody tr td .eve_txt a.on {text-overflow:inherit; white-space:inherit; text-align: left;}
.ev_tb tbody tr td .eve_txt.color0 a {color:#000; padding:0px; padding-top:5px;  font-weight:normal;}
.ev_tb tbody tr td .eve_txt.color0 a {color:#000;}
.ev_tb tbody tr td .eve_txt.color1 a {background:#a22d44}
.ev_tb tbody tr td .eve_txt.color2 a {background:#8b73b9}
.ev_tb tbody tr td .eve_txt.color3 a {background:#40ae5f}
.ev_tb tbody tr td .eve_txt.color4 a {background:#9b733e}
.eve_txt a {display:block; box-sizing:border-box; color:#000; overflow:hidden; }






/* faq */
.faq_list {border-top: 1px solid #e2e2e2; margin-top: -1px;}
.faq_list > li {border-bottom: 1px solid #e2e2e2}
.faq_list > li .title {padding:26px 45px 27px 75px; background: url(../img/common/arrow.gif) no-repeat right center;line-height:140%; color: #323232; position: relative; font-size:17px; font-weight:400; color: #666666; cursor: pointer;}
.faq_list > li .title.on {background: url(../img/common/arrow2.gif) no-repeat right center; color: #000000;}
.faq_list > li .title .q {position: absolute; width:36px; height: 36px; line-height:33px; border-radius:100%; border: 1px solid #cccccc; left:20px; top:50%; margin-top: -18px; color: #666666; text-align: center; font-weight:700; font-size: 24px;}
.faq_list > li .title.on .q {color: #7c50a0; border-color:#7c50a0; }
.faq_list > li .answer_wrap {padding:19px 19px 19px 19px; display:none; background: #fbfbfb; border:1px solid #cccccc; margin-bottom: -1px; }
.faq_list > li .answer {min-height: 22px; padding:8px 0px 8px 55px; line-height:140%; color: #333333; word-break:keep-all; word-wrap:break-word; position: relative; font-size:17px; font-weight:400;}
.faq_list > li .answer .a {position: absolute; width:36px; height: 36px; line-height:33px; border-radius:100%; border: 1px solid #7c50a0; left:0px; top:0px; color: #7c50a0; text-align: center; font-weight:700; font-size: 24px;}



/* 페이징 */
.paging {overflow:hidden; text-align:center; margin:36px 0px 25px 0px; width:100%; font-weight: 500; font-size: 0px;}
.paging img {vertical-align:top;}
.paging a {color:#737070; vertical-align: middle; display:inline-block; zoom:1; line-height:26px; *display:inline; width:28px; height:28px; border:1px solid #d1d1d1; font-size:14px; margin: 0px 3px; padding: 8px;}

.paging a.first, .paging a.last {width:28px; height: 28px;}
.paging a.next {width: 28px; height:28px; margin-left: 10px;}
.paging a.prev {width: 28px; height:28px; margin-right:10px;}
.paging a.on {color:#fff; background:#333; border:1px solid #333;}


 
 /* bbs search */
.bbs_search {text-align:center; padding:28px 10px; border:1px solid #e9e9e9; background:#fafafa; margin-bottom: 30px;}

.bbs_search_in { max-width:450px; margin:0 auto; position:relative; padding-right:110px; padding-left:125px;}
.bbs_search_in .btn_search { position:absolute; right:0px; top:0px;}
.bbs_search_in .select {position:absolute; left:0px; top:0px;}
.bbs_search_in #searchstr {width:100% !important;}

.bbs_search .select {border:1px solid #cccccc; vertical-align:middle; width:120px; background-color:#fff; height:40px; font-family: Noto Sans, dotum, gulim;}
.bbs_search .st_select {min-widht:100px; margin-right:0px; position:relative; display:inline-block; *display:inline; vertical-align:middle;}
.bbs_search .st_select p.pl10 {border:1px solid #cacccb; background:#f4f4f4;}
.bbs_search .select_input {height:38px; background:#f4f4f4; line-height:40px; font-family: Noto Sans, dotum, gulim; border:none; line-height:38px; width:100%; padding:0px; color:#737070}
.bbs_search .button-1 {border:none; width:100%; height:40px; position:absolute; left:0px; top:0px; padding:0px; font-size:0; background:url(/asiana/img/btn/button-1.png) no-repeat right center;}
.bbs_search .Select {position:absolute; width:100%; top:40px; left:0px; display:none }
.bbs_search .Select li {padding:5px 5px 5px 10px; min-height:20px; line-height:20px; border:1px solid #e2e2e2; border-top:none; background:#fff; cursor:pointer; text-align:left;}
.bbs_search .Select li:hover {background:#f7f7f7}
.bbs_search .input {border:1px solid #cccccc; color:#656565; line-height:38px; height:40px; font-family: Noto Sans, dotum, gulim; vertical-align:middle;}
.bbs_search .btn_search {background: #757a85; display: inline-block; zoom: 1; color: #fff; border:1px solid #757a85; padding:0px;    font-family: Noto Sans; font-size:14px; width:100px; height:40px; line-height:38px; text-align: center; cursor: pointer; margin-left: 15px;}



/* prev next */
.next_list {border:1px solid #d9d9d9; margin:15px 0px;}
.next_list dl {position:relative; padding-left:130px;  padding-right:130px; height:55px; line-height:55px;}
.next_list dl.prev { border-top:1px solid #f2f2f2;}
.next_list dl.prev dt { background:url(../img/common/arrow_bottom.gif) no-repeat 20px center;}
.next_list dl dt {position:absolute; left:0px; top:0px; color:#333; text-align:left; width:80px; background:url(../img/common/arrow_top.gif) no-repeat 20px center; padding-left:50px;}
.next_list dl dd {padding-left:20px; background:url(../img/common/top_line2.gif) no-repeat left center; color:#000000; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; padding-right:10px; height:55px;}
.next_list dl dd a {color:#000000;  display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.next_list dl dd.date {position: absolute; padding-left: 0px; background:none; padding-right:25px; right: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}



/* 비밀글 password */
.pw_box {text-align: center; max-width: 350px; margin: 0 auto;}
.pw_box h3 {font-size:23px; text-align:center; color:#000; font-weight: 500; line-height:30px; padding-bottom:30px;}
.pw_box .txt {font-size:1.15em; color:#000; font-weight: 500; line-height: 140%; padding: 30px 0px 10px 0px;}
.pw_box .txt strong {color:#de2b2f;}
.pw_box form {text-align:center;}
.pw_box form .input {width:100%; height: 44px; line-height: 44px;}
.pw_box .bt {padding: 20px 0px; margin-top: 20px; border-top:1px solid #000; }
.pw_box .bt > a {display: block; background: #000; line-height: 68px; color: #fff; font-weight: 100; font-size: 1.15em; border-radius: 50px;}


.view_bg3 {padding:20px 0px 10px 0px;}
.view_bg3 .name {display:block !important;	padding:8px 0px !important; position:relative; border:1px solid #cfcfcf; border-right:none; border-left:none; margin-bottom:10px; color:#a29c99; min-height: 27px;}
.view_bg3 .name strong {padding-right:10px;	color:#333333;}


/* commont */
.commont_wrap {margin-top:40px;} 
.commont_wrap .commenttit {font-family:nGothicB; color:#565656; padding-bottom:5px;}
.commont_wrap .userinput {background:#f4f4f4; padding:25px; border-bottom:1px solid #d3d3d3; border-top:1px solid #d3d3d3;}
.commont_wrap .userinput .textareaW {overflow:hidden;}
.commont_wrap .userinput .textareaW .area {width:590px; float:left;}
.commont_wrap .userinput .textareaW .btn {text-align:center; float:right;}
.commont_wrap .userinput .textareaW .btn a { display:block; width:80px; height:70px; line-height:68px; color:#fff; font-family:nGothicB; background:#84308e;}
.comment_list li.list {padding:20px 0px; border-top:1px dotted #d3d3d3;}
.comment_list li:first-child.list {padding-top:0px; border-top:none;}
.comment_list li.list .comment {position:relative;}
.comment_list li.list .comment .name {font-family:nGothicB; color:#4c87ab; line-height:20px; padding-bottom:3px;}
.comment_list li.list .comment .comment-txt { line-height:150%;}
.comment_list li.list a.del {position:absolute; display:block; right:0px; top:0px;}

.xans-board-commentwrite {margin:20px 0 0; padding:5px 20px 10px; border:1px solid #e9e9e9; background-color:#fbfafa; color:#353535; }
.xans-board-commentwrite .view {position:relative; margin:10px 0 0; padding:0 95px 0 0;}
.xans-board-commentwrite textarea {width:100%; height:52px; margin:0 5px 0 0;}
.xans-board-commentwrite .submit {position:absolute; top:0; right:0;}
.xans-board-commentwrite strong {display:block; font-size:13px; margin:5px 0 15px 0;}
.xans-board-commentform {margin:10px 0px 20px 0px; padding:5px 20px 20px; border:1px solid #e9e9e9; background-color:#fbfafa; color: #353535; display:none;}
.xans-board-commentform p {margin:10px 0 0;}
.xans-board-commentform .view {position:relative; margin:10px 0 0; padding:0 180px 0 0;}
.xans-board-commentform .submit {position:absolute; top:0; right:0;}
.xans-board-commentform textarea {width:100%; height:54px; margin:0 5px 0 0;}



/* commont list */
table.comment-list {margin-top:10px; width:100%;}
table.comment-list td {border-bottom:1px solid #d9d9d9; padding:11px 0 9px; text-align: center;}
table.comment-list td.subject {text-align:left; padding-left:10px;}
table.comment-list td.subject a {line-height:14px; padding-right:10px;}
table.comment-list td img {vertical-align:middle;}


/* add file */
.file_W {position:relative;}
.file_input { /*padding-right:85px; padding-right:100px;*/ position:relative;}
.file_input label {cursor:pointer; display:inline-block; overflow:hidden; padding: 0px 22px; height: 40px; line-height: 39px; background:#757a85; color: #fff;}
.file_input label input {position:absolute; width:0; height:0; overflow:hidden; padding:0px; border:none;}
.file_input > input {color:#737070; font-size:1em; background-color: #ffffff; border: solid 1px #ccc; width:100%;  box-sizing:border-box; -moz-box-size:border-box; min-height: 40px; line-height: 38px;}
.file_input1 label { position:relative; right:auto; top:0px;}
.add_file {position:absolute; right:0; top:0px;}
.add_plus {display: inline-block; vertical-align: middle; white-space: nowrap; zoom: 1;}
.add_plus span { padding: 0 10px; text-align: center; display: inline-block; vertical-align: middle; border: 1px solid #ccc; border-radius: 2px; height: 30px; line-height: 29px; font-size: 14px; box-sizing: border-box;}
.add_plus span.red {color: #e20e20;}
.input_del { position: absolute;   right: 0; top: 7px;}
#file_add li.pt5, #option_add li.pt5, #file_add_img li.pt5 {position: relative;}

.file_area {margin-top: 10px; width: 100%;}
.file_area > li {overflow:hidden; padding: 5px 35px 5px 5px; background:#f9f9f9; border-bottom:1px solid #ddd; position: relative;}
.file_area > li:first-child {border-top:1px solid #ddd;}
.file_area > li > span {display:block; vertical-align: middle; word-break: break-all;  width: 50%; float: left; box-sizing: border-box; padding: 0px 5px;}
.file_area > li > span.name {color:#337ab7; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.file_area > li .del {position: absolute; right: 5px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); border: 1px solid #ccc; border-radius:3px; background: #fff; height: 20px; line-height: 18px; min-width: 30px; text-align: center; color: #000;}



/***************************************** modal */
#modal {
  position: fixed; left:0; top:0; z-index: 100;
  width: 100%; height: 100%; 
  transform: scale(0);
}
#modal .modal-bg {
  display:flex;
  align-items: center; justify-content: center;
  background: rgba(0,0,0,0.7);
  height: 100%;
}
#modal .modal-bg .modal-cont {
  position:relative;
  display: inline-block;
  background: #fff; 
  padding: 2rem; max-width: 350px; 
}
#modal .modal-bg .modal-cont .input-box h2 {
  font-size: 18px; font-weight: 700; line-height: 1.4;
}
#modal .modal-bg .modal-cont .input-box .textarea-box {
  width: calc(300px - 2rem); height: calc(120px - 2rem);
  margin-top: .75rem; padding: 1rem; line-height: 1.2;
  resize: none;
}
#modal .modal-bg .modal-cont .input-box textarea:focus-visible,
#modal .modal-bg .modal-cont .input-box textarea:focus {
  border: 1px solid var(--bis-color-point);
  outline: none;
}
#modal .modal-bg .modal-cont .btn-cnt-area {
  display: flex;
  flex-direction: row; justify-content: center; align-items: center;
  margin-top: .75rem;
}
#modal .modal-bg .modal-cont .close-modal {
  font-size: 0;
}
#modal .modal-bg .modal-cont .btn-cnt-area .confirm, #modal .modal-bg .modal-cont .btn-cnt-area .cnclt {
  color: #fff; font-size: 13px;
}
#modal .modal-bg .modal-cont .btn-cnt-area a {
  margin-right: .25rem;
}
#modal .modal-bg .modal-cont .btn-cnt-area a:last-child {
  margin-right: 0rem;
}
#modal .modal-bg .modal-cont .close-modal.close {
  position: absolute; top: .55rem; right: .55rem;
  width: 28px; height: 28px;
  border-radius: 100%;
  background-color: #000;
  cursor: pointer;
}
#modal .modal-bg .modal-cont .close-modal.close i.icon-close {
  display: block;
  width: 14px; height: 14px;
  margin-top: 7px; margin-left: 7px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-mask: url('../img/common/icon-close.svg') no-repeat center;
          mask: url('../img/common/icon-close.svg') no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}


/* two */
#modal.modal-two {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}
#modal.modal-two .modal-bg .modal-cont {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

#modal.modal-two.out {
	transform: scale(1);
	animation: unfoldOut 1s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}
#modal.modal-two.out .modal-bg .modal-cont {
	transform: scale(0);
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

@keyframes unfoldIn{
	0% {transform: scaleY(0.005) scaleX(0);}
	50% {transform: scaleY(0.005) scaleX(1);}
	100% {transform: scaleY(1) scaleX(1);}
}
@keyframes unfoldOut{
	0% {transform: scaleY(1) scaleX(1);}
	50% {transform: scaleY(0.005) scaleX(1);}
	100% {transform: scaleY(0.005) scaleX(0);}
}
@keyframes zoomIn {
	0% {transform: scale(0);}
	100% {transform: scale(1); }
}
@keyframes zoomOut {
	0% {transform: scale(1);}
	100% {transform: scale(0); }
}


/* 980px 이하 */
@media screen and (max-width:980px) {
    .photo_listW > ul > li {width:33.33%;}
    
    .block_list > ul > li {width:33.33%;}
    
    
    
    .ev_tb thead tr th {font-size:13px !important; padding: 5px 0px;}
    .ev_tb tbody tr td {font-size:12px !important; line-height:17px !important; height:90px;}
    .ev_tb tbody tr td .eve_txt a {font-size:13px;}
}
/* 768px 이하 */
@media screen and (max-width:767px) {

    
    table tbody td {font-size:0.95em !important;}
    table tbody th {font-size:0.95em !important;}
    table thead th {font-size:0.95em !important;}
    
    .photo_listW > ul > li {width:50%;}
    
    .block_list > ul > li {width:50%;}
    
    
    .blog_list li > a {padding-left:220px; min-height:113px;}
    .blog_list li .pic {width:200px; height:113px;}
    .blog_list li .txt {line-height: 21px; -webkit-line-clamp:2; height:42px; margin-bottom:20px;}
    .blog_list li .txt_t {margin: 10px 0px 15px 0px;}  
 
    .blog_list2 li > a {padding-left:195px; min-height:200px;}
    .blog_list2 li .pic {width:160px; height:200px;}
    

    .contest_view .pic {float: none; text-align: center; width:100%; margin: 0 auto; padding-bottom: 30px;}
    .contest_view .info {float: none; width:100%; padding-left:0px;}
    
    .ev_tb tbody tr td {height:75px;}



    
    
    .faq_list > li .title {padding:20px 40px 21px 64px;}
    .faq_list > li .title .q {position: absolute; width:32px; height: 32px; line-height:29px; left:15px; margin-top: -16px; font-size: 20px;}
    .faq_list > li .answer_wrap {padding:16px 14px 16px 14px; }
    .faq_list > li .answer {min-height: 22px; padding:6px 0px 6px 50px;}
    .faq_list > li .answer .a {position: absolute; width:32px; height: 32px; line-height:29px;}

}

/* 600px 이하 */
@media screen and (max-width:599px) {
    .m_th {width:90px !important;}
    .m_th_s {width:80px !important;}
    .w_date {width:80px;}
    .w_name {width:65px;}
    
    #add_date {padding-right: 0px; padding-bottom:45px;}
    #add_date .bt {left: 0px; bottom: 0px; top:auto;}
    #add_date .bt a {display: block; }
    #empty a {display: block;}
    
    table tbody td {font-size:0.95em !important;}
    table tbody th {font-size:0.95em !important;}
    table thead th {font-size:0.95em !important;}

    .paging {margin:26px 0px 10px 0px; width:100%;}

    .paging a {font-size:13px; margin: 0px 2px; padding:0px;}

    .paging a.first, .paging a.last {width:28px; height: 28px;}
    .paging a.next {width: 28px; height:28px; margin-left:0px;}
    .paging a.prev {width: 28px; height:28px; margin-right:0px;}
    .table_view_list {margin-left: -15px;}
    .table_view_list > li.fr {float: left !important} 
    .table_view_list > li {margin-right: 15px; padding-left: 15px;}
    
    .photo_listW li {width:50%;}
    
    


   
}
/* 480이하 */
@media screen and (max-width:479px) {
    .view_tit {padding:15px 10px 15px 10px; font-size:1.25em;}
    
    
    
    
    .sch_topW .in_box .date {font-size:23px; }
    .ev_tb tbody tr td {height:40px; padding: 3px !important}
    .ev_tb tbody tr td .date {margin-left: -2px;}
    
    .date_picker {padding-right: 19px;}
    .date_picker img {width: 14px; height: 14px;}

    
    .board-write th {padding-left: 10px !important;}   
    .board-write td {padding:8px 5px;}
    #inner_wrap table tbody tr td {padding: 5px}
    #inner_wrap table tbody tr th {padding: 5px}
    #inner_wrap table thead tr th {padding: 5px}
    #inner_wrap table tbody tr td .btnSmall span {padding: 3px 6px 3px 6px; font-size:13px;}
    .board-write .input {min-height:36px; line-height: 36px; padding-left: 5px;}
    .board-write .btnNormalB span {padding: 0px 22px; height:36px; line-height:35px;}
    .board-write .input {min-height: 36px; line-height: 36px; padding-left: 5px;}
    .file_input {padding-right: 95px;}
    .file_input > input {min-height: 36px; line-height: 34px;}
    .file_input label {height:36px;  line-height:34px; font-size: 13px;}
    .select_ds select {padding: 0px 0px 0px 5px; height:36px;}
    .select {height:36px;}
    .input {min-height:36px !important; line-height: 36px !important; padding-left: 5px;}
    .date_picker_ff .input {min-height:34px !important;}
    
    .next_list {margin-top: 0px;}
    .next_list dl {padding-left: 100px; padding-right:80px; height: 40px; line-height: 40px}
    .next_list dl dt {padding-left:40px; width: auto; font-size: 13px;}
    .next_list dl dd {font-size:13px; height: 40px; line-height: 40px}
    .next_list dl dd.date {padding-right:15px;}
    
    .bbs_search {padding:10px;}
    .bbs_search {margin-bottom:10px;}
	.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}

    
    

    .view_sns li a {width:24px; }
    
    
    .xans-board-commentwrite span.ib {display:block !important; width:100%;}
    .xans-board-commentwrite span.ib label {display: inline-block; vertical-align: middle; min-width:70px;}
	table .w_cell { display:none;}
    .xans-board-commentform {padding: 5px 10px 10px;}
    .xans-board-commentform .view {padding-right:103px;}
    .xans-board-commentform .submit .btnSubmit span {padding:0px 10px; }
    .xans-board-commentwrite {padding: 5px 10px 10px;}
    .xans-board-commentwrite .view {padding: 0 53px 0 0;}
    .xans-board-commentwrite .submit span {padding:0px 10px; }
    
    table.board-list td .ico {line-height: 19px; height: 20px; min-width:32px;}
    
    .faq_list > li .title {padding:15px 45px 16px 60px; font-size: 13px; background-position:right center !important; background-size:  20px auto !important;}
    .faq_list > li .title .q {width:30px; height: 30px; line-height:27px; left:10px; margin-top: -15px; font-size:18px;}
    .faq_list > li .answer_wrap {padding:13px 10px 13px 10px; }
    .faq_list > li .answer {min-height: 22px; padding:4px 0px 4px 48px; font-size: 13px; }
    .faq_list > li .answer .a {width:30px; height: 30px; line-height:27px; font-size:18px;}

}


/* 320px 이하 */
@media screen and (max-width:329px) {
	
    .photo_listW li {width:100% !important; float: none;}
    
}