@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
    font-family: 'Noto Sans KR', sans-serif;
}


* {
    margin: 0;
    padding: 0;
    color: #2a2a2a;
}



ul, ol {
    list-style: none;
}

table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

* + html table {
    border-collapse: collapse;
}


    table, table th, table td {
        border: none;
    }

hr {
    display: none
}

a {
    color: #2a2a2a;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
}

caption, legend {
    *position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
}

.hide {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.br {
    display: block;
}

html, body {
    height: 100%;
}

.forMobile {
    display: none;
}


.iTop {
    position: fixed;
    bottom: 70px;
    left: auto;
    right: 15px;
    background-size: 32px auto;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
    content: url(#);
}

body {
    background-color: #fff;
    font-size: 16px;
    color: #333;
    font-family: "Nanum Square", "맑은 고딕","Malgun Gothic",sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    letter-spacing: -0.7px;
    margin: 0 auto;
}
#header {
    display: flex;
    justify-content: center;
    padding:16px;
    margin: 0 auto;
}
#header .logo{
    max-width: 200px;
}
#footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98px;
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;
}
.tit01{
    display: flex;
    justify-content: flex-start
}
.txt01{
    display: flex;
    color: #2a2a2a;
    padding: 6px 0;
    max-width: 903px;
    font-size: 16px;
}

.txt02{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6em;
}
.txt02 span{
    font-weight: bold;
    color: #ffffff;
}
.cont_txt{
    padding-top: 40px;
}
/*commonEnd*/
#container{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;


}


.cont01{
    
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;

}
.cont01 .tit01{
   padding: 60px 0;
   color: #ffffff;
}

 .LOCA_btn{
    display: flex;
    width: 100%;
    padding: 8px 0;
    background-color: #2a2a2a;
    color: #ffffff;
 }
 .LOCA_btn a{
    display: flex;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    padding: 16px 0;
    font-size: 18px;
 }
 .LOCA_btn a img{
    padding: 0 8px;
 }
 .cont02{
    display: flex;
    background-color: #F7F4F9;
    justify-content: center;
    padding: 50px 16px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    color: #2a2a2a;
}

 .cont02 .cont_img img{
    max-width: 903px;
 }
 .cont03,
 .cont04 {

     padding: 50px 24px;
     box-sizing: border-box;
     max-width: 903px;
     width: 100%;
     margin: 0 auto;
 }

 .cont04 .txt01 ul{
    font-weight: bold;
 }
 .cont04 .txt01 ul li{
    padding: 4px;
 }
.cont05{

    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #2a2a2a;
    align-items: center;
    box-sizing: border-box;
    padding: 16px;

}
.cont05 .txt02{
    color: #ffffff;
    padding-right: 8%;
}
.btn_channel img{
 max-width: 320px;
}

.LOCA_btn.forMobile{
    display: none;
}
.LOCA_btn.forWeb{
    display: block;
}
@media screen and (max-width: 760px){ 
    .forMobile{
        display: block;
    }
    .forWeb{
        display: none;
    }
    .LOCA_btn.forMobile{
        display: block;
    }
    .LOCA_btn.forWeb{
        display: none;
    }
    .txt01{
        line-height: 1.4em;
    }
    .btn_channel img{
        max-width: 320px;
       }
    .cont05 .txt02{
        color: #ffffff;
        padding-right: 0;
        font-size: 14px;
        letter-spacing: -2px;
    }
    .cont05 .btn_channel{
        padding: 16px 0;
        display: flex;
    }
   
 }

