@font-face {
    font-family: 'Handon3gyeopsal600g';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Handon3gyeopsal600g.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Handon3gyeopsal300g';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Handon3gyeopsal300g.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MaruBuri-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

ul,li,a{
    text-decoration:none;
    list-style: none;
    color:black;
}


/********
* Intro *
*********/

#landing{
    /* reponsive JS */
    /*background-image: url('./img/intro/bg/intro_bg.svg');*/
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    transition:all ease-in-out .35s;
}

.foreCast{
    max-width:300px;
    margin:auto;
    margin-top:15vh;
    margin-bottom:10vh;
    display:flex;
    justify-content: center;
    align-items: center;
    border:solid 1px #fff;
    background: #0000004D 0% 0% no-repeat padding-box;
    border-radius:42px;
    opacity:0.8;
    text-align: center;
    padding: 12px 0px;
}

.foreCast .icon{
    width:33.33333%;
}
.foreCast .icon img{
    height:30px;
}
.foreCast .celcius{
    width:33.33333%;
    font-family: 'Handon3gyeopsal600g';
    font-size:20px;
    color:#fff;
}
.foreCast .status{
    width:33.33333%;
}
.foreCast span{
    font-family: 'Handon3gyeopsal600g';
    font-size:20px;
    color:#fff;
}
.foreCast .spot img{
    width:auto;
    height:20px;
}


.navBox{
    width:100%;
    height:100%;
}
.navBox .navContainer{
    max-width:600px;
    margin: 0 auto;
    padding-top:50px;
    background-color: #5555;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navBox .navContainer div{
    text-align: center;
}
.navBox .navContainer .logo{
    width:280px;
}
.navBox .navContainer h4{
    color:#fff;
    font-family: 'MaruBuri-Regular';
    font-weight:500;
    font-size:30px;
    padding:20px 0px;
}

.navBox .navContainer .navLink{
    margin-top:20px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    padding:50px 0px;
}

.navBox .navContainer .navLink li{
    width:180px;
    height:60px;
    border:solid 1px #fff;
    border-radius:10px;
    background: #0000004D 0% 0% no-repeat padding-box;
    line-height:60px;
    opacity: 1;
    margin: 12px 0px;
    text-align: center;
}

.navBox .navContainer .navLink li:hover{
    background:#37474f;
    border: solid 1px #37474f;
    transition:ease-in-out .5s;
}

.navBox .navContainer .navLink li a{
    color:#fff;
    padding:20px 15px;
}

.navBox .navContainer .lang{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-bottom:40px;
}

.navBox .navContainer .lang li{
    width: 33.3333%;
    height:45px;
    text-align: center;
}

.navBox .navContainer .lang li a img{
    height:100%;
}



.ari{
    position:absolute;
    bottom:0px;
    right:5%;
    max-width:280px;
}
.ari img{
    width:100%;
    height:auto;
}

/***************************
* Landing Page MediaQUery  *
************************** */
@media screen and (max-width:1200px) {
    #landing{
        padding:0 10px;
    }
    .foreCast{
        margin: 0 auto;
        margin-top: 20px;
        font-size:18px;
    }
    .foreCast .icon img{
        height:auto;
        padding-left:0px;
    }

    .foreCast .status{
        font-size:15px;
    }

    .foreCast .celcius{
        font-size:15px;
    }
    .foreCast div{
        padding:8px 0px;
    }

    .navBox{
        margin-top:10vh;
        width:100%;
    }

    .navBox .navContainer .logo{
        width:180px;
    }
    .navBox .navContainer h4{
        font-size:20px;
    }

    .navBox .navContainer .navLink{
        display:flex;
        flex-direction: column;
        padding:30px 0px;
    }

    .ari{
        display:none;
    }
    .ari img{
        height:28vh;
        width: auto;
    }
}

/************
* Index Page *
*************/
.main_container{
    max-width:100%;
    height:100%;
}

header{
    position:absolute;
    width:100%;
    height:auto;
    background-color: #05403C80;
    opacity:1;
    z-index:1;
}

.navBar{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
}

.navBar__logo{
    width:30%;
}

.navBar__menu{
    display:flex;
    width:70%;
    justify-content: space-between;
    font-size:20px;
    font-family: 'Handon3gyeopsal600g';
}
.navBar__menu li{
    /*width:calc((100% - 30px)/4);*/
}
.navBar__menu li > a{
    color: #fff;
}
/* 이게 왜되지???? !!!!!! *&*&*&*&*&& */
.navBar__menu > li {
    width:180px;
    text-align: center;

}


.navBar__menu li a:hover{
    color:#77BBFF;
    transition:all ease-in-out .35s;
}

header.active{
    background-color:#fcfcfc;
}
.active .hideBar{
    background-color:#fcfcfc;
    border-top:solid 1px #8DD198;
}

header.active .navBar__menu li a{
    font-family: 'Handon3gyeopsal600g';
    font-size: 20px;
    color: #555555;

}
header.active .language .lang li a img{
    border:solid 1px #efefef;
}


.hide_menu{
    display:none;
}

.active .hide_menu{
    display:flex;
    max-width:1200px;
    margin:0 auto;
}

.active .clear_menu{
    width:30%
}
.hide_menu_detail li > ul > li{
    width:180px;
    text-align: center;
}
.active .hide_menu_detail{
    width:70%;
    height:auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size:20px;
    font-family: 'Handon3gyeopsal300g';
}
.active .hide_menu_detail li ul{
}
.active .hide_menu_detail li ul li{
    font-size:17px;
    font-family: 'Handon3gyeopsal300g';
    line-height:25px;
    /*line-height: 50px;*/
    /*display:flex;*/
}


.active .hide_menu_detail li ul li a{
    text-align: center;
    display: block;
    padding:10px 0px;

}
.active .hide_menu_detail li ul li> a:hover{
    background-color: #10825E;
    color: #fff;
}
.m_menu_btn{
    display:none;
}
@media screen and (max-width:1200px){
    .navBar__logo img{
        width:9.6rem;
        height:3.2rem;
    }
    header{
        position:static;
        background-color:#1A3F3C;
    }
    header.active{
        background-color:#1A3F3C;
        border-bottom:solid 1px #1A3F3C;
    }
    header.active > a{
        font-family: 'Handon3gyeopsal600g';
        color:black;
    }

    .navBar{
        display:flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .navBar__logo{
        padding-left:15px;
    }
    .navBar__menu{
        display:none;
    }
    .m_menu_btn{
        position:absolute;
        right:0%;
        padding-right:20px;
    }
    .hideBar{
        display:none;
    }
    .m_menu_btn{
        display :block;
    }

}


/*************
* mainLogo Section      *
**************/

#mainLogo{
    width:100%;
    height:1000px;
    background: transparent url('../img/bgImg/bg_main.svg') 0% 0% no-repeat padding-box;
    background-size:cover;
    position:relative;
    z-index:-99999;
}

#mainLogo .logoBox{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
}

#mainLogo .logoBox h3{
    font-family: 'MaruBuri-Regular';
    font-weight:300;
    font-size:29px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 2px 10px #05403C33;
    opacity: 1;
    padding-bottom:11px;
}

#mainLogo .logoBox h1{
    font-family: 'MaruBuri-Regular';
    font-size:74px;
    font-weight:300;
    letter-spacing: 15px;
    color: #fff;
    text-shadow: 0px 2px 10px #073F3C33;
    opacity: 1;
}

@media screen and (max-width:1200px) {

    #mainLogo{
        width:100%;
        height:300px;
    }
    #mainLogo .logoBox{
        /*top:20%;*/
        left:50%;
        transform:translate(-50%,-50%);
    }
    #mainLogo .logoBox h3{
        font-size:16px;
        padding-bottom:0px;
    }
    #mainLogo .logoBox >img{
        max-width:100%;
        /*height:100%;*/
    }
    #mainLogo .logoBox h1{
        display:none;
    }

}

/***********************
* Section Contetns     *
************************/
#story{
    max-width:1200px;
    margin:0 auto;
    margin-bottom: 100px;
}

#story .ilchuland{
    width:50%;
    float:left;
    margin: auto;
}

#story .video{
    width:50%;
    float:left;
    /* text-align: center; */
}
#story .ilchuland > h3{
    font-size:18px;
    font-family: 'MaruBuri-Regular';
    color: #333333;
    opacity: 1;
    padding-bottom:11px;
}
#story .ilchuland > h1{
    font-size:42px;
    font-family: 'MaruBuri-Regular';
    color: #10825E;
    opacity: 1;
    padding-bottom:20px;
    font-weight: 300;
}

#story .ilchuland p{
    font-family: 'Handon3gyeopsal300g';
    max-width:580px;
    line-height:28px;
    color: #333333;
    opacity: 1;
    padding-right:15px;
}

#story .ilchuland .link{
    max-width:580px;
    display:flex;
    justify-content: space-around;
    line-height: 102px;
    padding-top:24px;
}
#story .ilchuland .link li{
    width:280px;
    height:101px;
    text-align: center;
    border-radius:20px;
    margin:0px 12px;
}
#story .ilchuland .link li a{
    color:#fff;
    font-family: 'Handon3gyeopsal300g';
    display: block;
}
#story .ilchuland .link > .greetings{
    background-color:#76B580;
    font-size: 20px;
}
#story .ilchuland .link > .brothers{
    /* margin-left:20px; */
    background-color:#10825E;
    font-size: 20px;
}
/* index-page: story(media query) */
@media screen and (max-width:1200px){
    #story{
        padding:50px 30px;
        margin:0px;
    }
    #story .ilchuland{
        padding:0px;
        width:100%;
        float:none;
    }
    #story .ilchuland h3{
        font-size:14px;
    }
    #story .ilchuland h1{
        font-size:35px;
    }
    #story .ilchuland h3,
    #story .ilchuland h1{
        text-align: center;
        letter-spacing: -0.5px;
    }
    #story .ilchuland p{
        margin:auto;
        padding-right:0px;
    }
    #story .ilchuland .link{
        line-height:56px;
        margin: auto;
    }
    #story .ilchuland .link li{
        width:280px;
        height:56px;
        border-radius:10px;
        margin:0px 5px;
    }
    #story .ilchuland .link li a{
        font-size:14px;
    }
    #story .video{
        width:100%;
        float:none;
        margin-top:20px;
        padding:0px;
    }
    #story .link{
        display:flex;
    }
    #story .video iframe{
        width:100%;
    }

    #info{
        height:1000px;
    }
    #info .infoContainer{
        padding:0px 30px;
    }
    #info .taskInfo{
        width:100%;
        height:270px;
        float:none;
        padding:20px;
        border-top-left-radius:10px;
        border-top-right-radius:10px;
        border-bottom-left-radius:0px;
        border-bottom-right-radius: 0px;

    }
    #info .taskInfo .taskTable h5{
        font-size:14px;
    }
    #info .payInfo{
        width:100%;
        height:420px;
        float:none;
        padding:20px;
        border-top-left-radius:0px;
        border-top-right-radius:0px;
        border-bottom-left-radius:10px;
        border-bottom-right-radius: 10px;

    }
    #info .infoContainer .titleInfo{
        padding-top:100px;
    }
    #info .infoContainer .titleInfo h1{
        padding-bottom:20px;
    }
    #artcenter ul li img{
        width:150px;
    }
}
@media screen and (max-width: 350px){
    #info{
        height:1120px;
    }
    #info .taskInfo{
        height:270px;
    }
    #info .payInfo{
        height:580px;
    }
    #artcenter .artContents{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .searchPlantForm input{
        max-width:100px;
    }
}
/***********
* IndexPage (info) *
************/

#info{
    background: transparent url('../img/bgImg/bg_payInfo.svg') 0% 0% no-repeat;
    background-size:cover;
}
#modal{
    position:relative;
}
.infoContainer{
    max-width:1200px;
    margin:0 auto;
    padding-bottom:200px;
}
#info .titleInfo{
    padding-top:100px;
    text-align: center;
}
.titleInfo h3{
    color:#8DD198;
    font-family: 'MaruBuri-Regular';
    font-weight:300;
    padding-bottom:10px;
    font-size: 18px;
}
.titleInfo h1{
    color:#fff;
    font-family: 'MaruBuri-Regular';
    font-weight:300;
    font-size:42px;
    padding-bottom:60px;
}
.taskInfo{
    width:50%;
    height:420px;
    float:left;
    padding: 50px 74px;
    background-color:#fff;
    border-top-left-radius:10px;
    border-bottom-left-radius: 10px;
}
.taskInfo .taskTable{
    margin-top:20px;
    margin-bottom:20px
}

.taskTable li{
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.taskTable li > div > h5{
    font-family: 'Handon3gyeopsal300g';
    font-weight:300;
    font-size:18px;
    padding:10px 0px;
    color:#1A3F3C;
}
.taskTable li >div:nth-child(1){
    width:20%;
}
.taskTable li >div:nth-child(2){
    width:80%;
}
.taskTable li > div > span{
    font-family:'Handon3gyeopsal600g';
    font-weight:600;
}

.taskInfo .title a{
    font-family: 'Handon3gyeopsal600g';
    font-size:28px;
    color:#1A3F3C;
}
.taskInfo .title{
    padding:10px 0px;
}
.taskInfo .title a:hover{
    text-decoration: underline;
}
.payInfo{
    width:50%;
    height:420px;
    float:right;
    padding: 50px 74px;
    background-color: #8DD198;
    border-top-right-radius:10px;
    border-bottom-right-radius: 10px;
}
.payInfo .title{
    padding:10px 0px;
}
.payInfo .title a{
    font-family: 'Handon3gyeopsal600g';
    font-size:28px;
    color:#1A3F3C;
}

.payInfo .title a:hover{
    text-decoration: underline;
}

.payInfo .payTable{
    width:50%;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}

.payInfo .payTable h5{
    font-family: 'Handon3gyeopsal300g';
    font-weight:300;
    font-size:18px;
    padding:10px 0px;
    color:#1A3F3C;
    text-align: left;
}
.payInfo .payTable h5>span{
    padding-left:30px;
    font-family:'Handon3gyeopsal600g';
    font-weight:600;
}
.payInfo .payDc{
    width:50%;
    float:right;
    margin-top:20px;
    margin-bottom:20px;
    padding:10px 0px;
}
/* .payInfo a:hover{
    text-decoration: underline;
} */
.payInfo .payDc > h5{
    font-family: 'Handon3gyeopsal300g';
    font-size:17px;
    color:#1A3F3C;
}
.payInfo .payDc > p{
    max-width:231px;
    font-family: 'Handon3gyeopsal300g';
    font-size:12px;
    padding-top:18px;
    line-height:20px;
}
.clear-fix{
    clear:both;
}

/************
* IndexPage (artcenter) *
*************/
#artcenter{
    background:url('../img/bgImg/bg_white.svg');
    background-repeat:no-repeat;
    background-size:cover;
    padding:0px 30px;
}
#artcenter .artContents{
    max-width:1200px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin:0 auto;
    padding-bottom:150px;
}
@media screen and (max-width:1200px){
    #artcenter .artContents{
        display:flex;
        justify-content: space-around;
        align-items: center;
        padding-bottom:100px
    }
}
/* #artcenter ul{
} */
#artcenter h4{
    font-family: 'MaruBuri-Regular';
    font-weight:300;
    text-align: center;
    font-size:18px;
    padding-top:100px;
    padding-bottom:11px;
    line-height: 28px;
}
#artcenter h1{
    font-family: 'MaruBuri-Regular';
    font-weight:300;
    text-align: center;
    font-size:42px;
    color:#10825E;
    padding-bottom:30px;
}
#artcenter .artContents li{
    padding:15px 0px;
}

#artcenter ul li img{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    border-radius:50%;
}
#artcenter ul li .imgBox:hover{
    /*transform: scale(1.1);*/
    /*transition:all ease-in-out .35s;*/
}

#artcenter .textBox{
    width:150px;
    margin:auto;
    overflow: auto;
    padding-top:20px;
    text-align: center;
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    letter-spacing: -1px;
}


/**********************
* IndexPage  (vrContents) *
***********************/

#vrContents {
    /* max-width:1900x;
    margin:0 auto; */
    text-align: center;
    /*background-color: #eee;*/
    /*padding-bottom:100px;*/
}
#vrContents .title{
    padding-top:100px;
    font-family: 'MaruBuri-Regular';
}
#vrContents .title h4{
    font-weight:300;
    font-size:18px;
    padding-bottom:11px;
}
#vrContents .title h1{
    font-weight:300;
    font-size:42px;
    color:#1A3F3C;
    padding-bottom:30px;
}
#vrContents .linkVr{
    max-width:1920px;
    height: 750px;
    margin:0 auto;
    /* margin-bottom:30px; */
}

.board{
    text-align: center;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-color: #10825E;
    font-family: 'Handon3gyeopsal300g';
    font-size: 20px;
    margin:0 auto;
    text-align: center;
    padding-bottom:50px;

}
.board .goToList{
    width:250px;
    height:60px;
    border: none;
    cursor:pointer;
    text-align: center;
    background-color: transparent;
    font-size:20px;
    font-weight:bold;
}
.board .goToList a{
    color:#fff;
}

#vrContents .linkVr iframe{
    width:100%;
    height:100%;
}
@media screen and (max-width:1200px){
    #vrContents .title{
        padding-top:0px;
    }
    #vrContents .linkVr{
        height:300px;
    }
}
/*
#sns{
    width:1200px;
    margin:0 auto;
}
#sns ul{
    display:flex;
    justify-content: space-around;
    text-align: center;
}
#sns .title{
    text-align: center;
    font-family: 'MaruBuri-Regular';
}
#sns .title h4{
    font-weight:300;
    font-size:18px;
    padding-bottom:11px;
}
#sns .title h1{
    font-weight:600;
    font-size:42px;
    color:#10825E;
    padding-bottom:60px;
}
*/
/*m_payInfo*/
/* Footer => 모두 동일,, header와 같이 default.css로 저장 */
footer{
    background-color:#1A3F3C;
    width:100%;
    text-align: left;
    padding: 60px 0px;
}
.footerBox{
    max-width: 1200px;
    margin: 0 auto;
    /*padding:0px 40px;*/
}
.footerBox .logo{
    width:15%;
    float:left;
    /*padding:0px 10px;*/
    /*text-align: center;*/
}
.footerBox .logo img{
    width:120px;
}
.footerBox .logo_info{
    width:85%;
    font-family:"Handon3gyeopsal300g";
    float:left;
    font-size: 14px;
    line-height: 20px;
    /*padding:0px 10px*/
}
.footerBox .logo_info h5{
    color: #BBBBBB;
    opacity: 1;
    padding-bottom: 10px;
}
.price_info{
    font-family: 'Handon3gyeopsal300g';
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-bottom:20px;
}
.price_info td:nth-child(1){
    font-family:'Handon3gyeopsal600g';
    font-size:14px;
    color:#555555;
}
.price_info th, .price_info td{
    border: 1px solid #BBBBBB;
    padding: 8px;
    color:#555555;
    background-color:#efefef;
}
.price_info th{
    background-color: #dddddd;
}


/*******************************
* Greeting Page
* .headLogo, logo, greetingTitle는
* [greetings.html, greetings2.html, greetings3.html]에 같이 적용
********************************/
.headLogo{
    background:url('../img/bgImg/sub_bg.svg');
    background-size:cover;
    background-repeat:no-repeat;
    height:456px;
    position:relative;
}
.headLogo .logo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
    font-family: 'MaruBuri-Regular';
    color:#fff;
    opacity:1;
    letter-spacing: 5px;
}

.headLogo .logo h1{
    padding-bottom:10px;
    font-size:45px;
}
.greetingTitle{
    max-width:1200px;
    margin: 0 auto;
    /* margin-top:200px; */
    /*padding:8px 12px;*/
    padding-top:80px;
}
.greetingTitle h1{
    text-align: center;
    font-family: 'MaruBuri-Regular';
    font-size:14px;
    font-weight:300;
    color:#333333;
    padding:10px 0px;
    /*padding:8px 0px;*/
    /* line-height:20px; */
    /*margin-bottom:18px;*/
}
.greetingTitle .headLine{
    max-width:375px;
    margin:0 auto;
    text-align: center;
    /*margin-bottom:30px;*/
}

.greetingTitle .headLine img{
    width:100%;
}

.greetingTitle .storytext{
    font-family: 'MaruBuri-Regular';
    font-size:11px;
    font-weight:300;
    color:#555555;
    text-align: center;
    /*margin-bottom:60px;*/
    line-height:30px;
    margin-top:100px;
    padding:0px 12px;
}

.greetingTitle .storytext h2{
    font-size:20px;
    opacity: 1;
}

.mainText{
    max-width: 850px;
    margin:0 auto;
    font-family: 'Handon3gyeopsal300g';
    font-size: 16px;
    line-height: 30px;
    padding:100px 12px;
}

.clear-contents{
    width:100%;
    height:100px;
}

.greetingTitle .imgBox{
    max-width:1200px;
    margin:0 auto;
    /*padding-bottom:60px;*/
    /*padding:100px 0px;*/
    /*padding-bottom:100px;*/
    padding:100px 0px;
}



.greetingTitle .imgBox .historyImg{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.greetingTitle .imgBox .historyImg li{
    padding:2px 4px;
}

.greetingTitle .imgBox .historyImg li img{
    /*max-width:360px;*/
    width:100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;    height:auto;
}

.legacy{
    width:100%;
}

.legacy .history1{
    float:left;
    width:50%;
    padding:8px 12px;
}

.legacy h1{
    text-align: left;
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
}

.legacy .history2{
    float:left;
    width:50%;
    padding:8px 12px;
}
.history2 .divide{
    /*margin-bottom:50px;*/
}

.legacy div{
    font-family: 'Handon3gyeopsal300g';
    font-size:16px;
    color:#555555;
    line-height:34px;
    /*padding:20px 0px;*/
    padding-bottom:30px;
}
@media screen and (max-width:1200px) {
    .headLogo{
        height:200px;
    }
    .headLogo .logo{
        /*top:23%;*/
    }
    .headLogo .logo h1{
        font-size:20px;
        letter-spacing: -0.5px;
    }
    .logo h4{
        font-size:14px;
    }
    .greetingTitle{
        margin-top:0px;
        /*padding:0px 30px;*/
    }
    .greetingTitle .imgBox{
        /*padding:0px;*/
        padding-top:30px;
        padding-left:0px;
        padding-right:0px;
        padding-bottom:0px;
    }
    .greetingTitle .imgBox .historyImg li{
        width:160px;
    }
    .greetingTitle .imgBox .historyImg li img{
        width:100%;
    }
    .legacy{
        padding-bottom:100px;
    }
    .legacy h1{
        font-size:18px;
    }
    .legacy div{
        font-size:16px;
        line-height:25px;
        padding:0px;
    }
    .legacy .history1{
        width:100%;
        float:none;
        padding:30px 30px;
    }

    .legacy .history2{
        width:100%;
        float:none;
        padding:0px 30px;
    }
    .legacy .history2 .divide{
        margin-bottom:0px;
        padding-bottom:30px;
    }
    .greetingTitle h1{
        letter-spacing: -1px;
    }
    .greetingTitle .storytext{
        margin-top:0px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:30px;
        padding-right:30px;
    }
    .mainText{
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 100px;
    }
    .clear-contents{
        height:0px;
    }
    #artcenter .textBox{
        letter-spacing:-1px;
    }
    .greetingTitle .storytext h2{
        letter-spacing: -0.5px;
    }
}
/* notice */
#notice{
    max-width:1200px;
    margin: 0 auto;
    font-family: 'Handon3gyeopsal300g';
    color: #333;
    padding:50px 30px 100px 30px;
}
/* #notice>.notice__header>*,#notice>.noticeBox > li >*{
    font-size:14px;
} */
#notice .notice__header{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    height:50px;
    text-align: center;
    /*border-top:solid 3px #eee;*/
    /*border-bottom:solid 1px #eee;*/
    font-family: 'Handon3gyeopsal600g';
    color: #333;
    background-color: #eee;
    border: 1px solid #dae0ea;
    border-collapse: collapse;
    font-size:18px;
}
.head_info{
    font-weight:bold;
}
.noResults{
    margin-top:20px;
}
.noResults > a{
    display:block;
    font-size:20px;
    text-align: center;
}

.noResults > a:hover{
    color:#10825E;
}
.notice__header{
    margin-top:50px;
}
.notice__sequence{
    width:20%;
}
.notice__title{
    width:60%;
}
.notice__timeStamp{
    width:20%;
}
.noticeBox .item .notice__sequence{
    width:20%;
}
.noticeBox .item .notice__title{
    width:60%;
}
.noticeBox .item .notice_timeStamp{
    width:20%;
}


#notice .notice__header .notice__title{
    /*width:70%;*/
    overflow: hidden;
}
#notice .noticeBox .item{
    width:100%;
}
#notice .noticeBox .item{
    width:100%;
}

#notice .noticeBox .item a{
    display:flex;
    justify-content: space-around;
    border-top:solid 1px #eee;
    border-bottom:solid 1px #eee;
    height:50px;
    align-items: center;
    text-align: center;
    font-size:18px;
}
#notice .noticeBox .item a:hover{
    color:#10825E;
}

#notice .noticeBox .item a .notice__sequence
.noticeBox .item a .notice__timeStamp,
.noticeBox .item a .notice__hits{
    /*width:15%;*/
    max-width:120px;
}

#notice .noticeBox .notice__title{
    /*width:70%;*/
    max-width:840px;
    padding:0px 20px;
}

/* 공통 적용 요소 pagination */
.noResult{
    max-width:1200px;
    margin: 0 auto;
    padding: 80px 0px;
}
.noResult h2{
    font-family:'Handon3gyeopsal600g';
    font-size:30px;
    text-align: center;
}
.navigation{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top:50px;
}

.navigation .pagination{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.navigation .pagination .active a{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    /*color:#4f83cc;*/
    font-weight:600;
}

.navigation .pagination li{
    padding: 8px 5px;
    font-size:17px;
}

.navigation .firstPage,
.navigation .previousPage,
.navigation .nextPage,
.navigation .lastPage{
    width:35px;
    height:35px;
    text-align: center;
    line-height:30px;
    border:solid 1px #EEEEEE;

}
.navigation .previousPage >a,
.navigation .nextPage >a{
    font-size:20px;
    padding:30px 15px;
}

.navigation .firstPage >a,
.navigation .lastPage >a{
    font-size:20px;
    padding:15px;
}
.navigation a:hover{
    color:#8DD198;
    font-weight:600;
    transition:all ease-in-out;
}


/* notice__detail */
#notice__detail{
    max-width:1200px;
    margin:0 auto;
    padding-top:100px
}

.detail__header{
    max-width:100%;
}

.topHeader{
    display:flex;
    height:50px;
    line-height:50px;
    border-top:solid 3px #EEEEEE;
    border-bottom:solid 1px #EEEEEE;
    text-align: center;
}

.topHeader h3{
    width:9%;
}

.topHeader .title{
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    width: 91%;
}

.bottomHeader{
    display:flex;
    justify-content: space-between;
    height:50px;
    line-height: 50px;
    border-top:solid 1px #EEEEEE;
    border-bottom:solid 1px #EEEEEE;
    text-align: center;
}

.bottomHeader h3{
    font-family: 'Handon3gyeopsal600g';
    font-size:18px;
    width:10%;
}

.bottomHeader .author{
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    width:40%;
}

.bottomHeader .timeStamp{
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    width: 20%;
}

.bottomHeader .hits{
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    width:20%;
}

.detail__contents{
    text-align: left;
    padding:30px 0px;
    border-bottom:solid 3px #EEEEEE;
    line-height:20px;
}

.detail__contents .noticeDetail__img{
    width:70%;
}

.detail__contents .noticeDetail__text{
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    letter-spacing: 1px;
    padding:0px 100px;
}
.noticeDetail__text img,
.noticeDetail__text .image{
    max-width:100%;
    text-align: center;
}

.goToMenu{
    width:180px;
    height:50px;
    margin: 0 auto;
    line-height:50px;
    text-align: center;
    border-radius:30px;
    margin-top:30px;
    margin-bottom:100px;
    background-color:#10825E;
}

.goToMenu a{
    font-family: 'Handon3gyeopsal300g';
    font-size:18px;
    color:#fff;
    padding:15px 50px;
}

@media screen and (max-width:1200px) {
    #notice{
        padding:0px 30px 100px 30px;
    }
    .notice__header{
        margin-top:15px;
    }

    /*#notice .notice__header{*/
    /*    display:none;*/
    /*}*/
    /*#notice .notice__header .notice__hits{*/
    /*    display:none;*/
    /*}*/
    #notice .noticeBox .item .notice_timeStamp > span{
        font-size:12px;
        overflow-y:hidden;
    }
    /*#notice .noticeBox .item .notice__hits{*/
    /*    display:none;*/
    /*}*/
    #notice__detail{
        padding: 0px 30px;
    }
    #notice__detail .detail__header .topHeader{
        height:auto;
        line-height:30px;
        text-align: left;
    }
    #notice__detail .detail__header .topHeader h3{
        width:15%;
    }
    #notice__detail .detail__header .topHeader .title{
        width:85%;
    }
    .detail__contents{
        padding:30px 0px;
    }
    .detail__contents .noticeDetail__text{
        text-align: left;
        padding:0px 0px;
    }
}

@media screen and (max-width:1200px) {
    .bottomHeader{
        display:none;
    }
}

/* faq */
#faq{
    max-width:1200px;
    margin:0 auto;
    padding:100px 12px;
}

.faqList{
    width:100%;
    height:100%;
}

.faqList .questionBox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.faqList .item{
    border-top:solid 1px #EEEEEE;
    border-bottom:solid 1px #EEEEEE;
    padding: 8px 12px;
    cursor:pointer;
}

.faqList .questionBox .textLogo{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    /*width: 5%;*/
    width:45px;
    height: 45px;
    border-radius:30px;
    text-align: center;
    border:solid 1px #10825E;
    line-height:45px;
    font-weight:bold;
}

.faqList .questionBox .textLogo.active{
    background-color:#10825E;
    color:#fff;
    transition:all ease-in-out .35s;
    font-size:18px;
}

.faqList .questionBox h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    line-height:25px;
    color:#555555;
    opacity:1;
    width:90%;
    padding-left:40px;
}

.faqList .answer{
    display:none;
}

.faqList .answer.active{
    display:block;
    padding-top:30px;
    padding-bottom:30px;
    width:83%;
    margin:auto;
}

.faqList .answer.active p{
    font-family:'Handon3gyeopsal300g';
    font-size:16px;
    line-height: 30px;
    color:#555555;
    opacity:1;
}

.faqList .answer.active img{
    width:100%;
    padding-bottom: 20px;
}

@media screen and (max-width:1200px){
    .greetingTitle{
        padding-top:0px;
    }
    .greetingTitle .headLine{
        margin-bottom:0px;
        padding:10px 30px 30px 30px;
    }
    #faq{
        padding: 0px 30px 100px 30px;
    }
    .faqList{
        padding:0px;
    }
    .faqList .questionBox .textLogo,
    .faqList .questionBox .textLogo.active,
    .faqList .questionBox h3{
        font-family: 'Handon3gyeopsal300g';
        font-size:16px;
    }

    .faqList .answer.active p{
        font-size:14px;
    }

}


.transport{
    max-width:1200px;
    margin:0 auto;
    padding-top:100px;
}

.trans__info{
    width:100%;
    padding:0px 12px;
}

.trans__info .mapInfo{
    width:45%;
    float:left;
}

.trans__info .address{
    width:50%;
    float:right;
}

.trans__info .address li{
    display:flex;
    justify-content: flex-start;
    /*align-items: center;*/
    margin-bottom:50px;
}

.trans__info .address li > div:nth-child(1){
    width:20%;
}
.trans__info .address li > div:nth-child(2){
    width:80%;
}
.trans__info .address li >div> h5{
    font-family: 'Handon3gyeopsal600g';
    font-size: 20px;
    color: #10825E;
    line-height: 30px;
    /*padding-bottom: 80px;*/
}
.trans__info .address li> div>span{
    font-family: 'Handon3gyeopsal600g';
    color:#555;
    text-align: left;
    font-size:18px;
    line-height: 25px;
}
.trans__info .address .before__address{
    color:#999;
}
.trans__info .address .mapLink{
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #10825E;
    font-family: 'Handon3gyeopsal300g';
    font-size: 20px;
}

.trans__info .address .mapLink a{
    width:100%;
    text-align: center;
    color:#efefef;
}
.wrap_map{
    height:250px;
}
.transportation{
    text-align: center;
    padding-bottom:120px;
    padding-top:50px;
}
.transportation img{
    width:100%;
}

.transportation .vehicle{
    margin-bottom:50px;
}

.m_transport{
    display:none;
}
.m_transport .car__info{
    padding-bottom:30px;
}

.m_transport .car__info > h3,
.m_transport .bus__info > h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    color:#10825E;
    padding: 10px 0px;
}
.m_transport div > p{
    padding-bottom:20px;
    font-family:'Handon3gyeopsal300g';
    font-size:14px;
    line-height:25px;
    letter-spacing: 1.2px;
    color:#555555;
}
.m_transport .car__logo{
    width:160px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#10825E;
    padding-right:10px;
}
.m_transport .car__logo h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    color:#fff;
}
.m_transport .bus__logo{
    width:160px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#10825E;
    padding-right:10px;

}
.m_transport .bus__logo h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    color:#fff;
}
.line{
    border:solid 1px #10825E;
    height:1px;
    margin-bottom:30px;
}


@media screen and (max-width:1200px){
    .transport{
        padding-top:0px;
    }
    .trans__info{
        padding:0px 30px 100px 30px;
    }
    .trans__info .mapInfo{
        width:100%;
        float:none;
        padding:0px;
    }

    .trans__info .address{
        width:100%;
        float:none;
        padding:0px;
        padding-top:50px;
        padding-bottom:50px;
    }

    .trans__info .address h5{
        font-size:16px;
        color:#10825E;
        padding-bottom:20px;
    }

    .trans__info .address span{
        font-size:14px;

    }

    .trans__info .address .before__address{
        color:#999999;
    }
    .transportation{
        display:none;
    }
    .m_transport{
        display:block;
    }

}
/* guide PC버전 */
#administration{
    width:100%;
}
.guide{
    max-width: 1200px;
    margin: 0 auto;
    padding:100px 12px;
}
.guide .guide__time{
    margin-bottom:60px;
}

.guide .guide__time img{
    width:100%;
}

.guide .guide__pay{
    max-width:1200px;
}

.guide .guide__pay img{
    width:100%;
}
.m_guide{
    display:none
}

/* guide 모바일 버전 */
@media screen and (max-width:400px){}
#administration .m_guide{
    max-width:1200px;
    margin: 0 auto;
    padding: 30px 30px 100px 30px;
}
.m_guide .admin__logo{
    width:160px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#10825E;
    padding-right:10px;
}

.m_guide .fee__logo{
    width:160px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#10825E;
    padding-right:10px;
}
.m_guide .admin__info{
    padding-bottom:30px;
}
.m_guide .admin__logo h3,
.m_guide .fee__logo h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    color:#fff;
}

.m_guide .admin__info h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    color:#10825E;
    padding: 10px 0px;
}
.m_guide .admin__info h5{
    display:block;
    padding-bottom:20px;
    font-family:'Handon3gyeopsal300g';
    font-size:16px;
    line-height:25px;
    letter-spacing: 1.2px;
    color:#555555;
}
.m_guide .m_payInfo_sub h5{
    /*padding:8px 0px;*/
    font-family: Handon3gyeopsal300g;
    line-height:20px;
}
.payInfo_main h5{
    font-family: Handon3gyeopsal300g;
    letter-spacing: -1px;
    padding-bottom:8px;
}
.m_guide table{
    font-family:'Handon3gyeopsal300g';
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.m_guide table td:nth-child(1){
    font-family:'Handon3gyeopsal600g';
    font-size:14px;
    color:#555555;
}
.m_guide table th, .m_guide table td{
    border: 1px solid #BBBBBB;
    padding: 8px;
    color:#555555;
}
.m_guide table th{
    background-color: #dddddd;
}
@media screen and (max-width:1200px) {
    .guide{
        display:none;
    }
    .m_guide{
        display:block;
    }
    .m_guide table{
        margin-top:20px;
        margin-bottom:20px;
    }
    .price_info{
    }
}

/* guideMap */
#guidemap{
    width:100%;
}
#guidemap .guideImgBox{
    max-width:1200px;
    margin:0 auto;
    text-align: center;
    padding-top:100px;
    padding-bottom:30px;
}

.guideImgBox img{
    width:100%;
}

.guideInfo{
    padding-bottom:100px;
}
#guidemap .guideInfo .info{
    /* width:25%; */
    max-width:1200px;
    margin:0 auto;
    height:300px;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
}

.guideInfo .info li{
    width:17%;
}
.guideInfo .info li h1{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#2E2E2D;
    text-align: left;
    padding: 8px 12px;
    line-height: 25px;
}

.guideInfo .info li h1 img{
    padding-right:10px;
    text-align: center;
    float: left;
}

.guideInfo .info li span{
    display:block;
    font-family:'Handon3gyeopsal300g';
    font-size:12px;
    /*padding-left: 8px;*/
}
@media screen and (max-width:1200px){
    /*#guidemap .guideInfo .info*/
    /*.guideInfo .info{*/
    /*    height:600px;*/
    /*}*/
    #guidemap .guideInfo .info{
        display:flex;
        justify-content: center;
        align-items: center;
        height:auto;
        flex-direction:row;
        padding:0px 30px;
    }
    .guideInfo .info li{
        width:50%;
    }
    .guideInfo .info li h1{
        font-size:16px;
        letter-spacing:-1px;
    }
    .guideInfo .info li span{
        font-size:12px;
    }
    #guidemap .guideImgBox{
        padding-top:0px;
    }
}

/* plant */

.plant{
    max-width:1200px;
    margin:0 auto;
    padding: 100px 12px;
}

.searchPlantForm{
    max-width:580px;
    margin: 0 auto;
    box-shadow:rgba(17,17,26,0.1) 0px 4px 16px, rgba(17,17,26,0.05) 0px 8px 32px;
    border-radius:20px;
    border: solid 1px #10825E;
    display:flex;
    justify-content: space-between;
}
.searchPlantForm .selectBox{
    border:none;
    font-size: 16px;
    font-family: 'Handon3gyeopsal300g';
    background-color: transparent;
    outline: none;
    padding-left:10px;
}
.searchPlantForm input{
    border:none;
    height:50px;
    width:150px;
    text-align: center;
    outline:navajowhite;
    font-size:16px;
    border-radius:35%;
}

.searchPlantForm > button{
    border-style:none;
    background-color:#fff;
    border-radius:50%;
    height:50px;
    width:50px;
    cursor:pointer;
    background-color:transparent;
    /*margin-right:10px;*/
    /* size변화시 padding-left:130px */
}
@media screen and (max-width: 1024px){
    .notice__sequence{
        width:15%
    }
    .notice__title{
        width:65%;
    }
    .notice__timeStamp{
        width:20%;
    }

}

/* mediaScreen 630px */
@media screen and (max-width:630px){
    .searchPlantForm > button{
        padding-left:0px;
        width:25px;
        transition:all ease-in-out .35s;
        background-color:transparent;
    }
    .searchPlantForm > button img{
        width:25px;
        height:25px;
        padding-right:10px;
    }

    .notice__header > div{
        font-size:16px;
    }
    .noticeBox .item a > div{
        font-size:16px;
    }
}

.plantLists{
    width:100%;
    padding:50px 0px;
}

.plants{
    /*max-width:1200px;*/
    /*margin: 0 auto;*/
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    padding-top:60px;
}

.plants .item{
    margin: 6px 6px;
    border:solid 1px #10825E;
}
.plants .item .plantImg{
    width: 250px;
    height: 180px;
    overflow: hidden;
    margin:auto;
}
.plants .item .plantImg img{
    width:100%;
    height:100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.plants .item .plantName{
    font-family: 'MaruBuri-Regular';
    font-size:16px;
    text-align: center;
    padding:10px 0px;
}


/* detail plants */


#plant__detail{
    max-width:1200px;
    margin:0 auto;
    padding-top:100px;
}

.summary__info{
    max-width:1200px;
    margin: 0 auto;
    margin-top:100px;
}

.summary__info .plant__imgBox{
    width:60%;
    float:left;
}

.summary__info .plant__imgBox img{
    /* width:600px; */
    height:450px;
    width:100%;
}

.summary__info .plant__summary{
    width:40%;
    float:left;
    height:450px;
    border:solid 1px #10825E;
}
.plant__summary h1{
    font-family: 'MaruBuri-Regular';
    font-size:30px;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:60px;
    color:#10825E;
}

.plant__summary h3{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    margin-bottom:40px;
    padding-left:60px;
}

.detail__info{
    max-width:1000px;
    margin:0 auto;
    margin-top:60px;
    margin-bottom:120px;
}

.detail__info li{
    width:100%;
    display:flex;
    padding: 8px 12px;
}

.detail__info li h3{
    width: 30%;
    text-align: left;
}

.detail__info li div{
    width: 80%;
}

#plant__detail .summary__info h3, #plant__detail .detail__info h3{
    font-family:'Handon3gyeopsal600g';
    font-size:20px;
    color:#10825E;
    line-height: 30px;
}

#plant__detail .summary__info span, #plant__detail .detail__info span{
    font-family:'Handon3gyeopsal600g';
    font-size:20px;
    color:#555555;
    padding-left:24px;
}

.detail__info .flora__text{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    line-height: 30px;
}


@media screen and (max-width:1200px){
    .plant{
        padding:0px 30px 100px 30px;
    }
    .summary__info .plant__imgBox{
        width:100%;
        height:300px;
    }

    .summary__info .plant__imgBox img {
        height:100%;
    }

    .summary__info .plant__summary{
        width:100%;
        height:300px;
    }
    /*.plants{*/
    /*    justify-content: center;*/
    /*}*/
    .plantLists{
        padding:0px;
    }

    .plant__summary h1{
        padding-top:30px;
        padding-bottom:30px;

    }

    .plant__summary h3{
        margin-bottom:20px;
    }
    #plant__detail{
        padding:0px 30px 100px 30px;
    }

    #plant__detail .summary__info h3, #plant__detail .detail__info h3{
        font-family:'Handon3gyeopsal300g';
        font-size:16px;
    }

    #plant__detail .summary__info span, #plant__detail .detail__info span{
        font-family:'Handon3gyeopsal300g';
        font-size:16px;
    }
    .detail__info{
        margin-bottom:0px;
    }
    .detail__info .marker{
        display:block;
    }
    .detail__info .marker h3{
        width:100%;
        padding:8px 0px;
    }

    .detail__info .flora__text{
        font-size:14px;
        width:100%;
    }

    .plants .item .plantImg{
        width:135px;
        height:80px;
        overflow: hidden;
        margin:auto;
    }
/*
   .plants .item .plantImg{
    width: 250px;
    height: 180px;
    overflow: hidden;
    margin:auto;
}*/
}
@media screen and (max-width:350px){
    .summary__info .plant__summary{
        height:380px;
    }
    .plant__summary h1,.plant__summary h3{
        padding-left:0px;
        text-align: left;
    }
}



/* artcenter */

#artcenter_guide{
    width:100%;
    height:100%;
}

.artcenter__header{
    max-width:1200px;
    margin:0 auto;
    font-family: 'MaruBuri-Regular';
    font-size:20px;
    line-height:32px;
    text-align: center;
    /* line-height:40px; */
    color:#555555;
    font-weight: bold;
    padding:100px 12px;
}
.artcenter__info{
    max-width:1200px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    padding-top:60px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:50px;
    /*border-bottom:solid 1px #10825E;*/
}
.artcenter__imgBox{
    max-width:1200px;
    margin:0 auto;
    padding:0px 12px;
}
.artcenter__imgBox img{
    width:100%;
}
.artcenter__info h1{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    opacity:1;
    padding:24px 0px;
    line-height: 50px;
}

.artcenter__info .artcenter__faq h3{
    font-family:'Handon3gyeopsal300g';
    color:#555;
    font-size:18px;
    font-weight: normal;
}

.artcenter__info .artcenter__client h3{
    font-family:'Handon3gyeopsal300g';
    color:#555555;
    font-size:18px;
    line-height:40px;
    font-weight: normal;
}
.artcenter__info .artcenter__souvenir h3{
    font-family:'Handon3gyeopsal300g';
    color:#555555;
    font-size:18px;
    font-weight: normal;
}

.artcenter__info .artcenter__faq,
.artcenter__info .artcenter__client,
.artcenter__info .artcenter__souvenir{
    width:25%;
    border-top:solid 1px #10825E;
}


.artcenter__info .artcenter__faq{
    /*border-top:solid 1px #10825E;*/
}
.artcenter__info .artcenter__client{
    /*border-top:solid 1px #10825E;*/
}
.artcenter__info .artcenter__souvenir{
    /*border-top:solid 1px #10825E;*/
    /*border-bottom:solid 1px #10825E;*/
}


.artcenter__souvenir{
    font-family:'Handon3gyeopsal300g';
    color:#555555;
    font-size:18px;
    line-height:35px;
}

.artcenter__usage{
    max-width:1200px;
    margin: 0 auto;
    text-align: center;
    line-height:40px;
    border-top:solid 1px #10825E;
    /*border-bottom:solid 1px #10825E;*/
}

.artcenter__usage h1{
    font-family: 'MaruBuri-Regular';
    font-size:30px;
    line-height:40px;
    color:#10825E;
    padding:50px 0px;
}

.artcenter__usage .notion{
    font-family:'Handon3gyeopsal300g';
    font-size:16px;
    color:#10825E;
}

.artcenter__usage h3{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#555555;
    letter-spacing: 1px;
    font-weight: normal;
}

.artcenter__history{
    text-align: center;
    padding-bottom:100px;
}

.artcenter__history h1{
    font-family: 'MaruBuri-Regular';
    font-size:30px;
    color:#10825E;
    opacity:1;
    text-align: center;
    padding: 50px 60px;
}

.m_artcenter__history{
    display:none;
    padding:30px 0px 100px 0px;
}
.m_artcenter__history h1{
    font-family: 'MaruBuri-Regular';
    font-size:18px;
    color:#10825E;
    text-align: left;
    padding:12px 0px;
}
.m_artcenter__history ul{
    padding:10px 0px;
}
.m_artcenter__history ul li{
    font-family: 'Handon3gyeopsal300g';
    font-size:17px;
    color:#555555;
    padding:10px 0px;
}
.m_artcenter__history ul li h3{
    width:60px;
    height:30px;
    line-height:30px;
    border-radius:20px;
    background-color:#10825E;
    font-family: 'MaruBuri-Regular';
    font-size:16px;
    color:#fff;
    text-align: center;
}


@media screen and (max-width:1200px) {
    .artcenter__info{
        flex-direction:column;
        justify-content: center;
        align-items: center;
        padding:30px 0px 0px 0px;
    }
    .artcenter__info .artcenter__faq,
    .artcenter__info .artcenter__client,
    .artcenter__info .artcenter__souvenir{
        width:100%;
        border-top:none;

    }
    .artcenter__info h1{
        font-size:18px;
        text-align: left;
        padding:12px 0px;
        line-height: normal;
    }
    .artcenter__info .artcenter__faq h3{
        font-size:14px;
        padding-bottom:20px;
    }
    .artcenter__info .artcenter__client h3{
        font-size:14px;
        padding-bottom:12px;
        line-height: normal;
    }
    .artcenter__info .artcenter__souvenir h3{
        font-size:14px;
        padding-bottom:12px;
        line-height: normal;
    }
    .artcenter__info .artcenter__souvenir:last-child{
        padding-bottom:30px;
    }
    .artcenter__usage{
        text-align: left;
        padding:0px;
        border-bottom:solid 1px #10825E;
        line-height:25px;
    }
    .artcenter__usage h1{
        font-size:18px;
        text-align: center;
        padding:20px 0px;
    }
    .artcenter__history{
        display:none;
    }
    .m_artcenter__history{
        display:block;
    }
    .artcenter__usage .notion{
        font-size:16px;
    }
    .m_artcenter__history > ul > li {
        font-size:14px;
        line-height:25px;
    }

    .artcenter__usage h3{
        font-size:14px;
        padding:10px 0px;
    }
    .artcenter__usage h3:last-child{
        padding-bottom:30px;
    }
    #artcenter_guide{
        padding:0px 30px;
    }
    .artcenter__header{
        padding: 0px 0px 30px 0px;
    }
    .artcenter__imgBox{
        padding:0px;
    }
}



/* artcenter program */
.artcenter__program{
    max-width:1200px;
    margin: 0 auto;
}
.artcenter__program .tabs{
    padding:100px 12px;
}
.artcenter__lists{
    display:flex;
    justify-content: center;
    align-items: center;
    /*border-bottom:solid 1px #10825E;*/
    padding-bottom:50px;
}
.artcenter__lists li{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    text-align: center;
    margin:0px 20px;
}

.artcenter__lists li a .art__text{
    font-family:'Handon3gyeopsal300g';
    color:#10825E;
    padding-top:26px;
}

/* 아트센터 프로그램 tab 기능과 클릭시 이미지 로고 변환 */
.artcenter__lists li a .art__img1{
    width:150px;
    height:150px;
    background:url('../img/artcenter/icon1_w.svg');
    background-size:150px;
}

.artcenter__lists li.active a .art__img1{
    background:url('../img/artcenter/icon1_g.svg');
    background-size:150px
}

.artcenter__lists li a .art__img2{
    width:150px;
    height:150px;
    background:url('../img/artcenter/icon2_w.svg');
    background-size:150px
}
.artcenter__lists li.active a .art__img2{
    background:url('../img/artcenter/icon2_g.svg');
    background-size:150px;
}

.artcenter__lists li a .art__img3{
    width:150px;
    height:150px;
    background:url('../img/artcenter/icon3_w.svg');
    background-size:150px;

}
.artcenter__lists li.active a .art__img3{
    background:url('../img/artcenter/icon3_g.svg');
    background-size:150px;

}

.artcenter__lists li a .art__img4{
    width:150px;
    height:150px;
    background:url('../img/artcenter/icon4_w.svg');
    background-size:150px;

}
.artcenter__lists li.active a .art__img4{
    background:url('../img/artcenter/icon4_g.svg');
    background-size:150px;
}

@media screen and (max-width:1200px) {
    .artcenter__program{
        padding:0px 30px 100px 30px;
    }
    .artcenter__program .tabs{
        padding:0px;
    }
    .artcenter__lists{
        width:100%;
        display:flex;
        align-items: center;
        padding-bottom:0px;
        flex-direction:column;
        flex-wrap:wrap;
        height:80px;
        border:none;
    }

    .artcenter__lists li{
        width:50%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, #10825E 0px 0px 0px 1px;
        margin:0px;
    }

    .artcenter__lists li a{
        display:flex;
        justify-content: center;
        align-items: center;
        line-height:40px;
    }
    /* .art__img 수정시 background:url('./img/artcenter/m_img1.svg') 수정 */
    .artcenter__lists li a .art__img1{
        width:0px;
        height:0px;
        background-image:none;
    }

    .artcenter__lists li.active{
        transition:all ease-in-out .35s;
        background-color:#10825E;
    }

    .artcenter__lists li a .art__img2{
        width:0px;
        height:0px;
        background-image:none;

    }
    .artcenter__lists li.active{
        background-color:#10825E;
    }

    .artcenter__lists li a .art__img3{
        width:0px;
        height:0px;
        background-image:none;

    }
    .artcenter__lists li.active{
        background-color:#10825E;
    }

    .artcenter__lists li a .art__img4{
        width:0px;
        height:0px;
        background-image:none;

    }
    .artcenter__lists li.active{
        background-color:#10825E;
    }
    .artcenter__lists li a .art__text{
        font-family:'Handon3gyeopsal300g';
        font-size:14px;
        padding-top:0px;
    }
    .artcenter__lists li.active .art__text{
        color:#fff;
    }
    .etc__programs .etc__programTxt{
        font-size:18px;
    }
}
@media screen and (max-width:350px){
    .artcenter__lists{
        height:100%;
        border:none;
    }
    .artcenter__lists li{
        width:100%;
    }
    #notice .noticeBox .item{
        /*height:80px;*/
    }
    #notice{
        padding: 0px 15px 100px 15px;
    }

}

.program h2{
    font-family: 'MaruBuri-Regular';
    font-size: 30px;
    opacity: 1;
    color: #10825E;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: solid 1px #10825E;
}
.program h4{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    opacity:1;
    color:#555555;
    text-align: center;
    padding-bottom: 50px;
    line-height: 32px;
}

.program__list{
    display:flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    flex-wrap:wrap;
    padding-bottom:50px;
}

.program__list li{
    padding:4px 6px;
}
.program__list li .item__img{
    /* width:320px;
    height:250px; */
    border:solid 1px #10825E;
}
.program__list li .item__img img{
    width:386px;
    height:280px;
    overflow: hidden;
    width:100%;
}
.program__list .item__name{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    padding-top:30px;
    text-align: center;
}
.program__list .item__info{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#555555;
    padding-top:20px;
    padding-bottom:30px;
    line-height:25px;
    text-align: center;
}
.program{
    display:none;
}
.program.active{
    display:block;
}

.tshirts__main{
    width:100%;
    /*margin-top:50px;*/
    /*flex-wrap:wrap;*/
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}

.tshirts__main li{
    max-width:386px;
    height:auto;
    overflow: hidden;
    margin:8px 12px;
}

.tshirts__main li img{
    width:100%;
    border:solid 1px #10825E;
}

.tshirts__sub {
    width:100%;
    margin-top:50px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    padding-bottom:50px;
    /*border-bottom:solid 1px #10825E;*/
}
.tshirts__sub li{
    margin:8px 12px;
}
.tshirts__sub .tshirt{
    max-width:270px;
    height:auto;
    overflow:hidden;
}

.tshirts__sub .tshirt img{
    width:100%;
}

.tshirts__sub .textBox{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#555555;
    padding-top:20px;
    text-align: center;
}

.etc__item{
    width:100%;
    /*margin-top:50px;*/
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}
.etc__item li{
    max-width:386px;
    margin:8px 12px;
}

.etc__item .etc__imgBox{
    height:auto;
    overflow:hidden;
    border:solid 1px #10825E;
}


.etc__item .etc__imgBox img{
    width:100%;
}
.etc__item li .etc__textBox{
    padding-top:20px;
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    text-align: center;
}

.dyeing__main{
    /* width:100%; */
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.dyeing__main li{
    width:50%;
    padding:8px 12px;
}
.dyeing__main li img{
    width:100%;
    border:solid 1px #10825E;
}

.dyeing__sub{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

.dyeing__sub li{
    padding:8px 12px;
}
.dyeing__sub .dyeing__img{
    max-width:270px;
    height:auto;
}
.dyeing__sub .dyeing__img img{
    width:100%;
}

.dyeing__sub .textBox{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#555555;
    padding-top:20px;
    text-align: center;
}

.dyeing__item{
    padding-top:50px;
    display:flex;
    justify-content: center;
    align-items:center;
    padding-bottom:50px;
    /*border-bottom:solid 1px #10825E;*/
}

.dyeing__item li{
    margin:8px 12px;
}
.dyeing__item .dyeing__img{
    max-width:380px;
    height:auto;
    overflow: hidden;
    border:solid 1px #10825E;
}

.dyeing__item .dyeing__img img{
    width:100%;
}

.dyeing__item .textBox{
    font-family:'Handon3gyeopsal300g';
    font-size:24px;
    color:#10825E;
    padding-top:20px;
    text-align: center;
}

.dyeing__etc{
    /*padding-top: 50px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyeing__etc li{
    /* padding:50px 24px 0px 0px; */
    /*width: 50%;*/
    padding: 8px 12px;
}
.dyeing__etcImg{
    height:auto;
    overflow: hidden;
    border:solid 1px #10825E;
}

.dyeing__etcImg img{
    width:100%;
}
.dyeing__etc .dyeing__etcTxt{
    font-family:'Handon3gyeopsal300g';
    font-size:24px;
    color:#10825E;
    padding-top:20px;
    text-align: center;
}

.etc__programs{
    width: 100%;
    /*margin-top: 50px;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.etc__programs li{
    max-width: 350px;
    height: auto;
    overflow: hidden;
    margin:8px 12px;
}

.etc__programs .etc__program{
    max-width:380px;
    height:auto;
    overflow:hidden;
    border:solid 1px #10825E;
}

.etc__programs .etc__program img{
    width:100%;
}

.etc__programs .etc__programTxt{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    padding-top:20px;
    text-align: center;
}


/* mice프로그램 */
.mice__list{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-bottom:50px;
    /*border-bottom:solid 1px #10825E;*/
}
.mice__list li{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    text-align: center;
    margin:0px 20px;
}
.mice__list li a .mice__img1{
    width:150px;
    height:150px;
    background:url('../img/mice/icon1_w.svg');
    background-size:150px;
    margin:auto;
}

.mice__list li.active a .mice__img1{
    background:url('../img/mice/icon1_g.svg');
    background-size:150px;
}

.mice__list li a .mice__img2{
    width:150px;
    height:150px;
    background:url('../img/mice/icon2_w.svg');
    background-size:150px;
    margin:auto;
}

.mice__list li.active a .mice__img2{
    background:url('../img/mice/icon2_g.svg');
    background-size:150px;
}

.mice__list li a .mice__img3{
    width:150px;
    height:150px;
    background:url('../img/mice/icon3_w.svg');
    background-size:150px;
    margin:auto;
}

.mice__list li.active a .mice__img3{
    background:url('../img/mice/icon3_g.svg');
    background-size:150px;
}

.mice__list .mice__text{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#10825E;
    padding-top:26px;
    text-align: center;
}

.dyeing__theme{
    width:100%;
    /*padding-top:50px;*/
    display:flex;
    justify-content: center;
    align-items: center;

}

.dyeing__theme li{
    width:50%;
    padding:8px 12px;
}

.dyeing__theme li img{
    width:100%;
}

.theme__sub{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    padding-bottom:50px;
    border-bottom:solid 1px #10825E;
}
.theme__sub li{
    margin:8px 12px;
}
.theme__sub .theme__img{
    max-width:270px;
    height:auto;
}
.theme__sub .theme__img img{
    width:100%;
}
.theme__sub .theme__text{
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#555555;
    padding-top:20px;
    text-align: center;
}


.theme__gallary{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
}

.theme__gallary li{
    max-width:390px;
    padding: 3px 6px
}
.theme__gallary li img{
    width:100%;
}
.team__theme{
    width:100%;
    /*padding-top:50px;*/
    display:flex;
    justify-content: space-between;
}

.team__theme li{
    /*width:50%;*/
    padding:8px 12px;
}
.team__theme li img{
    width:100%;
}

.together__theme{
    width:100%;
    /*padding-top:50px;*/
    display:flex;
    justify-content: space-between;
    margin-bottom:24px;
}
.together__theme li{
    width: 50%;
    margin: 0px 14px;

}
.together__theme li img{
    width:100%;
    border:solid 1px #10825E;
}

.together__theme h3{
    font-family:'Handon3gyeopsal600g';
    font-size:18px;
    color:#10825E;
    padding-top:30px;
}

.together__theme span{
    padding-left:30px;
    font-family:'Handon3gyeopsal300g';
    font-size:18px;
    color:#555555;
}

.program__info{
    border-top:solid 1px #10825E;
    text-align: left;
}
.program__info .program__notice{
    text-align: left;
    /*padding-left:100px;*/
    line-height:28px;
}
.together__sub{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:50px;
}
.together__theme .sub__info{
    color:#333333;
}

.together__sub .together__img{
    max-width:280px;
}

.together__sub .together__text{
    max-width:280px;
    font-family:'Handon3gyeopsal300g';
    color:#555555;
    font-size:18px;
    text-align: center;
    padding:20px 0px;
}

.together__sub .together__img img{
    width:100%;
}

.mice__program{
    /*border-top:solid 1px #10825E;*/
    margin-bottom:120px;
}
.mice__program h2{
    font-family: 'MaruBuri-Regular';
    font-size: 30px;
    opacity: 1;
    color: #10825E;
    text-align: center;
    padding-top: 50px;
    padding-bottom:50px;

}
.mice__program .miceProgram__img{
    max-width:1200px;
}
.mice__program .miceProgram__img img{
    width:100%;
}
.mice__program .m_micePromgram{
    display:none;
}

@media screen and (max-width:1200px){
    .dyeing__main{
        padding-top:0px;
    }
    .mice__program{
        margin-bottom: 0px;
    }
    .mice__program .miceProgram__img{
        display:none;
    }
    .mice__program .m_micePromgram{
        display:block;
    }
    .mice__program .m_micePromgram ul li{
        padding-bottom:20px;
    }
    .mice__program .m_micePromgram .m_micePromgram_title span{
        display:block;
        font-family: Handon3gyeopsal300g;
    }
    .mice__program .m_micePromgram .m_micePromgram_title h3{
        width:200px;
        height:30px;
        line-height:30px;
        border-radius:20px;
        background-color:#10825E;
        font-family: 'MaruBuri-Regular';
        font-size:16px;
        color:#fff;
        text-align: center;
    }
    .mice__program .m_micePromgram .m_micePromgram_title span{
        padding:20px 0px;
        line-height:22px;
    }
    .m_micePromgram_img{
        max-width:420px;
        margin:0 auto;
    }
    .m_micePromgram_img img{
        width:100%;
    }

    .dyeing__theme{
        flex-wrap:wrap;
    }
    .dyeing__main li{
        padding:0px;
    }
    .dyeing__sub li{
        padding:8px 0px;
    }
    .team__theme{
        flex-wrap:wrap;
    }
    .program__list{
        display:flex;
        justify-content: center;
        align-items: center;
        flex-wrap:wrap;
    }
    .mice__list{
        width:100%;
        display:flex;
        align-items: center;
        padding-bottom:0px;
        flex-direction:row;
        flex-wrap:wrap;
        border:none;
        /*padding:0px 12px;*/
    }

    .mice__list li{
        width:33.3333%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, #10825E 0px 0px 0px 1px;
        margin:0px;
    }
    .mice__list li.active{
        transition:all ease-in-out .35s;
    }

    .mice__list li.active{
        background-color:#10825E;
    }
    .mice__list li a .mice__img1,
    .mice__list li a .mice__img2,
    .mice__list li a .mice__img3{
        display:none;
        width:120px;
        /*height:120px;*/
        /*background-image:none;*/
    }
    .mice__list li.active a .mice__img1,
    .mice__list li.active a .mice__img2,
    .mice__list li.active a .mice__img3 {
        display:none;
    }
    .mice__list .mice__text{
        padding:10px 0px;
        font-size:20px;
    }
    .mice__list li.active .mice__text{
        color:#fff;
    }
    .program__info{
        border:none;
    }
    .together__theme li{
        width:100%;
    }
    .together__theme{
        flex-direction:column;
        justify-content: center;
        align-items: center;
        /*padding:50px 12px;*/
    }
    .program__info .program__notice{
        text-align: center;
        padding-left:0px;
    }
    .together__theme .sub__info{
        font-size:14px;
        padding-left:0px;
        padding-top:10px;
        color:#333333;
    }
    .together__theme h3{
        font-size:16px;
    }
    .together__sub{
        justify-content: center;
        flex-wrap:wrap;
    }
    .together__sub li{
        margin: 8px 12px;
    }
    .dyeing__item{
        flex-wrap:wrap;
    }
    .dyeing__etc{
        flex-wrap:wrap;
    }
    .etc__item{
        flex-wrap:wrap;
    }
    .dyeing__theme li{
        width:100%;
    }
    .tshirts__main{
        display:flex;
        flex-wrap:wrap;
    }
}
@media screen and (max-width:638px){
    .mice__list li{
        width:100%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, #10825E 0px 0px 0px 1px;
        margin-bottom:1px;
    }
    footer{
        padding:30px 0px;
    }
    .footerBox{
        padding:0px 30px;
    }
    .footerBox .logo{
        float:none;
        width:100%;
        padding:20px 0px;
    }
    .footerBox .logo_info h5{
        padding:10px 0px;
    }
    .footerBox .logo_info{
        float:none;
        width:100%;
        padding:20px 0px;
    }


}



/* gallary */
.season{
    max-width:1200px;
    margin: 0 auto;
}

.season .tabs{
    padding:100px 12px;
    position:relative;
}
.season .tabs .modalBackground{
    display:none;
}
.season .tabs .modalBackground.active{
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.8);
    padding:50px 0px;
    z-index:99999;
}
.season .tabs .modalBackground.active .deleteBtn{
    color:#efefef;
    text-align: center;
    position:absolute;
    top:0px;
    left:50%;
    transform: translate(-50%,0);
    z-index:9999;
}

.season .tabs .modalBackground.active .deleteBtn span{
    cursor:pointer;
    font-size:20px;
    background-color:transparent;

}
.season .tabs .modalBackground.active .item{
    text-align: center;
    height:600px;
    max-width:1000px;
    margin:0 auto;
}
.season .tabs .modalBackground.active .item img{
    /*height:100%;*/
    width:100%;

}


.fourSeason__list{
    display:flex;
    justify-content: center;
    align-items: center;
    /*padding-left:0px;*/
    padding-bottom:50px;
}
.fourSeason__list li{
    cursor: pointer;
    margin:0px 20px;
}
.fourSeason__list .preview__text{
    max-width:180px;
    font-family:'Handon3gyeopsal300g';
    text-align: center;
    padding-top:26px;
    font-size:20px;
    color:#10825E;
}

.fourSeason__list li .preview__img1{
    width:150px;
    height:150px;
    background:url('../img/season/spring1.svg');
    background-size:150px;
}

.fourSeason__list li.active .preview__img1{
    background:url('../img/season/spring2.svg');
    background-size:150px;
}

.fourSeason__list li .preview__img2{
    width:150px;
    height:150px;
    background:url('../img/season/summer1.svg');
    background-size:150px;
}

.fourSeason__list li.active .preview__img2{
    background:url('../img/season/summer2.svg');
    background-size:150px;
}

.fourSeason__list li .preview__img3{
    width:150px;
    height:150px;
    background:url('../img/season/autumn1.svg');
    background-size:150px;
}

.fourSeason__list li.active .preview__img3{
    background:url('../img/season/autumn2.svg');
    background-size:150px;
}

.fourSeason__list li .preview__img4{
    width:150px;
    height:150px;
    background:url('../img/season/winter1.svg');
    background-size:150px;
}

.fourSeason__list li.active .preview__img4{
    background:url('../img/season/winter2.svg');
    background-size:150px;
}


.vrContainer{
    width:100%;
    height:100%;
    padding:100px 12px;
}
.vrContainer .roadMap{
    max-width:1200px;
    margin: 0 auto;
    padding-bottom:50px;
}
.vrContainer .roadMap img{
    width:100%;
}

.vrContainer .links{
    max-width:1200px;
    height:100%;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.vrContainer .links li{
    border: solid 1px #10825E;
    width:49%;
    margin:20px 0px;
}

.vrContainer .links li .link__frame{
    height:300px;
}
.vrContainer .links li .link__frame iframe{
    width:100%;
    height:100%;
}
.vrContainer .links li .link__title{
    font-family:'Handon3gyeopsal600g';
    font-size:20px;
    color:#555555;
    text-align: center;
    padding-top:10px;
    line-height:30px;
}
.vrContainer .links li .link__title__en{
    font-family:'Handon3gyeopsal300g';
    font-size:20px;
    color:#555555;
    text-align: center;
    padding-bottom:10px;
}

@media screen and (max-width:1200px){
    .season .tabs{
        padding:0px 30px 100px 30px;
    }
    .fourSeason__list{
        width:100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-direction:row;
        flex-wrap:wrap;
        border:none;
        padding-bottom:0px;
    }
    .fourSeason__list li{
        display:flex;
        height:40px;
        padding:0px 20px;
        justify-content: space-around;
        align-items: center;
        width:50%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, #10825E 0px 0px 0px 1px;
        margin:0px;
    }
    .season .tabs .modalBackground.active .item{
        max-height:300px;
    }

    .fourSeason__list li .preview__img1,
    .fourSeason__list li .preview__img2,
    .fourSeason__list li .preview__img3,
    .fourSeason__list li .preview__img4,
    .fourSeason__list li.active .preview__img1,
    .fourSeason__list li.active .preview__img2,
    .fourSeason__list li.active .preview__img3,
    .fourSeason__list li.active .preview__img4{
        width:40px;
        height:40px;
        background-size:40px 40px;
        background-repeat:no-repeat;
    }

    .fourSeason__list li .preview__img1,
    .fourSeason__list li .preview__img2,
    .fourSeason__list li .preview__img3,
    .fourSeason__list li .preview__img4{
        display:none;
    }
    .fourSeason__list li .preview__text{
        padding-top:0px;
        /*margin-left:50px;*/
        font-size:14px;
    }
    .fourSeason__list li.active .preview__text{
        color:#fff;
    }

    .fourSeason__list li.active{
        background-color:#10825E;
    }
    .program h2{
        font-size:27px;
        /*padding-top:20px;*/
        border:none;
    }
    .vrContainer{
        padding:0;
    }
    .vrContainer .links li .link__title{
        font-size:20px;
    }
    .vrContainer .links li .link__title__en{
        font-size:20px;
    }
    .vrContainer .links li .link__frame{
        height:170px;
    }

}


/* slick-slide를 위한 css */
.season__gallary{
    position:relative;
}

.slider-for .slick-list .slick-slide{
    max-height:700px;
    overflow:hidden;
}
.slider-nav .slick-list .slick-slide{
    max-height:270px;
    padding:8px 12px;
    text-align: center;
}
.slider-for img{
    height:100%;
    width:100%;
}
.slider-nav img{
    height:100%;
    width:100%;
}

.season__gallary .button .left{
    border-style:none;
    width:40px;
    height:40px;
    position:absolute;
    margin:0;
    top:35%;
    left:0;
    cursor:pointer;
    background-color:transparent;
}
.season__gallary .button .right{
    border-style:none;
    width:40px;
    height:40px;
    position:absolute;
    margin:0;
    top:35%;
    right:0;
    cursor:pointer;
    background-color:transparent;
}
.season__gallary .button img{
    width:100%;
}

/* 모바일 menu창 */
#m_gnb li a,
#m_gnb li > ul > li a{
    font-family: 'Handon3gyeopsal600g';
}
.m_menu{
    display:none;
    position:fixed;
    top:0px;
    right: -350px;
    width:280px;
    height:100vh;
    padding:80px 1px 20px;
    z-index:9999;
    overflow-y:hidden;
    box-shadow:0 -10px 30px rgba(0,0,0,0.2);
    background-color:#10825E;
}
.m_menu .close{
    position:absolute;
    right:20px;
    top:20px;
}
.m_menu #m_gnb li{
    margin-bottom:20px;
    padding:0 5px 15px;
}
.m_menu .lang{
    display:flex;
    justify-content: center;
    align-items: center;
}
.m_menu .lang li{
    width: 50px;
    height:50px;
    padding: 0px 8px;
}
.m_menu .lang li a img{
    width:100%;
}

.m_menu #m_gnb .underLine{
    border-bottom:solid 1px #15a779;
}
.m_menu #m_gnb li .m_nav_title{
    color:#fff;
}
.m_menu #m_gnb li a{
    font-size:16px;
    display:block;
    font-weight:500;
}

.m_menu #m_gnb li .m_gnb_depth2{
    display: none;
    padding-top: 20px;
}
.m_menu #m_gnb li .m_gnb_depth2 li{
    margin-bottom:0;
    padding:10px 15px;
    background:#f8f8f8;
}
.m_menu #m_gnb li .m_gnb_depth2 li:last-child{
    border-bottom: none;
}
.m_menu #m_gnb li .m_gnb_depth2 a{
    font-size:14px;
    font-weight:normal;
}
.m_menu .m_sns{
    display:flex;
    justify-content: space-around;
}
@media screen and (max-width:1200px){
    .m_menu{
        display:block;
    }
    .vrContainer .links{
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        padding:0px 30px 100px 30px;
    }
    .vrContainer .links li{
        width:100%;
    }


}
@media screen and (max-width:350px){
    .m_menu{
        width:240px;
    }
}
/* ari__navigation: js에서 날씨 api요청뒤, 날씨 데이터에 따라 css스타일링 */

#sns_ari{
    position:fixed;
    width:122px;
    height:100vh;
    background-image:url('../img/sns/ari/sunny.svg');
    background-repeat:no-repeat;
    top:35%;
    right:0;
    z-index:1;
}
#sns_ari ul{
    padding-top:135px;
}
#sns_ari ul li{
    text-align: center;
    margin-bottom:13px;
}

.language{
    position:absolute;
    top:15px;
    right:100px;
}
.language > .lang{
    display:flex;
    justify-content: center;
    align-items: center;
}
.language > .lang > li{
    width: 50px;
    padding:12px 8px;
}
.language > .lang > li > a >img{
    width:100%;
}

@media screen and (max-width:1200px){
    #sns_ari{
        display:none;
    }
}

@media screen and (max-width:1600px){
    .language{
        display:none;
    }
}