@charset "utf-8";

/*
 * File       : rwd-history.css
 * Author     : STUDIO-JT (HEE)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : css/reset.css
 *              css/jt-strap.css
 *
 * SUMMARY:
 * 1) 
 */

/* **************************************** *
 * 1280px
 * **************************************** */

@media(max-width: 1380px){
	.jt_common_section p br {display: none;}
}

/* **************************************** *
 * 1280px
 * **************************************** */

@media(max-width: 1280px){

	.sub_bg_pic { display: none;}

}

/* **************************************** *
 * 1023px
 * **************************************** */

@media(max-width: 1023px){

	.jt_common_section > div.title { width:23%;padding-right:2%;float:left;}
    .jt_common_section > div.title h3 {font-size:22px;}
	.jt_common_section > div.content {width: 75%;float:left;}
	.jt_common_section > div.content p br.small_screen_br { display:block; }

}

/* **************************************** *
 * 767px
 * **************************************** */

@media(max-width: 767px){

	.jt_common_section {padding-bottom:80px;display:block;}
	.jt_common_section > div.title { width:100%; padding:18px 20px 16px;display:block;text-align:center;float:none;}
	.jt_common_section > div.title h3 { font-size:20px;}
	.jt_common_section > div.title h3 br { display:none;}
	.jt_common_section > div.content { width:100%;padding-top:17px;display:block; float:none;}
	.jt_common_section ol {margin-bottom:19px;}
	.jt_common_section ol > li, .jt_common_section ul > li { font-size:15px;line-height:1.75;}
	.jt_common_section ul > li { padding-left:10px;}
	.jt_common_section ul > li:before {top:12px;}
	.jt_common_section p {font-size:15px;line-height:1.75;}

}

/* **************************************** *
 * 540px
 * **************************************** */

@media(max-width: 540px){

	.jt_common_section { padding-bottom:40px;}

}