/*@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
*/
#nav > li{border-right:none;}
#nav > li:first-child {border-left:none;}
#navigation li a {color: #000;font-size: 18px;font-weight: 600;}
.hd_menu #menu #nav li:hover{background:none;}
.hd_menu #menu #nav li a:hover{background:none;}
#nav > li:hover > a{color:#cb1315 !important;}
#nav li a.active {background:none;border-bottom: 3px solid #cb1315;box-sizing: border-box;line-height: 70px;color:#cb1315;}
#nav > li > a:hover{border-bottom:3px solid #cb1315;}
.hd_menu #menu #nav li a:after{}
#nav li ul{background:url(../images/top/top_bg_wh8.png) 0 0 repeat;top: 70px;border:1px solid #fff;border-top:3px solid #cb1315}
#nav li ul li{color:#000;}
#nav li ul li a{
	color:#000;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#nav li:hover ul li a {color:#000 !important;}
.hd_menu #menu #nav li ul li a:hover{color:#cb1315 !important;background:#fff;}
#container{padding-bottom: 0;}

/***********메인슬라이드************/
#vr {z-index: 1; position: absolute; left: 0; top: 0; width: 100%; right: 0; bottom: 0; overflow: hidden;}
#vr div {height: 100%;}
#vr div.img-1 {background: url(../images/main/main01.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 74px;}
#vr div.img-2 {background: url(../images/main/main02.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 74px;}
#vr div.img-3 {background: url(../images/main/main03.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 74px;}
#vr div.img-4 {background: url(../images/main/main04.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 74px;}
/*
.img-1 h2 img{max-width: 930px;}
#vr > div.on {display: block;}
#vr > div {
	opacity: 0; width: 100%; position: absolute; left: 0; top: 0;
	-webkit-transition-duration: 0.5s; transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
#vr > div.fadeIn {opacity: 1;}/*
#vr > div.on.paused {-webkit-animation-play-state: paused !important; animation-play-state: paused !important;}
#vr > div.on.running {-webkit-animation-play-state: running !important; animation-play-state: running !important;}*/

/*#vr > div.on {
	-webkit-animation: bgScale 7000ms 1 ease-out; 
	-o-animation: bgScale 7000ms 1 ease-out; 
	animation: bgScale 7000ms 1 ease-out;
	-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
}*/

/***********메인페이지***********/
.main {position: relative;overflow: hidden;padding-top: 30px;box-sizing:border-box;}
/* 줌 아웃 키프레임
@-webkit-keyframes bgScale {
	0% { -webkit-transform: scale(1.2); }
	100% { -webkit-transform: scale(1); }
}
@-o-keyframes bgScale {
	0% { -o-transform: scale(1.2); }
	100% { -o-transform: scale(1); }
}

@keyframes bgScale {
	0% { transform: scale(1.2); }
	100% { transform: scale(1) rotate(0.02deg); }
}*/
/*페이드 인 아웃*/
/*.elementToFadeInAndOut {
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
    opacity: 0;
}
@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}
@keyframes fadeinout {
  50% { opacity: 1; }
}*/

@keyframes fadeInOut {
  0% { opacity: 0; }
  45% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.vmx_imgbox{position:relative;}
.vui-slider .vui-item img{width: 100%;}
.slides_text{position: absolute;right: 22%;margin-top: 12%;display: block;padding-bottom: 50px;}
.slides_text > div{position:relative;box-sizing: border-box;}
.slides_text > div h2 {
	font-size:55px;
	line-height:55px;
	color:#fff;
	font-weight: 700;
	margin-bottom:0px;
	letter-spacing: -1px;
	opacity: 0;
	animation-name: fadeInOut;
	animation-delay:0.5s;
	animation-duration:4s;
}
.slides_text > div p {
	position: absolute;
	font-size:28px;
	font-family:"Roboto",sans-serif;
	line-height: 30px;
	color:#fff;
	margin-bottom:0px;
	letter-spacing: 1px;
	font-weight:600;
	opacity: 0;
	animation-name: fadeIn;
	animation-delay:3s;
	animation-duration:6s;
}
#vmcslider2{display:none;}/*2000이상일때 슬라이드*/
#vmcslider2 .vui-slider {display:none;}
.vmc01 .slides_text > div{width: 550px;right: 0;}
.vmc01 .slides_text > div p {top:0;}
.vmc02 .slides_text > div{width:810px;right: 0;}
.vmc02 .slides_text > div h2{color:#e02337;padding-left:160px;}
.vmc02 .slides_text > div p {top:0;color:#e02337;padding-left:100px;}
.vmc03 .slides_text{right: 12%;margin-top:6.5%;}
.vmc03 .slides_text > div{width: 750px;right:0;}
.vmc03 .slides_text > div h2{padding-left:120px;}
.vmc03 .slides_text > div p{top:20px;padding-left:75px;}

.v_img{position: absolute;}

div.img-1 {background: url(../images/main/main01.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}
div.img-2 {background: url(../images/main/main02.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}
div.img-3 {background: url(../images/main/main03.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}
div.img-4 {background: url(../images/main/main04.jpg); background-size: cover; background-repeat: no-repeat; background-position: center 0;}

.vui-slider .vui-prev,.vui-slider .vui-next{display:none;}

#control-btns {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
	z-index: 100;
}
a.page {
    display: block;
    background: url(../images/main/slidenav.png) 0 0 no-repeat;
    height: 21px;
	width: 25px;
    margin: 10px 0;
	float:right;
	clear:both;
}
a.page.on {
    display: block;
    background: url(../images/main/slidenav_active.png) right 0 no-repeat;
    height: 21px;
	width: 130px;
    margin: 15px 0;
}
a.page.on div {display:inline-block;text-align:right;float:left;color:#fff;width:58px;padding-right:10px;}
a.page div {display:none;}
#slideshow img, #slideshow a{ display:none}
#slideshow img:first-child, #slideshow a:first-child{ display:block}

#slideshow_container {
    z-index: -99;
    width: 100%;
    height: 100% !important;
	min-width:1200px;
	position: absolute; 
}
.slides {height: 100%}
.slides > img {height: 100%}
#slideshow {width: 100% !important; min-width:1200px; }
#slideshow .slides{width: 100% !important; /*height: 1000px !important;*/ display:none; background: transparent no-repeat center top; display:none;}
#slideshow .slides.first{display:block;}
#slideshow #slide_01{background: url(../images/main/main01.jpg) no-repeat center; z-index: -99 !important; background-size:cover;}
#slideshow #slide_02{background: url(../images/main/main02.jpg) no-repeat center; z-index: -99 !important; background-size:cover;}
#slideshow #slide_03{background: url(../images/main/main03.jpg) no-repeat center; z-index: -99 !important; background-size:cover;}

#subsidiary.on ul.subsidiary li span.bl {background: none;}
#subsidiary.on span {display: none;}

#subsidiary .mask {
	position: absolute; left: 0; top: 0; bottom: 0; right: 0; 
/*	-webkit-transition-duration: 1s; transition-duration: 1s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;*/
	background: url(images/main/mask_3.png) 0 0 repeat-x;
}

#subsidiary.on .mask {opacity: 1; background: url(../images/main/mask_2.png) 0 0 repeat; }
#subsidiary ul:after {display: block; content:""; height: 0; clear: both; visibility: hidden;}
#subsidiary ul.subsidiary li {float: left; width: 33.3%; text-align: center;  box-sizing: border-box;transition:all 1s;}
/*#subsidiary ul.subsidiary li:hover{background:#fff;}*/

#subsidiary ul.subsidiary li a {display: block; width: 100%;}
#subsidiary span.bl {position: absolute; left: 0; top: -8px; width: 100%; height: 17px; background: url(../images/main/fa_grid.png) 50% 0 no-repeat;}
#subsidiary span.bl.hide {display: none;}
#subsidiary ul.subsidiary li a span {display: none;}
#subsidiary ul.subsidiary .sub-copy {position: absolute; left: 0; top: 0; width: 100%; padding: 0; display: none;}
#subsidiary.on ul.subsidiary:hover li { border-right: none; border-left:none; }
#subsidiary.on .mask:hover ul.subsidiary li { border-right: none; border-left:none; }

#subsidiary .sub-copy-area {width: 100%;}
#subsidiary .sub-copy .sub-img {
	-webkit-transition-property: transform; transition-property: transform ;
	-webkit-transition-duration: 0.5s; transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
	-webkit-transform: translateY(50px); transform: translateY(50px);
}
#subsidiary .sub-copy div {
	position: absolute; right: 0; top: -90px; opacity: 0;
	-webkit-transition-property: opacity; transition-property: opacity;
	-webkit-transition-duration: 0.9s; transition-duration: 0.9s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
#subsidiary .f-1 .sub-copy2 div {
	top: -90px;
    right: 0;
}
#subsidiary .f-2 .sub-copy2 div {
	top: -111px;
    right: 0;
}
#subsidiary .f-3 .sub-copy2 div {
	top: -120px;
    right: 0;
}
#subsidiary .sub-copy.show div {opacity: 1;}
#subsidiary .sub-copy.show .sub-img {-webkit-transform: translateY(0); transform: translateY(0);}
#subsidiary .sub-copy a {display: block;}
#subsidiary .sub-copy p {
	padding: 60px 0 40px 0; text-align: left; font-size: 18px; background: url(images/main/sub_copy_line.png) 100% 100% no-repeat; opacity: 0;
	-webkit-transition-property: transform opacity; transition-property: transform opacity;
	-webkit-transition-duration: 1.5s; transition-duration: 1.5s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
#subsidiary .sub-copy p strong {font-size: 28px; display: block; padding-bottom: 20px; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, .7); font-weight: bold; }
#subsidiary .sub-copy4 p strong { line-height: 37px; padding-bottom: 25px !important; }
#subsidiary .sub-copy p strong .t-1 { color: #e8252d; display: inline; font-size: 28px; font-weight: bold; }
#subsidiary .sub-copy p strong .t-2 {color: #f58026; display: inline; font-size: 28px; font-weight: bold; }
#subsidiary .sub-copy.show p {opacity: 1; line-height: 27px; font-size: 17px; font-weight: normal; }
#subsidiary .subsidiary .ic-move {position: absolute; display: block; top: -22px; left: 0; height: 52px; width: 52px; background: url(../images/main/btn_go.png) 100% 100% no-repeat; display: none; text-indent:-9999px;}
#subsidiary .subsidiary .on .ic-move {display: block;}

#subsidiary.on .f-1 span {display:block;padding:20px 0; text-align:center;color:#fff;}
#subsidiary.on .f-1 .ico {display:none;}
#subsidiary.on .f-2 span {display:block;padding:20px 0; text-align:center;color:#fff;}
#subsidiary.on .f-2 .ico {display:none;}
#subsidiary.on .f-3 span {display:block;padding:20px 0; text-align:center;color:#fff;}
#subsidiary.on .f-3 .ico {display:none;}

#subsidiary.on .f-1.on span {color:#e8252d;}
#subsidiary.on .f-2.on span {color:#e8252d;}
#subsidiary.on .f-3.on span {color:#e8252d;}
.select-box > div{display: inline-block;}
.select-box{border-top:none;}
.ico {
    margin: 19px 10px;
    overflow: hidden;
}
.ico img {
    display: block;
    float: left;
    width: 143px;
    margin-right: 20px;
}
.ico p {
        text-align: left;
    color: #efefef;
    font-size: 15px;
    font-weight: initial;
	padding: 25px 0;
}
.ico p b {
    font-weight: 600;
    font-size: 18px;
}


#subsidiary .on .ico p {
    color: #e8252d;
}


/*#contents{background: url(../images/top/top_bg_wh2.png) 0 0 repeat;}*/
#contents.bot_btn { width: 100%; position: absolute; bottom: 2.5%;z-index:300;}
.subsidiary-inner { width: 1200px; margin: 0 auto; position: relative;transition: all 0.6s;}


#slideshow .slides_text {width: 100%;position: absolute;left: 0;top: 12%;text-align: center;}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub0103 img {
    max-width: 1200px;
    width: 100%;
}
.resp_med{display:none;}
.caption:after {
  content:"\A";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}

#fullpage {
	position:absolute;
}
/****CONTENT 02****/
.cont02{padding:70px 0;}
ul.cb_box{overflow: hidden;width:1062px;margin:0 auto;}
ul.cb_box li{float:left;margin: 2px;width:350px;height:350px;box-sizing:border-box;}
li.cb01{padding:30px;background:#a20406;}
li.cb01 p{color: #fff;font-size: 40px;font-weight: 100;letter-spacing: -1px;font-family: "Roboto",sans-serif;line-height: 40px;padding-top:50px;}
li.cb01 h4{color: #fff;font-size: 53px;font-weight: 700;letter-spacing: -1px;font-family: "Roboto",sans-serif;line-height: 37px;}
li.cb01 div{color: #fff;font-size: 16px;line-height: 18px;margin-top: 45px;font-family: "Roboto",sans-serif;}



li.cbtn {position: relative;float: left;overflow: hidden;width: 100%;color: #fff;text-align: left;}
li.cb02{background:url(../images/main/cont_btn01_over.jpg) center center no-repeat;}
li.cb03{background:url(../images/main/cont_btn02_over.jpg) center center no-repeat;}
li.cb04{background:url(../images/main/cont_btn03_over.jpg) center center no-repeat;}
li.cb05{background:url(../images/main/cont_btn04_over.jpg) center center no-repeat;}
li.cb06{background:url(../images/main/cont_btn05_over.jpg) center center no-repeat;}
li.cb07{background:url(../images/main/cont_btn06_over.jpg) center center no-repeat;}
li.cb08{background:url(../images/main/cont_btn07_over.jpg) center center no-repeat;}
li.cb09{background:url(../images/main/cont_btn08_over.jpg) center center no-repeat;}
li.cbtn * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
li.cbtn h3{position: absolute;top:85px;/*left: 110px;*/width: 100%;text-align: center;font-size: 24px;font-weight: 400;}
li.cbtn img {max-width: 100%;position: relative;padding: 0;}
li.cbtn .circle {
  position: relative;
  height:50px;
  width:50px;
  top: 0%;
  left: 0%;
  background:rgba(0, 0, 0, 0.4) url(../images/main/btn_view.png) 16px center no-repeat;
  border-radius: 50%;
  text-align: center;
}

li.cbtn .circle:before,
li.cbtn .circle:after {
  border: 2px solid white;
  border-right-color: transparent;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

li.cbtn .circle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

li.cbtn .circle:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

li.cbtn >div {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 140px;
	top: 220px;
	left: 50%;
	margin-left: -25px;
}
li.cbtn h2 {
  position: absolute;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -1px;
  line-height:50px;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 0 20px;
  font-size:16px;
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
li.cbtn .icon {position: absolute;overflow: hidden;width: 100%;}

li.cbtn i {color: white;font-size: 48px;line-height: 55px;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}

li.cbtn a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
li.cbtn:hover > div{margin-left:-50px;}
li.cbtn:hover .circle,
li.cbtn.hover .circle {background: rgba(0, 0, 0, 0);}

li.cbtn:hover .circle:before,
li.cbtn.hover .circle:before,
li.cbtn:hover .circle:after,
li.cbtn.hover .circle:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

li.cbtn:hover h2,
li.cbtn.hover h2 {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

li.cbtn:hover img,
li.cbtn.hover img {
  opacity: 0;
  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
}

li.cbtn:hover i,
li.cbtn.hover i {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/****END CONTENT 02****/
.youtube {
    margin-top: 60px;
}
.sub0101_top {
	background:url('../images/sub/sub0101_img01.jpg') center top no-repeat;
	height:363px;
	margin-bottom:70px;
	text-align: center;
}
.sub0101 .js-reveal b {
    display: block;
    font-size: 27px;
    line-height: normal;
    color: #ff4100;
    margin-bottom: 20px;
    font-weight: 400;
}
.sub_icon01 {
    position: relative;
    margin-top: -108px;
    margin-bottom: 40px;
    text-align: center;
}
.sub0102_inr {
    background: url(../images/sub/sub01_02_center_bg.png) center repeat-y;
}
.year01, .year02 {
    position: relative;
}
.year_inr {
    margin-bottom: 100px;
}
.year01 > .year_inr > .thum {
    position: absolute;
    left: 0;
    top: 10px;
    width: 50%;
    padding: 0 120px 0 0;
    box-sizing: border-box;
}
.year01 > .year_inr {
    padding: 92px 0 0 50%;
}
.year01 > .year_inr > .thum span {
    display: block;
}
.year01 > .year_inr > .thum span {
    display: block;
    font-size: 22px;
    text-align: right;
    font-weight: 600;
    margin-bottom: 30px;
}
.year01 > .year_inr > .thum span b {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.year02 > .year_inr > .thum {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50%;
    padding: 0 0 0 120px;
    box-sizing: border-box;
}
.year02 > .year_inr {
    padding: 92px 50% 0 0;
}
.year02 > .year_inr > .thum span {
    display: block;
}
.year02 > .year_inr > .thum span {
    display: block;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}
.year02 > .year_inr > .thum span b {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.year02 .year_inr dl {
    padding-right: 120px;
    position: relative;
    border-right: 1px solid #ff4100;
    margin-bottom: 50px;
    border-left: 0;
    padding-left: 0;
    text-align: right;
}
.year02 .year_inr dl::before {
    content: "";
    position: absolute;
    top: -78px;
    right: -1px;
    width: 1px;
    height: 96px;
    background: #ff4100;
    display: block;
    left: inherit;
}
.year02 .year_inr dl dt {
    text-align: right;
}
.year02 .year_inr dl dt::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
    left: inherit;
}
.year02 .year_inr dl dt::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    z-index: 1;
	 left: inherit;
}
.year02 .year_inr dl dd b {
    color: #454545;
    margin-left: 8px;
    font-size: 16px;
}
.year02 > .year_inr > .thum::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year02 > .year_inr > .thum::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.year02 .year_inr dl:last-child {
    border-right: 1px solid #eaeaea;
}
.thum img {
    width: 100%;
}
.year_inr dl {
    padding-left: 120px;
    position: relative;
    border-left: 1px solid #ff4100;
    margin-bottom: 50px;
}
.year_inr dl::before {
    content: "";
    position: absolute;
    top: -78px;
    left: -1px;
    width: 1px;
    height: 96px;
    background: #ff4100;
    display: block;
}
.year_inr dl:last-child {
    border-left: 1px solid #eaeaea;
}
.year_inr dl dt {
    font-size: 26px;
    font-weight: 600;
    color: #ff4100;
    margin-bottom: 13px;
}
.year_inr dl dt::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year_inr dl dt::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    z-index: 1;
}
.year01 > .year_inr > .thum::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year01 > .year_inr > .thum::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #ff4100 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.year_inr dl dd {
    margin-bottom: 5px;
}
.year_inr dl dd b {
    color: #454545;
    margin-right: 8px;
    font-size: 16px;
}
.sub0103_top {
	background:url('../images/sub/sub0103_img01.jpg') center top no-repeat;
	height:363px;
	margin-bottom:70px;
	text-align: center;
}
.sub0104 h3 {
    text-align: center;
    font-size: 24px;
    color: #2d2d2d;
    line-height: normal;
}
.sub0104 h3 span {
    width: 70px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: #ff4100;
    margin-top: 15px;
    margin-bottom: 30px;
}
.sub0104 .map_inr ul {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 100px;
    padding-left: 4%;
}
.sub0104 .map_inr ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.sub0104 .map_inr ul li span {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}
.sub0104 .map_inr ul li p {
    display: inline-block;
}
.sub0104 .map_inr ul li span img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    /* margin-left: 30px; */
}
.sub0104 .map_inr ul li:first-child {
    width: 50%;
    /* text-align: center; */
}
.sub0201_con01 {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: left;
}
.sub0201_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
img.top_img01 {
    padding: 2% 0;
    max-width: 96%;
}

.sub0201 h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    background: url(../images/sub/sub_icon02.png) left bottom no-repeat;
    padding-bottom: 30px;
    font-weight: 400;
}

.sub0201 h3 {
    font-size: 18px;
    color: #000;
    margin: 15px 0px 10px;
    font-weight: 400;
}

.sub0201_list {
	margin-top:70px;
	overflow:hidden;
}

.sub0201_list li {
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #eee;
    float: left;
    padding: 30px;
    min-height: 390px;
}

.sub0201_list li:first-child {
	margin-right:2%;
}
.sub0201_con02 {
    background: #f4f4f4;
    padding: 50px 0px;
    overflow: hidden;
    margin-bottom: 50px;
}
.sub0201_list03 {
	margin-top:30px;
}

.sub0201_list03 li {
    float: left;
    width: 31.333%;
    text-align: center;
    margin: 1%;
	box-sizing: border-box;
    border: 1px solid #ddd;
	position:relative;
    background: #fff;
}

.sub0201_list03 li img {
    width: auto;
    max-width: 100%;
}

.sub0201_list03 li span {
	position:absolute;
	width:100%;
	display:block;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:5px 0px;
	text-align:center;
}

#tab {
    border-left: none;
    background: transparent;
    overflow: hidden;
}

#tab li {
    float: left;
    width: 15.666%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px !important;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    /* border-bottom: 2px solid #ff4100; */
    font-size: 16px;
    /* border-radius: 60px; */
    font-weight: 300;
	margin-right: 1%;
	margin-bottom:1%;
    border-radius: 15px 0px 15px 0px;
    background: #fff;
}

#tab.sub0203_tab li {
	width:13.27777%;
}

#tab.sub0207_tab li {
	width:32.33%;
}


#tab li.current {
    background: transparent;
    color: #000;
    border: 1px solid #ff4100;
    /* border-bottom: 2px solid transparent; */
    font-weight: 400;
    background: #fff;
    color: #ff4100;
}

.tab_con { clear:both; margin-top:30px; }
.tab_con div { display:none; background: transparent; text-align:left; }

.tab2 {
    border-left: none;
    background: transparent;
    overflow: hidden;
}

.tab2 li {
     float: left;
    width: 15.666%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px !important;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    /* border-bottom: 2px solid #ff4100; */
    font-size: 16px;
    /* border-radius: 60px; */
    font-weight: 300;
	margin-right: 1%;
	margin-bottom:1%;
    border-radius: 15px 0px 15px 0px;
    background: #fff;
}

.tab2 li.current {
    background: transparent;
    color: #000;
    border: 1px solid #ff4100;
    /* border-bottom: 2px solid transparent; */
    font-weight: 400;
    background: #fff;
    color: #ff4100;
}

.tab-content {
	display: none;
    padding-top: 10px;
}

.tab-content.current {
    display: block;
    width: 100%;
    position: relative;
}

#tab-container {
    text-align: center;
}

.etabs {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 1200px;
    margin-bottom: 50px;
    max-width: 96%;
}

.tab_big {
    display: inline-block;
    zoom: 1;
    background: #eee;    
    width: 49%;
    box-sizing: border-box;
    float: left;
    border-radius: 40px;
	-moz-border-radius: 40px 40px 40px 40px;
    /* -webkit-border-radius: 40px 40px 40px 40px */
	margin-left:2%;
}

.tab_big:first-child {
	margin-left:0%;
}

.tab_big a {font-size: 16px;/* line-height: 2em; */display: block;padding: 0 10px;outline: none;line-height: 54px;}
.tab_big a:hover { }
.etabs .tab_big.active {background: #ff4100;/* padding-top: 6px; */position: relative;/* top: 1px; */border-color: #666;}
.tab_big a.active {font-weight: 400;color: #fff;}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }


.tab_small .tab_big {
    display: inline-block;
    zoom: 1;
    background: #eee;    
    width: 23%;
    box-sizing: border-box;
    float: left;
    border-radius: 40px;
	-moz-border-radius: 40px 40px 40px 40px;
    /* -webkit-border-radius: 40px 40px 40px 40px */
	margin-left:2.5%;
}

.tab_small .tab_big:first-child {
	margin-left:0%;
}


#tabs1, #tabs2 {
    text-align: left;
}

.sub020201_top {
	background:url('../images/sub/sub0202_img01.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}

.sub020202_top {
	background:url('../images/sub/sub0202_img02.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}

.mrb50 {
	margin-bottom:50px;
}

.mrb30 {
	margin-bottom:30px;
}

.img_box {
     text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;;
}

#tab_con .img_box {
    margin-bottom: 30px;
}

.img_box img, .img_box03 img {
    max-width: 100%;
    margin: 0 10px;
}

.img_box03 {
    width: 48%;
    float: left;
    text-align: left;
}

.sub020301_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020302_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
    padding: 20px 0;
}
.sub020401_top {
	background:url('../images/sub/sub0204_img01.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}

.sub020402_top {
	background:url('../images/sub/sub0204_img02.png') center top no-repeat;
	height:415px;
	margin-bottom:70px;
	text-align: center;
}
.sub0206_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub0205_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020801_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020901_top {
    background: #dadbde;
    /* height: 415px; */
    margin-bottom: 70px;
    text-align: center;
}
.sub020701_top {
    background: #dadbde;
    margin-bottom: 70px;
    text-align: center;
}
img.top_img01 {
	padding:2% 0;
    max-width: 96%;
}

table.sub_table01 {
    margin-bottom: 50px;
}

table.sub_table01 thead th, table.sub_table01 thead td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 2px solid #ff4100;
	font-weight: 400;
	text-align:center;
}

table.sub_table01 thead th {
    width: 50%;
    font-weight: 600;
    font-size: 13px;
	text-align: left;
	padding: 10px 0px;
}

span.point_text01 {
    display: inline-block;
    margin-right: 5px;
    color: #ff4100;
    border-left: 1px solid #ff4100;
    padding-left: 20px;
    line-height: 16px;
}

table.sub_table01 thead td {
    color: #ff4100;
}

table.sub_table01 tbody th, table.sub_table01 tbody td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-weight: 400;
	text-align:center;
}

table.sub_table01 tbody th {
	background:#ddd;
}

table.sub_table01 td:last-child, table.sub_table01 th:last-child {
    border-right: none;
}

table.sub_table01.table_th00 thead th {
	width: auto;
}

table.sub_table01.table_th03 thead th {
	width: 33.333%;
}

td.td_color01 {
    background: #f9cebf;
}

td.td_color02 {
    background: #ddd;
}

table.sub_table02 {
	border-top:2px solid #ff4100;
}

table.sub_table02 th, table.sub_table02 td {
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
    border-right: 1px dashed #ccc;
}

table.sub_table02 .point01 td {
    background: #f4f4f4;
}

table.sub_table02 th:last-child, table.sub_table02 td:last-child {
	border-right:none;
}

table.sub_table02 th {
	background:#ddd;
}

table.sub_table03 {
    margin-bottom: 50px;
	border-top: 2px solid #ff4100;
}

table.sub_table03 thead th, table.sub_table03 thead td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
	font-weight: 400;
	background:#fff;
}

table.sub_table03 thead td {
    color: #ff4100;
}

table.sub_table03 tbody th, table.sub_table03 tbody td {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
	font-weight: 400;
}

table.sub_table03 th {
	background:#ddd;
	width:30%;
}

table.sub_table03 td {
    border-right: 1px dashed #ccc;
}

table.sub_table03 td:last-child {
    border-right: none;
}
table.sub_table03.Capa_rate_info{
	float:left;
	width:49%;
}
table.sub_table03.Capa_rate_info th{
	text-align:center;
	height:50px;
	width:24%;
}
table.sub_table03.Capa_rate_info td{
	height:92px;
	text-align:center;
}

.img_box2{
	margin-bottom:50px;
	float:left;
	width:49%;
}
.img_box2 img{width:100%; height:auto; padding:0}
.img_box2.right{
	margin-left:2%;
}
.img_box2 table{margin:0}
table.sub_table04 {
    border-top: 2px solid #ff4100;
}
table.sub_table04 th, table.sub_table04 td {
    border-bottom: 1px dashed #ccc;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}
table.sub_table04 tbody th {
    background: #ddd;
    text-align: left;
    font-weight: 600;
    border-right: 1px dashed #ccc;
    width: 15%;
}
table.sub_table04 td{}
table.sub_table04 thead tr td, table.sub_table04 thead tr th {
    /* border-bottom: 2px solid #ff4100; */
    font-weight: 600;
    font-size: 14px;
    background: #e1e1e1;
}
.sub0201_list02 li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 10px;
}

.sub0201_list02 span {
    background: #ff4100;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 13px;
    /* margin-right: 10px; */
    position: absolute;
    left: 0;
    top: 0;
}

.sub0201_list04 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.sub0201_list04 span {
    background: #ff4100;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 13px;
    /* margin-right: 10px; */
    position: absolute;
    left: 0;
    top: 0;
}

.sub0207_list {
    width: 50%;
    float: right;
}

.sub0207_list li {
    width: 50%;
    float: left;
    font-size: 12px;
    font-weight: 400;
}
.sub0302_list li {
    text-align: center;
    float: left;
    width: 25%;
    position: relative;
    margin-bottom: 7%;
}
.sub0302_list li p {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    /* border-bottom: 1px solid #dbdbdb; */
    padding-bottom: 16px !important;
    padding: 0 15px;
    font-weight: 600;
}
.sub0302_list li span {
    width: 80px;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 0 auto;
	 position: relative;
}
.sub0302_list li img {
    display: block;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
}
.sub0302_list li span:after {
    content: " ";
    background: url(../images/sub/sub_active02.png) center center no-repeat;
    color: red;
    font-weight: bold;
    position: absolute;
    right: 32%;
    top: -13px;
    width: 26px;
    height: 26px;
    -moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
.sub0302_list li:hover span:after{
	right: 0;
	-moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
.op_icon {
    position: absolute;
    z-index: 8;
}
.op_icon1 {
	top: 0;
    left: 37%;
}
.op_icon2 {
	top: 0;
    left: 37%;
}
.op_icon3 {
	top: 0;
    right: 37%;
}
.sub0301 {
    position: relative;
}
span.point_line {
    display: inline-block;
    width: 0;
    height: 319px;
    background: #eeeeee;
    position: absolute;
    top: 3px;
    left: 170px;
    z-index: 1;
}
.sub0301_txt {
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    margin-top: 70px;
    margin-bottom: 9px;
}
.icon_box {
    overflow: hidden;
    height: 320px;
}

.sub0301_txt span {
    color: #ff4100;
}
img.op_icon4 {
    display: none;
}



/***** 190321 유동파라핀 *****/
div#sct.para {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.intro_video {
    padding: 30px 0;
    width: 65%;
    margin: 0 auto;
}
.intro_video p {width: 100%; text-align: center; margin-bottom: 30px;margin-top: 15px;}
.intro_video p span {
    background: url(/images/sub/intro_video_logo.jpg) center no-repeat;
	background-size: 100%;
    display: inline-block;
    width: 104px;
    height: 46px;
    position: relative;
    top: 7px;
}

.para_list .para1, .para_list .para2, .para_list .para3, .para_list .para4 {
    margin: 40px 2% 20px;
    display: inline-block;
    width: 96%;
    border: solid 1px #ccc;
}
.para_img {
    padding: 30px 0;
    width: 65%;
    margin: 0 auto;
}
.para_img > img {display:block;max-width:100%;}
h3#miracle_title {
    min-height: 193px;
}
.para_list .para1 {
    border-top: solid 2px #35924c;
}
.para_list .para2 {
    border-top: solid 2px #ca4135;
}
.para_list .para3 {
    border-top: solid 2px #eca744;
}
.para_list .para4 {
    border-top: solid 2px #6a96ca;
}
.para_list div div h3 {
    float: left;
    width: 22%;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding: 19px 20px;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    line-height: 1;
}
.para1 .para_title_box h3 {
    background-color: #35924c;
}
.para2 .para_title_box h3 {
    background-color: #ca4135;
}
.para3 .para_title_box h3 {
    background-color: #eca744;
    padding: 20px 20px;
}
.para4 .para_title_box h3 {
	background-color: #6a96ca;
}

.para_list div div h3 span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
	display: block;
	line-height: 1.2;
    padding-top: 5px;
}
.para_list .para_title_box p {
    box-sizing: border-box;
    padding: 20px 10px;
    width: 78%;
    display: block;
    float: left;
    font-size: 16px;
}
.para3 .para_title_box p {
    padding: 10px 10px;
}
.para_list .para_title_box p b {
    font-weight: 600;
}
.para_list .para_title_box p span {
    font-size: 14px;
    color: #cc7800;
}
.para1 .para_title_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(/images/sub/para_title_bg1.jpg);
    background-size: cover;
}
.para2 .para_title_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(/images/sub/para_title_bg2.jpg);
    background-size: cover;
}
.para3 .para_title_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(/images/sub/para_title_bg3.jpg);
    background-size: cover;
}
.para4 .para_title_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(/images/sub/para_title_bg4.jpg);
    background-size: cover;
}
.para_title_box{
    width: 100%;
    height: auto;
	overflow: hidden;
    border-bottom: solid 1px #ccc;
}
.para_list_box {
    width: 100%;
    padding: 20px 3%;
    box-sizing: border-box;
	display: inline-block;
}
.para_list_box ul li {
    width: 19%;
    margin: 5px 0.5%;
    padding: 0.7%;
    box-sizing: border-box;
    display: block;
    height: 40px;
    font-size: 16px;
    float: left;
    border-radius: 3px;
    background-color: #bbb;
	transition: 0.3s ease-in-out;
}
.para1 .para_list_box ul li:hover {
    background-color: #35924c;
}
.para2 .para_list_box ul li:hover {
    background-color: #ca4135;
}
.para3 .para_list_box ul li:hover {
    background-color: #eca744;
}
.para4 .para_list_box ul li:hover {
    background-color: #6a96ca;
}

.para_list_box ul li p {
    width: 75%;
    float: left;
}
.para_list_box ul li p a {
    color: #fff;
    width: 100%;
    display: block;
}
.para_list_box ul li span {
    float: right;
    width: 20%;
    border-left: solid 1px #fff;
    padding: 2px 4% 2px 6%;
    box-sizing: border-box;
}
.para_list_box ul li span a {
    background: url(/img/pdf.png) 0 0 no-repeat;
    width: 24px;
    height: 22px;
    display: block;
}
.intro_video img {
    width: 100%;
}
#item_type1_1.miracle_pdf {
    width: 80%;
}
div.ui-draggable-handle {
    width: 40%;
    height: 1000px;
    border: solid 1px #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    background-color: #ddd;
    /* padding-top: 25px; */
    position: absolute !important;
    z-index: 9999;
    overflow: hidden;
	top: 40%;
    margin: 5% 0;
    max-width: 800px;
}
iframe.popup_iframe {
    padding-top: 5px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
	padding: 5px 4px 0;
    box-sizing: border-box;
}
.popup_bottom {
    height: 30px;
    background-color: #ddd;
    padding: 6px 10px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.popup_bottom .popup_close {
    text-align: right;
    cursor: pointer;
}
.popup_close:after {
    content: "X";
    padding: 0 5px;
    font-weight: 500;
}
.popup_close2 {
    padding: 6px 10px;
    display: inline-block;
    cursor: pointer;
}
.popup_close2:after {
    content: "X";
    padding: 0 5px;
    font-weight: 500;
}
span.popup_comment {
    margin: 0 2%;
    display: block;
    text-align: right;
    font-size: 14px;
}
#sub_page.sub0210 > div {
    display: block;
    clear: both;
    text-align: center;
}
#sub_page.sub0210 > div > img {
    display: inline-block;
    max-width:100%;
}

@media screen and (max-width: 1190px){
	div#sct.para {width: 100%;}
}
@media screen and (max-width: 1000px){
	.para_list_box ul li {width: 24%;}
	.para_list div div h3 {font-size: 23px;}
	.para_list div div h3 span {font-size: 15px;}
	.para_list .para_title_box p {font-size: 15px;}
	.para_list_box ul li p a {font-size: 15px;}
}
@media screen and (max-width: 860px){
	.para_list_box ul li {width: 32%;}
	.para_list div div h3 {font-size: 21px;}
	.para_list div div h3 span {font-size: 14px; display: block;}
	.para_list .para_title_box p {font-size: 14px;}
	.para_list .para_title_box p span {font-size: 13px;}
	.para_list_box ul li p a {font-size: 14px;}
	.para_list_box ul li {padding: 1%;}
	.intro_video {padding: 20px 0; width: 80%;}
	.para_list .para1, .para_list .para2, .para_list .para3, .para_list .para4 {margin: 15px 2%;}
	span.popup_comment {font-size: 13px;}

	/* div.ui-draggable-handle {top: 0;width: 84%;height: 84%;margin: 8% 0;position: fixed !important;} */
	/* iframe.ui-draggable-handle {height: 96%;} */
}
@media screen and (max-width: 741px){
	.para2 .para_title_box p {padding: 29px 10px;}
}
@media screen and (max-width: 734px){
	.para3 .para_title_box h3 {padding: 27px 20px;}
}
@media screen and (max-width: 714px){
	.para1 .para_title_box h3 {padding: 18px 20px;}
	.para1 .para_title_box p {padding: 10px 10px;}
}
@media screen and (max-width: 693px){
	.para3 .para_title_box h3 {padding: 19px 20px;}
}
@media screen and (max-width: 678px){
	.para3 .para_title_box p {padding: 9px 10px;}
}
@media screen and (max-width: 640px){
	.para_list div div h3 {width: 100%; height: 50px; padding: 13px 10px 0 20px;}
	
	.para1 .para_title_box h3 {padding: 13px 10px 0 20px;}
	.para2 .para_title_box h3 {padding: 13px 10px 0 20px;}
	.para3 .para_title_box h3 {padding: 13px 10px 0 20px;}
	.para4 .para_title_box h3 {padding: 13px 10px 0 20px;}
	h3#miracle_title {min-height:auto;height:auto;padding: 13px 10px 13px 20px;}
	.para_list div div h3 span {display: inline-block;}
	.para_title_box {height: auto; overflow: hidden;}
	.para_list .para_title_box p {width: 100%; padding: 10px 20px;}
	.para1 .para_title_box p {padding: 10px 20px;}
	.para2 .para_title_box p {padding: 10px 20px;}
	.para3 .para_title_box p {padding: 10px 20px;}
	.para4 .para_title_box p {padding: 10px 20px;}
	.para_list_box ul li {padding:1.5% 2%;}
	.intro_video, .para_img {width: 95%;}
	.intro_video p {margin-bottom: 0;}
	.intro_video p span {width: 90px; height: 40px;}

}
@media screen and (max-width: 550px){
	.para_list_box ul li {width: 49%; padding: 2.3% 3%;}
	.para_list_box ul li.miracle_p{width: 64%;}

}
@media screen and (max-width: 460px){
	.intro_video p span {width: 80px; height: 37px;}
	.intro_video, .para_img {padding: 10px 0;}
	.para_list .para1, .para_list .para2, .para_list .para3, .para_list .para4 { margin: 15px 2%; margin-bottom: 20px;}
}