*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


body{
    background:#F9F9F9;
    width:100%;
    margin:0 auto;
    overflow-x:hidden;
    font-family:Pretendard,sans-serif;
    font-size: 16px;
}
input, select, button {
    padding: 0;
    border: 1px solid #999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
select {
    background: url(image/select_arrow.png) no-repeat right 5px center / 16px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    vertical-align: top;
    cursor: pointer;
}

#container{
    background:#fff;
}

/* 메인 */

.mainVisual{
    background:#eee;
    height:340px;
    padding: 20px;
    position:relative;
    background: url(image/home_bg.jpg) no-repeat;
    background-size : cover;
    background-position: center;
}

.topArea{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    height: 24px;
}
.logo img {
    height: 100%;
}

.langBtn{
    background:#fff;
    border:none;
    border-radius:30px;
    padding:10px 18px;
    cursor:pointer;
}

.mainText{
    margin-top:50px;
    text-align:center;
    text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.mainText h2{
    font-size:1.4em;
    font-weight:700;
    line-height:1.4;
}

.mainText span{
    color:#ff7a00;
}

.mainText p{
    margin-top:10px;
    color:#333;
    line-height:1.4;
    font-size:1em;
    /* text-shadow: 0 1px 4px rgba(0,0,0,0.25); */
}

.noticeBox{

    position:absolute;
    left:20px;
    right:20px;
    bottom:30px;

    background:rgba(255,255,255,.85);

    border-radius:18px;

    display:flex;
    align-items:center;

    padding:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    cursor: pointer;
}

.noticeIcon{
    width:48px;
    height:48px;
    margin-right:14px;
}
.noticeIcon img{
    width: 100%;
}

.noticeText{
    flex:1;
    min-width: 0;
}

.noticeText strong{
    font-size: 1em;
    display:block;
    margin-bottom:4px;
    font-weight: 500;
}

.noticeText p{
    font-size: 0.9em;
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .noticeText span{
    color:#ff7a00;
    font-size:13px;
} */

.noticeBox span{
    color:#333;
    text-decoration:none;
    font-size:0.9em;
}

/* 서비스 */

.serviceWrap{

    padding:35px 20px;

}

.serviceWrap h3{

    margin-bottom:18px;
    font-size:20px;
    font-weight: 500;
}

.serviceList{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:9px;

}

.serviceItem{

    border:1px solid #eee;
    border-radius: 8px;

    padding:16px 10px;

    text-decoration:none;
    color:#222;

    text-align:center;

    box-shadow:0 3px 12px rgba(0,0,0,.05);

}

.thumb{

    width:58px;
    height:58px;

    margin:0 auto 12px;

    background:#eee;

    border-radius:10px;

}

.thumb img {
    width: 100%;
}

.serviceItem strong{

    display:block;
    font-size:1em;
    font-weight:500;
    /* margin-bottom:6px; */

}

.serviceItem span{

    display:none;

}

/* 이벤트 */

.eventWrap{

    padding:0 20px 40px;

}

.eventWrap h3{
    font-weight: 500;
    margin-bottom:18px;
    font-size:20px;

}

.eventBanner{

    background:#eee;

    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}
.eventBanner img{
    width: 100%;
}
footer {
    font-size: 14px;
    color: #000006;
    line-height: 1.3;
    background: #eee;
}
footer .footer_inner {
    padding: 15px 10px 60px 15px;
}
footer .footer_inner ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    font-size: 12px;
}
footer .footer_inner ul li span {
    width: 1px;
    height: 9px;
    display: inline-block;
    background: #666;
    margin: 0 8px;
}
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #000;
}

/* 공지페이지 */
#fixedTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#pageInfo {
    min-height: 52px;
    padding: 14px 16px 14px;
    background-color: #fff;
    max-width: 720px;
    margin: 0 auto;
}
.page-head {
    position: relative;
    min-height: 34px;
}
.page-back {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    text-indent: -9999px;
    font-size: 0;
    background: url(image/page_ico_back.png) no-repeat 0 0 / 100% 100%;
}
.head-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1em;
}
.notice {
    padding: 20px;
}
.notice .banner {
    width: 100%;
    margin-bottom: 20px;
}
.notice .banner img {
    width: 100%;
}
.notice-title {
    margin-bottom: 20px;
}
.notice-title b{
    display: block;
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 7px;
}
.notice-title p {
    color: #777;
}
.notice .txt {
    font-size: 1em;
    line-height: 1.4em;
    padding: 0 0 100px 0; 
}

/* Desktop */
@media (min-width:601px){

body{max-width:720px;}

.mainVisual{height:550px; padding: 30px;}

.mainText{margin-top:120px;}
.mainText h2{font-size:32px;}
.mainText p{font-size:18px;}

.serviceWrap h3,
.eventWrap h3{font-size:24px;}

.serviceList{gap:15px;}

.serviceItem{padding:24px 15px;}
.serviceItem strong{font-size:18px;font-weight:500; margin-top: 8px; margin-bottom:8px;}
.serviceItem span{display:block;font-size:14px;color:#777;}

.thumb{width:100px;height:100px;}

.serviceWrap{padding:50px 30px;}
.eventWrap{padding: 0 30px 50px}
.noticeBox{left: 30px; right:30px;}
.notice{padding: 20px 30px;}
#pageInfo{padding: 14px 26px 14px;}
}
