/* main_banner */
.main_banner{
    width:100%;
    height:600px;
    overflow: hidden;
    position: relative;
}

.m_box{
    width:100%;
    height:600px;

    position: absolute;
    left: 100%;
    top:0;
}

.main_banner_box01{
    background-color: #525252;
}

.main_banner_box02{
    background-color: #ede8e2;
}

.main_banner_box03{
    background-color: #1e2015;
}

.m_img{
    width:100%;
    height:600px;  
}

.main_banner_box_img01{
    background: url(../img/main_banner/main_banner01.png) no-repeat center / cover;
}

.main_banner_box_img02{
    background: url(../img/main_banner/main_banner02.jpg) no-repeat center / cover;
}

.main_banner_box_img03{
    background: url(../img/main_banner/main_banner03.jpg) no-repeat center / cover;
}


.btn_slide{
    width:80px;
    height:100%;
    position: absolute;
    top:0;
    cursor: pointer;
}

#right{right:0;}
#right > img{
    float: left;
    margin-top: 260px;
}

#left{left:0;}
#left > img{
    float: right;
    margin-top: 260px;
}

.m_indi{
    height:4px;
    position: absolute;
    left:50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.m_indi_btn{
    width:40px;
    height:4px;
    background-color: rgb(119, 119, 119);
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.m_indi_btn:last-child{
    margin:0;
}

.m_indi_btn_ac{
    transition: all 0.5s;
    background-color: #f15a21;
    width:60px;

}



/* first_contents */
.first_contents{
    margin-top:180px;
}

.first_contents_box{
    width:calc((100% / 3) - 0.1px);
    height:660px;
    overflow: hidden;

    float: left;
    cursor: pointer;
}

.first_contents_box a{
    display: block;
    width:100%;
    height:100%;
}

.first_contents_box_img{
    width:100%;
    /* height:528px; */
    position: relative;
    font-size: 0;
}

.first_contents_box_img > a > img{
    width:100%;
    height:100%;
}


/* first_contents_hover */
.first_contents_hover > .black{
    width:100%;
    height:100%;
    background-color: #000;
    pointer-events: none;
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    transition: all 0.5s;
}

.first_contents_box_img:hover .black{
    opacity: 0.7;
}

.f_logo{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);

    opacity: 0;
    transition: all 0.5s;
}

.first_contents_box_img:hover .f_logo{
    opacity:1;
}

.circle{
    position: absolute;
    right:-25px;
    top:35px;
    transition: all 0.5s;
}

.circle_in{
    width:7px;
    height:7px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
}

.first_contents_box_img:hover .circle{
    right:25px;
}

.first_contents_hover > .icon{
    position: absolute;
    left:-50px;
    bottom:35px;
    transition: all 0.5s;
}

.first_contents_box_img:hover .icon{
    left:25px;
}


/* first_contents_hover */


.first_contents_box_txt{
    width:100%;
    /* height:calc(660px - 528px); */
    text-align: center;

    position: relative;
}

.f_txt01{
    font-size: 13.23px;
    font-weight: 900;
    color:#a8a8a8;
    padding-top: 35px;
    box-sizing: border-box;
}

.f_txt02{
    font-size: 21px;
    font-weight: 900;
    color:#303030;
}

.f_txt03{
    width:74px;
    height:26px;
    background-color: #303030;
    border-radius: 5px;

    margin: 10px auto;
    /* position: absolute;
    left:50%;
    bottom:5px;
    transform: translateX(-50%); */
}

.f_txt03 > a{
    width:100%;
    height:100%;
    display: block;

    font-size: 12px;
    color:#fff;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 5px 5px 5px;
}

.bin{
    width: 100%;
    height: 180px;
    background-color: #fff;
}



/* attact_contents */
.attact_contents{
    width:100%;
    height:500px;
    /* margin:180px 0 0 0; */

    background-color: #000;
    background-image:url(../img/attach/attach_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    position: relative;
}

.attact_in{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);

    opacity: 0;
}

.attact01{
    margin-top: -90px; /*0 , 60*/
}

.attact02{
    margin-top: 150px;
}


/* second_contents */
.second_contents{
    margin-top:200px;
    position: relative;
}

.second_contents_boxs{
    position: relative;
    width:1300px;
    height:480px;
}

.second_contents_box{
    width:calc(100% / 4);

    position: absolute;
    left:0;
    top:0;
}

.second_contents_box > a{
    display: block;
    font-size: 0;
}

.second_contents_box img{
    width:100%;
}

.second_contents_box_txt{
    width:100%;
    padding-top: 40px;
    box-sizing: border-box;
}

.second_contents_box_txt > p:nth-child(1){
    font-size: 18px;
    font-weight: 600;
    color:#111;
    margin-bottom:7px;
}

.second_contents_box_txt > p:nth-child(2),
.second_contents_box_txt > p:nth-child(3){
    font-size: 15px;
    color:#8f8f8f;
    margin-bottom:2px;
}

.s_indi {
    max-width: 1100px;
    width:100%;
    height:4px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f5f5;
    border-radius: 15px;
    cursor: pointer;
}

.s_indi_box {
    width:calc(100% / 5);
    height:100%;
    background-color: #f5f5f5;
    border-radius: 15px;
    float: left;
}

.s_indi_box_ac {
    background: #ccc;
}

.s_contents_box_icon_in{
    width:40px;
    height:40px;

    position: absolute;
    top:340px;
    left:38%;
    opacity: 0;
    transform: translateX(-50%);

    transition: all 0.5s;
}

.s_icon01{
    left:38%;
    transition-delay:0s;
}
.s_icon02{
    left:50%;
    transition-delay:0.1s;
}
.s_icon03{
    left:62%;
    transition-delay:0.2s;
}

.second_contents_box:hover .s_icon01,
.second_contents_box:hover .s_icon02,
.second_contents_box:hover .s_icon03{
    top:310px;
    opacity: 1;
}



/* third_contents */
.third_contents{
    margin-top:250px;
}

.third_contents_box{
    width:calc((100% - (15px * 2)) / 3);
    /* height:472px; */
    font-size: 0;
    margin-right:15px;
    float: left;
    opacity: 0;
    margin-top: 70px;
    background-color: lightseagreen;
    position: relative;
}



.third_contents_box:nth-child(4){
    margin-right: 0;
}

.third_contents_box:nth-child(5){
    display: none;
}

.third_contents_box > a{
    display: block;
    width:100%;
    height:100%;
}

.third_contents_box img{
    width:100%;
    height:100%;
}

.third_contents_hover_black{
    width:100%;
    height:100%;
    background-color: #000;
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    pointer-events: none;
}

.third_contents_hover_img{

    position: absolute;
    left:50%;
    top:35%; /*40*/
    transform: translate(-50%,-50%);
    opacity: 0;
}

.t_img01{
    width:102px;
    height:106px;
}

.t_img02{
    width:95px;
    height:114px;
}

.t_img03{
    width:84px;
    height:181px;
    
    left:50%;
    top:35%; /*40*/
}

.third_contents_hover_txt{
    position: absolute;
    left:50%;
    top:73%; /*65*/
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
}

.t_txt03{
    top:80%; /*65*/
}

.third_contents_hover_txt01{
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.third_contents_hover_txt02{
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
}



/* instagram */
.instagram{
    width:100%;
    margin-top:180px;
    background-color: #f6f6f6;
    
    padding: 160px 0;
    box-sizing: border-box;
    position: relative;
}   

.ins_title{
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 50px;
}

.ins_title > img{
    vertical-align: sub;
}

.ins_box{
    width:calc(100% / 5);
    float: left;
    font-size: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.ins_box img{
    width:100%;
}

.ins_box_hover{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    pointer-events: none;
}

.ins_box_hover_bg{
    width:100%;
    height:100%;
    background-color: #2b1717;
    opacity: 0;

}

.inst_icon{
    width:70px;
    height:30px;

    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);

    opacity: 0;
}

.inst_icon > img:nth-child(1){
    width:30px;
    height:30px;
    float: left;
}

.inst_icon > img:nth-child(2){
    width:30px;
    height:30px;
    float: right;
}

.ins_box_in1{
    width:377px;
    height:231px;
    background-color: #ddd;

    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    margin-left:-615px;
    margin-top:-160px;
}

.ins_box_in2{
    width:360px;
    height:440px;
    background-color: #ddd;

    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    margin-left:560px;
    margin-top:140px;
   
}



/* 컨텐츠 공통 */
.t_contents_title{
    font-size: 21px;
    font-weight: 900;
    margin-bottom:50px;
}


.icon_in_c{
    font-size: 0;
    cursor: pointer;
}

.icon_in_c img:last-child { display: none; }

