body{margin: 0;}
ul{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none; color: inherit; outline: none;}
p{margin: 0;}
*{font-family: 'Do Hyeon', sans-serif;}
.wrap{
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Apple SD Gothic Neo', AppleSDGothicNeo, 'Malgun Gothic', '맑은 고딕', sans-serif;
    color: #1e1e1e;

    position: relative;
}
/* ////////////헤더////////////// */
.header{
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    /* min-width: 1180px; */
}
.header_fixed{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 0 20px #000;
    z-index: 9999;

    background: #ffc333;
    color: #fff;
}
.logo{float: left;}
.logo_a {
    background: url(../img/page1/logoimg.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 185px;
    height: 20px;
    text-indent: -9999px;
    margin: 32px 60px;
}
.logo_a_fixed {
    background: url(../img/page1/logoimg.png) no-repeat;
    background-position: 0 -39px;
    display: inline-block;
    width: 185px;
    height: 20px;
    text-indent: -9999px;
    margin: 32px 60px;
}
.h_ul{
    float: right;
    font-size: 18px;
}
.h_ul li{
    float: left;
    margin: 32px 30px;
}
.h_ul li:last-child{margin-right: 60px;}
/* ////////////메인1////////////// */
.main{width: 100%;}
.w1300{
    width: 100%;
    height: 100%;
    /* min-width: 1300px */
}


/* 메인2콤마부분 */
/* 메인배너 */
.main_banner {
    width: 100%;
    /* height: 800px; */
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    cursor: pointer;

    margin-bottom: 180px;
    padding-top: 90px;
    box-sizing: border-box;
}
.box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}
.box img{
    padding-top: 90px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.btn_slide {
    width: 100px;
    height: 100%;
    background: transparent;
    font-size: 30px;

    position: absolute;
    top: 0;
}
#btn_L {
    left: 0;
    background: url('../img/page2/page2_banner/w_slide_prev.png') no-repeat center;
}
#btn_R {
    right: 0;
    background: url('../img/page2/page2_banner/w_slide_next.png') no-repeat center;
}

.indicator {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}
.circle {
    width: 10px;
    height: 10px;
    background:#8C8C8C;
    border-radius: 50%;

    float: left;
    margin: 0 5px; 
}
.indi_active, .circle:hover {
    background: #000;
}

.mb_img{display: none;}
/* ////////////메인2////////////// */
/* 아이템들을 위로 올리는 용도 */
.box_init {
    opacity: 0.5;
    transform: translateY(70px);
    transition: all 1s;
}
.box_active  {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}
.main2_box1{
    text-align: center;
    margin-top: 100px;
}
.main2_box1 h1{font-size: 50px;}
.main2_box1 span:nth-child(4n-3){
    color: hsl(30, 65%, 60%);
    text-shadow: 
        1px 1px hsl(30, 45%, 50%), 
        2px 2px hsl(30, 45%, 50%), 
        3px 3px hsl(30, 45%, 50%), 
        4px 4px hsl(30, 45%, 50%);
}
.main2_box1 span:nth-child(4n-2){
    color: hsl(155, 35%, 60%);
    text-shadow: 
        1px 1px hsl(155, 25%, 50%), 
        2px 2px hsl(155, 25%, 50%), 
        3px 3px hsl(155, 25%, 50%), 
        4px 4px hsl(140, 25%, 50%);
}
.main2_box1 span:nth-child(4n-1){
    color: hsl(135, 35%, 55%);
    text-shadow: 
        1px 1px hsl(135, 35%, 45%), 
        2px 2px hsl(135, 35%, 45%), 
        3px 3px hsl(135, 35%, 45%), 
        4px 4px hsl(135, 35%, 45%);
}
.main2_box1 span:nth-child(4n){
    color: hsl(50, 75%, 55%);
    text-shadow: 
        1px 1px hsl(50, 75%, 45%), 
        2px 2px hsl(50, 45%, 45%), 
        3px 3px hsl(50, 45%, 45%), 
        4px 4px hsl(50, 75%, 45%);
}
#main2_txt1, #main2_txt2 {
    color: #ffc333;
    text-shadow: none;
    font-size: 20px;
} 
#main2_txt2{color: #1a775c}


/* 케릭터와 설명 */
.main_comm{
    width: 100%;
    /* height: 400px; */
    /* box-sizing: border-box; */
    border-bottom: 2px solid #ddd;
    margin-top: 100px;
    /* text-align: center; */
    position: relative;
}
.main_center{
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    /* display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -24%;
    transform: translateX(-50%); */
    margin: 0 auto;;
    transform: translateY(23%);
}
.charactor_box{
    width: 400px;
    height: 400px;
    margin-right: 50px;

    position: relative;
}
.charactor{
    position: absolute;
    right: 0;
}
.txt_box{
    width: 400px;
    color: #a5a5a5;
    text-align: left;

    font-size: 15px;
    /* position: absolute;
    right: 21%;
    top: 30%; */
    font-weight: lighter;
}
.charactor_box{float: left;}
.txt_box{float: right;}
.black_p{
    color: #000;
    font-size: 17px;
    margin: 10px 0;
}
.txt_box a{
    float: right;
    margin-top: 30px;
    color: #000;
    padding: 10px;
}

.ryan{
    width: 206px;
    height: 330px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: 0 0;

    /* position: absolute;
    left: 25%;
    top: 22%; */
}
.ryan_name{
    width: 100px;
    height: 29px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -508px 0;
}
.apeach{
    width: 289px;
    height: 330px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -215px 146px;
    /* position: absolute;
    left: 23%;
    top: 22%; */
}
.apeach_name{
    width: 138px;
    height: 29px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -508px -25px;
}
.muzincon{
    width: 244px;;
    height: 330px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -473px -199px;

    /* position: absolute;
    left: 24%;
    top: 22%; */
}
.muzincon_name{
    width: 182px;
    height: 29px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -508px -54px;
}
.frodonneo{
    width: 360px;
    height: 359px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: 0 -634PX;
    /* position: absolute;
    left: 20%;
    top: 23%; */
}
.frodonneo_name{
    width: 214px;
    height: 29px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -508px -84px;
}
.tube{
    width: 206px;
    height: 317px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: 0 -329px;
    /* position: absolute;
    left: 25%;
    top: 26%; */
}
.tube_name{
    width: 214px;
    height: 29px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -508px -116px;
}
.jayg{
    width: 258px;
    height: 368px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -215px -198px;
    /* position: absolute;
    left: 21%;
    top: 12%; */
}
.jayg_name{
    width: 214px;
    height: 29px;
    background: url(../img/page2/img_charInfo.png)no-repeat;
    background-position: -508px -148px;
}
.main8 {
    width: 100%;
}
.main8 img{
    width: 100%;
    /* height: 200px; */
    display: block;
    margin: 8% auto;
    border-radius: 10px;
    max-width: 1400px;

}

/* ////////////푸터////////////// */
.footer{
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    background: #575757;
    /* min-width: 1180px; */
}
.w1400{
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
}
.footer1{
    width: 65%;
    float: left;
    padding-top: 50px;
    color: #fff;
}
.footer1 a{
    margin-right: 20px;
    font-size: 15px;
}
.footer2{
    width: 64%;
    float: left;
    padding: 50px 0;   
}
.footer2 p{
    font-size: 14px;
    color: #a2a2a2;
}
.footer3{
    /* width: 40%; */
    float: right;
    /* padding-left: 180px; */
    box-sizing: border-box;
}
.footer_logo{
    width: 185px;
    height: 20px;
    background: url(../img/page1/logoimg.png)no-repeat;
    background-position: 0 -38px;
    margin-bottom: 25px;
}
.footer_link a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.footer_link a:nth-child(1){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -388px -812px;
}
.footer_link a:nth-child(2){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -306px -812px;
}
.footer_link a:nth-child(3){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -347px -855px;
}
/* //////////////////////////////////////// */
/* 반응형960 */
@media screen and (max-width: 960px) {
    /* 960_헤더 */
    .logo{
        text-align: center;
        float: none;
    }
    .h_ul {
        text-align: center;
        float: none;
        font-size: 18px;
    }
    .h_ul li {
        float: none;
        margin: 10px 5px;
        display: inline-block;
        font-weight: 100;
    }
    .h_ul li:last-child {margin-right: 5px;}
    /* .h_ul li:last-child {margin-right: 0;} */
    /* 메인 */
    .main{
        width: 100%;
        padding-top: 134px;  
    }

    /* 960_메인배너 */
    .box img{
        padding-top: 0;
    }
    .main_banner{
        margin-bottom: 0;
    }
    .main2_box1 h1 {
        font-size: 30px;
    }
    /* 960_캐릭터 */
    .charactor_box{
        float: none;
        margin: 0 auto;
    }
    .txt_box{
        float: none;
        width: auto;
        padding: 3%;
    }
    .charactor {
        position: absolute;
        /* right: 0; */
        left: 50%;
        transform: translateX(-50%);
    }
    .main_comm{
        margin-top: 20%;
        padding-top: 6%;
    }
    .main_center{transform: translateY(0);}
    
}
/* 푸터 반응형730 */
@media screen and (max-width: 730px) {
    .w1400{
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    .footer1, .footer2{ 
        width: 100%;
        padding: 5% 0;
    }
    .footer3{float: none;}
    .footer_logo{display: none;}
    .footer_link a {
        margin: 10px 0;
    }
    .footer_link a:nth-child(2){
        margin: 10px;
    }
}
/* 반응형480 */
@media screen and (max-width: 480px) {}