﻿/* introduction.css */
/*bus css*/
.busStation > :nth-child(2){width: fit-content; display: inline; position: relative; bottom: 45px;left: 0px;position: relative;}


#staionAni1{position: relative;top: 32px;right: 30px;height: 31px;width: 22px;background-size: cover; background-image: url(../images//common/station_1.png);}
#staionAni2{position: relative;top: 32px;right: 30px;height: 31px;width: 22px;background-size: cover; background-image: url(../images//common/station_2.png);}
#staionAni3{position: relative;top: 32px;right: 30px;height: 31px;width: 22px;background-size: cover; background-image: url(../images//common/station_3.png);}
#staionAni4{position: relative;top: 32px;right: 30px;height: 31px;width: 22px;background-size: cover; background-image: url(../images//common/station_4.png);}
#staionAni5{position: relative;top: 32px;right: 30px;height: 31px;width: 22px;background-size: cover; background-image: url(../images//common/station_5.png);}
#staionAni6{position: relative;top: 32px;right: 30px;height: 31px;width: 22px;background-size: cover; background-image: url(../images//common/station_6.png);}
/*
.bus{width: fit-content; display: inline; position: relative; bottom: 45px;left: 0px;position: relative;animation-name: bus;animation-duration:12s; animation-delay: 2s; animation-direction: normal; animation-iteration-count: 1; }
.busStation > :nth-child(3){background-image: url(../images/common/IMG_station.png);background-size: cover;display: inline-block;width: 14px;height: 24px;position: relative;bottom: 45px;left: 120px;}
.busStation > :nth-child(4){background-image: url(../images/common/IMG_station.png);background-size: cover;display: inline-block;width: 14px;height: 24px;position: relative;bottom: 45px;left: 190px;}
.station1{background-image: url(../images/common/IMG_station.png);background-size: cover;display: inline-block;width: 14px;height: 24px;position: relative;bottom: 45px;left: 120px;animation-name: staion1;animation-duration: 3s;animation-delay: 5s;animation-direction: normal;animation-iteration-count: 1;}
.station2{background-image: url(../images/common/IMG_station.png);background-size: cover;display: inline-block;width: 14px;height: 24px;position: relative;animation-name: staion2;animation-duration: 3s;animation-delay: 13s;animation-direction: normal;animation-iteration-count: 1;bottom: 45px;left: 190px;}
.busStation > :nth-child(2) > img{display: inline;}
.busStation > :nth-child(3) > img{display: inline;}
.busStation > :nth-child(4) > img{display: inline;}
/*
.bus_animation{z-index: 999;}
.bus_animation2{z-index: 999;}
.bus_animation3{z-index: 999;}
.busstation1{margin: auto;margin-right: 0px;margin-top: 20px;padding-top: 47px;margin-left: 35px;}
.busstation2{margin: auto;margin-top: 20px;margin-left: 0px;padding-top: 47px;}
.busstation3{margin: auto;margin-top: 20px;padding-top: 47px;}
.stationImg1{animation-name: staionAni1;animation-duration: 3s;animation-delay: 5s;animation-direction: normal;animation-iteration-count: 1;}
.stationImg2{animation-name: staionAni2;animation-duration: 3s;animation-delay: 13s;animation-direction: normal;animation-iteration-count: 1;}
.stationImg3{animation-name: staionAni3;animation-duration: 3s;animation-delay: 5s;animation-direction: normal;animation-iteration-count: 1;}
.stationImg4{animation-name: staionAni4;animation-duration: 3s;animation-delay: 13s;animation-direction: normal;animation-iteration-count: 1;}
.stationImg5{animation-name: staionAni5;animation-duration: 3s;animation-delay: 5s;animation-direction: normal;animation-iteration-count: 1;}
.stationImg6{animation-name: staionAni6;animation-duration: 3s;animation-delay: 13s;animation-direction: normal;animation-iteration-count: 1;}

@keyframes bus {
    0% {
      left:0px;
    }
    50% {
        left:120px;
        animation-duration:2s
      }
    100% {
      left:210px;
    }
  }
@keyframes staion1 {
    100% {
        background-image: url('../images/common/IMG_station_red.png');
    }
  }
@keyframes staion2 {
    100% {
        background-image: url('../images/common/IMG_station_red.png');
    }
  }
@keyframes staionAni1 {
    100% {
        background-image: url('../images/common/IMG_station_red_1.png');
    }
  }
@keyframes staionAni2 {
    100% {
        : url('../images/common/IMG_station_red_2.png');
    }
  }
@keyframes staionAni3 {
    100% {
        background-image: url('../images/common/IMG_station_red_3.png');
    }
  }
@keyframes staionAni4 {
    100% {
        background-image: url('../images/common/IMG_station_red_4.png');
    }
  }
@keyframes staionAni5 {
    100% {
        background-image: url('../images/common/IMG_station_red_1.png');
    }
  }
@keyframes staionAni6 {
    100% {
        background-image: url('../images/common/IMG_station_red_2.png');
    }
  }


  */
.bx-wrapper{min-height: 90vh;}
.olwrap>ol>li {
    color: #555;
}
.__mobile_header {
	background: #F3F4F3 !important;
}
.ui-header > a:after, .ui-header > button:after {
	background-color: #F3F4F3 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.ui-header > a:after, .ui-header > button::after {
	background-color: #F3F4F3 !important;
	border: none !important;
	box-shadow: none !important;
	top: 11px !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	width: 50px;
	height: 50px;
	left: 11px;
}
.slider_title {
	text-align: left;
	font-size: 1.375em;
	color: #1A1A1A;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.688em;
	width: 12.7em;
	letter-spacing: -1.98px;
	font-family: KoPubWorldBatang_Pro !important;
}
.slider_title2 {
    text-align: left;
    font-size: 1.45em;
    color: #5BA29D;
    line-height: 1.65em;
    margin-right: auto;
    margin-top: 3.5em;
    width: auto;
    font-family: KoPubWorldBatang_Pro !important;
    letter-spacing: -1.5px;
    margin-left: 1.435em;
}
.slider_title3 {
    text-align: left;
    font-size: 20px;
    color: #5BA29D;
    margin-right: auto;
    width: auto;
    margin-left: 2em;
    margin-top: 2em;
    font-family: KoPubWorldBatang_Pro !important;
    letter-spacing: -1.5px;
}
.bx-wrapper {
	-moz-box-shadow: 0 0 5px #F3F4F3;
	-webkit-box-shadow: 0 0 5px #F3F4F3;
	box-shadow: 0 0 5px #F3F4F3;
	border: 0px;
	background: #F3F4F3;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.skip {
	background: url(../images/common/skip_btn.png) no-repeat;
	height: 6.4em;
	width: 4.6em;
	background-size: cover;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 10;
}
#swife_png {
    width: 25px;
    height: 35px;
    background-size: cover;
    position: relative;
    display: inline-block;
}
.text_wrap1 {
    margin-top: 37px;
    text-align: center;
    font-size: 1em;
    color: #466B69;
}

.text_wrap2 {
    bottom: 10px !important;
    position: relative;
    display: inline-block;
    letter-spacing: -1.2px;
    left: -13px;
}
.text_wrap3 {
    text-align: left;
    font-size: 15px;
    font-family: 'SpoqaHanSans-Regular' !important;
    color: #646464;
    line-height: 25px;
    margin-left: 2.3em;
    margin-right: 2.3em;
    margin-top: 1.563em;
    letter-spacing: -1.13px;
    word-break: break-word;
}
.text_wrap3_bottom{
    text-align: left;
    font-size: 1em;
    font-family: 'KoPubWorldBatang_Pro' !important;
    color: #5BA29D;
    line-height: 25px;
    margin-left: 2.3em;
    margin-right: 2.3em;
    margin-top: 1.563em;
    letter-spacing: -1.2px;
}
.text_wrap4 {
    text-align: left;
    font-size: 18px;
    font-family: KoPubWorldBatang_Pro !important;
    color: #1A1A1A;
    line-height: 40px;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 5em;
    letter-spacing: -1.62px;
    font-weight: 400;
}
.ui-page {
    background-color: #F3F4F3 !important
}
.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; 
}

.font-size14 {
    font-size: 0.875em !important;
}
.marginRight29 {
    margin-right: 29px;
}
.marginbottom15 {
    position: relative;
    margin-top: 15px;
}
.marginTop23 {
    margin-top:23px;
}
.align-center {
    text-align: center;
    font-weight: bold;
}

.marginLeft43{
    margin-left: 4.3em;
}
.fontSize20px{
    font-size: 1.25em;
}
.marginTop0{
    margin-top: 0px;
}
.marginLeft23{
    margin-Left: 2.3em !important;
}
.voice_wrapper {
    position: fixed;
    max-width: 1100px;
    margin: auto;
    text-align: right;
    height: 72px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
}
.busTitle3th{
    margin-top: 4.9em;
}
/*360px*/
@media all and (max-width:360px) {
    .intro_marginLeft2em{
        margin-left: 2em !important;
    }
    .busTitle3th{
        margin-top: 3.5em;
    }
    .introduce_maginLeft2em{
        margin-left: 2em;
    }
    .text_wrap3_2 {
        text-align: left !important;
        font-size: 14px !important;
        font-family: 'SpoqaHanSans-Regular' !important;
        color: #646464 !important;
        line-height: 25px !important;
        margin-top: 27px !important;
        letter-spacing: -1.13px !important;
        word-break: inherit !important;
        margin-left: 2.6em !important;
        margin-right: 2.3em !important;
    }
    .slider_title {
        text-align: left;
        font-size: 1.375em;
        font-family: KoPubWorldBatang_Pro !important;
        color: #1A1A1A;
        margin-left: 1em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.688em;
        width: 12em;
        letter-spacing: -1.98px;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 2em;
        height: 2em;
        text-indent: -9999px;
        z-index: 9999;
    }
    .slider_title3 {
        text-align: left;
        font-size: 20px;
        color: #5BA29D;
        margin-right: auto;
        width: auto;
        margin-left: 2em;
        margin-top: 2em;
        font-family: KoPubWorldBatang_Pro !important;
        letter-spacing: -1.5px;
    }
    .text_wrap3 {
        text-align: left;
        font-size: 14px;
        font-family: 'SpoqaHanSans-Regular' !important;
        color: #646464;
        line-height: 25px;
        margin-left: 4.3em;
        margin-right: 2.3em;
        margin-top: -13px;
        letter-spacing: -1.13px;
        word-break: break-word;
    }
    .text_wrap4 {
        text-align: left;
        font-size: 16px;
        font-family: KoPubWorldBatang_Pro !important;
        color: #1A1A1A;
        line-height: 40px;
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 5em;
        letter-spacing: -1.62px;
        font-weight: 400;
    }
    .slider_title2 {
        text-align: left;
        font-size: 1.15em;
        color: #5BA29D;
        line-height: 1.65em;
        margin-right: auto;
        margin-top: 2em;
        width: auto;
        font-family: KoPubWorldBatang_Pro !important;
        letter-spacing: -1.5px;
        margin-left: 1.435em;
    }
}

#page_indtroduction{display: block}
.bxslider{display: block}
.introduction_btn {width: 80%;
    margin: auto;
    margin-top:3em;
    padding: 20px;
    background-color: #6FBFB969 !important;
    border: 1px solid rgba(250, 247, 247, 0)!important;
    border-radius: 12pt !important;
    color: #39716C!important;
    font-weight: 700 !important;
    transition: all 0.3s;
    font-size: 16px !important;
    letter-spacing: -0.72px;}
.introduction_btn:hover{background-color: #80ccc5!important}
#trauma_sympton.ui-page-ui-page-thema-a.ui-page-active{background-color: #fff; !important;}
.section{display: none}


 @media (min-width:1300px) and (min-height:700px) and (min-height:700px){
	body{height:100%;}
    .bx-viewport{height: auto!important}
    .bxslider{display: none}
    .skip {top: 90px;right: 0px;z-index: 10;}
    .intro_center{width: 90%;max-width:1200px;margin: auto}
    #page_indtroduction{display:contents; height:100%;}
		.contentswrap{display:none;}
		ul li {list-style: none;}
    ol li {list-style: none;}
    .section{display: block}
    .pointbox{width:270px;;height: 30px;background-color:rgb(168, 227, 224);position: absolute;left: 165px;top:162px;z-index: 0;}
    .titlein{position: relative;z-index: 33;font-family: KoPubWorldBatang_Pro !important}  
    .section.sec2{width: 100%;height:100%;background:url(../images/common/web/sec2_bg.png)no-repeat 50%;background-size: cover;padding-top: 150px}
		.titleline{width:50px;height: 3px;background-color:#39d1cc;margin:auto; }
    .wsubtiteng{line-height: 60px;font-size: 18px;font-weight: 600;color:#707070;letter-spacing: -0.8px;text-align: center}
    .wsubtiteng{line-height: 60px;font-size: 18px;font-weight: 600;color:#707070;letter-spacing: -0.8px;text-align: center}
    .sec2 .wtitle{font-size: 35px;padding: 20px 0 30px;font-weight: 100;font-family: 'SpoqaHanSans-Light';letter-spacing: -3px;color:#000;text-align: center}
		.sec2 .wtitle{font-size: 35px;padding: 20px 0 30px;font-weight: 100;font-family: 'SpoqaHanSans-Light';letter-spacing: -3px;color:#000}
    .sec2 .wsubtitle{font-size: 14px;letter-spacing: -0.8px;font-weight: 600;color:#777;padding-bottom: 80px;line-height: 26px;text-align: center}
    .item{width: 332px;height:330px;background: rgba(255, 255, 255,  0.74);position: relative;padding:25px;}
    .bline{width:100%;height: 3px;background-color:#39d1cc;position: absolute;top:0;z-index: 110;left:0;}
    .bxslider2{width: 1100px;margin-left: 60px;position: relative}
    .bxslider2 .item{text-align: left}
    .slide_tit_text b{font-size: 14px!important;margin-right: 5px;letter-spacing: 0px;color:#000; line-height: 18px;}
    .slide_tit_text{font-size: 13.5px;font-weight: 400;font-family:'SpoqaHanSans-Regular';letter-spacing: -0.8px;padding: 10px 0 25px }
    .slicontents{font-size: 13.5px;letter-spacing: -0.5px;line-height: 24px;font-family:'SpoqaHanSans-Thin';font-weight: 600;}
   .section.sec2 .bx-prev{width:70px;height:70px;background: url(../images/common/web/prev.png)no-repeat 50%;background-size: cover;position: absolute;top:150px;left:-100px;color:rgba(255, 255, 255, 0);border-radius: 50%}
    .section.sec2 .bx-next{width:70px;height:70px;background: url(../images/common/web/next.png)no-repeat 50%;background-size: cover;position: absolute;top:150px;right:-85px;color:rgba(255, 255, 255, 0);border-radius: 50%}
    .bx-viwport{height: 400px!important;background: #fff}
 		.bx-wrapper {box-shadow: 0 0 5px rgba(243, 244, 243, 0);border: 0px;background: rgba(243, 244, 243, 0);min-height: auto!important;}
    .ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{background-color:rgba(255, 255, 255, 0)!important}
   
    overflowHidden.ui-page.ui-page-theme-a.ui-page-active{/*overflow-y: hidden*/}

}

.voice_wrapper{display: none;}
.slider > .item {
	word-break: keep-all;
}
@media (MAX-height:960px){body{overflow: auto} 
    .overflowHidden.ui-page.ui-page-theme-a.ui-page-active{overflow-y: auto}}
    
@media all and (min-width:400px) {
    .busImg{width: 92%;margin-bottom: 2em;margin-top: 2em;}
}


/*IE 10+ Css*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slicontents {
        font-size: 12px;
        letter-spacing: -0.5px;
        line-height: 22px;
        font-family: 'SpoqaHanSans-Thin';
        font-weight: 600;
    }
}