.board_output {background: none;}
.board_output a:link {font-family:'Noto Sans KR', 'Roboto', sans-serif !important;  /*color:#484848 !important;*/ margin:0 !important; padding:0 !important; /*font-size:17px !important; */ line-height:180% !important;}

#post_area {text-align: center;}

@media screen and (max-width: 575px){
  #post_area img {width: 90% !important; height: 90% !important;}
}

/*서브*/
.subarea {padding: 80px 0; clear: both; max-width: 100%;}
.subarea .container {max-width: 1200px;}

.sub_tit_s1 {
    color: #3b4251;
    font-size: 32px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}
.sub_tit_s1 span {
    position: relative;
    display: block;
    width: 35px;
    height: 4px;
    background: #ddd;
    margin-bottom: 4px;
}
.shtitle .sub_tit_s1 h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
}

@media (max-width: 575px){
  .shtitle .sub_tit_s1 h2 {font-size: 28px;}
}

/*占쎌뮆�� 占쎄낯肉� 占쎈똻��*/
.sub-cont {padding: 0px 10px; margin: 0 auto;}

@media (max-width: 1024px){
  .subarea {padding: 60px 0;}
}

@media (max-width: 575px){
    .subarea {padding: 20px 0;}
    .sub-cont {padding: 10px 0px;}
}

/*3단갤러리*/
.glist3t {width:100%;}
.glist3t tr{ display:inline; font-size:0;}
.glist3t td{display: inline-block; text-align: center; vertical-align: middle; margin-bottom: 10px;}
.glist3t td table{width: 96%; margin:0 auto;}
.glist3t img {max-width: 100%; max-height: 100%; width: 160px; height: 500px; object-fit: inherit; object-position: center; transition: .3s ease;}
.glist3t > tbody > tr > td:hover a img {transform: scale(1.2); position: relative; z-index: 99999; opacity: 1;}
.glist3t .board_admin_bgcolor table{display: none;}
.glist3t input[type=checkbox], .glist3t input[type=radio]{display: none;}
.gallery_title {font-family:'Noto Sans KR', 'Roboto', sans-serif !important;  color:#666 !important; font-size: 19px!important; padding-top: 10px; transition: all 0.5s;}
#gallery > .gallery_title {font-size: 0 !important; text-indent: -9999px;}
.glist3t > tbody > tr > td:hover .gallery_title {color: #096fe1!important;}
.pagelist {text-align: center;}

@media (max-width: 767px){
    
    .glist3t td {width: 100%;}
    
    
    
}



/*占썩뫀�わ옙紐꺪�옙占�*/
.formmail_title_bgcolor {background: #f7f7f7;}
.table_02 td td {border: none;}
input.formmail_border[type="text"] {padding: 5px;}
input.formmail_border[name="name"],
input.formmail_border[name="add1"],
input.formmail_border[name="receiver_email"],
input.formmail_border[name="address"],
input.formmail_border[name="title"]
{width: 90%;}
input.formmail_border[name="address_post1"] {margin-bottom: 5px;}
input.formmail_border[name="attachment[]"] {font-size: 12px; color: #666; border: none; cursor: pointer;}
textarea {width: 100%; border-color: #ddd;}
.formmail_cell_bgcolor a {
    /*background: #414141 url(btn_zip.png) no-repeat center center;*/
    width: 100px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    transition: all 0.5s;
}
/*.formmail_cell_bgcolor a:hover {background-color: #f3090e;}*/
.formmail_cell_bgcolor a img {display: none;}

/*占쎄쑴�싪린袁る뱣*/
.formamil01 div {max-width: 50%; margin: auto;}
.formamil01 div li {padding: 0 5px;}
.formamil01 div a {display: block; padding: 10px;}
.formamil01 div a:hover {opacity: 0.6;}
.formamil01 div li:nth-child(1) a {background-color: #001a45; color: #fff; border-radius: 10px;}
.formamil01 div li:nth-child(2) a {background-color: #ddd; border-radius: 10px;}

/*占쎌눖逾믭옙�살쒔占쏙옙*/
input[type='radio'] {
    -webkit-appearance:none;
    box-sizing: border-box;
    padding: 0;
    width: 15px!important;
    height: 15px!important;
    margin-right: 7px!important;
    border-radius: 50%;
    border: 1px solid #666;
    outline:none;
}
input[type='radio']:checked {
    border-color: #f3090e;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;  
    border-radius:50%; 
}
input[type='radio']:checked:before {
    background:#f3090e;
}
/*筌ｋ똾寃뺠쳸類ㅻ뮞*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none !important;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fbfbfb;
}
input[type="checkbox"]::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: scale(0) translate(-50%, -50%);
    line-height: 1;
}
input[type="checkbox"]:hover {
    border-color: rgba(170, 170, 170, 0.5);
}
input[type="checkbox"]:checked {
    background-color:  #f3090e;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}
input[type="checkbox"]:checked::before {
    border-radius: 2px;
    transform: scale(1) translate(-50%, -50%)
}



@media (max-width: 575px){
    .formmail_title_bgcolor {word-break: keep-all;}
    .table_02 .formmail_cell_bgcolor > table > tbody > tr > td {white-space: nowrap; display: block;text-align: left;}
    .table_02 table.formmail_cell_bgcolor > tbody > tr > td {white-space: nowrap; display: inline-block;}

    .formamil01 div {max-width: 90%;}

    
}








/*�⑥쥒而쇽옙�녠숲 > �⑤벊占쏙옙�鍮�*/
#sec-notice #container_list #cafe_bbs_list_table .list_cell_titles {border-top: #ddd 1px solid;}
#sec-notice #container_list #cafe_blt_titleWrap td {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#666; font-weight: 400;}
#sec-notice #container_list .general_item_table td {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#333; font-weight: 400;}
#sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_subject {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#333; font-weight: 400; text-align: center; padding-right: 0;}
#sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_value {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#333; font-weight: 400;}
#sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_content{font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#666; font-size:15px;}

#sec-notice #container_list #paing_table tr .ept_link_cell {padding-top: 30px;}
#sec-notice #container_list #paing_table tr .ept_link_cell a {
    font-family:'Noto Sans KR', 'Roboto', sans-serif !important; 
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;color: #555555;font-size: 14px;line-height: 1.5;letter-spacing: -.2px;
}
#sec-notice #container_list #paing_table tr .ept_link_cell a:hover {background: none;}
#sec-notice #container_list #paing_table tr .ept_link_cell b {
    margin: 0; padding: 0;
}

@media (max-width: 575px){
    #sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_subject {word-break: keep-all; padding: 0 5px;}
    #sec-notice #container_list .general_item_table td {font-size: 1rem;}
}


/*�대찓�쇱씤��*/
.textareainfo {min-height: 300px; padding: 50px 30px; background: #f7f7f7;}

.info_box {border: 1px solid #ddd; padding: 30px 20px; word-break: keep-all; background: url('info_icon.png') no-repeat 50px center;}
.sub-cont .info_box h4 {color: #f3090d;font-weight: 400;margin: 0; font-size: 1.4rem;}
.emailinfo ol {padding-left: 20px;}
.emailinfo ol > li {list-style: circle; margin-bottom: 10px;}
.emailinfo ol > li ul {padding-left: 20px;}
.emailinfo ol > li ul li {list-style: disc; line-height: 1.5; font-size: 1rem;}
.emailinfo h5 {margin-top: 50px; color: #333; margin-bottom: 10px;}




/*로그인화면*/
.login_box p {font-size: 1.2em; line-height: 1.5; margin-bottom: 10px; word-break: keep-all;}
.login_box p b {font-size: 1.5em;}
.login_box .box {padding: 25px 10px!important;}
.login_box .txt_01 {padding: 10px 0!important;}
#sec-admin table {border-collapse: collapse;width: 100%;max-width: 500px;margin: auto;}
#sec-admin table tr:nth-child(1) td input {}
#sec-admin table tr:nth-child(2) td input {margin-bottom: 30px;}
.btn_login {padding: 15px 0; background: #001a45; color: #fff; width: 100%; font-size: 1.3em;}
.btn_login:hover {opacity: 0.6;}

@media screen and (max-width: 768px){
  .login_box {padding: 40px 100px !important;}
}

@media screen and (max-width: 575px){
  .login_box {padding: 40px 50px !important;}
  .login_box p b {font-size: 1.3em;}
  .login_box p {font-size: 1em;}
}

@media screen and (max-width: 375px){
  .login_box {padding: 30px !important;}
}


/*占쎈슣沅쀯옙��뻣 > 占쎄퀬��*/
.his_list {position: relative; width: 100%;}
.his_list ul{margin:0 auto!important; padding:0!important;}
.his_list ul li {margin-bottom: 50px; list-style-type: none;  display: flex; flex-direction: row; align-items: center;}
.his_point {
    min-width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
    border: 3px #096fe1 solid;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    transition: all 0.5s;
}
.his_list ul li:hover .his_point {background: #096fe1;}
.his_list h3 {
    margin-bottom: 0px!important;
    font-family: 'SpoqaHanSans'!important;
    color: #096fe1;
    font-weight: 400;
}
.his_list ul li .his_content {width: 45%;}
.his_list ul li .date {width: 50%;padding: 0 20px;font-weight: normal;}
.his_list p {margin-bottom: 0; font-size: 16px!important;}
.his_list::before {content: "";position: absolute; height: 100%; width: 2px; left: 50%; background-color: #333;}
.h_no {display: inline-block; color: #03aace; font-weight: 600; vertical-align: top;}
.h_cons{display: inline-block;padding-left: 0px; word-break: keep-all;}
.h_cons br{display: inline-block!important;}

/*占쎄퀬�� �ル슣瑜� 占쎈베��*/
.his_list ul li:nth-child(odd) {text-align: right;}
.his_list ul li:nth-child(odd) .his_content {padding-left: 0;}
.his_list ul li:nth-child(odd) .date {padding-right: 0;}

/*占쎄퀬�� 占쎄퀣瑜� 占쎈베��*/
.his_list ul li:nth-child(even) .his_content {padding-right: 0;}
.his_list ul li:nth-child(even) .date {padding-left: 0; }
.his_list ul li:nth-child(even) {    flex-direction: row-reverse;}





@media (max-width: 575px){

    .his_point,
    .his_list::before{left:0;}
    .his_list ul li .his_content { width: 90%; margin-left: 7%;}
    .his_list ul li:nth-child(odd) {text-align: left;}
    .his_list ul li:nth-child(even) { flex-direction: row;}

}	


@media (max-width: 480px){
    .h_cons{display: block;}
    .h_cons{padding-left: 0; letter-spacing: -0.02em;}

}	