body{margin: 0;}
ul{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none; color: inherit; outline: none;}
p{margin: 0;}
*{font-family: 'Do Hyeon', sans-serif;}
.wrap{
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #1e1e1e;
    position: relative;
}
/* ////////////헤더////////////// */
.header{
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;

    /* min-width: 1180px; */
    /* max-width: 1180px; */
}
.header_fixed{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 0 20px #000;
    z-index: 9999;

    background: #1a775c;
    color: #fff;
}
.logo{float: left;}
.logo_a {
    background: url(../img/page1/logoimg.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 185px;
    height: 20px;
    text-indent: -9999px;
    margin: 32px 60px;
}
.logo_a_fixed {
    background: url(../img/page1/logoimg.png) no-repeat;
    background-position: 0 -39px;
    display: inline-block;
    width: 185px;
    height: 20px;
    text-indent: -9999px;
    margin: 32px 60px;
}
.h_ul{
    float: right;
    font-size: 18px;
}
.h_ul li{
    float: left;
    margin: 32px 30px;
}
.h_ul li:last-child{margin-right: 60px;}
/* ////////////메인1////////////// */
.main{
    width: 100%;
    padding-top: 89px;
    /* min-width: 1180px; */
    /* max-width: 1180px; */
}
.main1_video{
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}
/* ////////////메인2////////////// */
.main2, .main3{
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    /* background-color: orchid; */
}
.main2_txt{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}
.main2 p:nth-child(1){font-size: 50px;}
.main2 p:nth-child(2){
    font-size: 20px;
    font-weight: 900;
}
#main2_img1{
    position: absolute;
    opacity: 0;
    left: 48%;
    bottom: -4%;
}
#main2_img2{
    position: absolute;
    left: 51.5%;
    bottom: -100%;
}
#main2_img3{
    position: absolute;
    right: 10%;
    top: -100%;
}
#main2_img4{
    position: absolute;
    top: 20%;
    left: -100%;
}
.main2 img, .main3 img{transition: all 1.2s;}
/* ////////////메인3////////////// */
.main3{background: #ff5e6f;}
.w1180{
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main3_txt{
    width: 100%;
    color: #fff;
    padding-top: 5%;
    text-align: center;
}
.main3 p:nth-child(1){font-size: 40px;}
.main3 p:nth-child(2){
    font-size: 22px;
    padding-top: 20px;
}
#main3_img1{
    width: 600px;
    position: absolute;
    bottom: -100%;
}
.main3_img2_box{
    position: absolute;
    bottom: -70%;
    right: 0;
    transition: all 1.2s;
}
#main3_img2{
    width: 300px;
}
#main3_gif{
    width: 95px;
    height: 95px;
    position: absolute;
    bottom: 15%;                             


    right: 53%;
}
/* ////////////메인4////////////// */
.main4{ padding-top: 70px; transition: all 0.5s;}
.main4_box1{
    text-align: center;
    margin-bottom: 30px;
}
/* 아이템들을 위로 올리는 용도 */
.box_init {
    /* opacity: 0.3; */
    opacity: 0.5;
    transform: translateY(100px);
    transition: all 1s;
}
.box_active  {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}
.main4_box1 h1, .main5_txt_box h1{
    font-size: 50px;
    margin: 0;
}
.main4_box1 span:nth-child(4n-3){
    color: hsl(30, 65%, 60%);
    text-shadow: 
        1px 1px hsl(30, 45%, 50%), 
        2px 2px hsl(30, 45%, 50%), 
        3px 3px hsl(30, 45%, 50%), 
        4px 4px hsl(30, 45%, 50%);
}
.main4_box1 span:nth-child(4n-2){
    color: hsl(155, 35%, 60%);
    text-shadow: 
        1px 1px hsl(155, 25%, 50%), 
        2px 2px hsl(155, 25%, 50%), 
        3px 3px hsl(155, 25%, 50%), 
        4px 4px hsl(140, 25%, 50%);
}
.main4_box1 span:nth-child(4n-1){
    color: hsl(135, 35%, 55%);
    text-shadow: 
        1px 1px hsl(135, 35%, 45%), 
        2px 2px hsl(135, 35%, 45%), 
        3px 3px hsl(135, 35%, 45%), 
        4px 4px hsl(135, 35%, 45%);
}
.main4_box1 span:nth-child(4n){
    color: hsl(50, 75%, 55%);
    text-shadow: 
        1px 1px hsl(50, 75%, 45%), 
        2px 2px hsl(50, 45%, 45%), 
        3px 3px hsl(50, 45%, 45%), 
        4px 4px hsl(50, 75%, 45%);
}
.main4_box2, .main4_box4{position: relative;}
.main4_box2 img, .main4_box4 img{
    width: 100%;
    border-radius: 10px;
}
.main4_box2_txt_box, .main4_box4_txt_box{
    position: absolute;
    left: 5%;
    top: 17%;
    color: #fff;
    font-weight: 900;
}
.main4_box2_txt_box p:first-child, 
.main4_box4_txt_box p:first-child {font-size: 40px;}
.main4_box2_txt_box p:last-child,
.main4_box4_txt_box p:last-child {font-size: 20px;}
.main4_box3, .main4_box5{
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.box_common{
    width: calc((100% - (10px * 3))/ 4);
    /* height: 100%; */
    
    margin-right: 10px;
    float: left;
    /* overflow: hidden; */
    cursor: pointer;
    position: relative;
}
.box_common img{
    width: 100%;
    border-radius: 10px;
    vertical-align: middle;
}
.main4_box3_img4, .main4_box5_img4{margin-right: 0;}
.pan{
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    bottom: -100px;
    /* transform: translateY(-7px); */
}
.box_common:hover .pan{
    bottom: 0;
    transition: all .3s linear;
}
/* ////////////메인5////////////// */
.main5 {
    width: 100%;
    background: #f2f2f2;
}
.main5_box{
    width: 1180px;
    height: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.main5_txt_box{
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.main5_txt_box p{
    margin-top: 10px; 
    font-size: 20px;
}
/* 카드박스 */
.main5_card_box{
    height: 653px;
    margin: 0 auto;

    position: relative;
}

.card_click{
    position: absolute;
    top: 24px;
    left: -84px;
    text-align: center;
}
.card_click img{
    width: 150px;
    transform: rotate(-30deg);
}
.card_img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.thumcard_box{
    width: 580px;
    height: 100%;
    left: 100px;
    position: absolute;
    top: 30px;
}
.thumcard_box img{
    width: 100px;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
/* 애니메이션 카드4장 */
.sectiondcard{
    width: 100%;
    height: 100%;
}
.sec_name{
    font-size: 110px;
    display: inline-block;
    position: absolute;
    top: 300px;
    left: 0;

    opacity: 0;
}
.name01{color: #a3cbf0}
.name02{color: #ffb3bf}
.name03{color: #ffe92f}
.name04{color: #1a775c}
.sec_name::after{
    content: "";
    display: inline-block;
    width: 80px;
    height: 5px;
    margin-bottom: 25px;
}
.name01::after{background: #a3cbf0;}
.name02::after{background: #ffb3bf;}
.name03::after{background: #ffe92f;}
.name04::after{background: #1a775c;}

.active_box{
    width: 710px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 6%;
}
.ani_gif {
    transform: rotateY(180deg);
    position: absolute;
    left: 13%;
    overflow: hidden;
}
.gifimg01 {
    width: 100px;
    top: 305px;
}
.gifimg02{
    width: 250px;
    top: 270px;
}
.gifimg03 {
    width: 200px;
    top: 290px;
}
.gifimg04 {
    width: 300px;
    top: 270px;
}
.big_img {
    width: 300px;
    position: absolute;
    right: 48px;
    top: 0;
}
.big_card {
    width: 300px;
    height: 100%;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 15px 10px 30px 0px #808080;
    position: relative;
    /* z-index: 10; */

    position: absolute;
    top: 0;
    right: 0;
}
.big_card:first-child {
    position: relative;
}
.ani_small {
    width: 63px;
    position: absolute;
    bottom: 20%;
    right: 17%;
}
.sec_name, .ani_gif, .big_card, .ani_small{opacity: 0;}
.main5_1{
    width: 100%;
    height: 800px;
    text-align: center;
    display: none;
    background:#f2f2f2;
}
.main5_1_txt_box h1{
    font-size: 80px;
    margin: 0;
    padding-top: 68px;
}
.main5_1_txt_box p{font-size: 40px;}
.main5_1_img_box{margin-top: 50px;}

/* ////////////푸터////////////// */
.footer{
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    background: #575757;
    /* min-width: 1180px; */
}
.w1400{
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
}
.footer1{
    width: 65%;
    float: left;
    padding-top: 50px;
    color: #fff;
}
.footer1 a{
    font-size: 15px;
}
.footer1 a:nth-child(2){ margin: 0 10px;}
.footer2{
    width: 64%;
    float: left;
    padding: 50px 0;   
}
.footer2 p{
    font-size: 14px;
    color: #a2a2a2;
}
.footer3{
    /* width: 40%; */
    float: right;
    /* padding-left: 180px; */
    box-sizing: border-box;
}
.footer_logo{
    width: 185px;
    height: 20px;
    background: url(../img/page1/logoimg.png)no-repeat;
    background-position: 0 -38px;
    margin-bottom: 25px;
}
.footer_link a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.footer_link a:nth-child(1){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -388px -812px;
}
.footer_link a:nth-child(2){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -306px -812px;
}
.footer_link a:nth-child(3){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -347px -855px;
}


/* ///////////////////반응형임////////////////////////// */
/* 반응형 1100 */
@media screen and (max-width: 1100px) {
    /* 메인5 */
    .thumcard_box {
        width: 420px;
        top: 60px;
        left: 150px;
    }
    .thumcard_box img {
        width: 142px;
    }
    .big_img {
        width: 300px;
        right: 120px;
        top: 41px;
    }
    .sectiondcard p, .ani_gif{ display: none;}

}


/* 반응형960 */
@media screen and (max-width: 960px) {
    /* .header_fixed { position: static;} */
    .logo{
        text-align: center;
        float: none;
    }
    .h_ul {
        text-align: center;
        float: none;
        font-size: 18px;
    }
    .h_ul li {
        float: none;
        margin: 10px 5px;
        display: inline-block;
        font-weight: 100;
    }
    .h_ul li:last-child {margin-right: 5px;}
    /* .h_ul li:last-child {margin-right: 0;} */
    /* 메인 */
    .main{
        width: 100%;
        padding-top: 134px;  
    }

/* 메인2 */
.main2{height: 400px;}

.main2 p:nth-child(1) {font-size: 30px;}
.main2 p:nth-child(2) {
    font-size: 14px;
    font-weight: 100;
}
#main2_img1{
    opacity: 1;
    left: 50%;
    transform: translateX(-80%);
    bottom: -2%;
    width: 100px;
}
#main2_img2{   
    opacity: 1;
    left: 50%;
    transform: translateX(11%);
    bottom: -3%;
    width: 84px;
}
#main2_img3{
    top: 0;
    width: 110px;
}
#main2_img4{
    width: 94px;
    left: -4%;
}
/* .nbsb{display: block;} */
    /* 메인3 */
    .main3{height: 1045px;}
    #main3_img1 {
        width: 400px;
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translateX(-50%);
    }
    .main3_img2_box {
        position: absolute;
        width: 300px;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
    }
    #main3_img2 {
        width: 300px;
    }
    #main3_gif {
        width: 90px;
        height: 77px;
        position: absolute;
        bottom: 15%;
        right: 53%;
    }

    /* 메인4 */
    .w1180{width: 100%;}
    .pan, .main5_txt_box p {display: none;}
    .main4_box2_txt_box p:last-child, .main4_box4_txt_box p:last-child{
        font-size: 15px;
        font-weight: 100;
    }
    .main4_box2_txt_box p:first-child, .main4_box4_txt_box p:first-child {
        font-size: 20px;
        padding-bottom: 13px;
    }
    /* 메인5 */
    .main4_box1 h1, .main5_txt_box h1 {
        font-size: 40px;
    }
    .big_img, .ani_gif, .card_click{display: none;}
    .main5_card_box {height: 670px;}
    .thumcard_box img {width: 150px;}
    .thumcard_box {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }    
}
/* 푸터 반응형730 */
@media screen and (max-width: 730px) {
    .w1400{
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    .footer1, .footer2{ 
        width: 100%;
        padding: 5% 0 0;
    }
    .footer3{float: none;}
    .footer_logo{display: none;}
    .footer_link a {
        margin: 10px 0;
    }
    .footer_link a:nth-child(2){
        margin: 10px;
    }
}
/* 반응형480 */
@media screen and (max-width: 480px) {
    .logo_a {
        background: url(../img/page1/kkkkkkkkkkklogo_kakao.png) no-repeat;
        width: 230px;
        height: 55px;
        margin: 20px 0;
    }
    .main4_box2_txt_box p:last-child, .main4_box4_txt_box p:last-child {display: none;}

    /* 메인 */
    .main{padding-top: 165px;}
    /* 메인2 */
    .main2_txt {top: 49%;}
    .main2 p:nth-child(1){
        font-size: 30px;
        font-weight: 900;
    }
    .main2 p:nth-child(2){font-size: 14px;}
    #main2_img1, #main2_img2{bottom: -15%;}
    .nbsb{display: none;}
    /* 메인3 */
    .main3 p:nth-child(1) {
        font-size: 35px;     
        padding-top: 30px;
    }
    .main3 p:nth-child(2) {display: none;}
    /* 메인4, 5 */
    .main4{padding-top: 4%;}
    .main4_box1 h1, .main5_txt_box h1 {
        font-size: 25px;
        margin: 0;
    }
    .main5{display: none;}
}