@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.chg_img_sec {
    width: 100%;
    min-width: 1100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
}
.img_chg1 {
    background: url(../img/topbg/top_bg_1.jpg);
    display: block;
}
.img_chg2 {
    background: url(../img/topbg/top_bg_2.jpg);
    display: none;
}
.img_chg3 {
    background: url(../img/topbg/top_bg_3.jpg);
    display: none;
}
.main_body {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 100px - 50px);
    min-height: 700px;
    overflow: hidden;
    background: url(../img/event/taste_bg.jpg) no-repeat bottom;
}
.body_outer {
    margin: 0 auto;
    height: 100%;
    min-height: 800px;
    overflow: hidden;
    position: relative;
}
.body_outer > .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
.inner > .inner_text {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.inner > .inner_text > div {
    width: 100%;
    text-align: center;
}
.inner_text > .num {
    font-size: 25px;
    font-weight: 600;
}
.find_taste {
    width: calc((250px * 3) + (15px * 2));
    height: 350px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}
.find_taste > li {
    width: 250px;
    float: left;
    margin-right: 15px;
}
.inner:first-child .find_taste {
    width: calc((200px * 4) + (15px * 3));
    height: 350px;
}
.find_taste > li:last-child {
    margin: 0;
}
.taste_title {
    font-size: 35px;
    margin: 15px 0;
    font-weight: 600;
    font-family: 'paybooc-Bold';
}
.text_box {
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.img_box {
    background-image: url(../img/event/taste_img.png);
    border-radius: 50%;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}
.find_taste > li:nth-of-type(1) .img_box{
    background-color: tomato;
}
.find_taste > li:nth-of-type(2) .img_box{
    background-color: yellowgreen;
}
.find_taste > li:nth-of-type(3) .img_box{
    background-color: turquoise;
}
.find_taste > li:nth-of-type(4) .img_box{
    background-color: violet ;
}

/* result img */
.result {
    padding: 100px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.result_img_outer {
    float: left;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #555555;
    position: relative;
}
.result_img_outer > img {
    height: 100%;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.result_text_outer {
    float: right;
    width: 49%;
    height: 100%;
    position: relative;
}
.result_title {
    width: 100%;
    font-size: 22px;
    border-bottom: 2px solid #000;
    padding: 5px 0;
}
.result_img_outer:hover > img {
    transform: translate(-50%, -50%) scale(1.2);
    cursor: pointer;
}
.result_body {
    font-size: 15px;
    margin: 20px 0;
}
.result_footnote {
    font-size: 13px;
    color: #555555;
}
.other_result {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.other_re_box {
    width: calc((100% - 20px) / 3);
    height: 100%;
    border: 1px solid #555555;
    box-sizing: border-box;
    float: left;
    background: #ffffff;
    overflow: hidden;
}
.other_re_box:nth-child(2) {
    margin: 0 10px;
}
.other_re_box > img {
    width: 100%;
    transition: all 0.5s;
}
.other_re_box:hover > img {
    transform: scale(1.2);
}

@media screen and (min-width: 1024px){
    .find_taste {
        width: calc((200px * 3) + (15px * 2));
    }
    .inner:first-child .find_taste {
        width: calc((200px * 4) + (15px * 3));
    }
    .main_body {
        min-width: 1024px;
    }
    .taste_title {
        font-size: 30px;
    }
    .taste_mini_title {
        font-size: 18px;
    }
    .find_taste > li {
        width: 200px;
        float: left;
        margin-right: 15px;
    }
    .img_box {
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width: 1024px){
    .body_outer {
        height: 700px;
        min-height: 400px;
    }
    .main_body {
        min-width: 450px;
    }
    .inner > .inner_text {
        top: 15%;
        width: 450px;
    }
    
    .find_taste {
        top: 35%;
    }
    .taste_title {
        font-size: 20px;
    }
    .taste_mini_title {
        font-size: 13px;
    }
    .find_taste > li {
        width: 100px;
        float: left;
        margin-right: 10px;
    }
    .text_box {
        font-size: 11px;
    }
    .find_taste {
        width: calc((100px * 3) + (10px * 2));
    }
    .inner:first-child .find_taste {
        width: calc((100px * 4) + (10px * 3));
    }
    .img_box {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 1600px){
    .find_taste {
        width: calc((250px * 3) + (15px * 2));
    }
    .inner:first-child .find_taste {
        width: calc((250px * 4) + (15px * 3));
    }
    .main_body {
        min-width: 1200px;
    }
    .taste_title {
        font-size: 35px;
    }
    .taste_mini_title {
        font-size: 20px;
    }
    .find_taste > li {
        width: 250px;
        float: left;
        margin-right: 15px;
    }
    .img_box {
        width: 250px;
        height: 250px;
    }
}
