/* basic_white_whide */
.basic_board_list{width: 100%; table-layout:fixed; border-top:2px solid #222; border-bottom:1px solid #ddd;}
.basic_board_list th{padding: 15px 0; border-bottom: 1px solid #ddd; color:#222; font-size: 15px;}
.basic_board_list td{padding: 15px 0; border-bottom: 1px solid #ddd; vertical-align: middle; font-size: 15px; color:#555; text-align: center;}
.basic_board_list td a{color:#555; word-break: break-all;}
.basic_board_list td.left{text-align: left; padding-left: 20px;}
.basic_board_list td img{margin-left: 5px;}
.basic_board_list .pc_none{display: none;}
.basic_board_list .mob_block{display: none;}

/*btn*/
.admin_btn {display: flex; justify-content: space-between;margin-top: 20px; font-size: 0; text-align: right;}
.admin_btn a{display: inline-block; border:1px solid #777; height:35px; font-size:13px; margin-left: 10px; color:#222; font-weight:bold; width:90px; text-align:center; line-height:34px;}
.admin_btn a.black_btn{background-color: #222; color:#fff;}
.admin_btn a:first-child{margin-right: 0;}
.admin_btn .btn_center{width: 100%; text-align: center;;}
.admin_btn .btn_center .form_btn{display: inline-block; border:1px solid #777; height:35px; font-size:13px; margin-left: 10px; color:#fff; background-color: #222; font-weight:bold; width:90px; text-align:center; line-height:34px;  vertical-align: top;}

/* search */
.bbs_search_wrap {margin:0 auto; padding:15px 0; border:1px solid #ddd; background:#fafafa; margin-top: 40px;}
.bbs_search_wrap .bbs_search {display: flex; justify-content: center; align-items:center; }
.bbs_search_wrap .bbs_search .input_txt {width:300px; height:30px; padding: 10px; margin-right: 10px; border:1px solid #ddd; font-size:15px;}
.bbs_search_wrap .bbs_search select {width:120px; height:30px; padding:0 10px; margin-right: 10px; vertical-align:middle; border:1px solid #ddd; font-size:15px; zoom:1;}
.bbs_search_wrap .bbs_search select:focus {border:1px solid #da0b85;}
.bbs_search_wrap .bbs_search select.disabled {border:1px solid #d0d0d0; background-color:#e9e9e9; color:#909090;}
.bbs_search_wrap .search_btn {display:block; margin:0; width: 80px; height: 30px; background-color: #222; color:#fff; font-size: 15px; line-height: 30px; cursor:pointer;}

/*bbs_view*/
.basic_board_view .bbs_view,.bbs_view th,.bbs_view td{border:0}
.basic_board_view .bbs_view{width:100%; border-top:2px solid #222; border-bottom:1px solid #ddd; }
.basic_board_view .bbs_view th{border-bottom:1px solid #ddd; }
.basic_board_view .bbs_view td{padding:24px 5px; border-bottom:none; border-top:none; line-height:18px; color:#555; border-bottom:1px solid #ddd; word-break:keep-all;}
.basic_board_view .bbs_view .tit{display: flex; align-items: center; padding: 20px 0;}
.basic_board_view .bbs_view .tit .left {width: calc(100% - 80px); padding:0 20px; text-align: left;}
.basic_board_view .bbs_view .tit .left em{display: block; font-size: 18px; color:#222; font-weight: 700;}
.basic_board_view .bbs_view .tit .left p{font-size: 15px; color:#555; margin-top: 10px;}
.basic_board_view .bbs_view .tit .right {border-left:1px solid #ddd; width:80px; text-align:center;}
.basic_board_view .bbs_view .tit .right p {display: block; font-size:14px; color:#555;}
.basic_board_view .bbs_view .tit .right em {display: block;  font-size:24px; color:#f22e36; font-weight:normal;}

/*reply*/
.reply_wrap {}
.reply_wrap .title {font-size: 15px; color:#444; font-weight:bold;}
.reply_wrap .title span {color:#f22e36; }
.reply_wrap .reply{margin-top: 20px;}
.reply_wrap .reply_box01 {padding: 15px 0; border-top:1px solid #ccc; }
.reply_wrap .reply_box01 .writer em {color:#222; font-size: 15px;font-weight:bold; display:inline-block; margin-right:10px;}
.reply_wrap .reply_box01 .writer p span {font-size:13px; color:#777; display:inline-block; margin-left:10px;}
.reply_wrap .reply_box02 {width: calc(100% - 50px); margin-left: 50px;}
.reply_form{  border-top:1px solid #222; border-bottom:1px solid #222; padding: 15px 0;}
.reply_form .top{display: flex; align-items: center; margin-bottom: 10px; }
.reply_form .top label{display: block; width: 100px; font-size: 15px; color:#222; line-height: 1;}
.reply_form .top label input{vertical-align: 0; margin-left: 5px;;}
.reply_form .box{display: flex; width: calc((100% - 100px)/2); align-items: center; padding-right: 20px;}
.reply_form .box em{display: block; width: 150px; font-size: 15px; color:#222; font-weight: 500; text-align: center; line-height: 1;}
.reply_form .box input[type="text"]{display: block;width:calc(100% - 150px); height: 40px; border: 1px solid #ddd; padding: 0 10px;}
.reply_form .box input[type="password"]{display: block;width:calc(100% - 150px); height: 40px; border: 1px solid #ddd; padding: 0 10px;}
.reply_form .con{display: flex; align-items: center; }
.reply_form .con .con_box{display: flex; width: calc(100% - 100px); align-items: center;  padding-right: 20px;}
.reply_form .con .con_box em{display: block; width: 150px; font-size: 15px; color:#222; font-weight: 500; text-align: center; line-height: 1;}
.reply_form .con .con_box textarea{width: calc(100% - 150px); height: 100px; border: 1px solid #ddd; padding: 10px; resize: none;}
.reply_form .con button{width: 100px; text-align: center; line-height: 100px; font-size: 15px; color:#fff; font-weight: 500; border: 1px solid #555; background-color: #555;}
#comment_0{margin-bottom: 20px;;}
#comment2_0{margin-bottom: 20px;;}

/*prev_next*/
.prev_next,.prev_next th,.prev_next td{border:0}
.prev_next col:first-child{width: 20%;}
.prev_next{width:100%; border-top:1px solid #222; border-bottom:1px solid #222; margin-top: 80px; table-layout: fixed;  }
.prev_next th{padding:18px 5px; border-bottom:1px solid #ddd; color:#222; word-break:keep-all; overflow:hidden;}
.prev_next td{padding:18px 5px; border-bottom:none; border-top:none; line-height:18px; color:#555; border-bottom:1px solid #ddd; word-break:keep-all;}
.prev_next .none {border:none;}
.prev_next span {display: block; padding-left:15px; border-left:1px solid #999;}

/*bbs_writing*/
.bbs_writing,.bbs_writing th,.bbs_writing td{border:0}
.bbs_writing{width:100%; border-top:2px solid #222; border-bottom:1px solid #222; }
.bbs_writing th{padding:15px 5px; border-bottom:1px solid #ddd; color:#222; word-break:keep-all; overflow:hidden; background:#f1f1f1;}
.bbs_writing td{padding:15px 20px; border-bottom:none; border-top:none; line-height:18px; color:#555; border-bottom:1px solid #ddd; word-break:keep-all;}
.bbs_writing input {height:30px; border:1px solid #ddd;}
.bbs_writing select{height:30px; border:1px solid #ddd; width:30%;}

/* product_list */
.product_list {display: flex; flex-wrap: wrap; font-size: 0; margin-bottom: 40px;}
.product_list li{width:24%; margin-right: 1.33%; margin-top:20px;}
.product_list li:nth-child(4n){margin-right:0;}
.product_list li:nth-child(-n+4){margin-top:0;}
.product_list li a{display:block;}
.product_list li .img_wrap{ display:block; border: 1px solid #ddd; width:100%;}
.product_list li .img_wrap .img{position:relative; padding-bottom:62.5%; overflow:hidden; }
.product_list li .img_wrap .img img{position:absolute; top:0; left: 0; right: 0; bottom: 0; margin: auto; max-width:100%; max-height:100%; width:auto; height:auto;}
.product_list li .txt{width:100%; padding:0 20px; margin-top: 20px; border-top:0; }
.product_list li .txt h5{font-size:18px; margin-bottom: 10px; color:#000; line-height:22px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-weight:400;}
.product_list li .txt em{display:block; font-size:14px; color:#555; line-height:1;}

/* basic_faq */
.faq_wrapper .faq_contet{border-top:2px solid #2d2d2d;}
.faq_wrapper .faq_contet li{border-bottom:1px solid #ddd; background-color:#fff;}
.faq_wrapper .fre{cursor:pointer; position:relative; padding:20px 100px 25px;}
.faq_wrapper .fre:after{content:''; background: url(http://img.dokkebi.com/images/sub/icon_faq.png) 0 0 no-repeat; width:20px; height:20px; position:absolute; right:40px; top:50%; margin-top:-10px;}
.faq_wrapper .fre .q{position:absolute; left:35px; top:50%; margin-top:-15px; color:#fff; font-weight:normal; font-size:15px; width:30px; height:30px; line-height: 26px; padding-top:1px; box-sizing:border-box; background-color:#2d2d2d; text-align:center; border-radius:15px;}
.faq_wrapper .fre strong{display:block; color:#555; font-size:15px; font-weight:500;}
.faq_wrapper .ask{position:relative; padding:0 100px; overflow:hidden;}
.faq_wrapper .ask .ask_text{position:relative; padding:18px 0 22px; border-top:1px solid #ddd; color:#555; line-height:1.6; font-size:15px; opacity:0;}
.faq_wrapper .ask .a{position:absolute; left:35px; top:21px; color:#fff; font-weight:normal; font-size:15px; width:30px; height:30px; line-height: 26px; padding-top:1px; box-sizing:border-box; background-color:#ef3d3b; text-align:center; border-radius:15px;}
.faq_wrapper .faq_contet li,.faq_wrapper .fre:after,.faq_wrapper .ask .ask_text{transition-duration:0.4s}
.faq_wrapper .faq_contet li.open{background-color:#f8f8f8}
.faq_wrapper .faq_contet li.open .fre strong{color:#222; font-weight:500;}
.faq_wrapper .faq_contet li.open .fre:after{transform: rotate(135deg);}
.faq_wrapper .faq_contet li.open .ask_text{opacity:1;}
.qna_tabcon {width:100%; margin-bottom:30px; background: #f5f5f5; padding:7px;}
.qna_tabcon li {float:left; height:45px; line-height:43px; margin:0 20px; transition:all 0.2s ease-in-out;}
.qna_tabcon li a {display:block; width:100%; height:100%; color:#222; transition:all 0.2s ease-in-out;}
.qna_tabcon li.on {color:#f05852;}
.qna_tabcon li.on a {color:#f05852;}
.qna_tabcon li:hover {color: #f05852;}
.qna_tabcon li:hover a {color:#f05852;}
.qna_category img {height:35px;}

/* story_new */
ul.horizontal_board {width:100%;}
ul.horizontal_board li {width:100%; padding:30px 0; border-bottom:1px solid #ddd; overflow:hidden;}
ul.horizontal_board li:first-child {border-top:1px solid #ddd;}
ul.horizontal_board li .img {float:left; width:360px; height:225px; margin-right:36px;}
ul.horizontal_board li .img a {display:table-cell; width:360px; height:225px; vertical-align:middle; text-align:center;}
ul.horizontal_board li .img img {max-width:360px; max-height:225px; width:auto; height:auto;}
ul.horizontal_board li .txt {float:left; width: calc( 100% - 396px ); }
ul.horizontal_board li .txt span {display:block; height:40px; line-height:36px; font-size:16px; font-weight:300;}
ul.horizontal_board li .txt h4 {margin-top:27px; font-weight:500; }
ul.horizontal_board li .txt h4 a {color:#000; font-size:20px;line-height:1; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
ul.horizontal_board li .txt .desc { margin:31px 0 22px; font-weight:300;}
ul.horizontal_board li .txt .desc a {display: block; font-size:16px; color:#555; line-height:28px; height:56px; overflow:hidden; font-weight:400;}
ul.horizontal_board li .txt em {position:relative; display:inline-block; margin-right:20px; font-size:16px; color:#555; line-height:1; font-weight:400;}

/* certificaition */
.certificaition_wrap .cer_list {width:100%;}
.certificaition_wrap .cer_list li {float:left; width:23.5%; margin-bottom:28px; margin-right:2%;}
.certificaition_wrap .cer_list li:nth-child(4n) {margin-right:0;}
.certificaition_wrap .cer_list li:nth-child(-n+4) {margin-top:0;}
.certificaition_wrap .cer_list li > a {position: relative; width: 100%; padding-bottom: 129.2%; height: 0; display: inline-block}
.certificaition_wrap .cer_list li a img {position: absolute; width: auto; height: auto; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.certificaition_wrap .cer_list li h2 {font-size:18px; line-height:25px; font-weight:400; color:#555; text-align:center; margin-top:15px;}
#fancybox-left-ico{left:-50px !important;}
#fancybox-right-ico{right:-70px !important;}

/* calendar */
.schedule_board .schedule_head{position:relative; width:100%;margin:0px 0px 30px 0px; padding-top:0px !important;}
.schedule_board .schedule_head .schedule_current{display: flex; justify-content:center; align-items: center; }
.schedule_board .schedule_head .schedule_current span.active_month{display:block;font-size:24px;font-weight:bold;text-align:center;line-height:1; color:#333; margin: 0 30px}/*2017년 7월*/
.schedule_board .schedule_head .schedule_current .year_prev{display:block;width:30px;height:30px; margin-right: 5px;}
.schedule_board .schedule_head .schedule_current .month_prev{display:block;width:30px;height:30px;}
.schedule_board .schedule_head .schedule_current .year_next{display:block;width:30px;height:30px;}
.schedule_board .schedule_head .schedule_current .month_next{display:block;width:30px;height:30px;margin-right: 5px;}
.schedule_board table{table-layout: fixed; }
.schedule_board table th{padding:10px 0px;background:#f5f5f5;border:1px solid #d9d9d9;font-size:14px;color:#565656;}
.schedule_board table td{padding:0px;border:1px solid #d9d9d9;vertical-align:top;}
.schedule_board table td span{position:relative; display:block; min-height:auto; min-height: 130px;}
.schedule_board table td span.today {background-color:#f1fafe;}
.schedule_board table tr th:first-child, .schedule table tr td:first-child span em{color:#ff0000;} /*일요일*/
.schedule_board table td span em{position:relative; display:block; padding:10px; color:#555; font-size:15px; text-align:right;}
.schedule_board table td span em .cal_write{position:absolute;display: block;  left: 10px; top: 0; bottom: 0; margin: auto 0; width: 22px; height: 22px; background: url(/images/sub/cal_write.png)center no-repeat;}
.schedule_board table .scheduleCont{position:relative; padding:0px 10px 10px 10px;}
.schedule_board table .scheduleCont .circle{display: none;}
.schedule_board table .scheduleCont ul li {margin-top: 5px;}
.schedule_board table .scheduleCont ul li:first-child{margin-top: 0;}
.schedule_board table .scheduleCont ul li a{display: inline-block; }
.schedule_board table .scheduleCont ul li a p{display: inline-block; font-size: 14px; color:#555; line-height: 20px; word-break: break-all;}
/* ------------------------------------------pc일 경우 하단 삭제------------------------------------------- */
@media screen and (max-width:1024px) {
/*reply*/
.reply_form{  border-top:1px solid #222; border-bottom:1px solid #222; padding: 15px 0;}
.reply_form .top{display: flex; align-items: center; margin-bottom: 10px; }
.reply_form .top label{display: block; width: 100px; font-size: 15px; color:#222; line-height: 1;}
.reply_form .top label input{vertical-align: 0; margin-left: 5px;;}
.reply_form .box{display: flex; width: calc((100% - 100px)/2); align-items: center; padding-right: 20px;}
.reply_form .box em{display: block; width: 100px; font-size: 15px; color:#222; font-weight: 500; text-align: center; line-height: 1;}
.reply_form .box input[type="text"]{display: block;width:calc(100% - 100px); height: 40px; border: 1px solid #ddd; padding: 0 10px;}
.reply_form .box input[type="password"]{display: block;width:calc(100% - 100px); height: 40px; border: 1px solid #ddd; padding: 0 10px;}
.reply_form .con{display: flex; align-items: center; }
.reply_form .con .con_box{display: flex; width: calc(100% - 100px); align-items: center;  padding-right: 20px;}
.reply_form .con .con_box em{display: block; width: 100px; font-size: 15px; color:#222; font-weight: 500; text-align: center; line-height: 1;}
.reply_form .con .con_box textarea{width: calc(100% - 100px); height: 100px; border: 1px solid #ddd; padding: 10px; resize: none;}
.reply_form .con button{width: 100px; text-align: center; line-height: 100px; font-size: 15px; color:#fff; font-weight: 500; border: 1px solid #555; background-color: #555;}

/* product_list */
.product_list {display: flex; flex-wrap: wrap; font-size: 0; margin-bottom: 40px;}
.product_list li{width:32.44%; margin-right: 1.33%; margin-top:20px;}
.product_list li:nth-child(4n) {margin-right:1.33%;}
.product_list li:nth-child(-n+4) {margin-top:20px;}
.product_list li:nth-child(3n) {margin-right:0;}
.product_list li:nth-child(-n+3) {margin-top:0;}
.product_list li a{display:block; width:100%;}
.product_list li .img_wrap{ display:block; border: 1px solid #ddd; width:100%;}
.product_list li .img_wrap .img{position:relative; padding-bottom:62.5%; overflow:hidden; }
.product_list li .img_wrap .img img{position:absolute; top:0; left: 0; right: 0; bottom: 0; margin: auto; max-width:100%; max-height:100%; width:auto; height:auto;}
.product_list li .txt{width:100%; padding:0 20px; margin-top: 20px; border-top:0; }
.product_list li .txt h5{font-size:16px; margin-bottom: 10px; color:#000; line-height:20px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-weight:400;}
.product_list li .txt em{display:block; font-size:14px; color:#555; line-height:1;}

/* story_new */
ul.horizontal_board {width:100%;}
ul.horizontal_board li {width:100%; padding:30px 0; border-bottom:1px solid #ddd; overflow:hidden;}
ul.horizontal_board li:first-child {border-top:1px solid #ddd;}
ul.horizontal_board li .img {float:left; width:37.42%; height:auto; margin-right:3.74%;}
ul.horizontal_board li .img a {position:relative; display:block; width: 100%; height: 0; padding-bottom: 62.5%;}
ul.horizontal_board li .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:100%; max-height:100%; width:auto; height:auto;}
ul.horizontal_board li .txt {float:left; position:relative; width:58.84%; height:0; padding-bottom: 23.4%; }
ul.horizontal_board li .txt .txt_box {position:absolute; top:50%; left:0; transform:translateY(-50%);}
ul.horizontal_board li .txt span {display:block; height:40px; line-height:36px; font-size:16px; font-weight:300;}
ul.horizontal_board li .txt h4 {margin-top:0; font-weight:500; }
ul.horizontal_board li .txt h4 a {color:#000; font-size:20px;line-height:1; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
ul.horizontal_board li .txt .desc { margin:31px 0 22px; font-weight:300;}
ul.horizontal_board li .txt .desc a {display: block; font-size:16px; color:#555; line-height:28px; height:56px; overflow:hidden; font-weight:400;}
ul.horizontal_board li .txt em {position:relative; display:inline-block; margin-right:20px; font-size:16px; color:#555; line-height:1; font-weight:400;}
}



@media screen and (max-width:767px) {
/* basic_white_whide */
.basic_board_list{width: 100%; table-layout:fixed; border-top:2px solid #222; border-bottom:1px solid #ddd;}
.basic_board_list th{padding: 10px 0; border-bottom: 1px solid #ddd; color:#222; font-size: 12px;}
.basic_board_list td{padding: 10px 0; border-bottom: 1px solid #ddd; vertical-align: middle; font-size: 12px; color:#555; text-align: center;}
.basic_board_list td a{color:#555}
.basic_board_list td.left{text-align: left; padding-left: 20px;}
.basic_board_list td img{margin-left: 5px;}
.basic_board_list .mob_none{display: none;}
.basic_board_list .pc_none{display: flex; margin-top: 10px; }
.basic_board_list .pc_none span{position:relative; display: block; line-height: 1; margin-right: 12px; font-size: 12px; color::#555;}
.basic_board_list .pc_none span:after{content:''; position:Absolute; right: -6px; width: 1px; height: 10px; top: 0; bottom: 0; margin: auto 0; background-color: #555;}
.basic_board_list .pc_none span:last-child{margin-right: 0;}
.basic_board_list .pc_none span:last-child:after{display: none;}
.basic_board_list .mob_block{display: table-cell;}
/*btn*/
.admin_btn {display: flex; justify-content: space-between;margin-top: 20px; font-size: 0;}
.admin_btn a{display: inline-block; border:1px solid #777; height:30px; font-size:12px; margin-left: 5px; margin-bottom: 5px; color:#444; font-weight:bold; width:60px; text-align:center; line-height:28px;}
.admin_btn a.black_btn{background-color: #444; color:#fff;}
.admin_btn a:first-child{margin-left: 0;}
.admin_btn .btn_center{width: 100%; text-align: center;;}
.admin_btn .btn_center .form_btn{display: inline-block; border:1px solid #777; height:30px; font-size:12px; margin-left: 5px; color:#fff; background-color: #222; font-weight:bold; width:60px; text-align:center; line-height:28px;  vertical-align: top;}

/* search */
.bbs_search_wrap {margin:0 auto; padding:15px 10px; border:1px solid #ddd; background:#fafafa; margin-top: 20px;}
.bbs_search_wrap .bbs_search {display: flex; flex-wrap: wrap; justify-content: space-between;; align-items:center; }
.bbs_search_wrap .bbs_search .input_txt {width:calc(100% - 170px); height:30px; padding: 10px; margin-right: 0; border:1px solid #ddd; font-size:12px;}
.bbs_search_wrap .bbs_search select {width:100px; height:30px; padding:0 10px; margin-right: 0; vertical-align:middle; border:1px solid #ddd; font-size:12px; zoom:1;}
.bbs_search_wrap .bbs_search select:focus {border:1px solid #da0b85;}
.bbs_search_wrap .bbs_search select.disabled {border:1px solid #d0d0d0; background-color:#e9e9e9; color:#909090;}
.bbs_search_wrap .search_btn {display:block; margin:0; width: 60px; height: 30px; background-color: #222; color:#fff; font-size: 12px; line-height: 30px; cursor:pointer;}
.bbs_search_wrap .bbs_search.search_category select{width: 49%; margin-bottom: 10px;}
.bbs_search_wrap .bbs_search.search_category .input_txt {width: calc(100% - 65px); }

/*bbs_view*/
.basic_board_view .bbs_view,.bbs_view th,.bbs_view td{border:0}
.basic_board_view .bbs_view{width:100%; border-top:2px solid #222; border-bottom:1px solid #ddd; table-layout:fixed;}
.basic_board_view .bbs_view th{border-bottom:1px solid #ddd; }
.basic_board_view .bbs_view td{padding:15px 5px; border-bottom:none; border-top:none; line-height:18px; color:#555; border-bottom:1px solid #ddd; word-break:keep-all;}
.basic_board_view .bbs_view .tit{display: flex; align-items: center; padding: 15px 0;}
.basic_board_view .bbs_view .tit .left {width: calc(100% - 60px); padding:0 10px; text-align: left;}
.basic_board_view .bbs_view .tit .left em{display: block; font-size: 13px; color:#222; font-weight: 700;}
.basic_board_view .bbs_view .tit .left p{font-size: 13px; color:#555; margin-top: 5px;}
.basic_board_view .bbs_view .tit .right {border-left:1px solid #ddd; width:60px; text-align:center;}
.basic_board_view .bbs_view .tit .right p {display: block; font-size:13px; color:#555;}
.basic_board_view .bbs_view .tit .right em {display: block;  font-size:18px; color:#f22e36; font-weight:normal;}

/*reply*/
.reply_wrap .title {font-size: 13px; color:#444; font-weight:bold;}
.reply_wrap .title span {color:#f22e36; }
.reply_wrap .reply{margin-top: 10px;}
.reply_wrap .reply_box01 {padding: 10px 0; border-top:1px solid #ccc; }
.reply_wrap .reply_box01 .writer em {color:#222; font-size: 13px;font-weight:bold; display:inline-block; margin-right:0;}
.reply_wrap .reply_box01 .writer p span {font-size:12px; color:#777; display:inline-block; margin-left:10px;}
.reply_wrap .reply_box02 {width: calc(100% - 30px); margin-left: 30px;}
.reply_form{  border-top:1px solid #222; border-bottom:1px solid #222; padding: 10px 0;}
.reply_form .top{display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 0; }
.reply_form .top label{display: block; width: 80px; font-size: 12px; color:#222; line-height: 1; margin-bottom: 10px;}
.reply_form .top label input{vertical-align: -2px; margin-left: 3px;;}
.reply_form .box{display: flex; width: calc((100% - 100px)/1.1); align-items: center; padding-right: 10px; margin-bottom: 10px;}
.reply_form .box em{display: block; width: 70px; font-size: 13px; color:#222; font-weight: 500; text-align: center; line-height: 1;}
.reply_form .box input[type="text"]{display: block;width:calc(100% - 70px); height: 30px; border: 1px solid #ddd; padding: 0 10px;}
.reply_form .box input[type="password"]{display: block;width:calc(100% - 70px); height: 30px; border: 1px solid #ddd; padding: 0 10px;}
.reply_form .con{display: flex; align-items: center; }
.reply_form .con .con_box{display: flex; width: calc(100% - 70px); align-items: center;  padding-right: 10px;}
.reply_form .con .con_box em{display: block; width: 70px; font-size: 13px; color:#222; font-weight: 500; text-align: center; line-height: 1;}
.reply_form .con .con_box textarea{width: calc(100% - 70px); height: 70px; border: 1px solid #ddd; padding: 10px; resize: none;}
.reply_form .con button{width: 80px; text-align: center; line-height: 70px; font-size: 13px; color:#fff; font-weight: 500; border: 1px solid #555; background-color: #555;}
#comment_0{margin-bottom: 10px;;}
#comment2_0{margin-bottom: 10px;;}

/*prev_next*/
.prev_next,.prev_next th,.prev_next td{border:0}
.prev_next{width:100%; border-top:1px solid #222; border-bottom:1px solid #222; margin-top: 40px;}
.prev_next col:first-child{width: 60px;}
.prev_next th{padding:10px 5px; border-bottom:1px solid #ddd; color:#222; font-size: 13px; word-break:keep-all; overflow:hidden;}
.prev_next td{padding:10px 5px; border-bottom:none; border-top:none; line-height:18px; font-size: 12px; color:#555; border-bottom:1px solid #ddd; word-break:keep-all;}
.prev_next .none {border:none;}
.prev_next span {display: block; padding-left:15px; border-left:1px solid #999;}

/* product_list */
.product_list {display: flex; flex-wrap: wrap; font-size: 0; margin-bottom: 40px;}
.product_list li{width:48.5%; margin-right: 3%; margin-top:10px;}
.product_list li:nth-child(4n) {margin-right:3%;}
.product_list li:nth-child(-n+4) {margin-top:10px;}
.product_list li:nth-child(3n) {margin-right:3%;}
.product_list li:nth-child(-n+3) {margin-top:10px}
.product_list li:nth-child(2n) {margin-right:0;}
.product_list li:nth-child(-n+2) {margin-top:0;}
.product_list li a{display:block; width:100%;}
.product_list li .img_wrap{ display:block; border: 1px solid #ddd; width:100%;}
.product_list li .img_wrap .img{position:relative; padding-bottom:62.5%; overflow:hidden; }
.product_list li .img_wrap .img img{position:absolute; top:0; left: 0; right: 0; bottom: 0; margin: auto; max-width:100%; max-height:100%; width:auto; height:auto;}
.product_list li .txt{width:100%; padding:0 10px; margin-top: 10px; border-top:0;}
.product_list li .txt h5{font-size:14px; margin-bottom: 10px; color:#000; line-height:18px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-weight:400;}
.product_list li .txt em{display:block; font-size:12px; color:#555; line-height:1;}

/* basic_faq */
.faq_wrapper{}
.faq_wrapper .faq_contet{border-top:2px solid #2d2d2d;}
.faq_wrapper .faq_contet li{border-bottom:1px solid #ddd; background-color:#fff;}
.faq_wrapper .fre{cursor:pointer; position:relative; padding:15px 25px 20px 75px;}
.faq_wrapper .fre:after{content:''; background: url(http://img.dokkebi.com/images/sub/icon_faq.png) 0 0 no-repeat; width:20px; height:20px; position:absolute; right:40px; top:50%; margin-top:-10px;}
.faq_wrapper .fre .q{position:absolute; left:20px; top:50%; margin-top:-16px; color:#fff; font-weight:normal; font-size:15px; width:30px; height:30px; line-height: 26px; padding-top:1px; box-sizing:border-box; background-color:#2d2d2d; text-align:center; border-radius:15px;}
.faq_wrapper .fre strong{display:block; color:#555; font-size:14px; font-weight:500;}
.faq_wrapper .ask{position:relative; padding:0 25px 0 75px; overflow:hidden;}
.faq_wrapper .ask .ask_text{position:relative; padding:18px 0 22px; border-top:1px solid #ddd; color:#555; line-height:1.6; font-size:15px; opacity:0;}
.faq_wrapper .ask .a{position:absolute; left:20px; top:21px; color:#fff; font-weight:normal; font-size:15px; width:30px; height:30px; line-height: 26px; padding-top:1px; box-sizing:border-box; background-color:#ef3d3b; text-align:center; border-radius:15px;}
.faq_wrapper .faq_contet li,.faq_wrapper .fre:after,.faq_wrapper .ask .ask_text{transition-duration:0.4s}
.faq_wrapper .faq_contet li.open{background-color:#f8f8f8}
.faq_wrapper .faq_contet li.open .fre strong{color:#222; font-weight:500;}
.faq_wrapper .faq_contet li.open .fre:after{transform: rotate(135deg);}
.faq_wrapper .faq_contet li.open .ask_text{opacity:1;}
.qna_tabcon {width:100%; margin-bottom:30px; background: #f5f5f5; padding:7px;}
.qna_tabcon li {float:left; height:45px; line-height:43px; margin:0 20px; transition:all 0.2s ease-in-out;}
.qna_tabcon li a {display:block; width:100%; height:100%; color:#222; transition:all 0.2s ease-in-out;}
.qna_tabcon li.on {color:#f05852;}
.qna_tabcon li.on a {color:#f05852;}
.qna_tabcon li:hover {color: #f05852;}
.qna_tabcon li:hover a {color:#f05852;}
.qna_category img {height:35px;}

/* story_new */
ul.horizontal_board {width:100%;}
ul.horizontal_board li {width:100%; padding:15px 0; border-bottom:1px solid #ddd; overflow:hidden;}
ul.horizontal_board li:first-child {border-top:1px solid #ddd;}
ul.horizontal_board li .img {float:left; width:100%; height:auto; margin-right:0; margin-bottom:10px;}
ul.horizontal_board li .img a {position:relative; display:block; width:100%; height:0; padding-bottom:63%;}
ul.horizontal_board li .img img {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); max-width:100%; max-height:100%; width:100%; height:100%;}
ul.horizontal_board li .txt {float:left; width:100%; height:auto; padding-bottom:0;}
ul.horizontal_board li .txt .txt_box {position:static; top:0; left:0; transform:translateY(0);}
ul.horizontal_board li .txt span {display:block; width:80px; height:30px; line-height:20px; font-size:12px;}
ul.horizontal_board li .txt h4 {margin-top:0; font-weight:500; }
ul.horizontal_board li .txt h4 a {color:#000; font-size:12px;line-height:1; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
ul.horizontal_board li .txt .desc { margin:10px 0 10px; font-weight:300;}
ul.horizontal_board li .txt .desc a {display: block; font-size:12px; color:#555; line-height:20px; height:40px; overflow:hidden;}
ul.horizontal_board li .txt em {position:relative; display:inline-block; margin-right:10px; font-size:12px; color:#555; line-height:1; font-weight:400;}

/* certificaition */
.certificaition_wrap .cer_list li{float:left; width:49%; margin-right:2%; margin-top:28px;}
.certificaition_wrap .cer_list li:nth-child(4n) {margin-right:2%;}
.certificaition_wrap .cer_list li:nth-child(-n+4) {margin-top:28px;}
.certificaition_wrap .cer_list li:nth-child(2n) {margin-right:0;}
.certificaition_wrap .cer_list li:nth-child(-n+2) {margin-top:0;}


/* calendar */
.schedule_board .schedule_head{position:relative; width:100%;margin:0px 0px 30px 0px; padding-top:0px !important;}
.schedule_board .schedule_head .schedule_current{display: flex; justify-content:center; align-items: center; }
.schedule_board .schedule_head .schedule_current span.active_month{display:block;font-size:20px;font-weight:bold;text-align:center;line-height:1; color:#333; margin: 0 30px}/*2017년 7월*/
.schedule_board .schedule_head .schedule_current .year_prev{display:block;width:30px;height:30px; margin-right: 5px;}
.schedule_board .schedule_head .schedule_current .month_prev{display:block;width:30px;height:30px;}
.schedule_board .schedule_head .schedule_current .year_next{display:block;width:30px;height:30px;}
.schedule_board .schedule_head .schedule_current .month_next{display:block;width:30px;height:30px;margin-right: 5px;}
.schedule_board table{table-layout: fixed; }
.schedule_board table th{padding:10px 0px;background:#f5f5f5;border:1px solid #d9d9d9;font-size:12px;color:#565656;}
.schedule_board table td{padding:0px;border:1px solid #d9d9d9;vertical-align:top; font-size: 12px;}
.schedule_board table td span{position:relative; display:block; min-height:auto; min-height: 80px;}
.schedule_board table td span.today {background-color:#f1fafe;}
.schedule_board table tr th:first-child, .schedule table tr td:first-child span em{color:#ff0000;} /*일요일*/
.schedule_board table td span em{position:relative; display:block; padding:5px; color:#555; font-size:12px; text-align:right;}
.schedule_board table td span em .cal_write{position:absolute;display: block;  left: 5px; top: 0; bottom: 0; margin: auto 0; width: 15px; height: 15px; background: url(/images/sub/cal_write.png)center no-repeat; background-size: 15px;}
.schedule_board table .scheduleCont{position:relative; padding:0px 5px 5px 5px;}
.schedule_board table .scheduleCont .circle{display: block; width: 12px; height: 12px; background-color: #555; border-radius: 50%;}
.schedule_board table .scheduleCont ul{display: none;}
.schedule_board table .scheduleCont ul li {margin-top: 5px;}
.schedule_board table .scheduleCont ul li:first-child{margin-top: 0;}
.schedule_board table .scheduleCont ul li a{display: inline-block; }
.schedule_board table .scheduleCont ul li a p{display: inline-block; font-size: 14px; color:#555; line-height: 20px; word-break: break-all;}
}