@charset "UTF-8";

.container .topmn_area {
    position: relative;
    width:100%;
}
.container .topmn_area img{
    position: relative;
    width:100%;
    height:auto;
}
.container .content .section {
    position: relative;
    width:100%;
}
.container .content .section img{
    position: relative;
    width:100%;
    height:auto;
}
.container .content .section.section1 a.btn_intro{
    position: absolute;
    top: 73.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 10%;
    font-size: 0;
    line-height: 0;
}

.container.friend .content .section.section1 a.btn_intro{
    position: absolute;
    top: 79.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 11%;
    font-size: 0;
    line-height: 0;
}
.container .content .section.section1 a.btn_area{
    position: absolute;
    top: 77.6%;
    width: 13.4%;
    height: 8.8%;
    font-size: 0;
    line-height: 0;
}
.container .content .section.section1 a.btn_area.btn_facebook{
    left: 27%;
}
.container .content .section.section1 a.btn_area.btn_kakao{
    left: 43.3%;
}
.container .content .section.section1 a.btn_area.btn_url{
    left: 59.6%;
}

.container .content .section.section1 a.btn_area.btn_kakao2{
    left: 35.3%;
}
.container .content .section.section1 a.btn_area.btn_url2{
    left: 51.3%;
}
