section.now-program,
section.etc{
    display: none;
}
section.page-title,
section.list-container{
    max-width: 900px;
}
section.page-title{
    border-bottom: 0;
}
section.list-container {
    padding: 0;
    margin: 2rem auto;
}
.list-container:last-of-type{
    border:0;
}
section.list-container h1.month{
    font-size: 2rem;
    font-weight: 600;
    margin:1.5rem auto;
    max-width: 1200px;
    border-top: 1px solid #dfdfdf;
    padding-top: 1.5rem;
}
section.list-container h1.month:first-of-type{
    border:0;
    padding-top: 0;
}
section .item-list {
    max-width: 1200px;
    margin: 0 auto;
}
section .item-list .item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.ods-story section .item-list .item{
    border-bottom: 0;
}
.mainafter section .item-list .item .img-box img{
    margin-right: 1.5rem;
}
section .item-list .item > a{
    display: flex;
}
section .item-list .item .img-box img {
    margin-right: 1.5rem;
    width: 12rem;
    height: 7rem;
}
section .item-list .item .txt-box{
    width: calc(100% - 12rem - 1.5rem);
    /* width: 100%; */
}
.mainafter section .item-list .item .txt-box{
    width: 100%;
}
section .item-list .item h1 {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 0.8rem;
}
.mainafter section .item-list .item h1 {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
}
.mainafter section .item-list .item h1 span.category{
    color:#6eb43f;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 0.5rem;
}
section .item-list .item p{
    color: #666666;
    max-height: 3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section .item-list .item .date {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #999999;
}
section .item-list .item .date strong{
    margin-right: 0.5rem;
    font-weight: 600;
    color:#666666;
}
section .item-list .item .btn-box {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 0.5rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"]{
    position: relative;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    height: 2.6rem;
    padding: 0 0.8rem;
    font-size: 0.95rem;
    height: 2.5rem;
}
textarea{
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 0 0.8rem;
    font-size: 0.95rem;
}
select {
    padding: 0.5rem;
    padding-right: 2.5rem;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    font-size: 0.9rem;
}

.btn-write{
    border: 1px solid #6eb43f;
    display: flex;
    border-radius: 2rem;
    align-items: center;
    padding: 0 2rem;
    font-weight: 600;
    color: #6eb43f !important;
    line-height: normal;
}
.board-search-box{
    display: flex;
    justify-content: center;
    width: 100%;
    margin:2rem auto 4rem;
}
.board-search-box .box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.board-search-box select,
.board-search-box input[type="text"]{
    border:1px solid #cccccc;
    border-right: 0;
    padding: 0.5rem;
    font-size: 0.9rem;
    border-radius: 0;
    height: 38px;
}
.board-search-box select{
    width: 5rem;
    padding-left: 0.8rem;
}
.board-search-box input[type="text"]{
    width: 60%;
    border-left: 0;
}
.board-search-box button{
    background: #6eb43f;
    color:#ffffff;
    padding: 0.5rem 1rem;
    height: 38px;
    font-size: 0.9rem;
    font-weight: 500;
}
.board.view section,
.board.write section{
    max-width: 900px;
    margin: auto;
    padding: 1.5rem 0;
}
.board.write section{
    padding: 2rem 0 4rem;
}
.board.view .view-box{
    margin-top: 2.5rem;
}
.view-box .title-box{
    padding-bottom: 2rem;
    border-bottom: 2px solid #333;
}
.view-box .title-box .category{
    font-size: 0.9rem;
    font-weight: 600;
    /* border: 1px solid #6eb43f;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 5rem; */
    margin-bottom: 1rem;
    color:#6eb43f;
}
.view-box .title-box h1{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    width: 100%;
    overflow: hidden;
    word-break: normal;
    line-height: 2.3rem;
}
.view-box .title-box .writer{
    display: flex;
    font-size: 0.9rem;
    color:#999999;
}
.view-box .title-box .writer .date{
    margin-left: 0.8rem;
    color:#999999;
}
.view-box .title-box .writer .hit-cnt{
    margin-left: auto;
    color:#999999;
}
.view-box .article{
    padding:2.5rem 0 2rem;
    color:#555555;
    line-height: 180%;
}
.view-box .article *{
    max-width: 100%;
}
.view-box .article img{
    margin:1rem 0;
}
.view-box .button-box{
    display: flex;
    margin:1.5rem 0;
}
.view-box .button-box a,
.help-board .button-box a{
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    padding:0 1rem;
    border:1px solid #cccccc;
    border-radius: 0.2rem;
}
.view-box .button-box a.modify{
    margin-right: 2px;
}
.view-box .button-box a.list,
.help-board .button-box a.write{
    margin-left: auto;
    width: 6rem;
}
.view-box .button-box a.cancel{
    text-decoration: underline;
    border:0;
    padding: 0;
    color: #666666;
}
.board.view section.reply-box{
    max-width: 100%;
    background: #f7faf6;
    padding:50px 0 100px;
}
.board.view section.reply-box .box{
    max-width: 900px;
    margin: auto;
}
.reply-box .reply-write-box{
    display: flex;
    flex-wrap: wrap;
    margin:1rem 0;
}
.reply-box .box > h1{
    font-size: 1.2rem;
    font-weight: 600;
}
.reply-box .box > h1 span{
    font-size: 1.15rem;
    color:#6eb43f;
}
.reply-box .box input{
    width: 10rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    border:1px solid #cccccc;
    margin-bottom: 0.5rem;
    margin-right: 0.25rem;
    border-radius: 0;
}
.reply-box .box textarea{
    padding: 1rem;
    font-size: 0.9rem;
    width: calc(100% - 5rem);
    height: 5rem;
    border:1px solid #cccccc;
    border-right: 0;
    border-radius: 0;
}
.reply-box .box button[type="submit"]{
    display: block;
    background:#6eb43f;
    color:#ffffff;
    width: 5rem;
    height: 5rem;
    font-size: 0.9rem;
    font-weight: 600;
}
.reply-list li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding:1.25rem 0;
    align-items: center;
}
.reply-list li button.delete{
    margin-left: auto;
    font-size: 0.75rem;
}
.reply-list li h1{
    font-size: 0.9rem;
    font-weight: 500;
    color:#6eb43f;
}
.reply-list li p{
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    word-break:normal;
    font-size: 0.9rem;
}
.reply-list li .date{
    font-size: 0.7rem;
    color:#aaaaaa;
    margin-left: 0.5rem;
}
.board.view section.prev-next-article{
    padding:3rem 0;
}
.prev-next-article ul{
    display: flex;
    flex-wrap: wrap;
}
.prev-next-article li:first-of-type{
    /* border-top: 1px solid #efefef; */
    border-right: 2px solid #dfdfdf;
}
.prev-next-article li{
    display: flex;
    width: 50%;
    /* border-bottom: 1px solid #efefef; */
    padding:0 2rem 0 1rem;
    align-items: center;
}
.prev-next-article li a{
    width: 100%;
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.prev-next-article li label{
    font-size: 0.8rem;
    font-weight: 500;
    color:#999999;
    margin-right: 1rem;
}
.prev-next-article li.next{
    padding:0 1rem 0 2rem;
}
.prev-next-article li.next a{
    margin-right: 1rem;
}
.prev-next-article li.next label{
    margin-right: 0;
    margin-left: auto;
}
.sub-header{
    display: none;
}
.write .view-box .box{
    display: flex;
    margin:1.5rem 0;
    width: 100%;
    align-items: center;
}
.write .box label{
    color:#888888;
    width: 8rem;
}
.write .box .field{
    width:100%;
}
.write .box select,
.write .box input,
.write .box textarea{
    border:1px solid #aaaaaa;
    padding:0.25rem 0.5rem;
}
.write .box select{
    padding-right: 2rem;
    height: 2.5rem;
}
.write .box input{
    width:100%;
}
.write .box input[type="password"]{
    width:20rem;
}
.write .box.title input{
    padding:0 0.8rem;
    height: 3.2rem;
}
.write .box textarea{
    width:100%;
    height: 400px;
    padding: 1rem;
}
/* .view-box .button-box{
    margin-top: 3rem;
} */
.write button.confirm{
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    padding: 0 1rem;
    border-radius: 0.2rem;
    background: #6eb43f;
    font-weight: 600;
    color:#ffffff;
    width: 6rem;
    margin-left: auto;
}
.help .category-area{
    display: flex;
    max-width: 900px;
    margin: auto;
    justify-content: center;
    padding:40px 0 20px;
}
.help .category-area a{
    background: #eef7eb;
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    margin: auto 0.2rem;
    font-size: 0.9rem;
}
.help .category-area a.on{
    background: #6eb43f;
    color: #ffffff;
}
.help .board-search-box{
    width: auto;
    margin: 0;
}
.help .board-search-box select{
    width: 8.5rem;
    padding-right: 1.5rem;
}
.help .board-search-box button{
    background: #666666;
}
.help .item-list .item{
    padding: 1.5rem 0;
    margin: 0;
}
.help .item-list .item:first-of-type,
.help-board .item-list .item:first-of-type{
    border-top: 1px solid #dddddd;
}
.help .item-list .item .txt-box,
.help-board .item-list .item .txt-box{
    width: 100%;
}
.help .item-list .item [type="checkbox"]{
    width: 100%;
    height: 4.5rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}
.help .item-list .item [type="checkbox"]:checked ~ p{
    display: block;
    padding: 1.5rem;
    overflow: visible;
    max-height: initial;
    background: #f7faf6;
    font-size: 0.9rem;
}
.help .item-list .item h1, 
.help-board .item-list .item h1{
    margin:0;
	font-size: 1.2rem;
    position: relative;
    width: 100%;
}
/*   도움방 FAQ리스트   */
.help .item-list .item h1{
    font-size: 1rem;
	width: 99%;
	padding-right:3rem;
	margin-right:1rem;
	padding-left:0.4rem;
}
.help .item-list .item h1:after{
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
	margin-left:5rem;
	background: url(/images/icon-down-arrow.svg) no-repeat center;
    background-size:0.8rem;
    right: 0;
	top: -3px;
    z-index: 1;
    transform: rotate(-90deg);
    transition: transform 0.3s;
}
.help .item-list .item [type="checkbox"]:checked ~ h1{
    margin-bottom: 1rem;
}
.help .item-list .item [type="checkbox"]:checked ~ h1:after{
    transform: rotate(0);
}
.help .item-list .item .txt-box p{
    display: none;
}
.help section.page-title{
    border:0;
}
.help .list-container .desc{
    margin-top: 2rem;
    font-size: 0.95rem;
    color:#666666;
}
.help .list-container .desc a{
    text-decoration: underline;
    color:dodgerblue;
}
.help section.contact{
    max-width: 900px;
    margin: auto;
    padding: 0 0 40px 0;
    display: flex;
    justify-content: space-between;
}
.help section.contact a.btn-green{
    color: #ffffff;
    padding: 0.8rem 2.5rem 0.8rem 1rem;
    border-radius: 4px;
    height: 3rem;
    background: #6eb43f url(/images/icon-right-arrow.svg) no-repeat calc(100% - 1rem) center;
    background-size: 0.7rem;
    display: flex;
    align-items: center;
}
/*  하단 기업단체문의 및  */
.help section.contact .tel-box{
    padding: 1rem;
    font-size: 0.85rem;
    line-height: 1.2rem;
    color:#66775c;
	text-align:right;
	/*margin: auto;*/
}
.help-board .page-title{
    flex-wrap:wrap;
    border: 0;
    max-width: 900px;
}
.help-board section.list-container{
    max-width: 900px;
}
.help-board .page-title p{
    width: 100%;
    font-size: 0.9rem;
    color:#666666;
    margin-top: 1rem;
}
.help-board .item-list .item .txt-box a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.help-board .item-list .item .txt-box .writer,
.help-board .item-list .item .txt-box .date,
.help-board .item-list .item .txt-box .cnt{
    margin-top: 0;
    margin-right: 0.5rem;
    font-size: 0.9rem;
    color: #666666;
    width: calc(100% /3);
}
.help-board .item-list .item .txt-box .writer{
    margin-left: 2rem;
}
.help-board .item-list .item .txt-box .cnt{
    margin-left: 1rem;
    font-size: 0.8rem;
    color: #999999;
    display: flex;
    justify-content: space-between;
    max-width: 60px;
}
.help-board .item-list .item{
    padding: 1.5rem 0;
    margin: 0;
}
.help-board .button-box{
    margin-top: 2rem;
}
.help-board .item-list .item h1{
    width: 70%;
    display: block;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.help-board .item-list .item h1 span{
    font-size: 0.95rem;
    color:#333333;
}
.help-board .item-list .item .box{
    width: 100%;
    max-width: 30%;
    display: flex;
    align-items: center;
}
.help-board .item-list .item .state{
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.3rem 0.5rem;
    background: #6eb43f;
    color:#ffffff;
    border-radius: 4px;
    margin-right: 0.5rem;
    text-align: center;
    line-height: normal;
    width: 4rem;
    max-width: 3.5rem;
    display: inline-block;
}
.help-board .item-list .item .state.ing{
    border:1px solid #6eb43f;
    background: transparent;
    color:#6eb43f;
}
.help.write .item-list li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    padding: 0.4rem 0;
}
.help.write .item-list li .title{
    width: 15%;
    font-size: 0.95rem;
    padding: 0.5rem 0;
}
.help.write .item-list li .content{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.help.write section.list-container{
    max-width: 700px;
    margin:1rem auto;
}
.help.write .list-container .desc{
    margin-top: 0.5rem;
    font-size: 0.8rem;
}
.help.write .list-container .desc li{
    position: relative;
    padding-left: 0.5rem;
}
.help.write .list-container .desc li:before{
    content: '*';
    position: absolute;
    left: 0;
    top:0.6rem;
}
.help.write .list-container .btn-box{
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    padding-top: 1.5rem;
    margin-top: 1rem 0 100px auto;
}
.help.write .list-container .btn-box a.cancel{
    margin-right: 3rem;
    text-decoration: underline;
    font-size: 0.95rem;
    color: #666666;
}
.help.write section.page-title{
    max-width: 700px;
    border-bottom:1px solid #cccccc;
}
section.category{
    max-width: 900px;
    margin: auto;
    padding: 1rem 0 0;
}
section.category a{
    margin-right: 1rem;
    font-weight: 400;
    color:#999999;
    padding-bottom: 0.5rem;
}
section.category a:hover{
    color: #333333;
}
section.category a.on{
    color:#333333;
    border-bottom: 4px solid #6eb43f;
    font-weight: 600;
}
section .item-list .item:first-of-type{
    border-top:1px solid #dddddd;
}
section.type2 .item-list .item:first-of-type{
    padding-top: 2rem;
}
.ods-story section.page-title{
    max-width: 1200px;
}
.ods-story section.list-container{
    max-width: 100%;
}
.ods-story .item-list{
    max-width: calc(1200px + 2rem);
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.ods-story .item{
    width: calc(-2rem + 33.3333%);
    margin: 1rem 1rem 2.5rem;
    font-size: 0;
    position: relative;
}
.ods-story .item > a{
    flex-wrap: wrap;
    position: relative;
}
.ods-story .item .img-box{
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0.1);
    border:1px solid #dfdfdf;
}
.ods-story .item-list .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ods-story .item-list .item .txt-box{
    width: 100%;
}
.ods-story .item .txt-box h1{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ods-story .item-list .item .txt-box .category{
    font-size: 1rem;
    position: absolute;
    padding: 0.4rem 0.5rem;
    background: rgba(0,0,0,0.6);
    color:#ffffff;
    top: 1px;
    left: 1px;
    font-size: 0.8rem;
}
.ods-story .item-list .item .txt-box P{
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
    max-height: 4rem;
    color:#666666;
}
.ods-story .item .txt-box .date{
    font-size: 0.85rem;
    color: #999999;
    letter-spacing: 0;
    display: inline-block;
}
.ods-story .item .txt-box .reply-cnt{
    font-size: 0.85rem;
    display: inline-block;
    margin-left: 0.8rem;
}
.ods-story .item .txt-box .reply-cnt i{
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(/images/icon_reply.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    opacity: 0.7;
}
.ods-story .item-list .item:first-of-type{
    width: 100%;
    padding: 2rem;
    border:1px solid #dddddd;
    margin-bottom: 4rem;

}
.ods-story .item-list .item:first-of-type .img-box{
    width: 450px;
    height: 180px;
}
.ods-story .item-list .item:first-of-type .txt-box{
    width: calc(100% - 450px);
    padding: 0 0 0 2rem ;
}
.ods-story .item-list .item:first-of-type .txt-box .category{
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    background: none;
    font-size: 0.95rem;
    color:#6eb43f;
    font-weight: 600;
}
.ods-story .item:first-of-type .txt-box h1{
    font-size: 1.5rem;
    margin-top: 0;
}
.ods-story .item:first-of-type .txt-box p{
    -webkit-line-clamp: 3;
    max-height: 4rem;
}

@media (max-width: 640px) {
    .board.view header,
    .board.write header{
        display: inline-block;
    }
    .sub-header{
        display: flex;
    }

    section.page-title {
        position: relative;
        padding: 1.5rem 20px;
        border-bottom: 0;
    }
    section.page-title h1{
        font-size: 1.5rem;
    }
    section.page-title .menu li{
        font-size: 0.9rem;
        margin-left: 1rem;
        padding: 0.3rem 0;
        border-bottom-width: 2px;
    }
    section.page-title .menu li.on{
        border-bottom-width: 2px;
    }
    section.list-container {
        padding: 0 20px;
        margin-top: 0;
    }
    section .item-list {
        display: flex;
        flex-wrap: wrap;
    }
    section .item-list .item,
    .ods-story .item-list .item:first-of-type{
        width: 100%;
        margin-bottom: 0;
        padding: 1.5rem 0;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        border-left: 0;
        border-right: 0;
    }
    /* section .item-list .item:first-of-type{
        border-top: 1px solid #efefef;
    } */
    section .item-list .item .img-box img{
        width: 100px;
        height: 100px;
    }
    section .item-list .item .txt-box{
        width: calc(100% - 100px - 1rem);
    }
    .mainafter section .item-list .item a{
        overflow: hidden;
    }
    .mainafter section .item-list .item .txt-box{
        width: 100%;
    }
    .mainafter section .item-list .item h1{
        display: block;
        margin-top: 0;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .mainafter section .item-list .item h1 span.category{
        display: block;
    }
    section .item-list .item h1,
    .ods-story .item:first-of-type .txt-box h1 {
        font-size: 1.2rem;
        margin: 0 0 0.5rem;
        word-break: break-word;
    }
    section .item-list .item .date {
        font-size: 0.8rem;
    }
    section .item-list .item .btn-box{
        position: absolute;
        width: auto;
        right: 0;
        bottom: 1.5rem;
    }
    section .item-list .item a.reserv{
        font-size: 0.9rem;
    }
    .btn-write{
        padding: 0 1rem;
        font-size: 0.8rem;
        border:0;
        background: #6eb43f;
        color:#ffffff !important;
    }
    .board-search-box{
        margin-bottom: 0;
    }
    .board.view .view-box{
        margin:0;
        padding:2rem 1.5rem;
    }
    .view-box .title-box{
        border-bottom: 1px solid #efefef;
        padding-bottom: 0.8rem;
    }
    .view-box .title-box h1{
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2rem;
    }
    .view-box .title-box .writer{
        font-size: 0.75rem;
    }
    .view-box .title-box .writer h2{
        font-weight: 500;
        color:#666666;
    }
    .view-box .title-box .writer .date{
        margin-left: 0.5rem;
    }
    .view-box .article{
        padding:2rem 0;
    }
    .view-box .button-box{
        margin-bottom: 0;
    }
    .board.view section.reply-box{
        padding:2rem 1.5rem 4rem;
    }
    .reply-box .box > h1{
        font-size: 1rem;
    }
    .reply-box .box > h1 span{
        font-size: 1rem;
    }
    .reply-box .box input{
        width: 7rem;
        padding:0.4rem 0.5rem;
        font-size: 0.85rem;
    }
    .reply-box .box textarea,
    .reply-box .box button[type="submit"]{
        height: 3.5rem;
    }
    .reply-box .box textarea{
        width: calc(100% - 4rem);
        padding:0.5rem;
    }
    .reply-box .box button[type="submit"]{
        width: 4rem;
    }
    .board.view section.prev-next-article{
        padding:1.5rem 0;
    }
    .prev-next-article li{
        width: 100%;
        margin:0.8rem 0;
    }
    .prev-next-article li:first-of-type{
        border:0;
    }
    .prev-next-article li.next{
        display: flex;
        flex-direction: row-reverse;
        padding:0 2rem 0 1rem;
    }
    .prev-next-article li.next label{
        margin-right: 1rem;
    }
    .prev-next-article li a{
        font-size: 1rem;
    }
    .board.write section{
        padding:0 1.5rem 3rem;
    }
    .help .category-area{
        padding: 0 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .help .category-area a{
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        margin:0.25rem 0.25rem 0.25rem;
    }
    .help .board-search-box{
        margin-top: 1rem;
    }
    .help .board-search-box select,
    .help .board-search-box input{
        border-radius: 0;
        height: 38px;
    }
    .help .category-area{
        padding: 0 16px 20px;
    }
    .help .item-list .item h1{
        font-size: 1rem;
    }
    .help .item-list .item{
        padding:1rem 0;
    }
    .help .item-list .item [type="checkbox"]{
        height: 3.2rem;
    }
    .help .item-list .item h1:after{
        background-size: 0.6rem;
        top: -6px;
    }
    .help .list-container .desc{
        font-size: 0.8rem;
        margin-top: 1.5rem;
    }
    .help section.contact{
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .help section.contact a.btn-green{
        margin-bottom: 2rem;
    }
    .help section.contact .tel-box{
        padding: 0 0 2rem;
    }
    .help-board .page-title p{
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
        font-size: 0.8rem;
    }
    .help-board .item-list .item h1{
        font-size: 1rem;
        width: 100%;
    }
    .help.write .item-list li .title{
        font-size: 0.8rem;
    }
    .help.write input,
    .help.write textarea,
    .help.write select{
        width: 100%;
    }
    .help.write .list-container .btn-box{
        max-width: 100%;
        margin:30px auto;
    }
    .help.write section.page-title{
        margin: 0 20px;
        padding: 1.5rem 0;
    }
    .help.write .item-list li .title{
        width: 25%;
    }
    .help.write .item-list li .content{
        width: 75%;
    }
    .help-board .item-list .item .box{
        max-width: 100%;
    }
    .help-board .item-list .item .txt-box .box div{
        margin:0.5rem 0.8rem 0 0 !important;
        width: auto;
        font-size: 0.8rem !important;
    }
    section.category{
        padding: 0 20px 1rem;
        margin-bottom: 1rem;
        white-space: nowrap;
        overflow-x: auto;
        position: relative;
        width: 100%;
    }
    section.category a{
        margin-right: 0.8rem;
        font-weight: 500;
    }
    section.category a.on{
        border-bottom-width: 3px;
        padding-bottom: 0.1rem;
    }
    section.type2 .item-list .item:first-of-type{
        /* all:unset; */
    }
    .ods-story section .item-list .item{
        margin: 0;
    }
    .ods-story .item .img-box{
        height: 130px !important;
    }

    .ods-story .item-list .item:first-of-type .img-box{
        width: 100%;
    }
    .ods-story section .item-list .item > a{
        width: 100%;
    }
    .ods-story .item-list .item:first-of-type .txt-box .category{
        font-size: 1rem;
        position: absolute;
        padding: 0.4rem 0.5rem;
        background: rgba(0,0,0,0.6);
        color: #ffffff;
        top: 0;
        font-size: 0.8rem;
    }
    .ods-story .item:first-of-type .txt-box p{
        font-size: 0.9rem;
        -webkit-line-clamp: 3;
        max-height: 4rem;
        color: #666666;
    }
    .ods-story .item-list .item:first-of-type .txt-box{
        all:unset;
        width:100%;
    }
    section .item-list .item h1, .ods-story .item:first-of-type .txt-box h1{
        font-size: 1.3rem;
        font-weight: 600;
        margin: 1.5rem 0 0.8rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .write .box input[type="password"]{
        width:100%;
    }


}
