@charset "utf-8";

/*-------------------------------------------------
Author : SB,Kim
Create date : 2023. 04. 20.
-------------------------------------------------*/

/* =====================================================================  MOBILE */
.sub-service .sub-visual-inner {background-image: url(/img/m_notice_bg.jpg);}
.sub-service .sub-visual-inner h3 {color:#0f300c;}
.sub-contact .sub-visual-inner {background-image: url(/image/contact/visual_m.jpg);}
.sub-contact .sub-visual-inner h3 {color: #333;}
/* ============= NOTICE === */
.board-inner table :is(th:nth-child(3), td:nth-child(3), th:last-child, td:last-child) {display: none;}
.board-inner th:nth-child(1) {width: 16%;}
.board-inner th:nth-child(2) {width: 84%;}
.board-inner th {
    padding: 15px 0;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}
.board-inner td {
    padding: 18px 3px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.board-inner td .link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.25;
}
/* ============================== /FAQ */
.faq_inner{
    margin-top: 47px;
    border-top: 1px solid #ccbda0;
}
.faq_table dl{
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.faq_table dl dt{
    padding: 27px 38px 27px 39px;
    font-size: 1.8rem;
    line-height: 1.2;
    cursor: pointer;
}
.faq_table dl dt::after{
    position: absolute;
    content: '';
    width: 17px; height: 10px;
    top: 39px; right: 8px; transform: translateY(-50%);
    background: url(/img/icon_arrow_down.png) no-repeat center/contain;
}
.faq_table dl dd{
    padding: 27px 0 27px 36px;
    font-size: 1.6rem;
    white-space: pre-line; word-break: keep-all;
    line-height: 1.2;
    background-color: #f5f5f5; 
}
.faq_table span{
    position: absolute;
    left: 2px;
    width: 25px; height: 25px; 
    line-height: 24px;
    border-radius: 5px;
    font-size: 1.8rem; text-align: center;
    background-color: #335a3f; color: #fff;
}
.faq_table dd span{background-color: #ccbda0;}

/* ============= VIEWPAGE === */
.view-inner .title-area {
    margin-bottom: 0;
    padding: 26px 0 28px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #eef5f6;
}
.view-inner .title-area .date {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.view-inner .title-area h3 {
    font-size: 2.4rem;
    line-height: 1.1;
}
.view-inner .cont-area {
    padding: 25px 0 30px;
    border-bottom: 1px solid #eef5f6;
}
.view-inner .cont-area .file-box {
    margin-bottom: 24px;
    text-align: right;
}
.view-inner .cont-area .file-box a img {
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    vertical-align: -4px;
}
.view-inner .cont-area .file-box a span {font-size: 1.5rem;}
.view-inner .cont-area .cont-box img {max-width: 100%;}
.view-inner .cont-area .cont-box {
    font-size: 1.6rem;
    min-height: 120px;
}
.view-inner .btn-area {margin-top: 28px;}
.view-inner .btn-area .btn-go {
	display:block;
	text-align:center;
    width: 100%; height: 47px;
	line-height:46px;
    font-size: 1.6rem;
	background: #335a3f;
	color:#fff;
}
/* =====================================================================  PC */
@media screen and (min-width:1084px){
    .sub-service .sub-visual-inner {background-image: url(/img/notice_bg.jpg);}
    .sub-contact .sub-visual-inner {background-image: url(/img/notice_bg.jpg);}
    /* ============= BOARD === */
    .board-inner table :is(th:nth-child(3), td:nth-child(3), th:last-child, td:last-child) {display: table-cell;}
    .board-inner th:nth-child(1) {width: 110px;}
    .board-inner th:nth-child(2) {width: 734px;}
    .board-inner th:nth-child(3) {width: 220px;}
    .board-inner th:nth-child(4) {width: 120px;}
    .board-inner th {
        padding: 18px 0;
        font-size: 1.8rem;
    }
    .board-inner td {
        position: relative;
        padding: 26px 3px 25px;
    }
    .board-inner td .link:after {
        position: absolute;
        top: 0; left: -110px;
        content: '';
        width: 1184px; height: 100%;
        border: 1px solid var(--point);
        opacity: 0;
    }
    .board-inner td .link:hover:after {
        opacity: 1;
        transition: opacity .5s;
    }

	/* ============================== FAQ */
    .faq_inner{
        margin-top: 70px;
        border-top: 2px solid #ccbda0;
    }
    .faq_table dl{border-bottom: 2px solid #e7e7e7;}
    .faq_table dl dt{
        position: relative;
        padding: 27px 38px 27px 128px;
    }
    .faq_table dl dt::after{
        width: 17px; height: 10px;
        top: 39px; right: 8px;
    }
    .faq_table dl dd{
        padding: 27px 0 27px 128px;
        line-height: 24px;
    }
    .faq_table span{
        left: 26px; top: 13px;
        width: 50px; height: 50px; 
        line-height: 49px; font-weight: 700;
        border-radius: 10px;
        font-size: 3.3rem;
    }
    .faq_table dd span{top: 90px;}
	/* ============= VIEWPAGE === */
    .view-inner .title-area {
        margin-bottom: 0;
        padding: 46px 0 45px;
    }
    .view-inner .title-area .date {
        font-size: 1.6rem;
        margin-bottom: 11px;
    }
    .view-inner .title-area h3 {font-size: 3.2rem;}
    .view-inner .cont-area {padding: 46px 0 45px;}
    .view-inner .cont-area .file-box {margin-bottom: 34px;}
    .view-inner .cont-area .cont-box {min-height: 180px;}
    .view-inner .btn-area {margin-top: 38px;}
    .view-inner .btn-area .btn-go {
		margin: 0 auto;
		width: 250px; height: 50px;
		line-height:49px;
		font-size: 1.6rem;
	}
}