@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HSBombaram21-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/HSBombaram21-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}






*{margin: 0; padding: 0;}
ul{list-style: none;}
a{text-decoration: none; color: #333;}
body{
    font-family: 'Pretendard-Regular';
    /* font-family: 'SUIT-Regular'; */
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

/* header */
#header{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #333;
    background-color: #fff;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.header_inner{
    height: 100px;
    text-align: center;
    padding: 0 100px 0 100px;
    margin: 0 auto;
    width: 1720px;
    position: relative;
}
/* .logo{
    position: absolute;
    left: 100px;
    padding-top: 25px;
} */

.nav{
    margin: 0 auto;
    width: 1400px;
    height: 100px;
    padding-top: 35px;
    font-weight: 600;
    font-size: 20px;
    box-sizing: border-box;
}

.nav> li{
    float: left;
    /* padding-right: 200px; 원래 60px */
}
.nav> li> a{
    display: block;
    width: 350px;
    text-align: center;
    height: 100px;
}
.nav> li:nth-child(5){
    padding-right: 0;
}
.nav> li:nth-child(5) a{
    width: 35px;
}
.nav> li> a:hover{
    color: rgba(0, 150, 215, 1);
}
/* header */

/* menu_inner */
/* .menu{position: fixed;
    right: 100px;
    padding-top: 38px;
}
.menu_inner{
    height: 100%;
    width: 600px;
    background: #fff;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: ;
    position: absolute;
    right: 0;
    z-index: 999;
    font-size: 20px;
}
.close{
    width: 25px;
    height: 25px;
    margin: 20px;
    float: right;
}
.menu_inner> ul{
    clear: both;
}
.menu_inner> li{
    width: 100%;
	display: block;
	border-bottom: 1px solid #CCC; 
	padding: 20px 40px;
}
.menu_inner> li> a{
    width: 100%;
}
.menu_inner> li a:hover{
	font-weight:bold;
	background-color: #eee;
}
.sub2> li{
    width: 100%;
    display: none;
	border-bottom: 1px solid #CCC; 
	padding: 20px 40px;
}
.sub2> li> a{
    width: 100%;
} */
/* menu inner */

/* Submenu 꾸미기 */
.sub{
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: absolute;/*body가 기준*/
    left: 0;
    top: 101px;
    display: none;/* 안보이게 만들어 주기 */
}
.sub div{
    width: 1400px;
    margin: 0 auto;
}
.sub ul{
    float: left;
    width: 350px;/* 메인메뉴 a태그와 같은 너비 */
    text-align: center;
    padding: 20px 0;
}
.sub ul a{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 10px 0;
}
.sub ul a:hover{
    color: #e56c46;
    font-weight: 600;
}
.nav li:hover .sub{display: block;}


/* header */

/* board */
#board{
    max-width: 1120px;
    margin: 0 auto;
    background: white;
    box-shadow: 0px 10px 15px #00000029;
    padding-top: 122px;
}
/* board */

/* banner */
.banner{
    padding: 50px;
    height: 370px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    letter-spacing: -0.01em;
}
.banner h3{
    position: absolute;
    font-weight: 400;
    font-size: 25px;
    left: 50px;
    top: 50px;
}
.banner h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
}
.banner h2 span{
    font-size: 30px;
    font-weight: 400;
}
.banner p{
    font-size: 23px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
/* banner */

/* content */
#content{
    padding: 0 80px 80px 80px;
}
/* content */

/* box */
#box{
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    width: 600px;
    margin-bottom: 80px;
    font-size: 21px;
    line-height: 34px;
    border: 2px dashed rgba(229, 108, 70, 0.2);
}
#box img{
    text-align: center;
    width: 400px;
    margin-bottom: 50px;
}
#box p{
    font-size: 20px;
}
/* box */

/* lead */
#lead{
    background: rgba(229, 108, 70, 0.15);
    padding: 30px;
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 80px;
}
/* lead */

/* lead2 */
#lead2{
    background: rgba(229, 108, 70, 0.3);
    padding: 30px;
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 80px;
}
/* lead2 */

/* line */
#line1{
    background: #e56c46;
    height: 2px;
    margin-bottom: 80px;

}
/* line */

/* text */
#text{
    margin: 0 auto;
    
}
#text p{
    font-size: 21px;
    line-height: 35px;
    padding-bottom: 80px;
}
#text p b{
    font-weight: 700;
}

.center{
    text-align: center;
}

#text .text3{
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 50px;
    padding: 30px;
    clear: both;
    background-color: rgba(229, 108, 70, 0.15);
}

.table1{
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 80px;
}
.table1 td{
    padding: 45px;
}

.title1 h1{
    font-family: 'HSBombaram21-Regular';
    font-size: 28px;
    margin-bottom: 30px;
    border-left: 5px solid #e56c46;
    padding: 10px 20px 8px;
}
.title1 h2{
    font-family: 'Pretendard-Regular';
    font-size: 23px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px 20px;
    background-color: #e56c46;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    width: 450px;
}
.title1-2 h2{
    width: 300px;
}
.title1-3 h2{
    width: 350px;
}
.title1-4 h2{
    width: 300px;
}

.title2 h1{
    font-family: 'HSBombaram21-Regular';
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 40px;
    border-left: 5px solid #e56c46;
    padding: 8px 20px 6px;
}

.title3 h1{
    font-family: 'HSBombaram21-Regular';
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #e56c46;
    clear: both;
}

.color_blue{
    color: rgba(0, 150, 215, 1);
}

/* text */


/* image */
.img{
    padding-bottom: 80px;
    width: 100%;
}
.img img{
    width: 100%;
}
.img span{
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #777;
    text-align: left;
    margin-bottom: 80px;
}
/* image */


/* refer */
#refer{
    color: #959595;
}
#refer h1{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    font-size: 22px;
    line-height: 5px;
}
#refer p{
    padding-top: 20px;
    border: none;
    font-size: 16px;
    line-height: 24px;
}
#refer p span{
    font-weight: bold;
}
/* refer */

/* survey */
#survey{
    width: 100%;
    background: rgba(229, 108, 70, 0.15);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 80px;
}
#survey h4{
    text-align: center;
    font-size: 23px;
    color: #e56c46;
    padding-bottom: 40px;
}
#survey div{
    background: rgba(255, 255, 255, 0.4);
    padding: 30px;
    margin-bottom: 30px;
}
#survey div:nth-child(6){
    margin-bottom: 0px;
}
#survey div h5{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
#survey div p{
    font-size: 20px;
    line-height: 34px;
}
.small{
    display: block;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #777;
    text-align: left;
    padding-top: 5px;
}
.survey img:nth-child(1){
    margin-bottom: 40px;
}
.survey span{
    padding-left: 17px;
}
/* survey */

/* survey2 */
#survey2{
    width: 100%;
    background: rgba(229, 108, 70, 0.03);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 80px;
}
#survey2 div{
    background: rgba(229, 108, 70, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}
#survey2 div:nth-child(3){
    margin-bottom: 0px;
}
#survey2 div h5{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
#survey2 div p{
    font-size: 20px;
    line-height: 34px;
}
#survey2 h2{
    font-family: 'Pretendard-Regular';
    font-size: 23px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #e56c46;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* survey2 */

/* special */
#special{
    padding-bottom: 80px;
}
.special{
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    width: 440px;
    border: 2px dashed rgba(229, 108, 70, 0.2);
}
.special div{
    margin: 0 auto;
}
.album{
    padding-bottom: 40px;
}
.album img{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}
.album p{
    font-size: 16px;
    line-height: 33px;
}
.album b{
    font-weight: bolder;
    color: #111;
}
.lyrics h3{
    font-size: 23px;
    padding-bottom: 20px;
    color: #e56c46;
}
.lyrics span{
    font-size: 20px;
    color: #333;
}
.lyrics p{
    font-size: 18px;
    line-height: 33px;
}
/* special */

/* link */
.button_link{
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 15px 30px;
    background: rgba(229, 108, 70, 0.2);
    border-radius: 100px;
    box-shadow: 5px 5px 0 rgba(229, 108, 70, 1);
    font-size: 18px;
}
.link1{
    width: 250px;
}
.link2{
    width: 280px;
}
.link3{
    width: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.link4{
    width: 260px;
    margin-bottom: 0;
}
.link5{
    clear: both;
    width: 260px;
    margin-bottom: 0;
}
/* link */

/* info */
#info{
    margin-bottom: 80px;
}
.info{
    width: 100%;
    height: 100%;
    background: rgba(255, 241, 0, 0.06);
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}
#info span{
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #777;
    text-align: left;
    margin-bottom: 80px;
}
/* info */

/* footnote */
.footnote {
    color: #e56c46;
    vertical-align: super;
    font-size: 13px;
    line-height: 0;
}


.footnoteWrap {
    width: 100%;
    font-weight: 400;
}

.footnoteWrap li + li {
    margin-top: 10px;
}

.footnoteWrap a {
    font-size: 14px;
    color: #232323;
}

.footnoteWrap a b {
    color: #e56c46;
    font-weight: inherit;
}

.footnoteWrap .footnote_num {
    float: left;
    margin-left: 0;
    display: block;
}

.footnoteWrap .footnote_dis {
    float: none;
    display: block;
    margin-left: 20px;
}

.footnoteWrap li + .foot_first {
    margin-top: 0px;
}
/* footnote */

/* Together2 */
.left_img{
    float: left;
    width: 450px;
    height: 300px;
    margin-bottom: 80px;
    display: block;
}
.right_text{
    float: right;
    width: 450px;
    height: 300px;
    box-sizing: border-box;
}
.short{
    width: 80px;
    height: 3px;
    background: rgba(229, 108, 70, 0.5);
    margin-bottom: 30px;
}
.float_box{
    height: 300px;
}
/* Together2 */

/* Tea */
#box2{
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 80px;
    font-size: 21px;
    line-height: 34px;
    border: 2px dashed rgba(229, 108, 70, 0.2);
}
#box2 img{
    text-align: center;
    width: 860px;
    margin-bottom: 50px;
}
#box2 p{
    font-size: 20px;
}
.title_tea h2{
    width: 330px;
}
#text .text_tea{
    background: rgba(229, 108, 70, 0.2);
    padding: 30px 30px 30px 30px;
    margin-bottom: 80px;
}
.tea_event{
    background: #e3e9db;
    padding: 30px 30px 30px 30px;
    height: 210px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.tea_event_inner{
    height: 150px;
}
.tea_event_left{
    float: left;
    width: 200px;
    height: 150px;
    margin-bottom: 50px;
    margin-left: 30px;
}
.tea_event_left2{
    display: none;
}
.tea_event_right{
    float: right;
    padding-top: 22px;
    padding-right: 60px;
}
.button_link{
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 15px 30px;
    background: rgba(229, 108, 70, 0.2);
    border-radius: 100px;
    box-shadow: 5px 5px 0 rgba(229, 108, 70, 1);
    font-size: 18px;
}

.link5{
    clear: both;
    width: 260px;
    margin-bottom: 0;
}
/* Tea */

/* use */
.use{
    background: rgba(229, 108, 70, 0.1);
    padding: 30px;
}
.use img{
    width: 900px;
}
.use div{
    background: #fff;
}
/* use */


#last{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.textlast{
    font-size: 21px;
    line-height: 35px;
}

.footer{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding-top: 30px;
    position: relative;
}


/* fixed button */
.fixed{
    display: inline-block;
    margin-bottom: 5px;
    position: fixed;
    right: 50px;
    bottom: 50px;
}
.fixed li{
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.fixed li img{
    width: 50px;
    height: 50px;
}


@media screen and (max-width: 1000px){
    .container100{
        min-width: 99%;
        margin: 0 auto;
        box-sizing:border-box;
        background: #3da6f0;
        height: 40px;
        padding-top: 5px;
        font-size: 10px;
        text-align:center;
    }
    .top_link01, .top_link02, .top_link03{
        background-size: 20% 80%;
        padding-left: 35px;
    }
    .banner{
        padding: 30px;
        background: 80% 50% no-repeat;
    }
    .banner h3{
        font-size: 20px;
        left: 30px;
        top: 30px;
    }
    .banner h2{
        font-size: 30px;
    }
    .banner h2 span{
        font-size: 20px;
    }
    .banner p{
        font-size: 18px;
        right: 30px;
        bottom: 30px;
        margin-left: 30px;
    }
    #content{
        padding: 0 30px 30px 30px;
    }
    .title1 h1{
        line-height: 35px;
    }
    .special{
        width: 100%;
        padding: 30px;
    }
    .lyrics p{
        font-size: 15px;
    }
    .fixed{
        display: none;
    }
    #box{
        width: 100%;
    }
    .left_img{
        clear: both;
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .left_img img{
        width: 100%;
    }
    .right_text{
        clear: both;
        width: 100%;
        height: 100%;
        box-sizing: border-box;

    }
    .float_box{
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .tea_event{
        background: #fff;
        padding: 30px 30px 30px 30px;
        height: 210px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
    }
    .tea_event_inner{
        height: 150px;
        margin: 0 auto;
    }
    .tea_event_left{
        display: none;
    }
    .tea_event_left2{
        display: block;
    }
    .tea_event_right{
        clear: both;
        width: 100%;
        padding-top: 37px;
        padding-right: 0;
        text-align: center;
    }
    .table1 td{
        padding: 10px;
        font-size: 16px;
    }
    .title1 h2{
        font-size: 23px;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 0;
        background: none;
        color: #e56c46;
        font-weight: bold;
        text-align: center;
        border-radius: 0;
        width: 100%;
    }
    .title1-2 h2{
        width: 100%;
    }
    .title1-3 h2{
        width: 100%;
    }
    .title1-4 h2{
        width: 100%;
    }
    #survey2 div{
        background: none;
        padding: 0;
    }
}