<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/











/*****************************************************************
í†µì´ë¯¸ì§€ ì„¤ëª… ì‚¬ìš©
*****************************************************************/
/* 767pxì´í•˜ ë³¸ë¬¸ì´ë¯¸ì§€ */
@media (max-width:425px) {
    .pc_view {
        display: none
    }
    .mo_view {
        display: block
    }
}

/* 768pxì´ìƒ ë³¸ë¬¸ì´ë¯¸ì§€ */
@media (min-width:426px) {
    .pc_view {
        display: block
    }
    .mo_view {
        display: none
    }
}





/*****************************************************************
êµ¬ê¸€ì§€ë„ : ì˜¤ì‹œëŠ”ê¸¸
*****************************************************************/
.map_google {
    width: 100%;
    height: 600px;
    border: 0;
}
.map_google iframe{
    display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
}
.map_google iframe.clicked{
    pointer-events: auto;
}












/* íšŒì›ê´€ë&nbsp;¨ */
/*****************************************************************
ë¡œê·¸ì¸ : login.php
*****************************************************************/
.np_login {
    overflow: hidden;
    border: 1px solid #eee;
}
/**/
.np_loginBox01 {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    margin: 20px auto 20px;
    border: 0px solid #f00;
}
.np_loginBox01 h3 {
    color: #222;
    font-size: 2.5em;
    font-weight: 100;
}
.np_loginBox01 p {
    margin: 5px 0 20px 0;
}
.np_loginBox01 input[type=text],
.np_loginBox01 input[type=password] {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px;
    padding-left: 10px;
}
.np_loginBox01 .sec01 {
    overflow: hidden;
}
.np_loginBox01 .sec01 .sec_left {
    width: 70%;
    float: left;
}
.np_loginBox01 .sec01 .sec_left input {
    height: 40px;
}
.np_loginBox01 .sec01 .sec_right {
    width: 29.5%;
    float: right;
}
.np_loginBox01 .sec01 .sec_right input[name=login_ok] {
    width: 100%;
    height: 84px;
    background-color: #222;
    border: 1px solid #fff;
    color: #ccc;
}
.np_loginBox01 .sec02 {
    margin-top: 20px;
}
.np_loginBox01 .sec02 ul li {
    text-align: right;
    margin: 1px 0;
    font-size: 0.875em;
    color: #888;
}
.np_loginBox01 .sec02 .btn-sm {
    width: 29.5%;
    margin-left: 10px;
    text-align: right;
}

/**/
.np_loginBox02 {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    margin: 30px auto;
    border-top: 1px dotted #888;
    overflow: hidden;
}
.np_loginBox02 h3 {
    margin: 20px 0 0;
    font-size: 1.250em;
}
.np_loginBox02 p {
    display: inline-block;
    margin: 0 0 20px 0;
    color: #888;
}
.np_loginBox02 ul {
    overflow: hidden;
}
.np_loginBox02 li span {
    width: 29.5%;
    line-height: 40px;
    display: inline-block;
    background-color: #ddd;
    text-align: center;
    margin: 1px 0;
}
.np_loginBox02 li input {
    width: 70%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
    float: right;
    margin: 1px 0;
}
.np_loginBox02 .np_order_ok button {
    width: 29.5%;
    float: right;
    text-align: right;
    margin: 10px 0;
}

@media (max-width:768px) {
    .np_login {
        border: none;
    }
    .np_loginBox01,
    .np_loginBox02 {
        width: 100%;
        padding: 0;
    }
}





/*****************************************************************
íšŒì›ê°€ìž… : join.php
*****************************************************************/
.np_join {
    border: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.np_join .sec01 {
    width: 70%;
    margin: 0 auto;
    padding: 40px 20px 0px;
}

.np_join .sec01 h3 {
    font-size: 2.5em;
    font-weight: 100;
    border: 0px solid #ccc;
}

.np_join .sec01 p {
    font-size: 1.0em;
}

.np_join .sec02 {
    overflow: hidden;
    width: 70%;
    margin: 20px auto;
    padding: 0 20px;
}

.np_join .sec_left {
    width: 70%;
    float: left;
}

.np_join .sec_right {
    width: 29.5%;
    float: right;
}

.np_join .sec_left span {
    float: left;
    display: block;
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #ddd;
    margin: 1px 0;
    text-align: center;
}

.np_join input.box {
    height: 40px;
}

.np_join input {
    width: 70%;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 1px 0;
}

.np_join input[name=join_ok] {
    width: 100%;
    height: 82px;
    background-color: #333;
    font-size: 1.25em;
    font-weight: 300;
    color: #fff;
    border: 0;
}

@media (max-width:768px) {
    .np_join {
        width: 100%;
        border: none;
    }
    .np_join .sec01,
    .np_join .sec02 {
        width: 100%;
    }
}




/*****************************************************************
íšŒì›ê°€ìž… : join.php : agreement_form
*****************************************************************/
.np_agreement {
    text-align: left;
    border: 0px solid #f00;
}

.np_agreement h5 {
    font-size: 1.5em;
    font-weight: 400;
    padding: 10px 0;
    border: 0px solid #eee;
}

.np_agreement input {
    float: left;
    margin: 0 10px 10px 0;
}

.np_agreement textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    padding: 30px;
}

.np_agreement input[type=image] {
    text-align: center;
    margin: 20px auto;
}

.np_agreement button {
    width: 150px;
    float: right;
    text-align: right;
    margin: 10px 0;
    padding: 10px 20px;
}

.np_agreement .member_txt td {
    font-size: 1.150em;
/*    border: 10px solid #f00;*/
}

.np_agreement .member_txt input[name=com_member_check_agree],
.np_agreement .member_txt input[name=com_member_check_safe],
.np_agreement .member_txt input[name=com_member_check_collection] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}




/*****************************************************************
íšŒì›ê°€ìž… &amp; ì&nbsp;•ë³´ìˆ˜ì&nbsp;• : join.php , edit.php : apply_form (ìž…ë&nbsp;¥ì–‘ì‹)
*****************************************************************/
.np_apply {
    text-align: left;
    border: 0px solid #eee;
}

.np_apply h5 {
    font-size: 1.25em;
    font-weight: 400;
    padding: 10px 0;
    margin-top: 20px;
    border: 0px solid #eee;
}

.np_apply .sec01 {
    background-color: #fff;
    padding: 10px 0;
}

.np_apply .sec01 h4 {
    font-size: 1.25em;
    font-weight: 100;
    padding: 10px 0;
    border: 0px solid #ccc;
}

.np_apply .sec01 p {
    padding: 0px;
}

.np_apply .sec02 {
    margin-top: 30px;
    font-size: 0.875em;
}

.np_apply .sec02 .member_txt tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.np_apply .sec02 .member_td_bgcolor {
    width: 20%;
}

.np_apply .sec02 input,
.np_apply .sec02 select {
    max-width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding-left: 5px;
}

.np_apply .sec02 .t_m1 {
    border-top: 1px solid #222;
}

.np_apply .sec02 #dl1 dt {
    font-size: 1.5em;
    font-weight: 400;
}

.np_apply .sec02 input[name=addr],
.np_apply .sec02 input[name=addr2] {
    width: 100%;
}

.np_apply .sec02 input[name=addr_post1],
.np_apply .sec02 input[name=phone_no1],
.np_apply .sec02 input[name=phone_no2],
.np_apply .sec02 input[name=phone_no3],
.np_apply .sec02 select[name=mobile_no1],
.np_apply .sec02 input[name=mobile_no2],
.np_apply .sec02 input[name=mobile_no3] {
    width: 65px;
}

.np_apply .sec02 input[name=member_img] {
    border: none;
}

.np_apply .sec03 {
    text-align: center;
    margin: 30px 0;
}

.np_apply .sec03 .btn-default {
    padding: 10px 20px;
}

.np_apply .sec03 a {
    vertical-align: top;
}

@media (max-width:768px) {
    .np_apply .sec02 input,
    .np_apply .sec02 select {
        width: 100%;
    }
    
    .np_apply .sec02 input[type=radio] {
        width: 15px;
    }
}




/*****************************************************************
íšŒì›ê°€ìž… : join.php : apply_result_form (ê°€ìž…ì™„ë£Œ)
*****************************************************************/
.np_apply_result {}

.np_apply_result .sec01 {
    border: 1px solid #eee;
    padding: 50px 10px;
}

.np_apply_result .sec01 h3 {
    font-size: 2.5em;
    font-weight: 100;
    padding: 10px 0;
    border: 0px solid #ccc;
}

.np_apply_result .sec01 p {
    padding: 10px;
}

.np_apply_result .sec01 strong {
    font-size: 1.5em;
    font-weight: 500;
    color: #5b95c9;
}

.np_apply_result .sec02 {
    margin: 20px 0 30px;
    overflow: hidden;
}

.np_apply_result .sec02 button {
    width: 150px;
    float: right;
    text-align: right;
    margin: 10px 0;
}




/*****************************************************************
íšŒì›íƒˆí‡´ : secede
*****************************************************************/
.np_out {
    text-align: left;
}
.np_out .sec01 .tit {
    color: #111;
    border-bottom: 1px solid #222;
    padding: 10px 0;
    margin-bottom: 10px;
}
.np_out .sec01 table {
    border: 1px solid #ddd;
    border-width: 1px 0;
}
.np_out .sec01 tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.np_out .sec01 tr td:first-child {
    width: 25%;
    background-color: #eee;
    text-align: center;
}
.np_out .sec01 input {
    height: 30px;
    padding: 5px;
}

.np_out .sec02 {
    margin: 50px 0;
    width: 100%;
    display: table;
}
.np_out .sec02 .tit {
    color: #111;
    border-bottom: 1px solid #222;
    padding: 10px 0;
    margin-bottom: 10px;
}

.np_out .sec03 a {
    vertical-align: top;
}


.np_out h5 {
    font-size: 1.0em;
    font-weight: 400;
    color: #222;
    padding: 10px 0;
    margin-top: 20px;
}

.np_out input {
    float: left;
    margin-right: 10px;
}

.np_out .sec03 {
    margin-top: 40px;
}

.np_out .sec03 input {
    float: none;
    margin-right: 0px;
}












/*****************************************************************
í•˜ë‹¨ì˜ì—­ : ì´ìš©ì•ˆë‚´
*****************************************************************/
.np_siteinfo .rull_site {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .rull_site #use {
    text-align: right;
}

.np_siteinfo .rull_site dl {
    
}

.np_siteinfo .rull_site dt {
    margin-top: 30px;
}

.np_siteinfo .rull_site dd {
}



/*****************************************************************
í•˜ë‹¨ì˜ì—­ : ì„œë¹„ìŠ¤ì´ìš©ì•½ê´€
*****************************************************************/
.np_siteinfo .service_rull {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .service_rull p.tit {
    margin-top: 30px;
}



/*****************************************************************
í•˜ë‹¨ì˜ì—­ : ê°œì¸ì&nbsp;•ë³´ì·¨ê¸‰ë°©ì¹¨
*****************************************************************/
.np_siteinfo .personal {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .personal .summary {
    margin-top: 30px;
    color: #888;
}

.np_siteinfo .personal h3 {
    margin-top: 30px;
    font-size: 1.125em;
}



/*****************************************************************
í•˜ë‹¨ì˜ì—­ : ì´ë©”ì¼ë¬´ë‹¨ìˆ˜ì§‘ê±°ë¶€
*****************************************************************/
.np_siteinfo .email {
    padding: 20px 0 50px;
    line-height: 300%;
}




















/*****************************************************************
ê²Œì‹œíŒ ê³µí†µ ì&nbsp;„ì²´
*****************************************************************/
.n_board_txt &gt; table,
.n_board_gallery &gt; table {
    width: 100%;
    border: 0px solid #f00;
}


/*****************************************************************
ê²Œì‹œíŒ ìµœìƒë‹¨ë¼ì¸ &amp; ê¸°íƒ€ì˜ì—­ ìž¡ë™ ì»¬ëŸ¬
*****************************************************************/
.n_board_gallery &gt; table .boxArea &gt; table &gt; tbody &gt; tr &gt; td {
    background-color: #fff;
    vertical-align: top;
}


/*****************************************************************
ê¸€ëª©ë¡ : ì&nbsp;„ì²´ì„&nbsp;íƒ(ê´€ë¦¬ìžë¡œê·¸ì¸ì‹œ)
*****************************************************************/
.n_board_txt #check_all,
.n_board_gallery #check_all {
    width: 18px;
    height: 18px;
    margin: 5px;
}


/*****************************************************************
ê¸€ì½ê¸°, ê¸€ì“°ê¸° : tr &gt; td(ìš°ì¸¡)
*****************************************************************/
.n_board_txt .board_desc {
    text-align: left;
}


/*****************************************************************
ê¸€ì“°ê¸° : í•˜ë‹¨ ê³µì§€ê¸€ì²´í¬
*****************************************************************/
.n_board_txt .board_desc input[type=checkbox],
.n_board_gallery .board_desc input[type=checkbox] {
    max-width: 17px;
    max-height: 17px;
    vertical-align: bottom;
}


/*****************************************************************
ê¸€ì“°ê¸° : ìƒë‹¨ìž…ë&nbsp;¥ë‚´ìš©(ìž‘ì„±ìž,ë¹„ë²ˆ,ì&nbsp;œëª©ë“±..) &amp; ê¸€ëª©ë¡ : ê´€ë¦¬ìžì²´í¬ë°•ìŠ¤
*****************************************************************/
.n_board_txt .board td input,
.n_board_gallery .board td input {
    width: 100%;
    border: 1px solid #ddd;
    background-color: transparent;
    height: 30px;
    padding: 3px 5px;
    margin: 1px 0;
}

.n_board_txt .board td input[type=file],
.n_board_gallery .board td input[type=file] {
    max-width: 500px;
    border: 0px solid #ddd;
}

.n_board_txt .seLayout,
.n_board_gallery .seLayout {
    border: none;
}


/*****************************************************************
ê¸€ì“°ê¸° : textarea
*****************************************************************/
.n_board_txt .seLayout #descriptionView_IFRAME,
.n_board_gallery .seLayout #descriptionView_IFRAME {
    border: 1px solid #ddd;
}


/*****************************************************************
ê¸€ì“°ê¸° : í™•ì¸ë²„íŠ¼
*****************************************************************/
.n_board_txt .bbsnewf5 input[type=image],
.n_board_gallery .bbsnewf5 input[type=image] {
    width: auto;
    vertical-align: top;
    padding: 0px;
    border: 0px solid #f00;
}


/*****************************************************************
ê¸€ì“°ê¸° : ì·¨ì†Œë²„íŠ¼ &amp; ê¸€ë³´ê¸° : ë²„íŠ¼ë“¤
*****************************************************************/
.n_board_txt .bbsnewf5 &gt; a img,
.n_board_gallery .bbsnewf5 &gt; a img {
    border: 0px solid #f00;
    vertical-align: top;
    
}


/*****************************************************************
ê¸€ëª©ë¡ : ì…€ë&nbsp;‰íŠ¸ë°•ìŠ¤
*****************************************************************/
.n_board_txt .est_cate_cell select,
.n_board_gallery .est_cate_cell select {
    height: 30px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*****************************************************************
ê¸€ì“°ê¸° : ì…€ë&nbsp;‰íŠ¸ë°•ìŠ¤
*****************************************************************/
.n_board_txt .board_desc &gt; select,
.n_board_gallery .board_desc &gt; select {
    width: 120px;
    height: 30px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*****************************************************************
ê¸€ëª©ë¡ : ê²€ìƒ‰ì–´ìž…ë&nbsp;¥
*****************************************************************/
.n_board_txt .est_keyword_cell input[name=com_board_search_value],
.n_board_gallery .est_keyword_cell input[name=com_board_search_value] {
    height: 30px;
    max-width: 150px;
    margin: 0 1px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*****************************************************************
ê¸€ëª©ë¡ : ê²€ìƒ‰ë²„íŠ¼
*****************************************************************/
.n_board_txt .est_btn_cell input[title=input],
.n_board_gallery .est_btn_cell input[title=input] {
    border: 0px solid #ddd;
    padding: 0px;
}


/*****************************************************************
ê¸€ëª©ë¡ : ê´€ë¦¬ìž ë¡œê·¸ì¸ì‹œ ê²Œì‹œë¬¼ì²´í¬ë°•ìŠ¤
*****************************************************************/
.n_board_txt .bbschk input[type=checkbox] {
    width: 17px;
    height: 17px;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬ëª©ë¡ : ê´€ë¦¬ìž ë¡œê·¸ì¸ì‹œ ê²Œì‹œë¬¼ì²´í¬ë°•ìŠ¤
*****************************************************************/
.n_board_gallery .adminCheck {
    position: relative;
    width: 0px;
}
.n_board_gallery .adminCheckBox {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 6px;
    width: 20px !important;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬ëª©ë¡ : ì´ë¯¸ì§€ì‚¬ì´ì¦ˆ
*****************************************************************/
.n_board_gallery .nSize img {
    width: 100%;
    height: auto;
    padding: 5px 3px 0;
}

.n_board_gallery .nSize:hover img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.8;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜• ê²Œì‹œíŒ : ê°ê°ì˜ ì¹¸ì˜ì—­(2ë‹¨,3ë‹¨,4ë‹¨ ë“±..)
*****************************************************************/
.n_board_gallery .boxArea {
    padding-bottom: 50px;
}





/*****************************************************************
ê¸€ëª©ë¡ : ìµœìƒë‹¨ ë¼ì¸ì˜ì—­
*****************************************************************/
.board_top_line {
    background-color: #555;
    height: 1px;
}


/*****************************************************************
ê¸€ëª©ë¡ : ìµœìƒë‹¨ êµ¬ë¶„ì˜ì—­
*****************************************************************/
.n_board_txt .board .boardTitBar {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 0.875em;
    height: 40px;
}

.n_board_txt .boardTitBar td:first-child {
    width: 80px;
}



/*****************************************************************
í…ìŠ¤íŠ¸í˜• ê²Œì‹œíŒ : ë¡¤ì˜¤ë²„ ì„&nbsp;íƒì»¬ëŸ¬
*****************************************************************/
.n_board_txt .tr_line,
.n_board_gallery .tr_line {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.n_board_txt .tr_line:hover {
    background-color: #eee;
}


/*****************************************************************
ê¸€ëª©ë¡ : í–‰ ë†’ì´
*****************************************************************/
.n_board_txt .tr_line td {
    font-size: 1.0em;
    padding: 8px 5px;
}


/*****************************************************************
ê¸€ëª©ë¡ : í–‰ : ìž‘ì„±ìž,ìž‘ì„±ì¼ìž,ì¡°íšŒìˆ˜ ë“±
*****************************************************************/
.n_board_txt .tr_line .bbsno,
.n_board_txt .tr_line .bbscategory,
.n_board_txt .tr_line .bbswriter,
.n_board_txt .tr_line .bbsetc_dateof_write,
.n_board_txt .tr_line .bbsetc_view_count {
    font-size: 0.875em;
    color: #888;
}


/*****************************************************************
ê¸€ë³´ê¸°,ê¸€ì“°ê¸° : í•­ëª©êµ¬ë¶„ í–‰
*****************************************************************/
.n_board_txt .diviedLine td,
.n_board_gallery .diviedLine td {
    border-top: 1px solid #fff;
}


/*****************************************************************
ê¸€ë³´ê¸° : ì´ë¯¸ì§€ì‚¬ì´ì¦ˆ 100%
*****************************************************************/
.n_board_txt #post_area,
.n_board_gallery #post_area {
    width: 100%;
    height: auto;
    padding: 10px 10px 100px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    text-align: left;
}

.n_board_txt #post_area img,
.n_board_gallery #post_area img {
    width: 100% !important;
    height: 100% !important;
}

/* í•˜ë‹¨ ëª©ë¡ì´ë¯¸ì§€ */
.n_board_gallery .image_sublist {
    display: none;
}




/*****************************************************************
ê¸€ë³´ê¸° : embed : ë™ì˜ìƒê²Œì‹œíŒ
*****************************************************************/
.n_board_txt #post_area embed,
.n_board_gallery #post_area embed {
    width: 100%;
    border: 0px solid #f00;
}
@media screen and (max-width: 768px) {
    embed {
        height: 400px;
    }
}
@media screen and (max-width: 425px) {
    embed {
        height: 300px;
    }
}



/*****************************************************************
ì…€ë&nbsp;‰íŠ¸ë°•ìŠ¤ : ê³µí†µ
*****************************************************************/
.n_board_txt select,
.n_board_gallery select {
    width: 80px;
    max-width: 100%;
    padding: 3px;
    font-size: 0.875em;
    color: #555;
}


/*****************************************************************
ê¸€ì“°ê¸° : í•˜ë‹¨ë²„íŠ¼ê·¸ë£¹ì˜ ìƒë‹¨ì—¬ë°±
*****************************************************************/
.n_board_txt .nbButton,
.n_board_gallery .nbButton {
    margin-top: 30px;
    border: 0px solid #f00;
}


/*****************************************************************
ê¸€ë³´ê¸° : í•˜ë‹¨ë²„íŠ¼ì˜ì—­
*****************************************************************/
.veiwBottonArea {
    border: 0px solid #f00;
}

.veiwBottonArea a {
    display: inline-block;
}


/*****************************************************************
ì¹´í…Œê³&nbsp;ë¦¬ ì˜ì—­
*****************************************************************/
.categoryArea {
    margin-bottom: 5px;
    text-align: left;/* left, right, center */
}

.categoryArea img {
    display: none;
}

.categoryArea b {
    display: none;/* none, inline-block */
    vertical-align: top;/* top, middle, bottom */
    font-weight: normal;
    font-size: 0.875em;
    color: #555;
}

.categoryArea select {
    width: 120px;
}


/*****************************************************************
ê²Œì‹œíŒ : íŽ˜ì´ì§•
*****************************************************************/
.paging {
    font-size: 0.875em;
}

.paging b {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.paging a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    color: #888;
}




















@media (max-width:768px) {
    
    /*****************************************************************
    í…ìŠ¤íŠ¸í˜• ê²Œì‹œíŒ : ë…¸ì¶œí•­ëª© &amp; ëª©ë¡ì‚¬ì´ì¦ˆ
    *****************************************************************/
    .n_board_txt .board .boardTitBar {
        display: none;
    }
    
    .n_board_txt .tr_line td {
        display: none;
    }
    
    
    /*****************************************************************
    ê´€ë¦¬ìž ë¡œê·¸ì¸ì‹œ ë‚˜íƒ€ë‚˜ëŠ” ì²´í¬ë°•ìŠ¤
    *****************************************************************/
    .n_board_txt .tr_line td.bbschk {
        position: absolute;
        left: 10px;
        display: inline-block;
    }
    
    .n_board_txt .tr_line td.bbsno {
        width: 15%;
        display: inline-block;
        float: left;
    }
    
    .n_board_txt .tr_line td.bbsnewf5 {
        width: 65%;
        display: inline-block;
        margin-top: -1px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .n_board_txt .tr_line td.bbswriter {
        width: 20%;
        display: inline-block;
        float: right;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    
    /*****************************************************************
    ê°¤ëŸ¬ë¦¬í˜• ê²Œì‹œíŒ : ëª©ë¡ì´ë¯¸ì§€
    *****************************************************************/
    .n_board_gallery .boxArea {
        display: block;
        width: 100%;
    }
    .n_board_gallery .nSize img {
        padding: 5px 0px 0;
    }
    
    
    /*****************************************************************
    ëŒ“ê¸€ì˜ì—­ : ì´ë¦„,ë‚´ìš©,ì‹œê°„
    *****************************************************************/
    .comment_name {
        width: 150px;
        display: block;
        border: 0px solid #f00;
    }
    
    .comment_view {
/*        width: 100px;*/
        display: block;
        border: 0px solid #f00;
    }
    
    .comment_hour {
        width: 100px;
        border: 0px solid #f00;
    }
    
}




/*****************************************************************
ëŒ“ê¸€ì˜ì—­ : ì´ë¦„,ë‚´ìš©,ì‹œê°„
*****************************************************************/
.commentArea {
    font-size: 0.875em;
    color: #888;
    border: 1px solid #eee !important;
}

.comment_name {
    width: 150px;
}

.comment_view {
    width: auto;
}

.comment_hour {
    width: 100px;
    padding: 3px 0;
}









/*****************************************************************
í¼ë©”ì¼
*****************************************************************/
.np_form {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #f00;
}
.np_form &gt; table {
    width: 100%;
    text-align: left;
    border: 0px solid #f00;
}

.np_form input[class=formmail_border] {
/*    max-width: 411px;*/
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    height: 36px;
    padding: 3px 5px;
    margin: 1px 0;
}

.np_form td.formmail_title_bgcolor {
    width: 20%;
    background-color: #f7f7f7;
    border-top: 1px solid #fff;
    vertical-align: middle;
    font-size: 0.875em;
    color: #555;
}

.np_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
}

.np_form select {
/*    max-width: 411px;*/
    width: 100%;
    padding: 3px 5px;
    height: 36px;
    margin: 1px 0;
    border: 1px solid #ccc;
}

.np_form td.formmail_cell_bgcolor textarea {
/*    max-width: 411px;*/
    width: 100%;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding: 5px;
}

.np_form input[type=file] {
    border: none;
    display: inline-block;
    font-family: 'arial';
    font-size: 12px;
}

.np_form input[name=phone_no1],
.np_form input[name=phone_no2],
.np_form input[name=phone_no3],
.np_form input[name=mobile_no1],
.np_form input[name=mobile_no2],
.np_form input[name=mobile_no3] {
    max-width: 70px;
    width: 100%;
}


/*ê°œì¸ì&nbsp;•ë³´ ë™ì˜*/
.np_form .personalInformation {
    margin: 30px 0 0 0 !important;
    font-size: 0.875em;
    color: #888;
}

.np_form .personalInformation input[name=com_formmail_check_safe] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}



/*****************************************************************
ìŠ¤íŒ¸ë“±ë¡ë°©ì§€
*****************************************************************/
.captcha td {
    padding: 10px 0;
    font-size: 0.875em;
    border: 0px solid #f00;
}

.captcha td:first-child {
    background-color: #f7f7f7;
}

.captcha td img {
    max-width: 100%;
}

.captcha input[name=captcha_code] {
    height: 36px;
    border: 1px solid #ccc;
}



/*****************************************************************
í•˜ë‹¨ë²„íŠ¼ì˜ì—­
*****************************************************************/
.formButton {
    margin: 20px 0;
    border: 0px solid #f00;
}

@media (max-width: 768px) {
    .np_form input[name=phone_no1],
    .np_form input[name=phone_no2],
    .np_form input[name=phone_no3],
    .np_form input[name=mobile_no1],
    .np_form input[name=mobile_no2],
    .np_form input[name=mobile_no3] {
        width: 68px !important;
    }
    .np_form input[name=name],
    [name=receiver_email],
    [name=address],
    [name=title],
    [type=file] {
        width: 100%;
    }
    .np_form select {
        width: 100%;
    }
}









/*****************************************************************
ì¶”ì¶œê²Œì‹œë¬¼ : ê³µí†µ
*****************************************************************/
.n_output {
    position: relative;
    font-size: 1.0em;
}

.n_output h3 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 11px 5px 12px;
    margin: 0 0 10px;
    font-size: 1.0em;
}

.n_output span.more {
    position: absolute;
    top: 9px;
    right: 0px;
    font-size: 0.875em;
}

.n_output table {
    width: 100%;
}


/*****************************************************************
ì¶”ì¶œê²Œì‹œë¬¼ : í…ìŠ¤íŠ¸í˜•
*****************************************************************/
.n_output_txt .board_output {
    text-align: left;
}


/*****************************************************************
ì¶”ì¶œê²Œì‹œë¬¼ : ê²Œì‹œê¸€ ìƒí•˜ì¤„ê°„ê²©
*****************************************************************/
.n_output_txt .board_output .board_output tbody &gt; tr &gt; td {
    padding: 3px 0;
    height: 36px;
    font-size: 1.0em;
    border-bottom: 1px dotted #ccc;
}

.n_output_txt .board_output tbody &gt; tr &gt; td:nth-child(3) {
    text-align: right;
    font-size: 0.875em;
    color: #888;
    line-height: normal;
}

.n_output_txt .board_output img {
    display: none;
}






/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜•
*****************************************************************/
.n_output_gallery .board_output {
    text-align: center;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜• : ê²Œì‹œë¬¼ ì¹¸ì¹¸ìˆ˜ (ê´€ë¦¬ìžì„¤ì&nbsp;•íŽ˜ì´ì§€ ì„¤ì&nbsp;•ê°’ ì&nbsp;ìš©)
*****************************************************************/
.n_output_gallery .board_output &gt; tbody &gt; tr &gt; td {
    padding: 0 3px 20px;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜• : í…ìŠ¤íŠ¸ì&nbsp;•ë³´
*****************************************************************/
.n_output_gallery .board_output &gt; tbody &gt; tr &gt; td span {
    font-size: 0.875em;
    line-height: 120%;
    color: #888;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜• : ë°°ê²½ì»¬ëŸ¬ (ë§ˆìš°ìŠ¤ì˜¤ë²„ì‹œ ë³´ìž„)
*****************************************************************/
.n_output_gallery .board_output .board_output_gallery_img {
    background-color: rgba(100, 100, 100, 0.8);
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜• : ì´ë¯¸ì§€ì‚¬ì´ì¦ˆ
*****************************************************************/
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    height: auto;
}


/*****************************************************************
ê°¤ëŸ¬ë¦¬í˜• : ë§ˆìš°ìŠ¤ì˜¤ë²„ì‹œ íˆ¬ëª…ë„
*****************************************************************/
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs:hover {
    opacity: 0.5;
}





















/*****************************************************************
ì¼ì&nbsp;•ê´€ë¦¬ : ëª©ë¡ë³´ê¸°
*****************************************************************/
/* ëª©ë¡ë³´ê¸° */
.np_schedule {
/*    border: 1px solid #f00;*/
}
.np_schedule iframe {
    display: none;
}

.np_schedule .schedule_title &gt; a &gt; img {
    vertical-align: middle;
    padding: 3px 10px 10px 10px;
}

.np_schedule img {
    max-width: 100%;
}

.np_schedule_tit {
    height: 40px;
    font-size: 0.875em;
    background-color: #eee;
/*    border-bottom: 1px solid #000;*/
}
.np_schedule_tit.sun {
    background-color: #ddd;
}
.np_schedule_tit.sat {
    background-color: #ddd;
}

.np_schedule .schedule_write_title {
    background-color: #eee;
    width: 20%;
}

.np_schedule input {
    width: auto;
    display: inline-block;
}

.np_schedule .schedule_write_title {
    min-width: 20%;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.np_schedule .schedule_write_cell {
    font-family: 'Noto Sans KR';
    vertical-align: middle;
    padding-left: 10px;
}

.np_schedule td#schedule1,
.np_schedule td#schedule2,
.np_schedule td#schedule3 {
    vertical-align: top;
    padding: 5px;
}


/*****************************************************************
ì¼ì&nbsp;•ê´€ë¦¬ : ë‚´ìš©ë³´ê¸°
*****************************************************************/
/* ë‚´ìš©ë³´ê¸° */
.np_schedule .schedule_view {
    padding: 20px 0;
    border-bottom: 1px dotted #555;
}
.np_schedule input[type=text],
.np_schedule input[type=password] {
    height: 30px;
    padding: 5px;
    border: 1px solid #bbb;
}
.np_schedule textarea {
    max-width: 100%;
    margin: 5px 0;
    height: 100px;
    padding: 10px;
    border: 1px solid #bbb;
}
.np_schedule .veiwBottonArea {
    margin: 30px 0;
    border: 0px solid #f00;
}










/*****************************************************************
ë©€í‹°íƒ­ : ê³µí†µ
*****************************************************************/
.n_tab .nav-tabs {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.n_tab .nav-tabs li a {
    font-size: 0.875em;
}
.n_tab .tab-content .n_output span.more {
    position: absolute;
    top: -40px;
    right: 0px;
}


/*****************************************************************
ë©€í‹°íƒ­ : íƒ­ìŠ¤íƒ€ì¼_01
*****************************************************************/
.n_tab .nav-tabs &gt; li {
    width: 25%
}

.n_tab .nav-tabs &gt; li &gt; a {
    margin-right: 0px;
    background-color: #eee;
    border: 1px solid #fff;
    border-bottom: 0px;
}

.n_tab .nav-tabs &gt; li.active &gt; a,
.n_tab .nav-tabs &gt; li.active &gt; a:hover,
.n_tab .nav-tabs &gt; li.active &gt; a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
}

@media screen and (max-width: 425px) {
    .n_tab .tab-content .n_output span.more {
        display: none;
    }
    .n_tab .nav-tabs &gt; li &gt; a {
        font-size: 0.875em;
        padding: 15px 8px;
    }
}









/*****************************************************************
ì¶”ê°€íŽ˜ì´ì§€ : ì—¬ë¶„íŽ˜ì´ì§€
*****************************************************************/
.np_add_page {
    height: 500px;
    padding-top: 100px;
    text-align: center;
    border: 10px solid #ddd;
    color: #111
}













/*****************************************************************
ì‡¼í•‘ëª° : ì£¼ë¬¸ì„œìž‘ì„±
*****************************************************************/
#content .radio,
.checkbox {
    display: inline-block;
    vertical-align: middle;
/*    background-color: #f00;*/
}

@media (max-width: 768px) {
    #content input[name=oaddress_01],
    #content input[name=oaddress_02],
    #content input[name=omail],
    #content input[name=address],
    #content input[name=address_01] {
        width: 100%;
    }
}

#content img {
/*    display: none;*/
    max-width: 100%;
}




/*****************************************************************
ì‡¼í•‘ëª° : ìƒí’ˆëª©ë¡ì´ë¯¸ì§€
*****************************************************************/
#product_list a img {
    max-width: 250px;
}




/*****************************************************************
ì‡¼í•‘ëª° : ì„œë¸ŒíŽ˜ì´ì§€ &gt; ìƒë‹¨ì´ë¯¸ì§€ : ì‡¼í•‘ëª°ì—ì„œë§Œ ì&nbsp;ìš©
*****************************************************************/
.nt_imgArea_shop {
    height: 150px;
}







/*****************************************************************
nFulid
*****************************************************************/
.container-fulid.nFulid &gt; .row,
.container-fulid.nFulid &gt; div &gt; .row {
    margin: 0;
}
.container-fulid.nFulid &gt; .row &gt; div,
.container-fulid.nFulid &gt; div &gt; .row &gt; div {
    padding: 0;
}






/*****************************************************************
temp &gt; index_description.html (ì„¤ëª…íŽ˜ì´ì§€ ìž„ì‹œì†ŒìŠ¤)
*****************************************************************/
.temp {
    margin: 0px auto;
/*    min-width: 1280px;*/
}

/* ìŠ¬ë¼ì´ë“œ1,2,3 */
.temp &gt; div:nth-child(1),
.temp &gt; div:nth-child(2),
.temp &gt; div:nth-child(3) {
    padding: 200px 100px 100px;
}
@media screen and (max-width: 768px) {
    .temp &gt; div:nth-child(1),
    .temp &gt; div:nth-child(2),
    .temp &gt; div:nth-child(3) {
        padding: 200px 30px 100px;
    }
}
.temp &gt; div {
    position: relative;
    margin: 100px auto 400px;
    padding: 200px 0 100px;
    border: 20px solid #222;
    border-radius: 10px;
}

.temp &gt; div &gt; .nm_tit {
    margin: 10px auto;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: -75px;
    margin-left: -50%;
    z-index: 10;
/*    background-color: #fff;*/
    font-family: "Noto Sans KR", sans-serif;
}
.temp &gt; div &gt; .nm_tit &gt; h3 {
    background-color: #222;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #f00;
}
.temp &gt; div &gt; .nm_tit &gt; span {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}














</pre></body></html>