@charset "utf-8";


#list_btn a{
display: flex;
justify-content: center;
margin-top: 50px;
color: #adadad;
padding-right: 15px;
}

#list_btn span:nth-child(2){
    color: #adadad;
    font-size: 16px;
    font-weight: 600;
}

#contents{
    overflow: hidden;
}

#contents .row h2{
    margin-top: 5px;
    text-align: center;
    font-size: 55px;
}

#swiper_wrap{
    margin: 20px 0;
}
.sw1 .swiper-wrapper{
    justify-content: center;
}

.sw1 .swiper-wrapper .swiper-slide {
    width: auto;
}
.sw1 .swiper-wrapper .swiper-slide a{
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.sw1 .swiper-wrapper .swiper-slide a.active {
    color: #FF9727;
}
.sw1 .swiper-wrapper .swiper-slide a:hover{
    color: #FF9727;
}


.sns{
    margin: 40px 0 10px;
}
.sns ul{
    display: flex;
    align-items: center;
}
.sns ul li{
    padding: 0 7px;
}

#p_contents{
    position: relative;
}

#p_contents figure{
    width: 100%;
}
#p_contents figure img{
    width: 100%;
    vertical-align: top;
}
#p_contents .debut_box ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
#p_contents .debut_box{
    width: 177px;
    height: 50px;
    line-height: 50px;
    background: rgba(217, 217, 217, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
}

#p_contents .debut_box ul li p{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
}
#p_contents .debut_box ul li time{
    font-weight: 500;
    font-size: 16px;
}



#p_contents_2{
    display: flex;
    justify-content: center;
    margin: 300px 0 250px; 
    position: relative;
}
#p_contents_2 .p_tab_btn{
    width: 110px;
}
#p_contents_2 .p_tab_btn ul{
    text-align: right;
    margin-right: 15px;
}
#p_contents_2 .p_tab_btn ul li{
    font-size: 16px;
    font-weight: 500;
    color: #ADADAD;
    padding-bottom: 7px;
    cursor: pointer;
}

#p_contents_2 .p_tab_btn ul li:hover, #p_contents_2 .p_tab_btn ul li.on {
    font-weight: 700;
    color: #FF9727;
}
#p_contents_2 .tab_list .p_s{
    align-items: end;
    display: none;
}
#p_contents_2 .tab_list .p_s:first-child{
    display: flex;
}
#p_contents_2 .tab_list .p_s figure div{
    width: 390px;
    height: 560px;
}
#p_contents_2 .tab_list .p_s figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
#p_contents_2 .tab_list .p_s ul{
    margin-left: 20px;
    width: 167px;
}
#p_contents_2 .tab_list .p_s ul li{
    margin-bottom: 5px;
}
#p_contents_2 .tab_list .p_s ul li:nth-child(2){
    font-weight: 700;
    font-size: 27px;
}
#p_contents_2 .tab_list .p_s ul li:nth-child(3){
    font-size: 20px;
    font-weight: 500;
}
#p_contents_2 .tab_list .p_s ul li:nth-child(4){
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
#p_contents_2 .tab_list .p_s ul li a{
    width: 32px;
    margin-right: 5px;
}
.bg_all #bg_c_1{
    width: 285px;
    height: 285px;
    border-radius: 50%;
    background:#FFD09A;
    position: absolute;
    bottom: -130px;
    left: calc(50% - 350px);
    text-indent: -9999px;
    z-index: -1;
}
.bg_all #bg_c_2{
    width: 435px;
    height: 435px;
    border-radius: 50%;
    background:#FF9727;
    position: absolute;
    top: -155px;
    left: calc(50% - 40px);
    text-indent: -9999px;
    z-index: -1;
}


#awards{
    max-width: 1050px;
    margin: 40px auto;
    padding-top: 30px;
    border-top: 1px solid #adadad;
    display: flex;
    justify-content: center;
}

.title h3{
    font-size: 23px;
    font-weight: 700;
    margin: 30px 0 20px;
    margin-left: -45px;
}

.a_contents ul li, .show_c{
    display: flex;
    font-size: 16px;
    margin-bottom: 5px;
    
}
.a_contents ul li time, .show_c time {
    margin-right: 30px;
    font-weight: 700;
    color: #b1b1b1;
}

.a_contents ul li > div p, .show_c div > p{
    margin-bottom: 5px;
}
.btn_a{
    margin: 10px 0;
}
.btn_a button{
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}
.btn_a button span{
    color: #FF9727;
}
.btn_a button span.arrow_m{
    margin-top: 3px;
    transition: 0.4s;
}
.btn_a button.selected span.arrow_m{
    transform: rotate(-180deg);
}

.btn_a button span:nth-child(1){
    font-size: 15px;
    font-weight: 700;
    
}
.btn_a button:hover span:nth-child(1){
    text-decoration: underline 2px;
    text-underline-offset: 3px;
    
}

.hide_c{
    display: none;
}



@media screen and (max-width:960px) {

    .sw1 .swiper-wrapper{
        justify-content: flex-start;
    }
    
}


@media screen and (max-width:768px) {
    #list_btn span:nth-child(2){
        font-size: 14px;
    }
    #contents .row h2{
        font-size: 34px;
    }

    .swiper.sw1{
        border-bottom: 2px solid #bdbdbd;
        max-width: 960px;
        margin: 0 auto;
        overflow: visible;
    }

    .sw1 .swiper-wrapper .swiper-slide a{
        padding: 0 10px;
    }

    .sw1 .swiper-wrapper .swiper-slide a .p_menu{
        position: relative;
    }
    
    .sw1 .swiper-wrapper .swiper-slide a .p_menu::after{
        position: absolute;
        content: '';
        width: 100%;
        border-bottom: 2px solid #FF9727;
        left: 0;
        bottom: -2px;
        z-index: 10;
        opacity: 0;
    }
    .sw1 .swiper-wrapper .swiper-slide a.active .p_menu::after{
        opacity: 1;
    }
    

    .sns ul li a img{
        width: 25px;
    }
    #p_contents .debut_box{
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    #p_contents .debut_box ul li p,#p_contents .debut_box ul li time{
        font-size: 12px;
    }

    .p_tab_btn{
        display: none;
    }
    #p_contents_2{
        display: block;
        margin: 150px 0 100px;
    }
    #p_contents_2 .tab_list{
        margin: 0 15px;
    }
    #p_contents_2 .tab_list .p_s{
        display: flex !important;
        margin-bottom: 80px;
    }
    #p_contents_2 .tab_list .p_s ul{
        margin-left: 15px;
    }
    #p_contents_2 .tab_list .p_s ul li:nth-child(1) img{
        width: 20px;
    }
    #p_contents_2 .tab_list .p_s:nth-child(2n) figure {
        order:1;
    }
    #p_contents_2 .tab_list .p_s:nth-child(2n) ul{
        text-align: end;
        margin-left: 0;
        margin-right: 15px;
    }
    #p_contents_2 .tab_list .p_s ul li:nth-child(2){
        display: inline-block;
        padding: 0 3px;
        font-size: 22px;
    }
    #p_contents_2 .tab_list .p_s ul li:nth-child(3){
        font-size: 15px;
    }
    #p_contents_2 .tab_list .p_s ul li:nth-child(4){
        font-size: 12px;
    }

    #p_contents_2 .tab_list .p_s:nth-child(1) ul li:nth-child(2), #p_contents_2 .tab_list .p_s:nth-child(5) ul li:nth-child(2){
        background: #FD9424;
    }
    #p_contents_2 .tab_list .p_s:nth-child(2) ul li:nth-child(2), #p_contents_2 .tab_list .p_s:nth-child(4) ul li:nth-child(2){
        background: #FEEBAF;
    }
    #p_contents_2 .tab_list .p_s:nth-child(3) ul li:nth-child(2), #p_contents_2 .tab_list .p_s:nth-child(6) ul li:nth-child(2){
        background: #FFC78B;
    }
    .bg_all{
        display: none;
    }
    #p_contents_2 .tab_list .p_s figure{
        width: calc(100% - 187px);
        
    }
    #p_contents_2 .tab_list .p_s figure div{
        padding-top: 100%; /* 가로 길이에 맞게 패딩을 줌 (정사각형) */
        position: relative;
        overflow: hidden;
        height: auto;
        width: 100%;
    }
    #p_contents_2 .tab_list .p_s figure div img{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-position: center top;
    }
    .aw_box{
        padding: 0 20px;
    }
    .title h3{
        font-size: 20px;
        font-weight: 700;
        margin-left: 0;
    }
    .show_c > div, .hide_c ul li > div{
        width: calc(100% - 90px);
    }
    .a_contents ul li time, .show_c time{
        font-size: 14px;
    }
    .a_contents ul li p, .show_c div p{
        font-size: 13px;
    }
    .btn_a button span:nth-child(1){
        font-size: 13px;
        font-weight: 700;
        
    }
}