@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&display=swap');

*{padding: 0; margin: 0;}
img{
    vertical-align : bottom;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
.section01{
    background: url(./images/section01_bg.jpg) no-repeat center top;
}
.section02{
    background: url(./images/section02_bg1.jpg) no-repeat center bottom;
}
.section03{
    background: url(./images/section03_bg.jpg) no-repeat center bottom;
    text-align: center;
}
.section_bottom_ul{
    display: flex;
    width: 992px;
    margin: 0 auto;
    justify-content: space-around;
}
.section_bottom, .section_bottom2{
    display: block;
    padding: 30px 0 60px;
    width: 48%;
}
.section_bottom > a, .section_bottom2 > a {
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 110px;
    box-shadow: 0px 10px 13px 5px rgba(0, 0, 0, .2);
    font-family: 'Noto Sans KR', sans-serif;
}
.basecenter{
    margin: 0 auto;
    width: 1024px;
}
.textacenter{
    text-align: center;
}
.flexblock{
    display: flex;
}
.section_top_title{
    text-align: center;
    background-color: #fff;
    font-size: 31px;
}
.section_top_title.green{
    background-color: #283f45;
}
.tab_btn_wrap{
    background-color: #cdbba1;
    /* position: sticky;
    top: 0; */
}
.tab_btn{
    margin: 0 auto;
    width: 992px;
}
.tab_btn_wrap > .tab_btn > ul > li{
    display: inline-block;
    cursor: pointer;
    width: 25%;
    text-align: center;
    height: 120px;
    line-height: 130px;
    font-family: 'GmarketSansMedium';
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.tab_btn_wrap > .tab_btn > ul > li.on{
    background-color: #2c454c;
}
.tab_btn_wrap > .tab_btn > .tab_btn_line{
    height: 10px;
    background-color: #2c454c;
    width: 992px;
}
.tab_con_btn_white_wrap{
    background-color: #f5f5f5;
}
.tab_con_btn_white_wrap > ul{
    text-align: center;
}
.tab_con_btn_white_wrap > ul > li{
    display: inline-block;
    padding: 40px 0;
}
.tab_con_btn_white_wrap > ul > li > a{
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    font-size: 25px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 150px;
    box-shadow: 0px 10px 13px 5px rgba(0, 0, 0, .2);
    font-family: 'Noto Sans KR', sans-serif;
}
.tab_con_btn_wrap > ul{
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.tab_con_btn_wrap > ul > li{
    display: block;
    padding: 70px 0;
    width: 46%;
}
.tab_con_btn_wrap > ul > li > a{
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 110px;
    box-shadow: 0px 10px 13px 5px rgba(0, 0, 0, .2);
    font-family: 'Noto Sans KR', sans-serif;
}
/*footer*/
.footer{
    background-color: #252525;
}
.footer .right ul{
    padding-top: 29px;
}
.footer .right ul li{
    padding-bottom: 10px;
}

/*table_con*/
.tab_con_wrap{
    background-color: #e8e8e8;
}
.tab_con_wrap > .tab_con > ul > li{
    display: none;
}
.tab_con_wrap > .tab_con > ul > li.on{
    display: block;
}
.tab_con{
    width: 992px;
    margin: 0 auto;
}
.tab_con_video{
    background-color: #f5f5f5;
    text-align:center;
}
.tab_con_video iframe{
    width: 882px;
    height: 497px;
}

@media (max-width: 1200px) {
    .basecenter{
        width: 100%;
    } 
    .tab_btn{
        width: 100%;
    }
    .tab_btn_wrap > .tab_btn > .tab_btn_line{
        width: 100%;
    }
    .tab_con{
        width: 100%;
    }
    img{
        width: 100%;
    }
    .tab_btn_wrap > .tab_btn > ul > li{
        width: 25%;
        height: 90px;
        line-height: 90px;
        /* font-size: 19px; */
        font-size: 2.8vw;
    }
    .tab_con_video iframe{
        width: 100%;
        height: 397px;
    }
    .tab_con_btn_white_wrap > ul > li > a{
        font-size: 3vw;
        padding: 0 5vw;
        height: 60px;
        line-height: 60px;
    }
    .tab_con_btn_wrap > ul > li{
        padding: 30px 0 60px;
    }
    .section_bottom_ul{
        width: 80%;
    }
    .section_bottom, .section_bottom2{
        padding: 30px 0 60px;
    }
    .tab_con_btn_wrap > ul{
        width: 80%;
        margin: 0 auto;
    }
    .tab_con_btn_wrap > ul > li > a{
        font-size: 2.9vw;
        font-weight: bold;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }
    .section_bottom > a, .section_bottom2 > a{
        font-size: 2.9vw;
        font-weight: bold;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }
}
