@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');


/*header menu end*/

div.noTouch {
	height: 0;
	position:relative;
	padding-bottom: 56.25%; 
	overflow: hidden;
}

div.lock{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

div.noTouch iframe {
    z-index: -100;
	position:absolute;
	width: 100%;
	height: 100%;
}

div.noTouch #ytplayer {
    z-index: -100;
	position:absolute;
	width: 100%;
	height: 100%;
}




.slideshow {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 400px;
    padding-bottom: 0;
    margin: 0 auto;
    transition: all 0.5s ease;
}
/* slideshow item */
.slideshow--item {
    width: 100%;
    height: 900px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    overflow: hidden;
    visibility: hidden;
}
.slideshow--item img {
    width: 100%;
    height: auto;

}
.slideshow--bullet:checked + .slideshow--item {
    visibility: visible;
}
.slideshow[data-transition="fade"] .slideshow--item {
    visibility: visible;
    opacity: 0;
    transition: .3s ease-out opacity;
}
.slideshow[data-transition="fade"] .slideshow--bullet:checked + .slideshow--item {
    opacity: 1;
}
/* slideshow navigation */
.slideshow--nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    display: none;
    z-index: 30;
    cursor: pointer;
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.slideshow--nav:after {
    display: block;
    content: '\203A';
    font-size: 5em;
    color: black;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    height: 50px;
    top: 55%;
    right: -35px;
    padding-right:40px;
    padding-top: 25px;
    padding-left: 10px;
    /*border-radius: 100%;*/
    margin-top: -1.5em;
    transition: all 0.5s ease;
}
.slideshow--nav-previous {
    left: 0;
    display: block;
}
.slideshow--nav-previous:after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: -20px;
}
.slideshow--nav-next {
    left: 47%;
    display: block;
}
/* Radiobuttons to control the slideshow */
.slideshow--bullet {
    font-size: .75em;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin: 4px 4px -900px;
    z-index: 55;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #8d8d8d;
    border-radius: 50%;
    transition: all 0.5s ease;
}

input[type=radio], input[type=checkbox]{
    margin: 4px 4px -550px;
}

.slideshow--bullet:checked {
    background: #333;
    outline: none;
}
.button-container {
    padding: 20px;
}
.folio-button {
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}
.folio-button:hover {
    background-color: #B0D6C9;
}



/*img caption creator*/
.slideshow--item .img_caption{
    top: 40%;
    left: 50%;
    display: block;
    position: absolute;
    z-index: 1000;
    font-family : "Noto Sans";
    transform: translate(-50%, -50%);
}

.img_caption > *{
    transition: transform 1s, opacity 1s;
    transform: translateY(100%);
    opacity: 0;
    color: black;
}

.img_caption .text_title1 {
    font-size: 3.5em;
    margin: 30px 0;
    transition-delay:0.5s;
}

.img_caption .text_title2{
    font-size: 4.0em;
    font-weight: 900;
    margin: 30px 0;
    transition-delay: 1s;
}
.img_caption .text_title3{
    font-size: 2.0em;
    margin: 30px 0;
    transition-delay:1.5s;
}

.img_caption .text_box{
    border :2px solid black;
    display: inline-block;
    transition-delay: 2s;
}

.img_caption.active > *{
    transform: translateY(0);
    opacity: 1;
}

.img_caption div.text_box > a{
    font-size: 2.5em;
    text-decoration: inherit;
    color: black;
    padding: 0 30px;
}

.img_caption div.text_box:hover {
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

.img_caption div.text_box:hover > a{
    color: black;
}

/*slider_end*/



#request{
    padding-top: 0 ;
    text-align: center;
    position: relative;
    color: black;
    font-family : "Noto Sans";
    font-weight: bold;
    padding-bottom: 100px;

}

/*바꿔*/
#request #req_bg{
    width: 100%;
    min-height: 480px;
    position: absolute;
    background-image:url("http://max1.maxfive.us/theme/companyBts/img/p_main/gentle121.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
}

/*request block*/
.wordBlock{
    max-width: 1200px;
    margin: 0px;
    padding: 0px;
}



.wordBlock >li{
    display: inline-block;
    position: relative;
    margin: 0 50px;

}


.wordBlock .req_right {
    display: inline-block;
    padding: 0 30px;
    top: 200px;
    rigth: 0px;
    left: 100px;
    float: right;

}


.wordBlock .req_right  a{
    text-align: center;
    padding: 20px;
    color: black;
    font-weight: 900;
    border: 1px solid black;
    background-color: white;

}

.wordBlock .req_left{
    color: black;
    padding: 30px;
    left: 150px;
    margin-top: 10px;
}

.wordBlock .req_left h1{
    font-size: 3em;
}



.wordBlock .req_right:hover {
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.8s; /* Firefox < 16 */
    -ms-animation: fadein 0.8s; /* Internet Explorer */
    -o-animation: fadein 0.8s; /* Opera < 12.1 */
    animation: fadein 0.8s;
}

.wordBlock .req_right:hover a{
    color: white;
    font-weight: bold;
    background-color: #333;

}



/*request part*/

.linker  {
    color: black;
}



.col-md-4:hover:hover .detail_Button{
    /*background-color: black;*/
    color:white;
    background-color: #333;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.detail_Button{
    padding: 8px;
    display: inline-block;
    border: 1px solid black;
    font-family:"Noto Sans";
    font-weight: bold;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.8; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.8; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.8; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.8; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.8; }
}




/*resoponsive display checker*/

@media only screen and (max-width: 1750px) {

    .slideshow--nav-next:after {
        top: 50%;
    }

    .slideshow--nav-previous:after {
        top: 50%;
    }
    .slideshow--item {
        height: 800px;
    }
    input[type=radio],input[type=checkbox] {
        margin: 4px 10px -500px;
    }

    .slideshow--nav-next,.slideshow--nav-previous  {
        height: 700px;
    }

    input[type=radio], input[type=checkbox]{
        margin: 4px 4px -500px;
    }

    .wordBlock .req_right {
        left: 50px;

    }
    .wordBlock .req_left {
        left: 0px;

    }

}

@media only screen and (max-width: 1024px){
    input[type=radio],input[type=checkbox] {
        margin: 4px 4px -380px;
    }
    .slideshow--nav-next,.slideshow--nav-previous  {
        height: 600px;
    }
    .wordBlock .req_right {
        left: -150px;

    }


}


@media only screen and (max-width: 920px){
    input[type=radio],input[type=checkbox] {
        margin: 4px 4px -230px;
    }

    .slideshow--nav-next:after , .slideshow--nav-previous:after{
        top: 55%;
        font-size: 4em;
    }
    .slideshow--nav-next,.slideshow--nav-previous  {
        height: 450px;
    }
    
    .slideshow--item .img_caption{
        top: 30%;
    }

    .img_caption .text_title1 , .img_caption .text_title2{
        font-size: 2.0em;
    }
    .img_caption .text_title3 , .img_caption div.text_box > a {
        font-size: 1.5em;
    }
    .wordBlock .req_left{
        padding: 0;
    }

    .wordBlock .req_right {
        left: -50px;
        right: 50px;
        bottom: 0;
        top: 0;
        margin-top: 18%;
        /* margin-left: 10%; */
    }

}

@media only screen and (max-width: 745px) {
    input[type=radio],input[type=checkbox] {
        display: none;
    }

    .slideshow--nav-next:after , .slideshow--nav-previous:after{
        top: 90%;
        font-size: 2.5em;
    }
    .slideshow--nav-next,.slideshow--nav-previous {
        height: 160px;
    }
    
    .slideshow--item .img_caption{
        top: 20%;
    }
    .img_caption .text_title1 , .img_caption .text_title2{
        font-size: 1.5em;
        margin-top: 0;
    }
    .img_caption .text_title3 , .img_caption div.text_box > a {
        font-size: 1.0em;
    }

    .wordBlock .req_left{
        margin: 0;
    }

    .wordBlock .req_right {
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        float: none;
        display: inline-block;
    }
    div.col-md-4 {
        width: 30%;
    }


}


@media only screen and (max-width: 645px) {
    .img_caption div.text_box {
        display: none;
    }

    .wordBlock .req_left {

        margin-top: 10%;

    }
    .wordBlock .req_right {
        margin-top: 8%;
        /* margin-left: 10%; */
    }

}
@media only screen and (max-width: 380px) {
    input[type=radio],input[type=checkbox] {
        display: none;
    }
    .top-nav-banner{
        height: 80px;
    }

    .slideshow--nav-next:after , .slideshow--nav-previous:after{
        top: 100%;
        font-size: 2.5em;
    }
    .slideshow--nav-next,.slideshow--nav-previous {
        height: 120px;
    }
    
    .slideshow--item .img_caption{
        top: 15%;
    }



    .img_caption .text_title1 , .img_caption .text_title2{
        font-size: 1.4em;
        /*margin: 5px 0;*/
        margin: 0;
    }
    .img_caption .text_title3   {
        font-size: 12px;
        margin: 0;
        margin-top: 15px;
    }
    .img_caption div.text_box {
         display: none;
     }

 


}



@media only screen and (max-width: 332px) {


    .img_caption .text_title1 , .img_caption .text_title2{
        font-size: 16px;
        margin: 0;

        font-weight: bold;
    }
    .img_caption .text_title3   {
        font-size: 10px;
        margin: 0;
        margin-top: 15px;
        font-weight: bold;
    }
    .img_caption div.text_box {
        display: none;
    }

    .wordBlock .req_left {
        padding: 0;
    }

}