@charset "UTF-8";
*{
    word-break: keep-all;
}
/* up button */
@keyframes upup{
    0%{
        line-height: 55px;
    }
    50%{
        line-height: 45px;
    }
    100%{
        line-height: 55px;
    }
}

.up_wrap{
    width:50px;
    height:50px;
    border-radius: 50%;
    background:#1769b4;
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 999;
    box-shadow: 2px 2px 10px #1769b4;
    opacity: 0;
    transition:all 0.4s;
}
.up_wrap.on{
    opacity: 1;
}

.up_wrap .up{
    text-align: center;
    display:block;
}
.up_wrap .up i{
    font-size:20px;
    color:#fff;
    line-height: 55px;
    animation: upup 2s linear infinite;
}

.header.on{
    background:#fff;
}

.mo_bt{}
.mo_bt button{}

#wrap .header .menu_wrap>ul>li>a{
    color:#fff;
}

#wrap .header .menu_wrap>ul>li>ul>li>a{
    color:#fff;
}

#wrap .header .sns_wrap .social-links a{
    color:#fff;
}

#wrap .header:hover .menu_wrap>ul>li>a{
    color:#000;
}

#wrap .header:hover .menu_wrap>ul>li>ul>li>a{
    color:#000;
}

#wrap .header:hover .sns_wrap .social-links a{
    color:#000;
}

#wrap .header.on .menu_wrap>ul>li>a{
    color:#000;
}

#wrap .header.on .menu_wrap>ul>li>ul>li>a{
    color:#000;
}
#wrap .header.on .sns_wrap .social-links a{
    color:#000;
}

/* markup start */

#wrap{
    
    /* background:#1769b4; */
    background:linear-gradient(to bottom, #1769b4, #263755);
    overflow:hidden;
}
.aside{
    position: relative;
    width:100%;
}
.aside .bg_box01{
    position: absolute;
    right: 19%;
    top:100px;
    background-size: cover;
    background-position: center;
    height: 100%;
    z-index: 2;
    transition: all 3.0s;
    opacity: 0.5;
}

.aside2{
    position: fixed;
    top:50%;
    left:-5%;
    transform: rotate(90deg) translatey(-50%);
    color:#ddd;
    font-size:20px;
    
}

#container{
    padding:130px 0 150px 0;
    position: relative;
    width:100%;
    height:100%;
}


#container .section1{
    width:100%;
    height:75vh;
 
}
#container .section1 .inner{
    perspective: 4000px;
    transform-style: preserve-3d;
    padding-bottom: 50px;
    border-bottom: solid 1px #fff;
   
}
#container .section1 .inner h3{
    text-align: right;
    color:#fff;
    font-size:50px;
    line-height: 50px;
}
#container .section1 .inner h3 p{
    font-size:25px;
    line-height: 50px;
    margin-top:20px;
    font-weight: 500;
}
#container .section1 .inner .bookwrap{
    height:100%;
}
#container .section1 .inner .bookwrap:after{
    display:block;
    content:'';
    clear:both;
}
#container .section1 .inner .bookimg{
    position:relative;
    width:360px;
    max-width:640px;
    height:533px;
    transition: transform 500ms ease-in-out;
    transform-style: preserve-3d;
    float:left;
    perspective-origin: right;
}
#container .section1 .inner .bookimg:hover .mokc{
    opacity: 1;
    z-index: 500;
    cursor: pointer;
}
#container .section1 .inner .txtmode{
    float:right;
    width:65%;
    color:#fff;
}
#container .section1 .inner .txtmode h4{
    font-size:24px;
    line-height: 34px;
    position:relative;
}
#container .section1 .inner .txtmode>div{
    margin-top:30px;
}
#container .section1 .inner .txtmode h4:after{
    display:block;
    content:'';
    clear:both;
    width:50px;
    height:5px;
    background:#fff;
    position:absolute;
    top:-20px;
    left:0;

}
#container .section1 .inner .txtmode .ttx{
  
    margin-top:50px;
}
#container .section1 .inner .txtmode .ttx.ttt1{
    margin-top:20px;
}
#container .section1 .inner .btnzone{
    margin-top:50px !important;
}
#container .section1 .inner .txtmode a{
    display:block;
    float:left;
    width:30%;
    text-align: center;
    color:#fff !important;
    height:60px;
    line-height: 60px;
    border:solid 1px #fff;
    margin-right:5%;
    box-sizing: border-box;
    font-size:20px;
}
#container .section1 .inner .txtmode a:last-child{
    margin-right:0;
}
#container .section1 .inner .txtmode .ttx p{
    font-size:20px;
    line-height: 34px;
    font-weight: 100;
    margin-top:10px;
   
   
}
#container .section1 .inner .bookimg .mokc{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    z-index: 1;
    text-align: center;
    color:#fff;
    font-size:24px;
    line-height: 36px;
    font-weight:500;
    opacity: 0;
    transition:all 0.4s;
    z-index: -1;
}
#container .section1 .inner .txtmode .m_mokc{
    display:none;
}
#container .section1 .inner .bookimg .mokc img{
    width:18%;
    margin-top:210px;
 
}
#container .section1 .inner .bookimg img{
    width:100%;
    height:auto;
}
#container .section1 .inner .bookimg:hover{ 
    transform:rotate3d(0,1,0,45deg);
    -webkit-transform:rotate3d(0,1,0,45deg);
    -ms-transform:rotate3d(0,1,0,45deg);
}
#container .section1 .inner .bookimg:hover .booksleft{
    transition: transform 500ms ease-in-out; 
   
}
#container .section1 .inner .books{
    position:absolute;
    top:0;
    left:0;
    transform-style: preserve-3d;
    transition: all 500ms ease-in-out;
}
#container .section1 .inner .bookimg:hover .books{
  
}
#container .section1 .inner .books img{
    box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
}

#container .section1 .inner .booksleft{
    position:absolute;
    top:0;
    left:-24px;
    width:50.5px;
    transform: rotateY(-90deg) translate3d(-10px,0,0);
    transition: transform 500ms ease-in-out; 
}

#container .section1 .inner .booksleft img{
    transition: transform 300ms;
    width:70%;
    height:auto;
}
#container .section1 .inner .booksleft:after{
    display:block;
    content:'';
    clear:both;
    width:35px;
    height:100%;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    position:absolute;
}
#container .clickbg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    z-index: 20;
    display:none;
}
#container .clickbg.on{
    display:block;
}
#container .clickbg .contents{
    color:#fff;
    width:1200px;
    margin:0 auto;
    padding-top:100px;
    position:relative;
    display:none;
}
#container .clickbg .contents.on{
    display:block;
}
#container .clickbg .contents h3{
    font-size:40px;
    line-height: 46px;
    margin-bottom:20px;
}
#container .clickbg .contents .conleft{
    float:left;
    width:50%;
}
#container .clickbg .contents .conright{
    float:left;
    width:50%;
}
#container .clickbg .contents div p{
    font-size:20px;
    line-height: 26px;
    margin-bottom: 20px;
}
#container .clickbg .contents div p span{
    font-size:14px;
    line-height: 20px;
    color:#efefef;
    margin-left:10px;
    display:block;
    margin-top:10px;
}
#container .clickbg .contents div p.bur{
    font-size:14px;
}
#container .clickbg .contents button{
    color:#fff;
    font-size:40px;
    line-height: 40px;
    border:none;
    position:absolute;
    top:100px;
    right:0;   
    background:none;
    outline:none;
    cursor: pointer;
}
#container .clickbg .review{
    display:none;
    width:1200px;
    margin:0 auto;
    padding-top:200px;
    color:#fff;
    position:relative;
}
#container .clickbg .review.on{
    display:block;
}
#container .clickbg .review h3{
    font-size:40px;
    line-height: 46px;
    margin-bottom: 20px;
}
#container .clickbg .review p{
    font-size:16px;
    line-height: 24px;
    color:#efefef;
    word-break: keep-all;
}
#container .clickbg .review button{
    color:#fff;
    font-size:40px;
    line-height: 40px;
    border:none;
    position:absolute;
    top:100px;
    right:0;   
    background:none;
    outline:none;
    cursor: pointer;
}
/* 도서도서 */

#container .inner{
    width:1200px;
    margin:0 auto;
    position: relative;
    z-index: 5;
}
#container .inner>div>p:first-child:after{
    display:block;
    content:'';
    clear:both;
    width:40px;
    height:5px;
    background:#fff;
    position:absolute;
    top:-15px;
    left:1px;
}
#container .inner>.tt1{
    color:#fff;
    font-size:50px;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    top:20px;
    right:0;
    text-align: right;
}

#container .inner>.tt2{
    color:#fff;
    position: absolute;
    top:200px;
    left:0;
    font-size:22px;
    line-height: 30px;
    font-weight: 300;
}
#container .inner>.tt2 p:first-child{
    font-size:32px;
    font-weight: bold;
    margin-bottom: 20px;
}
#container .inner>.tt2 p:first-child:after{
    display:none;
}
#container .inner>.tt3{
    color:#fff;
    position: absolute;
    top:396px;
    lefT:0;
    font-size:18px;
    line-height: 30px;
    font-weight: 300;
}
#container .inner>.tt3 p:first-child{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;;
}

#container .inner>.tt4{
    color:#fff;
    position: absolute;
    top:620px;
    left:0;
    font-size:20px;
    line-height: 24px;
    text-align: left;
    width:65%;
    position:absolute;
}
#container .inner>.tt4>p{
    font-size:26px;
    font-weight: bold;
    margin-bottom: 20px;
    
}
#container .inner>.tt4>ul{}
#container .inner>.tt4>ul>li{
    float:left;
    width:20%;
    
}
#container .inner>.tt4>ul>li>a{
    color:#ededed !important;
    display:block;
    border:solid 1px #fff;
    padding:12px 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
}
#container .inner>.tt4>ul>li:nth-child(6)>a,
#container .inner>.tt4>ul>li:nth-child(7)>a,
#container .inner>.tt4>ul>li:nth-child(8)>a,
#container .inner>.tt4>ul>li:nth-child(9)>a,
#container .inner>.tt4>ul>li:nth-child(10)>a{
    border-top:none;
}

@keyframes fadeInUp {
	from {  opacity: 0;-webkit-transform: translate3d(0, 50%, 0);transform: translate3d(0, 50%, 0);}
	to {opacity: 1;-webkit-transform: none;transform: none;}
}

#container .inner .show_wrap{
    width:100%;
    height:100%;
    padding-top:850px;
}
#container .inner .show_wrap li.on{
    animation:fadeInUp 0.5s;
    animation-fill-mode: both;
    animation-delay:0.1s;transition:all 0.3s;
}

#container .inner .show_wrap li:nth-child(odd){
    float:left;
    margin-top:-50px;
    z-index: 10;
}

#container .inner .show_wrap li:nth-child(even){
    float:right;
    margin-top:-50px;
    z-index: 9;
}

#container .inner .show_wrap li:nth-child(even) .txt_wrap{
    left:0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#container .inner .show_wrap li:nth-child(even):hover .txt_wrap{
    opacity: 1;
    left:-420px;
}

#container .inner .show_wrap .showitem{
    position: relative;
    transition:all 0.4s;
    box-shadow: 100px 100px 100px 0 rgba(0, 0, 0, 0.55);
    opacity: 0;
    z-index: 1;
}
#container .inner .show_wrap .showitem:hover a:after{
    background:rgba(0,0,0,0);
}
#container .inner .show_wrap .showitem a:after{
    display:block;
    content:'';
    clear: both;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    transition:all 2s;
}
#container .inner .show_wrap .showitem:hover{
    box-shadow: none;
    z-index: 11;
}
#container .inner .show_wrap .showitem:hover .txt_wrap{
    opacity: 1;
    right:-420px;
    z-index: -1;
}
#container .inner .show_wrap .showitem .txt_wrap{
    display: block;
    position: absolute;
    top:50%;
    right:0;
    color:#000;
    transform: translatey(-50%);
    opacity: 0;
    transition:all 1.4s;
    width:380px;
    background:rgba(255,255,255,1);
    padding:30px 20px;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#container .inner .show_wrap .showitem .txt_wrap .tit{
    font-size:20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: right;
}
#container .inner .show_wrap .showitem .txt_wrap .tit span{
    font-size:14px;
    line-height: 20px;
    display:block;
    color:#333;
}
#container .inner .show_wrap .showitem .txt_wrap .txt{
    font-size:26px;
    line-height: 34px;
    color:#000;
}
#container .inner .show_wrap .showitem .txt_wrap .tt1{
    line-height: 20px;
    font-size:15px;
}
#container .inner .show_wrap .show2 a{
    width:500px;
    height:690px;
    display:block;   
}
#container .inner .show_wrap .show1 a{
    width:800px;
    height:400px;
    display:block;
}
#container .inner .show_wrap .li1 a{
    background:url(../img/li1.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li2 a{
    background:url(../img/li2.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li3 a{
    background:url(../img/li3.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li4 a{
    background:url(../img/li4.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li5 a{
    background:url(../img/li5.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li6 a{
    background:url(../img/li6.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li7 a{
    background:url(../img/li7.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li8 a{
    background:url(../img/li8.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li9 a{
    background:url(../img/li9.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .li10 a{
    background:url(../img/li10.jpg) no-repeat center/cover;
}
#container .inner .show_wrap .show1 a{
    display:block;
    text-align: center;
    line-height:  400px;
    color:#fff !important;
    font-size:50px;
    font-weight: bold;
    position: relative;
    z-index: 6;
    transition:all 0.4s;
}
#container .inner .show_wrap .show1 a:hover span{
    display:block;
}
#container .inner .show_wrap .show1 a:hover{
    /* font-size:0; */
}

#container .inner .show_wrap .showitem a span:first-child{
    display:block;
}
#container .inner .show_wrap .showitem a span{
    display:none;
    position: absolute;
    top:0;
    left:50%;
    transform: translatex(-50%);
    z-index: 7;
    width:100%;
}
#container .inner .show_wrap .show1 a span i{
    font-size:100px;
    line-height: 400px;
    
}


#container .inner .show_wrap .show2 a{
    display:block;
    text-align: center;
    line-height: 690px;
    color:#fff !important;
    font-size:50px;
    font-weight: bold;
    position:relative;
    z-index: 6;
    transition:all 0.4s;
}
#foot{
    height:140px !important;
    z-index: 50;
}

/* laptop 쿼리시작 */

@media all and (max-width:1200px){
    .aside2{
        display:none;
    }
    #container .inner{
        width:100%;
    }
    
    #container .inner>.tt1{
        right:10px;
    }
    #container .inner>.tt2{
        left:10px;
    }
    #container .inner>.tt3{
        left:10px;
    }
    #container .inner>.tt4{
        left:10px;
    }
    #container .inner .show_wrap li:nth-child(odd){
        margin-left:10px;
    }
    #container .inner .show_wrap li:nth-child(even){
        margin-right:10px;
    }

    #container .inner .show_wrap .show1 a{
       
    }
    #container .inner .show_wrap .show1:hover a{
        width:600px;
    }
    #container .inner .show_wrap .show2:hover a{
        width:300px;
    }
    
}

/*모바일 미디어쿼리 시작*/


@media all and (min-width:320px) and (max-width: 700px) {

    .header.active{
        background:#fff !important;
    }
    
    #wrap .header .logo_wrap a img.logo_white{
        display:block !important; 
    }
    #wrap .header{
        background:none;
    }
  
    .aside2{
        display:none;
    }
    #container{
        width:100%;
        padding:100px 0 20px ;
    }
  

    #container .inner>.tt1{
        font-size:24px;
        line-height: 30px;
        text-align: center;
        left:50%;
        top:-70px;
        transform: translatex(-50%);
        width:100%;
    }
/*  도서도서 */
        #container>.inner{
            margin-top:400px;
        }   
    #container .section1{}
    #container .section1 .inner{
        padding-bottom: 30px;
        perspective:2000px;
    } 
    
    #container .section1 .inner .bookimg{
        width:170px;
        height: 252px;
        left:50%;
        transform: translatex(-50%) rotate3d(0,1,0,35deg);
        -webkit-transform:translatex(-50%) rotate3d(0,1,0,35deg);
        
    }
    #container .section1 .inner .bookimg:hover{
        transform: translatex(-50%) rotate3d(0,1,0,35deg)
    }
    #container .section1 .inner .bookimg .mokc{
       display:none;
    }
    #container .section1 .inner .txtmode .m_mokc{
        display:block;
        position:absolute;
        top:40%;
        transform: translatey(-50%);
        right:10px;
        z-index: 1;
        font-size:14px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        width:60px;
        height:60px;
        border-radius: 50%;
        border:solid 1px #fff;
        cursor: pointer;
    }
    #container .section1 .inner .txtmode .m_mokc img{
        width:35%;
        margin-top:10px;
    }
    #container .section1 .inner .txtmode .m_mokc p{
        margin-top:5px;
    }
    #container .section1 .inner .bookimg .mokc img{
        margin-top:90px;
    }
    #container .section1 .inner .booksleft{
        width:23.8px;
        left:-12px;
        transform:rotateY(-90deg) translate3d(-4px,0,0)
    }
    #container .section1 .inner .booksleft:after{
        display:none;
    }
    #container .section1 .inner .txtmode{
        width:100%;
        margin-left:10px;
    }
    #container .section1 .inner .txtmode h4{
        font-size:16px;
    }
    
    #container .section1 .inner .txtmode h4:after{
        width:35px;
        height:3px;
        top:-5px;
    }
    #container .section1 .inner .txtmode .ttx{
        margin-top:20px;
        margin-left:10px;
    }
    #container .section1 .inner .txtmode .ttx p{
        font-size:14px;
        line-height: 20px;
        margin-top:0;
    }
    
    #container .section1 .inner h3{
        font-size: 24px;
        line-height: 30px;
        padding-right:10px;
        text-align: center;
    }
    #container .section1 .inner h3 p{
        font-size: 20px;
        line-height: 24px;
        margin-top:10px;
    }
    #container .section1 .inner .btnzone{
        margin-top:30px !important;
    }

    #container .section1 .inner .txtmode a{
        font-size:14px;
        height:40px;
        line-height: 40px;
        width:45%;
        margin-left:3%;
        margin-right:0%;
    }
    #container .section1 .inner .txtmode .ttx.ttt1{
        margin-top:60px;
    }
    #container .section1 .inner .txtmode a:nth-child(2){
        margin-right:3%;
    }
    #container .section1 .inner .txtmode a:last-child{
        width:93%;
        margin-top:10px;
    }
    #container .clickbg{
        position:absolute;
    }
    #container .clickbg .contents{
        width:100%;
        
    }
    #container .clickbg .review{
        width:100%;
        padding-top:100px;
    }
    #container .clickbg .review h3{
        font-size:30px;
    }
    #container .clickbg .review p{
        font-size:14px;
        margin:0 10px;
    }
    #container .clickbg .review button{
        right:10px;
    }
    #container .clickbg .contents h3{
        font-size:30px;
    }
    #container .clickbg .contents div p{
        font-size:15px;
        margin-bottom: 10px !important;
    }
    #container .clickbg .contents div p span{
        display:none;
    }
    #container .clickbg .contents .conleft{
        width:97%;
        margin-left:3%;
    }
    #container .clickbg .contents .conright{
        width:97%;
        margin-left:3%;
    }
    #container .clickbg .contents .conleft .buring{
        display:none;
    }
    #container .clickbg .contents .conright .bur{
        display:none;
    }
    #container .clickbg .contents button{
        right:10px;
    }

    /*  도서도서 */
    #container .inner>.tt2{
        color:#fff;
        position: absolute;
        top:40px;
        left:0;
        font-size:14px;
        line-height: 20px;
        font-weight: 300;
        letter-spacing: -1px;
        margin:0 10px;
        word-break: keep-all;
    }
    #container .inner>.tt2 p:first-child{
        font-size:20px;
        font-weight: bold;
        margin-bottom: 10px !important;
    }
    #container .inner>.tt3{
        color:#fff;
        position: absolute;
        top:155px;
        lefT:0;
        font-size:14px;
        line-height: 20px;
        font-weight: 300;
        display:block;
        margin:0 10px;
    }
    #container .inner>.tt3 p:first-child{
        font-size:20px;
        font-weight: bold;
        margin-bottom: 10px !important;
        position: relative;;
    }
    #container .inner>div>p:first-child:after{
        display:block;
        content:'';
        clear:both;
        width:30px;
        height:2px;
        background:#fff;
        position:absolute;
        top:-10px;
        left:1px;
    }
    #container .inner>.tt4{
        color:#fff;
   
        top:330px;
        left:0;
        font-size:20px;
        line-height: 24px;
        text-align: left;
        width:100%;
        
       
    }
    #container .inner>.tt4>p{
        font-size:20px;
        font-weight: bold;
        margin-bottom: 10px !important;
        margin-left:10px;
        position:relative;
    }
    #container .inner>.tt4>ul{
        margin:0 10px;
    }
    #container .inner>.tt4>ul>li{
        float:left;
        width:20%;
        
    }
    #container .inner>.tt4>ul>li>a{
        color:#fff !important;
        display:block;
        border:solid 1px #fff;
        padding:5px 10px;
        box-sizing: border-box;
        text-align: center;
        font-weight: 300;
        font-size:14px;
    }
    #container .inner>.tt4>ul>li:nth-child(6)>a,
    #container .inner>.tt4>ul>li:nth-child(7)>a,
    #container .inner>.tt4>ul>li:nth-child(8)>a,
    #container .inner>.tt4>ul>li:nth-child(9)>a,
    #container .inner>.tt4>ul>li:nth-child(10)>a{
        border-top:solid 1px #fff;
    }
    
    #container .inner>.tt4>ul{}
    #container .inner>.tt4>ul>li{
        float:left;
        width:50%;
        margin-bottom: 10px;
    }
    #container .inner>.tt4>ul>li>a{
        color:#fff !important;
        display:block;
    }

   
    #container .inner{
        width:100%;
        
    }
    #container .inner .show_wrap{
        width:100%;
        padding-top:580px;
        
    }


    #container .inner .show_wrap .showitem:hover .txt_wrap{
        opacity: 1;
        right:0;
        left:0;
        transform: translate(0);
        width:100%;
        z-index: 8;
    }
    #container .inner .show_wrap .show1 a span i{
    font-size:100px;
    line-height: 200px;
    
}


    #container .inner .show_wrap li:nth-child(odd){
        float:left;
        margin-top:30px;
        z-index: 10;
        margin-left:0;
    }
    
    #container .inner .show_wrap li:nth-child(even){
        float:right;
        margin-top:30px;
        z-index: 9;
        margin-right:0;
    }
    #container .inner .show_wrap li:nth-child(odd):hover{
        margin-left:0;
     }
     #container .inner .show_wrap li:nth-child(even):hover{
        margin-right:0;
     }
    #container .inner .show_wrap .showitem{
        box-shadow: 10px 10px 100px 0 rgba(0, 0, 0, 0.55);
    }
    #container .inner .show_wrap .show1{
        width:100%;
        height:auto;
    }
    #container .inner .show_wrap .show1 a{
        line-height: 200px;
        font-size:30px;
        width:100%;
        height:200px;
        padding:0 10px;
       display:block;
    }
    #container .inner .show_wrap .show2{
        width:100%;
        height:auto;
    }
    #container .inner .show_wrap .show2 a{
        font-size:30px;
        line-height: 400px;
        width:100%;
        height:400px;
    }
    #container .inner .show_wrap .showitem .txt_wrap{
        display: block;
        position: static;
        top:0;
        bottom:0;
        right:0;
        left:0;
        color:#000;
        transform: translate(0);
        opacity: 1;
        transition:all 1.4s;
        width:100%;
        background:rgba(255,255,255,1);
        padding:10px 0px 15px;
        z-index: -1;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        height:auto;
    }
    
    #container .inner .show_wrap .showitem:nth-child(odd) .txt_wrap{
        top:0;
        bottom:0;
        right:0;
        left:0;
        transform: translate(0);
        opacity: 1;
        transition:all 1s;
        width:100%;
        background:rgba(255,255,255,1);
        padding:10px 0 15px;
        z-index: -1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
    }

    #container .inner .show_wrap .showitem:nth-child(even) .txt_wrap{
        top:0;
        bottom:0;
        right:0;
        left:0;
        transform: translate(0);
        opacity: 1;
        transition:all 1s;
        width:100%;
        background:rgba(255,255,255,1);
        padding:10px 0 15px;
        z-index: -1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
    }
    #container .inner .show_wrap li:nth-child(even) .txt_wrap{
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
       
    }
    
    #container .inner .show_wrap li:nth-child(odd) .txt_wrap{
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
       
    }
    #container .inner .show_wrap .showitem .txt_wrap .tit{
        font-size:16px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: right;
        padding-right:10px;
    }
    #container .inner .show_wrap .showitem .txt_wrap .txt{
        font-size:20px;
        line-height: 24px;
        color:#000;
        padding:0 10px;
    }
    #container .inner .show_wrap .showitem .txt_wrap .tt1{
        line-height: 20px;
        font-size:14px;
        padding:0 10px;
        color:#262626;
    }

    
    
    .aside{
        
    }
    .aside .bg_box01{
       right:0;
       height:100%;
       text-align: center;
    }
    #foot{
       height:140px !important;
        padding:25px 0 !important;
    }
    #foot .inner .link_down .address p{
        margin-bottom: 0 !important;
    }

    

}



/* 모바일 미디어쿼리 끝  */