@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Poiret+One|Tangerine|Noto+Sans+KR');

body {
    background-color:white;
    font-size:1em;
}
#bo_list, #bo_v, #bo_w, #bo_gall {
    font-size:0.8em;
}

/* :::::: 마우스 커서 :::::: */
.file_add {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
.file_reduce {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
label {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
input [type="checkbox"] {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
#bo_w .bo_w_flie .frm_file {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
#bo_w .btn_submit.wr {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}
.agreement_title span {
	cursor: url('/images/cursor03_click.cur') 15 15, auto !important;
}

/* :::::: 버튼 관련 CSS :::::: */

    a.btn,.btn{
    line-height:35px;height:35px;padding:0 10px;
    text-align:center;font-weight:bold;border:0;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}


/*::::::  View, List, Write Btn 색상  ::::::*/

    a.btn_b01,.btn_b01 {
        display:inline-block;
        background:#9018ce;color:#fff;
        text-decoration:none;vertical-align:middle;
         border: 1px solid #9018ce;
        }
        .btn_b01:hover, .btn_b01:hover {
            color:#9018ce; 
            background:white; 
            border:1px solid #9018ce;
        }
    a.btn_b02,.btn_b02 {
        display:inline-block;
        background:#ff4516;
        padding:0 10px;color:#fff;
        text-decoration:none;
        border:1px solid #ff4516;
        vertical-align:middle;
    }
	.top-search-right > li > .fit_content {
		width: fit-content !important;;
	}
    a.btn_b03,.btn_b03 {
        display:inline-block;
        background:#9018ce !important;
        padding:0 10px;color:#fff !important;
        text-decoration:none;
        border:1px solid #9018ce !important;
        vertical-align:middle;
    }
    a.btn_b02:hover, .btn_b02:hover {
        color:#ff4516; background:white !important;
        border:1px solid #ff4516;
    }
	a.btn_b03:hover, .btn_b03:hover {
        color:#9018ce !important; background:white !important;
        border:1px solid #9018ce !important;
	}
    .btn_submit {
        background:#FFD40C; border:1px solid #FFD40C; 
        color:white; transition:500ms;
    }
    .btn_submit:hover {
        background:white; color:#FFD40C; 
    }

	.btn_b03_wrap {
		width: 100%;
	}
    a.btn_b03, .btn_b03 {
        display:inline-block;
        background:#fff;
        border:1px solid #b9bdd3;color:#646982;
        text-decoration:none;vertical-align:middle;
		float: right !important;
    }
	.btn_b04_wrap {
		text-align: right;
	}
    a.btn_b03:hov	er, .btn_b03:hover {background:#ebedf6}
    a.btn_b04, .btn_b04 {
        display:inline-block;
        color:#1c1c1c;text-decoration:none;
        vertical-align:middle;
		transition: all 0.3s;
		margin-bottom: 8px;
		padding: 0 !important;
		font-size: 16px;
		letter-spacing: -0.5px;
		position: relative;
		transition: all 0.3s;
		width: fit-content;
		font-weight: 500;
		font-family: 'Noto Sans KR';
    }
	.btn_b04.active {
		display: none;
	}
	.width100 {
		width: 100% !important;
		display: block;
		float: right;
		text-align: right;
		margin-bottom: 8px;
	}
	a.btn_b04:after, .btn_b04:after {
		content: '';
		width: 0;
		height: 2px;
		background-color: #ff4516;
		position:absolute;
		left: 0;
		bottom: 0;
		transition: all 0.3s;
	}
	a.btn_b04:hover:after, .btn_b04:hover:after {
		content: '';
		width: 100%;;
		height: 2px;
		background-color: #ff4516;
		position:absolute;
	}
    a.btn_b04:hover, .btn_b04:hover {
		color:#ff4516; background: none;
	}

    a.btn_admin,.btn_admin {
        display:inline-block;
        background:#fb0266; color:#fff; 
        text-decoration:none;vertical-align:middle
		border: 1px solid #fb0266;
		box-sizing: border-box;
    } /* 관리자 전용 버튼 */
    .btn_admin:hover, a.btn_admin:hover {background:#fff; border: 1px solid #fb0266; color: #fb0266; box-sizing: border-box;}

    #reg_result {
        padding: 100px 0 40px;
        text-align: center;
        background: #fff;
    }
    #reg_result .reg_result_p {
        font-size: 20px;
        font-weight:bold;
        margin: 0 0 10px;
    }
    #reg_result .reg_result_p strong {
        color: #3497d9;
        font-size:30px;
    }



/* :::::: Search 관련 CSS /board/skin/board/basic/style.css  :::::: */
    .wrap_board_search {
        display:flex; justify-content:center; 
        width:100%;
    }
    #bo_sch {
        float:left;
        border:1px solid black;
        background:#fff;
        border-radius:3px;
		display:flex;
		overflow:hidden;
    }
    #bo_sch:after {
        display:block;
        visibility:hidden;clear:both;content:""
    }
    #bo_sch legend {
        position:absolute;
        margin:0;padding:0;font-size:0;line-height:0;
        text-indent:-9999em;overflow:hidden
    }
    #bo_sch select{
        border:0;
        margin:9px 5px ;height:20px;
        float:left;border-right:1px solid black;
    }
    #bo_sch .sch_input{
        height:38px;
        border:0;padding:0;
        background-color:transparent;
        float:left;
		width:160px;
		padding:0 5px 0 10px;
    }
    #bo_sch .sch_btn{
        float:left;
        height:38px;
        width:40px;
        font-size:15px
    }


/* :::::: 서치 Box Style :::::: */
    .wrap_list_search {
        display:flex; justify-content:center; 
        /*width:300px; */
        /*margin:0 auto;*/
    }



/* :::::: 페이징 Style ::::::*/
    .pg_current {
		background-color: #fb0266;
		color: white;
		border: 1px solid #fb0266;
		box-shadow: none;
		line-height: 28px;
		font-size: 20px;
		font-weight: 400;
		margin-right: 3px;
		font-family: 'Noto Sans KR', sans-serif;
    }
    .pg_page {
        background-color:white; color:#fb0266; 
        border:1px solid #fb0266; 
    line-height: 28px;
    font-size: 20px;
    font-weight: 400 !important;
	margin-right:3px;
		font-family: 'Noto Sans KR';
		
    }
    .pg_page:hover {
        background-color:white; 
        font-weight:bold;
    }
    .pg_start {
        padding:0 5px;
        background:none; 
        font-size:20px; font-weight:bold; 
        text-indent:0px; line-height:25px; 
    font-weight: 400 !important;
    }
    .pg_end,   .pg_next {
        padding:0 5px;
        background:none;
        font-size:20px; font-weight:bold; 
        text-indent:0px; line-height:25px;
    }


.tbl_wrap table {
    width:100%; 
    border-collapse:collapse; border-spacing: 0 5px; 
    border:none !important;
}
.tbl_wrap caption {
    padding:10px 0;
    font-weight:bold;text-align:left
}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {
    padding:0;font-size:0;line-height:0;overflow:hidden
}











/* ============================= 

 ::::::::::::: 게시판  :::::::::::::

    ============================= */




/* ========== 1. 게시판 List =========== */
    
    .wrap_basic_easy_list {
        width:1200px;
        margin:50px auto;
        padding:0 10px 0 10px;
    }
    .board_head {
        display:flex; flex-direction:column; justify-content:center; align-items:center;
        text-align:center;
        height:250px;
    }

    .board_head h1 {
        font-size:35px;
        font-weight:bold;
        color:white;
    }
    .board_head h3 {
        margin-top:15px;
        font-size:13px;
        font-weight:bold;
        color:white;
    }


/* 게시글 제목 */
    .list_HL .bo_tit a {
        font-size:13px;
    }

/* 게시글 글쓴이 */
    .list_HL span.sv_member {font-size:12px;}

/* 게시글 조회 */
    .list_HL span.list_viewed  {font-size:12px;}

/* 게시글 날짜 */
    .list_date  {font-size:12px;}


/* Width 조정 */
    .list_num {width:5%; min-width:30px;}
    .list_title {width:65%;}
    .list_writer {width:15%; text-align:center; padding:}
        #bo_list .td_name {text-align:center;}
    .list_viewed {width:5%;}
    .list_date {width:10%;}



/* 후버 관련 */
    .tbl_head01 tbody tr:hover td a {color:#253dbe; text-decoration:none;}
    .tbl_head01 tbody tr:hover td span {}
    .tbl_head01 tbody tr:nth-child(even):hover td {}
    #bo_list tbody tr:hover {border-left:3px solid #253dbe;}



/* 테이블 추가 수정 사항 */
    .bo_tit {text-align:center;}


    
/* 테이블 th 배경 색상 */
    .tbl_head01 thead th {
        padding:15px 0; 
        height:40px; 
        font-size:14px; font-weight:bold;
        text-align:center;
        border-bottom:1px solid #ddd; 
        background:white; 
        color:black;
    }
    .tbl_head01 thead th a {
        color:black;
    } /* 조회, 날짜 */
    .tbl_head01 thead th input {
        vertical-align:top; 
    } 
    
    .tbl_head01 tfoot th, .tbl_head01 tfoot td {
        padding:10px 0;
        border-top:1px solid #c1d1d5;
        border-bottom:1px solid #c1d1d5;
        background:#d7e0e2;
        text-align:center
    }

    .tbl_head01 tbody th {
        padding:8px 0; 
        border-bottom:1px solid #e8e8e8; 
        background:red;
    }
    .tbl_head01 td {
        color:#666; background:#fff;
        border-top:1px solid #ecf0f1;
		padding: 0;
        line-height:5em;height:auto;
        word-break: break-all;
		font-family: 'Noto Sans KR';
		font-size: 0.8vw;
    }

    .tbl_head01 a {
        display:block;
    }

    .tbl_head02 {
        margin:0 0 10px
    }
    .tbl_head02 caption {
        padding:0;
        font-size:0;line-height:0;
        overflow:hidden
    }
    .tbl_head02 thead th {
        padding:5px 0;
        border-top:1px solid #d1dee2;
        border-bottom:1px solid #d1dee2;
        background:#e5ecef;
        color:#383838;
        font-size:0.95em;
        text-align:center;
        letter-spacing:-0.1em;
    }
    .tbl_head02 thead a {color:#383838}
    .tbl_head02 thead th input {vertical-align:top} 
            /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

    .tbl_head02 tfoot th, .tbl_head02 tfoot td {
        padding:10px 0;
        border-top:1px solid #c1d1d5;
        border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center
    }
    .tbl_head02 tbody th {
        padding:5px 0;
        border-top:1px solid #e9e9e9;
        border-bottom:1px solid #e9e9e9;
        background:#fff
    }
    .tbl_head02 td {
        padding:5px 3px;
        border-top:1px solid #e9e9e9;
        border-bottom:1px solid #e9e9e9;
        background:#fff;
        line-height:1.4em;
        word-break:break-all
    }


    /* List Responsive*/
		@media only screen and (max-width: 600px) {
			#bo_w .btn_cancel {
				width: 75px;
				height: 40px;
				line-height: 40px;
				font-size: 18px;
				font-weight: 400;
				border-radius: 4px;
				padding: 0 !important;
			}
			#bo_w .btn_submit {
				width: 150px;
				height: 40px;
				line-height: 40px;
				font-size: 18px;
				font-weight: 400;
				border-radius: 4px;
				padding: 0 !important;
				background: linear-gradient( to top, #FFC000, #FFC000 );
				border: 1px solid #FFC000 !important;
				border-radius: 4px !important;
				color:#fff;
			}
					
			#bo_w .btn_cancel:hover{
				color:#969696 !important; background:white !important;
				border:1px solid #969696 !important;
			}
					
			#bo_w .btn_cancel:hover, #bo_w .btn_submit:hover {
				color:#FFD40C; background:white !important;
				border:1px solid #FFD40C;
			}
		}


		@media only screen and (max-width: 405px) {

		}
		@media only screen and (max-width: 500px) {
			#bo_list .tbl_head01 thead th.list_name {
				width: 85%;
			}
			#bo_list .tbl_head01 thead th.list_progress {
				display: block;
			}
		}
		
		@media only screen and (max-width: 560px) {
			.wrap_w_maintain_title1 {
				line-height: 2;
			}
		} 
		@media only screen and (max-width: 677px) {
			.list_progress{
				display:block;
			}
			.list_num {
				display: none;
			}
			.tbl_head01 thead th br {
				display: none;
			}
			.tbl_head01 thead th {
				border-bottom: none;
			}
			#bo_list .tbl_head01 thead tr {
				border-bottom: 1px solid #ececec;
			}
			#bo_list tbody tr {
				border-bottom: 1px solid #ececec;
			}
		} 
		@media only screen and (max-width: 872px) { 
			.list_date_r, .list_date_f{
				display:none;
			}
		}
		@media only screen and (max-width: 1380px) { 
			#header .side_m{
				display:none;
			}
		}

		@media only screen and (max-width: 379px) { 
			#bo_sch .sch_input{
			height:38px;
			border:0;padding:0;
			background-color:transparent;
			float:left;
			width:130px;
			padding:0 5px 0 10px;
		}
		
		}
        @media only screen and (min-width: 320px) {
            .wrap_basic_easy_list {width:100%; padding:0px 10px 0 10px;}
           /* .wrap_list_search {width:100%;}*/
            .tbl_head01 td.list_title {padding:10px 20px;}
        }

        @media only screen and (min-width: 760px) {
            .list_viewed.mb_display {display:table-cell}
        }

        @media only screen and (min-width: 1200px) {
            .wrap_basic_easy_list {width:1220px; padding:0px 10px 0 10px;}
            .wrap_list_search {width:1200px;}
            .mb_display {display:table-cell;}
            .tbl_head01 td.list_title {padding:10px 5px;}
        }



/* ========== 게시판 View =========== */

    .wrap_basic_easy_view {
        width:1200px; margin:0 auto;
    }


    /* 이전글, 다음글 Style */
    .bo_v_nb li .nb_tit {display: inline-block;
        padding-right: 20px;
        color: #4567b5;}

    /* 댓글목록 */
    .cmt_btn {
            text-align: left;
            width: 100%;
            border: 0;
            color: #ed6478;
            font-weight: bold;
            font-size: 1.25em;
            margin: 30px 0 0px;
            padding: 0 0 10px;
        }

        /* View 반응형 */

            @media only screen and (min-width: 320px) {
                .wrap_basic_easy_view {width:100%; padding:50px 10px;}
            }

            @media only screen and (min-width: 760px) {
                
            }

            @media only screen and (min-width: 1200px) {
                .wrap_basic_easy_view {width:1220px; padding:0;}
            }
















/* ============================= 

 ::::::::::::: 갤러리  :::::::::::::

    ============================= */


/* ========= 갤러리 Common ========= */

    .btn.btn_b01.gallery {
        background: #FFD40C;
        color:white;
        border:1px solid #FFD40C;
        padding:0 10px;
        font-weight:bold;
    }


    .btn.btn_b01.gallery:hover {
        background: white;
        color:#FFD40C;
    }





/* ========= 갤러리 - List ========= */

    .wrap_gallery {
        width:1200px; 
        margin:0 auto; 
        padding:100px 0;
    }
    .gal_dis_num { 
        width:32% !important; height:auto !important;
    }

    .gall_img img.gal_list_img {
        height:300px !important;
    }
    #bo_gall a.btn_b02 {
        border:1px solid #FFD40C;
    }
    #bo_gall .gall_box {
        font-weight:bold;
        height:300px;
    }

    .gall_img img {
        width:70%;
    }

    #bo_gall .gall_box {
        border:none;
    }

    #bo_gall .gall_img {
        border:none;
    }

    .gall_li  {
        margin:20px 10px;
        border:1px solid #eee;
    }

    #bo_gall .gall_info .gall_date {
        position:relative;
        float:right;
        bottom:0; right:10px;
    }

    .gall_view {
        position:relative;
    }

    .btn_bo_user.gall {
        margin-top:20px;
    }
    
    .wrap_list_search.gall {
        margin-top:70px;
    }

    /* Hover 관련 */
        .gall_li:hover .gall_text_href a {
            color:#FFD40C;
        }


        /* 갤러리 반응형 */

        @media only screen and (max-width: 1200px) {
            .wrap_gallery {
                width:100%;
                padding-left:20px;
            }
            #bo_gall .gall_box {
                max-height:250px;
            }
            .gall_li {padding:0 !important;}
        }

        @media only screen and (max-width: 850px) {
            #bo_gall #gall_ul {padding:0 0 0 20px;} 
            .gal_dis_num {width:46% !important; height:auto !important; }
            .gall_li {margin:10px 20px;}
            #bo_gall .gall_box {
                max-height:auto;
            }

        }

        @media only screen and (max-width: 600px) {
            #bo_gall #gall_ul {padding:0;}
            .wrap_gallery {width:100%; padding:50px 0px;}
            .gal_dis_num {width:100% !important; height:auto !important;}
            .gall_li {margin:20px 0px;}

        }


      




/* ========= 갤러리 - View ========= */

    /* 버튼 색상 */
        #bo_v a.btn_b01 {color:white;}
        #bo_v a.btn_b01:hover {color:#9018ce;}












/* ============================= 

 ::::::::::::: 글쓰기  :::::::::::::

    ============================= */


    .wrap_basic_easy_write {width:1000px; margin:0 auto; padding:50px 0;}

    input.frm_input.tit_write {
        font-size:30px; border:none; 
        -webkit-box-shadow: none; 
        box-shadow:none;
        border-bottom:1px solid #ccc; 
        outline:0;
    }
        input[type=text].frm_input.tit_write:focus {
            border:none !important;  border-bottom:1px solid #ccc !important;
        }

    .frm_input.input_write::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size:30px;
        opacity: 1; /* Firefox */
        color:#ccc;
    }

    .frm_input.input_write::-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size:30px;
        color:#ccc;
        opacity: 1;
    }


    .bo_w_tit {
        margin:30px 0 !important;
    }


    /* Button */

    #bo_w .btn_submit.wr {
        border:1px solid #ff266e;
        background:#ff266e;
        color:white;
        font-weight:bold;
    }
    #bo_w .btn_submit.wr:hover {
        background:white;
        color:#ff266e;
    }


    /* Write 반응형 */


        @media only screen and (min-width: 320px) {
            .wrap_basic_easy_write {width:100%; padding:50px 10px;}
        }

        @media only screen and (min-width: 1000px) {
            .wrap_basic_easy_write {width:1000px; padding:50px 0;}
        }











/* ============================= 

 ::::::::::::: 로그인 관련 :::::::::::::

    ============================= */

    .wrap_normal_login {padding:20vh 0; }
    .wrap_normal_login.pension {height:90vh;}
    .wrap_normal_login .mbskin {margin:0px auto; }
        .wrap_normal_login .mbskin h1 {font-size:30px;}
    .wrap_normal_login .btn_submit.HL_login {
        background:#FFD40C; 
        color:white; 
        transition:300ms;
    }
    .wrap_normal_login #mb_login #login_info.HL_login {background:#FFD40C; color:white;}
    .wrap_normal_login #mb_login #login_info.HL_login a {font-size:14px; color:white;}

    /* Hover */
    .wrap_normal_login .btn_submit.HL_login:hover {
        background:white; 
        color:#FFD40C; 
        border:1px solid #FFD40C;
    }
    .wrap_normal_login #mb_login #login_info.HL_login a:hover{
        font-weight:bold;
    }


/* 비밀번호 찾기 */
    .wrap_find {
        position:relative;
        width:100%; height:100vh;
        background-color: #2c3338;
        color:white;
    }
    .new_win.special {
        position:absolute;
        top:50%; left:50%;
        transform: translate(-50%,-55%);
        width:600px;
        padding:100px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        border:3px solid black;
    }

    .new_win #win_title {background:black; font-weight:bold; font-size:15px;}
    .new_win .btn_submit {background:black; border:1px solid black;}
    .new_win .btn_submit:hover {color:white;}

    .drop-shadow {
        position: relative;
        float: left;
        width: 40%;
        padding: 1em;
        margin: 2em 10px 4em;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
      }
      .drop-shadow:before,
      .drop-shadow:after {
        content: "";
        position: absolute;
        z-index: -2;
      }
      .raised {
        -webkit-box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -mox-box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 25px 15px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
      }





/*  회원가입 동의 페이지 ( register.php ) */

.wrap_normal_register {
    width:1200px; 
    margin:50px auto;
    font-size:0.8em;
    color:white;
}
    #fregister_private table {color:black;}
    #fregister_private table th {background-color:black;}
    #fregister h2 {background:#FFD40C;}
    #fregister_private table th { background:#FFD40C; border: 1px solid #ddd;}

    .btn_confirm.policy input {
        border:1px solid #FFD40C;
        color:#FFD40C;
    }
    .btn_confirm.policy input:hover {
        color:white;
        background-color:#FFD40C;
    }

    @media only screen and (max-width: 1200px) {
        .wrap_normal_register {
            width:100%;
            padding:20px;
        }
    }


/* New style - Register_form */
.wrap_normal_register_form {
    margin:50px auto;
    width:80%; max-width:1000px;
}
    input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
        /* -webkit-box-shadow: 0 0 5px #9ed4ff; */
        -moz-box-shadow: none;
        /* box-shadow: 0 0 5px #9ed4ff; */
       border: 1px solid #558ab7 !important;
    }

    @media only screen and (max-width: 500px) {
        .mbskin {width:90%;}
    }




/* ============================= 

 ::::::::::::: 기타조정  :::::::::::::

    ============================= */


.nav1 ul > li:hover ul.m_ul_in li {
    height:46px;
}



/* ============================= 

 ::::::::::::: HL - Maintenance  :::::::::::::

    ============================= */



/* Header 관련 CSS Start */
.wrap_bo_menu {
    height:90px; 
    background:#2a2a2a; 
}

#sideM {
    display:none;
}

.menu_mb {
    display:none;
}
/* Header 관련 CSS End */





.tbl_head01 thead th {
    /*border-top:2px solid black;*/
}

.tbl_head01 thead th.list_chk {
    width:5%;
}

.tbl_head01 thead th.list_num {
    width:5%;
}

.tbl_head01 thead th.list_name {
    width:20%;
}

.tbl_head01 thead th.list_date_r {
    width:10%;
}
.tbl_head01 thead th.list_date_f {
    width:10%;
}
.tbl_head01 thead th.list_con {
    width:15%;
}
.tbl_head01 thead th.list_price {
    width:10%;
}
.tbl_head01 thead th.list_progress {
    width:10%;
}


.tbl_head01 tbody td {
    text-align:center;
}
.tbl_head01 tbody td.list_chk {
    text-align:center;
}


.wrap_w_maintain {
    width:1200px; 
    margin:0 auto;
}
.wrap_w_maintain * {
    font-family: 'Noto Sans KR', sans-serif;
}
    .wrap_w_maintain h2{
        margin:30px 0 15px 0;
        font-size:32px;
		font-weight:500;
		letter-spacing: -1px;
		color:#2d2818;
    }

	.wrap_w_maintain_title2{
        margin:65px 0 25px 0 !important;
	}

	.maintenance_type{
		font-size:50px !important;
		font-weight:700;
		color: #fb0266;
		width: fit-content;
		background: linear-gradient(to right, #fb0266 10%, #9018ce 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .wrap_w_maintain h2 span {
        margin-left:5px;
        font-size:13px;
    }
.ma_tit {
    margin:115px auto 28px;
    font-size:2.8vw;
	line-height: 1.1;
    text-align:center; 
    color: #fb0266;
	width: fit-content;
    background: linear-gradient(to right, #fb0266 10%, #9018ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 700;
	letter-spacing: -0.0575em;
	font-family: 'Noto Sans KR';
    }
.ma_sub_tit {
    font-size:1.2vw; font-weight:bold;
    text-align:center;
	color: #1c1c1c;
	letter-spacing: -0.0375em;
	margin:0 auto 100px;
	font-weight:700;
	width: fit-content;
	position: relative;
	font-family: 'Noto Sans KR';
}
.ma_sub_tit:after{
	content: '';
    width: 102%;
    height: 0.6vw;
    background-color: #fae10f;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%,36%);
    z-index: -1;
}
.ma_sub_tit br{
	display:none;
}

/*.wrap_ma_policy {
    display:flex; justify-content:center; align-items:center;
    margin-top:20px;
    padding:20px;
    font-size:20px;
    border:2px solid #FFC000;
}
    .wrap_ma_policy h3 {
        display:flex; justify-content:center; align-items:center;
        width:20%; height:200px;
        text-align:center;
        border-right:1px solid #FFC000;
    }
    .wrap_ma_policy ul {
        width:80%;
        padding-left:50px;
    }
        .wrap_ma_policy ul li {
            font-size: 13px;
            margin-top:7px;
            list-style-type: square;
        }
            .wrap_ma_policy ul li span {
                font-size: 15px; 
                vertical-align:-2px;
            }*/
/*    */
	.wrap_ma_policy{
		width:100%;
	}
	.wrap_ma_policy>ul{
		width:100%;
		margin: 0 auto;
        text-align: center !important; /*inline-block의 장점은 폰트의 성질도 포함되고 있어서 text-align으로 정렬을 쉽게 할수가 있다.*/
        font-size: 0;
		padding:0;
	}
	
	.wrap_ma_policy>ul>li{
		width: 229px;
        height: 310px;
        display: inline-block; /*이부분에 성질을 inline-block로 바꿔줘서 가로배치를 해줬다.*/
        vertical-align: top; /*밑에 4px 여백을 없에는것*/
		border:2px solid #fb0266;
		text-align:center;
		font-size:15px;
		margin:5px;
		overflow:auto;
	}
	/*
	.wrap_ma_policy>ul>li.off{
		border:2px solid #ccc;
		background:#d5d5d5;
	}
	*/
	.wrap_ma_policy>ul>li>img{
		margin:20px 0;
	}

	.wrap_ma_policy>ul>li>div{
		color: #333;
		font-size: 16px;
		line-height: 25px;
	}
	
	.wrap_ma_policy>ul>li>div>span:first-child{
		font-size: 23px;
		font-weight: 500;
	}

	.wrap_ma_policy>ul>li>div>span:last-child{
		font-size:20px;
		color:#fb0266;
		font-weight:500;
		margin: 0 3px;
	}
	/*
	.wrap_ma_policy>ul>li.off>div>span:last-child{
		color:#333;
	}
	*/

    .wrap_ma_select {



        margin-top:20px;
    }
        .wrap_ma_select > div {
            display:inline-block;
            margin-right:10px;
            /* cursor:pointer; */
        }
            .wrap_ma_select > div img {
                width:100%;
            }
    .list_ma_sel {
        position:relative;
        width: 15%;
    }

    .sel_on {
        display:none;
    }
        .list_ma_sel.on > .sel_off {
            display:none;
        }
        .list_ma_sel.on > .sel_on {
            display:inline;
        }

    .wrap_ma_info {
        margin:30px 0;
        padding:30px;
        background:#F9F9F9;
    }
        .wrap_ma_info div {
            display:inline-block;
        }
            .wrap_ma_info div img {
                display:block;
            }
    ul.ma_list_info {
        display:inline-block;
        margin-left:50px;
        vertical-align:7px;
    }
        .ma_list_info li {
            font-size: 13px;
            margin-bottom:7px;
            list-style-type: square;
        }

    .wrap_w_maintain .bo_w_tit {
        margin:10px 0 !important;
    }

    .wrap_file_add {
        margin-top:20px;
        font-size:14px;
    }
        .wrap_file_add span {
            font-weight:bold;
            /* cursor:pointer; */
        }
    .file_reduce {
        margin-left:10px;
    }
    .yellow {
        color:#FFC000;
    }
    
    #w_file_id {
        display:none;
    }

    .btn_confirm.ma_submit {
        margin:50px 0 !important;
        text-align:center;
    }
        .btn_confirm.ma_submit input[type="submit"] {
            padding:0 50px !important;
            background:#FFC000;
            border:1px solid #FFC000;
            color:white;
            font-size:20px; font-weight:bold;
        }
        .btn_confirm.ma_submit input.ie_true {
            padding:5px 50px 0 50px !important;
        }
        .btn_confirm.ma_submit input[type="submit"]:hover {
            color:#FFC000;
            background:white;
        }
    .ma_sel {
        display:none;
    }
    .wrap_view_block {
        width:100%;
		display:flex;
    }
	.wrap_view_block h2 {
	}
	/*.wrap_view_block h3 {
		font-size:18px;
		line-height:26px;
		padding:10px 5px 25px 5px;
		font-weight:100;
		border:0.5px solid #ffc000;
	}*/
	.wrap_view_block div:first-child{
		    font-size: 20px;
    padding: 20px 5px;
    font-weight: 300;
    width: 15%;
    text-align: center;
    background-color: #f2f4f8;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
    color: #414141;
	display: flex;
	 align-items: center;
	 justify-content: center;
	}

	.wrap_view_block div:last-child{
	    width: 85%;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 10px;
    font-weight: 100;
	border-bottom:1px solid #ccc;
	word-break: break-all;
	font-family: 'Noto Sans KR';
	}

	#bo_v_con h2, #bo_v_con div{
		border-bottom:none;
	}

    
    .btn_cancel.size {
        padding:0 50px;
        font-size:17px;
        border:1px solid #969696;
    }
    .btn_cancel.size.ie_true {
        padding:5px 50px 0 50px;
    }
    .btn_cancel.size:hover {
        background:white;
        color:#969696;
        border:1px solid #969696;
    }

    .wrap_login {
        margin:10px 0;
    }
    .txt_login {
        font-weight:bold;
        color:#666;
    }
@media only screen and (max-width: 1600px) {
	.ma_tit {
		font-size: 3.5vw;
	}
	.ma_sub_tit {
		font-size: 1.8vw;
	}
	.ma_sub_tit:after {
		height: 0.75vw;
	}
}
@media only screen and (max-width: 1200px) {

    #footer .finner {
        width:100%;
    }

    #top_nav {
        font-size:2vw;
    }

}

@media only screen and (max-width: 1000px) {
	.ma_tit {
		font-size: 4.5vw;
	}
	.ma_sub_tit {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 800px) {
    .wrap_bo_menu {
        display:none;
    }

    .ta_dis {
        display:none;
    }

	.ma_tit {
		font-size: 5vw;
	}
	.ma_sub_tit {
		font-size: 3vw;
	}
	.ma_sub_tit:after {
		height: 1.2vw;
	}
}

.mt_date { display:none; }


@media only screen and (max-width: 500px) {
	.wrap_w_maintain_title1 {
		font-size: 4vw !important;
	}
	.ma_tit {
		margin:25vw auto 4vw;
		font-size:8vw;

	}
	.ma_tit {
		font-size: 9vw !important;
	}
	.ma_sub_tit {
		font-size: 4vw !important;
	}
	.ma_sub_tit:after {
		height: 2vw;
		width: 99%;
		bottom: 6%;
	}

	.ma_sub_tit {
	    margin: 0 auto 5vw;
		padding:0 10px;
		line-height:23px;
	}

	.ma_sub_tit br{

	}

    html, body {width:100%;}

    .mb_display {display:none;}
	.mt_date { display:block; }

    .side_me_mb {
        display:block;
    }

    #header, .wrap_bo_menu {
        display:none;
    }

    #footer {
        padding-left:0;
    }

    #footer .finner {
        width:100% !important;
    }
    #footer .finner ul {
        width:100% !important;
    }

    #footer .finner ul li {
        float:none;
        margin:5px 0;
    }
    

    .menu_mb {
        display:block;
        position:absolute; z-index:50;
        top:20px; left:20px;
    }

    /*s 사이드 메뉴*/
    #sideM{
        display:block;
        width: 260px;
        height: 100%;
        background: #2a2a2a;
        position: fixed;
        top: 0;
        left: -260px;
        z-index: 200;
    }

    #sideM .top .logo{
        width: 15%;
        margin: 8% 5% 0 9%;
    }

    #sideM .top .close{
        width: 10%;
        position: absolute;
        top: 0;
        right: 20px;
        padding: 8% 10%;
    }

    #sideM .gnb{
        padding: 0 10%;
        box-sizing: border-box;
        margin-top: 10%;
    }
    #sideM ul .d1{
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    #sideM ul .d1 span{
        display: block;
        padding: 5% 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        /* cursor: pointer; */
    }

    #sideM ul .d1:nth-child(3){
        padding: 0;
        border-bottom: 0;
    }
    #sideM ul .d1:last-child{
        border-bottom: 0;
    }

    #sideM ul .d1 a,
    #sideM ul .d1 span{
        display: block;
        padding: 5% 0;
        color: #fff;
        font-size: 25px;
        line-height: 1em;
        font-weight: 600;
        letter-spacing: -0.5px;
    }
    #sideM ul .d2{
        padding: 6% 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        display: none;
    }
    #sideM ul .d2 a{
        display: block;
        font-size: 20px;
        font-weight: 400;
        opacity: 0.4;
        padding: 4% 0;
        line-height: 1em;
    }
    #sideM ul .d2 .sp a{
        opacity: 0.6;
    }


    .bg{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }         
}

@media screen and (max-width:400px) {
	.ma_sub_tit:after {
		bottom: 18%;
		width: 95%;
	}
}

/* ::::::::::::::::::::: Extra Styles ::::::::::::::::::::: */

.btn_mypage {
    position:absolute; z-index:500;
    top:35px; left:100px;
    font-size:30px; 
    font-family: 'Tangerine', cursive;
    color:#FFC000;
    transition:color 500ms;
}
.btn_mypage:hover {
    color:white;
}

/* 2019 11 01 */

.sound_only{
	display:none !important;
}

.writelist_table{
	max-width:1200px;
	margin:0 auto 20px;
}
.wrap_w_maintain_title1{
		padding-left: 10px !important;
        margin:0;
        font-size:32px;
		font-weight:700;
		letter-spacing: -0.0675em;
		color: #fb0266;
		width: fit-content;
		color: #1c1c1c;
		padding:0;
		line-height: 40px;
		font-family: 'Noto Sans KR', sans-serif !important;
    }

/* 2019 11 04 */

@media only screen and (max-width: 1200px) {
.wrap_w_maintain_title1{
        margin:0;
        font-size:3vw;
		letter-spacing: -0.0675em;
		text-align: center;
		margin: 0 auto;
    }
	
	.tbl_head01 td {
		line-height: 5em;
		font-size: 1.4vw;
	}
	.wrap_ma_policy>ul>li{
		width:180px !important;
		    height: 245px !important;
	}
	.wrap_ma_policy>ul>li>img{
		width:80%;
	}

	.wrap_ma_policy>ul>li>div>span:first-child {
		font-size: 20px !important;
		font-weight: 500;
	}
	.wrap_ma_policy>ul>li>div {
		color: #333;
		font-size: 12px !important;
		line-height: 17px !important;
	}

	.wrap_view_block div:first-child{
		font-size: 18px;
		padding: 20px 5px;
		font-weight: 300;
		width: 20%;
		text-align: center;
		background-color: #f2f4f8;
		border-bottom: 1px solid #ccc;
		line-height: 25px;
		color: #414141;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wrap_view_block div:last-child{
		width: 80%;
		font-size: 16px;
		line-height: 24px;
		padding: 20px 10px;
		font-weight: 100;
		border-bottom:1px solid #ccc;
		word-break: break-all;
	}
}

@media screen and (max-width:850px) {
	.tbl_head01 td {
		font-size: 1.9vw;
	}
}

@media screen and (max-width:700px) {
	.tbl_head01 td {
		font-size: 2.3vw;
	}
}

	@media screen and (max-width:600px) {
		.tbl_head01 td {
			line-height: 5em;
			font-size: 2.3vw;
		}
		.pg_current {
			font-size: 3.2vw;
			margin-right: 2px;
		}
		.pg_page {
			font-size: 3.2vw;
			margin-right: 2px;
			padding: 0 3px !important;
			box-sizing:border-box;
			font-weight: 500px;
		}
		.wrap_basic_easy_list {
			margin: 
		}
		.writelist_table {
			margin: 0 auto;
		}
		.wrap_basic_easy_list {
			margin: 0 auto 30px;
		}
		.wrap_w_maintain_title1 {
			line-height: 1;
		}
		.tbl_head01 {
			margin: 0 0 30px;
		}
		#bo_sch select {
			margin: 9px 0;
		}
		.wrap_list_search {
			height: 37px;
		}
		select {
			box-sizing: border-box;
			font-size: 3vw;
		}
		#bo_sch select option {
			display: inline;
			text-align: center;
		}
		#bo_sch {
		
		}
		.wrap_w_maintain_title1 {
			margin-bottom: 30px;
		}

	}

	@media only screen and (max-width: 500px) {
		.writelist_table {
			margin: 0 auto 3vw;
		}
		.tbl_head01 td {
			font-size: 2.8vw;
		}
		.wrap_ma_policy>ul>li{
			width:165px !important;
			height: 220px !important;
		}
		.wrap_ma_policy>ul>li>img{
			width:80%;
		}

		.wrap_ma_policy>ul>li>div>span:first-child {
			font-size: 15px !important;
			font-weight: 500;
		}

		.wrap_ma_policy>ul>li>div>span:last-child {
		font-size: 13px !important;
		}

		.wrap_view_block div:first-child{
			font-size: 15px;
			padding: 20px 5px;
			font-weight: 300;
			width: 27%;
			text-align: center;
			background-color: #f2f4f8;
			border-bottom: 1px solid #ccc;
			line-height: 19px;
			color: #414141;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.wrap_view_block div:last-child{
			width: 73%;
			font-size: 13px;
			line-height: 17px;
			padding: 20px 10px;
			font-weight: 100;
			border-bottom: 1px solid #ccc;
			word-break: break-all;
		}

	}

	@media only screen and (max-width: 450px) {
		.pg_page {
			border: 0;
			padding: 0 !important;
			border-radius: unset;
			margin-right: 14px;
		}
		.pg_current {
			width: 30px;
			margin-right: 8px;
		}

	}

	@media only screen and (max-width: 400px) {
		.btn_b02 {
			font-size: 3.5vw;
		}
		#bo_sch .sch_input {
			font-size: 3vw;
		}
		a.btn_b02, .btn_b02 {
			font-size: 4vw;
		}
		.pg_page {
			margin-right: 12px;
		}
	}

	@media only screen and (max-width: 350px) {
		.pg_current {
			margin-right: 5px;
		}
		.pg_page {
			margin-right: 9px;
		}
	}

.bo_w_info{
	margin-top:50px !important;
}

/* 팝업창 */

.bbsw_popup{
	position: fixed;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background: rgba(0,0,0,0.4);
	display:none;
}

.bbsw_popup_box{
	width:450px;
	min-height:500px;
	background-color:#fff;
	margin:120px auto;
		padding:30px 20px;
		text-align:center;
}

@media only screen and (max-width: 500px) {
	.bbsw_popup_box{
		width:90%;
		margin:50% auto;
	}

}

.bbsw_popup_box_close{
    background-color: #FFC000;
    /* cursor: pointer; */
    color: #fff;
    width: 100px;
    height: 45px;
    margin: 0 auto;
    /* padding: 3% 0; */
    border-radius: 5px;
    font-size: 20px;
    line-height: 45px;
}

@media only screen and (max-width: 400px) {
	.tbl_head01 td {
		font-size: 2.9vw;
	}
}