﻿/* stab_guide.css */
.book_icon {
    background: url("../images/common/book.png") no-repeat;
    background-size: cover;
    height: 1.315em;
    width: 1.315em;
    display: inline-block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0.8em;
    top: 0.85em;
}
#stab_guide_img {
    background: url("../images/common/invasion.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media all and (max-width:360px) {
    .ui-content {
        /*height: calc(100vh - -82px);
        padding-top: 64px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;*/
    }
}

 @media (min-width:1300px) and (min-height:700px) {
    .wcenter3{max-width: 1100px!important}
    .title.marginLeft225rem{margin-top: 60px}
    .wcenter3.bb{width: 70%;margin-top: -300px}
    .__pageFooterContainer.wcenter3.web_reposition{position: absolute;bottom: 10%;left:50%;transform: translateX(-50%)}
    body{/*overflow-y: hidden*/}
	.img_wrapper {width: 100%;margin-left: 0%;height: auto;margin-bottom: -300px;margin-top: -70px}
	.__pageMainFooterDivisionContainer.wcenter3.aa{;height: 700px!important}
	.section.sec5{position:static!important;margin-top: 100px}
	 .__pageFooterContainer.wcenter3.web_reposition {
    position: absolute;
    bottom: 3%!important;
    left: 50%;
    transform: translateX(-50%);
}
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 3%;
    width: 100%;
}
/*슬라이더 점 css*/
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #8D8D8D;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6FBFB9;
    width: 17px;
}
.A6D6D3 {
    background-color: #A6D6D3;
}
/*슬라이드 버튼 변경*/
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 2.4em;
    height: 2.4em;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("../images/common/prev_.png") no-repeat;
    background-size: cover;

}
.bx-wrapper .bx-next {
	right: 10px;
	background: url("../images/common/next_.png") no-repeat;
    background-size: cover;	
	background-color: transparent;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
	 background-position: 0 0; 
}
.bx-wrapper {
    margin-bottom: 0px;
}
.__pageFooterContainer{
    margin-top: 0px;
}