/*layout setting*/
.d_topAd_wrap, 
.d_smallMenu_wrap, 
.d_headerZone, 
.d_subManu_wrap, 
.d_nav_wrap{
    padding-left: 0 !important;
}
.wrapper{
    border: 1px solid #be9f9f;
}
.wrapper section{
    position: relative;
}
#testbanner a{
    display: block;
    margin-bottom: 5px;
}

.tabZone{
    background-color: #112046;
    padding: 30px 0;
}
.tabZone li{
    float: left;
}

.contWrap{
    background-color: #112046;
    padding-bottom: 80px;
}
.toonWrap{
    position: relative;
}
.toon_wrap{
    position: static;
    position: absolute;
    top: 20px;
    /* top: 49px; */
    left: 50%;
    width: 770px;
    height: 745px;
    /* width: 705px; */
    /* height: 703px; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.toon_wrap img{
    width: 770px;
}
.toon_wrap.swiper02{
    top: 110px;
}
.toonArr{
    background-image: none;
}
.toonArr.next{
    right: 145px;
}
.toonArr.prev{
    left: 20px;
}

.btm_wrap{
    position: relative;
}
.btn_list{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 800px;
    height: 100%;
}
.btn_list li{
    float: left;
    height: 100%;
    cursor: pointer;
}
.pop01{
    width: 55%;
}
.pop02{
    width: 40%;
}


    .mute_release{
		position: absolute;
		top: 70px;
		right: 112px;
		cursor: pointer;
		opacity: 0.4;
		z-index: 1;
    }
    .mute_release.on{
        opacity: 1;
    }


.popWrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
    display: none;
}
.pop_wrap{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 800px;
    height: 650px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #f5f2e3;
    padding: 70px 0;
    display: none;
}
.pop_img{
    height: 650px;
    overflow-y: auto;
}
.pop_img::-webkit-scrollbar{
    width:10px
}
.pop_img::-webkit-scrollbar-thumb{
    background-color: #ffe59f;
}
.pop_img::-webkit-scrollbar-track{
    background-color: #F6F2E7;
}
.popX{
    position: absolute;
    top: -48px;
    right:-42px;
    cursor: pointer;
}

/* .pop_wrap.sec,
.pop_wrap.sec .pop_img{
    padding: 0;
    height: auto;
} */

.videoWrap{
    position: relative;
}
.video_wrap{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 720px;
}
.video_wrap video{
    width: 100%;
}

/*form*/
.form_wrap{
    letter-spacing: -0.08em;   
    width: 875px;
    margin: 100px auto;
}
.title{
    font-size: 30px;
    color: #112046;
    text-align: center;
    margin-bottom: 30px;
}
.title span{
    font-weight: bold;
    position: relative;
}
.title span:after{
    content:'';
    display: inline-block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #112046;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bar_wrap{
    position: relative;
}
.bar{
    width: 808px;
    height: 39px;
    background: rgb(236,100,38);
    background: linear-gradient(90deg, rgba(236,100,38,1) 0%, rgba(185,213,95,1) 25%, rgba(105,161,132,1) 65%, rgba(0,128,128,1) 100%);
    margin: 0 auto;
    position: relative;
}
.bar_block{
    position:absolute;
    top: 0;
    left: 50%;
    width: 887px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.bar_block li{
    float:left;
    width: 10%;
    height: 100%;
    cursor: pointer;
}

.dot{
    display: inline-block;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    background-color: #EC6426;
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    border: 1px solid #fff;
    display: none;
}
.num{
    margin-top: 15px;
}
.num li{
    float: left;
    font-size: 18px;
    margin-left: 78px;
}
.num li:first-child{
    margin-left: 30px;
}
.txt{
    font-size: 20px;
    color:#7f7f7f;
    padding: 0 30px;
    margin-top: 15px
    
}
.left{
    float: left;
}
.right{
    float:right
}

.textarea_wrap{
    margin-top: 50px;
}
.textarea_wrap textarea,
.textarea_wrap textarea::placeholder{
    font-size: 20px;
    font-family: 'Apple SD Gothic Neo', 'Malgun Gothic','Malgun Gothic',¸¼Àº°íµñ,Dotum,Dotum,µ¸¿ò,Gulim, sans-serif;
}
.textarea_wrap textarea{
    width: 829px;
    height: 250px;
    resize: none;
    border: 3px solid #112046;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
}
.textarea_wrap textarea::placeholder{
    color:#c8c8c8;
}
.submit_wrap{
    text-align: center;
}
.submit_wrap input[type="button"]{
    background-color: #112046;
    width: 100%;
    height: 70px;
    border: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}