/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/







.Slider_container{
    width:100%;
    z-index:-1;
}

.Slider__Box{
    position:relative;
}

.Slider__Box>img{
    width:100%;
    height: 100%;
}

.Slider__Text{
    position:absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top:0;
    width:100%;
    height:100%;
}

.Slider__Text>.Elem:nth-child(1){
    color:white;
    font-size:70px;
    font-family: 'NanumSon';
}

.Slider__Text>.Elem:nth-child(1)>span{
    color:white;
    font-size:70px;
    font-family: 'NanumSon';
    letter-spacing: -20px;
}

.Slider__Text>.Elem:nth-child(2){
    padding:40px 0;
    color:#eeb62e;
    font-family: 'NanumSqureB';
    font-size:70px;
}

.Slider__Text>.Elem:nth-child(3){
    color:white;
    font-size:25px;
}

.Catchphrase_container{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;

    width: 1400px;
    height: 1250px;
    margin: 100px auto 0px auto;



}

.Catchphrase_container > *:nth-child(1){
    -ms-grid-row:1;
    -ms-grid-column:1

}

.Catchphrase_container > *:nth-child(2){
    -ms-grid-row:1;
    -ms-grid-column:2

}

.Catchphrase_container > *:nth-child(3){
    -ms-grid-row:2;
    -ms-grid-column:1

}

.Catchphrase_container > *:nth-child(4){
    -ms-grid-row:2;
    -ms-grid-column:2

}

.Catchphrase_box{
    width: 100%;
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.Catchphrase_box:nth-child(1){
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.Catchphrase_box:nth-child(2){
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.Catchphrase_box:nth-child(2) .Elem{
    text-align:right;
}

.Catchphrase_box:nth-child(2) img{
-webkit-box-shadow: 20px 20px #d3d3d3;
        box-shadow: 20px 20px #d3d3d3;
width: 650px;


} 

.Catchphrase_box:nth-child(3){
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.Catchphrase_box:nth-child(3) img{
    -webkit-box-shadow: -20px 20px #d3d3d3;
            box-shadow: -20px 20px #d3d3d3;
    width: 650px;

}

.Catchphrase_box:nth-child(4){
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}


.Catchphrase__Text{
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 30px auto 50px 70px;
    grid-template-rows: 30px auto 50px 70px;
}

.Catchphrase__Text > *:nth-child(1){
    -ms-grid-row:1;
    -ms-grid-column:1;

}

.Catchphrase__Text > *:nth-child(2){
    -ms-grid-row:2;
    -ms-grid-column:1;

}

.Catchphrase__Text > *:nth-child(3){
    -ms-grid-row:3;
    -ms-grid-column:1;

}

.Catchphrase__Text > *:nth-child(4){
    -ms-grid-row:4;
    -ms-grid-column:1;

}

.Catchphrase__Text>.Elem:nth-child(2){
    font-size:55px;
    line-height: 70px;
    font-family: 'NanumSqureB';
    letter-spacing: -1px;
    word-break:keep-all;
}
.Text--skyblue{
    color:#35b2b9;
}

.Text--blue{
    color:#066094;
}
.Text--yellow{
    color:#eeb62e;
}

.Text--orange{
    color:#e47442;
}
.Catchphrase__Text>.Elem:nth-child(3){
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}

.Catchphrase__Text>.Elem:nth-child(4){
    -ms-flex-item-align:center;
        -ms-grid-row-align:center;
        align-self:center;
    word-break: keep-all;
    width: 85%;
    font-size: 17px;
    line-height: 25px;
}


.Board_container{
    width:100%;
    height:500px;
    background-color:#efefef;
    display: flex;
    align-items: center;
}

.Board_container_box{
    width: 1400px;
    height: 80%;
    margin: 0 auto;
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 50% 25% 25%;
    grid-template-columns: 50% 25% 25%;
}

.Board_container_box > *:nth-child(1){
    -ms-grid-row:1;
    -ms-grid-column:1

}

.Board_container_box > *:nth-child(2){
    -ms-grid-row:1;
    -ms-grid-column:2;

}

.Board_container_box > *:nth-child(3){
    -ms-grid-row:1;
    -ms-grid-column:3;

}

.Board_container_box>.Elem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    width:95%;
    height:85%;
    background-color:white;
}

.Board_container_box>.Elem:nth-child(1){
    border-top: 3px solid #06a0a9;
}

.Board_container_box>.Elem>div{
    display:flex;
    justify-content: start;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.Board_container_box>.Elem>div:last-child{
    border-bottom:0;
}

.Board_container_box>.Elem:nth-child(1){
    -ms-grid-column-align: start;
    justify-self: start;
}

.Board_container_box>.Elem:nth-child(2){
    -ms-grid-column-align: center;
    justify-self: center;
    border-top: 3px solid #e47442;
}

.Board_container_box>.Elem:nth-child(2) .Board__Button{
    background-color: #e47442;
}


.Board_container_box>.Elem:nth-child(3){
    justify-self: flex-end;
    border-top: 3px solid #eeb62e;
}

.Board_container_box>.Elem:nth-child(3) .Board__Button{
    background-color: #eeb62e;
}

.Board_container_box>.Elem:nth-child(1)>.Board__Title{
    padding-left:0;
}

.Board__Title{
    height: 85px;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 15px;
    
}



.Board__Contents{
    height:55px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-bottom:1px solid #d3d3d3;
    color:#6c6c6c;
}


.Contents_text{
    display:flex;
    align-items: center;
    width:100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;
    

   
}

.Contents_title{
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}

.Contents_title--skyblue{
    width:12%;
    color: #06a0a9;
    font-weight:bold;
    
}

.Contents_title--gray{
    width:12%;
    color: #6c6c6c;
}



.Contents_date{
    width: 35%;
    text-align: right;
    
}

.Board__Button{
    height: 40px;
    width: 100px !important;
    color: white;
    border-radius: 20px;
    padding-left: 20px;
    margin-left:20px !important;
    cursor:pointer;
    
}

.Board__Img{
    justify-content: flex-end !important;
    overflow:hidden;
}



.Board__Text{
    font-size:17px;
    padding: 10px 0px 30px 0px;
    width: 85% !important;
    word-break: keep-all;
    line-height: 25px;

}

.Gallery_container{
    width: 100%;
    height: 650px;
}

.Gallery_box{
    width: 1400px;
    margin: 0 auto;
}

.Gallery__Title{
    height: 150px;
    font-size: 37px;
    display: flex;
    color: #222;
    line-height: 1.1em;
    letter-spacing: -0.075em;
    justify-content: center;
    font-weight: lighter;
    align-items: center;
}


.Gallery__Slider{
    height:300px;
    display: flex !important;
    align-items: center;
}

.slick-arrow{
    height:10%;
    background-color:white;
    border:0;
    color:rgba(0,0,0,0);
    width: 25px;
    height: 40px;
    cursor:pointer;
}
.slick-prev{
    content:"";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-size: cover;

}
.slick-next{
    content:"";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-size: cover;

}

.slick-slide img {
    /* cursor: pointer; */
}

.Gallery__Slider .slick-list{
    margin:0 40px !important;
}


.Slider__Elem{
    display:flex !important;
    justify-content: center;
    align-items: center;
    position:relative;
    width:50%;
    height:50%;
    
}

.GallerySlider__Text{
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 15%;
    display: flex;
    margin-bottom: 12px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    word-break: keep-all;
    text-align: center;

}

 /* IE10+ */
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Enter your style code */
    .GallerySlider__Text{
        left:0;
        right:0;
        z-index:999;
    }
    .Slider__Elem{
        justify-content: flex-start;
    }
   }

.Gallery__Button{
    height:50px;
    width:200px;
    font-size:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    background-color: #35b2b9;
    color: white;
    border-radius: 50px;
    cursor:pointer;
}

@media(max-width:1400px){
    .Catchphrase_container{
        width:930px;
        height: 900px;
    }

    .Catchphrase__Text>.Elem:nth-child(2) {
        letter-spacing: 0px;
    }


    .Catchphrase_box:nth-child(2) img {
        width: 100%;
    }
    .Catchphrase_box:nth-child(3) img {
        width: 100%;
    }

    .Board_container_box{
        width:930px;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
    }

    .Board_container_box>.Elem:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;

        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .Board_container_box>.Elem:nth-child(2){
        -ms-grid-row:2;
        -ms-grid-column:1;
    }

    .Board_container_box>.Elem:nth-child(3){
        -ms-grid-row:3;
        -ms-grid-column:1;
    }


    .Gallery_box{
        width:930px;
    }
    
    .Slider__Box>img {
        width: 100%;
        height: 100%;
    }

    .Catchphrase__Text {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 30px auto 50px 80px;
        grid-template-rows: 30px auto 50px 80px;
    }

    .Catchphrase__Text>.Elem:nth-child(2) {
        font-size: 40px;
        line-height: 40px;
    }

    .Catchphrase_box:nth-child(4) {
        padding-left: 20px;
    }

    .Board_container {
        height: 1100px;
    }
  
    .Board_container_box>.Elem:nth-child(1) {
        width: 95%;
    }

    
}



@media(max-width:991px){
    .Catchphrase_container{
        width:570px;
        height:650px;
        margin: 50px auto 0px auto;
    }


    .Board_container_box{
        width:570px;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
    }


    .Board_container_box > *:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;
    }


    .Board_container_box > *:nth-child(2){
        -ms-grid-row:1;
        -ms-grid-column:2;
    }


    .Board_container_box > *:nth-child(3){
        -ms-grid-row:2;
        -ms-grid-column:1;
    }


    .Board_container_box > *:nth-child(4){
        -ms-grid-row:2;
        -ms-grid-column:2;
    }

    .Slider__Box {
        width:100%;
    }

    .Gallery_box{
        width:570px;
    }
    
    .Slider__Box>img {
        position:absolute;
        left:-730px;
        width: auto;
        height: 100%;
    }

    .Slider__Text>.Elem:nth-child(1) {
        font-size: 50px;
    }

    .Slider__Text>.Elem:nth-child(2) {
        color: #eeb62e;
        font-size: 50px;
        padding: 50px 0;
        font-weight: bold;
    }

    .Slider__Text>.Elem:nth-child(3) {
        font-size: 20px;
    }

    .Catchphrase__Text {
        -ms-grid-rows: 30px auto 50px 140px;
        grid-template-rows: 30px auto 50px 140px;
    }

    .Catchphrase__Text>.Elem:nth-child(2) {
        font-size: 24px;
        line-height: 29px;
    }

    .Catchphrase__Text>.Elem:nth-child(4) {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        word-break: keep-all;
        width: 90%;
        font-size: 17px;
    }

   

}

@media(max-width:641px){

    .Slider__Text>.Elem:nth-child(1)>span {
        font-size: 35px;
        letter-spacing: -10px;
    }

    .Catchphrase_container{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: 280px 350px 280px 350px;
        grid-template-rows: 280px 350px 280px 350px;
        margin: 50px auto 0px auto;
        width:90%;
        height: 1265px;
    }

    .Catchphrase_container > *:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;
    }


    .Catchphrase_box{
        z-index:-1;
    }

    .Catchphrase_box:nth-child(1){
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: 2/1/2/1;
        width: 90%;
        height: 320px;
        width:360px;
        -ms-grid-column-align: center;
            justify-self: center;
    }

    .Catchphrase_box:nth-child(2){
        z-index:-2;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: 1/1/1/1;
        align-self:flex-start;
        width:100%;
        height:100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: center;
    }
    .Catchphrase_box:nth-child(3){
        z-index:-2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-area: 3/1/3/1;
        height:500px;
        justify-content: center;
        
        
    }
    .Catchphrase_box:nth-child(4){
        -ms-grid-row-align:end;
            align-self:end;
        -ms-grid-column-align: center;
            justify-self: center;
        padding-left:0;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-area: 4/1/4/1;
        width:360px;
        height: 320px;
    }

    .Catchphrase__Text {
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 30px auto 30px 120px;
        grid-template-rows: 30px auto 30px 120px;
        overflow:hidden;
    }

    .Catchphrase__Text>.Elem:nth-child(1) {
        font-size: 13px;
    }

    .Catchphrase__Text>.Elem:nth-child(2) {
        font-size: 26px;
        line-height: 37px;
        word-break:keep-all;
        width: 350px;
    }
/* 
    .Catchphrase_box:nth-child(4)>.Catchphrase__Text>.Elem:nth-child(2) {
        -ms-grid-column-align: end;
            justify-self: right;
    } */

    .Catchphrase__Text>.Elem:nth-child(3) {
        font-size: 13px;

    }

    .Catchphrase__Text>.Elem:nth-child(4) {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        word-break: keep-all;
        width: 100%;
        font-size: 17px;
        line-height:20px;
    }

    .Catchphrase_box:nth-child(2) img {
        width: 100%;
        height: 280px;
        text-align: right;
    }
    
    .Catchphrase__Img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
    }

    .Catchphrase_box:nth-child(2)>.Catchphrase__Img>.Elem{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
    }

    .Catchphrase_box:nth-child(3) img {
        width: 100%;
        height: 280px;
    }

    .Board_container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        height:1300px;
    }

    
    .Board_container_box{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: 35% 30% 30%;
        grid-template-rows: 35% 30% 30%;
        width:90%;
        height: 100%;
    }

    
    .Board_container_box > *:nth-child(1){
        -ms-grid-row:1;
        -ms-grid-column:1;
    }

    
    .Board_container_box > *:nth-child(2){
        -ms-grid-row:2;
        -ms-grid-column:1;
    }

    
    .Board_container_box > *:nth-child(3){
        -ms-grid-row:3;
        -ms-grid-column:1;
    }

    
    .Board_container_box>.Elem:nth-child(1) {
        -ms-grid-column-align: center;
            justify-self: center;
    }
    .Board_container_box>.Elem:nth-child(3) {
        -ms-grid-column-align: center;
            justify-self: center;
    }

    .Board__Title {
        padding-top: 0px;
    }

    

    .Board_container_box>.Elem:nth-child(1){
        -ms-grid-column-span: 1;
        grid-column: span 1;
        height:70%;
        
    }


    .Board_container_box>.Elem:nth-child(2){
        width:95%;
        height:80%;
    }

    .Board_container_box>.Elem:nth-child(3){
        width:95%;
        height:80%;
    }

    .Board__Contents{
        height:45px;
    }
    .Contents_title--skyblue {
        width: 18%;
    }

    .Contents_title--gray {
        width: 18%;
    }

    .Slider__Box {
        width:100%;
    }

    .Gallery_box{
        width:90%;
    }

    .Gallery__Slider .slick-list{
        margin:0 !important;
    }
    
    .Slider__Text>.Elem:nth-child(1) {
        font-size: 35px;
    }

    .Slider__Text>.Elem:nth-child(2) {
        color: #eeb62e;
        font-size: 30px;
        padding: 30px 0;
        font-weight: bold;
    }

    .Slider__Text>.Elem:nth-child(3) {
        font-size: 15px;
    }




    .Board__Text {
        width: 84% !important;
        line-height: 20px;
        height: 40px;
    }

    .Board__Button {
        width: 100px !important;
    }

    .Board__Img {
        margin-right:20px;
        height:100px;
    }

    .Board__Img>img{
        height:100%;
        overflow: hidden;
    }

    .Gallery__Title {
        height: 130px;
        font-size: 30px;
    }

}

@media(max-width:641px){

    .Contents_title--gray {
        width: 13%;
        font-size:13px;
    }

    .Contents_title--skyblue {
        width: 13%;
        font-size:13px;
    }
    .Contents_title {
        width: 88%;
        font-size:13px;
    }
    .Contents_date{
        width:30%;
        font-size:13px;
    }

}
