@charset "utf-8";
/* CSS Document */

/**********************************************

* Project   : 
* File name : basic.css
* Author    : Hightouch

**********************************************/


/*--------------------------------------------------------------------------------

	Reset 

--------------------------------------------------------------------------------*/

html {
    margin: 0 auto;
}

div, body{
	word-wrap: normal;
	word-break: keep-all;
}

h1, h2, h3, h4, h5, h6, p, span, a{
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 500;
}

/* 커서 */
.cursor{
	cursor:none;
}


/*--------------------------------------------------------------------------------

	Accent

--------------------------------------------------------------------------------*/

.under_line{
	border-bottom:1px dotted #373f99;
}


/*--------------------------------------------------------------------------------

	Font [ family, size, weight, letter-spacing, align ]

--------------------------------------------------------------------------------*/

/* 머리글 폰트 */
h1, h2, h3, h4, h5, h6{
	color: #333;
}

h1{
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
}

h2{
    font-size: 28px;
    font-weight: 300;
}

h3{
	font-size: 21px;
	font-weight: 700;
}

h3 .small{
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

h4{
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
}

h5{
	font-size: 17px;
	line-height: 23px;
}

h6{
	font-size: 15px;
	line-height: 21px;
}

p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
}


/* 정렬 */
.txt_center {
	text-align: center;
}

.txt_center_left {
	text-align: center;
}

.txt_center_right {
	text-align: center;
}

.txt_left_right {
	text-align: left;
}

.txt_right_left {
	text-align: right;
}

.txt_right_center {
	text-align: right;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.txt_justify {
	text-align: justify;
}


/*--------------------------------------------------------------------------------

	Object display [ display, float, overflow ]

--------------------------------------------------------------------------------*/

/* 디스플레이 */

.all_hidden {
	display: none;
}

.pc_show {
	display: block;
}

.pc_hidden {
	display: none;
}

.mobile_show {
	display: none;
}

.mobile_hidden {
	display: block ;
}

.tablet_show {
	display: none;
}

.medium_hidden{
	display:block;
}

.medium_block{
	display:none;
}

.small_pc_show{
	display:none;
}

.blind{
	display:none;
}


/* 정렬 */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clr_both {
	clear: both;
}


/* 넘침 */
.overflow_xScroll{
	overflow:scroll-x;
}

.overflow_yScroll{
	overflow:scroll-y;
}

::-webkit-scrollbar {
      width: 7px;
	  -ms-width: 7px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #efefef;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #efefef;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: #ddd;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */



/*--------------------------------------------------------------------------------

	Layout, Grid

--------------------------------------------------------------------------------*/

/* 넓이 */
.width_third{
	width:33%;
}

.width_third:last-child{
	width:34%;
}

.width_half{
	width:50%;
}

/* 높이 */
.min_hgt130{
	min-height:130px;
}

.min_hgt198{
	min-height:198px !important;
}

.min_hgt250{
	min-height:250px;
}

.min_hgt360{
	min-height:360px;
}

.min_hgt420{
	min-height:420px;
}


/*--------------------------------------------------------------------------------

	Row

--------------------------------------------------------------------------------*/

.inner_fix{
	padding:0px 15px 0px;
}

.inner_fix.last{
	padding:0px 15px 0px;
}

.inner_fix30{
	padding:0px 30px;
}

.row_pd_20b{
	padding-bottom:20px;
}

@media only screen and (max-width: 959px) {
	.row_pd_20b{
		padding-bottom:10px;
	}
}

.row_pd_30{
	padding:30px;
}

.row_pd_30b{
	padding-bottom:30px;
}

.row_pd_70tb{
	padding-top:70px;
	padding-bottom:70px;
}

.row_pd_20t{
	padding-top:20px;
}

.row_pd_100t{
	padding-top:100px !important;
}

.row_pd_200t{
	padding-top:200px;
}

.row_mg_70b{
	margin-bottom:70px !important;
}



/* row paragraph */

.row_section{
	padding:50px 0px;
	margin-bottom:20px;
}

/* row paragraph */

.row_paragraph_mgb50{
	margin-bottom:50px;
}

.row_paragraph_mgb70{
	margin-bottom:70px;
}

.row_paragraph_border{
	padding-bottom:15px;
	margin:0px 0px 15px;
	border-bottom:1px solid #cecece;
}

.row_paragraph_bottomLine{
	padding-bottom:60px;
	margin-bottom:40px;
	border-bottom:1px solid #dcdcdc;
}


/*--------------------------------------------------------------------------------

	Button
	
	1. Button Group
	
	2. Pre, Next
	
	3. Outline button
	
	4. Underline button
	
	5. Flat button
	
	6. All button
	
	7. More button
	
--------------------------------------------------------------------------------*/

/* 버튼그룹 */
.wrap_buttons{
	text-align:center;
}


/* 이전, 다음 페이지 */
.btn_nav{
	display:inline-block;
	width:40px;
	min-height:40px;
	padding:20px 0px;
	margin-top:50px;
	background:#fff;
	font-size:17px;
	font-weight:400;
	line-height:40px;
	color:#333;
	text-align:center;
}

.btn_nav.btn_pre{
	float:left;
}

.btn_nav.btn_next{
	float:right;
}

/* Outline button */
.btn_outline{
	display:inline-block;
	padding:.7em 1.5em;
	margin-top:10px;
	border:1px solid #8e8e8e;
	font-size:14px;
	color:#545454;
	transition: all 0.3s ease 0s;
}

.btn_outline:hover{
	border:1px solid #333;
	box-shadow:inset 0 0 0 1px #3391e8;
	color:#3391e8;
}



/* Align right */
.btn_outline.right{	
	float:right;
	text-align:right;
}

/*
.btn_outline:hover{
	box-shadow:inset 0 0 0 2px #333;
}
*/

.btn_outline.arrow{
	/* 화살표 추가 */
	background:url('')no-repeat 90% 0%;
}

/* Outline color */
.btn_outline.blue{
	display:inline-block;
	padding:0;
/*	border:1px solid #03A9F4;*/
	border-radius:5px;
	font-size:14px;
	font-weight:400;
	letter-spacing:-.5px;
	transition: all 0.3s ease 0s;
	color: #03A9F4;
}
.btn_outline.blue:hover{
/*	box-shadow:inset 0 0 0 2px #006dbb;*/
}

.btn_outline.white{
	display:inline-block;
	margin:0 auto;
	padding:.3em 12px;
	border:1px solid #fff;
	font-size:14px;
	font-weight:400;
	letter-spacing:-.5px;
	transition: all 0.3s ease 0s;
	color: #fff;
}
.btn_outline.white:hover{
	box-shadow:inset 0 0 0 2px #fff;
}

/* Outline button round */
.btn_outline.round{
    width: 187px;
    height: 62px;
	border-radius:45px;
	border:1px solid #fff;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 47px;
	color:#fff;
}
.btn_outline.round:hover{
	box-shadow:inset 0 0 0 40px #fff;
	color:#333;
}

/* Full width button */
.btn_outline.width_full{
	display:block;
	width:100%;
	text-align:center;
}

.btn_outline.width_full.btn_download{
    padding: .5em 1em;
    border: 1px solid #868686;
	background:url('http://dasan93a.cdn3.cafe24.com/images/bg_btn_down.png')no-repeat 85% 50%;
    font-size: 13px;
    transition: all 0.3s ease 0s;
	text-align:left;
	color:#231f20;
}

.btn_outline.width_full.btn_download:hover{
    box-shadow:inset 0 0 0 2px #868686;
}

/* Underline Button */
.btn_underline{
	display:inline-block;
	padding:.3em .4em;
	border-bottom:1px solid #737373;
	font-size: 14px;
	font-weight:400;
	color: #737373;
	transition: all 0.3s ease 0s;
}

.btn_underline.download{
	float:right;
	padding-left:30px;
	background:url('/wp-content/themes/total-child-theme/images/icon_download.png')no-repeat 0 6px;
}

.btn_underline:hover{
	/*border-bottom:1px solid #3f60aa;*/
}

.btn_underline.blue{
	color:#4a73cf;
}

.btn_underline.cobaltBlue{
	margin-top:35px;
	border-bottom:1px solid #014271;
	color:#014271;
}

.btn_underline.white{
	/*border-bottom:5px solid #fff;*/
	color:#fff;
}

.btn_underline.white:hover{
	color:#fff;
}

a.btn_underline.white:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
	z-index:7;
}

a.btn_underline.white:hover:before {
    content: '';
    width: 0%;
	left:100%;
    transition: all 0.3s ease 0s;
}

a.btn_underline.white:after {
    content: '';
    width: 0;
    transition: all 0.3s ease 0s;
}

.btn_underline.white:hover:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #d4ae6a;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease 0s;
	z-index:5;
}

.btn_underline.white.arrow{
	padding-right:30px;
	background:url('/wp-content/themes/total-child-theme/css/images/main/icon_btnArrow.png')no-repeat 100% 8px;
}


/* Flat button */
.btn_flat{
	display:inline-block;
	margin:40px auto 0px;
	padding:20px 30px;
	border:0;
	border-radius: 50px;
	outline:0;
	background:#5fccb6;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-align:center;
	transition: all 0.2s ease 0s;
}

.btn_flat.round{
	border-radius:50px;
}


/* Flat button */
.btn_basic{
	display:inline-block;
	margin:40px auto 0px;
	padding:20px 40px;
	border:0;
	border-radius: 5px;
	outline:0;
	background:#333;
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-align:center;
	transition: all 0.2s ease 0s;
}

.btn_basic .text{
	display: inline-block;
	margin-right: 5px;
}

/* Flat button */
.btn_basic:hover{
	outline:0;
	background:#000;
	color:#fff;
}


/* Flat button */
.btn_subscribe{
	display:inline-block;
	margin:10px auto 0px;
	padding:15px 30px;
	border:0;
	border-radius: 5px;
	outline:0;
	background:#333;
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-align:center;
	transition: all 0.2s ease 0s;
}

.btn_subscribe .text{
	display: inline-block;
	margin-right: 5px;
}

/* Flat button */
.btn_subscribe:hover{
	outline:0;
	background:#000;
	color:#fff;
}


a.btn-return {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #fff;
	box-shadow: 8px 9px 20px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
}

a.btn-return img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------------------------

	Line

--------------------------------------------------------------------------------*/

.line_C10 {
	width: 4%;
	height: 2px;
	margin: 0px auto 10px;
	background: #ff0400;
}

.line_L7 {
	float: left;
	width: 7%;
	height: 1px;
	background: #a5a5a5;
	margin: 10px 0px;
}

.line_L90 {
	float: left;
	width: 90%;
	height: 1px;
	background: #cecece;
}

.line_L100 {
	width: 100%;
	height: 1px;
	margin: 10px auto;
	background: #ccc;
}

.line_L100_section {
	width: 91%;
	height: 1px;
	margin: 0px auto 40px !important;
	background: #ccc;
}

.line_L30 {
	float: left;
	width: 30%;
	height: 1px;
	margin: 10px auto;
	background: #777;
}

.line_L70 {
	float: left;
	width: 70%;
	height: 1px;
	margin: 10px auto;
	background: #b7b7b7;
}

.line_R30 {
	float: right;
	width: 30%;
	height: 1px;
	margin: 10px auto;
	background: #777;
}


/*--------------------------------------------------------------------------------

	Shadow

--------------------------------------------------------------------------------*/

.shdow_30 {
	box-shadow: 18px 18px 30px #ddd;
	-moz-box-shadow: 18px 18px 30px #ddd;
    -webkit-box-shadow: 18px 18px 30px #ddd;
}


/*--------------------------------------------------------------------------------

	border

--------------------------------------------------------------------------------*/

.border_top{
	border-top:1px solid #d2d2d2;
}

.border_right{
	border-right:1px solid #ededed;
}

.border_bottom{
	border-bottom:1px solid #d2d2d2;
}

.border_left{
	border-left:1px solid #d2d2d2;
}


/*--------------------------------------------------------------------------------

	List

--------------------------------------------------------------------------------*/

/* 기본 리스트 */
.wrap_lst_basic{
	margin-bottom:20px !important;
}

.wrap_lst_basic h4{
	font-size:16px;
	font-weight:400;
	margin-bottom:5px !important;
}

.lst_basic li{
	position: relative;
	padding-left:10px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	color:#666;
}

.lst_basic li::before{	
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	width: 4px;
	height: 4px;
	background: #888;
}

.lst_basic li a{
	color:#333;
}

.lst_basic li a:hover{
	color:#e60013;
}


/* 페이지 리스트 */
.wrap_lst_pagenation{
    padding:20px 0px;   
}
.wrap_lst_pagenation .lst_pagenation li{
    padding:10px;
    border-bottom: 1px dotted #ddd;
}
.wrap_lst_pagenation .lst_pagenation li a{
    color:#333;
}
.wrap_lst_pagenation .lst_pagenation li a:hover{
    color:#18ab82;
}


/* 가로 리스트 */
.lst_category li{
	position:relative;
	float:left;
}

.lst_category li:after{
	content:'';
	position:absolute;
	top:5px;
	width:1px;
	height:16px;
	background:#c3c3c3;
}

.lst_category li:last-child:after{
	background:#fff;
}

.lst_category li span{
	padding:0px 20px;
	font-size:17px;
	font-weight:700;
	color:#676767;
	cursor:pointer;
}

.lst_category li span.active{
	color:#18ab82;
}


/*--------------------------------------------------------------------------------

	animate 

--------------------------------------------------------------------------------*/

.animated.duration_13{
    animation-duration: 1.3s;
}

.animated.duration_14{
    animation-duration: 1.45s;
}

.animated.duration_15{
    animation-duration: 1.55s;
}

.animated.duration_16{
    animation-duration: 1.65s;
}

.animated.duration_17{
    animation-duration: 1.75s;
}


/*--------------------------------------------------------------------------------

	Table

--------------------------------------------------------------------------------*/

.table-responsive{
	width: 100%;
	overflow-x: scroll;
}

.table-responsive::-webkit-scrollbar{
	margin-top: -1px;
    height: 0px;
}

.table{
	width: 100%;
	margin-top: 50px;
}

.table td{
	border: 1px solid #dedede;
}

.table thead {
	background: #fff;
}

.table thead tr th {
    font-weight: 500;
    color: #333;
    padding: 15px 0px;
	border: 1px solid #dedede;
	border-top: 1px solid #3b3b3b;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
    vertical-align: middle;
}

.table tbody tr.total{
    background: #f7f7f7;
}

.table tbody tr.total td{
    font-weight: 500;
    color: #333;
}

.table.blue thead tr td {
	border-top: 2px solid #338ae2;
	background: #ebf1f7;
}

.table.blue tbody tr td {
	background: #f3f6f9;
}

.table.green thead tr td {
	border-top: 2px solid #42b87a;
	background: #ecf7df;
}

.table.green tbody tr td {
	background: #f4fbec;
}

.table.yellow thead tr td {
	border-top: 2px solid #cea454;
	background: #f5ecdc;
}

.table.yellow tbody tr td {
	background: #fffbf4;
}

.table thead tr td {
    font-weight: 500;
    color: #000;	
    padding: 15px 0px;
	border-top: 2px solid #42b87a;
	font-size: 14px;
	text-align: center;
}

.table tbody tr td{
	padding: 15px 0px;
	font-weight: 400;
	text-align: center;
    vertical-align: middle;
	color: #999;	
}

.table tbody tr td.tit_tbRow{
    font-size: 23px;
	font-weight: 500;
    color: #333;
}

.table.stripe tbody tr:nth-child(2n){
	background: #f8f8f8;
}


/*--------------------------------------------------------------------------------

	프린트 

--------------------------------------------------------------------------------*/

@media print {
    
}