/*노멀라이징*/
* {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
button,
input {
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    border: 0;
}
/* 라이브러리 */
.row::after {
    clear: both;
    content: '';
    display: block;
}

body {
    margin: 0 auto;
    width: 1200px;
    background-color: white;
}

/*폰트*/

@font-face {
    font-family: 'score';
    font-style: normal;
    font-weight: 500;
    src: local(※), url(../font/S-CoreDream-4Regular.eot) format('embedded-opentype'), url(../font/S-CoreDream-4Regular.woff) format('woff'), url(../font/S-CoreDream-4Regular.woff2) format('woff2');
}
/* @font-face{
    font-family: "batang";
    font-style: normal;
    font-weight: 400;
    src: local(※),
    url(../font/IropkeBatangM.ttf) format("truetype"),
    url(../font/IropkeBatangM.eot) format("embedded-opentype"),
    url(../font/IropkeBatangM.woff) format("woff"),    
} */

/*눈누(이롭게바탕체)*/
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
/*눈누 Cafe24Oneprettynight*/
@font-face {
    font-family: 'Cafe24Oneprettynight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Oneprettynight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*헤드*/
.head-wrap {
    width: 1200px;
    height: 130px;
}
.head-wrap .hd {
    width: 100%;
    margin-top: 60px;
}
.head-wrap .hd .logo {
    float: left;
    width: 100px;
}
.head-wrap .hd .logo img {
    width: 100%;
}
.head-wrap .hd .main-menu {
    float: right;
    display: flex;
    align-items: center;
    padding-top: 40px;
}
.head-wrap .hd .main-menu ul {
    transform: translateX(-25px);
    opacity: 0;
    transition: 0.8s;
}
.head-wrap .hd.click .main-menu ul {
    transform: translateX(0);
    opacity: 1;
}
.head-wrap .hd.click .menu-btn .line1 {
    transform: rotate(45deg);
}
.head-wrap .hd.click .menu-btn .line2 {
    opacity: 0;
}
.head-wrap .hd.click .menu-btn .line3 {
    transform: rotate(-45deg);
}

.head-wrap .hd .main-menu ul li {
    float: left;
    padding: 10px;
}
.head-wrap .hd .main-menu ul li a {
    font-family: 'score';
    font-size: 14px;
    color: #262b2b;
}
.head-wrap .hd .menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-left: 30px;
}
.head-wrap .hd .menu-btn .line {
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.6s;
}
.head-wrap .hd .menu-btn .line1 {
    transform: translateY(-8px);
}
.head-wrap .hd .menu-btn .line3 {
    transform: translateY(8px);
}

/*첫번째 컨텐츠*/
.con1 {
    width: 100%;
    height: 450px;
}
.con1 .con1-txt {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.con1 .con1-txt p {
    font-family: 'Cafe24Oneprettynight', serif;
    color: #878989;
    transform: skew(0.03deg);
    font-weight: 400;
    font-size: 16px;
}
.con1 .con1-txt p:nth-child(1) {
    font-size: 24px;
}
.con1 .con1-txt p:nth-child(2) {
    font-family: 'contralto-big', sans-serif;

    margin-top: 35px;
}
.con1 .con1-txt p:nth-child(3) {
    margin-top: 10px;
}

.con1 .con1-txt p:nth-child(4) {
    margin-top: 10px;
}

.con1 .con1-txt p:nth-child(5) {
    margin-top: 10px;
}

/*두번재 컨텐츠*/
.con2 {
    width: 100%;
}
.con2 .img-box-wrap1 {
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
}
.con2 .img-box-wrap1 .img-box1 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap1 .img-box1 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap1 .img-box2 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap1 .img-box2 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap2 {
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
}
.con2 .img-box-wrap2 .img-box3 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap2 .img-box3 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap2 .img-box4 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap2 .img-box4 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap3 {
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
}
.con2 .img-box-wrap3 .img-box5 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap3 .img-box5 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap3 .img-box6 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap3 .img-box6 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap4 {
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
}
.con2 .img-box-wrap4 .img-box7 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap4 .img-box7 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap4 .img-box8 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap4 .img-box8 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap5 {
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
}
.con2 .img-box-wrap5 .img-box9 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap5 .img-box9 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap5 .img-box10 {
    width: 500px;
    height: 500px;
    float: left;
}
.con2 .img-box-wrap5 .img-box10 img {
    width: 100%;
    height: 100%;
}
.con2 .img-box-wrap .img-box {
    border-radius: 10px;
    overflow: hidden;
    isolation: isolate;
}

.con2 .preview-wrap {
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 80px;
}

.con2 .preview-wrap .preview-box1 {
    width: 350px;
    height: 350px;
    float: left;
    position: relative;
}
.con2 .preview-wrap .preview-box1 img {
    width: 100%;
    height: 100%;
}
.con2 .preview-wrap .preview-box1 .preview-text-box {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'score';
}
.con2 .preview-wrap .preview-box1 .preview-text-box p:nth-child(2) {
    text-decoration: underline;
}
.con2 .preview-wrap .preview-box2 {
    width: 350px;
    height: 350px;
    float: left;
    position: relative;
}
.con2 .preview-wrap .preview-box2 img {
    width: 100%;
    height: 100%;
}
.con2 .preview-wrap .preview-box2 .preview-text-box {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'score';
}
.con2 .preview-wrap .preview-box2 .preview-text-box p:nth-child(2) {
    text-decoration: underline;
}
.con2 .preview-wrap .preview-box3 {
    width: 350px;
    height: 350px;
    float: left;
    position: relative;
}
.con2 .preview-wrap .preview-box3 img {
    width: 100%;
    height: 100%;
}
.con2 .preview-wrap .preview-box3 .preview-text-box {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'score';
}
.con2 .preview-wrap .preview-box3 .preview-text-box p:nth-child(2) {
    text-decoration: underline;
}

/*푸터*/
.ft {
    width: 100%;
    border-top: 1px solid #666;
}
.ft .ft-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.ft .ft-wrap .ft-logo {
    width: 80px;
    margin: 0 auto;
    margin-top: 50px;
}
.ft .ft-wrap .ft-logo img {
    width: 100%;
}
.ft .ft-wrap .ft-tel {
    text-align: center;
    font-family: 'score';
    margin: 27px 0;
}
.ft .ft-tel i {
    margin-right: 10px;
}

/* .con1 .con1-txt p{font-family:'Iropke Batang', serif; color: #878989; transform: skew(0.03deg);} */

@media all and (max-width: 700px) {
    body {
        width: 100%;
    }
    .head-wrap .hd .main-menu {
        align-items: flex-start;
        padding-top: 0;
    }
    .con1 .con1-txt {
        text-align: left;
    }

    /*헤드*/
    .head-wrap {
        width: calc(100% - 15px);
        height: 100px;
        margin: 0 auto;
    }
    .head-wrap .hd .logo {
        float: left;
        width: 73px;
    }
    .head-wrap .hd .main-menu ul li {
        padding: 5px 20px 0px 0px;
        float: none;
    }
    .head-wrap .hd .main-menu ul li a {
        font-size: 12px;
    }
    .con1 .con1-txt p {
    }

    /*첫번째 컨텐츠*/
    .con1 {
        height: auto;
        width: 89%;
        margin: 0 auto;
    }
    .con1 .con1-txt {
        margin-bottom: 30px;
        padding-top: 123px;
    }
    .con1 .con1-txt p:nth-child(1) {
        font-size: 20px;
        margin-left: -60px;
        display: none;
    }
    .con1 .con1-txt p:nth-child(2) {
        font-size: 13px;
        margin-top: 20px;
    }
    .con1 .con1-txt p:nth-child(3) {
        font-size: 13px;
        margin-top: 10px;
    }
    .con1 .con1-txt p:nth-child(4) {
        font-size: 13px;
        margin-top: 10px;
    }
    .con1 .con1-txt p:nth-child(5) {
        font-size: 13px;
        margin-top: 10px;
    }

    .con2 {
        display: block;
    }
    .con2 .img-box-wrap1 {
        width: 90%;
        margin-bottom: 11px;
    }
    .con2 .img-box-wrap1 .img-box1 {
        width: 48%;
        height: 10%;
    }
    .con2 .img-box-wrap1 .img-box2 {
        width: 48%;
        height: 10%;
    }

    .con2 .img-box-wrap2 {
        width: 90%;
        margin-bottom: 11px;
    }
    .con2 .img-box-wrap2 .img-box3 {
        width: 48%;
        height: 10%;
    }
    .con2 .img-box-wrap2 .img-box4 {
        width: 48%;
        height: 10%;
    }

    .con2 .img-box-wrap3 {
        width: 90%;
        margin-bottom: 11px;
    }
    .con2 .img-box-wrap3 .img-box5 {
        width: 48%;
        height: 10%;
    }
    .con2 .img-box-wrap3 .img-box6 {
        width: 48%;
        height: 10%;
    }

    .con2 .img-box-wrap4 {
        width: 90%;
        margin-bottom: 11px;
    }
    .con2 .img-box-wrap4 .img-box7 {
        width: 48%;
        height: 10%;
    }
    .con2 .img-box-wrap4 .img-box8 {
        width: 48%;
        height: 10%;
    }

    .con2 .img-box-wrap5 {
        width: 90%;
        margin-bottom: 11px;
    }
    .con2 .img-box-wrap5 .img-box9 {
        width: 48%;
        height: 10%;
    }
    .con2 .img-box-wrap5 .img-box10 {
        width: 48%;
        height: 10%;
    }

    /* .con2 .preview-wrap{width: 95%;margin-bottom: 30px;}
    .con2 .preview-wrap .preview-box1{width: 100%;height: 100%;}
    .con2 .preview-wrap .preview-box1 .preview-text-box{ font-size: 10px;}
    .con2 .preview-wrap .preview-box2{width: 100%;height: 100%;margin-left: 10px; margin-right: 10px;}
    .con2 .preview-wrap .preview-box2 .preview-text-box{ font-size: 10px;}
    .con2 .preview-wrap .preview-box3{width: 100%;height: 100%;}
    .con2 .preview-wrap .preview-box3 .preview-text-box{ left: 47%; font-size: 10px;} */
    .ft {
        width: 90%;
        margin: 0 auto;
        display: block;
        height: 100px;
    }
    .ft .ft-wrap .ft-tel {
        font-size: 12px;
        margin: 0px;
    }
    .ft .ft-wrap .ft-logo {
        width: 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/*애니메이션*/
