section{
    width: 100%;
    height: auto;
}

section article{
    width: 100%;
    height: auto;
}

section article.sec__01{
    height: 920px;
    position: relative;
    z-index: -1;
    background: url(/image/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

section article.sec__01 .dimmed{
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: rgb(0 15 62 / 35%);
    z-index: 1;
}

section article.sec__01 > img.img__bg{
    position: absolute;
    width: 425px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 25%;
}

section article.sec__01 > h1{
    font-size: 60px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    z-index: 3;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.2;
}

section article.sec__01 > h2{
  font-size: 32px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.2;
}

section article.sec__02{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e1e8ff;
}

section article.sec__02 .inner{
    position: relative;
}

.main__contents{
    position: relative;
    top: -9vw;
}

.contents__layout > .contents__layout__inner ol > li{
    border: 1px solid #cbd7ff;
    background-color: #e6ebfb;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contents__layout > .contents__layout__inner ol > li:nth-child(n+2){
    border-left: none;
}

.contents__layout > .contents__layout__inner ol > li:nth-child(1) > a img{ width: 30px; }
.contents__layout > .contents__layout__inner ol > li:nth-child(2) > a img{ width: 28px; }
.contents__layout > .contents__layout__inner ol > li:nth-child(3) > a img{ width: 40px; }
.contents__layout > .contents__layout__inner ol > li:nth-child(1) > a img{ width: 30px; }

.contents__layout > .contents__layout__inner ol > li img{
    width: 55px;
}

.contents__layout > .contents__layout__inner ol > li p{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #001b71b8;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap{
    margin: 5px 0 20px;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap > li{
    padding: 18px 20px;
    width: 50%;
    background-color: #f8f8f8;
    height: 100%;
    text-align: left;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap > li p{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #a5988f;
    line-height: 28px;
    margin: 0;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap.list{
    flex-direction: column;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap.list > li{
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 50px;
    padding-left: 8px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap.list > li img{
    width: 15px;
    margin-right: 5px;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap.list > li p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.contents__layout > .contents__layout__inner > p.main_contents01_text{
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contents__layout .title > ul.contents02__tap{
    display: flex;
    align-items: center;
}

.contents__layout .title > ul.contents02__tap li{
    position: relative;
    color: #b4b4b4;
    cursor: pointer;
}

.contents__layout .title > ul.contents02__tap li.active{
    color: #000;
}

.contents__layout .title > ul.contents02__tap li:nth-child(n+2){
    padding-left: 26px;
}

.contents__layout .title > ul.contents02__tap li:nth-child(n+2)::before{
    content: "";
    width: 2px;
    height: 17px;
    background-color: #b4b4b4;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.contents__layout > .contents__layout__inner ol.board__list__wrap li span{
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #909090;
    margin-top: 5px;
    line-height: 22px;
}

.contents__layout > .contents__layout__inner.contents02__contents__layout__inner > div:nth-child(2){
    display: none;
}

.main__banner{
    width: 100%;
    height: 300px;
    background: url(/image/img/img_main_contents03.png) #000;
    background-repeat: no-repeat;
    background-position: center right;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 45px;
    margin-top: 20px;
}

.main__banner > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.main__banner > div p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.main__banner > div h2{
    font-size: 36px;
    font-weight: 700;
    color: #e1a984;
}

.main__banner > div a{
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    font-weight: 600;
    color: #8f8f8f;
    margin-top: 35px;
}

.main__banner > div a img{
    width: 6px;
}

.contents__layout .title.contents03__title{
    padding-right: 20px;
    justify-content: space-between;
}

.contents__layout .title > ul.contents03__tap{
    display: flex;
    align-items: center;
    gap: 5px;
}

.contents__layout .title > ul.contents03__tap li{
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
}

.contents__layout .title > ul.contents03__tap li.active{
    color: #fff;
    background-color: #000;
}

.contents__layout > .contents__layout__inner.contents03__contents__layout__inner > div:nth-child(n+2){
    display: none;
}

.contents__layout > .contents__layout__inner.contents03__contents__layout__inner > div p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin: 10px 0 35px;
    width: 100%;
    white-space: normal;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: -webkit-fill-available
}

.main_contents01_text{
  font-size: 18px;
  line-height: 1.75;
}

.text b{
  font-size: 20px;
  color: #001b71;
}

.middle__line{
    margin-top: 20px;
}

.middle__line > div{
    height: 552px;
}

.last__line{
    margin-top: 20px;
}

.contents__layout.contents__layout03 .contents__layout__inner{
    padding-top: 0;
}

.contents__layout.contents__layout03{
    min-height: 345px;
}

.first__board__list{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.first__board__list li{
    width: 100%;
    height: auto;
}

.first__board__list li > a{
    display: flex;
    width: 100%;
    height: auto;
}

.first__board__list li > a .img__wrap{
    width: 115px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first__board__list li > a .text__wrap{
    width: calc(100% - 115px);
    padding-left: 15px;
}

.first__board__list li > a .text__wrap p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}

.first__board__list li > a .text__wrap span{
    font-size: 14px;
    font-weight: 500;
    color: #909090;
    line-height: 22px;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.second__board__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.second__board__list > li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.second__board__list > li a{
    display: block;
    width: 100%;
    height: 100%;
}

.second__board__list > li a .img__wrap{
    position: relative;
}

.second__board__list > li a .img__wrap .img_youtube_ico{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.second__board__list > li p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin: 5px 0 20px;
}

.contents__layout > .contents__layout__inner a.page__move.estate__link{
    margin-top: 40px;
}

.contents__layout > .contents__layout__inner a.page__move.estate02__link{
    margin-top: 69px;
}

.contents__layout > .contents__layout__inner > p.text{
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}










/* media */
@media screen and (max-width: 1200px){
    section article.sec__01 > h1{
        font-size: 50px;
    }

    .main__contents{
        top: -20vw;
    }
}

@media screen and (max-width: 1100px){
    .contents__layout > .contents__layout__inner a.page__move.youtube__link{
        margin-top: 12px;
    }
}

@media screen and (max-width: 1024px){
    section article.sec__01 > img.img__bg{
        width: 320px;
    }

    .middle__line > div{
        height: auto;
    }

    .contents__layout > .contents__layout__inner a.page__move.youtube__link{
        margin-top: 14px;
    }
}

@media screen and (max-width: 950px){
    .contents__layout > .contents__layout__inner a.page__move.youtube__link{
        margin-top: 27px;
    }
}

@media screen and (max-width: 850px){
    .contents__layout > .contents__layout__inner a.page__move.youtube__link{
        margin-top: 42px;
    }

    .contents__layout > .contents__layout__inner a.page__move.news__link{
        margin-top: -12px;
    }
}

@media screen and (max-width: 768px){
    section article.sec__01{
        height: 700px;
    }

    section article.sec__01 > h1{
        font-size: 40px;
    }

    section article.sec__01 > img.img__bg{
        width: 240px;
    }

    .main__contents{
        top: -25vw;
    }

    .contents__layout > .contents__layout__inner a.page__move.news__link{
        margin-top: -20px;
    }
}

@media screen and (max-width: 680px){
    .contents__layout > .contents__layout__inner a.page__move.news__link{
        margin-top: 0;
    }

    .contents__layout > .contents__layout__inner a.page__move.youtube__link{
        margin-top: 0;
    }
}

@media screen and (max-width: 650px){
    section article.sec__01{
        height: 500px;
    }

    section article.sec__01 > h1{
        font-size: 32px;
        top: 30%;
        width: 90%
    }

    section article.sec__01 > h2{
        font-size: 22px;
        top: 50%;
        width: 90%
    }

    .contents03__img__wrap{
      height: 135px !important;
    }

    section article.sec__01 > img.img__bg{
        width: 180px;
    }

    .contents__layout > .contents__layout__inner ol{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contents__layout > .contents__layout__inner ol li{
        width: 50%;
        flex: inherit;
    }

    .contents__layout > .contents__layout__inner ol li:nth-child(3){
        border-left: 1px solid #d9d9d9;
    }

    .contents__layout > .contents__layout__inner ol li:nth-child(n+3){
        border-top: none;
    }

    .contents__layout > .contents__layout__inner ol li > div{
        padding: 10px 0;
    }

    .contents__layout .title > ul.contents02__tap{
        height: 50px;
    }

    .contents__layout .title > ul.contents02__tap li{
        font-size: 18px;
    }

    .contents__layout .title.contents03__title{
        padding-right: 10px;
    }

    .contents__layout > .contents__layout__inner ol.board__list__wrap li{
        width: 100%;
    }

    .contents__layout > .contents__layout__inner ol.board__list__wrap li:last-of-type{
        border-left: 1px solid #d9d9d9;
        border-top: none;
    }

    .contents__layout > .contents__layout__inner ol.board__list__wrap li > a{
        padding: 0;
        text-align: left;
    }

    .main__banner{
        padding: 0;
        background: none;
        height: auto;
        border-radius: 10px;
    }

    .contents__layout.contents__layout03{
        min-height: inherit;
        height: auto;
    }

    .contents__layout > .contents__layout__inner ol.board__list__wrap.list li{
        height: 50px !important;
    }

    .contents__layout > .contents__layout__inner ol.board__list__wrap.list li:last-of-type{
        border-top: 1px solid #d9d9d9 !important;
        border-left: none !important;
    }

    .contents__layout > .contents__layout__inner a.page__move.estate02__link{
        margin-top: 0px;
    }
}

@media screen and (max-width: 450px){
    .main__contents{
        top: -40vw;
    }
}
