/* ========== Style Default ========== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: NotoKR, "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
    letter-spacing: -0.04em;
    word-break:keep-all;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}
img { display: inline-block; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; background: none; border: none; cursor: pointer; outline: none; }
table.table { width: 100%; border-top: 2px solid #556db1; }
table.table th { background-color: #fbfbfb; font-size: 15px; color: #333333; }
table.table td { padding: 15px 30px; text-align: center; font-size: 14px; color: #555555; }
table.table td:first-child,
table.table th + td { text-align: left; }
table tr th { font-size: 18px; }
table tr td { font-size: 16px; }
table tr td a { font-size: 16px; color: #666666; }
input { outline: none; }
input, textarea, select { font-family: inherit; padding-left: 10px; border: 1px solid #e5e5e5; }
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; }


/* Grid */
.grid:after { content: ''; display: block; clear: both; }
.grid-24 { float: left; padding: 10px; width: 100%; }
.grid-12 { float: left; padding: 10px; width: 50%; }
.grid-8 { float: left; padding: 10px; width: 33.33333%; }
.grid-6 { float: left; padding: 10px; width: 25%; }
.grid-p2 { float: left; padding: 10px; width: 20%; }

@media (max-width:768px){
    .grid-p2 { padding: 2%; width: 33.33333%; }
    .grid-8 { padding: 2%; width: 50%; }
    .grid-6 { padding: 2%; width: 50%; }
}


/* Button Style */
.btn, a.btn {
    display: inline-block; vertical-align: middle;
    width: 100px; height: 50px; line-height: 50px;
    text-align: center; font-size: 16px;
    margin:1px;
}
/* input.btn { padding-left: 0; } */
.btn_border { background-color: #fff; border: 1px solid #eee; }
.btn_confirm, a.btn_confirm { background-color: #666; color: #fff !important; }
.btn_point, a.btn_point { background-color: #1e71dd; color: #fff !important; }
.btn_point2, a.btn_point2 { background-color: #3e9b93; color: #fff !important; }
.btn_dark, a.btn_dark { background: #999; }


/* Category Style */
.orderby { margin: 10px 0 20px; }
.orderby-ul { position: relative; list-style: none; }
.orderby-ul:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #926d49; }
.orderby-ul:after { content: ''; display: block; clear: both; }
.orderby-ul li { float: left; width: 50%; }
.orderby-ul li a { display: block; width: 100%; line-height: 40px; text-align: center; font-size: 16px; color: #777777; background: #f5f5f5; border: 1px solid #e5e5e5; }
.orderby-ul li.on a { position: relative; margin-top: -8px; line-height: 48px; color: #926d49; font-weight: 500; background: #fff; border: 2px solid #926d49; border-bottom: none; }
.orderby-ul li.on a:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #fff; }
.ul-3 li { width: 33.33333%; }
.ul-4 li { width: 25%; }
.ul-5 li { width: 20%; }
.ul-6 li { width: 16.666666%; }




/* input file type */
.input-file{display:inline-block;}
.input-file [type="file"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0 none;}
.input-file .file-label{
    display:inline-block;vertical-align:top;padding:0 25px;height:35px;line-height:35px;
    border-radius:2px;font-size:13px;background-color:#333;color:#fff;text-align:center;
    border:1px solid #222;border-radius:3px;
}
.input-file .file-name{width:250px!important;height:40px;line-height:26px;text-indent:5px;border:1px solid #ddd;}
.file-focus {outline: 1px dotted #d2310e;}

@media (max-width:768px){
    .input-file .file-name{width:115px!important;}
    .input-file .file-label{padding:0 15px;}
}



/* ========== BBS ========== */

/* BBS Write Style */
#ar_input { text-align:right; margin:0 0 10px; font-size: 12px; }
#bbs_write_style { border-top: 2px solid #1e71dd; }
#bbs_write_style tr th { padding: 15px; text-align: left; font-size: 14px; color: #555; background: #fbfbfb; border-bottom: 1px solid #e5e5e5; }
#bbs_write_style tr td { padding: 20px; font-size: 14px; color: #555; border-bottom: 1px solid #e5e5e5; }
#bbs_write_style tr td input[type=text] { padding: 10px; height: 35px; font-size: 14px; border: 1px solid #ddd; color: #555; }
#bbs_write_style tr td select { height: 35px; font-size: 14px; border: 1px solid #ddd; color: #555; }
#bbs_write_style tr td input[type=file] { max-width: 250px; width: 100%; }
#bbs_write_style tr td textarea { padding: 10px; }
#bbs_write_style tr td img { margin: 0; }
#bbs_write_style .content_box { padding: 15px 0; }
#bbs_write_style .AW_bbs_input_checkbox { padding-left: 15px; text-align: left; }
#bbs_write_style input[name="name"],
#bbs_write_style input[name="email"],
#bbs_write_style input[name="wdate"],
#bbs_write_style input[name="passwd"] { width: 200px; }
#bbs_write_style input[name="subject"] { width: 100%; }

@media (max-width:768px){
    #bbs_write_style tr th { width: 30%; font-size: 13px; }
    #bbs_write_style tr td { padding: 15px; }
    #bbs_write_style tr td input[type=text] { width: 100%; font-size: 13px; }
}




/* BBS Style - List */
.search-bar-top { margin: 50px 0 20px; }
.bbs-style2 { border-top: none !important; }
#bbs_style { width: 100%; background: #fff; border-top: 1px solid #3d8fff; border-bottom: 1px solid #ddd; border-collapse: collapse; }
.color-sky #bbs_style{ border-top: 1px solid #3d8fff; }
.color-yellow #bbs_style{ border-top: 1px solid #ffc619; }
.color-pink #bbs_style{ border-top: 1px solid #ff545f; }
.color-green #bbs_style{ border-top: 1px solid #13cd8e; }
.color-orange #bbs_style{ border-top: 1px solid #ff861a; }
.color-blue #bbs_style{ border-top: 1px solid #1d43d1; }
#bbs_style.thumb-basic{ border-bottom: 0;}
#bbs_style tr th, #bbs_style tr td{ line-height: 1.2; background-color: #fff; }
#bbs_style tr th { padding: 20px 5px; font-size: 18px; color: #333; font-weight: 500; }
#bbs_style tr td { padding: 15px 5px; font-size: 18px; color: #666; font-weight: 200; }
#bbs_style td strong{ font-size: 16px; font-weight: 600; padding-left:5px; }
.color-sky #bbs_style td strong{ color:#3d8fff; }
.color-yellow #bbs_style td strong{ color:#ffc619; }
.color-pink #bbs_style td strong{ color:#ff545f; }
.color-green #bbs_style td strong{ color:#13cd8e; }
.color-orange #bbs_style td strong{ color:#ff861a; }
.color-blue #bbs_style td strong{ color:#1d43d1; }
#bbs_style tr td a { font-size: inherit; font-weight: inherit; color: inherit; }
#bbs_style th.bbs_border { height: 1px; margin: 0; padding: 0 !important; background-color: #ddd; }
#bbs_style td.bbs_border { height: 1px; margin: 0; padding: 0 !important; background-color: #ddd; }
#bbs_style tr:last-child td { background-color: transparent; }
#bbs_style tr td img { display: inline-block; }
.bbs-mo-contents { display: none; }

@media (max-width:550px){
    .bbs-list-row { display: none; }
    .bbs-list-col { display: none; }
    .bbs-mo-contents { display: block; margin-top: 12px; font-size: 0; }
    .bbs-mo-contents span { display: inline-block; vertical-align: top; padding: 0 10px; line-height: 15px; font-size: 13px; color: #888888; border-left: 1px solid #e5e5e5; }
    .bbs-mo-contents span:first-child { padding-left: 0; border-left: none; }
    #bbs_style { margin-top: -1px; }
    #bbs_style tr td { padding: 20px; }
    #bbs_style tr td a { font-size: 15px; }
}




/* BBS Button Wrap */
#bbs_btn_wrap tr td img { display: inline-block; }

/* BBS Style - View */
.view-contents img { max-width: 1020px; height: auto; }
@media (max-width:1024px) {
    .view-contents img { width: 100%; }
}


#bbs_view_style { width: 100%; border-bottom: 1px solid #ddd; border-collapse: collapse; }
#bbs_view_style tr th,
#bbs_view_style tr td { text-align: left; padding-left: 30px; }
#bbs_view_style tr th { font-size: 30px; text-align: center; color: #333; padding: 40px 20px; background-color: #fbfbfb; }
#bbs_view_style .title_small{ display: block; font-size: 16px;}
#bbs_view_style tr td.content_box { padding: 45px 30px 50px; word-break: break-all; }
#bbs_view_style tr td.content_box table tr td { padding-left: 0; }
#bbs_view_style tr:last-child td { border-bottom: none; }

#bbs_view_style .board-info{font-size:16px;font-weight:400;color:#999;}
#bbs_view_style .board-info strong{font-weight:400;color:#666;}
#bbs_view_style .bar{display:inline-block;width:1px;height:16px;background-color:#ddd;margin:-3px 10px;}

.icon-flie{ display:inline-block; width:14px; height:17px; margin: 0 2px -2px 0; }
.file-td > a { display: inline-block; margin: 2px; color:#333; }
.file-td img{ margin: 0 10px -3px 0; }

#bbs_view_2_style { width: 100%; border-collapse: collapse; border: none; }
#bbs_view_2_style tr th { padding: 0 10px; height: 40px; background-color: #fbfbfb; }
#bbs_view_2_style tr:first-child th,
#bbs_view_2_style tr:first-child td { border-bottom: 1px solid #ddd; }
.bbs_view_nav{border-bottom: 1px solid #ddd !important; margin-bottom: 30px;}
.bbs_view_nav a{display: block; padding:5px 20px;}

#bbs_btn_wrap tr td a,
#bbs_btn_wrap tr td input { font-size: 15px !important; color: #333; font-weight: 400 !important; }

@media (max-width:768px) {
    #bbs_view_style .board-info strong{display:block;margin-bottom:5px;}
    #bbs_view_style .board-info strong+.bar{display:none;}

    .bbs_view_nav tr th{font-size: 16px;}
}

/* bbs_write_style */




/* ========== BBS - Photo <set> ========== */
.photo_b .photo_body { padding: 20px 0 30px; }
.photo_b .photo_body .name { display: block; height: 34px; line-height: 1em; overflow: hidden; text-align: center; }
.photo_b .photo_body .name a { line-height: 24px; color: #555; }
.photo_b .photo_img { position: relative; overflow: hidden; border: 1px solid #ddd; }
.photo_b .photo_img a { display: block; position: relative; height: 100%;  }
.photo_b .photo_img a img { position: absolute; top: 50%; left: 50%; max-width: none; width: 100%; height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* BBS - View */
.view_image img { margin-bottom: 15px; max-width: 100%; width: auto; height: auto; }
.list_image { margin-bottom: 15px; max-width: 768px; width: 100%; height: auto; font-size: 0; }
.list_image > div { overflow: hidden; position: relative; display: inline-block; vertical-align: top; padding: 5px; width: 20%; height: 50px; border: 1px solid #ddd; }
.list_image > div > img { position: absolute; top: 50%; left: 50%; max-width: none; width: 100%; height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* BBS - Photo List */
.photo_l { padding: 20px; }
.photo_l_wrap:after { content: ''; display: table; clear: both; }
.photo_l_wrap { padding: 20px 0; border-bottom: 1px solid #ddd; }
.photo_l .list_left { float: left; width: 40%; }
.photo_l .list_left img { width: 100%; height: auto; }
.photo_l .list_center { float: left; width: 10%; }
.photo_l .list_right { float: left; width: 60%; }
.photo_l .contents { padding-left: 20px; text-align: left; }
.photo_l .btn_wrap { text-align: right; }

/* BBS - Photo Basic */
.bbs_photo{ border:0 !important; }
.bbs_photo .photo_b{ position:relative; }
.bbs_photo .photo_b:before{ content:''; position: absolute; bottom:40px; left:50%; transform: translate(-50%, 0%); width:calc(100% - 32px); height:1px; background-color:#ddd; }
.bbs_photo .photo_body { padding: 20px 10px 30px; }
.bbs_photo .photo_img { position: relative; overflow: hidden; border: 1px solid #ddd; }
.bbs_photo .photo_img a { display: block; position: relative; height: 100%;  }
.bbs_photo .photo_img a img { position: absolute; top: 50%; left: 50%; max-width: none; width: 100%; height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bbs_photo .photo_body .name {
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-size:22px; font-weight:700; color:#333; text-align: left;
    margin-bottom:10px;
}
.photo_b .photo_body .name a{ font-size:22px; color:#333; }
.photo_b_content{
    line-height: 1.4; max-height: 2.8em;
    overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: normal;
    word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.photo_b_content,.photo_b_content p,
.photo_b_content span{font-size:16px!important;color:#777;}
.bbs_photo .grid{ margin:0 -16px; }
.bbs_photo .grid-24,
.bbs_photo .grid-12,
.bbs_photo .grid-8,
.bbs_photo .grid-6,
.bbs_photo .grid-p2 { padding: 0 16px 40px 16px !important; }

/* BBS - Layer */
.bbs_layer{ border:0 !important; }
.bbs_layer_box{position:relative;}
.bbs_layer .bbs_layer_body{
    display:none;
    position:absolute;top:0;left:0;z-index:1;
    width:100%;height:100%;
    background-image: linear-gradient(45deg,rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image: -webkit-linear-gradient(45deg, rgba(253,120,120,.9), rgb(232,56,167,.9));
    background-image:    -moz-linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image:     -ms-linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image:      -o-linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image:         linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(253,120,120,.9)', EndColorStr='rgba(232,56,167,.9)');
}
.bbs_layer_body_b{ display: flex; flex-wrap: wrap; justify-content: center; align-content: center; height: 100%; }
.bbs_layer .photo_b:hover .bbs_layer_body{display:block;}
.bbs_layer .photo_b .bbs_layer_body .name{
    display: block; align-items: center; text-align: center; vertical-align: middle;
    font-size: 22px; font-weight: 700; color: #fff; line-height: 1.2;
    width: 100%; max-height: 2.4em; padding: 0 10px; overflow: hidden;
}
.bbs_layer .name a{
    overflow:hidden;white-space:normal;text-align:center;word-wrap:break-word;
    display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.bbs_layer_recommand{display:block; font-size:16px;font-weight:600;color:#fff;text-align:center;margin-top:30px;}
.bbs_layer_recommand img{display:block;margin:auto;}
.bbs_layer .bbs_layer_img{position:relative;overflow:hidden;border:1px solid #ddd;}
.bbs_layer .bbs_layer_img a{display:block;position:relative;height:100%;}
.bbs_layer .bbs_layer_img a img{position:absolute;top:50%;left:50%;max-width:none;width:100%;height:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.bbs_layer .grid{ margin:0 -3px; }
.bbs_layer .grid-24,
.bbs_layer .grid-12,
.bbs_layer .grid-8,
.bbs_layer .grid-6,
.bbs_layer .grid-p2 { padding: 3px !important; }

/* BBS - Layer2 */
.bbs_layer2{ border:0 !important; }
.bbs_layer2 .photo_b{ position:relative; }
.bbs_layer2 .photo_b:before{ content:''; position: absolute; bottom:40px; left:50%; transform: translate(-50%, 0%); width:calc(100% - 32px); height:1px; background-color:#ddd; }
.bbs_layer2_box{position:relative; padding-bottom:20px; cursor: pointer;}
.bbs_layer2 .bbs_layer2_img{position:relative;overflow:hidden;border:1px solid #ddd; margin-bottom:15px;}
.bbs_layer2 .bbs_layer2_img a{display:block;position:relative;height:100%;}
.bbs_layer2_img a img{position:absolute;top:50%;left:50%;max-width:none;width:100%;height:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.bbs_layer2_recommand_box{
    display:none;
    position:absolute;top:0;left:0;z-index:1;
    width:100%;height:100%;
    background-image: linear-gradient(45deg,rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image: -webkit-linear-gradient(45deg, rgba(253,120,120,.9), rgb(232,56,167,.9));
    background-image:    -moz-linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image:     -ms-linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image:      -o-linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    background-image:         linear-gradient(45deg, rgba(253,120,120,.9), rgba(232,56,167,.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(253,120,120,.9)', EndColorStr='rgba(232,56,167,.9)');
}
.bbs_layer2 .bbs_layer2_box:hover .bbs_layer2_recommand_box{display:block;}
.bbs_layer2_recommand{
    display: flex; flex-wrap: wrap; justify-content: center; align-content: center; vertical-align: middle;
    width:100%; height:100%; font-size:16px; font-weight:600; color:#fff; text-align:center;
}
.bbs_layer2_recommand>img{display:block;width:auto!important;position:static!important;top:auto!important;left:auto!important;transform:none!important;}
.bbs_layer2_recommand>span{ display:block; width:100%; }
.bbs_layer2_body{ padding:15px 10px 0; }
.bbs_layer2_body .name a{display: block; font-weight: 600; margin-bottom: 5px;}
.bbs_layer2 .name{
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-size:22px; font-weight:700; color:#333;
    margin-bottom:10px;
}
.bbs_layer2_content{
    line-height: 1.4; max-height: 7em;
    overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: normal;
    word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.bbs_layer2_content,.bbs_layer2_content p,
.bbs_layer2_content span{
    font-size: 16px!important;
    color: #777 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
.bbs_layer2 .grid{ margin:0 -16px; }
.bbs_layer2 .grid-24,
.bbs_layer2 .grid-12,
.bbs_layer2 .grid-8,
.bbs_layer2 .grid-6,
.bbs_layer2 .grid-p2 { padding: 0 16px 40px 16px !important; }

@media (max-width:768px) {
    .photo_b .photo_body .name a { font-size: 15px; }

    .bbs_photo .photo_body { padding: 15px 10px 10px; }
    .bbs_photo .photo_b:before{bottom:20px; width: calc(100% - 10px); }
    .bbs_photo .name, .bbs_photo .name a { font-size: 16px !important; }
    .photo_b_content, .photo_b_content p, .photo_b_content span{ font-size:14px !important; }
    .bbs_photo .grid{ margin: 0 -5px; }
    .bbs_photo .grid-24, .bbs_photo .grid-12, .bbs_photo .grid-8, .bbs_photo .grid-6, .bbs_photo .grid-p2{
        padding: 0 5px 20px 5px !important;
    }

    .bbs_layer .name{ font-size:16px; }
    .bbs_layer_recommand{ margin-top:10px; font-size: 12px; }
    .bbs_layer .photo_b .bbs_layer_body .name{font-size:14px;}

    .bbs_layer2 .photo_b:before {
        bottom: 20px;
        width: calc(100% - 10px);
    }
    .bbs_layer2_box {
        padding-bottom: 10px;
    }
    .bbs_layer2_body{ padding:10px 10px 0; }
    .bbs_layer2 .name{ font-size:16px; }
    .bbs_layer2_recommand{ margin-top:10px; font-size: 12px; }
    .bbs_layer2_content{ max-height: 4.2em; -webkit-line-clamp: 3; }
    .bbs_layer2_content,.bbs_layer2_content p,
    .bbs_layer2_content span{font-size:14px!important;}
    .bbs_layer2 .grid{ margin:0 -5px; }
    .bbs_layer2 .grid-24,
    .bbs_layer2 .grid-12,
    .bbs_layer2 .grid-8,
    .bbs_layer2 .grid-6,
    .bbs_layer2 .grid-p2 { padding: 0 5px 20px 5px !important; }
}


/* BBS Event (이벤트게시판) */

/* 이벤트 */
.event-top { margin-top: 10px; }
.event-left { display: inline-block; vertical-align: top; width: 775px; }
.event-right { display: inline-block; vertical-align: top; padding-left: 10px; width: 275px; }
.event-ul li { padding-bottom: 1px; }
.event-slide .slick-dots { position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; font-size: 0; }
.event-slide .slick-dots li { display: inline-block; vertical-align: top;  margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; border: 1px solid #aaaaaa; }
.event-slide .slick-dots li.slick-active { background: #777777; border-color: #777777; }


.s-box-wrap { padding: 30px 0; width: 100%; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.s-box-wrap:first-child { border-top: none; }
.s-image { display: inline-block; vertical-align: top; padding-right: 50px; width: 34.7%; }
.s-image a { overflow: hidden; display: block; height: 190px; }
.s-image a img { width: 100%; }
.s-contents { display: inline-block; vertical-align: top; width: 65.3%; }
.s-contents .name { margin: 20px 0 18px; font-size: 20px; color: #333333; font-weight: 500; }
.s-contents p { position: relative; margin-bottom: 10px; padding-left: 55px; font-size: 15px; color: #666666; }
.s-contents p:last-child { margin-bottom: 0; }
.s-contents strong { position: absolute; top: 1px; left: 0; color: #555555; font-weight: 500; }
.event-bottom .category_pd { margin-top: 50px; }
.event-bottom #bbs_style { border: none; }
.event-bottom #page_list_style { margin-top: 0; border-top: none; }

.event-prd-link { display: block !important; margin: 15px auto 0 !important; width: 270px !important; height: 60px !important; line-height: 60px; text-align: center; font-size: 18px; color: #fff !important; background: #926d49; border-radius: 30px; }

@media (max-width: 1024px){
    .event-top { text-align: center; }
    .event-left { width: 100%; }
    ._e img { margin: auto; max-width: 100%; }
    .event-right { margin-top: 15px; padding: 0; width: auto; }
    .event-ul li img { max-width: 100%; }

    .s-contents { width: 100%; }
    .s-image { padding-right: 0; width: auto; }
    .s-image a { height: auto; }
}
@media (max-width: 768px) {
    .event-right { display: inline-block; vertical-align: top; width: 100%;}
    .event-ul li, .event-ul{width: 100%;}
    .event-ul li img {width: 100%; }

    .event-prd-link { width: 200px !important; height: 50px !important; line-height: 50px !important; font-size: 14px; }
}




/* BBS - Photo List 2 */
#photo_l2 { padding-bottom: 20px; }
#photo_l2 img { width: 100%; height: auto; }

/* BBS - Thumbnail Basic */
.thumb-basic{padding:15px 0;}
.thumb-basic ul{display:flex;flex-wrap:wrap;margin:0 -15px;}
.thumb-basic ul li{width:33.33333%;padding:15px;}
.thumb-basic__box{padding:30px;height:100%;border:2px solid #eee;border-radius:5px;}
.thumb-basic .star{width:100%;text-align:center;margin-bottom:5px;}
.thumb-basic .star img{margin:1px;}
.thumb-basic .title{display:block;font-size:24px;text-align:center;color:#333;margin:15px 0;line-height:32px;max-height:64px;overflow:hidden;display:0;-webkit-line-clamp:2;-webkit-box-orient:vertical; cursor: pointer;}
.thumb-basic .info{display:block;font-size:16px;color:#aaa;text-align:center;margin-bottom:20px;}
.thumb-basic .info strong{display:block;font-size:18px;font-weight:500;}
.thumb-content{font-size:18px;font-weight:300;line-height:32px;max-height:160px;color:#777;overflow:hidden;display:0;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.thumb-content img{display:none;}

@media (max-width: 768px){
    .thumb-basic ul li{width:50%;}
    .thumb-basic .title{font-size:18px;line-height:26px;max-height:52px;}
    .thumb-basic .info strong{font-size:16px;}
    .thumb-basic .info{font-size:14px;}
    .thumb-content{font-size:16px;line-height:26px;max-height:78px;-webkit-line-clamp:3;}
}

@media (max-width: 576px){
    .thumb-basic ul li{ width:100%; }
}

/* BBS - Thumbnail Basic 2 */
.bbs .thumb_img { padding: 15px; }
.bbs .thumb_list_wrap { padding: 15px; }


/* BBS - Thumbnail Basic 3 */
.thumb_b3 { height: 100px; overflow: hidden; }
.thumb_b3:after { content: ''; display: table; clear: both; }
.thumb_b3 .thumb_img { float: left; width: 30%; }
.thumb_b3 .thumb_img img { width: 100%; height: auto; }
.thumb_b3 .thumb_body { float: left; width: 70%; padding-left: 20px; text-align: left; }


/* BBS - News */
.bbs-news{position:relative;}
.bbs-news-ul li{border-bottom:1px solid #ddd;}
.bbs-news-ul li:last-child{border-bottom:0;}
.bbs-news-ul .news-box-wrap{position:relative;background-color:#f5f5f5;border-bottom:1px solid #ddd;}
.bbs-news-ul .news-box-wrap:last-child{border-bottom:0;}
.news-box__link{display:none;width:100%;height:100%;position:absolute;top:0;left:0;}
.bbs-news-ul .news-box-wrap:hover .news-box__link{display:block;}
.bbs-news-ul .news-box-wrap:hover .news-box__link:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:2;}
.bbs-news-ul .news-box-wrap:hover .news-box__link:after{content:'\d30c\d2b8\b108\20\d648';/*파트너홈*/position:absolute;top:50%;right:60px;transform:translate(0,-50%);min-width:300px;font-size:28px;font-weight:600;color:#fff;padding:20px 30px;background-color:#ffc619;background-image:url(/child/img/icon/arrow-w.png);background-position:right 30px center;background-repeat:no-repeat;z-index:3;}
.news-box{display:flex;align-items:center;padding:40px;}
.news-box__head{flex-basis:280px;position:relative;padding:0;}
.news-box__check{position:absolute;top:0;left:0;font-size:0;}
.news-box__thumb{overflow:hidden;display:block;position:relative;padding-top:calc(200/350*100%);width:280px;height:160px;background-color:#fff;}
.news-box__image{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;}
.news-box__thumb .img{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;}
.news-box__body{flex:1 1;position:relative;padding:0 0 0 60px;text-align:left;}
.news-box__detail{position:absolute;top:15px;right:20px;font-size:16px;color:#2a8ddc;font-weight:500;}
.news-box__title{display:inline-block;font-size:28px;font-weight:600;color:#333;}
.news-box__name{position:relative;font-size:22px;color:#777;margin-left:20px;padding-left:20px;}
.news-box__name:before{content:'';position:absolute;top:50%;left:0;transform:translate(0,-50%);display:block;width:1px;height:26px;background-color:#ccc;}
.news-box__name
.news-box__title a{font-size:inherit;font-weight:inherit;color:inherit;}
.news-box__date{display:block;margin-bottom:15px;font-size:15px;color:#777;font-weight:300;}
.news-box__pr{display:block;width:100%;font-size:18px;font-weight:300;color:#777;margin-top:15px;}
.news-box__body .view-more{display:inline-block;padding-right:10px;line-height:20px;background:url(/adm/bbs/skin/news/image/view-more.png) no-repeat right center;}
@media (max-width:1200px){
    .news-box__name{
        display: block;
        font-size: 20px;
        padding: 0;
        margin: 5px 0 0 0;
    }
    .news-box__name:before{display: none;}
}
@media (max-width:1024px){
    .news-box{padding:30px;}
    .news-box__body{padding:0 0 0 35px;}
    .news-box__detail { display: none; }
    .news-box__title { font-size: 22px; }

}
@media (max-width:768px){
    .news-box{padding:20px;}
    .news-box { flex-direction: column; }
	.news-box__head { flex-basis: auto; }
    .news-box__body { width:100%; padding: 15px 0 0; }
    .news-box__title { display: block; font-size: 20px; text-align: center; }
    .news-box__name{ font-size: 18px; text-align: center; }
    .news-box__pr { font-size: 16px; text-align: center; }
    .bbs-news-ul > li:hover .news-box__link:after{font-size: 20px; right:50%; transform: translate(50%,-50%);}
}
@media (max-width:576px){
    .news-box__head { width: 100%; }
    .news-box__thumb{width:100%;}
    .news-box__title{font-size: 16px;}
    .news-box__name{ font-size: 16px; }
    .news-box__pr { font-size: 14px; }
    .bbs-news-ul > li:hover .news-box__link:after{min-width: 200px; font-size: 18px;}
}


/* Table Grid */
.table-grid { width: 100%; }
.table-grid:after { content: ''; display: table; clear: both; }
.t_grid-12 { display: table; float: left; padding: 10px 0; width: 50%; }
.t_grid-24 { display: table; padding: 10px 0; width: 100%; }
.t_th { display: table-cell; vertical-align: middle; width: 15%; height: 35px; padding-left: 10px; text-align: left; }
.t_td { display: table-cell; vertical-align: middle; width: 85%; }
.table-grid input { width: 100% !important; }


/* BBS - Guest */
#bbs_guest_style { padding: 15px; background-color: #fafafa; border: 1px solid #ddd; }
#bbs_guest_style input { padding: 0 10px; height: 35px; background-color: #fff; }
#bbs_guest_style textarea { background-color: #fff; }
#bbs_guest_border_style { border-collapse: collapse; border-top: 2px solid #1e71dd; }
.spam_check { text-align: left; }
.spam_check input { width: 30% !important; }
.spam_check img { margin: 0; }
.table-grid button[type=submit] { width: 150px; height: 35px; line-height: 35px; color: #fff; background-color: #1e71dd; }

/*부모글*/
.guest_parents{padding:15px; border-top:1px solid #ddd;}
.guest_parents h4{font-size:13px; color:#333; height:25px; position:relative;}
.guest_parents h4 span{position:absolute; right:0; top:0; display:block; }
.guest_parents p{margin-bottom:10px; color:#666; }
.guest_parents img { display: inline-block; }
.guest_date { color:#999; font-size:12px; }
.guest_date strong { font-weight:normal; color:#666; }

/*댓글*/
.guest_child{ padding:15px 15px 15px 30px; margin:0 10px 10px;}
.guest_child h4{color:#666; height:25px; position:relative;}
.guest_child span{position:absolute; right:0; top:0; display:block; font-weight:normal;}
.reply_box{border:1px solid #ddd; padding:10px 15px;  margin:10px;}
.reply_box th{height:30px; text-align:left; font-weight:normal;}
.reply_box img { margin: 0; }
.common_cmt{border:1px solid #ddd; padding:10px 15px; margin:10px;}
.common_cmt th{height:30px; text-align:left; font-weight:normal;}

.comment-box{position:relative;border-bottom:1px solid #ddd;padding:30px;}
.com-info{font-size:18px;font-weight:300;color:#999;margin-bottom:18px;}
.com-info strong{font-weight:600;color:#333;}
.comment-box .bar{display:inline-block;width:1px;height:18px;background-color:#ccc;margin:0 20px -2px;}
.com-edit{position:absolute;top:30px;right:30px;}
.com-edit .bar{height:16px;margin:0 14px -2px;}
.com-edit a{font-size:16px;color:#999;}
.com-content p{font-size:18px;color:#777;}
.com-total{font-size:18px;font-weight:700;color:#ff861a;padding:11px 30px;background-color:#f9f9f9;}
.comment-writing{padding:30px;}
.comw-info{margin-bottom:7px;}
.comw-info ul{clear:both;overflow:hidden;}
.comw-info ul li{float:left;padding:3px 20px 3px 0;}
.comw-tit{font-size:18px;color:#333;padding-right:10px;}
.comw-text{display:flex;}
.comw-text textarea{width:100%;height:120px;margin-top:0;margin-bottom:0;}
.comw-text button{width:120px;height:120px;font-size:18px;color:#777;background-color:#e8eaf1;margin-left:10px;}

@media (max-width: 1200px){
    .comment-writing{padding:20px;}
    .comw-tit{font-size:14px;}
    .comw-text textarea,.comw-text button{height:100px;font-size:16px;}
    .comment-box{padding:20px;}
    .com-total{font-size:16px;padding:7px 20px;}
    .com-info{font-size:16px;margin-bottom:15px;}
    .com-edit{top:20px;right:20px;}
    .com-edit a{font-size:14px;}
    .com-content p{font-size:16px;}
}
@media (max-width: 768px){
    .com-total{font-size:14px;}
    .com-info{font-size:14px;}
    .com-info strong{ display:block; }
    .com-info strong+.bar{ display:none; padding-right:85px; }
    .com-content p{ font-size:14px; }
}
@media (max-width: 425px){
    .comment-writing input {
        width: 100%;
    }
}

/* 방명록 작성 input---------------------------------- */
.guest_cmt{background:#f7f7f7; border-width:1px 1px 1px; border-style:solid; border-color:#333 #ddd #ddd; padding:10px 15px;}
.guest_cmt th{height:30px; text-align:left; font-weight:normal;}
.guest_cmt .input{background:#fff;}


/* bbs agree */
.agree_wrap{ padding: 20px; border: 2px solid #f0f0f0; }


/* bbs Search Box Style */
#bbs_list_search  { background-color: #f9f9f9; }
#bbs_list_search tr td { padding: 20px 0; }
#bbs_list_search select,
#bbs_list_search input,
#bbs_list_search button { height: 45px; border: 1px solid #dddddd; background-color: #fff; }

#bbs_list_search select { margin-right: 5px; width: 100px; font-size: 14px; }
#bbs_list_search input { margin-right: -1px; width: 275px; }
#bbs_list_search button{
    width: 70px; color: #fff; font-size: 14px;
    background-color: #1e71dd;
    /* background-image: url('/child/img/icon/bbs-search.png');
    background-repeat: no-repeat; background-position: center; */
}
.color-sky #bbs_list_search button{ background-color:#3d8fff; }
.color-yellow #bbs_list_search button{ background-color:#ffc619; }
.color-pink #bbs_list_search button{ background-color:#ff545f; }
.color-green #bbs_list_search button{ background-color:#13cd8e; }
.color-orange #bbs_list_search button{ background-color:#ff861a; }
.color-blue #bbs_list_search button{ background-color:#1d43d1; }



/* BBS - Map */
.Map_Wrap { text-align:left; padding:10px 0; margin:50px 0 20px; }
.Map_contents { padding:20px; border:1px solid #ddd; position:relative; }
.Map_txt { font-size:24px; font-weight:bold; color:#333; padding:10px 0; letter-spacing:-0.05em;  }

#map_search { padding: 15px 10px; border: 1px solid #ddd; background-color: #fbfbfb; }
#map_search > form > div { display: inline-block; vertical-align: top; padding: 0 10px;}
#map_search > form > div > input,
#map_search > form > div > select,
#map_search > form > div > button { width: 100%; height: 35px; }
#map_search > form > .map_form1 { width: 25%; }
#map_search > form > .map_form2 { width: 25%; }
#map_search > form > .map_form3 { width: 50%; position: relative; padding-right: 110px; }
#map_search > form > .map_form3 > button { position: absolute; top:0; right: 10px; width: 100px; color: #fff; background-color: #1e71dd; }





/* BBS - Faq */
.faq-style tr td { font-size: 16px !important; color: #555; }
.faq-style tr td a { font-size: 16px !important; color: #555; }
.q-tr td { }
/* .q-tr td:last-child { padding-right: 75px !important; } */
/* .a-tr table tr td { padding: 25px 15px !important; } */
.a-box {position: relative; background: #f5f5f5; }
.a-box:before{
    content:'';
    display: block;
    width: 21px;
    height: 50px;
    position: absolute;
    top:-60px;
    right:20px;
    background-image: url(/child/img/icon/faq-arrow-on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.ic_q, .ic_a{
    position: relative;
    display: inline-block;
    width: 190px;
    font-size: 18px;
    font-weight: 600;
    color: #3d8fff;
    padding: 15px 0 0 20px;
}
.ic_q:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:calc(100% - 20px);
    height: 1px;
    background-color: #3d8fff;
}
.ic_a{
    margin-top: 20px;
}
.ic_q strong,
.ic_a strong{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    padding: 7px 5px;
}
.ic_q strong{background-color: #3d8fff;}
.ic_a strong{
    background-color: #f87177;
}
.q-subject,.a-subject{width:190px; padding:0 !important;}
.a-subject{
    vertical-align: top;
}
.q-arrow {
    line-height: 1.5 !important;
    padding: 0 !important;
    background-image: url('/child/img/icon/faq-arrow.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
 }
 .q-arrow a{
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
    color: #333 !important;
    padding: 30px 70px 21px 20px;
 }
 .a-arrow{
     height: 80px;
     padding: 30px 20px !important;
 }
@media(max-width:1024px){
}
@media(max-width:768px){
    .faq-style,.faq-style tbody,.faq-style tr, .faq-style td, .faq-style th{ display:block; }
    .ic_q, .ic_a{
        width:auto;
        padding: 20px 20px 0;
    }
    .ic_q strong, .ic_a strong{
        position: static;
        margin-left: 20px;
    }
    .ic_a, .ic_a strong{
        margin:0;
    }
    .ic_q:before{display: none;}
    .q-subject, .a-subject{width:auto;}
    .q-arrow a{
        padding: 10px 70px 20px 20px;
    }
    .a-box:before{
        top:-50px;
    }
}
@media(max-width:576px){
    .a-box:before{
        top:-65px;
    }
}



/* view expect style */
#rate-register-box { margin-top: 30px; padding: 25px; background-color: #fafafa; border: 1px solid #eeeeee; }
.register-box-top { margin-bottom: 10px; }
.register-box-top span:first-child { padding-right: 15px; border-right: 1px solid #e5e5e5; }
#register_btn { position: relative; padding-right: 140px; }
#register_btn input { padding-left: 20px; width: 100%; height: 70px; }
#register_btn button { position: absolute; right: 0; top: 0; width: 140px; height: 70px; background-color: #70ae31; color: #fff; }

/* view qna style */
#qna_form .qna { border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
#qna_form .q_title { padding: 25px; cursor: pointer; border-bottom: 1px solid #f6f6f6; }
#qna_form .q_title:hover { background: #fafafa; }
#qna_form .q_title .fLeft span { font-size: 15px; color: #555555; }
#qna_form .q_title .fRight span { display: inline-block; vertical-align: middle; padding: 0 15px 0 0; line-height: 12px; font-size: 15px; color: #666666; }
#qna_form .q_title .fRight span:last-child { padding: 0 0 0 15px; border-left: 1px solid #e5e5e5; }
#qna_form .q_content { display: none; padding: 25px; }
#qna_form .q_icon { display: inline-block; vertical-align: top; margin: 4px 10px 0 0; width: 10px; height: 10px; background: url('/child/img/icon/icon_qna_a.png') no-repeat center; }
.a_content { background: #f6f6f6; font-size: 15px; color: #555555; }

#qna_btn_wrap .btn { width: 95px; height: 35px; line-height: 35px; border-color: #cccccc; }





/* BBS Stock */

.bs_stock i{
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 9px;
}
.inc_val i{
    background: url('/child/img/icon/inc_val.png');
}
.dec_val i{
    background: url('/child/img/icon/dec_val.png');
}
.non_val i{
    background: url('/child/img/icon/non_val.png');
}
.stock_info p{
    font-size: 16px;
    line-height: 24px;
}
.btn_modify{
    padding: 5px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
}


/* Board Password */
.passwd{
    margin: 30px auto;
    padding: 30px;
    max-width: 450px;
    text-align: center;
}
.passwd{
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.3);
}
.passwd h1 { font-size: 16px; font-weight: 400; }
.passwd img { margin: 0 auto 15px; }
.passwd_wrap input { margin: 15px 0; width: 100%; height: 35px; }
.passwd_wrap .btn_wrap button { width: 49%; margin-top: 20px;}
/* .passwd_wrap .btn_wrap button:first-child { margin-right: 2%; } */



/* Page List Style */
#page_list_style { margin: 30px 0 50px; }
.Paging_Num { border-bottom: none !important; }
.Paging_Num tr td { border-bottom: none !important; }

/* Pager */
#pager td{padding-left:0;width:30px;height:30px;line-height:30px;text-align:center;font-size:14px;}
#pager td a{display:block;padding-top:1px;width:100%;height:100%;}
#pager td a:hover{padding-top:0;background-color:#f8f8f8;border:1px solid #cccccc;}
.current_page{color:#fff;background:#1e71dd;border:none;cursor:default;}
.color-sky .current_page{background:#3d8fff;}
.color-yellow .current_page{background:#ffc619;}
.color-pink .current_page{background:#ff545f;}
.color-green .current_page{background:#13cd8e;}
.color-orange .current_page{background:#ff861a;}
.color-blue .current_page{background:#1d43d1;}
.page_backward{background:url(/child/img/pager/page_l_2.png) no-repeat center;}
.page_back5{background:url(/child/img/pager/page_l.png) no-repeat center;}
.page_5{background:url(/child/img/pager/page_r.png) no-repeat center;}
.page_forward{background:url(/child/img/pager/page_r_2.png) no-repeat center;}


/* ========== Media Query ========== */
@media (max-width: 1024px){
    /* Grid */
    .grid-p2 { padding: 2%; width: 25%; }
}


/* ========== Media Query ========== */
@media (max-width: 768px){

    /* BBS - View */
    #bbs_view_style tr th{ font-size: 22px; padding: 20px; }
    #bbs_view_style tr th, #bbs_view_style tr td{padding-left:20px;}
    #bbs_view_style tr td{ font-size: 16px; }
    #bbs_view_style .board-info td,
    #bbs_view_style td.file-td{ font-size: 14px; }
    #bbs_view_style tr td.content_box{ padding: 25px 20px 30px; }

    .list_image > div  { width: 25%; }


    /* BBS - Thumbnail Basic 3 */
    .thumb_b3 { width: 100%; }


    /* ========== BBS ========== */
    /* BBS - Photo List */
    .photo_l { padding: 20px 2%; }


    /* BBS - Guest */
    .t_grid-12 { display: table; width: 100%; }


    /* bbs Search Box Style */
    #bbs_list_search select { margin-right: 5px; width: 70px; }
    #bbs_list_search input { width: 130px; }
    #bbs_list_search button { width: 45px; color: #fff; background-color: #1e71dd; }

    /* BBS - Map */
    #map_view { display: none; }
    #map_search > form > .map_form1 { display: block; padding-top: 5px; padding-bottom: 5px; width: 100%; }
    #map_search > form > .map_form2 { display: block; padding-top: 5px; padding-bottom: 5px; width: 100%; }
    #map_search > form > .map_form3 { padding-top: 5px; padding-bottom: 5px; width: 100%; }
    #map_search > form > .map_form3 > button { top: 5px; }

}

/* ========== Media Query ========== */
@media (max-width: 425px){

    /* BBS - View */
    #bbs_view_style tr th{ font-size: 18px;}

    /* Grid */
    .grid-p2 { padding: 2%; width: 50%; }

    .input-file .file-name{width:80px!important;}
}
