@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500|Raleway:400,700,400italic,700italic);

*,
:before,
:after {
    box-sizing: border-box;
}





ul,
ol {
    margin: 1em 0;
}

ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}

ol.process-chart > li,
ol.process-chart > li > div {
    position: relative;
}

ol.process-chart > li {
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, transparent 25%);
    background-color: #fff;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 11.25em;
    padding: 1em 1em 1em 2em;
}

ol.process-chart > li:before,
ol.process-chart > li > div:before {
    color: rgba(0,0,0,0.75);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

ol.process-chart > li:before {
  
    display: inline-block;
    font-weight: 300;
    left: 2em;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1em;
    transform: rotate(90deg);
    transform-origin: 25% 50%;
}

ol.process-chart > li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 1;
}

ol.process-chart > li > div {
    padding: 0 0 0 1em;
}

ol.process-chart > li > div:before {
    content: counter(item, decimal-leading-zero);
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
}

/*** PRIMARY ***/
ol.process-chart > li:nth-of-type(6n+1) {
    background-color: #a2ed56;
}

ol.process-chart > li:nth-of-type(6n+1):after {
    border-left-color: #a2ed56;
}

/*** SECONDARY ***/
ol.process-chart > li:nth-of-type(6n+2) {
    background-color: #83e4e2;
}

ol.process-chart > li:nth-of-type(6n+2):after {
    border-left-color: #83e4e2;
}

/*** TERTIARY ***/
ol.process-chart > li:nth-of-type(6n+3) {
    background-color: #fd6470;
}

ol.process-chart > li:nth-of-type(6n+3):after {
    border-left-color: #fd6470;
}

/*** QUATERNARY ***/
ol.process-chart > li:nth-of-type(6n+4) {
    background-color: #fca858;
}

ol.process-chart > li:nth-of-type(6n+4):after {
    border-left-color: #fca858;
}

/*** QUINARY ***/
ol.process-chart > li:nth-of-type(6n+5) {
    background-color: #fddc32;
}

ol.process-chart > li:nth-of-type(6n+5):after {
    border-left-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( max-width: 40em ) {

    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }

    ol.process-chart > li {
        background: linear-gradient(rgba(0,0,0,0.25) 0%, transparent 25%);
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }

    ol.process-chart > li:before {
        left: 1em;
        top: 2em;
    }

    ol.process-chart > li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent!important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    ol.process-chart > li > div {
        padding: 1em 1em 0 1em;
    }

    /*** PRIMARY ***/
    ol.process-chart > li:nth-of-type(6n+1):after {
        border-top-color: #a2ed56;
    }

    /*** SECONDARY ***/
    ol.process-chart > li:nth-of-type(6n+2):after {
        border-top-color: #83e4e2;
    }

    /*** TERTIARY ***/
    ol.process-chart > li:nth-of-type(6n+3):after {
        border-top-color: #fd6470;
    }

    /*** QUATERNARY ***/
    ol.process-chart > li:nth-of-type(6n+4):after {
        border-top-color: #fca858;
    }

    /*** QUINARY ***/
    ol.process-chart > li:nth-of-type(6n+5):after {
        border-top-color: #fddc32;
    }

}

ol.process-chart li h3{
	color: black;
	font-size: 1.1em !important;
	
	font-style: bold !important;
	
}
ol ul{
	list-style: none;
	padding-left: 0;
}


/**/


#container{
	margin-top: 5%;
}

on h1 {
	margin-top : 0 !important;
}

#ctt {
	margin-top : 0;
	padding-top : 0;
}

.contact-info h1 {
	font-size: 2.0em !important;
}

.title-section h1 {
	font-size: 1.8em !important;

}

.about-section{
	padding-top : 0 !important;
}

.page-banner-section {

	background : url("http://www.mediredox.com/img/file_img/banner-type3.png") no-repeat !important;
	background-position : center !important;
	background-size : cover !important;
	 filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* Mozilla */
  opacity: 0.8;
  /* CSS3 */
}
.tables-page-section{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.title-section h1{
	margin: 0 !important;
}

ul.title-exp{
	padding: 0;

}

.refer-exp li{
	padding: 5px 10px;
	list-style-type: upper-roman;
	color: gray;
}


.title-exp strong{
	font-size: 1.5em;
	
}

.title-head{
	font-size: 1.5em;
	padding-bottom: 30px;
}


.anti-img{
	max-width: 100%;
	padding: 50px;
	
}

.r-img{
	padding :10px 0;
	margin: 10px 0;
}
.l-img{
	padding: 10px 100px;
	margin: 10px 0;
}

#s-feature{
	font-size: 1.2em;
}

.ul-hipon {

	padding-left: 0;
	list-style: none;
	padding-top: 20px;
}

.ul-hipon li{
	padding: 10px 0 20px 20px ;
	font-weight: 0 !important;
	font-size: 14px !important;
	color: gray;
}


.ul-hipon li:before{
	content : "✓";
}

.s-flow {
	list-style:none;
	padding-left: 0;
}

.s-flow li strong{
	font-size: 1.5em;

}

.services-page-section{
	padding-bottom:0 !important;
}


.get-appointment{
	padding: 0 !important;
}

.contact-btn a.btn {
	color: white !important;
	background: #03a9f4 !important;
	padding: 15px 20px !important;
	font-size: 15px;
	margin-top : -20px !important;
} 

.about-section{
	padding-bottom: 20px !important;
	
}

.get-appointment .title-section strong{
	font-size: 1.4em;
}


.btn_submit{
	
	background-color: #03a9f4 !important;
	font-size: 1.5em !important;
	padding: 10px 20px !important;
}

.page-banner-section .container h2 #accent{
	text-shadow: -1px 1px 5px black !important;
}

a{
	text-decoration: none !important;	
	
}


.top-tag  a{
		
		border: 1px solid gray;
		display: block;
		text-align: center;
		padding: 15px 0;
		font-size: 1.1em;
}

.top-tag a:hover{
	transition: ease-in 0.4s;
	color: white !important; 
	background-color: #03a9f4;
}


.top-tag-1 a { 
	color: white !important; 
	background-color: #03a9f4;
}

.top-tag a:active{
	
	color: white !important; 
	background-color: #03a9f4;
}

.top-tag{
	margin-bottom: 30px;
}


.soon{
	display: block;
	text-align:center;
	margin: 200px 0;
}
