@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
*{
    margin:0;
    padding:0;
    border:0;
    list-style:none;
    text-decoration:none
}
html{
    font-family:'Noto Sans KR','Nanum Gothic','맑은 고딕','굴림',Arial,sans-serif
}
body{
    font-size:100%
}
#wrap{
    width:100%;
    height:auto;
    margin:0 auto;
    padding:0;
    position:relative
}
header,section,footer{
    width:100%;
    margin:0;
    padding:0;
    clear:both
}
header nav ul.gnb>li:nth-child(6){
    background:#0080b6
}
header nav ul.gnb>li:nth-child(6)>a{
    color:#fff
}
header{
    border-bottom:1px solid #005d84!important
}
header nav ul.gnb li.gnb_dropdown:hover:after{
    background:#005382!important
}
div#support_wrap{
    margin-top:70px;
    width:100%
}
div#support_nav{
    clear:both;
    position:fixed;
    width:100%;
    height:40px;
    margin:0 auto;
    margin-top:-39px;
    text-align:center;
    box-sizing:border-box;
    z-index:3;
    background:#005382
}
div#support_nav ul{
    width:960px;
    height:40px;
    box-sizing:border-box;
    margin:0 auto;
    padding:0 0 0 353px
}
div#support_nav ul li{
    display:block;
    float:left;
    margin:0 0 0 0
}
div#support_nav ul li a{
    display:block;
    padding:8px 10px 12px 10px;
    color:#fff;
    font-weight:500;
    font-size:.825em
}
div.page_title_faq,div.page_title_qna,div.page_title_news,div.page_title_trend{
    position:relative;
    height:170px;
    padding:45px 0;
    margin-top:110px;
    box-sizing:border-box;
    overflow:hidden
}
div.page_title_faq{
    background:#003959
}
div.page_title_qna{
    background:#003959
}
div.page_title_news{
    background:#003959
}
div.page_title_trend{
    background:#003959
}
div.page_title_faq:before,div.page_title_qna:before,div.page_title_news:before,div.page_title_trend:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:.3
}
div.page_title_faq:before{
    background:url(../images/pagetitle/faq.png) no-repeat 50% 42.5%;
    background-size:cover
}
div.page_title_qna:before{
    background:url(../images/pagetitle/request.png) no-repeat 50% 42.5%;
    background-size:cover
}
div.page_title_news:before{
    background:url(../images/pagetitle/news.png) no-repeat 50% 42.5%;
    background-size:cover
}
div.page_title_trend:before{
    background:url(../images/pagetitle/trend.png) no-repeat 50% 42.5%;
    background-size:cover
}
div#page_title p,div#page_title span{
    display:block;
    z-index:2;
    position:relative;
    text-align:center;
    color:#fff;
    text-shadow:0 1px 3px rgba(0,0,0,0.2)
}
div#page_title p{
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:3px
}
div#page_title span{
    font-size:1.2em
}
section#news_main{
    max-width:960px;
    margin:60px auto 20px;
    padding:0;
    border-top:2px solid #0080b6
}
section#news_main>a{
    display:block;
}
article.news_list{
    clear:both;
    display:block;
    height:190px;
    padding:20px;
    border-top:1px solid #f7f7f7;
    cursor:pointer;
    background:#fff;
    transition:.3s;
    box-sizing:border-box
}
article.news_list:hover{
    background:#d1ebf7;
    transition:.3s
}
article.news_list .news_thum{
    display:block;
    float:left;
    width:200px
}
article.news_list .news_thum img{
    display:block
}
article.news_list .news_txt{
    display:block;
    float:right;
    width:720px;
    height:150px;
    padding:0 0 0 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:keep-all;
    color:#222;
    box-sizing:border-box
}
article.news_list .news_txt span{
    display:block;
}
article.news_list .news_txt .news_title{
    height:35px;
    font-weight:500;
    font-size:1.2em
}
article.news_list .news_txt .news_con{
    height:90px;
    font-size:.9em;
    line-height:140%
}
article.news_list .news_txt .news_day{
    height:25px;
    font-size:.8em;
    line-height:35px
}
section#trend_main{
    max-width:960px;
    margin:60px auto 20px;
    padding:0;
    border-top:2px solid #0080b6
}
section#trend_main>a{
    display:block;
}
article.trend_list{
    clear:both;
    display:block;
    height:190px;
    padding:20px;
    border-top:1px solid #f7f7f7;
    cursor:pointer;
    background:#fff;
    transition:.3s;
    box-sizing:border-box
}
article.trend_list:hover{
    background:#d1ebf7;
    transition:.3s
}
article.trend_list .trend_thum{
    display:block;
    float:left;
    width:200px
}
article.trend_list .trend_thum img{
    display:block
}
article.trend_list .trend_txt{
    display:block;
    float:right;
    width:720px;
    height:150px;
    padding:0 0 0 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:keep-all;
    color:#222;
    box-sizing:border-box
}
article.trend_list .trend_txt span{
    display:block;
}
article.trend_list .trend_txt .trend_title{
    height:35px;
    font-weight:500;
    font-size:1.2em
}
article.trend_list .trend_txt .trend_con{
    height:90px;
    font-size:.9em;
    line-height:140%
}
article.trend_list .trend_txt .trend_day{
    height:25px;
    font-size:.8em;
    line-height:35px
}
article.board_con{
    display:block;
    padding:20px 0
}
article.board_con .news_title,article.board_con .trend_title{
    display:block;
    font-weight:500;
    font-size:1.2em;
    height:45px
}
article.board_con .news_day,article.board_con .trend_day{
    display:block;
    font-size:.8em;
    float:left;
    height:40px
}
article.board_con .news_view,article.board_con .trend_view{
    display:block;
    font-size:.8em;
    float:right;
    height:40px
}
article.board_con .news_con,article.board_con .trend_con{
    display:block;
    clear:both;
    font-size:.9em;
    line-height:160%;
    word-break:keep-all;
    min-height:400px;
    padding:20px 5px;
    border:1px solid #e7e7e7;
    border-left:none;
    border-right:none
}
section#pagination{
    max-width:960px;
    margin:30px auto 80px;
    padding:0;
    text-align:center
}
section#pagination article{
    margin:0 auto
}
#pagination article ul li{
    display:inline-block;
    margin:0;
    background:#fff
}
#pagination article ul li a{
    display:block;
    padding:5px 15px;
    color:#0080b6;
    transition:.3s
}
#pagination article ul li:hover a{
    background:#d1ebf7;
    transition:.3s
}
#pagination article ul li a.active{
    background:#0080b6;
    color:#fff
}
#pagination .board_btn a{
    display:block;
    font-size:.87em
}
#pagination .board_btn a.list{
    float:right;
    margin:-20px 0 35px;
    padding:8px 18px 9px;
    text-align:center;
    background:#fff;
    color:#0080b6;
    transition:.25s;
    border:1px solid rgba(27,119,160,0.3);
    border-radius:30px
}
#pagination .board_btn a.list:hover{
    background:#0080b6;
    color:#fff;
    transition:.25s
}
#pagination .board_btn div{
    clear:both;
    display:block;
    border-top:1px solid #f7f7f7
}
#pagination .board_btn div.prev{
    border-bottom:1px solid #f7f7f7
}
#pagination .board_btn div a span{
    display:inline-block;
    padding:9px 0;
    text-align:left;
    color:#222;
    transition:.25s
}
#pagination .board_btn div a:hover span{
    color:#0080b6;
    transition:.25s
}
#pagination .board_btn div a span.news_page,#pagination .board_btn div a span.trend_page{
    float:left
}
#pagination .board_btn div a span.news_title,#pagination .board_btn div a span.trend_title{
    width:75%;
    overflow:hidden;
    text-overflow:ellipsis
}
#pagination .board_btn div a span.news_day,#pagination .board_btn div a span.trend_day{
    width:12%;
    text-align:right;
    float:right
}
section#faq_main{
    max-width:960px;
    margin:0 auto;
    padding:10px 0
}
article.faq_sub{
    margin:20px 0 60px 0;
    padding:15px;
    border:1px solid rgba(27,119,160,0.3);
    border-radius:10px;
    box-sizing:border-box
}
article.faq_sub>p{
    display:block;
    font-weight:bold;
    font-size:1.1em;
    margin:0 0 15px 0;
    color:#147da8
}
button.faq_accordion{
    background:rgba(60,167,210,0);
    color:#333;
    font-size:1.0em;
    font-weight:500;
    cursor:pointer;
    padding:15px 20px;
    width:100%;
    box-sizing:border-box;
    text-align:left;
    outline:0;
    border-top:1px solid #d1ebf7;
    transition:.3s;
    font-family:'Noto Sans KR','Nanum Gothic','맑은 고딕','굴림',Arial,sans-serif
}
button.faq_accordion:before{
    content:'Q. '
}
button.faq_accordion:after{
    content:'\2795';
    font-size:.95em;
    color:#333;
    float:right
}
button.faq_accordion.active:after{
    content:'\2796'
}
button.faq_accordion.active,button.faq_accordion:hover{
    background:#d1ebf7
}
div.faq_panel{
    padding:0 20px;
    background:#fff;
    max-height:0;
    overflow:hidden;
    font-size:.9em;
    transition:.3s ease-in-out;
    opacity:0;
    box-sizing:border-box
}
div.faq_panel.show{
    opacity:1;
    max-height:500px;
    padding:15px 20px 30px 20px
}
button.faq_accordion.last{
    border-bottom:1px solid #d1ebf7
}
section#qna_main{
    max-width:960px;
    margin:0 auto;
    padding:10px 0
}
article.qna_sns p{
    display:block;
    font-weight:bold;
    font-size:1.1em;
    margin:20px 0 10px 0;
    color:#147da8
}
article.qna_sns span{
    display:block;
    font-size:.9em;
    line-height:160%;
    letter-spacing:-0.5px;
    margin:0 0 20px 0
}
article.qna_form{
    margin:0 0 60px 0;
    padding:20px 0 40px 0
}
article.qna_form p{
    display:block;
    font-weight:bold;
    font-size:1.1em;
    margin:0 0 10px 0;
    color:#147da8
}
article.qna_form p.qna_help{
    clear:both;
    display:block;
    font-weight:500;
    color:#f00;
    font-size:.825em;
    line-height:160%;
    letter-spacing:-0.5px;
    word-break:keep-all;
    margin:0
}
article.qna_form>div{
    width:100%
}
article.qna_form form{
    margin-top:10px
}
article.qna_form div.inquiry input{
    width:100%;
    padding:20px 30px;
    margin:5px 0;
    font-size:1.0em;
    letter-spacing:.5px;
    color:#333;
    border:1px solid #d1ebf7;
    background:#fff;
    box-sizing:border-box;
    font-family:'Noto Sans KR','Nanum Gothic','맑은 고딕','굴림',Arial,sans-serif
}
div.inquiry>div:nth-child(2){
    clear:both;
    width:100%;
    float:left;
    margin-right:1%
}
div.inquiry>div:nth-child(3){
    width:49.5%;
    float:right
}
div.inquiry>div:nth-child(4){
    clear:both;
    width:100%;
    float:left;
    margin-right:1%
}
div.inquiry>div:nth-child(5){
    width:49.5%;
    float:right
}
div.inquiry>div:nth-child(6){
    clear:both
}
article.qna_form div textarea{
    width:100%;
    height:300px;
    resize:none;
    padding:20px 30px;
    margin:5px 0;
    font-size:1.0em;
    letter-spacing:.5px;
    color:#333;
    border:1px solid #d1ebf7;
    background:#fff;
    box-sizing:border-box;
    font-family:'Noto Sans KR','Nanum Gothic','맑은 고딕','굴림',Arial,sans-serif
}
#qna_agree{
    padding:25px 0
}
#qna_agree textarea{
    height:140px;
    word-break:keep-all;
    cursor:default;
    padding:10px 15px;
    margin:0 0 10px 0;
    font-size:.825em;
    letter-spacing:-0.5px
}
#qna_agree input[type=checkbox]{
    width:15px;
    height:15px;
    margin:6px 10px 0 555px;
    float:left
}
#qna_agree label{
    float:right;
    margin:0;
    font-size:1.0em
}
article.qna_form .qna_security{
    width:100%;
    margin:40px 0 0 0;
    height:66px;
    display:block
}
.security_img{
    width:266px;
    float:left;
    margin:0 10px 0 0
}
.security_img img#captchaImg{
    width:200px;
    height:66px;
    float:left;
    padding:5px;
    border:1px solid #d1ebf7;
    background:#fff;
    box-sizing:border-box
}
.security_img a#refreshBtn{
    display:block;
    cursor:pointer;
    float:left;
    width:66px;
    height:66px;
    box-sizing:border-box;
    border:1px solid #d1ebf7;
    border-left:none;
    background:rgba(0,128,182,0.2);
    transition:.3s;
    font-size:.825em;
    text-align:center;
    overflow:hidden;
    letter-spacing:-0.5px
}
.security_img a#refreshBtn:hover{
    background:rgba(0,128,182,0.3);
    transition:.3s
}
.security_img a#refreshBtn:active{
    background:rgba(0,128,182,0.3)
}
.security_input{
    float:left;
    margin:0
}
.security_input>input{
    margin:0;
    padding:20px 30px;
    width:242px;
    height:66px;
    font-size:1.2em;
    letter-spacing:1px;
    color:#147da8;
    border:1px solid #d1ebf7;
    background:#fff;
    box-sizing:border-box;
    font-family:'Noto Sans KR','Nanum Gothic','맑은 고딕','굴림',Arial,sans-serif
}
div.sendbar{
    display:block;
    height:66px;
    margin:-66px 0 7px 0
}
#btn_send{
    width:300px;
    height:66px;
    float:right;
    color:#fff;
    font-size:1.3em;
    letter-spacing:-0.5px;
    text-align:center;
    line-height:66px;
    box-sizing:border-box
}
#btn_send a{
    display:block;
    cursor:pointer;
    background:rgba(0,128,182,0.9);
    transition:.3s
}
#btn_send a:hover{
    background:rgba(0,128,182,1);
    transition:.3s
}
article.qna_end{
    max-width:960px;
    margin:0 0 60px 0;
    text-align:center
}
.qna_end img{
    width:400px;
    height:400px;
    margin:0 auto
}
.qna_end p{
    display:block;
    font-weight:bold;
    font-size:1.2em;
    letter-spacing:-0.5px;
    margin:20px 0 10px 0;
    color:#333
}
.qna_end span{
    display:block;
    line-height:150%;
    letter-spacing:-0.5px;
    margin:0 0 15px 0;
    word-break:keep-all
}
.qna_end a{
    display:block;
    text-align:center;
    margin:40px auto;
    width:100px;
    height:50px;
    color:#333;
    line-height:48px;
    font-size:1.2em;
    font-weight:bold;
    box-sizing:border-box;
    border-radius:15px;
    border:1px solid #d1ebf7;
    transition:.3s
}
.qna_end a:hover{
    background:rgba(0,128,182,0.2);
    transition:.3s
}
.banner{
    position:relative;
    width:1000px;
    margin:0 auto;
    padding:0;
    z-index:10
}
.banner>div.snsid{
    width:88px;
    height:292px;
    position:fixed;
    top:121px;
    margin-left:1000px
}
.banner>div.snsid>img{
    width:100%;
    position:static;
    top:0
}
.banner>div.downpdf{
    width:88px;
    height:46px;
    position:fixed;
    top:422px;
    margin-left:1000px
}
.banner>div.downpdf>img{
    width:100%;
    position:static;
    top:0
}
.banner>div.downapp{
    width:88px;
    height:135px;
    position:fixed;
    top:477px;
    margin-left:1000px
}
.banner>div.downapp>img{
    width:100%;
    position:static;
    top:0
}
